.code_example {
    margin: 15px 0;
    display: block;
    line-height: 21px!important;
    background-size: 42px 42px;
    border: 1px;
    width: 100%; 
    padding: 20px;
    font-family: monospace;
}

.kachel_settings {
    width: 100%;
    padding: 10px 25px;
    float: left;
    margin-bottom: 60px;
}

.Settings_Zeile {
    border-bottom: solid 1px #dfdfdf;
    padding: 8px 0px;
    width: 100%;
    float: left;
    position: relative;
}

.Settings_Zeile_Label {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    margin-right: 20px;
    width: calc(65% - 25px);
}
.eingabefeld_text {
    font-size: 16px !important;
    width: calc(25% - 10px);
    font-weight: bold;
    font-family: STEInfoWeb, Helvetica, Arial, sans-serif;
    float: right;
    line-height: 1 !important;
    height: 35px;
    padding: 16px !important;
    margin-top: 0px;
    text-align: right;
    justify-content: right;
}

.settings_button {
    color: #9da6a8;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    width: calc(35% - 10px);
    text-align: right;
    margin-top: 7px;
    word-wrap: break-word;
    cursor: pointer;
}

#Rahmen_Thumbnail_Firmenlogo {
    width: auto;
    height: auto;
    float: right;
    animation: 0.8s fadeIn;
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    float: left;
    margin-top: 7px;
    margin-left: calc(35% - 40px);
}

/* Geklaut aus settings_css vorbei */

.color_select {
    padding: unset;
    float: right;
    width: 10%;
    height: 35px;
    background-color: unset;
}
.color_select:hover {
    cursor:pointer;
}

.auswahl_geraet_zeile {
    position: relative;
    border-top: solid 1px #dfdfdf;
    padding: 8px 0px;
    width: calc(100% - 40px);
    float: left;
    margin: 0px 20px;
}

.auswahl_geraet_label {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    margin-right: 20px;
    width: calc(65% - 25px);
}

.auswahl_geraet_switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    float: left;
    margin-top: 7px;
    margin-left: calc(35% - 40px);
}

.Tabelle_Energietraeger_Zeile {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.Tabelle_Energietraeger_Headline {
    width: calc(12% - 5px);
    float: left;
    margin-right: 5px;
    text-align: center;
    font-size: 15px;
    color: #748083;
    word-wrap: break-word;
}

.Tabelle_Energietraeger_Name {
    width: 16%;
    float: left;
    text-align: right;
    padding: 10px 15px 0px 0px;
    word-wrap: break-word;
}

.Tabelle_Energietraeger_Wert {
    width: calc(12% - 5px) !important;
    margin-right: 5px;
    float: left;
    background-color: white !important;
    border: solid 1px #dfdfdf !important;
    font-size: 15px !important;
    text-align: center;
}

.Tabelle_Energietraeger_Button {
    float: right;
    font-weight: bold;
    text-align: right;
    margin: 15px 5px 0px 15px;
    cursor: pointer;
}

