/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.55em;
}
hr {
  border-color: #0080c4;
  border-width: 3px;
  max-width: 50px;
}
.bg-primary hr {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #0080c5;
}

a:visited {
  color: #0080c5;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #53babb;
  text-decoration: none;
}

.external-link-new-window img, .internal-link img {
	display: none;
}

.bg-primary a {
	color:#ffffff;
}

.bg-primary a:hover {
	text-decoration: underline;
}

.bg-primary a.btn-default, .bg-primary a.btn-primary {
	color: #0080c4;
	background-color: #ffffff;
	border-color: #ffffff;
}

.bg-primary a.btn-default:active:hover, .bg-primary a.btn-default:hover, .bg-primary a.btn-primary:active:hover, .bg-primary a.btn-primary:hover {
	color: #ffffff; 
	background-color: #49bbbb;
	border-color: #8c8c8c;
}

a.btn-default.active, a.btn-primary.active {
	color: #ffffff; 
	background-color: #49bbbb;
	border-color: #8c8c8c;
	margin-bottom: 60px;
}

.bg-dark a {
	color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

h1 {
	line-height: 140%;
}

h2, h3 {
	color: #0080c4;
	font-weight: normal;
	margin: 0 0 15px 0;
	line-height: 140%;
}

h4 {
	line-height: 130%;
}

h5 {
	font-weight: 700;
}

h1.align-center, h2.align-center, h3.align-center, h4.align-center {
	width: 100%;
	text-align: center;
}

.homepage h1, .bg-primary h2, .bg-primary h3 {
	color: #fff;
}

.align-center {
	text-align: center;
	display: block !important;
}


p {
  line-height: 1.5;
  margin-bottom: 20px;
}

iframe {
	border: 0px;
	padding: 0px;
	margin: 0px;
	max-width: 100%;
}
	
	.container {
		padding-left: 50px;
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.notVisible {
	display: none;
}

.ce-border img, .ce-border iframe {
	border: 2px solid rgba(0,0,0,0.4);
}

section .row {
	margin-top:30px;
}

section .row .row {
	margin-top: 10px;
}

section .row:first-of-type {
	margin-top:0px;
}

section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
	padding-left: 0px;
	overflow: visible;
}

section li {
	line-height: 130%;
	padding: 3px 0;
    position: relative;
    padding-left: 16px;
}

section ul li:before {
	position: absolute;
	color: #0080c4;
	font-size: 2em;
	left: 0px;
	content: "•";
}

section li li:before {
	position: absolute;
	color: #0080c4;
	font-size: 30px;
	left: 0px;
	content: "•";
}

section .nav-tabs li {
	line-height: 130%;
	padding: 0;
    padding-left: 0px;
}

section .nav-tabs li:before {
	position: relative;
	content: "";
}

section .nav>li>a {
	padding: 8px 8px;
}

@media (max-width: 768px) {
	section .nav>li>a {
		padding: 4px 6px;
	}
}

@media (max-width: 520px) {
	section .nav>li>a {
		padding: 3px 4px;
	}
}

section.bg-primary li:before {
	color: #fff;
}

.pR-10 {
	padding-right: 10px;
}

.pt-30 {
	padding-top: 30px;
}


td {
}

.topbar .previous:after {
	content: "❮";
	left: 0;
}

.ce-textpic {
	overflow: visible;
}

.ce-nowrap {
	overflow: hidden;
}

.ce-gallery img {
	max-width: 100%;
	height: auto;
}

.ce-textpic .ce-gallery img {
	width: 100%;
}

.bg-primary {
  background-color: #0080c4;
}
.bg-secondary {
  background-color: #ccc;
}
.bg-dark {
  background-color: #444;
  color: white;
}
.bg-darkblue {
  background-color: #0080c4;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 85px 0;
}


.subpage section.keyvisual {
  padding: 0px 0;
}
.subpage section.keyvisual img {
  width: 100%;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.navbar-brand {
	width: 150px;
	height: 20px;
	margin: 3px 0 0 10px;
	position: relative;
}


.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 3000px !important;
}

.navbar-default .container-fluid {
	padding-right: 0;
}

.navbar-nav>li>a {
	padding: 10px 10px;
}




.lang {
	float:left;
}

.lang.navbar-nav>li {
	float: left;
}

.lang.navbar-nav>li>a {
	padding: 5px 10px;
}

.navbar-default .navbar-nav.lang>.activelang>a {
	color:#555;
}

.icon-search {
	padding: 4px 10px;
	color: #222222;
	display: block;
	cursor: pointer;
}

.icon-search:hover {
	color: #0080c4;
}



.logo {
	width: 149px;
	height: 58px;
	background: url(../img/logo.png) 0px 0px no-repeat;
	background-size: 100%;
	margin: 14px 0 0 10px;
}

.navbar-default .navbar-header .navbar-brand {
  color: #0080c4;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  color: #222222;
}

.navbar-default .nav#submenu > li > a, .navbar-default .nav#submenu > li > a:focus {
	text-transform: none;
}


.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #0080c4;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
/*   color: #fff; */
  background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.pageNav {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  height: 30px;
  display: none;
}
.pageNav .fa {
	font-size: 120%;
}

.navbar-default .pageNav .navbar-brand {
	color: #0080c4;
	line-height: 20px;
	padding: 3px 18px 3px 0px;;
	font-size: 100%;
	float:right;
	text-align: right
}
	.navbar-default .pageNav .navbar-brand i {
		display: inline;
	}
	
	header.solutions {
		background-image: url('../img/header_solutions.jpg');
		color: #0080c4;
		text-align: left;
		background-position: right bottom;
		background-size: 100% auto;
	}
  header.product .header-content, header.solutions .header-content {
    width: 50%;
    text-align: center;
  }
  header.product img, header.solutions img { 
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
	padding: 0 50px;
	width: 50%;
	left: 50%;
  }
 

