@charset "UTF-8";


header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* latin-ext */
@font-face {
  font-family: 'Gentium Book Basic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/v16/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjc4XrF64aXU2Wc9.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Gentium Book Basic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjc4ULF64aXU2Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Gentium Book Basic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/pe0wMJCbPYBVokB1LHA9bbyaQb8ZGjcw65RvwofZ8100v6O3.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Gentium Book Basic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/pe0wMJCbPYBVokB1LHA9bbyaQb8ZGjcw65RvzIfZ8100vw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin 
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/
#gesamt {
    font-family: 'Gentium Book Basic', Garamond, Serif;
    background-color: darkturquoise;
    border: thin solid  #003233;
}

header {
    background-color:  #003233;
    font-family: 'Open Sans', sans-serif;
    color: aliceblue;
    text-align: center;
    margin: 1.8%;
        
}

nav ul {
	margin: auto;
    width: 25em;
    height: 3em;
    padding: 0;
   /* padding-top: 0.2em;
    padding-bottom: 0.2em; 
	padding-left: auto;
    padding-right: auto;*/
	border: 1px solid #003233;
	background-color: #99fdff;
}

nav li {
	list-style: none;
	margin: 0.4em;
	padding: 0;
    float: left;
}

nav a,
nav span,
nav h2 {
	display: block;
	padding: 0.4em;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid darkturquoise;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 10px white inset;
	box-shadow: 0 5px 10px white inset;
	color: #003233;
	background-color: aliceblue;
}

nav a:focus, 
nav a:hover,
nav a:active,
nav span {
	color: aliceblue;
	background-color: #003233;
	border-color: aliceblue;
}

main{
    width: 85%;
    margin: auto;
}



h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

figcaption {
	font-size: small;
}

/*

nav {
    color: black;
    background-color: #99fdff;
    border: 2px;
    border-color: #003233;
}

nav ul{
    padding: 0.2 em;
    height: 2em;
    width: 90%;
    
}

*/


.red {color: red;
}

.abgesagt {text-decoration: line-through;
}

.open {
    font-family: 'Open Sans', sans-serif;
}

footer {
    clear: both;
    text-align: center;
    text-decoration: none;
}

footer a{
    color: black;
    text-decoration: none;
}

footer a:focus,
footer a:hover,
footer a:active {
    color:aliceblue;
    text-decoration: none;
    background-color: #003233;
}

/*Bildschrmabfrage für Smartphone*/


@media only screen and (max-width : 569px ){
    
    aside {
        width: 95%;
        margin: auto;
    }
    .right{
    width: 95%;
    margin: auto;
    }
}

/*Bildschirabfrage für Tablets*/

@media only screen and (min-width : 570px ){


.right{
    width: 90%;
    margin: auto;
    }
}

/*Bildschirmabfrage breites Browserfenster*/

@media only screen and (min-width : 951px ){



/*

li {width: 20%;
    list-style: none;
    float: left;
    margin-left: 2%;
    padding-bottom: auto;
    padding-top: auto;
    text-decoration: none;
}

*/

aside {
    margin: 1.8%;
    padding: 1.5em;
}

.right{
    width: 53%;
    margin: 1.8%;
    float: right;
}
}


    

