html, body{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;	
    color: #000;
    overflow-x: hidden;
}
html {
	position: relative;
	min-height: 100%;
}
body {
    /* Margin bottom by footer height */
	margin-bottom: 250px;
}
h1,h2,h3,h4,h5,h6{
	color: #3F1857;
	font-family: 'Cabin Sketch', serif;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
a, .pink {
	color: #C72368;
}
.whatsapp {
    float: right;
    margin-top: 10px;
    background-color: #C72368;
    border-color: #C72368;
}
.whatsapp:hover, .whatsapp:focus, .whatsapp:active {
	background-color: #f2aec8;
	border-color: #C72368;
}

/* Tekst in tabel */
td, th {
	color: #000000;
	text-decoration : none;
	text-align: left;
	vertical-align: top;
}
th {
	font-weight: bold;
	vertical-align: bottom;	
}
td img {
	margin-right: 10px;
}
hr {
	color: #bcbcbc;
	height: 1px;
}

.content {
    padding: 30px 10px;
    display: inline-block;
	width: 100%;
}

/* Topbar */
.topbar {
	box-shadow: 0px 5px 10px -6px rgba(85,85,85,1);
	-webkit-box-shadow: 0px 5px 10px -6px rgba(85,85,85,1);
	-moz-box-shadow: 0px 5px 10px -6px rgba(85,85,85,1);
	position: relative;
	z-index: 1;
}
img {
    max-width: 100%;
}
.center {
	text-align: center;
}
.logo-image {
    margin: 5px;
    max-width: 250px;
}
.extra-margin {
    margin-bottom: 115px;
}
/* Menubar */
#menubalk {
	border-width: 0;
	border-style: solid;
	border-color: transparent;
}
.menubar{
	box-shadow: 0px 5px 10px -6px rgba(85,85,85,1);
	-webkit-box-shadow: 0px 5px 10px -6px rgba(85,85,85,1);
	-moz-box-shadow: 0px 5px 10px -6px rgba(85,85,85,1);
	position: relative;
	height: 40px;
	z-index: 1;
}
.navbar {
    background-color: white;
}

/* Header */
.hoofdmenu-image {
    padding: 0px;
    margin-top: -10px;
}
.content h1{
	text-align: center;
	font-size: 50px;
	padding: 5px;
}

/* BULLETS */
.hesperiden.tp-bullets {
    left: 95% !important;
}
.hesperiden.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
    border-radius: 8px;
}
.hesperiden .tp-bullet {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ffffff55;
    border: none;
    border-radius: 0px;
}
.hesperiden .tp-bullet:hover  {
    background: #ffffff;
}
.hesperiden .tp-bullet.selected {
    background: #C72368;
}

/* Nieuw binnen carrousel */
#relatedinfo1 {
    margin-top: 50px;
}
.relatedinfo1 {
	border-top: 1px dotted #515e5e;
	padding: 20px;
	margin-bottom: 50px;
	text-align: center;
}
.relatedinfo1-titel {
	background: #fff;
	color: #515e5e;
	font-weight: bold;
	display: table;
	padding: 0 30px;
	margin: -60px auto 20px;
}
.relatedinfo1-content {
	background: #f9e9ef ;
	padding: 40px 10px 0px 10px;
}
.relatedinfo1-button {
	box-shadow: 0px 0px 4px #00000029;
	display: inline-block;
	background: #ffffff;
	padding: 10px 30px;
	margin-top: -35px;
	position: relative;
	width: auto;
	border-radius: 45px;
}
.relatedinfo1-button a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.relatedinfo1 .slick-prev {
	position: absolute;
	bottom: 50%;
	left: -70px;
	background-image: url(afbeeldingen/arrow_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	height: 20px;
	width: 70px;
}
.relatedinfo1 .slick-next {
	position: absolute;
	bottom: 50%;
	right: -70px;
	background: url(afbeeldingen/arrow_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	height: 20px;
	width: 70px;
}

/* Populair carrousel */
.relatedinfo2 {
	border: 1px dotted #CF786F;
	padding: 20px;
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
}
.relatedinfo2-titel {
	background: #fff;
	color: #CF786F;
	display: table;
	padding: 0 30px;
	margin: -60px auto 45px;
}
.relatedinfo2-button {
    background-color: #fff;
	font-size: 20px;
	overflow: hidden;
	line-height: 18px;
	margin: 10px auto;
	text-align: center;
    box-shadow: 0px 0px 4px #00000029;
	display: table;
	padding: 10px 30px;
	margin-bottom: -35px;
	position: relative;
	width: auto;
	border-radius: 45px;
}
.relatedinfo2-button a {
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
}
.caption {
	margin-top: 15px;
}
.relatedinfo2 .slick-prev {
	position: absolute;
	bottom: 50%;
	left: -20px;
	background-image: url(afbeeldingen/arrow_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	height: 20px;
	width: 70px;
}
.relatedinfo2 .slick-next {
	position: absolute;
	bottom: 50%;
	right: -20px;
	background: url(afbeeldingen/arrow_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	height: 20px;
	width: 70px;
}

/* Footer Styles*/
.dashedfooter{
	border-top: 3px dashed #E0E0E0;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 250px;
}
footer a { 
    color: #4a4a49;
}
footer ul {
    list-style-type: none;
}
.footer{
	box-shadow: 0px 0px 6px #00000029;
	padding: 1px;
}
.facebook img {
	position: absolute;
	bottom: 0;
	width: 30px;
	margin-left: 20px;
}
.instagram img {
	position: absolute;
	bottom: 0;
	width: 30px;
	margin-left: 60px;
}
.pinterest img {
	position: absolute;
	bottom: 0;
	width: 30px;
	margin-left: 100px;
}
.copyright {
	margin: 5px;
	text-align: center;
}

/* Media Queries */
@media(max-width:767px) {
	body{
		margin-bottom: 0px;
	}
	footer {
		height: auto;
        position: relative;
	}
    .footer ul{
        margin-top: 10px;
        padding: 0px !important;
    }
	.copyright {
		text-align: center;
		font-size: 12px;
	}    
}
.new-line {
    display: none;
}
.dropdown-menu {
    border-radius: 0;
}

@media screen and (pointer: fine) {
	/* .navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; } */
    .dropdown-toggle {
        pointer-events: none;
    }
    .nav-item-custom1:hover .dropdown-menu-custom1 {
        display: block;
    }
    .nav-item-custom2:hover .dropdown-menu-custom2{
        /* display: contents; */
        display: block;
        left: 100%;
        top: 0;
    }

    .nav-link:hover {
        background-color: #00000015;
    }
    .text-bg-danger:hover {
        background-color: #7b2029 !important;
    }
    
}

/* MEDIA QUERIES */
@media screen and (max-width: 1199px) {
	#menubalk {
		height: 60px;
        background-color: transparent;
	}
    .menubtn {
        float: right !important;
    }
}

@media screen and (max-width: 991px) {
    #menubalk {
        box-shadow: none;
	}
}
@media screen and (max-width: 767px) {
    .topbar {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .navbar-toggler {
        width: 100%;
        border: none;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-nav {
        width: 100%;
    }
    .dropdown-menu {
        border: none;
    }
    .nav-link {
        padding-left: 10px;
    }
    a.nav-link.dropdown-toggle::after {
        content: "+";
        /* background-color: white; */
        border: none;
        vertical-align: 0;
    }
    .dropdown-menu-custom1 {
        margin-left: 10px;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .dropdown-menu-custom2 {
        margin-left: 10px !important;
    }
    .new-line {
        display: block;
    }
	.content h1{
		font-size: 25px;
	}
}

