<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


.cta-termin{
  display: flex;
  position: fixed;
  left: -10px;
  bottom: -10px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #d0004e;
  color: #fff;
  font-size: 17px;
	font-weight:bold;
  line-height: 18px;
  text-align: center;
  align-content: center;
  justify-content: center;
  align-items: center;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}
.cta-termin:hover{
color: #fff;
}

@media screen and (min-width: 961px){
	.cta-termin{
	transform: scale(1.25);
	}
}
@media screen and (max-width: 960px){
	.cta-termin{
	transform: scale(1.00);
	}
}
@media screen and (max-width: 700px){
	.cta-termin{
	transform: scale(0.75);
	left: -30px;
	bottom: -30px;
	}
}


:root {
  --cookiebar-background-primarycolor: #d0004e;
  --cookiebar-primarycolor: #fff;
  
  --iframe-consent-wrapper-bg: #000;
  --iframe-consent-wrapper-border: 0px solid #ccc;
  --iframe-consent-wrapper-iframe-border: 0px solid transparent;
  --iframe-consent-poster-opacity: 0.65;
  --iframe-consent-icon-color: #fff;
  --iframe-consent-wrapper-mobile-bg: rgba(0,0,0,0.65);
  
  --iframe-consent-wrapper-radius:0;
  --iframe-consent-btn-bg:#d0004e;
  --iframe-consent-btn-border:#d0004e;
  --iframe-consent-btn-radius:10px;  
  --iframe-consent-btn-padding:4px 15px;
  --iframe-consent-btn-font-size:14px;
  --iframe-consent-btn-font-weight: 600; 
  --iframe-consent-btn-color: white;
  
}

p.text-dark{
  color: #fff !important;
  margin-bottom: 0.75rem;
}

a.iframe-consent-disclaimer{
  font-size: 0.65rem;
  color: #fff !important;
  text-decoration: underline;
}




.social-icon{
	
	display: block;
	padding: 5px 5px 5px 45px;
	font-weight: 600;
}
.icon-fb{
	background: url('../img/icon-fb.png') 0 0 no-repeat;	
	background-size: contain;
}
.icon-in{
	background: url('../img/icon-in.png') 0 0 no-repeat;
	background-size: contain;
}



p.twocols{
	
column-count: 2;
}

body{
	margin:0px;
	padding: 0px;
	font-family: 'Slabo 27px', serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: #dfe1e0 url(../img/bg.jpg) bottom left repeat;
	background-attachment: fixed;
	background-size: 70px;

	}

.logo{
	width: 100% !important;
	height: auto;
	max-width: 480px;
	margin-bottom: 0px;
	box-shadow: none;
	border: none;
	}

img{
	width: 97% !important;
	height: auto;
	/* border: 10px solid #fff; */
	box-shadow: 2px 5px 10px 0px rgba(0,0,0, 0.50);
	margin-bottom: 25px;
	border-radius: 0 0 0 45px;
	}	

img.portrait{
	max-width: 50%;
	}
img.unterschrift{
	width: auto !important;
	max-width: 200px;
	box-shadow: none;
	border: none;
	margin-bottom:5px;
	margin-bottom:5px;
}
	
.wrapper_outer{
	float: left;
	position: relative;
	width: 960px;
	height: auto;
	left: 30%;
	margin-left: -288px;
	
	}
	
.wrapper_inner{
	float: right;
	width: 90%;
	padding: 0 5%;
	height: auto;
background: #fff;
}	
	
@media screen and (min-width: 769px) and (max-width: 1540px){

	.wrapper_outer{
		float: right;
		position: relative;
		width: 75%;
		height: auto;
		left: 0;
		margin-left: 0;
	}
	
	
	.wrapper_inner{
	float: left;
	width: 90%;
	padding: 0 5%;
	height: auto;

}


	
	}
	

	
	


@media screen and (max-width: 768px){
	
	.wrapper_outer{
		float: right;
		position: relative;
		width: 80%;
		height: auto;
		left: 0;
		margin-left: 0;
	}
	
	
	.wrapper_inner{
	float: left;
	width: 95%;
	padding: 0 2.5%;
	height: auto;

}



img{
	width: 97% !important;
	height: auto;
	border: 5px solid #fff;
	box-shadow: 2px 5px 10px 0px rgba(0,0,0, 0.25);
	margin-bottom: 25px;
	}	
	
	}
		
	
	


