@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900');
@import url('font-awesome.min.css');
/*
	Big Picture by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact-webfont.woff2') format('woff2'),
         url('../fonts/impact-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
	body {
		background: #f2f2e6;
-webkit-font-smoothing: antialiased;
/* padding-top: 3em; */
	}

		body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,textarea,select {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 18pt;
		line-height: 1.75em;
		color: #39454b;
		letter-spacing: 0.5px;
	}

	h1,h2,h3,h4,h5,h6 {
		font-weight: 400;
		color: inherit;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}
		
	h2 {
		font-family: 'impactregular', helvetica,sans-serif;
font-weight:400;
font-size: 1.7em;
letter-spacing: 0px;
line-height: 1.25em;
font-variant: small-caps;

	}


		
	strong, b {
		font-weight: 900;
font-size:1.2em;
color: inherit;

	}
	
	em, i {
		font-style: italic;
	}

	a {
		color: #843533;

		-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

	header {
		margin-bottom: 1em;
	}
	
		header p {
			display: block;
			margin: 1em 0 0 0;
			padding: 0 0 0.5em 0;
		}
		
	footer {
		margin-top: 2em;
	}

	br.clear {
		clear: both;
	}

	/* Sections/Article */
	
		section,
		article {
			margin-bottom: 3em;
		}
		
			section > :last-child,
			article > :last-child {
				margin-bottom: 0;
			}

			section > .content > :last-child,
			article > .content > :last-child {
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child {
				margin-bottom: 0;
			}

			.row > section,
			.row > article {
				margin-bottom: 0;
			}

	/* Image */

		.image {
			position: relative;
			display: inline-block;
opacity:0.8;
		}
		
			.image:before {
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				border:4px solid #CE7929;
				background: url('images/overlay.png');
			}

.image:hover {opacity:1;}
		
			.image img {
				display: block;
				width: 100%;
			}

			.image.featured {
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.fit {
				display: block;
				width: 100%;
			}
			
			.image.left {
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered {
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img {
					margin: 0 auto;
					width: auto;
				}

	/* List */

		ul {
		}

			ul.default {
				list-style: disc;
				padding-left: 1em;
			}
			
				ul.default li {
					padding-left: 0.5em;
				}		

			ul.icons {
				cursor: default;
			}	
			
				ul.icons li {
					display: inline-block;
				}
				
					ul.icons a {
						display: inline-block;
						width: 2em;
						height: 2em;
						line-height: 2em;
						text-align: center;
						border: 0;
					}

			ul.menu {
				cursor: default;
			}
			
				ul.menu li {
					display: inline-block;
					line-height: 1em;
					border-left: solid 1px rgba(145,146,147,0.25);
					padding: 0 0 0 0.5em;
					margin: 0 0 0 0.5em;
				}
				
				ul.menu li:first-child {
					border-left: 0;
					padding-left: 0;
					margin-left: 0;
				}

			ul.actions {
				cursor: default;
			}
			
				ul.actions li {
					display: inline-block;
					margin: 0 0 0 0.5em;
				}
				
				ul.actions li:first-child {
					margin-left: 0;
				}

		ol {
		}

			ol.default {
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li {
					padding-left: 0.25em;
				}

	/* Form */

		form {
		}
		
			form label {
				display: block;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea {
				display: block;
				width: 100%;
				padding: 0.65em 0.75em;
				background: none;
				border: solid 2px rgba(185,186,187,0.25);
				color: inherit;
				border-radius: 0.5em;
				outline: none;

				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus {
					border-color: #9ac8e9;
				}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select {
				line-height: 1.35em;
			}
				
			form textarea {
				min-height: 8em;
			}

			form .formerize-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-webkit-input-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form :-moz-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-moz-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form :-ms-input-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-moz-focus-inner {
				border: 0;
			}
			
	/* Table */
	
		table {
			width: 100%;
		}
		
			table.default {
				width: 100%;
			}
			
				table.default tbody tr:nth-child(2n+2) {
					background: #f4f4f4;
				}
				
				table.default td {
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th {
					text-align: left;
					font-weight: 900;
					padding: 0.5em 1em 0.5em 1em;
				}
			
				table.default thead {
					background: #444;
					color: #fff;
				}
				
				table.default tfoot {
					background: #eee;
				}
				
				table.default tbody {
				}

	/* Button */
		
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button {
			background-color: #843533;
			border: 0;
			border-radius: 3.5em;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			height: 3.5em;
			line-height: 3.5em;
			outline: 0;
			padding: 0 2em 0 2em;
			position: relative;
			text-align: center;
			text-decoration: none;

			-moz-appearance: none;
			-webkit-appearance: none;
			-o-appearance: none;
			-ms-appearance: none;
			appearance: none;

			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}

			.button.down {
				width: 5em;
				height: 5em;
				line-height: 4.5em;
				padding: 0;
				background-image: url('images/dark-arrow.svg');
				background-position: center center;
				background-repeat: no-repeat;
				text-indent: -10em;
				overflow: hidden;
			}
			
				.button.down.anchored {
					bottom: 0;
					border-bottom: 0;
					border-radius: 3em 3em 0 0;
					height: 4.5em;
					margin-left: -2.5em;
				}
			
			.button.anchored {
				position: absolute;
				left: 50%;
			}
			
			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover {
				background-color: #598b82;
			}
			
			input[type="button"]:active,
			input[type="submit"]:active,
			input[type="reset"]:active,
			.button:active {
				background-color: #88b583;
			}

			input[type="button"].style2,
			input[type="submit"].style2,
			input[type="reset"].style2,
			.button.style2 {
				background-color: transparent;
				border: solid 1px rgba(188, 184, 129, 0.15);
				color: inherit;
			}

				input[type="button"].style2:hover,
				input[type="submit"].style2:hover,
				input[type="reset"].style2:hover,
				.button.style2:hover {
					background-color: rgba(145,146,147,0.035);
				}
				
				.button.style2.down {
					background-image: url('images/arrow.svg');
				}

	/* Box */

#one .box strong {
		font-weight: 900;
		font-size: 1em;
		color: inherit;
		}

#one .box b {
		font-weight: 900;
		font-size: 1em;
		color: inherit;
		}

		.box {
			background: rgba(236, 234, 226, 0.55);
			color: #272727;
			padding: 2em;
		}
.box a{
text-decoration:none;
}

.box a:hover{
color:#448bdf;
}

.box-imp {
			background: rgba(231, 232, 181, 0.59);
			color: #272727;
			padding: 2em;
			margin-top:4px;
		}

#dis-box p{
font-size:0.8em;
line-height:1.2em;
text-align:left;

}



#dis-box {
display:none;
}

.dis-button{
cursor: pointer;}

.dis-button:hover{
color:#598b82;
}
		
			.box.style2 {
				padding: 3.5em 2.5em 3.5em 2.5em;
			}


.boxleft{
border-top:0.8em solid #CE7929;
border-bottom:0.8em solid #CE7929;
border-right:0.8em solid #CE7929;
}

.boxright{
border-top:0.8em solid #CE7929;
border-bottom:0.8em solid #CE7929;
border-left:0.8em solid #CE7929;
}

	/* Main */
		
		.main {
			position: relative;
			margin: 0;
			overflow-x: hidden;
		}
		
			.main.style1 {
				text-align: center;
				padding: 10em 0 10em 0;
			}
			
				.main.style1 h2 {
position: relative;
width:35%;
top:270px;
margin-left:auto;
margin-right:auto;
font-size: 3em;
font-weight: 400;
line-height: 1em;
font-family: 'impactregular', helvetica,sans-serif;
color:#c2c49e;
background:#111013;
transform : scale(1,1.5);
-webkit-transform:scale(1,1.5); /* Safari and Chrome */
-moz-transform:scale(1,1.5); /* Firefox */
-ms-transform:scale(1,1.5); /* IE 9+ */
-o-transform:scale(1,1.5); /* Opera */
				}
				
				.main.style1 .content {
					opacity: 1.0;

					-moz-transition: all 1s ease;
					-webkit-transition: all 1s ease;
					-o-transition: all 1s ease;
					-ms-transition: all 1s ease;
					transition: all 1s ease;
					
					-moz-transform: translateZ(0);
					-webkit-transform: translateZ(0);
					-o-transform: translateZ(0);
					-ms-transform: translateZ(0);
					transform: translateZ(0);
				}
				
			.main.style1.inactive {
			}
			
				.main.style1.inactive .content {
					opacity: 0;
				}
		
			.main.style2 {
				padding: 10em 0 10em 0;
				overflow: hidden;
			}
			
				.main.style2 .content {
					position: relative;
					width: 35%;

					-moz-transition: all 0.5s ease;
					-webkit-transition: all 0.5s ease;
					-o-transition: all 0.5s ease;
					-ms-transition: all 0.5s ease;
					transition: all 0.5s ease;
					
					-moz-transform: translateZ(0);
					-webkit-transform: translateZ(0);
					-o-transform: translateZ(0);
					-ms-transform: translateZ(0);
					transform: translateZ(0);
					line-height: 1.4em;
				}
			
				.main.style2.left {
				}

					.main.style2.left .content {
						left: 0;
					}

				.main.style2.right {
				}

					.main.style2.right .content {
						left: 65%;
					}

				.main.style2.inactive {
				}

					.main.style2.inactive .content {
					}

						.main.style2.inactive.left .content {
							left: -35%;
						}

						.main.style2.inactive.right .content {
							left: 100%;
						}
		
			.main.style3 {
				text-align: center;
				padding: 6em 0 6em 0;
			}

				.main.style3 .content {
				}

					.main.style3 .content > header {
						margin-bottom: 2em;
					}

				.main.style3.primary {
					background: #fff;
				}
			
				.main.style3.secondary {
					background: #208591;
				}

				.main.style4 {
				text-align: center;
				padding: 6em 0 6em 0;
			}

				.main.style4 .content {
				}

					.main.style4 .content > header {
						margin-bottom: 2em;
					}


				.main.style4.primary {
					background: #93A2AF;
				}
			
				.main.style4.secondary {
					background: #333;
				}

	/* Dark */

		.dark {
			color: #fff;
		}

			.dark a {
				color: #CE7929;
			}
		
			.dark .button.style2 {
				
				background-color: rgba(64,64,64,0.05);
			}

				.dark .button.style2:hover {
					background-color: rgba(255,255,255,0.1);
				}
				
				.dark .button.style2.down {
					background-image: url('images/dark-arrow.svg');
				}
		
/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
		.icon > .label {
			display: none;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header {
	position: fixed;
z-index: 10000;
left: 0;
top: 0;
width: 100%;
background: rgba(76, 124, 138, 0.98);
color: #daddb9;
height: 2em;
line-height: 2em;
border-bottom: 1px solid #878255;
box-shadow:0px 1px 8px 1px #333;
	}
	

	#logo {
font-family: 'impactregular', helvetica,sans-serif;
		position: absolute;
		left: 1em;
		top: 0;
		height: 3em;
		line-height: 2em;
font-variant: small-caps;
		letter-spacing: 0px;

	}
	
		#logo a {
			font-size: 1.25em;
		}

#logo img{
margin-top:5px;
width:1.2em;
height:1.2em;
margin-right:10px;
float:left;
}
	
	#nav {
		position: absolute;
		right: 1.5em;
		top: 0;
		height: 2em;
		line-height: 2em;
	}

		#nav ul {
			margin: 0;
		}

			#nav ul li {
				display: inline-block;
				margin-left: 0.5em;
				font-size: 1.2em;
			}
			
				#nav ul li a {
					display: block;
					color: inherit;
					text-decoration: none;
					font-variant: small-caps;
					height: 2em;
					line-height: 1em;
					padding: 0 0.2em 0 0.2em;
					outline: 0;
