body{
	font-size:2em !important;
}

.navbar{
	min-height:140px;
}

.navbar-brand{
	padding:0;
}

ul.navbar-nav li{
	list-style:none;
	font-size:20px;
}

ul.navbar-nav{
	margin-right:0;
	margin-top:50px;
}

#main {
    padding-top: 0px;
}

#showcase {
    padding-top: 50px;
}

#showcase div.moduletable{
	margin-bottom:-35px;
}

#bottom {
	background-color:#eee;
}

#bottom .bottom_rechts{
	width:50%;
	float:right;
}

#bottom .bottom_links{
	width:50%;
	float:left;
	padding-left:90px;
}

ul.navbar-nav {
    margin-right: 0;
    margin-top: 75px;
}

.navbar-toggle .icon-bar{
	background-color:#fff;
    display: block;
    width: 45px;
    height: 5px;
    border-radius: 7px;
}

.navbar-toggle {
    margin-top: 15px !important;
    padding: 11px !important;
    border: 2px solid #fff !important;
}

.navbar-collapse{
	border-top: none !important;
}

#copy{
	font-size:0.8em;
	text-align:center;
}

input.visCSSinput[type="file"]{
	float:left;
}

@media (max-width: 480px){
	#bottom .bottom_rechts{
		width:100%;
	float:none;
	}

	#bottom .bottom_links{
	width:100%;
	float:none;
	padding-left:20px;
	}

}