/* @override 
	https://felixtools.at/templates/felix-tools/css/custom.css */


/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}


html, body {
	font: 18px/140% 'Lato', sans-serif;
	color: #000;
	background-size: cover;
	font-weight: 400;
}

body {
	overflow: hidden;
	height: auto!important;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
	border-top: 1px solid #6aa284;
	padding: 7px 6px;
	vertical-align: top; 
}
table>tbody {
	border-bottom: 1px solid #6aa284;
}

.module-content ul li::before {
	content: "";
}
.nav>li>a:focus, .nav>li>a:hover{
	background: none;
}

#main:after, .menunav::after, #fullwidth .moduletable::after, .page-content > div::after, #navigation::after, #footer #main::after, .items-row::after, .bilder::after, .contentbox::after, .linie::after {	
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
body #wrap {
	padding-top: 105px;
}
@media (max-width: 767px) { 
	body #wrap {
		padding-top: 57px;
	}
}
body section {
	padding-top: 0;
}
#fullwidth {
	z-index: 1;
}

#main {
	padding-bottom: 0px; 
	text-align: left;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 20px;
	color: #0d7a48;
}
h1 {
	font-size: 42px;
	font-weight: 900;
}
	
h2 {
	font-size: 36px;
}
h3 {
	font-size: 27px;
	font-weight: 900;
}
h4 {
	font-size: 24px;
}
a {
	color: #0b7948;
}
a:focus, a:hover {
	color: #000000;
	text-decoration: underline;
}
p {
	padding-top: 0;
}
ol, ul, p {
	padding-bottom: 15px;
}
ul li {
	list-style: disc;
}


a.btn {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0px solid #0b7948;
	border-radius: 0px;
	font-variant: normal;
	line-height: 1.2em;
	color: #0b7948;
	border-radius: 0px;
	background: none;
	font-weight: 700;
	font-size: 16px;
}
a.btn:hover {
	
}
.btn .icon-chevron-right {
	display: none;
	visibility: hidden;
}
.btn-primary {
	background-color: #525151;
	border-color: #525151;
}
a.link {
	background-color: #c1ccd2;
	display: block;
	text-align: center;
	text-decoration: none!important;
	padding-top: 3px;
	padding-bottom: 4px;
}
section, #main #container, .container {
	background: none;
}
.header {
	height: 105px;
}
.header--fixed {
	z-index: 50;
}


#main {
	padding-top: 0;
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}
#main-box {
	padding-top: 0!important;
	padding-bottom: 0!important;
	margin-bottom: 0;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	#top {
		height: auto;
	}

	#top .custom p{
		text-align: center;
	}
}
/* Navigation */
#top {
	position: fixed;
	width: 100%;
	z-index: 1001;
	padding-top: 0;
	padding-bottom: 0;
	height: 105px;
	background-color: #fff;
  	border-bottom: .5rem solid #98c648;
}
.linie {
	display: flex;
  	justify-content: space-between;
	padding-top: 26px;


}
#top .container {
	background: none;
	font-size: 14px;
	padding-right: 0;
}
#top p {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.logo {
	text-align: left;
}
.logo img {
	height: 36px;
	width: 327px;
	margin-top: 6px;
}
.topnav {
	float: left;
	padding-top: 0;
	padding-bottom: 6px;
}

.navigation {
	padding-left: 0;
	padding-top: 17px;
	display: flex;
	justify-content: flex-end;
	flex-grow: 1;
}

.headroom.headroom--not-top, #top.top.affix {
	height: 105px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.11);
}



