/*-------------------------------------------*/
/*HOBBYTIME V8 ------------------------------*/
/*CUSTOM STYLE SHEET-------------------------*/
/*Datum ---2024-07-12------------------------*/
/*Last edited by FK--------------------------*/
/*START--------------------------------------*/


/* START NIEUWE AANPASSINGEN ONTWIKKELING*/

ul.product-header-horizontal li {
    display: none;
}

.LblBannerGrid {
    background: white;
    color: #ED7404;
    margin-top: -25px;
}

/*GRID*/
.pagefillmarginbottom {
	margin-bottom: -24rem !important;
}

.white-transparent {
	background: #ffffff8c;
    padding: 2rem 4rem;
	margin: 3rem 20rem;
}

.undo-padding {
	padding: 0px !important;
}

.grid-img-fill {
	margin: 0px !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
	background-position-y: center !important;
    background-size: cover !important;
	align-items: center !important;
}

.container-1-columns {
    display: grid;
    justify-content: center;
	background-size: cover;
	background-position-x: left;
    background-position-y: center;
	padding: 3rem 0;
}

.container-2-columns {
    display: grid;
    justify-content: center;
	padding: 3rem 0;
}

.container-2-columns-branches {
    display: grid;
    justify-content: center;
	padding: 3rem 0;
}

.container-3-columns {
	display: grid;
	justify-content: center;
	padding: 3rem 0;	
}

.container-4-columns-top {
    display: grid;
    justify-content: center;
}

.container-4-columns {
    display: grid;
    justify-content: center;
	padding: 3rem 0;
}

.container-5-columns {
    display: grid;
    justify-content: center;
	padding: 3rem 0;	
}

.container-6-columns {
    display: grid;
    justify-content: center;
	padding: 3rem 0;
}

.cell-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background-position: center;
	background-repeat: no-repeat;
}

.cell-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	background-position: center;
	background-repeat: no-repeat;
}

.cell-3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: center;
    background-repeat: no-repeat;
}

.cell-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
	background-position: center;
	background-repeat: no-repeat;
}

.cell-5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
	background-position: center;
	background-repeat: no-repeat;
}

/*GRID END*/

.SMadTitleWidget {
    margin-top: -120px !important;
    background: #ffffff94;
    padding: 5px;
}

.headerMenuNew {
padding: 7px;
}

#ctl00_ContentPlaceHolder1_cbProductDetails_pnlProducts_pnlProductInfo_LblCommodityCodeValue {
display: none !important;
}

#ctl00_ContentPlaceHolder1_cbProductDetails_pnlProducts_pnlProductInfo_LblCommodityCode {
display: none !important;
}

.loginBoxHolder {
	display: table;
}

.ProductCard {
     padding: 20px;
}

.textboxForm {
    color: black !important;
}

.panel_footer {
    margin-top: -10px;
}

.dxm-popup .dxm-gutter.dxm-noImages {
    padding-left: 0px !important;
}

.dxmLite .dxm-popup {
    border: 1px solid transparent;
}

.item_bg_image {
    height: 340px !Important;
}

.dxmLite .dxm-hovered {
	border-color: transparent !important;
}

.dxmLite .dxm-selected {
	border-color: transparent !important;
}

/*NIEUWE LAYOUT*/

.dxtv-subnd .SgNodeSelected, .dxtv-subnd .SgNodeHover {
    border-bottom: solid 1px transparent !important;
}

.TreeViewProductGroups li ul {
    border-top: solid 3px transparent !important;
    border-bottom: solid 2px transparent !important;
}

.TreeViewProductGroups li ul li ul {
    border-top: solid 2px transparent !important;
    border-bottom: transparent !important;
}

.BtnMoreInfoClickDescription span, .SgNodeSelected span {
    text-decoration: none !important;
}

.dxtv-subnd .SgNodeHover {
    border-bottom: solid 1px transparent !important;
}

.dxtv-subnd .dxtv-subnd .SgNodeHover, .dxtv-subnd .dxtv-subnd .SgNodeSelected {
    border-bottom: solid 1px transparent !important;
}

.SgNodeHover span {
    color: #8A8B8C !important;
	text-decoration: none !important;
}

