@font-face {
  font-family: GothamUltra;
  src: url('../font/Gotham-Ultra.otf');
}

@font-face {
  font-family: SignPainter;
  src: url('../font/SignPainter.otf');
}

@font-face {
  font-family: 'signature';
  src: url('../font/Gloss_And_Bloom.ttf');
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,700;1,400&display=swap');


/* red: #b71c1a */

.w-header-teaser-text {
    width: 60%;
    float: right;
}

html, body {

    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro"; 

}

/* ###################### */
/* ####### GENERAL ####### */
/* ###################### */

* {

    box-sizing: border-box;

}

.opensans-regular {
    font-family: "Open Sans" !important;
    font-weight: 600 !important;
}

.opensans-light {
    font-family: "Open Sans" !important;
    font-weight: 100 !important;
}

.header-teaser-text {
    color: #fff !important;
    font-size: 3.8em !important;
    margin-left: -190px;
    margin-top: 90px !important;    
}

.opensans-bold {
    font-family: "Open Sans" !important;
    font-weight: 900 !important;
}


.schreibschrift {
    font-family: SignPainter !important;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8dba32+1,6bae36+100 */
background: #8dba32; /* Old browsers */
background: -moz-linear-gradient(left, #8dba32 1%, #6bae36 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #8dba32 1%,#6bae36 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8dba32 1%,#6bae36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dba32', endColorstr='#6bae36',GradientType=1 ); /* IE6-9 */
}

.signature {
    font-family: 'signature';
    width: 100%;
    float: left;
    color: #8dba32;
    background: transparent;
    font-size: 5em;
    /*text-align: center;    */
    margin-top: 160px;
    margin-left: 90px;
}

hr {
    display: none;
}

iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.padding-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.padding-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.padding-33 {
    padding-left: 33px;
    padding-right: 33px;
}

.padding-right-50 { padding-right: 30px; }
.padding-left-50 { padding-left: 30px; }

.space-sm {
    height: 12px;
    width: 1px;
}

#t-start {
    display: block;
    color: #fff;
    font-weight: 100;
}

#t-start b {
    font-weight: 600;
}

