@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Regular.woff2') format('woff2'),
         url('../cpfont/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Italic.woff2') format('woff2'),
         url('../cpfont/Roboto-Italic.woff') format('woff');
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFontLight';
	src: url('../cpfont/Roboto-LightItalic.woff2') format('woff2'),
         url('../cpfont/Roboto-LightItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFontLight';
	src: url('../cpfont/Roboto-Light.woff2') format('woff2'),
         url('../cpfont/Roboto-Light.woff') format('woff');
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyFontLight';
	src: url('../cpfont/Roboto-Light.woff2') format('woff2'),
         url('../cpfont/Roboto-Light.woff') format('woff');
	font-weight: bold;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-MediumItalic.woff2') format('woff2'),
         url('../cpfont/Roboto-MediumItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Roboto-Medium.woff2') format('woff2'),
         url('../cpfont/Roboto-Medium.woff') format('woff');
	font-weight: bold;
	font-display: swap;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, ol, ul, li, form, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 20px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-style: none;
}
.noborder {
	border-style: none !important;
}
form {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
td, th {
	vertical-align: top;
	font-size: 1rem;
}
body {
	color: #424448;
	text-align: center;
	margin: 0;
	background-color: #f2f2f2;
	background-size: auto 100%;
	font: normal 1rem/1.4 MyFont, Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
/*linksteuerung*/
a, a:visited {
	color: #d11112;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.anker {
	width: 0;
	height: 0;
	padding: 0;
	position: absolute;
}
/*farben*/
.rot {
	background-color: #d11112;
}
.dunkelgrau {
	background-color: #424448;
}
.hellgrau {
	background-color: #f2f2f2;
}
/* schriftformatierung:headline			h1kleine headline		h2überschrift			h3kleine überschrift	h4z.B. Datum in News	h6normale Schrift		pkleine Schrift		span klein */
h1, h2 {
	font-family: MyFontLight;
}
h3, h5, h6, p, main ul, main li {
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
}
h2, h3, h4, h5, h6, p, main ul, main li {
	line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6, p {
	width: 100%;
}
h1 {
	font-size: 2.2rem;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #d11112;
	line-height: 1.2em;
	margin-bottom: 1.5rem;
}
h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}
h3 {
	font: bold 1rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}
h4 {
	font-style: normal;
	font-variant: normal;
}
h5 {
}
h6 {
}
p {
}
main ol {
	margin-left: 1rem;
}
main ul {
	list-style-type: none;
}
main ul li {
	margin-left: 0.9em;
}
main ul li:before {
	content: "+" " ";
	margin-left: -0.9em;
}
.small, .kl {
	font-size: 0.8rem !important;
}
/******************************************** cms ********************************************/
.fliessend {
	float: left;
	margin-right: 1em;
	display: block;
	margin-bottom: 0.5em;
}
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0;
	clear: both;
	border-bottom: 1px solid #999999;
	margin-top: 1em;
	margin-bottom: 1em;
}
.b {
	font-weight: bold;
}
.i, .italic {
	font-style: italic;
}
.u, .underline {
	text-decoration: underline;
}
.links, .l {
	text-align: left !important;
}
.center, .c {
	text-align: center !important;
}
.rechts, .r {
	text-align: right !important;
}
.clearer {
	clear: both;
	width: 100%;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.mce-content-body  {
	text-align: left;
}
.mce-content-body ul {
	margin-left: 1rem;
}
.mce-content-body td {
	border: 1px dotted #999999;
}
.mce-content-body img {
	height: 60px;
	width: auto;
}
/*
elemente
*/
.hide {
	display: none;
}
.clearer {
	clear: both;
	margin: 0;
}
.clearfix {
	display: flow-root;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.float_l {
	float: left;
	display: inline-block;
}
.float_r {
	float: right;
	display: inline-block;
}
/******************************************** popup ********************************************/
#mask {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	margin: 0;
	display: none;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-opera-opacity: 0.6;
	opacity: 0.6;
}
#infofenster {
	color: #000;
	background-color: black;
	position: fixed;
	top: 10vh;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	padding: 0;
	display: none;
	text-align: center;
	z-index: 1100;
}
#infofenster iframe {
	margin: 1em auto 0.5em;
}
/******************************************** header ********************************************/
header {
	height: 150px;
	width: 100%;
	margin: 0;
	text-align: left;
	position: fixed;
	background-color: #d11112;
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.25);
	z-index: 1000;
}
.head_l, .foot_l {
	width: calc(calc(100% - 1250px) / 2);
	min-width: 250px;
	text-align: center;
	display: inline-block;
	height: 100%;
	float: left;
}
.head_l {
	background-color: #ffffff;
}
.logo img {
	display: inline-block;
	height: 90px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
header .logo img {
	margin-top: 30px;
}
.topmen {
	text-align: justify;
	position: absolute;
	right: 5rem;
	top: 1rem;
}
.topmen img {
	height: 1.1em;
	margin-bottom: -0.2rem;
	margin-right: 0.4rem;
}
.topmen a, .topmen a:visited {
	color: #ffffff;
	display: inline-block;
	margin-left: 1rem;
}
/******************************************** footer ********************************************/
footer {
	font-size: 0.9rem;
	clear: both;
	width: 100%;
	margin: 0;
	background-color: #424448;
	text-align: left;
	padding-top: 3rem;
	padding-right: 0;
	padding-left: 0;
	float: none;
	color: #ffffff;
	z-index: 100;
	position: relative;
}
footer a, footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
footer .ico_link {
	display: inline-block;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}
footer .ico_link img {
	max-height: 1rem;
	margin-right: 0.5rem;
	margin-bottom: -0.2rem;
}
footer .dampfboot {
	float: right;
	text-align: right;
}
.foot_l {
	padding-bottom: 2rem;
}
footer .impress {
	display: inline-block;
	width: 100%;
	margin-bottom: 0.5rem;
}
footer .impress p, footer .impress p a, footer .impress p a:visited {
	font-size: 0.8rem;
	color: #707070;
}
footer .impress p {
	padding-right: 1.5rem;
}
footer .impress p a {
	margin-left: 0.5rem;
}
/******************************************** seiteninhalt ********************************************/
main {
	padding-top: 150px;
	position: relative;
}
section {
	width: 100%;
	min-height: 200px;
	position: relative;
}
section a.anker {
	top: -160px;
}
.eineseite {
	padding-top: 5rem;
	padding-bottom: 3rem;
}
.content {
	width: calc(100% - 8rem);
	max-width: 1250px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.spalte {
	width: calc(50% - 2rem);
	display: inline-block;
}
.breiter {
	width: calc(55% - 3rem);
	display: inline-block;
}
.schmaler {
	width: calc(45% - 3rem);
	display: inline-block;
}
.spalte_bild {
	width: calc(50% - 3rem);
	display: inline-block;
	line-height: 0;
}
.spalte h1, .breiter h1, .schmaler h1 {
	margin-top: 0;
}
.spalte img, .breiter img, .schmaler img, .spalte_bild img {
	width: 100%;
	height: auto;
}
div.weiss_links, div.weiss_rechts {
	z-index: 3;
	padding-bottom: 4rem;
}
div.weiss_links h1, div.weiss_links h2, div.weiss_rechts h1, div.weiss_rechts h2  {
	margin-top: 4rem;
}
div.weiss_links .ico_head h2, div.weiss_rechts .ico_head h2 {
	margin-top: 0;
}
div.weiss_links {
	padding-right: 1.5rem;
}
div.weiss_links div.bgw, div.weiss_rechts div.bgw, .referenzen {
	width: calc((100vw - 1250px) / 2 + 1250px);
}
div.weiss_links div.bgw , div.weiss_rechts div.bgw{
	display: inline-block;
	background-color: #ffffff;
	height: 100%;
	box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.3);
	position: absolute;
}
div.weiss_links div.bgw {
	right: 0;
}
div.weiss_links h2, div.weiss_links div {
	position: relative;
	z-index: 4;
}
div.weiss_rechts {
	position: relative;
	z-index: 3;
	padding-bottom: 3rem;
}
div.weiss_rechts div.bgw {
	left: -1.5rem;
	z-index: 3;
}
div.weiss_rechts h2, div.weiss_rechts div {
	position: relative;
	z-index: 4;
}
.image {
	width: calc((100% - 1250px) / 2 + 1250px);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}
div.bild_seite {
	width: calc((100vw - 1250px) / 2 + 500px);
	display: inline-block;
	margin-top: 3rem;
}
div.bild_seite img {
	width: 100%;
	height: auto;
}
.breitbild {
	width: 100%;
	line-height: 0;
}
.breitbild img {
	width: 100%;
	height: auto;
}
/******************************************** ansprechpartner ********************************************/
.ansprechpartner {
	margin-top: 5rem;
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.ansprechpartner img {
	width: 100%;
	height: auto;
}
.adressliste {
	width: calc(33% - 0.5rem);
}
.adressliste h2 {
	white-space: nowrap;
}
.adressliste .portr {
	line-height: 0;
}
.adressliste .adresshead {
	height: 8rem;
	position: relative;
}
.adressliste .adresshead div {
	padding: 0.5rem;
	position: absolute;
	bottom: 0;
}
.slidenav {
	display: inline-block;
}
.slidenav .fwd, .slidenav .rew {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 1.2rem;
	border: 2px solid #d11112;
	display: inline-block;
	background: url(/images/pfeil_r.svg) center center no-repeat;
	background-size: 20px;
	cursor: pointer;
    transition: background-color 0.4s ease;
}
.slidenav .fwd:hover, .slidenav .rew:hover, .slidenav .fwd:hover, .slidenav .rew:hover {
	background: url(/images/pfeil_r_w.svg) center center no-repeat;
	background-color: #d11112;
	background-size: 20px;
    transition: background-color 0.4s ease;
}
.slidenav .rew, #historie .slidenav .rew {
	transform: rotate(180deg);
	margin-right: 1rem;
}
#kompetenz .slidenav, #optik_und_haptik .slidenav {
	margin-top: 2rem;
}
/******************************************** referenzen ********************************************/
.referenzen {
	margin-top: 6rem;
	display: block;
}
.referenzen h3 {
	text-transform: none;
}
ul#referenzSlider li {
	width: 480px;
	height: 370px;
	font-size: 1rem;
	background-color: #ffffff;
	margin-left: 0;
	display: block;
	position: relative;
}
ul#referenzSlider li::before {
	display: none;
}
ul#referenzSlider li img {
	z-index: 1;
}
ul#referenzSlider li div {
	background-color: rgba(209, 17, 18, 0.86);
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	display: none;
}
ul#referenzSlider li:hover div {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-arround;
	align-content : center;
}
ul#referenzSlider li h3, ul#referenzSlider li p {
	padding-right: 2rem;
	padding-left: 2rem;
}
.referenzen .lSAction, .referenzen .lSPager {
	display: none !important;
}
.referenzen .slidenav {
	margin-top: 0;
	display: inline-block;
	float: right;
}
.referenzen a:after {
	display: none !important;
}
.fancybox-skin {
	padding: 0 !important;
}
.fancybox-close {
	top: -20px !important;
	right: -20px !important;
}
.fancybox-nav span {
	visibility: visible !important;
}
.fancybox-prev span {
	left: -2.5rem !important;
}
.fancybox-next span {
	right: -2.5rem !important;
}
body.referenzseite {
	padding: 3rem;
}
.ico_leist {
	width: 50%;
	display: inline-block;
}
.ico_head, .ico_leist {
	display: inline-block;
	margin-top: 3rem;
}
.ico_head img, .ico_leist img {
	float: left;
	height: 3rem;
	margin-right: 1rem;
	margin-top: -0.5rem;
}
.ico_head h2, .ico_leist h2 {
	display: inline-block;
	width: auto;
	margin-top: 0 !important;
	line-height: 1em;
	margin-bottom: 1.5rem;
}
.adresshead {
	background-color: #ffffff;
}
.adresshead label {
	width: 3.3rem;
	display: inline-block;
}
.adresshead a, .adresshead a:visited {
	color: #424448;
}
.adresshead a:hover {
	color: #d11112;
}
.ansprechspalte {
	width: calc(45% - 3rem);
	background-color: #ffffff;
	float: right;
	display: inline-block;
}
.ansprechspalte .adressliste, .ansprechspalte .portr, .ansprechspalte img {
	width: 100%;
}
#vorstufe li, #datenmanagement li, #offsetdruck li, #digitaldruck li, #weiterverarbeitung li, #dialogmarketing li, #optik_und_haptik li {
	color: #d11112;
	font-size: 1.1rem;
	font-weight: bold;
}
/******************************************** startseite ********************************************/
#technik {
	height: 48.44vw;
	width: 100%;
}
#technik .image {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#technik > div.content {
	height: 100%;
	text-align: right;
}
#technik div.box h1 {
	display: inline-block;
}
#technik div.box {
	display: inline-block;
	background-color: #ffffff;
	width: 660px;
	height: auto;
	margin: 8vw -6rem auto auto;
	padding-right: 1.5rem;
	padding-bottom: 2rem;
	padding-top: 3rem;
	padding-left: 1.5rem;
	border-radius: 0.5rem;
	float: right;
}
#technik div.box img {
	max-width: 100%;
	height: auto;
}
#kompetenz {
	background: url(/images/icon.svg) -60px 320px no-repeat #f2f2f2;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
