/* stand 03.02.2026 */

:root {
  --wf-page-maxwidth: 1930px;
  --wf-wf-header-gap-top:65px;
  --wf-wf-header-gap-top-lg:91px;
  --wf-navi-fixed-hg: #102C68;
  --wf-navi-menu: 'Roboto';
  --wf-navi-icon: #F0E047; /* Gelb */
  --wf-page-font-family: 'Roboto';
  --wf-page-font-weight: 400;
  --wf-page-line-height: 1.45;
  --wf-page-font-color: #2e2d2c;
  --wf-page-font-size: 16px;
  --wf-page-sm-font-size: 17px;
  --wf-page-lg-font-size: 17px;
  --wf-page-xl-font-size: 17px;
  --wf-page-background: #fff;
  
  --wf-page-strong-font-weight: 600;	
  --wf-page-strong-font-color: #102C68;  
  --wf-page-gap-font: 1.25rem;
  --wf-page-gap-font-second: 0.75rem;
  --wf-content-headline-font-size: 18px;
  --wf-headline-font-family: 'Roboto';
  --wf-subtitel-font-family: 'Roboto';
  --wf-body-link-color: #102C68;
  --wf-body-link-color-hover: #F0E047;
  --wf-icons-iconfont: 'iconfont';
  --wf-btn-link-item-background: #f0e047;
  --wf-btn-link-item-color: #2e2d2c;
  --wf-btn-link-item-hover-background: #102C68;
  --wf-btn-link-minwidth: 180px;
  --wf-liste-color: #f0e047; 
  --wf-color1: #F0E047; /* Gelb */
  --wf-color2: #e1e0d3; /* Beige */
  --wf-color3: #2e2d2c; /* Schwarz */
  --wf-color4: #102C68; /* Blau */
  --wf-color5: rgba(240,224,71, 0.5); /* soft Gelb */
  --wf-color6: #fff;
  --wf-color7: #5e5933;
  --wf-color8: #494847;
  --wf-color9: #444;
  --wf-color10: rgba(240,224,71, 0.75);
  --wf-color11: #f4f4f6;
  --wf-color12: rgba(255,255,255, 0.70);
  --wf-box-shadow: 0 8px 24px rgba(0, 0, 0, .16)


  
  
  
  
 
}



.wf-pagefont {
	font-family: Arial, Helvetica, Geneva, sans-serif;    
	font-family: var(--wf-page-font-family);
	font-weight: var(--wf-page-font-weight);
	line-height: var(--wf-page-line-height);
	color: var(--wf-page-font-color);
	font-size: var(--wf-page-font-size);
	position:relative !important;
	background-color: var(--wf-page-background);
	letter-spacing:0.02em;

}

@media (min-width: 576px) {
	.wf-pagefont {
	  font-size: var(--wf-page-sm-font-size);
	}
}

@media (min-width: 992px) {
	.wf-pagefont {
	  font-size: var(--wf-page-lg-font-size);
	}
}
@media (min-width: 1200px) {
	.wf-pagefont {
  	  font-size: var(--wf-page-xl-font-size);

	}	
}




h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2em;
  font-size:1em;  
}




.wf-gap-font p {
	padding-bottom: var(--wf-page-gap-font);
}

.wf-gap-font p:last-child {
	padding-bottom:0;
}

.wf-gap-font-second p {
	padding-bottom: var(--wf-page-gap-font-second);
}

.wf-gap-font-second p:last-child {
	padding-bottom:0;
}


.wf-gap-font-second p:has(+ ul),
.wf-gap-font-second p:has(+ ol),
.wf-gap-font p:has(+ ul),
.wf-gap-font p:has(+ ol) {
    padding-bottom: 0;
}

.wf-body-title h2,
.wf-body-title h3,
.wf-body-title h4,
.wf-body-title h5,
.wf-body-title h6 {
	color: var(--wf-page-strong-font-color);
	font-weight: 500;
	line-height: 1.35em;
	font-size: 1.35em;
	padding-bottom: 0.25rem;
}


