/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Outdated Browser
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}

#outdated{display:none;position:fixed;top:0;left:0;width:100%;text-align:center;text-transform:uppercase;z-index:1500;background-color:#C00;color:#fff;padding:15px;}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:0 30px 15px 30px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:15px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#C00;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}

/* ==========================================================================
  	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
   ========================================================================== */



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
	height: 100%;
	min-width: 320px;
}
body.navMainOpen,
body.overlayOpen,
html.swipebox-html body {
	overflow: hidden;
}
body {
    background: url("../img/body_bg.jpg");
}
#wrapper {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 120px;
}
#content {
	/*overflow: hidden;*/
    padding-top: 2em;
}
#breadcrumb + #content {
    padding-top: 20px;
}
.withAside #content,
aside {
    position: relative;
    padding: 10px;
}

@media (min-width: 960px) {
    #contentWrapper.withAside {
        margin-left: -20px;
        margin-right: -20px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .withAside #content,
    aside {
        padding: 20px;
    }
    .withAside #content {
        float: left;
        width: 66.66%;
    }
    aside {
        float: right;
        width: 33.33%;
    }
}
@media (min-width: 1440px) {
    aside {
        padding-left: calc(20px + 5%);
    }
    aside:before {
        margin-left: calc(15% - 20px);
    }
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

#logoWrap {
    position: absolute;
    background: url("../img/logo_bg.png") center no-repeat;
    background-size: contain;
    z-index: 1;
}
#logoWrap #logo {
    display: block;
    padding: 4% 17% 18% 16%;
}
#logoWrap #logo img {
    width: 100%;
}
#srcBoxQ {
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    width: 150px;
    color: #fff;
}
#srcBoxQ:placeholder {
    color: #fff;
}
#srcBoxQ:-ms-input-placeholder {
    color: #fff;
}
header .box_search {
    position: relative;
    float: right;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    font-weight: 900;
    color: #fff;
}
header .spenden {
    position: relative;
    float: right;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    color: #fff;
}
header .spenden a {
    color: #D22;
}
header .nav.Lang {
    position: relative;
    float: right;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    font-weight: 900;
    color: #fff;
}
header .nav.Lang .ident {
    cursor: pointer;
}
header .nav.Lang .ident .icon {
    display: inline-block;
    background: #4a3b33;
    color: #fff;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    text-align: center;
    border-radius: 100px;
    line-height: 20px;
    transition: transform 0.2s;
}
header .nav.Lang #langSwitch:checked + .ident .icon {
    transform: rotate(-180deg);
}
header .nav.Lang ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    visibility: hidden;
    background: #fff;
    color: #000;
    margin-top: -10px;
    opacity: 0;
    transition: all 0.2s;
}
header .nav.Lang #langSwitch:checked + .ident + ul {
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}
header .nav.Lang ul li {
    padding: 5px;
}
header .nav.Lang ul li a {
    text-decoration: none;
    color: #000;
}

.section,
.article {
    position: relative;
    margin-bottom: 20px;
}
/*.article {
    margin-left: 10px;
    margin-right: 10px;
}*/
.article > :first-child {
    margin-top: 0;
}
.section.sectionOut {
    position: relative;
    margin-top: 84px;
    margin-bottom: 84px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 34px 10px 0 10px;
    background: url("../img/sectionOut_bg.jpg");
    background-size: cover;
}
.section.sectionOut:before,
.section.sectionOut:after {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 84px;
}
.section.sectionOut:before {
    top:-50px;
    background: url("../img/sectionOut_top.png") repeat-x;
}
.section.sectionOut:after {
    bottom: -50px;
    background: url("../img/sectionOut_bottom.png") repeat-x;
}
.section.sectionTeaser {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    margin-left: -10px;
    margin-right: -10px;
}
.section.sectionTeaser:before,
.section.sectionTeaser:after {
    content: '';
    position: absolute;
    display: block;
    left:0;
    right: 0;
    background: url("../img/teaser_bottom.png");
    background-repeat: repeat-x;
    pointer-events: none;
    z-index: 1;
}
.section.sectionTeaser:before {
    height: 73px;
    bottom: 0;
}
.section.sectionTeaser:after {
    top: 0;
    height: 73px;
    background: url("../img/teaser_top.png");
}


.section.sectionTeaser .imgWrap {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.section.sectionTeaser .imgWrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/teaser_filter_dark.png");
    background-size: cover;
    background-position: left top;
    pointer-events: none;
}

.section.sectionTeaser article {
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}
#teaserWrapper {
    position: relative;
}
#navSocial {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
#navSocial li {
    display: inline-block;
    padding: 0 10px;
}
#navSocial li a {
    text-decoration: none;
    color: #4a3b33;
}
#navSocial li a span {
    display: none;
}
#navSocial li a:before {
    font-size: 24px;
    font-family: fontello;
    display: block;
}
#navSocial #social_facebook a:before {
    content: '\e82e';
}
#navSocial #social_youtube a:before {
    content: '\f167';
}
#navSocial #social_instagram a:before {
    content: '\f16d';
}

#breadcrumb {
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 15px;
    line-height: 30px;
}
#breadcrumb a {
    display: inline-block;
    padding: 0 0 0 10px;
    text-decoration: none;
}
#breadcrumb a + a:before {
    content: '/';
    display: inline-block;
    color: #4a3b33;
    margin: 0 10px 0 0;
}
#breadcrumb .last {
    font-weight: bold;
}
@media (min-width: 960px) {
    #breadcrumb {
        padding: 0 0 20px 0;
    }
    .section,
    .article {
        margin-bottom: 40px;
    }
    .section.sectionOut {
        position: relative;
        margin-left: -5.5%;
        margin-right: -5.5%;
        padding: 34px 5.5%;
        margin-top: 84px;
        margin-bottom: 84px;
    }

    .section.sectionTeaser {
        padding-bottom: 50%;
        position: relative;
        margin-left: -5.5%;
        margin-right: -5.5%;
    }
    /*.article {
        margin-left: 20px;
        margin-right: 20px;
    }*/
    .section.sectionTeaser article {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 5%;
        margin-right: 5%;
    }
}
@media (min-width: 1440px) {
    .section.sectionTeaser article {
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media (max-width: 1579px) {
    #headerBottom {
        margin-top: 40px;
        height: 60px;
        background: url("../img/main_bg_mobil.png") left repeat-x;
    }
    #logoWrap {
        top: 0;
    }
    header .box_search button {
        position: relative;
        background: none;
        color: #fff;
        font-weight: 900;
        border: none;
        cursor: pointer;
        padding-left: 25px;
    }
    header .box_search button .icon {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 0;
        text-indent: 0;
        color: #fff;
        border-radius: 100px;
        font-size: 18px;
        line-height: 20px;
        height: 20px;
        width: 20px;
    }
    header .box_search #srcBoxQ {
        display: none;
    }
    header .spenden,
    header .box_search,
    header .nav.Lang {
        top: -40px;
        margin-right: 20px;
    }

    .navMainTrigger {
        position: absolute;
        top: 50px;
        right: 10px;
        display: block;
        height: 40px;
        z-index: auto;
        margin-right: 0;
        -webkit-transition: top .3s, right .3s, transform .3s;
        transition: top .3s, right .3s, transform .3s;
        z-index: 15;
        padding-right: 40px;
        background: none;
        cursor: pointer;
    }

    .navMainTrigger .menue {
        display: block;
        position: relative;
        line-height: 40px;
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        left: 0;
        right: 0;
        color: #fff;
        text-align: center;
        transition: opacity 0.3s ease;
    }

    #navMenuSwitch:checked ~ header .navMainTrigger {
    }

    #navMenuSwitch:checked ~ header .navMainTrigger .menue {
        opacity: 0;
    }

    .navMainTrigger .line {
        overflow: hidden;
        text-indent: -999px;
    }

    .navMainTrigger .line,
    .navMainTrigger:after,
    .navMainTrigger:before {
        opacity: 1;
        height: 10px;
        right: 5px;
        position: absolute;
        width: 30px;
        transition: all .3s ease;
        background-image: url("../img/mainTrigger.png");
    }

    .navMainTrigger .line {
        opacity: 1;
        top: 50%;
        margin-top: -5px;
        background-position: 0 -10px;
    }

    .navMainTrigger:after,
    .navMainTrigger:before {
        content: "";
    }

    .navMainTrigger:before {
        bottom: 27px;
        background-position: 0 0;
    }

    .navMainTrigger:after {
        bottom: 6px;
        background-position: 0 -20px;
    }

    #navMenuSwitch:checked ~ header .navMainTrigger .line {
        opacity: 0;
    }

    #navMenuSwitch:checked ~ header .navMainTrigger:before {
        opacity: 1;
        bottom: 15px;
        right: 6px;
        transform: rotate(45deg);
    }

    #navMenuSwitch:checked ~ header .navMainTrigger:after {
        opacity: 1;
        bottom: 15px;
        right: 6px;
        transform: rotate(-45deg);
    }

    #navMobiWrapper {
        position: fixed;
        top: 97px;
        left: 0;
        width: 100%;
        bottom: 0;
        margin: 0;
        visibility: hidden;
        overflow: hidden;
        z-index: 15;
        background: none;
        transition: background 0.5s, visibility 0.5s;
    }

    #navMobiWrapper #naviMobi {
        width: 100%;
        overflow: auto;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transform-origin: 50% 50%;
    }

    #navMobiWrapper #naviMobi > .wrap {
        position: relative;
        width: 100%;
        max-height: 0;
        margin: 0 auto;
        background: none;
        padding: 0;
        background: url("../img/body_bg.jpg");
        transition: all 0.5s;
        overflow: hidden;
    }

    #navMenuSwitch:checked ~ header #navMobiWrapper {
        visibility: visible;
        background: rgba(0,0,0,0.2);
    }
    #navMenuSwitch:checked ~ header #navMobiWrapper #naviMobi .wrap {
        max-height: 2500px;
    }
    #naviMobi #navStd li,
    #naviMobi #navmain li {
        position: relative;
    }
    #naviMobi #navmain li.lvl1 {
        border-top: 1px solid rgba(128,128,128,.2);
    }
    #naviMobi #navStd li + li,
    #naviMobi #navmain li + li {
    }
    #naviMobi #navStd a,
    #naviMobi #navmain a {
        display: block;
        background: none;
        color: #fff;
        text-decoration: none;
        line-height: 30px;
        padding: 5px 20px;
        letter-spacing: .2em;
    }
    #naviMobi #navStd a.lvl1,
    #naviMobi #navmain a.lvl1 {
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 20px;
    }
    #naviMobi #navStd a .icon,
    #naviMobi #navmain a .icon {
        margin-right: 5px;
    }

    #naviMobi #navStd a.active,
    #naviMobi #navmain a.active {
        background: rgba(0, 0, 0, 0.06) !important;
        color: #fff;
    }
    #naviMobi #navStd a:hover,
    #naviMobi #navmain a:hover {
        background: rgba(0, 0, 0, 0.03);
    }
    #naviMobi #navStd ul ul,
    #naviMobi #navmain ul {
        opacity: 1;
        font-size: 0.8em;
        margin-left: 20px;
    }
    #navmain span.sorb:before {
        content: '/';
        display: inline-block;
        margin-left: 2px;
        margin-right: 5px;
    }
    #naviMobi #navStd ul ul a:before,
    #naviMobi #navmain ul a:before {
        position: absolute;
        content: '\e833';
        display: block;
        width: 17px;
        height: 17px;
        background: #4a3b33;
        color: #fff;
        left: -1px;
        top: 10px;
        font-family: fontello;
        line-height: 17px;
        text-align: center;
        border-radius: 999px;
    }
    #naviMobi #navStd ul ul ul {
        display: none;
    }

    .iconMenuTriggerDwn {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        border-radius: 10px;
        background: none;
        text-align: center;
        line-height: 40px;
    }
    .lvl1 > .iconMenuTriggerDwn {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .iconMenuTriggerDwn:after {
        content: '\f004';
        display: block;
        position: relative;
        font-family: 'fontello';
        transition: transform 0.3s;
    }
    .iconMenuTriggerDwn.active:after {
        transform: rotate(180deg);
    }

}
@media (max-width: 959px) {
    #headerBottom > #navStd {
        display: none;
    }
}
@media (min-width: 960px) {
    #headerBottom > #navStd {
        position: relative;
        float: right;
        margin-left: 20px;
        line-height: 20px;
        font-size: 14px;
        margin-top: 10px;
        top: -40px;
    }

    #headerBottom > #navStd li {
        float: left;
        margin-left: 20px;
    }

    #headerBottom > #navStd li a {
        text-decoration: none;
        color: #fff;
        font-weight: 900;
    }
    #headerBottom > #navStd ul ul {
        display: none;
    }
}

