/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2

#CCFF99
#96B4D3
#001f40
#00234c
#96B4D3
#18588A
*/
/*
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

}
*/

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400&subset=latin,latin-ext);*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic&subset=latin,latin-ext);


body {
	font-family: 'Open Sans', helvetica, Arial, sans-serif;
/* 	font-family: 'OpenSansRegular', helvetica, Arial, sans-serif; */
	color:#454443;
	-webkit-text-size-adjust:none;
	
	background-color: #fff;
}
 body, div, dl, dt, dd, ul, ol, li, a, p {
	font-size:16px;
} 
.ctn h5, h6, h5, h4, h3, h2, h1 {
/* 	color: #00234c; */
	color: #16518d;
	font-weight:normal;
	font-family: 'Open Sans', helvetica, Arial, sans-serif;
}
.inline-headline {
	color: #18588A;
	font-weight:normal;
	font-family: 'Open Sans', helvetica, Arial, sans-serif;
}

h2 {
/* 	font-family: 'OpenSansLightItalic', helvetica, Arial, sans-serif; */
	font-family: 'Open Sans', helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
}
h5 {
	font-size:18px;
}

h7 {
	color: #16518d;
	font-weight: bold;
	font-family: 'Open Sans', helvetica, Arial, sans-serif;
	font-size: 14px;
}

.sub-head-div {
	padding: 5px 0 5px 0;
}

a {
	color:#00234c;
    -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-out;
	-moz-transition: background-color 0.15s ease-in, color 0.15s ease-out;
	-ms-transition: background-color 0.15s ease-in, color 0.15s ease-out;
	-o-transition: background-color 0.15s ease-in, color 0.15s ease-out;
	transition: background-color 0.15s ease-in, color 0.15s ease-out;
}
a:hover {
	color:#96B4D3;
}

.bg-danger {
  background-color: #f2dede;
}

.brand-logos li {
	text-align: center;
	min-height: 158px;
	max-height: 158px;
	display:inline-block;
	line-height: 138px;
	vertical-align: middle;
}

.brand-logos li img {
	max-height: 138px;
}