.SgTreeNode {
    border-bottom: solid 1px transparent !important;
}

/*EINDE NIEUWE LAYOUT*/

.SgHeaderProductOverview {
    overflow: inherit !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe UI' !important;
    font-weight: 700 !important;
}

.Blackgradient {
	background-image: linear-gradient(to bottom right, #333333 33%, #000000);
}

.BackgroundContentBox {
    width: 100vw;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.HTh1 {
    font-weight: 900;
    color: white;
    text-shadow: 2px 2px 10px black;
}

.HTh2 {
    font-weight: 700;
    color: #539772;
}

.Column {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

#wide-div {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
	margin-top: -5px;
}

/* EINDE NIEUWE AANPASSINGEN ONTWIKKELING - peter*/


/* START CUSTOM AANPASSINGEN KLEUR FONT ANDERS */

p {
	font-size: 14px !important;
	font-family: 'Segoe UI'
}


.stickyTop {
     top: 0 !important;
 }

#HlNewsletter {
display: none !important;}

.header-order-button, .button {
    background: -moz-linear-gradient(top, #E56A25 0%, #E56A25 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E56A25), color-stop(100%,#E56A25)) !important;
}


.Hlgeneraltext {
     color: black !important;
}


/*TEMP*/
.SMThreePictureUnder {
    margin-left: 0.5% !important;
    text-align: center;
    width: 32% !important;
    float: left !important;
}
/*TEMP*/

.btn-header {
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    padding: 20px !important;
}

.btn-header-color {
    background: #e56a25;
}

.Zoom:hover {
	background-color: #ff8800;
}

#ctl00_ContentPlaceHolder1_cbProductDetails_pnlProducts_pnlProductInfo_LblDetailTitle1 {
	display:none;
}

#ctl00_ContentPlaceHolder1_cbProductDetails_pnlProducts_pnlProductInfo_LblDetailText1 {
	display: none;
}

.ProductDetailsButton {
     margin-top: 2px;
}

.obj-container {
     height: 320px !important;
}

.SgTreeElbow img {
     display: none;
}

.SgTreeElbow.dxtv-btn{
     display: none;
}

.dxtv-elbNoLn.SgTreeElbow{
     display: none;
}

.SMTreeviewLevel1 .dx-vam {
	font-weight: 600px;
}

.SgNodeSelected, .SgNodeHover, .SgTreeNode {
    border-bottom: solid 0px #888 !important;
}

.userMenu {
    top: 4px;
}

.dxtc-link {
    background-color: #ec6608 !important;
}

.dxtc-activeTab span {
    color: white !important;
}

.dxmLite {
		font-family: Arial, Raleway, sans-serif !important;
}

.LblProductDescriptionFull {
		font-family: Arial, Raleway, sans-serif !important;
    font: 14px Tahoma, Geneva, sans-serif !important;
}

	.footer-min-width-per-column {
		font-family: Arial, Raleway, sans-serif !important;
	}

.customBgContainer {
   font-family: Arial, Raleway, sans-serif !important;
}

.obj-container:hover {
  transform: scale(1.02); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  border-style: solid !important;
}

.dxdvBreakpointsItem_Metropolis:hover   {
  transform: scale(1.02); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  border: 1px !important;
  border-style: solid !important;
  border-color: orange !important;
}


.SalesAdvicePriceHolder {
    color: black;
    background: transparent;
    height: 21px;
}

	.btn-discover {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border: 1px solid rgba(255, 255, 255, 0.7);
		border-radius: 3px;
		color: #ffffff;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		padding: 14px 60px;
		text-decoration: none;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
	}	
	
	.btn-discover:hover {
		color: #fff;
		border-color: rgba(255, 255, 255, 0.7);
		background-color:#ec6608;
	}	
	
	.button-3 {
	  background-color:#D1C59B !important;
	}	
	
	.ChosenFilter {
		background: #5792e1 !important;
		font-size: 11pt !important;
		color: #FFFFFF !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-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: Raleway, sans-serif !important;
		font-size: 20px !important;
		margin-top: 36px;
		margin-bottom: 14px;
	}

	.header-info-block p {
		font-size: 1.2em !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;
	}

	.dxmLite .dxm-horizontal .dxm-image-l .dxm-content, .dxmLite .dxm-horizontal .dxm-image-r .dxm-content {
		font-size: 15px;
		font-family: Arial, Raleway, sans-serif !important;
	}
			 
	.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;
	}	
	
	.SMfloat {
		float: left !important;
	}	
	
