/*-------------------------------------------*/
/*CUSTOM STYLE SHEET-------------------------*/
/*Softmaat eSelfBilling----------------------*/
/*Datum 2026-06-03---------------------------*/
/*Last edited by FK--------------------------*/
/*START--------------------------------------*/

.container-2-columns.faq {
    grid-template-columns: 67% 33% !important;
}
	
.panel_footer #footer, .panel_footer #footerBar {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%);
    }
	
.panel_footer_sub {	background: white; }

.footerExtraText, .footerExtraText, .footer_inner, .panel_footer { margin-left: calc(-50vw + 50%); width: 100vw !important; max-width: 100vw !important; }
/*Carousel*/

.logo-carousel .logo-track a {
  display: flex;
}

.logo-carousel-black {
  background: #000;
}

.logo-carousel-dark {
  background: #141414;
}

.logo-carousel-turqoise {
  background: #c8e5e9;
}

.logo-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.logo-track{
  display:flex;
  width:max-content;
  gap:40px;
  animation: scroll 20s linear infinite;
  will-change: transform;
}

.logo-track img{
  flex:0 0 auto;
  width:clamp(120px, 12vw, 180px);
  object-fit: contain;
}

.logo-carousel::before,
.logo-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-carousel::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.logo-carousel::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}

.logo-carousel-white::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.logo-carousel-white::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}

.logo-carousel-turqoise::before {
  left: 0;
  background: linear-gradient(to right, #c8e5e9 0%, transparent 100%);
}

.logo-carousel-turqoise::after {
  right: 0;
  background: linear-gradient(to left, #c8e5e9 0%, transparent 100%);
}

@keyframes scroll{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/*Carousel END*/

/*USERMENU*/

a.header-order-button {
    border-radius: 0px 25px 25px 0;
    padding: 5px 15px 5px 5px !important !important;
    border: 0px transparent solid !important;
}

#ctl00_ShoppingCartWidget1_CbShoppingCartWidget_headerShoppingCartIcon{
  display:none !important;
}

#ctl00_ShoppingCartWidget1_CbShoppingCartWidget_BtnOrder_CD{
  display:none !important;
}

#ctl00_ShoppingCartWidget1_CbShoppingCartWidget_BtnOrder > span{
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
}

/*.header-shoppingcart-button {
    display: none;
}*/

.header-shoppingcart-button {
    padding: 6px 0 !important;
    border: 1px solid transparent !important;
    color: white !important;
    border-radius: 25px 0 0 25px !important;
	background-color: #e56a25 !important;
}

#ctl00_ShoppingCartWidget1_CbShoppingCartWidget_BtnOrder > span::before{
  content:"\f07a";
  font-family:"FontAwesome"; /* als je FA4 gebruikt */
  font-size: 18px;
  line-height:1;
  display:inline-block;
}

#ctl00_MnAccount_DXI0_{
  min-width: 0 !important;
  max-width: 30px;
}

#ctl00_MnAccount_DXI0_T .dxm-contentText{
  display: flex !important;
  align-items: center;
  gap: 6px;
  min-width: 0 !important;
}

#idMnAccountLoginText{
  display: block !important;
  max-width: 50px !important;
  min-width: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

#ctl00_MnAccount_DXI0_.dxm-hovered,
#ctl00_MnAccount_DXI0_:hover{
  background: #000 !important;
}

#ctl00_MnAccount_DXI0_.dxm-hovered #idMnAccountLoginText,
#ctl00_MnAccount_DXI0_.dxm-hovered #idMnAccountLogin,
#ctl00_MnAccount_DXI0_:hover #idMnAccountLoginText,
#ctl00_MnAccount_DXI0_:hover #idMnAccountLogin{
  color: #fff !important;
}

#bannerTop a.HeaderIcon {
    display: none !important;
    align-items: center;
    gap: 8px;
    padding: 6px 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    transition: background .15s ease, border-color .15s ease, transform .15s ease;
    flex-direction: column;
}

#bannerTop .ShowPricesHyperLink {
	display: none !important;
}

