/*-------------------------------------------*/
/*CUSTOM STYLE SHEET-------------------------*/
/*Softmaat Online Solutions------------------*/
/*Datum 2025-08-12---------------------------*/
/*Last edited by FK--------------------------*/
/*START--------------------------------------*/

.text-center { text-align:center; }
.pad-y-0 { padding-top:0 !important; padding-bottom:0 !important; }
.pad-top-md { padding:40px 40px 0 40px; }
.icon-80 { width:80px; height:80px; margin-bottom:20px; }
.btn-text { color:#fff !important; font-size:1em; }

.subtitle-exact { text-transform: lowercase }

.pageheaderimagewrapper {
    position: absolute;
    top: 0;
    right: -163px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1000px;
    z-index: 0;
}

.pageheaderbg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.pageheaderimage {
    position: absolute;
    height: 100%;
}
	
.pageheader {
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    min-height: 81vh;
    background-position-x: center;
	position: relative; 
	overflow: hidden;
	z-index: 10;
}

/*Header sticky*/

.flags-dropdown {
    margin-top: -80px;
}
	
.stickyTop {
	display: none !important;
}

.panel_header_top_sub_below {
	position: relative;
	z-index: 200;
}

.panel_header {
	position: relative;
	z-index: 150;
}

.panel_header_sub {
    position: sticky;
    top: 0;
    z-index: 125;
}

/*Header sticky END*/

.image-wrapper {
  position: relative;
  width: 100%;
  height: 640px; /* of wat je nodig hebt */
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: black; /* pas aan indien nodig */
}

#map {
    height: 50vh !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%);
}

.dxm-content.dxm-hasText.dx[title="CONTACT"] {
    border: 2px solid #5a88ca !important;
    width: 175px !important;
    text-align: center !important;
    margin: 0px 65px !important;
    border-radius: 30px !important;
transition: background 1s ease, color 1s ease;
}

.dxm-content.dxm-hasText.dx[title="CONTACT"] .dx-vam.dxm-contentText {
    color: #5a88ca;
	transition: color 1s ease;
}

.dxm-content.dxm-hasText.dx[title="CONTACT"]:hover {
    border: 2px solid #5a88ca !important;
    background: #5a88ca !important;
}

.dxm-content.dxm-hasText.dx[title="CONTACT"]:hover .dx-vam.dxm-contentText {
    color: white;
}

.header-alignment-right {
	display: none;
}

#LgnStatus,
#HlNewsletter {
	display: none !important;
}

/*FORM*/

#responsive-form .dxeListBox td.dxeIM, .dxeListBox td.dxeFTM, .dxeListBox td.dxeTM, .dxeListBox td.dxeLTM, .dxeListBox td.dxeCM, .dxeListBox td.dxeMIM, .dxeListBox td.dxeIMR, .dxeListBox td.dxeFTMR, .dxeListBox td.dxeTMR, .dxeListBox td.dxeLTMR, .dxeListBox td.dxeCMR, .dxeListBox td.dxeMIMR {
    border-bottom: 0px solid #cfcfcf;
}

#responsive-form .dxeListBox .dxeHD {
    border-bottom: 0px solid #A0A0A0 !important;
}

#responsive-form .dxeListBoxItemHover {
	background: #e4edf9 !important;
}

#responsive-form .dxeListBox .dxeHLC {
    border-right: 0px solid #dcdcdc !important;
    font-weight: 700;
	background: #8eb1e1;
}

#responsive-form .dxeListBox {
    border: 0px solid #A0A0A0 !important;
	font-family: montserrat !important;
	font-size: 16px;
}

#responsive-form .dxeButtonEditButton {
    border: 0px solid #7f7f7f !important;
    min-width: 30px;
    background: #8eb1e1 !important;
	transition: background-image 1s ease;
}

#responsive-form .dxeButtonEditButton:hover {
    background: #598cb7 !important;
}

.dxeMemo { 
    border: 0px solid #9f9f9f !important;
	border-radius: 5px;
}

#responsive-form .TypeOfBackofficeComboBox, #responsive-form .SmContactTextbox.dxeTextBoxDefaultWidthSys {
    border: 0px solid #9f9f9f !important;
	border-radius: 5px;
}

.dxeEditAreaSys, .dxeMemoEditAreaSys, input[type="text"].dxeEditAreaSys, input[type="password"].dxeEditAreaSys {
    background: transparent;
}

.dxeTextBox_Metropolis {
    border: 0px solid #c0c0c0 !important;
	border-radius: 5px;
}

#responsive-form .dxeButtonEdit {
    border: 0px solid #9F9F9F !important;
	border-radius: 5px;
}

/*FORM END*/

.container-3-columns-header {
	display: grid;
}

/*COLORS*/
 
