﻿/*
Garken Template CSS
Last Edit: 2016-05-20
Author: Sebastian Osinski
http://www.sebbi.net
*/
body, html{
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 14px;
	color: #333333;
	width: 100%;
	background-color: #f9f9f9;
	overflow-x: hidden;
}
*{
	margin: 0px;
	padding: 0px;
}
img{
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
a:hover, .colored-link{
	color: #000000;
}
table{
	width: 100%;
}
td{
	vertical-align: top;
}
h1{
}
h2{
}
h3{
}
h4{
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.hidden{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.floating-image-left{
	float: left;
}
.full-size-img{
	width: 100%;
}
.autowidth{
	width: auto;
}
.floating-left{
	float: left;
}
.floating-right{
	float: right;
}
.black *{
	color: black !important;
}
input{
	-webkit-appearance: none;
}

/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1260px;
}
.page-header{
	display: none;
}

/* indexes */

/* HEADER */
#header-wrapper{
	width: 100%;
	background-color: #ffffff;
	-webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
	height: 175px;
	overflow: hidden;
}
#header-wrapper:hover{
	background-color: rgba(255,255,255,0.9);
}
#header-wrapper .header_open{
	height: 235px !important;
}
#header-table{
	padding-top: 80px;
}
#header-table td:nth-child(1){
	width: 40%;
}
#header-table td.table-spacer{
	width: 4%;
}
#header-table td:nth-child(3){
	width: 56%;
}

/* TOP MENU */
.maximenuckh{
	text-align: right;
}
ul li.level1{
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}
ul.maximenuck li.level1.parent > a:after{
	border: none !important; 
}
ul li.maximenuck a{
	font-size: 14px;
	-webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
}
ul > li.level1 > a:hover, ul > li.level1 > span:hover{
	font-weight: bold;
	color: #8d8d8d;
}
ul li.level2 > a:hover{
	color: #8d8d8d;
}
.maximenuck2{
	margin-top: 20px !important;
}
ul.maximenuck > li.level1.active > a > span, ul.maximenuck > li.level1.active > span > span{
	font-weight: bold;
}
.maximenuck span{
	position: relative;
}
div#maximenuck101 .maxiFancybackground{
	z-index: 20 !important;
	height: 10px !important;
	border-top: 1px solid !important;
	max-width: 20px;
	top: initial;
	bottom: -20px !important;
	margin-left: 20px !important;
}
ul.maximenuck li.level2.active{
	color: #8d8d8d;
}

/* CONTENT */
#content-wrapper{
	text-align: justify;
}
#content-wrapper h1{
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content-wrapper h2{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content-wrapper h3{
	font-size: 14px;
}
#content-wrapper h4{
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 20px;
}
#content-wrapper p{
	margin-top: 7.5px;
	margin-bottom: 7.5px;
}
#content-wrapper a{
	color: #8d8d8d;
}
#content-wrapper a:hover{
	color: #000000;
}
.content-spacer{
	padding-top: 50px;
}
.content-border{
	border-bottom: 1px solid;
	border-color: #eee;
	margin-bottom: 30px;
}
.icons{
	display: none;
}
.p_date{
	color: #cccccc;
}
.p_title{
	text-transform: uppercase;
}
#content-wrapper .projekt-wrapper h1{
	padding-top: 0px;
}
.fullsize-img{
	width: 100% !important;
	margin-bottom: 50px;
}
.halfsize-img{
	width: 47.6%;
	margin-bottom: 50px;
}
.fullsize-img, .halfsize-img{
	-webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.fullsize-img:hover, .halfsize-img:hover{
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
}
.content-threerow td{
	width: 30%;
	padding-bottom: 10px;
}
.content-threerow{
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-threerow td.table-spacer{
	width: 5%;
}
.content-contact-tworow{
	margin-top: 50px;
}
.content-contact-tworow > tbody > tr > td:nth-child(1){
	width: 30%;
}
.content-contact-tworow > tbody > tr > td.table-spacer{
	width: 10%;
}
.content-contact-tworow > tbody > tr > td:nth-child(3){
	width: 60%;
}
.content-tworow > tbody > tr > td{
	width: 48%;
}
.content-tworow > tbody > tr > td.table-spacer{
	width: 4%;
}
.team-table td:nth-child(1){
	width: 30%;
}
.team-table td img{
	max-width: 100%;
}
.project-threerow{
	margin-bottom: 50px;
}
.project-threerow > tbody > tr > td:nth-child(3), .project-threerow > tbody > tr > td:nth-child(5){
	width: 22%;
	padding-top: 7.5px;
}
.project-threerow > tbody > tr > td:nth-child(1){
	width: 46%;
}
.project-threerow td.table-spacer{
	width: 4%;
}
.category-table{
	margin-bottom: 40px;
}
.category-table td{
	width: 25%;
}
#content-wrapper .category-table h1{
	margin-top: 0px;
	padding-top: 0px;
}
#content-wrapper .category-table .fullsize-img{
	margin-bottom: 0px;
}
#content-wrapper .category-table p{
	margin: 0px;
}
#content-wrapper .news-wrap h2{
	margin-top: 20px;
}
#content-wrapper .news-wrap p{
	margin-top: 0px;
}

/* footer */
#footer-wrapper{
	width: 100%;
	padding-top: 1px;
	padding-bottom: 45px;
	font-size: 13px;
}
#footer-border{
	margin-bottom: 40px;
	margin-top: 45px;
	border-top: 1px solid #cccccc;
}
#footer-table td{
	width: 23%;
}
#footer-table td.table-spacer{
	width: 2.6667%
}
#footer-bottom-menu{
	margin-top: 35px;
	margin-bottom: 35px;
	color: #999999;
}

.cont_styles ul{
	margin-left: 20px;
}

/* FORMS */
.chrono_credits{
	display: none;
}
.chronoform input, .chronoform textarea{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: 10px;
    resize: none;
}
.chronoform textarea{
	height: 250px;
}
.chronoform{
	text-align: initial;
}
#fclmn label, #fclmn input{
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin: 0px;
}
#form-row-datenschutz *{
	display: inline-block;
}
#form-row-datenschutz #fitem input{
	margin-top: 0px;
}
#fin-senden input{
	width: 200px;
	height: 40px;
	margin-top: 20px;
	background-color: #333333;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	transition-duration: 1s;
	transition-property: background-color;
}
#fin-senden input:hover{
	background-color: #000000;
}
.gbs3 input[type="checkbox"]{
	width: 20px !important;
	height: 20px !important;
}
.gbs3 input[type="checkbox"]:checked{
	background-color: green;
}

.slider_home_wrapper{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}
.section_bg{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 1240px){
	.main-container{
		width: 95%;
	}
	
	#header-wrapper{
		height: auto !important;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#header-table{
		padding-top: 0px;
	}
	.maximenuck ul li{
		text-align: center !important;
	}
	.maximenuck2{
		margin-top: 0px !important;
		border-top: 1px solid;
		border-color: #ccc;
	}
	.category-table td, .project-threerow td, #footer-table td, .content-threerow td, .content-tworow td, .content-contact-tworow td{
		display: block;
		width: 100% !important;
	}
	#footer-table td{
		padding-bottom: 20px;
		text-align: center;
	}
	.fullsize-img, .halfsize-img{
		margin-bottom: 20px;
	}
	#footer-bottom-menu{
		text-align: center;
	}
	#footer-bottom-menu a{
		display: block;
	}
	#footer-bottom-menu a:nth-child(1){
		margin-top: 20px;
	}
	#header-table #maximenuck101 .maximenumobiletogglericonck{
		padding-top: 0px !important;
	}
}