* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	position: relative;
	overflow-y: scroll;

	background: url('/static/static_images/body_bg.png') repeat-x top center;
	background-color: #D7E9E7;

	font-family: 'Lato', sans-serif;
	font-size: 13px;

	min-height: 100%;

	width: 100%;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

#background {
	position: absolute;

	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	background: url('/static/static_images/background.png') no-repeat top center;
}

#container {
	position: relative;
	width: 970px;

	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */

	margin: 0 auto;
}

header {
	position: relative;

	height: 140px;
}

nav#top {
	position: absolute;

	top: 0;
	right: 6px;

	height: 24px;
	padding-top: 4px;

	min-width: 50px;

	background-color: #00678F;
	color: white;

	text-transform: uppercase;

	font-weight: bold;

	line-height: 20px;
}

nav#top a {
	text-decoration: none;
	color: white;

	border-left: 1px solid #80ABBC;
}
nav#top a:hover {
	color: #F89C51;
}

nav#top div {
	display: inline-block;

	padding: 0 10px;
}

nav#top div, nav#top a {
	padding: 0 10px;
}

nav#top img {
	vertical-align: -10%;
}

#logo {
	position: absolute;

	top: 43px;
	left: 10px;
}

nav#menu {
	position: absolute;

	top: 67px;

	right: 0;
}

nav#menu a {
	float: left;

	margin: 0 15px;

	font-size: 13px;
	font-weight: bold;
	color: #00678F;

	text-decoration: none;
	text-transform: uppercase;
}

nav#menu a:hover, nav#menu a.selected {
	color: #F89C51;
}

nav#menu a.selected {
	background: url('/static/static_images/menu_active_bg.png') no-repeat bottom center;
}

#slider {
	position: relative;

	margin-top: 30px;
	margin-left: 187px;

	width: 756px;
	height: 303px;

	border: 10px solid white;

	opacity: 0.8;

	overflow: hidden;
}

#slides {
	width: 756px;
	height: 303px;

}

#slides .slide {
	width: 756px;
	height: 303px;

	display: block;
	position: relative;

	background-color: yellow;
	overflow: hidden;
}

#slides .slide img {
	width: 756px;
	height: 303px;
	object-fit: cover;
}

#slides .slide span {
	position: absolute;

	left: 0;
	right: 0;
	bottom: 0;

	padding: 6px;

	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.7);

	color: #00678F;

	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
}

#slider #slogan {
	position: absolute;

	top: 15px;
	left: 15px;

	font-size: 26px;
	color: white;

	text-transform: uppercase;

	z-index: 1000;
}

#slider #slogan span {
	float: left;
	clear: both;

	background-color: #00678F;
	padding: 5px;

	margin-bottom: 5px;
}

#home {
	position: relative;

	margin: 30px 7px 30px 14px;
	height: 290px;
}

#home > div {
	position: absolute;
	padding: 18px;
	background-color: white;
}


.d-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

#partner {
	height: auto !important;
	margin: 30px 7px 30px 14px;
	background-color: white;
	padding: 0;
	box-sizing: border-box;
}

#partner .title {
	padding: 18px 18px 0 18px;
	width: 100%;
	box-sizing: border-box;
}

#partner h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 16px;
	color: #00678F;
}

.images-container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 36px 0;
	flex-wrap: wrap;
}

.images-container .image-wrapper {
	width: 25%;
	height: auto;
	display: flex;
	justify-content: center;
	margin: 0 10px;
}

.images-container img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
}

.images-container .image-wrapper.middle {
	margin: 0 50px;
}


#home > div > a:not(.calltoaction a) {
	position: absolute;

	bottom: 17px;
	left: 20px;


	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;

	color: #F89C51;

	padding-right: 14px;

	background: url('/static/static_images/home-arrow.png') no-repeat right 4px;
}

#recent {
	left: 0;
	top: 0;

	width: 214px;
	height: 254px;
}

#recent .items {
	height: 185px;

	overflow: hidden;
}

#recent .items .item {
	height: 185px;
}

#recent .items .item .image {
	line-height: 160px;

	height: 160px;
	text-align: center;
}

#recent .items .item .image img {
	max-width: 214px;
	max-height: 161px;

	vertical-align: middle;
}

#recent .items .item .description {
	background-color: #00678F;
	color: white;

	padding: 2px 5px 3px 6px;
	font-size: 12px;
}

#welcome {
	left: 259px;
	top: 0;

	width: 654px;
	height: 254px;
}

#news {
	left: 0;
	top: 300px;

	width: 214px;
	height: 104px;
}

#news .date {
	font-size: 11px;
	font-weight: bold;

	color: #00678F;
}

#news .intro {
	font-size: 12px;
	color: #545454;

	text-decoration: none;
}

