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}.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}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width: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%}
.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}.cookiebar__analytics{margin-right:1.5em}.cookiebar__analytics-label{cursor:pointer}.cookiebar__analytics-checkbox{margin-right:5px}
body {
    margin: 0;
    font: 100% 'Roboto', sans-serif;
    color: #444;
}

.container {
    height: 100vh;
    display: -ms-grid;
    display: grid;
    grid-template-rows: auto 1fr 10px;
    grid-template-columns: 100%;
    grid-template-areas:
        "header"
        "content"
        "footer"
    ;
}

header {
    background: #fff;
    grid-area: header;
}



.service--leiste {
    height: auto;
    min-height: 25px;
    margin: 0;
    padding: 14px 10px 5px;
    text-align: center;
    background-color: #218f8c;
    font-size: 80%;
    line-height: 1.4;
    color: #fff;
}

.service--leiste a {
    text-decoration: none;
    color: #fff;
}

.service--leiste a:hover {
    text-decoration: underline;
    color: #fff;
}

.header--content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.logo {

    width: 100%;
    text-align: center;
}


.logo img {
    height: auto;
    width: 100%;
    max-width: 200px;
}

.anmelden {
    font-size: 75%;
    text-align: center;
}

.anmelden a {

    padding: 10px;
    background-color: rgba(33, 143, 140, .8);
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}


.textbox {
    height: auto;
    margin-bottom: 10px;
    padding: 0px 40px;
    font-size: 80%;
    text-align: center;
}


article {
    background: #fff;
    grid-area: content;
}


footer {
    background: #fff;
    grid-area: footer;
}


iframe {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}





@media screen and (min-width: 900px) {



    .service--leiste {
        height: auto;
        min-height: 25px;
        margin: 0;
        padding: 14px 10px 5px;
        text-align: center;
        background-color: #218f8c;
        font-size: 80%;
        line-height: 1.4;
        color: #fff;
    }

    .service--leiste a {
        text-decoration: none;
        color: #fff;
    }

    .service--leiste a:hover {
        text-decoration: underline;
        color: #fff;
    }

    .header--content {
        width: 100%;
        max-width: 868px;
        margin: 0px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }



.logo {

    width: auto;
}

    .logo img {
        height: auto;
        width: 100%;
        max-width: 200px;
    }

    .anmelden {
        font-size: 75%;
        text-align: center;
        width: 300px;
        margin-left: 30px;
        margin-top: 10px;

        
    }

    .anmelden a {
        height: 100px;
        padding: 10px;
        background-color: rgba(33, 143, 140, .8);
        border-radius: 4px;
        text-decoration: none;
        color: #fff;
        font-weight: 500;
    }

    .anmelden a:hover {
        background-color: #218f8c;
        text-decoration: underline;
    }



    .textbox {
        padding: 20px 40px 0px 20px;
        font-size: 80%;
    }

    article {
        background: #fff;
        grid-area: content;
    }


    footer {
        background: #fff;
        grid-area: footer;
    }


    iframe {
        margin-bottom: 10px;
        width: 100%;
        height: 100%;
    }
}
