/* <------------------------------------------------------------- general styling ----------------------------------------------------------------------------> */

html, body {
	width: 100%;
	margin: 0;
	font-family: "myriad-pro";
	font-weight: 300;
}

.mobile {
	display: none;
}

.wf-loading {
	visibility: hidden;
}

* {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
	margin: 10px 0px 20px 0px;
	font-weight: normal;
}

p {
	margin: 0px;
}

a {
	text-decoration: none;
	color: unset;
}

.center {
	width: 100%;
	max-width: 1600px;
	margin: 0px auto;
}

.line {
	width: 100%;
	height: 2px;
	border-radius: 5px;
    background-color: #ddd;
    margin: 40px 0px;
}

/* <------------------------------------------------------------- header styling ----------------------------------------------------------------------------> */

.header-container-top {
	width: 100%;
	background-color: #fff;
	text-transform: uppercase;
	padding: 5px 2px;
	overflow: hidden;
	box-sizing: border-box;
	color: #613f3d;
}

.header-container-top {
	font-size: 0.9em;
}

.header-top-left, .header-top-right {
	display: inline-block;
    padding: 0px 5px;
	vertical-align: bottom;
}

.cnt-footer-links table td {
    padding: 1px 15px;
}

.tooltip {
	display: inline-block;
	cursor: pointer;
}

.cnt-footer-links {
	display: flex;
    justify-content: space-around;
}

.cnt-footer-links table {
    margin: 50px;
    color: #613f3d;
}

.tooltiptext {
    visibility: hidden;
    min-width: 200px;
    background-color: white;
    color: black;
    text-align: left;
    padding: 13px;
    border-radius: 6px;
    position: absolute;
    top: 29px;
    z-index: 1;
    text-transform: none;
    border: 1px solid #eee;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.header-container-bottom {
	width: 100%;
	padding: 20px 0px;
    box-sizing: border-box;
	position: relative;
	display: flex;
    justify-content: space-between;
}

.logo {
	width: 300px;
	display: inline-block;
}

.logo > a {
	display: block;
	margin-left: 5px;
}

.logo > a > img {
	width: 100%;
}

.hamburger {
    display: none;
    height: 60px;
    width: 60px;
    cursor: pointer;
    position: fixed;
    z-index: 999;
    top: 0px;
    right: 0px;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    color: #613f3d;
    text-shadow: 0px 1px white;
    background: white;
    border-radius: 0px 0px 0px 50%;
}

#stofvrij-schuren .product-info-image:after {
    content: "";
    width: 146px;
    height: 100px;
    background-image: url(/images/parket-stofvrij-schuren.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 50;
}
/*
.logo > a:after {
    content: "parket stofvrij schuren";
    position: absolute;
    right: -76px;
    top: -17px;
    background: rgb(228, 187, 152);
    padding: 11px 4px;
    border-radius: 50%;
    color: #664543;
    font-weight: bold;
    border: 2px solid #664543;
    transform: rotate(11deg);
    width: 96px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}*/

.nav-container {
	display: inline-block;
    vertical-align: middle;
	font-family: ff-enzo-web, sans-serif;
	font-weight: 600;
	font-size: 17px;
	color: #58585b;
	text-align: left;
}

.navbar {
	margin-bottom: 20px;
	font-size: 13px;
}

.navbar > li {
	display: inline-block;
}

.navbar > li > a {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 10px;
}

.navbar > li > a:hover,
.navbar-element-active {
	background-color: #baa772;
	color: #fff;
}

.level-2-navbar {
	padding-bottom: 5px;
    margin: 20px 0px;
    font-size: 22px;
    font-weight: bold;
        text-align: right;
}

.level-2-navbar > li {
	display: inline-block;
	padding: 5px 0px;
	border-bottom: 1px solid;
	position: relative;
}

.level-2-navbar > li > a {
	padding: 5px 10px;
	text-transform: capitalize;
}

.level-2-navbar > li > a:hover,
.level-2-element-active {
	background-color: #aaa;
	color: #fff;
}

.level-3-navbar {
	font-size: 15px;
	font-weight: bold;
}

.level-3-navbar > li {
	display: inline-block;
}

.level-3-navbar > li > a {
	padding: 5px 10px;
	text-transform: uppercase;
}

.level-3-navbar > li > a:hover,
.level-3-element-active {
	border-bottom: 5px solid #c9ac8c;
}

