/*@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,800&display=swap');
*/
@import url(all.min.css);
@import url(lightbox.min.css);


/* allgemeine Formatierung --------------------------------------- */

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v13-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('../fonts/raleway-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/raleway-v13-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
       url('../fonts/raleway-v13-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}


* {
  box-sizing: border-box;
  

}

body {
  color: #333;
	font-family: 'Raleway', sans-serif;
	

}

a {
  text-decoration: none;
}
#aktiv{
	border:1px solid #ccc;
	padding:2px;
	border-radius:3px;
}
.textbox{
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}
.textbox{
	
	list-style-type:none;
	overflow:hidden;
}

.textbox li span{
	font-size:1em;
	font-weight:600;
	
}
/* sticky header ------------------------------------------------- */

.main_h {
  position: fixed;
  top: -100px; 
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background:none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 6px;
  
}
.sub_h {
  position: fixed;
  top: 0px; 
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background:none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 6px;
  
}
.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0; 
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}


.open-nav {
  max-height: 430px !important;
    background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0; 
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);

}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}



.logo {
  width: 50px;
  font-size: 25px;
  color: #8f8f8f;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}


nav {
  float: right;
  
}

nav ul {
  list-style: none;
  overflow: hidden;
  text-align: center;
  float: right;
  
}

nav ul li {
  display: inline-block;
  line-height: 1.5;
}

nav ul a {
  color: #888888;
  text-transform: uppercase;
  font-size: 12px;
  margin-left:10px;
  
}

.mobile-toggle {

  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
 
}
.sub_h .mobile-toggle {
  right: 22px;
  top:5px;
 
 
}

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}


/* hero-Grossbild ------------------------------------------------- */

.hero .innerbox{
	min-height: 500px;
	height:100vh;
}

.hero {
  position: relative;
  background: #ccc url(../bilder/higru.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;

}
.hero h1 {
	color:#eee;
	font-size:3em; 
	text-shadow:1px 1px #ccc;
	position:absolute;
	top:50%;
	left:2%; 
	transform:translateY(-50%);
	text-transform:uppercase;
	letter-spacing:1.5px;
	font-weight:800;
}
.hero h1 span {
	display:block;
	font-size:0.3em;
	font-weight:600;
	letter-spacing:5px;
	margin-top:20px;
}

.mouse {
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #fff;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform:translateX(-50%);

}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 6px;
	background: #fff;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.blocksatz{
	text-align:justify;
}


/* Inhalt - Content ---------------------------------------------------- */


.innerbox {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 3%;
  position: relative;
  
}
section .innerbox {
  
  padding: 80px 2% 80px;

}
.row {
  overflow:hidden;
}
.halbe{
	width:48%;
	float:left;
	margin-right:4%;
}
.halbe:last-child,
.drittel:last-child,
.zweidrittel:last-child{
	margin-right:0;
}

.drittel{
	width:30.6666666%;
	float:left;
	margin-right:4%;
}
.drittel:last-child{
	margin-right:0;
}

.zweidrittel{
	width:65.33333%;
	float:left;
	margin-right:4%;
}


section h2{
	text-align:center;
	font-weight:800;
	font-size:2em;
	text-transform:capitalize;
	color:#222;
	margin-bottom:60px;
}

section h3{
	
	font-weight:400;
	font-size:0.7em;
	text-transform:capitalize;
	margin-bottom:16px;
	letter-spacing:2px;
}

section p{
	
	color:#333;
	margin:1em 0;
	font-size:0.9em;
	
}

.button {
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background: #393939;
    padding: 11px 30px;
    font-size: 12px;
    letter-spacing: 2px;
}
.button:hover {
    background: #000;
}
/* section home -----------------------------------------------*/
#home span{
	
	display:inline-block;
	width:35px;
	margin-left:5px;
}


/* section what i do -----------------------------------------------*/

#what-i-do{
	background:#f9f9f9;
	text-align:center;
}
#what-i-do .halbe{
	background:#fff;
	padding:2.2em 0.625em;
	border:1px solid #f3f3f3;
}

.iconbox{
	background:#222;
	display:inline-block;
	width:60px;
	height:60px;
	border-radius:50%;
	padding-top:0.9em;
	margin-bottom:1.3em;
}
.iconbox i{
	color:#fff;
	font-size:1.7em;
	
}