.headroom, #top.top, #top .titel img,  #top.affix img, #top img, .navigation, .top.affix .logo, .navigation a span {
	transition: all 300ms ease-in-out 0s;
}
@media (max-width: 990px) {
	.logo img {
		height: 36px;
		margin-top: 15px;
	}
}
@media (max-width: 767px) {

	header, .header--fixed{
		position: relative;
	}
	body #wrap {
		padding-top: 0px;
	}
	#top, #top.affix, .headroom.headroom--not-top, #top.top.affix {
		position: relative!important;
		height: 55px;
	}
	.linie {
		border-top-width: 5px;
		padding-top: 4px;
		padding-left: 0;
		margin-left: -15px;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	
	.header {
		height: 55px;
	}

	.logo img {
		height: 24px;
		margin-top: 0;
	}
	.navigation {
		padding-top: 2px;
		justify-content: flex-start;
	}
	.logo {
		text-align: right;
		margin-left: 0;
		padding-right: 10px;
		width: 50%;
	}
}

/* Bannerbilder */

#banner .moduletable {
	margin: 0;
	padding: 0;
	height: 450px;
	background-position: center center;
	background-size: cover;
}
 
#banner .container {
	height: 100%;
	display: flex;
	align-items: center;
}
#banner .custom {
	width: 480px;
	background-color: #fff;
	margin-left: 30px;
	border-top: 10px solid #147846;
	padding: 20px 35px;
	font-size: 22px;
	color: #147846;
}
#banner .schmal .moduletable {
	height: 340px;
}
#banner .schmal .moduletable .custom {
	display: none;
	visibility: hidden;
}
#banner p.pfeil {
	text-align: right;
	padding-bottom: 0;
	margin-top: -10px;
}
@media (max-width: 990px) { 
	
	#banner .moduletable {
		margin: 0;
		padding: 0;
		height: 400px;
	}
	#banner .custom {
		width: 400px;
		font-size: 18px;
	}
	#banner .schmal .moduletable {
		height: 200px;
	}
}
@media (max-width: 768px) { 

	#banner .moduletable {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		padding: 20% 0;
		height: auto;
	}
	#banner .custom {
		width: auto;
		font-size: 18px;
		padding: 20px;
		margin-left: 10px;
	}
	#banner .schmal .moduletable {
		height: 15 0px;
	}
	
}
#banner .notext .custom {
	display: none;
	background: none;
	border: none;
	height: auto;
}

/* Inhalte */

#main {
	background-color: #fff;
}
.item-page {
	margin-top: 40px;
	padding-bottom: 0px;
}


.page-header, 
#content-top .module-title {
	text-align: center;
	border: none;
	position: relative;
	border-bottom: solid 2px #147846;
	margin: 20px 0 25px !important;
	padding-bottom: 0;
}


.page-header h1, .item-page .page-header h1, .item-page .page-header h2,  #content-top .module-title h1, #content-bottom .module-title h3 {
	display: inline-block;
	margin-top: 0 !important;
	font-weight: bold;
	padding: 0 10px 15px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 40px;
}

.prodseite .page-header h2 {
	text-transform: none;
}

.page-header:nth-of-type(even) {
	border: none;
}
.page-header:nth-of-type(even) h2 {
	text-transform: none;
	font-size: 36px;
}

/* Newsbeitrag */
.blog .item .page-header {
	margin-bottom: 20px;
	border: none;
}
.blog .item .page-header h2 {
		padding-bottom: 10px;
		background-size: auto 3px;
		margin-bottom: 10px;
		margin-top: 0;
		font-weight: bold;
		text-align: left;
}
}
.blogpost {
	padding-top: 20px;
}
.blog .items-row {
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	margin-right: -15px;
	margin-bottom: 0;
	margin-left: -15px;
}
.blog .item {
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	background-color: #fff;
	padding: 20px;
}
.blog .item .text {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}


.blog .item .text {

	display: flex;
	flex-direction: row;
	justify-content: center;
}
.blog .item .text .articletitle {
	width: 250px;
	flex-shrink: 0;
}
.blog .item .text .articletext {
	flex-shrink: 2;
	width: 60%;
}
.blog .item .page-header {
	text-align: left;
	border-bottom: none;
	padding-left: 30px;
	background: none;
}
.blog .item .text .item-image {
	width: 40%;
}

