/* VARIABLES / MIXINS */

/************************************************** BASE COLORS */
/**************************************************/
/************************************************** OTHER */
/**************************************************/
/************************************************** BOOTSTRAP BREAKPOINTS */
/**************************************************/
/************************************************** SECTION BUILDER */
:root {
  --container-width-xl: 1140px;
  --container-width-lg: 100%;
  --container-width-md: 100%;
  --container-width-sm: 100%;
  --container-width-xs: 100%;
}
/**************************************************/

/************************************************** FLEX BOX */
/**************************************************/

/************************************************** RESPONSIVE IMAGES */

.responsive-image {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  padding-top: 100%;
}
.responsive-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.fill-image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.fill-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
/**************************************************/

/************************************************** FONT SIZES */

.fs64 {
  font-size: 32px;
}
@media only screen and (min-width: 600px) {
  .fs64 {
    font-size: 5.333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .fs64 {
    font-size: 64px;
  }
}
.fs52 {
  font-size: 28px;
}
@media only screen and (min-width: 646.153846154px) {
  .fs52 {
    font-size: 4.333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .fs52 {
    font-size: 52px;
  }
}
.fs48 {
  font-size: 26.666666667px;
}
@media only screen and (min-width: 666.666666667px) {
  .fs48 {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 1200px) {
  .fs48 {
    font-size: 48px;
  }
}
.fs42 {
  font-size: 24.666666667px;
}
@media only screen and (min-width: 704.761904762px) {
  .fs42 {
    font-size: 3.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .fs42 {
    font-size: 42px;
  }
}
.fs36 {
  font-size: 22.666666667px;
}
@media only screen and (min-width: 755.555555556px) {
  .fs36 {
    font-size: 3vw;
  }
}
@media only screen and (min-width: 1200px) {
  .fs36 {
    font-size: 36px;
  }
}
.fs32 {
  font-size: 21.333333333px;
}
@media only screen and (min-width: 800px) {
  .fs32 {
    font-size: 2.666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .fs32 {
    font-size: 32px;
  }
}
.fs24 {
  font-size: 18.666666667px;
}
@media only screen and (min-width: 933.333333333px) {
  .fs24 {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1200px) {
  .fs24 {
    font-size: 24px;
  }
}
.fs20 {
  font-size: 17.333333333px;
}
@media only screen and (min-width: 1040px) {
  .fs20 {
    font-size: 1.666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .fs20 {
    font-size: 20px;
  }
}
.fs16 {
  font-size: 16px;
}
.fs12 {
  font-size: 12px;
}
/**************************************************/

/************************************************** CONTAINER WIDTHS */

.container-width {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .container-width {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .container-width {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .container-width {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .container-width {
    width: 1140px;
  }
}
.narrow-width {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .narrow-width {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .narrow-width {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .narrow-width {
    width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .narrow-width {
    width: 800px;
  }
}
/**************************************************/

/************************************************** RESPONSIVE IMAGES */

.responsive-image {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
}
.responsive-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
/**************************************************/

/* SECTIONS CSS */

/*************************************************** UPDATES */

/***************************************************/

/************************************************** SECTION BUILDER - DYNAMIC GRID - CUSTOM NEOMOUNTS */

:root {
  --grid-gap: 9px;
}
/***************************************************/

/************************************************** Alle gedefinieerde hoogtes en bijbehorende dingen */

/*
3 varianten per hoogte:
1. .hgt690:					op de section -> in dat geval de section zelf de hoogte geven
2. .hgt690 .column:			op de .column height: inherit
*/

.hgt100vh {
  height: 100vh;
  max-height: 100vh;
}
@media only screen and (min-width: 576px) {
  .hgt100vh {
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) {
  .hgt100vh {
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) {
  .hgt100vh {
    height: 100vh;
  }
}
@media only screen and (min-width: 1200px) {
  .hgt100vh {
    height: 100vh;
  }
}
.hgt690 {
  height: 120vw;
  min-height: 120vw;
}
@media only screen and (min-width: 576px) {
  .hgt690 {
    height: 60vw;
    min-height: 60vw;
  }
}
@media only screen and (min-width: 768px) {
  .hgt690 {
    height: 60vw;
    min-height: 60vw;
  }
}
@media only screen and (min-width: 992px) {
  .hgt690 {
    height: 60vw;
    min-height: 60vw;
  }
}
@media only screen and (min-width: 1200px) {
  .hgt690 {
    height: 690px;
    min-height: 690px;
  }
}
.hgt450 {
  height: 78vw;
  min-height: 120vw;
}
@media only screen and (min-width: 576px) {
  .hgt450 {
    height: 39vw;
    min-height: 39vw;
  }
}
@media only screen and (min-width: 768px) {
  .hgt450 {
    height: 39vw;
    min-height: 39vw;
  }
}
@media only screen and (min-width: 992px) {
  .hgt450 {
    height: 39vw;
    min-height: 39vw;
  }
}
@media only screen and (min-width: 1200px) {
  .hgt450 {
    height: 450px;
    min-height: 450px;
  }
}
.hgt360 {
  height: 360px;
  min-height: 360px;
}
@media only screen and (min-width: 576px) {
  .hgt360 {
    height: 61vw;
    min-height: 61vw;
  }
}
@media only screen and (min-width: 768px) {
  .hgt360 {
    height: 47vw;
    min-height: 47vw;
  }
}
@media only screen and (min-width: 992px) {
  .hgt360 {
    height: 37.5vw;
    min-height: 37.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .hgt360 {
    height: 360px;
    min-height: 360px;
  }
}
.hgt225 {
  height: 225px;
  min-height: 225px;
}
@media only screen and (min-width: 576px) {
  .hgt225 {
    height: 20vw;
    min-height: 20vw;
  }
}
@media only screen and (min-width: 768px) {
  .hgt225 {
    height: 20vw;
    min-height: 20vw;
  }
}
@media only screen and (min-width: 992px) {
  .hgt225 {
    height: 20vw;
    min-height: 20vw;
  }
}
@media only screen and (min-width: 1200px) {
  .hgt225 {
    height: 225px;
    min-height: 225px;
  }
}
.hgt690 {
  max-height: 690px;
}
.hgt450 {
  max-height: 450px;
}
.hgt360 {
  max-height: 360px;
}
.hgt225 {
  max-height: 225px;
}
/*
Overflow in geval van hgtxxx op het document
2022-10-27, MWR/Ike, Dit wrdt nu alleen gezet op content-section en section-row.

Als een document een hoogte heeft dan moet de inhoud, de rows en daarbinnen de columns, images, etc, binnen die hoogte blijven. 
Om te voorkomen dat de inhoud vanwege hoge images veel hoger is dan de document-hoogte moet de hoogte van de inhoud gemaximaliseerd worden.
Voorheen zetten we de hoogte expliciet op dezelfde waarde als het document (height:inherit), maar dat werkt niet goed. Als het document padding heeft dan wordt die padding
genegeerd. We hebben daarom nu een max-height van 100% ingesteld, en dan alleen voor de row.
*/

.content-section.hgt100vh,
.section-row.hgt100vh,
.content-section.hgt690,
.section-row.hgt690,
.content-section.hgt450,
.section-row.hgt450,
.content-section.hgt360,
.section-row.hgt360,
.content-section.hgt225,
.section-row.hgt225 {
  overflow-y: clip;
}
.content-section.hgt100vh .section-row,
.section-row.hgt100vh .section-row,
.content-section.hgt690 .section-row,
.section-row.hgt690 .section-row,
.content-section.hgt450 .section-row,
.section-row.hgt450 .section-row,
.content-section.hgt360 .section-row,
.section-row.hgt360 .section-row,
.content-section.hgt225 .section-row,
.section-row.hgt225 .section-row {
  max-height: 100%;
}
/************************************************** CONTENT SECTION */

.content-section {
  /********************************************** DEFAULT DOCUMENT OVERRIDES */

  /**********************************************/

  /********************************************** DYNAMIC GRID */

  /*
	&.dynamicgrid {
	&>div {
	overflow: hidden;
	
	@media @xs-only {
	margin-bottom: var(--grid-gap, 9px);
	}
	}
	}
	*/

  /********************************************** BASICS */

  /**********************************************/
  /********************************************** MAIN SECTION BUILDER LESS */
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* Automatische padding voor tekst blokken */

}
.content-section.defaultDocument .section-row {
  padding: 1.5% 0;
  background-color: white;
}
@media only screen and (min-width: 1381px) {
  .content-section.defaultDocument .section-row {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 576px) {
  .content-section.defaultDocument .section-row {
    gap: 1em;
  }
}
.content-section img {
  object-fit: contain;
  object-position: center center;
}
.content-section.inherit-color h1,
.content-section.inherit-color h2,
.content-section.inherit-color h3,
.content-section.inherit-color h4,
.content-section.inherit-color h5,
.content-section.inherit-color h6,
.content-section.inherit-color a,
.content-section.inherit-color p {
  color: inherit !important;
}
.content-section.section-fill {
  width: 100%;
}
.content-section.floatup {
  margin-top: -150px;
}
.content-section.section-container {
  max-width: 1140px;
  width: 100%;
}
.content-section.section-narrow {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .content-section.section-narrow {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .content-section.section-narrow {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .content-section.section-narrow {
    width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .content-section.section-narrow {
    width: 800px;
  }
}
.content-section.section-fill .row-fill .block-text,
.content-section.section-fill .row-fill .block-html,
.content-section.section-fill .row-fill .block-icons,
.content-section.section-fill .row-fill breadcrumb {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media only screen and (max-width: calc(1169.98px)) {
  .content-section.section-container .row-fill .block-text,
  .content-section.section-fill .row-container .block-text,
  .content-section.section-container .row-container .block-text,
  .content-section.section-container .row-fill .block-html,
  .content-section.section-fill .row-container .block-html,
  .content-section.section-container .row-container .block-html,
  .content-section.section-container .row-fill .block-icons,
  .content-section.section-fill .row-container .block-icons,
  .content-section.section-container .row-container .block-icons,
  .content-section.section-container .row-fill breadcrumb,
  .content-section.section-fill .row-container breadcrumb,
  .content-section.section-container .row-container breadcrumb {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .content-section.section-narrow .block-text,
  .content-section .row-narrow .block-text,
  .content-section.section-narrow .block-html,
  .content-section .row-narrow .block-html,
  .content-section.section-narrow .block-icons,
  .content-section .row-narrow .block-icons,
  .content-section.section-narrow breadcrumb,
  .content-section .row-narrow breadcrumb {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.content-section .section-row.col1 .image-container .title {
  font-weight: bold;
}
.content-section .section-row {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .content-section .section-row {
    flex-wrap: wrap;
  }
  .content-section .section-row .column:not(.auto) {
    width: 100% !important;
  }
  .content-section .section-row .column:not(.auto).margin-x:not(:first-child) {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 575.98px) {
  :not(.dynamicgrid).content-section .section-row,
  :not(.dynamicgrid).content-section .section-row.hgt690,
  :not(.dynamicgrid).content-section .section-row.hgt450,
  :not(.dynamicgrid).content-section .section-row.hgt360,
  :not(.dynamicgrid).content-section .section-row.hgt225 {
    max-height: unset !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .content-section .section-row .column-100-sm-and-down {
    flex-wrap: wrap;
  }
  .content-section .section-row .column-100-sm-and-down .column {
    width: 100% !important;
  }
  .content-section .section-row .column-100-sm-and-down .column.margin-x:not(:first-child) {
    margin-top: 1rem;
  }
}
.content-section .section-row.row-container {
  max-width: 1140px;
}
.content-section .section-row.row-narrow {
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .content-section .section-row.row-narrow {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .content-section .section-row.row-narrow {
    max-width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .content-section .section-row.row-narrow {
    max-width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .content-section .section-row.row-narrow {
    max-width: 800px;
  }
}
.section-narrow.content-section .section-row.row-narrow {
  max-width: 100%;
}
.content-section .section-row.col1 .column:not(.auto) {
  width: 100%;
}
.content-section .section-row.col2 .column:not(.auto) {
  width: 50%;
}
.content-section .section-row.col2.col21 .column:not(.auto):nth-child(1) {
  width: 66.66%;
}
.content-section .section-row.col2.col21 .column:not(.auto):nth-child(2) {
  width: 33.33%;
}
.content-section .section-row.col2.col12 .column:not(.auto):nth-child(1) {
  width: 33.33%;
}
.content-section .section-row.col2.col12 .column:not(.auto):nth-child(2) {
  width: 66.66%;
}
.content-section .section-row.col3 .column:not(.auto) {
  width: 33.33%;
}
.content-section .section-row.col4 .column:not(.auto) {
  width: 25%;
}
.content-section .section-row .column.align-self-start {
  align-self: flex-start;
}
.content-section .section-row .column.align-self-center {
  align-self: center;
}
.content-section .section-row .column.align-self-end {
  align-self: flex-end;
}
.content-section .section-row .column.align-self-stretch {
  align-self: stretch;
}
.content-section .section-row .column.block-slider .swiper {
  width: 100%;
}
.content-section .section-row .column.double-lineheight {
  line-height: 2;
}
.content-section .section-row .column.text-right {
  text-align: right;
}
.content-section .image-container,
.content-section .media-container {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  /* 2022-08-25, MWR, Hardcore override for XS */

  /****** TODO: Onderstaande moet heroverwogen worden (2022-10-11, Ike/Michael) ******
		@media @xs-only {
		position: static !important;
		top: unset !important;
		bottom: unset !important;
		height: auto !important;
		min-height: 60vw;
		
		.content {
		position: static !important;
		left: 0 !important;
		right: 0 !important;
		height: auto !important;
		width: 100% !important;
		padding-top: 2em !important;		// 2022-10-12, Ike: Extra padding in de tekstblokken in geval van XS
		padding-bottom: 2em !important;		// 2022-10-12, Ike: Extra padding in de tekstblokken in geval van XS
		
		.text {
		position: static !important;
		top: unset !important;
		.translate(0, 0) !important;
		padding: 4.5vw;
		
		// Let op: In XS zijn de tekstblokken 100% breed. Dat betekent dat de .small en .medium eigenlijk beschouwd moeten worden als .large
		.pretitle,
		.subtitle	{ .fs16(); }
		.title 		{ .fs20(); }
		}
		}
		
		&.content-middle {
		position: relative !important;
		
		img {
		position: absolute !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 100%;
		height: 100%;
		min-height: 60vw;
		}
		
		.content {
		top: unset;
		.translate(0,0);
		.flexbox();
		justify-content: stretch;
		height: 100% !important;
		min-height: 60vw;
		
		.text {
		align-self: center;
		}
		}
		}
		}
		*/

}
.content-section .image-container.media-auto,
.content-section .media-container.media-auto {
  text-align: left;
}
.content-section .image-container img,
.content-section .media-container img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.content-section .image-container img.fill,
.content-section .media-container img.fill {
  object-fit: cover;
  object-position: center center;
}
.content-section .image-container img.embed-responsive-item,
.content-section .media-container img.embed-responsive-item,
.content-section .image-container img.fill,
.content-section .media-container img.fill {
  height: 100%;
}
.hgt100vh .content-section .image-container img.embed-responsive-item,
.hgt100vh .content-section .media-container img.embed-responsive-item,
.hgt100vh .content-section .image-container img.fill,
.hgt100vh .content-section .media-container img.fill {
  height: 100vh;
}
.content-section .image-container img[data-content_position="below"],
.content-section .media-container img[data-content_position="below"] {
  height: 75%;
}
.content-section .image-container .content,
.content-section .media-container .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}
.content-section .image-container .content.no-image,
.content-section .media-container .content.no-image {
  position: static;
}
.content-section .image-container .content.text-shadow,
.content-section .media-container .content.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.content-section .image-container .content button,
.content-section .media-container .content button {
  border: none;
  border-radius: 4px;
  width: 250px;
  max-width: 100%;
  min-height: 2.5em;
  font-size: larger;
}
.content-section .image-container .content .text,
.content-section .media-container .content .text {
  display: block;
  margin: 0;
  padding: 1%;
  width: 100%;
  align-self: center;
  text-align: center;
}
.content-section .image-container .content .text .pretitle > h1,
.content-section .media-container .content .text .pretitle > h1,
.content-section .image-container .content .text .title > h1,
.content-section .media-container .content .text .title > h1,
.content-section .image-container .content .text .subtitle > h1,
.content-section .media-container .content .text .subtitle > h1 {
  margin: inherit;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.content-section .image-container .content .text .pretitle + button,
.content-section .media-container .content .text .pretitle + button,
.content-section .image-container .content .text .title + button,
.content-section .media-container .content .text .title + button,
.content-section .image-container .content .text .subtitle + button,
.content-section .media-container .content .text .subtitle + button,
.content-section .image-container .content .text .pretitle + [role='button'],
.content-section .media-container .content .text .pretitle + [role='button'],
.content-section .image-container .content .text .title + [role='button'],
.content-section .media-container .content .text .title + [role='button'],
.content-section .image-container .content .text .subtitle + [role='button'],
.content-section .media-container .content .text .subtitle + [role='button'] {
  margin-top: 1rem;
}
.content-section .image-container.content-top .content,
.content-section .media-container.content-top .content {
  top: 0;
}
.content-section .image-container.content-middle .content,
.content-section .media-container.content-middle .content {
  top: 0;
  bottom: 0;
}
.content-section .image-container.content-bottom .content,
.content-section .media-container.content-bottom .content {
  bottom: 0;
}
.content-section .image-container.content-below picture,
.content-section .media-container.content-below picture {
  display: block;
  height: 72%;
}
.content-section .image-container.content-below .content,
.content-section .media-container.content-below .content {
  padding-top: 1rem;
  bottom: 0;
  height: 28%;
}
.content-section .image-container.content-below .content.text-shadow,
.content-section .media-container.content-below .content.text-shadow {
  text-shadow: none !important;
}
.content-section .image-container.content-right .nm_readmore2,
.content-section .media-container.content-right .nm_readmore2,
.content-section .image-container.content-left .nm_readmore2,
.content-section .media-container.content-left .nm_readmore2 {
  display: none;
}
.content-section .image-container.content-below .content .nm_readmore2,
.content-section .media-container.content-below .content .nm_readmore2 {
  display: none;
  position: absolute;
  bottom: 2px;
  margin: 0 4.5vw;
  padding: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) {
  .content-section .image-container.content-below .content .nm_readmore2,
  .content-section .media-container.content-below .content .nm_readmore2 {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 575.98px) {
  .content-section .image-container.content-below .content,
  .content-section .media-container.content-below .content {
    position: relative;
  }
  .content-section .image-container.content-below .content:after,
  .content-section .media-container.content-below .content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 60px;
    background: linear-gradient(transparent 0px, black 40px, black);
  }
  .content-section .image-container.content-below .content .nm_readmore,
  .content-section .media-container.content-below .content .nm_readmore {
    z-index: 99;
  }
  .content-section .image-container.content-below .content .text,
  .content-section .media-container.content-below .content .text {
    top: 4px !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .content-section .image-container.content-below .content .nm_readmore,
  .content-section .media-container.content-below .content .nm_readmore {
    display: none;
  }
  .content-section .image-container.content-below .content .nm_readmore2,
  .content-section .media-container.content-below .content .nm_readmore2 {
    display: block;
  }
}
.content-section .image-container.media-1by1 .content,
.content-section .media-container.media-1by1 .content {
  height: 25%;
}
.content-section .image-container.media-16by9 .content,
.content-section .media-container.media-16by9 .content {
  height: 25%;
}
.content-section .image-container.media-16by9 .content.below::before,
.content-section .media-container.media-16by9 .content.below::before {
  padding-top: 18.57%;
}
.content-section .image-container.media-fill,
.content-section .media-container.media-fill {
  height: 100%;
}
.content-section .image-container.media-fill img,
.content-section .media-container.media-fill img {
  height: 100%;
  object-fit: cover;
}
.content-section .image-container.media-contain,
.content-section .media-container.media-contain {
  height: 100%;
}
.content-section .image-container.media-contain img,
.content-section .media-container.media-contain img {
  height: 100%;
  object-fit: contain;
}
.content-section .image-container.media-auto,
.content-section .media-container.media-auto {
  height: auto;
}
.content-section .image-container.media-auto img,
.content-section .media-container.media-auto img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 575.98px) {
  .content-section .image-container .content,
  .content-section .media-container .content {
    overflow: hidden;
  }
}
.content-section ul.usp-bar {
  margin: 0;
  padding: 0;
  min-height: 30px;
  line-height: 30px;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.content-section ul.usp-bar.usp-large {
  font-size: 18.666666667px;
  font-weight: 600;
}
@media only screen and (min-width: 933.333333333px) {
  .content-section ul.usp-bar.usp-large {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1200px) {
  .content-section ul.usp-bar.usp-large {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) {
  .content-section ul.usp-bar {
    text-align: center;
    justify-content: center;
  }
}
.content-section ul.usp-bar li {
  display: block;
  margin: 0;
  padding: 0 0.5em;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .content-section ul.usp-bar li {
    width: auto;
  }
}
.content-section ul.usp-bar li .fas {
  margin-right: 0.5em;
  color: #3BAA34;
}
.content-section ul.usp-bar.vertical {
  flex-flow: row wrap;
  justify-content: flex-start;
  font-size: 16px;
}
@media only screen and (min-width: 576px) {
  .content-section ul.usp-bar.vertical.left {
    justify-content: flex-end;
    text-align: right;
  }
  .content-section ul.usp-bar.vertical.left .fas {
    margin-left: 0.5em;
  }
  .content-section ul.usp-bar.vertical.right {
    text-align: left;
  }
}
.content-section ul.usp-bar.vertical li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: 100%;
}
.content-section ul.icon-list-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  padding: 15px 0;
  width: auto;
}
@media only screen and (min-width: 576px) {
  .content-section ul.icon-list-1 {
    flex-flow: row wrap;
  }
}
.content-section ul.icon-list-1 li {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  align-self: center;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 4vw;
  color: #115026;
}
@media only screen and (min-width: 576px) {
  .content-section ul.icon-list-1 li {
    margin: 0;
    font-size: 2.9vw;
  }
}
@media only screen and (min-width: 768px) {
  .content-section ul.icon-list-1 li {
    font-size: 1.5rem;
  }
}
.content-section ul.icon-list-1 li span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 1rem;
}
.content-section ul.icon-list-1 li img {
  width: 60px;
  height: 60px;
  vertical-align: middle;
  object-fit: contain;
  object-position: center;
}
@media only screen and (min-width: 576px) {
  .content-section ul.icon-list-1 li img {
    width: 100px;
    height: 100px;
  }
}
.content-section ul.icon-list-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
@media only screen and (min-width: 576px) {
  .content-section ul.icon-list-2 {
    flex-flow: row wrap;
    width: 100%;
  }
}
.content-section ul.icon-list-2 li {
  position: relative;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  align-self: center;
  margin: 0 15px;
  padding: 10px 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #3BAA34;
}
@media only screen and (min-width: 576px) {
  .content-section ul.icon-list-2 li {
    margin: 0;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 768px) {
  .content-section ul.icon-list-2 li {
    font-size: 2.625rem;
  }
}
.content-section ul.icon-list-2 li img {
  max-width: 100%;
  height: 132px;
  vertical-align: middle;
  object-fit: contain;
  object-position: center;
}
.content-section ul.icon-list-3 {
  list-style: none;
  width: 100%;
}
.content-section ul.icon-list-3 li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-flow: row wrap;
  padding: 0;
}
.content-section ul.icon-list-3 li + li {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .content-section ul.icon-list-3 li + li {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .content-section ul.icon-list-3 li + li {
    margin-top: 10px;
  }
}
.content-section ul.icon-list-3 li .image {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25%;
  padding-right: 5%;
}
.content-section ul.icon-list-3 li .image img {
  width: 100%;
  max-width: 120px;
  height: 100%;
  vertical-align: middle;
  object-fit: contain;
  object-position: center;
}
.content-section ul.icon-list-3 li .content {
  -webkit-box-flex: 1 3 auto;
  -moz-box-flex: 1 3 auto;
  -webkit-flex: 1 3 auto;
  -ms-flex: 1 3 auto;
  flex: 1 3 auto;
  padding-right: 0.5rem;
  width: 75%;
  text-align: justify;
}
@media only screen and (min-width: 576px) {
  .content-section ul.icon-list-3 li .content {
    padding-right: 0;
  }
}
.content-section ul.icon-list-3 li .content .title {
  font-weight: 700;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  
}
.content-section ol.numbered {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 360px;
  list-style: none;
  counter-reset: ol-counter;
}
.content-section ol.numbered::before {
  content: '';
  display: block;
  position: absolute;
  left: 57px;
  top: 60px;
  bottom: 60px;
  width: 6px;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .content-section ol.numbered {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: 140px;
  }
  .content-section ol.numbered::before {
    top: calc(50% - 33px);
    right: 60px;
    bottom: inherit;
    left: 60px;
    width: auto;
    height: 6px;
  }
}
.content-section ol.numbered li {
  position: relative;
  top: 50%;
  left: 0;
  margin: 0;
  padding-left: 120px;
  width: 100%;
  min-height: 150px;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-weight: bold;
  align-self: flex-start;
  text-align: left;
  counter-increment: ol-counter;
}
@media only screen and (min-width: 768px) {
  .content-section ol.numbered li {
    top: 60px;
    left: inherit;
    padding: 0 0 30px 0;
    height: 60px;
    min-height: 30px;
    -webkit-box-flex: 1 1 0px;
    -moz-box-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    align-self: center;
    text-align: center;
  }
}
.content-section ol.numbered li div {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .content-section ol.numbered li div {
    position: relative;
    top: initial;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
  }
}
.content-section ol.numbered li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: counter(ol-counter);
  padding: 30px 10px;
  width: 120px;
  height: 120px;
  line-height: 30px;
  background-color: white;
  border: 15px solid #3BAA34;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #3BAA34;
  font-size: 150%;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .content-section ol.numbered li::before {
    top: -120px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.content-section h5.timeline {
  padding: 0 0.5rem 0 2rem;
}
@media only screen and (min-width: 576px) {
  .content-section h5.timeline {
    padding: 0;
  }
}
.content-section ul.timeline {
  position: relative;
  margin: 1rem 0 0 0.5rem;
  padding: 0;
  line-height: 1.3rem;
  list-style: none;
  color: #3BAA34;
}
@media only screen and (min-width: 576px) {
  .content-section ul.timeline {
    padding: 0 1.5em;
  }
}
@media only screen and (min-width: 576px) {
  .content-section ul.timeline {
    margin-left: calc(-1.5rem - 24px);
  }
}
.content-section ul.timeline::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  width: 1px;
  border-left: 1px solid #3BAA34;
}
.content-section ul.timeline::after {
  content: '\f0d7';
  position: absolute;
  left: -4px;
  bottom: -10px;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: bold;
  color: #3BAA34;
}
.content-section ul.timeline li {
  margin: 0 0 0.5rem 1.5rem;
}
.content-section ul.timeline li::before {
  content: '\f111';
  margin-left: -29px;
  margin-right: 17px;
  line-height: 1.3rem;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 0.75rem;
  color: #3BAA34;
  /*
				@media @sm-and-up {
				margin-left: ~"calc(-0.5rem - 29px)";
				margin-right: ~"calc(0.5rem + 17px)";
				}
				
				@media @md-and-up {
				margin-left: ~"calc(-1.5rem - 29px)";
				margin-right: ~"calc(1.5rem + 17px)";
				}
				*/

}
@media only screen and (min-width: 576px) {
  .content-section ul.timeline li::before {
    margin-left: calc(-1.5rem - 29px);
    margin-right: calc(1.5rem + 17px);
  }
}
.content-section ul.timeline li b {
  display: inline-block;
  line-height: 1rem;
  font-size: 1.1rem;
  color: #234523;
}
.content-section ul.timeline:last-child {
  padding-bottom: 1.5rem;
}
/************************************************** BLOCK-SLIDER: SWIPER */
:root {
  --swiper-navigation-color: #f6f4f1;
  --swiper-theme-color: #000;
  --swiper-navigation-size: 60px;
}
@media only screen and (min-width: 992px) {
  :root {
    --swiper-navigation-size: 90px;
  }
}
.swiper-container {
  position: relative;
  width: 100%;
}
.hgt100vh .swiper-container,
.hgt690 .swiper-container,
.hgt450 .swiper-container,
.hgt360 .swiper-container,
.hgt225 .swiper-container,
.hgt100vh .swiper-container .swiper,
.hgt690 .swiper-container .swiper,
.hgt450 .swiper-container .swiper,
.hgt360 .swiper-container .swiper,
.hgt225 .swiper-container .swiper,
.hgt100vh .swiper-container .swiper-wrapper,
.hgt690 .swiper-container .swiper-wrapper,
.hgt450 .swiper-container .swiper-wrapper,
.hgt360 .swiper-container .swiper-wrapper,
.hgt225 .swiper-container .swiper-wrapper {
  height: 100%;
}
.swiper-container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  background-color: rgba(246, 244, 241, 0.05) !important;
  color: #009fe3;
}
@media only screen and (min-width: 1260px) {
  .swiper-container:hover .swiper-button-next.slider-navigation-outside,
  .swiper-container:hover .swiper-button-prev.slider-navigation-outside {
    background-color: rgba(246, 244, 241, 0.5) !important;
  }
}
.swiper-container:hover .swiper-button-next:hover,
.swiper-container:hover .swiper-button-prev:hover {
  background-color: rgba(246, 244, 241, 0.5) !important;
  color: #000000 !important;
}
@media only screen and (min-width: 1260px) {
  .swiper-container:hover .swiper-button-next:hover.slider-navigation-outside,
  .swiper-container:hover .swiper-button-prev:hover.slider-navigation-outside {
    background-color: rgba(246, 244, 241, 0.5) !important;
  }
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  z-index: 999;
  padding: 0.5rem !important;
  width: calc((var(--swiper-navigation-size)/ 44 * 27) + .5rem) !important;
  height: calc(var(--swiper-navigation-size) + .5rem) !important;
  text-align: center;
  background-color: rgba(246, 244, 241, 0) !important;
  border: none !important;
  color: rgba(0, 159, 227, 0.33);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 100;
}
.swiper-container .swiper-button-next {
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.swiper-container .swiper-button-next::after {
  content: '\f054';
}
.swiper-container .swiper-button-prev {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.swiper-container .swiper-button-prev::after {
  content: '\f053';
}
@media only screen and (min-width: 576px) {
  .section-narrow .swiper-container .swiper-button-next.slider-navigation-outside,
  .row-narrow .swiper-container .swiper-button-next.slider-navigation-outside {
    right: calc( ((var(--swiper-navigation-size)/ 44 * 27) + 1.5rem) * -1);
  }
  .section-narrow .swiper-container .swiper-button-prev.slider-navigation-outside,
  .row-narrow .swiper-container .swiper-button-prev.slider-navigation-outside {
    left: calc( ((var(--swiper-navigation-size)/ 44 * 27) + 1.5rem) * -1);
  }
}
@media only screen and (min-width: 1260px) {
  .section-fill .row-container .swiper-container .swiper-button-next.slider-navigation-outside,
  .section-fill .row-narrow .swiper-container .swiper-button-next.slider-navigation-outside,
  .section-container .swiper-container .swiper-button-next.slider-navigation-outside {
    right: calc( ((var(--swiper-navigation-size)/ 44 * 27) + 1.5rem) * -1);
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .section-fill .row-container .swiper-container .swiper-button-prev.slider-navigation-outside,
  .section-fill .row-narrow .swiper-container .swiper-button-prev.slider-navigation-outside,
  .section-container .swiper-container .swiper-button-prev.slider-navigation-outside {
    left: calc( ((var(--swiper-navigation-size)/ 44 * 27) + 1.5rem) * -1);
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.swiper[data-swiper-for] .slider-navigation-inside {
  background-color: red;
  top: 0;
  margin-top: 0 !important;
  height: 100% !important;
}
.swiper[data-swiper-for]:hover .swiper-button-prev {
  background: linear-gradient(90deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%) !important;
}
.swiper[data-swiper-for]:hover .swiper-button-next {
  background: linear-gradient(270deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%) !important;
}
.swiper-pagination {
  position: relative;
}
.swiper-pagination.swiper-pagination-bullets {
  bottom: unset;
  margin-top: 0.5rem;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  padding: 0;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-number {
  width: 20px;
  height: 20px;
  color: #fff;
}
.swiper-pagination.swiper-pagination-progressbar {
  position: static;
}
.swiper-pagination.swiper-pagination-fraction {
  bottom: unset;
  margin-top: 0.25rem;
}
.swiper-scrollbar {
  height: 10px;
}
.swiper {
  position: relative;
  width: 100%;
  text-align: center;
}
.swiper .image-container .content.hide {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.swiper .image-container:hover .content.hide {
  opacity: 1;
}
/**************************************************/

/************************************************** BLOCK DYNAMIC GRID */

.dynamicgrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: var(--grid-gap, 10px);
  margin: 0 auto;
}
.dynamicgrid > div + div {
  margin-top: var(--grid-gap, 10px);
}
.dynamicgrid .column {
  height: var(--column-height);
}
@media only screen and (min-width: 576px) {
  .dynamicgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--grid-gap, 10px);
    margin: 0 auto;
  }
  .dynamicgrid > div {
    place-self: stretch;
    text-align: center;
  }
  .dynamicgrid > div[data-cols="2"] {
    grid-column-end: span 2;
  }
  .dynamicgrid > div[data-cols="3"] {
    grid-column-end: span 2;
  }
  .dynamicgrid > div[data-cols="4"] {
    grid-column-end: span 2;
  }
  .dynamicgrid > div[data-cols="6"] {
    grid-column-end: span 2;
  }
  .dynamicgrid > div[data-rows="2"] {
    grid-row-end: span 2;
  }
  .dynamicgrid > div[data-rows="3"] {
    grid-row-end: span 2;
  }
  .dynamicgrid > div[data-rows="4"] {
    grid-row-end: span 2;
  }
  .dynamicgrid > div[data-rows="6"] {
    grid-row-end: span 2;
  }
  .dynamicgrid > div + div {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .dynamicgrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .dynamicgrid > div[data-cols="3"] {
    grid-column-end: span 3;
  }
  .dynamicgrid > div[data-cols="4"] {
    grid-column-end: span 3;
  }
  .dynamicgrid > div[data-cols="6"] {
    grid-column-end: span 3;
  }
  .dynamicgrid > div[data-rows="3"] {
    grid-row-end: span 3;
  }
  .dynamicgrid > div[data-rows="4"] {
    grid-row-end: span 3;
  }
  .dynamicgrid > div[data-rows="6"] {
    grid-row-end: span 3;
  }
}
@media only screen and (min-width: 992px) {
  .dynamicgrid {
    grid-template-columns: repeat(4, 1fr);
  }
  .dynamicgrid > div[data-cols="4"] {
    grid-column-end: span 4;
  }
  .dynamicgrid > div[data-cols="6"] {
    grid-column-end: span 4;
  }
  .dynamicgrid > div[data-rows="4"] {
    grid-row-end: span 4;
  }
  .dynamicgrid > div[data-rows="6"] {
    grid-row-end: span 4;
  }
}
@media only screen and (min-width: 1200px) {
  .dynamicgrid {
    grid-template-columns: repeat(6, 1fr);
  }
  .dynamicgrid > div[data-cols="6"] {
    grid-column-end: span 6;
  }
  .dynamicgrid > div[data-rows="6"] {
    grid-row-end: span 6;
  }
}
.dynamicgrid-basis {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: var(--grid-gap, 10px);
  margin: 0 auto;
}
.dynamicgrid-basis > div + div {
  margin-top: var(--grid-gap, 10px);
}
.dynamicgrid-basis .column {
  height: var(--column-height);
}
@media only screen and (min-width: 576px) {
  .dynamicgrid-basis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--grid-gap, 10px);
    margin: 0 auto;
  }
  .dynamicgrid-basis > div {
    place-self: stretch;
    text-align: center;
  }
  .dynamicgrid-basis > div[data-cols="2"] {
    grid-column-end: span 2;
  }
  .dynamicgrid-basis > div[data-cols="3"] {
    grid-column-end: span 2;
  }
  .dynamicgrid-basis > div[data-cols="4"] {
    grid-column-end: span 2;
  }
  .dynamicgrid-basis > div[data-cols="6"] {
    grid-column-end: span 2;
  }
  .dynamicgrid-basis > div[data-rows="2"] {
    grid-row-end: span 2;
  }
  .dynamicgrid-basis > div[data-rows="3"] {
    grid-row-end: span 2;
  }
  .dynamicgrid-basis > div[data-rows="4"] {
    grid-row-end: span 2;
  }
  .dynamicgrid-basis > div[data-rows="6"] {
    grid-row-end: span 2;
  }
  .dynamicgrid-basis > div + div {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .dynamicgrid-basis {
    grid-template-columns: repeat(3, 1fr);
  }
  .dynamicgrid-basis > div[data-cols="3"] {
    grid-column-end: span 3;
  }
  .dynamicgrid-basis > div[data-cols="4"] {
    grid-column-end: span 3;
  }
  .dynamicgrid-basis > div[data-cols="6"] {
    grid-column-end: span 3;
  }
  .dynamicgrid-basis > div[data-rows="3"] {
    grid-row-end: span 3;
  }
  .dynamicgrid-basis > div[data-rows="4"] {
    grid-row-end: span 3;
  }
  .dynamicgrid-basis > div[data-rows="6"] {
    grid-row-end: span 3;
  }
}
@media only screen and (min-width: 992px) {
  .dynamicgrid-basis {
    grid-template-columns: repeat(4, 1fr);
  }
  .dynamicgrid-basis > div[data-cols="4"] {
    grid-column-end: span 4;
  }
  .dynamicgrid-basis > div[data-cols="6"] {
    grid-column-end: span 4;
  }
  .dynamicgrid-basis > div[data-rows="4"] {
    grid-row-end: span 4;
  }
  .dynamicgrid-basis > div[data-rows="6"] {
    grid-row-end: span 4;
  }
}
@media only screen and (min-width: 1200px) {
  .dynamicgrid-basis {
    grid-template-columns: repeat(6, 1fr);
  }
  .dynamicgrid-basis > div[data-cols="6"] {
    grid-column-end: span 6;
  }
  .dynamicgrid-basis > div[data-rows="6"] {
    grid-row-end: span 6;
  }
}
/**************************************************/

/************************************************** SECTION BUILDER - DYNAMIC GRID - CUSTOM NEOMOUNTS */

.dynamicgrid .block-image.neomounts .image-container.content-left .content,
.dynamicgrid .block-image.neomounts .image-container.content-right .content {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .dynamicgrid .block-image.neomounts .image-container.content-left .content,
  .dynamicgrid .block-image.neomounts .image-container.content-right .content {
    width: calc(66.66666666% - 6px);
  }
}
@media only screen and (min-width: 768px) {
  .dynamicgrid .block-image.neomounts .image-container.content-left .content,
  .dynamicgrid .block-image.neomounts .image-container.content-right .content {
    width: calc(50% - 6px);
  }
}
@media only screen and (min-width: 992px) {
  .dynamicgrid .block-image.neomounts .image-container.content-left .content,
  .dynamicgrid .block-image.neomounts .image-container.content-right .content {
    width: calc(33.33333333% - 6px);
  }
}
.dynamicgrid .block-image.neomounts .image-container.content-left.content-wide .content,
.dynamicgrid .block-image.neomounts .image-container.content-right.content-wide .content {
  width: calc(66.66666667% - 3px);
}
/**************************************************/

/************************************************** BLOCK IMAGE MAP */

.block-imagemap .image-container:hover .hotspot-xs,
.block-imagemap .image-container:hover .hotspot {
  background-color: rgba(246, 244, 241, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.block-imagemap .image-container .hotspot-xs,
.block-imagemap .image-container .hotspot {
  z-index: 1;
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background-color: rgba(246, 244, 241, 0);
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.block-imagemap .image-container .hotspot-xs:hover,
.block-imagemap .image-container .hotspot:hover {
  background-color: rgba(246, 244, 241, 0.9);
  color: #000000;
}
.block-imagemap .image-container .hotspot-xs .fal,
.block-imagemap .image-container .hotspot .fal {
  line-height: inherit;
}
.block-imagemap .image-container .hotspot-xs {
  background-color: rgba(246, 244, 241, 0.75);
}
@media only screen and (min-width: 576px) {
  .block-imagemap .image-container .hotspot-xs {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .block-imagemap .image-container .hotspot {
    display: none;
  }
}
.tooltip {
  position: absolute;
  top: -5.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem;
  min-width: 150px;
  max-width: 80vw;
  background-color: rgba(246, 244, 241, 0);
  border: 1px solid #fbfbfb;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-filter: drop-shadow(2px 2px 5px 0 rgba(0, 0, 0, 0.25));
  filter: drop-shadow(2px 2px 5px 0 rgba(0, 0, 0, 0.25));
  white-space: nowrap;
  -webkit-opacity: 0%;
  -moz-opacity: 0%;
  opacity: 0%;
  -webkit-transition: all 250 ease-in-out;
  -moz-transition: all 250 ease-in-out;
  -ms-transition: all 250 ease-in-out;
  -o-transition: all 250 ease-in-out;
  transition: all 250 ease-in-out;
}
.showTooltip .tooltip {
  background-color: #f6f4f1;
  visibility: visible;
  -webkit-opacity: 100%;
  -moz-opacity: 100%;
  opacity: 100%;
}
.showTooltip {
  z-index: 2147483647 !important;
}
/**************************************************/

/************************************************** SECTION BUILDER - BLOCK IMAGE - CUSTOM NEOMOUNTS */

.block-image.neomounts .image-container[onclick] {
  cursor: pointer;
}
.block-image.neomounts .image-container[onclick]:hover {
  position: relative;
}
.block-image.neomounts .image-container[onclick]:hover::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--hover-color, rgba(0, 0, 0, 0));
}
.block-image.neomounts .image-container[onclick]:hover .nm_readmore {
  z-index: 10;
}
.block-image.neomounts .image-container .content {
  font-size: 0.875rem;
}
.block-image.neomounts .image-container .content .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: left !important;
  padding: 0 4.5vw;
}
.block-image.neomounts .image-container .content .text.top {
  top: 1em;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.block-image.neomounts .image-container .content .text.bottom {
  top: unset;
  bottom: 0.9em;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (min-width: 992px) {
  .block-image.neomounts .image-container .content .text {
    padding: 0 45px;
  }
}
.block-image.neomounts .image-container .content .text a {
  color: #009FE3;
}
.block-image.neomounts .image-container .content .text .title {
  font-size: 17.333333333px;
  font-weight: normal;
}
@media only screen and (min-width: 1040px) {
  .block-image.neomounts .image-container .content .text .title {
    font-size: 1.666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .block-image.neomounts .image-container .content .text .title {
    font-size: 20px;
  }
}
.block-image.neomounts .image-container .content .text p {
  margin: 0 0 0.5rem;
}
.block-image.neomounts .image-container .content .text p:last-child {
  margin-bottom: 0;
}
.block-image.neomounts .image-container .content .nm_readmore a,
.block-image.neomounts .image-container .content .nm_readmore2 a {
  text-transform: lowercase;
}
.block-image.neomounts .image-container.content-left .content,
.block-image.neomounts .image-container.content-right .content {
  top: 0;
  width: 33.33333333%;
  height: 100% !important;
  background-color: black;
  color: white;
}
.block-image.neomounts .image-container.content-left.content-wide .content,
.block-image.neomounts .image-container.content-right.content-wide .content {
  width: 66.66666667%;
}
.block-image.neomounts .image-container.content-left .content {
  left: 0;
  right: unset;
}
.block-image.neomounts .image-container.content-right .content {
  left: unset;
  right: 0;
}
.block-image.neomounts .image-container.content-below picture {
  height: calc(50% + (var(--grid-gap,10px) / 2)) !important;
}
.block-image.neomounts .image-container.content-below .content {
  padding-top: 0;
  height: calc(50% - (var(--grid-gap,10px) / 2)) !important;
  background-color: black;
  color: white;
}
.block-image.neomounts .image-container.content-below.content-low picture {
  height: 70% !important;
}
.block-image.neomounts .image-container.content-below.content-low .content {
  height: 30% !important;
}
@media only screen and (min-width: 768px) {
  .block-image.neomounts .image-container.content-below.content-low picture {
    height: 75.332% !important;
  }
  .block-image.neomounts .image-container.content-below.content-low .content {
    height: 24.668% !important;
  }
}
.block-image.neomounts .image-container.content-middle .content {
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  color: white;
}
.block-image.neomounts .image-container.content-middle .content .text {
  padding-bottom: var(--padding-bottom, 0);
}
.block-image.neomounts .image-container.content-middle .nm_readmore {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.5em;
  background-color: #009FE3;
  text-align: left;
  padding: 0 1.9vw;
}
@media only screen and (min-width: 992px) {
  .block-image.neomounts .image-container.content-middle .nm_readmore {
    padding: 0 2.4vw;
  }
}
.block-image.neomounts .image-container.content-middle .nm_readmore a {
  color: white;
}
/**************************************************/

/************************************************** ALTERNATING ROWS */

.alternating section.content-section .col2:nth-child(even) {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
/**************************************************/

/************************************************** DEBUG DESIGN LINES */

div.debug_container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  border: 1px solid #f00;
  z-index: -1;
}
div.debug_narrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  margin: 0 auto;
  height: 100%;
  border: 1px solid #f0f;
  z-index: -1;
}
@media only screen and (min-width: 576px) {
  div.debug_narrow {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  div.debug_narrow {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  div.debug_narrow {
    width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  div.debug_narrow {
    width: 800px;
  }
}
/**************************************************/

/************************************************** EMBED RESPONSIVE */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.embed-responsive.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive.embed-responsive-3by4::before {
  padding-top: 133.333333%;
}
.embed-responsive.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive img.embed-responsive-item {
  object-fit: cover;
}
.embed-responsive .embed-proportional {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.embed-responsive .embed-align-middle {
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
}
.embed-responsive .embed-align-center {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.embed-responsive .embed-align-middle.embed-align-center {
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .embed-responsive .embed-responsive-item {
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }
}
/**************************************************/

/************************************************** BOOTSTRAP SUPPORT CLASSES */

.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.text-justify {
  text-align: justify !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
/**************************************************/

/************************************************** BOOTSTRAP icw SECTION BUILDER OVERRIDES */

.container-fluid {
  max-width: 1140px;
}
.content-section .section-row .column .container,
.content-section .section-row .column .container-fluid {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.content-section .section-row .column .container .row,
.content-section .section-row .column .container-fluid .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.content-section .section-row .column .container .row .col,
.content-section .section-row .column .container-fluid .row .col,
.content-section .section-row .column .container .row .col-1,
.content-section .section-row .column .container-fluid .row .col-1,
.content-section .section-row .column .container .row .col-2,
.content-section .section-row .column .container-fluid .row .col-2,
.content-section .section-row .column .container .row .col-3,
.content-section .section-row .column .container-fluid .row .col-3,
.content-section .section-row .column .container .row .col-4,
.content-section .section-row .column .container-fluid .row .col-4,
.content-section .section-row .column .container .row .col-5,
.content-section .section-row .column .container-fluid .row .col-5,
.content-section .section-row .column .container .row .col-6,
.content-section .section-row .column .container-fluid .row .col-6,
.content-section .section-row .column .container .row .col-7,
.content-section .section-row .column .container-fluid .row .col-7,
.content-section .section-row .column .container .row .col-8,
.content-section .section-row .column .container-fluid .row .col-8,
.content-section .section-row .column .container .row .col-9,
.content-section .section-row .column .container-fluid .row .col-9,
.content-section .section-row .column .container .row .col-10,
.content-section .section-row .column .container-fluid .row .col-10,
.content-section .section-row .column .container .row .col-11,
.content-section .section-row .column .container-fluid .row .col-11,
.content-section .section-row .column .container .row .col-12,
.content-section .section-row .column .container-fluid .row .col-12,
.content-section .section-row .column .container .row .col-auto,
.content-section .section-row .column .container-fluid .row .col-auto,
.content-section .section-row .column .container .row .col-sm-1,
.content-section .section-row .column .container-fluid .row .col-sm-1,
.content-section .section-row .column .container .row .col-sm-2,
.content-section .section-row .column .container-fluid .row .col-sm-2,
.content-section .section-row .column .container .row .col-sm-3,
.content-section .section-row .column .container-fluid .row .col-sm-3,
.content-section .section-row .column .container .row .col-sm-4,
.content-section .section-row .column .container-fluid .row .col-sm-4,
.content-section .section-row .column .container .row .col-sm-5,
.content-section .section-row .column .container-fluid .row .col-sm-5,
.content-section .section-row .column .container .row .col-sm-6,
.content-section .section-row .column .container-fluid .row .col-sm-6,
.content-section .section-row .column .container .row .col-sm-7,
.content-section .section-row .column .container-fluid .row .col-sm-7,
.content-section .section-row .column .container .row .col-sm-8,
.content-section .section-row .column .container-fluid .row .col-sm-8,
.content-section .section-row .column .container .row .col-sm-9,
.content-section .section-row .column .container-fluid .row .col-sm-9,
.content-section .section-row .column .container .row .col-sm-10,
.content-section .section-row .column .container-fluid .row .col-sm-10,
.content-section .section-row .column .container .row .col-sm-11,
.content-section .section-row .column .container-fluid .row .col-sm-11,
.content-section .section-row .column .container .row .col-sm-12,
.content-section .section-row .column .container-fluid .row .col-sm-12,
.content-section .section-row .column .container .row .col-sm,
.content-section .section-row .column .container-fluid .row .col-sm,
.content-section .section-row .column .container .row .col-sm-auto,
.content-section .section-row .column .container-fluid .row .col-sm-auto,
.content-section .section-row .column .container .row .col-md-1,
.content-section .section-row .column .container-fluid .row .col-md-1,
.content-section .section-row .column .container .row .col-md-2,
.content-section .section-row .column .container-fluid .row .col-md-2,
.content-section .section-row .column .container .row .col-md-3,
.content-section .section-row .column .container-fluid .row .col-md-3,
.content-section .section-row .column .container .row .col-md-4,
.content-section .section-row .column .container-fluid .row .col-md-4,
.content-section .section-row .column .container .row .col-md-5,
.content-section .section-row .column .container-fluid .row .col-md-5,
.content-section .section-row .column .container .row .col-md-6,
.content-section .section-row .column .container-fluid .row .col-md-6,
.content-section .section-row .column .container .row .col-md-7,
.content-section .section-row .column .container-fluid .row .col-md-7,
.content-section .section-row .column .container .row .col-md-8,
.content-section .section-row .column .container-fluid .row .col-md-8,
.content-section .section-row .column .container .row .col-md-9,
.content-section .section-row .column .container-fluid .row .col-md-9,
.content-section .section-row .column .container .row .col-md-10,
.content-section .section-row .column .container-fluid .row .col-md-10,
.content-section .section-row .column .container .row .col-md-11,
.content-section .section-row .column .container-fluid .row .col-md-11,
.content-section .section-row .column .container .row .col-md-12,
.content-section .section-row .column .container-fluid .row .col-md-12,
.content-section .section-row .column .container .row .col-md,
.content-section .section-row .column .container-fluid .row .col-md,
.content-section .section-row .column .container .row .col-md-auto,
.content-section .section-row .column .container-fluid .row .col-md-auto,
.content-section .section-row .column .container .row .col-lg-1,
.content-section .section-row .column .container-fluid .row .col-lg-1,
.content-section .section-row .column .container .row .col-lg-2,
.content-section .section-row .column .container-fluid .row .col-lg-2,
.content-section .section-row .column .container .row .col-lg-3,
.content-section .section-row .column .container-fluid .row .col-lg-3,
.content-section .section-row .column .container .row .col-lg-4,
.content-section .section-row .column .container-fluid .row .col-lg-4,
.content-section .section-row .column .container .row .col-lg-5,
.content-section .section-row .column .container-fluid .row .col-lg-5,
.content-section .section-row .column .container .row .col-lg-6,
.content-section .section-row .column .container-fluid .row .col-lg-6,
.content-section .section-row .column .container .row .col-lg-7,
.content-section .section-row .column .container-fluid .row .col-lg-7,
.content-section .section-row .column .container .row .col-lg-8,
.content-section .section-row .column .container-fluid .row .col-lg-8,
.content-section .section-row .column .container .row .col-lg-9,
.content-section .section-row .column .container-fluid .row .col-lg-9,
.content-section .section-row .column .container .row .col-lg-10,
.content-section .section-row .column .container-fluid .row .col-lg-10,
.content-section .section-row .column .container .row .col-lg-11,
.content-section .section-row .column .container-fluid .row .col-lg-11,
.content-section .section-row .column .container .row .col-lg-12,
.content-section .section-row .column .container-fluid .row .col-lg-12,
.content-section .section-row .column .container .row .col-lg,
.content-section .section-row .column .container-fluid .row .col-lg,
.content-section .section-row .column .container .row .col-lg-auto,
.content-section .section-row .column .container-fluid .row .col-lg-auto,
.content-section .section-row .column .container .row .col-xl-1,
.content-section .section-row .column .container-fluid .row .col-xl-1,
.content-section .section-row .column .container .row .col-xl-2,
.content-section .section-row .column .container-fluid .row .col-xl-2,
.content-section .section-row .column .container .row .col-xl-3,
.content-section .section-row .column .container-fluid .row .col-xl-3,
.content-section .section-row .column .container .row .col-xl-4,
.content-section .section-row .column .container-fluid .row .col-xl-4,
.content-section .section-row .column .container .row .col-xl-5,
.content-section .section-row .column .container-fluid .row .col-xl-5,
.content-section .section-row .column .container .row .col-xl-6,
.content-section .section-row .column .container-fluid .row .col-xl-6,
.content-section .section-row .column .container .row .col-xl-7,
.content-section .section-row .column .container-fluid .row .col-xl-7,
.content-section .section-row .column .container .row .col-xl-8,
.content-section .section-row .column .container-fluid .row .col-xl-8,
.content-section .section-row .column .container .row .col-xl-9,
.content-section .section-row .column .container-fluid .row .col-xl-9,
.content-section .section-row .column .container .row .col-xl-10,
.content-section .section-row .column .container-fluid .row .col-xl-10,
.content-section .section-row .column .container .row .col-xl-11,
.content-section .section-row .column .container-fluid .row .col-xl-11,
.content-section .section-row .column .container .row .col-xl-12,
.content-section .section-row .column .container-fluid .row .col-xl-12,
.content-section .section-row .column .container .row .col-xl,
.content-section .section-row .column .container-fluid .row .col-xl,
.content-section .section-row .column .container .row .col-xl-auto,
.content-section .section-row .column .container-fluid .row .col-xl-auto {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/**************************************************/

body.debugSize::after {
  z-index: 100000;
  content: 'XS';
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 2em;
  font-weight: bold;
  background: rgba(255, 255, 0, 0.45);
}
@media only screen and (min-width: 576px) {
  body.debugSize::after {
    content: 'SM';
  }
}
@media only screen and (min-width: 768px) {
  body.debugSize::after {
    content: 'MD';
  }
}
@media only screen and (min-width: 992px) {
  body.debugSize::after {
    content: 'LG';
  }
}
@media only screen and (min-width: 1200px) {
  body.debugSize::after {
    content: 'XL';
  }
}
body.debugSize .debug_container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #f00;
  z-index: 100;
  pointer-events: none;
}
body.debugSize .debug_narrow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  margin: 0 auto;
  border: 1px solid #f0f;
  z-index: 100;
  pointer-events: none;
}
@media only screen and (min-width: 576px) {
  body.debugSize .debug_narrow {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  body.debugSize .debug_narrow {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  body.debugSize .debug_narrow {
    width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  body.debugSize .debug_narrow {
    width: 800px;
  }
}
.bsDebug .container-fluid {
  background-color: rgba(255, 192, 203, 0.25);
}
.bsDebug .container-fluid .main-container .row {
  background-color: rgba(255, 255, 0, 0.25);
}
.bsDebug .container-fluid .main-container .row > div {
  background-color: rgba(0, 128, 0, 0.25);
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
.bsDebug .container-fluid .main-container .row > div .content {
  background-color: rgba(0, 0, 255, 0.25);
}
.bsDebug .container-fluid .main-container .row > div + div .content {
  background-color: rgba(0, 0, 255, 0.35);
}
.bsDebug .container-fluid .main-container .row > div + div + div .content {
  background-color: rgba(0, 0, 255, 0.45);
}
.bsDebug .container-fluid .main-container .row > div + div + div + div .content {
  background-color: rgba(0, 0, 255, 0.55);
}
/**************************************************/

/************************************************** PLACEHOLDERS */

::-webkit-input-placeholder {
  color: #919191;
  opacity: 1;
}
::-moz-placeholder {
  color: #919191;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #919191;
  opacity: 1;
}
:-moz-placeholder {
  color: #919191;
  opacity: 1;
}
::placeholder {
  color: #919191;
  opacity: 1;
}
/**************************************************/

/************************************************** DYNAMIC SEARCH */

#auto-search-results {
  z-index: 999;
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 580px;
  min-height: 10rem;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #ffffff;
  border-top: 1px solid #b9c2c1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #auto-search-results {
    border: 1px solid #a1adac;
  }
}
#auto-search-results .loader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 250%;
  text-align: center;
  -webkit-opacity: 50%;
  -moz-opacity: 50%;
  opacity: 50%;
}
#auto-search-results .noarts {
  margin: 0;
  padding: 1rem;
  height: 50vh;
}
#auto-search-results .scroll-container {
  background-color: #fff;
  overflow: auto;
  -webkit-transition: height 150ms ease;
  -moz-transition: height 150ms ease;
  -ms-transition: height 150ms ease;
  -o-transition: height 150ms ease;
  transition: height 150ms ease;
}
#auto-search-results .scroll-container table {
  width: 100%;
  background-color: Transparent;
  border: none;
  border-collapse: collapse;
}
#auto-search-results .scroll-container table tr:nth-child(even) td {
  background-color: rgba(0, 0, 0, 0.05);
}
#auto-search-results .scroll-container table td.img {
  padding: 0.25rem;
  width: 3rem;
  height: 3rem;
}
#auto-search-results .scroll-container table a:not(.button) {
  display: block;
  text-decoration: none;
  color: #000;
}
#auto-search-results .scroll-container table a:not(.button).img {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  padding-top: 100%;
}
#auto-search-results .scroll-container table a:not(.button).img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
#auto-search-results .scroll-container table a:not(.button).img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
#auto-search-results .scroll-container table a:not(.button).img img {
  -o-object-fit: cover;
  object-fit: cover;
}
#auto-search-results .show-more {
  padding: 0.5rem 50px;
  text-align: left;
}
#auto-search-results .show-more [role="button"] {
  float: none;
  border-radius: 0 !important;
}
#auto-search-results,
#auto-search-results .loader {
  width: 100% !important;
}
#auto-search-results .loader {
  height: 100% !important;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
/*
#XXXauto-search-results {
z-index: 101;
display: none;
position: absolute;
top: 0;
height: ~"calc(100vh - 149px)";

width: 100%;
max-width: 580px;
left: 50%;
transform: translate(-50%,0);

background-color:#fff;
box-shadow: rgba(17, 12, 46, 40%) 0 48px 100px 0;

@media @lg-and-up {
height: ~"calc(100vh - 92px)";
}

&,.contents {
line-height: 1;
color: @main-color;
font-weight: normal;
}

.loader {
text-align: center;
padding: 0.5em;
font-size: 150%;
opacity: 0.75;
}

.contents {
height: 100%;

p {
text-align: center;

&.noarts {
margin: 0;
padding: 1rem;
height: 50vh;
//background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0.5) 100%);
}
}

.scroll-container {
height: ~"calc(100vh - 249px)";
background-color: #fff;
overflow: auto;
.transition(height 150ms ease);

@media @lg-and-up {
height: ~"calc(100vh - 192px)";
}

table {
width: 100%;
background-color: Transparent;
border: none;
border-collapse: collapse;

tr:nth-child(even) td {
background-color: fade(black, 5%);
}

td {
&.img {
padding: 0.25rem;
width: 3rem;
height: 3rem;
}
}

a:not(.button) {
display: block;
text-decoration: none;
color: #000;

&.img {
.responsive-image();

img { .object-fit(cover); }
}
}

.desc {
a { padding: 0 .5rem; }
}

.price {
text-align: right;
padding: 0 .5rem;
}
}
}
}

.show-more {
width: 100%;
height: 100px;
padding: 1rem;
background: rgb(255,255,255);
//background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0.5) 100%);
text-align: center;

[role='button'] {
float: none;
padding: 0 1rem;
height: 33px;
line-height: 33px;
}
}
}
*/

/**************************************************/

html {
  height: 100%;
}
html,
body,
table,
input,
select,
textarea {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  font-family: 'Nunito Sans', Arial, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.5;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  body {
    padding-top: 131px;
  }
}
/*
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}
*/

.wrapper {
  max-width: 2200px;
  margin: 0 auto;
  background-color: #fff;
  min-height: calc(100vh - 407px);
}
.col_small_margin {
  padding: 5px;
}
a {
  color: #049fe3;
  text-decoration: none;
}
.grouppath a,
.menusubpages a,
footer a,
.specialarts a,
.artlistitem a,
nav a,
.artdetails a {
  color: #000;
}
.grouppath a {
  font-size: 12px;
}
a.textlink {
  color: #049fe3;
  z-index: 3;
  display: inline-block;
  position: relative;
}
a:hover {
  color: #049fe3;
  text-decoration: underline;
}
a:focus,
button {
  outline: 0;
}
a#scrollUp {
  bottom: -3em;
  right: 0;
  padding: 0 15px;
  background: rgba(4, 159, 227, 0.8);
  color: #FFF;
  display: inline-block;
  transition: all 0.25s;
}
body.scrolled #scrollUp {
  bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
h1,
.h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin: 0;
}
h2,
.h2 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  margin: 0;
}
h3,
.h3 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
  margin: 0;
}
h4,
.h4 {
  font-size: 1.15rem;
  color: #000;
  font-weight: 700;
  margin: 0;
}
h1 .subtitle,
.h1 .subtitle,
h2 .subtitle,
.h2 .subtitle,
h3 .subtitle,
.h3 .subtitle {
  font-size: 50%;
}
hr {
  height: 1px;
  border-width: 0;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  color: #d1d1d1;
  border-style: solid;
  margin: 0;
}
.number-circled {
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  vertical-align: baseline;
  border-radius: 3px;
  border: 1px solid #000;
  text-align: center;
  line-height: 1.4;
  color: ;
}
.header_top {
  background-color: #000;
  height: 40px;
}
.header_top .container {
  height: 100%;
}
.header_top a,
.header_top .fa {
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 1.2rem;
}
.container.contentheight {
  min-height: calc(100vh - 116px - 390px);
  position: relative;
}
.header_bottom {
  position: relative;
}
.header_bottom::after {
  background-color: #049fe3;
  background: linear-gradient(90deg, #2e2579 0%, #049fe3 15%);
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.header_bottom .container {
  position: relative;
}
.header_bottom,
.header_bottom a {
  color: #ffffff;
}
header.header {
  z-index: 901;
  width: 100%;
  background-color: #000;
}
@media only screen and (min-width: 992px) {
  header.header {
    z-index: 9992;
    position: fixed;
    top: 0;
    height: 131px;
  }
}
header.header .container,
header.header .container > .row {
  height: 100%;
}
header.header .slogan {
  width: 100%;
  text-align: center;
  padding-top: 0.5em;
  color: #fff;
  background-color: #000;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  header.header .slogan {
    position: absolute;
    top: 100%;
  }
}
.logo {
  margin: 1em 0;
}
.header-item {
  margin-bottom: 1em;
}
.dealerlogin {
  vertical-align: middle;
  display: inline-block;
  padding-top: 8px;
  height: 40px;
  margin-left: 1em;
}
.dealerlogin a {
  display: block;
}
.dealerlogin .fa {
  font-size: 160%;
}
.buttons {
  margin: 1em 0;
}
button,
.inputbutton,
a.inputbutton,
input[type=submit],
.artdetails *[role=button] {
  background-color: #000;
  border: 0;
  color: #fff;
  border-radius: 3px;
  padding: 0 1.5em;
  font-weight: 500;
  height: 27px;
  line-height: 26px;
  text-align: center;
}
button.black,
.inputbutton.black,
a.inputbutton.black,
input[type=submit].black,
.artdetails *[role=button].black {
  background-color: #000;
  color: #fff;
  border-radius: 3px;
  padding: 0 1em;
  height: 27px;
  line-height: 27px;
}
button.orange,
.inputbutton.orange,
a.inputbutton.orange,
input[type=submit].orange,
.artdetails *[role=button].orange {
  background-color: #FF9935;
}
button.blue,
.inputbutton.blue,
a.inputbutton.blue,
input[type=submit].blue,
.artdetails *[role=button].blue {
  background-color: #049fe3;
}
button.white-blue,
.inputbutton.white-blue,
a.inputbutton.white-blue,
input[type=submit].white-blue,
.artdetails *[role=button].white-blue {
  overflow: hidden;
}
button.white-blue:after,
.inputbutton.white-blue:after,
a.inputbutton.white-blue:after,
input[type=submit].white-blue:after,
.artdetails *[role=button].white-blue:after {
  background-color: #049fe3;
  background: linear-gradient(90deg, #2e2579 0%, #049fe3 15%);
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.buttons a {
  display: inline-block;
}
.button:hover,
.inputbutton:hover {
  color: #fff;
  text-decoration: none;
}
.button.info {
  float: right;
  background-color: #049fe3;
  border: 0;
  color: #fff;
  border-radius: 3px;
  padding: 0 1.5em;
  height: 27px;
  line-height: 27px;
  display: inline-block;
}
.tell_a_friend a {
  display: inline-block;
  position: relative;
  color: #B4B4B4;
}
.tell_a_friend a:hover {
  color: #000;
}
.tell_a_friend img {
  height: 20px;
  color: #ddd;
  padding-right: 5px;
  margin-top: -3px;
}
.artdetails .buttons button,
.artdetails .buttons a.inputbutton {
  width: 100%;
  margin-bottom: 0.25rem;
}
.artdetails .brandlogo {
  max-width: 7em;
  margin-top: 1em;
}
.artlstaddtobasket {
  color: #000;
}
.logo img {
  width: 246px;
  height: 60px;
}
footer {
  background-color: #F2F2F2;
}
.footerbottom {
  background-color: #F2F2F2;
  color: #000000;
  line-height: 40px;
  margin-top: 2rem;
}
.footerbottom a {
  padding: 0 0.5em;
  display: inline-block;
  color: #000000;
}
.footerbottom * {
  font-size: 11px;
}
.footermenu {
  padding: 3rem 0 0 0;
  color: #000;
  font-size: smaller;
  line-height: 1.5em;
}
.footermenu h1 {
  color: #000;
  font-weight: bold;
}
.footermenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footermenu .img-container img {
  height: 60px;
  width: 246px;
}
.footermenu .socialicons {
  margin: 2em 0 0 0;
}
.footermenu .socialicons img {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  margin: 0 5px;
}
.footermenu .socialicons a:first-child img {
  margin-left: 0;
}
.footermenu .socialicons a:last-child img {
  margin-right: 0;
}
.footermenu .footer-newsletter {
  margin: 2em 0 0 0;
  font-weight: bold;
}
.footermenu .footer-newsletter img {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
}
.socialblock img {
  width: 25px;
  height: 25px;
  border-radius: 5px;
}
#sessionpopup .notificationblock {
  max-height: calc(100vh - 225px);
  max-width: 750px;
  overflow: auto;
}
/************************************************************ SUBPAGES */

.menusubpages {
  width: 100%;
}
.menusubpages h2,
.menusubpages .menusubpagestitle {
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 1em 0;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 700;
}
.menusubpages h2 a,
.menusubpages .menusubpagestitle a {
  text-decoration: none;
  color: #000;
}
.menusubpagesitems {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 0\0) {
  .menusubpagesitems {
    display: table;
  }
}
.menusubpagesitem {
  display: table-cell;
  text-align: center;
  padding-right: 0.5rem;
}
.menusubpagesitem a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 3px solid transparent;
  width: 100%;
}
.menusubpagesitem a:hover {
  border-bottom: 3px solid #049fe3;
}
.menusubpagesitem a.subpagecurrent {
  font-weight: bold;
  border-bottom: 3px solid #049fe3;
}
.menusubpagesitem .menusubpagesitem a {
  padding: 0 0 0 15px;
  background-color: #ccc;
  display: inline-grid;
}
.menusubpagesitem:last-child {
  padding-right: 0;
}
@media (max-width: 480px) {
  .menusubpagesitem {
    display: inline-block;
    text-align: center;
    width: 50%;
    text-align: left !important;
  }
}
.sub_submenublock {
  display: none;
}
.sub_submenublock a {
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0.5rem;
  font-size: smaller;
}
.sub_menusubpagesitem {
  display: inline-block;
  float: left;
  padding-right: 0.5rem;
}
/************************************************************ SCREENFITTER */

.sfresult {
  margin: 0.5em auto;
}
/* DEPRECATED
.sfimage {
position: absolute;
left: 00px;
top: 4px;
height: auto;
width: 35px;
}

.sfimage2 {
position: absolute;
right: 0px;
top: 21px;
height: 37px;
width: 37px;
}
*/

.artlistscreenfitter {
  border-radius: 3px;
  position: relative;
  /* DEPRECATED
	.screenfitterbox2012 {
	width: 100%;
	display: block;
	float: none;
	margin-top:0;
	
	table {
	width: 100%;
	max-width: 100%;
	}
	
	td {
	width: 40%;
	display: inline-block;
	padding-right: 1em;
	position: relative;
	}
	
	.screenfitter_submit {
	width: 20%;
	display: inline-block;
	padding-right: 0;
	}
	
	td > .fa {
	position: absolute;
	z-index: 8;
	color: #000;
	right: 20px;
	top: 13px;
	}
	
	select, input {
	color: #000;
	outline: 0;
	}
	}
	*/

}
/* DEPRECATED
.screenfitterbox2012 {
width: 100%;
margin-top: 1em;

select::-ms-expand {
display: none;
}

h4 {
margin: 0;
padding: 0;
font-size: 29px;
font-family: Calibri, Lucida Sans Unicode, Lucida Grande, Tahoma, Geneva, Helvetica, Arial, Verdana, Sans Serif;
padding-right: 10px;
line-height: 35px;
display: none;
}

.oneliner {
float: right;
font-size: 24px;
font-family: Calibri, Lucida Sans Unicode, Lucida Grande, Tahoma, Geneva, Helvetica, Arial, Verdana, Sans Serif;
font-weight: normal;
line-height: 35px;
display: none;
}

td > .fa {
position: absolute;
z-index: 8;
color: #000;
right: 20px;
top: 13px;
}


table {
background-repeat: no-repeat;
max-width: 500px;
}

td {
// padding: 0.5rem 0.5rem 0.5rem 50px;
padding: 0.5rem 0 ;
width: 100%;
display: block;
position: relative;
float: left;
}

select, input  {
background-color: transparent;
color: #000;
border: 1px solid #ccc;
border-radius: 3px;
width: ~"calc(100% - 50px)";
font-size: 0.75em;
height: 25px;
line-height: 25px;
padding: 0 1rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0 0 0 50px;
text-align:left;
position: relative;
z-index: 9;
text-overflow: ''; // this is important!
}

.NSSearchSubmit {
width: ~"calc(100% - 50px)";
margin: 0 0 0 50px;
padding: 0 0 0 1rem;

.fa-search {
float: right;
line-height: 23px;
margin: 0 0.5rem;
}
}
}
*/

/* DEPRECATED
.NSblancoscreenfitter2012 .screenfitterbox2012 {
// border-width: 0 10px;
width: auto;
// border-color: #f2f2f2;
// border-style: solid;
// min-width: 715px;

h4, .oneliner {
font-size: 23px;
}
}
*/

/* DEPRECATED
.hp_screenfitter .screenfitterbox2012 {
width: 100%;
}
*/

.screenfitterimage img {
  width: 100%;
  max-width: 450px;
  margin: 35px 0 0 0;
}
.hp_screenfitter .screenfitterimage img {
  margin: 50px 0 0 0;
}
/*
.screenfitterimage {
text-align: center;

.subtitle {
color: #049fe3;
text-transform: uppercase;
text-align: center;
font-size: 1rem !important;
line-height: 1.5rem !important;
}
}
*/

.screenfitterimage {
  text-align: center;
}
.screenfitterimage .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17.333333333px;
  color: #a6a6a6;
}
@media only screen and (min-width: 1040px) {
  .screenfitterimage .text {
    font-size: 1.666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .screenfitterimage .text {
    font-size: 20px;
  }
}
.NSScreenfitterNoResultQuestion {
  font-style: italic;
}
.NSScreenfitterNoResultContactConfirmation {
  border: 2px solid #43d6a8;
  background: rgba(67, 214, 168, 0.3);
  padding: 0.5rem;
  font-weight: bold;
  margin: 2rem 0 0.5rem 0;
}
.NSScreenfitterNoResultContact {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.25s;
}
.NSScreenfitterNoResultContact.active {
  margin-top: 1rem;
  max-height: 100rem;
  opacity: 1;
  overflow: hidden;
  position: relative;
}
.NSScreenfitterNoResultContactConfirmation + .NSScreenfitterNoResultContact.active {
  margin-top: 1rem;
}
.NSScreenfitterFormPair {
  border-bottom: 1px dotted #fff;
  padding: 0.5rem;
  margin: 0;
}
.NSScreenfitterFormPair label {
  display: inline-block;
  max-width: 25rem;
  width: 40%;
}
.NSScreenfitterFormPair select {
  padding: 0;
}
.NSScreenfitterFormPair textarea {
  width: 55%;
  max-width: 35rem;
  border: 0;
  line-height: 2em;
  padding: 0 0.5rem;
  height: 8em;
  vertical-align: text-top;
}
.NSScreenfitterFormPair button[type=submit] {
  background-color: #049fe3;
  color: #ffffff;
}
.NSScreenfitterFormPair button[type=submit],
.NSScreenfitterFormPair button[type=button] {
  width: 25%;
  max-width: 17em;
  border: 0;
  height: 2em;
  line-height: 2em;
}
.NSScreenfitterFormPair input[type=text],
.NSScreenfitterFormPair input[type=email],
.NSScreenfitterFormPair select {
  width: 55%;
  max-width: 35rem;
  border: 0;
  height: 2em;
  line-height: 2em;
  padding: 0 0.5rem;
}
/* DEPRECATED
@media (max-width: 991px)  {
.artlistscreenfitter .screenfitterbox2012 td,
.artlistscreenfitter .screenfitterbox2012 .screenfitter_submit  {
width: 100%;
display: inline-block;
padding-right: 0;
position: relative;
}

.screenfitterbox2012 select, .screenfitterbox2012 input  {
font-size: 1rem;
}
}
*/

form {
  display: inline;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.checkfieldissue,
.checkfieldissue input {
  background-color: #ff9999;
}
.message-cart-error {
  padding: 0.5rem;
  margin: 0.5rem 0;
  background-color: #dc3545;
  color: #ffffff;
}
.message-cart-error * {
  color: #ffffff;
}
.label {
  width: 175px;
  padding: 0 10px 0 0;
}
.label-klein button {
  padding: 0 0.5rem;
}
.screenfitter2025 {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-template-rows: repeat(3, 40px);
  grid-template-areas: "mount  mount" "screen screen" "logo   submit";
  align-items: center;
  grid-gap: 0.5rem;
  padding: 1.25rem 1rem;
  width: 100%;
  background: #eee;
}
.screenfitter2025 .sflogo {
  grid-area: logo;
}
.screenfitter2025 .mount {
  grid-area: mount;
}
.screenfitter2025 .screen {
  grid-area: screen;
}
.screenfitter2025 .submit {
  grid-area: submit;
}
.screenfitter2025 .sflogo {
  text-align: center;
}
.screenfitter2025 .submit .sfimage {
  display: none;
}
@media only screen and (min-width: 768px) {
  .screenfitter2025 {
    grid-template-columns: 24px 27px 1fr 32px 1fr 32px auto;
    grid-template-rows: 40px;
    grid-template-areas: "logo mount mount screen screen submit submit";
  }
  .screenfitter2025 .sfimage {
    grid-column: span 1;
  }
  .screenfitter2025 .submit .sfimage {
    display: block;
  }
}
.screenfitter2025 .mount,
.screenfitter2025 .screen,
.screenfitter2025 .submit {
  display: grid;
  grid-template-columns: subgrid;
  align-items: center;
}
.screenfitter2025 .sflogo,
.screenfitter2025 .sfimage {
  place-self: center;
  object-fit: contain;
  object-position: center center;
}
.screenfitter2025 .sflogo {
  height: 27px;
}
.screenfitter2025 .mount {
  position: relative;
  /* .fa {
		position: absolute;
		z-index: 8;
		color: #000;
		right: 20px;
		top: 13px;
		} */

}
.screenfitter2025 .mount select {
  padding-left: 0.25em;
}
.screenfitter2025 .mount select option {
  color: #000;
}
.screenfitter2025 .mount select:not(.active),
.screenfitter2025 .mount select:invalid,
.screenfitter2025 .mount select option[value=""] {
  color: #919191;
}
.screenfitter2025 .mount select option[hidden] {
  display: none;
}
.screenfitter2025 .screen input {
  padding-left: 0.5em;
  color: #000;
}
.screenfitter2025 .submit .NSSearchSubmit {
  position: relative;
  min-width: 160px;
  max-width: 100%;
  height: 27px;
  border-radius: 4px;
}
.screenfitter2025 .submit .NSSearchSubmit .fa {
  position: absolute;
  top: 50%;
  right: 0.5em;
  translate: 0 -50%;
}
.screenfitter2025 #NSSF-Montage,
.screenfitter2025 #NSSF-Screen {
  height: 27px;
  width: 100%;
  border: 1px solid #c6c6c6;
  outline: 0;
  border-radius: 4px;
}
/*********************************************************** /SCREENFITTER */

/************************************************************ SEARCH */

.search_languageblock {
  width: 48%;
  float: right;
}
.homepagesearch .searchcontainer {
  border: 1px solid #ccc;
  width: 100%;
}
.header-item form {
  display: inline-block;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .header-item form {
    width: 388px;
  }
}
.searchcontainer {
  position: relative;
  vertical-align: middle;
}
.searchmenu {
  height: 28px;
  vertical-align: middle;
  padding-left: 5px;
  border: 1px solid #009FE3;
  background-color: #fff;
}
.searchmenu .searchtext {
  height: 22px;
  border: none;
  padding-left: 5px;
  width: 90%;
  background-color: #fff;
  outline: 0;
  color: #000;
}
.searchmenu .searchtext::placeholder {
  color: #919191;
}
.homepagesearch .searchcontainer,
.homepagesearch .searchmenu .searchtext {
  background-color: #049fe3;
  border: none;
  color: #fff;
}
.homepagesearch .searchmenu .searchtext::placeholder {
  color: #fff;
}
.searchmenu button {
  height: 23px;
  width: 21px;
  outline: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  right: 2px;
  top: 2px;
  background-color: #ffffff;
}
.searchmenu button i {
  font-size: 21px;
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#searchselect {
  position: absolute;
  overflow: hidden;
  width: auto;
  margin-right: 40px;
  padding: 0;
  right: 0;
  border-left: 1px solid #ccc;
  height: 30px;
  line-height: 1;
}
#searchselect select {
  background-color: transparent;
  cursor: pointer;
  padding: 0.66667em;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
#searchselect select:focus {
  width: auto;
}
.grouppath {
  padding: 0 0 1em 0;
}
.grouppath img {
  vertical-align: baseline;
}
@media only screen and (max-width: 991.98px) {
  .searchmenu {
    height: 34px;
  }
  .searchmenu .searchtext {
    height: 30px;
  }
  .searchmenu button {
    height: 28px;
  }
  .searchmenu button i {
    top: 3px;
  }
}
/************************************************************ WEBGROUP MENU */

nav#submenus .mainmenu {
  visibility: hidden;
  position: absolute;
  z-index: 9999;
  width: 100%;
  opacity: 0;
  max-height: 0;
  transition: all 0.25s;
}
nav#submenus .mainmenu container {
  position: relative;
  padding-right: 200px;
}
nav#submenus .mainmenu.active {
  visibility: visible;
  position: absolute;
  background-color: #fff;
  opacity: 1;
  max-height: 1000rem;
  border-bottom: 1px solid #d1d1d1;
  min-height: 130px;
}
.menuimage {
  width: 200px;
  height: 100px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.menuimage.mainitem {
  z-index: 1;
}
li.subitemblock .menuimage {
  visibility: hidden;
}
li.subitemblock:hover .menuimage {
  visibility: visible;
}
#productMenu > ul {
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
  position: relative;
  list-style: none;
  min-height: 130px;
}
#productMenu .sublist ul {
  min-height: 200px;
}
#productMenu .thumbnail img {
  max-width: 200px;
  max-height: 200px;
}
#productMenu .menu-img-container img,
#productMenu .menu-quote {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
#productMenu .menu-img-container img {
  width: 160px;
  height: 160px;
}
#productMenu .menu-quote {
  font-size: 24px;
  color: #a6a6a6;
  font-weight: lighter;
  line-height: 1;
}
.mainmenu .submenu li .thumbnail {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #ccc;
  padding: 1em;
  background-size: cover;
  z-index: 2;
}
.mainmenu .submenu li:hover .thumbnail {
  visibility: visible;
}
.mainmenu > ul > li > a .thumbnail {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #ccc;
  padding: 1em;
  background-size: cover;
  z-index: 1;
}
.mainmenu > ul > li > a:hover .thumbnail {
  visibility: visible;
}
.mainmenu > ul.container ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.mainmenu > ul.container.items2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.mainmenu > ul.container.items3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.mainmenu > ul.container.items4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.mainmenu > ul.container.items5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.mainmenu > ul > li {
  list-style: none;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  cursor: pointer;
}
.mainmenu > ul > li > a {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}
.mainmenu > ul > li > a .desc {
  font-weight: normal;
}
.mainmenu .submenu {
  padding: 0;
  margin-bottom: 0.5rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: table;
}
.mainmenu .submenu li {
  list-style: none;
  font-size: 0.8rem;
}
.mainmenu .submenu li a {
  color: #000;
}
.mainmenu .submenu li a:hover {
  text-decoration: underline;
  color: #049fe3;
}
.menuImagetopMenu {
  top: 0;
  width: 300px;
  height: 100%;
  right: 0;
  border-left: 1px solid #ccc;
  text-align: center;
}
.menuImagetopMenu img {
  width: 200px;
}
/**###################### HEADER ######################**/

.topmenu {
  margin-top: 1.3em;
}
@media (max-width: 991px) {
  .topmenu {
    display: none;
  }
  nav#submenus {
    display: none;
  }
  body.navactive nav#submenus {
    display: block;
  }
}
.topmenu .item > a {
  position: relative;
  padding: 8px 0 23px 0;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  color: #000000;
  margin: 0 auto;
  border-bottom: 5px solid transparent;
}
.topmenu .item > a:hover,
.topmenu .item > a .current {
  color: #049FE3;
  /* border-bottom: 5px solid #000; */
  position: relative;
  z-index: 2;
}
.topmenu .current a {
  color: #ffffff;
}
.topmenu .items {
  display: table;
  width: 100%;
}
.topmenu .items .item {
  display: table-cell;
  position: relative;
  padding: 0 2rem;
  text-align: center;
  vertical-align: top;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .topmenu .items .item {
    display: table-cell;
    position: relative;
    padding: 0 1rem;
  }
}
.topmenu .items .item:last-child {
  padding-right: 0.5em;
}
.headerlogo {
  height: 80px;
  text-align: left;
}
.headerlogo img {
  margin: 0 5px;
}
.stempel15jaar {
  position: absolute;
  top: 10px;
  left: 240px;
}
.languagemenu {
  height: 25px;
  text-align: right;
}
.languagemenu img {
  margin-left: 7px;
}
.dropbtn {
  background-color: transparent;
  color: white;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 0;
  line-height: 0;
  height: 40px;
  width: 60px;
  outline: 0;
  -webkit-transition: background-color 350ms ease-in-out;
  -moz-transition: background-color 350ms ease-in-out;
  -ms-transition: background-color 350ms ease-in-out;
  -o-transition: background-color 350ms ease-in-out;
  transition: background-color 350ms ease-in-out;
}
.dropdown {
  position: relative;
  display: inline-block;
  width: 60px;
}
.dropdown .dropbtn > img {
  height: 23px;
}
.dropdown .dropdown-content {
  visibility: hidden;
  position: absolute;
  background-color: #f9f9f9;
  width: 60px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  text-align: center;
  z-index: 99999;
  padding-bottom: 10px;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.dropdown .dropdown-content img {
  width: 20px;
  line-height: 15px;
  vertical-align: middle;
}
.dropdown .dropdown-content a {
  vertical-align: middle;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: inherit;
  text-align: center;
}
.dropdown .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown:hover .dropbtn {
  background-color: #C5D9E9;
}
.dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.15s;
}
/************************************************** HAMBURGER */

.hamburger-open {
  display: block;
  transition: all 0.5s ease-in;
}
.hamburger-close {
  display: none;
}
.hamburger-open,
.hamburger-close {
  height: 21px;
  width: 31px;
}
body.menu-mobile-active .hamburger-open {
  display: none;
}
body.menu-mobile-active .hamburger-close {
  display: block;
  filter: invert(1);
}
/**************************************************/

.languagecontainer ul li {
  list-style-type: none;
}
.languageswitch .fa {
  color: #fff;
  margin-left: 0px;
  position: absolute;
  top: 12px;
  right: 4px;
}
.tabmenu {
  margin: 20px 0 0px 0;
}
.subtopmenu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
  position: absolute;
  background-color: #ffffff;
  z-index: 999999;
  margin-top: 1px;
  white-space: nowrap;
}
.subtopmenu a {
  text-align: left;
  padding: 5px 1em;
  margin: 0;
  display: block;
  color: #201742;
  text-decoration: none;
}
.subtopmenu a:hover {
  text-decoration: underline;
}
.subtopmenu.active {
  visibility: visible;
  opacity: 1;
  font-weight: normal;
  min-width: 100%;
}
/**###################### MOBILEMENU ######################**/

.mobilemenulink,
.mobilemenulink .mobilefiltericon {
  display: block;
}
@media (max-width: 991px) {
  .mobilemenulink .fa {
    color: #049fe3;
  }
}
@media (max-width: 767px) {
  .mobilemenulink .mobilefiltericon {
    display: inline-block;
    padding: 0 0.5rem;
  }
}
.mobilefiltericon,
.mobilefiltericon:hover {
  color: #000;
  text-decoration: none;
}
.header-item .mobilefiltericon img {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767.98px) {
  .search_languageblock {
    margin: 1em 0;
  }
}
.gradient-line {
  width: 100%;
  position: absolute;
  height: 3px;
  bottom: 0;
  background-image: linear-gradient(90deg, #049fe3 75%, #2e2579 90%);
  display: none;
  border-radius: 15px;
}
.mainmenu .item:hover .gradient-line {
  display: block;
}
.mobile-menu-show {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
.menu-mobile-close {
  float: right;
}
.mobile-menu-show button,
.menu-mobile-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
  text-align: center;
  position: relative;
  outline: none;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}
.mobile-menu-show button sub,
.menu-mobile-close sub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #789B3C;
  font-size: 0.8rem;
  line-height: 1.5;
}
.menu-mobile-logo {
  width: 90px;
  margin: 0.5em 1em;
  overflow: hidden;
}
.menu-mobile-logo img {
  width: 350%;
  max-width: none;
}
.menu-mobile > ul {
  background-color: #000000;
}
.menu-mobile > ul > li {
  font-weight: normal;
}
.menu-mobile {
  z-index: 800;
  display: none;
  position: absolute;
  right: -100vw;
  top: 100%;
  width: 83%;
  max-width: 384px;
  height: auto;
  height: fit-content;
  transition: left 0.25s;
  background-color: #000;
  overflow: auto;
}
.menu-mobile-active .menu-mobile {
  z-index: 99999;
  display: block;
  top: 131px;
  right: 0;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991.98px) {
  .menu-mobile-active .menu-mobile {
    top: 149px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.menu-mobile h4 {
  padding: 0.75em 0.75em 0;
  margin: 0;
  color: #fff;
}
.menu-mobile .header {
  margin: 0.5em;
}
.menu-mobile ul a {
  display: block;
  padding: 0 2.5em 0 15px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.menu-mobile ul a:hover {
  color: #c6c6c6;
}
.menu-mobile ul ul {
  display: none;
  margin: 0;
  padding: 0;
  background-color: #000;
  padding: 0 0 0 1em;
}
.menu-mobile ul ul a {
  width: 100%;
}
.menu-mobile ul ul li::before {
  content: "-";
  color: #fff;
  float: left;
  line-height: 21px;
}
.menu-mobile ul ul li.hassubs::before {
  padding-right: 0.25em;
}
.menu-mobile ul ul li {
  font-weight: lighter;
}
.menu-mobile ul ul li a:hover {
  color: #c6c6c6;
}
.menu-mobile ul ul ul ul a {
  padding-left: 3.5em;
}
.menu-mobile ul ul ul ul ul a {
  padding-left: 5em;
}
.menu-mobile li.active > ul {
  display: block;
}
.menu-mobile li {
  position: relative;
  margin: 0;
  padding: 0;
}
.menu-mobile ul {
  padding: 0;
  list-style-type: none;
}
.menu-mobile ul button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background-color: #000000;
  color: #fff;
  width: 10%;
  height: 21px;
  line-height: 21px;
  border-radius: 0;
  cursor: pointer;
}
.menu-mobile .minus {
  display: none;
}
.menu-mobile li.active > button .minus {
  display: block;
}
.menu-mobile li.active > button .plus {
  display: none;
}
.menu-mobile .plus {
  width: 12px;
  margin: auto;
}
.menu-mobile .minus {
  width: 12px;
  margin: auto;
  height: 6px;
}
.menu-mobile .items .item {
  display: block;
  padding: 0.5em 2.5em 0.5em 0.75em;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  color: #000;
}
ul.subniveau a {
  padding: 0 2.5em 0 0.25em;
}
/***************************************************************/

/************************* Nieuwspagina ************************/

.news.row {
  gap: 9px 0;
  margin-bottom: 36px;
}
.news,
.news * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news hr {
  margin: 0 15px;
}
.newslistitemthumb {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s;
  border-radius: 3px;
  background-repeat: no-repeat;
}
.newsimg {
  margin-top: 0.5rem;
  width: 100%;
}
.mainmenu .title,
.mainmenu .newslistitemtitle {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}
.mainmenu .newslistitemteaser {
  height: 70px;
  overflow: hidden;
}
.mainmenu .newslistitemthumb {
  display: block;
}
.newslistitem .newslistitemtitle {
  font-weight: normal;
  font-size: 20px;
  height: 60px;
  line-height: 1.25em;
}
.newslistitem .newslistitemteaser,
.newslistitem .newsitemreadmore {
  font-size: 14px;
  color: #009FE3;
}
.newslistitem .newslistitemtitle,
.newslistitem .newslistitemteaser {
  color: #fff;
}
.newslistitem {
  height: 100%;
}
.newslistitem .newslistitemteaser {
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newslisttextblock {
  background: #000000;
  position: relative;
}
.newslisttextcontent {
  padding: 15px 45px 15px 45px;
}
.newslistitem a:hover,
.newslistitem u {
  text-decoration: none;
}
.newslistitem .newslistitemthumb {
  height: 397px;
  width: 100%;
}
.project-header,
.nieuws-header {
  width: 75%;
  display: block;
  margin: 0 auto;
}
.project-header h1,
.nieuws-header h1 {
  font-size: 20pt;
}
.project-header p,
.nieuws-header p {
  font-size: 14pt;
}
.news-album {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news-album .news-album-item {
  height: 300px;
  cursor: pointer;
  position: relative;
  flex: 1 1 auto;
}
.news-album .news-album-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.news-nav {
  border-top: 1px solid #eee;
  margin: 1rem 0;
  padding: 0.5rem 0;
}
.news-nav .news-pagecounter {
  margin-right: 1rem;
}
.news-nav a {
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0.25rem 0.5rem;
}
.news-nav a.active {
  background-color: #eee;
  color: #000;
}
/***************************************************************/

.fullpage {
  z-index: 9990;
  background: #fff;
  width: 100%;
}
.slidemenu-shadow {
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
}
body.menu-mobile-active .slidemenu-shadow {
  opacity: 1;
  visibility: visible;
}
.mainmenu .item {
  text-align: center;
  position: inherit;
}
.mainmenu .item .item-inside > a {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  line-height: 39px;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .mainmenu .item .item-inside a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 162px;
  }
}
.mainmenu .item .item-inside > a:hover {
  text-decoration: none;
}
.mainmenu .item:hover .gradient-line {
  display: block;
}
.mainmenu .item .sublist {
  position: absolute;
  height: 0;
  overflow: hidden;
  top: 100%;
  width: 100%;
  left: 0;
  text-align: left;
  padding: 0 15px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  transition-delay: 0.25s;
}
.sublist > .row {
  height: 100%;
}
.mainmenu .item.active-menu-item .gradient-line,
.mainmenu .item.active .gradient-line {
  display: block;
}
.mainmenu .item .item-inside {
  background: #fff;
  height: 39px;
  position: relative;
  margin: 0 -15px;
}
.mainmenu .item:hover .sublist {
  display: block;
  position: absolute;
  height: auto;
  background: #fff;
  margin: 0;
  padding: 0 15px;
  text-align: left;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  z-index: 1000;
  opacity: 1;
}
li.created:before {
  content: "-";
  font-size: 14pt;
}
.subniveau li:not(.hassubs) {
  display: flex;
}
.mainmenu .item .sublist ul {
  padding: 0;
}
.mainmenu .item .sublist ul li {
  list-style-type: none;
  padding: 0;
}
.mainmenu .item .sublist ul li a {
  display: block;
  padding: 0.25em 0;
  line-height: 1.25em;
  color: #000000;
  font-size: 14px;
}
.mainmenu .item .sublist ul li a.showasseries {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin-left: -0.5rem;
  padding-left: 0.5rem;
  margin-right: 20%;
}
.mainmenu .item .sublist ul li a:hover {
  color: #049fe3;
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .mainmenu .item a {
    font-size: 1em;
  }
}
#carrousel-slideshow {
  display: block;
  margin: 8px 0 1.5rem 0;
}
.carrousel-navigation .fa {
  font-size: 30px;
  font-weight: bold;
}
.carrousel-navigation {
  position: absolute;
  top: 45%;
  text-align: center;
  vertical-align: middle;
  color: #575759;
}
.carrousel-navigation-prev {
  display: inline-block;
  color: #049fe3;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  position: absolute;
  left: 0;
  z-index: 899;
  width: 30px;
  text-align: left;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.5s;
}
.carrousel-navigation-next {
  display: inline-block;
  color: #049fe3;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  position: absolute;
  right: 0;
  z-index: 899;
  width: 30px;
  text-align: right;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.5s;
}
.cycle-slideshow:hover .carrousel-navigation-prev,
.cycle-carrousel:hover .carrousel-navigation-prev,
.cycle-slideshow:hover .carrousel-navigation-next,
.cycle-carrousel:hover .carrousel-navigation-next {
  opacity: 1;
}
.thumbs.carrousel-navigation-prev .fa,
.thumbs.carrousel-navigation-next .fa {
  font-size: 1.25rem;
}
.carrousel-item a {
  position: relative;
  display: block;
  height: 100%;
}
.carrousel-item ~ .carrousel-item {
  display: none;
}
.carrousel-item {
  text-align: center;
  width: 100%;
  height: 400px;
}
.carrousel-item img,
.carrousel-item .lifestyleimage {
  width: auto;
  height: 400px;
  width: 100%;
  object-fit: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
@media (max-width: 480px) {
  .carrousel-item,
  .carrousel-item img,
  .carrousel-item .lifestyleimage {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carrousel-item,
  .carrousel-item img,
  .carrousel-item .lifestyleimage {
    height: 290px;
  }
}
.carrousel-item .video {
  position: relative;
  text-align: center;
}
.carrousel-item .video .fa {
  position: absolute;
  top: 45%;
  margin: 0 auto;
}
.zoom {
  position: absolute;
  bottom: 5px;
  z-index: 99;
  left: -2px;
}
.zoom img {
  height: 25px;
  width: 25px;
}
.alternatives h3,
.accessories h3 {
  margin: 1rem auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.artthumbswrapper {
  position: relative;
  width: 100%;
  text-align: center;
  margin: auto;
  z-index: 2;
}
#artthumbs {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}
#artthumbs .thumbnail {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 95px;
  height: 95px;
  border: 1px solid #d1d1d1;
  overflow: hidden;
}
#artthumbs .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
#artthumbs .thumbnail img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1 / 1;
  vertical-align: middle;
}
#artthumbs .thumbnail.cycle-slide-active {
  border: 1px solid #049fe3;
}
#scroll-right {
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #049fe3;
  text-align: right;
  z-index: 99;
  cursor: pointer;
}
#scroll-right::before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#scroll-left {
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #049fe3;
  text-align: left;
  cursor: pointer;
  z-index: 99;
}
#scroll-left::before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.thumbnav .fa {
  font-size: 150%;
  opacity: 0.3;
  transition: opacity 0.5s;
}
.artthumbswrapper:hover .thumbnav .fa {
  opacity: 1;
}
.disabled,
.disabled .fa {
  color: #c0c0c0;
  cursor: default;
}
/************************************************************* FANCYBOX */

.fancybox-enabled {
  margin: 0 !important;
  overflow: auto !important;
}
.fancyContent {
  width: 720px;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}
.fancybox-slide.fancyPopup .fancybox-content,
.fancybox-slide div#fancyLogin {
  width: 600px;
  max-width: 90%;
  height: auto;
}
body.fancyPopup {
  position: relative;
  background-color: #fff;
  height: auto;
  margin: 0 !important;
  padding: 10px !important;
}
.fancyPopup h1 {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0;
}
.fancyPopup h4 {
  color: Black;
  font-size: 1rem;
}
.fancyPopup .inner {
  position: relative;
}
/************************************************** TABLES*/

table.fieldsvals {
  border-spacing: 0;
  width: 99%;
  max-width: 600px;
}
table.fieldsvals .header {
  font-weight: bold;
}
table.fieldsvals td {
  padding-bottom: 0.5em;
}
table.fieldsvals .fieldname {
  width: 40%;
}
table.fieldsvals .fieldval {
  width: 60%;
}
table.fieldsvals .fieldval input:not([type]),
table.fieldsvals .fieldval input[type='text'],
table.fieldsvals .fieldval input[type='password'],
table.fieldsvals .fieldval input[type='email'],
table.fieldsvals .fieldval input[type='date'],
table.fieldsvals .fieldval input[type='file'],
table.fieldsvals .fieldval select {
  border: 0;
  padding: 0 0.5em;
  background-color: #F0F0F0;
  line-height: 30px;
  height: 30px;
  color: black;
  outline: 0;
  width: 100%;
  position: relative;
}
table.fieldsvals .fieldval textarea {
  border: 0;
  background-color: #F0F0F0;
  color: black;
  outline: 0;
  width: 100%;
}
table.fieldsvals .fieldval.required input:not([type]),
table.fieldsvals .fieldval.required input[type='text'],
table.fieldsvals .fieldval.required input[type='password'],
table.fieldsvals .fieldval.required input[type='email'],
table.fieldsvals .fieldval.required textarea,
table.fieldsvals .fieldval.required select,
table.fieldsvals input[required='required'],
table.fieldsvals textarea[required='required'],
table.fieldsvals .fieldval.required input[type='date'],
table.fieldsvals .fieldval.required input[type='file'],
table.fieldsvals select[required='required'] {
  border-right: 3px solid #009FE3 !important;
}
table.fieldsvals .fieldval button,
table.fieldsvals .fieldval input[type=button],
table.fieldsvals .fieldval input[type=submit],
table.fieldsvals .fieldval input[type=file] {
  width: 100%;
}
.required {
  color: #009fe3;
  vertical-align: baseline;
  font-weight: bold;
}
table.fieldsvals .fieldval.required input[type='date'] {
  min-width: 95% !important;
}
input[type="date"]::-webkit-inner-spin-button {
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
  margin-right: 15px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 9;
  width: 20px;
}
input[type="date"]:after {
  font-family: "FontAwesome";
  content: "\f073";
  position: absolute;
  right: 25px;
  color: #049fe3;
}
/***********  zebra table ***************/

.zebra-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.zebra-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 0;
  text-align: center;
}
.zebra-table td,
.zebra-table th {
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 0;
}
.zebra-table td:first-child,
.zebra-table th:first-child {
  border-left-width: 0;
}
.zebra-table thead {
  color: #000;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid #000;
}
.zebra-table td {
  background-color: transparent;
}
.zebra-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}
.zebra-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}
.zebra-table-horizontal td,
.zebra-table-horizontal th {
  border-bottom: 1px solid #cbcbcb;
  border-width: 0 0 1px;
}
.zebra-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0;
}
/************************STYLED TABLE******************/

.styledtable {
  border-collapse: collapse;
  border: 1px solid #ddd;
  background-color: #eee;
}
.styledtable th {
  padding: 0.2em;
  text-align: left;
  border: 1px solid #ddd;
}
.styledtable td {
  padding: 0.2em;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.styledtable .roweven {
  background-color: #fff;
}
.styledtable .special {
  background-color: #D9F1FB;
}
.wgheader img {
  width: 100%;
}
.wgheader .h4 {
  color: #049fe3;
}
.wgheader .wgimg {
  position: relative;
}
.wgheader .wgimg .wgh-video-button {
  cursor: pointer;
  position: absolute;
  height: 25%;
}
.wgheader .wgimg .wgh-video-button img {
  width: 100%;
  height: 100%;
}
.wgheader .wgimg .wgh-video-button.mid-top {
  left: 50%;
  top: 7%;
  transform: translate(-50%, 0);
}
.wgheader .wgimg .wgh-video-button.mid-mid {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wgheader .wgimg .wgh-video-button.mid-bottom {
  left: 50%;
  bottom: 7%;
  transform: translate(-50%, 0);
}
.group {
  margin: 1em 0;
  border-radius: 3px;
  text-align: center;
  position: relative;
}
.group h3 {
  font-size: 12px;
  color: #049fe3;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  letter-spacing: 1px;
  margin: 0;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.groups .group .h4 {
  margin: 1em 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 1.04rem;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.group h3 a {
  text-decoration: none;
  line-height: 1.5em;
  display: inline-block;
}
.group .groupimg {
  border-radius: 3px;
}
.group .groupimg img {
  max-width: 100%;
  height: 150px;
  vertical-align: middle;
}
.group .groupimg a {
  display: block;
  width: 100%;
  height: 151px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
}
.group .grouplink a {
  width: 155px;
  margin: 5px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}
.group .button.info {
  float: none;
}
.groupnamelinkdesc {
  text-transform: lowercase;
}
.groupdesclong {
  text-align: left;
  height: 43px;
  overflow: hidden;
}
.grouptitle {
  color: #049fe3;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wgdesc {
  margin-top: 1.3em;
  padding-left: 1.2em;
  padding-right: 1.1em;
  font-size: 90%;
}
.wgdesc2 {
  margin: 2em 0 2em 0;
}
.artlistitem {
  margin: 1em 0;
  border: 1px solid transparent;
  padding: 1em;
  border-radius: 3px;
  height: 350px;
}
.artlistitem:hover {
  border: 1px solid #ccc;
}
.specialart {
  padding: 1em;
  border: 1px solid transparent;
}
.specialart:hover {
  border: 1px solid #ccc;
  padding: 1em;
  border-radius: 3px;
}
.specialart .specialdesc {
  font-weight: bold;
  font-size: 0.85rem;
  height: 44px;
  overflow: hidden;
}
.specialart .specialdesc span {
  display: inline-block;
  width: 100%;
}
a.orange {
  background-color: #FF9935;
  border: 0;
  color: #fff;
  border-radius: 3px;
  padding: 0 1.5em;
  text-decoration: none;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  margin-top: 0.3em;
  text-align: center;
}
a.black {
  background-color: #000;
  border: 0;
  color: #fff;
  border-radius: 3px;
  padding: 0 1.5em;
  text-decoration: none;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  margin-top: 0.3em;
}
@media (max-width: 767px) {
  .specialart .specialdesc {
    font-size: 1rem;
  }
  .specialart .specialdesc small {
    font-size: 1em;
    font-weight: normal;
  }
}
.specialart .specialartimg a {
  font-size: 0.85em;
  text-align: center;
  text-decoration: none;
}
.specialart .thumbnail_2,
.artlistitem .thumbnail_2 {
  display: block;
  height: 150px;
  margin: 0 auto;
}
.specialart.active .thumbnail_2,
.artlistitem.active .thumbnail_2 {
  display: none;
  margin: 0 auto;
}
.specialart .thumbnail_1,
.artlistitem .thumbnail_1 {
  display: none;
  margin: 0 auto;
}
.specialart.active .thumbnail_1,
.artlistitem.active .thumbnail_1 {
  display: block;
  height: 150px;
  margin: 0 auto;
}
.footerbg {
  margin: 10px 0;
  background-image: url("/_clientfiles/Layout/footerbg.gif");
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding: 4px 0 10px 0;
}
.footer {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .footer-item {
    margin: 1em 0;
  }
}
.footer-item ul li {
  height: 33%;
}
/************************************************** WEBGROUPS */

.itemlist.webgroups {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: var(--grid-gap, 10px);
  margin: 0 auto;
  margin-bottom: 2.5%;
}
.itemlist.webgroups > div + div {
  margin-top: var(--grid-gap, 10px);
}
.itemlist.webgroups .column {
  height: var(--column-height);
}
@media only screen and (min-width: 576px) {
  .itemlist.webgroups {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--grid-gap, 10px);
    margin: 0 auto;
  }
  .itemlist.webgroups > div {
    place-self: stretch;
    text-align: center;
  }
  .itemlist.webgroups > div[data-cols="2"] {
    grid-column-end: span 2;
  }
  .itemlist.webgroups > div[data-cols="3"] {
    grid-column-end: span 2;
  }
  .itemlist.webgroups > div[data-cols="4"] {
    grid-column-end: span 2;
  }
  .itemlist.webgroups > div[data-cols="6"] {
    grid-column-end: span 2;
  }
  .itemlist.webgroups > div[data-rows="2"] {
    grid-row-end: span 2;
  }
  .itemlist.webgroups > div[data-rows="3"] {
    grid-row-end: span 2;
  }
  .itemlist.webgroups > div[data-rows="4"] {
    grid-row-end: span 2;
  }
  .itemlist.webgroups > div[data-rows="6"] {
    grid-row-end: span 2;
  }
  .itemlist.webgroups > div + div {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .itemlist.webgroups {
    grid-template-columns: repeat(3, 1fr);
  }
  .itemlist.webgroups > div[data-cols="3"] {
    grid-column-end: span 3;
  }
  .itemlist.webgroups > div[data-cols="4"] {
    grid-column-end: span 3;
  }
  .itemlist.webgroups > div[data-cols="6"] {
    grid-column-end: span 3;
  }
  .itemlist.webgroups > div[data-rows="3"] {
    grid-row-end: span 3;
  }
  .itemlist.webgroups > div[data-rows="4"] {
    grid-row-end: span 3;
  }
  .itemlist.webgroups > div[data-rows="6"] {
    grid-row-end: span 3;
  }
}
@media only screen and (min-width: 992px) {
  .itemlist.webgroups {
    grid-template-columns: repeat(4, 1fr);
  }
  .itemlist.webgroups > div[data-cols="4"] {
    grid-column-end: span 4;
  }
  .itemlist.webgroups > div[data-cols="6"] {
    grid-column-end: span 4;
  }
  .itemlist.webgroups > div[data-rows="4"] {
    grid-row-end: span 4;
  }
  .itemlist.webgroups > div[data-rows="6"] {
    grid-row-end: span 4;
  }
}
@media only screen and (min-width: 1200px) {
  .itemlist.webgroups {
    grid-template-columns: repeat(6, 1fr);
  }
  .itemlist.webgroups > div[data-cols="6"] {
    grid-column-end: span 6;
  }
  .itemlist.webgroups > div[data-rows="6"] {
    grid-row-end: span 6;
  }
}
.wgtitle {
  font-size: 18.666666667px;
  font-weight: normal;
}
@media only screen and (min-width: 933.333333333px) {
  .wgtitle {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1200px) {
  .wgtitle {
    font-size: 24px;
  }
}
.wglist picture {
  background-color: #ededed;
}
.wglist .neomounts .content .text {
  line-height: 1;
}
/**************************************************/

/***********************ARTLIST************************/

.NewsPages {
  border-top: 1px solid #ddd;
  padding: 0.5rem 0;
  text-align: right;
  margin-top: 1em;
}
.newspage a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none;
  margin-right: 5px;
}
.newspage a.current,
.newspage a:hover {
  background-color: #049fe3;
  color: #fff;
}
.AllPages {
  border-top: 1px solid #ddd;
  padding: 0.5rem 0;
  text-align: right;
  margin-top: 1em;
}
.AllPagesTop {
  border: 0;
  position: absolute;
  right: 0;
  top: -43px;
}
.artpage {
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #049fe3;
  padding: 0.3rem 0.5rem;
}
.currentartpage,
.currentclientfilespage {
  font-weight: bold;
  display: inline-block;
  background-color: #f5f5f5;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
  padding: 0.3rem 0.5rem;
}
.nextartpage,
.prevartpage {
  display: inline-block;
  color: #049fe3;
  text-decoration: none;
  padding: 0.3rem;
  vertical-align: middle;
}
.nextartpage:hover,
.prevartpage:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.articlesarea {
  position: relative;
}
.listartdesc {
  height: 6em;
  display: block;
  margin: 1em 0;
  overflow: hidden;
}
/* REMOVE
.listartcheckbox .value {
float: left;
}

.listartcheckbox .value,
.property .value {
input {
display: none;

&+label::before {
display: inline-block ;
vertical-align: middle;
content: '\00a0';
color: #049fe3;
font-family: "FontAwesome";
content: "\f096";
letter-spacing: 7px;
margin-left: -20px;
}

&:checked + label::before {
color: #049fe3;
content: "\f046";
letter-spacing: 5px;
}
}

label {
display: block;
position: relative;
width: 100%;
cursor: pointer;
padding-left: 20px;

&::before {
font-family: "FontAwesome";
content: "\f096";
}

.color {
display: inline-block;
position: absolute;
top: .25rem;
right: 0;
bottom: .25rem;
width: 5rem;
max-width: 25%;
-webkit-box-shadow: 1px 1px 3px 1px rgba(244,242,242,1);
-moz-box-shadow: 1px 1px 3px 1px rgba(244,242,242,1);
box-shadow: 1px 1px 3px 1px rgba(244,242,242,1);
}
}
}
*/

.artlistimg {
  position: relative;
  width: 120px;
  height: 130px;
  background-image: url("/_clientfiles/Layout/border100px.gif");
  background-repeat: no-repeat;
  background-position: left center;
  text-align: left;
  line-height: 130px;
}
.artlistimg a {
  margin: 1px;
  text-align: center;
  display: block;
  width: 108px;
}
.artlistimg img {
  max-width: 100px;
  max-height: 100px;
}
.artlist th {
  text-align: left;
  padding: 2px 5px;
  border-top: 1px solid #ddd;
}
.artlist .artlistdesc {
  height: 100px;
  width: 168px;
  margin: 10px 5px;
  overflow: hidden;
  line-height: 16px;
}
.artlist .artlistprops {
  height: 100px;
  width: 255px;
  margin: 10px 0;
  overflow: hidden;
  padding: 0 0 0 5px;
  border-left: 1px solid #d1d1d1;
}
.artlist .artlistprops td {
  line-height: 16px;
}
.artcount {
  font-size: 0.75em;
  line-height: 0.75em;
  display: inline-block;
  height: 23px;
  vertical-align: middle;
}
/**
.propdescription {
float: right;
width: 65%;
height: 100%;
display: inline-block;
}

.prodesc {
float: left;
clear: both;
}

.fancyContent img {
xxfloat: left;
}
**/

.comparemenu {
  width: 100%;
  margin-bottom: 1em;
}
.comparemenuhead {
  overflow: hidden;
  margin-top: 0.5em;
}
.comparemenuhead h2 {
  margin: 0 10px;
}
.comparemenuhead input {
  margin: 5px 10px 0 0;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #049fe3;
  height: 27px;
  cursor: pointer;
}
.comparemenuarts {
  overflow: hidden;
}
.comparemenuart {
  float: left;
  border-left: 1px solid #fff;
  position: relative;
  font-size: 0.6rem;
}
.comparemenuart input {
  width: 1.5em;
  color: #000000;
  background-color: transparent;
  border: 0;
  margin: 0.25em;
  text-align: center;
  padding: 0;
  height: 1.5em;
  position: absolute;
  top: -7px;
  right: 3px;
  outline: 0;
}
.comparemenuarttitle {
  position: absolute;
  z-index: 5;
  top: 3px;
  left: 3px;
  display: block;
  padding: 0 3px;
  font-size: 0.8em;
}
.comparemenuartdel {
  position: absolute;
  z-index: 5;
  top: 3px;
  right: 3px;
}
.comparemenuthumb {
  height: 100px;
  width: 150px;
  display: block;
  border: 1px solid #999;
  background-color: #fff;
  overflow: hidden;
  margin: 0 8px 2px 0;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
  border-radius: 3px;
}
.comparearea {
  overflow: auto;
}
.comparearea th {
  font-weight: bold;
}
.artdetailprops .artdetailprop {
  clear: both;
}
.artdetailprops .artdetailprop > .pg {
  vertical-align: top;
}
.artdetailprops .artdetailprop > .pv {
  vertical-align: bottom;
}
.artdetailprops .pg {
  display: inline-block;
  width: 180px;
  line-height: 1.5;
  xxfloat: left;
}
.artdetailprops .pv,
.artdetailprops .productinfo .pv,
.artdetailprops .functionality .pv {
  display: inline-block;
  width: 180px;
  width: calc(100% - 190px);
}
span.separator {
  display: inline-block;
  vertical-align: top;
  xxfloat: left;
}
.productinfo .pg,
.functionality .pg {
  display: inline-block;
  width: 180px;
  line-height: 1.5;
  vertical-align: top;
}
.property {
  display: block;
  margin: 1em 0;
}
.property .values,
.property .slidervalue {
  margin: 1em 0;
}
.property .valuescollapsed {
  height: 96px;
  overflow: hidden;
}
.property .title {
  font-weight: 600;
}
.property .title + .values {
  margin-top: 0;
}
.property.rmlinkactive .valuescollapsed {
  height: auto;
  overflow: visible;
}
.less {
  display: none;
  color: #049fe3;
  padding-bottom: 1em;
}
.more {
  color: #049fe3;
  display: inline-block;
}
.more img,
.less img {
  margin-left: 1px;
  margin-right: 7px;
}
.rmlinkactive .less {
  display: inline-block;
}
.rmlinkactive .more {
  display: none;
}
.artdetailsimage {
  text-align: center;
}
.magnifier {
  text-align: left;
  padding: 0 0 1em 0;
}
.magnifier .fa {
  font-size: 150%;
  color: #049fe3;
  -webkit-text-stroke: 0.8px #fff;
}
.magnifier .fa:hover {
  color: #FF9935;
}
.caret {
  height: 1rem;
}
.modelvariantsblock {
  margin-top: 1em;
}
.variant {
  vertical-align: middle;
  height: 30px;
  display: block;
}
.variant:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.propcolor {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.modeldesc {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  width: calc(100% - 25px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thumbnails .thumbnail {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 80px;
  padding: 1%;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.thumbnails .thumbnail a {
  display: inline-block;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
}
.thumbnails .thumbnail img {
  max-width: 100%;
  max-height: 70px;
}
.thumbnails .thumbnail.cycle-slide-active,
.thumbnails #thumbscontainer .thumbnail.cycle-slide-active {
  border-color: #049fe3;
}
.thumbnails .thumbnail::before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.artdetails {
  position: relative;
}
.artdetailsdownload {
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
.artdetailsdownload a {
  position: relative;
  padding-left: 30px;
}
.artdetailsdownload img {
  position: absolute;
  left: 0px;
  margin-right: 10px;
}
.artdetailsdownload button {
  background-image: url("/_clientfiles/layout/basket.png");
  background-repeat: no-repeat;
  background-position: 15px center;
  background-color: #2A9619;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 150%;
  line-height: 120%;
  padding: 10px 10px 10px 45px;
  margin: 30px 0;
  border: none;
  text-transform: uppercase;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  width: 230px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 3px 1px #ccc;
  box-shadow: 1px 1px 3px 1px #ccc;
}
.artdetailsimglarge {
  position: relative;
  text-align: center;
  vertical-align: top;
}
.artdetailsimglarge a {
  display: block;
  text-align: center;
  height: 270px;
  line-height: 270px;
}
.artdetailsimglarge img {
  margin: 0 10px;
  vertical-align: middle;
}
.artdetailsthumbs {
  width: 120px;
}
.artdetailsthumb {
  display: block;
  width: 110px;
  height: 110px;
  background-image: url("/_clientfiles/Layout/border100px.gif");
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 10px 10px 0;
}
.artdetailsthumb a {
  display: block;
  margin: 1px;
  width: 108px;
  height: 108px;
  text-align: center;
  line-height: 108px;
}
.artdetailsthumb img {
  vertical-align: middle;
}
.artlistimg {
  position: relative;
  width: 120px;
  height: 130px;
  background-image: url("/_clientfiles/Layout/border100px.gif");
  background-repeat: no-repeat;
  background-position: left center;
  text-align: left;
  line-height: 130px;
}
.artlistimg a {
  margin: 1px;
  text-align: center;
  display: block;
  width: 108px;
}
.artdetailsprops td {
  border-right: 1px solid #ddd;
}
.artdetailsprops td td {
  border-right: 0px;
}
table.files-list {
  line-height: 2;
}
table.files-list a {
  display: block;
}
table.files-list a:before {
  content: "";
  background-image: url('/_clientfiles/Layout/pdf.gif');
  height: 2em;
  width: 2em;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}
table.files-list .support {
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  padding-top: 10px;
  height: 40px;
}
.downloadManuals {
  /*
	display: grid;
	// grid-auto-flow: column dense;
	grid-template-columns: repeat( auto-fit, minmax(285px, 1fr) );
	grid-auto-rows: auto;
	align-items: stretch;
	grid-gap: 0 var(--_grid-gap);
	*/
  margin-bottom: 4%;
}
.downloadManuals search {
  margin: 0 0 1em 0;
}
.downloadManuals search input,
.downloadManuals search button {
  height: 30px;
}
.downloadManuals search input {
  border-radius: 3px 0 0 3px;
  width: 500px;
  max-width: calc(100% - 70px);
}
.downloadManuals search button {
  border-radius: 0 3px 3px 0;
}
.downloadManuals .manuals {
  column-gap: 0;
  columns: 1;
  background-color: #F2F2F2;
}
@media only screen and (min-width: 576px) {
  .downloadManuals .manuals {
    columns: 2;
  }
}
@media only screen and (min-width: 768px) {
  .downloadManuals .manuals {
    columns: 3;
  }
}
@media only screen and (min-width: 1200px) {
  .downloadManuals .manuals {
    columns: 4;
  }
}
.downloadManuals .manual {
  break-inside: avoid-column;
  display: grid;
  grid-template-columns: 40px auto;
  grid-template-rows: 20px auto;
  padding: 5px;
  min-height: 90px;
}
.downloadManuals .manual picture,
.downloadManuals .manual .text {
  grid-row: span 2;
  align-self: center;
}
.downloadManuals .manual picture {
  place-self: center;
}
.downloadManuals .manual picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: multiply;
}
.downloadManuals .manual .text {
  grid-column: 2;
  padding: 0 0.5rem;
}
.downloadManuals .manual .text span {
  display: block;
}
.downloadManuals a {
  color: #000000;
}
.supportdocs {
  padding-top: 2rem;
}
.supportdocs .image,
.supportdocs a {
  display: block;
  position: relative;
}
.supportdocs a {
  display: block;
  text-align: center;
  height: 100px;
}
.supportdocs a span {
  display: block;
  padding: 1rem 0;
}
.supportdocs img {
  width: 72px;
  vertical-align: middle;
  height: 50px;
}
.desc_long_minified {
  height: 48px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.desc_long_readmore {
  color: #049fe3;
  display: inline-block;
}
.propimages {
  margin-top: 3.5rem;
}
.propimages .pvcontainer {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  vertical-align: middle;
  line-height: 2;
}
/**
.propimages .pvcontainer:before {
content: ' ';
display: inline-block;
vertical-align: middle;
height: 100%;
}
**/

.pvcontainer .description {
  display: block;
  height: 50px;
  font-size: smaller;
  line-height: 1em;
  padding: 0.5em 0;
}
.propimage {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.propimage img {
  width: 70px;
}
.propimages-external .propimage img {
  width: 90%;
  aspect-ratio: 1.5;
  object-fit: contain;
}
.propimages-external a[href]:hover {
  box-shadow: 0 0 0 1px #ccc;
}
.propimg {
  float: left;
  margin: 0 0 10px 10px;
  width: 100px;
  height: 100px;
  background-image: url("/_clientfiles/Layout/propbg.gif");
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
.propimg th {
  height: 15px;
  color: #ffffff;
  font-size: 6pt;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
.propimg td {
  text-align: center;
  height: 85px;
}
.delete-filter-block {
  margin: 3em 0;
}
.mobile-filter-toggle {
  margin-top: 0.5em;
}
.remove-filter {
  cursor: pointer;
}
.mobile-remove-filter {
  background: unset;
  color: #000;
  cursor: pointer;
  display: block;
  margin: auto;
  padding: 0;
}
.mobile-remove-filter img {
  margin-right: 1em;
  height: 1em;
}
.remove-filter {
  background: #fff;
  color: #000;
  padding: 0;
}
.remove-filter img {
  margin-right: 1em;
  height: 1.5em;
}
.artfilters {
  width: 185px;
  padding: 0 0 10px 0;
  margin: 0 0 0 10px;
  background-color: #eee;
}
.artfilters h3,
.artfilters .filterstitle {
  background-image: url("/_clientfiles/Layout/leftmenuheader.gif");
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #1f3e5e;
  font-size: 7pt;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 8px 5px 8px;
  letter-spacing: 1px;
  font-family: Verdana, Geneva, Sans serif;
  margin: 0;
}
.artfilters h4,
.artfilters .filtertitle {
  font-size: 8pt;
  padding: 2px 8px 2px 8px;
  font-weight: normal;
  border-bottom: 1px solid #FFFFFF;
  margin: 0;
  background-color: #ddd;
}
.filterselect {
  max-height: 125px;
  overflow: auto;
}
.artfilters a {
  display: block;
  padding: 1px 1px 2px 20px;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
}
.artfilters a.current {
  background-image: url("/_clientfiles/Layout/icon_remove.gif");
  background-repeat: no-repeat;
  background-position: 2px center;
  background-color: #fff;
}
.artdetailanchorbar-space {
  height: 40px;
}
.artdetailanchorbar {
  z-index: 99;
  position: relative;
  display: flex;
  margin: 0;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #d1d1d1;
  color: #049fe3 !important;
  justify-content: space-between;
}
.artdetailanchorbar.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  padding: 0 0.5rem;
  background-color: #fff;
  display: flex;
  max-width: 100%;
  width: 1140px;
  height: 43px;
  line-height: 43px;
  margin-bottom: 0;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .artdetailanchorbar.fixed {
    padding: 0;
    left: unset;
  }
}
@media only screen and (min-width: 992px) {
  .artdetailanchorbar.fixed {
    top: 131px;
  }
}
/*
@media screen and (min-width:0\0) {
.artdetailanchorbar, .artdetailanchorbar.fixed {
display: table;
}
}
*/

.artdetailanchorbar.fixed a {
  display: table-cell;
}
.artdetailanchorbar a {
  text-decoration: none;
  display: table-cell;
  text-align: center;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
  border-bottom: 3px solid transparent;
}
.artdetailanchorbar a:hover,
.artdetailanchorbar a.current {
  background-color: #fff;
  border-bottom: 3px solid #049fe3;
}
.artdetailanchorbar .items {
  display: table;
  width: 100%;
}
.artdetailanchorbar .items .item {
  display: table-cell;
}
.anchor {
  position: relative;
  margin: 1rem 0;
  z-index: 0;
  display: block;
}
.anchor a {
  position: absolute;
  left: 0px;
  top: -1em;
}
@media (min-width: 991px) {
  #anchortarget_1 {
    border-right: 1px solid #d1d1d1;
  }
}
#anchortarget_1 .anchor:before {
  content: "";
  display: block;
  height: 116px;
  /* fixed header height*/
  margin: -116px 0 0;
  /* negative fixed header height */

}
@media (max-width: 767px) {
  .anchor::before,
  #anchortarget_1 .anchor:before {
    display: none;
  }
}
#support {
  padding-bottom: 1em;
}
.orderpathfuturestep,
.orderpathpassedstep {
  color: #ccc;
  font-weight: normal;
}
.orderpathstepnr {
  margin: 0 5px 0 0;
  padding: 0 3px;
  border: 1px solid #ccc;
}
.sitemap {
  border-collapse: collapse;
  border: 1px solid #1f3e5e;
}
.sitemap td {
  vertical-align: top;
  border: 1px solid #1f3e5e;
  padding: 5px;
}
.sitemapitem {
  font-weight: bold;
  font-size: 7pt;
  text-transform: uppercase;
}
.sitemapitem .sitemapitem {
  font-weight: normal;
  font-size: 8pt;
  text-transform: none;
}
.sitemapitem .sitemapitem .sitemapitem {
  padding: 0 0 0 15px;
}
.brandimage {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.brandimage a {
  border: 1px solid #f2f2f2;
}
.brandimage a:hover {
  border: 1px solid #049fe3;
}
.dealerlist a {
  width: 100%;
  height: 150px;
  display: inline-block;
  overflow: hidden;
}
.dealerlist a img {
  padding: 5px;
  max-height: 100%;
  width: auto;
  height: auto;
}
.dealerlist p a {
  height: auto;
}
.dealerlist a:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.label-actie {
  position: absolute;
  left: 40px;
  top: 0;
  background-image: url('/_clientfiles/Layout/label-actie.png');
  height: 95px;
  width: 95px;
}
.label-binnenkort {
  position: absolute;
  left: 30px;
  top: 0;
  background-image: url('/_clientfiles/Layout/label-actie.png');
  height: 95px;
  width: 95px;
}
.label-nieuw {
  position: absolute;
  left: 30px;
  top: 0;
  background-image: url('/_clientfiles/Layout/label-actie.png');
  height: 95px;
  width: 95px;
}
.label-special {
  position: absolute;
  left: 30px;
  top: 0;
  background-image: url('/_clientfiles/Layout/label-actie.png');
  height: 95px;
  width: 95px;
}
.label-uitlopend {
  position: absolute;
  left: 30px;
  top: 0;
  background-image: url('/_clientfiles/Layout/label-actie.png');
  height: 95px;
  width: 95px;
}
.label-klein {
  position: absolute;
}
.label-groot {
  position: absolute;
  left: 30px;
  top: 8px;
  height: 95px;
  width: 95px;
}
.label-klein img {
  width: 50px;
}
.artdetails .label-klein {
  top: 1rem;
  right: 2rem;
  z-index: 200;
}
/************************ HOMEPAGE ******************************/

.homepage .content h1 {
  font-size: 1.8vw;
  margin: 0;
  color: #000;
  text-align: left;
  padding: 0 0.5rem;
}
.homepage .content h2 {
  font-size: 2em;
  margin: 0;
  color: #fff;
}
.homepage .content h3 {
  font-size: 1.5em;
  margin: 0;
  color: #fff;
}
.homepage .content h4 {
  font-size: 1em;
  margin: 0;
  color: #fff;
}
.homepage .content button {
  background-color: #049FE3;
  border: 0;
  color: #fff;
  border-radius: 3px;
  margin-top: 0.5em;
  padding: 0 1.5em;
  height: 2em;
}
.homepage .title,
.homepage .searchtitle {
  font-size: 2rem;
  min-height: 2.5rem;
  line-height: 2.5rem;
}
.homepage .subtitle,
.homepage .searchsubtitle {
  min-height: 2em;
  font-size: 1.2rem;
  line-height: 2rem;
}
.homepage .bgtitleslider .content .h1 {
  font-size: 2.3rem;
  color: #000;
  font-weight: 700;
  /* text-shadow: 1px 1px #bbb!important; */
  line-height: 1.3;
}
.homepage .bgtitleslider .content .subtitle {
  line-height: 1.5;
  color: #000;
  /* text-shadow: 1px 1px #bbb!important; */
  font-size: 1.2rem;
  font-family: Calibri, Lucida Sans Unicode, Lucida Grande, Tahoma, Geneva, Helvetica, Arial, Verdana, Sans Serif;
}
@media only screen and (max-width: 767px) {
  .homepage .content h1 {
    font-size: 3vw;
  }
  .homepage .subtitle,
  .homepage .searchsubtitle,
  .homepage .title {
    min-height: 0;
  }
  .homepage .container {
    padding: 1em;
  }
}
.bgtitle {
  width: 100%;
  position: absolute;
  line-height: 1.2;
}
.homepageblocks {
  width: 100%;
}
.homepageblocks p {
  margin: 0;
}
.homepageblockleft {
  border-right: 10px solid #fff;
}
.homepageblock h2 {
  border: 0;
  color: #000;
  margin: 2px 0 6px 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Calibri, Lucida Sans Unicode, Lucida Grande, Tahoma, Geneva, Helvetica, Arial, Verdana, Sans Serif;
  text-align: center;
}
.overlay {
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
/**************************************** S1: HEADER SLIDER *****/

.header-slide-container {
  background-image: url('/_clientfiles/layout/hdr_bg.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  padding-bottom: 35%;
  overflow: visible;
}
.header-slide-container .content {
  z-index: 15;
  position: absolute;
  bottom: 0;
  width: 60%;
  height: 100%;
  text-align: left;
  color: #fff;
  line-height: 1.1;
}
.header-slide-container .content .centerblock {
  height: auto !important;
  width: auto !important;
  max-width: 76%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.header-slide-container .content:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header-slide-container .image {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: right;
}
.header-slide-container .image img {
  height: 100%;
  width: auto;
}
.header-slider-navigation {
  z-index: 105;
  bottom: 0.25rem;
  position: absolute;
  text-align: center;
  color: White;
  width: 100%;
}
.header-slider-navigation .fa {
  color: #fff;
  font-size: 85%;
}
.header-slider-navigation .fa.active,
.header-slider-navigation .fa:hover {
  color: #049FE3;
}
.bgtitleslider .content p {
  margin: 0 0 10px 0;
}
/*********************************************** S2: BLOCKS *****/

.homeblockwrapper {
  margin: 0 -0.5%;
  display: flex;
  width: 100%;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.homeblock {
  position: relative;
  overflow: hidden;
  margin: 0.5%;
}
.homeblock .block-container {
  display: block;
  position: relative;
}
.homeblock .block-container img {
  border-radius: 3px;
  width: 100%;
}
.homeblock .block-container .bgtitle {
  width: 100%;
  position: absolute;
  line-height: 1.2;
  top: 0;
}
.homeblock .blocktext {
  text-align: left;
  padding: 0.5rem;
}
.homeblock .subtext {
  padding: 0 0.5rem;
  display: block;
  max-width: 70%;
  font-size: 14px;
}
.homeblock.homeblock_1 {
  float: left;
  width: 24%;
}
.homeblock.homeblock_2 {
  float: left;
  width: 49%;
}
.homeblock.homeblock_2-3 {
  float: left;
  width: 66%;
}
.homeblock.homeblock_1-3 {
  float: left;
  width: 32%;
}
.homeblock.homeblock_3 {
  float: left;
  width: 74%;
}
.homeblock.homeblock_full {
  float: left;
  width: 100%;
}
@media (max-width: 480px) {
  .homeblock.homeblock_1,
  .homeblock.homeblock_2,
  .homeblock.homeblock_1-3,
  .homeblock.homeblock_2-3,
  .homeblock.homeblock_3 {
    width: 100%;
    padding-top: 0.5rem;
    max-height: 183px;
  }
}
/*********************************************** S4: ABOUT *****/

.aboutcontent {
  margin: 0;
  text-align: justify;
  line-height: 1.7;
}
.about h1 {
  color: #000;
  display: block;
  width: 100%;
  display: inline-block;
  height: 2.5rem;
}
.about_readmore {
  display: block;
  max-height: 202px;
  overflow: hidden;
  margin-bottom: 3px;
}
.about_readmore a {
  margin-bottom: 1em;
  display: inline-block;
  text-decotation: none;
}
.about_readmore br + br {
  display: none;
}
.readmore.extra-content {
  position: relative;
}
.readmore.extra-content .fa.fa-chevron-up {
  display: none;
}
body.readmore-active .about_readmore {
  max-height: 100%;
  overflow: visible;
}
body.readmore-active .fa.fa-chevron-down {
  display: none;
}
body.readmore-active .fa.fa-chevron-up {
  display: inline-block !important;
}
body.readmore-active .fadeout {
  display: none;
}
.fadeout {
  position: absolute;
  bottom: 0;
  height: 7em;
  width: 100%;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.articlesarea .position-static {
  position: static;
}
.articlesarea .filterarea {
  background-color: #fff;
}
.articlesarea .filterarea .slider-range {
  margin: 1em 0 1em 2px;
  width: calc(100% - 4px);
  height: 2px;
}
@media only screen and (max-width: 991.98px) {
  .filterarea {
    position: absolute;
    top: 0px;
    padding: 0 1em 2em 1em;
    left: 0;
    right: 0;
    height: 0;
    background-color: #0ff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  body.filteractive .filterarea {
    z-index: 999;
    height: auto;
    border-bottom: 1px solid #666;
    opacity: 1;
    visibility: visible;
  }
  .filterarea .filters {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  
}
button.closefilters {
  z-index: 1000;
  position: fixed;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
body.filteractive button.closefilters {
  display: inline;
}
@media only screen and (min-width: 992px) {
  button.closefilters {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .search_languageblock {
    width: 100%;
  }
  .pageitem {
    width: 100%;
  }
  .productmenuleft {
    display: none;
  }
  body.menu-mobile-active .productmenuleft {
    display: block !important;
  }
  .header_bottom button {
    background-color: transparent;
    border: 0;
    outline: 0;
    height: 30px;
  }
  #mobile-menu {
    margin-top: 5px;
  }
  #mobile-menu .fa {
    color: #FBFBFB;
  }
  #topnav {
    display: none;
  }
  body {
    background-image: none;
  }
  #popup-account,
  #popup-basket {
    position: fixed;
    top: 140px;
  }
  .basket_accountcontainer {
    margin-top: 0.5em;
  }
  .downloadpage .tableheader {
    display: none;
  }
  .header-slide-container {
    padding-bottom: 50%;
  }
  .bgtitleslider .content {
    font-size: 2.5vw;
  }
  .bgtitleslider .content button {
    display: none;
  }
  .about h1 {
    height: 0px;
  }
  .dealerlist td img {
    max-width: 100%;
    height: auto;
  }
  .artdetailanchor a {
    width: 30%;
    margin-bottom: 1em;
    text-align: left;
    margin-right: 10px;
  }
  .mobilemenu a {
    display: inline-block !important;
  }
  .homepage .bgtitleslider .content .h1 {
    font-size: 1.5rem;
  }
  .header-slide-container .content .centerblock {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  #topMenuBackground {
    position: fixed;
    right: 0;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 9998;
    visibility: hidden;
    opacity: 1;
    transition: all 0.25s;
    top: 0;
    bottom: 0;
  }
  body.topmenuactive #topMenuBackground,
  body.menu-mobile-active #topMenuBackground,
  nav#submenus .mainmenu.active #topMenuBackground {
    visibility: visible;
    opacity: 0.2;
    z-index: 0;
  }
}
@media (max-width: 991px) {
  .homeblock-4 .block-container {
    padding-bottom: 82% !important;
  }
  .specialart {
    margin-bottom: 2em;
    text-align: center;
  }
  .mainmenu {
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  .mainmenu > li.active .thumbnail {
    display: none;
  }
  .items a,
  .mainmenu .submenu li a {
    height: 2em;
    display: block;
    margin-bottom: 0.25em;
    padding: 0.5em 0;
  }
  .artdetailanchor {
    font-size: 0.8em;
  }
  .header-slide-container .content {
    width: 80%;
  }
}
@media (max-width: 480px) {
  table.responsive-xs,
  table.responsive-xs thead,
  table.responsive-xs tbody,
  table.responsive-xs tfoot,
  table.responsive-xs th,
  table.responsive-xs td,
  table.responsive-xs tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  
  table.responsive-xs th,
  table.responsive-xs thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.responsive-xs td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
    vertical-align: top;
    text-align: right !important;
  }
  table.responsive-xs tr {
    margin-bottom: 1em;
    border: 1px solid #ccc;
    padding: 5px;
  }
  table.responsive-xs td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
  }
  table.responsive-xs td[data-type-title]:before {
    content: attr(data-type-title);
    font-weight: bold;
    text-align: left;
  }
  table.favorites tr {
    margin: 1em 0;
    border: 1px solid #ccc;
  }
  table.favorites tr td {
    border-bottom: none;
  }
  table.fieldsvals,
  table.fieldsvals tbody,
  table.fieldsvals tr,
  table.fieldsvals th,
  table.fieldsvals td,
  table.fieldsvals td.fieldname,
  table.fieldsvals td.fieldval {
    border-spacing: 0;
    width: 100%;
    display: block;
  }
  table.fieldsvals td.fieldname {
    padding-top: 0.5em;
    font-weight: bold;
  }
  .del_remarks .inputtext {
    width: 100%;
  }
  .del_remarks .inputarea {
    width: 100%;
    height: 6em;
  }
  table.fieldsvals .checkfieldissue span.radiocollection,
  table.fieldsvals .checkfieldissue input[type='text'],
  table.fieldsvals .checkfieldissue input[type='password'],
  table.fieldsvals .checkfieldissue input[type='email'],
  table.fieldsvals .checkfieldissue textarea,
  table.fieldsvals .checkfieldissue select {
    border: 1px solid #ff0000 !important;
    border-right: 5px solid #ff0000 !important;
    background-color: #ffcccc;
  }
  .werepresent img {
    border: 1px solid #000;
  }
  .header_top {
    background-position: left top 24%;
  }
  .orderpathbuttons {
    margin-bottom: 1em;
  }
  .orderpathbuttons input[type='submit'] {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .navgroup .fa-chevron-down {
    width: 25%;
    height: 35px;
  }
  .navgroup,
  .navgroup .fa {
    line-height: 35px;
  }
  .navgroup a {
    font-size: 18px;
    width: 75%;
  }
  .virtualstab {
    font-size: 0.7rem;
  }
  .virtualstab td {
    padding: 1px;
  }
  td.onstock .fa {
    text-align: right;
  }
  #orderpath span {
    display: inline-block;
  }
  .mainmenu {
    -webkit-column-count: 1 !important;
    -webkit-column-gap: 20px;
    -moz-column-count: 1 !important;
    -moz-column-gap: 20px;
    column-count: 1 !important;
    column-gap: 20px;
  }
  .artdetailanchor a {
    display: block;
    width: 100% !important;
    text-align: left;
  }
  .artdetailprops {
    border-right: none;
    font-size: smaller;
  }
  .artdetailprops .pg,
  .productinfo .pg,
  .functionality .pg {
    display: inline-block;
    width: 150px;
  }
  .artdetailprops .pv,
  .productinfo .pv,
  .functionality .pv {
    display: inline-block;
    width: 123px;
  }
  .homepage .bgtitleslider .content .h1 {
    font-size: 5vw;
  }
  .header-slider-navigation {
    bottom: 0;
    font-size: 50%;
  }
}
.topfilters {
  border-bottom: 2px solid #eee;
}
.topfilters .title {
  font-size: 18.666666667px;
}
@media only screen and (min-width: 933.333333333px) {
  .topfilters .title {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1200px) {
  .topfilters .title {
    font-size: 24px;
  }
}
.topfilter-container {
  background: #eee;
  min-height: 74px;
  padding: 5px 1em;
}
@media only screen and (min-width: 992px) {
  .topfilter-container {
    display: flex;
  }
}
.topfilter-container .topfilter-item {
  padding: 7px 2em;
  /* werkt niet icm .labeledcheckbox
		@media @lg-and-up {
		text-align: center;
		}
		*/

}
.topfilter-container label {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.customcheckbox {
  position: absolute;
}
.customcheckbox + label {
  position: relative;
  margin-left: 6px;
  line-height: 1;
}
.customcheckbox + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1.5px solid #009FE3;
  border-radius: 3px;
  transform: translate(-22px, 1px);
}
.customcheckbox + label::after {
  content: url("/_clientfiles/Icons/Icon vinkje 009FE3 Neomounts web.svg");
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translate(-20px, 1px);
  opacity: 0;
  -webkit-transition: opacity 150ms ease;
  -moz-transition: opacity 150ms ease;
  -ms-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
.customcheckbox:checked + label::after {
  opacity: 1;
}
.labeledcheckbox {
  padding-left: 28px;
  /*
	.disabled + label {
	opacity: 0.4;
	}
	
	.disabled + label::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 2px;
	left: -26px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1.5px solid grey;
	border-radius: 3px;
	//transform: translate(-26px, 1px);
	}
	*/

}
.labeledcheckbox input {
  position: absolute;
  visibility: hidden;
}
.labeledcheckbox label {
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.labeledcheckbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -26px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1.5px solid #009FE3;
  border-radius: 3px;
}
.labeledcheckbox.disabled label::before {
  border: 1.5px solid grey;
}
.labeledcheckbox label::after {
  content: url("/_clientfiles/Icons/Icon vinkje 009FE3 Neomounts web.svg");
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -24px;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transition: opacity 150ms ease;
  -moz-transition: opacity 150ms ease;
  -ms-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
.labeledcheckbox input:checked + label::after {
  opacity: 1;
}
/*
.top-filter-item input:checked+label::before {
display: inline-block;
content: url("/_clientfiles/Icons/Icon vinkje 009FE3 Neomounts web.svg");
position: absolute;
width: 16px;
top: 0;
height: 13px;
left: 0;
transform: translate(0%, -33%);
}

.top-filter-img {
background: #fff;
border-radius: 2px;
width: 16px;
height: 16px;
margin-right: 6px;
}

.top-filter-img.vakje-checked {
display: none;
}
.top-filter-img.vakje-unchecked {
display: inline-block;
}
*/

.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em !important;
  margin-left: -8px !important;
  width: 1em !important;
  height: 1em !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
}
.ui-slider-handle::before {
  content: "";
  display: inline-block;
  width: 3px;
  background: #000;
  border: none;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 2px;
}
.ui-slider-handle:focus {
  outline: none;
}
.next-prev-container {
  min-height: 52px;
}
.next-prev-container .nav-anchor {
  position: fixed;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #F2F2F2;
  transition: all 0.25s ease-in;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.next-prev-container .nav-anchor.visible {
  position: static;
  transition: all 0.25s ease-in;
  box-shadow: none;
}
.next-prev-container a {
  color: #049fe3;
  display: block;
  text-align: center;
  padding: 0.25rem;
}
main {
  min-height: calc(100% - 705px);
}
@media only screen and (min-width: 768px) {
  main {
    min-height: calc(100% - 452px);
  }
}
@media only screen and (min-width: 992px) {
  main {
    min-height: calc(100% - 310px);
  }
}
@media only screen and (min-width: 1200px) {
  main {
    min-height: calc(100% - 252px);
  }
}
.footer-newsletter a:hover,
.AllPages a:hover {
  text-decoration: none;
}
.footer-newsletter a:hover span,
.AllPages a:hover span {
  text-decoration: underline;
}
.footer-newsletter a span:hover,
.AllPages a span:hover {
  text-decoration: underline;
}
.difference-only-switch {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  margin-bottom: 1rem;
  /* The slider */

  /* Rounded sliders */

}
.difference-only-switch .toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  /* Hide default HTML checkbox */

}
.difference-only-switch .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.difference-only-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.difference-only-switch .slider::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 5px;
  top: 50%;
  translate: 0 -50%;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.difference-only-switch input:checked + .slider {
  background-color: #049fe3;
}
.difference-only-switch input:focus + .slider {
  box-shadow: 0 0 1px #049fe3;
}
.difference-only-switch input:checked + .slider:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.difference-only-switch .slider.round {
  border-radius: 26px;
}
.difference-only-switch .slider.round:before {
  border-radius: 50%;
}
.difference-only-switch .only-difference-text {
  display: inline;
}
.difference-only-switch .all-specs-text {
  display: none;
}
.comparearea.show-difference-only .styledtable {
  width: 100%;
}
.comparearea.show-difference-only table tr.roweven {
  display: none;
}
.comparearea.show-difference-only table tr.roweven .special {
  background: #fff;
}
.comparearea.show-difference-only table tr.roweven:nth-child(2) {
  display: table-row;
}
.comparearea.show-difference-only table tr.roweven:has(.special) {
  display: table-row;
}
/****************
** Enkele "bootstrap-acthige" classes voor wat basis CSS dingen. KOmt van pas in bv vrije tekst velden in de Section Builder
****/

.textalign-left {
  text-align: left;
}
.textalign-center {
  text-align: center;
}
.textalign-right {
  text-align: right;
}
/*** 2025-06-03 Experimenteel: invert zwart/witr naar wit/zwart ***/

body.inverted {
  background-color: #000;
}
body.inverted main,
body.inverted main .filterarea {
  background-color: #000;
}
body.inverted main h1,
body.inverted main h2,
body.inverted main h3,
body.inverted main div,
body.inverted main a {
  color: #fff;
}
/* Cookie consent box */

.ibvcc-cookieconsent-popup {
  padding: 15px;
}
@media only screen and (min-width: 1024px) {
  .ibvcc-cookieconsent-popup .tab-content.toestemming .togglegrid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
  }
}
.ibvcc-cookieconsent-popup .togglegrid {
  align-items: center;
}
.ibvcc-cookieconsent-popup .togglegrid .option .title {
  font-size: 16px;
}
.ibvcc-cookieconsent-popup .togglegrid .option label.toggle-switch.readonly span.slider {
  background-color: #85CAF0 !important;
}
.ibvcc-cookieconsent-popup .togglegrid .option label.toggle-switch input:checked + span.slider {
  background-color: #009fe3;
}
@media only screen and (min-width: 1024px) {
  .ibvcc-cookieconsent-popup .buttongrid {
    gap: 45px;
  }
}
.ibvcc-cookieconsent-popup .buttongrid button.cookieconsent {
  height: auto;
  cursor: pointer;
  font-size: 16px;
}
.ibvcc-cookieconsent-popup .buttongrid button.cookieconsent.all {
  background-color: #009fe3;
  color: #fff;
  border-color: #009fe3;
}
.ibvcc-cookieconsent-popup .buttongrid button.cookieconsent.deny,
.ibvcc-cookieconsent-popup .buttongrid button.cookieconsent.selection {
  background-color: #fff;
  border-color: #009fe3;
  color: #009fe3;
}
