




/* ---------- Fonts ---------- */ 

@import url('/engine/fonts/Inter.css');
@import url('/engine/fonts/Saira-Extra-Condensed.css');



  


.slider .slides .slide-text {
	top: 55%;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    left: 25%;
    right: 25%;
}
	
.slider h2 {
	font-size:50px;
}

main section, main article {
	background-color: #FFFFFF;
}

 

/* ---------- Colors ---------- */ 

body {
	background:#FFFFFF;
	color: #555555;
}

p {
	color: #555555;
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #aa274f;
}
	


h1 {
	font-size: 60px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 40px;
}

header, .sticky {
	background:#FFFFFF;
}


.title-bar {
  background:#FFFFFF;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }
  
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px; 
  background: #FFFFFF;
  padding: 5px;
  }
.menu-icon:hover {
  background: #FFFFFF;
  }  
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #314270;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #314270, 0 14px 0 #314270; }
    
.menu-icon:hover::after {
    background: #aa274f;
    box-shadow: 0 7px 0 #aa274f, 0 14px 0 #aa274f; } 
 
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #314270 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-dropdown-submenu-parent.is-down-arrow > a::after {
	border-color:#314270 transparent transparent;
}

.is-dropdown-submenu-parent.is-down-arrow:hover > a::after {
	border-color:#aa274f transparent transparent;
}

footer {
	background:#a49b94;
    color: #FFFFFF;
}

footer p, footer .fa, footer .fa-regular, footer .fa-solid, footer .fa-light, footer .fa-thin, footer .fa-duotone {
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #FFFFFF;
}

footer a .fa:hover, footer a .fa-regular:hover, footer a .fa-solid:hover, footer a .fa-light:hover, footer a .fa-thin:hover, footer a .fa-duotone:hover {
	color: #ffffff;
}

header .menu a,
.row_icons {
	color:#314270;
    font-size: 22px;
    font-family: 'Saira Extra Condensed';
}

header .fa,header .fa-regular,header .fa-solid,header .fa-light,header .fa-thin,header .fa-duotone {
	color:#314270;
    font-size: 22px;
}


a,
.accordion-title,
.speise h3 a {
	color: #aa274f;
}

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #aa274f;
	font-family: 'Saira Extra Condensed';
	font-size: 22px;
	background:#ffffff;
	border: 0;
}

.tabs-title.is-active a:hover {
	color: #aa274f;
	background:#EEEEEE;
	border: 0;
}

.tabs-title a:hover {
	color: #aa274f;
	background:#EEEEEE;
	border: 0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ffffff; 
}
 
.tabs-title.is-active{
	background:#EEEEEE !important;
}     

.tabs > li.is-active > a {
background: #EEEEEE;
color: #aa274f;
}

header .menu a:hover {
			color: #aa274f !important;
	}

.row_icons .fa, .row_icons_left .fa,.row_icons .fa-regular, .row_icons_left .fa-regular,.row_icons .fa-light, .row_icons_left .fa-light, .row_icons .fa-thin, .row_icons_left .fa-thin,.row_icons .fa-duotone, .row_icons_left .fa-duotone,.row_icons .fa-brands {
	color: #aa274f;
}
	
footer a {
	color:#FFFFFF;
}

a:hover,
.menu > li > a:hover,
a:focus {
	color:#ffffff;
}
		
.button, button,
.owl-theme .owl-controls .owl-page span {
	color:#FFFFFF;
	background:#314270;
}

.button:hover, button:hover,
.owl-theme .owl-controls .owl-page span:hover {
	background:#aa274f;color:#FFFFFF;}
	
.cd-top {
	background: #314270 url(../img/cd-top-arrow.svg) no-repeat center 50%;
}

.no-touch .cd-top:hover {
	background-color:#aa274f;
}
	
section .button, section button {
	background:#314270;
	color:#FFFFFF;
}
	
/*
.button:hover, button {
	background:#F18611;
}
*/
	
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub li {
	background:#EEEEEE;
}

label, input, textarea {
	/* color: #555555; */
}

textarea{
	height: 10em;
}
formselect.selected, .selected {
	color: #555555;
}




/* ---------- Typography ---------- */ 

body {
	font-family: 'Inter';
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Saira Extra Condensed';
	font-style: normal;
	font-weight: normal;
}

p {
	font-family: 'Inter';
}
	
	
a.button, button, [type='submit'] {
	font-family: 'Inter';
	font-style: normal;
}
	
.event-info p, .event-info p a,
.event-details p, .event-details p a {
	font-family: 'Inter';
	font-weight:400;
}
	

	
p, 
footer .sitemap ul li a,
.row_team a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
}
	
