* {
	font-family: 'Roboto', sans-serif;
}

html {
	font-size: 13px;
}

html, body {
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 2.2rem;
	color: #5D5D5D;
	text-align: center;
	margin-top: 100px;
	font-weight: 500;
	margin-bottom: 10px;
}


.h2line {
	width: 15%;
	border-bottom: 1px solid #5D5D5D;
	margin: 0 auto;
	margin-bottom: 50px;
}

h3 {
	font-size: 1.4rem;
	color: #5D5D5D;
}

#logo {
	width: 100%;
	display: block;
	padding: 40px 40px;
	padding-right: 0px;
	padding-left: 0px;
	max-width: 200px;
	min-width: 100px;
	
	padding-left: 15px;
}

#logo img {
	width: 100%;
	min-width: 115px;
}

.navcol {
	padding-right: 10px;
}

#header {
	position: relative;
}

.subnavarrow {
	display: none;
}

#nav-button {
	display: none;
}

#nav-button { 
	position:absolute; 
	padding:0; 
	top:54px; 
	margin-top:-25px; 
	right:5px; 
	height:50px; 
	width:50px;
	z-index:100;
	position:absolute;
	cursor: pointer;
	text-transform: none;
	background-color: transparent;
	border: 0;
	overflow: visible;
}

#nav-button:before,
#nav-button:after,
#nav-button span { content:''; display:block; height:1px; width:20px; background-color:#555; position:relative; top:0; left:15px;
	transition-property: opacity, transform;
	transition-duration: 0.15s;
	transition-timing-function: linear; }

#nav-button:before { top:-4px; transform-origin:top left; }
#nav-button:after { top:4px; transform-origin:bottom left; }
#nav-button span { transform-origin:center center; }

#header.showing #nav-button:before { transform:translateY(-2px) rotate(45deg); }
#header.showing #nav-button span { transform:translateX(-2px) scaleX(0); opacity:0; }
#header.showing #nav-button:after { transform:translateY(2px) rotate(-45deg); }

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline;
  float: right;
  margin-right: 0px;
}

nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 10px;
	margin-top: 0px;
}

nav ul li:last-child {
	//margin-right: 0px;
}

nav ul li a {
	font-size: 1.1rem;
	color: black;
	text-decoration: none;
}

nav ul li:hover .subnav, nav ul li .subnav:hover  {
	display: block;
}

nav ul li:hover > a {
	border-bottom: 1px solid rgb(198, 198, 198);
}

a:hover {
	color: #5D5D5D;
}

.subnav {
	display: none;
	width: 100vw;
	position: absolute;
	top: 21px;
	right: 0px;
	background-color: rgba(238, 238, 238, 1);
	z-index: 8;
	padding-bottom: 40px;
}

.navheading {
	font-size: 1.1rem;
	font-weight: 500;
	color: #5D5D5D;
	margin: 20px 0px;
	margin-bottom: 40px;
}

.navpicture {
	margin-bottom: 20px;
}

.navpicture img {
	width: 100%;
	max-width: 350px;
}

.subnav ul {
	float: none;
}

.subnav li {
	margin: 5px;
	display: block;
	margin-left: 0px;
}

.subnavitem {
	//margin: 40px;
	//padding-left: 40px;
	padding: 40px;
}

a:hover {
	text-decoration: none;
}

.navicons {
	padding: 20px;
	text-align: right;
	padding-right: 0px;
	
}

.navicons i {
	margin: 20px 10px;
	color: black;
}

.navicons a {
	color: black;
}

