div.Subscriber{
    background-color:white!important;
}

.headline{
    display:none;
}

@media(min-width:992px){
    .headline{
        display:block;
        font-size:48px;
        font-family: 'EB Garamond';
        color:#6d7a85;
    }
}
/*
.headerNewsImage{
    position:relative;
    background-image: url('/img/newsletter-background.jpg'); 
    height:130px;
    overflow: hidden;
    background-size:cover;
    background-position-y: -30px;
    background-position-x: 80px;
    margin-left:-15px;
    margin-right:-15px;
}

.headerNewsImage .ball{
    position:absolute;
    top: -45px;
    left: -105px;
    bottom: -45px;	
    width: 304px;
    border-radius:50%;
    background-color:rgba(134,146,157,0.7);
}
.ball .headline{
    position:relative;
    font-size: 24px;
    color:white;
    font-family: EB Garamond;
    padding-left:calc(105px + 10px);
    padding-top:24%;
}*/
/*
@media (min-width:510px){
    .headerNewsImage{
        margin-top:0px;
        height:411px;
        background-position-y: 0px;
        background-position-x: 0px;
    }
    .headerNewsImage .ball{
        top:30px;
        left:-105px;
        bottom:-60px;
        width:460px;
    }
    
    .ball .headline{
        position:relative;
        top:40px;
        padding-left:calc(105px + 35px);
    }
    
}*/
/*
@media (min-width:769px){
    .headerNewsImage{
        height:411px;
        background-position-y: -105px;
    }
    
    .headerNewsImage .ball{
        top:30px;
        left:-105px;
        bottom:-60px;
        width:500px;
    }
    
    .ball .headline{
        position:relative;
        top:20px;
        font-size: 33px;
    }
}

@media (min-width:992px){
    .ball .headline{
        position:relative;
        top:-15px;
        font-size: 48px;
    }
}*/

/** FORM **/
.subscribeForm{
    /*margin-left:-15px;
    margin-right:-15px;*/
    background-color: #f7f7f7;
    padding-left:15px;
    padding-right:15px;
    padding-top:20px;
    padding-bottom:20px;
    position: relative;
    top: -5px;
}
.subscribeForm .heading{
    font-family: EB Garamond;
    color:#6d7a85;
    font-size: 24px;

}

.subscribeForm ol{
    list-style-type:none;
    margin-left: -40px;
}

.subscribeForm li:before{
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url('/img/hook.png');
    background-size: cover;
}

.subscribeForm .item{
    position:relative;
    top:-5px;
    display:inline-block;
    padding-left:20px;
    font-size:18px;
    font-family: EB Garamond;
    color:#6d7a85;
}

.subscribeForm .text{
    /*font-family: EB Garamond;*/
    font-family: 'Helvetica','Neue Helvetica', 'Verdana', sans-serif;
    font-size:16px;
}

.subscribeForm .sendbutton{
    width:100%;
}


.subscribeForm input[type=radio]{
    display:none;
}

.textUnten{
    padding-top:15px;
    color:#6d7a85;
    padding-bottom:25px;
    font-size: 17px;
}

.textUnten a{
    font-weight: bold;
}

.subscribeForm .spacer2{
    height:30px;
}
.subscribeForm .spacer007{
    height:40px;
}

@media(min-width:992px){
    .subscribeForm .heading{
        font-size: 36px;
    }
    .subscribeForm .item{
        font-size: 24px;
    }
    .subscribeForm li:before{
        width:25px;
        height:25px;
    }
    .subscribeForm .spacer2{
        height:10px;
    }
    .subscribeForm{
        padding-top:9px;
        padding-bottom:9px;
    }
    .subscribeForm .spacer007{
        height:29px;
    }
}