.title-ecommerce {
	background: linear-gradient(300deg, #113870 33%, #5a88ca);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-solutions {
	background: linear-gradient(300deg, #113870 33%, #825df6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-wholesale {
	background: linear-gradient(300deg, #113870 33%, #06b9ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-exact {
	background: linear-gradient(300deg, #113870 33%, #d8262b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-uniconta {
	background: linear-gradient(300deg, #113870 33%, #5cc4bf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-cash {
	background: linear-gradient(300deg, #113870 33%, #2077bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-woocommerce {
	background: linear-gradient(300deg, #113870 33%, #9b5c8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-magento {
	background: linear-gradient(300deg, #113870 33%, #f2631c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-shopify {
	background: linear-gradient(300deg, #113870 33%, #94be46);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-geodynamics {
	background: linear-gradient(300deg, #113870 33%, #e65100);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-mv {
	background: linear-gradient(300deg, #113870 33%, #f18615);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-vismanet {
	background: linear-gradient(300deg, #003253 33%, #ff8e05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-nocore {
	background: linear-gradient(300deg, #113870 33%, #c1022c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-cyclesoftware {
	background: linear-gradient(300deg, #113870 33%, #3d5c91);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-channable {
	background: linear-gradient(300deg, #113870 33%, #fac51f, #e4388e, #109cd9, #113870);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*COLORS END*/

/*NIEUWE INLOG*/
.fullWidth:has(#ctl00_ContentPlaceHolder1_LoginBox_ASPxBtnForgotPassword, #ContentPlaceHolder1_LoginBox_LoginButton) {
    display: flex;
	flex-direction: column;
}

#ctl00_ContentPlaceHolder1_LoginBox_ASPxBtnForgotPassword {
    order: 1; 
}

#ContentPlaceHolder1_LoginBox_LoginButton {
    order: 2;
    padding: 10px;
    width: 100% !important;
}

#ContentPlaceHolder1_BtnAddCustomer {
    padding: 10px;
    width: 100% !important;
}

#ctl00_ContentPlaceHolder1_LoginBox_ASPxBtnForgotPassword {
    background: transparent !important;
    padding: unset !important;
    margin-top: -20px;
    margin-bottom: 20px;
    text-align: start;
}

#ctl00_ContentPlaceHolder1_LoginBox_ASPxBtnForgotPassword span {
	color: #113870 !important;
}

#ctl00_ContentPlaceHolder1_LoginBox_ASPxBtnForgotPassword span:hover {
	color: #5a88ca !important;
}

.buttonHover:Hover {
	background: #5a88ca !important;
	text-decoration: none !important;
}

#ContentPlaceHolder1_LoginBox_LoginButton span {
	font-size: 20px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
}

#ContentPlaceHolder1_BtnAddCustomer span {
	font-size: 20px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
}

.labelForm {
    margin-top: 10px;
}

.pnlLogin, .PnlAddCustomer  {
    padding: 20px !important;
}

.dxeBase.header {
	font-size: 32px;
	color: #5a88ca;
	font-weight: 700;
	font-family: Montserrat;
}

.loginBox {
    width: 100% !important;
}
	
#ContentPlaceHolder1_loginHolder {
    display: flex;
	margin-top: 40px !important;
}
	
/*NIEUWE INLOG EIND*/

/*TIMELINE TEST*/

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #e3edf9;
  top: 0;
  bottom: 0;
  left: 27%;
  margin-left: -1px;
}

/* Container around content */
.container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #e3edf9;
  border: 4px solid #113870;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left-timeline {
  left: 0;
}

/* Place the container to the right */
.right-timeline {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-timeline::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #b4c9dc;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #b4c9dc;
}

/* Add arrows to the right container (pointing left) */
.right-timeline::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #b4c9dc;
  border-width: 10px 10px 10px 0;
  border-color: transparent #b4c9dc transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-timeline::after {
  left: -12px;
}

/* The actual content */
.content-timeline {
  padding: 20px 30px;
  background-color: #b4c9dc;
  position: relative;
  border-radius: 6px;
}

/*TIMELINE TEST END*/

.info-card:hover {
    background: #ffffff;
	box-shadow: 0px 0px 40px #0000000f;
	transition: all 0.3s ease;
	
}

.masterContainer {
    padding: 0px !important;
}

#center {
	padding: 0 !important;
}

.container-3-columns-api {
     display: grid;
}

.container-2-columns-right {
	display: grid;
}

.container-2-columns-left {
	display: grid;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    display: none;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    display: none;
}

.btn-icon {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #113870 !important;
    font-size: 14px;
    font-weight: 500;
	text-transform: uppercase;
}

.btn-icon:hover {
	text-decoration: none !important;
	color: #5a88ca !important;
	border-bottom: 2px solid #5a88ca;
}

.container-6-columns-icon {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 3fr 1fr 3fr;
}

.container-4-columns-icon {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr 5fr;
}

.container-2-columns-icon {
	display: grid;
    grid-template-columns: 1fr 5fr;
}

.container-12-columns {
	display: grid;
}

.info-card {
	align-items: center;
    justify-content: flex-start !important;
    margin: 20px;
    padding: 40px !important;
    border-radius: 1rem;
    text-wrap: wrap;
    word-break: break-word;
	background: #fcfdfff7;
}

.dxmLite .dxm-popup .dxm-content {
    padding: 3px 20px 3px 20px !important;
    /*text-wrap: wrap;*/
}

.panel_header_top_sub {
    background: #5a88ca !important;
}

div.scrollingHotSpotLeft {
    height: 225px !important;
}

div.scrollingHotSpotRight {
    height: 225px !important;
}

/*#makeMeScrollable {
    width: 100%;
}*/

#ContentPlaceHolder1_ctl02 {
    font-size: 3rem !important;
    text-transform: uppercase;
    font-weight: 900 !important;
    font-family: Montserrat;
    color: #d8262b;
}

.dxcvCard_Metropolis {
    border: 1px solid #ffffff00 !important;
}

.ProductAnchorLandingAHref {
    font-weight: 900 !important;
    color: #042854 !important;
    text-transform: uppercase;
    font-family: Montserrat;
}

/*PRODUCT CARDS*/

.dxtvControl_Metropolis .dxtv-ndHov {
    border-bottom: transparent 1px solid !important;
}

.SgNodeSelected {
    border-bottom: transparent 1px solid !important;
}

.ProductDescriptionLabel {
    font-weight: 900 !important;
}

.uitgebreide-omschrijving {
	font-size: 20px;
	font-weight: 300 !important;
	font-family: Montserrat;
}

.SmDescriptionShort {
	display: none;
}

.ProductDetailsButton {
	margin: 0;
}

.LblOverviewProductName {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.LblOverviewProductName span {
    font-size: 16px !important;
    text-transform: uppercase;
    line-height: 20px;
	text-align: center !important;
	font-family: Montserrat;
	font-weight: 900 !important;
}

.productNameHolder {
    height: 50px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.ProductCard {
    height: 275px !important;
    padding: 0px !important;
    width: 275px;
}

.item_bg_image {
    height: 200px !important;
}

.item_holder {
    height: 200px !important;
}

.grid_price_footer {
    display: none !important;
}

.FooterRow {
    height: 5px !important;
}

/*PRODUCT CARDS END*/

.top_content {
    padding-bottom: 0px !important;
}

/* START NIEUWE AANPASSINGEN ONTWIKKELIMNG*/

.loginBoxHolder {
	display: table;
}

.bg-parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.headerMenuNew {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/*IMAGE HOVER OPACITY TEST*/

.dxmLite_Metropolis .dxm-main .dxm-hovered {
    background-color: transparent !important;
    color: #5a7b9d !important;
}

.row {
	display: flex;
    justify-content: space-around;
}

.image2 {
	position: relative;
	width: 400px;
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.image__img {
	display: block;
	width: 100%;
}

.image__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.6);
	color: white;
	font-family: Montserrat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.25s;
}

.image__overlay--solid {
	background-image: linear-gradient(to bottom right, #113870 33%, #042854);
}

.image__overlay > * {
	transform: translateY(20px);
	transition: transform 0.25s;
}

.image__overlay:hover {
	opacity: 1;
}

.image__overlay:hover > * {
	transform: translateY(0);
}

.image__title {
	font-size: 2em;
	font-weight: 900;
}

.image__description: {
	font-size: 1.25em;
	margin-top: 0.25em;
	font-weight: 300;
}

/*IMAGE HOVER TEST OPACITY END*/

#idHlNewsletterText {
	display: none !important;
}

#idLgnStatusLoginText {
	display: none !important;
}

.dxm-item.SMmnHeadMenuItem.dxm-noSubMenu.dxm-hovered,
.dxm-item.SMmnHeadMenuItem.dxm-noSubMenu {
	min-width: 0px !important;
}

.dxmLite.dxm-ltr .dxm-popup .dxm-gutter.dxm-noImages .dxm-item, .dxmLite.dxm-ltr .dxm-popup .dxm-noImage {
    padding-left: 0px !important;
}

.dxmLite .dxm-horizontal .dxm-spacing {
    display: none;
}

#ctl00_MnAccount_DXI0_T{
    padding-top: 0px !important;
}

/* EINDE NIEUWE AANPASSINGEN ONTWIKKELING - peter*/


/* START CUSTOM AANPASSINGEN KLEUR FONT ANDERS */

.hex-img {
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

/*BOX GRADIENT*/

.bg-visual {
    background-image: linear-gradient(to bottom, #8eb1e1 0%,#8eb1e1 75%,#5a7b9d 50%,#5a7b9d 100%);
}

.BackgroundContentBox {
	width: 100vw;
	float: left;
}

.WhiteGradient { background-image: linear-gradient(to bottom right, #ffffff 33%, #c7dcf8) !important;}
.LightGradient { background-image: linear-gradient(to bottom right, #c7dcf8 33%, #8eb1e1) !important; }
.MediumGradient { background-image: linear-gradient(to bottom right, #8eb1e1 33%, #5a88ca) !important; }
.MediumDarkGradient { background-image: linear-gradient(to bottom right, #5a88ca 33%, #113870) !important; }
.DarkGradient {	background-image: linear-gradient(to bottom right, #113870 33%, #042854) !important; }

/*BOX GRADIENT END*/

/*BOX SOLID*/

.Blue1Solid { background: #c7dcf8; }
.Blue2Solid { background: #8eb1e1; }
.Blue3Solid { background: #5a88ca; }
.Blue4Solid { background: #113870; }
.Blue5Solid { background: #042854; }
.YellowSolid { background: #f3edd4 }

/*BOX SOLID END*/

body, p, h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat;
}

body, p {
    font-weight: 400;
}

p {
    line-height: 32px;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 700;
    word-break: break-word;
    margin: 0 0 20px;
}

h1 {
    font-weight: 800;
    line-height: 1.5em;
}

.margin-ul {
    margin-bottom: 40px !important;
}

.small {
	font-size: 0.75rem;
}

.extra-small {
	font-size: 0.563rem;
}

.panel_footer {
    margin-top: -10px;
}

.col-lg-5-TextboxMargin {
    width: 47.5%;
	background: #eaebe6c2;
    padding: 25px;
    margin: 15px;
}

.dxm-contentText {
    font-size: 1em !important;
    font-family: Montserrat;
    padding: 5px 0px 5px 5px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.dxm-item {
    border-width: 1px;
    border-color: transparent !important;
}

.dxmLite .dxm-popup {
    border: 0px solid transparent;
    background-color: white;
    padding: 1px;
}

.dxmLite .dxm-popup .dxm-gutter {
    background: white !important;
    padding: 5px;
}

.btn-header {
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	transition: background 1s ease, color 1s ease;
	border-radius: 5px;
	color: white !important;
}

.btn-header-small {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 10px !important;
	text-transform: uppercase;
	text-align: center;
	transition: background 1s ease, color 1s ease;
}

.btn-header-color-highlight {
	background: #e88133;
	transition: background 1s ease, color 1s ease;
}

.Zoom-highlight:hover {
    index: 1;
    background: #f1934b;
}

.btn-header-color {
	background: #113870;
	transition: background 1s ease, color 1s ease;
	color: white !important;
}

.btn-header-outline {
    border: 2px solid #113870;
	color: #113870 !important;
	transition: background 1s ease, color 1s ease, ;
}

.btn-exact {
	background: #d8262b !important;
	transition: background 1s ease, color 1s ease;
}

.btn-header-color-green {
	background-image: linear-gradient(to bottom right, #52938e 33%, #00504f);
	transition: background 1s ease, color 1s ease;
}

.btn-header-color-red {
	background-image: linear-gradient(to bottom right, #a04b54 33%, #69173b);
	transition: background 1s ease, color 1s ease;
}

.btn-discover:hover {
	background-color: #1482ac !important;
	  filter: grayscale(30%);
}

.btn-discover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	padding: 0px !important;
	margin: 0px !important;
	transition: background 1s ease, color 1s ease;
}
	
.btn-discover:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.7);
	background-color:transparent;
}	

.btn-primary {
    color: white !important;
    background-color: #5a88ca !important;
	border: 2px solid #5a88ca !important;
    padding: 20px;
	font-size: 18px;
}

.btn-primary:hover{
	background-color: white !important;
	border: 2px solid #5a88ca !important;
}

.btn-secondary {
	font-size: 18px;
}

.btn-primaryHenqit:hover{
	background-color: #B5CECE !important;
	border-color: #B5CECE !important;
}

.btn-primaryHenqit {
    color: #fff;
    background-color: #52938e !important;
    border-color: #52938e !important;
}

.btn-primaryExact {
    color: #fff;
    background-color: #260008 !important;
    border-color: #260008 !important;
}

.btn-primaryExact:hover{
	background-color: #a04b54 !important;
	border-color: #a04b54 !important;
}

.btn-primaryOrange {
    color: #fff;
    background-color: #f68d2e !important;
    border-color: #f68d2e !important;
}

.btn-primaryOrange:hover{
	background-color: #ffa655 !important;
	border-color: #ffa655 !important;
}

.button, .viewProductHolder, .EditCartBtn, .FinishOrderBtn, .LbtnOrderMyProductsCss, .BtnBackToLogin, .PasswordBtnCss, .ChangePasswordButtonStyleCss, .ASPxBtnForgotPassword, .LbtnLoginInfo, .LoginBtnCssNewCustomer, .LoginBtnCss, .slideCaptionTextHolder div, .AdViewBtn, .BtnAddUser, .BtnAddUser tr td, .BtnOrderProductGrid tr td, .HlProductDetails, a.HlSummaryLoginBtns:hover, a.HlSummaryLoginBtns:visited {
    background-image: none;
    background-color: #008fc9 !important;
}

.customBgContainer {
     font-family: Montserrat;
}

.dxeTextBox {
    height: 30px;
}

.dxdvBreakpointsItem_Metropolis:hover   {
  transform: scale(1.02);
}

.dxmLite .dxm-horizontal .dxm-image-l .dxm-content, .dxmLite .dxm-horizontal .dxm-image-r .dxm-content {
	font-family: Montserrat;
	color-hover: #1c4792;
}

.dxmLite_Metropolis .dxm-popup .dxm-hovered, .dxmLite_Metropolis .dxm-popup .dxm-hovered a.dx {
    background-color: #ffffff !important;
    color: #5a7b9d !important;
}

.dxm-spacing {
    min-width: 15px !important;
    height: 5px;
}
		 
.dxdvFlowItemsContainer_Metropolis{
 margin-left:4px !important;
} 

.dxm-item{
 font-size: 18px !important;
}	

.feature {
    background: white;
    border-radius: 15px;
    padding: 10px;
    border: 2px;
    border-color: gray;
    border-style: solid;
    text-align: center;
    margin-bottom: 10px;
    min-height: 168px;
}

.featureSmall {
    background: #00000000;
    border-radius: 15px;
    padding: 10px;
    border: 0px;
    border-color: gray;
    border-style: solid;
    text-align: center;
    margin-bottom: 10px;
    min-height: 460px;
}

.featureLarge {
    background: #00000000;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    min-height: 530px;
}

.featureSmall:hover {
    border-color: #1482ac !important;
	background: #00000000;
	text-decoration: none;
}

.footerExtraText {
     font-family: Montserrat;
	 line-height: 22px;
}

.grayscale:hover {
  filter: grayscale(30%);
}

.Hlgeneraltext {
     font-family: Montserrat;
}

.img-thumbnail{
	    border-radius: 10px; !important;
}

.imageSmall-text-below {
    text-align: center;
    padding: 15px 20px 0 20px !important;
}

.obj-container:hover {
  transform: scale(1.02);
}

.SMmnHeadMenuItem{
	min-width: 100px !important;
}

.SMmnHeadMenuItem:hover {
	color: #113870 !important;
	border-color: white;
}

.stickyTop {
	display: none !important;
}

.SbBorderBox{
	background-color:#D7D7D7 !important;
	border-color:#D7D7D7 !important;
	display: none;
}

.WebsiteContact {
	font-size: 16px;
	font-family: Montserrat;
}

.WebsiteContactAlignRight .dxeMemo {
	width: 100% !important;
}

.Zoom:hover {
  index: 1;
  background: #5a88ca;
  color: white !important;
  text-decoration: none;
}

.Zoom-outline:hover {
  index: 1;
  background: #113870;
  color: white !important;
  text-decoration: none;
}

.Zoom-green:hover {
  index: 1;
  background:#52938e;
}

.Zoom-red:hover {
  index: 1;
  background: #d05155 !important;
}

.Zoom-uni {
  index: 1;
  background: #5DC5BF !important;
}

.Zoom-uni:hover {
  index: 1;
  background: #9ce7e4 !important;
}

.zoom:hover {
  transform: scale(1.05); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  index: 1;
  text-decoration: none;
}

a.header-order-button, a.header-order-button span, #header .header-order-button span, .blockheader, a.button, a.button:hover, .button a, .buttonHover span, .buttonHover a, .buttonHover, a.button:visited, .button span, #header .button span, .blockheader label, td.button {
	color: #FFFFFF !important;
	padding: 5px 10px;
	font-family: montserrat !important;
}

.button-3 {
  background-color:#D1C59B !important;
}	

.ChosenFilter {
	background: #5792e1 !important;
	font-size: 11pt !important;
	color: #FFFFFF !important;
}

.dxmLite .dxm-main .dxm-checked, .dxmLite .dxm-main .dxm-selected {
	background-color: transparent !important;
}	
	
/*FOOTER VAST CONTACTBLOCK ONZICHTBAAR---------------------------------
#footer .contactBlock {
    margin-right: 20px;
    display: none;
}		*/

h2.parallaxPrcexxx {
	font-size: 5em !important;
	color: #fff;
	text-shadow: 2px 2px 10px black;    
}

.header-text {
	font-size: 6em !important;
	color: #fff;
	text-shadow: 1px 1px 1px black;
	font-weight: bold;
	font-family: Montserrat;
}


.header-info-block {
	border-radius: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.header-info-block h1 {
	color: #D605b5b;
	font-family: Montserrat;
	font-size: 20px !important;
	margin-top: 36px;
	margin-bottom: 14px;
}

.header-info-block p {
	font-size: 1.2em !important;
}
	
.header-order-button, .blockheader, .button {
	background: -moz-linear-gradient(top,  #00335A 0%,  #00335A 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00335A), color-stop(100%, #00335A)) !important;
} 

.GridCell-LeftColumn {
padding-left: 0px !important;
}


.ict-parallax-container .btn .parallax-btn {
	background-color: #d1c59b;
	color: #FFF;
	text-transform: uppercase;
}

.SMHideUnhidecontactBlock{
	display:none !important;
}
	
#map {
width: 100%;
height: 400px;
background-color: grey;
}

.mediaTextHolder {
padding-left: 0px !important;
padding-right: 0px !important;
width: 100% !important;
}		

.nav-side-menu ul, .nav-side-menu li {
	background: white;
}

.nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
	background: white;
}

.nav-side-menu li:hover {
	background-color: #f2eded !important;
	color: white !important;
}	

.PDBottom {
top: 8px !important;
}
	
HEADER FOOTER lABEL KLEUR----------------------	
.panel_header {
	background-color: #000000 !important;
}

.productNameHolder .LblProductID {
padding: 5px 0px 3px;
width: 100%;
word-wrap: break-word;
display: none; 
}

.SMfloat {
	float: left !important;
}	
		
.SMlblSupergroupDescription {
    font-family: Montserrat;
    font-size: 24px !important;
    font-weight: 900 !important;
    margin-top: 44px !important;
    text-shadow: 2px 2px 5px black;
    color: white !important;
}

.obj-img-container {
    height: 110px !important;
}

.SMProductDetailDescriptionLabel{
	font-size: 30px !important;
	font-family: Montserrat;
	font-weight: 600;
}		

.specialfonth1 {
	font-family: 'Satisfy', cursive ;
	text-shadow: 2px 2px 10px black;   
}
.specialfonth2 {
	font-family: 'Satisfy', cursive ;
}		

.petertje991 {
height: 10px !important;
margin-top: 6px !important;
}

	
/* EINDE CUSTOM AANPASSINGEN KLEUR FONT ANDERS */

/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT     
========================================================  */

/*============================================================
BACKGROUND COLORS
============================================================*/
	.db-bk-color-one {
		background-color: #f55039;
	}

	.db-bk-color-two {
		background-color: #46A6F7;
	}

	.db-bk-color-three {
		background-color: #47887E;
	}

	.db-bk-color-six {
		background-color: #F59B24;
	}
/*============================================================
PRICING STYLES
==========================================================*/
	.db-padding-btm {
		padding-bottom: 20px;
	}
	
	.db-button-color-square {
		color: #fff;
		background-color: rgba(0, 0, 0, 0.50);
		border: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}

    .db-button-color-square:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.50);
        border: none;
    }

	.db-pricing-eleven {
		margin-bottom: 30px;
		margin-top: 50px;
		text-align: center;
		box-shadow: 0 0 5px rgba(0, 0, 0, .5);
		color: #fff;
		line-height: 30px;
	}

    .db-pricing-eleven ul {
        list-style: none;
        margin: 0;
        text-align: center;
        padding-left: 0px;
    }

	.db-pricing-eleven ul li {
		padding-top: 13px;
		padding-bottom: 3px;
		cursor: pointer;
	}

	.db-pricing-eleven ul li i {
		margin-right: 5px;
	}

    .db-pricing-eleven .price {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 40px 20px 20px 20px;
        font-size: 60px;
        font-weight: 900;
        color: #FFFFFF;
    }

	.db-pricing-eleven .price small {
		color: #B8B8B8;
		display: block;
		font-size: 12px;
		margin-top: 22px;
	}

    .db-pricing-eleven .type {
        background-color: #52E89E;
        padding: 50px 20px;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 30px;
    }

    .db-pricing-eleven .pricing-footer {
        padding: 20px;
    }

	.db-attached > .col-lg-4,
	.db-attached > .col-lg-3,
	.db-attached > .col-md-4,
	.db-attached > .col-md-3,
	.db-attached > .col-sm-4,
	.db-attached > .col-sm-3 {
		padding-left: 0;
		padding-right: 0;
	}

	.db-pricing-eleven.popular {
		margin-top: 10px;
	}

    .db-pricing-eleven.popular .price {
        padding-top: 80px;
    }


/*---------------------------------------------------------------------------------------------------*/
/* START CUSTOM AFMETINGEN PER SCHERM 320 - 375 - 414 - 768 - 1024 - 1280 - 1500>  FONTSIZE - HOOGTE */
	
@media only screen and (min-width: 320px) and (max-width: 374px) {
/*START*/	
.SMpanel_header_top_sub {
    height: 205px !important;
}

.header-height {
	min-height: 480px;
}

.padding-header {
    padding: 20px !important;
}

.btn-header {
    padding: 15px !important;
	min-width: 145px;
}

p {
	font-size: 14px;
}

body {
	font-size: 14px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

.padding-btn-icon {
    padding: 0rem !important;
}

.btn-icon {
    width: 90px;
    height: 90px;
}

.container-12-columns {
    grid-template-columns: 1fr 1fr 1fr;
}

.margin-cell-left {
	margin-top: 50px;
	margin-right: 50px;
}

.margin-cell-right {
	margin-top: 50px;
	margin-left: 50px;
}

.grid-img-fill {
    width: 100%;
    height: 300px;
}


#bannerTop {
    margin-top: -90px !important;
}

.panel_header_sub {
	height: 0px; 
}

    #Default_PictureLeftTextRight_Img, #Default_PictureLeftTextRight_Txt, #Default_PictureRightTextLeft_Img, #Default_PictureRightTextLeft_Txt, #ContentPlaceHolder1_top_content, #ContentPlaceHolder1_left_content, #ContentPlaceHolder1_right_content {
        padding-top: 0px !important;
    }
	
.userMenuHeaderManipulate {
    margin-top: -110px;
}
	
.header-alignment-right {
        padding-right: 115px;
        margin-top: -10px;
    }

.header-alignment-center {
    margin-left: 0px;
    margin-top: 10px;
}

.mytabs label {
    width: 100%;
}

.headerMenuNew {
    margin-top: 520px;
}

/*NIEUW*/

.show-sm {
	
}

.show-lg {
	display: none;
}

.cell-height-640 {
	height: 640px !important;
}

.padding-cell {
    padding: 0 0 0 10px !important;
}

.div-placement2 {
    width: 100%;
}
	
.HexImageLeft {
	display: none;
}

.HexImageLeftRotated {
	display: none;
}

.HexImageRight {
	display: none;
}

.col-brochures {
    width: 100%;
    float: left;
}

.btn-header {
	font-size: 12px !important;
}

.BackgroundContentBox {
    padding: 25px 0 25px 0;
}

	#bannerTop {
		background-color: white !important;
	}

	.SMProductDetailDescriptionLabel{
	font-size: 19px !important;
	}
	
	.col-xs-12 {
		padding: 0px 10px 0px 10px !important;
	}
	
	.headerLogo {
		width: 214px !important;
		margin-left: 73px !important;
		margin-top: -1px;
	}
	
	#headerMenu {	
		background-color: #FFFFFF;		
	}		
	
	#headerMenu .pnlSearch {
		height: 0px !important;
	}	

	.obj-img-container	{
		height: 130px !important;
	}		
	
	#wide-div {
	  width: 100%;
	}	

	.SMbackground-image {
		height: 500px;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 220%;
		margin-top: -110px;
		opacity: 1;
		z-index: 0;
	}
 
	/*SMbackground-image-homepage is een test ivm overlayer*/ 
	.SMbackground-image-homepage {
		background-image: url(https://www.softmaat.nl/Customers/30/Styles/Images/Overweboplossingen_web.jpg);
		width: 100px;
		height: 100%;
		position: relative;
		background: blue;
		background-color: yellow;
	}

	.SMbackground-image-homepage::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 515px;
		display: block;
		z-index: 0;
		background-color: black;
	}
	
	/*SMbackground-image::before is een test ivm overlayer*/ 
	.SMbackground-image::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 515px;
	display: block;
	z-index: 0;
	background-color: rgba(75, 190, 233, 0.41);
	}

	.SMbackground-image-branche {
		height: 100%;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		margin-top: -50px;
		opacity: 1;
		z-index: 0;
	}
	
	.SMbackground-image-blocks {
		height: 122px;
	}	
		
	.SMbackground-image-mid-screen {
		height: 100%;
		max-height: 500px;		
		position: absolute;
		background-repeat: no-repeat;
		background-size: 1640%;
		/* opacity: 0.5; */
		z-index: 0;
	}			
		
	.SMbackground-image-connections {
			height: 100%;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 426%;
		margin-top: -70px;
		/* opacity: 0.5; */
		z-index: 0;
	}
	
		/*.SMpanel_header_top_sub {
		background-color: #FFFFFF !important;
	}*/	
	
#LgnStatus,
#ctl00_MnAccount, #ctl00_MnAccount_DXI0_,
#LoginStatus2,
#LgnStatusMenu,
#HlDashBoard{
	color: #5A7B9D !important;
}	

#idHlNewsletter {
		color: #5A7B9D !important;
}		

.YoutubeWidth {
    width: 100% !important;
    height: 315px !important;
}	

/*EINDE*/	
}
	
	
@media only screen and (min-width: 375px) and (max-width: 413px) {
/*START*/		

#responsive-form {
    margin: 0 100px 170px !important;
	margin-top: -628px !important;
}

.SmContactTextbox {
    width: 370px !important;
}

.hex {
    padding: 0px 40px;
	max-width: 210px;
}

.padding-sm-hex {
    padding: 10px 0 !important;
}

.padding-xl-hex {
    padding: 10px 0 !important;
}
	
.container-2-columns-hex {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.container-1-columns-hex {
	display: grid;
	grid-template-columns: 1fr;
}

.row-offset-small-screen-right-align-1 {
    margin-top: -277px;
    margin-left: 165px;
    margin-bottom: 100px;
    width: 210px !important;
}

.row-offset-small-screen-right-align-2 {
    margin-top: -110px;
    margin-left: 165px;
    margin-bottom: 160px;
    width: 210px !important;
}

.row-offset-small-screen-left-align-1 {
    margin-top: -436px;
    margin-left: 0px;
    margin-bottom: -290px;
}

.btn-header {
    padding: 20px !important;
    min-width: 315px;
}

.container-3-columns-header {
	grid-template-columns: 1fr;
}

.header-height {
	min-height: 480px;
}

.padding-header {
    padding: 20px !important;
}

.hex-title-lg {
	font-size: 60px;
}

.hex-title-md {
	font-size: 48px;
}

p {
	font-size: 14px;
}

body {
	font-size: 14px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

.padding-btn-icon {
    padding: 0rem !important;
}

.btn-icon {
    width: 90px;
    height: 90px;
}

.container-12-columns {
    grid-template-columns: 1fr 1fr 1fr;
}

.margin-cell-left {
	margin-top: 50px;
	margin-right: 50px;
}

.margin-cell-right {
	margin-top: 50px;
	margin-left: 50px;
}

.grid-img-fill {
    width: 100%;
    height: 300px;
}


#bannerTop {
    margin-top: -90px !important;
}

.panel_header_top_sub {
    height: 215px;
}

.panel_header_sub {
	height: 0px; 
}

    #Default_PictureLeftTextRight_Img, #Default_PictureLeftTextRight_Txt, #Default_PictureRightTextLeft_Img, #Default_PictureRightTextLeft_Txt, #ContentPlaceHolder1_top_content, #ContentPlaceHolder1_left_content, #ContentPlaceHolder1_right_content {
        padding-top: 0px !important;
    }
	
.userMenuHeaderManipulate {
    margin-top: -115px;
}
	
.header-alignment-right {
        padding-right: 125px;
        margin-top: -10px;
    }

.header-alignment-center {
        margin-left: 0px;
        margin-top: -10px;
    }

.mytabs label {
    width: 100%;
}

.headerMenuNew {
    margin-top: 520px;
}

/*NIEUW*/

.show-sm {
	
}

.show-lg {
	display: none;
}

.cell-height-640 {
	height: 640px !important;
}

.padding-cell {
    padding: 0 0 0 10px !important;
}

.div-placement2 {
    width: 100%;
}

/*NIEUW*/

.hexmenu-text {
	font-size: 1.25em;
    font-weight: 700;
}

.shift-right-414 {
	margin-left: 80px;
}

.shift-up-414 {
    margin-top: -37px;	
}

.div-placement {
    width: 50%;
}

.HexImageLeft {
	display: none;
}

.HexImageLeftRotated {
	display: none;
}

.HexImageRight {
	display: none;
}

.col-brochures {
    width: 100%;
    float: left;
}

.SMColumn {
    width: 85%;
    margin-left: 15%;
}

.BackgroundContentBox {
    padding: 25px 0 25px 0;
}

	.SMtext-background-image-branche {

	}
	
	.col-xs-12 {
		padding: 0px 10px 0px 10px !important;
	}

.headerLogo {
    width: 257px !important;
    margin-top: 15px;
}
	
	#headerMenu {	
		background-color: #FFFFFF;		
	}		
	
	#headerMenu .pnlSearch {
		height: 0px !important;
	}	
	
	.obj-img-container	{
		height: 130px !important;
	}	

	#wide-div {
	  width: 100%;
	}	

	.SMbackground-image {
		height: 500px;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 160%;
		margin-top: -65px;
		opacity: 1;
		z-index: 0;
	}


	.SMbackground-image-branche {
		height: 100%;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		margin-top: -50px;
		opacity: 1;
		z-index: 0;
	}
	
	.SMbackground-image-mid-screen {
		height: 100%;
		max-height: 500px;		
		position: absolute;
		background-repeat: no-repeat;
		background-size: 1170%;
		/* opacity: 0.5; */
		z-index: 0;
	}			

	.SMbackground-image-connections {
		height: 100%;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 400%;
		margin-top: -65px;
		/* opacity: 0.5; */
		z-index: 0;
	}
	
.YoutubeWidth {
    width: 100% !important;
    height: 315px !important;
}	
	
/*EINDE*/	
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
/*START*/	

#responsive-form {
    margin: 0 100px 170px !important;
	margin-top: -628px !important;
}

.SmContactTextbox {
	width: 370px !important;
}

.hex {
    padding: 0px 40px;
	max-width: 230px;
}

.padding-sm-hex {
    padding: 10px 0 !important;
}

.padding-xl-hex {
    padding: 10px 0 !important;
}
	
.container-2-columns-hex {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.container-1-columns-hex {
	display: grid;
	grid-template-columns: 1fr;
}

.row-offset-small-screen-right-align-1 {
    margin-top: -300px;
    margin-left: 183px;
    margin-bottom: 100px;
    width: 228px !important;
}

.row-offset-small-screen-right-align-2 {
    margin-top: -110px;
    margin-left: 185px;
    margin-bottom: 160px;
    width: 228px !important;
}

.row-offset-small-screen-left-align-1 {
    margin-top: -460px;
    margin-left: 0px;
    margin-bottom: -290px;
}

.btn-header {
    padding: 20px !important;
    min-width: 356px;
}

.container-3-columns-header {
	grid-template-columns: 1fr;
}

.header-height {
	min-height: 480px;
}

.padding-header {
    padding: 20px !important;
}

#Default_PictureLeftTextRight_Img, #Default_PictureLeftTextRight_Txt, #Default_PictureRightTextLeft_Img, #Default_PictureRightTextLeft_Txt, #ContentPlaceHolder1_top_content, #ContentPlaceHolder1_left_content, #ContentPlaceHolder1_right_content {
	padding: 0 !important;
}

.hex-title-lg {
	font-size: 72px;
	font-weight: 900 !important;
}

.hex-title-md {
	font-size: 60px;
}

p {
	font-size: 14px;
}

body {
	font-size: 14px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

.btn-icon {
    width: 90px;
    height: 90px;
}


.container-12-columns {
    grid-template-columns: 1fr 1fr 1fr;
}

.margin-cell-left {
	margin-top: 50px;
	margin-right: 50px;
}

.margin-cell-right {
	margin-top: 50px;
	margin-left: 50px;
}

.grid-img-fill {
    width: 100%px;
    height: 300px;
}

#bannerTop {
    margin-top: -90px !important;
}

.panel_header_top_sub {
    height: 225px;
}

.panel_header_sub {
	height: 50px; 
}

.userMenuHeaderManipulate {
    margin-top: -120px;
}
	
.header-alignment-right {
        padding-right: 120px;
        margin-top: 0px;
    }

.header-alignment-center {
    margin-left: 0px;
    margin-top: 20px;
}

.mytabs label {
    width: 100%;
}

/*NIEUW*/

.headerMenuNew {
    margin-top: 520px;
}

.show-sm {
	
}

.show-lg {
	display: none;
}

.cell-height-640 {
	height: 640px !important;
}

.padding-cell {
    padding: 0 0 0 10px !important;
}

.div-placement2 {
    width: 100%;
}

/*NIEUW*/

.hexmenu-text {
	font-size: 1.25em;
    font-weight: 700;
}

.shift-right-414 {
	margin-left: 87px;
}

.shift-up-414 {
    margin-top: -42px;	
}

.div-placement {
    width: 50%;
}

.HexImageLeft {
	display: none;
}

.HexImageLeftRotated {
	display: none;
}

.HexImageRight {
	display: none;
}

.col-brochures {
    width: 100%;
    float: left;
}

.SMColumn {
    width: 85%;
    margin-left: 15%;
}

.BackgroundContentBox {
    padding: 25px 0 25px 0;
}

	.col-xs-12 {
		padding: 0px 10px 0px 10px !important;
	}

.headerLogo {
    width: 269px !important;
    margin-top: 10px;
    margin-left: 60px !important;
}
		
	#header {
		height: 38px !important;
	}	
	
	#headerMenu {	
		background-color: #FFFFFF;		
	}		
	
	#headerMenu .pnlSearch {
		height: 0px !important;
	}		
	
	.obj-img-container	{
		height: 130px !important;
	}	

	#wide-div {
	  width: 100%;
	}	

	.SMbackground-image {
		height: 500px;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 114%;
		margin-top: -20px;
		opacity: 1;
		z-index: 0;
	}

	.SMbackground-image-branche {
		height: 100%;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		margin-top: -50px;
		opacity: 1;
		z-index: 0;
	}
	
	.SMbackground-image-mid-screen {
		height: 100%;
		max-height: 500px;	
		position: absolute;
		background-repeat: no-repeat;
		background-size: 1000%;
		z-index: 0;
	}			

	.SMbackground-image-connections {
			height: 100%;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 281%;
		margin-top: -53px;
		z-index: 0;
	}
	
