#textrahmen7 h2 {
font-size:3em;

}


.inhalt2spalten#inhalt2spalten13 .spalte2 .innerspalte {
padding:.5rem 2rem 1.5rem 2rem;
height: 100%;
}

.inhalt2spalten#inhalt2spalten13 .spalte2 .innerspalte p {
margin:0;
padding:0;
}

.inhalt2spalten#inhalt2spalten34 .spalte2 .innerspalte {
padding: clamp(1.25rem, 2.5vw, 2.5rem);
height: 100%;
}

.inhalt2spalten#inhalt2spalten34 .spalte2 .innerspalte p {
margin:0;
padding:0;
}



.inhalt table {
  width: 100%;
  border-collapse: collapse;
}

.inhalt table td {
  padding: 1rem;
}

/* nur Innenlinien */
.inhalt table tr:not(:last-child) td {
  border-bottom: 1px solid #e6e6e6;
}

.inhalt table td:first-child {
  border-right: 1px solid #e6e6e6;
  width: 22%;
}