@import url(https://fonts.googleapis.com/css?family=Lato:300,700,400);
@font-face {
	font-family: 'Conv_Malina-Regular';
	src: url('../fonts/Malina-Regular.eot');
	src: local('☺'), url('../fonts/Malina-Regular.woff') format('woff'), url('../fonts/Malina-Regular.ttf') format('truetype'), url('../fonts/Malina-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none
}

body{
	font-family:'Lato',sans-serif;
	color: #333;
	background-color:#efefef;
	box-sizing:border-box;
}

h1{
	font-size: 60px;
}
p{
	font-size: 15px;
	letter-spacing:0.02em;
	line-height:1.2em;
}

/* navigation */
#sidebar {
    width:100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color:#333;
}

#sidebar.stick {
	padding:0;
}


nav {
    width:100%;
    padding:0 5%;    
    color:#fff;
    position:relative;
}

#language{
	position:absolute;
	right:5%;
	top:0;
	bottom:0;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background-color:rgba(255,191,198,1);
	padding:1.4em 1em 0;
	width:40px;
 	-webkit-transition: all 0.15s ease-in-out;
  	-moz-transition:all 0.15s ease-in-out;
 	-o-transition:all 0.15s ease-in-out;
 	-ms-transition: all 0.15s ease-in-out;
  	transition:all 0.15s ease-in-out;
}

#language:hover{
	color:rgba(255,173,166,1);
	background-color:#eee;
}


nav .proposal-type{
	display:none;
}

nav ul {
    list-style-type:none;
    text-align:right;
    margin-right:65px;
}

nav li {
	display:inline-block;
}

nav li:first-child {
	float:left;
}

nav li a{
	color: #fff;
	font-size:13px;
	letter-spacing:0.1em;
	display:inline-block;
	padding-bottom:1.2em;
	padding-top:1.3em;
}

nav li.navi-punkt a{
	margin-left:15px;
}

nav li:hover a{
	color: rgba(255,255,255,0.8);
}

nav li a p{
	display:inline-block;
}

nav li#logo a,
nav li a.log{
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:0.2em;
	color:#fff;
}

nav li#logo span,
nav li .log span{
	height:8px;
	width:8px;
	margin-right:2px;
	position:relative;
	top:-1px;
}

nav li#logo span img{
	width:8px;
}

nav li .log span img{
	width:8px;
}

 nav  li.navi-punkt a.nav-active {
	color: rgba(255,255,255,0.6);
}


#contact-icon{
	display:none;
}

.content {
    width:100%;
    margin:30px 0 0;   
    padding:0 5%;
    z-index: 2;
}

#contact .content {
    overflow:hidden;
    margin-top:100px;
}



section{
	overflow:hidden;
}



#myVideo{
	position: relative;
	right:0;
	left:-60%;
	width: 170%;
	height: 170%;
	background-size: 170% 170%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-position: right center;
	background-size:170vh;
	object-fit: cover; /*cover video background */
	z-index:0;
}

#home{
	position:relative;
	margin-top:40px;
	overflow:hidden;
}

#home .home-textbox{
	position:absolute;
	width:100%;
	z-index:2;
	top:31%;
	
}

/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
.layer{
	text-align:center;
}
.layer .layer-text{
	position:relative;
	color:#fff;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	padding:5em 0 0;
}

.layer .layer-text .home-subline{
	top:2em;
	left:-0.15em;
	font-size:14.5px;
	text-shadow: #000 0.1em 0.1em 0.6em;
	text-transform:uppercase;
}

.layer .layer-text h1{
	font-family: 'Conv_Malina-Regular';
	font-size:34px;
	line-height:1em;
	font-weight:normal;
	text-shadow: #000 0.025em 0.025em 0.2em;
}


.layer .layer-text a{
	font-size:13px;
	padding:1em;
	background-color:rgba(255,191,198,1);
	letter-spacing:0.1em;
	margin-top:2.5em;
	display:inline-block;
	color:#fff;
	display:none;
 	-webkit-transition: all 0.15s ease-in-out;
  	-moz-transition:all 0.15s ease-in-out;
 	-o-transition:all 0.15s ease-in-out;
 	-ms-transition: all 0.15s ease-in-out;
  	transition:all 0.15s ease-in-out;
}