@media (min-width: 1580px) {

    header:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 80px;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);

    }

    #logoWrap {
        width: 287px;
    }
    #wrapper {
        margin-top: 200px;
    }
    #logo {
        padding: 10px 20px 10px 43px;
    }
    header .spenden,
    header .box_search,
    header .nav.Lang {
        margin-right: 20px;
    }

    header .nav.Lang .short {
        display: none;
    }

    header .box_search button {
        position: relative;
        text-indent: -999px;
        overflow: hidden;
        height: 20px;
        line-height: 20px;
        width: 20px;
        background: none;
        border: none;
        border-radius: 100px;
        text-align: center;
        padding: 0;
    }

    header .box_search button .icon {
        position: absolute;
        left: 0;
        top: 0;
        text-indent: 0;
        color: #fff;
        background: #4a3b33;
        border-radius: 100px;
        line-height: 20px;
        height: 20px;
        width: 20px;
    }

    .navMainTrigger {
        display: none;
    }

    #navMobiWrapper {
        position: relative;
    }
    #navMobiWrapper #navStd {
        display: none;
    }

    #headerBottom > #navStd {
        display: none;
    }
    #navMobiWrapper #navStd {
        display: block;
        position: relative;
        float: right;
        margin-left: 20px;
        line-height: 20px;
        font-size: 14px;
        margin-top: 10px;
    }

    #navMobiWrapper #navStd li {
        float: left;
        margin-left: 20px;
    }

    #navMobiWrapper #navStd li a {
        text-decoration: none;
        color: #fff;
        font-weight: 900;
    }
    #navMobiWrapper #navStd ul ul {
        display: none;
    }
    #navMain {
        position: absolute;
        top: 100px;
        left: -5.55%;
        right: -5.55%;
        padding: 0px 5%;
        padding-left: calc(5% + 280px);
        background: url("../img/main_bg.png") left center repeat-x;
    }

    .isOverBreakpoint #navMain {
        height: 60px;
    }

    #navmain {
        float: right;
        display: table;
        height: 84px;
    }

    #navmain li {
        position: relative;
        text-align: left;
        font-size: 20px;
        line-height: 20px;
        display: block;
    }

    #navmain li a {
        display: block;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
    }

    #navmain li.lvl1 {
        padding-left: 20px;
        display: table-cell;
        vertical-align: middle;
    }

    #navmain li a.lvl1 {
        font-size: 1.23vw;
        line-height: 30px;
        font-weight: 900;
        padding: 0;
        text-align: center;
    }

    #navmain li a.lvl1 span.wrap {
        display: inline-block;
        position: relative;
    }

    .isOverBreakpoint #navmain li a.lvl1 {
        color: #333;
    }

    #navmain li a.lvl1 span.wrap:before {
        content: '';
        height: 0;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0px;
        border-bottom: 2px dotted #f0d9c2;
        transition: all 0.2s;
        opacity: 0;
    }

    .isOverBreakpoint #navmain li a.lvl1 span.wrap:before {
        background: #f97352;
    }

    #navmain li a.lvl1.active span.wrap:before,
    #navmain li:hover > a.lvl1 span.wrap:before {
        opacity: 1;
    }

    #navmain ul {
        display: none;
    }
    #navmain li a.lvl1 span.sorb {
        display: block;
        font-size: 0.8em;
    }
    #navmain ul.lvl2 {
        display: block !important;
        position: absolute;
        top: calc(100% - 7px);
        left: 50%;
        transform: translateX(-50%);
        background: url("../img/ul_bg.png") center bottom no-repeat;
        padding: 20px 20px 50px 20px;
        width: 326px;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        margin-top: -10px;
        transition: opacity 0.2s, visibility 0.2s, margin-top 0.2s;
        z-index: -1;
    }

    #navmain li.lvl1:last-child ul.lvl2 {
        left: auto;
        right: -15px;
        transform: none;
    }

    #navmain li:hover > ul {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
    }

    #navmain li > ul a {
        position: relative;
        padding: 10px 10px 10px 40px;
        font-size: 20px;
        font-weight: 400;
        transition: all 0.2s;
        text-transform: none;
    }

    #navmain li > ul a:before {
        content: '';
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        height: 20px;
        width: 20px;
        background: url("../img/li.png") center center no-repeat;
    }

    #navmain li > ul li:hover > a:before,
    #navmain li > ul a.active:before {
        background: url("../img/li_active.png") center center no-repeat;
    }

    #navmain li > ul li:hover > a,
    #navmain li > ul a.active {
        opacity: 1;
    }

    #navmain .m_suche span {
        display: none !important;
    }

    #navmain .m_suche:before {
        content: '\e829';
        font-family: 'fontello';
        font-size: 1.4em;
        line-height: 1;
    }

    #navmain .hasUl > a.lvl1 {
        padding-right: 30px;
    }

    #navmain ul.lvl2 span.sorb:before {
        content: '/';
        display: inline-block;
        margin-left: 2px;
        margin-right: 5px;
    }

    .iconMenuTriggerDwn {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        height: 20px;
        width: 20px;
        background: url("../img/li.png") center center no-repeat;
        transform: rotate(90deg);
    }

    li:hover > .iconMenuTriggerDwn {
        background: url("../img/li_active.png") center center no-repeat;
        transform: rotate(-90deg);
    }
    #navmain ul .iconMenuTriggerDwn {
        display: none;
    }
}
@media (min-width: 1980px) {
    #navmain li.lvl1 {
        padding-left: 40px;
    }
    #navmain li a.lvl1 {
        font-size: 25px;
    }
}
#teaserWrapper + header + #wrapper {
    margin-top: 0;
}
@media (max-width: 959px) {
    .aside_box.nav.Sub {
        display: none;
    }
}
@media (min-width: 960px) {
    aside:before {
        content: '';
        position: absolute;
        display: block;
        width: 2px;
        border-left: 2px dotted #fff;
        top: 20px;
        bottom: 0;
        left: 0;
        margin-left: 0;
    }

    .baseWidth {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #wrapper,
    .baseWidth_padding {
        padding-left: 5%;
        padding-right: 5%;
    }

    .baseWidth .baseWidthOut {
        margin-left: -5.5%;
        margin-right: -5.5%;
    }

    nav strong {
        margin: 0;
    }

    #navSub {
        padding: 15px 0;
    }

    #navSub a {
        display: block;
        text-decoration: none;
        padding: 6px 0 6px 30px;
        font-size: 20px;
        position: relative;
    }

    #navSub a.active span,
    #navSub li:hover > a span {
        position: relative;
        background-image: url("../img/more.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0 5px 5px 5px;
        margin-left: -5px;
        color: #4a3b33;
        font-weight: bold;
    }

    #navSub a:before {
        font-family: fontello;
        content: '\e833';
        display: block;
        width: 20px;
        height: 20px;
        background: #4a3b33;
        color: #fff;
        position: absolute;
        left: 0;
        top: 11px;
        line-height: 20px;
        text-align: center;
        border-radius: 999px;
    }

    #navSub ul {
        padding-left: 25px;
    }
}
footer {
    position: relative;
    background: url("../img/sectionOut_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 84px;
}
footer:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 84px;
    background-image: url("../img/sectionOut_top.png");
    background-repeat: repeat-x;

}

#footer .gridWrap {
    color: #4a3b33;
    /*-webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;*/
    padding-top: 50px;
    padding-bottom: 40px;
    border-bottom: dotted 2px #4a3b33;
    margin-left: -10px;
    margin-right: -10px;
}
#footer .gridWrap a {
    color: inherit;
    text-decoration: underline;
}
#footer .gridWrap [class^="gridWidth"] {
    padding: 0 10px 20px 10px;
}
#footer .gridWrap [class^="gridWidth"]:first-child {
    position: relative;
    display: flex;
    /*align-items: flex-end;*/
}
#footer .gridWrap [class^="gridWidth"]:first-child img {
    margin-right: 20px;
}
#footerBottom {
    display: block;
    width: 100%;
}
#navFooter li {
    display: inline-block;
    margin: 0 20px 10px 0;
}
#navFooter li a {
    text-decoration: none !important;
    font-weight: 700;
}

@media (max-width: 959px) {
    #footer .gridWrap {
        margin-left: 0px;
        margin-right: 0px;
    }
    #footer .gridWrap .gridWidth_50 {
        width: 100%;
    }

    #footer .gridWrap .gridWidth_25 {
        width: 50%;
    }
}
#partner {
    position: relative;
    margin-top: 40px;
}
#partner h2 {
    margin-top: 0;
}
#partner img {
    width: 100%;
    height: auto;
}
#partner .swiper-button-prev,
#partner .swiper-button-next {
    display: block;
    line-height: 24px;
    height: 24px;
    width: 24px;
    color: #fff;
    background: #4a3b33;
    border-radius: 999px;
    text-align: center;
    margin-top: 0;
    top: 0px;
}
#partner .swiper-button-prev {
    left: auto;
    right: 60px;
    top: 4px;
}
#partner .swiper-button-next {
    line-height: 30px;
    height: 30px;
    width: 30px;
}
#partner .swiper-button-prev:after,
#partner .swiper-button-next:after {
    display: none;
}
#partner .swiper-button-prev .icon {
    display: inline-block;
    position: relative;
    transform: rotate(180deg);
}
#partner .swiper-button-next .icon {
}

