﻿@import url('typo.css');
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Playfair Display", sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #fff;
	background: #444;
}
h2 {
	float: left;
	width: 100%;
	margin: 30px 0;
	text-align: center;
	font-weight: 400;
	color: #fff;
	font-size: 30px;
}
h3 {
	float: left;
	width: 100%;
	margin: 30px 0;
	text-align: center;
	font-weight: 400;
	color: #fff;
	font-size: 25px;
}
a {
	color: #85d3aa;
	text-decoration: none;
	transition: color 0.2s linear;
}
a:hover {
	color: #6cab89;
}
table {
	float: left;
	width: 100%;
}
table td {
	vertical-align: top;
}
table tr:not(:first-child) td {
	padding-top: 20px;
}
table td h3 {
	margin: 0;
	font-weight: 400;
	text-align: left;
	font-size: 22px;
}
.heading-green {
	color: #90dab2;
}
#wrapper {
	float: left;
	width: 100%;
}
#content {
	float: left;
	width: 100%;
	background: #666;
}
#header {
	float: left;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 2;
}
#header-menubtn {
	float: left;
	margin: 20px;
}
#menubtn {
	float: left;
	padding: 10px;
	font-size: 22px;
	font-family: icomoon;
	color: #fff;
	cursor: pointer;
	transition: all 0.4s linear;
}
#menubtn:before {
	content: "";
}
#menubtn.hidden {
	visibility: hidden;
	opacity: 0;
}
#header-title {
	float: right;
	width: 109px;
	height: 25px;
	margin: 30px;
}
#header-title-action {
	float: right;
	width: 109px;
	height: 25px;
	background: transparent url("../images/milu/milu.png") no-repeat;
}
#sidebar {
	float: left;
	width: 25%;
	top: 0;
	bottom: 0;
	left: -25%;
	position: fixed;
	background: rgba(255,255,255,0.6);
	transition: all 0.4s linear;
	z-index: 3;
}
#sidebar.active {
	left: 0;
}
#sidebar-close {
	float: left;
	width: 100%;
}
#sbclose {
	float: right;
	padding: 10px;
	margin: 20px;
	font-size: 22px;
	font-family: icomoon;
	color: #666;
	cursor: pointer;
}
#sbclose:before {
	content: "";
}
#sidebar-nav {
	float: left;
	width: 100%;
	margin-top: 30px;
}
#sidebar-nav ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar-nav ul li {
	float: left;
	width: 100%;
}
#sidebar-nav ul li a {
	float: left;
	width: 100%;
	padding: 8px 30px;
	color: #666;
	font-size: 18px;
	text-decoration: none;
	transition: transform 0.2s linear;
}
#sidebar-nav ul li a span {
	float: left;
}
#sidebar-nav ul li a:hover {
	transform: translateX(10px);
}
#sidebar-nav ul li.active a {
	color: #477b5f;
}
#sidebar-nav ul li.active a:after {
	float: right;
	content: ">";
}
#main {
	float: left;
	width: 100%;
}
/*#main-sidebar {
	float: left;
	width: 100%;
	/*background: #47745c;
	background: #fff;
	color: #fff;
	padding: 30px 0 0 0;
}*/

