@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #222;
    background-color: rgb(254, 250, 235);
}

.navbar {
    padding: .8rem;
}

.navbar-nav li {
    padding-right: 20px;
}

.navbar-link {
    font-size: 1.1em !important;
}

.carousel img {
    width: 100%;
    height: 100%;
    padding-left: 1em;
    padding-right: 1em;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

img.olTileImage {
    max-width: none;
}

img {
    max-width: 100%;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90%;
    height: 100vh;
}


/*---- Media Queries --*/

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}


/* Firefox Bug Fix --*/

.carousel-item {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5 ease;
    transition: transform 0.5 ease, -webkit-transform 0.5 ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

/*-- Fixed Background Image --*/

figure {
    position: relative;
    width: 100%;
    height: 60%;
    margin: 0!important;
}

.fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fixed {
    background-image: url('img/mac.png');
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}


/*-- Bootstrap Padding Fix  --*/

[class*="col-"] {
    padding: 1em;
}


/*-- Kalender format --*/

td.heute {
    color: red;
}

td.start {
    background: linear-gradient( to right, rgb(167, 228, 182) 0%, rgb(167, 228, 182) 50%, rgb(56, 146, 230) 50%, rgb(56, 146, 230) 100%);
}

td.ende {
    background: linear-gradient( to right, rgb(56, 146, 230) 0%, rgb(56, 146, 230) 50%, rgb(167, 228, 182) 50%, rgb(167, 228, 182) 100%);
}

caption {
    caption-side: top;
    background-color: rgb(226, 214, 197);
    text-align: center;
}

thead {
    background-color: rgb(226, 214, 197);
}

.padding {
    padding-left: 2rem;
    padding-right: 2rem;
}

/*-- Anfahrt --*/

/*-- Impressum --*/

#impressum {
    background-color: rgb(254, 250, 235);
}
#umgebung {
    background-color:  rgb(254, 250, 235);
    color: #222;
}
#belegung {
    background-color: rgb(254, 250, 235);
}

footer {
    background-color: #3f3f3f;
    color: #d5d5d5;

}