@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --brotoll-grey: #7f7f7f;
  --protocol-blue: #004184;
  --white: white;
  --black: black;
}

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

.brand {
  background-image: url('../images/Logo_rechts.png');
  background-position: 50%;
  background-size: 235px;
  justify-content: space-between;
  align-items: flex-end;
  width: 235px;
  height: auto;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 56px;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  border-left: 1px solid #000;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.navl {
  border-left: 1px solid #000;
  justify-content: flex-end;
  margin-top: 0;
  padding: 0 10px 17px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section {
  background-image: url('../images/AdobeStock_77929306.jpeg');
  background-position: 0 10%;
  background-size: cover;
  width: auto;
  height: 736px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section.download {
  height: auto;
  inset: 0%;
}

.navbar-2 {
  background-color: #fff;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-2 {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.brand-2 {
  background-image: url('../images/Logo_rechts.gif'), url('../images/Logo_rechts.png');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 200px;
  width: 200px;
  height: auto;
}

.nav-link {
  float: right;
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--brotoll-grey);
  color: var(--brotoll-grey);
  padding: 0 15px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  position: relative;
  inset: auto 0% 0% auto;
}

.nav-link:hover {
  color: var(--protocol-blue);
}

.nav-menu {
  clear: none;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.link-block {
  background-image: url('../images/Logo_rechts.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 50px;
  margin-right: 15px;
  padding-right: 0;
}

.container-3 {
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 11px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.start-h1-link {
  color: var(--protocol-blue);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  display: flex;
}

.heading {
  color: var(--protocol-blue);
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.column {
  z-index: 1;
  background-color: #0000;
  border-left: 20px #0000;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: auto;
  right: auto;
}

.column.startseite {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.link-block-2 {
  color: var(--brotoll-grey);
  font-style: normal;
  text-decoration: none;
}

.text-block {
  color: var(--brotoll-grey);
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-block.text-start-handy {
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block.text-start-handy.h {
  height: 240px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.text-block.h {
  height: 240px;
}

.image {
  clear: both;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  position: relative;
}

.image._4 {
  margin-top: 0;
}

.image.image-start-iphone {
  margin-top: 0;
  padding-bottom: 10px;
}

.image._5 {
  margin-top: 0;
}

.section-2 {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  height: 50px;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-3 {
  margin-top: 135px;
  margin-bottom: 40px;
  display: block;
  position: relative;
  inset: 50% 0% 0%;
}

.section-3.down2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  display: block;
  position: static;
  inset: 0%;
}

.div-block {
  box-shadow: 2px 2px 6px 0 var(--brotoll-grey);
  background-color: #fffffff2;
  border-radius: 10px;
  width: 220px;
  height: auto;
  min-height: 490px;
  max-height: none;
}

.div-block.div-start-handy {
  background-color: #fffffff2;
  width: 210px;
  min-height: 560px;
}

.div-block.div-start-handy.start {
  width: 210px;
  min-height: 450px;
}

.div-block-2 {
  float: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.container-4 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  padding-right: 0;
  display: flex;
}

.container-4.startseite {
  margin-top: 100px;
}

.text-block-2 {
  color: var(--protocol-blue);
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.columns-2 {
  background-color: #ffffffa1;
  align-items: center;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-3 {
  background-color: #0535687a;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin-right: -73px;
  padding: 10px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.text-block-3 {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.text-block-3._w-p-iphone {
  justify-content: center;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.bold-text {
  font-size: 25px;
}

.container-5 {
  justify-content: flex-end;
  margin-top: 171px;
  display: flex;
  position: relative;
}

.container-6 {
  justify-content: flex-end;
  margin-top: 5px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: var(--protocol-blue);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-4.partner-iphone {
  margin-right: -73px;
}

.column-2 {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.bold-text-2, .bold-text-3 {
  color: var(--brotoll-grey);
  line-height: 25px;
  text-decoration: underline;
}

.section-4 {
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: static;
  top: 164px;
}

.section-5 {
  background-image: linear-gradient(#00418433, #00418466), url('../images/Pass-Werkzeugsysteme-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-start;
  height: 600px;
  margin-top: -20px;
  display: block;
  position: fixed;
  inset: 14% 0% auto;
}

.section-6 {
  z-index: 1;
  border-top: 2px solid var(--protocol-blue);
  background-color: #fff;
  height: 1000px;
  position: absolute;
  inset: 70% 0% 0%;
}

.section-6.handy {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 500px;
  display: block;
  position: relative;
}

.container-7 {
  margin-top: 70px;
}

.container-7.iphone {
  margin-top: 20px;
}

.text-seiten {
  color: var(--brotoll-grey);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.h1-seiten {
  color: var(--protocol-blue);
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.image-2, .text-seite {
  margin-top: 30px;
}

.video {
  margin-top: 15px;
}

.background-video {
  z-index: 1;
  float: none;
  clear: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 35vh;
  max-height: none;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: block;
}

.image-3 {
  padding-top: 28px;
}

.column-3 {
  border-left: 1px solid var(--protocol-blue);
  height: 900px;
  padding-left: 20px;
}

.column-3.column-3-iphone {
  background-color: #0000;
  height: 900px;
  padding-left: 25px;
}

.h2 {
  color: var(--protocol-blue);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button {
  background-color: var(--protocol-blue);
  text-transform: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 9px;
  display: flex;
}

.button.email {
  width: 170px;
  margin-top: 0;
  margin-left: 7px;
  font-size: 13px;
}

.button.email.ipad {
  margin-left: -5px;
}

.link-block-4 {
  background-image: url('../images/PASS-Maillogo.bmp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 190px;
  width: 200px;
  height: 45px;
  margin-top: -13px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.column-4 {
  padding: 30px 30px 40px;
}

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

.column-5 {
  padding-right: 20px;
}

.text-block-5 {
  color: var(--brotoll-grey);
  margin-top: 29px;
  font-size: 13px;
}

.image-4 {
  margin-top: 4px;
  margin-right: -6px;
  padding-right: 0;
}

.columns-3 {
  align-items: flex-start;
  margin-top: 15px;
  display: block;
}

.link-block-5 {
  width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-5 {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00418470;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 200px;
  margin-top: 340px;
  display: flex;
}

.div-block-7 {
  z-index: 2;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 220px;
  min-width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-8 {
  z-index: 2;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
  position: relative;
  top: auto;
}

.column-6 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.column-7 {
  text-align: center;
  justify-content: flex-start;
  padding-right: 0;
  display: flex;
}

.columns-4 {
  z-index: 2;
  background-color: #ffffffd9;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-left: -10px;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 0;
  display: flex;
  position: fixed;
}

.text-block-6 {
  color: var(--protocol-blue);
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  display: flex;
}

.image-6 {
  padding-left: 0;
  padding-right: 0;
}

.image-7 {
  width: 55px;
  display: block;
}

.container-9 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lasertechnik {
  background-image: linear-gradient(#00418433, #00418466), url('../images/Lasertechnik.jpeg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  height: 600px;
  margin-top: -20px;
  position: fixed;
  inset: 14% 0% auto;
}

.list-item {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  list-style-type: disc;
}

.list-item-2, .list-item-3 {
  list-style-type: disc;
}

.list {
  color: var(--brotoll-grey);
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.image-8 {
  padding-bottom: 2px;
  padding-right: 2px;
}

.image-9 {
  height: auto;
  padding-bottom: 2px;
  padding-right: 2px;
}

.columns-5 {
  margin-top: 15px;
}

.text-block-7 {
  border: 1px none var(--brotoll-grey);
  opacity: 1;
  direction: ltr;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.div-block-8 {
  align-items: flex-end;
  margin-top: 5px;
  display: block;
}

.plasmatechnik {
  background-image: linear-gradient(#00418433, #00418466), url('../images/Plasma-Verschleissteile-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 600px;
  margin-top: -20px;
  position: fixed;
  inset: 14% 0% auto;
}

.image-10 {
  margin-top: 30px;
}

.image-11 {
  margin-top: 46px;
}

.slide {
  background-image: url('../images/schweisstechnik-DSCN3702-klein.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide.gasfeder {
  background-image: url('../images/Gasdruckfeder-Berechnung-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2 {
  background-image: url('../images/sonder-schweissduesen-klein.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2.gasfeder2 {
  background-image: url('../images/Gasdruckfeder-Berechnung-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/autogen-duesen-01-klein.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-3.gasfeder3 {
  background-image: url('../images/Gasdruckfeder-Berechnung-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.left-arrow {
  opacity: .5;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  margin-left: 5px;
}

.icon-2 {
  max-width: none;
  margin-right: 5px;
}

.image-12 {
  height: auto;
  margin-top: 30px;
}

.right-arrow, .slide-nav {
  opacity: .5;
}

.gasfedertechnik {
  background-image: linear-gradient(to bottom, transparent 58%, var(--protocol-blue) 87%), linear-gradient(to bottom, #00418433, #00418466), url('../images/Gasfruckfeder-02.jpg');
  background-position: 0 0, 0 0, 0 100%;
  background-size: auto, auto, cover;
  align-items: center;
  max-width: 100%;
  height: 600px;
  margin-top: -20px;
  display: block;
  position: fixed;
  inset: 14% 0% auto;
}

.section-7 {
  background-color: var(--white);
  height: 2000px;
  margin-top: 500px;
  position: relative;
  inset: 70% 0% auto;
}

.link-block-6 {
  float: right;
  padding: 10px 0 10px 10px;
}

.image-13 {
  padding-top: 15px;
}

.text-block-8 {
  color: var(--protocol-blue);
}

.italic-text {
  color: var(--white);
  text-transform: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
}

.text-block-9 {
  color: var(--brotoll-grey);
  width: 400px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.dropdown-list {
  padding: 10px;
}

.dropdown-toggle {
  border: 1px solid var(--protocol-blue);
  background-color: var(--protocol-blue);
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-right: 43px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 53px;
  display: flex;
}

.icon-3 {
  color: var(--white);
  margin-top: 7px;
}

.dropdown-toggle-2 {
  background-color: var(--protocol-blue);
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 65px;
  display: flex;
}

.bold-text-4 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: block;
}

.icon-4 {
  color: var(--white);
}

.text-block-10 {
  color: var(--brotoll-grey);
  width: 400px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.dropdown-list-2 {
  padding: 10px;
}

.image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
  margin-top: 30px;
}

.image-21 {
  margin-top: 0;
}

.image-22 {
  margin-top: 20px;
  margin-bottom: -5px;
}

.image-23 {
  float: right;
  margin-top: 17px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-right: 21px;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ababab;
  background-image: none;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.text-block-11 {
  color: var(--white);
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.columns-6 {
  width: auto;
  margin: 0;
  padding: 50px 5px 20px;
  position: static;
}

.column-8 {
  border-right: 1px solid var(--white);
  flex-direction: row;
  align-items: center;
  display: flex;
}

.column-9 {
  border-right: 1px solid var(--white);
}

.container-10 {
  background-color: #0000;
  margin-top: 15px;
}

.nav-link-2 {
  border-left: .5px solid var(--white);
  color: var(--white);
  background-color: #0000;
  padding: 3px 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.nav-link-2.w--current {
  color: var(--white);
  text-decoration: none;
}

.navbar-3 {
  background-color: #0000;
}

.nav-link-3 {
  border-right: .5px solid var(--white);
  color: var(--white);
  padding: 3px 6px 3px 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.nav-link-4 {
  border-right: .5px none var(--white);
  color: var(--white);
  padding: 3px 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link-4.w--current {
  color: var(--white);
}

.gasfederrechtespalte {
  border-left: 1px solid var(--protocol-blue);
  background-color: #0000;
  height: 1900px;
}

.downloadlink {
  color: var(--brotoll-grey);
  padding: 5px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: static;
}

.downloadlink:hover, .downloadlink:visited {
  color: var(--protocol-blue);
}

.div-block-9 {
  padding: 0 10px 10px;
}

.bold-text-5 {
  font-weight: 500;
}

.berschrift {
  color: var(--protocol-blue);
  margin-top: 0;
  margin-bottom: -10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.text-block-12, .text-block-13 {
  color: var(--protocol-blue);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.tab-link-tab-2, .tab-link-tab-1 {
  background-color: #0000;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  padding-bottom: 0;
}

.tabs-menu {
  padding-bottom: 0;
}

.dropdown-toggle-3 {
  padding: 5px;
  display: flex;
}

.text-block-14 {
  color: var(--protocol-blue);
  font-family: Roboto, sans-serif;
  font-weight: 500;
  position: relative;
}

.icon-5 {
  padding-left: 5px;
  position: static;
}

.text-block-15 {
  color: var(--protocol-blue);
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.link-block-7 {
  flex-direction: column;
  align-items: flex-start;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.dropdown-list-3 {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  display: none;
  position: relative;
}

.div-block-10 {
  background-color: #004184a6;
  flex: 1;
  margin-top: 35px;
  margin-left: -10px;
  margin-right: 10px;
  display: block;
  position: static;
}

.text-block-16 {
  float: left;
  color: var(--white);
  text-transform: uppercase;
  padding: 25px 25px 25px 13px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  display: inline-block;
  position: relative;
}

.text-block-17 {
  float: right;
  color: var(--white);
  padding: 25px 10px 25px 25px;
  font-size: 25px;
  display: inline-block;
  position: relative;
}

.hintergrunddownload {
  background-image: url('../images/AdobeStock_77929306.jpeg');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.container-11 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 70px;
  padding-left: 0;
  display: block;
  position: relative;
}

.text-block-18 {
  float: left;
  color: var(--white);
  text-align: left;
  align-items: center;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: block;
}

.link {
  color: var(--brotoll-grey);
  text-transform: uppercase;
  width: 190px;
  height: auto;
  margin-left: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.link:hover {
  color: var(--white);
  margin-left: 5px;
}

.link.gross {
  margin-bottom: 1px;
  padding: 0;
  font-size: 10px;
  line-height: 16px;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  width: 190px;
  height: 30px;
  margin-left: 10px;
  padding-left: 0;
  display: flex;
}

.div-block-11:hover {
  background-color: #0041847a;
  background-image: url('../images/email.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-11.gross {
  height: auto;
  margin-top: 5px;
  margin-left: 3px;
  padding-top: 0;
}

.div-block-11.gross:hover {
  background-position: 100%;
}

.div-block-11.mail:hover, .div-block-11.stanz:hover {
  background-image: url('../images/protool-download.png');
}

.dropdown-toggle-4 {
  margin-top: 7px;
  padding: 0 45px 0 10px;
}

.dropdown-list-4 {
  margin-left: 1px;
}

.dropdown-list-4.w--open {
  background-color: var(--white);
  margin-left: 9px;
  box-shadow: 1px 1px 3px #000;
}

.bold-text-6 {
  color: var(--brotoll-grey);
}

.text-block-19 {
  margin-left: 0;
}

.text-block-20 {
  color: var(--protocol-blue);
  margin-left: 0;
  padding-left: 10px;
  text-decoration: underline;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ffffffe6;
  background-color: #ffffffe6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin-top: 180px;
  margin-left: -10px;
  padding-top: 50px;
  display: block;
  position: relative;
}

.div-block-13 {
  justify-content: flex-start;
  align-items: center;
  margin: 10px;
  display: inline-block;
}

.text-block-21 {
  color: var(--protocol-blue);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-2 {
  color: var(--brotoll-grey);
  text-decoration: none;
}

.div-block-14 {
  height: 250px;
  padding-top: 0;
  padding-left: 20px;
  display: block;
}

.column-13 {
  border-left: 1px solid var(--protocol-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3px;
  padding-left: 80px;
  display: block;
}

.contener-kontakt {
  display: block;
}

.map {
  height: 247px;
}

.html-embed {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.container-12 {
  justify-content: flex-end;
  align-items: center;
  padding: 0 6px 10px 0;
  display: flex;
  position: relative;
}

.text-block-22 {
  color: var(--white);
}

.div-block-15 {
  background-color: var(--protocol-blue);
  justify-content: flex-end;
  align-items: center;
  padding: 5px;
  display: flex;
}

.bold-text-7 {
  color: #c42828;
}

.button-2 {
  margin-top: 0;
  display: flex;
  position: relative;
}

.div-block-16 {
  float: none;
  background-color: var(--protocol-blue);
  position: relative;
  inset: 29% 0% 0% auto;
}

.div-block-17 {
  width: 900px;
  margin-top: 30px;
  margin-left: 20px;
  padding-left: 0;
}

.field-label, .field-label-2 {
  color: var(--protocol-blue);
}

.submit-button {
  background-color: var(--protocol-blue);
}

.link-block-8 {
  margin-right: -72px;
  text-decoration: none;
}

.div-block-18 {
  margin-top: 0;
  padding: 20px;
}

.link-block-9 {
  text-decoration: none;
}

.container-13 {
  margin-bottom: 0;
  padding-bottom: 8px;
}

.text-block-23 {
  color: var(--brotoll-grey);
  text-transform: none;
  padding-bottom: 59px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
}

.heading-2 {
  color: var(--protocol-blue);
  text-transform: uppercase;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
}

.link-3 {
  color: var(--brotoll-grey);
  text-decoration: none;
}

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

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

.slider {
  border-style: solid;
  border-width: 3px 3px 30px;
  border-color: var(--protocol-blue);
  background-color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 2px;
  display: block;
}

.slide-nav-2 {
  margin-top: 0;
  padding-top: 41px;
  font-size: 10px;
  inset: 135px 0% 0%;
}

.slide-5 {
  background-image: url('../images/bistronik-keramik-01-web-klein.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/laser-duesen-01-web-klein.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/3d-laserschneidkopf-web-klein.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/laesertechnik-MG-0972-a-web-klein.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/laser-duesenhalter-keramikteil-web-klein.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/linsen-fassungen-web-klein.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/laser-schutzglaeser-laseroptiken-II-web-klein.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/sonderduesen-laser-zeichnung-web-klein.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/3d-laser-duese-keramikteil-trumpf-web-klein.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/laserduesen-duesenhalter-web-klein.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask {
  width: auto;
}

.slide-13 {
  background-image: url('../images/Gasdruckfeder-Befüllanlage.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-4 {
  color: var(--brotoll-grey);
  text-decoration: none;
}

.slide-14 {
  position: fixed;
}

.slide-15 {
  position: relative;
}

.container-14 {
  margin-bottom: 37px;
  position: fixed;
  inset: auto 0% 0%;
}

.mask-2 {
  background-color: #0000;
}

.slide-16 {
  background-color: #0000;
  position: relative;
  inset: 0% 0% auto;
}

.slide-17, .mask-3 {
  background-color: #0000;
}

.paragraph {
  color: var(--white);
  text-align: center;
  text-transform: none;
  background-color: #0000;
  margin-top: 50px;
  margin-bottom: 1px;
  padding: 0 10px 0 100px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 300;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  margin-top: 0;
  display: flex;
}

.div-block-19 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-top: 381px;
  display: flex;
}

.image-24 {
  background-image: url('../images/start_salvagini.png');
  background-position: 0 0;
  background-size: 125px;
}

.slide-nav-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 100px;
  font-size: 11px;
  display: flex;
}

.container-15 {
  padding-right: 0;
  position: static;
}

.text-block-24 {
  border-top: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 50px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.image-25 {
  background-image: url('../images/logo-256x256.png');
  background-position: 0 0;
  background-size: 125px;
}

.image-26 {
  padding-right: 30px;
}

.div-block-20 {
  border: 1px solid var(--brotoll-grey);
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px;
  display: flex;
}

.text-block-25 {
  padding-right: 5px;
}

.section-8 {
  background-color: var(--white);
  position: relative;
}

.column-15 {
  padding-right: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-left: -110px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: -110px;
  margin-right: 0;
}

.div-block-21 {
  background-color: #053568b3;
  margin-left: -100px;
  margin-right: -74px;
}

.bold-text-8 {
  font-size: 14px;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-size: 14px;
  line-height: 40px;
}

.bold-text-13 {
  text-transform: uppercase;
  font-size: 14px;
}

.bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  font-size: 14px;
  line-height: 40px;
}

.bold-text-20 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
}

.bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25 {
  font-size: 14px;
  line-height: 40px;
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 30% 0;
  }

  .container-2 {
    align-items: center;
  }

  .nav-link {
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .nav-link.w--current {
    flex-direction: column;
    flex: 0 auto;
    min-height: 0;
    font-size: 16px;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 50px;
    margin: 0;
    padding: 15px;
    position: relative;
    inset: 0%;
  }

  .image, .image.image-start-iphone, .image._5 {
    margin-top: 0;
  }

  .div-block.div-start-handy {
    width: 180px;
    overflow: hidden;
  }

  .div-block.div-start-handy.start {
    width: 100%;
  }

  .div-block-3 {
    margin-right: 0;
  }

  .container-5 {
    margin-top: 144px;
  }

  .text-block-4.partner-iphone {
    margin-right: 0;
  }

  .section-6 {
    overflow: hidden;
  }

  .background-video {
    display: flex;
  }

  .button {
    position: relative;
    overflow: hidden;
  }

  .button.email.ipad {
    width: 130px;
    padding: 5px;
    font-size: 10px;
  }

  .button.ipad {
    width: 160px;
    font-size: 13px;
  }

  .image-5, .container-10 {
    margin-top: 0;
  }

  .link-block-8 {
    margin-right: 0;
  }

  .grid {
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-2 {
    height: auto;
  }

  .container-2 {
    justify-content: space-between;
  }

  .nav-link.w--current {
    display: inline-block;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image {
    margin-top: 0;
  }

  .image.image-start-iphone {
    margin-top: 1px;
  }

  .div-block.div-start-handy {
    width: 100%;
    margin-top: 10px;
    position: static;
  }

  .div-block-2.telefonummer-handy {
    width: 100%;
  }

  .text-block-2 {
    float: none;
  }

  .columns-2 {
    width: 50%;
  }

  .container-5 {
    margin-top: 152px;
  }

  .text-block-4.partner-iphone {
    background-color: #fff9;
    padding: 5px;
  }

  .section-6.handy {
    height: auto;
  }

  .container-7.iphone {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-5 {
    margin-top: 10px;
  }

  .div-block-7 {
    width: 50%;
  }

  .image-9 {
    max-height: none;
  }

  .column-10 {
    padding-right: 0;
  }

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

  .column-12 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-position: 50%;
  }

  .nav-link {
    border-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-link.w--current {
    border-style: none;
    display: flex;
  }

  .nav-link.home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
    display: flex;
  }

  .nav-link.home.w--current {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .nav-menu {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 100% 0% auto;
  }

  .link-block, .link-block.w--current {
    width: 180px;
  }

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

  .heading {
    position: relative;
  }

  .text-block.text-start-handy {
    padding-bottom: 0;
  }

  .text-block.text-start-handy.h, .text-block.h {
    height: auto;
  }

  .image {
    margin-top: 0;
    display: block;
  }

  .image.image-start-iphone, .image._5 {
    margin-top: 0;
  }

  .section-3 {
    margin-top: 70px;
    position: relative;
    overflow: hidden;
  }

  .section-3.down2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block.div-start-handy {
    width: 100%;
    min-height: auto;
    margin-top: 10px;
    position: relative;
  }

  .div-block.div-start-handy.start {
    flex-direction: column;
    min-height: 300px;
    margin-bottom: 0;
    display: flex;
  }

  .div-block.div-start-handy.start._1 {
    padding-bottom: 10px;
  }

  .div-block-2.telefonummer-handy {
    width: 400px;
    position: relative;
  }

  .container-4.startseite {
    margin-top: 80px;
  }

  .text-block-2 {
    padding-left: 10px;
  }

  .columns-2 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 10px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-3 {
    margin-right: 0;
  }

  .text-block-3 {
    display: flex;
  }

  .text-block-3._w-p-iphone {
    font-size: 22px;
  }

  .text-block-4.partner-iphone {
    color: var(--protocol-blue);
    margin-right: 0;
    padding: 5px;
  }

  .section-4 {
    overflow: hidden;
  }

  .section-5 {
    height: 180px;
    margin-top: -10px;
  }

  .section-6.handy {
    height: auto;
    margin-top: 160px;
    margin-bottom: 0;
    padding-bottom: 30px;
    position: relative;
    overflow: visible;
  }

  .container-7.iphone {
    margin-top: 0;
  }

  .column-3.column-3-iphone {
    clear: both;
    border-top: 1px solid var(--protocol-blue);
    border-left-style: none;
    border-left-width: 0;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: block;
  }

  .button.email.ipad, .button.ipad {
    width: 100%;
  }

  .column-4 {
    margin-top: 0;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .column-4.laser {
    padding-left: 10px;
  }

  .column-5 {
    position: static;
  }

  .div-block-5 {
    width: 50px;
  }

  .link-block-5 {
    background-image: url('../images/Stanztechnik1.0_B.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .image-5 {
    margin-bottom: 0;
  }

  .div-block-7 {
    justify-content: center;
    align-items: flex-start;
    width: 400px;
    margin-top: 7px;
    margin-right: 0;
    position: relative;
  }

  .container-8 {
    justify-content: flex-start;
    margin-top: 80px;
    position: static;
  }

  .column-6 {
    flex: 0 auto;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

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

  .columns-4 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    display: flex;
    position: fixed;
  }

  .text-block-6 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-6 {
    max-width: none;
    padding-left: 0;
  }

  .lasertechnik {
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    height: 180px;
    margin-top: -10px;
  }

  .columns-5 {
    width: auto;
    height: 100%;
    min-height: auto;
    margin-top: 10px;
    display: flex;
    position: static;
    top: 34px;
  }

  .text-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .plasmatechnik {
    background-position: 0 0, 50% 0;
    height: 180px;
    margin-top: -10px;
  }

  .gasfedertechnik {
    background-image: linear-gradient(to bottom, transparent 53%, var(--protocol-blue) 83%), linear-gradient(to bottom, #00418433, #00418466), url('../images/Gasfruckfeder-02-Kopie_B-2.jpg');
    background-position: 0 0, 0 0, 0 100%;
    background-size: auto, auto, cover;
    height: 180px;
    margin-top: -10px;
  }

  .section-7 {
    height: auto;
    margin-top: 160px;
  }

  .text-block-9 {
    width: 220px;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    width: 240px;
    position: relative;
    overflow: hidden;
  }

  .dropdown-toggle {
    padding-right: 165px;
    overflow: hidden;
  }

  .dropdown-toggle.w--open {
    overflow: hidden;
  }

  .dropdown-toggle-2 {
    width: 100%;
    padding-right: 185px;
    overflow: hidden;
  }

  .text-block-10 {
    width: 220px;
    overflow: hidden;
  }

  .dropdown-list-2 {
    overflow: hidden;
  }

  .dropdown-list-2.w--open {
    width: 240px;
  }

  .image-22 {
    width: 100%;
  }

  .footer {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .text-block-11 {
    border: 1px #000;
    justify-content: center;
    padding-bottom: 10px;
    display: flex;
  }

  .columns-6 {
    padding-top: 40px;
  }

  .column-8 {
    border: 1px #000;
    flex-direction: column;
  }

  .column-9 {
    border: 1px #000;
  }

  .container-10 {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .navbar-3 {
    margin-top: 20px;
  }

  .nav-link-4.w--current {
    color: var(--white);
  }

  .gasfederrechtespalte {
    height: 600px;
  }

  .column-10 {
    padding-left: 43px;
    display: block;
  }

  .column-11, .column-12 {
    display: block;
  }

  .columns-7 {
    position: static;
  }

  .container-11 {
    margin-top: 54px;
    overflow: visible;
  }

  .text-block-18 {
    justify-content: center;
    display: block;
  }

  .div-block-12 {
    margin-top: 170px;
    padding-top: 20px;
    overflow: hidden;
  }

  .contener-kontakt, .container-12, .div-block-15, .dropdown {
    overflow: hidden;
  }

  .link-block-8 {
    margin-right: 0;
    overflow: hidden;
  }

  .text-block-23 {
    width: 100vw;
    padding-right: 20px;
  }

  .heading-2 {
    overflow: hidden;
  }

  .column-14 {
    padding-left: 0;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 34px;
    padding-left: 20px;
    font-size: 15px;
  }

  .slider-2 {
    height: 80px;
  }

  .div-block-19 {
    height: 80px;
    margin-top: 86px;
  }

  .slide-nav-3 {
    height: auto;
    padding-bottom: 12px;
    padding-left: 20px;
    font-size: 7px;
  }

  .text-block-24 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-26 {
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    margin-left: 0;
    display: flex;
  }

  .container-16 {
    overflow: hidden;
  }

  .grid-2 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .div-block-21 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}