/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@font-face {
    font-family: 'Champagne-Limousines';
    src:url('../fonts/Champagne-Limousines.ttf.woff') format('woff'),
        url('../fonts/fChampagne-Limousines.ttf.svg#Champagne-Limousines') format('svg'),
        url('../fonts/Champagne-Limousines.ttf.eot'),
        url('../fonts/Champagne-Limousines.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gaivota';
    src:url('../fonts/Gaivota.ttf.woff') format('woff'),
        url('../fonts/Gaivota.ttf.svg#Gaivota') format('svg'),
        url('../fonts/Gaivota.ttf.eot'),
        url('../fonts/Gaivota.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
body {
    width: 100%;
    height: 100%;
    font-family: "Muli", sans-serif;
    font-size: 20px;
    color: white;
    background-color: black;
    overflow-y: scroll;
    overflow-x: hidden;
}
html {
    width: 100%;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    /*text-transform: uppercase;*/
    font-family: "Muli", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
h2 {
    text-align: left;
    margin:0;
}
.fbl-title {
    font-family: "Champagne-Limousines";
    //font-weight: bold;
}
.fbl-title-yellow {
    font-family: "Gaivota";
        color: #faf06e;
}
.chapter-line-left {
    //float: left;
    text-align: center;
    width: 135%;
    height: 10px;
    margin: 5px 0 15px -1%;
    //border: 1px solid rgba(0, 0, 0, .2);
}
.chapter-line-right {
    //float: left;
    width: 140%;
    height: 10px;
    margin: 5px 0 15px -39%;
    //border: 1px solid rgba(0, 0, 0, .2);
}

.yellow-bg {
    background: #faf06e;
}
.yellow {
    color: #faf06e;
}
.purple-bg {
    background: #b98ce1;
}
.purple {
    color: #b98ce1;
}
.blue-bg {
    background: #73c3ff;
}
.blue {
    color: #73c3ff;
}
.red-bg {
    background: #ff7d7d;
}
.red {
    color: #ff7d7d;
}
.thmb-title {
    font-size: 24px;
    cursor: pointer;
}
.content {
    text-align: justify;
    margin-top: 50px;
}
.sub-chapter {
    font-family: "Muli", sans-serif;
    font-weight: bolder;
    height: 4em;
    //margin: 50px 0;
    //padding: 0.5em 0;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}
.back-to-top {
    background: none;
    margin: 0;
    padding-top: 7px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    text-align: center;
    height: 70px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #faf06e;
    background-color: transparent;
}
.back-to-top i {
    font-size: 60px;
}
p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}
.mini-chapter {
    font-size: 1.4em;
    line-height: 4em;
    height: 4em;
}
.parallax { 
    /* The image used */
    background-image: url("../img/bkg2.jpg");
    /* Set a specific height */

    /* Create the parallax scrolling effect */
    background-size: 100%;
    //background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    //background-size: cover;
}
.img-thumbnail {
    cursor: pointer;

}
@media (min-width: 768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}
a {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #faf06e;
}
.light {
    font-weight: 400;
}
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    /*text-transform: uppercase;*/
    font-family: "Muli", sans-serif;
    background-color: black;
}
.navbar-custom .navbar-toggle {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
    outline: none;
}
.navbar-custom .navbar-brand {
    font-weight: bolder;
}
.navbar-custom .navbar-brand:focus {
    outline: none;
}
.navbar-custom a {
    color: yellow;
    font-weight: 700;
}
.navbar-custom .nav li a {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
    color: rgba(255, 255, 255, 1);
    outline: none;
    background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: none;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: none;
}
.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
    color: white;
}
@media (min-width: 768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: none;
        letter-spacing: 1px;
        background: transparent;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: #595959;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}
.intro {
    display: table;
    width: 100%;
    height: 100vh;
    padding: 100px 0;
    text-align: center;
    color: white;
    //background: url(../img/bkg.png) no-repeat bottom center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro-body .brand-heading {
    font-size: 28px;
}
.intro .intro-body .intro-text {
    font-size: 14px;
}
@media (min-width: 767px) {

    .intro {
        height: 100vh;
        padding: 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 88px;
    }
    .intro .intro-body .intro-text {
        font-size: 26px;
    }
    .mini-chapter {
        font-size: 3.5em;
        line-height: 3em;
    }
}
@media (min-width: 1024px) {
    .intro .intro-body .brand-heading {
        font-size: 174px;
    }
    .btn-circle {
        width: 70px;
        height: 70px;
        margin-top: 15px;
        padding: 7px 16px;
        border: 2px solid white;
        border-radius: 100% !important;
        font-size: 40px;
        color: white;
        background: transparent;
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
    }
    .btn-circle:hover,
    .btn-circle:focus {
        outline: none;
        color: white;
        background: rgba(255, 255, 255, 0.1);
    }
    .btn-circle i.animated {
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 1s;
        -moz-transition-property: -moz-transform;
        -moz-transition-duration: 1s;
    }
    .btn-circle:hover i.animated {
        -webkit-animation-name: pulse;
        -moz-animation-name: pulse;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }
    @-moz-keyframes pulse {
        0% {
            -moz-transform: scale(1);
            transform: scale(1);
        }
        50% {
            -moz-transform: scale(1.2);
            transform: scale(1.2);
        }
        100% {
            -moz-transform: scale(1);
            transform: scale(1);
        }
    }
    .content-section {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .download-section {
        width: 100%;
        padding: 50px 0;
        color: white;
        /*background: url(../img/downloads-bg.jpg) no-repeat center center scroll;*/
        background-color: black;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    #map {
        width: 100%;
        height: 200px;
        margin-top: 100px;
    }
    .no-padding{
        padding-right: 0 ; 
        padding-left: 0 ;
    }
    .parallax {
        background-attachment: fixed;
    }
}
@media (min-width: 767px) {
    .download-section {
        padding: 100px 0;
    }
    #map {
        height: 400px;
        margin-top: 100px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}
.btn-default {
    border: 1px solid #42DCA3;
    color: #42DCA3;
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42DCA3;
    outline: none;
    color: black;
    background-color: #42DCA3;
}
ul.banner-social-buttons {
    margin-top: 0;
}
@media (max-width: 1199px) {
    ul.banner-sociamax-widthl-buttons {
        margin-top: 15px;
    }
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
    .chapter-line-left {
        width: 100%;
        margin: 5px 0 15px 0%;
        //border: 1px solid rgba(0, 0, 0, .2);
    }
    .chapter-line-right {
        width: 100%;
        margin: 5px 0 15px 0%;
        //border: 1px solid rgba(0, 0, 0, .2);
    }
    .content-section {
        //padding-top: 6%;
        //padding-bottom: 3%;
    }
    .mini-chapter {
        font-size: 2em;
        line-height: 3em;
    }
    .no-padding{}
}
@media (max-width: 767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
    .back-to-top {
        height: 70px;
    }
    h2 {
        font-size: 24px;
    }
    .thmb-title {
        font-size: 18px;
        cursor: pointer;
    }
    .mini-chapter {
        font-size: 1.2em;
        line-height: 3em;
    }
    .parallax {
        background-attachment: scroll;
    }
}
@media (max-width: 319px) {
    h2{
        font-size: 18px !important;
    }
    .mini-chapter {
        font-size: 1em;
        line-height: 3em;
    }
}
footer {
    padding: 50px 0;
}
footer p {
    margin: 0;
}
::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}
::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
ul {
    font-size: 20px;
}
.box {
    border: 1px solid black;
}
/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 101; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.8); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 99%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin: 30px auto; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.hover-books{
    background: none repeat scroll 0 0 rgba( 114, 166, 3, 0.9);
    position: realtive;
    width: 100%;
    height: 100%;
    background: rgba( 103, 109, 117, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in; /* For Safari 3.1 to 6.0 */
    transition: opacity 0.4s ease-in;
}

/* ===== Begin contact ===== */
#contact {
    position: relative;
}
#contact h4 {
    font-weight: 400;
}
#contact .cover {
    background-color: rgba(5, 8, 11, 0.93);
}
#contact .contact .contact-form {
    margin-bottom: 40px;
}
#contact .contact .contact-form h4 {
    margin-bottom: 25px;
}
#contact .contact .contact-form .input-lg {
    font-size: 14px;
}
#contact .contact .contact-form button {
    width: 100%;
    height: 40px;
    background-color: #ff7d7d;
}
#contact .contact .contact-form button:hover {
    color: #fff;
}
#contact .contact .form-control {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: #3A3A3A;
}
#contact .contact .form-control:focus {
    background-color: #171717;
    box-shadow: none;
}

ul.contact-address {
    float: left;
    width: 100%;
    padding: 0;
    margin: 15px 0 ;
    list-style-type: none;
}
ul.contact-address li {
    padding: 0 0 20px;
    margin: 0;
}
ul.contact-address li:last-child {
    padding-bottom: 0;
}
ul.contact-address li i {
    margin-right: 10px;
}
/* ===== End contact ===== */
.gallery_thumbnail{
    margin-bottom: 2%;
}
.gallery_thumbnail:hover .gallery_overlay{
    display:block;
    background-color:black;
    opacity:0.75;
}
.gallery_overlay{
    width:100%;
    height:100%;
    display:none;
    position:absolute;
    top:0px;
    left:0px;
}
.gallery_overlay div {
    position:relative;
    display:inline-block;
    top:50%;
    margin:-50% 5px 0 0;
}
.vertical-center{
    display: inline-block;
    vertical-align: middle;
}
.form-error {
    display: none;
    margin-bottom: 1%;
}
/* just for Jubiläum */
  @keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#jubi img {
    
}

.jubi_top{
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-direction: alternate;
}
.video-container {
  width: 100%;
  height: 100%; 
  overflow: hidden;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

}