﻿html, body {
    background-color: #D3D6D9;
    height: 100%;
}

body .card {
    border: inherit;
    border-radius: 0;
    box-shadow: 0px 0 8px 0px rgb(84 84 84 / 20%);
}

#bodyFlex {
    display: flex;
    flex-flow: column;
    height: calc(100vh - 40px);
    overflow-x: hidden;
}

.badge {
    font-weight: 600;
    margin: 0;
    padding: .4em;
}

/*.k-button-solid-primary {
    min-width: 120px;
}

.k-button-solid-secondary {
    min-width: 100px;
}*/

.k-radio-item {
    gap: 0.5rem;
}

.k-radio-label {
    width: 100%;
}

.k-checkbox-label {
    margin-left: .5rem !important;
}



/*Header*/
#mainHeader {
    background-color: #36444e;
    flex-flow: column wrap;
    height: 50px;
    line-height: 50px;
}

    #mainHeader h1 {
        color: white;
        display: inline-block;
        font-size: 1rem;
        font-weight: 300;
        padding-left: 1rem;
    }

        #mainHeader h1 a {
            color: inherit;
        }

            #mainHeader h1 a span {
                font-weight: 300;
            }

    #mainHeader #welcomeMessage {
        color: white;
        font-size: 1rem;
        font-weight: 300;
        padding-right: 1rem;
        max-width: 600px;
    }

/*FFM Logo*/
#mainLogo {
    background-color: white;
    border-bottom: #E5241D 5px solid;
}

    #mainLogo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 500px;
    }

@media (max-width: 600px) {
    #mainLogo {
        display: none;
    }
}



/*Content*/
#content {
    flex: 1 1 auto;
}

main {
    height: auto !important;
    margin: 0;
    padding: 20px;
    overflow: hidden;
}



/*Footer*/
#imgFrankfurtSkyline {
    image-rendering: pixelated;
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    width: 100%;
}

body > footer {
    color: white;
    background-color: #36444E;
    min-height: 40px;
    padding: 5px 30px;
    position: fixed;
    overflow: hidden;
    width: 100%;
}

body > footer li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}

    footer a {
        color: inherit;
        font-weight: 300;
    }

    footer a:hover {
        color: inherit;
    }



/*https://www.nomensa.com/blog/how-improve-web-accessibility-hiding-elements*/
.hide-but-screenreader {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*Tastatur-Taste*/
.keyboard-button {
    background: #EFF3FB;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 25%);
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 7px 14.25px;
    text-align: center;
    text-decoration: none;
}

/*Anpassung für Bootstrap Toast Design Template für Kendo Notifications*/
div.k-notification.k-popup {
    padding: 0;
}
