pin
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*

@font-face {
    font-family: 'proxima_nova_Regular';
    src: url('proxima-bold/proximanova-regular-webfont.eot');
    src: url('proxima-bold/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima-bold/proximanova-regular-webfont.woff') format('woff'),
         url('proxima-bold/proximanova-regular-webfont.ttf') format('truetype'),
         url('proxima-bold/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*/

@font-face {
    font-family: 'proxima_nova_alt_Bold';
    src: url('proxima-bold/mark_simonson_-_proxima_nova_alt_bold-webfont.eot');
    src: url('proxima-bold/mark_simonson_-_proxima_nova_alt_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima-bold/mark_simonson_-_proxima_nova_alt_bold-webfont.woff') format('woff'),
         url('proxima-bold/mark_simonson_-_proxima_nova_alt_bold-webfont.ttf') format('truetype'),
         url('proxima-bold/mark_simonson_-_proxima_nova_alt_bold-webfont.svg#proxima_nova_alt_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_alt_Light';
    src: url('proxima-bold/ProximaNova-Light.otf');
    src: url('proxima-bold/ProximaNova-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}




* {
	margin:0;
	padding:0;
}


html {
	overflow-y: scroll;
	height: 100%;
	width:100%;
}

html.stopScroll {
	overflow:hidden;
}

body {
	height: 100%;
	width:100%;
	
	background-color:#4279AC;
	
	font-family: 'proxima_nova_alt_Light', sans-serif;
    font-size: 15px;
    line-height: 18px;
	font-weight: 300;
	color: #3b3b3b;
	/* damit das iphone die schrieft nicht vergrössert*/
	-webkit-text-size-adjust: none;
}

#page {
	overflow: hidden;
    width: 100%;
}

.container  {
    margin: auto;
    position: relative;
    width: 1100px;
	padding:0 20px;
	box-sizing: border-box;
}


#wrapper {
	margin-bottom:20px;
}

h1,h2,h3,#messen .gallery-info label, strong {
	font-family: 'proxima_nova_alt_Bold', sans-serif;
}

h1 {
	font-size: 36px;
    line-height: 48px;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #00989A;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	text-align:center;
}

h3 {
	margin: 1em 0 0 0;
  	color: #00989a;
	font-size: 24px;
	font-weight: bold;
  	line-height: 1.1;
	text-transform: uppercase;
}

a {
    color: #00989A;
	 text-decoration: none;
}

a:hover{
	background-color: transparent;
	color:#000;
	text-decoration:none;
}

a:focus  {
	outline:none;
}

p {
	margin: 0 0 10px 0;
}
p:last-child {
	margin-bottom: 0;
}

.text-center {
	text-align:center;
} 

ul, ol {
    margin-left:0px;
}

ul li {
	line-height:24px;
	padding-bottom:12px;
}
ul li ul {
	margin-bottom: 10px;
    margin-top: 0px;
}

ul li ul li {
	line-height:20px;
}


img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.clear {
	clear:both;
}

input, textarea, button {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;

    -webkit-border-radius: 0; 
}



.chromeframe {
	position:fixed;
	z-index:999988;
	background-color:#222;
	color:#fff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding:20%;
	padding-top:10%;
}

.chromeframe a{
	color:#ccc;
}

.chromeframe a:hover{
	color:#fff;
}

.nobr {
	white-space:nowrap;
}


#bgGrau {
	height:100%;
	width:100%;
	background:#000;
	opacity:0.3;
	z-index:2;
	position:absolute;
	top:0;
	left:0;
}



/* ************  videoWrapp ******************** */

#videoWrapp {
	background: rgba(0, 0, 0, 0.7);
	position: fixed; 
	z-index:9999999;
	width: 100%; 
	height: 100%;
	display:none;
	top:0;
	left:0;
}

.video-container {
	width:720px;
	height:405px; 
	position:relative;
	background-color:#000;
}

 
.video-container iframe,
.video-container object,
.video-container embed,
.video-container #bildContainer {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container #bildContainer {
	background-size:cover;
}


 #cboxOverlay {
    background: none repeat scroll 0 0 #000;
	
	z-index:9!important;
}