#bannerTop a.HeaderIcon:hover{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-1px);
}

#bannerTop a.HeaderIcon i.fa{
  font-size: 18px !important;
}

#bannerTop a.HeaderIcon .HeaderText,
#bannerTop a.HeaderIcon > div{
  display: none !important;
}

#ctl00_MnAccount_DXI0_T{
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
}

#ctl00_MnAccount_DXI0_T .dxm-contentText{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 3px !important;
  min-width: 0 !important;
  padding: 0 !important;
}

#ctl00_MnAccount_DXI0_T .dxm-contentText{
  text-indent: 0 !important;
}

#idMnAccountLoginText{
  margin: 0 !important;
  line-height: 1 !important;
}

#ctl00_MnAccount_DXI0_P{
  display: none !important;
}

#ctl00_MnAccount_DXI0_T .dxm-contentText{
  font-size: 0 !important;
  line-height: 0 !important;
}

#ctl00_MnAccount_DXI0_T #idMnAccountLogin{
  font-size: 18px !important;
  line-height: 1 !important;
}

#ctl00_MnAccount_DXI0_T #idMnAccountLoginText{
  display: none !important;
}

.flags-dropdown-button {
    display: none;
}

.fa-2x {
    font-size: 1em !important;
}

.header-order-button {
	min-height: 23px;
}

/*USERMENU END*/

/*VLAGGEN*/
#CbbFlags td.dxeIIC img[title="English"]{
  content: url("/Customers/30/Images/WebItem/Images/Vlag-EN.jpg") !important;
  width: 25px !important;
    height: auto !important;
    border-radius: 25px;
	margin-top: -7px;
}
#CbbFlags td.dxeIIC img[title="Nederlands"]{
  content: url("/Customers/30/Images/WebItem/Images/Vlag-NL.jpg") !important;
  width: 25px !important;
    height: auto !important;
    border-radius: 25px;
	margin-top: -7px;
}

#CbbFlags_DDD_L img[src*="flag_great_britain"]{
  content: url("/Customers/30/Images/WebItem/Images/Vlag-EN.jpg") !important;
  width: 25px !important;
    height: auto !important;
    border-radius: 25px;
}
#CbbFlags_DDD_L img[src*="flag_netherlands"]{
  content: url("/Customers/30/Images/WebItem/Images/Vlag-NL.jpg") !important;
  width: 25px !important;
    height: auto !important;
    border-radius: 25px;
}

/*VLAGGEN END*/

.pageheaderimagewrapper {
    position: absolute;
    top: 0;
    right: -163px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1000px;
    z-index: -1;
}

.pageheaderbg-home {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: none;
    z-index: -1;
	width: 100vw;
}

.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;
	width: 100vw;
}

/*Header sticky*/
	
.stickyTop {
	display: none !important;
}

.panel_header_top_sub_below {
	position: relative;
	z-index: 200;
}

.panel_header {
	position: relative;
}

.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="Plan demo"] {
    border: 2px solid #3365ae !important;
    width: 175px !important;
    text-align: center !important;
    border-radius: 30px !important;
	transition: background 1s ease, color 1s ease;
}

.dxm-content.dxm-hasText.dx[title="Plan demo"] .dx-vam.dxm-contentText {
    color: #3365ae;
    transition: color 1s ease;
    padding: 0 !important;
}

.dx-vam .dxm-contentText span {
	text-align: center !important;
}

.dxm-content.dxm-hasText.dx[title="Plan demo"]:hover {
    border: 2px solid #3365ae !important;
    background: #3365ae !important;
}

.dxm-content.dxm-hasText.dx[title="Plan demo"]:hover .dx-vam.dxm-contentText {
    color: white;
}

.header-alignment-right {
	display: none;
}

#LgnStatus,
#HlNewsletter {
	display: none !important;
}

