*, *:before, *:after {
    box-sizing: border-box;
}
html, body {
    
}

body {
    color: #fff;
    /*background: #000 url("/mobel/images/krippe.jpg") no-repeat scroll center 30% / cover;*/
    background: #000 url("../images/krippe.jpg") no-repeat scroll center 30% / cover;
    font-family: "Helvetica Neue", Helvetica, sans-serif; 
}

h1 {
    font-size: 150%;
    margin: 0;
    text-align: center;
}

#wrapper {
    position: relative;
/*    background: rgba(0, 0, 0, 0.2); */
    overflow: auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 20px 10px;
}

.content {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    margin-top: 20px;
    padding: 10px;
}

header {
    background: rgba(0, 0, 0, 0.2);
    margin-top: 0;
}

#heading {
    display: none;
}

#left-column {
    
}

#right-column {
    padding: 10px;
}

img {
    position: relative;
    width: 100%;
}

img {
    padding-bottom: 10px;
}

.content img:first-child {
	padding-top: 0;
}

.content img:last-child {
	padding-bottom: 0;
}

@media all and (min-width: 960px) {
    html, body {
        height: 100%;
        overflow: hidden;
    }
    
    header {
        display: none;
    }
    
    #heading {
        display: block;
    }
    
    #wrapper {
        padding-left: 50px;
        padding-right: 50px;
        overflow: auto;
    }
    
    .content {
        position: relative;
        width: 320px;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    
    #left-column {
        float: left;
    }
    
    #right-column {
        float: right;
        max-height: 479px;
        overflow-y: auto;
        padding: 10px 15px 0 10px;
        padding: 0 15px 0 0;
        border: 10px solid rgba(0, 0, 0, 0);
        border-right: none;
    }
    
}