.gallerySwiper .swiper-button {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background: #4a3b33;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
.gallerySwiper .swiper-button.prev {
    left: 40px;
}
.gallerySwiper .swiper-button.next {
    right: 40px;
}
.gallerySwiper .swiper-container.gallery-thumbs {
    margin-top: 20px;
    position: relative;
}
.gallerySwiper .swiper-container.gallery-thumbs .swiper-slide {
    width: 33.33%;
    padding: 10px;
}
.gallerySwiper .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .articleImg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.25);
}
.gallerySwiper .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .articleImg:after {
    content: '\e82b';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-family: fontello;
    height: 40px;
    width: 40px;
    font-size: 40px;
    text-align: center;
    color: #fff;

}
.gallerySwiper .swiper-container.gallery-thumbs .swiper-slide .articleImg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    padding-bottom: 62.5%;
}
@media (min-width: 960px) {
    .gallerySwiper .swiper-container.gallery-thumbs .swiper-slide {
        width: 25%;
    }
}
/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(255,255,255,.9)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-top:50px;padding-bottom:50px;}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden;}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center;}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/Swipebox/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%;background:#FF9239;background:-webkit-linear-gradient(left,#FF9239 0,#E58332 100%);background:-ms-linear-gradient(left,#FF9239 0,#E58332 100%);background:linear-gradient(to right,#FF9239 0,#E58332 100%)}#swipebox-bottom-bar{bottom:-50px;border-top:4px solid #D5D5D5}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px;border-bottom:4px solid #D5D5D5;color:#fff!important;display:table}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{width:100%;height:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url(../img/Swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;right:0;bottom:0}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;left:0}#swipebox-zoomin{background-position:-122px 12px;left:60px}#swipebox-zoomout{background-position:-168px 12px;left:60px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@media screen and (min-width:800px){#swipebox-close{left:10px}#swipebox-zoomin,#swipebox-zoomout{left:70px}#swipebox-arrows{right:10px}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto;padding-bottom:0}#swipebox-slider .swipebox-video .video-js{width:100%;height:auto;display:block}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#003E7C;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#E8EAED;color:#003F7D}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#69AF22;background-color:rgba(105,175,34,.9)}#swipebox-slider .swipebox-video .video-js .vjs-slider{background:#fff;background:rgba(255,255,255,.5)}#swipebox-slider .swipebox-video .video-js .vjs-load-progress{background:#bfcfde}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#003E7C}

/* TEASER */
#teaser {
    position:relative;
}
#teaser .sliderWrapper > ul {
    position:relative;
    overflow:hidden;
    height:0;
    padding:0;
    height:40vw;
    margin:0;
    list-style:none;
    max-height:80vh;
    min-height: 622px;
}
.start #teaser .sliderWrapper > ul {
    padding-bottom:0;
    height:40vw;
    max-height:80vh;
    min-height: 622px;
}
#teaser .sliderWrapper {
    position:relative;
}
#teaser .sliderWrapper > ul > li {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    display:none;
    opacity:0;
    background-size:cover;
    background-repeat:no-repeat;
}
#teaser  ul:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/teaser_filter.png");
    background-size: cover;
    background-position: left top;
    pointer-events: none;
}
#teaser ul:before {
    position: absolute;
    display: block;
    left: 0;
    right:0;
    bottom: 0;
    height: 73px;
    background-image: url("../img/teaser_bottom.png");
    background-repeat: repeat-x;
    content: '';
    z-index: 1;
    pointer-events: none;
}
#teaser ul li > div {
    position:absolute;
    padding-top:0px;
    left:0;
    right:0;
}
#teaser ul li.links-oben > div {
    top: 0;
    padding-top:120px;
    text-align:left;
}
#teaser ul li.links-unten > div {
    text-align:left;
}
#teaser ul li.unten > div {
    text-align:center;
}
#teaser ul li.rechts-unten > div {
    text-align:right;
}
#teaser ul li.rechts-unten > div,
#teaser ul li.links-unten > div {
    bottom: 0;
    padding-bottom:60px;
}
#teaser ul li.unten > div,
#teaser ul li.links-unten > div,
#teaser ul li.recht-unten > div {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
#teaser ul li.oben > div,
#teaser ul li.links-oben > div,
#teaser ul li.recht-oben > div {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}

#teaser ul li.mitte > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
#teaser ul li .infoWrap {
    display:inline-block;
    padding:15px;
    position:relative;
    color: #fff;
}
#teaser ul li .infoWrap .headline,
#teaser ul li .infoWrap .h1,
#teaser ul li .infoWrap .h2,
#teaser ul li .infoWrap .h3,
#teaser ul li .infoWrap h1,
#teaser ul li .infoWrap h2,
#teaser ul li .infoWrap h3 {
    color: #fff;
}
#teaser ul li .info {
    font-size:24px;
    font-weight:500;
    text-shadow:0px 0px 10px rgba(0,0,0,0.9);
}
#teaser ul li .link {
    float:right;
    right:0;
    bottom:0;
    color:#fff;
    text-decoration:none;
    font-size:30px;
}
#teaser ul li .link span {
    display:inline-block;
    height:50px;
    width:50px;
    line-height:50px;
    text-align:center;
    border-radius:25px;
    background:#fff;
    color:#007dc3;
}
#teaser li video {
    position:absolute;
    width:100%;
    height: auto;
    top: 50%;
    left:50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
}

#teaser .slider_pager {
    display:block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
#teaser .slider_pager .slider_pager_item {
    display: inline-block;
    margin: 10px 5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    transition:opacity 0.2s;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
}
#teaser .slider_pager .slider_pager_item:hover,
#teaser .slider_pager .slider_pager_item.active {
    opacity: 1;
}
#teaser .slider_navigation > span {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    height:40px;
    width:40px;
    font-size:30px;
    line-height:38px;
    text-align:center;
    text-shadow:0 5px 10px rgba(0,0,0,0.5);
    color:#fff;
    opacity:0.3;
    transition:opacity 0.2s;
    cursor:pointer;
    border: 1px solid #fff;
    border-radius: 50%;
}
#teaser .slider_navigation > span:hover {
    opacity:1;
}
#teaser .slider_navigation .prev {
    left:0px;
    margin-left: 10px;
}
#teaser .slider_navigation .next {
    right:0px;
    margin-right: 10px;
}
#teaser .slider_navigation > span:before {
    font-family:'fontello';
    display:block;
    margin:0;
}
#teaser .slider_navigation > span.prev:before {
    content: '\f104';
}
#teaser .slider_navigation > span.next:before {
    content: '\f105';
}
@media (min-width: 960px) {
    #teaser .slider_navigation .prev {
        left:5%;
        margin-left: 20px;
    }
    #teaser .slider_navigation .next {
        right:5%;
        margin-right: 20px;
    }
    #teaser {
        font-size: 1.500em;
    }
}
@media (min-width: 1400px) {
    #teaser .slider_navigation .prev {
        left:8.33%;
    }
    #teaser .slider_navigation .next {
        right:8.33%;
    }
}
@media (min-width: 1580px) {
    #teaser ul li.links-oben > div {
        padding-top: 190px;
    }
}
/*
	Overlay
	*/
.vcModal,
.vcModalOverlay {
	transition: height 0s .3s, opacity .3s;
	pointer-events: none;
	position: fixed;
	height: 0;
	width: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 1000;
    color: #000;
}
.vcModal a,
.vcModalOverlay a {
    color: #000;
}

.vcModal {
	overflow: auto;
}
.vcModalOverlay {
	background: #fff;
	background: rgba(255,255,255,.75);
	position: fixed;
	display: block;
}

.vcModal .modalMsg {
	display: table;
	padding: 30px 30px 20px;
	height: 100%;
	width: 100%;
}
.vcModal .modalMsg .wrap {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.vcModal .modalMsg .wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.vcModal .modalMsg .wrap .wrapMore {
	max-width: 40em;
	width: 100%;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	position: relative;
	background: #fff;
	padding: 20px;
	margin: 0 auto;
	z-index: 1;
}

.vcModalSwitch:checked + .vcModalTarget .vcModalOverlay,
.vcModalSwitch:checked + .vcModalTarget .vcModal {
	height: 100%;
	opacity: 1;
	transition: height 0s, opacity .3s;
	pointer-events: auto;
}
.vcModal .vcModalClose {
	position: absolute;
	display: block;
	right: -20px;
	top: -20px;
	cursor: pointer;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	background: #999;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	background: #FF6618;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.vcModalBannerBottom .vcModalOverlay {
	height: 0 !important;
	opacity: 0 !important;
}
.vcModalBannerBottom .vcModal {
	top: auto;
	bottom: 0;
}
.vcModalSwitch:checked + .vcModalTarget.vcModalBannerBottom  .vcModal {
	height: auto;
	max-height: 100%;
}
.vcModalBannerBottom .vcModal .modalMsg {
	padding: 90px 0 0;
	position: relative;
}
.vcModalBannerBottom .vcModal .modalMsg:before {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: '';
    background: #FFF;
    display: block;
    width: 100%;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    position: absolute;
    left: 0;
	top: 90px;
	height: 50%;
}
.vcModalBannerBottom .vcModal .modalMsg .wrap .wrapMore {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
	box-shadow: none;
}

.vcModalBannerBottom .vcModal .article {
	padding: 15px;
	margin: 0 auto;
}
.vcModalBannerBottom .vcModal .article > :first-child {
	padding-right: 60px;
}
.vcModalBannerBottom  .vcModal .vcModalClose {
	right: 15px;
	top: 15px;
}
@media (min-width: 960px) {
	.vcModalBannerBottom .vcModal .article {
		width: 83.33%;
	}
	.vcModalBannerBottom .vcModal .article > :first-child {
		padding-right: 0;
	}
}



/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #000;
	border-bottom: .1875em solid #000;
	transform: rotate(45deg);
	margin: 0 .2em;
}
.vcCssIconArrowDown {
    width: 1em;
	height: 1em;
    margin: 0 .2em;
}
.vcCssIconArrowDown:after {
	content: '';
	display: block;
	font-size: .667em;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.375em;
	margin-left: -.5em;
	transform: rotate(-45deg);
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #fff;
	display: block;
	width: 100%;
	height: .1875em;
	margin-top: -.09375em;
	margin-left: -50%;
}
.vcCssIconClose:before {
	transform: rotate(45deg);
}
.vcCssIconClose:after {
	transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/
.vcPrivacyOptsLine input {
	display: none;
}
.vcPrivacyOptsLine label {
	display: block;
	font-weight: bold;
	min-height: 2em;
	padding-right: 4em;
	position: relative;
	cursor: pointer;
	float: none;
}
.vcPrivacyOptsLine label .hint {
	font-weight: normal;
	margin: 0;
	line-height: normal;
}
.vcPrivacyOptsLine label .state {
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
	height: 1.5em;
	box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
	background: #C00;
	border-radius: .75em;
	display: block;
	transition: all .3s;
}
.vcPrivacyOptsLine label .state:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -.625em;
	margin-left: -1.375em;
	border-radius: .625em;
	transition: all .3s;
}
.vcPrivacyOptsLine input:checked + label .state {
	background: #00b300;
}
.vcPrivacyOptsLine input:checked + label .state:after {
	margin-left: .125em;
}

.vcPrivacyOptsLine input:disabled + label {
	pointer-events: none;
}
.vcPrivacyOptsLine input:disabled + label .state {
	background: #ddd;
}

.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
	margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
	padding: .5em 0 0;
	display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
	margin: 0 0 0 .5em;
	transition: transform .3s;
	float: none !important;
	display: inline-block !important;
}