.YoutubeWidth {
    width: 100% !important;
    height: 315px !important;
}

/*EINDE*/
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
/*START*/

#responsive-form {
    margin: 0 100px 170px !important;
	margin-top: -628px !important;
}

.SmContactTextbox {
	width: 370px !important;
}

.hex {
    padding: 0px 40px;
	max-width: 400px;
}

.padding-sm-hex {
    padding: 10px 20px !important;
}

.padding-xl-hex {
    padding: 10px 20px !important;
}
	
.container-2-columns-hex {
        display: grid;
        grid-template-rows: 1fr 1fr;
        gap: 15px;
    }

.container-1-columns-hex {
	display: grid;
	grid-template-columns: 1fr;
}

.row-offset-small-screen-right-align-1 {
    margin-top: -507px;
    margin-left: 315px;
	margin-bottom: 250px;
	width: 453px !important;
}

.row-offset-small-screen-right-align-2 {
    margin-top: -252px;
    margin-left: 315px;
    margin-bottom: 160px;
	width: 453px !important;
}

.row-offset-small-screen-left-align-1 {
    margin-top: -672px;
    margin-left: 0px;
    margin-bottom: 160px;
}

.btn-header {
    padding: 20px !important;
    min-width: 256px;
}

.container-3-columns-header {
	grid-template-columns: 1fr 1fr 1fr;
}

