body {
    background-image: url(img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
#wrapper {
    width: 90%;
    min-width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 20px !important;
    text-align: center;
    line-height: 30px;
    text-shadow: 1px 1px 1px #ffffff;
}
.box {
    width: 100%;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    box-sizing: border-box;
}
.box.content{
	min-height:1000px;
    background-image: url(img/schriftzug.png);
    background-position: 20px 20px;
    background-repeat: no-repeat;
}
.box.social {
    float: left;
    width: 30%;
    min-width: 300px;
    margin-bottom: 15px;
    min-height: 400px;
}
.box.comments {
    float: left;
    width: 69%;
    margin-right: 1%;
    margin-bottom: 15px;
    min-height: 400px;
}

.smallitalic{
	font-style: italic;
	font-size: 12px;
	
}

.mt15{margin-top: 15px;}

#foot{
	margin: 25px;
}
.clear{
	clear:both;
}
input{
	height: 30px;
}

#twitter-widget-0{
	vertical-align:top;
}
.jus{
	font-size: 17px;
    line-height: 17px;
    text-align: justify;
}
#ja,#nein,#pp input{
	height: auto !important;
}
.mb50{margin-bottom:50px;}

ul{  
	list-style-type: none;
    width: 300px;
    margin: 0 auto;
    text-align: left;
}
ul li{ margin: 10px 0;}
.h::before {
    content: "Europa, Zone 4";
    text-shadow: none;
    display: block;
    font-size: 40px;
    color: rgba(255,255,255,.2);
}
.rrr::before{
	content: "Alle guten Dinge sind";
    text-shadow: none;
    display: block;
    font-size: 40px;
    color: rgba(255,255,255,.2);
}
.bildschirm{
	background-color:black;
	color: green;
	text-shadow:none;
	font-family: monospace;
	
}