.blog .item .articletitle h2 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	font-size: 26px;
}
.blog .item .articletitle h2 a {
	text-decoration: none!important;
}

.blog .item-image {
	text-align: center;
	overflow: hidden;
	position: relative;
}
.blog .item-image img {
	padding-right: 0px;
}
.blog .item-image a,
.newsflash .item-image a {
	display: block;
	position: relative;
}

.blog .items-row {
	padding-bottom: 0px;
}

.blog .item .page-header {
	margin: 0px 0 0px!important;
	padding: 0 !important;
}
.blog .articletext {
	padding-right: 30px;
	padding-left: 0;
}
p.readmore {
	text-align: right;
	padding-right: 20px;
}
p.readmore a {
	font-weight: bold;
}

p.readmore a:hover {
	color: #97c548;
}
.blog p.readmore {
	text-align: left;
	padding-left: 0;
}

xxxp.readmore a::before {
	content:"\2026";
	font: 36px/0 Georgia, "Times New Roman", Times, serif;
	text-decoration: none!important;
}


@media (max-width: 767px) { 
	.blog .item .text {
		flex-direction: column;
	}
	.blog .item .text .articletext, .blog .item .text .item-image {
		flex-shrink: 0;
		width: 100%;
	}
}


#main-box .blog-featured .item-title a, #main-box .blog .page-header a, #main-box  .btn {
	text-decoration: none;
}

#main-box h2.item-title a, #main-box .blog .page-header h2 a {
	text-decoration: none;
}

.pagination-wrapper {
	text-align: center;
	line-height: 14px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #98c648;
	border-color: #98c648;
}
.pagination>li>a, .pagination>li>span {
	color: #75a58e;
	text-decoration: none!important;
	padding-top: 8px;
	padding-bottom: 2px;
	line-height: 20px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}
.item-page .item-image {
	float: right;
	width: 45%;
}
.item-page .item-image img {
	padding-left: 30px;
	padding-bottom: 20px;
}

@media (max-width: 767px) { 
	.item-page .item-image {
		float: none;
		width: 100%;
	}
	.item-page .item-image img {
		padding-left: 0px;
		padding-bottom: 20px;
	}

}

/* bottome */
#content-bottom {
	padding-bottom: 0px;
}

#content-bottom .textblock {
	background-color: #f6f6f6;
}
#content-bottom .single .produkte .elemente .element .abstand {
	background: none;
	padding-bottom: 25px;
}
/* Meldungen */

#system-message {
	border: 1px solid #9f9f9f;
	background-color: #fff;
	text-align: center;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 0px;
}


/* Fussleiste*/

#footer {
	font-size: 16px;
	padding-bottom: 40px;
	line-height: 1.4em;
	color: #f2f7f1;
	text-align: left;
	background-color: #147846;
	padding-top: 20px;
  	border-top: .5rem solid #98c648;
	margin-top:2rem;
}
#footer .row {
	display: flex;
	justify-content: space-between;
}
#footer .row .mod1, #footer .row > .menu {
	width: 33%;
}
#footer .row .mod2 {
	width: 34%;
	text-align: center;
}
#footer .custom {
	align-items: to;
	padding-top: 10px;
}
#footer img {
	max-width: 170px;
}
#footer p {
	padding: 0 0 20px;
	margin: 0;
}

#footer a {
	color: #fff;
}
#footer a:hover {
	background: none;
	text-decoration: underline;
}

#footer .moduletable {
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#footer .element3 ul li:before {
	content: "»";
	padding-right: 5px;
}

#footer .nav {
	text-align: right;
	padding-right: 5px;
	font-weight: normal;
	font-style: normal;
}

#footer .nav li {
	display: block;
	width: auto;
	white-space: nowrap;
	padding-bottom: 0px;
}
#footer .nav li.item-216 {
	padding-top: 20px;
}
#footer .nav li.item-216 img {
	width:32px;
	height:32px;
}
#footer .nav li a {
	padding: 0;
	display: inline-block;
	color: #fff;
	margin: 0;
}