.layer .layer-text a:hover{
	background-color:#34a87d;
}


.call-to-fixed{
	z-index:12;
	position:fixed;
	top:42%;
	left:-220px;
	background-color:rgba(255,191,198,1);
	padding:25px;
}

#imp-um .call-to-fixed{
	background-color:#efefef;
}



.call-to-fixed-pfeil{
	position:absolute;
	width:40px;
	height:40px;
	right:-20px;
	top:50%;
	margin-top:-20px;
	background-color:rgba(255,191,198,1);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

#imp-um .call-to-fixed-pfeil{
	background-color:#efefef;
}


.call-to-fixed p{
	z-index:12;
	position:relative;
}

.call-to-fixed a{
	font-size:13px;
	padding:0.8em 1.1em;
	background-color:#efefef;
	letter-spacing:0.1em;
	margin-top:1em;
	display:inline-block;
	color:#333;
	text-align:center;
 	-webkit-transition: all 0.15s ease-in-out;
  	-moz-transition:all 0.15s ease-in-out;
 	-o-transition:all 0.15s ease-in-out;
 	-ms-transition: all 0.15s ease-in-out;
  	transition:all 0.15s ease-in-out;
}
.call-to-fixed a:hover{
	background-color:#333;
	color:#fff;
}


#imp-um .call-to-fixed a{
	color:#fff;
	background-color:rgba(255,191,198,1);
}


/*flip-clock*/
/*---------------------------------------------------*/
.benachrichtigung{
	position:absolute;
	top:0px;
	left:0;
	right:0;
	padding:20px 0 60px;
	margin-top:40px;
	background-color:#eee;
	overflow:hidden;
	z-index:20;
}

#dw_countdown {
	position: relative;
	text-align: center;
	display:block;
	width:100%;
	padding:0 5%;
	margin:0 auto;
	text-align:center;
}


.dw_clock {
	display:inline-block;
	width:auto !important;
	margin:0 auto;
}

.dw_launch_header {
	font-size:15px;
	display:block;
	width:100%;
	line-height:1.2em;
	padding-bottom:10px;
}

.dw_launch_subheader {
	font-size:15px;
	display:block;
	margin-top:13px;
}



.dw_launch_subtext {
	margin: 0 0 10px 0;

}

#dw_mailchimp_form{
	width:100%;
	position:relative;
	float:right;
	margin-top:4px !important;
	text-align:right;
}







#dw_mailchimp_form form{
	margin:0 !important;
}

#dw_tut_credits {
	font-size: 14px;
	font-size: 1.4rem;
}


/*-- MailChimp Style --*/

#mc_embed_signup input[type="email"] {
	display: block;
	width: 100%;
	background: #fff;
	border: none;
	outline: none;
	font-size: 13px;
	font-family: Lato;
	line-height:1.25em;
	padding:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	margin-top:0 !important;
	width:73%;
	position:absolute;
	top:0;
	left:0;
	-webkit-border-radius:0;
}
#mc_embed_signup input[type="email"]:focus {
	opacity: 0.9;
}
#mc_embed_signup input[type="submit"] {
	display: inline-block;
	background:rgba(255,191,198,1);
	border: none;
	outline: none;
	font-size:13px;
	font-family: Lato;
	color: #fff;
	padding:10px 15px;
	position:absolute;
	right:0;
	top:0;
	margin-top:0 !important;
	line-height:1.25em;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none; 
	-webkit-border-radius:0;
 	-webkit-transition: all 0.15s ease-in-out;
  	-moz-transition:all 0.15s ease-in-out;
 	-o-transition:all 0.15s ease-in-out;
 	-ms-transition: all 0.15s ease-in-out;
  	transition:all 0.15s ease-in-out;
}
#mc_embed_signup input[type="submit"]:hover {
	cursor: pointer;
	background: #34a87d;	
-webkit-appearance: none;

}



