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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.image {
  position: relative;
  left: auto;
  display: block;
  overflow: visible;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.div-block-6 {
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.linkfooter {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
}

.linkfooter.w--current {
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  font-weight: 300;
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-auf-schwarz {
  margin-bottom: 20px;
  background-color: #d4af37;
}

.button-auf-schwarz:hover {
  margin-bottom: 20px;
  background-color: #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 0%;
  -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/schloss-gold.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-content {
  position: absolute;
  bottom: 0%;
  display: block;
  width: 260px;
  margin-bottom: 5%;
  -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 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  margin-bottom: 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-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;
}

.footerheading-2 {
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #ddb545;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.link-3 {
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
}

.link-4 {
  display: inline-block;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-8 {
  margin-top: 0px;
  margin-bottom: 13px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.button-auf-schwarz-2 {
  margin-bottom: 20px;
  background-color: #d4af37;
}

.button-auf-schwarz-2:hover {
  margin-bottom: 20px;
  background-color: #000;
}

.button-auf-schwarz-2._2 {
  margin-left: 10px;
  background-color: #000;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.section-7 {
  padding-top: 42px;
}

.bold-text-2 {
  font-weight: 400;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  border-style: solid;
  border-width: 2px;
  border-color: grey;
}

.div-block-10.gold {
  border-color: #d4af37;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-12 {
  width: 100%;
  min-height: 400px;
  padding: 20px;
}

.div-block-13 {
  width: 100%;
  min-height: 400px;
  padding: 20px 20px 60px;
}

.paragraph-10 {
  font-family: Exo, sans-serif;
  color: #5f5f5f;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-10.listpara {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-10.kleiner {
  font-size: 18px;
  line-height: 22px;
}

.paragraph-10.kleiner {
  margin-bottom: 51px;
  font-size: 18px;
  line-height: 22px;
}

.div-block-14 {
  width: 80%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
  color: silver;
}

.heading-19 {
  height: 70px;
  margin: 20px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.heading-19.mittig {
  text-align: center;
}

.div-block-17 {
  height: 2px;
  margin-bottom: 20px;
  background-color: #f1c124;
}

.heading-20 {
  margin-top: 137px;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 36px;
  line-height: 60px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.grid-5 {
  margin-top: 20px;
  margin-bottom: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 2px solid grey;
}

.grid-6 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-column-gap: 40px;
  -ms-grid-columns: 16% 14% 17% 16% 8%;
  grid-template-columns: 16% 14% 17% 16% 8%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-33 {
  display: block;
  width: 100%;
  padding-left: 0px;
  -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;
}

.div-block-34 {
  width: 100%;
}

.div-block-35 {
  width: 100%;
}

.div-block-36 {
  width: 100%;
}

.div-block-37 {
  width: 100%;
}

.heading-22 {
  margin-top: 10px;
  border-bottom: 3px solid #b10000;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  text-align: center;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-wrap {
  position: relative;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.navigation-items {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navigation-item {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 1;
  font-family: Varela, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #940002;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #940002;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #940002;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item._1 {
  display: none;
}

.div-block-98 {
  width: 100%;
  min-height: 250px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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-color: transparent;
}

.heading-69 {
  margin-top: 10px;
  font-family: Varela, sans-serif;
  color: #940002;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-69.wei {
  color: #fff;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph.wei {
  color: #fff;
}

.section-10 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #333;
}

.section-10.start {
  position: fixed;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-46 {
  width: 30px;
}

.paragraph-13 {
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.checkbox-field {
  text-align: left;
}

.link-formular {
  color: #940002;
  text-decoration: none;
}

.html-embed-3 {
  width: 100%;
  height: 400px;
  background-color: #dfdfdf;
}

.div-block-28 {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #940002;
}

.paragraph-16 {
  font-family: 'Droid Sans', sans-serif;
}

.grid-7 {
  margin-left: 10px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1.25fr 1fr 1fr;
  grid-template-columns: 1.25fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block-2 {
  margin-top: 20px;
}

.container-11 {
  margin-top: 10px;
}

.container-11.ber {
  margin-top: -40px;
}

.inhalt {
  height: auto;
  min-height: 600px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.button {
  background-color: #940002;
  font-size: 16px;
}

.section-42 {
  margin: 40px 100px;
  color: #fff;
}

.column-88 {
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #940002;
}

.div-block-102 {
  width: 100%;
  background-image: url('../images/55504346_257927291784377_1058056564780302336_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-104 {
  width: 100%;
  background-image: url('../images/54799009_258443871732719_6130629966053769216_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-43 {
  margin: 20px;
}

.section-44 {
  margin: 20px;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.titelbild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  min-width: auto;
  margin-bottom: 14px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.column-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 60px;
  color: #fff;
}

.hint {
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 12px;
  font-weight: 400;
}

._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div._1 {
  min-height: 300px;
  background-image: url('../images/55625689_260481704862269_9131635581271408640_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div._2 {
  height: 300px;
  background-color: #000;
  background-image: url('../images/d5cc65cc-b482-47e4-b639-c43c9ef9d296.jpg');
  background-position: 50% 15%;
  background-size: cover;
  background-repeat: no-repeat;
}

.html-embed-4 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 160px;
  line-height: 140px;
  font-weight: 500;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
}

.div-block-105 {
  position: static;
  left: -152px;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/werkstattpartner.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-45 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #333;
}

.link-6 {
  color: #940002;
  text-decoration: none;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 390px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-70 {
  margin-top: -6px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 64px;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 15px hsla(0, 0%, 100%, 0.63);
}

.div-block-106 {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}

.grid-8 {
  position: relative;
  left: 125px;
  top: -125px;
  width: 250px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 300px;
  grid-template-columns: 300px;
  -ms-grid-rows: 250px 250px;
  grid-template-rows: 250px 250px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.div-block-107 {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-107._1 {
  background-image: url('../images/d5cc65cc-b482-47e4-b639-c43c9ef9d296.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.div-block-107._2 {
  background-image: url('../images/55504346_257927291784377_1058056564780302336_o.jpg');
  background-position: 50% 20%;
}

.div-block-107._4 {
  background-image: url('../images/54799009_258443871732719_6130629966053769216_o.jpg');
}

.div-block-108 {
  width: 250px;
  height: 250px;
  min-height: auto;
  background-image: url('../images/53625560_254492838794489_5777569622664413184_o.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.div-block-108._3 {
  background-image: url('../images/5df8e34809f6e656be5a38ce_1-grade.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-108._1 {
  background-image: url('../images/6784b7ea-7776-479c-bb2c-84e8b10fcb02.jpg');
}

.div-block-109 {
  min-height: 200px;
  background-image: url('../images/a8179685-ad21-49eb-bd95-1864bcdd37ae.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slider {
  width: 500px;
  height: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bold-text-3 {
  font-size: 40px;
}

.div-block-110 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-2 {
  width: 200px;
}

.div-block-112 {
  height: 100%;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-47 {
  height: 100%;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.link-8 {
  color: #333;
  text-decoration: none;
}

.link-9 {
  color: #fff;
}

.section-46 {
  display: none;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

@media screen and (max-width: 991px) {
  .linkfooter {
    font-size: 13px;
  }

  .linkfooter.w--current {
    font-size: 13px;
  }

  .link-3 {
    font-size: 13px;
  }

  .link-4 {
    font-size: 13px;
  }

  .paragraph-8 {
    font-size: 13px;
  }

  .section-6 {
    display: block;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-7 {
    padding-top: 10px;
  }

  .div-block-10 {
    display: block;
  }

  .div-block-11 {
    padding-left: 10px;
  }

  .div-block-12 {
    padding-left: 10px;
  }

  .div-block-13 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-10 {
    font-size: 18px;
  }

  .paragraph-10.kleiner {
    font-size: 16px;
  }

  .div-block-14 {
    width: 90%;
  }

  .heading-19 {
    height: 70px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .heading-20 {
    line-height: 42px;
  }

  .grid-5 {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }

  .grid-6 {
    margin-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: start;
    grid-column-gap: 10px;
    -ms-grid-columns: 0.75fr 0.5fr 0.75fr 0.75fr 0.5fr;
    grid-template-columns: 0.75fr 0.5fr 0.75fr 0.75fr 0.5fr;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0px;
  }

  .div-block-34 {
    width: 110px;
  }

  .div-block-35 {
    width: auto;
  }

  .div-block-36 {
    width: auto;
  }

  .div-block-37 {
    width: auto;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
  }

  .navigation-items {
    width: 100%;
    background-color: #fff;
  }

  .navigation-item {
    position: static;
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #5f6267;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.w--current:hover {
    background-color: #5f6267;
  }

  .menu-button {
    padding: 0px;
    color: #000;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon-5 {
    color: #000;
  }

  .container-11.ber {
    margin-top: 0px;
  }

  .heading {
    font-size: 32px;
  }

  .titelbild {
    height: 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;
    background-color: transparent;
  }

  .columns {
    margin-right: 40px;
    margin-left: 40px;
  }

  .heading-70 {
    font-size: 50px;
    line-height: 60px;
  }

  .grid-8 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-107 {
    width: 100%;
  }

  .div-block-107._4 {
    height: 250px;
  }

  .div-block-108 {
    width: 100%;
  }

  .div-block-108._3 {
    width: 100%;
  }

  .div-block-108._1 {
    width: 100%;
  }

  .slider {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-110 {
    padding-right: 0px;
    -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 {
    display: block;
  }

  .right-arrow {
    display: block;
  }

  .div-block-111 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-2 {
    width: 100%;
  }

  .image-47 {
    width: 768px;
  }

  .section-46 {
    position: absolute;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .link-3 {
    margin-left: 0px;
  }

  .link-4 {
    margin-left: 0px;
  }

  .paragraph-8 {
    margin-left: 0px;
  }

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

  .div-block-11 {
    height: auto;
  }

  .div-block-12 {
    min-height: 250px;
  }

  .div-block-13 {
    min-height: 250px;
  }

  .div-block-15 {
    height: auto;
  }

  .heading-19.mittig {
    height: auto;
  }

  .heading-20 {
    font-size: 32px;
    line-height: 38px;
  }

  .grid-5 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

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

  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 153.53125px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-34 {
    width: 153.53125px;
  }

  .div-block-35 {
    width: 153.53125px;
  }

  .div-block-36 {
    width: 153.53125px;
  }

  .div-block-37 {
    width: 153.53125px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .div-block-98 {
    width: auto;
  }

  .grid-7 {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading {
    font-size: 30px;
  }

  .titelbild {
    height: auto;
  }

  .column-92 {
    height: 300px;
  }

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

  .heading-70 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-107 {
    min-height: 100px;
  }

  .div-block-108 {
    min-height: 100px;
  }

  .div-block-109 {
    min-height: 100px;
  }

  .bold-text-3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .linkfooter {
    font-size: 15px;
  }

  .linkfooter.w--current {
    font-size: 15px;
  }

  .utility-page-content {
    margin-bottom: 50%;
  }

  .link-3 {
    font-size: 15px;
  }

  .link-4 {
    font-size: 15px;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .div-block-10 {
    margin-top: 20px;
  }

  .paragraph-10 {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-10.kleiner {
    font-size: 14px;
  }

  .list {
    padding-left: 30px;
  }

  .heading-19 {
    height: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-20 {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .grid-6 {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .div-block-33 {
    width: 100%;
  }

  .heading-22 {
    font-size: 20px;
  }

  .navigation {
    padding-right: 20px;
    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: 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;
  }

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

  .menu-button {
    padding: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-98 {
    padding: 10px;
  }

  .paragraph {
    padding-left: 10px;
  }

  .column-88 {
    padding-left: 10px;
  }

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

  .titelbild {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns {
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .brand {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-block-106 {
    min-height: 200px;
    min-width: 100%;
  }

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

  .div-block-107 {
    height: 250px;
    min-height: auto;
  }

  .div-block-108 {
    min-height: auto;
  }

  .div-block-109 {
    min-height: 200px;
  }

  .slider {
    background-color: #fff;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .heading-71 {
    font-size: 30px;
  }

  .section-46 {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
}