@media (max-width: 767px) { 
	#footer {
		padding-left: 10px;
	}
	#footer .row {
		flex-direction: column;
	}
	#footer .row .mod,
	#footer .row .mod2 {
		width: 100%;
		text-align: left;
	}
	#footer .nav { 
		text-align: left;
	}

}


/* Zurück nach oben */
.back-to-top {
	position: fixed;
	bottom: 1.5em;
	right: 1rem;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	width: 50px;
	height:50px;
	transform: rotate(-90deg);
	padding: 1em;
	text-align: center;
	line-height: 1.2em;
	z-index: 1200;
	background: rgba(20, 120, 70, 0.5) url("/images/allgemeine-grafiken/pfeil-weiss.svg") no-repeat center center;
	background-size: 70% 70%;
	overflow:hidden;
	text-indent:-999px;
}
.back-to-top:hover {
	background-color: rgba(20, 120, 70, 0.8);
}
/* Suche */
span.icon-search:after { 
	font-weight:bold;
}


/* Statseite Einleitung*/
#content-top .moduletable {
	margin: 0;
	padding: 20px 0 0;
}
.anwenderstart ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.anwenderstart ul li {
	width: 210px;
	text-align: center;
	margin: 9px;
	padding: 10px;
	background-color: #eaf4f0;
	font-weight: bold;
	
}
#content-top .anwenderstart .module-title {
	margin-top: 0!important;
	padding-top: 0!important;
}


/* Inhalte */
.box {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 30px 0 50px;
}
.box.weit, .featured  {
    position: relative;
	margin: 0 -9999rem !important;
	padding: 0 9999rem !important;
	clear: both;
}
.featured {
	padding-top: 50px!important;
	padding-bottom: 20px!important;
}
div.box:first-of-type {
	margin-top: 40px!important;
}
.box.gruen, .featured {

}

.box .elemente {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box.einleitung {
	padding-top: 0;
	padding-bottom: 0;

}
.box.einleitung .text {
	max-width: 700px;
	margin-right: auto;
}
.bildbox .bild p:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 10px;
}
.produkte .elemente {
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}
.produkte .elemente .element {
	width: 25%;
	align-items: stretch;
	justify-content: center;
}
.produkte2 .elemente .element {
	display: flex;
}
.produkte .elemente .element .abstand, .textblock .abstand {
	margin: 5px;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	display: flex;
	flex-direction: column;
}
.textblock .abstand {
	margin: 0;
}
#main-box .produkte a, .produkte a:hover, .produkte a:focus {
	text-decoration: none!important;
}
.produkte.produkte2 .element {
	width: 50%;
}
.produkte .element.gruen {
	background: none;
}
.prod {
	background-color: #98c648;
	padding: 20px 4px 20px 20px;
	width: 100%;
}

