/*
HTBS Mailkeeper
*/

body {
    min-height: 100vh;
    background: #ffffff;
    color: #202020;
    background-image: url(../fileadmin/pics/multiMail.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 15%;
    scrollbar-width: 1px;
}

main{
    min-height: 100vh;
    width: 100%;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 40px;
}

footer{
    background-color: #fff;
    font-size: small;
    hr{
        opacity: 1;
        width: 100px;
        border-top: 3px solid;
        @media (max-width: 575.98px) {
            display: none;
        }
    }
    a{
        font-size: small;
    }
}

/* NAVI */

#ID_SUB_NAV{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffffc4;
    backdrop-filter: blur(2px);
    overflow: auto;
}

#ID_SUB_NAV_CONTENT{
    padding-top: 100px;
    padding-bottom: 50px;
    width: 100%;
    background-color: orange;
    color: #fff;
    font-size: xx-large;
    hr{
        opacity: 1;
        width: 33%;
        border-top: 5px solid;
    }
    a{
        padding: 5px;
        text-decoration: none;
        color: #fff;
        text-transform: lowercase;
    }
    a:hover{
        text-decoration: none;
        background-color: #fff;
        color: orange;
    }
    ul{
        list-style: none;
    }
    ul, li{
        padding-left: 0px;
    }
    a::before{
        content: "_ ";
    }
}

/* GLOBAL */

.CLS_MOD_HEADER{
    margin-bottom: 10px;
    color: orange;
    text-transform: lowercase;
    font-weight:bold;
    h3{
        font-weight:bold;   
    }
    h3::before{
        content: "#";   
    }
}

.CLS_SMOD_NAV{
    position: fixed;
    left: 0px;
    bottom: 33%;
    @media (max-width: 575.98px) {
        display: none;
    }
}

.CLS_TEXT_INFO{
    font-size: x-small;
}

.card{
    border-radius: 0px;
    h5, h6{
        text-transform: uppercase;
    }
    .CLS_CARD_ICON{
        position: absolute;
        top:0px;
        right: 0px;
        margin: 5px;
    }
}

.btn{
    border-radius: 0px;
}

.CLS_SELECT_GROUP{
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 10px;
    span{
        opacity: .65;
        transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    }
}

/* MOD INTRO */

.CLS_INTRO{
    background-color: #ffffffe3;
    backdrop-filter: blur(2px);
}

.CLS_INTRO_SLOGAN{
    position: absolute;
    top: 33%;
    padding-left: 100px;
    h1{
        font-size: 5rem;
        color: orange;
    }
    @media (max-width: 575.98px) {
        padding-left: 50px;
        h1{
            font-size: 3rem;
            
        }
    }
}

/* MOD CMS */

.CLS_CMS_HEADER{
    font-size: xxx-large;
    color: orange;
}

