/*!
 * Theme CSS Styles
 */


 
/* Schriften */

html {
    font-size: 24px;
}

body {
    font-family: program, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: program, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
}

p {
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 2.1rem;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
    padding-bottom: 20px;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.2rem;
}

a,
a:active,
a:visited,
a:focus,
a:focus-visible {
    color: #d2a476;
    text-decoration: none;
}

strong {
    font-weight: 500;
}

/* Allgemein */

.row, .wp-block-columns {
    width: 86%;
    max-width: 1600px;
    margin: 0 auto;
}

.button, .gform_wrapper.gravity-theme .gform_button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
    background: #000;
    padding: 18px 68px 18px 38px;
    font-size: 90%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-radius: 50px;
    border: none;
    overflow: hidden;
    transition: all 400ms ease-in-out;
    cursor: pointer;
}

.button span {
    position: relative;
}

.cta-button-wrapper {
    margin-top: 6vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.cta-button-wrapper a:not(:last-child) {
    margin-right: 2vw;
}

.section-title-row {
    text-align: center;
    padding-bottom: 4vh;
}

.lead {
    padding-bottom: 20px;
    max-width: 650px;
    margin: 0 auto;
}


/* Header */

main {
    min-height: 100vh;
    position: relative;
    z-index: 2;
    overflow: visible;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    height: 130px;
    width: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    z-index: 9999;
    transform: translateY(0);
}

#header.hidden-absolute {
    background: #fff;
    height: 100px;
    position: absolute;
    transform: translateY(-100%);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, .35);
}

#header.hidden {
    background: #fff;
    height: 100px;
    position: fixed;
    transform: translateY(-100%);
    transition: all 600ms ease-in-out;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, .35);
}

#header.fixed {
    background: #fff;
    position: fixed;
    transform: translateY(0);
    height: 100px;
    transition: all 600ms ease-in-out;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, .35);
}

.logged-in #header {
    top: 32px;
}

.row.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.logo {
    display: inline-block;
    width: 20vw;
    max-width: 350px;
    transform: translate(25px, 35px);
}

a.logo img {
    width: 100%;
}

#header.hidden-absolute a.logo,
#header.hidden a.logo,
#header.fixed a.logo  {
    width: 10vw;
    transform: none;
}

ul#primary-menu {
    display: flex;
    list-style-type: none;
    font-weight: 700;
    padding: 0;
}

ul#primary-menu a {
    color: #000 !important;
}

#header.hidden-absolute ul#primary-menu,
#header.hidden ul#primary-menu,
#header.fixed ul#primary-menu {
    background: #fff;
    padding: 0 3vw;
}


#header.hidden-absolute ul#primary-menu a,
#header.hidden ul#primary-menu a,
#header.fixed ul#primary-menu a {
    color: #000 !important;
}

ul#primary-menu > li {
    position: relative;
}

ul#primary-menu > li:not(:last-child) {
    margin-right: 4vw;
}



/* Overlay Menu */

.menu-trigger {
    display: none;
    width: 40px;
    margin-left: auto;
    margin-right: 0;
}

.no-scroll {
    overflow: hidden;
}

#overlay-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.logged-in #overlay-menu {
    top: 32px;
}

#overlay-menu.show-menu {
    display: block;
}

.overlay-close-row {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 80px;
}

.overlay-close-col {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

img.close-menu {
    display: block;
    width: 36px;
    margin-left: auto;
    margin-right: 0;
}

.mobile-menu-row {
    padding: 75px 0;
}

ul#mobile-menu {
    list-style-type: none;
    text-align: center;
    padding: 0;
}

ul#mobile-menu li:not(:last-child){
    padding-bottom: 20px;
}

ul#mobile-menu li a {
    color: #000;
    font-size: 1.4em;
    font-weight: 700;
}



/* Home */

#home {
    height: 95vh;
    padding-top: 125px;
}

#home .row {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    gap: 2%;
}

#home .col-left {
    width: 75%;
    background-size: cover;
    background-position: center;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 2vw;
}

#home .page-title-row .col-right {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5%;
}