footer {
	padding: 20px 0;
	background: url('../img/bg_footer.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}

footer div {
}

footer .logos {
	height: 100%;
	padding-top: 0px;
}

footer .logos img {
	height: 35px;
	margin: 0px 10px 0px 0;
}

footer .footernav {
	text-align: center;
	padding-top: 33px;
}
footer .center {
	text-align: center;
	padding-top: 33px;
}

footer a, footer a:visited {
	color: rgba(0, 0, 0,0.7);
}

footer a:hover {
	color: rgba(0, 0, 0,1);
}


footer a .sr-icons {
	font-size: 250%;
	margin-right: 10px;
}

footer a i.fa.fa-4x.fa-facebook-square.text-primary.sr-icons {
	color: rgba(72, 103, 170, 1);
}

footer a i.fa.fa-4x.fa-xing-square.text-primary.sr-icons {
	color: #005d5e;
}



/*
footer a i.fa.fa-4x.fa-facebook-square.text-primary.sr-icons:hover {
	color: rgba(72, 103, 170, 1);
}
*/

footer a i.fa.fa-4x.fa-linkedin-square.text-primary.sr-icons {
	color:rgba(0, 118, 181,1);
}

/*
footer a i.fa.fa-4x.fa-linkedin-square.text-primary.sr-icons:hover {
	color:rgba(0, 118, 181, 1);
}
*/

footer .col-md-2 {
	width: 16.33333%;
}

footer .col-md-5 {
	width: 40%;
}

footer .col-md-2, footer .col-md-4, footer .col-md-5 {
	padding-left: 0;
	padding-right: 10px;
}


@media (max-width: 980px) {
	footer .col-md-2, footer .col-md-4, footer .col-md-5 {
		width: 33%;
		float: left;
	}
	
	footer .col-md-6 {
		float: left;
		width: 50%;
		margin: 30px 0;
	}
	
	footer .logorow .col-md-6 {
		width: 100% !important;
	}
	
	footer .logorow .col-md-6.text-right {
		text-align: left;
	}
}

@media (max-width: 620px) {
	
	ul.serviceNav {
		width: 100%;
		clear: both;
	}
	footer .col-md-2, footer .col-md-4, footer .col-md-5 {
		width: 50%;
	}
}


footer .col-md-12 {
	margin-bottom: 30px;
}

footer h4 {
	border-bottom: 1px solid rgba(255,255,255,0.8);
	width: 100%;
	padding: 2px 0 4px 1px;
	font-size: 90%;
	margin-bottom: 4px;
	color: #0080c4;
}

footer h4 a, footer h4 a:visited {
	color: #0080c4;
}

footer .bottommenu {
	list-style-type: none;
	font-size: 90%;
}

footer .bottommenu  {
	padding: 0;
	margin: 0;
	line-height: 24px;
}

footer .bottommenu2 {
	padding: 0;
	margin: 0;
}

footer .bottommenu2 li {
	list-style-type: none;
}
footer .bottommenu2 li:before {
position: absolute;
color: #0080c4;
font-size: 15px;
left: 0px;
content: "•";
}

footer .bottommenu2 li a {
	font-size: 80%;
	padding-left: 10px;
}




.social {
	z-index: 1002;
	width: 100%;
	height: 35px;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
}

.social a, .social .socialshare {
	color: rgba(0, 101, 168, 0.8);
	height: 35px;
	display: inline-block;
	margin-bottom: 3px;
	text-align: center;
	line-height: 42px;
	position: relative;
}

.social a {
	width: 35px;
}

.social a i, social .socialshare i, .social a i.fa-2x, .social .socialshare i.fa-2x {
	color: rgba(0, 101, 168, 0.8);
	font-size: 140%;
}

.social a span {
	display: none;
}

.social .socialshare {
	position: relative;
	cursor: pointer;
	width: 120px;
}

.social .socialshare > i {
	opacity: 0;
}

.social .socialshare div {
	position: absolute;
	display: block;
	font-weight: normal;
	padding-left: 0px;
	left: 0px;
	top: 0px;
	width: 120px;
	z-index: 2;
}

.social .socialshare div a {
	display: inline-block;
}


/* Search Feld */

#searchlang {
	float:none;
	position: relative;
}

#search-container {
	float: left;
	position: relative;
	height: 40px;
	top:8px;
	left:20px;
}

#search-content {
	width:0;
	overflow: hidden;
	position:relative;
	top:3px;
	-webkit-transition: width 0.35s;
	-moz-transition: width 0.35s;
	transition: width 0.35s;
}

#search-content.show {
	width: 165px;
}


#search-container input[type="text"] {
	height: 23px;
	padding: 2px 6px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #000000;
	font-weight: normal;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #B2B2B2;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


#search-container input[type="submit"] {
	
	font-size: 12px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	
	color: #333;
	background-color: #e6e6e6;
	border: 1px solid #B2B2B2;
	
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	border-radius: 4px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top:1px;
	right: 0px;
	width: 30px;
	height: 22px;
	opacity:0;
	transition: opacity 0.1s 0;
}

#search-container input[type="submit"]:hover {
	background-color: #c2c2c2;
}

#search-container input[type="submit"].show {
	opacity:1;
	transition: opacity 0.2s 0.32s;
}


.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button.submit {
	margin-top: 5px;
}

.tx-indexedsearch td.text-search {
	padding-top: 3px;
	padding-right: 10px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #ffffff;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #47a8a7;
}

.tx-indexedsearch .tx-indexedsearch-rules {
	display: none;
}

.tx-indexedsearch .browsebox {
	padding-bottom:20px;
}

.tx-indexedsearch-icon.icon {
	width: 15px;
}

.tx-indexedsearch .tx-indexedsearch-icon.icon .punkt-blue-search {
	background: #0080c4;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	position: relative;
	top: 6px;
}

.tx-indexedsearch-percent {
	display: none;
}




/* home */
.homepage section#sec3 {
	padding: 0px;
}

.homeSlider header .flexslider .slides img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


@media (min-width: 768px) {
	
	.navbar-right {
		margin: 0;
	}
	
	.navbar-default .container-fluid {
		padding-left: 0;
	}
	
	.navbar>.container-fluid .navbar-brand {
		margin-left: 15px;
	}
	
	#mainnav {
		float: none;
		clear: right;
	}
	
	#mainnav .navbar-nav>li>a {
		padding: 20px 5px;
		font-size: 84%;
	}
	
/*
	#mainnav .navbar-nav {
		margin-right: 5px;
	}
*/
	
	.nav#submenu > li > a {
		font-size: 84%;
	}
	
	.navbar-default .navbar-nav.lang>.activelang>a {
		color: #0080c4;
	}
	
	
	
	
	#mainnav .navbar-nav>li:last-of-type>a, .nav#submenu > li:last-of-type > a {
		padding-right: 0;
	}
	
	
	
	#searchlang {
		display: block;
		float: none;
		clear: right;
