/*---- FARBE HIGHLIGHT */
:root {
	--sowhl:#1091aa;
}


/*--- ÄUSSERE BOX */ 
#mlstory {
	width: 480px;
	height: 480px;
	background-color:#f7f7f7;
	background-image:url(https://moonlight.wickedways.de/images/mlstory.png);
	border: 1px solid var(--sowhl);
	outline: 10px solid #eeeeee;
	position:relative;
	margin-bottom: 20px;
	box-sizing:border-box;
}
#mlstory i {
	font-style:italic;
	font-weight:500;
	color:var(--sowhl);
}
#mlstory b {
	font-weight:bold;
	color:var(--sowhl);
	letter-spacing:4px;
	text-transform:uppercase;
}


/*--- BILD-BOX */ 
.sowpic {
	position:absolute;
	top:20px;
	right:20px;
	width:260px;
	height:405px;
	background-image:url(https://moonlight.wickedways.de/images/mlstoryLIZENZFREI.png);
	z-index:1;
	box-sizing:border-box;
}


/*--- TEXT-BOXEN */ 
.sowlefttop {
	position:absolute;
	top:40px;
	left:5px;
	width:300px;
	height:80px;
	overflow:hidden;
	z-index:3;
	text-align:center;
}
.sowleftbottom {
	position:absolute;
	bottom:20px;
	left:20px;
	width:270px;
	height:390px;
	overflow:auto;
	background-color:#eeeeee;
	z-index:2;
	border:15px solid rgba(0,0,0,0);
	border-top:38px solid rgba(0,0,0,0);
	font-family:Questrial;
	font-size:12px;
	line-height:16px;
	color:#1c1c1c;
	text-align:justify;
	padding-right:10px;
	scrollbar-color:var(--sowhl) #e0e0e0;
	scrollbar-width:thin;
	box-sizing:border-box;
}


/*--- LINKS UNTEN */ 
.sowlinkbox {
	position:absolute;
	bottom: 2px;
	right:25px;
	width:160px;
	height:50px;
	overflow:hidden;
	z-index:4;
	text-align:center;
}
.sowlink {
	width:22px;
	height:22px;
	margin:5px;
	float:left;
	background-color:#f7f7f7;
	font-family:PT Sans Narrow;
	font-size:20px;
	line-height:22px;
	text-align:center;
	color:var(--sowhl);
	box-shadow:2px 2px #e0e0e0;
}
.sowlink a {
	color:var(--sowhl) !important;
}
.sowlink a:hover {
	color:#e0e0e0 !important;
}

#mlstory a {
	text-decoration: none;
}


/*--- ÜBERSCHRIFTEN */ 
.sowtitle {
	font-family:PT Sans Narrow;
	color:var(--sowhl);
	font-size:40px;
	line-height:40px;
	text-transform:lowercase;
	font-weight:bold;
	text-shadow:2px 1px #f7f7f7;
	letter-spacing:-1px;
	text-decoration: none !important;
}
.sowsub {
	font-family:Abel;
	color:var(--sowhl);
	font-size:11px;
	line-height:14px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
	text-shadow:1px 1px #f7f7f7;
}
.sowtitle a {
	color:var(--sowhl);
}
.sowtitle a:hover {
	text-decoration:none;
	letter-spacing:0;
	color:#e0e0e0;
	text-shadow: 2px 1px #f7f7f7;
}


/*---- SCROLLBAR */ 
#mlstory ::-webkit-scrollbar {
	width: 6px;
} 
#mlstory ::-webkit-scrollbar-track-piece {
	background-color: #e0e0e0;
} 
#mlstory ::-webkit-scrollbar-thumb:vertical {
	background-color: var(--sowhl);
}
		