font		{font-family: Verdana,Helvetica; font-size: 11px}
td			{font-family: Verdana,Helvetica; font-size: 11px}
body		{font-family: Verdana,Helvetica; font-size: 11px}
p			{font-family: Verdana,Helvetica; font-size: 11px}
div			{font-family: Verdana,Helvetica; font-size: 11px}
img, table  {max-width: 100%; }

.table0 {
	border-spacing: 0;
	border: 0;
}
table.mn-wrap {
    max-width: 1250px;
    margin: 0 auto;
}
td.blocks{
	background-color: white;
}
.mn-yt-wrap {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	aspect-ratio: 16/9;
}
.mn-yt {
	width: 100% !important;
	height: 100% !important;
	display: block !important;
	border: 0;
}

.table1 {
	border: 1px solid #333;
	border-spacing: 1px;
	background-color: #333;
}

.table-border {
	background-color: #333;
}
.space {
	min-width: 12px;
	background-color: white;
}

.auto {
	width: 100%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
.zero {
	margin: 0;
	padding: 0;
}

.bg-black {
	background: #333;
}

input 		{border-top-color: #000000; border-left-color: #000000; border-right-color: #000000; border-bottom-color: #000000; border-top-width: 1px; border-left-width: 1px; font-size: 11px; border-bottom-width: 1px; font-family: Verdana,Helvetica; border-right-width: 1px}
textarea	{border-top-color: #000000; border-left-color: #000000; border-right-color: #000000; border-bottom-color: #000000; border-top-width: 1px; border-left-width: 1px; font-size: 11px; border-bottom-width: 1px; font-family: Verdana,Helvetica; border-right-width: 1px}
select 		{border-top-color: #000000; border-left-color: #000000; border-right-color: #000000; border-bottom-color: #000000; border-top-width: 1px; border-left-width: 1px; font-size: 11px; border-bottom-width: 1px; font-family: Verdana,Helvetica; border-right-width: 1px}
form 		{font-family: Verdana,Helvetica; font-size: 11px}

a 			{background: none; font-size: 11px font-family: Verdana, Helvetica; text-decoration: none}
a:link      {color: #006847;}
a:visited   {color: #006847;}
a:hover     {color: #ce1126;}
a:focus     {color: #006847;}
a:active    {color: #ffffff;}

.title 		{background: none; color: #000000; font-size: 15px; font-weight: bold; font-family: Verdana, Helvetica; text-decoration: none}
.content 	{background: none; color: #000000; font-size: 11px; font-family: Verdana, Helvetica}

.article-title 		{padding: 0 3px; text-align: center; line-height: 30px}
.article-content 	{background: none; color: #000000; font-size: 12px; font-family: Verdana, Helvetica; text-align:justify}
.article-content th, td, p, span {line-height: 17px; font-size: 12px; text-align: justify}	
.article-content h3, h4 {font-size: 13px; margin: 24px 0 0 0;}
.article-content p, li {margin: 4px 0 0 0;}


.block-title{background: none; color: #ffffff; font-size: 11px; font-family: Verdana, Helvetica}
.storytitle {background: none; color: #363636; font-size: 14px; font-weight: bold; font-family: Verdana, Helvetica; text-decoration: none}
.storycat	{background: none; color: #363636; font-size: 11px; font-weight: bold; font-family: Verdana, Helvetica; text-decoration: underline}
.boxtitle 	{background: none; color: #363636; font-size: 11px; font-weight: bold; font-family: Verdana, Helvetica; text-decoration: none}
.boxcontent {background: none; color: #000000; font-size: 11px; font-family: Verdana, Helvetica}
.option 	{background: none; color: #000000; font-size: 11px; font-weight: bold; font-family: Verdana, Helvetica; text-decoration: none}
.tiny		{background: none; color: #000000; font-size: 11px; font-weight: normal; font-family: Verdana, Helvetica; text-decoration: none}

.h1		{font-family: Verdana,Helvetica; font-size: 21px; margin: 0px; padding: 2px; color: darkblue; background-color: lightblue;}
.h2		{font-family: Verdana,Helvetica; font-size: 16px}
h1		{font-family: Verdana,Helvetica; font-size: 16px}
h2		{font-family: Verdana,Helvetica; font-size: 16px}
h3		{font-family: Verdana,Helvetica; font-size: 14px margin-top: 2px; padding: 2px; color: darkblue;}

ul, li 		{list-style-position: outside;}

.titlehhil17 		{background: none; color: #000000; font-size: 30px; font-weight: bold; font-family: Verdana, Helvetica; text-decoration: none}

.footmsg {text-align: center}

/* Bild zoomen */
*.scale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
*.scale:hover {
	-webkit-transform: matrix(4, 0, 0, 4, 1068, 116);  
	-moz-transform: matrix(4, 0, 0, 4, 1068, 116);  
	-ms-transform: matrix(4, 0, 0, 4, 1068, 116);  
	-o-transform: matrix(4, 0, 0, 4, 1068, 116);  
	transform: matrix(4, 0, 0, 4, 1068, 116); 
}
/* TRANSITION */
*.transition {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;				
}
article div.box-wrapper {
	width: 33%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	overflow: hidden;
}
article div.box-wrapper div.box {
	overflow: hidden;
	position: relative;
}
article div.box-wrapper div.box:hover {
	z-index: 999;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
article div.box img {
	width: 100%;
	height: auto;	
	overflow: hidden;
}


a.mnlex {
	font-size: 12px; text-decoration: underline dotted;
}

/* -----------------------
Mobile devices
------------------------*/

@media (max-width: 600px)
{
	.no-menue { 
		display: none; 
	}
}