.page-footer .fb-i .icon {
		background-image: url("../img/social/fb_w.png");
}
.page-footer .tw-i .icon {
	background-image: url("../img/social/tw_w.png");
}
	
.page-footer .ig-i .icon {
	background-image: url("../img/social/ig_w.png");
}

.page-footer .yt-i .icon {
	background-image: url("../img/social/yt_w.png");
}

.search-btn {
	background: url(../img/search-open.svg);
}
.search-btn.search-visible {
	background: url(../img/search-close.svg);
}

.mobile-menu-control .btn-menu .open, .mobile-menu-control .btn-menu .close {
	background: url(../img/menu-close.svg);
}
.mobile-menu-control .btn-menu .open {
	background: url(../img/menu-open.svg);
}

.team-nav-item li.team-nav-item-active a {
	font-weight: bold;
}
.gallery-nav-item li.gallery-nav-item-active a {
	font-weight: bold;
}
.downloads-nav-item li.downloads-nav-item-active a {
	font-weight: bold;
}
.projects-nav-item li.projects-nav-item-active a {
	font-weight: bold;
}

.social-icons {
	display: inline-block;
	float: right;
	margin-right: 15px;
	margin-top: 4px;
}

.fb-i, .ig-i, .yt-i, .tw-i {
	width: 20px;
	height: 20px;
	display: inline-block;
	padding-left: 5px;
	opacity: 0.7;
}
.fb-i:hover, .ig-i:hover, .yt-i:hover, .tw-i:hover {
	opacity: 1;
}

.fb-i .icon, .ig-i .icon, .yt-i .icon, .tw-i .icon {
	width: 20px;
	height: 20px;
	background-size: cover;
	display: inline-block;
}

.fb-i .icon {
	background-image: url("../img/social/fb_b.png");
}

.ig-i .icon {
	background-image: url("../img/social/ig_b.png");
}

.yt-i .icon {
	background-image: url("../img/social/yt_b.png");
}

.tw-i .icon {
	background-image: url("../img/social/tw_b.png");
}

@media screen and (max-width: 767px) {
	.social-icons {
		display: inline-block;
		float: right;
		margin-right: 0px;
		margin-top: 1px;
		position: absolute;
		width: 100%;
		right: 50px;
	}
	
	.fb-i, .ig-i, .yt-i, .tw-i, {
		width: 28px;
		height: 28px;
		display: inline-block;
		padding-left: 15px;
		float: right;
		opacity: 1;
	}
	
	.fb-i .icon, .ig-i .icon, .yt-i .icon, .tw-i .icon {
		width: 28px;
		height: 28px;
		background-size: cover;
		display: inline-block;
	}

	.fb-i .icon {
		background-image: url("../img/social/fb_w.png");
	}
	
	.ig-i .icon {
		background-image: url("./images/social/ig_w.png");
	}
	
	.yt-i .icon {
		background-image: url("../img/social/yt_w.png");
	}
	.tw-i .icon {
		background-image: url("../img/social/tw_w.png");
	}
	.mobile ul.menu.firstmenu {
		display: block;
	}
	.mobile ul.menu.firstmenu a {
		display: rgb(53, 53, 53);
		text-decoration: none;
	}
	.mobile li, .page-header ul {
		list-style: none;
		margin: 0;
	}
	.mobile .menu li {
		line-height: 200% !important;
		font-size: 120% !important;
	}
	.mobile ul.menu li {
		display: block !important;
		width: 100%;
	}
	.mobile ul.menu li + li::before {
		margin: 0px;
	}
}
footer {
	height: auto;
}
.search-btn, .search-btn.search-visible{
	height: 80px;
	background-position: center;
	background-repeat: no-repeat !important;
}

.post-list .post-item .col-9 h3 {
	margin-top: 0.5em;
}
.post-list .post-item .col-9 h3 {
	font-size: 150%;
	line-height: 105%;
	padding-bottom: 5px !important;
}
.post-list .post-item .col-9 .postdate {
	font-size: 80%;
	font-weight: bold;
}

.post-list .post-list, .blog-content .post-list {
	overflow: hidden;
}