.wf-body-title.wf-font-white h2,
.wf-body-title.wf-font-white h3,
.wf-body-title.wf-font-white h4,
.wf-body-title.wf-font-white h5,
.wf-body-title.wf-font-white h6 {
	color:#fff;
}

.wf-font-300 {
	font-weight:300;
}

.wf-font-400{
	font-weight:400;
}

.wf-font-500{
	font-weight:500;
}

.wf-font-600{
	font-weight:600;
}

.wf-font-spacing {
	letter-spacing:0.6em;
}

.wf-font-color1 {
	color: var(--wf-color1);
}
.wf-font-color1i {
	color: var(--wf-color1) !important;
}

.wf-font-color2 {
	color: var(--wf-color2);
}

.wf-font-color3 {
	color: var(--wf-color3);
}

.wf-font-color4 {
	color: var(--wf-color4);
}

.wf-font-color5 {
	color: var(--wf-color5);
}

.wf-font-color6 {
	color: var(--wf-color6);
}

.wf-font-color7 {
	color: var(--wf-color7);
}

.wf-font-color8 {
	color: var(--wf-color8);
}

.wf-font-color9 {
	color: var(--wf-color9);
}

.wf-font-white {
	color:#fff !important;
}

.wf-font-black {
	color:#000 !important;
}

.wf-border-radius {
	border-radius:8px !important;
}

.wf-border-radius-16 {
-webkit-border-radius: 8px;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius: 8px;
-moz-border-radius-bottomleft: 0;
border-radius: 8px;
border-bottom-left-radius: 0;
}


.wf-content-headline {
	margin-bottom: 1.5rem;
}



.element-header, 
.wf-headline-font{
	font-family: var(--wf-headline-font-family);

}

.wf-subtitel-font{
	 font-family: var(--wf-subtitel-font-family);
}



.wf-headline-slider {
    font-family: var(--wf-headline-font-family);
    font-weight: 700;
    /* Default: kleine Screens (Smartphones) */
	font-size: 1.8em;
    font-size: clamp(1.8rem, 6vw, 2.5rem); 
    line-height: 1.3em;
    max-width: 90%;
    word-break: break-word;
}

/* Tablets */
@media (min-width: 768px) {
    .wf-headline-slider {
	    font-size: 2em;
        font-size: clamp(2rem, 4vw, 3rem);
        line-height: 1.25em;
    }

.wf-content-headline {
	margin-bottom: 2.5rem;
}
	
}

/* Desktop */
@media (min-width: 1024px) {
    .wf-headline-slider {
		font-size: 3em;
        font-size: clamp(3rem, 3.5vw, 4rem);
        line-height: 1.2em;
    }
.wf-content-headline {
	margin-bottom: 3.5rem;
}
	
}

.wf-headline{
	font-family: var(--wf-headline-font-family);
	font-weight: 700;
    font-size: 4.50em;
    line-height: 1.05em;
	display:block;
	width:100%;
}


/* Mobile-First Default: Smartphones */
.wf-headline {
    font-family: var(--wf-headline-font-family);
	font-weight: 800;
    font-size: 4.50em;
    line-height: 1.05em;
    font-size: clamp(2rem, 8vw, 4rem); /* passt sich dynamisch kleinen Bildschirmen an */
    max-width: 100%;
    word-break: break-word;
}

.wf-headline b {
    display: block;
    font-weight: 400;
	font-size: 0.3em;
    font-size: clamp(1.2rem, 3vw, 1.4rem); /* proportional zur Hauptüberschrift */
    line-height: 1.2em;
    padding-bottom: 1rem;
    letter-spacing: 0.02em;
    color: var(--wf-color3) !important;
}

