/* Gerneral Style */

body {
    background: #125DDD;
    font-size: 100%;
    margin: 0em;
    padding: 0em;
    font-family: Bookman Old Style;
    font-variant: small-caps;
    
}


ul {
    margin: 0em;
    padding: 0em;
}

li {
    list-style: square;
    line-height: 1.25em;
    font-weight: 100;
    color: #2f2e2c;
    line-height: 1.25em;
    margin: 0.313em 0em 0.313em 0em;
    padding: 0em;    
    
}

a {
    text-decoration: none;
}



/* On Top Bar */

#menubar {
    display: block;
    background: #000;
}

#menubar img {
    width: 150%;
}



#menubar ul {
    display: block;
    width: 2em;
    padding: 0.9em;
}

#menubar ul li {
    display: inline;
}
#menubar ul li a.menubutton {
    display: none;
}

.menuimg {
    width: 20%
}

/* Navigation */

nav {
    display: block;
    height: 2.5em;
    background: #000;
    text-align: center; 
}

nav ul {
    display: block;
}

nav ul li {
    display: inline;
    margin:  0em 0.188em 0em 0.188em;
}

nav ul li a {
    color: #fff;
    font-size: 1.225em;
    line-height: 2em;
    padding: 0.563em 0.938em 0.375em 0.983em;
    transition: background 0.2s;
    -webkit-transition: background 0.2s;
}

nav ul li a:hover {
    background: #C0C0C0;
    border-bottom: 0.188em solid #E7590b;
}

nav ul li a.active {
    border-bottom: 0.188em solid #E7590b;
}

/* HEADER */

#ground {
    background-image: url(DasBild.jpg);
    background-size: cover;
}

header {
    display: block;
    background-color:;
    text-align: center;    
    
}

.header_text {
   font-size: 4.8em;
    line-height: 1.2em;    
    font-weight: 600;
    color: #000;
    margin: 0em;
    font-family: Comic Sans MS;
    text-shadow: 3px 3px 3px #fff;
}

header2 {
    display: block;
    background-color:;
    text-align: center;    
    
}

.header2_text {
   font-size: 3.8em;
    line-height: 1.2em;    
    font-weight: 600;
    color: #000;
    margin: 0em;
    font-family: Comic Sans MS;
    text-shadow: 3px 3px 3px #fff;
    padding: 0.5em;
}


/* Content Area */


#main {
    display: block;
    width: 96%;
    max-width: 960px;
    margin: 1.15em auto;
    padding: 0em;
}

#main section {
    max-width: 960px;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 20px;
    padding: 0em;
    vertical-align: top;
}

.newsbox1 {
    width: 200px;
    height: 90px;
    background-color: #be991f; color: #1d15d3;
    border-radius: 10px;
    box-sizing: border-box;
    opacity: 0.8;
    margin-left: 70px;
    margin-top: 50px;
    font-size: 1.3em;
    text-align: center;
    padding-left: 0.2em;

}

.newsbox1:hover {
    background-color: #1d15d3; color: #be991f;
    box-shadow: 3px 3px 3px #000;
    
}

.newsbox2 {
    width: 200px;
    height: 90px;
    background-color: #1d15d3; color: #be991f;
    border-radius: 10px;
    box-sizing: border-box;
    opacity: 0.8;
    margin-left: 70px;
    margin-top: 50px;
    font-size: 1.3em;
    text-align: center;
    padding-left: 0.2em;
    box-shadow: 3px 3px 3px #000;
}

.newsbox2:hover {
    background-color: #1d15d3; color: #be991f;
    box-shadow: 3px 3px 3px #000;
}

.newsbox3 {
    width: 200px;
    height: 50px;
    background-color: #A95917;
    color: #56A6E8;
    border-radius: 10px;
    box-sizing: border-box;
    opacity: 0.8;
    margin-left: 70px;
    margin-top: 50px;
    font-size: 1.1em;
    text-align: center;
    padding-left: 0.1em;
    
}

.newsbox3:hover {
    background-color: #56A6E8;
    color: #A95917;
    box-shadow: 3px 3px 3px #000;
}



.gif {
    width: 12em;
    margin-left: 4.5em;
    margin-top: 2em;
    margin-bottom: 1em;
}





/* ZUSATZ */

#zusatz {
    display: block;
    width: 99%;
    max-width: 1080px;
    margin: 1.25em auto;
    padding: 0em;
}
    

    
.zusatz {   
    
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    color: #fff;
}

.ueberschrift p {
    font-variant: small-caps;
    font-size: 30pt;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
}

.ueberschrift img {
    
}
    
.bild img {
    width: 350px;        
    margin-top: 5px;
    border-radius: 15px; 
    
}

bild img:hover {
    width: 600px;
    position: absolute;
}

.bild p {
    font-variant: small-caps;
    font-size: 20pt;
    text-align: center;
    line-height: 15px;
    color: #fff;
    margin-top: 2px;
    max-width: 300px;
    font-weight: bold;
}





.bild_gross img {
    width: 650px;        
    margin: 1em 10em 1em 10em;
    border-radius: 15px; 
    
}

.bild_gross p {
    font-variant: small-caps;
    font-size: 20pt;
    text-align: center;
    line-height: 15px;
    margin-top: 1px;
    font-weight: bold;
    margin: 1em 10em 1em 10em;
}

.bild_mittel img {
    width: 450px;        
    margin-top: 10px;
    border-radius: 15px; 
   
}

.bild_mittel p {
    font-variant: small-caps;
    font-size: 20pt;
    text-align: center;
    line-height: 15px;
    margin-top: 1px;
    font-weight: bold;
    
}



.bild_klein img {
    width: 80px;        
    margin-top: 10px;
    border-radius: 15px; 
}

.bild_klein p {
    font-variant: small-caps;
    font-size: 10pt;
    text-align: center;
    line-height: 25px;
    color: #000;
    margin-top: 1px;
    font-weight: bold;
}





.unterschrift img {
    width: 80px;        
    margin-top: 10px;
    padding: 0em 5px 0em 5px;
}


.unterschrift {
    font-variant: small-caps;
    font-size: 20pt;
    text-align: center;
    line-height: 25px;
    color: #000;
    margin-top: 1px;
    font-weight: bold;
}



.ende {
    width: auto;
    height: 40px;    
    text-align: center;    
    padding-top: 20px;
    text-shadow: 2px 2px 2px #fff;   
}

.ende a {
    text-decoration: none;
    color: black;    
}

.ende a:hover {
    color: #e01616;
}


/* FOOTER */

footer {
    display: block;
    background: #000;
    text-align: center;    
    
}

footer ul {
    display: block;
    width: 100%;
    max-width: 980px;
    text-align: left;
    margin: 10px auto;
    
}

footer ul li {
    display: inline;
    font-size: 1.1em;
    line-height: 1.8em;
    color: #e2dbdb;
    padding: 0em 0.825em 0em 0.825em;
    
}

footer ul li a {
    color: #e2dbdb;
}

/* Mobile Style */

@media screen and (max-width:800px) {
    body {
        font-size: 90%;
     
    }
}

@media screen and (max-width:600px) {
    #main aside, #main article {
        width: 100%;
        display: block;
        margin: 0.25em 0em 0.625em 0em;    
    }
}


@media screen and (min-width: 550px) {
    nav.nav {
        display: block !important;
    }
}
@media screen and (max-width: 550px) {
    body {
        font-size: 80%;
    }
    
    #menubar ul li a.menubutton {
        display: block;
    }
    nav {
        display: none;
        height: auto;
    }
    nav ul li {
        display: block;
        margin: 0.3em 0em 0.3em 0em;
    }
        














