.webmodus-kundenmeinungen-slider *{
color:#fff !important;
}

.btn-toolbar {
  width: 100%;
  gap: 10px;
  padding-top: 20px;
}
.webmodus-kundenmeinungen-slider{
padding: 5rem 0px;
}
.aktuellbild{
  z-index: 1;
  position: relative;
}
.jt-title{
font-size: 24px !important;
line-height: 1.4 !important;
text-align:center;
}

.webmodus-kundenmeinungen-slider .jt-introtext{
color: rgba(255,255,255,.7) !important;
font-weight:700;
text-align:center;
padding: 20px 10rem 0px 10rem;
}

.webmodus-bearbeiten-disable .icons > .float-end{
display:none !important;
}

@media only screen and (max-width : 480px) {
.webmodus-kundenmeinungen-slider .jt-introtext{
padding: 20px 0rem 0px 0rem;
}
}
#galerie {
  	display: flex;
	justify-content: space-between;
}

/** Header **/
#sp-header {
    height: 120px;
}


/** Logo **/
.logo img {
    max-width: 60%;
}


/** Menü **/
.sp-megamenu-parent {
    float: left;
}
.sp-megamenu-parent > li {
    border-left: 2px solid #cb5e4a;
}
.sp-megamenu-parent > li > a {
    text-transform: lowercase;
  	line-height: 50px;
  	font-size: 16px;
}
/* Untermenü */
.sp-megamenu-parent .sp-dropdown li > a {
  	font-size: 16px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    text-transform: lowercase;
}


/** Überschriften **/
h1, h2, h3 {
    color: #cb5e4a;
    text-transform: uppercase;
}


/** Links **/
a {
  color: #cb5e4a;
}
a:hover {
  color: #9E493A;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #cb5e4a;
}
/* Untermenüs */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    background: none;
  	color: #cb5e4a;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #cb5e4a;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover {
    color: #9E493A;
}


/** Slider **/
.uk-overlay-panel {
    color: #000 !important;
  	width: 600px;
  	margin: 0 auto;
}
.uk-overlay-panel h3 {
    color: #cb5e4a !important;
  	width: 600px;
  	margin: 0 auto;
}


/** Scoll to top **/
.scrollup:hover {
    background-color: #cb5e4a;
}


/** Footer **/
#sp-footer {
    background-color: #cb5e4a;
}

.table > tbody > tr > td {
  min-width:80px;
}

#sp-bottom {
  background: #252525 !important;
}


/** Preise **/
#preise_punkte {
	padding: 0;
}
#preise_punkte li {
	list-style-type: none;
  	width: 35%;
}
#preise_punkte li::before {
	content: "• ";
	color: #cb5e4a;
  	font-size: 2em;
	vertical-align: middle;
}
#preise_punkte p {
  	margin: 10px 0;
}
.preis_rechts {
  	float: right;
}





/******************************************************/
/** MEDIA QUERIES START **/
/******************************************************/
@media screen and (max-width : 991px)  {
    #preise_punkte li {
        width: 50%;
    }
}


/* Tablet */
@media screen and (min-width : 480px) 
and (max-width : 720px)  {
    #preise {
        width: 100%;
        float: left;
    }
  	#preise_punkte li {
        width: 70%;
    }
    .preise_bild {
		float: none !important;
      	margin: 0 auto !important;
    }
}


/** Mobile **/
@media screen and (min-width : 320px) 
and (max-width : 480px)  {
  	/** Logo **/
    .logo img {
    	max-width: 80%;
      	margin: auto auto;
    }
  	
  	/** Sektion Body **/
    #sp-main-body {
        padding: 0 0 25px 0;
    }
  	/* Aktuell Bild */
    img.aktuellbild {
        margin-left: 0 !important;
        margin-top: 0 !important;
        position: relative !important;
      	float: left !important;
      	width: 100%;
    }
  	/* Abstand links kleiner */
    ul {
		padding-left: 5px;
    }
  	#home_liste {
      	width: 100%;
      	float: left;
  	}
  	
  	/** Kundenmeinungen **/
  	.kundenmeinungen .uk-margin {
        width: 45%;
  	}
  	.kundenmeinungen p {
       	text-align: inherit !important;
      	line-height: 22px !important;
  	}
  	
  	/** Runde Bilder allgemein **/
    img.runde_bilder {
		margin: 0 0 40px 0 !important;
		float: left !important;
		width: 100%;
    }
  	
  	/** Tabellen **/
    td {
		width: auto !important;
    }
  	
  	/** Allgemein **/
  	h1 {
        font-size: 32px;
    }
  	h2 {
        font-size: 28px;
    }
  	
  	/** Galerie **/
  	#galerie {
        flex-direction: column;
    }
    .galerie_titel {
		font-weight: bold;
      	margin: 0 auto 50px auto;
      	text-align: center;
    }
    a.fancybox-gallery {
		width: 160px !important;
    }
  	
  	/** Kontakt **/
    #cck1r_form_strich_anrede {
		width: 100%;
    }
  	
  	/** SEBLOD **/
  	/* Rezepte */
    table.responsive td .cck-clrfix,
  	table.responsive td {
        text-align: left !important;
    }
  	
  	.rezept_name {
      	font-weight: bold;
  	}
  
  
 	#preise_punkte li {
        width: 90%;
    }
}
/******************************************************/
/** MEDIA QUERIES ENDE **/
/******************************************************/



/******************************************************/
/** MEDIA QUERIES iPhone 4 START **/
/******************************************************/
/* Portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {
	 h1 {
        font-size: 26px;
    }
  	h2 {
        font-size: 24px;
    }
  	
  	/** Galerie **/
    a.fancybox-gallery {
		width: 140px !important;
    }
 }

/* Landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {
	h1 {
        font-size: 26px;
    }
  	h2 {
        font-size: 24px;
    }
}
/******************************************************/
/** MEDIA QUERIES iPhone 4 ENDE **/
/******************************************************/