.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-ecommerce-light{	background: linear-gradient(300deg, #fff 33%, #c7dcf8);	-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-solutions-light { background: linear-gradient(300deg, #c7dcf8 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-wholesale-light { background: linear-gradient(300deg, #c7dcf8 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%, #1b1a3a); -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;
    font-family: Poppins;
    font-weight: 700;
}

#ContentPlaceHolder1_BtnAddCustomer span {
	font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
}

.labelForm {
    margin-top: 10px;
}

.pnlLogin, .PnlAddCustomer  {
    padding: 20px !important;
}

.dxeBase.header {
	font-size: 32px;
	color: #5a88ca;
	font-weight: 700;
	font-family: Poppins;
}

.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*/

.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;
}

.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: flex-start;
    justify-content: flex-start !important;
    border-radius: 10px;
    text-wrap: wrap;
    word-break: break-word;
	background: #fff;
	box-shadow: 2px 2px 2px #eceff4;
	border: 2px solid #f1f1f1;
}

.dxmLite .dxm-popup .dxm-content {
    padding: 3px 20px 3px 20px !important;
    /*text-wrap: wrap;*/
}

.panel_header_top_sub {
    display: none !important;
}

div.scrollingHotSpotLeft {
    height: 225px !important;
}

div.scrollingHotSpotRight {
    height: 225px !important;
}

/*#makeMeScrollable {
    width: 100%;
}*/

#ContentPlaceHolder1_ctl02 {
    font-size: 3rem !important;
    font-weight: 900 !important;
    font-family: Poppins;
    color: #d8262b;
}

.dxcvCard_Metropolis {
    border: 1px solid #ffffff00 !important;
}

.ProductAnchorLandingAHref {
    font-weight: 900 !important;
    color: #042854 !important;
    font-family: Poppins;
}

/*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: Poppins;
}

.SmDescriptionShort {
	display: none;
}

.ProductDetailsButton {
	margin: 0;
}

.LblOverviewProductName {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.LblOverviewProductName span {
    font-size: 16px !important;
    line-height: 20px;
	text-align: center !important;
	font-family: Poppins;
	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: Poppins;
	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, #ffffff 33%, transparent) !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; mix-blend-mode: multiply;}
.Blue2Solid { background: #8eb1e1; mix-blend-mode: multiply;}
.Blue3Solid { background: #5a88ca; mix-blend-mode: multiply;}
.Blue4Solid { background: #113870; mix-blend-mode: multiply;}
.Blue5Solid { background: #042854; mix-blend-mode: multiply;}
.WhiteSolid { background: #fff;}
/*.YellowSolid { background: #f3edd4 }
.YellowSolidMedium { background: #ffdc98; }*/

/*BOX SOLID END*/

body, p, h1, h2, h3, h4, h5, h6 {
    font-family: Poppins;
}

body, p {
    font-weight: 400;
}

p {
    line-height: 32px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    word-break: break-word;
    margin: 0 0 10px;
}

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: Poppins;
    padding: 5px 32px 5px 5px !important;
}

.dxm-item {
    border-width: 1px;
    border-color: transparent !important;
}

.dxmLite .dxm-popup {
    border: 0px solid transparent;
    background-color: white;
    padding: 1px;
	box-shadow: 5px 5px 5px #1138703b;
}

.dxmLite .dxm-popup .dxm-gutter {
    background: white !important;
    padding: 5px;
}

.btn-solid {
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-align: center;
	display: inline-block;
	transition: background 1s ease, color 1s ease;
	border-radius: 8px;
	color: white !important;
	background: #3365ae;
	padding: 16px 32px;
	border: 2px solid #3365ae;
}

.btn-solid:hover {
	background: #6396df;
	color: white !important;
	border: 2px solid #6396df;
}

.btn-outline {
    border: 2px solid #3365ae;
    color: #3365ae !important;
    transition: background 1s ease, color 1s ease;
    padding: 16px 32px;
    border-radius: 5px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.btn-outline:hover {
	color: #white !important;
	background: #3365ae;
	text-transform: none !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: Poppins;
}

.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: Poppins;
	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: Poppins;
	 line-height: 22px;
}

.grayscale:hover {
  filter: grayscale(30%);
}

