body:before {
  content: '';
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: url("../../assets/img/bg/daten.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-filter: blur(17px);
  -moz-filter: blur(17px);
  -ms-filter: blur(18px);
  filter: blur(18px);
  z-index: -9;
}
.Vcenter{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Color-Institu {
  color: #ed7102;
}
.FRSW.MC{
    border-bottom: 4px solid #ffc002;
}
.FRSW.SC{
    border-bottom: 4px solid #FF9333;
}
.FRSW.OF{
    border-bottom: 4px solid #74df43;
}


.Ausgabe01 {
  border-radius: 20px;
  padding: 40px;
  background-color: rgba(208,207,255,0.7);
  max-width: 315px;
  margin: auto;
}

#HPD1 {
  margin-top: 80px;
  text-align: center;
  padding: 20px;
  margin-bottom: 80px;
}

.Ausgabe02 {
  border-radius: 20px;
  padding: 40px;
  background-color: rgba(208,207,255,0.7);
  max-width: 800px;
  margin: auto;
}

.row.HPS {
  border: 1px solid #777;
  border-radius: 5px;
  box-shadow: 0 7px 20px 2px #808080;
  cursor: pointer;
}

.row.HPS_off {
  border: 1px solid #777;
  border-radius: 5px;
  box-shadow: 0 7px 20px 2px #808080;
  cursor: pointer;
}

.row.HPS:hover {
  border: 1px solid #777;
  box-shadow: 0 7px 20px 2px rgba(237,113,2,0.59);
  cursor: pointer;
  background-color: rgba(222,92,0,0.2);
  color: #ed7102;
}

.row.HPS_off:hover {
  border: 1px solid #777;
  box-shadow: 0 7px 20px 2px rgba(237,113,2,0.59);
  cursor: pointer;
  background-color: rgba(222,92,0,0.2);
  color: #ed7102;
}

.textaw {
  height: 250px;
  width: 100%;
  overflow: auto;
  text-align: left;
  padding: 7px;
  border: 1px solid rgb(113, 113, 113);
  border-radius: 5px;
  margin-bottom: 15px;
}

.auswahl, .textED {
  cursor: pointer;
}

.Ausgabe03 {
  border-radius: 20px;
  padding-top: 0px;
  background-color: rgba(208,207,255,0.7);
  max-width: 800px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

#Sel-box1 {
  background-color: rgba(205,207,244,0);
}

.ausgeb {
  display: none;
}

.blur_set1 {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.col.FG-block {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.klick {
  cursor: pointer;
}
.cke_notifications_area {
  pointer-events:none;
  display: none;
}
