/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v25-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}


body {
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #526660;
	margin: 0;
	width: 100%;
}

::selection {
	background: #006645;
	color: #ffffff;
}

::-moz-selection {
	background: #006645;
	color: #ffffff;
}


h1, h2, h3, h4, h5 {
   font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 100px;
	margin-bottom: 60px;
	color: #006645;
	text-transform: uppercase;
}

h2, h3 {
	line-height: 1.2;
	font-weight: 500;
	color: #006645;
}

h4, h5 {
	line-height: 1.6;
}


h1:empty,
h2.subheadline:empty {
	display: none;
}

h2 {
	font-size: 2rem;
	margin-top: 40px;
	margin-bottom: 20px;
	position:relative;
}

h3 {	
	font-size: 1.375rem;
	margin-top: 40px;
	margin-bottom: 20px;
}

h4 {	
	font-size: 1.250rem;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 20px;
}

h5 {	
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 20px;
}

.italic {
	font-style: italic;
	color: #526660;
}

h2.subheadline {
	margin-top: -50px;
	margin-bottom: 60px;
	text-transform: none;
	font-weight: 300;
}

h3.subheadline {
	margin-top: -20px;
}

.subheadline {
	color: #526660;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: #006645;
}

a:hover {
	text-decoration: none;
	color: #526660;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

a:focus,
a:active {
	outline: 0 none;
}

a.anker {
	position: relative;
	display: block;
	top: -250px;
}

.container {
    padding-right: 30px;
    padding-left: 30px;
}

img {
	max-width: 100%;
	border: none;
}

hr {
	border-top: 1px solid #e1e7e8;
	border-bottom: 0px;
	margin: 40px 0px;
}

strong, b {
	font-weight: 600;
}

.BG-light {
	background: #f0f4f5;
}

.BG-green {
	background: #f0f4f5;
}

.border-top,
.border-bottom,
.border-left,
.border-right,
.border {
	border-color: #006645!important;
	border-width: 2px!important;
}

.container {
	max-width: 1300px;
}

.container-small {
    max-width: 700px;
    margin: 0 auto;
}

#content-wrapper {
    max-width: 2000px;
    margin: 195px auto 0px auto;
}
/*******************************************************/
/*Menü*/
/*******************************************************/
#logo-mobil {
	display: none;
}

#mobile-menu {
    display: none;
}

#logo {
	display: inline-block;
}

#logo object {
	width: 250px;
	height: 94px;
	max-width: 100%;
}

#logo a {	
	position: relative;
	display: inline-block;
}

#logo-mobil a:after,
#logo a:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}

#nav-wrapper #header {
	background: #fff;
	position: fixed;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

#nav-wrapper.open #main_nav {
	display: block;
}

#main_nav {
	width: 100%;
	background: #f0f4f5;
}

#main_nav ul {
	margin: 0px; 
	padding: 0px;
	list-style: none;
}

#main_nav ul li {
	display: block;
	cursor: pointer;
	position: relative;	
	margin: 0px;
	width: 100%;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.6);
}


#main_nav > div > ul > li > a {
	padding: 20px 20px;	
	color: #526660;
	display: block;
}

#main_nav > div > ul > li:hover > a,
#main_nav > div > ul > li.aktiv > a {
	background: #e1e7e8;
	color: #006645;
}

#main_nav .sub_menu .DesktopHidden {
    display: none;
}

.col-md-hidden {
    display: none !important;
}

/*Topnav*/
.top_nav {
    padding-top: 20px;
	padding-bottom: 20px;
}
.top_nav .stellenangebote {
    display: none!important;
}

.kontaktinfo {
    font-size: 13px;
}

.kontaktinfo h5 {
    margin: 0px;
	font-weight: 500;
}
.kontaktinfo .oeffungszeiten span {
    display: inline-block;
    width: 60px;
    text-align: left;
}
.schnellkontakt .kontakt {
    color: #006645;
	font-weight: 500;
	display: block;
	font-weight: 700;
	font-size: 1rem;
	margin-left: 30px;
}