font-family: 'impactregular', helvetica, sans-serif;
				}

#nav ul li a:hover {
color: #CE7929;
}

#nav ul li a.active{
   color: #CE7929 !important; 
}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/
#introheader{

width:100%;
height:100%;
position:relative;
opacity:0;
animation: fadeIn ease-in 1s;
animation-delay: 4.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: fadeIn linear 1s;
-webkit-animation-delay: 4.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: fadeIn ease-in 2s;
-moz-animation-delay: 4.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: fadeIn ease-in 2s;
-o-animation-delay: 4.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: fadeIn ease-in 2s;
-ms-animation-delay: 4.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

#splitcontainer{
display:block;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;

}

	#intro {
background: url("images/overlay.png") left top / cover repeat, url("../images/Pollen.jpg") 45% 0em /cover no-repeat fixed;
border-right:13px solid #CE7929;
width:30%;
height:100%;
position:relative;
float:left;
top:0;
left:0;
animation: animationFrames ease-in 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease-in 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease-in 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease-in 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease-in 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

#intro2 {
background: url('images/overlay5s.png'), url('../images/manhigh6a.jpg');
background-size: 100px 100px, 85%;
background-attachment: scroll, scroll;
background-position: top left, center;
background-repeat: repeat, no-repeat;
background-color:#2F1623;
position: relative;
float:left;
width:40%;
height:100%;
top:0;
opacity:0;
animation: fadeLogo ease-in 1s;
animation-delay: 3.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: fadeLogo linear 1s;
-webkit-animation-delay: 3.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: fadeLogo ease-in 2s;
-moz-animation-delay: 2.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: fadeLogo ease-in 2s;
-o-animation-delay: 2.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: fadeLogo ease-in 2s;
-ms-animation-delay: 2.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