.wf-subheadline{
  font-size: 1.8em;
  font-size: clamp(1.4rem, 4vw, 1.8rem); /* passt sich dynamisch kleinen Screens an */
  font-weight: 700;
  line-height: 1.2em;
  padding-top:2.0rem;
  word-break: break-word; 
}

/* Tablets */
@media (min-width: 576px) {
    .wf-headline {
        font-size: 2.5em;
		font-size: clamp(2.8rem, 6vw, 4.0rem);
        line-height: 1.05em;
    }
    .wf-headline b {
		font-size: 1em;
        font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    }

    .wf-subheadline {
		font-size: 1.85em;
        font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    }
	
}

/* Tablets */
@media (min-width: 768px) {
    .wf-headline {
        font-size: 3.5em;
		font-size: clamp(3.5rem, 6vw, 5rem);
        line-height: 1.05em;
    }
    .wf-headline b {
		font-size: 0.8em;
        font-size: clamp(0.8rem, 2.5vw, 1.5rem);
    }

    .wf-subheadline {
		font-size: 1.75em;
        font-size: clamp(1.75rem, 2.5vw, 2.5rem);
    }
	
}

/* Desktop */
@media (min-width: 1200px) {

.wf-headline{
    font-size: 4.50em;
    line-height: 1.05em;
}

.wf-headline b{
    font-size: 0.25em;
    line-height: 1.2em;
}

.wf-subheadline{
  font-size: 1.8em;
  padding-top:2.0rem;
 
}

}



.element-header,  
.wf-headline2{
	font-family: var(--wf-headline-font-family);
	font-weight: 700;
    font-size: 2.5em;
    line-height: 1.05em;
}

.wf-linie{
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 10px;
  background-color: #898284;
  text-align: left;
  width: 4.7em;
  height: 1px;
}

.text-center .wf-linie,
.wf-text-center .wf-linie{
	margin-left:auto;
	margin-right:auto;
}




.wf-subheadline2{
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
  padding-top:0.5rem;
 
}


.wf-newsbox-titel {
	font-size:1.2em;
	font-weight:700;
	letter-spacing:0.04em;
}


.wf-title1 {
	font-size:2.5em;
	line-height:1.1em;
	font-weight:800;
}
.wf-subtitle1 {
	font-size:1.2em;
	line-height:1.1em;
	letter-spacing:0.04em;
	padding-top:1.75rem;

}

.wf-title2 {
	font-weight:700;	
	font-size:1.8em;
	line-height:1.2em;


}

.wf-title2 b{
	display:block;
	font-size:0.85em;
	font-weight:700;	

}


.wf-title3 {
	font-size:1.55em;
	line-height:1.1em;
	font-weight:500;
}

.wf-title4 {
	font-size:1.35em;
	line-height:1.1em;
	font-weight:500;
}

.wf-title6,
.wf-title5 {
	font-size:1.6em;
	line-height:1.1em;
	font-weight:700;
}

.wf-title5 {
	text-transform:uppercase;
}


.wf-sutitle1 {
	font-size:1.35em;
	line-height:1.1em;
	font-weight:500;
	padding-bottom:0.5rem;
}

.wf-sutitle2 {
	font-size:1.25em;
	line-height:1.1em;
	font-weight:500;
}


.wf-uppercase{
	text-transform:uppercase;
}

.wf-font-big{
	font-size:1.075em;
}

.wf-font-big2{
	font-size:1.12em;
}

.wf-font-small{
	font-size:0.90em;
	line-height:1.3em;
	font-weight:400;	
}

.wf-font-shadow{
  text-shadow: 1px 1px 2px #000000;
}


@media (min-width: 576px) {
.wf-font-big{
	font-size:1.10em;
}

.wf-font-big2{
	font-size:1.25em;
}

.wf-title1 {
	font-size:2.5em;
	line-height:1.1em;
}
	
}

/* Tablets */
@media (min-width: 768px) {
.wf-font-big{
	font-size:1.15em;
}

.wf-font-big2{
	font-size:1.25em;
}

.wf-title1 {
	font-size:2.8em;
	line-height:1.1em;
}
	
}




