strong {
    font-family: 'GT Eesti Pro Text - bold';
    font-weight: 400;
}

.tt-wrap-long-words {
    overflow-wrap: break-word; /* Ensures long words will wrap */
    word-wrap: break-word; /* For broader browser support */
    word-break: break-word; /* Breaks words at appropriate points */
}

/* S - bottom right */
.tt-box-shadow-small {
    box-shadow: 7px 8px 14px 0px rgba(3, 18, 14, 0.08);
}

/* BEGIN main navigation styling */
.tt-main-nav-container .fusion-layout-column .fusion-column-wrapper {
    padding-bottom: 24px;
}

.tt-main-nav .awb-menu__main-a {
    height: 100%;
    align-items: flex-end;
    padding-bottom: 16px !important;
}

.tt-main-nav .awb-menu__main-a:hover {
    padding-bottom: 16px;
}

.tt-main-nav .awb-menu__main-li {
    align-items: flex-end;
}

/* align the text-link button label vertically with the menu item labels */ 
.tt-main-nav-container .tt-main-nav__button {
    transform: translateY(-16px);
}
/* END main navigation styling */


/* BEGIN selbstauskunft styling */

/* boxed number in selbstauskunft */
.tt-boxed-number {
    background-color: var(--awb-custom_color_14);
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    padding-left: 5px;
}

/* underlined items */
u {
    font-family: 'GT Eesti Pro Text - regular';
    text-underline-offset: 3px;
    text-decoration-color: var(--awb-color5);
    text-decoration-thickness: 3px;
}

/* general radiobutton styling overwrites */ 
.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio label:before {
    min-width: 16px;
    height: 16px;
    top: 0;
    transform: translateY(3px);
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio label:after {
    width: 8px;
    height: 8px;
    left: 5px;
    top: 0px;
    transform: translateY(100%);
}

/* general checkboxes styling overwrites */ 
/* make radiobuttons and checkmarks larger */
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
    min-width: 16px;
    height: 16px;
    top: 0;
    transform: translateY(0.15em);
}

/* custom checkmark inside the checkbox */
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:checked+label:after {
    width: 8px;
    height: 8px;
    left: 5px;
    top: 0;
    transform: translateY(100%);
}

/* styling only relevant for checkboxes in consent screen - align checkbox on top of the label text */
.fusion-form-form-wrapper .tt-selbstauskunft-consent-label .fusion-form-checkbox label:before{
    transform: translateY(0);
    top: 0;
}

/* styling only relevant for checkboxes in consent screen - align checkmark accordingly */
.fusion-form-form-wrapper .tt-selbstauskunft-consent-label .fusion-form-checkbox label:after{
    transform: translateY(60%) !important;
}

#tt-disabled_continue_button  {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
    height: 42px;
}

div:has(> #tt-disabled_continue_button) {
    margin-bottom: 16px;
}

.tt-validation-widget {
    width: 24px;
    height: 24px;
    align-self: center;
    transform: translate3d(6px, 50%, 0);
}

.tt-validation-widget::before {
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    display: block;
    line-height: 1;
}

.tt-validation-widget.spin::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 4px solid var(--awb-custom_color_15);
    border-top-color: var(--awb-custom_color_3);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.tt-validation-widget.error::before {
    content: "\f06a";
    color: #BD1E1E;
}

.tt-validation-widget.success::before {
    content: "\f058";
    color: #1EBD73;
}
  
.tt-validation-widget__message-display {
    font-size: 16px;
    margin-left: 34px;
    color: var(--awb-form-label-color);
}

.tt-validation-widget__message-display.error {
    color: #BD1E1E;
}

.tt-selbstauskunft-rating-scale {
    margin-bottom: 1em;
}

/* smaller radio button group label and more spacing */
.tt-selbstauskunft-id-selection .fusion-form-field .label {
    font-size: 15px;
    padding-bottom: 12px;
}

/* bigger labels on radio items */
.tt-selbstauskunft-id-selection .fusion-form-field .fusion-form-radio label  {
    font-size: 1.15em;
}

/* more spacing between radio items */
.tt-selbstauskunft-id-selection .fusion-form-field .fusion-form-radio:not(.option-inline) {
    margin-bottom: 20px;
}

/* radio items styling */
.tt-selbstauskunft-id-selection .fusion-form-field .fusion-form-radio label:before {
    min-width: 18px;
    height: 18px;
    top: 0;
    transform: translateY(4px);
}

/* make labels in data input section smaller */
.tt-selbstauskunft-hoteldata .fusion-form-field.fusion-form-label-above label {
    font-size: 15px;
}

.tt-selbstauskunft-id-selection .fusion-form-field .fusion-form-radio label:after {
    width: 8px;
    height: 8px;
    left: 6px;
    top: 0;
    transform: translateY(10px);
}

.tt-selbstauskunft-consent-label label {
    font-size: 15px !important;
    padding: 0 0 0 2em !important;
}

/* emphasize parts that are wrapped in <b> tags a bit  */
.tt-selbstauskunft-consent-label b {
    font-family: 'GT Eesti Pro Text - medium';
}
/* END selbstauskunft styling */

/* BEGIN partner section styling */
.tt-partner-svg img {
  opacity: 0.36;
}

