
/*
    <meta author="Klaus-Joachim Forster, klaus.forster@forster-online.com" / >
    <meta versiondate="v20240829" >
    <meta versiontime="1045" >
*/

body {
    margin: 1em auto;
    max-width: 95%;
    font-family: sans-serif;
    color: black;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    font-size: 11pt;
}


header {
        border-radius: 0.5em 0.5em 0px 0px;
        border: 1px solid black;
        padding: .5em;
        margin: .5em;
        background: white;
        grid-column: 1 / 6;
        grid-row: 1 / 2;
    }

a {
    color: darkred;
    text-decoration: none;
    font-weight: bold;
}

button {
    -moz-box-shadow: inset 0px 1px 8px 0px silver;
    -webkit-box-shadow: inset 0px 1px 8px 0px silver;
    box-shadow: inset 0px 1px 8px 0px white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, silver));
    background: -moz-linear-gradient(top, #ffffff 5%, silver 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, silver 100%);
    background: -o-linear-gradient(top, #ffffff 5%, silver 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, silver 100%);
    background: linear-gradient(to bottom, #ffffff 5%, silver 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919191', endColorstr='#515151',GradientType=0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid grey;
    background-color: #919191;
    color: black;
    font-size: 11pt;
    font-weight: bold;
    padding: 3px 12px;
    text-decoration: none;
}

    button:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, silver), color-stop(1, #ffffff));
        background: -moz-linear-gradient(top, silver 5%, #ffffff 100%);
        background: -webkit-linear-gradient(top, silver 5%, #ffffff 100%);
        background: -o-linear-gradient(top, silver 5%, #ffffff 100%);
        background: -ms-linear-gradient(top, silver 5%, #ffffff 100%);
        background: linear-gradient(to bottom, silver 5%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='silver', endColorstr='#ffffff',GradientType=0);
        background-color: silver;
    }

    button:active {
        position: relative;
        top: 1px;
    }

aside {
    background: #ebf5d7;
    border: 1px solid black;
    padding: .5em;
    margin: .5em;
    grid-column: 5 / 6;
}

 
    main {
        border-radius: 0px;
        border: 1px solid black;
        padding: .5em;
        margin: .5em;
    }
    
    section {
        border-radius: 0px 0.5em 0 0.5em;
        border: 1px solid black;
        padding: .5em;
        margin: .2em;
        text-align: justify;
    }

article {
    background: white;
    grid-column: 1 / 5;
    grid-row: 3 / 4;
    border-radius: 0px;
    border: 1px solid black;
    padding: .5em;
    margin: .5em;
    text-align: justify;
}

    footer {
        background: #e4ebf2;
        border: 1px solid black;
        grid-column: 1 / 6;
        grid-row: 5 / 5;
        color: black;
        font-size: 11pt;
        border-radius: 0px 0 0.5em 0.5em;
        border: 1px solid black;
        padding: .5em;
        margin: .5em;
    }

iframe {
    border: none;
    margin: 0;
    height: 100vh;
}


iframe.footer {
    border: none;
    height: 45px;
    width: 1000px;
}

#frame.footer {
    background: none;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 45px;
    width: 1000px;
}
    
#box_home_Hintergrund {
        position: absolute;
        top: 0px;
        left: 0px;
    /*
        background-repeat: no-repeat;
        background: url(home/Hintergrundbild_1000.jpg)
    */
        z-index:-1; 
    }
