<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* top-e beim Reiter Vereinsheim, Hintergrund die Infobox */
.sprocket-grids-b-content {
padding: 15px;

box-sizing: border-box;
background-color: white;
}

/* Ãœberschrift bei den Kontakten grÃ¶ÃŸer gemacht   */
.sprocket-quotes-text {
    font-size: 1.5em;
    line-height: 1.6em;
    font-style: bold;
}
/*aktuelle Infos kleiner */
.uk-article-title {
    font-size: 24px;
    line-height: 42px;
    font-weight: bold;
    text-transform: none;
}

/*@media screen and (max-width:768px)*/
h1 {
    font-size: 1.5em !important;
}



/*@media screen and (max-width: 468px)*/
h3 {
    font-size: 1.15em!important;
}
h3, .uk-h3 {
    font-size: 14px;
    line-height: 30px;
}

/*
.sprocket-quotes-image {
    max-width: 25%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 1em 0 0;
    float: left;
} */
#menu-outer {
    position: relative !important;
    right: 0;
    left: 0;
}

/* Breadcrumb Pfeile sauber gemacht  */

.sprocket-headlines-navigation .arrow {
    background: #2c2929;
    color: #fff;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.sprocket-headlines-navigation .arrow {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 1em;
    opacity: 0.7;
    cursor: pointer;
    float: right;
    margin-right: 5px;
    text-align: center;
    font-size: 0.7em;
    font-weight: bold;
} 

.layout-slideshow2 .slideshow-content {
    background: rgba(0,0,0,0.45);
  	border-radius: 20px;
    color: #fff;
    width: 80%;
    height: 100%;
}
</pre></body></html>