.videoClose {
	background:url(../images/imageFilm_close.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    opacity: 0.7;
	position:absolute;
	top:-20px;
	right:0;
	height:20px;
	width:20px;
}

.videoClose:hover {
    opacity:1.0;
	cursor:pointer;
}

.svg .videoClose {
    background:url(../images/imageFilm_close.svg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}




.imageFilmPlay {
	cursor:pointer;
}

.playbutton9 {
	opacity:0.7;
}
.playbutton9:hover {
	opacity:1;
}

.imageFilmPlay.imbeitrag {
	color:#999;
}
.imageFilmPlay.imbeitrag:hover {
	color:#000;
}

/*  Startanimation */
 
 
#prLogo {
	width:200px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-100px;
	margin-top:-145px;
	z-index:101;
	display:none;
	
} 

.notLoad #prLogo {
	display:block;
} 

#blaubg{
	width:100%;
	height:100%;
	z-index:100;
	background-color:#006699;
	position:absolute;
	opacity:1;
	display:none;
	
}
#individuell{
	width:49.5%;
	float:left;
	background:#f5f5f5;
}
#gemeinschaft{
	width:49.5%;
	float:right;
	background:#f5f5f5;
}
#individuell h3,
#gemeinschaft h3 {
	text-align:center;
	margin-bottom:0.2em;
}


#back-to-top{
	z-index:102;
}
#gemlogos{
	width:50%;
	float:right;
}
#indlogos{
	width:50%;
	float:left;
}




#logoWrapp{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-300px;
	z-index:9;
}

#prima-kreuz {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:600px;
	height:600px;
	
}
#prima-schrift {
	top:0;
	left:0;
	display:block;
	width:600px;
	height:600px;
} 


@media screen and (max-width: 600px) {
	#logoWrapp{
		position:absolute;
		top:50%;
		left:50%;
		width:100%;
		height:auto;
		margin-left:-53%;
		margin-top:calc(-50% - 25px);
		z-index:9;
	}
	
	#prima-kreuz {
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		
	}
	#prima-schrift {
		top:0;
		left:0;
		display:block;
		width:100%;
		height:100%;
	}
}

/*
.notLoad #prima-kreuz  {
	position: absolute;
    top: 50%;
    left: 50%;
    margin:-300px 0 0 -300px;


	 -webkit-animation:spin 0.4s linear infinite;
    -moz-animation:spin 0.4s linear infinite;
    animation:spin 0.4s linear infinite;
	
}


stufe2 #prima-kreuz  {
	
	-moz-transform: rotate(0deg); 
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); 

}

.stufe3 #prima-kreuz  {
	-moz-transform: rotate(810deg); 
	-webkit-transform: rotate(810deg);
	transform: rotate(810deg); 

	
	-webkit-transition:  1.8s ;
	-moz-transition:  1.8s ;
	-ms-transition:  1.8s ;
	-o-transition:  1.8s ;
	transition:  1.8s ;
}
*/

.stufe4 #blaubg {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}


.stufe4 #blaubg {
	opacity:0;
}


.stufe5 #blaubg {
	display:none;
}


/*

alt 

.stufe2 #prima-kreuz  {
	
	-moz-transform: rotate(0deg); 
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); 

}

.stufe2 #prima-kreuz  {
	-moz-transform: rotate(810deg); 
	-webkit-transform: rotate(810deg);
	transform: rotate(810deg); 

	
	-webkit-transition:  1.5s ;
	-moz-transition:  1.5s ;
	-ms-transition:  1.5s ;
	-o-transition:  1.5s ;
	transition:  1.5s ;
}

.stufe3 #blaubg {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}


.stufe3 #blaubg {
	opacity:0;
}


.stufe4 #blaubg {
	display:none;
}
*/


.custom_imp {
	overflow:hidden;
	width:100%;
	/*margin: 0 2%;*/
	box-sizing:border-box;
}

.moduletable_imp {
	padding:0 2%;
}

/* stÃ¤ndiges drehen animation*/
@-moz-keyframes spin { 
	100% { 
		-moz-transform: rotate(360deg); 
	} 
}

@-webkit-keyframes spin {
	 100% { 
	 	-webkit-transform: rotate(360deg);
	  } 
}
@keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg); 
	}
}
/* stÃ¤ndiges drehen animation ende*/



 
/************************************************************
*
*				header
*				
************************************************************/

