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

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

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding: 50px 0 0 0;
}

/* sitespec */

.page {
	background: #fff;
	position: relative;
	z-index: 99;
	padding-top: 70px;
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	.page {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 992px) {
	.page {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.page_alternate {
	background: #0a72b5;
	color: #fff;
	position: relative;
	z-index: 99;
	padding-top: 70px;
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	.page_alternate {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 992px) {
	.page_alternate {
		padding-left: 50px;
		padding-right: 50px;
	}
}


.page-divider {
	background-color: #0a72b5;
	padding: 1px 0;
	position: relative;
	z-index: 99;	
}

.page-fuss {
	color: #fff;
	background-color: #322f2a;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	z-index: 99;
}

.title-page {
	text-align: center;
	margin-bottom: 40px;
	vertical-align: middle;
}

.title-page .title {
	color: #0a72b5;
	font-size: 30px;
	margin: 0 0 10px 0;
	vertical-align: middle;	
}

.title-page .title_alternate {
	color: #fff;
	font-size: 30px;
	margin: 0 0 10px 0;
	vertical-align: middle;	
}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}

.ohne_rand {
	padding-left: 0px;
	padding-right: 0px;
	}

#aktuell {
/* sp 140223 Coronahinweis ausblenden*/
  display: none;
  
  padding-top:30px;
  padding-bottom:20px;
  color:#ac1612;
}

#info_block {
  font-size: 50px;
}

#macher {
  width: 100%; 
  max-width: 400px;
}

#map {
  border:0;
  width:100%; 
  margin-bottom:15px;
}

#kopf {
	background-image: url('../img/rfe1.jpg');
	background-repeat: none;
	background-size: cover;
}

/* BS-anpassungen*/
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #5e5e5e;
  background-color: #5e5e5e;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0a72b5;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0a72b5;
  text-decoration: underline;
}
a:focus {
/*  outline: thin dotted; */
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.page-fuss a {
  color: silver;
  text-decoration: none;
}
.page-fuss a:hover,
.page-fuss a:focus {
  color: silver;
  text-decoration: underline;
}

.navbar-fixed-top .navbar-collapse {
  max-height: 370px;
}

.page_alternate a {
  color: silver;
  text-decoration: none;
}
.page_alternate a:hover,
.page_alternate a:focus {
  color: silver;
  text-decoration: underline;
}



.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0px;
  border-color: #645f57;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
  height: 125px;
}

@media (max-width: 991px) {
	.navbar-brand > img {
		height: 75px;
	}
	.navbar-brand {
		padding: 0px 0px 0px 15px;
	}	
}

@media (max-width: 767px) {
	.navbar-brand > img {
		height: 75px;
	}
}


.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.nav > li > a {
	  padding: 15px 6px;
	  font-size: 14px;
	}
	.navbar-nav {	
	  float: right;
	}	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.nav > li > a {
	  padding: 15px 10px;
	  font-size: 15px;
	}	
	.navbar-nav {	
	  float: right;
	}	
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-inverse {
  background-color: #0a72b5;
  border-color: #fff;
  
  border-bottom: #fff 1px solid; 
  box-shadow: 0 0 5px #333;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #f1e095;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

hr {
  border-top: 2px solid #0a72b5;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #fff;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.image {
	background-size: cover; 
	background-position: top center; 
	background-repeat: no-repeat;
}



@media (max-width: 1199px) {
	.carousel, .carousel .item { height: 450px; }
}
@media (max-width: 991px) {
	.carousel, .carousel .item { height: 400px; }
}
@media (max-width: 767px) {
	.carousel, .carousel .item { height: 350px; }
}



@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

/* form-formatierungen */
	
input, button, select, textarea {
	font-weight: 400;
	font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #0a72b5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #0a72b5;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #0a72b5;
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: #0a72b5 1px solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #fff;
    color: #1a256b;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #bd0926;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #df0e1b;
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: red;
}

#contact-form p {
	margin: 10px 0;	
	}

	
/* abstaende / formatierungen */

.fett {
/*	color: #fff; */
	font-size: 20px;
	font-weight: 400;
	}

.gross {
/*	color: #fff; */
	font-size: 25px;
	}
	
.bottom25 {
	margin-bottom: 25px;
	}

.bottom50 {
	margin-bottom: 50px;
	}
	
.top25 {
	margin-top: 25px;
	}	

.top50 {
	margin-top: 50px;
	}
	
.mittig {
	text-align: center;
	}

.orange {
	color: #ffb400;
	line-height: 1.3;
}

/* zeilenanbstand */

.weit {
	line-height:150%;
}

#qr {
	width: 100%;
	max-width: 200px;
}

.linie_oben {
	border-top: silver 1px solid;
}

/* ext */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
/*
    .navbar {
        padding: 10px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
*/
    .top-nav-collapse {
        padding: 0;
    }
}
