/**
 * 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: 25px;
    padding-left: 0;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid rgb(83, 180, 240);
    -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 {
    margin: 0;
    padding: 0;
    font-family: "PT Sans";
    color: white;
    border-bottom: 1px solid rgb(83, 180, 240);
}
#rechner .list-group-item:last-child {
    border-bottom: 0px;
}
#rechner .list-group a {
    color: rgb(83, 180, 240);
    padding: 10px 0 10px 10px;
    display: block;
}


#rechner .list-group a:hover,
#rechner .list-group a:active{
    color: rgb(83, 180, 240);
    text-decoration: underline;
}
@media only screen and (max-width: 900px) {
    #rechner .col-sm-8,
    #rechner .col-sm-4 {
        width: 100% !important;
    }
    div#smarteagle {
        padding:15px 0 15px 0 !important;
    }
    #rechner {
        clear: both;
        margin-right: 0;
        margin-left: 0;
    }
}