/* Joomla css */
.category-module {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.category-module li {
	float: left;
	width: 25%;
	cursor: pointer;
}
.category-module li .mod-articles-category-title, .category-module li .mod-articles-category-title-label, .category-module li .mod-articles-category-title-image,
.category-module li .mod-articles-category-title-image img {
	float: left;
	width: 100%;
}
.category-module li .mod-articles-category-title-image {
	background: #999;
}
.category-module li .mod-articles-category-title-image img {
	opacity: 0.7;
	transition: opacity 0.2s linear;
}
.category-module li:hover .mod-articles-category-title-image img {
	opacity: 1;
}
.category-module li .mod-articles-category-title-label {
	float: left;
	width: 100%;
	padding: 15px 25px;
	/*background: #5ca67e;*/
	background: #fff;
	color: #416f56;
	transition: background-color 0.2s linear;
}
.category-module li:hover .mod-articles-category-title-label {
	/*background: #2e5942;*/
	background: #efefef;
}
.item-page {
	float: left;
	width: 100%;
}
.article-data {
	float: right;
	width: calc(100% - 900px);
	height: 504px;
	background: #ccc;
}
.item-page.prdct .article-data {
	width: calc(100% - 1000px);
	height: 666px;
}
.page-header {
	float: left;
	width: 100%;
	margin-top: 150px;
}
.page-header h2 {
	color: #30503f;
}
.item-page.prdct .page-header h2 {
	margin-top: 160px;
}
.article-info {
	float: left;
	width: 100%;
}
.article-info dt {
	float: left;
}
.article-info dd {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	text-align: center;
	margin-top: 170px;
	color: #555;
}
.item-image {
	float: left;
	width: 900px;
	height: 504px;
	background: #ccc;
	text-align: center;
}
.item-image img {
	float: left;
	width: 900px;
	height: 504px;
}
.item-page.prdct .item-image {
	width: 1000px;
	height: 666px;
}
.item-page.prdct .item-image img {
	width: 1000px;
	height: 666px;
}
div[itemprop="articleBody"] {
	float: left;
	font-size: 17px;
	line-height: 26px;
}
.item-page:not(.full) div[itemprop="articleBody"] {
	width: 40%;
	margin: 0 30%;
	padding: 30px 0;
}
.item-page.full div[itemprop="articleBody"] {
	width: 100%;
}
.item-page.std div[itemprop="articleBody"], .item-page.prdct div[itemprop="articleBody"] {
	width: 50%;
	margin: 0 25%;
	padding: 30px 0;
}
.item-page.prdct table td {
	padding-top: 0;
}
.pagenav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #3e7357;
}
.pagenav li {
	width: 50%;
}
.pagenav li.next {
	float: right;
	text-align: right;
}
.pagenav li a {
	float: left;
	width: 100%;
	padding: 10px 20px;
	background: #3e7357;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.2s linear;
}
.pagenav li a:hover {
	background: #30503f;
}
.pagenav li.next {
	float: right;
	text-align: right;
}
.pagenav li.next a:after {
	float: right;
	margin-left: 15px;
	content: ">";
}
.pagenav li.previous {
	float: left;
	text-align: left;
}
.pagenav li.previous a:before {
	float: left;
	margin-right: 15px;
	content: "<";
}

/* custom grid css */
.grid-row {
	float: left;
	width: 100%;
	height: 350px;
}
.grid-col {
	float: left;
	height: 350px;
	transition: all 0.2s linear;
}
.grid-cols-2 .grid-col {
	width: calc(100% / 2);
}
.grid-row:hover .grid-col.g-col-text {
	/*background: #3a4f44;
	color: #fff;*/
	background: #fff;
	color: #47745c;
}
.grid-row:hover .grid-col.g-col-image {
	background-size: 110% auto;
}
.grid-col.g-col-text {
	/*background: #efefef;*/
	background: #47745c;
	color: #fff;
}
.grid-col.g-col-text .span {
	display: block;
	float: left;
	width: 100%;
	vertical-align: center;
	text-align: center;
	font-family: "Playfair Display", sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 350px;
}
.grid-col.g-col-image {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
#footer {
	float: left;
	width: 100%;
	padding: 20px;
	background: #444;
	color: #fff;
}
#footer-imprint {
	float: left;
}
#footer-imprint span {
	float: left;
	font-size: 14px;
}
#footer-menu {
	float: left;
	margin-left: 15px;
}
#footer-menu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-menu ul li {
	float: left;
	margin-left: 10px;
}
#footer-menu ul li a {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
	transition: color 0.2s linear;
}
#footer-menu ul li a:hover {
	color: #999;
}
#footer-social {
	float: right;
	width: 50%;
}
#footer-social span {
	float: right;
	margin-right: 10px;
}
#footer-social span:first-child {
	margin-right: 0;
}
#footer-social span a {
	font-family: icomoon;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	transition: color 0.2s linear;
}
#footer-social span a:hover {
	color: #47745c;
}
#social-fb a:before {
	content: "";
}
#social-ig a:before {
	content: "";
}