@media (max-width: 1200px) {
    section.hb_initial .block_form:not(.dispo_form_wrap) {
        display: none !important;
    }
}

section.hb_initial .btn_row img {
    position: relative;
    max-width: 332px;
    top: -9px;
	max-height: 50px;
}
@media (max-width: 768px) {
    section.hb_initial .btn_row img {
        top: -7px;
        left: -12px;
        max-height: 40px;
    }
}

[class*="-related-links"] a {
    padding: 5px 0 10px 0;
    color: var(--color-tertiary);
    text-decoration: underline;
}

[class*="-related-links"] a:hover {
    text-decoration: none;
}

section.destinations_3 .block_content_wrap {
    max-height: fit-content !important;
}

body section.why_us .customer_box .swiper.customer_box_points .point_box {
    height: auto;
}


body .smlist_group .smlist_inner_expand_btn {
    padding-right: 40px;
    text-align: left;
}
body .smlist_group .smlist_group_control {
    text-align: left;
}
body .header_menu .mobile_header_navigation {
    margin-bottom: 32px;
}
body .header_menu .header_menu_content .header_language_switcher {
    padding-bottom: 22px;
}

@media (min-width: 1200px) {
    body footer.footer_wrapper {
        height: auto;
        min-height: 690px;
    }
}



body #primary .contact_form_thank_you_message,
body #colophon .contact_form_thank_you_message {
    text-align: left;
    margin: 18px 0 10px 0;
    color: #77b740;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 0.9rem;
    text-align: left;
    max-width: initial;
}
body #primary .contact_form_thank_you_message img,
body #colophon .contact_form_thank_you_message img {
    display: block;
    width: 20px;
    height: 20px;
}
body #primary .offer_form_wrap .contact_form_thank_you_message,
body #colophon .offer_form_wrap .contact_form_thank_you_message {
    color: #54812d;
}






main.thank_you_page {
    padding: 0;
    min-height: 80vh;
}
.form_success_page_upper {
    background: transparent linear-gradient(342deg, #0561C4 -50%, #20214C 100%) 0% 0% no-repeat padding-box;
    height: 128px;
    margin: 0;
}
.form_success_page_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 200px 0;
}
.form_success_page_content p {
    opacity: 0.65;
}
.form_success_page_content .btn_style_1 {
    margin: 8px auto 20px auto;
}
.form_success_page_content .form_success_page_btn_2 {
    text-decoration: underline;
    color: #000000ab;
}
@media (max-width: 768px) {
    .form_success_page_upper {
        height: 60px;
    }
}

section.partner_hor_row {
    overflow: hidden;
}

body section.hb_initial .block_content h2 {
    opacity: 0.85;
}
@media (min-width: 768px) {
    body section.hb_initial .block_content h2 {
        font-size: 18px;
        max-width: 500px;
    }
    body section.hb_initial .floating_part {
        height: 160px;
    }
    body section.partner_hor_row {
        height: 136px;
    }

    body .offer_form_wrap .offer_form_switcher button {
        height: 50px;
        font-size: 15px;
        gap: 14px;
    }
    body .offer_form_wrap .offer_form_switcher button img {
        width: 18px;
    }
    body section.hb_initial {
        min-height: 720px;
    }
}
body .offer_form_wrap .pb_input_wrap textarea {
    height: 98px;
}

body .header_upper {
    background: rgba(0, 0, 0, 0.2);
}
body.header_hovering .header_upper a,
body.header_hovering .header_upper p {
    color: var(--color-black) !important;
}

html[lang="de-DE"] .offer_form_wrap .offer_form_title {
    font-size: 16px;
    max-width: 220px;
}

@media (max-width: 768px) {
    body section.hb_initial {
        gap: 44px;
    }

    body .header_upper .header_language_switcher button {
        font-size: 0;
        gap: 0;
        height: 44px;
        width: 66px;
        border-radius: 0;
        position: relative;
        left: -20px;
        justify-content: center;
    }
    body section.hb_initial {
        min-height: 490px;
        padding-top: 140px;
    }
}
@media (max-width: 1200px) {
    main {
        top: calc(var(--header-upper_height)* -1);
        margin-bottom: calc(var(--header-upper_height)* -1);
    }
}



.header_language_switcher img {
    top: -1px;
    position: relative;
}

body section.hb_initial .floating_part .block_right .tripadvisor_box {
    background: rgba(255, 255, 255, 0.05);
}
body section.hb_initial .floating_part .block_right .tripadvisor_box:hover {
    background: rgba(255, 255, 255, 0.1);
}

body section.initial_standard.contact_line, section.initial_standard.title_used {
    padding: 130px 0 60px;
}

body .hb_label_box {
    background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
    body section.contact_us .block_left p {
        max-width: 330px;
    }
}

@media (max-width: 768px) {
    body section.partner_hor_row .container {
        width: 100%;
    }
    body section.partner_hor_row .logos .logo_items img {
        height: 44px !important;
        width: initial !important;
    }
}
@media (min-width: 768px) {
    body section.partner_hor_row .logos .logo_items img {
        width: initial !important;
        height: initial !important;
    }
}

@media (max-width: 768px) {
    section.hb_initial .floating_part .logos_alternative_content .logos_alternative_row {
        gap: 7px !important;
    }
}


section.tripadvisor_box .block_content .tripadvisor_icon_wrap .tripadvisor_icon_box img {
    max-width: 82px;
}
section.hb_initial .floating_part .block_right .tripadvisor_box img {
    max-width: 48px;
}