/**
* Template Name: Arsha
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
########################
Farbwerte lt. Grafikerin

braun:  #993d3d
gelb:   #ffff00

braun: a9624e
gelb:  feed00

Braunwerte - ColorDrop
----------------------
Hierl braun - #ab644B
helleres braun - af6e5d
dunkles braun - 5c3528
beige - e8c858


# General
Hierl Farbcodes
.color1 {color: #75x2438;} 99x3d3d - 5dx282a - rgba(50,25,18) hex:#a9624e
.color2 {color: #99x323f;}
.color3 {color: #ffx8562;}
.color4 {color: #ffx8562;}
.color5 {color: #ffxca76;} feed00

#d1b584

Hierl - altes braun vom logo 5d#28#2a
background: rgba(9r3, 4g0, 4b2, 0.85);

altes - hellbraun
  background-color: #c5#a2#68;
  bb#a7#85
--------------------------------------------------------------*/


@font-face {
  font-family: 'GreatVibes-Regular';
  src: url('../fonts/GreatVibes-Regular.ttf');
}
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #a9624e;
  text-decoration: none;
}

a:hover {
  color: #a9624e;
  text-decoration: none;
}

h1,
h2:not(.hierl2)
{
  font-family: 'GreatVibes-Regular', sans-serif;
  text-transform: initial !important;
}

.carousel-image 
{
    height: 100vh !important;     
    padding: 0;
    margin: 0;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;        
}

.carousel-item
{
  -webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}

.carousel-caption { 
  z-index: 10;
  top: 60%;
  transform: translateY(-60%);
  bottom: initial;
}


.carousel-image.carousel_baecker
{
    background-image: url("../img/slider/hier_bild1.jpg") !important;
}

.carousel-image.carousel_filialie
{
    background-image: url("../img/slider/hier_bild2.jpg") !important;
}

.carousel-image.carousel_brot
{
  background-image: url("../img/slider/hierl_bild3.jpg") !important;
}

@media (max-width: 768px) {
    .carousel-image.carousel_hierl
  {
    background-position: top center  !important;   
  }
  .carousel-image.carousel_filialie
  {
    background-position: top center !important;   
   }

   .carousel-image 
  {
    background-position: top center;       
  }
}
@media (max-width: 575px) {
  .carousel-image 
  {
    background-position: top left;       
  }

  .carousel-image.carousel_baecker
{
    background-image: url("../img/slider/hier_bild1_small.jpg") !important;
}
.carousel-image.carousel_filialie
{
    background-image: url("../img/slider/hier_bild2_small.jpg") !important;
}
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #a9624e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #a9624e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #a9624e;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #feed00;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: #5c3528;
}

#header.header-scrolled,
#header.header-inner-pages {
 /* background: rgba(169, 98, 78, 1);*/
  background: #5c3528;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logoimg
{
    position: absolute;
    left: 10px;
    top: 0px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 125px;
}

#header .logo img.img-fluid
{
  max-width: initial !important;
}
.handwerk_header
{
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.handwerk_slogan,
.hierl_slogan
{
  margin-top: 20px;
  font-size: 5rem;
  font-family: 'GreatVibes-Regular', sans-serif;
}

.hierl_slogan_klein
{
  margin-top: 20px;
  font-size: 2rem;
  font-family: 'GreatVibes-Regular', sans-serif;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin-left: auto;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items:flex-end;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.85);
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #feed00;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #a9624e;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ff8562;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 1rem;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #a9624e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.navbar .mobile
{
  display: none;
}



@media (max-width: 1366px) {
.navbar a,
.navbar a:focus {
   font-size: 1.2rem;
}
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 1200px) {
  #header .logo img {
    max-height: 105px;
  }
  .navbar a 
  {
    font-size: 1rem;
  }
}
@media (max-width: 1050px) {
  #header .logo img {
    max-height: 85px;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .navbar .mobile
  {
    margin-top:1rem;
    display: block;   
    font-size: 1.5rem;
    text-align: center;
    color:rgba(255,255,255, 0.7);
  }
  .navbar .mobile p:first-child{
    margin:0;
    font-family: 'GreatVibes-Regular', sans-serif;
    font-style: italic;
  }
  .navbar .mobile p:last-child{
   font-size: 0.8rem;
   margin-bottom: 1rem;    
  }
  .navbar li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*background: rgba(169, 98, 78, 0.9);*/
  background: rgba(92, 53, 40, 0.9);
   transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 0;
  border-radius: 10px;
  /*background-color: #a9624e;*/
  background: #5c3528;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 1.5rem;
  color: #f2f2f2;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #feed00;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #feed00;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #a9624e;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #a9624e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# ueberuns Section
--------------------------------------------------------------*/
#ueberuns {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#ueberuns .container {
  padding-top: 72px;
}

