/**************************************************************
 *
 *   Reset some values
 *
 **************************************************************/

*  { margin:0; padding:0; border:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; }

a:focus { outline:none; }

ul { margin-bottom:0; }
li { margin-left:1.25em; }
.navi { margin-bottom:0; }
.navi li { list-style:none; margin-left:0; }

table { border-collapse:collapse; border-spacing:0; }
table caption { display:none; }
th { text-align:left; vertical-align:top; }
td { vertical-align:top; }

fieldset { border:none; }
option { padding-left:1em; }

iframe { border:none; }

address { margin-bottom:0; font-style:normal; }

img { max-width:100%; height:auto; }
figure { display:block; width:100%; }

/* Responsive images */
.csc-textpic-center .csc-textpic-center-outer,
.csc-textpic-center .csc-textpic-center-inner { position:static; left:0; float:none; width:100%; overflow:hidden; }

.csc-textpic.csc-textpic-left .csc-textpic-imagewrap,
.csc-textpic.csc-textpic-right .csc-textpic-imagewrap { float:none; }

.csc-textpic.csc-textpic-center .csc-textpic-imagewrap .csc-textpic-image,
.csc-textpic.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-image,
.csc-textpic.csc-textpic-left .csc-textpic-imagewrap .csc-textpic-image { display:block; }

.csc-textpic.csc-textpic-left .csc-textpic-caption,
.csc-textpic.csc-textpic-right .csc-textpic-caption,
.csc-textpic.csc-textpic-center .csc-textpic-caption { display:block; margin-top:0.25em; }

.main .csc-textpic.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
.main .csc-textpic.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { width:32%; }
.main .csc-textpic.csc-textpic-intext-left-nowrap .csc-textpic-text { margin-left:36%; }
.main .csc-textpic.csc-textpic-intext-right-nowrap .csc-textpic-text { margin-right:36%; }

.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; }
.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagecolumn { width:100%; margin-right:3%; }
.csc-textpic .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn { width:47%; }
.csc-textpic .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn { width:30%; }
.csc-textpic .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn { width:22%; }

.csc-textpic.csc-textpic-center .csc-textpic-image img { margin:0 auto; }

@media only screen and (max-width:650px) and (orientation:portrait),
only screen and (max-width:800px) and (orientation:landscape) {
    div.csc-textpic .csc-textpic-imagewrap {
        float: none;
    }
    div.csc-textpic .csc-textpic-text {
        margin: 0;
    }
}

/* TYPO3 messages */
.typo3-messages { max-width:800px; margin-left:auto; margin-right:auto; padding:0; margin-bottom:1.25em;
    box-shadow:0 0 10px 4px rgba(0,0,0,0.2);
    background-position:10px 12px; background-repeat:no-repeat;  }
