*{
    margin:0;
    padding:0;
}

img{
    border:none;
}
/*
 * Fonts
 ***************************************/

/*
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;


font-weight:300;
font-weight:400;
font-weight:700;
*/



/*
 * Basics
 */

.none{display:none !important;}
.float-right{float:right;}
.float-left{float:left;}
.clearfix{clear:both;}
.align-right{text-align:right !important;}
.align-left{text-align:left !important;}
.align-center{text-align:center !important;}
.va-top{vertical-align:top !important;}
.va-middle{vertical-align:middle !important;}
.va-bottom{vertical-align:bottom !important;}
.tc{display:table-cell;}
.relative{position:relative;}
.absolute{position: absolute;}
.kursiv{font-style:italic;}
.uppercase{text-transform: uppercase;}
.inline-block{display:inline-block;}
.no-ml{margin-left: 0px !important;}
.tc{display:table-cell;}
.border-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.width-200{width:200px; display: inline-block}
/*
 * Allgemeines
 ***************************************/

body{

    width:100%;
    height:100%;

    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    /*background-color: #5c5959;*/
}

#wrapper{
    max-width:1000px;
    height:100%;
    margin:0px auto;
    background-color:white;
}

a{
    text-decoration:none;
}
.black{color:black !important;}


.vert-top-3{
    display:inline-block;
    vertical-align: 3px;
}
.vert-top-1{
    display:inline-block;
    vertical-align: 1px;
}

.light{font-weight: 300!important;}
.bold{font-weight: 700!important;}

/* Header */
.impressumlink{
    margin-right:10px;
    margin-left:10px;
}
#header{
    position: relative;
}
#logozeile{
    height:111px;
    padding-left:50px;
    padding-top:13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#frisch-logo{
    margin-top:20px;
    width:160px;
}
#breadcrumb-wrapper{
    position: absolute;
    top:83px;
    left:273px;
    color:#9e9fa2;
    font-size: 10px;
    text-transform: uppercase;
}
#breadcrumb-wrapper a{
    color:#9e9fa2;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    margin:0px 3px;

}
/* Navigation */

.navigation{
    background-color:black;
    display: block;
    color:white;
    text-transform: uppercase;
    height:30px;
    padding-left:50px;
}
.navigation li{
    display:inline-block;
    margin-left:20px;
    height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navigation li:first-child{
    margin-left: 0px;
}
.navigation li a{
    font-size:12px;
    color:white;
    height:100%;
    display:inline-block;
    padding-top:7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navigation li.active{
    border-bottom:solid 4px #ffed00;
}

.markenlink:after {
    content: " ▾";
}

.markenlink.in:after {
    content: " ▴";
}

.subnavigation-wrapper{
    position: absolute;
    top:141px;
    left:50px;
    overflow:hidden;
    z-index: 1400;
    width:611px;
    height:0px;
}
.subnavigation{
    display: inline-block;
    height:170px;
    width:611px;
    position: absolute;
    bottom:0px;
    left:0px;
    background-color: rgba(0,0,0,0.8);
}
.subnavigation ul{
    list-style-type: none;
    padding-left:67px;
    padding-top:45px;
}
.subnavigation ul li{
    float:left;
    height:9px;
    margin-bottom:15px;
}
.subnavigation ul li a{
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    width:136px;
    height:9px;
    display:inline-block;
    font-size: 12px;
    -webkit-transition: all  500ms ease-out; /* Firefox */
    -moz-transition: all  500ms ease-out; /* WebKit */
    -o-transition: all  500ms ease-out; /* Opera */
    transition: all  500ms ease-out; /* Standard */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}


.subnavigation ul li a:hover{
    color:#ffed00;
    padding-left:5px;
}

#nav-sm {
    display: none;

    background: black;
    color: white;
    height: 40px;
}

#nav-sm a {
    color: white;
}

#nav-sm #menu-collapse-button {
    display: block;
    text-align: center;
    padding-bottom: 8px;
    padding-top: 8px;
}

