@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@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;
}


@-webkit-keyframes pulsierenButton {
  0% { -webkit-transform:scale(1); }
  30% { -webkit-transform:scale(1.05); }
  50% { -webkit-transform:scale(1); }
  100% { -webkit-transform:scale(1); }
}
@-moz-keyframes pulsierenButton {
  0% { transform:scale(1); }
  30% { transform:scale(1.05); }
  50% { transform:scale(1); }
  100% { transform:scale(1); }
}
@keyframes pulsierenButton {
  0% { transform:scale(1); }
  30% { transform:scale(1.05); }
  50% { transform:scale(1); }
  100% { transform:scale(1); }
}

* {
	margin:0;
	padding:0;
}



#google-res{
	position: fixed;
	bottom: 5px;
	left: 5px; 
	border: 1px solid #ccc;
	z-index: 3;
	
} 

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

html.stopScroll {
	overflow:hidden;
} 

h1.p-optik,
h2.p-optik,
h3.p-optik,
h4.p-optik,
h5.p-optik,
h6.p-optik,
body {
	height: 100%;
	font-family: "Lato", Arial, sans-serif;
	/*
	font-family: 'Open Sans', sans-serif;
	font-family: 'Muli', sans-serif;
	*/
	
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
	color: #3b3b3b;

	-webkit-text-size-adjust: none;
	
}

.text-blau {
	color: #15a2ff!important;
}
.text-grau {
	color: #3b3b3b!important;
}


.ovalbtn {
  color: #ffffff;
    border-width: 12px;
    border-color: #ff7700;
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    width: 300px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff7700;
    position: absolute;
    top: 50%;
    margin-left: -170px;
    left: 50%;
  
   animation-name:pulsierenButton;
  animation-duration:3.5s;
  animation-iteration-count:infinite;
}
.ovalbtn:hover {
  color:#000;
}
.ovalbtn strong {
  font-size: 30px;
}

.ovalbtn.bigger {
	width: 360px;
	margin-left: -200px;

}


.fott {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;  
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* container breite Ã¼berschreiben 
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 96%;
}

.container {
	max-width: 1100px;
	position:relative;
}
*/

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

.container,
.item-page_fotos,
.moduletable_archivMenu  {
    margin: auto;
    position: relative;
    width: 1100px;
	padding:0 20px;
}

#partner .container {
   width: auto;
}


#wrapper {
	margin-bottom:20px;
}

.wrapp {
	 background-color: #fff;
	 padding:15px;
}


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

header img {
	vertical-align: top;
}


a {
	color: #15a2ff;
	text-decoration: none;
	
}


a:hover{
	color:#3b3b3b;
	cursor:pointer;
}
#colorbox.complete a:hover{
    color:#ccc;
    cursor:pointer;
}
a:focus  {
	outline:none;
}



.pfeil,
.modal_link,
.spezialWeiterlesen,
.news a,
.anschauen {
	background: url("../images/pfeil-rechts.svg") no-repeat scroll left center / 12px auto rgba(0, 0, 0, 0);
	padding-left: 20px;
}

.pfeil:hover,
.modal_link:hover,
.schubladeOeffner:hover,
.anschauen:hover {
	background: url("../images/pfeil-rechts-schwarz.svg") no-repeat scroll left center / 12px auto rgba(0, 0, 0, 0);
}

.spezialWeiterlesen:hover,
.desc-top .modal_link:hover,
.news a:hover {
	background: url("../images/pfeil-rechts-weiss.svg") no-repeat scroll left center / 12px auto rgba(0, 0, 0, 0);
}

.news a {
	background: url("../images/pfeil-rechts-schwarz.svg") no-repeat scroll left center / 12px auto rgba(0, 0, 0, 0);
	padding-left: 20px;
	color:#000;
}
.news p,
.desc-top .modal_link:hover {
	color:#fff;
}


h2 .modal_link,
.menu_bottom .modal_link,
.menuMainSitemap .modal_link  {
	background: none;
	padding-left: 0px;
}
h2 .modal_link:hover,
.menu_bottom .modal_link:hover,
.menuMainSitemap .modal_link:hover {
	background: none;
	padding-left: 0px;
}


p {
	margin: 0 0 5px 0;
}

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

.schublade ul {
	list-style-type:none;
	margin-left:0;
}
.schublade ul li {
	display:inline;
	padding-right: 35px;
}


h1, h2, h3, h4 {
    font-weight: 300;
}

h1,
.h1-optik {
	font-size: 90px;
    line-height: 95px;
	color: #15a2ff;
    text-align: center;
	padding:0 20px 0 20px;
}
	
#banner h1,
#banner .h1-optik  {
	color: #fff;
}	

h1.smaller {
	font-size: 70px;
	line-height: 75px;
}
 
.hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}

h2 {
    font-size: 65px;
    line-height: 65px;
}

.item-page_archiv h2,
.item-page h2 {
    font-size: 55px;
    line-height: 55px;
	color: #15a2ff;
	text-align:center;
	padding:0 20px 5px 20px;
}

h2.h3,
h3 {
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 80px;
    text-transform: uppercase;
}

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

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

.clear {
	clear:both;
}

/*
input, textarea, button {
    -webkit-appearance: none; 
    -moz-appearance: none; 
    -ms-appearance: none; 
    -o-appearance: none; 
    appearance: none;

    -webkit-border-radius: 0; 
}
*/
.nobr {
	white-space:nowrap;
}

.fott {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;  
}

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


header {
    left: 0;
    position: fixed;
    top: 0;
    -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
    z-index: 300;
	min-height:90px;
}

header.header-active {
	 background: none repeat scroll 0 0 rgba(68, 68, 68, 0.8);
}

#headerwrapp {
	height: 160px;
    left: 0;
    position: relative;
    top: 0;
-moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
    z-index: 300;
	z-index:1;
}

header.header-active #headerwrapp {
	height: 90px;
}


header .logo {
    height: 53px;
    left: 50px;
    margin: auto;
    position: absolute;
	top: 0;					 /* so wird das nav menu vertical zentriert            */
	bottom: 0;				 /* top 0, bottom 0, und eine hÃ¶he muss angegeben sein */
	width:250px;
    -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

header.header-active .logo {
    height: 30px;
    left: 30px;
    width: 120px;
}


/************************************************************
*
*				navi
*				
************************************************************/

header.header-active nav {
    right: 30px;
}

header nav  {
    font-size: 14px;
    margin-right: -15px;
    text-transform: uppercase;  
    margin: auto;
	right: 50px;
    position: absolute;  /* so wird das nav menu vertical zentriert            */
    top: 0;				 /* top 0, bottom 0, und eine hÃ¶he muss angegeben sein */
	bottom: 0;
	height:60px;
	
    -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}


.menuMain li {
	list-style-type:none;
	display:inline-block;
	display:inline-block;
	height:60px;
	line-height:60px;
	
}

.menuMain li a {
    color: #fff;
    letter-spacing: 2px;
    padding:5px 15px;
	
}


.blau {
    color: #15a2ff;
}

.news .blau {
    color: #000;
}
.menuMain li.item-124 a {
	color:#ff7700;
}

.menuMain li a:hover {
	border-bottom:1px solid #fff;
}
/*
.menuMain li.item-125 a:hover {
   border-bottom:1px solid #15a2ff;
}
*/
.menuMain li.item-124 a:hover {
   border-bottom:1px solid #ff7700;
}

/*untermenu*/

.moduletable_menuAktueles {
	position:relative;
	width:100%;
	text-align:right;
    font-size: 14px; 
    text-transform: uppercase;
	z-index:2;

	-moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	
	top:-60px;
}
header.header-active  .moduletable_menuAktueles {

	
	top:0px;
}



.menuaktuell {
	
	padding-right:178px;
	padding-bottom: 0px;
	-moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	//display:none;
	max-height:0;
	overflow:hidden;
}

.menuaktuell.auf {
	max-height:300px;
	padding-bottom:10px;
}

header.header-active .menuaktuell {
	padding-right:158px;
	margin-top:-25px;
}

.menuaktuell li{
	display:block;
	height:auto;
	line-height:23px;
}
.menuaktuell li a {
	padding-left:0;
}

.menuaktuell li.item-144,
.menuaktuell li.item-145,
.menuaktuell li.item-129,
.menuaktuell li.item-133,
.menuaktuell li.item-138,
.menuaktuell li.item-141,
.menuaktuell li.item-126,
.menuaktuell li.item-127,
.menuaktuell li.item-183 {
	display:none;
}

.menuaktuell li a {
	color:#ff7700;
}

.menuaktuell li a:hover {
	color:#fff;
}

.menuaktuell li span {
	color:#ccc;
}

ul.menuaktuell li ul {
  margin-bottom: 10px;
   margin-top: 0px; 
}
ul.menuaktuell li ul li {
	line-height:18px;
}









/************************************************************
*
*				banner
*				
************************************************************/



#banner {
	overflow: hidden;
    position: relative;
	width:100%;
}

.custom_startseiteBanner {
	height: 1328px;
	background-size:cover;
	background-position:top center;
}
.custom_startseiteBanner.small {
	height: 577px;
}

.custom_startseiteBanner.team {
	height: 965px;
}

.angle {
    background: none repeat scroll 0 0 #ffffff;
    bottom: -100px;
    height: 200px;
    left: -5%;
    position: absolute;
    transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
    width: 110%;
	z-index:1;
}


