




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

@import url('/engine/fonts/Roboto.css');
@import url('/engine/fonts/Roboto-Condensed.css');



  


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

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

 

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

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

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

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


h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

header, .sticky {
	background:#0d6595;
}


.title-bar {
  background:#0d6595;
  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: #0d6595;
  padding: 5px;
  }
.menu-icon:hover {
  background: #0d6595;
  }  
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #FFFFFF;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF; }
    
.menu-icon:hover::after {
    background: #EEEEEE;
    box-shadow: 0 7px 0 #EEEEEE, 0 14px 0 #EEEEEE; } 
 
.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: #FFFFFF 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:#FFFFFF transparent transparent;
}

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

footer {
	background:#017aa6;
    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:#FFFFFF;
    font-size: 19px;
    font-family: 'Roboto Condensed';
}

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


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

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #017aa6;
	font-family: 'Roboto Condensed';
	font-size: 19px;
	background:#1083c1;
	border: 0;
}

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

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

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

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

header .menu a:hover {
		/* color: #ffffff !important; */
		color: #ffffff !important;
	/* 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: #017aa6;
}
	
footer a {
	color:#FFFFFF;
}

a:hover,
.menu > li > a:hover,
a:focus {
	color:#1083c1;
}
		
.button, button,
.owl-theme .owl-controls .owl-page span {
	color:#FFFFFF;
	background:#017aa6;
}

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

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

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

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




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

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed';
	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: 'Roboto Condensed';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #017aa6;
}



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

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






.row_testimonials .flexslider h2 {
	color:#017aa6;
	font-size: 32px;
    margin: 0 0 25px 0;
}

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

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

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

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

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

.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: #555555;
	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-23695 { background-color: #c4c4cc;}
#section-23695 h1 { color: #FFFFFF;}
#section-23695 h2 { color: #FFFFFF;}
#section-23695 h3 { color: #FFFFFF;}
#section-23695 p { color: #FFFFFF;}
#section-23695 { background-image: url(/sites/site0223/media/backgrounds/hd_neu-pechmann-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23695 {margin-top:0;padding-bottom:150px;padding-top:300px;background-position:top center;}
#section-23695 
h3{text-transform:uppercase;font-size:50px;}
#section-23695 
p{font-size:22px;}
#section-23696 {display:none;}
#section-23697 {display:none;}
#section-23699 h1 { color: #FFFFFF;}
#section-23699 h2 { color: #FFFFFF;}
#section-23699 h3 { color: #FFFFFF;}
#section-23699 p { color: #FFFFFF;}
#section-23699 .fa, #section-23699 .fa-regular,#section-23699 .fa-solid,#section-23699 .fa-light,#section-23699 .fa-thin,#section-23699 .fa-duotone { color: #5694b5 !important;}
#section-23699 {background:linear-gradient(to bottom,#1586c8,#094c70);padding-bottom:0;}
#section-23699 
h2{margin-bottom:40px;font-weight:700;text-transform:uppercase;}
#section-23701 h2{margin-bottom:50px;}
#section-23704 { background-color: #000000;}
#section-23704 h1 { color: #248041;}
#section-23704 h2 { color: #248041;}
#section-23704 h3 { color: #248041;}
#section-23704 .button, .button a { background-color: #248041;}
#section-23704 { background-image: url(/sites/site0223/media/backgrounds/hd_back-rapid.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23704 .large-6:first-child{background-color:rgba(255,255,255,0.85);padding:20px;margin: 0;}
#section-23704 
{border-bottom:10px solid white;background-position:top;}
#section-23704 
h3{font-weight:700;}
#section-23705 h1 { color: #FFFFFF;}
#section-23705 h2 { color: #FFFFFF;}
#section-23705 h3 { color: #FFFFFF;}
#section-23705 p { color: #EEEEEE;}
#section-23705 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23705 {background-position:top center;}
#section-23706 {border-top:10px solid white;border-bottom:10px solid white;}
#section-23707 h1 { color: #017aa6;}
#section-23707 h2 { color: #017aa6;}
#section-23707 h3 { color: #017aa6;}
#section-23707 p { color: #017aa6;}
#section-23707 { background-image: url(/sites/site0223/media/backgrounds/hd_back-kanzlei.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23707 .large-12:first-child{background-color:rgba(255,255,255,0.6);padding:20px;margin: 0;}
#section-23707 
{background-position:top center;}
#section-23707 
h1{font-size:60px;}
#section-23710 { background-color: #EEEEEE;}
#section-23710 { background-image: url(/sites/site0223/media/backgrounds/hd_back-statue.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23711 h1 { color: #FFFFFF;}
#section-23711 h2 { color: #FFFFFF;}
#section-23711 h3 { color: #FFFFFF;}
#section-23711 p { color: #FFFFFF;}
#section-23711 .fa, #section-23711 .fa-regular,#section-23711 .fa-solid,#section-23711 .fa-light,#section-23711 .fa-thin,#section-23711 .fa-duotone { color: #5694b5 !important;}
#section-23711 {background:linear-gradient(to bottom,#1586c8,#094c70);padding-bottom:0;}
#section-23711 
h2{margin-bottom:40px;font-weight:700;text-transform:uppercase;}
#section-23712 h2{margin-bottom:50px;}
#section-23715 h1 { color: #FFFFFF;}
#section-23715 h2 { color: #FFFFFF;}
#section-23715 h3 { color: #FFFFFF;}
#section-23715 p { color: #EEEEEE;}
#section-23715 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23715 {background-position:top center;}
#section-23716 { background-color: #EEEEEE;}
#section-23716 h3{font-weight:700;}
#section-23716 
.row{margin-bottom:60px;}
#section-23716 
p{display:none;}
#section-23716 
.button{font-size:14px;}
#section-23716 
img{display:none;}
#section-23717 { background-color: #EEEEEE;}
#section-23717 h1{margin-bottom:20px;}
#section-23717 
bloghead{font-weight:bold;}
#section-23719 h2{margin-bottom:50px;}
#section-23719 
h3{font-weight:700;color:#888;}
#section-23719 
p{display:none;}
#section-23719 
.button{font-size:14px;}
#section-23719 
img{display:none;}
#section-23735 h1 { color: #FFFFFF;}
#section-23735 h2 { color: #FFFFFF;}
#section-23735 h3 { color: #FFFFFF;}
#section-23736 h1 { color: #FFFFFF;}
#section-23736 h2 { color: #FFFFFF;}
#section-23736 h3 { color: #FFFFFF;}
#section-23736 p { color: #EEEEEE;}
#section-23736 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23736 {background-position:top center;}
#section-23737 {border-top:10px solid white;border-bottom:10px solid white;}
#section-23738 { background-color: #EEEEEE;}
#section-23760 h1 { color: #017aa6;}
#section-23760 h2 { color: #017aa6;}
#section-23760 h3 { color: #017aa6;}
#section-23760 p { color: #017aa6;}
#section-23760 { background-image: url(/sites/site0223/media/backgrounds/hd_back-kanzlei.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23760 .large-12:first-child{background-color:rgba(255,255,255,0.6);padding:20px;margin: 0;}
#section-23760 
{background-position:top center;}
#section-23760 
h1{font-size:60px;}
#section-23763 h1 { color: #FFFFFF;}
#section-23763 h2 { color: #FFFFFF;}
#section-23763 h3 { color: #FFFFFF;}
#section-23763 p { color: #FFFFFF;}
#section-23763 .fa, #section-23763 .fa-regular,#section-23763 .fa-solid,#section-23763 .fa-light,#section-23763 .fa-thin,#section-23763 .fa-duotone { color: #5694b5 !important;}
#section-23763 {background:linear-gradient(to bottom,#1586c8,#094c70);padding-bottom:0;}
#section-23763 
h2{margin-bottom:40px;font-weight:700;text-transform:uppercase;}
#section-23764 h2{margin-bottom:50px;}
#section-23765 h1 { color: #FFFFFF;}
#section-23765 h2 { color: #FFFFFF;}
#section-23765 h3 { color: #FFFFFF;}
#section-23765 p { color: #EEEEEE;}
#section-23765 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23765 {background-position:top center;}
#section-23766 h1 { color: #017aa6;}
#section-23766 h2 { color: #017aa6;}
#section-23766 h3 { color: #017aa6;}
#section-23766 p { color: #017aa6;}
#section-23766 { background-image: url(/sites/site0223/media/backgrounds/hd_back-kanzlei.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23766 .large-12:first-child{background-color:rgba(255,255,255,0.6);padding:20px;margin: 0;}
#section-23766 
{background-position:top center;}
#section-23766 
h1{font-size:60px;}
#section-23766 
p{font-family:Open Sans Condensed;font-size:35px;font-weight:700;line-height:32px;text-transform:uppercase;}
#section-23768 h1 { color: #FFFFFF;}
#section-23768 h2 { color: #FFFFFF;}
#section-23768 h3 { color: #FFFFFF;}
#section-23768 p { color: #FFFFFF;}
#section-23768 .fa, #section-23768 .fa-regular,#section-23768 .fa-solid,#section-23768 .fa-light,#section-23768 .fa-thin,#section-23768 .fa-duotone { color: #5694b5 !important;}
#section-23768 {background:linear-gradient(to bottom,#1586c8,#094c70);padding-bottom:0;}
#section-23768 
h2{margin-bottom:40px;font-weight:700;text-transform:uppercase;}
#section-23769 h2{margin-bottom:50px;}
#section-23770 h1 { color: #FFFFFF;}
#section-23770 h2 { color: #FFFFFF;}
#section-23770 h3 { color: #FFFFFF;}
#section-23770 p { color: #EEEEEE;}
#section-23770 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23770 {background-position:top center;}
#section-23772 {padding-bottom:0;}
#section-23772 
h2{text-transform:uppercase;}
#section-23777 h1 { color: #017aa6;}
#section-23777 h2 { color: #017aa6;}
#section-23777 h3 { color: #017aa6;}
#section-23777 p { color: #017aa6;}
#section-23777 { background-image: url(/sites/site0223/media/backgrounds/hd_back-kanzlei.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23777 .large-12:first-child{background-color:rgba(255,255,255,0.6);padding:20px;margin: 0;}
#section-23777 
{background-position:top center;}
#section-23777 
h1{font-size:60px;}
#section-23777 
p{font-family:Open Sans Condensed;font-size:35px;font-weight:700;line-height:32px;text-transform:uppercase;}
#section-23778 { background-color: #EEEEEE;}
#section-23778 h1{margin-bottom:20px;}
#section-23778 
bloghead{font-weight:bold;}
#section-23780 h2{margin-bottom:50px;}
#section-23780 
h3{font-weight:700;color:#888;}
#section-23780 
p{display:none;}
#section-23780 
.button{font-size:14px;}
#section-23780 
img{display:none;}
#section-23781 h1 { color: #FFFFFF;}
#section-23781 h2 { color: #FFFFFF;}
#section-23781 h3 { color: #FFFFFF;}
#section-23781 p { color: #EEEEEE;}
#section-23781 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23781 {background-position:top center;}
#section-23782 { background-color: #EEEEEE;}
#section-23782 h1{margin-bottom:20px;}
#section-23782 
bloghead{font-weight:bold;}
#section-23783 h2{margin-bottom:50px;}
#section-23783 
h3{font-weight:700;color:#888;}
#section-23783 
p{display:none;}
#section-23783 
.button{font-size:14px;}
#section-23783 
img{display:none;}
#section-23784 h1 { color: #FFFFFF;}
#section-23784 h2 { color: #FFFFFF;}
#section-23784 h3 { color: #FFFFFF;}
#section-23784 p { color: #EEEEEE;}
#section-23784 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23784 {background-position:top center;}
#section-23787 h2{margin-bottom:50px;}
#section-23787 
h3{font-weight:700;color:#888;}
#section-23787 
p{display:none;}
#section-23787 
.button{font-size:14px;}
#section-23787 
img{display:none;}
#section-23788 h1 { color: #FFFFFF;}
#section-23788 h2 { color: #FFFFFF;}
#section-23788 h3 { color: #FFFFFF;}
#section-23788 p { color: #EEEEEE;}
#section-23788 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23788 {background-position:top center;}
#section-23920 h1 { color: #FFFFFF;}
#section-23920 h2 { color: #FFFFFF;}
#section-23920 h3 { color: #FFFFFF;}
#section-23920 p { color: #FFFFFF;}
#section-23920 {background:linear-gradient(to bottom,#094c70,#06324a);}
#section-23920 
h2{margin-bottom:40px;font-weight:700;text-transform:uppercase;}
#section-23920 
img{border-radius:50%;border:10px solid rgba(255,255,255,0.5);}
#section-23920 
i{font-size:20px;text-shadow:0 0 3px white;color:#EEE;}
#section-23921 h1 { color: #FFFFFF;}
#section-23921 h2 { color: #FFFFFF;}
#section-23921 h3 { color: #FFFFFF;}
#section-23921 p { color: #FFFFFF;}
#section-23921 {background:linear-gradient(to bottom,#094c70,#06324a);}
#section-23921 
h2{margin-bottom:40px;font-weight:700;text-transform:uppercase;}
#section-23921 
img{border-radius:50%;border:10px solid rgba(255,255,255,0.5);}
#section-23921 
i{font-size:20px;text-shadow:0 0 3px white;color:#EEE;}
#section-23922 h1 { color: #FFFFFF;}
#section-23922 h2 { color: #FFFFFF;}
#section-23922 h3 { color: #FFFFFF;}
#section-23922 p { color: #FFFFFF;}
#section-23922 {background:linear-gradient(to bottom,#094c70,#06324a);}
#section-23922 
h2{margin-bottom:40px;font-weight:700;text-transform:uppercase;}
#section-23922 
img{border-radius:50%;border:10px solid rgba(255,255,255,0.5);}
#section-23922 
i{font-size:20px;text-shadow:0 0 3px white;color:#EEE;}
#section-23923 h1 { color: #FFFFFF;}
#section-23923 h2 { color: #FFFFFF;}
#section-23923 h3 { color: #FFFFFF;}
#section-23923 p { color: #FFFFFF;}
#section-23923 {background:linear-gradient(to bottom,#094c70,#06324a);}
#section-23923 
h2{margin-bottom:40px;font-weight:700;text-transform:uppercase;}
#section-23923 
img{border-radius:50%;border:10px solid rgba(255,255,255,0.5);}
#section-23923 
i{font-size:20px;text-shadow:0 0 3px white;color:#EEE;}
#section-23924 { background-color: #EEEEEE;}
#section-23925 h2{margin-bottom:50px;}
#section-23925 
h3{font-weight:700;color:#888;}
#section-23925 
p{display:none;}
#section-23925 
.button{font-size:14px;}
#section-23925 
img{display:none;}
#section-23926 h1 { color: #FFFFFF;}
#section-23926 h2 { color: #FFFFFF;}
#section-23926 h3 { color: #FFFFFF;}
#section-23926 p { color: #EEEEEE;}
#section-23926 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23926 {background-position:top center;}
#section-23927 { background-color: #EEEEEE;}
#section-23928 h2{margin-bottom:50px;}
#section-23928 
h3{font-weight:700;color:#888;}
#section-23928 
p{display:none;}
#section-23928 
.button{font-size:14px;}
#section-23928 
img{display:none;}
#section-23929 h1 { color: #FFFFFF;}
#section-23929 h2 { color: #FFFFFF;}
#section-23929 h3 { color: #FFFFFF;}
#section-23929 p { color: #EEEEEE;}
#section-23929 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23929 {background-position:top center;}
#section-23930 h2{margin-bottom:50px;}
#section-23930 
h3{font-weight:700;color:#888;}
#section-23930 
p{display:none;}
#section-23930 
.button{font-size:14px;}
#section-23930 
img{display:none;}
#section-23931 h1 { color: #FFFFFF;}
#section-23931 h2 { color: #FFFFFF;}
#section-23931 h3 { color: #FFFFFF;}
#section-23931 p { color: #EEEEEE;}
#section-23931 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23931 {background-position:top center;}
#section-23932 { background-color: #EEEEEE;}
#section-23933 { background-color: #EEEEEE;}
#section-23934 h2{margin-bottom:50px;}
#section-23934 
h3{font-weight:700;color:#888;}
#section-23934 
p{display:none;}
#section-23934 
.button{font-size:14px;}
#section-23934 
img{display:none;}
#section-23935 h1 { color: #FFFFFF;}
#section-23935 h2 { color: #FFFFFF;}
#section-23935 h3 { color: #FFFFFF;}
#section-23935 p { color: #EEEEEE;}
#section-23935 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23935 {background-position:top center;}
#section-23936 { background-color: #EEEEEE;}
#section-23937 h2{margin-bottom:50px;}
#section-23937 
h3{font-weight:700;color:#888;}
#section-23937 
p{display:none;}
#section-23937 
.button{font-size:14px;}
#section-23937 
img{display:none;}
#section-23938 h1 { color: #FFFFFF;}
#section-23938 h2 { color: #FFFFFF;}
#section-23938 h3 { color: #FFFFFF;}
#section-23938 p { color: #EEEEEE;}
#section-23938 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23938 {background-position:top center;}
#section-23939 { background-color: #EEEEEE;}
#section-23940 h2{margin-bottom:50px;}
#section-23940 
h3{font-weight:700;color:#888;}
#section-23940 
p{display:none;}
#section-23940 
.button{font-size:14px;}
#section-23940 
img{display:none;}
#section-23941 h1 { color: #FFFFFF;}
#section-23941 h2 { color: #FFFFFF;}
#section-23941 h3 { color: #FFFFFF;}
#section-23941 p { color: #EEEEEE;}
#section-23941 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23941 {background-position:top center;}
#section-23942 { background-color: #EEEEEE;}
#section-23943 h2{margin-bottom:50px;}
#section-23943 
h3{font-weight:700;color:#888;}
#section-23943 
p{display:none;}
#section-23943 
.button{font-size:14px;}
#section-23943 
img{display:none;}
#section-23944 h1 { color: #FFFFFF;}
#section-23944 h2 { color: #FFFFFF;}
#section-23944 h3 { color: #FFFFFF;}
#section-23944 p { color: #EEEEEE;}
#section-23944 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23944 {background-position:top center;}
#section-23945 { background-color: #EEEEEE;}
#section-23946 h2{margin-bottom:50px;}
#section-23946 
h3{font-weight:700;color:#888;}
#section-23946 
p{display:none;}
#section-23946 
.button{font-size:14px;}
#section-23946 
img{display:none;}
#section-23947 h1 { color: #FFFFFF;}
#section-23947 h2 { color: #FFFFFF;}
#section-23947 h3 { color: #FFFFFF;}
#section-23947 p { color: #EEEEEE;}
#section-23947 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23947 {background-position:top center;}
#section-23948 { background-color: #EEEEEE;}
#section-23949 h2{margin-bottom:50px;}
#section-23949 
h3{font-weight:700;color:#888;}
#section-23949 
p{display:none;}
#section-23949 
.button{font-size:14px;}
#section-23949 
img{display:none;}
#section-23950 h1 { color: #FFFFFF;}
#section-23950 h2 { color: #FFFFFF;}
#section-23950 h3 { color: #FFFFFF;}
#section-23950 p { color: #EEEEEE;}
#section-23950 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23950 {background-position:top center;}
#section-23951 { background-color: #EEEEEE;}
#section-23952 h2{margin-bottom:50px;}
#section-23952 
h3{font-weight:700;color:#888;}
#section-23952 
p{display:none;}
#section-23952 
.button{font-size:14px;}
#section-23952 
img{display:none;}
#section-23953 h1 { color: #FFFFFF;}
#section-23953 h2 { color: #FFFFFF;}
#section-23953 h3 { color: #FFFFFF;}
#section-23953 p { color: #EEEEEE;}
#section-23953 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23953 {background-position:top center;}
#section-23954 { background-color: #EEEEEE;}
#section-23955 h2{margin-bottom:50px;}
#section-23955 
h3{font-weight:700;color:#888;}
#section-23955 
p{display:none;}
#section-23955 
.button{font-size:14px;}
#section-23955 
img{display:none;}
#section-23956 h1 { color: #FFFFFF;}
#section-23956 h2 { color: #FFFFFF;}
#section-23956 h3 { color: #FFFFFF;}
#section-23956 p { color: #EEEEEE;}
#section-23956 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23956 {background-position:top center;}
#section-23957 { background-color: #EEEEEE;}
#section-23958 h2{margin-bottom:50px;}
#section-23958 
h3{font-weight:700;color:#888;}
#section-23958 
p{display:none;}
#section-23958 
.button{font-size:14px;}
#section-23958 
img{display:none;}
#section-23959 h1 { color: #FFFFFF;}
#section-23959 h2 { color: #FFFFFF;}
#section-23959 h3 { color: #FFFFFF;}
#section-23959 p { color: #EEEEEE;}
#section-23959 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23959 {background-position:top center;}
#section-23960 { background-color: #EEEEEE;}
#section-23961 h2{margin-bottom:50px;}
#section-23961 
h3{font-weight:700;color:#888;}
#section-23961 
p{display:none;}
#section-23961 
.button{font-size:14px;}
#section-23961 
img{display:none;}
#section-23962 h1 { color: #FFFFFF;}
#section-23962 h2 { color: #FFFFFF;}
#section-23962 h3 { color: #FFFFFF;}
#section-23962 p { color: #EEEEEE;}
#section-23962 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23962 {background-position:top center;}
#section-23963 { background-color: #EEEEEE;}
#section-23964 h2{margin-bottom:50px;}
#section-23964 
h3{font-weight:700;color:#888;}
#section-23964 
p{display:none;}
#section-23964 
.button{font-size:14px;}
#section-23964 
img{display:none;}
#section-23965 h1 { color: #FFFFFF;}
#section-23965 h2 { color: #FFFFFF;}
#section-23965 h3 { color: #FFFFFF;}
#section-23965 p { color: #EEEEEE;}
#section-23965 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23965 {background-position:top center;}
#section-23966 { background-color: #EEEEEE;}
#section-23967 h2{margin-bottom:50px;}
#section-23967 
h3{font-weight:700;color:#888;}
#section-23967 
p{display:none;}
#section-23967 
.button{font-size:14px;}
#section-23967 
img{display:none;}
#section-23968 h1 { color: #FFFFFF;}
#section-23968 h2 { color: #FFFFFF;}
#section-23968 h3 { color: #FFFFFF;}
#section-23968 p { color: #EEEEEE;}
#section-23968 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23968 {background-position:top center;}
#section-23969 h1 { color: #FFFFFF;}
#section-23969 h2 { color: #FFFFFF;}
#section-23969 h3 { color: #FFFFFF;}
#section-23969 p { color: #FFFFFF;}
#section-23969 .button, .button a { color: #FF0000;}
#section-23969 .button, .button a { background-color: #FFFFFF;}
#section-23969 { background-image: url(/sites/site0223/media/slider/hd_startslide1.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23969 {margin-top:0;padding-bottom:130px;}
#section-23969 
h3{text-transform:uppercase;font-size:40px;}
#section-23969 
p{font-size:22px;}
#section-23969 
.large-6:first-child{margin-top:200px;background:red;padding:10px;}
#section-23969 
.button{font-size:24px;}
#section-23970 {display:none;}
#section-23971 {display:none;}
#section-23975 h1 { color: #FFFFFF;}
#section-23975 h2 { color: #FFFFFF;}
#section-23975 h3 { color: #FFFFFF;}
#section-23975 p { color: #FFFFFF;}
#section-23975 { background-image: url(/sites/site0223/media/backgrounds/hd_back-alert.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23975 h2{margin-bottom:50px;color:white;}
#section-23975 
.fa-solid{color:white;}
#section-23975 
li{color:white;}
#section-23975 
{border-bottom:10px solid white;}
#section-23976 h2{margin-bottom:50px;color:green;}
#section-23976 
.fa-solid{color:green;}
#section-23976 
{padding-top:0;}
#section-23977 h1 { color: #FFFFFF;}
#section-23977 h2 { color: #FFFFFF;}
#section-23977 h3 { color: #FFFFFF;}
#section-23977 p { color: #EEEEEE;}
#section-23977 { background-image: url(/sites/site0223/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23977 {background-position:top center;}
#section-23978 {border-top:10px solid white;border-bottom:10px solid white;}
#section-24026 img{border-radius:50%;}
#section-24027 { background-color: #EEEEEE;}
#section-24027 img{width:80%;border-radius:50%;border:8px solid white;}
#section-24027 
h2{margin-bottom:50px;}
#section-42398 {display:none;}

/* Custom Styles */

h5#logo{margin-top:-10px !important;height:120px !important;}
header{padding:0; 0 20px 0;margin-top:0;}

.top-bar-right{text-transform:uppercase;margin-top:63px;font-weight:700;}

h1{font-weight:700;}
h2{font-weight:700;}
h3{font-weight:700;}
h4{font-weight:700;}
h5{font-weight:700;}

.button{font-size:18px;border-radius:8px;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-size:24px;color:#333;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}

.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:20px;}
.icon-list i {font-size: 0.8em;position: absolute;left: -1.2em;width: 2em;line-height: 0.7em;margin: 10px 0;}
.icon-list .fa-solid{font-size:18px;color:#017aa6;}


/* MOBILE ANSICHTEN */
#section-14902{display:none;}
@media screen and (max-width: 899px){
#section-23697{display:block;} /* kontakt Startseite mobil */
#section-15032{display:none;} /* Slider Startseite desktop */
#section-42398{display:block;} /* Slider Startseite mobil */
#section-23695{background-image:none;padding-top:20px;padding-bottom:30px;}
#section-23695 h1{margin-top:10px;font-size:36px;}
}