.post-list .post-item.sticky-post {
	width: 100%;
	border: none;
}
.post-list .post-item {
	display: inline-block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.post-list .post-item .col-3 {
	width: 22%;
	display: block;
	float: left;
	position: relative;
}
.post-list .post-item .col-3 a.post-thumbnail-left {
}
.post-list .post-item .col-3 a img {
	display: block;
	width: 100%;
  object-fit: cover;
  height: 190px;
}
.post-list .post-item .col-9 {
	width: 78%;
	display: block;
	float: right;
	text-decoration: none;
	padding-left: 20px;
	box-sizing: border-box;
	margin: 0px;
	margin-top: 20px;
}
@media only screen and (min-width: 768px) {
	.post-list .post-item .col-9 {
		margin-left: 0px;
		margin-right: 0px;
		margin: 10px;

	}
	.post-list .post-item {
		display: flex;
	}
	.post-list .post-item .col-3 {
		max-height: 190px;
		padding: 10px;
		padding-left: 0px;
		overflow: hidden;
	}

}
.post-list .post-item .col-9 a {
	text-decoration: none;
}
.post-list .post-item .col-9 h3 {
	padding-bottom: 10px;
	margin-bottom: 0;
}
.post-list .post-item .col-9 .morelink {
	color: rgba(89, 119, 35, 1);
	font-size: 0.85em;
}

@media only screen and (max-width: 767px) {
	.post-list .post-item .col-3, .post-list .post-item .col-9 {
		width: 100%;
		float: none;
		padding-left: 0px;
	}
	.post-list .post-item .col-3 .post-thumbnail-left {
		width: 100%;
		position: relative;
	}
	.post-list .post-item .col-9 a  {
		padding-top: 15px;
		display: inline-block;
	}
}
.person .team-phone-mail span {
	display: block;
}
.person .team-phone-mail span.department {
	font-style: italic;
	padding-bottom: 10px;
}
.team_menu_class ul.menu {
	text-align: center;
}
.team_menu_class ul.menu li {
	display: inline-block;
	margin-bottom: 10px;
}
.team_menu_class ul.menu li a {
	overflow: visible;
	font: inherit;
	margin: 0;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.team_menu_class ul.menu li a {
	text-decoration: none;
}
.team_menu_class ul.menu li.current-menu-item a {
	color: white;
	background-color: rgba(89, 119, 35, 1);
	border-color: rgba(89, 119, 35, 1);
}
.team_menu_class ul.menu li.current-menu-item a{
	color: white;
}
.main-image {
	margin-bottom: 20px;
}
.main-image img {
	width: 100% !important;
	margin-bottom: 10px;
	max-height: 600px;
	object-fit: cover;
}
.main-image .caption{
	font-style: italic;
	font-size: 0.8em;
	opacity: 0.8;
}
.terms-list {
	font-style: italic;
	
}
body.botanika div.post-thumbnail-left, body.botanika .post-list .post-item .col-3 a img {
	height: auto;
	min-height: 190px;
}
body.botanika .post-thumbnail-left {
	margin-top: 0px;
}
body.botanika .post-list .post-item .col-3 {
	max-height: none;
	padding: 0px;
	
}
.downloads table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
.downloads table tr td {
	padding: 5px 16px !important;
}
.downloads th, .download td {
  text-align: left;
  padding: 16px !important;
  background-color: transparent !important;
}

.downloads table tr > td:first-child {
	background-color: inherit !important;
}

.downloads tr:nth-child(even) {
  background-color: #dbdbdb !important;
}

.person-photo {
	max-width: 300px;
}

@media only screen and (max-width: 767px) {
	.person-photo {
		max-width: 100%;
	}
	.team-phone-mail .department {
		padding-bottom: 0px;
	}
	.page .main.page-col {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.downloads table {
	  border-collapse: collapse;
	  border-spacing: 0;
	  width: 100%;
	  border: 1px solid #ddd;
	}
	.downloads table tr td {
		padding: 5px 16px !important;
	}
	.downloads th, .download td {
	  text-align: left;
	  padding: 16px !important;
	  background-color: transparent !important;
	  width: 100%;
	  height: 16px !important;
	}
	.downloads table tr td, .downloads table tr, .downloads table {
		height: auto !important;
	}
	
	.downloads table tr > td:first-child {
		background-color: inherit !important;
		font-size: medium;
		font-weight: normal;
	}
	
	.downloads tr:nth-child(even) {
	  background-color: #dbdbdb !important;
	}
	.post-list .post-item .col-3 {
		padding: 0px;
		display: block;
		height: auto;
	}
	.post-list .post-item .col-3 .post-thumbnail-left {
		display: block;
		height: auto;
	}
	.post-list .post-item .col-9 a.morelink {
		padding-top: 0px;
	}
	.post-list.people .post-item .col-3 a img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-width: 768px) {
	ul.submenu-menu {
		flex-wrap: wrap;
	}
}

.navigation.pagination {
	display: block;
	margin: 0px;
	outline: 0px;
	border: 0px currentColor;
	border-image: none;
	font-size: 100%;
	vertical-align: baseline;
	background: rgb(114, 151, 47);
	padding: 10px 30px;
	border-radius: 7px;
	text-align: center;
	clear: both;
	margin-bottom: 30px;
	position: relative;
}
.navigation.pagination .page-numbers {
	margin: 0px 5px;
	color: rgb(255, 255, 255);
}

.navigation.pagination .page-numbers.current {
	background: none;
	margin: 0px;
	padding: 0px;
	outline: 0px;
	border: 0px currentColor;
	border-image: none;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 26px;
	padding: 0px 4px;
	border-radius: 13px;
	display: inline-block;
	min-width: 18px;
	background-color: rgb(255, 255, 255);
	color: black;
}
.navigation.pagination .next {
	float: right;
	text-decoration: none;
}
.navigation.pagination .prev {
	float: left;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.navigation.pagination .next, .navigation.pagination .prev {
		display: none;
	}
}
.team-workers {
	font-size: 80%;
	font-style: italic;
	opacity: 0.8;
	
}
li.menu-item.out a::after { 
  content: "";
  display: inline-block;
  background: url("../img/icon-out.svg") no-repeat top right;
  width: 14px;
  height: 12px;
}