/* body
--------------------------------------------------*/

body
{
	margin:0em;
	padding:0em;
	font-family: Roboto, sans-serif;
	font-size:75%;
	text-align:left;

	background-color:#66a7e0;
	color:#ffffff;
}




h1, h2, h3, h4, h5, p, a
{
	font-weight:normal;
	color:#606060;
	text-align:center;
}

a 
{
	text-decoration:none;
}

a img 
{
	border:none;
}

.hidden
{
	display:none;
}

/* wrapper
--------------------------------------------------*/

.line
{
	width:100%;
	height:4px;
	position: absolute;
	position:relative;
	z-index: 150;
	background-color:#f4de19;
}

.page_wrapper
{
	position:relative;
	width:100%;
	max-width:970px;
	margin:auto;
}

.header
{
	position:relative;
	top:0px;
	padding:10px;
	width:calc(100% - 20px);
	max-width:950px;
	text-align:center;
	
	background-color:#155ecf;
}

.header img
{
	margin:0 auto 0 auto;
	width:calc(100% - 20px);
	max-width:343px;	
}



/* DROPDOWNMENU
--------------------------------------------------*/

#rik_menu
{
	width:100%;
	text-align:center;
	margin-top:20px;
}

#rik_menu ul
{
	margin:0px auto 0px auto;
	padding:0px;
	width:100%;
	max-width:600px;
}

#rik_items
{
	position:relative;
        margin: 0 auto 0px auto;
        display: block;
}

#rik_menu ul li
{
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
        letter-spacing: 2px;
        text-align: center;
        text-transform: none;
	padding:8px;
	background-color:#66a7e0;
	list-style-type:none;
}

#rik_items_down, #rik_items_up
{
	position:relative;
}

#rik_menu #rik_items_up
{
	display:none;
}

#rik_menu #rik_items
{
	display:none;
	padding:0px;
	border-bottom:none;
}

#rik_items div a
{
	color:#ffffff !important;
}

#rik_menu #rik_items div
{
	padding:8px;
	border-top:1px solid #ffffff;
}

#rik_menu .rik_dropdown, #rik_menu .rik_dropup
{
	position:absolute;
	right:10px;
	top:0px;
	height:28px;
	width:28px;
	cursor: pointer;
	background:url(img/menu_dropdown.png) no-repeat;
	background-size: 28px 28px;
	background-position:0px 3px;
}

#rik_menu .rik_dropup
{
	background:url(img/menu_dropup.png) no-repeat;
	background-size: 28px 28px;
}


/* main
--------------------------------------------------*/

.main
{
	position:relative;
	width:calc(100% - 20px);
	max-width:950px;
	top:0px;
	left:0px;
	min-height:500px;

	padding:10px;
	text-align:center;

	color:#351d08;
	background-color:#155ecf;
}


.container_video video
{
	width:100%;
	max-width:600px;
	height:auto;
}

#main table
{
	background-color:#ffc9cb;
}

#impressum a
{
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
}

#main a:hover
{
	text-decoration:underline;
}

table
{
	text-align:justify;
	width:500px;
	font-size:1.2em;
	line-height:1.5em;
	color:#808080;
}

/* news
--------------------------------------------------*/

#rik_news h2
{
	padding-top:20px;
	font-size:22px;
	font-weight:bold;
	color:#ffffff;
}

.news_item
{
	width:100%;
	color:#ffffff;
	font-size:15px;
}

figure
{
	padding:0px;
	margin:10px 0px 20px 0px;
}

figure img
{
	width:100%;
	max-width:600px;
}

figcaption strong a
{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	display:block;
	padding:5px;
	margin-top:10px;
}

.img_source
{
	display:block;
	font-size:10px;
}


/* footer
--------------------------------------------------*/

footer p a
{
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
}

footer p a:hover
{
	text-decoration: underline;
}