/* 		background: #dedede; */
		height: 30px;
	}
	
	.bg-searchlang {
		width: 100%;
		height: 30px;
		background: #dedede;
		position: absolute;
		top:0;
		left: 0;
		z-index: -1;
	}
	
	#search-container {
		float: right;
		top: 0px;
		left: auto;
	}
	


	.lang {
		margin-right: -10px;
	}
	
	#search-container input[type="text"] {
		width: 130px;
		margin-left: 3px;
	}
	
	.icon-search {
		color: #222222;
	}
	
	.icon-search:hover {
		color: #0080c4;
	}
	
	
	
	
	
	.social {
		position: fixed;
		left: 0;
		top: 38%;
		width: 50px;
		height: auto;
		display: block;
		background-color: transparent;
	}
	
	.social a, .social .socialshare {
		display: block;
		background: rgba(235,235,235,0.8);
		line-height: 60px;
		width: 50px;
		height: 50px;
	}
	
	.social a i, .social .socialshare i, .social a i.fa-2x, .social .socialshare i.fa-2x {
		font-size: 180%;
		width: 28px;
	}
	
	.social a span {
		position: absolute;
		display: inline;
		line-height: 50px;
		font-size: 120%;
		font-weight: bold;
		padding: 0 10px;
		left: 0px;
		opacity: 0;
		color: #000;
		-webkit-transition: all 0.35s;
		-moz-transition: all 0.35s;
		transition: all 0.35s;
		background: rgba(235, 235, 235, 0.8);
		z-index: -1;
	}
	
	.affix .social a span {
		background: rgba(230, 230, 230, 0.9);
	}
	
	
	.startpage .social a span {
		color: #000;
	}
	
	
	.social a:hover span {
		opacity: 1;
		left: 53px;
		color: rgba(0, 101, 168, 1);
	}
	
	.affix .social a, .affix .social .socialshare{
		color: rgba(0, 101, 168,0.8);
		background: rgba(235,235,235,1);
	}
	
	.affix .social .socialshare div a{
		background: rgba(230, 230, 230, 0.9);
	}
	
	.social .socialshare div {
		padding-left: 55px;
		left: -120px;
		-webkit-transition: all 0.35s;
		-moz-transition: all 0.35s;
		transition: all 0.35s;
		width: 220px;
		opacity: 0;
		z-index: -1;
	}
	
	.social .socialshare > i {
		opacity: 1;
	}
	
	.social .socialshare div a {
		display: block;
		float: left;
		margin-bottom: 0px;
		margin-right: 3px;
	}
	
	
	.social .socialshare:hover div {
		opacity: 1;
		left: -2px;
	}
}



@media (min-width: 992px) {
	
	#mainnav .navbar-nav>li>a {
		padding: 20px 10px;
		font-size: inherit;
	}
	.nav#submenu > li > a {
		font-size: inherit;
	}

}





/* Video */
#video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
header video {
    display: block;
    width: 150%;
    height: auto;
    /*min-width: 100%;
    min-height: 100%;*/
}


header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/******** Daten Fakten Tabelle **********/

#c2465 table, #c2919 table {
	margin-left: 20%;
}

#c2465 td, #c2919 td {
	padding: 10px;
	font-size: 120%;
	font-weight: 100;
}

#c2465 td b, #c2919 td b {
	font-weight: 900;
	letter-spacing: 1px;
}

td.linkeSpalte {
	width: 27%;
}

td.rechteSpalte {
	width: 68%;
}

@media (max-width: 1160px) {
	#c2465 td, #c2919 td {
		padding: 4px;
		font-size: 110%;
		font-weight: 100;
	}
}

@media (max-width: 980px) {
	#c2465 td, #c2919 td {
		padding: 2px;
		font-size: 100%;
	}
}

@media (max-width: 620px) {
	
	section .box-image-text #c2465 .ce-gallery img, section .box-image-text #c2919 .ce-gallery img {
		display: none;
	}
	
	section .box-image-text #c2465 .ce-bodytext, section .box-image-text #c2919 .ce-bodytext {
		position: relative;
		padding: 0 5px;
		text-align: left;
		margin-left: 0;
		color: inherit;
		width: 100%;
		transform: none;
	}
	
	#c2465 td, #c2919 td {
		padding: 2px 2px;
	}
	
}

#c3772,
#c3788 {
	color: white;
}

#c3772 table,
#c3788 table {
	width: 100%;
}

#c3772 td,
#c3788 td {
	padding: 8px 1px 8px 0;
}

#c3772 tr:not(:last-child),
#c3788 tr:not(:last-child) {
	border-bottom:1pt dotted #bebebe;
}

#c3772 td a, #c3788 td a {
	text-decoration: underline;
}

#c3772 td a.btn, #c3788 td a.btn {
	text-decoration: none;
}

.tableX {
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(100%, 100%, 100%, 0);
	text-shadow: 0 0 0 white;
}

@media (max-width: 600px) {
	#c3772 td,
	#c3788 td {
		max-width: 70px;
		overflow: hidden;
	}
	
	#c3788 > table > tbody > tr:nth-child(22) > td:nth-child(2) > div > p > a::before {
		content: url(https://www.cmore-automotive.com/fileadmin/templates/css/fileadmin/_processed_/0/a/csm_Bildschirmfoto_2018-07-17_um_10.21.13_1eeef83483.png) !important;
	}
}

/**************************************/
/**************   products anpassungen   **************/
/**************************************/
#c3756 > h2,
#c3758 > h2,
#c3759 > h2,
#c3779 > h2,
#c3787 > h2,
#c3789 > h2 {
	margin: 0;
}

#c3686:hover > div > div.ce-gallery > div > div:nth-child(1) > div > img,
#c3686 > div > div.ce-gallery > div > div:nth-child(2) > div > img,
#c3799:hover > div > div.ce-gallery > div > div:nth-child(1) > div > img,
#c3799 > div > div.ce-gallery > div > div:nth-child(2) > div > img  {
	display: none;
}

#c3686 > div > div.ce-gallery > div > div:nth-child(1) > div > img,
#c3686:hover > div > div.ce-gallery > div > div:nth-child(2) > div > img,
#c3799 > div > div.ce-gallery > div > div:nth-child(1) > div > img,
#c3799:hover > div > div.ce-gallery > div > div:nth-child(2) > div > img {
	display: block;
}

