<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.categorieimage{
    display:flex;
    flex-direction: row;
}
textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}

.mobileMerk{
    display:none!important;
}
.desktopMerk{
    display:block!important;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=number],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}



/* The dropdown container */

  /* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    /* min-width: 160px; */
    padding-top:7px;
    /* padding: 0!important;
  margin: 0!important; */
  }
  .slick-slider{
    /* z-index: 50; */
    margin-top:17px!important;
  }
  .dropdown-content a {
    display: block;
    background-color: #fff;
  }
  .dropdown a {
    z-index: 500;
  position: relative;
  }
  /* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
  }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    vertical-align: middle;
}

input::-moz-focus-inner
/*Remove button padding in FF*/

    {
    border: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    font-family: Poppins, sans-serif;
}

.bootbox-body {
    line-height: 130%;
    color: #686868;
}

.content-box {
    margin: 0 auto;
    display: block;
    max-width: 1280px;
    line-height: 2em;
    overflow: auto;
    padding: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
    padding-top: 40px;
}

.content-box&gt;p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.content-box h2 {
    font-size: 1.4em;
}

.main-title {
    width: 100%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 2em;
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
}

.tableContact tr td:first-child{
    width: 49px;
}
.tableContact tr td{
    color: #fff;
    font-size: 20px;
  font-weight: 200;
  padding-bottom:9px;
}

.main-title span {
    line-height: 1.3;
    padding: 5px 15px;
    background-color: #fff;
}

.main-title hr {
    margin: 0;
    z-index: -1;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    border-top: 1px solid #e30613;
}

/* Occasies */

.occasies {
    width: 100%;
    margin: 100px auto;
    margin-top: 0px;

}

.trending_vinkjes {
    display: block;
}
.MobileOpening{
    display:none!important;
}
.divAroundHomeOpeningsuren p{
    line-height:20px;
    line-height: 30px;
  font-size: 17px;
  color:#fff;
}
.divAroundHomeOpeningsuren{
    border: 4px solid #d6171e;
    width: 311px;
    height: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #d6171e;
    padding: 0px 10px 0px 10px;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 43px;
    transition-duration: 0.5s;
    margin-bottom: 29%;
}

.divAroundHomeOpeningsuren:hover{
    width: 331px;
    height: 120px;
}

.divAroundHomeOpeningsuren h2{
    font-size: 2rem;
    color:#fff;
}

.ak1Tehuur{
    height: 276px;
    width: 100%;
    background-color: #d2d2d2;
    margin-top: 20px;
    
}
.ak2Tehuur{
    height: 277px;
    width: 100%;
    background-color: #d2d2d2;
    margin-top: 20px;
}
.occasies&gt;div {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 80px 0;
}

.occasies article {
    width: 31%;
}

.occasies article img {
    width: 100%;
    border-bottom: 2px solid #d6171ee0;
}

.changeMobile {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.changeMobile div {
    margin-right: 10px;
}

.occasies h3 {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    color: #d6171ee0;
    font-weight: 700;
}


/* Navigatie */

.navigatie {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding: 25px 10px;
    z-index: 2;
}

.fixedheader {
    position: fixed;
    background-color: #FFF;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    max-width: 100%;
    z-index: 1000;
    padding: 10px 10px;
}

.fixedheader .menu_button&gt;div {
    margin-top: 0;
}
.welDesktopTekst{
    display:inline-block;
}
.nietDesktopTekst{
    display:none;
}

.invisible {
    display: none;
}

.displaynoneMobile{
    display:none!important;
}

.navigatie nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigatie nav a {
    padding: 5px 0;
    margin: 0px 20px;
    font-weight: 700;
    color: #252525;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    
}

.navigatie nav a:hover {
    border-bottom: 2px solid #D6171E;
}

.navigatie nav .active {
    border-bottom: 2px solid #D6171E;
}

.logo {
    width: 250px;
    margin-bottom: 10px;
}

.logo2 {
    width: 200px;
}

.fixedlogo {
    display: none;
}


/* Einde Navigatie */


/* Breadcrum */

.breadcrum {
    max-width: 1400px;
    margin: 50px auto 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.3rem;
    padding: 10px;
    color: #353535;
}

.breadcrum a {
    color: #353535;
}

.breadcrum span {
    margin: 0 5px;
}

.breadcrum i {
    color: #D6171E;
}

.breadcrum .active {
    font-weight: 700;
}
.blauwVlakContact {
    display:none!important;
    background-color: lightblue;
    margin-top: 20px;
    background-color: lightblue;margin-top: 20px;
}

/* .breadcrum .active {
  text-decoration: underline;
} */


/* Einde breadcrum */


/* Home Slider */

.fullscreen_slider {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    border-radius: 10px;
}

.fullscreen_slider .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
}

.fullscreen_slider .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 200px;
    margin: 0 3px;
    cursor: pointer;
    background-color: white;
}

.fullscreen_slider .slick-dots li button {
    display: none;
}

.fullscreen_slider .slick-dots .slick-active {
    background-color: #D6171E;
}

.textaktje{
    text-align: center;
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
}



.fullscreen_slider .slick-prev {
    right: 55px;
}

.fullscreen_slider .images {
    position: relative;
    z-index: -1;
}

.fullscreen_slider .images img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
    border-radius: 10px;
}

.fullscreen_slider .content {
    position: absolute;
    left: 4%;
    top: 58%;
    /* transform: translate(-50%, -50%); */
    text-align: center;
    color: white;
}

.fullscreen_slider .content h2 {
    width: 100%;
    max-width: 500px;
    font-size: 4em;
    font-weight: 900;
    color: #FFF;
    margin-bottom: 25px;
    z-index: 2;
    position: relative;
}

.fullscreen_slider .content .subtitle {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px #5e5e5e;
}

.fullscreen_slider .content .cta {
    display: inline-block;
}

.fullscreen_slider .content .cta a {
    font-weight: 400;
    color: #FFF;
    background-color: #d6171e;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    font-family: 'Poppins', 'sans-serif';
    z-index: 2;
    position: relative;
}

.fullscreen_slider .content .cta a span {
    font-size: 1.2rem;
    margin-right: 0.65rem;
}

.fullscreen_slider .content .cta a i {
    font-size: 1.2rem;
}


/* .fullscreen_slider .content .cta a:hover {
  color: #4c4c4c;
  background-color: white;
} */


/* Einde Home Slider */

#filter {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fafafa;
    padding: 20px;
}

#filter h2 {
    font-size: 22px;
    font-weight: 700;
    color: #D6171E;
}

#filter select {
    padding: 10px;
    background-image: url(/images/select.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: white;
    border: 2px solid #dbdbdb;
    font-family: "Poppins", sans-serif;
}

#motorhomes {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    padding:10px;
}
/* .legendeMotorhomes{
    display: flex;
    max-width:1600px;
    margin:0 auto;
    padding:15px;
    justify-content:space-between;
} */
.typesSeizoen {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 51px;
    justify-content: center;
}  
.typesSeizoenSpecificaties{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 31px;
    justify-content: center;
    width:70px;
}

.typesSeizoen1{
    background-color:#8cc269;
}
.typesSeizoen1Date{
    background-color:#c2daae;
}

.typesSeizoen2{
    background-color:#f3b257;
}
.typesSeizoen2Date{
    background-color:#f9d6a4;
}

.typesSeizoen3{
    background-color:#e36d41;
}
.typesSeizoen3Date{
    background-color:#f1b290;
}

.typesSeizoen4{
    background-color:#e14849;
}
.typesSeizoen4Date{
    background-color:#e99a9b;
}

#motorhomes&gt;h2 {
    font-size: 20px;
    width: 100%;
    font-weight: 200;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px dashed #f1f1f1;
}

#motorhomes article {
    width: 23%;
    margin: 1%;
    border: 2px solid #f9f9f9;
}

#motorhomes article:nth-of-type(4n) {
    margin-right: 0;
}

#motorhomes article img {
    width: 100%;
    color: red;
    font-weight: 800;
    /* padding: 8px; */
}

#motorhomes article h2 {
    font-size: 1em;
	height:fit-content;
	min-height: 3em;
    color: #fff;
    font-weight: 700;
    color: #353535;
    line-height: 150%;
	margin-bottom: 0.5em;
    
}
.nieuwButton{
    position: relative;
    left: 0.5em;
    background-color: green;
    border-radius: 15px;
    padding: 11px;
    top: -20px;
    color: #fff;
	width:fit-content;
}

.andereWagens{
    display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
}
.andereWagens h2 {
    color: #d6171e;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2.5em;
}
.verkocht{
    position: relative;
    left: 0.5em;
    background-color: red;
    border-radius: 15px;
    padding: 11px;
    top: -20px;
    color: #fff;
	width:fit-content;
}
/* Te Huur */

.verhuurtypes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    max-width: 1600px;
    margin: 0 auto;
    margin-top:2%;
}

.verhuurtype-title {
    color: #d6171e;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-bottom: 36px;
}

.verhuurtypes-content {
    /* max-width: 1600px; */
    display: flex;
    justify-content: space-evenly;
    -ms-align-items: start;
    align-items: start;
    width: 100%;
}

.verhuurtype-card {
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .05);
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.verhuurtype-card img{
    max-width: 100%;
}

/* ul inside verhuurtype-card*/

.verhuurtype-card ul {
    list-style-type: disc;
    padding-left: 24px;
}
.slick-prev{
    position: absolute;
    left:0;
    width: 50%;
    height: 100%;
    top: 0;
    background-color:transparent;
    color: #d6171e;
    z-index: 2;
    border: none;
    cursor: pointer;
}
.slick-next{
    position: absolute;
    right:0;
    width: 50%;
    height: 100%;
    top: 0;
    background-color:transparent;
    color: #d6171e;
    z-index: 2;
    border: none;
    cursor: pointer;
}
.hoverIcon{
    font-size:6rem;
    top:45%;
}
.rightArrowScreen{
    position:absolute;
    right: 6%;
}

.leftArrowScreen{
    position:absolute;
    left: 6%;
}

.slick-prev:hover &gt; .hoverIcon{
    visibility:visible;
    opacity:1;
}
.slick-next:hover &gt; .hoverIcon{
    visibility:visible;
    opacity:1;
}

.hoverIcon{
    visibility:hidden;
    opacity:0;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}


.verhuurtype-card h2 {
    font-size: 24px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 10px;
}

.verhuurtypes-list {
    margin: 16px 0px;
}

.verhuurtypes-table {
    margin-bottom: 16px;
    border-collapse: collapse;
    width: 100%;
    gap: 10px;
    line-height: 20px;
}

.verhuurtypes-table2 {
    margin-bottom: 16px;
    border-collapse: collapse;
    width: 100%;
    gap: 10px;
    line-height: 20px;
}

.verhuurtypes-legende {
    display: table;
    margin:0 auto;
}

.verhuurtypes-legende tr {
    display: table-row;
}

.verhuurtypes-legende td {
    display: table-cell;
}

.verhuurtypes-legende-titel {
    font-size: 18px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 10px;
    text-align: center;
  
}

.verhuurtypes-table th,
.verhuurtypes-table td {
    border: 3px solid white;
    font-weight: 600;
    padding: 8px;
    text-align: center;

}

.verhuurtypes-table th {
    color: white;
}

.verhuurtypes-table td {
    color: #72767a;
}

.verhuurtypes-table th:nth-child(1) {
    background-color: #8cc269;
}

.verhuurtypes-table td:nth-child(1) {
    background-color: #c2daae;
}

.verhuurtypes-table th:nth-child(2) {
    background-color: #f3b257;
}
.verhuurtypes-table td:nth-child(2) {
    background-color: #f9d6a4;
}