#nav-sm #menu-icon {
    background: url(../images/HamburgerIcon.svg) no-repeat;
    display: inline-block;
    height: 12px;
    width: 20px;
}

#nav-sm .navigation {
    background: #5c5959;
    height: 0px;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 1300;
}

#nav-sm .navigation li {
    display: block;
    margin: 5px;
    text-align: center;
    height: auto;
}

#nav-sm .navigation li:first-child {
    margin-top: 20px;
}

#nav-sm .navigation li:last-child {
    margin-bottom: 20px;
}

#nav-sm .navigation li a {
    padding: 7px;
}

#nav-sm .subnavigation-wrapper {
    background: black;
    left: 0;
    width: 100%;
}

#nav-sm .subnavigation {
    width: 100%;
    height: auto;
    position: relative;
}

#nav-sm .subnavigation ul {
    text-align: center;
    padding: 0;
}

#nav-sm .subnavigation li {
    float: none;
    padding: 3px;
}

#nav-sm .subnavigation li:first-child {
    margin-top: 10px;
}

#nav-sm .subnavigation li:last-child {
    margin-bottom: 10px;
}

#nav-sm .subnavigation li a {
    padding: 3px;
}


/* startseite */

#startseite-banner-container{
    background: #000;
    max-width:1000px;
    overflow: hidden;
    margin-bottom:8px;
    position: relative;
    opacity: 0;
}
#startseite-banner-left{
    position: absolute;
    top:40%;
    left:0px;
    z-index: 9999;
    cursor: pointer;
}
#startseite-banner-right{
    position: absolute;
    top:40%;
    right:0px;
    z-index: 9999;
    cursor: pointer;
}
#startseite-banner-wrapper{
    top:0px;
    left:0px;
    position: relative;
    width:100%;
}

.startseite-banner{
    display: none;
    float: left;
    line-height: 0;
    position: relative;
    width:100%;
}
.startseite-banner.visible {
    display: block;
}
.startseite-banner h2{
    position: absolute;
    bottom:120px;
    padding:0px 20px;
}
.startseite-banner img{
    width: 100%;
}

#banner-dots{
    position: absolute;
    bottom:0px;
    width:150px;
    height:20px;
    left:20px;

}
.banner-dot{
    cursor: pointer;
    float:left;
    width:10px;
    height:10px;
    margin-right: 5px;
    background-color:rgba(255,255,255,0.9);
}
.dot-active{
    background-color:rgba(255,255,255,0.4);
}

#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px
}
/*
.canvas-max #map-canvas{
    height:421px;
}
*/

.startseite-banner .startseite-banner-text{
    bottom: 8px;
    position: absolute;
    font-size: 24px ;
    color:white;
    text-transform: uppercase;
    z-index: 1300;
    font-weight:300;
    text-align: right;
    width: 100%;
    padding: 10px 50px 10px 10px;
    box-sizing: border-box;
}
#startseite-banner-headline{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width:100%;
    height:140px;
    background-color: rgba(0,0,0,0.6);
    line-height: 1.3;

    z-index:1200;
}
#sbh-welle{
    position: absolute;
    right: 50px;
    bottom: 61px;
    z-index:1250;
}



.startseite-markenbox{
    width:328px;
    /*height:224px;*/
    height:230px;
    float:left;
    display: inline-block;
    margin-left:8px;
    padding-top:100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    opacity: 0;
    background-color:#5c5959;
}

#smb-1{
    background-color:#5c5959;
    padding-top:40px;
}
#smb-2{background-color:#5c5959;}
#smb-3{background-color:#5c5959;}

.smb-bottomline-dark{
    display: inline-block;
    height: 1px;
    width:252px;
    background:#333;
}
.smb-bottomline-light{
    display: inline-block;
    height: 1px;
    width:252px;
    background:#9d9b9b;
}
.smb-bl-1{
    position: absolute;
    left:20px;
    top:99px;
}
.smb-bl-2{
    position: absolute;
    left:20px;
    top:160px;
}

