html, body {height:100%;}
/*Main Sidebar + container*/
.sidebar
{
	float: left;
	width: 35%;
	height: 100%;
	background-image: url("http://www.depping-web.de/img/bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.container
{
	text-align: right;
	font-size: 4em;
	width: 100%;
	height: 90%;
	position: absolute;
	top: 10%;
	bottom: 0;
	left: 0;
	right: 0;
	border-right: 50px solid transparent;
margin: auto;
}

/* Responsive layout*/
@media screen and (max-width: 800px) {
  .sidebar {
    width: 100%;
  }
