.profilbox {
	width: 100%; height: 520px; background-color: var(--box);
}

.profilbox_l {
	width: 300px; height: 520px; /*background: var(--border);*/float: left;
}

.profilbox_r {
	width: 620px; height: 520px; /*background: var(--green);*/float: left;
}

.profilbox_l .name {
	font-size: 20px;transform: rotate(-16deg);position: relative;top: 40px;left: 10px;z-index: 20;background: var(--back);max-width: 209px;padding: 0 5px;text-align: center;
}

.profilbox_l .ava {
	border: 5px solid var(--back); width: 220px; height: 200px; position: relative; left: 45px; top: 18px; z-index: 1;
}

.profilbutton {
	width: 30px; height: 30px; margin: auto; font-size: 30px; padding: 5px; background-color: var(--back); border: 1px solid var(--back); color: var(--green); float: left; margin-right: 30px;
}

.profiltext_box {
	width: 270px; height: 175px; background: var(--border); color: var(--black); padding: 5px; float: left;margin-right: 20px;margin-bottom: 20px;margin-top: 15px;
}

.profilfeld_a {
	width: 128px;
    height: 26px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-left: 7px;
	color: var(--green);
}

.profilfeld_a2 {
	    background: var(--back);
    padding: 2px 4px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.profilfeld_b {
	width: 128px;
    height: 26px;
	float: left; 
	margin-bottom: 5px; 
	padding-top: 7px;
    padding-left: 7px;
	color: var(--green);
}

.profilfeld_a .iconify,
.profilfeld_b .iconify {
	font-size: 17px;
    margin-bottom: -4px;
}

.userfeld_box {
	width: 220px;
    height: 17px;
    /* background-color: var(--border); */
    margin-bottom: 5px;
    margin-left: 20px;
    border: 1px solid var(--back);
    text-align: center;
    text-transform: uppercase;
    color: var(--green);
    font-size: 10px;
    padding-top: 3px;
}

.profilaway {
	width: 898px;
    min-height: 35px;
    background: var(--box);
    border: 1px solid var(--back);
    padding: 10px;
    text-align: center;
    color: var(--green);
}

.profiltext_links {
	width: 100%; height: 33px;  text-align: center;
}

.profiltext_link {
	float: left;font-size: 30px; font-weight: lighter; width: 50%;
}

.profiltext_links a:link,
.profiltext_links a:visited {
	color: var(--back);
}

.profiltext_links a:hover,
.profiltext_links a:active {
	color: var(--link);
}

.profiltext_text {
	width: 260px; height: 132px;text-align: justify; padding: 5px; overflow: auto;font-size: 12px;
}

.profil_trigger {
	    width: 100%;
    height: 20px;
    background: var(--alert);
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    opacity: 0.8;
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 4px;
    overflow: auto;
}



.profilbox_r .tabsmem input[type=radio] {
         position: absolute;
          display: none; /* blendet die Radio-Punkte aus, die wir nicht brauchen */
     }

.profilbox_r .tabsmem {
       width: 350px; /*könnt ihr anpassen */
       float: none;
       list-style: none;
       position: relative;
       padding: 0;
       margin:auto;
    height: 400px; /* Höhe muss definiert werden, damit Inhalt nicht überlappt */
     }

.profilbox_r .tabsmem li{
       float: left; /* entweder rechts oder links */
     }

.profilbox_r label { /* Defintion der anklickbaren Felder */
         display: block;
         cursor: pointer; /*kann weggelassen werden */
         position: relative;
         -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;
	
	width: 30px; 
	height: 30px; 
	font-size: 30px; 
	padding: 5px; 
	background-color: var(--back); 
	color: var(--green); 
	float: left; 
	border: 1px solid var(--back);
     }

.profilbutton:hover,
.profilbox_r label:hover {
       background: var(--box);
	border: 1px solid var(--back);
     }
 .profilbutton [type=radio]:checked ~ label,
.profilbox_r [type=radio]:checked ~ label { /* Defintion des ausgewählten Feldes */
       background: var(--box);
    color: var(--back);
	border: 1px solid var(--box);

     }
     
.profilbox_r [type=radio]:checked ~ label ~ .tab-contentmem {
         display: block;
     }

.profilbox_r .tab-contentmem { /* Hier wird des ganz normale Inhalt des Tabs definiert wie Schrift, Farbe, Zeilenhöhe etc */
       z-index: 2;
    display: none;
    text-align: left;
    width: 594px;
    height: 495px;
    overflow: auto;
    padding-top: 10px;
    padding: 5px;
    position: absolute;
    top: 0px;
       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;
	    margin-left: -121px;
    margin-top: 12px;
     }
		