h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.navbar {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.navbar.name {
  position: static;
  display: inline;
  padding-top: 15px;
  float: right;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 30px;
}

.header {
  height: 350px;
  margin-top: 0px;
  background-image: url('../images/Header-opt.jpg');
  background-size: cover;
}

.header.subsite {
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Header-opt.jpg');
  background-size: cover;
}

.header.subsite.ueber {
  background-image: url('../images/Header-opt.jpg');
  background-size: cover;
}

.header._404 {
  height: 500px;
}

.header.jobs {
  height: 200px;
  background-image: url('../images/Header-Jobs.jpg');
  background-position: 62% 23%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.navbutton {
  padding-top: 24px;
  border-top-style: none;
  border-top-width: 3px;
  border-right-style: none;
  border-right-width: 3px;
  border-left-style: none;
  border-left-width: 3px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #000;
  font-size: 16px;
}

.navbutton:hover {
  border-top: 3px none #10868a;
  border-right: 3px none #10868a;
  border-left: 3px none #10868a;
  background-color: #f0f1f3;
  color: #10868a;
}

.navbutton.w--current {
  color: #10868a;
}

.navbutton.w--current:hover {
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
}

.header-heading {
  margin-top: 6px;
  color: #000;
  font-size: 36px;
  text-align: center;
}

.header-container {
  padding-top: 65px;
  text-align: center;
}

.body {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body.jobs {
  margin-right: 10%;
  margin-left: 10%;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #f0f1f3;
  background-image: -webkit-linear-gradient(270deg, rgba(240, 241, 243, .89), rgba(240, 241, 243, .89)), url('../images/Header-opt.jpg');
  background-image: linear-gradient(180deg, rgba(240, 241, 243, .89), rgba(240, 241, 243, .89)), url('../images/Header-opt.jpg');
  background-size: auto, cover;
}

.parargraph {
  line-height: 25px;
  text-align: left;
  text-indent: 0px;
  -webkit-column-count: 1;
  column-count: 1;
}

.map {
  width: 100%;
  height: 400px;
  margin-bottom: 60px;
}

.body-style {
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Droid Sans', sans-serif;
}

.logo {
  display: inline-block;
  padding-top: 9px;
}

.background-header {
  display: block;
  margin-top: 0px;
  padding: 5px;
  -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-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-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .89), hsla(0, 0%, 100%, .89));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .89), hsla(0, 0%, 100%, .89));
  text-align: center;
}

.background-header._404 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.background-header.autor {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  border-radius: 100px;
  background-image: url('../images/example-bg.png'), -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .89), hsla(0, 0%, 100%, .89));
  background-image: url('../images/example-bg.png'), linear-gradient(180deg, hsla(0, 0%, 100%, .89), hsla(0, 0%, 100%, .89));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.cta-button {
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 45px;
  background-color: #10868a;
  -webkit-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
}

.cta-button:hover {
  background-position: 15px 50%;
  background-attachment: scroll;
}

.cta-button.margin {
  margin-top: 15px;
  margin-bottom: 0px;
}

.cta-button.absenden {
  display: block;
  width: 100%;
  float: left;
  background-image: url('../images/send-o.svg'), url('../images/send.svg');
  background-position: 37% 240%, 37% 50%;
  background-size: 20px, 20px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-transition: background-color 200ms ease, background-position 200ms cubic-bezier(.193, .276, .25, 1);
  transition: background-color 200ms ease, background-position 200ms cubic-bezier(.193, .276, .25, 1);
}

.cta-button.absenden:hover {
  background-color: #10868a;
  background-position: 37% 50%, 37% -179%;
}

.cta-button.arrow {
  background-image: url('../images/long-arrow-pointing-to-left.png');
  background-position: 91% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.cta-button.arrow:hover {
  background-position: 97% 50%;
}

.cta-button.arrow.vorsorge {
  width: 220px;
  margin-bottom: 5px;
}

.cta-button.arrow.jobs {
  position: relative;
  left: 20px;
  top: 210px;
  display: inline-block;
}

.cta-button.secondary {
  padding-right: 15px;
}

.frontpage-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0px;
}

.container-front {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -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;
  background-color: #f0f1f3;
}

.title-front {
  display: block;
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 35px;
  color: #000;
  text-align: center;
}

.wrapper-front {
  display: block;
  width: 960px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 20px;
  -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;
}

.collum-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 20px;
  -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;
  background-color: #f0f1f3;
}

.konakt-icons {
  width: 40px;
  height: 40px;
}

