/* ANPASSUNGEN fürs eigene Layout */
.singlepostbox { border: solid 1px var(--hglighter); display: flex; margin: 5px 0px; padding: 5px; flex-wrap: wrap; }
.singlepostauthor { width: 305px; padding: 0px 0px 0px 10px; box-sizing: border-box; text-align: center; }
.singlepostpost { width: 735px; box-sizing: border-box; padding: 10px 10px 10px 30px; text-align: justify; }

.singelpoststicky { margin: 0px 0px 0px 0px; position: sticky; top:0; left:0; padding: 10px 0px 30px 0px; }
.singlepostauthor { width: 280px; color: var(--link1); font-family: 'Merriweather Sans', sans-serif; letter-spacing: 1px; font-size: 19px; }
.singlepostusertitle { width: 280px; box-sizing: border-box; }
.singlepostavabox { width: 307px; }
.singlepostava { width: 280px; height: 230px; overflow: hidden; }
.singlepostpnbox { width: 52px; position: relative; z-index: 2; margin: 0px 0px 0px -27px; }
.singlepostusertext { width: 280px;
    box-sizing: border-box;
    margin: 10px 0px 10px 0px;
    font-size: 11px; letter-spacing: 0px;
    line-height: 19px;
    text-align: justify;
    max-height: 200px;
    overflow: auto; 
    padding: 0px 10px 0px 5px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif; }

.singlepostedit { width: 100%; border-bottom: solid 1px var(--hgdarker); }
.singleposttext { padding: 0px 20px 0px 10px; font-size: 12px; }
.singleposttext b {color:var(--hg2tab);}

/* normale Postbit CSS */

.risto0 {
	width: 200px; 
	height: 220px; 
	overflow: hidden; 
	position: relative;
}

.risto1 {
position: absolute; transition: .8s .5s; width: 200px; height: 220px;
}

.risto2 {
position: absolute; top: -220px; width: 200px; height: 220px; transition: .8s .1s; background: #c6d1d3; opacity:0.6;
}

.risto0:hover .risto2 {
opacity: 1; position: absolute; transition: .8s .5s; top: 12px; left: 12px;
}

.risto3 {
position: absolute; bottom: 20px; right: 20px; background: #fff; border: 1px solid #c6d1d3; padding: 5px;
}

.risto4a {
width: 200px; height: 1px; background: #B4C8BB; position: absolute; bottom: 70px; right: 20px;
}

.risto4b {
width: 1px; height: 290px; background: #B4C8BB; position: absolute; bottom: 120px; right: 60px; margin-left:20px;
}

.risto5 {
font: 20px/150% Playfair Display; position: absolute; bottom: 42px; left: 10px; text-align: left; width: 100px;
}

.risto5 span {
display: block; font-style: italic; text-align: right;
}

.risto6 {
position: absolute; top: 10px; right: 5px; text-align: right; width: 200px;
}

.risto6a {
height: 40px;
}

.inf {
	width: 120px;
	margin-left: 10px;
	text-align: left;
	position: relative;
	right: -5px;
	text-transform: uppercase;
	font: 16px;
}

.inf span {
display: block; text-transform: lowercase; text-align: right; border-top: 1px solid #B4C8BB; font: italic 12px;
}