#kompetenz .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kompetenztext {
	margin-bottom: 8rem;
}
#kompetenz .leist {
	width: calc((100% - 12rem) / 3);
	text-align: center;
	padding: 2rem 2rem 1rem;
	margin-bottom: 2rem;
	border-radius: 0.4rem;
    transition: all 0.4s ease;
}
#kompetenz .leist > div {
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-top: auto;
	margin-bottom: auto;
}
#kompetenz .leist span {
	margin-top: 1rem;
	height: 3rem;
	display: inline-block;
}
#kompetenz .leist span a {
	overflow: hidden;
	padding: 0.5rem 1rem;
	font-weight: bold;
	font-size: 0.8rem;
	border: 2px solid #d11112;
	text-transform: uppercase;
	border-radius: 0.25rem;
    transition: all 0.4s ease;
	opacity: 0;
}
#kompetenz .leist:hover span a {
	text-decoration: none;
	opacity: 1;
    transition: all 0.4s ease;
}
#kompetenz .leist:hover {
	background-color: #ffffff;
	box-shadow: 0px 5px 22px 5px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
}
#kompetenz .leist h3 {
	font-size: 1.15rem;
	text-transform: none;
}
#kompetenz .leist p {
	font-size: 0.9rem;
}
#technik div.box p, #kompetenz div.leist_ansp p, .rot_links p {
	margin-top: 2em;
	margin-bottom: 2em;
}
#technik div.box a, #technik div.box a:visited, #kompetenz div.leist_ansp a, #kompetenz div.leist_ansp a:visited, .rot_links a,  .rot_links a:visited {
	border: 2px solid #d11112;
	border-radius: 0.4rem;
	padding: 1em 1.2em;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
    transition: all 0.4s ease;
	display: inline-block;
}
#technik div.box a:after, #kompetenz .leist_ansp a:after, #kompetenz .leist span a:after {
	content: url(/images/pfeil_r.svg);	
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
	margin-left: 1em;
}
#technik div.box a:hover, #kompetenz .leist_ansp a:hover, #kompetenz .leist:hover span a:hover {
	background-color: #d11112;
	color: #ffffff;
    transition: background-color 0.4s ease, color 0.4s ease;
}
#technik div.box a:hover:after, #kompetenz .leist span a:hover:after {
	content: url(/images/pfeil_r_w.svg);	
}
div.rot_links {
	background-color: #d11112;
	margin-top: 6rem;
	position: relative;
	margin-bottom: 6rem;
	margin-top: 6rem;
}
div.rot_links > div {
    display: block;
	background-color: #d11112;
	width: calc(100% + 500px);
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.3);
	top: 0;
	right: 0;
}
.rot_links div.rot_links_text {
	float: left;
	position: relative;
	width: 45%;
	box-shadow: none;
}
.rot_links .bgbild {
	float: right;
	position: relative;
	width: calc(55% - 3rem);
	box-shadow: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	line-height: 0;
}
.rot_links h1 {
	margin-top: 6rem;
}
.rot_links h1, .rot_links p {
	color: #ffffff;
	position: relative;
}
#kompetenz .rot_links a, #kompetenz .rot_links a:visited {
	border: 2px solid #ffffff;
	color: #ffffff;
    transition: all 0.4s ease;
}
#kompetenz .rot_links a:after {
	content: url(/images/pfeil_r_w.svg);	
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
	margin-left: 1em;
}
#kompetenz .rot_links a:hover:after {
	content: url(/images/pfeil_r.svg);	
}
#kompetenz .rot_links a:hover {
	color: #d11112;
	background-color: #ffffff;
    transition: all 0.4s ease;
}
/******************************************** unternehmen ********************************************/
#unternehmen .image {
	height: 26vw;
	float: right;
	margin-bottom: 3rem;
}
#historie .content {
	text-align: right;
	position: relative;
}
#historie div.history {
	width: calc((100vw - 1250px) / 2 + 1250px - 1.5rem);
	display: inline-block;
	margin: 12rem 0 8rem auto;
	float: right;
}
#historie .lSSlideOuter {
	padding-left: 2.5rem;
}
ul#historySlider {
	height: 100% !important;
}
ul#historySlider li {
	max-width: 350px;
	font-size: 1rem;
	background-color: #ffffff;
	margin-left: 0;
}
ul#historySlider li::before {
	display: none;
}
ul#historySlider li div {
	padding: 1rem;
}
ul#historySlider li h4 {
	font-size: 2.5rem;
	text-align: right;
	width: 100%;
	border-bottom: 2px solid #d11112;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
