body {
	background: url("/pix/backg.jpg") no-repeat top center fixed;
	background-repeat: no-repeat;
	padding-bottom: 35px;
	background-color: lightgray;
	width:auto;
}

#blogbox{
	margin-top: 2%;
	margin-bottom: 2%;
	padding-bottom: 10px;
	padding-left: 10px;
	border-style: solid;
	border-color:black;
	background-color: white;
}

.centeredcontent{
	text-align:center;
}

img{
    max-width: 100%;
    height: auto;
}

.col-3{
	margin-top: 15px;
}

.textbox{
	width: auto;
	font-family: Tahoma;
	font-size: 14px;
	background-color: rgba(192, 192, 192, 0.8);
}

.maps{
	text-align: center;
}

.row{
	margin-top: 20px;
}

.page-header{
		text-align:center;
}
 .google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	margin-bottom:  25px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#usererstellen{
	text-align:center;
}

footer{
	text-align: right;
	background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
    bottom: 0;
    width: 100%;
    background-color: #101010;
	padding-right: 25px;
	padding-top: 5px;
	margin-top: 15px;
}

.container{
	margin-bottom: 10px;
	background-color: darkgrey;
}

.row{
	margin-top: 10px;
	margin-bottom:10px;
}