/*
.newsletterInfo{
    position:relative;
    width:100%;
    height:415px;
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;
    max-height:170px;
    cursor:pointer;
}

.newsletterInfo .background{
    position:relative;
    background-image:url('/img/newsletter-background.jpg');
    background-size: cover;
    width:100%;
    height:100%;
    background-position-x: 0px;
}

.newsletterInfo .heading{
    position:relative;
    font-size:23px;
    background-color:rgba(181,199,202,1.0);
    height:40px;
    text-align:center;
    font-family: EB Garamond;
    color:white;
    z-index:500;
    padding-top:5px;
}

.newsletterInfo .textball{
    position:absolute;
    top: -45px;
    bottom: -45px;
    left: -15%;
    width: 65%;
    background-color: rgba(181,199,202,0.6);
    border-radius: 50%;
}


.newsletterInfo .text{
     position:absolute;
     top:5px;
     left:0px;
     font-family: EB Garamond;
     font-size:17px;
     color:white;
     padding-top:0px;
     padding-left:14px;
}

.newsletterInfo a.abobutton{
    position:relative;
    top: -11px;
    background-color:rgba(181,199,202,1.0);
    color:white;
    font-family: EB Garamond;
    padding-left:8px;
    padding-right:8px;
    padding-top:3px;
    padding-bottom: 3px;
}
@media(min-width:450px){
    .newsletterInfo .textball{
        left: -14%;
        width: 57%;
    }
}
@media(min-width:556px){
    .newsletterInfo .textball{
        left:-40px;
        width: calc(35% + 30px);
    }
    .newsletterInfo{
        max-height: 250px;
    }
    .newsletterInfo .text{
        padding-top:50px;
    }
    
    .newsletterInfo .background{
        background-position-y: -50px;
    }
    
}

@media(min-width:769px){
    .newsletterInfo{
        max-height:unset;
    }
    
    .newsletterInfo .textball{
        top: -45px;
        bottom: -45px;
        left: -20%;
        width: 58%;
    }
    
    .newsletterInfo .heading{
        font-size:44px;
        height:67px;
        padding-top:0px;
    }
    
    .newsletterInfo .text{
        font-size:25px;
        padding-left:50px;
        padding-top:80px;
    }
    
    .newsletterInfo a.abobutton{
        padding-left:25px;
        padding-right:25px;
        padding-top:10px;
        padding-bottom: 10px;
}
}

@media(min-width:992px){
     .newsletterInfo .text{
          font-size:30px;
     }
     
     .newsletterInfo .background{
         background-position-y: -150px;
     }
     
    .newsletterInfo .textball{
        top: -45px;
        bottom: -45px;
        left: -20%;
        width: 53%;
    }
}

.newsletterInfo a.abobutton:hover{
    text-decoration: none;
}
*/

.danke .heading{
    font-size:30px;
    font-family: 'TenorSans';
}

.danke .subline{
    font-size:24px;
    font-family: 'TenorSans';
    margin-bottom:50px;
}

.danke .newsletterAnmeldung{
    position:relative;
    height:410px;
    background-image:url('/img/newsletterDusche.png'); 
    background-size: cover;
    overflow:hidden;
    background-position-x: -180px;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    
}

@media(min-width:992px){
    .danke .newsletterAnmeldung{
        width:100%;
        left:0px;
    }
}

.danke .newsletterAnmeldung .ball{
    position:absolute;
    top:19px;
    bottom:-80px;
    left:-115px;
    width:495px;
    background-color: rgba(139,149,160,0.6);
    border-radius: 50%;
}

.danke .newsletterAnmeldung .text{
    position:absolute;
    width:100%;
    height:100%;
}

.danke .newsletterAnmeldung .text > .ballheading{
    position:absolute;
    font-family: EB Garamond;
    font-size: 30px;
    color:white;
    margin-top:65px;
    margin-left:25px;
    white-space: nowrap;
    letter-spacing: 4px;
}

@media(min-width:992px){
    .danke .newsletterAnmeldung .text > .ballheading{
        font-size: 36px;
    }
}
.danke .newsletterAnmeldung ol{
    list-style-type:none;
    margin-left: -40px;
    margin-top:5px;
}

.danke .newsletterAnmeldung li:before{
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url('/img/hookWhite.png');
    background-size: cover;
}

.danke .newsletterAnmeldung .item{
    position:relative;
    top:-2px;
    display:inline-block;
    padding-left:20px;
    font-size:24px;
    font-family: EB Garamond;
    color:white;
}

.danke .newsletterAnmeldung .sendbutton{
    width:100%;
}

.danke .newsletterAnmeldung .text > .balltext{
    position:absolute;
    font-family: EB Garamond;
    font-size: 24px;
    color:white;
    margin-top:125px;
    margin-left:25px;
    letter-spacing: 1px;
}

.danke .newsletterText{
    padding-left:15px;
    padding-right:15px;
    padding-top:15px;
    padding-bottom:55px;
}
.danke .newsletterText a{
    font-weight: bold;
}

.succesMsg{
    background-color: #f7f7f7;
    padding-top:30px;
    padding-bottom:40px;
    text-align: center;
    margin-bottom:67px;
}
.sucessFont{
    font-family: 'EB Garamond';
    font-size: 24px;
    color:#6d7a85;
}