ul#historySlider li p {
	text-align: left;
}
.history .lSAction, .history .lSPager {
	display: none !important;
}
.history .slidenav {
	margin-top: -4rem;
	display: inline-block;
	float: right;
}

#nachhaltigkeit {
	z-index: 2;
}
#nachhaltigkeit .image {
	height: 30vw;
	float: right;
	position: absolute;
	top: -15vw;
	right: 0;
}
#nachhaltigkeit .content {
	margin-top: 15vw;
}
#nachhaltigkeit div.weiss_links {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
#nachhaltigkeit .weiss_links h2 {
	margin-bottom: 2rem;
}
#karriere {
	z-index: 1;
	padding-top: 18vw;
	margin-top: -15vw;
}
#karriere .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 6rem;
}
#karriere h1, #karriere h2, #karriere h3, #karriere h4, #karriere ul, #karriere p {
	color: #ffffff;
}
#karriere .weiss_rechts h1, #karriere .weiss_rechts h2, #karriere .weiss_rechts h3, #karriere .weiss_rechts h4, #karriere .weiss_rechts ul, #karriere .weiss_rechts p {
	color: #424448;
}
#karriere div.weiss_rechts {
	bottom: -9rem;
	padding-left: 3rem;
}
#karriere .adressliste {
	width: calc(45% - 2rem);
	display: inline-block;
	margin-right: 2rem;
}
#karriere .adresshead {
	height: 6rem;
}
#karriere .adressliste img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}
#karriere .bewerbungstext a, #karriere .bewerbungstext a:visited {
	color: #ffffff;
	background-color: #bf1617;
	display: inline-block;
	padding: 1rem 1.5rem;
}
#karriere .bewerbungstext a:hover {
	color: #d11112;
}
#karriere .jobs {
	width: calc(45% - 2rem);
	display: inline-block;
}
#karriere .jobs span.hr {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #ffffff;
	line-height: 1px;
}
#karriere .jobs h4 {
	line-height: 2em;
	font-weight: normal;
	font-style: normal;
	background: url(/images/pfeil_u.svg) right center no-repeat;
	cursor: pointer;
}
#karriere .jobs h4.akt {
	background: url(/images/pfeil_o.svg) right center no-repeat;
}
#karriere .jobs div {
	font-size: 0.85rem;
	padding-right: 1rem;
	padding-left: 1rem;
	max-height: 0px;
    transition: all 0.8s ease;
	overflow: hidden;
	margin: 0;
}
#karriere .jobs div.akt {
	max-height: 1000px;
    transition: all 0.8s ease;
}
/******************************************** leistungen ********************************************/
#leistungen {
	padding-bottom: 5rem;
}
#leistungen .image {
	height: 26vw;
	float: right;
	margin-bottom: 4rem;
}
#vorstufe {
	text-align: left;
}
#vorstufe .image {
	width: 100vw;
	height: 42vw;
	position: absolute;
	margin-top: -30vw;
}
#vorstufe .content {
	margin-top: 30vw;
}
#vorstufe div.weiss_rechts {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
	padding-left: 2rem;
}
#datenmanagement {
	margin-top: 5rem;
	padding-bottom: 8rem;
}
#datenmanagement .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#datenmanagement .adresshead {
	padding: 1rem;
}
#datenmanagement .one2edit {
	text-align: right;
	margin-top: 2rem;
	width: 100%;
}
#datenmanagement .one2edit img {
	height: 2rem;
}
#offsetdruck .image {
	height: 42vw;
	position: absolute;
	margin-top: -21vw;
	right: 0;
	z-index: 2;
}
#offsetdruck .content {
	margin-top: 21vw;
}
#offsetdruck div.weiss_links {
	text-align: left;
	padding-right: 0;
}
#offsetdruck .weiss_links .ico_head, #offsetdruck .weiss_links .spalte {
	width: 51%;
	float: left;
}
#offsetdruck .weiss_links .spalte_bild {
	float: right;
	margin-top: 1.5rem;
}
#offsetdruck .weiss_links .spalte {
	margin-bottom: 3rem;
}
#offsetdruck .adresshead {
	margin-top: 1rem;
	margin-bottom: 3rem;
}
#fragen {
	height: 87vw;
	z-index: 1;
	margin-top: -30vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#fragen .content {
	padding-top: 40vw;
}
#fragen h1 {
	color: #ffffff;
	margin-bottom: 3rem;
}
#fragen a.email, #fragen a.email:visited, #fragen a.telefon, #fragen a.telefon:visited {
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 0.4rem;
	padding: 1em 1.2em;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 2rem;
	font-weight: bold;
	transition: all 0.4s ease;	
}
#fragen a.email:hover, #fragen a.telefon:hover {
	color: #424448;
	transition: all 0.4s ease;
	background-color: #ffffff;
}
#fragen a.email::before, #fragen a.telefon::before {
	content: '' !important;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 0.3rem -0.2rem 0;
	display: inline-block;
	height: 0.9rem;
	width: 1rem;
}
#fragen a.email::before {
	background-image: url('/images/email.svg');
}
#fragen a.email:hover::before {
	background-image: url('/images/email_g.svg');
}
#fragen a.telefon::before {
	background-image: url('/images/telefon.svg');
}
#fragen a.telefon:hover::before {
	background-image: url('/images/telefon_g.svg');
}
#fragen a.email:hover, #fragen a.telefon::hover {
	border: 2px solid #d11112 !important;
	background-color: #d11112 !important;
}
#fragen .mobil {
	display: none;
}
#digitaldruck {
	margin-top: -23vw;
	z-index: 2;
}
#digitaldruck .image {
	height: 42vw;
	position: absolute;
	margin-top: -21vw;
	left: 0;
}
#digitaldruck .content {
	margin-top: 21vw;
}
#digitaldruck div.weiss_rechts {
	display: inline-block;
}
#digitaldruck .spalte_bild {
	float: left;
	margin-top: 1.5rem;
	margin-right: 3rem;
}
#digitaldruck .ico_head {
	margin-top: 3rem;
}
#digitaldruck .adresshead {
	margin-top: 1rem;
	display: inline-block;
}
#weiterverarbeitung {
	margin-top: 5rem;
}
#weiterverarbeitung .content {
	display: inline-block;
	text-align: left;
}
#weiterverarbeitung .bild_seite {
	margin-right: calc((100vw - 1250px) / 2 * (-1) - 1.5rem);
	float: right;
}
#dialogmarketing {
	margin-top: 5rem;
}
#dialogmarketing .ico_leist img {
	height: 4rem;
	margin-top: -1.5rem;
}
#dialogmarketing .content {
	display: inline-block;
	text-align: left;
}
#dialogmarketing .bild_seite {
	margin-left: calc((100vw - 1250px) / 2 * (-1) - 1.5rem);
	float: left;
	margin-right: 6rem;
}
#papiere_und_veredelungen {
	margin-top: 8rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#papiere_und_veredelungen .content {
	color: #ffffff;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
