<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Boxen fuer mosaic (alter Befehl:  background-image: linear-gradient(to bottom, #A7A3C7, #8983B3); ) */

.sprocket-mosaic .sprocket-mosaic-item {
background-color : #fff;
background-image : none;
background-repeat : repeat-x;
box-shadow : 0 0 2px 2px rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(225, 225, 225, 0.45) inset;
color : #585858;
text-shadow : none;
}



.sprocket-mosaic-item .sprocket-mosaic-title {
font-size : 20px !important ;
}

}
.sprocket-mosaic-title a
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2) !important;
}



div.rt-block.logo-block {
-webkit-box-shadow: none;
box-shadow: none;
}

#rt-header .logo-block:before {
display: none;
}

div.logo-block {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: #003A8E solid;
    margin: -47px 0 0 18px;
    width: 390px;

}
.logo-block #rt-logo {
    width: 250px;
    height: 248px;
}

</pre></body></html>