@charset "utf-8";
/* CSS Document */

html, body{
	height: 100%; 
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	/*font-family: "Poppins", "Helvetica Neue", "Helvetica, Arial", sans-serif; */
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.45em;
	-ms-overflow-style: none; /* IE 10+ */
	overflow: -moz-scrollbars-none;
}

::-webkit-scrollbar { 
    display: none;
}


@font-face {
  font-family: myFirstFont;
  src: url("../type/ARCADECLASSIC.TTF");
}

h1, h2, h3, h4, h5, h6{
	font-family: myFirstFont;
	letter-spacing: 0.1em;
	font-style: italic;
	font-kerning: auto;
}

q{
	color: rgba(115,124,21,0.75);
	font-style: italic;
}

ul{
	list-style-type: none;
}

header{
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url('../bilder/ecstasy-gif-10.gif');
	background-size:900% 900%;
	background-position: right center;
	background-attachment: fixed;
	position: fixed;
	z-index: -10;
}

#logo{
	padding-top: 5%;
	width: 50%;
	height: 20%;
	margin:0 auto;
	position: relative;
	z-index: -10;
}

#logo img{
	width: 100%;
	height: auto;
}

.webbrutalism-logo{
	position: absolute;
	z-index: 4;
}

.welle{
	z-index: -1;
  	top: 1vw;
	position: absolute;
	width: 110%;
	height: 15vw !important;
}

main{
	width: 100%;
	max-width: 2000px;
}

main a{
	color: rgba(0,0,0,0.79);
	text-decoration: none;
}

main a:hover{
	color: red;
	font-style: italic;
}

.inhalt{
	width:70%;
	margin: 0 auto;
	color: rgba(47,47,47,1.00);
}

.inhalt p{
	font-size: 0.8em;
	letter-spacing: 0.05em;
	/*background-color: black;*/
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,0.85) 35%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,1) 78%, rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,0.85) 35%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,1) 78%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,0.85) 35%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,1) 78%, rgba(0,0,0,0.8) 100%);
	border: 1px solid rgba(47,47,47,1.00);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.inhalt a{
	color: rgba(47,47,47,1.00);
	text-decoration: underline;
	text-decoration-color: rgba(115,124,21,0.75);
}

.inhalt a:hover{
	letter-spacing: 0.09em;
	color: red;
	text-decoration-color:red;
	font-style: italic;
}

.zahl{
	font-size: 3em; 
	font-family: myFirstFont;
	text-shadow:  3px  3px 3px rgba(115,124,21,0.6),
                  3px -3px 3px rgba(115,124,21,0.6),
                 -3px  3px 3px rgba(115,124,21,0.6),
                 -3px -3px 3px rgba(115,124,21,0.6);
}

footer{
	margin-top: 5%;
	width: 100%;
	font-family: myFirstFont;
	letter-spacing: 0.1em; 
}

.inner-footer{
	padding-bottom: 3%;
	width: 96%; 
	margin: 0 auto;
}

.text-footer-left{
	float: left;
}

.text-footer-right{
	float: right;
}

@media (max-width: 1100px) {
	.inhalt{
		width:90%;
	}
}