




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

@import url('/engine/fonts/Open-Sans.css');
@import url('/engine/fonts/Roboto.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: #444444;
}

p {
	color: #444444;
    font-size: 18px;
}

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


h1 {
	font-size: 45px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 24px;
}

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

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

footer {
	background:#3246a1;
    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:#555555;
    font-size: 18px;
    font-family: 'Open Sans';
}

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


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

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #3246a1;
	font-family: 'Open Sans';
	font-size: 18px;
	background:#ffffff;
	border: 0;
}

.tabs-title.is-active a:hover {
	color: #3246a1;
	background:#EFEFEF;
	border: 0;
}

.tabs-title a:hover {
	color: #3246a1;
	background:#EFEFEF;
	border: 0;
}

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

.tabs > li.is-active > a {
background: #EFEFEF;
color: #3246a1;
}

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

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

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

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

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




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

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

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

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

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

.flexslider .slides .slide-text h2{
	font-family: 'Open Sans';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #3246a1;
}



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

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






.row_testimonials .flexslider h2 {
	color:#3246a1;
	font-size: 34px;
    margin: 0 0 25px 0;
}

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

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

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

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

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

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

.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: Roboto;
    color: #444444;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Roboto;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Roboto;
	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: Roboto;
	 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-54576 h1{font-size: 35px;}
