@media all and (-ms-high-contrast:none)
 {
 *::-ms-backdrop, .card { display: block; } /* IE11 */
 }

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

body { overflow-x: hidden; font-size: 18px; line-height: 1.55em/*28px*/; color: #808080; font-family: 'Roboto', sans-serif; font-weight: 400; }
@media only screen and (max-width: 767px) {
	body { font-size: 16px; }
}

h1 { margin: 0 0 0 0; font-size: 1.55em/*28px*/; line-height: 1.214em/*34px*/; padding: 0.5em 0.5em 1em 1em; margin-left: -1em; color: #4a4a4a; font-style: normal; background: rgba(255,255,255,0.8); display: inline-block; font-weight:bold; }
h2 { margin: 0 0 0 0; font-size: 1.55em/*28px*/; line-height: 1.214em/*34px*/; font-style: normal; color: #4a4a4a; }
h3 { font-size: 1.33em/*24px*/; line-height: 1.58em/*1.58em*/; font-weight: 400; font-style: normal; }
h4 { margin: 0 0 0 0; font-size: 1em; line-height: 1.55em; font-weight: 700; font-style: normal; color: #000000; }
h5 { margin: 0 0 0 0; font-size: 1em; line-height: 1.55em; font-weight: 700; font-style: normal; color: #000000; }
small { font-size: 0.777em; line-height: 1.3em; }
.small_s { font-size: 0.7em; line-height: 1.3em; }
@media only screen and (max-width: 767px) {
	h1 { font-size: 1.2em; padding: 0.5em 0 1.0em 0; display: block; margin-left: 0; }
}


form h4 {margin: 0 0 20px 0;}

ul { padding-left: 1.2em; list-style-image: url(/assets/images/list-stroke.png); }

a { color: #009b4e; }
a:hover { color: #009b4e; text-decoration: none; }
.js-marquee a {color: #ffffff;}

a.btn { color: #ffffff!important; }

img.map, map area{outline: none;}

blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
	width:500px;
    font-style: italic;
    margin: 0.25em 0.25;
    padding: 0.25em 40px;
    text-align: justify; 
    line-height: 1.45;
    position: relative;
    color: #383838;
    /*background: #fafafa;
    border: 1px solid silver; */
}
 
blockquote:before {
    display: block;
    content: "\201C";
    position: absolute; 
    font-size: 80px;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}
 
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
 
blockquote cite:before {
    content: "\2014 \2009";
}


/*header { z-index: 2; position: relative; }
section { overflow: hidden; z-index: 1; position: relative; }
section.main { min-height: 400px;  overflow-y: auto; overflow-x: hidden; }*/

header { z-index: 2; position: fixed; background:#fff; width:100%; top:0;}

@media all and (max-width:768px)
{
	header { position: relative; }
}

section { overflow: hidden; z-index: 1; position: relative; }
main { min-height: 400px;  overflow-y: auto; overflow-x: hidden; margin-top:153px;}
@media all and (max-width:768px)
{
	main { margin-top:0; }
}

/* Colors bootstrap classes */
.text-primary { color: #009b4e!important; } /* grün */
.text-secondary { color: #808080!important; } /* grau */
.bg-primary { background: #009b4e!important; } /* grün */
.bg-light { background: #f5f5f5!important; } /* hellgrau */

/* Border Colors bootstrap classes */
.border-primary { border-color: #009b4e!important; } /* grün */
.border-light { border-color: #f3f3f3!important; } /* hellgrau */

/* Button bootstrap classes */
.btn-primary { background-color: #009b4e; border-color: #009b4e; color: #ffffff; }
.btn-primary:hover { background-color: #00783c; border-color: #00783c; }

.btn-primary.focus, .btn-primary:focus { box-shadow: none;  }
.btn-primary.active, .btn-primary:active { box-shadow: none!important; background-color: #00783c!important; border-color: #00783c!important; }

.btn-secondary { background-color: #b4babe; border-color: #b4babe; }
.btn-secondary:hover { background-color: #999ea1; border-color: #999ea1; }

.btn-group .btn { margin: 0!important; border-right: 1px solid #ffffff; }
.btn-group .btn:last-child { border-right: none; }

a.btn.btn-light { background: #FFFFFF; border: solid 1px #888b8a; color: #888b8a!important; }
a.btn.btn-light:hover { background: #FFFFFF; border: solid 1px #888b8a; }

a.btn.btn.btn-light.focus, .btn-light:focus { box-shadow: none; }
a.btn.btn.btn-light.active, .btn-light:active { box-shadow: none!important; background-color: #ffffff!important; border-color: #888b8a!important; }

.show>.btn-light.dropdown-toggle { background: #ffffff; border: solid 1px #888b8a; }		
a.custom_login { font-size: 1em; line-height: 2em; }

.btn-group .btn { margin: 0!important; border-right: 1px solid #ffffff; }
.btn-group .btn:last-child { border-right: none; }

.newsbild { height: 150px; background-position: center; background-size: cover; }
.card-footer {background:none;border:0;}	
		
/* bootstrap Accordeon */
.accordion { margin: 0 -2.5em; }
.accordion .card, .accordion .card-header:first-child { border-radius: 0!important; }
.accordion .card-body { padding: 2.5em; }


.custom_font_small { font-size: 0.777em; line-height: 1.5em; }
.custom_button_font_size { font-size: 0.85em; line-height: 1.5em; }

#accordionMitarbeiter {}

/* bootstrap Accordeon Carussel indicators*/
.carousel-indicators li { background: rgba(0,0,0,0.4); border-top: 1px solid transparent; border-bottom: 1px solid transparent; }
.carousel-indicators .active { background: #009b4e; }



/* Custom Borders */
.custom_border_width_1 { border-width: 1px!important; }
.custom_border_width_3 { border-width: 3px!important; }
.custom_border_width_5 { border-width: 5px!important; }

/* Custom Headertext */
.custom_intro_header { }
.custom_headertext { position: absolute; bottom: 0; width: 100%; }
.custom_headertext p { margin: 0 0 0 0; font-size: 1.55em/*28px*/; line-height: 1.214em/*34px*/; padding: 0.5em 6em 0.5em 1em; margin-left: -1em; color: #4a4a4a; font-style: normal; background: rgba(255,255,255,0.8); display: inline-block; font-weight:bold; }
.custom_relative { position: relative; }
@media only screen and (max-width: 1024px) {
	.custom_intro_header img { max-width: 120%; width: 120%!important; margin-left: -10%; }
}
@media only screen and (max-width: 767px) {	
	/*  .custom_intro_header { display:none; } */
	.custom_intro_header img { max-width: 140%; width: 140%!important; margin-left: -20%; }
    .custom_headertext p {  margin-left: -1em; margin-right: -1em;  }
}
@media only screen and (max-width: 480px) {
	/*  .custom_intro_header { display:none; } */
	.custom_intro_header img { max-width: 160%; width: 160%!important; margin-left: -30%; }
    .custom_headertext p {  margin-left: -1em; margin-right: -1em;  }
}

/*Custom Teaser */
.custom_teaser_carousel {}
.custom_teaser p { font-size: 0.9em; line-height: 1.5em; }

footer { font-size: 0.666em/*12px*/; line-height: 1.5em/*18px*/; margin-top: 5em; }

.list-group-item { background: none; }
.list-group-item:hover { background: none; }
.list-group-item-action { color: #808080; }
.list-group-item-action:hover { color: #808080; }

.tooltip-inner { background: #009b4e; }
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { border-bottom-color: #009b4e; }
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before { border-top-color: #009b4e; }

.custom_dropdownicon { width: 15px; }
.custom_label { height: 170px; }
.custom_filter_button { right: 1.25em; top: 0.4em; transition: right 300ms; }
.custom_accordion_trigger.collapsed + .custom_filter_button { right: -10em; }
.custom_accordion_trigger.collapsed + .custom_filter_button { right: -10em; }

.h-75 { padding: 0 30px; }

.custom_label_container { margin: 0 -10px; }
.custom_label_box { width: 20%; padding: 0 10px; float: left; }
.custom_label_box img { max-width: 100px; max-height: 100px;}

@media only screen and (max-width: 1024px) {
	.custom_label_box { width: 33.3%; }
}
@media only screen and (max-width: 767px) {
	.custom_label_box { width: 50%; }
}


.custom_accordion_trigger { background: #009b4e; color: #ffffff; cursor: pointer; padding-top: 0.75em; padding-bottom: 0.75em; padding-left: 2.5em; padding-right: 2.5em; }
.custom_accordion_trigger.collapsed { background: transparent; color: #80807F; }

.custom_border-radius-0 { /*border-radius: 0;*/ }
.custom_label_check_card .card-text { bottom: 0; background: rgba(255,255,255,0.8); left: 0; }
.custom_label_check_card .card-text p { font-size: 0.85em; line-height: 1.5em; color: #4a4a4a; }
@media only screen and (max-width: 767px) {
	.custom_label_check_card { margin-bottom: 40px; }
	.custom_label_check_card img { margin-bottom: 10px; }
	.custom_label_check_card .card-img-overlay { position: relative; padding: 0; }
	.custom_label_check_card .card-img-overlay .card-text { position: relative!important; padding: 0 0 1rem 0!important; }
	.custom_label_check_card .card-img-overlay p.card-title b { color: #4a4a4a!important; }
}


/* Custom Navs */
.custom_mainnav ul li a { text-decoration: none; }
@media only screen and (max-width: 767px) {
	.custom_mainnav { display: none; }
	.custom_mainnav ul li { display: block; }
}


ul.custom_subnav { position: absolute; padding-left: 0; margin-left: -1.5em; text-align: left; display: none; font-size: 0.8em; }
ul.custom_subnav li { display: block; }
.custom_mainnav ul li:hover ul.custom_subnav { display: block; }
@media only screen and (max-width: 767px) {
	ul.custom_subnav { position: relative; margin-left: 0; text-align: center; display: block; }
}

.custom_footernav ul li a { text-decoration: none; color: #009b4e; }

.custom_socialnav { font-size: 2em; }
.custom_socialnav ul li a { color: #868a95; }
.custom_socialnav ul li a:hover { color: #009b4e; }

.custom_optionnav { }
.custom_optionnav ul li a { color: #868a95; }
.custom_optionnav ul li a:hover { color: #009b4e; }


.custom_container_width1500 { padding: 0 20px; max-width: 1460px; }
.custom_container_width1180 { padding: 0 20px; max-width: 1220px; }
.custom_container_width950 { padding: 0 20px; max-width: 990px; }

@media only screen and (max-width: 767px) {
	.custom_container_width1500 { padding: 0 10px; }
	.custom_container_width1180 { padding: 0 10px; }
	.custom_container_width950 { padding: 0 10px; }
}

/*.custom_logo { width: 200px; margin: 1em 0 0.5em 0; }
@media only screen and (max-width: 767px) {
	.custom_logo { width: 200px; position: relative!important; }
}*/

header .order-1 { position: absolute; left: 50%; margin-left: -100px; }
.custom_logo { width: 200px; margin: 1em 0 0.5em 0; }
@media only screen and (max-width: 767px) {
	header .order-1 { position: relative; left: auto; margin-left: 0; }
	.custom_logo { width: 200px; position: relative!important; margin: 1.2em 0 1.2em 0.5em; }
}

.custom_metanav { margin: 3em 0 3em 0; font-size: 0.666em; }
.custom_metanav ul { padding: 0; border: solid 1px #000; border-radius: 6px; }
.custom_metanav ul li { border-right: solid 1px #000; }
.custom_metanav ul li:last-child { border: none; }
.custom_metanav ul li a { text-decoration: none; color: #000; }

.custom_metanav input { width: 60px; transition: 400ms; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0 none; }
.custom_metanav li.show input { width: 180px; }

.custom_metanav_right li { cursor: pointer; color: #000;}
.custom_metanav_right ::placeholder { color: #000;opacity: 1;}
.custom_metanav_right ::-ms-input-placeholder { color: #000;}


.dropdown-menu {min-width: 3rem; }
.dropdown-menu .lang {text-align: center; }
.dropdown-item {font-size:0.8em;padding: 0rem 0.5rem; }


@media only screen and (max-width: 767px) {
	.custom_metanav { margin: 0; display: none; }
	.custom_metanav ul { text-align: center; }
	.custom_metanav.dropdown a { display: block; }
	.custom_metanav ul li { display: block; border-right: none; border-bottom: solid 1px #888b8a; }
	
	.custom_metanav_left a.btn.btn-light { border-radius: .25rem .25rem 0 0; border-bottom: none; }
	.custom_metanav_right.custom_metanav ul { border-radius: 0 0 6px 6px; }
}

.custom_border_radius_50 { border-radius: 50%; }
.custom_width_60 { width: 60px; }
.custom_height_60 { height: 60px; }

.custom_full_width{ width: 100vw; position: relative; margin-left: -50vw; left: 50%; }
.custom_my_10 { margin-top: 5em; margin-bottom: 5em; }
.custom_textarea_minheight { min-height: 180px; }

.custom_bereiche { height: 215px!important;line-height:20px!important;}
.custom_bereiche b, strong { line-height:20px!important;margin: 10px 0!important;}

ul#labels_kategorien { margin: 0 -10px;}
ul#labels_kategorien li { list-style: none; float: left; width: 20%; padding: 0 10px; transition: 600ms; height: 190px; }
ul#labels_kategorien li .custom_list_item { height: 170px; cursor: pointer; transition: 300ms; }

ul#labels_kategorien li.aktiv .custom_list_item { border-color: #009b4e!important; position: relative; z-index: 2; }
ul#labels_kategorien li.aktiv .custom_list_item:after { content: ''; position: absolute; bottom: -15px; left: 50%; margin-left: -10px; width: 0; height: 0; border-style: solid; border-width: 15px 10px 0 10px; border-color: #51b737 transparent transparent transparent; }

ul#labels_kategorien.parent_aktiv li .custom_list_item { opacity: 0.5; }
ul#labels_kategorien.parent_aktiv li.aktiv .custom_list_item { opacity: 1.0; }
ul#labels_kategorien.parent_aktiv li:hover .custom_list_item { opacity: 1.0; }

.labels_kategorien_holder { left: 0; height: 0; overflow: hidden; transition: 600ms; z-index: 1; }
.labels_kategorien_inhalt {}

ul#labels_kategorien li:nth-child(5n+6) { clear: both; }

@media only screen and (max-width: 1024px) {
	ul#labels_kategorien li { width: 33.3%; }
	
	ul#labels_kategorien li:nth-child(5n+6) { clear: none; }
	ul#labels_kategorien li:nth-child(3n+4) { clear: both; }
}
@media only screen and (max-width: 767px) {
	ul#labels_kategorien li { width: 50%; }
	
	ul#labels_kategorien li:nth-child(3n+4) { clear: none; }
	ul#labels_kategorien li:nth-child(2n+3) { clear: both; }
}

.custom_sprachnav { right: 20px; top: 37px; }
.custom_sprachnav .custom_active a small { font-weight: 700; }

.menuicon { display: none; position: absolute; right: 10px; top: 40px; width: 25px; height: 25px; margin: -2px 0 0 0; transition: 0ms; }
.line { width: 25px; height: 3px; background: #009b4e; position: absolute; }
.line:nth-of-type(1) { top: 0; }
.line:nth-of-type(2) { top: 8px; }
.line:nth-of-type(3) { top: 16px; }

.menuicon.active {}
.menuicon.active .line:nth-of-type(1) { top: 8px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.menuicon.active .line:nth-of-type(2) { opacity: 0.0; visibility: hidden; }
.menuicon.active .line:nth-of-type(3) { top: 8px; transform: rotate(45deg); -webkit-transform: rotate(45deg); }

@media only screen and (max-width: 767px) {
	.menuicon { display: block; z-index: 1000; }
}