.container{
    max-width: 70rem;
}
.navbar{
    z-index: 99999999;
}
.feather {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}
.toast{
    font-size: .8rem;
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 10px;*/
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.tab-content {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    padding: 10px;
}


/*.nav-tabs {*/
/*  margin-bottom: 0;*/
/*}*/

/* .bd-placeholder-img {*/
/*   font-size: 1.125rem;*/
/*   text-anchor: middle;*/
/*   -webkit-user-select: none;*/
/*   -moz-user-select: none;*/
/*   user-select: none;*/
/* }*/

/*@media (min-width: 768px) {*/
/*  .bd-placeholder-img-lg {*/
/*    font-size: 3.5rem;*/
/*  }*/
/*}*/
/*        body {
            !*display: flex;*!
            !*align-items: center;*!
            !*padding-top: 40px;*!
            !*padding-bottom: 40px;*!
            background-color: #f5f5f5;
        }*/
/********************************/
/*            Overlay           */
/********************************/
.bg {
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 3;
    color: #fff;
    /*color: #0D47A1;*/
    /*color: #000000;*/
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    /*text-shadow: 1px 1px 0 #ADB5BD;*/
    /*text-shadow: 1px 1px 0 #E6E6E6;*/
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.carousel {
    position: relative;
    min-height: 300px;
    height: 50vh;
}

.carousel-inner {
    min-height: 300px;
    height: 50vh;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 5px 5px;
    border-radius: 35px;
    font-size: 2em;
    text-align: center;
}

.footer {
    z-index:9;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 850px) {
    .hero h1 {
        font-size: 4.5em;
    }

    .hero h3 {
        font-size: 1.5em;
    }
    .nav-text {
        zoom: 0.8;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 2.5em;
    }

    .hero h3 {
        font-size: 1em;
    }
}

.click_under {
    pointer-events:none;
}

.en :lang(de) {
    display: none;
}
.de :lang(en) {
    display: none;
}