/* <----------------------------------------------------------------- homepage styling ------------------------------------------------------------------------> */

.welc-text-container {
	margin-top: 30px;
	display: flex;
    justify-content: space-around;
}

.welc-text-container > * {
	display: inline-block;
	vertical-align: top;
}

.welc-text-logos-mobile {
	display: none;
	    text-align: center;
    background: #eee;
    padding: 50px 20px;
    margin: 75px 0px;
}

.welc-text-container .headline{
	width: 100%;
	
	background-image: url(/images/welcome-text-background.jpg);
	background-size: 45% 100%;
	background-repeat: no-repeat;
    font-size: 30px;
	padding: 25px;
	box-sizing: border-box;
	color: #58585b;
	margin-top: 30px;
} 

.welc-text-logos, .welc-text-logos-mobile {
	margin-top: 50px;
}

.welc-text-logos img,.welc-text-logos-mobile img {
    width: calc(50% - 22px);
    margin: 10px;
}

.welc-text-logos-mobile img {
	width: 125px;
}

.welc-text-container  .welc-text-left {
	width: 25%;
	height: 100%;
}

.welc-text-container  .welc-text-right {
	width: 650px;
	height: 100%;
	padding: 50px 0px;
    box-sizing: border-box;
    font-size: 16px;
}

.grid-container {
	width: 100%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin: 0px auto;
	padding-bottom: 45px;
}

.grid-item {
	width: calc(100%/3 - 0.3%);
	height: 600px;
	margin-top: 45px;
	display: inline-block;
	color: #000;
	text-align: center;
	padding: 10px;
    box-sizing: border-box;
	transition: all 0.5s;
	background-size: cover;
	background-repeat: no-repeat;
}

.grid-item > a {
	display: block;
	height: 100%;
}

.grid-item > a > h2 {
	text-transform: uppercase;
	font-size: 3em;
    font-family: ff-enzo-web;
	background-color: rgba(255, 255, 255, 0.6);
	padding-top: 10px;
}

.grid-item > a > h5 {
	font-size: 1.2em;
	background-color: rgba(255, 255, 255, 0.6);
	padding-bottom: 10px;
}

.fotorama__nav--dots .fotorama__nav__frame{
	display: none;
}

/* <------------------------------------------------------------------- slider styling --------------------------------------------------------------------------> */

.slide-text-container {
	background-color: rgba(0, 0, 0, 0.4);
	text-align: left;
	color: #fff;
	bottom: 15%;
    position: absolute;
	padding: 30px;
	box-sizing: border-box;
}

.slide-text-container > h2 {
	font-size: 2.3em;
}

.slide-text-container > h5 {
	font-size: 1.2em;
}

/* <-------------------------------------------------------------- contact page styling ---------------------------------------------------------------------> */

.contact-page-container {
	padding: 10px;
	padding-bottom: 40px;
}

.contact-page-container > iframe {
	display: inline-block;
}

.contact-page-container > h3 {
	margin: 20px 0px;
}

.contact-page-container > p {
	margin: 40px 0px;
}

/* contact form styling */

#cntFrm {
	color: #000;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}

#cntFrm input {
	display: block;
    box-shadow: 1px 1px 1px #eee;
    outline: none;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 5px;
    font-weight: 400;
	transition: all 0.3s;
	box-sizing: border-box;
	width: 100%;
}

#cntFrm input:focus {
	box-shadow: 0px 0px 5px #888888;
}

#cntFrm input[type=checkbox] {
	width: auto;
	display: inline;
}

#cntFrm textarea {
	display: block;
    box-shadow: 1px 1px 1px #eee;
    outline: none;
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 5px;
    font-weight: 400;
	box-sizing: border-box;
	height: 125px;
	resize: none;
	width: 100%;
}

#cntFrm textarea:focus {
	box-shadow: 0px 0px 5px #888888;
}

#cntFrmDe {
	color: #000;
	display: inline-block;
	vertical-align: top;
	width: 80%;
	padding-right: 20px;
	box-sizing: border-box;
}

#cntFrmDe input {
	display: block;
    box-shadow: 1px 1px 1px #eee;
    outline: none;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 5px;
    font-weight: 400;
	transition: all 0.3s;
	box-sizing: border-box;
	width: 100%;
}

