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

/* General Page Settings Start */
@font-face {
  font-family: 'Zapf';
  src: url(/fonts/zapf.woff2) format('woff2'),
       url(/fonts/zapf.woff) format('woff');
  font-display: fallback;
}

@font-face {
  font-family: 'Comfortaa';
  font-weight: 300;
  src: url(/fonts/Comfortaa-Light.woff2) format('woff2'),
       url(/fonts/Comfortaa-Light.woff) format('woff');
  font-display: fallback;
}

@font-face {
  font-family: 'Comfortaa';
  font-weight: 400;
  src: url(/fonts/Comfortaa-Regular.woff2) format('woff2'),
       url(/fonts/Comfortaa-Regular.woff) format('woff');
  font-display: fallback;
}

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
    font-family: 'Zapf', sans-serif;
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
}
h2 {
  font-size: 2.25em;
  color: #000;
}

/* General Page Settings End */

/* 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: #fff;
  -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 */

/* Heading Start */
.heading-wrapper {
  width: 100%;
  min-height: 176px;
  background-color: #ffc300;
}

.heading-content {
  position: relative;
}

.heading-wave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  fill: #ffc300;
}

h1 {
  font-size: 2.5em;
}

.heading-h1 {
  position: absolute;
  width: 100%;
  top: 70px;
  text-align: center;
}

@media screen and (max-width: 1400px){
  .heading-h1{
    top: 20px;
  }
}
@media screen and (max-width: 820px){
  .heading-h1{
    top: -30px;
  }
}
/* Heading End */