.event-dates-wrapper, .praemie {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home h1 {
    padding-bottom: 6vh;
    color: #fff;
    max-width: 60%;
}

.event-dates-wrapper {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    background: #000;
    border-radius: 2vw;
    padding: 25px 10%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.praemie {
    background: #d2a476;
    color: #000;
    border-radius: 2vw;
    padding: 25px 10%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

span.praemie-title {
    display: block;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 5px;
}

span.praemie-price {
    display: block;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
}

.praemie-text {
    margin-top: 5px;
}

.event-dates-wrapper > div {
    position: relative;
    display: block;
    width: 100%;
}

.event-dates {
    margin-bottom: 3vh;
}

.event-dates-wrapper > div::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 8px;
}

.event-dates::before {
    background-image: url(/wp-content/uploads/2025/02/ICON_Datum.svg);
}

.event-times::before {
    background-image: url(/wp-content/uploads/2025/02/ICON_Zeit.svg);
}

#countdown {
    display: flex;
}

.time-box {
    border-radius: 5px;
    background: #FFF;
    margin-right: 20px;
    box-shadow: 4px 4px 7px rgba(58, 60, 0, 0.10);
    font-weight: 500;
    padding: 15px 15px;
    min-width: 125px;
    text-align: center;
}

.time-box:last-child {
    margin-right: 0;
}

span.time-numbers {
    display: block;
    font-size: 1.8rem;
    line-height: 1.1;
}

span.time-label {
    display: block;
    font-size: 85%;
}

#home .cta-button-wrapper {
    justify-content: flex-start;
}





/* Austellter */

#aussteller {
    padding: 25px 0 17px;
    background: #C0C0C0;
    transform: rotate(3deg);
    margin-top: 300px;
    margin-bottom: 50px;
}

#aussteller::before {
    content: '';
    position: absolute;
    left: -300%;
    top: 0;
    width: 700%;
    height: 100%;
    background: #C0C0C0;
    display: block;
}

#aussteller .slick-slide {
    margin: 0 12px;
}

#aussteller .slick-list {
    margin: 0 12px;
}

.aussteller-marquee {
    display: none;
}

#aussteller .aussteller-marquee {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #000;
    color: #fff;
    position: absolute;
    left: -300%;
    top: -185px;
    width: 700%;
    transform: rotate(-5deg);
    padding: 4vh 0;
    overflow: hidden;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1;
    white-space: nowrap;
}

.aussteller-text {
    margin: 0 6vw;
}

img.aussteller-icon {
    width: 52px;
    height: 52px;
}




/* Events */

.asp-block-003  {
    padding: 12vh 0 12vh;
}

#event {
    padding: 18vh 0 22vh;
}

.asp-block-003  .half-half-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 15%;
}

#gewinnspiel  .half-half-row {
    flex-direction: row;
}

.asp-block-003  .col-left {
    width: 50%;
}

.asp-block-003  .col-right {
    width: 35%;
}

.asp-block-003 .col-right img {
    border-radius: 2vw;
}

#event .col-bg {
    display: block;
    height: auto;
    min-height: 32vw;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 20px 40px 0px rgba(58, 60, 0, 0.10);
    border-radius: 2vw;
}

#event .col-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.asp-block-003 .cta-button-wrapper {
    margin-top: 10vh;
    justify-content: flex-start;
}



/* Attraktionen */

#attraktionen {
    padding: 12vh 0;
    background: #F9F7F7;
}

#attraktionen .info-blocks-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#attraktionen .info-blocks-row .col {
    width: 28%;
    margin-right: 5%;
    margin-bottom: 8vh;
    text-align: center;
}

#attraktionen .info-blocks-row .col:nth-child(3n) {
    margin-right: 0;
}

#attraktionen .info-block-img {
    width: 6.5vw;
    margin-bottom: 20px;
}

#attraktionen .info-block h4 {
    padding-bottom: 15px;
}

#attraktionen .cta-button-wrapper {
    margin-top: 0;
}


/* Übersicht */

.wp-block-getwid-image-hotspot__image {
    display: block;
    width: 100vw;
    max-width: 1980px;
}

/* Galerie */

#galerie {
    padding: 12vh 0;
}

.gallery-wrapper {
    display: grid;
    grid-template-columns: 2fr repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 15px;
    height: auto;
}

.gallery-image {
    display: block;
    position: relative;
    overflow: hidden;
    height: 16vw;
    border-radius: 1vw;
}

.gallery-image:nth-child(n+6) {
    display: none;
}