.specificatiesTypes{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:17px;
}
.specificatiesTypes &gt; *{
    width:22%;
    margin-right:3%;
}
.specificatiesTypes &gt; *:nth-child(4n){
    margin-right:0;
}
.specificatiesTypes &gt; :nth-child(2n){
    margin-right:3%;
}
.verhuurtypes-table2 th,
.verhuurtypes-table2 td {
    border: 3px solid white;
    font-weight: 600;
    padding: 8px;
    text-align: center;

}

.verhuurtypes-table2 th {
    color: white;
}

.verhuurtypes-table2 td {
    color: #72767a;
}

.verhuurtypes-table2 th:nth-child(1) {
    background-color: #e36d41;
}

.verhuurtypes-table2 td:nth-child(1) {
    background-color: #f1b290;
}

.verhuurtypes-table2 th:nth-child(2) {
    background-color: #e14849;
}
.verhuurtypes-table2 td:nth-child(2) {
    background-color: #e99a9b;
}


.verhuurtypes-link {
    font-weight: 600;
    color: #252525;
    display: flex;
    gap: 8px;
    align-items:center;
    transition: all .3s ease-in-out;
}

.verhuurtypes-link:hover {
    color: rgb(214, 23, 30);
    cursor: pointer;
}

.verhuurtypes-specificaties {
    margin-bottom: 8px;
}

.verhuurtypes-list-item {
    margin-bottom: 3px;
}

/* Te Huur Detail */

.verhuurdetail {
    width: 100%;
    margin: 0 auto;
}

.verhuurdetail h1 {
    font-size: 25px;
    font-weight: 700;
    color: #D6171E;
    margin-bottom: 10px;
}

.verhuurdetail #slider .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .7);
    border-radius: 100px;
    width: 35px;
    height: 35px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border: none;
    font-size: 25px;
}

.verhuurdetail #slider .slick-next {
    right: 0;
    left: initial;
}

.verhuurdetail #slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}

.verhuurdetail #slider .slick-dots li {
    border-radius: 200px;
    border: #cacaca 1px solid;
    background-color: white;
    width: 10px;
    height: 10px;
    margin: 0 2px;
}

.verhuurdetail #slider .slick-dots .slick-active {
    background-color: #cacaca;
}

.verhuurdetail #slider .slick-dots li button {
    display: none;
}

#typemobilones{
    display:none;
}
#typemobilonesBigscreen{
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    width: 56%;
    margin: 0 auto;
}
.contactDivStock{
    margin-top: 23px;
    line-height: 18px;
}
.buttonContacteerOns{
    width: fit-content;
    padding: 8px 15px;
    background-color: #D6171E;
    color: #fff;
    margin-top: 12px;
    border-radius: 21px;
}

.bigscreenPeriodeFirstDiv{
    text-align: center;
    display:flex;
    flex-direction: column;
    height: 127px;
    width: 252px;
    margin-bottom: 10PX;
    padding-top: 35px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 800;
}
.marginRightO{
    margin-right:10px;
}
.left2Boxes, .right2Boxes{
    display:flex;
    flex-direction: row;
}
.bigscreenPeriodeSecondDiv{
    text-align: center;
    display:flex;
    align-items:center;
    padding-right:10px;
    padding-left:10px;
    height: 127px;
    width: 252px;
    
    padding-top: 7px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 800;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    margin-bottom:2%;
}
#motorhome {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;
}

#motorhome .pr {
    width: 65%;
}

.mobileTab {
    display: none;
}

.verhuurinfo {
    margin-top: 1.7%;
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    gap: 20px;
}

.verhuurinfo ul {
    font-size: 16px;
    font-weight: 200;
    list-style-type: disc;
    padding-left: 20px;
}

.verhuurinfo h3 {
    color: #353535;
    font-weight: 700;
    margin-bottom: 5px;
}

.verhuurdetail aside {
    width: 100%;
    background-color: #f4f4f4;
}

.reservatie {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.calendarnav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    padding: 15px 0;
}

.calendarnav i {
    color: #D6171E;
    font-size: 35px;
}

.calendarnav h2 {
    color: #D6171E;
    font-weight: 700;
    font-size: 20px;
}

.calendar_holder {
    width: 60%;
    padding-right: 30px;
    border-right: 2px solid #e3e3e3;
}

.calendar_info {
    width: 40%;
    padding-left: 30px;
}

.calendar_info h2 {
    color: #D6171E;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.calendar_info p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 200;
}

.calendar_info a {
    font-weight: 700;
    background-color: #D6171E;
    color: white;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
}

.reservatie table {
    width: 100%;
}

.reservatie table thead {
    background-color: white;
}

.reservatie table thead th {
    padding: 10px;
    color: #252525;
    font-weight: 700;
}

.reservatie table tbody td {
    font-weight: 400;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}

.reservatie table tbody td:hover {
    background-color: #ffffff;
}

.reservatie table tbody td.heleDag {
    background-color: #e3e2e2;
    color: #ababab;
}

.reservatie table tbody td.mySelection {
    background-color: #D6171E;
    color: white;
}


/* Einde Te Huur Detail */


/* Menu Button */

.menu_button {
    position: relative;
    z-index: 70;
    display: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.menu_button&gt;div {
    width: 50px;
    height: 50px;
    transition: all .5s;
    padding: 0;
    display: flex;
    color: #D9242A;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 200px;
    background-color: white;
    border-radius: 200px;
    font-size: 1.3em;
    cursor: pointer;
    border: #dcdcdc 2px solid;
}


/* Einde Menu Button */

#formreservatie label {
    width: 100%;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
    display: inline-block;
}

#formreservatie input[type=text] {
    width: 100%;
    border: #e6e6e6 2px solid;
    padding: 10px;
}

#resevervenTotaal {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#resevervenTotaal thead {
    border-bottom: 1px solid #000;
}

#resevervenTotaal th:first-child,
#resevervenTotaal td:first-child {
    text-align: left;
}

#resevervenTotaal th,
#resevervenTotaal td {
    text-align: right;
    padding: 5px;
    font-size: 14px;
}

#resevervenTotaal th,
#resevervenTotaal tfoot {
    font-weight: bold;
    font-size: 14px;
}

#mySubmit,
#myPrint {
    width: 100% !important;
    background-color: #D6171E !important;
    margin-right: 0 !important;
    color: white !important;
    border-radius: 4px;
    padding: 10px;
    font-weight: 700;
    font-size: 15px !important;
    margin-top: 15px !important;
    height: initial !important;
    line-height: initial !important;
    font-family: 'Poppins';
}

/* Banner */

.banner {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #efefef;
    background: -webkit-linear-gradient(-20deg, #efefef 30%, #efefef 100%);
    position: relative;
    padding: 0 100px;
    margin-top: 116px;
}

.banner .img {
    width: 40%;
    text-align: center;
}

.banner .content {
    width: 60%;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
    text-align: left;
}

.banner .img img {
    width: 100%;
    max-width: 340px;
    border-radius: 50%;
    border: 10px solid transparent;
    transform: translateY(-140px);
    background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
    background-repeat: no-repeat;
    background-image: linear-gradient(white, white), linear-gradient(0deg, transparent 0, #efefef 0), linear-gradient(10deg, transparent 0, #efefef 0), linear-gradient(10deg, #D6171E 100%, #efefef 60%), linear-gradient(60deg, transparent 0, #efefef 0);
    background-position: center center, left top, right top, left bottom, right bottom;
    background-origin: content-box, border-box, border-box, border-box, border-box;
    background-clip: content-box, border-box, border-box, border-box, border-box;
}

.banner .content {
    padding: 70px 0;
    padding-left: 30px;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}

.banner .content h2 {
    color: #D6171E;
    font-family: 'Nunito', sans-serif;
    font-size: 2.1em;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner .content div {
    font-size: 18px;
    line-height: 150%;
    color: #878787;
    max-width: 60%;
}

.banner .content a {
    width: fit-content;
    z-index: 5;
    border-radius: 200px;
    color: #D6171E;
    background-color: transparent;
    border: 1px solid #D6171E;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    font-size: 1em;
    line-height: 130%;
    padding: 11px 20px;
    cursor: pointer;
    transition: all .3s;
    margin-top: 20px;
    letter-spacing: 2px;
}

.banner .content a:hover {
    background-color: #D6171E;
    color: white;
}

.footer_image {
    position: absolute;
    bottom: 0;
    z-index: 2;
    max-width: 100%;
}

/* Einde Banner */

/* Verkoop */

.verkoop {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding:15px;
}

.verkoop h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 4%;
    margin-top: 5%;

}

.verkoop h2 a{

  color:#d6171e;
}

/* .verkoop div {
    width: 48%;
    margin: 1%;

} */

.verkoop article {
    width: 100%;
    position: relative;
}


.prijzenMa {
    margin-top: 3%;
}

.mBottomTi {
    margin-bottom: 2%;
}

/* .verkoop div {
    display: flex;
  flex-direction: column;
  width: 49%;
  margin-right: 2%;
} */

.verkoop&gt;*
{
    flex-direction: column;
    width: 49%;
    margin-right: 2%;
}

.verkoop&gt;*:nth-child(2n)
{
	margin-right: 0;
}


.boldje {
    font-weight: 600;
}

.verkoop article img {
    width: 100%;
    /* border-bottom: #EFEFEF 2px solid; */
    margin-bottom: 10px;
    border-radius: 10px 10px 0 0;
}

.verkoop .list {
    padding: 10px 15px;
    min-height: 170px;
}

.verkoop .list ul {
    padding-left: 7%;
    line-height: 150%;
}

.verkoop .list a {
    font-weight: 200;
    transition: all .3s;
    color: #252525;
}

.verkoop .list a:hover {
    color: #D6171E;
}

.fa-star {
    color: #D6171E;
    padding-right: 3%;
    scale: 0.9;
}

.verkoop article h2 {
    padding: 10px;
    padding-top: 0;
}

.verkoop article h2 a {
    font-weight: 700;
    color: #4C4C4C;
    font-size: 18px;
    margin-bottom: 10px;
}

.verkoop .priclists {
    padding: 0 10px;
    margin-top:15px;
}

.sharing {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sharing a {
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    border-radius: 3px;
    margin: 0 5px;
    cursor: pointer;
}

.verhuurinfo aside {
    width: 100%;
    padding: 27px;
    font-weight: 200;
    line-height: 150%;
    background-color: #f6f6f6;
}
.band .between-titel h3 {
    background-color:#f8eaf2;
}
.between-titel {
    padding:60px 0;
    position: relative;
    text-align: center;
}
.between-titel .line-hold {
    position: relative;
}
.between-titel .line-hold h3, .between-titel .line-hold h2, .between-titel .line-hold h1 {
    font-size: 2.4rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin:0 auto;
    position: relative;
    z-index:2;
    background-color: #fff;
    display: inline-block;
    padding:0 100px;
}
.band .between-titel h3 {
    background-color:#ffddd5;;
    color: #fff;
    line-height: 150%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 2em;
}
.between-titel .line-hold:after {
    display: block;
    height: 1px;
    background-color: #707070;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.small.between-titel {
    padding:30px 0;
}

.band {


    background-color: #ffddd5;
}

.instagram_feed {   
    width: 100%;   
    max-width: 1600px;   
    margin: 0 auto;   
    display: flex;   
    justify-content: space-between;   
    -ms-align-items: center;   
    align-items: center;   
    flex-wrap: wrap;   
} 
#volgInsta{
    text-align: center;
    font-size: 2rem;
    padding: 32px;
    color: #686868;
}

#hestagsWords{
    text-align: center;
    padding: 50px;
    font-size: 2rem;
    color: #686868;
    max-width: 1000px;
margin: 0 auto;
}

.instagram_feed .instagram_post {   
    width: 24%;
    margin: 0 .5%;
    position: relative;
    height: 350px;
    background-size: cover;

} 

.videoInstagram{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.instagram_feed .instagram_post img {   
    width: 100%; 
} 

.instagram_feed .instagram_post video {   
    width: 100%;
} 

.instagram_feed .instagram_post .overlay {   
    position: absolute;   
    left: 0;   
    right: 0;   
    bottom: 0;   
    top: 0;   
    z-index: 1;   
    background-color: rgba(0,0,0,.5);   
    opacity: 0;   
    display: flex;   
    justify-content: center;   
    -ms-align-items: center;   
    align-items: center;   
    color: white;   
    font-size: 3em;   
    transition: all .3s; 
} 

.instagram_feed .instagram_post:hover .overlay {   
    opacity: 1; 
}

.insta-logo-only {
    display: none;
}

.verhuurinfo aside h2 {
    font-weight: 700;
    color: #252525;
    font-size: 22px;
    margin-bottom: 15px;
}

.uptop {
    position: fixed;
    z-index: 10;
    color: #000 !important;
    bottom: 45.3%;
    width: 312px;
    height: 128px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #d6171e;
    transition: all 1s;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: -2px 5px 5px 5px RGBA(0, 0, 0, 0.1);
    padding: 18px;
    right:-500px;
}
.uptop h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 10px;
}

.uptop p {
    color: #dddbdb;
}



.verhuurinfo #contactbtn {
    color: #D6171E;
    background-color: transparent;
    font-weight: 700;
    padding: 15px 30px;
    display: inline-block;
    border: #D6171E 2px solid;
    margin-top: 20px;
    transition: all .3s;
    margin-top: 6%;
    margin-bottom: 10%;
}

