
/* banner adjustments */
div.banner_prolog_custom {
	display:block;
	position:relative;
}
div.banner_prolog_custom::after {
	background-image: url("/images/prolog-static/logo_shadow_left.png");
	background-size:300px 80px;
	position: absolute;
	display: inline-block;
	width: 300px;
	height: 80px;
	content: "";
	opacity:85%;
	top: 15px;
	left: 15px;
	z-index: 100;
	box-shadow: 5px 5px 30px 6px grey;
}

/* design for top menu */
ul.top_menu_entry > li{
	font-family: Monda, Calibri, sans-serif;
	font-weight:bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right:30px;
	font-size:23px;
}
ul.top_menu_entry li.current a{
	color: #8A2237;
}
img.english_top_img {
	height: 28px;
	width: 33px;
	padding-top: 9px;
	padding-right: 2px;
}
a.english_top_a {
	display:flex;
}

/* desing for blog view of articles */
.tn_headline {
    font-family: 'Monda, Calibri', sans-serif;
    letter-spacing: 0.05em;
    color: #8A2237;
    font-size: 130%;
    padding: 0px 0px 3px 0px;
    line-height: 16px;
}
.headline_underline {
	padding-top:5px;
    border-bottom-style: solid;
    border-bottom-color: #BBB;
    border-bottom-width: 1px;
    margin-bottom: 8px;
}
.article-intro-image img {
	width: 105px;
    height: 105px;
	padding: 5px;
    border: 1px solid #EEE;
    float: left;
	object-fit:contain;
    margin-right: 15px;
    margin-bottom: 10px;
    -moz-box-shadow: 1px 1px 6px #a0a0a0;
    -webkit-box-shadow: 1px 1px 6px #a0a0a0;
    -khtml-box-shadow: 1px 1px 6px #a0a0a0;
    box-shadow: 1px 1px 6px #a0a0a0;
	display:flex;
	justify-content: center;
	align-items: center;
}

/* design for right sidebar menus */
#sp-sidebar-right {
	padding-top:15px;
	background: #c3c3c329;
	border-left-style: solid;
    border-left-color: #BBB;
    border-left-width: 1px;
}
ul.clientmenu > li {
	font-family: Monda, Calibri, sans-serif;
	font-weight:bold;
	font-size:18px;
}
ul.clientmenu li.current a{
	color: #8A2237;
}
