.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  height: 100%;
}

.header-col {
  height: 100vh;
}

.col-brown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #393232;
  color: #e0e0e0;
}

.logo-div {
  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;
}

.logo-img {
  max-width: 100%;
}

.text-header-wrapper {
  margin-right: 70px;
  margin-bottom: 50px;
  margin-left: 70px;
}

.header-title {
  font-family: "Playfair Display", sans-serif;
  color: #b87333;
  font-size: 30px;
  font-weight: 400;
}

.header-para {
  font-family: "Source Sans Pro", sans-serif;
  color: #b87333;
  font-size: 25px;
  line-height: 23px;
  font-weight: 400;
}

.col-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url("../images/header.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Playfair Display", sans-serif;
  color: #e0e0e0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.item {
  font-family: "Playfair Display", sans-serif;
  color: #e0e0e0;
  font-size: 27px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}

.underline {
  height: 2px;
  margin-top: 5px;
  background-color: #e0e0e0;
}

.bio-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.col-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0e0e0;
}

.col-img-bio {
  height: 100%;
  background-image: url("../images/Photo-30.10.21-13-45-53pony_schneid.jpg");
  background-position: 50% 0%;
  background-size: cover;
}

.text-bio-wrapper {
  margin-right: 40px;
  margin-left: 40px;
}

.bio-title {
  margin-bottom: 30px;
  font-family: "Playfair Display", sans-serif;
  color: #3a6351;
  font-weight: 400;
  text-align: left;
}

.paragraph {
  font-family: "Source Sans Pro", sans-serif;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.link {
  font-family: "Source Sans Pro", sans-serif;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url("../images/ponyundschneid-leistungen.jpg");
  background-position: 35% 0px;
  background-size: cover;
}

.column-2 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #e0e0e0;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list {
  padding-left: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a6351;
}

.container.green {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #393232;
}

.container-2.brown {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.leistung-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: "Playfair Display", sans-serif;
  color: #b87333;
  font-weight: 400;
}

.paragraph-2 {
  font-family: "Source Sans Pro", sans-serif;
  color: #e0e0e0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.paragraph-3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #e0e0e0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.list-2 {
  font-family: "Source Sans Pro", sans-serif;
  color: #e0e0e0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.div-block-2 {
  max-width: 90%;
}

.sec-cta {
  height: 50%;
}