/* marken */

.marke-big{
    height:230px;
    width:328px;
    position:relative;
    display: inline-block;
    float:left;
    margin-bottom:8px;
    margin-left:8px;
    opacity: 0;
    overflow: hidden;
}

.marken-bg{
    position: absolute;
    top:0px;
    left:0px;
}
.marke-big h2{
    color:white;
    display:inline-block;
    position: absolute;
    bottom:0px;
    left:0px;
    height:90px;
    width:100%;
    background-color: rgba(0,0,0,0.8);

}
.smb-hover-logo{
    display: none;
}
.smb-logo, .smb-hover-logo{
    position: absolute;
    top:0px;
    left:0px;
}
.marken-logo{
    width:auto;
    height:auto;
}
.marke-small{
    display: block;
    height:60px;
    position: relative;
}
.marke-small img{
    height:60px;
}

#marken-banner, #small-banner{
    display: block;
    position: relative;
    height:170px;
    overflow: hidden;
}
#mbh-welle, #small-bh-welle{
    position: absolute;
    right: 50px;
    bottom: 61px;
    z-index:1250;
}


#marken-banner-headline, #small-banner-headline{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width:100%;
    height:140px;
    background-color: rgba(0,0,0,0.6);

    z-index:1200;
}



.marken-banner-text, .small-banner-text{
    bottom: 8px;
    right:50px;
    position: absolute;
    font-size: 24px ;
    color:white;
    text-transform: uppercase;
    z-index: 1300;
    font-weight:300;
}
.marken-banner-text:before{
    background: url(/images/yellow-arrow.png)no-repeat 0px 2px;
    content:"";
    padding-right: 42px;
}
#marken-headlines{
    margin-left:50px;
    margin-top:19px;
    margin-bottom:6px ;
}
#marken-headlines h2{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}
#marken-headlines h3{
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
#marken-content-wrapper{
    margin-bottom:20px;
    font-size: 12px
}
#marken-content-left{
    max-width:661px;
    display:inline-block;
    float:left;
    padding:0px 27px 0px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
#marken-content-right-new{
    max-width: 600px;
    height:535px;
    display: block;
    float:none;
    overflow: hidden;
    margin-right:20px;
    margin-top: 50px;
}
#marken-content-right{
    /*
    max-width: 600px;
    height:535px;
    display: block;
    float:right;
    overflow: hidden;
    margin-right:20px;
    margin-top: 50px;
*/

    width:339px;
    height:535px;
    display: inline-block;
    float:right;
    overflow: hidden;
}
#markenfilter-left label {
    height: 55px;

}
#markenfilter input[type="checkbox"] {
    padding-top: 10px;
    display:none;

}
#markenfilter input[type="checkbox"] + label span {
    background:url(/images/checkbox.gif) left top no-repeat;

    display:inline-block;
    width:19px;
    height:20px;
    margin:3px 10px 0px 0;
    vertical-align:middle;

    cursor:pointer;

}
#markenfilter input[type="checkbox"]:checked + label span {

    background:url(/images/checkbox-active.gif) 0px top no-repeat;
}