.dark-grey { color: #666; }

.text-highlight {

    background: rgb(47,89,101); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(47,89,101,1) 0%, rgba(49,63,74,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(47,89,101,1) 0%,rgba(49,63,74,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(47,89,101,1) 0%,rgba(49,63,74,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5965', endColorstr='#313f4a',GradientType=0 ); /* IE6-9 */
    padding: 5px 0;

    color: #fff;
    width: 100%;
    display: block;
    border-radius: 4px;

    margin-left: 15px;


}

.text-highlight > span {
    display: block;
    min-height: 35px;
    display: flex;
    align-items: center;
}

.bold {
    font-weight: 600 !important;
}

a,
a:hover,
a:visited,
a:active { text-decoration: none; }

.text-general,
.h1-headline,
.h2-headline,
.h3-headline,
.h4-headline {

    font-family: "Source Sans Pro";
    font-weight: 100;
    font-style: italic;

}

.h1-headline { font-size: 4.8em; }
.h2-headline { font-size: 4.3em; }
.h3-headline { font-size: 2.1em; }
.h4-headline { font-size: 1.7em; }
.text-general { font-size: 1.48em; }

.col-1-2,
.col-1,
.col-2,
.col-3 {

    float: left;

}

#col-mid {
    // width: 85%;
    // float: right;
}

.col-1 { width: 33.3333%; }
.col-2 { width: 66.6666%; }
.col-3 { width: 100%; }

/* #################### */
/* ####### MAIN ####### */
/* #################### */

.w-main {

    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;

}

.stripe {

    position: absolute;
    content: '';
    height: 500px;
    width: 100%;

    background: #000;
}

.text-area {
    position: relative;
}

/* #################### */
/* ####### HEAD ####### */
/* #################### */

.content-head {

    display: none;
    height: 127px;
    width: 100%;
    position: relative;
    
}

.content-head .content-logo {

    width: 242px;
    position: absolute;
    height: 100%;
    right: 40px;

}

.content-head .content-logo > img {

    margin-top: 22px;

}

.content-teaser {

    height: 500px;
    overflow: hidden;
    width: 105%;
    position: relative;
    background-image: url("../img/img-teaser.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #000;
    background-position: center center;

}

.content-teaser #woman {

    position: absolute;
    right: 10px;
    top: 10px;

}

.content-teaser .content-teaser-overlay {

    box-sizing: content-box;    

    position: absolute;
    height: 100%;
    width: 100%;
    width: calc(100% + 1px);
    

    background: #c21c1c; /* Old browsers */
    background: -moz-linear-gradient(top,  #c21c1c 0%, #a41916 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #c21c1c 0%,#a41916 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #c21c1c 0%,#a41916 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c21c1c', endColorstr='#a41916',GradientType=0 ); /* IE6-9 */    

    opacity: 0.85;
    
}

.content-teaser .content-teaser-overlay .content-teaser-image {

    width: 20%;
    height: 100%;
    float: left;

}

.content-teaser .content-teaser-overlay .content-teaser-image img {

    position: absolute;
    bottom: 0;
    left: 60px;

}

.content-teaser .content-teaser-overlay .content-teaser-text {

    width: 80%;
    height: 100%;
    float: right;
    text-align: right;

}

.content-teaser .content-teaser-overlay .content-teaser-text .w-text {
    display: block;
    padding: 115px;
    color: #fff;
}

.content-teaser-text {
    position: absolute;
    right: 60px;
    bottom: 75px;
    text-align: right;
    /*transform: rotate(-3deg);*/
    z-index: 1;
}

.content-teaser-text .h2-headline,
.content-teaser-text .h1-headline {
    font-weight: 100;
    font-size: 7.0em;
    font-style: normal;
    color: #fff;
    font-family: 'Open Sans';
}

.content-teaser-text .h1-headline {
    font-size: 4.4em;
    line-height: 60px;
    font-family: GothamUltra;
}

.content-teaser-text .h2-background {
    color: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8dba32+1,6bae36+100 */
background: #8dba32; /* Old browsers */
background: -moz-linear-gradient(left, #8dba32 1%, #6bae36 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #8dba32 1%,#6bae36 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8dba32 1%,#6bae36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dba32', endColorstr='#6bae36',GradientType=1 ); /* IE6-9 */
    padding: 5px 20px;
    font-size: 1.7em;
    line-height: 60px;
    font-weight: 900;
    position: relative;
    padding: 0px 25px;
    font-family: 'Open Sans';
    float: right;
}

.content-teaser-text .h2-background:after {
/*    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 0;
    left: -38px;
    width: 0;
    height: 0;
    border-left: 39px solid transparent;
    border-right: 0px solid transparent;
    border-top: 61px solid #3c3c3b;*/
}

.content-teaser-text .h2-background:before {
/*    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 0;
    right: -125px;
    width: 130px;
    height: 60px;
    background-color: #3c3c3c; */  
}

.w-info {
    background: #fff;
    box-shadow: 0 0 10px #aaa;
    padding: 20px;
    border-radius: 25px;
    margin-top: -130px;
    float: left;
}

.content-cta {
    position: relative;
    /*height: 60px;*/
    width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8dba32+1,6bae36+100 */
background: #8dba32; /* Old browsers */
background: -moz-linear-gradient(left, #8dba32 1%, #6bae36 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #8dba32 1%,#6bae36 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8dba32 1%,#6bae36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dba32', endColorstr='#6bae36',GradientType=1 ); /* IE6-9 */
/*    display: flex;
    align-items: center;*/
}

.content-cta span {
    color: #fff;
    font-size: 1.8em;
    font-weight: 900;    
}

.content-cta .h2-headline {
    color: #b71c1a;
}

.content-cta span.h3-headline {
    position: absolute;
    right: 60px;
    font-size: 2.4em;
}

.col-contact {
}

.contact-box {
    color: #000;
    border-radius: 40px;
    border: 15px solid #fff;
    box-shadow: 0 0 10px #666;
    padding: 0 20px;
    line-height: 40px;

    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    padding-top: 0;    

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8dba32+1,6bae36+100 */
background: #8dba32; /* Old browsers */
background: -moz-linear-gradient(left, #8dba32 1%, #6bae36 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #8dba32 1%,#6bae36 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8dba32 1%,#6bae36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dba32', endColorstr='#6bae36',GradientType=1 ); /* IE6-9 */

}

.contact-box.voucher {
    margin-bottom: 20px;
    margin-top: 40px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e61050+20,c3184c+99 */
    background: rgb(230,16,80); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(230,16,80,1) 20%, rgba(195,24,76,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(230,16,80,1) 20%,rgba(195,24,76,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(230,16,80,1) 20%,rgba(195,24,76,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61050', endColorstr='#c3184c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */    padding: 20px;
    // margin-top: 15px;   

    line-height: 30px;   

}

.contact-box.voucher .space-sm {

    height: 8px;

}

.contact-box.voucher .h3-headline {

    line-height: 50px;

}

.content-input input {
    
    width: 100%;
    background-color: #fff;
    color: #000;
    border: 0;
    margin: 3px 0;
    padding: 4px;
    border-radius: 8px;
    text-align: center;

}

#logo {
    position: absolute;
    right: 70%;
    top: -5px;
    max-width: 200px;
    margin-left: -100px;
    left: 50%;
    box-shadow: 3px 3px 7px rgba(0,0,0,0.4);
}

#slogan {
    position: absolute;
    width: 60%;
    left: 20px;
    bottom: 0;
    display: block;
    max-height: 500px;
    width: auto;
}

#stempel {
    margin-top: -610px;
    margin-left: 270px;
    max-width: 200px;
}

.subline {
    max-width: 430px;
    float:right;
    text-align:center;
    font-size:0.8em;
}

.button {

    background: rgb(47,89,101); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(47,89,101,1) 0%, rgba(49,63,74,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(47,89,101,1) 0%,rgba(49,63,74,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(47,89,101,1) 0%,rgba(49,63,74,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5965', endColorstr='#313f4a',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border: 0;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 4px;
    border: 1px solid rgb(47,89,101);
    transition: border .4s;
    cursor: pointer;

}

.button:hover {
    transition: border .4s;
    border: 1px solid #fff;
}

span.button {

    padding: 10px 20px;
    font-style: italic;
    transition: box-shadow .4s;
    
}

span.button:hover {
    box-shadow: 0 2px 6px #999;    

    transition: box-shadow .4s;
}

.content-gallery {
    
    float: left;    
    margin-top: 48px;
    position: relative;

}

.gallery-item {

    border-radius: 40px;
    margin-bottom: 20px;

}

.gallery-underline {

    margin-top: 5px;
    white-space: nowrap;

}

.gallery-item .w-img {

    border-radius: 25px;
    height: 280px;
    width: 100%;
    background: #eee;

    background-size: cover;

    background-position: center;

    border: 1px solid #eee;

}

.content-result {
    text-align: center;
}

.gallery-item .w-img.img-01 { background-image: url("../img/img-01.jpg") }
.gallery-item .w-img.img-02 { background-image: url("../img/img-02.jpg") }
.gallery-item .w-img.img-03 { background-image: url("../img/img-03.jpg") }
.gallery-item .w-img.img-04 { background-image: url("../img/img-04.jpg") }
.gallery-item .w-img.img-05 { background-image: url("../img/img-05.jpg") }
.gallery-item .w-img.img-06 { background-image: url("../img/img-06.jpg") }

.w-additional-information {
    width: 100%;
    border: 1px solid #fff;
    text-align: center;
    float: left;
    margin-top: 30px;
}

.additional-information {
    margin: auto;
    margin-left: 15px;
}

.button-1 {
    margin: auto;
    display: block;
    width: 70%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 

.club-select select::-ms-expand {
  display:none;
}

.club-select {
  width:100%;
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  background-color:white;
  background-position: right;
  background-repeat: no-repeat;

    text-align: center;
    height: 39px;
    border-radius: 8px;
    background: #fff;
    color: #666;
    padding: 0 10px;
    margin-top: 3px;
    text-align-last: center;

    font-family: "Source Sans Pro";
    font-weight: 100;
    font-style: italic;    
    font-size: 1.48em;    

}

.club-select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}




/* ############################# */
/* ####### MEDIA QUERIES ####### */
/* ############################# */

/* tablet  */
@media screen and (max-width: 1465px) {
    
    // .h1-headline { font-size: 4em; }
    // .h2-headline { font-size: 3.8em; }
    // .h3-headline { font-size: 2.0em; }
    // .h4-headline { font-size: 1.65em; }
    // .text-general { font-size: 1.4em; }
    
    .padding-right-50 { padding-right: 25px; }
    .padding-left-50 { padding-left: 25px; }




} /* end of tablet media query */

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

    .h1-headline { font-size: 3.6em; }
    .h2-headline { font-size: 3.2em; }
    .h3-headline { font-size: 2.0em; }
    .h4-headline { font-size: 1.25em; }
    /*.text-general { font-size: 1.2em; }*/

    .contact-box.voucher {
        margin-top: 0;
    }


    .content-teaser #woman {
        right: 30px;
        top: 60px;
        height: 140%;
    }

    .w-info {
        padding-right: 20px;
    }
    
    .content-teaser {
        /*height: 400px;*/
    }

    .club-select {
        font-size: 1.2em;
        height: 33px;
    }

    .w-header-teaser-text {
        width: 65%;
    }

    .signature {
        margin-top: 90px;
    }

    .header-teaser-text.opensans-light {
        margin-left: -330px;
    }

    .teaser-round {
        right: 110px !important;
    }


    .logo {
        margin-right: 414px !important; 
    }

    .content-cta {
        /*font-size: 0.9em;*/
    }

    .w-header-teaser-text {
        font-size: 0.9em;
    }

    .content-teaser {

    }

}

.content-cta .opensans-regular {
    font-size: 2.4em !important;
}

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

    .content-teaser {
        width: 100% !important;
        background-position: -220px 0px;
    }

    .teaser-round {
        height: 200px !important;
        width: 200px !important;
        font-size: 0.8em !important;
        right: 20px !important;
    }

    .signature {
        margin-left: -60px !important;
    }

    .sec-main {
        margin-left: 0 !important;
    }    

    .content-cta {
        font-size: 0.9em;
    }

    .logo {
        margin-right: 74px !important;
        margin-top: 60px !important;

    }
}

@media screen and (min-width: 1205px) {

    .content-cta .opensans-regular {
        font-size: 2.4em !important;
    }

}

h1 {
    text-align: center;
}

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

    .w-header-teaser-text img {
        /*margin-top: -80px !important;*/
    }


    .w-header-teaser-text  {
        width: 50%;
        margin-right: 30px;
    }

    .signature {
        /*margin-top: -20px;*/
        font-size: 2.5em;        
    }

    .header-teaser-text.opensans-light {
        font-size: 3.2em !important;
    }


    .w-text {
        width: 50%;
        float: left;
    }

    .w-text .col-1-sm {
        width: 100%;
    }
    
    #slogan {
        max-width: 32%;
    }

    .content-teaser {
        height: 350px;
    }

    .content-teaser-text .h1-headline {
        font-size: 4.5em;
        line-height: 40px;
    }

    .content-teaser-text .h2-background {
        font-size: 2em;
    }

    .content-teaser-text .h2-background:after {
        border-top: 50px solid #3c3c3b;
    }

    .content-teaser-text .h2-background:before {
        height: 50px;
    }

    .content-teaser-text .h2-headline {
        /*font-size: 2em;*/
    }

    .content-teaser #woman {
        right: 30px;
        top: 60px;
        height: 210%;
    }

    #t-start {
        font-size: 0.95em;
    }

    #stempel {
        max-width: 170px;
        margin-left: 25%;
    }

    .gallery-item {
        width: 50%;
    }

    .desktop-visible {
        display: none;
    }

    .content-teaser .content-teaser-overlay .content-teaser-text .w-text {
        padding: 95px;
    }    

    .text-area {

        /*width: 50%;*/
        float: left;

    }

    .col-1-sm {
        width: 50%;
    }

    .col-contact {
        width: 50%;
    }

    .padding-right-50 { padding-right: 45px; }
    .padding-left-50 { padding-left: 45px; }    

    .aa {
        margin-top: 20px !important;
    }

    .content-teaser-text {
        bottom: 40px;
    }

    .contact-box {
        margin-top: 0;
    }

    .w-info {
        width: 100%;
        margin-top: 50px;
        padding-right: 20px;
    }


    .w-header-teaser-text {
        width: 65% !important;
    }

    .content-teaser {
        background-position: -150px;
    }


    .logo {
        margin-top: 20px !important;
    }    

}

#send-info {
    font-size: 1.2em;
    
}

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

    .content-cta span {
        width: 100% !important;
        float: left !important;
        text-align: center !important; 
        margin: 0 !important;
        padding: 5px 0px !important;
    }

    .w-header-teaser-text {
        width: 65%;
    }

    .w-header-teaser-text h1 {
        margin-top: 20px !important;
    }

    #send-info {
        text-align: center;
    }

    .content-teaser {
        height: 300px;
    }

    .content-teaser .content-teaser-overlay .content-teaser-text .w-text {
        padding: 70px;
    }

    .content-teaser .content-teaser-overlay .content-teaser-image img {
        width: 200px;
    }

    .teaser-round {
        display: none;
    }

    .signature {
        margin-left: 0;
        margin-top: 40px;
        float: left;
    }

    .signature, 
    .header-teaser-text {
        margin-left: 0 !important;
        float: left !important;
        width: 100% !important;
        text-align: left !important;        
    }

    .w-header-teaser-text h1,
    .header-teaser-text {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .header-teaser-text.opensans-light {
        margin-left: -190px;
    }

    .w-header-teaser-text {
        width: 60% !important;
    }    

    .logo {
        width: 300px !important;
        margin-top: 0 !important;
    }

    .content-cta {
        font-size: 0.7em;
        padding: 10px 0;
    }

    .content-cta span {
        width: 100%;
        text-align: center;
    }

    .content-teaser-text .h2-headline {
        font-size: 4em;
    }

    .content-teaser-text .h1-headline {
        font-size: 2.5em;
    }

    .content-teaser-text .h2-background {
        font-size: 1.5em;
    }

    .content-teaser-text .h2-background:before {
        height: 41px;
    }

    .content-teaser-text .h2-background:after {
        border-top: 40px solid #3c3c3b;
    }

    .h1-headline { font-size: 2.6em; }
    .h2-headline { font-size: 2.4em; }
    .h3-headline { font-size: 1.5em; }
    .h4-headline { font-size: 1.25em; }
    .text-general { font-size: 1.2em; }

    #slogan {
        width: 55%;
    }

    #t-start {
        font-size: 0.7em;
    }

    #stempel {
        max-width: 140px;
        margin-left: 20%;
        margin-top: -530px;        
    }

    #logo {
        position: absolute;
        top: 0px;
        max-width: 150px;
        margin-left: -75px;
    }

    .col-1-sm {
        width: 100%;
        margin-top: 30px;
        float: left;
    }

    .w-info {
        margin-top: 0;
    }

    .w-text {
        width: 100%;
    }

    .w-advantages {
        padding-right: 25px !important;
    }

}


