/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/quicksand-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v19-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v19-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/quicksand-v19-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v19-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v19-latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-600 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/quicksand-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v19-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v19-latin-600.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quicksand-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v19-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}

#cookie_pu_wrapper{
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 9000;
	display:none;
}

#cookie_pu_wrapper .flex_wrapper{
	display:flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}


#cookie_pu_wrapper .fade{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.7);
}


.alert{
	width:80%;
	max-width: 500px;
	box-sizing: border-box;
	padding:15px;
	z-index: 5000;
	background-color: #ffffff;
	border:2px solid #333333;
	display:block;
	box-shadow:0px 0px 10px #333333;
}

.alert .alert_headline{
	text-align: center;
	margin-bottom: 15px;
	font-size:16px;
	font-weight:700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.alert .alert_content{
	text-align: center;
	margin-bottom: 15px;
	font-size:12px;
	font-weight: 400;
	line-height: 10px;
	line-height: 18px;
}

.alert .alert_content ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.alert .alert_content ul li{
	padding-bottom: 10px;
}

.alert .alert_buttons{
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	font-size: 14px;
}

.alert .alert_buttons div{
	box-sizing: border-box;
	padding:10px 15px;
	width:auto;
	cursor: pointer;
	background-color:#DE4C4C;
	color:#FFFFFF;
	letter-spacing: 1px;
	margin-bottom: 10px;
	min-width: 150px;
	text-align: center;
	border-radius: 5px;
}

.alert .alert_buttons div.alert_no{
	background-color:#ffffff;
	color:#DE4C4C;
	border: 1px solid #DE4C4C;
}

.grecaptcha-badge { visibility: hidden; }

.recaptcha_note{
	font-size: 12px;
	text-align: left;
	color:#ffffff;
}

.recaptcha_note a{
	color:#ffffff;
}

body,html {
	margin:0px;
	padding:0px;
	font-family:"Quicksand";
}

img {
	border:0px;
}

#wrapper {
	width:100%;
	max-width:1920px;
	margin:0 auto;
}

.header {
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
	background-color: #333333;
	width:100%;
}

.header img {
	width:400px;
}

#content_pu{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2000;
	background-color:rgba(0,0,0,0.85);
}

#content_pu .pu_inner{
	background-color:#ffffff;
	padding:60px 30px 30px 30px;
	text-align: center;
	overflow: auto;
	position: relative;
	max-height: 100%;
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
}

#content_pu .pu_inner.full{

	overflow:scroll;
}

#content_pu .pu_inner.fullscreen{
	padding-top: 100px;
}

#content_pu .pu_inner .tinytext{
	padding:30px 0;
}

#content_pu .pu_inner input{
	border-bottom: 3px solid #dd4b4b;
	margin-top: 10px;
}

#content_pu .pu_inner button{
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	
	
	box-sizing: border-box;
	padding:10px 15px;
	width:auto;
	cursor: pointer;
	background-color:#DE4C4C;
	color:#FFFFFF;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#content_pu .pu_inner.fullscreen .pu_header{
	display: block;
}

#content_pu .pu_inner .pu_header{
	display: none;
	position: absolute;
	top:0;
	left:0;
}

.pu_header{
	background-color:#333333;
	margin-bottom: 15px;
	width:100%;
	padding:15px;
	box-sizing: border-box;
}

.pu_header img{
	width:90%;
	max-width: 300px;
	display: block;
	margin:auto;
}

.pu_headline{
    text-align: center;
    width: 100%;
    font-family: "Quicksand";
    font-size: 40px;
    letter-spacing: 4px;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
	margin-bottom: 30px;
}

#content_pu .pu_inner .flex{
	justify-content: center;
}

#content_pu .pu_inner .close{
	position: absolute;
	width:50px;
	height:50px;
	top:-25px;
	left: calc(50% - 25px);
	background-color:#ffffff;
	border-radius: 50%;
	border: 2px solid #333333;
	background-image: url("../img/close_black.png");
	background-position: center center;
	background-size: 60%;
	background-repeat: no-repeat;
	transition:.2s background-size linear;
	cursor: pointer;
}

#content_pu .pu_inner .close:hover{
	background-size: 80%;
}

#content_pu .pu_inner.fullscreen .close{
	top:10px;
	right:10px;
	left: inherit;
	z-index: 200;
}

#logo_big{
    width: 800px;
    left: calc(50% - 400px);
	display: inline-block;
	transition: .1s all linear;
}

