@charset "UTF-8";
@font-face {
  font-family: "Readex Pro";
  src: url("../font/readex/ReadexPro-Regular.eot");
  src: url("../font/readex/ReadexPro-Regular.eot?#iefix") format("embedded-opentype"), url("../font/readex/ReadexPro-Regular.woff2") format("woff2"), url("../font/readex/ReadexPro-Regular.woff") format("woff"), url("../font/readex/ReadexPro-Regular.ttf") format("truetype"), url("../font/readex/ReadexPro-Regular.svg#ReadexPro-Regular") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro Extra Light";
  src: url("../font/readex/ReadexPro-ExtraLight.eot");
  src: url("../font/readex/ReadexPro-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../font/readex/ReadexPro-ExtraLight.woff2") format("woff2"), url("../font/readex/ReadexPro-ExtraLight.woff") format("woff"), url("../font/readex/ReadexPro-ExtraLight.ttf") format("truetype"), url("../font/readex/ReadexPro-ExtraLight.svg#ReadexPro-ExtraLight") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro Bold";
  src: url("../font/readex/ReadexPro-Bold.eot");
  src: url("../font/readex/ReadexPro-Bold.eot?#iefix") format("embedded-opentype"), url("../font/readex/ReadexPro-Bold.woff2") format("woff2"), url("../font/readex/ReadexPro-Bold.woff") format("woff"), url("../font/readex/ReadexPro-Bold.ttf") format("truetype"), url("../font/readex/ReadexPro-Bold.svg#ReadexPro-ExtraLight") format("svg");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  max-width: 100vw;
  background-color: #ffffff;
}

.page {
  display: none;
}

#loading {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  background-color: #000000;
}

#loading img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 250px;
  height: 250px;
  -webkit-animation: logoLoadingPage 1.2s ease-in-out;
          animation: logoLoadingPage 1.2s ease-in-out;
}

@-webkit-keyframes logoLoadingPage {
  0% {
    width: 350px;
    height: 350px;
  }
  60% {
    width: 550px;
    height: 550px;
  }
  90% {
    width: 900px;
    height: 900px;
  }
}

@keyframes logoLoadingPage {
  0% {
    width: 350px;
    height: 350px;
  }
  60% {
    width: 550px;
    height: 550px;
  }
  90% {
    width: 900px;
    height: 900px;
  }
}

p {
  font-family: "Readex Pro Extra Light";
}

a,
h1 {
  font-family: "Readex Pro Bold";
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  z-index: 2;
  padding: 0.4rem 0;
  -webkit-transition: background-color, 0.3s ease-in-out;
  transition: background-color, 0.3s ease-in-out;
}

nav:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

nav a {
  text-decoration: none;
  font-size: 1.2em;
  margin: 0 0.9rem;
}

#nav-change-color {
  opacity: 0;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50%;
  width: 90%;
}

.nav-kontakt {
  position: relative;
  cursor: pointer;
  color: #ffffff;
  width: 200px;
  text-align: center;
  padding: 4px 0px;
  font-size: 1.4em;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border: 2px solid #ffffff;
}

.nav-kontakt::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 10px;
  background-color: #ffffff;
  -webkit-animation: buttonAnimationOut 0.3s ease-in-out;
          animation: buttonAnimationOut 0.3s ease-in-out;
  z-index: -1;
}

.nav-kontakt:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 10px;
  -webkit-animation: buttonAnimation 0.3s ease-in-out;
          animation: buttonAnimation 0.3s ease-in-out;
  z-index: -1;
}

.nav-kontakt:active {
  position: relative;
  top: 1px;
}

.nav-logo {
  height: 90px;
  width: 100px;
  background-image: url("../media/logo-ms-infinity.png");
  background-size: 130px 130px;
  background-position: center;
}

.nav-logo h1 {
  height: 60px;
  width: 60px;
}

.nav-links {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-links a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #ffffff;
  -webkit-animation: navLinksOut 0.3s ease-in-out;
          animation: navLinksOut 0.3s ease-in-out;
}

.nav-links a:hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-animation: navLinks 0.3s ease-in-out;
          animation: navLinks 0.3s ease-in-out;
}

