/*-----------------------------------------------*/
/*CUSTOM STYLE SHEET-----------------------------*/
/*Avada ---Versie 8------------------------------*/
/*Datum ---2023-03-15----------------------------*/
/*START------------------------------------------*/

/* START NIEUWE AANPASSINGEN ONTWIKKELIMNG*/

/*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: #b07c49 !important;
}

#ContentPlaceHolder1_LoginBox_LoginButton span {
	font-size: 20px;
    text-transform: uppercase;
    font-family: arial;
    font-weight: 700;
}

#ContentPlaceHolder1_BtnAddCustomer span {
	font-size: 20px;
    text-transform: uppercase;
    font-family: arial;
    font-weight: 700;
}

.labelForm {
    margin-top: 10px;
}

.buttonHover:hover {
	text-decoration: none !important;
	background: #b07c49 !important;
}

.pnlLogin, .PnlAddCustomer  {
    padding: 20px !important;
}

.dxeBase.header {
	font-size: 32px;
	color: #b07c49;
	font-weight: 700;
}

.loginBox {
    width: 100% !important;
}
	
#ContentPlaceHolder1_loginHolder {
    display: flex;
	margin-top: 40px !important;
}
	
/*NIEUWE INLOG EIND*/

.ShoppingCardAmountOrderedHolder {
	color: green;
}

#HlNewsletter {
	display: none !important;
}

.ProductSliderDescription {
    font-size: 48px !important;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ProductGridFeatures {
padding-inline-start: 0px;
}

/* EINDE NIEUWE AANPASSINGEN ONTWIKKELING*/

.SMonderMenuExtraText {
	background: #53575a;
	width: 100vw;
    margin-left: calc(-50vw + 50%);
	margin-top: -5px;
}

.AdvertisementHolder {
display:none;
}

.SMAdWidgetHolder {
    visibility: hidden;
}

.SMAdWidgetHolder {
     width: 230px !important;
}

/* START CUSTOM AANPASSINGEN KLEUR FONT ANDERS */

.soft_ad_Title {
	color: #b07c49 !important;
}

.SMslideTable {
    margin: 30px !important;
}

.slideCaptionTextHolder {
    width: 70% !important;
}

.AdBtnHolder .button {
    float: left !important;
    padding: 10px;
    font-size: 18px;
    font-family: 'Segoe UI';
	font-weight: 700;
    width: 200px;
    background: #53575a !important;
}

.slideCaptionTextHolder h1 {
    max-width: 100% !important;
    font-family: 'Segoe UI';
    font-weight: 900;
}

.DvAdvertisementOverviewItem, .AdOverviewInfo {
    height: 100%;
}

.dxmLite {
    font-size: 16px !important;
    font-family: 'Segoe UI' !important;
}

.dxmLite .dxm-popup {
    border: 1px solid transparent !important;
}

/*PRODUCT CARDS*/

.ProductCard {
    width: 275px;
}

.ProductDetailsButton {
    margin-left: 0px !important;
}

.item_bg_image {
    padding: 10px 10px 0px 10px;
}

.FooterRow {
    margin-top: 135px;
    padding: 0px 10px;
}

.footerProductDetailsButton {
	margin-bottom: -10px;
}

/*PRODUCT CARDS END*/

.undo-padding {
     padding: 0 !important;
}

.top_content {
    padding-bottom: 0px !important;
}

#center {
    padding: 0px !important;
}

/*DISPLAY GRID*/

.container-1-columns {
    display: grid;
    justify-content: center;
	background-size: cover;
	background-position-x: center;
    background-position-y: center;
	padding: 3rem 0;
}

.container-2-columns {
    display: grid;
    justify-content: center;
	padding: 3rem 0;
}

.container-3-columns {
	display: grid;
	justify-content: center;
	padding: 3rem 0;	
}

.container-4-columns {
    display: grid;
    justify-content: center;
	padding: 3rem 0;
}