#c3763,
#c3791 {
	padding-top: 20px;
}
#c3772 > table > tbody > tr:nth-child(22) > td > img,
#c3772 > table > tbody > tr:nth-child(22) > td > a,
#c3788 > table > tbody > tr:nth-child(22) > td > img,
#c3788 > table > tbody > tr:nth-child(22) > td > a {
	cursor: pointer;
	height: 30px;
	vertical-align: baseline;
}

@media (min-width: 800px) {
	#c3720,
	#c3719,
	#c3757,
	#c3780,
	#c3782,
	#c3784 {
		min-height: 325px;
	}
}

/**************************************/
/**************   freemium anpassungen   **************/
/**************************************/
#c3746 p,
#c3747 p {
	color: black;
	font-size: 100%;
	margin: 0;
	display: inline;
}

.freemium_header_text {
	margin: auto;
	text-align: left;
	display: table;
}



/**************************************/
/**************   cdata   **************/
/**************************************/

	
	#c4354 {
		height: 81px;
	}

/**************************************/
/**************   NEWS filter html   **************/
/**************************************/

#c2892 {
	min-height: 500px;
}

.news-pagenews .news-img-wrap, /*.list-events .news-img-wrap*/ {
	width: 100px;
	overflow: hidden;
}

.news-pagenews .news-img-wrap a {
	width: 100%;
	height: 75px;
}

.news-pagenews .news-img-wrap img /*, .list-events .news-img-wrap img*/ {
	object-fit: cover;
	width: 100px !important;
	-ms-width: 160px !important;
	height: 75px !important;
	object-position: 0 0;
}



.news-single {
	margin-top: 0px;
}

.news-single .footer .news-list-category, .news-single .footer .news-list-author {
	display: none;
}

.news-single .footer.untertitle .news-list-author {
	display: block;
}

	
.news-singel .article {
	min-height: 500px;
}
	
.news-img-caption {
	font-size: 85%;
}

.news-joblist table {
	width: 100%;
}

.news-joblist table td, .news-joblist table th {
	padding: 10px 4px;
}

.news-joblist table th {
	border-bottom: 1px solid #fff;
}

.news-joblist table td {
	border-right: 1px solid #ccc;
}

.news-joblist table td.odd {
	background: rgba(255,255,255,0.5);
}

.news-joblist table td.even {
	background: rgba(255,255,255,0.3);
}

.news-single .teaser-text {
	font-size: 1em;
	font-weight: bolder;
}

.news .article .news-img-wrap a {
	padding: 0;
	border: 0px solid #bbb;
}

.news-single .career .download {
	display: none;
}

.news-related {
	border: 0px solid;
	padding: 0px;
}

.news-single .article .news-img-wrap img {
	margin-bottom: 10px;
}

/**************************************/
/************* PopUp-FORM *************/
/**************************************/

.formular-button {
	display: inline-block;
}

/* Outer */
.popup-dl-form {
	width: 100%;
	height: 300%;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.75);
	z-index: 3500;
}
/* Inner */
.popup-dl-form-inner {
	max-width: 700px;
	width: 90%;
	padding: 5px 20px 0px 20px;
	position: absolute;
	top: 50px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 3px;
	background: #fff;
	
}
/* Close Button */
.popup-dl-form-close {
	width: 30px;
	height: 30px;
	padding-top: 4px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: ease 0.25s all;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	border-radius: 1000px;
	background: rgba(0,0,0,0.8);
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: #fff;
}
.popup-dl-form-close:hover {
	-webkit-transform: translate(50%, -50%) rotate(180deg);
	transform: translate(50%, -50%) rotate(180deg);
	background: rgba(0,0,0,1);
	text-decoration: none;
	cursor: pointer;
}

.popup-dl-form .powermail_fieldwrap_einleitung {
	width: 100%;
}

.popup-dl-form .powermail_fieldwrap .control-label {
	width: 100%;
}

/**************************************/
/**************   FORM   **************/
/**************************************/

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 

select {
  width:100%;
  color: #000;
  border: 1px solid #bbb;
  padding:.5em 0.5em .25em 0.5em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image:url(../img/select-arrow.png);
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

select::-ms-expand {
  display:none;
}

option {
  background:#fafafa;
  border-top:1px solid #444;
  padding:.3em 1em .3em 1em;
}

.form-group {
	margin-bottom: 5px;
}


header {
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  color: #0080c4;
  text-align: left;
	max-height: 60%;
	margin-top: 108px;
	overflow: hidden;
	min-height: auto;
}

header .btn {
	margin: 40px 10px 5px 10px;
}

header .btn-xl {
	padding: 7px 15px;
}

.subpage header > div:first-of-type {
	  display: none;
  }

header .header-content {
  position: relative;
  text-align: center;
/*   padding: 100px 15px 100px; */
  width: 100%;
}

.header-content-inner .left-position {
	padding-left: 220px;
}


header h1, header h2, header h3 {
  margin: 0 auto;
  color: #0080c5;;
  /*text-shadow: 1px 1px 4px black;*/
  line-height: 140%;
  font-weight: 600;
  letter-spacing: 2px;
  max-width: 80%;
  
}

header h1 {
	font-size: 520%;
}

header h2 {
	font-size: 420%;
	color: #fff;
}

header h3 {
	font-size: 400%;
}

@media (max-width: 1000px) {
	header h3 {
		font-size: 350%;
		letter-spacing: 1px;
		max-width: 98%;
	}
}

header hr {
  margin: 10px auto;
}

header p {
  font-size: 220%;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  max-width: 80%;
  margin: 0 auto;
}

header .flexslider .ce-intext.ce-right .ce-gallery div.ce-column {
	width: 100%;
}

header .flexslider .ce-intext.ce-right .ce-gallery {
	margin-left: 0;
	width: 100% !important;
}



header .flexslider .ce-bodytext {
	width: 100%;
	z-index: 100;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	text-align: center;
	pointer-events: none;
}

header .flexslider .ce-bodytext a{
	pointer-events: all;
}

header .flex-direction-nav {
	position: absolute;
	width: 95%;
	margin-left: 2.5%;
	bottom: 430px;
	padding: 0 30px;
}

header .flex-direction-nav .flex-nav-next {
	float: right;
}

header .flex-control-nav {
	bottom: 0px;
}

header .flex-control-paging li a {
	border: 1px solid #2a8dc8;
}

header .flex-control-paging li a.flex-active {
	background: #2a8dc8;
	opacity: 0.7;
}

@media (min-width: 320px) {
	header {
		height:200px;
	}
}

@media (min-width: 768px) {
	header {
		max-height: 30%;
	}
	.homeSlider header {
		min-height: calc(100% - 140px);
		max-height: calc(100% - 140px);
		height: calc(100% - 140px);
	}
	
	.homeSlider #sec1
	
	header .btn-xl {
		padding: 15px 30px;
	}
	
	.subpage header .header-content .header-content-inner .left-position:nth-of-type(2) > div img {
		top: 40%;
		max-width: 500px;
	  }
	header {
	   min-height: 60%;
	   margin-top: 140px;
	}

header .flex-control-nav {
	bottom: 400px;
}
	
	header.full-screen {
		min-height: 100%;
		min-height: calc(100% - 140px);
		
	}
  
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header.product .header-content, header.solutions .header-content {
    width: 60%;
  }
  header.product img, header.solutions img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    padding: 0 50px;
    width: 40%;
    left: 60%;
  }
  header.solutions .solutionsImg { 
	  left: 44.5%;
  }
  header.solutions img.solutionsCar {
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    padding: 0 50px;
    width: 30%;
    left: 38%;
    opacity: 0.25;
  }
  header.solutions img.solutionsInd {
    position: absolute;
    top: 62%;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    padding: 0 50px;
    width: 20%;
    left: 78%;
    opacity: 0.25;
  }
}