@-webkit-keyframes navLinks {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes navLinks {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes navLinksOut {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

@keyframes navLinksOut {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

.hideTextAnimation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.home-page-section {
  background-color: aqua;
  max-width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.home-page-section div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000000a4;
}

.home-page-section h1 {
  font-size: 4em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.2);
  overflow: hidden;
  letter-spacing: 4px;
}

.home-page-section video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page-section a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 1.5em;
  width: 200px;
  text-align: center;
  padding: 4px 0px;
  text-decoration: none;
  margin-top: 2rem;
  z-index: 1;
  overflow: hidden;
}

.home-page-section a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 10px;
  background-color: #ffffff;
  -webkit-animation: buttonAnimationOut 0.3s ease-in-out;
          animation: buttonAnimationOut 0.3s ease-in-out;
  z-index: -1;
}

.home-page-section a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 10px;
  background-color: #ffffff;
  -webkit-animation: buttonAnimation 0.3s ease-in-out;
          animation: buttonAnimation 0.3s ease-in-out;
  z-index: -1;
  -webkit-transition: width 1s;
  transition: width 1s;
}

@-webkit-keyframes buttonAnimation {
  from {
    left: -10px;
    width: 10px;
  }
  to {
    left: 110%;
    width: 100%;
  }
}

@keyframes buttonAnimation {
  from {
    left: -10px;
    width: 10px;
  }
  to {
    left: 110%;
    width: 100%;
  }
}

@-webkit-keyframes buttonAnimationOut {
  from {
    left: 110%;
    width: 100%;
  }
  to {
    left: -10px;
    width: 10px;
  }
}

@keyframes buttonAnimationOut {
  from {
    left: 110%;
    width: 100%;
  }
  to {
    left: -10px;
    width: 10px;
  }
}

.home-page-section a:active {
  position: relative;
  top: 1px;
}

.ueberuns-section {
  height: 60vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f3f3f3;
}

#ueberuns {
  scroll-margin-top: 100px;
}

#leistungen-text {
  font-family: "Readex Pro Bold";
}

.ueberuns-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ueberuns-text h1 {
  font-size: 3em;
  color: #000000;
}

.ueberuns-text p {
  font-size: 1.3em;
  width: 830px;
  color: #595959;
  margin-bottom: 1rem;
}

.ueberuns-text ul {
  list-style: square outside none;
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ueberuns-text ul li {
  font-family: "Readex Pro Extra Light";
  padding: 1px 0;
}

.ueber-uns-second-div {
  margin-left: 4rem;
}

.ueberuns-text a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  padding: 6px 40px;
  text-decoration: none;
  z-index: 1;
  font-size: 1.5em;
  overflow: hidden;
  border: 2px solid #000000;
  margin-top: 1rem;
}

.ueberuns-text a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 10px;
  background-color: #000000;
  -webkit-animation: buttonAnimationOut 0.3s ease-in-out;
          animation: buttonAnimationOut 0.3s ease-in-out;
  z-index: -1;
}

.ueberuns-text a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 10px;
  -webkit-animation: buttonAnimation 0.3s ease-in-out;
          animation: buttonAnimation 0.3s ease-in-out;
  z-index: -1;
}

.ueberuns-text a:active {
  position: relative;
  top: 1px;
}

.ueberuns-img {
  height: 100%;
  width: 40%;
  background-image: url(../media/team-img.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

.auto-section {
  width: 100vw;
  height: auto;
  padding: 4rem 0;
}

#autos-section-title {
  font-size: 4em;
  text-align: center;
  margin: 2rem 0;
}

.auto-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
            justify-content: center;
  width: 100%;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.autos-div {
  width: calc(100% / 3 - 30px);
  background-color: #000000;
  margin: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #333333 0px 0px 0px 3px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #333333 0px 0px 0px 3px;
  -webkit-transition: -webkit-box-shadow ease 0.2s;
  transition: -webkit-box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s, -webkit-box-shadow ease 0.2s;
}

.autos-div img {
  width: 100%;
}

.autos-div div h1 {
  white-space: nowrap;
  color: #ffffff;
  font-size: 1em;
  padding: 10px 0;
  margin-left: 8px;
}

.autos-div a {
  text-decoration: none;
}

.autos-div:hover {
  background-color: #ffd900;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #ffd900 0px 0px 0px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #ffd900 0px 0px 0px 6px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, $gold 0px 0px 0px 3px; */
}

.autos-div:hover div h1 {
  color: #000000;
}

#weniger-zeigen-auto {
  display: none;
}

