/* unifrakturcook-700 - latin */
@font-face {
  font-family: 'UnifrakturCook';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/unifrakturcook-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/unifrakturcook-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/unifrakturcook-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/unifrakturcook-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/unifrakturcook-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/unifrakturcook-v19-latin-700.svg#UnifrakturCook') format('svg'); /* Legacy iOS */
}
/* dancing-script-regular - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dancing-script-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dancing-script-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dancing-script-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dancing-script-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dancing-script-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dancing-script-v24-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}



/* Generelles */
@charset "utf-8";

body {
    background: #ffcc99; /*Background Mainbereich*/
    font-size: 100%;
    margin: 0em;
    padding: 0em;
}

h1 {
    font-size:3.0em;
    line-height:2.0em;      /*Zeilenhöhe*/
    font-family: 'UnifrakturCook', cursive;
    font-weight: 100;
    color: #0000aa;
    text-shadow: 2px 2px #b9ecef;
    margin:0em;         /*Äußerer Abstand*/
}

h2 {
    font-size:1.500em;
    line-height:0.938em;
    font-family: 'UnifrakturCook', cursive;
    font-weight:100;
    color:#8c220b;
    margin:0em;         /*Äußerer Abstand*/
    padding:1.25em;     /*Innerer Abstand*/
    text-align:center;
}

h3 {
    font-size:1.188em;
    line-height:0em;
    font-family: 'UnifrakturCook', cursive;
    font-weight:100;
    color:#8c220b;
    margin:0em;         /*Äußerer Abstand*/
    padding:1.25em;     /*Innerer Abstand*/
    text-align:center;
}

p {
    line-height:1.25em;
    font-family:serif;
    font-weight:100;
    color:#2F2D2C;
    margin:0em;
    padding:1.25em;
    text-align: justify;  /* Justify = Blocksatz*/
}

ul {
    margin:0px;
    padding: 0em 1.875em 1.25em 2.5em;
}

li {
    list-style:square;   /*square = quadratische Auflistungspunkte*/
    font-family:serif;
    font-weight: 100;
    color:#2F2D2C;
    line-height: 1.25em;
    margin:0em;
    padding:0em;      /*Innerer Abstand der Links*/
    margin: 0.313em 0em 0.313em 0em;  /*Abstände oben - rechts - unten - links */
}

img {
    display: block; 
    margin: auto;
    width:75%;
    height:auto;
    max-width:100%;
    
}

a {
    text-decoration: none;    /*Hyperlink ohne Unterstrich*/
}

/* On Top Bar */
#menubar {
    display:block;      /*block = über volle Breite der Seite sichtbar*/
    background:#FFFFFF;
}

#menubar ul {
    display:block;
    width:2em;
    padding:0.9em;
}

#menubar ul li {
    display:inline;    /*Auflistungspunkte in einer Reihe*/
}

#menubar ul li a.menubutton {
    display: none;
}

/* Header */

header {
    display:block;
    background-color: #82d6f0;  /*Background Headerbereich*/
    text-align:center;
}

header img {
    max-width:980px;
    border-radius: 10px;
    
}



/* Navigation */

nav {
    display:block;
    height:2.5em;
    background:#0000f0;
    text-align:center;
}

nav ul {
    display:block;
}

nav ul li {
    display:inline;
    margin: 0em 0em 0em 0em;
}

nav ul li a {
    color:azure;
    font-size:1.063em;
    line-height:2.5em;
    padding: 0.563em 0.375em 0.375em 0.375em;
    transition: background 0.2s;
    -webkit-transition:background 0.2s;
}

nav ul li a:hover {
    background: #82d6f0;   /*Background Navigation bei Mauszeiger*/
    color: #0000aa;
    border-bottom: 0.188em solid #E75908;     /*Unterer Rahmen bei aktivem Link*/
}

nav ul li a.active {
    border-bottom: 0.188em solid #E75908;
}

/* Content  Mainbereich*/

#main {
    display: block;
    width: 96%;
    max-width: 980px;
    margin: 1.25em auto;
    padding: 0em;
    
    
}

#main article {
    display: inline-block;
    width: 65.3%;
    background: #b9ecef;
    vertical-align: top;
    margin: 0em;
    padding: 0em;
    text-align: center;
    border-radius: 10px;
}

#main article h2 {
    padding: 1em 1.8em 1em 1.8em;
}


#main article img {
    max-width: 560px;
    padding-top: 0px;
    box-shadow: 0px 0px 10px -5px #4c4948;
    border-radius: 10px;
}

#main aside {
    display: inline-block; 
    width: 30.6%;
    margin-left: 3%;
    padding: 0em;
    vertical-align: top;
}

#main aside section {
    margin-bottom: 1.563em;
    background: #b9ecef;
    border-bottom: 0.188em solid #E7590B;
    border-radius: 8px;
}

#main aside section ul {
    padding: 0em 1.875em 1.25em 2.5em;
}

/* Footer */

footer {
    display: block;
    background-color: #0000aa;  /*Background Footerbereich*/
    text-align: center;
}

footer ul {
    display: block;
    width: 100%;
    max-width: 980px;
    text-align: left;
    margin: 0px auto;
}

footer ul li {
    display: inline;
    font-size: 0.8em;
    line-height: 2.8em;
    color: azure;
    padding: 0em 0.625em 0em 0.625em;
}

footer ul li a {
    color: #82d6f0;
}

/* 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.625em 0em 0.625em 0em;
    }
}

@media screen and (min-width:550px) {
    nav.nav {
        display: block !important;
    }
}

@media screen and (max-width:550px) {
    body {
        font-size: 86%;
    }
    #menubar ul li a.menubutton {
        display: block;
    }
    nav {
        display: none;
        height: auto;
    }
    nav ul li {
        display: block;
        margin: 0.3em 0em 0.3em 0em;
        
    }
}