




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

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

 

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

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

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

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


h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

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

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

footer {
	background:#1f5b86;
    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:#444444;
    font-size: 14px;
    font-family: 'Ubuntu';
}

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


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

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #1f5b86;
	font-family: 'Ubuntu';
	font-size: 14px;
	background:#ffffff;
	border: 0;
}

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

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

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

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

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

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

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




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

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

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

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

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

.flexslider .slides .slide-text h2{
	font-family: 'Ubuntu';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #1f5b86;
}



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

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






.row_testimonials .flexslider h2 {
	color:#1f5b86;
	font-size: 30px;
    margin: 0 0 25px 0;
}

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

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

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

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

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

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

.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: Merriweather;
    color: #666666;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Merriweather;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Merriweather;
	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: Merriweather;
	 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-kontaktdaten_sprachauswahl { background-color: #1f5b86;}
#section-kontaktdaten_sprachauswahl h1 { color: #FFFFFF;}
#section-kontaktdaten_sprachauswahl h2 { color: #FFFFFF;}
#section-kontaktdaten_sprachauswahl h3 { color: #FFFFFF;}
#section-kontaktdaten_sprachauswahl p { color: #FFFFFF;}
#section-kontaktdaten_sprachauswahl .fa-solid{font-size:16px;color:white;}
#section-kontaktdaten_sprachauswahl 
a:link{color:white;font-size:16px;}
#section-kontaktdaten_sprachauswahl 
{padding: 15px 0 0 0;}
#section-kontaktdaten_sprachauswahl 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-14143 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-14147 { background-color: #1f5b86;}
#section-14147 h1 { color: #FFFFFF;}
#section-14147 h2 { color: #FFFFFF;}
#section-14147 h3 { color: #FFFFFF;}
#section-14147 p { color: #FFFFFF;}
#section-14147 .fa-solid{font-size:16px;color:white;}
#section-14147 
a:link{color:white;font-size:16px;}
#section-14147 
{padding: 15px 0 0 0;}
#section-14147 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-14148 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-14152 { background-color: #1f5b86;}
#section-14152 h1 { color: #FFFFFF;}
#section-14152 h2 { color: #FFFFFF;}
#section-14152 h3 { color: #FFFFFF;}
#section-14152 p { color: #FFFFFF;}
#section-14152 .fa-solid{font-size:16px;color:white;}
#section-14152 
a:link{color:white;font-size:16px;}
#section-14152 
{padding: 15px 0 0 0;}
#section-14152 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-14153 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-14157 { background-color: #1f5b86;}
#section-14157 h1 { color: #FFFFFF;}
#section-14157 h2 { color: #FFFFFF;}
#section-14157 h3 { color: #FFFFFF;}
#section-14157 p { color: #FFFFFF;}
#section-14157 .fa-solid{font-size:16px;color:white;}
#section-14157 
a:link{color:white;font-size:16px;}
#section-14157 
{padding: 15px 0 0 0;}
#section-14157 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-14158 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-14162 { background-color: #1f5b86;}
#section-14162 h1 { color: #FFFFFF;}
#section-14162 h2 { color: #FFFFFF;}
#section-14162 h3 { color: #FFFFFF;}
#section-14162 p { color: #FFFFFF;}
#section-14162 .fa-solid{font-size:16px;color:white;}
#section-14162 
a:link{color:white;font-size:16px;}
#section-14162 
{padding: 15px 0 0 0;}
#section-14162 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-14163 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-14167 { background-color: #1f5b86;}
#section-14167 h1 { color: #FFFFFF;}
#section-14167 h2 { color: #FFFFFF;}
#section-14167 h3 { color: #FFFFFF;}
#section-14167 p { color: #FFFFFF;}
#section-14167 .fa-solid{font-size:16px;color:white;}
#section-14167 
a:link{color:white;font-size:16px;}
#section-14167 
{padding: 15px 0 0 0;}
#section-14167 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-14168 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-57051 { background-color: #1f5b86;}
#section-57051 h1 { color: #FFFFFF;}
#section-57051 h2 { color: #FFFFFF;}
#section-57051 h3 { color: #FFFFFF;}
#section-57051 p { color: #FFFFFF;}
#section-57051 .fa-solid{font-size:16px;color:white;}
#section-57051 
a:link{color:white;font-size:16px;}
#section-57051 
{padding: 15px 0 0 0;}
#section-57051 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57052 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-57052 
.fa-solid{color:#1f5b86;font-size:20px;}
#section-57052 
li{font-size:18px;margin-bottom:10px;}
#section-57052 
h1{line-height:40px;margin-bottom:40px;}}
#section-57053 img{margin-bottom:0;}
#section-57053 
{padding-bottom:0;}
#section-57053 
.button{margin: 20px 0 60px 0;}
#section-57053 
p{display:none;}
#section-57054 img{margin-bottom:0;}
#section-57054 
{padding:0;}
#section-57054 
.button{margin: 20px 0 60px 0;}
#section-57054 
p{display:none;}
#section-57060 { background-color: #1f5b86;}
#section-57060 h1 { color: #FFFFFF;}
#section-57060 h2 { color: #FFFFFF;}
#section-57060 h3 { color: #FFFFFF;}
#section-57060 p { color: #FFFFFF;}
#section-57060 .fa-solid{font-size:16px;color:white;}
#section-57060 
a:link{color:white;font-size:16px;}
#section-57060 
{padding: 15px 0 0 0;}
#section-57060 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57061 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-57061 
.fa-solid{color:#1f5b86;font-size:20px;}
#section-57061 
li{font-size:18px;margin-bottom:10px;}
#section-57061 
h1{line-height:40px;margin-bottom:40px;}}
#section-57062 img{margin-bottom:0;}
#section-57062 
{padding-bottom:0;}
#section-57062 
.button{margin: 20px 0 60px 0;}
#section-57062 
p{display:none;}
#section-57063 img{margin-bottom:0;}
#section-57063 
{padding:0;}
#section-57063 
.button{margin: 20px 0 60px 0;}
#section-57063 
p{display:none;}
#section-57069 { background-color: #1f5b86;}
#section-57069 h1 { color: #FFFFFF;}
#section-57069 h2 { color: #FFFFFF;}
#section-57069 h3 { color: #FFFFFF;}
#section-57069 p { color: #FFFFFF;}
#section-57069 .fa-solid{font-size:16px;color:white;}
#section-57069 
a:link{color:white;font-size:16px;}
#section-57069 
{padding: 15px 0 0 0;}
#section-57069 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57070 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-57070 
.fa-solid{color:#1f5b86;font-size:20px;}
#section-57070 
li{font-size:18px;margin-bottom:10px;}
#section-57070 
h1{line-height:40px;margin-bottom:40px;}}
#section-57071 img{margin-bottom:0;}
#section-57071 
{padding-bottom:0;}
#section-57071 
.button{margin: 20px 0 60px 0;}
#section-57071 
p{display:none;}
#section-57072 img{margin-bottom:0;}
#section-57072 
{padding:0;}
#section-57072 
.button{margin: 20px 0 60px 0;}
#section-57072 
p{display:none;}
#section-57078 { background-color: #1f5b86;}
#section-57078 h1 { color: #FFFFFF;}
#section-57078 h2 { color: #FFFFFF;}
#section-57078 h3 { color: #FFFFFF;}
#section-57078 p { color: #FFFFFF;}
#section-57078 .fa-solid{font-size:16px;color:white;}
#section-57078 
a:link{color:white;font-size:16px;}
#section-57078 
{padding: 15px 0 0 0;}
#section-57078 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57079 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-57079 
.fa-solid{color:#1f5b86;font-size:20px;}
#section-57079 
li{font-size:18px;margin-bottom:10px;}
#section-57079 
h1{line-height:40px;margin-bottom:40px;}}
#section-57080 img{margin-bottom:0;}
#section-57080 
{padding-bottom:0;}
#section-57080 
.button{margin: 20px 0 60px 0;}
#section-57080 
p{display:none;}
#section-57081 img{margin-bottom:0;}
#section-57081 
{padding:0;}
#section-57081 
.button{margin: 20px 0 60px 0;}
#section-57081 
p{display:none;}
#section-57087 { background-color: #1f5b86;}
#section-57087 h1 { color: #FFFFFF;}
#section-57087 h2 { color: #FFFFFF;}
#section-57087 h3 { color: #FFFFFF;}
#section-57087 p { color: #FFFFFF;}
#section-57087 .fa-solid{font-size:16px;color:white;}
#section-57087 
a:link{color:white;font-size:16px;}
#section-57087 
{padding: 15px 0 0 0;}
#section-57087 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57088 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-57088 
.fa-solid{color:#1f5b86;font-size:20px;}
#section-57088 
li{font-size:18px;margin-bottom:10px;}
#section-57088 
h1{line-height:40px;margin-bottom:40px;}}
#section-57089 img{margin-bottom:0;}
#section-57089 
{padding-bottom:0;}
#section-57089 
.button{margin: 20px 0 60px 0;}
#section-57089 
p{display:none;}
#section-57090 img{margin-bottom:0;}
#section-57090 
{padding:0;}
#section-57090 
.button{margin: 20px 0 60px 0;}
#section-57090 
p{display:none;}
#section-57096 { background-color: #1f5b86;}
#section-57096 h1 { color: #FFFFFF;}
#section-57096 h2 { color: #FFFFFF;}
#section-57096 h3 { color: #FFFFFF;}
#section-57096 p { color: #FFFFFF;}
#section-57096 .fa-solid{font-size:16px;color:white;}
#section-57096 
a:link{color:white;font-size:16px;}
#section-57096 
{padding: 15px 0 0 0;}
#section-57096 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57097 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-57097 
.fa-solid{color:#1f5b86;font-size:20px;}
#section-57097 
li{font-size:18px;margin-bottom:10px;}
#section-57097 
h1{line-height:40px;margin-bottom:40px;}}
#section-57098 img{margin-bottom:0;}
#section-57098 
{padding-bottom:0;}
#section-57098 
.button{margin: 20px 0 60px 0;}
#section-57098 
p{display:none;}
#section-57099 img{margin-bottom:0;}
#section-57099 
{padding:0;}
#section-57099 
.button{margin: 20px 0 60px 0;}
#section-57099 
p{display:none;}
#section-57105 { background-color: #1f5b86;}
#section-57105 h1 { color: #FFFFFF;}
#section-57105 h2 { color: #FFFFFF;}
#section-57105 h3 { color: #FFFFFF;}
#section-57105 p { color: #FFFFFF;}
#section-57105 .fa-solid{font-size:16px;color:white;}
#section-57105 
a:link{color:white;font-size:16px;}
#section-57105 
{padding: 15px 0 0 0;}
#section-57105 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57106 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-57106 
.fa-solid{color:#1f5b86;font-size:20px;}
#section-57106 
li{font-size:18px;margin-bottom:10px;}
#section-57106 
h1{line-height:40px;margin-bottom:40px;}}
#section-57107 img{margin-bottom:0;}
#section-57107 
{padding-bottom:0;}
#section-57107 
.button{margin: 20px 0 60px 0;}
#section-57107 
p{display:none;}
#section-57108 img{margin-bottom:0;}
#section-57108 
{padding:0;}
#section-57108 
.button{margin: 20px 0 60px 0;}
#section-57108 
p{display:none;}
#section-57469 { background-color: #000000;}
#section-57469 h1 { color: #FFFFFF;}
#section-57469 h2 { color: #FFFFFF;}
#section-57469 h3 { color: #FFFFFF;}
#section-57469 p { color: #FFFFFF;}
#section-57469 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57478 { background-color: #000000;}
#section-57478 h1 { color: #FFFFFF;}
#section-57478 h2 { color: #FFFFFF;}
#section-57478 h3 { color: #FFFFFF;}
#section-57478 p { color: #FFFFFF;}
#section-57478 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57488 { background-color: #000000;}
#section-57488 h1 { color: #FFFFFF;}
#section-57488 h2 { color: #FFFFFF;}
#section-57488 h3 { color: #FFFFFF;}
#section-57488 p { color: #FFFFFF;}
#section-57488 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57496 { background-color: #000000;}
#section-57496 h1 { color: #FFFFFF;}
#section-57496 h2 { color: #FFFFFF;}
#section-57496 h3 { color: #FFFFFF;}
#section-57496 p { color: #FFFFFF;}
#section-57496 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57502 { background-color: #000000;}
#section-57502 h1 { color: #FFFFFF;}
#section-57502 h2 { color: #FFFFFF;}
#section-57502 h3 { color: #FFFFFF;}
#section-57502 p { color: #FFFFFF;}
#section-57502 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57507 { background-color: #000000;}
#section-57507 h1 { color: #FFFFFF;}
#section-57507 h2 { color: #FFFFFF;}
#section-57507 h3 { color: #FFFFFF;}
#section-57507 p { color: #FFFFFF;}
#section-57507 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57511 { background-color: #1f5b86;}
#section-57511 h1 { color: #FFFFFF;}
#section-57511 h2 { color: #FFFFFF;}
#section-57511 h3 { color: #FFFFFF;}
#section-57511 p { color: #FFFFFF;}
#section-57511 .fa-solid{font-size:16px;color:white;}
#section-57511 
a:link{color:white;font-size:16px;}
#section-57511 
{padding: 15px 0 0 0;}
#section-57511 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57522 { background-color: #000000;}
#section-57522 h1 { color: #FFFFFF;}
#section-57522 h2 { color: #FFFFFF;}
#section-57522 h3 { color: #FFFFFF;}
#section-57522 p { color: #FFFFFF;}
#section-57522 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57556 { background-color: #1f5b86;}
#section-57556 h1 { color: #FFFFFF;}
#section-57556 h2 { color: #FFFFFF;}
#section-57556 h3 { color: #FFFFFF;}
#section-57556 p { color: #FFFFFF;}
#section-57556 .fa-solid{font-size:16px;color:white;}
#section-57556 
a:link{color:white;font-size:16px;}
#section-57556 
{padding: 15px 0 0 0;}
#section-57556 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57557 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-57567 { background-color: #000000;}
#section-57567 h1 { color: #FFFFFF;}
#section-57567 h2 { color: #FFFFFF;}
#section-57567 h3 { color: #FFFFFF;}
#section-57567 p { color: #FFFFFF;}
#section-57567 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57571 { background-color: #1f5b86;}
#section-57571 h1 { color: #FFFFFF;}
#section-57571 h2 { color: #FFFFFF;}
#section-57571 h3 { color: #FFFFFF;}
#section-57571 p { color: #FFFFFF;}
#section-57571 .fa-solid{font-size:16px;color:white;}
#section-57571 
a:link{color:white;font-size:16px;}
#section-57571 
{padding: 15px 0 0 0;}
#section-57571 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57573 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-57585 { background-color: #000000;}
#section-57585 h1 { color: #FFFFFF;}
#section-57585 h2 { color: #FFFFFF;}
#section-57585 h3 { color: #FFFFFF;}
#section-57585 p { color: #FFFFFF;}
#section-57585 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57586 { background-color: #1f5b86;}
#section-57586 h1 { color: #FFFFFF;}
#section-57586 h2 { color: #FFFFFF;}
#section-57586 h3 { color: #FFFFFF;}
#section-57586 p { color: #FFFFFF;}
#section-57586 .fa-solid{font-size:16px;color:white;}
#section-57586 
a:link{color:white;font-size:16px;}
#section-57586 
{padding: 15px 0 0 0;}
#section-57586 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57588 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-57600 { background-color: #000000;}
#section-57600 h1 { color: #FFFFFF;}
#section-57600 h2 { color: #FFFFFF;}
#section-57600 h3 { color: #FFFFFF;}
#section-57600 p { color: #FFFFFF;}
#section-57600 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57601 { background-color: #1f5b86;}
#section-57601 h1 { color: #FFFFFF;}
#section-57601 h2 { color: #FFFFFF;}
#section-57601 h3 { color: #FFFFFF;}
#section-57601 p { color: #FFFFFF;}
#section-57601 .fa-solid{font-size:16px;color:white;}
#section-57601 
a:link{color:white;font-size:16px;}
#section-57601 
{padding: 15px 0 0 0;}
#section-57601 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57603 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-57615 { background-color: #000000;}
#section-57615 h1 { color: #FFFFFF;}
#section-57615 h2 { color: #FFFFFF;}
#section-57615 h3 { color: #FFFFFF;}
#section-57615 p { color: #FFFFFF;}
#section-57615 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57617 { background-color: #1f5b86;}
#section-57617 h1 { color: #FFFFFF;}
#section-57617 h2 { color: #FFFFFF;}
#section-57617 h3 { color: #FFFFFF;}
#section-57617 p { color: #FFFFFF;}
#section-57617 .fa-solid{font-size:16px;color:white;}
#section-57617 
a:link{color:white;font-size:16px;}
#section-57617 
{padding: 15px 0 0 0;}
#section-57617 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57619 {background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-57631 { background-color: #000000;}
#section-57631 h1 { color: #FFFFFF;}
#section-57631 h2 { color: #FFFFFF;}
#section-57631 h3 { color: #FFFFFF;}
#section-57631 p { color: #FFFFFF;}
#section-57631 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57632 { background-color: #1f5b86;}
#section-57632 h1 { color: #FFFFFF;}
#section-57632 h2 { color: #FFFFFF;}
#section-57632 h3 { color: #FFFFFF;}
#section-57632 p { color: #FFFFFF;}
#section-57632 .fa-solid{font-size:16px;color:white;}
#section-57632 
a:link{color:white;font-size:16px;}
#section-57632 
{padding: 15px 0 0 0;}
#section-57632 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57642 { background-color: #000000;}
#section-57642 h1 { color: #FFFFFF;}
#section-57642 h2 { color: #FFFFFF;}
#section-57642 h3 { color: #FFFFFF;}
#section-57642 p { color: #FFFFFF;}
#section-57642 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57643 { background-color: #1f5b86;}
#section-57643 h1 { color: #FFFFFF;}
#section-57643 h2 { color: #FFFFFF;}
#section-57643 h3 { color: #FFFFFF;}
#section-57643 p { color: #FFFFFF;}
#section-57643 .fa-solid{font-size:16px;color:white;}
#section-57643 
a:link{color:white;font-size:16px;}
#section-57643 
{padding: 15px 0 0 0;}
#section-57643 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57652 { background-color: #000000;}
#section-57652 h1 { color: #FFFFFF;}
#section-57652 h2 { color: #FFFFFF;}
#section-57652 h3 { color: #FFFFFF;}
#section-57652 p { color: #FFFFFF;}
#section-57652 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57653 { background-color: #1f5b86;}
#section-57653 h1 { color: #FFFFFF;}
#section-57653 h2 { color: #FFFFFF;}
#section-57653 h3 { color: #FFFFFF;}
#section-57653 p { color: #FFFFFF;}
#section-57653 .fa-solid{font-size:16px;color:white;}
#section-57653 
a:link{color:white;font-size:16px;}
#section-57653 
{padding: 15px 0 0 0;}
#section-57653 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57662 { background-color: #000000;}
#section-57662 h1 { color: #FFFFFF;}
#section-57662 h2 { color: #FFFFFF;}
#section-57662 h3 { color: #FFFFFF;}
#section-57662 p { color: #FFFFFF;}
#section-57662 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57663 { background-color: #1f5b86;}
#section-57663 h1 { color: #FFFFFF;}
#section-57663 h2 { color: #FFFFFF;}
#section-57663 h3 { color: #FFFFFF;}
#section-57663 p { color: #FFFFFF;}
#section-57663 .fa-solid{font-size:16px;color:white;}
#section-57663 
a:link{color:white;font-size:16px;}
#section-57663 
{padding: 15px 0 0 0;}
#section-57663 
img{margin-left:15px;height:20px;width:20px;margin-top:-2px;}
#section-57672 { background-color: #000000;}
#section-57672 h1 { color: #FFFFFF;}
#section-57672 h2 { color: #FFFFFF;}
#section-57672 h3 { color: #FFFFFF;}
#section-57672 p { color: #FFFFFF;}
#section-57672 { background-image: url(/sites/site0164/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}

/* Custom Styles */

h5#logo-center{
height:80px;margin-bottom:30px;
}

footer a:link{font-size:15px;}
footer p{font-size:15px;}

.top-bar-right li {background-color: white !important;border:0;}
.top-bar-right li:hover {background-color: #1f5b86 !important;border-radius: 2px; }
.top-bar-right li:hover > a {color: #fff;}

#section-sprachauswahl img{width:20px;height:20px; border:0;margin-right:20px;}
.sprachauswahl{background:#EEE;padding:5px;margin-top:1px;}
.sprachauswahl:hover{background:#DDD;}
.sprachauswahl a:hover{color:black;}

.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;
}

p{line-height:30px;}

.button{font-size:14px;font-weight:bold;font-family:Ubuntu !important;}

@media screen and (max-width: 899px){
.mobile_break{display:block;}
#section-sprachauswahl img{width:40px;height:40px; border:0;margin:0 10px 0 0;}
.sprachauswahl{background:#EEE;padding:5px;margin-top:1px;line-height:0;}
.sprachauswahl:hover{background:#DDD;}
.sprachauswahl a:hover{color:black;}
.sprachauswahl a:link{margin-top:0;}
h1{font-size:22px;}
h2,h3 {font-size:20px;}
h5#logo-center{
width:300px;margin-bottom:30px;
}
}