/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Typography
	#Buttons
	#Generic Styles
	#Separators
	#Nav
	#Intro
	#Work
	#Services
	#About
	#Contact
	#Media Queries
	#Font-Face */


/* #Typography
================================================== */




h1 {
	font-family: 'Accord-ExtraLight', sans-serif;
  color: #FFFFFF;
	font-size: 120px;
	text-transform: none;
	position: relative;
	z-index: 150;
	margin-bottom: 58px;
}
h1 b, h1 strong {
	font-family: 'Accord', sans-serif;
}

h1.intro1 {
	font-family: 'Accord-Thin', sans-serif;
	font-size: 90px;
	margin-bottom: 20px;
	text-transform: none;
}
h1.intro1 b, h1.intro1 strong {
	font-family: 'Accord-Light', sans-serif;
}

h1.intro2 {
	font-family: 'Accord-Light', sans-serif;
	font-size: 50px;
	margin-bottom: 40px;
	text-transform: none;
}
h1.intro2 b, h1.intro2 strong {
	font-family: 'Accord-Medium', sans-serif;
}

h2 {
	font-family: 'Accord-Light', sans-serif;
  font-size: 60px;
	color: #434343;
	text-transform: none;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 50px;
}
h2 b, h2 strong {
	font-family: 'Accord', sans-serif;
}

h3 {
	font-family: 'Accord-Light', sans-serif;
	font-size: 32px;
	text-transform: none;
	color: #434343;
}
h3 b, h3 strong {
	font-family: 'Accord', sans-serif;
}

h4 {
	font-family: 'Accord-Medium', sans-serif;
	font-size: 20px;
	color: #434343;
	text-transform: none;
	border-bottom: 1px solid #aeaeae;
	margin-top: 30px;
	margin-bottom: 10px;
}

h5 {
	font-family: 'Accord-Medium', sans-serif;
	font-size: 18px;
	text-transform: none;
	color: #434343;
}

span.lines {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}

p, body, ul, li {
	font-family: 'Accord', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #3d3d3d;
}

a:hover, a:focus, .dark-bg a:hover, .dark-bg a:focus {
  text-decoration: underline !important;
}

.dark-bg p, .dark-bg , .dark-bg a , .dark-bg a:link , .dark-bg a:visited {
	color: #f0f0f0;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg a:hover, .dark-bg a:focus, .dark-bg a:active {
	color: #FFF;
}

.sixteen p {
  padding-left: 40px; 
  padding-right: 30px; 
}


/* #Buttons
================================================== */

.button1,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #3a3a3a;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 6px 10px;
	font-family: 'Accord-Medium', sans-serif; 
}

.button1:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #3a3a3a;
	background: #e8e8e8;
	border: 0; 
}

.button1:active,
button1:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #3a3a3a;
	background: #e8e8e8;
	border: 0;
}

.signup .button2 {
	color: #3a3a3a;
}

.button2 {
	background: #e8e8e8;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding: 6px 10px;
	font-family: 'Accord-Medium', sans-serif; 
}

.button2:hover {
	color: #e8e8e8;
	background: #3a3a3a;
	border: 0; 
}

.button2 a {
	color: inherit;
	text-decoration: none;
}

/* Fix for odd Mozilla border & padding issues */
.button1::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}



/* #Generic Styles
================================================== */

.action {
	margin-top: 50px;
	padding: 40px 0 0 0;
	text-align: center;
	border-top: 1px solid #d3d3d3;
}

.action p {
	font-size: 22px;
	font-weight: 600;
	color: #515151;
}

.dark-bg .action p {
	color: #ececec;
}



/* #Separators
================================================== */

p.separator {
	font-size: 30px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	line-height: 38px;
	text-transform: uppercase;
	position: relative;
	z-index: 200;
	text-align: center;
	padding-top: 240px;
}

.separator1 {
	width: 100%;
	height: 500px;
	position: relative;
}

.separator1 .bg {
	background-size: cover !important;
	-webkit-background-size: cover !important;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 500px;
}

@media only screen and (min-width: 1100px) {
	.separator1 .bg {
		background-attachment: fixed !important;
	}
}
@media only screen and (max-width: 1050px) {
	.hoverimage { 
		display: none !important;
	}
}


/* #Nav
================================================== */