p strong {
	font-style: normal;
	font-weight: 700;
}

.flexslider .slides .slide-text h2{
	font-family: 'Saira Extra Condensed';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #aa274f;
}



.flexslider .slides .slide-text p{
	margin: 0 0 20px 0;
    padding: 0;
    color: #aa274f;
    font-size: 28px;
}

.flexslider .slides li .slide-text {
    width: 80%;
    top: 28%;
}






.row_testimonials .flexslider h2 {
	color:#aa274f;
	font-size: 50px;
    margin: 0 0 25px 0;
}

.row_testimonials .flexslider p {
	color:#555555;
}

/* ---------- Logo ---------- */ 

h5#logo a, h5#logo-center a  {
	background-image: url(../../sites/site0180/media/logo/logo.svg);
	background-repeat: no-repeat;
}

h5#logo_footer a  {
	background-image: url(../../sites/site0180/media/logo/icon-weiss.svg);
	background-repeat: no-repeat;
    background-position: top left;
}

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#314270;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.4s;
    margin-top: 10px;
}

.accor h1, .accor h2, .accor h3, .accor h4, .accor h5{
	color:#ffffff;
    margin:0;
	float:left;
	}

.accor.active, .accor:hover {
    background: #aa274f;
}

.accor:before{
    content: '+';
    font-size: 20px;
    color: #ffffff;
    float: left;
    line-height: 28px;
    font-weight: bold;
	margin: 0 15px 0 0;
}

.accor.active:before {
    content: "-";
}

.panel {
	max-height: 0;
    overflow: hidden;
	padding:0 20px;
    transition: 0.6s ease-in-out;
    opacity: 0;
    font-size: 20px;
    font-family: Interpx;
}

.panel.show {
    opacity: 1;
    max-height: 5000px;
	padding: 20px;
}

.row_content_half .fa,.row_content_half .fa-regular,.row_content_half .fa-solid,.row_content_half .fa-thin,.row_content_half .fa-light,.row_content_half .fa-duotone,.row_content_half .fa-brands {
font-size: 55px;
margin: 10px 0;
}	





/* ---------- Speisekarte ----------- */	

.speise {
margin: 0 0 35px 0;
display: inline-block;
margin-left: -4px;
float: none;
vertical-align: top;
}
	
.speise h5:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    display: block;
    margin: 0 auto 30px;
}

.speise h5:after {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    display: block;
    margin-top: 25px;
}

.speise h3{
	float:left;
	font-size: 1.2em;
    font-family: Inter;
    color: #555555;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Inter;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Inter;
	margin:0;
	max-width:100%;
	}
	
.speise p{
	margin:0;
	font-size: 1em;
	clear:both;
	width: 80%; 
	}
.speise h4.preis{
	float:right;
	font-size: 1.6em;
    font-family: Inter;
	 margin: 0;
	}
	
.speise .allergene{
	float:none;
	clear:both;
	font-size: 11px;
    margin: 0 0 10px 0;
	}



<!-- .tabs-panel .speise:nth-of-type(2n+1) {
clear: both;
}
-->
	
/* Fiver Changes */

.row_content_third {
overflow: hidden;
}

.aos-init {
overflow: hidden;
}




/* Content-spezifische Styles */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/engine/fonts/roboto-v30-latin-300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


/* Page Loader Mobile Speed CSS */

.loader-added .loader-bg {
        opacity: 0;
        visibility: hidden;        
    }
    
.loader-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,1);
    z-index: 99999;
    transition: all 0.3s ease-in-out;
}

.loader-logo {
    position: fixed;
    top: 50%;
    width: 150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -75px;    
    animation: spinning 1.5s infinite ease-in-out;
}


