/*
* 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;
}

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

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

@media screen and (max-width: 750px) {
	h1 {
	 font-size: 2em;
	}
}

.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: 900px){
  .heading-h1{
    top: -50px;
  }
}

@media screen and (max-width: 650px){
  .heading-h1{
    top: -50px;
  }
}
/* Heading End */


/* Angebotsanfrage Content Start */

/* Form Box Styling */

.container {
	margin-top: -170px;
}

@media screen and (max-width: 1400px) {
	.container {
	 margin-top: -100px;
	 padding-left: 10px;
	 padding-right: 10px;
	}
}

@media screen and (max-width: 750px) {
	.container {
	 margin-top: -50px;
	}
}

.form-box {
    max-width: 950px; /* Maximale Breite */
    margin: 40px auto; /* Horizontal zentriert ausrichten */
    padding: 20px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 12px; /* Für ältere Webkit-basierte Browser wie Chrome und Safari */
    -moz-border-radius: 12px; /* Für Firefox */
    border-radius: 12px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5); /* Für ältere Webkit-basierte Browser */
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5); /* Für Firefox */
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    background-color: #aaa; /* Fallback-Hintergrundfarbe in Hex */
    background-color: rgba(255, 255, 255, 0.15); /* Halbtransparenter Hintergrund */
}

.form-box h2 {
	font-size: 1.5em;
	margin-top: 5px;
}

@media screen and (max-width: 750px) {
	.form-box h2 {
	 font-size: 1.2em;
	}
}

h2 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 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;
}

.divider {
	width: 100%;
	border: 1px solid #000000;
	margin-top: 20px;
	margin-bottom: 50px;
}

.divider_grey {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border: 0.5px solid #cccccc;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	margin-top: 30px;
}

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

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,
.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: #999999;
    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 */
}

@media screen and (max-width: 450px){
  .input-field label {
    font-size: 15px;
  }
}

.input-field label.active {
    top: -10px;
    left: 8px;
    font-size: 13px;
    color: #000000;
    background-color: #ffffff;
    padding: 0 4px;
}

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

input[type="radio"] {
	appearance: none;
	border-radius: 50%;
	width: 16px;
  height: 16px;
  border: 2px solid #999;
  transition: 0.2s all ease;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

@media screen and (max-width: 450px){
  input[type="radio"] {
    margin-right: 0;
  }
}

input[type="radio"]:checked {
  background-color: #ffc300;
}

select {
	width: 100%;
    padding: 10px;
	margin-top: 15px;
	color: #999999;
	background-color: #ffffff;
    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;
}

option {
	color: #000000;
}

/* 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;
}

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

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

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

.row .checkbox-container a {
	text-decoration: none;
}

.required {
    color: red;
    margin-left: 2px;
}

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

.col #radio {
	margin-top: 5px;
	margin-bottom: 30px;
}

.col #radio label {
	margin-right: 30px;
}

@media screen and (max-width: 450px) {
	.col #radio label {
	 margin-right: 25px;
	}
}

.row #strasse {
	width: calc(50% - 20px);
}

@media screen and (max-width: 750px) {
	.row #strasse {
	 width: 100%;
	}
}

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

.row #plz_ort .col {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.row #plz_ort {
		display: block;
		flex-direction: unset;
		gap: unset;
	}
}

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

.row #wohnflaeche_entfernung .col {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.row #wohnflaeche_entfernung {
		display: block;
		flex-direction: unset;
		gap: unset;
	}
}

.row #gebaeudeart {
	margin-bottom: -10px;
}

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

@media screen and (max-width: 750px) {
	.row #etage_aufzug {
		display: block;
		margin-top: 50px;
		flex-direction: unset;
		gap: unset;
	}
}

.row #belade_etage-section {
	width: calc(50% - 20px);
}

@media screen and (max-width: 750px) {
	.row #belade_etage-section {
		display: block;
		width: 100%;
	}
}

.row #belade_aufzug-section {
	width: calc(50% - 20px);
}

@media screen and (max-width: 750px) {
	.row #belade_aufzug-section {
		width: 100%;
	}
}

.row #belade_hausart-section {
	width: calc(50% - 20px);
}

@media screen and (max-width: 750px) {
	.row #belade_hausart-section {
		width: 100%;
	}
}

.row #entlade_etage-section {
	width: calc(50% - 20px);
}

@media screen and (max-width: 750px) {
	.row #entlade_etage-section {
		display: block;
		width: 100%;
	}
}

.row #entlade_aufzug-section {
	width: calc(50% - 20px);
}

@media screen and (max-width: 750px) {
	.row #entlade_aufzug-section {
		width: 100%;
	}
}

.row #entlade_hausart-section {
	width: calc(50% - 20px);
}

@media screen and (max-width: 750px) {
	.row #entlade_hausart-section {
		width: 100%;
	}
}

.row #upload label {
	display: flex;
	width: 100%;
	justify-content: center;
	font-size: 16px;
	margin-bottom: 5px;
}

#besonderheiten_helper {
    font-size: 12px;
    color: #666666;
}

.row #anmerkungen_serviceleistungen {
	margin-bottom: 50px;
}

.row #anmerkungen_schwergut {
	margin-bottom: 65px;
}

/* Dateiupload */
.drop-area {
    border: 2px dotted #cccccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    color: #aaa;
}

.drop-area p {
	margin-bottom: 10px;
}

.drop-area.dragging {
    border-color: #000;
}

#file_list {
    margin-top: 10px;
}