#slogan-01 {
    display: block;        
}
#slogan-02 {
    display: none;
}

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

    .w-header-teaser-text {
        width: 65% !important;
        font-size: 0.9em !important;
    }

    .header-teaser-text.opensans-light{
        font-size: 2.8em !important;
    }



}

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

    .w-advantages {
        padding-right: 0 !important;
    }

    iframe {
        height: 300px;
    }

    .w-advantages {
        padding: 0;
    }

    .subline {
        max-width: 380px;
    }

    .content-teaser {
        height: 300px;
    }

    #slogan-01 {
        display: none;        
    }
    #slogan-02 {
        display: block;
    }

    .content-teaser #woman {
        right: 50px;
        top: 20px;
        height: 130%;
    }

    #t-start {
        display: block;
        font-style: 0.8em;
    }

    .voucher {
        text-align: center;
    }

    .text-highlight {
        margin-left: 0;
        border-radius: 0;
    }

    .text-highlight > span {
        min-height: inherit !important;

    }

    .contact-box.voucher .h3-headline {
        line-height: 35px;
    }

    .text-area {
        width: 100%;
    }

    .text-area > .w-advantages {
        padding: 0;
    }

    .content-teaser .content-teaser-overlay .content-teaser-image img {
        left: -30px;
    }

    .text-highlight span,
    .s-advantage {

        display: inline-block;
        text-align: center;
        width: 100%;

    }
 
    hr {
        display: block;
        background: #efefef;
        border-color: transparent;
        height: 0;
        padding: 0;
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .col-contact {
        width: 100%;
    }

    .gallery-item {
        width: 100%;
    }

    .contact-box.voucher {
        margin-bottom: 30px;
    }

    .w-info {
        box-shadow: none;
    }

    #slogan {
        width: 55%;
        left: 0;
    }

    #stempel {
        margin-left: 10%;
    }

    #t-start {
        font-size: 0.6em;
    }

    .button-1 {
        width: 40%;
    }

}
    
