:root {
    --font: 1rem;
    --line: calc(var(--font) * 2);
    --move: calc(-1* var(--line));
    --ts-white: white;
    --ts-primary: #0071c8;
    --ts-dark: rgb(16, 86, 155);
    --ts-extra-dark: rgb(0, 52, 92);
    --ts-light: rgb(175, 207, 238);
    --ts-white-blue: rgb(252, 253, 255);
    --ts-light-blue: rgb(240, 250, 255);
    --ts-trans: rgba(91, 139, 194, 0.392);
    --ts-trans-1: rgba(91, 139, 194, 0.241);
    --ts-trans-50: rgba(91, 139, 194, 0.5);
    --ts-trans-w-80: rgba(255, 255, 255, 0.8);
    --ts-light-blue-1: rgb(230, 240, 255);
    --ts-light-blue-2: rgb(220, 230, 255);
    --ts-black: black;
    --ts-grey: rgb(219, 219, 219);
    --ts-light-grey: rgb(242, 250, 255);
    --ts-blue-grey: rgb(237, 248, 255);
    --ts-dark-grey: rgb(111, 111, 111);
    --ts-accent: #00b3a0;
    --ts-accent-light: rgb(51, 158, 170);

    /* Farben für Fächer */
    --red: rgba(238, 217, 209);
    --red-dark: rgb(143, 48, 14);

    --blue: rgb(16, 86, 155);
    --blue-dark: rgb(0, 52, 92);

    --green: rgb(165, 205, 193);
    --green-dark: rgb(9, 77, 70);

    --yellow: rgb(215, 207, 145);
    --yellow-dark: rgb(196, 166, 46);

}


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


/*Parallax Styles*/
.blog:before {
    height: 54px;
    content: "";
    display: block;
}

/*Gestaltung der Hintergründe */

.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-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;

}

.vertretung-grid {
    margin-top: 50px;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 1em;
    background-color: rgb(255, 255, 255);
    justify-content: center;
}

.vertretung-container{
    display: inline-block;
    font-weight: 300;
    margin: 0px;
    padding: 10px;
    color: rgb(33, 33, 33);
    border: 1px  rgb(33, 33, 33) solid;
    border-radius: 5px;
}
.vertretung-container:nth-child(2n){

    background-color: rgba(0, 0, 0, 0.1);
}
.vertretung-container:nth-child(2n+1){

    background-color: rgba(0, 0, 0, 0.05);
}
.kuerzel{
    font-weight: 500;
}



.vertretung-container:hover{
    transition: all 0.35s;
    transform: scale(0.99);
    text-decoration: none;
    color: #669AE1;
    border-color: #669AE1;
}


.none {
    color: rgba(10, 10, 10, 1);
}

.none:hover {text-decoration: none;
}

.tag{
   font-size: 16px;
}
.datum{
    font-size: 12px;
}

.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);
}

.bg-edit {
    background-color: rgba(rgb(135, 190, 183));
    color: rgba(rgb(77, 122, 104));
}

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

.btn-blau{
    display: inline-block;
    border: 1px #669AE1 solid;
    border-radius: 5px;
    background-color: rgba(102, 153, 225, 0.105);;
    min-height: 40px; 
    color:  #669AE1;
}

.btn-weiss{
    display: inline-block;
    border: 1px rgb(255, 255, 255) solid;
    border-radius: 5px;
    background-color: rgba(232, 232, 232, 0.105);;
    min-height: 40px; 
    color:  rgb(255, 255, 255);
}

.btn-rot{
    display: inline-block;
    border: 1px rgb(225, 102, 102) solid;
    border-radius: 5px;
    background-color: rgba(255, 0, 0, 0.05);
    min-height: 40px;
    color: rgb(225, 102, 102); 
}

.btn-blau:hover{
    transform: scale(0.98);
    color:  #669AE1;
}
.btn-weiss:hover{
    transform: scale(0.98);
    color: #ffffff;
}

.btn-rot:hover{
    transform: scale(0.98);
    color: rgb(225, 102, 102);
}

.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-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
    }

    ;

}