body {
    width: auto !important;
    overflow-x: hidden !important;
    /* Location of the image */
    background-image: url(../img/startseite_hintergrund.jpg);

    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;

    /* Background image doesn't tile */
    background-repeat: no-repeat;

    /* Background image is fixed in the viewport so that it doesn't move when
       the content's height is greater than the image's height */
    background-attachment: fixed;

    /* This is what makes the background image rescale based
       on the container's size */
    background-size: cover;

    /* Set a background color that will be displayed
       while the background image is loading */
    background-color: #464646;
    margin-bottom: 100px;
}

@media (max-width: 3000px) {
    .navbar {
        border-radius: 0px !important;
        background-color: rgba(95, 91, 101, 0.5) !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: white !important;
    }
    .collapse.in{
        display:block !important;
    }
}

*, *:before, *:after {box-sizing:  border-box !important;}

.row {
    -moz-column-width: 25em;
    -webkit-column-width: 25em;
    column-width: 300px;
    -moz-column-gap: 1em;
    -webkit-column-gap:1em;
}

.item {
    display: inline-block;
    padding:  .50rem;
    width:  100%;
}

.panel {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.well {
    padding: 0 0 0 0;
    position:relative;
    display: block;
}

.img-project {
    cursor: pointer;
    cursor: hand;
    margin-bottom: 5px !important;
}

.panel-body {
    padding-bottom: 1px;
}

.language-change {
    line-height: 1.2;
    font-size: 12px;
    color: rgb(255,255,255);
}

footer {
    background-color: rgb(90, 96, 101) !important;
    color: white;
    position:fixed;
    width: 100%;
    bottom:0px;
}

footer a {
    color: white;
}