body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/* horizontal Hintergrund der Navigation */
#header .mod_navigation {
    padding:0 200px 0 0;
    background-color:#b1c800;
    color:#e1e1e2;
}

/* horizontal Liste und Listenelemente gestalten */
#header .mod_navigation ul {
    width:auto;
    float:left;
    margin:0;
    padding:0 0 0 15px;
    list-style-type:none;
}
/* horizontal Listenpunkte nebeneinander */
#header .mod_navigation li {
    width:auto;
    float:left;
    margin:0 10px;
}
/* horizontal Menüpunkte gestalten */
#header .mod_navigation a,
#header .mod_navigation span {
    display:block;
    line-height:35px;
    text-decoration:none;
    color:#1a171a;
}

/* horizontal aktiven Menüpunkt hervorheben */
#header .mod_navigation .active,
#header .mod_navigation .trail {
    font-weight:bold;
    color:#1a171a;
}
/* horizontal Rollover und Tab-Fokus */
#header .mod_navigation a:hover,
#header .mod_navigation a:focus {
    font-weight:bold;
    color:#1a171a;
}

/* dropdown zweite Ebene ausblenden */
#header .mod_navigation .level_2 {
    width:0;
    height:0;
    left:-32768px;
    top:-32768px;
    position:absolute;
    overflow:hidden;
    display:inline;
}

/* dropdown Listenelemente zweite Ebene untereinander */
#header .mod_navigation .level_2 li {
    clear:both;
}

/* dropdown zweite Ebene bei MouseOver einblenden */
#header .mod_navigation li:hover .level_2 {
    width:250px;
    height:auto;
    left:auto;
    top:auto;
    overflow:auto;
    display:block;
    margin-left:-15px;
    padding-left:10px;
    white-space:normal;
    background-color:rgba(177,200,0,.65);
    line-height:10pt;
    z-index: 1000;
}

/* dropdown Hyperlinks und Span gestalten */
#header .mod_navigation .level_2 a,
#header .mod_navigation .level_2 span {
    font-size:13px;
    line-height:32px;
    font-weight:normal;
}

/* dropdown aktiven Menüpunkt hervorheben */
#header .mod_navigation .level_2 span.active {
    font-weight:bold;
}

/* dropdown Rollover und Focus gestalten +/
#header .mod_navigation .level_2 a:hover,
#header .mod_navigation .level_2 a:focus {
    background-color:rgba(177,200,0,.85);
    font-size:13px;
    line-height:32px;
    font-weight:bold;
}

/* vertikal Liste und Listenelemente gestalten */
#left .mod_navigation ul {
    margin-top:0;
    padding-top:0;
    list-style-type:none;
}

/* vertikal Menüpunkte gestalten */
#left .mod_navigation a,
#left .mod_navigation span {
    display:block;
    margin:0 1.5em 1em;
    padding:0;
    text-decoration:none;
    color:#444;
    outline:0;
}

/* vertikal Rollover und Tab-Fokus */
#left .mod_navigation a:hover,
left .mod_navigation a:focus {
    font-weight:bold;
    color:#141414;
}

/* vertikal aktiven Menüpunkt hervorheben */
left .mod_navigation span.active,
left .mod_navigation .trail {
    font-weight:bold;
    color:#141414;
}

/* vertikal_2 Unterpunkte links einrücken */
#left .mod_navigation .level_2 a,
#left .mod_navigation .level_2 span {
    margin-left:12px;
    font-size:12px;
    font-weight:normal;
}

/* vertikal_2 Hervorhebung für Unterpunkte bei hover und focus */
#left .mod_navigation .level_2 a:hover,
#left .mod_navigation .level_2 a:focus {
    font-weight:bold;
    font-variant:small-caps;
    color:#141414;
}

/* vertikal_2 aktiven Menüpunkt hervorheben/ alle Links im aktiven Listenelement einfärben */
#left .mod_navigation .level_2 span.active {
    font-weight:bold;
}
/* meta Ausrichtung der Menüpunkte im Fußbereich rechts und nebeneinander */
#footer .mod_customnav li {
    float:right;
    margin-top:0;
    margin-right:15px;
    padding-top:0;
    list-style-type:none;
}

/* meta Abstände der Menüpunkte */
#footer .mod_customnav a,
#footer .mod_customnav span {
    display:block;
    margin-right:12px;
    line-height:1.7;
}

/* sitemap entfernt den unteren Abstand der inneren Listen */
.mod_sitemap ul ul {
    margin-bottom:0;
}

/* sitemap Format Listeneinträge */
.mod_sitemap li {
    margin-right:0;
    list-style-type:none;
}

/* sitemap Format Listeneinträge */
.mod_sitemap li li {
    margin-left:1.5em;
}

/* sitemap Format Listeneinträge */
.mod_sitemap a {
    font-weight:bold;
    text-decoration:none;
}

/* sitemap Format Listeneinträge 2. Ebene*/
.mod_sitemap .level_2 a {
    font-weight:normal;
}

