<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../_fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../_fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../_fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html {
	padding: 0px;
	width: 100%;
}

body {
	text-align: center;
	overflow-x: hidden;
	margin:0 auto;
}

body, td, th, input, select, textarea {
	font-family: 'Open Sans', serif;
	font-size:1.0em;
	color: #4d4d4d;
	line-height: 1.8em;
}

img {
	max-width:100%;
}

h1 {
	font-size:1.4em;
	line-height: 30px;
	margin-bottom: 38px;
}

h2 {
	font-size:1em;
	line-height: 1.8em;
}

h3 {
	font-size:1.4em;
	line-height: 30px;
	margin-bottom: 16px;
}

form {
    margin: 0px;
	padding: 0px;
}

input:active, input:focus, select:active, select:focus {
	outline: none;
}

ul {
	margin: 6px 0 0 0;
	padding: 0px;
}

ol {
	margin: 8px 0 0 0;
	padding: 10px;
}

li {
	padding: 0px;
	margin: 0px 0px 5px 17px;
}

a:link, a:visited, a:active {
	color: #3d3d3d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #5791cb;
}

a:active, a:focus {
	outline: none;
}

#header {
	width:100%; 
	height:110px;
	padding:0px;
	text-align:center;
	overflow:visible;
	background-color:#ffffff;
	float:left;
	box-shadow: 0px 4px 10px #e7e7e7;
}

#header_content {
	width:90%;
	text-align:center;
	min-height:86px;
}

#logo_row {
	margin-left:0px;
	margin-top:19px;
	text-align:left;
}
#menu_row {
	float:left;
	width:100%;
	height:54px;
}
#nav-menu {
	position:relative;
	margin-left:0px;
	margin-top:12px;
}
#text-section {
	float:left;
	text-align:center;
	width:100%;
	min-height: 400px;
	margin-top: 20px;
}
#text-section-wrapper {
	width:90%;
	text-align: left;
}
#text-section-content {
	padding: 0px;
	text-align: left;
}
#title-section {
	float:left;
	width:100%;	
	color:#ffffff;
  	position: relative;
  	text-align: center;
}
.centered, .centered-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width:90%;
  transform: translate(-50%, -50%);
}
.centered h1 {
	font-size: 36px;
}
.centered-content h1 {
	font-size: 38px;
	color:#4d4d4d;
}

#content-section {
	opacity: 1.0;
	float:left;
	width:100%;	
	background-color: #ffffff;
}
#content-wrapper {
	padding:10px;
}
#content-wrapper-inbox {
	padding:50px;
}
#content-popup-wrapper {
	min-height:1024px;
}	
#content-popup {
	width:760px;
	padding:20px;
	text-align:left;
}
.background-section {
	background-image: url('../_images/background.jpg');
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	width:100%;	
}
#footer {
	clear:both;
	width:100%;
	height:575px;
	padding:0px;
	color:#ffffff;
	text-align:center;
	background-color:#1a4b92;
}

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

#footer_content_wrapper {
	width:90%;
	text-align:center;
	margin-top:42px;
}
#footer_content {
	padding:0px;	
}

#footer_box1 {
	text-align:left;
	width:33%;
	float:left;	
}
#footer_box2 {
	text-align:left;
	width:34%;
	float:left;	
}
#footer_box3 {
	text-align:left;
	width:33%;
	float:left;	
}

#footer_box1 img {
	margin-right:7px;
}

