@font-face{
	font-family: "ScalaSansReg";
	src: url("../fonts/ScalaSans.eot?#iefix");
	src: url("../fonts/ScalaSans.eot?#iefix") format("eot"),
		url('../fonts/ScalaSansOffc.ttf') format('truetype'),
		url("../fonts/ScalaSans.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "ScalaSansBold";
	src: url("../fonts/ScalaSans-Bold.eot?#iefix");
	src: url("../fonts/ScalaSans-Bold.eot?#iefix") format("eot"),
		url('../fonts/ScalaSansOffc-Bold.ttf') format('truetype'),
		url("../fonts/ScalaSans-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}
@font-face{
	font-family: "ScalaSansIt";
	src: url("../fonts/ScalaSans-Italic.eot?#iefix");
	src: url("../fonts/ScalaSans-Italic.eot?#iefix") format("eot"),
		url('../fonts/ScalaSansOffc-Ita.ttf') format('truetype'),
		url("../fonts/ScalaSans-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

body {
	background: #5a5a5a;
	font: normal 19px/1.3 ScalaSansReg,arial,sans-serif;
	color: #fff;
	margin: 0;
	text-align: center;
	position: relative;
}

strong, b, span[style~="bold;"] {
	font-family: ScalaSansBold,arial,sans-serif;
	font-weight: bold;
}

i, em, span[style~="italic;"] {
	font-family: ScalaSansIt,arial,sans-serif;
	font-style: normal;
}

.left { float: left; }
.right { float: right; }
.clear { *display: inline-block; }
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a {
	text-decoration: underline;
	color: #fff;
}
a:hover, a:focus { 
	text-decoration: none; 
	color: #ffffff;
}

input, select, textarea {
	border: none;
	background: #fff;
	padding: 4px 5px;
	font: normal 15px/1.25 ScalaSansReg,arial,sans-serif;
	box-shadow: inset 0 0 5px rgba(0,0,0,.5);
}
input:focus { box-shadow: inset 0 0 5px #06a0e1; }

p {
	margin: 0 0 20px;
}

h1, h2 {
	font: bold 20px/1.25 ScalaSansBold,arial,sans-serif;
	margin: 0 0 10px;
}
h3, h2.innerHead {
	font: normal 15px/1.25 ScalaSansIt,arial,sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
}

h2.innerHead {
	display: block;
	text-align: center;
	border-top: 1px solid #adadad;
	margin: 0 0 35px;
}
h2.innerHead span {
	display: inline-block;
	padding: 0 30px;
	margin: -9px 0 0;
	background: #5a5a5a;
}

.haupttitel {
	font-family: "ScalaSansIt";
	font-size: 19px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border-top: 2px solid #ffffff;
}
.haupttitel span {
	position: relative;
	top: -11px;
	background-color: #5a5a5a;
	padding: 0px 6px 0px 8px;
}

ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 20px;
}
ol {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 25px;
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0px;
}
ul li {
	padding-left: 5px;
}

a.btn {
	font-family: "ScalaSansBold";
	text-decoration: none;
}
.card .card-action a {
	font-family: "ScalaSansReg";
	font-weight: normal;
	font-size: 19px;
	font-style: normal;
	line-height: 1.5em;
	color: #c5c5c5 !important;
	text-decoration: none;
	transition: all .3s;
}
.card .card-action a:hover {
	padding-left: 5px;
	text-decoration: none;
}

#main {
	text-align: left;
	position: relative;

}
#main .container {
	width: 1614px;
	position: relative;
	padding: 0px 0px 20px 0px;
}

#logo {
	display: block;
	width: 152px;
	height: 50px;
	position: absolute;
	top: 95px;
	left: 0;
	background: url("#WE:82#") no-repeat 0 0;
	font-size: 12px;
	overflow: hidden;
	text-indent: -999px;
	margin: 0;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#subHead {
	display: block;
	position: absolute;
	top: 131px;
	right: 0;
	margin: 0;
}

#header {
	position: relative;
	width: 100%;
	min-height: 90px;
	padding: 16px 0px 6px 0px;
	font-size: 15px;
	line-height: 1.25;
	background: #5a5a5a url('../layout/headerBg.png') repeat-x 0 0;
	background-color: rgba(90,90,90,.9);
}
#logo-t {
	padding-top: 0px;
}
#logo-t img {
	width: 200px;
}
#header.jsHeader { background-color: transparent; }
/*
#header ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url('../layout/naviBg.png') repeat-y 0 0;
}

#header ul li {
	display: block;
	float: left;
	width: 167px;
	width: auto;
	padding: 2px 15px 0 30px;
}
#header ul li.nav1 {
	padding-left: 0;
	border-left: none;
}
#header ul li.nav2 { width: 236px; width: auto; }
#header ul li.nav3 { width: 194px; width: auto; }
#header ul li.nav4 { width: 230px; width: auto; }

#header ul li,
#header ul li a {
	font-family: ScalaSansIt,arial,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#header ul li a,
#header ul li span {
	color: #c5c5c5;
	display: inline-block;
}

#header ul li span.current,
#header ul li a.current,
#header ul li a:hover {
	color: #fff;
}

#header ul ul {
	padding: 40px 0 0;
	background: none;
	display: none;
}

#header ul ul li {
	padding: 0;
	margin: 6px 0 0;
	width: auto;
	float: none;
}

#header a.contact {
	display: block;
	font-family: ScalaSansIt,arial,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	top: 18px;
	right: 62px;
	color: #c5c5c5;
}
#header a.contact:hover { color: #fff; }
*/