.icon {
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	font-weight: 700;
	text-decoration: none!important;
	text-align: center;
	font-size: 15px;
	color: #98c648;
	line-height: 1.2em;
	flex-shrink: 0;
}
.icon span {
	font-size: 22px;
	display: block;
	font-weight: 900;
}
.gruen > .abstand {border-bottom: 8px solid #72bb53;}

.orange .prod {background-color: #ee9636;}
.orange .prod .icon {color: #ee9636;}
.orange .abstand {border-bottom: 8px solid #ee9636;}

.blau .prod {background-color: #66a4df;}
.blau .prod .icon {color: #66a4df;}
.blau .abstand {border-bottom: 8px solid #66a4df;}


.rot .prod {background-color: #da3d2f;}
.rot .prod .icon {color: #da3d2f;}
.rot .abstand {border-bottom: 8px solid #da3d2f;}

.produkte .elemente .abstand {
	border-bottom: 0px solid #333;
}

.prod .text {
	flex-grow: 2;
	margin-left: 10px;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
}
.prod .rahmen {
	display: flex;
	align-items: center;
}
.prod h3 {
	font-size: 20px;
	text-decoration: none;
	padding-bottom: 0;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}
.prod strong {
	font-weight: 900;
}

.prod p {
	padding: 0;
	margin: 0;
}
.produkte2 {
	padding-top: 20px;
	padding-bottom: 40px;
}
.produkte2 .elemente {
	justify-content: flex-start;
}
.produkte2 .prod {
	flex-grow: 0;
}
.produkte2 .textfeld {
	padding: 20px 20px 0 35px;
	flex-grow: 2;
}
.produkte2 .textfeld ul, .produkte2 .textfeld ul li{
	list-style: none;
	margin: 0;
	padding: 0 0 8px;
}


.textblock .elemente {
	padding: 30px 30px 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}
.textblock .abstand {
	display: block;
}
.textblock .ueberschr {
	width: 290px;
	flex-shrink: 0;
}

.textblock .textfeld {
	flex-shrink: 2;
	flex-grow: 1;
}
.textblock .ueberschr ul {
	color: #137746;
	font-weight: bold;
	padding-left: 0px;
	margin-left: 20px;
}
.textblock .ueberschr ul li {
	padding-bottom: 6px;
}
.einleitung .textblock {
	position: relative;
	z-index: 10;
}
.box.prodliste {
	padding-top: 80px!important;
}
@media (max-width: 1200px) { 
	.produkte .elemente .element {
		width: 33%;
	}
	.produkte.produkte2 .element {
		width: 50%;
	}

}
@media (max-width: 990px) { 

	.produkte .elemente .element {
		width: 50%;
	}
	.produkte.produkte2 .element {
		width: 100%;
	}

}
@media (max-width: 767px) { 
	.box.weit  {
	    position: relative;
		margin: 0 -15px !important;
		padding: 0 0rem !important;
		clear: both;
	}
	.box.prodliste {
		padding-top: 80px!important;
	}
	.box .elemente {
		flex-direction: column;
	}
	.produkte .elemente .element, .textblock .ueberschr {
		width: 100%;
	}
	.produkte2 .textfeld {
		padding: 20px 20px 0;
	}
	.textblock .elemente {
		padding-top: 20px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.textblock .textfeld {
		width: 100%;
	}
}

/* Textblock enger */

.textblock-enger {
	padding-bottom:1.5rem;
}

@media (min-width: 767px) {
	.textblock-enger {
		width:580px;
		margin:0 auto;
	}
}

/* Anwender */

.single .produkte .elemente {
	padding: 0;
	justify-content: flex-start;
}
.single .produkte .elemente .element {
	width: 270px;
}
.single .produkte .element .abstand,
.single .element > .abstand {
	box-shadow: 0 0 0;
	border: none;
	padding: 0 0 20px;
	margin: 0;
}
.single .prod {
	background: none;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.single .prod .icon {
	background-color: #98c648;
	color: #fff;
	height: 44px;
}

.single .prod h3 {color: #98c648;}
.single .orange .icon {background-color: #ee9636;}
.single .orange .prod h3 {color: #ee9636;}
.single .blau .icon {background-color: #66a4df;}
.single .blau .prod h3 {color: #66a4df;}
.single .rot .icon {background-color: #da3d2f;}
.single .rot .prod h3 {color: #da3d2f;}


#anwender .einleitung .textblock {
	margin-bottom: -140px;
}
#anwender .box.gruen {
	padding-top: 170px!important;
	padding-bottom: 40px!important;
}
#anwender table {
	width: 100%;
}
#anwender table p {
	padding: 0;
}
#anwender table tr td {
	width: 70px;
}
#anwender table tr td:first-of-type {
	font-weight: bold;
	width: auto;
	vertical-align: middle;
	font-size: 20px;
}
@media (max-width: 990px) { 

	.textblock .elemente {
		flex-direction: column;
	}
}

@media (max-width: 767px) { 
	#anwender table tr td:first-of-type {
		font-size: 16px;
	}
	#anwender table tr td {
		width: auto;
		padding-right: 2px;
		padding-left: 2px;
	}
}


/* Über uns */

#ueberuns .box.gruen .textblock {
	position: relative;
	top: -80px;
	padding-top: 30px;
}
#ueberuns .box.gruen {
	margin-top: 80px !important;
	
}
#ueberuns .box.gruen .textblock:last-of-type {

	margin-bottom: -40px;
}
#ueberuns .gruen h4 {
	font-weight: bold;
	padding-bottom: 0;
	margin-top: 30px;
}

a.linkbox {
	background: url(../images/button.svg) right center no-repeat #f1f7f4;
	text-decoration: none;
	display: flex;
	align-content: stretch;
	justify-content: space-between;
	margin-right: 20px;
}
a.linkbox span {
	display: block;
	padding: 5px 10px 5px 20px;
	flex-grow: 2;
}
a.linkbox span.pfeil {
	flex-grow: 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 20px;

	background-size: cover;
	padding-left: 45px;
	padding-right: 13px;
}

.ansprech .elemente {
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-around;
}
.ansprech .element {
	width: 33%;
}
.ansprech .element1 {
	width: 100%;
}
.ansprech h3 {
	width: 100%;
}
.ansprech p {
	padding-bottom: 10px;
}
.ansprech strong {
	color: #0b7948;
}
.ansprech .element .abstand {
	box-shadow: 0 0 0;
	padding: 20px;
}
.ansprech img {
	width: 200px;
}



.partner .abstand {
	box-shadow: 0 0 0;

}
.partner .elemente {
	display: block;
	text-align: center;
}
.partner img {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	
}

@media (max-width: 990px) { 

	.ansprech .elemente { 
		flex-direction: row;
	}
}

#prodseite .box.gruen {
	padding-top: 30px!important;
	padding-bottom: 20px!important;
	margin-top: 30px!important;
}
#prodseite .box .textblock {
	margin-bottom: 40px;
}

#prodseite .ueberschr h4 {
	color: #9b9c9c;
	font-size: 20px;
	font-weight: bold;
}
#prodseite .textblock .single .prod .icon {
	height: 55px;
	width: 55px;
	font-size: 16px;
	line-height: 1.3em;
}
#prodseite .textblock .single .prod h3 em strong {
	font-size: 32px;
	display: block;
	padding-top: 5px;
}
#prodseite .textblock .single .icon span {
	font-size: 30px;
	padding-bottom: 3px;
}
#prodseite .textblock .single .prod h3 {
	font-size: 22px;
	line-height: 1.1em;
}
#prodseite .textblock .ueberschr {
	width: 280px;
}
#prodseite .gallerie .abstand {
	padding: 20px;
}


