:root {
  --dark-turquoise: #20c4d9;
  --autovermietung-blau: #1c2acc;
  --av-rot: #c13f38;
  --azure: #e5fcff;
  --dark-slate-grey: #0b4046;
  --teal: #157c89;
  --dim-grey: #505050;
}

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

.header {
  background-image: url('../images/bg_waschpark.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  width: 100%;
  height: 90vh;
  display: flex;
}

.nav-bar {
  background-color: var(--dark-turquoise);
  justify-content: center;
  width: 100%;
  height: 10vh;
  display: flex;
}

.nav-bar.autovermietung {
  background-color: var(--autovermietung-blau);
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-2 {
  flex-direction: column;
  width: 100%;
  height: 50%;
  margin-top: 4em;
  display: flex;
}

.div-block-3 {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 30%;
  display: flex;
}

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

.div-block-4.input-feld {
  background-color: #fff;
  margin-top: 0;
}

.div-block-4.rechts {
  padding-left: 1em;
}

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

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

.div-block-7 {
  width: 100%;
  height: 20%;
  display: flex;
}

.div-block-7.image-wrapper {
  height: 30%;
}

.tabs, .tab-pane-autos {
  width: 100%;
  height: 100%;
}

.tabs-menu {
  height: 10%;
  margin-bottom: 0;
  display: flex;
}

.tab-link-autos {
  color: #000;
  background-color: #fff;
  width: 33.3333%;
  height: 100%;
  display: flex;
}

.tab-link-autos.w--current {
  color: #fff;
  background-color: #c13f38;
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.tab-link-transporter {
  background-color: #fff;
  justify-content: center;
  width: 33.3333%;
  height: 100%;
  display: flex;
}

.tab-link-transporter.w--current {
  color: #fff;
  background-color: #c13f38;
}

.tab-link-lkw {
  background-color: #fff;
  justify-content: center;
  width: 33.3333%;
  height: 100%;
  display: flex;
}

.tab-link-lkw.w--current {
  background-color: var(--av-rot);
  color: #fff;
}

.tabs-header1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.tabs-header1:hover {
  text-decoration: underline;
}

.tabs-header1:active {
  color: #000;
}

.tabs-header1.tabs-header {
  font-family: Montserrat, sans-serif;
}

.tabs-header1.active {
  color: #000;
}

.text-block-2, .text-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-pane-transporter {
  width: 100%;
  height: 100%;
}

.tabs-content {
  width: 100%;
  height: 90%;
  padding-top: 2em;
}

.tab-pane-lkw {
  width: 100%;
  height: 100%;
}

.text-form {
  width: 50%;
  padding-left: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-field {
  background-color: #f0f0f0;
  border: 1px solid #707070;
}

.text-field-2 {
  border: 1px solid #707070;
}

.input-field {
  background-color: #f0f0f0;
  border: 1px solid #707070;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.input-field.adresse {
  width: 95%;
}

.div-block-8 {
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-8.left {
  margin-right: .5em;
}

.div-block-8.right {
  margin-left: .5em;
}

.html-embed {
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-left: 0;
}

.html-embed.embed {
  margin-left: 0;
  padding-left: 0;
}

.div-block-9 {
  width: 95%;
  height: 3em;
  margin-bottom: 1em;
  display: flex;
}

.div-block-10 {
  width: 100%;
  display: flex;
}

.grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  width: 95%;
  margin-bottom: 2em;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.submit-button {
  color: #c13f38;
  background-color: #f1f857;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.submit-button:hover {
  border: 1px solid #c13f38;
  border-radius: 2px;
}

.form {
  height: 100%;
}

.form-block {
  height: 100%;
  padding-top: 1em;
}

.dropdown {
  width: 95%;
  height: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-link {
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.dropdown-link.text-dropdown {
  font-weight: 600;
}

.dropdown-link.text-dropdown:hover {
  background-color: #c3c3c3;
}

.text-block-4 {
  padding-left: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dropdown-toggle {
  width: 100%;
}

.dropdown-toggle.input-field {
  align-items: center;
  height: 3em;
  padding: 0;
  display: flex;
}

.dropdown-list {
  width: 100%;
}

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

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

.textarea {
  width: 100%;
}

.textarea.input-field {
  justify-content: center;
  width: 95%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em 0 0 .5em;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  width: 100%;
  height: 10em;
  margin-bottom: 1em;
  display: flex;
}

.div-block-13 {
  justify-content: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.select-field {
  justify-content: center;
  width: 95%;
  display: flex;
}

.wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-14 {
  width: 95%;
  height: 3em;
  margin-bottom: 1em;
}

.div-block-15 {
  width: 95%;
  height: 3em;
  display: flex;
}

.div-block-16 {
  background-image: url('../images/kartendinger.png');
  background-position: 0 0;
  background-size: cover;
  width: 3em;
  height: 70%;
}

.div-block-17 {
  background-image: url('../images/header-container.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 70%;
}

.div-block-18 {
  background-image: url('../images/Group-69.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 30%;
}

.div-block-19 {
  background-image: url('../images/Text-links.png');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  padding-left: 1px;
}

.div-block-20 {
  background-image: url('../images/Text-mitte.png');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.div-block-21 {
  background-image: url('../images/Text-rechts.png');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
}

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

.div-block-22.image-wrapper {
  padding-left: 1em;
  padding-right: 1em;
}

.div-block-23 {
  width: 30%;
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.div-block-24 {
  width: 30%;
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
}

.div-block-25 {
  width: 40%;
  height: 100%;
  padding: 1em;
  display: flex;
}

.div-block-26 {
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.div-block-27 {
  flex-direction: row;
  width: 75%;
  display: flex;
}

.grid-2 {
  grid-row-gap: 11px;
  grid-template-rows: auto;
  grid-template-areas: ". ."
                       ". Area";
  height: 100%;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 40%;
}

.button {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.button:hover {
  color: var(--dark-turquoise);
  background-color: #fff;
}

.button.autovermietung:hover {
  color: var(--autovermietung-blau);
}

.div-block-28 {
  background-image: url('../images/Autovermietung---Logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: 100%;
}

.div-block-29 {
  width: 40%;
  height: 100%;
  padding: 1em;
}

.div-block-30 {
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-31 {
  background-image: url('../images/Component-12-–-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.flotte {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bg_container.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.div-block-32 {
  width: 100%;
  height: 85%;
  margin-top: 8em;
}

.headline {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 15%;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 50px;
  text-decoration: underline;
  display: flex;
}

.headline.kontakt {
  color: var(--autovermietung-blau);
  background-image: none;
  height: 15%;
  margin-bottom: .5em;
}

.headline.weg {
  color: var(--azure);
}

.tabs-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  border: 3px solid #fff;
  border-radius: 50px;
  margin-left: 1em;
  margin-right: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.tab-link-tab-1.w--current {
  color: var(--autovermietung-blau);
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-left: 1em;
  margin-right: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.tab-link-tab-2 {
  background-color: rgba(221, 221, 221, 0);
  border: 3px solid #fff;
  border-radius: 100px;
  margin-left: 1em;
  margin-right: 1em;
}

.tab-link-tab-2.inactive {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.tab-link-tab-2.inactive.w--current {
  color: var(--autovermietung-blau);
  background-color: #fff;
}

.tab-link-tab-3 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #fff;
  border-radius: 100px;
  margin-left: 1em;
  margin-right: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
}

.tab-link-tab-3.inactive.w--current {
  color: var(--autovermietung-blau);
}

.text-button {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-button:focus {
  color: var(--autovermietung-blau);
}

.text-button.active {
  color: rgba(28, 42, 204, 0);
}

.text-button.inactive {
  color: #fff;
}

.text-button.inactive:active, .text-button.inactive:focus {
  color: var(--autovermietung-blau);
}

.tabs-content-2 {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-pane-tab-1 {
  width: 50%;
  height: 100%;
}

.tab-pane-tab-2 {
  width: 100%;
  height: 100%;
}

.tab-pane-tab-3 {
  width: 100%;
  height: 100%;
  padding-top: 2em;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  height: 80%;
  padding: 2em 4em;
  overflow: hidden;
}

.tabs-menu-2 {
  margin-bottom: 2em;
}

.slide {
  background-color: rgba(28, 42, 204, 0);
  padding-top: 0;
  overflow: hidden;
}

.mask {
  overflow: visible;
}

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

.text-block-6 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 50px;
}

.text-block-6.klein {
  justify-content: center;
  align-items: flex-start;
  font-size: 1em;
  line-height: 20px;
  display: flex;
}

.text-block-6.unten {
  justify-content: center;
  font-size: 2em;
  line-height: 30px;
  display: flex;
}

.image-2 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.kontakt {
  background-image: url('../images/bg_header.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 70vh;
}

.text-block-7 {
  color: var(--autovermietung-blau);
  text-align: center;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.form-block-2 {
  width: 50%;
  height: 100%;
  display: block;
}

.div-block-34 {
  justify-content: center;
  height: 50%;
  display: flex;
}

.textarea-2 {
  width: 100%;
  height: 71%;
}

.div-block-35 {
  height: 5em;
}

.maps {
  background-image: url('../images/bg_waschpark-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.div-block-36 {
  width: 75%;
  height: 60%;
  display: flex;
}

.div-block-37 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.html-embed-2 {
  width: 100%;
  height: 90%;
}

.footer {
  background-image: url('../images/bg_container.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 50vh;
}

.footer.waschpark {
  background-image: url('../images/bg_waschpark.png');
  background-position: 50%;
}

.footer.autovermietung {
  background-image: url('../images/bg_header.png');
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.div-block-39 {
  max-width: 300px;
  margin-top: 0;
}

.link-block {
  background-image: url('../images/instagram-logo.svg');
  background-position: 0 0;
  background-size: cover;
  width: 32px;
  height: 32px;
}

.link-block.insta {
  width: 24px;
  height: 24px;
  padding-left: 0;
  padding-right: 0;
}

.link-block.facebook {
  background-image: url('../images/facebook-app-symbol.svg');
  width: 24px;
  height: 24px;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-40 {
  flex-direction: row;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-17 {
  margin-top: 6px;
  margin-right: 8px;
}

.div-block-41 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.html-embed-3 {
  width: 35%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.div-block-42 {
  max-width: 300px;
  margin-top: 16px;
}

.copy {
  max-width: 600px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
  line-height: 32px;
}

.copy.footer {
  color: #fff;
  max-width: 500px;
  font-size: 1.2em;
}

.copy.footer.small.impressum {
  color: var(--dark-slate-grey);
  text-transform: none;
  padding-left: 0;
  font-weight: 500;
  text-decoration: underline;
}

.copy.footer {
  color: var(--teal);
  background-image: none;
  max-width: 500px;
  font-size: 1.2em;
}

.copy.footer.small {
  max-width: 300px;
  height: 24px;
  font-size: 1em;
}

.div-block-43 {
  display: flex;
}

.div-block-44 {
  align-items: flex-start;
  width: 40%;
  height: 80%;
  display: flex;
  overflow: hidden;
}

.link-7 {
  font-size: 1.5em;
  font-weight: 400;
}

.link-7:hover {
  font-size: 1.5em;
}

.link-7.footer {
  color: #000;
  padding-top: 0;
  padding-left: 0;
  font-size: 1em;
}

.div-block-45 {
  width: 320px;
  height: 400px;
  margin-top: 64px;
  display: block;
}

.text-block-29 {
  color: var(--dim-grey);
  justify-content: flex-start;
  margin-bottom: .5em;
  margin-left: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 700;
  display: flex;
}

.div-block-46 {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.text-block-30 {
  margin-left: 1em;
  font-family: Montserrat, sans-serif;
  font-size: .5em;
  line-height: 1.5em;
}

.text-block-31 {
  color: var(--teal);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 700;
  display: flex;
}

.text-block-31.subheadline {
  color: var(--dark-slate-grey);
  text-transform: none;
  font-size: 2em;
  font-weight: 400;
}

.text-block-31.banner {
  color: var(--azure);
  height: 100%;
  margin-bottom: 0;
}

.image-18 {
  width: 100%;
  height: 90%;
}

.slider-2 {
  height: 70%;
}

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

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

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

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 3fr 3fr 3fr;
  width: 100%;
}

.grid-bg {
  background-color: #fff;
  border-radius: 25px;
}

.text-block-32 {
  text-align: center;
  margin-top: .25em;
  margin-bottom: 2em;
  font-family: Montserrat, sans-serif;
}

.text-block-33 {
  color: var(--dark-slate-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 20%;
  margin-top: .25em;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 700;
  display: flex;
}

.div-block-47 {
  justify-content: center;
  display: flex;
}

.info {
  background-image: url('../images/bg_waschpark-2.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  display: flex;
}

.text-block-34 {
  color: var(--azure);
  text-align: center;
  margin-top: 0;
  margin-bottom: .5em;
  padding-top: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: underline;
}

.text-block-35 {
  text-align: center;
}

.text {
  color: var(--azure);
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-49 {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.text-block-36, .text-block-37 {
  width: 50%;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 75%;
  height: 75%;
}

.div-block-50 {
  background-image: url('../images/rectangel---PKW.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.div-block-50.lkw {
  background-image: url('../images/Group-64.png');
}

.div-block-50.wohnmobil {
  background-image: url('../images/Group-65.png');
}

.div-block-50.transporter {
  background-image: url('../images/Group-66.png');
}

.div-block-50.saugen {
  background-image: url('../images/saugen.png');
}

.div-block-50.zubeh-r {
  background-image: url('../images/zubehör.png');
}

.text-block-38 {
  color: var(--teal);
  text-align: center;
  margin-top: 1em;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.overview {
  background-image: url('../images/bg_waschpark.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.div-block-51 {
  max-width: 300px;
  margin-top: 16px;
}

.div-block-52 {
  align-items: flex-start;
  width: 40%;
  height: 100%;
  margin-top: 2em;
  display: flex;
  overflow: hidden;
}

.div-block-53 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-54 {
  flex-direction: row;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-top: 2em;
  display: flex;
  overflow: hidden;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-56 {
  width: 320px;
  height: 23%;
  margin-top: 0;
  display: block;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 40%;
}

.button-2 {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.button-2:hover {
  color: var(--dark-turquoise);
  background-color: #fff;
}

.div-block-57 {
  max-width: 300px;
  margin-top: 16px;
}

.div-block-58 {
  align-items: flex-start;
  width: 40%;
  height: 100%;
  margin-top: 2em;
  display: flex;
  overflow: hidden;
}

.div-block-59 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-60 {
  flex-direction: row;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-top: 2em;
  display: flex;
  overflow: hidden;
}

.div-block-61 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-62 {
  width: 320px;
  height: 23%;
  margin-top: 0;
  display: block;
}

.nav-link-3 {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

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

.nav-link {
  color: #fff;
  font-size: 20px;
}

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

.navbar {
  z-index: 999;
  background-color: var(--dark-turquoise);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-63 {
  width: 40%;
  height: 100%;
  display: flex;
}

.nav-menu {
  color: #fff;
  width: 90%;
}

.nav-link-2 {
  color: #fff;
  font-size: 20px;
}

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

.brand {
  background-image: url('../images/Autovermietung---Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  margin-left: 1em;
  margin-right: 1em;
}

.brand.container {
  background-image: url('../images/Containerdienst---Logo.png');
  margin-left: 1em;
  margin-right: 1em;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  text-decoration: underline;
}

.parent-div-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.container.about-us {
  padding-top: 0;
  display: flex;
}

.hover {
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  color: var(--dark-turquoise);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
}

.beruns {
  height: 1080px;
}

.beruns.aboutus {
  background-image: url('../images/bg_header.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 960px;
  display: flex;
  overflow: hidden;
}

.div-block-64 {
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  margin-left: 32px;
  margin-right: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  line-height: 32px;
}

.image_hs {
  width: 300px;
  height: 500px;
  margin-left: 32px;
  margin-right: 32px;
}

.image_hs.ave {
  position: relative;
  overflow: hidden;
}

.section {
  background-color: var(--dark-turquoise);
  justify-content: center;
  align-items: center;
  min-height: 120px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .image-16 {
    margin-top: 16px;
  }

  .div-block-39 {
    margin-top: 32px;
  }

  .div-block-40 {
    width: 100%;
    height: 60%;
    margin-top: 0;
  }

  .div-block-41 {
    flex-direction: column;
    width: 80%;
    height: 80%;
  }

  .html-embed-3 {
    width: 80%;
    height: 40%;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-42 {
    margin-top: 32px;
  }

  .copy {
    width: 100%;
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }

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

  .div-block-45 {
    width: 50%;
    height: 50%;
    margin-top: 0;
  }

  .div-block-51 {
    margin-top: 32px;
  }

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

  .div-block-53 {
    flex-direction: column;
    width: 80%;
    height: 80%;
  }

  .div-block-54 {
    width: 100%;
    height: 60%;
    margin-top: 0;
  }

  .div-block-56 {
    width: 50%;
    height: 50%;
    margin-top: 0;
  }

  .div-block-57 {
    margin-top: 32px;
  }

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

  .div-block-59 {
    flex-direction: column;
    width: 80%;
    height: 80%;
  }

  .div-block-60 {
    width: 100%;
    height: 60%;
    margin-top: 0;
  }

  .div-block-62 {
    width: 50%;
    height: 50%;
    margin-top: 0;
  }

  .text-block-12 {
    margin-top: 32px;
    margin-bottom: 24px;
    font-size: 24px;
  }

  .container {
    flex-direction: row;
    align-items: center;
    height: 50%;
  }

  .container.about-us {
    max-width: 80vw;
    height: 100%;
  }

  .hover {
    object-fit: cover;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .heading {
    margin-bottom: 32px;
    font-size: 42px;
  }

  .div-block-64 {
    flex-direction: column;
    justify-content: center;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 24px;
  }

  .image_hs.ave {
    width: 30%;
    height: 100%;
    margin-left: 0;
    margin-right: 8px;
  }

  .image-22 {
    object-fit: cover;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 1080px;
  }

  .div-block {
    width: 85%;
  }

  .div-block-25 {
    justify-content: center;
    padding: 0;
  }

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

  .div-block-27 {
    flex-direction: column;
    width: 85%;
  }

  .grid-3 {
    grid-column-gap: 8px;
    font-size: .5em;
  }

  .div-block-28 {
    background-position: 50%;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .div-block-29 {
    justify-content: center;
    padding: 0;
    display: flex;
  }

  .div-block-30 {
    justify-content: center;
    width: 100%;
    height: 50%;
    margin-top: 1em;
  }

  .headline.weg {
    margin-bottom: 1em;
    font-size: 2em;
  }

  .maps {
    align-items: flex-start;
    height: 800px;
    display: flex;
  }

  .div-block-37 {
    justify-content: flex-start;
    height: 960px;
  }

  .footer.waschpark {
    height: 720px;
  }

  .footer.autovermietung {
    height: 960px;
  }

  .image-16 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    display: none;
  }

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

  .div-block-40 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 50%;
  }

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

  .text-block-28 {
    display: none;
  }

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

  .html-embed-3 {
    justify-content: center;
    height: 30%;
    margin-top: 34px;
    display: flex;
  }

  .div-block-42 {
    align-self: center;
  }

  .copy {
    margin-bottom: 0;
    margin-left: 16px;
    font-size: 1em;
    line-height: 18px;
  }

  .copy.footer {
    text-align: center;
    padding-top: 8px;
    font-size: .7em;
    display: block;
    position: static;
  }

  .copy.footer.small {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
    padding-top: 0;
    font-size: .7em;
    line-height: 2em;
    display: block;
  }

  .copy.footer.small.impressum {
    margin-right: 8px;
    padding-right: 0;
  }

  .copy.footer {
    text-align: center;
    padding-top: 8px;
    font-size: .7em;
    position: static;
  }

  .copy.footer.small {
    margin-bottom: 0;
    margin-left: 8px;
    padding-top: 0;
    font-size: .7em;
  }

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

  .div-block-44 {
    justify-content: center;
    height: 30%;
  }

  .link-7 {
    font-size: .75em;
    font-weight: 400;
  }

  .link-7:hover {
    padding-left: 0;
    font-size: .75em;
  }

  .link-7.footer {
    color: #000;
  }

  .link-7.footer:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-45 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40%;
    display: flex;
  }

  .text-block-31 {
    height: 15%;
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .text-block-31.subheadline {
    height: 10%;
    font-size: 1em;
    line-height: 1em;
  }

  .slider-2 {
    height: 90%;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 3fr;
  }

  .grid-bg {
    display: block;
  }

  .text-block-32 {
    margin-bottom: 1em;
    font-size: .75em;
    line-height: 1.5em;
  }

  .text-block-33 {
    margin-top: .5em;
    font-size: 1.5em;
  }

  .div-block-47 {
    height: 0;
  }

  .info {
    height: 750px;
  }

  .text-block-34 {
    margin-top: 1em;
    font-size: 2em;
  }

  .text {
    font-size: .7em;
    line-height: 1.5em;
  }

  .div-block-48 {
    width: 85%;
  }

  .grid-5 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    width: 90%;
    height: 100%;
  }

  .text-block-38 {
    margin-top: .5em;
    font-size: 1.5em;
  }

  .overview {
    align-items: center;
    height: 1200px;
    display: flex;
  }

  .div-block-51 {
    align-self: center;
    margin-top: 0;
  }

  .div-block-52 {
    justify-content: center;
    height: 50%;
    display: block;
  }

  .div-block-53 {
    align-items: center;
    width: 90%;
    height: 100%;
  }

  .div-block-54 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50%;
  }

  .div-block-56 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40%;
    margin-top: 4em;
    font-size: 1em;
    display: flex;
  }

  .image-19 {
    height: 100%;
    display: none;
  }

  .grid-6 {
    grid-column-gap: 8px;
    align-items: center;
    height: 40%;
  }

  .button-2 {
    height: 50%;
    font-size: .5em;
  }

  .image-20, .image-21 {
    display: none;
  }

  .div-block-57 {
    align-self: center;
  }

  .div-block-58 {
    justify-content: center;
    height: 30%;
  }

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

  .div-block-60 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 50%;
  }

  .div-block-62 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40%;
    display: flex;
  }

  .nav-link-3, .nav-link, .menu-button, .menu-button.w--open {
    background-color: var(--dark-turquoise);
  }

  .div-block-63 {
    width: 80%;
  }

  .nav-link-2 {
    background-color: var(--dark-turquoise);
  }

  .brand {
    width: 100%;
    margin-left: .5em;
    padding-bottom: 0;
    padding-left: 0;
  }

  .brand.container {
    width: 100%;
    margin-left: .5em;
    margin-right: .5em;
  }

  .text-block-12 {
    font-size: 2em;
  }

  .container {
    flex-direction: row;
    height: 100%;
  }

  .container.about-us {
    flex-direction: column;
  }

  .heading {
    font-size: 2.5em;
  }

  .beruns.aboutus {
    background-size: cover;
    height: 250vh;
  }

  .text-block-11 {
    font-size: 1.5em;
  }

  .image_hs.ave {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 0;
  }
}

#w-node-f50ce821-635e-8ad6-9b72-171c3ded22f9-c153803b, #w-node-_1923aa9b-f34a-15f8-7f01-d14c88a73c39-c153803b, #w-node-_28ac043d-3002-0996-4f5f-d638e206cc68-c153803b, #w-node-_478f98e9-9cb7-ebbd-8dc6-4c9600b7dd4f-c153803b, #w-node-_1d5c0608-56b5-7998-eaf7-d0cbca8f461f-c153803b, #field.w-node-cc0880b0-1431-f9b4-95fa-77f67d6f0498-c153803b, #field-2.w-node-_6b287fd1-64b0-96f2-6fb0-60bfe4f731b6-c153803b, #w-node-_1c4e70d6-8bd3-d8e8-09a3-b50fd56283a5-c153803c, #w-node-_1c4e70d6-8bd3-d8e8-09a3-b50fd56283a7-c153803c, #w-node-_1c4e70d6-8bd3-d8e8-09a3-b50fd56283a9-c153803c, #w-node-_1c4e70d6-8bd3-d8e8-09a3-b50fd56283ab-c153803c, #w-node-f0816b5a-d94f-b136-474c-87b1ccb8db95-c153803c, #field.w-node-_457da56c-3b5e-f781-5682-129d9463b81f-c153803c, #field-2.w-node-_457da56c-3b5e-f781-5682-129d9463b820-c153803c, #field-4.w-node-_2d3db119-a313-98c4-1c23-9053aebe7c13-c153803c, #w-node-e4bd174f-2b13-848f-63f2-c116564a1a7a-c153803e, #w-node-_84e98f48-087b-5c2e-8e74-84d9f55ccd10-c153803e, #w-node-_389942f0-77a2-e5ed-9066-323fccf40231-c153803e, #w-node-_5deb2758-dc62-8605-cd69-eaa6c21de9e3-c153803e, #w-node-_90d2a793-7c5a-7932-37c4-ff0916415b9a-c153803e, #w-node-_8df7cfc4-e9b7-195c-0152-ff55224a18db-c153803e, #w-node-_554e8e7b-2e5a-0dd1-7893-8f96a5d1fb91-c153803e, #w-node-cab44f02-2ab8-b01b-ba63-a96d751e4d12-c153803e, #w-node-_512b2b46-e8f1-a37a-818a-848d40b338ca-c153803e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