.tt-partner-svg img:hover {
  opacity: 1;
  cursor: pointer;
}

/* Medien-Fix wg. zu großem Logo */
.tt-partner-items--red li .fusion-column-wrapper {
    max-width: 320px;
}
.tt-partner-items--gold li .fusion-column-wrapper {
    aspect-ratio: 4 / 3;
}

.tt-partner-items--silver li .fusion-column-wrapper {
    aspect-ratio: 1 / 1;
}

.tt-partner-items--bronze li .fusion-column-wrapper {
    aspect-ratio: 1 / 1;
}

.tt-partner-item {
    flex-direction: column;
    align-items: center;
}

.tt-partner-item:hover {
    cursor: pointer;
}

.tt-partner-item:hover::after {
    content: 'Mehr erfahren';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    color: #0B1924;
    font-family: "GT Eesti Pro Text - medium";
    font-size: 20px;
    line-height: 1;
    transform: translateX(-50%);
}

.tt-partner-items--bronze li img,
.tt-partner-items--silver li img,
.tt-partner-items--gold li img {
    filter: grayscale(100%) brightness(0.7);
    transition: filter 0.35s;
    object-fit: contain;
}

.tt-partner-items--gold li img {
    aspect-ratio: 4 / 3;
    max-width: 376px;
    width: 100%;
}

.tt-partner-items--bronze li img {
    aspect-ratio: 1 / 1;
    max-width: 148px;
    width: 100%;
}

.tt-partner-items--silver li img {
    aspect-ratio: 1 / 1;
    max-width: 236px;
    width: 100%;
}

.tt-partner-items--bronze li:hover img,
.tt-partner-items--silver li:hover img,
.tt-partner-items--gold li:hover img {
    filter: none;
}

.tt-partner-details__modal, 
.tt-partner-item .fusion-builder-row {
    display: none;
    position: fixed;
    left: 0px;
    top: 0;
    flex-direction: row;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    z-index: 999999;
    justify-content: center;
    padding: 0 80px;
}

.tt-partner-details__modal > div:nth-of-type(1), 
.tt-partner-item .fusion-builder-row > div:nth-of-type(1) {
    display: flex;
    width: 33%;
    max-width: 480px;
    background: white;
    padding: 32px 40px;
    border-radius: 8px 0 0 8px;
    align-items: center;
    justify-content: center;
}

.tt-partner-details__modal > div:nth-of-type(2), 
.tt-partner-item .fusion-builder-row > div:nth-of-type(2) {
    width: 66%;
    max-width: 800px;
    background: white;
    padding: 32px 40px;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
}

.tt-partner-details__modal::before {
    content: "×";
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.tt-partner-details__modal::before:hover {
    background: rgba(0, 0, 0, 0.8);
}

.--bronze-partner .fusion-image-element,
.--silver-partner .fusion-image-element,
.--gold-partner .fusion-image-element {
    max-width: 280px;
    width: 100%;
}

.--gold-partner > div:nth-of-type(1),
.--gold-partner > div:nth-of-type(2) {
    height: 70vh;
    transform: translateY(30%);
}

.--silver-partner > div:nth-of-type(1),
.--silver-partner > div:nth-of-type(2) {
    height: 42vh;
    transform: translateY(68%);
}

.--bronze-partner > div:nth-of-type(1),
.--bronze-partner > div:nth-of-type(2) {
    height: 40vh;
    transform: translateY(100%);
}

/* END partner section styling */

/* BEGIN hotelier slider section styling */
.tt-hotelier-slider-bg {
    background-image: url('https://fine-hotels.de/wp-content/uploads/2025/07/lines_top_left.svg'), url('https://fine-hotels.de/wp-content/uploads/2025/07/lines_bottom_right.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: 600px, 980px;
}
/* END hotelier slider section styling */


/* BEGIN quote section styling */

/* limit width of quote line */
.tt-quote-separator-line {
    width: 100%;
    max-width: 422px !important;
}

/* show and position quotes icon in top left corner behind the text */
.tt-quotes-top-left {
    position: relative;
}

.tt-quotes-top-left::before {
    content: url('https://fine-hotels.de/wp-content/uploads/2025/07/quotes.svg');
    position: absolute;
    z-index: -1;
}

.tt-quote-lines--layout1 .tt-quotes-top-left::before {
    transform: translate3d(-30%,-50%,0);
}
.tt-quote-lines--layout2 .tt-quotes-top-left::before,
.tt-quote-lines--layout3 .tt-quotes-top-left::before {
    transform: translate3d(20%,-50%,0);
}

/* draw bordering lines on quote section */
.tt-quote-lines::before, .tt-quote-lines::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: var(--awb-custom_color_12);
}

.tt-quote-lines--layout1::before {
    top: 0;
    left: 0;
    width: 120px;
}

.tt-quote-lines--layout1::after {
    top: 0;
    right: 0;
    width: calc(100% - 120px - 552px);
}

.tt-quote-lines--layout2:before {
    bottom: 0;
    left: 0;
    width: calc(33% + 88px);
}

.tt-quote-lines--layout2::after {
    bottom: 0;
    right: 0;
    width: calc(66% - 518px - 64px);
}

.tt-quote-lines--layout3::before {
    top: 0;
    left: 0;
    width: calc(88px + 33%); /* padding-left + column width */
}

.tt-quote-lines--layout3::after {
    top: 0;
    right: 0;
    width: calc(66% - 430px - 64px); /* column width - line-width */
}
/* END quote section styling */


/* BEGIN secondary button styling */
.tt-text-link-with-highlight i.fa-arrow-right.fas.button-icon-right {
    transform: translateY(-11%) rotate(-45deg);
    font-size: 1.3em;
    margin-left: 5px;
}

/* custom text link button */
.tt-text-link-with-highlight {
    border-bottom: 3px solid var(--awb-color5);
    padding: 0 2px !important;
    font-family: "GT Eesti Pro Text - medium";
}

.tt-text-link-with-icon__icon {
    background-image: url('https://fine-hotels.de/wp-content/uploads/2024/10/arrow-up-right_primary900-1.svg');
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: initial;
}

.tt-text-link-with-highlight:hover {
    background-color: transparent;
    border-bottom: 3px solid var(--awb-color5);
    padding: 0 2px !important;
    color: var(--awb-color2);
}

.tt-text-link-with-highlight:hover .fusion-button-text {
    color: var(--awb-color2) !important;
}

/* BEGIN secondary button styling */


/* BEGIN advantages slider styling */
/* do not center content of container */
.tt-advantages-slider .tfs-slider .slide-content-container {
    top: 0;
    transform: translateY(0%);
}

#tt-advantages .tt-advantages-box-wrapper p {
    line-height: 1.35;
}