#ueberuns h1 {
  margin: 0;  
  font-size: 5rem;
  font-weight: 700;
  padding: 0.5rem;
  padding-top: 1rem !important;
  /*background-color:  rgba(92, 53, 40, 0.5);*/
  color: #fff;
  text-shadow: 2px 1px 2px rgba(0,0,0,0.85);
  transform-origin: 50% 0%;

}
#ueberuns h1 span {
  font-size: 3rem;
  text-shadow: 2px 1px 2px rgba(0,0,0,0.85);
}
#ueberuns h2 {
  color: #ffffff;
  margin-bottom: 50px;
  font-size: 2.5rem;
  text-shadow: 3px 2px 3px rgba(0,0,0,0.95);
}
#ueberuns h2.hierl2 {
  text-shadow: 3px 2px 3px rgba(0,0,0,0.95);
}
.hierl2
{
  padding: 0.5rem;
/*  background-color:  rgba(92, 53, 40, 0.5);  */
}
h2.hierlinfo {
  background-color: rgba(255, 255, 255, 0.7);
}
#ueberuns .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;  
}

@media (max-width: 991px) {
  #ueberuns { 
    text-align: center;
  }  
  #ueberuns .ueberuns-img {
    text-align: center;
  }
  #ueberuns .ueberuns-img img {
    width: 50%;
  }
  #header .logo img {
    max-height: 75px;
  }  
}

@media (max-width: 768px) {
  #ueberuns h1 {
    font-size: 3.75rem;
    line-height: 58px;
    margin-top: 30px;
    text-align: center;
  }

  #ueberuns h2 {
    font-size: 1.75rem;
    line-height: 36px;
    margin-bottom:20px;
    text-align: center;
  }

.praesentation h2.slogan span {
    font-size: 1.2rem !important;
}

 /* #ueberuns .ueberuns-img img {
    width: 70%;
  }*/

  #header .logo img {
    max-height: 65px;
  }

  #header .logoimg
  {
    top: 5px;
  }
  
}


@media (max-width: 575px) {
 /* #ueberuns .ueberuns-img img {
    width: 80%;
  }*/
  #ueberuns .btn-get-started {
    font-size: 1rem;
    padding: 10px 24px 11px 24px;
  }
  #ueberuns h2 {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 1.75rem;
    text-shadow: 2px 1px 2px rgba(0,0,0,1);
  }
  #ueberuns h2.hierl2 {
    text-shadow: 2px 1px 2px rgba(0,0,0,1);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