#intro2a {
background: url("../images/Pollen.jpg") 45% 0em / cover no-repeat fixed;
position: absolute;
opacity:0.5;
width:40%;
height:100%;
top:0;
left:30%;
animation: animationFrames2 ease-in 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames2 ease-in 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames2 ease-in 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames2 ease-in 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames2 ease-in 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}


#intro3 {
background: url("images/overlay.png") left top / 256px 256px repeat, url("../images/Pollen.jpg") 45% 0em / cover no-repeat fixed;
position: relative;
border-left:13px solid #CE7929;
width:30%;
height:100%;
top:0;
float:left;
animation: animationFrames3 ease-in 3s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames3 ease-in 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames3 ease-in 3s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames3 ease-in 3s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames3 ease-in 3s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

/* ******* Fade LOGO ******* */


@keyframes fadeLogo{
  0% {
        opacity:0;
  }
  100% {
        opacity:0.9;
  }
}

@-moz-keyframes fadeLogo{
  0% {
        opacity:0;
  }
  100% {
    opacity:0.9;
  }
}

@-webkit-keyframes fadeLogo {
  0% {
       opacity:0;
  }
  100% {
    opacity:0.9;
  }
}

@-o-keyframes fadeLogo {
  0% {
        opacity:0;
  }
  100% {
    opacity:0.9;
  }
}