#scroll-about-pfeil{
	width:100%;
	position:absolute;
	bottom:12%;
	text-align:center;
	display:none;
}

.extern {
	font-weight:bold;
	color:#333;
	}
	
	.extern:hover {
	color:#FFF;
	}


#scroll-about-pfeil a img{
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);

}


#scroll-about-pfeil a img#arrow-down-white{
	display:inherit;
}

#scroll-about-pfeil a img#arrow-down-black{
	display:none;
}

#scroll-about-pfeil a:hover img#arrow-down-white{
	display:none;
}

#scroll-about-pfeil a:hover img#arrow-down-black{
	display:inherit;
}

#scroll-about-pfeil a span{
	font-size:20px;
}



/* skew */
/*-----------------------------------------------------------*/


#skew{
z-index:1;
position:relative;
background-color:rgba(255,191,198,1);
padding:0;
}

#skew-oben{
		-webkit-transform: translateZ(0) skew(-5deg) rotate(-5deg);
-moz-transform: skew(-5deg) rotate(-5deg);
-ms-transform: skew(-5deg) rotate(-5deg);
-o-transform: skew(-5deg) rotate(-5deg);
transform: translateZ(0) skew(-5deg) rotate(-5deg);
background-color:rgba(255,191,198,1);
width:100%;
height:300px;
position:absolute;
top:-40px;
z-index:1;
}

#skew-unten{
		-webkit-transform: translateZ(0) skew(-5deg) rotate(-5deg);
-moz-transform: skew(-5deg) rotate(-5deg);
-ms-transform: skew(-5deg) rotate(-5deg);
-o-transform: skew(-5deg) rotate(-5deg);
transform: translateZ(0) skew(-5deg) rotate(-5deg);
background-color:rgba(255,191,198,1);
width:100%;
height:300px;
position:absolute;
bottom:-40px;
z-index:2;
}


.skew-back{
position:relative;
z-index:3;
}




#about{
	padding:60px 0 0;
}

#about.Impressum{
	padding:120px 0 0;
}

#about .about-content{
	text-align:center;
	-webkit-transform:translate3d(0,0,0);
  	transform:translate3d(0,0,0);
  	-webkit-font-smoothing: antialiased;
}

#about p{
		-moz-transform:translateZ(0);
	-ms-transform:translateZ(0);
	-o-transform:translateZ(0);
	-webkit-transform:translate3d(0,0,0);
  	transform:translate3d(0,0,0);
  	-webkit-font-smoothing: antialiased;
}

.about-headline{
	display:inline-block;
	position:relative;
	
}

#about h1{
	text-align:center;
	font-size:22px;
	text-transform:uppercase;
	color:#333;
	margin-bottom:15px;
		-moz-transform:translateZ(0);
	-ms-transform:translateZ(0);
	-o-transform:translateZ(0);
	-webkit-transform:translateZ(0);
  	transform:translateZ(0);
}

#about .about-subline{
	color:#eee;
	font-size:32px;
	left:-2px;
		-moz-transform:translateZ(0);
	-ms-transform:translateZ(0);
	-o-transform:translateZ(0);
	-webkit-transform:translateZ(0);
  	transform:translateZ(0);
	font-family: 'Conv_Malina-Regular' !important;
}

.slides p{
	line-height:1.25em;
	margin-bottom:20px;
}

.animier-es{
	text-transform:uppercase;
}

.slide p span{
	text-transform:uppercase;
}

.call-to-action{
	position:relative;
	text-align:center;
	background-color:#eee;
	margin-top:40px;
	margin-bottom:30px;
	padding:15px;
}

.ausblenden{
	display:none;
}

.call-to-action .pfeil{
	width:20px;
	height:20px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-10px;
	background-color:#eee;
	
}

.call-to-action a{
	font-size:13px;
	padding:1em;
	background-color:rgba(255,191,198,1);
	letter-spacing:0.1em;
	margin-top:1.2em;
	display:inline-block;
	color:#fff;
	 	-webkit-transition: all 0.15s ease-in-out;
  	-moz-transition:all 0.15s ease-in-out;
 	-o-transition:all 0.15s ease-in-out;
 	-ms-transition: all 0.15s ease-in-out;
  	transition:all 0.15s ease-in-out;
}