#webshop {
	left: 259px;
	top: 300px;

	width: 396px;
	height: 104px;

	background: url('/static/static_images/webshop_bg.png') no-repeat top right white;
}

#keuringsafspraak {
	position: absolute;

	left: 699px;
	top: 0px ;
}

#offerte {
	position: absolute;
	left: 699px;
	top: 150px ;
}

#traiser {
	position: absolute;

	left: 699px;
	top: 300px;
}

#page {
	margin-top: 30px;
}

#page_bg {
	min-height: 400px;
	margin: 0 7px 0 67px;

	background-color: white;
}

#col {
	float: left;

	width: 190px;
	min-height: 270px;

	padding-top: 60px;
	padding-left: 65px;

	background: url('/static/static_images/submenu_bg.png') no-repeat 0px 36px;
}

#col .head {
	text-transform: uppercase;

	font-weight: bold;
	color: #F89C51;
	margin-bottom: 35px;
}

#col .head a {
	text-transform: uppercase;

	font-weight: bold;
	color: #F89C51;
	text-decoration: none;
}

#col nav {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#col nav a {
	display: block;

	text-decoration: none;

	color: #00678F;

	margin-bottom: 15px;
}

#col nav a.selected, #col nav a:hover {
	color: #F89C51;
}

#content {
	float: left;

	width: 571px;
	min-height: 300px;

	padding: 49px 70px 49px 0;
}

#portfolio-content {
	float: left;

	/*width: 571px;*/
	min-height: 300px;

}

#portfolio-content {
	position: relative;
	width: calc(100% - (2 * 70px));
	min-height: 300px;
	padding: 49px 70px 49px 70px;
	margin: 0;
}

/*#portfolio-content div {*/
/*	position: absolute;*/
/*	padding: 18px;*/
/*	background-color: white;*/
/*}*/

#content, #home {
	line-height: 20px;

	color: #545454;
}

h1 {
	font-size: 20px;
	color: #00678F;

	text-transform: uppercase;
	margin-bottom: 35px;

	line-height: 30px;
}

h2 {
	font-size: 13px;
	color: #F89C51;

	text-transform: uppercase;

	margin-bottom: 0.5em;
}

h3 {
	font-size: 13px;
	color: #00678F;

	text-transform: uppercase;

	margin-bottom: 0.5em;
}

#home h1, #home h2 {
	margin-bottom: 0.5em;

	font-size: 16px;
	color: #00678F;
}

#content p, #home p {
	margin-bottom: 1.5em;
}

#content a {
	color: #F89C51;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#news-items {

}

#news-items .news-item {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

#news-items .news-item .news_image {
	float: right;

	margin: 0 0 10px 10px;
}

#news-items .news-item .date {
	color: #00678F;
}

#news-items .news-item .content {
	margin-top: 10px;
}

#news-items .news_pages {
	text-align: right;
	text-transform: uppercase;

	font-weight: bold;
	font-size: 11px;
	color: #F89C51;
}

#news-items .news_pages a {
	color: #00678F;
}

#news-items .news_pages a:hover, #news-items .news_pages a.current {
	color: #F89C51;
	text-decoration: underline;
}

#products {

}

#products .product {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

#products .product .image {
	float: left;
	width: 115px;
	height: 115px;

	text-align: center;
}

.mb-2 {
	margin-bottom: 15px;
}

#products .product .content {
	position: relative;
	float: left;
	margin-left: 10px;

	width: 430px;
	padding-top: 10px;

	min-height: 105px;
}

#products .product .content .price {
	position: absolute;

	bottom: 0;
	right: 0px;

	color: #F89C51;
}

#products .product .content .price span {
	font-weight: bold;
}

table.form {
	border-collapse: collapse;
}

table.form td {
	padding: 2px 10px 2px 0;
}

table.form td textarea {
	width: 100%;
	height: 50px;
}

table.form td h4 {
	margin-top: 10px;
	margin-bottom: 0;
}

table.form td input[type='text'] {
	padding: 2px;
	width: 350px;
}

table.form td input[type='submit'] {
	padding: 2px 10px;
}

.error {
	color: red;
}

#form_shop {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

#portfolio {

}

#portfolio .item {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

#portfolio .item .images {
	margin: 15px 0;
}

#portfolio-content .thumbnail {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

#portfolio-content .thumbnail img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	max-height: 450px;
}

#portfolio .item .images {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

#portfolio .item .images .image {
	box-sizing: border-box;
	width: calc(25% - 10px);
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #CCCCCC;
	text-align: center;
	overflow: hidden;
}

#portfolio .item .images .image img {
	width: auto;
	max-width: 100%;
}


/*#portfolio .item .images {*/
/*	display: flex;*/
/*	gap: 20px;*/
/*	line-height: 115px;*/
/*	flex-wrap: wrap;*/
/*}*/