.gallery-image:first-child {
    grid-row: span 2;
    height: 32.8vw;
}

.gallery-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
}

.fancybox-image {
    max-height: 80vh;
    min-height: 80vh;
    width: auto !important;
}

.fancybox__container {
    z-index: 9999;
}

a.gallery-image:nth-child(5)::before {
    content: 'weitere Bilder';
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
    pointer-events: none;
}


/* FAQ */

#faq {
    padding: 18vh 0;
}

.faq-question {
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #d2a476;
    cursor: pointer;
}

.faq-answer {
    padding: 15px 0;
}

.faq-question:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 400;
    transition: all 300ms ease-in-out;
}

.active-question::after  {
    content: '\2013';
}


/* CTA über Footer */

#cta {
    background: #d2a476;
}




/* Footer / Kontakt */

footer {
    position: relative;
    z-index: 1;
}

.footer-row {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    flex-wrap: wrap;
}

.footer-row .col {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.legal-wrapper {
    background: #000;
    text-align: center;
    padding: 25px;
}

.legal-wrapper a {
    color: #fff !important;
}

.legal-wrapper a:not(:last-child) {
    margin-right: 3vw;
}

#map {
    height: 100%;
}

.footer-map-col .legal-wrapper {
    display: none;
}

.contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 12vh 5vw;
}

a.footer-logo {
    display: inline-block;
    width: 14vw;
    margin: 0 auto;
}

.contact-details {
    display: flex;
    line-height: 1.6;
    margin-top: 6vh;
}

.contact-details a {
    color: #000;
}

.address {
    margin-right: 6vw;
}

.social-media {
    margin-top: 15px;
}

.social-media a img {
    width: 42px;
}

.social-media a:not(:last-child) {
    margin-right: 12px;
}




/* ----- Responsive CSS ----- */

@media all and (max-width: 1700px) {

    html {
        font-size: 22px;
    }

    #header.hidden-absolute,
    #header.hidden,
    #header.fixed {
        height: 95px;
    }

    ul#primary-menu {
        padding: 18px 3vw;
    }

    .event-dates-wrapper > div::before {
        width: 26px;
        height: 26px;
    }

    .gallery-image:first-child {
        height: 32.9vw;
    }

    .social-media a img {
        width: 40px;
    }

    #aussteller {
        margin-top: 300px;
        margin-bottom: 50px;
    }

    #aussteller .aussteller-marquee {
        top: -175px;
    }
    
    img.aussteller-icon {
        width: 48px;
        height: 48px;
    }



}


@media all and (max-width: 1599px) {

    html {
        font-size: 21px;
    }

    ul#primary-menu {
        padding: 16px 3vw;
    }

    .event-dates-wrapper > div::before {
        width: 24px;
        height: 24px;
    }

    .gallery-image:first-child {
        height: 33vw;
    }

    .social-media a img {
        width: 38px;
    }

    #aussteller {
        margin-top: 290px;
        margin-bottom: 50px;
    }

    #aussteller .aussteller-marquee {
        top: -165px;
    }
    
    img.aussteller-icon {
        width: 46px;
        height: 46px;
    }

}


@media all and (max-width: 1400px) {

    html {
        font-size: 19px;
    }

    #header {
        height: 115px;
    }

    #header.hidden-absolute,
    #header.hidden,
    #header.fixed {
        height: 80px;
    }

    #home {
        padding-top: 110px;
    }

    #home h1 {
        padding-bottom: 4vh;
    }

    #home .col-left {
        padding: 3%;
    }

    .time-box {
        min-width: 115px;
    }

    .event-dates-wrapper > div::before {
        width: 22px;
        height: 22px;
    }

    .gallery-image:first-child {
        height: 33.15vw;
    }

    .social-media a img {
        width: 36px;
    }

    #aussteller {
        margin-top: 260px;
        margin-bottom: 40px;
    }

    #aussteller .aussteller-marquee {
        top: -140px;
    }
    
    img.aussteller-icon {
        width: 44px;
        height: 44px;
    }

}



@media all and (max-width: 1300px) {

    html {
        font-size: 18px;
    }

    .row, .wp-block-columns {
        width: 90%;
    }


    .event-dates-wrapper > div::before {
        width: 24px;
        height: 24px;
    }

    .social-media a img {
        width: 34px;
    }

}



