* {
	margin:0;
	padding: 0;
}

body {
	background-color: #98c199;
	font-family: Arial;
}

header {
	background-color: #A5C5A7;
	margin: 10px 0;
}
header h1 {
	text-align: center;
	font-size: 3em;
	margin: 0;
	padding: 10px 0;
}
header h1 span{
	font-size: 0.7em;
}
.container {
	line-height: 150%;
}

.jumbotron {
	text-align: center;
}

.jumbotron img{
	width: 50%;
}

.top-spacing {
	margin-top: 30px;
}

.empfehlung  a{
	font-size: 0.8em;
}

nav {
	width: 100%;
	background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
	
}

nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

nav ul li {
	display: inline-block;
	margin-right: 5px;
	height: 40px;
}

nav ul li a {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 40px;
	color: #ccc;
	text-decoration: none;
	padding: 0 10px;
	transition: all 2s;
	font-size: 12px;
}

nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}

nav .active {
	text-decoration: none;
	color: #fff;
}

main {
	margin-bottom: 40px;
}
main ul {
	margin-left: 20px!important;
}


footer {
	background-color: #A5C5A7;
	margin: 10px 0 0 0;
	position: fixed; 
	left: 0px;
	bottom: 0px; 
	width: 100%;
}
footer ul {
	list-style-type: none;
	text-align: center;
	margin-bottom: 0;
}
footer ul li {
	display: inline-block;
	padding: 5px;
	font-size: 0.9em;
}
footer ul li  a{
	color: #222;
}

.jumbotron-container {
	text-align: center!important;
}
.jumbotron  {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 40px;
}
.tablet {
	display: none; 
}


@media (max-width: 768px) {
	.desktop {display: none;}
	.tablet {display: block;}
	h1, h2, h3 {
		margin-top: 10px;
	}
	header {
		margin: 10px 0 5px 0;
	}
	header h1 {
		font-size: 2.0em;
		text-align:left;
		padding: 5px;
	}
	nav {
		background: none;
		margin-left: 10px;
		margin-top: 5px;
		text-align: left;
		float: left;
		width: 50px;
	}
	.dropdown-toggle {
		color: #000;
		font-size: 2.0em;
	}
	nav ul li {
		display: block;
		height: auto;
		width: 100%;
		padding: 0;
		padding: 5px;
	}
	nav ul li a {
		text-align:left;
	}
	.jumbotron  {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	.jumbotron img{
	width: 100%;
}
}

