




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

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

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


h1 {
	font-size: 32px;
}

h2 {
	font-size: 25px;
}

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

footer {
	background:#32679b;
    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: 14px;
    font-family: 'Inter';
}

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


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

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

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

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

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

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

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

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



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

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






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

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

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

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

h5#logo_footer a  {
	background-image: url(../../sites/site0350/media/logo/logo-footer.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: #32679b;
}

.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: 16px;
    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-61436 .fa, #section-61436 .fa-regular,#section-61436 .fa-solid,#section-61436 .fa-light,#section-61436 .fa-thin,#section-61436 .fa-duotone { color: #CCCCCC !important;}
#section-61436 h2{margin-bottom:40px;}
#section-61438 { background-color: #32679b;}
#section-61438 h1 { color: #FFFFFF;}
#section-61438 h2 { color: #FFFFFF;}
#section-61438 h3 { color: #FFFFFF;}
#section-61438 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61438 h2{margin-bottom:40px;font-size:36px;}
#section-61438 
h3{margin-top:350px;color:#FFFFFF;font-size:30px;text-shadow:0 0 10px #000;}
#section-61438 
.large-4:nth-child(1){background-image:url(/sites/site0350/media/allgemein/preview1.jpg);background-size:125%;background-position:center center;}
#section-61438 
.large-4:nth-child(1):hover{background-size: 115%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-61438 
.large-4:nth-child(2){background-image:url(/sites/site0350/media/allgemein/preview2.jpg);background-size:120%;background-position:center center;}
#section-61438 
.large-4:nth-child(2):hover{background-size: 110%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-61438 
.large-4:nth-child(3){background-image:url(/sites/site0350/media/allgemein/preview3.jpg);background-size:120%;background-position:center center;}
#section-61438 
.large-4:nth-child(3):hover{background-size: 110%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-61438 
p{font-size:20px;}
#section-sponsoren3 {padding-bottom:0;}
#section-sponsoren3 
p{display:none;}
#section-sponsoren3 
h2{margin-bottom:50px;}
#section-sponsoren3 
small{display:none;}
#section-sponsoren3 
img:hover{opacity: 0.8;}
#section-61440 img{margin-bottom:10px;}
#section-61440 
h3{margin-bottom:0;}
#section-61442 { background-color: #32679b;}
#section-61442 h1 { color: #FFFFFF;}
#section-61442 h2 { color: #FFFFFF;}
#section-61442 h3 { color: #FFFFFF;}
#section-61442 p { color: #FFFFFF;}
#section-61442 .button, .button a { color: #32679b;}
#section-61442 .button, .button a { background-color: #FFFFFF;}
#section-61442 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61442 {background-size:100%;background-position:center center;}
#section-61442 
h2{font-size:40px;text-shadow:0 0 10px #000;}
#section-61442 
p{font-size:18px;}
#section-61442 
img{width:80%;}
#section-formular-allgemein-asv13 h1 { color: #FFFFFF;}
#section-formular-allgemein-asv13 h2 { color: #FFFFFF;}
#section-formular-allgemein-asv13 h3 { color: #FFFFFF;}
#section-formular-allgemein-asv13 p { color: #FFFFFF;}
#section-formular-allgemein-asv13 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61452 { background-color: #444444;}
#section-61452 h1 { color: #FFFFFF;}
#section-61452 h2 { color: #FFFFFF;}
#section-61452 h3 { color: #FFFFFF;}
#section-61452 p { color: #EEEEEE;}
#section-61452 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-61453 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-61454 { background-color: #055039;}
#section-61454 h1 { color: #FFFFFF;}
#section-61454 h2 { color: #FFFFFF;}
#section-61454 h3 { color: #FFFFFF;}
#section-61454 p { color: #FFFFFF;}
#section-61454 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61456 img{border:4px solid #8bb3a7;}
#section-61456 
h2{margin-bottom:50px;}
#section-61456 
h3{font-size:20px;color:#555;}
#section-61457 img{border:4px solid #8bb3a7;}
#section-61457 
h2{margin-bottom:50px;}
#section-61457 
h3{font-size:20px;color:#555;}
#section-61457 
{padding-top:0px;}
#section-61460 { background-color: #444444;}
#section-61460 h1 { color: #FFFFFF;}
#section-61460 h2 { color: #FFFFFF;}
#section-61460 h3 { color: #FFFFFF;}
#section-61460 p { color: #EEEEEE;}
#section-61460 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61460 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-61461 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61461 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-61470 { background-color: #32679b;}
#section-61470 h1 { color: #FFFFFF;}
#section-61470 h2 { color: #FFFFFF;}
#section-61470 h3 { color: #FFFFFF;}
#section-61470 p { color: #FFFFFF;}
#section-61470 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61473 { background-color: #FFFFFF;}
#section-61473 h2{margin-bottom:50px;}
#section-61473 
{padding-top:30px;}
#section-61474 { background-color: #055039;}
#section-61474 h1 { color: #FFFFFF;}
#section-61474 h2 { color: #FFFFFF;}
#section-61474 h3 { color: #FFFFFF;}
#section-61474 p { color: #FFFFFF;}
#section-61474 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-61481 { background-color: #32679b;}
#section-61481 h1 { color: #fFFFFF;}
#section-61481 h2 { color: #fFFFFF;}
#section-61481 h3 { color: #fFFFFF;}
#section-61481 p { color: #FFFFFF;}
#section-61481 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61482 img{border:4px solid #8bb3a7;}
#section-61482 
h2{margin-bottom:50px;}
#section-61482 
h3{font-size:20px;color:#555;}
#section-61483 img{border:4px solid #DDD;}
#section-61483 
h3{font-size:16px;color:#555;font-weight:400;}
#section-61483 
{padding-bottom:0;}
#section-61597 { background-color: #32679b;}
#section-61597 h1 { color: #FFFFFF;}
#section-61597 h2 { color: #FFFFFF;}
#section-61597 h3 { color: #FFFFFF;}
#section-61597 p { color: #FFFFFF;}
#section-61597 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61619 h1 { color: #FFFFFF;}
#section-61619 h2 { color: #FFFFFF;}
#section-61619 h3 { color: #FFFFFF;}
#section-61619 p { color: #FFFFFF;}
#section-61619 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61620 .fa, #section-61620 .fa-regular,#section-61620 .fa-solid,#section-61620 .fa-light,#section-61620 .fa-thin,#section-61620 .fa-duotone { color: #CCCCCC !important;}
#section-61620 .large-4 h2{font-weight:500;font-size:19px;margin-bottom:0px;}
#section-61620 
h3{font-weight:400;font-size:16px;}
#section-61633 { background-color: #EEEEEE;}
#section-61634 { background-color: #EEEEEE;}
#section-61634 h1{font-size:30px;}
#section-61634 
h2{font-size:30px;}
#section-61634 
.row{margin-bottom:60px;}
#section-61635 { background-color: #EEEEEE;}
#section-61635 h1{margin-bottom:20px;}
#section-61635 
bloghead{font-weight:bold;}
#section-61636 h1 { color: #FFFFFF;}
#section-61636 h2 { color: #FFFFFF;}
#section-61636 h3 { color: #FFFFFF;}
#section-61636 p { color: #EEEEEE;}
#section-61636 {background:linear-gradient(to bottom right,#333,#666);}
#section-61637 h2{margin-bottom:50px;}
#section-61638 { background-color: #EEEEEE;}
#section-61638 h1{margin-bottom:20px;}
#section-61638 
bloghead{font-weight:bold;}
#section-61639 h1 { color: #FFFFFF;}
#section-61639 h2 { color: #FFFFFF;}
#section-61639 h3 { color: #FFFFFF;}
#section-61639 p { color: #EEEEEE;}
#section-61639 {background:linear-gradient(to bottom right,#333,#666);}
#section-61640 h2{margin-bottom:50px;}
#section-61641 { background-color: #EEEEEE;}
#section-61641 h1{margin-bottom:20px;}
#section-61641 
bloghead{font-weight:bold;}
#section-61642 h1 { color: #FFFFFF;}
#section-61642 h2 { color: #FFFFFF;}
#section-61642 h3 { color: #FFFFFF;}
#section-61642 p { color: #EEEEEE;}
#section-61642 {background:linear-gradient(to bottom right,#333,#666);}
#section-61643 h2{margin-bottom:50px;}
#section-61644 { background-color: #EEEEEE;}
#section-61644 h1{margin-bottom:20px;}
#section-61644 
bloghead{font-weight:bold;}
#section-61645 h1 { color: #FFFFFF;}
#section-61645 h2 { color: #FFFFFF;}
#section-61645 h3 { color: #FFFFFF;}
#section-61645 p { color: #EEEEEE;}
#section-61645 {background:linear-gradient(to bottom right,#333,#666);}
#section-61646 h2{margin-bottom:50px;}
#section-61647 { background-color: #EEEEEE;}
#section-61647 h1{margin-bottom:20px;}
#section-61647 
bloghead{font-weight:bold;}
#section-61648 h1 { color: #FFFFFF;}
#section-61648 h2 { color: #FFFFFF;}
#section-61648 h3 { color: #FFFFFF;}
#section-61648 p { color: #EEEEEE;}
#section-61648 {background:linear-gradient(to bottom right,#333,#666);}
#section-61649 h2{margin-bottom:50px;}
#section-61650 { background-color: #EEEEEE;}
#section-61650 h1{margin-bottom:20px;}
#section-61650 
bloghead{font-weight:bold;}
#section-61651 h1 { color: #FFFFFF;}
#section-61651 h2 { color: #FFFFFF;}
#section-61651 h3 { color: #FFFFFF;}
#section-61651 p { color: #EEEEEE;}
#section-61651 {background:linear-gradient(to bottom right,#333,#666);}
#section-61652 h2{margin-bottom:50px;}
#section-termine-3-kampfmannschaft .fa, #section-termine-3-kampfmannschaft .fa-regular,#section-termine-3-kampfmannschaft .fa-solid,#section-termine-3-kampfmannschaft .fa-light,#section-termine-3-kampfmannschaft .fa-thin,#section-termine-3-kampfmannschaft .fa-duotone { color: #CCCCCC !important;}
#section-termine-3-kampfmannschaft .large-4 h2{font-weight:500;font-size:19px;margin-bottom:0px;}
#section-termine-3-kampfmannschaft 
h3{font-weight:400;font-size:16px;}
#section-termine-3-kampfmannschaft 
{padding-top:0;padding-bottom:0px;}
#section-62248 {padding-top:20px;}
#section-62249 img{margin-bottom:10px;}
#section-62249 
h3{margin-bottom:0;}
#section-62249 
{padding-top:0;}
#section-62250 img{margin-bottom:10px;}
#section-62250 
h3{margin-bottom:0;}
#section-62250 
{padding-top:0;}
#section-62251 img{margin-bottom:10px;}
#section-62251 
h3{margin-bottom:0;}
#section-62251 
{padding-top:0;}
#section-62253 img{border:4px solid #DDD;}
#section-62253 
h3{font-size:16px;color:#555;font-weight:400;}
#section-62253 
{padding-bottom:0;padding-top:0;}
#section-62254 img{border:4px solid #DDD;}
#section-62254 
h3{font-size:16px;color:#555;font-weight:400;}
#section-62254 
{padding-bottom:0;padding-top:0;}
#section-62255 img{border:4px solid #DDD;}
#section-62255 
h3{font-size:16px;color:#555;font-weight:400;}
#section-62255 
{padding-bottom:0;padding-top:0;}
#section-62256 img{border:4px solid #DDD;}
#section-62256 
h3{font-size:16px;color:#555;font-weight:400;}
#section-62256 
{padding-bottom:0;padding-top:0;}
#section-62257 img{border:4px solid #DDD;}
#section-62257 
h3{font-size:16px;color:#555;font-weight:400;}
#section-62257 
{padding-bottom:0;padding-top:0;}
#section-62258 img{border:4px solid #DDD;}
#section-62258 
h3{font-size:16px;color:#555;font-weight:400;}
#section-62258 
{padding-bottom:0;padding-top:0;}
#section-62261 img{border:4px solid #8bb3a7;}
#section-62261 
h2{margin-bottom:50px;}
#section-62261 
h3{font-size:20px;color:#555;}
#section-62262 { background-color: #32679b;}
#section-62262 h1 { color: #fFFFFF;}
#section-62262 h2 { color: #fFFFFF;}
#section-62262 h3 { color: #fFFFFF;}
#section-62262 p { color: #FFFFFF;}
#section-62262 .button, .button a { color: #32679b;}
#section-62262 .button, .button a { background-color: #FFFFFF;}
#section-62262 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62264 img{border:4px solid #DDD;}
#section-62264 
h3{font-size:16px;color:#555;font-weight:400;}
#section-62264 
{padding-bottom:0;}
#section-62265 img{border:4px solid #DDD;}
#section-62265 
h3{font-size:16px;color:#555;font-weight:400;}
#section-62265 
{padding-bottom:0;padding-top:0;}
#section-62266 img{border:4px solid #DDD;}
#section-62266 
h3{font-size:16px;color:#555;font-weight:400;}
#section-62266 
{padding-bottom:0;padding-top:0;}
#section-62267 img{border:4px solid #DDD;}
#section-62267 
h3{font-size:16px;color:#555;font-weight:400;}
#section-62267 
{padding-bottom:0;padding-top:0;}
#section-62272 { background-color: #32679b;}
#section-62272 h1 { color: #fFFFFF;}
#section-62272 h2 { color: #fFFFFF;}
#section-62272 h3 { color: #fFFFFF;}
#section-62272 p { color: #FFFFFF;}
#section-62272 .button, .button a { color: #32679b;}
#section-62272 .button, .button a { background-color: #FFFFFF;}
#section-62272 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62282 { background-color: #32679b;}
#section-62282 h1 { color: #fFFFFF;}
#section-62282 h2 { color: #fFFFFF;}
#section-62282 h3 { color: #fFFFFF;}
#section-62282 p { color: #FFFFFF;}
#section-62282 .button, .button a { color: #32679b;}
#section-62282 .button, .button a { background-color: #FFFFFF;}
#section-62282 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62291 img{border:4px solid #8bb3a7;}
#section-62291 
h2{margin-bottom:50px;}
#section-62291 
h3{font-size:20px;color:#555;}
#section-62292 { background-color: #32679b;}
#section-62292 h1 { color: #fFFFFF;}
#section-62292 h2 { color: #fFFFFF;}
#section-62292 h3 { color: #fFFFFF;}
#section-62292 p { color: #FFFFFF;}
#section-62292 .button, .button a { color: #32679b;}
#section-62292 .button, .button a { background-color: #FFFFFF;}
#section-62292 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62302 { background-color: #32679b;}
#section-62302 h1 { color: #fFFFFF;}
#section-62302 h2 { color: #fFFFFF;}
#section-62302 h3 { color: #fFFFFF;}
#section-62302 p { color: #FFFFFF;}
#section-62302 .button, .button a { color: #32679b;}
#section-62302 .button, .button a { background-color: #FFFFFF;}
#section-62302 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62311 img{border:4px solid #8bb3a7;}
#section-62311 
h2{margin-bottom:50px;}
#section-62311 
h3{font-size:20px;color:#555;}
#section-62312 { background-color: #32679b;}
#section-62312 h1 { color: #fFFFFF;}
#section-62312 h2 { color: #fFFFFF;}
#section-62312 h3 { color: #fFFFFF;}
#section-62312 p { color: #FFFFFF;}
#section-62312 .button, .button a { color: #32679b;}
#section-62312 .button, .button a { background-color: #FFFFFF;}
#section-62312 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62322 { background-color: #32679b;}
#section-62322 h1 { color: #fFFFFF;}
#section-62322 h2 { color: #fFFFFF;}
#section-62322 h3 { color: #fFFFFF;}
#section-62322 p { color: #FFFFFF;}
#section-62322 .button, .button a { color: #32679b;}
#section-62322 .button, .button a { background-color: #FFFFFF;}
#section-62322 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62332 { background-color: #32679b;}
#section-62332 h1 { color: #fFFFFF;}
#section-62332 h2 { color: #fFFFFF;}
#section-62332 h3 { color: #fFFFFF;}
#section-62332 p { color: #FFFFFF;}
#section-62332 .button, .button a { color: #32679b;}
#section-62332 .button, .button a { background-color: #FFFFFF;}
#section-62332 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62342 { background-color: #32679b;}
#section-62342 h1 { color: #fFFFFF;}
#section-62342 h2 { color: #fFFFFF;}
#section-62342 h3 { color: #fFFFFF;}
#section-62342 p { color: #FFFFFF;}
#section-62342 .button, .button a { color: #32679b;}
#section-62342 .button, .button a { background-color: #FFFFFF;}
#section-62342 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62351 img{border:4px solid #8bb3a7;}
#section-62351 
h2{margin-bottom:50px;}
#section-62351 
h3{font-size:20px;color:#555;}
#section-62351 
{padding-top:0px;}
#section-62352 { background-color: #32679b;}
#section-62352 h1 { color: #fFFFFF;}
#section-62352 h2 { color: #fFFFFF;}
#section-62352 h3 { color: #fFFFFF;}
#section-62352 p { color: #FFFFFF;}
#section-62352 .button, .button a { color: #32679b;}
#section-62352 .button, .button a { background-color: #FFFFFF;}
#section-62352 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62362 { background-color: #32679b;}
#section-62362 h1 { color: #fFFFFF;}
#section-62362 h2 { color: #fFFFFF;}
#section-62362 h3 { color: #fFFFFF;}
#section-62362 p { color: #FFFFFF;}
#section-62362 .button, .button a { color: #32679b;}
#section-62362 .button, .button a { background-color: #FFFFFF;}
#section-62362 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62372 { background-color: #32679b;}
#section-62372 h1 { color: #fFFFFF;}
#section-62372 h2 { color: #fFFFFF;}
#section-62372 h3 { color: #fFFFFF;}
#section-62372 p { color: #FFFFFF;}
#section-62372 .button, .button a { color: #32679b;}
#section-62372 .button, .button a { background-color: #FFFFFF;}
#section-62372 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62392 { background-color: #32679b;}
#section-62392 h1 { color: #fFFFFF;}
#section-62392 h2 { color: #fFFFFF;}
#section-62392 h3 { color: #fFFFFF;}
#section-62392 p { color: #FFFFFF;}
#section-62392 .button, .button a { color: #32679b;}
#section-62392 .button, .button a { background-color: #FFFFFF;}
#section-62392 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62402 { background-color: #32679b;}
#section-62402 h1 { color: #fFFFFF;}
#section-62402 h2 { color: #fFFFFF;}
#section-62402 h3 { color: #fFFFFF;}
#section-62402 p { color: #FFFFFF;}
#section-62402 .button, .button a { color: #32679b;}
#section-62402 .button, .button a { background-color: #FFFFFF;}
#section-62402 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62411 img{border:4px solid #8bb3a7;}
#section-62411 
h2{margin-bottom:50px;}
#section-62411 
h3{font-size:20px;color:#555;}
#section-62411 
{padding-top:0px;}
#section-62412 { background-color: #32679b;}
#section-62412 h1 { color: #fFFFFF;}
#section-62412 h2 { color: #fFFFFF;}
#section-62412 h3 { color: #fFFFFF;}
#section-62412 p { color: #FFFFFF;}
#section-62412 .button, .button a { color: #32679b;}
#section-62412 .button, .button a { background-color: #ffffff;}
#section-62412 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62421 img{border:4px solid #8bb3a7;}
#section-62421 
h2{margin-bottom:50px;}
#section-62421 
h3{font-size:20px;color:#555;}
#section-62422 { background-color: #32679b;}
#section-62422 h1 { color: #fFFFFF;}
#section-62422 h2 { color: #fFFFFF;}
#section-62422 h3 { color: #fFFFFF;}
#section-62422 p { color: #FFFFFF;}
#section-62422 .button, .button a { color: #32679b;}
#section-62422 .button, .button a { background-color: #FFFFFF;}
#section-62422 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62430 { background-color: #32679b;}
#section-62430 h1 { color: #FFFFFF;}
#section-62430 h2 { color: #FFFFFF;}
#section-62430 h3 { color: #FFFFFF;}
#section-62430 p { color: #FFFFFF;}
#section-62430 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62431 p{display:none;}
#section-62431 
img{margin-bottom:10px;}
#section-62434 { background-color: #055039;}
#section-62434 h1 { color: #FFFFFF;}
#section-62434 h2 { color: #FFFFFF;}
#section-62434 h3 { color: #FFFFFF;}
#section-62434 p { color: #FFFFFF;}
#section-62434 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-62437 .large-6{height:800px;border:1px solid #CCC;}
#section-63857 { background-color: #32679b;}
#section-63857 h1 { color: #FFFFFF;}
#section-63857 h2 { color: #FFFFFF;}
#section-63857 h3 { color: #FFFFFF;}
#section-63857 p { color: #FFFFFF;}
#section-63857 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63860 p { color: #444444;}
#section-63860 h2{margin-bottom:50px;}
#section-63860 
{padding-top:0px;}
#section-63860 
.large-6.medium-6.small-12.columns {border: dashed 1px #999999;background: #FFF; min-height: 600px;margin: 1%;padding: 3%;width: 31%;}
#section-63861 {padding-top:0px;padding-bottom:0px;}
#section-63862 {padding-bottom:0px;}
#section-63863 {padding-top:0px;}
#section-63864 img{border:4px solid #8bb3a7;}
#section-63864 
h2{margin-bottom:50px;}
#section-63864 
h3{font-size:20px;color:#555;}
#section-63864 
{padding-top:0px;}
#section-63865 {padding-top:px;}
#section-63866 img{border:4px solid #8bb3a7;width:80%;}
#section-63866 
h2{margin-bottom:50px;}
#section-63866 
h3{font-size:20px;color:#555;}
#section-63866 
{padding-top:0px;}
#section-formular-sponsor-werden h1 { color: #FFFFFF;}
#section-formular-sponsor-werden h2 { color: #FFFFFF;}
#section-formular-sponsor-werden h3 { color: #FFFFFF;}
#section-formular-sponsor-werden p { color: #FFFFFF;}
#section-formular-sponsor-werden { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63890 h1 { color: #FFFFFF;}
#section-63890 h2 { color: #FFFFFF;}
#section-63890 h3 { color: #FFFFFF;}
#section-63890 p { color: #FFFFFF;}
#section-63890 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63893 { background-color: #32679b;}
#section-63893 h1 { color: #FFFFFF;}
#section-63893 h2 { color: #FFFFFF;}
#section-63893 h3 { color: #FFFFFF;}
#section-63893 p { color: #FFFFFF;}
#section-63893 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63894 h1 { color: #FFFFFF;}
#section-63894 h2 { color: #FFFFFF;}
#section-63894 h3 { color: #FFFFFF;}
#section-63894 p { color: #FFFFFF;}
#section-63894 .fa, #section-63894 .fa-regular,#section-63894 .fa-solid,#section-63894 .fa-light,#section-63894 .fa-thin,#section-63894 .fa-duotone { color: #6797c1 !important;}
#section-63894 .button, .button a { color: #32679b;}
#section-63894 .button, .button a { background-color: #FFFFFF;}
#section-63894 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63895 { background-color: #32679b;}
#section-63895 h1 { color: #FFFFFF;}
#section-63895 h2 { color: #FFFFFF;}
#section-63895 h3 { color: #FFFFFF;}
#section-63895 p { color: #FFFFFF;}
#section-63895 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63897 h1 { color: #FFFFFF;}
#section-63897 h2 { color: #FFFFFF;}
#section-63897 h3 { color: #FFFFFF;}
#section-63897 p { color: #FFFFFF;}
#section-63897 .fa, #section-63897 .fa-regular,#section-63897 .fa-solid,#section-63897 .fa-light,#section-63897 .fa-thin,#section-63897 .fa-duotone { color: #6797c1 !important;}
#section-63897 .button, .button a { color: #32679b;}
#section-63897 .button, .button a { background-color: #FFFFFF;}
#section-63897 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63898 { background-color: #32679b;}
#section-63898 h1 { color: #FFFFFF;}
#section-63898 h2 { color: #FFFFFF;}
#section-63898 h3 { color: #FFFFFF;}
#section-63898 p { color: #FFFFFF;}
#section-63898 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63900 h1 { color: #FFFFFF;}
#section-63900 h2 { color: #FFFFFF;}
#section-63900 h3 { color: #FFFFFF;}
#section-63900 p { color: #FFFFFF;}
#section-63900 .fa, #section-63900 .fa-regular,#section-63900 .fa-solid,#section-63900 .fa-light,#section-63900 .fa-thin,#section-63900 .fa-duotone { color: #6797c1 !important;}
#section-63900 .button, .button a { color: #32679b;}
#section-63900 .button, .button a { background-color: #FFFFFF;}
#section-63900 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63901 { background-color: #32679b;}
#section-63901 h1 { color: #FFFFFF;}
#section-63901 h2 { color: #FFFFFF;}
#section-63901 h3 { color: #FFFFFF;}
#section-63901 p { color: #FFFFFF;}
#section-63901 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63903 h1 { color: #FFFFFF;}
#section-63903 h2 { color: #FFFFFF;}
#section-63903 h3 { color: #FFFFFF;}
#section-63903 p { color: #FFFFFF;}
#section-63903 .fa, #section-63903 .fa-regular,#section-63903 .fa-solid,#section-63903 .fa-light,#section-63903 .fa-thin,#section-63903 .fa-duotone { color: #6797c1 !important;}
#section-63903 .button, .button a { color: #32679b;}
#section-63903 .button, .button a { background-color: #FFFFFF;}
#section-63903 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-64923 img{border:4px solid #8bb3a7;}
#section-64923 
h2{margin-bottom:50px;}
#section-64923 
h3{font-size:20px;color:#555;}
#section-64924 img{border:4px solid #8bb3a7;}
#section-64924 
h2{margin-bottom:50px;}
#section-64924 
h3{font-size:20px;color:#555;}
#section-64925 img{border:4px solid #8bb3a7;}
#section-64925 
h2{margin-bottom:50px;}
#section-64925 
h3{font-size:20px;color:#555;}
#section-64926 img{border:4px solid #8bb3a7;}
#section-64926 
h2{margin-bottom:50px;}
#section-64926 
h3{font-size:20px;color:#555;}
#section-64927 img{border:4px solid #8bb3a7;}
#section-64927 
h2{margin-bottom:50px;}
#section-64927 
h3{font-size:20px;color:#555;}
#section-64927 
{padding-top:0px;}
#section-64928 img{border:4px solid #8bb3a7;}
#section-64928 
h2{margin-bottom:50px;}
#section-64928 
h3{font-size:20px;color:#555;}
#section-64929 img{border:4px solid #8bb3a7;}
#section-64929 
h2{margin-bottom:50px;}
#section-64929 
h3{font-size:20px;color:#555;}
#section-64929 
{padding-top:0px;}
#section-64930 img{border:4px solid #8bb3a7;}
#section-64930 
h2{margin-bottom:50px;}
#section-64930 
h3{font-size:20px;color:#555;}
#section-64931 img{border:4px solid #8bb3a7;}
#section-64931 
h2{margin-bottom:50px;}
#section-64931 
h3{font-size:20px;color:#555;}
#section-64931 
{padding-top:0px;}
#section-64932 img{border:4px solid #8bb3a7;}
#section-64932 
h2{margin-bottom:50px;}
#section-64932 
h3{font-size:20px;color:#555;}
#section-64933 img{border:4px solid #8bb3a7;}
#section-64933 
h2{margin-bottom:50px;}
#section-64933 
h3{font-size:20px;color:#555;}
#section-64934 img{border:4px solid #8bb3a7;}
#section-64934 
h2{margin-bottom:50px;}
#section-64934 
h3{font-size:20px;color:#555;}
#section-64935 img{border:4px solid #8bb3a7;}
#section-64935 
h2{margin-bottom:50px;}
#section-64935 
h3{font-size:20px;color:#555;}
#section-64936 img{border:4px solid #8bb3a7;}
#section-64936 
h2{margin-bottom:50px;}
#section-64936 
h3{font-size:20px;color:#555;}
#section-64937 img{border:4px solid #8bb3a7;}
#section-64937 
h2{margin-bottom:50px;}
#section-64937 
h3{font-size:20px;color:#555;}
#section-65368 h1 { color: #FFFFFF;}
#section-65368 h2 { color: #FFFFFF;}
#section-65368 h3 { color: #FFFFFF;}
#section-65368 p { color: #FFFFFF;}
#section-65368 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65549 { background-color: #32679b;}
#section-65549 h1 { color: #FFFFFF;}
#section-65549 h2 { color: #FFFFFF;}
#section-65549 h3 { color: #FFFFFF;}
#section-65549 p { color: #FFFFFF;}
#section-65549 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65553 h1 { color: #FFFFFF;}
#section-65553 h2 { color: #FFFFFF;}
#section-65553 h3 { color: #FFFFFF;}
#section-65553 p { color: #FFFFFF;}
#section-65553 .fa, #section-65553 .fa-regular,#section-65553 .fa-solid,#section-65553 .fa-light,#section-65553 .fa-thin,#section-65553 .fa-duotone { color: #6797c1 !important;}
#section-65553 .button, .button a { color: #32679b;}
#section-65553 .button, .button a { background-color: #FFFFFF;}
#section-65553 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65556 { background-color: #32679b;}
#section-65556 h1 { color: #FFFFFF;}
#section-65556 h2 { color: #FFFFFF;}
#section-65556 h3 { color: #FFFFFF;}
#section-65556 p { color: #FFFFFF;}
#section-65556 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65560 h1 { color: #FFFFFF;}
#section-65560 h2 { color: #FFFFFF;}
#section-65560 h3 { color: #FFFFFF;}
#section-65560 p { color: #FFFFFF;}
#section-65560 .fa, #section-65560 .fa-regular,#section-65560 .fa-solid,#section-65560 .fa-light,#section-65560 .fa-thin,#section-65560 .fa-duotone { color: #6797c1 !important;}
#section-65560 .button, .button a { color: #32679b;}
#section-65560 .button, .button a { background-color: #FFFFFF;}
#section-65560 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65621 { background-color: #32679b;}
#section-65621 h1 { color: #FFFFFF;}
#section-65621 h2 { color: #FFFFFF;}
#section-65621 h3 { color: #FFFFFF;}
#section-65621 p { color: #FFFFFF;}
#section-65621 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65623 h1 { color: #FFFFFF;}
#section-65623 h2 { color: #FFFFFF;}
#section-65623 h3 { color: #FFFFFF;}
#section-65623 p { color: #FFFFFF;}
#section-65623 .fa, #section-65623 .fa-regular,#section-65623 .fa-solid,#section-65623 .fa-light,#section-65623 .fa-thin,#section-65623 .fa-duotone { color: #6797c1 !important;}
#section-65623 .button, .button a { color: #32679b;}
#section-65623 .button, .button a { background-color: #FFFFFF;}
#section-65623 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65845 { background-color: #32679b;}
#section-65845 h1 { color: #FFFFFF;}
#section-65845 h2 { color: #FFFFFF;}
#section-65845 h3 { color: #FFFFFF;}
#section-65845 p { color: #FFFFFF;}
#section-65845 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65847 h1 { color: #FFFFFF;}
#section-65847 h2 { color: #FFFFFF;}
#section-65847 h3 { color: #FFFFFF;}
#section-65847 p { color: #FFFFFF;}
#section-65847 .fa, #section-65847 .fa-regular,#section-65847 .fa-solid,#section-65847 .fa-light,#section-65847 .fa-thin,#section-65847 .fa-duotone { color: #6797c1 !important;}
#section-65847 .button, .button a { color: #32679b;}
#section-65847 .button, .button a { background-color: #FFFFFF;}
#section-65847 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65850 { background-color: #32679b;}
#section-65850 h1 { color: #FFFFFF;}
#section-65850 h2 { color: #FFFFFF;}
#section-65850 h3 { color: #FFFFFF;}
#section-65850 p { color: #FFFFFF;}
#section-65850 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65852 h1 { color: #FFFFFF;}
#section-65852 h2 { color: #FFFFFF;}
#section-65852 h3 { color: #FFFFFF;}
#section-65852 p { color: #FFFFFF;}
#section-65852 .fa, #section-65852 .fa-regular,#section-65852 .fa-solid,#section-65852 .fa-light,#section-65852 .fa-thin,#section-65852 .fa-duotone { color: #6797c1 !important;}
#section-65852 .button, .button a { color: #32679b;}
#section-65852 .button, .button a { background-color: #FFFFFF;}
#section-65852 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66328 img{border:4px solid #8bb3a7;}
#section-66328 
h2{margin-bottom:50px;}
#section-66328 
h3{font-size:20px;color:#555;}
#section-66328 
{padding-top:0px;}
#section-66329 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-66329 
h1 small{font-size:20px; color:#FFF;}
#section-66329 
{padding:250px 0 250px 0;}
#section-66330 img{border:4px solid #8bb3a7;}
#section-66330 
h2{margin-bottom:50px;}
#section-66330 
h3{font-size:20px;color:#555;}
#section-66332 { background-color: #32679b;}
#section-66332 h1 { color: #fFFFFF;}
#section-66332 h2 { color: #fFFFFF;}
#section-66332 h3 { color: #fFFFFF;}
#section-66332 p { color: #FFFFFF;}
#section-66332 .button, .button a { color: #32679b;}
#section-66332 .button, .button a { background-color: #FFFFFF;}
#section-66332 { background-image: url(/sites/site0350/media/backgrounds/hd_back-blau.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66345 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-66345 
h1 small{font-size:20px; color:#FFF;}
#section-66856 h1 { color: #FFFFFF;}
#section-66856 h2 { color: #FFFFFF;}
#section-66856 h3 { color: #FFFFFF;}
#section-66856 h1{text-shadow:0 0 3px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-66856 
h1 small{font-size:20px; color:#FFF;}
#section-66856 
{padding:250px 0 250px 0;}
#section-66856 
{position:absolute;background:none;z-Index:30;top:300px;left:50%;overflow:hidden;margin-left:-250px;}
#section-66860 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-66860 
h1 small{font-size:20px; color:#FFF;}
#section-66865 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-66865 
h1 small{font-size:20px; color:#FFF;}
#section-66869 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-66869 
h1 small{font-size:20px; color:#FFF;}
#section-66873 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-66873 
h1 small{font-size:20px; color:#FFF;}
#section-66877 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-66877 
h1 small{font-size:20px; color:#FFF;}
#section-67111 {padding-bottom:0px;}
#section-67114 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-67114 
h1 small{font-size:20px; color:#FFF;}
#section-67118 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-67118 
h1 small{font-size:20px; color:#FFF;}
#section-67122 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-67122 
h1 small{font-size:20px; color:#FFF;}
#section-67304 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-67304 
h1 small{font-size:20px; color:#FFF;}
#section-67308 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-67308 
h1 small{font-size:20px; color:#FFF;}
#section-67312 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-67312 
h1 small{font-size:20px; color:#FFF;}
#section-67316 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-67316 
h1 small{font-size:20px; color:#FFF;}
#section-67320 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-67320 
h1 small{font-size:20px; color:#FFF;}
#section-67325 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-67325 
h1 small{font-size:20px; color:#FFF;}
#section-67329 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-67329 
h1 small{font-size:20px; color:#FFF;}
#section-67334 h1{text-shadow:0 0 0px #000;font-size:60px;font-weight:800;text-transform:uppercase;line-height:60px;}
#section-67334 
h1 small{font-size:20px; color:#FFF;}
#section-67554 img{width:75%;border:4px solid #8bb3a7;}
#section-67844 { background-color: #32679b;}
#section-67844 h1 { color: #FFFFFF;}
#section-67844 h2 { color: #FFFFFF;}
#section-67844 h3 { color: #FFFFFF;}
#section-67844 p { color: #FFFFFF;}
#section-67844 { background-image: url(/sites/site0350/media/backgrounds/hd_rasen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-68112 {padding-bottom:0px;}
#section-68121 .fa, #section-68121 .fa-regular,#section-68121 .fa-solid,#section-68121 .fa-light,#section-68121 .fa-thin,#section-68121 .fa-duotone { color: #DDDDDD !important;}
#section-68121 img{width:50%;height:50%;}
#section-68121 
{padding-bottom:0px;}

/* Custom Styles */

a:hover{color:#222;}
header{padding: 7px 0 7px 0;}
.top-bar .row{min-width:80%;}
.top-bar-right {text-transform:uppercase;margin-top:30px;font-weight:600;}
h5#logo{width:150px !important;height:100px !important;}

h1,h2,h3,h4,h5{font-weight:700;}

.button{font-size:16px;border-radius:10px;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-size:24px;color:#32679b;font-family:Inter;font-weight:600;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}
grau{color:#cccccc;font-weight:bold;padding:10px;}

ul,ol{margin-bottom:0;}

.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:16px;font-family: Inter;font-weight:normal; color:#444444 !important;}
.icon-list i {font-size: 0.5em;position: absolute;left: -1.4em;width: 2em;line-height: 0.35em;margin: 20px 0;}
.icon-list .fa-solid{font-size:18px;color:#444444;}

#section-52616:hover{background-size: 110%; transition: background-size 1s ease-out; -moz-transition: background-size 1s ease-out; -web-kit-transition: background-size 1s ease-out;}

#section-63860 .large-6.medium-6.small-12.columns {border: dashed 1px #999999;background: #FFF;min-height: 600px;margin: 1%; padding: 3%; width: 31%;}

/* MOBILE ANSICHTEN */

@media screen and (max-width: 899px){
/* header{position:relative;background-color:white;} */
#section-52616{background-size:cover !important;}
#section-53898 img{width:70%;padding-left:30%}
#section-63860 .large-6.medium-6.small-12.columns{width: 90%;margin: 20px 5%;padding-top: 30px;min-height: 100px;height: auto;}
}