/* CSS Mini Reset */
/******************/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
.clear { clear:both; }
.nopadl { padding-left:0px !important;	}
.nopadr { padding-right:0px !important; }
.nopad {padding-left:0px !important; padding-right:0px !important; }
/* STYLES */
@font-face {
	font-family: 'Open Sans', sans-serif;
	src: url('fonts/opensans-light-webfont.woff2') format('woff2'),
		 url('fonts/opensans-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family: 'Open Sans Bold', sans-serif;
	src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
		 url('fonts/opensans-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
/**********/
body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
h1 {
	width:100%;
	text-align:center;
	font-size:56px;
	line-height:60px;
	font-family: 'Open Sans Bold', sans-serif;
	color:#3e7377;
	text-transform:uppercase;
	margin-bottom:100px;
	padding-top:122px;
}
h2 {

}
a {

}
a:hover {

}
strong {
	font-family: 'Open Sans Bold', sans-serif;
}
#site {

}
#btn_nav, .mobnav{ display:none; }
#header {
	position:fixed;
	height:122px;
	width:100%;
	background:#fff;
	padding:0px 122px;
	z-index:10;
}
#logo {
	height:51px;
	width:auto;
	margin-top:41px;
	float:left;
	cursor:pointer;
}
.nav {
	float:right;
	margin-top:58px;
}
.nav li {
	float:left;
	font-size:16px;
	padding-left:53px;
}
.nav li:first-child {
	display:none;
}
.nav li a:link, .nav li a:visited, .nav li a:active {
	color:#3e7377 !important;
	text-decoration:none !important;
	background:none !important;
}
.nav li.act a:before{
	position: absolute;
	margin-left:-5px;
    left   : 50%;
	bottom:-10px;
	font-size:40px;
	line-height:10px;
    content: "•";
}
.nav li a {
	padding:0px;
}
.section {
	min-height:100vh;
	width:100%;
	padding:122px 122px 0px 122px;
	position:relative;
}

#section-1 .section_inner{
	min-height:calc(100vh - 122px) !important;
	height:calc(100vh - 122px) !important;

}
.section:not(#section-1) {
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.section_inner {
	width:100%;
	min-height:100vh;
	height:auto;
	position:relative;

}
#wrapper_home {
	background: url(../img/bg_home.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:calc(100vh - 122px)
}
.table {
	width:100%;
	height:100vh;
	/*height:auto;*/
	display: table;
	margin-bottom:0px !important;
}
.table_cell {
	margin-left:auto;
	margin-right:auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.table_cell p {
	max-width:780px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	line-height:24px;
	color:#fff;
}
.table_cell p a {
	color:#fff;
	text-decoration:underline;
}
.table_cell h2, #portfolio_wrapper h2 {
	font-family: 'Open Sans Bold', sans-serif;
	font-size:62px;
	line-height:74px;
	color:#000;
	padding-bottom:100px;
	text-transform:uppercase;
	color:#fff;
	padding-top:122px;
}
#homecell {
	font-size: 56px;
	line-height: 64px;
	font-family: 'Open Sans Bold', sans-serif;
	color:#fff;
	text-transform:uppercase;
	margin-top:-120px;
}

/* team */
.pitem {
	width:20%;
	float:left;
	padding:0% 2.5%;
	text-align:center;
}
.pitem img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.pitem h2, #teamov h1 {
	width:100%;
	text-align:center;
	color:#3e7377;
	font-size:16px;
	font-family: 'Open Sans Bold', sans-serif;
	margin-bottom:25px;
}
#teamov h1 {
	padding-top:0px;
}
.pitem h2 {
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
}
.pitem .function {
	margin-bottom:20px;
}
.pitem a {
	color:#000;
	padding-top:18px;
}
a.team_more, #teamov a {
	display:inline-block;
	padding-top:20px;
	font-family: 'Open Sans Bold', sans-serif;
	color:#3e7377;
}
#teamov a:link, #teamov a:visited {
	text-decoration:none;
	/*display:inline-block;
	  margin-left:5px;*/
}
#teamov a:hover {
	text-decoration:underline;
}

