
body {
	color: #444;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	line-height: 20px;
	background: #EFF1F0;
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
	display: none;
}

a {
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover,
a:link,
a:focus {
	outline: 0 none;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}
#container {
	width: 1024px;
}		

textarea,
input[type="text"],
input[type="password"],
input[type="email"] {
	width: 100%;
	border: none;
	background: #e3e3e3;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	background: #38A06D;
	border: none;
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 10px 30px;
	font-style: italic;
	box-shadow: none;
	transition: all 0.4s ease;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	background: #24774E;
}

h2.page-title {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 20px;
	font-weight: bold;
	color: #009639;
    font-style: italic;
}

ul {
	padding: 0;
	list-style: none;
}

#header {
	padding: 5% 5% 1%;
	position: relative;
}

#header:after {
	content: "";
	display: table;
	clear: both;
}

#logo {
	
}

#main {
	background: #fff;
}

#main .page {
	
}

/** Navigation **/

#logo_mobile,
#menu-trigger {
	display: none;
}

.laguage_menu {
	padding-top: 29px;
	margin: 0;
    text-align: right;
}

.laguage_menu #searchform {
	display: none;
}

.laguage_menu .search_icon {
    float: left;
    margin-left: 10px;
}

#menu-language * {
	display: inline-block;
}

#menu-main-menu {
	padding-top: 29px;
	margin: 0;
	font-size: 0;
	text-align: right;
}

#menu-main-menu > li {
	display: inline-block;
	position: relative;
}

#menu-main-menu > li.hidden_item {
	display: none;
}

#menu-main-menu > li:not(:first-child) {
	padding-left: 26px;
}

#menu-main-menu > li > a {
	text-transform: uppercase;
	font-style: italic;
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
	padding: 0px 4px;
	position: relative;
	color: #777;
	display: block;
	font-weight: bold;
	line-height: 24px;
}

#menu-main-menu > li > a:before {
	content: "";
	position: absolute;
	top: 7px;
	left: -17px;
	transform: rotate(45deg);
	border: solid 17px transparent;
	transition: all 0.3s ease;
}

#menu-main-menu > li:hover > a,
#menu-main-menu > li.focus > a,
#menu-main-menu > li.current-menu-item > a {
	color: #fff;
	background: #31925D;
}

#menu-main-menu > li:hover > a:before,
#menu-main-menu > li.current-menu-item > a:before {
	border-left-color: #EED216;
}

@media(min-width: 768px) {
	#menu-main-menu > li.menu-item-has-children:hover .sub-menu {
		display: block;
	}
	

}

#menu-main-menu .sub-menu {
	display: none;
	list-style: none;
	position: absolute;
	z-index: 99;
	background: #fff;
	padding: 0;
	margin: 0;
	width: 320px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border: solid 1px rgba(0, 0, 0, 0.2);
	text-align: left;
}

#menu-main-menu .sub-menu li {

}

#menu-main-menu .sub-menu li a {
    display: block;
    color: #444;
    font-size: 14px;
    padding: 5px 10px;
	font-weight: bold;
}

#menu-main-menu .sub-menu li:hover a {
	color: #fff;
	background: #31925D;
}

/** Slider ***/
#slider {

}

/** Sidebar **/

.sidebar > h3 {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #009639;
	background: rgba(237, 209, 21, 0.4);
	padding: 20px;
}

.catMenu {	
	margin: 0 auto;
}

.catMenu li {
	margin-bottom: 2px;
}

.catMenu li a {
	color: #333;
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
	background: rgba(237, 209, 21, 0.4);
	font-size: 12px;
}

.catMenu > li.current > a,
.catMenu > li.active > a,
.catMenu > li:hover > a {
	background: RGBA(9, 116, 60, 0.7);
	color: #fed200;
}

.catMenu li a:before {
	content: "";
	position: relative;
	top: 5px;
	margin-left: -10px;
	display: inline-block;
	transform: rotate(45deg);
	border: solid 5px transparent;
}

.catMenu li.current a:before,
.catMenu li.active a:before,
.catMenu li:hover a:before {
	border-left-color: #EED216;
}

.catMenu li ul {
	display: none;
}

.catMenu li ul.open {
	display: block;
}

.catMenu li ul li a {
/*	padding: 10px 0px 10px 40px; */
	padding: 10px 0px 10px 20px;
	background: #e7e7e7;
/*	color: #777; */
	color: #222;  /* Text in hellgrauen Feldern dunkler */

}