/*#portfolio .item .images .image {*/
/*	display: inline-block;*/

/*	border: 1px solid #CCCCCC;*/

/*	width: 25%;*/

/*	text-align: center;*/
/*}*/

/*#portfolio .item .images .image img {*/
/*	vertical-align: middle;*/
/*	margin-top: -2px;*/
/*}*/

.portfolio-container {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.portfolio-item {
	display: flex;
	gap: 20px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.portfolio-image {
	width: 30%;
	max-width: 300px;
	height: 150px;
	object-fit: cover;
}

.text-decoration-none, .text-decoration-none:hover {
	text-decoration: none;
}

.portfolio-content {
	flex: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.portfolio-content a.read-more {
	margin-top: auto;
	text-decoration: none;
	color: #F89C51;
	font-weight: bold;
}

.portfolio-content h3:hover {
	color: #00678F;
}

#page_footer {
	background: url('/static/static_images/page_footer.png') no-repeat;

	height: 140px;
	padding: 23px 0 0 277px;

	margin-bottom: 20px;
}

#page_footer a {
	display: inline-block;
	margin-left: 7px;
}

#push {
	height: 220px;
}

footer {
	position: absolute;

	right: 0;
	bottom: 0;
	left: 0;

	height: 200px;

	background-color: #00678F;
}

#footer_content {
	position: relative;

	width: 960px;
	height: 200px;

	margin: 0 auto;

	color: white;
	font-size: 12px;
	line-height: 20px;

	text-transform: uppercase;
}

#footer_content .footer-logo {
	position: absolute;
	left: 10px;
	top: 25px;
}

#footer_content .copyright {
	position: absolute;
	left: 84px;
	top: 25px;
}

#footer_content .kaartje {
	position: absolute;
	left: 190px;
	top: 15px;
}

#footer_content .bezoek {
	position: absolute;
	left: 315px;
	top: 25px;
}

#footer_content .post {
	position: absolute;
	left: 450px;
	top: 25px;
}

#footer_content .contact {
	position: absolute;
	left: 580px;
	top: 25px;
}

#footer_content a {
	text-decoration: none;
	color: white;
}

#footer_content a:hover {
	text-decoration: underline;
}

#footer_content .colofon {
	position: absolute;
	left: 790px;
	top: 25px;

	color: #a0c0cc;
}

#footer_content .colofon a {
	color: #a0c0cc;
}

ul {
	padding-left: 20px;
	margin-bottom: 20px;
}


#hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;

	position: absolute;
	top: 53px;
	right: 5%;
}

#hamburger span {
	height: 3px;
	width: 33px;
	background-color: #333;
	margin: 4px 0;
	transition: 0.4s;

}

footer {
	width: 100%
}

.text-center {
	text-align: center;
}

.calltoaction {
	background: #F89C51;
	color: #ffffff;
	height: auto !important;
	margin: 30px 7px 30px 14px;
	box-sizing: border-box;
}

.calltoaction > div {
	padding: 18px;
	justify-content: space-between;
}

.calltoaction > div h2 {
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 16px;
}

.align-items-center {
	align-items: center;
}

.calltoaction > div a {
	text-decoration: none;
	color: #FFFFFF;
	background: #00678F;
	padding: 10px 12px;

	text-transform: uppercase;
	font-weight: bold;
}

form.vacature-form button {
	text-decoration: none;
	color: #FFFFFF;
	background: #00678F;
	border: #00678F;
	padding: 10px 12px;
	text-transform: uppercase;
	font-weight: bold;
}

form.vacature-form input {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 0;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical
}