#logo_big .st2{
	fill:#ffffff;
}

#logo_small{
	position: fixed;
	width:300px;
	top:50px;
	left:calc(50% - 150px);
	display:none;
	cursor: pointer;
}

#logo_small .st2{
	fill:#333333;
}

#logo_small.kontrast .st2{
	fill:#ffffff;
}

#logo_small.contact{
	background-color:#333333;
	top:0;
	padding: 50px 15px 15px 15px;
	box-sizing: border-box;
	width: 330px;
	left: calc(50% - 165px);
}

h1 {
	margin-top:100px;
	text-align: center;
	width: 100%;
	color:#333333;
	font-family:"Quicksand";
	font-size:50px;
	font-weight: 300;
	letter-spacing: 4px;
	padding-left:5%;
	padding-right:5%;
	box-sizing: border-box;
}

h2 {
	margin-top:100px;
	text-align: center;
	width: 100%;
	color:#333333;
	font-family:"Quicksand";
	font-size:40px;
	font-weight: 300;
	letter-spacing: 4px;
	padding-left:5%;
	padding-right:5%;
	box-sizing: border-box;
}

.content {
	text-align: center;
	width: 100%;
	color:#333333;
	font-family:"Quicksand";
	font-size: 18px;
    letter-spacing: 1px;
	padding-left:5%;
	padding-right:5%;
	box-sizing: border-box;
	padding-bottom:100px;
}

.content form {
	margin-top:20px;
}

.content input {
	width:200px;
	border:0px;
	border-bottom:2px solid #DE4C4C;
	letter-spacing: 2px;
	padding: 10px;
    text-align: center;
    background-color: #EEEEEE;
	letter-spacing: 2px;
}

.content button {
	padding: 10px;
    background-color: #DE4C4C;
    border: 0px;
    color: #FFFFFF;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

#startscreen_video{
    display:none;
	opacity: 0.5;
}

#startscreen_video, #startscreen_video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw;
    /* 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* 16/9*100 = 177.77 */
  }
  
  #startscreen_video iframe {
    opacity: 0;
  }
  
  #startscreen_video iframe.loaded {
    opacity: 1;
  }

#startvid {
	position: absolute;
	background-color: #000000;
	top: 0;
	bottom: 0;
	width: 100%;
}

#startvid #startvid_inner {
	position: absolute;
	top:20%;
	text-align: center;
	width:100%;
}

#startvid #startvid_inner img {
	width:50%;
}

#startvid #startvid_inner h1 {
	color:#FFFFFF;
	font-weight: 500;
	margin-bottom:20px;
}

#startvid #startvid_inner h2 {
	color:#FFFFFF;
	margin-top:0px;
}

#startvid #startvid_inner .stores{
	justify-content: center;
	align-items: center;
}

#startvid #startvid_inner .stores .store img{
	max-width: 150px;
	width:100%;
}

#startvid  .scrollDown{
	position: absolute;
	bottom:30px;
	width:100%;
	color:#ffffff;
	text-align: center;
}

#startvid .scrollDown p{
	font-size: 15px;
	width:100%;
}
#startvid  .scrollDown .scroll{
	width:100%;
}

#startvid  .scrollDown .scroll img{
	width:50px;
	display: block;
	margin: auto;
}

.store a{
	display:block;
}

.cleardiv {
	clear:both;
	height:0px;
}

.flex{
	display:flex;
}

.section{
	position: relative;
	background: #ffffff;
}

.section.right .flex{
	justify-content: flex-end;
}

.section.left .flex{
	justify-content: flex-start;
}

.section .content_wrap{
	max-width: 1000px;
	margin: auto;
	width:95%;
}

.section.contact .content_wrap{
	max-width: 1300px;
}

.section.contact .wrap{
	width:45%;
} 

.section.contact textarea:focus, .section.contact input:focus {
    outline-offset: -2px;
	outline-width:0px;
	outline: none;
}

.section.contact .captcha_wrapper{
	display: flex;
	margin-bottom: 15px;
}



.section.contact .captcha_wrapper .BDC_CaptchaDiv{
	flex-shrink: 0;
}

.section.contact  .captcha_wrapper #CaptchaCode{
	margin-right: 15px;
	font-size: 12px;
	padding: 17.5px;
}

