:root {
  --bronze: #766000;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 95px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.container {
  max-height: none;
  max-width: 1200px;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  overflow: visible;
}

.section {
  padding-top: 120px;
}

.section.hero {
  height: 85vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bagger_hintergrunde.jpeg');
  background-position: 45%;
  background-size: 225vw;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 120px;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 7px #000;
}

.section.maschinen {
  margin-bottom: 120px;
  padding-top: 40px;
  display: none;
}

.section.preisliste {
  height: auto;
  background-color: #111;
  padding-top: 40px;
  display: none;
}

.section.kontakt {
  padding-top: 50px;
  display: none;
}

.section.footer {
  height: auto;
  background-color: #111;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.h1-style {
  text-align: left;
  font-size: 40px;
  line-height: 50px;
}

.h1-style.darkgrey {
  color: #222;
  text-align: left;
}

.h1-style.darkgrey.center {
  text-align: center;
  padding-top: 0;
  font-family: Montserrat, Arial, sans-serif;
}

.h1-style.darkgrey.center.padtop20 {
  color: #000;
  margin-top: -1px;
  padding-top: 20px;
  font-family: Montserrat, Arial, sans-serif;
}

.h1-style.bronze {
  color: var(--bronze);
  background-color: rgba(0, 0, 0, 0);
}