#file_list p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 5px;
    background-color: #cccccc;
	border-radius: 4px;
	margin-bottom: 2px;
}

.delete-button {
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

.row #schwergut {
	margin-top: 30px;
}

.row #umzugstermin {
	width: calc(50% - 20px);
}

@media screen and (max-width: 750px) {
	.row #umzugstermin {
	 width: 100%;
	}
}

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

.row #anrede_titel .col {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.row #anrede_titel {
		display: block;
		flex-direction: unset;
		gap: unset;
	}
}

.row #titel_col {
	margin-top: 15px;
}

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

.row #vorname_nachname .col {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.row #vorname_nachname {
		display: block;
		flex-direction: unset;
		gap: unset;
	}
}

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

.row #mail_telefon .col {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.row #mail_telefon {
		display: block;
		flex-direction: unset;
		gap: unset;
	}
}

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

.row #firma_telefon .col {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.row #firma_telefon {
		display: block;
		flex-direction: unset;
		gap: unset;
	}
}

/* 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 4px 0 rgba(0, 0, 0, 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;
}

.row #abutton {
	margin-bottom: 20px;
}
/* Angebotsanfrage Content End */

/* Bären seitlich Start */
#image-container {
			display: none; /* Bild standardmäßig ausblenden */
            position: fixed;
            width: 85px;
            height: auto;
            top: 50%;
            transform: translateY(-50%);
            z-index: 9999;
}		

#animated-image {
            width: 100%;
            height: auto;
        }

        @keyframes slideInLeft {
            from { left: -85px; }
            to { left: 0; }
        }

        @keyframes slideOutLeft {
            from { left: 0; }
            to { left: -85px; }
        }

        @keyframes slideInRight {
            from { right: -85px; }
            to { right: 0; }
        }

        @keyframes slideOutRight {
            from { right: 0; }
            to { right: -85px; }
        }

        .slide-in-left {
            animation: slideInLeft 1s forwards;
        }

        .slide-out-left {
            animation: slideOutLeft 1s forwards;
        }

        .slide-in-right {
            animation: slideInRight 1s forwards;
        }

        .slide-out-right {
            animation: slideOutRight 1s forwards;
        }
/* Bären seitlich 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: 50px;
  bottom: 50px;
  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 */
@media screen and (max-width: 1400px) {
  footer {
    margin-bottom: -49px;
  }
}
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 (max-width: 700px){
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 12px;
    width: 130px;
  }
}
/* Footer Section End */