@media only screen and (max-width: 1120px){
	.section.contact .captcha_wrapper{
		flex-wrap: wrap;
	}

	.section.contact  .captcha_wrapper #CaptchaCode{
		margin-right: 0;
	}
}

@media only screen and (max-width: 800px){
	.section.contact .captcha_wrapper{
		flex-wrap: nowrap;
	}
}

@media only screen and (max-width: 550px){
	.section.contact .captcha_wrapper{
		flex-wrap: wrap;
	}

	.section.contact  .captcha_wrapper #CaptchaCode{
		margin-right: 0;
	}
}

input[type="password"],
input[type="email"],
input[type="text"],
textarea{
	width:100%;
	padding:10px;
	box-sizing: border-box;
	color:#333333;
	border:0;
	margin-bottom:15px;
	text-align: left;
	border-radius: 0;
	letter-spacing: 2px;
	background-color:#ffffff;
	font-size: 12px;
	font-family: "Quicksand";
}

.section.contact .reqField{
	border: 1px solid red !important;
}


.section.contact .sendit{
	background-color: #dd4b4b;
	cursor: pointer;
	float:right;
	padding:15px 60px;
	font-weight: 700;
	letter-spacing: 3px;
}

.section.contact .contact_form{
	position: relative;
	overflow: hidden;
}

.section.contact .error{
	position: absolute;
	padding:15px;
	background-color:#ffffff;
	width:60%;
	left:20%;
	top:-100px;
	color:#ff0000;
	border-left: 2px solid red;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
	box-sizing: border-box;
	transition: .2s all linear;
}

.section.contact .success{
	position: absolute;
	padding:15px;
	background-color:#ffffff;
	width:60%;
	left:20%;
	top:-100px;
	color:green;
	border-left: 2px solid green;
	border-right: 2px solid green;
	border-bottom: 2px solid green;
	box-sizing: border-box;
	transition: .2s all linear;
}



.section .wrap{
	width:60%;
	text-align: center;
	padding: 30px;
}

#mobile_headline h3,
.section .wrap h3{
	font-weight: 500;
    margin-bottom: 0px;
	font-size: 50px;
	letter-spacing: 6px;
}

#mobile_headline h4,
.section .wrap h4{
	font-size: 40px;
    font-weight: 300;
	margin:0;
	letter-spacing: 4px;
}

.section .wrap p{
	font-size: 16px;
	line-height: 24px;
}

.section.contact{
	background-color:#333333;
	color:#ffffff;
}

#device{
	position:fixed;
	z-index: 100;
	bottom:-400px;
}

#device .time{
	position: absolute;
	top: 5%;
	font-size: 10px;
	right: 78%;
	color:#000000;
	font-weight:800;
}

#device .screen{
	position: absolute;
	top: 21px;
	right: 23px;
	bottom: 21px;
	left: 23px;
	background-color:#333333;
	z-index: -1;
	overflow: hidden;
}

#device .screen video{
	max-width: 100%;
}

.device_video{
	display:none;
}

#device img{
	display: block;
	max-width: 300px;
	position: relative;
	z-index: 1;
}


#storebar{
	position: fixed;
	bottom:-300px;
	width:100%;
	padding:15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#333333;
	box-sizing: border-box;
}

#storebar .store img{
	max-width: 150px;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background-color: #ffffff !important;
 }



#fp-nav.kontrast ul li a.active span,
#fp-nav.kontrast ul li a span{
	background-color:#333333 !important;
}

#fp-nav.kontrast ul li a.active span,
#fp-nav ul li a.active span{
	background-color:#dd4b4b !important;
}

.footer{
	position: absolute;
	bottom:0;
	width:100%;
	justify-content: space-between !important;
	align-items: center;
	height:100px;
	padding:0 50px;
	border-top: 3px solid #dd4b4b;
	box-sizing: border-box;
}

.footer a{
	color:#ffffff;
	text-decoration: none;
	
}

.footer a:hover{
	text-decoration: underline;
}

.footer a:nth-of-type(2){
	margin-left:15px;
}

#mobile_headline, #mobile_info, #mobile_info_content{
	display:none;
}

@media only screen and (max-width: 1000px) {
	#device img{
		max-width: 200px;
	}
	
	#device{
		bottom:-300px;
	}

	#device .screen{
		top: 14px;
		right: 15.5px;
		bottom: 10px;
		left: 15.5px;
	}
	
	#device .time{
		font-size: 7px;
	}
	
	
	#logo_big{
		width:90%;
		left:5%;
	}
	
	.section.contact .wrap h3{
		font-size: 35px;
		margin-top: 0;
	}
	
	.section.contact .wrap h4{
		font-size: 25px;
	}
	
}

