body {
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	color: #070707;
	font-size: 80%;
	line-height: 180%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 18px;
	background-color: white;
}

.slider {
	position: relative;
	width: 100%;
}
header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.website_slider {
	float: left;
	width: 100%;
}

.header_logo {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 35px;
	/*background-color: #a1853e;*/
	/*background-color: rgba(0, 0, 0, 0.4);*/
	color: white;
}

.header_logo a {
	color: white;
}

.header_logo img {
	float: left;
	width: 300px;
}

.header_contact {
	float: right;
	width: 400px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: -8px;
	text-align: right;
}

.header_contact a {
	text-decoration: none !important;
}

.header_contact .header_telephone {
	float: right;
	padding-top: 2px;
}

.header_contact .header_center {
	float: right;
	color: #e2d8c3;
	font-size: 20px;
}

.header_contact .header_email {
	float: right;
	padding-top: 2px;
}

.button_header_container {
	float: left;
	width: 100%;
	text-align: right;
	margin-top: 40px;
}

.container {
	width: 1200px;
	margin: auto;
}

.content_center {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.content_left {
	float: left;
	width: 100%;
	margin-top: 20px;
}

h2 {
	color: #16aa5d;
}

.slogan_home {
	float: left;
	width: 100%;
	background-color: #323232 !important;
	color: white;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	line-height: 40px;
}

.slogan_home .container {
	width: 600px;
}
.small_line {
	width: 50px;
	height: 3px;
	margin: auto;
	background-color: white;
}
.slogan_home .small_line {
	margin-top: 20px;
}

main {
	float: left;
	width: 100%;
	position: relative;
}

article {
	float: left;
	width: 70%;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
article p {
	padding-bottom: 20px;
}
.profile_picture {
	float: left;
	width: 40%;
	border-radius: 50%;
	margin-right: 30px;
	margin-bottom: 25px;
}

.article_text {
	float: left;
}

aside {
	position: absolute;
	top: -50px;
	right: 0;
	width: 30%;
	background-color: #076534;
	color: white;
	padding-top: 50px;
	padding-bottom: 50px;
}
aside ul {
	float: left;
	width: 100%;
	list-style-type: square;
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

aside ul li {
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer {
	float: left;
	width: 100%;
	background-color: black;
	color: rgb(211, 211, 211);	
	padding-top: 50px;
	padding-bottom: 50px;
}
footer a {
	color: rgb(211, 211, 211);	
	text-decoration: none;
}

/* Copyright */
.copyright {
	float: left;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #1c1c1c;
	text-align: right;
	color: rgb(214, 214, 214);
	font-size: 9px;
}
.copyright a {
	color: rgb(214, 214, 214);
	text-decoration: none; 
}

#cookie_disclaimer {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
	background-color: #a1853e;
	-webkit-box-shadow: 0px -4px 18px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -4px 18px -6px rgba(0,0,0,0.75);
	box-shadow: 0px -4px 18px -6px rgba(0,0,0,0.75);
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 999;
	font-size: 18px;
}

.cookie_content {
	float: left;
	width: 70%;
	text-align: left;
	line-height: 20px;
}

.cookie_button {
	float: left;
	width: 30%;
	text-align: right;
	margin-top: 5px;
}

.cookie_button .button {
	background-color: #a1853e;
	color: white !important;
	border-color: white;
}

.cookie_url {
	font-size: 12px;
	color: white;
}

.button_header {
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
	border: 1px solid white;
	color: white !important;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0);
	font-size: 20px;
	box-shadow: inset 0 0 0 0 #f0324b;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
	outline: none;
	-webkit-appearance: none;
}
.button_header:hover {
	background-color: white;
	color: black !important;
}


.social_button {
	display: inline-block;
	padding: 3px 0 3px 0;
	border: 1px solid #a1853e;
}

.social_button_a {
	color: white !important;
	font-size: 18px;
	padding: 5px 20px;
	background-color: #a1853e;
	border: 2px solid white;
}

.social_button_a:hover {
	text-decoration: none;
	background-color: #a1853e;
	border-color: #a1853e;
	color: white;
}

.facebook_button {
	border-color: #8b9dc3;
}

.facebook_button_a {
	background-color: #8b9dc3;
}

.facebook_button_a:hover {
	background-color: #8b9dc3;
	border-color: #8b9dc3;
}

.instagram_button {
	border-color: #fbad50;
}

.instagram_button_a {
	background-color: #fbad50;
}

.instagram_button_a:hover {
	background-color: #fbad50;
	border-color: #fbad50;
}

a {
	color: #070707;
}

a:hover {
	text-decoration: underline;
}

hr {
	border-top: #929292 solid 1px;
	border-bottom: none;
	margin: 0px;
}
@-moz-document url-prefix() {
	hr {
		float: left;
		width: 100%;
	}
}

.last_menu {
	border-bottom: none;
}

.last {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

.tooltip {
	max-width: 200px;
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#171717;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size: 10px !important;
}

.bottom_message {
	bottom: 0;
	display: block;
	height: 50px;
	width: 100%;
	position: fixed;
	background-color: rgba(63,63,63,1);
	clear: both;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: center;
	color: white;
	font-size: 20px;
	padding-top: 20px;
	z-index: 0;
	display:none;
}

.mobile {
	display: none !important;
}

.v_mobile {
	display: none;
}

@media only screen and (max-width: 1200px) {	
	#menu {
		display: block;
	}
	
	body{
		-webkit-text-size-adjust: none;
	}
	
	.container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.mobielmenu {
		width: 92% !important;
		margin-left: 4% !important;
		padding-right: 4% !important;
	}
	.mobielmenu .fa {
		margin-right: 0 !important;
	}
	
	aside ul {
		padding-left: 40px;
	}
}

@media only screen and (max-width: 959px) {		
	article {
		width: 100%;
		padding-right: 0;
		margin-top: 180px;
	}
	
	aside {
		top: -25px;
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {	
	.mobile {
		display: inline !important;
	}
	
	.desktop {
		display: none;
	}
	
	#menu {
		display: none;
	}
	
	.hmobile {
		display: none;
	}
	
	.header_logo img {
		float: none;
		width: 250px;
	}
	
	.header_contact {
		float: left;
		width: 100%;
		text-align: center;	
		margin-top: 12px;
	}
	
	.slogan_home {
		font-size: 25px;
		line-height: 35px;
	}
	
	.slogan_home .container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.header_contact .header_telephone {
		float: none;
	}
	
	.header_contact .header_center {
		float: none;
	}
	
	.header_contact .header_email {
		float: none;
	}
	
	.profile_picture {
		width: 50%;
	}
}

@media only screen and (max-width: 479px) {
	.container {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.mobielmenu {
		width: 90%;
		margin-left: 5%;
		padding-right: 5%;
	}
	.header_contact .header_telephone {
		float: left;
		width: 100%;
		text-align: center;
	}
	.header_contact .header_email {
		float: left;
		width: 100%;
		text-align: center;
	}
	.header_contact .header_center {
		display: none;
	}
	
	.profile_picture {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 20px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 390px) {

}