/*@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');*/

.container {
  max-width: 128rem;
  width: auto;
}

body {
  /* Wird für ne fixed Navigation gebraucht
  padding-top: 50px;
  */
  background-color: #c8bcb0;
  font-weight: 400;
}

a {
  color: #1D4F88;
  transition: color 0.2s ease-in-out 0s;
}

p,ul,li {
  font-weight: 400;
}

span {
  font-weight: 400!important;
}

span[style="font-weight: bold;"] {
  font-weight: 500!important;
  /*font-weight: bold!important;*/
}

a:hover,
a:focus {
  color: #2c70be;
  text-decoration: none;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text ul {
  padding-left: 15px;
}

.btn-custom {
  color: #fff;
  background-color: #1D4F88;
  transition: background-color 0.2s ease-in-out 0s;
}

.btn-custom:hover {
  background-color: #2c70be;
  color: #fff;
}

.cb {
  clear: both;
}

.dn {
  display: none;
  visibility: hidden;
}

.pt0 {padding-top: 0px!important;}
.pl15 {padding-left: 15px!important;}
.mb0 {margin-bottom: 0px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb30 {margin-bottom: 30px!important;}

/* HEADER */
/* ***************************************************************************** */
#header {
  /* Für ne Fixed Navigation
  position: fixed;
  top: 0;
  z-index: 999;
  */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  width: 100%;
  background-color:#fff;
}
/*
c8bcb0
1D4F88
*/
#header .navbar {
  margin-bottom: 0;
}

#header a {
  color: #585857;
}

#header .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #1D4F88;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

#header .navbar {
  margin-bottom: 0;
  min-height: 70px;
}

.navbar-brand {
  margin-top: 0.9rem;
  padding-top: 0.4rem;
  padding-right: 0;
  padding-left: 0;
}

#header .navbar .navbar-nav {
  float: right;
  padding-top: 0.6rem;
}

#header .nav > li {
  font-size: 20px;
  padding: 0;
  line-height: 70px;
}

#header .navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 70px;
}

#header .nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  color: #c8bcb0;
}

#header .navbar .navbar-nav li.aktiv a {
  color: #b1a79c;
}

@media (max-width: 770px) {
  #header .navbar .navbar-nav {
    float: none;
  }

  #header .navbar {
    min-height: 80px ;
  }
}


@media (min-width: 770px) {
  #slider .item .container .carousel-caption .text {
    font-size: 20px!important;
    margin-top: 20px;
  }
}

@media (max-width: 460px) {
  .hide-mobile {
    display: none;
  }
  h2 {
    font-size: 24px;
  }
   h3 {
    font-size: 20px;
  }
}

.ta-center {
  text-align: center;
}

.smaller {
  font-size:2.0rem;
  margin-top:2rem;
}


/* SLIDER */
/* ***************************************************************************** */
#slider {
  background-color: #222;
}

#slider .item .container .carousel-caption {
  /*padding: 20px 15px;*/
}

.carousel-caption {
  /*bottom: 30%;*/
  left: 18.2%;
  color: #345085;
  text-shadow: none;
}

@media (max-width: 1280px) {
  .carousel-caption {
    bottom: 15%;
    left: 3%;
  }
}
@media (min-width: 1281px) {
  .carousel-caption {
    bottom: 30%;
    /*left: 3%;*/
  }
}

/*@media (max-width: 100px) {
  .slidertext {
    font-size: 12px!important;
  }
}*/

#slider .item .container .carousel-caption h2 {
  font-size: 38px;
}

#slider .item .container .carousel-caption .text {
  font-size: 18px;
}

#slider .owl-controls .owl-pagination,
.slider-bilder-innen .owl-controls .owl-pagination {
  text-align: center;
  padding: 20px 0;
  background-color: #FFF;
}

#slider .owl-controls .owl-pagination .owl-page,
.slider-bilder-innen .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}

#slider .owl-controls .owl-pagination .owl-page span,
.slider-bilder-innen .owl-controls .owl-pagination .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 20px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 20px;
}

#slider .owl-controls .owl-pagination .owl-page.active span,
#slider .owl-controls.clickable .owl-pagination .owl-page:hover span,
.slider-bilder-innen .owl-controls .owl-pagination .owl-page.active span,
.slider-bilder-innen .owl-controls.clickable .owl-pagination .owl-page:hover span {
    opacity: 1;
}

#slider article img {
  width: 100%;
}

@media (max-width: 767px) {
  #slider .item {
    position: relative;
    overflow: hidden;
  }

  #slider .item img {
    display: block;
    position: relative;
  }

  .carousel-caption {
    bottom: 15%!important;
  }

  #slider .item .container .carousel-caption h2 {
    font-size: 18px;
  }

  #slider .item .container .carousel-caption .text {
    font-size: 12px;
  }

  #slider .item .carousel-caption .btn {
    font-size: 14px;
    padding: 5px 16px;
  }
}

@media (max-width: 400px) {
  #slider .carousel-caption {
    bottom: 0;
    padding: 10px!important;
  }

  #slider .carousel-caption .text p {
    font-size: 13px;
  }

  #slider .item .carousel-caption h2 {
    font-size: 16px;
  }
}

.logo {
  width: 18rem!important;
}


/* BEREICHE */
/* ***************************************************************************** */
.bereich {
  background: #FFF;
  padding-top: 50px;
}

.bereich .einleitung {
  padding: 20px 0;
}