@media (min-width: 768px) {
  .navbar-default {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  
  .navbar-default .pageNav .nav > li > a {
    color: #666666;
  }
  
  .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a.activelink {
    color: #0080c4 !important;
  }
  
  .navbar-default .nav > li.active > a {
    color: #0080c4;
  }
}


@media (min-width: 950px) {
	header {
		max-height: 40%;
	}
}
@media (min-width: 1080px) {
	header .flex-control-nav {
		bottom: 420px;
	}
}
@media (min-width: 1200px) {
	header {
		max-height: 50%;
	}
	
	
}
@media (min-width: 1240px) {
	header.solutions img.solSoft {
	    top: 24%;
	    left: 44%;
	    transform: scale(0.8);
	}
	header.solutions img.solSoft:hover {
	    top: 24%;
	    left: 44%;
	    transform: scale(1);
	}
	
	header.solutions img.solVal {
	    top: 50%;
	    left: 29%;
	    transform: scale(0.8);
	}
	
	header.solutions img.solMec {
	    top: 50%;
	    left: 50%;
	    transform: scale(0.8);
	}
	
	header.solutions img.solVal:hover {
	    top: 50%;
	    left: 29%;
	    transform: scale(1);
	}
	
	header.solutions img.solMec:hover {
	    top: 50%;
	    left: 50%;
	    transform: scale(1);
	}
}

@media (min-width: 1440px) {
	header {
		max-height: 60%;
	}
	header .flex-control-nav {
		bottom: 320px;
	}
	header .flex-direction-nav {
		bottom: 340px;
	}
}



@media (min-width: 768px) {
  
	
	.pageNav {
		display: block;
		height: 40px;
		float: none;
		clear: right;
	}
	
	.navbar-default .pageNav .navbar-brand {
		color: #0080c4;
		line-height: 30px;
		padding: 6px 15px;
		font-size: 115%;
		float:left;
		text-align: left;
	}
	.navbar-default .pageNav .navbar-brand i {
		display: none;
	}
	
   
  
}




.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
  
	.navbar-brand {
	}
	.logo {
		width: 149px;
		height: 58px;
		background: url(../img/logo.png) 0px 0px no-repeat;
		background-size: 100%;
		margin-left: 0px !important;
	}
}
.service-box p {
  margin-bottom: 5px;
}
.portfolio-box {
  position: relative;
  display: block;
  /*max-width: 650px;*/
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(0, 101, 168, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
	.logo {
		width: 149px;
		background: url(../img/logo.png) 0px 0px no-repeat;
		background-size: 100%;
		margin: 60px 0 0 0 !important;
	}
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #0080c4;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.nogutter-fluid {
	pointer-events: none;
}

.nogutter-fluid .ce-bodytext {
	pointer-events: none;
}

.nogutter-fluid a {
	pointer-events: all;
	display: block;
}

.col-xs-12.nogutter-fluid, .col-sm-6.nogutter-fluid, .col-lg-6.nogutter-fluid {
	padding: 0;
}

.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #c2c2c2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #0080c4;
  border-color: #0080c4;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}


.btn-primary:visited {
  color: white;
  background-color: #0080c4;
  border-color: #0080c4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff; 
	background-color: #49bbbb;
	border-color: #8c8c8c;
	text-shadow: none;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0080c4;
  border-color: #0080c4;
}
.btn-primary .badge {
  color: #0080c4;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}

.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}


.bot-right {
	position: absolute;
	right: 30px;
}


/* Carousel */

.flex-viewport {
	max-height: 3000px;
}

header .flex-viewport {
	max-height: 70% !important;
}

section .flexslider ul {
	border: 0;
}

.flexslider {
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px;
}

.flex-direction-nav {
	margin-top: 25px;
	line-height: 100%;
}

.flex-control-nav {
	bottom: -10px;
}

section .flexslider .slides > li {
	overflow: hidden;
}


.flex-direction-nav a {
  opacity: 1;
}

.flex-direction-nav a:before {
  font-size: 30px;
  line-height: 40px;
}

header .flex-direction-nav a:before, .bg-primary .flex-direction-nav a:before, .bg-secondary .flex-direction-nav a:before {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}

.flexslider:hover .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1 !important;
}

.flex-direction-nav .flex-prev:hover:before, .flex-direction-nav .flex-next:hover:before {
  color: #2a8dc8;
}

.bg-primary .flex-direction-nav .flex-prev:hover:before, .bg-primary .flex-direction-nav .flex-next:hover:before {
  color: #000;
}

.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev  {
  left: -1%;
  padding-top: 5px;
}
.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next  {
  right: -1%;
  text-align: right;
}

