




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

@import url('/engine/fonts/Dosis.css');
@import url('/engine/fonts/Inter.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: 18px;
}

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


h1 {
	font-size: 46px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 26px;
}

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: #666666;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #666666, 0 14px 0 #666666; }
    
.menu-icon:hover::after {
    background: #e95421;
    box-shadow: 0 7px 0 #e95421, 0 14px 0 #e95421; } 
 
.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: #666666 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:#666666 transparent transparent;
}

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

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

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

footer a {
	color: #555555;
}

footer a:hover {
	color: #555555;
}

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: #6e6e6e;
}

header .menu a,
.row_icons {
	color:#666666;
    font-size: 16px;
    font-family: 'Dosis';
}

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


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

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #e95421;
	font-family: 'Dosis';
	font-size: 16px;
	background:#ffffff;
	border: 0;
}

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

.tabs-title a:hover {
	color: #e95421;
	background:#FFFFFF;
	border: 0;
}

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

.tabs > li.is-active > a {
background: #FFFFFF;
color: #e95421;
}

header .menu a:hover {
			color: #e95421 !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: #f0a402;
}
	
footer a {
	color:#555555;
}

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

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

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

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: 'Dosis';
	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: 'Dosis';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #f0a402;
}



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

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






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

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

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

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

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

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#666666;
    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: #e95421;
}

.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: 18px;
    font-family: Interpx;
}