/*FILTER LABEL KLEUR----------------------
	.SMbuttonColor{ 
		 background:#1383e1 !important; 
		 color: white  !important;  
	 } 	*/
	
.SMlblSupergroupDescription {
    font-family: Helvetica;
    font-weight: 600 !important;
    margin-top: 57px !important;
    font-size: 17px !important;
	color: black;
}
	
.SMProductDetailDescriptionLabel{
	font-size: 30px !important;
    font-family: Arial, Raleway, sans-serif;
	font-weight: 600;
}		
	
.specialfonth1 {
	font-family: 'Satisfy', cursive ;
	text-shadow: 2px 2px 10px black;   
}
	
/* EINDE CUSTOM AANPASSINGEN KLEUR FONT ANDERS */

/*---------------------------------------------------------------------------------------------------*/
/* 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*/	

.specialfonth2 {
    font-family: 'Satisfy', cursive;
    font-size: 21px;
    margin-left: -51px;
}

	.extraHeaderHtmlBlock {
	}


	.dxdvBreakpointsItem.dxdvItem.SMobj-img-container.obj-container.dxdvFlowItem {
		margin-left: 18px !important;
	}
	

.headerLogo {
    width: 200px;
    margin-top: -52px;
}
	
	.SMbackground-image {
		display: none;
	}
	
	.SMProductDetailDescriptionLabel{
	font-size: 19px !important;
	}	
	
	.SMpanel_header_top_sub {
		height: 50px !important;
	}	
	
.SMbackground-image-mid-screen {
    height: 500px;
    position: absolute;
    background-repeat: repeat;
    z-index: 0;
    margin-left: -5px !important;
    width: 100%;
}

.YoutubeWidth {
	height: 300px;
}
	
/*EINDE*/	
}
	
	
@media only screen and (min-width: 375px) and (max-width: 413px) {
/*START*/	

.header-btn-placement {
    margin-top: 250px;
}

/*GRID*/

.cell {
	padding: 1rem;
}

.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;
}

.container-1-columns {
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-2-columns {
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-2-columns-branches {
    display: grid;
    justify-content: center;
	padding: 3rem 0;
}

.container-3-columns {
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-4-columns {
    grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-5-columns {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-6-columns {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

/*GRID END*/

.op-op-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 36px !important;
}

.op-op-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 49px !important;
}

.actie-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 9px !important;
}

.actie-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 22px !important;
}

.speciale-actie-excel-btn {
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 900 !important;
    padding: 15px 2px !important;
}

.speciale-actie-csv-btn {
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 900 !important;
    padding: 15px 12px !important;
}

.speciale-actie-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 15px !important;
}

.actie-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 57px !important;
}

.op-op-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 57px !important;
}

.BackgroundContentBox {
    padding: 20px;
}

.padding-btn-header {
    color: #ffffff !important;
    font-size: 11px;
    padding: 10px 3px !important;
}

.specialfonth2 {
    font-family: 'Satisfy', cursive;
    font-size: 21px;
    margin-left: -51px;
}

.extraHeaderHtmlBlock {
}

.headerLogo {
    width: 200px;
    margin-top: -56px;
}
	
	.SMbackground-image {
		display: none;
	}
	
	.SMpanel_header_top_sub {
		height: 50px !important;
	}	
	
.SMbackground-image-mid-screen {
    height: 447px;
    position: absolute;
    background-repeat: repeat;
    z-index: 0;
    width: 100%;
    margin-left: -5px !important;
}

.YoutubeWidth {
	height: 300px;
}
	
/*EINDE*/	
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
/*START*/	

.header-btn-placement {
    margin-top: 250px;
}

/*GRID*/

.cell {
	padding: 1rem;
}

.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;
}