#header {
	width:100%;
	height:100%;
}

.custom_bannerTitel {
	position: absolute;
	z-index: 3;
	display: block;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: auto;
	height: 290px;
	overflow: hidden;
}
#center-content img {
	width:200px;
}
#center-content h1 {
	color: #fff;
	margin: 5px 0 3px 0;
	text-transform: uppercase;
	padding: 0;
	
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 2px;
}
#center-content h3 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'utopia-std', serif;
	font-weight: 400;
	margin:0;
	letter-spacing: 2px;
	font-size: 13px;
	line-height: 20px;
}

#down-arrow-container {
	width: 50px;
	height: 17px;
	position: absolute;
	left: 50%;
	bottom: 20%;
	margin: 0 0 0 -25px;
	z-index: 3;
	background: url('../images/arrow-down.png') no-repeat center center;
	background-size: 50px 17px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all.3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all.3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#down-arrow-container:hover {
	background: url('../images/arrow-down-hover.png') no-repeat center center;
	background-size: 50px 17px;
	cursor: pointer;
}


/************************************************************
*
*				nav
*				
************************************************************/



#nav {
	width: 100%;
	height: 86px;
	
	
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all.3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.stufe4 #nav,
.stufe5 #nav {
	background-color: #353535;
}

#nav.fixed { 
	position:fixed;
	top:0;
	background-color: #353535;
}

#logo, #logo-alt {
  text-align: left;
  margin: 20px;
  display: block;
  text-decoration: none;
  float:left;
}

#desktopNaviWrapp {
	float:right;
	margin:0 20px;
	position:relative;
}

#desktopNaviWrapp .mod-languages {
	position:relative;
	float:right;
}
#desktopNaviWrapp .mod-languages:before {
	content:"";
	width:1px;
	height:26px;
	background-color:#ccc;
	display:block;
	position:absolute;
	top:50%;
	margin-top:-14px;
	left:-10px;
}

.desktop #logo:hover {
	cursor:pointer;
}

#desktopNaviWrapp .lang-inline {
	height:86px;
	line-height:86px;
}

div.mod-languages li {
	line-height:normal;
	padding: 0 8px 0 10px;
	margin:0;
}
div.mod-languages li:nth-child(2) {
	border:1px solid #ccc;
	border-top:none;
	border-bottom:none;
}

div.mod-languages li a {
	color:#fff;
	opacity:0.6;
	font-family: 'utopia-std', serif;
	font-weight: 300;
	font-size:13px;
}
.desktop #desktopNaviWrapp div.mod-languages li a:hover,
div.mod-languages li.lang-active a {
	color:#fff;
	opacity:1;
}


/* navi menu */

#desktopNaviWrapp .custom-nav_menu {
  float:left;
  margin-right: 30px;
}

.sliding-line {
  position: absolute;
  left: 0px;
  width: 80px;
  margin-left: 15px;
  height: 4px;
  background: #00989A;
  display: none;
} 
#line-bottom {
  bottom: 0;
}

#desktopNaviWrapp .navigation {
  position: relative;
  z-index: 101;
  float: right;
  list-style: none;
  margin: 0;
}

#desktopNaviWrapp .navigation li {
  font-size: 13px;
  font-family: 'proxima_nova_alt_Bold';
  letter-spacing: 1px;
  float: left;
  padding: 0px 0 0px 40px;
  line-height:86px;
  text-transform: uppercase;
 
}

#desktopNaviWrapp .navigation a {
  color: #fff;
  opacity:0.6;
   transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.desktop #desktopNaviWrapp .navigation a:hover,
.desktop #desktopNaviWrapp .navigation li:hover a,
#desktopNaviWrapp .navigation a.active {
  cursor: pointer;
  opacity:1;
}


/* mobile menu */

#naviMobileWrapp {
 
  padding: 0;
  font-size: 14px;
  font-family: 'proxima_nova_alt_Bold';
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;

  
  display: none;
  height: 50px;
  background: #2a2a2a;
  text-align: center;
  z-index: 999999;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 0;
  overflow: hidden;

}

