@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: white;
  cursor: pointer;
  z-index: 10;
  box-sizing: border-box;
}
.menu span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #262626;
  display: block;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  transition: 0.5s;
}
.menu span:nth-child(1) {
  transform: translateY(-10px);
}
.menu span:nth-child(3) {
  transform: translateY(10px);
}

.menu.active span:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
}
.menu.active span:nth-child(2) {
  transform: translateX(30px);
  opacity: 0;
}
.menu.active span:nth-child(3) {
  transform: translateY(0px) rotate(-45deg);
}

.menu-bar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  transition: 0.5s;
  background: white;
  transform: translateX(-100%);
  z-index: 3;
}
.menu-bar ul {
  display: flex;
  margin: 0;
  padding: 0 60px 0 0;
  float: right;
}
.menu-bar ul li {
  list-style: none;
}
.menu-bar ul li a {
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 500;
  color: #262626;
  text-decoration: none;
  padding: 0 20px;
  display: block;
}
.menu-bar ul li a:hover {
  background: #80CFA9;
  color: white;
}

.menu-bar.active {
  position: fixed;
  top: 0;
  transform: translateX(0);
}

/* section {

    width: 100%;
    z-index: -5;
} */
#home {
  height: 100vh;
}
#home .content {
  background: url("/img/index_bg.jpg") right top no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}
#home .content .home__header__picture {
  display: none;
}
#home .content .home__textfeld {
  background: #69747C;
  padding: 20px;
  width: 50%;
  margin-left: 60px;
  border-radius: 20px;
  color: white;
  display: flex;
  flex-direction: column;
}
#home .content .home__textfeld img {
  width: 60%;
  margin: 0 auto 20px;
}
#home .content .home__textfeld p {
  font-size: 1.2rem;
  text-align: center;
}
#home .content .home__textfeld a {
  background: #80CFA9;
  text-align: center;
  padding: 10px 20px;
  margin: 20px auto;
  border-radius: 50px;
  text-decoration: none;
  color: #262626;
  transition: 0.3s;
  width: 55%;
}
#home .content .home__textfeld a:hover {
  color: white;
}

.model-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transform: scale(0);
  z-index: 2;
}
.model-container .model {
  height: 400px;
  max-width: 350px;
  margin: 0 10px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.model-container .model .fa-heart {
  font-size: 50px;
  color: #80CFA9;
  padding-bottom: 30px;
  margin: 10px 0;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3), 15px 15px 0 #ccc, -15px 15px 0 #333;
}
.model-container .model h3 {
  color: #80CFA9;
  font-size: 25px;
}
.model-container .model p {
  color: #333;
  margin: 10px 0;
}
.model-container .model button {
  height: 35px;
  width: 120px;
  background: #333;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 50px;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.model-container .model button:hover {
  opacity: 0.8;
}
.model-container .model .fa-times {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

.model-container1 {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-top: 20px;
  padding: 10px;
  border: red 5px solid;
}
.model-container1 p {
  margin: 10px 0;
}

#about {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #262626;
  padding: 2rem;
}
#about .about__img {
  width: 30rem;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  border-radius: 10000rem;
  shape-outside: circle();
  margin: 2rem 2rem 2rem 0;
  border: 0.3rem solid #80CFA9;
  padding: 0.3rem;
}
#about .about__text {
  color: white;
}
#about .about__text h1 {
  color: #80CFA9;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#about .about__text p {
  margin-bottom: 1rem;
}
#about .about__text span {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
}

section#gallery {
  background: #69747C;
  min-height: 100vh;
  width: 100%;
  padding: 60px;
}
section#gallery .inner-width {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
section#gallery .inner-width h1 {
  color: #80CFA9;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}
section#gallery .border {
  width: 180px;
  margin: 35px auto;
}
section#gallery .gallery {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
section#gallery .image {
  flex: 25%;
  overflow: hidden;
  cursor: pointer;
}
section#gallery .image:hover img {
  transform: scale(1.4) rotate(15deg);
}
section#gallery .image img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

section#service {
  background: #262626;
  min-height: 100vh;
  /*display: flex;
  justify-content: center;
  align-items: center;

   flex-direction: ; */
}
section#service h1 {
  color: #80CFA9;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 80px;
}
section#service .service__container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 80px 30px;
}
section#service .service__container .card {
  position: relative;
  max-width: 300px;
  height: 215px;
  background: white;
  margin: 40px 10px;
  /* padding: 20px 15px; */
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 202px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
}
section#service .service__container .card:hover {
  height: 420px;
}
section#service .service__container .card:hover .service__content {
  visibility: visible;
  opacity: 1;
  margin-top: -60px;
}
section#service .service__container .card .imgBx {
  position: relative;
  width: 260px;
  min-height: 260px;
  background: #80CFA9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  top: -60px;
  left: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
section#service .service__container .card .imgBx img {
  max-width: 100%;
  height: 100px;
}
section#service .service__container .card .service__content {
  position: relative;
  margin-top: -140px;
  padding: 10px 15px;
  text-align: center;
  color: #111;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

section#contact {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 60px;
  background: #69747C;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#contact .form {
  width: 100%;
  max-width: 820px;
  background: #80CFA9;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
section#contact .form .contact-info {
  background: white;
  padding: 2.3rem 2.2rem;
}
section#contact .form .contact-info .title {
  color: #80CFA9;
}
section#contact .form .contact-info .text {
  color: #262626;
  margin: 1.5rem 0 2rem 0;
}
section#contact .form .contact-info .info .information {
  display: flex;
  color: #262626;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}
