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

#rechner {clear: both;     margin-right: -15px; margin-left: -15px; padding: 15px; }
#rechner .col-sm-4, #rechner .col-sm-8 {     position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; float: left; box-sizing: border-box}
#rechner .col-sm-4 { width: 25% }
#rechner .col-sm-8 {width: 75%;}
#rechner .list-group {
    list-style-type: none;
    margin-top: 25px;
    padding-left: 0;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
#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;
    text-decoration: none;
}
#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#smarteagle {
        padding:15px 0 !important;
    }
    #rechner {
        clear: both; margin-right: 0; margin-left: 0;
    }
}