.wf-box-shadow{
  box-shadow: var(--wf-box-shadow) !important;
}
	
.wf-strong-font strong {
	font-weight: var(--wf-page-strong-font-weight);
	color: var(--wf-page-strong-font-color) !important;
	letter-spacing:0.02em;
}

.wf-line-1_5 {
	line-height:1.5em;
}

.wf-letter-0_15 {
	letter-spacing:0.1em;
}


.headline-flex {
	display:-webkit-flex;display:-ms-flexbox;display:flex;
	-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;	
}

.headline-flex .flex-order-1  {
  -ms-flex-order: -1;
  order: -1;
}


.wf-bg1 {
	background-color:var(--wf-color1);
}

.wf-bg2 {
	background-color:var(--wf-color2);
}

.wf-bg3 {
	background-color:var(--wf-color3);
}

.wf-bg4 {
	background-color:var(--wf-color4);
}

.wf-bg5 {
	background-color:var(--wf-color5);
}

.wf-bg6 {
	background-color:var(--wf-color6);
}

.wf-bg7 {
	background-color:var(--wf-color7);
}

.wf-bg8 {
	background-color:var(--wf-color8);
}

.wf-bg9 {
	background-color:var(--wf-color9);
}

.wf-bg10 {
	background-color:var(--wf-color10);
}

.wf-bg11 {
	background-color:var(--wf-color11);
}

.wf-border1 {
	border: 1px solid var(--wf-color1);
}

.wf-border2 {
	border: 1px solid var(--wf-color2);
}

.wf-border3 {
	border: 1px solid var(--wf-color3);
}

.wf-border4 {
	border: 1px solid var(--wf-color4);
}

.wf-border5 {
	border: 1px solid var(--wf-color5);
}

.wf-border6 {
	border: 1px solid var(--wf-color6);
}

.wf-border7 {
	border: 1px solid var(--wf-color7);
}

.wf-border8 {
	border: 1px solid var(--wf-color8);
}

.wf-border9 {
	border: 1px solid var(--wf-color9);
}

.wf-border10 {
	border: 1px solid var(--wf-color10);
}

.wf-border11 {
	border: 1px solid var(--wf-color11);
}



.wf-link-color li a,
.wf-link-color td a,
.wf-link-color ul a,
.wf-link-color p a,
.wf-link-color a {
	color: var(--wf-body-link-color);
}


.wf-link-color-icon p a,
.wf-link-color-icon a {
	color: var(--wf-body-link-color);
	position:relative;
	font-weight:400;
	letter-spacing:0.03em;
}

.wf-link-color-icon p a:after,
.wf-link-color-icon a:after {
	font-family: var(--wf-icons-iconfont);
	font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	content: "\e9f9";
	font-size:1.0em;
	position:relative;
	top:0.1rem;
	font-weight:normal;
	padding-left:0.1rem;
	 letter-spacing:0 !important;
}

.wf-link-color-icon:hover p a,
.wf-link-color-icon:hover  a {
	color: #fff;
}


.wf-link-color a:hover {
	color: var(--wf-body-link-color-hover) !important;
}


.wf-link-underline li a,
.wf-link-underline td a,
.wf-link-underline ul a,
.wf-link-underline p a {
	text-decoration: underline !important;

}



.wf-btn-display {
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: 1.0em;
}

.wf-btn-flex {
    display:flex;
    flex-wrap:wrap;

    margin-left:-0.35rem;
	margin-right:-0.35rem;
    padding-top:0.35rem;
}

.wf-btn-flex.small {

    margin-left:-0.15rem;
	margin-right:-0.15rem;
}

.wf-btn-link-font {
	display:inline-block;
	font-size:0.95em;
	line-height:1.3em;
	font-weight:500;	
	margin:0.35rem 0.35rem;
	padding:0.85rem 1.5rem 0.9rem 1.5rem;
}