div.mod_newsmenu {
    float:left;
    margin:0;
}

mod_newsmenu li {
    margin:0;
    list-style-type:none;
}

mod_newsmenu li.year {
    margin:0 0 2em;
    font-size:14px;
    font-weight:bold;
}

mod_newsmenu .level_2 {
    margin:1em 0 0;
    font-size:13px;
}




/* zweite Ebene ausblenden */
#header .mod_navigation .level_2 {
    width:0;
    height:0;
    left:-32768px;
    top:-32768px;
    position:absolute;
    overflow:hidden;
    display:inline;
}

/* Listenelemente zweite Ebene untereinander */
#header .mod_navigation .level_2 li {
    clear:both;
}

/* zweite Ebene bei MouseOver einblenden */
#header .mod_navigation li:hover .level_2 {
    width:250px;
    height:auto;
    left:auto;
    top:auto;
    overflow:auto;
    display:block;
    margin-left:-15px;
    padding-left:10px;
    white-space:normal;
    background-color:rgba(177,200,0,.65);
    line-height:10pt;
    z-index: 1000;
}

/* Hyperlinks und Span gestalten */
#header .mod_navigation .level_2 a,
#header .mod_navigation .level_2 span {
    font-size:13px;
    line-height:32px;
    font-weight:normal;
}

/* aktiven Menüpunkt hervorheben */
#header .mod_navigation .level_2 span.active {
    font-weight:bold;
}

/* Rollover und Focus gestalten +/
#header .mod_navigation .level_2 a:hover,
#header .mod_navigation .level_2 a:focus {
    background-color:rgba(177,200,0,.85);
    font-size:13px;
    line-height:32px;
    font-weight:bold;
}
/* Hintergrund der Navigation */
#header .mod_navigation {
    padding:0 200px 0 0;
    background-color:#b1c800;
    color:#e1e1e2;
}

/* Liste und Listenelemente gestalten */
#header .mod_navigation ul {
    width:auto;
    float:left;
    margin:0;
    padding:0 0 0 15px;
    list-style-type:none;
}
/* Listenpunkte nebeneinander */
#header .mod_navigation li {
    width:auto;
    float:left;
    margin:0 10px;
}
/* Menüpunkte gestalten */
#header .mod_navigation a,
#header .mod_navigation span {
    display:block;
    line-height:35px;
    text-decoration:none;
    color:#1a171a;
}

/* aktiven Menüpunkt hervorheben */
#header .mod_navigation .active,
#header .mod_navigation .trail {
    font-weight:bold;
    color:#1a171a;
}
/* Rollover und Tab-Fokus */
#header .mod_navigation a:hover,
#header .mod_navigation a:focus {
    font-weight:bold;
    color:#1a171a;
}
/* Ausrichtung der Menüpunkte im Fußbereich rechts und nebeneinander */
#footer .mod_customnav li {
    float:right;
    margin-top:0;
    margin-right:15px;
    padding-top:0;
    list-style-type:none;
}

/* Abstände der Menüpunkte */
#footer .mod_customnav a,
#footer .mod_customnav span {
    display:block;
    margin-right:12px;
    line-height:1.7;
}


div.mod_newsmenu {
    float:left;
    margin:0;
}

mod_newsmenu li {
    margin:0;
    list-style-type:none;
}

mod_newsmenu li.year {
    margin:0 0 2em;
    font-size:14px;
    font-weight:bold;
}

mod_newsmenu .level_2 {
    margin:1em 0 0;
    font-size:13px;
}



/* Liste und Listenelemente gestalten */
#left .mod_navigation ul {
    margin-top:0;
    padding-top:0;
    list-style-type:none;
}

/* Menüpunkte gestalten */
#left .mod_navigation a,
#left .mod_navigation span {
    display:block;
    margin:0 1.5em 1em;
    padding:0;
    text-decoration:none;
    color:#444;
    outline:0;
}

/* Rollover und Tab-Fokus */
#left .mod_navigation a:hover,
left .mod_navigation a:focus {
    font-weight:bold;
    color:#141414;
}

/* aktiven Menüpunkt hervorheben */
left .mod_navigation span.active,
left .mod_navigation .trail {
    font-weight:bold;
    color:#141414;
}

/* Unterpunkte links einrücken */
#left .mod_navigation .level_2 a,
#left .mod_navigation .level_2 span {
    margin-left:12px;
    font-size:12px;
    font-weight:normal;
}

/* Hervorhebung für Unterpunkte bei hover und focus */
#left .mod_navigation .level_2 a:hover,
#left .mod_navigation .level_2 a:focus {
    font-weight:bold;
    font-variant:small-caps;
    color:#141414;
}

/* aktiven Menüpunkt hervorheben/ alle Links im aktiven Listenelement einfärben */
#left .mod_navigation .level_2 span.active {
    font-weight:bold;
}



/* Format Kalender */

table.calendar {

    width:98%;

    background-color:#fff;

    border-collapse:separate;
}


