Du bist aus dem folgenden Grund nicht berechtigt, die Seite zu bearbeiten:
Du kannst den Quelltext dieser Seite betrachten und kopieren.
/*Startpage sectionflex layout */
.sectionflex {display: flex; flex-wrap: wrap; justify-content:space-between; gap:20px; margin: 20px 0;}
.sectionflex.col1 > div {flex-basis:100%; padding:10px 20px 20px 20px;}
.sectionflex.col2 > div {flex-basis:49%; padding:10px 20px 20px 20px;}
.sectionflex.col3 > div {flex-basis:32%; padding:10px 20px 20px 20px;}
.sectionflex > div.double {flex-basis:65%;}
.sectionflex > div h2 {margin:0 0 1em 0!important; font-size:1.1em!important; border-bottom:none!important}
.sectionflex > div h3 {margin:1.2em 0 0 0!important; font-size:1em!important}
.sectionflex.frame > div {border: 1px solid #e7e7e7}
.sectionflex.background> div {background: #f1f3f9}
.sectionflex table {font-size:1em!important;}
.sectionflex .mw-editsection, .sectionflex .mw-editdrawio {display:none}
@media (max-width: 767px) {.sectionflex.col2 > div, .sectionflex.col3 > div {flex-basis:100%; margin-top:2em}}
.sectionflex table {font-size:1em!important;}
.sectionflex table td, .sectionflex table th {font-size:1em; vertical-align:top; padding:4px}
.sectionflex .sectionanchors-button {display:none!important;}
/*Startpage arrow icon */
.sectionflex .bi, .sectionflex .fa {vertical-align:middle;}
000
1:0
Zurück zur Seite Vorlage:Startseite/styles.css.