<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
  height:auto !important;
}

.solbox {
   background-color: rgba(255, 255, 255, 1);
   width:100%;
   min-height: auto;
   font-family: Arial, Helvetica, sans-serif !important;
   font-size: 12px !important;
   color: #000 !important;
   font-weight: normal !important;
   text-align: left;
   z-index: 99999999;
   bottom: 0;
   position: sticky;
   position: -webkit-sticky;
   border-top: 1px solid rgba(44,44,44,0.6);
   box-shadow: 0px 0px 10px 0px #aaa;
}


.solbox p {
  font-family: Arial, Helvetica, sans-serif !important;
  color: #000;
  margin: 10px 0px;
  font-size: 12px;
  text-shadow: none;
}

.solbox h1, .solbox h2, .solbox h3, .solbox h4, .solbox h5, .solbox h6 {
  font-family: Arial, Helvetica, sans-serif !important;
  text-transform: none;
  text-align: left;
  margin: 10px 0px;
  color: #000;
  line-height: normal;
}

.solbox input[type="checkbox"] {
  float: none;
  margin: 0px;
  padding: 0px;
}

.solbox #innerbox {
  max-width: 1200px;
  min-height: 148px;
  background: white;
  margin: 10px auto;
  padding: 10px;
}

.solbox h1 {
  font-size: 15px;
}

.snowrap {
  white-space: nowrap;
}

.solbox h1 #close-button {
  float: right;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: -6px;
}

.solbox #checkers {
  border:1px solid #bebebe;
  border-radius: 3px;
  padding:2px;
  overflow: hidden;
}

.solbox #checkers #more-button {
  float:right;
  margin:1px 2px 0 0;
  cursor: pointer;
}

@media (max-width: 510px) {

  .solbox #checkers #more-button {
    float: none;
    display: block;
    text-align: center;
  }

}

.solbox #detail-box {
  display: none;
  height: 221px;
  margin-top: 10px;
}

.solbox #ok-box {
  margin: 20px 0;
  text-align: center;
}

.solbox #ok-box #ok-button {
  background-color: #00b507;
  padding: 5px 30px;
  cursor: pointer;
  color: white;
}

.solbox #ok-box #add-button {
  background-color: #787878;
  padding: 5px 30px;
  cursor: pointer;
  color: white;
}

.solbox #tab1 {
  border: 1px solid #bebebe;
  border-bottom: none;
  background: white;
  display: inline-block;
  padding: 3px 20px;
  position: relative;
  top:1px;
  cursor: pointer;
}

.solbox #tab2 {
  border: 1px solid #bebebe;
  border-bottom: none;
  background: #bebebe;
  display: inline-block;
  padding: 3px 20px;
  position: relative;
  top:1px;
  cursor: pointer;
}

.solbox #t1-links {
  width: 130px;
  height: 200px;
  float:left;
}

.solbox .vert-tab {
  height: 30px;
  line-height: 30px;
  padding: 0px 3px;
  border:1px solid #bebebe;
  border-bottom: none;
  background-color: #e1e1e1;
  cursor: pointer;
}

.solbox .vert-tab.active {
  background-color: #ffffff;
  border-right: 1px solid #ffffff;
}

.solbox .vert-tab-oben {
  height: 20px;
  border-right: 1px solid #bebebe;
}

.solbox .vert-tab-unten {
  height: 20px;
  border-top: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
}

.solbox #t1-rechts {
  width:380px;
  float:left;
  padding-left: 10px;
}

@media (max-width: 599px) {
  
  .solbox #t1-rechts {
    width:290px;
  }
  
}
@media (max-width: 510px) {
  
  .solbox #t1-rechts {
    width:200px;
  }
  
}
@media (max-width: 400px) {
  
  .solbox #t1-rechts {
    width:100%;
    padding-left: 0;
  }
  
}

.solbox #t1-rechts #t1-1 {
  
}

.solbox #t1-rechts #t1-2, .solbox #t1-rechts #t1-3, .solbox #t1-rechts #t1-4, .solbox #t1-rechts #t1-5 {
  display: none;
}

.solbox #tab1-content {
  display: block;
  border: 1px solid #bebebe;
  padding: 10px;
  height: 183px;
  overflow-y: scroll;
  font-size: 0.9em;
}

.solbox #tab2-content {
  display: none;
  border: 1px solid #bebebe;
  padding: 10px;
  height: 183px;
  overflow-y: scroll;
}

.solbox #tab3-content {
  display: none;
  border: 1px solid #bebebe;
  padding: 10px;
  height: 250px;
  overflow-y: scroll;
}

.solbox #tab4-content {
  display: none;
  border: 1px solid #bebebe;
  padding: 10px;
  height: 250px;
  overflow-y: scroll;
}

.solbox #tab5-content {
  display: none;
  border: 1px solid #bebebe;
  padding: 10px;
  height: 250px;
  overflow-y: scroll;
}

.solbox .cookie-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1em;
  color: #000;
}

.solbox .cookie-table tr {
  background-color: #fff;
}

.solbox .cookie-table th {
  text-align: left;  
}

.solbox .cookie-table td {
  border: 1px solid #bebebe;
  width: 50%;
  padding: 2px 4px;
}


#boxActive {
    background-color: green;
    width: 10px;
    height: 10px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
}

#boxInactive {
    background-color: black;
    width: 10px;
    height: 10px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
}
</pre></body></html>