.Hlgeneraltext {
     font-family: Poppins;
}

.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: Poppins;
}

.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: Poppins !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: Poppins;
}


.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: Poppins;
	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;
}

.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: Poppins;
    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: Poppins;
	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;
        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*/	

.header-icon-width {
	width: 300px;
}

.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;
}

.pageheaderimage-bestelmonitor { margin-left: 375px; }
.pageheaderimage-abo { margin-left: 595px; }
.pageheaderimage-stuklijst { margin-left: 270px; }
.pageheaderimage-inkoop { margin-left: 155px; }
.pageheaderimage-retour { margin-left: 180px; }
.pageheaderimage-locatie { margin-left: 100px; }
.pageheaderimage-pim { margin-left: 23px; }
.pageheaderimage-eol-opt { margin-left: 25px; }
.pageheaderimage-eol-imp { margin-left: 40px; }
.pageheaderimage-person { margin-left: 20px; }

p, 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_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: 100vw;
	}	

	.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;
}	

.container-1-columns.padding-md.WhiteGradient {
	display: none;
}

/*EINDE*/	
}
	
	
@media only screen and (min-width: 375px) and (max-width: 413px) {
/*START*/		

.info-card {
    padding: 20px;
    margin: 10px;
}

    .pageheader {
        position: relative;
        min-height: 250px;
        overflow: visible;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        z-index: 0;
    }

  .pageheaderbg {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    object-position: right bottom;
    z-index: -2;
  }

.pageheaderimagewrapper {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 90px;
    left: auto;
    height: 290px;
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: -1;
    pointer-events: none;
}

  .pageheaderimage {
    position: relative;
    height: 100%;
    width: auto;
  }
  
.header-icon-width {
	width: 300px;
}

.SmContactTextbox {
    width: 320px !important;
}

.hex {
    padding: 40px;
    text-align: center;
}

.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;
}

.pageheaderimage-bestelmonitor { margin-left: 375px; }
.pageheaderimage-abo { margin-left: 595px; }
.pageheaderimage-stuklijst { margin-left: 270px; }
.pageheaderimage-inkoop { margin-left: 155px; }
.pageheaderimage-retour { margin-left: 180px; }
.pageheaderimage-locatie { margin-left: 100px; }
.pageheaderimage-pim { margin-left: 23px; }
.pageheaderimage-eol-opt { margin-left: 25px; }
.pageheaderimage-eol-imp { margin-left: 40px; }
.pageheaderimage-person { margin-left: 20px; }

p, 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: 50px;
    }

.mytabs label {
    width: 100%;
}

.headerMenuNew {
    margin-top: 0px;
}

/*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;
	}

.flags-dropdown {
    margin-top: -50px;
}

#header {
        height: 0px !important;
    }
	
.headerLogo {
    width: 257px !important;
    margin-top: -385px;
}
	
	#headerMenu {	
		background-color: #FFFFFF;		
	}		
	
	#headerMenu .pnlSearch {
		height: 0px !important;
	}	
	
	.obj-img-container	{
		height: 130px !important;
	}	

	#wide-div {
	  width: 100vw;
	}	

	.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*/	

.flags-dropdown {
    margin-top: -50px;
}

.info-card {
    padding: 20px;
    margin: 10px;
}

    .pageheader {
        position: relative;
        min-height: 750px;
        overflow: visible;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        z-index: 0;
    }

  .pageheaderbg {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    object-position: right bottom;
    z-index: -2;
  }

.pageheaderimagewrapper {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 90px;
    left: auto;
    height: 290px;
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: -1;
    pointer-events: none;
}

  .pageheaderimage {
    position: relative;
    height: 100%;
    width: auto;
  }
  
.header-icon-width {
	width: 400px;
}

.SmContactTextbox {
	width: 370px !important;
}

.hex {
    padding: 0px 40px;
	width: 440px;
}

.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;
}