/* Kalender Kopfbereich */

table.calendar .head {

    padding-top:.25em;

    padding-bottom:.25em;

    background-color:#b1c800;

    font-size:12px;

    color:#fff;
}

table.calendar .event.odd {

    margin-bottom:5px;

    background-color:#ebe6e6;
}

table.calendar .event.even {

    margin-bottom:2px;

    background-color:#eee;
}


/* vorheriger Monat */

table.calendar th.previous {
    width:30%;

    padding-left:3px;

    text-align:left;
}


/* aktueller Monat */

table.calendar th.current {

    width:30%;

    padding-left:3px;

    text-align:center;
}


/* nĆ¤chster Monat */

table.calendar th.next {

    width:30%;

    padding-right:3px;

    text-align:right;
}


/* Format Wochentage */

table.calendar .label {

    padding:2px;

    text-align:center;

    background-color:#fff;

    border-right:1px solid;

    font-size:12px;

    font-weight:normal;

    color:#444;
}

table.calendar .weekend {

    background-color:#e6e6e6;

    color:#8e8e8e;
}


/* Format Kalendertage */

table.calendar td {

    width:14%;

    height:7em;

    border-bottom:1px solid #d9d9d9;

    border-left:1px solid #d9d9d9;

    border-bottom-left-radius:15px;
}


/* Linie der letzten Spalte */

table.calendar .col_first {

    border-left:1 solid #d9d9d9;
}


/* Hervorheben der Wochentage */

table.calendar .header {

    margin:1px;

    padding:1px;

    background-color:#e6e6e6;

    border-top-right-radius:15px;

    font-size:11px;

    color:#666;
}


/* Aktuelles Datum hervorheben */

table.calendar .today {

    background-color:#ebd4b9;

    color:#fff;
}

table.calendar .event {

    margin:1px;

    padding:3px;

    line-height:1.1;
}

table.calendar .label {

    border-bottom:1px solid #bbb;
}


/* Suchfeld in Navigationsleiste */
#header div.mod_form {
    bottom:205px;
    right:15px;
    position:absolute;
    z-index: 1000
}
/* Position des Feldes */
#header #suchformular {
    margin: 0
}

/* Größe des Suchfeldes */
#header #suchformular .suchfeld {
    width:125px;
    margin:0;
    padding:1px 25px 1px 10px;
    border-radius:10px;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}

/* absolute Position der Lupe */
#header #suchformular .lupe {
    right:7px;
    top:5px;
    position:absolute;
    padding: 0;
    margin: 0;
}


/* Neuigkeiten nebeneinander auf der Startseite */
.startseite .float_News {
    width:375px;
    float:left;
    margin-top:1em;
    margin-left:1.5em;
    padding:.25em .75em .75em .25em;
    font-size:12px;
    line-height:1;
}

/* Termine nebeneinander auf der Startseite */
.startseite .float_Neu,
.startseite .float_fortlaufend,
.startseite .float_offen {
    width:375px;
    float:left;
    margin-top:1em;
    margin-left:1.5em;
    padding:.25em .75em .75em .25em;
    font-size:12px;
    line-height:1;
    
}


.startseite .float_Neu h2,
.startseite . float_fortlaufend h2 {
    margin-top:.5em;
    margin-right:0;
    font-size:12px;
    font-weight:bold;
    color:#6a82a4;
}


/* Seite allgemein */
html {
    overflow-y: scroll;
    overflow-x: auto;
}

/* Grundlegendes Body-Layout */
body {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background-color: #095c7a;
    font: 87.5% sans-serif, arial, Verdana, Helvetica;
    min-height: 960px;
    background-image: repeating-linear-gradient(#fff, #095c7a);
}

/* Hauptcontainer mit runden Ecken */
#wrapper {
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 120px;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 6px 6px 6px 0 rgba(142, 142, 142, 0);
    border: 1px solid #000;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    border-spacing: 5px;
}

/* Grid-Layout fĆ¼r Seitenbreite */
.wrapper-grid {
    width: calc(75% - (10px * 8));
    margin: 0 auto;
}

/* Abstand Inhaltscontainer zum Kopf */
#container {
    margin-top: 2em;
}

/* Grundlegende Schrift und AbstĆ¤nde der Hauptinhalte */
#main {
    font-size: 1em;
    line-height: 1.7;
    font-weight: normal;
    color: #444;
}

/* Abstand der Inhalte vom Rand */
#main .inside {
    margin-right: 1.5em;
    margin-left: 1.5em;
}

/* FuĆzeile */
#footer {
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-top: 0 solid #d9d9d9;
    font-size: 12px;
    font-weight: normal;
    color: #444;
    transition: all 0.3s ease;
}

/* Responsive Anpassungen fĆ¼r kleinere Bildschirme */
@media (max-width: 768px) {
    #wrapper {
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 80px;
    }
    
    #main .inside {
        margin-right: 1em;
        margin-left: 1em;
    }
}

