<style>
body {
  font: normal 13px/20px Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  color: #eee;
  #background: #353535;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 90%;
  min-height: 100vh;
}

#menu {
     position: center;
     max-width: 500px;
     margin: 0 auto;
	
}
 
#menu ul {
     position: center;
     /*margin: 0 0 0 25px;*/
     list-style: none;
	 max-width: 370px;
	 min-width: 250px;
	 margin: 0 px;
	text-align: center;
	display: flex;
	justify-content: center;
}
 
#menu ul li {
     float: left;
     margin: 0 0 0 15px;
}

#menu ul ul {
     position: absolute;
     top: 30px;
     padding: 0;
     margin: 0;
}
 
#menu ul ul li {
     float: none;
     margin: 0;
}

#menu ul ul {
     top: -9999px;
}
 
#menu ul li:hover ul {
     top: 40px;
}

#menu h3 {
     font-size: 24px;
     color: #fff;
     padding: 10px;
     margin: 10;
     #background: #000;
     line-height: 20px;
}
 
#menu ul li {
     line-height: 30px;
}
 
#menu ul li a {
     color: black;
     text-decoration: none;
	 font-size: 24;
	 border: 1px solid silver;
     background-image: linear-gradient(to top, gainsboro 0%, white 90%);
     border-radius: 20px;
	 padding: 5px 10px;
}
 
#menu ul li a:hover {
     color: lightblue;
}
 
#menu ul li img {
     float: left;
     width: 16px;
     height: 16px;
     margin: 14px 5px;
     padding: 6px;
     background: #999;
     -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
     border-radius: 25px;
}


.nationlogo img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

.header h1{
  padding: 5px;
  text-align: center;
  #background: #1abc9c;
  color: black;
  font-size: 30px;
	margin: 5px;
}

.headerpremium h1{
  padding: 5px;
  text-align: center;
  #background: #1abc9c;
  color: #BDA300;
  font-size: 30px;
	margin: 5px;
}

.header headerimg{
	position: center;
}

.hintergrund {
/*	background: url("http://wow.potti24.de/img/bg-wow2.png") no-repeat center center fixed;  */
	min-height: 97vh;
    background-size: cover;
}

.hintergrund-login {
	background: url("http://wow.potti24.de/img/bg-wow1.jpg") no-repeat center center fixed;
	min-height: 97vh;
    background-size: cover;
}

.login {
  padding: 80px;
  text-align: center;
  #background: #1abc9c;
  color: black;
  font-size: 50px;
	text-decoration: blink;
}

input[type="password"] {
   font-size: 15px; padding: 5px 12px; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: teal;
   border: 1px solid silver;
   background-image: linear-gradient(to top, gainsboro 0%, white 90%);
   border-radius: 20px;
}

input[type="submit"] {
   font-size: 15px; padding: 5px 12px; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: teal;
   border: 1px solid silver;
   background-image: linear-gradient(to top, gainsboro 0%, white 90%);
   border-radius: 20px;
}

/*a:link {
        color: white;
		margin: 10px;
		padding: 10px;
      }*/

.flex{
/*	display: flex;
	justify-content: center;
	align-items: center;*/
	display: grid;
	place-content: center;
	/*place-self: center;*/
	/*place-items: center;*/
	grid-template-columns: repeat(auto-fit, 10em);
	margin-top: 20px;
	margin-bottom: 20px;
	row-gap: 25px;
	column-gap: 20px;
}

.flex a a a a{
	max-width: 300px;
	margin: 10px 10px 10px 10px;
	justify-items: center;
	font-size: 12px;
	text-align: center;
}

a:link{
	text-align: center;
}

.flex-table{
/*	display: flex;
	justify-content: center;
	align-items: center;*/
	display: grid;
	place-content: center;
	/*place-self: center;*/
	/*place-items: center;*/
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 20px;
}




.column {
  width: 100%;
}
@media screen and (min-width: 360px) {
  .column {
    width: 50%;
    float: left;
  }
	#menu ul li{
		margin: 0 40px 0 10px;}
	
}
@media screen and (min-width: 768px) {
  .column {
    width: 33.33%;
  }
	#menu ul li{
		margin: 0 0 0 25px;}
}

.cont-table{
	margin-top: 50px;
	align-items: center;
	text-align: left;
	font-size: 25px;

}

.table-lack td, th, caption{
	padding: 5px;
	border-style: solid;
	border-collapse: collapse;

	border-width: medium medium medium medium;

	table-layout: auto;
	max-width: 100%;	
}

.flex-box {
	display:flex; 
	justify-content: space-around;
	flex-direction: column;
}
.flex-box > div {
	display: inline-block;
	flex-direction: column;
	align-items:center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 20px;
	/*border-color: #1b1b1b;
	border-width: 7px;
	border-style: groove;
	border-radius: 20px;*/
	border-color: #1bb54c;
	border-width: 3px;
	border-style: groove;	
	background: white;
	background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
	border-radius: 2rem;
	/*box-shadow: 10px 10px 20px #272b27;*/
	box-shadow: 10px 10px 20px #1bb54c;
}

</style>