@media only screen and (max-width: 800px) {
	.header img {
		width:200px;
	}
	
	h1 {
		font-size:40px;
		margin-top: 50px;
	}
	
	#startvid #startvid_inner img {
		width:80%;
	}

	
	#startvid #startvid_inner h1 {
		font-size:45px;
		margin-top:100px;
	}

	#startvid #startvid_inner h2 {
		font-size:25px;
	}
	
	#mobile_headline h3,
	.section .wrap h3{
		font-size: 35px;
		margin-top: 0;
	}
	
	#mobile_headline h4,
	.section .wrap h4{
		font-size: 25px;
	}
	
	#startvid #startvid_inner h1{
		margin-top: 50px;
		font-size: 35px;
	}
	
	#startvid #startvid_inner h2{
		font-size: 25px;
	}
	
	.section .wrap{
		width: 50%;
	}
	
	.section.contact .flex{
		flex-wrap: wrap;
	}
	
	.section.contact .wrap{
		width:100%;
	}
	
	.section.contact .content_wrap{
		margin-top: 100px;
		margin-bottom: 200px;
	}
	
}

@media only screen and (max-width: 660px) {
	
	.recaptcha_note{
		padding-top: 15px;
		clear:both;
	}
	
	#device{
		bottom:-600px;
		/*display:none;*/
	}

	
	.section.right .flex{
		justify-content: center;
	}
	
	.section .wrap{
		width:80%;
	}
	
	
	.section .content_wrap{
		margin-top: 100px;
		margin-bottom: 50px;
	}
	
	.footer{
		font-size: 10px;
		padding: 0 30px;
		height: 80px;
	}
	
	#storebar .store img {
		max-width: 100px;
	}
	
	#storebar{
		padding:10px;
	}
	
	.sendit{
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
	
	#content_pu .pu_inner .pu_header{
		padding:15px 50px;
	}
	
	#content_pu .pu_inner .close{
		width:30px;
		height:30px;
	}
	
	#content_pu .pu_inner.fullscreen .close{
		top:15px;
	}
	
	#content_pu .pu_inner .pu_headline{
		font-size: 30px;
	}
	
	.section:not(.contact) .wrap{
		display:none;
	}
	
	#logo_small{
		top:30px;
	}
	
	#mobile_info, #mobile_info_content{
		display:block;
		position: fixed;
	}
		
	#mobile_headline{
		display:block;
		position: absolute;
		top:-80px;
		width:100%;
		text-align: center;
	}
	
	#mobile_info{
		right: 15px;
		bottom: 95px;
		width: 20px;
		height: 20px;
		background-color: #000000;
		border-radius: 50%;
		color: #ffffff;
		cursor: pointer;
		text-align: center;
		display:none;
	}
	
	#mobile_info:after{
		content: "i";
	}
	
	#mobile_info_content{
		bottom: 80px;
		left: 50px;
		right: 50px;
		background-image: url("../img/verlauf.png");
		background-size: contain;
		background-repeat: repeat-x;
		z-index: 500;
		padding:15px;
		padding-top: 50px;
		box-sizing: border-box;
		text-align: center;
		font-size: 14px;
		line-height: 17px;
		display:none;
	}
	
	#logo_small.contact{
		padding-top: 30px;
	}
	
}

@media only screen and (max-width: 380px) {
	
	#device img{
		max-width: 150px;
	}
	
	#device .screen {
		top: 11px;
		right: 12px;
		bottom: 10px;
		left: 11.5px;
	}
	
	#fp-nav.fp-left{
		left:0 !important;
	}
	
	.section.contact .error{
		width:100%;
		left:0;
	}
	
	#mobile_headline h3,
	.section.contact .wrap h3,
	.section .wrap h3{
		font-size: 25px;
	}
	
	#mobile_headline h4,
	.section.contact .wrap h4,
	.section .wrap h4{
		font-size: 20px;
	}
	
	.section.contact .wrap p,
	.section .wrap p{
		font-size: 15px;
	}
	
	
}

/*MEDIA HEIGHT*/


@media only screen and (max-height: 750px) {
	h1{
		margin-top: 50px;
	}
	
	#startvid #startvid_inner{
		top:10%;
	}
}