@-ms-keyframes fadeLogo {
  0% {
    opacity:0;
  }
  100% {
   opacity:0.9;
  }
}


/* ******* Fade Pfeil Down ******* */

@keyframes fadeIn{
  0% {
        opacity:0;
  }
  100% {
        opacity:1;
  }
}

@-moz-keyframes fadeIn{
  0% {
        opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
       opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
        opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
   opacity:1;
  }
}




@keyframes animationFrames{
  0% {
        transform:  translate(0px,-836px)  ;
  }
  100% {
        transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
        -moz-transform:  translate(0px,-836px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
        -webkit-transform:  translate(0px,-836px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
        -o-transform:  translate(0px,-836px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(0px,-836px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}




@keyframes animationFrames2{
  0% {
        transform:  translate(0px,-1236px)  ;
  }
  100% {
        transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames2{
  0% {
        -moz-transform:  translate(0px,-1236px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames2 {
  0% {
        -webkit-transform:  translate(0px,-1236px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames2 {
  0% {
        -o-transform:  translate(0px,-1236px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames2 {
  0% {
    -ms-transform:  translate(0px,-1236px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}



@keyframes animationFrames3{
  0% {
        transform:  translate(0px,-1836px)  ;
  }
  100% {
        transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames3{
  0% {
        -moz-transform:  translate(0px,-1836px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames3 {
  0% {
        -webkit-transform:  translate(0px,-1836px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames3 {
  0% {
        -o-transform:  translate(0px,-1836px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames3 {
  0% {
    -ms-transform:  translate(0px,-1836px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}


#man-title{
font-family: 'impactregular', helvetica,sans-serif;
background: rgba(49, 80, 89, 0.98);
color: #daddb9;
padding:0 10px;
line-height:3em;
font-weight:900;
font-size:3em;
min-width:300px;
margin-top:-10%;
position: absolute;
text-transform:uppercase;}


.introtext-left{
width: 30%;
font-size:0.7em;
font-family: 'impactregular', helvetica,sans-serif;
font-weight:400;
position:relative;
margin-top:-70px;
left:1%;
padding-left:10px;
padding-right:0;
float:left;
text-align:left;
line-height:1.4em;
}

.introtext-right{
width: 30%;
font-size:0.7em;
font-family: 'impactregular', helvetica,sans-serif;
font-weight:400;
position:relative;
margin-right:2%;
margin-top:-70px;
padding-left:40px;
padding-right:0;
float:right;
text-align:left;
line-height:1.4em;
}


.introtext-left a, .introtext-right a {
text-decoration:none;
}

.introtext-left a:hover, .introtext-right a:hover{
color:#98c593;
}

#startbutton{
margin-top:17%;
position:absolute;
width:100%;
height:100%;
}
/*********************************************************************************/
/* One                                                                           */
/*********************************************************************************/

	#one {
		background: url('images/overlay.png'), url('../images/Wake.jpg');
background-size: 256px 256px, cover;
background-repeat:repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: top left, center center;
	}

/*********************************************************************************/
/* One2                                                                           */
/*********************************************************************************/

	#one2 {
		background: url('images/overlay.png'), url('../images/elektronen2.jpg');
background-size: 256px 256px, cover;
background-repeat:repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: top left, center center;
	}

/*********************************************************************************/
/* Two                                                                           */
/*********************************************************************************/

	#two {
		background: url('images/overlay.png'), url('../images/cccptechnik1.jpg');
		background-repeat:repeat, no-repeat;
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

/*********************************************************************************/
/* Three                                                                          */
/*********************************************************************************/

	#three {
		background: url('images/overlay.png'), url('../images/halle.jpg');
background-repeat:repeat, no-repeat;
background-size: 256px 256px, cover;
background-attachment: fixed, fixed;
background-position: top left, top  right;
	}


.projektbox{
background:rgba(236, 234, 226, 0.55);
}

.projektbox iframe {
margin-bottom: 0.9em;

}


.gallery p{
color:#fff;
font-size:0.8em;
background:#000;
}


/*********************************************************************************/
/* Four                                                                         */
/*********************************************************************************/

	#four {
		background: url('images/overlay.png'), url('../images/austronautbackground.jpg');
background-repeat:repeat, no-repeat;
background-size: 256px 256px, cover;
background-attachment: fixed, fixed;
background-position: top left, top  right;
	}

#four li{
font-size: 1.1em;
font-weight: 600;
text-align: left;
}

color{
color:#843533;
}

.projektbox{
background:rgba(236, 234, 226, 0.55);
}


/*********************************************************************************/
/* Five                                                                        */
/*********************************************************************************/

	#five {
		background: url('images/overlay.png'), url('../images/spacestars.jpg');
background-repeat:repeat, no-repeat;
background-size: 256px 256px, cover;
background-attachment: fixed, fixed;
background-position: top left, top  right;
	}

#five li{
font-size: 1.3em;
font-weight: 600;
}

color{
color:#CE7929;
font-size: 1.2em;
}

.projektbox{
background:rgba(236, 234, 226, 0.55);
}


/*********************************************************************************/
/* Work                                                                          */
/*********************************************************************************/

	#work {
	}
	
		#work .row.images {
		}
	
			#work .row.images .image {
				position: relative;
				top: 0;
				left: 0;
				opacity: 1.0;
			
				-moz-transition: all 1s ease;
				-webkit-transition: all 1s ease;
				-o-transition: all 1s ease;
				-ms-transition: all 1s ease;
				transition: all 1s ease;
				
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-o-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
			}
		
			#work .row.images.inactive {
			}

				#work .row.images.inactive .image {
					opacity: 0;
				}
			
				#work .row.images.inactive .image.from-left {
					left: -14em;
				}
			
				#work .row.images.inactive .image.from-right {
					left: 14em;
				}
			
				#work .row.images.inactive .image.from-top {
					top: -7em;
				}
			
				#work .row.images.inactive .image.from-bottom {
					top: 7em;
				}
			
/*********************************************************************************/
/* Contact                                                                       */
/*********************************************************************************/

	#contact {
		padding-bottom: 0;
		overflow: hidden;
	}
	
		#contact .box {
			position: relative;
			bottom: 0;
			padding-bottom: 2em;
			-moz-transition: all 1s ease;
			-webkit-transition: all 1s ease;
			-o-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
			
			-moz-transform: translateZ(0);
			-webkit-transform: translateZ(0);
			-o-transform: translateZ(0);
			-ms-transform: translateZ(0);
			transform: translateZ(0);
		}
		
		#contact.inactive {
		}

			#contact.inactive .box {
				bottom: -30em;
			}

#contact .box img{
position: relative;
width: 30em;
height: auto;
margin: 0 auto;
}

#five img{
position: relative;
width: 30em;
height: auto;
margin: 0 auto;
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	#footer iframe{
margin-top: 32px;
margin-left: 14px;
position: absolute;
opacity: 0.7;
border: none;
overflow: hidden;
width: 147px;
height: 35px;
}

	#footer {
		position: relative;
		height: 5em;
		line-height: 5em;
		margin: 0;
		background: rgba(52, 85, 94, 1);
		color: #999;
		color: rgba(185,186,187,0.5);
		overflow: hidden;
	}

		#footer a {
			color: #999;
			color: rgba(185,186,187,0.5);
		}

			#footer a:hover {
				color: #bbb;
				color: rgba(185,186,187,1.0);
			}
	
		#footer .actions {
			position: absolute;
			left: 1em;
			top: 0.25em;
			height: 5em;
			line-height: 5em;
			margin: 0;
		}
		
			#footer .actions li {
				font-size: 1.25em;
				margin: 0;
			}
			
				#footer .actions li a {
					padding: 0.5em;
				}
		
		#footer .menu {
			position: absolute;
			right: 2em;
			top: 0;
			height: 5em;
			line-height: 5em;
			margin: 0;
		}
		
			#footer .menu li {
				font-size: 0.9em;
			}