.vcPrivacySlideDownSwitch ~ .vcPrivacySlideDownTarget {
	max-height: 0;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	overflow: hidden;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .on {
	display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .off {
	display: none;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIcon {
	transform: rotate(180deg);
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIconArrowDown:after {
	margin-top: -1em;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTarget {
	max-height: 10000px;
	padding-top: .625em;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
	animation: 0s linear 0.3s 1 normal both running delayOverflow;
}

.vcPrivacyDefList {
	padding: 0;
	margin: 0;
	font-size: .8em;
}
.vcPrivacyDefList dt {
	padding: .3125em 0 0;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
.vcPrivacyDefList dd {
	font-weight: normal;
	text-align: left;
	padding: 0 0 .3125em;
	margin: 0;
}
.vcPrivacyDefList dt:first-child {
	padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
	padding-bottom: 0;
}

#vcPrivacySetupSubmit {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
	cursor: pointer;
}

.vcPrivacyNoPermission {
	background: #f2f2f2;
	border: 1px solid #ddd;
	text-align: center;
	padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

@media (min-width: 640px) {
	.vcPrivacyDefList dt {
		clear: left;
		float: left;
		padding: .25em 0;
		width: 25%;
	}
	.vcPrivacyDefList dd {
		padding: .25em 0 .25em 20px;
		margin: 0;
		width: 75%;
		float: left;
	}
	.vcPrivacyDefList dt:first-child,
	.vcPrivacyDefList dt:first-child + dd {
		padding-top: 0;
	}
	.vcPrivacyDefList dt:nth-last-child(2),
	.vcPrivacyDefList dt:nth-last-child(2) + dd {
		padding-bottom: 0;
	}

	#vcPrivacySetupSubmit {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}

/* POPUP */
#popup {
    visibility:hidden;
    z-index:1000;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    color: #4a3b33;
    text-align:center;
    background:rgba(0,0,0,0);
    overflow:hidden;
    transition:visibility 0.5s, background 0.5s;
}
.popup #popup {
    visibility:visible;
    background:rgba(0,0,0,0.5);
}
#popupContainer {
    position:relative;
    box-sizing:border-box;
    width:720px;
    max-width:100%;
    height:80%;
    margin-top:20%;
    margin-top:20vh;
    display:inline-block;
    opacity:0;
    transition:margin-top .5s , opacity .5s;
}
.popup #popupContainer {
    margin-top:10%;
    margin-top:10vh;
    opacity:1;
}
#popupContent {
    box-sizing:border-box;
    text-align:left;
    padding:45px 20px 20px;
    height:100%;
    background-color:#fff;
    box-shadow:0 7px 15px rgba(0,0,0,0.6);
    overflow:auto;
}
#popupContent > :first-child {
    margin-top: 0;
}
#popupClose {
    position:absolute;
    z-index:10;
    right:0;
    top:0;
    padding:25px;
    cursor:pointer;
    overflow:hidden;
    color:#4a3b33;
    background:#f0d9c2;
    transition: transform 1s ease-in-out 0s;
}
#popupClose > * {
    position:relative;
}
#popupClose:before,
#popupClose:after {
    content:'';
    height: 4px;
    width: 24px;
    position:absolute;
    top:23px;
    left:14px;
    background: #4a3b33;
    display: block;
    transform: rotate(45deg);
    transform-origin:50% 50%;
}
#popupClose:after {
    transform: rotate(-45deg);
}

#popupContent .none,
#popupContent .img img {
    max-width:100%;
    height:auto !important;
}
#popupContent .headlineImg h1,
#popupContent .headlineImg h2,
#popupContent .headlineImg h3 {
    display:block;
}
#popupContent .headlineImg img {
    display:none;
}

/*
	Module: SLIDER
	*/
.modul_slider .sliderWrap .slider {
    overflow: hidden;
}
.modul_slider .sliderWrap .swiper-wrapper {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    height: calc(100vh - 120px);
    min-height: 200px;
}
.modul_slider .sliderWrap .swiper-slide {
    overflow: hidden;
}
.modul_slider .sliderWrap .imageContainerWrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.modul_slider .sliderWrap .imageContainerWrap .imageBlock {
    height: 100%;
    width: auto;
    display: block;
    max-width: none;
}
.modul_slider .sliderWrap .imageContainer {
    transform: translateX(-50%);
    height: 100%;
    position: absolute;
    left: 50%;
}
.modul_slider .sliderWrap .imageContainerWrap .layer {
    position: relative;
    height: 100%;
    width: auto;
    display: block;
}
.modul_slider .sliderWrap .imageContainerWrap.center .layer {
    transform: translateX(-50%) !important;
    left: 50% !important;
}
.modul_slider .sliderWrap .imageContainerWrap .imageMarker {
    position: absolute;
    height: 1em;
    width: 1em;
    font-size: 2em;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    cursor: pointer;
}
.modul_slider .sliderWrap .imageContainerWrap .imageMarker:before {
    content: '';
    position:  absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    font-size: 1em;
    display: block;
    border-radius: .5em;
    background: #f0d9c2;
    background-image: url("../img/sectionOut_bg.jpg");
    background-position: center;
    z-index: 1;
    transition: background .3s, box-shadow .3s, color .3s;
}
.modul_slider .sliderWrap .imageContainerWrap .imageMarker .cirlce {
    content: '';
    position:  absolute;
    width: 1em;
    height: 1em;
    font-size: 2em;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: .5em;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    z-index: 0;
    animation-duration: 1s;
    animation-name: markerSizing;
    animation-iteration-count: infinite;
    animation-timing-function:ease-in;

}
.modul_slider .sliderWrap .imageContainerWrap .imageMarker:hover:before,
.modul_slider .sliderWrap .imageContainerWrap .imageMarker.hover:before {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.modul_slider .sliderWrap .imageContainerWrap .imageMarker:hover .cirlce,
.modul_slider .sliderWrap .imageContainerWrap .imageMarker.hover .cirlce {
    border-color: transparent;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.modul_slider .sliderWrap .slider .swiper-control {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.modul_slider .sliderWrap .slider .swiper-control:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 4em;
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,.5) 33%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,.5) 33%, rgba(0,0,0,0) 100%);
    width: 100%;
}
.modul_slider .sliderWrap .slider .swiper-button-next,
.modul_slider .sliderWrap .slider .swiper-button-prev {
    top: auto;
    bottom: 10px;
    height: 2em;
    width: 2em;
}
.modul_slider .sliderWrap .slider .swiper-button-next {
    right: 20px;
}
.modul_slider .sliderWrap .slider .swiper-button-prev {
    left: 20px;
}
.modul_slider .sliderWrap .slider .swiper-button-prev:after,
.modul_slider .sliderWrap .slider .swiper-button-next:after {
    display: block;
    height: 100%;
    width: 100%;
    content: '';
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 50%;
    background: rgba(0,0,0,.25);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.modul_slider .sliderWrap .slider .swiper-pagination {
    line-height: 2em;
}
.modul_slider .sliderWrap .slider .swiper-pagination-bullet {
    height: .5em;
    width: .5em;
}
.modul_slider .sliderWrap .slider .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: .25em;
    margin-right: .25em;
}

@keyframes markerSizing {
    0% {
        font-size: 1em;
        opacity: 1;
    }
    100% {
        opacity: 0;
        font-size: 2em;
    }
}

@media (min-width: 960px) {
    .modul_slider .sliderWrap .swiper-wrapper {
        height: calc(100vh - 160px);
    }
}

@media (min-width: 1280px) {
    .modul_slider .sliderWrap .slider .swiper-button-next {
        right: 40px;
    }
    .modul_slider .sliderWrap .slider .swiper-button-prev {
        left: 40px;
    }
}

/* ==========================================================================
   Content classes
   ========================================================================== */

/* Content: BILDER & GALERIE */
.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.thumb img,
.img img,
.img-link img,
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
.imgWrap {
	position: relative;
	margin: 0;
}
.gallery {
	margin: 2em -10px -5px;
}
.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 10px;
	margin: 0 !important;
	position: relative;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}
.img.effect {
	border: 5px solid #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
	font-size: 80%;
	line-height: 1.25;
	display: block;
	text-align: center;
	margin-top: .5em;
}
.dl_item span {
    display: none;
}
.dl_item {
    position: absolute;
    display: block;
    padding: 5px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    line-height: 22px;
    width: 32px;
    text-align: center;
    border-radius: 16px;
    background: #4a3b33;
    color: #fff;
}
.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
.imgNone {
	margin: 1em auto;
}
/*.imgNone .imagesInnerWrap {
	margin: -1em;
}*/

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
}
.imgWidth-25 {
	width: 50%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	/*padding: 1em;*/
	margin: 0;
}

.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	margin-left: 1em;
	padding-left: 1em;
	float: right;
}
.imgLeft .imgWidth-25,
.imgLeft .imgWidth-20,
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
	margin-right: 1em;
	padding-right: 1em;
	float: left;
}

@media only screen and (min-width: 480px) {
	.imgWidth-33,
	.imgWidth-25 {
		width: 50%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 33.3%;
	}
	.imgWidth-13 {
		width: 20%;
	}
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-33 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 640px) {
	.imgWidth-50,
	.imgWidth-42 {
		width: 50%;
	}
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17 {
		width: 25%;
	}
	.imgRight .imgWidth-50,
	.imgRight .imgWidth-42 {
		margin-left: 1em;
		padding-right: 1em;
		float: right;
	}
	.imgLeft .imgWidth-50,
	.imgLeft .imgWidth-42 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 720px) {
	.imgWidth-67 {
		width: 50%;
	}
	.imgWidth-33,
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 20%;
	}
	.imgWidth-13,
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-67 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75 {
		width:75%;
	}
	.imgWidth-67 {
		width:66.7%;
	}
	.imgWidth-50 {
		width:50%;
	}
	.imgWidth-42 {
		width: 41.7%;
	}
	.imgWidth-33 {
		width:33.3%;
	}
	.imgWidth-25 {
		width:25%;
	}
	.imgWidth-20 {
		width:20%;
	}
	.imgWidth-17 {
		width:16.6666%;
	}
	.imgWidth-15 {
		width:15%;
	}
	.imgWidth-13 {
		width:12.5%;
	}
	.imgWidth-10 {
		width:10%;
	}
	.imgWidth-5 {
		width:5%;
	}
	.imgRight .imgWidth-75 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

/* Content: GOOGLE MAPS */
.map_canvas {
	min-height: 200px;
	min-height: 50vh;
	background: #EEE;
	margin: 1em 0;
}
.map_canvas .gm-style {
	font-family: inherit;
}
.map_canvas .gm-style-iw .btn {
	width: 100%;
	margin-top: 15px;
}
.map_legend .head {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #999;
	position: relative;
	padding: 5px 10px 5px 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.map_legend .head .sprt {
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.map_legend:hover .head {
	background: #666;
}
.map_legend.aktiv .head {
	background: #FF6618;
}
.map_legend.aktiv .head .sprt {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* OVERLAY */
body.GMO-active { overflow:hidden; }
#GMO-wrap {
	visibility:hidden;
	z-index:1000;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	/*background:rgba(0,0,0,0.7);*/
	overflow:hidden;
	transition:visibility 0.5s;
}
.GMO-active #GMO-wrap {
	visibility:visible;
}
#GMO-container {
	position:relative;
	box-sizing:border-box;
	width:40%;
	min-width:670px;
	height:80%;
	margin-top:20%;
	margin-top:20vh;
	padding-right:40px;
	padding-top:40px;
	display:inline-block;
	opacity:0;
	transition:margin-top .5s , opacity .5s;
}
.GMO-active #GMO-container {
	margin-top:10%;
	margin-top:10vh;
	opacity:1;
}
#GMO-content {
	box-sizing:border-box;
	text-align:left;
	padding:20px;
	height:100%;
	background-color:#fff;
	box-shadow:0 7px 15px rgba(0,0,0,0.6);
	overflow:auto;
}
#GMO-close {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:40px;
	cursor:pointer;
	box-shadow:0 2px 10px rgba(0,0,0,0.6);
    transition: transform 1s ease-in-out 0s;
}
.csstransforms #GMO-close .closePop {
    background: #F5420C none;
}
.csstransforms #GMO-close:before, .csstransforms #GMO-close:after {
    background-color: #fff;
    content: "";
    height: 80%;
    left: 45%;
    position: absolute;
    top: 10%;
    width: 2px;
}
.csstransforms #GMO-close:before {
    transform: rotate(45deg);
}
.csstransforms #GMO-close:after {
    transform: rotate(-45deg);
}
#GMO-content button.close {
	background-color:#b2b2b2;
}
ul.placeList {
	color:#c5c7c8;
	list-style:none;
	list-style-type:none;
	padding:0;
}
ul.placeList li {
	position:relative;
	padding-left:20px;
	border-top:1px solid #c5c7c8;
}
ul.placeList li:first-child {
	border-top:0;
}
ul.placeList li:before {
	content:'';
	position:absolute;
	left:0;
	top:5px;
	height:16px;
	width:16px;
	background:url(../img/jQueryUI/ui-icons_222222_256x240.png) -96px -160px no-repeat;
}
ul.placeList li.aktiv:before {
	background-position:-64px -144px;
}
ul.placeList li a {
	display:block;
	padding:5px 0;
	text-decoration:none;
}

