body, html {
  --banner-height: 200px;
#  --menu-height: calc(32px + 1em + 3px);
#  --header-height: calc(var(--banner-height) + var(--menu-height));
#  --footer-height: calc(100px - 32px);
#  --full-height: 100vh;
  margin: 0;
  padding: 0;
  background: #000000;
#  font-family: Verdana, sans-serif;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body, html {
    /* The hack for Safari */
#    --full-height: calc(var(--vh) * 100);
  }
}

a, a:hover, a:visited, a:active {
  color: inherit;
#  text-decoration: none;
 }

h1 {
  font-family: Garamond, serif;
}

ul {
  list-style-type: none;
}

ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

dl {
#  float: left;
}

li {
  margin: 0;
}

.links {
  padding: 16px;
  float: center;
  margin: 20;
}

li.menu a {
  display: block;
  padding: 16px;
  text-align: center;
  text-decoration: none;
}

li a:hover {
  background-color: #888888;
}

.header {
  max-height: var(--header-height);
}

.banner {
  height: var(--banner-height);
  position: relative;
  background-color: #000000;
}

.menu {
  height: var(--menu-height);
  position: relative;
  background-color: #444444;
  color: #CCCCCC;
  padding: 0;
}

.content { 
  position: relative;
  background-color: #CCCCCC;
  color: #000000;
}

content,dl {
  padding: 16px;
}

.rahmen {
	z-index: 1;
	position: relative;
	width: 600px;
	height: 100%;
	padding: 5px 0px 40px 0px;
	margin-left: auto;
	margin-right: auto;
}


.fuss {
  z-index:2;
  position:fixed; bottom: 0px; left:50%;
  margin-left:-300px;
  padding:5px 0px 0px 0px;
  width:600px; height:40px;
  text-align:center; border-top:1px solid #dddddd;
  font-size:9px; color:#c0c0c0;
  background:black;
}

.footer {
  height: var(--footer-height);
  background-color: #000000;
  color: #CCCCCC;
  padding: 16px;
}

.column {
  float: left;
  width: 50%;
}

.contact {
  text-align: left;
  font-size: small;
}

.social {
  text-align: right;
  vertical-align: middle;
}

.socialicon {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 16px;
}

/* Clear floats after the columns */
.footer:after {
  content: "";
  display: table;
  clear: both;
}

.main { 
  position: relative;
  height: calc(var(--full-height) - var(--header-height) - var(--footer-height) - 32px);
  background-color: #CCCCCC;
  margin: 0;
  overflow: hidden;
}

.center {
  margin: 0;
  position: relative;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vcenter {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
