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}

.table0 {
	border-spacing: 0;
	border: 0;
}

.table1 {
	border: 1px solid black;
	border-spacing: 1px;
}

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

.zero {
	margin: 0;
	padding: 0;
}

.bg-black {
	background: black;
}

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

.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}
.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;}
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}

/* 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;
}

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

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