.catMenu li ul li.active > a,
.catMenu li ul li:hover a {
	color: #D77828;
}

.catBox {
	list-style: none;
	margin: 0;
	padding: 0;
}

.catBox li {
	display: none;
}

.catBox li.active {
	display: block;
}

.cat-desc {
	margin-bottom: 20px;
}

.catBox .category-posts {
	overflow: hidden;
}

.catBox .post {
    float: left;
    width: 25%;
}

.catBox .post:not(:last-child) {
    padding-right: 15px;
}

.catBox .post img {
	max-width: 100%;
}

.products_page_content .catMenu.secondLevelMenu li > a{
    background: rgba(237, 209, 21, 0.4);
    color: #333;
}

.threeLevelMenu .catMenu li ul li > a{
	padding: 10px 0px 10px 60px;
}

.threeLevelMenu .catMenu li ul li.active > a, .threeLevelMenu .catMenu li ul li:hover a {
    color: #333;
    background: rgba(237, 209, 21, 0.4);
}



/* PDF MENU */

/*** Header Section ***/
.headerSection {
	background: url('../images/header_bg.jpg') no-repeat 0 0;
	padding: 2% 28% 2%;
}

.headerSection h1 {
	color: #fed200;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
	text-align: center;
}

/*** Top Menu ***/
.topMenu ul {
/*	background: #2A8451; */
			background: #38a06d; 
/*			background: rgb(60, 158, 107); */
	display: table;
	padding: 0 5%;
	margin: 0;
}

.topMenu ul li {
	display: table-cell;
	background: none;
	transition: all 0.3s ease;
}

.topMenu ul li a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 20px;
}

.topMenu ul li:hover,
.topMenu .current {
	background: rgba(255, 255, 255, 0.2);
	color: #2A8451;

}

.topMenu ul li a:before {
	content: "";
	position: relative;
	top: 5px;
	margin-left: -10px;
	display: inline-block;
	transform: rotate(45deg);
	border: solid 5px transparent;
	transition: all 0.3s ease;
}

.topMenu .current a:before,
.topMenu li:hover a:before {
	border-left-color: #EED216;
}

/*** Layout ***/
.page:after,
.sidebar:after,
.content:after {
	content: "";
	display: table;
	clear: both;
}

.content {
	
}

/*** Posts Layout ***/
.content .post h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #349561;
}

.content .post .post-image {
	float: left;
	width: 25%;
}

.archive-post {
	width: 70%;
	float: right;
}

.content .post {
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.content .post:after {
	content: "";
	display: table;
	clear: both;
}

/*** Markets Page ***/
.markets .catMenu li a {
	font-weight: bold;
}

.markets .content {
	background: #f5f5f5;
}

.markets .content-markets .content {
	background: #fff;
	padding: 5% 0;
}

.markets .catBox .thumb {
	float: left;
	width: 40%;
	padding: 40px 20px;
}

.markets .catBox .thumb img {
	max-width: 100%;
}

.markets .catBox .description {
	float: right;
	width: 60%;
	padding: 40px 20px;
}

/*** Default Template ***/
#main .page.default  {
	padding: 5% 15%;
}

#main .page.default .content {
	float: none;
	width: 100%;
}
/**** Footer ***/

#footer {
	padding: 5%;
	text-align: center;
}

.content .post embed,
.content .post iframe {
	width: 100%;
	height: 1000px;
	border: solid 1px #ccc;
}

/**** Home Page ****/
.home #main,
.archive #main,
.page #main,
.single #main,
.markets#main,
.default#main {
	padding: 5%;
}

/**** Contact Page ***/

.contact_form {
	padding: 60px;
}

.contact_table {
	padding-bottom: 0;
}

.contact-page .page {
	padding: 0;
}

.contact-page .sidebar,
.contact-page .content {
	padding: 5%
}

.contact-us {
	background: rgb(60, 158, 107) none repeat scroll 0% 0%;
/*	background: #38a06d none repeat scroll 0% 0%; */
	color: rgb(255, 255, 255);
	height: 400px;
	padding: 5% 10%;
	font-weight: bold;
}

@media (max-width: 767px) {
	.contact-us {
		background: rgb(60, 158, 107) none repeat scroll 0% 0%;
		color: rgb(255, 255, 255);
		height: auto;
		padding: 5% 10%;
	}	
}


