/*
Theme Name: Rolkoffertje
Theme URI: https://www.clickme.nl
Author: CM
Author URI: https://www.clickme.nl
Description: Koffer theme
Version: 1.1.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

*/
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;600;800&display=swap');
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label, fv, legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

html,body {
    scroll-behavior: smooth;	
    font-weight: 400;	
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body {
    font-family: 'Karla',sans-serif;
    font-size: 14px;
    background: #f5f9ff;
}
h1,h2,h3,h4,h5 {
font-weight: 800;
}
del {
    color: #727272;
    margin-left: 5px;
    font-size: 15px;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.defaultbg {
    background: #0f2958;
}
.primarybg {
background: #33ad52;
}
.greybg {
    background: #f9f9f9;
}
.bgwhite {
background: white;
}
.bordertop {
border-top: 1px solid #e3e3e3;	
}
.borderbottom {
border-bottom: 1px solid #e3e3e3;	
}
.white {
color: white;
}
.tabshow {
display: none;
}
.img-responsive {
max-width: 100%;
height: auto;
}
.roundimage{
	border-radius: 10px;
}
.head1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 31px;
    display: block;
}
.head2 {
    font-size: 20px!important;
    font-weight: 800;
    line-height: 30px;
    display: block;
}
.head3 {
    font-size: 18px!important;
    font-weight: 800;
	display: block;
}
.head5 {
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}
.head5 a {
    font-weight: bold!important;
    padding-left: 0px;
    display: block;
    margin-left: -8px!important;
}
.undertitle {
    padding: 5px 0px 0px 0px;
    display: block;
    font-size: 16px;
}
.basicmargin {
    margin: 60px 0px;
}
.basicpadding {
    padding: 60px 0px;
}
.basicpadding40 {
    padding: 40px 0px;
}
.basicpadding30 {
    padding: 30px 0px;
}
.basicpadding20 {
    padding: 20px 0px;
}
.basicpadding10 {
    padding: 10px 0px;
}
.basicpadding0 {
    padding: 0px 0px;
}
.paddingtop30 {
    padding-top: 30px;
}
.paddingtop20 {
    padding-top: 20px;
}
.paddingbottom30 {
    padding-bottom: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-40 {
    margin-bottom: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.paddingbottom20 {
    padding-bottom: 20px;
}
.paddingbottom10 {
    padding-bottom: 10px;
}
.paddingbottom0 {
    padding-bottom: 0px;
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.breadcrumbs a {
    text-decoration: none;
    color: #ff7800;
}
.desktop-hide {
	display: none!important;
}
/* Start product */

.product {
    background: white;
    padding: 15px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}
.productaanbieder {
    margin-bottom: 10px;
    display: inline-block;
    color: #a9a9a9;
    border-radius: 2px;
    font-size: 12px;
	display: block;
}
.product h3::first-letter {
    text-transform: uppercase;
}
.product h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    display: inline-block;
    font-weight: bold;
    text-transform: lowercase;
    font-size: 16px;
}
.product:hover {
    border-bottom: 2px solid #e4e4e4;
}
.product a {
    color: black;
    text-decoration: none;
}
.product-img {
    text-align: center;
}
.product-img img {
    height: 200px;
    width: auto;
    object-fit: contain;
}
.productprijs {
    margin-top: 10px;
}
.product:hover .product-img img {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
span.product-price-tickr {
    background: #292faa;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 10px;
}
del {
    color: #727272;
    margin-left: 5px;
    font-size: 15px;
}
/* Start content */
.entry-content h2 {
    margin-bottom: 5px;
    font-size: 18px;
}
.entry-content h3 {
    margin-bottom: 5px;
    font-size: 18px;
}
.entry-content p {
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 24px;
}
.entry-content img {
    border-radius: 4px;
}
.entry-content li {
    margin-bottom: 10px;
    font-size: 16px;
    padding-bottom: 0px;
    line-height: 24px;
}
.entry-content ul, .entry-content ol {
    list-style-position: inside;
    padding-left: 0;
    font-size: 16px;
}
.entry-content em {
    font-size: 18px;
    font-style: italic;
}
.entry-content a {
    color: #292faa;
    text-decoration: none;
}
span.spacer-head {
    display: block;
    padding: 14px;
}
/* Einde content */


/* Start form  */
.gfield input, .gfield textarea {
    background: #efefef;
    border: 1px solid #efefef;
}
.gform_footer input {
    background: #33ad52;
    border: 0px;
    padding: 14px 30px;
    height: 50px;
    font-weight: bold;
    color: white;
	font-family: 'Karla', sans-serif;
}
/* Start zoeken  */
.mobilemenu i {
    position: relative;
    top: 1px;
    cursor: pointer;
}
.zoekenformulier {
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 999;
    margin-top: 15px;
}
.zoekenformulier .fabutton {
    position: absolute;
    top: 15px;
}
.zoekfunctie {
    margin-top: 5px;
}
form.search-form {
    position: relative;
}
input[type=search] {
    -webkit-appearance: none;
}
input.search-field {
    border: 2px solid #e4e4e4;
    border-radius: 2px;
    padding: 11px 5px 12px 18px;
    position: relative;
    width: 100%;
    border-radius: 8px;
    font-size: 18px;
    font-family: 'Karla',sans-serif;
}
.fabutton {
    background: none;
    padding: 0px;
    border: none;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #000000;
    font-size: 17px;
}
.zoekfunctie button {
    right: 10px;
    padding: 5px;
    background: none;
    border: none;
    color: #000000;
    border-radius: 4px 4px 4px 4px;
    font-size: 19px;
}
.zoekfunctie .fa-search {
    position: absolute;
    top: 9px;
    right: 3px;
    cursor: pointer;
}

/* Start menu */
.menu a {
	text-decoration: none;
	font-weight: 800;
	display: inline-block;
    color: black;
    padding: 10px 15px;
}
.menu a:hover {
    color: #dd1512;
}
.dropdown-content a:hover {
color: black!important;
background: #f3f3f3;
border-radius: 3px;
}
.navbar {
  overflow: hidden;
}
.dropdown {
display: inline-block;
}
span.menu_all a {
    display: inline-block;
    margin-top: 10px;
    background: #f1f1f1;
    border-radius: 2px;
}
.dropdown .dropbtn {
    border: none;
    outline: none;
    font: inherit;
    margin: 0;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    color: #000;
    padding: 17px 15px;
}
.navbar a:hover, .dropdown:hover .dropbtn {
color: #dd1512;
}
.dropbtn::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    color: #000000;
    font-size: 10px;
    margin-left: 8px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  left: 0;
  z-index: 99999;
text-align: left;
}
.dropdown-content li {
    list-style: none;
}
span.menuhead {
    font-weight: bold;
    display: block;
    margin-left: 6px;
    margin-bottom: 9px;
}
.dropdown-content a {
    display: inline-block;
    padding: 4px 6px!important;
    font-weight: 300;
    margin-bottom: 6px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.all a {
    background: #f3f3f3;
    border-radius: 3px;
    padding: 4px 0px 5px 0px;
}
.all a:hover{
background: #071637;
color: white!important;
}
.dropdown:hover {
	cursor: pointer;
}
.menu {
    font-size: 16px;
    display: inline-block;
}
.aanbiedingen {
    display: inline-block;
    margin-left: 15px;
}
.aanbiedingen a {
    background: #ec6225;
    color: white;
    padding: 11px 25px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: 0 4px 3px -2px #8080808f;
}
/* Einde menu */


/* Begin modal */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-open .modal-body .filter-button {
    margin-top: 20px;
    position: fixed;
    bottom: 15px;
    width: 97%;
    display: block;
    margin-left: -10px;
    margin-right: 0px;
}
.modal-open .filter-button i.fa.fa-filter {
    margin-right: 10px;
}
.modal-content {
    background: white;
}
.modal-title {
    font-size: 16px;
    padding: 15px 20px;
}
.modal-header {
    border: 1px solid #e9e9e9;
    background-color: #FAFAFA;
    position: relative;
}
.btn-demo i {
    margin-right: 6px;
    font-size: 14px;
}
.btn-demo {
    padding: 10px 15px;
    border-radius: 0;
    font-size: 15px;
    background-color: #ec6225;
    border: 0px;
    color: white;
    font-weight: bold;
    font-family: 'Karla',sans-serif;
    cursor: pointer;
    border-radius: 3px;
}
button.close {
    position: absolute;
    right: 10px;
    background: white;
    font-size: 24px;
    padding: 2px 10px;
    cursor: pointer;
    top: 8px;
    border: 1px solid #cbcbcb;
}
.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%!important;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
.modal.left.fade.in .modal-dialog {
    left: 0;
    box-shadow: 5px 0 5px -5px #cfcfcf;
    border-right: 1px solid #e0e0e0;
}
 

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}

.btn-demo:focus {
	outline: 0;
}


/* Begin home */

.header-center {
    padding: 10px 0px 15px 0px;
}
header {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}
.headerimage {
    position: relative;
}
img.floatingplane {
    position: absolute;
    top: -30px;
    left: 15px;
}
.bekijkalle i {
    margin-right: 10px;
}
.bekijkalle a {
    background: #f8601d;
    padding: 10px 15px;
    display: inline-block;
    font-size: 18px;
    color: white;
    border-radius: 22px;
    margin-top: 6px;	
}
.directnaar li a {
    color: black;
  padding: 10px 15px;
    background: white;
    border-radius: 24px;
    border: 1px solid #e4e4e4;	
}
.directnaar li {
    display: inline-block;
    margin-right: 12px;
    margin-top: 12px;	
}
/* Box met afgeronde hoeken home */
.roundboxhome {
    background: #292faa;
    border-radius: 20px;
    padding: 20px 20px 35px 20px;
    color: #fff;
    position: relative;
}
.roundboxhome-img img {
    position: absolute;
    top: -80px;
}
.shortcuts li a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    background: #292faa;
    border-radius: 24px;
    border: 1px solid #f8601d;
    font-size: 15px;
    display: block;
}
.shortcuts li {
    margin-right: 12px;
    margin-top: 12px;
    display: inline-block;	
	list-style: none;
}

@media (max-width: 768px) {
.roundboxhome-img img {
    top: 155px;
    right: -12px;
}
}
/* Begin social */


i.fab.fa-whatsapp {
    color: #25d366;
}
.social i {
    font-size: 20px;
}
i.fas.fa-envelope {
    color: #071637;
}

/* Begin blog */
.trip {
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #e4e4e4;
    border-top: 0;
    border-radius: 0px 0px 20px 20px;
}
.trip-img ul.post-categories {
    position: absolute;
    z-index: 24;
    top: 10px;
    margin-left: 10px;
}
ul.post-categories li a {
    color: white;
    text-decoration: none;
}
ul.post-categories li {
    position: relative;
    background: #292faa;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 23px;
}
.blog-title {
    padding: 20px 0 5px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    min-height: 40px;
}
.blog-title a {
    color: black;
    text-decoration: none;
}
.blogpost img {
	max-width: 100%;
	height: auto;
}
.trip-img {
    overflow: hidden;
    position: relative;
    height: 210px;
    border-radius: 20px 20px 0px 0px;
}
.trip-img img {
   object-fit: cover;
   width: 100%;
   height: 210px;	
}
.scale img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;	
}
.scale img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
/* Start filter ! */
.searchandfilter ul li {
    list-style: none;
    display: block;
    margin: 0;
    position: relative;
    background: #fff;
    padding: 15px!important;
    border: 1px solid #e0e0e0!important;
    margin-bottom: 20px!important;
}
.searchandfilter ul li li {
    border: 0px!important;
    margin-bottom: 0px!important;
    padding: 6px 0px!important;
}
.searchandfilter ul ul {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 10px!important;
}
.searchandfilter .meta-slider {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 15px;
    max-width: 170px;
}
/* Start category ! */
.category-filter span {
    display: block;
}
.category-filter a {
    display: inline-block;
    padding: 10px 15px;
    background: #000000;
    margin-right: 10px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
}
/* Start Filter (overzichtspagina) ! */
.sortby {
    text-align: left;
    margin-top: 20px;
    background-color: #fdfdfd;
    border-radius: 5px;
    padding: 5px;
    padding-left: 15px;
    margin-bottom: 20px;
    border: 1px solid #e0dfdf!important;
    overflow: hidden;
}
li.sf-field-search input {
    width: 100%!important;
}
.searchandfilter .noUi-connect {
    background-color: #ec6225!important;
}
.searchandfilter select.sf-input-select {
    min-width: 170px!important;
    background: white!important;
    border: 1px solid #cac1c1!important;
    padding: 10px!important;
    padding-left: 10px!important;
    padding-right: 20px!important;
    margin-right: 10px!important;
    font-size: 15px;
}
.sortby .searchandfilter h4 {
  display: none!important;
}
.sortby .sf-field-tag {
    display: none!important;
}
.searchandfilter select.sf-input-select {
    min-width: 170px;
    width: auto!important;
    width: 100%!important;
}
.filter-button {
    background: #ff7800;
    padding: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: white;
    border-radius: 4px;
    border: 0px;
    font-family: 'Karla',sans-serif;
}
.filter-button:hover {
	color: white!important;
}
li.sf-field-post-meta-product_prijs {
    font-size: 15px!important;
}
.modal-body .filter-button {
    margin-top: 20px;
}
/* Eind Filter (overzichtspagina) ! */


/* Start Sidenav ! */

	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
/* Einde Sidenav ! */

/* Start zoeken ! */

#zoekenformuliertonen {
    display: block;
    padding: 15px;
    border-right: 1px solid #e4e4e4;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
}

/* Start footer ! */
.site-signature a {
    color: black;
    text-decoration: none;
}
.footer-title {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
}
footer ul {
    margin-bottom: 40px;
}
footer li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 15px;
}
footer a {
    text-decoration: none;
    color: #292faa;
}
.bekijkmagazine a {
    color: black;
}
.bekijkmagazine i {
    margin-right: 8px;
    color: black;
}
@media (max-width: 991px) {
.tabhide {
display: none;
}
.tabshow {
display: block
}
.zoeken {
    display: inline-block;
}	
.zoekfunctie {
display: none;
}
.dropdown-content {
display: block;
margin-top: 36px;	
}
.mobilemenu {
    display: inline-block;
    font-size: 22px;
    margin-left: 10px;
}
.menu .col-6.col-md-3 {
    margin-bottom: 30px;
}	
}
@media (max-width: 768px) {
.head1 {
    font-size: 20px;
}
	.mobhide {
		display: none;
	}
.headerimage img.roundimage {
    max-height: 190px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}	
.homeheader .basicpadding {
    padding-top: 25px;
}
img.floatingplane {
    top: -15px;
    width: 48px;
}	
}