@import url('https://fonts.googleapis.com/css?family=Gentium+Basic');

*{
        font-size: 17px;
        text-decoration:none;
        margin:0px;
        padding:0px;
        color:#000;
        font-family: 'Gentium Basic', serif;
}
html{
        min-height:100vH;
        background-color: #fff;
        overflow:auto;
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
body{
        background-image:url(../images/header_bg.jpg);
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
}
a{
    color:inherit;
    cursor: pointer;
    font-size:inherit;
}
body > header{
        height:95px;
        display:block;
        width:985px;
        margin:auto;
        position:relative;
}
body > header > h1{
        font-size:1.4em;
        line-height: 0.9em;
        width:350px;
        position:absolute;
        left:0px;
        top:5px;
}
body > header > h1 > a{
        float: left;
        margin-top:20px;
        line-height:1.2em;
        color: inherit;
}
body > header > h1 > a > span{
        text-transform: uppercase;
        font-size:0.63em;
        font-weight:normal;
        color:#808080;
        position:relative;
        top:-5px;
}


body > header > nav{
        float: right;
        width:550px;
        position:absolute;
        right:0px;
        top:40px;
}
body > header > nav > ul{
        list-style-type:none;
}
body > header > nav > ul > li{
        float:right;
        position:relative;
        line-height:30px;
        height:30px;
}
body > header > nav > ul > li > a{
        display: block;
        font-size:1.2em;
        color: #a41b35;
        line-height:inherit;
        padding: 3px 10px;
}
body > header > nav > ul > li > ul > li{
        padding:1px 5px;
        color: #a41b35;
}
body > header > nav > ul > li > ul > li > a{
        color: inherit;
}
body > header > nav > ul > li > ul{
        display: none;
        list-style-type:none;
        position:absolute;
        top:30px;
        left:0px;
        background-color:#FAFAFA;
        border-bottom-left-radius:8px;
        border-bottom-right-radius:8px;
        box-shadow:4px 4px 7px #808080;
        padding:5px;
        z-index:100;
        width:auto;
}
body > header > nav > ul > li:hover > a,body > header > nav > ul > li > a.aktiv{
    color:#808080;
}
body > header > nav > ul > li:hover > ul{
        display: block;
}

body > section{
        height:76vH;
        width:100%;
        display:block;
        background-image: url(../images/bg.jpg);
        background-size:100% 100%;
        background-position:center center;
        background-repeat:no-repeat;
        box-shadow:0px 0px 15px #808080;
}
body > section > h2,body > section > article > h2{
        display:none;
}
body > section > article{
        display:block;
        width:985px;
        height:75vH;
        margin:auto;
}
body > section > article > aside{
    display:inline-block;
    float: left;
    width:45%;
    max-height:67vH;
    vertical-align:top;
    margin:15px 0px;
    margin-left:0px;
    overflow-x:auto;
    overflow-y:hidden;
    line-height:1.5em;
}
body > section > article > aside:first-of-type{
    padding:0px 10px 0px 10px;
}
body > section > article > aside:last-of-type{
    float:right;
    border-radius:10px;
    padding:20px;
    border:0px solid #808080;
    /*
    box-shadow:4px 4px 10px rgba(0,0,0,0.5);
    */
    background-color:rgba(255,255,255,0.4);
}
body > section > article > aside > figure{
    height:31vH;
    width:100%;
    background-size: cover;
    background-position:center center;
    background-repeat: no-repeat;
    max-width:100%;
    border-radius:10px;
    /*
    box-shadow:4px 4px 10px rgba(0,0,0,0.5);
    */
    display:inline-block;
    margin-right:8px;
    margin-top:0px;
    margin-bottom:10px;
}
body > section > article > aside > figure > iframe{
    max-width:100%;
    height:35vH;
    border-radius:10px;
    display:inline-block;
}
.tbl > address{
    display:table-cell;
    width:48%;
    line-height:1.1rem;
    font-style: normal;
    color:#6f656b;
}
address > h3{
    margin-bottom:9px;
}
body > section > article > aside > h3{
    margin-bottom:9px;
    font-size:1.2rem;
}
address > label{
    display:inline-block;
    width:50%;
    color:inherit;
}
address span{
    color:inherit;
    display:inline-block;
    width:90px;
    text-align:right;
}


body > footer{
        display:table;
        line-height:50px;
        width:985px;
        margin:auto;
}
body > footer > ul{
    list-style-type:none;
}
body > footer > ul > li{
    display:inline-block;
    width:16%;
    text-align: right;
}
body > footer > ul > li.left{
    text-align: left;
}
body > footer > ul > li > a{
        line-height:inherit;
        font-size:0.9em;
}
form{
    width:95%;
    line-height:36px;
}
form > label{
    display:inline-block;
    width:110px;
    vertical-align:top;
}
form > input,form > textarea{
    width:280px;
    padding:3px 7px;
    border:1px solid #808080;
    border-radius:7px;
}
form > input[type=submit],form > input[type=reset]{
    width:auto;
    padding:4px 10px;
}
form > input[name=plz],form > input[name=hausnr]{
    width:60px;
}
form > input[name=firstname]{
    display:none;
}
form > input[name=ort],form > input[name=strasse]{
    width:201px;
}
#zeiten form > input,#seitenneueintrag input{
    width:80px;
    padding:3px 7px;
    border:1px solid #808080;
    border-radius:7px;
}
#seitenneueintrag input{
    width:230px;
}
#zeiten form > select,#seitenneueintrag select{
    padding:3px 7px;
    border:1px solid #808080;
    border-radius:7px;
}
menu{
    display:block;
    position:fixed;
    top:0px;
    left:-100vW;
    height:100vH;
    width:100%;
    background-color:rgba(255,255,255,0.8);
    overflow:auto;
    transition:all 1s;
    z-index:1500;
}
menu.aktiv{
    left:0vW;
}
menu > ul{
    padding-top:50px;
    width:100%;
    list-style-type:none;
}
menu > ul > li{
    padding-left:30px;
    line-height:35px;
    border-bottom:1px solid #808080;
    font-size:1.2rem;
}
menu > ul > li.sub{
    padding-left:45px;
}
menu > ul > li:hover,menu > ul > li.aktiv,menu > ul > li.aktiv a,menu > ul > li:hover a{
    background-color:#a41b35;
    color:#fff;
}
menu > ul > li a{
    display:block;
    color:#000;
}
menu > ul > li:hover a.aktiv{
    color:#fff;
}
menu .close{
    color:#000;
    background-color: #fff;
    width:30px;
    height:30px;
    position:absolute;
    top:15px;
    right:10px;
    border-radius:15px;
    line-height: 30px;
    font-weight:bold;
    font-family:Verdana;
    text-align:center;
}

