html {scroll-behavior: smooth}
body {margin:0;font-family:Arial}
h2{font-size: 2.3em;font-weight: bold;}

.inhalt{
	background: rgb(221,221,221);
	background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(242,246,247,1) 15%, rgba(242,246,247,1) 85%, rgba(221,221,221,1) 100%);
	border-radius:10px;
	max-width:880px;
	min-height: 600px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.impressum{
	background: rgb(221,221,221);
	background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(242,246,247,1) 15%, rgba(242,246,247,1) 85%, rgba(221,221,221,1) 100%);
	border-radius:10px 10px 0px 0px;
	max-width:880px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:10px;
}
.menu{
	max-width:900px;
	width:100%;
	margin-left: auto;
	margin-right:auto;
	background-color:FFFFFF;
}
/* Mobile Button*/
.button_to_top {
	background: #CD2026;
	text-decoration:none;
	border-radius: 50%;
	display: block;
	height: 40px;
	width: 40px;
	position: fixed;
    right: 5px;
    bottom: 5px;
	border-color:#ffffff;
	border-style: solid;
	border-width:1px;
}
.button_to_top::after {
    content:"\2191";
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}
/* Mobile Button Ende*/

.clearing { clear: both; }

.re_kon_div{
	max-width:350px;
	margin-top:37px;
	
}

/* Ausblenden des input-Feldes */
.toggleBox input {
    position: absolute;
    left: -99999px;
}
/* Gestaltung der labels */
.toggleBox label {
    display: block;
    background: #68B022;
    color: #fff;
    padding: .4em;
    text-align: center;
    cursor: pointer;
}
.toggleBox label:hover {
    background: #B6D419;
}
.impressum-kontakt{
	margin-left:100px;
}

/* Der Aufklappmechanismus */
.toggleBox input:not(:checked) ~ div {
    opacity: 0;
    height: 0;
}
.toggleBox input:checked ~ div {
    opacity: 1;
    padding: .8em;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
/* D1denis Aufklappmechnismus */
/* Statistik Tabelle */
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 400px;
}
#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}
#customers th {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #CC2026;
  color: white;
  text-align: center;
}
#customers2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 400px;
}
#customers2 td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
#customers2 tr:nth-child(even){background-color: #f2f2f2;}
#customers2 tr:hover {background-color: #ddd;}
#customers2 th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #4CAF50;
  color: white;
}
/*Statistik Tabelle Ende*/
h2{
	font-size: 2.3em;
	font-weight: bold;
}
/*Menü style*/
.topnav {
	overflow: hidden;
	background: rgb(18,128,31);
	background: linear-gradient(0deg, rgba(18,128,31,1) 0%, rgba(18,86,26,1) 100%);
	margin-top: -5px;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 12px;/*14, 16 nur Links*/
  text-decoration: none;
  font-size: 17px;
}
.active {
  background: #AA2E30;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 8px 12px; /* Menüs 14, 16*/
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #B6D419;
  color: white;
}

.dropdown-content a:hover {
  background-color: #B6D419;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/*Menü Style Ende*/
.zentriert {
	background: green;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 700px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .re_kon_div {margin-top: 0px;}
}

@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width:841px) {
	.block_mobile{
		display:block;
	}
	.show_mobile{
		display:none;
	}
}

/*
     FILE ARCHIVED ON 22:56:22 Dec 16, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:46:44 Sep 25, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.736
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.013
  esindex: 0.015
  cdx.remote: 16.284
  LoadShardBlock: 206.286 (3)
  PetaboxLoader3.datanode: 236.681 (4)
  PetaboxLoader3.resolve: 151.849 (2)
  load_resource: 292.824
*/