﻿@charset "utf-8";
html {
  	height: 100%; 	
}
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url(../images/hg.jpg);
	height: 100%; /* Seite soll über volle Höhe gehen */
}
.container {
	background-color: #ffffff;
	padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
	min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
  	height: auto !important; /* important Behel (bei modernen Browsern */
  	height: 100%; /* IE soll wie gewünscht interpretieren */
	overflow: hidden !important; /* Firefox Scrollleiste */
	-webkit-box-shadow: 3px 0px 5px #A6A5A5, -3px 0px 5px #A6A5A5;
	box-shadow: 3px 0px 5px #A6A5A5, -3px 0px 5px #A6A5A5;
}


/*Navigation */

.container nav {
	background-color: #f8a600;
	border: 0px;
	margin-top:0px;
	font-weight: 700;
	margin-bottom: 20px;
}

.nav.navbar-nav .dropdown .dropdown-toggle {
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}
.navbar-header .navbar-toggle.collapsed .icon-bar {
	text-decoration: none;
	font-weight: 700;
}
.nav.navbar-nav .active a {
	background-color: #b72417;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}
.nav.navbar-nav li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}
.nav.navbar-nav li > a:hover,
.nav.navbar-nav li > a:active {
	color: #ffffff;
	text-decoration: none;
	background-color:#b72417;
	padding-bottom:15px;
	padding-top:15px;
	font-weight: 700;
}
.navbar-header button.navbar-toggle .icon-bar{
	background-color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}
.dropdown-menu > li > a,
.dropdown-menu > li > a:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #f8a600;
  border-bottom: 1px dotted #ccc;
  padding-bottom:15px;
  padding-top:15px;
  font-weight: 700;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #b72417;
  font-weight: 700;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #b72417;
  outline: 0px;
  font-weight: 700;
}
.nav.navbar-nav .dropdown .dropdown-toggle:hover{
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}
.nav.navbar-nav li.dropdown.open a.dropdown-toggle{
	color: #ffffff;
	text-decoration: none;
	background-color: #b72417;
	font-weight: 700;
}
.nav.navbar-nav .dropdown .dropdown-toggle.active-dropdown {
	color: #ffffff;
	background-color: #b72417;
	text-decoration: none;
	font-weight: 700;
}






/* Links */
a {
  color: #000000;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #b72417;
  text-decoration: underline;
}

/* Content */
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.content {
	padding-right:25px;
	padding-left:25px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 30px;
}
.image {
	padding-right:25px;
	padding-left:25px;
}
h1 {
    font-size: 32px;
    font-weight: bold;
    color: #f8a600;
	padding-bottom: 15px;
}
	
h2 {
    font-size: 24px;
    font-weight: 700;
    color: #f8a600;
	padding-bottom: 0px;
}
	
.panel.panel-default.body2 .panel-heading .panel-title {
		background-color: #b72417;
	color: #ffffff;
}

h3 {
    margin-top: 5px;
    margin-bottom: 10px;
	font-size: 22px;
    font-weight: bold;
    color: #b72417;
}
.col-md-3 .panel.panel-default.body2 .panel-heading {
	background-color: #b72417;
}


.row .col-md-4 .well.well-lg {
	background-color: #f8a600;
	font-weight: bold;
	font-size: large;
	color: #FFFFFF;
	margin-top: 15px;
	line-height: 150%;
}

.container .row .col-md-4.left {
	color: #b72417;
	font-size: large;
	font-weight: bold;
	margin-top:40px;
	margin-bottom:20px; 
}
.row .col-lg-4 .img-rounded.img-responsive {
	margin-bottom:20px;
} 

.row .col-md-8 .img-rounded {
	margin-bottom: 25px;
}

/* neu vierspaltig */
.row .col-md-3 .well.well-lg {
	background-color: #f8a600;
	font-weight: bold;
	font-size: large;
	color: #FFFFFF;
	margin-top: 15px;
	line-height: 150%;
}

.container .row .col-md-3.left {
	color: #b72417;
	font-size: large;
	font-weight: bold;
	margin-top:40px;
	margin-bottom:20px;
}
.row .col-lg-3 .img-rounded.img-responsive {
	margin-bottom:20px;
}

/* Sidebar */
h2.widgettitle {
    font-size: 32px;
    font-weight: 700;
    color: #f8a600;
	padding-bottom: 15px;
}

ul.sidebar,
ul.comments,
ul.children {
	list-style-type:none;
	padding:0px;
}
ul#category-posts-4-internal.category-posts-internal{
	list-style-type:none;
	padding-left:0px;
}
ul#category-posts-4-internal.category-posts-internal a{
	color:#b72417;
	text-decoration: none;
  	font-weight: 700;
}
.textwidget {
	padding-top:25px;
	padding-bottom:15px;
}
.btn-danger {
    color: #fff;
	font-weight: 700;
    background-color: #b72417;;
}

/* zusatz */
#extra {
  color:#b72417;
}

.extra2 {
  color:#ff0000;
}