#hauptnavi.scroll-to-fixed-fixed {
	box-shadow: 0px 3px 0px #888888;
	padding-top: 10px;
}
#hauptnavi {
	position: relative;
	z-index: 1000;
	width: 100%;
	/*min-height: 65px;*/
	font-family: ScalaSansIt,arial,sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	background: #5a5a5a;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#hauptnavi .navbar {
	min-height: 10px;
	height: auto;
	margin-bottom: 0px;
}
#hauptnavi .navbar-default {
	box-shadow: none;
}
#hauptnavi .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
#hauptnavi .container-fluid > .navbar-collapse, #hauptnavi .container-fluid > .navbar-header, #hauptnavi .container > .navbar-collapse, #hauptnavi .container > .navbar-header {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#hauptnavi .navbar-header {
	display: none;
}
#hauptnavi .navbar-brand {
	margin-top: -18px;
}
#hauptnavi .navbar-default {
	border: none;
	background: none;
}
#hauptnavi ul.nav {
	position: relative;
	z-index: 10;
	float: right;
}
#hauptnavi ul.nav.nav-center {
	float: none;
	width: 100%;
	text-align: left;
}
#hauptnavi ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#hauptnavi .navbar-nav > li {
	position: relative;
	display: inline-block;
	line-height: 1.5em;
	color: #ffffff;
	cursor: pointer;
	transition: all .3s;
	background: none;
	padding: 0px 15px 0px 0px;
	margin: 0px -2px 0px 0px;
}
#hauptnavi .navbar-nav li a span.glyphicon, #hauptnavi .navbar-nav li a span.fa {
	font-size: 14px;
}
#hauptnavi .navbar-nav > li > span.pipe {
	display: inline-block;
	position: relative;
	top: -2px;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 0px 0px 15px;
}
#hauptnavi .navbar-nav > li:last-child > span.pipe {
	display: none;
}
#hauptnavi ul.nav.nav-center > li {
	float: none;
	display: inline-block;
}
#hauptnavi ul li.first {
	
}
#hauptnavi ul li.last {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#hauptnavi .navbar-nav > li > a {
	display: inline-block;
	font-family: ScalaSansIt,arial,sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s;
	background: none;
	padding: 0px 0px 0px 0px;
}
#hauptnavi .navbar-nav > li.first > a {
	
}
#hauptnavi .navbar-nav > li.last > a {
	
}
#hauptnavi .navbar-default .navbar-nav > .active > a, 
#hauptnavi .navbar-default .navbar-nav > li > a:hover, 
#hauptnavi .navbar-default .navbar-nav > li:hover > a,
#hauptnavi .navbar-default .navbar-nav > li:hover {
	/*color: #ffffff;*/
	color: #c5c5c5;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	background: none;
	/*background: #3A662E;*/
}
#hauptnavi .navbar-default .navbar-nav > .active > a:hover, #hauptnavi .navbar-default .navbar-nav > .active > a:focus, #hauptnavi .nav > li > a:hover, #hauptnavi .nav > li > a:focus {
	outline: none;
	background: none;
}
#hauptnavi .navbar-default .navbar-nav > li:hover, #hauptnavi .navbar-default .navbar-nav > li.active {

}
.sf-menu a {
	border: none;
}
.sf-arrows .sf-with-ul::after {
	display: none;
	right: 2px;
	border-color: rgba(0, 0, 0, 0.5) transparent transparent;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: black; /* IE8 fallback colour */
}
.sec-nav-bg {
	display: none;
	position: absolute;
	left: 0px;
	width: 100%;
	min-height: 42px;
	box-sizing: content-box;
	background: #5a5a5a;
	/*box-shadow: 0px 4px 10px rgba(0, 0, 0, .9);*/
	padding: 0px 15px 0px 15px;
	margin-left: -15px;
}
.open > .sec-nav-bg, .open > .sec-nav-bg > .dropdown-menu {
	display: block;
}
.dropdown.active > .sec-nav-bg {
	/*display: block;*/ /*Aktive Ebene anzeigen*/
}
#hauptnavi ul .sec-nav-bg .dropdown-menu {
	position: relative;
	float: none;
	background: none;
	border: none;
	padding: 10px 0px 5px 15px;
	margin: 0px 0px 0px 0px;
}
.open > .sec-nav-bg > .dropdown-menu, .dropdown.active > .sec-nav-bg > .dropdown-menu {
	display: block;
}
#hauptnavi ul .sec-nav-bg > .dropdown-menu li {
	display: inline-block;
	float: none;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5em;
	padding: 0px 11px 0px 11px;
	margin: 0px 0px 0px 0px;
}
#hauptnavi ul .sec-nav-bg > .dropdown-menu li:first-child {
	padding: 0px 11px 0px 0px;
}
#hauptnavi ul .sec-nav-bg > .dropdown-menu li a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5em;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
}
#hauptnavi ul .sec-nav-bg > .dropdown-menu li:first-child a {

}
#hauptnavi ul .sec-nav-bg > .dropdown-menu li > span.pipe {
	display: inline-block;
	position: relative;
	top: -2px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff !important;
	padding: 0px 0px 0px 10px;
	margin-right: -10px;
}
#hauptnavi ul .sec-nav-bg > .dropdown-menu li:last-child > span.pipe {
	display: none;
}
#hauptnavi ul .sec-nav-bg > .dropdown-menu li:hover,
#hauptnavi ul .sec-nav-bg > .dropdown-menu li a:hover,
#hauptnavi ul .sec-nav-bg > .dropdown-menu > .active > a, 
#hauptnavi ul .sec-nav-bg > .dropdown-menu > .active > a:focus, 
#hauptnavi ul .sec-nav-bg > .dropdown-menu > .active > a:hover {
	color: #c5c5c5;
	background: none;
}

/* Level 2 */
#hauptnavi ul.sf-menu ul {
	width: 300px;
	text-align: left;
	background: rgba(90,90,90,0.9);
	border-radius: 2px;
	padding: 0px 0px 0px 0px;
}
#hauptnavi ul.sf-menu li.last ul, #hauptnavi ul.sf-menu li .left ~ ul {
	left: -200px;
}
#hauptnavi ul.sf-menu li.last ul li a, #hauptnavi ul.sf-menu li .left ~ ul li a {
	text-align: right;
}
#hauptnavi ul.sf-menu ul li {
	font-size: 15px;
	line-height: 2em;
	border: none;
	background: none;
	border-top: 1px solid #e3e3e3;
}
#hauptnavi ul.sf-menu ul li:first-child {
	border: none;
}
#hauptnavi ul.sf-menu ul li a {
	font-style: normal;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	border: none;
	transition: all .3s;
	padding: 4px 10px 4px 10px;
}
#hauptnavi ul.sf-menu ul > li.active > a, #hauptnavi ul.sf-menu ul > li > a:hover, #hauptnavi ul.sf-menu ul > li.sfHover > a, #hauptnavi ul.sf-menu ul > li.current > a {
	color: #c5c5c5;
	text-decoration: none;
}
#hauptnavi ul.sf-menu ul > li:hover ul, #hauptnavi ul.sf-menu ul > li.sfHover ul {
	top: -1px;
	left: 290px;
}
#hauptnavi ul.sf-arrows ul .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #000000; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(0,0,0,.5);
}

#header label {
	display: block;
	width: 41px;
	height: 21px;
	background: url('../layout/lupe.png') no-repeat 21px 0;
	border-left: 1px solid #adadad;
	border-color: rgba(255,255,255,.5);
	position: absolute;
	top: 16px;
	right: 0;
	overflow: hidden;
	text-indent: -999px;
}

#header #searchForm {
	display: none;
	float: right;
	width: 178px;
	margin: 68px 0 0;
	text-align: right;
	font-size: 0px;
}

#header #searchForm input {
	display: block;
	width: 168px;
	margin: 0 0 10px;
}

#header #searchForm a {
	display: inline-block;
	margin: 0 0 3px;
	font: normal 15px/1.25 ScalaSansIt,arial,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #c5c5c5;
}
#header #searchForm a:hover { color: #fff; }

#header:hover ul ul,
#header:hover #searchForm {
	display: block;
}

#navOverlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #5a5a5a;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}

#logo-top {
	background-color: #dfdfdf;
}

