
/*-----------Global Settings-----------*/

* html body * { overflow: hidden; }

* {
	margin: 0;
	padding: 0; }

#wrapper {
	height: 100vh;
	width: 1180px;
	margin: 0 auto;
	overflow: hidden; }

	#wrapper a:hover, #page a:hover { color: #000; }

	#wrapper a, #page a {
		outline: none;
		color: #999;
		text-decoration: none;
		white-space: nowrap;
		transition: all 0.7s ease 0s; }

	#text {
		font-size: 17px;
	}

img {border: none;border-radius: 10px;}

body {
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	font-size: 14px; }

a.active {
	color: #000 !important;
	text-decoration: none;
	}

#page { width: 100%; }

ul li { list-style-type: none; text-decoration: none; }

/*-----------Fonts-----------*/

/* source-sans-pro-200 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/source-sans-pro-v11-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'),
       url('../fonts/source-sans-pro-v11-latin-200d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../fonts/source-sans-pro-v11-latin-300d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v11-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('../fonts/source-sans-pro-v11-latin-600d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/*-----------Scroll to Top-----------*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/*-----------Head and Menue-----------*/

#divider-head {
	background: #ccc;
	width: 1180px;
	height: 1px;
	position: fixed;
	top: 122px; }

#head {
	position: fixed;
	top: 0;
	width: 1182px;
	height: 137px;
	background: #fff;
	z-index: 3; }

	#head #menue a {
		display: inline-block;
		color: #999;
		font-weight: 300 !important; }

	#head #menue a:hover {
		display: inline-block;
		color: #000 !important; }

	#head #menue ul { float: right; }

#logo { margin: 30px 0 0 24px; }

#menue { width: 100%; }

	#menue ul { margin-top: 65px; }

		#menue ul li {
			float: left;
			padding-right: 24px; }

			#menue ul li a {
				font-size: 17px;
				letter-spacing: 1px !important;
				display: block; }

/*-----------Filter Nav Bar-----------*/

#filter {
	float: right;
	width: 100%;
	margin-right: 1px;
	line-height: 130%;
	padding-bottom: 10px;
	text-align: right;
	font-size: 12px;}

	#filter span {
		display: inline-block;
		width: 154px;
		text-align: left;
		float: left;
		padding-left: 2px; }

	#filter a {
		margin-left: 28px;
		-moz-transition: background-color 0.7s ease-out 0s;
		-webkit-transition: background-color 0.7s ease-out 0s;
		transition: all 0.5s ease 0s !important; }

	#filter a:hover {
		cursor: pointer;
		color: #000 !important;
		-moz-transition: background-color 0s ease-out 0s;
		-webkit-transition: background-color 0s ease-out 0s; }


/*-----------Body-----------*/

#content {
	font-weight: 300;
	margin: 205px 0 0px 0;
	text-align: center;
	clear: both;
	padding-bottom: 10px; }

	#content h1 {
		width: 100%;
		text-align: center;
		margin: 81px 0 44px 0; }

	#content h4 {
		line-height: 21px;
		font-weight: 300;
		font-size: 14px;
		letter-spacing: 0.2px !important;
		width: 100%;
		text-align: center;
		margin: 30px 0 10px 0; }
		color: #666; }

	#content p {
		line-height: 21px;
		letter-spacing: 0.2px !important;
		width: 100%;
		text-align: center;
		color: #666; }

		#content p span a { color: #666; }

			#content p span a:hover { color: #000; }

	#content p.small {
		font-size: 12px;
		font-weight: 300;
		width: 100%;
		text-align: center !important;
		color: #666; }

	#content .bold {
		font-size: 12px;
		font-weight: 600;
		width: 100%;
		color: #666; }

	#content .trennstrich {
		width: 100%;
		text-align: center;
		height: 13px;
		margin: 45px 0; }

	#content. divider {
		background: #ccc;
		width: 1180px;
		height: 1px;}

	#content p.grid2 {
		font-size: 12px;
		float: left;
		width: 570px !important;
		text-align: left !important; }

		#content p.grid2:nth-child(even) { padding: 0 0 0 20px; }

		#content p.grid2:nth-child(odd) { padding: 0 20px 0 0; }

.box1, .box2 {
     float: left;
     width: 48%;
     margin-right: 2%;
     padding: 20px;
     box-sizing: border-box;
}
.box2 {
     margin-right: 0;
}

/*-----------Slideshow-----------*/