/* portfolio */
#portfolio_wrapper {
	width:100%;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
}
#team_wrapper {
	width:100%;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
}
#portfolio_wrapper h2 {
	color:#3e7377;
	width:100%;
	text-align:center;
	padding-top:122px;
}
.card {
	height:100%;
}

.card .front {
	overflow: hidden;
	position: relative;
	 z-index: 1;
}

.company_exit {
	width: 200px;
	background-color: #FF0000;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	z-index: 1;
	position: absolute;
	left: -70px;
	top: 12px;
	color: white;
	text-align: center;
}

#portitem {
	position:relative;
	height:100%;
}
.portitem{
	margin-bottom:30px;
}
.portitem img {
	width:100%;
	height:auto;
	cursor:pointer;
}

.item_txt {
	width:100%;
	height:100%;
	margin-left:0px;
	background:#3e7377;
	text-align:center;
	display:table;
	color:#fff;
	padding:0px 15px;
}
.section li{
	list-style:inherit;
	text-indent:-9px;
	margin-left:9px;
	line-height:20px;
	padding-bottom:20px;
}
.section li:before{
	content:"·";
	margin-right:5px;
}
.item_txt a {
	color:#fff;
	font-family: 'Open Sans Bold', sans-serif;
}
#footer {
	height:110px;
	background:#fff;
	text-align:center;
	padding-top:40px;
}
#footer a {
	color:#3e7377;
	padding-right:24px;
	background:url(../img/bg_implink.jpg) no-repeat right top 0px;
}

.fancybox-bg {
	background: #3e7377;
}
#teamov {
	width:325px;
	height:325px;
	border-radius:310px;
	text-align:center;
}
#teamov .table {
	height:270px;
}
#teamov .table_cell {
padding:0px !important;
}
#close {
	position:absolute;
	right:20px;
	top:20px;
	background:none;
	width:50px;
	height:50px;
	padding:0px;
	margin:0px;
	cursor:pointer;
	z-index:100;
}
.fancybox-close-small {
	width:50px;
	height:50px;
	background:url(../img/close.png) no-repeat left top;
	background-size: 40px 40px;
}
.fancybox-close-small::after {
	display:none !important;
}
/*#close button {
	display:none;
}*/
#impov {
	width:40vw;
	/*min-width:300px;
	height:80vh;*/
	max-height:600px;
}
#impov h1 {
	text-align:left;
	font-size:20px;
	margin-bottom:0px;
}
#impov a {
	color:#3e7377;
}

/* FORM */
/*//////////////////////////////////////////////////////////Formular*/
div#formular_content {
	width:646px;
	padding-top:19px;
	padding-left:69px;
	padding-right:69px;
	padding-bottom:20px;
}
.label {
	width:442px;
	display:block;
	float:left;
	margin-bottom:5px;
}
.formfeld {
	width:194px;
	border:1px solid #000;
	margin-bottom:5px;
}
.formfeld_big {
	width:194px;
	border:1px solid #000;
	margin-bottom:5px;
	border:1px solid #000;
}
.label {
	padding-left:6px;
}
.button {
	position:relative;
	margin-bottom:7px;
	border:1px solid #066a8d;
	background-color:#CCC;
	cursor:pointer;
}
#input_wrongdiv {
	display:none;
	color:#F00;
}
#after_send {
	display:none;
}
/* COOKIES */
#cookie_wrapper{
	position:fixed;
	left:0px;
	bottom:0px;
	color:#fff;
	background:#8a7e78;
	min-height:39px;
	text-align:center;
	padding:10px 24px;
	font-size:14px;
	width:100%;
	z-index:9999999;
}
#cookie_wrapper a{
	color:#fff !important;
	text-decoration:underline !important;
}
#cookie_accept{
	position:absolute;
	display:block;
	right:11px;
	top:13px;
	cursor:pointer;
}





#teamov.datenschutz{
	width: 90vw;
	height: 90vh;
	border-radius: 0;
	text-align: left;
}
.datenschutz .table_cell{
	text-align: left;
}
.datenschutz h3{
	font-size: 20px;
}
.datenschutz strong{
	font-weight: 700;
}
#footer a{
	margin-right: 20px;
}
