.contentwrap {
	display:block;
	/* margin-right: 300px; */
	margin-right: 0px;
	margin-left: 0px;
}
.content {
	display: block;
	margin-right: auto;
	margin-top: 50px;
	background: #454545;
	padding-top: 50px;
	border: 1px solid gray;
	margin-left: auto;
	width: 90%;
}
.entry {
	background-color: rgba(255,255,255,0.8);
	position: relative;
	top: -50px;
	max-width: 700px;
	border: 1px solid gray;
	border-top: transparent;
	border-bottom-left-radius: 15px;
	padding: 10px; 
	margin-left: 14px;
	margin-right: 14px;
	overflow: hidden;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	
	background: rgb(69,69,69); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDU0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzY3NjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(69,69,69,1) 0%, rgba(103,103,103,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,69,69,1)), color-stop(100%,rgba(103,103,103,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,69,69,1) 0%,rgba(103,103,103,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,69,69,1) 0%,rgba(103,103,103,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,69,69,1) 0%,rgba(103,103,103,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,69,69,1) 0%,rgba(103,103,103,1) 100%); /* W3C */
	
	-webkit-box-shadow: 10px 10px 37px #000000;	/* webkit browser*/ 
	-moz-box-shadow: 10px 10px 37px #000000;	/* firefox */ 
	box-shadow: 10px 10px 37px #000000;
}
.entry > img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

.timeline {
	position: relative;
	left: 50px;
	list-style: none;
	margin-right: 50px;
}
.timeline > li {
	border-left: 3px solid black;
	padding-top: 1em;
}
.timeline > li:first-child {
	padding-top: 1px;
	border-top-left-radius: 4px;
}
.timeline > li:last-child {
	border-left: 3px solid transparent;
	padding-top: 0em;
}
.timeline > li:nth-last-child(+2){
	border-bottom-left-radius: 3px;
	padding-bottom: 1em;
}
.timeline > li:before {
	border: 15px solid;
	content: '';
	display: block;
	position: absolute;
	left: 27px;
	border-color: transparent #000000 transparent transparent;
	margin-top: -15px;
}
.menue {
	width: 270px;
	padding: 5px;
	background-color: #ffffff;
	position: fixed;
	top: 40px;
	right: 20px;
	font-size: 1em;
}
.menue h2 {
	font-size: 1.2em;
}
.date {
	margin-top: -14px;
	width: 84px;
	display: inline-block;
	position: absolute;
	left: -47px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #ffffff;
}
a.button {
	display: block;
	border: 1px solid black;
	padding: 3px;
	color: #000000;
	background-color: #dddddd;
	text-decoration: none;
	text-align: center;
	clear: both;
	margin-top: 2px;
}
a.button:hover {
	background-color: #cccccc;
	color: #000000;
}

@media screen and (max-width: 600px) {
  .menue {
    position: initial;
	display: block;
	width: auto;
  }
  .contentwrap {
  	margin-right: 0px;
  }
}