#papiere_und_veredelungen .bild img {
	height: 3rem;
}
#papiere_und_veredelungen h2 {
	margin-top: 1rem;
}
#papiere_und_veredelungen p {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#optik_und_haptik {
	margin-top: 5rem;
}
#optik_und_haptik .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#vertrieb_und_kundenbetreuung {
}
#vertrieb_und_kundenbetreuung .content {
	margin-top: 6rem;
}
#vertrieb_und_kundenbetreuung div.weiss_rechts {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: -15rem;
}
#vertrieb_und_kundenbetreuung .spalte_bild {
	margin-left: -1.5rem;
	line-height: 0;
	margin-top: 0;
}
#vertrieb_und_kundenbetreuung h2 {
	margin-bottom: 5rem;
}
/******************************************** leistungen ********************************************/
#kontakt_ansprechpartner {
}
#kontakt_ansprechpartner .image {
	height: 26vw;
	float: right;
	margin-bottom: 3rem;
}
#ansprechpartner .adressliste {
	margin-bottom: 5rem;
}
#anfahrt {
	margin-top: 5rem;
	margin-bottom: 8rem;
}
#anfahrt small {
	margin-bottom: 4rem;
	position: relative;
	width: 100%;
	display: inline-block;
}
#anfahrt iframe {
	width: 100%;
	height: 400px;
	margin-top: 2rem;
}
#anfahrt .content {
	display: inline-block;
	text-align: left;
}
#anfahrt .ico_text {
	display: inline-block;
	float: left;
	position: relative;
}
#anfahrt .ico_text p {
	display: inline-block;
	margin-left: 2rem;
}
#anfahrt .ico_text img {
	position: absolute;
}
#anfahrt .spalte {
	float: right;
}
#memeler_dampfboot .image {
	height: 35vw;
	float: right;
	margin-bottom: 3rem;
}
/******************************************** seite ********************************************/
.main img {
	max-width: 100%;
	height: auto;
}
.bild_l, .bild_r {
	margin-bottom: 0.5em;
	display: inline-block;
}
.bild_l {
	margin-right: 1em;
	float: left;
}
.bild_r {
	margin-left: 1em;
	float: right;
}
/******************************************** navigation ********************************************/
.nav_icon, .nav_close, #nav_bg {
	display: none;
}
nav {
	text-align: left;
	display: inline-block;
	margin-top: 100px;
	z-index: 1000;
	margin-left: 120px;
}
nav ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}
/* Hauptmenue */
nav ul li {
	list-style: none;
	position: relative;
	text-align: left;
	padding: 0;
	margin: 0;
	float: left;
	border-bottom: 6px solid #d11112;
    transition: border 0.2s ease;
}
nav ul li:hover, nav ul li.aktuell {
	border-bottom: 6px solid #ffffff;
    transition: border 0.2s ease;
}
nav ul li a, nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 0 1.5rem;
	margin: 0;
	white-space: nowrap;
	display: inline-block;
	text-align: left;
	font-size: 1.25rem;
	line-height: 44px;
}
nav ul li:hover a, nav ul li.aktuell a {
	color: #ffffff;
	text-decoration: none;
}
nav ul li ul {
	position: absolute;
	display: block;
	margin: 0;
	width: auto;
	background-color: #ffffff;
	top: 50px;
	overflow: hidden;
	padding-right: 1rem;
	padding-left: 1rem;
	max-height: 0;
    transition: max-height 0.2s ease;
}
nav ul li ul::before {
	content: '';
	box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.25);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