section#contact .form .contact-info .info .information .icon {
  width: 28px;
  margin-right: 0.7rem;
}
section#contact .form .contact-info .info .information p a {
  text-decoration: none;
  color: #111;
}
section#contact .form .contact-info .info .information p a:hover {
  font-weight: bold;
}
section#contact .form .contact-info .social-media {
  padding: 2rem 0 0 0;
}
section#contact .form .contact-info .social-media p {
  color: #262626;
}
section#contact .form .contact-info .social-media .social-icons {
  display: flex;
  margin-top: 0.5rem;
}
section#contact .form .contact-info .social-media .social-icons a {
  margin-right: 0.5rem;
}
section#contact .form .contact-info .social-media .social-icons a img {
  width: 45px;
  height: 45px;
  transition: 0.3s;
}
section#contact .form .contact-info .social-media .social-icons a img:hover {
  transform: scale(1.07);
}
section#contact .form .contact-form {
  position: relative;
}
section#contact .form .contact-form::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: #80CFA9;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}
section#contact .form .contact-form form {
  padding: 2.3rem 2.2rem;
  /* z-index: 10; */
  overflow: hidden;
  position: relative;
}
section#contact .form .contact-form form .title {
  color: #262626;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.7rem;
}
section#contact .form .contact-form .input-container {
  position: relative;
  margin: 1rem 0;
}
section#contact .form .contact-form .input-container .input {
  width: 100%;
  outline: none;
  /* border: 2px solid $secondColor; */
  /* background: none; */
  background: white;
  border: 0;
  padding: 0.6rem 1.2rem;
  color: #262626;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  font-weight: 500;
  border-radius: 20px;
}
section#contact .form .contact-form .input-container textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  resize: none;
  overflow-y: auto;
}
section#contact .form .contact-form .input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #262626;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}
section#contact .form .contact-form .textarea label {
  top: 13px;
  transform: translateY(0);
}
section#contact .form .contact-form .btn {
  padding: 0.6rem 1.3rem;
  background-color: white;
  /* border: 1px solid $secondColor; */
  border: none;
  font-size: 0.95rem;
  line-height: 1;
  border-radius: 25px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}
section#contact .form .contact-form .btn:hover {
  background-color: #69747C;
  color: white;
}

#datenschutz {
  padding: 80px;
  background: #111;
  color: white;
  min-height: 100vh;
}
#datenschutz ul li a, #datenschutz p a {
  text-decoration: none;
  color: #80CFA9;
}

#impressum {
  padding: 80px;
  background: #111;
  color: white;
  min-height: 100vh;
}
#impressum h1 {
  font-size: 2em;
  margin: 0 0 10px 0;
}
#impressum h2 {
  margin: 0 0 10px 0;
}
#impressum p {
  margin: 0 0 20px 0;
}
#impressum ul li a, #impressum p a {
  text-decoration: none;
  color: #80CFA9;
}

footer {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  height: 80px;
  background: #80CFA9;
}
footer p {
  padding: 10px;
}
footer p a {
  text-decoration: none;
  color: #262626;
  transition: 0.3s ease-in-out;
}
footer p a:hover {
  color: white;
}

@media (max-width: 1024px) {
  #about {
    min-height: 100vh;
    height: auto;
  }
  #about .about__img {
    width: 15rem;
    height: 15rem;
    margin: 1.5rem 1.5rem 1.5rem 0;
  }
}
@media (max-width: 960px) {
  section#gallery .image {
    flex: 33.33%;
  }
}
@media (max-width: 768px) {
  .menu-bar {
    height: auto;
  }
  .menu-bar ul {
    display: inherit;
    float: none;
    text-align: center;
    width: 100%;
    height: 100vh;
    padding: 0;
  }
  section#home {
    align-items: baseline;
    height: 100vh;
  }
  section#home .content {
    flex-direction: column;
    background: none;
    width: 100%;
    height: 100vh;
  }
  section#home .content .home__textfeld {
    width: 100%;
    margin: 0;
    border-radius: 0;
    height: 50vh;
    display: flex;
    justify-content: center;
  }
  section#home .content .home__textfeld p {
    font-size: 1rem;
  }
  section#home .content .home__textfeld img {
    width: 50%;
  }
  section#home .content .home__textfeld a {
    width: 75%;
  }
  section#home .content .home__header__picture {
    display: inline;
    width: 100%;
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  section#about .about__img {
    width: 10rem;
    height: 10rem;
    margin: 1rem 1rem 1rem 0;
    border: 0.15rem solid #80CFA9;
  }
  section#gallery {
    padding: 60px 10px 10px;
  }
  section#gallery .image {
    flex: 50%;
  }
  section#service .service__container {
    flex-direction: column;
  }
  section#service .service__container .card .face {
    width: 100%;
  }
  section#contact {
    padding: 10px;
  }
  section#contact .form {
    grid-template-columns: 1fr;
  }
  section#contact .form .contact-form::before {
    top: -13px;
    left: initial;
    right: 70px;
  }
  section#contact .form .contact-info .text {
    margin: 1rem 0 1.5rem 0;
  }
  section#contact .form .contact-info .social-media {
    padding: 1.5rem 0 0 0;
  }
}
@media (max-width: 480px) {
  #home .content .home__textfeld img {
    width: 100%;
  }
  #about {
    display: block;
    text-align: center;
    height: auto;
  }
  #about .about__img {
    float: none;
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
  }
  #about h1 {
    margin: 1.5rem auto;
  }
  #about p {
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
  section#gallery .image {
    flex: 100%;
  }
  section#service .service__container .card .face.face1 {
    background: #80CFA9;
    transform: translateY(0);
  }
  section#service .service__container .card .face.face1 .content {
    opacity: 1;
  }
  section#service .service__container .card .face.face2 {
    transform: translateY(0);
  }
  section#contact {
    padding: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */