:root {
  --beige: #F3E9E9;
  --rose: #0e1920;
  --hblau: #D3E5EE;
  --blau: #A3BBCE;
  --dblau: #3F5178;
  --dunkel: #000;
  --hell: #fff;
}

.mem_wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  height:auto;
  gap: 10px;
}

@import url(https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto+Condensed:wght@300&display=swap);

.mem_user {
  width:300px;
  height: 500px;
  padding: 25px;
  background:url(https://everyone-assemble.de/images/exploding/5.jpg);
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}

.mem_ava {
  width:100%;
  height:auto;
  left: 5px;}

.mem_ava img {width:250px; height: 210px;}

.mem_name {
  width: 300px;
  height: 60px;
  font-size: 30px;
  left: 0px;
  line-height: 60px;
  color: var(--blau);
  font-family: 'Great Vibes', cursive;
  position: absolute;
  text-align: center;
}

.mem_slide_wrap {
  display: flex;  
  overflow-x: auto;
  scroll-snap-type: x mandatory;  
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  background: transparent;
  position:absolute;
  top: 0px;
  height: 100%;
  width: 280px;
}

.mem_slide_wrap::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.mem_slider {
  height: 480px;
  width: 280px;
  position:relative;
  scroll-snap-align: start;
  flex-shrink: 0;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  align-items: center;
  text-align: justify;
}

.mem_shortcut {
  position: absolute;
  width: 280px;
  height: 190px;
  overflow: auto;
  text-align: justify;
  bottom: 0px;
  padding: 5px;
  background: var(--beige);
}

.mem_abfrage {
  position: absolute;
  display:flex;
  width:255px;
  height: 190px;
  overflow: auto;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: flex-start;
  bottom: 0px;
  padding: 5px;
  padding-left: 10px;
  background: var(--beige);
}

.links {
  height: 20px;
  width:38%;
  line-height:20px;
  position: relative;
  background: var(--rose);
  padding-left: 15px;}

.links:before {
  content: '';
  position: absolute;
  right: -20px;
  border-top: 20px solid var(--rose);
  border-right: 20px solid transparent;
}

.rechts {
  height: 20px;
  width:35%;
  line-height:20px;
  text-align:right;
  padding-right: 15px;
  margin-left: 20px;
  position: relative;
  background: var(--blau);}

.rechts:before {
  content: '';
  position: absolute;
  left: -20px;
  border-bottom: 20px solid var(--blau);
  border-left: 20px solid transparent;
}

.mem_navi {
  width: 280px;
  height: 30px;
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  left: 5px;
  bottom: 20px;
  background: var(--beige);
}

.mem_bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  background: var(--blau);
  opacity: 0.4;
  margin:auto;
}

.mem_bullet:active, .mem_bullet:hover{opacity: 1;}

.mem_gesuche {
  position: absolute;
  display:flex;
  justify-content: space-around;
  width:260px;
  height: 190px;
  overflow: auto;
  overflow-x: hidden;
  flex-wrap: wrap;
  gap:20px;
  bottom: 0px;
  padding: 5px;
  background: var(--beige);
}
.mem_gesuch {
  width:40px;
  height:40px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align:center;
  transition:.6s;
  transform:rotate(0deg);
}

.mem_gesuch i {padding-top:10px;}
.mem_gesuch a{color: var(--hell); text-decoration: none;}

.mem_gesuch:hover {
  transition:.6s;
  transform: rotate(-365deg);
}

.male {background: var(--blau);}
.female {background: var(--rose);}
.divers {
  background: rgb(163,187,206);
background: linear-gradient(225deg, rgba(163,187,206,1) 0%, rgba(228,208,207,1) 100%);}
.group {background: var(--hblau);}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border: 0px solid #000;
    background-color: var(--rose);
}

::-webkit-scrollbar-corner {
    background-color: var(--blau);
    height: 4px;
    width: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--blau);
    border: 4px var(--blau);
    height: auto;
}
		
		