﻿.navbar {
  margin-bottom: 20px;
  margin-top: 20px; 
  max-width: 100%; 
  
}

.navbar-header{
	width: 100%;
}

.col-md-6, col-sm-12{
	margin-bottom:20px;
}

.footer{
	background-color:#FF9900;
	height: 55px;
	text-align:center;
}

/* Kleine Geräte (Tablets, 768px und breiter) */
@media only screen and (min-width: 768px) {.navbar{max-width:60%;}}

/* Mittlere Geräte (Desktop-PCs, 992px und breiter) */
@media only screen and  (min-width: 992px) {.navbar{max-width:40%;}}

/* Große Geräte (Desktop-PCs, 1200px und breiter) */
@media only screen and (min-width: 1200px) {.navbar{max-width:30%;}}