/******************************/
/***    DEFAULT SETTINGS    ***/
/******************************/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/

body,p  {
	font-family: 'Open Sans'!important;
	font-size: 16px;
	font-weight: 400;
}

.ce_text p a,
.mod_article p a {
 color: #009523;
  -webkit-transition: color 0.5s!important; /* For Safari 3.0 to 6.0 */
    transition: color 0.5s!important; /* For modern browsers */
}


.ce_text a,
.mod_article a {
 color: #009523;
  -webkit-transition: color 0.5s!important; /* For Safari 3.0 to 6.0 */
    transition: color 0.5s!important; /* For modern browsers */
}

.ce_text p a:hover,
.mod_article p a:hover {
 color: #000;	
}


.ce_text a:hover,
.mod_article a:hover {
 color: #000;
}

h1.ueberschrift,h3.ueberschrift, h4, h5, h6 {
	font-family: 'Bitter';
}


h1.ueberschrift {
	text-align: center;
	margin-top: 60px;
}


hr.hr_headline {
    text-align: center;
    color: #009523;
    width: 100px;
    border-bottom: 5px solid #009523;
    margin-top: 0px;
    margin-bottom: 50px;
}

hr.hr_headline_weiss {
    text-align: center;
    color: #fff;
    width: 100px;
    border-bottom: 5px solid #fff;
    margin-top: 0px;
}

hr.hr_headline_left {
    text-align: left;
    color: #009523;
    width: 100px;
    border-bottom: 5px solid #009523;
    margin-top: 0px;
    margin-left: 0px;
}

.bg-rot {
	background-color: #c90000;
	color: #fff;
	text-align: center;
	padding: 4px 0;
}

.center {
    text-align: center;
}

.margin-0 {
	margin: 0px!important;
}

.margin-reset {
	margin: 0;
}

.pusher-60 {
	height: 60px!important;
	
}

.pusher-30 {
	height: 30px!important;
	
}

.font-weiss {
	color: #fff!important;
}

a.font-weiss {
	color: #fff!important;
	-webkit-transition: color 0.5s!important; /* For Safari 3.0 to 6.0 */
    transition: color 0.5s!important; /* For modern browsers */
}
.ars-bg-color a.font-weiss {
	color: #fff!important;
}

.ars-font-color{
  color: #009523!important;
}

.btn-primary {
    color: #fff;
    background-color: #009523;
    border-color: #009523;
}

.btn-primary:hover {
    color: #fff;
    background-color: #005614;
    border-color: #005614;
}

.ars-bg-color{
	background-color: #009523!important;
	/*--TEST Gradient---
	background: -moz-linear-gradient(-60deg, #009523 0%, #005700 100%);
	background: -webkit-linear-gradient(-60deg, #009523 0%,#005700 100%); 
	background: linear-gradient(150deg, #009523 0%,#005700 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009523', endColorstr='#005700',GradientType=1 ); */
}

.ars-bg-color a.font-weiss:hover {
	color: #d9d9d9!important;
}

.back a,
a.ars-link-color {
    color: #009523!important;
    -webkit-transition: color 0.5s!important; /* For Safari 3.0 to 6.0 */
    transition: color 0.5s!important; /* For modern browsers */
}


.back a:hover,
a:hover.ars-link-color {
    color: #000000!important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,148,57,.0)!important;
    box-shadow: none;
}

nav,
nav a,
nav strong {
	color: #fff!important;
	font-weight: 400!important;
}

nav .justify-content-end a:hover,
nav .justify-content-end strong {
	background-color: #007c1d!important;
	background-color: #005614!important
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 10px;
	    padding-left: 10px;
	    margin: 10px;
	}
}

@media (max-width: 991px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 10px;
	    padding-left: 10px;
	    margin: 10px;
	}
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255, 1);
    border-color: rgba(255,255,255, 1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


h2.ars-logo-schrift {
    font-size: 28px;
    font-family: Bitter;
    margin-bottom: 0;
}

h2.ars-logo-schrift span {
    font-weight: Bold;
}

.btn {
    border-radius: 0;
}

.footer-top {
	border-top: 4px solid #009523;
	background: #d9d9d9!important;
	padding: 25px 0;
}

.footer-top p, .footer-top a {
font-size: 14px;
}

.footer-bottom {
	text-align: center;
	background: #009523!important; 
	color: #fff;
	padding: 15px 0;
}

.footer-bottom a {
	color: #fff;
	margin: 0 20px;
}

.footer-bottom a:hover {
	color: #fff;
}

.navbar-brand img.logo-big {
	width: 100%;
	height: auto;
}

@media (max-width: 599px) {
	.navbar-brand {
		width: 70%;
	}
}

/**************************************/
/***********   Banner    **************/
/**************************************/
.banner-picture-container {
	position: relative;	

}

.banner_text_container {
	position: absolute;	
	/*bottom: 0px;
    */transform: translate(0, -120%);
    color: #fff;
    display: block;
}

@media all and (max-width: 767px) {
	.banner_text_container {
		display: none;
	}
}


.banner-picture-container img{
	width: 100%;
	height: auto;
}

.weiss_auf_grün span {
    font-family: 'Bitter';
    background: #009523;
    padding: 7px 25px 7px 5px;
}

h3.weiss_auf_grün {
	font-family: 'Bitter';
	margin-bottom: 20px;
}



/**************************************/
/* Banner Suche Standorte Startseite */
/**************************************/

.select-dropdown {
    position: relative;
    background-color: #f7f9fa;
    width: 100px;
    height: 30px;
    /* max-width: 100%; */
    border-radius: 2px;
    /* border-radius: 0; */
    -webkit-appearance: none;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    /* padding: .5em; */
    /* padding-right: 1.5em; */

}

input#plz {
    padding-left: 10px;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    height: 30px;
}

