body{
    font-family: "Poppins",Sans-serif;
    max-width: 400px;
    height: 600px;
    box-sizing:content-box;
    margin: auto;
    padding:10px;
}
.nav{
    display: grid;
    grid-template-columns: 20% 60% 20%;
    text-align: left;
    color: #4c4c4c;
    font-weight: 700;
}
.nav  > div:nth-child(2) {
    text-align: center;
    font-size: 1.2em;
    padding-top: 13px;
}
.nav  > div:nth-child(3) {
    text-align: right;
}
.nav button, #absenden{
    height: 45px;
    background-color: #fecf15;
    border: 1px solid #fecf15;
    font-size: 1em;
    font-weight: 700;
    border-radius: 6px;
    box-shadow: 0 0 30px -10px rgba(0,0,0,0.5);
    cursor: pointer;
}
#absenden{
    width: 120px;
    margin-top: 30px;
}
.nav button{
    width: 60px;
}
.nav button:hover{
    color: white;
}
.nav button.btninactive:hover{
    color: black !important;
}
.btninactive{
    opacity: 30%;
}
h2{
    font-size: 1.1em;
    margin: 25px 10px 20px 10px;
    color: #4c4c4c;
    font-weight: 400;
}
.page{
    height: 650px;
    margin: auto;
    position: relative;
    display: none;
    text-align: center;
}
.activepage{
    display: block;
}
input, select{
    padding: 5px;
    border: 0px none;
    border-bottom: 1px solid #4c4c4c;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0 0 30px -10px rgba(0,0,0,0.2);
    max-width: 125px;
    text-align: center;
}
label{
    color: #333;
    padding-top: 4px;
    text-align: right;
    padding-right: 10px;
    height: 24px;
}
fieldset{
  border: 0px none;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
    border-radius: 10px;
    text-align: center;
    font-size: 0.9em;
    padding: 1px 2px 2px 3px;
    font-weight: 700;
    background: #fecf15;
    margin-bottom: 10px;
    left: 175px;
    top: -15px;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -110px;
    font-weight: 300;
    padding: 10px 0px;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

#standort > div{
    padding: 5px;
    display: grid;
    grid-template-columns: 30% 60%;
}
#map{
    width: 100%;
    height: 65%;
    border: 1px solid #b8b8b8;
    bottom: 0px;
    position: absolute;
    left: 0px;
    border-radius: 15px;
    box-shadow: 0 0 30px -10px rgba(0,0,0,0.5);
}
/* page 2, Wie viel Personen */
#personen{
    width: 70%;
    margin: 30px auto;
}
#personen div{
    text-align: left;
    margin: 20px 0px 0px 30px;
    
}
#personen div input{
    margin: 10px;
}
button.personen{
    font-size: 2.5em;
    padding: 10px;
    opacity: 50%;
    border: 0px none;
    background-color: #fff;
    margin: 2px 0px;
}
button.personen:hover{
    opacity: 100%;
    background-color: #fff;
}
button.active{
    opacity: 100%;
}
/* page4, weitere Verbraucher */
#weitere{
    /*display: grid;
    grid-template-columns: 50% 50%;*/
    text-align: center;
}
#weitere img, #speicher img{
    margin: 10px auto;
    height: 280px;
}
/* page4 Dachfläche */
#divdachframe{
    height: 120px;
    display: flex;
    align-items: center;
}
#divdach{
    width: 70px;
    height: 35px;
    background: #c11;
    border: 1px solid #aaa;
    margin: 10px auto;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
#dachpreis{
    margin: 30px 0px;
    display: block;
    line-height: 1.4em;
}
input[type=range]{
    width:330px;
    height: 15px;
    padding: 0px;
    max-width: 330px;
    border-radius: 5px;
    background: #dedede;
    border: 1px solid #aaa;
    outline: none;
    opacity: 0.7;
    transition: opacity .2s;
    margin-top: 10px;
}
input[type=range]::-moz-range-thumb {
    background: #fecf15;
    border: 1px solid #333;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    cursor: pointer;
}
#qm2 p{
    margin-bottom: 0px;
    font-size: 0.95em;
    font-weight: 700;
    color: #333;
}
#divspeicherslider, #speicherpreis{
    visibility: hidden;
}
#ausrichtung{
    background-position: center;
    background-repeat: no-repeat;
    width: 240px;
    height: 240px;
    position: relative;
    margin: 40px auto;
}
#ausrichtung div{
    position: absolute;
    width: 50px;
    height: 20px;
}
#ausrichtung div:nth-child(1){
   left:calc(50% - 20px);
} 
#ausrichtung div:nth-child(2){
    top:calc(25% - 15px);
    left:calc(75% - 2px);
} 
#ausrichtung div:nth-child(3){
    top:calc(50% - 14px);
    left:calc(100% - 39px);
} 
#ausrichtung div:nth-child(4){
    top:calc(75% - 7px);
    left:calc(75% - 12px)
} 
#ausrichtung div:nth-child(5){
    top:calc(100% - 25px);
    left:calc(50% - 20px)
} 
#ausrichtung div:nth-child(6){
    top:calc(75% - 2px);
    left:calc(25% - 31px)
} 
#ausrichtung div:nth-child(7){
    top:calc(50% - 15px);
    left:calc(0% - 8px)
} 
#ausrichtung div:nth-child(8){
    top:calc(25% - 27px);
    left:calc(25% - 31px)
}
#kontakt div{
    margin: 20px;
}
#kontakt p{
    margin: 30px;
}
#kontakt label{
    width: 120px;
    display: inline-block;
}
#erlaubnis{
    margin-right: 10px;
}
#eingaben tabelle{
    box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    width: 400px;
    margin: 20px auto;
    border-collapse: collapse;
}
#eingaben td{
    border: 0px none;
    text-align: left;
    padding: 3px;
    border-bottom: 1px solid #bbb;
}
#eingaben td:first-child{
    text-align: right;
    width: 50%;
    font-size: 0.8em;
    font-weight: 700;
    padding: 6px;
    padding-right:12px;
}
#eingaben td.head{
    text-align: center;
    font-size: 1.1em;
    padding: 8px;
    font-weight: 700;
    ccolor: #333;
}
#dank{
    background: #fecf15;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    width: 260px;
    padding: 20px 30px;
    margin: 30px auto;
    border-radius: 12px;
}
#dank img{
    width: 150px;
    margin: 15px;
    box-shadow: 3px 3px 10px rgba(150,150,150,0.9) inset;
    border: 10px solid #000;
    border-radius: 10px;
}
#speichern{
    visibility: hidden;
}
