body {
  font-family: 'Bellota Text', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 71px;
  margin-bottom: 10px;
  font-family: Bellefair, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 2px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: 'Bellota Text', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

a {
  font-family: Lato, sans-serif;
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: none;
}

strong {
  font-weight: 400;
}

.section {
  z-index: 0;
}

.section.content {
  position: relative;
  height: 400vh;
}

.section._1 {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
}

.section.end {
  height: 100vh;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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: #fcfcfc;
}

.container.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.container.start {
  height: 85vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.container.end {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

.scroll-wrapper {
  overflow: hidden;
  width: 90%;
  height: 70%;
}

.lightbox-link {
  width: 100%;
  height: 25%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.image {
  width: 100%;
  height: 100%;
  border-bottom: 10px solid #fff;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image.top-align {
  -o-object-position: 50% 18%;
  object-position: 50% 18%;
}

.image.bottom-align {
  -o-object-position: 50% 70%;
  object-position: 50% 70%;
}

.image.very-bottom-align {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.scroll-content {
  display: block;
  height: 400%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 25px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-wrapper-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 22%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  opacity: 1;
}

.text-wrapper-1.info {
  position: static;
  width: 100%;
  height: 100%;
  margin-bottom: 0.5%;
  padding-top: 6%;
  padding-bottom: 6%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 2px;
}

.paragraph {
  width: 450px;
  margin-top: 7px;
  margin-bottom: 0px;
  font-family: 'Bellota Text', sans-serif;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.paragraph.about {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.paragraph.leistungen {
  width: 90%;
  margin-bottom: 7px;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}

.color-blocks-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.color-blocks-wrapper.start {
  width: 80px;
  margin-top: 0px;
}

.farbblock {
  width: 5px;
  height: 5px;
  margin: 3px;
  padding-left: 0px;
  background-color: transparent;
}

.farbblock._1 {
  background-color: #b7d7e7;
  color: #333;
}

.farbblock._2 {
  background-color: #ecd777;
}

.farbblock._3 {
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #b99862;
}

.farbblock._4 {
  background-color: #7ca07b;
}

.h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 1.5%;
  font-family: Bellefair, sans-serif;
  color: #616060;
  font-size: 30px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bellefair, sans-serif;
  color: #7a7a7a;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 11px;
  text-transform: uppercase;
}

.heading-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30vh;
  padding: 14px;
  -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;
  text-decoration: none;
}

.info-frame {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  height: 70vh;
  padding: 0.5%;
  -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-image: url('../images/Locations-Hochzeit-01.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  padding-right: 6px;
  padding-left: 6px;
  -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-style: none;
  border-width: 1px;
  border-color: #afafaf;
  border-radius: 6px;
  font-family: Bellefair, sans-serif;
  color: #858585;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.link.anfrage {
  position: static;
  width: 40%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #708a6d;
  font-family: Bellefair, sans-serif;
  color: #eee;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 7px;
  cursor: pointer;
}

.link.start {
  border-style: none;
  border-color: #252525;
  background-color: #708a6d;
  color: #fff;
}

.link.men {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 5px;
  border-style: none;
  border-radius: 0px;
}

.link.men.klein {
  padding-left: 10px;
  font-family: 'Bellota Text', sans-serif;
  font-size: 10px;
}

.info-content-wrapper {
  overflow: visible;
  width: 100%;
  height: 100%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-me-link {
  width: 100%;
  font-family: 'Bellota Text', sans-serif;
  color: #6f6f6f;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -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;
}

.legal-button {
  margin-right: 40px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Bellota Text', sans-serif;
  color: #a8a8a8;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0px;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: 'Bellota Text', sans-serif;
  font-size: 10px;
}

.columns {
  width: 80%;
}

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

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

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

.header-block {
  position: static;
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -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;
}

.text-block {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 3px;
  font-family: Bellefair, sans-serif;
  color: #797878;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.scroll-help-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: 2%;
  z-index: 2;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.impressum-section {
  display: block;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Bellefair, sans-serif;
}

.impressum-image {
  display: block;
  width: 450px;
  height: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.buttons-wrapper {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 69px;
  padding: 6px 10px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-top: 0px none #ccc;
  background-color: #fff;
  color: transparent;
}

.button {
  position: static;
  z-index: 999;
  display: block;
  width: auto;
  min-width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease, color 300ms cubic-bezier(.392, .003, .25, 1), letter-spacing 100ms cubic-bezier(.316, .003, .25, 1);
  transition: opacity 200ms ease, color 300ms cubic-bezier(.392, .003, .25, 1), letter-spacing 100ms cubic-bezier(.316, .003, .25, 1);
  font-family: 'Bellota Text', sans-serif;
  color: #333;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  -o-object-fit: none;
  object-fit: none;
}

.button:hover {
  color: #919191;
}

.button.impressum {
  display: block;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  color: #333;
  font-size: 10px;
  letter-spacing: 2px;
}

.button.impressum.w--current {
  position: static;
  display: inline-block;
  margin-left: 40px;
  padding-left: 0px;
}

.button.impressum.w--current:hover {
  letter-spacing: 2px;
}

.dr-schwenke-link {
  display: block;
  margin-top: 79px;
  color: #cac7c7;
  text-align: right;
}

.datenschutzerkl-rung-text {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.link-schwenke {
  color: #e0e0e0;
  font-size: 12px;
  text-align: center;
}

.container-text {
  margin-top: 50px;
  text-transform: none;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-2 {
  width: 60%;
  height: 20%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 25%;
  object-position: 50% 25%;
}

.link-2 {
  color: #b8b8b8;
}

.men-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-wrapper-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 22%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fdfdfd;
}

.text-wrapper-3.info {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 6%;
  padding-bottom: 6%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 2px;
}

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

.headline-text {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Bellefair, sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.info-content-block {
  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: 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;
}

.text-wrapper-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 22%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  opacity: 1;
}

.text-wrapper-2.info {
  position: static;
  width: 100%;
  height: 100%;
  margin-bottom: 0.5%;
  padding-top: 6%;
  padding-bottom: 6%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
}

.h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Bellota Text', sans-serif;
  color: #939393;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 9px;
  text-transform: uppercase;
}

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

@media screen and (max-width: 991px) {
  .section._1 {
    position: relative;
  }
  .container.start {
    height: 90vh;
  }
  .scroll-wrapper {
    width: 70%;
    height: 80%;
  }
  .header {
    z-index: 1;
  }
  .text-wrapper-1 {
    width: 60%;
    height: 25%;
  }
  .text-wrapper-1.info {
    margin-bottom: 1%;
  }
  .paragraph {
    width: 80%;
  }
  .paragraph.leistungen {
    font-size: 10px;
    line-height: 15px;
  }
  .h3 {
    margin-left: -2.5%;
    letter-spacing: 12px;
  }
  .info-frame {
    width: 60%;
  }
  .link.anfrage {
    padding-right: 35px;
    padding-left: 35px;
  }
  .legal-button {
    margin-right: 20px;
    margin-left: 0px;
    color: #a8a8a8;
    font-size: 8px;
  }
  .html-embed {
    display: block;
    color: #000;
    font-size: 8px;
  }
  .impressum-image {
    width: 400px;
  }
  .button {
    display: block;
    min-width: auto;
    margin-left: 0px;
    font-size: 9px;
  }
  .button:focus {
    color: #333;
  }
  .button.w--current {
    display: block;
    margin-left: 0px;
  }
  .dr-schwenke-link {
    color: #c5c4c4;
  }
  .datenschutzerkl-rung-text {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }
  .text-wrapper-3 {
    width: 60%;
    height: 25%;
  }
  .text-wrapper-2 {
    width: 60%;
    height: 25%;
  }
  .text-wrapper-2.info {
    margin-bottom: 1%;
  }
  .bold-text {
    display: inline-block;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }
  .text-wrapper-1 {
    height: 20%;
  }
  .paragraph {
    display: none;
  }
  .color-blocks-wrapper {
    display: none;
    width: 40px;
    margin-top: -5%;
  }
  .color-blocks-wrapper.start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .farbblock._1 {
    width: 5px;
    height: 5px;
  }
  .farbblock._2 {
    width: 5px;
    height: 5px;
  }
  .farbblock._3 {
    width: 5px;
    height: 5px;
  }
  .farbblock._4 {
    width: 5px;
    height: 5px;
  }
  .h3 {
    margin-top: 9px;
    margin-bottom: 12px;
  }
  .info-frame {
    width: 90%;
  }
  .link.men.klein {
    font-size: 10px;
  }
  .legal-button {
    margin-right: 0px;
    margin-left: 0px;
    color: #a8a8a8;
    font-size: 7px;
  }
  .html-embed {
    display: block;
  }
  .buttons-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .button {
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button:hover {
    min-width: auto;
    letter-spacing: 4px;
  }
  .button:active {
    min-width: auto;
  }
  .button:focus {
    min-width: auto;
    color: #333;
    letter-spacing: 4px;
  }
  .button:visited {
    min-width: auto;
    font-weight: 400;
    letter-spacing: 4px;
    text-decoration: none;
  }
  .button.w--current {
    min-width: auto;
  }
  .button.w--current:hover {
    letter-spacing: 4px;
  }
  .button.w--current:visited {
    letter-spacing: 4px;
  }
  .button.impressum {
    margin-left: 20px;
  }
  .datenschutzerkl-rung-text {
    padding-right: 21px;
    padding-left: 21px;
  }
  .text-wrapper-3 {
    height: 20%;
  }
  .links-wrapper {
    display: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .text-wrapper-2 {
    height: 20%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 16px;
  }
  ul {
    display: block;
    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;
  }
  li {
    list-style-type: none;
  }
  .container.start {
    height: 95vh;
  }
  .scroll-wrapper {
    width: 90%;
    height: 90%;
  }
  .text-wrapper-1 {
    width: 80%;
    height: 30%;
  }
  .text-wrapper-1.info {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .paragraph {
    display: block;
    width: 90%;
    margin-top: 10px;
    margin-right: 18px;
    margin-left: 18px;
    font-size: 10px;
    line-height: 14px;
  }
  .paragraph.about {
    width: 80%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 14px;
  }
  .paragraph.leistungen {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 1px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .color-blocks-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
  }
  .farbblock._4 {
    background-color: #7ca07b;
  }
  .h3 {
    margin-top: 9px;
    margin-bottom: 0px;
    font-size: 180%;
    letter-spacing: 2vw;
  }
  .h1 {
    margin-bottom: 3px;
    color: #888787;
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
  }
  .heading-wrapper {
    border-radius: 2px;
    text-decoration: none;
  }
  .info-frame {
    overflow: hidden;
    width: 90%;
    height: 80vh;
  }
  .link.anfrage {
    display: block;
    width: 70%;
    padding-right: 0px;
    padding-left: 6px;
  }
  .link.start {
    font-size: 10px;
  }
  .link.men {
    padding-right: 6px;
    font-size: 11px;
  }
  .link.men.klein {
    font-size: 8px;
  }
  .about-me-link {
    color: #464545;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
  }
  .legal-button {
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #a8a8a8;
  }
  .column-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .impressum-image {
    width: 250px;
  }
  .buttons-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .button {
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.w--current {
    min-width: auto;
  }
  .button.impressum {
    margin-left: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 8px;
    letter-spacing: 2px;
  }
  .button.impressum.w--current {
    display: block;
    margin-left: 10px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 8px;
    letter-spacing: 2px;
  }
  .datenschutzerkl-rung-text {
    overflow: hidden;
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 8px;
  }
  .link-schwenke {
    font-size: 8px;
  }
  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-4 {
    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;
  }
  .text-wrapper-3 {
    width: 80%;
    height: 30%;
  }
  .text-wrapper-3.info {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .headline-text {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 5px;
  }
  .text-wrapper-2 {
    width: 80%;
    height: 30%;
  }
  .text-wrapper-2.info {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .bold-text {
    display: inline-block;
    font-size: 8px;
    text-align: center;
    letter-spacing: 2px;
  }
  .h2 {
    font-size: 8px;
    letter-spacing: 8px;
  }
}

