
/* ==|== primary styles =====================================================
   Author: moxi 
   ========================================================================== */

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body{
	font-size: 16px !important;
	background: #f9f9f9;
	color: #6c6e6f !important;
	font-weight: 300;
	font-family: 'Open Sans',sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0;
}

header{
	background-color: #83a8ba;
}

#logo {
	background-color: #90C960;
	-webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75); 
	padding: 1rem 0;
}




footer{
	padding-top: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem
}



.row{
	max-width: 1170px; 
	margin: 0px auto;
}




/* Meta-Nav */




/* TEXT */
h1,h2,h3,h4,h5{
	font-family: 'MavenProBold', Arial, sans-serif !important;
	line-height: 1.2;
}

h1{
	font-size: 1.5rem;
	color: white;
	margin: 0;
}

h2, h3{
	font-size: 1em;
	color :#31374C;
	margin: 0;
	line-height: 1.8rem;
}

h3{
    line-height: 1.3rem;
    margin-bottom: 1rem;
}

.untertitel {
    color: #90C960;
}

p {
    line-height: 1.2;
    margin-bottom: 0.7rem;
}


/*h1,h2 {
	font-family: 'Open Sans',sans-serif;
	font-weight: 600;
	font-size: 3.5em;
	line-height: 1.1em;
    margin: 0;
}

h2{
	color: #545457;
}*/

/* INTRO */
#intro{
 	background: #5ca9d6; 
/* background: #7ea1d4; */
	color: #fff;
}

#intro a {
	text-decoration: none;
	color: rgba(255,255,255,0.7);
	outline: none;
}

#intro a:hover, a:focus {
	color: #fff;
	outline: none;
}



/* SVG */
svg {
	pointer-events: none;
}

figcaption {	
	display: inline-block;
    padding-top: 10%;
    text-align: left;
    width: 40%;
} 

#intro figure:first-child figcaption {
	margin-top: 8em;
}

.drawings {
	position: relative;
	max-height: 600px;
}

.illustration {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#intro .show {
	opacity: 1;
}

#intro .hide {
	opacity: 0;
	display: block;
}

.line-drawing,
.illustration {
	-webkit-transition: opacity 3.5s;
	transition: opacity 3.5s;
}

.line-drawing path {
	fill: none;
	stroke: white;
	stroke-width: 2;
}

path.line-round {
	stroke-linecap: round;
}

path.stroke-medium {
	stroke-width: 2;
}

path.stroke-thin {
	stroke-width: 1;
}






.mylogo{
	 padding-top: 50px;
}




/* Small landscape */
@media only screen and (min-width: 40.0625em) and (orientation: landscape) {


	.mylogo{
		 padding-top: 200px;
	}


	#intro {
	  width: 100%;
	  height: 100%;
	  min-height: 400px !important;
	  overflow: hidden;
	}	   
}
@media only screen and (max-height: 400px)  {

	#intro .centre{
		position: relative;
		top: 50%;
	}
	#intro .centre .row {
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
    }   
}



/* Medium */
@media only screen and (min-width: 40.0625em) {
	/*.mylogo{
		 padding-top: 100px;
	}*/
	#workContainer .mix{
		width: 32%;
	}
}


/* Medium laptop */
@media only screen and (max-height: 700px) and (min-width: 50.0625em) {
		#intro {
	  width: 100%;
	  height: 100%;
	  min-height: 600px;
	  overflow: hidden;
	}
	#intro .centre{
	position: relative;
	top: 50%;
}
#intro .centre .row {
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
    }
 
	
}




/* Large */	
/*@media only screen and (min-width: 54.063em) { */
@media only screen and (min-width: 64.0625em) and (min-height: 700px) {
	
	#intro {
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	}
	
	#intro .centre{
		position: relative;
		top: 50%;
	}
	#intro .centre .row {
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
    }
 
	

}







/* ==|== helper styles =====================================================
   Author: moxi 
   ========================================================================== */
.hidden{display: none}
.clear{clear: both}