.hero-text {
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 30px;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
	
	 color: #ffffff;
  	font-size: 22px;
  	line-height: 34px;
}
.animate-in .hero-text {
    opacity: 1;
    top: 140px;
}

.arrow {
    height: 22px;
    margin: 70px auto 0;
    width: 22px;
}
.arrow:hover {
	cursor:pointer;
}

.hero-text .line {
  display: block;
  height: 3px;
  width: 60px;
  background: rgba(255,255,255,0.5);
  margin: 30px auto;
}


#tuev {
	position:absolute;
	top:620px;
	right:-303px;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
#tuev:hover {
	right:0px;
}
.tuevWrapp {
	display:table-cell;
	vertical-align:middle;
	height:50px;
	background: #fff;
	width: 300px;
}
.tuevWrapp.trans {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    background: none;
    width: 260px;
}

#tuev p {
	
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
	padding:0 10px;
}


#aktuellesButton {
	position:fixed;
	bottom:0;
	left:0;
	width:250px;
	height:250px;
	overflow:hidden;
	opacity:1;
	z-index:2;
	transition: all 1s easy 0s;
}

#aktuellesButton.weg {
	opacity:0;
	width:0px;
	height:0px;
}

.aktuellesButtonWrapp {
	background: none repeat scroll 0 0 #ff7700;
    bottom: -125px;
    height: 100%;
    left: -125px;
    position: absolute;
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
	text-align:center;
}
.aktuellesButtonWrapp:hover {
	cursor:pointer;
}
.aktuellesButtonWrapp a{
	display: inline-block;
    margin-top: 15px;
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
}

.aktuellesButtonWrapp:hover a{
	color:#000;
}



/************************************************************
*
*				inhalt
*				
************************************************************/

.borderbox, 
.row .column-1,
.row .column-2,
.row .column-3,
.row .column-4,
.menu .col,
.who .who-nav a, 
.casestudies .casestudy-slider .slide,
.partners .quadrant .logo {
    box-sizing: border-box;
}

.row .column-2:first-child {
    float: left;
}
.row .column-2 {
    float: right;
    position: relative;
    width: 500px;
}
.row:after {
    clear: both;
    content: "";
    display: table;
}


div.line {
    background: none repeat scroll 0 0 #e6e6e6;
    height: 2px;
    margin-bottom: 40px;
    margin-top: 30px;
}
div.line div {
    background: none repeat scroll 0 0 #15a2ff;
    height: 2px;
    width: 60px;
}



.schubladeOeffner {
    background: url("../images/pfeil-rechts.svg") no-repeat scroll left center / 12px auto rgba(0, 0, 0, 0);
    padding-left: 20px;
}

.schubladeOeffner:hover {
	cursor:pointer;
	color:#3b3b3b;
}
.schublade {
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease-out 0s;
	margin-top:20px;
}
.schublade.auf {
    max-height: 1000px;
    overflow: hidden;
}

.acysubbuttons {
	padding-top: 9px;
}

/************************************************************
*
*				3 kreise animation
*				
************************************************************/

.hammer {
	max-width: 240px;
	height: 370px;	
	transform: scale(0); 
	    -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.philosophy-active .hammer {
	transform: scale(1); 
	
}

.philosophy {
    background: none repeat scroll 0 0 #ffffff;
    padding-bottom: 50px;
    padding-top: 70px;
}

.philosophy .principles {
    color: #ffffff;
    font-size: 16px;
    height: 360px;
    line-height: 22px;
    margin: 100px auto 60px auto;
    opacity: 0;
    position: relative;
    -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 300px;
}
.philosophy-active .principles {
    opacity: 1;
}

.philosophy .principles .xline {
    background: none repeat scroll 0 0 #e6e6e6;
    height: 680px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -160px;
    -moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    width: 1px;
}

.philosophy .principles .xline2 {
    -moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}




.philosophy .principles .logo {
    bottom: 0;
    height: 80px;
    left: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 45px;
    width: 80px;
    z-index: 3;
}

.philosophy .principles .logo img {
    height: 60px;
    width: 60px;
}



.philosophy .principles span {
    display: inline-block;
    position: absolute;
}

.philosophy .principles .grey span {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    left: 45px;
    padding-left: 15px;
    top: 135px;
}
.philosophy .principles .black span {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    left: 130px;
    padding-left: 15px;
    top: 135px;
}
.philosophy .principles .blue span {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    left: 75px;
    padding-left: 15px;
    top: 65px;
}


.philosophy .principles .block {
    height: 260px;
    position: absolute;
    -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 260px;
	border-radius: 100%;
}



.philosophy .principles .blue {
    background:#15a2ff;
    left: 40px;
    top: 40px;
    z-index: 0;
}
.philosophy-active .principles .blue {
   
    left: 20px;
    top: -20px;
}




.philosophy .principles .grey {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    left: 40px;
    top: 40px;
    z-index: 0;
}
.philosophy-active .principles .grey {
    left: -50px;
    top: 100px;
}




.philosophy .principles .block.big {
    height: 460px;
    width: 460px;
    top: -50px;
    left: -80px;
    transform: scale(0); 
}
.philosophy-active .principles .block.big {
  transform: scale(1); 
}
.philosophy .principles .logo.big { 
	left: 15px;
	top: 30px;
}
.philosophy .principles .grey.big span {
	top: 310px;
    left: 180px;
}








.philosophy .principles .black {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
    left: 40px;
    top: 40px;
    z-index: 2;
}
.philosophy-active .principles .black {
    left: 100px;
    top: 100px;
}


/************************************************************
*
*				Kernkompetenzen
*				
************************************************************/

.importance {
    background: none repeat scroll 0 0 #444444;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 60px;
    position: relative;
}

.importance .text {
    color: #ffffff;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    margin: auto;
    text-align: center;
    width: 80%;
}

.importance .text .line {
    background: none repeat scroll 0 0 #ffffff;
    height: 2px;
    margin: 50px auto;
    width: 60px;
}

.importance .graph {
    height: 420px;
    position: relative;
}


.importance .graph .label {
    color: #15a2ff;
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.importance .graph .label-bottom {
    bottom: 150px;
    color: #ffffff;
}



.importance .graph .desc {
    color: #c2c2c2;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 300px;
    z-index: 2;
}

.importance .graph .desc-top {
    top: 30px;
    -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.importance-active .graph .desc-top {
    opacity: 1;
    top: 165px;
}

.xxl {
    font-size: 150px;
    position: relative;
    text-align: right;
    top: 160px;
}
.xxl span {
    display: inline;
    font-size: 150px;
}

.importance .graph .kreisWrapp {
    height: 300px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 95px;
    width: 300px;
    z-index: 0;
}
.importance .graph .kreis {
    height: 300px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0px;
    width: 300px;
	
	opacity:0;
	
	-ms-transform: scale(0.5); 
	-moz-transform: scale(0.5); 
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	
}

.importance .graph #kreis1 {
	-moz-transition: opacity 0.65s;
	-webkit-transition: opacity 0.65s;
	transition: opacity 0.65s;
	opacity:0;
	
	-moz-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1);
	
	
	-moz-transform: rotate(0deg); 
	-webkit-transform: rotate(0deg); 
	transform: rotate(0deg); 
	
}

.importance-active .graph #kreis1 {
	position: absolute;
    top: 50%;
    left: 50%;
    margin:-150px 0 0 -150px;
	
	
	opacity:1;
	
	-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 ;
	
	
	/* stÃ¤ndiges drehen animation aufruf*/
	/*
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
	*/
}
/* 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*/


.importance-active .graph #kreis2 {
	opacity:1;
	-moz-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.25s;
	transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.25s;
}
.importance-active .graph #kreis3 {
	opacity:1;
	-moz-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.25s;
	transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.45s;
}
.importance-active .graph #kreis4 {
	opacity:1;
	-moz-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.25s;
	transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.65s;
}
.importance-active .graph #kreis5{
	opacity:1;
	-moz-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.25s;
	transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.85s;
}
.importance-active .graph #kreis6{
	opacity:1;
	-moz-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.25s;
	transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 2.05s;
}







/************************************************************
*
*				Top 8 Kanzlei
*				
************************************************************/

.specialties {
    background: none repeat scroll 0 0 #ffffff;
    padding-bottom: 80px;
}

.specialties h3 {
    font-size: 65px;
    padding-top: 130px;
}

.top8 {
    font-size: 275px;
    letter-spacing: -22px;
    padding-top: 200px;
    text-align: center;
    text-transform: uppercase;
}

.specialties .line {
    background: none repeat scroll 0 0 #15a2ff;
    height: 2px;
    margin: 35px auto 35px auto;
    width: 60px;
}

.BANRW {
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 80px;
}
#BANRW, #BACO {
   opacity:0;
    -moz-transform: scale(0); 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.25s;
    transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 2.05s;
}
#BANRW.fadein,
#BACO.fadein {
   opacity:1;
    -moz-transform: scale(1); 
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}


