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

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 {
	background-color: rgb(198, 198, 198);
	color: white;
	border: 1px solid rgb(198, 198, 198);
}

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

.invertColors button.primary {
	background-color: white;
	color: rgb(198, 198, 198);
	color: black;
	border: 1px solid white;
}

.invertColors button.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: white;
	margin: 30px 0px;
}



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

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

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

.breadcrumbs li a {
	text-decoration: none;
	color: white;
	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; !important;
	text-align: center;
}

.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-top: 40px;
}

.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 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;
	}	
}

.service-responsiveimage{
	display: none;
}

@media screen and (max-width: 991px) {
	.service-responsiveimage{
		display: block;
	}	
	
	.afterpicture {
		display: none;
	}
}