#mcl-text{
    padding-top:27px;
    border-top:solid 1px #878787;
    font-size:14px;
}
.mcl-text-line{
    padding-top:27px;
    border-top:solid 1px #878787;
}
#marken-download-link-wrapper{
    display: inline-block;
    vertical-align: bottom;
    margin-top:30px;
}
#marken-downloads{
    display: inline-block;
}
#marken-links{
    margin-top:10px;
}
#marken-links a{
    text-transform: uppercase;
    text-decoration: none;
    color:black;
    font-size: 12px;
    font-weight: 700;
    padding-left:0px;
    -webkit-transition: all 0.5s ease-out; /* Firefox */
    -moz-transition:    all 0.5s ease-out; /* WebKit */
    -o-transition:      all 0.5s ease-out; /* Opera */
    transition:         all 0.5s ease-out; /* Standard */
}
#marken-links a:hover{
    padding-left:15px;
}
#marken-kategorien{
    position:absolute;
    z-index: 100;
    top:40px;
    left:5px;
    background-color: rgba(255,255,255,0.8);
    margin:10px;
    padding:10px;
    width:252px;
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;

}
#marken-kategorien select{
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}
#markenfilter{
position:absolute;
    z-index: 100;
    top:90px;
    left:5px;
    background-color: rgba(255,255,255,0.8);
    margin:10px;
    padding:10px;
}
#retailer-map{
    position:absolute;
    width:100%;
    height:100%;
    height:750px;
    max-width: 1000px;
}
#store-info{
    padding: 10px;
}
#geolocation-btn{
    position: absolute;
    top:0px;
    left:230px !important;
 margin : 5px;
    width : 32px;
    height : 32px;
    background-image : url(https://maps.gstatic.com/tactile/mylocation/mylocation-sprite-2x.png);

    background-position : 0 0;
    background-repeat : no-repeat;
    z-index: 305;
    background-size: 300px;
background-color: rgba(255,255,255,0.8) !important;
}
#map-search-box{
    background-color: rgba(255,255,255,0.8) !important;
    position: absolute;

    left:4px !important;
    z-index: 300;
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 217px
}
.store-detail{
    font-size: 11px;
    max-width:320px;
    z-index: 1000!important;
}
#map-search-box:focus {
    border-color: #4d90fe;
}
#retailer-map  .controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#marken-links a:before{
    background: url(/images/black-arrow.png)no-repeat 0px 2px;
    content:"";
    padding-right: 13px;
}
#katalog-links{
    display: inline-block;
    vertical-align: bottom;
}
#katalog-links a{
    text-transform: uppercase;
    text-decoration: none;
    color:black;
    font-size: 12px;
}
#katalog-links a:before{
    background: url(/images/black-arrow.png)no-repeat 0px 2px;
    content:"";
    padding-right: 13px;
}
.md-itemtext{
    font-size: 8px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    color:black;
    display: block;
    text-align: center;
    margin-top:8px;


}
.md-item{
    padding:13px;
    display:inline-block;
    border:1px solid #a2a2a2;
    margin-right:15px;

}


#newsletter-wrapper{
    padding-left:50px;
    margin-bottom: 31px;
    color:white;
}
#map-wrapper{
   width:100%;
    height:800px;
    max-width: 1000px;
    position: relative;
}
#newsletter-form {
    font-size: 12px;
    background-color: #5c5959;
    width:613px;
    min-height:456px;
    padding:20px;
    display: inline-block;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#newsletter-image{
    width:330px;
    min-height:456px;
    display: inline-block;
    float:right;

}

#newsletter-wrapper h2{
    font-size: 24px;
    margin-top:20px;
    text-transform: uppercase;
    font-weight: 400;
    color:black;
}
#newsletter-wrapper h3{
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom:#878787 solid 1px;
    padding-bottom:10px;
    margin-bottom:17px;
    color:black;
}


.secondary_color{
    color:#ffec00;
}


.newsletter-form-group {
    max-width: 400px;
    padding: 6px 3px;
}

.newsletter-form-group .form-label {
    width: 49%;
    display: inline-block;
}

.newsletter-form-group.required .form-label:after {
    content: " *";
}

.newsletter-form-group input {
    width: 49%;
    display: inline-block;
    border: none;
    padding: 1px;
}

.newsletter-form-checkbox {
    max-width: 400px;
    padding: 10px 3px;
}

.newsletter-form-checkbox input[type=checkbox] {
    vertical-align: middle;
}

.newsletter-form-submit {
    max-width: 400px;
    margin: 20px 0;
}

.newsletter-form-submit input {
    border:none;
    background-color: #5c5959;
    color:#ffffff;
    text-transform: uppercase;
    padding-left:30px;
    background:url("/images/newsletter-arrow.png") #5c5959 0px 0px no-repeat;
}