.flexslider ul.slides > li:before, .flex-viewport ul.slides > li:before, ol.flex-control-nav > li:before, ul.flex-direction-nav > li:before  {
	position: relative;
	content: "";
}

.flex-control-nav li {
	margin: 0 2px;
}

.flex-control-paging li a {
	background: transparent;
	border: 1px solid #000000;
}

.flex-control-paging li a:hover {
	background: transparent;
}

.bg-primary .flex-control-paging li a {
	border: 1px solid #ffffff;
}

.bg-primary .flex-control-paging li a.flex-active {
	background: #ffffff;
}

.flexslider.notVisible {
	display: block;
	height: 0; 
	overflow: hidden;
}

#flexslider788 .flex-viewport, #flexslider1653 .flex-viewport {
	padding-top: 20px;
}

section .flexslider .row div h3{
	margin-top: 20px;
}

section .flexslider .row > div:first-of-type h3{
	margin-top: 0px;
}

section .flexslider .ce-bodytext a:hover {
	text-decoration: underline;
}

#flexslider777 h3, #flexslider1597 h3 {
	height: 66px;
}

@media (min-width: 768px) {
	section .flexslider .row div h3{
		margin-top: 0px;
	}
}

@media (max-width: 768px) {

	#flexslider777 h3, #flexslider1597 h3, #flexslider577 h3, #flexslider1741 h3 {
		height: auto !important;
	}
	.formular-button {
		margin-top: 7px;
	}
	
	ul.serviceTop {
		font-size: 85% !important;
		width: 50% !important;
		right: 5px !important;
	}
	ul.serviceTop li{
		float: right !important;
		margin-left: 15px !important;
		padding: 6px 0 !important;
	}
	
	
}

@media (max-width: 875px) {
	
	#flexslider1741 h3 {
		height: 50px;
	}
	
	.btn-xl, .btn-m {
		padding: 6px 10px !important;
		font-weight: normal
	}
	
	.btn {
		white-space: normal !important;
	}
}

@media (max-width: 1024px) {
	
	section .flexslider h3 {
		font-size: 120%;
	}

	#flexslider777 h3, #flexslider1597 h3 {
		height: 50px;
	}
}
/**** Einblicke History ****/

#flexslider2328 .row div div:nth-child(3), #flexslider1135 .row div div:nth-child(3) {
	height: 165px;
}


@media (max-width: 800px) {
	.flexslider h2 {
		margin-top: 30px;
	}

	#flexslider2328 .row div div:nth-child(3), #flexslider1135 .row div div:nth-child(3) {
		height: auto;
		margin-bottom: 15px;
	}
	
	#c1589 img, #c1574 img, #c1563 img {
		width: 50%;
		margin-left: 20%;
	}
	
	#c860 img, #c935 img, #c214 img {
		width: 50%;
		margin-left: 20%;
	}
}

/* Accordion */


.panel {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-default {
	border-color: transparent;
}

.panel-default>.panel-heading {
	background-color: transparent;
	border-color: transparent;
	padding: 5px 0px;
}

.panel-heading, .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0;
}



.panel-title>a, .panel-default>.panel-heading {
	color: #0080c4;
}

.bg-primary .panel-title>a, .bg-primary .panel-title>a:hover, .bg-primary .panel-default>.panel-heading, .bg-primary .panel-default>.panel-heading:hover {
	color: #ffffff;
}

.panel-title>a:hover, .panel-title>a:focus {
	color: #0080c4;
}

.panel-group .panel+.panel {
	margin-top:0;
}

.panel-body {
	padding: 0px
}

section .box {
	/*background: rgba(0,0,0,0.1);*/
}

section .box .ce-gallery {
	background: rgba(0,0,0,0.1);
	padding: 5px;
	margin-bottom: 10px;
}

section.bg-primary .box .ce-gallery, section.bg-secondary .box .ce-gallery {
	background: rgba(255,255,255,0.6);
	padding: 5px;
	margin-bottom: 10px;
}

/* Box image + text */

.box-image-text {
	position: relative;
	display: table;
	width: 100%;
}

.box-image-text .ce-textpic {
	cursor: pointer;
}

.box-image-text .ce-gallery, .box-image-text .ce-column {
	width: 100%;
}

.box-image-text .ce-gallery {
	margin: 0 !important;
}

.box-image-text .ce-gallery:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 101, 168, 0.9);
	top: 0;
	left: 0;
	bottom: 0;
	display: table-cell;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	transition: opacity 0.35s;
	opacity: 0; 
}

.bg-primary .box-image-text .ce-gallery:before {
	background: rgba(255,255,255, 0.8);
}

/*
.box-image-text .ce-textpic:hover .ce-gallery:before {
	opacity: 1;
}
*/

.box-image-text .ce-bodytext {
	position: absolute;
	width: 100%;
/* 	opacity: 0; */
	text-align: center;
	display: table-cell;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	transition: opacity 0.35s;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	color: #fff;
}

/*
.box-image-text .ce-textpic:hover .ce-bodytext {
	opacity: 1;
}
*/

.box-image-text .ce-bodytext h1, .box-image-text .ce-bodytext h2, .box-image-text .ce-bodytext h3, .box-image-text .ce-bodytext p {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	padding: 0;
	color: rgba(255, 255, 255, 0.7);
	margin:0;
	padding:0;
}


.bg-primary .box-image-text .ce-bodytext h1, .bg-primary .box-image-text .ce-bodytext h2, .bg-primary .box-image-text .ce-bodytext h3, .bg-primary .box-image-text .ce-bodytext p {
		color: #0080c4;
}

.box-image-text .ce-bodytext p {
	font-size: 18px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	padding: 0 15px;
	color: #ffffff;
	margin:0;
}


	
	.box-image-text .ce-bodytext h1 {
		font-size: 22px;
		margin-bottom: -20px;
	}

	.box-image-text .ce-bodytext h2 {
		font-size: 18px;
		line-height: 220%;
	}
	
	.box-image-text .ce-bodytext h3 {
		font-size: 16px;
		line-height: 120%;
	}
	
	.box-image-text .ce-bodytext h4 {
		font-size: 14px;
		margin-bottom: -15px;
		color: #fff;
	}