.btn-header {
    min-width: 150px;
}

.header-height {
	min-height: 640px;
}

.padding-header {
    padding: 80px !important;
}

.hex-title-lg {
	font-size: 72px;
	font-weight: 900 !important;
}

.hex-title-md {
	font-size: 60px;
}

p {
	font-size: 16px;
}

body {
	font-size: 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}

.padding-btn-icon {
    padding: 0rem !important;
}

.btn-icon {
    width: 90px;
    height: 90px;
}

.container-12-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.margin-cell-left {
	margin-top: 50px;
	margin-right: 50px;
}

.margin-cell-right {
	margin-top: 50px;
	margin-left: 50px;
}

.grid-img-fill {
    width: 100%px;
    height: 450px;
}

.cell-1-margin {
	margin-left: 0rem;
}

.cell-2-margin {
	margin-right: 0rem;
}

.panel_header_top_sub {
    height: 95px;
}

.panel_header_sub {
	height: 50px; 
}

.header-alignment-right {
    margin-right: -85px;
    padding-bottom: 10px;
    margin-top: -15px;
}

.header-alignment-center {
        margin-left: -190px;
        margin-top: -35px;
    }

.mytabs label {
    width: 100%;
}

.btn-header {
    font-size: 12px;
    padding: 15px !important;
}

