* {
  box-sizing: border-box;
}

body{
	font-family: 'Quicksand', sans-serif, Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: 300; 
	font-size: 1.18em;
	overflow-x: hidden;	
    background-color: white;	
	color: dimgrey;  
	max-width: 100%
	margin:0px;
	padding:0px 0px 0px;
}

#container{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -20%);
	height: 580px;
	max-height: 100%;
	width: 330px;
	padding: 0px 3px 0px 3px;
	box-sizing: border-box;
}

#GDPR{
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 800px;
	max-width: 100%;
	text-align:justify;
	padding: 0px 5px 5px;
	}

#heading{
	display: flex;
	justify-content: space-between;
	height: 118px;
}

#logo{
	float: left;
}

#headingtext h1{
	width: 212px;
	margin: auto;
	font-size: 30px;
}


ul{	
	list-style:none;
	padding:0px;
	}

ul li:before{
	content:"•";
	font-size:10pt;
	padding-right:3px;
}


.dynamics{
  position: relative;
  top: -11px;
  width: 330px;
  padding: 0px 3px 0px 3px;
  box-sizing: border-box;
  height: 462px;
  text-align: justify;
}

.dynamics:hover .overlay{
  opacity: 1.0;
}

.overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 580px;
  max-height: 100%;
  width: 413px;
  max-width: 100%;
  padding: 0px 3px 0px 3px;
  box-sizing: border-box;
  opacity: 0;
  transition: .5s ease;
  background-color: #FFF;
  text-align: left;
}

#wiki{
	display: flex;
	justify-content: space-between;
}

#wikitext{
	width: 360px;
	float: left;
}

#wikitext p{
	display: inline;
}

#contact{
	clear:both;
}

footer{
  background-color: #FFF;
  width: 100%;
  height: 1.5em;
  position: fixed;
  bottom: 3px;
  left: 3px;
  padding: 3px;
  font-size: 75%;  
}
.copyright {
  float: left;
  width: 60%;
  padding: 3px;
  text-align:left;
}

.privacy {
  float: right;
  width: 40%;
  padding-right: 5px;
  text-align: right;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