.addrWrap {
	margin: .769em 0;
}
.addrWrap address {
	font-style: italic;
}
.addrWrap > h3 {
	margin: 0;
}
.addrWrap .addr,
.addrWrap .addrData {
	margin: .769em 0;
}


@media only screen and (min-width: 480px) {
	.addrWrap {
		margin: 1em -1em;
	}
	.addrWrap > * {
		padding: 0 1em;
	}
	.addrWrap .addr,
	.addrWrap .addrData {
		width: 50%;
		float: left;
		margin: 0;
	}
}

/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vid,
.vid:after,
.vid *,
.vid *:after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.vid:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,.25);
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -20px;
	width: 48px;
	height: 40px;
	border-style: solid;
	border-width: 24px 0 24px 40px;
	border-color: transparent transparent transparent #FFF;
	display: block;
	background: none;
	z-index: 1;
}
.vid .playIcon:after {
	content: '';
	position: absolute;
	left: -57px;
	top: -35px;
	height: 64px;
	width: 64px;
	background: none;
	border: 2px solid #999;
	border-radius: 0%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.vid .video-time {
	position:absolute;
	background: #fff;
	color: #666;
	display:block;
	padding: 5px 10px;
	bottom:0;
	right:0;
	font-weight: bold;
	font-size: 80%;
	z-index: 1;
}
.vid:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vid:hover:after {
	background: rgba(0,0,0,.0);
}
.vid:hover .playIcon {
	border-color: transparent transparent transparent #FF6618;
}
.vid:hover .playIcon:after {
	border-color: #FF6618;
	border-radius: 50%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	left: -62px;
}
.vid:hover .video-time {
	background: #FF6618;
	color: #fff;
}
.videoFrame {
	float:right;
    position: relative;
    width: 50%;
}
.videoIFrame {
    position: relative;
}
.videoFrame iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* Content: TABELLEN */
.stdTable {
	border: none;
	border-spacing: 0;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	line-height: 1.714;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,0.5) !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: unset;
}
.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
	background-color: rgba(0,0,0,0.15);
}

/* DOWNLOADS */
.downloads {
	margin:1em 0;
}
.downloads h4 {
	margin-top:0;
}
.downloads ul {
	margin:0 -15px;
	list-style:none;
	padding:0 !important;
}
.downloads li {
	padding:15px;
	margin:0 !important;
}
.downloads li:before {
	display: none !important;
}
.download a {
	display:block;
	position:relative;
	min-height:24px;
	text-align: left;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
}
.download a.hasImg {
	padding-left: 45px;
}
.download img {
	position: absolute;
	left: 0;
	top: .25em;
	display: block;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
}
.downloads li.video a {
	display:none;
}
.downloads li video {
	width:100%;
	height:auto;
}

@media only screen and (min-width: 480px) {
	.downloads .grids_2 .gridItem {
		width: 50%;
		float: left;
	}
	.downloads .grids_2 .gridItem:nth-child(2n+1) {
		clear: left;
	}
	.downloads .grids_4 .gridItem {
		width:25%;
		float:left;
	}
	.downloads .grids_4 .gridItem:nth-child(4n+1) {
		clear: left;
	}
}

/* Content: SUB NAV IN ARTICLEs */
.navSub ul {
	padding: 0 0 0 2em;
}

/* Content: FORMS */
.form span.duty {
	font-weight: bold;
	color: #FF6618;
}
.form .optsContainer span.duty {
    display: none;
}

.form .hint .duty {
	padding: 2px;
}

.fehler_text {
	color: #C00;
}

.optsContainer {
    position: relative;
	margin: 1em 0;
	text-align: left;
	overflow: hidden;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
fieldset + .btnContainer,
.optsContainer + fieldset,
.form fieldset + fieldset {
	margin-top: 2em;
}

.optsContainer > .error:first-child + label,
.optsContainer > label:first-child {
	display: block;
	margin: 0;
	text-align: left;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 2;
}
.optsContainer > .error:first-child + label .duty,
.optsContainer > label:first-child .duty {
	padding-left: 5px;
	float: right;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 80%;
}
.form .optsDuty label:first-child:after,
.form .optsDuty .error:first-child + label:after {
    content: '*';
    display: inline-block;
    margin-left: 5px;
    color: #e44;
    font-size: 2em;
    line-height: .5em;
    vertical-align: bottom;
}
.optsContainer > .error:first-child + label .shortInfo,
.optsContainer > label:first-child .shortInfo {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}
.optsContainer > .error:first-child + label .shortInfo:before,
.optsContainer > label:first-child .shortInfo:before {
	content:' (';
}
.optsContainer > .error:first-child + label .shortInfo:after,
.optsContainer > label:first-child .shortInfo:after {
	content:')';
}

.optsContainer input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectWrap {
	width: 100%;
	padding: .5em 0;
    padding-left: 1em;
    padding-right: 20px;
	background: #f0d9c2;
    border: none;
	border-bottom: 1px solid #999;
	font-size: 1em;
	line-height: 1.5;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
}
.optsError .error {
	font-size: .8em;
	line-height: 1.33333;
	color: #C00;
	padding: .5em 0;
}
.optsError > .error:first-child + label,
.optsError > label:first-child {
	color: #C00;
}

.optsError input,
.optsError textarea,
.optsError select,
.optsError .selectWrap {
	border-bottom-color: #C00;
}
.optsContainer input:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover {
	border-bottom-color: #666;
}

.optsContainer input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus {
	border-bottom-color: #FF6618;
}

.optsContainer input[type="radio"],
.optsContainer input[type="checkbox"] {
	border: none;
	width: auto !important;
	float: none !important;
}
.optsContainer input[type="radio"] + label,
.optsContainer input[type="checkbox"] + label {
	display: inline;
	padding: 0 0 0 .25em;
	margin: 0;
	text-align: left;
	width: auto;
	cursor: pointer;
}
.optsContainer .optsInline {
	display: inline-block;
	float: left;
	padding: 8px 9px 8px 29px;
	margin: 0 2em 1em 0;
	border-bottom: 1px solid #999;
	cursor: pointer;
	-webkit-transition: border-color .2s, color .2s;
	transition: border-color .2s, color .2s;
}
.optsContainer .optsInline:hover {
	border-bottom-color: #666;
}
.optsContainer .optsInline.optsChecked {
	border-bottom-color: #fff;
	color: inherit;
}
.optsContainer .optsLine {
	display: block;
}
.optsContainer .optsBlock .optsLine {
    position: relative;
    float: none;
    margin: 0;
}
.optsContainer .optsInline input[type="radio"],
.optsContainer .optsInline input[type="checkbox"] {
    position: absolute;
    left: 8px;
    top: 14px;
    line-height: 1;
}
.optsContainer .optsInline input[type="radio"] + label,
.optsContainer .optsInline input[type="checkbox"] + label {
    padding: 0;
}
.optsContainer .selectWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
}
.optsContainer .selectOver {
	position: absolute;
	left: 0;
	top: .5em;
	width: 100%;
	white-space: normal;
	overflow: hidden;
	padding-right: 20px;
    padding-left: 1em;
    color: #4a3b33;
}
.selectOver {
	pointer-events: none;
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: .429em .357em 0 .357em;
	border-color: #4a3b33 transparent transparent;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #666;
}
.optsContainer .selectWrap.focus .selectOver:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #fff;
}
.optsContainer .selectWrap select {
	width: 100%;
	opacity: 0;
	position: relative;
}

.optsContainer > .ipShort {
	float: left;
	width: 25%;
}
.optsContainer > .ipLong {
	float: left;
	width: 70%;
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
	margin-left: 4%;
}

.optsContainer .date {
	position: relative;
}
.optsContainer .date .sprt {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 0;
}
.optsContainer .date input {
	float: none;
	width: 100%;
}

.optsContainer select + .optsLine,
.optsContainer .selectWrap + .optsLine {
	margin-top: 15px;
}

.optsContainer .optsInputLine > label:first-child {
	font-style: italic;
}

.optsRange .optsBlock .date {
	width: 100%;
}
.optsRange .from label,
.optsRange .to label {
	width: 100%;
	text-align: left;
	display: block;
	text-transform: none;
}
.optsRange .to {
	margin-top: 1em;
}

.optsContainer .optsBlock {
	list-style: none;
	padding: 0;
}
fieldset > .optsContainer:first-child,
fieldset > .optsContainerWrap:first-child {
    margin-top: 0;
}
fieldset > .optsContainer:last-child,
fieldset > .optsContainerWrap:last-child {
    margin-bottom: 0;
}

/* Captcha */
.optsCaptcha .captchaImgWrap,
.optsFieldCaptcha .captchaImgWrap {
    margin-top: 10px;
}
.optsCaptcha .optsCaptchaGraphics,
.optsFieldCaptcha .optsCaptchaGraphics {
    width: 100%;
    height: auto;
    display: block;
}
.optsCaptcha .captchaReload,
.optsFieldCaptcha .captchaReload {
    display: block;
    margin-top: 5px;
    cursor: pointer;
}

.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]::placeholder {
    color: transparent;
}


.optsContainer.optsCompact.optsCaptcha input[placeholder]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]::placeholder {
    color: inherit;
    opacity: .5;
}

