@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Lato&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  background: #fff;
  height: 100%;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
}
h1,
h2,
h3,
a {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  color: #494949;
}

h3 {
  font-size: 40px;
  padding-top: 8%;
  margin-bottom: 5px;
}
hr {
  width: 30px;
  height: 3px;
  background: #494949;
  border: 0;
  margin: 0 auto 3% auto;
}
li {
  list-style: none;
  transition: 300ms;
}

/**Header*******************/

.logo {
  display: flex;
  width: 60px;
  height: 60px;
  margin: 0 15px 0 15px;
  padding: 5px;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 1s;
  padding: 7px 20px;
  z-index: 100000;
}
nav.sticky {
  padding: 7px 20px;
  background: #000;
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
}
nav ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav ul li {
  position: relative;
  list-style: none;
}
nav ul li:hover {
  transform: scale(0.95);
}
nav ul li .b {
  font-size: 18px;
  line-height: 20px;
  text-size-adjust: 100%;
  position: relative;
  text-decoration: none;
  margin: 0 15px;
  color: #f5f5f5;
  transition: 0.6s;
}
nav .sticky ul li .b {
  color: #f5f5f5;
}
.insta {
  display: flex;
  width: 25px;
  height: 25px;
  margin: 0 15px 0 15px;
}
.menu-icon {
  font-size: 25px;
  line-height: 60px;
  width: 100%;
  text-align: right;
  box-sizing: border-box;
  padding: 0 0;
  cursor: pointer;
  color: #000;
  display: none;
}
.burger {
  display: none;
  cursor: pointer;
}
.burger div {
  width: 25px;
  height: 3px;
  margin: 5px;
  background-color: #000000;
  transition: all 0.3s ease;
}

/**Home*********************/

#home {
  background: url(/img/landing.jpg);
  background-position: top left;
  background-size: cover;
  width: 100%;
  min-height: 100%;
  text-align: left;
}
#home .vl {
  border-left: 2px solid #fff;
  min-height: 100%;
  animation-delay: 4s;
}
#home h1 {
  padding-left: 30px;
  font-size: 3.5vw;
  color: #cdcdcd;
  animation-delay: 4.5s;
}
#home h2 {
  line-height: 30px;
  padding-left: 30px;
  font-size: 1.075vw;
  color: #cdcdcd;
  animation-delay: 5s;
}
#home .grid-container {
  display: grid;
  height: 100vh;
  grid-template-columns: 1fr 1fr;
}
#home .grid-item {
  vertical-align: middle;
  margin: auto 0;
}
#home a {
  line-height: 7vh;
  padding-left: 30px;
  font-size: 22px;
  text-align: right;
  color: rgba(216, 75, 75, 0.8);
  text-decoration: none;
  animation-delay: 5.5s;
  transition: 300ms;
}
#home a:hover {
  color: rgba(216, 75, 75, 1);
}

/**About********************/

#about {
  min-height: 100%;
  padding: 100px 0 100px 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
#about .text-wrapper {
  text-align: left;
  display: flex;
  width: 70%;
  height: 100%;
  max-width: 1400px;
  padding: 0px 0px 0px 55px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-style: none none none solid;
  border-width: 0px 0px 0px 2px;
  border-color: #000;
}
#about .textblock1 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  letter-spacing: 5px;
  color: #333;
}
#about .textblock2 {
  font-family: "Playfair Display", sans-serif;
  color: #333;
  font-size: 45px;
  line-height: 65px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
  animation-delay: 0.5s;
}
#about .textblock3 {
  margin-bottom: 0px;
  font-family: "Playfair Display", sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 38px;
  animation-delay: 1s;
}
#about .textblock4 {
  font-family: "Great Vibes", cursive;
  font-size: 34px;
  line-height: 40px;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 50px;
  justify-content: flex-end;
  align-items: center;
  animation-delay: 1.5s;
}

/**Bilder*******************/

