 /* CSS RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: baseline;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration: none;
	margin: 0;
  	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
  width: 100%;
  display: block;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
}

html{
    font-size: 100%;
    /* scroll-behavior: smooth; */
	transition: all 0.3s ease;
    
}

body{
	background-color: black;
	position: relative;
	
}

body::before{
	width: 100%;
	height: 100vh;
	content: "";
	background-image: url('../img/stars.jpg');
	background-size: cover;
	position: fixed;
	background-position: center center;
	opacity: 0.5;
	/* filter: blur(0.5px); */
}


/* BASE STYLES */

:root{
	--primary: #B9EF18;
	--secondary:#B80EB3;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 1.4;
	color: var(--primary);
	white-space: pre-wrap;
	font-size: 1.25rem;
	filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}


a{
	filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}


section{
	padding: 0 1.5rem;
}

.wrapper{
	
	max-width: 1560px;
	margin: 80px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	row-gap: 100px;
	column-gap: 40px;
	justify-content: space-around;
	align-items: center;
	position: relative;

}

.divider{
	max-width: 75%;
	margin: 0 auto;
	margin-top: 100px;
	height: 100%;
	background-color: var(--secondary);
	height: 1.5px;
	opacity: 0.5;
}

span.text-fat{
	font-weight: 800;
}

span.text-white{
	font-weight: 600;
	color: white;
}


#awf label.awf-labelreq:after{
	color: var(--secondary) !important;
}

#awf .awf-error-req-o{
	background-color: var(--secondary) !important;
}




/* NAV */

nav{
	background-color: black;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
    justify-content: center;
	/* display: none; */
}

nav img{
	max-width: 208px;
}



/* START */



#start{
	position: relative;
}




.splash-start{
	position: absolute;
	max-width: 220px;
	right: 0;
	top: 0px;
	opacity: 0.6;
	filter: blur(0.5px);
}


.rot-logo-start{
	max-width: 500px;
	/* margin: 0 auto; */
	
}




/* START ENDE---> */



/* INFO */


#info{
	margin-top: 100px;
	/* background-image: url("../img/info-bg.png");
	background-size: cover;
	background-position: center center; */
	position: relative;
    z-index: 10;
}


.info-wrapper{
	align-items: center;
	margin-top: -30px;
}

.info-L{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 650px;
}

.info-L>p{
	width: 100%;
	/* max-width: 600px; */
}

.info-L>img{
	max-width: 358px;
	margin-bottom: 50px;
	align-self: flex-start;
}


.rot-video{
	width: 100%;
	max-width: 750px;
	max-height: 450px;
	cursor: pointer;
	position: relative;
	z-index: 10;
	padding-top: 20px;
	filter: drop-shadow(0px 0px 20px rgba(184, 14, 178, 0.6));
}



.info-button-section{
	width: 100%;
    max-width: 1500px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	/* row-gap: 100px; */
}


/* DOWNLOAD BUTTON */


.button-wrapper{
	/* margin-top: 50px; */
}

.download-button{
	position: relative;
}

.button-gif{
	max-width: 215px;
}

.button-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 215px;
	position: absolute;
	top: 40px;
    left: 52px;

}

.crown{
	max-width: 50px;
	margin-bottom: 10px;
}

.button-text p.bigger{
	font-weight: 800;
}

.button-text p{
	font-size: 18px !important;
}


.rot-schrift{
	max-width: 160px;
	position: relative !important;
	z-index: 10 !important;
}




/* INFO ENDE ---> */





/* DOWNLOAD & UPLOAD */


#download{
	margin-top: 100px;
	position: relative;
}


.splash-mid{
	max-width: 211px;
	position: absolute;
	top: -372px;
	left: 0;
	opacity: 0.6;
}

.download-wrapper{
	align-items: center;
}


.info-R{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 600px;
}

.info-R p{
	width: 100%;
	max-width: 600px;
}


.info-R img{
	max-width: 377px;
	margin-bottom: 50px;
	align-self: flex-start;
}



.form{
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}

.form p{
	font-size: 14px !important;
	text-align: left !important;
}


.formular{
	
	
	width: 100%;
    max-width: 500px;
	height:100%;

}

.form img{
	max-width: 340px;
	margin-bottom: 75px;
}

#awf-ID62{
	margin-top: 25px !important;
}

#awf-ID67{
	margin-top: 25px !important;
}


/* DOWNLOAD ENDE ---> */



/* SOCIAL */