#cntFrmDe input:focus {
	box-shadow: 0px 0px 5px #888888;
}

#cntFrmDe input[type=checkbox] {
	width: auto;
	display: inline;
}

#cntFrmDe textarea {
	display: block;
    box-shadow: 1px 1px 1px #eee;
    outline: none;
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 5px;
    font-weight: 400;
	box-sizing: border-box;
	height: 125px;
	resize: none;
	width: 100%;
}

#cntFrmDe textarea:focus {
	box-shadow: 0px 0px 5px #888888;
}


.footer-links {
    text-transform: uppercase;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin: 25px 0px;
    padding: 0px;
    width: 100%;
}

#footer-mobile li {
    height: 35px;
    text-align: center;
}

#footer-mobile li a {
    text-decoration: none;
    color: white;
}
/* <------------------------------------------------------------------- product pagina styling ------------------------------------------------------------> */

.product-pagina-container {
	padding: 40px 0px;
}

.product-pagina-container > h3 {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 40px;
}

.header-temp {
	padding: 20px;
    width: 100%;
    background-color: #deb934;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.product-info-image {
	display: inline-block;
	width: 50%;
	padding-right: 25px;
	position: relative;
}

.product-info-image > img {
	max-height: 500px;
	height: 100%;
}

.product-info-description {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 50px 200px 0px 100px;
    line-height: 30px;
}

.product-info-description > h2 {
	margin-bottom: 20px;
}

.button {
	background-color: #baa772;
	color: #fff;
	display: inline-block;
	padding: 15px 30px;
	position: relative;
	cursor: pointer;
}

	.button:after {
	    content: "";
	    position: absolute;
	    bottom: 0px;
	    height: 3px;
	    width: 100%;
	    left: 0px;
	    background-color: rgba(0,0,0,0.2);
	    transition: .25s;
	}

		.button:hover:after {
		    height: 100%;
		    transition: .25s;
		}

.button-margin {
	margin: 40px auto;
}

.button-width {
	width: 300px;
	    display: block;
    text-align: center;
}

.button-black {
	background-color: black;
}

#footer .logo {
	margin: 50px;
}

.afsp-mak-container {
	text-align: center;
}

.afsp-mak-container > p {
	font-weight: bold;
}

/* <------------------------------------------------------------------- legservice pagina styling ------------------------------------------------------------> */

.legservice-pagina-container {
	padding: 40px 0px;
	overflow: auto;
}

.legservice-pagina-container > h3 {
	font-weight: bold;
	margin-bottom: 25px;
}

.legservice-pagina-container > ul {
	list-style: initial;
	margin-top: 25px;
}

#footer-mobile {
	display: none;
}

#footer-mobile .logo {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.footer-container .disclaimer {
    background-color: white;
    width: 100%;
    padding: 25px 0px;
    font-size: 12px;
    color: #555;
    text-align: center;
}

.lang_btn {
	border: none;
	width: 25%;
	background: #000;
	color: #fff;
	padding: 10px;
	margin: 5px;
	cursor: pointer;
}

.lang_btn.active {
	background: #fff;
	border-bottom: 3px solid #000;
	color: #000;
	cursor:default;
}


/* <------------------------------------------------------------------- footer styling ------------------------------------------------------------------------> */

.footer-container {
	width: 100%;
	background-color: #aaa;
}

.footer-container > p {
	text-align: center;
	line-height: 60px;
}

/* <------------------------------------------------------------------- keyframes ----------------------------------------------------------------------------> */

@-webkit-keyframes slideFader {
	
	0% {
		background-image: url(/images/slides/slider-background.jpg);
	}
	
	15% {
		background-image: url(/images/slides/slider-background.jpg);
	}
	
	30% {
		background-image: url(/images/slides/MJ3554_Interior02.jpg);
	}
	
	45% {
		background-image: url(/images/slides/MJ3554_Interior02.jpg);
	}
	
	60% {
		background-image: url(/images/slides/IMU-1850-2.jpg);
	}
	
	75% {
		background-image: url(/images/slides/IMU-1850-2.jpg);
	}
	
	90% {
		background-image: url(/images/slides/slider-background.jpg);
	}
	
	100% {
		background-image: url(/images/slides/slider-background.jpg);
	}
	
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}



.flrgth {
	float: right;
	max-width: 100%;
}




















