.section-bg {
  border-top: 1px solid #e2e2e2;
  background-color: #d1b584; 
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #a9624e;  
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #a9624e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Auszeichnungen
--------------------------------------------------------------*/
.auszeichnung {
  text-align: center;
  font-family: 'GreatVibes-Regular', sans-serif;
  font-weight: normal;
   vertical-align: middle;   
   height: 20px;
}
.auszeichnung h2
{
  margin-bottom: 0 !important;
}
.mehl_right
{
  vertical-align: top;
  padding-left: 20px;
  margin-top:-15px;
}
.wasser_left
{
  vertical-align: top;
  padding-right: 20px;
  margin-top:-15px;
}
.roggen_left
{
  vertical-align: top;
  padding-right: 20px;
  margin-top:-15px;
}
@media (max-width: 575px) {
  .praesentation h2.slogan
  {
    margin-top: 2%;
  }
  .auszeichnung {
     height: 50px;
  }
}
/*Praesentation*/
.praesentation
{
  width: 100%;
  height: 350px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #ffffff;
  background:#a9624e;
  vertical-align: center;
  text-align: center;
}
.praesentation_image_qualitaet
{  
  background-image: url(../img/qualitaet2.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.praesentation_image_zutaten
{  
  background-image: url(../img/zutaten.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.praesentation_image_grander
{
  background-image: url(../img/qualitaet.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.praesentation h2.slogan
{
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  text-shadow: 2px 1px 2px rgba(0,0,0,0.85);
  color: #ffffff;
  font-size: 32px;  
  
}
.praesentation_image_zutaten h2.slogan
{  
  margin-top:5%;
}
.praesentation_image_qualitaet h2.slogan
{
  margin-top:8%;
}

.praesentation h2.slogan span
{
  font-size: 24px;
}

.granderwasser
 {
  background-color: #fff;
  width: 150px;
  
  vertical-align: center;
  text-align: center;
  padding: 20px;
 }



img.nachhaltigkeit.tafel
{
  height: 100px;
}

img.nachhaltigkeit.foodsharing
{
  height: 150px;
}

img.nachhaltigkeit.togoodtogo
{
  height: 250px;
}


@media (max-width: 575px) {
  .praesentation h2.slogan
  {
    margin-top: 2%;
  }
  .auszeichnung {
    text-align: center;
    font-family: 'GreatVibes-Regular', sans-serif;
    font-weight: normal;
     vertical-align: middle;   
     height: 65px;
  } 
  section{
    padding: 25px 0;
  }

  .handwerk_slogan,
  .section-title h2
  {
     font-size: 3rem;
  }
}
/*--------------------------------------------------------------
# aktulles Us
--------------------------------------------------------------*/
.aktulles .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.aktulles .content ul {
  list-style: none;
  padding: 0;
}

.aktulles .content ul li {
  padding-left: 28px;
  position: relative;
}

.aktulles .content ul li+li {
  margin-top: 10px;
}

.aktulles .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #a9624e;
  line-height: 1;
}

.aktulles .content p:last-child {
  margin-bottom: 0;
}

.aktulles .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #a9624e;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #a9624e;
}

.aktulles .content .btn-learn-more:hover {
  background: #a9624e;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Filialien
--------------------------------------------------------------*/
.filialien .filiale {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.filialien .filiale .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.filialien .filiale .pic img {
  transition: ease-in-out 0.3s;
}

.filialien .filiale:hover {
  transform: translateY(-10px);
}

.filialien .filiale .filialie-info {
  padding-left: 30px;
}

.filialien .filiale h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #a9624e;
}

.filialien .filiale span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.filialien .filiale span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #feed00;
  bottom: 0;
  left: 0;
}

.filialien .filiale p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.oeffnungszeiten{
  font-size: 15px !important;
  white-space: nowrap !important;
}
.oeffnungszeiten td:first-child
{
  padding-right: 5px;
}
.oeffnungszeit
{
  font-weight: bold;
}
.oeffnungszeiten .telefon > td
{
  padding-top: 10px;
}



/*--------------------------------------------------------------
# baeckermobil
--------------------------------------------------------------*/
.baeckermobil .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #a9624e;
  font-family: "Poppins", sans-serif;
}

.baeckermobil .content ul {
  list-style: none;
  padding: 0;
}

.baeckermobil .content ul li {
  padding-bottom: 10px;
}

.baeckermobil .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #a9624e;
}

.baeckermobil .content p:last-child {
  margin-bottom: 0;
}

.baeckermobil .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.baeckermobil .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #a9624e;
}

.baeckermobil .progress .skill .val {
  float: right;
  font-style: normal;
}

.baeckermobil .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.baeckermobil .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #a9624e;
}
.backermobil_orte
{
  font-weight: bold;
}

.baeckermobil  h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #a9624e;
}

/*--------------------------------------------------------------
# handwerk 
--------------------------------------------------------------*/
.handwerk .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.handwerk .icon-box .icon {
  margin-bottom: 10px;
}

.handwerk .icon-box .icon i {
  color: #a9624e;
  font-size: 36px;
  transition: 0.3s;
}

.handwerk .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.handwerk .icon-box h4 a {
  color: #a9624e;
  transition: ease-in-out 0.3s;
}

.handwerk .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.handwerk .icon-box:hover {
  transform: translateY(-10px);
}

.handwerk .icon-box:hover h4 a {
  color: #a9624e;
}

/*--------------------------------------------------------------
# wusstensie
--------------------------------------------------------------*/
.wusstensie {
  background: linear-gradient(rgba(169, 98, 78, 0.9), rgba(169, 98, 78, 0.9)), url("../img/wusstensie-bg.jpg") fixed center center;
  background-size: cover;
  padding: 50px 0;
  margin-top: 2px;
}
.wusstensie h2 {
  color: #fff;
  text-align: center;
  font-family: 'GreatVibes-Regular', sans-serif;
   vertical-align: middle;   
}

.wusstensie p {
  color: #fff;
  text-align: center;
}