.schnellkontakt .kontakt .icon {
	background: #f0f4f5;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
}

.schnellkontakt .kontakt .icon.mail {
	background-image: url("../bilder/navigat/mail.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	margin-right: 5px;
}

.schnellkontakt .kontakt .icon.phone {
	background-image: url("../bilder/navigat/phone.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
}

/*Submenü*/
#main_nav .sub_menu {
	position: absolute;
	font-size: 0.875em;
	text-transform: none;
	display: block;
	width: auto;
	min-width: 200px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main_nav ul li:hover .sub_menu {
	opacity: 1;
	visibility: visible;
}

#main_nav ul li .sub_menu li {
	display: block;
	padding: 0px;
	margin: 0px 0px;
}

#nav-wrapper #main_nav ul li .sub_menu li a {
	display: block;
	color: #f0f4f5;
	padding: 0px 0px;
}

#nav-wrapper #main_nav ul li .sub_menu li a:hover {
	color: #006645;
}

#nav-wrapper.active #main_nav .sub_menu {
	background: #f0f4f5;
}

#nav-wrapper.active #main_nav ul li .sub_menu li a {
	color: #526660;
	padding: 0px 10px;
}

#nav-wrapper.active #main_nav ul li .sub_menu li a:hover {
	color: #006645;
}

/*SubNav*/
#sub-navigation {
	background: #f0f4f5;
	margin-top: 100px;
}

#sub-navigation > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sub-navigation li {
	margin: 0px;
}

#sub-navigation a {
	padding: 10px 15px;
	display: block;
	color: #526660;
	border-bottom: 1px solid #ffffff;
}
#sub-navigation .video a {
	border-bottom: 0px solid #ffffff;
}

#sub-navigation li a:hover,
#sub-navigation li a.aktiv {
	color: #ffffff;
	background: #006645;
	border-bottom: 1px solid #006645;
}

#sub-navigation .sub-sub-navigation {
	background: #e1e7e8;
	margin: 0;
    padding: 0;
    list-style: none;
	display: none;
}

#sub-navigation .SubSub  .sub-sub-navigation.aktiv {
	display: block;
}

#sub-navigation .sub-sub-navigation a {
	padding: 10px 30px;
	font-size: 0.85rem;
}

.main-content .col-xl-3 .video {
	background: #f0f4f5;
	padding: 10px 15px;
	display: block;
	color: #526660;
	margin-top: 0px;
	border-bottom: 1px solid #ffffff;
}
/*Menü ENDE*/
.main-content {
    margin-bottom: 120px;
}


.main-content .content a {
	font-weight: 500;
}

.main-content ul {
    margin: 40px 0px;
    list-style-type: square;
}

.main-content ul li {
    margin-bottom: 3px;
}

.content ul,
.content-unten ul{
	padding: 20px 0px 40px 30px;
	margin: 0px;
	list-style: none;
	list-style-position: outside;
}

.content ul li,
.content-unten ul li{
    margin: 0 0 10px 0px;
}

.content ul li:before, 
.content-unten ul li:before{
	content:"";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #006645;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -15px;
	margin-bottom: 5px;
}

/*******************************************************/
/*Allgemein*/
/*******************************************************/
.weiterlink {
	margin-top: 30px;
	padding: 5px 0px;
	font-weight: 700;
	color: #526660;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

.weiterlink:before {
	content: "";
	display: block;
	background: url(../bilder/navigat/schmetterling.svg);
	background-position: left center;
	background-repeat: no-repeat;
	width: 30px;
	height: 29px;
	vertical-align: middle;
	margin-left: -15px;
	top: -25px;
	left: 50%;
	position: absolute;
	z-index: 2;
	
	transition:All 0.2s ease;
	-webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
	transform: scale(0);
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-o-transform: scale(0.75);
	-ms-transform: scale(0.75);
}

.weiterlink:hover:before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.text-center .weiterlink:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #006645;
	z-index: 2;
	margin-left: -15px;
	bottom: 0px;
	left: 50%;
	position: absolute;
	
	transition:All 0.2s ease;
	-webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
	transform-origin: center;
}

