
@import url("screen.css"); 

body {
    background: none;
}

#force-scrollbar
{
	display: none;
}

#wrapper {
	width: 100%;
	margin: 0;
	background: none;
/* 	background-color: #ffffff; */
}

#header {
	width: 100%;
	height: 0;
	background-image: url(../layouts/images/bg_header_mobile.png) !important;
	background: url(../layouts/images/bg_header_mobile.png) no-repeat;
	background-size: contain;
	position: relative;
	padding: 0;
	padding-top: 21%;
        margin-top: 40px;
}

a.HOMELINK {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 21% !important;
    overflow: hidden;
    position: absolute;
}

#teaser {
    display: none;
}

#suche {
    float: left;
    width: 96%;
    height: 20px;
    padding: 0 2%;
    padding-top: 10px;
}

#search_box table {
    width: 98% !important;
}

.search_box_input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 100% !important;
    border: 1px solid #656263 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#sprache {
    float: left;
    width: 96%;
    height: auto;
    padding: 10px 2%;
}


#main {
    min-height: auto !important;
    width: 96% !important;
    padding: 10px 2%;
}


#nav {
    width: 96% !important;
    padding: 0 2% !important;
    float: left;
}

#nav1 {
    width: 100% !important;
    overflow: auto;
}

#nav2 {
    display: none;
    width: 100% !important;
    padding-top: 5px;
}

#content {
    float: left;
    min-height: auto !important;
    width: 100% !important;
    background: #ffffff;
    margin: 10px 2% !important;
}

.nilooma_mobile_content img[width='640'], .nilooma_mobile_content img[width='375'], .nilooma_mobile_content img[width='420'] {
    width: 100% !important;
    height: auto !important;
}

.nilooma_mobile_content div {
    display: block !important;
    float: left;
    width: 100% !important;
}

.nilooma_mobile_content div[style="text-align: center;"] {
    text-align: left !important;
/*     margin-left: 2% !important; */
}

.nilooma_mobile_content div img {
    margin-left: 0 !important;
}

.nilooma_mobile_content iframe {
    width: 95% !important;
    height: 200px !important;
}

#spalte {
    float: left !important;
    min-height: auto !important;
    width: 100% !important;
    background: #ffffff;
    margin: 10px 2%;
}

#footer {
    width: 98% !important;
    height: 30px !important;
    background: none;
}

#floating_content_121 {
    display: block !important;
    padding-left: 2%;
}

.table-cell {
    display: block !important;
    width: 100% !important;
    padding: 0 !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;
}

#nav2 button {
    left: 45px;
}