.head-first-line {
    height: 0px;
    text-align:right;
    padding-right:5px;
    line-height: 32px;
    font-size: 17px;
    background-color:#96B4D3;
}
.head-navi {

/* 	height: 105px; */
	margin-bottom:15px;
 	border-bottom:1px solid #e7edf3;
}
.head-navi .row {
	background-color:#f7f7f7;
}
.outside-header {
	background-color:#f7f7f7;
}
.no-touch .outside-header {
	background-color:#f7f7f7;
	top:0px;
	left:0;
	width:100%;
	z-index:30;
	box-shadow: 4px 6px 6px 5px #FFFFFF;
	background-image: url(../images/tr.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.touch .nav-bar li a {
    font-size: 18px;
}

.main-navigation-container .flyout a {
    padding: 5px 0;
}

@media only screen and (max-width: 1176px) {
	.no-touch .outside-header {
		background-image: none;
	}
}
.no-touch .page-header {
	margin-top: 70px;
}
.no-touch .head-navi {
	margin-bottom:0;
}
.main-navigation-container {
	margin-top: 78px;
}
.head-logo {
	cursor: default;
	display:none;
}
.head-logo img{
	margin: 10px 0 22px;
	visibility: hidden;
}
.go-to-lang-selection {
	position:absolute;
	right:0;
	top:0;
	min-width:160px;
	height: 40px;
	text-align: right;
	z-index: 31px;	
}
.go-to-lang-selection a{
	display:block;
	width:100%;
	padding: 5px 14px 10px 15px;
	height:40px;
	text-align: right;
	min-width:160px;
	z-index: 32px;
	font-weight:400;
}


.head-navi-links a.active {
	background-color:#96b4d3;
	color:#fff;
}

.nav-bar {
	background-color: transparent;
	height: 46px;
	margin: 0;
}

.nav-bar > li {
	float: none;
	display:inline-block;
	border: 0 none;
	line-height: 16px;
}

.nav-bar > li > a {
	color: #16518d;
}
.nav-bar > li:hover {
	background-color: inherit;
}
.nav-bar li a:hover {
	color: #454443;
/* 	border-bottom: 1px solid #96b4d3; */
}
.nav-bar > li > a:first-child {
	float: none;
	padding: 15px 0;
	font-size: 20px;
}
.nav-bar > li:last-child {
	border: 0 none;
}
.flyout {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	top: 47px;
	border-color: transparent;
	background-color: #f7f7f7;
}



/** deaktivert flyout dropdown icon **/
.nav-bar > li.has-flyout > a.flyout-toggle {
	padding:0;
}
.no-touch .nav-bar > li.has-flyout > a:first-child {
	padding-right: 0;
}
.no-touch .nav-bar > li.has-flyout > a:first-child::after {
	display: none;
}

.touch .nav-bar > li.has-flyout > a:first-child::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #16518d transparent transparent transparent;
    position: absolute;
    right: 0px;
    top: 20px;
}
.main-navigation-container ul {
	line-height:16px;
	text-align: justify;
	list-style-type: none;
	margin-bottom: 0px;
}
.main-navigation-container ul:after {
content: "";
width: 100%;
display: inline-block;
line-height: 1px;
height: 1px;
margin-bottom:1px
}
.main-navigation-container li {
    margin: 0px;
    display: inline-block;
}

.main-navigation-container:before {
	content: url("../images/lex.png");
	position: absolute;
	left: -36px;
	bottom: 6px;
	cursor: pointer;
	z-index:0;
	
}

@media only screen and (max-width: 1102px) {

	.xright {
		left: auto;
		right: -2px;
	}
	.xright p {
		text-align: right;
	}
}

@media only screen and (max-width: 1032px) {

	.main-navigation-container:before {
		display: none;
	}
	.main-navigation-container {
		margin-top: 0;
	}
	.head-logo {
		cursor: pointer;
		display:inline;
	}
	.head-logo img {
		visibility: visible;
	}

}
.main-navigation-container a {
    font-size: 20px;
    transition: all 50ms ease-out 0s;
    padding: 1px 0;
    font-weight: 400;
	color: #16548d;
	border-bottom: 1px solid transparent;
}
.main-navigation-container a:hover {
	color: #16518d;

}
.main-navigation-container a.active {
	color: #454443;
	border-bottom: 1px solid #16518d;
}

.lex-logo img{
	margin: 15px 0 15px 0;
}

.main-navigation {
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom:40px;
}

.main-navigation a {
   	border-top: 1px solid #2BA6CB;
    display: block;
    float: left;
    margin-right: 0.7%;
    min-height: 71px;
    padding-left: 3px;
    padding-right: 1px;
    padding-top:5px;
    width:18.7%;
}

.main-navigation a:last-child {
	width:22.4%;
	margin-right:0;
}

.main-navigation a.active {
	border-top-width: 3px;
	padding-top:3px;
}

.main-navigation a:hover {
	background-color: #28406b;
}

.main-navigation a:hover .main-link, .main-navigation a.active .main-link{
	color: #F8C500;
}

.navi-frame, .header-frame {
	box-shadow: 0px 1px 4px -1px #000;
}

 .additional-link-text {
	font-size:12px;
	font-weight: 300;
	padding-left:15px;
}

.page-header {
	margin-top:35px;
	
}
.page-header p {
	margin: 35px 0 20px;
}
.headline-container {
	border-top: 1px solid #2BA6CB;
	background-image: url("../images/bg.png");
	background-repeat: no-repeat;
	background-position: -60px 0;	
	padding-left:3px;
}

.headline-sub {
	display:block;
	font-size:16px;
	color:#454443;
	line-height:2;
	font-style: italic;
}

#webcam img {
	width:100%;
}

/* orbit graceful loading */
.orbit DIV.orbit-slide {
/* 	filter: none !important; */
/* 	zoom:1; */
}
#featured { 
	background: url(../images/loading.gif) center center #fff no-repeat; 
/* 	min-height: 277px; */
	margin: 35px 0;
}
.orbit-slide {
	background-color:#fff;
}
.no-js #featured { height:auto; }
#featured img { display: none; }
.no-js #featured img:first-child { display: block;} 

#featured.orbit { background: none; height:auto;}
#featured.orbit img { display: block; }

.slider-container .orbit-bullets {
	left: auto;
	right:0;
}

.ctn-bold {
	margin: 15px auto 0px;
    color: #16518d;
    font-weight: 300;
}

.ctn p, .ctn label, .ctn li{
    font-weight: 300;
}

.image-presentation-row, .margin-top {
	margin-top: 35px;
}

 .image-presentation-row img, .panel-b img, .map-container, ._contact-form-container{
	border: 2px solid #E3E3E3;
	margin:2px;
	padding:2px;
	background-color:#fff;
	border-radius:3px;
}
.show-for-small .panel-b {
	text-align: center;
}
footer {
	margin-top: 135px;
	background-color:#f7f7f7;
	padding: 16px 0 0;
	background-image: url("../images/bl.png");
	background-position: top left;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1174px) {
	footer {
		background-image: none;
	}
}
footer .row {
	background-color:#f7f7f7;
}
.s-home footer {
	margin-top: 115px;
}
.footer-ctn-container {
	margin-bottom: 30px;
}