.teaserNavPicture {
	width: 100%;
	padding-top: 75%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.swiper {
  width: 100%;
  height: 600px;
}
.swiper-slide {
  width: 100%;
  height: 600px;
  background-image: url("/assets/img/herotest.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-button-next, .swiper-button-prev {
	color: #5D5D5D;
}

.swiper-pagination-bullet {
	width: 10%;
	height: 2px;
	display: inline-block;
	border-radius: 0px;
	background-color: #101B3C;
}

.slidecontent {
	position: absolute;
	top: 120px;
	right: 120px;
	text-align: center;
}

.slidecontent.upper-right {
	top: 120px;
	right: 120px;
}

.slidecontent.upper-left {
	right: unset;
	top: 120px;
	left: 120px;
}

.slidecontent.center {
	left: 10px;
	right: 10px;
	top: calc(47% - 77.5px);
	bottom: unset;
}

.slidecontent.bottom-right {
	top: unset;
	left: unset;
	bottom: 120px;
	right: 120px;
}

.slidecontent.bottom-left {
	top: unset;
	right: unset;
	bottom: 120px;
	left: 120px;
}

.slideheading {
	color: #5D5D5D;
	font-size: 1.6rem;
	font-weight: 500;
}

.slidecontent p {
	color: #5D5D5D;
	font-size: 1.1rem;
	margin-top: 8px;
	
}

.invertColors .slideheading {
	color: white;
}

.invertColors p {
	color: white;
}

.pauseswiper {
	position: absolute;
	top: 25px;
	right: 40px;
	z-index: 2;
	cursor: pointer;
}

button {
	font-size: 1rem;
	padding: 16px 63px;
	margin-top: 30px;
	letter-spacing: 0.017rem;
}

button.primary, a.primary {
	background-color: rgb(198, 198, 198);
	color: white;
	border: 1px solid rgb(198, 198, 198);
	padding: 10px 30px;
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

button.primary:hover, a.primary:hover {
	border: 1px solid rgb(198, 198, 198);
	background-color: transparent;
	color: rgb(198, 198, 198);
}

.invertColors button.primary, .invertColors a.primary {
	background-color: white;
	color: black;
	border: 1px solid white;
}

.invertColors button.primary:hover, .invertColors a.primary:hover {
	border: 1px solid white;
	background-color: transparent;
	color: white;
}

.teaser:hover .teaseroverlay {
	visibility: visible;
	opacity: 1;
}

.teaseroverlay {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.2s linear;
	position: absolute;
	background-color: rgba(198, 198, 198, 0.85);
	cursor: pointer;
	
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	color: white;
	text-align: center;
}

.teaseroverlay hr {
	width: 50%;
}

.teaseroverlay a {
	color: white;
}

.teaserimage {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 300px;
	background-image: url("/assets/img/teasertest.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.teasertext {
	width: 100%;
	text-align: center;
}

.portraitteaser {
	margin: 20px;
}

.portraitteaser img {
	width: 100%;
}

.portraitteaser:hover .portraitoverlay {
	visibility: visible;
	opacity: 1;
}


.portraitoverlay {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.2s linear;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(198, 198, 198, 0.85);
	width: 100%;
	cursor: pointer;
}

.portraitoverlaytext {
	text-align: center;
	color: white;
	width: 75%;
	display: block;
	margin: 52% auto;
}

.teaseroverlayheading {
	font-size: 1.2rem;
}

.teaseroverlaytext {
	font-size: 0.9rem;
}

.spacer-md {
	display: block;
	width: 100%;
	height: 100px;
}

.spacer-sm {
	display: block;
	width: 100%;
	height: 50px;
}

.fullteaser {
	color: #5D5D5D;
	text-align: center;
}

.fullteaserpreheading {
	font-size: 1.136rem;
	margin-bottom: 5px;
}

.fullteaserheading {
	font-size: 2.273rem;
	margin-top: 0px;
	margin-bottom: 20px;
}

.fullteaserimage {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;	
	position: relative;
}

.fullteaserimage:hover .teaseroverlay {
	visibility: visible;
	opacity: 1;
}

.fullpageteaser {
	width: 100%;
	height: 460px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.fullpageteaser .slidecontent {
	top: unset;
	position: absolute;
	bottom: 120px;
	left: 120px;
	text-align: left;
	max-width: 500px;
}

.footer {
	padding: 40px 20px;
	width: 100%;
	background-color: #5D5D5D;
	font-size: 10px;
	padding-top: 100px;
	/* max-width: unset !important; */
}

.footerlogo img {
	width: 200px;
}

.footeritem {
	border-right: 1px solid white;
/* 	padding: 40px;
	display: inline-block; */
	color: white;
	min-height: 150px;
}

.footeritem:last-child {
	border-right: none;
}

.footerlinks {
	padding-left: 0px;
	list-style: none;
}

.footerlinks li {
	padding: 5px 0px;
}

.footerlinks a {
	color: white;
	font-size: 0.909rem;
}

.footerlinks a:hover {
	color: white;
}

.footer p {
	margin: 5px 0px;
	font-size: 0.909rem;
	font-weight: 300;
}

.footericon {
	padding: 10px;
}

.footericon img {
	margin: 10px auto;
	width: 30px;
	display: block;
}

p {
	font-size: 1.1rem;
}

.container-fluid, .footer, header, .swiper, .subnav {
	max-width: 1800px;
	margin: 0 auto;
}

.brandHeader {
	width: 100%;
	padding: 20px;
	background-color: rgb(198, 198, 198);
	display: block;
}

.breadcrumbs {
	color: rgb(198, 198, 198);
	margin: 30px 0px;
}



.breadcrumbs ul li {
	display: inline-block;
	padding: 0px 5px;
	padding-left: 0px;
}

.breadcrumbs li:after {
	content: "\203A";
	margin-left: 10px;
	margin-right: 0px;
}

.breadcrumbs li:last-child:after {
	content: "";
}

.breadcrumbs li a {
	text-decoration: none;
	color: rgb(198, 198, 198);
	font-weight: normal;
}

.breadcrumbs li.active a {
	font-weight: bold;
}

.brandHeading {
	margin-top: 60px;
	text-align: center;
	color: white;
}

.brandHeading h1 {
	font-size: 1.818rem;
	font-weight: 500;
}

.brandtext {
	margin: 40px auto;
	width: 100%;
	max-width: 75%;
	text-align: center;
	color: white;
}

.brandsimage {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-size: cover;
	background-position: center center;
	height: 250px;
}

.brandlogo {
	margin: 32.5px;
}

.brandlogo img {
	width: 100%;
	margin: 20px;
	width: calc(100% - 40px);
}

.coverimage {
	padding-left: 0px;
	padding-right: 0px;
}

.coverimage img {
	width: 100% !important;
	height: auto !important;
}

.uppercase {
	text-transform: uppercase;
}

.brandimage {
	padding: 25px;
}

.brandimage:first-child {
	padding-left: 0px;
}

.brandimage:first-child img {
	width: calc(100% - 25px);
}

.brandimage:last-child {
	padding-right: 0px;
	text-align: right;
}

.brandimage:last-child img {
	width: calc(100% - 25px);
}

.brandimage img {
	width: 100%;
	height: auto !important;
}

.brandstory {
	background-color: #DEDEDE;
	padding: 15px;
	color: #5D5D5D;
	text-align: center;
	position: relative;
	overflow: visible;
}

.brandstoryheading {
	font-weight: 400;
	font-size: 1.045rem;
}

.prheading {
	font-weight: 700;
	font-size: 0.909rem;
	text-transform: uppercase;
	height: 50px;
}

.filterHeading {
	font-weight: 700;
	font-size: 0.909rem;
	color: #5D5D5D;;
}

ul.filterValues {
	list-style: none;
	padding-left: 20px;
}

ul.filterValues li a {
	font-size: 0.909rem;
	color: #5D5D5D;;
}

ul.filterValues li.active a {
	font-weight: 700;
}

.collapsFilter {
	position: absolute;
	top: 50px;
	right: 30px;
	cursor: pointer;
}

.collapsFilter i {
	font-size: 1.2rem;
	color: #101B3C;
}

.productElement {
	text-align: center;
	padding: 24px 16px;
	margin-bottom: 24px;
	background: #fff;
	border: 1px solid #eee;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.productPicture {
	width: 100%;
	height: 300px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.prElHeading {
	font-weight: 700;
	margin-bottom: 0px;
}

.prElSubHeading {
	margin-top: 5px;
	margin-bottom: 5px;
}

.prMoodDetail {
	height: 350px;
	background-size: cover;
	background-position:center center;
	background-repeat: no-repeat;
	margin: 20px 5px;
}

.prMoodDetailhigh {
	height: 700px;
	background-size: contain;
	background-position:center center;
	background-repeat: no-repeat;
	margin: 20px 5px;
}

.productspecs {
	min-height: 700px;
	margin: 20px 5px;
	background-color: #DEDEDE;
	text-align: center;
	padding: 20px;
}

.specsheading {
	color: #5D5D5D;;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.productspecs table {
	width: 100%;
	table-layout: fixed;
}

.productspecs tr {
	
}

.productspecs table td {
	width: 50%;
	font-size: 1.136rem;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #5D5D5D;;
}

.productspecs td.left {
	border-right: 1px solid #101B3C;
	text-align: right;
	padding-right: 20px;
}

.productspecs td.right {
	text-align: left;
	padding-left: 20px;
}

.productprice {
	font-weight: 500;
	font-size: 1.182rem;
	color: #5D5D5D;;
}

.teaserOverview {
	//background-color: #DEDEDE;
	padding: 40px;
}

.teaserItem {
	margin: 20px auto;
	//background-color: white;
	position: relative;
}

.teaserItem img {
	width: 100%;
	height: auto;
}

.teaserItem p {
	display: none;
}

.teaserItem p:first-of-type {
	display: block;
}

/* .teaserItem button {
	position: absolute;
	bottom: 20px;
	right: 20px;
} */

.teaserDetailDescription {
	padding: 20px 0px;
}

.teaserDetailImage {
	padding-top: 40px;
}

.teaserDetailImage img {
	width: 100%;
}

.teaserimagesrow img {
	max-width: 100%;
	width: 100%;
	margin: 25px 0px;
}

.prImageGallery {
	margin: 20px 5px;
}

.gallery {
  display: flex;
  margin: 10px auto;
  max-width: 600px;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 600px) {
  .gallery {
	padding-top: 400px;
  }
}
.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  max-width: 100%;
}
.gallery__thumb {
  padding-top: 62px;
  margin: 6px;
  display: block;
}

.gallery__thumb img {
	width: 100px;
	height: auto;
}

.gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__selector:checked + .gallery__img {
  opacity: 1;
}
.gallery__selector:checked ~ .gallery__thumb > img {
  box-shadow: 0 0 0 2px rgb(198, 198, 198);
}


/* FORM ITEMS */

#loginform {
	text-align: center;
}

.textfield {
	border: 1px solid gray;
	border-radius: 0px;
	margin: 20px;
	width: calc(100% - 40px);
	padding: 10px 20px;
}

.nice-select {
	margin: 20px !important;
	width: calc(100% - 40px) !important;
}

.formbutton {
	margin: 0px auto;
	margin-top: 30px; 
	display: block;
}

.formlink {
	margin: 20px auto;
	display: block;
	width: 50%;
	text-align: center;
	min-width: 200px;
}

.formlink a {
	color: #5D5D5D;;
	font-size: 0.9rem;
}

.formlink a:hover {
	color: gray;
}

.registerform .textfield {
	margin: 15px 0px;
	width: 100%;
}
.registerform select.textfield {
	height: 42px;
	box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
}

.registerform div[class*='col-sm'] {
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 0px;
	border: solid 1px gray;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin: 15px 0px;
	color: gray;
}

.nice-select .list {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
	color: gray;
}

.cartitempicture img {
	width: 100%;
}

.cartitemcontent {
	text-align: center;
}

.cartitem {
	border-bottom: 1px solid gray;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.quantitiycontrol {
	display: inline-block;
	vertical-align: middle;
}

.cartitemprice p {
	font-size: 1.1rem;
	font-weight: 500;
}

.quantitiycontrol i {
	color: #5D5D5D;;
	cursor: pointer;
}

.textfield.inverted {
	color: white;
	background-color: rgb(198, 198, 198);
	border-color: rgb(198, 198, 198);
	width: 100px;
	text-align: center;
}

.sumheading {
	color: #5D5D5D;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}

.carttable {
	width: 100%;
	table-layout: fixed;
	margin: 40px 0px;
}

.carttable td p {
	font-size: 1.5rem;
	color: #5D5D5D;
}

.registerform .row {
	margin-left: unset !important;
	margin-right: unset !important;
}

.cardicons {
	position: absolute;
	top: 25px;
	right: 14px;
	width: 110px;
}

.cardicons img {
	width: 100%;
	height: auto;
}

#filtericon {
	display: none;
}

.storyAltText {
	text-align: center;
	font-size: 0.99rem;
}

a .storyAltText {
	color: rgb(51, 51, 51);
}

#productiFrame {
	overflow: hidden;
}

.filtersortcontainer {
	position: relative;
}

.filtersortcontainer .nice-select {
	width: 250px !important;
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: 8888;
}

.loadercontainer {
	position: fixed;
	background-color: rgba(255,255,2555,0.9);
	width: 100vw;
	height: 100vh;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999999999999999999999999999999999999;
}

.loader {
	width: 100px;
	display: block;
	margin: 0 auto;
	margin-top: calc(50vh - 50px);
	z-index: 999999999999999999999999999999999999;
}

.loader img {
	width: 100%;
}

.inquirypage .textfield {
	margin: 6px;
	width: 100%;
}

.inquirypage .nice-select {
	margin: 6px !important;
	width: 100% !important;
}

.inquirypage .textarea {
	border: 1px solid gray;
	border-radius: 0px;
	margin: 6px;
	width: 100%;
	padding: 10px 20px;
}

.leftright {
	padding: 0px;
}

.leftright img {
	width: 100%;
	height: auto;
}

.leftrighttext {
	padding: 40px;
}

.leftrighttext p {
	font-size: 1.2rem !important;
}

.productimages {
	min-height: 700px;
	margin: 20px 5px;
	text-align: center;
	padding: 20px;
}

.sp-wrap {
	max-width: unset;
	width: 100%;
	background: none;
	border: none;
}

.sp-thumbs {
	margin-top: 20px;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 100px;
	height: 100px;
}

.zeitframe {
	height: 100vh;
}

.zeitframe::before {
	display: block;
	content: '<p>Zurück</p>';
}

.stamps {
	text-align: right;
	width: calc(100% - 20px);
	margin-right: 20px;
}

.stamps img {
	display: inline-block;
}

.stamps img.maastricht {
	width: 100px;
	margin-top: 10px;
}

.stamps img.stamp {
	height: 80px;
}

.row {
	margin-left: unset;
	margin-right: unset;
}

.time {
	margin-bottom: -20px;
}

.time span {
	margin-left: 14px;
	font-size: 1.1rem;
	font-weight: bold;
}

.pimcore_iframe_mask {
	display: none !important;
}

.inquiryforms div[class^='col'] {
	min-height: 75px;
}

.magazinepicturewrap {
	width: 500px;
	float: right;
	margin-right: 100px;
	margin-top: 30px;
}

.magazinepicturewrap img {
	width: 100%;
}

@media screen and (max-width: 1300px) {
	.magazinepicturewrap {
		margin-right: 50px;
	}	
}

@media screen and (max-width: 1300px) {
	.magazinepicturewrap {
		margin-right: 25px;
		width: 400px;
		margin-top: 60px;
	}	
}
@media screen and (max-width: 1090px) {
	.magazinepicturewrap {
		margin-right: 0px;
		width: 300px;
		margin-top: 90px;
	}	
}
@media screen and (max-width: 900px) {
	.magazinepicturewrap {
		display: none;
	}	
}

#desktopvideo {
	display: none;
}

#desktopvideo video {
	width: 100%;
}

#mobilevideo {
	display: none;
}

#mobilevideo video {
	width: 100%;
}


