/* @override 
	https://2026.drm-dat.eu/templates/drmdat-26/css/user.css?* */

/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v25-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v25-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/lato-v25-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v25-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v25-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v25-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v25-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v25-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v25-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v25-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v25-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v25-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
 
*,
:after,
:before {
 box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference) {
 :root {
  scroll-behavior:smooth
 }
}
  

html, body {
	font: 16px 'Lato', sans-serif;
	line-height: 1.5em;
	color: #949494;
	font-weight: 400;
	background-color: #e9eae9;
}

body {
	height: auto!important;
	background-size: 100% auto;
}
/* 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: 0px solid rgba(144, 168, 69, 0.50);
	padding: 4px 5px 4px 9px;
	vertical-align: top; 
}
table>tbody {
	border-bottom: 0px solid rgba(144, 168, 69, 0.50);
}
.table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Für flüssiges Scrollen auf iOS */
}
.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, body section {
	padding-top: 0px;
}

#fullwidth {
	z-index: 1;
}

main {
	padding-bottom: 0px; 
	width: 100%;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #8ebe42;
}
h1 {
	font-size: 38px;}
	
h2 {
	font-size: 34px;
}
h3 {
	font-size: 28px;
	font-weight: bold;

}
h4 {
	font-weight: bold;
	font-size: 24px;
	color: #949494;

}
h5 {
	font-size: 18px;
}

a {
	color: #524c47;
}
a:focus, a:hover {
	color: #354882;
	text-decoration: underline;
}
p {
	padding-top: 0;
}
ol, ul, p {
	padding-bottom: 15px;
}
.com-content-article__body ul {
	overflow: visible;
	padding-left: 1px;
}
.com-content-article__body ul li {
	list-style: disc;
}

@media (max-width: 767px) { 

	h1 {font-size: 32px;}
	h2 {font-size: 28px;}
	h3 {font-size: 24px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}
}
#main-box a{
	text-decoration: underline;
}
a.btn {
	display: inline-block;
	padding: 10px 20px;
	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 #949494;
	border-radius: 0px;
	font-variant: normal;
	line-height: 1.2em;
	color: #565656;
	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;
}
.container {
	max-width: 1170px;
}
header, .header--fixed{
	position: relative;
}
.headroom--unpinned {
	transform: translateY(0%);
}
.schatten {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
	z-index: 20;
	position: relative;
	background-color: #fff;
	margin-top: 20px;
}
#main {
	padding-top: 0;
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}


/* Navigation */

.linie {
	border-bottom: 3px solid #515251;
	height: 90px;
	display: flex;
	justify-content: space-between;}

#top {
	width: 100%;
	z-index: 1001;
	padding-top: 0;
	padding-bottom: 0;
	
}


#top p {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.logo {
	line-height: 88px;
	padding-left: 25px;
}
.logo img {
	width: 190px;
}
.topnav {
	padding-top: 0px;
	padding-bottom: 6px;
}

.container-header nav {
	width: auto;
	padding-left: 0;
	padding-right: 50px;
	padding-top: 67px;
	flex-grow: 2;
	display: flex;
	justify-content: flex-end;
	flex-shrink: 2;
	margin-top: 0;
}

@media (max-width: 990px) {
	.navigation  {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.schatten {
		margin-top: 0;
	}
	.linie {
		flex-direction: row-reverse;
		height: 60px;
	}
	.logo {
		line-height:60px;
		padding-left: 5px;
		padding-right: 10px;
	}
	.logo img {
		width: 150px;
	}
	.container-header nav {
		padding-top: 6px;
		padding-left: 0;
		display: flex;
		justify-content: flex-start;
		padding-right: 0;
	}
}

/* Bannerbilder */

#banner .moduletable {
	margin: 0;
	padding: 0;
}
#banner .custom {
	height: 490px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
#banner .custom .textfeld {
	background-color: #8ebe42;
	margin-bottom: 79px;
	padding: 15px 20px;
	color: #fff;
	font-size: 24px;
	line-height: 1.4em;
	width: 52%;
	box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.46);
}
#banner .custom .textfeld p {
	padding: 0;
}

@media (max-width: 990px) {
	#banner .custom {
		height: 390px;
	}
	#banner .custom .textfeld {
		width: 80%;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	#banner .custom {
		height: 280px;
	}
	#banner .custom .textfeld {
		width: 100%;
		font-size: 16px;
		margin-bottom: 0;
	}

}

/* Inhalte */


.item-page {
	margin-top: 0px;
	padding-bottom: 0px;
}

.page-header, 
#content-top .module-title {
	border: none;
	position: relative;
	padding: 40px 20px 40px 40px;
	margin: 0px 0px 0px 0px !important;
}

.blog {
	padding-top: 0px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.page-header h1, .item-page .page-header h1, .item-page .page-header h2, #main-box > h1, #content-top .module-title h1, #content-bottom .module-title h3 {
	font-size: 45px;
	display: inline-block;
	margin-top: 0!important;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
}
.field-entry {
	font-weight: bold;
	font-size: 18px;
	padding-right: 20px;
	padding-left: 40px;
	margin-top: -40px;
}
#standard .com-content-article__body {
	padding-left: 40px;
	padding-bottom: 30px;
	padding-right: 40px;
}

@media (max-width: 767px) { 
	.page-header, #content-top .module-title {
		padding-left: 10px;
	}
	.page-header h1, .item-page .page-header h1, .item-page .page-header h2, #main-box > h1, #content-top .module-title h1, #content-bottom .module-title h3 , h1.igallery_title {
		font-size: 35px;
	}
}

/* Newsbeitrag */