nav {
	background: #fff;
	width: 100%;
	position: relative;
	z-index: 1000;
	text-align: center;
	height: 40px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

nav ul {
	padding-top: 10px;
}

nav ul li {
	display: inline;
	border-right: 1px solid #e6e6e6;
	padding: 6px 26px 8px 26px;
	margin: 0;
}

nav ul li:first-child {
	border-left: 1px solid #e6e6e6;
}

nav a {
	font-family: 'Accord-Medium', sans-serif;
	font-size: 16px;
	color: #515151;
	font-weight: 300;
	text-decoration: none;
	text-transform: none;
}

nav a:visited {
	color: #515151;
}

nav a:hover {
	color: #000;
}

nav select {
	display: none;
}

@media (max-width: 960px) {
	
	nav ul     { 
		display: none; 
	}
	
	nav select {
	    color: #000000;
	    display: inline-block;
	    margin-top: 8px;
	    position: relative;
	}
}


/* #Intro
================================================== */

#intro, #intro .bg1  {
	width: 100%;
	height: 500px;
	text-align: center;
}

#intro h1 {
	color: #FFF;
}

#intro .bg1 {
	background: url(../images/bg1.png) center no-repeat;	
	background-position: center !important;
	background-size: contain;
	-webkit-background-size: contain;
	background-color:#5c8aa0;
  margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 100;
}

.title {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 300;
	padding-top: 70px;
}

.intro-line {
	position: relative;
	z-index: 150;
	border-top: 1px solid #ededed;
	width: 670px;
	margin: 0 auto 50px auto;
}

.title p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 150;
}

.social-intro {
	margin-top: 45px;
	position: relative;
	z-index: 150;
}

.social-intro ul li {
	display: inline;
	margin: 0 5px;
}

.social-intro a {
	opacity: 0.7;
}

.social-intro a:hover {
	opacity: 1;
}



/* #Work
================================================== */

