img {
	color: transparent;
}

.ratio-container {
	position: relative;
}
.ratio-container:after {
	content: '';
	display: block;
	height: 0;
	width: 100%;
	/* 16:9 = 56.25% = calc(9 / 16 * 100%) */
	padding-bottom: 56.25%;
	content: "";
}
.ratio-container > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ratio-fabric:after {
	padding-bottom: 65.5%;
}

/* unknown ration variation */
.unknown-ratio-container > * {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.focuspoint {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.focuspoint img {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	/* fill and maintain aspect ratio */
	width: auto; height: auto;
	min-width: 100%; min-height: 100%;
	max-height: none; max-width: none;
}

.ce-image .focuspoint img {
	position: relative;
}

.bsgallery {
	max-width: 100%;
	overflow: hidden;
}

/*ui*/
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/_assets/103a435f754bfdff1e6cf4fc358d43e1/dist/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/_assets/103a435f754bfdff1e6cf4fc358d43e1/dist/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/_assets/103a435f754bfdff1e6cf4fc358d43e1/dist/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/_assets/103a435f754bfdff1e6cf4fc358d43e1/dist/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/_assets/103a435f754bfdff1e6cf4fc358d43e1/dist/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/_assets/103a435f754bfdff1e6cf4fc358d43e1/dist/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/_assets/103a435f754bfdff1e6cf4fc358d43e1/dist/images/ui-icons_777777_256x240.png");
}

body {
	opacity: 1 !important;
}

.mailtoui-button-copy,
.mailtoui-button-content {
	display: flex;
	align-items: center;
}
.mailtoui-button-copy span,
.mailtoui-button-content span {
	top: auto;
}

form label.custom-control-label.dsgvo-label.labelfocus,
form label.custom-control-label.dsgvo-label:hover {
	color:#333;
}

.modal.basket,
.modal.filter,
.modal.detail,
.modal.alertmsg {
	z-index: 3333;
}

.templatelocal_freezeelement.afterbg-004D33:after {
	background: #004D33;
	content: " ";
	height: 120px;
	width: 100%;
	position: absolute;
}
.templatelocal_freezeelement.afterbg-5BA128:after {
	background: #5BA128;
	content: " ";
	height: 120px;
	width: 100%;
	position: absolute;
}
.templatelocal_freezeelement.afterbg-BDB03B:after {
	background: #BDB03B;
	content: " ";
	height: 120px;
	width: 100%;
	position: absolute;
}
.templatelocal_freezeelement.afterbg-99CCFF:after {
	background: #99CCFF;
	content: " ";
	height: 120px;
	width: 100%;
	position: absolute;
}
.templatelocal_freezeelement.afterbg-800410:after {
	background: #800410;
	content: " ";
	height: 120px;
	width: 100%;
	position: absolute;
}
.templatelocal_freezeelement.afterbg-D25459:after {
	background: #D25459;
	content: " ";
	height: 120px;
	width: 100%;
	position: absolute;
}
.templatelocal_freezeelement.afterbg-A6541B:after {
	background: #A6541B;
	content: " ";
	height: 120px;
	width: 100%;
	position: absolute;
}
.templatelocal_freezeelement.afterbg-B6B1A9:after {
	background: #B6B1A9;
	content: " ";
	height: 120px;
	width: 100%;
	position: absolute;
}

.imageHolder {
	z-index: 2;
}

.headerelement {
	margin-top: -189px;
}

.keyfigure .value {
	font: normal normal bold 61px/65px Aeonik-Regular;
}

.keyfigure .param-title {
	font: normal normal normal 20px/30px Aeonik-Regular;
}
/*
.heder-mode-dark .main-header .nav-container,
.heder-mode-light .main-header .nav-container {
	transition: none;
}
*/
.tx-storen-download .downloadicon:hover {
	color: #002d72 !important;
}
.tx-storen-download .downloadicon {
	color:#434C53 !important;
}

.microsite .main-header:hover {
	background-color: transparent !important;
}

.microsite .storensalescontact_search form .form-label {
	color: #434c53;
	border-top: 1px solid #434c53;
	margin-top: 2rem;
}

.microsite .storensalescontact_search form .locWrapper {
	height: 41vw;
}

.microsite .storensalescontact_search form .searchIcon {
	position: absolute;
	right: 0;
	top: 22%;
}

.microsite .storensalescontact_search form input.form-control, .microsite .storensalescontact_search form input:focus {
	border-color: #434c53 !important;
}

.microsite .mircositesearch {
	padding-bottom:9rem !important;
}

@media (max-width: 991px) {
	.microsite .mircositesearch {
		padding-bottom:3rem !important;
	}
	.microsite .storensalescontact_search form .searchIcon {
		position: absolute;
		right: 0;
		top: 37%;
	}

}

.heder-mode-light .metanavigation .nav-item .nav-link {
	color: #434c53;
}

.heder-mode-light .main-header:hover .metanavigation .nav-item .nav-link {
	color: #434c53;
}

.heder-mode-light .main-header:hover .metanavigation .nav-item .nav-link:hover {
	color: #002d72;
}

@media (max-width: 991px) {
	.headerelement .title-subtitle .title {
		font-size: 46px;
	}
	.headerelement .title-subtitle .subtitle {
		font-size: 32px;
	}
}

@media (max-width: 720px) {
	.headerelement .title-subtitle .title {
		font-size: 35px;
		line-height: 42px;
	}
	.headerelement .title-subtitle .subtitle {
		font-size: 28px;
		line-height: 34px;
		padding-top: 20px;
	}
}

.author.text-primary {
	font-size: 2rem !important;
}
#alert-modal-consultation .modal-dialog,
.storenfabricsamples_form .modal-dialog {
	max-width: 75%;
}
@media (max-width: 576px) {
	#alert-modal-consultation .modal-dialog,
	.storenfabricsamples_form .modal-dialog {
		max-width: 100%;
	}
}
#alert-modal-consultation .modal-dialog .form-control,
.storenfabricsamples_form .modal-dialog .form-control {
	display: inline;
	width: 97%;
}

.row.pdf {
	display: block;
}
.row.pdf>[class^=col-] {
	display: inline-block;
}

.row.pdf>.col-6 {
	max-width: 49.5%;
	display: inline-block;
}
.row.pdf>.col-4 {
	max-width: 33%;
	display: inline-block;
}
.row.pdf>.col-8 {
	max-width: 66%;
	display: inline-block;
}
.row.pdf>.col-12 {
	max-width: 100%;
	display: inline-block;
}
.font-size-pdf {
	font-size: 1.125rem;
	line-height: 1.5rem;
}

#countries .nav-item,
#langcol .nav-item,
.extended-menu .nav-item,
.extended-menu .product-box {
	text-align: left;
}

.sticky .main-header .nav-container {
	min-height: auto !important;
	background: rgba(255,255,255,.9) !important;
}

.order-pdf-contact .contact-phone,
.order-pdf-contact h3,
.order-pdf-content h4,
.tx-storen-fabricsamples h4 {
	font-family: Aeonik-Bold;
	font-size: 17px;
	margin-bottom: 0px;
}

.order-pdf-contact .contact-address {
	font-size: 14px;
	line-height: 18px;
}

.storenfabricsamples_pdf h4 {
	font-size: 22px
}

.storenfabricsamples_pdf .fabricsamples-list .title {
	font-family: Aeonik-Bold;
	font-size: 20px;
	line-height: 30px;
}

.storenfabricsamples_pdf .fabricsamples-list .font-size-pdf .font-weight-light {
	font-family: Aeonik-Medium;
	font-size: 16px;
	line-height: 21px;
}

.storenfabricsamples_pdf .border-line {
	border-top: 1px solid #002d72 !important;
}

.storenfabricsamples_pdf .font-weight-light b {
	font-family: Aeonik-Bold;
}

.storenfabricsamples_pdf .pdf-title {
	font-family: Aeonik-Regular;
}

.video-overlay {
	background: rgba(255,255,255,.25) !important;
}

.tx-storen-location .locWrapper,
.tx-storen-location .mapWrapper {
	height: 55vw !important;
}

@media (max-width: 991.98px) {
	.tx-storen-location .locWrapper {
		height: initial !important;
	}
	.tx-storen-location .mapWrapper {
		min-height: 160vw;
		height: auto !important;
	}
	.modal.basket .modal-content .modal-body {
		height: calc(100% - 250px);
	}
	.main-header {
		position: relative !important;
	}
	.v2.heder-mode-dark .main-header .breadcrumb-wrap::after,
	.v2.heder-mode-light .main-header .breadcrumb-wrap::after,
	.v2.heder-mode-dark .main-header .breadcrumb-wrap::before,
	.v2.heder-mode-light .main-header .breadcrumb-wrap::before {
		display: none;
	}
}

.cta-button-grau,.cta-button-weiss,.cta-button-blau {
	color: #434C53 !important;
	position: relative;
	text-decoration: none;
}

.cta-button-grau:hover,.cta-button-weiss:hover,.cta-button-blau:hover {
	text-decoration:none !important;
}

.cta-button-grau::before,.cta-button-weiss::before,.cta-button-blau::before {
	content: "";
	position: absolute;
	display: block;
	width: 15%;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: #434C53;
	transition: width 0.3s ease;
}

.cta-button-weiss::before{
	background-color: #FFF;
}

.cta-button-blau::before {
	background-color: #002D72;
}

.cta-button-grau:hover::before,.cta-button-weiss:hover::before,.cta-button-blau:hover::before {
	width: 100%;
}

.cta-button-weiss {
	color: #FFF !important;
}

.cta-button-blau {
	color: #002D72 !important;
}

.accordion.horizontal .detail-link {
	background-color: transparent;
	border-color: transparent;
}


.locationsliderThumbs-wrap {
	position: relative;
}
.locationsliderThumbs-wrap .swiper-button-prev {
	left:0px;
}
.locationsliderThumbs-wrap .swiper-button-next {
	right:0px;
}

.locationslider-wrap {
	--swiper-navigation-size: 18px;
	--swiper-navigation-color: #404950;
}

.locationsliderThumbs .locationsliderThumbs-img-wrap {
	background-color: #FFFFFF;
}
.locationsliderThumbs .swiper-slide-thumb-active img {
	opacity: 0.55;
}
.locationsliderThumbs img {
	cursor: pointer;
}

.locationslider-img-wrap {
	aspect-ratio: 1.588;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
}

.director-image-wrap {
	aspect-ratio: 0.72;
	overflow: hidden;
}

.locationslider-img {
	height: 100%;
	width: auto;
}

.locationsliderThumbs-img-wrap {
	aspect-ratio: 1.588;
	overflow: hidden;
	text-align: center;
}

.locationsliderThumbs-img {
	height: 100%;
	width: auto;
}

.mapDetail .image-caption {
	font-family: Aeonik-Regular;
}

.locationslider-wrap .image-caption {
	padding-bottom: 16px;
}

.locationslider-wrap .image-caption {
	height: 66px;
	background-color: white !important;
}

.tx-storen-location .mapWrapper {
	z-index: 1;
}

.tx-storen-location .mapWrapper .mapDetail {
	background: #fff;
	padding: 1.25rem;
	position: relative !important;
	margin-top: 20px;
}

@media (max-width: 1500px) {
	#contactMenu .contact-wrap h3,
	.contactMenu .contact-wrap h3 {
		font-size: 1.8rem;
	}
}


@media (max-width: 1400px) {
	#contactMenu, .contactMenu {
		font-size: 1.1rem;
	}
	#contactMenu .contact-wrap h3,
	.contactMenu .contact-wrap h3 {
		font-size: 1.6rem;
	}
}

