@media (min-width: 0px) {
    #complete_div {
        width:100%;height:80%;display: block; margin: auto
    }

    #day_data_div {
        display: block;
        padding-top: 20px;
        width: 100%;
    }

    #completeChartDiv{
        font-family: "Trebuchet MS", sans-serif;
        width:100%;
        height:70%;
    }

    #chart_with_data {
        display: block;
    }

    #chart_builder{
        width: 100%; overflow-x: auto;
    }

    #eingabe_div {
        display: block;
    }



    #dropdown {
        position: absolute;
        z-index: 1000;
        float: left;
        min-width: 160px;
        border: 1px solid #ccc;
        max-height: 300px;
        overflow-y: auto;
        display: none;
        margin: 0px;
        list-style-type: none;
        padding: 0;

    }

    #dropdown li {
        padding: 8px;
        cursor: pointer;
        background-color: white;
        min-width: 184px;
        font-family: "Trebuchet MS", sans-serif;
    }

    #dropdown li:hover, #dropdown li:focus {
        background-color: #4d5664;
        color: white;
        outline: none;
    }
    #chart_info_under{
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 1%;
        margin-bottom: 2%
    }
    #brutto_netto_div {
        display: flex;
        margin: auto;
        padding: 0 0 30px 0;
        gap: 5px;
    }


}

@media (max-width: 750px) {
    .eingabe_div {
        padding-left: 0px;
        display: flex;
        padding-top: 20px;
    }

    .wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .input_label {
        margin: auto;
        width: 70px;
    }
    #berechner_field {
        margin: auto;
        padding-top: 20px;
    }

}

@media (min-width: 750px) {
    #day_data_div {
        display: flex;
        padding-top: 20px;
        width: 100%;
        justify-content: space-between;
    }

    #completeChartDiv{
        width:100%;
        height:70%;
    }

    #eingabe_div {
        display: flex;
        align-items: end;
        flex-direction: row;
        justify-content: flex-start;
    }
    .eingabe_div {
        padding-left: 40px;
    }
    .berechner {
        margin-left: auto;
    }
    #eingabe_title {
        font-size: 20px;
        padding-left: 40px;
        margin-bottom: 10px;
        font-family: "Trebuchet MS", sans-serif;
        color: rgba(77, 86, 100, 1);
    }
    #chart_info_under{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 1%;
        margin-bottom: 2%
    }
    #brutto_netto_div {
        display: flex;
        justify-content: right;
        gap: 5px;
    }
    #berechner_field {
        margin-left: auto;
        padding-top: 20px;
        padding-left: 40px;
    }

}

@media (min-width: 1250px) {
    #complete_div {
        width:80%; height:80%;display: flex; margin: auto
    }

    #day_data_div {
        display: block;
        margin: auto;
        width: 20%;
    }

    #completeChartDiv{
        width:85%;
        height:70%;
    }
    #chart_with_data {
        display: flex;
    }

}

#page {
    width: 100%; height: 100%;
}

.mainContentText{
    text-align: center
}

.chartHeader{
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: white;
    text-align: center;
}

#zeitscheiben_options{
    height: 36px;
}

#decrement_day {
    background:  url('material/circle-left.svg')no-repeat center center;
}

#add_day {
    background: url('material/circle-right.svg') no-repeat center center
}

#my_chart {
    height: 500px;
    width: 1000px;
}

.day_button {
    width: 18px;
    height: 18px;
    background-size: contain;
    border: none;
    cursor: pointer;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#reset_chart {
    font-family: "Trebuchet MS light", sans-serif;
    color: rgba(77, 86, 100,1);
    background-color: transparent;
    border: transparent;
}

#reset_chart:hover{
    font-family: "Trebuchet MS", sans-serif;
    cursor: pointer;
    color: rgba(77, 86, 100, 0.5);
}

.chartZeitscheibe{
    font-size: 18px;
    font-family: "Trebuchet MS", sans-serif;
    color: rgba(77, 86, 100, 0.9);
    width: 100px;
}

.tooltipClass{
    font-family: "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: 14px;
    color: white;
}

#extra{
    padding-top: 20px;
    margin-bottom: 30px;
}



.day_data_sec{
    padding-top: 40px;
}

.day_data_left p {
    font-family: "Trebuchet MS light", sans-serif;
    font-size: 12px;
    text-align: center;
    width: 100px;
}

.day_data_right{
    display: flex;
}

.day_data_right p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 25px;
    text-align: center;
    margin-bottom: 0px;
    margin-top:10px;
    color: rgba(77, 86, 100, 1);
}

.cent_kW {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
}

.icon_wrapper{
    width: 100px;
    display: flex;
    align-items: center;
}

.day_icons {
    height: 40px;
    width: 40px;
    display: block;
    margin: auto;
}


#day_current .day_icons{
    background: url('material/current-value.svg');
}

#day_high .day_icons{
    background: url('material/arrow-up-right2.svg');
}

#day_low  .day_icons{
    background: url('material/arrow-down-right2.svg');
}

#day_avg  .day_icons{
    background: url('material/planner_review.svg');
}

#brutto_netto_div label {
    font-size: 15px;
    color: #4d5664;
    font-weight: 400;
    font-style: normal;
    transition: color 0.3s ease;
    margin-right: 10px;
    cursor: pointer;
}

#brutto_netto_div input[type="radio"]:checked + label {
    color: black;
}

#brutto_netto_div input[type="radio"]:checked {
    background-color:  #333;
}

#brutto_netto_div input[type="radio"]:not(:checked) + label {
    color: #888;
}

#brutto_netto_div input[type="radio"]:not(:checked) {
    background-color: white;
}

#brutto_netto_div input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #888;
    background-color: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}



#chart_info_text{
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: 15px;
    padding-left: 40px;
    color: rgba(77, 86, 100, 1);
}

#no_data_field{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}

#no_data_field_text{
    color: rgba(77, 86, 100, 0.7);
    font-family: "Trebuchet MS", sans-serif;
    font-size: 30px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}



#berechner_button {
    font-size: 17px;
    padding: 7.5px 30px;
    transition: all .3s ease;
    border: 1px solid #4d5664;
    background-color: #4d5664;
    border-radius: 2px;
    color: #fff;
    align-content: end;
    height: 40px;
}

#berechner_button:hover{
    background-color: #e6e6e6;
    color: #000;
    border-color:  #e6e6e6;
}

.input {
    height: 40px;
    font-size: 16px;
    color: #555;
    border: 1px solid #ccc;
    padding: 9px 12px 7px;
    font-family: 'Trebuchet MS', sans-serif;
}

.input_label {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 19px;
    color: rgba(77,86,100,1);
}

.hidden {
    display:none;
}