
@media (min-width: 0px) {
    #content {
        width: 100%;
        height: 100%;
        max-width: 100%;
        background:  white;
    }

    .mainContentText{
        text-align: center
    }

    .chart_header{
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        color: rgba(77, 86, 100,1);
        text-align: center;
    }

    .chart_title{
        font-size: 24px;
    }

    .chart_zeitscheibe{
        font-size: 18px;
    }

    .tooltipClass{
        font-family: "Trebuchet MS", sans-serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-style: normal;
        font-size: 14px;
    }

    #extra{
        padding-top: 20px;
        margin-bottom: 30px;
    }
    #complete_chart_div{
        font-family: "Trebuchet MS", sans-serif;
        width:90%;
        height:100%;
        margin: auto;

    }
    #brutto_netto_div {
        display: block;
        justify-content: right;
        gap: 5px;
    }

    #brutto_netto_div label {
        font-size: 15px;
        color: #888;
        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:  rgba(77, 86, 100,1);
    }

    #brutto_netto_div input[type="radio"]:checked {
        background-color: rgba(0,0,0,1);
    }

    #brutto_netto_div input[type="radio"]:not(:checked) + label {
        color: rgba(77, 86, 100, 0.5);
    }

    #brutto_netto_div input[type="radio"]:not(:checked) {
        background-color: transparent;
    }
    #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;
    }

    .radio_but_div {
        display: flex;
        margin-top: 5px;
        padding-left: 10px;
    }

    #chart_info_under{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 95%;
    }

    #chart_info_text{
        font-optical-sizing: auto;
        color: rgba(77, 86, 100, 0.6);
        font-weight: 100;
        font-style: normal;
        font-size: 15px;
    }

    #zeitscheiben_options{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 36px;
    }

    #no_data_field{
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    #no_data_field_text{
        color: rgba(77, 86, 100, 0.5);
        font-family: "Source Sans Pro", sans-serif;
        font-size: 30px;
    }

    #decrement_day {
        width: 18px; height: 18px; background: url('material/circle-left.svg')  no-repeat center center; background-size: contain; border: none; cursor: pointer;
    }

    #add_day {
        width: 18px; height: 18px; background: url('material/circle-right.svg') no-repeat center center; background-size: contain; border: none; cursor: pointer;
    }

    #my_chart {
        height: 500px;
        width: 1000px;

    }

    #chart_builder{
        width: 100%;
        height: 550px;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media (min-width: 400px) {
    #content {
        width: 1200px;
        height: 800px;
        max-width: 100%;
        background:  white;
    }

    #brutto_netto_div {
        display: flex;
        justify-content: right;
        gap: 5px;
    }

    #brutto_netto_div label {
        font-size: 15px;
        color: #888;
        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:  rgba(77, 86, 100,1);
    }

    #brutto_netto_div input[type="radio"]:checked {
        background-color: rgba(0,0,0,1);
    }

    #brutto_netto_div input[type="radio"]:not(:checked) + label {
        color: rgba(77, 86, 100, 0.5);
    }

    #brutto_netto_div input[type="radio"]:not(:checked) {
        background-color: transparent;
    }
    #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;
        color: rgba(77, 86, 100, 0.6);
        font-weight: 100;
        font-style: normal;
        font-size: 15px;
        padding-left: 40px;
    }
}

