/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.captcha-image {
	border: none !important;
    text-align: left !important;
}

.cf7ic_instructions {
	font-size: 18px;
}

.cf7ic_instructions span {
    color: black !important;
}

.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
  border: 2px solid var(--paletteColor1) !important;
}

@media (max-width: 767px) {
    #mobile-footer [date-row="middle"] .ct-container {
        padding-top: 39px;
        padding-bottom: 0;
    }

    .ct-footer [data-row] > div {
        display: block !important;
    }

    .footer-headline {
        font-size: 40px;
        font-weight: 500;
        line-height: 46px;
        margin-bottom: 36px !important;
    }
    
    .footer-address {
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 23px !important;
    }
    
    .footer-hours {
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 46px !important;
    }
    
    .footer-menu {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        display: flex;
    }
    
    .footer-menu a {
        margin-right: 34px;
        text-decoration: none;
    }
    
    .footer-contact {
        font-size: 26px;
        font-weight: 500;
        line-height: 35px;
    }
    
    .footer-contact a {
        text-decoration: none;
    }
    
    .footer-social {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 32px;
        margin-top: 0;
        margin-bottom: 58px;
    }
    
    .footer-social a {
        font-size: 26px;
        line-height: 32px;
        text-transform: none;
        text-decoration: none;
        margin-bottom: 12px !important;
    }
    
    footer .entry-content {
        background-color: #FFFF00 !important;
        max-width: var(--normal-container-max-width);
        width: var(--container-width);
    }

    /* .filter_l {
        display: none !important;
    } */

    .project-grid {
        display: block;
    }

    .project-item {
        _position: relative;
        float: left;
        text-align: left;
        width: 100%;
        margin-right: 27px;
        margin-bottom: 45px;
        _min-height: 380px;
    }

    .filters-button-group {
        display: flex;
        flex-direction: column;
    }

    .project_filter button {
        font-size: 28px;
        font-weight: 500;
        padding: 0;
        background-color: transparent;
        color: black;
        width: fit-content;
    }
    
    .project_filter button:hover {
        background-color: transparent;
        color: black;
        text-decoration: underline;
    }
    
    .project_filter button.is-checked {
        text-decoration: underline;
    }

    /* .single-projekt */ .rp_header {
        display: block;
        
    }
    
    /* .single-projekt */ .rp_grid {
        display: block;
        /* grid: auto / 1fr 1fr 1fr;
        gap: 27px; */
        width: 100%;
    }

    .rp_grid div {
        margin-bottom: 45px;
    }
}

@media (min-width: 768px) and (max-width: 1079px) {
    .footer-headline {
        font-size: 64px;
        font-weight: 500;
        line-height: 83px;
        margin-bottom: 38px !important;
    }
    
    .footer-address {
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 32px !important;
    }
    
    .footer-hours {
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 32px !important;
    }
    
    .footer-menu {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin-top: 84px !important;
    }
    
    .footer-menu a {
        margin-right: 34px;
        text-decoration: none;
    }
    
    .footer-contact {
        font-size: 32px;
        font-weight: 500;
        line-height: 41px;
    }
    
    .footer-contact a {
        text-decoration: none;
    }
    
    .footer-social {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 32px;
        margin-top: 250px;
    }
    
    .footer-social a {
        font-size: 26px;
        line-height: 32px;
        text-transform: none;
        text-decoration: none;
        margin-bottom: 12px !important;
    }
    
    footer .entry-content {
        background-color: #FFFF00 !important;
    }

    .project-grid {
        display: grid;
        grid: auto / 1fr 1fr;
        gap: 58px 27px;
        width: var(--default-editor, var(--block-width));
        max-width: var(--default-editor, var(--block-max-width));
        margin: 0 auto 100px;
    }

    .project-item {
        _position: relative;
        float: left;
        text-align: left;
        width: calc(100% / 2 - 27px);
        margin-right: 27px;
        margin-bottom: 48px;
        /* min-height: 450px; */
    }

    .filters-button-group {
        display: inline-flex;
        gap: 33px;
        margin-bottom: 44px;
    }

    .project_filter button {
        font-size: 28px;
        font-weight: 500;
        padding: 0;
        background-color: transparent;
        color: black;
    }
    
    .project_filter button:hover {
        background-color: transparent;
        color: black;
        text-decoration: underline;
    }
    
    .project_filter button.is-checked {
        text-decoration: underline;
    }

    /* .single-projekt */ .rp_header {
        display: flex;
        justify-content: space-between;
    }
    
    /* .single-projekt */ .rp_grid {
        display: grid;
        grid: auto / 1fr 1fr 1fr;
        gap: 27px;
        width: 100%;
    }
}