.header-slider-text {
	line-height: 4rem;
}

.headerMenuNew {
    margin-top: 225px;
}

ul li.phone{
  display: none;
}

/*NIEUW*/

.show-sm {
	display: none;
}

.show-lg {
	
}

.hex-shiftup-1024 {
	 margin-top: -70px;
}

.hex-shiftright-1024 {
	 margin-left: 147px;
}

.cell-height-640 {
	height: 640px !important;
}

.padding-cell {
    padding: 20px !important;
}

.div-placement2 {
    width: 50%;
}

/*NIEUW*/

.hexmenu-text {
	font-size: 1.5em;
}

.shift-right-768 {
	margin-left: 105px;
}

.shift-up-768 {
    margin-top: -50px;	
}

.div-placement {
    width: 33%;
}

.HexImageLeft {
	display: none;
}

.HexImageLeftRotated {
	display: none;
}

.HexImageRight {
	display: none;
}

.SMColumn {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.BackgroundContentBox {
    padding: 25px 0 25px 0;
}

#bannerTop {
    top: -40px;
}

	.col-sm-12 {
		padding: 0px 10px 0px 10px !important;
	}

	.dxm-spacing{
		 min-width:14px !important;
	}	
	
	#header {
		height: 38px !important;
	}	
	
.headerLogo {
    width: 270px !important;
    margin-top: 10px;
    margin-left: 10px !important;
}

	#headerMenu {	
		background-color: #FFFFFF;		
	}		
	
	#headerMenu .pnlSearch {
		height: 0px !important;
	}		
	
	.obj-img-container	{
		height: 130px !important;
	}

	#wide-div {
	  width: 100%;
	}

	.SMbackground-image {
		height: 440px;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 175%;
		margin-top: -40px;
		opacity: 1;
		z-index: 0;
	}	

	.SMbackground-image-branche {
		height: 100%;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		margin-top: -0px;
		opacity: 1;
		z-index: 0;
	}
	
	.SMbackground-image-blocks {
		height: 200px;
		width: 32%;
		padding-top: 40px;
		background-position: right;
		margin-right: 0.5%;
		border-radius: 10px;
	}		

	.SMbackground-image-connections {
			height: 100%;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 204%;
		top: 17px;
		z-index: 0;
	}
	
	.SMbackground-image-mid-screen {
		height: 100%;
		max-height: 500px;	
		position: absolute;
		background-repeat: no-repeat;
		background-size: 540%;
		z-index: 0;
	}		
	