.wf-btn-link-font.wf-btn-small {
	font-size:0.88em;
	padding:0.65rem 1.0rem 0.7rem 1.0rem;	
	margin:0.15rem 0.15rem;
	
}

.wf-btn-link-item {
	color: var(--wf-btn-link-item-color);
	background-color: var(--wf-btn-link-item-background);
}

.wf-btn-link-item:hover {
	background-color: var(--wf-btn-link-item-hover-background);
}


.wf-btn-link-item-full{
	color: var(--wf-color6);
	background-color: var(--wf-color4);
	border:1px solid var(--wf-color4);
	transition: all 0.5s ease;
}

.wf-btn-link-item-full:hover{
	color: var(--wf-color4);
	border-color: var(--wf-color1);
	background-color: var(--wf-color1);
}

.wf-btn-link-item-full2{
	color: var(--wf-color4);
	background-color: var(--wf-color1);
	border:1px solid var(--wf-color1);
	transition: all 0.5s ease;
}

.wf-btn-link-item-full2:hover{
	color: var(--wf-color6);
	background-color: var(--wf-color4);
	border-color:var(--wf-color4)
}

.wf-btn-link-item-full3{
	color: var(--wf-color4);
	background-color: var(--wf-color2);
	border:1px solid var(--wf-color2);
	transition: all 0.5s ease;
}

.wf-btn-link-item-full3:hover{
	color: var(--wf-color6);
	background-color: var(--wf-color4);
	border-color:var(--wf-color4)
}


.wf-btn-link-item-full4{
	color: var(--wf-color3);
	background-color: #f6ec91;
}


.wf-btn-link-item-full4:hover{
	color: var(--wf-color3);
	background-color: var(--wf-color1);
}

.wf-btn-link-item-full5{
	color: var(--wf-color3);
	background-color:#cfd5e1;
}


.wf-btn-link-item-full5:hover{
	color: var(--wf-color6);
	background-color: var(--wf-color4);
}

.wf-btn-link-item-full6{
	color: var(--wf-color3);
	background-color: #edece5;
}

.wf-btn-link-item-full6:hover{
	color: var(--wf-color3);
	background-color: var(--wf-color2);
}

 
.wf-btn-link-item-border {  
   border:1px solid var(--wf-color4);
   color: var(--wf-color4);
   background-color: transparent;
   display:inline-block;
   position:relative;
   z-index:10;
   overflow:hidden;
   
 }

.wf-btn-link-item-border.wf-btn-fullwidth {
	width:100%;
	display:block;
	text-align:center; 
}

.wf-btn-link-item-border:hover {  
	color:#fff;
	border-color: var(--wf-color4);
}

.wf-btn-link-item-border:after {
	 position:absolute;
	 z-index:-1;
	 left:0;
	 bottom:-1px;
	 content:"";
	 background-color: var(--wf-color4);
	 width:100%;
	 height:1px;
	 transition: height 0.5s ease;
 }
 
.wf-btn-link-item-border:hover:after {
	 height:110%;  
}

.wf-btn-link-file,
.wf-btn-link-pdf  {
    position: relative;
}

.wf-btn-link-file:before,
.wf-btn-link-pdf:before {
    
    font-family: var(--wf-icons-iconfont);
    font-weight:normal;
    line-height:0;
    content: "\f1c1";
    font-size:1.15em;
    letter-spacing:0 !important;
    padding-right: 0.5rem;
    position: relative;
    top:0.1rem;
}

.wf-btn-link-pdf:before {
    content: "\f1c1";
    top:0.1rem;
}

.wf-btn-link-file:before {
    content: "\ea63";
    top:0.1rem;
}

