/*Allgemeine Styles*/
body {
    overflow-x: hidden;

    background: #f5f5f5;
}


.bg-mauer {
    background-image: url('/Images/MauerHell.png');
    
}

.bg-lightblue {
    color: rgb(9, 23, 49);
    background-color: rgba(18, 48, 105, 0.548);
    border: 1px dotted rgb(18, 49, 105);
    border-radius: 0;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-auto {
    background-size: auto;
    background-repeat: no-repeat;
}

.bg-blue {

    background-color: rgb(18, 49, 105);
    color: #ffffff;
}

.bg-blue-gradient{
    background: linear-gradient(to right, rgba(18, 49, 105, 0.8), rgba(18, 49, 105, 0.4)), linear-gradient(to bottom, rgba(18, 49, 105, 0.4), rgba(85, 122, 192, 1));
    color: #ffffff;
}

.bg-nav {
    background: linear-gradient(to right, rgba(18, 49, 105, 0.8), rgba(18, 49, 105, 0.4)), linear-gradient(to top, rgba(18, 49, 105, 0.4), rgba(85, 122, 192, 1));
    color: #ffffff;
}

.bg-termin-top {
    background: linear-gradient(to right, rgba(18, 49, 105, 0.8), rgba(18, 49, 105, 0.4)), linear-gradient(to top, rgba(18, 49, 105, 0.4), rgba(85, 122, 192, 1));
    color: #ffffff;
}

.bg-termin-wichtig {
    background: linear-gradient(to right, rgba(105, 18, 22, 0.8), rgba(105, 18, 18, 0.4)), linear-gradient(to top, rgba(105, 18, 25, 0.4), rgb(192, 85, 90));
    color: #ffffff;
}

.bg-titel {
    background: linear-gradient(to right, rgba(18, 49, 105, 0.8), rgba(18, 49, 105, 0.4)), linear-gradient(to bottom, rgba(18, 49, 105, 0.4), rgba(85, 122, 192, 1)), url("Mauer.jpg");

    opacity: 1.0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    color: #ffffff;

}

.bg-kollegen :nth-child(2n) {
    background-color: rgb(18, 49, 105);
    color: #ffffff;
}

.bg-kollegen :nth-child(2n-1) {
    background-color: rgb(49, 88, 161);
    color: #ffffff;
}

.bg-ts {
    background-color: rgb(255, 255, 255);
}

.text-ts {
    color: rgb(0, 0, 0);
}

.btn-ts {
    color: rgb(9, 23, 49);
    background-color: rgba(18, 48, 105, 0.425);
    border: 1px solid rgb(18, 49, 105);
}

.zoom {
    position: relative;
    background-color: rgb(255, 255, 255);
    transition: background-color 0.5s ease;
    /*transition: box-shadow 0.5s ease;*/
    overflow: hidden;
    /*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);*/
    border: 1px dotted rgb(236, 236, 236);
}

.zoom:hover {
    background-color: rgb(241, 241, 241);
    /*box-shadow: 0 5px 50px rgba(0, 0, 0, 0.5), 0 5px 50px rgba(0, 0, 0, 0.05);*/
}

.zoom:hover>.card-reader {
    background-color: rgb(35, 77, 155);
    /*box-shadow: 0 5px 50px rgba(0, 0, 0, 0.5), 0 5px 50px rgba(0, 0, 0, 0.05);*/
}

.bg-blue-transparent {
    background-color: rgba(18, 49, 105, 0.1);
    color: #ffffff;
}

.bg-none {
    background-color: rgba(0, 0, 0, 0);
}

.bg-transparent {
    background-color: rgb(255, 255, 255, 0.2);
}

.shadow-black {
    text-shadow: black 0.01em 0.01em 0.2em;
}

.shadow-white {
    text-shadow: rgb(255, 255, 255) 0.01em 0.01em 0.2em;
}

.display-none-sm {
    display: none;
}

.navbar {
    box-shadow: none;
    border: 0;
    margin-bottom: 0;
    background-color: rgba(18, 49, 105, 1);
}

a:hover .schatten {
    background-color: red;
    color: black;
}

.carousel-control-next {
    filter: invert(100%);
}

.carousel-control-prev {
    filter: invert(100%);
}

.carousel-indicators {
    filter: invert(100%);
}


/*Testbereich für Parallax*/
/*section.module.parallax {
    position: relative;
    opacity: 0.70;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/

section.module.parallax-1 {
    background-image: url("Mauer.jpg");
    padding: 150px;
    position: relative;
    opacity: 0.70;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section.module.parallax-2 {
    background-image: url("std5.jpg");
    padding: 150px;
    position: relative;
    opacity: 0.70;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*section.module.parallax-3 {
    background-image: url("/sandbox/Images/MauerHell.png");
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(0,123,255,0.4);
    background-blend-mode: screen;
  }*/

@media (max-width: 800px) {
    h1.toosmall {
        font-size: 3em;
    }

    h2.toosmall {
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    h4.toosmall {
        font-size: 1em;
    }

    img.toosmall {
        width: 250px
    }

    p.toosmall {
        display: none;
    }

    section.module.parallax-1 {
        background-image: url("sm-Mauer.jpg");
        background-attachment: scroll;
        padding: 60px;
        background-size: cover;
    }

    section.module.parallax-2 {
        background-image: url("sm-std5.jpg");
        background-attachment: scroll;
        padding: 60px;
        background-size: cover;
    }

    .parallax-toosmall {
        font-size: 2.5em;
    }

    ;

}

@media (min-width: 801px) {

    img.toosmall {
        width: 300px
    }

    ;

}