.pageheaderimage-bestelmonitor { margin-left: 375px; }
.pageheaderimage-abo { margin-left: 595px; }
.pageheaderimage-stuklijst { margin-left: 270px; }
.pageheaderimage-inkoop { margin-left: 155px; }
.pageheaderimage-retour { margin-left: 180px; }
.pageheaderimage-locatie { margin-left: 100px; }
.pageheaderimage-pim { margin-left: 23px; }
.pageheaderimage-eol-opt { margin-left: 25px; }
.pageheaderimage-eol-imp { margin-left: 40px; }
.pageheaderimage-person { margin-left: 20px; }

p, 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: 175px;
}

.panel_header_sub {
	height: 50px; 
}

.userMenuHeaderManipulate {
    margin-top: -120px;
}
	
.header-alignment-right {
        padding-right: 120px;
        margin-top: 0px;
    }

.header-alignment-center {
    margin-left: -20px;
    margin-top: 40px;
}

.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: -290px;
}
		
	#header {
		height: 0px !important;
	}	
	
	#headerMenu {	
		background-color: #FFFFFF;		
	}		
	
	#headerMenu .pnlSearch {
		height: 0px !important;
	}		
	
	.obj-img-container	{
		height: 130px !important;
	}	

	#wide-div {
	  width: 100vw;
	}	

	.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*/

    .pageheader {
        position: relative;
        overflow: visible;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        z-index: 0;
    }

  .pageheaderbg {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    object-position: right bottom;
    z-index: -2;
  }

.pageheaderimagewrapper {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 160px;
    left: auto;
    height: 540px;
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: -1;
    pointer-events: none;
}

  .pageheaderimage {
    position: relative;
    height: 100%;
    width: auto;
  }
  
.info-card {
    margin: 20px;
    padding: 40px !important;
}

.header-icon-width {
	width: 600px;
}

.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;
}

.container-3-columns-header {
	grid-template-columns: 1fr 1fr 1fr;
}

.btn-header {
}

.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;
}

.pageheaderimage-bestelmonitor { margin-left: 375px; }
.pageheaderimage-abo { margin-left: 595px; }
.pageheaderimage-stuklijst { margin-left: 270px; }
.pageheaderimage-inkoop { margin-left: 155px; }
.pageheaderimage-retour { margin-left: 180px; }
.pageheaderimage-locatie { margin-left: 100px; }
.pageheaderimage-pim { margin-left: 23px; }
.pageheaderimage-eol-opt { margin-left: 25px; }
.pageheaderimage-eol-imp { margin-left: 40px; }
.pageheaderimage-person { margin-left: 20px; }

p, 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: 200px;
        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: 0px !important;
	}	
	
.headerLogo {
    width: 270px !important;
    margin-top: -130px;
    margin-left: 0 !important;
}

	#headerMenu {	
		background-color: #FFFFFF;		
	}		
	
	#headerMenu .pnlSearch {
		height: 0px !important;
	}		
	
	.obj-img-container	{
		height: 130px !important;
	}

	#wide-div {
	  width: 100vw;
	}

	.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;
}	

.flags-dropdown {
    margin-top: -50px;
}

/*EINDE*/	
}


@media only screen and (min-width: 1024px) and (max-width: 1279px) {
/*START*/

.flags-dropdown {
    margin-top: -80px;
}

.panel_header_sub {
    height: 60px;
}

    .pageheader {
        position: relative;
        min-height: 550px;
        overflow: visible;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        z-index: 0;
    }

  .pageheaderbg {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    object-position: right bottom;
    z-index: -2;
  }

    .pageheaderimagewrapper {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 100px;
        left: auto;
        height: 360px;
        width: auto;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        z-index: -1;
        pointer-events: none;
    }

  .pageheaderimage {
    position: relative;
    height: 100%;
    width: auto;
  }
  
.info-card {
        margin: 10px;
        padding: 20px !important;
    }

.header-icon-width {
	width: 600px;
}

.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;
}

.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;
}