.wusstensie .wusstensie-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.wusstensie .wusstensie-btn:hover {
  background: #a9624e;
  border: 2px solid #a9624e;
}

@media (max-width: 1024px) {
  .wusstensie {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .wusstensie .wusstensie-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# spezialitaeten
--------------------------------------------------------------*/
.spezialitaeten #spezialitaeten-flters {
  list-style: none;
  margin-bottom: 20px;
}

.spezialitaeten #spezialitaeten-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #a9624e;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.spezialitaeten #spezialitaeten-flters li:hover,
.spezialitaeten #spezialitaeten-flters li.filter-active {
  background: #a9624e;
  color: #fff;
}

.spezialitaeten .spezialitaeten-item {
  margin-bottom: 30px;
}

.spezialitaeten .spezialitaeten-item .spezialitaeten-img {
  overflow: hidden;
}

.spezialitaeten .spezialitaeten-item .spezialitaeten-img img {
  transition: all 0.6s;
}

.spezialitaeten .spezialitaeten-item .spezialitaeten-info {
  color: #a9624e;
  opacity: 0.75;
  position: absolute;
  left: 12px;
  bottom: 0;
  z-index: 3;
  right: 12px;
  transition: all 0.3s;
  background: #ffffff;
  padding: 10px 15px;
 /* text-shadow: 1px 1px 2px rgba(0,0,0,0.85);*/
}

.spezialitaeten .spezialitaeten-item .spezialitaeten-info h4 {
  font-size: 18px;
  color: #a9624e;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}

.spezialitaeten .spezialitaeten-item .spezialitaeten-info p {
  color: #a9624e;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.spezialitaeten .spezialitaeten-item .spezialitaeten-info .preview-link,
.spezialitaeten .spezialitaeten-item .spezialitaeten-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color:#ffffff;
  transition: 0.3s;
}

.spezialitaeten .spezialitaeten-item .spezialitaeten-info .preview-link:hover,
.spezialitaeten .spezialitaeten-item .spezialitaeten-info .details-link:hover {
  color: #a9624e;
}

.spezialitaeten .spezialitaeten-item .spezialitaeten-info .details-link {
  right: 10px;
}

.spezialitaeten .spezialitaeten-item:hover .spezialitaeten-img img {
  transform: scale(1.15);
}

.spezialitaeten .spezialitaeten-item:hover .spezialitaeten-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# spezialitaeten Details
--------------------------------------------------------------*/
.spezialitaeten-details {
  padding-top: 40px;
}

.spezialitaeten-details .spezialitaeten-details-slider img {
  width: 100%;
}

.spezialitaeten-details .spezialitaeten-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.spezialitaeten-details .spezialitaeten-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #a9624e;
}

.spezialitaeten-details .spezialitaeten-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a9624e;
}

.spezialitaeten-details .spezialitaeten-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.spezialitaeten-details .spezialitaeten-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.spezialitaeten-details .spezialitaeten-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.spezialitaeten-details .spezialitaeten-info ul li+li {
  margin-top: 10px;
}

.spezialitaeten-details .spezialitaeten-description {
  padding-top: 30px;
}

.spezialitaeten-details .spezialitaeten-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.spezialitaeten-details .spezialitaeten-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
  overflow: hidden;
}

.team .member .pic {
  overflow: hidden;
  width: 250px;
  min-width: 120px;
  border-radius: 3%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #a9624e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #a9624e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #a9624e;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;

}

.team .padding
{
  padding: 10px;  
}

.team .center
{
  text-align: center;
}
/*--------------------------------------------------------------
# kontakt
--------------------------------------------------------------*/
.kontakt .info {
  border-top: 3px solid #a9624e;
  border-bottom: 3px solid #a9624e;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.kontakt .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #a9624e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.kontakt .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #a9624e;
}

.kontakt .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #a9624e;
}

.kontakt .info .email p {
  padding-top: 5px;
}

.kontakt .info .social-links {
  padding-left: 60px;
}

.kontakt .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.kontakt .info .social-links a:hover {
  color: #a9624e;
  background: #feed00;
}
/*
.kontakt .info .email:hover i,
.kontakt .info .address:hover i,
.kontakt .info .phone:hover i,
.kontakt .info .fax:hover i,
.kontakt .info .instagram:hover i,
.kontakt .info .facebook:hover i {
  color: #a9624e;
  background: #feed00;
}
  */

