#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 820px;
    height: 850px;
    display: none;
    z-index: 9999;
    padding: 40px;
    border-radius: 5px;
    text-align: center;
}
#boxes .Hinweis {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: medium;
    line-height: 140%;
}
#boxes .fettgeschrieben {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: medium;
    line-height: 140%;
    font-weight: bold;
}
#boxes .Hinweis a:link {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: medium;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
#boxes .Hinweis a:hover {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: medium;
    text-decoration: none;
    color: #6C6C6C;
    font-weight: bold;
}
#boxes .Hinweis a:active {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: medium;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
#boxes .Hinweis a:visited {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: medium;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
#boxes .Headline {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}
#boxes #dialog {
  widows: 800px; 
  height:auto;
  padding: 30px;
  background-color:#ffffff;
  font-size: 12pt;
}
#boxes .Gesundheit {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border: 2px dotted #6A6969;
    width: 300px;
    font-weight: normal;
    background-color: #C7C7C7;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}