.text-center .weiterlink:hover:after {
	width: 100%;
	bottom: 0px;
	left: 0;
	margin: 0px;
}

.weiterlink:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #006645;
	z-index: 2;
	margin-left: 0px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	
	transition:All 0.2s ease;
	-webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
	transform-origin: center;
}

.weiterlink:hover:after {
	width: 100%;
	bottom: 0px;
	left: 0;
	margin: 0px;
}

.weiterlink.weiss {
	color: #ffffff;
}

.button {
	background: transparent;
	color: #006645;
	border: 2px solid #006645;
	padding: 10px 15px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 20px;
	cursor: pointer;
}

.button:hover {
	background: #006645;
	color: #ffffff;
}

.grayscale img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition:All 0.4s ease;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}


.grayscale img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
/*******************************************************/
/*kopfgrafik*/
/*******************************************************/
#kopfgrafik {
	z-index: 1;
	position: relative;
	margin: 0 auto;
}

#kopfgrafik img {
	width: 100%;
	margin: 0 auto;
}

#kopfgrafik > img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	position: relative;
	z-index: 1;
}

#kopfgrafik.startseite .container {
  position: relative;
  z-index: 2;
}

#kopfgrafik.startseite #slider-startseite{
    margin-bottom: 0;
}

#kopfgrafik.startseite .slide-caption {
	position: absolute;
	top: 80px;
	left: 30px;
	width: 50%;
	text-align: left;
	z-index: 2;
}

#kopfgrafik.startseite .slide-caption h2 {
	color: #ffffff;
	margin: 0px;
	font-size: 2.500rem;
	font-weight: 300;
}

#kopfgrafik.startseite .info {
    position: absolute;
    right: 30px;
    top: 30px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    padding: 10px 20px 20px 20px;
    background: #fff;
}
/*schabeninfo*/
#kopfgrafik .infobutton {
	position: absolute;
	right: 30px;
	top: 40px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	z-index: 1;
	background: rgb(0,102,69); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(16,161,115,1) 0%, rgba(0,69,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(16,161,115,1) 0%,rgba(0, 69,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(16,161,115,1) 0%,rgba(0,69,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10a173', endColorstr='#004531',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#kopfgrafik .infobutton img {
	width: 100px;
	max-width: 100%;
}

#kopfgrafik .infobutton h3 {
	color: #fff;
	margin-top: 0px;
}

#kopfgrafik .infobutton a {
	color: #fff;
	display: block;
	padding: 30px;
	width: 100%;
	height: 100%;
}

#kopfgrafik .infobutton span {
	font-weight: 500;
	font-size: 1rem;
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
}
/*schabeninfo ENDE*/

#slider-startseite .slick-slide img {
	width: 100%;
}


#slider-startseite .slick-dots li button:before {
	content: "";
	opacity: 1;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
}

#slider-startseite .slick-dots .slick-active button:before {
	background: #006645;
}

#slider-startseite .slick-prev {
	background: url('../bilder/navigat/slide-prev-white.svg')!important;
}

#slider-startseite .slick-next {
	background: url('../bilder/navigat/slide-next-white.svg')!important;
}

/*******************************************************/
/*Startseite*/
/*******************************************************/
.infobox h2 {
	margin-top: 0px;
}
.bereiche a {
	display: block;
	color: #526660;
}

.bereiche .piktogramm {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin-top: 40px;
	margin-bottom: 20px;
	overflow:hidden;
	position: relative;
}