.footer-container {
  display: block;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.caption-footer {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #10868a;
}

.footer-link {
  display: inline-block;
  margin: 20px 2% 15px;
  color: #303030;
}

.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tablink {
  margin-right: 1%;
  margin-left: 1%;
  padding: 15px 45px;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 20px;
}

.tablink:hover {
  background-color: #afafaf;
}

.tablink.w--current {
  padding: 15px 45px;
  background-color: #10868a;
  box-shadow: none;
  color: #fff;
  font-size: 20px;
  font-style: normal;
}

.gallery {
  display: block;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.galleryimage {
  padding: 10px;
}

.kontaktspalten {
  display: block;
  min-width: 250px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 0px 30px;
  -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;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #f0f1f3;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.kontaktspalten:hover {
  border: 2px solid #10868a;
}

.kontaktspalten.telefon {
  border: 2px solid #10868a;
  border-radius: 4px;
}

.wrapper {
  margin-top: 20px;
  text-align: center;
}

.wrapper-kontakt {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.formfield.message {
  height: 150px;
  background-color: #f7f8f9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.formfield.message:hover {
  background-color: #fff;
}

.formfield.message:focus {
  background-color: #fff;
}

.tabpane {
  text-align: center;
}

.pricingwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.pagewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.formmessage {
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 15px;
  font-size: 16px;
  text-align: center;
}

.formmessage.sucess {
  background-color: #52c965;
}

.formmessage.error {
  margin-top: 0px;
  background-color: #db3f3f;
}

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

.collum-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collum-image._1 {
  background-image: url('../images/IMG_2629.jpg');
}

.collum-image._2 {
  background-image: url('../images/IMG_2640.jpg');
}

.collum-image.new {
  background-image: none;
}

.collum-image.new.slider {
  background-image: none;
}

.wrapper-ber-uns {
  padding-top: 40px;
  text-align: left;
}

.flexdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-image {
  width: 440px;
  margin-right: 10px;
  margin-left: 10px;
}

.div-image.small {
  width: 300px;
}

.div-text {
  width: 640px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #f7f8f9;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.div-text:hover {
  box-shadow: 1px 1px 3px 0 #c2c2c2;
}

.h2-farbig {
  margin-top: 15px;
  color: #0b6366;
  font-size: 24px;
  text-align: left;
}

.h2-farbig.abstand {
  margin-top: 40px;
}

.h2-farbig.abstand10 {
  margin-top: 15px;
  color: #0b6366;
}

.h2-farbig.zentriert {
  text-align: center;
}

.row-ueberuns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 60px;
  -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;
  font-family: 'Droid Sans', sans-serif;
}

.row-ueberuns.new {
  padding-right: 0px;
}

.wrapper-intro {
  padding: 25px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.collum-image-new {
  display: inline;
  width: 100%;
  height: 100%;
}

.collum-image-wrapper {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collum-text-new {
  padding-right: 40px;
  padding-left: 40px;
}

.section-wrapper {
  margin-right: 10%;
  margin-left: 10%;
}

.slider-image._1 {
  background-image: url('../images/IMG_2629.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-image._2 {
  background-image: url('../images/IMG_2611.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-image._3 {
  background-image: url('../images/IMG_2668.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-image._4 {
  background-image: url('../images/IMG_2700.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-image._5 {
  background-image: url('../images/IMG_2640.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-slider {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.image-slider:hover {
  background-image: none;
}

.blog-image-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 80%;
}

.blog-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -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/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.blog-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  font-family: 'Droid Serif', serif;
}

.blog-content-wrapper {
  position: relative;
  top: -52px;
  z-index: 2;
  max-width: 750px;
  padding: 20px 20px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.blog-content-section {
  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;
}

.blod-header-summary {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}

.blog-header-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  padding: 15px;
  -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;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(11, 99, 102, .88), rgba(11, 99, 102, .88));
  background-image: linear-gradient(180deg, rgba(11, 99, 102, .88), rgba(11, 99, 102, .88));
  color: #fff;
}

.blog-header-author {
  margin-top: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
  font-weight: 100;
}

.blog-ueber-autor {
  width: 750px;
  margin-top: -25px;
}

.blog-ueber-image {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.blog-cta-subscription {
  margin-top: 20px;
  padding: 5px 30px;
  background-image: -webkit-linear-gradient(270deg, #f0f1f3, #f0f1f3);
  background-image: linear-gradient(180deg, #f0f1f3, #f0f1f3);
}

.blog-form-mail {
  width: 80%;
}

.blog-form.field {
  width: 80%;
  height: 40px;
}

.blog-form.button {
  width: 20%;
  height: 40px;
  background-color: #0da52c;
}

.blog-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}

.blog-section-morearticles {
  padding-right: 40px;
  padding-left: 40px;
}

.blog-morearticles-wrapper {
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-morearticles-item {
  width: 200px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.blog-morearticles-image {
  display: block;
  height: 100px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dyn-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #f0f1f3;
}

.dyn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.morearticles-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px 30px;
  padding-right: 0px;
  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: 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;
  text-align: center;
}

.morearticles-image {
  height: 150px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-morearticles-caption {
  margin-bottom: 30px;
}

.morearticles-heading {
  margin-top: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #383838;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
}

.morearticles-heading:hover {
  color: #0b6366;
}

.img-verbandslogo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.img-verbandslogo:hover {
  -webkit-filter: none;
  filter: none;
}

.div-verbnde {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  -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-align: center;
}

.linkblock-verbnde {
  margin-right: 50px;
  margin-left: 50px;
}

.container-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

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

.slider-header {
  height: 350px;
}

.slide1 {
  display: block;
  -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;
}

.slide1-wrapper {
  display: block;
  width: 620px;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -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: -webkit-linear-gradient(270deg, rgba(240, 241, 243, .89), rgba(240, 241, 243, .89));
  background-image: linear-gradient(180deg, rgba(240, 241, 243, .89), rgba(240, 241, 243, .89));
  text-align: center;
}

.slide2 {
  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;
  background-image: url('../images/Header-Grabstein-Blumen-Bepflanzung-rot-Melsungen-Treuhandvorsorge-Vorsorge.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.slide._2 {
  background-image: url('../images/Jt6J06LQ4m2JfLFzUgbBg_thumb_12c.jpg'), url('../images/Treuhandstelle-Vorsorge-Todesfall-Dauergrabpflege.jpg');
  background-position: 50% 0px, 50% 0px;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat-y;
}

.slide._3 {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.slider-2 {
  height: 400px;
}

.container-3 {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  text-align: center;
}

.slide2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(240, 241, 243, .75), rgba(240, 241, 243, .75));
  background-image: linear-gradient(180deg, rgba(240, 241, 243, .75), rgba(240, 241, 243, .75));
}

.video {
  width: 300px;
  height: 300px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.video-wrapper {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.slide-table {
  display: none;
  width: 850px;
  margin-top: 38px;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
}

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

.alternativetext-unter-cta {
  color: #2a2a2a;
  font-size: 12px;
}

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

.left-arrow {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .2), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .2), hsla(0, 0%, 100%, 0));
}

.right-arrow {
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .2), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .2), hsla(0, 0%, 100%, 0));
}

.slidercollum-video {
  margin-right: auto;
  margin-left: auto;
}

.slider-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  margin-right: 10px;
  padding: 10px;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(240, 241, 243, .91), rgba(240, 241, 243, .91));
  background-image: linear-gradient(180deg, rgba(240, 241, 243, .91), rgba(240, 241, 243, .91));
  text-align: center;
}

.slider-flexwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 780px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.videowrapper {
  width: 380px;
  margin-left: 10px;
}

.slidernavigation-hide {
  display: block;
}

.h3-stellentitel {
  margin-top: 0px;
  float: left;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0b6366;
}

.stellenwrapper {
  display: block;
}

.stellen-icons {
  margin-top: 4px;
  margin-right: 10px;
  float: left;
}

.stellenbeschreibung {
  display: inline-block;
}

.stellenbeschreibung.helfer {
  display: none;
}

.stellenbeschreibung.azubi {
  display: none;
}

.stellenbeschreibung-azubi {
  display: block;
  margin-bottom: 40px;
}

.stellenbeschreibung-helfer {
  display: block;
  margin-bottom: 40px;
}

.video-azubi {
  display: block;
  width: 450px;
  margin: 15px auto;
}

.header-wrapper-jobs {
  display: block;
  width: 800px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Kampagne-Ausbildung-Steinmetz.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-das-handwerk {
  margin-top: 10px;
  margin-right: auto;
  float: right;
}

.paragraph-intro {
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 16px;
  font-style: normal;
  text-align: center;
}

.table-kontaktmglichkeiten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-wrapper-mail {
  display: block;
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.slider-4 {
  height: 200px;
}

.slidericon {
  background-image: -webkit-linear-gradient(270deg, #0b6366, #0b6366);
  background-image: linear-gradient(180deg, #0b6366, #0b6366);
}

.slidernavigation-left {
  left: -15px;
  display: block;
}

.slidernavigation-right {
  right: -15px;
  display: block;
}

.wrapperleistungen {
  display: inline-block;
  width: 220px;
  margin: 10px;
  padding: 0px 0px 10px;
  background-image: -webkit-linear-gradient(270deg, #f7f8f9, #f7f8f9);
  background-image: linear-gradient(180deg, #f7f8f9, #f7f8f9);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: center;
}

.wrapperleistungen:hover {
  box-shadow: 1px 1px 3px 0 #c2c2c2;
}

.wrapperleistungen.first {
  height: 220px;
  margin-left: 0px;
}

.wrapperleistungen.last {
  margin-right: 0px;
}

.h3-heading {
  color: #0b6366;
}

.wrapperleistungen2 {
  overflow: hidden;
  text-align: center;
}

.wrapperreferenzen {
  line-height: 0px;
}

.divreferenz {
  display: inline-block;
  width: 25%;
  height: 150px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.formtextfield {
  background-color: #f7f8f9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.formtextfield:hover {
  background-color: #fff;
}

.formtextfield:focus {
  background-color: #fff;
}

.div-block {
  display: inline-block;
  width: 100%;
  height: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block.small {
  width: 300px;
  margin-left: 30px;
}

.div-block-2 {
  display: inline-block;
  width: 620px;
  margin-right: auto;
  margin-left: 20px;
}

.image-2 {
  width: 100%;
}

.text-leistungen {
  position: relative;
  top: 10px;
  display: none;
}

.leistungen-bild {
  width: 100%;
  height: 150px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.leistungen-text {
  height: 50px;
}

.paragraph {
  position: relative;
  bottom: 100px;
  display: block;
  opacity: 0.29;
}

.icon {
  opacity: 1;
}

.icon-2 {
  opacity: 1;
}

html.w-mod-js *[data-ix="show-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="ease-in-on-sroll-1"] {
  opacity: 0.6;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="ease-in-on-sroll-2"] {
  opacity: 0.3;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="ease-in-on-sroll-3"] {
  opacity: 0.3;
  -webkit-transform: translate(48px, 0px);
  -ms-transform: translate(48px, 0px);
  transform: translate(48px, 0px);
}

html.w-mod-js *[data-ix="show-on-scroll"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .navbar {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .header {
    height: 300px;
  }
  .navbutton {
    text-align: right;
  }
  .navbutton.w--current {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-style: none;
    text-align: right;
  }
  .body {
    padding: 30px 10px;
  }
  .body.jobs {
    margin-right: 0%;
    margin-left: 0%;
  }
  .cta-button.arrow {
    width: 240px;
  }
  .wrapper-front {
    width: 748px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .kontaktspalten {
    min-width: 220px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pagewrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .collum-image {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .collum-image.new {
    min-height: 300px;
  }
  .wrapper-ber-uns {
    padding-top: 15px;
  }
  .navmenu-mobile {
    display: block;
    width: 30%;
    margin-right: 0px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #f0f1f3;
  }
  .navbutton-mobile {
    width: 120px;
  }
  .navbutton-mobile.w--open {
    background-color: #10868a;
  }
  .navbutton-icon {
    display: inline;
    float: right;
  }
  .flexdiv {
    margin-top: 15px;
    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: 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;
  }
  .div-image {
    width: 364px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-text {
    width: 384px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .menbutton {
    display: inline;
    float: left;
    font-size: 17px;
  }
  .row-ueberuns.new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-intro {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .collum-text-new {
    margin-top: 30px;
    padding-right: 100px;
    padding-left: 100px;
  }
  .section-wrapper {
    display: block;
    margin-right: 25px;
    margin-left: 25px;
  }
  .blog-content-wrapper {
    margin-right: 5%;
    margin-left: 5%;
  }
  .blog-header-grey {
    margin-right: 5%;
    margin-left: 5%;
  }
  .div-verbnde {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide1-wrapper {
    width: 600px;
  }
  .container-3 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .slide-table {
    margin-top: 25px;
  }
  .left-arrow {
    margin-left: -10px;
  }
  .right-arrow {
    margin-right: -10px;
  }
  .slider-text-wrapper {
    width: 315px;
    margin-right: 0px;
  }
  .slider-flexwrapper {
    width: 630px;
  }
  .videowrapper {
    width: 295px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .paragraph-intro {
    margin-top: 20px;
    font-size: 14px;
  }
  .divreferenz {
    width: 50%;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .header {
    height: 210px;
  }
  .header.subsite {
    height: 170px;
  }
  .header-container {
    padding-top: 70px;
  }
  .body {
    padding-top: 20px;
  }
  .body.jobs {
    margin-right: 10px;
    margin-left: 10px;
  }
  .cta-button.absenden {
    background-position: 38% 220%, 38% 50%;
    background-attachment: scroll, scroll;
  }
  .cta-button.absenden:hover {
    background-position: 38% 50%, 38% -142%;
  }
  .wrapper-front {
    width: 550px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .gallery {
    -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;
  }
  .galleryimage {
    display: block;
  }
  .kontaktspalten {
    margin: 10px auto;
  }
  .wrapper-kontakt {
    padding-right: 25px;
    padding-left: 25px;
  }
  .pricingwrapper {
    -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;
  }
  .pagewrapper {
    display: block;
  }
  .wrapper-ber-uns {
    padding-right: 11px;
    padding-left: 20px;
  }
  .navmenu-mobile {
    width: 50%;
  }
  .flexdiv {
    -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;
  }
  .div-image {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-text {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .collum-text-new {
    padding-right: 60px;
    padding-left: 60px;
  }
  .section-wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }
  .blog-header {
    height: 450px;
  }
  .blog-content-wrapper {
    top: -30px;
  }
  .blog-header-grey {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .linkblock-verbnde {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .verbandswrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide1-wrapper {
    width: 85%;
    margin-top: 30px;
  }
  .slider-text-wrapper {
    margin-right: 0px;
  }
  .slider-flexwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .videowrapper {
    width: 425px;
  }
  .image-das-handwerk {
    margin-top: 5px;
  }
  .table-kontaktmglichkeiten {
    -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;
  }
  .form-wrapper-mail {
    width: 548px;
  }
  .wrapperleistungen {
    width: 254px;
  }
  .wrapperleistungen.first {
    margin-left: 10px;
  }
  .wrapperleistungen.last {
    margin-right: 10px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 28px;
  }
  .navbar {
    padding-bottom: 0px;
  }
  .navbar.name {
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    font-size: 24px;
  }
  .header {
    height: 210px;
  }
  .header.subsite {
    height: 200px;
  }
  .navbutton {
    border-style: none;
  }
  .navbutton:hover {
    border-style: none;
  }
  .navbutton.w--current:hover {
    border-style: none;
  }
  .header-heading {
    font-size: 31px;
  }
  .header-text {
    display: block;
  }
  .header-container {
    padding-top: 20px;
  }
  .body.jobs {
    margin-right: 10px;
    margin-left: 10px;
  }
  .map {
    height: 350px;
  }
  .logo {
    float: none;
  }
  .cta-button.absenden {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .title-front {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
  .wrapper-front {
    width: 300px;
  }
  .collum-text {
    display: block;
  }
  .footer-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .caption-footer {
    font-size: 26px;
  }
  .galleryimage {
    display: inline-block;
    width: 120px;
  }
  .kontaktspalten {
    margin-right: auto;
    margin-left: auto;
  }
  .wrapper-ber-uns {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .navmenu-mobile {
    z-index: 1;
    width: 100%;
  }
  .navbutton-mobile {
    display: block;
    width: 100px;
    margin-right: 0px;
    margin-left: auto;
    padding: 10px;
    float: none;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .navbutton-icon {
    margin-right: 0px;
    margin-left: auto;
    float: right;
  }
  .navigation-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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .brandlink {
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .brandlink.w--current {
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .menbutton {
    margin-top: 1px;
    padding-right: 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
  }
  .collum-text-new {
    margin-top: 20px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .section-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }
  .blog-header {
    height: 350px;
  }
  .blog-title {
    font-size: 33px;
  }
  .blog-content-wrapper {
    margin-right: 0%;
    margin-left: 0%;
  }
  .blog-header-grey {
    margin-right: 0%;
    margin-left: 0%;
  }
  .left-arrow {
    margin-left: -25px;
  }
  .right-arrow {
    margin-right: -25px;
  }
  .paragraph-intro {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .table-kontaktmglichkeiten {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-wrapper-mail {
    width: 300px;
  }
  .wrapperleistungen {
    width: 280px;
  }
  .wrapperleistungen.first {
    margin-top: 0px;
  }
  .divreferenz {
    height: 100px;
  }
  .paragraph-2 {
    margin-top: 10px;
  }
}

