/*

	Theme Name: derfusel
	URI: http://derfusel.ch
	Template for derfusel.ch
	Version: 1.0
	Author: Michael Eugster
	Author URI: http://we-design.ch

*/

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 90px;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


p{
	font-weight: 100;
}

.navbar{
	border-bottom: 0px;
}


.footer p{
	padding-top: 15px;
	font-size: 0.9em;
}

.fusel{
  position: absolute;
  bottom: 0;
	width: 100px;
	bottom: 1px;
}
	.right{
		right: 100px;
	}
	.left{
		left: 100px;
	}
	
.fusel-rechts{
	position: absolute;
	right: 0;
	margin-right: -50px;
	top: 150px;
	width: 100px;
	transform: rotate(270deg);
}

.dropdown-menu{
	
}