:root {
  --textfarbe: #000;
  --farbeheader: #d1d1d1; /*C1D8C3*/
  --textfarbeheader: #000;
  --farbefooter: #4a4a4a;
  --textfarbefooter: #fff;
  --farbebereich1: #E20613; /* rot */
  --farbebereich2: #FFD400; /* gelb */
  --farbebereich3: #008ED5; /* blau */
  --farbebereich4: #009636; /* grün */
  --farbebereich5: #878787; /* grau */
  --farbebereich6: #007632; /* grün */
  --textfarbebereich1: #fff; 
  --textfarbebereich2: #fff; 
  --textfarbebereich3: #fff; 
  --textfarbebereich4: #fff; 
  --textfarbebereich5: #fff; 
  --textfarbebereich6: #fff; 
}

/* Zusatzbereiche*/
#medienframe { display: none; }
#ladenframe { display: none; }
#hinweisbox { display: none; }
#sitemap-container { display: none; }

/* Standards */
.h1, h1 {
    font-size: 200%;
}
.h2, h2 {
    font-size: 175%;
	margin-top: 1rem;
	margin-bottom: 1.5rem
}

.pagid-3 .isfirst h2,
.pagid-3 .ismiddle h2,
.pagid-3 .islast h2{
	margin-top: 0;
	margin-bottom: 0.5rem
}
.h3, h3 {
    font-size: 150%;
	margin-top: 1rem;
	margin-bottom: 1rem
}
h3.ce-headline-center{
	 font-size: 140%;
}

.h4, h4 {
    font-size: 125%;
}
.h5, h5 {
    font-size: 115%;
}
.h6, h6 {
    font-size: 100%;
}
.ce-textpic .ce-gallery {
    padding-top: 10px;
}

.ce-textpic .image-embed-item { width: 100%; height:auto;}


/* Seitenbereiche */
body { 
	font-family: "Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: 1rem;
}