/*#slideshow {
height: 630px;
position: relative;
overflow: hidden;
}

#slideshow .slide {
position: absolute;
top: 0;
left: 1212px;
width: 1212px;
height: 100%;
background-position: 0 0;
background-repeat: no-repeat;
z-index: 1;
}
#slideshow .slide1 { left: 0; }*/

/*#slideshow .corner {
position: absolute;
bottom: -20px;
right: 0px;
width: 52px;
height: 33px;
background: url("/system/dist/js/main.js");
z-index: 2;
}*/
#slideshow {
	width: 1220px;
	height: 630px;
	position: relative;
	overflow: hidden;
}
#slideshow-full {
	width: 1614px;
	height: 833px;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
#slideshow .cycle-slide {
	width: 1220px;
	height: 630px;
}
#slideshow-full .cycle-slide {
	width: 100%;
	height: 833px;
}
#slideshow-full .cycle-slide img, #slideshow-full img {
	width: 100%;
	height: auto;
}
#slideshow-wrap {
	padding-right: 0px;
}
.info-blase-wrap {
	padding-left: 0px;
}
.info-blase-wrap.fixedBox {
	top: 65px;
	width: 380px;
}
.info-blase {
	position: relative;
	width: 100%;
	height: 630px;
	font-size: 19px;
	color: #ffffff;
	background: #009036;
}
.info-blase-teaser {
	position: absolute;
	bottom: 0px;
	padding: 45px 40px 30px 50px;
}
.info-blase-teaser p {
	margin-bottom: 0px;
}
.info-blase-inner {
	padding: 45px 40px 30px 50px;
}
.corner {
	width: 100%;
	height: 25px;
	background: url("/system/dist/layout/corner-green.png") no-repeat right;
	margin: 0 0 10px;
}
#logo-r {
	padding: 40px 0px 0px 50px;
	margin-bottom: 10px;
}
#logo-r img {
	display: inline-block;
}
#logo-satz {
	text-align: right;
	padding: 50px 0px 0px 0px; /*padding: 66px 0px 0px 0px;*/
}
#logo-satz h1 {
	font-family: ScalaSansIt,arial,sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1em;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.card {
	box-shadow: none;
	margin-bottom: 10px;
}
.card.shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card .card-stacked .card-title {
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 10px;
}
.card.klein .card-title {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 6px;
}
.card .card-stacked .card-content {
	padding-top: 10px;
}
.card .card-content {
	padding-right: 0px;
	padding-left: 0px;
}
.card.shadow .card-content, .card .card-stacked .card-content {
	padding-right: 20px;
	padding-left: 20px;
}
.card.klein .card-content {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.card.klein.shadow .card-content {
	padding-right: 15px;
	padding-left: 15px;
}
.card .card-action {
	padding-right: 0px;
	padding-left: 0px;
}
.card.shadow .card-action, .card .card-stacked .card-action {
	padding-right: 20px;
	padding-left: 20px;
}
.card.klein .card-action {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
.card.klein.shadow .card-action {
	padding-right: 15px;
	padding-left: 15px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
	color: #950000;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
	color: #950000;
}
.card-image.fa-icon {
	text-align: center;
	color: #063c89;
	padding: 10px 15px 10px 15px;
}
.card-image.fa { 
	-webkit-transform: scale(1.5,1); 
	-moz-transform: scale(1.5,1); 
	-ms-transform: scale(1.5,1); 
	-o-transform: scale(1.5,1); 
	transform: scale(1.5,1);
}
.card-image.fa-icon { 
	text-shadow: 3px 3px 5px #063c89;
}
.card-image.fa-icon .fa-users {
	margin-top: 16px;
}

.uebersicht-buttons .col-lg-4 {
	overflow: hidden;
}

.carousel-liste {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 230px;
	padding-top: 30px;
	margin-bottom: 40px;
}
.carousel-liste .carousel {
	margin: 0px 0px 0px -10px;
}
.carousel-liste ul {
	list-style-type: none;
	width: 100%;
	height: 230px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.carousel-liste ul li {
	position: relative;
	z-index: 11;
	display: block;
	float: left;
	width: 400px;
	height: 230px;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.carousel-liste #prev_cr {
	position: absolute;
	z-index: 20;
	top: 70px;
	left: 20px;
	height: 80px;
	width: 31px;
	cursor: pointer;
	opacity: 0.7;
	transition: all .3s;
	background: url("/system/dist/layout/carousel-pfeile.png") no-repeat 0px 0px;
}
.carousel-liste #prev_cr:hover {
	opacity: 1;
	/*background: url(../layout/steuerung.png) no-repeat -5px -145px;*/
}
.carousel-liste #next_cr {
	position: absolute;
	z-index: 20;
	top: 70px;
	right: 20px;
	height: 80px;
	width: 31px;
	cursor: pointer;
	opacity: 0.7;
	transition: all .3s;
	background: url("/system/dist/layout/carousel-pfeile.png") no-repeat -68px 0px;
}
.carousel-liste #next_cr:hover {
	opacity: 1;
	/*background: url(../layout/steuerung.png) no-repeat -141px -145px;*/
}

#start-btns {
	border-top: 2px solid #ffffff;
	padding: 0px 0px 0px 0px;
}
#start-btns a, #start-btns a h3 {
	color: #dddddd;
	text-decoration: none;
	transition: all .3s;
}
#start-btns a:hover, #start-btns a:hover h3 {
	color: #818183;
	text-decoration: none;
}
#start-btns a:hover .start-btn {
	color: #818183;
	background-color: #DDDEE0;
}
.start-btn {
	transition: all .3s;
	padding: 20px 0px 15px 90px;
}
.start-btn .start-btn-logo {

}
.start-btn .start-btn-logo img {

}
.start-btn .start-btn-satz {
	padding-top: 10px;
}
.start-btn .start-btn-satz h3 {
	font-size: 15px;
	color: #dddddd;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.team-liste {
	margin-bottom: 40px;
}
.team-liste-person {
	margin-bottom: 0px;
}
.team-liste-person h3 {
	font-family: "ScalaSansBold";
	font-size: 19px;
	font-style: normal;
	text-transform: none;
	margin-bottom: 25px;
}
.team-liste-person h4 {
	font-family: "ScalaSansReg";
	font-size: 19px;
	font-style: normal;
	text-transform: none;
	margin-bottom: 25px;
}
.team-liste-person .trennline {
	width: 100%;
	height: 18px;
	line-height: 0;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 18px;
}