#tt-advantages .tt-advantages-box-wrapper .content-container {
    margin-bottom: 0;
}

#tt-advantages .tt-advantages-box-wrapper h3 {
    color: var(--awb-title-color) !important;
    font-family:'GT Eesti Pro Text - bold';
    text-transform: none;
    line-height: 1.15 !important;
    letter-spacing: 0;
    font-size: 21px !important;
}

#tt-advantages .tt-advantages-box-wrapper .fusion-content-boxes .fusion-column:nth-of-type(1),
#tt-advantages .tt-advantages-box-wrapper .fusion-content-boxes .fusion-column:nth-of-type(2) {
    margin-bottom: 16px;
}

#tt-advantages .tt-advantages-box-wrapper .fusion-content-boxes .fusion-column:nth-of-type(3),
#tt-advantages .tt-advantages-box-wrapper .fusion-content-boxes .fusion-column:nth-of-type(4) {
    margin-top: 16px;
}

#tt-advantages .fusion-content-boxes.equal-height {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

#tt-advantages .fusion-content-boxes.equal-height .col {
  height: 100%;
}

/* navigation for advantages slider */

/* make nav buttons visible all the time */
.tt-advantages-slider .main-flex .flex-next, 
.tt-advantages-slider .main-flex .flex-prev {
    opacity: 1;
    background-color: var(--awb-color2);
    color: var(--awb-color1);
    display: block;
    position: static;
}

/* hover states */
.tt-advantages-slider .main-flex .flex-next:hover, 
.tt-advantages-slider .main-flex .flex-prev:hover {
    background-color: rgb(69, 58, 33);
    color: var(--awb-color1);
}

/* give parent container a height */
.tt-advantages-slider .flex-direction-nav {
    height: auto;
    margin-top: 40px;
}

/* spacing between buttons */
.tt-advantages-slider .flex-nav-prev {
    margin-right: 16px !important;
}

/* padding of section */
.tt-advantages-slider .tfs-slider .slide-content-container {
    padding-left: 80px;
    padding-right: 80px;
}

/* position horizontally inside container  */
.tt-advantages-slider .tfs-slider .slide-content-container .slide-content li {
    display: inline-flex;
}

/* reset translation */
.tt-advantages-slider .tfs-slider .flex-direction-nav a {
    transform: translateY(0);
}

/* center the indicators below the boxes */
.tt-advantages-slider .flex-control-nav {
    right: 0;
    /* width: 64.7%; */
}
/* END advantages slider styling */

/* BEGING benefit list styling in seal box */
.tt-seal-box-list ul {
    list-style-type: square;
}

/* more spaciong */
.tt-seal-box-list ul li {
    margin-bottom: 16px;  
}
/* END benefit list styling in seal box */

/* BEGIN event section styling */
/* add shadow to wrapping container and add rounded borders */
.tt-event-container > div {
    box-shadow: 28px 24px 28px 0px rgba(3, 18, 14, 0.15);
    overflow: hidden;
    border-radius: 8px;
}

/* add the golden background stripe  */
.tt-event-container {
  background-image: linear-gradient(to right, rgb(45 60 70 / 85%), rgb(45 60 70 / 85%));
  background-size: 100% 301px;
  background-position-y: 55%;
}

/* styling for the boxed container */
.tt-event__body {
    padding: 30px 64px 0 0;
    background-color: var(--awb-color1);
}

.tt-event__body .fusion-title {
    background-color: rgb(45 60 70 / 85%);
    display: flex !important;
    padding: 20px 228px 20px 40px;
    margin: 0;
}

/* limit the boxed container of the big display title */
.tt-event__body .fusion-layout-column:nth-of-type(1) .fusion-column-wrapper {
    max-width: 717px;
}

.tt-event__body .fusion-column-wrapper .fusion-builder-row {
    justify-content: flex-start;
}