.contact-us h2 {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 27px;
}

.acf-map {
	width: 100%;
	height: 400px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.langLink {
	display: inline-block;
	width: 200px:
	padding: 20px 30px;
	background: rgb(110, 168, 129);
	color: rgb(255, 255, 255);
	border-radius: 4px;
	font-size: 15px;
}


}
.langLink:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    background: #548d57;
}

.contact-us, .contact-us li a, input[type="submit"], #menu-main-menu .sub-menu li:hover a, .topMenu ul li a {
	color: #fed200;
}

ul.direct_contact {
    width: 100%;
}

ul.direct_contact li {
    width: 33.3%;
    float: left;
}

.pdf_contact li {
	margin-bottom: 20px;
}

.pdf_contact li a .pdf_icon {
    width: 30px;
    height: 40px;
    display: block;
    position: relative;
	margin-bottom: 6px;
	background: url('images/icon_pdf.png') no-repeat 0 0;
}

.pdf_contact li a:hover .pdf_icon {
	background: url('images/icon_pdf_on.png') no-repeat 0 0;
}

.products_page_content {
	padding: 60px 0;
}

.alignright {
    float: right;
}


/*	Homepage category	*/
.product_categories li {
	padding: 10px;
	text-align: center;
}

.product_categories li h1.page-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #009639;
    font-style: italic;
    min-height: 60px;
}


.product_categories li h1.page-title a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #009639;
    font-style: italic;
}

.product_categories li .cat-image {
    margin-bottom: 20px;
}

.video_section {
	text-align: center;
	margin-bottom: 30px;
}

.modal-dialog {
    margin-top: 160px;
}

#searchform input[type="text"] {
	max-width: 200px;
    background: #fff;
    border: 1px solid #019645;
}

.nospacing {
	margin: 0 !important;
	padding: 0 !important;
}

.search_icon {
    position: relative;
    display: inline-block;
}

#searchform {
	position: absolute;
    right: 68px;
    width: 200px;
    top: 50px;
    z-index: 99;
}

.video_img {
    width: 22px;
    position: relative;
    display: block;
    height: 22px;
    float: left;
    margin-right: 10px;
    background-size: contain;
}

	
@media(min-width: 768px) {
	
	.noPaddingL {
		padding-left: 0;
	}

	.noPaddingR {
		padding-right: 0;
	}
}

@media (max-width: 1199px) {
	/*** Navigation ***/
	#menu-main-menu,
	#menu-language {
		padding-top: 15px;
	}

	.topMenu ul {
		padding: 0;
	}
	
}

@media (max-width: 991px) {
	.topMenu ul li a {
/*	padding: 5px 15px; */
		padding: 3px 10px;
	}
}


@media (max-width: 767px) {
	#header {
		padding: 20px 0;
	}

	/*** Navigation ***/
	#logo {
		float: none;
	}
/* beschreibt Eintrag Menü bei kleinem Bildschirm */
	#menu-trigger {
		display: block;
		position: absolute;
		right: 110px;
		top: 0;
		font-size: 25px;
/*		background: #47a777; */
		background: #38a06d; 
		color: #fff;
		width: 100px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
	}
	#menu-trigger span {
		font-size: 18px;
		position: relative;
		top: -2px;
	}
	.laguage_menu {
		position: static;
	}
	.menu-language-container {
			display: inline;
	}
	.menu-language-container {
		position: absolute;
/*		top: 10px; */
		top: 0px;
		right: 10px;
	}
	.arrowDown {
		position: absolute;
		right: 10px;
		top: 5px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #444;
		font-size: 20px;
		z-index: 9;
		cursor: pointer;
	}
	#menu-main-menu > li:hover .arrowDown,
	.arrowDown:hover {
		color: #fff;
	}
	/*
	.arrowDown:before {
		content: "\f078";
		font-family: FontAwesome;
	} */
	#menu-main-menu .sub-menu {
		position: relative;
		border: medium none;
		width: 100%;
		box-shadow: none;
	}
	#menu-main-menu .sub-menu li a {
		padding: 10px 5%;
	}
	.menu-main-menu-container {
		float: none;
		padding: 0px;
		clear: both;
		margin-top: 20px;
		display: none;
	}
	#menu-main-menu {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		border: solid 1px rgba(0, 0, 0, 0.1);
		background: #fff;
		text-align: left;
	}
	#menu-main-menu,
	#menu-language {
		padding-top: 0;
	}
	/* erzeugt grünen Hintergrund bei Flaggen */
	#menu-language a {
		width: 35px;
		height: 35px;
		line-height: 40px;
		text-align: center;