/* section team -----------------------------------------------*/
#teamliste{
	text-align:center;
	overflow:hidden;
	list-style-type:none;
}
#teamliste > li{
	float:left;
	width:30.66666%;
	margin-right:4%;
}
#teamliste > li:last-child{
	margin-right:0;
}
#teamliste li img{
	width:100%;
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
}
#teamliste figure{
	line-height:0;
}
#teamliste figcaption{
	margin-top:1em;
	line-height:1.8em;
	color:#666;
	font-size:0.8em;
	letter-spacing:1.5px;
	font-weight:600;
}
#teamliste figcaption span{
	color:#111;
	text-transform:uppercase;
}
.overlaybox{
	position:relative;

}
.overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#000;
	background:rgba(0,0,0,0.8);
	color:#fff;
	opacity:0;
		-webkit-transition: all 0.6s ease-in;
		-moz-transition: all 0.6s ease-in;
		transition: all 0.6s ease-in;
}
.overlay p{
	color:#fff;
}
.overlay-inner{
	width:75%;
	background:ff0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);	
}

/* Schnellkontakt ------------------------------------------------- */

#schnellkontakt{
	background:#323232;
	color:#fff;
}
#schnellkontakt p{
	color:#fff;
}
#schnellkontakt .button{
	background:#fff;
	color:#222;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
#schnellkontakt .button:hover{
	background:rgba(255,255,255,0.7);
}
#schnellkontakt .drittel{
	float:right;
	text-align:right;
}

/* work ------------------------------------------------- */
#work{
	background:#eee;
}
#work .innerbox{
  padding: 60px 2% 60px;
}
.grau{
	background: #eee;
	height:auto;
	border-radius:5px;
	padding: 10px;
}
.grau span{
	color:#ccc;
}
.grau ul{
	
	margin-left:15px;
}
.grau ul li{
	font-size:1em;
	font-weight:400;
}


/* back-top button -------------------------------------------------*/

#back-top {
	display:none;
	position: fixed;
	bottom: 30px;
	right:30px;	
	z-index:9999;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color:#ccc;
	font-size:3em;
}

#back-top:hover {
	color:#00f;
}


/* Kontaktformular -------------------------------------------------*/

#kontaktformular input[type="text"],
#kontaktformular input[type="email"],
#kontaktformular textarea{
	border:1px solid #eee;
	background:#f9f9f9;
	padding:1.3em;
	text-transform:capitalize;
	font-family: 'Raleway', sans-serif; 
	font-size:1em;
}
#kontaktformular textarea{
	width:100%;
	height:250px;
}
#kontaktformular .halbe{
	width:49%;
	margin-right:2%;
}#kontaktformular .halbe:last-child{
	margin-right:0%;
}
#kontaktformular p{
	margin-bottom:2%;
}
#kontaktformular input[type="submit"]{
	border:0;
}
#contact .innerbox{
	margin-left:100px;
	margin-right:100px;
	text-align:center;
	overflow:hidden;
}
#contact{
	text-align:center;
	
}
#contact ul{
	list-style-type: none;
	text-align:left;
}
#contact ul span{
	display:inline-block;
	width:120px;
	font-weight:400;
	
}
#contact ul li{
	font-weight:600;
}

/* footer -------------------------------------------------*/

footer{
	background:#323232;
	text-align:center;
	padding:50px 0;
}
footer a{
	color:#fff;
}

/* Breakpoint bis 1234px -------------------------------------------------*/

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

	.hero {
		  position: relative;
		  background: url(../bilder/higru.jpg) no-repeat center center scroll;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  background-size: cover;
		}

}

/* Ende Breakpoint bis 1234px */


/* Breakpoint bis 766px -------------------------------------------------*/