/* Form Type: BUTTONS */
.btnContainer {
	text-align: center;
}
.btnContainer button {
	min-width: 30%;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
.btnContainer button[type="reset"] {
	position: relative;
	padding-left: 42px;
}
.btnContainer button[type="reset"] .sprt {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -16px;
}
.box .btnContainer button {
	width: 100%;
	box-shadow: none;
	font-size: 1.333em;
	padding-top: 0;
	padding-bottom: 0;
}
@media only screen and (min-width: 480px) {
	.optsRange .from,
	.optsRange .to {
		width: 50%;
		float: left;
		padding-left: .5em;
		padding-right: .5em;
	}
	.optsRange .from {
		padding-left: 0;
	}
	.optsRange .to {
		margin-top: 0;
		padding-right: 0;
	}
	.optsRange .from label,
	.optsRange .to label {
		margin-top: 8px;
        width: auto;
        display: inline-block;
	}

    .optsCaptcha .optsBlock,
    .optsFieldCaptcha .optsBlock {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .optsCaptcha .captchaCode,
    .optsFieldCaptcha .captchaCode {
        margin-right: 20px;
    }
    .optsCaptcha .captchaImgWrap,
    .optsFieldCaptcha .captchaImgWrap {
        margin-top: 0;
    }
}
/*@media only screen and (min-width: 720px) {
	.optsContainer > .error:first-child + label,
	.optsContainer > label:first-child {
		float: left;
		text-align: left;
		width: 30%;
		padding-right: 2em;
		margin-top: 1em;
	}
	.optsContainer > .error:first-child + label .shortInfo,
	.optsContainer > label:first-child .shortInfo {
		display: block;
		padding-top: .5em;
	}
	.optsError .error {
		margin-left: 30%;
	}
	.optsContainer:not(.optsCompact) input,
	.optsContainer:not(.optsCompact) textarea,
	.optsContainer:not(.optsCompact) select,
	.optsContainer:not(.optsCompact) .selectWrap,
	.optsContainer:not(.optsCompact) .optsBlock{
		width: 70%;
		float: right
	}

	.optsContainer .optsBlock {
		margin-right: 0;
	}

	.optsContainer > .ipShort {
		width: 16%;
	}
	.optsContainer > .ipLong {
		width: 44%;
	}
}*/
@media (min-width: 480px) {
    .optsRange .date,
    .optsContainerWrap .ipHalf,
    .optsContainerWrap .ipShort,
    .optsContainerWrap .ipLong {
        width: 50%;
        float: left;
        padding-left: 7px;
        padding-right: 8px;
        margin: 1em 0;
    }
    .optsContainerWrap .ipShort {
        width: 33.33%;
    }
    .optsContainerWrap .ipLong {
        width: 66.66%;
    }

    .optsContainerWrap .ipHalf:first-child,
    .optsRange .from {
        padding-left: 0;
    }
    .optsContainerWrap .ipHalf:last-child,
    .optsRange .to {
        padding-right: 0;
    }
    .optsRange .date.from > .icon {
        right: 17px;
    }
    .optsContainerWrap .ipHalf:last-child > label,
    .optsRange .date.to > label {
        left: 13px;
    }
    .optsRange .date > input,
    .optsRange .date > .input,
    .optsContainerWrap .ipHalf + .ipHalf {
        /*margin-top: 0;*/
    }
}

/*@media (min-width: 720px) {
    .optsContainerWrap .ipLong-md,
    .optsContainerWrap .ipShort-md {
        float: left;
        margin: 0;
    }
    .optsContainerWrap > .ipShort-md {
        width: 25%;
    }
    .optsContainerWrap > .ipLong-md  {
        width: 70%;
        width: calc(75% - 15px);
    }
    .optsContainerWrap > .ipLong-md + .ipShort-md,
    .optsContainerWrap > .ipShort-md + .ipLong-md {
        margin-left: 4%;
        margin-left: calc(15px);
    }
}*/
.optsContainer:not(.optsCompact) .selectWrap select {
    width: 100%;
}
.optsContainer .icon,
.optsContainer .iconBtn {
    position: absolute;
    bottom: 0;
    padding: 0.5em 0;
    margin-top: -.5em;
    line-height: 1.5;
    right: 10px;
    color: #4a3b33;
    z-index: 1;
    background: none;
}
.optsContainer .icon {
    pointer-events: none;
}
.optsContainer .iconBtn .icon {
    pointer-events: auto;
    position: static;
    margin: 0;
}
.optsContainer input,
.optsContainer textarea,
.optsContainer .selectWrap,
.calForm .selectWrap,
.calForm input {
    background: url("../img/more_2.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    padding-left: 1em;
    padding-right: 20px;
}
.calForm .selectWrap .selectOver {
    padding-left: 1em;
    padding-right: 20px;
    color: #4a3b33;
}
.calForm .optsContainer .selectOver:after {
    right: 15px;
}
/* Content: LISTS */
.list .listItem + .listItem {
	margin-top: 2em;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
}
.list .articleImg {
    position: relative;
    overflow: hidden;
}
.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

@media only screen and (min-width: 480px) {
	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 640px) {
	.list .articleImgLeft.imgWidth-42,
	.list .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-42,
	.list .articleImgRight.imgWidth-50 {
		float: right;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-67 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.list .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap {
		margin-left: 41.7%;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 1em;
		margin-left: 75%;
	}

	.list .articleImgRight.imgWidth-75 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap {
		margin-right: 41.7%;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 1em;
		margin-right: 75%;
	}
}

/* Content: GRIDS */
.gridWrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
	margin: 10px -10px 0;
}
.gridWrap .articleGrid {
    padding: 0 10px 20px;
    float: left;
    position: relative;
}

@media only screen and (min-width: 960px) {
    .gridWrap {
        margin: 20px -20px 0;
    }
    .gridWrap .articleGrid {
        padding: 0 20px 40px 20px;
        float: left;
        position: relative;
    }

}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}
.articleGrid .wrap {
    text-decoration: none;
}

.articleGrid .info > :first-child {
	margin-top: 0;
}
.articleGrid .info > :last-child {
	margin-bottom: 0;
}
.articleGrid .headline {
	margin: 0;
    font-size: 1.250em;
}
.articleGrid .articleImg + .textWrap .headline:first-child,
.articleGrid .articleImg + .headline {
    margin-top: 10px;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.articleGrid .imgWrap .caption {
	position: absolute;
	/*display: block;*/
    display: none;
	padding: .5em 1em;
	margin: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	max-width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articleGrid:hover .imgWrap .caption {
	white-space: normal;
	text-overflow: none;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .imgWidth-100 {
	width: 100%;
}
.articleGrid .imgWidth-75 {
	width: 75%;
}
.articleGrid .imgWidth-67 {
	width: 66.7%;
}
.articleGrid .imgWidth-50 {
	width: 50%;
}
.articleGrid .imgWidth-42 {
	width: 41.7%;
}
.articleGrid .imgWidth-33 {
	width: 33.3%;
}
.articleGrid .imgWidth-25 {
	width: 25%;
}
.articleGrid .imgWidth-20 {
	width: 20%;
}
.articleGrid .imgWidth-17 {
	width: 16.7%;
}
.articleGrid .imgWidth-15 {
	width: 15%;
}
.articleGrid .imgWidth-13 {
	width: 12.5%;
}
.articleGrid .imgWidth-10 {
	width: 10%;
}
.articleGrid .imgWidth-5 {
	width: 5%;
}
.articleGrid .imgWidth-75.articleImgLeft,
.articleGrid .imgWidth-67.articleImgLeft,
.articleGrid .imgWidth-50.articleImgLeft,
.articleGrid .imgWidth-42.articleImgLeft,
.articleGrid .imgWidth-33.articleImgLeft,
.articleGrid .imgWidth-25.articleImgLeft,
.articleGrid .imgWidth-20.articleImgLeft,
.articleGrid .imgWidth-17.articleImgLeft,
.articleGrid .imgWidth-15.articleImgLeft,
.articleGrid .imgWidth-13.articleImgLeft,
.articleGrid .imgWidth-10.articleImgLeft,
.articleGrid .imgWidth-5.articleImgLeft {
	float: left;
	padding-right: 20px;
	margin-bottom: 20px;
}
.articleGrid .imgWidth-75.articleImgRight,
.articleGrid .imgWidth-67.articleImgRight,
.articleGrid .imgWidth-50.articleImgRight,
.articleGrid .imgWidth-42.articleImgRight,
.articleGrid .imgWidth-33.articleImgRight,
.articleGrid .imgWidth-25.articleImgRight,
.articleGrid .imgWidth-20.articleImgRight,
.articleGrid .imgWidth-17.articleImgRight,
.articleGrid .imgWidth-15.articleImgRight,
.articleGrid .imgWidth-13.articleImgRight,
.articleGrid .imgWidth-10.articleImgRight,
.articleGrid .imgWidth-5.articleImgRight {
	float:right;
	padding-left: 20px;
	margin-bottom: 20px;
}
.articleImg .articleImgRonny_1,
.articleImg .articleImgRonny_2,
.articleImg .articleImgRonny_3,
.articleImg .articleImgRonny_4,
.articleImg .articleImgRonny_1:after,
.articleImg .articleImgRonny_2:after,
.articleImg .articleImgRonny_3:after,
.articleImg .articleImgRonny_4:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}
.articleImg .articleImgRonny_1:after,
.articleImg .articleImgRonny_2:after,
.articleImg .articleImgRonny_3:after,
.articleImg .articleImgRonny_4:after {
    z-index: 3;
}
/* STREIFEN */
/* N */
.articleImg .articleImgRonny_1 {
    top:0;
    left: 0;
    right: 0;
    height: 37px;
    background-image: url("../img/articleImg_k_n.png");
    background-repeat: repeat-x;
}

/* E */
.articleImg .articleImgRonny_2 {
    right: 0;
    top: 0;
    bottom: 0;
    width: 29px;
    background: url("../img/articleImg_k_e.png") repeat-y;
}
.articleImg .articleImgRonny_3 {
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    background: url("../img/articleImg_k_s.png") repeat-x;
}
.articleImg .articleImgRonny_4 {
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url("../img/articleImg_k_w.png") repeat-y;
}
/* ECKEN */
/* NE */
.articleImg .articleImgRonny_1:after {
    top: 0;
    right: 0;
    height: 50px;
    width: 49px;
    background: url("../img/articleImg_e_ne.png") no-repeat;
}
.articleImg .articleImgRonny_2:after {
    bottom: 0;
    right: 0;
    background: url("../img/articleImg_e_se.png");
    height: 49px;
    width: 49px;
}
.articleImg .articleImgRonny_3:after{
    bottom: 0;
    left: 0;
    background: url("../img/articleImg_e_sw.png");
    height: 100px;
    width: 100px;
}
.articleImg .articleImgRonny_1:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/articleImg_e_nw.png");
    height: 50px;
    width: 51px;
}

@media only screen and (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@media only screen and (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
}

@media only screen and (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
}

/* Modul: EVENTS */
#datePicker .calWrap {
    position: relative;
}
#datePicker .calLoader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    background: rgba(255,255,255,.8) url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
}
.greyBackground #datePicker .calLoader {
    background-color: #f5f6f6;
    background-color: rgba(245,246,246,.8);
}
#datePicker table {
    width: 100%;
    table-layout: fixed;
    line-height: 30px;
}
#datePicker table td {
    text-align: center;
}
#datePicker .calHead a {
    background: #f0d9c2;
    display: block;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    color: #4a3b33;
    margin: 0 auto;
}
#datePicker .calWeekdays {
    font-weight: bold;
}
#datePicker .calWeek span,
#datePicker .calWeek a {
    display: block;
    text-decoration: none;
}

#datePicker .calWeek .today {
    font-weight: bold;
    font-style: italic;
}
#datePicker .calWeek .today a,
#datePicker .calWeek .today span,
#datePicker .calWeek .event_1 a,
#datePicker .calWeek .event_2 a {
    border-radius: 15px;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    color: inherit;
    margin-bottom: 5px;
}
#datePicker .calWeek .today span,
#datePicker .calWeek .today a {
    background: #4a3b33;
}
.greyBackground #datePicker .calWeek .today span,
.greyBackground #datePicker .calWeek .today a {
    background: #4a3b33;
}
#datePicker .calWeek .event_1 a {
    background: #f0d9c2;
    color: #4a3b33;
}
#datePicker .calWeek .event_2 a {
    background: #f0d9c2;
    color: #4a3b33;
}
#datePicker .calWeek .today a:hover,
#datePicker .calWeek .event_1 a:hover,
#datePicker .calWeek .event_2 a:hover {
    background: #f0d9c2;
    color: #000;
}
#calSrc .calForm > .optsContainer:first-child {
    margin-top: 2em;
}
#calSrcTrigger,
#calSrc {
    margin-top: 0;
    margin-bottom: 0;
}
#calSrcSwitch + #calSrc #calSrcTrigger .icon {
    float: right;
}
#calSrcSwitch:checked + #calSrc form {
    max-height: 2000px;
    padding-top: 15px;
    padding-bottom: 0;
}
#calSrc .btnContainer {
    margin-left: -8px;
    margin-right: -7px;
}
#calSrc .btnContainer .btn,
#calSrc .btnContainer button {
    width: 50%;
    width: calc(50% - 15px);
    display: block;
    float: left;
    text-align: center;
    margin: 0 7px 0 8px;
}
#calSrc .btnContainer .btn {
    text-align: left;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#calSrc .btnContainer button:first-child {
    float: right;
}