.tt-event__body .tt-event-text-box {
    max-width: 430px;
}
/* END event section styling */

/* BEGIN FAQ styles */
.tt-faq,
.tt-faq-description-wrapper {
    max-width: 704px;
}

.tt-faq .fusion-accordian #accordian-1 .panel-title a:hover,
.tt-faq .fusion-faqs-wrapper .fusion-accordian #accordian-1 .panel-title a.active {
    color: var(--awb-color2) !important;
}

/* make active toggles bg color transparent */
.tt-faq .fusion-faqs-wrapper .fusion-accordian #accordian-1 .panel-title .active .fa-fusion-box {
  background-color: transparent !important;
}

/* END FAQ styles */

/* BEGIN instruction sequence styling */
.tt-sequence-container .fusion-layout-column {
    position: relative;
}

/* show number containers above and below the columns */
.tt-sequence-container .fusion-layout-column::before,
.tt-sequence-container .fusion-layout-column::after {
    position: absolute;
    color: var(--awb-color2, #221D11);
    text-align: center;
    font-family: "GT Eesti Pro Text - bold";
    font-size: 44px;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
}

/* odds are above */
.tt-sequence-container .fusion-layout-column:nth-of-type(odd)::before {
    background-color: var(--awb-custom_color_14, #c1c3c4);
    top: 0;
    left: 50%;
    transform: translate3d(-50%,calc(-100% - 32px),0);
}

/* evens are below */
.tt-sequence-container .fusion-layout-column:nth-of-type(even)::after {
    background-color: var(--awb-custom_color_14, #c1c3c4);
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%,calc(100% + 32px),0);
}

/* different colors and numbers for each container */
.tt-sequence-container .fusion-layout-column:nth-of-type(1)::before {
    content: "1";
}

.tt-sequence-container .fusion-layout-column:nth-of-type(2)::after {
    content: "2";
}

.tt-sequence-container .fusion-layout-column:nth-of-type(3)::before {
    content: "3";
}

.tt-sequence-container .fusion-layout-column:nth-of-type(4)::after {
    content: "4";
}

/* add an arrowhead at the end of the last colums line */ 
.tt-sequence-container .fusion-layout-column:last-child::before {
    content: "";
    width: 0 !important;
    height: 0 !important;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 30px solid var(--wp--preset--color--awb-color-custom-11, #75787C);
    transform: translate3d(1px,8px,0) rotate(-30deg);
    bottom: 0;
    right: 0;  
}

/* END instruction sequence styling */

/* BEGIN styling of contact-form */
.tt-contact-form-wrapper {
    max-width: 592px;
}

.tt-contact-form .fusion-form-field label {
    font-size: 16px !important;
}

.tt-contact-form .fusion-form-field.fusion-form-label-above label {
    margin-bottom: 0.25em !important;
}
/* END styling of contact-form */

/* BEGIN colored social media icons in contact page  */
#tt-social-icons .awb-icon-facebook:hover,
.tt-social-icon .awb-icon-facebook,
.tt-social-icon .awb-icon-facebook:hover {
    background-color: #3b5998 !important;
}

#tt-social-icons .awb-icon-linkedin:hover,
.tt-social-icon .awb-icon-linkedin,
.tt-social-icon .awb-icon-linkedin:hover {
    background-color: #0077b5 !important;
}

#tt-social-icons .awb-icon-instagram:hover, 
.tt-social-icon .awb-icon-instagram, 
.tt-social-icon .awb-icon-instagram:hover {
    background-image: url(https://fine-hotels.de/wp-content/uploads/2024/10/instagram-bg.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none !important;
    background-color: #c13584 !important;
}

/* END colored social media icons in contact page  */

/* BEGIN blog styling */
.tt-blog-img-wrapper .fusion-image-element {
    height: 100%;
}

.tt-blog-img,
.tt-blog-img a img {
    height: 100%;
    width: 100%;
}

.tt-blog-img a img {
    object-fit: cover;
}
/* END blog styling */


/* BEGIN partners page styling */

.tt-partner__separator-container {
    position: relative;
}

.tt-partner__separator-container .fusion-column-wrapper {
    justify-content: center;
    align-items: center;
}

.tt-partner__separator-container .fusion-column-wrapper::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    z-index: -1;
}

.tt-partner__separator-title {
    background-color: var(--awb-color1);
    display: inline-flex !important;
    justify-content: center;
    padding: 0 16px;
    width: 100%;
}

.tt-partner__separator-title--gold {
    max-width: 320px;
}

.tt-partner__separator-title--silver {
    max-width: 332px;
}

.tt-partner__separator-title--bronze {
    max-width: 359px;
}

.tt-partner__separator-title--red {
    max-width: 320px;
}

.tt-partner__separator-title h2 {
    display: inline;
}

.tt-partner__separator-title--gold h2 {
    background-image: linear-gradient(90deg, #C29111 0%, #E8CA2E 32.69%, #FCE73D 49.52%, #E8CA2E 66.35%, #C29111 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tt-partner__separator-title--silver h2 {
    background-image: linear-gradient(90deg, #848587 0%, #ADAEB2 28.85%, #BDBEC0 49.52%, #DFE0E2 84.13%, #B7B7B9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tt-partner__separator-title--bronze h2 {
    background-image: linear-gradient(90deg, #B97A47 0%, #E8AB6C 32.69%, #FFC480 49.52%, #E8AB6C 66.35%, #B97A47 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tt-partner__separator-title--red h2 {
    background-image: linear-gradient(90deg, #ed1b32 0%, #ed1b32 32.69%, #ed1b32 49.52%, #ed1b32 66.35%, #ed1b32 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.tt-partner__separator-container--gold .fusion-column-wrapper::after {
    background: linear-gradient(90deg, #C29111 0%, #E8CA2E 32.69%, #FCE73D 49.52%, #E8CA2E 66.35%, #C29111 100%);
}

.tt-partner__separator-container--silver .fusion-column-wrapper::after {
    background: linear-gradient(90deg, #848587 0%, #ADAEB2 28.85%, #BDBEC0 49.52%, #DFE0E2 84.13%, #B7B7B9 100%);
}

.tt-partner__separator-container--bronze .fusion-column-wrapper::after {
    background: linear-gradient(90deg, #B97A47 0%, #E8AB6C 32.69%, #FFC480 49.52%, #E8AB6C 66.35%, #B97A47 100%);
}

.tt-partner__separator-container--red .fusion-column-wrapper::after {
    background: linear-gradient(90deg, #ed1b32 0%, #ed1b32 32.69%, #ed1b32 49.52%, #ed1b32 66.35%, #ed1b32 100%);
}


/* END partners page styling */

/* BEGIN footer styling */
.tt-footer-link a {
    color: var(--awb-custom_color_18);
}

.tt-footer-link a:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    text-decoration-color: var(--awb-color3);
}

/* END footer styling */


/* ########## START Imprint/Legal Content styling ########### */

/* Style the main imprint container */
#lc-text-AgencyClient_Imprint-de {
    max-width: 800px;
    margin: 0 auto;
    padding: 64px 24px;
    color: var(--Primary-900, #0C0F12);
    line-height: 1.5;
}

/* Main heading styling */
#lc-text-AgencyClient_DSE-de h2,
#lc-text-AgencyClient_Imprint-de h2 {
    color: var(--Primary-900, #0C0F12);
    font-size: 38px;
    font-weight: 350;
    margin-bottom: 48px;
}

/* Section headings */
#lc-text-AgencyClient_DSE-de h3,
#lc-text-AgencyClient_Imprint-de h3 {
    color: var(--Primary-900, #0C0F12);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 40px 0 24px 0;
    border-bottom: 1px solid var(--Grey-200, #D2D4D5);
    padding-bottom: 12px;
}

/* First section heading (no top margin) */
#lc-text-AgencyClient_DSE-de h3:first-of-type,
#lc-text-AgencyClient_Imprint-de h3:first-of-type {
    margin-top: 0;
}
/* Section headings */
#lc-text-AgencyClient_DSE-de h4 {
    color: var(--Primary-900, #0C0F12);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 1.2px;
    margin: 40px 0 24px 0;
}

/* First section heading (no top margin) */
#lc-text-AgencyClient_DSE-de h4:first-of-type {
    margin-top: 0;
}

#lc-text-AgencyClient_DSE-de strong {
    display: block;
}

#lc-text-AgencyClient_DSE-de h5 {
    font-family: 'GT Eesti Pro Text - bold';
    font-weight: 400;
    font-size: 18px;
    color: var(--Primary-800, #2D3C46);
    line-height: 1.5;
    text-transform: none;
}

/* Paragraph styling */
#lc-text-AgencyClient_DSE-de p,
#lc-text-AgencyClient_Imprint-de p {
    color: var(--Primary-800, #2D3C46);
    font-size: 18px;
    font-weight: 350;
    line-height: 1.5;
    margin-bottom: 8px;
}

/* Address block styling */
#lc-text-AgencyClient_DSE-de div,
#lc-text-AgencyClient_Imprint-de div {
    margin-bottom: 24px;
}

/* Contact information styling */
#lc-text-AgencyClient_DSE-de p:contains("Telefonnummer"),
#lc-text-AgencyClient_DSE-de p:contains("E-Mail-Adresse"),
#lc-text-AgencyClient_Imprint-de p:contains("Telefonnummer"),
#lc-text-AgencyClient_Imprint-de p:contains("E-Mail-Adresse") {
    font-weight: 400;
    color: var(--Primary-700, #46555F);
}

/* Add spacing between sections */
#lc-text-AgencyClient_DSE-de > div,
#lc-text-AgencyClient_Imprint-de > div {
    margin-top: 0;
    padding-top: 24px;
    border-top: 1px solid var(--Grey-100, #DBDCDE);
}

/* Remove border from first div if it exists */
#lc-text-AgencyClient_DSE-de > div:first-of-type,
#lc-text-AgencyClient_Imprint-de > div:first-of-type {
    border-top: none;
    padding-top: 0;
}

/* Style breaks */
#lc-text-AgencyClient_DSE-de br,
#lc-text-AgencyClient_Imprint-de br {
    display: none;
}

#lc-text-AgencyClient_DSE-de div p:nth-child(6),
#lc-text-AgencyClient_Imprint-de div p:nth-child(6) {
    margin-bottom: 24px;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
    #lc-text-AgencyClient_Imprint-de {
        padding: 40px 16px;
    }
    
    #lc-text-AgencyClient_Imprint-de h2 {
        font-size: clamp(28px, 6vw, 32px);
        margin-bottom: 32px;
    }
    
    #lc-text-AgencyClient_Imprint-de h3 {
        font-size: 20px;
        margin: 32px 0 16px 0;
    }
    
    #lc-text-AgencyClient_Imprint-de p {
        font-size: 16px;
    }
}

