/*MEM GENERAL*/

.mem_short {
width: 50%;
  text-align: justify;
  line-height: 170%;
}

.mem_all {
padding: 0px 30px;
  display: flex;
	flex-wrap: wrap; 
}

.memf::after {
content: "·";
  inset: 0;
  color: var(--accent2);
  margin-left: 20px;
}

/*TABS*/

#tabmenu {
position: relative;
}

#tabmenu [type="radio"] { display: none; }

#tabmenu [for^="tab"] {
position: absolute;
  top: 20px;
  border: 1px solid var(--line);
  padding: 3px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  background: var(--accent1);
	justify-content:center;
}

#tabmenu [for="tab-1"] { 
right: 330px;
  top: -13px;
  border: 1px solid var(--line1);
	z-index:2;
}

#tabmenu [for="tab-2"] { 
right: 295px;
  top: -13px;
  border: 1px solid var(--line1);
		z-index:2;
}

#tabmenu [for="tab-3"] { 
right: 260px;
  top: -13px;
  border: 1px solid var(--line1);
		z-index:2;
}

#tabmenu [for="tab-4"] { 
right: 225px;
  top: -13px;
  border: 1px solid var(--line1);
		z-index:2;
}

#tabmenu [for="tab-5"] { 
right: 190px;
  top: -13px;
  border: 1px solid var(--line1);
		z-index:2;
}

#tabmenu [for="tab-6"] { 
right: 155px;
  top: -13px;
  border: 1px solid var(--line1);
		z-index:2;
}

#tabmenu .tab-content {
position: absolute;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  box-sizing: border-box;
  height: 420px;
  width: 100%;
  margin-top: 30px;
}

#tabmenu input:checked + label {
   color: var(--golden);
}

#tabmenu input:checked + label + .tab-content {
    z-index: 1;
    opacity: 1;
}


/*INHALT*/

.memf_inhalt {
width: 77.9%;
}

.memff {
text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}

.memf {
text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 8px;
  color: var(--accent2);
}

.mem_fact {
display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: 30px;
  align-items: center;
  padding-left: 20px;
  font-size: 10px;
}

.mem_facts {
width: 22%;
  padding-top: 150px;
  border-radius: 1;
  border-right: 1px solid var(--line1);
	padding-bottom: 20px;
}

.mem_wrapper {
background-image: var(--texture);
  background-size: 100%;
  border-top: 1px solid var(--accent2);
	display: flex;
  flex-wrap: wrap;
}

/*TOP*/

.memava {
width: 250px;
  height: 250px;
  background: var(--line1);
  position: absolute;
  top: 55px;
  left: 36%;
  transform: translateX(-50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  display: grid;
  place-items: center;
  z-index: 3;
}

.memava1 {
width: 248px;
  height: 248px;
  background: #111;
  position: absolute;
  top: 56px;
  left: 154px;
  transform: translateX(-50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  display: grid;
  place-items: center;
  z-index: 3;
}

.mem_ut {
font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  width: 100%;
  text-align: center;
  top: 80px;
}

.mem_kat {
position: relative;
  top: 80px;
  font-family: var(--mainfont);
  font-size: 40px;
  width: 100%;
  text-align: center;
}

.memtitle {
background-size: cover;
  width: 400px;
  opacity: 0.7;
  position: absolute;
  top: -80px;
  left: 125px;
}

.mem_ava {
width:30%;
	position: relative;
}

.mem_title {
width: 46%;
  position: relative;
}

.mem_top {
display: flex;
  flex-wrap: wrap;
  height: 180px;
  background-image: var(--background1);
  background-size: 100%;
}

/*GRUNDGERÜST*/

body.member {
background: var(--accent1);
}

.mem_stecki {
border: 1px solid var(--accent2);
  position: relative;
  top: 50px;
  box-sizing: border-box;
  margin-left: 5px;
  margin-right: 5px;
}

.mem_nav_bottom { 
bottom:0px;
  border-top: 1px solid var(--line1);}
 
.mem_nav_top {
  border-bottom: 1px solid var(--line1);
}

.mem_nav_top, .mem_nav_bottom {
background: var(--accent1);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;

  height: 45px;
  font-size: 10px;
  text-transform: uppercase;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}

.