@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
html:focus-within {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

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

.Wave-top {
  width: 100%;
  background-color: transparent;
}

.noscroll footer .navbar {
  -webkit-transform: translate(0, 150%);
          transform: translate(0, 150%);
}

.scrolled footer .navbar {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.tel-animation {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  -webkit-animation: shake-animation 3.72s ease infinite;
          animation: shake-animation 3.72s ease infinite;
}

@-webkit-keyframes shake-animation {
  0% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(3deg);
            transform: translate(0.5px, 0.5px) rotate(3deg);
  }
  1% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(-3deg);
            transform: translate(0.5px, 0.5px) rotate(-3deg);
  }
  2% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(-3deg);
            transform: translate(0.5px, 0.5px) rotate(-3deg);
  }
  3% {
    -webkit-transform: translate(1px, 1px) rotate(3deg);
            transform: translate(1px, 1px) rotate(3deg);
  }
  4% {
    -webkit-transform: translate(1px, 1px) rotate(-3deg);
            transform: translate(1px, 1px) rotate(-3deg);
  }
  5% {
    -webkit-transform: translate(1px, 1px) rotate(3deg);
            transform: translate(1px, 1px) rotate(3deg);
  }
  6% {
    -webkit-transform: translate(1px, 1px) rotate(-3deg);
            transform: translate(1px, 1px) rotate(-3deg);
  }
  7% {
    -webkit-transform: translate(1px, 1px) rotate(3deg);
            transform: translate(1px, 1px) rotate(3deg);
  }
  8% {
    -webkit-transform: translate(1px, 1px) rotate(-3deg);
            transform: translate(1px, 1px) rotate(-3deg);
  }
  9% {
    -webkit-transform: translate(1px, 1px) rotate(3deg);
            transform: translate(1px, 1px) rotate(3deg);
  }
  10% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
}

@keyframes shake-animation {
  0% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(3deg);
            transform: translate(0.5px, 0.5px) rotate(3deg);
  }
  1% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(-3deg);
            transform: translate(0.5px, 0.5px) rotate(-3deg);
  }
  2% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(-3deg);
            transform: translate(0.5px, 0.5px) rotate(-3deg);
  }
  3% {
    -webkit-transform: translate(1px, 1px) rotate(3deg);
            transform: translate(1px, 1px) rotate(3deg);
  }
  4% {
    -webkit-transform: translate(1px, 1px) rotate(-3deg);
            transform: translate(1px, 1px) rotate(-3deg);
  }
  5% {
    -webkit-transform: translate(1px, 1px) rotate(3deg);
            transform: translate(1px, 1px) rotate(3deg);
  }
  6% {
    -webkit-transform: translate(1px, 1px) rotate(-3deg);
            transform: translate(1px, 1px) rotate(-3deg);
  }
  7% {
    -webkit-transform: translate(1px, 1px) rotate(3deg);
            transform: translate(1px, 1px) rotate(3deg);
  }
  8% {
    -webkit-transform: translate(1px, 1px) rotate(-3deg);
            transform: translate(1px, 1px) rotate(-3deg);
  }
  9% {
    -webkit-transform: translate(1px, 1px) rotate(3deg);
            transform: translate(1px, 1px) rotate(3deg);
  }
  10% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
}

nav {
  padding: 10px 100px 10px 100px;
  background-color: #233451;
}

