/* stand 03.02.2026 */

:root {
  --wf-navi-menu: 'Oswald';
  --wf-navi-icon: #f29100;
  --wf-navi-fixed-hg: #424242;
  --wf-page-font-family: 'Mulish';
  --wf-page-font-weight: 400;
  --wf-page-line-height: 1.45;
  --wf-page-font-color: #000;
  --wf-page-font-size: 18px;
  --wf-page-sm-font-size: 19px;
  --wf-page-lg-font-size: 18px;
  --wf-page-xl-font-size: 18px;
  --wf-page-background: #fff;
  
  --wf-page-strong-font-weight: 800;	
  --wf-page-strong-font-color: #545252;  
  --wf-page-gap-font: 1.25rem;
  --wf-page-gap-font-second: 0.75rem;
  --wf-content-headline-font-size: 18px;
  --wf-headline-font-family: 'Merienda', cursive;
  --wf-subtitel-font-family: 'Mulish', cursive;
  --wf-body-link-color: #d38828;
  --wf-body-link-color-hover: #424242;
  --wf-icons-iconfont: 'iconfont';
  --wf-btn-link-item-background: #424242;
  --wf-btn-link-item-color: #fff;
  --wf-btn-link-item-hover-background: #f39200;
  --wf-btn-link-minwidth: 180px;
  --wf-liste-color: #f29100; 
  --wf-color1: #f29100;
  --wf-color2: #7b7476;
  --wf-color3: #424242; 
  --wf-color4: #d6d6d6;
  --wf-color5: #898284;
  --wf-color6: #4b4b4b;
  --wf-color7: #f2f3f4;
  --wf-color8: rgba(137,130,132, 0.95);
  --wf-color9: #373737;
  --wf-color10: #7c7c7b;
  --wf-color11: #C75A00;
  --wf-color12: #545252;
  
 
}



.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);
	background-color:#f2f2f2;
	position:relative !important;
	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-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-color2 {
	color: var(--wf-color2);
}

.wf-font-color3 {
	color: var(--wf-color3);
}

.wf-font-color4 {
	color: var(--wf-color4);
}

.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{
	font-family: var(--wf-headline-font-family);
	color: var(--wf-color12);
	letter-spacing: -0.02em;	
	font-weight: 400;
    font-size: 1.60em;
    line-height: 1.2em;
    text-transform: none;
    margin-left: -2px; 	
}

.element-header b,  
.wf-headline b{
    display:block;
    color: #333 !important;
    font-family: var(--wf-subtitel-font-family) !important;
    font-weight: 500;
    font-size: 0.65em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.2em;
    padding-top: 0.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;
  color: var(--wf-color3);
  line-height: 1.2em;
 
}

.wf-subtitel2{
  font-size: 1.2em;
  font-weight: 300;
  color: var(--wf-color3);
  font-style: italic;
  padding-top:0.5rem;
    line-height: 1.2em;

}

.wf-max-width {
	margin-left:auto;
	margin-right:auto;
}


.wf-title1 {
	font-size:1.2em;
	line-height:1.1em;
}

.wf-title2 {
	font-weight:500;	
	font-size:1.1em;
	line-height:1.2em;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0.05em;

}

.wf-title3 {
	font-size:1.2em;
	line-height:1.1em;
}


.wf-uppercase{
	text-transform:uppercase;
}

.wf-font-big{
	font-size:1.15em;
}

.wf-font-small{
	font-size:0.85em;
	line-height:1.4em;	
}



@media (min-width: 576px) {
	
.element-header,  
.wf-headline{
	font-weight: 400;
    font-size: 1.75em;
    line-height: 1.2em;
}

.element-header b,  
.wf-headline b{
    font-weight: 500;
    font-size: 0.65em;
    letter-spacing: 0.05em;
}

.wf-max-width {
	max-width:35rem;

}

}






.wf-strong-font strong {
	font-weight: var(--wf-page-strong-font-weight);
	color: var(--wf-page-strong-font-color) !important;
	letter-spacing:0.02em;
}





.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-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 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-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: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;	
}






.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-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;
}