#naviMobileWrapp  img {
  width:auto;
  height: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#naviMobileWrapp .navigation  {
	border-top:4px solid #00989A;
} 

#naviMobileWrapp .navigation li {
	padding: 0px;
}

#naviMobileWrapp .navigation a {
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff;
	border-bottom: solid 1px #555;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	border-bottom: solid 1px #393939;
	text-transform: uppercase;
}

#naviMobileWrapp div.mod-languages {
	padding: 12px 0;
}

#naviMobileWrapp span {
  margin: 0 20px 0 0;
  display: inline-block;
  background: url('../images/icon-mobile-context.png') no-repeat right center;
  width: 27px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 13px;
}
#naviMobileWrapp.active span {
  background: url('../images/icon-mobile-close.png') no-repeat right center;
}

/************************************************************
*
*				Content
*				
************************************************************/

#page section {
	padding:30px;
}

#page section#referenzen, #page section#leistungen {
	padding-left:0px;
	padding-right:0px;
}

#page section#leistungen {
	background-color: #f5f5f5;
	padding-bottom:0;
}


#about {
  background-color: #fff;
  text-align: center;
  margin-top: 0;
}
#about p {
  color: #999999;
  font-size: 20px;
  line-height: 40px;
  margin-bottom:26px;
}


/* Leistungen */
.carousel-indicators {
  position: static;
  margin-left: auto;
  padding-left: auto;
  width: auto;
  text-align:center;
}
@media screen and (min-width: 768px) {
	.carousel-indicators {
	  bottom: 20px;
	}
}
#carousel-indicator-container {
	position:relative;
}

.carousel-indicators li {
  background: #f5f5f5;
  border: none;
  color: #999999;
  letter-spacing: 1px;
  padding: 20px 20px 20px 20px;
  text-transform: uppercase;
  transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  text-indent: 0;
  width: auto;
  height: auto;
  display:inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 0 0 -4px;
  font-size: 13px;
  font-family: 'proxima_nova_alt_Bold', sans-serif;
}

.carousel-indicators li.active {
	color: #00989A;
}
.carousel-indicators li:hover {
	cursor:pointer;
}


.sliding-line-carousel {
  position: absolute;
  left: 0px;
  width: 80px;
  height: 4px;
  background: #00989A;
  display: block;
}



.carouselWrapp{
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 30px;
  color: #999;
  text-align: center;
  min-height: 210px;
  position:relative;
  margin-top:60px;
}

.fade_item {
	position:absolute;
	top:0;
	left:0;
	 min-height: 210px;
	opacity:0;
	z-index:0;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.fade_item.item1.active,
.fade_item.item2.active {
	opacity:1;
	z-index:1;
}

/* MESSEN */

.custom_refernzen p {
	padding-bottom:25px;
	color: #999999;
}


#messen .gallery-item {
	position: relative;
	margin: 0 !important;
	width: 50%;
	display: block;
	float: left;
	box-sizing: border-box;
	background: #333333;
}

#messen .gallery-item img {
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity:1;
	
	-webkit-transition:all .3s ease-in-out;  
  	-moz-transition:all.3s ease-in-out;  
	-o-transition:all .3s ease-in-out;  
   	transition:all .3s ease-in-out; 
}

#messen .gallery-info label {
	display:inline-block;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

#messen .gallery-info {
	position: absolute;
	text-align: center;
	height: 200px;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 10%;
	margin: auto;
	z-index: 99;
	/*opacity:0;*/
	display:none;
	
	-webkit-transition:all .3s ease-in-out;  
  	-moz-transition:all.3s ease-in-out;  
	-o-transition:all .3s ease-in-out;  
   	transition:all .3s ease-in-out; 
	
	
}

.desktop #messen .gallery-item:hover .gallery-info,
.mobile #messen .gallery-item.hover .gallery-info {
	/*opacity:1;*/
	display:block;
}
.desktop #messen .gallery-item:hover img,
.mobile #messen .gallery-item.hover img {
	opacity:0.05;
}

#messen .gallery-info .copy {
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	margin: 0 0 30px 0;
	padding: 0;
	letter-spacing: 1px;
}
#messen .gallery-info .view {
	display: block;
	padding: 20px 0 0 0;
}