.jobs-liste {
	padding-top: 20px;
}
.jobs-liste-job {
	margin-bottom: 30px;
}
.jobs-liste h3 {
	font-family: "ScalaSansIt";
	font-size: 20px;
	color: #c5c5c5;
	text-transform: none;
	margin-bottom: 0px;
}
.jobs-liste h3 span {
	font-family: "ScalaSansBold";
	font-size: 20px;
	color: #ffffff;
	text-transform: none;
	margin-bottom: 0px;
}
.jobs-liste-job .jobs-liste-job-info p:last-child {
	margin-bottom: 0px;
}
.jobs-liste a.jobs-liste-mehr {
	font-family: "ScalaSansReg";
	color: #c5c5c5;
	text-decoration: none;
	transition: all .3s;
}
.jobs-liste a.jobs-liste-mehr:hover {
	padding-left: 5px;
	text-decoration: none;
}

.projekte-liste {
	margin-bottom: 40px;
}
.projekte-liste-projekt {
	margin-bottom: 0px;
}
.projekte-liste-projekt h3 {
	font-family: "ScalaSansBold";
	font-size: 19px;
	font-style: normal;
	text-transform: none;
	margin-bottom: 18px;
}
.projekte-liste-projekt h4 {
	font-family: "ScalaSansReg";
	font-size: 19px;
	font-style: normal;
	text-transform: none;
	margin-bottom: 0px;
}
.projekte-liste-projekt p {
	margin-bottom: 18px;
}
.projekte-liste-projekt .details {
	display: none;
	padding-top: 20px;
}
.projekte-liste-projekt .details-title {
	font-family: "ScalaSansBold";
	margin-bottom: 10px;
}
.projekte-liste-projekt .details p:last-child {
	margin-bottom: 0px;
}
.projekte-liste-projekt .trennline {
	width: 100%;
	height: 25px;
	line-height: 0;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}

.standorte-liste {
	margin-bottom: 40px;
}
.standorte-liste-standort {
	margin-bottom: 0px;
}
.standorte-liste-standort h3 {
	font-family: "ScalaSansBold";
	font-size: 19px;
	font-style: normal;
	text-transform: none;
	margin-bottom: 18px;
}
.standorte-liste-standort h4 {
	font-family: "ScalaSansReg";
	font-size: 19px;
	font-style: normal;
	text-transform: none;
	margin-bottom: 0px;
}
.standorte-liste-standort p {
	margin-bottom: 18px;
}
.standorte-liste-standort .trennline {
	width: 100%;
	height: 35px;
	line-height: 0;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 35px;
}

#cboxContent, #cboxTitle, #cboxCurrent {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	color: #1E1E67;
}
.pp_details {
	font-size: 14px;
	line-height: 1em;
}

#footer {
	clear: both;
	font: normal 12px/16px ScalaSansIt,arial,sans-serif;
	text-transform: uppercase;
	border-top: 2px solid #ffffff;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*#footer div.trenner {
float: left;
padding: 0 30px;
border-left: 1px solid #adadad;
min-height: 48px;
}
#footer .footernavi {
float: right;
font-size: 16px;
font-weight: 400;
font-style: italic;
}*/
#footer ul.footernavi {
	font-family: ScalaSansIt,arial,sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footer .footernavi > li {
	position: static;
	display: inline-block;
	line-height: 1.5em;
	color: #ffffff;
	cursor: pointer;
	transition: all .3s;
	background: none;
	padding: 0px 15px 0px 0px;
	margin: 0px -2px 0px 0px;
}
#footer .footernavi li a span.glyphicon, #footer .footernavi li a span.fa {
	font-size: 14px;
}
#footer .footernavi li > span.pipe {
	display: inline-block;
	position: relative;
	top: -2px;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 0px 0px 15px;
}
#footer .footernavi li:last-child > span.pipe {
	display: none;
}
#footer .footernavi li a {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s;
	background: none;
	padding: 0px 0px 0px 0px;
}
#footer .footernavi li.first a {

}
#footer .footernavi li.last a {

}
#footer .footernavi .active a, 
#footer .footernavi li a:hover, 
#footer .footernavi li:hover a,
#footer .footernavi li:hover {
	color: #c5c5c5;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	background: none;
}
#footer .footer-zus-nav .footernavi {
	text-align: right;
	padding-top: 5px;
}
#footer .footer-zus-nav .footernavi li {
	font-size: 13px;
	padding: 0px 0px 0px 15px;
}

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; color: #ffffff; }

.leftBox {
	float: left;
	width: 762px;
}

.leftBox ul {
	list-style-type: square;
	margin: 0 0 0 1.25em;
	padding: 0;
}

.rightBox {
	float: right;
	width: 303px;
	height: 401px;
	margin: 0 0 55px;
	padding: 32px 34px 112px;
	background: #009ee0;
	font-size: 21px;
	position: relative;
}

@media screen and (min-height: 735px) {
	.rightBox.fixedBox {
		position: fixed;
		top: 5px;
		left: 50%;
		margin: 0 0 0 247px;
	}
}

.rightBox div {
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	bottom: 32px;
	left: 34px;
	width: 225px;
}

.rightBox div.corner {
	width: 30px;
	height: 14px;
	background: url('../layout/rightBoxCorner.png');
	right: 0;
	bottom: -14px;
	left: auto;
}

.contentImg {
	margin: 0 0 45px;
}
.projectImg {
	margin: 0 0 0px;
}

.projectImg .inner {
	height: 356px;
	overflow: hidden;
	position: relative;
}

.projectImg img {
	position: absolute;
	top: 0;
	left: 792px;
	z-index: 1;
}

.projectImg img.current {
	left: 0;
}

/*.projectImg a {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	z-index: 100;
}

.projectImg a span {
	position: absolute;
	top: 0;
	left: -37px;
	width: 45px;
	height: 100%;
	background: url('../layout/arrowLeft.png') repeat-y center center;
	text-indent: -999px;
	overflow: hidden;
}

.projectImg a.next,
.projectImg a.next span {
	right: 0;
	left: auto;
}

.projectImg a.next span {
	right: -37px;
	background-image: url('../layout/arrowRight.png');
}*/
.projectImg a span {
	text-indent: -9999px;
}
.projectImg a.prev {
	position: absolute;
	z-index: 100;
	top: 38%;
	display: block;
	left: 20px;
	height: 80px;
	width: 31px;
}
.projectImg a.prev span {
	display: block;
	height: 80px;
	width: 31px;
	cursor: pointer;
	opacity: 0.7;
	transition: all .3s;
	background: url("/system/dist/layout/carousel-pfeile.png") no-repeat 0px 0px;
}
.projectImg a.prev span:hover {
	opacity: 1;
}
.projectImg a.next {
	position: absolute;
	z-index: 100;
	top: 38%;
	right: 20px;
	display: block;
	height: 80px;
	width: 31px;
}
.projectImg a.next span {
	display: block;
	height: 80px;
	width: 31px;
	cursor: pointer;
	opacity: 0.7;
	transition: all .3s;
	background: url("/system/dist/layout/carousel-pfeile.png") no-repeat -68px 0px;
}
.projectImg a.next span:hover {
	opacity: 1;
}

.uebersicht-buttons .card {
	min-height: 222px;
	margin-bottom: 15px;
}