.h1-style.bronze.center {
  text-align: center;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.link-block {
  width: auto;
  height: auto;
}

.image {
  width: 180%;
  height: 12%;
}

.image-2 {
  width: 75%;
  height: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.link-block-2 {
  width: 60%;
  height: 60%;
  float: none;
  clear: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.h2-style {
  color: #333;
  text-align: center;
  padding-top: 0;
  font-size: 25px;
  line-height: 30px;
}

.h2-style.paddtop30 {
  color: #000;
  margin-top: 16px;
  margin-left: -34px;
  padding-top: 10px;
  font-family: Montserrat, Arial, sans-serif;
}

.h2-style.padtop20 {
  padding-top: 20px;
}

.h2-style.padtop20.bronze {
  color: var(--bronze);
}

.navi {
  z-index: 99;
  height: 10vh;
  border-bottom: 1px solid var(--bronze);
  background-color: #111;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block-3 {
  width: 15%;
  height: 15%;
}

.link-block-3.w--current {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-3 {
  width: 15vw;
  max-width: 80%;
  display: block;
}

.navi-wrapper {
  width: 90vw;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navi-link {
  color: var(--bronze);
  text-align: left;
  padding-right: 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.navi-link.preisliste, .navi-link.maschinen {
  display: none;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.image-4 {
  position: static;
}

.lightbox-link {
  object-fit: fill;
}

.lightbox-link.maxh100 {
  height: 100%;
  object-fit: fill;
}

.line {
  height: 1px;
  background-color: #222;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.line.middle {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.line.middle.splitter {
  margin-top: 60px;
  margin-bottom: 60px;
}

.line.middle.bronze {
  background-color: var(--bronze);
}

.line.shorter {
  width: 80%;
}

.line.shorter.center {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.line.shorter.center.bronze {
  background-color: var(--bronze);
}

.row {
  object-fit: fill;
  flex-flow: row;
  align-content: stretch;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  display: flex;
  position: static;
  overflow: visible;
}

.row.preisliste {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 50px;
}

.column {
  width: 30%;
  height: 25vh;
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.column.boxshadow {
  box-shadow: 2px 2px 5px #444;
}

.column.preisliste {
  width: 30%;
  height: auto;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.column.preisliste.boxshadow {
  box-shadow: 0 0 10px 3px #818181;
}

.column.kontakt {
  width: 50%;
  height: 15vh;
}

.column.footer {
  width: 25%;
  height: auto;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
}

.image-5 {
  max-height: 100%;
  position: static;
}

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

.image-6.cimg {
  max-height: 100%;
}

.image-7 {
  max-height: 100%;
  display: inline-block;
}

.gridi {
  margin-bottom: 0;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
  align-items: center;
  justify-items: center;
  display: grid;
}

.image-8, .image-9 {
  max-height: 50%;
}

.h4-style {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.h4-style.bronze {
  color: var(--bronze);
}

.h4-style.bronze.width80 {
  width: 80%;
}

.h4-style.bronze.width80.center {
  margin-left: auto;
  margin-right: auto;
}

.h4-style.bronze.size18 {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.h4-style.bronze {
  color: #766000;
}

.h4-style.bronze.size18 {
  font-size: 18px;
  font-weight: 600;
}

.image-10, .image-11, .image-12 {
  max-height: 100%;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

._5050-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.spalte {
  flex: 1;
}

.space2 {
  width: 40vh;
  height: 40vh;
}

.submit-button {
  width: 20%;
  border-radius: 20px;
  margin-top: 20px;
}

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

.checkbox {
  margin-top: 20px;
}

.checkbox-label {
  margin-left: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
}

.kontaktlabel {
  color: #222;
  margin-top: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-field, .select-field, .message-field {
  border-radius: 6px;
}

.recaptcha {
  margin-top: 20px;
}

.text {
  color: #444;
  font-family: Montserrat, Arial, sans-serif;
}

.section-2 {
  width: auto;
  height: 100vh;
}

.column-2 {
  height: 25vh;
}

.column-3 {
  height: 30vh;
  justify-content: center;
  align-items: center;
  display: flex;
  left: 15px;
  box-shadow: 2px 2px 5px #444;
}

.fahrzeuge {
  width: 70vw;
  justify-content: flex-start;
  display: block;
}

.column-4 {
  height: 30vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  right: 15px;
  box-shadow: 2px 2px 5px #444;
}

.column-5 {
  height: 30vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  right: 16px;
  box-shadow: 2px 2px 5px #444;
}

.column-6 {
  height: 30vh;
  justify-content: center;
  align-items: center;
  display: flex;
  left: 15px;
  box-shadow: 2px 2px 5px #555;
}

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

.paragraph {
  width: 80vw;
  margin-top: 60px;
  margin-bottom: 50px;
  margin-left: 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.paragraph-3 {
  height: 25vh;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

.link {
  color: #333;
  margin-left: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-2 {
  width: auto;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-left: 0;
  display: flex;
}

.div-block-3 {
  width: 100%;
  height: auto;
  justify-content: space-around;
  margin-top: 100px;
  display: flex;
}

.list-item {
  color: var(--bronze);
  margin-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.list-item.unterpunkt {
  color: #333;
  font-weight: 600;
}

.list-item-2 {
  color: var(--bronze);
  margin-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.list-item-3 {
  color: var(--bronze);
  margin-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.list-item-3.unterpunkt {
  color: #333;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
}

.list-item-4 {
  color: var(--bronze);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.list-item-4.unterpunkt {
  color: #333;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
}

.paragraph-6 {
  width: 125vh;
  color: #333;
  text-align: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.image-13 {
  width: 34vw;
  margin-top: 60px;
  margin-left: 40px;
}

.maschinensection {
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  margin-bottom: 10vh;
  display: flex;
  position: relative;
}

.list-item-11 {
  color: #2a2726;
  line-height: 25px;
}

.heading-3 {
  color: var(--bronze);
  margin-top: 25px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-2 {
  color: var(--bronze);
  margin-bottom: 25px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-7 {
  font-style: normal;
  line-height: 25px;
}

._1px-line {
  width: 100%;
  height: 1px;
  background-color: #2a2726;
  margin-top: 48px;
}

._1px-line._32px {
  width: 8%;
  margin-top: 50px;
  margin-bottom: -50px;
}

.paragraph-8 {
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.heading-4 {
  color: var(--bronze);
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.wrapper {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 20px;
  margin-top: 20vh;
  margin-bottom: 10vh;
  padding: 20px;
}

.link-2 {
  color: #2a2726;
  margin-left: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.heading-6 {
  color: var(--bronze);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-9 {
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.link-3 {
  color: #2a2726;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  position: static;
}

.body {
  margin-left: 0;
  margin-right: 0;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.section-3.impressum {
  margin-top: 100px;
}

.list {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.paragraph-10, .paragraph-11, .paragraph-12 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.heading-7 {
  color: var(--bronze);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
}

.paragraph-13, .paragraph-14 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.heading-8, .heading-9 {
  color: var(--bronze);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
}

.paragraph-15 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.heading-10 {
  color: var(--bronze);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
}

.paragraph-16 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.heading-11 {
  color: var(--bronze);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
}

.paragraph-17 {
  margin-bottom: 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.heading-12 {
  color: var(--bronze);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bold-text {
  color: var(--bronze);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
}

.paragraph-18 {
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.paragraph-19, .paragraph-20 {
  line-height: 25px;
}

.bold-text-2, .bold-text-3 {
  color: var(--bronze);
  font-size: 16px;
}

.link-7 {
  color: #2a2726;
}

.text-block-17 {
  color: #000;
  line-height: 22px;
}

.list-item-12 {
  margin-top: 20px;
}

.text-block-23 {
  color: #000;
  line-height: 22px;
}

.hero-section {
  max-width: 1280px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.hero-section._100-container {
  width: auto;
  height: auto;
  object-fit: fill;
  margin-top: 0;
  position: static;
}

.list-item-9 {
  color: #000;
  line-height: 22px;
}

.list-3 {
  color: #2a2726;
  padding-left: 30px;
}

.list-2 {
  color: #2a2726;
  margin-top: 25px;
  margin-left: 0;
  padding-left: 30px;
}

.wrapper-2 {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 20px;
  margin-top: 20vh;
  margin-bottom: 10vh;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.list-item-10 {
  color: #2a2726;
}

.heading-13 {
  font-size: 18px;
}

.heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28 {
  font-size: 16px;
}

.heading-28.caption {
  font-size: 17px;
}

.heading-29, .heading-30, .heading-31, .heading-32, .heading-33, .heading-34, .heading-35, .heading-36, .heading-37, .heading-38, .heading-39, .heading-40, .heading-41, .heading-42 {
  font-size: 16px;
}

.heading-42.caption {
  color: var(--bronze);
}

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

.heading-43.caption {
  color: var(--bronze);
}

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

.heading-44.caption {
  color: var(--bronze);
}

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

.heading-45.caption {
  color: var(--bronze);
}

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

.heading-46.caption {
  color: var(--bronze);
}

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

.heading-47.caption {
  color: var(--bronze);
}

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

.heading-48.caption {
  color: var(--bronze);
}

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

.caption {
  color: var(--bronze);
}

.div-block-43 {
  width: 100vw;
  height: 6vh;
  float: none;
  clear: none;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4 {
  width: 30vw;
  height: 5vh;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 2vh;
  text-decoration: none;
  transition: opacity .2s;
  position: static;
}

.image-14 {
  width: 18vw;
  height: 4vh;
  object-fit: fill;
  flex: 0 auto;
  font-size: 14px;
  display: block;
  overflow: visible;
}

.link-8, .link-9 {
  color: #444;
  font-family: Montserrat, Arial, sans-serif;
  text-decoration: none;
}

.link-10, .link-11 {
  color: #444;
  text-decoration: none;
}

.paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43, .paragraph-44, .paragraph-45, .paragraph-46, .paragraph-47, .paragraph-48, .paragraph-49, .paragraph-50, .paragraph-51, .paragraph-52, .paragraph-53, .paragraph-54, .paragraph-55, .paragraph-56, .paragraph-57, .paragraph-58, .paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62, .paragraph-63, .paragraph-64, .paragraph-65, .paragraph-66 {
  line-height: 22px;
}

.paragraph-67 {
  width: 80vw;
  text-align: center;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-44 {
  height: 8vh;
  background-color: #000;
}

.container-2 {
  max-width: 80vw;
  display: flex;
}

.div-block-45 {
  width: 50%;
  height: 8vh;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.made-by {
  color: #fff;
  margin-top: 2px;
  margin-right: 10px;
  text-decoration: none;
}

.it-finance-flow {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}

.link-12 {
  color: #fff;
  margin-top: 8px;
  margin-left: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.div-block-46 {
  width: 50%;
  height: 10vh;
}

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

.div-block-48 {
  width: 1vw;
}

.image-16 {
  width: 30vw;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 100px;
  display: block;
}

.section-4 {
  height: 100vh;
}

.container-3 {
  height: 65vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-7 {
  border: 0 solid #333;
  border-radius: 10px;
  display: block;
}

.column-8 {
  display: block;
}

.column-9 {
  height: 3vh;
  display: block;
}

.column-10 {
  display: none;
}

.div-block-49 {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.div-block-50 {
  width: 100%;
  height: auto;
  border: 1px solid #333;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.div-block-51 {
  width: 100%;
  height: auto;
  border: 1px solid #333;
  border-radius: 8px;
  justify-content: space-between;
  display: flex;
}

.div-block-52 {
  border: 1px solid #333;
  border-radius: 10px;
  display: flex;
}

.link-block-5 {
  width: 15vw;
  height: 15vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-6 {
  width: 15vw;
  height: 15vh;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.link-block-7 {
  width: 15vw;
  height: 15vh;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-8 {
  width: 6vw;
  height: 6vh;
}

.columns {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.text-block-24, .text-block-25, .text-block-26 {
  color: rgba(51, 51, 51, .75);
  margin-top: 10px;
  margin-left: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-27, .text-block-28 {
  align-self: center;
  margin-left: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-29 {
  width: auto;
  align-self: center;
  margin-left: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.kontaktsection {
  margin-bottom: 10vh;
  display: flex;
  position: relative;
}

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

.div-block-53 {
  background-color: #000;
  display: block;
}

._1200px {
  width: 70vw;
  padding-left: 0;
  padding-right: 0;
}

.image-19 {
  width: 100vw;
  max-width: none;
}

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

.image-20 {
  height: 100%;
}

.banner {
  display: block;
}

.link-block-9 {
  height: 10vh;
  background-color: #000;
  align-items: center;
  display: flex;
}

.image-24 {
  width: 100vw;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: none;
  }

  .section.hero {
    height: 85vh;
    max-width: none;
    background-image: url('../images/bagger_hintergrunde.jpeg');
    background-position: 40% 70%;
    background-size: 125vw;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
  }

  .section.maschinen, .section.preisliste {
    max-width: 1200px;
  }

  .section.kontakt {
    height: 65vh;
    max-width: 1200px;
  }

  .section.footer {
    height: auto;
  }

  .h1-style.darkgrey.center.padtop20 {
    margin-top: 20px;
    padding-top: 0;
  }

  .image-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-2 {
    width: 60%;
    justify-content: center;
    align-items: center;
  }

  .h2-style.paddtop30 {
    margin-top: 50px;
    margin-left: 0;
    padding-top: 0;
    font-size: 30px;
  }

  .image-3 {
    width: 5vw;
    max-width: 80%;
  }

  .navi-link {
    font-size: 30px;
    display: block;
  }

  .h4-style.bronze.size18 {
    font-size: 25px;
  }

  .text {
    font-size: 20px;
    line-height: 40px;
  }

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

  .div-block-3 {
    width: 100%;
    justify-content: space-around;
    margin-top: 0;
  }

  .maschinenauflistung {
    width: auto;
    height: auto;
    padding-left: 50px;
    font-size: 25px;
  }

  .list-item {
    font-size: 25px;
    line-height: 30px;
  }

  .list-item.unterpunkt {
    line-height: 30px;
  }

  .list-item-2 {
    font-size: 25px;
    line-height: 40px;
  }

  .list-item-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .list-item-3.unterpunkt {
    line-height: 40px;
  }

  .list-item-4 {
    font-size: 25px;
    line-height: 40px;
  }

  .list-item-4.unterpunkt {
    line-height: 40px;
  }

  .image-13 {
    width: 35vw;
    margin-top: 100px;
    margin-left: 115px;
  }

  .maschinensection {
    height: 115vh;
    margin-top: 0;
    margin-bottom: 200px;
  }

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .link-8 {
    font-size: 20px;
  }

  .link-9, .link-10, .link-11 {
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph-67 {
    width: 80vw;
    text-align: center;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 40px;
  }

  .div-block-47 {
    width: 50%;
    height: auto;
    margin-left: 100px;
  }

  .div-block-48 {
    width: 5vw;
  }

  .image-16 {
    width: 25vw;
    margin-top: 100px;
  }

  .container-3 {
    max-width: 1200px;
  }

  .div-block-49, .div-block-50, .div-block-51 {
    width: 100%;
  }

  .link-block-5, .link-block-6, .link-block-7 {
    width: 5vw;
  }

  .text-block-29 {
    width: auto;
  }

  .kontaktsection {
    max-width: none;
    padding-top: 10vh;
  }

  .div-block-53 {
    width: 100vw;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body-2 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  ._1200px {
    width: 70vw;
    max-width: 1200px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    max-width: none;
  }

  .image-18 {
    width: 100vw;
    max-width: none;
    margin-left: 0;
  }

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

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

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

  .image-24 {
    background-color: #000;
  }
}

@media screen and (min-width: 1920px) {
  .section.footer {
    height: auto;
  }

  .banner {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    height: 80vh;
    background-position: 44.5%;
    background-size: 263vw;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .section.footer {
    height: auto;
  }

  .h1-style.darkgrey.center.padtop20 {
    margin-left: -5px;
  }

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

  .h2-style.paddtop30 {
    margin-top: 5px;
    margin-left: -50px;
    padding-top: 0;
    font-size: 23px;
  }

  .navi {
    height: 65px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .row {
    margin-bottom: 5px;
  }

  .space2 {
    height: 10vh;
  }

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

  .div-block-3 {
    height: auto;
    align-items: center;
    margin-top: 0;
  }

  .maschinensection {
    height: auto;
    margin-bottom: 0;
  }

  .hero-section {
    margin-top: 60px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .div-block-43 {
    margin-top: 0;
  }

  .image-14 {
    width: 20vh;
    max-width: none;
  }

  .image-15 {
    width: auto;
    max-width: none;
    margin-left: -123px;
  }

  .div-block-47 {
    width: auto;
    height: auto;
    object-fit: fill;
  }

  .image-16 {
    width: 45vw;
    margin-top: 100px;
    margin-left: 15px;
  }

  .kontaktsection {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .div-block-53 {
    width: 100vw;
  }

  ._1200px {
    height: auto;
    overflow: visible;
  }

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

  .image-19 {
    width: 100vw;
    max-width: none;
  }

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

  .image-20 {
    width: 65vw;
  }

  .image-24:hover {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    height: 60vh;
    background-size: 305vw;
  }

  .section.footer {
    height: auto;
  }

  .h1-style.darkgrey.center.padtop20 {
    margin-top: 0;
    padding-top: 0;
    font-size: 30px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .image-2 {
    width: 100%;
    margin-top: 5px;
  }

  .h2-style.paddtop30 {
    margin-top: 0;
    margin-left: -5px;
    padding-top: 0;
    font-size: 18px;
  }

  .navi {
    height: 55px;
  }

  .image-3 {
    width: 20vw;
    max-width: 125%;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .row {
    width: 100%;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .submit-button.bronze {
    width: 25%;
  }

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

  .maschinenauflistung {
    font-size: 14px;
  }

  .list-item {
    font-size: 14px;
    line-height: 20px;
  }

  .list-item-2 {
    font-size: 14px;
  }

  .list-item-3, .list-item-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .list-item-4.unterpunkt {
    font-size: 14px;
  }

  .image-13 {
    width: 50vw;
    max-width: none;
    margin-top: 100px;
    margin-left: 0;
  }

  .maschinensection {
    height: auto;
    margin-top: 60px;
  }

  .wrapper {
    margin-top: 50px;
  }

  .hero-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .div-block-43 {
    float: none;
    clear: none;
    text-align: left;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-7 {
    width: 20vw;
    flex: 0 auto;
  }

  .image-15 {
    width: auto;
    max-width: none;
    margin-left: -125px;
  }

  .div-block-47 {
    width: auto;
    height: auto;
  }

  .image-16 {
    width: 200vw;
    margin-left: 40px;
  }

  .text-block-29 {
    width: auto;
    margin-left: 10px;
  }

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

  .image-19 {
    width: 100vw;
    max-width: none;
  }

  .div-block-54 {
    width: 100vw;
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-20 {
    width: 75vw;
    margin-right: 0;
  }

  .banner {
    background-color: #000;
    flex-direction: column;
    justify-content: space-between;
    display: block;
  }

  .image-24 {
    width: 100vw;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 100vw;
    flex-direction: row;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .section.hero {
    height: 40vh;
    background-position: 46%;
    background-size: 960px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 65px;
    display: flex;
  }

  .section.kontakt {
    padding-top: 0;
  }

  .section.footer {
    height: auto;
    flex-direction: column;
    margin-top: 0;
    padding-top: 5vh;
    padding-bottom: 0;
    display: flex;
  }

  .h1-style.darkgrey.center {
    font-size: 25px;
  }

  .h1-style.darkgrey.center.padtop20 {
    height: 5vh;
    margin-top: -9px;
    margin-left: -5px;
    padding-top: 0;
    font-size: 20px;
    line-height: 40px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-2 {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    padding-left: 0;
  }

  .link-block-2 {
    width: 60%;
  }

  .h2-style.paddtop30 {
    margin-top: -4px;
    margin-left: 0;
    padding-top: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .navi {
    height: 50px;
  }

  .link-block-3 {
    width: auto;
  }

  .link-block-3.w--current {
    height: 4vh;
    align-items: center;
  }

  .image-3 {
    width: 30vw;
    max-width: none;
    object-fit: scale-down;
    flex: 0 auto;
    margin-top: 0;
  }

  .navi-wrapper {
    height: 4vh;
    align-items: center;
  }

  .navi-link {
    font-size: 18px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .line.middle {
    margin-top: 0;
  }

  .row {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .column.footer {
    margin-left: -30px;
    margin-right: -30px;
  }

  .h4-style.bronze.size18 {
    width: 20vw;
    margin-right: 0;
    font-size: 14px;
  }

  .submit-button.bronze {
    width: 50%;
  }

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

  .text-field {
    width: 40vw;
    margin-right: 12px;
    padding-right: 12px;
  }

  .recaptcha {
    margin-left: -25px;
  }

  .div-block-2 {
    height: 20vh;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .maschinenauflistung {
    height: auto;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-3.unterpunkt, .list-item-4 {
    font-size: 14px;
  }

  .image-13 {
    display: block;
  }

  .maschinensection {
    height: auto;
    margin-bottom: 0;
  }

  .wrapper {
    margin-bottom: 120px;
  }

  .link-7 {
    width: 200px;
    max-width: 320px;
  }

  .hero-section {
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-section._100-container {
    height: 5640vh;
  }

  .wrapper-2 {
    margin-top: 0;
    margin-bottom: 120px;
  }

  .paragraph-67 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .image-15 {
    max-width: none;
    object-fit: fill;
    flex: 0 auto;
    margin-left: 0;
    display: block;
  }

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

  .container-3 {
    height: 50vh;
  }

  .div-block-49, .div-block-50, .div-block-51 {
    height: 10vh;
  }

  .link-block-5, .link-block-6, .link-block-7 {
    width: 20%;
    height: 10vh;
  }

  .text-block-24, .text-block-25, .text-block-26 {
    font-size: 12px;
  }

  .text-block-27 {
    flex: 1;
    margin-left: 10px;
    font-size: 12px;
  }

  .text-block-28, .text-block-29 {
    flex: 1;
    font-size: 12px;
  }

  .kontaktsection {
    margin-bottom: 0;
  }

  .div-block-53 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .image-19 {
    width: 100vw;
  }

  .div-block-54 {
    width: auto;
    max-width: none;
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}