/* Gerneral Style */

body {
    background: #000;
    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;    
    text-align: center;
    background: #000;
}

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: #a25ae6;
    margin: 0em;
    font-family: Comic Sans MS;
    text-shadow: 3px 3px 3px #000;
}

header2 {
    display: block;
    background-color:;
    text-align: center;    
    
}

.header2_text {
   font-size: 3.8em;
    line-height: 1.2em;    
    font-weight: 600;
    color: #a25ae6;
    margin: 0em;
    font-family: Comic Sans MS;
    text-shadow: 3px 3px 3px #000;
    padding: 0.5em;
}


/* Content Area */


#main {
    display: flex;
    width: 100%;
    max-width: 1080px;
    margin: 1.15em auto;
    padding: 0em;
}

#main section {
    max-width: 960px;
    display: flex;
    flex-flow: wrap;
    margin: auto;
    padding: 0em;
    vertical-align: top;    
}


.newsbox1 {
    width: 200px;
    height: 100px;
    background-color: #a5abb9;
    color: #551a8b; 
    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;
    padding-top: 0.4em;
    
    
}

.newsbox1:hover {
    background-color: #551a8b;
    color: #a5abb9;
    box-shadow: 3px 3px 3px #000;
    
}

.newsbox2 {
    width: 200px;
    height: 100px;
    background-color: #551a8b;
    color: #a5abb9;
    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: 0em;
    padding-top: 0.5em;
    box-shadow: 3px 3px 3px #000;
    
}

.newsbox2:hover {
    background-color: #551a8b;    
    box-shadow: 3px 3px 3px #000;
    color: #a5abb9;
}



.gif {
    width: 6em;
    margin-left: 90px;
    margin-top: 60px;
    padding: 4em;
}




/* ZUSATZ */

#zusatz {
    display: block;
    width: 96%;
    max-width: 1080px;
    margin: 1.25em auto;
    padding: 0em;
    font-size: 130%;
    color: #fff;
}
    

.zusatz {   
    background-color: #000;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    
}
    
.bild {
    width: 300px;
    height: 200px;
    margin-top: 10px;
}


.bild_text {
    font-variant: small-caps;
    font-size: 14pt;
    text-align: center;
    line-height: 0px;
    color: #fff; 
}

.ende {
    width: auto;
    height: 40px;    
    text-align: center;
    background-color:#000; 
    padding-top: 20px;
    font-size: 1.7em;
}

.ende a {
    text-decoration: none;
    color: #f8f8f8;
}

.ende a:hover {
    color: firebrick;
}


/* 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;
    }
        














