* {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 20px;
}

::-webkit-scrollbar-track {
	background: #ae9d72;
	
	background-image: url("https://army-of-mahdi.com/images/webs/black-paper.png");

	
}

::-webkit-scrollbar-thumb {
	background: #ae9d72;
}

::-webkit-scrollbar-thumb:hover {
	background: #baab84;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	overflow: hidden;
	background: #697854;
	margin: 0;
	padding: 0;
	font-family: "Josefin Slab", serif;
	
}

.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("https://army-of-mahdi.com/images/webs/hintergrund.jpg");
	background-size: cover;
	background-position: center top;
	z-index: -1;
	filter: blur(0px);
}

.woolf {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("#");
	background-position: top left;
	background-size: 500px;
	background-repeat: no-repeat;
	z-index: 0;
	mix-blend-mode: screen;
	opacity: 50%;
	opacity: 0.8;
}

.bild-container {
    height: 200px;

}


.content-container {
	 
	display: flex;
	top: 10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80%;
	filter: drop-shadow(5px 5px 25px black);
}

.content {
	position: relative;
	top: 10px;
	margin-top: 30px;
	background: url("https://army-of-mahdi.com/images/webs/white-paper.png");
	background-size: 1000px;
	background-position: center right;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 50%;
	height: auto;
	padding: 30px 80px 50px 80px;
	z-index: 1;
	filter: brightness(0.95) sepia(30%) saturate(80%);
	border-radius: 30px;
	height: 90vh;
	overflow: auto;
}

@media screen and (max-width: 1650px) {
	.content {
		width: 70%;
	}
}

@media screen and (max-width: 1500px) {
	.content {
		width: 80%;
	}
}

@media screen and (max-width: 868px) {
	.content {
		padding: 30px 50px 50px 50px;
		width: 85%;
	}
}

@media screen and (max-width: 560px) {
	.content {
		padding: 30px 30px 50px 30px;
		width: 95%;
	}
}

h1 {
	font-family: "Yellowtail", cursive;
	font-size: 60pt;
	margin: 0;
	font-weight: 1;
	color: #26231e;
	mix-blend-mode: color-burn;
	
}

@media screen and (max-width: 1071px) {
	h1 {
		font-size: 40pt;
	}
}

@media screen and (max-width: 756px) {
	h1 {
		font-size: 46pt;
		line-height: 46pt;
		padding: 20px 0px;
	}
}

@media screen and (max-width: 370px) {
	h1 {
		font-size: 40pt;
	}
}

hr {
	width: 80%;
	opacity: 0.7;
	margin-top: 20px;


}

h2 {
	font-size: 20pt;
	font-weight: 300;
	color: #35312b;
	text-shadow: 0.3px 0.3px 2px Sienna;
}

h3 {
	text-decoration: 1px dashed underline #888;
	letter-spacing: 2px;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #35312b;
	margin-bottom: 40px;
	text-shadow: 0.6px 0.6px 1px Sienna;
	
}

@media screen and (max-width: 700px) {
	h3 {
		margin-bottom: 70px;
	}
}

p {
	font-size: 16pt;
	font-weight: 400;
	line-height: 28pt;
	color: #565046;
	letter-spacing: 0.5px;
	word-spacing: 3px;
	text-shadow: 0.3px 0.3px 1.5px Sienna;
}

/*
p:first-of-type {
	align-self: flex-start;
	font-weight: 600;
	position: relative;
}*/

p span {
	font-family: "Sassy Frass", cursive;
	font-size: 600%;
	font-weight: 1;
	opacity: 0.8;
}

@media screen and (max-width: 600px) {
	p {
		font-size: 14pt;
	}
}



/* Menue */

header {
    font-family: Arial, sans-serif;
	color: #C2C2C2;
	font-size: .9em;
}

header {
    background-color: black;
    position: fixed;
	z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    display: flex;
    align-items: center;
	text-align: left;
    box-shadow: 0 0 0px 0 black;
	
}



header * {
    display: inline;
	
}

header li {
    margin: 20px;
	
}

header li a {
    color: black;
    text-decoration: none;
}


/* dropdown */



.dropdown {
  position: relative;
  display: inline-block;
  font-size: .9em;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  text-align: left;



  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
  padding: 12px 16px;
  z-index: 1;
  
}

.dropdown:hover .dropdown-content {
  display: block;
}






/* unvisited link */
a:link {
  color: #ffad3a;
  	text-decoration: none;
	font-size: .9em;
	
}

/* visited link */
a:visited {
  color: #ffad3a;
}

/* mouse over link */
a:hover {
  color: #000400;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: #000400;
}


a.schwarz:link {color: black; }
a.schwarz:visited {color: #C2C2C2; }
a.schwarz:hover {color: #D2B48F; }
a.schwarz:focus {color: black; }
a.schwarz:active {color: black; }