/* ########## END Imprint/Legal Content styling ########### */


/* ######### BEGIN RESPONSIVE STYLING ######### */

@media only screen and (max-width: 1280px) {
    .tt-rsp-slider-advantages__title h2 {font-size: clamp(34px,4vw,39px) !important;}
}

@media only screen and (max-width: 1071px) {
    /* BEGIN advantages slider styling */
    .tt-advantages-nav-container-wrapper > .fusion-column-wrapper {
        padding-right: 0;
    }
    /* END advantages slider styling */
}

@media only screen and (max-width: 1024px) {

    /* responsive classes for better control over font sizes */
    .tt-rsp-subtitle__hero p {font-size: clamp(24px,2.5vw,29px) !important;}
    .tt-rsp-seal__text p {font-size: clamp(25px,2.8vw,30px) !important;}
    .tt-rsp-seal__listitem li {font-size: clamp(22px,2.5vw,26px) !important;}
    .tt-rsp-quote__text {font-size: clamp(22px,2.5vw,26px) !important;} 
    .tt-rsp-quote__name,
    .tt-rsp-quote__role,
    .tt-rsp-quote__role span {font-size: clamp(18px,2.5vw,23px) !important;}
    .tt-rsp-slider-advantages__title h2 {font-size: clamp(36px,4vw,41px) !important;}
    #tt-advantages .tt-rsp-slider-advantages h3 {font-size: clamp(25px,3vw,28px) !important;}
    .tt-rsp-event__title h3 {font-size: clamp(54px,7vw,64px) !important;}
    .tt-rsp-footer__title h5 {font-size: clamp(22px,2.8vw,24px) !important;}
   
    .tt-img-maxwidth__tablet {
        max-width: 380px;
        max-width: clamp(300px, 75%, 380px);
    }

    /* BEGIN hotelier slider section styling */
    /* move the link to the right side */
    .tt-hotelier-slider__tablet--right-align-button .fusion-column-wrapper div {
        width: 100%;
        display: flex;  
        justify-content: flex-end;
    }
    /* END hotelier slider section styling */

    /* BEGIN quote section styling */

    /* position image on container start */
    .tt-quote-lines .fusion-flex-align-items-center {
        align-items: flex-start;
    }

    .tt-quote-lines--layout1 .tt-quotes-top-left::before {
        transform: translate3d(-30%,-50%,0) scale(0.75);
    }
    .tt-quote-lines--layout2 .tt-quotes-top-left::before,
    .tt-quote-lines--layout3 .tt-quotes-top-left::before {
        transform: translate3d(20%,-50%,0) scale(0.75);
    }
    /* END quote section styling */

    /* BEGIN main navigation styling */
    .tt-main-nav-container .fusion-layout-column .fusion-column-wrapper {
        padding-bottom: 0;
    }

    /* remove spacing on list items */
    .tt-main-nav .awb-menu__main-li {
        padding-bottom: 0;
    }

    .tt-main-nav #menu-main-menu {
        padding-top: 16px;
    }

    .tt-main-nav .awb-menu__main-a {
        align-items: center;
    }

    .tt-main-nav.collapse-enabled li.current-menu-item>a {
        color: var(--awb-color1) !important;
    }
    /* END main navigation styling */

    /* BEGIN instruction sequence styling */
    /* give all containers borders */
    .tt-sequence-container .fusion-layout-column .fusion-column-wrapper {
        border-width: 3px;
    }

    /* numbers are above */
    .tt-sequence-container .fusion-layout-column:nth-of-type(1)::before,
    .tt-sequence-container .fusion-layout-column:nth-of-type(3)::before,
    .tt-sequence-container .fusion-layout-column:nth-of-type(2)::after,
    .tt-sequence-container .fusion-layout-column:nth-of-type(4)::after {
        top: 0;
        left: 0;
        transform: translate3d(32px,24px,0);
    }
    
    .tt-sequence-container .fusion-layout-column::before, .tt-sequence-container .fusion-layout-column::after {
        font-size: 34px;
        width: 48px;
        height: 48px;
        line-height: 1;
    }
    
    .tt-sequence-container .fusion-layout-column:nth-of-type(2)::after,
    .tt-sequence-container .fusion-layout-column:nth-of-type(4)::after {
        transform: translate3d(48px,24px,0);
    }

    /* add an arrowhead at the end of the last colums line */ 
    .tt-sequence-container .fusion-layout-column:last-child::before {
        content: "";
        display: none;
    }
    /* END instruction sequence styling */

    /* BEGIN blog styling */
    .tt-blog-article-wrapper {
        max-width: 808px;
    }
    /* END blog styling */

    /* BEGIN event styling */
    .tt-event__body {
        padding: 24px ;
    }

    /* END event styling */

    /* BEGIN advantages slider styling */
    .tt-advantages-nav-container-wrapper > .fusion-column-wrapper {
        padding-right: 0px;
    }

    .tt-advantages-slider .flex-control-nav {
        right: unset;
        width: 100%;
    }

    .tt-advantages-slider .flex-direction-nav {
        margin-top: 24px;
    }
    /* END advantages slider styling */
    
    /* BEGIN partners page styling */
    .tt-partner-items--silver li .fusion-column-wrapper {
        aspect-ratio: auto;
    }

    .tt-partner-items--bronze li .fusion-column-wrapper {
        aspect-ratio: auto;
    }

    .tt-partner-details__modal {
        flex-direction: column;
        align-items: center;
        padding: 0 4%;
    }

    .tt-partner-details__modal > div:nth-of-type(1) {
        border-radius: 8px 8px 0 0;
        padding: 24px;
    }   
    
    .tt-partner-details__modal > div:nth-of-type(2) {
        border-radius: 0 0 8px 8px;
        padding: 0 24px 24px;
    }   


    .--gold-partner > div:nth-of-type(1),
    .--gold-partner > div:nth-of-type(2),
    .--silver-partner > div:nth-of-type(1),
    .--silver-partner > div:nth-of-type(2),
    .--bronze-partner > div:nth-of-type(1),
    .--bronze-partner > div:nth-of-type(2) {
        height: auto;
        width: 100%;
        max-width: none;
        transform: translateY(0);
    }
    /* END partners page styling */


}