@media (max-width: 480px) {
	#mobilevideo {
		display: block;
	}
}

@media (min-width: 480px) {
	#desktopvideo {
		display: block;
	}
}

.overViewHeader {
	height: 250px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.pagination {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.pagination a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: rgb(198, 198, 198);
  color: white;
  border: 1px solid rgb(198, 198, 198);
}

.pagination a:hover:not(.active) {background-color: #ddd;}

/* Pagination: Prev/Next-Buttons (disabled) und Ellipsis-Spans */
.pagination span.pag-nav,
.pagination span.pag-dots {
  padding: 8px 16px;
}
.pagination span.pag-nav {
  border: 1px solid #ddd;
  color: #ccc;
  cursor: default;
  user-select: none;
}
.pagination span.pag-dots {
  color: #888;
  letter-spacing: 1px;
}

/* Filter-Suche innerhalb der Filterliste */
.filter-search-li {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  padding: 6px 0 4px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 4px;
}
.filter-search {
  width: 100%;
  border: 1px solid #ccc;
  padding: 4px 8px;
  font-size: 0.85rem;
  outline: none;
  box-sizing: border-box;
}
.filter-search:focus {
  border-color: #707070;
}

.bold {
	font-weight: bolder;
}
/* ── Cart badge ── */
.navicons {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    float: right;
    padding: 0 12px;
}
.navicons a {
    color: inherit;
    text-decoration: none;
    position: relative;
}
.cart-icon-link {
    position: relative;
    display: inline-block;
}
.cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #c0392b;
    color: #fff;
    border-radius: 50%;
    font-size: 0.65rem;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    padding: 0 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* ── Payment method select ── */
.payment-method-select {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.payment-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 8px 14px;
    border: 1px solid #ccc;
    background: #f8f8f8;
}
.payment-option:has(input:checked) {
    border-color: #101B3C;
    background: #fff;
}

/* ── Header search bar ── */
#header-search-bar {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #fff;
    border-top: 2px solid #101B3C;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 999;
    padding: 14px 24px;
}
#header-search-bar.open {
    display: block;
}
#header-search-bar form {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #aaa;
    background: #fff;
    padding: 6px 14px;
}
#header-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    background: transparent;
    color: #222;
}
#header-search-bar form button {
    background: none;
    border: none;
    cursor: pointer;
    color: #101B3C;
    font-size: 1rem;
    padding: 0 4px;
}
.cart-qty-btn {
    margin: 0 !important;
    padding: 0 !important;
}

