html {
	min-height: 100%;
}

body {
	font-family: Helvetica, sans-serif;
	overflow-y: scroll;
	background-color: #fff;

	margin: 0;
	padding: 5px;
	color: #000;

	font-size: 16px;
}


a {
	text-decoration: underline;
}

img.news-img {	
	/* border: 1px solid #c7cedf; */
	border: 1px solid #000;
	box-sizing: border-box;
}

.content {
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.top_prm {
	width: 100%;
	min-height: 2px;
	text-align: center;
	box-sizing: border-box;
	display: block;
}



/* --- arrows before spiegels --- */
.arch-head-w-bg {
	width: 100%;
	box-sizing: border-box;
	height: 32px;
	margin-bottom: 10px;
	color: #09488f;
	font-size: 15px;
	font-weight: 500;	
	/* background: linear-gradient(#c1d9ed, #94b5d1); */

	display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-content: center;
		align-items: center;
}

.arch-head-w-bg-link-l, .arch-head-w-bg-link-r {
	color: #09488f;
	font-size: 13px;	
	background-repeat: no-repeat;

	display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;

 }
.arch-head-w-bg-link-l {
	background-image: url('https://static.newsru.com/v2/img/misc/arrow_left_white.gif');
	background-position: left;
	margin-left: 4px;
	padding-left: 16px;
}
.arch-head-w-bg-link-r {
	background-image: url('https://static.newsru.com/v2/img/misc/arrow_right_white.gif');
	background-position: right;
	margin-right: 4px;
	padding-right: 16px;
}
/* ----------------------------------- */

.main-caption {
	width: 100%;
	padding: 4px 10px;
	margin-bottom: 6px;
	color: #09488f;
	font-size: 14px;
	background: linear-gradient(#c0d8ec, #95b6d1);
	box-sizing: border-box;	
	text-transform: uppercase;
	font-weight: bolder;
}

.base-text {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.cap-link {
	/* color: #09488f; */
	text-transform: lowercase;
	font-weight: bolder;
}

.cap-link-up {
	/* color: #09488f; */
	text-transform: uppercase;
	font-weight: 500;
}



/* --- PRM MARKS n BLOCKS --- */

.prm {
	min-width: 240px;	
	width: 100%;
	font-size: 0.6rem;
	font-weight: 400;
	color: #aaa;
	text-align: center;
	margin: 8px 0;
	box-sizing: border-box;
}
.prm_after_sp {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 0 8px 0;
}

.prm-mark-small {
	width: 60px;
	padding: 2px 4px; 
	margin: 0;
	text-align: center;
	background-color: #189c5b; 
	color: #fff;
	font-size: 8px;
	/* font-weight: 500; */
	box-sizing: border-box;
}

.prm-mark-mid {
	width: 60px;
	padding: 2px 4px; 
	margin: 0;
	text-align: center;
	background-color: #189c5b; 
	color: #fff;
	font-size: 12px;
	box-sizing: border-box;
}

.prm-mark {
	padding: 2px 6px; 
	margin: 0;
	text-align: center;
	background-color: #189c5b; 
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}

.prm-block {
	background-color: #fff;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 12px;
	border: 1px solid #189C5B;    
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}

.prm-image-block {
	width: 200px;    
	margin: 0;
	padding: 0;
	text-align: right;
	display: block;
	box-sizing: border-box;
}

.prm-image img {
	border: 1px solid #c7cedf;
	box-sizing: border-box;
	margin: 0 0 4px 0;
	padding: 0;
}

.prm-text-block {
	width: 300px;
	margin: 0 0 0 30px;
	padding: 0;
	box-sizing: border-box;
}

.prm-title {
	width: 300px;    
	margin: 0 0 10px 0;
	text-align: left;
	color: #09488f;
	font-size: 18px;
	font-weight: 400;
	display: block;
	box-sizing: border-box;
}

.prm-text {
	width: 300px;
	margin: 0;
	text-align: left;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	display: block;
	box-sizing: border-box;    
}


/* --- header --- */
.header-items {
	min-width: 108px;
	width: 100%;
	min-height: 100px;

    display: block;
	box-sizing: border-box;

	text-align: right;

	margin: 6px 0 12px 0;
	padding: 0 0 6px 0;

	border-bottom: 1px solid #000;

}

/* For devices 360px and larger: */
@media only screen and (min-width: 360px) {
	.header-items {
		height: 80px;
}
}

.header-logo {

	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;

	float: left;

	display: block;
	box-sizing: border-box;	
}

.header-a:link
{
	font-size: 26px;
	font-weight: bold;
	font-style: italic;

	text-decoration: none;

	/* color: #0016A6; */
}

.header-plus {
	margin: 4px 2px 20px 4px;
	padding: 20px 0 0 4px;

	height: 60px;

    font-size: 12px;
	font-weight: bold;
	color: #000;
	display: inline-block;
	box-sizing: border-box;

	border-left: 1px solid #000;

}


/* --- footer --- */
.footer {
	border-top: 1px solid #000;
	width: 100%;
	display: block;
	box-sizing: border-box; 
	min-height: 80px;
	margin: 10px 0 0 0;
	padding: 5px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.footer-link, .down {
	color: #0016A6;
	margin: 0;
	text-decoration: underline;
}