.typo3-messages .alert { padding:1em 1em 1em 3em; border:1px solid transparent; border-radius:3px; }
.typo3-messages h4 { margin-top:0; margin-bottom: 1em; color:inherit; font-size:18px; }
.typo3-messages .alert-link { font-weight:bold; }
.typo3-messages > p,
.typo3-messages > ul { margin-bottom: 0; line-height: 140%; }
.typo3-messages > p + p { margin-top:0.5em; }
.typo3-messages a { color:inherit; text-decoration:underline; }
.typo3-messages .media { margin:0; }
.typo3-messages .media .fa-stack > .fa:first-child { opacity:0.2; filter:alpha(opacity=20); }
.typo3-messages .media-body { vertical-align:middle; }
.typo3-messages .message-header { font-weight:bold; margin-bottom:9px; }
.typo3-messages ul,
.typo3-messages ol { padding-left:1em; }
.typo3-messages .message-header { display:block; }
.typo3-messages .t3-icon-actions-message-close { cursor:pointer; float:right; }
ul.typo3-messages > li { margin-bottom:10px; list-style:none; margin-left:0; font-size:0.85em;}
ul.typo3-messages > li:last-child { margin-bottom:0; }
.typo3-messages a { text-decoration:underline; }
.alert-notice { color:#777; background-color:#f6f7fa; background-image:url('../../typo3/sysext/icons/gfx/notice.png'); border-color:#c2cbcf; }
.alert-notice a { color:#777; }
.alert-info { background-color:#6daae0; border-color:transparent; color:#ffffff; background-image:url('../../typo3/sysext/icons/gfx/information.png'); }
.alert-info hr { border-top-color:rgba(0,0,0,0); }
.alert-infon .alert-link { color:#e6e6e6; }
.alert-info a { color:#4c73a1; }
.alert-success { background-color:#79a548; border-color:transparent; color:#ffffff; background-image:url('../../typo3/sysext/icons/gfx/ok.png'); }
.alert-success hr { border-top-color:rgba(0,0,0,0); }
.alert-success .alert-link { color:#e6e6e6; }
.alert-success a { color:#3b7826; }
.alert-warning { background-color:#e8a33d; border-color:transparent; color:#ffffff; background-image:url('../../typo3/sysext/icons/gfx/warning.png'); }
.alert-warning hr { border-top-color:rgba(0,0,0,0); }
.alert-warning .alert-link { color:#e6e6e6; }
.alert-warning a { color:#9e7d4a; }
.alert-danger { background-color:#c83c3c; border-color:transparent; color:#ffffff; background-image:url('../../typo3/sysext/icons/gfx/error.png'); }
.alert-danger hr { border-top-color:rgba(0,0,0,0); }
.alert-danger .alert-link { color:#e6e6e6; }
.alert-danger a { color:#aa0225; }



/**************************************************************
 *
 *   Layout
 *
 **************************************************************/

/* die Seite begrenzen und  zentrieren; */
#outerWrapper,
#footer {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.backendlayout-pagets__6 #border-wrapper,
.backendlayout-pagets__6 #footer,
.backendlayout-6 #border-wrapper,
.backendlayout-6 #footer {
    max-width: 1400px;
}

/* Header */
#header {
    position: relative;
    width: 100%;
    height: 270px;
    z-index: 100;
}
.backendlayout-pagets__7 #header {
    height: 200px;
}
.backendlayout-pagets__8 #header {
    height: 200px;
}
.backendlayout-pagets__12 #header {
    height: 130px;
}

#printnavi { display:none; }
#metaNavi { float:right; }

/* Logo */
#logo {
    position: absolute;
    top: 48px;
    left: 63px;
    z-index: 150;
    margin: 0;
}
#logo img {
    max-width: 320px;
    max-height: 70px;
}
.logo-print {
    display: none;
}
#toggleMainNavi {
    visibility: hidden;
}

/* action navi */
#actionNavi {
    clear: both;
    float: right;
    margin-top: 78px;
}

/* Main navi */
#mainNavi {
    position: relative;
    z-index: 0;
}
#additionMobileNavi {
    display: none;
}

/* Breadcrumbs navi */
#breadcrumbsNavi {
    margin-top: 1em;
    margin-left: 17px;
}

/* Content */
.content {
    width: 100%;
    min-height: 300px;
    padding-bottom: 20px;
    overflow: hidden;
}
.content.flex {
    display: flex;
    justify-content: space-between;
}

.topvisual {
    margin-bottom: 2.25em;
}

.subnavi {
    min-height: 200px;
    margin: 0;
}
.main {
    height: 90%;
    min-height: 600px;
    padding: 0 3%;
}
.aside {
    min-height: 200px;
    margin-right: 3%;
}

.content.flex .subnavi {
    flex: 1 1 20%;
}
.content.flex .main {
    flex:1 1 51%;
}
.content.flex .aside {
    flex:1 1 20%;
}

/* float kann weg */
.content.float .subnavi {
    float: left;
    width: 20%;
}
.content.float .main {
    float: left;
    width: 51%;
}
.content.float .aside {
    float: left;
    width: 20%;
}
.content .clearer {
    clear: both;
    height: 30px;
}

@media only screen and (max-width: 950px) {
    #header {
        height: auto;
    }
    #logo {
        left: 3%;
    }
    .main {
        flex: 1 1 71%;
    }
}
@media only screen and (max-width:650px) and (orientation:portrait),
only screen and (max-width:800px) and (orientation:landscape) {
    /* mobile navi */
    #logo {
        top: 1.5em;
        left: 1.5em;
    }
    #mainNaviWrapper {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        width: 100%;
    }
    #toggleMainNavi {
        visibility: visible;
        position: absolute;
        top: 1.5em;
        right: 1.5em;
        cursor: pointer;
        z-index: 200;
        width: 28px;
        height: 28px;
        background: #004079 url('../Icons/icon_toggleMainnavi.png') center center no-repeat;
        text-indent: -9999px;
    }
    /* mobile navi */
    #additionMobileNavi  {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    #additionMobileNavi li {
        margin: 0 0.5em;
    }
    .content.flex {
        flex-wrap: wrap;
    }
    .content.flex .main {
        flex: 1 1 94%;
        padding-right: 3%;
        max-width: 100%;
    }
    .content.flex .aside {
        flex: 1 1 50%;
        margin: 0 auto;
        max-width: 75%;
        min-width: 280px;
        padding: 2em 0;
    }
    #contentmenu { width:94% !important; margin:0 3% !important; text-align:left !important; }
}