/* ── Native select styling (replaces nice-select) ── */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    border: 1px solid gray;
    border-radius: 0;
    box-sizing: border-box;
    color: gray;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding: 0 32px 0 18px;
    width: 100%;
    margin: 15px 0;
    transition: border-color 0.2s;
}
select:focus {
    border-color: #101B3C;
    outline: none;
}
.filtersortcontainer select {
    width: 250px;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 8888;
    margin: 0;
}
.inquirypage select {
    margin: 6px;
    width: 100%;
}
.registerform select.textfield {
    height: 42px;
    margin: 15px 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* =========================================================
   Phase 4 — UI Polish: Transitions & Hover States
   ========================================================= */

/* Global smooth transitions */
a {
    transition: color 0.2s ease, opacity 0.2s ease;
}

.primary {
    transition: background-color 0.2s ease, transform 0.1s ease;
}
.primary:hover {
    background-color: #1a2a5c;
}
.primary:active {
    transform: scale(0.98);
}

/* Product grid — equal height cards per row.
   :has() scopes flex layout to ONLY the row containing product cards,
   so other rows (pagination, search bar) keep Bootstrap defaults. */
.col-sm-9 > .row:has(> .col-md-4) {
    display: flex;
    flex-wrap: wrap;
}
.col-sm-9 > .row > .col-md-4 {
    display: flex;
    float: none; /* override Bootstrap 3 float */
    width: 100%;
}
@media (min-width: 600px) {
    .col-sm-9 > .row > .col-md-4 { width: 50%; }
}
@media (min-width: 992px) {
    .col-sm-9 > .row > .col-md-4 { width: 33.333333%; }
}
.col-sm-9 > .row:first-child {
    margin-top: 16px;
}

/* Product card hover */
.productElement:hover {
    border-color: #ccc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Filter links hover */
ul.filterValues li a {
    transition: color 0.15s ease, padding-left 0.15s ease;
}
ul.filterValues li a:hover {
    padding-left: 4px;
    color: #101B3C;
}

/* Nav links */
nav ul li a {
    transition: border-bottom-color 0.2s ease;
}

/* =========================================================
   Phase 4 — UI Polish: Focus-Visible States (Accessibility)
   ========================================================= */

/* Keyboard focus — only visible on Tab navigation */
:focus-visible {
    outline: 2px solid #101B3C;
    outline-offset: 2px;
}

/* Input fields: subtle focus */
.textfield:focus {
    border-color: #101B3C;
    outline: none;
    box-shadow: 0 0 0 1px #101B3C;
}

/* Buttons: focus ring with more offset */
.primary:focus-visible {
    outline: 2px solid #101B3C;
    outline-offset: 3px;
}

/* =========================================================
   Phase 4 — UI Polish: Auth Page Helpers
   ========================================================= */

/* Auth page heading (uppercase + reduced top margin) */
.auth-heading {
    text-transform: uppercase;
    margin-top: 50px;
}

/* Auth info paragraph */
.auth-info {
    color: #666;
    font-size: 0.88rem;
    margin-bottom: 24px;
    line-height: 1.6;
}

/* Auth small text */
.auth-small {
    font-size: 0.85rem;
    color: #666;
}

/* Submit row spacing (replaces inline margin-top) */
.form-submit-row {
    margin-top: 16px;
}

/* Formlink top spacing */
.formlink--mt {
    margin-top: 10px;
}

/* =========================================================
   Phase 4 — UI Polish: Footer Inline Styles → CSS
   ========================================================= */

/* Footer container: no side padding */
.footer-wrap {
    padding-left: 0;
    padding-right: 0;
}

/* Branches column */
.footer-branches {
    padding: 0 40px;
}
.footer-branches,
.footer-branches p,
.footer-branches a {
    color: #fff !important;
}
.footer-branches-heading {
    font-size: 1.045rem;
    margin-top: 10px;
}

/* Footer links column */
.footer-links-col {
    padding: 0 40px;
}

/* =========================================================
   Phase 4 — UI Polish Wave 2: Product & Content Pages
   ========================================================= */

/* Brand logo centered (product detail) */
.brand-logo-centered {
    margin: 60px auto;
    display: block;
}

/* Sale price — deep red highlight for the discounted amount.
   !important needed because the legacy base-1691053572.css declares
   .productprice (color #5D5D5D) and loads after this file. */
.product-price--sale {
    color: #a01818 !important;
    font-weight: 700 !important;
}

/* Original price (strikethrough) — muted gray, no bold so it visually recedes */
.product-price--original {
    color: #5D5D5D;
    text-decoration: line-through;
    font-size: 0.9rem !important;
    font-weight: 400;
}

/* Button-link: <a> styled as button (replaces invalid <a><button> nesting) */
.btn-link {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.btn-link:hover {
    color: #fff;
    text-decoration: none;
}

/* Button top margin */
.btn-mt {
    margin-top: 15px;
}

/* Button bottom margin (teaser detail) */
.btn-mb {
    margin-bottom: 50px;
}

/* Cart added confirmation message */
.cart-added-msg {
    color: #2d7a4f;
    font-size: 0.85rem;
    margin-top: 6px;
}
.cart-added-msg a {
    color: #2d7a4f;
    font-weight: 700;
    text-decoration: underline;
}

/* ── Product Overview (Task 6) ── */

/* Filter sidebar section */
.filter-section {
    border-right: 1px solid #707070;
    padding: 40px 20px;
    border-bottom: 1px solid #707070;
}

/* Filter heading border-bottom */
.filter-heading-border {
    border-bottom: 1px solid #707070;
}

/* Product search bar */
.product-search-bar {
    display: inline-flex;
    align-items: center;
    width: 50%;
    border: 1px solid #aaa;
    background: #fff;
    padding: 4px 12px;
}

/* Product search input */
.product-search-input {
    border: none;
    outline: none;
    font-size: 0.9rem;
    flex: 1;
    background: transparent;
}

/* Product search button */
.product-search-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #555;
}

/* Full-width button (product grid) */
/* "MEHR ERFAHREN" in product grid — outline style (secondary action) */
.btn-full {
    margin-top: auto;
    width: 100%;
    background: transparent;
    color: #5D5D5D;
    border: 1px solid #5D5D5D;
}
.btn-full:hover {
    background: #5D5D5D;
    color: #fff;
    border-color: #5D5D5D;
}

/* Cart button (product grid) */
.btn-cart {
    margin-top: 6px;
    width: 100%;
    background: #101B3C;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 8px;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    transition: background-color 0.2s ease;
}
.btn-cart:hover {
    background: #1a2a5c;
}
.btn-cart--success {
    background: #2d7a4f;
}
.btn-cart--success:hover {
    background: #2d7a4f;
}
.btn-cart i {
    margin-right: 6px;
}

/* Cart grid confirmation message */
.cart-added-msg--grid {
    display: none;
    font-size: 0.75rem;
    color: #2a7a2a;
    margin-top: 4px;
}
.cart-added-msg--grid a {
    color: #2a7a2a;
    font-weight: 700;
    text-decoration: underline;
}

/* Product image hover effect */
.productPicture {
    transition: transform 0.3s ease;
    overflow: hidden;
}
.productElement:hover .productPicture {
    transform: scale(1.03);
}

/* Product grid row padding */
.product-grid-padding {
    padding: 0 25px;
}

/* ── Content Pages (Task 7) ── */

/* Fullpage teaser wrapper (replaces inline padding:0 + margin-top:60px) */
.fullpage-teaser-wrap {
    padding: 0;
    margin-top: 60px;
}

/* Fullpage teaser wrapper without margin (home, teaser, aktuelles etc.) */
.fullpage-teaser-wrap--no-mt {
    padding: 0;
}

/* ── Small Details (Task 10) ── */

/* Cursor pointer for clickable elements */
.add-to-cart,
.productElement a,
button.primary {
    cursor: pointer;
}

/* ── Product detail layout: cap image height to match spec-box ──
   .productimages and .productspecs both have min-height 700px (declared in
   the legacy base-1691053572.css, which loads after this file — hence the
   !important needed below). The image inside .productimages would otherwise
   render at full natural size and tower over a sparse spec list. */
.productimages {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.productimages img {
    max-width: 100% !important;
    max-height: 660px !important; /* 700px box - 2*20px padding */
    height: auto !important;
    width: auto !important;
    object-fit: contain;
}

/* Heyzine flipbook embeds (Hübners Zeit-Magazin pages) — wysiwyg
   inserts a bare <iframe> with no dimensions, which collapses to the
   browser default ~300x150. Stretch them to a usable reading size. */
iframe[src*="heyzine.com"] {
    width: 100%;
    height: 85vh;
    min-height: 600px;
    border: 0;
    display: block;
    margin: 20px 0;
}
