.container {
    padding:20px;
    margin: 0 auto;
    max-width: 800px;
    min-width: 100%;
}

#content {
    left: 0;
    transition: left 0.3s;
    -webkit-transition: left 0.3s;
    position: fixed;
    overflow: scroll;
    height: 100%;
    padding-bottom: 100px;
}

#content.menu_visible {
    left: 200px;
}

.container ul {
    list-style: none;
    padding: 0;
}

.container button {
    width: 100%;
    padding: 24px 12px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: bold;
}

.container .div-15 {
    width: 8%;
    background-color: gray;
}

.container .div-15.active {
    background-color: green;
}

.container button.btn-98 {
    width: 98%;
    margin: 0 2px;
}


.container button.btn-33 {
    width: 32%;
    margin-left: 1%;
    float: left;
}

.container button.btn-66 {
    width: 65%;
    margin-left: 1%;
    float: left;
}

.form-control.streetinput {
    width: 98%;
    margin-left: 1%;
    height: 110px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

.select_row {
    display: table-row;
}

.select_row div, .select_row button {
    display: table-cell;
}

.table_container {
    display: table;
    border-collapse: separate;
    border-spacing: 0 1px;
    width: 100%;
}

.info_box {
    width: 96%;
    position: fixed;
    margin: 0 2%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    top: 0;
}

.info_box_eingabe {
    width: 96%;
    margin: 0 2% 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    min-height: 44px;
}

.info_box_eingabe .glyphicons-chevron-right {
    position: absolute;
    margin: auto 0;
    top: 0;
    right: 3px;
    bottom: 0;
    height: 50%;
    font-size: 1.2em;
}

.info_box_margin {
    margin: 60px auto 0;
}

.container .radio {
    margin-bottom: 20px;
}

.table_container {
    margin: 0 auto;
}

.select_row button {
    font-size: 24px;
    padding: 10px;
}

.info_box span {
    font-size: 24px;
}

#menu_button {
    position: fixed;
    bottom: 0;
    left: 0;
}

#menu_panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
}

#menu_panel button {
    background-color: #CCC;
    width: 23.8%;
}

#forbutton {
    background-color: #060;
    color: #fff;
}

#forbutton:disabled {
    color: #333;
    background: #DDD;
}

.well.smallPadding {
    padding: 8px;
}

#info_box {    
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
}

#close_info_box {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.3em;
}

.btn.btn-default.autobahn, .btn.btn-default.bundesstr, .btn.btn-default.sonststr {
    width: 15.6%;
    height: 50px;
    padding: 6px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 28px;
    float: left;
    margin: 0 0.5% 10px 0.5%;
}

.btn.btn-default.autobahn {
    background-color: #004284;
    color: #FFFFFF;
}

.ads {

    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    background-color: #ccc;
    color: #000;
    font-size: 1.2em;
    width: 47%;
    height: 50px;

    margin: 0 0.5% 10px 0.5%;
    border-radius: 4px;
    border: 1px solid #ccc;
    line-height: 1.5em;


}
.autobahn.small {
    width: 40px;
    height: 18px;
    padding: 0;
    border-radius: 4px;
    background-color: #004284;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    float: left;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    line-height: 18px;
}

.btn.btn-default.bundesstr {
    background-color: #FFFF00;
    color: #000000;
}

.bundesstr.small {
    width: 40px;
    height: 18px;
    padding: 0;
    border-radius: 4px;
    background-color: #FFFF00;
    color: #000000;
    text-align: center;
    font-size: 14px;
    float: left;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    line-height: 18px;
}

.btn.btn-default.sonststr {
    background-color: #FFFFFF;
    color: #000000;
}

.sonststr.small {
    width: 40px;
    height: 18px;
    padding: 0;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    font-size: 14px;
    float: left;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    line-height: 18px;
}

#menu_panel #eingabe_button {
    padding: 8px 0;
    font-size: 11px;
    height: 34px;
}

li .icon {
    width: 20px;
    height: 20px;
    float: left;
}

.icon_container {
    float:left;
    width: 40px;
}

.message {
    margin: 0 0 0 60px;
}

.message_heading {
    font-weight: 600;
}

.help_content .glyphicons{
    margin: 0 8px 0 0;
}

.user_message_menu {
    margin: 10px 0 0 60px;
}

.container .user_message_menu button {
    width: 70px;
    height: auto;
    padding: 0;
    font-size: 20px;
    background-color: #dddddd ;
}

