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

a {
  text-decoration: underline;
}

.section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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/aswathy-n-SQy2v9x1wKE-unsplash.jpg'), url('../images/aswathy-n-SQy2v9x1wKE-unsplash.jpg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
}

.image {
  width: 100%;
  height: auto;
}

.nav-link {
  display: block;
  padding-top: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #d4b623;
  font-size: 12px;
  line-height: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-link:hover {
  color: #796e3e;
  text-align: center;
  letter-spacing: 3px;
}

.nav-link.w--current {
  border-style: none;
  border-width: 1px;
  border-color: #d5b72a;
  -webkit-filter: brightness(41%);
  filter: brightness(41%);
  color: #d5b72a;
  text-decoration: none;
}

.nav-link.foot {
  padding-top: 10px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.div-block {
  color: #c79d9d;
}

.div-block-2 {
  position: static;
  width: 100%;
  height: auto;
  background-image: url('../images/goldene_stunden_logo.png');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 30%;
  margin-left: 0%;
  padding-left: 0px;
  float: none;
  opacity: 1;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 100px;
  -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;
}

.section-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.start {
  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;
  border-radius: 0px;
  background-image: url('../images/titel_image_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  background-clip: border-box;
}

.image-3 {
  display: inline-block;
  width: auto;
  max-height: 50%;
  max-width: 50%;
  margin: auto;
  padding-top: 0px;
}

.leistungen {
  display: block;
  height: 100vh;
  max-width: 95%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  background-color: #fff;
}

.brand {
  background-image: url('../images/goldene_stunden_logo.png');
  background-position: 50% 50%;
  background-size: contain;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  clear: both;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3 {
  position: static;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.logo-nav {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: -20px 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/goldene_stunden_logo_1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  line-height: 20px;
  background-clip: border-box;
}

.logo-nav.foot {
  width: auto;
  height: auto;
  background-image: none;
}

.image-4 {
  display: inline-block;
  max-height: 100%;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading {
  margin: 0px auto -30px;
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading.uebermich {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0%;
  background-color: transparent;
  color: #d5b72a;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.heading.kontakt {
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 0%;
  color: #d5b72a;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.heading-2 {
  margin: 60px auto 10px;
  font-family: 'Bodoni Moda', sans-serif;
  color: #d5b72a;
  font-size: 40px;
  line-height: 44px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.div-block-4 {
  display: block;
  max-width: none;
  margin-bottom: 0px;
  padding: 3% 18% 5%;
}

.div-block-4.foto_dagmar {
  padding-right: 0%;
  padding-bottom: 0px;
  padding-left: 0%;
}

.div-block-4.kontakt {
  padding-top: 8vh;
  padding-left: 18.5%;
}

.div-block-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -5px;
  padding-top: 0px;
  padding-right: 6vh;
  padding-left: 6vh;
  -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;
  border-right: 1px none #000;
  border-left: 1px none #000;
  background-clip: border-box;
}

.column.left {
  border-right-style: solid;
  border-right-color: #d5b72a;
}

.column.right {
  height: auto;
  border-left: 1px solid #d5b72a;
}

.column.middle {
  padding-right: 6vh;
  padding-left: 6vh;
  border-right-style: solid;
  border-right-color: #d5b72a;
  border-left-style: solid;
  border-left-color: #d5b72a;
}

.image-5 {
  padding-top: 0px;
}

.heading-3 {
  margin-top: 10px;
  font-family: 'Josefin Sans', sans-serif;
  color: #d5b72a;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-block {
  margin-top: 28px;
  padding-top: 0px;
  padding-bottom: 12px;
  font-family: 'Bodoni Moda', sans-serif;
  font-size: 16px;
  text-align: center;
}

.text-block.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 10%;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #000;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.text-block.links.mail {
  display: inline;
}

.image-6 {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.columns {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3%;
}

.navbar_colour {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #fff;
  opacity: 1;
}

.slider {
  display: block;
  height: 100vh;
  clear: both;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.slider.slider1 {
  position: relative;
  width: auto;
  height: 50vh;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide {
  position: relative;
  background-image: url('../images/titel_image_1_comp.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/titel_image_5.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/titel_image_5.jpg');
}

.slide-3 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/titel_image_6.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/titel_image_6.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  max-width: none;
  margin: auto;
  padding-right: 6%;
  -o-object-fit: fill;
  object-fit: fill;
}

.mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: auto;
  height: 50vh;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.uebermich {
  position: relative;
  height: auto;
  max-width: 95%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  background-color: #fff;
}

.columns-2 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

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

.column-3 {
  padding-top: 10%;
  padding-right: 10%;
  padding-left: 10px;
}

.block-quote {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  clear: both;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d5b72a;
  border-bottom: 1px solid #d5b72a;
  border-left-style: none;
  font-family: 'Bodoni Moda', sans-serif;
  color: #d5b72a;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.block-quote.referenz {
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 1px none #000;
  border-top-style: none;
  border-bottom-style: none;
  text-align: center;
}

.block-quote.referenz.links {
  max-width: 65vh;
  margin-right: auto;
  margin-left: auto;
  padding-left: 25%;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.block-quote.referenz.rechts {
  max-width: 65vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25%;
  padding-left: 10%;
  background-color: transparent;
}

.referenzen {
  position: relative;
  max-width: 95%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: #fff;
}

.text-block-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Bodoni Moda', sans-serif;
  font-weight: 600;
  text-align: right;
}

.referenz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 20%;
  -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;
}

.referenz.rechts {
  padding-right: 20%;
  padding-left: 10%;
  -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: #fff8d6;
}

.image-7 {
  position: static;
  display: inline-block;
  height: auto;
  max-width: 65%;
}

.foto_grid_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 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;
  background-color: #fff8d6;
}

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

.foto_grid_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -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;
}

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

.grid {
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.div-block-10 {
  width: auto;
  background-color: #fff8d6;
}

.image-8 {
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.kontakt {
  position: relative;
  height: 100%;
  max-width: 95%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: #fff8d6;
}

.foto_dagmar {
  margin-top: 40px;
  margin-bottom: 40px;
}

.column-4 {
  padding-left: 10%;
}

.column-5 {
  display: block;
  padding-top: 15vh;
  padding-right: 10%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-field {
  border-style: solid;
  border-width: 2px;
  border-color: #d5b72a;
}

.text-field-2 {
  border-style: solid;
  border-width: 2px;
  border-color: #d5b72a;
}

.text-field-3 {
  display: inline-block;
  width: 50%;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 2px;
  border-color: #d5b72a;
  font-family: 'Josefin Sans', sans-serif;
  color: #d5b72a;
  text-transform: uppercase;
}

.text-field-3.long {
  width: 100%;
  background-color: #fff8d6;
  color: #000;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: none;
}

.text-field-3.links {
  width: 48%;
  margin-right: 2%;
  background-color: #fff8d6;
  color: #000;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: none;
}

.text-field-3.right {
  width: 48%;
  margin-left: 2%;
  background-color: #fff8d6;
  color: #000;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: none;
}

.submit-button {
  position: relative;
  display: inline-block;
  float: right;
  background-color: #d5b72a;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.form {
  display: inline-block;
}

.textarea {
  display: inline-block;
  width: 100%;
  max-height: 400px;
  min-height: 200px;
  border-style: solid;
  border-width: 2px;
  border-color: #d5b72a;
  background-color: #fff8d6;
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: none;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2%;
  -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-bottom: 1px solid #d5b72a;
}

.footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: center;
}

.footer.success {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 5%;
  max-width: none;
  padding-top: 20px;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.slider-2 {
  background-color: transparent;
}

.image-9 {
  max-width: 20%;
  margin: 0px;
}

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

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

.container-4 {
  display: 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;
}

.navbar-2 {
  background-color: transparent;
}

.div-block-12 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

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

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

.slide-nav {
  display: none;
}

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

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/titel_image_3.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/titel_image_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/titel_image_4.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/titel_image_4.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
}

.div-block-8 {
  position: absolute;
  z-index: 10;
  height: 100vh;
}

.slide-nav-2 {
  display: none;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-4 {
  margin-top: 30px;
  font-family: 'Bodoni Moda', sans-serif;
  color: #d5b72a;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.paragraph {
  margin-top: 26px;
  margin-bottom: 85px;
  padding-right: 15%;
  padding-left: 15%;
  font-family: 'Bodoni Moda', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
}

.paragraph.contact {
  text-align: left;
}

.div-block-13 {
  width: 70%;
}

.section-3 {
  position: relative;
  height: 100vh;
  margin-bottom: 20px;
  background-image: url('../images/titel_image_dagmar_comp.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-14 {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 10%;
  display: inline-block;
}

.text-block-4 {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 86px;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}

.paragraph-2 {
  display: inline-block;
  margin-bottom: 9px;
  padding-right: 0%;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.text-span {
  font-family: 'Bodoni Moda', sans-serif;
  font-size: 60px;
  font-style: italic;
}

.italic-text {
  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;
  color: #d5b72a;
  font-weight: 600;
  text-transform: none;
}

.div-block-15 {
  display: none;
}

.div-block-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 35%;
  background-color: #fff;
}

.div-block-17 {
  height: 40px;
}

.columns-3 {
  padding-bottom: 40px;
}

.div-block-18 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/bg_image_rapeseed_comp.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/bg_image_rapeseed_comp.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.paragraph-3 {
  margin-top: 60px;
  font-family: 'Bodoni Moda', sans-serif;
  color: #000;
  font-size: 16px;
}

.mail {
  color: #000;
  text-decoration: underline;
}

.logoheader {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.image-11 {
  height: 60px;
  margin-top: 0px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-20 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/bg_image_rapeseed_comp.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/bg_image_rapeseed_comp.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.success {
  position: relative;
  height: 80vh;
  max-width: 95%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-21 {
  display: block;
  height: 100%;
  padding-top: 10px;
  background-color: #fff8d6;
}

.image-12 {
  display: block;
  width: 10%;
  max-width: 20%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 60px;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 210px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Josefin Sans', sans-serif;
  color: #d5b72a;
  font-size: 14px;
  text-align: left;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #000;
}

@media screen and (min-width: 1440px) {
  .nav-link {
    padding-top: 25px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 12px;
    text-align: center;
  }

  .nav-link:hover {
    color: #796e3e;
    font-size: 12px;
    letter-spacing: 2.5px;
  }

  .nav-link.w--current {
    font-size: 12px;
  }

  .navbar {
    position: fixed;
  }

  .leistungen {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .container-2 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-menu {
    width: auto;
  }

  .logo-nav {
    display: inline-block;
  }

  .logo-nav.foot {
    width: auto;
    height: auto;
    background-image: none;
  }

  .image-4 {
    display: inline-block;
    max-width: 100%;
  }

  .heading {
    font-size: 16px;
    line-height: 44px;
  }

  .heading-2 {
    font-size: 44px;
    line-height: 48px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block.links {
    text-align: center;
  }

  .slider.slider1 {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .uebermich {
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
  }

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

  .column-3 {
    padding-left: 40px;
  }

  .block-quote {
    font-size: 18px;
    line-height: 25px;
  }

  .block-quote.referenz.links {
    font-size: 20px;
    line-height: 24px;
  }

  .block-quote.referenz.rechts {
    font-size: 20px;
    line-height: 24px;
  }

  .referenzen {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .referenz {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-8 {
    height: auto;
    max-width: 90%;
  }

  .kontakt {
    max-width: 95%;
    margin-bottom: 20px;
    background-color: #fff8d6;
  }

  .foto_dagmar {
    -o-object-fit: none;
    object-fit: none;
  }

  .text-field-3.long {
    background-color: #fff8d6;
  }

  .text-field-3.links {
    background-color: #fff8d6;
  }

  .text-field-3.right {
    background-color: #fff8d6;
  }

  .textarea {
    background-color: #fff8d6;
  }

  .div-block-11 {
    padding-top: 1%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: solid;
  }

  .footer {
    background-color: #fff;
  }

  .impressum {
    height: 100vh;
  }

  .text-block-3 {
    margin-top: 60px;
  }

  .heading-4 {
    margin-top: 40px;
    font-family: 'Bodoni Moda', sans-serif;
    color: #d5b72a;
    font-size: 44px;
    line-height: 48px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
  }

  .paragraph {
    font-size: 24px;
    line-height: 32px;
    text-align: justify;
    white-space: normal;
  }

  .div-block-13 {
    display: block;
    width: 70%;
    max-width: 65%;
    margin-right: 0%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section-3 {
    height: 100vh;
    background-image: url('../images/titel_image_dagmar_comp.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-14 {
    left: auto;
    top: auto;
    right: 15%;
    bottom: 10%;
  }

  .paragraph-2 {
    padding-right: 0%;
    font-size: 51px;
    line-height: 55px;
  }

  .text-span {
    font-size: 65px;
  }

  .italic-text {
    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-align: left;
  }

  .div-block-18 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/bg_image_rapeseed_comp.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/bg_image_rapeseed_comp.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-link.foot {
    padding-bottom: 10px;
    border-bottom: 1px none #fff;
  }

  .nav-link.foot.first {
    padding-top: 10px;
    border-top: 1px none #fff;
    border-bottom-style: none;
    border-bottom-color: #fff;
  }

  .navbar {
    text-align: left;
  }

  .image-3 {
    max-height: 100%;
    max-width: 100%;
  }

  .leistungen {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }

  .container-3 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .logo-nav {
    display: none;
    overflow: visible;
  }

  .logo-nav.foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 15px;
    margin-bottom: 25px;
    margin-left: auto;
    -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: none;
  }

  .image-4 {
    overflow: visible;
  }

  .heading.uebermich {
    padding-right: 10%;
  }

  .div-block-4 {
    margin-top: 0px;
    padding-top: 3%;
    padding-right: 15%;
    padding-left: 15%;
  }

  .div-block-4.kontakt {
    height: 100%;
  }

  .column {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .column.middle {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .text-block {
    margin-top: 15px;
    font-size: 12px;
  }

  .text-block.links {
    margin-bottom: 5%;
    padding-right: 0px;
    text-align: center;
  }

  .slider.slider1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .slide {
    background-position: 60% 50%;
  }

  .slide-2 {
    background-position: 90% 30%;
  }

  .div-block-7 {
    height: 80vh;
    max-width: 60%;
  }

  .column-2 {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0%;
  }

  .column-3 {
    padding-top: 10%;
    padding-right: 5%;
  }

  .block-quote {
    margin-top: 0px;
    font-size: 14px;
  }

  .foto_grid_left {
    width: auto;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .foto_grid_right {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-8 {
    height: auto;
  }

  .kontakt {
    margin-bottom: 20px;
  }

  .div-block-11 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #d5b72a;
  }

  .footer {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container {
    display: block;
  }

  .slider-2 {
    height: 60vh;
  }

  .menu-button {
    border-style: none;
    border-width: 1px;
    border-color: #d5b72a;
    background-color: transparent;
  }

  .left-arrow-2 {
    margin-left: -20px;
    padding-left: 0px;
  }

  .right-arrow-2 {
    margin-right: -20px;
  }

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

  .mask-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-4 {
    margin-top: 60px;
  }

  .section-3 {
    background-position: 40% 50%;
  }

  .div-block-14 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    -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;
  }

  .paragraph-2 {
    margin: 30px auto 3vh;
    font-size: 55px;
    line-height: 60px;
    text-align: center;
  }

  .text-span {
    font-size: 71px;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: -90px;
    margin-left: auto;
    -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;
  }

  .image-10 {
    max-width: 50vh;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .logo-nav.foot {
    margin-right: 15px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading.uebermich {
    background-color: transparent;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .div-block-4.kontakt {
    height: auto;
    padding-bottom: 0%;
    padding-left: 0%;
  }

  .column.left {
    border: 1px none #000;
  }

  .column.right {
    border: 1px none #000;
  }

  .column.middle {
    border: 1px none #000;
  }

  .text-block.links {
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .slide {
    background-position: 60% 50%;
  }

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

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 4%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .uebermich {
    padding-right: 50px;
    padding-left: 50px;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 27px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0%;
  }

  .block-quote.referenz.links {
    padding-top: 16px;
  }

  .block-quote.referenz.rechts {
    padding-top: 15px;
  }

  .image-8 {
    height: auto;
  }

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

  .column-4 {
    padding-left: 5%;
  }

  .column-5 {
    display: block;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .form {
    margin-top: 10%;
    margin-bottom: 0px;
  }

  .div-block-11 {
    border-bottom-style: solid;
    border-bottom-color: #d5b72a;
  }

  .footer {
    margin-top: 0px;
    padding: 40px 20px;
  }

  .footer-flex-container {
    display: block;
    margin-top: 0px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-12 {
    margin-bottom: 28px;
  }

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

  .main-content {
    padding: 40px 20px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
  }

  .div-block-14 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 31px;
  }

  .paragraph-2 {
    font-size: 43px;
    text-align: center;
    text-shadow: 0 0 4px #8a811d;
  }

  .paragraph-2.heading-2 {
    line-height: 45px;
  }

  .text-span {
    font-size: 55px;
  }

  .div-block-15 {
    margin-bottom: -50px;
    padding-bottom: 0px;
  }

  .image-10 {
    max-height: 40vh;
    max-width: 70vh;
  }

  .paragraph-3 {
    margin-top: 10%;
  }

  .image-12 {
    width: 20%;
  }
}

@media screen and (max-width: 479px) {
  .start {
    height: 40vh;
    -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-size: cover;
  }

  .leistungen {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading.uebermich {
    height: auto;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-4 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .div-block-4.kontakt {
    padding-right: 0%;
    padding-left: 0%;
  }

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

  .column.left {
    border: 1px none #000;
  }

  .column.right {
    border: 1px none #000;
  }

  .heading-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block {
    font-size: 12px;
  }

  .slider.slider1 {
    display: none;
    max-height: 50%;
  }

  .uebermich {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-2 {
    position: relative;
    display: block;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-3 {
    position: relative;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-top: 0%;
    padding-left: 5%;
  }

  .block-quote {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block-quote.referenz.links {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-quote.referenz.rechts {
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .referenz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-right: 0%;
    padding-left: 0%;
    -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;
  }

  .referenz.rechts {
    width: 100%;
    padding-top: 25px;
    padding-right: 0%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .referenz.rechts.mobile_out {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .referenz.rechts.mobile_out.mobile {
    background-color: #fff;
  }

  .referenz.mobile_out {
    display: none;
  }

  .image-7 {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .foto_grid_left {
    width: 100%;
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .foto_grid_left.mobile_out {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .foto_grid_left.mobile_out.mobile {
    background-color: #fff;
  }

  .foto_grid_right {
    margin-top: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .foto_grid_right.mobile_out {
    display: none;
  }

  .grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .foto_dagmar {
    position: static;
  }

  .column-4 {
    padding-left: 5%;
  }

  .div-block-11 {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #d5b72a;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    margin-bottom: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-12 {
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    padding-bottom: 102px;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph.contact {
    margin-bottom: 60px;
  }

  .section-3 {
    background-position: 35% 50%;
  }

  .div-block-14 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 10px;
  }

  .paragraph-2 {
    margin-top: 0px;
    font-size: 18.5px;
    line-height: 30px;
    text-shadow: 0 0 4px #8a811d;
  }

  .paragraph-2.heading-2 {
    line-height: 35px;
  }

  .text-span {
    font-size: 45px;
  }

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

  .div-block-15 {
    margin-bottom: -10px;
  }

  .image-10 {
    max-width: 90%;
    margin-bottom: -19px;
  }

  .div-block-17 {
    display: none;
  }

  .image-12 {
    width: 30%;
    max-width: 30%;
  }
}

#w-node-b9c8038b-7ae9-802b-9e05-a9f4ebf7ceb5-5eae45f4 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3b19c1b0-aeb8-cf17-8fcb-535764ae7a6d-5eae45f4 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cbe14709-a652-8792-6a04-fc4cb5451ce1-5eae45f4 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_91cbd33d-9706-678a-fe85-f68c8f5c0e99-5eae45f4 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f2f832b9-fd5e-6586-4326-30d31d04bcc6-5eae45f4 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1c5b846e-972e-2dd3-5129-542cba2cb67e-5eae45f4 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_4a677560-eb9b-674f-f636-e5a27e6c2828-5eae45f4 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_44350d20-b687-fd47-82b8-3230d215b9b3-5eae45f4 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b9c8038b-7ae9-802b-9e05-a9f4ebf7ceb5-5eae45f4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