@media only screen and (min-width: 1100px) {
    #siegel1 {
        width: 200px;
    }
	#siegel1.siegel-3{
		width: 486px;
	}
    #siegel1.jetztSchuetteln {
        -moz-animation-name: schuetteln;
        -moz-animation-duration: 250ms;
        -moz-animation-iteration-count: 2;
        -moz-animation-direction: alternate;

        -webkit-animation-name: schuetteln;
        -webkit-animation-duration: 250ms;
        -webkit-animation-iteration-count: 2;
        -webkit-animation-direction: alternate;

        animation-name: schuetteln;
        animation-duration: 250ms;
        animation-iteration-count: 2;
        animation-direction: alternate;
        /*transform-origin: top center;*/
    }


    @-moz-keyframes schuetteln { 
        from, 67% {
             -moz-transform: rotate(0deg);
        }
        33% {
             -moz-transform: rotate(-5deg);
        }
        to {
             -moz-transform: rotate(5deg);
        }
    }

    @-webkit-keyframes schuetteln {

        from, 67% {
             -webkit-transform: rotate(0deg);
        }
        33% {
             -webkit-transform: rotate(-5deg);
        }
        to {
             -webkit-transform: rotate(5deg);
        }
    }
    @keyframes schuetteln { 
        from, 67% {
            transform: rotate(0deg);
        }
        33% {
            transform: rotate(-5deg);
        }
        to {
            transform: rotate(5deg);
        }
    }


}
/************************************************************
*
*				TEAM
*				
************************************************************/

.who {
    background: #444;
   /* border-bottom: 1px solid #262626; 
    height: 1300px;*/
    position: relative;
}

.who h3 {
    color: #fff;
    left: 0;
    padding-bottom: 25px;
    padding-top: 5%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
	font-size:65px;
}
/* 2018 */
.who h3 {
    text-align: left;
    padding-left: 5%;
}
/*
.who .who-img {
    background: url("../../../images/banners/bg-team.jpg") no-repeat scroll center top / cover #000;
    height: 1300px;
    left: 0;
    position: absolute;
    width: 100%;
}
*/

.team_img {
	width:100%;
	height:auto;
}
.backCollor {
    /* background: none repeat scroll 0 0 rgba(68, 68, 68, 0.8);
   
    bottom: 0px;
    left: 0;
    position: absolute;
	*/
    width: 100%;
}

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

.who .who-nav a {
    border-bottom: 2px solid #444;
    color: #ccc;
    display: block;
    float: left;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    padding: 20px 0;
   -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 33.3%;	
    width: 50%;	
}
@media only screen and (min-width: 767px) {
	.who .who-nav a.w33 {
		width: 33.3%;
	}
}

.who .who-nav a.borderTop {
    border-bottom: 1px solid #555;
	border-top:2px solid #444;
}


.who .who-nav a:hover {
    border-bottom: 2px solid #15a2ff;
    color: #ffffff;
}
.who .who-nav a.borderTop:hover {
    border-top: 2px solid #15a2ff;
	border-bottom: 1px solid #555;
    color: #ffffff;
}

.who .who-nav .border {
    border-left: 1px solid #555;
    border-right: 1px solid #555;
    display: block;
}

/************************************************************
*
*				Karriere
*				
************************************************************/


.who .who-nav a.modal_link {
    border-bottom: 2px solid #444;
	border-top: 1px solid #555;
    color: #15a2ff;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    padding: 30px 0;
	background:none;
    width: 100%;	
	
	-moz-transition: 0 none;
	-webkit-transition: 0 none;
	transition: 0 none;
}
.who .who-nav a.modal_link:hover {
    color: #fff;
}
.who .who-nav a.modal_link:before {
	width: 20px;
	height: 20px;
	content: "";
	display: inline-block;
	margin-left: -5px;
	padding-left: 5px;
	top: 3px;
	position: relative;
	background: url("../images/pfeil-rechts.svg") no-repeat scroll left center;
	
	
}


.who .who-nav a.modal_link:hover:before  {
	background: url("../images/pfeil-rechts-weiss.svg") no-repeat scroll left center;
}




/* einzel seiten*/

.blog_team .items-row:nth-child(odd) {
	background-color:#fff;
}
.blog_team .items-row:nth-child(even) {
	background-color:#444;
	color:#9c9c9c
}


.blog_team .item {
	width:1100px;
	margin:0 auto;
	padding:80px 20px;
}

.blog_team .row-0 .item {
	padding-top:0;
}

.blog_team .item h2 {
	color:#15a2ff;
	padding-bottom:30px;
	text-align:center;
}

.blog_team .item p {
	padding-bottom:20px;
}

.blog_team .item h2:after {
	background-color: #15a2ff;
    content: "";
    display: block;
    height: 2px;
    margin: 30px auto 0;
    text-align: center;
    width: 60px;
}

.blog_team .item h2.h3,
.blog_team .item h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: none;
	letter-spacing: 0px;
	margin-bottom:30px;
	color: #000;
}
.blog_team .item h2.h3 .blau,
.blog_team .item h3 .blau {
	display: block;
  	font-size: 18px;
  	color: #15a2ff;
}

.blog_team #teamTitel {
	padding: 0 15px 30px 15px;
	text-align:center;
}
.blog_team #teamTitel h1 br:first-child {
	display:none;
}


.blog_team #teamTitel:after {
  background-color: #15a2ff;
  content: "";
  display: block;
  height: 2px;
  margin: 30px auto 0;
  text-align: center;
  width: 60px;
}

/* TEAM MENU */ 

.nav.menu_team {
	position: absolute;
	right: 45px;
	top: 150px;
	width: 45px;
	z-index: 100;
	opacity:0;
}

.nav.menu_team li {
  display: block;
  list-style-type:none;
}
.nav.menu_team li .image-title,
.nav.menuMainSitemap img,
.menuMain .item-184,
.menuMainSitemap .item-184 .separator  {
  display: none;  
}

.nav.menu_team li a img {
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  opacity: 0.3;
}

.nav.menu_team li a img:hover {
  opacity: 1;
}

.nav.menu_team li.current a img {
  opacity: 1;
  border: 3px solid #15a2ff;
}

.blog_team .nav.menu_team {
	position: relative;
	right: 0px;
	top: -30px;
	width: 100%;
	z-index: 100;
	text-align:center;
	margin:0;
	opacity:0;
}
.blog_team .nav.menu_team li {
  margin:0 5px;
  display: inline-block;
  list-style-type:none;
  
}

.animate-in .nav.menu_team {
	opacity:1;
}

/************************************************************
*
*				Partner
*				
************************************************************/

#partner {
    background: none repeat scroll 0 0 #ddd;
    padding: 80px 0;
    position: relative;
    text-align: center;
}

#partner .line {
    background: none repeat scroll 0 0 #fff;
    height: 2px;
    margin: 35px auto 35px auto;
    width: 60px;
}


#partner h3 {
    color: #fff;
	font-size:65px;
}
.partnerWrapp {
	width:250px;
	height:250px;
	margin:10px;
	display:inline-block;
	vertical-align:top;
	opacity:0;
	border-radius:50%;
	overflow:hidden;
}
/*http://tympanus.net/codrops/2013/07/02/loading-effects-for-grid-items-with-css-animations*/ 
#partner .partnerWrapp.eins  {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#partner .partnerWrapp.zwei  {
	-webkit-transition: all 0.2s ease-out 0.2s;
	-moz-transition: all 0.2s ease-out 0.2s;
	transition: all 0.2s ease-out 0.2s;
}
#partner .partnerWrapp.drei  {
	-webkit-transition: all 0.2s ease-out 0.4s;
	-moz-transition: all 0.2s ease-out 0.4s;
	transition: all 0.2s ease-out 0.4s;
}
#partner .partnerWrapp.vier  {
	-webkit-transition: all 0.2s ease-out 0.6s;
	-moz-transition: all 0.2s ease-out 0.6s;
	transition: all 0.2s ease-out 0.6s;
}
#partner .partnerWrapp.funf  {
	-webkit-transition: all 0.2s ease-out 0.8s;
	-moz-transition: all 0.2s ease-out 0.8;
	transition: all 0.2s ease-out 0.8s;
}
#partner .partnerWrapp.sechs  {
	-webkit-transition: all 0.2s ease-out 1s;
	-moz-transition: all 0.2s ease-out 1s;
	transition: all 0.2s ease-out 1s;
}
#partner .partnerWrapp.sieben  {
	-webkit-transition: all 0.2s ease-out 1.2s;
	-moz-transition: all 0.2s ease-out 1.2s;
	transition: all 0.2s ease-out 1.2s;
}
#partner .partnerWrapp.achtes  {
	-webkit-transition: all 0.2s ease-out 1.4s;
	-moz-transition: all 0.2s ease-out 1.4s;
	transition: all 0.2s ease-out 1.4s;
}

#partner .partnerWrapp.neuntes  {
	-webkit-transition: all 0.2s ease-out 1.6s;
	-moz-transition: all 0.2s ease-out 1.6s;
	transition: all 0.2s ease-out 1.6s;
}

#partner .partnerWrapp.zehntes  {
	-webkit-transition: all 0.2s ease-out 1.8s;
	-moz-transition: all 0.2s ease-out 1.8s;
	transition: all 0.2s ease-out 1.8s;
}



#partner.sichtbar .partnerWrapp  {
	opacity:1;
}

.partnerCell {
	background-color:#fff;
	width:250px;
	height:250px;
	border-radius:50%;
	position:relative;
	overflow:hidden;
}
 
.partnerWrapp img {
	width:250px;
	border-radius:50%;
}

.mitColor {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.mitColor:hover {
	opacity:1;
}

/************************************************************
*
*				charity
*				
************************************************************/

#charity {
    background: none repeat scroll 0 0 #fff;
    padding: 80px 0;
    position: relative;
    text-align: center;
}

#charity .line {
    background: none repeat scroll 0 0 #15a2ff;
    height: 2px;
    margin: 35px auto 35px auto;
    width: 60px;
}


