﻿/* wasserwacht-bobingen.de © Andreas Berndt, 2020 */
/* Cascading-Style-Sheet for Relaunch Ver. 3 2020 */
/* Copying forbidden. All rights reserved by law! */

header {
	height: 150px;
    width: 100%;
}

.wrap {
	margin: 0 auto;
	position: relative;
	border: 0px solid red;
	width: 90%;
}

#logo {
	left: 25px;
    position: absolute;
    top: 60px;
}

#logo img {
    display: block;
    height: auto;
    margin: auto;
    width: 82px;
}

header h1 {
	padding: 0;
	margin: 0;
	top: 70px;
	left: 121px;
	width: 250px;
	color: #000;
	font-size: 1.4em;
	line-height: 1.0em;
    position: absolute;
}

header #claim {
	padding: 0;
	margin: 0;
	top: 120px;
	left: 121px;
	width: 250px;
	color: #000;
	font-size: 0.7em;
	line-height: 1.0em;
    position: absolute;	
}

@media only screen and (max-width: 600px) {
	#topnav {
		display: none;
	}
	
	footer .box {
		width: 100%;
	}
}

.kampcont {
	display: grid;
	padding: 42px 0;
	grid-template-columns: 100%;
	grid-template-rows: auto;
	grid-column-gap: 50px;
	grid-row-gap: 42px;
}

.kampitem2 {
	width: 95%;
}

.teasercontainer {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto;
}

#darkarea video {
	width: 100%;
}

section #content66 {
	width: 100%;
	line-height: 1.3em;
	border: 0px solid green;
}

#aside30 {
	max-width: 100%;
	min-width: 210px;
}

.imglinks {
	font-size: 10pt;
	margin: 0;
}

.imgrechts {
	font-size: 10pt;
	margin: 0;
}

.imghalb {
	width: 100%;
}

.img200 {
	width: 100%;
}

.img300 {
	width: 100%;
}

.img400 {
	width: 100%;
}

.imgnews {
    float: left;
	width: 100%;
    font-size: 10pt;
	padding: 0 0 30px;
}

.imgnews img {
	width: 100%;
}

.newscontainer {
	display: grid;
	padding: 0 40px 0 0;
	grid-template-columns: 100%;
	grid-template-rows: auto;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}