body {
  font-family: 'Raleway', sans-serif;
}

#container-logo {
  position: absolute;
  width: 100%;
  z-index: 20;
}

#logo {
  width: 100%;
  min-width: 960px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

#logo > img {
  width: 28%;
  height: auto;
  box-shadow: 5px 5px 20px 0;
}

#terms {
  list-style-type: none;
  list-style-position: inside;
  margin: 0 0 20px 0;
  padding: 0;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.affix {
  top: 0;
  z-index: 100;
  width: 100%;
}

.affix + .container {
   padding-top: 75px;
}

.container-fluid {
  padding-left: 0rem;
  padding-right: 0rem;
  overflow: hidden;
}

.descr {
  text-align: justify;
  padding: 0 30px 5px 0;
}

.navbar {
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.6);
}

.row {
  margin: 0 auto;
}

.footer {
  width: 100%;
  padding: 20px 0;
  background-color: #f5f5f5;
}

.team-member {
  margin-bottom: 40px;
}

.tab-content {
  overflow: scroll;
}

#schedule-week .td-br {
  border-right: 3px solid #ddd;
}

#schedule-week a {
  color: black;
}

#schedule-week td {
  width: 9%;
  text-align: center;
  vertical-align: middle;
  border-right: 1px dotted #ddd;
}

#schedule-holiday td {
  text-align: left;
  vertical-align: middle;
  border-right: 1px dotted #ddd;
}

#map {
  height: 400px;
  width: 100%;
  margin: 0 0 20px 0;
}

/* CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 480px;
}
/* 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: 480px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

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

.carousel-caption > h1 {
  text-transform: uppercase;
  font-size: 36pt;
  font-weight: 900;
}

.carousel-caption > p {
  font-size: 14pt;
}




.energie {
  background-image: url(img/carousel_energie1x.jpg);
  background-image:  -webkit-image-set(
        url(img/carousel_energie1x.jpg) 1x,
        url(img/carousel_energie2x.jpg) 2x);
    background-image:  -moz-image-set(
        url(img/carousel_energie1x.jpg) 1x,
        url(img/carousel_energie2x.jpg) 2x);
    background-image:  image-set(
        url(img/carousel_energie1x.jpg) 1x,
        url(img/carousel_energie2x.jpg) 2x);
    background-repeat: no-repeat;
    background-position: 10% 80%;
    background-size: cover;
}
.dynamik {
  background-image: url(img/carousel_dynamik1x.jpg);
  background-image:  -webkit-image-set(
        url(img/carousel_dynamik1x.jpg) 1x,
        url(img/carousel_dynamik2x.jpg) 2x);
    background-image:  -moz-image-set(
        url(img/carousel_dynamik1x.jpg) 1x,
        url(img/carousel_dynamik2x.jpg) 2x);
    background-image:  image-set(
        url(img/carousel_dynamik1x.jpg) 1x,
        url(img/carousel_dynamik2x.jpg) 2x);
    background-repeat: no-repeat;
    background-position: 35% 80%;
    background-size: cover;
}

.leidenschaft {
  background-image: url(img/carousel_leidenschaft1x.jpg);
  background-image:  -webkit-image-set(
        url(img/carousel_leidenschaft1x.jpg) 1x,
        url(img/carousel_leidenschaft2x.jpg) 2x);
    background-image:  -moz-image-set(
        url(img/carousel_leidenschaft1x.jpg) 1x,
        url(img/carousel_leidenschaft2x.jpg) 2x);
    background-image:  image-set(
        url(img/carousel_leidenschaft1x.jpg) 1x,
        url(img/carousel_leidenschaft2x.jpg) 2x);
    background-repeat: no-repeat;
    background-position: 25% 80%;
    background-size: cover;
}




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1440px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1440px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 55px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
      width: 100%;
  }
}