﻿
/*##################################################################################*/
/*################################# Eingabeblock   #################################*/
/*##################################################################################*/

#Eingabe_Block_Einheit_Kategorie{
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 20px;
    padding-bottom: 10px;
}

#Block_Einheit_Umrechnung_1{
    width:48%;
    float:left;
    position:relative;
    padding-right:3%;
    padding-top:20px;
    padding-bottom:10px;
    margin-top: 2px;
    height: 170px;
}

#Block_Einheit_Umrechnung_2{
    width:48%;
    float:left;
    position:relative;
    padding-left:3%;
    padding-top:20px;
    padding-bottom:10px;
    margin-top: 2px;
    height: 170px;
}

#Block_Gleichheitszeichen{
    width: 4%;
    margin-top: 2px;
    float: left;
    text-align: center;
    font-size: 54px;
    height: 170px;
    color: #9ca5a7;
    padding-top: 70px;
}

.txt_Einheit_Umrechnung {
    background-color: white !important;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    font-size: 51px;
    font-size: 24px !important;
    font-weight: bold;
}

@media screen and (max-width: 765px) {#Eingabe_Block_Links {width:100%; margin:0%; padding-bottom:0px;}}
@media screen and (max-width: 765px) {#Eingabe_Block_Rechts {width:100%; margin:0%; padding-top:0px;}}

@media screen and (max-width: 765px) {.Rahmen_Pic_Formel {width:90% !important; margin-left:5% !important; margin-right:5% !important;}}
@media screen and (max-width: 765px) {.Rahmen_Ergebnis_Values {width:90% !important; margin-left:5% !important; margin-right:5% !important;}}

@media screen and (max-width: 765px) {.Ergebnis_Auswahl {float:left !important; margin-left:12px;}}

.sel_description_angepasst {
	width: unset;
	text-transform: none;
}

.sel_opt_angepasst {
	margin-top: 55px;
}

.sel_icon_help {
    float: right;
    margin-top: -112px;
    margin-right: -5.5%;
}

.slider {
    width: calc(100% - 10px);
	margin-top: 3px;
}

.btn_Wert_Manuell {
    float: right;
    font-size: 15px !important;
    color: #9ca5a7;
    margin-right: -15px;
}

/*Icons*/
.icon-rahmen {
    height: 80px;
    width: 80px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    background-color: white;
    float: left;
    padding: 10px;
    position:relative;
    z-index:2;
    margin-top:5px;
}

.icon_folder:before{
    font-family: "google_icons";
    content: "\E2C7";
}

.icon_help:before{
    font-family: "google_icons";
    content: "\E8FD";
}

/*##################################################################################*/
/*################################ Ergebnisblock ###################################*/
/*##################################################################################*/

.kachel_ergebnis {
    width: 100%;
    padding: 20px;
    margin-top: 25px;
    position: relative;
}

.Ergebniskachel_Label_1 {
	border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
	line-height: 30px;
}

.Rahmen_Ergebnis_Values {
    width:calc(33% - 60px);
    float: left;
    padding:5px;
    margin-left:60px;
    margin-top:15px;
}

#Rahmen_Ergebnis_Icons {
    width: 100%;
    float: right;
    margin-top: 15px;
}

.btn_ergebnis_icon {
    float: right;
    margin-left: 15px;
    font-size: 25px;
}

.Ergebniskachel_Label_2 {
    font-size: 15px;
    font-family: STEInfoWeb;
    float: left;
    margin-top: 5px;
    width: 100%;
    line-height: normal;
}

.Rahmen_Pic_Formel {
    width: 33%;
    float: left;
    margin-top: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 15px;
}

.Rahmen_Pic_Formel img {
    max-width: 100%;
    max-height: 100%;
}