.bereiche .piktogramm:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgb(0,102,69);   
	background: -moz-linear-gradient(-45deg, rgba(16,161,115,1) 0%, rgba(0,69,49,1) 100%); 
	background: -webkit-linear-gradient(-45deg, rgba(16,161,115,1) 0%,rgba(0,69,49,1) 100%);  
	background: linear-gradient(135deg, rgba(16,161,115,1) 0%,rgba(0,69,49,1) 100%);  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10a173', endColorstr='#004531',GradientType=1 );  
	transition:All 0.4s ease;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}

.bereiche a:hover .piktogramm:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.bereiche .jagd,
.bereiche .schaedlingsbekaempfung,
.bereiche .bautenschutz,
.bereiche .insektenschutz,
.bereiche .schimmelpilz,
.bereiche .desinfektion,
.bereiche .taubenvergraemung,
.bereiche .pflanzenschutz,
.bereiche .gutachten {
	width: 150px;
	height: 150px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80px;
	transition:All 0.4s ease;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}

.bereiche a:hover .jagd,
.bereiche a:hover .schaedlingsbekaempfung,
.bereiche a:hover .bautenschutz,
.bereiche a:hover .insektenschutz,
.bereiche a:hover .schimmelpilz,
.bereiche a:hover .desinfektion,
.bereiche a:hover .taubenvergraemung,
.bereiche a:hover .pflanzenschutz,
.bereiche a:hover .gutachten{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.bereiche .jagd {
	background-image: url("../bilder/piktogramme/jagd.svg");
}
.bereiche .schaedlingsbekaempfung {
	background-image: url("../bilder/piktogramme/schaedlingsbekaempfung.svg");
}

.bereiche .bautenschutz {
	background-image: url("../bilder/piktogramme/bautenschutz.svg");
}

.bereiche .insektenschutz {
	background-image: url("../bilder/piktogramme/insektenschutz.svg");
}

.bereiche .schimmelpilz {
	background-image: url("../bilder/piktogramme/schimmelpilz.svg");
}

.bereiche .taubenvergraemung {
	background-image: url("../bilder/piktogramme/taubenvergraemung.svg");
}

.bereiche .desinfektion {
	background-image: url("../bilder/piktogramme/desinfektion.svg");
}

.bereiche .pflanzenschutz {
	background-image: url("../bilder/piktogramme/pflanzenschutz.svg");
}

.bereiche .gutachten {
	background-image: url("../bilder/piktogramme/gutachten.svg");
}


.stellenangebote .infobutton {
	background: rgb(0,102,69); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(16,161,115,1) 0%, rgba(0,69,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(16,161,115,1) 0%,rgba(0,69,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(16,161,115,1) 0%,rgba(0,69,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10a173', endColorstr='#004531',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 250px;
	height: 250px;
	border-radius: 50%;
	color: #fff;
	padding: 30px;
	text-align: center;
}

.stellenangebote .infobutton a {
	color: #fff;
	font-weight: 500;
	font-size: 1.5rem;
}
.stellenangebote .stelle a {
	color: #526660;
	padding: 10px 0px;
	display: block;
	border-bottom: 2px solid rgba(0, 102, 69, 0.2);
}

.stellenangebote .stelle a:hover {
	color: #006645;
	border-bottom: 2px solid rgba(0, 102, 69, 1);
}

.sonstiges {
	margin: 120px 0px 80px 0px;
}

.sonstiges a {
    display: block;
}

.sonstiges .bild {
	overflow: hidden;
	height: 300px;
}

.sonstiges img {
	transition:All 0.4s ease;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}

.sonstiges a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.sonstiges h3 {
	margin-top: 0px;
}


.partner {
    padding: 40px 0px;
    border-top: 1px solid #f0f4f5;
 /*   margin-top: 60px;*/
	text-align: center;
}

.partner .oep img {
	height: 60px;
}
.partner img {
    max-height: 90px;
	margin: 10px;
}

.partner p {
    font-size: 12px;
}
.partner .d-flex div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.referenz-logos img {
    padding: 0px 30px 15px 30px;
    max-width: 85%;
}
/*******************************************************/
/*Unterseiten*/
/*******************************************************/
.schaedlinge img {
	margin-right: 10px;
}

.schaedlinge h3 {
	background-color: #f0f4f5;
	font-weight: 400;
	padding: 20px 20px;
	margin-top: 0px;
	margin-bottom: 6px;
	cursor: pointer;
	display: block;
}
.main-content .content .schaedlinge a {
	font-weight: 400;
}
.schaedlinge dt {
	padding: 0px;
}
.schaedlinge dt h3 {
	background-color: #f0f4f5;
	background-image:url(../bilder/navigat/open.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	cursor: pointer;
}

.schaedlinge dd {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*******************************************************/
/*Footer*/
/*******************************************************/
#footer {
	background: #10a173;
	color: #fff;
	display: block;
	max-width: 100%;
	font-size: 0.875em; 
	line-height: 1.8;
} 

#footer .row {
	padding-top: 60px;
	padding-bottom: 60px;
}

#footer .logo-footer {
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 6px;
}

#footer .logo-footer object {
	width: 200px;
	height: 75px;
	max-width: 100%;
}

#footer .logo-footer a {	
	position: relative;
	display: inline-block;
}

#footer .logo-footer a:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}

#footer h5 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #006645;
}

