* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html, body {
	color: #fff;
	background: hotpink;	
}

html {
	font-size: 100%;
}

body {
	font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

.none {
	display: none;
}

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

.opacity {
	opacity : 0.2;
	-moz-opacity : 0.2;
	-ms-filter: "alpha(opacity=20)";
	filter : alpha(opacity=20);
}

::-webkit-scrollbar {
	display: none;
}

#content {
}

p {
	font-weight: 600;
	line-height: 5vw;
	letter-spacing: 0;
	margin-bottom: 15px;
	color: transparent;
	font-size: 3.5vw;
	background-image: linear-gradient(to left, #f40b19, #3498db, #9b59b6, #f39c12);
	-webkit-background-clip: text;
	animation: animate 5s linear infinite;
	-webkit-background-size: 500%;
	background-size: 500%;
}

@keyframes animate {
	0%{
		background-position: 0 100%;
	}
	50%{
		background-position: 100% 0;
	}
	100%{
		background-position: 0 100%;
	}
}

.impressum {
	position: absolute;
	margin: 50px 150px 100px 50px;
}

p a:link, p a:visited, p a:active {
	color: transparent;
}
 
 p a:hover {
	 color: red;
}

/*
@media only screen and (max-width: 575px) {}
@media only screen and (max-width: 767px) {}
*/

h1, h2 {
	margin-top: 40px;
	margin-bottom: 5px;
	color: #e2e2e2;
	font-size: 3vw;
}
h1 {
	font-size: 5vw;
	text-transform: uppercase;	
}

.l2{
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-weight: 900;
	font-size: 1.4em;
	text-align: center;
	writing-mode: vertical-lr;
	  text-decoration:none;
	  transition: all 0.3s ease-in-out;
	  display:inline-block;
	  width:25px;
	  height:100px;
	  line-height:25px;
	  text-transform: uppercase;
	  margin:5px;
	  position:fixed;
	  right: 30px;
	  overflow:hidden;
	}
	
.l2:before{
	  
	  transition: all 0.3s ease-in-out;  
	  content: attr(value);
	  display:block;
	  height:100px;
	  margin-left:-25px;
	 
	}
	
	.l2:after{
	  transition: all 0.3s ease-in-out;  
	  content: attr(value);
	height:100px;
	 margin-left:0px; 
	}
	
	.l2:hover:after{
	  margin-left:25px;
	  color: #fff;
	    
	}
	.l2:hover:before{
	  margin-left: 0px;
	  color: #fff;

	}
	
	