.teaserFull {
	margin: 0 0 45px;
}

.teaserMain {
	margin: 0 0 45px;
	background: url("/system/dist/layout/teaserMainBg.png") repeat-y 0 0;
}

.teaserMain + .projectImg:before,
.teaserMain + .teaserMain:before,
.projectInfo + .projectImg:before,
.projectInfo + .teaserMain:before {
	content: '';
	display: block;
	border-top: 1px solid #adadad;
	height: 45px;
	background: #5a5a5a;
}

.teaser {
	width: 293px;
	min-height: 10px;
}

.teaser.middle {
	float: left;
	width: 467px;
	padding: 0 45px 0 90px;
}

.teaser p:last-child {
	margin-bottom: 0;
}

.leftBox .teaserMain { background-image: url('../layout/teaserMainLeftBox.png'); }
.projectBox .teaserMain { background-image: url('../layout/teaserMainProject.png'); }

.leftBox .teaserMain .teaser {
	width: 320px;
}

.leftBox .teaserMain .teaser.right {
	width: 361px;
	padding: 0 45px 0 0;
}

a.readMore {
	float: right;
	color: #c5c5c5;
	text-decoration: none;
	text-transform: uppercase;
	font-family: ScalaSansIt,arial,sans-serif;
	font-size: 15px;
	outline: 0;
}
a.readMore:hover { color: #fff; }

.projectInfo {
	border-top: 1px solid #7b7b7b;
	padding: 45px 0;
	display: none;
}

.projectInfo .inner {
	border-right: 1px solid #adadad;
}

.projectInfo .inner .left {
	width: 175px;
	margin: 4px 0 0;
	padding: 2px 0 0;
	font: normal 15px/26px ScalaSansIt,arial,sans-serif;
	text-transform: uppercase;
	clear: both;
}

.projectInfo .inner .right {
	width: 540px;
	padding: 0 45px 2px 0;
	margin: 4px 0 0;
}

.projectInfo .inner .left:first-child,
.projectInfo .inner .left:first-child + .right {
	margin-top: 0;
}

.cityMap {
	position: relative;
	height: 490px;
	padding: 0 0 45px;
	background: url('../layout/kontakt.png') no-repeat 0 0;
	border-bottom: 1px solid #acacac;
}

.cityMap p {
	position: absolute;
	bottom: 38px;
	left: 0;
	margin: 0;
	font: normal 15px/1.5 ScalaSansIt,arial,sans-serif;
	text-transform: uppercase;
}

#googlemap {
	width: 100%;
	height: 450px;
	margin-bottom: 5px;
}
.gm-style-iw {
	width: 300px; 
	min-height: 100px;
	color: #4d4d4d;
	line-height: 1.5em;
}
.gm-style-iw h3 {
	font-size: 16px;
	line-height: 1.5em;
	color: #4d4d4d;
	margin: 0px 0px 5px 0px;
}
.gm-style-iw p {
	font-size: 16px;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.gm-style-iw br {
	line-height: 1em;
}
.gm-style-iw a { 
	color: #5a5a5a;
}

@media (min-width: 1660px) and (max-width: 1920px) {
	body { min-width: 100%; }
	/*#logo-satz h1 { color: lightskyblue; }*/
}

@media (min-width: 1600px) and (max-width: 1659px) {
	body { min-width: 100%; }
	/*#logo-satz h1 { color: lightskyblue; }*/
	#logo-satz h1 { font-size: 18px; }
	#main .container { width: 1554px; }
	.projectImg .inner { height: 343px; }
	.info-blase-wrap.fixedBox { width: 366px; }
}
/* lg */
@media (min-width: 1200px) and (max-width: 1599px) {
	body { min-width: 100%; font-size: 16px; }
	/*#logo-satz h1 { color: darkcyan; }*/
	#logo-satz h1 { font-size: 16px; }
	#logo-t img { width: 210px; }
	#logo-satz { padding-top: 56px; }
	.haupttitel { font-size: 16px; }
	p { margin-bottom: 15px; }
	#hauptnavi, #hauptnavi ul .sec-nav-bg > .dropdown-menu li, #hauptnavi ul .sec-nav-bg > .dropdown-menu li a { font-size: 15px; }
	#hauptnavi .navbar-nav li a span.glyphicon, #hauptnavi .navbar-nav li a span.fa { font-size: 12px; }
	#hauptnavi .navbar-nav > li > span.pipe, #hauptnavi ul .sec-nav-bg > .dropdown-menu li > span.pipe { font-size: 10px; padding-left: 6px; }
	#hauptnavi .navbar-nav > li { padding-right: 6px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li { padding-right: 6px; padding-left: 6px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li:first-child { padding-right: 6px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li a { padding-right: 0px; }
	#hauptnavi ul.sf-menu ul { width: 250px; }
	#hauptnavi ul.sf-menu ul li { font-size: 13px; }
	#main .container { width: 1154px; }
	#slideshow { width: 930px; height: auto; }
	#slideshow .cycle-slide { width: 930px; height: auto; }
	.info-blase-wrap { z-index: 999; }
	.info-blase { font-size: 16px; height: auto; min-height: 480px !important; }
	#logo-r { padding-top: 15px; padding-left: 15px; }
	#logo-satz { padding-left: 15px; }
	.info-blase-inner { padding: 20px 10px 2px 15px; }
	.info-blase-teaser { padding: 20px 10px 20px 15px; }
	.info-blase-wrap.fixedBox { position: static !important; width: 266px; }
	.start-btn { padding: 20px 0px 15px 20px; }
	.start-btn .start-btn-satz h3 { font-size: 14px; }
	.carousel-liste { height: 190px; overflow: hidden; }
	.carousel-liste ul li { height: 165px; }
	.carousel-liste #prev_cr, .carousel-liste #next_cr { top: 40px; }
	.projectImg .inner { height: 253px; }
	#footer { padding-bottom: 0px; }
	#footer ul.footernavi, #footer .footer-zus-nav .footernavi li { font-size: 15px; }
	#footer .footernavi > li { padding-right: 6px; }
	#footer .footernavi li > span.pipe { font-size: 12px; padding-left: 6px; }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	body { min-width: 100%; font-size: 18px; }
	/*#logo-satz h1 { color: lightgreen; }*/
	p { margin-bottom: 12px; }
	.haupttitel { font-size: 16px; }
	.jobs-liste h3 { font-size: 18px; }
	#hauptnavi, #hauptnavi ul .sec-nav-bg > .dropdown-menu li, #hauptnavi ul .sec-nav-bg > .dropdown-menu li a { font-size: 13px; }
	#hauptnavi .navbar-nav li a span.glyphicon, #hauptnavi .navbar-nav li a span.fa { font-size: 12px; }
	#hauptnavi .navbar-nav > li > span.pipe, #hauptnavi ul .sec-nav-bg > .dropdown-menu li > span.pipe { font-size: 9px; padding-left: 4px; }
	#hauptnavi .navbar-nav > li { padding-right: 4px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li { padding-right: 4px; padding-left: 6px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li:first-child { padding-right: 4px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li a { padding-right: 0px; }
	#hauptnavi ul.sf-menu ul { width: 250px; }
	#hauptnavi ul.sf-menu ul li { font-size: 13px; }
	#main .container { width: 946px; }
	#slideshow { width: 814px; height: auto; }
	#slideshow .cycle-slide { width: 814px; height: auto; }
	#logo-t img { width: 200px; }
	.info-blase-wrap { z-index: 999; }
	.info-blase { font-size: 16px; height: auto; min-height: auto !important; }
	#logo-r { padding-top: 15px; padding-left: 15px; }
	#logo-r img { width: 150px; }
	#logo-satz { padding-top: 52px; padding-left: 15px; }
	#logo-satz h1 { top: -11px; font-size: 14px; }
	.info-blase-inner { padding: 15px 10px 15px 15px; }
	.info-blase-teaser { position: static; padding: 20px 10px 20px 15px; }
	.info-blase-wrap.fixedBox { position: static !important; width: 100%; }
	.corner { margin-bottom: 10px; }
	.start-btn { padding: 15px 15px 10px 15px; }
	.start-btn-logo { width: 150px; }
	.start-btn .start-btn-satz h3 { font-size: 13px; }
	.carousel-liste { height: 200px; overflow: hidden; }
	.carousel-liste ul li { height: 170px; }
	.carousel-liste #prev_cr, .carousel-liste #next_cr { top: 40px; }
	.projectImg .inner { height: 253px; }
	#googlemap { height: 350px; }
	#footer { padding-bottom: 0px; }
	#footer ul.footernavi, #footer .footer-zus-nav .footernavi li { font-size: 15px; }
	#footer .footernavi > li { padding-right: 6px; }
	#footer .footernavi li > span.pipe { font-size: 12px; padding-left: 6px; }
}
/* sm */
@media (max-width: 991px) {
	#hauptnavi .navbar-header { display: block; float: none; }
	#navbar-btn { padding-top: 24px; }
	#navbar-btn .navbar-default { box-shadow: none; border: none; background: none; }
	.navbar-toggle { display: block; background-color: #009036; margin-right: 0px; }
	.navbar-default .navbar-toggle { border-color: #006a28; }
	.navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; }
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #6d6659; }

	.navbar-collapse { border: none; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); margin-top: 10px; }
	.navbar-collapse.collapse { display: none !important; }
	.navbar-nav { float: none !important; margin: 7.5px -15px; }
	.navbar-nav > li { float: none; }
	.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
	.navbar-text { float: none; margin: 15px 0; }
	/* since 3.1.0 */
	.navbar-collapse.collapse.in { display: block !important; }
	.collapsing { overflow: hidden !important; }
	.navbar-toggle .icon-bar { width: 26px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	body { min-width: 100%; font-size: 17px; }
	/*#logo-satz h1 { color: yellow; }*/
	p { margin-bottom: 12px; }
	.haupttitel { font-size: 16px; }
	.jobs-liste h3, .team-liste-person h3, .team-liste-person h4 { font-size: 16px; }
	#hauptnavi { min-height: auto; }
	#hauptnavi .container { padding-bottom: 0px; }
	#hauptnavi, #hauptnavi ul .sec-nav-bg > .dropdown-menu li, #hauptnavi ul .sec-nav-bg > .dropdown-menu li a { font-size: 15px; }
	#hauptnavi ul.nav.nav-center { border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; padding-top: 10px; padding-bottom: 10px; margin-bottom: 20px; }
	#hauptnavi .navbar-nav li a span.glyphicon, #hauptnavi .navbar-nav li a span.fa { display: none; font-size: 12px; }
	#hauptnavi .navbar-nav > li > span.pipe, #hauptnavi ul .sec-nav-bg > .dropdown-menu li > span.pipe { font-size: 9px; padding-left: 4px; }
	#hauptnavi .navbar-nav > li { padding-right: 4px; }
	#hauptnavi ul.nav.nav-center > li { display: block; }
	#hauptnavi .navbar-nav > li > a { line-height: 2em; }
	.sec-nav-bg { position: static; }
	#hauptnavi ul .sec-nav-bg .dropdown-menu { box-shadow: none; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li { display: block; }
	#hauptnavi .navbar-nav li a span.glyphicon, #hauptnavi .navbar-nav li a span.fa { display: inline; font-size: 12px; }
	#hauptnavi .navbar-nav > li > span.pipe, #hauptnavi ul .sec-nav-bg > .dropdown-menu li > span.pipe { display: none; font-size: 9px; padding-left: 4px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li { padding-right: 0px; padding-left: 0px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li:first-child { padding-right: 0px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li a { line-height: 2em; padding-right: 0px; }
	#hauptnavi ul.sf-menu ul { position: relative; width: auto; border-radius: none; box-shadow: none; background: none; padding-left: 10px; }
	#hauptnavi ul.sf-menu ul li { font-size: 13px; }
	#hauptnavi ul.sf-menu li.last ul, #hauptnavi ul.sf-menu li .left ~ ul { left: 0px; }
	#hauptnavi ul.sf-menu li.last ul li a, #hauptnavi ul.sf-menu li .left ~ ul li a { text-align: left; }
	#main .container { width: 722px; }
	#slideshow-wrap { padding-right: 15px; margin-bottom: 20px; }
	#slideshow { width: 722px; height: auto; }
	#slideshow .cycle-slide { width: 722px; height: auto; }
	#logo-t img { width: 180px; }
	.info-blase-wrap { z-index: 999; }
	.info-blase { font-size: 16px; height: auto; min-height: auto !important; }
	#logo-r { padding-top: 15px; padding-left: 15px; }
	#logo-r img { width: 150px; }
	#logo-satz { padding-top: 46px; padding-left: 15px; }
	#logo-satz h1 { top: -11px; font-size: 14px; }
	#info-blase-inner { padding: 15px 10px 2px 15px; }
	#corner { margin-bottom: 25px; }
	.start-btn { padding: 15px 15px 10px 15px; border-bottom: 1px solid #ffffff; }
	.start-btn.last { border: none; }
	.start-btn-logo { width: 150px; }
	.start-btn .start-btn-satz h3 { font-size: 13px; }
	.info-blase-inner { padding: 15px 10px 15px 15px; }
	.info-blase-teaser { position: static; padding: 20px 10px 20px 15px; }
	.info-blase-wrap.fixedBox { position: static !important; width: 100%; }
	.corner { margin-bottom: 10px; }
	.start-btn { padding: 15px 15px 10px 15px; }
	.start-btn-logo { width: 150px; }
	.start-btn .start-btn-satz h3 { font-size: 13px; }
	.uebersicht-buttons .card { min-height: 270px; margin-bottom: 0px; }
	.carousel-liste { height: 210px; overflow: hidden; }
	.carousel-liste ul li { height: 175px; }
	.carousel-liste #prev_cr, .carousel-liste #next_cr { top: 40px; }
	.projectImg a.prev span { background: url("/system/dist/layout/carousel-pfeile-xs.png") no-repeat 0px 0px; }
	.projectImg a.next span { background: url("/system/dist/layout/carousel-pfeile-xs.png") no-repeat -68px 0px; }
	.projectImg .inner { height: 184px; }
	.projekte-liste-projekt p { margin-bottom: 10px; }
	#googlemap { height: 350px; }
	#footer { padding-bottom: 0px; }
	#footer ul.footernavi, #footer .footer-zus-nav .footernavi li { font-size: 13px; }
	#footer .footernavi > li { padding-right: 4px; }
	#footer .footernavi li > span.pipe { font-size: 9px; padding-left: 4px; }
}
/* xs */
@media (max-width: 767px) {

}

/* xs */
/*@media (min-width: 640px) and (max-width: 767px) {
body { min-width: 100%; font-size: 18px; }
#logo-satz h1 { color: magenta; }
p { margin-bottom: 12px; }
#main .container { width: 594px; }
#slideshow-wrap { padding-right: 15px; margin-bottom: 20px; }
#slideshow { width: 594px; height: auto; }
#slideshow .cycle-slide { width: 594px; height: auto; }
#info-blase-wrap { z-index: 1; padding-left: 15px; }
#info-blase { font-size: 16px; height: auto; min-height: auto; }
#logo-r { padding-top: 15px; padding-left: 15px; }
#logo-r img { width: 150px; }
#logo-satz { padding-left: 15px; }
#logo-satz h1 { top: -11px; font-size: 14px; }
#info-blase-inner { padding: 15px 10px 2px 15px; }
#corner { margin-bottom: 25px; }
.start-btn { padding: 15px 15px 10px 15px; border-bottom: 1px solid #ffffff; }
.start-btn.last { border: none; }
.start-btn-logo { width: 150px; }
.start-btn .start-btn-satz h3 { font-size: 13px; }
}*/

/* xxs */
@media (min-width: 480px) and (max-width: 767px) {
	body { min-width: 100%; font-size: 16px; }
	/*#logo-satz h1 { color: lightblue; }*/
	.col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-5ths, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9 { padding-right: 15px !important; padding-left: 15px !important; }
	p, .standorte-liste-standort p { margin-bottom: 12px; }
	.haupttitel { font-size: 15px; border-top: 1px solid #ffffff; }
	.haupttitel span { top: -9px; }
	.jobs-liste h3, .team-liste-person h3, .team-liste-person h4 { font-size: 15px; margin-bottom: 12px; }
	#header { padding-bottom: 10px; }
	#header .container { padding-bottom: 0px; }
	.navbar-collapse.in { overflow-y: visible; }
	#hauptnavi { min-height: auto; }
	#hauptnavi .container { padding-bottom: 0px; }
	#hauptnavi, #hauptnavi ul .sec-nav-bg > .dropdown-menu li, #hauptnavi ul .sec-nav-bg > .dropdown-menu li a { font-size: 15px; }
	#hauptnavi ul.nav.nav-center { border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; padding-top: 10px; padding-bottom: 10px; margin-bottom: 20px; }
	#hauptnavi .navbar-nav li a span.glyphicon, #hauptnavi .navbar-nav li a span.fa { display: none; font-size: 12px; }
	#hauptnavi .navbar-nav > li > span.pipe, #hauptnavi ul .sec-nav-bg > .dropdown-menu li > span.pipe { font-size: 9px; padding-left: 4px; }
	#hauptnavi .navbar-nav > li { padding-right: 4px; }
	#hauptnavi ul.nav.nav-center > li { display: block; }
	#hauptnavi .navbar-nav > li > a { line-height: 2em; }
	.sec-nav-bg { position: static; }
	#hauptnavi ul .sec-nav-bg .dropdown-menu { box-shadow: none; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li { display: block; }
	#hauptnavi .navbar-nav li a span.glyphicon, #hauptnavi .navbar-nav li a span.fa { display: inline; font-size: 12px; }
	#hauptnavi .navbar-nav > li > span.pipe, #hauptnavi ul .sec-nav-bg > .dropdown-menu li > span.pipe { display: none; font-size: 9px; padding-left: 4px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li { padding-right: 0px; padding-left: 0px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li:first-child { padding-right: 0px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li a { line-height: 2em; padding-right: 0px; }
	#hauptnavi ul.sf-menu ul { position: relative; width: auto; border-radius: none; box-shadow: none; background: none; padding-left: 10px; }
	#hauptnavi ul.sf-menu ul li { font-size: 13px; }
	#hauptnavi ul.sf-menu li.last ul, #hauptnavi ul.sf-menu li .left ~ ul { left: 0px; }
	#hauptnavi ul.sf-menu li.last ul li a, #hauptnavi ul.sf-menu li .left ~ ul li a { text-align: left; }
	#main .container { width: 434px; }
	#slideshow-wrap { padding-right: 15px; margin-bottom: 20px; }
	#slideshow { width: 434px; height: auto; }
	#slideshow .cycle-slide { width: 434px; height: auto; }
	#info-blase-wrap { z-index: 1; padding-left: 15px; }
	#info-blase { font-size: 16px; height: auto; min-height: auto; }
	#logo-t img { width: 180px; }
	.info-blase-wrap { z-index: 999; }
	.info-blase { font-size: 16px; height: auto; min-height: auto !important; }
	#logo-r { padding-top: 15px; padding-left: 15px; }
	#logo-r img { width: 150px; }
	#logo-satz { text-align: left; padding-top: 20px; padding-left: 0px; }
	#logo-satz h1 { top: -11px; font-size: 14px; }
	#info-blase-inner { padding: 15px 10px 2px 15px; }
	.info-blase-inner { padding: 15px 10px 15px 15px; }
	.info-blase-teaser { position: static; padding: 20px 10px 20px 15px; }
	.info-blase-wrap.fixedBox { position: static !important; width: 100%; }
	.corner { margin-bottom: 10px; }
	.start-btn { padding: 15px 15px 10px 15px; border-bottom: 1px solid #ffffff; }
	.start-btn.last { border: none; }
	.start-btn-logo { width: 150px; }
	.start-btn .start-btn-satz h3 { font-size: 13px; }
	.uebersicht-buttons .card { min-height: auto; margin-bottom: 20px; }
	.carousel-liste { height: 160px; overflow: hidden; }
	.carousel-liste ul li { height: 125px; }
	.carousel-liste #prev_cr, .carousel-liste #next_cr { top: 34px; height: 50px; width: 20px; }
	.carousel-liste #prev_cr, .projectImg a.prev span { background: url("/system/dist/layout/carousel-pfeile-xs.png") no-repeat 0px 0px; }
	.carousel-liste #next_cr, .projectImg a.next span { background: url("/system/dist/layout/carousel-pfeile-xs.png") no-repeat -68px 0px; }
	.projectImg, .standortImg, .team-img { margin-bottom: 20px; }
	.projectImg .inner { height: 184px; }
	.projekte-liste-projekt p { margin-bottom: 10px; }
	.standorte-liste-standort .trennline { height: 8px; margin-bottom: 20px; }
	.team-liste-person .trennline { height: 6px; margin-bottom: 18px; }
	#googlemap { height: 300px; }
	#footer { padding-bottom: 0px; }
	#footer ul.footernavi, #footer .footer-zus-nav .footernavi li { font-size: 13px; }
	#footer .footernavi > li { padding-right: 4px; }
	#footer .footernavi li > span.pipe { font-size: 9px; padding-left: 4px; }
}

/* xxxs */
@media (min-width: 300px) and (max-width: 479px) {
	body { min-width: 100%; font-size: 16px; }
	/*h2 { color: turquoise; }*/
	.col-xxxs-1, .col-xxxs-10, .col-xxxs-11, .col-xxxs-12, .col-xxxs-2, .col-xxxs-3, .col-xxxs-4, .col-xxxs-5, .col-xxxs-5ths, .col-xxxs-6, .col-xxxs-7, .col-xxxs-8, .col-xxxs-9 { padding-right: 15px !important; padding-left: 15px !important; }
	p, .standorte-liste-standort p { margin-bottom: 12px; }
	.haupttitel { font-size: 15px; border-top: 1px solid #ffffff; }
	.haupttitel span { top: -9px; }
	.jobs-liste h3, .team-liste-person h3, .team-liste-person h4 { font-size: 15px; margin-bottom: 12px; }
	#header { padding-bottom: 10px; }
	#header .container { padding-bottom: 0px; }
	.navbar-collapse.in { overflow-y: visible; }
	#hauptnavi { min-height: auto; }
	#hauptnavi .container { padding-bottom: 0px; }
	#hauptnavi, #hauptnavi ul .sec-nav-bg > .dropdown-menu li, #hauptnavi ul .sec-nav-bg > .dropdown-menu li a { font-size: 15px; }
	#hauptnavi ul.nav.nav-center { border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; padding-top: 10px; padding-bottom: 10px; margin-bottom: 20px; }
	#hauptnavi .navbar-nav li a span.glyphicon, #hauptnavi .navbar-nav li a span.fa { display: none; font-size: 12px; }
	#hauptnavi .navbar-nav > li > span.pipe, #hauptnavi ul .sec-nav-bg > .dropdown-menu li > span.pipe { font-size: 9px; padding-left: 4px; }
	#hauptnavi .navbar-nav > li { padding-right: 4px; }
	#hauptnavi ul.nav.nav-center > li { display: block; }
	#hauptnavi .navbar-nav > li > a { line-height: 2em; }
	.sec-nav-bg { position: static; }
	#hauptnavi ul .sec-nav-bg .dropdown-menu { box-shadow: none; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li { display: block; }
	#hauptnavi .navbar-nav li a span.glyphicon, #hauptnavi .navbar-nav li a span.fa { display: inline; font-size: 12px; }
	#hauptnavi .navbar-nav > li > span.pipe, #hauptnavi ul .sec-nav-bg > .dropdown-menu li > span.pipe { display: none; font-size: 9px; padding-left: 4px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li { padding-right: 0px; padding-left: 0px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li:first-child { padding-right: 0px; }
	#hauptnavi ul .sec-nav-bg > .dropdown-menu li a { line-height: 2em; padding-right: 0px; }
	#hauptnavi ul.sf-menu ul { position: relative; width: auto; border-radius: none; box-shadow: none; background: none; padding-left: 10px; }
	#hauptnavi ul.sf-menu ul li { font-size: 13px; }
	#hauptnavi ul.sf-menu li.last ul, #hauptnavi ul.sf-menu li .left ~ ul { left: 0px; }
	#hauptnavi ul.sf-menu li.last ul li a, #hauptnavi ul.sf-menu li .left ~ ul li a { text-align: left; }
	#main .container { width: 280px; }
	#slideshow-wrap { padding-right: 15px; margin-bottom: 20px; }
	#slideshow { width: 280px; height: auto; }
	#slideshow .cycle-slide { width: 280px; height: auto; }
	#info-blase-wrap { z-index: 1; padding-left: 15px; }
	#info-blase { font-size: 16px; height: auto; min-height: auto; }
	#logo-t img { width: 180px; }
	.info-blase-wrap { z-index: 999; }
	.info-blase { font-size: 16px; height: auto; min-height: auto !important; }
	#logo-r { padding-top: 15px; padding-left: 15px; }
	#logo-r img { width: 150px; }
	#logo-satz { text-align: left; padding-top: 20px; padding-left: 0px; }
	#logo-satz h1 { top: -11px; font-size: 14px; }
	#info-blase-inner { padding: 15px 10px 2px 15px; }
	#corner { margin-bottom: 25px; }
	.info-blase-inner { padding: 15px 10px 15px 15px; }
	.info-blase-teaser { position: static; padding: 20px 10px 20px 15px; }
	.info-blase-wrap.fixedBox { position: static !important; width: 100%; }
	.corner { margin-bottom: 10px; }
	.start-btn { padding: 15px 15px 10px 15px; border-bottom: 1px solid #ffffff; }
	.start-btn.last { border: none; }
	.start-btn-logo { width: 150px; }
	.start-btn .start-btn-satz h3 { font-size: 13px; }
	.uebersicht-buttons .card { min-height: auto; margin-bottom: 20px; }
	.carousel-liste { height: 160px; overflow: hidden; }
	.carousel-liste ul li { height: 125px; }
	.carousel-liste #prev_cr, .carousel-liste #next_cr { top: 34px; height: 50px; width: 20px; }
	.carousel-liste #prev_cr, .projectImg a.prev span { background: url("/system/dist/layout/carousel-pfeile-xs.png") no-repeat 0px 0px; }
	.carousel-liste #next_cr, .projectImg a.next span { background: url("/system/dist/layout/carousel-pfeile-xs.png") no-repeat -68px 0px; }
	.projectImg, .standortImg, .team-img { margin-bottom: 20px; }
	.projectImg .inner { height: 126px; }
	.projekte-liste-projekt p { margin-bottom: 10px; }
	.standorte-liste-standort .trennline { height: 8px; margin-bottom: 20px; }
	.team-liste-person .trennline { height: 6px; margin-bottom: 18px; }
	#googlemap { height: 300px; }
	#footer { padding-bottom: 0px; }
	#footer ul.footernavi, #footer .footer-zus-nav .footernavi li { font-size: 13px; }
	#footer .footernavi > li { padding-right: 4px; }
	#footer .footernavi li > span.pipe { font-size: 9px; padding-left: 4px; }
}