html, body{
	font-family: "Arimo", sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body .show{display: inherit;}
body .dont_show{
	display: none;

}
@keyframes appear_left{
	0%{left: -25%;}
	100%{left: 0;}
}
@keyframes appear_bottom{
	0%{bottom: -25%;}
	100%{bottom: 0%;}
}
/*-------------------------------------------------------------------------------------------------------------
------------------------------------------------- PARALLAX ----------------------------------------------------
-------------------------------------------------------------------------------------------------------------*/

section.module:last-child {
  margin-bottom: 0;
}
/*figcaption {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}*/
section.module.content {
  padding: 2vmax 5vmax;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  background-color: #fff;
  box-shadow: 0 0 10vh #000;
  /*height: 100vh;*/
  z-index: 2;
}
section.module.parallax {
  /*height: 100vh;*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  z-index: 0;
  position: sticky;
}
section.module.parallax-1 h1 {
	color: rgb(230, 74, 25);
  margin: 0;
  font-weight: 600;
  transition: opacity 0.5s;
  text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.7);
}
#claim{
	transition: opacity 0.5s;
}
.claim{
	width: 40%;
	position: absolute;
	top: 20%;
	color: #fff;
	margin: 0;
	padding: 0;
}
.left_claim{
	left: 6%;
	text-align: right;
	font-size: 3.6vmax;
	font-family: "Montserrat", sans-serif;
}
.left_claim span{
	font-size: 1.5vmax;
	font-weight: normal;
	line-height: 2vmax;
}
.right_claim{
	left: 55%;
	top:20%;
	max-width: 35vmax;
	text-align: left;
	font-size: 1.5vmax;
	font-family: "Montserrat", sans-serif;
}
/*section.module.parallax img{
  padding-top: 40vh;
  height: 15vh;
  width: auto;
}*/
section.module.parallax-1 {
  background-image: url("../img/komm_runter_sachsen_bg_rgb.jpg");
  text-align: left;
  height: 100vh;
}
section.module.parallax-2 {
  /*height: 100vh;*/
}
section.module.content.last{
  padding-bottom: 0;
}
section.module .container{
	width: 70vw;
}
a:visited{
	border:none;
}
/*---------------------------------------------BREVO---------------------------------------------------------*/
	  #sib-container{
	  	padding: 0.5vmax;
	  }

	  #sib-container input:-ms-input-placeholder {
	    text-align: left;
	    font-family: "Arimo", sans-serif;
	    color: #f7f7f7;
	  }

	  #sib-container input::placeholder {
	    text-align: left;
	    font-family: "Arimo", sans-serif;
	    color: #f7f7f7;
	  }

	  #sib-container textarea::placeholder {
	    text-align: left;
	    font-family: "Arimo", sans-serif;
	    color: #f7f7f7;
	  }

	  #sib-container a {
	    text-decoration: underline;
	    color: #e64a19;
	  }
	  .sib-form .checkbox{
	  	top: 0vmax;
	  	left: 0.5vmax;
	  }
	  .sib-form-block__button{
	  	padding: 0.5vmax 3vmax;
	  	font-size: 0.8vmax;
	  	background-color:#e64a19;
	  	transition: 0.5s background-color;
	  }
	  .sib-form-block__button:hover{
	  	background-color:#214c42;
	  	transition: 0.5s background-color;
	  }
	  .sib-form{
	  	margin: 0;
	  	padding: 0;
	  }
	  .sib-form .input, .sib-form .entry__label{
	  	color: #000;
	  	font-size: 1vmax;
	  }
	  .sib-form .input:not(textarea), .sib-form .input__button{
	  	height: 2vmax;
	  }
/*---------------------------------------------BREVO END-----------------------------------------------------*/



a{
	text-decoration: none;
	transition: 0.5s color;
}
a:hover{
	transition: 0.5s color;
	color: #000;
}
.container{
	width: 91vw;
	margin: 0 auto;
	padding: 0 2vw;
}
p a{
	transition: 0.5s color;
	color: rgb(230, 74, 25);
	font-family: "Arimo", sans-serif;
}	
p a:hover, #sib-container a:hover{
	transition: 0.5s color;
	color: #214c42;
}
#home{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #000;
	font-family: "Montserrat", sans-serif;
}
h1, h2{	
	font-size: 2vw;
	font-weight: bold;
	padding: 0.5vh 2vw;
	margin-bottom: 0;
	text-align: left;
	color: #1a1a1a;
}
h2{font-size: 1.8vw;}
#home h2{
	margin-top: 0;
	color: #fff;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
