
@font-face {
  font-family: 'Comic Neue';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/ComicNeue-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/Satisfy-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Rowdies-Bold';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/Rowdies-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

:root {
    --bs-primary: #0d5eaf;
    --bs-primary-hover: #4180bf;

}

body {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
}

.text-special {
    font-family: "Satisfy", sans-serif;
    color: #23A46B;
}

.text-special a {
    font-family: "Satisfy", sans-serif;
    color: #23A46B;
}

main {
    min-height: 60vh;
}

.hero {
    background-image: url('../images/Banner_Wochenmarkt_Duderstadt_300b.png') !important;
    background-repeat: no-repeat;
    background-size: 100%; 
    background-position: center;
    height: 100%;
}

.meandros {
    background: url('../images/meandros.svg') repeat-x top left;
    height: 20px !important;
    margin: 0 !important;
    opacity: 1;
}

.svg-white {
    filter: brightness(0) invert(1);
}

.page-header {
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: bottom;
}

.btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--bs-primary-hover);
  border-color: var(--bs-primary-hover);
}

.bg-footer {
    background-color: var(--bs-primary);
}


.text-blue {
    color: var(--bs-primary);
}

.bg-footer-shade {
    background-color: var(--bs-primary-hover);
}

/* BASIC STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --lightbox: #242424;
}
 
 
/* IMAGE GRID STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid figure {
  margin-bottom: 0;
}
 
.image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}
 
.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}
 
/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: var(--lightbox);
}
 
.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}
 
.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}
 
.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}
 
.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}
 
.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}
 
.lightbox-modal .carousel-control-prev {
  left: 10px;
}
 
.lightbox-modal .carousel-control-next {
  right: 10px;
}


/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.menu h2 {
font-family: "Satisfy", sans-serif;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border: 2px solid #ffb03b;
  border-radius: 50px;
}

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

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-content {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: "......................................................................" "...................................................................." "...................................................................." "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #dad8d4;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu .menu-content a {
  padding-right: 10px;
  background: #fff;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: var(--bs-primary);
  text-decoration: none;
}

.menu-table a {
  padding-right: 10px;
  background: #fff;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: var(--bs-primary);
  text-decoration: none;
}

.menu .menu-content span {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
}

.menu .menu-ingredients {
  font-style: italic;
  font-size: 14px;
  font-family: "Comic Neue", sans-serif;
  color: #948c81;
}

sup {
    font-style: italic;
    font-size: 10px;
    font-family: "Comic Neue", sans-serif;
    color: #948c81;
}

.text-small {
    font-size: 12px;
}