/* Custom CSS, Copyright by www.web2use.ch */

/*
helles Grün: #A4CB1F; rgba(164, 203, 31, 1);
mittleres Grün: #7E9C15; rgba(126, 156, 21, 1);
dunkles Grün: #205345; rgba(81, 102, 9, 1);

/**************************************

            Allgemein

**************************************/


html, body {
      overflow: auto;
    }
.body-wrapper {

    }


ul {list-style: inherit; margin-bottom: 30px;}
li { margin-left: 20px;}

a {color: #A4CB1F; text-decoration: underline;}
a:hover {color: rgba(81,102,9,1)}

.randbox {padding: 30px; border-radius: 8px;}
.gruen {background: #A4CB1F; color: #205345; font-weight: 500;}
.gruen a  {color: #205345; transition: all 0.3s; text-decoration: none;}
.gruen a:hover  {color: #a01b16; transition: all 0.3s;}


body .sppb-btn.sppb-btn-default, body .sppb-btn.sppb-btn-primary, body .sppb-btn.btn-primary, body .btn.sppb-btn-default, body .btn.sppb-btn-primary, body .btn.btn-primary {
  color: #fff;
  background-color: #205345;
  border: 1px solid #205345;
}

body .sppb-btn.sppb-btn-default:hover, body .sppb-btn.sppb-btn-default:focus, body .sppb-btn.sppb-btn-default:active, body .sppb-btn.sppb-btn-primary:hover, body .sppb-btn.sppb-btn-primary:focus, body .sppb-btn.sppb-btn-primary:active, body .sppb-btn.btn-primary:hover, body .sppb-btn.btn-primary:focus, body .sppb-btn.btn-primary:active, body .btn.sppb-btn-default:hover, body .btn.sppb-btn-default:focus, body .btn.sppb-btn-default:active, body .btn.sppb-btn-primary:hover, body .btn.sppb-btn-primary:focus, body .btn.sppb-btn-primary:active, body .btn.btn-primary:hover, body .btn.btn-primary:focus, body .btn.btn-primary:active {
  border-color: #205345;
  color: #000000;
}


h1, h2, h3 {font-weight: 400 !important;}


/**************************************

            Header

**************************************/


#sp-header {margin-top: 0px;          }

.headerrow {min-height: 400px;}


#sp-header .container {
  border-bottom: 0px solid #000000;
}



/**************************************

            Navigation

**************************************/

#modal-menu {background: transparent; }
#modal-menu .modal-menu-inner {background: rgba(164, 203, 31, 0.95);}

.sp-megamenu-parent > li:last-child > a {
  padding: 0px 0px 0px 30px;
}


.sp-megamenu-parent > li::after {
  background: #205345;
}
#modal-menu .sp-megamenu-parent > li.active > a, #modal-menu .sp-megamenu-parent > li.active > span { color: #205345;}
#sp-header.header-with-modal-menu a { color: #205345;}
#modal-menu .sp-megamenu-parent > li:hover > a, #modal-menu .sp-megamenu-parent > li:hover > span {color: #a01b16 ;}
#sp-header.header-with-modal-menu .mod-languages a { color: #000;}

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul > li > a {
  font-size: 18px !important;
  line-height: 24px !important;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {font-family:  'Open Sans', sans-serif; color: #A4CB1F !important;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {color: #a01b16 !important;}

.sp-dropdown-main.sp-menu-right {width: 350px !important;}


#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  border-radius: 8px;
  background-color: #205345;
  padding: 20px;
}


#modal-menu ul.sp-megamenu-parent li:nth-child(5) .sp-dropdown .sp-dropdown-inner { margin-top: -150px !important;}





/**************************************

            Off-Canvas

**************************************/

.offcanvas-overlay {background: linear-gradient(90deg, rgba(223,234,31,0.2) 0%, rgba(81,102,9,0.6) 90%);}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler::after, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler::after {width: 300px;  display: block; text-align: right;}


#modal-menu-toggler .burger-icon {width: 25px;margin-right: 10px;}
#modal-menu-toggler .burger-icon span:first-child {width: 40px;margin: 7px 0 0; transition: all 0.5s;}
#modal-menu-toggler .burger-icon span:last-child {width: 30px;margin: 7px 0 0 10px; transition: all 0.5s;}
#modal-menu-toggler .burger-icon span { width: 35px;margin: 7px 0 0 5px; transition: all 0.5s;border-radius: 3px;height: 5px; background: #205345;}
#modal-menu-toggler .burger-icon:hover span { transition: all 0.5s;background: #A4CB1F;}


/*#modal-menu-toggler.active .burger-icon span:first-child, .offcanvas-active .burger-icon span:last-child, .offcanvas-active .burger-icon span {width: 25px;margin: 5px 0;transition: all 0.5s;}*/


#modal-menu-toggler.active .burger-icon span:first-child, #modal-menu-toggler.active .burger-icon span:last-child, #modal-menu-toggler.active .burger-icon span{display: block; height: 2px; background-color: #7E9C15; margin: 5px 0;transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;width: 25px;cursor: pointer;}


#modal-menu {background: transparent;}


#modal-menu .js-finder-searchform .form-control {padding: 10px 24px;  background: #ffffff; border: 0px; border-radius: 8px;  margin-bottom: 30px;}


#modal-menu .modules-wrapper .sp-contact-info>li>a {opacity: 1;}

#modal-menu .fas, #modal-menu .far  {color: #205345;}
#modal-menu .modules-wrapper .sp-contact-info>li>span {font-size: 16px;}

#modal-menu .sp-contact-info a {font-weight: 600; text-decoration: none;}

#modal-menu .sp-contact-info a:hover {color: #a01b16;}

@media (max-width: 990px) {

	
	

}


/**************************************

            Inhalt

**************************************/

/* Akkorden */
.sppb-panel-primary > .sppb-panel-heading {color: #7E9C15; background: transparent;}


/* Partnerlisten */
.partner .text, .partner .pict, .partner .link {
    width: 32%;
	float:left;
}
.partner .line {
	clear:both; 
	border-bottom: 1px solid #eee;
	margin: 18px 0;
	}

.links .text, .links .link {
    width: 48%;
	float:left;
}

.links .line {
	clear:both; 
	border-bottom: 1px solid #eee;
	margin: 18px 0;
	}


/* Personen */

.sppb-addon-persion .sppb-person-information > a.sppb-person-email, .sppb-addon-persion .sppb-person-information > span.sppb-person-designation, .sppb-addon-person .sppb-person-information > a.sppb-person-email, .sppb-addon-person .sppb-person-information > span.sppb-person-designation, .sppb-person-introtext {font-size: 16px;}




.sppb-addon-accordion .sppb-panel-collapse {
  margin-bottom: 50px;
}

.sppb-addon-content .sppb-col-sm-4 {background: #f2f2f2;padding: 30px; border-right: 5px solid #fff; border-bottom: 5px solid #fff;}

.sppb-addon-content a {color: #205345;}
.sppb-addon-content a:hover {color: #a01b16;}
  
/**************************************

            Randspalte

**************************************/








/**************************************

            Footer

**************************************/

#sp-bottom, #sp-footer {background: rgb(164,203,31);background: #A4CB1F; color: #205345;}

#sp-bottom a, #sp-footer a {color: #205345; font-weight: 600; text-decoration: none;}

#sp-bottom a:hover, #sp-footer a:hover {color: #a01b16}

#sp-bottom {font-size: 16px;}
#sp-bottom h3, #sp-bottom .sp-module .sp-module-title {font-size: 24px; color:#205345; }

#sp-bottom4 .form-control {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 24px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 6px;
}


body .btn.btn-primary:hover {
  background-color: transparent;
color: #205345;
}

#sp-footer {
  padding: 160px 0px;
  border-bottom: 8px solid #205345;
}

#sp-footer #sp-footer2 .sp-copyright {color:#205345;}



.sp-scroll-up {background: #205345;}
	
.sp-scroll-up:hover {background: #a01b16;}

/**************************************

            Mediaqueries

**************************************/

@media (max-width: 990px) {

}


@media screen and (min-width: 768px) and (max-width: 990px) {
 
	
}


@media screen and (min-width: 480px) and (max-width: 768px) {


}



@media screen and (min-width: 991px) and (max-width: 1199px) {

	
}


@media screen and (min-width: 1400px) and (max-width: 1700px) {
	#sp-header, #sp-main-body, .com-sppagebuilder #sp-main-body {padding: 0 50px;}
	#sp-footer, #sp-bottom {padding: 100px 50px;}
	
}
@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}