.verhuurinfo #contactbtn:hover {
    background-color: #D6171E;
    color: #FFF;
}


/* Einde Verkoop */


/* Curtaindrop */

/*========== Curtaindrop ==========*/

.curtaintext {
    font-size: 16px;
    color: #7b7b7b;
    font-family: 'Work Sans', sans-serif;
    background: linear-gradient(90deg, #7b7b7b, #7b7b7b, #7b7b7b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    /* animation: shine 5s linear infinite; */
    position: relative;
}

.curtain-click {
    cursor: pointer;
}


#divCurtainBig {
    position: relative;
}

#divCurtain {
    position: absolute;
    right: 8%;
    top: -1px;
    background-color: #f7f7f7;
    padding: 15px 0;
    padding-right: 20px;
    padding-left: 10px;
}

/* .textContact{
    color: #D6171E!important;
    border-bottom:1px solid #D9242A;
}
.textContact::placeholder{
    color: #D9242A!important;
} */

#divCurtain2 {
    background-color: #f7f7f7;
    padding: 4px 0;
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
}

#divCurtain3 {
    position: absolute;
    left: -35px;
    top: -15px;
    bottom: 0;
    height: 225%;
}

.curtaindrop {
    width: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    position: fixed;
}

.curtaindrop&gt;div {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background-color: rgba(58, 58, 58, .67);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* #facebook{
padding-right: 10px;
} */

.dark_ove {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 58, 58, 0.6);
}

.curtaindrop&gt;div&gt;div:last-child {
    position: absolute;
    left: 50%;
    width: 95%;
    max-width: 900px;
    color: #fff;
    z-index: 21;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-shadow: 1px 1px 3px #000;
    font-weight:800;
}

.curtaindrop .button {
    display: inline-block;
    background: #BAD7DD;
    color: #ffffff;
    border-radius: 200px;
    font-weight: 300;
    font-size: 20px;
    padding: 15px 50px;
    transition: all .2s;
    margin-top: 15px;
    transition: all .3s;
}

.curtaindrop .button:hover {
    transform: scale(1.05);
}

.curtaindrop p {
    font-size: 25px;
    line-height: 170%;
    font-weight: 500;
    text-align: center;
}


.curtaindrop img {
    max-width: 1000px;
    width: 96%;
}

.curtaindrop h2 {
    font-weight: 300;
    font-size: 45px;
    text-align: center;
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 20px;
    line-height: 120%;
}

.curtaindrop&gt;span {
    position: absolute;
    left: -123px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 34px solid #92C020;
    border-left: 18px solid transparent;
}

.curtaindrop&gt;span&gt;i {
    font-style: normal;
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #92c020;
    width: 300px;
    overflow: hidden;
    top: -34px;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: right;
}

.curtaindrop&gt;span:before {
    position: absolute;
    top: -38px;
    cursor: pointer;
    left: -17px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    width: 36px;
    display: block;
    text-align: center;
    content: '!';
}

.curtain-close {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 60px;
    cursor: pointer;
    color: white;
    z-index: 22;
}

/*======= Einde Curtaindrop =======*/
#divTitelMerken{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:15px;
}

.tekstBlokCar{
    background-color: #fff;
    padding: 10px;
    height: fit-content;
    position: relative;
}
.tekstBlokCar h2{
    color:#000!important;
}
/*.infoAutoItem{
    display:flex;
    flex-direction: row;
}*/
#datumAutos{
    color:#000;
}

#prijsCar {
    color:#000!important;
    bottom:10px;
    font-weight:600;
	margin-top:1em; 
 
}
.streepje {
    padding: 0px 10px;
}
.res-menu_buttons {
    display: none;
    align-items: baseline;
    justify-content: space-between;
}

.res-menu_buttons a {
    background-color: #D6171E;
    padding: 15px 35px;
    border: none;
    border-radius: 200px;
    color: white;
    margin-right: 15px;
}







/* Einde Curtaindrop */


/* Page Header */

.team-banner {
    margin: auto;
    text-align: center;
    max-width: 1600px;
    width: 100%;
    height: 720px;
}

.team-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.page_header {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    padding-bottom: 20px;
}


.page_header&gt;div:first-of-type {
    height: 34px;
    width: 2px;
    background-color: #d6171e;
    margin-bottom: 3%;
    margin-top: 3%;
}

.page_header&gt;h2 {
    color: #4C4C4C;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.page_header&gt;h1 {
    color: #d6171e;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    max-width: 700px;
    margin-bottom: 20px;
}

.page_header_tekst {
    line-height: 175%;
    font-weight: 200;
    font-size: 1.2em;
    color: #868686;
    width: 100%;
    text-align: center;
}

.page_header_tekst a {
    color: #DBB957;
}


/* Einde Page Header */


/* Footer */

footer {
    padding-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    background-color: #d6171e;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

.socials {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
}

.socials&gt;a {
    padding: 0;
    width: 40px;
    height: 40px;
    color: #d6171e;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    font-size: 1.2em;
    background-color: #fff;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 200px;
    margin: 0 7px;
}

.disclaimer {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    padding: 10px;
    padding-top: 0;
    font-weight: 200;
    font-size: 1em;
    line-height: 150%;
}

.disclaimer span {
    margin: 0 10px;
}

.disclaimer a {
    color: #fff;
}

.disclaimer .withlove i {
    animation: heartbeat 1.2s infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale(.75);
    }

    20% {
        transform: scale(1);
    }

    40% {
        transform: scale(.75);
    }

    60% {
        transform: scale(1);
    }

    80% {
        transform: scale(.75);
    }

    100% {
        transform: scale(.75);
    }
}

.gegevens {
    width: 100%;
    max-width: 1000px;
    padding: 60px 10px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    border-bottom: .5px solid #fff;
}

.gegevens h2 {
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.gegevens&gt;div {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    font-size: 1.2em;
    font-weight: 200;
    line-height: 150%;
}

.gegevens&gt;div a {
    color: #fff;
}


/* Einde Footer */


/* Power Titel */

.power_titel_holder {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    padding: 96px 56px 42px 56px;
    text-align: center;
}

.power_titel {
    font-size: 3.7em;
    color: #d6171ee0;
    line-height: 140%;
}

.power_titel_icon {
    padding: 0 0 15px 0;
}

/* Einde Power Titel */

/* TIMELINE */

.timelineholder {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.timelineholder::after {
    content: '';
    position: absolute;
    width: 10px;
    background-color: #000;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.divAroundBalloon{
    display: flex;
    justify-content: center;
    margin-top: 78px;

}
.colorService{
    color:#4a4647!important;
}
#imageServiced{
    width: 94px;
}
.citroen{
    font-size: 1.7rem!important;
    font-weight: 600!important;
    margin-bottom: 14px!important;
    letter-spacing: 6px!important;
}
#contentBalloon{
    width: 400px;
    text-align: center;
   
    padding: 20px;
    position: relative;

    transition: all 1.5s;
    background-color: #efefef;
    border-radius: 27px;
}

#imageTryAndBuy{
    position: absolute;
    top: -25px;
    width: 92px;
    right: 50px;
}


#contentBalloon h2{
    font-size: 2.1rem;
    font-weight: 600;
    padding-bottom:3%;
    color:#d6171ee0;
    padding-bottom: 20px;
}
#contentBalloon h3{
    font-size: 1.3rem;
    font-weight: 600;
    color: #878787;
    margin-bottom: 14px;
}

#contentBalloon p{
    color: #878787;
    font-size: 1.1rem;
}

.timelineoverlayholder {
    width: 10px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    z-index: 9;
    overflow: hidden;
    top: 0;
    bottom: 0;
}

.timelineoverlay {
    background-color: #d6171e;
    border-radius: 10px;
}

.timeline {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.timeline h2 {
    color: #353535;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Nanum Myeongjo', serif;
}

.timeline p {
    line-height: 150%;
    color: #a3a3a3;
    font-weight: 200;
    font-size: 18px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 5px;
    background-color: #e1e1e1;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
}

.timeline_quote {
    width: 100%;
    color: #252525;
    position: relative;
    padding: 45px;
    background-color: #f9f9f9;
    border-radius: 20px;
}

.timeline_quote i:first-of-type {
    color: #d6171e;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 25px;
    opacity: .5;
}

.timeline_quote i:last-of-type {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 25px;
    color: #d6171e;
    opacity: .5;
}

.timeline_container {
    padding: 30px 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    background-color: inherit;
    width: 100%;
}

.timeline_container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    background-color: #d6171e;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
}

.timeline_item_content {
    padding: 20px 0;
    background-color: #FFF;
    position: relative;
    border-radius: 6px;
    width: 45%;
}

.left_time {
    margin-right: 5%;
}

.right_time {
    margin-left: 5%;
}

.imageleft {
    margin-left: 5%;
}

.imageright {
    margin-right: 5%;
}

.timeline_other_content {
    width: 45%;
}

.timeline_other_content img {
    width: 100%;
}

.conclusie {
    max-width: 600px;
    width: 96%;
    margin: 0 auto;
    margin-top: -5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #8BCF97;
    margin-bottom: 50px;
    padding: 25px;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    -webkit-box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
    -moz-box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
    box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
}

.conclusie h2 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    margin-bottom: 30px;
    margin-top: 10px;
}

.left_time h2 {
    text-align: right;
}

.left_time p {
    text-align: right;
}

.conclusie p {
    text-align: center;
    color: #fff;
    line-height: 150%;
}


/* EINDE TIMELINE */


/* Blokken */

.blokken {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1600px;
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 50px;
}

.blokken article {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 70px;
    width: 100%;
}

.blokken article:last-of-type {
    padding-bottom: 0;
}

.blokken article&gt;img {
    width: 48%;
    order: 1;
}

.blokken_content {
    width: 50%;
    padding: 30px;
    order: 2;
}