#slideshow-container {
	height:787px;
	position:relative; }

    #slideshow-container img {
    	position:absolute;
    	left:0;
    	top:0;
   	 	width:100%;
    	height:100% }

    #slideshow      {
    	position:absolute;
    	left:0;
   	 	top:0;
    	width:100%;
    	height:100%;
    	list-style:none }

    #slideshow img  {
    	width:1180px;
    	height:787px;
    	background-repeat:none;
    	background-position:top left;
    	position:absolute;
    	left:0;
    	top:0 }

    #slideshow      {
    	position:absolute;
    	left:0;
    	top:0;
    	width:100%;
    	height:100%; }

    #slideshow img  {
    	width:1180px;
    	height:787px;
    	background-repeat:none;
    	background-position:top left;
    	position:absolute;
    	left:0;
    	top:0 }

/*-----------Project Section-----------*/

#container {
	width: 1200px;
	color: #000;
	position: relative;
	margin-top: 10px;}

.invisible { opacity: 0; }

.visible { opacity: 1; }

.clear { clear: both; }

.project {
	margin: 10px 0;
	float: left; }

.project-info {
	background: #000;
	width: 381px;
	height: 100%;
	position: absolute;
	display: none;
	cursor: pointer;
	color: white;
	z-index: 999;
	opacity: 0.8; }

	.project-info h1 { margin-top: 100px !important; }

	.project-info a {
		height: 100%;
		width: 100%;
		position: absolute;
		display: block;
		color: #fff !important; }

.project a img { border: none; }

.selected {
	cursor: default!important;
	color: #000 !important; }

.column {
	width: 400px;
	height: 253px; }

	.column img {
		max-width: 380px;
		top: 0;
		left: 0; }

	.column .project-details {
		font-size: 12px;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin-top: -25px;
		text-align: center; }

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

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

.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: top, left, opacity;
		transition-property: transform, opacity; }

	.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; }

	.isotope.infinite-scrolling {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none; }


/*-----------Team Section-----------*/

#hover {
	position:absolute;
    height:100%;
    width:380px;
    background:rgba(0,0,0,0.9);
    opacity:0;
    -webkit-transition: all 0.8s ease;
       -moz-transition: all 0.8s ease;
            transition: all 0.8s ease; }

.columns {
	position: relative;
	float: left;
	width: 393px;
	margin-bottom: 14px; }

.columns .team #hover {
	position: relative;
	float: left;
	width: 380px;
	height: 253px;
	margin-left: -380px;
	color: white;
	background:rgba(0,0,0,0.9); }

.columns img {
	float: left;
	max-width: 380px; }

	.columns img:nth-child(1n+1) {
	    margin-left: 5px;}

#hover:hover { opacity: 0.8; }

.link-text {
	text-align: center;
	margin: 90px 0 0 0; }

.link-text2 {
	text-align: center;
	margin: 50px; }

.link-text h2, .link-text2 h2 {
	margin-bottom: 8px; }


.link-text h3, .link-text2 h3 {
	margin-bottom: 24px;
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 200 !important; }

hr {
	border: 0 none;
	height: 1px;
	border-top: 1px #fff solid;
	width: 100px;
	margin: auto auto;
	padding-bottom: 24px; }


/*-----------Contact Section-----------*/

#staff {
	width: 1180px;
	display: inline-block; }

#content > #staff > ul > li {
	float: left;
	margin: 0 10px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300; }

	#content > #staff > ul > li a { font-weight: 400; }

#googlemaps { margin-top: 30px; }


/*-----------Footer Section-----------*/

#footer {
	width: 100%;
	background: #9fa4a8;
	min-width: 1180px;
	width: 100%;
	display: inline-block;
	height: 130px;
	margin: 80px 0 0 0;}

#footer-logo {
	width: 1180px;
	text-align: center;
	margin: 20px auto;
	text-align: left; }

	#footer-logo > div {
		float: left;
		height: auto;
		text-align: center; }

#footer-menue {
	width: 975px;
	padding-right: 30px;
	letter-spacing: 1px; }

	#footer-menue > div {
		float: right;
		text-align: center; }

	#footer-menue ul li { float: right; }

		#footer-menue ul li a {
			font-family: 'Source Sans Pro', sans-serif;
			font-weight: 300;
			font-size: 18px;
			display: block;
			color: #fff;
			margin-left: 30px;
			margin-top: 17px;
			text-decoration: none;
			-webkit-transition: all 0.5s ease;
      		 -moz-transition: all 0.5s ease;
          		  transition: all 0.5s ease;}

		#footer-menue ul li a:hover {
			color: #000;
			}

#footer-social span a {
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px !important;
	text-decoration: none; }

	#footer-social span a:hover { color: #000; }

#footer-social {
	color: #fff;
	font-size: 10px;
	text-align: right;
	letter-spacing: 0.5px !important; }

	#footer-social span {
		margin: 38px 0 0 30px;
		display: inline-block; }