.YoutubeWidth {
    width: 100% !important;
    height: 315px !important;
}	

/*EINDE*/	
}


@media only screen and (min-width: 1024px) and (max-width: 1279px) {
/*START*/

#responsive-form {
    margin: 0 100px 170px !important;
	margin-top: -628px !important;
}

.SmContactTextbox {
	width: 370px !important;
}

.hex {
    padding: 0px 40px;
}

.padding-sm-hex {
    padding: 102px 20px !important;
}

.padding-xl-hex {
    padding: 10px 312px !important;
}
	
.container-2-columns-hex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 202px;
}

.container-1-columns-hex {
	display: grid;
	grid-template-columns: 1fr;
}

.row-offset {
    margin-top: -264px;
}

.btn-header {
    padding: 20px !important;
    min-width: 176px;
}

.container-3-columns-header {
	grid-template-columns: 1fr 1fr 1fr;
}

.header-height {
	min-height: 640px;
}

.padding-header {
    padding: 80px 160px !important;
}

.hex-title-lg {
	font-size: 72px;
	font-weight: 900 !important;
}

.hex-title-md {
	font-size: 60px;
}

p {
	font-size: 16px;
}

body {
	font-size: 16px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.container-2-columns-right {
    grid-template-columns: 1fr 2fr;
}

.container-2-columns-left {
    grid-template-columns: 2fr 1fr;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    display: none;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    display: none;
}

.padding-btn-icon {
    padding: 0rem !important;
}

.btn-icon {
    width: 90px;
    height: 90px;
}

.container-12-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.margin-cell-left {
	margin-top: 50px;
	margin-right: 50px;
}

.margin-cell-right {
	margin-top: 50px;
	margin-left: 50px;
}

.grid-img-fill {
    width: 100%px;
    height: 450px;
}

.cell-1-margin {
	margin-left: 0rem;
}

.cell-2-margin {
	margin-right: 0rem;
}

.header-alignment-right {
    margin-right: -95px;
}

.header-alignment-center {
    margin-left: 50px;
    margin-top: -25px;
}

.mytabs label {
    width: 12.5%;
}

.btn-header {
    font-size: 12px;
    padding: 15px !important;
}

.header-slider-text {
	line-height: 4rem;
}

.headerMenuNew {
    margin-top: 20px;
}

.bx-wrapper {
    margin: 0 0 0px !important;
}

ul li.phone{
  display: none;
}

/*NIEUW*/

.show-sm {
	display: none;
}

.show-lg {
	
}

.hex-shiftup-1024 {
	 margin-top: -51px;
}

.hex-shiftright-1024 {
	 margin-left: 103px;
}

.cell-height-640 {
	height: 640px !important;
}


.padding-md-footer {
    padding: 40px !important;
}

.padding-cell {
    padding: 20px !important;
}

.div-placement2 {
    width: 50%;
}

/*NIEUW*/

.hexmenu-text {
	font-size: 1.6em;
}

.shift-right-1280 {
	margin-left: 105px;
}

.shift-up-1280 {
    margin-top: -50px;	
}

.div-placement {
    width: 25%;
}

.SMColumn {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.BackgroundContentBox {
    padding: 25px 0 25px 0;
}

	#bannerTop {
		top: 12px;
	}

	.dxm-spacing{
		 min-width:14px !important;
	 }
	 
	.col-xs-12 {
		padding: 0px 10px 0px 10px !important;
	}	 
		 
.extraHeaderHtmlBlock {
    margin-top: -38px;
    margin-left: -500px !important;
}
		 
.headerLogo {
    width: 260px;
    margin-top: 10px;
    margin-left: 10px !important;
}
		
	#headerMenu {	
		background-color: #FFFFFF;	
		padding-left: 400px !important;
	}		
	

	.obj-img-container	{
		height: 130px !important;
	}		
	
	#wide-div {
	  width: 100%;
	}	 

	.SMbackground-image {
		height: 100%;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 1453px;
		margin-top: -65px;
		opacity: 1;
		z-index: 0;
	}	

	.SMbackground-image-branche {
		height: 1000px;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 1453px;
		margin-top: -41px;
		opacity: 1;
		z-index: 0;
	}
	
	.SMbackground-image-blocks {
		height: 200px;
		width: 32%;
		padding-top: 40px;
		background-position: right;
		margin-right: 0.5%;
		border-radius: 10px;
	}	

	.SMbackground-image-connections {
			height: 100%;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 1453px;
		margin-top: -41px;
		/* opacity: 0.5; */
	}
	
	.SMbackground-image-mid-screen {
		height: 100%;
		max-height: 500px;		
		position: absolute;
		background-repeat: no-repeat;
		background-size: 335%;
		/* opacity: 0.5; */
		z-index: 0;
	}			