/* Startseite */
.backendlayout-pagets__4 .main {
    padding-left: 3%;
}
.backendlayout-pagets__4 .content.flex .main {
    flex:1 1 74%;
}
.backendlayout-pagets__4 .content.float .main {
    float: left;
    width: 74%;
}

#slider {
    margin-bottom: 2.25em;
    margin-left: -4.27%;
}

@media only screen and (max-width: 950px) {
    .backendlayout-pagets__4 #slider {
        margin-left: 0;
    }
}


/* Standardseite ohne rechte Spalte */
.backendlayout-pagets__6 .content.flex .main {
    flex: 1 1 74%;
}
.backendlayout-pagets__6 .content.float .main {
    float: left;
    width: 74%;
}
.backendlayout-pagets__6 .aside  {
    display: none;
}

@media only screen and (max-width: 950px) {
    .backendlayout-pagets__6 .main {
        flex: 1 1 94%;
    }
}



/* Formularseite (Standardseite ohne linke Spalte) */
.backendlayout-pagets__7 .subnavi {
    display: none;
}
.backendlayout-pagets__7 .content.flex .main {
    flex:1 1 71%;
}
.backendlayout-pagets__7 .content.float .main {
    float: left;
    width: 71%;
}

@media only screen and (max-width: 950px) {
    .backendlayout-pagets__7 #content {
        flex-wrap: wrap;
    }
    .backendlayout-pagets__7 #aside {
        flex: 1 1 50%;
        margin: 0 auto;
        max-width: 75%;
        min-width: 280px;
        padding: 2em 0;
    }
}


/* Seite für HTML-Newsletter */
.backendlayout-pagets__8 .main {
    width: auto;
    margin-left: 60px;
}

/* Formularseite ohne rechte Spalte */
.backendlayout-pagets__12 .subnavi {
    display: none;
}
.backendlayout-pagets__12 .main {
    margin: 0 3%;
}
.backendlayout-pagets__12 .content.flex .main {
    flex: 1 1 94%;
}
.backendlayout-pagets__12 .content.float .main {
    float: left;
    width: 94%;
}
.backendlayout-pagets__12 .aside {
    display: none;
}