@media (min-width: 621px) {
	
	.box-image-text .ce-bodytext h1 {
		font-size: 24px;
		margin-bottom: -10px;
	}

	.box-image-text .ce-bodytext h2 {
		font-size: 20px;
	}
	
	.box-image-text .ce-bodytext h3 {
		font-size: 18px;
	}
	
	.box-image-text .ce-bodytext h4 {
		font-size: 16px;
		margin-bottom: -5px;
	}
	
	
	.box-image-text .ce-bodytext p {
		font-size: 14px;
	}
	
	.box-image-text .ce-gallery:before {
		opacity: 0;
	}
	
	.box-image-text .ce-textpic:hover .ce-gallery:before {
		opacity: 1;
	}
	
	.box-image-text .ce-bodytext {
		opacity: 0;
		padding:  0 30px;
	}
	
	.box-image-text .ce-textpic:hover .ce-bodytext {
		opacity: 1;
	}
}




/* Form Feedback */

.powermail_message_error {
	display: none;
}

.tx-powermail .container-fluid {
	padding: 0;
}

.tx-powermail h3 {
	display: none;
}

.powermail_fieldset legend {
	display: none;
}

.powermail_field_error_container li:before, .parsley-errors-list li:before {
	list-style-type: none !important;
	content: "";
}

.powermail_fieldwrap .col-sm-2 {
	width: 50%;
}

.powermail_fieldwrap_type_input .col-sm-10, .powermail_fieldwrap_type_submit .col-sm-10, .powermail_fieldwrap_type_textarea .col-sm-10 {
	width: 100%;
}

.powermail_fieldwrap_type_submit .col-sm-10 {
	margin-left: 0;
	text-align: center;
}

.powermail_fieldwrap .control-label {
	text-align: left;
}

.powermail_fieldwrap textarea, .powermail_fieldwrap input[type="text"] {
background-color: #e3e3e3;
}

.bg-secondary .powermail_fieldwrap input[type="text"], .bg-secondary .powermail_fieldwrap textarea, .bg-primary .powermail_fieldwrap input[type="text"], .bg-primary .powermail_fieldwrap textarea  {
	background-color: rgba(255,255,255,0.6);
}

.bg-primary input[type="submit"] {
	background-color: #fff;
	border-color: #0080c4;
	color: #0080c4;
}

.powermail_create .table-striped>tbody>tr:nth-of-type(odd) {
	background: none;
}

input:disabled {
	opacity: 0.5
}


div.csc-mailform ol li {
	list-style: none;
	margin-bottom:14px;
}

.csc-mailform li:before {
	display: none;
}

.csc-mailform input[type="text"] {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #000000;
	background-color: #D2D2D2;
	background-image: none;
	border: 1px solid #B2B2B2;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.csc-mailform textarea {
	display: block;
	width: 100%;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #000000;
	background-color: #D2D2D2;
	border: 1px solid #B2B2B2;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.csc-mailform .csc-form-9 {
	text-align: center;
}

.csc-mailform .csc-form-9 label {
	display: none;
}

.csc-mailform input[type="submit"] {
	
	display: inline;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	
	color: white;
	background-color: #0080c4;
	border-color: #0080c4;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	border: none;
	border-radius: 8px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px black;
}

.bg-primary .csc-mailform input[type="submit"] {
	background-color: #afafaf;
	border-color: #0080c4;
}

.csc-mailform input[type="submit"]:hover {
	color: #333; 
	background-color: #49bbbb;
	border-color: #8c8c8c;
	text-shadow: none;
}

.powermail_fieldwrap_datenschutzerklaerung div {
	margin-left: 0 !important;
}

.powermail_fieldwrap_type_html .col-sm-offset-2 {
	margin-left: 0;
}

.powermail_fieldwrap_type_html .col-sm-10 {
	width: 100%;
}


/* Form Career location */
form .career-select h4 {
	margin: 0 0 7px 0;
}

form .location, form .domain, form .entry {
	margin-bottom: 10px;
	background: rgba(255,255,255,0);
	padding: 5px;
	width: 33%;
	float: left;
	box-sizing: border-box;
}

form  .career-select select {
	width: 100%;
}

form  .career-select label {
	font-weight: normal;
	width: 100%;
}



/* Service Nav */
ul.serviceNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
}
ul.serviceNav li{
	margin: 0;
	float: left;
	margin-right: 15px;
}

ul.serviceTop {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 85%;
	width: 30%;
	position: absolute;
	z-index: 500;
	
}
ul.serviceTop li{
	margin: 0;
	float: left;
	margin-right: 15px;
	padding: 4px 0;
}

/* Dmail Subsription */

.dmailSub label {
	width: 250px;
	font-weight: 200;
}
.dmailSub .submit:disabled {
	opacity: 0.5
}

#c2286 label {
	width: 250px;
	font-weight: 200;
}

/* Software tools */
#c446, #c785, #c3184, #c3186, #c2687, #c2691 {
	min-height: 235px;
}

/* C.ids */

#c3129, #c3128, #c3127, #c3121, #c3120, #c3119 {
	height: 52px;
}
@media (max-width: 762px) {
	
	#c3129, #c3128, #c3127, #c3121, #c3120, #c3119 {
		height: auto;
		margin-top: 15px;
	}
}


/***************** Cookies ******************/

#tx_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1200;
	font-size: 90%;
}

#c4909 #tx_cookies {
	position: relative;
}

#tx_cookies input[type="submit"] {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	border: none;
	border-radius: 8px;
	font-weight: 500;
	font-size: 90%;
	padding: 4px 10px;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
	color: white;
	background-color: #0080c4;
	border-color: #0080c4;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

#tx_cookies input[type="submit"]:hover {
	color: #ffffff; 
	background-color: #49bbbb;
	border-color: #8c8c8c;
}

#tx_cookies input.grey[type="submit"] {
	color: white;
	background-color: #c0c0c0;
	border-color: #c0c0c0;
}

#tx_cookies input.grey[type="submit"]:hover {
	color: #ffffff; 
	background-color: #535353;
	border-color: #535353;
}

#tx_cookies_close {
	display: none;
}

#tx_cookies_accept {
	float: left;
	margin-right: 20px;
}


/* Smartphone Max width */