.logo {
	float:left;
	width:330px;
}
.lupe {
	position:relative;
	left:1095px;
	top:-12px;
	height:20px;
	width:50px;
}
.lupe_text {
	position:relative;
	left:1038px;
	top:-51px;
	height:20px;
	width:60px;
}
.lupe_text a {
	text-decoration: none;
	color: #626262;
}
.lupe_text a:hover {
	color: #a0cced;
}
.lupe-mobil {
	display:none;	
}
.touren_online {
	float:right;
	margin-right: 80px;
	margin-top:18px;
	color:#9a9a9a;
	font-size:16px;
}
.social_media {
	float:right;
	margin-right: 70px;
	margin-top:15px;
}
.social_media img {
	margin-right: 6px;
}
.language {
	float:right;
	margin-top:44px;
	margin-right:0px;
}
.menu {
	float:right;
	margin-top:38px;
	margin-right:50px;
}
.links {
    float: left; 
	margin: 5px 15px 5px 0px;
	padding: 6px;
	border: 0px;
}
.rechts {
    float: right; 
	margin: 5px 0px 5px 15px;
	padding: 6px;
	border: 0px;
}
.box-rechts {
	width:336px;
	text-align:center;
}
.box-rechts-border {
	border:8px solid #f9f9f9;
	background-color: #f9f9f9;
}
.abstand {
	padding:32px;
}
.abstand-klein {
	padding:8px;
}
.abstand-sehr-klein {
	padding:4px;
}

.list table {
	width:100%;
}
.list td {
	text-align: left;
	line-height: 22px;
}
.list img {
	padding:20px;
}

.head table {
	width:100%;
}
.head td {
	text-align: left;
	line-height: 6px;
}
.head img {
	padding:6px;
}
.head-wrapper {
	border: 2px #4d4d4d solid;
	width:100%;
}

.linkbox {
	width:250px;
	padding:8px;
	text-align:center;
	border:2px solid #ffffff;
}

a.linkbox-link {
	text-decoration:none;
	display:block;
	color:#ffffff;
}

.linkbox-blau {
	width:220px;
	padding:10px;
	font-size:0.9em;
	text-align:center;
	background-color: #1a4b92;
	color:#ffffff;
}

a.linkbox-blau-link {
	text-decoration:none;
	display:block;
}

.linkbox-grau {
	width:220px;
	padding:8px;
	text-align:center;
	background-color: #ffffff;
	border: 2px solid #4d4d4d;
	color:#4d4d4d;
}

a.linkbox-grau-link {
	text-decoration:none;
	display:block;
}

.trennstrich {
	margin:0px 0px 8px 0px;
	padding:1px;
	width:80px;
	background-color:#4d4d4d;
	text-align: center;
}

.button {  
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
	width:200px;
	height:40px;
	color: #ffffff;
	background-color:#5791cb;
	font-size: 14px;
	border:2px #5791cb solid; 
	outline: 0 none;
}

.button:hover { 
	background-color:#ffffff;
	color:#3d3d3d;
}

.formularfeld {
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
    font-size:1em;
    width:100%;
	background-color:#ffffff;
	border:0px;
	height:36px;
	border:1px solid #4d4d4d;
}
.textarea {
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
    font-size:1em;
    width:100%;
	background-color:#ffffff;
	border:0px;
	height:100px;
	border:1px solid #4d4d4d;
}

.center {
    display: table;
  	margin: 0 auto;
}
.centered-text {
	text-align: center;
}
.text-50prozent {
	width:50%;
	float:left;
}
.text-25prozent {
	width:25%;
	float:left;
}

.image-50prozent, .image-50prozent-desktop {
	float:left;
	width:50%;	
	color:#ffffff;
  	position: relative;
  	text-align: center;
}
.image-100prozent {
	display: none;
}
.fancybox-right-container {
	margin-left:80px;
} 
.red {
	color:#cc0000;
}

