@font-face {
  font-family: 'Roboto Bold';
  src: url('fonts/Roboto_Bold/Roboto-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/Roboto_Bold/Roboto-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Roboto_Bold/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Roboto_Bold/Roboto-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Roboto_Bold/Roboto-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Roboto_Bold/Roboto-Bold.svg') format('svg'); /* Legacy iOS */
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Regular';
  src: url('fonts/Roboto_Regular/Roboto-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/Roboto_Regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Roboto_Regular/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Roboto_Regular/Roboto-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Roboto_Regular/Roboto-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Roboto_Regular/Roboto-Regular.svg') format('svg'); /* Legacy iOS */
  font-display: swap;
}

@font-face {
  font-family: 'Courgette';
  src: url('fonts/Courgette/Courgette-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/Courgette/Courgette-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Courgette/Courgette-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Courgette/Courgette-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Courgette/Courgette-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Courgette/Courgette-Regular.svg') format('svg'); /* Legacy iOS */
  font-display: swap;
}

@font-face {
  font-family: 'Pacifico';
  src: url('fonts/Courgette_Regular/Pacifico-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/Courgette_Regular/Pacifico-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Courgette_Regular/Pacifico-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Courgette_Regular/Pacifico-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Courgette_Regular/Pacifico-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Courgette_Regular/Pacifico-Regular.svg') format('svg'); /* Legacy iOS */
  font-display: swap;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


/* 
	END OF FONTFACE
*/

* {
	box-sizing: border-box;
}

.melding {
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    left: 0;
    align-items: center;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.melding .container {
width: auto;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px #404040;
    max-width: 450px;
    width: 100%;
    position: relative;
}

.melding h3 {
    color: #b15c11;
    padding-bottom: 20px;
    max-width: 90%;
    margin: 0;
    margin-top: 0 !important;
    margin-bottom: 0;
}

.melding > .container #close_melding {
    color: #000;
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal .modal-header .close {
    margin-top: 2px;
    width: 10%;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.melding i {
    color: #000;
}
.melding i:hover {
    cursor: pointer;
    color: #b15c11;
}

.image_wrap .fa-spinner {
	position: absolute;
    font-size: 12px;
    width: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    color: #fff;
}

.image_wrap .spinner-opacity-background {
	width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.3);
    display: none;
}

.fixed.cookies {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    /* margin: auto; */
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.fixed.cookies .button.orange {
	padding: 10px 0px;    
	font-size: 18px;
    line-height: 18px;
}

.fixed.cookies .button {
    margin-top: 40px;
}

.fixed.cookies .button.secondary {
    padding: 10px 0px;
    font-size: 18px;
    line-height: 18px;
    background: transparent;
    border: none;
    font-weight: 100;
}

.fixed.cookies img {
        max-width: 310px;
    margin: 0 auto;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.fixed.cookies > .wrap {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    max-width: 580px;
    width: 100%;
    background: #fff;
    padding: 40px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px #2b2b2b;
    border-radius: 5px;
}

.fixed.cookies #lees_meer {
    display: inline-block;
	   margin-top: 25px;
}

:focus,
:active,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

html,
body {
	margin: 0;
	padding: 0;
}

p,
a,
li {
	color: #666;
	font-family: Roboto Regular;
    font-size: 16px;
    line-height: 26px;
}

textarea {
    resize: none;
}

ul {
	padding-left: 20px;
}

a {
	text-decoration: none;
    transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
}

strong {
	font-family: Roboto Bold;
}

a.button:hover {
	cursor: pointer;
    text-decoration: none;
	transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
}

/*a:not([class]) {
    color: #aecc52;
    text-decoration: underline;
}  */ 

h1, 
h2, 
h3,
h4, 
h5, 
h6 {
	font-family: Roboto Regular;
	color: #353535;
	margin: 0;
	padding: 0;
    margin-top: 20px !important;
}

.youtube {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 120px auto;
}

.youtube iframe {
    display: inline-block;
    width: 100%;
    height: 400px;
}

.before_header {
	background: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.product .delete_button_wrap > .button#delete_band.active,
.product .delete_button_wrap > .button#delete_roede.active {
    display: block;
    cursor: pointer;
}

.product .delete_button_wrap:first-of-type {
    margin-left: 0;
    clear: both;
}

.stappen_area > h1 {
    margin-bottom: 30px;
}

.before_header > .wrap {
	padding: 10px 20px;
	max-width: 1268px;
	margin: 0 auto;
}

.intro_header {
    position: relative;
}

.intro_header > .wrap,
.breadcrumb > .wrap {
	padding: 0px 20px;
	max-width: 1268px;
	margin: 0 auto;
}

.intro_header > .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
        max-height: 92px;
}

.intro_header::before {
    content: '';
    position: absolute;
    right: 40%;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid#bf6a0f;
    border-bottom: 120px solid #bf6a0f;
}

.intro_header::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #bf6a0f;
    width: 40%;
    height: 100%;
    z-index: 0;
}   

.breadcrumb > .wrap {
    padding: 0 20px;
}

.telefoon_nummer > a {
	color: #fff;
	font-family: Roboto Bold;
	font-size: 18px;
}

.telefoon_nummer {
	text-align: center;
    margin-bottom: 0;
}

.telefoon_nummer > a > i {
    padding: 10px;
    color: #b15c11;
    background: #fff;
    border-radius: 100px;
    vertical-align: initial;
    margin-right: 10px;
}

.before_header .top_menu li {
	display: inline;
	list-style-type: none;
	padding: 5px 8px;
}

.block.fade-in {
    display: block;
     -webkit-animation: fadein 0.4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.4s; /* Firefox < 16 */
        -ms-animation: fadein 0.4s; /* Internet Explorer */
         -o-animation: fadein 0.4s; /* Opera < 12.1 */
            animation: fadein 0.4s;
}   

.before_header .top_menu li.nav-selected > a {
    font-weight: 900;
    color: #000;
    font-family: Roboto Bold;
}

.footer .klantenservice li a, 
.footer .gegevens a {
	padding: 0;
    color: #666;
    font-size: 14px;
}

.before_header .top_menu li > a {
    font-size: 14px;
    display: inline-block;
    color: #666;
    padding: 5px 10px;
}

.top_menu {
    display: inline-block;
    float: right;
}

.site_logo {
	max-width: 250px;
	display: inline-block;
	float: left;
	width: 100%;
}

.slogan {
    font-size: 23px;
    color: #fff;
    font-family: Courgette;
    line-height: 30px;
    padding: 15px 0;
    margin-bottom: 0;
}

.intro_header {
	background: #b15c11;
	display: inline-block;
    width: 100%;
}

.staal_aanvraag {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
}

.intro_header .one-third {
    position: relative;
    z-index: 2;
}

.offerte-icon {
    font-size: 55px;
    color: #fff;
}

.intro_header .offerte > .wrap,
.intro_header .offerte,
.intro_header .offerte_aanvraag {
    position: relative;
        text-align: center;
}

.intro_header .offerte_aanvraag .bubble {
    right: -172px;
    top: 5px;
}

.box.speak {
    width: 30px;
    /* margin: 50px auto; */
    background: #aecc52;
    padding: 2px 0;
    text-align: center;
    font-weight: 900;
    color: #fff;
    position: absolute;
    font-family: arial;
    font-size: 20px;
    top: 20px;
    left: 30px;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 10px #666;
}

.box.speak:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid #aecc52;
    border-right: 5px solid transparent;
    border-top: 5px solid #aecc52;
    border-bottom: 5px solid transparent;
    left: 5px;
    bottom: -10px;
}