.container .user_message_menu button span {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.container .user_message_menu button i {
    display: block;
    margin: 3px 0 0 10px;
    float: left;
}

.gas_left {
    line-height: 10px;
}

.gas-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.gas-decimal {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.gas_left_right {
    text-align: center;
}

.trend {
    display: inline-block;
    padding: 7px;
    background-color: #eee;
    margin: 0 5px;
}

.change-amount {
    font-size: 11px;
}

.gas_mid {
    line-height: 14px;
    overflow: hidden;
}

.gas_station {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 6px;
}

.changed {
    font-size: 10px;
}



.new_gas.radar .gas_left {
    float: left;
    width: 29px;
}

.new_gas.radar .gas_right {
    float: right;
    width: 133px;
}

.new_gas .gas_left {
    margin: 0 7px 0 0;
    text-align: center;
    float: left;
}

.new_gas .gas-price{
    font-size: 24px;
}

.new_gas .gas-decimal {
    font-size: 12px;
    margin: 0 0 0 -5px;
    font-weight: 600;
}

.new_gas .change-amount {
    color: #178921;
    font-size: 12px;
    display: inline-block;
    margin: 8px 0 0 0;
    font-weight: 600;
}

.new_gas .change-amount-negative {
    color: #a41121;
    font-size: 12px;
    display: inline-block;
    margin: 8px 0 0 0;
    font-weight: 600;
}



.new_gas .changed {
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    margin: 5px 0 0 0;
}

.new_gas .distance {
    font-weight: 600;
    font-size: 16px;
}

.gas_right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: right;
}

.gas_details {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #ccc;
    width: 30px;
    padding: 0 0 0 5px;
    font-size: 1.5em;
    margin: 0 10px 0 10px;
    min-height: 89px;
}

.gas_icons {
    font-size: 1.2em;
    margin: 5px 0 0 0;
}

.gas_icons i {
    margin: 0 0 0 5px;
}

.gas_right_left {
    text-align: right;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.zoom {
    padding: 4px 16px;
    background-color: #ccc;
    text-align: center;
    border-radius: 4px;
}

#menu_bars {
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.2em;
}

#main_menu {
    width: 200px;
    height: 100%;
    position: fixed;
    left: -200px;
    background-color: #999999;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
}

#main_menu.visible {
    left: 0;
}

#main_menu ul {
    list-style: none;
    padding: 0;
}

#main_menu li {
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #fff;
    margin:0 0 1px 0;
}

#main_menu li.dark {
    background-color: #787878;
    color: #fff;
}

#main_menu i {
    font-size: 1.5em;
    margin: 9px;
}

#main_menu span {
    line-height: 42px;
    font-size: 18px;
    font-weight: 600;
}

#menu_panel.menu_visible {
    left: 200px;
}

.gas_station_info {
    width: 50%;
}

.opening_spans {
    display: inline-block;
    width: 50px;	
}

.gas_type {
    font-weight: 600;
    margin: 0 0 20px 0;
    display: inline-block;
}

.new_gas.triple .gas_left {
    width:30%;
}

.gas_station_service i {
    font-size: 1.2em;
    margin: 0 7px;
}

.confirmations {
    font-size: 11px;
}

.gas_right .glyphicons-picture {
    font-size: 1.4em;
}

.gas_left .glyphicons {
    margin-top: 20px;
    font-size: 1.4em;
}

#radar_detail .glyphicons {
    margin: 5px 0;
}

#radar_detail .limit_span {
    text-align: center;
    padding-top: 2px;
    margin: 5px 0;
}

.limit_span {
    border: solid red 3px;
    border-radius: 54px;
    width: 26px;
    display: inline-block;
    letter-spacing: -2px;
    font-size: 12px;
    height: 24px;
    padding-top: 4px;
    padding-right: 3px;
    font-weight: 700;
}

#radar_detail div {
    float:left;
    /* Firefox */
    width: -moz-calc(100% - 120px);
    /* WebKit */
    width: -webkit-calc(100% - 120px);
    /* Opera */
    width: -o-calc(100% - 120px);
    /* Standard */
    width: calc(100% - 120px);
    min-height: 20px;
    overflow: hidden;
}

.radar_detail_first_span{
    font-weight: 600;
    display: inline-block;
    width: 120px;
    float: left;
}

.radar_detail br {
    clear: both;
}

.radar_images .image {
    width: 49%;
}

.image img {
    max-width: 100%;
}

@media (max-width: 700px) {
    .container button {
        font-size: 18px;
        padding: 8px;
    }

    .select_row button, .info_box span {
        font-size: 21px;
    }

    .form-control.streetinput {
        font-size: 24px;
        padding: 0;
        height: 50px;
    }

    .btn.btn-default.autobahn, .btn.btn-default.bundesstr, .btn.btn-default.sonststr {
        width: 19%;
    }
}

@media (max-width: 600px) {
    .btn.btn-default.autobahn, .btn.btn-default.bundesstr, .btn.btn-default.sonststr {
        width: 24%;
    }
}


@media (max-width: 450px) {
    .container button, .form-control.streetinput {
        font-size: 20px;
        padding: 0;
        height: 34px;
    }

    .select_row button {
        font-size: 12px;
        padding: 6px;
    }

    .info_box span {
        font-size: 12px;
    }

    .btn.btn-default.autobahn, .btn.btn-default.bundesstr, .btn.btn-default.sonststr {
        width: 32.3%;
    }

     .ads
     {
         width: 100%;
     }

}