.mehrArbeiten {
	background:#F5F5F5;
	padding:60px;
	margin:0;
	text-align:center;
	padding-bottom:120px;
}

.mehrArbeiten p {
	margin:0;
	text-align:center;
}
#messen .gallery-info span:hover {
	cursor:pointer;
	background-color:#00989A;
}


.mehrArbeiten a,
#messen .gallery-info span {
	width: 100px;
	border-top: solid 3px #00989A;
	border-bottom: solid 3px #00989A;
	padding: 20px 35px;
	margin-top: 20px;
	color: #fff;
	font-family: 'utopia-std', serif;
	letter-spacing: 3px;
	font-size: 14px;
	text-transform: uppercase;
}
.mehrArbeiten a {
	color:#555;
}
.mehrArbeiten a:hover {
	color:#fff;
	background: #00989A;
	cursor:pointer;
}

#messen .gallery-info a:hover {
	color: #fff;
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
}
@media (min-width: 2500px) {
	#messen .gallery-item img {
		width: 100%;
		height: 100%;
	}
}
@media (min-width: 1620px) {
	#messen .gallery-item {
		width: 50%;
	}
}
@media (max-width: 900px) {
	#messen .gallery-item {
		width: 100%;
	}
}



#referenzen {
  text-align: center;
  padding: 0px;
  background: #fff;
}
#referenzenBox {
  margin: 0 auto;
  /* max-width: 1266px; */
  padding-bottom: 0;
  position: relative;
  width: 100%;
  text-align: center;
}
#gemlogos{
	width:50%;
	float:right;
	padding:0 20px;
	box-sizing: border-box;
}
#indlogos{
	width:50%;
	float:left;
	padding:0 20px;
	box-sizing: border-box;
}

#referenzenBox img {
	margin: 0 0.5% 0.5%  0.5%;
	width: 20%;
	vertical-align: middle;
	box-sizing: border-box;
	 
}


/************************************************************
*
*				TEAM 
*				
************************************************************/


#team {
	background-color: #f5f5f5;
	text-align: center;
	padding: 70px;
}
#team h3 {
	color: #00989A;
	text-transform: uppercase;
	margin: 30px 0 30px 0;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 2px;
}
#team p {
	color: #999999;
	margin: 0;
	padding: 0;
}
#team .team-member {
	width: 370px;
	margin: 30px 15px;
	display: inline-block;
}
#team .team-member img {
	padding: 0 0 20px 0;
	margin: 0 0 25px 0;
	border-bottom: solid 1px #999;
	cursor: pointer;
}
#team .team-member .member-name {
	color: #999999;
	font-size: 14px;
	float: left;
	display: block;
	text-transform: uppercase;
	font-family: 'proxima_nova_alt_Bold', sans-serif;
	letter-spacing: 1px;
}
#team .team-member .member-name span {
	font-size: 13px;
	font-family: 'utopia-std', serif;
	letter-spacing: 2px;
	font-weight: 300;
	margin: 0 10px;
}
#team .team-member .member-links {
	display: block;
	float: right;
}
#team .team-member .member-links .toggle-link {
	-webkit-transition:all .3s ease-in-out;  
  	-moz-transition:all.3s ease-in-out;  
	-o-transition:all .3s ease-in-out;  
   	transition:all .3s ease-in-out; 
	width: 24px;
	height: 17px;
	float: left;
	cursor: pointer;
}
#team .team-member .link-bio {
	background: url('../images/icon-bio.png') no-repeat center center;
	background-size: 24px 17px;
}
#team .team-member .link-bio:hover, #team .team-member .link-bio.active {
	background: url('../images/icon-bio-active.png') no-repeat center center;
	background-size: 24px 17px;
}
#team .team-member .link-mail {
	background: url('../images/icon-mail.png') no-repeat center center;
	background-size: 23px 17px;
	margin: 0 0 0 7px;
	display: none;
}
#team .team-member .link-mail:hover, #team .team-member .link-mail.active {
	background: url('../images/icon-mail-active.png') no-repeat center center;
	background-size: 23px 17px;
}
#team .team-member .content-section {
	overflow: hidden;
	position: relative;
	float: left;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	margin: 0;
	padding: 0;
	height: 0px;
	width: 100%;
}
#team .content-mail {
	text-align: left;
}
#team .content-mail a {
	margin: 50px 0;
	color: #00989A;
	letter-spacing: 1px;
	font-family: 'proxima_nova_alt_Bold', sans-serif;
	text-transform: uppercase;
}
#team .team-member .close-content {
	display: block;
	float: left;
	height: 26px;
	width: 100%;
	padding: 0px 0 0 0;
	border-bottom: solid 3px #999;
	-webkit-transition: all .3s ease-in-out;  
  	-moz-transition: all .3s ease-in-out;  
	-o-transition: all .3s ease-in-out;  
   	transition: all .3s ease-in-out;
}
#team .team-member .close-content.active {
	border-bottom: solid 3px #00989A;
}
#team .close-content span {
	display: none;
	width: 11px;
	height: 11px;
	margin: 0 0 0 0;
	float: right;
	background: url('../images/icon-x.png') no-repeat center center;
	background-size: 11px 11px;
	cursor: pointer;
}
#team .close-content span.open {
	display: inline;
}

