/* BASIS */

html {
    overflow-y: scroll;
}

body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    color:#100C07;
}

p, h1, h2, h3, h4, h5, h6 {
  color:#100C07;
  font-size:1rem;
  width:100%;
  float:left;
  font-family: 'Lato', sans-serif;
}

p a {
	color:#809865;
}

#container {
	padding:0% 5%;
}

/* HEAD */

#head {
	height:150px;
	background:#819865;
	width:100%;
	box-sizing:border-box;
	padding:0% 5%;
}

.logo {
	float:left;
	width:30%;
	margin-top:40px;
}

.logo img {
	max-width: 250px;
}

ul.topnav {
	list-style-type:none;
	float:right;
	margin-top:60px;
}

ul.topnav li {
	float:left;
	padding-right:3vw;
}

ul.topnav li:last-child {
	padding-right:0;
}

ul.topnav li a {
	color:#fff;
	font-size:1.4rem;
	text-decoration:none;
	display:block;
}

.icon {
	display:none;
}

/* MAIN */


.title h1 {
	font-weight:bold;
	font-size:1.3rem
}

.title h1:first-letter {
	text-transform:uppercase;
}

.text ul {
	float:left;
	margin-top:-10px;
}

.text ul li {
	list-style-type:disc;
	margin:10px 0px;;
}

.textleft {
	width:30%;
	float:left;
	margin-right:10%;
}

.textright {
	width:60%;
	float:left;
	background:#819865;
	padding:2% 5%;
	box-sizing:border-box;
}

/* SLIDES */
.slider-container {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    clear: both;
}
.slider-container-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.slider-container-item img {
	display:block;
	width:100%;
}

.tfoto, .foto {
	padding:0% 5%;
}


.foto img {
	max-width:800px;
	max-height:500px;
}

.foto .slider-container-item {
    border-right:solid #fff;
    border-width:0vw 5vh;
    box-sizing:border-box;
}


/* RESPONSIVE */

/* MENU */

.topnav .icon {
  display: none;
}

@media screen and (max-width: 888px) {
	ul.topnav li {
		padding-right:10px;
	}

	ul.topnav li a {
		color:#fff;
		font-size:1.2rem;
		text-decoration:none;
		display:block;
	}
}

@media screen and (max-width: 600px) {
   #head {
  	padding:0%;
  	height:200px;
  }

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  ul.topnav.responsive li {position: relative; display:none;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

	ul.topnav {
		width:100%;
		position:fixed;
		margin-left:-40px;
		margin-top:0px;
	}

	ul.topnav li {
		width:100%;
		border-bottom:1px solid #fff;
		padding-left:20px;
		padding:10px 20px;
		background:#748a5c;
		display:none;
	}

	ul.topnav li:last-child {
		display:block;
		border-bottom:none;
		float:right;
	}

	ul.topnav li:last-child a {
		float:right;
		padding-right:20px;
	}

	ul.topnav.responsive {
		display:block;
	}

	ul.topnav.responsive li {
		display:block;
	}

	ul.topnav.responsive li:last-child {
		padding:20px;
	}

	ul.topnav.responsive li:last-child a {
		padding-top:8px;
	}

	.logo {
		width:100% !important;
		box-sizing:border-box;
	}

	.textright, .textleft {
		width:100%;
	}

}

/* OVERIG */

@media screen and (max-width:600px) {
	.logo {
		text-align:center;
		margin-top: 81px;
	}

	.logo img{
		margin: 0 auto;
	}
}