.bereich article {
  padding-bottom: 50px;
}

.bereich article img {
  width: 100%;
}

.bereich article .text {
  padding-bottom: 10px;
}

/* BEREICHE INNEN */
.bereich-innen article h1 {
  margin-bottom: 30px;
}

.bereich-innen article h2 {
  margin-bottom: 30px;
}

.bereich-innen article .text {
  padding: 20px 0 10px 0;
  font-size: 16px;
}


/* BEREICH ONE */
#bereich-eins {
   /*text-align: center;*/
}

/* BEREICH TWO */
#bereich-zwei {
  background: #EEE;
  /*text-align: center;*/
}

/* UNTERSEITE ONE */
#unterseite-eins {
  text-align: center;
}

/* UNTERSEITE TWO */
#unterseite-zwei {
  text-align: center;
}

/* 404 */
#bereich-404 {
  min-height: 500px;
  text-align: center;
}

@media (max-width: 767px) {
  .bereich-innen article h1 {
    font-size: 28px;
  }

  .bereich-innen article h2 {
    font-size: 26px;
  }

  .bereich-innen article .text {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .bereich-innen article h1 {
    font-size: 24px;
  }

  .bereich-innen article h2 {
    font-size: 22px;
  }
}


/* Text Begrenzung */
.bereich:not(.bereich-innen) .text-begrenzung {
  position: relative;
  height: 25rem;
  overflow: hidden;
  pointer-events: none;
}

.bereich:not(.bereich-innen) .text-begrenzung a {
  pointer-events: all;
}

.bereich:not(.bereich-innen) .text-begrenzung:after {
  font-family: 'Glyphicons Halflings';
  text-align: center;
  line-height: 1rem;
  color: #1D4F88;
  padding-top: 5rem;
  content: "\e114";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  cursor: pointer;
  pointer-events: all;
  transition: color 0.2s ease-in-out 0s;

  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

#bereich-zwei.bereich:not(.bereich-innen) .text-begrenzung:after {
  background: -moz-linear-gradient(top,  rgba(238,238,238,0) 0%, rgba(238,238,238,1) 70%, rgba(238,238,238,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(238,238,238,0) 0%,rgba(238,238,238,1) 70%,rgba(238,238,238,1) 100%);
  background: linear-gradient(to bottom,  rgba(238,238,238,0) 0%,rgba(238,238,238,1) 70%,rgba(238,238,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#f1f1f1',GradientType=0 );
}

.bereich:not(.bereich-innen) .text-begrenzung.up {
  height: auto;
  padding-bottom: 3rem;
}

.bereich:not(.bereich-innen) .text-begrenzung.up:after {
  content: "\e113";
  height: 3rem;
  padding-top: 2rem;
}

.bereich:not(.bereich-innen) .text-begrenzung:hover:after {
  color: #1D4F88;
}


/* Datenschutz & Impressum */
/* ***************************************************************************** */
.datenschutzcheckbox label {font-weight:300;}


/* KARTE */
/* ***************************************************************************** */
#karte {
  height: 400px;
}

@media (max-width: 767px) {
  #karte {
    display: none;
  }
}


/* FOOTER */
/* ***************************************************************************** */
#footer {
  background-color: #c8bcb0;
  color: #000;
}

#footer #kontakt {
  padding: 50px 0;
}

#footer #kontakt h2 {
  text-align: center;
  color: black;
}

#footer #kontakt .einleitung {
  text-align: center;
  padding: 20px 0;
}

#footer #kontakt form {
  text-align: center;
}

#footer #kontakt form input[type="text"],
#footer #kontakt form input[type="email"],
#footer #kontakt form input[type="password"],
#footer #kontakt form select,
#footer #kontakt form textarea {
  background: none repeat scroll 0 0 #b1a79c;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 0 rgba(255, 255, 255, 0.024);
  color: #000;
  font-size: 1em;
  padding: 0.75em;
  transition: box-shadow 0.2s ease-in-out 0s;
  width: 100%;
}

#footer #kontakt form input[type="text"]:focus,
#footer #kontakt form input[type="email"]:focus,
#footer #kontakt form input[type="password"]:focus,
#footer #kontakt form select:focus,
#footer #kontakt form textarea:focus {
  box-shadow: 0 0 4px rgba(82, 168, 236, 0.9) inset, 0 1px 0 0 rgba(255, 255, 255, 0.024);
}

#footer #kontakt form input[type="text"],
#footer #kontakt form input[type="email"],
#footer #kontakt form input[type="password"] {
  height: 50px;
  padding: 1em;
}

#footer #kontakt form .captcha img {
  border: 1px solid #1D4F88;
  border-radius: 3px;
  width: 100%;
}

#footer #kontakt form .button {
  padding: 10px 40px;
  width: 100%;
  background: #1D4F88;
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  outline: 0 none;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out 0s;
}

#footer #kontakt form textarea {
  resize: none;
}

#footer #kontakt form .button:hover {
  background-color: #2c70be;
  color: #fff !important;
}

#footer #kontakt form .has-error .form-control {
  border: 1px dashed #a94442;

}

#footer #kontakt form .has-error .form-control::-moz-placeholder {
  color: #a94442;
}

#footer #kontakt form .form-control-feedback {
  top: 8px;
  right: 15px;
}

#footer #footer-menu {
  min-height: 70px;
  padding: 0;
}

#footer #footer-menu a {
  cursor: pointer;
}

#modal_close {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
}