@media all and (max-width: 1025px) {

    html {
        font-size: 17px;
    }

    #header {
        height: 100px;
    }

    a.logo {
        width: 24vw;
    }

    #header.hidden-absolute a.logo,
    #header.hidden a.logo,
    #header.fixed a.logo {
        width: 12vw;
    }

    #home {
        padding-top: 100px;
        height: 84vh;
    }

    #home h1 {
        padding-bottom: 6vh;
        max-width: 65%;
    }

    #home .col-left {
        width: 73%;
    }

    #home .page-title-row .col-right {
        gap: 3.5%;
        width: 25%;
    }

    .time-box {
        min-width: 100px;
    }

    .event-dates-wrapper > div::before {
        width: 20px;
        height: 20px;
    }

    #attraktionen .info-block-img {
        width: 7.5vw;
        margin-bottom: 15px;
    }

    #attraktionen .info-block h4 {
        padding-bottom: 10px;
    }

    .gallery-image:first-child {
        height: 33.55vw;
    }

    #faq {
        padding: 6vh 0 12vh;
    }

    .faq-question {
        margin-bottom: 10px;
    }

    a.footer-logo {
        width: 17vw;
    }

    .social-media a img {
        width: 32px;
    }

    .contact-wrapper {
        padding: 8vh 5vw;
    }

    .legal-wrapper {
        padding: 20px;
    }

}


@media all and (max-width: 982px) {

    .logged-in #header {
        top: 46px;
    }

    .logged-in #overlay-menu {
        top: 46px;
    }

    #header {
        height: 80px;
    }

    .menu-trigger {
        display: block;
    }

    html {
        font-size: 16px;
    }

    .cta-button-wrapper {
        margin-top: 5vh;
    }

    .menu-hauptmenue-container {
        display: none;
    }

    a.logo {
        width: 220px;
    }

    #header.hidden-absolute a.logo,
    #header.hidden a.logo,
    #header.fixed a.logo {
        width: 135px;
    }

    #home {
        padding-top: 90px;
        height: auto;
    }

    #home h1 {
        padding-bottom: 5vh;
        max-width: 63%;
    }

    #home .row {
        gap: 4%;
    }

    #home .col-left {
        width: 100%;
        height: 500px;
        padding: 4% 4% 6%;
        margin-bottom: 4%;
    }

    #home .page-title-row .col-right {
        gap: 4%;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .event-dates-wrapper {
        padding: 30px 4%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 48%;
        height: auto;
    }

    .praemie {
        padding: 30px 4%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48%;
        height: auto;
    }

    span.praemie-title {
        font-size: 1.8rem;
        text-align: center;
    }

    .time-box {
        min-width: 95px;
        padding: 12px 12px;
    }

    #event .col-right {
        width: 100%;
        margin-right: 0;
    }

    #event .col-left {
        width: 100%;
        margin-bottom: 8vh;
    }

    #event {
        padding: 10vh 0 14vh;
    }

    .asp-block-003 .cta-button-wrapper {
        margin-top: 4vh;
    }

    #event .col-bg {
        min-height: 350px;
    }

    #attraktionen {
        padding: 8vh 0;
    }

    #attraktionen .info-block-img {
        width: 75px;
        margin-bottom: 12px;
    }

    #attraktionen .info-blocks-row .col {
        margin-bottom: 5vh;
    }

    .section-title-row {
        padding-bottom: 2vh;
    }

    h2 {
        padding-bottom: 15px;
    }

    #galerie {
        padding: 8vh 0;
    }

    .gallery-image:first-child {
        height: 34vw;
    }

    #faq {
        padding: 2vh 0 8vh;
    }

    .contact-wrapper {
        padding: 6vh 4vw;
    }

    .contact-details {
        margin-top: 3vh;
    }

    a.footer-logo {
        width: 165px;
    }

    .social-media a img {
        width: 30px;
    }

    .social-media {
        margin-top: 10px;
    }

    .legal-wrapper {
        padding: 18px;
    }

    #aussteller .aussteller-marquee {
        top: -125px;
        padding: 3vh 0;
    }

    .asp-block-003 {
        padding: 8vh 0 8vh;
    }

    #gewinnspiel .col-left {
        width: 100%;
        margin-bottom: 7vh;
    }

    #gewinnspiel .col-right {
        width: 50%;
        margin: 0 auto;
    }


}


