@charset "UTF-8";

/* Mobile Layout: 480px and below. */

html {
	min-height: 100%;
}

body {
	margin: 0;
	color: #565e4e;
	font-family: 'Dosis', sans-serif;
	font-size: 10pt;
	font-weight: 400;
	letter-spacing: 0.05em;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}


/* dosis-200 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/dosis-v12-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dosis-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v12-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v12-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v12-latin-200.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-300 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/dosis-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dosis-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v12-latin-300.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dosis-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dosis-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v12-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-500 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dosis-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dosis-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v12-latin-500.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-600 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/dosis-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dosis-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v12-latin-600.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-700 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dosis-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dosis-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v12-latin-700.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-800 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/dosis-v12-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dosis-v12-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v12-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v12-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v12-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v12-latin-800.svg#Dosis') format('svg'); /* Legacy iOS */
}



p {
	color: #565e4e;
	font-size: 12pt;
	font-weight: 300;
}

.a-hg {	
	/* [disabled]background-color: #7dae36; *//* [disabled]color: #ffffff; */	
	padding-left: 3px;	
	padding-right: 3px;	
	text-decoration: underline;	
	/* [disabled]font-size: 0.8em; */
	}
	
.a-hg:hover {  
	color: #7dae36;
	}

.navbar.navbar-default {
	background-color: #7dae36;
	-webkit-box-shadow: 0px 1px 5px #565e4e;
	box-shadow: 0px 1px 5px #565e4e;
}

.navbar-default .navbar-nav > li > a {
	color: rgba(255,255,255,1.00);
}

.navbar-default .navbar-nav > li > a:hover {
	color: #565e4e;
}

.Logo {
	height: auto;
	position: absolute;
	left: 10%;
	z-index: 25;
	top: 17px;
}

.hg {	
	background-image: url(../img/head_hg.gif);
	}

.hg-aktuelles {	
	padding: 20px;
	background-color: rgba(125,174,54,0.30);
	}

.text {
	color: rgba(255,255,255,0.70);
	font-size: 30pt;
	font-weight: 600;
	height: 100px;
	position: absolute;
	left: auto;
	right: auto;
	z-index: 26;
	top: 250px;
	text-align: center;
	background-color: rgba(255,255,255,0.20);
	background-size: 100% auto;
}

.mittig {
	-webkit-align-content: center; /* Safari 6.1+ */
	align-content: center;
	width: 100%;
			}
h1 {
	font-size: 30px;
	/* [disabled]background-color: rgba(203,223,134,1.00); */
	color: #565e4e;
}

.float-re {
	float: right; 
	margin-left: 15px;
}

.float-le {
	float: left; 
	margin-right: 20px;
}

footer {
	margin-top: 30px;
	text-align: right;
	margin-bottom: 30px;
}

figcaption {
	font-size: 0.9em;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 20px;
	text-align: right;
}

.container-fluid.hidden-xs .row .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
	padding-right: 0px;
	padding-left: 0px;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.max {
	/* [disabled]max-width: 434px; */
}
.font_400 {
	font-weight: 400;
}
.content {
	padding-left: 10px;
	padding-right: 10px;
}
}

@media screen and (max-width: 767px) {


.content {
	padding-left: 45px;
	padding-right: 45px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

h1 {
	font-size: 30px;
	color: #565e4e;
	text-align: right;
}

.content {
	padding-left: 45px;
	padding-right: 45px;
}

.img_Rahmen {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border: 4px solid rgba(253,253,253,1.00);
}


.modal-body-start {
	padding: 15px;
	background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #7dae36;
  border-color: #565e4e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #565e4e;
  background-color: #7dae36;
  border-color: #565e4e;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #7dae36;
  border-color: #565e4e;
}
