@import url('https://fonts.cdnfonts.com/css/signatie');

body {
	margin: 0px;
	background-color: #e3e3e3;
	height: 100%;
}
a {
	text-decoration: none;
	color: #FFF;
}
hr {
	border: none;
	background:#666;
	height: 1px;
	width:50%;
}
.btn {
	background: #3c5971;
	-webkit-border-radius: 25;
	-moz-border-radius: 25;
	border-radius: 25px;
	text-shadow: 1px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.btn:hover {
  background: #fca828;
  text-decoration: none;
}
.float_booking {
	position:fixed;
	top:50px;
	right:20px;
	cursor:pointer;
	z-index: 200;
	}
.EndBlock {
	width: 100%;
	height: 300px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #3c5971;
	z-index: 101;
	text-align: center;
	bottom: 0;
}
.antispam { display:none;}

.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-family: "Century Gothic", Geneva, sans-serif;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 130;
}

.cookies-eu-banner button {
	text-decoration: none;
	background: #222;
	color: #fff;
	border: 1px solid #000;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	transition: background 0.07s, color 0.07s, border-color 0.07s;
	margin-top: 2px;
	margin-right: 20;
	margin-bottom: 2px;
	margin-left: 20;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}


@media only screen and (max-width: 1000px) {
    /* For mobile phones: */
	.EndBlock {
		height: 350px;
	}
	.wrapper{
		width:100%;
		text-align:center;
	}
	.top_logo {
		width: 100%;
		height: auto;
		vertical-align: top;
		top: 0px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 99;
		margin-bottom: 60px;
	}
	.ikon_self {
		width: 250px;
	}
	.top_shade {
		width: 100%;
		height: auto;
		text-align: center;
		position: relative;
		top: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-image: url(images/menu_bg.png);
		background-repeat: repeat;
		z-index: 100;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.white_shade {
		width: 100%;
		height: auto;
		text-align: center;
		position: relative;
		top: 0px;
		padding-top: 10px;
		background-image: url(images/white_bg.png);
		background-repeat: repeat;
		z-index: 100;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -20px;
	}
	.l_text {
		font-family: "Century Gothic", Geneva, sans-serif;
		color: #000000;
		font-size: 28px;
	}
	.top_image {
		width: 100%;
		height: auto;
		vertical-align: top;
		top: 0px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		z-index: -1;
	}

	.Page_Title {
		background-image: url(images/_bg.png);
		background-repeat: repeat;
		width:100%; 
		height:25px;
		text-align:left;
		padding-top:5px;
		vertical-align:bottom;
		position: relative;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: -30px;
		z-index: 110;
	}
	
	.ConBlock {
		width: 95%;
		height: auto;
		margin: 0;
		padding: 10px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 120;
		text-align:left;
	}
	.ImgBlock {
		width: 95%;
		height: auto;
		margin: 0;
		padding: 10px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 150;
		text-align:center;
	}
	.Page_TitleText {
	font-family: "Century Gothic", Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 25px;
	text-transform: uppercase;
	}	
	
	.top_menu {
		color: #FFFFFF;
		font-family: "Century Gothic", Geneva, sans-serif;
		font-size: 20px;
		font-weight: bold;
	}
	.TitleBold {
		font-family: 'Signatie', sans-serif;
		color: #fca828;
		font-size: 50px;
		text-shadow: 1px 1px #666666;
	}
	.ConText {
		font-family: "Century Gothic", Geneva, sans-serif;
		color: #000000;
		font-size: 18px;
		text-align:justify;
	}
	td, li {
		font-family: "Century Gothic", Geneva, sans-serif;
		color: #000000;
		font-size: 18px;
	}
	.button {
		background: #3c5971;
		-webkit-border-radius: 15;
		-moz-border-radius: 15;
		border-radius: 15px;
		text-shadow: 1px 1px 3px #666666;
		font-family: "Century Gothic", Geneva, sans-serif;
		color: #ffffff;
		font-size: 15px;
		text-decoration: none;
		padding-top: 5px;
		padding-right: 15px;
		padding-bottom: 5px;
		padding-left: 15px;
	}
	
	.button:hover {
	  background: #fca828;
	  text-decoration: none;
	}
	.end_nice {
		width: 100%;
		height: auto;
		position: relative;
		text-align: center;
		z-index: 100;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10px;
	}
	.divblocks {
		width: 100%;
		display:block;
	}
	.footerText {
	font-family: "Century Gothic", Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	}
	.client_block {
		width:90%;
		display:inline-block;
		vertical-align:middle;
		text-align:center;
	}
	.EndBlock {
		height: 550px;
	}
}
@media only screen and (min-width: 1000px) {
	.wrapper{
		width:100%;
		text-align:center;
	}
	.top_logo {
		width: 900px;
		height: 300px;
		vertical-align: top;
		top: 0px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 97;
		text-align:center;
		margin-bottom: 80px;
	}
	.ikon_self {
		width: 500px;
	}
	.top_shade {
		width: 100%px;
		height: auto;
		text-align: center;
		position: relative;
		top: 0px;
		padding-top: 15px;
		padding-bottom: 15px;
		background-image: url(images/menu_bg.png);
		background-repeat: repeat;
		z-index: 100;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	.white_shade {
		width: 900px;
		height: auto;
		text-align: center;
		position: relative;
		top: 0px;
		padding-top: 40px;
		background-image: url(images/white_bg.png);
		background-repeat: repeat;
		z-index: 100;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 15px;
	}
	.l_text {
		font-family: "Century Gothic", Geneva, sans-serif;
		color: #000000;
		font-size: 34px;
	}
	.top_image {
		width: 100%;
		height: auto;
		vertical-align: top;
		top: 0px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		z-index: -1;
	}

	.Page_Title {
		background-image: url(images/trans_bg.png);
		background-repeat: repeat;
		width:900px; 
		height:25px;
		text-align:left;
		padding-top:5px;
		vertical-align:bottom;
		position: relative;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: -30px;
		z-index: 110;
	}
	
	.ConBlock {
		width: 880px;
		height: auto;
		margin: 0;
		padding: 10px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 120;
		text-align:left;
	}
	.ImgBlock {
		width: 880px;
		height: auto;
		margin: 0;
		padding: 10px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 150;
		text-align:center;
	}
	
	.Page_TitleText {
		font-family: "Century Gothic", Geneva, sans-serif;
		font-weight: bold;
		color: #ffffff;
		font-size: 18px;
		text-transform: uppercase;
	}	
	
	.top_menu {
		color: #FFFFFF;
		font-family: "Century Gothic", Geneva, sans-serif;
		font-size: 18px;
		font-weight: bold;
	}
	.TitleBold {
		font-family: 'Signatie', sans-serif;
		color: #fca828;
		font-size: 50px;
		text-shadow: 1px 1px #666666;
	}
	.ConText {
		font-family: "Century Gothic", Geneva, sans-serif;
		color: #000000;
		font-size: 16px;
		text-align:justify;
	}
	td, li {
		font-family: "Century Gothic", Geneva, sans-serif;
		color: #000000;
		font-size: 16px;
	}
	.button {
		background: #3c5971;
		-webkit-border-radius: 15;
		-moz-border-radius: 15;
		border-radius: 15px;
		text-shadow: 1px 1px 3px #666666;
		font-family: "Century Gothic", Geneva, sans-serif;
		color: #ffffff;
		font-size: 15px;
		text-decoration: none;
		padding-top: 5px;
		padding-right: 15px;
		padding-bottom: 5px;
		padding-left: 15px;
	}
	
	.button:hover {
	  background: #fca828;
	  text-decoration: none;
	}
	.end_nice {
		width: 900px;
		height: auto;
		position: relative;
		z-index: 100;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10px;
	}
	.divblocks {
		width: 30%;
		display:inline-table;
	}
	.footerText {
		font-family: "Century Gothic", Geneva, sans-serif;
		font-weight: bold;
		color: #ffffff;
		font-size: 18px;
	}	
	.client_block {
		width:30%;
		display:inline-block;
		vertical-align:middle;
		text-align:center;
	}
	
}
/** {box-sizing:border-box} */

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #999;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color:#fca828; /*#e9e9e9;  717171*/
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
