@CHARSET "UTF-8";

body {
	background: #f6f6f6;
	color: #333333;
	font-size: 16px;
	padding-top: 155px;
	font-family: sans-serif;
}

* blockquote {
	border-left: 0;
}

img {
	display: inline-block;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6, nav {
	font-family: "Univers Com Condensed", Arial, sans-serif;
}

.rus #bestellen h3 {
	font-family: Arial, sans-serif;
}

h1, h2 {
	margin: 0;
}

h2 {
	color: #002f7f;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 50px;
	/* 	margin-left: 15px; */
}

h3 {
	font-size: 2.5em;
	color: rgb(0, 47, 127);
	text-transform: uppercase;
}

h3 strong {
	text-transform: none;
}

h4 {
	font-size: 3.75em;
	color: #fff;
}

h5 {
	font-size: 1.875em;
	color: rgb(0, 47, 127);
}

h6 {
	font-size: 0.9375em;
}

button {
	padding: 0 15px;
	margin-right: 15px;
	line-height: 43px;
	background: none;
	border: 1px solid rgb(153, 153, 153);
	text-transform: uppercase;
	margin-bottom: 15px;
}

button[type="submit"] {
	padding: 0 45px;
}

.act, button[type="submit"] {
	background-color: rgb(117, 139, 176);
	color: #fff;
}

input, select {
	width: 100%;
	height: 45px;
	margin-bottom: 15px;
	padding: 0 15px;
	border: 1px solid rgb(153, 153, 153);
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("../img/select_bg.png") right 15px center no-repeat #fff;
}

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

video {
	max-width: 100%;
}

.red {
	color: rgb(277, 49, 42);
}

.content-video {
	margin-top: 70px;
	margin-bottom: 70px;
}

.content-video .video-head {
	line-height: 40px;
	font-size: 18px;
	padding-left: 20px;
	color: #fff;
	background-color: #002f7f;
	display: block;
}

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

.line-height-l {
	line-height: 1.875em;
}

/*	HEADER	*/
#nav_bg {
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #002960), color-stop(100%, #004595));
	background-image: -moz-linear-gradient(left, #002960 0%, #004595 100%);
	background-image: -webkit-linear-gradient(left, #002960 0%, #004595 100%);
	background-image: linear-gradient(to right, #002960 0%, #004595 100%);
	min-height: 100px;
}

#nav_bg a {
	color: #fff;
}

#lang_menu {
	color: #fff;
	font-size: 0.8em;
}

#nav-product {
	color: #fff;
	font-size: 16px;
}

#lang_menu li a:after {
	content: "";
}

#lang_menu li:last-child a:after {
	content: "";
}

.deu #lang_menu a[lang="de"],
.eng #lang_menu a[lang="en"],
.nno #lang_menu a[lang="no"],
.swe #lang_menu a[lang="sv"],
.spa #lang_menu a[lang="es"],
.tur #lang_menu a[lang="tr"],
.rus #lang_menu a[lang="ru"],
.nld #lang_menu a[lang="nl"] {
	font-weight: bold;
}

/*	PARALLAX	*/
.parallax-container {
	height: 349px;
	overflow: hidden;
}

.parallax-container .row > div {
	background: rgba(0, 0, 0, 0) url("../img/ausstattungsoptionen-parallax.jpg") no-repeat fixed 50% 0;
	height: 960px;
	margin: 0 auto 0;
	padding: 0;
	z-index: 200;
}