.container-5-columns {
    display: grid;
    justify-content: center;	
}

.cell {
  text-align: flex-start;
  padding: 6rem;
  background-position: center;
  background-repeat: no-repeat;
}

.cell-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
	background-position: center;
	background-repeat: no-repeat;
}

/*DISPLAY GRID END*/

.btn-header {
	border: 0px solid rgba(255, 255, 255, 0.7);
	border-radius: 3px;
	font-size: 16px;
	font-weight: 500;
	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;
	margin: 0px !important;
}

.btn-header-color {
	background: #b07c49;
}

.Zoom:hover {
  transform: scale(1.02); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  index: 1;
  background: #C2B7AD;
  color: white;
  text-decoration: none;
}

#wide-div {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
	
.Avadah1 {
    font-family: 'Segoe UI';
    font-weight: 900;
    text-shadow: 2px 2px 5px black;
    line-height: 2em;
	color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-transform: uppercase;
}

.Avadah2 {
	font-family: 'Segoe UI';
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 1.25em;
	text-transform: uppercase;
}

.Avadah3 {
	font-family: 'Segoe UI';
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.AvadaParagraph {
	font-family: 'Segoe UI';
	line-height: 1.75em;
    font-size: 1.5em;
	font-weight: 300;
}

.dxmLite .dxm-hovered  {
    border-color: transparent !important;
}

.dxmLite .dxm-selected {
    border-color: transparent !important;
}

.SbBorderBox {
    border-color: #b07c49 !important;
}

.dxmLite .dxm-popup .dxm-gutter {
    background: #b07c49;
}

/*CATEGORIEËN*/
.obj-container {
    height: 270px !important;
}

.obj-container:hover {
    border-style: solid !important;
	box-shadow: 5px 5px 10px #0000002e;
}

.SMlblSupergroupDescription {
    background-color: #b07c49;
    height: auto !important;
    color: white !important;
    padding: 21px;
    width: auto;
    font-family: 'Segoe UI';
    font-weight: 700 !important;
}

.dxdvItem, .dxdvBreakpointsItem, .dxdvFlowItem {
    padding: 0 !important;
}

/*CATEGORIEËN END*/

.SMmnHeadMenuItem {
    font-family: 'Segoe UI';
}

#ctl00_MnAccount_DXI0_T{
    padding-top: 0px !important;
}

.loginBoxHolder {
	display: table;
}

.ProductCard {
     padding: 5px;
}

.obj-container {
	height: 264px;
}

.obj-container-header {
	margin-top: 30px;
}

/*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*/

.delft-line {
	display: none;
}