.intro_header .bubble {
    position: absolute;
    box-shadow: 0 0 10px #2f2f2f;
    right: -50px;
    top: -15px;
    background: #aecc52;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    z-index: 20;
    line-height: 25px;
    font-size: 14px;
    left: 0;
    margin: 0 auto;
    animation-name: out;
    animation-duration:0.5s;
    font-family: Roboto Bold;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.intro_header .offerte:hover .bubble,
.intro_header .offerte_aanvraag:hover .bubble {
    animation-name: in;
    animation-duration:0.5s;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
}

@keyframes in {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
@keyframes out {
    from {
        transform: rotateY(360deg) scale(1.3, 1.3);
    }
    to {
        transform: rotateY(0deg) scale(1.0, 1.0);
    }
}

.hoofd_menu {
	background: #fbf4ee;
    position: relative;
    z-index: 20;
}

.hoofd_menu > .wrap {
	padding: 0 20px;
	max-width: 1268px;
	margin: 0 auto;
}

.hoofd_menu .nav {
	padding: 0;
	margin: 0;
}

.hoofd_menu .nav li {
	display: inline-block;
}

.hoofd_menu .nav li > a {
    color: #b15c11;
    display: inline-block;
    font-family: Roboto Bold;
    padding: 15px 15px;
}

.hoofd_menu .nav li:hover > a {
	color: #666;
}

.product .four-fifths .form-control {
    display: inline-block;
    width: 100%;
}

.product .one-fifth i {
    line-height: 64px;
    font-size: 22px;
    color: #b15c11;
}

.product .one-fifth {
    text-align: center;
}

.edit_structuur {
    position: fixed;
    width: 100%;
    left: 0;
    top: 48px;
    border-bottom: 2px solid #b15c11;
    right: 0;
    z-index: 100;
    background: #fbf4ee;
    box-shadow: -1px 17px 20px -14px #ccc;
}

.uploaded-image img {
    max-height: 57px;
}

.file-upload {
    max-width: 500px;
    display: inline-block;
    width: 100%;
}

.edit_structuur > .wrap {
    padding: 10px 20px;
    display: block;
    max-width: 1268px;
    margin: 0 auto;
}


.front_page_1 {
	display: inline-block;
	position: relative;
	width: 100%;
	background-image: url('images/sisal-homepage.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.front-page > .wrap,
.usp_bar > .wrap {
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.usp_bar_home .usp i  {
    padding-right: 10px;
}

.usp_bar {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #fbf4ee;
}

.usp_bar.footer_usp {
    background: #fff;
    padding: 50px 0px;
}

.usp_bar.footer_usp .explanation {
    font-weight: normal;
    padding-right: 40px;
    padding-top: 5px;
}

.usp_bar .usp .text .title {
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 1px;
    font-size: 16px;
}

.usp_bar .usp {
    font-weight: bold;
}

.usp_bar.footer_usp .usp {
    border-right: 1px solid #ccc;
}

.usp_bar.footer_usp .usp:last-of-type {
    border-right: none;
}

.usp_bar .usp .text {
    font-weight: normal;
    padding-left: 40px;
    padding-right: 20px;
}

.usp_bar .usp .title-wrap {
        display: inline-block;
    width: auto;
    float: left;
}

.usp_bar .usp i {
    color: #aecc52;
    font-size: 30px;
    vertical-align: middle;
}

.front-page {
    display: inline-block;
    width: 100%;
}

.front_page_1 .opacity-vlak {
	background: rgba(255,255,255,0.8);
	padding: 30px;
	position: relative;
	margin: 40px 0;
	padding-bottom: 150px;
}

.front_page_1 .opacity-vlak::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 177px;
    height: 152px;
    background-image: url(images/natuurtapijt-cta-footer.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.front_page_1 .opacity-vlak .title h2 {
    color: #b15c11;
    font-size: 32px;
    font-family: Courgette;
    line-height: 38px;
    text-align: center;
}

.front_page_1 .opacity-vlak .content p {
	padding: 20px 0;
	text-align: center;
}

.front_page_1 .opacity-vlak .content a {
	text-decoration: underline;
}

.front_page_1 .opacity-vlak .nummer .bel{
	margin-bottom: 0;
}

.front_page_1 .opacity-vlak .nummer .bel,
.front_page_1 .opacity-vlak .nummer .bel a {
	font-size: 24px;
	color: #666;
	font-family: Roboto Bold;
	text-align: center;
}

.front_page_1 .opacity-vlak .nummer .meer-info > a {
	color: #b15c11;
	font-size: 14px;
	text-decoration: underline;
}

.front_page_1 .opacity-vlak .nummer .meer-info {
	text-align: center;
	margin-top: 8px;
}

.front_page_1 .two-thirds.stappenplan h2 {
	color: #fff;
	text-shadow: 0 0 10px black;
	text-transform: uppercase;
	font-family: Roboto Bold;
	font-size: 38px;
}

.front_page_1 .two-thirds.stappenplan > .wrap {
    position: absolute;
    bottom: 0px;
    margin: 80px 0;
}

.front_page_1 .two-thirds.stappenplan h2 .highlight {
	color: #aecc52;
}

.front_page_1 .two-thirds.stappenplan h2 .highlight::after {
  content: "\A";
  white-space: pre;
}

.front_page_1 .two-thirds.stappenplan .stap {
    background: #aecc52;
    color: #fff;
    font-family: Roboto Bold;
    padding: 5px 15px 4px 0px;
    display: inline-block;
    font-size: 20px;
    position: relative;
    display: block;
    margin: 40px 0;
    width: 100%;
}
.front_page_1 .two-thirds.stappenplan {
	padding-left: 40px;
}

.front_page_1 .two-thirds.stappenplan .stap::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 14px solid transparent;
    border-right: 16px solid #aecc52;
    border-bottom: 17px solid #aecc52;
    border-top: 20px solid #aecc52;
    left: -30px;
    top: 0px;
    bottom: 0;
}

.front_page_1 .two-thirds.stappenplan .stap::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 15px solid#aecc52;
    border-right: 16px solid transparent;
    border-bottom: 18px solid transparent;
    border-top: 19px solid transparent;
    right: -31px;
    top: 0px;
    bottom: 0;
}

.button {
	padding: 8px 10px;
	text-decoration: none;
	font-family: Roboto Regular;
    border-radius: 5px;
}

.button > i {
    padding-right: 10px;
} 
.band. tab {
    margin-top: 0;
}

.hamburger.is-active .hamburger-inner.scrolled, 
.hamburger.is-active .hamburger-inner.scrolled:after, 
.hamburger.is-active .hamburger-inner.scrolled:before {
    background-color: #b15c11;
}
.hamburger-inner.scrolled, .hamburger-inner.scrolled:after, .hamburger-inner.scrolled:before {
    background-color: #b15c11;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    height: 5px !important;
    -webkit-transition: background-color 700ms linear;
    -moz-transition: background-color 700ms linear;
    -o-transition: background-color 700ms linear;
    -ms-transition: background-color 700ms linear;
    transition: background-color 700ms linear;
    background-color: #333;

}
.button.orange {
	background: #aecc52;
	color: #fff;
    border: 1px solid #aecc52;
}

.button.orange.focus, .button.orange:focus {
    background: #aecc52;
    background-color: #aecc52;
    border: 1px solid #aecc52;
    color: #fff;
}

.button.blauw {
    background: #aecc52;
    color: #fff;
    border: 1px solid #aecc52;
}

.button.blauw:hover {
    background: #bed675;
    color: #fff;
    border: 1px solid #bed675;
}

.button.orange:hover {
    background: #bed675;
    border: 1px solid #bed675;
}

.fancy-title {
	color: #b15c11;
	font-family: Courgette;
	font-size:30px;
}

.front-page-2 .title {
    padding: 40px 0 20px 0;
    width: 100%; 
	text-align: center;
}

.groep-block.structuur .image-fallback {
/*	background-image: none;
*/}

.slick-list {
    overflow: hidden;
    width: 100%;
    max-width: calc(100% - 150px);
    max-width: -webkit-calc(100% - 150px);
    max-width: -moz-calc(100% - 150px);
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

.slick .slider {
	padding-left: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin: 0 !important;
}

.slick .slider li,
.slick .slider li img {
    background: transparent;
    object-fit: contain;
    max-height: 75px;
}   

.slick .slick-slide {
    display: inline-block;
}

.slick {
    z-index: 5;
    position: relative;
}

.slick-slide li.active {
	border: 2px solid #b15c11;
}

.slick .kleur-image {
	width: 100%;
}

.slick-arrow.slick-next {
    right: 19px;
}

.slick-arrow.slick-prev {
    left: 19px;
}


.slick-arrow {
    color: #ccc;
    text-align: center;
    top: 0;
    font-size: 30px;
    margin: 20px 0;
    list-style-type: none;
    position: absolute;
    background: #fff;
    padding: 2px 10px;
}

.slick-arrow:hover {
	cursor: pointer;
	color: #bbb;
}

.slick-arrow.slick-disabled {
    opacity: 0;
}

.slick-arrow.slick-disabled:hover {
	cursor: inherit;
}

.slick-slide li {
    height: auto;
    max-height: 100%;
    /* line-height: 36px; */
    text-align: center;
    background: #000;
    /* margin: -2px 0; */
    /* overflow: hidden; */
    border: 2px solid #fff;
}

}

.slick-slide li:hover {
	cursor: pointer;
}

.opacity-vlak-bottom {
    background: -webkit-linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100% );
    height: 140px;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.image-fallback {
	background-image: url('images/tapijt-sisal-homepage.jpg');
    height: 244px;
    background-image: url(images/tapijt-sisal-homepage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.7s ease;
}

.groep-block:hover .image-fallback {
	cursor: pointer;
    transform: scale(1.04);
}

.groep-block {
	margin-top: 30px;
    box-shadow: 1px 2px 5px #666;
    position: relative;
}

.groep-block .text {
    background: #fff;
    width: 100%;
    padding: 20px 30px;
    font-size: 15px;
    font-family: Roboto Regular;
    color: #666;
    overflow: hidden;
}

.groep-block .text .prijs {
	color: #aecc51;
	font-family: Roboto Bold;
}

.groep-block .soort-wrap {
    position: absolute;
    bottom: 10px;
    left: 30px;
    z-index: 2;
    right: 30px;
    text-shadow: 0 0 10px #000;
}

.groep-block .inner {
	overflow: hidden;
	position: relative;
	max-height: 244px;
}

.groep-block .text p {
	width: 100%; 
    max-width: calc(100% - 50px);
    max-width: -webkit-calc(100% - 50px);
    max-width: -moz-calc(100% - 50px);
}

.groep-block .text .bold {
	font-weight: 900;
    font-family: Roboto Bold;
}	


.groep-block .text i {
    color: #ccc;
    font-size: 54px;
    position: absolute;
    right: 30px;
    transition: all 0.4s ease;
    /* line-height: 18px; */
    top: 50%;
    transform: translateY(-50%);
}

.groep-block .soort h3 {
    color: #fff;
    font-family: Roboto Regular;
    font-size: 22px;
    margin-bottom: 0;
}

.groep-block .naam h3 {
    color: #fff;
    font-family: Courgette;
    font-size: 41px;
    line-height: 41px;
    padding-top: 7px;
}

.button.staalaanvraag {
    padding: 10px 15px;
}

.groep-block .link .text {
	position: relative;
}

.groep-block:hover .text i {
	right: 20px;
	color: #aecc52;
}

.front-page-2 {
    margin-bottom: 100px;
}

.front-page-3 {
    padding: 80px 0;
    background: #f7f7f7;
}

.front-page-3 .one-third.usp {
    background-image: url(images/1434-010.jpg);
    box-shadow: 0 0 10px #000;
    background-size: cover;
    padding: 40px 30px;
    color: #fff;
    font-family: Courgette;
    font-size: 41px;
    text-shadow: 0 0 10px #000;
}

.flex_order.left {
    margin-bottom: 25px;
}

.front-page-3 .one-third.usp ul {
	padding-left: 20px;
    margin-top: 30px;
}

.front-page-3 .one-third.usp li {
    font-family: Roboto bold;
    padding: 4px 0px 4px 5px;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 10px #000;
}

.front-page-3 strong {
	font-size: 16px;
}

.front-page-3 .hoofdtekst p {
    line-height: 24px;
    padding-right: 50px;
    font-size: 15px;
    margin-bottom: 30px;
}

.category .pagination li {
    display: inline-block;
    margin: 0 5px;
}

.category .pagination {
    margin: 0;
}

.category .pagination li.prev {
    margin-left: 0;
}

.category .pagination li.next {
    margin-right: 0;
}

.front-page-3 .hoofdtekst a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

.front-page-3 .hoofdtekst a.button {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
}

.front-page-3 .hoofdtekst h1 {
    font-size: 20px;
    padding-right: 50px;
}

.footer {
    background: #fbf4ee;
    padding: 40px 0 70px 0;
    display: inline-block;
    width: 100%;
}

.footer .naw,
.footer .klantenservice {
	display: inline-block;
	float: left;
}

.footer .klantenservice {
    padding-left: 30px;
}

.site_logo img {
    width: 100%;
    max-width: 220px;
}

.ui-slider .ui-slider-handle {
    cursor: pointer !important;
}

.footer .klantenservice ul {
	padding-left: 0;
}

.content.page > .wrap  {
    max-width: 1096px;
    margin: 0 auto;
    padding: 80px 20px 80px 20px;
}

.under_image {
    display: inline-block;
}

.under_image i,
.under_image svg {
    display: inline-block;
}

.content.page.page-default h1  {
    margin-bottom: 30px;
}      

.footer .klantenservice li {
	list-style-type: none;
	line-height: 21px;
}

.footer .klantenservice li a:hover {
	text-decoration: underline;
    background: transparent;
}

.no-items {
       padding: 70px 0 100px 0;
}

.footer .naw p {
	margin: 0;
    line-height: 21px;
    font-size: 14px;
}

.footer h4 {
margin-bottom: 30px;
font-family: Roboto Bold;
font-size: 18px;
}

.footer .naw img {
    margin-top: 20px;
    max-width: 240px;
    width: 100% !important;
}

.footer > .wrap {
    padding: 0px 20px;
    max-width: 1268px;
    margin: 0 auto;

}

.category.content > .wrap,
.product.content > .wrap,
.error-404.content > .wrap {
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
    padding: 0px 20px 80px 20px;
}

.offerprice {
    width: 200px;
    display: inline-block;
}

.error-404.content > .wrap {
    padding: 120px 20px;
}

.error-404.content > .wrap h1 {
    margin-bottom: 40px;
}   

@media only screen and (max-width: 1024px){
    .front_page_1 .one-third,
    .front_page_1 .two-thirds.stappenplan {
        width: 48.717948717948715%;
    } 

    .front_page_1 .two-thirds.stappenplan {
        padding-left: 10px;
    }
    .front_page_1 .two-thirds.stappenplan .stappen {
        margin-left: 20px;
    }
    .hoofd_menu .nav li > a {
        padding: 15px 13px;
        font-size: 15px;
    }

    .groep-block .naam h3 {
        font-size: 35px;
    }

}

@media only screen and (max-width: 768px){

    .before_header > .wrap {
        padding: 10px 20px 80px 20px;
        max-width: 1268px;
        margin: 0 auto;
    }

    .groep-block .slick-slide li {
    	width: 51px !important;
    }

    .youtube iframe {
            display: inline-block;
    width: 100%;
    height: 280px;
    }

    .groep-block .soort-wrap {
        left: 15px;
    }

    .usp_bar .usp {
        margin-left: 0;
        clear: both;
        width: 100%; 
        border-right: none !important;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .usp_bar .usp:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .offer .shopping-cart .item .aantal {
        margin-top: 20px;
        width: calc(48.717948717948715% - 40px);
        margin-left: 2.564102564102564%;
        padding-left: 20px;
    }

    .intro_header::before {
        border-bottom: 80px solid #bf6a0f;
    }

    .shopping-cart .item-header-row  div.item-header.afwerking,
    .shopping-cart .item-header-row  div.item-header.aantal {
        display: none;
    }

    .offer .shopping-cart .item .product_image {
        display: block;
        width: calc(100% - 80px);    
    }

    .offer .shopping-cart.staal-aanvraag .item .product_image {
        width: 100%;
    }

    .offer .shopping-cart .item .afwerking .aantal {
        width: calc(100% - 250px);
    }
        

    .offer .shopping-cart .item .afwerking {
        margin-top: 20px;
        width: calc(48.717948717948715% - 40px);
        margin-left: 0%;
    }

    .offer .shopping-cart .item .product_image > .extended {
        display: inline-block !important;
        padding-left: 20px;
    }

    .shopping-cart .product_image .traploper_options p {
        font-size: 10px;
    }

    .groep-block {
        width: 48.717948717948715%;
        margin-left: 0;
        clear: both;
    }

    .groep-block:nth-of-type(even) {
        clear: none;
        margin-left: 2.564102564102564%;
    }

    .slick-arrow.slick-prev {
        left: 10px;
    }

    .slick-arrow.slick-next {
        right: 10px;
    }

    .slick-list {
        overflow: hidden;
        width: 100%;
        max-width: calc(100% - 150px);
        max-width: -webkit-calc(100% - 100px);
        max-width: -moz-calc(100% - 150px);
        display: block;
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
    }

    .slick-arrow {
        color: #ccc;
        text-align: center;
        top: 0;
        font-size: 20px;
        margin: 27px 0;
        list-style-type: none;
        position: absolute;
        background: #fff;
        padding: 2px 10px;
    }

    .front_page_1 .two-thirds.stappenplan > .wrap {
        padding-right: 20px;
    }

    .front_page_1 .two-thirds.stappenplan h2 {
        font-size: 32px;
    }

    .hoofd_menu {
        padding: 15px;
    }

    .hoofd_menu > .wrap {
        display: none;
    }

    .front_page_1 .two-thirds.stappenplan h2 .highlight::after {
        content: none;
        white-space: pre;
    }

    .shopping-cart .no-items {
        padding: 20px 0 50px 0;
    }

    .intro_header .one-third.first {
        display: none;
    }

    .intro_header .staal_aanvraag {
        width: 100%;
        max-width: calc(100% - 200px);
        float: right;
    }

    .offerte_aanvraag img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .intro_header {
        background: #b15c11;
        display: inline-block;
        width: 100%;
    }

    .intro_header .one-third.phone {
        clear: both;
        margin-left: 0;
        width: auto;
        display: inline-block;
    }

    .telefoonnummer {
        text-align: left;
    }

    body .header .hamburger {
	    display: block;
	    padding: 11px 18px;
	    float: right;
	    cursor: pointer;
	    text-align: right;
	    position: fixed;
	    z-index: 200;
	    right: 0px;
	}

    .header .hoofd_menu_responsive {
        overflow-y: scroll;
    }

    .header .hoofd_menu_responsive::-webkit-scrollbar {
      width: 5px;
    }
    .header .hoofd_menu_responsive::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgb(193, 193, 193);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
        background-clip: padding-box;
        -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
    }
        
    .header .hoofd_menu_responsive {
        display: block;
        position: fixed;
        background: #ccc;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 9100;
        max-width: calc(100% - 75px);
        max-width: -webkit-calc(100% - 75px);
        max-width: -moz-calc(100% - 75px);
        margin-left: -200%;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        background: #fbf4ee;
        border-right: 2px solid #ccc;
    }

    .header .hoofd_menu_responsive ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        margin-left: 0px;
    }

    .header .hoofd_menu_responsive ul:first-of-type {
        margin-top: 20px;
    }

    .header .hoofd_menu_responsive li {
        list-style-type: none;
    }

    .header .hoofd_menu_responsive li a {
        padding: 10px 0;
        color: #aecc52;
        font-family: Roboto Bold;
        display: block;   
        padding-left: 20px;
    }

    .hoofd_menu_responsive.is-active {
        display: block;
        margin-left: 0;
    }

	.groep-block.structuur.one-third {
		width: 48.717948717948715%;
	}

    .groep-block.structuur.one-third:nth-of-type(odd) {
        clear: both;
        margin-left: 0;
    }   

    .groep-block.structuur.one-third:nth-of-type(even) {
        clear: none;
        margin-left: 2.564102564102564%;
    }   

    .groep-block .text {
            padding: 10px 30px;
    }   
    .groep-block .text i {
        font-size: 42px;
    }

    .front-page-3 .one-third.usp {
        margin: 80px 0;    
    }

    .top_menu {
        display: none;
    }

    .front-page-3 {
        padding-bottom: 0;
    }

    .groep-block .text .bold {
        font-weight: 900;
        font-family: Roboto Bold;
        display: block;
    }

    .front-page-3 .two-thirds,
    .front-page-3 .usp {
        width: 100%; 
        margin-left: 0;
    }

    .front-page-3 .hoofdtekst > * {
        padding-right: 0 !important;
    }

    .footer .klantenservice {
        padding-left: 50px;
    }

        .shopping-cart .item .product_image > .extended > p,
        .shopping-cart .item .afwerking > .extended > p {
        font-size: 14px;
    }

}

@media only screen and (max-width: 640px){

    .footer > .wrap > .one-half {
        width: 100%;
        margin-left: 0;
        padding-top: 50px;
        padding-left: 0;
    }

    #site_wrapper .one-half.portret {
        text-align: left;
    }

    #site_wrapper .portret .buttons {
        float: left;
        text-align: left;
    }

    #site_wrapper .portret .buttons .button {
        float: left !important;
    }

    #site_wrapper .footer .marcel_portret .border {
        float: left;
}

    #site_wrapper .footer .bus img {
        float: left;
    }

    .footer .bus {
        margin-top: 50px;
    }

    .front_page_1 .one-third,
    .front_page_1 .two-thirds.stappenplan {
        width: 100% !important;
        margin-left: 0;
        clear: both;
    } 

    .content.page-default > .wrap > .two-thirds, .content > .wrap > .two-thirds,
    .content.page-default > .wrap > .one-third, .content > .wrap > .one-third {
        padding-right: 0 !important;
        width: 100%; 
        margin-left: 0;
    }
    .content.page-default > .wrap > .one-third, .content > .wrap > .one-third {
        max-width: 320px;
        padding-bottom: 80px;
        display: inline-block;
        width: 100%;
    }

    .error-404.content > .wrap {
        padding: 60px 20px 120px 20px;
    }

    .product.content > .wrap {
        padding: 0px 20px 0 20px;
    }

    .shopping-cart.staal-aanvraag .stappen_plan > .wrap,
    .shopping-cart.staal-aanvraag .stappen_plan > .wrap .stappen_area {
        padding: 0;
        padding-left: 0;
    }

    .shopping-cart.staal-aanvraag > .wrap {
        padding-top: 0;
    }   

    .before_header > .wrap {
        padding: 10px 20px 60px 20px;
        max-width: 1268px;
        margin: 0 auto;
    }

    .category .wrap.tekst p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    .category .wrap.tekst .one-third,
    .category .wrap.tekst .two-thirds {
        width: 100%; 
        margin-left: 0;
    }

        .category .wrap.tekst .one-third {
            margin-top: 40px;
        }

    .category .seo-tekst {
            padding-right:0px !important;
    }

    .category .eigenschappen img {
        max-width: 200px;
    }   

    .category .pagination .text-arrow {
        display: none;
    }

    .category .pagination .show-pages {
/*        display: none;
*/    }

    .referentie {
        margin-left: 0;
        width: 100%;
    }

    .shopping-cart .offerte-step a {
        color: #fff;
        text-align: left;
        border-bottom: 2px solid #676767;
        font-size: 13px;
    }

    .offer .shopping-cart .offerte-step {
        width: 48.717948717948715%;
        margin-left: 2.564102564102564%;
        clear: none;
        margin-bottom: 10px;
    }

    .shopping-cart .offerte-step:nth-of-type(odd) {
        margin-left: 0;
        clear: both;
    }

    .front_page_1 .two-thirds.stappenplan > .wrap {
        position: relative;
        margin: 0 0 60px 0;
        bottom: auto;
    }   

    .front_page_1 .opacity-vlak::after {
        width: 97px;
        height: 84px;
    }

    .front_page_1 .opacity-vlak {
        padding: 20px;
        padding-bottom: 76px;
    }

    .front_page_1 .two-thirds.stappenplan .stappen > .stap {
        margin: 30px auto;
    }   

    .front_page_1 .two-thirds.stappenplan .stappen {
        margin: 0px 0px -20px 10px;
    }
    .product.content .block.select .band {
        display: inline-block;
        float: left;
        margin: 10px 0 0 2%;
        width: calc(100% * (1/4) - 2%);
        width: -webkit-calc(100% * (1/4) - 2%);
        width: -moz-calc(100% * (1/4) - 2%);
    }

    .product.content .block.select .band:nth-of-type(8n + 1),
    .product.content .block.select .band:nth-of-type(6n + 1)  {
        margin: 10px 0 0 2%;
    }
    .product.content .block.select .band:nth-of-type(4n + 1)  {
        margin: 10px 0 0 0%;
    }

    .product.content > .wrap > .inner-wrap > form {
        display: flex !important; 
        flex-direction: column;
    }
    .product.content .select.block{
        margin-bottom: 0;
    }
    .product > .wrap .flex_order {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }
    .product.content .wrap .two-fifths {
        position: relative;
        top: auto;
    }
    .product .select.block > .wrap {
        padding: 0 20px;
    }
    .product > .wrap .flex_order.naam {
        order: 1;
    }
    #site_wrapper .product .band_overlay {
        position: absolute;
        top: 0px;
        right: 0;
        bottom: 0px;
        height: 100%;
        background-size: contain;
        background-repeat: repeat;
        background-position: top center;
        height: 100%;
        max-height: 100%;
        width: 100%;
        max-width: 40px;
        -webkit-transition: background-image .4s ease-in-out;
        -moz-transition: background-image .4s ease-in-out;
        -ms-transition: background-image .4s ease-in-out;
        -o-transition: background-image .4s ease-in-out;
        transition: background-image .4s ease-in-out;
    }

    #site_wrapper .product .band_overlay.roede {
        position: absolute;
        top: auto;
        left: 0;
        right: auto;
        bottom: 0px;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left;
        height: 69px;
        max-height: 100%;
        width: 100%;
        max-width: 100%;
        -webkit-transition: background-image .4s ease-in-out;
        -moz-transition: background-image .4s ease-in-out;
        -ms-transition: background-image .4s ease-in-out;
        -o-transition: background-image .4s ease-in-out;
        transition: background-image .4s ease-in-out;
    }
    .product > .wrap .flex_order.image_wrap {
        order: 2;
        /* max-height: 240px; */
        z-index: 999;
         padding: 0;
        width: 100%;
        background: #fff;
        margin-bottom: 0 !important;
    }
    .product > .wrap .flex_order.image_wrap img {
        object-fit: cover;
        height: 100%; 
    height: auto;
    }
    .product.content .kleuren {
        padding: 20px 0 0 0;
        display: inline-block;
        width: 100%;
    }
    .product.content .select.block h2.title {
        color: #aecc52;
        font-size: 14px;
        padding-bottom: 0px;
        margin-top: 0;
        margin-bottom: 0;
        display: inline-block;
        width: 100%;
        line-height: 20px;
        max-width: calc(100% - 40px);
        max-width: -webkit-calc(100% - 40px);
        max-width: -moz-calc(100% - 40px);
    }
    .product.content .block.select .band {
        display: inline-block;
        float: left;
        margin: 10px 0 0 2%;
        width: calc(100% * (1/6) - 2%);
        width: -webkit-calc(100% * (1/6) - 2%);
        width: -moz-calc(100% * (1/6) - 2%);
    }

    .product.content .block.select .band:nth-of-type(8n + 1),
    .product.content .block.select .band:nth-of-type(4n + 1)  {
        margin: 10px 0 0 2%;
    }
    .product.content .block.select .band:nth-of-type(6n + 1)  {
        margin: 10px 0 0 0%;
    }
    .product > .wrap .flex_order.delete_button_wrap {
        order: 3;
        padding: 0;
        margin-bottom: 0 !important;
        font-size: 12px;
    }
    .product > .wrap .flex_order.delete_button_wrap.active {
        margin-bottom: 20px !important;
    }
    .product > .wrap .flex_order.kleur {
        order: 4;
    }
    .product > .wrap .flex_order.ondervloer {
        order: 7;    
    }

    .product > .wrap .opties_trap.flex_order {
        order: 5;
    }
    .product > .wrap .roede.flex_order {
        order: 7;
    }
    .product > .wrap .flex_order.niet_actief {
        order: 4;
    }
    .product > .wrap .flex_order.delete_buttons {
        order: 4;
    }
    .product > .wrap .flex_order.waarvoor {
        order: 5;
    }
    .product > .wrap .flex_order.maat {
        order: 6
    }
    .product > .wrap .flex_order.band {
        order: 8;
    }
    .product > .wrap .flex_order.treden {
        order: 6;
    }
    .product > .wrap .flex_order.band .banden-wrapper{
      padding-top: 10px;
    }
    .product.content .banden > .band {
        width: calc(100% * (1/8) - 2%);
        width: -webkit-calc(100% * (1/8) - 2%);
        width: -moz-calc(100% * (1/8) - 2%);
    }   
    .product > .wrap .flex_order.afwerking {
        order: 7;
    }

    .product > .wrap .flex_order.submit {
        order: 9;
    }
    .product > .wrap .flex_order.specificaties {
        order: 10;
    }
    .product.content .specificaties > .wrap {
        padding: 0;
    }
    .product > .wrap .flex_order.text {
        order: 11;
    }
    .product .block .wrapper {
        padding-top: 15px;
    }
    .product.content .text .omschrijving {
        display: inline-block;
        width: 100%;
        line-height: 22px;
        padding: 20px;
        background: #f1f1f1;
        white-space: pre-wrap;
    }

    .product > .wrap .flex_order.staalaanvraag {
        order: 11;
        margin-top: 50px;
        margin-bottom: 50px !important;
    }
    .product.content h1 {
        max-width: 100%; 
        margin-bottom: 20px;
    }
    .product.content .price {
        float: left;
        padding-top: 0px;
        font-size: 21px;
        color: #b15c11;
        font-family: Roboto Bold;
        padding-bottom: 10px;
    }

    .category.content > .wrap {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 480px){


    .form-group > input.form-control,
    .form-group label {
        display: block !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .stappen .stappen_area {
    	padding-left: 0;
    }

    .stappen .stappen_plan {
    	margin-bottom: 20px;
    }

    .price_slider > .one-half {
    	margin-left: 0;
    	width: 100%;
    	margin-bottom: 40px;
    }

    .groep-block .soort-wrap {
        left: 30px;
    }

    .before_header > .wrap {
        padding: 10px 20px 50px 20px !important;
        max-width: 1268px;
        margin: 0 auto;
    }

    .category .pagination li>a, 
    .category .pagination li>span {
        padding: 5px 10px;
        font-size: 13px;    
    }

    .product .kleuren .kleur .kleur_naam span,
    .product .banden-wrapper .band .kleur_naam span {
        font-size: 12px;
    }

    .intro_header::before {
    	border-bottom: 143px solid #bf6a0f;    
    }

    .items.gegevens.contact > .wrap {
        padding: 40px 20px !important;
    }

    .groep-block {
        width: 100%;
        margin-left: 0 !important;
    }

    .klantgegevens.mobiele-service .gegevens .one-half {
        font-size: 12px;
    }

    .offer .shopping-cart .item-header-row {
        display: none;
    }
    .offer .shopping-cart .item .product_image > .image-wrapper {
        display: inline-block;
        vertical-align: top;
    }

    .offer .shopping-cart .item .product_image > .extended {
        display: inline-block !important;
        max-width: 117px;
    }

    .offer .shopping-cart .afwerking .image-wrapper > img {
        max-width: 60px;
        white-space: nowrap;
        height: 100%;
    }

    .offer .shopping-cart .item .aantal {
        width: 48.717948717948715%;
        height: auto;
        margin: 0;
        margin-top: 40px;
        display: inline-block;
    }

    .offer .shopping-cart .image-wrapper {
        height: auto;
    }

    .afwerking .traploper_show_details {
            font-size: 12px;
    }

    .offer .shopping-cart .item .afwerking .image-wrapper {
        display: inline-block !important;
    }

    .offer .shopping-cart .item .afwerking {
         display: inline-block;
        height: auto;
        width: 48.717948717948715%;
        float: left;
        margin: 0;
        margin-top: 40px;
         margin-left: 0px; 
        padding-left: 0px;
    }

    .offer .shopping-cart .item .afwerking > .extended p {
        font-size: 12px;
    }

    .offer .shopping-cart .item .afwerking > .extended {
        padding-left: 0px;
        display: block;
    }

    .shopping-cart .item .delete_item {
        width: 20px;
        margin: 0;
        display: inline-block !important;
        height: auto !important;
        ;
    }

    .shopping-cart .item .product_image > .extended p {
        font-size: 12px;
    }

    .content .shopping-cart .item .product_image {
        width: calc(100% - 20px);
        margin: 0;
    }

    .offerte .offerte-icon {
        font-size: 50px;
    }

    .telefoon_nummer > a {
        color: #fff;
        font-family: Roboto Bold;
        font-size: 14px;
        text-decoration: none;
    }

    p.telefoon_nummer {
        margin: 0;
    }

    .offerte .box.speak {
        width: 20px;
        /* margin: 50px auto; */
        background: #aecc52;
        padding: 2px 0;
        text-align: center;
        font-weight: 900;
        color: #fff;
        position: absolute;
        font-family: arial;
        font-size: 12px;
        top: 17px;
        left: 15px;
        right: 0;
        margin: 0 auto;
        box-shadow: 0 0 10px #666;
    }

    .header .intro_header .offerte .bubble {
        position: absolute;
        box-shadow: 0 0 10px #2f2f2f;
        right: -34px;
        top: -12px;
        background: #aecc52;
        height: 20px;
        width: 20px;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        z-index: 20;
        line-height: 21px;
        font-size: 14px;
        left: 0;
        margin: 0 auto;
        font-family: Roboto Bold;
    }

    p,
    a,
    li {
        font-size: 14px;
        line-height: 21px;
    }

    .content.page.page-default > .wrap  {
        padding: 40px 20px 0px 20px;
    }

    .footer .naw, .footer .klantenservice {
        width: 100%; 
        padding-left: 0;
    }
    
    .footer .klantenservice {
        margin-top: 40px;
    }

    .footer {
        padding: 40px 0;
        margin-top: 20px;
    }

	.category.content .groep-block.structuur.one-third {
		width: 100%;
		margin-left: 0;
		clear: none;
	}

    .front_page_1 .two-thirds.stappenplan {
        margin-bottom: 40px;
    }

    .product {
        margin-top: 20px;
    }

    .stappen .stappen_area > .stappen,
    .stap_text.one-fifth {
        display: none !important;
    }

    .stappen .four-fifths {
        width: 100% !important;
        margin-left: 0 !important;
        padding-left: 0;
    }

    .shopping-cart > .wrap {
        padding: 20px !important;
    }

    .homepage .stappen {
        display: block !important;
    }

    .intro_header > .wrap {
        display: block;
    }

    .intro_header .one-third.phone,
    .intro_header .one-third.staal_aanvraag {
        width: 100%;
        clear: none;
        margin-left: 0;
        max-width: 100%;
        padding: 20px 0 0px 0;
    }

    .offerte_aanvraag {
        max-height: 100px;
        display: inline-block;
        width: 100%;
        text-align: left;
    }

    .intro_header {
        height: auto;
    }   

    .staal_aanvraag {
        height: auto;
    }

    .groep-block .inner {
        overflow: hidden;
        position: relative;
        max-height: 230px;
    }

    .offerte_aanvraag img {
        height: auto;
        max-height: 70px;
        width: auto;
    }

    .site_logo {
        max-width: 210px;        
        max-width: calc(100% - 85px);
        max-width: -webkit-calc(100% - 85px);
        display: inline-block;
        float: left;
        width: 100%;
    }

    .tab .tablinks {
        padding: 10px 2px;
    }
        

}

@media only screen and (max-width: 320px) {
    .product.content .block.select .band {
        display: inline-block;
        float: left;
        margin: 10px 0 0 2%;
        width: calc(100% * (1/4) - 2%);
        width: -webkit-calc(100% * (1/4) - 2%);
        width: -moz-calc(100% * (1/4) - 2%);
    }

    #site_wrapper .product > .wrap .flex_order.image_wrap {
        order: 2;
        z-index: 999;
        width: 100%;
        background: #fff;
    }

    .offer .shopping-cart .item .options p {
        margin: 0;
    }

    .offer .shopping-cart .item .options {
        position: absolute;
        background: #fff;
    }

    .offer .shopping-cart .item .product_image > .image-wrapper {
        max-width: 80px;
    }

    .groep-block .naam h3 {
        font-size: 34px;
    }

    .product.content .block.select .band:nth-of-type(6n + 1) {
        margin: 10px 0 0 2%;
    }

    .product.content .block.select .band:nth-of-type(4n + 1) {
        margin: 10px 0 0 0;
    }
}