#team .content-bio .content-spacing {
	display: block;
	width: 100%;
	height: 30px;
}
#team .content-mail .content-spacing {
	display: block;
	width: 100%;
	height: 20px;
}

#team .content-bio.open {
	height: 250px;
}
#team .content-mail.open {
	height: 55px;
}



@media (max-width: 866px) {
	
	#referenzenBox img {
	  margin: 0 0.5% 0.5% 0.5%;
	  width: 30%;
	}
	
	
	#page section#team {
		padding-left:0px;
		padding-right:0px;
	}

	
	#team .team-member {
	  width: 40%;
	  margin: 10px 15px 30px 15px;
	  box-sizing: border-box;
	  display: inline-block;
	}
	
}

@media (max-width: 480px) {
	#team .team-member {
		margin: 30px 3%;
  		width: 94%;
	}
	
	#team .team-member:first-child {
	  margin-top:0;
	}
	#team p {
  		text-align: center;
	}
	#team .team-member .member-name {
		float: none;
		display: block;
	}
	#team .team-member .member-name span {
		display: block;
		margin: 5px 0 0 0;
	}
	#team .team-member .member-links {
		display: inline-block;
		float: none;
		margin: 15px 0 0 0;
	}
	#team .content-mail {
		text-align: center !important;
	}
	#team {
		padding: 10px;
	}
}


/************************************************************
*
*				kontakt
*				
************************************************************/


#kontakt {
   background: #333;
   position:relative;
  /* min-height: calc(100vh - 85px); */
  box-sizing: border-box;
}

#konLinks,
#konRechts  {
	float: left;
	display: block;
	width:50%;
	padding:0 30px;
	box-sizing:border-box;
}


.terms {
	display:none;
}
input,
textarea {
  display: inline-block;
  margin: 0 0 52px 0;
  text-align: left;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 3px #666666;
  color:#666666;
  width: 47.5%;
  padding: 13px 0 13px 0;
  background: none;
  outline: none;
  float: left;
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
}

input.name {
	margin-right:5%;
}

textarea {
	width:100%;
}

.button {
  display: inline-block;
  width:auto;
  color: #fff;
  font-family: 'utopia-std', serif;
  border-top: solid 3px #00989A;
  border-bottom: solid 3px #00989A;
  border-left: none;
  border-right: none;
  letter-spacing: 3px;
  padding: 20px 35px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  margin: 30px 35px 0 0;
  
   transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.button:hover {
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
}

#konRechts .button {
  float: right;
  padding: 20px 35px;
  margin: 30px 0 0 35px;
}


input.error,
textarea.error {
	 border-bottom: solid 3px #f00;
}


.hello-links {
  margin: 40px 0 0 0;
  max-width: 300px;
  letter-spacing: 1px;
}

#kontakt a, #kontakt .phone, #kontakt span.pin {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'proxima_nova_alt_Bold', sans-serif;
  padding: 0 0 0 50px;
  display: inline-block;
  margin: 20px 0;
  min-height: 23px;
  line-height: 23px;
  transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
#kontakt #konRechts a,
#kontakt #konRechts .phone   {
   padding: 0 50px 0 0px;
   background-position: center right;
}


