/* ©nilooma mobile css definition */


@import url("screen.css");

body {
    background: none;
    color:#000;
    font-weight: bold;
}

#force-scrollbar
{
	display: none;
}

#wrapper {
	width: 100%;
	margin: 0;
	background: none;
	background-color: #fff;
}

#header {
	width: 100%;
	height: 0;
	background: url(/layouts/images/bg_header_mobile.jpg) no-repeat;
	background-size: contain;
	position: relative;
	padding: 0;
	padding-top: 36.36%; /* calculation from original image width and height: height/width*100 */
	margin: 0;
}

#header a img {
    display: none;
}

#header-rechts {
    display: none;
}

#header_mobile {
    display: block !important;
    position: absolute !important;
    z-index: 1 !important;
}

#main {
	
}

#mainnav1, #mainnav2 {
	width: 100%;
	padding: 0 0 0 0;
	height: 0px;
/* 	min-height: 2px; */
	margin-left: 0;
}

#mainnav2 {
    display: none;
}

#hnav0 li {
    width: 100%;
}

#hnav0 li a {
    padding-left: 10px !important;
}

#hnav1 li a {
    font-size: 15px !important;
    padding-left: 20px !important;
}

#content
{
	width: 96%;
	height: auto;
	padding: 2% 2%;
	margin: 0;
}

#content iframe
{
	width: 100% !important;
	height: auto !important;
}

#footer
{
    width: 96%;
    padding: 2%;
    background: none;
    background-color: #c7c7c6;
    height: auto;
}

#footer div div div.table-cell {
    padding-left: 0 !important;
    margin-bottom: 10px !important;
}

.table-cell {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
}

.col1, .col2 {
    width: 96% !important;
    padding: 2% !important; 
}

div.nilooma_mobile_content > div, div.nilooma_mobile_content > table {
    width: 100% !important;
}

div.nilooma_mobile_content img[width="400"], div.nilooma_mobile_content img[width="374"], div.nilooma_mobile_content img[width="500"], div.nilooma_mobile_content img[width="300"], div.nilooma_mobile_content img[width="450"] {
    width: 100% !important;
    height: auto !important;
}


div.slideshow, div.slideshow img
{
	width: 100% !important;
	height: auto !important;
}

div.slideshow
{
	padding-top: 25.2% !important; /* slideshow image height/width*100 */
/* 	display: none; */
}

div video {
    width: 100% !important;
    height: auto !important;
}

.nilooma_main_navigation, .nilooma_sub_navigation
{
	position: fixed;
	top: 50px;
	left: 10px;
	width: 95%;
	height: 60%;
	background-color: #fff;
	padding-top: 10px;
	border-radius: 6px;
	box-shadow: 3px 3px 7px 2px #666666;
        z-index: 1000;
	overflow: auto;
}

.nilooma_main_navigation_toggle, .nilooma_sub_navigation_toggle
{
	position: fixed;
	top: 10px;
	left: 10px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	padding: 0;
	background: url(/layouts/images/mobile_menu_icon_30.png) repeat-x;
	border: none;
	float: left;
}

.nilooma_main_navigation_toggle:hover, .nilooma_sub_navigation_toggle:hover
{
	background: url(/layouts/images/mobile_menu_icon_hover_30.png) repeat-x;
}








