/*
Theme Name: Brandenburg Theme
Theme URI: https://example.com/brandenburg-theme
Author: Dein Name
Author URI: https://example.com
Description: Ein Theme basierend auf dem Layout von brandenburg.de
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-layout, brandenburg
Text Domain: brandenburg-theme
*/

/* ---- Kopiere hier das CSS aus dem <style>-Block und dem @charset-Block am Ende deines HTML-Codes hinein ---- */
@charset "UTF-8";
/* Body */

/* About Section */

.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    /* [disabled]min-width: 400px;
*/
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
}

.thumbnail {
    width: 30%;
    text-align: left;
    float: left;
    margin-top: 15px;
    background-color: #FFFFFF;
    padding-bottom: 20px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 3px;
    padding-top: 10px;

}

/* ... (Restliches CSS von deinem Beispiel) ... */

/* --- Füge hier weiteres benötigtes CSS hinzu oder referenziere die externen CSS-Dateien über functions.php --- */