.call-to-action a:hover{
	background-color:#34a87d;
}



.call-to-action h3{
	font-size:18px;
	text-transform:uppercase;
	line-height:1.2em;
}


.video-box.videobox-3{
	background-color:#333;
	text-align:center;
	overflow:hidden;

}

.video-box.videobox-3 p{
	color:#eee;
	font-size:32px;
	font-family: 'Conv_Malina-Regular';
	position:relative;
	padding-top:150px;
}

.video-box.videobox-2 h3{
	font-size:15px;
	text-transform:uppercase;
}

.iframebox{
	position:relative;
	padding-bottom:56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%; 
} 
	
.iframebox iframe{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}


.a2a_kit{
	display:inline-block;

}



#about h2{
	font-size:20px;
	line-height:1em;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#333;
}


.carousel-wrapper .carousel-text p,
#contact p{
	letter-spacing:0.02em;
	line-height: 1.25em;
}



.youtube{
	padding:12px 12px 12px 25px;
	width:119px;
	height:67px;
	position:absolute;
	right:-7px;
	bottom:35%;
	text-align:center;
	background-image:url("../img/fahne.png");
	z-index:5;
}

.youtube h3{
	font-size:15px;
	margin-bottom:5px;
}

.youtube img{
	width:30%;
	 -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition:all 0.25s ease-in-out;
 	-o-transition:all 0.25s ease-in-out;
  	transition:all 0.25s ease-in-out;
}

.youtube a:hover img{
	width:37%;
}


/* contact */
/* ----------------------------------------------------- */
#contact{
	overflow:visible;
	margin-top:60px;
	background-color:#efefef;
}



footer{
	background-color:#ccc;
	padding:1em 0 1em;
	
}

footer .impressum{
	width:100%;
	padding:0 5%;
}

footer .impressum p{
	display:inline-block;
	font-size:11px;
	line-height:1.2em;
		color:#555;
}

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

footer .impressum a:hover{
	color:#333;
}

footer .impressum p:last-child{
	float:right;
}

#contact .col-3{
margin-bottom:30px;
}

#contact .col-3 p{
	color:#666;
}

.col-3-p-abstand{
	margin-top:10px;
}


#contact h2{
	font-size:20px;
	color:#666;
	line-height:1em;
	text-transform:uppercase;
	margin-bottom:10px;
}



#contact .col-3 a{
	font-size:13px;
	letter-spacing:0.1em;
	color: #333;
	color: rgba(0,0,0,0.5);
	display:inline-block;
	padding:1em;
	border:1px solid rgba(0,0,0,0.5);
	margin-top:10px;
 	-webkit-transition: all 0.15s ease-in-out;
  	-moz-transition:all 0.15s ease-in-out;
 	-o-transition:all 0.15s ease-in-out;
 	-ms-transition: all 0.15s ease-in-out;
  	transition:all 0.15s ease-in-out;
}

#contact .col-3 a:hover{
	color:#fff;
	border:1px solid #34a87d;
	background-color:#34a87d;
}

#contact .col-3 .colored-btn{
	border:1px solid rgba(255,191,198,1);
	background-color:rgba(255,191,198,1);
	color: #fff;
	-webkit-transition: all 0.15s ease-in-out;
  	-moz-transition:all 0.15s ease-in-out;
 	-o-transition:all 0.15s ease-in-out;
 	-ms-transition: all 0.15s ease-in-out;
  	transition:all 0.15s ease-in-out;
}

#contact .col-3 .colored-btn:hover{
	border:1px solid #34a87d;
	background-color:#34a87d;
}

#contact .col-3 p a:last-child{
	margin-right:10px;
}


input[type="text"],
input[type="email"]{
	width:100%;
	margin-top:10px;
	background-color:#eee;
	border:1px solid rgba(0,0,0,0.5);
	padding:0.5em;
	color: #333;
	color: rgba(0,0,0,0.5);
	font-family:Lato;
	font-size:13px;
		-webkit-appearance: none; 
	-webkit-border-radius:0;
}