.wf-btn-courses {  
   text-decoration:none;
   padding:0.75rem 2.5rem;
   	margin:0.35rem 0.35rem;
   border:1px solid var(--wf-color11);
   color: var(--wf-color11);
   background-color: transparent;
   font-family: var(--wf-page-font-family);
   font-weight:500;
   font-size:0.9em;
   line-height:1.2em;
   letter-spacing:0.04em;
   cursor:pointer;
   text-align:center;
   display:inline-block;
   
   position:relative;
   z-index:10;
   overflow:hidden;
   
 }

.wf-btn-courses:hover {  
	color:#fff;
	border-color: var(--wf-color1);
}

.wf-btn-courses:after {
	 position:absolute;
	 z-index:-1;
	 left:0;
	 bottom:-1px;
	 content:"";
	 background-color: var(--wf-color1);
	 width:100%;
	 height:1px;
	 transition: height 0.5s ease;
 }
 
.wf-btn-courses:hover:after {
	 height:110%;  
}

.wf-btn-negative {  
   text-decoration:none;
   padding:0.75rem 2.5rem;
   	margin:0.35rem 0.35rem;
   border:1px solid #fff;
   color: #fff;
   background-color: transparent;
   font-family: var(--wf-page-font-family);
   font-weight:500;
   font-size:0.9em;
   line-height:1.2em;
   letter-spacing:0.04em;
   cursor:pointer;
   text-align:center;
   display:inline-block;
   
   position:relative;
   z-index:10;
   overflow:hidden;
   
 }

.wf-btn-negative:hover {  
	color:var(--wf-color1)
}

.wf-btn-negative:after {
	 position:absolute;
	 z-index:-1;
	 left:0;
	 bottom:-1px;
	 content:"";
	 background-color: #fff;
	 width:100%;
	 height:1px;
	 transition: height 0.5s ease;
 }
 
.wf-btn-negative:hover:after {
	 height:110%;  
}



.wf-btn-details {  
   text-decoration:none;
   padding:0.75rem 2.5rem;
   	margin:0.35rem 0.35rem;
   border:1px solid #fff;
   color:#fff;
   background-color: transparent;
   font-family: var(--wf-page-font-family);
   font-weight:500;
   font-size:0.9em;
   line-height:1.2em;
   letter-spacing:0.04em;
   cursor:pointer;
   text-align:center;
   display:inline-block;
   text-transform:uppercase;
   
   position:relative;
   z-index:10;
   overflow:hidden;
   	transition:all 500ms ease 0s;

   
 }

.wf-btn-details:hover {  
	color:#fff;
	border-color:#1d94ad;
}

.wf-btn-details:after {
	 position:absolute;
	 z-index:-1;
	 left:0;
	 bottom:-1px;
	 content:"";
	 background-color:#1d94ad;
	 width:100%;
	 height:1px;
	 transition: height 0.5s ease;
 }
 
.wf-btn-details:hover:after {
	 height:110%;  
}



.wf-btn-minwidth {
	min-width: var(--wf-btn-link-minwidth);
	max-width: 100%;
	text-align:center;
}





@media (max-width: 480px) {
    .wf-btn-flex.wf-btn-column {
		width:100%;
        -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;
    }
	
    .wf-btn-flex.wf-btn-column .wf-btn-link-font {
		text-align:center;
		width:100%;
		display:block;
    }


									
}


.wf-liste-icon ul {
	list-style:none;
	line-height:1.35em;
	text-align:left;
}

.wf-liste-icon ul li {
	position:relative;
	padding-left:0.80em;	
	padding-bottom:6px;	
}

.wf-liste-icon ul li:before {
	font-family: var(--wf-icons-iconfont);
	content: "\f105";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	position:absolute;
	left:0;	
	 letter-spacing:0 !important;
}

#c215 ul,
.wf-liste ul{
	list-style:none;
	line-height:1.4em;
	text-align:left;
	padding-bottom:1.5em;	
}

.wf-none-gap-liste ul{
	padding-bottom:0;	
}

