@import url('https://fonts.googleapis.com/css2?family=Orelega+One&family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Orelega+One&family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

body {
	--header-height:50px; 

	margin: 50px 0 0 0 ; 
	font-family: 'EB Garamond', serif;
	/*background-color: #5c5454;*/
	font-size: 150%;
	background-image: url("./img/Hintergrund 1.jpg");
	background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed;
}

.preload *{
	transition: none !important;
}

.header {
	position: fixed;
	top:0; 
	margin-left:10%;
	width: 80%;
	height: var(--header-height);
	background: #910c0c;/*#ff6363;*/
	display: flex; 
}

.header__button {
	width: var(--header-height);
	flex-shrink: 0;
	background: none;
	outline: none;
	border: none;
	color: #ffffff;
	cursor: pointer;
}

.nav__links {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100vh;
	width: 250px;
	background: #ffffff; 
	transform: translateX(-250px);
	transition: transform 0.3s; 
}

.nav--open .nav__links {
	transform: translateX(0);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.nav__link {
	 display: flex;
	 align-items: center;
	 color:#666666;
	 font-weight: bold;
	 font-size: 70%;
	 text-decoration: none; 
	 padding: 11px 14px;
	 background: transform 0.2s; 
}

.nav__link_w {
	 display: flex;
	 align-items: center;
	 color:#666666;
	 font-weight: bold;
	 font-size: 50%;
	 text-decoration: none; 
	 padding: 7px 10px;
	 background: transform 0.2s; 
}


.nav__link > i {
	margin-right: 15px;
}

.nav__link_w > i {
	margin-right: 15px;
	font-size: 13.5px;
}

.nav__link--active {
	color: #009578; 
}

.nav__link--active,
.nav__link:hover {
	background: #eeeeee; 
}

.nav__link_w:hover {
	background: #eeeeee; 
}

.nav__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5); 
	backdrop-filter: blur(1.25px);
	visibility: hidden; 
	opacity: 0;
	transition: opacity 0.3s; 
}

.nav--open .nav__overlay {
	visibility: visible;
	opacity: 1; 
}

.box {
	
	background-color: white;
	width: 75%; 
	margin-top: 20px;
	margin-bottom: 30px; 
	border: 10px solid black;
	border-radius: 4%; 
	margin-left: auto;
	margin-right: auto;
	height: 100%; 
	text-align: center;
	
}	

img {
	border-color: black;
    border-width: 4px;
    border-style: solid;
	border-radius: 8%; 
	width: 57%; 
	margin-bottom: 15px; 
	margin-top: 17px; 
	box-shadow: 8px 8px 6px grey;
}


ol {
	text-align: left; 
}

 ul {
 	text-align: left;
 }

 h1 {
 	font-size: 195%;
 	font-family: 'Parisienne', cursive;
 	background-color: #d41111; 
 	color: white; 
 	text-shadow: 3px 3px 2px black; 
 }

 h3 {
 	font-size: 140%;
 	font-family: 'Parisienne', cursive;
 	background-color: #d41111; 
 	color: white; 
 	text-shadow: 3px 3px 2px black;

	
 }
 
 h5 {
 	font-size: 150%; 
 	font-family: 'Parisienne', cursive;
 	text-align: center;
 	text-decoration: underline; 
 	color: red;
 	margin:auto;
 }
 
 p {
	 padding: 3%; 
 }
 
 .ahov {
	 color: black;
	 text-decoration: none;  
 }
 
 .ahov:hover {
	 color: blue; 
	 text-decoration: underline;
 }

h4 {
	text-align: center; 
	background-color: #eeeeee; 
	color: black;
	font-size: 70%; 
}


#wrapper {
	width: 80%;
	background-color: #261f1f;
	position: auto;
	margin: auto; 
}

footer {
	text-align: center;
	color: white;
	background-color: #910c0c;
	position: fixed;
	bottom:0; 
	margin-left: 10%; 
	margin-right: 10%; 
	width: 80%;
	height: var(--header-height);
	display: flex; 
}

footer > p {
	text-align: center;
	margin: auto;
}

.videos {
	margin: auto;
	width: 71%;
	height: 30vh;
}

.listen {
	font-size: 120%; 
	text-decoration: underline; 
}