*,
*::after,
*,
::before {
  box-sizing: border-box;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  border: 1px solid black;
  border-radius: 10px;
  z-index: 10;
  background-color: white;
  width: 350px;
  max-width: 100%;
}

.modal.active {
  transform: translate(-50%, -50%) scale(1);
}

.modal-header {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
}

.modal-header .title {
  color: #777;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande";
  font-size: 1.5rem;
  font-weight: bold;
}

.modal-header .close-button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-size: 1.25rem;
  font-weight: bold;
}

.modal-body {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #777;
  padding: 10px 15px;
  display: -webkit-flex;
}

#overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0, 0.5);
  pointer-events: none;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}

.modal-button {
}

.shop-item-title {
  color: #777;
  text-decoration: none;
  margin-bottom: 6px;
  font-size: 18px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.85;
}

.shop-item-price {
  color: #777;
  text-decoration: none;
  margin-bottom: 6px;
  font-size: 18px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.85;
}

.impressum-text {
  color: #777;
  text-decoration: none;
  margin-bottom: 6px;
  font-size: 18px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.85;
}
.modal-text {
  color: #777;
  text-decoration: none;
  margin-bottom: 0px;
  font-size: 10px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.85;
  line-height: 0;
}

.pa-pa-space {
  line-height: 4;
}

.no-pa-space {
  line-height: 1.2;
  margin-bottom: 0px;
}

.pa-space {
  line-height: 1.8;
  margin-bottom: 0px;
}

.agb-text-style {
  font-size: 18px;
  text-align: left;
  line-height: 10px;
  letter-spacing: 0px;
}

.produkte:hover {
  cursor: pointer;
  opacity: 0.5;
}

.shop-text {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
}

.p {
  line-height: 0px;
  border-bottom: 0px;
}

.AGB {
  background-color: burlywood;
}

.shoutout {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  size: 18px;
  color: white;
}

.fa_symbol_style_b {
    color: #fff;
    text-shadow: 1px 1px 1px #ccc;

  }


.fa_symbol_style {
  color: #fff;
  text-shadow: 1px 1px 1px #ccc;
  font-size: 1.5em;
}

.fa_symbol_style:hover {
    color: rgb(255, 250, 000);
    text-shadow: 1px 1px 1px #ccc;
    font-size: 1.5em;
  }



.impressum-black{
        background-color: #111;
}

.nektarinfo{
  size: 18px;  color: #777;
}