html, body {
  margin: 0;
  padding: 0;
  min-height: 101%;
  background-image: url(../images/bodyback.jpg);
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
}

body {
	padding-top: 70px;
	/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

h1 {
	font-size: 33px;
	/* color: #BF680D; */
	color: #f47d07;
}
h2 {
	/* color: #bd6300; */
}
a {
    color: #f47d07;
    text-decoration: none;
}
a:focus, a:hover {
    color: #f47d07;
    text-decoration: none;
}
#header_container,#header_container1,#footer_container {
	/* background-image: url(../images/seiten.png); */
	/* background-color: #383838; */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

#footer_container {
    background-color: #222;
    border-top: 1px solid #080808;
    border-bottom: 1px solid #080808;
    color: #9d9d9d;
/*     clear: both; */
}
/*
#footer {
    clear: both;
    font-size: 14px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
*/
#footer p:last-child {
    float: right;
    padding-right: 6px;
    font-size: 11px;
    color: #888;
}
#footer p {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 6px;
    display: inline-block;
	margin: 0;
	line-height: 12px;
}
#footer a {
    color: #aaa;
    text-decoration: none;
}
#footer a:hover {
	color: #fff;
}

.bigger {
	font-size: 20px;
}
.rechtsb {
	text-align: right;
}
.row-padded {
	padding-top: 10px;
	/* background-color: #fff; */
	margin: 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 30px;
}
.no-border-radius {
	border-radius: 0 !important;
}
.wsp-fullwidth {
	width: 100%;
}
.wsp-mt0 {
	margin-top: 0;
}
.wsp-border {
	border: 1px solid #777;
}
.wsp-rounded {
	/* border: 1px solid black; */
	border-radius: 6px;
}
.wsp-padded {
	padding: 15px;
}
.bggreen {
	background-color: #9f1;
}
.bgwhite {
	background-color: #fff;
}
.bggrey {
	/* background-color: #CEDBE2;
	background-color: #eee;
	background-color: #d6dfe9; */
	/* opacity: .5; */
	/* filter:Alpha(Opacity=50); */
	background-image: url(../images/transp.png);
    background-repeat: repeat;
}
.bgorange {
	background-color: #f47d07;
}
.platzoben {
	margin-top: 10px;
}
.platzoben30 {
	margin-top: 30px;
}
.platzunten {
	margin-bottom: 10px;
}
.platzunten30 {
	margin-bottom: 30px;
}
.nobr {
	white-space: nowrap;
}
.logo {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.centered {
	text-align: center;
}

.vertretung {
	margin-bottom: 60px;
	/* border-radius: 6px; */
	/* border: 1px solid #777; */
}
.navbar-inverse {
    /* background-color: #472402; */
    /* border-color: #777; */
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
	body{
		/* background: #00f; */
	}
	h3 { margin-bottom: 30px;}
	h4 { margin-bottom: 20px;}
	.vertretung:nth-last-of-type(1) {
		margin-bottom: 0px;
	}
	.vertretung:nth-last-of-type(2) {
		margin-bottom: 0px;
	}
	.vertretung:nth-last-of-type(3) {
		margin-bottom: 0px;
	}
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	body{
		/* background: #9f1; */
	}
	h3 { margin-bottom: 30px;}
	h4 { margin-bottom: 20px;}
	.vertretung {
		margin-bottom: 40px;
	}
	.vertretung:nth-last-of-type(1) {
		margin-bottom: 0px;
	}
	.vertretung:nth-last-of-type(2) {
		margin-bottom: 0px;
	}
	.vertretung:nth-last-of-type(3) {
		margin-bottom: 0px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	body{
		/* background: #ee0; */
	}
	.vertretung {
		margin-bottom: 30px;
	}
	.vertretung:nth-last-of-type(1) {
		margin-bottom: 0px;
	}
	.vertretung:nth-last-of-type(2) {
		margin-bottom: 0px;
	}
	.vertretung:nth-last-of-type(3) {
		margin-bottom: 0px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	/* html { height: 100%; overflow: hidden;} */ /* sonst scrollt Hintergrundbild bei Phones mit. Wieder entfernt weil sonst funktioniert scrolltop nicht */
	body{
		/* background: #f00; */
		
		/* height: 100%; */ /* sonst scrollt Hintergrundbild bei Phones mit */
 		/* overflow: scroll; */ /* sonst scrollt Hintergrundbild bei Phones mit */
	}
	.vertretung {
		margin-bottom: 0;
	}
	.vertretung:nth-last-of-type(1) {
		margin-bottom: 0px;
	}
}
