#main {
    max-width: 1200px;
    color: #2D495A;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    
}

.input_block {
    padding-top: 20px;
    padding-bottom: 5px;
    border: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #3DBEA7;
    border-style: solid;
}
.line_title {
    font-size: 16px;
    font-weight: 600;
  }

.input_value_line{
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
}


.line_details {
    font-size: 12px;
    font-weight: 400;
  }
  .output_block {
    padding-top: 20px;
    padding-bottom: 5px;
    border: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #3DBEA7;
    border-style: solid;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}
.output_block_description
{
    width: 50%;
    font-weight: 400;

}
.output_block_description_bold
{
    width: 50%;
    font-weight: 600;

}
.output_block_output
{
    width: 25%;
    font-weight: 400;
    text-align: right;
}
.output_block_output_bold
{
    width: 25%;
    font-weight: 600;
    text-align: right;
}
.output_block_output_ergebnis
{
    width: 25%;
    font-weight: 600;
    text-align: right;
}
#formsetvalues{
    border-radius: 10px;
    background-color: whitesmoke;
    padding: 8px 12px;
   }

#formdetails{
    border-radius: 10px;
    background-color: whitesmoke;
    padding: 8px 12px;
display: none;
transition: top 0.3s;
   }
   #selectdetails{
    border-radius: 10px;
    padding: 8px 12px;
    background-color: white;
    font-weight: 600;
   }
input {
    width: 100px;
    height: 25px;
    background-color: white;
    color: black;
    font-size: 16px;
    border-color: rgb(218, 218, 218);
    border-style:ridge ;
    border-radius: 5px;
}
input:hover {
    cursor: pointer;
    background-color: rgb(226, 226, 226);
   }
   input:active {
    background-color: rgb(136, 136, 136);
   }


label {
    padding: 5px;
    height: 20px;
    margin-top: 10px;
    display: inline-block; 
    width: 70%;
}

select {
    min-width: 100px;
    height: 30px;
    font-size: 16px;
    background-color: white;
    color: black;
    border-radius: 5px;
    margin-left: 5px;
}

select:hover {
    cursor: pointer;
    background-color: rgb(226, 226, 226);
   }

.LineRate{
    background-color: rgb(20, 163, 156);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    font-size: 20px;
}

#details_beteiligung {
    display: none;
    margin-top: 5px;
}

#ergebniszeile {
    background-color: #2D495A;
    color: white;
    font-size: 20px;
    font-weight: 600;
    min-height: 30px;
    padding: 5px;
    border-radius: 5px;
}
#ersparniszeile {
    font-size: 16px;
    font-weight: 600;
    min-height: 30px;
    padding: 5px;
}
.select_calc_details {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: whitesmoke;
    border-radius: 5px;
}
.infotext_unten {
    font-size: 12px;
    font-weight: 400;
    padding: 15px;
  }
#pfeile {
    font-weight: 800;
}
