@charset "UTF-8";
body {
	background-color: #FFFFFF;
	font-size: large;
}
header {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
body header h1 {
	text-align: right;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	background-color: #4F9E62;
	padding-top: 18px;
	padding-bottom: 11px;
	padding-right: 22px;
}
a {
	color: #4F9E62;
	text-decoration: none;
}
a:hover {color:#4F9E62; text-decoration:none;}
	
	
.container-fluid {
	background-color: #FFFCFC;
}

/* Global - Navigation */
.container-fluid .row .col-lg-4 {
	text-align: right;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
}
.container-fluid .row .col-lg-8 {
}
.btn-group-vertical .btn.btn-default {
	text-align: center;
	float: right;
	clear: left;
	font-size: large;
}

/* End - Global - Navigation */
/* Global - Bild Carousel */
.left.carousel-control {
	background-color: #FFF8F9;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 100%,rgba(255,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 100%,rgba(255,0,0,1.00) 100%);
}
.right.carousel-control {
	background-color: #FFF8F9;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 100%,rgba(255,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 100%,rgba(255,0,0,1.00) 100%);
}
.col-lg-8 #carousel1 .right.carousel-control {
	background-color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 100%,rgba(255,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 100%,rgba(255,0,0,1.00) 100%);
}

/* Global - h2 ueberschrift */
.row .col-lg-4 h2 {
	color: #E5E5E5;
	-webkit-box-shadow: 4px 4px 7px 1px #EEEDED;
	box-shadow: 4px 4px 7px 1px #EEEDED;
	margin-top: -7px;
	padding-top: 0px;
}
/* Global - Ende h2 ueberschrift */

/* Global - Fusszeile */ 
.row .col-lg-12 {
	background-color: #4F9E62;
	text-align: center;
}
.row .col-lg-12 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: small;
}
/* Global - Ende Fusszeile */

#hgweiss {
	background-color: #FFFFFF;
}
#hggruen {
	background-color: #4F9E62;
}
.container-fluid .row .col-lg-4.col-md-4.col-sm-5 a {
	display: block;
	width: 99%;
	border-color: #F3F3F3;
	border-style: solid;
	text-align: center;
}
.container-fluid .row .col-lg-4.col-md-4.col-sm-5 a:hover {
	background-color: #F7F7F7;
}
iframe {
	width: 620px;
	height: 380px;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 6px rgba(0,0,0,0.76);
}
@media screen and (min-width:768px) and (max-width:1199px){
.row .col-lg-4.col-md-4 h2 {
	font-size: 18px;
}
.col-lg-4.col-md-4 .btn-group-vertical .btn.btn-default {
	font-size: 14px;
}
.row .col-lg-8.col-md-8.col-sm-7 iframe {
	width: 450px;
	height: 300px;
}
}

@media screen and (min-width:481px) and (max-width:767px){
.col-lg-4.col-md-4.col-sm-5 .btn-group-vertical .btn.btn-default {
	font-size: 12px;
}
}

@media screen and (max-width:480px){
.row .col-lg-8.col-md-8.col-sm-7 iframe {
	width: 400px;
	height: 300px;
}
}
