/*#page-wrapper {
  max-width: 1920px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  background-color: #2e3141;
  background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("../files/img/Hero.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center,
    center;
}
*/
#page-wrapper:after {
  content: "";
  position: fixed;
  /* stretch a fixed position to the whole screen */
  top: 0;
  height: 100vh;
  /* fix for mobile browser address bar appearing disappearing */
  left: 0;
  right: 0;
  z-index: -1;
  /* needed to keep in the background */
  background: linear-gradient(to top, rgba(46, 49, 65, 0.4), rgba(46, 49, 65, 0.4)), url("../files/img/Hero.jpg") center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 930px) {
#page-wrapper:after {
  content: "";
  position: fixed;
  /* stretch a fixed position to the whole screen */
  top: 0;
  height: 100vh;
  /* fix for mobile browser address bar appearing disappearing */
  left: 0;
  right: 0;
  z-index: -1;
  /* needed to keep in the background */
  background: linear-gradient(to top, rgba(46, 49, 65, 0.4), rgba(46, 49, 65, 0.4)), url("../files/img/hair_salon_woman2.jpg") center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#pic_woman2 {
  display:flex;
}

#pic_woman1 {
  display:none;
}

}

@media only screen and (min-width: 931px) {
#pic_woman1 {
  display:block;
}

#pic_woman2 {
  display:none;
}
}
/*====== HEADER ====== */
#site-logo img {
  position: absolute;
  max-width: 200px;
  height: auto;
  top: -20px;
  left: -20px;
  z-index: 101;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}



header {
  position: fixed;
  top: 0;
  padding: 0 20px;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sticky {
  z-index: 100;
  position: fixed !important;
  background-color: rgba(40, 44, 52, 0.8);
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.sticky #site-logo img {
  top: -10px;
  left: 10px;
  max-width: 120px;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

@media only screen and (max-width: 600px) {
  #site-logo img {
    position: absolute;
    max-width: 200px;
    height: auto;
    top: -20px;
    left: 25%;
    z-index: 101;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }

  .sticky #site-logo img {
    top: -10px;
    left: 37.5%;
    max-width: 100px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
}
header ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

header ul a {
  color: white;
}

header ul li {
  padding: 5px;
  margin-left: 10px;
}

header ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  /*height: calc(100vh - 200px);*/
  height: 50vh;
  padding: 10px;
  width: 100%;
  background-color: #666;
  margin: 100px auto;
  border-radius: 6px;
}

.mobile-menu li {
  margin: auto 0;
}

@media only screen and (max-width: 600px) {
  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
  }

  #container-light, #container-dark, #container-light-last {
    width: 95% !important;
  }
}

.banner {
  width: 80%;
  height: auto;
  margin: 250px auto 200px;
  text-align: center;
}

.banner h1 {
  font-size: 200%;
  color: #fff;
}

.banner p {
  color: #fff;
}

#container-light {
  width: 80%;
  height: auto;
  background-color: #ffffff;
  margin: 0 auto;
  border-radius: 6px 6px 0 0;
  padding: 2.5%;
}

.pic_top{
  height: 400px;
  width: 100% !important;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 5%;
}

.img-standard {
  border-radius: 6px;
}

.service {
  text-align: center;
}

.service-item {
  text-align: center;
  margin: 5% 0;
}

.service-item h3 {
  font-size: 1em;
  margin-top: 7.5%;
}

.circle-shape {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #cca43d;
}

.icon {
  width: 50px;
  height: 50px;
  margin: 22px auto 0;
}

#container-dark {
  width: 80%;
  height: auto;
  background-color: #282c34;
  margin: 0 auto;
  padding: 2.5%;
}

#container-dark h2, h3, h4, h5 {
  color: #cca43d;
}

#container-dark p, li {
  color: #ffffff;
}

.preise {
  border: 1px solid #cca43d;
  border-radius: 6px;
  padding: 2.5%;
  margin: 0 auto 50px;
  color: #aaaaaa;
}

.preis {
  float: right;
}


.bezeichnung, .preis {
  font-weight: bold;
}

#container-light-last {
  width: 80%;
  height: auto;
  background-color: #ffffff;
  margin: 0 auto;
  border-radius: 0 0 6px 6px;
  padding: 2.5%;
}

footer {
  width: 100%;
}

.footer-content {
  text-align: center;
  padding: 25px;
}

#open-impressum-popup {
  color: #fff;
}

.impressum-popup {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 1000px;
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1);
  margin-top: -25px;
  opacity: 0;
  transition: top 0ms ease-in-out 300ms, opacity 300ms ease-in-out, margin-top 300ms ease-in-out;
}

.impressum-popup>* {
  margin: 15px 0px;
}

.impressum-popup .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: #eee;
  color: #111;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
}

body.active-impressum-popup {
  overflow: hidden;
}

body.active-impressum-popup .impressum-popup {
  top: 125%;
  opacity: 1;
  margin-top: 0px;
  transition: top 0ms ease-in-out 0ms, opacity 300ms ease-in-out, margin-top 300ms ease-in-out;
}

body.active-impressum-popup main {
  filter: blur(5px);
  background: rgba(0, 0, 0, 0.08);
  transition: filter 0ms ease-in-out 0ms;
}

main {
  transition: filter 0ms ease-in-out 300ms;
}

@media only screen and (max-width: 600px) {
  body.active-impressum-popup .impressum-popup {
    top: 200%;
  }
}

#zeiten{
  margin: 15% 0 0 0;
}