/* Footer */
#footer{
    margin-top:6px;
    text-align: right;
}
#footer a{
    font-size:12px;
    color:black;
}
#header-footer{
    position: absolute;
    right: 0;
    bottom:35px;
    vertical-align: bottom;
}

#header-footer a{
    font-size:12px;
    color:black;

}
#markenfooter{
    max-width:1000px;
    width: 100%;
    background-color:#5b5858 ;
    padding-left:12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
}
#markenfooter ul{
    list-style-type: none;
}
#markenfooter ul li{
    float:left;
    /*margin-left:14px;*/
    margin-left:44px;
    margin-top:0px;
    -webkit-transition: all 0.5s ease-out; /* Firefox */
    -moz-transition: all 0.5s ease-out; /* WebKit */
    -o-transition: all 0.5s ease-out; /* Opera */
    transition: all 0.5s ease-out; /* Standard */
}
#markenfooter ul li:hover{
    margin-top:-10px;
}
#markenfooter ul li:first-child{
    margin-left:0px;
}

#header-footer-mobile {
    display: none;
    padding: 15px;
    text-align: center;
}

#header-footer-mobile a {
    font-size: 12px;
    color: black;
}

#header-footer-mobile img {
    vertical-align: middle;
}




/* Ansprechpartner */
.ansprechpartner-headline{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 6px;
}
.ansprechpartner-item{

}
.ansprechpartner-item img{
    border:1px solid #eee;
}
.ai-left{
    display: inline-block;
    width:124px;
    margin-right:10px;
    vertical-align: bottom;
    float: left;
}
.ai-right{
    float: right;
    display: inline-block;
    width:400px;
    margin-right:30px;
    vertical-align: bottom;
}

.ai-text{
    display: block;
    padding:5px 0px;
    font-size: 12px;
    border-bottom:dotted black 1px;
}
.ai-text a{
    color:black;
    text-decoration: underline;
}

.ti-left{
    display: inline-block;
    width:300px;
    margin-right:10px;
    vertical-align: bottom;
    float: left;
}
.ti-right{
    float: right;
    display: inline-block;
    width:215px;
    margin-right:30px;
    vertical-align: bottom;
}

.ti-text{
    display: block;
    padding:5px 0px;
    font-size: 12px;
    border-bottom:dotted black 1px;
}
.ti-text a{
    color:black;
    text-decoration: underline;
}

/*Preislisten*/
.preislisten-headline{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.preislisten-links{
    display: block;
    vertical-align: bottom;
}
.preislisten-links a{
    text-transform: uppercase;
    text-decoration: none;
    color:black;
    font-size: 12px;
    display: block;
    margin-left:30px;
    margin-bottom: 15px;
    -webkit-transition: all 200ms ease-out; /* Firefox */
    -moz-transition:    all 200ms ease-out; /* WebKit */
    -o-transition:      all 200ms ease-out; /* Opera */
    transition:         all 200ms ease-out; /* Standard */
}
.preislisten-links.yellow{
    margin-top: 75px;
}
.preislisten-links.yellow a{
    color: #ffec00;
}
.preislisten-links.yellow a:before{
    background: url(/images/yellow-arrow.png) no-repeat 0px 3px;
    background-size: 10px 10px;
}
.preislisten-links.yellow small{
    display: block;
    padding-left:30px;
}
.preislisten-links a:hover{
    padding-left:15px;
}


.preislisten-links a:before{
    background: url(/images/black-arrow.png)no-repeat 0px 2px;
    content:"";
    padding-right: 13px;
}

/*News*/
.news-headline{
    margin-top:20px;
    margin-bottom:10px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.news-headline:first-child{
    margin-top: 0px;
}
.news-text{
    color:black;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}
.news-nti{
    padding-left:20px;
    width:360px;
}
/*
 * Responsive
 ***************************************/

@media screen and (max-width:1020px) {
    #marken-content-left {

        display: block;
        float: left;

    }

    #marken-content-right-new {
        padding-left: 0;
        margin-top: 50px;
        float: none;
        display: block;
        max-width: 661px;
        width: auto;
        box-sizing: border-box;
        text-align: center;
    }
    #marken-content-right {
        padding-left: 0;
        margin-top: 50px;
        float: none;
        display: block;
        max-width: 661px;
        width: auto;
        box-sizing: border-box;
        text-align: center;
    }
    #marken-content-right .fadeIn, #marken-content-right img {
        display: inline;
    }

    #marken-content-right img {
        max-width: 100%;
    }

    #markenfooter {
        padding: 0;
    }

    #markenfooter ul li {
        margin: 0;
        float: none;
        text-align: center;
    }

    #markenfooter ul li:hover {
        margin-top: 0;
        margin-left: 10px;
    }

    #newsletter-wrapper {
        padding: 0 50px;
    }

    #newsletter-form {
        float: none;
        display: block;
        max-width: 100%;
        width: auto;
    }

    #newsletter-image {
        display: none;
    }

    #startseite-marken-container {
        max-width: 670px;
        margin: 0 auto;
    }

    .marke-big, .startseite-markenbox {
        margin: 1px 1px 0 0;
    }

    .startseite-banner .startseite-banner-text {
        font-size: 20px;
    }
}