@media screen and (max-width: 570px) {

    .w-header-teaser-text {
        width: 58% !important;
    }



    .content-teaser {
        background-position: 40%;
        /*height: 380px;        */
    }

    .header-teaser-text.opensans-light{
        font-size: 2em !important;
    }


    .w-header-teaser-text {
        font-size: 0.75em;
        width: 55%;
    }

    .w-header-teaser-text img {
        margin-top: 10px !important;
        float: none !important;
        margin-left: 85px !important;
    }
    .w-header-teaser-text img {
        margin-left: 55px !important;
        width: 200px !important;
    }

    span.h4-headline.bold.button.additional-information {
        margin: 0;        
        float: left;
    }

    .content-teaser {
        /*height: 400px;*/
    }

    .h1-headline { font-size: 2.0em; }
    .h2-headline { font-size: 2em; }
    .h3-headline { font-size: 1.5em; }
    .h4-headline { font-size: 1.5em; }
    .text-general { font-size: 1.4em; }

    .text-general .desktop-visible {
        display: block;
    }
    
    .content-head .content-logo > img {
        width: 200px;
        float: right;
    }    

    .club-select {
        font-size: 1.4em;
    }

    .content-teaser-text {
        bottom: auto;
        top: 120px;
        right: 20px;
    }

    #logo {
/*        top: auto;
        bottom: 20px;
        margin-left: 40%;
        right: auto;   */     
    }

    #slogan {
        display: none;
    }

    #stempel {
        display: none;
    }

    .content-teaser-text .h2-headline {
        font-size: 3em;
    }

    .content-teaser-text .h1-headline {
        font-size: 3em;
        line-height: 50px;
    }

    .content-teaser-text .h2-background {
        font-size: 1.8em;
    }

    .content-teaser-text .h2-background:before {
        height: 46px;
    }

    .content-teaser-text .h2-background:after {
        border-top: 46px solid #3c3c3b;
    }    

    .content-cta {
        /*display: none;        */
        font-size: 0.5em !important;
    }

}

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

    iframe {
        height: 200px;
    }

    .content-cta {
    }

    .padding-33 {
        padding: 0 20px;
    }

    .content-head .content-logo {
        right: 20px;
        width: 160px;
    }

    .content-teaser .content-teaser-overlay .content-teaser-text .w-text {
        padding: 30px;
    }

    .content-teaser #woman {
        right: 10px;
        height: 150%;
        top: 20px;
    }

    #slogan {
        width: 90%;
    }



    .content-teaser-text .h1-headline {
        font-size: 2.5em;
        line-height: 40px;
    }

    .content-teaser-text .h2-background {
        font-size: 1.3em;
    }

    .bb {
        /*font-size: 1em;*/
    }

    .content-teaser-text .h2-background:after {
        border-top: 50px solid #3c3c3b;
    }

    .content-teaser-text .h2-background:before {
        height: 50px;
    }

    .content-teaser-text .h2-headline {
        font-size: 4em;
    }  

    .content-teaser-text .h2-background:before {
        height: 41px;
    }

    .content-teaser-text .h2-background:after {
        border-top: 41px solid #3c3c3b;
    }      


}