#section-54577 .fa, #section-54577 .fa-regular,#section-54577 .fa-solid,#section-54577 .fa-light,#section-54577 .fa-thin,#section-54577 .fa-duotone { color: #edac03 !important;}
#section-54577 h2{margin-bottom:40px;}
#section-54577 
{padding-top:0;}
#section-ueber-uns h1 { color: #edac03;}
#section-ueber-uns h2 { color: #edac03;}
#section-ueber-uns h3 { color: #edac03;}
#section-ueber-uns h2{margin-bottom:50px;}
#section-ueber-uns 
img{margin-bottom:20px;width:50%;border:4px solid #ccc;border-radius:25px;border-color:rgba(50,70,161,0.4);}
#section-ueber-uns 
{padding-top:0;}
#section-formular { background-color: #edac03;}
#section-formular h1 { color: #3246a1;}
#section-formular h2 { color: #3246a1;}
#section-formular h3 { color: #3246a1;}
#section-formular p { color: #444444;}
#section-formular { background-image: url(/sites/site0331/media/backgrounds/hd_back-form2-lighter-yellower.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54585 h1 { color: #FFFFFF;}
#section-54585 h2 { color: #FFFFFF;}
#section-54585 h3 { color: #FFFFFF;}
#section-54585 p { color: #FFFFFF;}
#section-54585 { background-image: url(/sites/site0331/media/backgrounds/hd_auquarell-background.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54585 .fa-light{color:white;}
#section-54585 
ul,li{color:white;font-size:22p !important;}
#section-54585 
p{font-size:22px;}
#section-54585 
{padding-top:250px;}
#section-54585 
.large-6:first-child{background-color:rgba(50,70,161,0.9);padding:20px;margin: 0;border-radius: 25px;}
#section-54585 
h3{font-size:40px;line-height:40px;}
#section-54586 img{margin-top:30px;border:4px solid #ccc;border-radius:25px;border-color:rgba(50,70,161,0.4);}
#section-54593 h1 { color: #FFFFFF;}
#section-54593 h2 { color: #FFFFFF;}
#section-54593 h3 { color: #FFFFFF;}
#section-54593 p { color: #EEEEEE;}
#section-54613 img{border:4px solid #ccc;border-radius:25px;border-color:rgba(50,70,161,0.4);}
#section-54613 
{padding-top:0;}
#section-54614 h1 { color: #FFFFFF;}
#section-54614 h2 { color: #FFFFFF;}
#section-54614 h3 { color: #FFFFFF;}
#section-54614 p { color: #EEEEEE;}
#section-54616 { background-color: #EEEEEE;}
#section-55413 h1 { color: #3246a1;}
#section-55413 h2 { color: #3246a1;}
#section-55413 h3 { color: #3246a1;}
#section-55413 p { color: #444444;}
#section-55413 {padding-top:20px; padding-bottom:0;}
#section-55414 .fa-light{color:#444444;}
#section-55414 
ul,li{color:#444444 !important;font-size:18px !important;}
#section-55414 
p{font-size:18px;}
#section-55416 h1 { color: #3246a1;}
#section-55416 h2 { color: #3246a1;}
#section-55416 h3 { color: #3246a1;}
#section-55416 p { color: #444444;}
#section-55416 { background-image: url(/sites/site0331/media/backgrounds/hd_couple-greenbeige.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-55416 .large-6:first-child{background-color:rgba(50,70,161,0.6);padding:30px;margin: 0;border-radius: 25px;border:4px solid #edac03;max-width:400px;}
#section-55416 
h3{font-size:40px;line-height:40px;color:white;}
#section-55416 
.fa-light{color:white;}
#section-55416 
ul,li{color:white;font-size:22p !important;}
#section-55416 
p{font-size:28px;color:white;}
#section-55416 
{padding-top:250px;background-position:top center;padding-bottom:200px;}
#section-55417 img{border:4px solid #ccc;border-radius:25px;border-color:rgba(50,70,161,0.4);margin-top:20px;}
#section-55420 img{border:4px solid #ccc;border-radius:25px;border-color:rgba(50,70,161,0.4);}
#section-55420 
{padding-top:0;}
#section-56731 center{background-color:rgba(50,70,161,0.5);padding:50px;border-radius: 25px;}
#section-56731 
small{color:#e6e6e6 !important;vertical-align:super;}
#section-56735 .fa, #section-56735 .fa-regular,#section-56735 .fa-solid,#section-56735 .fa-light,#section-56735 .fa-thin,#section-56735 .fa-duotone { color: #D0002 !important;}
#section-56735 h2{margin-bottom:40px;}
#section-56735 
{padding-top:0;}
#section-56735 
.fa-light{color:#D0002B !important;}
#section-56736 h1 { color: #FFFFFF;}
#section-56736 h2 { color: #FFFFFF;}
#section-56736 h3 { color: #FFFFFF;}
#section-56736 p { color: #FFFFFF;}
#section-56736 { background-image: url(/sites/site0331/media/allgemein/hd_oelgemaelde-bunt-quadrat.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56736 .fa-light{color:white;}
#section-56736 
ul,li{color:white;font-size:22p !important;}
#section-56736 
p{font-size:22px;}
#section-56736 
{padding-top:250px;}
#section-56736 
.large-6:first-child{background-color:rgba(111,10,31,0.9);border-radius:25px;padding:20px;margin: 0;}
#section-56736 
h3{font-size:34px;line-height:40px;}
#section-56737 img{margin-top:30px;border:4px solid #ccc;border-color:rgba(111,10,31,0.4);border-radius:25px;}
#section-56738 { background-color: #EEEEEE;}
#section-56740 h1 { color: #FFFFFF;}
#section-56740 h2 { color: #FFFFFF;}
#section-56740 h3 { color: #FFFFFF;}
#section-56740 p { color: #FFFFFF;}
#section-56740 { background-image: url(/sites/site0331/media/allgemein/hd_oelgemaelde-bunt-quadrat.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56740 .fa-light{color:white;}
#section-56740 
ul,li{color:white;font-size:22p !important;}
#section-56740 
p{font-size:22px;}
#section-56740 
{padding-top:250px;}
#section-56740 
.large-6:first-child{background-color:rgba(111,10,31,0.9);padding:20px;margin: 0;border-radius:25px;}
#section-56740 
h3{font-size:34px;line-height:34px;}
#section-56741 img{margin-top:30px;border:4px solid #ccc;border-color:rgba(111,10,31,0.4);border-radius:25px;}
#section-56741 
a{color:#3F46A1;}
#section-56742 h1 { color: #FFFFFF;}
#section-56742 h2 { color: #FFFFFF;}
#section-56742 h3 { color: #FFFFFF;}
#section-56742 p { color: #FFFFFF;}
#section-56742 { background-image: url(/sites/site0331/media/backgrounds/hd_oelgemaelde-bunt-quadrat-less-yellow.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56742 .fa-light{color:white;}
#section-56742 
ul,li{color:white;font-size:22p !important;}
#section-56742 
p{font-size:22px;}
#section-56742 
{padding-top:250px;}
#section-56742 
.large-6:first-child{background-color:rgba(111,10,31,0.9);border-radius:25px;padding:20px;margin: 0;}
#section-56742 
h3{font-size:40px;line-height:40px;}
#section-56743 img{margin-top:30px;border:4px solid #ccc;border-color:rgba(111,10,31,0.4);border-radius:25px;}
#section-56744 { background-color: #EEEEEE;}
#section-56746 { background-color: #EEEEEE;}
#section-56748 h1 { color: #FFFFFF;}
#section-56748 h2 { color: #FFFFFF;}
#section-56748 h3 { color: #FFFFFF;}
#section-56748 p { color: #FFFFFF;}
#section-56748 { background-image: url(/sites/site0331/media/backgrounds/hd_dsc_0550_1-3000.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56748 .fa-light{color:white;}
#section-56748 
ul,li{color:white;font-size:22p !important;}
#section-56748 
p{font-size:22px;}
#section-56748 
{padding-top:250px;}
#section-56748 
.large-12:last-child{background-color:rgba(50,70,161,0.9);border-radius:25px;padding:20px;margin: 0;}
#section-56748 
h3{font-size:40px;line-height:40px;}
#section-56749 tbody{border:none !important;background-color:rgba(50,70,161,0.1);}
#section-56749 
tr{background-color:rgba(255,255,255,0.1);}
#section-56749 
.large-6:first-child .fa-light{display:none;}
#section-56749 
.large-6.medium-6.columns>i.fa-light:first-child{display:none;}
#section-56749 
.large-6:last-child{background-color:rgba(50,70,161,0.5);border-radius:25px;}
#section-56749 
.fa-light{margin-right:5px;max-width:40px;font-size:larger; color:rgba(50,70,161,0.9)}
#section-56749 
h2{font-size:xx-large;padding-top:20px;max-height:60px;}
#section-56749 
a{color:#3F46A1;}
#section-56755 tbody{border:none !important;background-color:rgba(50,70,161,0.1);}
#section-56755 
tr{background-color:rgba(255,255,255,0.1);}
#section-56755 
.large-6:first-child .fa-light{display:none;}
#section-56755 
.large-6:first-child p{padding-top:30px;}
#section-56755 
.large-6.medium-6.columns>i.fa-light:first-child{display:none;}
#section-56755 
.large-6:last-child{background-color:rgba(50,70,161,0.5);border-radius:25px;}
#section-56755 
.fa-light{margin-right:5px;max-width:40px;font-size:larger; color:rgba(50,70,161,0.9)}
#section-56755 
h2{font-size:xx-large;padding-top:20px;max-height:60px;}
#section-56756 tbody{border:none !important;background-color:rgba(50,70,161,0.1);}
#section-56756 
tr{background-color:rgba(255,255,255,0.1);}
#section-56756 
.large-6:first-child .fa-light{display:none;}
#section-56756 
.large-6.medium-6.columns>i.fa-light:first-child{display:none;}
#section-56756 
.large-6:last-child{background-color:rgba(50,70,161,0.5);border-radius:25px;}
#section-56756 
.fa-light{margin-right:5px;max-width:40px;font-size:larger; color:rgba(50,70,161,0.9)}
#section-56756 
h2{font-size:xx-large;padding-top:20px;max-height:60px;}
#section-56756 
a{color:#3F46A1;}
#section-56757 { background-color: #EEEEEE;}
#section-56760 h1 { color: #FFFFFF;}
#section-56760 h2 { color: #FFFFFF;}
#section-56760 h3 { color: #FFFFFF;}
#section-56760 p { color: #FFFFFF;}
#section-56760 { background-image: url(/sites/site0331/media/backgrounds/hd_auquarell-background.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56760 .fa-light{color:white;}
#section-56760 
ul,li{color:white;font-size:22p !important;}
#section-56760 
p{font-size:22px;}
#section-56760 
{padding-top:250px;}
#section-56760 
.large-6:first-child{background-color:rgba(50,70,161,0.9);padding:20px;margin: 0;border-radius: 25px;}
#section-56760 
h3{font-size:40px;line-height:40px;}
#section-56762 img{margin-top:15px;border:4px solid #ccc;border-radius:25px;border-color:rgba(50,70,161,0.4);}
#section-56769 { background-color: #EEEEEE;}
#section-56771 h1 { color: #FFFFFF;}
#section-56771 h2 { color: #FFFFFF;}
#section-56771 h3 { color: #FFFFFF;}
#section-56771 p { color: #FFFFFF;}
#section-56771 { background-image: url(/sites/site0331/media/backgrounds/hd_auquarell-background.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56771 .fa-light{color:white;}
#section-56771 
ul,li{color:white;font-size:22p !important;}
#section-56771 
p{font-size:22px;}
#section-56771 
{padding-top:250px;}
#section-56771 
.large-6:first-child{background-color:rgba(50,70,161,0.9);padding:20px;margin: 0;border-radius: 25px;}
#section-56771 
h3{font-size:40px;line-height:40px;}
#section-56772 img{border:4px solid #ccc;border-radius:25px;border-color:rgba(50,70,161,0.4);margin-top:25px;}
#section-56773 { background-color: #EEEEEE;}
#section-56800 img{border:4px solid #ccc;border-radius:25px;border-color:rgba(50,70,161,0.4);margin-top:20px;}
#section-56801 img{border:8px solid #ccc;border-radius:25px;}
#section-56803 h1 { color: #FFFFFF;}
#section-56803 h2 { color: #FFFFFF;}
#section-56803 h3 { color: #FFFFFF;}
#section-56803 p { color: #FFFFFF;}
#section-56803 { background-image: url(/sites/site0331/media/backgrounds/hd_auquarell-background.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56803 .fa-light{color:white;}
#section-56803 
ul,li{color:white;font-size:22p !important;}
#section-56803 
p{font-size:16px;}
#section-56803 
{padding-top:150px;}
#section-56803 
.large-12:first-child{background-color:rgba(50,70,161,0.9);padding:20px;margin: 0;border-radius:25px;}
#section-56803 
h3{font-size:40px;line-height:40px;}
#section-57015 img{margin-top:48px;}
#section-57148 center{background-color:rgba(50,70,161,0.5);padding:50px;border-radius: 25px;}
#section-57148 
small{color:#e6e6e6 !important;vertical-align:super;}
#section-57149 small{font-size:14px !important;line-height:2;text-transform:none;}
#section-57149 
.large-8.medium-8.columns small{font-size:22px !important;}
#section-57149 
.large-4:last-child{padding:20px;background-color:rgba(50,70,161,0.5);border-radius:25px;}
#section-57149 
.fa-light{margin-right:5px;vertical-align:middle;font-size:larger; color:rgba(50,70,161,0.9)}
#section-57149 
img{border:4px solid #ccc;border-radius:25px;border-color:rgba(50,70,161,0.4);}
#section-57149 
subhead{color:rgba(50,70,161,1);}
#section-57149 
h3{font-size:xx-large;}
#section-57149 
.fa-solid{font-size:16px !important;margin:0 !important;text-align:start !Important;color:#3246a1;max-width:20px;padding-top:12px;vertical-align:baseline;padding-right:10px;}
#section-57150 { background-image: url(/sites/site0331/media/allgemein/hd_oelgemaelde-qudrat.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57150 p{font-size:22px;color:white;}
#section-57150 
{padding-top:250px;}
#section-57150 
.large-6:first-child{background-color:rgba(50,70,161,0.9);padding:20px;margin: 0;border-radius: 25px;}
#section-57150 
h3{font-size:40px;line-height:40px;color:white;}
#section-57151 .large-8.medium-8.columns small{font-size:22px !important;}
#section-57151 
small{font-size:14px !important;line-height:2;text-transform:none;}
#section-57151 
.large-4:last-child{padding:20px;background-color:rgba(50,70,161,0.5);border-radius:25px;}
#section-57151 
.fa-light{margin-right:5px;vertical-align:middle;font-size:larger; color:rgba(50,70,161,0.9)}
#section-57151 
img{border:4px solid #ccc;border-radius:25px;border-color:rgba(50,70,161,0.4);}
#section-57151 
subhead{color:rgba(50,70,161,1);}
#section-57151 
h3{font-size:xx-large;}
#section-57151 
.fa-solid{font-size:16px !important;margin:0 !important;text-align:start !Important;color:#3246a1;max-width:20px;padding-top:12px;vertical-align:baseline;padding-right:10px;}
#section-57152 { background-image: url(/sites/site0331/media/allgemein/hd_oelgemaelde-qudrat.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57152 p{font-size:22px;color:white;}
#section-57152 
{padding-top:250px;}
#section-57152 
.large-6:first-child{background-color:rgba(50,70,161,0.9);padding:20px;margin: 0;border-radius: 25px;}
#section-57152 
h3{font-size:40px;line-height:40px;color:white;}
#section-57191 .large-12{text-align:center;}
#section-57191 
.row:last-child{max-width:800px;}
#section-57191 
.large-6:first-child .fa-light{display:none;}
#section-57191 
.large-6:first-child p{padding-right:20px;}
#section-57191 
.large-6:first-child span{font-weight:bold;font-size:23px;}
#section-57191 
.large-6:first-child{padding-top:10px;padding-left:5px;padding-right:0;}
#section-57191 
.large-6.medium-6.columns>i.fa-light:first-child{display:none;}
#section-57191 
.large-6:last-child{background-color:rgba(50,70,161,0.5);border-radius:25px;max-width:400px;}
#section-57191 
.fa.fa-2xs{margin-right:10px;margin-top:11px;padding-right:10px;max-width:40px;font-size:larger;color:rgba(50,70,161,0.9)}
#section-57191 
.fa-light{max-width:fit-content;font-size:40px;padding-top:15px;margin-right:10px;}
#section-57191 
.fa-solid{font-size:16px !important;margin:0 !important;text-align:start !Important;color:#3246a1;max-width:20px;padding-top:12px;}
#section-57191 
h2{font-size:xx-large;margin-bottom:0;max-height:60px;}
#section-57191 
h1{font-size:xx-large;}
#section-57191 
a{color:#3F46A1;}

/* Custom Styles */

h5#logo-center{width:350px;}
header{padding:10px 0 10px 0;box-shadow: 0 0 0 30px #edac03, 0 0 0 50px #3246a1;}
.top-bar-right{text-transform:uppercase;font-weight:400;}
.button{font-size:18px;border-radius:8px;}
footer{border-top:5px solid #edac03;}
footer{background:#4E64A9 !important;}
footer p{font-size:22px;padding-left:10px;}
footer .contact .fa-light{font-size:18px;padding-top:5px;}
footer a:link{font-size:18px;}
subhead{font-size:24px;color:#333;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}
small{text-transform:uppercase;color:#555;font-size:22px;}

h1,h2,h3{text-transform:uppercase;font-weight:300;}

.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:22px;}
.icon-list i{font-size: 0.8em;position: absolute;left: -1.2em;width: 2em;line-height: 0.35em;margin: 10px 0;}
.icon-list .fa-light{font-size:18px;color:#33333;}


/* MOBILE ANSICHTEN */
#section-14902{display:none;}
@media screen and (max-width: 899px){
h5#logo-center{width:250px;}
h1{font-size:30px !important;}
h2{font-size:28px;}
h3{font-size:26px;}
}