.SMadTitleWidget {
    margin-top: 0px !important;
}
	.button {
		background: -moz-linear-gradient(top, #339966 0%, #339966 100%) !important;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#339966), color-stop(100%,#339966)) !important;
	} 	
	
.SMEmptyShoppingCard  {
       display:none;
}

.SalesAdvicePriceHolder {
    color: white;
    background: #b07c49;
    line-height: 25px;
    width: 250px;
	margin-bottom: 5px;
}

.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:#D1C59B;
	}	
	
	.button-3 {
	  background-color:#D1C59B !important;
	}	
	
	.ChosenFilter {
		background: #0090e3 !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-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: Titillium Web;
		font-size: 20px !important;
		margin-top: 36px;
		margin-bottom: 14px;
	}

	.header-info-block p {
		font-size: 1.2em !important;
	}
	
	.header-order-button, .blockheader {
		background: -moz-linear-gradient(top, #b07c49 0%, #b07c49 100%) !important;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b07c49), color-stop(100%,#b07c49)) !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;
	}

	.dxm-spacing{
		 min-width:14px !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;
	}	
	
	.HlNewsletter {
		color: #53575a !important;
	}
	
	 .LgnStatus {
		color: #53575a !important;		 
	 }

	.SMfloat {
		float: left !important;
	}	

.SMlblSupergroupDescription {
    font-size: 20px !important;
}		
	
	.SMProductDetailDescriptionLabel{
		font-size: 30px !important;
		font-family: Titillium Web;
		font-weight: 600;
	}		
	
	.specialfonth1 {
		font-family: 'Satisfy', cursive ;
		text-shadow: 2px 2px 10px black;   
	}
	.specialfonth2 {
		font-family: 'Satisfy', cursive ;
	}	

/* 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*/	
	.SMProductDetailDescriptionLabel{
	font-size: 19px !important;
	}
	
.headerLogo {
    width: 150px;
    margin-top: 3px;
}	
	
.header-text {
	font-size: 15px !important;
}
		
/*EINDE*/	
}
	
	
@media only screen and (min-width: 375px) and (max-width: 413px) {
/*START*/	

.obj-container {
    width: 100% !important;
    height: 100% !important;
}

.show-sm {
	
}

.show-lg {
	display: none;
}

.cell-height-640 {
	height: 640px !important;
}

.padding-lg {
    padding: 3rem 6rem !important;
}

.padding-md {
    padding: 3rem 6rem !important;
}

.padding-sm {
    padding: 3rem 6rem !important;
}

.padding-cell {
    padding: 0rem 3rem !important;
}

.Avadah1 {
	font-size: 1.5em;
}

.Avadah2 {
	font-size: 2em;
}

.Avadah3 {
	font-size: 1.5em;
}

/*GRID*/

.cell-height-730 {
	max-height: 730px !important;
}

.cell-height-670 {
	max-height: 670px !important;
}

.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-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;
}

/*GRID END*/

.headerLogo {
    width: 173px;
    margin-top: -9px;
}
	
.header-text {
	font-size: 15px !important;
}
	
/*EINDE*/	
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
/*START*/	

.obj-container {
    width: 100% !important;
    height: 100% !important;
}

.show-sm {
	
}

.show-lg {
	display: none;
}

.cell-height-640 {
	height: 640px !important;
}

.padding-lg {
    padding: 3rem 6rem !important;
}

.padding-md {
    padding: 3rem 6rem !important;
}

.padding-sm {
    padding: 3rem 6rem !important;
}

.padding-cell {
    padding: 0rem 3rem !important;
}

.Avadah1 {
	font-size: 2.5em;
}

.Avadah2 {
	font-size: 1.3em;
}

.Avadah3 {
	font-size: 1em;
}

/*GRID*/

.cell-height-730 {
	max-height: 730px !important;
}

.cell-height-670 {
	max-height: 670px !important;
}

.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-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;
}

/*GRID END*/

.headerLogo {
    width: 192px;
    margin-top: -15px;
}

.header-text {
	font-size: 15px !important;
}
		
/*EINDE*/
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
/*START*/	

.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-lg {
    padding: 9rem 9rem !important;
}

.padding-md {
    padding: 6rem 9rem !important;
}

.padding-sm {
    padding: 3rem 9rem !important;
}

.padding-cell {
    padding: 0rem 3rem !important;
}

.Avadah1 {
	font-size: 3.5em;
}

.Avadah2 {
	font-size: 2em;
}

.Avadah3 {
	font-size: 1.5em;
}

/*GRID*/
.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-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;
}

.cell-1-margin {
	margin-left: 0rem;
}

.cell-2-margin {
	margin-right: 0rem;
}

/*GRID END*/

	.dxm-spacing{
		 min-width:14px !important;
	}	
	
.headerLogo {
    width: 177px;
    margin-top: -10px;
}

/*EINDE*/	
}


@media only screen and (min-width: 1024px) and (max-width: 1279px) {
/*START*/	

.obj-container {
    min-width: 322px !important;
}

.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-lg {
    padding: 9rem 9rem !important;
}

.padding-md {
    padding: 6rem 9rem !important;
}

.padding-sm {
    padding: 3rem 9rem !important;
}

.padding-cell {
    padding: 0rem 3rem !important;
}

.Avadah1 {
	font-size: 3.5em;
}

.Avadah2 {
	font-size: 2em;
}

.Avadah3 {
	font-size: 1.5em;
}

/*GRID*/
.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-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;
}

