@charset "utf-8";
/* CSS Document */


.cookies {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	left: 10px;
	right: 10px;
}
body {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	background-color: #97A0A6;
	color: #000;
}
.logo {
	height: 200px;
	width: 200px;
	position: relative;
	background-image: url(http://maass-aberle.de/Design/Grafiken/logo_original.png);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
p {
	font-size:medium;
	text-align: justify;
	margin-left: 15%;
	margin-right: 15%;
}
.copyright {
	text-align: center;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	bottom: 0px;
	left: 1%;
	right: 1%;
}
.footer {
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.container{
	position:relative;
	text-align: center;
	color: #FFF;
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: large;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.5);
	padding: 15px;
}
.img-right {
	max-width: 40%;
	float: right;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.img-left {
	max-width: 40%;
	float: left;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
}
/* Portfolio */

.row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}
.column {
	flex: 24%;
	padding: 0 4px;
}
.column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}