@media screen and (max-width: 425px) {
    
    .w-header-teaser-text img {
        display: none;
    }

    .content-head {
        height: 100px;
    }

    .content-head .content-logo > img{
        width: 160px;
    }

    .h1-headline { font-size: 2.1em; }
    .h2-headline { font-size: 2.1em; }

    .content-teaser .content-teaser-overlay .content-teaser-image img {
        width: 160px;
    }

    .padding-left-50 { padding-left: 20px; }
    .padding-right-50 { padding-right: 0px; }


    .padding-33 {
        padding: 0 20px;
    }

    .content-cta.padding-45 {
        padding: 20px;
    }

    .col-3.padding-45.h4-headline.bold.dark-grey {
        padding: 0 20px;
    }

}

@media screen and (max-width: 370px) {
  
    .content-teaser-text .h1-headline {
        font-size: 2.3em;
        line-height: 40px;
    }

    .content-teaser-text .h2-background {
        font-size: 1em;
    }

    .content-teaser-text .h2-background:after {
        border-top: 50px solid #3c3c3b;
    }

    .content-teaser-text .h2-background:before {
        height: 50px;
    }

    .content-teaser-text .h2-headline {
        font-size: 3.1em;
    }  

    .content-teaser-text .h2-background:before {
        height: 30px;
    }

    .content-teaser-text .h2-background:after {
        border-top: 30px solid #3c3c3b;
    }   

    #t-start {
        font-size: 0.5em;
    }

    #logo {
    }

}
    