.event .lightText {
    color: #f0d9c2;
    font-style: italic;
    padding-bottom: 5px;
}
.event .lightText > * + *:before {
    content: ',';
    display: inline-block;
    width: .5em;
}
.event .eventInfo .headline {
    margin-top: 0;
}
.event .eventData .date {
    font-weight: bold;
}
.event .moreBtn {
    margin-top: .5em;
}
.event .eventDataCategory {
    font-weight: normal;
}
.eventDetail .dateText.greyBackground {
    padding: 5px;
    display: block;
}
.eventDetail .dateText .dateFromTxt,
.eventDetail .dateText .dateToTxt {
    font-weight: bold;
}
.eventDetail .dateText a {
    color: inherit;
    text-decoration: none;
}
.eventDetail .dateText a:hover {
    text-decoration: underline;
}

.eventDetail .dateText + h1 {
    margin-top: 0;
    margin-top: .5rem;
}

@media (min-width: 720px) {
    #calSrc form {
        margin-left: -15px;
        margin-right: -15px;
    }
    .event .eventData,
    #calSrc #datePicker {
        float: left;
        width: 33.33%;
        padding: 0 15px;
    }
    .event .eventInfo,
    #calSrc .calForm {
        float: right;
        width: 66.67%;
        padding: 0 15px;
    }
    .event .eventData {
        padding: 5px 15px 0 0;
        text-align: right;
    }
    .event .eventData > * {
        display: block;
        padding-bottom: 5px;
    }
    .event .eventData > * + *:before {
        content: '';
    }
    .event .eventInfo {
        padding-right: 0;
    }
    #calSrc .calForm > .optsContainer:first-child {
        margin-top: 0;
    }
    .eventDetail .dateText.greyBackground {
        padding: 10px 15px;
    }
}
.events.list {
    margin-top: 2em;
}

.accoIntro {
    font-size: 1.2em;
}
.accoLink {
    padding-top: 2em;
}

.attributeList {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: 1px dashed #fff;
    padding-top: 2em;
    text-align: center;
    padding-left: 0;
}
.attributeList i {
    display: block;
    text-align: center;
    font-size: 2em;
}
.accoSpecialFeatures {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.accoSpecialFeatures > div {
    width: 100%;
}



@media (min-width: 720px) {
    .accoSpecialFeatures > div {
        width: 50%;
    }

}
@media (min-width: 960px) {
    #acco_post_article {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 20px -20px;
    }
    #acco_post_article > article {
        padding: 0 20px 40px 20px;
        width: 50%;
    }
    #acco_post_article > article:nth-child(2n+2) {
        border-left: 1px dashed #fff;
    }
}


/* Site: PAGE JUMPS */
.jumper {
	margin: 1em -1em;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	position:absolute;
	right:0;
}
.pagerJumper a {
	padding: 10px 0;
	margin:0 1em;
	display:block;
	float:left;
	width:40px;
	height:40px;
	background: #999;
	color: inherit;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagerJumper a:hover {
	background: #666;
	color: #fff;
}
.pagerJumper a:hover .iconForward {
	background-position: -570px -50px;
}
.pagerJumper a:hover .iconBackward {
	background-position: -530px -50px;
}
.pagerJumper a.aktiv {
	font-weight: bold;
	color: #fff;
	background:#FF6618;
}
.pagerJumper a .sprt {
	display:inline-block;
}
.pages {
	text-align:center;
	border-top: 1px solid #eee;
	padding-top: 1em;
	font-weight: 100;
	margin: 1em 0;
	color: #FFF;
}
.pages > * {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pages a {
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	color: #FFF;
	text-decoration: none;
	max-width: 35%;
	overflow: hidden;
}
.pages a span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}
.pages a.enabled:first-child:after,
.pages a.enabled:last-child:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border-color: transparent #f0d9c2 transparent transparent;
	border-style: solid;
	border-width: .357em .357em .357em 0;
	left: 0;
	top: .357em;
}
.pages a.enabled:last-child:after {
	border-color: transparent transparent transparent #f0d9c2;
	border-width: .357em 0 .357em .357em;
	right: 0;
	left: auto;
}
.pages a.disabled {
	color: #CCC;
	text-decoration: none;
}


/* START NEWS */

.section .article,
.section .sectionHeadline {
    margin-top: 0;
    margin-bottom: 0;
}
.section > .article {
    margin-bottom: 20px;
}
#startEvents .topNews,
#startEvents .moreNews,
#startNews .topNews,
#startNews .moreNews {
    padding: 20px 10px;
}


.section .moreNews .article {
    margin-left: 0;
    margin-right: 0;
}
.section .moreNews .article + .article {
    margin-top: 20px;
}
#startNews .moreNews article > a {
    text-decoration: none;
}

.section.sectionOut {
    color: #4a3b33;
}
.section .moreNews {
    font-size: 16px;
}
.section.sectionOut .moreNews {
    border-top: 2px dotted #4a3b33;
    color: #4a3b33;
}

.section.sectionOut .moreNews .headline {
    font-size: 1.250em;
    font-weight: bold;
    color: #4a3b33;
}
.section.sectionOut .headline a,
.section.sectionOut .moreNews .headline a,
.section.sectionOut .moreNews a {
    color: #4a3b33;
}
.section.sectionOut .headline a {
    color: #fff;
}
.section .moreNews .headline {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
}
.section .articleGrid .articleImg + .headline {
    margin-top: 0;
}

.section .moreNews .headline + * {
    margin-top: 0;
}
#startNews .moreNews .more {
    display: none;
}
.section.sectionOut .headline {
    color: #fff;
}
.section.sectionOut .sectionHeadline,
.section .sectionHeadline {
    font-size: 40px;
    font-weight: 400;
}
.sectionMore a {
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 10px;
}
.section.sectionOut a {
    color: #4a3b33;
}
#startEvents .dateText {
    position: absolute;
    top: 0;
    left: 0;
    background: #f0d9c2;
    color: #4a3b33;
    line-height: 1.1em;
}
#startEvents .moreNews .article {
    padding-left: 60px;
}
#startEvents .dateText {
    margin: 0;
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    left: 15px;
    top:15px;
    display: table;
}

#startEvents .moreNews .dateText {
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
}


#startEvents .dateInner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
}
#startEvents .dateMonth {
    font-size: 18px;
    display: block;
}
#startEvents .moreNews .dateInner {
    font-size: 20px;
}
#startEvents .moreNews .dateMonth {
    font-size: 12px;
}


@media only screen and (min-width: 960px) {
    .section .subSection {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }


    #startNews .topNews {
        padding: 0 20px 0 6%;
        float: right;
        width: 62.5%;
    }
    #startNews #startSupport,
    #startNews .moreNews {
        float: right;
        padding: 0 6% 0 20px;
        width: 37.5%;
        border-top: none;
        border-left: 2px dotted #4a3b33;
    }
    #startNews #startSupport {
        padding: 0 0 0 20px;
    }

    #startNews .topNews .articleImg {
        width: 50%;
        float: left;
    }
}
/* START EVENTS */

@media only screen and (min-width: 960px) {
    #startEvents .topNews {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 1;
        padding: 0 6% 0 20px;
        float: right;
        width: 62.5%;
        border-right: 2px dotted #4a3b33;
    }
    #startEvents .moreNews {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 2;
        padding: 0 20px 0 6%;
        float: left;
        width: 37.5%;
        border-top: none;
    }
}

/* START SHORTLINKS */

#startSupport article .articleImg,
#startSupport article .headline,
#shortLinks article .articleImg,
#shortLinks article .headline {
    text-align: center;
    word-wrap: unset;
}
#startSupport article .articleImg + .headline/*,
#shortLinks article .articleImg + .headline*/ {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*#shortLinks article .articleImg + .headline {
    padding: 0 10px 20px;
}

@media only screen and (min-width: 960px) {
    #shortLinks article .articleImg + .headline {
        padding:  0 20px 40px 20px;
    }
}*/
#startSupport .articleGrid .imgWrap,
#startSupport article .headline a,
#shortLinks .articleGrid .imgWrap/*,
#shortLinks article .headline a*/ {
    display: inline-block;
    width: calc(65% + 10px);
    padding-bottom: 65% !important;
    position: relative;
    border-radius: 50%;
    color: #4a3b33;
    word-wrap: break-word;
    border: 5px solid #f0d9c2;
}
#startSupport article .headline a/*,
#shortLinks article .headline a*/ {
    background: #f0d9c2;
}

#startSupport article .articleImg + .headline a/*,
#shortLinks article .articleImg + .headline a*/ {
    background: rgba(0,0,0,0.2);
    color: #fff;
    text-shadow: 0px 1px 4px #000;
    transition: background 0.2s;
}
#startSupport article .articleImg + .headline a:hover/*,
#shortLinks article .articleImg + .headline a:hover*/ {
    background: rgba(0,0,0,0);
}

#startSupport article .headline span/*,
#shortLinks article .headline span*/ {
    background: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    transform: translateY(-50%);
}
#startSupport .articleImg .articleImgRonny_1,
#startSupport .articleImg .articleImgRonny_2,
#startSupport .articleImg .articleImgRonny_3,
#startSupport .articleImg .articleImgRonny_4,
#shortLinks .articleImg .articleImgRonny_1,
#shortLinks .articleImg .articleImgRonny_2,
#shortLinks .articleImg .articleImgRonny_3,
#shortLinks .articleImg .articleImgRonny_4 {
    display: none;
}
.articleGrid.tax_hasGridIcon .headline {
    text-align: center;
}
.articleGrid.tax_hasGridIcon .gridIcon {
    text-align: center;
}
.articleGrid.tax_hasGridIcon .gridIcon > * {
    display: inline-block;
    padding: 20px;
    font-size: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #f0d9c2;
    color: #4a3b33;
    margin-bottom: 10px;
}


/* Modul: SHOP */
#cartProcessWrap {
    margin:2em 15px;
}
#cartProcess {
    margin:0;
    padding:0 !important;
    list-style:none;
    display:table;
    width:100%;
    border-collapse:separate;
}
#cartProcess li {
    padding:5px !important;
    display:table-cell;
    height:50px;
    text-align:center;
    vertical-align:middle;
    background:#f0d9c2;
    border-bottom:5px solid #f0d9c2;
    color: #4a3b33;
}
#cartProcess li:before {
    display:none !important;
}
#cartProcess li.active {
    border-bottom-color: #4a3b33;
}
#cartProcess.coupon li.active {
    background:#ffd744;
    font-size:2em;
    padding:20px;
}
#cartProcess li a {
    display:inline-block;
    text-decoration:none;
    color: #4a3b33;
}
#cartProcess.coupon li.active a {
    color:#fff;
}
#cartProcess li [class^="icon"] {
    margin-right:5px;
}
@media (max-width: 719px) {
    #cartProcessWrap {
        margin:2em 15px;
    }
    #cartProcess li {
        position:relative;
        counter-increment: section;
    }
    #cartProcess li span:not([class^="icon"]) {
        display:none;
    }
    #cartProcess li:not(.icon) a:after { content:counter(section); }
    #cartProcess li.active {
        width:40%;
    }
    #cartProcess li.active span {
        display:block;
    }
    #cartProcess li.active a:after {
        display:none;
    }
}
@media (min-width: 960px) {
    #cartProcessWrap {
        margin:2em 0;
    }
}
.priceRow .price,
.priceAllBrutto .price {
    display:inline-block;
}

