* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  body {
	background-color: #ededed;
  }
  
  .kopf{
	  display: flex;
	  justify-content: left;
	  width: 80%;
	  margin-left: 10%;
  }
  
  .toggle {
	font-size: 30px;
	color: white;
	float: left;
	line-height: 45px;
	margin-left: 5%;
	cursor: pointer;
	display: none;
  }
  
  nav {
	background: #000000;
	height: 45px;
	width: 100%;
	margin-bottom: 10px;
  }
  
  nav ul {
	float: left;
	margin-left: 10%;
  }
  
  .socialtop {
	float: right;
	margin-right: 5%;
  }
  
  nav ul li {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	font-size: 16px;
  }
  
  nav ul a {
	font-weight: 400;
	padding: 12px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
  }
  
  nav ul li:hover {
	background: #62c9cd;
	color: #fff;
  }
  
  ul li a:hover {
	color: #fff;
  }
  
  .top-social a {
	padding: 6px;
	color: #fff;
  }
  
  .top-social {
	padding: 14px 15px;
  }
  
  .top-social a:hover {
	color: #62c9cd;
  }
  
  .active{
	background-color: #62c9cd;
  }
  
  .responsive-list{
	  display: grid;
	  grid-template-columns: 0.7fr 1fr 1fr 1fr;
	  padding: 0; margin-right: 0;
	  width: 90%;
	  list-style: none;
	  margin-left: 10%;
	  align-items: center;
	  white-space: nowrap;
  }
  
  .responsive-list li{
	  margin-right: 0.5em;
  }
  
  li{
	  font-size: 1em;
	  margin-top: 1em;
	  margin-bottom: 1em;
  }
  
  h1{
	  text-align: center;
	  margin-bottom: 10px;
  }
  
  h2{
	  text-align: center;
	  margin-bottom: 10px;
  }
  
  .uu-bilder{
	  display: grid;
	  grid-template-columns: 300px 300px 300px;
	  justify-content: space-between;
	  margin-left: 30px;
	  margin-right: 30px;
  }
  
  .uu-bild1{
	  
	  box-shadow: 10px 20px 15px silver;
  }
  
  .index-text{
	  font-size: 1em;
	  margin-left: 20px;
	  margin-right: 20px;
  
  }
  
  .bew figure{
	  text-align: center;
	  font-size: 16px;
	  border:2px solid #62d9cd;
	  border-radius: 10px;
	  width: 9em;		
  }
  
  .bew figcaption{
	  font-size: 1.5em;
	  
  }
  .button{
	  color: black;
	  background-color: #ededed;
	  font-size: 15px;
	  margin-bottom: 15px;
	  text-align: center;
	  border: 2px solid;
	  border-radius: 7px;
  }
  
  .button1{
	  color: black;
	  background-color: #ededed;
	  font-size: 23px;
	  text-align: center;
	  border: 2px solid;
	  border-radius: 10px;
  }
  
  .button:hover{
	  outline: 2px solid #62c9cd;
		outline-offset: 2px;
  }
  
  .button1:hover{
	  outline: 2px solid #62c9cd;
		outline-offset: 2px;
  }
  
  .impressum{
	  text-align: center;
  }
  
  .kontakt{
	  width: 1100px;
  }
  
  /*Style für die Bilder auf der Indexseite - ANFANG*/
  
  .reihe1{
	  display: flex;
	  text-align: center;
	  justify-content: space-around;
  }
  
  .reihe1 a{
	  text-decoration: none;
  }
  
  .reihe1 figcaption{
	  border: 2px solid #62c9cd;
	  border-radius: 10px;
	  font-weight: bold;
	  box-shadow: 10px 20px 15px silver;
	  color: black;
  }
  
  .reihe1 figure{
	  
	  margin: 20px 0 20px 0;
  }
  
  .reihe2{
	  display: flex;
	  text-align: center;
	  justify-content: space-evenly;
  }
  .reihe2 a{
	  text-decoration: none;
  }
  
  .reihe2 figcaption{
	  border: 2px solid #62c9cd;
	  border-radius: 10px;
	  font-weight: bold;
	  box-shadow: 10px 20px 15px silver;
	  color: black;
  }
  
  .reihe2 figure{
	  
	  margin: 20px 0 20px 0;
  }
  
  .index-bild{
	  box-shadow: 10px 20px 15px silver;
	  margin: 20px 0 20px 0;
  }
  
  /*Style für die Bilder auf der Indexseite - ENDE*/
  
  .inhalt_agb a{
	  text-decoration: underline;
	  color: blue;
	  
  }
  
  .inhalt_agb{
	  display: grid;
	  text-align: justify;
	  font-size: large;
	  width: 900px;
	  margin-left: 110px;
	  font-size: 1em;
  }
  
  footer{
	background: #000000;
	height: 45px;
	width: 100%;
	margin-top: 10px;
  }
  
  footer ul{
	display: flex;
	justify-content: space-between;
	margin-left: 10%;
	width: 80%;
  }
  
  footer ul li{
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	font-size: 16px;
  }
  
  footer ul a{
	  font-weight: 400;
	
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
  }
  
  footer ul li:hover {
	background: #62c9cd;
  }
  
  .werbefläche_unten{
	  width: 80%;
	  margin-left: 10%;
	  margin-top: 10px;
	margin-bottom: 10px;
  }
  
  .detail_liste1{
	  display: flex;
	  flex-direction: row;
	  list-style: none;
	  margin-left: 10%;
	  width: 80%;
	  text-align: justify;
  }
  
  .detail{
	  margin-right: 10px;
  }
  .detail_liste2{
	  width: 80%;
	  margin-left: 10%;
	  justify-content: right;
  }
  
	
  .row {
	  display: flex;
	  flex-direction: row;
  }
	
  .column {
	  flex: 1;
	  border: 1px solid black;
	  padding: 10px;
	  text-align: center;
	  background-color: #caebee;
  }
  
  .detail_auswahl{
	  display: flex;
	  justify-content: space-between;
	  width: 80%;
	  margin-left: 10%;
  }
  
  @media screen and (max-width: 1052px) {
	.toggle {
	  display: block;
	}
  
	nav ul {
	  z-index: +1;
	  margin-top: 140px;
	  position: fixed;
	  top: -500px;
	  right: 0;
	  left: 0;
	  width: 200px;
	  background: #222222;
	  display: inline-block;
	  transition: top .4s;
	  margin-left: 0;
	}
  
	nav ul.show {
	  top: 60px;
	}
  
	nav ul li {
	  top: 0;
	  width: 100%;
	  float: left;
	  text-align: center;
	}
  }
  
  @media screen AND (max-width: 840px){
	  .kopf{
		  display: block;
		  text-align: center;
		  margin: 0;
		  width: 100%;
	  }
	  .logo{
		  display: none;
	  }
	  .titel{
		  width: 60%;
	  }
	  .nav-elemente { 
		  grid-template-columns: 200px 200px 200px;
		  height: min-content;
		  text-align: center;
		  
	  }
	  .nav-element{
		  margin-top: 15px;
	  }
	  .responsive-list {
		  grid-template-columns: 0.7fr 1fr 1fr; 
		  justify-content: space-between;
		  align-items: center;
		  }
		  .uu-bilder{
			  grid-template-columns: 300px;
			  margin-left: 30%;
			  
		  }			
		  .uu-bild1{
			  margin-bottom: 20px;		
		  }
		  .reihe1{
			  display: grid;		
		  }
		  .reihe2{
			  display: grid;		
		  }
		  .inhalt_agb{
			  grid-template-columns: 600px;
		  }
		  .werbefläche_unten{
			  display: none;
		  }
	  
  }
  
  @media(max-width: 640px){
	  .kopf{
		  display: block;
		  text-align: center;
		  margin: 0;
		  width: 100%;
	  }
	  .logo{
		  display: flex;
		  margin-left: 30%;
	  }
	  .titel{
		  display: none;
	  }
  
	  .nav-elemente { 
		  
		  grid-template-columns: 100px;
		  height: min-content;
		  width: 220px;
		  text-align: left;
	  }
	  .nav-element{
		  margin-top: 15px;
	  }
	  .responsive-list { 
		  grid-template-columns: 1fr 1fr; 
		  align-items: center;
		  }
	  .uu-bilder{
			  grid-template-columns: 300px;
			  margin-left: 20%;
			  
		  }
	  .uu-bild1{
			  margin-bottom: 20px;		
		  }
  }
  
  @media screen AND (max-width: 480px) {
  .responsive-list { 
	  grid-template-columns: 1fr; 
	  justify-content: space-between;
	  align-items: center;
	  text-align: center;
  }
  
  a{
	  text-decoration: none;
	  color: black;
  }
  
  .responsive-list figcaption{
	  font-weight: bold;
  }
  
  nav ul {
	  width: 100%;
	}
	
  footer{
	height: 200px;
  }
  
  footer ul{
	display: block;
	text-align: center;
  }
  
  footer ul li{
	display: block;
  }
  }
  
  @media screen AND (max-width: 380px) {
	  .uu-bilder{
		  grid-template-columns: 300px;
		  margin-left: auto;
		  
	  }
	  .uu-bild1{
		  margin-bottom: 20px;		
	  }
	  .werbefläche{
		  width: 80%;
		  margin-left: 10%;
		  margin-top: 20px;
	  }
	  .detail_liste1{
		  display: block;
	  }
	  .detail{
		  text-align: center;
	  }
	  .proven{
		display: none;
	  }
  }  