.YoutubeWidth {
    width: 100% !important;
}	

/*EINDE*/	
}

@media only screen and (min-width: 1280px) and (max-width: 1499px) {	
/*START*/	

#responsive-form {
    margin: 0 100px 170px !important;
	margin-top: -628px !important;
}

.SmContactTextbox {
	width: 370px !important;
}

.hex {
    padding: 0px 60px;
}

.padding-sm-hex {
    padding: 102px 20px !important;
}

.padding-xl-hex {
    padding: 48px 393px !important;
}
	
.container-2-columns-hex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 261px;
}

.container-1-columns-hex {
	display: grid;
	grid-template-columns: 1fr;
}

.row-offset {
    margin-top: -338px;
}

.landscape {
        height: 0 !important;
    }
	
.btn-header {
    padding: 20px !important;
    min-width: 256px;
}
	
.container-3-columns-header {
	grid-template-columns: 1fr 1fr 1fr;
}

.header-height {
	min-height: 640px;
}

.padding-header {
    padding: 80px 320px !important;
}

.hex-title-lg {
	font-size: 72px;
	font-weight: 900 !important;
}

.hex-title-md {
	font-size: 60px;
}

p {
	font-size: 18px;
}

body {
	font-size: 18px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.container-2-columns-right {
    grid-template-columns: 1fr 2fr;
}

.container-2-columns-left {
    grid-template-columns: 2fr 1fr;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    display: none;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    display: none;
}

.padding-btn-icon {
    padding: 0rem !important;
}

.btn-icon {
    width: 90px;
    height: 90px;
}

.container-12-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.margin-cell-left {
	margin-top: 50px;
	margin-right: 50px;
}

.margin-cell-right {
	margin-top: 50px;
	margin-left: 50px;
}

.grid-img-fill {
    width: 100%px;
    height: 500px;
}

.cell-1-margin {
	margin-left: 0rem;
}

.cell-2-margin {
	margin-right: 0rem;
}

.mytabs label {
    width: 12.5%;
}

.btn-header {
    font-size: 12px;
    padding: 15px !important;
}

.header-slider-text {
	line-height: 6rem;
}

.headerMenuNew {
    margin-top: -20px;
}

.LgnStatus, #HlNewsletter, #HlRegisterNewCustomer, #HlDashBoard, #HlFavourites, #idMnAccountLogin {
    width: 35px !important;
}

.header-alignment-right {
        margin-right: -360px;
        margin-top: -10px;
    }

.header-alignment-center {
    margin-left: -200px;
    margin-top: -25px;
}

.bx-wrapper {
    margin: 0 0 0px !important;
}

.ProductAnchorLandingAHref {
    font-size: 2.5em !important;
}

ul li.phone{
  display: none;
}

/*NIEUW*/

.show-sm {
	display: none;
}

.show-lg {
	
}

.hex-shiftup-1280 {
	 margin-top: -56px;
}

.hex-shiftright-1280 {
	 margin-left: 113px;
}

.cell-height-640 {
	height: 640px !important;
}

.padding-cell {
    padding: 40px !important;
}

.div-placement2 {
    width: 50%;
}

/*NIEUW*/

.hexmenu-text {
	font-size: 1.6em;
}

.shift-right-1280 {
	margin-left: 105px;
}

.shift-up-1280 {
    margin-top: -50px;	
}

.div-placement {
    width: 25%;
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white !important;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
  color: white !important;
}

.SMColumn {
	width: 68%;
	margin-left: 16%;
    margin-right: 16%;
}

.BackgroundContentBox {
	padding: 50px 0 50px 0;
}

	.dxmLite .dxm-horizontal .dxm-image-l .dxm-content, .dxmLite .dxm-horizontal .dxm-image-r .dxm-content {
		font-size: 20px;
		font-weight: 600;
	}	

	.extraHeaderHtmlBlock {
		 margin-top: -105px;
		 margin-left: 140px !important;
	}

	#header {
		 height: 46px !important;
	}

.headerLogo {
    width: 230px !important;
    margin-top: -125px;
}
		
	#headerMenu {	
		background-color: #FFFFFF;		
		padding-left: 320px !important;		
		margin-top: -40px !important;
	}		
		
.obj-img-container	{
	height: 130px !important;
}		

#wide-div {
	width: 100%;
}	

.SMbackground-image {
	height: 580px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 138%;
	margin-top: -20px;
	opacity: 1;
	z-index: 0;
}

.SMbackground-image-branche {
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 132%;
	top: 12px;
	opacity: 1;
	z-index: 0;
}

	.SMbackground-image-connections {
		height: 100%;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 138%;
		margin-top: -20px;
		z-index: 0;	
	}
	
	.SMbackground-image-mid-screen {
		height: 100%;
		max-height: 500px;	
		position: absolute;
		background-repeat: no-repeat;
		background-size: 200%;
		z-index: 0;
	}		

	.SMbackground-image-blocks {
		height: 200px;
		width: 32.3%;
		padding-top: 40px;
		background-position: right;
		margin: 0.5%;
		border-radius: 10px;
	}

