/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: > 0.2%,last 2 versions
*/

/* Navigation Section Start */
header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    z-index: 3000;
}

@media screen and (max-width: 900px) {
  header {
    height: 100px;
  }
}

header img {
  max-width: 16vw;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1400px) {
  header img {
    max-width: 230px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media screen and (max-width: 900px) {
  header img {
    max-width: 160px;
  }
}

@media screen and (max-width: 1400px) {
  .navbar {
    display: none;
  }
}

.icon-home {
  width: 21px;
  height: 19px;
  vertical-align: -4px;
  padding-right: 3px;
}

.icon-umzug {
  width: 22px;
  height: 18px;
  vertical-align: -4px;
  padding-right: 3px;
}

.icon-options {
  width: 22px;
  height: 18px;
  vertical-align: -3px;
  padding-right: 3px;
}

.icon-submenu {
  width: 17px;
  height: 17px;
  vertical-align: -3px;
}

.icon-services {
  width: 19px;
  height: 19px;
  vertical-align: -5px;
  padding-right: 4px;
}

.icon-privat {
  width: 15px;
  height: 17px;
  vertical-align: -3px;
  padding-right: 3px;
}

.icon-buero {
  width: 16px;
  height: 21px;
  vertical-align: -5px;
  padding-right: 3px;
}

.icon-senioren {
  width: 16px;
  height: 18px;
  vertical-align: -3px;
  padding-right: 3px;
}

.icon-packservice {
  width: 22px;
  height: 18px;
  vertical-align: -4px;
  padding-right: 3px;
}

.icon-montageservice {
  width: 20px;
  height: 20px;
  vertical-align: -3px;
  padding-right: 3px;
}

.icon-schreinerservice {
  width: 20px;
  height: 18px;
  vertical-align: -3px;
  padding-right: 3px;
}

.icon-aufzug {
  width: 13px;
  height: 21px;
  vertical-align: -5px;
  padding-right: 3px;
}

.icon-halteverbot {
  width: 20px;
  height: 20px;
  vertical-align: -5px;
  padding-right: 3px;
}

.icon-einlagerung {
  width: 20px;
  height: 16px;
  vertical-align: -3px;
  padding-right: 3px;
}

.icon-about {
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  padding-right: 3px;
}

.icon-referenzen {
  width: 20px;
  height: 16px;
  vertical-align: -2px;
  padding-right: 3px;
}

.icon-kontakt {
  width: 20px;
  height: 20px;
  vertical-align: -5px;
  padding-right: 3px;
}

.navbar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.navbar ul {
  display: inline-block;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2.9px);
  -webkit-backdrop-filter: blur(2.9px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 10px 8px;
}

@media screen and (max-width: 1500px) {
  .navbar ul {
    padding: 5px;
  }
}

.navbar ul li {
  list-style: none;
  display: inline-block;
  padding: 4px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1500px) {
  .navbar ul li {
    padding: 5px;
  }
}

.navbar ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.navbar ul li::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #ffc300;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar ul li:hover::after {
  width: 80%;
}

.navbar ul li:last-child {
  border-right: none;
}

.sub-menu {
  display: none;
  z-index: 1;
}

.navbar ul li:hover .sub-menu {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.9px);
  -webkit-backdrop-filter: blur(2.9px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 5px;
  margin-left: -18px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}

.navbar li .icon-submenu {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.navbar li:hover .icon-submenu {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.navbar ul li:hover .sub-menu ul li {
  width: 200px;
  padding: 15px;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.18);
  border-right: none;
  text-align: center;
}

.navbar ul li:hover .sub-menu ul li:first-child {
  margin-top: -10px;
}

.navbar ul li:hover .sub-menu ul li:last-child {
  margin-bottom: -10px;
}

.navbar ul li:hover .sub-menu ul li:hover {
  background-image: radial-gradient(#ffc300, rgba(255, 255, 255, 0));
  width: 190px;
  transition: 0s;
}

.navbar ul li:hover .sub-menu ul li a {
  color: #000;
}

.navbar ul li:hover .sub-menu ul li::after {
  display: none;
}

.navbar ul li:hover .sub-menu ul li:hover:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar ul li:hover .sub-menu ul li:hover:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.navbar ul li:hover .sub-menu ul li:last-child {
  border-bottom: none;
}

.bgc {
  background: #fff;
}

.bgc img {
  max-width: 160px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}



.bgc nav {
  border-right: #000;
}

.bgc .navbar ul li {
  border-right: 1px solid rgb(197, 197, 197);
  -webkit-transition: 1s;
  transition: 1s;
}

.bgc .navbar ul li:last-child {
  border-right: none;
}

.section-header {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 9, 30, 0.7)), to(rgba(4, 9, 30, 0.7))), url(../images/flotte.webp);
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(../images/flotte.webp);
  width: 100%;
  background-size: cover;
  min-height: 100vh;
  background-position: center;
}

/** Angebotsbutton Start **/
.button-space button {
  border: 0;
  border-radius: 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 900px) {
  .angebot-button button {
    margin-top: 6px;
  }
}

.button-space button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.button-space button:active {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.angebot-button {
  width: 230px;
  height: 70px;
  display: inline-block;
  position: relative;
  padding-top: 13px;
  padding-right: 60px;
  padding-left: 10px;
  padding-bottom: 10px;
  background-color: #ffc300;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

@media screen and (max-width: 1537px) {
  .angebot-button {
    width: 176px;
    height: auto;
    padding-top: 10px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 900px) {
  .angebot-button {
    max-width: 195px;
    padding-right: 50px;
  }
}

.angebot-button::after {
  content: "";
  display: inline;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.angebot-button::after {
  background-color: #ffc300;
}

.angebot-button:hover::after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.angebot-button p {
  font-size: 20px;
}

@media screen and (max-width: 1537px) {
  .angebot-button p {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  .angebot-button p {
    margin-top: -3px;
  }
}

.angebot-button span {
  font-size: 12.5px;
}

@media screen and (max-width: 1537px) {
  .angebot-button span {
    font-size: 10px;
  }
}

@media screen and (max-width: 900px) {
  .angebot-button span {
    font-size: 9.8px;
  }
}

.angebot-button .lottie {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 1537px) {
  .angebot-button .lottie {
    width: 50px;
    margin-top: -8px;
  }
}
/** Angebotsbutton End **/

.logo-space {
  width: 420px;
  text-align: center;
}

@media screen and (max-width: 1670px) {
  .logo-space {
    width: 200px;
  }
}

@media screen and (max-width: 1424px) {
  .logo-space {
    text-align: left;
    padding-left: 20px;
    width: 250px;
  }
}

@media screen and (max-width: 550px) {
  .logo-space {
    text-align: left;
    padding-left: unset;
  }
}

.nav-space {
  max-width: 700px;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .nav-space {
    max-width: 944px;
  }
}

.button-space {
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 1400px) {
  .button-space {
    text-align: right;
	padding: unset;
  }
}
/* Navigation Section End */