@CHARSET "UTF-8";

#container {
    float: none;
    margin: 0 auto 0;
    text-align: left;
}

.max-width {
    position: relative;
    max-width: 1110px;
    margin: 0 auto;
}

#container .header {
    height: 126px;
    position: relative;
}


#container .header .mainnavBack {
    background-color: #442359;
}

.fNormal {
    position: relative;
    z-index: 1;
}

#container .header .logo {
    display: block;
    width: 100%;
    height: 82px;
    margin-left: 17px;
}

#container .header .logo img {
    position: relative;
    top: 26px;
}

#container .header .logo a {
    display: block;
}

#container .header .sozial {
    float:right;
    width: 137px;
    height: 32px;
    margin-top: 37px;
}

#container .header .fixedNav {
    top:-44px;
    transition: all 100ms;
    -webkit-transition: all 100ms;
}

#container .header .fixedNav.fShow {
    top:0px;
    transition: all 100ms;
    -webkit-transition: all 100ms;
}

#container .header .fixedNav .sozial {
    margin-top: 8px;
}

#container .header .fixedNav ul li.first {
    border-left: 1px solid #ffffff;
}


#container .header .sozial .item {
    float:right;
    background-image: url(../../img/textur.png);
    width: 27px;
    height: 27px;
    display:block;
    margin-left: 6px;
    transition: transform 200ms ease-in-out;
}
#container .header .sozial .item:hover {
    transform: scale(1.22);
}

#container .header .sozial .item.facebook {
    background-position: 0px -38px;
}

#container .header .sozial .item.youtube {
    background-position: -28px -38px;
}

#container .header .sozial .item.twitter {
    background-position: -56px -38px;
}

#container .header .sozial .item.politik {
    background-position: -84px -38px;
}

#container .header .sozial .item.instagram {
    background-position: -113px -38px;
}


#container .header .mainnav {
    float:left;
}

#container .footer {
    position: relative;
    margin-top: 50px;
    min-height: 300px;
    border-top: 6px solid #01BCF3;
    color: #ffffff;
    padding: 0px 17px;
}

#container .footer .fan {
    position: absolute;
    top:-20px;
    left:45px;
    width: 48px;
    height: 48px;
}
#container .footer .fan .inner {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    height: 0px;
    width: 40px;
    border: 10px solid #01BCF3;
    border-radius: 50% / 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#container .footer .fan .inner:hover {
    /* border-bottom:20px solid #BAD80A; */
}

#container .footer .logo {
    float:right;
    position: relative;
    top: -15px;
}

.part {
    width: 100%;
    padding: 0px;
    /* margin-bottom: 10px; */
}
.teaser-bg-blue {
    background: url('/img/teaserHintergrund.png') top left repeat-x;
    background-size: 100% 100%;
    width: 100%;
    padding: 0px;
    /* margin-bottom: 10px; */
}
.part.bg {
    padding: 50px 17px 20px 17px;
    margin-bottom: 10px;
}

.part.bg.last {
    position: relative;
}

.part.stepBack {
    margin-bottom: 0px;
}

#container .footer .links {
    margin-top: 25px;
}

#container .footer a:link {
    display: inline-block;
}

.fixedNav {
    position: fixed;
    top:0px;
    width: 100%;
    height: 44px;
    z-index: 100;
    /* overflow: hidden; */
}

.footPadding {
    padding: 40px 15px 0;
}

.subMenu {
    position: relative !important;
    padding-right: 35px !important;
}

.subMenu:after {
    background: url(../../img/icons/Pfeil_runter_weiss.png) no-repeat;
    background-size: 75%;
    height: 10px;
    width: 13px;
    margin-left: 8px;
    content: ' ';
    display: inline-block;
    right: 8px;
    top: 10px;
    position: absolute;
}

.subMenu.opened:after {
    background: url(../../img/icons/Pfeil_hoch_weiss.png) no-repeat;
    background-size: 75%;
    height: 10px;
    width: 13px;
    content: ' ';
    display: inline-block;
    right: 8px;
    top: 10px;
    position: absolute;

}

.secondLevelItem {
    display: block;
    /*padding: 3px 0 3px 0;*/
    clear: both;
    font-weight: normal;
    line-height: 28px;
}

.secondLevelItem.active {
    background-color: #B4009F;
    color: #ffffff;
}

.secondLevelItem a {
    display: block;
    padding: 3px 15px 3px 40px;
    text-decoration: none;
    white-space: nowrap;
}

.secondLevelItem a:hover {
    background-color: #B4009F;
}

.secondLevelItemWrapper {
    background-color: #442359;
    padding-left: 0;
}