.profil_ava {
background: var(--farbe1);
padding:4px 0px 4px 0px;
font-size:12px;
text-align:center;
width:264px;
margin: 0px 5px 0px 5px;
box-sizing:border-box;
}

h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--farbetext);
  font-family: Times New Roman;
  line-height: 0.8;
  text-decoration: none;
}

h4 {
background: var(--farbe1);
font-family: Times New Roman;
color: var(--farbe2);
padding:3px;}

.scrollable {overflow:auto; text-align:justify; padding:5px;}

.profil_links {
color:var(--farbetext);
}

.profil_rechts {
color:var(--farbetext);
width:600px;
}

.profil_titelbalk {
  text-align: center;
  margin-top: -2px;
}

.profil_titelbalk a {
color:var(--farbetext);
}

.profil_titel {
  padding: 3px;
  font-size: 11px;
letter-spacing:1px;
}

/*profile tabs*/

/* Style the tab */
.tab {
  	overflow: hidden;
    display: flex;
    justify-content: center;
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
border-bottom:1px solid var(--border);
}

.tabrow {
	display: flex;
    justify-content: center;
    padding-top: 10px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  	width: 100px;
  	padding: 10px;
	justify-content: center;
	left: 50%;
	display: flex;
	border: none;
}

/* Change background color of buttons on hover */
.tab button:hover {
  
}

/* Style the tab content */
.tabcontent {
  display: none;
  width:100%;
  border-top: none;
}

/*tabs end*/



.littleava {
	width:100px; 
	height:100px;  
	background-repeat: repeat-x; 
	margin:auto auto; border-radius:100%; 
	border:2px solid var(--border);
}

.emptyfield {
	float:left; 
	width:250px; 
	height:500px; 
	overflow:hidden; 
	background: url(https://i.postimg.cc/j2dwmnYp/test.png);
}

.headingprofil {
padding: 12px 6px;}

.boxenprofil {
background: var(--farbe1);
width:250px;
box-sizing:border-box;
border:2px solid var(--border);
padding:10px;
height:100px;
font-size:11px; text-align:justify;}

.boxenprofillang {
background: var(--farbe1);
width:625px;
margin: 5px 15px;
box-sizing:border-box;
border:2px solid var(--border);
padding:10px;
}

.verlinkungen {
padding:2px;
margin:2px auto;
font-size: 11px;
background:  var(--farbe2) !important;
text-align:center;
text-transform: uppercase;
width:98%;
height:20px;
font-weight:bold;
color:var(--farbetext);
letter-spacing: 1px; 
box-sizing:border-box;
}

.kleinertext { 
	font-size:10px; 
	height:70px; 
	overflow:auto;
}


#gesuchfix { margin-top: 0px; -webkit-transition: 2s; transition: 2s; } 

#gesuchhover:hover  #gesuchfix { margin-top: -220px;} 

#gesuchsprofilbox
{width:180px; float:left; height:250px; overflow:auto; background:var(--white); padding:9px; margin-left:2px; margin-top:2px;  border: solid 1px var(--gray); color:#161616;}

.gesuchkasten 
{overflow:hidden;
margin-top: 100px;
height: 350px;
position: absolute;}


.tabbedprofil {
  display: block;
	height:580px;
  position: relative;

}

.tabbedprofil input[name="sections"] {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.tabbedprofil section {
  display: block;
}

.tabbedprofil section label {
  cursor: pointer;
  z-index:100;
}

.tabbedprofil section article {
  display: none;
padding: 0 0 0 10px;
  position: absolute;  
  top: 0;
}

.tabbedprofil input[name="sections"]:checked + label { 
  background: var(--farbe1);
  color: var(--farbetext);
}

.tabbedprofil input[name="sections"]:checked ~ article {
  display: block;
}



.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 12px;
	font-family: 'Didact Gothic', sans-serif;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;

    z-index: 600;
}

.testimonial-quote blockquote {
    box-sizing: border-box;
}

.testimonial-quote blockquote p {
	font-family: 'Georgia', sans-serif;
    line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
	font-family: 'Georgia', sans-serif;
    color: var(--farbe1);
    font-size: 70px;
    font-weight: 700;
    opacity: .6;
    position: absolute;
    top: -.4em;
    left: -.2em;    
    text-shadow: none;
    z-index: -300;
}

.post_infos {
	padding: 20px 20px 0px 20px;
margin-bottom:-10px;
	float: right;
text-align:justify;
color: var(--farbetext);
}

.profile_facts {
background: var(--farbe2);
padding:4px;
font-size:12px;
text-align:center;
min-height:18px;
width: 120px;
margin:3px;}

.profile_zitat {
margin:auto auto; 
text-align:center;
font-size:9px;
font-weight:bold;
letter-spacing:1px;
background: var(--farbe2);
border: var(--farbe2);
width:370px;
padding:4px;
margin-bottom:4px;
text-transform:uppercase;}
		