/* import fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap');
:root, [data-bs-theme=light] {
--bs-border-color: #000;
}
body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background-color: #fff;
}
.my-container
{
  margin: 0 1rem;
}
@media (min-width: 576px) {
  .my-container
  {
    margin: 0 3rem;
  }
}

/* ============ menu open on hover. only desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
/*--------------- Borders -----*/
/* border-left */
.bl
{
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
/* border-right */
.br
{
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bb
{
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bt
{
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
@media (min-width: 576px) {
  .bl-sm-0
  {
    border-left: 0px none transparent !important;
  }
  .br-sm-0
  {
    border-right: 0px none transparent !important;
  }
  .bb-sm-0
  {
    border-bottom: 0px none transparent !important;
  }
  .bt-sm-0
  {
    border-top: 0px none transparent !important;
  }
  .bl-sm
  {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .br-sm
  {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .bb-sm
  {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .bt-sm
  {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
}

.my-hr
{
  border-top: 1px solid #000;
  opacity: 1;
  margin: 0;
}
/*  links */
a
{
  text-decoration: none;
}
/* Text sizes */
.bigger1
{
  font-size: 18px;
  line-height: 27px;
}
/* Colors */
.important
{
  color: #C18729;
  font-weight: 700;
  font-style: italic;
}
h1 .important, .h1 .important
{
  background: -webkit-linear-gradient(45deg, #F2D44B, #C18729 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Band with background type 1: black on yellow */
.band1
{
  background-color: #f2d44b;
  background: linear-gradient(45deg, #c18729 0%, #f2d44b 50%, #c18729 100%);
  color: #000;
}
.band1 a
{
  color: #000;
}
/* Band with background type 2: yellow on black */
.band2
{
  background-color: #000;
  color: #f2d44b;
}
/* Band with background type 3: black on white */
.band3
{
  background-color: #fff;
  color: #000;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
/* Band with background type 4: white on black */
.band4
{
  background-color: #000;
  color: #fff;
}

/*---  headlines ---*/
/* ex: Permanent Make up  */
.page-title 
{
  font-family: Sansita;
  font-style: italic;
  font-weight: 800;
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px -14px #F2D44B;
  background: -webkit-linear-gradient(45deg, #F2D44B, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-title-half
{
  font-family: Sansita;
  font-style: italic;
  font-weight: 800;
  font-size: 35px;
  line-height: 40px;
  color: #000;
}
/* ex: meist empfohlen in Stuttgart */
.page-sub-title
{
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  padding: 0 20px;
}
.page-sub-title-half
{
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .page-title
  {
    font-size: 80px;
    line-height: 98px;
    margin-bottom: 0;
  }
  .page-sub-title
  {
    font-size: 30px;
    line-height: 42px;
    padding: 0;
  }
  
  .page-title-half
  {
    font-size: 45px;
    line-height: 55px;
  }
  .page-sub-title-half
  {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .page-title
  {
    font-size: 90px;
    line-height: 108px;
    margin-bottom: 0;
  }
  .page-sub-title
  {
    font-size: 40px;
    line-height: 52px;
    padding: 0;
  }
  
  .page-title-half
  {
    font-size: 60px;
    line-height: 70px;
  }
  .page-sub-title-half
  {
    font-size: 30px;
    line-height: 42px;
  }
}

h1, .h1
{
  font-family: "Sansita", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 67.2px;
  font-style: italic;
}
/* ex: Product Title, Online buchen */
h2, .h2, h3, .h3
{
  font-family: "Sansita", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  font-style: italic;
}
h3-old, .h3-old
{
  font-family: "Sansita", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-style: italic;
}

/* ex: Das Geheimnis */
h4, .h4
{
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}
@media (min-width: 1024px) {
  h1, .h1
  {
    font-size: 56px;
    line-height: 67.2px;
  }
  /* ex: Product Title, Online buchen */
  h2, .h2
  {
    font-size: 32px;
    line-height: 48px;
  }
}
/*------------------   Buttons   ----------------*/
.btn-bright
{
  background: #c18729;
  background: linear-gradient(45deg, #c18729 0%, #f2d44b 50%, #c18729 100%);
  border-radius: 8px;
  color: #000 !important;
  padding: 10px;
}
.btn-bright.disabled
{
    background: #ccc;
    background: linear-gradient(45deg, #ccc 0%, #eee 50%, #cccc 100%);
	cursor: default;
}
.btn-dark
{
  background: #000;
  border-radius: 8px;
  color: #F2D44B !important;
  padding: 10px;
}
.btn-bright-narrow, .btn-dark-narrow
{
	padding: 0 10px;
}
/*------------------   MENU   ----------------*/
.navbar
{
  background-color: #fff;
  height: 70px;
}
.navbar .container
{
  padding: 0;
}
.navbar-brand
{
  background-color: #000;
  padding: 5px;
}
.navbar-brand img
{
  height: 60px;
}
.navbar-toggler
{
  color: #000;
}
.nav-link
{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:hover
{
  color: #C18729;
}
.dropdown-item:focus, .dropdown-item:hover, .navbar .dropdown-item:hover a, .navbar .dropdown-menu a:hover
{
  background-color: #F2D44B !important;
  color: #000;
}
.navbar .links a
{
  color: #000;
}
.navbar .dropdown-menu
{
  background-color: #000;
  border-radius: 0;
}
.navbar .dropdown-menu a
{
  color: #fff;
  line-height: 200%;
  font-weight: 400;
}
/*--- top bar ---*/
.top-bar
{
  font-weight: 600;
  letter-spacing: 0.001em;
  padding: 5px 0;
  position: relative;
  height: 34px;
}
.top-bar .links
{
  position: absolute;
  right: 0;
  top: 5px;
}
.top-bar .links a
{
  display: inline-block;
  margin: 0 5px;
}

/*---   Page Top Bar / Slider --*/
.page-bar
{
  position: relative;
  display: flex;
}
.page-bar img
{
  width: 100%;
  height: calc(100vh - 314px);
  object-fit: cover;
  object-position: right;
}
.page-bar-left img
{
  object-position: left;
}
.page-bar-center img
{
  object-position: center;
}
.page-bar-info, .page-bar-info-bottom-center
{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.page-bar-info-bottom-left
{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: left;
  padding-left: 10px;
}
.page-bar-info-bottom-right
{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: right;
  padding-right: 10px;
}
.page-bar-info-top-left
{
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: left;
  padding-left: 10px;
}
.page-bar-info-top-right
{
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: right;
  padding-right: 10px;
}
.page-bar-info-center-right
{
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
  padding-right: 10px;
  align-self: center;
}
.page-bar-info-center-left
{
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  padding-left: 10px;
  align-self: center;
}
.page-bar-info-center-center
{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding-right: 10px;
  align-self: center;
}
@media (min-width: 769px) {
  .page-bar-info-right
  {
    text-align: right;
  }
  .page-bar-info-left
  {
    text-align: left;
  }
}

/*--- page sub bar = 3 cols ---*/
/* in Desktop: height of top-bar (34)_ + menu (70) + page-bar + page-second-bar = 100vh */
.page-second-bar
{
  min-height: 210px;
}
.page-second-bar .col-12
{
  position: relative;
}

.page-second-bar .btn-bright, .page-second-bar .btn-dark
{
  position: absolute;
  bottom: 20px;
  left: 15%;
  right: 15%;
  text-align: center;
}
.page-second-bar .arrow
{
  position: absolute;
  bottom: 20px;
  right: 15%;
}
.page-second-bar .arrow img
{
  height: 35px;
}

/*--- The Yellow Bar  ---*/
.stripe
{
}
.stripe .arrow img
{
  height: 30px;
}

.house-of-glam-band
{
  display: flex;
  text-overflow: clip;
  overflow: hidden;
  padding: 5px 0 5px 10px;
  text-wrap: nowrap;
}
.house-of-glam-band span
{
  display: inline-block;
  text-wrap: nowrap;
  height: 24px;
}
.house-of-glam-band .dot
{
  font-size: 30px;
  margin: 0 10px;
  line-height: 10px;
}
@media (max-width: 768px) {
  
  .navbar-collapse.show
  {
    background-color: #000;
    z-index: 100;
  }
  .navbar
  {
    background-color: #fff;
    padding-top: 0;
  }
  .page-second-bar
  {
    height: unset;
  }
  
  .page-second-bar .col-12 .btn-dark
  {
    display: block;
    position: relative;
    width: 70%;
    margin: 30px auto 5px auto;
    left: unset;
    right: unset;
    bottom: unset;
  }

  .page-second-bar .arrow
  {
    display: block;
    position: relative;
    bottom: unset;
    right: unset;
    margin: 30px 0 5px auto;
    float: right;
  }
  .page-second-bar .arrow img
  {
    height: 30px;
  }
}

/*--- footer  --*/
.footer
{
  background-color: #000;
  color: #fff;
  padding: 30px 0;
}
.footer a
{
  color: #fff;
}
.footer i
{
  color: #f2d44b;
  font-size: 22px;
}
.footer-links
{
  font-weight: 600;
  padding: 15px;
}
.footer-links a
{
  color: #000;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .footer-links
  {
    text-align: center;
  }
  .footer-links a
  {
    display: block;
    text-align: center;
  }
}

/*------ gallery mode 1, 2 desktop -----*/
.gallery-image-container
{
  position: relative;
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.gallery-item
{
  width: 34%;
  width: calc((100% - 30px) / 3 + 15px);
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.gallery-item .gallery-inner, .gallery-item-2 .gallery-inner
{
  padding-right: 14px;
}
.gallery-title-div
{
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.gallery-item:nth-child(3n)
{
  width: 32%;
  width: calc((100.0% - 30px) / 3.0);
  border-right: 0;
}
.gallery-item:nth-child(3n) .gallery-inner
{
  padding-right: 0;
}
.gallery-item:nth-child(3n) .gallery-image-container
{
  border-right: 0;
}
.gallery-item:nth-child(3n) .gallery-title-div
{
  border-right: 0;
}
.gallery-image
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.gallery-title
{
  position: relative;
  font-family: Sansita;
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-left: 20px;
  text-wrap: nowrap;
  woverflow: hidden;
  text-overflow: ellipsis;
}
.gallery-title::before
{
  position: absolute;
  display: block;
  left: -10px;
  top: 12px;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  content: ' ';
}

.gallery-subtitle
{
  margin-left: 20px;
  padding-bottom: 10px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery-item-mobile
{
  padding: 0 1rem;
}
.gallery-carousel-button-div
{
  width: 1rem;
}

.gallery-mobile .carousel-control-next, .gallery-mobile .carousel-control-prev
{
  width: 1rem;
  opacity: 1;
}
.gallery-mobile .carousel-control-next-icon, .gallery-mobile .carousel-control-prev-icon
{
  background-color: #F2D44B;
  margin-bottom: 3rem;
  width: 1rem;
  height: 3rem;
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.gallery-mobile .carousel-control-prev-icon
{
  /* OLD Narrow: 
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNjcgMGwyLjgzIDIuODI5LTkuMzM5IDkuMTc1IDkuMzM5IDkuMTY3LTIuODMgMi44MjktMTIuMTctMTEuOTk2eiIvPjwvc3ZnPg==");
  */
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNOC4xMjIgMjRsLTQuMTIyLTQgOC04LTgtOCA0LjEyMi00IDExLjg3OCAxMnoiLz48L3N2Zz4=");
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.gallery-mobile .carousel-control-next-icon
{
  /* OLD Narrow: 
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNy4zMyAyNGwtMi44My0yLjgyOSA5LjMzOS05LjE3NS05LjMzOS05LjE2NyAyLjgzLTIuODI5IDEyLjE3IDExLjk5NnoiLz48L3N2Zz4=");
  */
   background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNOC4xMjIgMjRsLTQuMTIyLTQgOC04LTgtOCA0LjEyMi00IDExLjg3OCAxMnoiLz48L3N2Zz4=");
}

@media (max-width: 575px) {
  .gallery-item-2
  {
    width: 50%;
    width: calc((100% - 15px) / 2 + 15px);
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
  .gallery-item-2 .gallery-inner
  {
    padding-right: 14px;
  }
  .gallery-item-2:nth-child(2n)
  {
    width: 50%;
    width: calc((100.0% - 15px) / 2.0);
    border-right: 0;
  }
  .gallery-item-2:nth-child(2n) .gallery-inner
  {
    padding-right: 0;
  }
  .gallery-item-2:nth-child(2n) .gallery-image-container
  {
    border-right: 0;
  }
  .gallery-item-2:nth-child(2n) .gallery-title-div
  {
    border-right: 0;
  }
}
/*------ Weitere Leistungen -----*/
.more-image-container
{
  position: relative;
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.more-item
{
  width: 34%;
  width: calc((100% - 30px) / 3 + 15px);
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.more-item .more-inner
{
  padding-right: 14px;
}
.more-title-div
{
  text-align: center;
  position: relative;
  padding: 10px 0;
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.more-item:nth-child(3n)
{
  width: 32%;
  width: calc((100.0% - 30px) / 3.0);
  border-right: 0;
}
.more-item:nth-child(3n) .more-inner
{
  padding-right: 0;
}
.more-item:nth-child(3n) .more-image-container
{
  border-right: 0;
}
.more-item:nth-child(3n) .more-title-div
{
  border-right: 0;
}
.more-title
{
  position: relative;
  font-family: Sansita;
  font-style: italic;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  margin-left: 20px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.more-item .arrow
{
  position: absolute;
  top: 14px;
  right: 14px;
}
.more-item .arrow img
{
  height: 18px;
}
@media (max-width: 768px) {
  .more-item
  {
    width: 100%;
  }
  .more-item .more-inner
  {
    padding-right: 0px;
  }
  .more-title-div
  {
    text-align: center;
    position: relative;
    padding: 10px 0;
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
  .more-item:nth-child(3n)
  {
    width: 100%;
  }
}
/*------ Products Mode 1 ------*/
.products1
{
  background-color: #fff;
}
.products1 .product
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
  text-align: center;
  border-left: 4px solid #f2d44b;
  border-right: 4px solid #f2d44b;
  height: 100%;
  overflow: hidden;
}
.products1 .price
{
  color: #C18729;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  margin: 10px 0 20px 0;
}
.products1 .price-old
{
  color: #d69a39;
  text-decoration:line-through;
}
.products1 .btn-bright
{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  .products1 h2 , .products1 .h2 
  {
    font-size: 28px;
  }
  .products1 .col-12 {
    border-left: solid 30px #000;
    border-right: solid 30px #000;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .products1 .col-md-4 {
    padding: 0;
    margin-bottom: 45px;
    border-left: solid 45px #000;
    width: calc(33.33333333% - 15px);
  }
  .products1 .col-md-4:nth-child(3n) {
    border-right: solid 45px #000;
    width: calc(33.33333333% + 30px);
  }
}

/*------ Products Mode 2 ------*/
.products2
{
  background-color: #fff;
}
.products2 h2.title, .products2 .h2.title
{
  color: #C18729;
}

.products2 .product
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.products2 .price
{
  color: #C18729;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  margin: 10px 0 20px 0;
}

.products2 .price-old
{
  color: #d69a39;
  text-decoration:line-through;
}

/*------ Products Mode 3 ------*/
.products3 .product
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.products3 .price
{
  font-family: Poppins;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  margin: 10px 0 20px 0;
}
.products3 .price-old
{
  text-decoration:line-through;
}
@media (max-width: 767px) {
  .products3 h2, .products3 .h2 
  {
    font-size: 28px;
  }
  .products3 .col-12 {
    border-left: solid 0px #000;
    border-right: solid 0px #000;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .products3 .product
  {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .products3 .col-md-6 {
    padding: 0;
    border-left: solid 1rem #fff;
    width: calc(50% - 0.333333333rem);
  }
  .products3 .col-md-6:nth-child(2n) {
    border-right: solid 1rem #fff;
    width: calc(50% + 0.333333333rem);
  }
}

/*---- FAQ   ----*/
.accordion-flush .accordion-item .accordion-button
{
  font-family: Sansita;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #F2D44B;
  background-color: #000;
}
.accordion-flush .accordion-item .accordion-button.collapsed
{
  background-color: #F2D44B;
  background: linear-gradient(45deg, #c18729 0%, #f2d44b 50%, #c18729 100%);
  color: #000;
}

.cool-icon
{
}
.cool-icon-img
{
  background-color: #F2D44B;
  background: linear-gradient(45deg, #c18729 0%, #f2d44b 50%, #c18729 100%);
}
@media (min-width: 768px) {
  .cool-icon
  {
    background-color: #F2D44B;
    background: linear-gradient(45deg, #c18729 0%, #f2d44b 50%, #c18729 100%);
  }
  .cool-icon-img
  {
    background: transparent;
  }
}
/* ============ home search-bar ============ */
.search-bar
{
  background-color: #fff;
  color: #000;
}
.search-bar .btn.show, .search-bar .btn:first-child:active
{
  border: none;
}

/*------- List (z.B in home) 0----*/
.list .arrow img
{
  height: 30px;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .hidden-sm
  {
    display: none;
  }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .top-bar .links
  {
    visibility: hidden;
  }
  .nav-link {
    color: #fff;
  }
  .mobile-left{
    text-align: left;
  }
}	
/* ============ small devices .end// ============ */
.menu-plus
{
  color: #fff;
  padding: 0.5rem;
}


.sticky
{
  position: -webkit-sticky; /* for browser compatibility */
  position: sticky;
  top: 120px;
}

.sticky-menu
{
  position: fixed;
  top: 30%;
  right: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 20px 10px;
  background-color: #F2D44B;
  background: linear-gradient(45deg, #c18729 0%, #f2d44b 50%, #c18729 100%);
  color: #000;
  cursor: pointer;
}

.sticky-menu-first
{
  top: 20%;
}
.sticky-menu-second
{
  top: calc(20% + 200px);
}
.sticky-menu-div
{
  width: 345px;
  background-color: #f2d44b;
  position: fixed;
  right: -345px;
  top: 20%;
  padding: 10px 50px 0px 30px;
  border: solid 1px #eee;
}
.sticky-menu-div-first
{
  top: 20%;
}
.sticky-menu-div a
{
  color: #000;
}
.sticky-menu-close
{
  background-color: transparent;
  margin: -10px 0 13px -31px;
  font-size: 31px;
  border: none;
}
/*-------------- Preisliste  ---------*/
.price-row
{
  display:flex;
  align-items:center;
  justify-content:space-around;
  color: #000;
}
.price-row h3 a, .price-row h3, .price-row h2 a, .price-row h2
, .price-row .h3 a, .price-row .h3, .price-row .h2 a, .price-row .h2
{
  color: #000;
}
.price-row h3, .price-row .h3
{
  margin: 10px;
}
.dot-spacer
{
  flex-grow: 2;
  margin: 10px;
  border-bottom: dotted 2px #000;
}

.price-sub-title
{
  color: #7A7A7A;
}

.all-products-menu
{
  position: fixed;
  top: 60%;
  right: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 20px 10px;
  background-color: #F2D44B;
  background: linear-gradient(45deg, #c18729 0%, #f2d44b 50%, #c18729 100%);
  color: #000;
  cursor: pointer;
}

.order-icon-link
{
  background-color: #F2D44B;background: linear-gradient(45deg, #c18729 0%, #f2d44b 50%, #c18729 100%);
  color: #000;
  cursor: pointer;
  border-radius: 30px;
  width: 48px;
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 5px;
}
.order-icon-link.disabled
{
  background: #ccc;
  background-color: #ccc;
  color: #fff;
}
.order-icon-link img
{
  width: 27px;
}
.order-icon-link.tel img
{
  width: 20px;
}
.order-icon-link.desktop img
{
  width: 34px;
}


.order-icon-link-dark
{
  background-color: #000;
  border-radius: 30px;
  width: 48px;
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 5px;
}

.order-icon-link-dark img
{
  width: 27px;
}
.order-icon-link-dark.tel img
{
  width: 20px;
}
.order-icon-link-dark.desktop img
{
  width: 34px;
}
@media (max-width: 768px) {
  .price-list-stripe .arrow img
  {
    height: 18px;
  }
  
  .price-list-img-bar
  {
    height: 140px;
    object-fit: cover;
    object-position: left;
  }
  .price-list-img-bar-right
  {
    object-position: right;
  }
  .price-list-img-bar-center
  {
    object-position: center;
  }
  

  .order-icon-link
  {
    width: 38px;
    height: 38px;
  }
  .order-icon-link.disabled
  {
    background: #ccc;
    background-color: #ccc;
    color: #fff;
  }
  .order-icon-link img
  {
    width: 20px;
  }
  .order-icon-link.tel img
  {
    width: 18px;
  }
  .order-icon-link.desktop img
  {
    width: 15px;
  }

  
  .order-icon-link-dark
  {
    width: 38px;
    height: 38px;
  }
  .order-icon-link-dark img
  {
    width: 20px;
  }
  .order-icon-link-dark.tel img
  {
    width: 18px;
  }
  .order-icon-link-dark.desktop img
  {
    width: 25px;
  }
}

.modal-content
{
  background-color: #000;
  color: #fff;
  border-radius: 0;
}
.modal-content .close
{
  background-color: #000;
  color: #ffff00;
  font-size: 40px;
  font-weight: 200;
}
.modal-header
{
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sticky-menu, .all-products-menu {
    padding: 10px 5px;
    font-size: 14px;
  }
}

.signup, .login
{
	background-color: #F2D44B;
    padding: 15px;
    border-style: solid;
    border-color: #F2D44B;
    border-radius: 10px 10px 10px 10px;
}
.signup label, .login label
{
	color: #7a7a7a;
}
.signup input[type=text], .signup input[type=password]
, .login input[type=text], .login input[type=password]
{
	background-color: #000000 !important;
	color: #ffffff !important;
	padding: 0.5rem 1rem;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}

/* Online Buchung Kalendar */
.calendar-container header {
    display: flex;
    align-items: center;
    padding: 25px 30px 10px;
    justify-content: space-between;
}

header .calendar-navigation {
    display: flex;
}

header .calendar-navigation span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    user-select: none;
    color: #aeabab;
    font-size: 1.9rem;
}

.calendar-navigation span:last-child {
    margin-right: -10px;
}

header .calendar-navigation span:hover {
    background: #f2f2f2;
}

header .calendar-current-date {
    font-weight: 500;
    font-size: 1.45rem;
}

.calendar-body {
    padding: 20px;
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
}

.calendar-body .calendar-dates {
    margin-bottom: 20px;
}

.calendar-body li {
    width: calc(100% / 7);
    font-size: 1.07rem;
    color: #414141;
}

.calendar-body .calendar-weekdays li {
    cursor: default;
    font-weight: 500;
}

.calendar-body .calendar-dates li {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.calendar-dates li.inactive {
    color: #ccc !important;
}

.calendar-dates li.active {
    color: #444;
}
.calendar-dates li.today {
    color: #f00;
}

.calendar-dates li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.calendar-dates li.selected {
	color: #fff;
}
.calendar-dates li.selected::before {
    background: #6332c5;
}

.calendar-dates li.active:hover::before {
    background: #e4e1e1;
}
.calendar-times div
{
	text-align: center;
	cursor: pointer;
}
.calendar-times div.taken
{
	color: #444;
	text-decoration: line-through;
}
.calendar-times div.selected
{
	background-color: #F2D44B;
}
.menu-cart
{
	position: relative;
}
.menu-cart-bubble {
    background-color: var(--items-indicator-background-color, #d9534f);
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 1.6em;
    inset-inline-end: -.7em;
    line-height: 1.5em;
    min-width: 1.6em;
    position: absolute;
    text-align: center;
    top: -.7em;
}
.basket-container
{
	background-color: #F2D44B;
}
.basket-header
{
	background-color: #000;
	color: #fff;
}
.basket-header div
{
	padding: 5px 1rem;
}
.basket-row div
{
	border: solid 1px #ccc;
	padding: 1rem;
}

.basket-container .price-old
{
  color: #d69a39;
  text-decoration:line-through;
}