
/* ausschalten für Mobilgeräte */
#header .mod_navigation,
#footer nav,
#footer .copyright {
    display:none;
}

/* ###############  Layoutbereiche  ############### */
html {
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            overflow-y: scroll;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
}
body {
    background-color:#FFF;
}
body.start {
    background-image:url("../content/img/hintergrund/hintergrundbild-farbe.jpg");
    background-repeat:no-repeat;
    font-family:'Lato','Lucida Sans Unicode',sans-serif;
    background-position: center 74px;
    background-size: 400%;
}
#wrapper {
    width:100%;
    margin-right:auto;
    margin-left:auto;
}
#header {
    width:100%;
    min-height:74px;
    padding-right:12px;
    padding-left:12px;
}

/* Hauptcontent */
#main {
    padding:22px 12px;
    background-color:#e8e9eb;
}
.slider #main {
    overflow:hidden;
}
.start #main {
    width:100%;
    min-height:500px;
    padding:0;
    background: transparent;
}
.slider #main {
    padding:0;
    background-color:#bbbdc2;
}
#right {
    padding:22px 12px;
    background-color:#dddee0;
}

/* ###############  Navigation - Mobil  ############### */
#header .mobilheader-wrapper {
    width:100%;
    height:74px;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .mobilheader-wrapper a {
    font-size:1rem;
    line-height:1rem;
    text-decoration:none;
    color:#47433F;
}
#header .anna-mobil {
    font-weight: 700;
}
#header .nav-toggler__button {
    font-weight: 700;
    color:#47433F;
    background: none;
    border: 1px solid currentColor;
    outline: none;
    padding: 0.25rem;
    cursor: pointer;
}
#header .anna-mobil a:hover,
#header .anna-mobil a:focus,
#header .nav-toggler__button:hover,
#header .nav-toggler__button:focus {
    color:#8d9299;
}
.start #header .anna-mobil a {
    color:#47433F;
}

/* Mobile Menu */
.mobile_menu .inner {
	background: #ededed;
	padding: 8px;
}
.mobile_menu ul {
	margin-bottom: 0;
}
.mobile_menu li {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.mobile_menu .level_2 li {
	font-size: 1rem;
	padding-left: 14px;
	margin-top: 4px;
}

.mobile_menu a {
	color: #000;
	text-decoration: none;
}
/* Sprachenwechsler */
#header nav.mod_changelanguage {
    min-width:70px;
    margin-bottom:0;
    padding-bottom:0;
}
.mod_changelanguage ul {
    margin-bottom:0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.mod_changelanguage li.lang-de {
    margin-right:10px;
}
.mod_changelanguage li.active {
    color:#8d9299;
}
.mod_changelanguage li a,
.mod_changelanguage li a:link,
.mod_changelanguage li a:visited {
    text-decoration:none;
    color:#bbbdc2;
    font-weight: 700;
}
.mod_changelanguage li a:hover,
.mod_changelanguage li a:focus {
    color:#8d9299;
}

/* ###############  Navigation - Sub rechts  ############### */
#right .mod_navigation ul {
    margin-top:1em;
}
#right .mod_navigation li {
    margin-bottom:.5em;
    font-size:1.2em;
    font-weight:normal;
}

/* ###############  Stile für Ebene 1  ###############Seiten mit 4 Kacheln - Standard */
.ebene-1 #main .ce_text,
.ebene-1 #main .platzhalter,
.ebene-1 #main .ce_image {
    margin-bottom:20px;
}

/* Stile für Seiten der Ebene 1 ohne Kacheln */
.ebene-1.ohne-kachel #main .ce_text,
.ebene-1.navi-unten #main .ce_text {
    width:100%;
    min-height:0px;
    margin:0;
    padding:0;
}
.ebene-1 #main img {
    margin-bottom:.5em;
}
.ebene-1 #main a {
    font-size:1.1em;
    text-decoration:none;
    color:rgba(0,0,0,.95);
}
.ebene-1 #main a:hover,
.ebene-1 #main a:focus {
    font-weight:bold;
}
.ebene-1 #main a img:hover {
    -webkit-filter:brightness(120%);
        filter:brightness(120%);
}
.ebene-1 #main .statement {
    width:100%;
    min-height:300px;
    max-width:456px;
    background-color:rgba(255,255,255,.8);
    font-size:1.8em;
    font-weight:bold;
    color:#8d9299;
    letter-spacing:.02em;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.statement:hover p,
.statement:focus p {
    color:rgba(71, 67, 63,.8);
}

/* ###############  Fotoslider  ############### */
.slider-control {
    width:100%;
    bottom:14px;
    left:0;
    position:absolute;
    padding-right:4px;
    padding-left:4px;
    display: -webkit-box;
    display: -webkit-flex; /* Safari */
    	-webkit-justify-content: space-between; /* Safari 6.1+ */
    	display: flex;
    	justify-content: space-between;
    -ms-flex-align: center;
    	-webkit-align-items: center;
    	-webkit-box-align: center;
    	align-items: center;
}
#main .slider-control a,
#main .slider-control a:link {
    position:relative;
    display:block;
    margin-bottom:0;
    border-bottom:0;
    font:5em Courier;
    text-decoration:none;
    color:#FFF;
}
.slider-control span.slider-menu {
    display:none;
}

/* ###############  Typographie  ############### */
h1 {
    margin-top:0;
    font-size:2.14em;
    text-transform:uppercase;
    letter-spacing:.01;
    font-weight: 700;
}
h2 {
    margin-top:1.8em;
    margin-bottom:.3em;
    font-size:1.5em;
    line-height:125%;
    color:#47433F;
    text-transform:uppercase;
    letter-spacing:.01em;
    font-weight: 700;
}
h3.sub {
    margin-top:1em;
    margin-bottom:0;
    padding-top:1em;
    border-top:1px solid rgba(141, 146, 153,.6);
    font-size:1.2em;
    color:#47433F;
    text-transform:uppercase;
    letter-spacing:.01em;
    font-weight: 700;
}
.navi-unten h3 {
    margin-top:2em;
    margin-bottom:.3em;
    font-size:1.3em;
    color:rgba(71, 67, 63,.8);
    font-weight: 700;
}
.navi-unten #right h3 {
    margin-top:0;
}

/* weniger Abstand für H2 rechte Spalte */
#right h2 {
    margin-top:0;
}
p,
li {
    font-size:1.3em;
    line-height:140%;
    color:rgba(0,0,0,.85);
}
#main li,
#right li {
    padding-left: 1em;
    text-indent: -1em;
}
#main li::before,
#right li::before {
    margin-right: 0.5em;
    color:#97989d;
    content: '■';
    font-size: 0.85em;
}
#main a,
#main a:link,
#main a:visited,
#right a,
#right a:link,
#right a:visited {
    border-bottom:1px solid #8d9299;
    text-decoration:none;
    color:rgba(0,0,0,.85);
}
#main a:hover,
#main a:focus,
#right a:hover,
#right a:focus {
    color:#244a73;
}

/* kein Unterstrich für verlinkte Kacheln und Bildlink */
#main a.ce_linkedElement,
#main a.ce_linkedElement:link,
#main a.ce_linkedElement:visited,
#right a,
#right a:link,
#right a:visited {
    text-decoration:none;
    border-bottom: none;
}
#right img + img {
    margin-left:1.5em;
}
.zentrieren {
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}
.statements:first-of-type {
    margin-top:0;
    padding-top:0;
    border-top:0;
}