p{
	text-align: left;
	font-size: 1vmax;
}
.sib-form__declaration p, .entry__choice label p{
	font-size: 0.8vmax;
	display: contents;
	padding-left: 1vmax;
}
#home .content h2{
	color: #000;
	font-size: 2.5vmax;
	margin-top: 2vmax;
}
#home .content p{
	padding: 0 5vmax;
}
.w_50{
	width: calc(50% - 3px - 10vmax);
	display: inline-block;
	padding: 1.5vmax 5vmax;
	vertical-align: text-top;
}
h3{
	font-size: 1.5vmax;
	font-weight: 400;
}
#home .w_50 p{
	padding: 0;
}
.orange{
	color: rgb(230, 74, 25, 1.0);
}
.centered{
	text-align: center;
}
.partner h3{
	margin-top: 5vmax;
}
.partner img{
	width: 10vmax;
	margin: 0 3vmax;
}
.footer{
	right: 0;
	width: calc(100% - 2vw);
	background-color: #141213;
	text-align:center;
	padding: 2vmax 1vmax;
	border-top: 1px solid #141213;
}
.footer p{
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1.1vw;
	display: inline-block;
	width: 65%;
	font-family: "Montserrat", sans-serif;
}
.footer p span{
	font-weight: bold;
}
.footer p a{
	font-family: "Montserrat", sans-serif;
}
.footer p a:hover{
	color: #214c42;
}
#danke{
	font-family: "Montserrat", sans-serif;
}
#danke h1{
	font-size: 4vmax;
	position: absolute;
	top: 40%;
	width: 100%;
	margin: 0 auto;
}
#danke .parallax p{
	font-size: 1.8vmax;
	font-weight: 600;
	position: absolute;
	top: 50%;
	width: 100%;
	margin: 0 auto;
	text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.7);
}
@keyframes imgswap{
	from{opacity: 1;}
	to{opacity: 0;}
}
html body .mobile{display: none;}
.nonmobile{display: initial;}
/*--------------------------------------------------------------------------------------
------------------------------------MEDIA QUERIES---------------------------------------
--------------------------------------------------------------------------------------*/
@media only screen and (max-aspect-ratio: 16/9) and (max-width: 1600px){
	.footer p{
		font-size: 1.5vmax;
	}
	p{
		font-size: 2vmax;
	}
	h2{
		font-size: 2.5vmax;
	}
	#home .content h2{
		font-size: 3vmax;
	}
	h3{
		font-size: 2vmax;
	}
	#home .content p{
		font-size: 1.5vmax;
	}
}

@media only screen and (max-width: 1366px) and (orientation:portrait){
	html body .nonmobile{
		display: none !important;
	}
	html body .mobile{
		display: inherit;
	}
	section.module.parallax{
		height: auto;
		min-height: 100vh;
		padding-bottom: 15vmax;
	}
	#home{
		background-size: contain;
		background-color: #000;
		background-position: 0% 5%;
	}
	.footer p, .contact{
		text-align: center;
	}
	h1, h2, h4	{
		font-size: 3vmax;
	}
	p{
		font-size: 2.5vmax;
	}
	.sib-form__declaration p, .entry__choice label p, .sib-form .input, .sib-form .entry__label, .sib-form-block__button{
		font-size: 1.5vmax;
	}
	.sib-form .input:not(textarea), .sib-form .input__button{
		height: 3vmax;
	}
	.footer .imp{float: none;}
	.claim{
		width: 90%;
		left: 5%;
		text-align: left;
		font-size: 3vmax;
		top: 30%;
	}
	.left_claim{
		font-size: 4.5vmax;
		top: 10%;
	}
	.right_claim{
		top: 40%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 768px) and (orientation:portrait){
	.sib-form__declaration p, .entry__choice label p, .sib-form .input, .sib-form .entry__label, .sib-form-block__button{
		font-size: 1.3vmax;
	}
	.claim{
		position: initial;
	}
	section.module.parallax-1 h1, .claim{
		margin: 2vmax auto;
	}
	.left_claim, #home h2{
		font-size: 2.5vmax;
		top: 5%;
	}
	.right_claim{
		top: 35%;
	}
	section.module.parallax, section.module.content{
		padding: 3vmax 0;
	}
	.w_50{
		width: 100%;
		padding: 0;
	}
	.partner img{
		margin: 0 1vmax;
		width: 7vmax;
	}
	#home .content p{
		padding: 0;
		text-align: left;
	}

}
@media only screen and (max-width: 480px) and (orientation:portrait){
	html body .nonmobile{
		display: none;
	}
	html body .mobile{
		display: inherit;
	}
	#home{
		background-size: contain;
		background-color: #000;
		background-position: 0% 5%;
	}	
	section.module.content{
		padding: 2vmax;	
		padding-bottom: 5vmax;
	}
	.footer p{		
		width: 90%;
	}
	h1, h2, h4	{
		font-size: 3vmax;
	}
	#home h2, #home .content h2{
		font-size: 2.5vmax;
	}

	p{
		font-size: 2.5vh;
	}
	#home .content p{
		width: 100%;
	}
	.sib-form__declaration p, .entry__choice label p, .sib-form .input, .sib-form .entry__label, .sib-form-block__button{
		font-size: 12px;
	}
	.claim{
		width: 90%;
		left: 5%;
		text-align: left;
		font-size: 3vmax;
	}
	.left_claim{
		font-size: 3vmax;
		top: 5vh;
	}
	.right_claim{
		top: 40vh;
	}
	.w_50{
		padding: 0;
	}
}
@media only screen and (pointer: coarse) and (orientation:landscape) and (max-device-width: 1440px){
	
	html body .nonmobile{
		display: none;
	}
	html body .mobile{
		display: inherit;
	}
	p{margin: 0;}
	#home{
		background-attachment: fixed;
		background-size: contain;
		background-position: top;
	}
	section.module.parallax-1{
		height: 100vmax;
	}
	.claim{
		top: 5%;
	}
	.sib-form__declaration p, .entry__choice label p, .sib-form .input, .sib-form .entry__label, .sib-form-block__button{
		font-size: 1.3vmax;
	}
}