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

body {
  font-family: Montserrat, sans-serif;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
}

a {
  color: #735260;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.navigation-link {
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  font-family: Montserrat, sans-serif;
  color: #735260;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

.navigation-link:hover {
  border-bottom: 1px solid #735260;
  color: #735260;
}

.navigation-link.w--current {
  border-bottom-color: #5d5d5d;
  color: #333;
}

.navigation-link.ausge {
  border-bottom: 1px solid #333;
}

.navigation-bar {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  text-transform: uppercase;
}

.navigation-bar.nav-galerie {
  padding-bottom: 0px;
}

.navigation-menu {
  margin-top: 3px;
}

.brand-text {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #5d5d5d;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.section {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.sec-center {
  text-align: center;
}

.footer {
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
}

.footer-text {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #bbb;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.photo-link-block {
  width: 300px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #333;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.photo-link-block:hover {
  opacity: 1;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #333;
  text-decoration: none;
}

.title {
  margin-top: 13px;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.title.bildnummer {
  margin-top: -25px;
  font-weight: 400;
}

.logo {
  width: 75px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid._2er {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.cont-center {
  text-align: center;
}

.col-pfeile {
  margin-top: 40px;
  border-top: 1px solid #bec3c7;
}

.pfeil-link {
  width: 40px;
  margin-top: 40px;
  border: 1px solid #333;
  border-radius: 0px;
  opacity: 0.3;
}

.pfeil-link:hover {
  border-color: #5d5d5d;
  opacity: 0.5;
}

.pfeil {
  padding: 10px;
}

.my {
  width: 200px;
}

.h1-gr-er {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.h1-abstand {
  margin-bottom: 60px;
}

.h2-d-nner {
  font-weight: 400;
}

.div-abstand {
  height: 80px;
}

.image-galeriebild {
  height: 800px;
}

.para-bildnummer {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #5d5d5d;
  font-size: 13px;
  text-transform: uppercase;
}

.bild-margot {
  width: 400px;
  margin-bottom: 60px;
}

.strich {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 80px;
  background-color: #5d5d5d;
}

.utility-page-content {
  width: 260px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.button {
  background-color: #5d5d5d;
}

.bild-home {
  width: 600px;
}

@media screen and (max-width: 991px) {
  .navigation-link:hover {
    color: #fff;
  }

  .navigation-bar {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .hamburger-button {
    padding: 7px;
  }

  .hamburger-button.w--open {
    background-color: #000;
  }

  .section {
    padding-bottom: 0px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .my {
    width: 150px;
  }

  .image-galeriebild {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .navigation-link {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .navigation-link:hover {
    border-bottom-style: none;
    color: #333;
    font-weight: 600;
  }

  .navigation-link.w--current {
    border-bottom-style: none;
    font-weight: 600;
  }

  .navigation-bar {
    z-index: 1000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-button {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #d4d4d4;
  }

  .hamburger-button:hover {
    background-color: #bec3c7;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

  .navigation-menu {
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #f0f0f0;
  }

  .brand-text {
    margin-bottom: 0px;
    font-size: 20px;
  }

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

  .footer {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .logo {
    width: 50px;
    margin-bottom: 10px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pfeil-link {
    width: 30px;
  }

  .pfeil {
    padding: 5px;
  }

  .my {
    width: 100px;
  }

  .h1-gr-er {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .brand-text {
    font-size: 18px;
    line-height: 28px;
  }

  .photo-link-block {
    margin-bottom: 0px;
  }

  .logo {
    width: 40px;
    margin-right: 10px;
  }

  .pfeil-link {
    margin-top: 20px;
  }

  .my {
    width: 70px;
  }

  .h1-gr-er {
    font-size: 30px;
  }

  .para-bildnummer {
    margin-top: 25px;
    font-size: 10px;
  }

  .bild-margot {
    width: auto;
  }
}