.panel_header_top_sub {
    height: 90px !important;
}

	.userMenu {
		 top: 0;
		padding: 4px !important;	 
	}

#LgnStatus,
#ctl00_MnAccount, #ctl00_MnAccount_DXI0_,
#LoginStatus2,
#LgnStatusMenu,
#HlDashBoard{
	color: white !important;
}

.YoutubeWidth {
    width: 100% !important;
    height: 315px !important;
}	

.SearchBox {
    width: calc(230px - 47px) !important;
}

/*EINDE*/
}	

@media only screen and (min-width: 1500px) {	
/*START*/

.dxm-ltr .dxm-horizontal > ul.dx {
    min-width: 1500px !important;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

#responsive-form {
    margin: 0 100px 170px !important;
	margin-top: -628px !important;
	width: 50% !important;
	position: relative;
	z-index: 100;
}

.dxeMemoSys textarea {
    width: 745px !important;
}

.SmContactTextbox {
	width: 370px !important;
}

.hex {
    padding: 0px 80px;
}

.padding-sm-hex {
    padding: 102px 150px !important;
}

.padding-xl-hex {
    padding: 48px 640px !important;
}

.container-3-columns-hex {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 242px;
}
	
.container-2-columns-hex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 342px;
}

.container-1-columns-hex {
	display: grid;
	grid-template-columns: 1fr;
}

.row-offset {
  margin-top: -400px;
}

.container-3-columns-header {
	grid-template-columns: 1fr 1fr 1fr;
}
	
#footer {
    padding: 40px 4px !important;
}

.header-height {
	min-height: 640px;
}

.container-3-columns-api {
     grid-template-columns: 4fr 1fr 4fr;
}

.hex-title-lg {
	font-size: 72px;
	font-weight: 900 !important;
}

.hex-title-md {
	font-size: 60px;
}

.hex-title-margin {
	margin: 80px 0;
}

.subtitle-exact { font-size: 18px; font-weight: 700; }
	
p, body {
	font-size: 18px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.yt-width-md {
	width: 850px !important;
    height: 478px;
}

.container-2-columns-right {
    grid-template-columns: 1fr 2fr;
}

.container-2-columns-left {
    grid-template-columns: 2fr 1fr;
}

.mytabs-icons {
    width: 640px;
}

.padding-btn-icon {
    padding: 0rem 12rem !important;
}

.btn-icon {
    width: 133px;
    height: 133px;
}

.container-12-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#header {
	height: 0 !important;
}

.panel_header_sub {
	height: 100px; 
}

.mytabs label {
    width: 12.5%;
}

.cell-padding {
	padding: 0rem 12rem;
}

.btn-header {
    font-size: 16px;
    padding: 20px !important;
	min-width: 256px;
}

.btn-header-small {
    font-size: 16px;
    padding: 20px !important;
min-width: 160px;
}

.header-slider-text {
	line-height: 8rem;
}

.header-alignment-right {
    padding-right: 155px;
    margin-top: -15px;
}

.header-alignment-center {
    margin-left: -200px;
    margin-top: -25px;
}

.bx-wrapper {
    margin: 0 0 0px !important;
}

#ContentPlaceHolder1_cbProductDetails_pnlProducts_pnlProductInfo_ProductorderDetails1_cbOrderProductDetails_pnlOptions_1Cell8031 {
	width: 340px !important;
}

.obj-container {
    height: 357px !important;
}

.ProductAnchorLandingAHref {
    font-size: 2.5em !important;
}

.dxdvFlowItemsContainer {
    width: 1500px;
    margin-bottom: 6rem;
}

/*PRODUCT SLIDER*/
.WebsiteImageGallery {
    width: 100vw;
    float: left;
    margin-left: calc(-50vw + 50%);
}

.slideBg1 {
    width: 100vw !important;
    background-size: cover !important;
}

.slideBg2 {
    width: 100vw !important;
    background-size: cover !important;
}

.bx-wrapper .bx-viewport {
    border: solid transparent 0px !important;
    left: -5px;
    background: #fff;
}

/*PRODUCT SLIDER END*/

.menuSearch {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

ul li.phone{
  display: none;
}

.hex-img-width {
	width: 198px;
}

/*NIEUW*/

.show-sm {
	display: none;
}

.show-lg {	
}

.padding-header {
    padding: 80px 480px !important;
}

.padding-cell {
	padding: 40px !important;
}

.padding-cell-lg {
	padding: 0 18rem !important;
}

.margin-cell-left {
    margin-right: 50px;
    margin-left: 12rem;
    justify-content: center !important;
	align-items: flex-start;
}

.margin-cell-right {
    margin-left: 50px;
    margin-right: 12rem;
    justify-content: center !important;
	align-items: flex-start;
}

.grid-img-fill {
    width: 100%;
    height: 600px;
}

.cell-1-margin {
	margin-left: 20rem;
}

.cell-2-margin {
	margin-right: 20rem;
}

.padding-blogs-title {
	padding: 3rem 0rem 0rem !important;
}

.padding-blogs {
	padding: 0rem 24rem !important;
}

.padding-cell-right {
    padding-left: 6rem !important;
	padding-right: 36rem !important;
}

.padding-cell-left {
    padding-right: 6rem !important;
	padding-left: 36rem !important;
}

.div-placement2 {
    width: 33%;
}

/*NIEUW*/

.hexmenu-text {

}

.div-placement {
    width: 20%;
}

.shift-right-1500 {
	margin-left: 123px;
}

.shift-up-1500 {
    margin-top: -64px;	
}

.icon-bar {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white !important;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
  color: white !important;
}

.SMColumn {
	width: 68%;
	margin-left: 16%;
    margin-right: 16%;
}

.BackgroundContentBox {
	padding: 75px;
}
	
	.dxmLite .dxm-horizontal .dxm-image-l .dxm-content, .dxmLite .dxm-horizontal .dxm-image-r .dxm-content {
		font-size: 18px;
		font-weight: 400;
	}	

.headerLogo {
    width: 300px !important;
    margin-top: -110px;
}


.VariableWidth  {
	width: 1500px;	
}
		
	.footer-min-width-per-column {
		min-width: 375px;
	}	
			
	#headerMenu {	
		background-color: #FFFFFF;	
		padding-left: 470px !important;
		margin-top: -15px !important;
		height: 50px; 
	}		
	
	#headerMenu .pnlSearch {
		height: 0px !important;
	}		
	
.MnHeadMenu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
}
	
	#wide-div {
	  width: 100vw;
	  margin-left: calc(-50vw + 50%);
	}	

	.SMbackground-image {
		height: 633px;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		top: 10px;
		opacity: 1;
		z-index: 0;
	}

	.SMbackground-image-branche {
		height: 100%;
		max-height: 900px;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		top: 10px;
		opacity: 1;
		z-index: 0;
	}

	.SMbackground-image-connections {
		height: 100%;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		top: 10px;
		z-index: 0;
	}
	
	.SMbackground-image-mid-screen {
		height: 100%;
		max-height: 500px;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 200%;
		z-index: 0;
	}	

	.SMbackground-image-blocks {
		height: 200px;
		width: 32%;
		padding-top: 40px;
		background-position: right;
		margin-right: 0.5%;
		border-radius: 10px;
	}
	
	.SMPadding {
		padding-top: 75px;
	}

.userMenu {
	top: 0px;
	padding: 4px !important;
}

#LgnStatus,
#ctl00_MnAccount, #ctl00_MnAccount_DXI0_,
#LoginStatus2,
#LgnStatusMenu,
#HlDashBoard, 
#HlNewsletter,
#idHlNewsletter {
	color: #fff !important;
}

.YoutubeWidth {
    width: 100% !important;
}

.SearchBox {
    width: calc(230px - 47px) !important;
}

/*EINDE*/
	
	
/* EINDE CUSTOM AFMETINGEN PER SCHERM FONTSIZE - HOOGTE */

/*----------------------------------------------*/
/*CUSTOM STYLE SHEET------------------*/
/*EINDE--------------------------------------*/