#bilder {
  display: flex;
  min-height: 100%;
  padding: 80px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  background-color: #000;
}
#bilder .grid-container {
  max-width: 1400px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 16px 16px;
  grid-template-areas: "bild-oben-links text-oben-mitte bild-oben-rechts" "bild-oben-links bild-oben-mitte bild-oben-rechts" "text-links-mitte bild-mitte-mitte bild-mitte-rechts" "bild-unten-links-mitte bild-unten-links-mitte text-unten-rechts";
}
.mobile {
  display: none;
}
.bild-oben-links {
  grid-area: bild-oben-links;
  height: 100%;
  min-height: 700px;
  background-color: #0f0f0f;
  background-image: url(/img/bilder-galery/bild-oben-links.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.bild-oben-links:after {
  content: "Seiten Sifir mit perfektem Übergang";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 750ms;
  color: white;
  font-size: 20px;
}
.bild-oben-links:hover:after {
  opacity: 1;
}

.text-oben-mitte {
  grid-area: text-oben-mitte;
  display: flex;
  height: 100%;
  padding: 0px;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  justify-content: center;
  padding: 30px;
  background-color: #0f0f0f;
}

.p-1 {
  font-family: "Playfair Display", sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}
#bilder .link {
  margin-top: 10px;
  font-family: "Playfair Display", sans-serif;
  color: rgba(216, 75, 75, 0.8);
  font-size: 22px;
  text-decoration: none;
}
.bild-oben-mitte {
  grid-area: bild-oben-mitte;
  height: 100%;
  min-height: 150px;
  background-color: #0f0f0f;
  background-image: url(/img/bilder-galery/bild-schere.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.bild-oben-mitte:after {
  content: "Hochwertige Austattung";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 750ms;
  color: white;
  font-size: 20px;
}
.bild-oben-mitte:hover:after {
  opacity: 1;
}

.bild-oben-rechts {
  grid-area: bild-oben-rechts;
  height: 100%;
  min-height: 700px;
  background-color: #0f0f0f;
  background-image: url(/img/bilder-galery/bild-maxim.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.bild-oben-rechts:after {
  content: "Kundenzufriedenheit ist am wichtigsten ";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 750ms;
  color: white;
  font-size: 20px;
}
.bild-oben-rechts:hover:after {
  opacity: 1;
}

.text-links-mitte {
  grid-area: text-links-mitte;
  padding: 55px;
  background-color: #0f0f0f;
  height: 100%;
}
.p-4 {
  font-family: "Playfair Display", sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 20px;
}
.unterschrift {
  font-family: "Great Vibes", cursive;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 34px;
  line-height: 40px;
  text-align: left;
}

.bild-mitte-mitte {
  grid-area: bild-mitte-mitte;
  background: url(/img/bilder-galery/WebSite_Logo-01.png);
  height: auto;
  background-color: #fcfcfc;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.bild-mitte-mitte:after {
  content: "Mehmets Barbershop";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 750ms;
  color: white;
  font-size: 20px;
}
.bild-mitte-mitte:hover:after {
  opacity: 1;
}

.bild-mitte-rechts {
  grid-area: bild-mitte-rechts;
  height: auto;
  background-color: #0f0f0f;
  background-image: url(/img/bilder-galery/bild-victor.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.bild-mitte-rechts:after {
  content: "Seiten so frisch wie noch nie";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 750ms;
  color: white;
  font-size: 20px;
}
.bild-mitte-rechts:hover:after {
  opacity: 1;
}

.bild-unten-links-mitte {
  grid-area: bild-unten-links-mitte;
  height: 500px;
  background-color: #0f0f0f;
  background-image: url(/img/bilder-galery/bild-pinsel.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.bild-unten-links-mitte:after {
  content: "Jederzeit erreichbar";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 750ms;
  color: white;
  font-size: 20px;
}
.bild-unten-links-mitte:hover:after {
  opacity: 1;
}

.text-unten-rechts {
  grid-area: text-unten-rechts;
  display: flex;
  height: 500px;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0f0f0f;
  cursor: pointer;
}
.leistungen-icon {
  opacity: 0.8;
  width: 148px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.leistungen-grid {
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}

/**Leistungen***************/

#leistungen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
#leistungen h2 {
  margin-bottom: 50px;
  font-family: "Playfair Display", sans-serif;
  color: #333;
  font-weight: 400;
  margin-top: 20px;
  font-size: 45px;
  line-height: 65px;
}
.grid-leistungen {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px 16px;
  grid-template-areas: "l1 l2 l3" "l4 l5 l6";
  width: 100%;
  max-width: 1400px;
}
.l-karte {
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 0px solid #000;
  border-radius: 5px;
  background-color: rgba(250, 250, 248, 0.62);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.08);
}
#leistungen img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
  width: 25px;
}

#leistungen h3 {
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 0;
}
#leistungen p {
  max-width: 700px;
  margin-bottom: 0;
  font-family: "Playfair Display", sans-serif;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 30px;
  margin-top: 0;
  text-align: left;
}
.l1 {
  grid-area: l1;
}

.l2 {
  grid-area: l2;
}

.l3 {
  grid-area: l3;
}

.l4 {
  grid-area: l4;
}

.l5 {
  grid-area: l5;
}

.l6 {
  grid-area: l6;
}

/**Unique*******************/

.paralax {
  display: flex;
  height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/img/unique.jpg);
  background-position: 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}
.text-paralax {
  display: flex;
  width: 70%;
  max-width: 1400px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#unique h2 {
  font-family: "Playfair Display", sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 45px;
  line-height: 65px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}
#unique p {
  margin-bottom: 0px;
  font-family: "Playfair Display", sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  margin-top: 0;
}

/**team*********************/

#team {
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
#team body {
  text-align: left;
}
#team h2 {
  margin-bottom: 10px;
  font-family: "Playfair Display", sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 45px;
  line-height: 65px;
  font-weight: 400;
  margin-top: 20px;
}
.team-wrapper {
  display: flex;
  width: 70%;
  max-width: 1400px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.team-bilder {
  display: block;
  max-width: 1200px;
  margin-top: 100px;
  width: 100%;
}
#team .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1px 1px;
  grid-template-areas: "links mitte rechts";
}

#team .links {
  grid-area: links;
  height: 500px;
  width: 350px;
  background-color: #0f0f0f;
  background-image: url(/img/team/team-maxim.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 20px;
  transition: all 750ms;
  border-radius: 5px;
}
#team .links:after {
  content: "Mehmet Günday - BARBER/INHABER";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: all 750ms;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 425px 0px 0px 0px;
}
#team .links:hover:after {
  opacity: 1;
}
#team .links:hover {
  transform: scale(1.035);
}
#team .mitte {
  grid-area: mitte;
  height: 500px;
  width: 350px;
  background-color: #0f0f0f;
  background-image: url(/img/team/team-lauriz.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 20px;
  transition: all 750ms;
  border-radius: 5px;
}
#team .mitte:after {
  content: "Ali Baber - BARBER/STYLIST";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: all 750ms;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 425px 0px 0px 0px;
}
#team .mitte:hover:after {
  opacity: 1;
}
#team .mitte:hover {
  transform: scale(1.035);
}
#team .rechts {
  transition: all 750ms;
  border-radius: 5px;
  grid-area: rechts;
  height: 500px;
  width: 350px;
  background-color: #0f0f0f;
  background-image: url(/img/team/team-leon.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 20px;
}
#team .rechts:after {
  content: "Leon Wittorf - STARFOTOGRAPH/DJ";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: all 750ms;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 425px 0px 0px 0px;
}
#team .rechts:hover:after {
  opacity: 1;
}
#team .rechts:hover {
  transform: scale(1.035);
}
/**Kontakt******************/

