html, body{
	font-family: "Lato", serif;
	font-weight: 400;
	font-style: normal;
    font-size: 18px;	
    color: #000;
    overflow-x: hidden;
}
html {
	position: relative;
	min-height: 100%;
}
body {
    /* Margin bottom by footer height */
	margin-bottom: 195px;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Lobster", serif;
	color: #c90c0f;
}
h1 {
	font-size: 35px;
	font-weight: normal;
}
h2 {
	font-size: 30px;
    font-weight: normal;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
a {
	color: #c90c0f;
}


/* 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 {
	clear: both;
}
.content {
    padding: 30px 0;
    display: inline-block;
	width: 100%;
}

/* Topbar */
.headerbalk {
	display: block;
}
.topbar {
	position: relative;
	z-index: 1;
}
img {
    max-width: 100%;
	height: auto !important;
}
.center {
	text-align: center;
}
.logo-image {
    margin: 30px;
    max-width: 250px;
}
.extra-margin {
    margin-bottom: 115px;
}
/* Menubar */
#menubalk {
	border-width: 0;
	border-style: solid;
	border-color: transparent;
}
.menubar{
	position: relative;
	height: 40px;
	z-index: 1;
}
.navbar {
    background-color: white;
}

/* Header */
.hoofdmenu-image {
    padding: 0px;
    margin-top: -10px;
}

/* 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: #c90c0f;
}

/* Nieuw binnen carrousel */
#relatedinfo1 {
    margin-top: 50px;
}
.relatedinfo1 {
	border-top: 1px dotted #c90c0f;
	padding: 20px 0;
	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: #06ae01;
	color: #ffffff !important;
	padding: 40px 0px 0px 0px;
}
.relatedinfo1-content * {
	color: #ffffff !important;
}
.relatedinfo1-button {
	box-shadow: 0px 0px 4px #56a73229;
	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;
}
/* Related3: Foto links - tekst rechts */
#relatedinfo3 {
	margin-bottom: 60px;
}
.relatedinfo3 {
	background: rgba(232,194,90,0.5);
	padding: 0px;
	line-height: 1.5em;
}
.relatedinfo3-bg {
	flex: 1;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}
.relatedinfo3-content {
	vertical-align: top;
	color: #515E5E;
	text-decoration: none;
	padding: 75px;
}
.relatedinfo3-button, .relatedinfo4-button {
	position: relative;
	text-align: center;
}
.button {
	box-shadow: 0px 0px 4px #c90c0f99;
	background-color: #c90c0f;
	padding: 10px 30px;
	margin-top: 20px;
	width: auto;
	border-radius: 45px;
	display: inline-block;
}
.button:hover {
	background-color: transparent;
}
.button a {
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
}
.button:hover a {
	color: #c90c0f;
}


/* Related4: Foto rechts - tekst links */
#relatedinfo4 {
	margin-bottom: 60px;
}
.relatedinfo4 {
	background: rgba(232,194,90,0.5);
	padding: 0px;
	line-height: 1.5em;
}
.relatedinfo4-bg {
	flex: 1;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}
.relatedinfo4-content {
	vertical-align: top;
	color: #515E5E;
	text-decoration: none;
	padding: 75px;
}
/* RECEPTEN */
/* Overzicht */
.recept {
	overflow: hidden;
}
.recept h3, .recept h4 {
	font-family: "Lato", serif;
}
.recept h4 {
	padding: 0px;
}
.recept hr {
	height: 8px !important;
	border-top: 3px solid #2c3d68;
}
.receptnodig, .receptbereiding {
	padding: 0 10px 10px 10px; 
}
.receptbereiding .prep {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
			line-clamp: 4;
	-webkit-box-orient: vertical;
}
.receptimg {
	background-size: cover;
	width: 250px;
	height: 250px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}
.receptnodig .ingr {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7; /* number of lines to show */
			line-clamp: 7;
	-webkit-box-orient: vertical;
}
.payoff {
	margin: 10px 0;
}

/* Recept */
.recepten_recipe {
	margin-bottom: 20px;
}
.recepten_recipe_top_bar {
	margin: -5px 0px 10px;
}
.recepten_recipe_top_bar .recipe-placed {
	font-style: italic;
	float: right;
}
.recepten_recipe_image {
    text-align: right;
}
.recepten_recipe_message {
	padding-top: 10px;
}

@media screen and (min-width:1240px) {
	.row-recept {
		display: flex;
		height: 350px;
	}
	.receptnodig, .receptimg, .receptbereiding {
		flex: 1;
	}
	.receptnodig {
		float: left; 
		overflow-y: hidden; 
	}
	.receptbereiding {
		clear: none;
		float: left; 
		overflow-y: auto;
	}	
	.ingr, .prep, .payoff {
		padding: 0px 10px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1239px) {
	.row-recept {
		display: flex;
		height: 350px;
	}
	.receptnodig, .receptimg, .receptbereiding {
		flex: 1;
	}
	.ingr, .prep, .payoff {
		padding: 0px 10px;
	}
	.receptimg {
		width: 225px;
		height: 225px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.ingr, .prep, .payoff {
		padding: 0px 10px;
	}	
}
@media screen and (max-width: 767px) {
	.receptimg {
		margin-top: 15px !important;
	}
	.recepten_recipe_image {
		text-align: left;
	}
}

/* Footer Styles*/
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 195px;
	background-color: #2c3d68;
}
footer * { 
    color: #ffffff !important;
	font-size: 16px;
}
footer ul {
    list-style-type: none;
}
.footer {
	padding: 20px;
	background-color: #2c3d68;
}
.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 {
	padding: 10px 0;
	text-align: center;
	background-color: #56a732;
}

/* Override defaults */
.btn-primary {
    color: #fff;
    background-color: #c90c0f;
    border-color: #c90c0f;
}

.btn-primary:hover {
    color: #fff;
    background-color: #56a732;
    border-color: #56a732;
}

/* 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;
    }
	.relatedinfo3-content, .relatedinfo4-content {
		padding: 50px;
	}
}

@media screen and (max-width: 991px) {
    #menubalk {
        margin-top: -25px;
	}
	nav ul a, nav ul li a, nav ul li ul a {
		padding: 10px !important;
	}
	.relatedinfo3-bg, .relatedinfo4-bg {
		min-height: 400px;
	}
	.relatedinfo3-content, .relatedinfo4-content {
		padding: 40px;
	}	
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 24px;
	}
    .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;
    }
	.relatedinfo3-content, .relatedinfo4-content {
		padding: 20px;
	}
}
@media screen and (min-width: 992px) {
	.menubar {
		margin-top: 50px;
	}
	.flex {
		display: flex;
	}
	.pull-right {
		float: right;
	}
	.pull-left {
		float: left;
	}
}
