/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;text-decoration:none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

*, *:before, *:after {
    box-sizing: border-box;
}

strong { font-weight: bold; }
u { text-decoration: underline; }
i { font-style: italic; }

body {
    width: 100%;
    font-family: verdana, arial;
    color: #666;
    font-size: 12px;
    word-wrap: break-word;
    margin: auto;
    background-color: #f4f4f4;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         


/* *********************************************************** */
/*                  Allgemeine Definitionen                    */
/* *********************************************************** */

header {
    width: 100%;
    position: relative;
    background-color: #2e2d30;
    min-height: 60px;
}

div.container, div.artikelContainer {
    max-width: 4000px;
    margin: auto;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}


a {
    color: #666;
}

a:hover {
    color: #93bf0d;
}

p {
    letter-spacing: 0.9px;
    line-height: 140%;
    margin-bottom: 15px;
}

p.blocks {
    margin-bottom: 35px;
}

div.artikelContainer {
    display: table;
}

article {
    width: 70%;
}

aside {
    width: 30%;
}

footer {
    background-color: #f9f9f9;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    margin-top: 45px;
    padding-top: 45px;
}

/* ********************** Tabellen und Floats ***************** */

.flexTable {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin: auto;
}

.table {
    display: table;
}

.table .tabellenSpalte {
    display: table-cell;
    padding-right: 5px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.box {
    margin: 2%;
    width: 25%;
}

/* ****************** Grössen, Breiten, Höhen ****************** */

.hundertProzent {
    width: 100%;
    height: auto;
}

.fuenfundsiebzigProzent {
    width: 75%;
    height: auto;
}

.sechsundsechzigProzent {
    width: 66%;
    height: auto;
}

.fuenfzigProzent {
    width: 50%;
    height: auto;
}

.dreiunddreissigProzent {
    width: 33%;
    height: auto;
}

.fuenfundzwanzigProzent {
    width: 25%;
    height: auto;
}


/* *********************************************************** */
/*              Designspezifische Definitionen                 */
/* *********************************************************** */

div.logo {
}

div.logo img {
    width: auto;
    height: 60px;
}

/* ******************* Artikel Content ********** */

div.artikelContainer {
    margin-top: 25px;
}

div.artikelContainer article {
    border: 1px solid rgba(160, 160, 160, 0.3);
    background-color: #ffffff;
    padding: 10px;
}

div.artikelContainer article h1 {
    font-size: 230%;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000000;
    line-height: 120%;
}

div.artikelContainer aside > div {
    padding: 0 0px 0 40px;
}

div.artikelContainer aside div h6 {
    font-size: 220%;
    margin-bottom: 25px;
    color: #000000;
    text-transform: uppercase;
}

div.artikelContainer aside div p {
    color: #848484;
}

div.headArtikelBox {
    border-bottom: 1px solid rgba(160, 160, 160, 0.3);
    padding: 50px 30px 50px 30px;
}

div.headArtikelBox h2 {
    letter-spacing: 1.2px;
    font-weight: normal;
    line-height: 150%;
    text-transform: uppercase;
}

div.articleContent {
    padding: 50px 30px 50px 30px;
    letter-spacing: 0.8px;
    line-height: 140%;
}


/* ****************** Subpages ***************** */

.subpage-box {
    background-color: #fff;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    height: auto;
    margin: 15px;
    padding: 0 !important;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: calc(100% / 2 - 25px);
}

.subpage-box:nth-child(2n+1) {
    margin-left: 0;
}

.subpage-box a img {
    height: 90%;
    margin-left: 5%;
    margin-top: 5%;
    width: 90%;
}

.subpage-box a dl {
    background-color: #ffffff;
    bottom: 0;
    color: #afafaf;
    left: 0;
    /* line-height: 2.5; */
    margin: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

.subpage-box a dt strong {
    -moz-osx-font-smoothing: grayscale;
    color: #666;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}

.subpage-box a dl:hover {
    opacity: 1;
}

.subpage-box h2 {
    background-color: #ffffff;
    height: 44px;
    position: relative;
    width: 100%;
    padding-left: 15px;
    line-height: 44px;
    font-weight: bold;
}

.dateTextList dd strong {
    display: block;
    line-height: 1.4em;
}

aside > div {
    margin-bottom: 35px;
}

/* ******************* Suche ******************** */

form.search {
    position: absolute;
    right: 5px;
    top: 1px;
}

form.search input {
    background-color: #ffffff;
    border-radius: 5px;
    border: 0;
    color: #325b74;
    padding: 10px;
    text-indent: 18px;
    background-image:url(../../../../images/search_backgroundicon.gif);
    background-repeat: no-repeat;
    background-position: 3px 7px;
    margin-top: 10px;
    width: 220px;
}

/* ******************* Formulare ******************** */


label {
    display: block;
    width: 90%;
    margin-bottom: 10px;
}

input, select, textarea {
    width: 100%;
    height: 25px;
    border: 0;
    background-color: #F5F5F5;
    margin-bottom: 10px;
    padding: 5px;
    height: 40px;
}

div.InputZweiteilig50Prozent label {
    float: left;
    width: 46%;
}

div.InputZweiteilig50Prozent label:nth-child(1), input.InputZweiteilig50Prozent {
    margin-right: 8%;
}

div.InputZweiteilig50Prozent input {
    float: left;
    width: 46%;
}

div.geteiltInput input.inputFirst {
    float: left;
    width: 15%;
    margin-right: 7%;
}

div.geteiltInput input.inputSecond {
    float: left;
    width: 77.5%;
}

div.geteiltInput label.geteilt {
    float: left;
    width: 15%;
}

div.geteiltInput label.geteilt:nth-child(2) {
    width: 76%;
}

div.geteiltInput label.geteilt:nth-child(1) {
    margin-right: 7%;
}

div label span.error {
    color: #F50032;
    font-size: 100%;
    margin-left: 10px;
}

input.error, textarea.error {
    border: 0;
    background-color: #FEE5EA;
    color: #F50032;
}

input[type="submit"], .globalButton {
    width: auto;
    margin-top: 20px;
    background-color: #93bf0d;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

.globalButton {
    padding: 15px;
}

input[type="radio"], input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

textarea {
    height: 100px;
}

#formularsenden {
    margin-bottom: 45px;
}

label.error {
    border: 1px solid #ad0000;
    color: #ad0000;
}

input.error {
    border: 1px solid #ad0000;
}

.error {
    padding: 50px 20px;
    font-size: 140%;
}

h4.formErfolg {
    margin-top: 45px;
    font-size: 140%;
    color: #005800;
}


/* **************** Language Auswahl **************** */

.languageBox {
    position: absolute;
    right: 0%;
    top: 15px;
}

.languageBox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 1em;
    width: 100%;
    background-color: #2e2d30;
    color: #ffffff;
    padding:0.95em 0.95em 0.95em;
    background-image:url(../../../../site/templates/standard/images/down_pfeil_hover.png);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.languageBox select:hover {
    color: #cecece;
}


/* ******************** Footer ********************* */

footer div.container {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin: auto;
}

footer div.footBoxes {
    width: 29%;
    margin: 15px 30px 45px;
    
}

footer div.footBoxes:nth-child(3n+1) {
    margin-left: 0;
}

footer div.footBoxes:nth-child(5n+3) {
    margin-right: 0;
}

footer div.footBoxes h5 {
    font-size: 130%;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 140%;
}

footer div.footBoxes p {
    color: #a1a1a1;
    line-height: 140%;
}

div.copyFooter {
    clear: both;
    background-color: #2e2d30;
    min-height: 70px;
}

div.copyFooter span {
    line-height: 70px;
    float: left;
}

div.copyFooter span a strong {
    color: #d0d1d4;
    font-weight: normal;
}

div.copyFooter ul {
    float: right;
    line-height: 70px;
}

div.copyFooter ul li {
    float: left;
    margin-right: 15px;
}


.zweispaltigText {
    width: 100%;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-width: 50%;
    -moz-column-width: 50%;
    -webkit-column-width: 50%;
    column-rule-color: #d9d9d9;
    -moz-column-rule-color: #d9d9d9;
    -webkit-column-rule-color: #d9d9d9;
    column-rule-width: 1px;
    -moz-column-rule-width: 1px;
    -webkit-column-rule-width: 1px;
    column-rule-style: dotted;
    -moz-column-rule-style: dotted;
    -webkit-column-rule-style: dotted;
    column-gap: 70px;
    -moz-column-gap: 70px;
    -webkit-column-gap: 70px;
}

.dreispaltigText {
    width: 100%;
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-width: 50%;
    -moz-column-width: 50%;
    -webkit-column-width: 50%;
    column-rule-color: #d9d9d9;
    -moz-column-rule-color: #d9d9d9;
    -webkit-column-rule-color: #d9d9d9;
    column-rule-width: 1px;
    -moz-column-rule-width: 1px;
    -webkit-column-rule-width: 1px;
    column-rule-style: dotted;
    -moz-column-rule-style: dotted;
    -webkit-column-rule-style: dotted;
    column-gap: 70px;
    -moz-column-gap: 70px;
    -webkit-column-gap: 70px;
}


.zweispaltigTextLinie {
    width: 100%;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-width: 50%;
    -moz-column-width: 50%;
    -webkit-column-width: 50%;
    column-gap: 70px;
    -moz-column-gap: 70px;
    -webkit-column-gap: 70px;
}

.dreispaltigTextLinie {
    width: 100%;
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-width: 50%;
    -moz-column-width: 50%;
    -webkit-column-width: 50%;
    column-gap: 70px;
    -moz-column-gap: 70px;
    -webkit-column-gap: 70px;
}



/* *************** Responsive Nav **************** */

nav.firstNav {
    position: relative;
    z-index: 10;
    background-color: #ffffff;
    border-bottom: 1px solid #ededed;
}

.nav {
    list-style: none;
    /*    *zoom: 1; */
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    
}
.nav li {
    position: relative;
    z-index: 100;
}
.nav > li {
    float: left;
}
.nav > li > a {
    line-height: 40px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 5px;
    display: block;
    transition: color 0.3s linear 0s;
}

.nav > li a:hover {
    color: #325b74;
}

.nav li  ul {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.nav > li.hover > ul {
    left: 0;
    opacity: 1;
    transition: opacity 1.5s;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
    opacity: 1;
    transition: opacity 1.5s;
    z-index: 101;
}

.nav li li a {
    display: block;
    background: #262626;
    position: relative;
    z-index:100;
    border-top: 1px solid #5a5a5a;
    min-width: 250px;
    color: #ffffff;
    padding: 15px;
    box-shadow: 3px 3px 5px 1px #787878;
    xborder-top: 1px solid #787878;
    transition: background-color 0.3s linear 0s;    
}

.nav li li a:hover {
    background: #808080;
    color: #ffffff;
    border-top: 1px solid #8f8f8f;
}

.nav li li li a {
    background: #979797;
    z-index:200;
    border-top: 1px solid #a1a1a1;
    left: 100px;
}

.tooltip
{
    text-decoration:none;
    position:relative;
    font-weight: bold;
}


.tooltip span
{
    display:none;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    color:black;
    background:white;
}


.tooltip span img
{
    float:left;
    margin:0px 8px 8px 0;
}


.tooltip:hover span
{
    display:block;
    position:absolute;
    top:-80px;
    left:0;
    z-index:1000;
    width:auto;
    max-width:600px;
    min-width: 400px;
    min-height:128px;
    /* border:8px solid rgba(186, 186, 186, .5); */
    box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.2);
    margin-top:12px;
    margin-left:32px;
    overflow:hidden;
    padding:8px;
    font-size: 80%;
    color: #606060;
    line-height: 1.2em;
    font-weight: normal;
}

.tooltip:hover span img {
    width: 100%;
    height: auto;
}

/* ************** Responsive Eigenschaften ************** */

@media screen and (max-width: 980px) {
    footer div.footBoxes {
        width: 27%;
    }
}

@media screen and (max-width: 768px) {
    
/* ******* Responsive Navigation ******** */
    
    .active {
        display: block;
    }
    .nav > li {
        float: none;
        background-color: #3a3a3a;
        border-bottom: 1px solid #000000;
    }

    .nav > li a {
        color: #bfbfbf;
        padding: 5px 10px 5px 20px;
    }

    .nav > li li a {
        padding: 12px 10px 12px 30px;
    }

    .nav > li a:hover {
        color: #999999;
    }
    
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        /* background-image: url("../images/downArrow.png"); */
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

    .nav ul, table {
        display: block;
        width: 100%;
    }
    .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

    .nav li li li a {
        left: 0;
        padding-left: 50px;
    }

    nav.firstNav {
        position: relative;
        z-index: 10;
        border-bottom: 0px;
    }

    .toggleMenu {
        display:  none;
        padding: 19px;
        width: 100%;
        color: #000000;
    }

    .toggleMenu:hover {
        color: #000000;
    }

    .nav li li a {
        box-shadow: 0px 0px 0px 0px;
    }

    .languageBox {
        position: inherit;
        text-align: center;
        max-width: 150px;
        margin: auto;
    }

    
/* ********* Allgemeine Pageinformationen ******* */
    
    div.artikelContainer, div.copyFooter {
        padding: 15px;
        display: block;
    }
    
    article, aside {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
    
    div.copyFooter span {
        display: block;
        float: none;
        text-align: center;
        margin: 0;
    }

    div.copyFooter ul, div.copyFooter ul li {
        display: block;
        float: none;
        text-align: center;
        line-height: 140%;
        margin: 0;
    }

    div.artikelContainer aside div {
        padding: 0 0;
    }

    footer div.container {
        -webkit-flex-direction: column;
        flex-direction: column;        
    }

    footer div.footBoxes, footer div.footBoxes:nth-child(3n+1), footer div.footBoxes:nth-child(5n+3) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .subpage-box {
        width: 100%;
        margin-left: 0%;
    }
    
}


@media screen and (max-width: 500px) {

    div.artikelContainer article h1 {
        font-size: 150%;
    }

    div.headArtikelBox, div.articleContent {
        padding: 10px 15px;
    }


    .hundertProzent, .fuenfundsiebzigProzent, .sechsundsechzigProzent, .fuenfzigProzent, .dreiunddreissigProzent, .fuenfundzwanzigProzent {
        width: 100%;
        height: auto;
    }

    .zweispaltigTextLinie, .zweispaltigText, .dreispaltigTextLinie, .dreispaltigText {
        width: 100%;
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-width: 100%;
        -moz-column-width: 100%;
        -webkit-column-width: 100%;
        column-rule-color: #ffffff;
        -moz-column-rule-color: #ffffff;
        -webkit-column-rule-color: #fffffff;
        column-rule-width: 0px;
        -moz-column-rule-width: 0px;
        -webkit-column-rule-width: 0px;
        column-gap: 0px;
        -moz-column-gap: 0px;
        -webkit-column-gap: 0px;
    }
    
}

/* System Inhalte - Nicht löschen */


.tooltip {
    text-decoration:none;
    position:relative;
    font-weight: bold;
}

.tooltip span {
    display:none;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    color:black;
    background:white;
}

.tooltip span img {
    float:left;
    margin:0px 8px 8px 0;
}

.tooltip:hover span {
    display:block;
    position:absolute;
    top:0px;
    left:0;
    z-index:1000;
    width:auto;
    max-width:600px;
    min-width: 400px;
    min-height:50px;
    box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.2);
    margin-top:12px;
    margin-left:32px;
    overflow:hidden;
    padding:8px;
    font-size: 80%;
    color: #606060;
    line-height: 1.2em;
    font-weight: normal;
}

.tooltip:hover span img {
    width: 100%;
    height: auto;
}


.with-love {
    display: inline-block;
    position: relative;
    margin: 0 4px;
    height: 10px;
    width: 10px;
    background: #c61d43;
    border-radius: 4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.with-love::before, .with-love::after {
    display: block;
    content: '';
    position: absolute;
    margin: auto;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #c61d43;
    top: -4px;
}

.with-love::after {
    bottom: 0;
    top: auto;
    left: -4px;
}

/* DSGVO konformes Laden von Google Maps Iframes
.google-maps {
    background-color: #EEE;
    width: 97.5%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 13px 14px 0px rgba(50,50,50,0.5);
}
.google-maps {
    position: relative;
    padding-bottom: 36.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.googlemaps-consent-background {
    background-image: url("../images/kontakt-map-preview.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

 */

span.page-image-container {
    display: block;
    width: 100%;
}

span.page-image-container img {
    width: 100%;
    height: auto;
}

.page-image-mobile {
    display: none;
}

@media screen and (max-width: 500px) {
    .page-image {
        display: none;
    }
    .page-image-mobile {
        display: block;
    }
}