@charset "UTF-8";
/* meins CSS Document */
/*.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}*/
/*test großes Bild*/
/*header {
	background-image: url(../img/1900x1267-Ludewig-0289b.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: white;
	padding-top: 1400;
	}*/
/*test ende*/
.weiss {
  background-color:  #fff;
  border-color: 
}
.grau {
  background-color:  #eee;
  border-color: 
}
.rot1 {
  background-color:  #c90938;
  border-color: 
}
.rot {
  background-color:  #991433;
  border-color: 
}
section.danger {
	color: #fff;
	background-color: #c90938;
	/*background-color: #276693;*/
}
section.success {
	color: #fff;
	background-color: #006d61;
	/*background-color: #276693;*/
}
/*body {
	background-color: #xeee;
  border-color: 
}*/

/* Sticky footer styles
-------------------------------------------------- */
html {
/*  position: relative;*/
/*  min-height: 100%;*/
}
/*body {
  min-height: 2000px;
  padding-top: 0px;
}*/
body {
  /* Margin bottom by footer height */
 /* margin-bottom: 60px;*/
}
footer {
/*	 position: absolute;*/
/*  bottom: 0;
  width: 100%;*/
  /* Set the fixed height of the footer here */
	/*height: 60px;
	background-color: #f5f5f5;
	padding: 20px;*/
}


/* Custom page CSS
-------------------------------------------------- */