#social{
	max-width: 600px;
	margin: 120px auto 120px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 40px;
	column-gap: 40px;
	position: relative;
	z-index: 10;
	
}

#social p{
	text-align: center;
}

#social a{
	transition: 0.3s ease;

}

#social a:hover{
	transform: scale(1.1);
}

#social img{
	max-width: 100px;
}


/* SOCIAL ENDE---> */




/* FOOTER */

footer{
	padding: 0rem 2rem 2rem 2rem;
	color: var(--primary);
	text-align: center;
	font-size: 14px;
	position: relative;
	/* border-top: 0.5px solid var(--primary); */
	

	
}

footer a{
	color: var(--primary);
	transition: 0.3s ease;
	font-size: 14px;
	position: relative;
	z-index: 10;
}

footer a:hover{
	color: var(--secondary);
}

footer p{
	margin-top: 5px;
	font-size: 14px;
	position: relative;
	z-index: 10;
}

footer img{
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 450px;
	opacity: 0.4;
	filter: blur(0.5px);
}


/* FOOTER ENDE---> */


/* IMPRESSUM */

.impressum {
	max-width: 1364px;
	margin: 0 auto;
  
	grid-area: datenschutz;
	color: white;
	padding: 2rem 2rem 6rem 2rem;
	z-index: 1;
	/* margin-top: 250px; */
  }
  
  .impressum p {
	font-size: 1rem;
	line-height: 2;
	color: white;
	letter-spacing: 3px;
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	white-space: normal;
  }
  
  .impressum span {
	font-size: 1.1rem;
	font-weight: bold;
	color: var(--secondary);
  }
  
  .impressum a {
	font-size: 1.05rem;
	color: white;
  
	-webkit-transition: color 0.3s ease;
  
	-o-transition: color 0.3s ease;
  
	transition: color 0.3s ease;
  }
  
  .impressum a:hover {
	color: var(--primary);
  }
  
  /* IMPRESSUM ENDE ---> */


/* DATENSCHUTZ */


.datenschutz {
	max-width: 1364px;
	margin: 0 auto;
  
	grid-area: datenschutz;
	color: white;
	padding: 2rem 2rem 6rem 2rem;
	z-index: 1;
	/* margin-top: 250px; */
  }
  
  .datenschutz p {
	font-size: 1rem;
	line-height: 2;
	color: white;
	letter-spacing: 3px;
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	white-space: normal;
  }
  
  .datenschutz span {
	font-size: 1.1rem;
	font-weight: bold;
	color: var(--secondary);
  }
  
  .datenschutz a {
	font-size: 1.05rem;
	color: white;
  
	-webkit-transition: color 0.3s ease;
  
	-o-transition: color 0.3s ease;
  
	transition: color 0.3s ease;
  }
  
  .datenschutz a:hover {
	color: var(--primary);
  }












/* MEDIA SCREEN */



@media screen and (max-width: 1406px) {

	/* BASE STYLES */

	p{
		text-align: center;
		/* white-space: normal; */
	}

	.wrapper{
	
		flex-direction: column;
	
	}


	/* img headlines */

	.info-L>img{
		align-self: center;
	}

	.info-R>img{
		align-self: center;
	}


	/* INFO */

	.rot-video{
		padding: 0;
	}


	
}






@media screen and (max-width: 770px){


	/* BASESTYLES */

	.wrapper{
	
		row-gap: 70px;
	
	}

	/* HEADLINES IMG SIZE */

	.info-L>img{
		max-width: 338px;
	}

	.info-R>img{
		max-width: 357px;
	}

	.form>img{
		max-width: 320px;
	}


	/* START */

	.splash-start{
		top: -195px;
	}



	
	/* info */
 
	.rot-video{
		order: 2;
	} 

	.info-L{
		order: 1;
	} 

	.button-wrapper{
		order: 3;
	}


	.info-button-section{
		flex-direction: column;
		order: 4;
	}

	.button-wrapper{
		margin-bottom: 80px;
	}

	.rot-schrift{
		
		order: 5;
	}

	
	/* DOWNLOAD */

	.splash-mid{
		top: -681px;
    left: -36px;
	}
}










@media screen and (max-width:600px) {
	
	html{
		font-size: 80%;
	}
	
	#social{
		flex-direction: column;
		justify-content: space-between;
		
		margin: 100px auto 100px auto;

			
		
	}

	.social-a{
		order: 2;
	}

	.social-b{
		display: none;
	}

	.social-c{
		order: 3;
	}

}