




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

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

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

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


h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

header, .sticky {
	background:#FFFFFF;
}


.title-bar {
  background:#FFFFFF;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }
  
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px; 
  background: #FFFFFF;
  padding: 5px;
  }
.menu-icon:hover {
  background: #FFFFFF;
  }  
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #888888;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #888888, 0 14px 0 #888888; }
    
.menu-icon:hover::after {
    background: #fd0c7f;
    box-shadow: 0 7px 0 #fd0c7f, 0 14px 0 #fd0c7f; } 
 
.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: #888888 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:#888888 transparent transparent;
}

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

footer {
	background:#fd0c7f;
    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:#888888;
    font-size: 15px;
    font-family: 'Inter';
}

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


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

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

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

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

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

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

.no-touch .cd-top:hover {
	background-color:#FFFFFF;
}
	
section .button, section button {
	background:#fd0c7f;
	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: 'Inter';
	font-style: normal;
}

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

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

	
p, 
footer .sitemap ul li a,
.row_team a {
	font-family: 'Inter';
	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: #fd0c7f;
}



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

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






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

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

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

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

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

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

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

.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: Inter;
    color: #666666;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Inter;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Inter;
	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: Inter;
	 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-45961 h1 { color: #FFFFFF;}
#section-45961 h2 { color: #FFFFFF;}
#section-45961 h3 { color: #FFFFFF;}
#section-45961 p { color: #EEEEEE;}
#section-45961 { background-image: url(/sites/site0285/media/slider/hd_start-ohne-logo-cutted.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45961 {margin-top:0;background-position:top center;padding-top:700px;padding-bottom:200px;}
#section-45961 
.scrolldown { opacity: 1; width: 60px; position: absolute; top: 66vh; left: 48vw; -webkit-animation: 0.5s linear 0s infinite alternate move_eye; animation: 0.5s linear 0s infinite alternate move_eye; }
#section-45961 
@-webkit-keyframes move_eye { from { top: 86vh; } to { top: 87vh; }  }
#section-45961 
@keyframes move_eye { from { top: 86vh; } to { top: 87vh; }  }
#section-45961 
.button{font-size:22px;font-weight:400;}
#section-45966 { background-color: #DDDDDD;}
#section-45966 .fa, #section-45966 .fa-regular,#section-45966 .fa-solid,#section-45966 .fa-light,#section-45966 .fa-thin,#section-45966 .fa-duotone { color: #666666 !important;}
#section-45966 h2{margin-bottom:40px;}
#section-formular-allgemein h1 { color: #333333;}
#section-formular-allgemein h2 { color: #333333;}
#section-formular-allgemein h3 { color: #333333;}
#section-formular-allgemein p { color: #333333;}
#section-formular-allgemein { background-image: url(/sites/site0285/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45974 { background-color: #EEEEEE;}
#section-45974 p { color: #444444;}
#section-45974 { background-image: url(/sites/site0285/media/backgrounds/hd_back-gastro.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45974 h3{font-size:32px;}
#section-45975 {padding-top:0;}
#section-45979 { background-color: #EEEEEE;}
#section-45979 h2{margin-bottom:50px;}
#section-45979 
.fa-xmark{color:red;}
#section-45979 
.fa-check{color:green;}
#section-45982 h1 { color: #FFFFFF;}
#section-45982 h2 { color: #FFFFFF;}
#section-45982 h3 { color: #FFFFFF;}
#section-45982 p { color: #EEEEEE;}
#section-45983 { background-color: #EEEEEE;}
#section-45983 h1{font-size:30px;}
#section-45983 
h2{font-size:30px;}
#section-45983 
.row{margin-bottom:60px;}
#section-45984 { background-color: #EEEEEE;}
#section-45984 h1{margin-bottom:20px;}
#section-45984 
bloghead{font-weight:bold;}
#section-45985 h1 { color: #FFFFFF;}
#section-45985 h2 { color: #FFFFFF;}
#section-45985 h3 { color: #FFFFFF;}
#section-45985 p { color: #EEEEEE;}
#section-45985 {background:linear-gradient(to bottom right,#333,#666);}
#section-45986 h2{margin-bottom:50px;}
#section-45987 { background-color: #EEEEEE;}
#section-45987 h1{margin-bottom:20px;}
#section-45987 
bloghead{font-weight:bold;}
#section-45988 h1 { color: #FFFFFF;}
#section-45988 h2 { color: #FFFFFF;}
#section-45988 h3 { color: #FFFFFF;}
#section-45988 p { color: #EEEEEE;}
#section-45988 {background:linear-gradient(to bottom right,#333,#666);}
#section-45989 h2{margin-bottom:50px;}
#section-45990 { background-color: #EEEEEE;}
#section-45990 h1{margin-bottom:20px;}
#section-45990 
bloghead{font-weight:bold;}
#section-45991 h1 { color: #FFFFFF;}
#section-45991 h2 { color: #FFFFFF;}
#section-45991 h3 { color: #FFFFFF;}
#section-45991 p { color: #EEEEEE;}
#section-45991 {background:linear-gradient(to bottom right,#333,#666);}
#section-45992 h2{margin-bottom:50px;}
#section-45993 { background-color: #EEEEEE;}
#section-45993 h1{margin-bottom:20px;}
#section-45993 
bloghead{font-weight:bold;}
#section-45994 h1 { color: #FFFFFF;}
#section-45994 h2 { color: #FFFFFF;}
#section-45994 h3 { color: #FFFFFF;}
#section-45994 p { color: #EEEEEE;}
#section-45994 {background:linear-gradient(to bottom right,#333,#666);}
#section-45995 h2{margin-bottom:50px;}
#section-45996 { background-color: #EEEEEE;}
#section-45996 h1{margin-bottom:20px;}
#section-45996 
bloghead{font-weight:bold;}
#section-45997 h1 { color: #FFFFFF;}
#section-45997 h2 { color: #FFFFFF;}
#section-45997 h3 { color: #FFFFFF;}
#section-45997 p { color: #EEEEEE;}
#section-45997 {background:linear-gradient(to bottom right,#333,#666);}
#section-45998 h2{margin-bottom:50px;}
#section-45999 { background-color: #EEEEEE;}
#section-45999 h1{margin-bottom:20px;}
#section-45999 
bloghead{font-weight:bold;}
#section-46000 h1 { color: #FFFFFF;}
#section-46000 h2 { color: #FFFFFF;}
#section-46000 h3 { color: #FFFFFF;}
#section-46000 p { color: #EEEEEE;}
#section-46000 {background:linear-gradient(to bottom right,#333,#666);}
#section-46001 h2{margin-bottom:50px;}
#section-46002 h1 { color: #FFFFFF;}
#section-46002 h2 { color: #FFFFFF;}
#section-46002 h3 { color: #FFFFFF;}
#section-46002 p { color: #FFFFFF;}
#section-46002 .fa, #section-46002 .fa-regular,#section-46002 .fa-solid,#section-46002 .fa-light,#section-46002 .fa-thin,#section-46002 .fa-duotone { color: #FFFFFF !important;}
#section-46002 {background:linear-gradient(to bottom right,#67acd3,#9fbfe2);}
#section-46002 
h4{color:white;}
#section-46002 
.fa-facebook{color:white;}
#section-46003 h1 { color: #FFFFFF;}
#section-46003 h2 { color: #FFFFFF;}
#section-46003 h3 { color: #FFFFFF;}
#section-46003 p { color: #EEEEEE;}
#section-46005 { background-color: #EEEEEE;}
#section-46189 { background-color: #444444;}
#section-46189 h1 { color: #FFFFFF;}
#section-46189 h2 { color: #FFFFFF;}
#section-46189 h3 { color: #FFFFFF;}
#section-46189 p { color: #EEEEEE;}
#section-46189 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-ueber-uns-kurz { background-color: #444444;}
#section-ueber-uns-kurz h1 { color: #FFFFFF;}
#section-ueber-uns-kurz h2 { color: #FFFFFF;}
#section-ueber-uns-kurz h3 { color: #FFFFFF;}
#section-ueber-uns-kurz p { color: #EEEEEE;}
#section-ueber-uns-kurz img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-46191 .fa, #section-46191 .fa-regular,#section-46191 .fa-solid,#section-46191 .fa-light,#section-46191 .fa-thin,#section-46191 .fa-duotone { color: #BBBBBB !important;}
#section-46191 h1{margin-bottom:50px;}
#section-46191 
h3{font-size:20px;}
#section-46192 { background-color: #EEEEEE;}
#section-46192 p { color: #444444;}
#section-46192 { background-image: url(/sites/site0285/media/backgrounds/hd_back-handel.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-46192 h3{font-size:32px;}
#section-46193 h1{margin-bottom:50px;}
#section-46194 {padding-top:0;}
#section-46195 { background-color: #EEEEEE;}
#section-46195 h2{margin-bottom:50px;}
#section-46195 
.fa-xmark{color:red;}
#section-46195 
.fa-check{color:green;}
#section-46197 { background-color: #444444;}
#section-46197 h1 { color: #FFFFFF;}
#section-46197 h2 { color: #FFFFFF;}
#section-46197 h3 { color: #FFFFFF;}
#section-46197 p { color: #EEEEEE;}
#section-46197 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-46199 h1 { color: #FFFFFF;}
#section-46199 h2 { color: #FFFFFF;}
#section-46199 h3 { color: #FFFFFF;}
#section-46199 p { color: #EEEEEE;}
#section-46200 { background-image: url(/sites/site0285/media/backgrounds/hd_back-ueber-uns.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-46200 {padding-top:410px;padding-bottom:190px;background-position:top center;}
#section-46200 
h1{font-size:70px;color:white;}
#section-46200 
.scrolldown { opacity: 1; width: 60px; position: absolute; top: 52vh; left: 48vw; -webkit-animation: 0.5s linear 0s infinite alternate move_eye; animation: 0.5s linear 0s infinite alternate move_eye; }
#section-46200 
@-webkit-keyframes move_eye { from { top: 86vh; } to { top: 87vh; }  }
#section-46200 
@keyframes move_eye { from { top: 86vh; } to { top: 87vh; }  }
#section-46202 img{border-radius:50%;border:8px solid #CCC;width:60%;}
#section-46202 
{padding-top:0;}
#section-46205 img{border-radius:50%;border: 8px solid #67acd3;}
#section-46214 { background-image: url(/sites/site0285/media/slider/hd_start-mobile.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-46214 {background-position:top center;padding-top:300px;}
#section-46214 
.scrolldown { opacity: 1; width: 60px; position: absolute; top: 46vh; left: 48vw; -webkit-animation: 0.5s linear 0s infinite alternate move_eye; animation: 0.5s linear 0s infinite alternate move_eye; }
#section-46214 
@-webkit-keyframes move_eye { from { top: 86vh; } to { top: 87vh; }  }
#section-46214 
@keyframes move_eye { from { top: 86vh; } to { top: 87vh; }  }
#section-46214 
.button{font-size:22px;font-weight:400;}
#section-46217 h1 { color: #FFFFFF;}
#section-46217 h2 { color: #FFFFFF;}
#section-46217 h3 { color: #FFFFFF;}
#section-46217 { background-image: url(/sites/site0285/media/allgemein/hd_oliver-alex-quadratisch.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-46217 {padding-top:300px;}
#section-46324 h1 { color: #FFFFFF;}
#section-46324 h2 { color: #FFFFFF;}
#section-46324 h3 { color: #FFFFFF;}
#section-46324 { background-image: url(/sites/site0285/media/allgemein/hd_oliver-alex-quadratisch.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-46324 {padding-top:300px;}
#section-46325 { background-image: url(/sites/site0285/media/backgrounds/hd_back-ueber-uns.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-46325 {padding-top:300px;padding-bottom:300px;background-position:top center;}
#section-46325 
h1{font-size:70px;color:white;}
#section-46325 
.scrolldown { opacity: 1; width: 60px; position: absolute; top: 66vh; left: 48vw; -webkit-animation: 0.5s linear 0s infinite alternate move_eye; animation: 0.5s linear 0s infinite alternate move_eye; }
#section-46325 
@-webkit-keyframes move_eye { from { top: 86vh; } to { top: 87vh; }  }
#section-46325 
@keyframes move_eye { from { top: 86vh; } to { top: 87vh; }  }
#section-46327 img{border-radius:50%;border:8px solid #67acd3;width:60%;}
#section-46327 
{padding-top:0;}
#section-46330 { background-image: url(/sites/site0285/media/backgrounds/hd_back-kueche-mieten.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-46330 {padding-top:300px;padding-bottom:300px;background-position:top center;}
#section-46330 
h1{font-size:70px;color:white;}
#section-46330 
.scrolldown { opacity: 1; width: 60px; position: absolute; top: 66vh; left: 48vw; -webkit-animation: 0.5s linear 0s infinite alternate move_eye; animation: 0.5s linear 0s infinite alternate move_eye; }
#section-46330 
@-webkit-keyframes move_eye { from { top: 86vh; } to { top: 87vh; }  }
#section-46330 
@keyframes move_eye { from { top: 86vh; } to { top: 87vh; }  }
#section-46332 {padding-top:0;}
#section-46332 
h2{margin-bottom:50px;}
#section-49775 {height:0;}

/* Custom Styles */

body a:hover{color:black;}
header{padding:20px 0 20px 0;}
.button{font-size:16px;border-radius:5px;border:1px solid rgba(255,255,255,0.45);box-shadow: 0 0 4px rgba(255,255,255,0.8);}

.button:hover{box-shadow: 0 0 4px rgba(255,255,255,0.8);}

footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-size:24px;color:#fd0c7f;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}

.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;}
.icon-list .fa-thin{font-size:20px;color:#B1C677;}



/* MOBILE ANSICHTEN */
#section-14902{display:none;}
@media screen and (max-width: 899px){
header{position:relative;background-color:white;}
#section-45974{background-image:none;}
#section-46192{background-image:none;}
}