@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');


/* footer always on bootom like old fram set */
body {
	min-height: 100vh;
	margin: 0;
	position: relative;
}

header {
	min-height: 150px;
}

footer {
}


/* Trick: */
body {
	position: relative;
}

body::after {
	content: '';
	display: block;
	height: 150px;
	/* Set same as footer's height */
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

/* ---------------------------------------------- */

body {
	font-family: "Poppins";
	font-size: 15px;
	color: #3e3e3e;
	background-color: #FFF;
	margin:0px;
	padding:0px;
}
a:link {
	color: #4f4f4f;
	font-size: 15px;
  }
a:link.visited {
	color: #4f4f4f;
  }
a:link.hover {
	color: #054f90;
  }
a:link.active {
	color: #e22c1c;
	font-weight:bold;
  }
  
body a {
	text-decoration: underline;
}
  
.dunkelgrau {
	background-color:#808080;
	width:100%;
	min-height:100px;
	color:#ffffff;

}
.hellgrau {
	background-color:#dadada;
	width:100%;
	min-height:50px;

}

h1 {
	font-family: "Poppins";
	color: #687340;
	font-weight: normal;
	font-size: 30px;
}
.rahmen {
	 border-color: #010101;
	 border-style: solid;
	 border-width: thin;
	 width: 90%;
	 padding: 10px;
 }

.error {
	color: #e22c1c;
}

.page-browser {
	text-align: center;
	margin-top: 1rem;
}

.page-browser A,
.page-browser SPAN,
.page-browser SELECT {
	box-sizing: border-box;
	font-size: 1.3rem;
	height: 2rem;
	vertical-align: middle;
	margin: 0 0.3rem;
}

.page-browser SELECT {
	font-size: 0.9rem;
}

.page-browser A,
.page-browser SPAN {
	display: inline-block;
	border: 1px #808080 solid;
	text-decoration: none;
	line-height: 1em;
	padding: 0.2em 0.6em;
	
}

.page-browser A {
	background-color: #dadada;
	color: #010101;
}

.page-browser A:hover {
	background-color: #cacaca;
}

.page-browser SPAN {
	background-color: #fafafa;
	color: #666;
}

.page-info {
	margin-top: 0.5rem;
	text-align: center;
	font-size: 0.8rem;
}