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


* {
	margin:0;
	padding:0;
}



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

html.stopScroll {
	overflow:hidden;
}




/* 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%;
}


.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: #b10062;
	text-decoration: none;
}
a:hover{
	color:#7e0046;
	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 {
	font-size: 90px;
    line-height: 95px;
	color: #15a2ff;
    text-align: center;
	padding:0 20px 0 20px;
}
*/
#banner h1,
#banner h2 {
	font-size: 90px;
    line-height: 95px;
	color: #15a2ff;
    text-align: center;
	padding:0 20px 0 20px;
	color: #fff;
}	


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

h3 {
	margin-top: 50px;
	color:#b10062;
    font-size: 22px;
    /*letter-spacing: 3px;
    line-height: 80px;*/
    text-transform: uppercase;
}

.text-center {
	text-align:center;
} 
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; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;

    -webkit-border-radius: 0; 
}

.nobr {
	white-space:nowrap;
}




/************************************************************
*
*				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;
	bottom: 0;				
	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: 444px;
}

.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;
}
@media only screen and (min-width: 1920px) {
	.angle { 
		bottom: -115px;
	    height: 230px;
	}
}
.hero-text {
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 150px;
    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;
    display: none;
}
.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: 157px;
}

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



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

.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 .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;
}
/*
.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%;	
}

.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 h3 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-transform: none;
	letter-spacing: 0px;
	margin-bottom:30px;
}
.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;
}

/************************************************************
*
*				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;
}
/************************************************************
*
*				Schubladen
*				
************************************************************/

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

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

/*
.schubladenWrapp:last-child {
	padding-bottom:0px;
}
*/
.schubladen-Contain {
	overflow: hidden;
}

.schubladenWrapp h2 {
   	font-size: 30px; 
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    text-transform: none;
	
	color: #15a2ff;
}

.schubladenWrapp h3,
.schubladenWrapp h4  {
	font-size: inherit;
	line-height: inherit;
	padding-bottom:0px;
	color:rgb(56,84,117);
	margin-bottom: 0;
}

.schubladenWrapp h3 {
	margin-bottom: 40px;
}

.introtext {
	padding-bottom:10px;
}
.fulltext {
	display: none;

	text-align:left;
	padding-bottom:20px;
}


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

.weiterlesen:hover {
	color:#3b3b3b;
}

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

/************************************************************
*
*				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%;
}



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



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

#map_canvas{
	width: 100%;
	height: 500px;
}
#map_canvas img {
	max-width:none;
}

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



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

/* 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;
}

/* 
	+16px wegen scrolleiste
	z.b. wenn 1140 dann 1156px angeben
 */
@media only screen and (max-width: 1156px) {
	
	.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;
	}
	#banner h2,
	h1 {
	  font-size: 70px;
	  line-height: 75px;
	}
	
	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;
	}
	
	.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) {



	
	.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;
	}
	#banner h2,
	h1 {
	  font-size: 35px;
	  line-height: 40px;
	}
	
	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: 300px;
	}
	
	.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;
	}
	.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 .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: center;
	  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;
	}
}