.divider {
	border-bottom: 1px solid #CCCCCC;
	margin: 25px 0;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

@media (min-width: 768px) {
	nav#menu a {
		padding-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.portfolio-item {
		flex-direction: column;
		gap: 0;
	}

	.portfolio-image {
		width: 100%;
		height: auto;
		max-width: none;
	}

	.portfolio-content {
		padding: 15px;
	}

	.read-more {
		margin-top: 20px !important;
	}

	.calltoaction > div {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.calltoaction > div h2 {
		margin-bottom: 10px;
	}

	.calltoaction > div p {
		margin-bottom: 15px;
	}

	#partner {
		margin: 15px 7px 30px 14px;
	}

	#partner > div {
		position: relative;
	}

	.images-container {
		flex-direction: column;
		align-items: center;
	}

	.images-container .image-wrapper {
		width: 80%;
		margin: 10px 0;
	}

	.images-container .image-wrapper img {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.images-container .image-wrapper.middle {
		margin: 15px 0;
	}

	#menu-container {
		display: none;
		width: 100%;
		position: absolute;
		z-index: 1000;
	}

	header {
		margin: 0 auto;
	}

	#logo {
		left: 5%;
	}

	nav#menu {
		top: 140px;
		width: 100%;
		flex-direction: column;
		background: #ffffff;
	}

	#menu a {
		padding: 10px 0;
		text-align: center;
	}

	#hamburger {
		display: flex;
	}

	nav#menu a, nav#menu a:hover, nav#menu a.selected {
		width: 100%;
		max-width: 100vw;
		background-color: #ffffff;
	}

	nav#menu a {
		margin: 0;
	}

	#container {
		margin: 0 auto;
		width: 100%;
	}

	#slider {
		width: 90%;
		margin: 25px auto 0 auto;
		/*margin: 0 auto;*/
	}

	#slides .slide img {
		width: 100%;
		height: 303px;
		object-fit: cover;
		object-position: center;
	}

	#slides .slide span {
		text-align: left;
	}

	#home {
		margin: 15px auto 0 auto;
		width: calc(90% + 20px);
		height: auto !important;
	}

	#home > div {
		position: relative;
	}

	#recent {
		width: initial;	}

	#recent .items .item .image img {
		max-width: 100%;
		max-height: fit-content;
		width: 100%;
		object-fit: cover;
		object-position: center center;
	}

	#welcome {
		left: 0;
		width: initial;
		margin: 15px 0 0 0;
	}

	/*.calltoaction {*/
	/*	display: flex;           !* Maakt de container een flexbox *!*/
	/*	flex-wrap: wrap;         !* Staat toe dat items naar de volgende regel breken *!*/
	/*	justify-content: space-between; !* Zorgt voor gelijke ruimte tussen de items *!*/
	/*	padding: 0 !important;*/
	/*	margin-top: 15px;*/
	/*	background-color: transparent !important;*/
	/*}*/

	/*.calltoaction a {*/
	/*	width: 48% !important;              !* Zet de breedte van elke link naar 48% van de container breedte *!*/
	/*	margin-bottom: 10px !important;     !* Voegt ruimte toe onder elke link *!*/
	/*	text-align: center;      !* Centreert de inhoud binnen de links *!*/
	/*	left: 0 !important;*/
	/*	position: relative !important;*/
	/*}*/

	/*#keuringsafspraak, #offerte {*/
	/*	left: 0;*/
	/*	width: 50%;*/
	/*	position: static;*/
	/*}*/

	#keuringsafspraak, #offerte {
		display: inline-block;
		width: 49.5%;
		vertical-align: top;
		text-align: center;
		left: 0;
		position: static;
	}

	#keuringsafspraak {
		float: left;
	}

	#offerte {
		float: right;
	}

	/* Stijlen voor de afbeeldingen binnen de links */
	#keuringsafspraak img, #offerte img {
		width: 100%; /* Zorgt ervoor dat de afbeeldingen zich aanpassen aan de breedte van de link */
		height: auto; /* Behoudt de aspectratio van de afbeelding */
	}

	#page_bg {
		width: calc(90% + 20px);
		margin: 0 auto;
	}

	#col {
		left: 0;
		width: 100%;
	}

	#page_bg #col {
		width: fit-content;
		min-width: 90%;
		padding-left: 20px;
		min-height: 230px;
	}

	#portfolio .item .images .image {
		width: 47.5%;
		margin: 0;
		margin-bottom: 15px;
	}

	#portfolio .item .images .image:nth-child(odd) {
		float: left;
	}

	#portfolio .item .images .image:nth-child(even) {
		float: right;
	}

	#page_footer {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 10px 0;
	}

	#page_footer a {
		flex: 0 1 48%;
		margin-bottom: 10px;
		text-align: center;
	}


	#page_footer {
		padding: 15px 0 0 0;
		background: none;
		width: calc(90% + 20px);
		margin: 0 auto;
	}

	#page_footer a img {
		width: 100%;
	}

	#page_footer a {
		margin-left: 0;
		display: block;
	}

	#content, #portfolio-content {
		width: fit-content;
		padding: 20px;
	}

	#content p {
		word-break: break-word;
	}

	table.form td input[type='text'] {
		padding: 2px;
		width: 100%;
	}

	footer {
		height: auto;
		position: static;
	}

	#footer_content {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}

	footer #footer_content .footer_logo_container {
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}

	#footer_content .footer-logo,
	#footer_content .copyright,
	#footer_content .kaartje,
	#footer_content .bezoek,
	#footer_content .post,
	#footer_content .contact,
	#footer_content .colofon {
		position: relative;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 10px;
		left: 0;
		top: 0;
	}

	#footer_content .footer-logo {
		width: 10vw;
		padding: 0;
	}

	#footer_content .kaartje {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 20vw;
	}

	#footer_content .copyright {
		padding: 0 10px;
		vertical-align: text-bottom;
	}

	#push {
		height: 100px;
	}

	.videos a img {
		width: 100%;
	}
}

#menu-container.open {
	display: flex;
}