textarea{
	border:1px solid rgba(0,0,0,0.5);
	padding:0.5em;
	margin-top:10px;
	background-color:#eee;
	width:100%;
	color: #333;
	color: rgba(0,0,0,0.5);
	font-family:Lato;
	font-size:13px;
		-webkit-appearance: none; 
	-webkit-border-radius:0;
}

input[type="submit"]{
	margin-top:10px;
	background-color:rgba(255,191,198,1);
	padding:10px 15px;
	color: #fff;
	font-family:Lato;
	font-size:13px;
	text-decoration: none;
	border:none;
	cursor:pointer;	
-webkit-appearance: none;
-webkit-border-radius:0;
 	-webkit-transition: all 0.15s ease-in-out;
  	-moz-transition:all 0.15s ease-in-out;
 	-o-transition:all 0.15s ease-in-out;
 	-ms-transition: all 0.15s ease-in-out;
  	transition:all 0.15s ease-in-out;
}

input[type="submit"]:hover{
	background-color:#34a87d;	
-webkit-appearance: none;

}


address{
	margin:30px 0;
	font-style:normal;
}

address strong{
	margin:8px 0 8px;
}

.impr-content p{
	margin:15px 0;
}

.impr-content a{
	color:#333;
}

.impr-content h2{
	margin:30px 0 0;
}

.impr-content h1{
	margin:80px 0 0;
}
@media screen and (min-width:340px){
#about .about-subline{
	left:0.25em;
}

#eng #about .about-subline{
	left:0.65em;
}


.layer .layer-text h1 {
    font-size: 32px;
}

.layer .layer-text .home-subline {
    top: 1.5em;
    left: 0.05em;
    font-size:16px;
}

#eng .layer .layer-text .home-subline {
    left: 1.5em;
}

}

@media screen and (min-width:600px){
	
	.layer .layer-text h1{
	font-size:45px;
}

.layer .layer-text .home-subline{
    top: 0.1em !important;
    left: 3em;
    font-size: 20px;	
}

#eng .layer .layer-text .home-subline {
    left: 5em;
}


	
#home{
	margin-top:30px;
	overflow:hidden;
}
#about.Impressum{
	padding:180px 0 0;
}

#eng #about .about-subline{
	left:0.95em;
}

#contact{
text-align:center;
}	
	#contact .col-3:first-child{
width:47.5%;
float:left;
}

	#contact .col-3:nth-child(2){
width:47.5%;
float:right;
}

	#contact .col-3:nth-child(3){
		padding-top:30px;
clear:both;
}

	
footer{
	text-align:left;
}	
footer .impressum p{
	font-size:13px;
}

#skew-oben{
top:-60px;
}

	
.benachrichtigung{
	padding:20px 0 40px;
	top:0;
}	

.dw_clock {
	width:50% !important;
	display:inline-block;
	float:right;
}

.dw_launch_header {
	display:inline-block;
	width:50%;
	float:left;
	text-align:left;
	padding-bottom:0;
}


.dw_launch_subheader {
	float:left;
	display:inline-block;
	margin-top:33px;
}


#dw_mailchimp_form{
	width:60%;
	float:right;
	margin-top:14px !important;
}
	
#contact .content {
    margin-top:180px;
}	

#skew-unten{
bottom:-80px !important;
}
	

}/*ende media 600px*/


@media screen and (min-width:769px){
	
.layer .layer-text{
	padding:4em 0 0;
}

.layer .layer-text .home-subline{
	top: -0.7em !important;
}	
	
.layer .layer-text a{
	font-size:13px;
	padding:1em;
	background-color:rgba(255,191,198,1);
	letter-spacing:0.1em;
	margin-top:2.5em;
	color:#fff;
	display:inline-block;;
}	
		
}



@media screen and (min-width:1024px) {
body{
	overflow-x: hidden;
}
	
nav {
    width:980px;
    margin:0 auto;   
    padding:0;
}	

#language{
	right:0;
}

nav .proposal-type{
	display:inline-block;
}