@media only screen and (max-width: 768px) {

    /* responsive classes for better control over font sizes */
    .tt-rsp-copy--primary p,
    .tt-rsp-faq p {font-size: 18px !important;}
    .tt-rsp-copy--secondary p,
    .tt-rsp-slider-advantages p {font-size: 16tt-advantages-sliderpx !important;}
    .tt-rsp-subtitle__hero p {font-size: clamp(20px,4vw,26px) !important;}
    .tt-rsp-seal__text p {font-size: clamp(20px,6vw,23px) !important;}
    .tt-rsp-seal__listitem li {font-size: clamp(19px,2.5vw,22px) !important;}
    .tt-rsp-quote__text {font-size: clamp(20px,2.5vw,23px) !important;} 
    .tt-rsp-quote__name,
    .tt-rsp-quote__role,
    .tt-rsp-quote__role span {font-size: clamp(18px,2.5vw,20px) !important;}
    .tt-rsp-slider-advantages__title h2 {font-size: clamp(36px,4vw,41px) !important;}
    #tt-advantages .tt-rsp-slider-advantages h3 {font-size: clamp(25px,3vw,28px) !important;}
    .tt-rsp-event__title h3 {font-size: clamp(38px,9vw,54px) !important;}
    .tt-rsp-footer__title h5 {font-size: clamp(20px,3vw,22px) !important;}
        
    .tt-button-fullwidth__mobile {
        width: 100% !important;
        min-width: 270px;
    }

    .tt-img-maxwidth__mobile--s {
        max-width: 220px;
        max-width: clamp(180px, 66%, 220px);
    }

    .tt-img-maxwidth__mobile--m {
        max-width: 280px;
        max-width: clamp(200px, 75%, 360px);
    }

    .tt-img-maxwidth__mobile--l {
        max-width: 420px;
        max-width: clamp(300px, 100%, 540px);
    }

    /* BEGIN quote section styling */

    /* limit width of quote line */
    .tt-quote-separator-line {
        max-width: 422px !important;
    }

    .tt-quote-lines--layout1 .tt-quotes-top-left::before {
        transform: translate3d(-25%,-75%,0) scale(0.5);
    }
    .tt-quote-lines--layout2 .tt-quotes-top-left::before,
    .tt-quote-lines--layout3 .tt-quotes-top-left::before {
        transform: translate3d(-25%,-75%,0) scale(0.5);
    }

    .tt-quote-image-maxwidth__mobile {
        max-width: 230px;
    }
    /* END quote section styling */
    
    /* BEGIN curators section styling */
    /* align items centered inside the whole column */
    .tt-section-curators .fusion-builder-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /* center the images */
    .tt-curators-container {
        justify-content: center;
        align-items: center;
    }

    .tt-curators-container .fusion-column-wrapper{
        width: 100%;
        max-width: 300px;
    }

    .tt-curators-container .fusion-imageframe {
        display: flex;
    }

    .tt-curators-container .fusion-imageframe img {
        width: 100%;
    }
    
    /* limit width to max width of the image to have it centered correctly, except the text block at the beginning of the column */
    .tt-section-curators .fusion-flex-column:not(:first-child) .fusion-column-wrapper {
        max-width: 240px;
        max-width: clamp(200px, 75%, 360px);
    }
    /* END curators section styling */

    /* BEGIN seal box styling */
    .tt-seal-box-wrapper {
        max-width: 400px;
    }
    .tt-seal-box-wrapper .fusion-image-element {
        max-width: 200px;
    }
    /* END seal box styling */

    /* BEGIN selbstauskunft form styling */
    .tt-selbstauskunft-wrapper {
        border-radius: 40px;
    }

    .tt-validation-widget__message-display {
        margin-left: 18px;
    }

    .tt-selbstauskunft-rating-scale .fusion-form-rating-area {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-end;
    }

    .tt-selbstauskunft-rating-scale .fusion-form-rating-area .fusion-form-rating-icon {
        font-size: 22px !important;
    }
    /* END selbstauskunft form styling */


    /* BEGIN instruction sequence styling */

    /* show number containers above and below the columns */
    .tt-sequence-container .fusion-layout-column::before,
    .tt-sequence-container .fusion-layout-column::after {
        font-size: 27px;
        width: 40px;
        height: 40px;
        line-height: 1;
    }

    /* numbers are above */
    .tt-sequence-container .fusion-layout-column:nth-of-type(1)::before,
    .tt-sequence-container .fusion-layout-column:nth-of-type(3)::before {
        top: 0;
        left: 0;
        transform: translate3d(32px,22px,0);
    }
    
    .tt-sequence-container .fusion-layout-column:nth-of-type(2)::after,
    .tt-sequence-container .fusion-layout-column:nth-of-type(4)::after {
        left: unset;
        right: 0;
        transform: translate3d(-32px,22px,0);
    }

    /* unset all unnecessary borders */
    .tt-sequence-container .fusion-layout-column:nth-of-type(1) .fusion-column-wrapper,
    .tt-sequence-container .fusion-layout-column:nth-of-type(3) .fusion-column-wrapper {
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
    }

    .tt-sequence-container .fusion-layout-column:nth-of-type(2) .fusion-column-wrapper,
    .tt-sequence-container .fusion-layout-column:nth-of-type(4) .fusion-column-wrapper {
        border-left-width: 0px;
    }

    .tt-sequence-container .fusion-layout-column:nth-of-type(4) .fusion-column-wrapper {
        border-bottom-width: 0px;
    }

    /* add an arrowhead at the end of the last colums line */ 
    .tt-sequence-container .fusion-layout-column:last-child::before {
        content: "";
        display: none;
    }

    /* add an arrowhead at the end of the last colums line */ 
    .tt-sequence-container .fusion-layout-column:last-child::before {
        display: block;
        transform: translate3d(45%,4px,0) rotate(180deg);
    }
    /* END instruction sequence styling */

    /* BEGIN blog styling */
    /* remove avada margin and padding */
    .tt-blog-article-wrapper .fusion-fullwidth {
        padding: 40px 0 0 0;
    }

    .tt-blog-article-wrapper .fusion-fullwidth .fusion-layout-column {
        margin-bottom: 0;
    }
    /* END blog styling */

    /* BEGIN event styling */
    /* center content of countdown on mobile screens */
    .tt-event__header .fusion-column-wrapper {
        justify-content: center;
    }

    .tt-event__body .fusion-title {
        padding: 20px 8%;
    }

    .tt-event__body .tt-event-text-box,
    .tt-event__body .fusion-layout-column:nth-of-type(1) .fusion-column-wrapper {
        max-width: 406px;
    }

    .tt-event__body .fusion-column-wrapper .fusion-builder-row {
        justify-content: flex-end;
    }
    /* END event styling */

    /* BEGIN advantages slider styling */
    
    /* padding of section */
    .tt-advantages-slider .tfs-slider .slide-content-container {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    #tt-advantages .tt-advantages-box-wrapper .fusion-content-boxes .fusion-column:nth-of-type(1),
    #tt-advantages .tt-advantages-box-wrapper .fusion-content-boxes .fusion-column:nth-of-type(2),
    #tt-advantages .tt-advantages-box-wrapper .fusion-content-boxes .fusion-column:nth-of-type(3),
    #tt-advantages .tt-advantages-box-wrapper .fusion-content-boxes .fusion-column:nth-of-type(4) {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .tt-advantages-slider .flex-direction-nav {
        margin-top: 16px;
    }
    /* END advantages slider styling */

    /* START hoteliers slider styling */
    .tt-hotelier-slider .tfs-slider .slide-content-container {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
    /* END hoteliers slider styling */

     /* BEGIN partners page styling */
     .tt-partner-items--gold li .fusion-column-wrapper {
        aspect-ratio: auto;
    }

    .--bronze-partner .fusion-image-element,
    .--silver-partner .fusion-image-element,
    .--gold-partner .fusion-image-element {
        max-width: 200px;
    }

    .--gold-partner > div:nth-of-type(2), 
    .--silver-partner > div:nth-of-type(2), 
    .--bronze-partner > div:nth-of-type(2) {
        height: 50vh;
        position: relative;
        overflow-y: scroll;
    }

    .--gold-partner > div:nth-of-type(2) .fusion-column-wrapper, 
    .--silver-partner > div:nth-of-type(2) .fusion-column-wrapper, 
    .--bronze-partner > div:nth-of-type(2) .fusion-column-wrapper {
        position: absolute;
        top: 0;
        left: 24px;
        width: calc(100% - 48px);
        padding-bottom: 24px;
    }
     /* END partners page styling */
}

@media only screen and (max-device-width: 640px) {
    /* prevent avada margin for resolutions < 640px */
    #content {
        margin-bottom: 0px !important;
    }
    
    /* do not hide element for resolutions < 640px */
    #tt-advantages .tt-advantages-nav-container-wrapper .flex-direction-nav {
        display: block;
    }

}

/* ######### END RESPONSIVE STYLING ######### */



@keyframes spin {
    to {
      transform: rotate(360deg);
    }
}