@media (min-width:430px){
    .danke .newsletterAnmeldung {
        background-position-x: 0px;
    }
}

.nlWrapper{
    text-align: center;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
}

@media(min-width:360px){
    width:100%;
    left:0px;
}
.newsletterInfo{
    position:relative;
    max-width:370px;
    margin-left:auto;
    margin-right:auto;
    background-image: linear-gradient(to top, #b5c7ca 0%, #98a8b1 77%);
    overflow: hidden;
}


@media(min-width:992px){
    .newsletterInfo{
        max-width:1000px;
    }
}

.newsletterInfo .heading{
    position:relative;
    left:-55px;
    margin-left:auto;
    margin-right:auto;
    font-family: 'EB Garamond';
    font-size: 24px;
    color:white;
    margin-bottom: 3px;
    margin-top: 3px;
}

@media(min-width:992px){
    .newsletterInfo .heading{
        font-size:33px;
        margin-top:21px;
        margin-bottom: -3px;
        left:0px;
    }
}

.newsletterInfo .subheading{
    position:relative;
    left:-55px;
    margin-left:0px;
    margin-right:auto;
    font-family: 'EB Garamond';
    font-size: 18px;
    color:white;
    margin-bottom:17px;
}

@media(min-width:992px){
    .newsletterInfo .subheading{
         font-size: 24px;
         margin-left:auto;
         left:0px;
    }
}

.newsletterInfo .buttonWrapper{
    position:relative;
    left:-55px;
    background-color: #ffffff;
    padding:1px;
    margin-left:auto;
    margin-right:auto;
    max-width:150px;
    margin-bottom:35px;
}

@media(min-width:992px){
    .newsletterInfo .buttonWrapper{
         max-width:240px;
         left:0px;
    }
}

.newsletterInfo .clickButton{
   font-family: 'EB Garamond';
   font-size:18px;
   width:148px;
   margin-left:auto;
   margin-right: auto;
   border:1px solid #a7b8be;
   color:#6d7a85;
   cursor:pointer;
}

@media(min-width:992px){
    .newsletterInfo .clickButton{
        font-size:24px;
        width:238px;
    }
}

.newsletterInfo .roundCorner{
    position:absolute;
    font-family: 'EB Garamond';
    width:200px;
    height:200px;
    right:-70px;
    top:-90px;
    background-color: #98a8b1;
    font-size: 24px;
    color: white;
    border-radius: 50%;
    padding-top: 104px;
    padding-right: 48px;
}

@media(min-width:992px){
    .newsletterInfo .roundCorner{
        width:250px;
        height:250px;
        right:-50px;
        top:-90px;
        font-size: 36px;
        padding-top: 125px;
        padding-right: 41px;
        line-height: 40px;
        padding-top:128px;
        padding-right:20px;
    }
}

.buttonWrapper a:hover{
    text-decoration:none;
}

.grayBox{
    background-color: #f7f7f7;
    text-align: center;
    padding:30px;
    margin-bottom:65px;
}

.grayBox > .text{
    font-size:20px;
    color:#6d7a85;
    margin-left:auto;
    margin-right:auto;
}

@media(min-width:768px){
    .grayBox > .text{
        font-size:24px;
    }
}

#newsletterForm label{
    font-size: 14px;
    font-family: 'Helvetica','Neue Helvetica', 'Verdana', sans-serif;
}

.mailChimpIFrame{
    width:100%;
    height:408px;
    border:0px solid white;
    overflow: hidden;
}

.textBeforeIFrame{
    font-size: 14px;
    line-height: 20.2px;
    font-family: 'Helvetica','Neue Helvetica', 'Verdana', sans-serif;
    display: inline-block;
}

.break{
    display:block;
}
.ballheading{
    line-height: 29px;
}
.danke .newsletterAnmeldung .text > .balltext{
    font-size: 21px;
}

@media(min-width:468px){
    .break{
        display:none;
    }
    .danke .newsletterAnmeldung .text > .balltext{
        font-size: 24px;
    }
}

#newsletterForm label{
        padding-left:5px;
    }
    
@media(min-width:471px){
    #newsletterForm label{
        padding-left:10px;
    }
}

#newsletterForm .emailerror{
    visibility: hidden;
    color:red;
}

img.seifeImage{
    width:100%;
    position: relative;
    top: -5px;
}