.column-3 {
  height: 100%;
  background-image: url("../images/trenner.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.columns-2 {
  height: 100%;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  background-color: #3a6351;
}

.paragraph-4 {
  margin-bottom: 20px;
  font-family: "Playfair Display", sans-serif;
  color: #e0e0e0;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.div-block-3 {
  max-width: 80%;
}

.button {
  padding: 10px 50px;
  border-radius: 20px;
  background-color: #b87333;
}

.text-span {
  font-family: "Source Sans Pro", sans-serif;
  color: #3a6351;
  font-size: 17px;
  font-weight: 400;
}

.sec-info {
  display: inline-block;
  background-color: #e0e0e0;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "Playfair Display", sans-serif;
  color: #3a6351;
  font-weight: 400;
  text-align: center;
}

.paragraph-5 {
  width: 80%;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.slide {
  background-image: url("../images/ponyundschneid-gallerie3.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url("../images/niggi.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url("../images/ponyundschneid-gallerie2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url("../images/ponyundschneid-gallerie4.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.braut-slide {
  background-image: url("../images/braut1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.braut-slide-2 {
  background-image: url("../images/braut2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.braut-slide-3 {
  background-image: url("../images/braut3.jpg");
  background-position: 50% 50%;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-color: #3a6351;
}

.braut-slide-4 {
  background-image: url("../images/braut4.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: 100%;
}

.column-5 {
  background-image: url("../images/Photo-30.10.21-13-15-45pony_schneid.jpg");
  background-position: 62% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-6 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-2 {
  padding-bottom: 30px;
  font-family: "Playfair Display", sans-serif;
  color: #b87333;
  font-weight: 400;
}

.paragraph-6 {
  font-family: "Source Sans Pro", sans-serif;
  color: #e0e0e0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.heading-3 {
  padding-bottom: 30px;
  font-family: "Playfair Display", sans-serif;
  color: #b87333;
  font-weight: 400;
}

.paragraph-7 {
  font-family: "Source Sans Pro", sans-serif;
  color: #e0e0e0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.column-7 {
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-8 {
  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;
  background-color: #3a6351;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.heading-4 {
  font-family: "Playfair Display", sans-serif;
  color: #b87333;
  font-weight: 400;
}

.paragraph-8 {
  font-family: "Source Sans Pro", sans-serif;
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 400;
}

.container-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-2 {
  color: #e0e0e0;
}

.link-3 {
  color: #e0e0e0;
}

.footer {
  background-color: #e0e0e0;
}

.paragraph-9 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Playfair Display", sans-serif;
  color: #3a6351;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.link-block {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding-right: 0px;
  background-image: url("../images/facebook-icon.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-2 {
  width: 40px;
  height: 40px;
  background-image: url("../images/instagramm-icon.png");
  background-position: 50% 50%;
  background-size: cover;
}

.sec-header-img {
  height: 100vh;
  background-image: url("../images/sonja2.jpg");
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-header {
  height: 100vh;
  background-image: url("../images/team.jpg");
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-9 {
  background-image: url("../images/ausbildung-sonja-ponyundschneid.jpg");
  background-position: 75% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-1 {
  background-image: url("../images/catharina2.jpg");
  background-position: 75% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-2 {
  background-image: url("../images/sonja.jpg");
  background-position: 75% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-3 {
  background-image: url("../images/laura.jpg");
  background-position: 75% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-4 {
  background-image: url("../images/niggi.jpg");
  background-position: 75% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row-reverse;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-10 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50%;
  padding: 50px 60px;
  -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;
  background-color: #e0e0e0;
}

.brown {
  background-color: #393232;
}

.orange {
  background-color: #b87333;
}

.green {
  background-color: #3a6351;
}

.container-5 {
  min-height: 50%;
}

.heading-5 {
  margin-bottom: 30px;
  font-family: "Playfair Display", sans-serif;
  color: #3a6351;
  font-weight: 400;
}

.paragraph-10 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.paragraph-11 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.column-11 {
  background-image: url("../images/detail-ponyundschneid.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-6 {
  max-width: 100%;
  min-height: 50%;
  padding: 50px 60px;
  background-color: #3a6351;
}

.column-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-6 {
  padding-bottom: 30px;
  font-family: "Playfair Display", sans-serif;
  color: #b87333;
  font-weight: 400;
}

.paragraph-12 {
  font-family: "Source Sans Pro", sans-serif;
  color: #e0e0e0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.link-4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #3a6351;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.link-5 {
  font-family: "Source Sans Pro", sans-serif;
  color: #3a6351;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.link-6 {
  color: #3a6351;
}

.link-7 {
  color: #3a6351;
}

.list-3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.list-4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.html-embed {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50%;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .text-bio-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .column-2 {
    padding-left: 0px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-height: 50%;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-2 {
    max-width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading {
    padding-bottom: 100px;
  }

  .container-4 {
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .text-bio-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50%;
    padding-top: 120px;
    padding-bottom: 120px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.green {
    padding-right: 250px;
    padding-left: 250px;
  }

  .container-2 {
    max-width: 100%;
  }

  .container-2.brown {
    padding-right: 250px;
    padding-left: 250px;
  }

  .div-block-2 {
    max-width: 60%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sec-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading {
    padding-bottom: 100px;
  }

  .paragraph-5 {
    width: 50%;
    max-width: 50%;
  }

  .slide {
    background-image: url("../images/ponyundschneid-gallerie3.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-2 {
    background-image: url("../images/niggi.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-3 {
    background-image: url("../images/ponyundschneid-gallerie2.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-4 {
    background-image: url("../images/ponyundschneid-gallerie4.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slider {
    height: 100%;
  }

  .container-4 {
    max-width: 100%;
    padding: 90px 160px;
  }

  .container-6 {
    padding: 90px 160px;
  }
}

@media screen and (max-width: 991px) {
  .text-header-wrapper {
    margin: 30px 0px;
  }

  .header-para {
    line-height: 23px;
  }

  .underline {
    display: none;
  }

  .col-grey {
    -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;
  }

  .text-bio-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column {
    display: none;
  }

  .column-2 {
    color: #e0e0e0;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list {
    padding-left: 40px;
  }

  .container {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-2 {
    max-width: 100%;
    padding: 40px 20px;
    background-color: #393232;
  }

  .heading {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .paragraph-5 {
    padding-bottom: 51px;
  }

  .slider {
    height: 60%;
  }

  .column-5 {
    display: none;
  }

  .column-9 {
    min-height: 500px;
  }

  .team-1 {
    min-height: 500px;
  }

  .team-2 {
    min-height: 500px;
  }

  .team-3 {
    min-height: 500px;
  }

  .team-4 {
    min-height: 500px;
  }

  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-4 {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-11 {
    min-height: 500px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .col-brown {
    max-height: 800px;
  }

  .text-header-wrapper {
    margin-right: 30px;
    margin-left: 30px;
  }

  .col-img {
    max-height: 600px;
  }

  .bio-col {
    display: block;
    min-height: 600px;
  }

  .col-grey {
    max-height: 400px;
  }

  .col-img-bio {
    max-height: 700px;
  }

  .bio-title {
    margin-bottom: 20px;
  }

  .link:hover {
    color: #b87333;
  }

  .sec-leistungen {
    display: inline-block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column {
    display: none;
  }

  .columns {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sec-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading {
    display: inline-block;
    width: 100%;
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .paragraph-5 {
    padding-bottom: 50px;
  }

  .column-9 {
    min-height: 500px;
  }

  .team-1 {
    min-height: 500px;
  }

  .team-2 {
    min-height: 500px;
  }

  .team-3 {
    min-height: 500px;
  }

  .team-4 {
    min-height: 500px;
  }

  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
  }

  .container-7 {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .header-col {
    height: 100vh;
  }

  .col-brown {
    max-height: 640px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-div {
    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;
  }

  .item {
    font-size: 16px;
  }

  .col-img-bio {
    max-height: 500px;
  }

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

  .bio-title {
    margin-bottom: 15px;
    float: left;
    font-size: 33px;
  }

  .link {
    color: #b87333;
  }

  .sec-leistungen {
    display: inline-block;
    background-color: transparent;
  }

  .column {
    display: none;
  }

  .columns {
    -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;
  }

  .container {
    padding-top: 41px;
    padding-bottom: 41px;
    -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;
    color: #e0e0e0;
  }

  .container-2 {
    padding: 41px 20px;
  }

  .paragraph-3 {
    margin-bottom: 0px;
  }

  .column-3 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .heading {
    display: inline-block;
  }

  .slide {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-2 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-3 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .braut-slide-3 {
    background-position: 50% 50%;
    background-size: contain;
    background-color: #3a6351;
  }

  .slide-4 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slider {
    height: 50%;
  }

  .column-7 {
    display: none;
  }

  .column-9 {
    min-height: 250px;
  }

  .team-1 {
    min-height: 250px;
  }

  .team-2 {
    min-height: 250px;
  }

  .team-3 {
    min-height: 250px;
  }

  .team-4 {
    min-height: 250px;
  }

  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .container-4 {
    padding: 40px 20px;
  }

  .container-6 {
    padding: 40px 20px;
  }

  .container-7 {
    max-width: 90%;
  }
}

.header-sub {
  font-family: "Source Sans Pro", sans-serif;
  color: #b87333;
  line-height: 23px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

a {
  color: white;
}
