/*
    Name: Rabbit
    Description: Responsive Coming Soon 
    Version: 4.0
    Author: MountainTheme

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Countdown
     4. Services
     5. Partner
     6. About
     7. Contact
     8. Google map
     9. Footer
     10. Responsive CSS
*/

<style>	
.wmfg_layout_2, table, .wmfg_textarea { font-family: Verdana, Geneva, sans-serif; font-size: 13px; }
.wmfg_layout_2 ul.wmfg_questions { list-style-type: none; margin: 0; padding: 10px; border: 1px solid #000;
-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; 
background-color:#ffffff;
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
background:-moz-linear-gradient(top, #fff, #ccc);
}
.wmfg_layout_2 ul.wmfg_questions li.wmfg_q { margin: 10px 0;  }
.wmfg_layout_2 label.wmfg_label { display: block; margin: 0 0 5px 0; font-size:1.2em; color: #18891D }
.wmfg_layout_2 label.wmfg_label2 { display: block; margin: 0 0 5px 0; font-size:1.2em; }
.wmfg_layout_2 table.wmfg_answers { width: 100%; _width: 97%; border-collapse: collapse; }
.wmfg_layout_2 table.wmfg_answers { vertical-align: top; }
.wmfg_layout_2 table.wmfg_answers td { padding: 1px; vertical-align: top; }
.wmfg_layout_2 table.wmfg_answers td.wmfg_a_td { width: 20px; }
.wmfg_layout_2 .wmfg_text { border: 1px solid #ccc; padding: 4px; font-size: 13px; color: #000000; width: 98.5%;
background-color: #ffffff;
background:-webkit-gradient(linear,0 0,0 100%,from(#efefef),to(#fff));
background:-moz-linear-gradient(top,#efefef,#fff);
}
.wmfg_layout_2 .wmfg_textarea { border: 1px solid #CCC; padding: 4px; font-size: 13px; color: #000000; width: 98.5%;
background:-webkit-gradient(linear,0 0,0 100%,from(#efefef),to(#fff));
background:-moz-linear-gradient(top,#efefef,#fff);
background-color: #ffffff;
}
.wmfg_layout_2 .wmfg_select { 
border:1px solid #CCCCCC; padding: 3px; font-size: 13px; color: #000000; margin: 0; width: 100%; _width: 97%;
background-color: #ffffff; background:-webkit-gradient(linear,0 0,0 100%,from(#efefef),to(#fff)); background:-moz-linear-gradient(top,#efefef,#fff);}
.wmfg_layout_2 .wmfg_btn {
border: 1px solid #8c2856; cursor: pointer; font-weight: bold; font-size: 15px; padding: 6px; color: white; letter-spacing: 1px;
-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
-webkit-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
background: -webkit-gradient(linear, left top, left bottom, from(#B3326E), color-stop(0.5, #9F2D62), color-stop(0.5, #8c2856), to(#631C3D)); 
background: -moz-linear-gradient(top, #B3326E, #9F2D62 50%, #8c2856 50%, #631C3D);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E3326E', endColorstr='#631C3D');
}
.wmfg_layout_2 .wmfg_btn:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#9F2D62), color-stop(0.5, #8B2756), color-stop(0.5, #77224A), to(#501631)); 
background: -moz-linear-gradient(top, #9F2D62, #8B2756 50%, #77224A 50%, #501631);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E3326E', endColorstr='#631C3D'); 
}


#iframe_survey
{ height:700px; padding-top:5px;}
.scroll-container
{ height:710px; width:100%; overflow:auto; -webkit-overflow-scrolling: touch; }


</style>




/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

/* Accordions & Toggles
====================================*/
.accordion
{ bottom: -100px;
height:auto; width:98vw; }

.accordion p{
	color:#000000;
	text-align:left;}
.accordion h3
{text-align:left}	

.accordion img
{width:auto; height:auto; max-width:25%; max-height:300px; margin-bottom:0.1vw}



	

.ui-accordion .ui-accordion-header,
.trigger a {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 0;
	line-height: 26px;
	outline: none;
	color: #888;
	font-size: 14px;
	background-color: #f4f4f4;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.05);
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
	padding: 10px 16px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active,
.trigger.active a,
.trigger.active a:hover {
	background: #a0a0a0;
	color: #fff;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}

.ui-accordion .ui-accordion-content,
.toggle-container {
	padding: 0 16px 10px 16px;
}

.ui-accordion .ui-accordion-content p { margin: 0; }
.ui-accordion .ui-accordion-content { }

.ui-accordion-icon:before,
.ui-accordion-icon-active:before,
.toggle-icon:before {
	font-family:"FontAwesome";
	content:"";
	color: #000000;
	font-size: 18px;
	display: block;
	float: left;
	line-height: 25px;
	margin: 0 8px 0 0;
}

.toggle-container p { margin: 0;}

.ui-accordion-icon-active:before,
.trigger.active .toggle-icon:before {
	content:"";
	color: #fff;
}

.faq .toggle-icon:before,
.faq .trigger.active .toggle-icon:before {
	content:"";
}



html, body {
	font-family: "Khand", sans-serif!important;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

.page-loader {
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
}

.loader-icon {
	top: 50%;
    left: 50%;
    right: 0;
    position: absolute;
    margin: -20px 0 0 -20px;
    bottom: 0;
}

.backstretch:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/*background-image: url('../images/overlay.png'); Lässt Bild verdunkeln*/ 
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

#video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#constellation {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
}

#video:after {
	content: '';
	position: absolute;
	height: 150%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	 transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}


#page-loader {
    background: #303440;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
} 

.loader-icon {
    background: none repeat scroll 0 0 #303440;
    border-bottom: 4px solid rgba(19, 19, 19, 0.1) !important;
    border-left: 4px solid rgba(19, 19, 19, 0.1) !important;
    border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
    border-right: 4px solid rgba(19, 19, 19, 0.1) !important;
    border-top: 4px solid;
    height: 60px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
}

.colored-border {
    border-color: #fff;
}

.fa-spin {
	-webkit-animation:fa-spin 1.2s infinite linear;
	animation:fa-spin 1.2s infinite linear
	}
	@-webkit-keyframes fa-spin
	{
		0%
		{
			-webkit-transform:rotate(0deg);
			transform:rotate(0deg)
		}
		100%
		{
			-webkit-transform:rotate(359deg);
			transform:rotate(359deg)
		}
	} 

	@keyframes fa-spin 
	{
		0%
		{
			-webkit-transform:rotate(0deg);
			transform:rotate(0deg)
		}
		100%
		{
			-webkit-transform:rotate(359deg);
			transform:rotate(359deg)
		}
	}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFFFFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFFFFF;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #FFFFFF;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:  #FFFFFF;
}


header .Kopfzeile
{
	height: 10.2vw;
	width: auto;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 0;
	right: 0;
	float: none;
	z-index: 0;
	opacity: 0.8;
}

header .Kopfzeile img
{ 	top: 0;
 	left: 0;
 	height: 10vw;
 	text-align: center;
 	padding: 0;
 	right: 0;
 	float: left;
 	z-index: 99;
}

header .Kopfzeile h1
{text-align: right;
font-size:6em;
font-size: 7vw;
margin:0 1vw;
height:7vw;
}

header .Kopfzeile h2
{
margin: 0vw 1vw;
float: right;
font-size: 1.5em;
font-size: 2.5vw;
position: relative;
}

header .Kopfzeile .kontakt
{float:left;
font-size:1.5vw;
margin-top:0vw;
margin-left:1vw;
}

header .Kopfzeile_Toscanalauf
{
    height: 3.5vw;
    width: auto;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 0;
    right: 0;
    float: none;
    z-index: 0;
    opacity: 0.8;
}
 
header .Kopfzeile_Toscanalauf img
{   top: 0;
    left: 0;
    height: 3.5vw;
    text-align: center;
    padding: 0;
    right: 0;
    float: left;
    z-index: 99;
}
 
header .Kopfzeile_Toscanalauf h1
{text-align: right;
font-size:6em;
font-size: 7vw;
margin:0 1vw;
height:7vw;
}
 
header .Kopfzeile_Toscanalauf h2
{
margin: 0vw 1vw;
float: right;
font-size: 1.5em;
font-size: 2.5vw;
position: relative;
}
 
header .Kopfzeile_Toscanalauf .kontakt
{float:left;
font-size:1.5vw;
margin-top:0vw;
margin-left:1vw;
}


header .thema1
{
	position:absolute;
	bottom:1vw;
	width:100vw;
	float:left;
}







/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

header {
	text-align:center;
	height:100%;
	width: 100%;
	overflow: hidden;
	
}

.welcome {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 330px;
}



header p {
	color: rgba(255, 255, 255, 0.7);
	word-spacing: 1px;
	line-height: 25px;
	font-size: 18px;
	margin-top: -42px;
	margin-left: 10px;
	font-weight: 300;
	font-family: "Khand", sans-serif;
	position: relative;
}


header hr {
	position: relative;
	display: block;
	border: 0;
	top: 4.5em;
	margin-bottom: 9em;
	width: 20%;
	height: 6px;
	border-top: solid 1px rgba(255, 255, 255, 0.7);
	border-bottom: solid 1px rgba(255, 255, 255, 0.7);
	z-index: 99;
}
	
header hr:before,
header hr:after {
	content: '';
	position: absolute;
	top: -8px;
	display: block;
	width: 1px;
	height: 21px;
	background: rgba(255, 255, 255, 0.7);			
}


header hr:after {
	right: -1px;
}	


header .actions {
		margin: 13.5em 50px 0 0;
		position: relative;
		list-style: none;
		z-index: 99;
}

.actions li a {
	text-decoration: none!important;
}

header .actions:after {
		background: rgba(255, 255, 255, 0.7);
		content: '';
		height: 100vh;
		position: absolute;
		top: 100%;
		width: 1px;
		left: 51.2%;
}

header .social-icons li {
	list-style:none;
	font-size: 17px;
	float: left;
	margin: 0 20px 0 0;
}

header .social-icons li a {
	color: rgba(255, 255, 255, 0.7);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}

header .social-icons li a:hover {
	color: rgba(236,240,241,1);
}


header .social-icons {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	text-align: center;
 	padding: 2.5em 0 1.5em 0;
 	right: 0;
 	float: none;
 	z-index: 99;
}

header .social-icons ul {
 	line-height: 0px;
	position: relative;
 	display: inline-block;
 	margin: 0;
 	border-left: solid 1px rgba(255, 255, 255, 0.7);
 	border-right: solid 1px rgba(255, 255, 255, 0.7);
 	padding-left: 22px;
}

header .social-icons > ul:before,
header .social-icons  > ul:after {
	content: '';
	display: block;
	width: 600%;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	height: 5px;
	border-top: solid 1px rgba(255, 255, 255, 0.7);
	border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}

header .social-icons > ul:before
			{
				left: 100%;
				margin-left: 1px;
			}
			
header .social-icons > ul:after
			{
				right: 100%;
				margin-right: 1px;
			}

header .button {
	    -moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color:transparent;
		border: solid 1px rgba(255, 255, 255, 0.7);
		color: #FFF !important;
		cursor: pointer;
		display: inline-block;
		font-size: 2vw;
		font-weight: 400;
		height: 3.00em;
		letter-spacing: 0.125em;
		line-height: 3.00em;
		padding: 0 3em;
		list-style: none;
		text-align: center;
		text-decoration: none;
		text-indent: 0.125em;
		text-transform: uppercase;
		white-space: nowrap;
}

header .button:hover {
	   background-color:#18891D;
}



header .danke p
{font-size: 0.7vw; margin: 1vw 1vw 1vw 1vw; text-align:left;
color: #000;
word-spacing: 1px;
line-height: 25px;
font-weight: 300;
font-family: "Khand", sans-serif;}

header .danke table
{width:50%;}

header .danke img
{ width:20%; height:auto; float:left; margin-left: 1vw}

@-webkit-keyframes scrolls {
	0%
	{
		top:10px;
		opacity:1;
		height:4px;
	}
	95%
	{
		top:18px;
		opacity:0;
		height:10px;
	}
	100%
	{
		top:8px;
		opacity:1;
		height:4px;
	}
}



/* ================================= */
/* :::::::::: 3. Countdown ::::::::: */
/* ================================= */

.countdown-section {
	text-align: center;
    padding: 100px 0 100px;
    background: #EB5054;
    border-bottom: 6px solid #EC676C;
}

.countdown {
     font-size: 7em;
     margin: 0 auto;
     line-height: 65px;
     display: inline-block;
     color: #FFFFFF;
     font-weight: 300;
     text-align: center;
     padding-top: 10px;
     padding-bottom: 10px;
}

.countdown div span {
	display:block;
    font-size: 19px;
    line-height: 35px;
}

.countdown div {
	display:inline-block;
    width:190px;
 	padding-top:12px; 
}

.countdown-section .fa-clock-o {
	font-size: 30px;
	color:#fff;
	margin-right: 5px;
	width: 30px;
}

.countdown-section h3 {
	color:#fff;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.border_clock {
    border-left: 1px solid rgba(255, 255, 255, 0.39);
}

.fa-clock-o {
	-webkit-animation: fa-spin 9s infinite linear;
	animation:fa-spin 9s infinite linear;
}

/* ================================= */
/* :::::::::: 4. Services :::::::::: */
/* ================================= */

.services {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 100px;
	background-color: #F2F2F2;
	z-index: 10; min-height:100%
}

.services .col-md-4 {
	
	margin-bottom: 30px;
	width: 8vw; text-align: center;
}

.services .icon i.fa {
	  background: rgba(22, 182, 234, 0);
	  text-align: center;
	  line-height: 75px;
	  font-size: 27px;
	  border-bottom: none;
	  color: #394F6F;
	  margin: 10px 10px 15px auto;
	  display: inline-block;
	  float: left;
	  border-radius: 50%;
	  border: 2px solid #394F6F;
	  height: 80px;
	  width: 80px;
}
.services h1 {
	margin: 0 5vw 0 5vw;
	font-weight: 0;
	font-size: 1.5vw;	
	color: #000000;
	padding-bottom: 25px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 50p;
}



.services h2 {
	  margin: 0 5vw 0 5vw;
	  font-size: 1.5em;
	  font-family:Khand,sans-serif;
	  font-weight:500;
	  margin-bottom: 15px;
	  color: #50547A; 
}

.services h3 {
	margin: -3vw 0 0 0 ;
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	padding-bottom: 25px;
	letter-spacing: 1px;
	background: url(../images/h1-bg.png) 50% 100% no-repeat;
	text-align: center;
	margin-bottom: 50px;
}


.services p {
	text-align: left;
	font-size: 15px;
	word-spacing: 1px;
	line-height: 25px;
	margin-left: 90px;
	color: #50547A;
}

.services img {
	height:287px;
	width:438px;
    margin-left: 150px;
    margin-right: auto; 
}

.services .button
{		background-color:#000000;
		border: solid 1px rgba(255, 255, 255, 0.7);
		color: #FFF !important;
		cursor: pointer;
		display: block;
		font-size: 0.5vw;
		font-weight: 400;
		height: 3.00em;
		width:100px;
		line-height: 3.00em;
		list-style: none;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		opacity: 1;
		margin: 0vw 1vw 3vw 0;
		}
.services .button:hover {
	   background-color:#019E2C;
}		

.services table 
{ width:auto; min-width:30%}

.col-md-12 .team
{ width:90%; margin:8%}

.team img
{ max-width:100px;
}

.test { width:100%; height:60%}


/* ================================= */
/* :::::::::: 5. About ::::::::::::: */
/* ================================= */

.about {
	background-color: #F2F2F2;
	padding: 0 0 100px;
	z-index: 10;   
	min-height:100%;
}

.about h3 {
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	padding-bottom: 25px;
	letter-spacing: 1px;
	background: url(../images/h1-bg.png) 50% 100% no-repeat;
	text-align: center;
	margin-bottom: 50px;
}

.about img {
	width: 100%;
}

.about h2 {
	font-size: 19px;
    margin-bottom: 15px;
    color: #50547A;
    font-weight: 500;
}

.about p {
	color: #50547A;
	text-align: left;
	word-spacing: 1px;
	line-height: 25px;
	font-size: 15px;
	margin-bottom: 15px;
}

.about  i.fa {
  background: rgba(22, 182, 234, 0);
  text-align: center;
  line-height: 37px;
  list-style: none;
  font-size: 17px;
  border-bottom: none;
  color: #394F6F;
  margin: 10px 10px 15px auto;
  display: inline-block;
  float: left;
  border-radius: 50%;
  border: 2px solid #394F6F;
  height: 40px;
  width: 40px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.about .social-icons li {
	list-style: none;
	float: left;
}

.about i.fa:hover {
	background:#394F6F;
	color:#fff;
}

.about .social-icons {
	margin-left: -40px;
	position: relative;
	z-index: 999;
}

.about .button {
		background-color:#000000;
		border: solid 1px rgba(255, 255, 255, 0.7);
		color: #FFF !important;
		cursor: pointer;
		display: block;
		font-size: 0.5vw;
		font-weight: 400;
		height: 3.00em;
		width:100px;
		line-height: 3.00em;
		list-style: none;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		opacity: 1;
		margin: 0vw 1vw 3vw 0;
		}


.about .button:hover {
	   background-color:#019E2C;
}

.about .bewerbe
{ width: auto; height:99%;
margin: -1vw 5vw 5vw 5vw;}

.about .bewerbe iframe
{
width: 100% ; height:500px}

/* ================================= */
/* :::::::::: 6. Partner ::::::::: */
/* ================================= */

.partner {
	height:100%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 100px;
	background-color: #303440;
	z-index: 10;
}

.partner .col-md-4 {
	
	margin-bottom: 30px;
	width: 120px;
	text-align: center;
}

.partner .icon i.fa {
	  background: rgba(22, 182, 234, 0);
	  text-align: center;
	  line-height: 75px;
	  font-size: 27px;
	  border-bottom: none;
	  color: #394F6F;
	  margin: 10px 10px 15px auto;
	  display: inline-block;
	  float: left;
	  border-radius: 50%;
	  border: 2px solid #394F6F;
	  height: 80px;
	  width: 80px;
}

.partner h2 {
	  font-size: 1.5vw;
	  margin-bottom: 15px;
	  color: #fff;
}

.partner h3 {
	font-weight: 600;
	font-size: 30px;
	color: #fff;
	padding-bottom: 25px;
	letter-spacing: 1px;
	background: url(../images/h1-bg-white.png) 50% 100% no-repeat;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;}

.partner p {
	text-align: left;
	font-size: 15px;
	word-spacing: 1px;
	line-height: 25px;
	margin-left: 90px;
	color: #50547A;
}

.partner img { width:90%;
}

.partner .button {
		background-color:#FFFFFF;
		border: solid 1px rgba(255, 255, 255, 0.7);
		color: #000000 !important;
		cursor: pointer;
		display: block;
		font-size: 0.5vw;
		font-weight: 400;
		height: 3.00em;
		width:100px;
		line-height: 3.00em;
		list-style: none;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		opacity: 1;
		margin: 0vw 1vw 3vw 0;
		}

.partner .button:hover {
	   background-color:#019E2C;
}

.partner table
{ width:90% }

/* ================================= */
/* :::::::::: 7. Contact ::::::::::: */
/* ================================= */

.contact {
	background-color: #EB5054;
	padding: 100px 0 100px;
	z-index: 10;
	border-bottom: 6px solid #EC676C;      
	border-top: 6px solid #fff;
}

.contact h2 {
	font-weight: 600;
	font-size: 30px;
	color: #fff;
	padding-bottom: 25px;
	letter-spacing: 1px;
	background: url(../images/h1-bg-white.png) 50% 100% no-repeat;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}


.contact input[type='text'], .contact input[type='email'] {
	width: 44%;
	background: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
	border-top: none;
    border-left: none;
    border-right: none;
	height: 54px;
	font-size: 15px;
	outline: none;
    -webkit-transition: all 0.3s!important;
    -moz-transition: all 0.3s!important;
    transition: all 0.3s!important;
}

.contact input[type='email'] {
	right: 15px;
	position: absolute;
	top: 0px;
}


.contact input[type='text'] {
	width: 45.1%;
}

.contact textarea {
	width: 100%;
	background: transparent;
	padding-top: 15px;
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	outline: none;
	resize: none;
	margin: 20px 0;
	-webkit-transition: all 0.3s!important;
	-moz-transition: all 0.3s!important;
	transition: all 0.3s!important;
}


.contact input[type='submit'] {	
	background-color: rgba(22, 182, 234, 0); 
	border: 2px solid #FFFFFF;
	color: #FFFFFF; 
	float: right;
	width: 11%;
	display:block;
	word-spacing: 1px;
	outline: none;
	font-size: 15px;
	padding-top: 3px;
	margin-top:20px;
	font-weight: 300;
	height: 54px;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.contact input[type="submit"]:hover { 
	background: #FFFFFF; 
	color: #000; 
}

.contact .error .email {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 19px;
    padding-left: 9px;
}

.contact .error .name {
    display: inline-block;
    position: absolute;
    left: 43.5%;
    padding-left: 2px;
}

.contact .error .message {
    text-align: right;
    display: inline-block;
    position: absolute;
    right:0;
    bottom: 115px;
    margin-right: 20px;
    padding-left: 9px;
}

.contact #ajax-contact-form i {
	color: #FFFFFF;
}

.contact .notification_ok {
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  position: absolute;
  top: 80%;
  left: 15px;
  width: 96%;
  margin-top:5px;
}

.contact .notification_ok i {
	color: #FFFFFF;
    padding-right: 5px;
}



/* ================================= */
/* :::::::::: 8. Google map :::::::: */
/* ================================= */

#google-container {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #e7eaf0;
}

.google-map {
  position: relative;
}

#zoom-in, #zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 50px;
  background-color: rgba(235, 80, 84, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/icon-controller.svg");
    transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#zoom-in:hover, #zoom-out:hover {
  background-color: #EB5054;

}

#zoom-in {
  background-position: 50% 0;
  margin-top: 50px;
  margin-bottom: 1px;
}

#zoom-out {
  background-position: 50% -32px;
}

.google-map .contact-info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(235, 80, 84, 0.9);
  color: #FFFFFF;
  margin-bottom: 0;
  letter-spacing: 1px;
  height: 54px;
}

.google-map address .fa-map-marker, .phone i, .email i  {
  padding-right:10px;

}

.google-map address {
  margin-bottom:0;
  font-size: 16px;
  position: relative;
  top: 15px;
  font-weight: 300;
  margin-top: 4px;
  padding-left:5px;
}

.google-map .phone {
  font-size: 16px;
  text-align:center;
  position: relative;
  top: -6px;
  font-weight: 300;
}

.google-map .email {
  font-size: 16px;
  text-align: right;
  position: relative;
  top: -29px;
  font-weight: 300;
}



/* ================================= */
/* :::::::::: 9. Footer :::::::::::: */
/* ================================= */

footer {
	background-color: #303440;
	padding: 40px 0 40px;
	z-index: 10;
	position: relative;
	color:  rgba(236,240,241,0.4);
}

footer .copyright {
	text-align: center;
	font-size: 16px;
	color: #808393;
}

footer a {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	color: rgba(236,240,241,0.4);
}

footer a:hover {
	color: rgba(236,240,241,1);
	text-decoration: none;
}

/* ================================= */
/* :::::::::: 11. Anmeldung ::::::::: */
/* ================================= */

.anmeldung {
	min-height:100%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 100px;
	background-color: #303440;
	z-index: 10;
	
}

.anmeldung .col-md-4 {
	
	margin-bottom: 30px;
	width: 120px;
	text-align: center;
}

.anmeldung .icon i.fa {
	  background: rgba(22, 182, 234, 0);
	  text-align: center;
	  line-height: 75px;
	  font-size: 27px;
	  border-bottom: none;
	  color: #394F6F;
	  margin: 10px 10px 15px auto;
	  display: inline-block;
	  float: left;
	  border-radius: 50%;
	  border: 2px solid #394F6F;
	  height: 80px;
	  width: 80px;
}

.anmeldung h2 {
	  font-size: 1.5em;
	  font-family:Khand,sans-serif;
	  font-weight:500;
	  margin-bottom: 15px;
	  color: #FFF;
}

.anmeldung h3 {
	font-weight: 600;
	font-size: 30px;
	color: #fff;
	padding-bottom: 25px;
	letter-spacing: 1px;
	background: url(../images/h1-bg-white.png) 50% 100% no-repeat;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin:-1vw;}

.anmeldung p {
	text-align: left;
	font-size: 15px;
	word-spacing: 1px;
	line-height: 25px;
	margin-left: 90px;
	color: #50547A;
}

.anmeldung img {
	height:100%;
	width: 100%;
}

.anmeldung .button {
		background-color:#FFFFFF;
		border: solid 1px rgba(255, 255, 255, 0.7);
		color: #000000 !important;
		cursor: pointer;
		display: block;
		font-size: 2vw;
		font-weight: 400;
		height: 3.00em;
		width:150px;
		line-height: 3.00em;
		list-style: none;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		opacity: 1;
		margin: 0vw 1vw 3vw 0;
		}

.anmeldung .button:hover {
	   background-color:#019E2C;
}

.anmeldung h2 table
{ width:90%; text-align:center; margin-left:5%; color:#FFFFFF}

/* ================================= */
/* :::::::::: 12. Infos ::::::::: */
/* ================================= */

.infos {
	min-height:100%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 100px;
	background-color: #303440;
	z-index: 10;
}

.infos .col-md-4 {
	
	margin-bottom: 30px;
	width: 120px;
	text-align: center;
}

.infos .icon i.fa {
	  background: rgba(22, 182, 234, 0);
	  text-align: center;
	  line-height: 75px;
	  font-size: 27px;
	  border-bottom: none;
	  color: #394F6F;
	  margin: 10px 10px 15px auto;
	  display: inline-block;
	  float: left;
	  border-radius: 50%;
	  border: 2px solid #394F6F;
	  height: 80px;
	  width: 80px;
}

.infos h1 {
	margin: -1vw 5vw 0 5vw;
	font-weight: 0;
	font-size: 1.5vw;
	color: #fff;
	padding-bottom: 25px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 50p;
	
}

.infos h2 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #fff;
	text-align: center;
}

.infos h3 {
	margin: -2vw 0 0 0 ;
	font-weight: 600;
	font-size: 30px;
	color: #fff;
	padding-bottom: 25px;
	letter-spacing: 1px;
	background: url(../images/h1-bg-white.png) 50% 100% no-repeat;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;}

.infos p {
	text-align: left;
	font-size: 15px;
	word-spacing: 1px;
	line-height: 25px;
	margin-left: 90px;
	color: #fff;
}
}
.infos h4 {
	text-align: left;
	font-size: 16px;
	word-spacing: 1px;
	line-height: 25px;
	margin-left: 90px;
	color: #fff;
}
.infos img {
	height:40%;
	width: 40%;
	margin-left: 30%;
	margin-right:30%;
}

.infos .button {

		background-color:#FFFFFF;
		border: solid 1px rgba(255, 255, 255, 0.7);
		color: #000000 !important;
		cursor: pointer;
		display: block;
		font-size: 0.5vw;
		font-weight: 400;
		height: 3.00em;
		width:100px;
		line-height: 3.00em;
		list-style: none;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		opacity: 1;
		margin: 0vw 1vw 3vw 0;
		}

.infos .button:hover {
	   background-color:#019E2C;
}


/* ================================= */
/* :::::::::: 13. Thema2 :::::::::: */
/* ================================= */

.thema2 {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 100px;
	background-color: #F2F2F2;
	z-index: 10; min-height:100%;
	width:100%;
}



.thema2 .col-md-4 {
	
	margin-bottom: 30px;
	width: 8vw; text-align: center;
}

.thema2 img {
	width:90%}

.thema2 .icon i.fa {
	  background: rgba(22, 182, 234, 0);
	  text-align: center;
	  line-height: 75px;
	  font-size: 27px;
	  border-bottom: none;
	  color: #394F6F;
	  margin: 10px 10px 15px auto;
	  display: inline-block;
	  float: left;
	  border-radius: 50%;
	  border: 2px solid #394F6F;
	  height: 80px;
	  width: 80px;
}

.thema2 h2 {
	  font-size: 1.5em;
	  font-family:Khand,sans-serif;
	  font-weight:500;
	  margin-bottom: 15px;
	  color: #50547A;
}

.thema2 h3 {
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	padding-bottom: 25px;
	letter-spacing: 1px;
	background: url(../images/h1-bg.png) 50% 100% no-repeat;
	text-align: center;
	margin-bottom: 50px;
}




.thema2 .button {

		background-color:#000000;
		border: solid 1px rgba(255, 255, 255, 0.7);
		color: #FFF !important;
		cursor: pointer;
		display: block;
		font-size: 0.5vw;
		font-weight: 400;
		height: 3.00em;
		width:100px;
		line-height: 3.00em;
		list-style: none;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		opacity: 1;
		margin: 0vw 1vw 3vw 0;
		}

.thema2 .button:hover {
	   background-color:#019E2C;
}

.thema2 table
{ width:90% }

/* ================================= */
/* :::::::::: 14. Thema2 ::::::::::::: */
/* ================================= */

.thema3 {
	min-height:100%;
	background-color: #F2F2F2; 
	z-index: 10;
}

.thema3 h1 {
	margin: 0 5vw 0 5vw;
	font-family:Khand,sans-serif;
	font-weight: 500;
    font-size: 1.5em;
	color: #000000;
	padding-bottom: 25px;
	letter-spacing: 1px;
	text-align: justify;
	margin-bottom: 50px;
}

.thema3 h3 {
    
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	padding-bottom: 25px;
	letter-spacing: 1px;
	background: url(../images/h1-bg.png) 50% 100% no-repeat;
	text-align: center;
	margin-bottom: 50px;
 margin: -20px 0 10px 0 ;
}

.thema3 img {
	width: 10vw;
}

.thema3 h2 {
	font-size: 1em;
    margin-bottom: 15px;
    color: #50547A;
    font-weight: 500;
}

.thema3 p {
	color: #50547A;
	text-align: left;
	word-spacing: 1px;
	line-height: 25px;
	font-size: 15px;
	margin-bottom: 15px;
}

.thema3  i.fa {
  background: rgba(22, 182, 234, 0);
  text-align: center;
  line-height: 37px;
  list-style: none;
  font-size: 17px;
  border-bottom: none;
  color: #394F6F;
  margin: 10px 10px 15px auto;
  display: inline-block;
  float: left;
  border-radius: 50%;
  border: 2px solid #394F6F;
  height: 40px;
  width: 40px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.thema3 .social-icons li {
	list-style: none;
	float: left;
}

.thema3 i.fa:hover {
	background:#394F6F;
	color:#fff;
}

.thema3 .social-icons {
	margin-left: -40px;
	position: relative;
	z-index: 999;
}

.thema3 .button {
		background-color:#000000;
		border: solid 1px rgba(255, 255, 255, 0.7);
		color: #FFF !important;
		cursor: pointer;
		display: block;
		font-size: 0.5vw;
		font-weight: 400;
		height: 3.00em;
		width:100px;
		line-height: 3.00em;
		list-style: none;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		opacity: 1;
		margin: 0vw 1vw 3vw 0;
		}

.thema3 .button:hover {
	   background-color:#019E2C;
}

/*.thema3 .team
{ width: auto; height:99%;
margin: -1vw 5vw 5vw 5vw;}

.thema3 .team iframe
{ max-width:100%; max-height:100%}*/

.thema3 .team
{-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
.thema3 .team iframe
{}

/* ================================= */
/* :::::: 15. Veranstaltungen :::::: */
/* ================================= */

.veranstaltungen {
	background-color: #019E2C;
	padding: 0 0 100px;
	z-index: 10;
	border-bottom: 6px solid #019E2C;      
	min-height:100%;
}

.veranstaltungen .icon i.fa {
	  background: rgba(22, 182, 234, 0);
	  text-align: center;
	  line-height: 75px;
	  font-size: 27px;
	  border-bottom: none;
	  color: #394F6F;
	  margin: 10px 10px 15px auto;
	  display: inline-block;
	  float: left;
	  border-radius: 50%;
	  border: 2px solid #394F6F;
	  height: 80px;
	  width: 80px;
}

.veranstaltungen h1 {
	font-weight: 600;
	font-size: 30px;
	color: #fff;
	padding-bottom: 25px;
	letter-spacing: 1px;
	background: url(../images/h1-bg-white.png) 50% 100% no-repeat;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;}
	
.veranstaltungen h2 {
	  font-size: 1.5vw;
	  font-family:Khand,sans-serif;
	  font-weight:500;
	  margin-bottom: 15px;
	  color: #fff;
}	

.veranstaltungen img { width:90%;
}

.veranstaltungen .button {
		background-color:#FFFFFF;
		border: solid 1px rgba(255, 255, 255, 0.7);
		color: #000000 !important;
		cursor: pointer;
		display: block;
		font-size: 0.5vw;
		font-weight: 400;
		height: 3.00em;
		width:100px;
		line-height: 3.00em;
		list-style: none;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		opacity: 1;
		margin: 0vw 1vw 3vw 0;
		}

.veranstaltungen .button:hover {
	   background-color: #F00;
}

.veranstaltungen table
{ width:90% }

/* ================================= */
/* :::::: 10. Responsive CSS ::::::: */
/* ================================= */

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

.welcome {
	padding-top: 230px;
}

header .actions:after {
	left: 51.5%;
}

#iframe_survey
{ height: 500px; padding-top:5px;}
.scroll-container
{ height:510px; width:100%; overflow:auto; -webkit-overflow-scrolling: touch; }

}

@media only screen and  (max-width: 1036px) {
	.services .col-md-4 {
		margin-bottom: 40px;
	}

	
	.Partner button {
		width: 10%;
	}

	.contact input[type="submit"] {
		width: 20%;
	}

	.contact .error .name {
		left: 43.0%;
	}

	header .actions:after {
		left: 51.9%;
	}

	.contact .notification_ok {
		top: 110%;
	}

	.welcome {
		padding-top: 240px;
	}

	header .actions {
		margin: 10.5em 50px 0 0;
	}


}

@media only screen and  (max-width: 768px) {
	#iframe_survey
{ height: 300px; padding-top:5px;}
.scroll-container
{ height:310px; width:100%; overflow:auto; -webkit-overflow-scrolling: touch; }
	
	
	.welcome {
		padding-top: 370px;
	}

	header .actions {
		margin: 15.5em 50px 0 0;
	}
	
	.Partner input[type="email"] {
		margin-bottom: 10px;
	}

	.Partner button, .Partner input[type="email"] {
		width: 10%;
	}

	.about .col-md-4 {
		padding-bottom: 50px!important;
		text-align: center;
	}

	.about img {
		width: 50%;
		display: block;
		margin: 0 auto;
	}

	.about h2, .about p {
		text-align: center;
	}

	.about .social-icons {
		display: inline-block;
		margin-left: -40px;
	}

	.google-map .phone, .google-map .email {
		position: relative;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	.google-map .phone {
		top: -27px;
		color: #fff;
	}

	.google-map .email {
		top: -70px;
	}

	.contact input[type="submit"] {
		width: 20%;
		margin: 0 auto;
		float: none;
	}

	.google-map i.fa-map-marker  {
		margin-left: -5px;
	}

	.contact .error .name {
		left: 42.5%;
	}

	.contact .error .message {
		bottom: 95px;
	}

	.contact .notification_ok {
		text-align: center;
	}



	.google-map .contact-info {
		padding-top:40px;
		height: 90px;
		text-align: center;
	}

	header .actions:after {
		left: 52.5%;
	}

	.countdown {
		font-size: 5em;
	}

    .countdown div {
	display:inline-block;
    width: 180px;
 	padding-top:12px; 
}

.services .icon i.fa {
	float: none;
	text-align: center;
}

.services .col-md-4, .services p {
	text-align: center;
	margin-left: 0;
}

header p {
	margin-left: 0;
}

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

	.welcome {
		padding-top: 130px;
	}



}

}

@media only screen and  (max-width: 667px) {
	
	.welcome {
		padding-top: 110px;
	}



}

@media only screen and  (max-width: 568px) {
	.contact input[type="submit"] {
		width: 27%;
	}

	.contact .error .name {
		left: 41.6%;
	}



	header .actions:after {
		left: 58%;
	}

	footer .copyright {
		font-size: 15px;
	}

	.countdown {
		font-size: 5em;
	}

	.countdown div {
		width: 130px;
	}
	


.thema3 h2
{ font-size:0.5em }

.thema2 h2 {
	  font-size: 10px;
	  margin-bottom: 15px;
	  color: #50547A;
}



.wmfg_layout_2 label. { display: block; margin: 0 0 10px 0; font-size:0.8em; }

.services h2 {
	font-size:1em
}

}

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



.contact .error .name {
		left: 39.9%;
	}

.contact input[type="submit"] {
		width: 47%;
	}

.Partner input[type=text] {
	width: 60%;
}

.Partner button, .Partner input[type="email"] {
		width: 20%;
	}

.countdown .border_clock {
		border-left: none;
	}

.welcome {
	padding-top: 190px;
}

header .actions {
	margin: 5em 50px 0 0;
}

header .actions:after {
		left: 56%;
	}



}

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

.welcome {
	padding-top: 130px;
}

header .actions:after {
	left: 57%;
}

header .Kopfzeile img
{
 	position:absolute;
 	top: 0;
 	left: 0;
 	height: 20px;
 	text-align: center;
 	padding: 0;
 	right: 0;
 	float: none;
 	z-index: 99;
}

header .Kopfzeile h1
{text-align: right;
font-size:85px;
margin:-5px 50px;


}







}
