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: 0.1px;
    font-size: 0.1px;
    line-height: 0.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%;
}
#mbOverlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background-color: #000;
    cursor: pointer;
}
#mbOverlay.mbOverlayOpaque {
    background: url(../../assets/mediabox/images/80.png);
}
#mbOverlay.mbOverlayAbsolute {
    position: absolute;
}
#mbOverlay.mbMobile {
    position: absolute;
    background-color: transparent;
}
#mbBottom.mbMobile {
    line-height: 24px;
    font-size: 16px;
}
#mbCenter {
    position: absolute;
    z-index: 9999;
    left: 50%;
    padding: 10px;
    background-color: #000;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
#mbCenter.mbLoading {
    background: #000 url(../../assets/mediabox/images/loading-dark.gif)
        no-repeat center;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#mbMedia {
    position: relative;
    left: 0;
    top: 0;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    background-position: center center;
    background-repeat: no-repeat;
}
#mbBottom {
    line-height: 20px;
    font-size: 12px;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    color: #999;
    min-height: 20px;
    padding: 10px 0 0;
}
#mbTitle,
#mbPrevLink,
#mbNextLink,
#mbCloseLink {
    display: inline;
    color: #fff;
    font-weight: 700;
}
#mbNumber {
    display: inline;
    color: #999;
    font-size: 0.8em;
    margin: auto 10px;
}
#mbCaption {
    display: block;
    color: #999;
    line-height: 1.6em;
    font-size: 0.8em;
}
#mbPrevLink,
#mbNextLink,
#mbCloseLink {
    float: right;
    outline: 0;
    margin: 0 0 0 10px;
    font-weight: 400;
}
#mbPrevLink b,
#mbNextLink b,
#mbCloseLink b {
    color: #eee;
    font-weight: 700;
    text-decoration: underline;
}
#mbPrevLink big,
#mbNextLink big,
#mbCloseLink big {
    color: #eee;
    font-size: 1.4em;
    font-weight: 700;
}
#mbBottom a,
#mbBottom a:link,
#mbBottom a:visited {
    text-decoration: none;
    color: #ddd;
}
#mbBottom a:hover,
#mbBottom a:active {
    text-decoration: underline;
    color: #fff;
}
#mbError {
    position: relative;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 10px solid #700;
    padding: 10px 10px 10px;
    margin: 20px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#mbError a,
#mbError a:link,
#mbError a:visited,
#mbError a:hover,
#mbError a:active {
    color: #d00;
    font-weight: 700;
    text-decoration: underline;
}
@media screen {
    .ce_gallery ul li {
        left: 0px;
        position: relative;
        float: left;
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        vertical-align: top;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        list-style-type: none;
    }
    . pagination {
        left: 200px;
        position: relative;
        float: left;
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        vertical-align: top;
        text-align: center;
        background-color: #f57a7a;
        font-size: 14px;
        font-weight: bold;
        list-style-type: none;
    }
    #left .mod_navigation {
        font:
            14px Arial,
            Tahoma,
            Verdana;
        font-weight: bold;
    }
    #left .mod_navigation ul {
        font:
            14px Arial,
            Tahoma,
            Verdana;
        text-decoration: none;
        color: #fff;
        list-style-type: none;
    }
    #left .mod_navigation ul :hover {
        background-color: #c4c4ff;
        font:
            14px Arial,
            Tahoma,
            Verdana;
        font-weight: normal;
        color: #000;
        list-style-type: none;
    }
    #left .mod_navigation ul a:visited {
        background-color: #c4c4ff;
        font:
            14px Arial,
            Tahoma,
            Verdana;
        font-weight: normal;
        color: #f75f07;
        list-style-type: none;
    }
    #left .mod_navigation ul :link {
        font:
            14px Arial,
            Tahoma,
            Verdana;
        text-decoration: none;
        list-style-type: none;
    }
    #left .mod_navigation ul li {
        font:
            14px Arial,
            Verdana,
            sans-serif;
        font-weight: normal;
        color: #ed5605;
    }
    #left .mod_navigation ul li a:hover {
        font:
            14px Arial,
            Verdana,
            sans-serif;
        text-decoration: underline;
    }
    #left .mod_navigation ul li a {
        font:
            14px Arial,
            Verdana,
            sans-serif;
        font-weight: normal;
        text-decoration: none;
    }
    #top {
    }
    #header {
        background-image: url("Headerbild33.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        border: 1px solid #e0e0e0;
    }
    .image_container {
        margin-top: -10px;
        margin-left: 30px;
    }
    #header .datum {
        margin-top: 25px;
        padding-right: 10px;
        padding-bottom: 40px;
        text-align: right;
        color: #fcfafa;
    }
    #container {
        margin-right: auto;
        margin-left: auto;
    }
    #wrapper {
        border: 1px solid #d1c9c9;
    }
    #left .submenu {
        font-weight: bold;
        text-decoration: underline;
    }
    #left .sibling {
        font-weight: bold;
        color: #1b02f5;
    }
    #left .wetterbox {
        margin-left: 15px;
        background-color: #CEB37;
        font-size: 12px;
        font-weight: bold;
    }
    #left .inside {
    }
    #left .image_container {
        padding-top: 10px;
        padding-left: 10px;
        background-color: #fff;
    }
    #left .level_1 {
        margin-right: 2px;
        margin-left: 2px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        border: 1px solid #3918db;
        list-style-type: none;
    }
    #left .level_2 {
        padding-left: 10px;
        list-style-type: none;
    }
    #left .mod_randomImage {
        margin-left: -30px;
    }
    .image_container {
    }
    #main {
    }
    #mod_sitemap .level_1 {
        font-size: 14px;
    }
    #main {
        margin-top: 10;
        background-color: #eee;
        border-top: 1px solid #fcfcfc;
        border-right: 0px solid #fcfcfc;
        border-bottom: 1px solid #fcfcfc;
        border-left: 1px solid #fcfcfc;
        font-family: Arial, Verdana, sans-serif;
    }
    #kontakt {
        margin-top: 10px;
        background-color: #e6e9fa;
    }
    #main .ce_text {
        margin-top: 10px;
        padding-left: 10px;
    }
    #main .mod_article {
        padding-top: 10px;
        padding-left: 10px;
    }
    #footer {
        background-color: #0320ff;
        font-size: 12px;
        color: #f5f0f0;
    }
    #footer .inside {
        padding-top: 3px;
        text-align: center;
        font:
            12px Arial,
            Verdana,
            sans-serif;
        font-weight: normal;
    }
    #sidemap ul li {
        list-style-type: none;
    }
    #main .mod_sitemap ul li {
        padding-top: 5px;
        font:
            14px Arial,
            Verdana,
            sans-serif;
        text-decoration: none;
        color: #0000f7;
    }
    #main ul li level_1 {
        font:
            12px Arial,
            Verdana,
            sans-serif;
        text-decoration: none;
        color: #0000f7;
    }
    .mod_calendar {
        width: 100;
        height: 30;
        margin: 10px auto;
        padding: 10px;
        vertical-align: text-top;
        text-align: center;
        font-size: 14px;
        line-height: 14px;
    }
    .minicalendar {
        width: 100%;
        background-color: #2e5bae;
        font:
            12px/18px Verdana,
            Arial,
            Helvetica,
            sans-serif;
        font-weight: normal;
    }
    #days today {
        font-weight: bold;
        color: #fff;
    }
    days weekend col_last today {
        background-color: #f7f0f0;
    }
    #active submenu {
        margin: 0;
        background-color: #000;
    }
}
