/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#rechner {clear: both;     margin-right: -15px; margin-left: -15px;}
#rechner .col-sm-4, #rechner .col-sm-8 {     position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; float: left; }
#rechner .col-sm-4 { width: 25% }
#rechner .col-sm-8 {width: 75%;}
#rechner .list-group {
    list-style-type: none;
    margin-top: .67em;
}
#rechner .list-group-item {
    border-bottom: 1px solid rgb(24,24,24);
    margin: 0;
    padding: 0;
}
#rechner .list-group a {
    color: rgb(24, 24, 24);
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    display: block;
}
#rechner .list-group a:before {
    content: "» ";
}
#rechner .list-group a:hover,
#rechner .list-group a:active{
    color: rgba(0, 112, 136, 0.8);;
}
@media only screen and (max-width: 900px) {
    #rechner .col-sm-8,
    #rechner .col-sm-4 {
        width: 100% !important;
    }
    div#rechner {
        padding:15px 0px 15px 0px !important;
    }
    #rechner {
        clear: both; margin-right: 0px; margin-left: 0px;
    }
}