#charity h3 {
    color: #15a2ff;
	font-size:65px;
}
.partnerWrapp {
	width:250px;
	height:250px;
	margin:10px;
	display:inline-block;
	vertical-align:top;
	opacity:0;
	border-radius:50%;
	overflow:hidden;
}
/*http://tympanus.net/codrops/2013/07/02/loading-effects-for-grid-items-with-css-animations*/ 
#charity .partnerWrapp.eins  {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#charity .partnerWrapp.zwei  {
	-webkit-transition: all 0.2s ease-out 0.2s;
	-moz-transition: all 0.2s ease-out 0.2s;
	transition: all 0.2s ease-out 0.2s;
}
#charity .partnerWrapp.drei  {
	-webkit-transition: all 0.2s ease-out 0.4s;
	-moz-transition: all 0.2s ease-out 0.4s;
	transition: all 0.2s ease-out 0.4s;
}
#charity .partnerWrapp.vier  {
	-webkit-transition: all 0.2s ease-out 0.6s;
	-moz-transition: all 0.2s ease-out 0.6s;
	transition: all 0.2s ease-out 0.6s;
}
#charity .partnerWrapp.funf  {
	-webkit-transition: all 0.2s ease-out 0.8s;
	-moz-transition: all 0.2s ease-out 0.8;
	transition: all 0.2s ease-out 0.8s;
}
#charity .partnerWrapp.sechs  {
	-webkit-transition: all 0.2s ease-out 1s;
	-moz-transition: all 0.2s ease-out 1s;
	transition: all 0.2s ease-out 1s;
}
#charity .partnerWrapp.sieben  {
	-webkit-transition: all 0.2s ease-out 1.2s;
	-moz-transition: all 0.2s ease-out 1.2s;
	transition: all 0.2s ease-out 1.2s;
}
#charity .partnerWrapp.achtes  {
	-webkit-transition: all 0.2s ease-out 1.4s;
	-moz-transition: all 0.2s ease-out 1.4s;
	transition: all 0.2s ease-out 1.4s;
}

#charity .partnerWrapp.neuntes  {
	-webkit-transition: all 0.2s ease-out 1.6s;
	-moz-transition: all 0.2s ease-out 1.6s;
	transition: all 0.2s ease-out 1.6s;
}

#charity .partnerWrapp.zehntes  {
	-webkit-transition: all 0.2s ease-out 1.8s;
	-moz-transition: all 0.2s ease-out 1.8s;
	transition: all 0.2s ease-out 1.8s;
}



#charity.sichtbar .partnerWrapp  {
	opacity:1;
}

#charity .partnerCell {
	background-color:#ddd;
	width:250px;
	height:250px;
	border-radius:50%;
	position:relative;
	overflow:hidden;
}
 
#charity .partnerWrapp img {
	width:250px;
	border-radius:50%;
}

#charity .mitColor {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#charity .mitColor:hover {
	opacity:1;
}
/************************************************************
*
*				NEWS Slider 
*				
************************************************************/

.news {
    background: none repeat scroll 0 0 #ff7700;
    padding: 80px 0;
    position: relative;
    text-align: center;
}

.aktuelles {
	color:#898989;
color:#fff;
    font-size: 65px;
	padding-bottom:80px;
    left: 0;
    width: 100%;
}

.visibleNearby {
	width: 100%;
	background: none;
	color: #FFF;
}
.visibleNearby .rsGCaption {
	font-size: 16px;
	line-height: 18px;
	padding: 12px 0 16px;
	width: 100%;
	position: static;
	background: none;
	float: left;
	left: auto;
	bottom: auto;
	text-align: center;
}
.visibleNearby .rsGCaption span {
	display: block;
	clear: both;
	font-size: 14px;
	line-height: 22px;
}

.rsDefault .rsBullets {
    background: none;
	height:40px;
	line-height: 20px;
}

/* Scaling transforms */
.visibleNearby .rsSlide .slideContent {
	opacity: 0.4;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.visibleNearby .rsActiveSlide .slideContent {
	opacity: 1;
}

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) { 
	#gallery-1 {
		padding: 12px 0 12px;
	}
	#gallery-1 .rsOverflow,
	.royalSlider#gallery-1 {
		height: 400px !important;
	}
}
@media screen and (min-width: 0px) and (max-width: 500px) { 
	#gallery-1 .rsOverflow,
	.royalSlider#gallery-1 {
		height: 300px !important;
	}
}

.slideContent {
	padding:0 20px;
}

.slideContent h2 {
	display: block;
    font-size: 32px;
    font-weight: 300;
	color:#fff;
}

.zweitesBereich {
	border-top:1px solid #c2c2c2;
border-top:1px solid #ff3300;
	margin-top:20px;
	padding-top:20px;
}

.slideContent .newsflash-spezial-item h2 {
	font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

.slideContent .newsflash-spezial-item h3 {
	color: #c2c2c2;
color: #fff;
	font-size: 18px;
    font-weight: 300;
    line-height: 32px;
	text-transform:none;
	letter-spacing: normal;
	margin-bottom:10px;
}
/*
.news a:after {
	font-family: 'IcoMoon';
	display:inline;
	line-height: 15px;
	content: "\e006";
	padding-left:5px;
}
*/
.news a:hover {
	color:#fff;
}





/************************************************************
*
*				modal
*				
***********************************************************/

#colorbox  {
	position:fixed!important;
	top:0!important;
	height:100%!important;
}
#cboxContent,
#cboxLoadedContent {
	height:100%!important;
	position:fixed!important;
	top:0!important;
	width:100%!important;
}

#cboxContent { 
	margin-top:0;
	background:none;
}

#cboxLoadingOverlay {
   	background:rgba(33,33,33,0.9);
}
#cboxLoadingGraphic {
    background: url("../images/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
	background-size:32px 32px;
}

#cboxOverlay {
    background: none;
}

#cboxLoadedContent{
	color:#fff;
	padding:2% 4%;
	box-sizing:border-box;
	background:rgba(33,33,33,0.9);
	
}


#colorbox h2 {
	color:#15a2ff;
	padding-bottom:30px;
	text-align:center;
}

#colorbox h3 {
	letter-spacing: 0;
    line-height: 33px;
	text-transform:none;
	margin-bottom:30px;
}

#colorbox h2:after {
	background-color: #15a2ff;
    content: "";
    display: block;
    height: 2px;
    margin: 30px auto 0;
    text-align: center;
    width: 60px;
}

#colorbox ul li {
	line-height: 26px;
}
#colorbox ul {
	padding-bottom:20px;
}


#cboxLoadedContent .cboxIframe {
	background:none;
	padding: 4% 8%;
	box-sizing: border-box;
}


#colorbox .item-page,
#colorbox .item-page_home,
#colorbox .blog {
	opacity:0;
	top:-50px;
	position:relative;
	-moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width:1100px;
	margin:auto;
}
#colorbox.complete .item-page,
#colorbox.complete .item-page_home,
#colorbox.complete .blog {
	opacity:1;
	top:50px;
	padding-bottom:50px;
}

#colorbox .items-row {
	padding-top:80px;
	
}
#colorbox .items-row.row-0 {
	padding-top:0px;
	
}

#cboxClose {
    background: url("../images/modal_close.png") no-repeat;
	background-size:cover;
   opacity:0.7;
   top:20px;
   right:20px;
   width:40px;
   height:40px;
}
#cboxClose:hover {
    background: url("../images/modal_close.png") no-repeat;
	background-size:cover;
   opacity:1;
}

.svg #cboxClose {
     background: url("../images/modal_close.svg") no-repeat;
	background-size:cover;
   opacity:0.7;
}
.svg #cboxClose:hover {
    background: url("../images/modal_close.svg") no-repeat;
	background-size:cover;
   opacity:1;
}


/************************************************************
*
*				Schublade 
*				
************************************************************/

#textContainer h1 {
	margin-bottom:0.2em;
}


.moduletable_archiv h3 {
	text-align:center;
}

.schubladenWrapp   {
    border-top: 1px solid #e6e6e6;
    padding: 100px 0 130px;
    text-align: center;
}

.schubladenWrapp:first-child {
    border: medium none;
}

.newsSchublade  {
	margin: auto;
    position: relative;
    width: 1100px;
	overflow: hidden;
}

.schubladenWrapp.offen .newsSchublade  {
	height:auto!important;
}
.schubladenWrapp.offen .weiterlesen  {
	display:none;
}

.newsSchublade h2 {
   	font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    text-transform: none;
}

.partner .newsSchublade h2 {
	color:#15a2ff;
	padding-top:5px;
}


.newsSchublade h3 {
	color: #3b3b3b;
    font-size: 16px;
    line-height: 28px;
	font-weight:400;
	letter-spacing:normal;
	padding:10px;
}

.newsSchublade h4 {
 	color: #15a2ff;
    display: block;
    font-size: 18px;
	line-height: 40px;
}

.partner .newsSchublade h4 {	
    display: none;
}

.schubladenWrapp .fulltext {
	text-align:left;
}

.weiterlesen {
	display:inline-block;
	color:#15a2ff;
	cursor: pointer;
	position:relative;	
}

.weiterlesen:hover {
	color:#000;
}

.weiterlesen:after {
	font-family: 'IcoMoon';
	display:block;
	line-height: 15px;
	content: "\e007";
}
.weiterlesen.auf:after {
	content: "\e005";
}

