.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  height: 550px;
  background-color: #dbd9d9;
}

.slider {
  height: 100%;
  margin-top: -80px;
}

.nav-link {
  color: #400e00;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.nav-link:hover {
  background-color: #ff3900;
  padding-bottom: 20px;
}

.navbar {
  opacity: 1;
  background-color: rgba(255, 255, 255, .7);
  box-shadow: 3px 3px 9px -4px #000;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slide {
  background-image: url('../images/AdobeStock_359241008_Preview.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block {
  width: 90%;
  height: 200px;
  background-color: #e6e6e6;
  display: block;
}

.columns, .column, .column-2, .column-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  z-index: 1;
  margin-top: -80px;
  position: relative;
}

.section-3 {
  background-image: linear-gradient(#ff3900, rgba(150, 122, 115, .3) 66%, #fff), url('../images/AdobeStock_101018088_Preview.jpeg'), url('../images/AdobeStock_359241008_Preview.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-2 {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 8px #000;
}

.brand {
  margin-top: 10px;
  margin-left: 20px;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 200;
}

.container-2 {
  justify-content: flex-end;
  margin-right: 50px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 65px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-block.unterpunkt {
  color: #5f5f5f;
  text-transform: uppercase;
  padding: 25px;
  font-size: 13px;
}

.section-4 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 160px;
  margin-bottom: 0;
  padding-bottom: 60px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-2 {
  height: 360px;
  opacity: .9;
  color: #616060;
  background-color: #fff;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 10px;
  display: flex;
}

.div-block-2:hover {
  opacity: 1;
}

.text-block-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.bold-text {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
}

.image {
  margin-top: 5px;
}

.container-3 {
  height: auto;
  border: 4px #400e00;
  margin-top: 37px;
}

.image-2 {
  border: 1px #000;
}

.section-5 {
  background-color: #8a8a8a;
  margin-top: 0;
  padding-top: 60px;
}

.container-4 {
  margin-top: 118px;
  position: relative;
}

.heading-2 {
  color: #929292;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.container-5 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.list-item {
  color: #5f5f5f;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.list {
  margin-top: 15px;
  list-style-type: square;
}

.container-6 {
  z-index: 2;
  background-color: rgba(255, 255, 255, .9);
  margin-top: 50px;
  position: relative;
  box-shadow: 2px 2px 11px -4px #000;
}

.column-4 {
  color: #5f5f5f;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.columns-2 {
  padding-top: 30px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3, .image-4, .image-5 {
  padding-bottom: 15px;
}

.bold-text-2 {
  padding-right: 0;
}

.slider-2 {
  width: 100%;
  height: 300px;
  margin-top: 10px;
  padding-top: 0;
}

.mask {
  width: 100%;
  height: 300px;
  border: 5px #fff;
  box-shadow: 1px 1px 3px #000;
}

.slide-2 {
  width: 100%;
  background-image: url('../images/AdobeStock_197977502_Preview.jpeg');
  background-position: 50%;
  background-size: cover;
  border: 5px #ff3900;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.columns-3 {
  margin-bottom: 30px;
}

.section-6 {
  height: 150px;
  background-color: #5f5f5f;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-3 {
  z-index: -1;
  height: 450px;
}

.slide-3 {
  background-image: url('../images/AdobeStock_197977502_Preview.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask-2 {
  height: 550px;
}

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

.section-7 {
  height: auto;
  background-image: linear-gradient(rgba(36, 36, 36, .3), rgba(36, 36, 36, .3)), linear-gradient(to top, #ff3900, rgba(95, 95, 95, .22) 70%), url('../images/AdobeStock_295620318_Preview.jpeg'), url('../images/AdobeStock_323604866_Preview.jpeg'), url('../images/AdobeStock_197977502_Preview.jpeg'), url('../images/AdobeStock_330368970_Preview.jpeg'), url('../images/AdobeStock_145406035_Preview.jpeg');
  background-position: 0 0, 0 0, 50%, 50% 0, 50% 100%, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat, repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover, cover;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-3 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(94deg, #fff, rgba(0, 0, 0, 0));
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 2px 2px 9px #000;
}

.nav-link-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.container-7 {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-menu {
  align-items: center;
  margin-top: 15px;
  display: block;
}

.container-8 {
  height: 400px;
  background-color: rgba(255, 255, 255, .69);
  margin-top: 0;
  padding-top: 0;
}

.container-9 {
  background-color: rgba(255, 255, 255, .7);
  display: flex;
}

.heading-4 {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(255, 57, 0, .7);
  padding: 15px 15px 15px 89px;
  font-family: Varela, sans-serif;
  font-weight: 400;
  display: block;
}

.brand-2 {
  padding-left: 90px;
}

.container-10 {
  background-color: rgba(255, 255, 255, .7);
  margin-top: 270px;
}

.heading-5 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 371px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.text-block-3 {
  color: #fff;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.container-11 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  position: relative;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.div-block-4 {
  height: 220px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .52), rgba(255, 255, 255, .52));
}

.heading-6 {
  font-size: 16px;
}

.heading-7 {
  color: #5f5f5f;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-5 {
  margin-top: 50px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.slide-5 {
  background-image: url('../images/AdobeStock_197977502_Preview.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-6 {
  width: 70%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #ff3900, rgba(0, 0, 0, 0));
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-6 {
  background-image: url('../images/AdobeStock_333601176_Preview.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask-3 {
  height: 500px;
}

.slider-4 {
  height: 500px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.heading-8 {
  color: #fff;
  text-transform: uppercase;
  padding-left: 80px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.tab-link-tab-1 {
  width: 100%;
  height: 200px;
  background-image: linear-gradient(rgba(64, 14, 0, .5), rgba(64, 14, 0, .5)), url('../images/AdobeStock_333601176_Preview.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-link-tab-1.w--current {
  width: 100%;
  height: 200px;
  background-image: linear-gradient(rgba(64, 14, 0, .8), rgba(64, 14, 0, .8)), url('../images/AdobeStock_333601176_Preview.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-link-tab-1.w--current:hover {
  background-image: url('../images/AdobeStock_333601176_Preview.jpg');
  background-position: 100%;
  background-size: cover;
}

.tab-pane-tab-1 {
  height: 100%;
  background-image: url('../images/AdobeStock_333601176_Preview.jpeg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-link-tab-2 {
  width: 100%;
  height: 200px;
  background-image: linear-gradient(rgba(64, 14, 0, .8), rgba(64, 14, 0, .8)), url('../images/AdobeStock_295620318_Preview.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tab-link-tab-2:hover {
  background-image: url('../images/AdobeStock_295620318_Preview.jpg');
  background-position: 50%;
  background-size: cover;
}

.tab-link-tab-2.w--current {
  height: 200px;
}

.text-block-4 {
  width: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 90px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tap-link {
  width: 100%;
  height: 200px;
  background-image: linear-gradient(rgba(64, 14, 0, .8), rgba(64, 14, 0, .8)), url('../images/AdobeStock_286770484_Preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tap-link:hover {
  background-image: url('../images/AdobeStock_286770484_Preview.jpg');
  background-position: 50%;
  background-size: cover;
}

.tap-link.w--current {
  width: 100%;
  background-image: linear-gradient(rgba(64, 14, 0, .5), rgba(64, 14, 0, .5)), url('../images/AdobeStock_286770484_Preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-pane-tab-2 {
  height: 100%;
  background-image: url('../images/AdobeStock_295620318_Preview.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-5 {
  color: #fff;
  text-transform: none;
  padding-left: 80px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.list-2 {
  color: #fff;
  padding-left: 80px;
  list-style-type: square;
}

.list-item-2 {
  padding: 10px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.tab-link-tab-4 {
  width: 100%;
  height: 200px;
  background-image: linear-gradient(rgba(64, 14, 0, .8), rgba(64, 14, 0, .8)), url('../images/AdobeStock_359241008_Preview.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.tab-link-tab-4:hover {
  background-image: url('../images/AdobeStock_359241008_Preview.jpg');
  background-position: 0 0;
  background-size: cover;
}

.tabs-menu {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.navbar-4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 14px 6px #000;
}

.brand-3 {
  align-items: center;
  padding-left: 80px;
  display: flex;
}

.container-12 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.nav-link-4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.heading-9 {
  color: #5f5f5f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-6 {
  color: #5f5f5f;
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 50px;
  margin-left: 80px;
  margin-right: 80px;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-8 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
}

.section-9 {
  background-color: rgba(95, 95, 95, .7);
  margin-top: 150px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-7 {
  color: #5f5f5f;
  font-family: "Lato v20 latin 300", sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.grid-4 {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  padding: 50px 80px;
}

.section-10 {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-13 {
  background-color: rgba(0, 0, 0, 0);
}

.link {
  color: #817f7f;
  text-decoration: none;
}

.link:hover {
  font-size: 17px;
}

.tabs-content {
  height: 550px;
}

.tab-pane-tab-3 {
  height: 100%;
  background-image: url('../images/AdobeStock_286770484_Preview.jpeg');
  background-position: 50%;
  background-size: cover;
}

.tab-pane-tab-4 {
  height: 100%;
  background-image: url('../images/AdobeStock_359241008_Preview.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-8 {
  color: #5f5f5f;
  text-align: center;
  padding-top: 50px;
  padding-left: 80px;
  padding-right: 80px;
  font-family: Open Sans, sans-serif;
}

.section-11 {
  height: 85vh;
  background-image: linear-gradient(rgba(95, 95, 95, .08), rgba(95, 95, 95, .08)), url('../images/praezesionstechnik-henstedt-ulzburg-medezintechnik-modelautotechnik-starseite-neu.jpg'), linear-gradient(rgba(78, 16, 16, .34), rgba(0, 0, 0, 0) 90%);
  background-position: 0 0, 50% 0, 0 0;
  background-size: auto, cover, auto;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 90px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-11:hover {
  background-image: linear-gradient(rgba(95, 95, 95, .08), rgba(95, 95, 95, .08)), url('../images/praezesionstechnik-henstedt-ulzburg-medezintechnik-modelautotechnik-starseite-neu-2.jpg'), linear-gradient(rgba(78, 16, 16, .34), rgba(0, 0, 0, 0) 90%);
  background-position: 0 0, 50% 0, 0 0;
  background-size: auto, cover, auto;
}

.container-14 {
  background-color: rgba(255, 255, 255, .8);
  margin-top: 200px;
  position: relative;
}

.slide-7 {
  background-image: url('../images/AdobeStock_295620318_Preview.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-10 {
  color: #5f5f5f;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 43px;
  transform: translate(0);
}

.heading-10.wei {
  color: #fff;
  margin-top: 0;
  padding-bottom: 20px;
  font-family: Lato v20 latin, Arial, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.text-block-9 {
  color: #5f5f5f;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 33px;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.column-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . Area";
}

.container-15 {
  background-color: rgba(255, 255, 255, .85);
  margin-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

.div-block-9 {
  width: 100%;
  height: 2px;
  background-color: #ff3900;
}

.container-16 {
  background-color: rgba(255, 255, 255, .8);
  background-image: none;
  margin-top: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.columns-4 {
  flex-direction: column;
  display: flex;
}

.image-6, .div-block-10 {
  width: 100%;
}

.div-block-11 {
  background-color: #ff3900;
  margin: 20px;
}

.image-7 {
  display: inline-block;
}

.navbar-5 {
  background-color: #fff;
  border-bottom: 2px solid #e30613;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 3px 3px 14px -2px #5f5f5f;
}

.container-17 {
  margin-top: 59vh;
  padding-top: 60px;
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.heading-11 {
  opacity: 1;
  color: #5f5f5f;
  text-align: center;
  text-transform: uppercase;
  cursor: auto;
  margin-top: 80px;
  margin-bottom: 20px;
  font-family: Lato v20 latin, Arial, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.heading-11:hover {
  transform: scale(.9);
}

.text-block-10 {
  color: #817f7f;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato v20 latin, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 27px;
}

.text-block-10._48 {
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
}

.text-block-10.start {
  letter-spacing: .5px;
  font-family: Lato v20 latin, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.section-12 {
  z-index: 2;
  background-color: #fff;
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: visible;
}

.div-block-12 {
  background-color: rgba(129, 127, 127, .15);
}

.div-block-13 {
  width: 100%;
  height: 100px;
  background-color: #fff;
  background-image: linear-gradient(142deg, #e30613, rgba(0, 0, 0, 0) 54%), linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/test-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/test-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-13._2 {
  background-image: linear-gradient(324deg, rgba(0, 0, 0, 0) 47%, #e30613), linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/BL5A9080-b.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.div-block-13._2:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/BL5A9080-b.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-13.div-block-3 {
  background-image: linear-gradient(142deg, #e30613, rgba(0, 0, 0, 0) 54%), linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/BL5A9054-b.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.div-block-13.div-block-3:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/BL5A9054-b.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-12 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px #000;
  margin-bottom: 0;
  font-family: Lato v20 latin, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

.container-18 {
  margin-top: -55px;
}

.column-6 {
  margin-top: -29px;
  padding-top: 0;
}

.image-8 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  padding-top: 0;
}

.div-block-14 {
  height: 150px;
}

.text-block-11 {
  color: #817f7f;
  text-align: center;
  margin-bottom: 0;
  padding: 40px 5px 15px;
  font-family: "Lato v20 latin 300", sans-serif;
  font-size: 1.15em;
  font-weight: 300;
  line-height: 150%;
}

.text-block-11.kontakt {
  height: auto;
  text-align: left;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
  text-decoration: none;
}

.column-7, .column-8 {
  margin-top: -29px;
}

.container-19 {
  background-color: rgba(255, 255, 255, .8);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 20px 60px;
}

.heading-13 {
  color: #817f7f;
  text-align: center;
  text-transform: uppercase;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato v20 latin, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

.heading-13.neu {
  color: #fff;
  letter-spacing: 0;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato v20 latin, Arial, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 155%;
}

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

.tab-link-tab-1-2 {
  width: 100%;
}

.tab-link-tab-1-2.w--current {
  height: 100px;
  background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/AdobeStock_84086406_Preview.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2-2 {
  width: 100%;
  height: 100px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_286770484_Preview.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-3 {
  width: 100%;
  height: 100px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_145406035_Preview.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-16 {
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
}

.tab-pane-tab-1-2 {
  width: 33.5%;
}

.div-block-17 {
  background-color: rgba(129, 127, 127, .2);
}

.columns-5 {
  margin-top: -10px;
  padding-top: 0;
}

.heading-14 {
  color: #817f7f;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-18 {
  background-color: #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.tab-link-tab-1-3 {
  background-color: #817f7f;
}

.tab-link-tab-1-3.w--current {
  background-color: #e2e2e2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.text-block-12 {
  color: #5f5f5f;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  height: 200px;
  background-image: linear-gradient(158deg, #ff3900, rgba(0, 0, 0, 0) 57%), linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/AdobeStock_359241008_Preview.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.heading-15 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.columns-6 {
  margin-top: 20px;
}

.image-9 {
  box-shadow: inset 1px 1px 3px -1px #000;
}

.heading-16 {
  color: #5f5f5f;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: "Lato v20 latin 700", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-13 {
  color: #5f5f5f;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 5px 0;
  font-family: "Lato v20 latin 300", sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-13 {
  z-index: 2;
  height: auto;
  min-height: 90vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/BL5A8965-b.jpg'), url('../images/AdobeStock_300408481_Preview.jpeg'), url('../images/AdobeStock_145406035_Preview.jpeg'), url('../images/AdobeStock_50480824_Preview.jpeg');
  background-position: 0 0, 0 0, 50%, 100%, 0 0;
  background-repeat: repeat, repeat, no-repeat, no-repeat, repeat;
  background-size: auto, cover, cover, cover, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 1px 1px 14px -2px #000;
}

.section-14 {
  z-index: 4;
  background-color: #fff;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: inset 1px 1px 6px 1px #000;
}

.nav-link-5 {
  color: #817f7f;
  text-transform: uppercase;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.nav-link-5.w--current {
  color: #e30613;
  font-family: "Lato v20 latin 300", sans-serif;
  font-weight: 300;
  position: static;
}

.container-20 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-14 {
  color: #5f5f5f;
  text-align: center;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.nav-menu-2 {
  align-items: flex-end;
  font-family: "Lato v20 latin 300", sans-serif;
  font-weight: 300;
  display: block;
}

.div-block-22 {
  height: 60px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

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

.section-15 {
  z-index: 0;
  background-color: #817f7f;
  background-image: linear-gradient(149deg, #e30613, rgba(0, 0, 0, 0) 27%), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/test.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-start;
  margin-top: 86px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-15.ber-uns {
  background-image: linear-gradient(149deg, #e30613, rgba(0, 0, 0, 0) 27%), linear-gradient(rgba(95, 95, 95, .7), rgba(95, 95, 95, .7)), url('../images/praezesionstechnik-henstedt-ulzburg-hintergrund-dunkel.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-15.produkte {
  background-image: linear-gradient(149deg, #e30613, rgba(0, 0, 0, 0) 27%), linear-gradient(rgba(95, 95, 95, .7), rgba(95, 95, 95, .7)), url('../images/slider-praezesionstechnik-henstedt-ulzburg-felge-modellauto.jpg');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.section-15.karriere {
  background-image: linear-gradient(149deg, #e30613, rgba(0, 0, 0, 0) 27%), linear-gradient(rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/AdobeStock_89636007-klein.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
}

.section-15.kontakt {
  background-image: linear-gradient(149deg, #e30613, rgba(0, 0, 0, 0) 27%), linear-gradient(rgba(95, 95, 95, .5), rgba(95, 95, 95, .5)), url('../images/AdobeStock_93107339-klein.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
}

.section-15.impressum {
  background-image: linear-gradient(149deg, #e30613, rgba(0, 0, 0, 0) 27%), linear-gradient(rgba(129, 127, 127, .45), rgba(129, 127, 127, .45)), url('../images/BL5A9080-b.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
}

.image-11 {
  margin: 60px 0 100px;
  padding: 0;
}

.section-16 {
  z-index: 3;
  min-height: 0;
  background-color: #fff;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-top: 40vh;
  margin-bottom: 0;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.section-16.produkte {
  padding-bottom: 0;
  display: block;
}

.section-16.anfahrt {
  min-height: auto;
  display: block;
}

.container-21 {
  background-color: #fff;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  position: relative;
}

.heading-17 {
  color: #817f7f;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.div-block-23 {
  background-color: #5f5f5f;
}

.section-17 {
  background-color: #817f7f;
  position: relative;
}

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.list-3 {
  flex-direction: column;
  display: flex;
}

.div-block-24 {
  z-index: 0;
  width: 100%;
  background-color: rgba(129, 127, 127, .31);
  justify-content: center;
  align-items: center;
  margin-top: -112px;
  padding: 15px;
  display: flex;
  position: fixed;
}

.heading-18 {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 9.5vh;
  margin-bottom: 10px;
  padding: 30px;
  font-family: Lato v20 latin, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr;
  padding-top: 30px;
}

.grid-10 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-25 {
  background-color: #817f7f;
}

.heading-19 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.image-12 {
  -webkit-text-fill-color: inherit;
  background-color: #817f7f;
  background-clip: padding-box;
  border: .5px rgba(129, 127, 127, .5);
  border-bottom-style: solid;
}

.heading-20 {
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-block-15 {
  color: #5f5f5f;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.text-block-16 {
  color: #817f7f;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  font-family: "Lato v20 latin 300", sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.div-block-26 {
  background-color: #fff;
  background-image: none;
  flex-direction: column;
  align-items: center;
  padding: 9px 9px 9px 10px;
  display: flex;
}

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

.section-18 {
  z-index: 2;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(146deg, #e30613, rgba(0, 0, 0, 0) 21%), linear-gradient(#5f5f5f 28%, rgba(48, 48, 48, .51) 64%, rgba(0, 0, 0, 0)), url('../images/AdobeStock_119269741.jpeg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.container-22 {
  padding-top: 40px;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section-19 {
  z-index: 2;
  background-color: #fff;
  background-image: linear-gradient(rgba(95, 95, 95, .7), rgba(95, 95, 95, .7)), url('../images/AdobeStock_295620318_Preview.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.slider-5 {
  height: 400px;
  margin-top: 40px;
  margin-bottom: 0;
}

.slide-8 {
  background-image: url('../images/praezesionstechnik-henstedt-ulzburg--a.veres-8.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/knochenplatte-aus-titan-3d-fresen-praezisionstechnik-a-veres-6.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.mask-4 {
  height: 400px;
}

.slide-10 {
  background-image: url('../images/praezesionstechnik-henstedt-ulzburg-produkte-8-medezinisches-bauteil-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-27 {
  background-color: #817f7f;
  background-image: linear-gradient(160deg, #e30613, rgba(0, 0, 0, 0) 34%);
}

.text-block-19 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-family: "Lato v20 latin 300", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-28 {
  height: auto;
  background-color: rgba(95, 95, 95, .1);
}

.list-item-3 {
  color: #5f5f5f;
  padding: 8px 8px 8px 0;
  font-family: "Lato v20 latin 300", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.list-4 {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-29 {
  background-color: #5f5f5f;
  background-image: linear-gradient(136deg, #e30613, rgba(0, 0, 0, 0));
  margin-top: 3px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-7 {
  margin-bottom: 0;
  padding-top: 0;
}

.columns-7.karriere {
  padding-top: 40px;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(95, 95, 95, .75);
  padding: 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-3 {
  letter-spacing: .2px;
  text-indent: 1px;
}

.div-block-30 {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/praezesionstechnik-henstedt-ulzburg-medizintechnik-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.text-block-21 {
  color: #fff;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-block-31 {
  height: 150px;
  background-image: url('../images/BL5A9054-b.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.div-block-32 {
  height: 150px;
  background-image: url('../images/praezesionstechnik-henstedt-ulzburg-kugelgelenk-medizintechnik-.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-14 {
  width: 10%;
  height: 100%;
}

.section-20 {
  background-image: url('../images/BL5A9080-b.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-23 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-21 {
  z-index: 2;
  background-color: #e6e6e6;
  margin-top: 0;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.container-24 {
  margin-top: 0;
}

.section-22 {
  z-index: 2;
  background-color: #fff;
  margin-top: 0;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.div-block-33 {
  height: 498px;
  background-image: url('../images/BL5A9105.jpg');
  background-position: 84%;
  background-size: cover;
}

.slide-nav {
  background-color: rgba(129, 127, 127, .05);
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  margin-top: -37px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-22 {
  color: #5f5f5f;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.columns-8 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-35, .div-block-36, .div-block-37 {
  padding-bottom: 5px;
}

.image-15 {
  background-image: url('../images/AdobeStock_84086406_Preview.jpeg');
  background-size: cover;
}

.div-block-38 {
  margin-top: -40px;
  margin-left: -16px;
  padding-left: 0;
}

.button {
  text-align: center;
  background-color: #5f5f5f;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.button.w--current {
  margin-left: 0;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-23 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.div-block-39 {
  padding-top: 0;
  padding-bottom: 5px;
}

.link-block {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.div-block-40 {
  height: 50px;
  margin-top: 100px;
}

.image-16 {
  padding-top: 20px;
}

.div-block-41 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.image-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 20px;
  padding-top: 0;
}

.div-block-42 {
  width: 200px;
  height: auto;
}

.bold-text-4, .bold-text-5 {
  color: #817f7f;
}

.column-9 {
  line-height: 30px;
}

.map {
  height: 400px;
  margin-top: 0;
}

.div-block-43 {
  height: 400px;
  background-color: rgba(129, 127, 127, .1);
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 40px;
}

.div-block-43.kontakfeld {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-44 {
  background-color: #5f5f5f;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block-23 {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.heading-21 {
  color: #5f5f5f;
  text-transform: uppercase;
  border-bottom: .75px solid #e30613;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 22px;
  font-family: Lato v20 latin, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-toggle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.dropdown-toggle.w--open {
  padding-bottom: 10px;
}

.text-block-24 {
  width: 100%;
  color: #5f5f5f;
  font-family: Lato, sans-serif;
}

.div-block-45 {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-25 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.section-24 {
  height: 300px;
  background-image: url('../images/AdobeStock_84086406_Preview.jpeg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.div-block-46 {
  height: 300px;
  background-image: url('../images/BL5A9054-b.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.section-25 {
  background-color: #fff;
  background-image: linear-gradient(rgba(129, 127, 127, .1), rgba(129, 127, 127, .1));
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.link-block-3 {
  height: 100%;
  text-decoration: none;
}

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

.text-block-26 {
  color: #817f7f;
  text-align: center;
  padding-top: 20px;
  font-family: Lato v20 latin, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 155%;
}

.container-25 {
  background-color: rgba(0, 0, 0, 0);
}

.section-26 {
  background-color: #fff;
  background-image: linear-gradient(rgba(129, 127, 127, .06), rgba(129, 127, 127, .06));
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.image-18 {
  border-bottom: 1px solid rgba(129, 127, 127, .5);
}

.div-block-47 {
  height: 26px;
}

.link-3 {
  color: #5f5f5f;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.link-4 {
  color: #817f7f;
  text-decoration: none;
}

.link-4:hover {
  color: #5f5f5f;
  font-size: 17px;
}

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

.link-5:hover {
  color: #5f5f5f;
  font-size: 17px;
}

.bold-text-6, .bold-text-7 {
  font-family: "Lato v20 latin 700", sans-serif;
}

.bold-text-8 {
  font-weight: 300;
}

.bold-text-9, .bold-text-10, .bold-text-11 {
  font-family: "Lato v20 latin 700", sans-serif;
  font-weight: 300;
}

.bold-text-12 {
  font-weight: 300;
}

.bold-text-13 {
  font-family: "Lato v20 latin 700", sans-serif;
  font-weight: 300;
}

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

.bold-text-14 {
  font-family: "Lato v20 latin 700", sans-serif;
}

.bold-text-15 {
  font-weight: 300;
}

.section-27 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .container-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-7 {
    display: flex;
  }

  .nav-link-5 {
    font-family: "Lato v20 latin 300", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .div-block-21 {
    width: 100%;
    margin-bottom: 40px;
  }

  .grid-7 {
    flex-direction: column;
    align-items: center;
  }

  .link-block, .link-block-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .text-block-7 {
    padding-top: 20px;
  }

  .grid-4 {
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .link {
    display: block;
  }

  .section-11 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/praezesionstechnik-henstedt-ulzburg-medezintechnik-modelautotechnik-starseite-neu.jpg');
    background-position: 0 0, 50% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    flex-direction: row;
    margin-top: 100px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .section-11:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/praezesionstechnik-henstedt-ulzburg-medezintechnik-modelautotechnik-starseite-neu-2.jpg');
    background-position: 0 0, 50% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .heading-10.wei {
    margin-top: 0;
    padding-left: 0;
    font-size: 1.9em;
    line-height: 155%;
  }

  .container-17 {
    background-color: #fff;
    margin-top: 50vh;
    padding: 20px 1.5em 0;
    overflow: visible;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.8em;
    line-height: 155%;
    overflow: visible;
  }

  .heading-11:hover {
    font-size: 1.9em;
    line-height: 155%;
  }

  .text-block-10 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.9em;
    line-height: 155%;
    overflow: visible;
  }

  .text-block-10.start {
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1em;
    line-height: 144%;
  }

  .section-12 {
    margin-top: 0;
    padding: 20px 1.5em 40px;
    overflow: visible;
  }

  .heading-12 {
    font-size: 1.6em;
    line-height: 155%;
  }

  .container-18 {
    margin-top: 0;
    overflow: visible;
  }

  .column-6 {
    z-index: 2;
    margin-top: 0;
    overflow: visible;
  }

  .text-block-11 {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1em;
    line-height: 144%;
    overflow: visible;
  }

  .text-block-11.kontakt {
    line-height: 155%;
  }

  .column-7, .column-8 {
    margin-top: 0;
    overflow: visible;
  }

  .container-19 {
    background-color: rgba(255, 255, 255, .6);
    margin-bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .heading-13 {
    font-size: 1.9em;
    line-height: 155%;
  }

  .heading-13.neu {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.9em;
    line-height: 155%;
  }

  .columns-5 {
    margin-top: 0;
    overflow: visible;
  }

  .heading-16 {
    font-size: 1.2em;
  }

  .div-block-21 {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .text-block-13 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1em;
    line-height: 144%;
  }

  .grid-7 {
    flex-direction: column;
    display: flex;
  }

  .section-13 {
    background-image: linear-gradient(rgba(95, 95, 95, .67), rgba(95, 95, 95, .67)), url('../images/BL5A8965-b.jpg'), url('../images/AdobeStock_300408481_Preview.jpeg'), url('../images/AdobeStock_145406035_Preview.jpeg'), url('../images/AdobeStock_50480824_Preview.jpeg');
    background-position: 0 0, 0%, 50%, 100%, 0 0;
    background-size: auto, cover, cover, cover, cover;
    padding: 60px 1.5em 1.5em;
  }

  .section-14 {
    width: 100%;
    overflow: hidden;
  }

  .nav-link-5 {
    text-align: center;
    font-family: "Lato v20 latin 300", sans-serif;
    font-size: 1.2em;
  }

  .nav-menu-2 {
    min-height: 100svh;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .div-block-22 {
    height: auto;
    margin-top: 20px;
  }

  .section-15.ber-uns {
    background-image: linear-gradient(149deg, #e30613, rgba(0, 0, 0, 0) 27%), linear-gradient(rgba(95, 95, 95, .7), rgba(95, 95, 95, .7)), url('../images/praezesionstechnik-henstedt-ulzburg-hintergrund-dunkel.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto;
  }

  .section-16 {
    padding-top: 30px;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18 {
    font-size: 1.9em;
    line-height: 155%;
  }

  .grid-10 {
    flex-direction: column;
    display: flex;
  }

  .text-block-16 {
    font-size: 1.1em;
    line-height: 150%;
  }

  .div-block-26 {
    margin-bottom: 20px;
  }

  .slider-5 {
    height: 200px;
  }

  .slide-9 {
    background-position: 0%;
    background-size: cover;
  }

  .mask-4 {
    height: 200px;
  }

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

  .text-block-19 {
    font-size: 1.2em;
  }

  .div-block-28 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-item-3 {
    font-size: 1.1em;
    line-height: 144%;
  }

  .div-block-30 {
    padding-top: 40px;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-21, .section-22 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .div-block-33 {
    height: 300px;
  }

  .link-block {
    margin-bottom: 15px;
  }

  .image-16 {
    max-width: 80%;
    padding-top: 10px;
  }

  .div-block-41 {
    overflow: visible;
  }

  .heading-21 {
    font-size: 1.2em;
  }

  .section-25 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .link-block-2 {
    margin-bottom: 10px;
    overflow: hidden;
  }

  .link-block-3 {
    width: 100%;
    overflow: hidden;
  }

  .text-block-26 {
    font-family: "Lato v20 latin 700", sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 150%;
  }

  .section-26 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container-26 {
    justify-content: center;
    display: block;
  }

  .div-block-48 {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 1.1em;
  }

  .column-10, .column-11 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-d9dc6185-504d-5fb1-35f5-27e111ea4f9b-e3796e55, #w-node-d9dc6185-504d-5fb1-35f5-27e111ea4fa3-e3796e55, #w-node-d9dc6185-504d-5fb1-35f5-27e111ea4faa-e3796e55, #w-node-d9dc6185-504d-5fb1-35f5-27e111ea4fb1-e3796e55, #w-node-d9dc6185-504d-5fb1-35f5-27e111ea4fb8-e3796e55, #w-node-d9dc6185-504d-5fb1-35f5-27e111ea4fbf-e3796e55, #w-node-de31882f-86e8-9767-c292-6da816f18bab-16f18ba8, #w-node-de31882f-86e8-9767-c292-6da816f18bb4-16f18ba8, #w-node-de31882f-86e8-9767-c292-6da816f18bbd-16f18ba8 {
  align-self: start;
}

#w-node-_110f2643-77a0-47f4-165e-b3fbcbe9e6fb-ad72ea21 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_1db20380-1619-f3bb-0aed-ec5170b5c23b-3935d2bb, #w-node-_1db20380-1619-f3bb-0aed-ec5170b5c243-3935d2bb, #w-node-_1db20380-1619-f3bb-0aed-ec5170b5c24a-3935d2bb, #w-node-_1db20380-1619-f3bb-0aed-ec5170b5c251-3935d2bb, #w-node-_1db20380-1619-f3bb-0aed-ec5170b5c258-3935d2bb, #w-node-_1db20380-1619-f3bb-0aed-ec5170b5c25f-3935d2bb, #w-node-d9dc6185-504d-5fb1-35f5-27e111ea4f9b-adaa5409, #w-node-d9dc6185-504d-5fb1-35f5-27e111ea4fa3-adaa5409, #w-node-d9dc6185-504d-5fb1-35f5-27e111ea4faa-adaa5409, #w-node-d9dc6185-504d-5fb1-35f5-27e111ea4fb1-adaa5409, #w-node-d9dc6185-504d-5fb1-35f5-27e111ea4fb8-adaa5409, #w-node-d9dc6185-504d-5fb1-35f5-27e111ea4fbf-adaa5409 {
  align-self: start;
}


@font-face {
  font-family: 'Lato v20 latin 700';
  src: url('../fonts/lato-v20-latin-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato v20 latin 100';
  src: url('../fonts/lato-v20-latin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato v20 latin 300';
  src: url('../fonts/lato-v20-latin-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato v20 latin 900';
  src: url('../fonts/lato-v20-latin-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato v20 latin';
  src: url('../fonts/lato-v20-latin-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}