@font-face {
	font-family: 'TheSerifSemiBoldPlain';
	src: url('../fonts/TheSerifSemiBoldPlain/theserif_semibold_plain-webfont.woff2') format('woff2'),
		url('../fonts/TheSerifSemiBoldPlain/theserif_semibold_plain-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: 'Open Sans';
	font-size: 11pt;
}
.underline{
	height: 2px;
	margin-top: -15px;
	margin-bottom: 34px;
	background-color: #1183C9;
	width: 189px;
}

.divider {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	z-index: 2;
}
.divider svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 25px;
}
.divider .shape-fill {
	fill: #FFFFFF;
}
.divider.top {
	top: -24px;
	transform: unset;
}
.divider.btm {
	bottom: -24px;
	transform: rotate(180deg);
}
.divider.btm2 {
	transform: rotate(180deg);
}
.divider.wave.top {
	transform: rotate(180deg);
}
.divider.wave.btm {
	transform: unset;
}

div.header {
	width: 100%;
	height: 80px;
	background-color: #1183C9;
	text-align: center;
}

div.header div.title {
	margin: auto;
	max-width: 800px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

div.header div.title div.h1 {
	float: left;
	font-size: 18pt;
	font-weight: normal;
	color: #F4F6F7;
	margin-top: 15px;
}

div.header div.title div.image {
	float: right;
}

div.header img {
	margin-top: 10px;
	text-align: right;
	height: 60px;
}

div.header_foto {
	height: 80VH;
	text-align: center;
}

div.header_foto div.slide_header_show {
	position: relative;
	z-index: 1;
	height: 80vh;
	width: 100%;
}

div.slide_header_show_img {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../files/header/banner.jpg');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	padding: 240px 0;
	box-sizing: border-box;
	color: #fff;
}

div.slide_header_show h1 {
	font-family: TheSerifSemiBoldPlain;
	font-size: 88px;
	margin-top: 0;
}

div.slide_header_show h2 {
	font-family: TheSerifSemiBoldPlain;
	font-size: 35px;
	margin-bottom: 0;
}

div.header_foto div.header {
	position: absolute;
	z-index: 10;
	width: 400px;
	margin: auto;
	height: 120px;
	left: 50%;
	margin-top: 120px;
	margin-left: -200px;
	text-align: center;
	vertical-align: top;
}

div.header_foto div.header div.logo {
	margin: auto;
	float: left;
	margin-top: 0px;
	width: 100%;
}

/* h1 {
	color: #1183C9;
	font-family: 'Open Sans';
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 2px;
}
h2 {
	background-color: #1183C9;
	font-family: 'Open Sans';
	color: #fff;
	padding: 10px;
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 2px;
	border-radius: 5px;
} */

.info_text {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.info_text.bg1 {
	background-color: #efefef;
}
.info_text.bg1 .divider .shape-fill{
	fill: #efefef;
}
.info_text.bg2 {
	background-color: #fff;
}
.info_text.bg2 .divider .shape-fill {
	fill: #fff;
}
.info_text.bg3 {
	background-color: #1183C9;
}
.info_text.bg3 .divider .shape-fill {
	fill: #1183C9;;
}

.info_text_inner {
	width: 100%;
	max-width: 826px;
	text-align: left;
	padding: 60px 20px;
}
.info_text_inner h1{
	margin-top: 0px;

}
.info_text_inner.small {
	max-width: 826px;
}
.info_text_inner.small h2,h3{
	color: #002842;
	margin-top: 40px;
}
.info_text_inner.text_white {
	color: #fff;
}
.gegevens_row {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 2px 0px;
}
.gegevens_row p {
	margin: 0px;
	margin-bottom: 4px;
}
.gegevens_row>div {
	display: flex;
	flex-direction: row;
}
.gegevens_row input[name="postcode"] {
	width: 150px;
	margin-right: 4px;
}
.gegevens_row input[name="plaats"] {
	width: calc(100% - 54px);
}

.wave_bottom {
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	bottom: -1px;
	z-index: 1;
	width: 100%;
	height: 4vw;
}

.slide_header_show_img i {
	color: #fff;
	position: absolute;
	margin-top: -50px;
	font-size: 50px;
	transition: 0.3s ease;
	animation: MoveUpDown 1s alternate infinite;
	cursor: pointer;
}

@keyframes MoveUpDown {
	0% {
		bottom: 50px;
		color: #727070;
	}

	100% {
		bottom: 70px;
	}
}

.sponsoren {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 50px 0;
	padding: 50px 0;
	margin-top: 0;
}

.sponsoren_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;  
	flex-wrap: wrap;
}
.sponsoren_inner div {
	width: 160px;
	height: 100px;
}
.sponsoren_inner img {
	width: 120px;
	height: 80px;
	max-width: 120px;
	max-height: 80px;
	object-fit: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 20px;
	filter: grayscale(1);
}
.title_sponsoren{
	text-align: center;
	padding: 0 20px;
	margin-top: 85px;
	font-size: 20px;
	color: #8e8e8e;
}


a {
	color: #2C1C32;
	text-decoration: none;
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

span.title {
	font-size: 17pt;
	margin-top: -25px;
	color: #1183C9;
}

div.row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	flex-wrap: nowrap;
	padding: 2px 5px;
	border-radius: 5px;
	transition: all 0.3s ease-out;
}
div.row:hover {
	background-color: #f1f1f1;
	transition: all 0.3s ease-out;
}
div.row .aantal {
	width: 50px;
}
div.row .naam {
	width: calc(100% - 150px);
}
div.row .price {
	width: 60px;
}
div.info_text_inner input,
div.info_text_inner textarea {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #2B2B2B;
	font-family: 'Open Sans';
	border-radius: 5px;
	font-size: 11pt;
	resize: none;
}

div.info_text_inner input[type="radio"] {
	width: 30px;
}

div.info_text_inner button {
	width: 200px;
	padding: 5px;
	box-sizing: border-box;
	font-family: 'Open Sans';
	border: 1px solid #2B2B2B;
	background-color: #2B2B2B;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 4px;
}

div#error {
	color: red;
}

td {
	font-family: 'Open Sans';
	font-size: 11pt;
}

/* footer */
.footer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	background-color: #1183C9;
	color: #fff;
	padding: 50px 0;
}
.footer.bg3 .divider .shape-fill {
	fill: #1183C9;
}

.footer-inner {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	font-family: TheSerifSemiBoldPlain;
}

.footer a {
	text-decoration: none;
	color: rgb(180, 177, 177);
}

.copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	background-color: #002842;
	color: #BDBDBD;
	padding: 10px 0;
}

.copyright-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	font-family: TheSerifSemiBoldPlain;
}

.copyright a {
	text-decoration: none;
	color: #375174;
}

@media screen and (max-width: 650px) {
	div.slide_header_show h1 {
		font-size: 38px;
	}

	div.slide_header_show h2 {
		font-size: 22px;
		padding: 0 20px;
	}

	.footer-inner {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding-left: 20px;
	}

	.footer-left {
		margin-bottom: 20px;
	}
}