@media screen and (max-width:800px) {
    #header-footer {
        display: none;
    }

    #header-footer-mobile {
        display: block;
    }

    #nav-lg {
        display: none;
    }

    #nav-sm {
        display: block;
    }

    .startseite-banner .startseite-banner-text {
        font-size: 20px;
        position: static;
    }

    #startseite-banner-headline {
        height: auto;
    }

    #sbh-welle {
        display: none;
    }
}

@media screen and (max-width:680px) {
    #marken-headlines {
        margin-left: 20px;
        margin-right: 20px;
    }

    #marken-content-left {
        padding-left: 20px;
        padding-right: 10px;
    }

    #marken-content-right {
        padding-left: 0px;
    }

    #marken-content-right .fadeIn, #marken-content-right img {
        max-width: 100%;
    }


    #breadcrumb-wrapper {
        display: block;
        margin: 15px;
        position: static;
    }

    .ai-left, .ai-right {
        display: block;
        float: none;
    }

    .ai-right {
        max-width: 400px;
        width: auto;
    }

    #newsletter-wrapper {
        padding: 0 20px;
    }

    .news-text {
        display: block;
    }

    .news-nti {
        padding: 0;
        width: auto;
    }

    #startseite-marken-container {
        max-width: 330px;
        margin: 0 auto;
    }
}

@media screen and (max-width:560px) {
    .marken-banner-text {
        font-size: 16px;
    }

    .marken-banner-text:before {
        display: none;
    }

    .startseite-banner .startseite-banner-text {
        font-size: 16px;
    }
}

@media screen and (max-width:420px) {
    #markenfilter{
        display: none;
    }
    .newsletter-form-group .form-label {
        width: 100%;
        clear: both;
    }

    .newsletter-form-group input {
        width: 100%;
        clear: both;
    }

    .startseite-banner .startseite-banner-text {
        font-size: 13px;
    }
}



/**/
.fadeIn{
    animation: fadeIn ease 1.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: fadeIn ease 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation: fadeIn ease 1.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: fadeIn ease 1.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: fadeIn ease 1.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes fadeIn{
    0% {
        opacity:0;
        transform:  ;
    }
    100% {
        opacity:1;
        transform:  ;
    }
}

@-moz-keyframes fadeIn{
    0% {
        opacity:0;
        -moz-transform:  ;
    }
    100% {
        opacity:1;
        -moz-transform:  ;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
        -webkit-transform:  ;
    }
    100% {
        opacity:1;
        -webkit-transform:  ;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity:0;
        -o-transform:  ;
    }
    100% {
        opacity:1;
        -o-transform:  ;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity:0;
        -ms-transform:  ;
    }
    100% {
        opacity:1;
        -ms-transform:  ;
    }
}