.panel.show {
    opacity: 1;
    max-height: 10000px;
	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-61220 { background-image: url(/sites/site0349/media/slider/hd_5c7a0708.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61220 {padding-top:350px;padding-bottom:300px;}
#section-61220 
h1{font-size:80px;text-shadow: 2px 0 2px rgba(0,0,0,0.5);}
#section-61223 {display:none;}
#section-61224 h2{background-image:linear-gradient(90deg,#fdbd35,#e95421,#e72e5e); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#section-61228 .fa, #section-61228 .fa-regular,#section-61228 .fa-solid,#section-61228 .fa-light,#section-61228 .fa-thin,#section-61228 .fa-duotone { color: #eeeeee !important;}
#section-61228 {padding-top:0;}
#section-61228 
h2{margin-bottom:40px;background-image:linear-gradient(90deg,#fdbd35,#e95421,#e72e5e); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#section-61228 
img{border-radius:15px;}
#section-ueber-uns img{border-radius:50%;border: 8px solid #f0a402;}
#section-formular-allgemein { background-color: #666666;}
#section-formular-allgemein h1 { color: #FFFFFF;}
#section-formular-allgemein h2 { color: #FFFFFF;}
#section-formular-allgemein h3 { color: #FFFFFF;}
#section-formular-allgemein p { color: #FFFFFF;}
#section-formular-allgemein { background-image: url(/sites/site0349/media/backgrounds/hd_back-form2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61234 h1 { color: #FFFFFF;}
#section-61234 h2 { color: #FFFFFF;}
#section-61234 h3 { color: #FFFFFF;}
#section-61234 p { color: #EEEEEE;}
#section-61234 { background-image: url(/sites/site0349/media/backgrounds/hd_back-outdoor1.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61234 h1{margin-top:350px;text-shadow: 0 0 10px #000;width:70%;font-size:70px;line-height:70px;}
#section-61234 
{background-position:top center;}
#section-61235 img{width:100px;height:100px;margin-bottom:30px;}
#section-61235 
h1{line-height:52px;margin-bottom:40px;}
#section-61236 h1 { color: #e95421;}
#section-61236 h2 { color: #e95421;}
#section-61236 h3 { color: #e95421;}
#section-61236 {padding-top:0;}
#section-61239 { background-color: #EEEEEE;}
#section-61239 h1 { color: #FFFFFF;}
#section-61239 h2 { color: #FFFFFF;}
#section-61239 h3 { color: #FFFFFF;}
#section-61239 {border-top:4px solid #FFF;}
#section-61240 { background-color: #444444;}
#section-61240 h1 { color: #FFFFFF;}
#section-61240 h2 { color: #FFFFFF;}
#section-61240 h3 { color: #FFFFFF;}
#section-61240 p { color: #EEEEEE;}
#section-61240 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-61241 {background:linear-gradient(to right,#f0a402,#e95421,#e72e5e);}
#section-61241 
.fa-brands{color:#e9dbd3;}
#section-61241 
.fa-solid{color:rgba(255,255,255,0.7);}
#section-61241 
h4{color:#e9dbd3;}
#section-61241 
p{color:white;}
#section-61241 
a:link{color:white;}
#section-61242 .fa-brands{color:#e72e5e;}
#section-61242 
h2{margin-bottom:50px;}
#section-61244 { background-color: #EEEEEE;}
#section-62056 h1 { color: #FFFFFF;}
#section-62056 h2 { color: #FFFFFF;}
#section-62056 h3 { color: #FFFFFF;}
#section-62056 p { color: #FFFFFF;}
#section-62056 {background:linear-gradient(to right,#f0a402,#e95421,#e72e5e);margin-bottom:60px;}
#section-62056 
h2{margin-bottom:60px;}
#section-62056 
img{border-radius:15px;width:50%;border:5px solid white;margin-bottom:10px;}
#section-62067 h1 { color: #e95421;}
#section-62067 h2 { color: #e95421;}
#section-62067 h3 { color: #e95421;}
#section-62069 h1 { color: #e95421;}
#section-62069 h2 { color: #e95421;}
#section-62069 h3 { color: #e95421;}
#section-62070 h1 { color: #FFFFFF;}
#section-62070 h2 { color: #FFFFFF;}
#section-62070 h3 { color: #FFFFFF;}
#section-62070 p { color: #EEEEEE;}
#section-62070 { background-image: url(/sites/site0349/media/backgrounds/hd_back-outdoor2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62070 h1{margin-top:350px;text-shadow: 0 0 10px #000;width:70%;font-size:70px;line-height:70px;}
#section-62070 
{background-position:top center;}
#section-62071 .fa, #section-62071 .fa-regular,#section-62071 .fa-solid,#section-62071 .fa-light,#section-62071 .fa-thin,#section-62071 .fa-duotone { color: #DDDDDD !important;}
#section-62071 img{width:100px;height:100px;margin-bottom:30px;}
#section-62071 
h1{line-height:52px;margin-bottom:40px;}
#section-62072 h1 { color: #e95421;}
#section-62072 h2 { color: #e95421;}
#section-62072 h3 { color: #e95421;}
#section-62072 {padding-top:0;}
#section-62073 .fa, #section-62073 .fa-regular,#section-62073 .fa-solid,#section-62073 .fa-light,#section-62073 .fa-thin,#section-62073 .fa-duotone { color: #eeeeee !important;}
#section-62073 {padding-top:0;}
#section-62073 
h2{margin-bottom:60px;}
#section-62073 
.fa-solid{background-image:linear-gradient(90deg,#fdbd35,#e95421,#e72e5e); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#section-62076 { background-color: #444444;}
#section-62076 h1 { color: #FFFFFF;}
#section-62076 h2 { color: #FFFFFF;}
#section-62076 h3 { color: #FFFFFF;}
#section-62076 p { color: #EEEEEE;}
#section-62076 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-outdoor-trainings-kalender3 .fa, #section-outdoor-trainings-kalender3 .fa-regular,#section-outdoor-trainings-kalender3 .fa-solid,#section-outdoor-trainings-kalender3 .fa-light,#section-outdoor-trainings-kalender3 .fa-thin,#section-outdoor-trainings-kalender3 .fa-duotone { color: #e72e5e !important;}
#section-outdoor-trainings-kalender3 {padding-top:0;}
#section-outdoor-trainings-kalender3 
h3{color:#555555;font-family:Inter;font-weight:bold;font-size:15px;}
#section-outdoor-trainings-kalender3 
p{font-size:15px;}
#section-62095 h1 { color: #e95421;}
#section-62095 h2 { color: #e95421;}
#section-62095 h3 { color: #e95421;}
#section-62096 h1 { color: #FFFFFF;}
#section-62096 h2 { color: #FFFFFF;}
#section-62096 h3 { color: #FFFFFF;}
#section-62096 p { color: #EEEEEE;}
#section-62096 { background-image: url(/sites/site0349/media/backgrounds/hd_back-b2b-gruppentraining.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62096 h1{margin-top:350px;text-shadow: 0 0 10px #000;width:70%;font-size:70px;line-height:70px;}
#section-62096 
{background-position:top center;}
#section-62097 .fa, #section-62097 .fa-regular,#section-62097 .fa-solid,#section-62097 .fa-light,#section-62097 .fa-thin,#section-62097 .fa-duotone { color: #DDDDDD !important;}
#section-62097 img{width:100px;height:100px;margin-bottom:30px;}
#section-62097 
h1{line-height:52px;margin-bottom:40px;}
#section-62099 h1 { color: #e95421;}
#section-62099 h2 { color: #e95421;}
#section-62099 h3 { color: #e95421;}
#section-62099 {padding-bottom:20px;}
#section-62100 h1 { color: #FFFFFF;}
#section-62100 h2 { color: #FFFFFF;}
#section-62100 h3 { color: #FFFFFF;}
#section-62100 p { color: #FFFFFF;}
#section-62100 .fa, #section-62100 .fa-regular,#section-62100 .fa-solid,#section-62100 .fa-light,#section-62100 .fa-thin,#section-62100 .fa-duotone { color: #FFFFFF !important;}
#section-62100 {background:linear-gradient(to right,#f0a402,#e95421,#e72e5e);}
#section-62100 
h2{margin-bottom:60px;}
#section-62100 
li{color:white;}
#section-62103 img{border-radius:50%;border: 8px solid #f0a402;}
#section-62104 { background-color: #000000;}
#section-62104 h1 { color: #FFFFFF;}
#section-62104 h2 { color: #FFFFFF;}
#section-62104 h3 { color: #FFFFFF;}
#section-62104 p { color: #FFFFFF;}
#section-62104 { background-image: url(/sites/site0349/media/backgrounds/hd_back-form2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62106 h1 { color: #e95421;}
#section-62106 h2 { color: #e95421;}
#section-62106 h3 { color: #e95421;}
#section-62107 h1 { color: #FFFFFF;}
#section-62107 h2 { color: #FFFFFF;}
#section-62107 h3 { color: #FFFFFF;}
#section-62107 p { color: #EEEEEE;}
#section-62107 { background-image: url(/sites/site0349/media/backgrounds/hd_back-b2b-admin.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62107 h1{margin-top:280px;text-shadow: 0 0 10px #000;width:70%;font-size:70px;line-height:70px;}
#section-62107 
{background-position:top center;}
#section-62109 .fa, #section-62109 .fa-regular,#section-62109 .fa-solid,#section-62109 .fa-light,#section-62109 .fa-thin,#section-62109 .fa-duotone { color: #e72e5e !important;}
#section-62109 {padding-top:0;}
#section-62109 
h3{color:#555555;}
#section-62109 
h2{margin-bottom: 50px;}
#section-62110 h1 { color: #FFFFFF;}
#section-62110 h2 { color: #FFFFFF;}
#section-62110 h3 { color: #FFFFFF;}
#section-62110 p { color: #FFFFFF;}
#section-62110 .fa, #section-62110 .fa-regular,#section-62110 .fa-solid,#section-62110 .fa-light,#section-62110 .fa-thin,#section-62110 .fa-duotone { color: #FFFFFF !important;}
#section-62110 {background:linear-gradient(to right,#f0a402,#e95421,#e72e5e);}
#section-62110 
h2{margin-bottom:60px;font-size:30px;}
#section-62110 
li{color:white;}
#section-62119 h1 { color: #FFFFFF;}
#section-62119 h2 { color: #FFFFFF;}
#section-62119 h3 { color: #FFFFFF;}
#section-62119 p { color: #EEEEEE;}
#section-62119 { background-image: url(/sites/site0349/media/backgrounds/hd_back-mama.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62119 h1{margin-top:350px;text-shadow: 0 0 10px #000;width:70%;font-size:70px;line-height:70px;}
#section-62119 
{background-position:top center;}
#section-62124 img{width:100px;height:100px;margin-bottom:30px;}
#section-62124 
h1{line-height:52px;margin-bottom:40px;}
#section-62125 h1 { color: #e95421;}
#section-62125 h2 { color: #e95421;}
#section-62125 h3 { color: #e95421;}
#section-62125 {padding-top:0;}
#section-62126 .fa, #section-62126 .fa-regular,#section-62126 .fa-solid,#section-62126 .fa-light,#section-62126 .fa-thin,#section-62126 .fa-duotone { color: #eeeeee !important;}
#section-62126 {padding-top:0;}
#section-62126 
h2{margin-bottom:40px;}
#section-62126 
.fa-solid{background-image:linear-gradient(90deg,#fdbd35,#e95421,#e72e5e); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#section-62129 { background-color: #444444;}
#section-62129 h1 { color: #FFFFFF;}
#section-62129 h2 { color: #FFFFFF;}
#section-62129 h3 { color: #FFFFFF;}
#section-62129 p { color: #EEEEEE;}
#section-62129 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-62131 h1 { color: #FFFFFF;}
#section-62131 h2 { color: #FFFFFF;}
#section-62131 h3 { color: #FFFFFF;}
#section-62131 p { color: #FFFFFF;}
#section-62131 {background:linear-gradient(to right,#f0a402,#e95421,#e72e5e);}
#section-62132 img{border-radius:50%;border:8px solid #e95421;}
#section-63010 h1 { color: #FFFFFF;}
#section-63010 h2 { color: #FFFFFF;}
#section-63010 h3 { color: #FFFFFF;}
#section-63010 p { color: #FFFFFF;}
#section-63010 .fa, #section-63010 .fa-regular,#section-63010 .fa-solid,#section-63010 .fa-light,#section-63010 .fa-thin,#section-63010 .fa-duotone { color: #FFFFFF !important;}
#section-63010 {background:linear-gradient(to right,#f0a402,#e95421,#e72e5e);}
#section-63010 
h2{margin-bottom:60px;}
#section-63010 
li{color:white;}
#section-63012 { background-color: #666666;}
#section-63012 h1 { color: #ffffff;}
#section-63012 h2 { color: #ffffff;}
#section-63012 h3 { color: #ffffff;}
#section-63012 p { color: #ffffff;}
#section-63012 { background-image: url(/sites/site0349/media/backgrounds/hd_back-form2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63013 h1 { color: #FFFFFF;}
#section-63013 h2 { color: #FFFFFF;}
#section-63013 h3 { color: #FFFFFF;}
#section-63013 p { color: #FFFFFF;}
#section-63013 .fa, #section-63013 .fa-regular,#section-63013 .fa-solid,#section-63013 .fa-light,#section-63013 .fa-thin,#section-63013 .fa-duotone { color: #FFFFFF !important;}
#section-63013 {background:linear-gradient(to right,#f0a402,#e95421,#e72e5e);}
#section-63013 
h2{margin-bottom:60px;}
#section-63013 
li{color:white;}
#section-63014 { background-color: #666666;}
#section-63014 h1 { color: #ffffff;}
#section-63014 h2 { color: #ffffff;}
#section-63014 h3 { color: #ffffff;}
#section-63014 p { color: #ffffff;}
#section-63014 { background-image: url(/sites/site0349/media/backgrounds/hd_back-form2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63015 .fa, #section-63015 .fa-regular,#section-63015 .fa-solid,#section-63015 .fa-light,#section-63015 .fa-thin,#section-63015 .fa-duotone { color: #e72e5e !important;}
#section-63015 {padding-top:0;}
#section-63015 
h3{color:#555555;}
#section-63015 
h2{margin-bottom: 50px;}
#section-63016 { background-color: #666666;}
#section-63016 h1 { color: #ffffff;}
#section-63016 h2 { color: #ffffff;}
#section-63016 h3 { color: #ffffff;}
#section-63016 p { color: #ffffff;}
#section-63016 { background-image: url(/sites/site0349/media/backgrounds/hd_back-form2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63017 h1 { color: #FFFFFF;}
#section-63017 h2 { color: #FFFFFF;}
#section-63017 h3 { color: #FFFFFF;}
#section-63017 p { color: #FFFFFF;}
#section-63017 .fa, #section-63017 .fa-regular,#section-63017 .fa-solid,#section-63017 .fa-light,#section-63017 .fa-thin,#section-63017 .fa-duotone { color: #FFFFFF !important;}
#section-63017 {background:linear-gradient(to right,#f0a402,#e95421,#e72e5e);}
#section-63017 
h2{margin-bottom:60px;}
#section-63017 
li{color:white;}
#section-63018 h1 { color: #e72e5e;}
#section-63018 h2 { color: #e72e5e;}
#section-63018 h3 { color: #e72e5e;}
#section-63019 img{border-radius:50%;border: 8px solid #f0a402;}
#section-63021 h1 { color: #FFFFFF;}
#section-63021 h2 { color: #FFFFFF;}
#section-63021 h3 { color: #FFFFFF;}
#section-63021 p { color: #FFFFFF;}
#section-63021 {background:linear-gradient(to right,#f0a402,#e95421,#e72e5e);}
#section-63022 { background-image: url(/sites/site0349/media/backgrounds/hd_back-flora-computer.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63022 {padding-top:80px;}
#section-63023 {border-top:1px solid #e95421;}
#section-63024 p{display:none;}
#section-63024 
h3{font-size:17px;color:#555555;font-family:Inter;font-weight:bold;margin-bottom:20px;}
#section-63024 
img{margin-bottom:8px;}
#section-63024 
.button{font-size:11px;}
#section-63024 
.row{padding-bottom:30px;}
#section-63025 {border-top:1px solid #e95421;}
#section-63026 {border-top:1px solid #e95421;}
#section-63028 {border-top:1px solid #e95421;}
#section-63029 { background-color: #EEEEEE;}
#section-63030 {border-top:1px solid #e95421;}
#section-preisliste1 { background-color: #FFFFFF;}
#section-preisliste1 small{color:#e72e5e;}
#section-preisliste1 
h2{line-height:36px;margin-bottom:40px;}
#section-preisliste1 
strike{color:#999;}
#section-preisliste1 
.fa-solid{color:#e72e5e;font-size:18px;}
#section-preisliste1 
.fa-times-circle{color:#e72e5e;font-size:18px;}
#section-67539 {border-top:1px solid #e95421;}

/* Custom Styles */

h5#logo{width:250px !important;height:100px !important;}
a:hover{color:#e72e5e;}

header{padding:0;}
.top-bar .row{min-width:90%;}
.top-bar-right {margin-top:30px;text-transform:uppercase;font-weight:500;}
.button{font-size:14px;border-radius:10px;text-transform:uppercase;font-family:Dosis;font-weight:500;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-family:Dosis;font-size:26px;color:#f0a402;}
subhead2{font-family:Dosis;font-size:38px;color:#333;}
preis{background:#e72e5e;color:white;font-weight:bold;padding:10px;}
tag_gelb{padding: 5px; background:#f0a402; font-size: 14px; color: white;font-weight:bold;}
pixel20{font-size:20px;}
small{font-family:Inter;font-size:16px;text-transform:uppercase;font-weight:400;color:#777;}
small2{font-family: Inter;font-size:16px;text-transform:uppercase;font-weight:400;color:#777;}
zitat{Font-size:22px;font-style:italic;}
p{font-weight:400;}

#section-event-detail{background:#fff2d6;padding-bottom:15px;}

.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:18px;}
.icon-list i {font-size: 0.8em;position: absolute;left: -1.2em;width: 2em;line-height: 0.35em;margin: 10px 0;}
.icon-list .fa-solid{font-size:18px;color:#f0a402;}

/* Unterseite Fullsize BG Image hover effekt */
#section-61229:hover{background-size: 110%; transition: background-size 1s ease-out; -moz-transition: background-size 1s ease-out; -web-kit-transition: background-size 1s ease-out;}

.tabs-title{float: none !important;display: inline-block; vertical-align: middle;margin-bottom:10px;} 
.tabs{text-align: center;}
.tabs-title { border: 0px; margin-right: 5px;}
.tabs-title a {color: #000000;font-family: Work Sans;text-transform:uppercase;font-size: 15px;background:#FFFFFF;border: 0;padding:10px !important;}
.tabs-title.is-active a:hover {	color: #d1b8a6;	background:#FFFFFF;border: 0;}
.tabs-title a:hover {	color: #d1b8a6;	background:#000000;border: 0;}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {background: #000000;}
.tabs-title.is-active{background:#000000 !important;}     
.tabs > li.is-active > a {background: #000000;color: #d1b8a6;}

.flexslider {overflow: hidden;}

/* Das folgende ist die Preisliste */
#section-preisliste1 .large-4.medium-6.small-12.columns {border: dashed 1px #999999;background: #FFF;min-height: 600px;margin: 1%;padding: 3%;width: 31%;}

/* MOBILE ANSICHTEN */

@media screen and (max-width: 899px){

h5#logo{width:100%;height:100%;margin: 5px auto;padding-left:50px;}


/* Startseite Fullsize BG NO hover effekt */
#section-52669{background-size:cover !important;}
/* Unterseite Fullsize BG NO hover effekt */
#section-52677{background-size:cover !important;}

#section-52674 h1{margin-top:150px;text-shadow: 0 0 10px #000;font-size:50px;}

/* Das folgende ist die Preisliste */
#section-preisliste1 .large-4.medium-6.small-12.columns{width: 90%;margin: 20px 5%;padding-top: 30px;min-height: 100px;height: auto;}

}