.blokken_titel {
    position: relative;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.blokken_titel h2 {
    color: #d6171e;
    line-height: 150%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 2.5em;
}

.blokken_tekst {
    line-height: 180%;
    font-weight: 200;
    max-width: 850px;
    color: rgb(110, 110, 110);
    font-size: 1.2em;
    margin-bottom: 20px;
}

.blokken_tekst p&gt;a {
    color: #DBB957;
}

.blokken_content&gt;a {
    padding: 10px 0;
    display: inline-block;
    margin-top: 5px;
    color: #353535;
    font-weight: 700;
    font-size: 1.2em;
}

.blokken_content&gt;a i {
    margin-left: 5px;
    transition: all .5s;
}

.blokken_content&gt;a:hover i {
    margin-left: 10px;
}

.blokken article:nth-child(odd) img {
    order: 3;
}


/* Einde Blokken */


/* Aanbod */

.aanbod_top {
    width: 100%;
    max-width: 1600px;
    padding: 40px 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.aanbod_top&gt;h1 {
    font-size: 2em;
    color: #d6171e;
    font-weight: 700;
}

.aanbod_top&gt;div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.aanbod_top&gt;div select {
    height: 40px;
    padding-right: 100px;
    padding-left: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    height: 40px;
    background-color: #F5F5F5;
    border: none;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.assortiment_weergave {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

@keyframes shine {
    0% {
        background-position-x: -500%;
    }

    100% {
        background-position-x: 500%;
    }
}

.assortiment_weergave&gt;div {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
    font-size: 1.2em;
    background-color: #f2f2f2;
    transition: all .3s;
    color: #353535;
}

.assortiment_weergave&gt;div:hover {
    background-color: #dbdbdb;
}

.active_weergave {
    color: #d6171e !important;
}

.list_view {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.list_view&gt;div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 1.2em;
    color: #b6b6b6;
    background-color: white;
    border: 2px solid #F5F5F5;
    margin-left: 7px;
}

.list_view_active {
    background-color: #D23B3D !important;
    color: white !important;
    border: 2px solid #D23B3D !important;
}

.priclists {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.pricelist {
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #4C4C4C;
    color: #4C4C4C;
    font-weight: 200;
    font-size: 1.1em;
    transition: all .3s;
    margin-bottom: 10px;
    font-weight: 400;
}

.buyDiv {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #4C4C4C;
}

.pricelist:hover {
    background-color: #D6171E;
    color: #FFF;
    border: 1px solid #D6171E;
}

.price_order {
    height: 40px;
    padding-right: 100px;
    padding-left: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 200;
    font-size: 1em;
    background-color: #F5F5F5;
    border: none;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.aanbod_pagina {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.clearfilters {
    font-size: 1em;
    color: #98272B;
    display: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 5px;
    cursor: pointer;
    background-color: #f7f7f7;
}

.clearfilters i {
    margin-right: 10px;
}

.aanbod_pagina aside {
    width: 100%;
    max-width: 350px;
    background-color: white;
    border: 2px solid #F5F5F5;
    margin-right: 20px;
    padding-bottom: 10px;
}

.aanbod_pagina aside&gt;h2 {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 1.4em;
    color: #d6171e;
    border-bottom: 2px solid #F5F5F5;
}

.aanbod_pagina aside h3 {
    font-size: 1.3em;
    font-weight: 700;
    color: #353535;
    margin-top: 15px;
    padding: 5px 20px;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.aanbod_pagina aside h3 i {
    font-size: 1.2em;
    transition: all .3s;
}

.activeCat i:not(.fa-check) {
    transform: rotate(180deg);
}

.aanbod_filter {
    margin: 0 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #F5F5F5;
}

.aanbod_filter:last-of-type {
    border-bottom: none;
}

.aanbod_filter select {
    width: 100%;
    padding: 10px;
    font-family: Poppins, sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    margin-top: 10px;
    background-color: #F5F5F5;
    border: none;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.checkbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    height: 25px;
    font-weight: 200;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
    color: #737373;
    font-size: 1.2em;
}

.checkbox input,
.aanbod_pagina aside h3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.aanbod_pagina aside h3 .checkmark {
    left: 10px;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    transition: all .3s;
    width: 20px;
    font-size: .8em;
    background-color: #E4E4E4;
}

.checkbox:hover input~.checkmark,
.aanbod_pagina aside h3:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox input:checked~.checkmark,
.aanbod_pagina aside h3 input:checked~.checkmark {
    background-color: #000;
}

.checkmark i {
    content: "";
    position: absolute;
    display: none;
    font-size: 16px;
}

.checkbox input:checked~.checkmark i,
.aanbod_pagina aside h3 input:checked~.checkmark i {
    display: block;
}

.checkbox .checkmark i,
.aanbod_pagina aside h3 .checkmark i {
    left: 2px;
    top: 2px;
    color: white;
    font-size: 16px;
}

.aanbod_items {
    width: 100%;
}

.aanbod_items section {
    width: 100%;
}

.aanbod_items section&gt;h2 {
    font-size: 1.5em;
    font-weight: 700;
    color: #d6171e;
    padding-bottom: 20px;
}

.aanbod_items .subcat-products {
    width: 100%;
    padding-top: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product {
    width: 33.33%;
    background-color: white;
    position: relative;
    overflow: hidden;
    border-right: 2px solid #F5F5F5;
    border-bottom: 2px solid #F5F5F5;
}

.aanbod_items .subcat-products {
    border-top: 2px solid #F5F5F5;
    border-left: 2px solid #F5F5F5;
}

.hiddenarticles {
    opacity: 0;
    transition: all 1s;
    transform: translateY(70px);
}

.product .sublink {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.product .mainlink {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    color: #D6171E;
    font-weight: 700;
}

.product .mainlink i {
    font-size: 25px;
}

.product a span {
    display: none;
}

.product&gt;img {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all 1s;
    border-bottom: 2px solid #F5F5F5;
    margin-bottom: 20px;
}

.product&gt;h3 {
    width: 100%;
    text-align: left;
    color: #3F3F3F;
    font-weight: 700;
    font-size: 1.2em;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.product&gt;h4 {
    width: 100%;
    text-align: center;
    color: #39AC6A;
    margin-top: 5px;
    font-size: 1.3em;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.smallProduct {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
}

.smallProduct img {
    display: none;
}

.smallProduct .aantal {
    display: none;
}

.smallProduct&gt;h2 {
    text-align: left;
    justify-content: flex-start;
}

.smallProduct&gt;h3 {
    text-align: left;
}

.smallProduct&gt;a {
    z-index: 2;
}

.smallProduct button {
    display: none;
}

.product_list {}

.range-slider {
    margin-top: 10px;
}

.hiddenarticles {
    opacity: 0;
    transition: all .3s;
    transform: translateY(70px);
}

.spinnerbox {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
}

.spinnerbox img {
    width: 100px;
}


/* Einde Aanbod */


/* Contact Pagina */

.contact_image {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.contact_image img {
    width: 100%;
}

.contact_pagina {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 10px 0 10px;
}

.contact_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #D6171E;
    padding: 33px 80px;
    margin-top: 20px;
    width: 100%;
    z-index: 1;
    position: relative;
}

.contact_info p {
    font-size: 20px;
    font-weight: 200;
    color: #252525;
}

.contact_gegevens {
    width: 35%;
}

.contact_gegevens h1 {
    font-weight: 900;
    color: #D6171E;
    margin-bottom: 20px;
    font-size: 2em;
}

.contact_gegevens h2 {
    font-size: 18px;
    font-weight: 200;
    color: #353535;
    line-height: 150%;
}

.contact_split {
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;

    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.contact_split h2 {
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 130%;
}

.contact_split div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.contact_split div p {
    padding: 5px;
    padding-left: 50px;
    position: relative;
    color: #fff;
}

.contact_split div p a {
    color: #fff;
}

.contact_split div p i {
    position: absolute;
    left: 0;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}

.contact_split img {
    width: 100px;
    border-radius: 200px;
    margin-right: 20px;
}

.contact_formulier {
    width: 55%;
}

.contact_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_label {
    width: 100%;
    font-size: 1.2em;
    font-weight: 200;
    color: #353535;
    display: inline-block;
    margin-bottom: 5px;
}

.contact_form input[type=text],
.contact_form input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #D9242A;
    padding: 8px 0px;
    color: #D9242A;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
}

.contact_form input[type=text]::placeholder,
.contact_form input[type=email]::placeholder {
    color: #D9242A;
}

.contact_form select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #D9242A;
    padding: 8px 0;
    color: #D9242A;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 40px;
    font-family: "Poppins", "sans-serif";
}


.contact_form select:focus {
    font-weight: 400;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus {
    border-bottom: 2px solid #D9242A;
    font-weight: 400;
}

.contact_form textarea {
    border: none;
    width: 100%;
    border-bottom: 1px solid #D9242A;
    border-radius: 0px;
    padding: 10px 0px;
    color: #D9242A;
    ;
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    height: 100px;
}

.contact_form textarea::placeholder {
    color: #D9242A;
    ;
}



.contact_form textarea:focus {
    border-bottom: 2px solid #D9242A;
    font-weight: 400;
}

.contact_form input[type=submit] {
    border-radius: 4px;
    padding: 10px 40px;
    background: transparent;
    border: 2px solid #D6171E;
    font-weight: 200;
    color: #D6171E;
    font-size: 1.2em;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    transition: all .3s;
}

.contact_form input[type=submit]:hover {
    background-color: #D6171E;
    color: #fff;
}

.contact_form input[type=submit]:disabled {
    background: transparent;
    color: #D6171E;
    opacity: 0.3;
}

.contact_formulier #NaamInput {
    width: 100%;
}

.contact_formulier #EmailInput {
    width: 100%;
}

#dasmap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 600px;
    position: relative;
    z-index: 0;
    margin-top: -120px;
}


/* Einde Contact Pagina */


/* Product Pagina */

.product_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 10px;
}

.product_header_image {
    width: 55%;
}

.product_header_image&gt;a {
    font-weight: 200;
    font-size: 1.2em;
    color: #d6171e;
    display: inline-block;
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.product_header_image&gt;a i {
    transition: all .3s;
    padding-left: 5px;
    font-size: 1.3em;
}

.product_header_image&gt;a span {
    padding-bottom: 3px;
}

.product_header_image&gt;a:hover i {
    padding-left: 0 !important;
    padding-right: 5px;
}

.product_header_image img {
    width: 100%;
    transition: all .2s;
}

.product_header_content {
    width: 40%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_header_content h1 {
    color: #d6171e;
    font-weight: 700;
    font-size: 2.5em;
    margin-bottom: 15px;
}

.product_header_content&gt;h2 {
    color: #353535;
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product_header_content .aantal {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    cursor: pointer;
}

.product_header_content .aantal i {
    font-size: .9em;
    min-width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    background-color: #353535;
    cursor: pointer;
    transition: all .2s;
}

.product_header_content .aantal i:hover {
    background-color: #000;
}

.product_header_content .aantal input {
    font-weight: 200;
    font-family: sans-serif;
    color: #353535;
    font-size: 1.2em;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 123px;
    height: 35px;
    margin: 0 10px;
    padding: 0;
    line-height: normal;
    border: 1px solid #bfbfbf;
}

.product_links {
    margin-bottom: 10px;
}

.product_links a {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #939393;
    padding: 2px 10px;
    font-size: .8em;
    transition: all .3s;
    margin-right: 5px;
}

.product_links a:hover {
    border: 1px solid #939393;
}

.product_intro {
    line-height: 150%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    margin-bottom: 10px;
}

.product_prijs {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0;
}

.product_prijs article {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
    margin-right: 10px;
}

.product_prijs article h2 {
    font-size: 1.1em;
    color: #353535;
    font-weight: 200;
    margin-bottom: 4px;
}

.product_prijs article p {
    font-size: 1.5em;
    font-weight: 700;
    color: #4f4f4f;
}

.product_header_content select {
    padding: 5px;
    background-color: #fff;
    border: 2px solid #efefef;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    background-image: url(/images/select.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    color: #353535;
    max-width: 300px;
}

.product_afmetingen {
    display: flex;
    justify-content: flex-start;
}

.product_afmetingen article {
    padding: 15px 30px;
    background-color: #F3F3F2;
    border: 1px solid white;
}

.product_afmetingen article h2 {
    font-weight: 700;
    font-size: 1.2em;
    color: #6b6b6b;
    margin-bottom: 5px;
}

.product_afmetingen article p {
    font-size: 1.1em;
    color: #6b6b6b;
}

.product_actions button {
    padding: 10px 30px;
    background-color: #d6171e;
    color: white;
    font-weight: 700;
    border: none;
    font-family: Poppins, sans-serif;
    position: relative;
    top: 60px;
}

.product_kleuren {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.product_kleuren&gt;label {
    position: relative;
}

.product_kleuren&gt;label div {
    width: 2pc;
    height: 2pc;
    border: 2px solid #eee;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #eee;
    margin-right: 4px;
    z-index: 2;
    position: relative;
}

.product_kleuren&gt;label input {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.product_kleuren&gt;label input:checked+div {
    border: 2px solid red;
}

.maat_select {
    width: 100%;
    padding: 10px;
    font-family: Poppins, sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    background-color: #F5F5F5;
    border: none;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.product_more_info {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 150%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 10px;
}

.product_more_info h2 {
    font-size: 1.3em;
    font-weight: 700;
    color: #D23B3D;
    margin-top: 25px;
    margin-bottom: 5px;
}

.product_more_info ul {
    list-style-type: disc;
    padding-left: 20px;
}

.product_sfeerfoto {
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    background-color: black;
}

.product_sfeerfoto&gt;div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 1600px;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_sfeerfoto h2 {
    font-size: 59px;
    font-weight: 600;
    line-height: 110%;
    max-width: 630px;
    color: #fff;
    margin-bottom: 40px;
}

.product_sfeerfoto button {
    padding: 10px 30px;
    background-color: #D23B3D;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 200px;
    font-family: Poppins, sans-serif;
}

.product_sfeerfoto&gt;img {
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: .7;
}

.amount_select {
    width: 200px;
    padding: 10px;
    font-family: Poppins, sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    background-color: #F5F5F5;
    border: none;
}


/* Einde Product Pagina */


/* Winkelwagen */

.winkelwagen_noprods {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 10px;
}

.winkelwagen_noprods p {
    font-size: 1.4em;
    color: #353535;
    font-weight: 200;
    margin-top: 5px;
}

.winkelwagen_noprods a {
    background-color: #d6171e;
    padding: 10px 30px;
    border-radius: 200px;
    font-size: 1.2em;
    font-weight: 200;
    color: white;
    margin-top: 15px;
    display: inline-block;
}

.progressbar {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    display: flex;
    margin-bottom: 50px;
    margin-top: 40px;
    justify-content: space-between;
}

.progressbar li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.1em;
    font-weight: 700;
    color: #535353;
    font-weight: 200;
    width: 25%;
    position: relative;
}

.progressbar li a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
}

.progressbar li div {
    width: 45px;
    height: 45px;
    border-radius: 200px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.5em;
    z-index: 2;
}

.checkedStep div {
    background-color: #39AC6A !important;
    color: #fff;
}

.checkedStep {
    color: #39AC6A !important;
}

.righthr {
    position: absolute;
    left: 50%;
    right: 0;
    top: 35%;
    margin: 0;
    height: 1px;
    border-top: 1px solid #dfdfdf;
}

.lefthr {
    position: absolute;
    left: 0;
    right: 50%;
    top: 35%;
    margin: 0;
    height: 1px;
    border-top: 1px solid #dfdfdf;
}

.winkelwagen_pagina,
.gegevens_pagina {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.winkelwagen_titel {
    width: 100%;
    padding: 40px 0;
    padding-bottom: 10px;
    font-size: 2em;
    color: #39AC6A;
    font-weight: 700;
    text-align: center;
}

.shopping_cart {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.shopping_cart article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 15px;
    border-bottom: 2px dashed #e8e8e8;
}

.shopping_cart article:first-of-type {
    background-color: #f6f6f6;
    border-bottom: none;
}

.shopping_cart article:first-of-type .title {
    color: #314983;
    font-weight: 200;
    font-size: 1.2em;
    text-align: center;
    width: 100%;
}

.shopping_cart article:first-of-type .aantal {
    min-width: 170px;
    color: #353535;
}

.shopping_cart article:first-of-type .actions {
    visibility: hidden;
    min-width: 40px;
    color: #353535;
}

.sub_article {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.shopping_cart article:last-of-type {
    border-bottom: none;
}

.shopping_cart article h2 {
    font-size: 1.5em;
    font-weight: 700;
    color: #353535;
    margin-bottom: 10px;
}

.shopping_cart article h3 {
    font-size: 1.2em;
    font-weight: 200;
    color: #43474A;
}

.sub_article .aantal {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 200px;
}

.sub_article .aantal i {
    font-size: .9em;
    min-width: 35px;
    height: 35px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    background-color: #353535;
    cursor: pointer;
    transition: all .2s;
}

.sub_article .aantal i:hover {
    background-color: #000;
}

.sub_article .aantal p {
    text-align: center;
    width: 100%;
    font-size: 1.1em;
    font-weight: 400;
    color: #848484;
    padding-bottom: 5px;
}

.sub_article .aantal input {
    font-weight: 200;
    font-family: sans-serif;
    color: #353535;
    font-size: 1.1em;
    height: 35px;
    line-height: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100px;
    border: 2px solid #efefef;
}

.sub_article .price {
    min-width: 300px;
    font-weight: 200;
    color: #353535;
    font-size: 1.5em;
    text-align: center;
}

.sub_article .price small {
    margin-top: 3px;
    display: inline-block;
    font-size: .6em;
}

.sub_article .price small i {
    cursor: pointer;
    transition: all .3s;
}

.sub_article .price small i:hover {
    transform: scale(1.05);
}

.sub_article .actions {
    background-color: #fff;
    color: #C4242C;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    -ms-align-items: center;
    align-items: center;
    padding-left: 20px;
    border-left: 1px solid #e8e8e8;
}

.sub_article .actions i {
    transition: all .5s;
}

.sub_article .actions:hover i {
    transform: scale(1.4);
}

.financial dl {
    border-top: 2px solid #e1e1e1;
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.financial dt {
    font-size: 1.3em;
    font-weight: 200;
    color: #43474A;
}

.financial dl&gt;div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 8px 0;
}

.financial dl&gt;div:last-of-type {
    border-top: 2px dashed #e1e1e1;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}

.financial dl&gt;div:last-of-type dt {
    color: #39AC6A;
    font-weight: 700;
}

.financial dd {
    font-size: 1.3em;
    font-weight: 200;
    min-width: 150px;
    color: #43474A;
    text-align: right;
}

.goto_next {
    background-color: #39AC6A;
    border: #39AC6A 2px solid;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    transition: all .3s;
    font-size: 1.2em;
    padding: 9px 25px;
}

.noslots {
    font-size: 1.2em;
    font-weight: 200;
    text-align: center;
    color: #353535;
    background-color: #e4f8ec;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.goto_next:hover {
    background-color: transparent;
    color: #39AC6A;
}

.goto_next i {
    font-size: .9em;
}

.goto_prev {
    color: #8d8d8d;
    font-size: 1.2em;
    font-weight: 200;
}

.goto_prev i {
    transition: all .3s;
}

.goto_prev:hover i {
    transform: translateX(-10px);
}

.buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0;
}


/* Einde Winkelwagen */


/* Afhaalmoment */

.afhaal_container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.afhaal_split {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.afhaal_split aside {
    width: 350px;
    background-color: white;
    border: 2px solid #F5F5F5;
    margin-right: 20px;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.afhaal_split aside&gt;i {
    font-size: 3em;
    color: #39AC6A;
}

.afhaal_split aside&gt;h2 {
    font-size: 2em;
    color: #39AC6A;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.afhaal_split aside&gt;div {
    font-size: 1.2em;
    font-weight: 200;
    color: #353535;
    line-height: 150%;
    text-align: center;
}

.afhaal_momenten {
    width: calc(100% - 350px);
}

.afhaal_dagen {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.afhaal_dagen .slick-arrow {
    position: absolute;
    left: -8px;
    top: 47%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0;
    width: 30px;
    height: 30px;
    border: none;
    background-color: rgba(0, 0, 0, .6);
    color: white;
    border-radius: 200px;
}

.afhaal_dagen .slick-disabled {
    display: none !important;
}

.afhaal_dagen .slick-next {
    right: -10px;
    left: initial;
}

.afhaal_dagen .slick-dots {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}

.afhaal_dagen .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 200px;
    background-color: #c9c9c9;
    margin: 0 5px;
    cursor: pointer;
}

.afhaal_dagen .slick-dots li button {
    display: none;
}

.afhaal_dagen .slick-dots .slick-active {
    background-color: #353535;
}

.afhaal_dagen article {
    padding: 5px;
}

.afhaal_dagen article section {
    position: relative;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    border: #ececec 2px solid;
    transition: all .3s;
}

.afhaal_dagen article section:hover {
    background-color: #e5e5e5;
}

.afhaal_dagen article section:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.afhaal_dagen article section&gt;div {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 40px 0 10px 0;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.afhaal_dagen article section&gt;div div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.afhaal_dagen article section h2 {
    font-size: 4em;
    color: #39AC6A;
    font-weight: 700;
}

.afhaal_dagen article section h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #8e8e8e;
}

.afhaal_dagen article section h4 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: .9em;
    color: #8e8e8e;
}

.afhaal_dagen article section p {
    font-size: 1.1em;
    font-weight: 200;
}

.afhaal_dagen article section p i {
    color: #39AC6A;
}

.afhaal_dag_active h2,
.afhaal_dag_active h3,
.afhaal_dag_active h4,
.afhaal_dag_active p,
.afhaal_dag_active p i {
    color: white !important;
}

.afhaal_dag_active {
    background-color: #39AC6A;
}

.afhaal_dag_active:hover {
    background-color: #39AC6A !important;
}

.afhaal_uren {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 30px .5%;
}

.afhaal_uren article {
    width: 100%;
    border-radius: 5px;
    padding: 25px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border: #ececec 2px solid;
    margin-bottom: 20px;
}

.timeslot-full {
    background-color: #f2f2f2 !important;
}

.timeslot-full span {
    width: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 9px;
    font-weight: 700;
    color: #808080;
    border-radius: 200px;
    border: 2px solid #ececec;
}

.afhaal_uren article h2 {
    font-size: 1.2em;
    font-weight: 200;
    color: #353535;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.afhaal_uren article h2 i {
    margin-right: 15px;
    color: #39AC6A;
    font-size: 1.2em;
}

.afhaal_uren article a {
    padding: 8px;
    border-radius: 150px;
    font-size: 1em;
    font-weight: 700;
    color: #39AC6A;
    width: 200px;
    border: 2px solid #ececec;
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition: all .3s;
}

.afhaal_uren article a:hover {
    background-color: #39AC6A;
    color: white;
}

.afhaal_uren article a i {
    font-size: 1.4em;
    margin-right: 10px;
}

.selected_hour {
    border: 2px solid #39AC6A !important;
    background-color: #39AC6A;
    color: white !important;
}


/* Einde Afhaalmoment */


/* Gegevens */

.webshop-form {
    width: 100%;
    padding: 0 10px;
}

.webshop-form fieldset&gt;div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.webshop-form .field {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.webshop-form .field.textarea {
    width: 100%;
}

.webshop-form .field label {
    width: 100%;
    font-size: 1.2em;
    display: inline-block;
    color: #000;
    font-weight: 200;
    margin-bottom: 10px;
}

.webshop-form .field input,
.webshop-form .field select,
.webshop-form .field textarea {
    width: 100%;
    padding: 10px;
    color: #717171;
    border: none;
    background-color: #f4f4f4;
    font-weight: 200;
    font-size: 1.2em;
    font-family: Poppins, sans-serif;
}

.webshop-form .field select {
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.webshop-form input[type=submit] {
    padding: 10px 30px;
    border: none;
    background-color: #39AC6A;
    font-weight: 200;
    color: white;
    border-radius: 200px;
    font-family: Poppins, sans-serif;
}

.webshop-form .selectField {
    width: 100%;
}

.webshop-form .textField,
.webshop-form .emailField {
    width: 49%;
}

.leverklik {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.checkboxField label {
    width: initial !important;
    margin-right: 10px;
}

.checkboxField {
    color: #000;
}

.checkboxField input {
    width: 20px !important;
}

.webshop-form h2 {
    font-weight: 700;
    font-size: 1.3em;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 2px solid #f4f4f4;
    width: 100%;
}

.gegevens_input {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    border-top: 2px solid #f4f4f4;
    padding-top: 20px;
}

.gegevens_input label a {
    color: #314983;
}


/* Einde Gegevens */


/* Menu */

.menu {
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 50;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
}

.menu img {
    width: 100%;
    position: absolute;
    opacity: .5;
    top: 45px;
    left: -47px;
    z-index: -1;
}

.menu&gt;nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.menu&gt;nav ul {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.menu&gt;nav ul li {
    padding: 20px;
}

.menu&gt;nav ul a {
    font-size: 65px;
    font-weight: 200;
    color: #353535;
}

.menu&gt;nav ul a small {
    display: none;
}


/* Einde Menu */

/* Popup */

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  .popup_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
  }
  
  .popup_content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 20; /* Ensures content is above the overlay */
    max-width: 600px; /* Adjust as needed */
    width: 90%; /* Responsive width */
  }
  
  .popup_tekst {
    text-align: center;
    overflow: hidden;
  }

  .popup_tekst img {
    max-width: 100%;
  }
  
  .popup_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 1.5em;
    color: #333; /* Adjust color as needed */
  }
  
  
  /* Popup End */
  
/* Cookie Melding */

.plenso_cookies {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    border-radius: 5px;
    max-width: 400px;
    -webkit-box-shadow: 0px 0 45px -0 rgba(203, 74, 28, 0.15);
    -moz-box-shadow: 0px 0 45px -0 rgba(203, 74, 28, 0.15);
    box-shadow: 0px 0 45px -0 rgba(203, 74, 28, 0.15);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
    transition: all .5s;
    z-index: 100;
}

.plenso_cookies&gt;img {
    width: 50px;
}

.plenso_cookies&gt;div {
    color: #3e3e3e;
    padding: 25px 0px;
    line-height: 25px;
    text-align: justify;
    font-size: 16px;
}

.plenso_cookies&gt;div a {
    color: #3e3e3e;
    text-decoration: underline;
}

.plenso_cookies&gt;a {
    background-color: #d6171e;
    color: white;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    padding: 18px 30px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}

.plenso_cookies&gt;a:hover {
    transform: scale(1.1);
}


/* Einde cookiemelding */


/* Home Pagina */

.home_content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 70vh;
    display: flex;
    justify-content: space-between;
}

.home_content&gt;div {
    width: 70%;
    height: 70vh;
    background-color: white;
    overflow: hidden;
    transition: all .8s;
    position: relative;
    z-index: 0;
    position: relative;
}

.home_content&gt;div&gt;div {
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: 70vh;
    padding: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.home_content article {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    transition: all .4s;
    background-color: rgba(0, 0, 0, .2);
}

.home_content&gt;div:hover .overlay {
    background-color: rgba(0, 0, 0, .2);
}

.home_content&gt;div:last-of-type {
    transform: skewX(-5deg);
    width: 50%;
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.home_content&gt;div:last-of-type article {
    background-color: rgba(0, 0, 0, .4);
}

.home_content&gt;div:last-of-type&gt;div {
    transform: skewX(5deg);
    margin-left: -50px;
}

.home_content&gt;div:first-of-type:hover+div:last-of-type {
    right: -280px;
}

.home_content&gt;div:last-of-type:hover {
    right: -50px;
}

.home_content h2 {
    width: 100%;
    max-width: 500px;
    font-size: 4em;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    z-index: 2;
    position: relative;
}

.home_content h3 {
    font-weight: 400;
    font-size: 1.2em;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

.home_content a {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.textLastMinute {
    color: black;
    line-height: 175%;
    padding-bottom: 4%;
}

.home_content button {
    font-weight: 400;
    color: white;
    background-color: #d6171e;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    font-family: Poppins, sans-serif;
    z-index: 2;
    position: relative;
}


/* Einde Home Pagina */

.youtube-wrapper {
    order: 3;
    width: 48%;
    padding-top: 32%;
    position: relative;
}

.youtube-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 500px;
}


/* Trending */

.trending_holder {
    /* background-color: #eff6f8; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trending {
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
}

.trending .slick-dots {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    flex-wrap: wrap;
}

.trending .slick-dots .slick-active {
    background-color: #353535;
}

.trending .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #c9c9c9;
    margin: 0 5px;
    border-radius: 200px;
    cursor: pointer;
}

.trending .slick-dots li button {
    display: none;
}

.trending_slider {
    width: 100%;
    max-width: 1600px;
}

.trending_slider .slick-slide {
    margin: 0 10px;
}

.trending_kaart {
    width: 29%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    padding: 50px 38px;
    padding-bottom: 50px;
    position: relative;
    padding-bottom: 46px;
    justify-content: space-between;
    padding-right:0;
    padding-left:0;
}

.trending_kaart div:nth-child(2) {
    color: #423d3d;
}

.trending_kaart.kaart3 {
    justify-content: flex-start;
}

.trending_kaart h2 {
    font-size: 25px;
    color: #252525;
    font-weight: 700;
    text-align: center;
    margin: 1rem 0;
}

.trending_kaart p {
    /* text-align: center; */
    margin: 7px 0;
}

.trending_kaart p:nth-child(even) {
    margin-bottom: 25px;
}

.trending_kaart:first-child p {
    text-align: left;
}

.trending_icon {
    text-align: center;
    font-size: 45px;
    color: #d7171e;
    min-width: 80px;
    min-height: 80px;
    background-color: #eeeeee;
    border-radius: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.trending_icon img {
    margin-bottom: 15px;
    margin-top: 5px;
}

.trending_tekst {
    display: flex;
    width: 100%;
    color: #423d3d;
    padding-left: 15px;
}

.trending_tekst.align_middle {
    height: 400px;
    flex-direction: column;
    justify-content: center;
}

.trending_tekst ul li .fa-check {
    padding-right: 15px;
}

.trending_tekst .links,
.trending_tekst .rechts {
    width: 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.trending_tekst .links li,
.trending_tekst .rechts li {
    padding: 25px 0;
}

.trending article {
    padding: 0 30px;
}

.trending article&gt;div {
    position: relative;
}

.trending article&gt;div img {
    width: 100%;
}

.trending_content {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    z-index: 3;
    padding: 15px;
}

.trending_overlay {
    content: "";
    height: 60%;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    transition: all 2s;
    opacity: 1;
    top: auto;
    position: absolute;
    pointer-events: none;
    background-image: -webkit-linear-gradient(bottom, #19191b 0, rgba(25, 25, 27, 0) 100%);
    background-image: linear-gradient(to top, #19191b 0, rgba(25, 25, 27, 0) 100%);
    -webkit-transition: .2s cubic-bezier(.4, 0, .2, 1);
    transition: 2s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.trending article h2 {
    font-size: 2em;
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
    text-align: left;
    margin-top: 5px;
    width: 100%;
}

.trending article h3 {
    color: #39AC6A;
    font-weight: 700;
    font-size: 1.5em;
    text-align: left;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
    width: 100%;
}

.trending article a {
    color: white;
    background-color: #000;
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 20px;
    border: 1px solid #000;
    display: inline-block;
    padding: 8px 30px;
}

.trending_subitem {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.trending_subitem i {
    margin-right: 15px;
    color: #a9e190;
    margin-top: 5px;
    font-size: 22px;
}


/* Einde Trending */


/* Controleren */

.controleren_content {
    width: calc(100% - 350px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.controleren_content&gt;h2 {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dashed #f0f0f0;
    font-size: 1.5em;
    color: #39AC6A;
    font-weight: 700;
}

.controle_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.2em;
    padding: 7px 0;
}

.controle_item h3 {
    font-weight: 700;
    color: #353535;
}

.controle_item p {
    font-weight: 200;
    color: #353535;
}

#subm:disabled {
    background-color: #848484;
}

.controle_product {
    width: 49%;
    margin-bottom: 2%;
    border: 2px solid #efefef;
    padding: 10px;
}

.controle_product h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #353535;
    margin-bottom: 5px;
}

.controle_product p {
    line-height: 150%;
    color: #848484;
    margin-bottom: 5px;
    margin-top: 5px;
}

.controle_product p big {
    font-size: 1.2em;
}

.controle_product p small {
    font-size: .8em;
}

.controle_product p span {
    display: block;
    font-weight: 400;
    font-size: 1.1em;
    color: #d6171e;
}

.remark_btn {
    background-color: #39ac6a;
    color: #fff;
    padding: 5px;
    border: 0;
    cursor: pointer;
}

.remark_btn.add_btn {
    background-color: #422918;
}

.remark_btn.save_btn {
    display: none;
}

.show-disclaimer {
    cursor: pointer;
}

.remark textarea {
    width: 100%;
    border: 1px solid #39ac6a;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 3px;
}

.remark_holder {
    margin-bottom: 8px;
}

.gekozen_ophaalmoment {
    line-height: 150%;
    color: #353535;
    font-size: 1.2em;
}

.gekozen_ophaalmoment span {
    font-weight: 700;
    color: #d6171e;
}

.gekozen_ophaalmoment small {
    width: 100%;
    font-size: .8em;
    display: inline-block;
}


/* Einde Controleren */


/* Bevestiging */

.bevestiging {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 100vh;
    padding: 50px 10px;
    background-color: #f1f5fa;
}

.bevestiging&gt;div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    background-color: white;
    max-width: 800px;
}

.bevestiging&gt;div i {
    font-size: 3em;
    color: #d6171e;
}

.bevestiging&gt;div h1 {
    color: #d6171e;
    font-weight: 700;
    font-size: 1.8em;
    margin-top: 10px;
}

.bevestiging&gt;div div {
    text-align: center;
    line-height: 180%;
    color: #656565;
    font-weight: 200;
    font-size: 1.2em;
    margin-top: 15px;
}

.bevestiging&gt;div&gt;a {
    background-color: #d6171e;
    color: white;
    padding: 10px 30px;
    font-weight: 200;
    font-size: 1.1em;
    display: inline-block;
    margin-top: 15px;
    border-radius: 200px;
}


/* Einde Bevestiging */


/* Tekst Blokken */

.tekst_blokken {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1550px;
    margin: 30px auto;
}

.tekst_blokken article {
    width: 45%;
    margin: 25px 0;
}

.tekst_blokken article h2 {
    width: 100%;
    text-align: left;
    font-size: 1.8em;
    color: #565656;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.tekst_blokken article div {
    line-height: 180%;
    font-weight: 200;
    max-width: 850px;
    color: rgb(110, 110, 110);
    font-size: 1.4em;
    margin-bottom: 20px;
}

.tekst_blokken strong,
.tekst_blokken b {
    font-weight: bold;
}


/* Einde Tekst Blokken */


/* Vragen */

.vragensplit {
    padding: 50px 10px;
}

.vragensplit&gt;div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.vragen {
    width: 68%;
}

.vragen article {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
    background-color: white;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.vragen article h2 {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    font-size: 1.4em;
    color: #d6171e;
    align-items: center;
    cursor: pointer;
}

.vragen article h2 i {
    transition: all .3s;
}

.arrowUp i {
    transform: rotate(180deg);
}

.vragen article div {
    margin-top: 20px;
    color: #353535;
    font-weight: 200;
    font-size: 1.2em;
    line-height: 180%;
    letter-spacing: .5px;
}

.vragen article div a {
    color: #5C9090;
    font-weight: 600;
}

.vragen_form {
    padding: 25px;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
    width: 30%;
}

.vragen_form h2 {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #d6171e;
}

.vragen_form input[type=text],
.vragen_form input[type=email],
.vragen_form textarea {
    padding: 10px;
    color: #818181;
    background-color: #F2F2F2;
    width: 100%;
    height: 50px;
    display: flex;
    -ms-align-items: center;
    border: none;
    margin-bottom: 10px;
    align-items: center;
    font-size: 1.2em;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
}

.vragen_form textarea {
    min-height: 100px;
}

.vragen_form input[type=submit] {
    border: none;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    letter-spacing: 1px;
    background-color: #000;
    padding: 10px 35px;
}


/* Einde Vragen */

#content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: auto;
}

#content-container h2 {
    color: #d6171e;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 1em;
    font-weight: 200;
    margin-top: 1em;
    cursor: pointer;
}

#content-container h3 {
    background: #d6171e;
    color: #fff;
    font-size: 1.2em;
    font-weight: 200;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #d6171e;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #353535;
    color: white;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}

.product_slider {
    padding: 0 15px;
}

.product_slider .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 60px;
    padding: 0;
    z-index: 2;
    border: none;
    background-color: transparent;
    color: #c3c3c3;
    transform: translateY(-50%);
}

.product_slider .slick-next {
    left: initial;
    right: 0;
}

.product_slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product_slider .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 200px;
    background-color: #e8e8e8;
    border: 2px solid #949494;
    cursor: pointer;
}

.product_slider .slick-dots .slick-active {
    border: 2px solid #949494;
    background-color: #949494;
}

.product_slider .slick-dots li button {
    display: none;
}

.product_slider img {
    cursor: zoom-in;
}


/* Margins */

.mb-15 {
    margin-bottom: 25px;
}


/* Media Query's */
@media screen and (max-width:1540px) {
    .specificatiesTypes &gt; *{
        width:49%;
        margin-right:2%;
        margin-bottom:2%;
    }
    .specificatiesTypes &gt; *:nth-child(2n){
        margin-right:0;
    }
    .specificatiesTypes &gt; *:nth-child(4n){
        margin-right:0;
    }

    .typesSeizoenSpecificaties{
        width:100%;
    }
}
@media screen and (max-width: 1450px) {
    .product {
        width: 31.33%;
    }
}

@media screen and (max-width: 1400px) {
    .trending {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 70px 110px;
    }

    .trending_kaart {
        width: 45%;
    }

.ak1Tehuur, .ak2Tehuur{
    display:none;
}

    #motorhomes&gt;h2 {
        padding-left: 10px;
    }

    .team-banner img {
        border-radius: 0;
    }
}

@media screen and (max-width: 1350px) {
    .afhaal_momenten {
        width: 100%;
    }

    .controleren_content {
        width: 100%;
        padding: 10px;
    }

    .home_content&gt;div {
        width: 76%;
    }
}

@media screen and (max-width: 1300px) {
    .afhaal_split aside {
        display: none;
    }

    .afhaal_momenten {
        padding: 0 10px;
    }

    .power_titel {
        font-size: 3em;
    }

    .banner .img {
        width: 35%;
        padding-left: 15px;
    }

    .banner .img img {
        max-width: 270px;
    }

    .banner .content {
        padding: 40px 15px;
        width: 65%;
    }

    .slogan {
        font-size: 30px;
    }

    .banner .content div {
        max-width: 80%;
    }
    .contact_info{
        padding: 33px 60px;
    }
}

@media screen and (max-width: 1200px) {
    .contact_pagina {
        padding: 25px 10px;
    }
    .welDesktopTekst{
        display:none;
    }
    .nietDesktopTekst{
        display:block;
    }
    .contact_gegevens {
        margin-bottom: 20px;
        padding: 30px 10px;
    }

    .blauwVlakContact {
        display:flex!important;
        justify-content: center!important;
        align-items: center!important;
    }


    .contact_gegevens,
    .contact_formulier {
        width: 100%;
        padding: 0 10px;
    }

    .contact_gegevens h1,
    .contact_gegevens h2 {
        text-align: center;
    }

    .contact_gegevens&gt;div {
        justify-content: center;

        margin-top: 20px;
    }

    .contact_split div {
        padding: 20px;
    }

    #dasmap {
        margin-top: 15px;
        height: 400px;
    }

    .contact_gegevens&gt;div a {
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
    }

    .contact_split img {
        display: none;
    }

    /* .contact_split div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    } */
    .contact_split{
        display: flex;
        flex-direction: row;
    }
    .contact_info{
        width:50%!important;
    }
    .blauwVlakContact{
        width:47%!important;
    }
    .blauwVlakContact div {
        width:100%!important;
    }

}

@media screen and (max-width: 1100px) {
    .vragen {
        width: 100%;
        margin-bottom: 50px;
    }

    .blokken_titel h2 {
        font-size: 1.7em;
    }

    .blokken_tekst {
        font-size: 1.2em;
    }

    .blokken_content {
        padding: 10px;
    }

    .tekst_blokken article div {
        font-size: 1em;
    }

    .tekst_blokken article h2 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 1070px) {
    .product {
        width: 48%;
    }

    .afhaal_dagen article section p {
        margin-top: 20px;
        font-size: .9em;
    }

    .afhaal_dagen article section&gt;div {
        position: relative;
        padding-top: 20px;
    }

    .afhaal_dagen article section:after {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1080px) {
    .home_content {
        flex-wrap: wrap;
    }

    .home_content&gt;div {
        width: 100%;
        height: 43vh;
    }

    #motorhomes article {
        width: 31.33%;
    }
	
	#motorhomes article:nth-of-type(4n) {
		margin: 1%;
	}
	
	#motorhomes article:nth-of-type(3n) {
		margin-right: 0;
	}
	
	#motorhomes article:nth-of-type(2n) {
		margin: 1%;
	}
	
	#motorhomes article:nth-of-type(1n) {
		margin: 1%;
	}

    .home_content&gt;div:last-of-type {
        transform: none;
        position: relative;
        right: initial;
        top: initial;
        bottom: initial;
        width: 100%;
    }

    .home_content&gt;div&gt;div {
        height: 100%;
        padding: 20px;
    }

    .home_content&gt;div:last-of-type&gt;div {
        margin-left: 0;
        transform: none;
    }

    .home_content&gt;div:first-of-type:hover+div:last-of-type {
        right: initial;
    }

    .home_content&gt;div:last-of-type:hover {
        right: initial;
    }

    .home_content h2 {
        font-size: 2.5em;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    }

    .home_content h3 {
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    }
}

@media screen and (max-width: 1050px) {
    .vragen_form {
        width: 100%;
    }

    .contact-form,
    .location {
        width: 49%;
    }

    .location {
        margin-left: 2%;
        margin-right: 0;
    }

    .contacteer-ons {
        width: 60%;
        float: left;
    }
}

@media screen and (max-width: 1000px) {
    .product_header_image {
        width: 100%;
    }
    .displaynoneMobile{
        display:block!important;
        transform: rotate(90deg);
        color:#d6171e;
    }

    #divCurtain {
        visibility: hidden;
    }

    .product_header_content {
        width: 100%;
    }

    .trending {
        justify-content: center;
    }

    .trending_tekst .links,
    .trending_tekst .rechts {
        text-align: left;
    }

    .trending_kaart {
        width: 66%;
    }
    div.instagram_post:nth-child(3){
        display:none;
    }
    .instagram_feed .instagram_post{
        width: 32%;
    }
    .trending_kaart:nth-child(1) {}


    .trending_vinkjes {
        display: none;
    }

    .trending_kaart {
        min-height: 0;
    }

    .menu_button {
        display: block;
    }

    .navigatie nav {
        display: none;
    }

    .res-menu_buttons {
        display: flex;
    }

    .navigatie {
        align-items: center;
    }

    .trending_kaart {
        padding: 30px 38px;
    }

    .mobileTab {
        display: block;
    }

    /* Style the buttons that are used to open and close the accordion panel */
    .changeMobile {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .trending_kaart h2 {
        border-bottom: 2px solid red;
        padding-right: 16px;
        padding-left: 12px;
        padding-bottom: 7px;
        font-size: 1.2rem;
        width: 77%;
    }

}

@media screen and (max-width: 900px) {
    .contact_info{
        padding: 33px 47px;
    }
}

@media screen and (max-width: 850px) {
    .blokken article&gt;img {
        width: 100%;
    }

    .youtube-wrapper {
        width: 100%;
        padding-top: 61%;
    }

    .blokken_content {
        width: 100%;
        padding: 0;
    }

    .blokken article {
        padding-bottom: 30px;
    }

    .blokken article:nth-child(odd) img {
        order: 1;
    }

    .menu&gt;nav ul a big {
        display: none;
    }

    .menu&gt;nav ul a small {
        display: block;
    }

    #motorhome {
        flex-wrap: wrap;
    }

    #motorhome .pr {
        width: 100%;
    }

    .verhuurinfo {
        width: 100%;
    }

    .reservatie {
        flex-wrap: wrap;
    }

    .calendar_holder {
        width: 100%;
    }

    .calendar_info {
        width: 100%;
    }
    .instagram_feed .instagram_post{
        width:48%;
        margin-bottom:3%;
    }
    div.instagram_post:nth-child(4){
        display:none;
    }
}

@media screen and (max-width: 840px) {
    .timeline_item_content {
        width: 100%;
        padding: 0;
        order: 1;
    }

    .timeline {
        overflow: auto;
    }

    .timeline_other_content {
        width: 100%;
        order: 2;
        text-align: left;
    }

    .left_time h2 {
        text-align: left;
    }

    .left_time p {
        text-align: left;
    }

    .timeline_other_content img {
        width: 100%;
        margin-top: 10px;
    }

    .timeline_container {
        width: 90%;
        float: right;
        flex-wrap: wrap;
    }

    .timelineoverlayholder {
        left: 5%;
    }

    .timeline::after {
        left: 5%;
    }

    .timeline_container::after {
        left: -5.6%;
        width: 25px;
        height: 25px;
    }

    .timeline_quote {
        margin-top: 20px;
    }

    .right_time,
    .imageleft {
        margin-left: 0;
    }

    .imageright {
        margin-right: 0;
    }

    .timeline_container {
        padding: 10px;
    }
}

@keyframes come-in-left {
    to {
        transform: translateX(0);
    }
}

.come-in-left {
    transform: translateX(-300px);
    animation: come-in-left 0.8s ease forwards;
}

.come-in-left:nth-child(odd) {
    animation-duration: 1s;
    /* So they look staggered */
}

@media screen and (max-width: 800px) {
    .tekst_blokken article {
        width: 100%;
        margin: 20px 0;
    }

    .tekst_blokken article h2 {
        line-height: 150%;
        text-align: center;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .tekst_blokken article div {
        text-align: center;
    }
    .verkoop{
        flex-direction: column;
    }

    /* .verkoop article {
        width: 48%;
    } */
    .verkoop&gt;*
{
    flex-direction: column;
    width: 100%;
    margin-right: 0!important;
    height: auto;
}

.verkoop&gt;*:nth-child(2n)
{
	margin-right: 0;
}
.mobileMerk{
    display:block!important;
}
.desktopMerk{
    display:none!important;
}

}

@media screen and (max-width: 1536px) {
    .verhuurtypes-grid {
        grid-template-columns: repeat(2, 400px);
        grid-gap: 16px;
        margin: 0 auto;
        width: max-content;
    }

    .verhuurtypes-content {
        margin: 0px auto;
        width: 400px;
    }
}

@media screen and (max-width: 950px) {
    .occasies article {
        width: 48%;
        margin-bottom: 20px;
    }

    .power_titel {
        font-size: 2em;
    }

    .shopping_cart article:first-of-type {
        display: none;
    }

    .shopping_cart article {
        flex-wrap: wrap;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .shopping_cart article h2 {
        text-align: center;
    }

    .shopping_cart article h3 {
        text-align: center;
    }

    .shopping_cart article .main {
        width: 100%;
    }

    .shopping_cart .sub_article {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .sub_article .aantal {
        padding: 20px 0;
    }

    .sub_article .price {
        padding: 20px 0;
    }

    .sub_article .actions {
        border-left: none;
        padding-left: 0;
    }

    .aanbod_pagina aside {
        width: 300px;
        max-width: 100%;
    }

    .banner .content a {
        padding: 9px 18px;
    }

    .banner {
        padding: 0 50px;
    }

    .banner .img img {
        max-width: 240px;
    }

    .verhuurtypes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .verhuurtypes-content {
        margin: 0px auto 16px auto;
        width: 385px;
    }
}

@media screen and (max-width: 820px) {
    .banner {
        padding: 0 20px;
        margin-top: 130px;
    }
    .mobileNone{
        display:none;
    }
    .banner .img {
        order: 2;
        width: 50%;
    }

    .banner .img img {
        max-width: 100%;
        transform: translateY(-100px);
    }

    .banner .content {
        order: 1;
        margin-left: 0;
    }

    .verhuurtypes-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .verhuurtypes-content {
        margin: 0px auto 16px auto;
        width: 385px;
    }
}

@media screen and (max-width: 800px) {
    .aanbod_pagina {
        flex-wrap: wrap;
    }

    .aanbod_pagina aside {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }

    .aanbod_filter {
        display: none;
    }

    .trending {
        padding: 30px 10px;
    }

    .banner .img img {
        transform: translateY(-100px);
    }

    .banner .content {
        align-items: flex-start;
        -ms-align-items: flex-start;
        text-align: left;
    }

    .team-banner {
        height: initial;
    }

    .page_header&gt;h1 {
        font-size: 30px;
    }

    .page_header&gt;h2 {
        font-size: 14px;
    }

    .page_header_tekst {
        font-size: 16px;
    }
    
}

@media screen and (max-width: 750px) {
	#motorhomes article {
        width: 48%;
		margin: 1%;
    }
	
	#motorhomes article:nth-of-type(4n) {
		margin: 1%;
	}
	
	#motorhomes article:nth-of-type(3n) {
		margin: 1%;
	}
	
	#motorhomes article:nth-of-type(2n) {
		margin-right: 0;
	}
	
	#motorhomes article:nth-of-type(1n) {
		margin: 1%;
	}
	
    .menu&gt;nav ul a {
        font-size: 50px;
        font-weight:400;
    }

    .progressbar li {
        font-size: .9em;
    }

    .webshop-form .textField,
    .webshop-form .emailField {
        width: 100%;
    }

    .controle_product {
        width: 100%;
    }

    .vragen article h2 {
        font-size: 1em;
    }

    .vragen article div {
        font-size: .9em;
    }

    .fullscreen_slider .content {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .fullscreen_slider .content h2 {
        margin: 0 auto 25px auto;
        font-size: 3em;
    }

    .fullscreen_slider .content .cta a {
        padding: 10px 15px;
    }

    .fullscreen_slider .images img {
        height: 50vh;
    }
}

@media screen and (max-width: 700px) {
    .days-openings {
        margin-top: 10px;
    }

    .trending {}

    .trending_kaart {
        padding: 25px 15px;
    }

    .power_titel {
        font-size: 22px;
    }

    .breadcrum {
        font-size: 14px;
    }
    .contact_split{
        flex-direction: column;
    }
    .contact_split div {
        width:100%!important;
        padding-left:9%;
    }
    .blauwVlakContact {
        display:none!important;
    }
}

@media screen and (max-width: 650px) {
    .occasies article {
        width: 100%;
    }

    .occasies&gt;div {
        width: 95%;
    }

    .gegevens {
        padding: 20px 10px;
        flex-wrap: wrap;
    }

    .gegevens&gt;div {
        width: 100%;
        margin-bottom: 30px;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .banner .img img {
        transform: translateY(-80px);
    }

    .gegevens h2 {
        font-size: 18px;
    }

    .gegevens p {
        font-size: 16px;
    }
}

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




    .openingsuren .days-openings&gt;* {
        width: 50%;
        text-align: center;
    }

    .openingsuren .days-openings&gt;* p {
        text-align: center;
    }

    .openingsuren .days-openings br {
        display: block !important;
    }

    .openingsuren .days-openings&gt; :nth-child(n+3) {
        margin-top: 15px;
    }

    .PL_Wrapper {
        right: 10px;
    }

    .logo {
        width: 200px;
    }

    .home_content&gt;div {
        height: auto;
    }

    .page_header&gt;h1 {
        font-size: 30px;
    }

    .page_header_tekst {
        font-size: 1.2em;
    }

    .trending_kaart h2 {
        font-size: 1.2rem;
    }

    .trending_tekst p {
        font-size: 0.9rem;
    }

    /* .verkoop article {
        width: 99%;
    } */
    
    .verhuurtypes-legende tr {
        display: block;
    }
    
    .verhuurtypes-legende td {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 570px) {
    .PL_Wrapper {
        right: 10px;
    }

    .product button {
        width: 190px;
    }

    .product .aantal input {
        width: 97px;
    }

    .product .eenheid select {
        width: 190px;
    }
    .verhuurtypes-legende{
        display:none;
    }
    .mobilesColums{
        display: flex;
        flex-direction: column;
        text-align: center;
        color: white;
        font-size: 1.2rem;

        padding: 14px;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 1%;
    }
    .mobilesColumsSmall{
        margin-bottom: 3%;
    }
    .verhuurtypes-legende-section{
        width:auto;
    }
    #typemobilones{
        display:flex;
        flex-direction: column;
        
    }
    .verhuurtypes-legende-titel{
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
  
    .banner {
        padding: 0 10px;
        flex-direction: column;
        margin-top: 60px;
    }



    .banner .img {
        order: 1;
        display: inline-flex;
        justify-content: flex-end;
        align-items: flex-end;
        -ms-align-items: flex-end;
        width: 100%;
    }

    .banner .img img {
        transform: translateY(-40px);
        width: 45%;
    }

    .banner .content {
        order: 2;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 0px;
        padding-bottom: 00px;
        padding-top: 0;
        width: 100%;
        transform: translateY(-75px);
    }

    .banner .content div {
        max-width: 100%;
        font-size: 17px;
    }

    .banner .content h2 {
        font-size: 1.3em;
    }

    .banner .content a {
        font-size: 15px;
        padding: 7px 15px;
    }

    .disclaimer {
        font-size: 12px;
    }
    div.instagram_post:nth-child(3){
        display:none;
    }
    div.instagram_post:nth-child(1){
        display:none;
    }
    .instagram_feed .instagram_post{
        width:100%;
        margin-bottom:3%;
        height: 400px;
    }
}

@media screen and (max-width: 500px) {
	#motorhomes article {
		margin: 1%;
        width: 98%;
    }
	
	#motorhomes article:nth-of-type(4n) {
		margin: 1%;
	}
	
	#motorhomes article:nth-of-type(3n) {
		margin: 1%;
	}
	
	#motorhomes article:nth-of-type(2n) {
		margin: 1%;
	}
	
	#motorhomes article:nth-of-type(1n) {
		margin-right: 0;
	}
	
    .PL_Buttons a {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
    .verhuurtypes-link{
        color:#d6171e;
    }
    .PL_Buttons {
        flex-wrap: wrap;
    }
.mobileContact{
    text-align: center;
}
    .product {
        width: 98%;
    }



    .MobileOpening{
        display:flex!important;
    }
    .notMobileOpening{
        display:none;
    }
    .uptop {
        bottom: 52px;
    }

    .product .eenheid select {
        width: 100%;
        max-width: 100%;
    }

    .product .aantal {
        width: 100%;
        margin: 0;
        padding: 10px;
    }

    .product .aantal input {
        width: 100%;
    }

    .product button {
        width: calc(100% - 20px);
        margin: 0 10px;
        margin-bottom: 10px;
    }

    .banner .content h2 {
        font-size: 25px;
        font-weight: 600;
    }

 
    #hestagsWords{
        display:none;
    }

}

@media screen and (max-width: 450px) {
    .res-menu_buttons a {
        padding: 15px 25px;
        margin-right: 10px;
        font-size: 13px;
    }

    .navigatie {
        padding: 10px 5px;
    }

    .disclaimer {
        font-size: 10px;
    }
    .main-title {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 400px) {
    .banner .content h2 {
        font-size: 20px;
    }

    .res-menu_buttons a {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .trending_kaart {
        width: 90%;
    }
}

@media screen and (max-width: 380px) {
    .trending_kaart {
        width: 100%;
    }
}
/*! jQuery UI - v1.10.4 - 2014-01-28
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&amp;fwDefault=normal&amp;fsDefault=1.1em&amp;cornerRadius=4px&amp;bgColorHeader=cccccc&amp;bgTextureHeader=highlight_soft&amp;bgImgOpacityHeader=75&amp;borderColorHeader=aaaaaa&amp;fcHeader=222222&amp;iconColorHeader=222222&amp;bgColorContent=ffffff&amp;bgTextureContent=flat&amp;bgImgOpacityContent=75&amp;borderColorContent=aaaaaa&amp;fcContent=222222&amp;iconColorContent=222222&amp;bgColorDefault=e6e6e6&amp;bgTextureDefault=glass&amp;bgImgOpacityDefault=75&amp;borderColorDefault=d3d3d3&amp;fcDefault=555555&amp;iconColorDefault=888888&amp;bgColorHover=dadada&amp;bgTextureHover=glass&amp;bgImgOpacityHover=75&amp;borderColorHover=999999&amp;fcHover=212121&amp;iconColorHover=454545&amp;bgColorActive=ffffff&amp;bgTextureActive=glass&amp;bgImgOpacityActive=65&amp;borderColorActive=aaaaaa&amp;fcActive=212121&amp;iconColorActive=454545&amp;bgColorHighlight=fbf9ee&amp;bgTextureHighlight=glass&amp;bgImgOpacityHighlight=55&amp;borderColorHighlight=fcefa1&amp;fcHighlight=363636&amp;iconColorHighlight=2e83ff&amp;bgColorError=fef1ec&amp;bgTextureError=glass&amp;bgImgOpacityError=95&amp;borderColorError=cd0a0a&amp;fcError=cd0a0a&amp;iconColorError=cd0a0a&amp;bgColorOverlay=aaaaaa&amp;bgTextureOverlay=flat&amp;bgImgOpacityOverlay=0&amp;opacityOverlay=30&amp;bgColorShadow=aaaaaa&amp;bgTextureShadow=flat&amp;bgImgOpacityShadow=0&amp;opacityShadow=30&amp;thicknessShadow=8px&amp;offsetTopShadow=-8px&amp;offsetLeftShadow=-8px&amp;cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}</pre></body></html>