.bg {
	position: relative;
	background-color: #FFF;
	z-index: 300;
	padding-top: 20px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.dark-bg {
	background: url(../images/bg-dark.jpg) repeat !important;
}

.flexslider {
	margin-top: 40px;
}

p.mid-text {
	margin-top: 40px;
}

/* expanded portfolio item */

.flexslider2 {
	margin-top: 0;
}

p.s-proj-title {
	font-size: 24px;
	font-weight: 600;
	color: #505050;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 10px;
}

p.s-proj-type {
	font-size: 20px;
	color: #505050;
	padding-bottom: 4px;
	border-bottom: 1px solid #d3d3d3;
}

.flexslider2 {
	max-height: 370px !important;
}

/* end expanded portfolio item */

/* filterable portfolio */

.filter {
	margin-top: 30px;
	margin-bottom: 20px;
}

.filter ul {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 5px;
}

.filter ul li {
	display: inline-block;
}

.filter ul li {
	margin-right: 15px;
}

.filter a {
	font-family: 'Accord-Thin', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #565656;
	text-decoration: none;
	text-transform: uppercase;
}

a.selected {
	background: #4b4b4b;
	padding: 2px 5px;
	color: #fff;
}

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* expanded portfolio item */



.portfolio {
	text-align: center;
}

.filterable_portfolio {
	text-align: center;
}

p.proj-title {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d3d3d3;
	text-transform: uppercase;
}

p.proj-desc {
	margin-bottom: 35px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d3d3d3;
}

/* hover overlay */

.image { 
	position: relative;
}
	
.hoverimage { 
	position: absolute; 
	top: 0; 
	left: 0; 
	display: none;
	text-align: center;
	width: 100%;
	height: 98%;
}

.hoverimage img.icn1 {
	top: 70px;
	left: 80px;
	position: absolute;
	z-index: 300;
	opacity: 0.7;
}

.hoverimage img.icn2 {
	top: 70px;
	left: 145px;
	position: absolute;
	z-index: 300;	
	opacity: 0.7;
}

.overlay-img {
	background-color: gray;
	opacity: 0.75;
	height: 100% !important;
	width: 100%;
}

.hoverimage img.icn1, .hoverimage img.icn2 {
	-webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.hoverimage img.icn1:hover, .hoverimage img.icn2:hover {
	opacity: 1;
}

.image:hover .hoverimage { 
	display: block;
}

@media only screen and (max-width: 1050px) {
	.hoverimage { 
		display: none !important;
	}
}

.sixteen .hoverimage {
	height: 99.5%;
}

.sixteen .hoverimage img.icn1 {
	left: 43%;
	top: 45%;
}

.sixteen .hoverimage img.icn2 {
	left: 50%;
	top: 45%;
}

.eight .hoverimage {
	height: 98.5%;
}

.eight .hoverimage img.icn1 {
	left: 160px;
	top: 38%;
}

.eight .hoverimage img.icn2 {
	left: 221px;
	top: 38%;
}

.four .hoverimage img.icn1 {
	left: 45px;
	top: 30%;
}

.four .hoverimage img.icn2 {
	left: 106px;
	top: 30%;
}

.four .hoverimage {
	height: 97%;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.sixteen .hoverimage img.icn1 {
		left: 41%;
	}
	.one-third .hoverimage img.icn1 {
		top: 50px;
		left: 50px;
	}
	.one-third .hoverimage img.icn2 {
		top: 50px;
		left: 115px;
	}
	.eight .hoverimage img.icn1 {
		left: 110px;
	}

	.eight .hoverimage img.icn2 {
		left: 173px;
	}
	.four .hoverimage img.icn1 {
		left: 18px;
		top: 25%;
	}

	.four .hoverimage img.icn2 {
		left: 80px;
		top: 25%;
	}
}

@media only screen and (max-width: 767px) {
	.column .hoverimage img.icn1, .columns .hoverimage img.icn1 {
		top: 38%;
		left: 80px;
	}
	.column .hoverimage img.icn2, .columns .hoverimage img.icn2 {
		top: 38%;
		left: 146px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.column .hoverimage img.icn1, .columns .hoverimage img.icn1 {
		top: 38%;
		left: 145px;
	}
	.column .hoverimage img.icn2, .columns .hoverimage img.icn2 {
		top: 38%;
		left: 205px;
	}
}

/* end hover overlay */



span.p-small {
	font-size: 14px;
	color: #a0a0a0;
}








/*** contact form ***/

.done {
	font-family: 'Accord-Medium', sans-serif;
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 10px;
	display: none;
}

.contact-form {
	position: relative;
	z-index: 300;
	margin-top: 20px;
}

.contact-form p {
	font-family: 'Accord', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.contact-form input {
	background: url(../images/cont-form-bg.jpg) repeat;
	width: 98%;
	height: 28px;
	margin-bottom: 10px;
	padding-left: 4px;
	font-family: 'Accord-Medium', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	border: 0;
}

.contact-form textarea {
	background: url(../images/cont-form-bg.jpg) repeat;
	margin-bottom: 10px;
	padding-left: 5px;
	font-family: 'Accord', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	width: 98%;
	height: 125px;
	border: 0;
}

.contact-form input.submit-button {
	background: #e8e8e8;
	border: 0;
	color: #3a3a3a;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 0;
	padding: 0px 8px 0 8px;
	font-family: 'Accord-Medium', sans-serif; 
	width: auto;
	height: 28px;
}

.contact-form input.submit-button:hover {
	color: #e8e8e8;
	background: #3a3a3a;
	border: 0; 
}


.contact-info {
	margin-top: 50px;
}

.contact-info h5 {
	margin-bottom: 40px;
}

.contact-info img {
	vertical-align: middle;
	margin-right: 10px;
}


.social {
	padding-top: 15px;
}

.social ul li {
	display: inline;
	margin-right: 5px;
}

.social img:hover {
	opacity: 0.7;
}


.copyright {
	border-top: 1px solid #858585;
	text-align: center;
	margin-top: 30px;
	padding-top: 30px;
}

.copyright p {
	color: #858585;
	font-size: 14px;
}


/* #Media Queries
================================================== */



/* Smaller than standard 960-1024 (devices and browsers) */
@media only screen and (max-width: 1024px) {
  
  .title {
    padding-top: 40px;
  }
  
  .intro-line {
  	margin: 0px auto 0px auto;
 		width: 540px;
  }

  #intro, #intro .bg1  {
  	height: 420px;
  }
  
  .sixteen p {
  /* keine Änderung */
  }
  h2 {
  	font-size: 55px;
  	margin: 50px auto 35px auto;
  }
  h3 {
  	font-size: 30px;
  }

  h1 {
  	font-size: 90px;
  	margin: 28px auto 38px auto;
  }
  h1 b, h1 strong {
  /* keine Änderung */
  }

  h1 {
  	font-size: 100px;
  	margin: 33px auto 40px auto;
  }
  h1 b, h1 strong {
  /* keine Änderung */
  }
  
  h1.intro1 {
  	font-size: 75px;
  	margin: 40px auto 15px auto;
  }
  h1.intro1 b, h1.intro1 strong {
  /* keine Änderung */
  }
  
  h1.intro2 {
  	font-size: 41px;
  	margin: 15px auto 45px auto;
  }
  h1.intro2 b, h1.intro2 strong {
  /* keine Änderung */
  }

  .social-intro {
  	margin-top: 25px;
  }

} /* End 960-1024 */


 
/* 768-959 Tablet Portrait size to standard (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

  .title {
    padding-top: 30px;
  }
  
  .intro-line {
  	margin: 0px auto 0px auto;
 		width: 480px;
  }

  #intro, #intro .bg1  {
  	height: 360px;
  }
  
  .sixteen p {
    padding-left: 10px;
    padding-right: 4px;
  }
  h2 {
  	font-size: 45px;
  	margin: 28px auto 18px auto;
  }
  h3 {
  	font-size: 30px;
  }

  h1 {
  	font-size: 90px;
  	margin: 28px auto 38px auto;
  }
  h1 b, h1 strong {
  /* keine Änderung */
  }
  
  h1.intro1 {
  	font-size: 65px;
  	margin: 28px auto 8px auto;
  }
  h1.intro1 b, h1.intro1 strong {
  /* keine Änderung */
  }
  
  h1.intro2 {
  	font-size: 35px;
  	margin: 8px auto 25px auto;
  }
  h1.intro2 b, h1.intro2 strong {
  /* keine Änderung */
  }

  .social-intro {
  	margin-top: 25px;
  }

} /* End 768-959 */



/* 480-767 Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title {
    padding-top: 20px;
  }
  
  .intro-line {
  	margin: 0px auto 0px auto;
 		width: 400px;
  }

  #intro, #intro .bg1  {
  	height: 310px;
  }
  
  .sixteen p {
    padding-left: 5px;
    padding-right: 0px;
  }
  h2 {
  	font-size: 45px;
  	margin: 28px auto 18px auto;
  }
  h3 {
  	font-family: 'Accord', sans-serif;
  	font-size: 26px;
  }
  h3 b, h3 strong {
  	font-family: 'Accord-Medium', sans-serif;
  }

  h1 {
  	font-size: 76px;
  	margin: 23px auto 30px auto;
  }
  h1 b, h1 strong {
  /* keine Änderung */
  }
  
  h1.intro1 {
  	font-size: 55px;
  	margin: 20px auto 3px auto;
  }
  h1.intro1 b, h1.intro1 strong {
  /* keine Änderung */
  }
  
  h1.intro2 {
  	font-size: 31px;
  	margin: 3px auto 15px auto;
  }
  h1.intro2 b, h1.intro2 strong {
  /* keine Änderung */
  }

  .social-intro {
  	margin-top: 15px;
  }
} /* End 480-767 */



	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
  .title {
    padding-top: 10px;
  }
  
  .intro-line {
  	margin: 0px auto 0px auto;
  }

  .intro-line, h1, h2 {
 		width: 300px;
  }

  #intro, #intro .bg1  {
  	height: 250px;
  }
  
  .sixteen p {
    padding-left: 0px;
    padding-right: 0px;
  }
  h2 {
  	font-size: 41px;
  	margin: 24px auto 18px auto;
  }
  h3 {
  	font-family: 'Accord', sans-serif;
  	font-size: 25px;
  }
  h3 b, h3 strong {
  	font-family: 'Accord-Medium', sans-serif;
  }
  
  h1 {
  	font-size: 56px;
  	margin: 13px auto 18px auto;
  }
  h1 b, h1 strong {
  /* keine Änderung */
  }
  
  h1.intro1 {
  	font-size: 41px;
  	margin: 10px auto -11px auto;
  }
  h1.intro1 b, h1.intro1 strong {
  /* keine Änderung */
  }
  
  h1.intro2 {
  	font-size: 23px;
  	margin: -11px auto 5px auto;
  }
  h1.intro2 b, h1.intro2 strong {
  /* keine Änderung */
  }

  .social-intro {
  	margin-top: 15px;
  }
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/