




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

@import url('/engine/fonts/Anton.css');
@import url('/engine/fonts/Asap.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: #222222;
}

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

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


h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

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

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

footer {
	background:#3a3a7e;
    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:#3a3a7e;
    font-size: 17px;
    font-family: 'Asap';
}

header .fa,header .fa-regular,header .fa-solid,header .fa-light,header .fa-thin,header .fa-duotone {
	color:#3a3a7e;
    font-size: 17px;
}


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

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #3a3a7e;
	font-family: 'Asap';
	font-size: 17px;
	background:#ffffff;
	border: 0;
}

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

.tabs-title a:hover {
	color: #cd2e32;
	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: #cd2e32;
}

header .menu a:hover {
			color: #cd2e32 !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: #3a3a7e;
}
	
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:#3a3a7e;
}

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

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

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

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




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

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

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

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

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

.flexslider .slides .slide-text h2{
	font-family: 'Anton';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #3a3a7e;
}



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

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






.row_testimonials .flexslider h2 {
	color:#3a3a7e;
	font-size: 35px;
    margin: 0 0 25px 0;
}

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

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

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

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

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

.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: Asappx;
}

.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: Asap;
    color: #222222;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Asap;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Asap;
	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: Asap;
	 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-16143 subhead{color:#44d742;font-weight:bold;}
#section-16145 h2{margin-bottom:50px;}
#section-16146 { background-color: #EEEEEE;}
#section-16146 h2{margin-bottom:50px;}
#section-16153 {padding-top:0;}
#section-16154 { background-color: #EEEEEE;}
#section-16156 { background-color: #FFFFFF;}
#section-16156 h2{margin-bottom:50px;}
#section-16156 
li{list-style-type:none;}
#section-16158 h3{font-family:Neucha;color:#666666;}
#section-16158 
{background:linear-gradient(to bottom,#FFF,#EEE);}
#section-16158 
{padding-top:0;}
#section-16161 { background-color: #EEEEEE;}
#section-16161 h1{margin-bottom:20px;}
#section-16161 
bloghead{font-weight:bold;}
#section-16162 h1 { color: #FFFFFF;}
#section-16162 h2 { color: #FFFFFF;}
#section-16162 h3 { color: #FFFFFF;}
#section-16162 p { color: #EEEEEE;}
#section-16162 {background:linear-gradient(to bottom right,#333,#666);}
#section-16163 h2{margin-bottom:50px;}
#section-16164 { background-color: #EEEEEE;}
#section-16164 h1{margin-bottom:20px;}
#section-16164 
bloghead{font-weight:bold;}
#section-16165 h1 { color: #FFFFFF;}
#section-16165 h2 { color: #FFFFFF;}
#section-16165 h3 { color: #FFFFFF;}
#section-16165 p { color: #EEEEEE;}
#section-16165 {background:linear-gradient(to bottom right,#333,#666);}
#section-16166 h2{margin-bottom:50px;}
#section-16167 { background-color: #EEEEEE;}
#section-16167 h1{margin-bottom:20px;}
#section-16167 
bloghead{font-weight:bold;}
#section-16168 h1 { color: #FFFFFF;}
#section-16168 h2 { color: #FFFFFF;}
#section-16168 h3 { color: #FFFFFF;}
#section-16168 p { color: #EEEEEE;}
#section-16168 {background:linear-gradient(to bottom right,#333,#666);}
#section-16169 h2{margin-bottom:50px;}
#section-16170 { background-color: #EEEEEE;}
#section-16170 h1{margin-bottom:20px;}
#section-16170 
bloghead{font-weight:bold;}
#section-16171 h1 { color: #FFFFFF;}
#section-16171 h2 { color: #FFFFFF;}
#section-16171 h3 { color: #FFFFFF;}
#section-16171 p { color: #EEEEEE;}
#section-16171 {background:linear-gradient(to bottom right,#333,#666);}
#section-16172 h2{margin-bottom:50px;}
#section-16173 { background-color: #EEEEEE;}
#section-16173 h1{margin-bottom:20px;}
#section-16173 
bloghead{font-weight:bold;}
#section-16174 h1 { color: #FFFFFF;}
#section-16174 h2 { color: #FFFFFF;}
#section-16174 h3 { color: #FFFFFF;}
#section-16174 p { color: #EEEEEE;}
#section-16174 {background:linear-gradient(to bottom right,#333,#666);}
#section-16175 h2{margin-bottom:50px;}
#section-16176 { background-color: #EEEEEE;}
#section-16176 h1{margin-bottom:20px;}
#section-16176 
bloghead{font-weight:bold;}
#section-16177 h1 { color: #FFFFFF;}
#section-16177 h2 { color: #FFFFFF;}
#section-16177 h3 { color: #FFFFFF;}
#section-16177 p { color: #EEEEEE;}
#section-16177 {background:linear-gradient(to bottom right,#333,#666);}
#section-16178 h2{margin-bottom:50px;}
#section-16179 {background:linear-gradient(to bottom right,#DDD,#FFF);}
#section-16180 h1 { color: #FFFFFF;}
#section-16180 h2 { color: #FFFFFF;}
#section-16180 h3 { color: #FFFFFF;}
#section-16180 p { color: #EEEEEE;}
#section-16182 { background-color: #EEEEEE;}
#section-16183 .button{font-size:26px;}
#section-16186 {padding-top:30px;padding-bottom:0;border-top:1px solid #DDDDDD;}
#section-16186 
.button{font-size:26px;}
#section-16200 { background-color: #EEEEEE;}
#section-16200 h1{margin-bottom:20px;}
#section-16200 
bloghead{font-weight:bold;}
#section-16200 
iframe{width:100%;height:100%;}
#section-16201 { background-color: #FFFFFF;}
#section-16201 ul{list-style-type:none;}
#section-16201 
select{border:1px solid #555;}
#section-16727 h1 { color: #FFFFFF;}
#section-16727 h2 { color: #FFFFFF;}
#section-16727 h3 { color: #FFFFFF;}
#section-16727 p { color: #FFFFFF;}
#section-16727 h2{margin-bottom:40px;}
#section-16727 
{background:linear-gradient(to bottom right,#3a3a7e,#0e0e3c);}
#section-16729 { background-color: #EEEEEE;}
#section-16729 h1{margin-bottom:40px;}
#section-16729 
{background:linear-gradient(to bottom right,#DDD,#EEE);}
#section-17060 img{border:1px solid #ddd;width:80%;}
#section-17062 h1 { color: #FFFFFF;}
#section-17062 h2 { color: #FFFFFF;}
#section-17062 h3 { color: #FFFFFF;}
#section-17062 p { color: #FFFFFF;}
#section-17062 {background:linear-gradient(to bottom right,#3a3a7e,#0e0e3c);}
#section-17063 { background-color: #EEEEEE;}
#section-17063 li{list-style-type:none;}
#section-17063 
.button{font-size:22px;}
#section-17064 { background-color: #3a3a7e;}
#section-17064 h1 { color: #FFFFFF;}
#section-17064 h2 { color: #FFFFFF;}
#section-17064 h3 { color: #FFFFFF;}
#section-17064 p { color: #FFFFFF;}
#section-17064 input{background-color:black !important;}
#section-17065 h3{font-family:Neucha;color:#666666;}
#section-17065 
{background:linear-gradient(to bottom,#FFF,#EEE);}
#section-17066 h1 { color: #666666;}
#section-17066 h2 { color: #666666;}
#section-17066 h3 { color: #666666;}
#section-17066 h3{font-family:Neucha;color:#666666;}
#section-17067 { background-color: #EEEEEE;}
#section-17067 h1{margin-bottom:20px;}
#section-17067 
bloghead{font-weight:bold;}
#section-17067 
iframe{width:100%;height:100%;}
#section-17068 { background-color: #FFFFFF;}
#section-17068 ul{list-style-type:none;}
#section-17069 h1 { color: #FFFFFF;}
#section-17069 h2 { color: #FFFFFF;}
#section-17069 h3 { color: #FFFFFF;}
#section-17069 p { color: #FFFFFF;}
#section-17069 {background:linear-gradient(to bottom right,#3a3a7e,#0e0e3c);}
#section-17071 { background-color: #FFFFFF;}
#section-17071 ul{list-style-type:none;}
#section-17072 h1 { color: #FFFFFF;}
#section-17072 h2 { color: #FFFFFF;}
#section-17072 h3 { color: #FFFFFF;}
#section-17072 p { color: #FFFFFF;}
#section-17072 {background:linear-gradient(to bottom right,#3a3a7e,#0e0e3c);}
#section-17072 
h1{margin-bottom:40px;}
#section-17077 h3{font-family:Neucha;color:#666666;}
#section-17077 
{background:linear-gradient(to bottom,#FFF,#EEE);}
#section-17077 
{padding-top:0;}
#section-17078 h1 { color: #FFFFFF;}
#section-17078 h2 { color: #FFFFFF;}
#section-17078 h3 { color: #FFFFFF;}
#section-17078 p { color: #FFFFFF;}
#section-17078 .button, .button a { color: #3a3a7e;}
#section-17078 .button, .button a { background-color: #FFFFFF;}
#section-17078 {background:linear-gradient(to bottom right,#3a3a7e,#0e0e3c);}
#section-17078 
.button{font-size:30px;}
#section-17078 
preis{font-size:50px;}
#section-17478 { background-color: #EEEEEE;}
#section-17478 h1{margin-bottom:20px;}
#section-17478 
bloghead{font-weight:bold;}
#section-17478 
iframe{width:100%;height:100%;}
#section-17479 { background-color: #FFFFFF;}
#section-17479 ul{list-style-type:none;}
#section-17479 
li{margin-bottom:10px;}
#section-17479 
select{border:1px solid;}
#section-17480 h1 { color: #FFFFFF;}
#section-17480 h2 { color: #FFFFFF;}
#section-17480 h3 { color: #FFFFFF;}
#section-17480 p { color: #FFFFFF;}
#section-17480 {background:linear-gradient(to bottom right,#3a3a7e,#0e0e3c);}
#section-17482 h3{font-family:Neucha;color:#666666;}
#section-17482 
{background:linear-gradient(to bottom,#FFF,#EEE);}
#section-17482 
{padding-top:0;}
#section-17483 h1 { color: #FFFFFF;}
#section-17483 h2 { color: #FFFFFF;}
#section-17483 h3 { color: #FFFFFF;}
#section-17483 p { color: #FFFFFF;}
#section-17483 .button, .button a { color: #3a3a7e;}
#section-17483 .button, .button a { background-color: #FFFFFF;}
#section-17483 {background:linear-gradient(to bottom right,#3a3a7e,#0e0e3c);}
#section-17483 
.button{font-size:30px;}
#section-17483 
preis{font-size:50px;}
#section-17492 head1{padding:5px;background:#73b7f6;}
#section-17492 
head2{padding:5px;background:#3a3a7e;color:white;}
#section-17841 { background-color: #EEEEEE;}
#section-17841 h1{margin-bottom:20px;}
#section-17841 
bloghead{font-weight:bold;}
#section-17841 
iframe{width:100%;height:100%;}
#section-17841 
{padding-bottom:20px;}
#section-17842 { background-color: #EEEEEE;}
#section-17842 iframe{width:100%;height:300px;}
#section-17843 { background-color: #FFFFFF;}
#section-17843 ul{list-style-type:none;}
#section-17843 
li{margin-bottom:10px;}
#section-17843 
select{border:1px solid #555;}
#section-17844 h1 { color: #FFFFFF;}
#section-17844 h2 { color: #FFFFFF;}
#section-17844 h3 { color: #FFFFFF;}
#section-17844 p { color: #FFFFFF;}
#section-17844 {background:linear-gradient(to bottom,#3a3a7e,#0e0e3c);}
#section-17845 { background-color: #0e0e3c;}
#section-17845 h1 { color: #FFFFFF;}
#section-17845 h2 { color: #FFFFFF;}
#section-17845 h3 { color: #FFFFFF;}
#section-17845 {padding-top:0;}
#section-17847 h3{font-family:Neucha;color:#666666;}
#section-17847 
{background:linear-gradient(to bottom,#FFF,#EEE);}
#section-17847 
{padding-top:0;}
#section-17848 h1 { color: #FFFFFF;}
#section-17848 h2 { color: #FFFFFF;}
#section-17848 h3 { color: #FFFFFF;}
#section-17848 p { color: #FFFFFF;}
#section-17848 .button, .button a { color: #3a3a7e;}
#section-17848 .button, .button a { background-color: #FFFFFF;}
#section-17848 {background:linear-gradient(to bottom right,#3a3a7e,#0e0e3c);}
#section-17848 
.button{font-size:30px;}
#section-17848 
preis{font-size:50px;}
#section-18039 { background-color: #EEEEEE;}
#section-18039 h1{margin-bottom:20px;}
#section-18039 
bloghead{font-weight:bold;}
#section-18039 
iframe{width:100%;height:100%;}
#section-18039 
{padding-bottom:0;}
#section-18040 { background-color: #FFFFFF;}
#section-18040 ul{list-style-type:none;}
#section-18040 
select{border:1px solid #555;}
#section-18041 h1 { color: #FFFFFF;}
#section-18041 h2 { color: #FFFFFF;}
#section-18041 h3 { color: #FFFFFF;}
#section-18041 p { color: #FFFFFF;}
#section-18041 {background:linear-gradient(to bottom right,#3a3a7e,#0e0e3c);}
#section-18043 h3{font-family:Neucha;color:#666666;}
#section-18043 
{background:linear-gradient(to bottom,#FFF,#EEE);}
#section-18043 
{padding-top:0;}
#section-18044 h1 { color: #FFFFFF;}
#section-18044 h2 { color: #FFFFFF;}
#section-18044 h3 { color: #FFFFFF;}
#section-18044 p { color: #FFFFFF;}
#section-18044 .button, .button a { color: #3a3a7e;}
#section-18044 .button, .button a { background-color: #FFFFFF;}
#section-18044 {background:linear-gradient(to bottom right,#3a3a7e,#0e0e3c);}
#section-18044 
.button{font-size:30px;}
#section-18044 
preis{font-size:50px;}
#section-18045 { background-color: #EEEEEE;}
#section-18045 {padding-top:30px;}
#section-18045 
iframe{width:100%;height:300px;}
#section-18802 {padding-top:30px;border-top:1px solid #DDDDDD;}
#section-18802 
.button{font-size:26px;}
#section-18803 { background-color: #EEEEEE;}
#section-18804 { background-color: #EEEEEE;}
#section-18805 { background-color: #EEEEEE;}
#section-20694 {border-top:1px solid #3a3a7e;}
#section-20696 h1 { color: #FFFFFF;}
#section-20696 h2 { color: #FFFFFF;}
#section-20696 h3 { color: #FFFFFF;}
#section-20696 p { color: #FFFFFF;}
#section-20696 .button, .button a { color: #FFFFFF;}
#section-20696 .button, .button a { background-color: #44d742;}
#section-20696 h2{margin-bottom:40px;}
#section-20696 
{background:linear-gradient(to bottom right,#3a3a7e,#0e0e3c);}
#section-20697 { background-color: #EEEEEE;}
#section-20697 h2{margin-bottom:50px;}
#section-20698 {padding-top:30px;border-top:1px solid #DDDDDD;}
#section-20698 
.button{font-size:26px;}
#section-20699 { background-color: #EEEEEE;}
#section-20924 { background-color: #EEEEEE;}
#section-20924 input[type=text]{border:1px solid #3a3a7e !important;background-color:#FFF !important;}
#section-20924 
input[type=email]{border:1px solid #3a3a7e !important;background-color:#FFF !important;}
#section-20924 
textarea{border:1px solid #314270 !important;}
#section-20924 
input[type=text]:focus{border:1px solid #3a9a9a !important;}
#section-20924 
input[type=email]:focus{border:1px solid #3a9a9a !important;}
#section-20999 h1 { color: #FFFFFF;}
#section-20999 h2 { color: #FFFFFF;}
#section-20999 h3 { color: #FFFFFF;}
#section-20999 p { color: #FFFFFF;}
#section-21000 h1 { color: #FFFFFF;}
#section-21000 h2 { color: #FFFFFF;}
#section-21000 h3 { color: #FFFFFF;}
#section-21000 p { color: #FFFFFF;}
#section-21001 h1 { color: #FFFFFF;}
#section-21001 h2 { color: #FFFFFF;}
#section-21001 h3 { color: #FFFFFF;}
#section-21001 p { color: #FFFFFF;}
#section-21002 h1 { color: #FFFFFF;}
#section-21002 h2 { color: #FFFFFF;}
#section-21002 h3 { color: #FFFFFF;}
#section-21002 p { color: #FFFFFF;}
#section-21089 { background-color: #EEEEEE;}
#section-21089 input[type=text]{border:1px solid #3a3a7e !important;background-color:#FFF !important;}
#section-21089 
input[type=email]{border:1px solid #3a3a7e !important;background-color:#FFF !important;}
#section-21089 
textarea{border:1px solid #314270 !important;}
#section-21089 
input[type=text]:focus{border:1px solid #3a9a9a !important;}
#section-21089 
input[type=email]:focus{border:1px solid #3a9a9a !important;}
#section-21262 { background-color: #FFFFFF;}
#section-21262 select{border:1px solid #3a3a7e !important;background-color:#eee !important;}
#section-24417 .button{font-size:26px;}
#section-24417 
{padding-top:0;}
#section-27342 subhead{color:#44d742;font-weight:bold;}
#section-27343 h1 { color: #FFFFFF;}
#section-27343 h2 { color: #FFFFFF;}
#section-27343 h3 { color: #FFFFFF;}
#section-27343 p { color: #FFFFFF;}
#section-27343 h2{margin-bottom:40px;}
#section-27343 
{background:linear-gradient(to bottom right,#3a3a7e,#0e0e3c);}
#section-27345 .button{font-size:26px;}
#section-27346 h2{margin-bottom:50px;}
#section-27347 { background-color: #EEEEEE;}
#section-27347 h2{margin-bottom:50px;}
#section-27348 h3{font-family:Neucha;color:#666666;}
#section-27348 
{background:linear-gradient(to bottom,#FFF,#EEE);}
#section-28041 { background-image: url(/sites/site0183/media/testbilder/hd_wave.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-28041 .fa-solid{color:#97a61a;font-size:21px;}
#section-28041 
.large-12:nth-child(1){border-radius:30px;background-color:rgba(255,255,255,0.85);padding:20px;margin: 0;}
#section-28041 
{border-top:3px solid white;background-position:top center;border-bottom:3px solid white;}
#section-28041 
h3{font-size:30px;}
#section-28041 
li{margin-bottom:10px;}
#section-28043 { background-color: #CCCCCC;}
#section-28045 { background-color: #CCCCCC;}
#section-28137 head1{padding:5px;background:#73b7f6;}
#section-28137 
head2{padding:5px;background:#3a3a7e;color:white;}

/* Custom Styles */

h5#logo{height:120px !important;}
.button{font-size:20px;border-radius:8px;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-size:24px;color:#333;}

.top-bar-right { margin-top: 30px; }
.top-bar-right li {border-radius:15px;border:2px solid #FFF;margin-right:1px;}
.top-bar-right li:hover{background-color:white;border-radius:15px;border:2px solid #cd2e32;}
.menu li:last-child{background:#cd2e32;margin-left:9px;}
.menu li:last-child a:link{color: #FFF !important;}
.menu li:last-child a:hover{color: #FFF !important;}
.menu li:last-child a:visited{color: #FFF !important;}

input[type=text]{border:1px solid #3a3a7e !important;background-color:#eee !important;}
input[type=email]{border:1px solid #3a3a7e !important;background-color:#eee !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;}

.icon-list{list-style-type:none !important;}
.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.7em;margin: 10px 0;}
.icon-list .fa-solid{font-size:20px;color:#44d742;}

subhead{font-family:Anton;color:#3a3a7e;font-size:28px;}
alarm{background:#cd2e32;padding:10px;font-family:Anton;color:white;font-size:50px;}
redbold{font-weight:bold;color:#cd2e32;}
zitat{font-size:30px;color:#666;font-style:italic;}
preis{background:#44d742;color:white;font-weight:bold;padding:5px;font-size:30px;}
note{font-size:16px;font-style:italic;color:#777;}
greenwhite{background:#44d742;color:white;padding:5px;}
blau{background:#73b7f6;padding:10px;font-family:Anton;color:white;font-size:40px;}

.flexslider .slides li .slide-text {width: 80%; top: 65%;}

/* MOBILE ANSICHTEN */
#section-14902{display:none;}
@media screen and (max-width: 899px){

#section-15034{display:block;} /* Öffnungszeiten Startseite mobil */
#section-15032{display:none;} /* Slider Startseite desktop */
#section-15033{display:block;} /* Slider Startseite mobil */
}