.content {
    width:980px;
    margin:10px auto 0;  
    padding:30px 0 0; 
    position:relative;
}

#about .about-content .content{
	padding:15px 0 0; 
}

.layer{
	text-align:left;
}

.layer .layer-text h1{
	font-size:60px;
}

.layer .layer-text .home-subline{
    top: -1em !important;
    left: 3.85em;
    font-size: 22px;	
}

#eng .layer .layer-text .home-subline {
    left: 6.1em;
}

#scroll-about-pfeil{
	display:inherit;
}

#section0 .layer .layer-text a{
	position:absolute;
	top:10em;
	left:14em;
	font-size:13px;
}

#scroll-about-pfeil{
	bottom:22%;
	display:inherit;
}

#skew{
top:-30px;
padding:0 0 20px;
}

#skew-oben{
top:-80px;
}	

#skew-unten{
bottom:-110px !important;
}

#about{
	padding:100px 0 0;
}

#about.Impressum{
	padding:230px 0 0;
}


#about h1{
	font-size:32px;
	margin-bottom:15px;
}

#about .about-subline{
	font-size:38px;
	left:0.6em;
}

#eng #about .about-subline{
	left:1.3em;
}


#myVideo{
	position: relative;
	right:0;
	left:0;
	width: 110%;
	height: 110%;
	background-size: 110% 110%;
	background-color: rgba(218,238,250,1); /* in case the video doesn't fit the whole page*/
	background-position: center right;
	background-size:110vh;
	object-fit: cover; /*cover video background */
	z-index:0;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

#contact .content{
	margin-top:150px;
	margin-bottom:15px;
	overflow:hidden;
	text-align:center;
}

footer .impressum{
	width:980px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#contact{
margin-top:80px;
text-align:center;
}	
	#contact .col-3:first-child{
width:30%;
margin-right:5%;
float:left;
}

	#contact .col-3:nth-child(2){
        width:30%;
        margin-right:5%;
        float:left;
}

	#contact .col-3:nth-child(3){
		padding-top:0;	
		clear:none;
        width:30%;
        float:left;
}
 

.col-3 p a{
	margin:30px 10px 0;
}

form{
	width:100%;
	margin-top:10px;
}

input[type="text"],
input[type="email"]{
	width:47.5%;
	margin-top:10px;
}

input[type="text"]{
	float:left;
	margin-right:5%;	
}

input[type="email"]{
	float:right;
}

	
.benachrichtigung{
	padding:20px 0;
	top:0;
	position:fixed;
}


#dw_countdown {
	padding:0;
	width:980px;
	margin:0 auto;
}	

.dw_clock {
	width:27% !important;
	display:inline-block;
	float:left;
}

.dw_launch_header {
	display:inline-block;
	width:20%;
	float:left;
	text-align:left;
	padding-bottom:0;
}

.dw_launch_subheader {
	float:left;
	display:inline-block;
	margin-top:13px;
}


#dw_mailchimp_form{
	width:30%;
	float:right;
	margin-top:4px !important;
}


}/*ende media 1024*/



@media screen and (min-width:1025px) {
.ausblenden{
	display:inherit;
}

.video-box.videobox-3{
	display:inherit;
}
}/*ende media 1025
*/




@media screen and (min-width:1324px) {
	
#skew-oben{
	top:-120px;
}	
#skew{
top:-60px;
padding:0;
}

#skew-unten{
bottom:-160px !important;
}

#skew-oben{
height:350px;
}

#skew{
top:-140px;
}

.layer .layer-text {
    padding: 5em 0 0;
}

.layer .layer-text .home-subline{
    top: -0.5em !important;	
}

#contact .content {
    margin-top: 70px;
}

#scroll-about-pfeil {
    bottom: 29%;
}


#home {
    margin-top: 30px;
    overflow: hidden;
}


#home .home-textbox {
    top: 26%;
}


}

@media screen and (min-width:1424px) {

.call-to-fixed{
					  -webkit-transition: left 1s ease-in-out;
  -moz-transition: left 1s ease-in-out;
  -o-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
  left:0;
}	
	
.fixed-call{
	left:-220px;
}	


}