.ce-element{
	width: 100%;
	float: left;
	margin: 25px 0;
	}
	
.ce-50-50{
	width: 45%;
	float: left;
	margin: 25px 2.5%;
	}	
	
	
.ce-full{
	border-bottom: 1px solid #4f5759;
	padding-top:  30px;
	background-size: contain;
	margin-top: 50px;
	}
	
	

.wrapper-slider {
    position: relative;
    width: 100%;
    padding: 0;
}	

.slider-item {
    width: 96%;
    padding: 0 2%;
    position: relative;
}

.slider-img {
    width: 100%;
    height: auto;
}


/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

p, ul{
	line-height: 140%;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0em;
	letter-spacing:0;
	color: #8c9598;
	}
a{
	text-decoration: none;
	color: #4f5759;
	transition: all ease-in-out 0.3s; 
	}	
a:hover{
	color: #d0004e;
	}		
	
	
h1, h2, h3, h4{
	letter-spacing:0.02em;
	text-transform: uppercase;
display: block;
border-bottom: 2px solid rgba(82,90,92,0.3);
background-size: contain;
color: #4f5759;
font-weight: 600;
margin:0px;
padding: 0px;
padding-bottom:  10px;
	}
	
h1{
	font-size: 23px;
	letter-spacing:0.05em;
	font-weight: 400;
	color: #d0004e;
	}		
h2{
	font-size: 17px;
	margin-bottom: 25px;
	margin-top: 25px;
	font-weight: 400;
	color: #d0004e;
	}
h3{
	font-size: 17px;
	font-weight: 400;
	color: #d0004e;
	}
	
ul.imprint p{
	font-size: 12px;
	}
	
	
@media screen and (max-width: 768px){

h1{
	font-size: 17px;
	}		
h2{
	font-size: 17px;
	}
h3{
	font-size: 14px;
	}	
p, ul{
	font-size: 14px;

	}	

	
}


/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

/* ACCORDERON */



.accordeon{
  float: left;
  margin: 0px 0 25px 0!important;
  padding:0px;
  width: 100%;
  list-style-type: none;
  }    
  
.accordeonButton {  
font-weight: 700;
  float: left;
  display: block;
  cursor: pointer;
  padding: 5px 1% 5px 1% !important;
  width: 98%;
  margin: 15px 0 5px 0!important;
  transition: none !important;
  border: 1px solid #c2c7c3;
	border-radius: 15px;
  background: #fff;
  color: #8c9598;
  
  }
.accordeonButton:hover,
.on {
  color: #d0004e;
}

  
  
  
.accordeonContent {  
  /*width: 100%;*/
  display: block;
  float: left;
  padding: 0px 0px 0px 0px !important;
  margin:  0px 0 0px 0 !important;
  line-height: 125%;
  transition: none !important;
  }
  
 
.accordeon ul{
	 margin: 10px 0 0 19px;
	 padding: 0px;
 } 
 .accordeon ul li{
	 margin: 0px 0 15px 0;
 } 
  



.cookie-disclaimer {
  z-index: 1000;
  position: fixed;
  bottom: -500px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 125%;
  transition: all 0.5s ease-in-out;
}

.cookie-disclaimer.show {
  bottom: 0px;
}


.cookie-disclaimer .inner {
  background: var(--cookiebar-background-primarycolor);
  padding: 10px;
  margin: auto;
  display: inline-block;
  line-height: 135%;
  width: 100%;
}

.cookie-disclaimer a {
  color: #fff;
  text-decoration: underline;
	cursor: pointer;
}

.cookie-disclaimer button.cb-btn{
  font-size: 0.65rem;
  font-weight: bold;
  margin: 5px;
  text-transform: uppercase;
  border: 2px solid var(--cookiebar-primarycolor);
  cursor: pointer;
  background: var(--cookiebar-primarycolor);
}

.cookie-disclaimer button.cb-btn:hover {
    border: 2px solid var(--cookiebar-primarycolor);
  color: var(--cookiebar-primarycolor);
  cursor: pointer;
  background: none;
}


.cookie-checkboxes {
  padding:10px 0;
}

.cookie-checkboxes label {
  margin:0 5px;
}








	
	</pre></body></html>