#pk_flex_content .flex_layout.calendly {
    max-width: 100%;
    margin-inline: 0;
    padding: 0;
    background: #59332A;
}

.flex_layout.calendly .flex_layout_wrapper {
    max-width: var(--site-grid);
    margin-inline: auto;
    padding: 120px 40px;
}

.flex_layout.calendly .calendly_top_content {
    border-top: 1px solid #FDFBEF;
    color: #FDFBEF;
    padding-top: 45px;
}

#pk_flex_content .flex_layout.calendly .calendly_top_content .subtitel .line {
    background: #FDFBEF;
}

#pk_flex_content .flex_layout.calendly .calendly_top_content .heading,
#pk_flex_content .flex_layout.calendly .calendly_top_content .subtitel span {
    color: #FDFBEF;
}

.flex_layout.calendly .calendly_bottom_content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 45px;
}

.flex_layout.calendly .calendly_bottom_content .calendly_embed_code {
    width: 60%;
}

.flex_layout.calendly .calendly_bottom_content .cta_container {
    max-width: 465px;
    width: fit-content;
}

.flex_layout.calendly .cta_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flex_layout.calendly .cta_wrapper> :nth-child(1) {
    border: 1px solid #BBABA0;
    background: #9B8379;
}

.flex_layout.calendly .cta_wrapper> :nth-child(2) {
    border: 1px solid #DCD3C8;
    background: #BBABA0;
}

.flex_layout.calendly .cta_wrapper .adres_cta .adres_cta_top .icon_container {
    background: #DCD3C8;
}

#pk_flex_content .flex_layout.calendly .cta_wrapper .adres_cta .adres_cta_top .heading,
.flex_layout.calendly .cta_wrapper .adres_cta .tekst {
    color: #59332A;
}

.flex_layout.calendly .cta_wrapper .adres_cta .button .button_text {
    color: #FDFBEF;
}

.flex_layout.calendly .cta_wrapper .adres_cta .button svg path {
    stroke: #FDFBEF;
}


@media screen and (max-width: 992px) {
    .flex_layout.calendly .flex_layout_wrapper {
        padding: 60px 40px;
    }

    .flex_layout.calendly .calendly_bottom_content {
        flex-direction: column;
    }

    .flex_layout.calendly .calendly_bottom_content .calendly_embed_code,
    .flex_layout.calendly .calendly_bottom_content .cta_container {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .flex_layout.calendly .flex_layout_wrapper {
        padding: 40px 20px;
    }
}