/* Büroumzug Content Start */
.content-text-h2 {
  position: relative;
  max-width: 850px;
  top: -120px;
  left: 120px;
}
@media screen and (max-width: 1470px){
  .content-text-h2{
    top: -100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: unset;
  }
}
@media screen and (max-width: 1200px){
  .content-text-h2{
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 820px){
  .content-text-h2{
    margin-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-text-h2 h2 {
  font-size: 1.55em;
  color: #000;
}
.content-text {
  position: relative;
  max-width: 1300px;
  top: -90px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 820px){
  .content-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-text p{
  line-height: 25px;
}
.slider-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1350px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  gap: 50px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1300px){
  .slider-wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.slide-container{
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: none;
}
.slideshow-container{
  min-width: 45%;
  height: 700px;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 1300px){
  .slideshow-container{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
  }
}
@media screen and (max-width: 820px){
  .slideshow-container{
    max-width: unset;
  }
}
.slide-container img{
  width: 560px;
  height: 700px;
  border-radius: 3px 60px 3px 60px;
}
@media screen and (max-width: 1300px){
  .slide-container img{
    height: auto;
  }
}
@media screen and (max-width: 625px){
  .slide-container img{
    width: 100%;
  }
}
.slider-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 700px;
  text-align: center;
  gap: 20px;
}
.slider-content h2{
  font-size: 1.55em;
  color: #000;
}
@media screen and (max-width: 1300px){
  .slider-content{
    margin-left: auto;
    margin-right: auto;
  }
}
.leistungen-icon{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 20px 18px;
  background-color: #ffc300;
  border-radius: 15px;
}
.leistungen-referenzen{
  width: 45px;
  height: 36px;
}
.leistungen-box{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 10px;
  text-align: left;
  line-height: 1.6em;
  background-color: #d3d3d3;
  color: #000;
  border-radius: 13px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
          box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.leistungen-box:hover{
  background-color: #afafaf;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  scale: 1.02;
}
.leistungen-text{
  margin-left: 20px;
}
.leistungen-text h3{
  margin-bottom: 10px;
}
.dot-container{
  display: none;
}
.active{
  background-color: blue;
}
.fade{
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
@-webkit-keyframes fade {
  from{
    opacity: 0.1;
  }
  to{
    opacity: 1;
  }
}
@keyframes fade {
  from{
    opacity: 0.1;
  }
  to{
    opacity: 1;
  }
}
/* Büroumzug Content End */

/* Service Section Start */
.services-wrapper{
  margin-top: 100px;
}
.service-heading{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 430px;
}
.service-heading::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 70px;
  background: #ffc300;
}
.service-heading h2{
  text-align: center;
  font-size: 2em;
  color: #000;
}
.card_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1350px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 820px){
  .card_container {
    margin-bottom: 0;
  }
}

.card_container .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 390px;
  height: 326px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px #a5a5a5;
          box-shadow: 0px 0px 20px #a5a5a5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 30px;
  background: rgb(131,100,0);
  background: linear-gradient(45deg, rgba(131,100,0,1) 0%, rgba(207,158,0,1) 30%, rgba(255,195,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#836400",endColorstr="#ffc300",GradientType=1);
}

.card_container .card:hover {
  height: 400px;
}

.card_container .card .imgBx {
  position: absolute;
  top: 20px;
  width: 345px;
  height: 246px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.card_container .card:hover .imgBx {
  top: -100px;
  scale: 0.85;
  -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, 0.8);
          box-shadow: 0 15px 45px rgba(0, 0, 0, 0.8);
}

.card_container .card .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card_container .card .card_content {
  position: absolute;
  top: 237px;
  width: 100%;
  margin-top: 30px;
  padding: 0 33px;
  height: 47px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.card_container .card:hover .card_content {
  top: 130px;
  height: 250px;
}

.card_container .card .card_content h2 {
  margin-top: 12px;
  margin-bottom: 30px;
  font-size: 1.6em;
  font-weight: 700;
  color: #000;
}

.card_container .card .card_content p {
  color: #333;
  padding: 20px 25px;
  margin-top: -20px;
  background-image: url(/images/text-background.webp);
  background-size: 310px;
  background-repeat: no-repeat;
  background-position: center;
}

.card_container .card .card_content a {
  display: inline-block;
  position: relative;
  margin-top: 23px;
  padding: 12px 40px;
  background: #ffc300;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px #3d3d3d;
          box-shadow: 0 0 5px #3d3d3d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.card_container .card .card_content a:hover {
  scale: 1.1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes MoveUpDown {
  0%, 100% {
    bottom: 5px;
  }
  50% {
    bottom: 10px;
  }
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 5px;
  }
  50% {
    bottom: 10px;
  }
}
/* Service Section End */

/* Wave Settings Start */
.wave-top {
  background-image: url(../images/wave_top_transparent.svg);
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 980px){
.wave-top{
  margin-top: -30px;
}
}

.wave-bottom {
  position: relative;
  margin-top: -150px;
  background-image: url(../images/wave_bottom_transparent.svg);
  width: 100%;
  background-size: cover;
  height: 400px;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 980px){
  .wave-bottom{
    margin-top: -220px;
  }
}
/* Wave Settings End */

/* Options Section Start */
.options-heading{
  position: absolute;
  width: 100%;
  margin-top: 150px;
  padding-left: 3%;
}
.options-heading h2{
  position: relative;
}
.options-heading h2::before{
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 70px;
  background: #ffc300;
}
@media screen and (max-width: 980px){
  .options-heading{
    margin-top: 220px;
    text-align: center;
    padding-left: unset;
  }
  .options-heading h2{
    margin-left: auto;
    margin-right: auto;
  }
}
.options-heading p{
  font-size: 16px;
  margin-top: 20px;
  padding-left: 3%;
}
@media screen and (max-width: 980px){
.options-heading p{
  padding-left: unset;
  }
}
.options_container_wrapper {
    background-color: #efefef;
    margin-top: -140px;
}
@media screen and (max-width: 980px){
  .options_container_wrapper {
    margin-top: -50px;
  }
}
@media screen and (max-width: 645px){
  .options_container_wrapper {
    margin-top: -30px;
  }
}
.options_container {
  max-width: 1400px;
  margin: auto;
  padding: 20px;
}

.options_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .options_wrapper .options_section {
    max-width: 450px;
    margin: 10px 0px;
    width: 30%;
    border-radius: 20px;
    text-align: center;
    background-color: #fff; }
    .options_wrapper .options_section .options_header {
      min-height: 230px;
      background-size: cover;
      background-position: center;
      color: #000;
      padding: 0px 0px;
      position: relative;
      overflow: hidden;
      border-radius: 20px 20px 0px 0px; }
      .options_wrapper .options_section .options_header .options_heading {
        background-color: #ffc300a1;
        font-size: 24px;
        font-weight: normal;
        padding: 7px; }
      .options_wrapper .options_section .options_header:before, .options_wrapper .options_section .options_header:after {
        content: ' ';
        width: 100%;
        height: 45px;
        position: absolute;
        left: -1px;
        bottom: -1px;
        background: url("../images/wave.webp");
        background-size: cover;
        -webkit-filter: drop-shadow(4px 4px 10px white);
                filter: drop-shadow(4px 4px 10px white);
        opacity: 1; }
      .options_wrapper .options_section .options_header:after {
        left: 20px; 
        opacity: 0.8; }
    .options_wrapper .options_section .main-options_content p {
      font-size: 16px;
      padding: 25px 20px 40px 20px; }
    .options_wrapper .options_section .button-wrapper a {
      display: inline-block;
      padding: 10px 40px;
      border-radius: 10px;
      text-decoration: none;
      color: #000;
      background: #ffc300;
      -webkit-box-shadow: 0 0 5px #a5a5a5;
              box-shadow: 0 0 5px #a5a5a5;
      position: relative;
      bottom: 20px; 
      -webkit-transition: 0.5s; 
      transition: 0.5s;}
      .options_wrapper .options_section .button-wrapper a:hover {
        scale: 1.1;
        -webkit-transition: 0.5s;
        transition: 0.5s;}
    .options_wrapper .options_section.seniorenumzug {
      -webkit-box-shadow: 0 0 15px rgba(255, 218, 9, 1.0);
              box-shadow: 0 0 15px rgba(255, 218, 9, 1.0);
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .options_wrapper .options_section.seniorenumzug:hover {
        -webkit-transform: scale(1.04);
                transform: scale(1.04);
        scale: 1.02; }
      .options_wrapper .options_section.seniorenumzug .options_header {
        background-image: url("../images/seniorenumzug.webp");
        background-position: center; }
      .options_wrapper .options_section.seniorenumzug .button-wrapper a {
        -webkit-box-shadow: 0 0 5px #a5a5a5;
                box-shadow: 0 0 5px #a5a5a5; }
    .options_wrapper .options_section.privatumzug {
      -webkit-box-shadow: 0 0 15px rgba(255, 218, 9, 1.0);
              box-shadow: 0 0 15px rgba(255, 218, 9, 1.0);
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .options_wrapper .options_section.privatumzug:hover {
        -webkit-transform: scale(1.04);
                transform: scale(1.04);
        scale: 1.02; }
      .options_wrapper .options_section.privatumzug .options_header {
        background-image: url("../images/privatumzug.webp");
        background-position: center; }
      .options_wrapper .options_section.privatumzug .button-wrapper a {
        -webkit-box-shadow: 0 0 5px #a5a5a5;
                box-shadow: 0 0 5px #a5a5a5; }

@media (max-width: 980px) {
  .options_wrapper {
    display: block; }
    .options_wrapper .options_section {
      width: 100%;
      margin: auto;
      margin-bottom: 50px; } }

      .boxesContainer {
        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;
      }
/* Options Section End */

/* Referenzen Section Start */
.referenzen-section {
  margin-top: -50px;
}
.referenzen-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 650px;
  top: -20px;
  padding-left: 3%;
}
.referenzen-heading::before{
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 70px;
  background: #ffc300;
}
@media screen and (max-width: 1065px){
  .referenzen-heading{
    margin-top: 40px;
  }
}
@media screen and (max-width: 980px){
  .referenzen-heading{
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 820px){
  .referenzen-heading{
    margin-top: -50px;
  }
}
.referenzen {
  height: 350px;
  padding-left: 220px;
  padding-right: 220px;
}

@media screen and (max-width: 820px) {
  .referenzen{
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Referenzen Section End */

/* Up Button Start */
@-webkit-keyframes border-transform {
  0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
}
@keyframes border-transform {
  0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
}

.progress-wrap {
  position: fixed;
  right: 40px;
  bottom: 40px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(164,164,164,1);
          box-shadow: inset 0 0 0 2px rgba(164,164,164,1);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.up-arrow {
  position: relative;
  top: -50px;
  left: 3.5px;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: transparent;
}

.progress-wrap svg.progress-circle path {
  stroke: #ffc300;
  stroke-width: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* Up Button End */

/* Mobile Menu Start */
.floating-menu-button {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
	align-items: center;
    background-color: #ffc300;
    color: black;
    border-radius: 25px;
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
}

@media screen and (max-width: 1400px) {
    .floating-menu-button {
        display: flex;
    }
}

.floating-menu-button .hamburger-icon {
    margin-right: 10px;
}

/* Navigationsmenü */
.navigation-menu {
    display: none;
    position: fixed;
    bottom: 0;
    left: 10px;
    right: 10px;
    background-color: white;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
	margin-left: auto;
	margin-right: auto;
    z-index: 999;
    max-height: 80%;
	max-width: 500px;
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
  overflow-y: auto;
  scrollbar-gutter: stable;
}

/* Menü-Header */
.menu-header {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.menu-header .menu-title {
    font-size: 24px;
    font-weight: bold;
  margin-left: auto;
padding-left: 30px;
}

.menu-header .close-button {
	display: flex;
    font-size: 24px;
    cursor: pointer;
  background-color: #ccc;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  float: right;
  margin-left: auto;
}

/* Menüinhalt */
.menu-content {
    margin: 20px;
}

.menu-item {
    display: block;
    background-color: #ccc;
    border: none;
    border-radius: 8px;
    padding: 10px;
    margin: 10px auto;
    width: 70%;
	font-size: 16px;
    text-align: center;
    cursor: pointer;
}

/* Untermenü */
.submenu {
    overflow: hidden;
    transition: max-height 0.3s ease;
  max-height: 0;
  margin: -5px auto;
  width: 70%;
}


.submenu .menu-item {
  background-color: #dedede;
}

#rotatable {
  transition: transform 0.3s ease;
}

#rotatable2 {
  transition: transform 0.3s ease;
}

.rotate-180 {
    transform: rotate(180deg);
}

/* Aktion-Buttons unterhalb der Menüpunkte */
.action-buttons {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
}

.action-button {
	display: flex;
	flex-direction: column;
    background-color: #ffc300;
    color: #000000;
    border: none;
    border-radius: 8px;
    padding: 10px;
	margin-top: 10px;
    width: 105px;
    text-align: center;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.action-button .action-icon {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -5px;
}

.action-button .action-label {
	margin-left: auto;
	margin-right: auto;
    font-size: 13px;
}

#mobile-whatsapp {
	margin-top: -2px;
	margin-bottom: 2px;
}

.icon-mobile-menu {
  width: 16px;
  height: auto;
  margin-right: 6px;
  margin-bottom: -4px;
}

.icon-mobile-close {
	margin: auto;
  width: 19px;
  height: 25px;
}

.icon-mobile-home {
  width: 19px;
  height: 17px;
  vertical-align: -1px;
}

.icon-mobile-ablauf {
  width: 19px;
  height: 15px;
  vertical-align: -1px;
}

.icon-mobile-options {
  width: 19px;
  height: 15px;
  vertical-align: -1px;
}

.icon-mobile-submenu {
  width: 14px;
  height: 14px;
  vertical-align: -1px;
}

.icon-mobile-privat {
  width: 14px;
  height: 16px;
  vertical-align: -1px;
}

.icon-mobile-buero {
  width: 13px;
  height: 17px;
  vertical-align: -1.5px;
}

.icon-mobile-senioren {
  width: 15px;
  height: 17px;
  vertical-align: -2px;
}

.icon-mobile-service {
  width: 15px;
  height: 15px;
  vertical-align: -1px;
}

.icon-mobile-packservice {
  width: 18px;
  height: 14px;
  vertical-align: -1px;
}

.icon-mobile-montage {
  width: 16px;
  height: 16px;
  vertical-align: -1px;
}

.icon-mobile-schreiner {
  width: 17px;
  height: 15px;
  vertical-align: -1px;
}

.icon-mobile-aufzug {
  width: 11px;
  height: 17px;
  vertical-align: -1.5px;
}

.icon-mobile-halteverbot {
  width: 16px;
  height: 16px;
  vertical-align: -1.5px;
}

.icon-mobile-einlagerung {
  width: 18px;
  height: 14px;
}

.icon-mobile-about {
  width: 17px;
  height: 17px;
  vertical-align: -1px;
}

.icon-mobile-referenzen {
  width: 20px;
  height: 16px;
  vertical-align: -1px;
}

.icon-mobile-kontakt {
  width: 18px;
  height: 18px;
  vertical-align: -1px;
}
/* Mobile Menu End */

/* Footer Section Start */
footer{
  display: block!important;
  background-color: #444;
}

@media screen and (max-width: 1400px) {
  footer {
    margin-bottom: -50px;
  }
}

.footer-wave-top {
  width: 100%;
  height: 320px;
  background-image: url(/images/footer_top.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 100%;
}
footer .content {
  max-width: 1350px;
  margin: auto;
  padding: 40px 0px 40px 100px;
}

@media screen and (max-width: 1400px) {
  footer .content {
    padding-left: 60px;
  }
}

@media screen and (max-width: 1170px) {
  footer .content {
    padding-left: unset;
  }
}

footer .content .link-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 60px;
}

footer .content .link-boxes .box {
  width: calc(100% / 2 - 80px);
}

.content .link-boxes .box .link_name {
  width: 400px;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 700px) {
  .content .link-boxes .box .link_name {
    font-size: 28pt;
	width: 100vw;
  }
}

.content .link-boxes .box .link_name script {
  margin-top: 60px;
}

.link-boxes .box .link_name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 70px;
  background: #ffc300;
}

.contact-text {
  color: #fff;
  font-size: 19px;
}

@media screen and (max-width: 700px) {
  .contact-text {
	  padding-right: 50px;
  }
}

.contact-text span {
  color: #ffc300;
}

.content .link-boxes .box li {
  margin: 6px 0;
  list-style: none;
}

@media screen and (max-width: 700px) {
  .content .link-boxes .box li {
	  width: 450px;
  }
}

/* IFrame Start */
iframe {
	width: 500px;
	height: 600px;
}

@media screen and (max-width: 1170px) {
  iframe {
    width: 480px;
  }
}

@media screen and (max-width: 700px) {
  iframe {
    width: 360px;
	margin-left: -10px;
  }
}
/* IFrame End */

/* Nachricht Box Formular Start */
@media screen and (max-width: 700px) {
  form {
	  padding: 10px;
  }
}

textarea {
	height: 200px;
	margin-bottom: -35px;
	resize: vertical;
}

textarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 2px;
	background-color: #f5f5f5;
	cursor: default;
}

textarea::-webkit-scrollbar {
	width: 12px;
	background-color: #f5f5f5;
}

textarea::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #333333;
}

textarea::-webkit-scrollbar-thumb:hover {
	cursor: default;
	background-color: #5c5c5c;
}

.input-field {
    position: relative;
    margin-bottom: 25px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
.textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid transparent; /* Setze eine transparente Border */
    border-bottom-color: #cccccc; /* Färbe nur die untere Border */
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    transition: border-color 0.3s, box-shadow 0.3s;
    overflow-y: auto;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
.textarea:focus {
    border-bottom-color: #ffc300; /* Ändere nur die untere Border-Farbe */
    box-shadow: 0 0 10px 0 rgba(255, 195, 0, 1);
    outline: none;
}

input[type="text"]:hover,
input[type="radio"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="checkbox"]:hover,
select:hover,
.textarea:hover {
	box-shadow: 0 0 10px 0 rgba(255, 195, 0, 1);
	outline: none;
	transition: all 0.2s ease;
}

.input-field label {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #000000;
    font-size: 16px;
    pointer-events: none;
    transition: all 0.2s ease;
	background-color: transparent; /* Hintergrundfarbe des Labels */
    padding: 0 4px; /* Abstand um den Text herum */
    z-index: 1; /* Sicherstellen, dass das Label über dem Input-Feld liegt */
}

.input-field label.active {
    top: -18px;
    left: 0px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 4px;
}

/* Custom styles for the checkbox */
.checkbox-container {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

input[type="checkbox"] {
	border: 1px solid #cccccc;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

.checkbox-container input[type="checkbox"] {
	appearance: none;
	background-color: #ffffff;
	margin: 0;
	font: inherit;
	color: #ffc300;
	width: 1.25em;
	height: 1.25em;
	border: 0.1em solid #999999;
	border-radius: 0.15em;
	display: grid;
	place-content: center;
}

@media screen and (max-width: 700px) {
  .checkbox-container input[type="checkbox"] {
	  width: 1.6em;
	  height: 1.5em;
  }
}

.checkbox-container input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #ffc107;
	transform-origin: center;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

@media screen and (max-width: 700px) {
  .checkbox-container input[type="checkbox"]::before {
	  width: 1em;
	  height: 1em;
  }
}

.checkbox-container input[type="checkbox"]:checked::before {
	transform: scale(1);
}

.checkbox-container label {
	margin-left: 0.5em;
	font-size: 1em;
	color: #ffffff;
}

.checkbox-container a {
	text-decoration: none;
	color: #ffc300;
}

.input-field .helper-text {
    color: red;
    font-size: 12px;
    display: none;
}

select {
	width: 100%;
    padding: 10px;
	margin-top: 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	transition: border-color 0.3s;
}

select + label {
    top: -10px !important;
    left: 0 !important;
    font-size: 16px !important;
    color: #000000 !important;
}

#anrede_titel {
	display: flex;
	flex-direction: row;
	gap: 40px;
	margin-top: -10px;
}

@media screen and (max-width: 700px) {
  #anrede_titel {
	  gap: 20px;
  }
}

#anrede_titel .col {
	width: 100%;
}

.telefon-formular {
	display: none;
}

#titel_col {
	margin-top: 15px;
}

#vorname_nachname {
	display: flex;
	flex-direction: row;
	gap: 40px;
}

@media screen and (max-width: 700px) {
  #vorname_nachname {
	  gap: 20px;
  }
}

#vorname_nachname .col {
	width: 100%;
}

#mail_telefon {
	display: flex;
	flex-direction: row;
	gap: 40px;
	margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  #mail_telefon {
	  gap: 20px;
  }
}

#mail_telefon .col {
	width: 100%;
}

#nachricht {
	margin-bottom: 50px;
}

/* Notwendige Eingabefelder */
.required {
    color: red;
    margin-left: 2px;
}

/* Button */
button.abutton {
	display: block;
    background-color: #ffc300;
    color: #000000;
    padding: 10px 30px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
	box-shadow: 0 0 14px 0 rgba(255, 255, 255, 0.5);
	margin-left: auto;
}

button:hover {
	box-shadow: unset;
	cursor: pointer;
}

button.abutton label {
	display: inline-flex;
	position: relative;
	top: -7px;
	margin-right: 10px;
	cursor: pointer;
}


@media screen and (max-width: 700px) {
  #abutton {
	  margin-bottom: 7px;
  }
}

.nachricht-container {
	position: relative;
	width: 500px;
	height: 600px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #333333;
	overflow: hidden;
	-o-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

@media screen and (max-width: 1170px) {
  .nachricht-container {
    width: 480px;
	height: 580px;
  }
}

@media screen and (max-width: 700px) {
  .nachricht-container {
    width: 360px;
	height: 600px;
	margin-left: -10px;
  }
}

.nachricht-box-initial,
.nachricht-box-neu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: opacity 1s;
	-o-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.nachricht-box-neu {
	opacity: 0;
	visibility: hidden;
	font-size: 20pt;
	color: #ffffff;
}

.anfrage-lottie {
	display: block;
	margin-top: -40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 200px;
	height: 200px;
}

.nachricht-container.transition .nachricht-box-initial {
	opacity: 0;
	visibility: hidden;
}

.nachricht-container.transition .nachricht-box-neu {
	opacity: 1;
	visibility: visible;
}

.faded-text {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.visible-text {
	opacity: 1;
}

@media screen and (max-width: 700px) {
  .visible-text {
	  font-size: 18pt;
  }
}
/* Nachricht Box Formular End */

.link_options {
  width: 380px;
  margin-top: 30px;
}

@media screen and (max-width: 700px) {
  .link_options {
	  width: 100vw;
  }
}

.icon-phone {
  width: 100px;
  height: 133px;
  padding-left: 10px;
  padding-right: 30px;
  vertical-align: 0px;
  fill: #ffc300;
}

.icon-mail {
  width: 100px;
  height: 100px;
  padding-left: 0px;
  padding-right: 20px;
  vertical-align: 0px;
  fill: #ffc300;
}

.icon-facebook {
  width: 100px;
  height: 100px;
  padding-left: 0px;
  padding-right: 20px;
  vertical-align: 0px;
  fill: #ffc300;
}

.content .link-boxes .box li a {
  color: #ffc300;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease
}

.content .link-boxes .box li a:hover {
  opacity: 1;
}

.content .link-boxes .input-box {
  min-width: 515px;
  margin-top: -150px;
  z-index: 1;
}

footer .bottom-details {
  position: relative;
  width: 100%;
  background: #000;
}
@media (max-width: 700px) {
  footer .bottom-details {
    z-index: 101;
  }
}

footer .bottom-details .bottom_text {
  max-width: 2400px;
  margin: auto;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-family: 'Comfortaa', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
  margin-top: 2px;
}

@media (max-width: 700px) {
  .bottom-details .bottom_text a{
  font-size: 16px !important;
  }
}

.bottom-details .bottom_text .policy_terms {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 10px;
  margin-top: 0;
}

@media (max-width: 700px) {
  .bottom-details .bottom_text .policy_terms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3px;
    right: 0;
    z-index: 101;
  }
}

@media (max-width: 700px) {
  .bottom-details .bottom_text .policy_terms p{
    display: none;
  }
}

.icon-copyright {
  width: 15px;
  height: 15px;
  vertical-align: -3px;
  fill: #fff;
}

.icon-heart {
  width: 15px;
  height: 15px;
  vertical-align: -3px;
  fill: #ff0000;
}

.bottom-details .bottom_text a:hover{
  opacity: 1;
  text-decoration: underline;
  color: #ffc300;
}

.bottom-details .bottom_text a{
  margin-right: 10px;
}

@media screen and (max-width: 1170px) {
  footer .content .link-boxes{
    margin-top: -70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  footer .content .link-boxes .box {
    width: unset;
    margin-left: auto;
    margin-right: auto;
  }
  
  footer .content .link-boxes .input-box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 700px) {
  footer .content .link-boxes {
	  width: 100vw;
	  margin-top: -120px;
  }
}

@media screen and (max-width: 991px) {
	footer .content .link-boxes .input-box {
		margin-top: 0px;
}

@media screen and (max-width: 700px){
  footer .content .link-boxes .box {
    width: 100vw;
  }
  
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a {
    font-size: 12px;
    width: 130px;
  }
  
  footer .content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }
}
/* Footer Section End */