@media (min-width: 1080px) {
    .footer-headline {
        font-size: 64px;
        font-weight: 500;
        line-height: 83px;
        margin-bottom: 38px !important;
    }
    
    .footer-address {
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 32px !important;
    }
    
    .footer-hours {
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 32px !important;
    }
    
    .footer-menu {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin-top: 84px !important;
    }
    
    .footer-menu a {
        margin-right: 34px;
        text-decoration: none;
    }

    .footer-menu a:hover {
        margin-right: 34px;
        color: black;
        text-decoration: underline;
    }
    
    .footer-contact {
        font-size: 32px;
        font-weight: 500;
        line-height: 41px;
    }
    
    .footer-contact a {
        text-decoration: none;
    }

    .footer-contact a:hover {
        color: black;
        text-decoration: underline;
    }
    
    .footer-social {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 32px;
        margin-top: 250px;
    }
    
    .footer-social a {
        font-size: 26px;
        line-height: 32px;
        text-transform: none;
        text-decoration: none;
        margin-bottom: 12px !important;
    }

    .footer-social a:hover {
        color: black;
        text-decoration: underline;
    }
    
    footer .entry-content {
        background-color: #FFFF00 !important;
    }

    .project-grid {
        display: grid;
        grid: auto / 1fr 1fr 1fr;
        gap: 58px 27px;
        width: var(--default-editor, var(--block-width));
        max-width: var(--default-editor, var(--block-max-width));
        margin: 0 auto 100px;
    }

    .project-item {
        _position: relative;
        float: left;
        text-align: left;
        width: calc(100% / 3 - 27px);
        margin-right: 27px;
        margin-bottom: 58px;
        /* min-height: 450px; */
    }

    .filters-button-group {
        display: inline-flex;
        gap: 33px;
        margin-bottom: 44px;
    }

    .project_filter button {
        font-size: 28px;
        font-weight: 500;
        padding: 0;
        background-color: transparent;
        color: black;
    }
    
    .project_filter button:hover {
        background-color: transparent;
        color: black;
        text-decoration: underline;
    }
    
    .project_filter button.is-checked {
        text-decoration: underline;
    }

    /* .single-projekt */ .rp_header {
        display: flex;
        justify-content: space-between;
    }
    
    /* .single-projekt */ .rp_grid {
        display: grid;
        grid: auto / 1fr 1fr 1fr;
        gap: 27px;
        width: 100%;
    }
}

.wp-block-columns.alignwide {
    max-width: 1457px !important;
}

.yellow-line {
    height: 8px;
    background-color: #FFFF00;
    width: 100vw;
    position: fixed;
    z-index: 100;
}

/* .post-type-archive-projekt main h1 {
    margin-bottom: 160px;
} */

.project-grid h3 {
    margin-top: 23px;
    margin-bottom: 7px;
}

.rp_grid h3 {
    margin-top: 23px !important;
    margin-bottom: 7px !important;
}

.project_subhead {
    margin-top: 7px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}



.project-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s;
    aspect-ratio: 1.6 / 1;
}

.project-item img:hover {
    transform: scale(1.03);
}

.archive_single-img {
    /* width: 100%;
    height: auto; */
    display: block;
    overflow: hidden;
}

.entry-content:not(.block-fullscreen-area) {
    background-color: white;
}

.single-projekt .wp-block-image {
    margin-bottom: 0;
}

/* .single-projekt */ .related_projects {
    width: var(--default-editor, var(--block-width));
    max-width: var(--default-editor, var(--block-max-width));
}

.wpcf7 label:not(.wpcf7-form-control-wrap) {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #8c8c8c !important;
}

.wpcf7-submit {
    color: black !important;
    border-radius: 42px !important;
    font-size: 20px !important;
    padding: 16px 46px !important;
    font-weight: 500 !important;
}

.wpcf7-form small {
    font-size: 18px !important;
}

.wpcf7-form .datenschutz {
    margin-left: 8px !important;
}

.wpcf7-form .datenschutz a {
    text-decoration: underline;
}

.project_dachzeile {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 auto;
}

.wp-block-image {
    margin-bottom: 0 !important;
}

.news_cat {
    width: var(--default-editor, var(--block-width));
    max-width: var(--default-editor, var(--block-max-width));
    margin: 54px auto 0;
}

.news_cat p {
    margin-bottom: 0;
}

.ct-footer a:hover {
    text-decoration: underline;
    transition: var(--transition);
}

.ct-footer a {
    transition: var(--transition);
}

@media (max-width: 689.98px) {
    footer#footer {
        display: none;
    }
}

@media (min-width: 690px) {
    footer#mobile-footer {
        display: none;
    }
}
.mf_inner{
    margin: 0 auto;
    width: var(--default-editor, var(--block-width));
    max-width: var(--default-editor, var(--block-max-width));
}

