/* Tabs mit radio-Buttons */
.tabbed figure { 
   display: block; 
   margin-left: 0; 
  /* border-bottom: 1px solid white; */
   clear: both;
}

.tabbed platz { 
   display: block; 
   margin-left: 0; 
  /* border-bottom: 1px solid white; */
   clear: both;
}

.tabbed > input,
.tabbed figure > div { display: none; }

.tabbed platz > div { display: none; }

.tabbed figure>div {
  padding: 20px;
 height: 380px;
  width: 635px;
    background: #f9f3e7;
  font-size: 14px;
  color: #393b47;
 line-height: 150%;
   overflow: auto;
}

.tabbed platz>div {
  padding: 20px;
 height: 800px;
  width: 635px;
    background:#f9f3e7;
  font-size: 14px;
  color: #393b47;
 line-height: 150%;
   overflow: auto;
}


#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab9:checked ~ figure .tab9,
#tab8:checked ~ figure .tab8,
#tab3:checked ~ figure .tab3,
#tab4:checked ~ figure .tab4,
#tab5:checked ~ figure .tab5,
#tab10:checked ~ figure .tab10,
#tab6:checked ~ figure .tab6,
#tab7:checked ~ figure .tab7 { display: block; }

nav label {
   float: left;
   padding: 14px 8.8px;
   border-top: 1px solid var(--farbe4);
   border-right: 1px solid var(--farbe4);
   background: var(--farbe1);
   color: var(--text5);
}

nav label:nth-child(1) { border-left: 1px solid var(farbe4); }
nav label:hover { background: #f9f3e7; }
nav label:active { background: #f9f3e7; }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab9:checked ~ nav label[for="tab9"],
#tab8:checked ~ nav label[for="tab8"],
#tab3:checked ~ nav label[for="tab3"], 
#tab4:checked ~ nav label[for="tab4"],
#tab5:checked ~ nav label[for="tab5"],
#tab10:checked ~ nav label[for="tab10"],
#tab6:checked ~ nav label[for="tab6"],
#tab7:checked ~ nav label[for="tab7"] {
  background: #f9f3e7;
  color: #7d6149;
  position: relative;
  border-bottom: none;
}

#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab9:checked ~ nav label[for="tab9"]:after,
#tab8:checked ~ nav label[for="tab8"]:after,
#tab3:checked ~ nav label[for="tab3"]:after,
#tab4:checked ~ nav label[for="tab4"]:after,
#tab5:checked ~ nav label[for="tab5"]:after,
#tab10:checked ~ nav label[for="tab10"]:after,
#tab6:checked ~ nav label[for="tab6"]:after, 
#tab7:checked ~ nav label[for="tab7"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: e2dfc6;
  left: 0;
  bottom: -1px;
}