#kontakt .phone a,
#kontakt #konRechts .phone a {
	padding: 0;
	margin:0;
}

#kontakt a.mail {
  background: url('../images/icon-hello-mail.png') no-repeat left center;
  background-size: 32px 23px;
}
#kontakt a.mail:hover {
  background: url('../images/icon-hello-mail-white.png') no-repeat left center;
  background-size: 32px 23px;
}

#kontakt .phone {
  background: url('../images/icon-hello-phone.png') no-repeat 5px center;
  background-size: 23px 23px;
}
#kontakt .phone:hover {
  background: url('../images/icon-hello-phone-white.png') no-repeat 5px center;
  background-size: 23px 23px;
}

#kontakt a.pin,
#kontakt span.pin  {
  background: url('../images/icon-hello-pin.png') no-repeat left center;
  background-size: 28px 34px;
}

#kontakt a.pin:hover,
#kontakt span.pin:hover {
  background: url('../images/icon-hello-pin-white.png') no-repeat left center;
  background-size: 28px 34px;
}
	
#konRechts .hello-links {
  margin: 40px 0 0 0;
  max-width: 345px;
  letter-spacing: 1px;
  text-align: right;
  float: right;
  clear: both;
}


#kontakt img {
	width:150px;
}


img.right {
	float:right;
}
#kontaktformular2 {
	clear:both;
}

#kontakt #back-to-top {
  width: 231px;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index:102;
  margin-left: -116px;
  background: url('../images/back-to-top.png') no-repeat center center;
  background-size: 231px 77px;
  text-align: center;
  font-size: 14px;
  font-family: 'utopia-std', serif;
  color: #fff;
  padding: 46px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#kontakt #back-to-top:hover {
  background: url('../images/back-to-top-hover.png') no-repeat center center;
  background-size: 231px 77px;
  cursor: pointer;
  color: #00989A;
}

/************************************************************
*
*				footer
*				
************************************************************/

#footer {
	position: relative;
	background: #fff;
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	padding: 40px 0;
	width: 100%;
}
#footerWrapp {
  margin:0 2%;
  text-align: left;
  font-size: 13px;
  font-family: 'proxima_nova_alt_Bold', sans-serif;
  letter-spacing: 1px;
}

/* menu unten  */

.menu_bottom {
	list-style-type:none;
	margin:0;
}

.menu_bottom li {
  display: block;
  float: left;
  margin:0 30px;
  padding-bottom:0;
  line-height: 15px;
}

.menu_bottom .item-109 {
	float:right;
	padding-right:0px;
}

.menu_bottom li a,
.menu_bottom li span {
	color:#999;
}

.menu_bottom li a:hover {
	color:#000;
}
.menu_bottom li.item-106 span:hover,
.menu_bottom li.item-120 span:hover ,
.menu_bottom li.item-119 span:hover  {
	color:#000;
	cursor:pointer;
}

.moduletable_imp {
	font-family: 'proxima_nova_alt_Light';
	text-transform: none;
}
.moduletable_imp h3 {
	padding-bottom:20px;
}
#impressum {
	padding-top:30px;
}

/* 
	+16px wegen scrolleiste
	z.b. wenn 1100 dann 1116px angeben
*/
 
@media only screen and (max-width: 1116px) {

	.container{
		width: 100%;
		padding:0 20px;
	}
}

/*ipad quer*/
@media only screen and (max-width: 1024px) {
	
	h1 {
		font-size: 36px;
		line-height: 48px;
	}
	#center-content h1 {
	  font-size: 35px;
	  line-height: 45px;
	}
	#center-content h3 {
	  font-size: 13px;
	  line-height: 20px;
	}

	h2,
	#team h3  {
		font-size: 35px;
		line-height: 45px;
	}

	h3 {
		font-size: 18px;
	}
	
	#desktopNaviWrapp {
		margin: 0 0px;
	}
	#desktopNaviWrapp .navigation li {
	  padding: 0px 0 0px 18px;
	}
	#logo, #logo-alt {
	  margin: 20px 0 20px 10px;
	}
	#about p {
	  font-size: 18px;
	  line-height: 30px;
	}
	.carouselWrapp {
	  font-size: 14px;
	  line-height: 28px;
	}
	
	#messen .gallery-info label {
	  font-size: 16px;
	  line-height: 16px;
	}
	
	.menu_bottom li {
	  margin: 0 15px;
	}
	
	#footerWrapp {
	  letter-spacing: 0px;
	}
}