#footer .fusszeile {
	background: #006645;
}

#footer span {
    width: 60px;
    display: inline-block;
}

#footer .fusszeile ul {
	margin: 0px;
	padding: 0px;
}

#footer .fusszeile li {
	list-style: none;
	margin: 0px 15px;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: rgba(255, 255, 255, 0.5);
}

#footer .fusszeile a {
	padding: 20px 0px;
	display: block;
}

/*******************************************************/
/*Dropdown*/
/*******************************************************/
dl {
	margin-top: 60px;
}

dt {
	background-color: #f0f4f5;
	background-image:url(../bilder/navigat/open.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	padding: 20px 20px;
	margin-bottom: 6px;
	cursor: pointer;
}

dt h2 {
    margin-bottom: 0px;
    margin-top: 0px;
}

dd {
    margin: 30px 0px 60px 0px;
	display:none;
}
/*******************************************************/
/*slick-slider*/
/*******************************************************/

.slick-dots {
    bottom: 20px!important;
    margin: 0px!important;
}

.slick-dots li {
    margin: 0 0;
}

.slick-dots li button:before {
    font-size: 10px!important;
    color: #006645!important;
}

.slick-dots li.slick-active button:before {
    color: #000000!important;
}

.slick-prev, 
.slick-next {
    height: 40px!important;
    width: 40px!important;
	z-index: 999!important;
		
	transition:All 0.4s ease;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}

.slick-prev:before,
.slick-next:before {
	content: normal!important;
}

.slick-prev {
	background: url('../bilder/navigat/slide-prev.svg')!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: 100%!important;
	left: 30px!important;
	opacity: 0.5;
}

.slick-next {
	background: url('../bilder/navigat/slide-next.svg')!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: 100%!important;
	right: 30px!important;
	opacity: 0.5;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: 1;
}
/*******************************************************/
/*Neuigkeiten*/
/*******************************************************/
/*ums Neuigkeiten*/
#MODUL_Neuigkeiten.Details #umsNeuigkeit {
	border: 2px solid #f0f4f5;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 60px;
	float: left;
	margin-bottom: 40px;
}

#umsNeuigkeit h1 {
	font-size: 1.25rem;
	font-weight: 500;
	color: inherit;
	margin-top: 60px;
	margin-bottom: 0px;
	padding: 20px 20px;
	text-align: left;
	text-transform: none;
	background: #f0f4f5;
}

#umsNeuigkeitDatum {
	color: #006645;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
	padding: 10px 15px;
	text-align: right;
}

#umsNeuigkeitDetaillink a {
    margin-top: 20px;
    border: 2px solid #006645;
    display: inline-block;
    padding: 10px 15px;
}

#umsNeuigkeitDetaillink a:hover {
    background: #006645;
    color: #fff;
}

