@import url('https://fonts.googleapis.com/css?family=Cabin:400,600,700|Kurale');

body {
  padding-top: 120px; /* wegen fixed Navbar */
  font-family: 'Cabin', sans-serif;
  color: #636362;
  font-size: 1.2rem;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  font-family: 'Kurale', serif;
}

h1 {
  color: #c19564;
}

h2, h3 {
  color: #40819c;
}

a {
  color: #40819c;
  text-decoration: none;
}

a:hover {
  color: #636362;
  text-decoration: underline;
}

.icons {
  display: none;
}

main li {
  margin: .8rem 0;
}

.btn-primary {
    color: #fff;
    background-color: #c19564;
    border-color: #c19564;
}

.btn-primary:hover {
    color: #636362;
    background-color: #eac497;
    border-color: #eac497;
}

figcaption {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.vbox-overlay {
  z-index: 3000 !important;
}

.sige_small {
  display: none;
}

/* NAVI */
.bg-light {
  background-color: #ffffff !important;
  border-bottom: 3px solid #40819c;
}

.navbar-light .navbar-brand {
  font-family: 'Kurale', serif;
  color: #40819c;
  width: 330px;
  font-size: 2.0rem;
  white-space: normal;
  line-height: 1.1;
  padding: 1.1rem 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #636362;
  font-size: 1.1rem;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #40819c;
}

.navbar-light .navbar-nav .nav-link {
  padding: 2.2rem .8rem 0.4rem;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #40819c;
}


/* SLIDER */
#slider .carousel-caption {
  bottom: 3rem;
  z-index: 10;
  color: #3b448d;
}

#slider .carousel-item {
  height: 570px;
}

#slider .carousel-item > img {
  position: absolute;
  top: 0;
  min-width: 100%;
  height: 570px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}


/* MAIN */
main {
  margin-top: 30px;
  background-color: #fdfaf7;
  background-image: url(../images/contentbg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

/* Kontaktformular */
#formular {
  padding: 20px 0;
}


/* CONTENT */
#content {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Bubbles */

.bubble  {
  position: relative;
  text-align: center;
}

.bubble a {
  color: #ffffff;
  text-shadow: 2px 2px 4px #000000;
}

.bubble a:hover {
  color: #ffffff;
  text-decoration: none;
}

.bubble h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 500;
}

.bubble img {
  border: 4px solid #ffffff;
  position: relative;
  z-index: 400;
}

.bubble img:hover {
  border: 4px solid #40819c;
}

/* GOOGLEMAP */
#googlemap {
  padding: 0;
  margin-top: 30px;
}

#googlemap #map {
  width: 100%;
  height: 45vh;
}

/* FOOTER */
footer {
  margin-top: 30px;
  padding: 2rem 0;
  background-color: #d9bea1;
  font-size: 1.1rem;
  line-height: 1.9rem;
  color: #565655;
}

footer h4 {
  color: #40819c;
}


/* RESPONSIVE CSS */
@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0.5rem 0;
  }
  #slider .carousel-item {
    height: 400px;
  }
  #slider .carousel-item > img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 100px;
  }
  .navbar-light .navbar-brand {
    width: 260px;
    font-size: 1.6rem;
    line-height: 1.0;
  }
  #slider .carousel-item {
    height: 300px;
  }
  #slider .carousel-item > img {
    height: 300px;
  }
}
