<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Aclonica');
@import url('https://fonts.googleapis.com/css?family=Parisienne');
@import url('https://fonts.googleapis.com/css?family=Merienda');

body {
color: #523205;
background-color: #faf5e3;
font-family:'Merienda', DF Stylus, cursive;
font-size: 12px;
 }
.ziehharmonika h2 {
color: #523205;
background-color: #faf5e3;
border-radius: 5px;
font-family:'Merienda', DF Stylus, cursive;
font-size: 12px;
font-weight: bold;
margin: 10px 0px 10px 0px;
text-align: center;
}


.ziehharmonika h3 {
        font-family:'Oswald', DF Stylus, cursive;
        background: #f2e9d2;
        color: #523205;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        text-align: left;
        border-radius: 5px;
        padding: 10px 10px;
        cursor: pointer;
        margin-top: 0;
        margin-bottom: 2px;
        padding-left: 40px;
        transition: 0.25s all;
        position: relative;
        border: 1px solid transparent;

}

.ziehharmonika h3:hover {
        text-decoration: underline;
        font-size: 16px;
        color: #523205;
        border-radius: 5px;
         border: 1px  solid orange;
         text-decoration-color: orange;

}


.ziehharmonika h3.active {
        margin-bottom: 8px;
        background: #faf5e3;
        border-radius: 5px;
    	border: 1px  solid orange;
        text-decoration: underline;
        text-decoration-color: orange;
}

}
.ziehharmonika h3.alignLeft {
        padding-left: 35px;
}
.ziehharmonika &gt; div {
        display: none;
        background: #faf5e3;
        border-radius: 5px;
        text-align: left;
        padding: 1px 10px 0px 50px;
        margin-bottom: 4px;
        background-image: url('http://www.reinholds-hp.de/images/logo400.jpg');
    background-repeat:no-repeat;
}

}
.ziehharmonika .active  {
        bottom: 50px;
        transition: all ease 1.5s;
        border-color: #523205 transparent transparent transparent;
        opacity: 1.0;
}

.ziehharmonika .collapseIcon {
        position: absolute;
        left: 15px;
        top: 47%;
        font-size: 25px;
        font-weight: 300;
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.ziehharmonika .collapseIcon.alignLeft {
        right: initial;
        left: 20px;
}</pre></body></html>