.fas , .far, .fal { font-family: 'Font Awesome 5 Pro'; }
header, .onTop #navTop {
	background-color: #006AB3;
	height: 100px;
}
#navTop { height: 100px; }
/*#navTop:hover { height: auto; }*/
header.navbar-tiny, .onTop.navbar-tiny #navTop { height: 60px; }
#navContact {
	top: 0;
	bottom: auto;
	right: 0;
}
#navTop a, #navContact a {
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
header.navbar-tiny #navTop a, header.navbar-tiny #navContact a {
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
header.navbar-tiny #navContact {
	bottom: 0;
}
#navTop a:hover, #navTop a.selected, #navContact a:hover, #navContact a.selected, #navTop > ul > li:hover > a, #navTop > ul > li.open > a {
	color: #fff;
	text-decoration: underline;
}
#navTop > ul > li > ul { top: 100px; }
header.navbar-tiny #navTop > ul > li > ul { top: 60px; }
#navTop > ul > li.fullSizeNavi > ul { top: 100px; }
header.navbar-tiny #navTop > ul > li.fullSizeNavi > ul { top: 60px; }
#navTop ul ul a {
	margin-top: 0;
}
#navContact a {
	/*background-color: #006AB3;
	border: solid #006AB3 1px;
	padding: 7px 15px 8px;
	color: #fff;
	border-radius: 5px;
	display: inline;
	transition: background-color 0.5s ease 0, color 0.5s ease 0;*/
}
#navContact a:hover, #navContact a:focus {
	/*background-color: #fff;
	color: #006AB3;*/
}
#navContact a.linkedIn {
	padding: 7px 10px 8px 15px;
	border: none;
	background-color: transparent;
}
#navContact li + li {
	padding-left: 0;
	padding-right: 20px;
}
#navContact a.linkedIn span::before {
	content: '\f0e1';
	font-size: 20px;
	color: #fff;
	display: inline-block;
	font-family: 'Font Awesome 5 Brands';
}
#navContact a.linkedIn:hover span::before {
	color: #B2B2B2;
}
#navTop #linkHome {
	height: 80px;
	width: 248px;
	margin-top: 0;
	padding-right: 20px;
	margin-left: 10px;
}
#navTop #linkHome::after {
	background: url(logo-haenchen-fr-slogan_inverse.png) no-repeat scroll center center #006AB3;
	background-image: url(logo-haenchen-fr-slogan_inverse.svg);
	bottom: auto;
	top: -20px;
	width: 248px;
	height: 80px;
	background-size: 248px;
}
#nav.onTop.navbar-tiny #navTop #linkHome::after {
	background: url(logo-haenchen-fr_inverse.png) no-repeat scroll left center #006AB3;
	background-image: url(logo-haenchen-fr-weis-transparent.svg);
	height: 48px;
	top: 0px;
	background-size: contain;
}
header.onTop .container {
	/*width: 1260px;
	margin: auto;*/
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
header.onTop .container nav#navTop{
	width: auto;
	display: inline-block;
}
header.onTop .container #navContact {
	right: 0;
	bottom: 0;
	display: inline-block;
	position: relative;
	/*padding-top: 28px;*/
	padding-right: 20px;
}
header.onTop .container #navContact li + li {
	padding-left: 0;
}
#pageWrapper { margin-top: 100px; }
#pageWrapper #containerPageHeader { height: auto; }
#headerWrapper {
	position: relative;
	height: 450px;
}
#headerWrapper::before {
	content: '';
	position: absolute;
	background-color: transparent;
	/*background-color: #8cacd3;*/
	opacity: 0.5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#headerWrapper::after {
	content: '';
	position: absolute;
	opacity: 0.3;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(haenchen_only.png) right bottom no-repeat;
	background-size: contain;
	z-index: 0;
}
#headerWrapper #topHeader {
	color: #fff;
	position: relative;
	z-index: 1;
}
#headerWrapper #breadcrumb {
	position: absolute;
	right: 30px;
	bottom: auto;
	top: 100%;
}
#headerWrapper #breadcrumb, #headerWrapper #breadcrumb > a {
	color: #b2b2b2;
}
#headerWrapper #topHeader .headline {
	font-size: 28px;
	padding: 40px 0 20px;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	width: auto;
}
#headerWrapper #topHeader .headline::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin-top: 20px;
}
#headerWrapper #topHeader .subHeadline {
	font-size: 24px;
	padding: 20px 0;
	width: 50%;
	font-weight: 700;
}
#headerWrapper #topHeader .buttonWrapper {
	padding: 20px 0;
}
.buttonWrapper .btn {
	background-color: #fff;
	border-radius: 5px;
	color: #006AB3;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px 8px;
	border: solid 1px #fff;
	transition: background-color 0.5s ease 0, color 0.5s ease 0;
}
.buttonWrapper .btn:hover {
	background-color: transparent;
	color: #fff;
	border-color: #006AB3;
}
.buttonWrapper .btn i { margin-right: 10px; }
#pageWrapper .bg-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
#pageWrapper .bg-image img {
	width: 100%;
	object-fit: cover;
	object-position: center center;
	height: 100%;
	position: absolute;
	top: 0;
}
#pageWrapper .bg-image::after {
}
.txtHeadline { line-height: 1.1em; }
.txtHeadline.hlBig { font-size: 24px; }
.buttonsWrapper {
	display: flex;
	padding-top: 20px;
}
#headerWrapper .buttonWrapper .btn:hover {
	border-color: #fff;
}
.buttonsWrapper.row {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}
.buttonsWrapper.column {
	flex-direction: column;
	gap: 20px;
}
.buttonsWrapper.left {
	justify-content: flex-start;
}
.buttonsWrapper.center {
	justify-content: center;
}
.buttonsWrapper.right {
	justify-content: flex-end;
}
.sectionHeadline .txtHeadline.hlBig, .containerCenter.containerFourColumns .txtHeadline.hlBig, .containerCenter.containerThreeColumns .txtHeadline.hlBig { font-size: 24px; }
.title .txtHeadline { font-size: 24px; }
.title .txtHeadline.hlBig { font-size: 36px; padding-bottom: 20px; position: relative; }
.title  .txtHeadline.hlBig h1::after, .title .txtHeadline.hlBig h2::after, .title .txtHeadline.hlBig h3::after, .title .txtHeadline.hlBig span::after {
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	height: 1px;
	border-bottom: dotted 3px #006AB3;
	bottom: -19px;
	left: 50%;
	transform: translate(-50%, 0);
}
.sectionHeadline + .buttonsWrapper { padding-top: 0; }
.buttonsWrapper .buttonWrapper .btn {
	background-color: #006AB3;
	border-color: #006AB3;
	color: #fff;
}
.buttonsWrapper .buttonWrapper .btn:hover {
	color: #006AB3;
	background-color: transparent;
	border-color: #006AB3;
}
.bgCon .buttonsWrapper .buttonWrapper .btn {
	background-color: #fff;
	border-color: #fff;
	color: #006AB3;
}
.bgCon .buttonsWrapper .buttonWrapper .btn:hover {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.imgContainer {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.slick-list .imgContainer img{
	object-fit: cover;
	object-position: center;
	height: 100%;
}
.imgContainer > img, .imgContainer a.link-lightbox > img {
	border-radius: 5px;
}
.imgContainer.imgCentered {
	display: flex;
	justify-content: center;
	margin-left: 0;
}
.containerContent .imgContainer + .imgContainer { padding-top: 25px; }
.accordion, .accordionclosed {
	padding: 32px 20px 32px 0;
}
.accordion.open dd {
	display: block !important;
}
.accordion dt.txtHeadline.noIcon + dd {
	padding-left: 16px;
}
.accordion dt.txtHeadline.noIcon { cursor: text; }
.accordion dt.txtHeadline.noIcon:hover::after,.accordion dt.txtHeadline.noIcon:focus::after { display:none; }
.containerThreeColumns, .containerFourColumns {
	display: flex;
	flex-direction: row;
	gap: 25px;
}
.containerTwoColumns {
	display: flex;
	flex-direction: row;
	gap: 25px;
}
.containerThreeColumns.gapBigger, .containerFourColumns.gapBigger {
	gap: 50px;
}
.containerCenter .teaser {
	background-color: #f7f6f6;
	border-radius: 5px;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.bgAlt .containerCenter .teaser { background-color: #fff; }
.containerCenter .teaser:hover { background-color: #E3E3E3; }
.bgAlt .containerCenter .teaser:hover { background-color: #f7f6f6; }
.containerCenter .teaser .img {
	padding: 40px;
}
.containerCenter .teaser .img img {
	min-width: 25%;
	height: auto;
}
.containerCenter .teaser .img.full {
	padding: 0;
}
.containerCenter .teaser .img.full img {
	width: 100%;
}
.containerCenter .teaser .title {
	color: #707173;
	font-size: 24px;
	padding: 40px 40px;
	width: 50%;
	line-height: 1.1em;
	font-weight: 700;
}
.containerCenter .teaser:hover .title { color: #006AB3;}
.containerCenter .teaser .title::after {
	content: '';
	display: block;
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 25%;
	height: 25%;
	background-image: url(plus.png );
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	opacity: 0.3;
	-webkit-transition: opacity 0.5s ease 0;
	transition: opacity 0.5s ease 0;
}
.containerCenter .teaser .title.plusSmall::after {
	width: 12.5%;
	height: 12.5%;
}
.containerCenter .teaser .title.noIcon::after {
	display: none;
}
.containerCenter .teaser:hover .title::after {
	opacity: 0.8;
}
.containerCenter .teaser a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
}
.containerCenter .imgInfo {
	margin-top: -40px;
	padding: 0 20px;
	display: flex;
	gap: 40px;
	justify-content: space-evenly;
}
.containerCenter .imgInfo .imgInfoItem {
	background-color: #8cacd3;
	background-color: #006AB3;
	color: #fff;
	width: 20%;
	padding: 20px;
	border-radius: 5px;
	line-height: 1.2em;
	position: relative;
}
.containerCenter .imgInfo .imgInfoItem em {
	font-style: normal;
	display: block;
	font-weight: 700;
	font-size: 36px;
	line-height: 1em;
}
.containerCenter .imgInfo.inverse .imgInfoItem {
	background-color: #fff;
	color: #006AB3;
}
.containerCenter .imgInfo.left .imgInfoItem {
	text-align: left;
}
.containerCenter .imgInfo.center .imgInfoItem {
	text-align: center;
}
.containerCenter .imgInfo.right .imgInfoItem {
	text-align: right;
}
/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flipBox {
	background-color: transparent;
	width: 100%;
	height: auto;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flipBoxInner {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flipBox:hover .flipBoxInner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flipBoxFront, .flipBoxBack {
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	border-radius: 5px;
	text-align: center;
	padding: 40px 20px;
	border: 1px solid #e3e4e4;
	width: calc(100% - 40px);
	height: 100%;
}

/* Style the front side */
.flipBoxFront {
	background-color: #fff;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 2px);
	padding: 0;
}
.flipBoxFront .img img {
	margin: auto;
	max-width: calc(100% - 40px);
	height: 100%;
	max-height: calc(100% - 40px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
/* Style the back side */
.flipBoxBack {
	background-color: #006AB3;
	color: #fff;
	transform: rotateY(180deg);
	position: relative;
}
.flipBoxBack .title {
	width: 100%;
	font-size: 24px;
	margin-bottom: 20px;
}
.flipBoxBack .buttonWrapper .btn {
	background-color: #fff;
	border-color: #fff;
	color: #006AB3;
}
.flipBoxBack .buttonWrapper .btn:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.flipBox.front .flipBoxInner {
	width: calc(100% - 40px);
	position: relative;
}
.front .flipBoxFront {
	position: relative;
	height: 100%;
	width: 100%;
}
.front .flipBoxFront .img {
	width: 100%;
}
.front .flipBoxFront .img img {
	left: 0;
	top: 0;
	transform: none;
	width: 100%;
	height: 100%;
	position: relative;
	max-height: 100%;
	max-width: 100%;
}
.front .flipBoxBack {
	position: absolute;
	height: calc(100% - 80px);
	width: calc(100% - 40px);
	top: 0;
	left: 0;
}
.productTeaser {
	padding: 20px;
	position: relative;
	display: flex;
	flex-direction:	column;
	flex-wrap: wrap;
	height: 300px;
	border: 1px solid #e3e4e4;
	border-radius: 5px;
	margin-bottom: 20px;
	height: 100%;
	min-height: 300px;
	width: calc(100% - 40px);
}
.productTeaser.no-min-height {
	min-height: auto;
	height: auto;
}
.containerTwoColumns .columnPadded { height: 100%; }
.productTeaser:hover {
	box-shadow: 0px 0px 5px #707173;
}
.productTeaser .txtHeadline, .productTeaser .txtParagraph {
	width: calc(50% - 20px);
}
.productTeaser .txtHeadline {
	font-size: 24px;
	font-weight: 700;
	padding-top: 20px;
	line-height: 1.1em;
	padding-top: 0;
	order: 1;
}
.productTeaser .txtParagraph {
	order: 3;
	padding-top: 10px;
}
.productTeaser .buttonWrapper {
	order: 2;
}
.productTeaser .txtHeadline h1, .productTeaser .txtHeadline h2, .productTeaser .txtHeadline h3, .productTeaser .txtHeadline span {
	color: #006AB3;
}
.productTeaser .buttonWrapper .btn {
	background-color: #006AB3;
	border-color: #006AB3;
	color: #fff;
}
.productTeaser .buttonWrapper .btn:hover {
	background-color: #fff;
	border-color: #006AB3;
	color: #006AB3;
}
.productTeaser figure {
	position: relative;
	width: calc(50% - 20px);
	height: 300px;
	bottom: auto;
	top: auto;
	left: auto;
	right: auto;
	position: absolute;
	right: 20px;
	top: 20px;
}
.productTeaser > figure > img {
	position: relative;
	top: auto;
	left: auto;
	max-width: 100%;
	transform: none;
}
.productTeaser > figure.auto > img {
	height: auto;
	width: auto;
}
.productTeaser > figure.cover > img {
	object-fit: cover;
}
.productTeaser > figure.contain > img {
	object-fit: contain;
}
.productTeaser > figure.left > img {
	object-position: left;
}
.productTeaser > figure.center > img {
	object-position: center;
}
.productTeaser > figure.right > img {
	object-position: right;
}
.productTeaser.textWide .txtParagraph {
	margin-top: 80px;
	width: calc(100% - 20px);
}
.productTeaser.textWide figure {
	height: 190px;
}

.imgContainer .textBox span {
	bottom: auto;
	color: #FFFFFF;
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 80%;
	transition: top 0.5s ease 0s, opacity 0.3s ease 0s;
	z-index: 10;
	padding: 20px;
}
.imgContainer .textBox span em {
	font-style: normal;
	font-weight: 700;
}
.imgContainer:hover .textBox span {
	opacity: 1;
	top: 50%;
	transform: translate(0, -50%);
}
.imgContainer .textBox::before {
	background-color: rgba(0, 114, 188, 0);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition: background-color 1s ease 0s;
	width: 100%;
	z-index: 4;
}
.imgContainer:hover .textBox::before {
	background-color: rgba(0,114,188,0.8);
}
.imgContainer .textBox.half {
	height: 33%;
	width: 100%;
	display: block;
	left: 0;
	top: auto;
	position: absolute;
	bottom: 0;
}
.slider.textUnder .item .imgContainer {
	display: flex;
	flex-direction: column-reverse;
}
.slider.textUnder .item .imgContainer .textBox {
	position: relative;
	display: block;
	text-align: left;
}
.slider.textUnder .item .imgContainer .textBox::before {
	content: none;
	display: none;
}
.slider.textUnder .item .imgContainer .textBox span {
	display: block;
	opacity: 1;
	color: #000;
	text-align: left;
	position: relative;
	top: 0;
	font-weight: 700;
}
.slider.textUnder .item .imgContainer:hover .textBox span {
	top: 0;
	transform: none;
}
.slider.textUnder .item .imgContainer .textBox span em {
	font-style: normal;
	color: #006AB3;
}
.containerThreeColumns .imgContainer + .imgContainer { padding-top: 0; margin-top: 25px; }
.containerThreeColumns.gapBigger .imgContainer + .imgContainer {margin-top:50px;}
.slick-prev::before, .slick-next::before {
	font-family: 'Font Awesome 5 Pro' !important;
	color: #006AB3 !important;
}
.slick-prev::before { content: '\f053' !important; }
.slick-next::before { content: '\f054' !important; }
.slick-next { right: -5px !important; z-index: 1; }
.containerContent .slider .imgContainer { margin-left: 0; }
.slick-slide + .slick-slide { margin-left: 20px; }
.slick-track { display: flex !important; }
.slick-slider::after {
	content : '';
	right: 0;
	top: 0;
	display: block;
	position: absolute;
	width: 18px;
	height: 100%;
	background-color: #fff;
}
section .slider .slick-slide .item .imgContainer .textBox::after {
	content: "i";
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #0069b4;
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #ffffff;
	z-index: 100;
	line-height: 20px;
	font-weight: 700;
}
/*logo slider*/
.logoSlider {
	background: #fff;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	cursor: default;
	user-select: none;
	touch-action: none;
}

.logoSlider:before {
	left: 0;
	top: 0;
}
.logoSlider:after,
.logoSlider:before {
	background: linear-gradient(
		to right,
		#0069b4 0%,
		hsla(0, 0%, 100%, 0) 100%
	);
	content: "";
	height: 200px;
	position: absolute;
	width: 200px;
	z-index: 2;
}
.logoSlider:after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}
.logoSlider:after,
.logoSlider:before {
	background: linear-gradient(
		to right,
		#0069b4 0%,
		hsla(0, 0%, 100%, 0) 100%
	);
	content: "";
	height: 200px;
	position: absolute;
	width: 200px;
	z-index: 2;
}

.logoSlider .slide-track-1 {
	animation: scroll-l 30s linear infinite;
	display: flex;
	width: 3500px;
	margin-top: 50px
}
.logoSlider .slide-track-2 {
	animation: scroll-r 30s linear infinite;
	display: flex;
	width: 3500px;
}

.logoSlider .slide {
	height: 100px;
	width: 250px;
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
}
.logoSlider .slide img {
	width: 180px;
	padding: 1pc;
	vertical-align: middle;
	margin: 0 auto;
	display: inline-block;
	max-width: 100%;
	height: auto;
	filter: grayscale(1);
	webkit-transition: filter ease 0.3s;
	transition: filter ease 0.3s;
	/*--webkit-transition: opacity ease 0.3s;
	transition: opacity ease 0.3s;
	opacity: 0.3;*/
}
.logoSlider .slide a:hover + img, .logoSlider .slide img:hover { filter: grayscale(0); /*opacity: 1;*/ }
section.bgCon .logoSlider:after, section.bgCon .logoSlider:before {
	background: linear-gradient(
		to right,
		#0069b4 0%,
		hsla(0, 0%, 100%, 0) 100%
	);
}
section.bgAlt .logoSlider:after, section.bgAlt .logoSlider:before {
	background: linear-gradient(
		to right,
		#DCDDDE 0%,
		hsla(0, 0%, 100%, 0) 100%
	);
}
section.bgDef .logoSlider:after, section.bgDef .logoSlider:before {
	background: linear-gradient(
		to right,
		#ffffff 0%,
		hsla(0, 0%, 100%, 0) 100%
	);
}
.logoSlider .slide a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	text-indent: -100000px;
}
footer .navFooter li.group a:first-child { font-weight: 700; }
footer .navFooter .txtHeadline { text-transform: uppercase; }
@keyframes scroll-l {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-250px * 7));
	}
}
@keyframes scroll-r {
	100% {
		transform: translateX(0);
	}
	0% {
		transform: translateX(calc(-250px * 7));
	}
}
.addressWrapper { position: relative; padding-top: 10px; }
.addressWrapper .streetAdress {
	padding: 0 0 10px 30px;
	margin-top: 10px;
	position: relative;
}
.addressWrapper .phone, .addressWrapper .email, .addressWrapper .url { position: relative; padding-left: 30px; }
.addressWrapper .streetAdress::before, .addressWrapper .phone::before, .addressWrapper .email::before, .addressWrapper .url::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Pro';
	content: '';
}
.addressWrapper .streetAdress::before { content: '\f3c5'; }
.addressWrapper .phone::before { content: '\f095'; }
.addressWrapper .email::before { content: '\f0e0'; }
.addressWrapper .url::before { content: '\f0ac'; }
#contact_form_wrapper { width: auto; }
#contact_form_wrapper .left, #contact_form_wrapper .right, #contact_form_wrapper #captcha_image { margin-bottom: 20px; }
#contact_form_wrapper #captcha_image { margin-top: 10px; }
#contact_form_wrapper .submit_wrapper {
	margin-top: 0;
	left: 0;
	margin-left: 0;
	text-align: left;
}
#contact_form_wrapper .required_wrapper { margin: 10px 20px 20px 0; }
#contact_form_wrapper select, #contact_form_wrapper input[type="text"], #contact_form_wrapper textarea {
	border-color: #f4f4f4;
	padding: 10px;
	border-radius: 5px;
}
#contact_form_wrapper input[type="submit"] {
	padding: 10px 20px 8px;
	border-radius: 5px;
	border-color: #0069b4;
	background-color: #0069b4;
	color: #fff;
}
#contact_form_wrapper input[type="submit"]:hover {
	background-color: transparent;
	color: #0069b4;
}
.containerTwoColumns .columnPadded #contact_form_wrapper { width: 100%; margin-top: 20px; }
@media only screen and (max-width: 1300px) {
	#navTop #linkHome {
		width: 200px;
		height: 65px;
		padding-right: 0;
	}
	#navTop #linkHome::after {
		width: 200px;
		height: 65px;
		top: -15px;
		background-size: 200px;
	}
	#navTop a, #navContact a { padding-left: 15px; padding-right: 15px; }
	#navContact li + li { padding-right: 10px; }
	#headerWrapper #breadcrumb { right: 20px; }
}
@media only screen and (max-width: 1240px) {
	#topHeader { padding: 0 20px; }
	.slick-slider { width: calc(100% + 10px); }
	.slick-prev { left: -21px !important; }
}
@media only screen and (max-width: 1133px) {
	#pageWrapper {
		margin-top: 80px;
	}
	#headerWrapper #breadcrumb { right: 30px; }
	#navTop #linkHome::after {
		top:5px;
	}
	header, #navTop {
		height: 80px;
	}
	/*#navTop:hover { height: auto; }*/
	#btnNavTop {
		top: 15px;
		right: 10px;
	}
	#navTop > ul > li.fullSizeNavi > ul { top: 0; }
	#navTop a, #navContact a { margin-top: 0; }
	#navTop ul li:nth-child(2) { margin-top: 20px; }
	#navTop .fullSizeNavi ul li:nth-child(2) { margin-top: 0; }
	#topHeader { padding: 0 20px; }
	.containerFourColumns.gapBigger { gap: 40px; }
	footer { padding: 80px 10px; }
	.containerCenter .teaser .title::after {
		width: 20%;
		height: 20%;
	}
	#navTop > ul > li > ul { top: auto; }
	#navTop > ul > li > ul > li:nth-child(2) { margin-top: 0; }
}
@media only screen and (max-width: 1040px) {
	#headerWrapper #breadcrumb { right: 0; }
}
@media only screen and (max-width: 992px) {
	.breadcrumb { padding-left: 0; }
	.columnPadded .productTeaser {
		padding-right: 20px;
	}
	.containerTwoColumns .columnPadded { width: 50%; }
	.containerContent .txtParagraph { margin: 0; }
	.containerCenter .imgInfo {
		gap: 20px;
		padding: 0 20px 0 0;
		margin-top: 20px;
	}
	.containerFourColumns { flex-wrap: wrap; }
	.containerFourColumns > * {
		width: calc(50% - 20px);
	}
	.containerCenter .teaser .img, .containerCenter .teaser .title { padding: 20px; }
	.containerCenter .teaser .title::after {
		width: 12%;
		height: 12%;
		right: 20px;
	}
	#contact_form_wrapper { margin: 0; }
	.slick-list .imgContainer img { height: auto; }
	.flipBoxFront { width: calc(100% - 20px); }
}
@media only screen and (max-width: 767px) {
	#headerWrapper { height: auto; min-height: 300px; }
	#headerWrapper #topHeader .subHeadline { width: 100%; }
	#headerWrapper::after { width: 100%; }
	#headerWrapper #breadcrumb {
		right: auto;
		left: 20px;
	}
	.containerTwoColumns {
		display: block;
	}
	.containerTwoColumns > .columnPadded { width: 100%; }
	.containerThreeColumns {
		display: block;
	}
	.containerThreeColumns > * {
		width: 100%;
	}
	.containerThreeColumns > div + div {
		margin-top: 20px;
	}
	.containerCenter .imgInfo { padding: 0; }
	.containerFourColumns { display: block; }
	.containerFourColumns > * { width: 100%; }
	.containerFourColumns > div { margin-top: 20px; }
	#contact_form_wrapper { margin-top: 20px; }
	.txtHeadline.noIcon {
		margin-right: 0;
		padding-right: 0;
	}
	.productTeaser > figure.cover > img { object-position: center !important; z-index: -1; }
	#navTop a {
		padding-top: 0;
		padding-bottom: 0;
	}
	.logoSlider::after, .logoSlider::before { width: 50px; }
	section.smallPadding { padding-bottom: 20px !important; }
	.title .txtHeadline { font-size: 22px; }
	.title .txtHeadline.hlBig { font-size: 28px; }
	.containerCenter .imgInfo .imgInfoItem em { font-size: 28px; }
	section.bgCon .logoSlider::after { right: -1px; }
	.accordion, .accordionclosed { padding-right: 0; }
	.flipBoxFront { width: 100%; }
}
@media only screen and (max-width: 540px) {
	.containerFourColumns > * { width: 100%; }
}
@media only screen and (max-width: 450px) {
	.productTeaser { min-height: 200px; }
	.productTeaser figure { right: 0; height: 100% }
	.productTeaser > figure > img { object-fit: contain !important; }
}