*, html {
	padding: 0;
	margin: 0;
	}

 

body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
font-family: "Open Sans", sans-serif;
background:#f4f4f4;
}

.bgimg{
background-image: url(https://pvws.de/wp-content/uploads/2023/06/PV-Anlagenplanung.jpg);
}
.wrapper {
margin: 2em auto;
max-width: 1200px;
min-height: 100vh;
background: rgba(255, 255, 255, 1);
border-radius: 15px;
}


.header{
background: #fff;
width: 100%;
 margin: 0 auto;
}


.form-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	width: 90%;
	height: 100%;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.form-container {
	display: flex;
	flex-direction: column; /* Staple die Elemente vertikal */
	align-items: center; /* Zentriere die Elemente horizontal */
}
.step {
	display: none;
}
.step.active {
	display: block;
}
.step img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
.step h1, .step h2 {
	text-align: center;
}
.btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #ffffff;
	color: #666666;
	border: none;
	cursor: pointer;
	float: right;
}
.btn-next, .btn-prev {
	float: left;
	border: 1px solid #ddd;
}

.btn-next {
   	float: right;
}


.kontakt{

padding:1em; 
margin: 0 0 0.5em 0;
background:#fff;
clear:both;
display:block;
border:1px solid #ddd;
border-radius: 5px;
}
#submit-btn {
	background-color: #32c36c;
	color: #ffffff;
}
input[type="text"], input[type="email"] {
	width: 100%;
	padding: 10px;
	margin: 8px 0;
	box-sizing: border-box;
}
.box {
	background-color: #ffffff;
	padding: 1em;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.box:hover {
	background-color: #ffffff;
	padding: 1em;
	text-align: center;
	border: 1px solid #32c36c;
	border-radius: 5px;
}

 



small {font-size: 0.8em;}
	
h1,h2,h3,h4,h5 {color: #000;text-align: center;}


h1 {
	font-size: 2.4em;
	font-weight: 600;
	letter-spacing: 0.02em;
}
h2 {
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0.02em;
}
h3 {
	font-size: 1.0em;
	font-weight: 400;
	letter-spacing: 0.02em;
}
h4 {
	font-size: 1.0em;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.header h4::before {
    content: '\2713'; 
    color: #32c36c; 
    font-size: 20px; 
    margin-right: 5px; 
}

.header h4 {margin-top:1.0em;text-align: justify;vertical-align: middle;}

.multistep-form input::placeholder, .multistep-form textarea::placeholder {
color: #333333;
opacity: 0.8;
transition: opacity 0.3s ease;
}
.multistep-form {
	height: 100%;
}
.footer {
	margin: 2em auto;

	text-align: center;
	font-size: 14px;
}
.footer a {
	text-decoration: none;
	color: #888;
}
.footer a:hover {
	text-decoration: underline;
}

.footer-2 {
	text-align: center;
	margin-top: 1em;
	padding: 1em;
	font-size: 14px;
	background-color: #fafafa;
}
.footer-2 a {
	text-decoration: none;
	color: #888;
}
.footer-2 a:hover {
	text-decoration: underline;
}
form input {
  width: 100%;
  padding: 10px 5px;
  margin: 5px 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: transparent;
  font-family: inherit;
}
form input:focus {
  outline: none;
  border: 1px solid #000000;
}
.btn_box {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
form button {
  width: 110px;
  height: 35px;
  margin: 0 10px;
  background-color: rgb(41,35,92);
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0.9em;
  font-family: inherit;
  border-radius: 5px;
  color: #ffffff;
}
form button:active {
  transform: scale(0.98);
}
.progress_container {
  width: 350px;
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
  position: relative;
}
.progress_container::before {
  content: "";
  background-color: #dddddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  z-index: 1;
}
.progress {
  background-color: #32c36c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 0%;
  z-index: 1;
  transition: 0.4s ease-in;
}
.circle {
  background-color: #dddddd;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s ease;
}
.circle.active {
  border-color: #fafafa;
  color: #ffffff;
  background-color: #32c36c;
}

 

.logo, .logoscroll, .logomobil {
  margin: 0.5em 1.5em 0.2em 1.5em;
  padding: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
	max-height: 40px;
}

.form-container .container {margin: 1em auto;}

#rangeValue {
    display: block; /* Ändert das Element in ein Blockelement */
    margin-bottom: 10px; /* Fügt einen Abstand nach unten hinzu (kann je nach Bedarf angepasst werden) */
}

form input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 10px; /* Höhe der Range-Linie */
  background: #dddddd; /* Hintergrundfarbe der Range-Linie */
  outline: none;
  padding:0;
  margin:10px 0;
  border:0;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

form input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px; /* Breite des Thumbs */
  height: 20px; /* Höhe des Thumbs */
  background: #32c36c; /* Farbe des Thumbs */
  margin-top: -2px; /* Positionierung des Thumbs über der Range-Linie */
  cursor: pointer;
  border-radius: 50%;
}

form input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #32c36c;
  margin-top: -2px;
  cursor: pointer;
  border-radius: 50%;
}

form input[type="range"]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #32c36c;
  margin-top: -2px;
  cursor: pointer;
  border-radius: 50%;
}


/* Media Queries für Mobile und Tablet */

@media screen and (max-width: 767px) {
    /* Mobile-Ansicht: Bildschirmbreite von 0 bis 767 Pixel */
    .header h4{display: none;}
    .step .three.columns {
        width: 48%; /* Zwei Boxen nebeneinander */
    }
	
	 .step .column, .step .columns {
    margin-left: 0 !important;
  }
	.step .container .columns {
    margin-bottom: 0 !important;
  }
	.step .container:last-child .columns {
    margin-bottom: 0 !important;
  }
	
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* Tablet-Ansicht: Bildschirmbreite von 768 bis 1023 Pixel */
    .header h4{display: none;}
    .step .three.columns {
        width: 48%; /* Zwei Boxen nebeneinander */
    }
		.step .container .columns {
    margin-bottom: 0 !important;
  }
	 .step .column, .step .columns {
    margin-left: 0 !important;
  }
}


@media screen and (min-width: 1023px) {
	.form-container{padding-top:6em;}
	}