.blog-item h2.item-title {
		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{
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 50px;
	margin-top: 50px;
}
.blog-item {
	margin-bottom: 0px;	
	background-color: #fff;
}

.blog-item .item-content{
	display: flex;
	align-items: stretch;
}

.blog-item .text {
	width: 67%;
}
.blog-item .bild {
	width: 33%;
}
.blog-item .field-entry {
	margin-top: 0;
}
.blog-item .bild .abstand {
	padding-left: 40px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.blog-item .text .abstand {
	padding-right: 30px;
}
.blog-item .articletitle {
	text-align: left;
	border-bottom: none;
}
.blog-item .page-header {
	padding-top: 0!important;
	margin-top: 0!important;
}
.blog-item ul.fields-container {
	margin-left: 0;
}
.blog-item li.field-entry {
	padding-left: 0;
	list-style: none;
}
.blog-item .articletitle h2 {
	font-weight: normal;
	font-style: normal;
	margin-top: 0!important;
	margin-bottom: 0;
	padding-top: 0!important;
	font-size: 30px;
	color: #8ebe42;
}
.blog-item .articletitle h2 a {
	text-decoration: none!important;
	color: #8ebe42;
	font-weight: bold;
}

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

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

.blog-item .page-header {
	margin: 0px 0 0px!important;
	padding: 0px 0 0!important;
}

p.readmore {
	font-size: 16px;
}
p.readmore a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none!important;
	font-weight: normal;
	font-style: normal;
	color: #8ebe42;
	text-align: center;
	text-decoration: none!important;
	background-color: #eef5e3;
}

p.readmore a:hover {
	background-color: #eff4e8;
	color: #354882;
}


@media (max-width: 767px) { 
	.blog-item .item-content{
		flex-direction: column;
	}

	.blog-item .page-header h2 {
		font-size: 35px;
	}
	.blog-item.bild .abstand {
		padding-left: 20px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	.blog-item .text .abstand {
		padding-right: 20px;
		padding-left: 20px;
	}

	.blog-item .text,
	.blog-item .bild 
	 {
		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 {
	border-color: #354882;
}
.pagination>li>a, .pagination>li>span {
	color: #354882;
	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;
}




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

#content-bottom .moduletable {
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: 10px;
	padding-top: 20px;
	clear: both;
	padding-bottom: 10px;
	text-align: center;
}
/* 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: 14px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	background-color: #8ebe42;
	position: relative;
	z-index: 10;
	padding-top: 70px;
	margin-top: -40px;
}

#footer p {
	padding: 0;
	margin: 0;
}
#footer img {
	height: 30px;
	margin-bottom: 10px;
}

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

#footer .moduletable {
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}



@media (max-width: 990px) { 
	
	#footer .elemente{
		flex-direction: row;
		display: flex;
		flex-wrap: wrap;
	}
	#footer .element {
		width: 50%;
	}
	#footer .element1 {
		text-align: left;
		text-align: center;
	}

}
@media (max-width: 767px) { 
	#footer .element {
		width: 100%;
	}

}
#footer2 {
	background-color: #cde2ab;
}
#footer2 .servicenav {
	margin-top: 0px;
}
#footer2 ul.nav {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	display: block;
	margin: 0;
	padding: 0;
}

#footer2 ul.nav li {
	display: inline-block;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
}

#footer2 ul.nav li a {
	padding: 0 2px 0 0;
	display: inline-block;
	color: #599200;
}

#footer2 .moduletable {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

/* Zurück nach oben */
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0;
	text-decoration: none;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	width: 60px;
	padding: 1em;
	text-align: center;
	line-height: 1.2em;
	z-index: 1200;
}
.back-to-top:hover {
	background-color: #ffffff;
}
/* Suche */
span.icon-search:after { 
	font-weight:bold;
}

/* Inhalte */
.box {
	margin-bottom: 0;
	margin-top: 0;
	padding: 40px;
}
.box.weit  {
    position: relative;
	margin: 0 -9999rem !important;
	padding: 0 9999rem !important;
	clear: both;
}
.box.gruen {
	background-color: #e3efd0;
}

#content-top  {
	padding: 0 0 30px;
}
.gruenbox .elemente {
	align-items: stretch;
	align-content: center;
}
.gruenbox .element {
	width: 33%;
	text-align: center;
	color: #000;
}
.gruenbox p {
	padding-bottom: 40px;
	padding-top: 40px;
	font-size: 18px;
}
.gruenbox .element1 {
	background-color: #bbd88e;
}
.gruenbox .element2 {
	background-color: #8ebe42;
	width: 34%;
}
.gruenbox .element3 {
	background-color: #ddebc6;
}
@media (max-width: 990px) { 
	#content-top .gruenbox .elemente {
		flex-direction: row;
	}
}
@media (max-width: 767px) { 
	.box {
		padding: 20px 5px;
	}
	.box.weit  {
	    position: relative;

		clear: both;
	}
	#standard .articlecontent {
		padding: 15px;
	}

	#content-top .gruenbox .elemente,
	.gruenbox .elemente {
		flex-direction: column;
	}
	.gruenbox .elemente .element {
		width: 100%;
	}
	.gruenbox p {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* Unsichtbar */
@media (max-width: 767px) { 
	.nomobile {
		display: none;
		visibility: hidden;
	}
}

.back-to-top-link {
	position: fixed;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	right: 20px;
	border-color: #8dbe41;
	color: #8dbe41;
	font-size: 18px;
	line-height: 0.8em;
	display: flex;
	text-decoration: none!important;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	background-color: #fff;
}
.back-to-top-link:focus, .back-to-top-link:hover {
	background-color: #8dbe41;
}
@media (max-width: 767px) {
	.hidemobile {
		display: hidden;
		visibility: hidden;
	}
}