.centered {
   align-items: center;
}

.klassen {
   margin-bottom: 120px;
}

.team {
   max-width: 1050px;
   width: 100%;
   margin-bottom: 120px;
}

.elternbeirat {
   max-width: 1050px;
   width: 100%;
   margin-bottom: 120px;
}

.title,
.subtitle {
   text-align: center;
}

.table {
   width: 100%;
   font-size: min(18px, 4vw);
   border-collapse: collapse;
}

.table tr {
   height: 50px;
}

.table td {
   width: 25%;
   border-bottom: 1px solid #ddd;
}

.table td:nth-child(-n + 3) {
   border-top: 1px solid #ddd;
}

.table td#first {
   font-weight: 600;
   padding-left: 4%;
   text-align: left;
}

.table td#second {
   text-align: center;
}

.table td#third {
   padding-right: 4%;
   text-align: right;
}

.cards {
   margin: 0 20px;
   padding-top: 8px;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));

   grid-gap: 22px;
}

.cards#two {
   grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.card {
   border-radius: 3px;
   border-top: 2px solid #ddd;
   border-bottom: 2px solid #ddd;
   border-left: 2px solid #ddd;
   border-right: 2px solid #ddd;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   padding: 20px 22px 22px 22px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 10px;
   background-color: #222222;
}

.card .name {
   font-weight: 600;
   font-size: 17px;
   text-align: center;
}

.card .job {
   text-align: center;
   font-weight: 400;
   line-height: 23px;
   color: var(--fg-disabled);
}

.schulordnung {
   margin-left: auto;
   margin-right: auto;
   max-width: 800px;
   padding: 0 35px;
}

.schulordnung section:not(:last-child) {
   margin-bottom: 20px;
}

.schulordnung .subtitle {
   text-align: left !important;
}

.schulordnung .separator {
   margin: 0 auto;
}

.schulordnung .text {
   line-height: 28px;
}

.grid {
   width: 100%;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(268px, 33.3%));
   overflow-x: auto;
}

.grid .block {
   margin: 10px;
   padding: 20px 25px;
   background-color: var(--bg3);
   border-radius: 6px;
   box-shadow: var(--shadow);
}

.grid .block .name {
   font-weight: 600;
}

.grid .block .job {
   color: var(--fg-secondary-dark);
   color: var(--fg-disabled);
   margin-top: 10px;
   margin-left: 8px;
   list-style: disc;
}
