<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Template: generatepress
    Theme Name: generate Child
    Description: Child Themes auf Basis g.p.
 	Author:       f.s.
 	Author URI:   http://www.xyz.de
	Version: 1.0.7
*/
.clearer { clear: both; }
body {
/*     font-weight: 400;
    text-transform: none;
    font-size: 17px; */  
    font-weight: normal;
}
body, .site-header {
    background-color: #dfdbd7; /* HG */   
}
body, 
.main-title a, 
.main-title a:hover, 
.main-title a:visited,
.site-description,
.main-navigation .main-nav ul li a, 
.menu-toggle {
    color: #4c170f; /* schriftfarbe */
}
a, a:visited {
    /* color: #1e73be;
    text-decoration: none; */
    color: #c8786c;
}
body .grid-container {
    /* max-width: 800px; */
    padding: 0 10px 0 10px;
}
.inside-header { 
    /* padding: 40px; */
    padding: 0;
}
.header-widget {
    /* float: right;
    overflow: hidden;
    max-width: 50%; */
    margin-right: 80px;
}
.home .header-widget { /* da logo aktiv */
    display: none;
}
.site-header .inside-header .site-branding {
    position: relative; /* ï¿½bers logo heben */
    z-index: 88;
}
.main-title { /* oberste ï¿½berschrift */
/*     font-weight: 700;
    text-transform: none;
    font-size: 45px;
    line-height: 1.2em; */
    font-weight: normal;
    font-size: 2rem;
    margin-top: 20px;
    letter-spacing: 3px;
    text-shadow: 3px 3px 6px #444;
    z-index: 88;
}
.site-description { /* 2.ï¿½berschrift */
	/* margin: 0;
	line-height: 1.5;
    font-weight: normal;
    text-transform: none;
    font-size: 15px; */
    font-size: 1.4rem;
    letter-spacing: 3px;
    text-shadow: 3px 3px 6px #444;
    color: #ae3c29;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .inside-header &gt; :not(:last-child):not(.main-navigation) {
        margin-bottom: 0; /* erstes el braucht keinen abstand */
    }
    .main-title {
        margin-top: 0; /* zweites el braucht keinen abstand */
    }
    .home .main-title {
        margin-top: 20px; /* auÃŸer bei home */
    }
}
@media (max-width: 600px) { /* logo deaktiv */
    .home .header-widget {
        display: block;
    }
    .home .main-title {
        margin-top: 0; /* nun auch home keinen abstand */
    }
}
/* -------------------------- */
.main-navigation {
    background-color: #a3abac;
}
.main-navigation .main-nav ul li a, 
.main-navigation .mobile-bar-items a, 
.menu-toggle {
/*     padding-left: 20px;
    padding-right: 20px;
    line-height: 60px; */
    line-height: 40px;
}
.main-navigation a, 
.menu-toggle {
/*     font-weight: 400;
    text-transform: none;
    font-size: 15px; */
    font-weight: normal;
    font-size: 1rem;
}
.main-navigation .main-nav ul li:hover &gt; a, 
.main-navigation .main-nav ul li:focus &gt; a, 
.main-navigation .main-nav ul li.sfHover &gt; a { /* hover */
    color: #4c170f;
    background-color: #9ba1a2;
}
.main-navigation .main-nav ul li[class*="current-menu-"] &gt; a { /* aktiv */
    color: #4c170f;
    background-color: #9ba1a2;
}
.main-navigation .main-nav ul li[class*="current-menu-"] &gt; a:hover, 
.main-navigation .main-nav ul li[class*="current-menu-"].sfHover &gt; a { /* aktiv-hover */
    color: #4c170f;
    background-color: #9ba1a2;
}
.inside-navigation { /* damit bleibt menÃ¼ unterm logo aktiv */
    z-index: 99;
}
/* ------------------------------------------- */
.main-navigation ul ul { /* #### untermenÃ¼ #### */
    /* background-color: #3f3f3f; */
    /* display: block;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    float: left;
    position: absolute;
    left: -99999px;
    opacity: 0;
    z-index: 99999;
    width: 200px;
    text-align: left;
    top: auto;
    transition: opacity 80ms linear;
        transition-delay: 0s;
    transition-delay: 0s;
    pointer-events: none;
    height: 0;
    overflow: hidden; */
    background-color: #a3abac;
    width: 240px;
}
.main-navigation ul ul li {
    /* width: 100%; */
    padding-bottom: 5px;
    background-image: url(teile/trenner.png);
    background-repeat: no-repeat;
    background-position: left 10px bottom 2px;
    background-size: 92% 1px; /* =&gt;220px bei 240 breite, % fÃ¼r responsive */
}
.main-navigation ul ul li:last-child {
    background-image: none;
}
.main-navigation .main-nav ul ul li a,
.main-navigation .main-nav ul ul li[class*="current-menu-"] &gt; a {
    /* color: #ffffff; */
    /* font-size: 14px; */ 
    /* padding: 10px 20px; */
    /* background-color: #4f4f4f; */
    color: #4c170f;
    font-size: 1rem;
    padding: 7px 15px 3px 15px;
    background-color: #a3abac;
}
.main-navigation .main-nav ul ul li:hover &gt; a,
.main-navigation .main-nav ul ul li[class*="current-menu-"] &gt; a:hover {
    /* color: #ffffff;
    background-color: #4f4f4f; */
    color: #4c170f;
    background-color: #9ba1a2;
}
/* ------------------------------------------- */
#content { /* fï¿½r logo und suche */
    position: relative;
}
#logo { /* zu content */
    position: absolute;
    top: -190px;
    right: 0px;
}
@media (max-width: 768px) {
    #logo {
        width: 50%;
    }
}
@media (max-width: 600px) {
    #logo {
        display: none;
    }
}
/* ------------------ */
#suche { /* zu content */
    position: absolute;
    top: 0px;
    right: 0;
    width: 35%; /* einfach so */
}
#suche.archivseite {
    top: 35px;
}
.home #suche {
    top: 350px;
}
#suche input {
    padding: 8px 10px;
    width: 100%;
    color: #4c170f;
    background-color: #a3abac;
}
.home #suche input {
    background-color: #e5e5e5;
}
@media (max-width: 768px) {
    #suche {
        position: static;
        margin-top: 40px;
        width: 280px; /* anpass an sb */
    }
    .home #suche,
    .archive #suche {
        width: 310px; /* anpass an termine */
    }
    #suche input {
        background-color: #e5e5e5;
    }
    .page #suche input {
        background-color: #a3abac;
    }
}
@media (max-width: 500px) { 
    .home #suche,
    .archive #suche {
        width: 100%; /* nun volle breite */
    }
}
/* ------------------ */
#startbild p {
    margin-top: 30px;
    margin-bottom: 60px;
}
.zurueck {
    margin-top: 20px;
}
.separate-containers .page-header {
    /* background-color: #ffffff; */
    /* padding: 40px; */    
    background-color: #dfdbd7;
    padding: 0;
}
#seitueber {
    width: 65%;
}
h1 {
	/* font-size: 35px;
	margin-bottom: 20px;
	line-height: 1.2em; */
}
h1.seitenueberschrift { /* h1 */
    font-size: 1.4rem;
    margin-top: 40px;
    font-weight: normal;
    padding-right: 50px;
}
h1.seitenueberschrift.katarchiv {
    margin-top: 20px;
}
@media (max-width: 768px) {
    #seitueber {
        width: 100%;
    }
    h1.seitenueberschrift { 
        padding-right: 0;
    }
}
h1.page-title { /* h1 */
    font-size: 1.4rem;
    margin-top: 40px;
    font-weight: normal;
}
h2 {
	/* font-size: 25px;
	margin-bottom: 20px;
	line-height: 1.2em; */
}
h2.beitragsueberschrift { /* h2, archiv */
    font-size: 1.1rem;
    margin-top: 40px;
    font-weight: normal;
}
h2.biviueberschrift { /* h2, archiv-bildervideos */
    font-size: inherit;
    margin-bottom: 10px;
    font-weight: bold;
}
.page #primary h2 {
    font-size: 1.1rem;
    margin: 10px 0 5px;
}
.page #primary h3 {
    font-size: 0.85rem;
    font-weight: bold;
    margin: 0 0 5px;
}
h1.entry-title,
h2.entry-title { /* such-erg.-container */
    font-size: inherit;
    font-weight: bold;
}
.entry-content,
.entry-summary {
    /* margin: 2em 0 0; */
    margin: 10px 0 0;
}
footer.entry-meta {
    /* margin-top: 2em; */
    margin-top: 10px;
}
.right-sidebar.separate-containers .site-main { /* hauptcontainer bei rechter sidebar */
    /* margin: 20px 20px 20px 0; */
    margin: 20px 50px 20px 0; /* rechter abstand grÃ¶ÃŸer */
}
.separate-containers .inside-article { /* beitragskasten, allg. seiten, body-class */
    /* padding: 40px;
    background-color: #ffffff; */
    padding: 15px;
    background-color: #e5e5e5;
}
.separate-containers .inside-article.keinco { /* kein beitragskasten, feste seiten, erstartikel */
    padding: 0 15px 0 0;
    background-color: transparent;
}
.archive.separate-containers .inside-article.terminco { /* termine-container, nur beitragsseiten / nicht index */
    width: 280px; /* 310-15-15 */
}
.archive.separate-containers .inside-article.aktuco { /* aktuelles-container */
    width: 410px; /* 440-15-15 */
}
.separate-containers .inside-article.bivico { /* bildvideo-container */
    width: 440px; /* 470-15-15 */
}
article.category-gitarrenschule.category-obertext { /* mit den containern auf gleiche breite bringen */
    width: 440px;
}
@media (max-width: 768px) {
    .separate-containers .inside-article.terminco { /* termin-container, nun auch index, also alle seiten */
        width: 280px;
    } 
    .separate-containers .inside-article.aktuco { /* aktuelles-container */
        width: 410px;
    }
}
@media (max-width: 500px) { 
    article.category-gitarrenschule.category-obertext {
        width: 100%;
    }
    .archive.separate-containers .inside-article.terminco, /* neue breite einzeln Ã¼berschreiben! */
    .archive.separate-containers .inside-article.aktuco,
    .separate-containers .inside-article.terminco, /* termin-container */
    .separate-containers .inside-article.aktuco, /* aktuelles-container */
    .separate-containers .inside-article.bivico {
        padding: 10px 2% 10px 2%;
        width: 96%;
    }
}
p {
    /* margin-bottom: 1.5em; */
}
.inside-article  p { /* in beitrÃ¤gen */
    margin-bottom: 10px;
}
.inside-article span.posted-on { /* datum, in aktuelles */
    display: block;
    margin-bottom: 7px;
}
.inside-article  p:last-child {
    margin-bottom: 0;
}
.page iframe {
    max-width: 450px;
    height: 450px;
}
@media (max-width: 500px) { 
    .page iframe {
        max-width: 100%;
        height: 300px;
    }
}
ul {
    /* margin: 0 0 1.5em 3em; */
}
.inside-article ul {
    margin: 0 0 0 1em;
}
.inside-article li {
    margin-bottom: 4px;
}
.alignleft {
	/* display: inline;
	float: left;
	margin-right: 1.5em; */
    margin-right: 10px; /* bild im beitrag */
    margin-top: 5px;
    margin-bottom: 5px;
}
.alignright {
    /* display: inline;
    float: right;
    margin-left: 1.5em; */
    margin-left: 10px; /* bild im beitrag */
    margin-top: 5px;
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .alignleft, .alignright {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
.aligncenter {
	/* clear: both;
	display: block;
	margin: 0 auto; */
	margin: 5px auto;
}
.separate-containers .site-main &gt; * {
    /* margin-bottom: 20px; *//* damit einheitlich mit .post */
}
.post {
    /* margin: 0 0 2em; *//* abstÃ¤nde auÃŸer site-main */
    margin: 0 0 20px;
}
/* -------------------- */
.archive.separate-containers .inside-right-sidebar,
.page.separate-containers .inside-right-sidebar { /* auÃŸer home */
    /* margin-top: 20px;
    margin-bottom: 20px; */
    padding: 0px;
    background: #a3abac;
}
.separate-containers .widget {
    /* margin-bottom: 20px; */
    margin-bottom: 0px;
}
.widget-area .widget {
    /* padding: 40px; */
    padding: 0;
}
.sidebar .widget {
    /* background-color: #ffffff; */
    background-color: #a3abac;
}
.sidebar .widget:first-child,
.sidebar .widget:last-child { /* menÃ¼-bilder */
    padding: 10px 10px 5px 10px; /* das bild kriegt unten 5px dran ?? */
}
.widget ul li {
    /* list-style-type: none;
    position: relative;
    padding-bottom: 5px; */
    background-image: url(teile/trenner.png);
    background-repeat: no-repeat;
    background-position: left 10px bottom 2px;
    background-size: 260px 1px;
}
.widget ul li:last-child {
    background-image: none;
}
.widget ul li a {
    padding: 7px 15px 3px 15px;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #4c170f;
}
.widget ul li a:hover {
    background-color: #9ba1a2;
}
.widget ul li[class*="current-menu-"] &gt; a { /* aktiv */
    background-color: #9ba1a2;
}
@media (max-width: 768px) { /* sidebar nicht auf volle breite */
    .sidebar {
        /* float: none;
        width: 100%;
        left: 0;
        right: 0; */
        width: 280px;
    }
    .home .sidebar { /* auï¿½er home */
        width: 100%;
    }
}
div.wpcf7 { /* kontaktformular */
    width: 100%;
    max-width: 350px;
}
input[type="email"],
input[type="text"] {
    width: 100%;
    height: 40px;
}
textarea[name="your-name"] {
    height: 85px;
}
textarea[name="your-message"] {
    height: 175px;
}
span.wpcf7-list-item {
    margin: 0;
}
input[type="submit"] {
    color: #4c170f; /* schriftfarbe */
    background-color: #a3abac;
    padding: 5px 10px;
}
input[type="submit"]:hover {
    color: #4c170f; /* schriftfarbe */
    background-color: #9ba1a2;
}
.mejs-container .mejs-controls { /* steuerung von audio */
    background: #a3abac !important;
}
/* -------------------------- */
.site-footer .grid-parent { /* inhalt vom footer */
    padding-top: 15px;
    border-top : 1px solid #4c170f;
    text-align: center;
}
.site-footer span { /* kein umbruch im span-bereich */
    white-space: nowrap;
}
.site-footer a {
    color: #4c170f;
}
@media (max-width: 768px) { 
    .site-footer a {
        padding: 10px 0 10px 0;
        display: inline-block;
    }
}
.site-footer a:hover {
    color: #c8786c;
}
</pre></body></html>