h1 {
  margin-top: -6px;
  margin-bottom: -2px;
  font-size: 23px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: -3px;
  margin-bottom: -7px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}

.body {
  background-color: #fff;
  font-family: 'Roboto v18 latin', sans-serif;
  color: #000;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  background-color: #9c3;
  text-align: center;
}

.footer.text {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  padding-bottom: 15px;
  background-color: #9c3;
  text-align: center;
}

.content {
  position: relative;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #dff2b8;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  font-family: 'Roboto v18 latin 500', sans-serif;
  font-weight: 400;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 169px;
  height: 93px;
  margin-top: 27px;
  margin-bottom: 27px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(223, 242, 184, 0.48);
  border-radius: 9px;
  background-image: url('../images/Graviertechnik-Button-hover-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button:hover {
  background-image: url('../images/Graviertechnik-Button-hover-1.png');
}

.nav-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 19px;
  padding-left: 19px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.paragraph {
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
}

.link-block {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper-home {
  position: relative;
  top: 0px;
  z-index: 0;
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #fff;
  text-align: center;
}

.bild-home {
  display: block;
  margin-top: 0px;
}

.nav-bar-wrapper {
  position: static;
  overflow: visible;
  height: 446px;
  margin-top: 0px;
  padding-top: 9px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.nav-bar-wrapper.farbe {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 121px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 8px 9px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: none;
  text-align: center;
}

.nav-bar-wrapper.farbe {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 121px;
  margin-top: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  padding: 8px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  background-image: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Roboto v18 latin', sans-serif;
  text-align: center;
}

.f {
  position: static;
  overflow: visible;
  width: 186px;
  height: 94px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #969191;
  border-radius: 9px;
  background-image: url('../images/Holschilder-Systeme-Button.jpg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.f.frstechnik-kolibri {
  height: 97px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url('../images/Navi-Button-Fraestechnik-Kolibri-2018.jpg');
  background-size: cover;
  text-decoration: none;
}

.f.frstechnik-kolibri:hover {
  background-image: url('../images/Navi-Button-Fraestechnik-hover-Kolibri-2018.jpg');
  background-size: cover;
}

.f.frstechnik-kolibri.w--current {
  background-image: url('../images/Navi-Button-Fraestechnik-Kolibri-2018.jpg');
  background-size: cover;
}

.f.frstechnik-kolibri.w--current:hover {
  background-image: url('../images/Navi-Button-Fraestechnik-hover-Kolibri-2018.jpg');
}

.f.frstechnik-kolibri.w--current:focus {
  background-image: none;
  text-decoration: none;
}

.f.frstechnik-kolibri.w--current:visited {
  background-color: #9c3;
}

.f.graviertechnik {
  height: 97px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #dbdbdb;
  background-image: url('../images/Navi-Button-Graviertechnik-Kolibri-2018.jpg');
  background-position: 50% 0px;
  background-size: cover;
  text-decoration: none;
}

.f.graviertechnik:hover {
  background-image: url('../images/Navi-Button-Graviertechnik-hover-Kolibri-2018.jpg');
  background-size: cover;
}

.f.graviertechnik.w--current {
  background-image: url('../images/Gravieren-Button-hover.jpg');
  background-size: cover;
}

.f.holz-1 {
  height: 97px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url('../images/Button-Holzschilder.jpg');
  background-size: cover;
  text-decoration: none;
}

.f.holz-1:hover {
  background-image: url('../images/Button-Holzschilder-hover.jpg');
  background-size: cover;
}

.f.holz-2 {
  height: 97px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url('../images/Button-Weitere.jpg');
  background-size: cover;
  text-decoration: none;
}

.f.holz-2:hover {
  background-image: url('../images/Button-Weitere-Hover.jpg');
  background-size: cover;
}

.f.kontakt-kolibri {
  display: block;
  height: 97px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  background-image: url('../images/Fraesen-Button.jpg');
  background-size: cover;
  text-decoration: none;
}

.f.kontakt-kolibri:hover {
  background-image: url('../images/Fraesen-Button-hover.jpg');
  background-size: cover;
}

.link-button-text {
  position: relative;
  top: 72px;
  overflow: hidden;
  margin-top: 2px;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.link-button-text:hover {
  text-decoration: none;
}

.paragraph-7 {
  margin-bottom: auto;
  padding-right: 51px;
  padding-bottom: 0px;
  padding-left: 51px;
  color: #000;
  font-size: 15px;
  line-height: 31px;
  text-align: left;
}

.paragraph-8 {
  padding: 5px 51px 8px;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.h1-heading-mobile-1 {
  margin-top: 20px;
  margin-bottom: 7px;
}

.heading {
  display: block;
  margin-top: auto;
  margin-bottom: 22px;
}

.div-block-text-startseite {
  display: block;
  margin-bottom: 32px;
  padding: 29px 57px 27px;
  text-align: left;
}

.fusszeile-footer {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 19px;
  color: #fff;
  font-size: 1em;
  line-height: 1.9em;
  text-decoration: none;
}

.detail-ansicht-flex-parent {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 849px;
  height: 457px;
  margin-top: 40px;
  margin-right: 80px;
  margin-left: 80px;
  -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;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url('../images/Schwartenbrett-eingraviert.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-2 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 849px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 20px 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #dff2b8;
  font-size: 15px;
  text-align: center;
}

.text-span-4 {
  font-weight: 700;
}

.div-block-zoom {
  position: relative;
  display: block;
  width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #dbdbdb;
  text-align: center;
}

.div-block-zoom._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-nav-scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: none;
  background-color: #9c3;
  opacity: 1;
  text-align: center;
}

.button-nav-scroll {
  padding: 17px 46px;
  background-color: #9c3;
  color: #000;
}

.button-nav-scroll:hover {
  background-color: #dff2b8;
}

.button-nav-scroll:focus {
  background-color: #dff2b8;
}

.button-nav-scroll.w--current {
  background-color: #dff2b8;
}

.button-nav-scroll.systeme.w--current {
  background-color: #dff2b8;
}

.button-nav-scroll.systeme.w--current:active {
  text-decoration: underline;
}

.button-nav-scroll.systeme.w--current:focus {
  text-decoration: underline;
}

.detailbild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-top-left-radius: 10px;
  background-image: url('../images/Holzkonstruktion-Detail.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.header-wrapper-div {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.streifen-oben {
  position: static;
  height: 20px;
  background-color: #9c3;
}

.div-block-8 {
  height: 12px;
  background-color: #9c3;
}

.div-block-9 {
  height: 33px;
  margin-top: 0.5%;
  padding-top: 0px;
  background-color: #9c3;
}

.button-beratung {
  position: fixed;
  top: 22%;
  right: 5px;
  z-index: 99999;
  display: inline-block;
  width: 274px;
  height: 135px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: #9c3;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.button-beratung.startseite {
  position: absolute;
  left: 5px;
  top: 22%;
  right: 5px;
  bottom: 22%;
  z-index: 2;
  display: block;
  overflow: visible;
}

.button-beratung._2 {
  position: fixed;
  top: 43%;
  right: 0px;
  bottom: 43%;
  z-index: 888;
  display: block;
  overflow: visible;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.button-beratung.kontakt {
  position: fixed;
  top: 43%;
  right: 275px;
  z-index: 888;
  display: none;
  overflow: visible;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.button-beratung._2 {
  position: fixed;
  top: 43%;
  right: 275px;
  z-index: 888;
  display: block;
  overflow: visible;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.button-beratung._2 {
  position: fixed;
  top: 22%;
  right: 4px;
  bottom: auto;
  z-index: 888;
  display: block;
  overflow: visible;
  margin-right: 13%;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.button-beratung._2-copy {
  position: fixed;
  top: 43%;
  right: -31%;
  z-index: 888;
  display: block;
  overflow: visible;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.button-beratung._2-copy {
  position: fixed;
  top: 43%;
  right: 0px;
  z-index: 888;
  display: block;
  overflow: visible;
  margin-right: 13%;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.button-beratung.kontakt {
  position: fixed;
  top: 43%;
  right: 0px;
  bottom: 43%;
  z-index: 888;
  display: none;
  overflow: visible;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.button-beratung._2-copy {
  position: fixed;
  top: 43%;
  right: 0px;
  z-index: 888;
  display: block;
  overflow: visible;
  margin-right: 0px;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.button-beratung._2-copy-copy {
  position: fixed;
  left: auto;
  top: 50%;
  right: -7%;
  bottom: 0%;
  z-index: 888;
  display: block;
  overflow: visible;
  margin-right: 13%;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.button-beratung._2-copy-3 {
  position: fixed;
  left: auto;
  top: 50%;
  right: -7%;
  bottom: 0%;
  z-index: 888;
  display: block;
  overflow: visible;
  margin-right: 13%;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.headung-button {
  text-transform: uppercase;
}

.headung-button.unten {
  margin-top: auto;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 23px;
  font-weight: 400;
}

.headung-button.oben {
  margin-top: 12px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 2.1px;
}

.text-button {
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 22px;
}

.div-block-button-beratung {
  position: fixed;
  left: 0px;
  top: 261px;
  right: 0px;
  z-index: 999999;
}

.detailbild-sommerpltze {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 10px;
  background-image: url('../images/Navi-Button-Holz-2-hover-Kolibri-2018.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.detailbild-sommerpltze.a {
  background-image: url('../images/Galgen-Detail-neu.jpg');
}

.trigger-button-detailansicht {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  margin: 16px;
  padding: 14px 9px;
  border-style: none;
  border-color: #000;
  border-radius: 50%;
  background-color: #ececec;
  color: #9c3;
  font-size: 54px;
  font-weight: 300;
}

.div-block-11 {
  position: relative;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  text-transform: none;
}

.trigger-test-bild {
  opacity: 1;
}

.header-streifen-voegele {
  position: relative;
  z-index: 5;
  display: block;
  height: 212px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Voegele-orig-breiter.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.image-18 {
  position: absolute;
  top: 75px;
  right: 403px;
  bottom: 0px;
  opacity: 0.95;
}

.header-wrapper {
  display: block;
  height: 67vh;
  -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;
  background-color: #fff;
}

.header-breit-vogel {
  position: relative;
  display: block;
  overflow: visible;
  height: 244px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 20px solid #9c3;
  border-bottom: 12px solid #9c3;
  background-color: #fff;
  background-image: url('../images/Voegele-orig-breiter-HG-weiss.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 1;
}

.header-doppellinie-unten {
  margin-top: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 28px solid #9c3;
  background-color: #fff;
}

.button-fraestechnik {
  width: 186px;
  height: 97px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #000;
  border-radius: 10px;
  background-image: url('../images/Navi-Button-Fraestechnik-Kolibri-2018.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button-fraestechnik:hover {
  background-image: url('../images/Navi-Button-Fraestechnik-hover-Kolibri-2018.jpg');
}

.button-fraestechnik.w--current {
  background-image: url('../images/Navi-Button-Kolibri-Fraestechnik.jpg');
}

.button-fraestechnik.w--current:hover {
  background-image: url('../images/Navi-Button-Kolibri-Fraestechnik-hover.jpg');
}

.button-graviertechnik {
  width: 186px;
  height: 97px;
  margin: 5px;
  border: 1px solid #000;
  border-radius: 10px;
  background-image: url('../images/Button-Graviertechnik.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button-graviertechnik:hover {
  background-image: url('../images/Button-Graviertechnik-hover.jpg');
}

.button-graviertechnik.w--current {
  width: 186px;
  height: 97px;
  margin: 5px;
  background-image: url('../images/Navi-Button-Graviertechnik-hover-Kolibri-2018.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button-graviertechnik.w--current:hover {
  background-image: url('../images/Navi-Button-Graviertechnik-hover-Kolibri-2018.jpg');
}

.wrapper-produkt {
  position: relative;
  z-index: 0;
  display: block;
  width: 820px;
  height: 440px;
  margin: 84px auto 92px;
  background-image: url('../images/Kolibri-Startseite-Foto-Fraesmaschine.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.kreis-zoombutton {
  position: absolute;
  top: 25px;
  right: 38px;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-perspective: 1268px;
  perspective: 1268px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  text-align: center;
  cursor: pointer;
}

.textzeichen-plus {
  margin-top: 15px;
  font-family: Roboto;
  color: #9c3;
  font-size: 56px;
  font-weight: 200;
}

.container-zoombutton {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-fr-bild {
  display: block;
}

.zoom-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  height: 340px;
  background-color: transparent;
  opacity: 1;
}

.text-block-bildbeschreibung {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  padding: 19px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #dff2b8;
}

.div-block-bildtext {
  position: relative;
  display: block;
  overflow: hidden;
  width: 800px;
  margin: 38px auto auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none transparent;
  border-radius: 10px 10px 0px 0px;
  background-color: #e6e6e6;
  text-align: center;
}

.image-35 {
  position: relative;
  border: 1px none transparent;
}

.image-35.venous {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.aluschilder {
  padding: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.aluschild-2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.buchstaben-kunststoff {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.acrylbuchstaben-3 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.acrylglas-hinten-lackiert {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.light-sound {
  padding-top: 27px;
  padding-bottom: 27px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.multipal {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.abstandshalter {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.aluminiumbuchstaben {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.sonderform-aus-acrylglas {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.hausnummer-aus-acrylglas-3 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.mototrrad-schild {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.hexe {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.typenschild-aus-aluminium {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.klingelschild {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.holzschild-gefrst {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.schwartenbrett-1 {
  padding-top: 38px;
  padding-bottom: 38px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.campingplatz-ausschilderung {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.firmenschild-robst {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.holzschild-mit-logoschild-aus-douglasienholz {
  padding-top: 42px;
  padding-bottom: 42px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.wanderweg {
  top: 0px;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.schraubenschluessel {
  padding: 58px 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.traktorer {
  padding: 38px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.newyork {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.zeewind {
  padding: 38px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.alu-buchstaben {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.hermannseiche {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.gladbach {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.schablone {
  padding: 58px 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.transponder {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.bad-saarow {
  padding: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-35.zahnarzt {
  padding: 19px 28px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.textblock-bildtext {
  position: relative;
  display: block;
  overflow: visible;
  width: 800px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 16px;
  border: 10px solid transparent;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #dff2b8;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.section-zooom {
  display: block;
}

.zoom-bild {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  border: 1px none transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  opacity: 1;
}

.zoom-bild.siebdruck {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.bild-zoom {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px none transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  opacity: 0;
}

.bild-zoom.hausnummer-aus-kunststoff-mit-rosteffektlack-zoom {
  opacity: 0;
}

.bild-zoom.sah-2 {
  left: 0px;
  top: 0px;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

.bild-zoom.galgen {
  left: 0px;
  top: 0px;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

.button-zoom {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  font-family: Roboto;
  color: #9c3;
  font-size: 63px;
  line-height: 48px;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
}

.button-zoom.pfir {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.button-zoom.galgen {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.button-zoom.hausnr {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.button-zoom.scheibe {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.image-37 {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-37.bierbank {
  padding: 0px;
}

.image-37.sah {
  padding: 80px 31px;
}

.image-37.galgen {
  padding: 1px 25px;
}

.image-37.klopfer {
  padding: 0px;
}

.image-37.siebdruck {
  padding-top: 45px;
  padding-bottom: 45px;
}

.image-37.scheibe {
  display: inline-block;
  text-align: center;
}

.top-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 666;
  display: block;
  background-color: #9c3;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  font-family: 'Roboto v18 latin', sans-serif;
  text-align: center;
}

.top-nav.kontakt {
  display: none;
}

.top-nav-link {
  display: inline-block;
  height: 70px;
  padding: 25px 68px;
  background-color: transparent;
  font-family: 'Roboto v18 latin', sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.top-nav-link:hover {
  background-color: #dff2b8;
}

.top-nav-link.w--current {
  background-color: #dff2b8;
}

.heading-h1-startseite {
  margin-top: 25px;
  margin-bottom: auto;
  padding-left: 51px;
  font-family: 'Roboto v18 latin', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.div-block-header {
  border-top: 20px solid #9c3;
  border-bottom: 12px solid #9c3;
}

.section-header {
  background-color: #fff;
}

.header-linie-unten {
  height: 42px;
  border-bottom: 32px solid #9c3;
}

.wrapper-inhalt {
  position: relative;
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: center;
}

.div-block-45 {
  position: relative;
  display: block;
  width: 1000px;
  height: 202px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-right: 7px;
  text-align: right;
}

.divblock-bild-startseite {
  position: relative;
  top: 0px;
  overflow: visible;
  height: 358px;
  padding-top: 0px;
  background-color: #e2e5e7;
  text-align: right;
}

.image-40 {
  position: relative;
  top: 13px;
  right: 83px;
  overflow: hidden;
  text-align: right;
}

.divblock-beratung-startseite {
  position: absolute;
  left: 95px;
  top: 20px;
  right: 0px;
  bottom: 0px;
  z-index: 12;
  overflow: visible;
}

.heading-h2-startseite {
  margin-top: 17px;
  margin-bottom: auto;
  padding-right: 51px;
  padding-left: 51px;
  font-family: 'Roboto v18 latin', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.heading-h3-startseite {
  margin-top: 12px;
  padding-right: 51px;
  padding-left: 51px;
  font-family: 'Roboto v18 latin', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.bold-text-2 {
  font-size: 16px;
}

.body-4 {
  background-color: transparent;
  font-family: 'Roboto v18 latin 300', sans-serif;
}

.button-holzschilder-farbig {
  width: 220px;
  height: 100px;
  margin: 5px;
  border: 1px solid #000;
  border-radius: 10px;
  background-image: url('../images/Button-Holzschilder.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button-holzschilder-farbig:hover {
  background-image: url('../images/Button-Holzschilder-hover.jpg');
}

.button-holzschilder-farbig.w--current {
  width: 220px;
  height: 100px;
  margin: 5px;
  background-image: url('../images/Button-Holzschilder-hover.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button-holzschilder-farbig.w--current:hover {
  background-image: url('../images/Button-Holzschilder-hover.jpg');
}

.button-kontakt-farbig {
  display: block;
  width: 220px;
  height: 100px;
  margin: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  border-radius: 10px;
  background-image: url('../images/Kontakt-Button.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button-kontakt-farbig:hover {
  background-image: url('../images/Kontakt-Button-hover.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.button-kontakt-farbig.w--current {
  width: 220px;
  height: 100px;
  margin: 5px;
  background-image: url('../images/Kontakt-Button-hover.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button-kontakt-farbig.w--current:hover {
  background-image: url('../images/Kontakt-Button-hover.jpg');
}

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

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

.container-footerabstand {
  height: 24px;
}

.button-fraestechnik-farbe {
  width: 220px;
  height: 100px;
  margin: 5px;
  border: 1px solid #000;
  border-radius: 10px;
  background-image: url('../images/Navi-Button-Kolibri-Fraestechnik.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button-fraestechnik-farbe:hover {
  background-image: url('../images/Navi-Button-Kolibri-Fraestechnik-hover.jpg');
}

.button-fraestechnik-farbe.w--current {
  width: 220px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/Navi-Button-Kolibri-Fraestechnik-hover.jpg');
}

.button-fraestechnik-farbe.w--current:hover {
  background-image: url('../images/Navi-Button-Kolibri-Fraestechnik-hover.jpg');
}

.button-graviertechnik-farbe {
  width: 220px;
  height: 100px;
  margin: 5px;
  border: 1px solid #000;
  border-radius: 10px;
  background-image: url('../images/Button-Graviertechnik.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button-graviertechnik-farbe:hover {
  background-image: url('../images/Button-Graviertechnik-hover.jpg');
}

.button-graviertechnik-farbe.w--current {
  width: 220px;
  height: 100px;
  margin: 5px;
  background-image: url('../images/Button-Graviertechnik-hover.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button-graviertechnik-farbe.w--current:hover {
  background-image: url('../images/Button-Graviertechnik-hover.jpg');
}

.stammtisch {
  padding-top: 28px;
  padding-bottom: 28px;
}

.zapf-1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.button-zoom-zapf {
  position: absolute;
  top: 13px;
  right: 23px;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #9c3;
  font-size: 54px;
  line-height: 47px;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
}

.bild-zoom--zapf {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px none transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  opacity: 0;
}

.acrylglas-lackiert-auf-laerchenholz {
  position: relative;
  border: 1px none transparent;
}

.hausnummer-rosteffekt {
  position: relative;
  border: 1px none transparent;
}

.button-zoom--85 {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #9c3;
  font-size: 63px;
  line-height: 48px;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
}

.bild-zoom-haus-2 {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px none transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  opacity: 0;
}

.zapf-div {
  position: relative;
  display: block;
  width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #dbdbdb;
  text-align: center;
}

.zoom-div-zapf {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  border: 1px none transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  opacity: 1;
}

.section-zooom--zapf {
  display: block;
}

.bild-zoom-pfir {
  position: relative;
  display: block;
  overflow: scroll;
  width: 100%;
  height: 61vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #dbdbdb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #dbdbdb;
  opacity: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-zooom-galgen {
  display: block;
}

.section-zooom-bier {
  display: block;
}

.bild-amiro {
  position: relative;
  padding-top: 23px;
  padding-bottom: 23px;
  border: 1px none transparent;
}

.section-zooom-klopfer {
  display: block;
}

.button-detail {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  font-family: Roboto;
  color: #9c3;
  font-size: 63px;
  line-height: 48px;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
}

.button-detail.klopfer {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.button-detail-2 {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  font-family: Roboto;
  color: #9c3;
  font-size: 63px;
  line-height: 48px;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
}

.button-detail-2.bier {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.bild-mfd {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none transparent;
}

.bild-gesicht {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none transparent;
}

.kontakt-textblock {
  display: block;
  width: 351px;
  margin-bottom: 25px;
  font-family: 'Roboto v18 latin', sans-serif;
  color: #000;
  font-weight: 400;
  text-align: left;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-42 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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;
}

.container-impressum {
  margin-top: 52px;
  padding-left: 59px;
  text-align: left;
}

.top-nav-tablet {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 666;
  background-color: #9c3;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  text-align: center;
}

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

.mitte {
  position: relative;
  width: 100%;
  background-color: #dbdbdb;
}

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

.right {
  width: 33%;
  background-color: #dff2b8;
}

.test-button {
  position: absolute;
  top: 25px;
  right: 0px;
  z-index: 3;
  width: 200px;
  height: 120px;
}

.container-test {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-59 {
  width: 75%;
  height: 100%;
}

.footer-2 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 37px;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  background-color: #9c3;
  text-align: center;
}

.container-12 {
  position: relative;
  display: block;
  margin-bottom: 11px;
  padding-bottom: 16px;
  -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;
}

.footer-copyright {
  margin-bottom: 15px;
  padding-top: 22px;
  padding-bottom: 0px;
}

.textlink-footer {
  display: inline-block;
  padding: 4px 9px;
  border-right: 1px none #dbdbdb;
  border-left: 1px none #dbdbdb;
  color: #000;
  text-decoration: none;
}

.textlink-footer:hover {
  color: #fff;
}

.textlink-footer.w--current {
  padding-top: 4px;
  padding-bottom: 4px;
  border-right: 1px none #dbdbdb;
  border-left: 1px none #dbdbdb;
  color: #000;
}

.textlink-footer.w--current:hover {
  color: #dbdbdb;
}

.textlink-footer.start {
  border-right-style: solid;
  border-left-style: solid;
}

.textlink-footer.datenschutz {
  border-right-style: solid;
  border-left-style: solid;
}

.html-embed {
  margin-right: 0px;
  padding-right: 56px;
}

.html-embed.impressum {
  font-family: 'Roboto v18 latin', sans-serif;
}

.kolibri-datenschutz-embed {
  padding-right: 64px;
  font-family: 'Roboto v18 latin', sans-serif;
}

.image-46 {
  display: block;
  margin-top: 51px;
  margin-left: 207px;
  padding-left: 17px;
}

.bold-text-3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.bild-zoom-siebdruck {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  overflow: auto;
  width: 100%;
  height: 54vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #dbdbdb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #dbdbdb;
  opacity: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.bild-zoom-gluehwein-2 {
  position: relative;
  display: block;
  overflow: scroll;
  width: 100%;
  height: 61vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #dbdbdb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #dbdbdb;
  opacity: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.bild-zoom-indu {
  position: relative;
  display: block;
  overflow: scroll;
  width: 100%;
  height: 61vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #dbdbdb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #dbdbdb;
  opacity: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-13 {
  height: 44px;
}

.bild-zoom-scheibe {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 157%;
  max-width: 198%;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #dbdbdb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #dbdbdb;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.bild-zoom-schlagstempel2 {
  position: relative;
  display: block;
  overflow: scroll;
  width: 100%;
  height: 61vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #dbdbdb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #dbdbdb;
  opacity: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.bild-zoom-kanzlei {
  position: relative;
  display: block;
  overflow: scroll;
  width: 100%;
  height: 61vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #dbdbdb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #dbdbdb;
  opacity: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.ipetronik {
  display: block;
}

.container-14 {
  height: 55px;
}

.div-block-bad-saarow {
  position: relative;
  display: block;
  overflow: hidden;
  width: 800px;
  margin: 38px auto auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none transparent;
  border-radius: 10px 10px 0px 0px;
  background-color: #e6e6e6;
  text-align: center;
}

.textblock-bildtext-3 {
  position: relative;
  display: block;
  overflow: visible;
  width: 800px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 16px;
  border: 10px solid transparent;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #dff2b8;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: normal;
  white-space: normal;
}

.div-block-zahnarzt {
  position: relative;
  display: block;
  overflow: hidden;
  width: 800px;
  margin: 38px auto auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none transparent;
  border-radius: 10px 10px 0px 0px;
  background-color: #e6e6e6;
  text-align: center;
}

.button-shop {
  display: block;
  width: 220px;
  height: 100px;
  margin: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/Einkaufswagen-neu.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: background-color 0ms ease;
  transition: background-color 0ms ease;
  text-decoration: none;
  cursor: pointer;
}

.button-shop:hover {
  background-color: #fff;
  background-image: url('../images/Einkaufswagen-neu-hover.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button-shop.w--current {
  width: 220px;
  height: 100px;
  margin: 5px;
  background-image: url('../images/Kontakt-Button-hover.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button-shop.w--current:hover {
  background-image: url('../images/Kontakt-Button-hover.jpg');
}

.shop-button-gross2 {
  position: relative;
  left: 0px;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 888;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.shop-button-gross2:hover {
  background-image: url('../images/Einkaufswagen-gross-hover.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop-button-gross2.startseite {
  display: none;
}

.button-shop-3 {
  position: fixed;
  left: auto;
  top: 66%;
  right: 8%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 197px;
  height: 18vh;
  margin-left: 0px;
  padding-left: 0px;
  background-color: transparent;
  background-image: url('../images/Einkaufswagen-gross.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button-shop-3:hover {
  background-image: url('../images/Einkaufswagen-gross-hover.svg');
  background-size: contain;
}

.button-shop-3.mobile {
  display: none;
}

.button-link-mobile-shop-tablet {
  display: none;
}

.top-nav-copy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 666;
  display: block;
  background-color: #9c3;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  font-family: 'Roboto v18 latin', sans-serif;
  text-align: center;
}

.top-nav-copy.kontakt {
  display: none;
}

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

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

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

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

html.w-mod-js *[data-ix="new-interaction"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="nav-move"] {
  display: block;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="move-in"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="button-beratung"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .footer.text {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
  }

  .content {
    position: static;
  }

  .button {
    width: 122px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .nav-row {
    padding-right: auto;
    padding-left: auto;
    -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;
  }

  .link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrapper-home {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .bild-home {
    position: static;
    background-image: none;
  }

  .nav-bar-wrapper.farbe {
    padding-right: 7px;
    padding-left: 7px;
  }

  .nav-bar-wrapper.farbe {
    padding-right: 7px;
    padding-left: 7px;
    -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;
  }

  .link-button-text {
    background-color: transparent;
  }

  .paragraph-7 {
    font-size: 14px;
  }

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

  .italic-text {
    padding-bottom: 0px;
  }

  .italic-text.tablet {
    font-size: 0.9em;
    line-height: auto;
  }

  .heading {
    font-size: 1.5em;
    line-height: auto;
  }

  .div-block-text-startseite {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: visible;
    padding-right: 23px;
    padding-left: 23px;
  }

  .text-block-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-zoom {
    width: 600px;
  }

  .div-block-zoom._3 {
    position: static;
    display: block;
  }

  .div-block-nav-scroll {
    z-index: 9999;
  }

  .button-nav-scroll {
    padding-right: 22px;
    padding-left: 22px;
  }

  .detailbild {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .button-beratung.startseite {
    position: absolute;
    left: 36px;
    top: 17%;
    right: 23px;
    bottom: 22%;
    z-index: 12;
    display: block;
    overflow: visible;
  }

  .button-beratung._2 {
    position: absolute;
    left: 36px;
    top: 17%;
    right: 23px;
    bottom: 22%;
    z-index: 12;
    display: block;
    overflow: visible;
  }

  .button-beratung.kontakt {
    position: absolute;
    left: 36px;
    top: 17%;
    right: 23px;
    bottom: 22%;
    z-index: 12;
    display: none;
    overflow: visible;
  }

  .button-beratung._2 {
    position: absolute;
    left: 36px;
    top: 17%;
    right: 23px;
    bottom: 22%;
    z-index: 12;
    display: block;
    overflow: visible;
  }

  .button-beratung._2 {
    position: fixed;
    left: 1%;
    top: 9%;
    right: 3%;
    bottom: auto;
    z-index: 12;
    display: block;
    overflow: visible;
  }

  .button-beratung._2-copy {
    position: fixed;
    left: 7px;
    top: 73px;
    right: auto;
    z-index: 667;
    display: block;
    overflow: visible;
  }

  .button-beratung._2-copy {
    position: absolute;
    left: 36px;
    top: 17%;
    right: 23px;
    bottom: 22%;
    z-index: 12;
    display: block;
    overflow: visible;
  }

  .button-beratung.kontakt {
    position: absolute;
    left: 36px;
    top: 17%;
    right: 23px;
    bottom: 22%;
    z-index: 12;
    display: none;
    overflow: visible;
  }

  .button-beratung._2-copy {
    position: fixed;
    left: auto;
    top: 17%;
    right: 0px;
    bottom: 22%;
    z-index: 12;
    display: block;
    overflow: visible;
    width: 161px;
    height: 203px;
    margin-right: 0%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .button-beratung._2-copy-copy {
    position: fixed;
    left: 7px;
    top: 73px;
    right: auto;
    z-index: 667;
    display: block;
    overflow: visible;
  }

  .button-beratung._2-copy-3 {
    position: absolute;
    left: 36px;
    top: 17%;
    right: 23px;
    bottom: 22%;
    z-index: 12;
    display: block;
    overflow: visible;
  }

  .headung-button.unten {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
  }

  .headung-button.oben {
    display: inline-block;
    font-size: 22px;
  }

  .text-button {
    display: inline-block;
  }

  .div-block-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header-wrapper {
    height: 23vh;
    -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;
  }

  .header-breit-vogel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header-doppellinie-unten {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrapper-produkt {
    width: 772px;
  }

  .kreis-zoombutton {
    right: 28px;
  }

  .body-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .div-block-bildtext {
    width: 600px;
    margin-bottom: auto;
  }

  .textblock-bildtext {
    width: 600px;
    padding: 8px;
  }

  .top-nav {
    display: none;
  }

  .top-nav-link {
    display: inline-block;
    padding-right: 25px;
    padding-left: 25px;
  }

  .top-nav-link.shop {
    background-color: #d80101;
    color: #fff;
  }

  .header-linie-unten {
    height: 32px;
    border-bottom-width: 25px;
  }

  .wrapper-inhalt {
    width: 100%;
  }

  .div-block-45 {
    width: 715px;
  }

  .divblock-bild-startseite {
    height: 364px;
  }

  .image-40 {
    left: -17px;
  }

  .divblock-beratung-startseite {
    position: relative;
    left: -4px;
    top: 59px;
  }

  .zapf-div {
    width: 600px;
  }

  .kontakt-textblock {
    padding-left: 37px;
  }

  .container-impressum {
    padding-left: 20px;
  }

  .beratung-tablet {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 878;
    display: block;
    margin-top: 70px;
    background-color: #dff2b8;
    text-align: center;
  }

  .container-10 {
    position: static;
    margin-top: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .paragraph-14 {
    display: inline-block;
    padding-right: 8px;
    padding-left: 13px;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .paragraph-15 {
    display: inline-block;
    padding-right: 9px;
    padding-left: 9px;
    color: #000;
  }

  .paragraph-16 {
    display: inline-block;
    padding-right: 0px;
    padding-left: 8px;
  }

  .top-nav-tablet {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: auto;
  }

  .links {
    width: 10%;
  }

  .mitte {
    width: 100%;
  }

  .right {
    width: 10%;
  }

  .test-button {
    right: 0px;
  }

  .image-46 {
    margin-left: 127px;
  }

  .div-block-bad-saarow {
    width: 600px;
    margin-bottom: auto;
  }

  .textblock-bildtext-3 {
    width: 600px;
    padding: 8px;
  }

  .div-block-zahnarzt {
    width: 600px;
    margin-bottom: auto;
  }

  .button-shop {
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .button-shop:hover {
    background-position: 50% 100%;
    background-size: cover;
  }

  .shop-button-gross2 {
    display: none;
  }

  .button-shop-3 {
    left: 9%;
    top: 38%;
    right: auto;
    bottom: 0%;
  }

  .button-shop-3.mobile {
    display: block;
  }

  .button-link-mobile-shop-tablet {
    position: fixed;
    left: auto;
    top: 14%;
    right: 0%;
    bottom: auto;
    z-index: 15;
    display: none;
    overflow: hidden;
    background-color: #af1d00;
  }

  .top-nav-copy {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer.text {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    height: 49px;
    margin-top: 92px;
    padding-top: 28px;
  }

  .content {
    height: 100%;
  }

  .button {
    width: 90px;
  }

  .nav-row {
    width: 100%;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .wrapper-home {
    position: relative;
    float: none;
    clear: none;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .bild-home {
    display: block;
    overflow: visible;
    height: 100%;
  }

  .nav-bar-wrapper {
    position: relative;
    display: block;
    height: 100vh;
    padding-bottom: 26px;
    background-image: url('../images/Backgroundfoto-Startseite-2-oben.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .nav-bar-wrapper.farbe {
    display: none;
  }

  .nav-bar-wrapper.farbe {
    display: none;
  }

  .f.frstechnik-kolibri {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .f.holz-2 {
    height: 121px;
  }

  .link-button-text {
    font-size: 12px;
    text-decoration: none;
  }

  .paragraph-7 {
    font-size: 1em;
    line-height: 19px;
  }

  .paragraph-8 {
    height: 100%;
    font-size: 1em;
    line-height: 19px;
  }

  .h1-heading-mobile-1 {
    margin-bottom: 2px;
    font-size: 1.2em;
    line-height: 35px;
  }

  .heading {
    font-size: 1em;
    line-height: 19px;
  }

  .detail-ansicht-flex-parent {
    height: 225px;
  }

  .text-block-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

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

  .div-block-zoom._3 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-nav-scroll {
    display: none;
  }

  .button-nav-scroll {
    padding-right: 9px;
    padding-left: 9px;
  }

  .detailbild {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-9 {
    height: 25px;
  }

  .button-beratung.startseite {
    left: 49%;
    top: 86%;
    display: none;
  }

  .button-beratung._2 {
    left: 49%;
    top: 86%;
    display: none;
  }

  .button-beratung.kontakt {
    left: 49%;
    top: 86%;
    display: none;
  }

  .button-beratung._2 {
    left: 49%;
    top: 86%;
    display: none;
  }

  .button-beratung._2 {
    left: 49%;
    top: 86%;
    display: none;
  }

  .button-beratung._2-copy {
    left: 49%;
    top: 86%;
    display: none;
  }

  .button-beratung._2-copy {
    left: 49%;
    top: 86%;
    display: none;
  }

  .button-beratung.kontakt {
    left: 49%;
    top: 86%;
    display: none;
  }

  .button-beratung._2-copy {
    left: 49%;
    top: 86%;
    display: none;
  }

  .button-beratung._2-copy-copy {
    left: 49%;
    top: 86%;
    display: none;
  }

  .button-beratung._2-copy-3 {
    left: 49%;
    top: 86%;
    display: none;
  }

  .header-wrapper {
    height: 100%;
  }

  .header-breit-vogel {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrapper-produkt {
    width: 483px;
    height: 100%;
    text-align: center;
  }

  .kreis-zoombutton {
    right: 35px;
  }

  .container-zoombutton {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .zoom-image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
  }

  .div-block-bildtext {
    width: 90%;
    margin-bottom: auto;
  }

  .textblock-bildtext {
    width: 90%;
    padding: 9px;
  }

  .navbar-mobile {
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #9c3;
  }

  .menu-button {
    position: relative;
    display: block;
    overflow: visible;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-top-left-radius: 12px;
    background-color: #dff2b8;
  }

  .container-9 {
    position: relative;
    display: block;
    padding-left: 14px;
  }

  .paragraph-9 {
    margin-bottom: 0px;
    padding-top: 3px;
    padding-left: 12px;
    color: #000;
    font-size: 15px;
  }

  .icon {
    font-size: 42px;
  }

  .nav-link-mobile {
    display: block;
    border-bottom: 1px solid #000;
    color: #000;
    text-align: center;
    text-decoration: none;
  }

  .nav-link-mobile.shop {
    background-color: #c20000;
    color: #fff;
  }

  .div-block-45 {
    width: 100%;
    height: 168px;
    padding-top: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .divblock-bild-startseite {
    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;
  }

  .image-40.frsmaschine {
    left: auto;
    right: auto;
    display: block;
    text-align: center;
  }

  .kolibri-logo {
    position: static;
    text-align: center;
  }

  .zapf-div {
    width: 90%;
  }

  .kontakt-textblock {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .div-block-kontakt {
    padding-top: 34px;
    -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-kontakt {
    margin-top: 0px;
    padding-top: 19px;
  }

  .container-impressum {
    padding-top: 23px;
  }

  .test-button {
    width: 146px;
  }

  .html-embed.impressum {
    padding-right: 26px;
  }

  .kolibri-datenschutz-embed {
    padding-right: 24px;
  }

  .image-46 {
    display: inline-block;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .div-block-bad-saarow {
    width: 90%;
    margin-bottom: auto;
  }

  .textblock-bildtext-3 {
    width: 90%;
    padding: 9px;
  }

  .div-block-zahnarzt {
    width: 90%;
    margin-bottom: auto;
  }

  .button-shop-3.mobile {
    display: none;
  }

  .button-link-mobile-shop-tablet {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 12;
    display: block;
    padding-top: 13px;
    padding-bottom: 11px;
    background-color: #af1d00;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .top-nav-copy {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .footer.text {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    margin-top: auto;
  }

  .content {
    height: 100%;
  }

  .button {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-bar-wrapper.farbe {
    display: block;
    height: 100%;
    -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;
  }

  .nav-bar-wrapper.farbe {
    display: block;
    height: 100%;
    -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-7 {
    padding-bottom: 25px;
    font-size: 0.9em;
    line-height: 1.3em;
  }

  .paragraph-8 {
    font-size: 0.9em;
    line-height: 1.3em;
  }

  .h1-heading-mobile-1 {
    line-height: 1.5em;
  }

  .italic-text.tablet {
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .heading {
    font-size: 0.9em;
    line-height: 1.3em;
  }

  .div-block-text-startseite {
    height: 100%;
  }

  .text-block-2 {
    display: block;
  }

  .div-block-zoom._3 {
    width: 100vw;
  }

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

  .button-beratung.startseite {
    left: 8%;
    top: 85%;
  }

  .button-beratung._2 {
    left: 8%;
    top: 85%;
  }

  .button-beratung.kontakt {
    left: 8%;
    top: 85%;
  }

  .button-beratung._2 {
    left: 8%;
    top: 85%;
  }

  .button-beratung._2 {
    left: 8%;
    top: 85%;
  }

  .button-beratung._2-copy {
    left: 8%;
    top: 85%;
  }

  .button-beratung._2-copy {
    left: 8%;
    top: 85%;
  }

  .button-beratung.kontakt {
    left: 8%;
    top: 85%;
  }

  .button-beratung._2-copy {
    left: 8%;
    top: 85%;
  }

  .button-beratung._2-copy-copy {
    left: 8%;
    top: 85%;
  }

  .button-beratung._2-copy-3 {
    left: 8%;
    top: 85%;
  }

  .header-wrapper {
    height: 100%;
  }

  .header-breit-vogel {
    background-image: none;
  }

  .wrapper-produkt {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 103%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    background-position: 0px 50%;
    background-size: cover;
    line-height: 14px;
  }

  .kreis-zoombutton {
    top: 25px;
    right: 35px;
    bottom: 25px;
  }

  .zoom-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0;
  }

  .textblock-bildtext {
    padding: 8px;
    font-size: 13px;
  }

  .button-zoom {
    width: 40px;
    height: 40px;
    font-size: 46px;
    line-height: 39px;
  }

  .menu-button {
    padding: 9px 8px 25px 15px;
  }

  .container-9 {
    padding-left: 9px;
  }

  .paragraph-9 {
    margin-bottom: 0px;
    padding-top: 12px;
    font-family: 'Roboto v18 latin 500', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    white-space: normal;
  }

  .icon {
    margin-top: 8px;
    padding-top: 11px;
    font-size: 28px;
  }

  .brand {
    padding-left: 0px;
  }

  .heading-h1-startseite {
    margin-top: 43px;
  }

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

  .divblock-bild-startseite {
    position: relative;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-40.frsmaschine {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bold-text-2 {
    line-height: 1.4em;
  }

  .kolibri-logo {
    padding-top: 20px;
  }

  .kolibri-logo.mobile {
    padding-top: 20px;
  }

  .button-zoom-zapf {
    width: 40px;
    height: 40px;
    font-size: 46px;
    line-height: 39px;
  }

  .button-zoom--85 {
    width: 40px;
    height: 40px;
    font-size: 46px;
    line-height: 39px;
  }

  .button-detail {
    width: 40px;
    height: 40px;
    font-size: 46px;
    line-height: 39px;
  }

  .button-detail-2 {
    width: 40px;
    height: 40px;
    font-size: 46px;
    line-height: 39px;
  }

  .kontakt-textblock {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .logo-header-banner.logo {
    margin-top: 29px;
  }

  .html-embed.impressum {
    padding-right: 20px;
  }

  .textblock-bildtext-3 {
    padding: 8px;
    font-size: 13px;
  }

  .button-link-mobile-shop-tablet {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 12;
    display: block;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@font-face {
  font-family: 'Roboto v18 latin';
  src: url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v18-latin-regular.woff') format('woff'), url('../fonts/roboto-v18-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto v18 latin 300';
  src: url('../fonts/roboto-v18-latin-300.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto v18 latin 100';
  src: url('../fonts/roboto-v18-latin-100.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto v18 latin';
  src: url('../fonts/roboto-v18-latin-100italic.woff') format('woff'), url('../fonts/roboto-v18-latin-700italic.woff') format('woff'), url('../fonts/roboto-v18-latin-italic.woff') format('woff'), url('../fonts/roboto-v18-latin-300italic.woff') format('woff'), url('../fonts/roboto-v18-latin-500italic.woff') format('woff'), url('../fonts/roboto-v18-latin-900italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto v18 latin 700';
  src: url('../fonts/roboto-v18-latin-700.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto v18 latin 500';
  src: url('../fonts/roboto-v18-latin-500.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto v18 latin 900';
  src: url('../fonts/roboto-v18-latin-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}