.footer-ctn-container a {
	color: #454443;
}
.footer-ctn-container a:hover {
	color: #16518d;
}
.footer-ctn-container p {
	font-weight: 300;
	min-height: 100px;

}
.footer-last-line, .footer-last-line .row {
	background-color: #e3e3e3;
}
.footer-last-line {
	line-height: 70px;
	vertical-align: middle;
}
.footer-webcam-container {
	height:100px;	
	overflow:hidden;
	border: 2px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
}
.footer-webcam-container img{
		margin-top:-11px;
}
/* -----------------------------------------
   products
----------------------------------------- */
 .product-details-text {
	text-align: center;
}
 .product-details-text p {
 	font-size: 16px;
 }
 	
 .modern-pd {
 	margin-top:70px;
 	padding: 70px 0 0;
 	border-top: 1px solid #e3e3e3;
 }
 .modern-pd .product-details-text {
	text-align: left;
}

 .modern-pd h5 {
 	margin-top:0;
 }

.product-details ul {
	margin-left: 15px;
}

.product-link {
	text-align: right;
}
.product-link a{
	color: #F8C500;
	font-weight: 700;
}

.image-row {
	margin: 35px auto;
}

.footer-pl24-flyer {
	margin-top:-252px;
	position:absolute;
	right:0;
}

.link-image-container img {
	padding-top: 7px;
}
/* -----------------------------------------
   contact
----------------------------------------- */

.map-container , .contact-form-container{
    margin-bottom:35px;
}
#email, #phone, #map, #form {
	line-height: 26px;
}
#email i, #phone i, #map i, #form i {
	vertical-align: middle;
	font-size:26px;
	margin-right: 10px;
}
.contact-data span {
	display:block;
}

/* -----------------------------------------
   karriere
----------------------------------------- */

.career-icon {
	vertical-align: middle;
	font-size:26px;
	margin-right: 10px;	
}

/* -----------------------------------------
   sprachauswahl
----------------------------------------- */
.no-touch .lang-selector .page-header {
	margin-top: 130px !important;
}
.second-image {
	margin-top: 35px;
}
.single-image-in-row {
	text-align: center;
}
.lang-selection {
	list-style-type: none;	
}
.lang-selection li {
	margin-bottom: 55px;
}
.show-for-small .lang-selection li {
	margin-bottom: 17px;
}
.lang-selection li:last-child {
	margin-bottom:0;
}
.lang-selection a {
	display:block;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
}

/* ----------------------------
	pl24
	-------------------------*/
#mainContent {
	margin-bottom: 35px;
    margin-top: 35px;
    overflow: hidden;
    padding-bottom: 22px;
	
}
.pl24-snd-row {
	margin-bottom: 35px;
    margin-top: 35px;
}
blockquote {
	margin-top: 15px;
	
}
.ctn blockquote p {
	font-style: italic;
	color: #454545;
}
blockquote cite {
	color: #001F40;
	margin-top:15px;
}
#sideDeviceDesktop {
    max-width: 240%;
}	
@media only screen and (max-width: 910px) {

	.animation-text {
		font-size: 20px;
	}

	.head-navi-links a {
	    padding:5px 10px 4px;
	    margin-top:4px;
	    font-size:16px;
	    line-height: 16px;
	}
	.head-navi-links a:first-child {
		margin-left: -10px;
	}
	
	.head-logo img{
		margin: 10px 0 16px;
	}	


}
@media only screen and (max-width: 768px) {
	div#featured {
		height: 223px;
	}
	
	#sideDeviceDesktop {
	    max-width: 100%;
	    margin-top:15px;
	}

}

@media only screen and (max-width: 767px) {
	
	.no-touch .page-header {
		margin-top: 15px
	}
	.animation-text {
		font-size: 18px;
		font-weight: 700;
	}
	
	footer {
		margin-top:70px;
		padding:0;
	}
	
	footer h5 a {
		min-width:50%;
		display:block;
	}
	
	.footer-ctn-container .columns {
		border-top: 1px solid #2ba6cb;
		margin-bottom: 30px;
	}
	
	.footer-ctn-container .columns:first-child {
		border-top-width: 0;
	}	
	.footer-ctn-container .columns:last-child {
		margin-bottom: 0;
	}	
	
	.footer-ctn-container p {
		min-height: auto;
	}
	
	.headline2-container {
		top: 2em;
	}
	
	.headline2-container h3 {
		font-size:22px;
		margin-top:5px;
		margin-bottom:5px;
	}
	.headline2-container .headline-sub {
		font-size:13px;
	}
	
	.head-navi-links a {
	    font-size: 15px;
	    font-weight: 700;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	
	.head-navi-links a:first-child {

	    padding-left: 5px;

	}
	
	.slider-container {
		display:none;
	}
	
	.modern-pd h5 {
		margin-top: 14px;
	}
	
	.link-image-container {
		display:block;
		width:100%;
		text-align: center;
	}


}

@media only screen and (max-width: 520px) {
		
	.animation-text {
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0;
	}
		
	.headline-container h3 {
		font-size:17px;
	}
	.headline-container .headline-sub {
		font-size:12px;
		font-weight: 400;
	}
}

@media only screen and (max-width: 320px) {
		
	.animation-text {
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0;
		text-shadow: none;
	}
}
.show-for-xsmall { display: none; }
.hide-for-xsmall { display: inherit; } 
/** add extra small selectors **/
@media only screen and (max-width: 520px) { 
	.show-for-xsmall { display: inherit !important; }
	.hide-for-xsmall { display: none !important; } 
}
@media only screen and (min-width: 521px) { 
	.show-for-xsmall { display: none !important; }
	.hide-for-xsmall { display: inherit !important; } 
}


#products { background: url(../images/loading.gif) center center #00234c no-repeat; height: 252px;}
.no-js #products, .lt-ie9 #products{
	display:none;
}
#products img { display: none; }