/* Footer */
.contentmenu { clear:both; height:50px; width:54%; margin-top:10px; margin-left:21%; padding-top:15px; border-top:1px solid #606060; list-style:none; text-align:right; }

#footer { padding-left:6px; padding-right:6px;  padding-top:30px; background-color:#f1f0ef; }
#sitemapWrapper {
    margin-left: 20px;
}
#sitemap { padding-bottom:30px; background:url('../Icons/bg_footer-line.gif') no-repeat bottom #f1f0ef; background-size:auto; }
#impressum { margin:20px 6px; color:white; text-align:center; }
#impressum div.ce-bodytext p  { padding-top:10px; padding-bottom:10px; background:url('../Icons/bg_footer.gif') repeat-x; background-size:cover; }
#impressum-print { display:none; }
#impressum a { color:white; }
#breadcrumbsBottomNaviWrapper {
    margin-left: 20px;
}
#search { float:right; }

@media only screen and (max-width: 950px) {
    #sitemap > li {
        width: 24%;
    }
    #sitemap > li:nth-child(5) {
        clear: left;
    }
}
@media only screen and (max-width:650px) and (orientation:portrait),
only screen and (max-width:800px) and (orientation:landscape) {
    #footer {
        display: none;
    }
    #sitemapWrapper {
        display: none;
    }
}



/* Metanavi */
.metaNavi {
    margin-right: 20px;
    padding-top: 0.5em;
    font-size: 0.875em;
}
.metaNavi li {
    display: inline-block;
    border-left: 1px solid #678181;
}
.metaNavi li:first-child {
    border-left: none;
}
.metaNavi li a {
    display: block;
    padding: 2px 5px;
    color: #202020;
    text-decoration: none;
}
.metaNavi li.active a {
    color: #aca958;
}
#login { display:none; }

@media (hover: hover) and (pointer: fine) {
    .metaNavi li:hover a {
        background-color: #dfe4e4;
    }
    .metaNavi.level1 li:hover #login {
        display: block;
        position: absolute;
        padding: 2px;
        border: 1px solid #dfe4e4;
        background-color: #f8f8f8;
        z-index: 20;
    }
}

/* Actionnavi */
.actionNavi li {
    display: inline-block;
    margin-bottom: 0;
    background-color: #adb71f;
    border-left: 1px solid white;
    font-size: 1.125em;
}
.actionNavi li a {
    display: block;
    padding: 0.5em 1.0em;
    color: white;
    font-weight: 600;
}
.actionNavi li.active {
    background-color: #9da70f;
}
@media (hover: hover) and (pointer: fine) {
    .actionNavi li:hover {
        background-color: #9da70f;
    }
}




/* Breadcrumbs */
.breadcrumbsNavi {
    clear: both;
}
.breadcrumbsNavi li {
    display: inline-block;
    font-size: 0.75em;
}
.breadcrumbsNavi li a {
    color: #a0a0a0;
    padding: 0.125em;
}
.breadcrumbsNavi li a::after {
    content: " > ";
    padding-left: 4px;
}
.breadcrumbsNavi li:last-child a {
    color: #aca958;
}
.breadcrumbsNavi li:last-child a::after {
    content: "";
}





/* Main navi level 1 */
.mainNavi {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 2.0675em;
    clear: both;
    background:url('../Icons/bg_mainmenu-line.gif') repeat-y top;
    background-size: 100% auto;
}
.mainNavi > li {
    height: 45px;
}
.mainNavi > li.empty {
    flex-grow: 10;
}
.mainNavi > li > a {
    display: block;
    padding: 0.25em 0.5em;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 1px;
    background-color: white;
    color: #202020;
    font-size: 0.875em;
    text-decoration: none;
    white-space: nowrap;
}
.mainNavi > li.home {
    margin-left:0;
}
.mainNavi > li.home > a {
    padding: 4px 15px 0 15px;
}
.mainNavi > li.home img {
    width: 21px;
    min-width: 21px;
}
.mainNavi > li.active > a {
    border-top: 1px solid #798989;
    background-color: #798989;
    color: white;
    text-decoration: underline;
}
.mainNavi > li.show-arrow {
    background: url('../Icons/bg_mainnavi-level1-active.png') center 35px no-repeat;
}
.mainNavi > li.show-arrow > a {
    background-color: #dfe4e4;
}
.mainNavi > li.active.show-arrow > a {
    border-top: 1px solid #798989;
    background-color: #798989;
    color: white;
    text-decoration: underline;
}

