.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: normal}
.textheadline { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; line-height: normal }
.texthigh { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #283676; line-height: normal }
.textweiss { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; line-height: normal ; font-weight: normal}
.textheadlinehigh { font-family: Arial, Helvetica, sans-serif; font-size: 14px; /*color: #44c900;*/ color: #000000; font-weight: bold; line-height: normal }
.textsmall { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: normal }
.textsmallweiss { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; line-height: normal ; font-weight: normal }
.textsmallhigh { font-family: Arial, Helvetica, sans-serif; font-size: 11px; /*color: #44c900;*/ color:#000000; text-decoration: underline; line-height: normal ; font-weight: normal }
.textsmallhigh.copyright {text-decoration: none;}
.textorange { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF6633; line-height: normal }
.textgrau { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; line-height: normal }
.textrot { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CC0000; line-height: normal }
.textuntertitellogo { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000; line-height: normal }

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.btn {
  display: inline-block;
  padding: 10px;
  background-color: #CCCCCC;
  color: black;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.signal-disabled {
  opacity: 0.4;
  cursor: default;
}