.wertbox-left1, .wertbox-right2, .wertbox-left3, .wertbox-right1, .wertbox-left2, .wertbox-right3 {
	width:45%;
	float:left;
	background-color:#e9e9e9;
	text-align:left;
	border-bottom:3px solid #74b8e8;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}
.wertbox-right1, .wertbox-left2, .wertbox-right3 {
	visibility: hidden;
}
.wertbox-center1, .wertbox-center2, .wertbox-center3 {
	width:10%;
	float:left;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	background-position: center top;
	background-repeat: repeat-y;
	text-align: center;
}
.wertbox-center1 {
	background-image: url(../_images/wertschoepfungskette/idea.png);
}
.wertbox-center2 {
	background-image: url(../_images/wertschoepfungskette/concept.png);
}
.wertbox-center3 {
	background-image: url(../_images/wertschoepfungskette/product.png);
}
 #flex-container {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}


@media all and (max-width: 1024px) {
	h1 {
		font-size:22px;
		line-height: 30px;
	}
	#header {
		clear:both;
		width:100%; 
		height:70px; 
		padding:0px;
		text-align:center;
		overflow:visible;
		background-color:#ffffff;
		border-bottom: 0px;
		box-shadow: 0px 3px 10px #f7f7f7;
	}

	#header_content {
		width:100%;
		text-align:left;
	}

	#logo_row {
		margin-left:10px;
		margin-top:11px;
		text-align:left;
	}
	#menu_row {
		display: none;
	}
	#nav-menu {
		display: none;
		height: 0px;
	}
	
	#content_wrapper {
		width:100%;
	}

	#text-section-wrapper {
		width:100%;
	}
	#text-section-content {
		padding:10px;
	}

	#footer {
		height:1100px;
	}
	#footer_content_wrapper {
		width:100%;
		padding:0px;
	}
	#footer_content {
		padding:10px;	
	}
	#footer_box1 {
		text-align:left;
		width:100%;
		float:left;	
	}
	#footer_box2 {
		text-align:left;
		width:100%;
		float:left;
		margin-top:20px;
	}
	#footer_box3 {
		text-align:left;
		width:100%;
		float:left;	
		margin-top:20px;
	}
	.logo {
		float:left;
		width:80%;
	}
	.logo img {
		width:140px;
	}

	.mobileheader a {
		background: center center no-repeat transparent;
		background-image: url('../_images/mobile.png');

		width: 24px;
		height: 24px;
		position: absolute;
		margin-top: 12px;
		right: 10px;
	}
	
	.language {
		position: absolute;
		margin-top: 10px;
		right: 60px;
	}
	.text-50prozent {
		width:100%;
	}
	.image-50prozent {
		width:100%;
	}
	.image-50prozent-desktop {
		display: none;
	}
	.image-100prozent {
		display: inherit;
		float:left;
		width:100%;	
		color:#ffffff;
		position: relative;
		text-align: center;
	}
	.text-25prozent {
		width:50%;
		float:left;
	}
	
	.fancybox-right-container {
		margin-left:0px;
	} 
	.centered h1 {
		font-size: 28px;
	}
	.wertbox-right1, .wertbox-right2, .wertbox-right3 {
		visibility: visible;
		width:85%;
		margin-bottom: 30px;
	}
	.wertbox-left1, .wertbox-left2, .wertbox-left3 {
		display:none;
	}
	.wertbox-center1, .wertbox-center2, .wertbox-center3 {
		width:15%;
		background-position: left top;
	}
}

@media all and (max-width: 760px) {
	.centered h1 {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.centered {
	  top: 66%;
	  transform: translate(-50%, -50%);
	}
	.centered-content h1 {
		font-size: 28px;
		margin-bottom: 26px;
	}
	.linkbox {
		width:240px;
		padding:6px;
	}
	.text-25prozent {
		width:100%;
		float:left;
	}
	.text-lieferkette {
		width:100%;
		float:left;
		text-align: left;
		margin-bottom:20px;
	}
	.pfeil-lieferkette {
		display: none;
	}
	.pfeil-lieferkette-mobil {
		display: inherit;
		width: 100%;
		text-align: center;
		margin-bottom:20px;
	}
	#content-wrapper-inbox {
		padding:20px;
	}
	#content-popup-wrapper {
		min-height:1600px;
		padding:8px;
	}	
	#content-popup {
		width:100%;
		padding:0px;
		text-align:left;
	}
	.wertbox-right1, .wertbox-right2, .wertbox-right3 {
		visibility: visible;
		width:80%;
	}
	.wertbox-center1, .wertbox-center2, .wertbox-center3 {
		width:20%;
	}
}

@media all and (max-width: 640px) {
	.list img {
		padding:20px 20px 20px 10px;
	}
}

@media all and (max-width: 560px) {
	.centered h1 {
		font-size: 20px;
		margin-bottom: 14px;
	}
}
</pre></body></html>