.schubladenWrapp  .hide {
	display:none;
}

/************************************************************
*
*				archiv menu 
*				
************************************************************/
.moduletable_archivMenu {
	padding-bottom:50px;
}
.moduletable_archivMenu ul {
	list-style-type:none;
	text-align:center;
	margin-left:0;
}

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

.moduleTitle {
	text-align:center;
}

.moduletable_archiv .moduleTitle h3,
.moduletable_archivMenu ul li a {
	display:inline-block;
	width:100px;
	height:100px;
	line-height:100px;
	text-align:center;
	border-radius:50%;
	background-color:#15a2ff;
	color:#fff;
	margin:10px 5px 0px 5px;
}
.moduletable_archivMenu ul li a:hover,
.moduletable_archivMenu ul li.active a {
	background-color:#444;
	color:#fff;
}

.moduletable_archiv .moduleTitle h3 {
	margin:0;
}


/************************************************************
*
*				fotos
*				
************************************************************/

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


.item-page_fotos h4 {
	color:#15a2ff;
}

.item-page_fotos h2 {
	font-size: 30px;
	letter-spacing: 0;
	line-height: 40px;
	text-align: center;
	text-transform: none;
}

/************************************************************
*
*				Newsletter
*				
************************************************************/

.newsletter {
	padding:80px 0;
}

.acymailing_form {
	padding-top:40px;
}
.acymailing_module_form {
	text-align:center;
}

.acymailing_lists{
	margin:50px auto;
	
}

.acymailing_lists tr {
	display:inline-block;
	margin:0 10px;
}

.acymailing_lists input {
	display:none;
}


.acymailing_lists label{
	height:25px;
	display:block;
	line-height:32px;
	font-size:18px;
	
}

.acymailing_lists label:before {
	content:"\47";
	width:25px;
	height:25px;
	border-radius:50%;
	border:1px solid #c0c0c0;
	display:inline-block;
	font-family: 'IcoMoon';
	line-height:25px;
	font-size:14px;
	text-align:center;
	color:#fff;
}

.acymailing_lists label:hover:before {
	cursor:pointer;
}


.acymailing_lists label.selected:before {
	content:"\47";
	border:1px solid #15a2ff;
	background-color:#15a2ff;
}


.newsletter input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #c0c0c0;
    font-family: "Lato",serif;
    font-size: 16px;
    outline: 0 none;
    padding: 10px;
   /* width: 600px; */
	
}

.newsletter .button {
	background: none repeat scroll 0 0 #15a2ff;
    border: medium none;
    border-radius: 100%;
    color: #ffffff;
    cursor: pointer;
    font-family: "Lato",serif;
    font-size: 20px;
    height: 120px;
    outline: 0 none;
    width: 120px;
	margin:0px 10px 30px 10px;
}

.newsletter .button:hover {
	background: none repeat scroll 0 0 #444;
}


#system-message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background:rgba(0, 0, 0, 0.7);
	z-index: 555;
}

.alert {
	position: absolute;
	top: 20%;
	left: 20%;
	padding: 15px;
	width: 60%;
	background: #fff;
}

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

.terms { display:none; }

.kontaktTitel {
	color:#fff;
    font-size: 65px;
	padding-bottom:80px;
    left: 0;
    width: 100%;
}

.kontakt {
	background: none repeat scroll 0 0 #15a2ff;
    padding: 80px 0;
    position: relative;
    text-align: center;
	color:#fff;
	
	padding-bottom:200px;
	margin-bottom:-150px;
}

.kontakt a {
	color:#000;
}

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

.kontaktdaten  {
	margin:0 auto;
	width:100%;
} 

.kontaktdaten .left {
	float:left;
	text-align:right;
	margin-bottom:30px;
	width:49%;
}

.kontaktdaten .right {
	float:right;
	text-align:left;
	margin-bottom:30px;
	width:49%;
}

.konFormular {
	clear:both;
}

.konFormular:before {
	content:"";
	background:#fff;
	height:2px;
	width:60px;
	display:block;
	
	margin:auto;
	margin-bottom:40px;
}

.qrCode {
	margin-bottom:40px;
}

.qrCode p{
	margin-bottom:16px;
}

.qrCode img{
    background: #FFF;
    border: 4px solid #FFF;
}

.mobile .qrCode{
	display:none;
}





.konFormular input,
.konFormular textarea  {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    font-family: "Lato",serif;
    font-size: 16px;
    outline: 0 none;
    padding: 10px;
    max-width: 767px;
	width:100%;
	box-sizing: border-box;
	margin-bottom:20px;
	color:#fff;
}

.konFormular textarea  {
	height:80px;
	margin-bottom: 10px;
}



.konFormular .button {
	background: none repeat scroll 0 0 #007ad7;
    border: medium none;
    border-radius: 100%;
    color: #ffffff;
    cursor: pointer;
    font-family: "Lato",serif;
    font-size: 20px;
    height: 120px;
    outline: 0 none;
    width: 120px;
	margin:0px 10px 30px 10px;
}


.konFormular .button:hover {
	background: none repeat scroll 0 0 #fff;
	color:#000;
}

.dschutzBlock {
	text-align: left;
	max-width: 767px;
	width:100%;
	margin: 0 auto;
}
#dschutz {
	width: 25px;
	position: relative;
    top: -3px;
}
.dschutzBlock .modal_link {
	background: none;
    padding-left: 0px;
}
#map_canvas{
	width: 100%;
	height: 500px;
}
#map_canvas img {
	max-width:none;
}



/*
 * nach formular senden 
 */
#ausgabeMeldungOvaylay {
	
	position:fixed;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.7);
	z-index:90;

	width:100%;
	height:100%;


}
#ausgabeMeldungOvaylay.on {
	
	display: block!important;
}

#meldungOvaylayWrapp {
	width:53%;
	margin:auto;
	margin-top:250px;
	background-color:#FFF;
	color:#000;
	text-align:center;
	padding:40px;
}

#ausgabeMeldungX {
	background-color:#15a2ff;
	color: #fff;
	padding:10px 20px;
}

.desktop #ausgabeMeldungX:hover {
	background-color:#007ad7;
	cursor:pointer;

}





/************************************************************
*
*				footer
*				
************************************************************/
#textContainer {
	padding-bottom:150px;
}

footer {
    background: none repeat scroll 0 0 #444;
    color: #757575;
    font-size: 14px;
    padding: 0px 0 50px;
	position:relative;
}


#schraegUnten {
	position:relative;
}
#schraegUnten .angle {
    transform: rotate(-5deg);
    background: none repeat scroll 0 0 #444;
    bottom: -100px;
    height: 200px;
    left: -5%;
    position: absolute;
    transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
    width: 110%;
}

.siteMenu {
	display:inline-block;
	width:33.1%;
	vertical-align:bottom;
}

#siteMenu3 {
	text-align:right;
}

#siteMenu3 a:hover{
	color:#fff;
}


#siteMenu3 h3 {
	color:#15A2FF;
	line-height:normal;
}
footer ul li {
	line-height: 34px;
	list-style-type:none;
}

footer ul li a {
	color:#757575;
}
footer ul li a:hover {
	color:#fff;
}

footer ul {
	margin-left: 0px;
}


footer ul ul{
	margin-left: 12px;
	margin-top: -8px;
}
footer ul .item-127  ul{
	margin-top: 4px;
}

.moduletable_sitemapUnten {
	/*padding-top:48px;*/
	padding-top:0px;
}


.social {
	padding-bottom:50px;
	vertical-align:bottom;
}
.social a {
	padding-left:20px;
}
.social a:last-child {
	position:relative;
	top:-3px;
}

.partner {
	padding-bottom: 50px;
}

.kooImg {
	width: 227px;
	margin: 10px 0;
}


/* menu unten 

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

.menu_bottom li {
	float:left;
	padding-right: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;
}
*/
.menuMain .item-187,
.menuMain .item-101,
.menuaktuell .item-191,
.menu_sitemap .item-191,
.menu_sitemap .item-129,
.menu_sitemap .item-133,
.menu_sitemap .item-138,
.menu_sitemap .item-129,
.menu_sitemap .item-144,
.menu_sitemap .item-145,
.menu_sitemap .item-141  {
	display:none;
}


.tablet .menuaktuell .item-191 {
	display:block;
}


.max-800 {
	max-width: 800px;
}
.max-800 .acymailing_module_form .acymailing_lists {
	padding: 15px 0 25px 0!important;
}
.acymailing_lists p,
.acymailing_lists label  {
	display: inline!important;
}
.acymailing_lists p {
	padding: 10px;
}
@media only screen and (max-width: 716px) {
	.acymailing_lists p,
	.acymailing_lists label  {
		display: block!important;
		text-align: left;
	}
	.acymailing_lists p {
		padding: 10px 0;
	}
}

/* 
	+16px wegen scrolleiste
	z.b. wenn 1140 dann 1156px angeben
 */