/* Main navi level 2  */
.mainNavi .level2-wrap {
    position: absolute;
    left: 5%;
    top: 45px;
    width: 90%;
    height: auto;
    min-height: 0;
    max-height: 0;
    z-index: 100;
    overflow: hidden;
    background-color: #798989;
    box-shadow:0 20px 50px #888;
    transition: max-height 400ms ease-out 50ms;
}
.closeMainNavi {
    padding: 16px 16px 0 0;
    font-size: 2em;
    color: white;
    text-align: right;
    cursor: pointer;
}
.mainNavi .level2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 20px 50px;
}
.mainNavi .level2 > li {
    flex:1 1 48%;
    margin: 0 1% 2em 1%;
    color: white;
    font-family: Times,serif;
}
.mainNavi .level2 > li > a {
    display: block;
    padding: 0;
    color: white;
    font-size: 1.5em;
    text-decoration: none;
}
.mainNavi .level2 > li > a > i {
    display: none;
}
.mainNavi .level2 .link-description {
    margin-top: 1.25em;
    font-family:"Open Sans", sans-serif;
    font-size: 0.75em;
}
.mainNavi .level2 .link-description a {
    color: white;
    text-decoration: none;
}
.mainNavi .level2 > li.active > a,
.mainNavi .level2 > li.active .link-description,
.mainNavi .level2 > li.active .link-description a {
    color: #ff6;
}

/* Main navi level 3 */
.mainNavi ul.level3 {
    display:flex;
    flex-wrap:wrap;
    list-style: none;
    line-height: 1.3;
    margin-top: .75em;
    margin-bottom: 1.5em;
}
.mainNavi ul.level3 > li {
    flex: 1 1 50%;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
}
.mainNavi ul.level3 > li > a {
    display: block;
    position: relative;
    padding-right: 2em;
    padding-left: 1em;
    color: white;
    font-size: 0.875em;
    text-decoration: none;
}
.mainNavi ul.level3 > li > a > i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding:0.375em 0.5em 1em 0;
}
.mainNavi ul.level3 > li.active > a {
    color: #ff6;
}

@media (hover: hover) and (pointer: fine) {
    .mainNavi > li.empty:hover > a {
        /*background-color: white;*/
    }
    /* Main navi show level2-wrap on hover */
    .mainNavi > li:hover .level2-wrap {
        display: block;
        max-height: 1500px;
    }
    /* Main navi level2 hover */
    .mainNavi .level2 > li:hover > a,
    .mainNavi .level2 > li:hover .link-description,
    .mainNavi .level2 > li:hover .link-description a {
        color: #ff6;
    }
}


/*  Submenu  */
.subnavi ul.level2 > li { margin-bottom:1px; }
.subnavi .level2 > li > a {
    display: block;
    margin-bottom: 0;
    padding: 0.625em 0.5em 0.625em 1.25em;
    background-color: #e4e7e7;
    color: #606060;
    font-size: 0.875em;
    font-weight: 600;
    text-decoration: none;
    line-height: 140%;
}
.subnavi .level2 > li.active > a {
    background-color: #798989;
    color: white;
}

.subnavi ul.level3 {
    margin-bottom: 0;
}
.subnavi ul.level3 > li {
    margin-bottom: 0;
}
.subnavi .level3 > li > a {
    display: block;
    margin-bottom: 0;
    padding: 0.625em 0.5em 0.625em 1.25em;
    background-color: #a9baba;
    color: #202020;
    font-size: 0.875em;
    text-decoration: none;
}
.subnavi .level3 > li.active > a {
    text-decoration: underline;
}