.materialien-section {
  width: 100vw;
  padding: 2rem 0;
  margin-bottom: 5rem;
}

#materialien {
  scroll-margin-top: 50px;
}

#materialien-section-title {
  font-size: 4em;
  text-align: center;
  padding: 3rem 0;
}

.materialien-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.materialien-div {
  padding: 2rem;
  height: 435px;
  width: 435px;
  position: relative;
  margin-right: 10px;
}

.materialien-div img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.materialien-div a {
  text-decoration: none;
  color: #000000;
}

.materialien-div h1 {
  font-size: 1.5em;
  -webkit-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
}

.materialien-div:hover {
  cursor: pointer;
}

.materialien-div:hover img {
  opacity: 0.3;
}

.materialien-div:hover::after {
  content: "🔗Mehr Info";
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 2em;
  font-family: "Readex Pro Bold";
  opacity: 1;
}

.materialien-div:hover h1 {
  margin-top: 5px;
}

.mehr-weniger-button {
  margin-top: 2rem;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #000000;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 17px;
  padding: 16px 31px;
  text-decoration: none;
  font-family: "Readex Pro Bold";
  border: 2px solid #000000;
}

.mehr-weniger-button:hover {
  background-color: #ffffff;
  color: #000000;
}

.mehr-weniger-button:active {
  position: relative;
  top: 1px;
}

.kontakt-section {
  width: 100vw;
  background-color: #f3f3f3;
}

.iframe-map {
  width: 60%;
}

#kontakt {
  scroll-margin-top: 150px;
}

.kontakt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kontakt-text-div {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kontakt-text-div ul {
  list-style: none;
}

.kontakt-text-div h1 {
  font-size: 3em;
}

.kontakt-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 100px;
}

.kontakt-title a {
  margin-left: 1rem;
}

.kontakt-title h1 {
  margin-right: 1rem;
}

.kontakt-title img {
  width: 35px;
}

.kontakt-title img:hover {
  padding: 2px;
  border-radius: 5px;
}

.list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
  padding: 5px;
  width: 100%;
  text-decoration: none;
  color: #000000;
  font-size: 1.4em;
  font-family: "Readex Pro Extra Light" !important;
  white-space: nowrap;
}

.contact-list:hover {
  background-color: #ffd900;
  border-radius: 5px;
}

.link-list-kontakt {
  margin-left: 2rem;
}

.footer-section {
  background-color: #2c2c2c;
  color: #ffffff;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
}

.footer-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer-logo {
  width: 30%;
}

.footer-logo img {
  width: 300px;
}

.footer-text {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-text h1 {
  font-size: 2.2em;
  cursor: default;
}

.footer-text a {
  position: relative;
  font-family: "Readex Pro Extra Light";
  font-size: 1.4em;
  color: #ffffff;
  text-decoration: none;
  margin-top: 0.5rem;
}

.footer-text a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #ffffff;
  -webkit-animation: navLinksOut 0.3s ease-in-out;
          animation: navLinksOut 0.3s ease-in-out;
}

.footer-text a:hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-animation: navLinks 0.3s ease-in-out;
          animation: navLinks 0.3s ease-in-out;
}

.footer-text a:active {
  position: relative;
  top: 1px;
}

.footer-text div {
  padding: 3rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#copyright-text {
  padding: 1rem;
}

#createdbyenis {
  color: #ffffff;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

#createdbyenis::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}

#createdbyenis:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

#createdbyenis:active {
  position: relative;
  top: 1px;
}

.lg-sub-html {
  margin-bottom: 2rem;
}

.lg-sub-html p {
  font-size: 1.2em !important;
}

.lg-image {
  width: 400px !important;
}

.mobil-nav {
  display: none;
}

.hamburgerMenuColor {
  background-color: #000000 !important;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 5;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #000000;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mySlides img {
  max-width: 100%;
  max-height: calc(100% - 100px);
  /* margin-bottom: 100px; */
}

.slide-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 0px;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 5px 10px;
}

.slide-text h1 {
  color: #000000;
}

.slide-text p {
  color: #000000;
  text-align: center;
  font-size: 1.2em;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 15px;
  border-radius: 3px 0 0 3px;
  background-color: rgba(0, 0, 0, 0.8);
}

/* On hover, add a black background color with a little bit see-through */
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 1.2em;
  position: absolute;
  top: 25px;
  left: 25px;
}

