




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

@import url('/engine/fonts/Julius-Sans-One.css');
@import url('/engine/fonts/Oswald.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: #555555;
}

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

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


h1 {
	font-size: 50px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

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

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

footer {
	background:#cd2c34;
    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:#cd2c34;
    font-size: 20px;
    font-family: 'Oswald';
}

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


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

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

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

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

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

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

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

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: 'Julius Sans One';
	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: 'Julius Sans One';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #cd2c34;
}



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

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






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

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

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

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

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

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

.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-23654 {padding-top:20px;}
#section-23655 h2{margin-bottom:50px;}
#section-23655 
h3{text-transform:lowercase;font-size:20px;}
#section-23655 
img{width:60%;}
#section-23655 
{border-top:1px solid #DDD;padding-bottom:20px;}
#section-23655 
.row{text-align:center;}
#section-23655 
p{display:none;}
#section-23657 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23658 h1 { color: #FFFFFF;}
#section-23658 h2 { color: #FFFFFF;}
#section-23658 h3 { color: #FFFFFF;}
#section-23658 p { color: #EEEEEE;}
#section-23658 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-23658 
{padding-top:0;}
#section-23663 h1 { color: #FFFFFF;}
#section-23663 h2 { color: #FFFFFF;}
#section-23663 h3 { color: #FFFFFF;}
#section-23663 p { color: #EEEEEE;}
#section-23663 {background:linear-gradient(to bottom right,#cd2e33,#840505);}
#section-23691 {background:linear-gradient(to bottom right,#FFF,#DDD);}
#section-23692 { background-image: url(/sites/site0222/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-23694 { background-color: #EEEEEE;}
#section-24023 {margin-top:20px;margin-bottom:0;padding-bottom:0;}
#section-24041 h1{font-size:40px;}
#section-24041 
p{font-size:22px;}
#section-24042 h2{font-size:50px;}
#section-24042 
p{font-size:22px;}
#section-24042 
{background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-24043 { background-color: #EEEEEE;}
#section-24043 h1 { color: #FFFFFF;}
#section-24043 h2 { color: #FFFFFF;}
#section-24043 h3 { color: #FFFFFF;}
#section-24043 p { color: #FFFFFF;}
#section-24043 { background-image: url(/sites/site0222/media/backgrounds/hd_back-geschichte60.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24043 h1{font-size:50px;text-shadow:0 0 4px #000;}
#section-24043 
{background-position:top center;}
#section-24043 
p{font-size:22px;}
#section-24043 
img{width:75%;margin-top:20%;}
#section-24044 h1{font-size:40px;}
#section-24044 
p{font-size:22px;}
#section-24044 
img{width:80%;}
#section-24045 h2{font-size:40px;}
#section-24045 
p{font-size:22px;}
#section-24045 
{background:linear-gradient(to bottom right,#EEE,#FFF);}
#section-24046 p{font-size:22px;}
#section-24046 
{border-top:1px solid #ddd;}
#section-24046 
.button{font-size:24px;}
#section-24046 
preis{background:#bb7e9d;}
#section-24047 h1 { color: #FFFFFF;}
#section-24047 h2 { color: #FFFFFF;}
#section-24047 h3 { color: #FFFFFF;}
#section-24047 p { color: #FFFFFF;}
#section-24047 { background-image: url(/sites/site0222/media/slider/hd_slider-010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24047 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-24047 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-24047 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-24047 
{background-position:0 -250px;}
#section-24048 img{width:100%;}
#section-24048 
h3{text-transform:uppercase;font-size:20px;}
#section-24048 
.large-4{text-align:center;}
#section-24048 
.button{font-size:14px;}
#section-24048 
.row{padding-top:70px;}
#section-24063 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24072 h1 { color: #FFFFFF;}
#section-24072 h2 { color: #FFFFFF;}
#section-24072 h3 { color: #FFFFFF;}
#section-24072 { background-image: url(/sites/site0222/media/backgrounds/hd_back-restaurant-beschnitten.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24072 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-24072 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-24072 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-24072 
{background-position:top center;}
#section-24072 
.large-12:first-child{background-color:rgba(170,170,170,0.6);padding:10px;margin: 0;}
#section-24074 {border-bottom:5px solid white;}
#section-24075 { background-color: #444444;}
#section-24075 { background-image: url(/sites/site0222/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24076 {border-bottom:5px solid white;}
#section-24080 { background-color: #EEEEEE;}
#section-24080 h1 { color: #FFFFFF;}
#section-24080 h2 { color: #FFFFFF;}
#section-24080 h3 { color: #FFFFFF;}
#section-24080 p { color: #FFFFFF;}
#section-24080 { background-image: url(/sites/site0222/media/backgrounds/hd_back-geschichte60.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24080 h1{font-size:50px;text-shadow:0 0 4px #000;}
#section-24080 
{background-position:top center;}
#section-24080 
p{font-size:22px;}
#section-24080 
img{width:75%;margin-top:20%;}
#section-24099 {padding-top:0;}
#section-24104 h1 { color: #FFFFFF;}
#section-24104 h2 { color: #FFFFFF;}
#section-24104 h3 { color: #FFFFFF;}
#section-24104 p { color: #FFFFFF;}
#section-24104 { background-image: url(/sites/site0222/media/produkte/hd_gemuesesalat-bild.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24104 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-24104 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-24104 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-24104 
{background-position:0 -300px;}
#section-24105 p{font-size:22px;}
#section-24105 
{border-top:1px solid #ddd;}
#section-24105 
.button{font-size:24px;}
#section-24105 
preis{background:#a2bf4b;}
#section-24106 {padding-top:0;}
#section-24108 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24109 h1 { color: #FFFFFF;}
#section-24109 h2 { color: #FFFFFF;}
#section-24109 h3 { color: #FFFFFF;}
#section-24109 p { color: #FFFFFF;}
#section-24109 { background-image: url(/sites/site0222/media/produkte/hd_eisalat-bild.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24109 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-24109 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-24109 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-24109 
{background-position:0 -240px;}
#section-24110 p{font-size:22px;}
#section-24110 
{border-top:1px solid #ddd;}
#section-24110 
.button{font-size:24px;}
#section-24110 
preis{background:#fdd130;}
#section-24111 {padding-top:0;}
#section-24113 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24114 h1 { color: #FFFFFF;}
#section-24114 h2 { color: #FFFFFF;}
#section-24114 h3 { color: #FFFFFF;}
#section-24114 p { color: #FFFFFF;}
#section-24114 { background-image: url(/sites/site0222/media/produkte/hd_saucetartare-bild.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24114 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-24114 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-24114 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-24114 
{background-position:0 -330px;}
#section-24115 p{font-size:22px;}
#section-24115 
{border-top:1px solid #ddd;}
#section-24115 
.button{font-size:24px;}
#section-24115 
preis{background:#aba255;}
#section-24116 {padding-top:0;}
#section-24118 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24119 h1 { color: #FFFFFF;}
#section-24119 h2 { color: #FFFFFF;}
#section-24119 h3 { color: #FFFFFF;}
#section-24119 p { color: #FFFFFF;}
#section-24119 { background-image: url(/sites/site0222/media/produkte/hd_cocktailsauce-bild.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24119 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-24119 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-24119 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-24119 
{background-position:0 -400px;}
#section-24120 p{font-size:22px;}
#section-24120 
{border-top:1px solid #ddd;}
#section-24120 
.button{font-size:24px;}
#section-24120 
preis{background:#f19183;}
#section-24121 {padding-top:0;}
#section-24123 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24124 h1 { color: #FFFFFF;}
#section-24124 h2 { color: #FFFFFF;}
#section-24124 h3 { color: #FFFFFF;}
#section-24124 p { color: #FFFFFF;}
#section-24124 { background-image: url(/sites/site0222/media/produkte/hd_farmersalat-bild.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24124 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-24124 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-24124 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-24124 
{background-position:0 -350px;}
#section-24125 p{font-size:22px;}
#section-24125 
{border-top:1px solid #ddd;}
#section-24125 
.button{font-size:24px;}
#section-24125 
preis{background:#f2922b;}
#section-24126 {padding-top:0;}
#section-24128 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24129 h1 { color: #FFFFFF;}
#section-24129 h2 { color: #FFFFFF;}
#section-24129 h3 { color: #FFFFFF;}
#section-24129 p { color: #FFFFFF;}
#section-24129 { background-image: url(/sites/site0222/media/produkte/hd_heringssalat-dille-bild.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24129 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-24129 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-24129 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-24129 
{background-position:0 -400px;}
#section-24130 p{font-size:22px;}
#section-24130 
{border-top:1px solid #ddd;}
#section-24130 
.button{font-size:24px;}
#section-24130 
preis{background:#7e94a2;}
#section-24131 {padding-top:0;}
#section-24133 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24134 h1 { color: #FFFFFF;}
#section-24134 h2 { color: #FFFFFF;}
#section-24134 h3 { color: #FFFFFF;}
#section-24134 p { color: #FFFFFF;}
#section-24134 { background-image: url(/sites/site0222/media/produkte/hd_heringssalat-preiselb-bild.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24134 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-24134 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-24134 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-24134 
{background-position:0 -400px;}
#section-24135 p{font-size:22px;}
#section-24135 
{border-top:1px solid #ddd;}
#section-24135 
.button{font-size:24px;}
#section-24135 
preis{background:#7d93a1;}
#section-24136 {padding-top:0;}
#section-24138 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24139 h1 { color: #FFFFFF;}
#section-24139 h2 { color: #FFFFFF;}
#section-24139 h3 { color: #FFFFFF;}
#section-24139 p { color: #FFFFFF;}
#section-24139 { background-image: url(/sites/site0222/media/produkte/hd_schwarzwurzel-bild.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24139 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-24139 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-24139 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-24139 
{background-position:0 -200px;}
#section-24140 p{font-size:22px;}
#section-24140 
{border-top:1px solid #ddd;}
#section-24140 
.button{font-size:24px;}
#section-24140 
preis{background:#d4bd60;}
#section-24141 {padding-top:0;}
#section-24143 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24144 h1 { color: #FFFFFF;}
#section-24144 h2 { color: #FFFFFF;}
#section-24144 h3 { color: #FFFFFF;}
#section-24144 p { color: #FFFFFF;}
#section-24144 { background-image: url(/sites/site0222/media/produkte/hd_schinkenrollen-bild.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24144 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-24144 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-24144 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-24144 
{background-position:0 -350px;}
#section-24145 p{font-size:22px;}
#section-24145 
{border-top:1px solid #ddd;}
#section-24145 
.button{font-size:24px;}
#section-24145 
preis{background:#43464f;}
#section-24148 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24161 h1 { color: #FFFFFF;}
#section-24161 h2 { color: #FFFFFF;}
#section-24161 h3 { color: #FFFFFF;}
#section-24161 p { color: #FFFFFF;}
#section-24161 { background-image: url(/sites/site0222/media/slider/hd_slider-010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-24161 {padding-top:150px;padding-bottom:120px;display:none;}
#section-24161 
h2{font-size:40px;text-shadow: 0 0 5px #000;}
#section-24161 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-24161 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-25169 {border-top:1px solid #ddd;}
#section-26221 { background-color: #EEEEEE;}
#section-28138 h1 { color: #539eaf;}
#section-28138 h2 { color: #539eaf;}
#section-28138 h3 { color: #539eaf;}
#section-28138 h2{font-size:30px;margin-top:0;}
#section-28138 
{padding-top: 0px;}
#section-28138 
{background:none;}
#section-29419 h1 { color: #FFFFFF;}
#section-29419 h2 { color: #FFFFFF;}
#section-29419 h3 { color: #FFFFFF;}
#section-29419 p { color: #FFFFFF;}
#section-29419 { background-image: url(/sites/site0222/media/produkte/hd_neu_vegane_mayonnaise.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-29419 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-29419 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-29419 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-29419 
{background-position:0 -250px;}
#section-29420 p{font-size:22px;}
#section-29420 
{border-top:1px solid #ddd;}
#section-29420 
.button{font-size:24px;}
#section-29420 
preis{background:#bb7e9d;}
#section-29421 {padding-top:0;}
#section-29423 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-29424 h1 { color: #FFFFFF;}
#section-29424 h2 { color: #FFFFFF;}
#section-29424 h3 { color: #FFFFFF;}
#section-29424 p { color: #FFFFFF;}
#section-29424 { background-image: url(/sites/site0222/media/produkte/hd_neu_chilli-mayonnaise.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-29424 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-29424 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-29424 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-29424 
{background-position:0 -250px;}
#section-29425 p{font-size:22px;}
#section-29425 
{border-top:1px solid #ddd;}
#section-29425 
.button{font-size:24px;}
#section-29425 
preis{background:#bb7e9d;}
#section-29426 {padding-top:0;}
#section-29428 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-32913 h1 { color: #FFFFFF;}
#section-32913 h2 { color: #FFFFFF;}
#section-32913 h3 { color: #FFFFFF;}
#section-32913 p { color: #FFFFFF;}
#section-32913 { background-image: url(/sites/site0222/media/produkte/hd_neu_trueffel-mayonnaise.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-32913 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-32913 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-32913 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-32913 
{background-position:0 -300px;}
#section-32914 p{font-size:22px;}
#section-32914 
{border-top:1px solid #ddd;}
#section-32914 
.button{font-size:24px;}
#section-32914 
preis{background:#a2bf4b;}
#section-32915 {padding-top:0;}
#section-32917 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-32918 h1 { color: #FFFFFF;}
#section-32918 h2 { color: #FFFFFF;}
#section-32918 h3 { color: #FFFFFF;}
#section-32918 p { color: #FFFFFF;}
#section-32918 { background-image: url(/sites/site0222/media/produkte/hd_neu_trueffel-eisalat.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-32918 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-32918 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-32918 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-32918 
{background-position:0 -300px;}
#section-32919 p{font-size:22px;}
#section-32919 
{border-top:1px solid #ddd;}
#section-32919 
.button{font-size:24px;}
#section-32919 
preis{background:#a2bf4b;}
#section-32920 {padding-top:0;}
#section-32921 {padding-top:0px;}
#section-32922 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-32926 { background-color: #EEEEEE;}
#section-32926 {padding-top:20px;}
#section-32929 { background-color: #EEEEEE;}
#section-33168 h1 { color: #FFFFFF;}
#section-33168 h2 { color: #FFFFFF;}
#section-33168 h3 { color: #FFFFFF;}
#section-33168 p { color: #FFFFFF;}
#section-33168 { background-image: url(/sites/site0222/media/produkte/hd_schinkenrollen-bild.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-33168 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-33168 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-33168 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-33168 
{background-position:0 -350px;}
#section-33169 p{font-size:22px;}
#section-33169 
{border-top:1px solid #ddd;}
#section-33169 
.button{font-size:24px;}
#section-33169 
preis{background:#43464f;}
#section-33170 {padding-top:0;}
#section-33172 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-35408 h1 { color: #FFFFFF;}
#section-35408 h2 { color: #FFFFFF;}
#section-35408 h3 { color: #FFFFFF;}
#section-35408 p { color: #FFFFFF;}
#section-35408 { background-image: url(/sites/site0222/media/allgemein/hd_20210629_125045.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-35408 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-35408 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-35408 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-35408 
{background-position:0 -300px;}
#section-35409 p{font-size:22px;}
#section-35409 
{border-top:1px solid #ddd;}
#section-35409 
.button{font-size:24px;}
#section-35409 
preis{background:#a2bf4b;}
#section-35439 h1 { color: #539eaf;}
#section-35439 h2 { color: #539eaf;}
#section-35439 h3 { color: #539eaf;}
#section-35439 /*h2{font-size:30px;margin-top:0;}
#section-35439 
p{font-size:12px;}*/
#section-35439 
{padding-top: 0px;}
#section-35439 
{background:none;}
#section-42329 h1 { color: #FFFFFF;}
#section-42329 h2 { color: #FFFFFF;}
#section-42329 h3 { color: #FFFFFF;}
#section-42329 p { color: #EEEEEE;}
#section-42329 {background:linear-gradient(to bottom right,#cd2e33,#840505);}
#section-42330 img{width:75%;}
#section-42330 
h3{text-transform:uppercase;font-size:20px;}
#section-42330 
.large-4{text-align:center;}
#section-42330 
.button{font-size:14px;}
#section-42330 
.row{padding-top:70px;}
#section-42330 
{padding-bottom:0px;}
#section-42332 img{width:75%;}
#section-42332 
h3{text-transform:uppercase;font-size:20px;}
#section-42332 
.large-4{text-align:center;}
#section-42332 
.button{font-size:14px;}
#section-42332 
{padding-top:40px;}
#section-42332 
{padding-bottom:0px;}
#section-42333 img{width:75%;}
#section-42333 
h3{text-transform:uppercase;font-size:20px;}
#section-42333 
.large-4{text-align:center;}
#section-42333 
.button{font-size:14px;}
#section-42333 
{padding-top:40px;}
#section-42333 
{padding-bottom:0px;}
#section-47852 h1 { color: #FFFFFF;}
#section-47852 h2 { color: #FFFFFF;}
#section-47852 h3 { color: #FFFFFF;}
#section-47852 p { color: #FFFFFF;}
#section-47852 { background-image: url(/sites/site0222/media/allgemein/hd_20210629_125045.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-47852 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-47852 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-47852 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-47852 
{background-position:0 -300px;}
#section-47853 img{width:100%;}
#section-47853 
h3{text-transform:uppercase;font-size:20px;}
#section-47853 
.large-4{text-align:center;}
#section-47853 
.button{font-size:14px;}
#section-47853 
.row{padding-top:70px;}
#section-48629 h1 { color: #FFFFFF;}
#section-48629 h2 { color: #FFFFFF;}
#section-48629 h3 { color: #FFFFFF;}
#section-48629 p { color: #FFFFFF;}
#section-48629 { background-image: url(/sites/site0222/media/slider/hd_slider-010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-48629 {padding-top:270px;padding-bottom:230px;}
#section-48629 
h2{font-size:70px;text-shadow: 0 0 5px #000;}
#section-48629 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-48629 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-48630 img{width:75%;}
#section-48630 
h3{text-transform:uppercase;font-size:20px;}
#section-48630 
.large-4{text-align:center;}
#section-48630 
.button{font-size:14px;}
#section-48630 
{padding-top:40px;}
#section-60379 { background-color: #EEEEEE;}
#section-60379 {padding-top:0px;}
#section-65520 h1 { color: #FFFFFF;}
#section-65520 h2 { color: #FFFFFF;}
#section-65520 h3 { color: #FFFFFF;}
#section-65520 p { color: #FFFFFF;}
#section-65520 { background-image: url(/sites/site0222/media/produkte/hd_michis_senfsauce.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65520 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-65520 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-65520 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-65520 
{background-position:0 -300px;}
#section-65521 p{font-size:22px;}
#section-65521 
{border-top:1px solid #ddd;}
#section-65521 
.button{font-size:24px;}
#section-65521 
preis{background:#a2bf4b;}
#section-65522 {padding-top:0;}
#section-65524 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65525 h1 { color: #FFFFFF;}
#section-65525 h2 { color: #FFFFFF;}
#section-65525 h3 { color: #FFFFFF;}
#section-65525 p { color: #FFFFFF;}
#section-65525 { background-image: url(/sites/site0222/media/produkte/hd_mayonnaise_andalouse.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65525 h1{font-size:70px;text-shadow: 0 0 5px #000;}
#section-65525 
p{font-size:22px;text-shadow: 0 0 3px #000;}
#section-65525 
span{background-color:rgba(0,0,0,0.4);padding:5px;}
#section-65525 
{background-position:0 -400px;}
#section-65526 p{font-size:22px;}
#section-65526 
{border-top:1px solid #ddd;}
#section-65526 
.button{font-size:24px;}
#section-65526 
preis{background:#a2bf4b;}
#section-65527 {padding-top:0;}
#section-65528 {padding-top:0px;}
#section-65529 { background-image: url(/sites/site0222/media/backgrounds/hd_cutlery2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66389 {padding-top:0px;}

/* Custom Styles */

h5#logo-center{height:110px !important;}
.button{font-size:18px;border-radius:8px;}
.top-bar-right{text-transform:uppercase;margin-top:25px;}
.top-bar-right a:hover{text-shadow:0 0 2px #FFF;}

footer p{font-size:14px;}
footer a:link{font-size:14px;}
subhead{font-size:24px;color:#333;}
preis{font-size:24px;background:green;color:white;font-weight:normal;padding:10px;margin-right:10px;}
preis a:link{text-decoration:none;color:white;}
preis a:visited{text-decoration:none;color:white;}
rot{background:red;color:white;font-weight:bold;font-size:16px;padding:5px;}

gelb{font-size:18px;text-shadow: 0 0 5px #000;color:#FFCC33}

.project_button{padding:16px;border-radius:8px;background:#cd2c34;color:white;margin-right:10px;}
.project_button:hover{color:#FFF;}

bizkit_popup{padding-top:0;}

.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.35em;margin: 10px 0;}
.icon-list .fa-solid{font-size:24px;color:#000000;}


/* MOBILE ANSICHTEN */
#section-14902{display:none;}
@media screen and (max-width: 899px){
h5#logo-center{height:90px !important;}
#section-15034{display:block;} /* Öffnungszeiten Startseite mobil */
#section-23651{display:none;} /* Slider Startseite desktop */
#section-24161{display:block;} /* Slider Startseite mobil */
#section-24023{display:none;} /* Kochmuetze Startseite */
#section-23657{background-image:none;background-color:#eee;} /* Löffel Background */
#section-24063{background-image:none;background-color:#eee;} /* Löffel Background produkt */
#section-24108{background-image:none;background-color:#eee;} /* Löffel Background produkt */
#section-24113{background-image:none;background-color:#eee;} /* Löffel Background produkt */
#section-24118{background-image:none;background-color:#eee;} /* Löffel Background produkt */
#section-24123{background-image:none;background-color:#eee;} /* Löffel Background produkt */
#section-24128{background-image:none;background-color:#eee;} /* Löffel Background produkt */
#section-24133{background-image:none;background-color:#eee;} /* Löffel Background produkt */
#section-24138{background-image:none;background-color:#eee;} /* Löffel Background produkt */
#section-24143{background-image:none;background-color:#eee;} /* Löffel Background produkt */
#section-24148{background-image:none;background-color:#eee;} /* Löffel Background produkt */
#section-24043 h1{font-size:40px;} /* h1 über uns */
#section-24043 img{display:none;} /* h1 über uns */
#section-24072 h1{font-size:40px;background-position:top center;} /* h1 über uns */
#section-24073 img{display:none;} /* schneebesen */
#section-24047{background-position: top center;} /* produkte headerbild */
#section-24047 h1{font-size:40px;} /* produkte headerbild */
#section-24104{background-position: top center;} /* produkte headerbild */
#section-24104 h1{font-size:40px;} /* produkte headerbild */
#section-24109{background-position: top center;} /* produkte headerbild */
#section-24109 h1{font-size:40px;} /* produkte headerbild */
#section-24114{background-position: top center;} /* produkte headerbild */
#section-24114 h1{font-size:40px;} /* produkte headerbild */
#section-24119{background-position: top center;} /* produkte headerbild */
#section-24119 h1{font-size:40px;} /* produkte headerbild */
#section-24124{background-position: top center;} /* produkte headerbild */
#section-24124 h1{font-size:40px;} /* produkte headerbild */
#section-24139{background-position: top center;} /* produkte headerbild */
#section-24139 h1{font-size:40px;} /* produkte headerbild */
#section-24129{background-position: top center;} /* produkte headerbild */
#section-24129 h1{font-size:40px;} /* produkte headerbild */
#section-24134{background-position: top center;} /* produkte headerbild */
#section-24134 h1{font-size:40px;} /* produkte headerbild */
#section-24144{background-position: top center;} /* produkte headerbild */
#section-24144 h1{font-size:40px;} /* produkte headerbild */
#section-32918{background-position: top center;} /* produkte headerbild */
#section-32918 h1{font-size:40px;} /* produkte headerbild */
#section-65520{background-position: top center;} /* produkte headerbild */
#section-65520 h1{font-size:40px;} /* produkte headerbild */
#section-65525{background-position: top center;} /* produkte headerbild */
#section-65525 h1{font-size:40px;} /* produkte headerbild */
#section-32913{background-position: top center;} /* produkte headerbild */
#section-32913 h1{font-size:40px;} /* produkte headerbild */
#section-29424{background-position: top center;} /* produkte headerbild */
#section-29424 h1{font-size:40px;} /* produkte headerbild */
#section-29419{background-position: top center;} /* produkte headerbild */
#section-29419 h1{font-size:40px;} /* produkte headerbild */
#section-33168{background-position: top center;} /* produkte headerbild */
#section-33168 h1{font-size:40px;} /* produkte headerbild */
}