.container-1-columns {
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-2-columns {
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-2-columns-branches {
    display: grid;
    justify-content: center;
	padding: 3rem 0;
}

.container-3-columns {
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-4-columns {
    grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-5-columns {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-6-columns {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

/*GRID END*/

.op-op-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 21px !important;
}

.op-op-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 34px !important;
}

.actie-excel-btn {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 900 !important;
    padding: 15px 4px !important;
}

.actie-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 6px !important;
}

.speciale-actie-excel-btn {
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 900 !important;
    padding: 15px 0px !important;
}

.speciale-actie-csv-btn {
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 900 !important;
    padding: 15px 9px !important;
}

.speciale-actie-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 45px !important;
}

.actie-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 67px !important;
}

.op-op-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 67px !important;
}

.BackgroundContentBox {
    padding: 20px;
}

.padding-btn-header {
    color: #ffffff !important;
    font-size: 12px;
    padding: 10px 9px !important;
}

.specialfonth2 {
    font-family: 'Satisfy', cursive;
    font-size: 21px;
    margin-left: -51px;
}

	.extraHeaderHtmlBlock {
		width:250px;
		margin-left: 119px !important;
	}

	
.headerLogo {
    width: 200px;
    margin-top: -52px;
}
	
	.SMbackground-image {
		display: none;
	}
	
	.SMpanel_header_top_sub {
		height: 50px !important;
	}	
	
.SMbackground-image-mid-screen {
    height: 394px;
    position: absolute;
    background-repeat: repeat;
    z-index: 0;
    width: 100%;
    margin-left: -5px !important;
}

.YoutubeWidth {
	height: 300px;	
}
	
/*EINDE*/
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
/*START*/	

.header-btn-placement {
	margin-left: -170px;
    margin-top: 250px;
}

/*GRID*/

.cell {
	padding: 1rem;
}

.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;
}

.container-1-columns {
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-2-columns {
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-2-columns-branches {
    display: grid;
    justify-content: center;
	padding: 3rem 0;
	grid-template-columns: 40% 60%;
}

.container-3-columns {
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-4-columns {
    grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-5-columns {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-6-columns {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr;
	padding: 3rem;
}

.cell-1-margin {
	margin-left: 0rem;
}

.cell-2-margin {
	margin-right: 0rem;
}

/*GRID END*/

.op-op-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 94px !important;
}

.op-op-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 107px !important;
}

.actie-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 66px !important;
}

.actie-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 80px !important;
}

.speciale-actie-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 10px !important;
}

.speciale-actie-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 23px !important;
}

.speciale-actie-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 45px !important;
}

.actie-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 107px !important;
}

.op-op-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 107px !important;
}

.BackgroundContentBox {
    padding: 50px;
}

.padding-btn-header {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 15px 45px !important;
}

	.specialfonth2 {
		font-family: 'Satisfy', cursive ;
	}		
	
	.extraHeaderHtmlBlock {
		margin-left: 12px;
	}

.headerLogo {
    width: 200px;
    margin-top: -52px;
}

.obj-container {
    max-width: 23.2% !important;
    min-width: unset !important;
}

	.SMbackground-image {
		margin-top: -29px;
		max-width: 287px;
	}
	
	.SMpanel_header_top_sub {
		height: 50px !important;
	}	
	
.SMbackground-image-mid-screen {
    height: 394px;
    position: absolute;
    background-repeat: repeat;
    z-index: 0;
    margin-left: -5px !important;
	width: 100%;
	margin-top: -26px;	
}

.YoutubeWidth {
    height: 400px;
    margin-left: -4px;
    width: 102%;
}
	
/*EINDE*/	
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
/*START*/	

.header-btn-placement {
	margin-left: -420px;
    margin-top: 250px;
}

/*GRID*/
 
 .cell {
	padding: 1rem;
}

.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;
}

.container-1-columns {
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-2-columns {
	grid-template-columns: 1fr 1fr;
	padding: 3rem;
}

.container-2-columns-branches {
    display: grid;
    justify-content: center;
	padding: 3rem 0;
	grid-template-columns: 30% 70%;
}

.container-3-columns {
	grid-template-columns: 1fr 1fr 1fr;
	padding: 3rem;
}

.container-4-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 3rem;
}

.container-5-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	padding: 3rem;
}