.pageheaderimage-bestelmonitor { right: -125px; }
.pageheaderimage-abo { right: -54px; width: 385px; height: 335px; top: 1px; }
.pageheaderimage-stuklijst { right: -57px; width: 390px; height: 320px; top: 1px; }
.pageheaderimage-inkoop { right: -53px; width: 383px; height: 340px; top: 2px; }
.pageheaderimage-retour { right: -53px; width: 383px; top: 6px; }
.pageheaderimage-locatie { right: -127px; }
.pageheaderimage-pim { right: -52px; width: 381px; }
.pageheaderimage-eol-opt { right: -30px; width: 335px; }
.pageheaderimage-eol-imp { right: -70px;; }
.pageheaderimage-person { margin-left: 20px; }

p, 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: -110px;
    margin-left: 10px !important;
}

.panel_header {
        height: 0 !important;
    }
	
	#headerMenu {	
		background-color: #FFFFFF;	
		padding-left: 400px !important;
	}		
	

	.obj-img-container	{
		height: 130px !important;
	}		
	
	#wide-div {
	  width: 100vw;
	}	 

	.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*/	

.flags-dropdown {
    margin-top: -80px;
}

.panel_header {
	z-index: 150;
}

.info-card {
    margin: 12px;
    padding: 30px !important;
}

.header-text-width {
	max-width: 600px;
}

.panel_header {
        height: 0 !important;
    }

.pageheaderbg {
    object-position: -360px;
}

.pageheaderimage-bestelmonitor { margin-left: 375px; }
.pageheaderimage-abo { margin-left: 595px; }
.pageheaderimage-stuklijst { margin-left: 270px; }
.pageheaderimage-inkoop { margin-left: 155px; }
.pageheaderimage-retour { margin-left: 180px; }
.pageheaderimage-locatie { margin-left: 100px; }
.pageheaderimage-pim { margin-left: 23px; }
.pageheaderimage-eol-opt { margin-left: 25px; }
.pageheaderimage-eol-imp { margin-left: 40px; }
.pageheaderimage-person { margin-left: 20px; }

.header-icon-width {
	width: 600px;
}

.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;
}
	
.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, 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;
}

.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: 100vw;
}	

.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*/

.footerExtraText {
    font-size: 18px !important;
}

div.padding-xl, div.padding-lg, div.padding-md, div.padding-sm, div.padding-xs, div.padding-xxs {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
	
.container-4-columns-icons {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}
	
/*.flags-dropdown {
    margin-top: -80px;
}*/

    .panel_header {
        height: 0px !important;
        position: sticky !important;
        z-index: 802;
        top: 0;
    }

.info-card {
    margin-top: 20px;
    margin-right: 20px;
    padding: 32px 20px;
}
	

.dxm-content.dxm-hasText.dx[title="Plan demo"] {
    margin: 0px 65px !important;
}

.header-icon-width {
	width: 600px;
}

.landscape {
	height: 0 !important;
}

    .dxm-ltr .dxm-horizontal > ul.dx {
        min-width: 1500px !important;
        display: flex;
        flex-direction: row;
        align-items: baseline;
        justify-content: flex-start;
        padding-left: 200px;
    }

.dxeMemoSys textarea {
    width: 745px !important;
}

.SmContactTextbox {
	width: 370px !important;
}

.hex {
    padding: 0px 80px;
}

.padding-hex-flower {
        padding-left: 160px;
        padding-right: 40px;
    }

div.padding-hex-flower {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
	
.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: 36px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

.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;
        border-bottom: 2px solid #f7f8f9;
    }

.mytabs label {
    width: 12.5%;
}

.cell-padding {
	padding: 0rem 12rem;
}

    .btn-header {
        font-size: 16px;
        padding: 20px;
        min-width: 275px;
    }

.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: 20px !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: 160px !important;
        margin-top: 100px;
        margin-left: 160px;
    }


.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;
	}

.userMenuHeaderManipulate {
	top: -20px;
}

.userMenu {
	top: 0px;
	padding: 4px !important;
}

#bannerTop {
    /*width: 640px !important;*/
	top: -50px;
}

#bannerTop .dxmLite.dxm-ltr {
	width: 130px !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--------------------------------------*/