.subnavi ul.level4 {
    margin-bottom: 0;
}
.subnavi ul.level4 > li {
    margin-bottom: 0;
    border-bottom: 1px solid #a9baba;
}
.subnavi .level4 > li > a {
    display: block;
    margin-bottom: 0;
    padding: 0.625em 0.5em 0.625em 2.5em;
    background-color: #c9d0d0;
    color: #202020;
    font-size: 0.75em;
    text-decoration: none;
}
.subnavi .level4 > li:last-child > a {
    border-bottom: none;
}
.subnavi .level4  > li.active > a {
    text-decoration: underline;
}

.subnavi ul.level5 {
    margin-bottom: 0;
}
.subnavi ul.level5 > li {
    margin-bottom: 0;
}
.subnavi .level5 > li > a {
    display: block;
    margin-bottom: 0;
    padding: 0.375em 0.5em 0.375em 3.75em;
    background-color: #c9d0d0;
    color: #202020;
    font-size: 0.75em;
}
.subnavi .level5 > li.active > a {
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .subnavi .level2 > li > a:hover {
        background-color: #798989;
        color: white;
    }
    .subnavi .level3 > li > a:hover,
    .subnavi .level4 > li > a:hover,
    .subnavi .level5 > li > a:hover {
        text-decoration: underline;
    }
}





/* Sitemap */
.sitemapWrapper {
    overflow:hidden;
}
.sitemap {
    display: flex;
}
.sitemap.level1 > li {
    flex: 1 1 19%;
    margin-right: 1%;
    font-size: 0.875em;
    font-weight: bold;
}
.sitemap.level1 > li:last-child {
    margin-right: 0;
}
.sitemap a {
    color: #202020;
    text-decoration: none;
}
.sitemap ul.level2 {
    margin-top: 20px;
}
.sitemap ul.level2 > li {
    padding: 0.25em 0;
    font-weight: normal;
    line-height: 130%;
}




/* Breadcrumbs navi at page bottom */
.breadcrumbsBottomNaviWrapper {
    height: 2em;
    margin-top: 2em;
    font-size: 0.75em;
}
.breadcrumbsBottomNaviWrapper p {
    float: left;
    margin-bottom: 0;
    padding-right: 10px;
    line-height: 1.5;
}
.breadcrumbsBottomNavi {
    float: left;
    width: 50%;
}
.breadcrumbsBottomNavi li {
    display: inline-block;
}
.breadcrumbsBottomNavi li a {
    padding-right: 0.5em;
    color: #a0a0a0;
    text-decoration: none;
}
.breadcrumbsBottomNavi li a::after {
    content:" > ";
    padding-left: 4px;
}
.breadcrumbsBottomNavi li:last-child a {
    color: #aca958;
}
.breadcrumbsBottomNavi li:last-child a::after {
    content: "";
}

