/* stand 03.02.2026 */

:root {
  --wf-page-maxwidth: 1930px;
  --wf-wf-header-gap-top:75px;
  --wf-wf-header-gap-top-lg:100px;
  --wf-wf-header-gap-top-xl:108px;
  --wf-navi-fixed-hg: #78675d;
  --wf-navi-menu: 'Libertinus Sans';
  --wf-page-font-family: 'Libertinus Sans';
  --wf-page-font-weight: 400;
  --wf-page-line-height: 1.45;
  --wf-page-font-color: #1d1d1b;
  --wf-page-font-size: 20px;
  --wf-page-sm-font-size: 21px;
  --wf-page-lg-font-size: 21.5px;
  --wf-page-xl-font-size: 20px;
  --wf-page-background: #fff;
  
  --wf-page-strong-font-weight: 600;	
  --wf-page-strong-font-color: #78675d;  
  --wf-page-gap-font: 1.25rem;
  --wf-page-gap-font-second: 0.75rem;
  --wf-headline-font-family: 'Libertinus Sans';
  --wf-subtitel-font-family: 'Libertinus Sans';
  --wf-body-link-color: #862c1d;
  --wf-body-link-color-hover: #111;
  --wf-icons-iconfont: 'iconfont';
  --wf-btn-link-item-background: #78675d;
  --wf-btn-link-item-color: #fff;
  --wf-btn-link-item-hover-background: #999;
  --wf-btn-link-minwidth: 180px;
  --wf-liste-color: #78675d; 
  --wf-color1: #78675d;
  --wf-color2: #fff;
  --wf-color3: #000;
  --wf-color4: #66584f;

 
}



.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);

}

@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-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.2em;
	font-size: 1.25em;
	padding-bottom: 0.25rem;
}

.wf-body-title h3,
.wf-body-title h4,
.wf-body-title h5,
.wf-body-title h6 {
	padding-top:1.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-color2 {
	color: var(--wf-color2);
}

.wf-font-color3 {
	color: var(--wf-color3);
}



.wf-font-white {
	color:#fff !important;
}

.wf-font-black {
	color:#000 !important;
}


.wf-content-headline {
	margin-bottom: 1.5rem;
}

.wf-content-headline.wf-samll {
	margin-bottom: 0.5rem;
}


.element-header, 
.wf-headline-font{
	font-family: var(--wf-headline-font-family);

}

.wf-subtitel-font{
	 font-family: var(--wf-subtitel-font-family);
}


.element-header,  
.wf-headline{
	color: var(--wf-color1);
	font-weight: 500;
    font-size: 1.5em;
    line-height: 1.1em;
}

.element-header b,  
.wf-headline b{
    display:block;
	font-weight: 500 !important;
    font-size: 0.75em;
    line-height: 1.2em;
}

.wf-subheadline{
	font-weight: 500;
    font-size: 1.65em;
    line-height: 1.2em;
	padding-top:1.5rem;
}

.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-subtitel{
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
 
}


.wf-max-width {
	margin-left:auto;
	margin-right:auto;
}

.wf-newsbox-titel {
	font-size:1.2em;
	font-weight:700;
	letter-spacing:0.04em;
}


.wf-title1 {
	font-size:2.0em;
	line-height:1.1em;
	font-weight:400;
}

.wf-title2 {
	font-size:1.2em;
	line-height:1.1em;
	font-weight:400;
}


.wf-uppercase{
	text-transform:uppercase;
}

.wf-font-big{
	font-size:1.25em;
}

.wf-font-small{
	font-size:0.90em;
	line-height:1.3em;
}

.wf-font-shadow{
  text-shadow: 1px 1px 2px #000000;
}

.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;
}


@media (min-width: 480px) {

.element-header,  
.wf-headline{
    font-size: 2.0em;
    line-height: 1.1em;
}

.element-header b,  
.wf-headline b{
    font-size: 0.75em;
    line-height: 1.2em;
}

}


