body {
background-color: #019B79;
margin-top: 30px;
  margin: 0;
  font-family: Calibri, Helvetica, sans-serif;
  font-color: #333333;
}
table.center {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    background-color: #ffffff;
}
.zellentext {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10pt;
    line-height: 15pt;
    color: #666666;
    text-decoration: none;
    text-align: left;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-indent: 0pt;
     }
.zellentextfett {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10pt;
    line-height: 15pt;
    color: #666666;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-indent: 0pt;
	    }
.fliesstextfett {
    font-family: Verdana, Arial, Helvetica;
    font-size: 14pt;
    line-height: 18pt;
    color: #666666;
    text-decoration: none;
    font-weight: bold;
    text-align:center
    }
.topnav {
	overflow: hidden;
	background-color: #cef2f0;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #019B79;
	
}

.topnav a {
  float: left;
  display: block;
  color: #666666;
  text-align: center;
  font-weight: bold;
  padding: 16px 20px;
  text-decoration: none;
  font-size: 15px;
  
}

.topnav a:hover {
  background-color:#f0f0ed;
  color: #5e5e5d;
  font-family: Calibri, Helvetica, sans-serif;
}

.active {
  background-color: #ffffff;
  color: white;
  border-right-width: thin;
    border-right-style: dashed;
    border-right-color: #019B79;
	
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;    
}
.embed-container {
  position: relative;
  padding-bottom: 90.05%; /* ratio 16x9 */
  height: 100%;
  overflow: hidden;
  width: 100%;
 
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom:100%;
}  