.fadeintop {
    opacity: 0;
    transform: translateY(50px);
    /* animation: fadeInTop 1.5s ease-in-out both paused; */
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.fadeintop.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* .animate-element {
    opacity: 0;
    transform: translateY(20px);
    animation: slideIn 0.5s ease-in-out paused;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
} */


.rp_grid img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    transition: all 0.5s !important;
    aspect-ratio: 1.6 / 1 !important;
}

.rp_grid img:hover {
    transform: scale(1.03) !important;
}

.rp_grid a {
    display: block;
    overflow: hidden;
}

#filterS {
    margin-bottom: 44px;
}

#filterS .filters-button-group {
    margin-top: 20px;
}

.accordion {
    background-color: white;
    cursor: pointer;
    padding: 10px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    color: black;
    display: flex;
    align-items: center;
}

.accordion svg {
    width: 30px;
    fill: black;
    margin: 6px 4px 0;
    padding: 4px;
    transition: 0.2s;
    transform: rotate(0deg);
}

.panel {
    padding: 0;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    _display: none;
    transition: max-height 0.2s ease-out;
}

/* FEEDBACK FORMULAR */

.matrix_head {
    margin-bottom: 120px;
    max-width: 1600px;
}

.page-template-bewertung h3 {
    margin-bottom: 55px;
    font-size: 42px;
}

.page-template-bewertung h2 {
    font-size: 64px;
    display: flex;
    flex-direction: column;
}

.page-template-bewertung h2 span {
    font-size: 32px;
    line-height: 46px;
    margin-top: 36px;
}

.chart_wrapper {
    max-width: 950px;
    margin: 0 auto;
}

.chart {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.diagram_grid {
    display: grid;
    grid: auto / 1fr;
    gap: 2rem;
    margin-top: 20px;
}

.input_grid {
    display: grid;
    grid: auto / 1fr 1fr 1fr;
    gap: 17px 26px;
}

.input_grid > div {
    padding: 20px 20px 28px 24px;
    display: grid;
    grid: auto / 120px 1fr;
    gap: 24px;
    background-color: #F2F2F2;
}

/* .input_grid > div > div {
    display: flex;
} */

/* .input_grid > div > div img, */
.input_grid > div > div p {
    align-self: center;
}

.input_grid div p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    /* margin-top: 16px; */
    align-self: center;
}

.input_grid div p label {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.input_grid div p input {
    margin-top: 8px;
}

.diagram_grid .input_grid input[type="number"] {
    width: 60px;
}

.input_grid p {
    display: flex;
    flex-direction: column;
}

.diagram_grid input[type="checkbox"] {
    margin-right: 8px;
}

.page-template-bewertung input[type="submit"] {
    border-radius: 42px;
    font-size: 20px;
    color: black;
    padding: 16px 46px;
}

.page-template-bewertung input[type="submit"] a {
    text-decoration: underline solid 1px black;
}

.page-template-bewertung p.legend {
    font-size: 20px;
    color: #666;
}

.page-template-bewertung .form_grid {
    display: grid;
    grid: auto / 1fr;
    gap: 100px;
}

.page-template-bewertung .submit_grid {
    display: grid;
    grid: auto / 1fr 1fr;
    gap: 100px;
    margin-top: 100px;
}

@media (max-width: 1200px) {
    .diagram_grid {
        display: flex;
        flex-direction: column-reverse;
        width: var(--theme-default-editor, var(--theme-block-width));
        max-width: var(--theme-default-editor, var(--theme-block-max-width));
    }
}

@media print {
    .page-template-bewertung header,
    .page-template-bewertung footer {
        display: none;
    }

    .page-template-bewertung h1 {
        display: none;
    }

    .page-template-bewertung h3 {
        font-size: 30px;
        line-height: 1.2;
    }

    .page-template-bewertung .diagram_grid {
        display: block;
    }

    .page-template-bewertung article {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .page-template-bewertung canvas {
        height: 350px !important;
        width: 350px !important;
    }

    .page-template-bewertung p {
        font-size: 10px;
        line-height: 12px;
    }

    .page-template-bewertung p.legend {
        display: none;
    }

    .page-template-bewertung input::-webkit-outer-spin-button,
    .page-template-bewertung input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    .page-template-bewertung input {
        border: none !important;
    }

    .page-template-bewertung input[type=number] {
        -moz-appearance: textfield;
    }

    .page-template-bewertung input[type=submit] {
        display: none;
    }

    .page-template-bewertung .general_info p,
    .page-template-bewertung .diagram_inputs p {
        margin-bottom: 20px !important;
        margin-top: 0 !important;
    }

    .page-template-bewertung .general_info p {
        width: 100%;
    }

    .page-template-bewertung .general_info p {
        height: 50px !important;
    }

    .page-template-bewertung label {
        line-height: 0.8;
    }

    .page-template-bewertung #CookiebotWidget {
        display: none;
    }
}

@page {
    margin: 1.5cm;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
    --grid-template-columns: 3fr 1fr 2fr !important;
}