@media (max-width: 1240px) {
	#contactMenu, .contactMenu {
		font-size: 0.9rem;
	}
	#contactMenu .contact-wrap h3,
	.contactMenu .contact-wrap h3 {
		font-size: 1.3rem;
	}

	#contactMenu .row .svg-icon,
	.contactMenu .row .svg-icon {
		width: 1.9rem;
		height: 1.9rem;
		margin-left: -2.5rem;
	}
}
@media (max-width: 1100px) {
	#contactMenu, .contactMenu {
		font-size: 0.8rem;
	}
	#contactMenu .contact-wrap h3,
	.contactMenu .contact-wrap h3 {
		font-size: 1.1rem;
	}

	#contactMenu .row .svg-icon,
	.contactMenu .row .svg-icon {
		width: 1.6rem;
		height: 1.6rem;
		margin-left: -2rem;
	}
}

.has-error {
	.form-label {
		color: #d25459;
	}
	.form-border-bottom,
	.hf-invalid,
	.error {
		border-color: #d25459;
	}
	.filled,
	.invalid-feedback {
		display: block;
		color: #d25459;
		font-family: Aeonik-Medium;
		font-size: .875rem;
	}
}

.headermehrslider h4 {
    font-family: Aeonik-Regular;
    color:#434C53;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}

@media (max-width: 769px) {
    .headermehrslider h4 {
        font-family: Aeonik-Regular;
        color:#434C53;
        font-size: 0.985rem;
        font-style: normal;
        font-weight: 800;
        line-height: 110%;
    }
}

.headermehrslider .description {
    color:#434C53;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
@media (max-width: 769px) {
    .headermehrslider .description {
        color: #434C53;
        font-size: 0.985rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
}