/*******************************************************/
/*Unterseite Kontakt*/
/*******************************************************/
#map_canvas{
	display:block;
	width: 100%;
	height: 400px;
}

#map_canvas a {
	color: #006645 !important;
	text-align: center;
	margin: 0 auto;
	display: block;
}

#Tooltip {
    text-align: center;
	width: 200px;
}

#Tooltip h1 {
    margin: 10px 0px;
	font-size: 0.9rem;
	border-bottom: 0px;
	padding: 0px;
}

/*******************************************************/
/*Kontakt Formular*/
/*******************************************************/
table h3 {
	margin: 0px;
}
th {
    font-weight: 500;
}
td, th {
    padding: 10px;
    border-bottom: 1px solid #F0F4F5;
	vertical-align: top;
}

tr:nth-child(odd) {
    background: #F0F4F5;
}

.kontakttabelle {
	min-height: 10px;
	height: auto !important;
	height: 10px;
	padding: 60px;
	margin: 0px auto;
	border: none;
}

.kontakttabelle .col-lg-6:first-child {
    padding-right: 30px;
}

.kontakttabelle .col-lg-6:last-child {
    padding-left: 30px;
}


.kontakttabelle * {
	box-sizing: border-box;
}

input,
.memo,
textarea  {
	color: #526660;
	font-family: inherit;
	font-size: inherit;
	margin-bottom: 5px;
}

.memo, 
.edit,
.wohnort,
.plz {
	background: #f0f4f5;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-radius: 0px;
	width: 100%;
	padding: 10px 15px;
 	width: 100%;
}

.kontakttabelle select {
	background: #f0f4f5;
	border: 0px;
	border-radius: 2px;
	width: 100%;
	border: none;
	color: #526660;
	font-family: inherit;
	font-size: inherit;
	margin: 0px 0px;
	padding: 10px 15px;
}

.kt_titel {
	padding: 0px 0px 6px 0px;
	margin:  0px 0px 0px 0px;
	float: right;
}

.kt_wert {
	padding: 0px 0px 5px 0px;
	margin:  0px 0px 0px 0px;
}

.kt_buttons p {
	margin: 0px;
}

.kt_text.datenschutz {
    margin-top: 20px;
}

.kt_text.datenschutz input {
    margin-right: 10px;
}
/*ENDE Formular*/

/*
 * Lightcase Overwrites
 */
.lightcase-contentInner {
    background: #fff;
}

.lightcase-contentInner img {
    padding: 0px;
}

#lightcase-info {
	width: 100%;
	bottom: 20px;
	z-index: 1;
}

a[class*="lightcase-icon-"], 
a[class*="lightcase-icon-"]:focus {
    color: #b7b49d!important;
}

#lightcase-info #lightcase-title {
	text-shadow: none!important;
	font-family: inherit!important;
	font-size: 14px!important;
	color: #000000!important;
	text-align: center!important;
}

#lightcase-info #lightcase-caption {
    font-size: 7px;
    color: #fff;
    text-shadow: 0px 0px 0px #fff;
}

/*Cookie*/
.cc_container {
	font-family: 'Roboto Condensed', sans-serif!important;
	padding: 20px 20px 80px 20px!important;
	border-radius: 0px!important;
	border: 0px!important;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	text-align: left;
	color: #000000!important;
}

.cc_container .cc_message {
	font-size: 14px!important;
	line-height: 1.2!important;
}

.cc_container a{
    color: #006645!important;
}

.cc_container a:hover, 
.cc_container a:active {
    color: #006645!important;
}

.cc_container .cc_btn {
	background-color:  #000000!important;
	border-radius: 0px!important;
	color: #fff!important;	
	bottom: 20px!important;
	left: 20px!important;
	right: 20px!important;
}

.cc_container .cc_btn:hover, 
.cc_container .cc_btn:active {
	background-color:  #000000!important;
	color: #fff!important;	
}