﻿/*** little layout helper ***/

.red {
    background-color: red;
}

.blue {
    background-color: blue;
}

.green {
    background-color: green;
}

.grey {
    background-color: grey;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}


/*** structure and design ***/

.explanationbox {
    padding-top: 30px;
}

ul.co-inc {
    list-style: url('../images/co-inc.png');
    padding-bottom: 0px !important;
}

ul.w-t-e {
    list-style: url('../images/w-t-e.png');
}

#bag-container {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

#bag-content {
    display: inline-block;
    width: 140px;
    height: 190px;

    /* To only use the inner part of the bag (and also omit the thick borders) for calculation */
    padding-top: 66px;
    padding-bottom: 8px;
}

#bag-image-container {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 1px;
}

img.bag {
    height: 190px;
}

p.subhead {
    margin-top: -10px !important;
}

.calc-start {
    font-weight: 600;
    font-size: 13px;
    margin-top: /*5px*/
    0px;
    margin-bottom: 30px;
    font-family: Oswald, sans-serif;
}

.peak {
    margin-top: -30px;
    margin-bottom: 15px;
}

h2.col_municipal {
    color: #07A0E6;
    margin-bottom: 5px;
    margin-top: -15px !important;
    text-align: center;
}

h2.col_municipal_2nd {
    color: #07A0E6;
    margin-bottom: 5px;
    margin-top: -15px !important;
    text-align: center;
}

h2.col_municipal::before,
h2.col_municipal_2nd::before,
.subhead_municipal::before {
    background-image: url('../images/icon_municipal.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-size: 28px 26px;
    display: inline-block;
    height: 28px;
    width: 35px;
    content: "";
}

h2.col_commercial {
    color: #FE7C05;
    margin-bottom: 5px;
    margin-top: -15px !important;
    text-align: center;
}

h2.col_commercial_2nd {
    color: #FE7C05;
    margin-bottom: 5px;
    margin-top: -15px !important;
    text-align: center;
}

h2.col_commercial::before,
h2.col_commercial_2nd::before,
.subhead_commercial::before {
    background-image: url('../images/icon_commercial.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-size: 28px 26px;
    display: inline-block;
    height: 28px;
    width: 35px;
    content: "";
}

p.subhead_commercial,
p.subhead_municipal {
    width: 100%;
    padding: 0;
}

.calc_box {
    border: 1px solid #c8c8c8;
    padding: 10px 15px;
}

.calc_block {
    padding-bottom: 45px;
}

.calc_descr {}


/*** slider **/

.fl_left {
    width: 250px;
    /* border: 1px solid blue;*/
}

.fl_right {
    width: 120px;
    text-align: right;
}

.calc_left .slider-handle {
    background-color: #07A0E6 !important;
    background-image: none !important;
    width: 14px !important;
    height: 14px !important;
}

.calc_right .slider-handle {
    background-color: #FE7C05 !important;
    background-image: none !important;
    width: 14px !important;
    height: 14px !important;
}

.slider.slider-horizontal {
    width: 210px;
    height: 20px;
}

.slider-track {
    height: 5px !important;
    background-image: none;
}

.slider-selection {
    background-color: aqua !important;
}


/*****Select Felder*/

/* remove standard-styles */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%;
}


/* styling */

select {
    width: 55px;
    border: 1px solid #C8C8C8;
    background-color: white;
    background-image: url(../images/select-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

select#PopulationGrowthModel-select {
    width: 140px;
    margin-left: -20px;
}

select#LandfillException-select {
    width: 43px;
}

select {
    font-size: 12px !important;
    padding: 5px !important;
    color: #373737 !important;
    font-weight: 300 !important;
}


/* hide browser-styling (arrow) in IE10 */

select::-ms-expand {
    display: none;
}

:focus {
    outline: 0;
}


/* Liste neben Müllsack */

.co-inc li,
.w-t-e li {
    background-image: none;
    padding-left: 0px;
}


/** Charts BLock **/

.arrows {
    background-image: url('../images/grey_green_arrows_300_mobil.png');
    background-repeat: no-repeat;
    background-position: center 60px;
    margin-top: 20px;
    /*height: 530px;*/
}

@media screen and (min-width: 770px) {
    .arrows {
        background-image: url('../images/grey_green_arrows_300.png');
    }
}

.chart_recycling {
    height: 250px;
    margin-top: 40px;
}


.charts_2nd_row {
    margin-top: 25px;
    /*height: 185px;*/
}

.small_chart {
    height: 105px;
}


.rec {
    font-family: Oswald, sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #86E607;
}

.rec::before {
    background-image: url('../images/icon_recycling.png');
    background-repeat: no-repeat;
    background-position: 0px 9px;
    background-size: 25px 24px;
    display: inline-block;
    height: 32px;
    width: 35px;
    content: "";
}


.landfill {
    font-family: Oswald, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #73A7C3;
}

.landfill::before {
    background-image: url('../images/icon_landfill_2.png');
    background-repeat: no-repeat;
    background-position: 0px 9px;
    background-size: 29px 19px;
    display: inline-block;
    height: 28px;
    width: 35px;
    content: "";
}

.l-t-t {
    font-family: Oswald, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #04C6CF;
}

.l-t-t::before {
    background-image: url('../images/icon_l-t-t.png');
    background-repeat: no-repeat;
    background-position: 0px 7px;
    background-size: 20px 21px;
    display: inline-block;
    height: 28px;
    width: 30px;
    content: "";
}

.colors {
    padding-top: 5px;
    width: 400px;
    margin: 0 auto;
}

.colors p {
    padding-bottom: 0px;
}

.final-waste-treatment {
    margin-top: 45px;
    text-align: center;
}

@media (max-width: 719px) {
    .final-waste-treatment {
        margin-bottom: 15px;
    }
    
    .Factssidebar {
        margin-top: 40px;
    }
}

.total {
    margin-top: 30px;
    margin-bottom: 15px;
    height: 45px;
    background-image: url('../images/arrows_total.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 10px;
    font-weight: 600;
    font-size: 16px;
    font-family: Oswald, sans-serif;
}

.conclusion_numbers {
    width: 380px;
    margin: 15px auto;
    font-size: 20px;
}

.conclusion_numbers p {
    margin: 0px;
    padding: 0px;
}

.conclusion_numbers .rec,
.conclusion_numbers .landfill,
.conclusion_numbers .l-t-t {
    font-size: 30px;
}

.bar-chart {
    width: 100%;
    height: 55px;
}

.bar-chart-part {
    float: left;
    height: 55px;
    width: 33%;
    color: #fff;
    padding: 4px;
    line-height: 3em;
    font-weight: bold;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    overflow: visible !important;
}