****** 2-Spalten-Layout manuell ******

***** Einfügen in CSS ******

Spaltenabstand -> Achtung, nur auf erster Spalte. Wert ist bewusst weniger als bei automatisch:

@media (min-width: 480px) {
  .row-fluid [class*="span"]:first-child {
    padding-right: 20px !Important; 
    margin-left: 0;
}
}


/* Aufzählung */
ul, ol {
/*    padding: .75em 0 .75em 0;*/
    padding: 0 0 5px 0;
    margin: 0 0 0 35px;
}
/* Aufzählung-Links fett*/
ul li a {
    font-weight: bold;
}

/* Minitek */
/* Inhaltstext */
.mwall-s-desc, .mwall-desc {
    font-size: 18px;
    line-height: 24px;
/*    font-weight: 400;*/
/*    padding: 8px 15px 15px;*/
}
/* Titel */
h3.mwall-title a, h3.mwall-title span {
    font-size: 28px !Important;
    line-height: 32px !Important;
}

h3.mwall-title {
    padding: 0px 15px;
}