.container-6-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	padding: 3rem;
}

.cell-1-margin {
	margin-left: 0rem;
}

.cell-2-margin {
	margin-right: 0rem;
}

/*GRID END*/

.SMonderMenuExtraText-margin {
	margin-bottom: 15px;
}

.op-op-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 70px !important;
}

.op-op-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 83px !important;
}

.actie-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 43px !important;
}

.actie-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 56px !important;
}

.speciale-actie-excel-btn {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 900 !important;
    padding: 20px 10px !important;
}

.speciale-actie-csv-btn {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 900 !important;
    padding: 20px 21px !important;
}

.speciale-actie-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 5px !important;
}

.actie-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 37px !important;
}

.op-op-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 37px !important;
}

.BackgroundContentBox {
    padding: 50px;
}

.padding-btn-header {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 45px;
}

	.specialfonth2 {
		font-family: 'Satisfy', cursive ;
	}		
	
	.extraHeaderHtmlBlock {
		margin-left: 49px !important;
		margin-top: -27px;
	}
	
.grid_item_responsive {
    max-width: 24.4% !important;
}		

	.headerLogo {
		width: 200px;
		margin-top: -53px;
	}
	
.obj-container {
    max-width: 15.2% !important;
    min-width: unset !important;
}
	
	.SMbackground-image {
		margin-top: -18px;
		max-width: 287px;
	}
	
	.SMpanel_header_top_sub {
		height: 50px !important;
	}	
	
.SMbackground-image-mid-screen {
    height: 353px;
    position: absolute;
    background-repeat: repeat;
    z-index: 0;
    width: 100%;
}

.width67 {
    width: 67% !important;
}

/*EINDE*/	
}

@media only screen and (min-width: 1280px) and (max-width: 1499px) {	
/*START*/	

.header-btn-placement {
	margin-left: -680px;
    margin-top: 250px;
}

/*GRID*/

.cell {
	padding: 1rem;
}

.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;
}

.container-1-columns {
	grid-template-columns: 1fr;
	padding: 3rem;
}

.container-2-columns {
	grid-template-columns: 1fr 1fr;
	padding: 3rem;
}

.container-2-columns-branches {
    display: grid;
    justify-content: center;
	padding: 3rem 0;
	grid-template-columns: 23% 77%;
}

.container-3-columns {
	grid-template-columns: 1fr 1fr 1fr;
	padding: 3rem;
}

.container-4-columns-top {
    grid-template-columns: 1fr 1fr 1fr 1fr;
	width: 1500px; 
}

.container-4-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 3rem;
}

.container-5-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	padding: 3rem;	
}

.container-6-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	padding: 3rem;
}

.cell-1-margin {
	margin-left: 0rem;
}

.cell-2-margin {
	margin-right: 0rem;
}

/*GRID END*/

.SMonderMenuExtraText-margin {
	margin-bottom: 15px;
}

.op-op-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 94px !important;
}

.op-op-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 107px !important;
}

.actie-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 66px !important;
}

.actie-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 80px !important;
}

.speciale-actie-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 10px !important;
}

.speciale-actie-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 23px !important;
}

.speciale-actie-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 15px !important;
}

.actie-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 67px !important;
}

.op-op-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 67px !important;
}

.BackgroundContentBox {
    padding: 50px;
}

.padding-btn-header {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 45px;
}

	.specialfonth2 {
		font-family: 'Satisfy', cursive ;
	}		
	
	.extraHeaderHtmlBlock {
		margin-left: 49px !important;
		margin-top: -55px;
	}
	
.grid_item_responsive {
    max-width: 24.4% !important;
}	

	.headerLogo {
		width: 190px;
		margin-top: 2px;
	}

	#headerMenu {	
		background-color: white;		
    width: 1500px;
	}	
	
.obj-container {
    max-width: 15.2% !important;
    min-width: unset !important;
}
	
	.SMpanel_header_top_sub {
		background-color: #E56A25 !important;
		height: 60px !important;
	}	
	
	
	.SMbackground-image {
		margin-top: -21px;
		max-width: 314px;
		margin-left: 50px;
	}
	