@media only screen and (max-width: 930px) {
	.menu_bottom li {
		float: none;
		padding-bottom: 5px;
	}
	.menu_bottom li.item-109 {
		float: none;
		padding-bottom: 0px;
	}
	
	#messen .gallery-info {
	  height: 135px;
	}
	
	#messen .gallery-info label {
	  margin: 0 0 10px;
	}
	#messen .gallery-info .copy {
	  margin: 0 0 13px 0;
	}
	#messen .gallery-info span {
	  padding: 15px 20px;
	}
}


/*ipad hoch*/
@media only screen and (max-width: 768px) {
	
}

/* smartphone quer */
@media only screen and (max-width: 767px) {

	#nav {
		display:none;
	}
	#naviMobileWrapp {
		display:block;
	}
	#footer {
	  padding-bottom: 80px;
	}
	
	
	#center-content h1 {
	  font-size: 30px;
	  line-height: 30px;
	  letter-spacing: 1px;
	}
	
	h2,
	#team h3  {
		font-size: 30px;
 		line-height: 35px;
		margin: 0 0 15px 0;
		letter-spacing: 1px;
	}
	
	h3 {
	  font-size: 16px;
	  letter-spacing: 1px;
	}
	
	
	#page section {
	  padding: 20px 0;
	}
	
	#indlogos,
	#gemlogos {
		padding: 0px 10px;
	}
	
	#konLinks,
	#konRechts {
		padding: 0px 20px;
	}

	
	#referenzenBox img {
		margin: 0 0.2% 0.2% -0.2%;
		width: 42%;
	}
}

/* smartphone hoch */
@media only screen and (max-width: 567px) {
	
	#konLinks, #konRechts {
	  float: none;
	  display: block;
	  width: 100%; 
	  padding: 0 15px;
	  box-sizing: border-box;
	  text-align:center;
	}
	
	#konRechts {
		border-top:1px solid #fff;
		margin-top: 20px;
	}
	
	.hello-links {
		text-align:left;
	}
	img.right {
	  float: none;
	  margin-top:40px;
	}
	
	#kontaktformular2,
	.reset {
		display:none;
	}
	#konRechts .hello-links {
	  margin: 10px 0 60px 0;
	  max-width: 345px;
	  letter-spacing: 1px;
	  text-align: left;
	  float: none;
	}
	
	.button {
	  letter-spacing: 2px;
	  padding: 20px 20px;
	  margin: 15px 19px 0 0;
	 
	  width: 100%;
	  text-align: center;
	}
	
	
	#about p {
	  font-size: 15px;
	  line-height: 25px;
	}
	
	#carousel-indicator-container {
	  top: 12px;
	}
	.carousel-indicators li {
  		padding: 10px;
		font-size: 12px;
	}

	.carouselWrapp {
	  margin-top: 40px;
	  min-height: 250px;
	  font-size: 14px;
	  line-height: 22px;
	}
	
	#messen .gallery-info label {
	  font-size: 14px;
	  line-height: 14px;
	}
}
/* iphone hoch - 320px */
@media only screen and (max-width: 360px) {
	h3 {
	  font-size: 14px;
	  letter-spacing: 0px;
	}
	h2, #team h3 {
	  letter-spacing: 0px;
	}
	
	#messen .gallery-info {
	  height: 112px;
	}
	
	#messen .gallery-info .view {
	  padding: 10px 0 0 0;
	}

	#messen .gallery-info span {
	   letter-spacing: 1px;
	   padding: 8px 13px;
	 
	}
	#messen .gallery-info label {
	  font-size: 14px;
	  line-height: 14px;
	  letter-spacing: 1px;
	}
	
	#referenzenBox img {
	  margin: -9% 0 0 0;
	  width: 80%;
	}
	
	#individuell h3, #gemeinschaft h3 {
		padding-left:5px;
		padding-right:5px;
	  
	}
	
}