@media screen and (max-width: 950px) {
    .mainNavi {
        background-size: auto;
    }
    #subnavi {
        display: none;
    }
}
@media only screen and (max-width:650px) and (orientation:portrait),
only screen and (max-width:800px) and (orientation:landscape) {
    /* mobile navi  */
    #metaNaviWrapper {
        display: none;
    }
    .mainNaviWrapper {
        max-height: 0;
        padding: 6em 0 0 0;
        overflow: hidden;
        background-color: white;
        box-shadow: none;
        transition: max-height 400ms ease-out 100ms;
    }
    .mainNaviWrapper.opened {
        max-height: 600px;
        padding: 7em 0 2em 0;
        box-shadow: 0 10px 10px #aaa;
    }
    .mainNavi {
        display: block;
        height: auto;
        overflow: hidden;
        background-color: white;
        background-image: none;
    }
    .mainNavi > li {
        display: block;
        width: 100%;
        height: auto;
    }
    .mainNavi > li.show-arrow,
    .mainNavi > li.active.show-arrow {
        background-image: unset;
    }
    .mainNavi > li.home,
    .mainNavi > li.empty {
        display: none;
    }
    .mainNavi > li > a {
        margin-bottom: 0;
        padding-left: 1em;
        color: white;
        font-size: 1.5em;
        transition: color 400ms ease-out 100ms;
    }
    .mainNaviWrapper.opened .mainNavi > li > a {
        color: #202020;
    }
    .mainNavi > li.active > a {
        text-decoration: none;
    }
    .mainNavi .level2-wrap {
        position: static;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #dfe4e4;
        box-shadow:0 0 0 #fff;
    }
    #closeMainNavi {
        display: none;
    }
    .mainNavi ul.level2 {
        display: block;
        margin-left: 3%;
    }
    .mainNavi ul.level2 > li {
        margin-bottom: 1em;
    }
    .mainNavi ul.level2 > li > a {
        padding-left: 1px;
        color: #798989;
        font-size: 1.125em;
        font-family: "Open Sans",sans-serif;
    }
    .mainNavi .level2 > li > a > i {
        display: inline-block;
        margin-right: 0.5em;
    }
    .mainNavi ul.level2 > li.active > a {
        color: white;
        background-color: #798989;
    }
    .mainNavi .level2 .link-description {
        display: none;
    }
    .mainNavi ul.level3 {
        overflow: hidden;
        margin: 0 0 0 1em;
    }
    .mainNavi ul.level3 > li {
        margin: 1px 0;
    }
    .mainNavi ul.level3 > li > a {
        display: inline-block;
        padding-left: 1px;
        white-space: normal;
        color: #798989;
    }
    .mainNavi ul.level3 > li > a > i {
        padding: 0.375em 0.25em 0 0;
    }
    .mainNavi ul.level3 > li.active > a {
        color: white;
        background-color: #798989;
    }
    .additionMobileNavi {
        margin-top: 2em;
        text-align: center;
    }
    .additionMobileNavi li {
        border-left: none;
    }
    .closeMainNavi {
        position: relative;
        top: -1.75em;
        margin-bottom: -3.0em;
        color: #798989;
    }
    #actionNavi {
        margin-top: 126px;
    }
    .actionNavi {
        display:flex;
        flex-wrap:wrap;
        width: 100%;
    }
    .actionNavi > li {
        flex: 1 1 50%;
        border-bottom: 1px solid white;
    }
    .actionNavi > li:last-child {
        flex: 1 1 100%;
    }
    .actionNavi > li > a {
        text-align: center;
        white-space: nowrap;
    }
}


/* Content menu */
#contentmenu {
    clear: both;
    height: 50px;
    width: 54%;
    margin-top: 10px;
    margin-left: 21%;
    padding-top: 15px;
    border-top: 1px solid #606060;
    list-style: none;
    text-align: right;
}
#contentmenu li {
    margin-left: 0;
    font-size: 10px;
}
#contentmenu li a {
    color: #808080;
}
#linktotop
  { float:right; padding:2px 0; background:url('../Icons/icon_nach-oben.gif') no-repeat 2px 2px; }
#linktotop a
  { padding-left:17px;  }
#print
  { float:right; padding:2px 0; background:url('../Icons/icon_print.gif') no-repeat 2px 1px; margin-right:20px; }
#print a
  { padding-left:17px;  }
#flattr
   { float:left; margin-top:-4px; margin-right:8px; }
#facebook
   { float:left; margin-top:-4px; margin-right:8px; }
#x,
#twitter
   { float:left; margin-top:-4px; margin-right:8px; }
#xing
   { float:left; margin-top:-4px; margin-right:8px; }
#youtube
   { float:left; margin-top:-4px; margin-right:8px; }
#facebook-like-button
  { float:left; margin-top:-4px; margin-right:8px; }
#instagram
  { float:left; margin-top:-4px; margin-right:8px; }

@media only screen and (max-width:650px) and (orientation:portrait),
only screen and (max-width:800px) and (orientation:landscape) {
    #contentmenu {
        width: 94% !important;
        margin: 0 3% !important;
        text-align: left !important;
    }
}


/*
 * HTML-Newsletter
 */
.editable table { max-width:1200px; }