.select-dropdown select {
  font-family: "helvetica neue", helvetica;
  font-size: 1rem;
  font-weight: 200;
  max-width: 100%;
  padding: 8px 24px 8px 10px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-dropdown select:active, .select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.select-dropdown:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
}

body.standort-suche_body .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    height: 30px;
    padding: 0;
    width: 100px;
}

.searchbanner {
	padding: 10px 0;
}

#custom-search-input {
    margin:0;
    margin-top: 10px;
    padding: 0;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 7px;
        -webkit-appearance: none;
    border: 0;

}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 0px;
    margin-top: 0px;
    position: relative;
    left: -35px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#009d0e;
    z-index: 3;  
    margin-bottom: 4px;
}

.search-query:focus + button {
    z-index: 3;   
}

div#map {
    height: 500px;
}

body.standort_body div#map {
    height: 300px;
}

body.standort-suche_body .col-md-9 p,
body.standort-suche_body .col-md-9 p a,
body.standort-suche_body .col-md-2 p {
	font-size: 14px;
}

body.standort-suche_body .col-md-2 p {
	margin-bottom: 0;
}
body.standort-suche_body .col-md-9 p {
    margin-bottom: 7px;
} 

body.standort-suche_body  .suchformular-container {
	background-color: #009523;	
	color: #fff;
	padding: 10px 0 8px 0;
}

/**************************************/
/*         NEWS  Startseite           */
/**************************************/
.news-list-startseite {
	background-color: #009523!important;
}

.news_start_tile {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: box-shadow .3s;
    transition: all .3s;
}
.news_start_tile_weiter {
	padding: 10px;
	background-color: #005f17;
	color: #fff;
}

.news_start_tile_content {
	padding: 10px;
}

.news_start_tile_content a:hover,
.news_start_tile_content a {
	color: #000;
	text-decoration: none;
}

.news_start_tile_weiter p {
	margin: 0;	
}

.news_start_tile_weiter span {
    float: right;
}

.news_start_tile time {
    font-family: Bitter;
    font-size: 13px;
}

.news_start_tile:hover {
	  box-shadow: 0 0 20px rgba(33,33,33, .7);
	  cursor: pointer;
      margin-top: 5px;
	  margin-bottom: 15px;

}

/**************************************/
/*         NEWS             */
/**************************************/

.mod_newsreader .ce_text h1:first-child,
.mod_newsreader .ce_text h2:first-child,
.mod_newsreader .ce_text h3:first-child,
.mod_newsreader .ce_text h4:first-child,
.mod_newsreader .ce_text h5:first-child,
.mod_newsreader .ce_text h6:first-child{
	font-weight: 500;
	font-size: 24px;
	font-family: 'Bitter';

}

/**************************************/
/*         NEWS  Artikle           */
/**************************************/
h2.news-ueberschrift {
	font-family: 'Bitter';
	
	
	
	
}/**************************************/
/*         TABS VERBAND           */
/**************************************/
/*.tabs {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}*/
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #009523;
  color: #fff;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
}

.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

/********************************/
/*    team Mitarbeiter     */
/********************************/
/********************************/
img.xTeamImage {
    width: 100%;
    height: auto;
}


.team-grid-drunter {
	text-align: center;
}
	
/*.team-grid-drunter span {
    color: gray;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: normal;
}*/

.team-grid-drunter p {
    font-weight: bold;
    margin-bottom: 5px;
}

.kontakt-span,
.team-grid-kontakt a {
	color: #009523;
	font-size: 15px;
	word-break: break-all;
}

/********************************/
/*    Sitemap     */
/********************************/
/********************************/
.mod_sitemap {
	text-align: center;
}

.mod_sitemap li a {
	color: #009523;
}

.mod_sitemap li a:hover {
	color: #000;
}

.mod_sitemap li,
.mod_sitemap ul,
.mod_sitemap ul.level_2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

:focus {
    outline: #009523 auto 5px;
    outline-color: none;
    outline-style: auto;
    outline-width: 5px;
}

/********************************/
/*    Standorte Liste    */
/********************************/
/********************************/

.standort-liste-aufzaehlung .col-md-3 p {
	margin-bottom: 0px;
}

body.standorte_body .col-md-3 img {
	width: 100%;
	height: auto;
	display: block;
}

body.standorte_body .col-md-2 p {
	margin-bottom: 0px;
}


.ars-link-liste-seite {
	display: block;
}

@media all and (max-width: 922px) {
.ars-link-liste-seite {
	display: none;
}
}

img.suche_150 {
	display: block!important;
}

img.suche_600 {
	display: none!important;
}

@media all and (max-width: 767.98px) {
	body.standorte_body .col-md-3 img {
/*		display: none;*/
	width: 150px;
	height: auto;
	}
	img.suche_150 {
	display: none!important;
}

	img.suche_600 {
		display: block!important;
		width: 100%!important;
	}
}

.float-sm-left.float-xs-none {
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

img.img-responsive {
    margin-bottom: 15px;
}

img.img-main-article {
    width: 100%;
    height: auto;
}


img.suche_150 {
	display: block;
}

img.suche_600 {
	display: none;
}

#header .navbar .container{
	padding-right: 0;
	padding-left: 0;
}

#header .navbar-expand-lg .navbar-nav .nav-link,
#header .navbar-light .navbar-nav .active>.nav-link {
	padding-right: 8px;
    padding-left: 8px;
    margin: 8px;
}