@media (min-width: 576px) {

.element-header,  
.wf-headline{
    font-size: 2.0em;
    line-height: 1.1em;
}

.element-header b,  
.wf-headline b{
    font-size: 0.65em;
    line-height: 1.2em;
}

}

@media (min-width: 768px) {

.element-header,  
.wf-headline{
    font-size: 2.30em;
    line-height: 1.1em;
}


}


@media (min-width: 1200px) {

.element-header,  
.wf-headline{
    font-size: 2.70em;
    line-height: 1.1em;
}

.element-header b,  
.wf-headline b{
    font-size: 0.65em;
    line-height: 1.2em;
}

}




.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-link-color li a,
.wf-link-color td a,
.wf-link-color ul a,
.wf-link-color p a {
	color: var(--wf-body-link-color);
	font-weight:600;
}


.wf-link-color-icon li a,
.wf-link-color-icon td a,
.wf-link-color-icon ul a,
.wf-link-color-icon p a {
	color: var(--wf-body-link-color);
	position:relative;
	font-weight:400;
	padding-left:2.2rem;
}

.wf-link-color-icon ul a:before,
.wf-link-color-icon p a:before {
	font-family: var(--wf-icons-iconfont);
	font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	content: "\e9a5";
	position:absolute;
	left:0;
	top:0;
	font-size:1.55em;
}

.wf-link-color-icon td a:hover,
.wf-link-color-icon ul a:hover,
.wf-link-color-icon p a:hover,
.wf-link-color ul a:hover,
.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-link-item {
	font-size:1em;
	font-weight:500;	
	color: var(--wf-btn-link-item-color);
	background-color: var(--wf-btn-link-item-background);

	display:inline-block;
	transition: background-color 0.1s linear;
	margin:0.35rem 0.35rem;

	padding:0.85rem 1.5rem 0.9rem 1.5rem;	
}


.wf-btn-link-item:hover {
	background-color: var(--wf-btn-link-item-hover-background);
}

.wf-btn-link-item2 {
	color: var(--wf-btn-link-item-color);
	background-color: var(--wf-btn-link-item-hover-background);
}

.wf-btn-link-item2:hover {
	color: var(--wf-btn-link-item-color);
	background-color: var(--wf-btn-link-item-background);
}



.wf-btn-link-pdf  {
	position: relative;
	padding-left:2.5rem;
}

.wf-btn-link-pdf:after {
	font-family: var(--wf-icons-iconfont);
	font-weight:normal;
	line-height:0;
	content: "\f1c1";
	position:absolute;
	top:50%;
	left:0.75rem;
	font-size:1.15em;
	color:#ffcd00;
}

.wf-btn-link-pdf:hover:after {
	color:#000 !important;
}

.wf-btn-courses {  
   text-decoration:none;
   padding:0.75rem 2.5rem;
   	margin:0.35rem 0.35rem;
   border:1px solid #fff;
   color: var(--wf-color2);
   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: var(--wf-color3);
	border-color: var(--wf-color2);
}

.wf-btn-courses: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-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-courses,
    .wf-btn-flex.wf-btn-column .wf-btn-link-item {
		text-align:center;
		width:100%;
		display:block;
    }


									
}


.wf-liste-icon ul {
	list-style:none;
	line-height:1.4em;
	text-align:left;
	padding-bottom:1.5em;	
}

.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;	
}

#c215 ul,
.wf-liste ul{
	list-style:none;
	line-height:1.4em;
	text-align:left;
	padding-bottom: var(--wf-page-gap-font)
}

.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;	
}






.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;
}


.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;
}

.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;
   
}

.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-gap-font-has p:has(+ ul),
.wf-gap-font-has p:has(+ ol) {
    padding-bottom: 0;
}

/* Nur wenn KEIN p oder ul direkt danach kommt */
.wf-liste ul:not(:has(+ p, + h3, + ul)) {
    padding-bottom: 0em;
}
