.triangle{font-size:11px;    width: 0;
    height: 0;
    border-bottom: 397px solid red;
    border-left: 300px solid #ff0505;
    border-right: 200px solid transparent;}
.meembers{    padding: 10px;
    overflow: auto;
    height: 100px;
    background: #232524;
    width: 30%;
    flex-direction: row;
    margin: 6px;
}

.memrow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0px;
}

.avatardesc {    text-align: justify;
    font-size: 11px;
    letter-spacing: 1px;
    overflow: auto;
    padding: 5px;}
.tabs input[type=radio] {
         position: absolute;
          display: none; /* blendet die Radio-Punkte aus, die wir nicht brauchen */
     }

.tabs {
       width: 100%; /*kÃ¶nnt ihr anpassen */
       float: none;
       list-style: none;
       position: relative;background: #282b29;
    background-attachment: fixed;
    background-blend-mode: soft-light;
    background-size: cover;
    background-position: center;
       padding: 0px;
       margin:auto;
    height: 777px; /* HÃ¶he muss definiert werden, damit Inhalt nicht Ã¼berlappt */
     }

.tabs li{
       float: left; /* entweder rechts oder links */    width: 269px;

     }

.tabs label { /* Defintion der anklickbaren Felder */
         display: block;
	width: 250px;
	background: #282b29;
color: #525d52;
    padding: 10px;
    text-align: center;
         cursor: pointer; /*kann weggelassen werden */
         position: relative;
      top: 0;
         -webkit-transition: all 0.2s ease-in-out;
         -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
     }
.tabs label i{font-size: 50px;}
.tabs label:hover {
      background: #3a3d3b;
       top: 0;
     }
     
[type=radio]:checked ~ label { /* Defintion des ausgewÃ¤hlten Feldes */
background: #3a3d3b;
  top: 0;
     }
     
[type=radio]:checked ~ label ~ .tab-content {
         display: block;
     }

.tab-content{ /* Hier wird des ganz normale Inhalt des Tabs definiert wie Schrift, Farbe, ZeilenhÃ¶he etc */
       z-index: 2;
       display: none;
       text-align: left;
       width: 100%;
    height: 740px;
    overflow: auto; /*HÃ¶he (muss ca 50px kleiner sein als bei .tabs vorgegeben und Overflow sollten definiert werden, da ansonsten Ã¼berschÃ¼ssiger Text verschluckt wird */
       font-size: 10px;
       padding: 15px;
       color: #1c1b1f;
    background: transparent;
       position: absolute;
       top: 60px;
       left: 0;
       box-sizing: border-box;
       -webkit-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
       -moz-animation-duration: 0.5s;
       animation-duration: 0.5s;
     }

.zitat {text-align:justify;}
.zitat::before{content: "“";    height: 200px;    margin: 10px;
    float: left;
    font-size: 50px;}
.zitat::after{content: "”";       margin: 10px;
    float: right;
    font-size: 50px;}
