.carousel {
    pause:"none";
}

.carousel.fade {
    opacity: 1;
}

/* Timing des Faders war ursprünglich 4.8s */

.carousel.fade .item {
    transition: opacity ease-in-out 3.6s;
    -o-transition: opacity ease-in-out 3.6s;
    -ms-transition: opacity ease-in-out 3.6s;
    -moz-transition: opacity ease-in-out 3.6s;
    -webkit-transition: opacity ease-in-out 3.6s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
    hyphens: none;
}

.carousel.fade .item.active {
    transition: opacity ease-in-out 3.6s;
    -o-transition: opacity ease-in-out 3.6s;
    -ms-transition: opacity ease-in-out 3.6s;
    -moz-transition: opacity ease-in-out 3.6s;
    -webkit-transition: opacity ease-in-out 3.6s;
    opacity: 1;
    z-index: 1;
    hyphens: none;
}

.carousel.fade .item:first-child {
    top: auto;
    position: relative;
}


.carousel-control {
    z-index: -1; /* auf 2 setzen, damit sichtbar */
}

.loader {
    position: absolute;
    right: 40%;
    bottom: 60%;
    left: 5%;
    background: none;
    z-index: 10;
}

.glyphicon {
    position: absolute;
    margin-top: 48%;
    margin-bottom: 2%;
    left: 38%;
    font-size: 3em;
    color: #ff6600;
    z-index: 5;
}

@media screen and (max-width: 1140px) {
    .glyphicon {
        font-size: 2em;
    }
}

@media screen and (max-width: 600px) {
    .glyphicon {
        font-size: 1.2em;
        margin-bottom: 2%;
        margin-right: 5%;
    }
}


html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: auto;
}

.carousel-name {
    position: absolute;
    right: 50%;
    bottom: 1px;
    left: 5%;
    z-index: 4;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 'BebasNeueLocal', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 72px;
    color: rgba(39, 64, 139, 0.75);
    hyphens: manual;
    text-align: left;
    /* bestimmt die Position des Namens */
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, .3); */
}

@media screen and (max-width: 1140px) {
    .carousel-name {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 600px) {
    .carousel-name {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 1140px) {
    .carousel-name p {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 600px) {
    .carousel-name p {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 1px;
    }

}



.carousel-job {
    position: absolute;
    right: 5%;
    bottom: 1px;
    left: 5%;
    z-index: 4;
    padding-top: 20px;
    padding-bottom: 1px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 100px;
    color: rgba(255, 102, 0, 0.9);
    hyphens: none;
    text-align: right;
    /* bestimmt die Position des Namens */
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, .3); */
}

@media screen and (max-width: 1140px) {
    .carousel-job {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 600px) {
    .carousel-job {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 1140px) {
    .carousel-job p {
        font-size: 48px;
        line-height: 48px;
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 600px) {
    .carousel-job p {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 1px;
    }
}


.carousel-content {

    padding-top: 50px;
    padding-bottom: 1 px;
    background-color: #01406e;
    font-family: 'AlegreyaSansItalicLocal';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: 	#6eabd8;
    hyphens: none;
    text-align: center;
    /* Zitate */
    /* Textblau #002f53 */
}

@media screen and (max-width: 1140px) {
    .carousel-content {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 600px) {
    .carousel-content {
        font-size: 21px;
        line-height: 24px;
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 1140px) {
    .carousel-content p {
        font-size: 20px;
        font-style: normal;
        line-height: 48px;
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 600px) {
    .carousel-content p {
        font-size: 18px;
                font-style: normal;
        line-height: 30px;
        padding-bottom: 1px;
    }
}

@font-face {
    font-family: BebasNeueLocal;
    src: url("../fonts/BebasNeue/BebasNeue.woff2") format("woff2");
}

@font-face {
    font-family: AlegreyaSansLocal;
    src: url("../fonts/AlegreyaSans Webfonts/AlegreyaSans-Regular.woff2") format("woff2");
}

@font-face {
    font-family: AlegreyaSansItalicLocal;
    src: url("../fonts/AlegreyaSans Webfonts/AlegreyaSans-Italic.woff2") format("woff2");
}