/*********************************************************************************/
/* Poptrox                                                                       */
/*********************************************************************************/

	.poptrox-popup {
		background: #fff;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-o-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		padding-bottom: 3em;
		box-shadow: 0 0.1em 0.15em 0 rgba(0,0,0,0.15);
	}
	
		.poptrox-popup .loader {
			width: 48px;
			height: 48px;
			background: url('images/loader.gif');
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -24px 0 0 -24px;
		}
	
		.poptrox-popup .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #fff;
			width: 100%;
			height: 3em;
			line-height: 2.8em;
			text-align: center;
			cursor: default;
			z-index: 1;
			font-size: 0.9em;
		}
		
		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			opacity: 0;
			cursor: pointer;
			background: rgba(0,0,0,0.01);
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-o-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(255,255,255,0);
		}

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				content: '';
				position: absolute;

				width: 96px;
				height: 64px;
				background: url('images/poptrox-nav.svg');
				top: -moz-calc(50% - 1.5em);
				top: -webkit-calc(50% - 1.5em);
				top: -o-calc(50% - 1.5em);
				top: -ms-calc(50% - 1.5em);
				top: calc(50% - 1.5em);
				margin: -32px 0 0 0;
			}
		
			.poptrox-popup:hover .nav-next,
			.poptrox-popup:hover .nav-previous {
				opacity: 0.5;
			}

			.poptrox-popup:hover .nav-next:hover,
			.poptrox-popup:hover .nav-previous:hover {
				opacity: 1.0;
			}
			
			.poptrox-popup .nav-previous:before
			{
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-o-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				-ms-filter: "FlipH";			
				filter: FlipH;
			}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				right: 0;
			}
		
		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				left: 0;
			}
			
		.poptrox-popup .closer {
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
			opacity: 0;
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-o-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(255,255,255,0);
		}
		
			.poptrox-popup .closer:before {
content: '';
display: block;
position: absolute;
right: -35px;
top: -36px;
width: 40px;
height: 40px;
border-radius: 100%;
box-shadow: inset 0 0 0 2px #fff;
background: url('images/poptrox-closer.svg') center center;
color: #bdc0a7 !important;
			}

			.poptrox-popup:hover .closer {
				opacity: 0.5;
			}

			.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
			}
			
/*********************************************************************************/
/* Touch Mode                                                                    */
/*********************************************************************************/

	body.touch {
	}
	
		body.touch .main {
			background-attachment: scroll !important;
		}
		
		body.touch .poptrox-popup {
		}

			body.touch .poptrox-popup .nav-next,
			body.touch .poptrox-popup .nav-previous,
			body.touch .poptrox-popup .closer {
				opacity: 1.0 !important;
			}

@media (max-width:480px){
#footer iframe{
margin-top: 36px;
margin-left: -74px;
position: absolute;
opacity: 0.7;
border: none;
overflow: hidden;
width: 147px;
height: 35px;
}


}
