@charset "ISO-8859-1";
<style type="text/css">
h1{}
textarea {
    background-color: #E6E6E6;
    border: solid 2px black;
    color: black;
    padding: 10px 70px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 8px;
}
input {
    background-color: #E6E6E6;
    border: solid 2px black;
    color: black;
    padding: 10px 70px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 8px;
}

button {
    background-color: #E6E6E6;
    border: solid 2px black;
    color: black;
    padding: 10px 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    border-radius: 8px;
}
button:hover {
    background-color: #000000;
    color: white;
}
button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.0s;
}
button:hover span {
  padding-right: 25px;
}
button:hover span:after {
  opacity: 1;
  right: 0;
}
button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.0s;
}
nav {
  float: left;
  width: 13%;
  background: #DDDDDD;
  padding: 30px;
}
header {
  background-color: #DDDDDD;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  color: white;
}
hr { 
    display: circle;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 3px;
    color: #000000;
}
h1 {
	display: block;
  	font-size: 3em;
  	margin-top: 0.67em;
  	margin-bottom: 0.07em;
  	margin-left: 0;
  	margin-right: 0;
  	font-weight: 400;
  	font-style: italic;
  	font-family: arial;
  	color: #1027d2;
}
<!--
 /* Schriftartdefinitionen */
@font-face
	{font-family:Roboto;
	panose-1:2 11 8 6 3 9 2 5 2 4;}
@font-face
	{font-family:Arial;
	panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Formatdefinitionen */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin-right:0pt;
	text-indent:0pt;
	margin-top:0pt;
	margin-bottom:6.0pt;
	line-height:119%;
	text-align:left;
	font-family:Calibri;
	font-size:10.0pt;
	color:#373737;}
h2
	{margin-right:0pt;
	text-indent:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	line-height:90%;
	text-align:left;
	font-family:Roboto;
	font-size:24.0pt;
	color:#3c59a5;
	font-weight:normal;
	text-transform:uppercase;}
p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
	{margin-right:0pt;
	text-indent:0pt;
	margin-top:0pt;
	margin-bottom:6.0pt;
	text-align:left;
	font-family:Roboto;
	font-size:14.0pt;
	color:#373737;}
p.MsoAddress, li.MsoAddress, div.MsoAddress
	{margin-right:0pt;
	text-indent:0pt;
	margin-top:0pt;
	margin-bottom:1.0pt;
	text-align:left;
	font-family:Roboto;
	font-size:14.0pt;
	color:#3c59a5;}
h3
	{margin-right:0pt;
	text-indent:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	line-height:94%;
	text-align:left;
	font-family:Roboto;
	font-size:24.0pt;
	color:#3c59a5;
	font-weight:normal;
	text-transform:uppercase;}
h1
	{margin-right:0pt;
	text-indent:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	line-height:77%;
	text-align:left;
	font-family:Roboto;
	font-size:90.0pt;
	color:#3c59a5;
	font-weight:normal;
	text-transform:uppercase;}
p
	{mso-style-name:"Date\/Time\/Location";
	margin-right:0pt;
	text-indent:0pt;
	margin-top:0pt;
	margin-bottom:1.0pt;
	text-align:left;
	font-family:Roboto;
	font-size:11.0pt;
	color:#494949;}
span
	{mso-style-name:"Date\/Time\/Location";
	margin-right:0pt;
	text-indent:0pt;
	margin-top:0pt;
	margin-bottom:1.0pt;
	text-align:left;
	font-family:Roboto;
	font-size:11.0pt;
	color:#373737;}

ol
	{margin-top:0in;
	margin-bottom:0in;
	margin-left:-2197in;}
ul
	{margin-top:0in;
	margin-bottom:0in;
	margin-left:-2197in;}
@page
	{size:8.0302in 11.0in;}
-->

body {
	background-color: rgb(219, 219, 219);
}

/*Topnav*/
#wrapper{
	height: 100%;
	color: #fdc308;
	line-height: 150%;
}
#box1 {
	height: 100%;
	width: 100%;
}
.tab button:hover {
	background-color:rgba(0, 0, 0, 0.55);
	border-bottom: white 2px solid;
}
.tab button.active {
	background-color:#fdc308;
}
.topnav {
	overflow: hidden;
	background-image: linear-gradient(#494949, #494949);
}

.topnav a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}
.topnav a:hover {
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
@-webkit-keyframes shine {
	from {
		-webkit-mask-position: 150%;
	}
	
	to {
		-webkit-mask-position: -50%;
	}
}

.active {
	background-color: #494949;
	color: white;
}

.topnav .icon {
	display: none;
}
.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 17px;    
	border: none;
	outline: none;
	color: #FFFFFF;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

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

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

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

.dropdown-content a:hover {
	background-color:rgba(0,0,0,0.2);
	color: white;
}

.dropdown:hover .dropdown-content {
	display: block;
}
</style>