.SMbackground-image-mid-screen {
    height: 287px;
    position: absolute;
    background-repeat: repeat;
    background-size: 160%;
    z-index: 0;
    width: 100%;
margin-top: -25px;	
margin-left: -4px;
}

.YoutubeWidth {
    margin-left: -4px;
    width: 102%;
}

    .SMproductDetailsContainer {
        float: left;
    }
	
.ProductsOverview__LeftPanelFilter {
    max-width: 230px;
}	

/*EINDE*/
}	

@media only screen and (min-width: 1500px) {	
/*START*/	

.header-btn-placement {
	margin-left: -1320px;
    margin-top: 250px;
}

/*GRID*/

.cell {
	padding: 1rem;
}

.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;
}

.container-1-columns {
	margin: 0rem 12rem;
	grid-template-columns: 1fr;
}

.container-2-columns {
	margin: 0rem 12rem;
	grid-template-columns: 1fr 1fr;
}

.container-2-columns-branches {
    display: grid;
    justify-content: center;
	padding: 3rem 0;
	grid-template-columns: 23% 77%;
}

.container-3-columns {
	margin: 0rem 12rem;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 4rem 24rem;
}

.container-4-columns-top {
    grid-template-columns: 1fr 1fr 1fr 1fr;
	width: 1500px; 
}

.container-4-columns {
	margin: 0rem 12rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 4rem 24rem;
}

.container-5-columns {
	margin: 0rem 12rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;	
}

.container-6-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	margin: 0rem 12rem;
}

.cell-1-margin {
	margin-left: 20rem;
}

.cell-2-margin {
	margin-right: 20rem;
}

/*GRID END*/

.SMAdWidgetHolder {
    height: 310px !important;
}

.image_cutter_slider_Widget {
    width: 208px !important;
}

.SMonderMenuExtraText-margin {
	margin-bottom: 15px;
}

.op-op-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 94px !important;
}

.op-op-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 107px !important;
}

.actie-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 66px !important;
}

.actie-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 80px !important;
}

.speciale-actie-excel-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 10px !important;
}

.speciale-actie-csv-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 23px !important;
}

.speciale-actie-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 45px !important;
}

.actie-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 107px !important;
}

.op-op-btn {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 107px !important;
}

.BackgroundContentBox {
    padding: 50px;
}

.padding-btn-header {
	color: #ffffff !important;
    font-size: 18px;
    font-weight: 900 !important;
    padding: 20px 45px !important;
}

.height-480 {
	height: 480px;
}

.height-320 {
	height: 320px;
}

.img-height {
	height: 640px;
}

.specialfonth2 {
    font-family: 'Satisfy', cursive !important;
    font-weight: 400 !important;
}	
	
	.extraHeaderHtmlBlock {
		margin-left: 49px !important;
		margin-top: -67px;
	}

	.footer-min-width-per-column {
		min-width: 370px;
	}

	#header {
		 height: 5px !important;
	}

	.headerLogo {
		width: 280px !important;
	}
	
.obj-container {
    /* max-width: 15.2% !important; */
    min-width: unset !important;
    margin-right: 0 !important;
}
	
	.panel_footer_sub {
		padding-left: 0px !important;
		margin-left: 0px !important;
		padding-right: 0px !important;
		width: 1500px;
	}
	
	.panel_header {
		 height: 70px !important;
	}	

	.SMpanel_header_top_sub {
		background-color: #E56A25 !important;
		height: 65px !important;
	}	

	.SMbackground-image {
		margin-top: -25px;
		max-width: 355px;
		margin-left: 50px;
	}
	
#wide-div {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.SMbackground-image-mid-screen {
    height: 100%;
    max-height: 500px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 160%;
    /* opacity: 0.5; */
    z-index: 0;
	margin-top: -25px;
}	

.sm-mainmenu__menuWebLevel2 {
    width: 20% !important;
}

.ProductsOverview__LeftPanelFilter {
    max-width: 230px;
}

/*EINDE*/
}	
	
/* EINDE CUSTOM AFMETINGEN PER SCHERM FONTSIZE - HOOGTE */

/*----------------------------------------------*/
/*CUSTOM STYLE SHEET------------------*/
/*EINDE--------------------------------------*/