body {
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	color: #4a4a4a;
	font-size: 80%;
	line-height: 150%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 16px;
	background-color: white;	
}

header {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: white;
}

header .logo {
	width: 200px;
	padding-top: 85px;
	position: absolute;
	background-color: white;
	text-align: center;
	z-index: 99;
}

header .logo_addition {
	width: 200px;
	height: 150px;
	margin-top: 185px;
	position: absolute;
	background-image: url('/images/logo_background_4.png');
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 99;
}

header .logo img {
	width: 75%;
}

header .logo span {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 7px;
	font-weight: bold;
	font-size: 18px;
}

article{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container {
	width: 1100px;
	margin: 0 auto
}

h1 {
	float: left;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	margin-bottom: 50px;
	line-height: 43px;
	font-size: 40px;
	font-weight: 900;
}

.page_person h1 {
	margin-bottom: 20px;
}

h2 {
	float: left;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	margin-bottom: 5px;
	line-height: 27px;
	font-size: 25px;
	font-weight: 400;
}

h3 {
	float: left;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
	color: #737373;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 25px;
}

h4 {
	float: left;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
	color: #4a4a4a;
}

h5 {
	float: left;
	width: 90%;
	height: 50px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}

h5 span {
	font-weight: bold;
}

h6 {
	font-size: 25px;
	font-weight: 900;
}

time {
	float: left;
	width: 100%;
	color: #4e4e4e;
	font-size: 12px;
	margin-top: -10px;
	font-style: italic;
}

.breadcrumbs {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.content_center {
	float: left;
	width: 100%;
	text-align: center;
}

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

.content_main {
	width: 100%;
	max-width: 1100px; 
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

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

.pagemenu a {
	float: left;
	width: 33.33%;
	text-align: center;
	font-size: 40px;
	font-weight: 900;
	line-height: 45px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.pagemenu .g_backgroundcontent, .pagemenu .g_content div {
	height: 150px;
}

.pagemenu .g_content {
	position: relative;
}

.pagemenu .g_text {
	margin-top: 0;
	left: 0;
}

.pagemenu_content {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.pagemenu_content strong {
	font-weight: bold;
}

.div_content, .div_content_2 {
	float: left;
	width: 100%;
	padding: 0 15%;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 70px;
	margin: 0 auto;
}

.div_content_left {
	width: 65%;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

.page_person .div_content_left {
	padding-bottom: 30px;
}

.sidebar {
	float: right;
	position: relative;
	width: 30%;
	margin-left: 5%;
	margin-top: -20px;
	z-index: 9;
	background-color: #4a4a4a;
	padding: 20px 20px 20px 20px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	color: white;
}

.sidebar a {
	color: #65aa40;
}

.sidebar_news_item {
	float: right;
	width: 30%;
	margin-left: 5%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.sidebar_news_item .news_item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}

.page_person .div_content_left {
	width: 70%;
}

.page_person strong {
	font-weight: bold;
}

.page_person .div_person {
	float: right;
	position: relative;
	width: 25%;
	margin-left: 5%;
	margin-top: -45px;
	text-align: right;
	z-index: 9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	color: white;
}

.content_left.team_text em {
	font-style: italic;
}

.page_person .div_person img {
	width: 100%;
}

.page_person .data_person {
	float: left;
	width: 100%;
}

.page_person .data_person tr td:first-child {
	width: 80px;
}

.page_person .data_person tr td:last-child {
	font-weight: bold;
}

.div_content_left h1 {
	text-align: left;
}

.div_content_2 {
	padding-top: 100px;
	padding-bottom: 30px;
}

.div_collection {
	float: left;
	width: 100%;
	padding: 20px 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.div_collection_padding {
	float: left;
	width: 100%;
	padding: 20px 20px 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.div_full {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.div_section {
	float: left;
	width: 33.33%;
	padding-left: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

/*.div_section:nth-child(3n) {
	padding-right: 0;
}*/
.section_last {
	padding-right: 0;
}

.g_backgroundcontent {
    position: relative;
	width: 100%;
	height: 300px;
}

.g_content div {
	float: left;
	width: 100%;
	height: 300px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	opacity: 0.2;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.div_full .g_backgroundcontent, .div_full .g_content div {
	height: 140px;
}

.g_backgroundcontent:hover .g_content div {
	opacity: 0.4;
}

.g_content {
	position: absolute;
	width: 100%;
	background-color: #55823d;
}

.g_text {
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 100%;
	margin-top: 100px;
	color: white;
	padding-left: 10%;
	padding-right: 10%;
}

.div_full .g_text {
	margin-top: 40px;
}

.g_text h2 {
	background-color: rgba(255, 255, 255, 0);
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}

.g_text a {
	color: white;
}

.g_description {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	/*opacity: 0;*/
	margin-top: 20px;
    -webkit-transition: opacity 0.2s linear; 
	transition: opacity 0.2s linear;
}

.div_collection_facts {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

.div_persons {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.div_persons h1 {
	margin-bottom: 70px;
}

.div_person {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 30px;
	text-decoration: none !important;
}

.div_person img {
	width: 60%;
	margin: auto;
	border-radius: 50%;
	margin-bottom: 20px;
}

.div_person span {
	font-size: 13px;
	color: #8a8a8a;
	font-weight: 400;
	text-transform: uppercase;
}

.news_container {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px; /* optional spacing between items */
}

.news_item {
	float: left;
	width: 100%;
	height: 500px;
}

@media (max-width: 768px) {
  .news_container {
	grid-template-columns: 1fr;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .news_container {
	grid-template-columns: repeat(2, 1fr);
  }
}

.news_image {
	float: left;
	width: 100%;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.news_image_details {
	float: left;
	width: 100%;
	height: 200px;
	margin-bottom: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.news_sidebar a {
	float: left;
	width: 100%;
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sidebar_line {	
	float: left;
	width: 20px;
	border-bottom: 2px solid white;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_content {
	float: left;
	width: 100%;
	height: 350px;
	padding: 40px 30px 30px 30px;
	background-color: #f7f7f7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.news_content_text a {
	font-weight: bold;
}

.news_content h6 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.contact_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px; 
}

.contact_item {
	width: 100%;
	background-color: #f7f7f7;
	padding: 25px;
}

@media (max-width: 768px) {
  .contact_grid {
	grid-template-columns: 1fr;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .contact_grid {
	grid-template-columns: repeat(2, 1fr);
  }
}

.contact input, .contact textarea {
	width: 290px;
	padding: 8px;
	border-radius: 0;
	border: 2px solid white;
	color: white;
	background-color: #424242;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-align: center;
	-webkit-appearance: none;
}

.contact select {
	width: 310px;
	padding: 8px;
	border-radius: 0;
	border: 2px solid white;
	color: white;
	background-color: #424242 !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	background: url(/images/arrow_icon_white.png) no-repeat right #ffffff;
	-webkit-appearance: none;
}

.contact textarea {
	height: 80px;
}

footer {
	float: left;
	width: 100%;
	margin-top: 30px;
	color: white;
	line-height: 30px;
	font-size: 20px;
}

.footer_background {
	float: left;
	width: 100%;
	height: 105px;
	background-position: center top;
	background-image: url(/images/footer_background.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footer_content {
	float: left;
	width: 100%;
	padding-top: 55px;
	padding-bottom: 50px;
	background-color: #55823d;
}

footer a {
	color: white;
}

.footer_item {
	float: left;
	width: 33.33%;
}

/* Copyright */
.copyright {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
}

/* Extra */
.single_picture {
	float: left;
	width: 23.5%;
	padding-right: 2%;
}

.single_picture:nth-child(4n) {
	padding-right: 0;
}

.picture {
	float: left;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    text-decoration: none;
    background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.button {
	font-family: 'Source Sans Pro', sans-serif;
	border: 6px solid #424242;
	color: #424242;
	border-radius: 33px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0);
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	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:hover {
	text-decoration: none;
	background-color: #424242;
	color: white;
}

a {
	color: #55823d;
	text-decoration: none; 
}

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 screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pagemenu .g_text {
		margin-top: -20px;
	}
}

@media only screen and (max-width: 1110px) {	
	.container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 959px) {		
	#menu {
		display: block;
	}
	
	body{
		-webkit-text-size-adjust: none;
	}
	
	.div_content, .div_content_2 {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.page_person .div_content_left {
		padding-left: 0;
		padding-right: 0;
	}
	
	.div_content_s {
		text-align: left;
	}
	
	.div_content_s h1 {
		text-align: left;
	}
	
	.pagemenu a {
		font-size: 30px;
		line-height: 37px;
	}
}

@media only screen and (max-width: 900px) {		
	.div_collection {
		padding: 20px 0 0 0;
	}
	
	.div_person img {
		width: 65%;
	}
	
	.g_content div {
		height: 250px;
	}
	
	.g_text {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px) {	
	.mobile {
		display: inline !important;
	}
	
	.desktop {
		display: none;
	}
	
	#menu {
		display: none;
	}
	
	.pagemenu a {
		font-size: 23px;
		line-height: 30px;
	}
	
	.pagemenu .g_backgroundcontent, .pagemenu .g_content div {
		height: 130px;
	}
	
	.sidebar {
		width: 100%;
		margin-left: 0;
		margin-top: -30px;
		margin-bottom: 40px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.sidebar_news_item {
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	h5 {
		width: 100%;
		height: 70px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.content_pictures {
		margin-top: 40px;
	}
	
	.single_picture {
		width: 48%;
		padding-right: 4%;
	}
	
	.single_picture:nth-child(2n) {
		padding-right: 0;
	}
	
	.single_picture:nth-child(4n) {
		padding-right: 0;
	}
	
	.div_content img {
		width: 80%;
		height: auto;
	}
	
	footer {
		margin-top: 0;
	}
		
	.footer_item {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.footer_item:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 600px) {	
	.div_person img {
		width: 80%;
	}
	
	.news_item, .contact_item {
		width: 100%;
	}
	
	.news_content {
		height: auto;
	}
	
	.g_text {
		margin-top: 40px;
	}
	
	.div_full .g_text {
		margin-top: 20px;
	}
	
	.div_full .g_description {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 479px) {
	.container {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.div_full .g_text {
		margin-top: 35px;
	}
	
	.div_content, .div_content_2 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.single_picture {
		width: 100%;
	}
	
	.pagemenu a {
		width: 100%;
		font-size: 30px;
		line-height: 37px;
	}
	
	.div_content img {
		width: 80%;
	}
	
	.page_person .div_content_left {
		width: 100%;
	}
	
	.page_person .div_person {
		float: none;
		position: relative;
		width: 100%;
		margin-left: 0;
		margin-top: -45px;
	}
	.page_person .div_person img {
		width: 60%;
		margin-left: 20%;
		margin-bottom: 40px;
	}
	
	.button {
		border: 5px solid #424242;
		border-radius: 33px;
		padding: 5px 17px;
		font-size: 25px;
	}
	
	.vmobile {
		display: none;
	}
}

@media only screen and (max-width: 320px) {
	header .logo {
		width: 150px;
		height: 105px;
		padding-top: 65px;
	}
	
	header .logo_addition {
		width: 150px;
		margin-top: 170px;
	}
	
	.g_backgroundcontent {
		height: 160px;
	}
	
	.g_content div {
		height: 160px;
	}
	
	.g_text h2 {
		font-size: 15px;
	}
	
	.g_text .g_description {
		display: none;
	}
	
	.div_content_2 {
		padding-top: 70px;
		padding-bottom: 30px;
	}
	
	.footer_item {
		font-size: 18px;
	}
}