@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

h2 {
	text-align:center;
	color: #787e78;
	}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #cbd1d4;
	}

a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

li {
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.titel {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.container{
	width: 100%;
	margin: 0 auto;

}

.flex-container {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 90vw;
	margin: 0 auto;
	box-shadow: 5px 5px 8px #222;
	background: rgba(0, 0, 0, 0.7);
	}

.flex-container > div {
	color: white;
	width: 100px;
	text-align: left;
	}

#sidebar {
	min-height: 70vh;
	background: rgba(0, 0, 0, 0.3);
}

.link {
	text-decoration: none;
	color: #ffffff;
}

.flex-content {
	display: flex;
	align-items: stretch;
	width: 100%;
	margin: 0 auto;
	flex-direction: row;
	}

.flex-content > div {
	color: white;
	text-align: left;
	margin: 0 2%;
	width: 100px;
	}

#content {
	padding-top: 25px;
	padding-left: 5%;
	padding-right: 5%;
	}
.text {
	width: 100%;
	margin: 1em auto;;
}

.left{
		flex-grow: 1
}

.right{
	flex-grow: 4;
}

.fotos{
	border-top: solid 1px #cccccc;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #cccccc;
	box-shadow: 5px 5px 8px #222;
}

.fotos_groot {
	width: 100%;
	margin-top:5px;
	margin-bottom:10px;
	margin-right: auto;
	margin-left: auto;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #cccccc;
	box-shadow: 5px 5px 8px #222;
	}

.fotosrechts {
	float:right;
	margin-top:5px;
	margin-bottom:1em;
	margin-left: 1em;
	margin-right:0px;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #cccccc;
	box-shadow: 5px 5px 8px #222;
	}


	.fotoslinks {
		float: left;
		margin-top:5px;
		margin-bottom:1em;
		margin-left: 0px;
		margin-right:1em;
		border-top: solid 1px #cccccc;
		border-right: solid 1px #333333;
		border-bottom: solid 1px #333333;
		border-left: solid 1px #cccccc;
		box-shadow: 5px 5px 8px #222;
		}


#footer {
	background-color: #515151;
	text-align: center;
	width: 90vw;
	height:20px;
	padding-bottom: 0;
	padding-top:0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 5%;
	clear: both;
	box-shadow: 5px 5px 8px #222;
	}

#footer a {
	color:#000;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	padding:0;
	margin:0;
	}

#footer li{

	display:inline;
	List-style:none;
	border-right: 1px solid;
	margin-right: 0.75em;
	padding-right: 1em;
	}

#footer li.last{

	Border-right: 0;
	}

#footer ul {
	margin: 0;
	text-align: center;
	font-size: 14px;
}
#bottom_div {
	background-image: url(images/bottom_div.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 75px;
	width: 100%;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:30px;
	margin-left:auto;
	}

	/*------------------------------------- Slider ---------------------- */

	#slider{
		width: 90vw;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		box-shadow: 5px 5px 8px #222;
	}

	@keyframes slidy {
	0% { left: 0%; }
	30% { left: 0%; }
	35% { left: -100%; }
	65% { left: -100%; }
	70% { left: -200%; }
	95% { left: -200%; }
	100% { left: -300%; }
	}
	* {
	  box-sizing: border-box;
	}
	figure {
	  margin: 0; background: #101010;
	  font-family: Istok Web, sans-serif;
	  font-weight: 100;
	}
	div#captioned-gallery {
	  width: 100%; overflow: hidden;
	}
	figure.slider {
	  position: relative; width: 500%;
	  font-size: 0; animation: 30s slidy infinite;
	}
	figure.slider figure {
	  width: 20%; height: auto;
	  display: inline-block;  position: inherit;
	}
	figure.slider img { width: 100%; height: auto; }
	figure.slider figure figcaption {
	  position: absolute; bottom: 0;
	  color: #fff; width: 100%;
	  font-size: 2rem; padding: .6rem;
	}

/*------------------------------------ Menu ---------------------- */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

li a {
  display: block;
  color: #ccc;
  padding: 8px 16px;
  text-decoration: none;
}

li a.active {
  background-color: #4CAF50;
  color: #fff;
}

li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.submenu {
	padding-left: 10px;
	display:block;
	color:#ffffff;
	font-size: smaller;
}

.submenu a:hover {

}