.absolute-fw-click {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li.active a {
    color: #666;
}

.breadcrumb .separator {
    color: #aecc52;
    font-size: 12px;
}

.breadcrumb {
    background-color: transparent !important;
    padding-left: 0;
    margin-bottom: 0 !important;
    padding: 15px 0 !important;
}

.breadcrumb .breadcrumb {
    margin-top: 0 !important;
    padding: 0 !important;
}

.breadcrumb a {
    display: inline-block;
    color: #aecc52;
    padding: 3px 7px;
    vertical-align: unset;
    font-size: 12px;
}

.product h1 {
    float: left;
    width: 100%;
    max-width: 65%;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 36px;
    padding-right: 40px;
}

.product .price {
    float: right;
    padding-top: 3px;
    font-size: 19px;
    color: #aecc52;
    font-family: Roboto Bold;
    padding-top: 7px;
}

.specificatie.prijs .value {
    line-height: 25px;
}

.product .price .maatvoering {
    font-family: Roboto Regular;
    color: #333333;
}

.notice {
    display: inline-block;
    width: 100%; 
}

.notice.inline-alert {
    display: none;
    width: 100%;
    outline: 3px solid #f3e1d1;
    padding: 10px 0;
    line-height: 18px;
    margin-top: 20px;
    position: relative;
}

.telefoon_nummer > a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.form-group {
    margin-top: 15px;
}

.notice.inline-alert > p.icon {
    float: left;
    width: 10%;
    font-size: 20px;
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    text-align: center;
    color: #b15c11;
}

.notice.inline-alert > div.text {
    float: left;
    width: 100%;
    max-width: calc(100% - 80px);
    max-width: -webkit-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    font-size: 14px;
    color: #666;
}

.items.gegevens.contact > .wrap {
    margin: 0 auto;
    padding: 40px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.items.gegevens.contact {
    background: #eee;
    text-align: center;
}

input.postcode {
    margin-right: 5%;
}

.items.gegevens .form-group input.woonplaats {
    margin-right: 0;
    }

.staalaanvraag.full {
    outline: 2px solid #aecc52;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.notice.inline-alert i.fa-times {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px 10px;
    color: #333;
}

.notice.inline-alert i.fa-times:hover {
    color: #666;
    cursor: pointer;
}

.product .omschrijving {
    display: inline-block;
    width: 100%;
    line-height: 22px;
    margin-bottom: 40px;
    white-space: pre-line;
}

.product.content .wrap .two-fifths {
    position: sticky;
    top: 40px;
}

.product > .wrap > .inner-wrap {
    display: inline-block;
    width: 100%; 
}

.product .select.block.niet_actief h2.title {
    margin-bottom: 30px;
}

.product .image_wrap > .wrap {
    position: relative;
    max-width: 100%; 
}

.product .image_wrap .expand {
    text-align: right;
    position: relative;
    padding: 10px 0 0 0;
}

.product .image_wrap .expand i {
    font-size: 22px;
    padding: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}   

.modal .band_overlay {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 60px;
}
.modal .band_overlay.roede {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    height: 179px;
    max-width: 200px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.expand-image-modal .modal-content .modal-body > .wrap img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.modal .modal-title {
    margin: 0;
    max-width: 90%;
    margin-top: 0 !important;
    display: inline-block;
    float: left;
}

.expand-image-modal .modal-content .modal-body > .wrap {
    max-height: 65vh;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.price_slider .input-wrap {
    display: flex;
    align-items: center;
}

.price_slider .ui-slider-handle {
    background: #aecc52 !important;
    border: 1px solid #aecc52 !important; 
}

.price_slider .ui-slider-range {
    background: #fbf4ee !important;
}

.price_slider .ui-slider-handle:hover {
    background: #aecc52;
    border: 1px solid #aecc52;
}

.price_slider .input-wrap .form-group {
    margin-top: 0;
    margin-left: 20px;
    position: relative;
}

.price_slider .input-wrap .form-group:before {
    content: 'â‚¬';
    position: absolute;
    font-size: 18px;
    color: #333;
    left: -20px;
    top: 9px;
}

.price_slider > .wrap {
    float: left;
    display: inline-block;
}

.dropdown-menu {
    max-height: 180px !important;
    padding-bottom: 10px !important;
}

.remove_filters {
    margin-top: 50px;
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    width: 100%;
}

.content form {
    display: inline-block;
    width: 100%;
}

.price_slider > .wrap.kleur_selector,
.price_slider > .wrap.breedte_selector {
    margin-left: 50px;
}   

.price_slider .select-box-label {
    padding-right: 0;
}

.content.page-default > .wrap > .two-thirds,
.content > .wrap > .two-thirds {
    padding-right: 60px;
    padding-bottom: 100px;
}

.price_slider .separator {
    text-align: center;
    margin-bottom: 15px;
}

.price_slider {
    width: 100%;
    max-width: 780px;
    display: block;
    margin: 0 auto;
}

.expand-image-modal .modal-dialog {
    max-width: 100%;
    width: auto;
}

.product .image_wrap .expand i:hover {
    font-size: 26px;
}

.product .select.block {
    /*background: #fbf4ee;*/
	background: #efefef;
    margin-bottom: 40px;
    position: relative;
}

.product .select.block > .wrap {
    padding: 30px 20px;
    display: inline-block;
    width: 100%;
}

.product .select.block h2.title {
    color: #333333;
    font-size: 16px;
    padding-bottom: 12px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.product .highlight {
    font-family: Roboto Bold;
	color: #aecc52;
}

.product .form-control {
    display: inline-block;
    width: auto;
}

.product .form-group > label {
    min-width: 110px;
}   

.product .title i {
    vertical-align: middle;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 100;
    cursor:pointer;
}

.shopping-cart .item .maten {
    margin-top: 15px;
}

.product .title i:hover {
    color: #aecc52;
    cursor: pointer;
}

.product .kleuren .kleur,
.product .banden-wrapper .band {
    display: inline-block;
    margin-bottom: 15px;
    outline: 0;
    transition: outline 0.1s linear;
    justify-content: center;
    align-items: center;
}

.product .kleuren .kleur .kleur_naam,
.product .banden-wrapper .band .kleur_naam {
    background: #aecc52;
    color: #fff;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .kleuren .kleur.active .kleur_naam,
.product .kleuren .kleur:hover > .kleur_naam,
.product .banden-wrapper .band.active .kleur_naam,
.product .banden .band:hover > .kleur_naam {
    height: auto;
    opacity: 1;
}

.dropdown-menu>li>a {
    padding: 6px 20px !important;
}

.product .kleuren .kleur > label {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.button.disabled {
    opacity: 0.3;
}

.button[disabled]:hover {
    cursor: not-allowed;
}

.product .select.block .band,
.product .block.select .roede {
    outline: 0;
    transition: outline 0.1s linear;
}

.product .kleuren .kleur:hover,
.product .select.block .band:hover,
.product .block.select .roede:hover {
    cursor: pointer;
    outline: 5px solid #aecc52;
}

.product .kleuren {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}

.product .kleuren .kleur img {
    width: 100%; 
}

.product .kleuren .kleur.active,
.product .select.block .band.active,
.product .select.block .roede.active{
    outline: 5px solid #aecc52;
}

.product .kleuren .kleur.active .kleur_code,
.product .band.active .kleur_code{
    background: #aecc52;
}

.product .kleuren .kleur .kleur_code,
.product .band .kleur_code {
    background: #b15c11;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Roboto Bold;
}

.product .block.select .band,
.product .block.select .roede {
    display: inline-block;
    float: left;
    margin: 15px 0 0 4%;
    width: calc(100% * (1/6) - 4%);
    width: -webkit-calc(100% * (1/6) - 4%);
    width: -moz-calc(100% * (1/6) - 4%);
}

.product .block.select .band:nth-of-type(6n + 1),
.product .block.select .roede:nth-of-type(6n + 1)  {
    margin: 15px 0 0 0;
}

.fa-info-circle:before {
    content: "\f05a";
    color: #aecc51;
}

.fa-info-circle:hover:before{
    color: #333333 !important;
}

.product .block.select .band img,
.product .block.select .roede img {
    width: 100%; 
}

.product .band_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-size: contain;
    background-repeat: repeat;
    background-position: top center;
    height: 100%;
    width: 100%;
    max-width: 40px;
      -webkit-transition: background-image .4s ease-in-out;
      -moz-transition: background-image .4s ease-in-out;
      -ms-transition: background-image .4s ease-in-out;
      -o-transition: background-image .4s ease-in-out;
      transition: background-image .4s ease-in-out;
}
.product .band_overlay.roede {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 69px;
    top: auto;
    background-repeat: no-repeat;
    background-position: left;
}

.product .specificaties .wrap > .specificatie {
    display: inline-block;
    width: 100%;     
}

.product .specificaties .wrap h2 {
    margin-bottom: 20px;
}

.product .specificaties .wrap > .specificatie > .one-half {
    background: #fff;
    padding: 8px 10px;
    font-family: Roboto Regular;
    font-size: 14px;
}

.product .image_wrap {
    max-width: 100%; 
}

.product .specificaties .wrap > .specificatie:nth-of-type(odd) > .one-half,
.product .specificaties .wrap > .specificatie:nth-of-type(odd) {
    background: #e0e0e0;
}

.product .delete_buttons.flex_order {
    display: inline-block;
    width: 100%; 
}

.product .delete_button_wrap {
    padding: 10px 0;
}

.product .delete_button_wrap > .button {
    display: none;
}

.product .delete_button_wrap.active > .button,
.product .delete_button_wrap.active {
        display: inline-block;
    text-align: center;
}

.product .three-fifths {
    padding-left: 40px;
}

.modal.fade.in {
    display: block;
    -webkit-animation: fadein 0.4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.4s; /* Firefox < 16 */
        -ms-animation: fadein 0.4s; /* Internet Explorer */
         -o-animation: fadein 0.4s; /* Opera < 12.1 */
            animation: fadein 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.noscroll { 
    overflow-y: hidden; 
}

.slick-track {
    margin: 0 auto;
}

.modal {
    background: rgba(0,0,0,0.5);
}

.modal-dialog {
    margin: 0 auto !important;
}

.modal-content {
    margin: 0 20px;
}

.modal-content .modal-body > .wrap > * {
    padding-right: 10px;
}

.modal-content .modal-body {
    position: relative;
    padding: 15px 8px 15px 15px;
}

.modal-body > .wrap::-webkit-scrollbar {
  width: 5px;
}
.modal-body > .wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(193, 193, 193);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.modal-content .modal-body > .wrap {
    position: relative;
    padding: 0;
    max-height: 200px;
    overflow-y: scroll;
}

.stappen_plan > .wrap {
    max-width: 900px;
    padding: 0 20px;
    margin: 0 auto;
}

.product .block.select .band > label {
    margin-bottom: 0;
        display: inline;
}

.product .block.select .roede img,
.product .block.select .roede > label {
    margin-top: 0 !important;
    margin-bottom: 0;
}

.stappen_plan .stap::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid #efefef;
    border-bottom: 14px solid #efefef;
    border-top: 14px solid #efefef;
    left: -30px;
    top: 0px;
    bottom: 0;
}

.stappen_plan .stap::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 15px solid #efefef;
    border-right: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-top: 15px solid transparent;
    right: -30px;
    top: 0px;
    bottom: 0;
}

.stappen_plan .stappen .stap {
    background: #efefef;
    position: relative;
    padding: 0px 0px;
    font-size: 20px;
    width: calc(23.076923076923077% - 30px);
    width: -webkit-calc(23.076923076923077% - 30px);
    width: -moz-calc(23.076923076923077% - 30px);
    margin-right: 30px;
    font-family: Roboto Bold;
    color: #fff;
}

.stappen_plan .stappen .stap.active {
    background: #aecc52;
}   

.stappen_plan .stappen .stap.active::before {
    border-top-color: #aecc52;
    border-bottom-color: #aecc52;
    border-right-color: #aecc52;
}

.stappen_plan .stappen .stap.active::after {
    border-left: 15px solid #aecc52;
}

.stappen_plan .stap_text {
    float: left;
    padding-right: 20px;
    font-family: Courgette;
    color: #b15c11;
    font-size: 30px;
    padding: 50px 0;
    text-align: center;
}
.stappen_plan .stappen_area .text{
    padding: 15px 0;
    line-height: 22px;
}

.stappen_plan .stappen_area h2{
    margin: 0;
    margin-bottom: 20px;
} 

.stappen_plan {
    margin: 20px 0 80px 0;
}

.stappen {
    display: inline-block;
    width: 100%;
}

.stappen_area {
    padding-left: 20px;
}

.product > .wrap {
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.product .staalaanvraag h2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 31px;
}

.product .staalaanvraag text {
    padding-top: 40px;
}

.product .staalaanvraag .notice {
    padding-top: 40px;
}
.product .staalaanvraag .button_wrap {
    font-size: 18px;
    margin-top: 40px;
}

i.button {
    padding: 0;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .btn {
    background-color: #fff;
    color: #666;
}

.bootstrap-select .btn:hover,
.bootstrap-select .btn.active, .bootstrap-select .btn:active, .bootstrap-select.open>.dropdown-toggle.btn-primary,
.bootstrap-select .btn.focus, .bootstrap-select .btn:focus,
.bootstrap-select .btn.active, .bootstrap-select .btn:active, .bootstrap-select.open>.dropdown-toggle.btn,
.bootstrap-select .btn-primary.active.focus, .bootstrap-select .btn-primary.active:focus, .bootstrap-select .btn-primary.active:hover, .bootstrap-select .btn-primary:active.focus, 
.bootstrap-select .btn-primary:active:focus, .bootstrap-select .btn-primary:active:hover, .bootstrap-select.open>.dropdown-toggle.btn-primary.focus, 
.bootstrap-select.open>.dropdown-toggle.btn-primary:focus, 
.bootstrap-select.open>.dropdown-toggle.btn-primary:hover {
    background-color: #e0e0e0;
    color: #666;
}

.select-box-label {
    padding-right: 20px;
}

.shopping-cart > .wrap {
    max-width: 1096px;
    padding: 0 20px 80px 20px;
    margin: 0 auto;
}

.shopping-cart .offerte-step {
    background: #f7f7f7;
    margin-bottom: 50px;
}

.shopping-cart .offerte-step.active {
    background: #919191;
}

.shopping-cart .offerte-step.current.active {
    background: #aecc52;
}

.shopping-cart .klantgegevens {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
}

.shopping-cart .klantgegevens .button-navigation {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}

.shopping-cart .klantgegevens h3 {
    margin-bottom: 20px;
}

.shopping-cart .klantgegevens.upload {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.shopping-cart .klantgegevens .gegevens {
    max-width: 800px;
}

.shopping-cart .klantgegevens .gegevens p {
    margin: 0;
    line-height: 28px;
    font-size: 14px;
}   

.shopping-cart .offerte-step a,
.shopping-cart .offerte-step > span {
    color: #666;
    padding: 5px 10px;
    display: block;
}

.shopping-cart .offerte-step.active a {
    color: #fff;
    text-align: left;
    border-bottom: 2px solid #676767;
}

.shopping-cart .offerte-step.current.active a {
    border-bottom: 2px solid #aecc52;
}

.shopping-cart .offerte-step.active i {
    vertical-align: super;
}


.shopping-cart .offerte-step.active a span {
    text-align: left;
    width: calc(100% - 20px);
    display: inline-block;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shopping-cart .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.shopping-cart .item .delete_item {
    text-align: center;
}  

.shopping-cart .item .product_image > .image-wrapper {
    vertical-align: middle;
}

.extended > p {
    margin-bottom: 0;
    font-size: 14px;
}

.edit_shoppingcart_item {
    font-size: 14px;
}

.shopping-cart .item .product_image > .extended {
    vertical-align: top;
    float: none !important;
    padding-left: 20px;
}

.shopping-cart .item .afwerking .functie {
    margin: 0;
    margin-top: 10px;
}

.shopping-cart .item .afwerking p {
    margin: 0;
}

.shopping-cart .item .afwerking > .image-wrapper {
    vertical-align: middle;
    float: none !important;
}

.shopping-cart .item .structuur_naam {
    color: #b15c11;
}

.shopping-cart .item .afwerking > .image-wrapper .extended {
    padding-left: 20px;
    max-width: calc(100% - 60px);
}   
.shopping-cart .item .aantal .form-group {
    vertical-align: top;
    margin-top: 0;
}
.shopping-cart .item .afwerking > .extended {
    display: table-cell !important;
    vertical-align: middle;
    float: none !important;
    padding-left: 20px;
}

.shopping-cart .item .product_image img,
.shopping-cart .item .product_image .extended,
.shopping-cart .item .afwerking img,
.shopping-cart .item .afwerking .extended {
    display: inline-block;
    float: left;
}

.shopping-cart .item .afwerking p {
    font-size: 14px;
}

.shopping-cart .item .delete_item a {
    font-size: 28px;
    vertical-align: middle;
    color: red;
}


.shopping-cart .item .delete_item i:hover {
    color: darkred;
    cursor: pointer;
}

.shopping-cart .image-wrapper > img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
}
.shopping-cart.staal-aanvraag .image-wrapper > img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
    max-width: 150px;
}
.shopping-cart .afwerking .image-wrapper > img {
    white-space: nowrap;
    width: auto;
    max-width: 50px;
    height: auto;
}

.shopping-cart .items {
    display: inline-block;
    width: 100%;
    background: #f7f7f7;
    padding: 50px 20px;
}

.shopping-cart .item-header-row {
    display: inline-block;
    width: 100%; 
}   

.shopping-cart .item-header-row .item-header {
    color: #666;
    font-size: 16px;
    padding-bottom: 30px;
} 

.staal-aanvraag.shopping-cart .item-header-row .afwerking,
.staal-aanvraag.shopping-cart .item .afwerking {
    width: 35%;
} 

.shopping-cart .no-items {
    max-width: 800px;
    margin: 0 auto;
}

.shopping-cart .no-items h2 {
    margin-bottom: 50px;
    font-family: Roboto Regular;
}

label > input {
    margin-right: 10px !important;
}

.shopping-cart .button-navigation {
    margin-top: 40px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.items.gegevens .form-control {
    display: inline-block;
    float: left;
}

.items.gegevens > .wrap  {
    max-width: 800px;
    margin:0 auto;
}

.items.gegevens label {
    width: 100%; 
}
.items.gegevens .form-control {
    margin-bottom: 20px;
}

.items.gegevens .form-control.big {
    width: 75%;
    margin-right: 5%;
}   

    .items.gegevens .form-control.small {
    width: 20%;
}

.form-group .form-control.one-half {
        width: 48.717948717948715%;
}

.header .hamburger {
    display: none;
}

.hoofd_menu_responsive {
    display: none;
}

.klantgegevens.mobiele-service .gegevens .one-half {
    line-height: 20px;
}

.staal-aanvraag .stappen_plan {
    margin-bottom: 0;
}

.offerte_aanvraag .wrapper {
    position: relative;
}

.offerte_aanvraag .nieuw {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Roboto Bold;
    font-size: 13px;
    background: #ea8518;
    padding: 0px 7px;
    border-radius: 10px;
}

.offerte_aanvraag .gratis {
    color: #fff;
    text-decoration: none;
    font-family: Roboto Bold;
    text-transform: uppercase;
    font-size: 20px;
}

.offerte_aanvraag .arrow {
    color: #fff;
    font-size: 28px;
    transform: rotate(-38deg);
}

.offerte_aanvraag .wrapper > .wrap {
    max-height: 80px;
    overflow: hidden;
}

.offerte_aanvraag .wrapper .circle {
    position: relative;
    background-color: #fff;
    padding: 60px 60px;
    border-radius: 100px;
    display: inline-table;
    vertical-align: middle;
    margin-top: -38px;
    text-align: center;
    overflow: hidden;
    line-height: 20px;   
}

.offerte_aanvraag .wrapper .circle .image {
    background-image: url(images/natuurtapijt-cta-footer.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-size: contain;
    width: 100px;
    height: 100px;
    opacity: .3;
    left: 0;
    top: 40px;
}

.offerte_aanvraag .wrapper .circle p {
    color: #666;
    line-height: 9px;
    font-size: 14px;
}


.offerte_aanvraag .wrapper .circle .highlight {
    font-family: Roboto Bold;
}

/* Style the tab */
.tab {
  overflow: hidden;
    margin-top: 20px;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.text-overflow {
    overflow: hidden;
    white-space: pre;
    margin-top: 15px;
    text-overflow: ellipsis;
}

.tab .tablinks {
    font-size: 13px;
    cursor: pointer;
}

.tab .tablinks.active {
    background: #aecc52;
    font-weight: 900;
    position: relative;
}
.tabcontent.active {
    display: inline-block;
    width: 100%;
}

.band-title {
    margin: 15px 0 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.shopping-cart .button-navigation.mobiele-service {
    padding-top: 40px;
}

.show {
    display: block!important;
    opacity: 1;
}

.opties_trap .form-group label {
    width: 48.717948717948715%;
    clear: none;
    float: left;
    margin-left: 2.564102564102564%;
}

.opties_trap .form-group label {
    clear: both;
    margin-left: 0;
}
.shopping-cart .afwerking .options {
    position: relative;
}

.shopping-cart .afwerking .traploper_options {
    position: absolute;
    padding: 10px;
    width: 100%;
    max-width: 300px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
}

.shopping-cart .afwerking .traploper_options p {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    padding: 3px 0;
    font-size: 12px;
    margin-bottom: 0;
}

.shopping-cart .afwerking .traploper_options p:last-of-type {
    border-bottom: none;
}

.shopping-cart .afwerking .traploper_options.active {
    display: block;
    -webkit-animation: fadein 0.4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.4s; /* Firefox < 16 */
        -ms-animation: fadein 0.4s; /* Internet Explorer */
         -o-animation: fadein 0.4s; /* Opera < 12.1 */
            animation: fadein 0.4s;
}

.shopping-cart .afwerking .traploper_options {
    display: none;
    cursor: pointer;
}

.shopping-cart .afwerking .traploper_show_details {
    cursor: pointer;
}

.item .product_image .kleur_naam {
    margin-bottom: 10px;
}

.intro_header .offerte_aanvraag img {
    width: auto;
    max-height: 70px;
}

.referentie {
    padding-bottom: 25px;
}

.referentie:nth-of-type(3n-2) {
    margin-left: 0;
    clear: both;
}

.referentie img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.referentie i {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    bottom: auto !important;
    right: auto !important;
    text-align: center;
    z-index: 9999;
    transition: 0.3s font-size ease-in-out;
    font-size: 30px;
    position: absolute;
    color: #fff;
}

.referentie > p {
    margin: 1em 0;
}

.referentie a:hover > i {
    font-size: 46px !important;
}

.referentie a[data-fancybox="gallery"] {
    font-size: 17px;
    z-index: 200;
    display: block;
    position: relative;
    padding: 0px;
    width: 100%;
    float: none;
    max-height: 300px;
    overflow: hidden;
    height: 280px;
}

.category div.ccm-search-results-pagination {
    display: inline-block;
    width: 100%; 
    margin: 20px 0 0 0;
    text-align: right;
}

.pagination .show-pages {
    display: inline;
}

.category .seo-tekst p {
    margin-bottom: 30px;
    line-height: 25px;
}

.category .structuur-wrap {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    margin: 30px 0;
}

.category .no-results {
    margin-top: 70px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.category .eigenschappen h2 {
    font-size: 22px;
    margin: 20px 0;
}


.category .eigenschappen img {
    width: 100%; 
    height: auto;
}

.category .seo-tekst{
        padding-right: 60px;
}

.category .seo-tekst h1 {
    font-size: 24px;
    margin-bottom: 30px;
}   

.category.tekst-bottom {
    background: #f7f7f7;
    display: inline-block;
    width: 100%;
    padding: 80px 0;
}

.category.tekst-bottom .wrap.tekst {
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.category .seo-tekst h2 {
    font-size: 20px;
}

.pagination-results {
    text-align: right;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 0;
    float: right;
}

.category .wrap.tekst {
    margin-top: 80px;
}

.category .seo-tekst img {
    width: 100%; 
    height: auto;
}

.creds p,
.creds a {
    display: inline;
    font-size: 14px;
}

.creds a {
    color: #aecc52;
}

.creds a:hover {
    color: #aecc52;
    text-decoration: none;
}

.creds .wrap {
    text-align: center;
    padding: 20px;
}

.footer .bus {
    position: relative;
    display: inline-block;
}

.footer .bus img {
    width: 100%;
    max-width: 360px;
    float: right;
}

.one-half.portret {
    text-align: right;
}

.footer .marcel_portret img {
    width: 115px;
    height: 100%;
    object-fit: cover;
}

.portret .buttons .small {
    font-size: 15px;
    margin-bottom: 0;
}

.portret .buttons {
    float: right;
    text-align: right;
}

.footer .marcel_portret {
    position: absolute;
    right: 20px;
    top: 10px;
}

.portret .buttons .big {
    margin-bottom: 30px;
    font-family: Roboto Bold;
    font-size: 24px;
    font-style: italic;
}

.footer .uw_adviseur {
    margin-top: 20px;
}

.footer .marcel_portret .border {
    width: 100px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    float: right;
    border: 6px solid #fff;
    box-shadow: 0px 0px 10px black;
    height: 100px;
}