@import url("https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
margin:0;

svg {
	font-family: "Akaya Kanadaka", sans-serif;
	width: 100%; height: 30%;
    }

svg text {
	animation: stroke 10s infinite alternate;
	stroke-width: 2;
	stroke: #365FA0;
	font-size: 150px;
}

@keyframes stroke {
	0%   {
		fill: rgba(204,162,23,0); stroke: rgba(54,95,160,1);
		stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;
	}
	70%  {fill: rgba(204,162,23,0); stroke: rgba(54,95,160,1); }
	80%  {fill: rgba(204,162,23,0); stroke: rgba(54,95,160,1); stroke-width: 3; }
	100% {
		fill: rgba(204,162,23,1); stroke: rgba(54,95,160,0);
		stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
	}
}

#menu {
	background: #0099CC;
	background: linear-gradient(to bottom,  #04CCCC,  #FF9C08);
	height: 45px;
	border-radius: 0px;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
	text-align: center;
}
#menu li {
	display: inline-block;
	position: relative;
}
#menu a {
	display: block;
	line-height: 45px;
	padding: 0 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu li a:hover {
	color: #0099CC;
	background: #F2F2F2;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 45px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	color: #FFFFFF;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 170px;
	background: #F5B111;
	position: absolute;
	z-index: 99;
	display: none;
}
#menu ul.sub-menus li {
	display: block;
	text-align: left;
	width: 100%;
}
#menu ul.sub-menus a {
	color: #FFFFFF;
	font-size: 16px;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background: #F2F2F2;
	color: #444444;
}

@media screen and (max-width: 800px){
	#menu {position:relative}
	#menu ul {background:#F5B111;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none;text-align:left;}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;padding-left: 30px;padding-right: 30px}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:#FFFFFF}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
}


body {
    font-family: 'Roboto', sans-serif;
}

p1 {
    font-family: 'Roboto Condensed', sans-serif;
    
}

#logo_bild


#logo {
    display: flex;
    align-items: center;
}

#slider0 {
    background-image: 
        url(http://www.github.com/Blackskill93/German-Gamer-Lounge/blob/main/Header%20Logo%20GGL.png);
    width: 100%;
    height: 500px;
    background-size: cover;
}