/*	FOOTER	*/
footer {
	color: #99ccff;
	background-color: #002960;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF002960', endColorstr='#FF004595');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjk2MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDU5NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #002960), color-stop(100%, #004595));
	background-image: -moz-linear-gradient(left, #002960 0%, #004595 100%);
	background-image: -webkit-linear-gradient(left, #002960 0%, #004595 100%);
	background-image: linear-gradient(to right, #002960 0%, #004595 100%);
	min-height: 200px;
	padding-top: 50px;
	margin-top: 50px;
}

footer a {
	color: #99ccff;
	display: inline-block;
	margin-bottom: 20px;
}

footer a:hover {
	text-decoration: underline;
	color: #99ccff;
}

footer .social {
	border: 2px solid;
	border-radius: 100%;
	color: #ffffff;
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	text-decoration: none;
	width: 40px;
	margin-bottom: 30px;
}

.breakpoint__scene__list {
	font-size: 16px;
	line-height: 23px;
	list-style: none;
	margin: 20px auto;
	padding: 0;
}

.breakpoint__scene__list li {
	margin-bottom: 5px;
}

.breakpoint__scene__list--unordered li {
	padding-left: 20px;
	position: relative;
}

.breakpoint__scene__list--unordered li:before {
	content: "–";
	display: inline-block;
	left: 0;
	position: absolute;
	top: 0;
}

.breakpoint__scene__list--ordered--p1 {
	counter-reset: listcount;
}

.breakpoint__scene__list--ordered--p2 {
	counter-reset: listcount 4;
}

.breakpoint__scene__list--ordered li {
	margin-bottom: 10px;
	padding-left: 28px;
	position: relative;
}

.breakpoint__scene__list--ordered li:before {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #002f7f;
	display: inline-block;
	color: #fff;
	content: counter(listcount);
	counter-increment: listcount;
	font-size: 16px;
	font-weight: bold;
	height: 21px;
	left: 0;
	letter-spacing: -.05em;
	line-height: 23px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 21px;
}

.navbar-brand {
	height: auto;
}

.human__excerpt {
	text-align: center;
}

.human__excerpt__name {
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 0;
}

.human__excerpt__position {
	color: #002f7f;
	font-family: 'Univers Com Condensed', Arial, sans-serif;
	font-weight: 100;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 0;
}

.human__excerpt__quote {
	font-style: italic;
}

.human__excerpt__position {
	font-size: 25px;
}

.human__excerpt__quote p {
	line-height: 30px;
}

.human__excerpt__quote p:before {
	content: "„";
	display: inline-block;
	font-size: 27px;
	line-height: .9;
	margin-right: 2px;
}

.human__excerpt__quote p:after {
	content: "“";
	display: inline-block;
	font-size: 27px;
	line-height: 1.2;
}

.human__image {
	margin-bottom: 25px;
}

/*#plasma h5{
	font-weight: 700;
	text-transform: uppercase;
}*/
#plasma {
	margin-top: 50px;
}

.product {
	margin-top: 50px;
}

.product h6 {
	font-weight: 700;
	color: rgb(0, 47, 127);
}

.product h6 a {
	color: inherit;
}

.product p a {
	color: black;
}

#vorteil h5 {
	font-weight: 700;
}

#bestellen h5 {
	border-bottom: 1px solid #cccccc;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: 25px;
}

#bestellen h3 {
	margin-top: 0;
}

#bestellen {
	margin-top: 50px;
}

.intro-title h3 {
	line-height: 100%;
<!-- text-transform: uppercase;
--> margin-bottom: 20px;
}

.anchor {
	display: block;
	height: 115px; /*same height as header*/
	margin-top: -115px; /*same height as header*/
	visibility: hidden;
}

#order_form .btn {
	border-radius: 0;
	border-color: rgb(153, 153, 153);
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-right: 15px;
	background-color: white;
	color: rgb(0, 47, 127);
	font-size: inherit;
	padding: 10px;
}

#order_form .btn:focus {
	background-color: rgb(117, 139, 176) !important;
	color: #fff !important;
}

.stoerer > img {
	position: absolute;
	right: 24px;
	top: 162px;
}

#nav_bg .container {
	position: relative;
}

@media ( min-width: 768px) {
	.human {
		margin-bottom: 50px;
	}
	
	.human:nth-child(even) .human__image {
		float: right;
	}
	
	h2 {
		float: left;
	}
	
	.human__image {
		margin-bottom: 0;
	}
}

@media ( min-width: 768px) and (max-width: 1023px) {
	.human__excerpt__quote {
		font-size: 14px;
	}
}

@media ( min-width: 992px) {
	.vertical-align-md {
		display: flex;
		align-items: center;
	}
	
	#nav-product {
		font-size: 18px;
	}
}

@media ( min-width: 1024px) {
	.human__excerpt__name {
		font-size: 35px;
	}
	
	.human {
		margin-bottom: 100px;
	}
	
	.human__excerpt__position {
		font-size: 35px;
	}
}

@media ( min-width: 1200px) {
	.human__excerpt__name {
		font-size: 40px;
	}
	
	.human {
		margin-bottom: 100px;
	}
	
	.human__excerpt__position {
		font-size: 40px;
	}
	
	.human__excerpt__quote {
		margin: 0 75px;
	}
}