/*		background: #47a777; */
		background: #38a06d; 
		padding: 0;
	}
	#menu-main-menu > li {
		display: block;
		padding: 0 !important;
	}
	#menu-main-menu > li:hover > a:before,
	#menu-main-menu > li.current-menu-item > a:before {
		display: none;
	}
	#menu-main-menu > li > a {
		font-size: 16px;
		padding: 10px;
		font-weight: normal;
	}

@media(max-width: 480px) {
	#container {
		width: 480px;
	}
	#menu-trigger {
		display: block;
		position: absolute;
		right: 95px;
		top: 0;
		font-size: 10px;
/*			font-size: 25px; */
/*		background: #47a777; */
		background: #38a06d; 

		color: #fff;
/*		width: 80px; */
		width: 70px;
		text-align: center;
/*		height: 40px; */
		height: 30px;
/*		line-height: 40px; */
		line-height: 30px;
		cursor: pointer;
	}
	#menu-trigger span {
		font-size: 18px;
		position: relative;
		top: -2px;
	}
	.laguage_menu {
		position: static;
	}

	.menu-language-container {
		position: absolute;
		top: 20px;
		right: 5px;
	}
}
	/**********************************/

	.sidebar {
		margin-bottom: 30px;
	}

	.topMenu ul {
		display: block;
	}

	.topMenu ul li {
		display: block;
	}
}

@media(max-width: 768px) {
	#logo {
		display: none;
	}
	#logo_mobile {
		display: block;
	}
}
	/**** Header Section ***/
	.headerSection {
		padding: 2%;
		text-align: center;
	}
}
	.headerSection h1 {
		font-size: 20px;
		line-height: 20px;
	}

	/*** Markets Page ***/
	.markets .catBox .thumb {
		float: none;
		width: 100%;
		padding: 2%;
		text-align: center;
	}
	.markets .catBox .description {
		width: 100%;
		padding: 2%;
	}
}

@media(min-width: 340px) {
.videobreite {
		width: 300px;
	}
}
@media(min-width: 360px) {
.videobreite {
	width: 320px;
	}
}
@media(min-width: 620px) {
.videobreite {
	width: 568px;
	}
}

.bestellung {
	padding-left: 20px;
	padding-right: 20px;
}	
#eintrag {

}

.trennlinie {
	height: 3px;
	background: url('../images/header_bg.jpg') no-repeat 0 0;
}

.videolink {
	background: #38A06D;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 10px 30px;
	font-style: italic;
	box-shadow: none;
	transition: all 0.4s ease;
}
.fehleranzeige{
	font-size: 18px;
	font-weight: bold;
	color: red;
}

.pdfaufruf {
	background-color: #aaa;
/*  background-color: #38A06D; */
	border: none;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block; 
	text-align: center;
	font-weight: bold;
	color: white;
	padding: 5px 10px;
	font-style: italic;
	box-shadow: none;
}

a.pdfaufruf1 {
	background-color: #aaa;
/*  background-color: #38A06D; */
	border: none;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block; 
	text-align: center;
	font-weight: bold;
	color: white;
	padding: 5px 10px;
	font-style: italic;
	box-shadow: none;
}
a.pdfaufruf2 {
	background-color: #aaa;
	border: none;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block; 
	text-align: center;
	font-weight: bold;
	color: white;
	padding: 5px 10px;
	font-style: italic;
	box-shadow: none;
}

a.pdfaufruf1:link {color:white;}
a.pdfaufruf1:visited {color:white;}
a.pdfaufruf1:hover {font-size:150%;}

a.pdfaufruf2:link {color:white;}
a.pdfaufruf2:visited {color:white;}
a.pdfaufruf2:hover {font-size:150%;}

.video {
	display: block;
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

.video2 {
	display: block;
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
}

input[type="videobutton"]
{
	background: #38A06D;
	border: none;
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 1px 2px;
	font-style: italic;
	box-shadow: none;
	transition: all 0.4s ease;
}
input[type="videobutton"]:hover{
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	background: #24774E;
}
.center {
	text-align: center;
}
