<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:         SBR-Theme 2 (Blocksy Child)
Theme URI:          https://github.com/m266/sbr-theme-2
Description:        SBR-Theme fÃ¼r Websites der SBR-Gremien Post Postbank Telekom
Author:             Hans M. Herbrand
Author URI:         https://herbrand.org
Template:           blocksy
Version:            1.6
Date:               2024-05-20
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Tags:               Block Editor Styles, Blog, BuddyPress, Custom Colors, Custom Logo, Custom Menu,
                    E-Commerce, Featured Images, Footer Widgets, Four Columns, Full Width Template,
                    Grid Layout, Left Sidebar, News, One Column, Right Sidebar,
                    RTL Language Support, Theme Options, Threaded Comments, Three Columns,
                    Translation Ready, Two Columns, Wide Blocks
Text Domain:        blocksy
Credits:            Creative Themes, https://creativethemes.com/blocksy/
GitHub Theme URI:   https://github.com/m266/sbr-theme-2
*/

/* GÃ¤stebucheintrÃ¤ge zentrieren */
.ct-comments-container {
    padding: 2ch;
}

/* Tabellen */
td, th {
    border: 1px solid #999;
    padding: .25rem;
    text-align: left;
    background-color: #FFFFFF;
}

/* Footer-Widget */
.ct-widget {
    border-color: gray;
    border-width: 1px;
    padding: 20px;
    min-height: 350px;
    background: #fafbfc;
}

/* Widget-Titel */
.widget-title {
    font-size: 25px !important;
}

/* Button To Top Abstand */
.ct-back-to-top {
    margin-bottom: 60px;
}

/* Bellows Navigation */
/* Schrift fett; Rand oben 0px */
.widget .bellows {
    font-weight: bold;
    margin-top: 0;
}

/* Buttonfarbe Hauptseiten */
.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0.bellows-current-menu-item &gt; .bellows-target, .bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0.bellows-current-menu-ancestor &gt; .bellows-target {
    background-color: #4f003d !important;
    color: white;
}

/* Buttonfarbe Unterseiten */
.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-current-menu-item &gt; .bellows-target, .bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-current-menu-ancestor &gt; .bellows-target {
    background-color: #4f003d !important;
    color: white;
}

/* Textfarbe akt. Button */
.widget-content .bellows-nav .bellows-current-menu-item &gt; .bellows-target {
    color: #FFFFFF;
}

/* ButtonhÃ¶he */
.bellows .bellows-nav .bellows-custom-content.bellows-custom-content-padded, .bellows .bellows-nav .bellows-target, .bellows .bellows-nav .bellows-target.bellows-target-w-image &gt; .bellows-image.bellows-image-padded, .bellows .bellows-nav .bellows-target.bellows-target-w-image &gt; .bellows-target-text {
    padding: 10px;
    padding-right: 10px;
}

/* Schrift Site-Beschreibung */
.site-description {
    font-size: 25px !important;
    color: #000;
}

/* Anpassung Handy */
/*@media only screen and (max-width: 480px) { */
@media screen and (max-width: 768px) {
    .ct-container {
        font-size: 15px;
        width: 97%;
        overflow: auto;
        margin: 5px;
    }
    /* Tabellen */
    td, th {
        border: 1px solid #999;
        padding: .25rem;
        text-align: left;
        background-color: #fff;
        font-size: 10px;
        overflow: auto !important;
    }
    /* Beitrag Handy */
    .ct-container-narrow {
        margin-right: 0 !important;
        background-color: #fff;
        padding: 20px;
    }
	/* Seiten */
	.entry-content {
		margin-left: 5px !important;
	}
    /* Seiten-Titel */
	.page-title{
		font-size: 17px !important;
	}
	/* Schrift Site-Titel */
	.site-title {
		font-size: 15px !important;
	}	
	/* Schrift Site-Beschreibung */
    .site-description {
        font-size: 12px !important;
    }
    /* Titelbild Rand links */
    .title-image-page-home {
        margin-left: -5px !important;
    }
}

/* Button runde Ecken */
.button, .submit, .ct-button, .added_to_cart, [type='submit'], .ct-button-ghost, .wp-block-button__link, .wp-block-file .wp-block-file__button, .forminator-design--none .forminator-button {
    border-radius: 10px;
}

/* AufzÃ¤hlungszeichen */
.entry-content ul {
    list-style-image: url(/wp-content/themes/sbr-theme-2/images/pfeil-rechts.png);
}

/* Farbe Seitentitel */
.site-title-container a {
    color: #000;
}

/* Button Hintergrund */
.button {
    background-color: #4f003d !important;
}

/* GÃ¤stebuch Felder, Checkbox */
textarea#comment, input#author, input#email {
    border-color: #1e73be;
    border-width: 1px;
    border-style: solid !important;
}
.privacyBox {
    border-color: #1e73be !important;
}

/* Alle Bilder */
/* Rand */
.alignnone {
    margin: 15px;
}

/* Author aus BeitrÃ¤gen ausblenden */
.meta-author {
    display: none !important;
}

/* Bilder in Galerie nebeneinander */
.gallery-item {
float: left;
padding: 10px;
}
.gallery {
overflow: hidden;
}</pre></body></html>