@keyframes spinning {
	0% { transform:  scale(1) ;}
	50% { transform:  scale(0.8) ;}
	100% { transform:  scale(1) ;}
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-logo:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background-color:
    rgba(0,0,0,0);
 border-radius:100%;
 margin:-15px;
    box-shadow: 0 4px 0 0 #000;
    transition: all 1s linear;
    animation: lds-eclipse 1s linear infinite;
    left: -16px;
    right: 0;
    top: 50%;
    margin: 0 auto;
    margin-top: -90px;
}

#section-15850 h1 { color: #aa274f;}
#section-15850 h2 { color: #aa274f;}
#section-15850 h3 { color: #aa274f;}
#section-15850 p { color: #555555;}
#section-15850 { background-image: url(/sites/site0180/media/slider/hd_neu_back-portrait-vollaufloesung.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15850 h1{font-size:40px;}
#section-15850 
p{font-size:20px;}
#section-15850 
li{color:#555;}
#section-15850 
{background-position:top center;}
#section-15851 {display:none;}
#section-15853 { background-image: url(/sites/site0180/media/backgrounds/hd_back-weiss.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15853 h2{margin-bottom:40px;}
#section-15853 
.fa:nth-child(1){color:#3a9a9a;}
#section-15853 
.fa:nth-child(2){color:#123564;}
#section-15853 
.fa:nth-child(3){color:#fdc500;}
#section-15853 
img{width:50%;}
#section-15854 { background-color: #a29992;}
#section-15854 h1 { color: #FFFFFF;}
#section-15854 h2 { color: #FFFFFF;}
#section-15854 h3 { color: #FFFFFF;}
#section-15854 p { color: #FFFFFF;}
#section-15854 .fa, #section-15854 .fa-regular,#section-15854 .fa-solid,#section-15854 .fa-light,#section-15854 .fa-thin,#section-15854 .fa-duotone { color: #DDDDDD !important;}
#section-15854 { background-image: url(/sites/site0180/media/backgrounds/hd_back-braun-hirn-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15854 h2{margin-bottom:50px;}
#section-15854 
fa{color:white;}
#section-15854 
li{color:#FFF;}
#section-15855 { background-color: #444444;}
#section-15855 h1 { color: #FFFFFF;}
#section-15855 h2 { color: #FFFFFF;}
#section-15855 h3 { color: #FFFFFF;}
#section-15855 p { color: #EEEEEE;}
#section-15855 .button, .button a { background-color: #aa274f;}
#section-15855 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-links.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15855 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-15855 
.button{box-shadow: 0 0 10px;}
#section-15856 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-15857 h2{margin-bottom:50px;}
#section-15858 { background-color: #000000;}
#section-15858 { background-image: url(/sites/site0180/media/backgrounds/hd_back-kind-wolken.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15858 .large-6:nth-child(2){background-color:rgba(255,255,255,0.85);padding:20px;margin: 0;}
#section-15859 p { color: #314270;}
#section-15859 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15861 h1 { color: #FFFFFF;}
#section-15861 h2 { color: #FFFFFF;}
#section-15861 h3 { color: #FFFFFF;}
#section-15861 p { color: #FFFFFF;}
#section-15861 { background-image: url(/sites/site0180/media/backgrounds/hd_back-magenta.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15863 { background-color: #EEEEEE;}
#section-15864 { background-color: #FFFFFF;}
#section-15864 h2{margin-bottom:50px;}
#section-15865 { background-color: #444444;}
#section-15865 h1 { color: #FFFFFF;}
#section-15865 h2 { color: #FFFFFF;}
#section-15865 h3 { color: #FFFFFF;}
#section-15865 p { color: #EEEEEE;}
#section-15865 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15865 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-15866 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-15867 { background-color: #FFFFFF;}
#section-15867 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15868 { background-color: #EEEEEE;}
#section-15868 h1{font-size:30px;}
#section-15868 
h2{font-size:30px;}
#section-15868 
.row{margin-bottom:60px;}
#section-15869 { background-color: #EEEEEE;}
#section-15869 h1{margin-bottom:20px;}
#section-15869 
bloghead{font-weight:bold;}
#section-15870 h1 { color: #FFFFFF;}
#section-15870 h2 { color: #FFFFFF;}
#section-15870 h3 { color: #FFFFFF;}
#section-15870 p { color: #EEEEEE;}
#section-15870 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-links.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15871 h2{margin-bottom:50px;}
#section-15871 
h3{font-size:28px;}
#section-15871 
p{display:none;}
#section-15872 { background-color: #EEEEEE;}
#section-15872 h1{margin-bottom:20px;}
#section-15872 
bloghead{font-weight:bold;}
#section-15873 h1 { color: #FFFFFF;}
#section-15873 h2 { color: #FFFFFF;}
#section-15873 h3 { color: #FFFFFF;}
#section-15873 p { color: #EEEEEE;}
#section-15873 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-links.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15874 h2{margin-bottom:50px;}
#section-15874 
h3{font-size:28px;}
#section-15874 
p{display:none;}
#section-15875 { background-color: #EEEEEE;}
#section-15875 h1{margin-bottom:20px;}
#section-15875 
bloghead{font-weight:bold;}
#section-15876 h1 { color: #FFFFFF;}
#section-15876 h2 { color: #FFFFFF;}
#section-15876 h3 { color: #FFFFFF;}
#section-15876 p { color: #EEEEEE;}
#section-15876 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-links.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15877 h2{margin-bottom:50px;}
#section-15877 
h3{font-size:28px;}
#section-15877 
p{display:none;}
#section-15878 { background-color: #EEEEEE;}
#section-15878 h1{margin-bottom:20px;}
#section-15878 
bloghead{font-weight:bold;}
#section-15879 h1 { color: #FFFFFF;}
#section-15879 h2 { color: #FFFFFF;}
#section-15879 h3 { color: #FFFFFF;}
#section-15879 p { color: #EEEEEE;}
#section-15879 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15880 h2{margin-bottom:50px;}
#section-15880 
h3{font-size:28px;}
#section-15880 
p{display:none;}
#section-15881 { background-color: #EEEEEE;}
#section-15881 h1{margin-bottom:20px;}
#section-15881 
bloghead{font-weight:bold;}
#section-15882 h1 { color: #FFFFFF;}
#section-15882 h2 { color: #FFFFFF;}
#section-15882 h3 { color: #FFFFFF;}
#section-15882 p { color: #EEEEEE;}
#section-15882 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15883 h2{margin-bottom:50px;}
#section-15883 
h3{font-size:28px;}
#section-15883 
p{display:none;}
#section-15884 { background-color: #EEEEEE;}
#section-15884 h1{margin-bottom:20px;}
#section-15884 
bloghead{font-weight:bold;}
#section-15885 h1 { color: #FFFFFF;}
#section-15885 h2 { color: #FFFFFF;}
#section-15885 h3 { color: #FFFFFF;}
#section-15885 p { color: #EEEEEE;}
#section-15885 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15888 { background-color: #FFFFFF;}
#section-15888 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15890 { background-color: #EEEEEE;}
#section-16521 h1 { color: #FFFFFF;}
#section-16521 h2 { color: #FFFFFF;}
#section-16521 h3 { color: #FFFFFF;}
#section-16521 p { color: #FFFFFF;}
#section-16521 { background-image: url(/sites/site0180/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16523 { background-color: #EEEEEE;}
#section-16524 { background-color: #FFFFFF;}
#section-16524 h2{margin-bottom:50px;}
#section-16525 { background-color: #444444;}
#section-16525 h1 { color: #FFFFFF;}
#section-16525 h2 { color: #FFFFFF;}
#section-16525 h3 { color: #FFFFFF;}
#section-16525 p { color: #EEEEEE;}
#section-16525 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16525 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-16526 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-16527 { background-color: #FFFFFF;}
#section-16527 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16528 h1 { color: #FFFFFF;}
#section-16528 h2 { color: #FFFFFF;}
#section-16528 h3 { color: #FFFFFF;}
#section-16528 p { color: #FFFFFF;}
#section-16528 { background-image: url(/sites/site0180/media/backgrounds/hd_back-braun-hirn-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16530 { background-color: #EEEEEE;}
#section-16531 { background-color: #FFFFFF;}
#section-16531 h2{margin-bottom:50px;}
#section-16532 { background-color: #444444;}
#section-16532 h1 { color: #FFFFFF;}
#section-16532 h2 { color: #FFFFFF;}
#section-16532 h3 { color: #FFFFFF;}
#section-16532 p { color: #EEEEEE;}
#section-16532 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16532 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-16533 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-16534 { background-color: #FFFFFF;}
#section-16534 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16535 h1 { color: #FFFFFF;}
#section-16535 h2 { color: #FFFFFF;}
#section-16535 h3 { color: #FFFFFF;}
#section-16535 p { color: #FFFFFF;}
#section-16535 { background-image: url(/sites/site0180/media/backgrounds/hd_back-orange.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16537 { background-color: #EEEEEE;}
#section-16538 { background-color: #FFFFFF;}
#section-16538 h2{margin-bottom:50px;}
#section-16539 { background-color: #444444;}
#section-16539 h1 { color: #FFFFFF;}
#section-16539 h2 { color: #FFFFFF;}
#section-16539 h3 { color: #FFFFFF;}
#section-16539 p { color: #EEEEEE;}
#section-16539 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16539 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-16540 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-16541 { background-color: #FFFFFF;}
#section-16541 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16542 h1 { color: #FFFFFF;}
#section-16542 h2 { color: #FFFFFF;}
#section-16542 h3 { color: #FFFFFF;}
#section-16542 p { color: #FFFFFF;}
#section-16542 { background-image: url(/sites/site0180/media/backgrounds/hd_back-rot.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16544 { background-color: #EEEEEE;}
#section-16546 { background-color: #444444;}
#section-16546 h1 { color: #FFFFFF;}
#section-16546 h2 { color: #FFFFFF;}
#section-16546 h3 { color: #FFFFFF;}
#section-16546 p { color: #EEEEEE;}
#section-16546 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16546 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-16547 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-16548 { background-color: #FFFFFF;}
#section-16548 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16549 h1 { color: #FFFFFF;}
#section-16549 h2 { color: #FFFFFF;}
#section-16549 h3 { color: #FFFFFF;}
#section-16549 p { color: #FFFFFF;}
#section-16549 { background-image: url(/sites/site0180/media/backgrounds/hd_back-tuerkis.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16551 { background-color: #EEEEEE;}
#section-16552 { background-color: #FFFFFF;}
#section-16552 h2{margin-bottom:50px;}
#section-16553 { background-color: #444444;}
#section-16553 h1 { color: #FFFFFF;}
#section-16553 h2 { color: #FFFFFF;}
#section-16553 h3 { color: #FFFFFF;}
#section-16553 p { color: #EEEEEE;}
#section-16553 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16553 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-16554 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-16555 { background-color: #FFFFFF;}
#section-16555 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16556 { background-image: url(/sites/site0180/media/backgrounds/hd_back-gelb.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16559 { background-color: #FFFFFF;}
#section-16559 h2{margin-bottom:50px;}
#section-16560 { background-color: #444444;}
#section-16560 h1 { color: #FFFFFF;}
#section-16560 h2 { color: #FFFFFF;}
#section-16560 h3 { color: #FFFFFF;}
#section-16560 p { color: #EEEEEE;}
#section-16560 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16560 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-16561 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-16562 { background-color: #FFFFFF;}
#section-16562 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16563 h1 { color: #FFFFFF;}
#section-16563 h2 { color: #FFFFFF;}
#section-16563 h3 { color: #FFFFFF;}
#section-16563 p { color: #FFFFFF;}
#section-16563 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-links.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16565 { background-color: #EEEEEE;}
#section-16566 { background-color: #FFFFFF;}
#section-16566 h2{margin-bottom:50px;}
#section-16567 { background-color: #444444;}
#section-16567 h1 { color: #FFFFFF;}
#section-16567 h2 { color: #FFFFFF;}
#section-16567 h3 { color: #FFFFFF;}
#section-16567 p { color: #EEEEEE;}
#section-16567 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16567 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-16568 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-16569 { background-color: #FFFFFF;}
#section-16569 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16570 { background-color: #efeeec;}
#section-16570 h1 { color: #aa274f;}
#section-16570 h2 { color: #aa274f;}
#section-16570 h3 { color: #aa274f;}
#section-16570 p { color: #555555;}
#section-16570 { background-image: url(/sites/site0180/media/slider/hd_neu-2023_back-portrait-vollaufloesung.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16570 h1{font-size:40px;}
#section-16570 
p{font-size:20px;}
#section-16570 
li{color:#555;}
#section-16570 
{background-position:top center;}
#section-16571 {display:none;}
#section-16572 {display:none;}
#section-16573 h2{margin-bottom:40px;}
#section-16573 
.fa:nth-child(1){color:#3a9a9a;}
#section-16573 
.fa:nth-child(2){color:#123564;}
#section-16573 
.fa:nth-child(3){color:#fdc500;}
#section-16576 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-16579 p { color: #314270;}
#section-16579 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16580 { background-image: url(/sites/site0180/media/backgrounds/hd_back-weiss.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16581 { background-image: url(/sites/site0180/media/backgrounds/hd_back-weiss.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16582 { background-image: url(/sites/site0180/media/backgrounds/hd_back-weiss.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16583 { background-image: url(/sites/site0180/media/backgrounds/hd_back-gelb.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16584 { background-image: url(/sites/site0180/media/backgrounds/hd_back-weiss.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16584 h1{text-align:center;}
#section-16585 { background-image: url(/sites/site0180/media/backgrounds/hd_back-braun-hirn-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16585 {display:none;}
#section-16585 
h2{font-size:36px;}
#section-16707 { background-color: #EEEEEE;}
#section-16714 {display:none;}
#section-16715 h1 { color: #FFFFFF;}
#section-16715 h2 { color: #FFFFFF;}
#section-16715 h3 { color: #FFFFFF;}
#section-16715 p { color: #FFFFFF;}
#section-16715 { background-image: url(/sites/site0180/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16717 { background-color: #EEEEEE;}
#section-16718 { background-color: #FFFFFF;}
#section-16718 h2{margin-bottom:50px;}
#section-16719 { background-color: #444444;}
#section-16719 h1 { color: #FFFFFF;}
#section-16719 h2 { color: #FFFFFF;}
#section-16719 h3 { color: #FFFFFF;}
#section-16719 p { color: #EEEEEE;}
#section-16719 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16719 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-16720 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-16721 { background-color: #FFFFFF;}
#section-16721 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16722 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-16726 { background-color: #FFFFFF;}
#section-16726 { background-image: url(/sites/site0180/media/backgrounds/hd_back-weiss.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16733 { background-color: #DDDDDD;}
#section-16733 h1 { color: #aa274f;}
#section-16733 h2 { color: #aa274f;}
#section-16733 h3 { color: #aa274f;}
#section-16733 p { color: #555555;}
#section-16733 h1{font-size:40px;}
#section-16733 
p{font-size:20px;}
#section-16733 
li{color:#555;}
#section-16734 {display:none;}
#section-16735 {display:none;}
#section-16738 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-16741 p { color: #314270;}
#section-16741 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16745 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-16857 { background-color: #CCCCCC;}
#section-24377 { background-color: #EEEEEE;}
#section-24377 h1{margin-bottom:20px;}
#section-24377 
bloghead{font-weight:bold;}
#section-24378 h1 { color: #FFFFFF;}
#section-24378 h2 { color: #FFFFFF;}
#section-24378 h3 { color: #FFFFFF;}
#section-24378 p { color: #EEEEEE;}
#section-24378 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-25173 { background-image: url(/sites/site0180/media/backgrounds/hd_back-gelb.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-25176 { background-image: url(/sites/site0180/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-25334 { background-image: url(/sites/site0180/media/backgrounds/hd_back-weiss.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-25681 { background-image: url(/sites/site0180/media/backgrounds/hd_back-weiss.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-26654 { background-image: url(/sites/site0180/media/backgrounds/hd_back-weiss-hirn-mitte.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-30103 h1 { color: #FFFFFF;}
#section-30103 h2 { color: #FFFFFF;}
#section-30103 h3 { color: #FFFFFF;}
#section-30103 p { color: #FFFFFF;}
#section-30103 { background-image: url(/sites/site0180/media/backgrounds/hd_back-magenta.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-30106 { background-color: #DDDDDD;}
#section-30107 h1 { color: #FFFFFF;}
#section-30107 h2 { color: #FFFFFF;}
#section-30107 h3 { color: #FFFFFF;}
#section-30107 p { color: #FFFFFF;}
#section-30107 { background-image: url(/sites/site0180/media/backgrounds/hd_back-magenta.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-30108 { background-color: #DDDDDD;}
#section-30109 { background-color: #FFFFFF;}
#section-30109 h2{margin-bottom:50px;}
#section-30111 { background-color: #DDDDDD;}
#section-30113 { background-color: #DDDDDD;}
#section-30115 { background-color: #DDDDDD;}
#section-30117 { background-color: #DDDDDD;}
#section-30119 { background-color: #DDDDDD;}
#section-50279 p { color: #weiß;}
#section-50279 { background-image: url(/sites/site0180/media/servicereise_in_action/hd_k1600_initiative_3.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50279 {padding-top:130px;padding-bottom:130px;}
#section-50279 
.large-12:first-child{background-color:rgba(255,255,255,0.8);padding:20px;margin: 50px 0 50px 0;}
#section-50280 { background-color: #DDDDDD;}
#section-50282 { background-image: url(/sites/site0180/media/backgrounds/hd_back-weiss.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50284 { background-image: url(/sites/site0180/media/backgrounds/hd_back-weiss.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50286 { background-color: #DDDDDD;}
#section-50290 { background-color: #444444;}
#section-50290 h1 { color: #FFFFFF;}
#section-50290 h2 { color: #FFFFFF;}
#section-50290 h3 { color: #FFFFFF;}
#section-50290 p { color: #EEEEEE;}
#section-50290 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50290 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-50294 { background-image: url(/sites/site0180/media/backgrounds/hd_back-gelb.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50305 { background-color: #444444;}
#section-50305 h1 { color: #FFFFFF;}
#section-50305 h2 { color: #FFFFFF;}
#section-50305 h3 { color: #FFFFFF;}
#section-50305 p { color: #EEEEEE;}
#section-50305 { background-image: url(/sites/site0180/media/backgrounds/hd_back-verlauf-icon-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50305 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-50306 { background-image: url(/sites/site0180/media/backgrounds/hd_back-gelb.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50332 {background:linear-gradient(to bottom right,#DDD,#FFF);}
#section-50332 
.fa-brands{color:#314270;}

/* Custom Styles */

h5#logo-center{margin: 10px 0 30px 0;height:115px !important;}
.top-bar-right {text-transform:uppercase;}
.button{font-size:18px;border-radius:16px;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-family:Saira Extra Condensed;font-size:30px;color:#314270;}

.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:20px;}
.icon-list i{font-size: 0.8em;position: absolute;left: -1.2em;width: 2em;line-height: 0.6em;margin: 10px 0;}
.icon-list .fa-solid{font-size:20px;color:#aa274f;}

h3{color:#314270;line-height:40px;}

/* formfelder */
input{border:1px solid #555555 !important;}
textarea{border:1px solid #314270 !important;}
input[type=text]:focus{border:1px solid #3a9a9a !important;}
input[type=email]:focus{border:1px solid #3a9a9a !important;}
textarea:focus{border:1px solid #3a9a9a !important;}
select{border:1px solid #314270 !important;}
select:focus{border:1px solid #314270 !important;}

/* MOBILE ANSICHTEN */
#section-14902{display:none;}
@media screen and (max-width: 899px){

#section-15852{display:block;} /* Öffnungszeiten Startseite mobil */
#section-15850{display:none;}
#section-15851{display:block;}
#section-16585{display:block;} /* Introtext mobil */
#section-16570{background-image:none;}
#section-16571{display:block;}
}
@media screen and (max-width: 767px){
	h1,h2,h3{
	    font-size: 5vw;
	}
	header {
	margin: 0 auto !important;
	}
}