nav ul li:hover ul, nav ul li:focus ul {
	display: block;
	height: auto;
	max-height: 1000px;
	box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.15);
    transition: max-height 1.2s ease;
}
nav ul li ul li {
	float: none;
	margin: 0 10px;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	border-bottom-style: none;
}
nav ul li ul li:first-of-type {
	margin-top: 0.5rem;
}
nav ul li ul li:last-of-type {
	margin-bottom: 0.5rem;
}
nav ul li:hover ul li, nav ul li.aktuell ul li {
	border-bottom: none;
}
nav ul li ul li a, nav ul li.aktuell ul li a, nav ul li ul li a:visited {
	padding: 0 1rem 0 0;
	width: 100%;
	margin: 0;
	display: block;
	font-size: 1rem;
	color: #d11112 !important;
}
nav ul li ul li.aktuell a, nav ul li ul li:hover a {
	color: #d11112;
	padding-right: 0;
}
nav ul li ul li a::before {
	content: '';
	background-image: url('/images/pfeil_r.svg');
	margin: 0;
	background-size: cover;
	display: inline-block;
	height: 0.7rem;
	width: 0;
}
nav ul li ul li.aktuell a::before, nav ul li ul li:hover a::before {
	content: '';
	margin: 0 0.3rem 0 0;
	width: 0.7rem;
    transition: all 0.3s ease;
}
/******************************************** > 24" ********************************************/
@media(max-width: 1780px) {
	html { }
	.head_l, .foot_l {
		width: 250px;
	}
	.content {
		max-width: calc(100% - 500px);
	}
	div.weiss_links div.bgw, div.weiss_rechts div.bgw, .referenzen {
		width: calc(100vw - 250px);
	}
	.image {
		width: calc(100% - 250px);
	}
	div.bild_seite {
		width: 600px;
	}
	#technik div.box {
		margin-top: 6vw;
	}
	#historie div.history {
		width: calc(100vw - 250px);
	}
	.rot_links h1 {
	  margin-top: 4rem;
	}
	#weiterverarbeitung .bild_seite {
		margin-right: calc(-250px - 1.5rem);
	}
	#dialogmarketing .bild_seite {
		margin-left: calc(-250px - 1.5rem);
	}
	#kompetenz .leist {
	  width: calc((100% - 2rem) / 3);
	  padding: 1rem 1rem 1rem;
	  margin-bottom: 1rem;
	}
	#kompetenz .leist a {
		padding: 0.3rem 0.5rem;
	}
	#technik div.box a:after, #kompetenz a:after {
		margin-left: 0.7em;
	}
	#dialogmarketing .bild_seite {
		margin-right: 4rem;
	}
}
/******************************************** laptop ********************************************/
@media(max-width: 1430px) {
	html {
		font-size: 16px;
	}
	header {
		height: 100px;
	}
	.logo img {
		height: 60px;
	}
	header .logo img {
		margin-top: 20px;
	}
	nav {
		margin-top: 50px;
		margin-left: 40px;
	}
	main {
		padding-top: 100px;
	}
	section a.anker {
		top: -110px;
		position: absolute;
	}
	.content {
		width: calc(100% - 8rem);
	}	
	#technik {
		height: auto;
	}
	#technik .image {
		position: relative;
		height: 48.44vw;
	}
	#technik > div.content {
		text-align: center;
	}
	#technik div.box {
		background-color: transparent;
		width: 80%;
		height: auto;
		margin: 6vw auto auto;
		float: none;
	}
	#technik div.box a, #technik div.box a:visited, #kompetenz div.leist_ansp a, #kompetenz div.leist_ansp a:visited {
		padding: 1.5em 2em;
		background-color: transparent;
	    transition: all 0.4s ease;
		margin-top: 2rem;
	}
}
/******************************************** pad quer ********************************************/
@media(max-width: 1330px) {
	html { }
	.content {
		width: calc(100% - 100px);
	}
	.topmen {
		right: 2rem;
	}
	.head_l, .foot_l {
		width: 210px;
		min-width: 210px;
	}
	.topmen {
		font-size: 0.8rem;
	}
	footer {
		padding: 2rem 0 0;
	}
	footer .ico_link {
		display: inline-block;
		margin-right: 1.5rem;
		margin-left: 1.5rem;
		float: none;
		margin-bottom: 0.2em;
		width: 38%;
	}
	footer .dampfboot {
		float: right;
		width: auto;
	}
	nav ul li a, nav ul li a:visited {
		font-size: 1rem;
	}
	.content {
		max-width: calc(100% - 200px);
	}
	div.weiss_links div.bgw, div.weiss_rechts div.bgw, .referenzen {
		width: calc(100vw - 100px);
	}
	.image {
		width: calc(100% - 100px);
	}
	div.bild_seite {
		width: 600px;
	}
	#technik div.box {
		margin-top: 6vw;
	}
	#historie div.history {
		width: calc(100vw - 100px);
	}
	div.weiss_links div.bgw, div.weiss_rechts div.bgw, .referenzen {
		width: calc(100vw - 100px);
	}
	.image {
		width: calc(100% - 100px);
	}
	#vertrieb_und_kundenbetreuung {
	}
	#vertrieb_und_kundenbetreuung .bild {
		max-width: calc(50% - 3rem);
		margin-right: 3rem;
	}
	#vertrieb_und_kundenbetreuung .bild img {
		max-width: 100%;
		height: auto;
	}
	#digitaldruck {
		margin-top: -16vw;
	}
	.fancybox-prev span {
		left: -0.5rem !important;
	}
	.fancybox-next span {
		right: -0.5rem !important;
	}
}
/******************************************** pad hochkant, smartphone quer ********************************************/
@media(max-width: 1150px) {
	html { }
	div.bild_seite {
		width: 500px;
	}
	#vertrieb_und_kundenbetreuung .spalte {
		width: calc(50% - 2rem);
	}
}
/******************************************** pad hochkant, smartphone quer ********************************************/
@media(max-width: 1000px) {
	html { }
	.spalte, .breiter, .schmaler {
		width: 100%;
	}
	.spalte_bild {
		width: calc(50% - 3rem);
		margin-right: auto;
		margin-left: auto;
		margin-top: 3rem;
	}
	.content {
		width: calc(100% - 100px);
		max-width: calc(100% - 100px);
	}
	div.weiss_links div.bgw, div.weiss_rechts div.bgw, .referenzen {
		width: calc(100vw - 50px);
	}
	.image {
		width: calc(100% - 50px);
	}
	div.bild_seite {
		width: 400px;
	}
	.referenzen {
		margin-top: 2rem;
	}
	ul#referenzSlider li {
		width: 290px;
		height: 225px;
	}
	ul#referenzSlider li a, ul#referenzSlider li a img {
		width: 100%;
		height: 100%;
	}
	ul#referenzSlider li:hover div {
		display: none;
	}
	.ico_leist {
		width: 100%;
	}
	#historie div.history {
		width: calc(100vw - 50px);
		margin-bottom: 4rem;
	}
	#kompetenz .leist_ansp {
		margin-top: 5rem;
	}
	#kompetenz .spalte_bild {
		width: 100%;
	}
	#technik div.box {
		margin-top: 6vw;
	}
	div.rot_links {
	}
	rot_links_text {
		padding-bottom: 2rem;
	}
	.rot_links h1 {
	  margin-top: 4rem;
	}
	#weiterverarbeitung .ico_leist, #dialogmarketing .ico_leist {
		width: 50%;
	}
	#weiterverarbeitung .bild_seite {
		margin-right: calc(-50px - 4rem);
	}
	#dialogmarketing .bild_seite {
		margin-left: calc(-50px - 4rem);
	margin-right: 2rem;
	}
	#karriere .jobs {
		width: 100%;
		margin-top: 4rem;
	}
	#vorstufe div.weiss_rechts ul {
		margin-top: 1rem;
	}
	#offsetdruck .weiss_links .ico_head, #offsetdruck .weiss_links .spalte {
		width: 100%;
		float: none;
	}
	#offsetdruck .weiss_links .spalte_bild {
		float: none;
		display: inline-block;
		width: 100%;
		max-width: 100%;
		margin-top: 3rem;
	}
	#offsetdruck .weiss_links .spalte_bild img {
		display: inline-block;
		max-width: calc(50% - 3rem);
	}
	#offsetdruck .weiss_links .spalte_bild .adresshead {
		float: right;
		display: inline-block;
		margin-top: 0;
	}
	#digitaldruck .spalte_bild {
		width: 100%;
		max-width: 100%;
		margin-top: 3rem;
	}
	#digitaldruck .spalte_bild img {
		float: left;
		max-width: 50%;
	}
	#digitaldruck .adresshead {
		display: inline-block;
		float: right;
		margin-top: 0;
	}
	#optik_und_haptik .schmaler {
		margin-top: 1rem;
	}
	#vertrieb_und_kundenbetreuung h2 {
		margin-bottom: 3rem;
	}
	.adressliste {
		width: calc(50% - 2rem);
	}
	#anfahrt .ico_text {
		margin-bottom: 2rem;
	}
}
/******************************************** smartphone ********************************************/@media(max-width: 750px) {
	html { }
	header {
		height: 75px;
	}
	.head_l {
		width: 130px;
		min-width: 130px;
	}
	.logo img {
		height: 50px;
	}
	header .logo img {
		margin-top: 12px;
	}
	footer .ico_link {
		width: 100%%;
		line-height: 1.75rem;
	}
	footer .dampfboot {
		width: auto;
	}
	footer .impress p a {
		margin-left: 0;
	}
	.impress{
		margin-top: 1rem;
	}
	.foot_l , .impress{
		padding-left: 1.5rem;
	}
	.foot_l, .foot_r, .impress a {
		width: 100%;
		text-align: left;
		display: inline-block;
		line-height: 1.5rem;
	}
	.topmen {
		display: none;
	}
	main {
		padding-top: 75px;
	}
	section a.anker {
		top: -80px;
	}
	.content {
		width: 100%;
		max-width: 100%;
	}
	.ico_head h2, .ico_leist h2 {
		width: 100%;
		padding-top: 0.5rem;
		padding-bottom: 2rem;
	}
	div.weiss_links div.bgw , div.weiss_rechts div.bgw {
		box-shadow: none;
	}
	div.weiss_links {
		padding-right: 0 !important;
	}
	div.weiss_rechts {
		padding-left: 0 !important;
	}
	div.weiss_links div.bgw, div.weiss_rechts div.bgw {
		height: 100%;
		width: 100vw;
	}
	body.referenzseite {
		padding: 0 0.5rem;
	}
	body.referenzseite .content {
		padding-right: 0;
		padding-left: 0;
	}
	.referenzen {
		margin-top: 3rem;
		width: calc(100vw - 1.5rem);
	}
	ul#referenzSlider li {
		width: 240px;
		height: 185px;
		font-size: 1rem;
		background-color: #ffffff;
		margin-left: 0;
		display: block;
		position: relative;
	}
	ul#referenzSlider li a, ul#referenzSlider li a img {
		width: 100%;
		height: 100%;
	}
	.image {
		width: 100%;
		height: 50vw !important;
		float: none !important;
		position: relative !important;
		top: auto !important;
		right: auto !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	div.bild_seite {
		width: 100%;
	}
	.history ul#historySlider li {
		max-width: 240px;
		font-size: 0.8rem;
	}
	#technik div.box {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	#kompetenz {
		padding-top: 0rem;
		padding-bottom: 3rem;
	}
	#kompetenz .leist {
		width: 100%;
		padding: 0.2rem;
		margin-bottom: 1r;
	}
	#kompetenz .leist > div {
		height: 100px;
		text-align: center;
	}
	#kompetenz .leist > div a {
		display: inline-block;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}
	#kompetenz .leist > div img {
		max-width: 100%;
	}
	#kompetenz .leist > div h3 {
		font-size: 1rem;
	}
	#kompetenz .leist span a {
		opacity: 1;
	}
	.kompetenztext {
		margin-bottom: 4rem;
	}
	div.rot_links > div {
		right: -40px;
	}
	.rot_links div.rot_links_text {
		width: 100%;
		right: 0;
		height: auto;
	}
	.rot_links h1, .rot_links p {
		width: 100%;
	}
	.rot_links .bgbild {
		display: inline-block;
		width: calc(100% + 4rem);
		height: 80vw;
	}
	#unternehmen .content {
		margin-top: 3rem;
	}
	#historie {
		padding-bottom: 2rem;
	}
	#historie div.history {
		margin-top: 8rem;
		margin-bottom: 4px;
		width: calc(100vw - 1.5rem);
	}
	#historie .lSSlideOuter {
		padding-left: 0;
	}
	#nachhaltigkeit div.weiss_links {
		padding-bottom: 3rem;
	}
	#nachhaltigkeit .image {
		height: 30vw;
		float: none;
		position: relative;
		top: auto;
		right: auto;
	}
	#nachhaltigkeit .content {
		margin-top: -0.5rem;
	}
	#karriere {
		padding-top: 0;
		margin-top: 0;
	}
	#karriere .content {
		padding-top: 4rem;
	}
	#karriere .jobs {
		padding-bottom: 4rem;
	}
	#karriere div.weiss_rechts {
		bottom: auto;
		padding-left: 0;
	}
	#karriere .adressliste {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	#leistungen .content {
		margin-top: 3rem;
	}
	#vorstufe .content {
		margin-top: -0.5rem;
	}
	#vorstufe ul {
		margin-top: 1rem;
	}
	#datenmanagement {
		margin-top: 0rem;
		padding-bottom: 0rem;
		margin-bottom: 4rem;
	}
	.spalte_bild, .spalte_bild .adresshead {
		width: 100%;
	}
	.spalte_bild .adresshead {
		width: 100%;
		padding-top: 1rem;
	}
	#offsetdruck .content {
		margin-top: -0.5rem;
	}
	#offsetdruck .weiss_links .spalte_bild img {
		max-width: 100%;
	}
	#offsetdruck .weiss_links .spalte_bild .adresshead {
		float: none;
	}
	div.weiss_links {
		padding-bottom: 0;
	}
	#fragen {
		height: auto;
		margin-top: 0;
	}
	#fragen .content {
		padding-top: 4rem;
		padding-bottom: 3rem;
	}
	#digitaldruck {
		margin-top: 3rem;
	}
	#fragen a.email, #fragen a.email:visited, #fragen a.mobil, #fragen a.mobil:visited {
		display: inline-block;
		margin-bottom: 1rem;
	}
	#fragen a.desktop {
		display: none;
	}
	#digitaldruck {
		margin-top: 0;
	}
	#digitaldruck .content {
		margin-top: -0.5rem;
	}
	#digitaldruck .spalte_bild img {
		max-width: 100%;
	}
	#weiterverarbeitung {
		margin-top: 0;
	}
	#weiterverarbeitung .bild_seite {
		margin-right:0;
		margin-bottom: -1rem;
	}
	#weiterverarbeitung .ico_leist, #dialogmarketing .ico_leist {
		width: 100%;
	}
	#dialogmarketing {
		margin-top: 1rem;
	}
	#dialogmarketing .bild_seite {
		margin-left: 0;
		margin-bottom: -1rem;
	}
	#papiere_und_veredelungen {
		margin-top: 4rem;
	}
	#papiere_und_veredelungen p {
		width: 100%;
	}
	#optik_und_haptik {
		margin-top: 0;
	}
	#optik_und_haptik .schmaler {
		margin-top: 1rem;
	}
	#vertrieb_und_kundenbetreuung {
		margin-top: 4rem;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#vertrieb_und_kundenbetreuung .content {
		margin-top: -0.5rem;
	}
	#vertrieb_und_kundenbetreuung .spalte_bild {
		margin-left: 0;
		margin-top: 1.5rem;
	}
	#vertrieb_und_kundenbetreuung .spalte {
		width: 100%;
	}
	#vertrieb_und_kundenbetreuung h2 {
		margin-bottom: 3rem;
		margin-top: 2rem;
	}
	#vertrieb_und_kundenbetreuung div.weiss_rechts {
		margin-bottom: 0;
		padding-bottom: 3rem;
	}
	#kontakt_ansprechpartner .content {
		margin-top: 3rem;
	}
	.adressliste h2 {
		white-space: normal;
	}
	.adressliste {
	  width: 100%;
	}
	#anfahrt iframe {
		height: 70vw;
	}
	/*
	navigation
	*/
	.nav_icon, .nav_close {
		display: block;
		position: absolute;
		cursor: pointer;
		font-size: 0.9rem;
		text-align: center;
		line-height: 1rem;
	}
	.nav_icon {
		width: 2.2rem;
		height: 2.2rem;
		top: 1.5rem;
		right: 1.5rem;
		color: #666666;
	}
	.nav_icon span, .nav_close span {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #ffffff;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
		margin-bottom: 7px;
	}
	.nav_close  {
		width: 1.5rem;
		height: 1.5rem;
		top: 10px;
		right: 10px;
		position: absolute;
	}
	.nav_close span {
		background-color: #d11112;
		position: absolute;
		top: 33%;
		left: 0;
	}
	.nav_close span:first-of-type {
		transform: rotate(45deg);
	}
	.nav_close span:last-of-type {
		transform: rotate(-45deg);
	}
	
	#nav_bg {
		background-color: #000;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		margin: 0;
		display: none;
		opacity: 0.05;
		transition: opacity 0.3s, display 0.3s;
	}
	#nav_bg.akt {
		opacity: 0.;
		display: block;
		transition: opacity 0.3s, display 0s;
	}
	nav {
		position: fixed;
		top: 0;
		height: 100%;
		background-color: #f2f2f2;
		z-index: 1000;
		overflow: auto;
		right: 0;
		width: 0;
		max-width: 0%;
		transition: width 0.4s;
		margin-top: 0;
		margin-left: 0;
	}
	nav.akt {
		width: 300px;
		max-width: 100%;
		transition: width 0.4s;
	}
	nav > ul {
		margin: 1rem 1rem 0.5rem;
	}
	nav ul li {
		list-style: none;
		text-align: left;
		font-weight: bold;
		width: 100%;
		border-bottom-style: none;
	}
	nav ul li ul::before {
		display: none;
	}	
	nav ul li ul {
		display: block;
		position: relative;
		background-color: transparent;
		padding: 0 0 0.5rem;
		box-shadow: none;
		height: auto;
		max-height: 1000px;
		top: 0;
	}
	nav ul li ul li {
		margin-left: 1rem;
		font-weight: normal;
		font-style: normal;
	}
	nav ul li ul li ul li {
		margin-left: 2rem;
		font-size: 0.94em;
	}
	nav ul li a, nav ul li a:visited {
		color: #d11112;
		text-decoration: none;
		line-height: 2em;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	nav ul li a:hover, nav ul li.aktuell a {
		color: #d11112;
		text-decoration: none;
	}
	nav ul li:hover, nav ul li.aktuell {
		border-bottom: none;
		color: #d11112;
	}
}
/* smartphone, schmal */@media(max-width: 600px) {
	html { }
	footer .ico_link {
		width: auto;
	}
	footer .dampfboot {
		width: auto;
		float: none;
	}
}