.profilsteckilinks {
	color:var(--farbe2); line-height:1.9; background:var(--farbe1); padding:5px; border-radius:5px; text-transform:uppercase; font-size:10px; font-weight:bold; text-decoration:none;
}

.profilbreite {min-width:1100px;
height:100%;
background: var(--farbe2);}

.gastlinks {
background: var(--hintergrund);
filter:grayscale(1);
width:270px;
height:450px;
margin-left:1px;}

#dpvilleprofile {
  margin: auto;
  min-height: 600px;
  box-sizing: border-box;
  background: var(--farbe2);
}

/* Flex */
#dpvilleprofile .flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  align-content: center;
}
#dpvilleprofile .scroll-in {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 5px 0 0;
  overflow: auto;
}
#dpvilleprofile ::-webkit-scrollbar {
  width: 4px;
  background: var(--farbe4);
  border: 1px solid var(--farbe2);
  border-radius: 2px;
}
#dpvilleprofile ::-webkit-scrollbar-thumb {
  width: 4px;
  background: var(--farbe1);
  border-radius: 2px;
}

/* Top */
#dpvilleprofile .villeprof-banner {
  width: 1100px;
  height: 155px;
	margin:auto;
  box-sizing: border-box;
  padding: 30px 0% 0px 26%;
  background: var(--banner);
	background-size:cover;
	background-position: bottom center;
}

#dpvilleprofile .villeprof-name {
  float: left;
  margin: 0px 0px 0px 5px;
  width: 55%;
  height: auto;
  background:var(--farbe2);
  box-sizing: border-box;
  padding: 15px 0px;
  text-align:center;
  font-size: 50px;
  color:var(--farbe1);
  line-height:1;
  text-transform:lowercase;
}

#dpvilleprofile .villeprof-subline {
  margin:-27px 0px 0px;
  font-family:'Dancing Script', cursive;
  text-align:center;
  font-size:35px;  
  color:var(--farbe3);
}

#dpvilleprofile .villeprof-charicon {
  float: left;
  margin: 0px auto;
  width: 98px;
  height: 98px;
  background:var(--farbe2);
  box-sizing: border-box;
  padding: 30px 0px;
  text-align: center;
  color: var(--farbe1);
}

#dpvilleprofile .villeprof-charicon i.fa {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid var(--farbe2);
  border-radius: 5px;
  padding: 10px;
  font-size: 40px;
  transition: all 1s ease
}
#dpvilleprofile .villeprof-charicon i:hover {
  background: var(--farbe1);
  color: var(--farbe2);
  transition: all 1s ease
}

#dpvilleprofile .villeprof-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 1px 0px;
  font-family: 'Arial';
  text-align: justify;
  color: var(--farbe3);
  font-size: 1em;
}

#dpvilleprofile .villeprof-left {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 1;
  margin: 0px;
  width:250px;
  box-sizing: border-box;
}
#dpvilleprofile .villeprof-left .playlist {
  margin: 1px 10px 1px 1px;
  width: 99%;
  background: var(--farbe4);
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
#dpvilleprofile .villeprof-left .playlist a.spotify {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid var(--farbe2);
  border-radius: 5px;
  padding: 7px 5px 2px;
font-family: "bokor", serif;
  color: var(--farbe2);
  text-decoration: none;
  letter-spacing: .2em;
  display: block;
  transition: all 1s ease
}
#dpvilleprofile .villeprof-left .playlist .spotify:hover{
  background: var(--farbe2);
  color: var(--farbe1);
  transition: all 1s ease;
}

#dpvilleprofile .villeprof-mid .wusstest {
  margin: 1px 10px 1px 1px;
margin:auto;
  width: 98%;
  background: var(--hbg);
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
#dpvilleprofile .villeprof-mid .wusstest .wort {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid var(--accent);
  border-radius: 5px;
  padding: 7px 5px 2px;
font-family: "bokor", serif;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: .2em;
  display: block;
  transition: all 1s ease
}
#dpvilleprofile .villeprof-mid .wusstest .wort:hover{
  background: var(--accent);
  color: var(--body);
  transition: all 1s ease;
}

.magicgallery
{height:480px;
	margin:1px;
overflow:auto;}

#dpvilleprofile .villeprof-left img {
  float: left;
	margin:1px;
	max-width:200px;
	max-height:118px;
}
#dpvilleprofile .villeprof-quote {
  float: left;
  height:  135px;
  width:248px;
	margin:1px;
  background:var(--banner);
  box-sizing: border-box;
  padding: 32px 30px;
  text-align: center;
}

.innerquote{
  margin: auto;
  width: 90%;
  height: auto;
  background:var(--farbe2);
  box-sizing: border-box;
  padding: 15px;
  text-align:justify;
  color:var(--farbe3);
  line-height:1.5;
}

#dpvilleprofile .villeprof-quote .quote{
  margin: auto;
  width: 90%;
  height: auto;
  background:var(--farbe2);
  box-sizing: border-box;
  padding: 15px 0px 10px;
  text-align:center;
font-family: "bokor", serif;
	font-size:14px;
  color:var(--farbe3);
  line-height:1;
  text-transform:lowercase;
}
#dpvilleprofile .villeprof-mid {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 2;
  margin: 0px;
  width:500px;
  height: 665px;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
}
#dpvilleprofile .villeprof-right {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 3;
  margin: 0px;
  width:330px;
  box-sizing: border-box;
}
#dpvilleprofile .villeprof-avatar {
  float: left;
  margin: 1px 0px 1px 1px;
  width: 200px;
  height: 220px;
}