@media only screen and (max-width: 1156px) {
	.container,
	.item-page_fotos,
	.moduletable_archivMenu,
	.newsSchublade,
	.blog_team .item,
	#colorbox .item-page,
	#colorbox .item-page_home,
	#colorbox .blog	{
		margin: auto;
		position: relative;
		width: 100%;
		padding:0 20px;
		box-sizing: border-box;
	}
	.row .column-2 {
	  width: 50%;
	}
	
	.blog_team .item	{
		padding:80px;
	}
	
	.custom_startseiteBanner.team {
	  background-position:center left;
	  height:700px;
	}
}

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

	body,
	.slideContent .newsflash-spezial-item h3	{
	  font-size: 16px;
	  line-height: 28px;
	}
	h1,
    .h1-optik {
	  font-size: 70px;
	  line-height: 75px;
	}
	h1.smaller {
	font-size: 50px;
	line-height: 55px;
}
	h2 ,
	.aktuelles,
	.kontaktTitel	{
	  font-size: 50px;
	  line-height: 50px;
	}
	h3 {
	  font-size: 18px;
	  line-height: 50px;
	}
	.specialties h3 {
	  font-size: 50px;
	  line-height: 60px;
	  padding-top: 80px;
	}

	.importance .text {
	    font-size: 22px;
		line-height: 32px;
	}
	.container,
	.item-page_fotos,
	.moduletable_archivMenu  {
		margin: auto;
		position: relative;
		width: 100%;
		padding:0 20px;
		box-sizing: border-box;
	}
		
	.importance .graph {
	  height: 515px;
	}
	.importance .graph .desc {
	  width: 100%;
	  text-align: center;
	}
	
	.importance .graph .desc-top {
		top: -30px;
	}
	.importance-active .graph .desc-top {
		top: 65px;
	}
	.importance .graph .kreisWrapp {
	  top: 185px;
	}
	
	.specialties {
	  padding-bottom: 80px;
	}
	.top8 {
	  font-size: 175px;
	  letter-spacing: -18px;
	  padding-top: 100px;
	}
	.who .who-nav a {
	  font-size: 20px;
	}
}

/* sitemap*/
@media only screen and (max-width: 830px) {
	#siteMenu1,
	#siteMenu2 {
		width:49%;
		text-align:center;
	}
	
	#siteMenu1 {
	border-right:1px solid #555;
	}
	
	#siteMenu3 {
		width:100%;
		padding-top:50px;
		text-align:center;
	}
	
	
	/* 3kreise animation*/
	.philosophy .principles .block {
	  height: 230px;
	  width: 230px;
	}
	
	.philosophy .principles .logo img {
	  height: 30px;
	  width: 30px;
	}

	.philosophy .principles .xline {
	  height: 540px;
	}
	.philosophy .principles .blue span {

	  left: 65px;
	  padding-left: 10px;
	  top: 65px;
	}
	.philosophy .principles .grey span,
	.philosophy .principles .black span {
 		padding-left: 10px;
	}
	
	.philosophy .principles .black span {
 		left: 95px;
	}
	.slideContent .newsflash-spezial-item h2 ,
	.slideContent .newsflash-spezial-item h3 {
	  line-height: 24px;
	}
}

/*ipad hoch*/
@media only screen and (max-width: 768px) {
	.schublade ul li {
	  display: block;
	}
}

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



	.container,
	.item-page_fotos,
	.moduletable_archivMenu,
	.newsSchublade,
	.blog_team .item,
	#colorbox .item-page,
	#colorbox .item-page_home,
	#colorbox .blog	{
		padding:0 15px;
	}
	
	
	body,
	.slideContent .newsflash-spezial-item h3	{
	  font-size: 14px;
	  line-height: 24px;
	}
	h1,
    .h1-optik {
	  font-size: 35px;
	  line-height: 40px;
	}
	h1.smaller {
		font-size: 30px;
		line-height: 35px;
	}
	
	h2,
	.aktuelles,
	.kontaktTitel,
	.item-page_archiv h2,
	.item-page h2,
	#partner h3,
	.who h3
	{
	  font-size: 30px;
	  line-height: 30px;
	}
	h3 {
	  font-size: 16px;
	  line-height: 46px;
	}
	
	
	#kernkompetenzen h3 {
	  font-size: 16px;
	  line-height: 18px;
	}
	
	#tuev:hover {
		right:-303px;
	}
	
	.specialties h3 {
	  font-size: 30px;
	  line-height: 35px;
	  padding-top: 80px;
	}
	.newsSchublade h2 {
		font-size: 24px;
	  line-height: 38px;
	}
	
	.newsSchublade h4 {
	  font-size: 16px;
	  line-height: 24px;
	}
	ul, ol {
	  margin-left: 15px;
	}

	ul li {
	  line-height: 25px;
	  padding-bottom: 10px;
	}
	
	nav ul li, 
	.nav.menuaktuell li  {
	  padding-bottom: 0px;
	}
	
	
	#cboxLoadedContent {
  		padding: 0px;
	}
	
	.moduletable_archiv .moduleTitle h3,
	.moduletable_archivMenu ul li a {
	  width: 85px;
	  height: 85px;
	  line-height: 85px;
	  margin: 10px 5px 0px 5px;
	}
	
	
	.blog_team .item	{
		padding-bottom:40px;
		padding-top:40px;
	}
	.news {
	  padding: 40px 0;
	}
	.slideContent h2 {
		  line-height: 24px;
		  font-size: 22px;
		  padding-bottom: 20px;
	}
	.aktuelles {
	  padding-bottom: 20px;
	}
	
	.custom_startseiteBanner {
	  height: 855px;
	}
	
	
	.custom_startseiteBanner.team {
	  height: 585px;
	}
	
	.animate-in  .custom_startseiteBanner.team  .hero-text  {
		top:340px;
	}
	
	.custom_startseiteBanner.small {
	  height: 377px;
	}
	
	.angle,
    #schraegUnten .angle	{
	  height: 150px;
	}
	
	.row .column-2 {
	  width: 100%;
	}
	
	.top8 {
	  font-size: 125px;
	  letter-spacing: -10px;
	  padding-top: 80px;
	}
	
	.who .who-nav a {
	  width: 100%;
	  font-size: 20px;
	  line-height: 70px;
	  padding: 0px;
	}
	
	.who .who-nav a,
	.who .who-nav a.borderTop {
	  border-bottom: 2px solid #555;
	  border-top:none;
	}
	.who .who-nav a.modal_link
	{
		border-top:none;
	}
	.who .who-nav a.borderTop:hover {
	  border-bottom: 2px solid #15a2ff;
	  border-top:none;
	  color: #ffffff;
	}
	.who .who-nav .border {
	  border-left: none;
	  border-right:none;
	  display: block;
	}
	.royalSlider {
	  height: 400px/*!important*/;
	}
	.newsletter {
	  padding: 40px 0 20px;
	}
	.acymailing_lists {
	  margin: 20px auto 30px;
	  width:100%;
	}
	.acymailing_lists tr {
	  display: block;
	  margin:0;
	}
	.acymailing_form {
	  padding-top: 25px;
	  width:100%; 
	}
	.acymailing_module_form .acyfield_name {
		margin-bottom:15px;
	}
	.acymailing_module_form td {
	 display:block;
	 text-align: left;
	 margin-bottom: 3px;
	}
	.newsletter .acyfield_name  input,
	.newsletter .acyfield_email  input	{
	   width: 100%!important;
	  box-sizing: border-box;
	}
	.kontakt {
	  padding: 40px 0 100px 0;
	}
	.kontaktTitel {
		padding-bottom: 40px;
   }
	.kontaktdaten {
	  width: 100%;
	}
	
	.schubladenWrapp {
	  padding: 40px 0 50px;
	}
	
	.zweitesBereich {
	  border-top: none;
	  margin-top: 0px;
	  padding-top: 15px;
	}
	
	.slideContent .center h2 {
		hyphenate-limit-chars: auto 5;
hyphenate-limit-lines: 2;
	}
	/* MENU */
	
	header {
		/*padding-bottom:15px;*/
		overflow:hidden;
		height:58px;
		min-height:0;
	}
	
	
	header.mobMenuAuf {
		
		overflow:scroll;
		height:100vh;
		background: none repeat scroll 0 0 rgba(68, 68, 68, 1);
	}
	
	
	header #headerwrapp,
	header.header-active #headerwrapp {
	  height:auto;
	}
	header ul {
		margin-left:0;
	}
	header .logo,
	header.header-active .logo 	{
		position:relative;
		left:15px;
		margin:15px 0 0 0;
		width:120px;
		height:30px;
	}
	header .menuMain li,
	header .menuaktuell li 	{
		 text-align:center;
	}
	header .menuMain li a,
	header .menuaktuell li a	{
		padding:15px 15px;
	}
	header nav {
		position:relative;
		top:0px;
		height:auto;
		right:0;
		margin-right:0;
	}
	header.header-active nav {
	  right: 0px; 
	}
	.menuMain li {
		list-style-type: none;
		display: block;
		height: auto;
		line-height: 23px;
	}
	
	.menuMain li a {
	  letter-spacing: 0px;
	  padding:0;
	} 
	.menuaktuell {
		height:auto;
	}
	header.header-active .menuaktuell,
	header .menuaktuell	{
	  padding-right:0px;
	  margin-top: 0px;
	}
	
	.moduletable_menuAktueles {
	  text-align: left;
	  top:0;
	}
	
	.menuMain li a,
	.menuMain li.item-124 a,
	.menuaktuell li a	{
		color:#ccc;
		display:block;
		border-bottom:2px solid #555;
		
	-moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	}
	.menuMain li a:hover,
	.menuMain li.item-124 a:hover,
	.menuaktuell li a:hover	{
	   border-bottom:2px solid #15a2ff;
	   color:#fff;
	}
	
	.menuaktuell li.item-147 a,
	.menuaktuell li.item-147:hover a{
	   border-bottom:none;
	}
	
	
	.menuaktuell.auf {
		max-height:1000px;
		padding-bottom:10px;
		-moz-transition: none;
		-webkit-transition: none;
		transition: none;
	}
	
	
	
	.menuOeffnerWrapp {
		position:absolute;
		right:15px;
		top:4px;
		width:35px;
		height:21px;
		z-index:99;
	}
	#menuOeffner
	 {
		position:absolute;
		right:0px;
		top:0px;
		display:block;
		width:35px;
		height:21px;
	}
	
	#menuOeffnerIcon,
	#menuOeffnerIcon:before,
	#menuOeffnerIcon:after
	 {
		position:absolute;
		right:0px;
		top:0px;
		background-color:#fff;
		display:block;
		width:35px;
		height:3px;
	}
	#menuOeffnerIcon:before,
	#menuOeffnerIcon:after {
		 content:"";
		 top:7px;
		 right:0px;
	}
	#menuOeffnerIcon:after {
		 content:"";
		 top:14px;
	}
	
	#menuOeffner:hover {
		cursor:pointer;
	}
	
	#menuOeffner:hover #menuOeffnerIcon,
	#menuOeffner:hover #menuOeffnerIcon:before,
	#menuOeffner:hover #menuOeffnerIcon:after {
		background-color:#fff;
		cursor:pointer;
	}
	
	#aktuellesButton {
		display:none!important;
	}
	
	#partner .container {
		padding:0;
	}
}

