@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  src: url(font/Karla.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

body {
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

p {
  margin-bottom: 0px;
  color: #1b1b1b;
}

.navbar {
  position: fixed;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 95px;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
}

.logo-img {
  max-width: 220px;
}

.logo-link {
  padding-left: 0px;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
}

.nav-link:hover {
  color: #d0bf8a;
}

.nav-link.online-button {
  display: inline-block;
  max-height: 45px;
  min-width: 170px;
  margin-left: 15px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #eaca84;
  text-align: center;
}

.nav-link.online-button:hover {
  background-color: #d4c494;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-top {
  background-color: #eaca84;
}

.line-top.bottom {
  background-color: #eaca84;
}

.container {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.container.container-contact {
  width: 100%;
}

.body {
  overflow: scroll;
  height: 100%;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 26px;
}

.hero {
  display: -ms-grid;
  display: flex;
  margin-top: 95px;
  align-items: flex-start;
  border-left: 30px solid #fff;
  border-right: 30px solid #fff;
  background-image: url(https://zahnaerzte-friedrichstrasse.de/images/hero-zahnarzt.jpg);
  background-repeat: no-repeat;
  background-position-y: -100px;
  background-size: cover;
  min-height: 700px;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  justify-content: flex-start;
  width: 100%;
  align-self: flex-end;
}

.hero-content-inner {
  padding-right: 5%;
  padding-left: 5%;
  width: 100%;
}

.hero-h1 {
  margin-top: 0px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #333;
  font-size: 45px;
  line-height: 50px;
  -webkit-animation: text-focus-in 3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s
    both;
  animation: text-focus-in 3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

.hero-paragraph {
  margin-bottom: 60px;
  color: #333;
}

.cta-button-hero {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 50px;
  background-color: #fff;
  color: #eaca84;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-img-holder {
  background-image: url("../images/home-hero.jpg");
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 20px;
  text-decoration: none;
}

.icon-holder {
  margin-right: 16px;
}

.content-box {
  display: -ms-grid;
  display: grid;
  margin-top: 120px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 5fr 1fr 6fr;
  grid-template-columns: 5fr 1fr 6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.headline-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 400;
}

.headline-h2.white {
  color: #fff;
}

.headline-h2.spacing-headline {
  margin-top: 120px;
}

.button-holder {
  margin-top: 60px;
  font-weight: 700;
}

.cta-button {
  display: inline-block;
  padding: 13px 40px;
  border-radius: 50px;
  background-color: #eaca84;
  text-align: center;
  text-transform: uppercase;
}

.cta-button.canvasbutton {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.filled-section {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaca84;
}

.service-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #fff;
  cursor: pointer;
}

.service-card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #eaca84;
}

.icon-zahn {
  height: 37px;
  margin-right: 20px;
}

.service-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #eaca84;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.more-icon {
  margin-left: 20px;
}

.service-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  opacity: 0.8;
}

.doc-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.doc-img-potrait {
  width: 100%;
}

.doc-meta {
  margin-top: 20px;
}

.cta-doc-vita {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  max-width: 200px;
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #eaca84;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.doc-vita-text-btn {
  color: #fff;
  font-weight: 700;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.footer {
  margin-top: 120px;
  background-color: #eaca84;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-img {
  max-width: 310px;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav-link {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  text-decoration: none;
}

.offcanva {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100%;
  background-color: #fff;
}

.offcanva.prohyplaxe {
  position: fixed;
  overflow: scroll;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: -10px 0 10px 5px rgba(0, 0, 0, 0.15);
}

.offcanva.prohyplaxe.zahnerhaltung {
  display: none;
  padding-top: 30px;
}

.offcanva.prohyplaxe.zahnerhaltung.zahnerehaltung-neu {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.wurzelkanal {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.paro {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.ersatz {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.knirschen {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.implantate {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.mini {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.angst {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.digital {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.kevin {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.olesja {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.matze {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.openingtime {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.behandlungdanach {
  display: none;
}

.offcanva.prohyplaxe.zahnerhaltung.jobs {
  display: none;
}

.offcanva.zahnerhaltung {
  display: none;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.canvas-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.canvas-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.canvas-headline {
  color: #eaca84;
  font-size: 22px;
  text-transform: uppercase;
}

.close-canvas {
  padding: 10px;
  cursor: pointer;
}

.dot-box {
  width: 8px;
  height: 8px;
  margin-top: 8px;
  margin-right: 16px;
  border-radius: 10px;
  background-color: #eaca84;
}

.dot-holder {
  width: 30px;
  cursor: pointer;
}

.serive-text-white {
  margin-top: 20px;
  color: #fff;
}

.job-title {
  color: #5f5f5f;
  font-size: 15px;
  line-height: 23px;
}

.backtotop {
  position: absolute;
  right: 0px;
  bottom: 30px;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #0f0f0f;
  cursor: pointer;
}

.newsidebar {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  right: 0;
  top: 0;
  position: fixed;
  height: 100%;
  z-index: 2;
  padding-top: 30px;
  box-shadow: -10px 0 10px 5px rgba(0, 0, 0, 0.15);
  transform: translate(100%);
  transition: all 300ms ease;
  max-width: 500px;
}

.newsidebar-open {
  transform: translate(0%);
}

.newsidebar-two {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  right: 0;
  top: 0;
  position: fixed;
  height: 100%;
  z-index: 2;
  padding-top: 30px;
  box-shadow: -10px 0 10px 5px rgba(0, 0, 0, 0.15);
  transform: translate(100%);
  transition: all 300ms ease;
  max-width: 500px;
}

.newsidebar-open-two {
  transform: translate(0%);
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-top: 94px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaca84;
}

.contact-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 58px;
  font-weight: 400;
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-p {
  margin-bottom: 20px;
}

.submitbutton {
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 50px;
  background-color: #eaca84;
  color: #fff;
}

.textfieldbox {
  min-height: 150px;
}

.phoneblock.seconblock {
  margin-top: 60px;
}

.content-holder-contact {
  margin-top: 100px;
  margin-bottom: 60px;
}

.datenschutz {
  margin-top: 120px;
}

.topicons {
  max-width: 40px;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 70px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .nav-link {
    padding-left: 1.875rem;
    color: #fff;
  }
  .nav-link:hover {
    color: #fff;
  }
  .nav-link.online-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #d0bf8a;
  }
  .nav-menu {
    padding-bottom: 30px;
    background-color: #eaca84;
  }
  .menu-button {
    padding-right: 0px;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .line-top {
    width: 24px;
    height: 3px;
    border-radius: 20px;
    background-color: #d0bf8a;
  }
  .line-top.bottom {
    margin-top: 5px;
  }
  .container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .hero {
    margin-top: 70px;
  }
  .hero-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero-h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .icon-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .icon-card {
    padding-right: 16px;
    padding-left: 16px;
  }
  .content-box {
    margin-top: 80px;
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .headline-h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .headline-h2.spacing-headline {
    margin-top: 80px;
  }
  .button-holder {
    display: block;
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  .filled-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .service-grid {
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .cta-doc-vita {
    max-width: 100%;
    border-radius: 100px;
  }
  .team-grid {
    margin-top: 60px;
  }
  .footer {
    margin-top: 80px;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-nav {
    margin-top: 20px;
  }
  .banner {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 65px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .hero {
    margin-top: 65px;
    display: flex;
    min-height: 450px;
    max-height: 550px;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    background-position-y: -15px;
    background-position-x: -157px;
  }
  .hero-content {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .hero-content-inner {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .hero-h1 {
    font-size: 23px;
    line-height: 25px;
  }
  .cta-button-hero {
    width: 100%;
    text-align: center;
  }
  .hero-img-holder {
    display: none;
  }
  .icon-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .icon-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .icon-holder {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .content-box {
    margin-top: 60px;
  }
  .headline-h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .headline-h2.spacing-headline {
    margin-top: 60px;
  }
  .button-holder {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .filled-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .service-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }
  .doc-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-grid {
    margin-top: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .footer {
    margin-top: 60px;
  }
  .footer-logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .offcanva.prohyplaxe {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .serive-text-white {
    text-align: left;
  }
  .banner {
    margin-top: 65px;
  }
  .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .content-holder-contact {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .hero-h1 {
    font-size: 28px;
    line-height: 32px;
  }
}

#w-node-dd0ae75cdf7a-474dd72b {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2ec8692d26e1-374dd72e {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-dd0ae75cdf7a-474dd72b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-2ec8692d26e1-374dd72e {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  .newsidebar,
  .newsidebar-two {
    width: 100%;
  }
}

.hier-bearbeiten {
  position: fixed;
  left: 0px;
  top: 50px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  width: 450px;
  height: 660px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  overflow: scroll;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.4);
}

.headline-box {
  margin-top: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  font-size: 20px;
  text-align: center;
}

.popuptext {
  margin-top: 20px;
  text-align: left;
}
.popupbutton {
  margin-top: 40px;
  text-decoration: none;
  color: #fff;
  width: 100%;
  text-align: center;
}
.popupbutton p {
  color: #fff;
}
.popupheadline {
  color: #eaca84;
}
@media screen and (max-width: 560px) {
  .hier-bearbeiten {
    top: 20px;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
    height: 100%;
    padding-bottom: 50px;
  }
}

.team-img img {
  width: 100%;
}

.popinfo {
  position: fixed;
  z-index: 9999;
  width: 45%;
  background-color: #fff;
  left: 0;
  top: 3rem;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-family: Karla, sans-serif;
  box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.288);
  height: auto;
  overflow: scroll;
}

.popheader {
  width: 100%;
  background-color: #eaca84;
  color: #fff;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popbody {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  overflow: scroll;
  height: 100%;
  padding-bottom: 3rem;
}

.toggle-close {
  display: none;
}
.btn-close-pop {
  display: inline-block;
  max-height: 45px;

  padding: 10px 40px;
  color: #fff;
  text-decoration: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #eaca84;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .popinfo {
    width: 95%;
    font-size: 15px;
  }
}