#dpvilleprofile .villeprof-buttons {
  float: left;
  margin: 1px;
  width: 127px;
  height: 220px;
  background:var(--banner);
  box-sizing: border-box;
  padding: 18px 30px;
  text-align: center;
}

#dpvilleprofile .villeprof-buttons a {
  margin:0px 0px 2px 0px;
  width:45px;
  height:45px;
  background:var(--farbe2);
  box-sizing: border-box;
  border-radius:3px;
  padding:16px 0px 0px 0px;
  text-align:center;
  color:var(--farbe5);
  font-size:15px;
  text-decoration:none;
  display:inline-block;
  transition:1s;
}
#dpvilleprofile .villeprof-buttons a:hover {
  background: var(--farbe1);
  color: var(--farbe2);
}
#dpvilleprofile .villeprof-player {
  margin: 1px;
  width: 100%;
  min-height: 50px;
  background: var(--farbe1);
  box-sizing: border-box;
  padding: 15px;
}
#dpvilleprofile .villeprof-player .fact {
  margin: 0px 0px 7px;
  width: 100%;
  box-sizing: border-box;
  border: 3px solid var(--farbe2);
  border-radius: 4px;
  padding: 6px;
  color: var(--farbe2);
}

#dpvilleprofile .villeprof-player .fact:nth-child(5){
  margin-bottom: 0px;
}
#dpvilleprofile .villeprof-icon {
  margin: 2px 1px;
  width: 100%;
  height: 190px;
  background: var(--banner);
  filter:grayscale(1);
	background-position: top center;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}
#dpvilleprofile .villeprof-icon img {
width: 300px;
max-height:150px;
vertical-align:middle;
filter: saturate(0);
}
#dpvilleprofile .villeprof-basic {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 1;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  text-align: center;
}
#dpvilleprofile .villeprof-basic .basic-fact {
  margin: 2px 2px 2px 0px;
  width: 32%;
  height: 50px;
  box-sizing: border-box;
  padding: 5px;
  border: 2px solid var(--farbe5);
  border-radius: 3px;
  text-align: left;
  display: inline-block;
}
#dpvilleprofile .villeprof-basic .basic-fact i.cp {
  width: 34px;
  height: 34px;
  background: var(--farbe5);
  box-sizing: border-box;
  border-radius: 3px;
  padding: 6px 0px;
  text-align: center;
  font-size: 1.5em;
  color: var(--farbe2);
  display: inline-block;
}
#dpvilleprofile .villeprof-basic .basic-fact span {
  margin: 10px 0px 0px 5px;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
#dpvilleprofile .villeprof-text {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 2;
  width: 220px;
  height: 250px;
  box-sizing: border-box;
  padding: 5px 7px;
}
#dpvilleprofile .villeprof-traits {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 3;
  width: 260px;
  height: 150px;
  box-sizing: border-box;
  padding: 5px;
margin-top:-70px;
  overflow: hidden;
}
#dpvilleprofile .villeprof-traits span {
  margin: 3px 5px 6px 0px;
  width: 40%;
  font-size: .8em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: center;
}
#dpvilleprofile .villeprof-traits .trait {
  width: 55%;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid var(--farbe5);
  display: inline-block;
  vertical-align: center;
}
#dpvilleprofile .villeprof-traits .trait div {
  height: 100%;
  background: var(--farbe1);
}

#dpvilleprofile .villeprof-school {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 4;
  width: 180px;
  height: 290px;
  box-sizing: border-box;
  padding: 15px 7px 5px;
}

.gicon {
  margin: 0 0 5px;
  width: 15%;
  background: var(--farbe4);
  box-sizing: border-box;
  border-radius: 3px;
  padding: 6px 0px;
  text-align: center;
  font-size: 1.2em;
  display: inline-block;
}

#dpvilleprofile .villeprof-school i.cp {
  margin: 0 0 5px;
  width: 15%;
  background: var(--farbe4);
  box-sizing: border-box;
  border-radius: 3px;
  padding: 6px 0px;
  text-align: center;
  font-size: 1.2em;
  display: inline-block;
}
#dpvilleprofile .villeprof-school span {
  margin: 0 0 7px;
  width: 85%;
  box-sizing: border-box;
  padding: 0 0 0 5px;
  display: inline-block;
}
#dpvilleprofile .villeprof-timeline {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 5;
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  padding: 15px;
}

.villeprof-timeline img {
max-height:180px;
max-width:500px;
overflow:hidden;}

#dpvilleprofile b {
  font-weight:bold;
	background:var(--farbe2);
	color: var(--farbe1);
  padding: 2px 5px;
}

#dpvilleprofile i {
  font-weight: bold;
}
#dpvilleprofile u {
  border-bottom: 2px dotted var(--farbe1);
  text-decoration: none;
}

.infopop {
 
position: fixed; 
top: 0; 
right: 0; 
bottom: 0; 
left: 0; 
 background: hsla(0, 0%, 0%, 0.5);
z-index: 1; 
opacity:0; 
-webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; transition: .5s ease-in-out; 
pointer-events: none;
}

.infopop:target {
 
opacity:1; 
pointer-events: auto;
}

.infopop > .pop {
 
background: var(--farbe2); 
width: 550px; 
position: relative; 
margin: 10% auto; 
padding: 25px; 
z-index: 3; 
margin-top:10px;
}

.closepop {
 
position: absolute; 
right: -5px; 
top:-5px; 
width: 100%; 
height: 100%; 
z-index: 2;
}

		