#kontakt {
  display: flex;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 150px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  text-align: left;
}
.kontakt-wrapper {
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin-top: 0px;
  flex-direction: column;
  align-items: flex-start;
}
.kontakt-block {
  display: flex;
  width: 100%;
  min-height: auto;
  margin-top: 100px;
  justify-content: space-between;
}
.kontakt-form {
  width: 50%;
  margin-top: 40px;
  margin: 0 0 15px;
}

.k-input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  border: 1px solid #cccc;
}
.kontakt-name {
  height: 70px;
  border-style: none solid solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #333;
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
}
.kontakt-email {
  height: 70px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #333;
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
}
.kontakt-nachricht {
  height: auto;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #333;
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
  overflow: auto;
}
.kontakt-button {
  text-align: center;
  align-items: flex-start;
  margin-top: 30px;
  background-color: transparent;
  font-family: "Playfair Display", sans-serif;
  color: #333;
  font-size: 20px;
  display: inline-block;
  padding: 9px 15px;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-size-adjust: 100%;
}
#kontakt h2 {
  margin-top: 10px;
  font-family: "Playfair Display", sans-serif;
  color: #333;
  font-size: 45px;
  line-height: 65px;
  font-weight: 400;
  margin-bottom: 10px;
}
#kontakt p {
  margin-top: 0px;
  font-family: "Playfair Display", sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.kontakt-adresse {
  height: 294px;
  display: flex;
  width: 50%;
  margin-left: 0px;
  padding: 40px;
  justify-content: center;
  align-items: center;
  border-left: 0px solid #333;
}
#kontakt ul {
  width: 100%;
  margin: 30px 0px 0px 70px;
  padding-left: 0px;
  list-style: none;
  font-family: "Playfair Display", sans-serif;
  color: #fff;
}
#kontakt li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin-bottom: 40px;
}
.k-li-item-1 {
  width: 100%;
}
.k-info {
  display: flex;
  margin-right: 50px;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: center;
}
.k-img {
  margin-right: 15px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 30px;
}
.k-text {
  font-family: "Playfair Display", sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 25px;
}
.rezension-wrapper {
  width: 90%;
  max-width: 1400px;
  margin-top: 100px;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 16px 16px;
  grid-template-areas: "rez-1 rez-2 rez-3";
}
.rez {
  display: flex;
  min-height: 350px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px none #efebeb;
}
.rez-1 {
  grid-area: rez-1;
}
.rez-2 {
  grid-area: rez-2;
}
.rez-3 {
  grid-area: rez-3;
}
.rez-pb {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
  width: 109px;
}
rez-text {
  margin-top: 0px;
  font-family: "Playfair Display", sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.rez-sterne {
  margin-top: 0px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
  width: 75px;
}
.rez-name {
  margin-top: 15px;
  font-family: "Great Vibes", sans-serif;
  font-size: 23px;
}

/**footer******************/

footer {
  width: 100%;
  height: 70px;
  background-color: #000;
}
footer p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
  padding-top: 25px;
}

/**TO-TOP***************/

.to-top {
  background: #0f0f0f;
  position: fixed;
  bottom: 16px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #f5f5f5;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 0.5;
}
/**Media queries****************/

@media (max-width: 1000px) {
  /*Header*/
  .logo-desktop {
    display: none;
  }
  .instagram .insta {
    display: flex;
    margin: auto;
  }
  .logo-mobile {
    display: none;
    width: 60px;
    height: 60px;
    margin: 0 15px 0 15px;
    padding: 5px;
    position: relative;
    transition: all 0.4s;
  }

  .menu-icon {
    position: relative;
    display: flex;
    padding: 0px 15px 0px 0;
    align-items: center;
    justify-content: space-between;
  }
  .burger {
    display: block;
    padding: 15.5px 0px 15.5px 0px;
  }

  .burger div {
    width: 25px;
    height: 3px;
    margin: 5px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  nav {
    line-height: 10px;
    padding: 5px 5px;
    display: block;
  }
  nav ul {
    overflow: hidden;
    text-align: right;
    transition: 0.4s;
    display: block;
    max-height: 0px;
  }
  nav.sticky {
    padding: 5px 5px;
  }
  nav.sticky .logo-mobile {
    display: flex;
  }
  nav ul li {
    display: inline-block;
    padding: 16px 40px;
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    text-align: center;
  }
  nav ul li .b {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
  }
  nav ul.showing {
    max-height: 35em;
    background: #000;
  }
  nav.color {
    background: #000;
  }
  .showing {
    max-height: 35em;
    background: #f5f5f5;
  }
  /*Home*/

  #home {
    background: url(/img/landing.jpg);
    background-position: top center;
    width: 100%;
    min-height: 100%;
    text-align: left;
  }
  #home .vl {
    border: 0;
    animation-delay: 0s;
    padding: 0 30px;
  }
  #home h1 {
    padding-left: 0px;
    font-size: 32px;
    line-height: 45px;
    color: #cdcdcd;
    animation-delay: 0s;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  #home h2 {
    line-height: 25px;
    padding-left: 0px;
    font-size: 16px;
    color: #cdcdcd;
    animation-delay: 0.5s;
    max-width: 1200px;
  }
  #home .grid-container {
    display: grid;
    height: 100vh;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto;
  }
  #home .grid-item {
    vertical-align: middle;
    margin: 0 auto;
  }
  #home .grid-item-1 {
    vertical-align: middle;
    margin: 10px 0 0 0;
  }
  #home a {
    line-height: 7vh;
    padding-left: 0px;
    font-size: 20px;
    text-align: right;
    color: rgba(216, 75, 75, 0.8);
    text-decoration: none;
    animation-delay: 1s;
    transition: 300ms;
  }
  #home a:hover {
    color: rgba(216, 75, 75, 1);
  }

  /*About*/

  #about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #about .text-wrapper {
    border-left-width: 0px;
    width: 90%;
    padding: 10px;
  }
  #about .textblock2 {
    font-size: 25px;
    line-height: 55px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #about .textblock3 {
    font-size: 18px;
  }
  #about .textblock4 {
    font-family: "Great Vibes", cursive;
    font-size: 34px;
    line-height: 40px;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 50px;
    justify-content: flex-end;
    align-items: center;
    animation-delay: 1.5s;
  }
  /*Bilder*/
  .mobile {
    display: table;
  }
  .pc {
    display: none;
  }
  #bilder {
    padding: 5px;
    flex-direction: column;
    overflow: visible;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto;
  }
  #bilder .grid-container {
    justify-content: stretch;
    justify-items: stretch;
    align-items: stretch;
    align-content: stretch;
    flex-direction: column;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto;
    gap: 16px 16px;
    width: 100%;
    max-width: 1400px;
    grid-template-areas: "bild-oben-links" "text-links-mitte" "bild-unten-links-mitte" "bild-mitte-rechts" "text-unten-rechts" "bild-mitte-mitte" "bild-oben-rechts";
  }
  .text-oben-mitte {
    display: none;
  }
  .bild-oben-mitte {
    display: none;
  }
  .bild-mitte-mitte {
    display: none;
  }
  .bild-mitte-rechts {
    display: none;
  }
  /*Leistungen*/

  #leistungen {
    overflow: visible;
    padding: 60px 10px;
  }
  #leistungen h2 {
    font-size: 35px;
    line-height: 55px;
  }
  .grid-leistungen {
    display: grid;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    gap: 16px 16px;
    grid-template-areas: "l1" "l2" "l3" "l4" "l5" "l6";
    width: 100%;
    max-width: 1400px;
  }
  /*Kontakt*/

  #kontakt {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .kontakt-block {
    flex-direction: column;
  }
  .kontakt-form {
    width: 100%;
    margin-top: 0px;
  }
  #kontakt h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0px;
  }
  #kontakt p {
    font-size: 16px;
    margin-bottom: 0px;
  }
  #kontakt ul {
    margin-left: 10px;
  }
  .kontakt-adresse {
    width: 100%;
    margin-top: 30px;
    padding: 0px;
  }
  .rezension-wrapper {
    flex-direction: column;
    display: flex;
  }
  /*footer*/
  footer p {
    font-size: 12px;
  }
  #team .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 1px 1px;
    grid-template-areas: "links" "mitte" "rechts";
  }
  #team {
    padding: 15px;
  }
  .team-wrapper {
    width: 90%;
  }
}

/**Animationen****************/

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  opacity: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}