/* --------------------------------- [+] KLASSEN -------------------------------------------- */

.red{
    color: #a41b35;
}
.tbl{
    display:table;
    width:91%;
    padding:20px;
    border-radius:10px;
    border:0px solid #808080;
    /*
    box-shadow:4px 4px 10px rgba(0,0,0,0.5);
    */
    margin-bottom:10px;
    background-color:rgba(255,255,255,0.4);
}
.hide{
    display:none;
}
.closer{
    display:block;
    border-radius:15px;
    text-align:center;
    line-height:30px;
    width:30px;
    position:relative;
    top:-30px;
    left: 30px;
    float:right;
    font-family:Verdana;
    font-weight:bold;
    background:#FFF;
    color:#969696;
    border:1px solid #C0C0C0;
}

/* --------------------------------- [-] KLASSEN -------------------------------------------- */
/* --------------------------------- [+] IDs ------------------------------------------------ */
#burger{
    display:none;
}
#login{
    position:fixed;
    bottom:0px;
    left:0px;
    display:block;
    width:20px;
    height:20px;
}
#cookiehinweis{
    display:block;
    width:100%;
    height:100px;
    background-color:#C0C0C0;
    position:fixed;
    bottom:0px;
    left:0px;
    box-shadow: 0px 0px 10px #000;
    transition:all 1s;

}
#cookiehinweis span{
    display:block;
    width:90%;
    margin:20px auto;
    color:#000;
    line-height:1.2rem;
    font-family:Verdana;
    font-size:0.8em;
}
#cookiehinweis span a{
    font-family:inherit;
}
#cookiehinweis span button{
    float:right;
    width:150px;
    color:#fff;
    padding:5px 7px;
    border-radius:7px;
    line-height:1.2rem;
    font-family:Verdana;
    background-color: #a41b35;
    border:1px solid #808080;
}
#cookiehinweis.akzeptiert{
    bottom:-120px;
}

/* --------------------------------- [-] IDs ------------------------------------------------ */
/* --------------------------------- [+] ADMIN ---------------------------------------------- */
#alpha{
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    display:none;
}
#sites,#zeiten,#focus{
    display:none;
    margin-top: -210px;
    margin-left: -200px;
    position: fixed;
    top:40%;
    left:50%;
    width:400px;
    min-height:420px;
    z-index:1002;
    background: #fff;
    padding:15px;
    border:1px solid #969696;
    border-radius:15px;
}
/* --------------------------------- [-] ADMIN ---------------------------------------------- */