#c215 ul li,
.wf-liste li {
	position:relative;
	padding-left:0.80em;	
	padding-bottom:6px;	
}

#c215 ul li:before,
.wf-liste li:before {
	font-family: var(--wf-icons-iconfont);
	content: "\f105";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	position:absolute;
	left:0;	
	 letter-spacing:0 !important;
}






.wf-liste-square ul{
    list-style:none;
    text-align:left;
}
 
.wf-liste-square li {
   position:relative;
   padding-left:0.80rem;   
   padding-right:1rem;
}

.wf-liste-square li:before {
   font-family: var(--wf-icons-iconfont);
   content: "\f04d";
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   position:absolute;
   left:0;
   top:0.55rem;
   font-size:0.30em;
    letter-spacing:0 !important;
}


.wf-liste-square-quer ul{
    list-style:none;
    text-align:left;
	display:flex;
	flex-wrap: wrap;
}
 
.wf-liste-square-quer li {
   position:relative;
   padding-left:0.80rem;   
   padding-right:1rem;
}

.wf-liste-square-quer li:before {
   font-family: var(--wf-icons-iconfont);
   content: "\f04d";
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   position:absolute;
   left:0;
   top:0.55rem;
   font-size:0.40em;
    letter-spacing:0 !important;
}

.wf-liste-square-quer li:nth-last-of-type(1) {
   padding-right:0;
}

.wf-liste-triangle-quer ul{
    list-style:none;
    text-align:left;
	display:flex;
	flex-wrap: wrap;
}
 
.wf-liste-triangle-quer li {
   position:relative;
   padding-left:0.80rem;   
   padding-right:1rem;
}

.wf-liste-triangle-quer li:before {
   font-family: var(--wf-icons-iconfont);
   transform: rotate(-90deg);
   content: "\ea1c";
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   position:absolute;
   left:-0.35em;
   top:0.3em;
   font-size:0.75em;
    letter-spacing:0 !important;
   
}

.wf-liste-triangle-quer li:nth-last-of-type(1) {
   padding-right:0;
}


.wf-liste-ol ol  {
	padding-left:1.5rem;
	padding-bottom:1.5em;	
	
}

.wf-agbh ol li:before,
.wf-liste-ol ol li:before  {
	display:none;
}

.wf-liste-color ul li:before {
	color: var(--wf-liste-color) !important;
}

.wf-liste-none-gap ul,
.wf-liste-none-pb ul {
	padding-bottom:0 !important;
}






@media (max-width: 480px){

.wf-body-hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;		
	hyphens: auto;		
}

.elements-265 .wf-headline  {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;		
	hyphens: auto;		
}

}	

.wf-font-hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;		
	hyphens: auto;		
}


.wf-font-break-word {
	word-break: break-word;
}
.wf-font-break-all {
	word-break: break-all;
}
.wf-font-overflow-wrap {
	overflow-wrap: break-word;	
}

.wf-font-nowrap{
	white-space: nowrap !important;
}


.dce-dsgvo-innen  {
	font-size:14px;
	line-height:1.35em;
	color:#999;
	padding-top:0.75rem;
	padding-bottom:1.5rem;
}

.wf-dsgvo-innen a {
	color:#111;
}

.wf-dsgvo-btn a {
	color:#000;
	font-size:1.1em;
	line-height: normal;
	display:inline-block;
	text-decoration:underline !important;
}


#c215 ul li a {
	color:#000;
}

#c215 ul li a:hover {
	color:#8b384a !important;
}

#c215 ul  {
    padding-bottom:6rem;
    padding-top: 1.5rem;
}



.wf-font-white.white strong {
	color:#fff !important;
}

.wf-font-white-link a {
	color:#fff !important;
	text-decoration:underline !important;
}

.wf-link-color-icon.wf-font-color6 a {
	color:var(--wf-color1);
}

.wf-link-color-icon.wf-font-color6 a:hover {
	color:var(--wf-color6);
}
