<style type: "text/css">

body {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  background: white;
  font-family: Verdana, Calibbri, Tahoma, sans-serif;
  font-size: small;
  color: #696868;
  line-height: 1.5;
  text-decoration: none;
}
/* Mobile first - alle Dokument-Blöcke bekommen 100% Breite */

* {
	margin:0;
	padding:0;
	list-style-type: style disc;
	list-style-position: inside;
	box-sizing:border-box;
	font-family: Verdana, Calibbri, Tahoma, sans-serif;
	
}

body:after {
	content: Resize Viewport;
	position: fixed;
	bottom:1em;
	right: 1em;
	opacity: 0.5;
	font-size: 0.8em;
}

header {
	padding-top: 0px;
	padding-bottom: 0px;	
	width:100%;
	float:left;
	background:#ffffff;
	border-bottom:0px solid #ffffff;
	position: sticky; 
	top: 0;
}

.logo {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	text-decoration:none;
	color: #ffffff;
}

nav {
	width:100%;
	float:left;
	background:#ffffff;
	font-size: small;
	position: sticky;
  	top: 0;
	 
}

nav li {
	float:left;
	text-align:center;
	width:auto;
	font-size: small;
	list-style-type: none;
}

nav a {
	display:block;
	height:100%;
	width:100%;
	padding:1em;
	text-decoration:none;
	font-size: small;
	color:rgb(100, 98, 98);
}
nav a:hover {
	background: #ffffff;
}
div.stripe {
	width: 100%;
	border-bottom:0px
  }

  .teaser {
	width: 100%;
	height: auto;
  }

  #container {
	max-width:700px;
	width:100%;
}

#abgerundet {
	background-color: #7AE90D;
	width: 10em;
	padding: 1em 1em;
	text-align: center;
	-moz-border-radius: 0,5em;
	-webkit-border-radius: 0.5em;
	border-radius: 1em;
	text-decoration:none;
	color:rgb(34, 33, 33);
  }

  .button {
	background-color: #529d06;
	border: none;
	color: #363636;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	}

.responsive-video {
	position: relative;
	padding-bottom: 56%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
  
@media screen and (min-width:800px) {
	
		header {
			margin:0;
			width:auto;
			float:left;	

		}	
		.logo {
			width:auto;
			float:left;	
		}
		
		nav {
			float:left;
			width:auto;
		}
		
		nav {
			width:auto;
		}
}

section {
	background: #ffffff;
	border-color: #ffffff;
	padding: 4px;
	margin: 2px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: rgb(122, 120, 120);
}

h1, h2 {
	color: rgb(122, 120, 120);
	text-align: left;
	padding: 4px;
	  }
  
h3 {
	color: rgb(122, 120, 120);
	 text-align: left;
	 padding: 4px;
}

b {
	color: rgb(78, 77, 77);
	text-align: left;
	padding: 4px;

}
class text {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: rgb(122, 120, 120);
	text-align: left;
	 padding: 4px;
}


ul. li  {
	list-style-type: style disc;
	
	
}
} muss bleiben wegen Footer Breite

body {
	margin: 40px;
  }
  
  .wrapper {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-gap: 10px;
	background-color: #fff;
	color: rgb(122, 120, 120);
  }
  
  .box {
	background-color: #ffffff;
	color: #fffff;
	border-radius: 5px;
	padding: 10px;
	font-size: 100%;
	text-align: center;
  }


  .container{
	display: grid;
	grid-template-columns: repeat(50, 250px);
	grid-template-rows: 150px;
	grid-gap: 30px;
  }

 

section,
article,
aside,
footer {
	border-radius: 0px ;
	border: 0px solid;
	padding: 2%;
	margin: 0px;
	flex: 1 100%;
    font-size: clamp(1em, 1vw, 1em);
	font-size: small;
	color: #363636;
 	line-height: 1.5;
	backdrop-filter: blur(40px);
	text-decoration: none;
	}

article {
	border: 0px solid;
	background: #529d06;
	border-color: #529d06;
	backdrop-filter: blur(20px);
	text-decoration: none;
	}

aside {
	background: #529d06;
	border-color: #529d06;
	padding: 4px;
	margin: 2px;
	text-decoration: none;
}


footer {
	backdrop-filter: blur(40px);
	background: #529d06;
	border-color: #529d06;
	text-decoration: none;
		  }
	  
article {
	border: 0px solid;
	background: #529d06;
	border-color: #529d06;
	text-decoration="none";
}

aside {
	border: 0px solid ;
	padding: .5em;
	text-decoration: none;
}

@media (min-width: 40em) {
	article {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}
/* Smart Phones und Tablets mit mittlerer Auflösung */

@media all and (min-width: 35em) {
	header img {
		margin-right: 50px;
	}
	nav ul {
		flex-direction: row;
	}
	nav li {
		margin: 0 10px;
		flex: 1 1 0%;
	}

	section {
		order: 1;

	}
	article {
		order: 2;
	}
	#news {
		order: 3;
	}
	aside {
		/* durch auto werden die beiden asides in eine Zeile gesetzt */
		
		flex: 1 1 auto;
		order: 4;
	}
	footer {
		order: 5;
	}
}
/* Large screens */

@media all and (min-width: 50em) {
	article {
		/* Der Article wird 2.5x so breit wie die beiden asides! */
		
		order: 3;
		flex: 5 1 0%;
	}
	aside {
		flex: 2 1 0%;
	}
	#news {
		order: 2;
		align-self: center;
		height: 120px;
	}
}
</style>