Änderungen

keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:  
body.page-Hauptseite h1 { display: none; }
 
body.page-Hauptseite h1 { display: none; }
 
/* Boxen Hauptseite */
 
/* Boxen Hauptseite */
.box-hauptseite-top {
+
.box-hauptseite-top h2 {
    display: table;
  −
    margin-left: auto;
  −
    margin-right: auto;
   
     text-align: center;
 
     text-align: center;
}
  −
  −
.box-hauptseite-top h2 {
   
     background-color: #d8e8ff;
 
     background-color: #d8e8ff;
 
     margin-bottom: 0;
 
     margin-bottom: 0;
Zeile 31: Zeile 25:  
     display: flex;
 
     display: flex;
 
     justify-content: space-between;
 
     justify-content: space-between;
 +
    margin: 1em 0;
 +
}
 +
 +
.spalte-1-1 {
 +
    width: 100%;
 
     margin: 1em 0;
 
     margin: 1em 0;
 
}
 
}
Zeile 40: Zeile 39:     
.box-hauptseite-gruen h2 {
 
.box-hauptseite-gruen h2 {
     background-color: #7bc8af;
+
    color: #158e59;
 +
     background-color: #8bddc2;
 
     margin-bottom: 0;
 
     margin-bottom: 0;
 
     margin-top: 0;
 
     margin-top: 0;
 
     padding: 0.2em 0.8em;
 
     padding: 0.2em 0.8em;
     border: #075d32 thin solid;
+
     border: #158e59 thin solid;
 
}
 
}
   Zeile 52: Zeile 52:  
     margin-top: 0;
 
     margin-top: 0;
 
     padding: 0.3em 0.8em;
 
     padding: 0.3em 0.8em;
     border-bottom: #075d32 thin solid;
+
     border-bottom: #158e59 thin solid;
     border-right: #075d32 thin solid;
+
     border-right: #158e59 thin solid;
     border-left: #075d32 thin solid;
+
     border-left: #158e59 thin solid;
 
}
 
}
    
.box-hauptseite-rot h2 {
 
.box-hauptseite-rot h2 {
     background-color: #c8827b;
+
    color: #972621;
 +
     background-color: #dd938b;
 
     margin-bottom: 0;
 
     margin-bottom: 0;
 
     margin-top: 0;
 
     margin-top: 0;
 
     padding: 0.2em 0.8em;
 
     padding: 0.2em 0.8em;
     border: #6d130e thin solid;
+
     border: #972621 thin solid;
 
}
 
}
   Zeile 70: Zeile 71:  
     margin-top: 0;
 
     margin-top: 0;
 
     padding: 0.3em 0.8em;
 
     padding: 0.3em 0.8em;
     border-bottom: #6d130e thin solid;
+
     border-bottom: #972621 thin solid;
     border-right: #6d130e thin solid;
+
     border-right: #972621 thin solid;
     border-left: #6d130e thin solid;
+
     border-left: #972621 thin solid;
 
}
 
}