@media only screen and (max-width: 1550px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-logo,
  .footer-text {
    width: auto;
  }
}

@media only screen and (max-width: 1450px) {
  .ueberuns-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 2rem 0 0 0;
  }
  .ueberuns-section a {
    margin-left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .ueberuns-section h2 {
    margin-bottom: 1rem;
  }
  .ueberuns-img {
    margin-top: 1rem;
    height: 500px;
    width: 500px;
  }
}

@media only screen and (max-width: 1060px) {
  .home-page-section h1 {
    font-size: 3em;
  }
  .home-page-section a {
    width: 170px;
  }
  .ueberuns-text {
    width: 100%;
    padding: 0 2rem;
  }
  .ueberuns-text p {
    padding-right: 1rem;
    width: auto;
    overflow-wrap: break-word;
  }
  .autos-div {
    min-width: 270px;
  }
  .materialien-div {
    margin-right: 0px;
  }
  .materialien-div img {
    min-width: 270px;
  }
  .kontakt-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .kontakt-text-div {
    width: 100%;
    padding: 1rem 0;
  }
  .iframe-map {
    width: 100%;
  }
  .footer-text div {
    padding: 1rem;
  }
  #kontakt {
    scroll-margin-top: 100px;
  }
}

@media only screen and (max-width: 850px) {
  .home-page-section h1 {
    font-size: 2em;
  }
  .home-page-section a {
    width: 140px;
    font-size: 1.3em;
  }
  #autos-section-title {
    font-size: 3em;
  }
  #materialien-section-title {
    font-size: 3em;
  }
  .footer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #copyright-text {
    text-align: center;
  }
  .kontakt-title {
    height: auto;
  }
  .kontakt-title h1 {
    font-size: 2em;
  }
  .kontakt-text-div img {
    width: 25px;
  }
  .nav-container {
    display: none;
  }
  .contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border: 2px solid #000000;
  }
  .contact-list a {
    margin: 0;
  }
  nav a {
    margin: 0;
  }
  .mobil-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    position: fixed;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobil-nav a {
    width: 10px;
  }
  .mobil-nav h1 {
    font-size: 2em;
    color: #000000;
  }
  .mobile-nav-links {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow: none;
    height: 100vh;
    width: 100vw;
    background: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 22;
  }
  .mobile-nav-links a {
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #000000;
    text-align: center;
    font-size: 2em;
    padding: 1.5rem 0;
  }
  .mobile-nav-links a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #000000;
    -webkit-animation: navLinksOut 0.3s ease-in-out;
            animation: navLinksOut 0.3s ease-in-out;
  }
  .mobile-nav-links a:hover::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    -webkit-animation: navLinks 0.3s ease-in-out;
            animation: navLinks 0.3s ease-in-out;
  }
  .mobile-nav-links a:active {
    position: relative;
    top: 1px;
  }
  .nav-logo {
    height: 90px;
    width: 100px;
    background-size: 130px 130px;
  }
  .lines-div {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    margin-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 99;
  }
  .menu-lines {
    display: block;
    background-color: #ffffff;
    height: 4px;
    width: 40px;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  .menu-lines::before, .menu-lines::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #ffffff;
    top: 10px;
    height: 4px;
    width: 45px;
    border-radius: 2px;
  }
  .menu-lines::after {
    top: 35px;
    width: 45px;
  }
  .materialien-div {
    padding: 1rem;
  }
}

@media only screen and (max-width: 600px) {
  .autos-div {
    width: 100%;
  }
  .ueberuns-text ul {
    flex-direction: column;
    align-items: flex-start
  }
  .ueber-uns-second-div {
    margin: 0;
  }
}

@media only screen and (max-width: 530px) {
  .home-page-section h1 {
    font-size: 1.7em;
  }
  .home-page-section a {
    width: 120px;
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 470px) {
  .home-page-section h1 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 400px) {
  .home-page-section h1 {
    font-size: 1.3em;
  }
  .home-page-section a {
    width: 100px;
    font-size: 1em;
  }
  .footer-text div {
    padding: 1rem 0;
  }
  .auto-section {
    padding: 0;
  }
  .mehr-weniger-button {
    font-size: 1em;
    padding: 14px 25px;
  }
}

@media only screen and (max-width: 350px) {
  .footer-text div {
    padding: 1rem 0;
  }
}

.menuActive {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
/*# sourceMappingURL=styles.css.map */