.kontakt .php-email-form {
  width: 100%;
  border-top: 3px solid #a9624e;
  border-bottom: 3px solid #a9624e;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.kontakt .php-email-form .form-group {
  padding-bottom: 8px;
}

.kontakt .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.kontakt .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.kontakt .php-email-form .error-message br+br {
  margin-top: 25px;
}

.kontakt .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.kontakt .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.kontakt .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.kontakt .php-email-form .form-group {
  margin-bottom: 20px;
}

.kontakt .php-email-form label {
  padding-bottom: 8px;
}

.kontakt .php-email-form input,
.kontakt .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.kontakt .php-email-form input:focus,
.kontakt .php-email-form textarea:focus {
  border-color: #a9624e;
}

.kontakt .php-email-form input {
  height: 44px;
}

.kontakt .php-email-form textarea {
  padding: 10px 12px;
}

.kontakt .php-email-form button[type=submit] {
  background: #a9624e;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.kontakt .php-email-form button[type=submit]:hover {
  background: #feed00;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #feed00;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #a9624e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #feed00;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  /*background: #a9624e;*/
  background: #5c3528;
  
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #d1b584;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #a9624e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #a9624e;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #feed00;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-kontakt {
  margin-bottom: 30px;
}

#footer .footer-top .footer-kontakt h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #a9624e;
}

#footer .footer-top .footer-kontakt p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #a9624e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a9624e;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #a9624e;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #a9624e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #feed00;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .impressum {
  float: right;
  font-size: 13px;
  padding-right: 10px;
}

#footer .impressum a {
  transition: 0.3s;
}

#footer a
{
    color: #ffffff;
}
.iconinfo,
.iconinfo a
{
  color: #e2e2e2;
  padding-left: 20px;
  font-size: 10px;
  font-style: italic;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .impressum {
    text-align: center;
    float: none;
  }

  #footer .impressum {
    padding-top: 4px;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 
  .team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    color: #a9624e;
  }
  
  .team .member span {
    display: block;
    font-size: 12px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
  }

  .oeffnungszeiten{
    font-size: 12px !important;
    white-space: nowrap !important;
  }
}

/********************************************************************************************/

#aktion
{
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 10px;
    width: 30vw;
    height: calc(100vh - 80px);
    border-radius: 7px;
    background: linear-gradient(90deg, #f9dd70 0%, #ef965a 100%);
    padding: 10px;
    opacity: 0.9;
    overflow: hidden;
    box-sizing: border-box;
}

#aktion.notactive
{
    height: 40px !important;
}

#aktion .close
{
    color: #000 !important;
    font-size: 1rem;
    cursor: pointer;
    text-align: right;
}

#aktion:not(.notactive) .aktion_link{
    color: #000 !important;
    display: block;
}

#aktion.notactive .aktion_link {
    display: none;
}

#aktion.notactive .aktion_link_show
{
    display: block;
    color: #000 !important;
}
#aktion:not(.notactive) .aktion_link_show {
    display: none;
}

.aktion_link:hover
{
     color: #000 !important;
    text-decoration: underline;
}


#aktion:not(.notactive) .body-aktion
{
    margin: 20px;
    background-image: url('../img/aktion/Halloween.jpg');
    height: 100%;
    width: auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 1048px) {
    #aktion
    {
       top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    #aktion
    {
        width: 50vw;
    }

    #aktion:not(.notactive) .body-aktion
    {
        height: 90%;
    }
}


@media only screen and (max-width: 600px) {
    #aktion
    {
        width: 90vw;
    }
}

/********************************************************************************************/
/*Siegel*/
.siegel
{
  position: absolute;
  right: 60px;
  top: 90px;
  width: 200px;
  height: 200px;
  background-image: url("../img/auszeichnungen/qualitaet.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 10000;
}

@media (max-width: 768px) {
  .siegel
  {
    right: 20px;
    top: 60px;
    width: 125px;
    height: 125px;
  }
}
/********************************************************************************************/
#Datenschutz,
#Impressum
{
    display: none;
    position: fixed;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    z-index: 10000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    overflow-y: auto;
    font-family: "Open Sans", sans-serif;
}
#Impressum h1
{
  margin-bottom: 2rem;
}

#linkImpressum,
#linkDatenschutz
{
  cursor: pointer;
  color: #ffffff;
}
.impressum_link
{
  float: right;
}

.impressum_link:hover
{
  text-decoration: underline;
}


#Impressum h1,
#Impressum h2
{
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
#Impressum h2
{
  font-size: 1rem;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 
}