.cell-1-margin {
	margin-left: 0rem;
}

.cell-2-margin {
	margin-right: 0rem;
}

/*GRID END*/

.headerLogo {
    width: 199px;
    margin-top: -15px;
}
	
/*EINDE*/	
}

@media only screen and (min-width: 1280px) and (max-width: 1499px) {	
/*START*/	

.headerMenuNew {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 65px;
}

.obj-container {
    min-width: 300px !important;
}

.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-lg {
    padding: 9rem 18rem !important;
}

.padding-md {
    padding: 6rem 18rem !important;
}

.padding-sm {
    padding: 3rem 18rem !important;
}

.padding-cell {
    padding: 0rem 3rem !important;
}

.Avadah1 {
	font-size: 3.5em;
}

.Avadah2 {
	font-size: 2em;
}

.Avadah3 {
	font-size: 1.5em;
}

/*GRID*/
.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-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;	
}

.cell-1-margin {
	margin-left: 0rem;
}

.cell-2-margin {
	margin-right: 0rem;
}

/*GRID END*/
	
.headerLogo {
    width: 195px;
    margin-top: -13px;
}	
	
	#headerMenu {	
		background-color: #b07c49;	
		min-height: 48px;				
	}	

.sm-mainmenu__menuWebLevel2 {
    width: 20% !important;
    padding: 5px;
}

.SMAdWidgetHolder {
    margin-top: 225px;
}

/*EINDE*/
}	

@media only screen and (min-width: 1500px) {	
/*START*/	

#ContentPlaceHolder1_ctl03_PnlProducts {
	width: 1700px;
}

.headerMenuNew {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 65px;
}

.dxdvFlowItemsContainer {
    margin-left: 0px !important;
    margin-top: 50px !important;
    margin-bottom: 50px;
}

.top_content {
    margin-top: -5px !important;
}

.show-sm {
	display: none;
}

.show-lg {	
}

.hex-shiftup-1500 {
	 margin-top: -55px;
}

.hex-shiftright-1500 {
	 margin-left: 105px;
}

.cell-height-640 {
	height: 640px !important;
}

.padding-lg {
    padding: 4rem 32rem !important;
}

.padding-md {
    padding: 12rem 32rem !important;
}

.padding-sm {
    padding: 6rem 32rem !important;
}

.padding-cell {
	padding: 0 6rem !important;
}

.padding-cell-right {
    padding-left: 6rem !important;
	padding-right: 36rem !important;
}

.padding-cell-left {
    padding-right: 6rem !important;
	padding-left: 36rem !important;
}

.Avadah1 {
	font-size: 4em;
}

.Avadah2 {
	font-size: 3em;
}

.Avadah3 {
	font-size: 1.5em;
}

/*GRID*/
.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-3-columns {
	margin: 0rem 12rem;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 4rem 24rem;
}

.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;	
}

.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;
}

/*GRID END*/

	.headerLogo {
		width: 195px;
		margin-top: -15px;
	}
	
	#headerMenu {	
		background-color: #b07c49;	
		min-height: 48px;		
	}
	
	.panel_footer {
		background-color: #53575a !important;
	}
	
.dxdvFlowItemsContainer {
    width: 1500px;
}

    .sm-mainmenu__menuWebLevels {
        width: 1300px !important;
    }	

.sm-mainmenu__menuWebLevel2 {
    width: 14.28% !important;
    padding: 5px;
}

.SMAdWidgetHolder {
    margin-top: 225px;
}

/*EINDE*/
}	
	
/* EINDE CUSTOM AFMETINGEN PER SCHERM FONTSIZE - HOOGTE */

/*----------------------------------------------*/
/*CUSTOM STYLE SHEET------------------*/
/*EINDE--------------------------------------*/
