
/*  */
/* 
*/
.nachruf_bild {
    float: left;
    margin-right: 30px;
}

.nachruf_text_cont {
  display: table;
  height: 383px;
}

.nachruf_text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: Century Gothic, sans-serif;
  font-style: italic;
}

@media screen and (max-width:700px) {
  .nachruf_bild {
    float: none;
  }
  .nachruf_text_cont {
    height: auto;
  }
}

.Slider-Hintergrund {
background-color:rgba(255,255,255,0.5);
display:inline-block; padding:20px;
}

.OrgaEbene {
background: #808080;
color:#FFFFFF;
border-bottom: 1px solid #FFFFFF;
font-weight:bold;
font-size:1.27em;
text-align: center;
line-height: 3em;
margin-top: 10px;
}

.OrgaLeitung {
background: #E5E5E5;
color: #000000;
text-align: center;
font-size:1em;
​line-height: 3em;
cursor: pointer;
}

.OrgaLeitung:hover {
background:#d9efec;
}

.OrgaBereiche {
background: #E5E5E5;
color: #000000;
font-weight:bold;
font-size:1.1em;
padding: 1em;
}

.OrgaAbt {
background: #E5E5E5;
color: #000000;
text-align: center;
font-size:0.9em;
cursor: pointer;
padding-top:5px;
}

.OrgaAbt:hover {
background:#d9efec;
}

.OrgaLab {
background: #E5E5E5;
color: #000000;
text-align: center;
font-size: 0.9em;
padding-top: 1em;
padding-bottom: 1em;
cursor: pointer;
}

.OrgaLab:hover {
background:#d9efec;
}

.Achtung {
color: red;
}

.Corona {
color: red;
font-weight:bold;
font-size: 1.1em;
}
/*  */