body > header { background-color: #d1d1d1; position: fixed; width:100%; height: auto; z-index: 1500; top: 0; }

/* Sloagen oben links */
.col-slogan-links { color: #000; height: 0; overflow: hidden; font-weight: 700; font-size: 90%;}

/* Menü oben rechts */
.div-menu-top-rechts { text-align:right;}

body > footer { background-color: #4a4a4a; color: #fff;}

.footer_1a .ce-column figure img.image-embed-item { width: 100%; height: revert-layer; }
.footer_1b .ce-column figure img.image-embed-item { width: 100%; height: revert-layer; padding: 10px; }

.footer_2a .ce-column figure img.image-embed-item { width: 100%; height: revert-layer; padding: 10px; background-color: #fff; }
.footer_2b .ce-column figure img.image-embed-item { width: 100%; height: revert-layer; }
.footer_2c .ce-column figure img.image-embed-item { width: 100%; height: revert-layer; padding: 10px; background-color: #fff; }
.footer_2d .ce-column figure img.image-embed-item { width: 100%; height: revert-layer;  }

.footer_2c .ce-column { margin-top:25px;}

.footer-logo-div { height: 125px; max-width: 380px; }
.footer-logo-div2 { max-width: 380px; }
.img-emas { height: 125px !important;}
.img-bf { height: 90px !important;}
.img-30j { height: 90px !important;}
.img-cdv { height: 96px !important;}

@media (min-width: 576px) {
	.footer-logo-div { height: 85px; }
	.img-emas { height: 85px !important;}
	.img-bf { height: 60px !important;}
	.img-30j { height: 60px !important;}
	.img-cdv { height: 52px !important;}	
}

#c8 .ce-bodytext > p {margin-top: 0;}

@media (min-width: 768px) {
  .logo-transition-parent {
	 /*position: relative;*/
  }
  .logo-transition {
	 position: absolute;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .logo-scale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: bottom center;
  }
  .logo-scale:hover {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
  .logo-transition:hover {
	z-index: 100;
  }
	
	.footer-logo-div { height: 85px; }
	.img-emas { height: 95px !important;}
	.img-bf { height: 65px !important;}
	.img-30j { height: 65px !important;}
	.img-cdv { height: 51px  !important;}	
}
@media (min-width: 992px) {
	.footer-logo-div { height: 120px; }
	.img-emas { height: 120px !important;}
	.img-bf { height: 85px !important;}
	.img-30j { height: 85px !important;}
	.img-cdv { height: 63px !important;}	
}
@media (min-width: 1200px) {
	.footer-logo-div { height: 125px; }
	.footer-logo-div2 { height: 90px; }
	.img-emas { height: 125px !important;}
	.img-bf { height: 90px !important;}
	.img-30j { height: 90px !important;}
	.img-cdv { height: 69px !important;}
}

.hg-adresse { background-color: #fff; }
.madeby { text-align: right; }

section { margin-top: 100px; }


/* Logo*/
.div-logo { text-align: left; }
#logo { height: 100px; padding: 0 0 0 0; transition:all 0.4s; }



/* Menü oben rechts*/
.row-menu-top-rechts {
	height: 25%;
}
.col-menu-top-rechts .nav > li > a {
    border-radius: 0;
    padding: 2px 0 0 10px;
    font-size: 90%;
	color: #000;
}
.row-slogan {
	height: 25%;
}
.row-hauptmenu {
	height: 0;
    overflow: hidden;
}



/* Hauptmenü oben */

.kap-menu #elem_3{ background: #fff; border-color: #E20613; }
.kap-menu #elem_2{ background: #fff; border-color: #009636; }
.kap-menu #elem_4{ background: #fff; border-color: #008ED5; }
.kap-menu #elem_5{ background: #fff; border-color: #FFD400; }
.kap-menu #elem_36{ background: #fff; border-color: #878787; }

.kap-menu #elem_3 > a { color: #E20613 !important; }
.kap-menu #elem_2 > a { color: #009636 !important; }
.kap-menu #elem_4 > a { color: #008ED5 !important; }
.kap-menu #elem_5 > a { color: #FFD400 !important; }
.kap-menu #elem_36 > a { color: #878787 !important; }

.kap-menu #elem_3.active, .kap-menu #elem_3:hover, .kap-menu #elem_3:focus { background: #E20613; }
.kap-menu #elem_2.active, .kap-menu #elem_2:hover, .kap-menu #elem_2:focus{ background: #009636; }
.kap-menu #elem_4.active, .kap-menu #elem_4:hover, .kap-menu #elem_4:focus { background: #008ED5; }
.kap-menu #elem_5.active, .kap-menu #elem_5:hover, .kap-menu #elem_8:focus { background: #FFD400; }
.kap-menu #elem_36.active, .kap-menu #elem_36:hover, .kap-menu #elem_36:focus { background: #878787; }

.kap-menu #elem_3.active > a, .kap-menu #elem_3:hover > a, .kap-menu #elem_3:focus > a { color: #fff !important; }
.kap-menu #elem_2.active > a, .kap-menu #elem_2:hover > a, .kap-menu #elem_2:focus > a { color: #fff !important; }
.kap-menu #elem_4.active > a, .kap-menu #elem_4:hover > a, .kap-menu #elem_4:focus > a { color: #fff !important; }
.kap-menu #elem_5.active > a, .kap-menu #elem_5:hover > a, .kap-menu #elem_5:focus > a { color: #fff !important; }
.kap-menu #elem_36.active > a, .kap-menu #elem_36:hover > a, .kap-menu #elem_36:focus > a  { color: #fff !important; }

.kap-menu #elem_2 a:focus { background: #009636; color: #fff !important; }


/* Sidenav */
.sidemenu #elem_3 > a { background: #fff; border-color: #E20613; }
.sidemenu #elem_2 > a { background: #fff; border-color: #009636; }
.sidemenu #elem_4 > a { background: #fff; border-color: #008ED5; }
.sidemenu #elem_5 > a { background: #fff; border-color: #FFD400; }
.sidemenu #elem_36 > a { background: #fff; border-color: #878787; }

.sidemenu #elem_3 a { color: #E20613 !important; background: #fff; }
.sidemenu #elem_2 a { color: #009636 !important; background: #fff; }
.sidemenu #elem_4 a { color: #008ED5 !important; background: #fff; }
.sidemenu #elem_5 a { color: #FFD400 !important; background: #fff; }
.sidemenu #elem_36 a { color: #878787 !important; background: #fff; }

.sidemenu #elem_3 a:focus,
.sidemenu #elem_3 a:hover,
.sidemenu #elem_3.act > a,
.sidemenu #elem_3.act li.act > a   { background: #E20613; color: #fff !important; }

.sidemenu #elem_2 a:focus,
.sidemenu #elem_2 a:hover,
.sidemenu #elem_2.act > a,
.sidemenu #elem_2.act li.act > a { background: #009636; color: #fff !important; }

.sidemenu #elem_4 a:focus,
.sidemenu #elem_4 a:hover,
.sidemenu #elem_4.act > a,
.sidemenu #elem_4.act li.act > a { background: #008ED5; color: #fff !important; }

.sidemenu #elem_5 a:focus,
.sidemenu #elem_5 a:hover,
.sidemenu #elem_5.act > a,
.sidemenu #elem_5.act li.act > a { background: #FFD400; color: #fff !important; }

.sidemenu #elem_36 a:focus,
.sidemenu #elem_36 a:hover,
.sidemenu #elem_36.act > a,
.sidemenu #elem_36.act li.act > a { background: #878787; color: #fff !important; }







.kap-menu{ z-index: 1200;}
.header-schmall .kap-menu{ transition: margin-top 1s; }

.kap-menu > ul { float: left; padding-left:0; margin-bottom: 0; width: 100%; }
.kap-menu > ul > li { float: left; list-style: none; padding: 15px 10px 18px 10px; margin: 0 1% 15px 1%; border-style: solid; border-width: 2px; width: 18.4%; text-align:center; line-height: 1.3; }
.kap-menu > ul > li:first-child { float: left; list-style: none; margin: 0 1% 15px 0; border-style: solid; border-width: 2px; }
.kap-menu > ul > li:last-child { float: left; list-style: none; margin: 0 0 15px 1%; border-style: solid; border-width: 2px; }
.kap-menu > ul > li > a { color: #fff !important; font-size:100%; text-decoration: none; font-weight:600; width: 100%; display:inline-block; padding-bottom: 0;}
.header-schmall .kap-menu ul > li > a { font-size:100%; transition: font-size 1s;}
.kap-menu > ul > li.active > a { padding-bottom: 0; border-bottom: 0 solid #aa2322;}

.kap-menu > ul > li >  ul.lvl-1 { visibility: hidden; opacity: 0; transition: visibility 0.5s, opacity 0.5s linear; margin-left: -12px; margin-top: 20px; padding-left: 0; }
.kap-menu > ul > li:hover > ul.lvl-1 { visibility: visible;opacity: 1; }

.kap-menu > ul > li > ul.lvl-1  { float: none; position:absolute; border-radius: 0;  color: #fff !important; background-color: #545353; border-top: 15px solid; border-bottom: 15px solid;  }
#elem_3 ul.lvl-1{ border-top-color: #E20613; border-bottom-color:  #E20613; }
#elem_2 ul.lvl-1{ border-top-color: #009636; border-bottom-color:  #009636;}
#elem_4 ul.lvl-1{ border-top-color: #008ED5; border-bottom-color:  #008ED5;}
#elem_5 ul.lvl-1{ border-top-color: #FFD400; border-bottom-color:  #FFD400;}
#elem_36 ul.lvl-1{ border-top-color: #878787; border-bottom-color:  #878787;}

.kap-menu > ul > li >  ul.lvl-1 > li { float: none; list-style: none; padding: 10px 20px; margin-right: 0; text-align: left; }
.kap-menu > ul > li >  ul.lvl-1 > li > a {  color: #fff !important; font-weight:normal; font-size: 100%; width: 100%; display:inline-block; }

#elem_3 ul.lvl-1 > li.active, #elem_3 ul.lvl-1 > li:hover, #elem_3 ul.lvl-1 > li:focus { background-color: #E20613; background-color: #E20613; }
#elem_2 ul.lvl-1 > li.active, #elem_2 ul.lvl-1 > li:hover, #elem_2 ul.lvl-1 > li:focus { background-color: #009636; background-color: #009636;}
#elem_4 ul.lvl-1 > li.active, #elem_4 ul.lvl-1 > li:hover, #elem_4 ul.lvl-1 > li:focus { background-color: #008ED5; background-color: #008ED5;}
#elem_5 ul.lvl-1 > li.active, #elem_5 ul.lvl-1 > li:hover, #elem_5 ul.lvl-1 > li:focus { background-color: #FFD400; background-color: #FFD400;}
#elem_36 ul.lvl-1 > li.active, #elem_36 ul.lvl-1 > li:hover, #elem_36 ul.lvl-1 > li:focus { background-color: #878787; background-color: #878787;}

/* ICONS */
.far, .fas, .fab { font-size:200%; }

/* Galerie */
.hg-galerie { min-height: 0; }

/* Buttons allgemein */
.btn { border: 2px solid;  margin: 0 20px 0 0; }

/* Buttons Header */
.div-menu-button .btn { margin: 0 0 15px 20px; }
#button-top-content { display: none; }
#button-menu-ein { display: none; }



/* Seitenüberschriften */
.seitenueberschrift { 
	text-align:center;
	font-weight: 400;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #000; 
	padding-left: 15px;
	padding-right: 15px;
	padding: 5px 0;
}
.bereich1 .seitenueberschrift { 
	border-top: 2px solid #E20613;
	border-bottom: 2px solid #E20613;
	color: #E20613; 
}
.bereich2 .seitenueberschrift { 
	border-top: 2px solid #FFD400;
	border-bottom: 2px solid #FFD400;
	color: #FFD400; 
}
.bereich3 .seitenueberschrift { 
	border-top: 2px solid #008ED5;
	border-bottom: 2px solid #008ED5;
	color: #008ED5; 
}
.bereich4 .seitenueberschrift { 
	border-top: 2px solid #009636;
	border-bottom: 2px solid #009636;
	color: #009636; 
}
.bereich5 .seitenueberschrift { 
	border-top: 2px solid #878787;
	border-bottom: 2px solid #878787;
	color: #878787; 
}
.bereich6 .seitenueberschrift { 
	border-top: 2px solid #007632;
	border-bottom: 2px solid #007632;
	color: #007632; 
}



/* Footer */
footer a { text-decoration: underline; }
.hg-container-footer ul { padding-left: 0; list-style-type:none;}


/* FLEXSLIDER */
.flexslider {
    margin: 0 0 40px  0;
	border: none;
}

.tx-ws-flexslider .caption-text {
    position: absolute;
    width: auto;
    top: auto;
	bottom: 0;
    text-align: center;
		
	font-size:125%;
    border-left: 10px solid #fff;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
	left: 30% !important;
    right: 30%;
	padding: 5px 10px;
}
.tx-ws-flexslider .caption-text p {
	margin: 0;
}


.bereich0  .tx-ws-flexslider .caption-text { background: #E20613; color: #fff; }
.bereich1  .tx-ws-flexslider .caption-text { background: #E20613; color: #fff; }
.bereich2  .tx-ws-flexslider .caption-text { background: #FFD400; color: #fff; }
.bereich3  .tx-ws-flexslider .caption-text { background: #008ED5; color: #fff; }
.bereich4  .tx-ws-flexslider .caption-text { background: #009636; color: #fff; }
.bereich5  .tx-ws-flexslider .caption-text { background: #878787; color: #fff; }
.bereich6  .tx-ws-flexslider .caption-text { background: #007632; color: #fff; }

/* LINK Button */
a.button,
a.standardbutton  { padding: 5px 10px; border-radius: 2px; border: 2px; border-style:solid; }


.bereich1 a.button { border-color: #E20613; background: #E20613; color: #fff !important; }
.bereich1 a:hover.button, .bereich1 a:focus.button { background: #fff; color: #E20613 !important; }

.bereich2 a.button { border-color: #FFD400; background: #FFD400; color: #fff !important; }
.bereich2 a:hover.button, .bereich2 a:focus.button { background: #fff; color: #FFD400 !important; }

.bereich3 a.button { border-color: #008ED5; background: #008ED5; color: #fff !important; }
.bereich3 a:hover.button, .bereich3 a:focus.button { background: #fff; color: #008ED5 !important; }

.bereich4 a.button { border-color: #009636; background: #009636; color: #fff !important; }
.bereich4 a:hover.button, .bereich4 a:focus.button { background: #fff; color: #009636 !important; }

.bereich5 a.button { border-color: #878787; background: #878787; color: #fff !important; }
.bereich5 a:hover.button, .bereich5 a:focus.button { background: #fff; color: #878787 !important; }

.bereich6 a.button { border-color: #007632; background: #007632; color: #fff !important; }
.bereich6 a:hover.button, .bereich6 a:focus.button { background: #fff; color: #007632 !important; }

a.standardbutton { border-color: #333; background: #333; color: #fff !important; }
a:hover.standardbutton, a:focus.standardbutton { background: #fff; color: #333 !important; }

/* Symbole */
.symbole-mitte { text-align: center; }
.symbole-mitte .btn { margin: 0 5px 0 5px; }
.symbole-rechts { text-align: right; }
.symbole-rechts .btn { margin: 0 0 0 10px; }


/* Header verkleinern */

.row-top { }
.headerschmal #logo { height: 100px; padding: 0 0 0 0; transition:all 0.4s; }
.headerschmal .div-menu-button .btn {  margin: 0 0 0 20px; }
/*.headerschmal section {     margin-top: 100px; }*/

#button-prev-page { display: none;}
#button-next-page { display: none;}


.ce-column figure img.image-embed-item{ width: 100%; height: auto;}


.flex-direction-nav a {
    height: 60px;
}

.hg-inhalt a {
	text-decoration: underline;
	font-weight: bold;
}
.isoText a { font-weight:normal; }

.isoText .button { margin-top:10px; display: inline-block; }


.powermail_form label { margin-bottom: 0px; font-weight: 600; }
.powermail_fieldwrap_type_input,
.powermail_fieldwrap_type_textarea,
.powermail_fieldwrap_type_file { margin-bottom:12px; }
.powermail_fieldwrap_type_input input { width: 100%; }
.powermail_fieldwrap_type_textarea textarea { width: 100%; }
.powermail_fieldwrap_type_text { font-weight:bold; margin-top: 20px; margin-bottom: 5px; clear:both; }
.powermail_fieldwrap_type_check { margin-top:20px; margin-bottom: 5px; }
.powermail_fieldwrap_type_check label.powermail_label { font-weight:bold; }
.powermail_fieldwrap_type_captcha { margin-top:20px; margin-bottom: 5px; }
.powermail_captcha { width: 50%; margin-right: 50%; }
#powermail_captchaimage { margin-top:5px;}
.powermail_fieldwrap_type_submit  { float:left; margin-right: 20px; margin-top: 20px;}
.powermail_fieldwrap_type_reset  { float:left; margin-top: 18px; margin-bottom: 10px;}
.parsley-required,
.parsley-custom-error-message,
.powermail_message_error { color: #E20613;}
.tx-powermail .container-fluid { padding-left: 0; padding-right: 0;}
.text-red { color: #E20613; }

#c6 ul {
    list-style: none;
	padding-left: 22px;
}

#c6 li {
	text-indent: -22px;	
}
#c6 li:before {
    content: "+";
    margin-right: 4px;
	color: #E20613;
	
}

.modal-content {
	border-top: 20px solid #FFD400;
    border-bottom: 20px solid #E20613;
	border-radius: 0;
}

.modal-content a.button {
    border-color: #878787;
    background: #878787;
    color: #fff !important;
	font-size: 1.25rem;
}
.modal-content button.close {
    font-size: 3rem;
}
.modal-header .close {
    padding: 0 1rem 1rem 1rem;
}

.modal-body img { width: 100%; margin-top: 5px; margin-bottom: 15px;}


.lvl-1 { overflow:auto; }

.aktuell100 > .container > .row  > .col-12 > .hg-inhalt > .container {
  padding-right: 0;
  padding-left: 0;
}
.aktuell100 > .container > .row  > .col-12 > div {
  display: none;
}
.aktuell100 > .container > .row  > .col-12 > div.hg-inhalt.aktuell2575 {
  display: block;
}

.aktuell2575 .islast { position:relative; }
.aktuell2575 h2 {margin-top: 0; margin-bottom: 0.5rem;}

.aktuell2575 div.islast .ce-right img.image-embed-item {width: 200px;}

.aktuellweiterlesen {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.buttonweiterlesen{ cursor:pointer; }


.aktuell100 > div.container > div.row { padding: 0 15px;
}
.aktuell100 > div.container > div.row  > div.col-12 { border: solid #878787 1px; }

.aktuell100 > div.container > div.row  > div.col-12 > div.aktuell2575 { margin-top: 15px;}

.insta-top-nav {
  line-height: 0;
  font-size: 100%;
}

#abgHinweisModal4 img { width: 20%; float: right; margin-left: 0.5rem; }

#abgHinweisModal4 .modal-content a.button {
  border-color: #007632;
  background: #007632;
  color: #fff !important;
  font-size: 1.25rem;
}
#abgHinweisModal4 .modal-content a:hover.button,
#abgHinweisModal4 .modal-content a:focus.button {
  border-color: #878787;
  background: #fff;
  color: #007632 !important;
  font-size: 1.25rem;
}
#abgHinweisModal4 a.button { margin-right: 0; }

/* 30 Jahre ABG */
.text-right { padding-top:0.375rem; }
.jahreLogo {
	position: absolute;
	top: 30px;
	left: 100%;
	width: 40px;
	z-index: 1;
}
.headerschmal .jahreLogo {
	top: 24px;
	width: 50px;

}

.ce-bodytext > p {
	margin-top: 0.375rem;
}

@media (min-width: 576px) {
	.jahreLogo {
		top: 27px;
		width: 65px;
		left: -96%;
		z-index:2;
	}
}
@media (min-width: 768px) {
	 h3.ce-headline-center {
		font-size: 115%;
	}
	.jahreLogo {
		top: 32px;
		width: 75px;
	}
}
@media (min-width: 992px) {
	 h3.ce-headline-center {
		font-size: 140%;
	}
	.jahreLogo {
		top: 32px;
		width: 95px;
	}
}
@media (min-width: 1200px) {
	 h3.ce-headline-center {
		font-size: 150%;
	}
	.jahreLogo {
		top: 37px;
		width: 100px;
	}
}

/*.isoBild > p { height: 90px; }*/

.flex-control-paging li a {
    width: 13px;
    height: 13px;
}