/*
   smartphone hoch 360px
   smartphone quer 567px

*/


/* smartphone hoch */
@media only screen and (max-width: 567px) {
	.newsSchublade h2 {
	  font-size: 20px;
	  line-height: 26px;
	  padding-bottom: 6px;
	}
	
	.philosophy {
	  padding-top: 0px;
	}
	
	.team_img {
	  width: 130%;
	  max-width: 130%;
	  margin-left: -15%;
	  height: auto;
	}
	
	.custom_startseiteBanner {
	  height: 485px;
	}
	
	.schublade ul li {
	  display: block;
	}
	
	.animate-in  .nurStartseite .hero-text {
	  top: 48px;
	}
	
	.royalSlider {
	  height: 500px/*!important*/;
	}
	.wrappSpezial  {
		height:270px;
		/*overflow-y:scroll;*/
	}

	.kontaktdaten .left,
	.kontaktdaten .right {
 	  float: none;
	  text-align: left;
	  margin-bottom: 30px;
	  width: 100%;
	}
	
	.kontaktdaten .left {
	  margin-bottom: 0px;
	}


	/* 3kreise animation*/
	
	
	.philosophy .principles {
		width:292px;
		margin:20px auto 0 auto;
		height:320px;
	}
	.philosophy .principles .block {
	  height: 180px;
	  width: 180px;
	}
	
	.philosophy .principles .logo {
	  left: 50px;
	}

	.philosophy .principles .xline {
	  height: 410px;
	  top:-50px;
	}
	.philosophy .principles .blue span {
	  left: 35px;
	  top: 60px;
	}
	
	.philosophy .principles .black span {
 		left: 70px;
		top:100px;
	}
	
	.philosophy .principles .grey span {
 		left: 20px;
		top:100px;
	}

	.philosophy-active .principles .blue {
	  left: 65px;
	  top:0;
	}
	.philosophy-active .principles .grey {
	  left: 0;
	  top: 100px;
	}
	.philosophy-active .principles .black {
	  left: 111px;
	  top: 100px;
	}
	
	
	
	.specialties h3 {
	  font-size: 24px;
	  line-height: 28px;
	  padding-top: 40px;
	}
	
	
	.specialties {
	  padding-bottom: 80px;
	}

	.top8 {
	  font-size: 90px;
	  letter-spacing: -10px;
	  padding-top: 80px;
	}
	
	#siteMenu1, #siteMenu2 {
	  width: 100%;
	  text-align: left;
	  border:none;
	}
	footer ul li {
	  line-height: 25px;
	}
	
	.blog_team .nav.menu_team {
		width: 185px;
		margin:0 auto;
	}
	
	.partnerWrapp,
	.partnerCell,
	.partnerWrapp img	{
		width:180px;
		height:180px;
	}
}

/* iphone hoch */
@media only screen and (max-width: 360px) {

	.partnerWrapp,
	.partnerCell,
	.partnerWrapp img	{
		width:135px;
		height:135px;
	}
	
	.partnerWrapp {
	  margin: 4px;
	}
	
	.custom_startseiteBanner.nurStartseite {
	  height: 485px;
	  background-position: top 0px left -206px;
	}
}


/************************************************************
*
*				Overlay 
*				
***********************************************************/

#overlay-bg {
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	left:0;
	/*background:rgba(0,0,0,0.7);*/
	background:rgba(33,33,33,0.9); /* WB Style */
	z-index:1001;
	overflow:scroll;
	display:none;
	
	/* backdrop-filter: blur(4px); */
}
#overlay-bg.auf {
	display: block;
}
.overlay-content {
	display: none;
}

#overlay {
	position:relative;
	top: 0;
	left: 0;
	z-index: 1002;
	width: 100%;
	box-sizing:border-box;
	visibility: hidden;
	opacity: 0;
}
#overlay.auf {
	visibility: visible;
	opacity:1;
} 


.overlay-wrap {
	visibility: hidden;
	opacity: 0;
	position: relative;
	top: -150px;
	
	box-sizing:border-box;
	margin:auto;
	padding: 75px 50px 50px 50px;
	position: relative;
	
	-moz-transition:all 0.75s cubic-bezier(0.23,1,0.32,1) 0s;
	-webkit-transition:all 0.75s cubic-bezier(0.23,1,0.32,1) 0s;
	transition:all 0.75s cubic-bezier(0.23,1,0.32,1) 0s;

}
#overlay.auf .overlay-wrap {
	visibility: visible;
	opacity: 1;
	top: 0;
}


/* 
	popup - box in der mitte eher klein 
*/
#overlay .overlay-wrap.popup {
	position:fixed;
	top:20%;
	left: 50%;
	width:90%;
	max-width:800px;
	transform: translate(-50%, -50%);
	}
#overlay.auf .overlay-wrap.popup {
	top:50%;
}
.overlay-wrap.bg-white {
	background-color: #fff;
}
.overlay-wrap.text-black {
	color: #000;
}
.rounded {
	border-radius: 4px; 
}
.box-shadow {
	-webkit-box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2), 1px 3px 15px 2px rgba(0,0,0,.2);
    box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2), 1px 3px 15px 2px rgba(0,0,0,.2);
}

/* */
.overlay-opener:hover {
	cursor: pointer;
}


/* overlay Close */
.overlayX-font,
.overlayX-svg {
	position: absolute;
    top: 24px;
    right: 40px;
}
.overlayX:hover {
	cursor:pointer;
}

/* X font */
.overlayX-font {
    line-height: 38px;
    font-size: 38px;
    color: #e30613;
}
.overlayX-font:hover {
	color:#000;
}

/* X svg */
.overlayX-svg {
    width: 38px;
    height: 38px;
    opacity: 0.7; 
}
.overlayX-svg img{
	width: 100%;
}
.overlayX-svg:hover {
	opacity:1;
}




/** WB Anpassunegn **/



.overlay-wrap {
	color: #fff;
}
.overlay-wrap h2 {
    color: #15a2ff;
    padding-bottom: 30px;
    text-align: center;
}
.overlay-wrap h2:after {
    background-color: #15a2ff;
    content: "";
    display: block;
    height: 2px;
    margin: 30px auto 0;
    text-align: center;
    width: 60px;
}
.overlay-wrap h3 {
    letter-spacing: 0;
    line-height: 33px;
    text-transform: none;
    margin-bottom: 30px;
}
.overlay-wrap a:hover {
    color: #fff;
}


.pb-30 {
    padding-bottom: 30px;
}
.pt-60 {
    padding-top: 60px;
}


/* blog */

.autorBox {
	position: absolute;
	bottom: 3px;
	text-align: center;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	z-index: 2;
}
.autorBox img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	border: 3px solid #ffffff;
	width: 120px;
}

@media only screen and (max-width: 767px) {
	.autorBox {
		bottom: -10px;
	}
	.autorBox img {
		width: 60px;
	}
}