table.matrix {
	width: 100%;
	font-size: 16px;
}
table.matrix tr.ueberschrift td {
	color: #72bb53;
	text-align: center;
	border: none;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 18px;
}
table.matrix.orange tr.ueberschrift td {color: #AF6D10;}
table.matrix.blau tr.ueberschrift td {color: #75a9f9;}
table.matrix.rot tr.ueberschrift td {color: #ff3823;}

table.matrix td {
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 140px;
	
}
table.matrix td:first-of-type {
	text-align: left;
	width: auto;
}
table.matrix td:nth-of-type(2n) {
	background-color: rgba(152,198,72,.2) ;
}
table.matrix td:nth-of-type(3n) {
	background-color: rgba(152,198,72,.35) ;
}
table.matrix td:nth-of-type(4n) {
	background-color: rgba(152,198,72,.5) ;
}
table.matrix td:nth-of-type(5n) {
	background-color: rgba(152,198,72,.65) ;
}
table.matrix tr.noline td {
	border-top: none;
}
table.matrix tr.noline td:first-of-type{
	padding-left: 20px;
}

.links .abstand {
	background-color: #0b7848;
	padding-bottom: 10px;
}
.links .elemente {
	justify-content: center;
}
.links .element {
	width: 33%;
	color: #fff;
	text-align: center;
}
.links .knopf {
	width: 240px;
	display: inline-block;
	text-align: left;
	overflow: hidden;
	background: url(../images/weiter-grau.svg) right center no-repeat #fff;
	height: 45px;
	background-size: 120px;
	
}
.links .knopf a {
	display: flex;
	font-weight: bold;
}
.links .knopf a span {
	display: block;
	width: 50%;
	padding: 10px;
	flex-grow: 2;
}
.links .knopf a span.punkte {
	width: 60px;
	flex-grow: 0;
		transform: rotate(135deg);
}
.links .knopf a span.punkte::before {
	content:"\2026";
	font: 36px/0 Georgia, "Times New Roman", Times, serif;
	text-decoration: none!important;
	display: block;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: -3px;
}
iframe.rahmen {
	border: 2px solid #e1e2e1;
	width: 100%;
	padding: 5px;
	margin: 1px 1px 10px;
}
@media (max-width: 990px) { 

	.links .element {
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.scrollbox {
		width: 100%;
		overflow-y: auto;
	}

}


.box.gruen iframe {
	border: 4px solid #fff!important;
	margin-top: 30px;
	margin-bottom: 10px;
}


/* Newsletter Anmeldung */

.acym_module label {
	font: 18px/140% 'Lato', sans-serif;
	padding-right:12px;
}

.acym_module .acyterms input{
	float:left;
	padding:0 10px 10px 0;
}

.acym_module input[type="checkbox"]{
	margin: 2px 5px 12px 6px;
}

.acym_module .acyterms input[type="checkbox"]{
	margin: 6px 12px 12px 0;
}

.acym_module input[type="text"],
.acym_module input[type="email"]{
	border: 2px solid #98c648;
	padding: .25rem .5rem;
	margin-top:.25rem;
	border-radius: 4px;
	width:19rem;
}

.acym_module input.btn {
	display: inline-block;
	padding: .375rem .75rem;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid #0b7948;
	font-variant: normal;
	line-height: 1.2em;
	color: #0b7948;
	border-radius: 4px;
	background: #98c648;
	font-weight: 700;
	font-size: 20px;
}

.acym_module input.btn:hover {
	color:#fff;
	background: #0b7948;
}

.acyfield_2 .acym__users__creation__fields__title:after {
	display: inline-block;
	content:'(Pflichtfeld)';
	padding:.25rem 1rem .25rem .25rem;
	font-size:12px;
}
.acyfield_5 .acym__users__creation__fields__title {
	display: none;
}

.acym_module table > tbody {
	border-bottom: none;
}

/* Update 2023 */

.twocols > div,
.threecols > div {
	box-size:border-box;
	padding: 1rem 1rem 2rem;
	text-align:center;
}
.imageandtext > div:last-child {
	padding: 1rem 0 2rem 1rem;
	}

@media screen and (min-width: 40rem) {

	.imageandtext {
	display:flex;
	justify-content:space-between;
	}
	.imageandtext > div:first-child {
	flex: 0 0 60%;
	}
	.imageandtext > div:last-child {
	flex: 0 0 40%;
	}
}
@media screen and (min-width: 50rem) {

	.twocols {
	display:flex;
	justify-content:space-between;
	text-align:center;
	}
	.twocols > div {
	flex: 0 0 50%;
	padding: 1rem; 
	}

}

@media screen and (min-width: 65rem) {

	.threecols {
	display:flex;
	justify-content:space-between;
	text-align:center;
	}
	.threecols > div {
	flex: 0 0 32%;
	padding: 1rem; 
	}
}