@media (max-width: 480px) {
	
	body {
	  font-size: 1.25em;
	}
	
	section {
		padding: 20px 0;
	}
	
	h1 {
		font-size: 220%;
	}
	
	h2 {
		font-size: 180%;
	}
	
	h3 {
		font-size: 150%;
	}
	
	h4 {
		font-size: 130%;
	}
	
	header hr, header .flex-control-nav {
		display: none;
	}
	header .flex-direction-nav {
		bottom: auto;
		top:50%;
	}
	
	.btn-xl {
		font-size: 120% !important;
		padding: 4px 10px !important;
		font-weight: normal
	}
	
	.slides > li {
	}
	
	.ce-intext.ce-left ol, .ce-intext.ce-left ul {
		padding-left: 0;
	}
	
	ul.serviceTop {
		margin-top: -23px;
	}
	
	ul.serviceTop li {
		margin-right: 0px;
	}
	
}


@media (max-width: 767px) {
	
	header h1, header h2, header h3 {
	  line-height: 140%;
	  max-width: 96%;
	  
	}

	header h1 {
		font-size: 220%;
	}
	
	header h2 {
		font-size: 160%;
		color: #fff;
	}
	
	header h3 {
		font-size: 160%;
		line-height: 140%;
	}
	
	header p {
	  font-size: 120%;
	  line-height: 130%;
	  max-width: 96%;
	}

	header .btn {
		margin: 10px 5px 2px 5px;
	}
	
	header .btn-xl {
		font-size: 60% !important;
		font-weight: 600;
	}	
	
	header .flexslider .slides > li .ce-textpic {
		position: relative;
		height: 200px;
	}
	
	header .flexslider .slides > li .ce-textpic .ce-gallery img {
		height: 200px;
	}
	
	header .flexslider .ce-bodytext {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute;
	}
	
	
	header .flex-direction-nav {
		bottom: 18px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: 0;
	}
	
	header .headerInner {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute;
		top: 50%;
		width: 100%;
	}
	
	
	.ce-left .ce-gallery {
		float:none;
		clear: left;
	}
	
	.ce-intext.ce-left ol, .ce-intext.ce-left ul {
		padding-left: 0;
		overflow: hidden;
	}
	
	.ce-right .ce-gallery {
		float:none;
		clear: left;
	}
	
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left: 15px
	}
	
	.col-sm-6 {
		margin-top: 20px;
	}
	
}
@media (max-width: 1024px) {
	
	.container {
		width: 95%;
	}
	
}

@media (max-width: 980px) {
	section {
		font-size: 90%;
	}
}


/* iPad Max width */
@media (max-width: 762px) {
	.container {
		padding-left: 10px !important;
	}
	.ce-intext.ce-right .ce-gallery {
		margin-left: 0;
	}
}


@media (max-width: 1024px) {
	
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	}
	
	.box-image-text .ce-bodytext {
		padding: 0 25px;
	}
	
	.header-content-inner .left-position {
		padding-left: 220px;
	}
	.homeSlider #sec3 .box-image-text .h1, .homeSlider #sec3 .box-image-text h3, .homeSlider #sec3 .box-image-text h4 {
		font-size: 90%;
	}
	
	.header-content-inner img {
		height: 100%;
	}
	
	.header-content-inner #c4279 img, .header-content-inner #c4208 img {
		height: auto;
		width: 150px;
	}
	
	#c4354 {
		height: auto;
	}
	
}

@media (max-width: 801px) {
	.bg-primary {
		padding: 30px 0;
	}
	
	p {
		margin: 5px 0;
	}
	
	.header-content-inner #c4279 img, .header-content-inner #c4208 img {
		height: auto;
		width: 60px;
	}
}

@media (max-width: 620px) {
	
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left: 15px;
	}
	
	.col-sm-4 {
		margin-top: 20px;
	}
	
	.row .col-sm-4:first-child {
		margin-top: 0px;
	}
	
	
	.header-content-inner .left-position {
		padding-left: 100px;
	}
	
	section .box-image-text .ce-gallery a {
		
		height:  80px;
	}
	
	section .box-image-text .ce-bodytext {
		padding: 0 5px;
		text-align: left;
		margin-left: 32%;
		color: #000;
		width: 68%;
		transform: translateY(-80%);
	}
	
	.homeSlider section .box-image-text .ce-bodytext h1 {
		font-size: 110%;
		color: #0080c4;
	}
	
	.homeSlider section .box-image-text .ce-bodytext h3 {
		font-size: 100%
	}
	
	.homeSlider section .box-image-text .ce-bodytext h4 {
		display: none;
	}
	
	.homeSlider section .box-image-text .ce-bodytext {
		font-size: 90;
		transform: translateY(-50%);
	}
	
	section .box-image-text .ce-bodytext h3, section .box-image-text .ce-bodytext h1 {
		color: #000;
	}
	
	section .box-image-text .ce-bodytext p {
		font-size: 80%;
		line-height: 120%;
		color: #000;
		padding: 0;
	}
	
	section .box-image-text .ce-gallery img {
		position: relative;
		max-width: 30%;
		float: left;
		margin-bottom: 5px;
	}
	
	section .box-image-text .ce-gallery img {
		position: relative;
		max-width: 30%;
		float: left;
		margin-bottom: 5px;
	}
	
	section .flex-viewport .box-image-text {
		/*width: calc(100% - 20px);*/
	}
	
	section .flex-viewport .row {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	
	
	section .flex-viewport .col-md-2, section .flex-viewport .col-md-3, section .flex-viewport .col-md-4, section .flex-viewport .col-md-5, section .flex-viewport .col-md-6, section .flex-viewport .col-sm-2, section .flex-viewport .col-sm-3, section .flex-viewport .col-sm-4, section .flex-viewport .col-sm-5, section .flex-viewport .col-sm-6 {
		padding-left: 0px;
	}
	
	.news-single .article .news-img-wrap {
		width: 100%;
	}
	
	.news-single {
		margin-top: 0px;
	}
	
	input, textarea {
		border: 1px solid #ccc;
	}
	
	
	section .flex-viewport {
		overflow: auto !important;
		max-height:  none !important;
	}
	
	section .flexslider ul.slides {
		width: auto !important;
		margin-left: 0 !important;
	}
	
	section .flexslider ul.slides li.clone {
		display: none !important;
	}
	
	section .flexslider .flex-control-nav, section .flexslider .flex-direction-nav {
		display: none;
	}
	
}


@media (max-width: 360px) {
	section .flexslider .row h3 {
		font-size: 14px;
	}
}



#c3177, #c3178, #c3173, #c3174, #c3180, #c3182, #c3183 {
	display: none;
}