@media only screen and (max-width: 766px) {
	.hero {
		  position: relative;
		  background: url(../bilder/higru.jpg) no-repeat center center scroll;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  background-size: cover;
		}
	
	  .main_h {
		padding-top: 25px;
	  }
	  .logo {
		float: none;
	  }
	  nav {
		width: 100%;
	  }
	   nav ul li {
		width: 100%;
		padding: 7px 0;
		margin: 0;
	  }
	  nav ul {
		padding-top: 10px;
		margin-bottom: 22px;
		float: left;
		text-align: center;
		width: 100%;
	  }
	  .mobile-toggle {
		display: block;
	  }
	 
		.halbe, .drittel, .zweidrittel{
			width:100% !important; 
			float:none;
			margin-right:0%;
		}
		#about .halbe:first-child{
			margin-bottom:3em;
			
		}
		#what-i-do .drittel{
			margin-bottom:0.625em;
		}
		#what-i-do .drittel:last-child{
			margin-bottom:0;		
		}
		
		#teamliste{
			width:70%;
			margin:auto;
		}
		
		#teamliste > li{		
			float:none;
			width:100%;
			margin-right:0;
			margin-bottom:1.5em;
			border:1px solid #eee;
			padding:10px;
		}
		
		.overlay{
			position:absolute;
			top:5%;
			bottom:5%;
			left:50%;
			right:5%;
			background:#000;
			background:rgba(0,0,0,0.8);
			color:#fff;
			
			opacity:0.8;
				-webkit-transition: all 0.6s ease-in;
				-moz-transition: all 0.6s ease-in;
				transition: all 0.6s ease-in;
		}
		.lb-nav a.lb-prev{
			filter:alpha(Opacity=100);opacity:1
			}
		
		.lb-nav a.lb-next{
			filter:alpha(Opacity=100);
			opacity:1
			}

}

/* Ende Breaklpoint bis 766px */


/* Breakpoint bis 600px -------------------------------------------------*/

@media only screen and (max-width: 600px) {
	.hero {
		  position: relative;
		  background: url(../bilder/higru.jpg) no-repeat center center scroll;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  background-size: cover;
		}
	.hero h1{
		font-size:2em;
		width:90%;
		text-align:center;
		top:auto; 
		bottom:80px;
	}
	#workliste li{
		width:100%;
		float:none;
		margin:0 0 2% 0;
	}
		#what-i-do .halbe	{
		
		width:100%;
		float:none;
		margin:0 0 2% 0;
	}
		#Team .halbe	{
		
		width:100%;
		height:auto;
		float:none;
		margin:0 0 2% 0;
	}
		#Team .row{
			overflow:hidden;
		}
	.textbox{
		-moz-column-count: 1;
	-moz-column-gap: 30px;
	-webkit-column-count: 1;
	-webkit-column-gap: 30px;
	column-count: 1;
	column-gap: 30px;
	}
	#contact .innerbox{
		margin:0px;
	}
	#contact .halbe{
		width:100%;
		height:auto;
		float:none;
		margin:0 0 2% 0;
		
	}
/* Ende Breakpoint bis 600px */


/* Breakpoint bis 480px -------------------------------------------------*/

@media only screen and (max-width: 480px) {
	.hero {
		 
		  position: relative;
		  background: url(../bilder/higru.jpg) no-repeat center center scroll;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  background-size: cover;

		}
		.hero h1 {
			font-size:2.5em; 
			bottom:150px;
		
		}
		.mouse{
			bottom:130px;
		}
		nav ul a {
		  padding:5px 0;
		  margin-right:20%;
		}
	#teamliste{
		width:100%;
	}
	
	#workliste li{
			display:block;
			float:none;
			width:100%;
			margin:0 2% 2% 0;
		}
		
		}
		#workliste img{
			width:100%;
		}
		#workliste figure{
			border:1px solid #eee;
			line-height:0;
			position:relative;
			text-transform:capitalize;
			font-size:0.8em;
			padding:2%;
			
		}
		#workliste figure:nth-child(2n){
			margin:0 0 2% 0;
		}
		#workliste figcaption{
			
			line-height:1.5em;
			background:#fff;
			position:static;
			opacity:1;
		}
		#workliste figcaption:hover{
			line-height:1.5em;
			background:inherit;
			color:inherit;
			position:static;
			opacity:1;
		}
		

		#workliste figcaption span.bereich{
			color:#000;
			position:static;
			opacity:1;
			display:block;
			text-align:center;
			transform:translateX(0);
		}
		#workliste figcaption span.projekt{
			color:#ccc;
			position:static;
			opacity:1;
			display:block;
			text-align:center;
			transform:translateX(0);	 
		}
		#workliste figcaption:hover span.bereich{
			background:inherit;
			color:#000;
			transform:translateX(0%);
		}
		#workliste figcaption:hover span.projekt{
			background:#fff;
			color:#000;
			transform:translateX(0%);
		}
		#contact ul span{
			display:inline-block;
			width:100px;
			font-weight:400;
		}
		#contact ul span{
			width:80px;
			font-size:0.7em;
		}
		#home span{
			font-size:1em;
			width:35px;
			margin-left:0px;
		}
		#home li{
			font-size:0.8em;

		}
}
	

/* Ende Breaklpoint bis 480px */






