/************************************************************
*
*	Pop - Overlay 
*				
***********************************************************/
.custom_pop-overlay,
.custom_pop-overlay2,
.custom_pop-overlay3,
.custom_pop-overlay4,
.custom_pop-overlay5 {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 19;
  overflow-y: scroll;
  display: none;
}
#pop-overlay,
#pop-overlay2,
#pop-overlay3,
#pop-overlay4,
#pop-overlay5 {
  width: 90%;
  max-width: 1488px;
  box-sizing: border-box;
  margin: auto;
}
#pop-overlayWrapp,
#pop-overlay2Wrapp,
#pop-overlay3Wrapp,
#pop-overlay4Wrapp,
#pop-overlay5Wrapp {
  opacity: 0;
  top: -50px;
  position: relative;
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
  margin: 0 auto 100px auto;
  box-sizing: border-box;
  
  padding-bottom: 60px;
}
/* smartphone hoch */
@media (min-width: 992px) {
  #pop-overlay2Wrapp,
  #pop-overlay3Wrapp,
  #pop-overlay4Wrapp,
  #pop-overlay5Wrapp {
    max-width: 730px;
    
  }
}
.custom_pop-overlay.auf #pop-overlayWrapp,
.custom_pop-overlay2.auf #pop-overlay2Wrapp,
.custom_pop-overlay3.auf #pop-overlay3Wrapp,
.custom_pop-overlay4.auf #pop-overlay4Wrapp,
.custom_pop-overlay5.auf #pop-overlay5Wrapp {
  opacity: 1;
  top: 250px;
}
.desktop .custom_pop-overlay3.auf #pop-overlay3Wrapp {
  top: 50vh;
}
/* smartphone hoch */
@media only screen and (max-width: 767px) {
  .custom_pop-overlay4.auf #pop-overlay4Wrapp {
    top: 120px;
  }
  .headerSichtbar .custom_pop-overlay4.auf #pop-overlay4Wrapp {
    top: 250px;
  }
}
.custom_pop-overlay:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 30px;
  width: 100px;
  height: 50px;
  z-index: 99;
  background-image: url(/images/svg/icon-dreieck-unten-weiss50.svg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-attachment: scroll;
  background-position: 50% 0;
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.custom_pop-overlay.auf:before {
  top: 140px;
}
#pop-overlayClose,
#pop-overlay2Close,
#pop-overlay3Close,
#pop-overlay4Close,
#pop-overlay5Close {
  background: url("../images/x-close-white.svg") no-repeat;
  background-size: cover;
  opacity: 0.7;
  top: -50px;
  right: -4px;
  width: 40px;
  height: 40px;
  position: absolute;
  border: none;
}
#pop-overlayClose:hover,
#pop-overlay2Close:hover,
#pop-overlay3Close:hover,
#pop-overlay4Close:hover,
#pop-overlay5Close:hover {
  opacity: 1;
  cursor: pointer;
}
/* inhalt anpassungen */
#pop-overlayWrapp h2,
#pop-overlay2Wrapp h2,
#pop-overlay3Wrapp h2,
#pop-overlay4Wrapp h2,
#pop-overlay5Wrapp h2 {
  color: #000000;
  padding-bottom: 0px;
  text-align: center;
  margin-bottom: 20px;
}
#pop-overlay5Wrapp h2 {
  margin-bottom: 10px;
}
#pop-overlayWrapp h3,
#pop-overlay2Wrapp h3,
#pop-overlay3Wrapp h3,
#pop-overlay4Wrapp h3,
#pop-overlay5Wrapp h3 {
  letter-spacing: 0;
  line-height: 33px;
  text-transform: none;
  margin-bottom: 30px;
}
#pop-overlayWrapp h2:after {
  background-color: #000000;
  content: "";
  height: 2px;
  width: 90px;
  display: block;
  margin: auto;
  margin-top: 40px;
}
#pop-overlayWrapp p {
  text-align: center;
  padding: 30px 0;
  color: #000;
}
#pop-overlay2Wrapp div > h2,
#pop-overlay2Wrapp div > p,
#pop-overlay3Wrapp div > h2,
#pop-overlay3Wrapp div > p,
#pop-overlay4Wrapp div > h2,
#pop-overlay4Wrapp div > p,
#pop-overlay5Wrapp div > h2,
#pop-overlay5Wrapp div > p {
  text-align: center;
  padding-bottom: 10px;
  color: #fff;
}

/************************************************************

	kontaktformular
	21.11.2016	

************************************************************/
.terms {
  display: none;
}
form ol {
  margin-left: 0px;
}
form ol li {
  list-style-type: none;
  width: 100%;
  position: relative;
}
input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
}
/* transparent nur border */
input,
textarea,
select {
  display: inline-block;
  margin: 0 0 12px 0;
  text-align: left;
  color: #555555;
  border: solid 2px #555555;
  border-radius: 0;
  width: 100%;
  padding: 7px 12px;
  box-sizing: border-box;
  background: none;
  outline: none;
}
textarea {
  min-height: 100px;
  margin-bottom: 0;
}
label {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  line-height: 32px;
  color: #fff;
}
label a:hover{
	color: #fff;
}
/* fullFields - background */
.fullFields input,
.fullFields textarea,
.fullFields select {
  border: solid 3px #f5f5f5;
  background-color: #f5f5f5;
}
/*
// das bei rr weil felder neben einander dann muss: margin: 0 6px 12px 6px;
input.w50{
	width: calc(~"50%" - 12px);
}
input.w25{
	width: calc(~"25%" - 12px);
}
input.w75{
	width: calc(~"75%" - 12px);
}
input.w100{
	width: calc(~"100%" - 12px);
}
*/
.sternchen {
  color: inherit;
  display: inline;
  line-height: 15px;
  position: absolute;
  right: -10px;
  top: 0;
}
.erklaerung {
  text-align: right;
  font-size: 12px;
  margin-bottom: 10px;
}
.error,
.invalid input,
input.invalid {
  border-color: #f00 !important;
}
.send_Button {
  display: block;
  background-color: #ff7700;
  color: white;
  border: medium none;
  outline: 0 none;
  text-align: center;
  font-size: 20px;
  width: 100%;
  max-width: 400px;
  padding: 10px 20px; 
  margin: 0 auto;
  font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.send_Button.rund {
  border-radius: 100%;
  height: 120px;
  width: 120px;
  padding: 0;
}
.desktop .send_Button:hover,
.desktop .pbSubmit:hover {
  cursor: pointer;
  background-color: #db6600;

}
/*
 * Newsletter
 */
.acysubbuttons .button {
  /*
	padding: 12px 18px;
    font-size: 18px;
    line-height: 1.33;
*/
  display: inline-block;
  border: none;
  width: auto;
  color: #fff;
  background-color: #ff7700;
  font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.desktop .acysubbuttons .button:hover {
  color: #fff;
  background-color: #db6600;
  cursor: pointer;
}
.acysubbuttons .unsubbutton {
  text-align: center;
  width: 100%;
}
/* 
 * trenner
 */
input.formTrenner {
  background-color: transparent !important;
  color: #000;
  margin-bottom: 5px;
  border: none;
  padding: 20px 0 0 0;
  font-size: larger;
}
/* 
 * checkbox
 */
input[type='checkbox'] {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 10px;
}
input[type='checkbox']:checked {
  background-image: url(../images/input-checkbox-checked.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
/* 
 * radio
 */
input[type='radio'] {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  border-color: #ff7700;
}
input[type='radio']:checked {
  background-image: url("../images/input-radio-checked.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
/*
 * select 
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down-black.svg);
  background-size: 20px;
  background-position: center right 13px;
  background-repeat: no-repeat;
}
/* 
Escapen
Manchmal braucht man CSS welches entweder kein valides CSS ist,
oder welches LESS nicht erkennen kann. 
Solche Werte kann man ausgeben indem man sie mit einem ~"css" beginnen lÃ¤sst:

target Internet Explorer 9 and Internet Explorer 10:
*/
@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px;
  }
}
/* 
 * Input File Styling 
 * Datei hochladen
 */
input[type='file'] {
  border: none;
}
#fbuilder input[type='file'] {
  border: 0;
  padding: 20px 0 0 0!important;
  line-height: 15px;
  font-size: 15px;
  margin-bottom: 0;
}
input[type='file']::-webkit-file-upload-button {
  visibility: hidden;
  width: 150px;
}
input[type='file']::before {
  content: 'Datei auswÃ¤hlen';
  display: inline-block;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  text-align: center;
  box-sizing: border-box;
  /*
	 *
	 * Silber Button
	 *
	background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
	border: 1px solid #999;
	border-radius: 3px;
	text-shadow: 1px 1px #fff;
	
	*/
  background-color: #ccc;
  line-height: 40px;
  width: 145px;
  height: 40px;
  position: relative;
  top: -13px;
}
.desktop input[type='file']:hover::before {
  background-color: #aaa;
  cursor: pointer;
}
input[type='file']:active::before {
  background-color: #999;
}
/*
 * nach formular senden 
 */
#ausgabeMeldungOvaylay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 90;
  width: 100%;
  height: 100%;
}
#ausgabeMeldungOvaylay.on {
  display: block !important;
}
#meldungOvaylayWrapp {
  width: 53%;
  margin: auto;
  margin-top: 250px;
  background-color: #FFF;
  color: #000;
  text-align: center;
  padding: 40px;
}
#ausgabeMeldungX {
  background-color: #ff7700;
  color: #fff;
  padding: 10px 20px;
}
.desktop #ausgabeMeldungX:hover {
  background-color: #db6600;
  cursor: pointer;
}
/* nach formular senden ende */
@media only screen and (max-width: 567px) {
  .left_aligned .fields label {
    height: auto;
    line-height: inherit;
  }
  .left_aligned .fields .dfield,
  .left_aligned .fields label {
    float: none;
    width: 100%;
  }
  .pbreak .pbPrevious,
  .pbreak .pbNext,
  .pbSubmit {
    margin: 10px 10px 0px 0px;
  }
}

.text-orange {
	color: #ff7700;
}
.konOverlayOpen {
	max-width: 500px;
	display: block;
	margin: 15px auto;
	color: #fff;
	line-height: 80px;
	height: 80px;
	font-size: 28px;
	background-color: #ff7700;
	    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.konOverlayOpen:hover {
    color: #fff;
    background-color: #db6600;
    cursor: pointer;
}


@media only screen and (min-width: 567px) and (max-width: 981px) {
	.container.bildmittext {
		padding-top: 140px;
	}
	#tuev {
		top: 300px !important;
	}
}

.mittig {
	display: flex;
    flex-direction: column;
    align-items: center;
}