#products.orbit { background: none; height:auto;}
#products.orbit img { display: inline; }

.orbit-wrapper {
	margin-bottom:17px;
}

/* button */

.button {
	background-color:#4A74A5;
}
.button:hover {
	background-color:#4070A0;
	color:#F8C500;
}


/* orbit timer hidden */

#featured + div.timer  {
	display: none;
}


/* top nav customized */

 .main-link {
	font-size:15px;
	color:#00234c;
	font-weight: 300;
	padding:5px 0;
	height:38px;
}

.top-bar ul {
	line-height: 1em;
}
.top-bar ul ul {
	padding-left:15px;
}
.top-bar ul ul li {
	vertical-align: top;
	padding-top: 5px;
	height: 30px;

}
.top-bar ul ul li a {
	font-size: 16px !important;
}
.top-bar ul > li a:not(.button) {
	line-height: inherit;
	color: #18588A !important;
	font-weight: 300;
}

.top-bar ul > li.toggle-topbar {
	 height: 32px; 
	 margin-top:10px;
	 padding:0 10px;
	 background-color:transparent;
}

 .top-bar .main-link {
 	height: auto;
 	font-size: 1.539em;
 	padding-bottom: 5px;
 	padding-top: 10px;
 	color:#18588A;
 }
 .top-bar .active .main-link {
 	font-weight:400;
 }
 .top-bar .additional-link-text {
 color:#18588A;
 }
 .top-bar section > ul li a{
    transition: all 0.2s ease-out;
}
 .top-bar section > ul li a:not(.button) {
    padding-left: 0px !important;
    height: auto;
    line-height: 1.6;
}
 .top-bar section > ul li a:hover .main-link , .top-bar section > ul li a.active .main-link  {
	color: #18588A;

}
 .top-bar.expanded section > ul li a:not(.button) {
    padding-left: 5px !important;

}
.top-bar { height: 60px; margin-top:5px;}
.top-bar ul > li.name { background: #fff; height:49px; width:75% }
.top-bar ul > li.name a { padding-left:0;height:49px;display:inline;}
.top-bar > ul .name img {
	margin-top:0;
}
.top-bar ul > li.toggle-topbar {
	width:auto;
}
.top-bar ul.left > li, .top-bar ul.right > li {
	padding-bottom:10px;
}
.top-bar{ background: #fff; }

.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active {
	background: #fff;
}



.top-bar ul > li:not(.name).active { background: #96B4D3;}
.top-bar ul > li:not(.name).active a { color: #00234c; }
.top-bar ul > li.divider  {
	border-bottom-color:#96B4D3;
	border-top:#fff;
	padding-bottom:0;
}
/*
.top-bar ul > li.has-button:hover { background: #96B4D3; }
.top-bar ul > li.has-button:hover a { color: #fff; }
*/
.top-bar ul > li.has-dropdown .dropdown { background: #00234c;}
.top-bar ul > li.has-dropdown .dropdown li { background: #00234c;  }
.top-bar ul > li.has-dropdown .dropdown li a { color: white; }
.top-bar ul > li.has-dropdown .dropdown li a:after { border: none; }
.top-bar ul > li.has-dropdown .dropdown li a:hover { background: #3c3c3c; }
.top-bar ul > li.has-dropdown .dropdown li label { color: #6f6f6f; }
.top-bar ul > li.has-dropdown .dropdown li.divider  {
/* 	border-top: solid 1px #18305b; */
/* 	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; */
/* 	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; */
/* 	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; */
}

.top-bar ul > li.has-dropdown .dropdown li.active a { background: #18305b; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}