.cart .price,
.cart .priceAll,
.priceAllBrutto .price {
    white-space:nowrap;
}
.priceRow {
    padding:8px 5px;
}
.priceAllBrutto {
    font-weight:bold;
    border-top:2px solid #fff;
    padding:10px 5px;
}
.cart .count > span,
.cart .count input {
    display:inline-block;
    width:45px;
    text-align: center;
    border: 1px solid #eee;
    padding: 5px;
}
.cart .count .productDel {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    padding: 5px;
    background: #4a3b33;
    vertical-align: bottom;
}
.cart .count .productDel span {
    white-space: nowrap;
}
@media (max-width: 719px) {
    .cart .cart_row_head {
        display:none;
    }
    .cart .cart_row_body {
        position:relative;
        padding:8px 5px;
    }
    .cart .cart_row_body + .cart_row_body {
        border-top: 1px solid #fff;
    }

    /*.cart .cart_row_body:nth-child(2n+1) {
        background:#f9f9f9;
        background: -moz-linear-gradient(left, rgba(249,249,249,0) 0%, rgba(249,249,249,1) 50%, rgba(249,249,249,0) 100%);
        background: -webkit-linear-gradient(left, rgba(249,249,249,0) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,0) 100%);
        background: linear-gradient(to right, rgba(249,249,249,0) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,0) 100%);
    }*/
    .cart_row_body:before,
    .cart_row_body:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .cart_row_body:after {
        clear: both;
    }

    .cart .cart_column.count {
        position:absolute;
        bottom:8px;
        left:5px;
        width:75px;
    }
    .cart .cart_column.count input {
        width:45px
    }
    .cart .cart_column.count + .cart_column {
        width:100%;
        float:left;
    }
    .cart .price {
        padding-left:80px;
        clear:left;
    }
    .cart .count .productDel {
        display: inline-block;
        vertical-align: bottom;
    }
    .cart .productDel span:not([class^="icon"]) {
        display: none;
    }
    .cart .price,
    .cart .priceAll {
        width:50%;
        float:left;
        padding-bottom: 5px;
    }
    .cart .priceAll {
        text-align:right;
    }
    .cart .name {
        font-weight:bold;
        padding-bottom:8px;
    }
    #cartAside .cart .priceAll {
        width:100%;
    }
}
@media (min-width: 720px) {

    .cart {
        display:table;
        width:100%;
    }
    .cart .cart_row {
        display:table-row;
    }
    .cart .cart_row_body .cart_column {
    }
    .cart .cart_row_body + .cart_row_body .cart_column {
        border-top:1px solid #f0f0f0;
    }
    .cart .cart_column {
        display:table-cell;
        padding:6px 5px;
    }
    .cart .cart_row_head .cart_head {
        font-weight:bold;
        background: #4a3b33;
        color:#fff;
        padding:10px 5px;
    }
    .cart .price,
    .cart .priceAll,
    .priceShipping .price,
    .priceAllBrutto .price {
        width:20%;
        text-align:right;
    }
}
#cartAside {
    padding:10px;
    background:#fff;
    margin: 10px 0;
}
#cartAside .cart {
    margin-left:-5px;
    margin-right:-5px;
}

#cartAside .btn {
    display: block;
    text-align:center;
    line-height:20px;
    color:#fff;
    padding-top:10px;
    padding-bottom:10px;
    margin :0 -10px -10px -10px;
}
#cartAside a {
    display: inline;
}

#cartAside .cart .cart_row_body:nth-child(2n+1) {
    background:#f9f9f9;
    background: -moz-linear-gradient(left, rgba(249,249,249,0) 0%, rgba(249,249,249,1) 50%, rgba(249,249,249,0) 100%);
    background: -webkit-linear-gradient(left, rgba(249,249,249,0) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,0) 100%);
    background: linear-gradient(to right, rgba(249,249,249,0) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,0) 100%);
}
#cartClose,
#cartBackground,
#cartSwitch {
    display:none;
    opacity:0;
}
#cartTrigger {
    display:block;
    cursor:pointer;
}
@media (max-width: 959px) {
    #cartAside {
        position:fixed;
        right:0;
        top:0px;
        z-index:100;
        margin:0;
        padding:0;
        transition:margin-top .2s;
        background:none;
    }
    #header.fixedShow + #main #cartAside {
        margin-top:60px;
    }
    #cartSwitch:checked + #cartAside #cartBackground {
        display:block;
        position:fixed;
        top:0;
        bottom:0;
        left:0;
        right:0;
        background:rgba(0,0,0,0.5);
        opacity:1;
    }
    #cartTrigger {
        position:absolute;
        right:0;
        line-height:60px;
        font-size:24px;
        width:60px;
        text-align:center;
        background:#37454b;
        color:#fff;
    }
    #stoerer + #wrapper #cartTrigger {
        top:60px;
    }
    #cartTrigger span:not([class^="icon"]) {
        display:none;
    }
    #cartFixed {
        position:fixed;
        top:0;
        left:0;
        margin-top:50px;
        transition:all 0.3s;
        right: 0;
        width:100%;
        height:100%;
        opacity:0;
        visibility:hidden;
        overflow:auto;
        z-index:101;
    }
    #cartSwitch:checked + #cartAside > #cartFixed {
        margin-top:0;
        opacity:1;
        visibility:visible;
    }
    #cartAside #cartWrapper {
        position:relative;
        margin:15px 15px 0 15px;
        padding:15px;
        width:auto;
        background:#fff;
    }
    #cartAside .btn {
        margin:0 15px 15px 15px;
    }
    #cartClose {
        display:block;
        opacity:1;
        position:absolute;
        right:15px;
        top:15px;
        padding:10px;
        line-height: 20px;
        font-size:20px;
        width: 40px;
        text-align: center;
        z-index:1;
        cursor:pointer;
    }

}


#cart_payments .payment > input {
    display:none;
}
.payment > label {
    margin:0 0 16px 0;
    padding:16px;
    display:block;
    background: none;
    cursor:pointer;
    position:relative;
}
.payment > label * {
    margin:0;
}
.payment > input[type="radio"]:checked + label {
    background:#f5f6f6;
}
.payment > input[type="radio"] + label:after {
    font-family:'fontello';
    font-size:20px;
    content:'\e82a';
    display:block;
    position:absolute;
    top:8px;
    right:8px;
    color:#ddd;
}
.payment .imgRight {
    float:right;
    margin:0 16px 16px 16px;
    font-size:50px;
    line-height: 50px;
}
.payment .radioLabel.active .imgRight,
.payment .optsChecked .imgRight {
    color:#0093d2;
}
.aleft {
    text-align:left;
}
.aright {
    text-align:right;
}
.optsContainer > .error:first-child + label.label_100, .optsContainer > label.label_100:first-child {
    width:100%;
    float:none;
}
.productConfirmation .optsContainer {
    margin:0 !important;
}
.articleGrid.productPayment.gridWidth_50:nth-child(2n) {
    border-top:1px solid #ccc;
}
.articleGrid.productPayment .payments {
    margin-top:1em;
}
.article .productShipping {
    position:relative;
    padding-bottom:15px;
}
@media (min-width: 640px) {
    .articleGrid.productPayment.gridWidth_50:nth-child(2n) {
        border-top:none;
        border-left:1px solid #ccc;
    }
    .productShipping .button,
    .articleGrid.productShipping .button,
    .articleGrid.productPayment .button {
        position:absolute;
        bottom:0;
        right:0px;
    }
    .articleGrid.productShipping .button,
    .articleGrid.productPayment .button {
        right:15px;
    }
}
.productForm {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: url("../img/more_2.svg");
    background-size: 100% 100%;
    margin:0 -20px;
}
.article .productForm {
    clear:both;
}
.articleGrid .productForm {
    margin:0;
    padding-bottom: 10px;
}
.productForm .shop_preis {
    width:40%;
    float:left;
    padding:20px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #4a3b33;
}
.articleGrid .productForm .shop_preis {
    padding:10px;
}
.productForm .shop_preis strong {
    display:block;
    font-size:1.5em;
}

.productForm label {
    display:block;
    font-size:0.8em;
    color: #4a3b33;
}
.productForm .product_mwst {
    display:block;
    font-size:0.8em;
}
.productForm .product_mwst a {
    color: inherit;
}
.articleGrid .productForm .product_mwst {
    padding:0 8px;
}
.articleGrid .productForm .product_mwst {
    float:none;
    clear:both;
}
.productForm .shop_preis .product_shippingTime,
.productForm .shop_preis .product_weight {
    display:block;
    font-size:0.9em;
}

.productForm .shop_auswahl {
    float:right;
    padding:8px;
    width:60%;
}
.productForm  .buttonWrap {
    padding:20px;
    clear:both;
    float:none;
    width:auto;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
}
.articleGrid .productForm  .buttonWrap {
    padding:10px;
}
@media (min-width: 640px) {
    .article .productForm  .buttonWrap {
        clear:none;
        float:right;
        width:60%;
    }
}
.productForm .buttonWrap > div {
    padding-left:50px;
    position:relative;
}
.productForm .shop_auswahl select {
    height:40px;
    max-width:100%;
    width:100%;
}
.productForm .buttonWrap .shop_anzahl {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:50px;
    margin:0px;
}
.productForm .buttonWrap button {
    width:100%;
    background: #4a3b33;
    color:#fff;
    padding-top:10px;
    padding-bottom:10px;
}
.productForm .buttonWrap .shop_anzahl label {
    display:none;
}
.productForm .buttonWrap .shop_anzahl input {
    height:100%;
    width:100%;
    padding:0 5px;
    text-align:center;
}
#productList .articleGrid .info {
    position:relative;
    margin:0;
    padding:16px;
}
#productList .article h2 {
    margin-top:0;
}
#productList .articleGrid .textWrap {
    position:relative;
}
#productList .articleGrid .expand {
    display:none;
}
#productList .articleGrid .expand:checked + .textWrap {
    max-height:10000px;
    -webkit-transition: max-height .3s cubic-bezier(1,0,1,0);
    transition: max-height .3s cubic-bezier(1,0,1,0);
}
#productList .articleGrid label[name=expand] {
    position:absolute;
    cursor:pointer;
}
#productList .articleGrid label[name=expand] {
}
#productList .articleGrid .expand:checked + .textWrap + label[name=expand] span {
    transform:rotate(180deg);
}
.optsContainer.opts_street,
.optsContainer.opts_number {
    margin-top:1em;
}
.optsContainer.opts_street {
    width:80%;
}
.optsContainer.opts_number {
    width:20%;
    width:calc(20% - 10px);
    margin-left:calc(10px);
}
#cartNavi {
    margin-bottom:1em;
}
@media (max-width: 959px) {
    #cartNavi {
        margin-left:15px;
        margin-right:15px;
    }
}
#cartNavi .left {
    float: left;
}
#cartNavi .right {
    float: right;
}

.tableWrap {
    width: 100%;
    overflow: auto;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