@media all and (max-width: 600px) {

    #header {
        height: 80px;
    }

    a.logo {
        width: 180px;
        transform: translate(10px, 5px);
    }

    h1 {
        font-size: 1.7rem;
    }

    #home h1 {
        padding-bottom: 22vh;
        max-width: 100%;
    }

    #home {
        height: auto;
        background-position: 88% bottom;
    }

    #home .col-left {
        width: 100%;
        height: auto;
        padding: 75px 20px 35px;
        margin-bottom: 20px;
    }

    #home::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgb(255 255 255 / 50%);
    }

    #home .page-title-row .col {
        max-width: 100%;
    }

    div#seconds {
        display: none;
    }

    .time-box {
        min-width: 0;
        width: 30.66%;
        margin-right: 4%;
        padding: 12px 12px;
    }

    .time-box:nth-child(3) {
        margin-right: 0;
    }

    #home .cta-button-wrapper {
        justify-content: center;
    }

    .event-dates-wrapper {
        padding: 20px 20px 20px 60px;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .event-dates-wrapper > div {
        font-size: 1.3em;
    } 

    .event-dates-wrapper > div::before {
        width: 24px;
        height: 24px;
        position: absolute;
        left: -40px;
        top: 4px;
    }

    .praemie {
        padding: 20px 20px;
        width: 100%;
        height: auto;
    }

    #event {
        padding: 75px 0 10vh;
    }

    .event-dates-wrapper > div {
        width: 100%;
    }

    .event-dates {
        margin-bottom: 20px;
    }

    h2 {
        font-size: 1.6rem;
    }

    .asp-block-003 .col-bg {
        min-height: 250px;
    }

    #event .half-half-row::before {
        width: 90%;
        bottom: -70px;
    }

    #attraktionen .info-blocks-row .col {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 8vh;
    }

    #attraktionen .info-blocks-row .col:nth-child(3n) {
        margin-right: 6%;
    }

    #attraktionen .info-blocks-row .col:nth-child(2n) {
        margin-right: 0;
    }

    h4 {
        font-size: 1.1rem;
    }

    #attraktionen .info-block-img {
        width: 75px;
        margin-bottom: 10px;
    }

    .gallery-wrapper {
        grid-template-columns: 1fr;
    }

    .gallery-image {
        height: 225px;
    }

    .gallery-image:first-child {
        grid-row: auto;
        height: auto;
    }

    .gallery-image:nth-child(n+4) {
        display: none;
    }

    a.gallery-image:nth-child(3)::before {
        content: 'weitere Bilder';
        color: #fff;
        font-size: 1.4rem;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgb(0 0 0 / 60%);
        pointer-events: none;
    }

    .faq-question {
        padding-right: 35px;
    }

    .faq-question:after {
        top: 10px;
    }

    #cta .cta-button-wrapper {
        margin-top: 4vh;
    }

    .footer-row .col {
        width: 100%;
    }

    #map {
        height: 275px;
    }

    .footer-row {
        flex-direction: column-reverse;
    }

    .footer-contact-col .legal-wrapper {
        display: none;
    }

    .col.footer-map-col .legal-wrapper {
        display: block;
    }

    .contact-wrapper {
        padding: 9vh 5% 7vh;
    }

    .contact-details {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        line-height: 1.6;
        margin-top: 4vh;
    }

    .address {
        margin-right: 0;
        width: 100%;
        margin-bottom: 4vh;
    }

    .legal-wrapper a:not(:last-child) {
        margin-right: 6vw;
    }

    #aussteller {
        margin-top: 200px;
        margin-bottom: 30px;
    }

    #aussteller .aussteller-marquee {
        top: -90px;
        padding: 20px;
    }

    img.aussteller-icon {
        width: 30px;
        height: 30px;
    }

    .aussteller-text {
        margin: 0 11vw;
    }

    #gewinnspiel .col-right {
        width: 100%;
        margin: 0 auto;
    }

    .asp-block-003 .col-left {
        width: 100%;
    }

    .asp-block-003 .col-right {
        width: 100%;
    }

    #cta .col-right {
        margin-top: 7vh;
    }

}