nav .phone {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .phone svg {
  color: white;
  width: 25px;
  height: 25px;
  padding-right: 5px;
}

nav .email {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .email svg {
  color: white;
  width: 25px;
  height: 25px;
  padding-right: 5px;
}

nav .navbar-brand {
  padding-top: 0px !important;
  font-weight: normal;
  font-family: arial, sans-serif;
  color: white;
  font-size: 24px;
  padding-bottom: 0px;
}

nav .navbar-brand span {
  color: #FF9102;
}

nav .pr5 {
  padding-right: 10px;
}

nav .Location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-family: arial, sans-serif;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .Location .text1 {
  font-size: 24px;
  margin: 0;
}

nav .Highlite1 {
  background-color: #FF9102 !important;
  width: auto-50px;
  height: auto;
  border-radius: 20px;
  padding: 2px 10px 2px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-filter: drop-shadow(5px 5px 2px #223a44);
          filter: drop-shadow(5px 5px 2px #223a44);
}

nav .Highlite2 {
  background-color: #FF9102 !important;
  width: auto-50px;
  height: auto;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-filter: drop-shadow(5px 5px 2px #223a44);
          filter: drop-shadow(5px 5px 2px #223a44);
}

nav .navbar-brand:hover {
  color: white !important;
}

nav a {
  font-weight: bold;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif, sans-serif;
  color: white !important;
}

nav a:hover {
  color: gray !important;
}

nav .nav-link {
  border-radius: 25px !important;
}

nav .active {
  background-color: #FF9102 !important;
  width: auto-50px;
  height: auto;
  border-radius: 20px;
}

nav .spacer {
  padding-right: 20px;
}

.verlassen {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  z-index: 1024;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
}

.popup_inner {
  border-radius: 50px;
  max-width: 700px;
  width: 80%;
  padding: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 5px solid #233451;
  border-radius: 3px;
  background: #FF9102;
  color: white;
  font-weight: bold;
}

.popup_inner h2 {
  margin-top: 0;
}

.popup_close {
  cursor: pointer;
  width: 34px;
  height: 34px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  background-color: #233451;
  background-image: url(../img/close.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  color: #233451;
  border: 3px solid #233451;
}

.popup_close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  text-decoration: none;
}

.popup_close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  text-decoration: none;
}

.popup-angebot {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  font-size: 17px;
  margin-top: 40px;
  padding: 20px;
  background-color: #FF9102;
  color: #fff;
  border: 3px solid #FF9102;
}

.hero {
  background-image: url("../img/pexels-mike-215528.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-filter: drop-shadow(2px 2px 5px #323d42);
          filter: drop-shadow(2px 2px 5px #323d42);
}

.hero .hero-padding {
  padding: 70px 100px 50px 100px;
}

.hero .top-hero {
  padding-left: 80px;
}

.hero .Sign h1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif, sans-serif;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  color: white !important;
}

.hero .textbox1 {
  padding-top: 55px;
}

.hero .textbox2 {
  padding-top: 5px;
}

.hero .lowerText {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif, sans-serif;
  color: white !important;
}

.hero .Highlite1 {
  background-color: #FF9102 !important;
  width: auto;
  height: auto;
  border-radius: 20px;
  padding: 2px 10px 2px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  -webkit-filter: drop-shadow(10px 10px 4px #5f5f5f);
          filter: drop-shadow(10px 10px 4px #5f5f5f);
}

.hero .Highlite2 {
  background-color: rgba(0, 0, 0, 0.3);
  width: auto;
  height: auto;
  padding: 2px 10px 2px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}

.hero .main-hero {
  padding: 50px 0px 0px 0px;
}

.hero .main-hero .col-lg-4 {
  max-width: 450px;
}

.hero .main-hero .sheet {
  min-width: 390px !important;
  background-color: white;
  margin: 0 !important;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  text-align: center;
  padding: 5px 5px 20px 5px;
}

.hero .main-hero .sheet .row {
  min-width: 390px !important;
}

.hero .main-hero .sheet .Text {
  padding: 15px 0px 10px 0px;
}

.hero .main-hero .sheet .Text h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.hero .main-hero .sheet h1 {
  color: black;
  font-size: 30px;
  padding: 10px 0px 10px 0px;
}

.hero .main-hero .sheet .Picture {
  padding: 0px 0px 20px 0px;
}

.hero .main-hero .sheet .Picture img {
  border-radius: 20px;
}

.hero .main-hero .sheet .quote {
  padding: 0px 0px 20px 0px;
}

.hero .main-hero .sheet .Contact {
  color: #FF9102;
}

.hero .main-hero .sheet .Contact h3 {
  font-size: 45px;
  font-weight: bold;
}

.hero .main-hero .sheet .Highliteblue {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2a4f5f !important;
  height: auto;
  padding: 2px 10px 2px 7px;
  justify-content: center;
  vertical-align: middle;
}

.hero .main-hero .sheet .phone-number {
  padding: 20px 0px 15px 0px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .main-hero .sheet .phone-number h4 {
  color: white;
  margin: 0 !important;
  font-size: 30px;
  padding-bottom: 3px;
}

.hero .main-hero .sheet .phone-number svg {
  padding-top: 2px;
  color: white;
  width: 34px;
  height: 34px;
  padding-right: 5px;
}

.hero .main-hero .sheet .Formular {
  padding: 30px 0px 0px 0px;
}

.hero .main-hero .sheet .Formular .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .main-hero .sheet .Formular .contact .field {
  padding-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero .main-hero .sheet .Formular .contact .field small {
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  font-weight: normal;
  color: #333;
  border: none;
  text-decoration: none;
  font-size: 0.8rem;
  padding-left: 0.93333em;
  -webkit-filter: drop-shadow(2px 2px 1px #a0a0a0);
          filter: drop-shadow(2px 2px 1px #a0a0a0);
}

.hero .main-hero .sheet .Formular .contact input {
  -webkit-filter: drop-shadow(5px 5px 2px #a0a0a0);
          filter: drop-shadow(5px 5px 2px #a0a0a0);
  width: 300px;
  height: 50px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid #FF9102;
  padding-left: 5px;
}

.hero .main-hero .sheet .Formular .car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px 20px 0px;
}

.hero .main-hero .sheet .Formular .car .field {
  padding-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero .main-hero .sheet .Formular .car .field small {
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  font-weight: normal;
  color: #333;
  border: none;
  text-decoration: none;
  font-size: 0.8rem;
  padding-left: 0.93333em;
  -webkit-filter: drop-shadow(2px 2px 1px #a0a0a0);
          filter: drop-shadow(2px 2px 1px #a0a0a0);
}

.hero .main-hero .sheet .Formular .car input {
  -webkit-filter: drop-shadow(5px 5px 2px #a0a0a0);
          filter: drop-shadow(5px 5px 2px #a0a0a0);
  width: 300px;
  height: 50px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid #FF9102;
  padding-left: 5px;
}

.hero .main-hero .sheet .Formular a {
  color: blue !important;
}

.hero .main-hero .sheet .Formular .absenden {
  padding: 20px 0px 20px 0px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  -webkit-filter: drop-shadow(5px 5px 2px #a0a0a0);
          filter: drop-shadow(5px 5px 2px #a0a0a0);
}

.hero .main-hero .sheet .Formular .absenden input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  border: #FF9102;
}

.hero .main-hero .sheet .Formular .absenden .btn-primary {
  background-color: #FF9102;
  width: auto;
  height: auto;
  padding: 5px 15px 5px 15px;
}

.hero .main-hero .sheet .Formular .absenden .btn-primary:hover {
  background-color: #e48202 !important;
}

.hero .main-hero .sheet .decoration .row {
  padding: 38px 7px 15px 7px;
}

.hero .main-hero .sheet .decoration .row .orange1 {
  background-color: #FF9102;
}

.hero .main-hero .sheet .decoration .row .orange2 {
  background-color: #f38a00;
}

.hero .main-hero .sheet .decoration .row .orange3 {
  background-color: #e98400;
}

.hero .main-hero .sheet .decoration .row .col {
  height: 130px;
  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;
}

.hero .main-hero .sheet .decoration .row .col .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .main-hero .sheet .decoration .row .col .num h2 {
  background-color: #467F98 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
}

.hero .main-hero .sheet .decoration .row .col .text {
  color: white;
}

.kaufen {
  background-color: #f3f3f3;
}

.kaufen .content {
  padding: 100px 100px 100px 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;
  text-align: center;
}

.kaufen .content .highlight {
  background-color: white !important;
  width: auto;
  height: auto;
  border-radius: 20px;
  padding: 2px 10px 2px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  -webkit-filter: drop-shadow(10px 10px 4px #a0a0a0);
          filter: drop-shadow(10px 10px 4px #a0a0a0);
}

.kaufen .content .header {
  color: #FF9102;
  font-weight: bold;
}

.kaufen .content .text {
  padding: 40px 0px 60px 0px;
}

.kaufen .content .table {
  padding-top: 20px;
  border-color: #f3f3f3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
}

.kaufen .content .table th {
  font-size: 20px;
  max-width: 20px;
}

.kaufen .content .liste {
  padding: 30px 0px 20px 0px;
}

.kaufen .content .liste .col {
  padding: 0px 30px 0px 30px;
}

.kaufen .content .liste .col li {
  text-align: left;
  font-weight: bold;
  font-size: 24px;
}

.tip {
  background-color: white;
}

.tip .content {
  padding: 50px 200px 50px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tip .content .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tip .content .header .highlight {
  background-color: #2A6A86 !important;
  width: 85px;
  height: auto;
  border-radius: 20px;
  padding: 2px 10px 2px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  -webkit-filter: drop-shadow(10px 10px 4px #a0a0a0);
          filter: drop-shadow(10px 10px 4px #a0a0a0);
}

.tip .content .header h1 {
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.tip .content .first-content {
  padding: 50px 0px 20px 0px;
}

.tip .content .first-content .row .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tip .content .first-content .row .pic img {
  width: 80%;
  height: auto;
}

.tip .content .first-content .row .conn {
  padding: 0px 60px 0px 80px;
}

.tip .content .first-content .row .conn .upper-content {
  padding-bottom: 20px;
}

.tip .content .first-content .row .conn .upper-content h1 {
  font-size: 30px;
}

.tip .content .first-content .row .conn h3 {
  font-size: 25px;
}

.tip .content .second-content {
  padding: 0px 0px 20px 0px;
}

.tip .content .second-content .row .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tip .content .second-content .row .pic img {
  width: 80%;
  height: auto;
}

.tip .content .second-content .row .conn {
  padding: 0px 60px 0px 80px;
}

.tip .content .second-content .row .conn .upper-content {
  padding-bottom: 20px;
}

.tip .content .second-content .row .conn .upper-content h1 {
  font-size: 30px;
}

.tip .content .second-content .row .conn h3 {
  font-size: 25px;
}

.ueber_uns {
  background-color: white;
}

.ueber_uns .content {
  padding: 50px 100px 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ueber_uns .content .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ueber_uns .content .header .highlight {
  background-color: #2A6A86 !important;
  width: 188px;
  height: auto;
  border-radius: 20px;
  padding: 2px 10px 2px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  -webkit-filter: drop-shadow(10px 10px 4px #a0a0a0);
          filter: drop-shadow(10px 10px 4px #a0a0a0);
}

.ueber_uns .content .header h1 {
  font-size: 40px;
  font-weight: bold;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.ueber_uns .content .text {
  padding: 50px 50px 50px 50px;
  text-align: center;
}

.ueber_uns .content .text h2 {
  font-weight: normal;
  font-size: 25px;
}

.owl-carousel .owl-item img {
  height: 80px;
  width: auto !important;
  border-radius: 20px;
  border: 1px solid black;
  -webkit-filter: drop-shadow(5px 5px 2px #a0a0a0);
          filter: drop-shadow(5px 5px 2px #a0a0a0);
}

.wrapper_bewertungen {
  height: 400px;
}

.wrapper_bewertungen h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}

.wrapper_bewertungen h5 {
  text-align: center;
}

.wrapper_bewertungen .bewertungen_wrap {
  width: calc(100% - 20px);
  max-width: 1100px;
  margin: 0 auto;
}

.wrapper_bewertungen .bewertungen_wrap .center {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wrapper_bewertungen .bewertungen_wrap .center .testimonial {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-transition: all 1s;
  transition: all 1s;
  padding: 20px 20px 10px;
  background-color: white;
  color: black;
  border: 6px solid #467F98;
  margin: 20px;
}

.wrapper_bewertungen .bewertungen_wrap .center .testimonial .title {
  padding-top: 10px;
  border-top: 3px solid #fff;
}

.wrapper_bewertungen .bewertungen_wrap .center .testimonial .title span {
  font-size: 15px;
}

.wrapper_bewertungen .bewertungen_wrap .center .testimonial .active .Picture {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.wrapper_bewertungen .bewertungen_wrap .center .testimonial .active .Picture img {
  height: 60px;
  width: auto;
}

.wrapper_bewertungen .bewertungen_wrap .center .testimonial .Picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper_bewertungen .bewertungen_wrap .center .testimonial .Picture img {
  height: 80px;
  width: auto;
  border-radius: 20px;
  border: 1px solid black;
  -webkit-filter: drop-shadow(5px 5px 2px #a0a0a0);
          filter: drop-shadow(5px 5px 2px #a0a0a0);
}

.bieten .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 100px 50px 100px;
  background-color: #E0E0E0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bieten .content .header {
  padding: 20px 0px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bieten .content .header .highlight {
  background-color: #2A6A86 !important;
  width: 500px;
  height: auto;
  border-radius: 20px;
  padding: 2px 10px 2px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  -webkit-filter: drop-shadow(10px 10px 4px #a0a0a0);
          filter: drop-shadow(10px 10px 4px #a0a0a0);
}

.bieten .content .header h1 {
  font-size: 40px;
  font-weight: bold;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.bieten .content .cards {
  padding-bottom: 20px;
}

.bieten .content .cards .cards_header {
  padding: 20px 0px 90px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bieten .content .cards .cards_header .highlight {
  background-color: white !important;
  width: 700px;
  height: auto;
  border-radius: 20px;
  padding: 2px 10px 2px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  -webkit-filter: drop-shadow(10px 10px 4px #a0a0a0);
          filter: drop-shadow(10px 10px 4px #a0a0a0);
}

.bieten .content .cards .cards_header h1 {
  font-size: 50px;
  font-weight: bold;
  color: #FF9102;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 0px #ffffff) !important;
          filter: drop-shadow(0px 0px 0px #ffffff) !important;
}

.bieten .content .cards .cards_header h3 {
  font-size: 25px;
  font-weight: normal;
  color: #FF9102;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 0px !important;
}

.bieten .content .cards .card_content {
  padding-bottom: 20px;
}

.bieten .content .cards .card_content .col-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

.bieten .content .cards .card_content .card {
  padding-bottom: 20px;
  min-height: 720px;
  width: 400px;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bieten .content .cards .card_content .card .highlight {
  background-color: #FF9102 !important;
  width: auto;
  height: auto;
  border-radius: 1000000000px;
  padding: 5px 25px 5px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}

.bieten .content .cards .card_content .card .highlight h1 {
  color: white;
}

.bieten .content .cards .card_content .card .num {
  padding: 20px 0px 20px 0px;
}

.bieten .content .cards .card_content .card .head {
  padding-bottom: 10px;
}

.bieten .content .cards .card_content .card .head h2 {
  font-weight: bold;
  color: #FF9102;
}

.bieten .content .cards .card_content .card .blob_for {
  width: 160px;
  height: 160px;
  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;
  background-image: url("../img/svg/Formular_blob.svg");
  background-repeat: no-repeat;
  background-size: 160px 160px;
}

.bieten .content .cards .card_content .card .blob_mon {
  width: 160px;
  height: 160px;
  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;
  background-image: url("../img/svg/Angebot_blob.svg");
  background-repeat: no-repeat;
  background-size: 160px 160px;
}

.bieten .content .cards .card_content .card .blob_ver {
  width: 160px;
  height: 160px;
  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;
  background-image: url("../img/svg/Vertrag_blob.svg");
  background-repeat: no-repeat;
  background-size: 160px 160px;
}

.bieten .content .cards .card_content .card .blob_car {
  width: 160px;
  height: 160px;
  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;
  background-image: url("../img/svg/Abholung_blob.svg");
  background-repeat: no-repeat;
  background-size: 160px 160px;
}

.bieten .content .cards .card_content .card .text {
  padding: 40px 60px 20px 60px;
  text-align: center;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.bieten .content .cards .card_content .card .text span {
  color: #FF9102;
}

.bieten .content .payment {
  padding: 50px 0px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.bieten .content .payment h1 {
  text-align: center;
}

.bieten .content .payment .blobs {
  padding-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bieten .content .payment .blobs .row > * {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bieten .content .payment .blobs .row .col {
  padding: 0px 100px 0px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bieten .content .payment .blobs .row .col .Paypal {
  background-image: url("../img/svg/paypal_blob.svg");
  background-repeat: no-repeat;
  background-size: 150px 150px;
}

.bieten .content .payment .blobs .row .col .BarZahlung {
  background-image: url("../img/svg/Barzahlung_blob.svg");
  background-repeat: no-repeat;
  background-size: 150px 150px;
}

.bieten .content .payment .blobs .row .col .Bank {
  background-image: url("../img/svg/Bank_blob.svg");
  background-repeat: no-repeat;
  background-size: 150px 150px;
}

.bieten .content .payment .lowertext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
}

.bieten .content .contact_section {
  padding: 0px 0px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.bieten .content .contact_section .phone-number {
  padding: 20px 5px 20px 5px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bieten .content .contact_section .phone-number .Highliteblue {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF9102 !important;
  height: auto;
  padding: 5px 15px 5px 15px;
  justify-content: center;
  vertical-align: middle;
}

.bieten .content .contact_section .phone-number h4 {
  color: white;
  margin: 0 !important;
  font-size: 35px;
  padding-bottom: 3px;
  font-weight: bold;
}

.bieten .content .contact_section .phone-number svg {
  padding-top: 5px;
  color: white;
  width: 39px;
  height: 39px;
  padding-right: 5px;
}

.bieten .content .contact_section .alt_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0px 30px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.bieten .content .contact_section .alt_text h3 {
  font-weight: bold;
}

.bieten .content .contact_section .knopf {
  padding: 20px 0px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bieten .content .contact_section .knopf button {
  font-family: poppins, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: white;
  border-style: none;
}

.bieten .content .contact_section .knopf button a {
  text-decoration: none !important;
  color: white !important;
}

.bieten .content .contact_section .knopf button a:hover {
  color: gray !important;
}

.bieten .content .contact_section .knopf .Contact-me-Button {
  background-color: #FF9102;
  border-radius: 25px;
  width: auto;
  height: auto;
  padding: 5px 15px 5px 15px;
}

.wrapper_aufklappen .aufklappen_wrap {
  padding: 50px 0px 50px 0px;
}

footer a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .navbar {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  background: #233451;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .navbar .col {
  padding: 0px 150px 0px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .navbar .col .whatsapp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}

footer .navbar .col .whatsapp .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer .navbar .col .whatsapp .top .img {
  padding-bottom: 0px;
}

footer .navbar .col .whatsapp .top h2 {
  margin-bottom: 0px !important;
  color: white;
  font-weight: normal;
  font-size: 30px;
  padding-left: 5px;
}

footer .navbar .col .whatsapp .reachable {
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer .navbar .col .whatsapp .reachable .dot {
  padding-top: 5px;
  padding-right: 5px;
}

footer .navbar .col .whatsapp .reachable .dot .doter {
  width: 15px;
  height: 15px;
  background-color: #02eb02;
  border-radius: 200px;
}

footer .navbar .col .Zeiten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 200px;
}

footer .navbar .col .Zeiten .img {
  padding-top: 50px !important;
}

footer .navbar .col .Zeiten h2 {
  color: white;
  font-weight: normal;
  font-size: 20px;
  padding-left: 5px;
}

footer .navbar .Phonemanpic {
  position: absolute;
  top: -1.777em;
  left: 20.25555em;
  width: 6em;
  height: 6em;
  border-radius: 4em;
  overflow: hidden;
}

footer .navbar .Phonemanpic img {
  display: block;
  width: 15em;
  height: auto;
  max-width: 3000%;
  margin-top: -1.5em;
  margin-left: -4.03333em;
}

.impresssum {
  padding-bottom: 100px;
}

.impresssum .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.impresssum .content a {
  color: black !important;
}

@media screen and (max-width: 1799px) {
  nav {
    padding: 10px 50px 10px 50px !important;
  }
  .hero .main-hero .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    vertical-align: middle;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .main-hero .first {
    padding-bottom: 50px;
  }
  .hero .main-hero .sheet .decoration {
    display: none;
  }
}

@media screen and (max-width: 1849px) {
  .tip .content {
    padding: 50px 100px 50px 100px;
  }
}

@media screen and (max-width: 1695px) {
  .tip .content {
    padding: 50px 50px 50px 50px;
  }
}

@media screen and (max-width: 1559px) {
  .cards .col {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 0% !important;
    flex: 0 0 0% !important;
    padding: 10px 20px 10px 20px !important;
  }
}

@media screen and (max-width: 1546px) {
  .tip .content .first-content .row .pic img {
    width: 70% !important;
  }
  .tip .content .second-content .row .pic img {
    width: 80% !important;
    height: 80%;
  }
  footer .navbar .col {
    padding: 0px 50px 0px 50px;
  }
}

@media screen and (max-width: 1450px) {
  nav {
    padding: 10px 10px 10px 10px !important;
  }
}

@media screen and (max-width: 1362px) {
  footer .navbar .Phonemanpic {
    left: 10.25555em;
  }
  nav .navbar-brand {
    font-size: 19px !important;
  }
  nav a {
    font-weight: bold;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
    color: white !important;
  }
}

@media (max-width: 1199px) {
  .hero .main-hero .sheet .Formular .contact {
    -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;
  }
  .hero .main-hero .sheet .Formular .car {
    -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;
  }
  nav .Highlite2 {
    background-color: #2A6A86 !important;
    width: auto-50px;
    height: auto;
    border-radius: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: middle;
    -webkit-filter: drop-shadow(0px 0px 0px #223a44);
            filter: drop-shadow(0px 0px 0px #223a44);
  }
}

@media (max-width: 1022px) {
  footer .navbar .remove {
    display: none;
    width: 0;
  }
  footer .navbar .Phonemanpic {
    left: 1.25555em;
  }
}

@media (max-width: 990px) {
  .tip .content {
    text-align: center;
  }
  .tip .content .first-content .conn {
    padding: 0px 0px 0px 0px !important;
  }
  .tip .content .second-content .conn {
    padding: 0px 0px 0px 0px  !important;
  }
  footer .navbar {
    height: 80px;
  }
  footer .navbar .col {
    padding: 0px 30px 0px 30px;
  }
  footer .navbar .col svg {
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 450 !important;
  }
}

@media (max-width: 955px) {
  .tip .content .first-content h3 {
    font-size: 18px !important;
  }
  .tip .content .second-content h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 878px) {
  .hero .top-hero {
    padding-left: 0px;
  }
  .hero .top-hero .Sign .Text {
    font-size: 50px;
  }
}

@media (max-width: 806px) {
  .bieten .content {
    padding: 50px 20px 50px 20px;
  }
}

@media (max-width: 762px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50% !important;
    max-width: 500px !important;
  }
  .kaufen .content {
    padding: 100px 20px 100px;
  }
  .bieten .content .cards .cards_header {
    width: none;
  }
  .bieten .content .contact_section .knopf .Contact-me-Button {
    width: none;
  }
}

@media (max-width: 728px) {
  .ueber_uns .content {
    padding: 50px 30px 50px 30px;
  }
  .ueber_uns .content .text h2 {
    font-size: 20px;
  }
}

@media (max-width: 632px) {
  .kaufen .content {
    padding: 100px 30px 100px 30px;
  }
  .bieten .content .cards .cards_header .highlight {
    width: none;
  }
  .bieten .content .cards .cards_header .highlight h1 {
    font-size: 35px;
  }
  .bieten .content .cards .cards_header .highlight h3 {
    font-size: 25px;
  }
  .bieten .content .contact_section .knopf button {
    font-size: 20px;
  }
  .bieten .content .contact_section .knopf .Contact-me-Button {
    width: none;
  }
}

@media (max-width: 585px) {
  .hero .main-hero .sheet {
    min-width: 0px !important;
  }
  .hero .main-hero .sheet .header h1 {
    font-size: 20px !important;
  }
  .hero .main-hero .sheet .Picture img {
    width: 150px !important;
    height: 200px !important;
  }
  .hero .main-hero .sheet .name h2 {
    font-size: 20px;
  }
  .hero .main-hero .sheet .quote {
    padding-bottom: 5px;
  }
  .hero .main-hero .sheet .quote h5 {
    font-size: 13px;
  }
  .hero .main-hero .sheet .Contact h3 {
    font-size: 35px;
  }
  .hero .main-hero .sheet .Text h2 {
    font-size: 20px;
  }
  .hero .main-hero .sheet .Formular .absenden button {
    font-size: 20px;
  }
  .hero .main-hero .sheet .Formular .contact input {
    width: 230px;
  }
  .hero .main-hero .sheet .Formular .car input {
    width: 230px;
  }
}

@media (max-width: 574px) {
  .hero .lowerText {
    font-size: 20px;
  }
  .hero .main-hero .sheet .Formular .absenden input {
    font-size: 20px;
  }
  .impresssum {
    display: inline;
  }
  .impresssum .content {
    height: 150px;
  }
  .wrapper_aufklappen .aufklappen_wrap {
    padding: 50px 0px 50px 0px;
  }
  footer .navbar .remove {
    display: none;
    padding: 0px 0px 0px 0px;
  }
}

@media (max-width: 518px) {
  nav .Location .text1 {
    font-size: 18px;
  }
  nav .email {
    display: none;
  }
  .hero-padding {
    padding: 70px 30px 50px 30px !important;
  }
}

@media (max-width: 496px) {
  .kaufen .content .table th {
    font-size: 15px;
  }
}

@media (max-width: 422px) {
  .kaufen .table .th {
    font-size: 12;
  }
  footer .navbar {
    height: 80px;
  }
  footer .navbar .col svg {
    height: 20px;
    width: 20px;
  }
  footer .navbar .col .whatsapp h2 {
    padding-top: 2px;
    font-size: 20px !important;
  }
  footer .navbar .col .whatsapp .reachable {
    padding-left: 5px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer .navbar .col .whatsapp .reachable .dot {
    padding-top: 2px;
  }
  footer .navbar .col .whatsapp h5 {
    font-size: 17px !important;
  }
  footer .navbar .col {
    padding: 0px 5px 0px 30px;
  }
}

@media (max-width: 407px) {
  .bieten .content .payment .blobs .row .col {
    padding: 0px 80px 0px 80px;
  }
}

@media (max-width: 338px) {
  nav .Location {
    display: none;
  }
}

@media (max-width: 398px) {
  .kaufen .content .header h1 {
    font-size: 25px;
  }
  .kaufen .content .table th {
    font-size: 11px;
  }
}

@media (max-width: 376px) {
  .bieten .content .contact_section .phone-number svg {
    width: 26px;
    height: 26px;
  }
  .bieten .content .contact_section .phone-number h4 {
    font-size: 26px;
  }
  .bieten .content .payment .blobs .row .col {
    padding: 0px 50px 0px 50px;
  }
  .hero .top-hero .Sign .Text {
    font-size: 45px;
  }
  .hero .main-hero .sheet .Formular .absenden input {
    font-size: 16px;
  }
}
/*# sourceMappingURL=main.css.map */