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

/* 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: 300px;
  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: none;
}

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: #cfcdcd;
  text-decoration: none;
}

@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 */
