﻿
@font-face {
    font-family: 'Axiforma';
    src: url(../fonts/Axiforma-Regular.ttf);
}


body {
    font-family: 'Axiforma', Arial;
}

header {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #ffff;
}


    header .head-top {
        background-color: #03203f;
        z-index: 5;
        height: 45px;
        background-image: url(/Image/muster1.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .nav {
        background-color: #ffff;
        margin: 0;
        position: absolute;
        left: 0;
        top: 45px;
        width: 100%;
        color: #ffff;
        height: 70px;
        z-index: 10;
        box-shadow: #20202022 0px 5px 10px;
    }

        header .nav .logo {
            position: relative;
            width: 160px;
            top: 15px;
        }

.scrolled .nav {
    position: fixed;
    left: 0;
    top: 0;
}

footer {
    width: 100%;
    background-color: #03203f;
    font-size: 14px;
    margin-top: 100px;
    color: #ffff;
}

    footer .right .left {
        background-image: url(/Image/links.svg);
        background-repeat: no-repeat;
        background-size: 25%;
    }

    footer .right {
        background-image: url(/Image/rechts.svg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-size: 45%;
    }

    footer .logo a img {
        width: 250px;
        transform: translateY(50px);
    }

    footer .links {
        position: relative;
        left: calc( 50% - 100px );
        color: #ffff;
        width: 200px;
        margin: 20px;
        transform: translateY(-50px);
    }

        footer .links ul {
            list-style-type: none;
            width: 200px;
            display: inline;
        }

            footer .links ul li {
                list-style-type: none;
                width: 200px;
            }

    footer ul {
        list-style-type: none;
    }

    footer .links ul li {
        list-style-type: none;
    }

    footer .impressum {
        position: relative;
        right: 0px;
        transform: translateY(-30px);
        width: 630px;
        float: right;
    }

        footer .impressum ul {
            display: inline;
        }

            footer .impressum ul li {
                display: inline;
                list-style-type: none;
                color: #ffff;
            }

    footer .kontakte {
        position: relative;
        width: 200px;
        display: inline;
        float: right;
        color: #ffff;
        right: 0px;
        transform: translateY(-40px);
    }

        footer .kontakte ul {
            width: 200px;
            display: inline;
        }

            footer .kontakte ul li {
                list-style-type: none;
                width: 200px;
            }

    footer .copyright {
        transform: translateY(-0px);
    }

        footer .copyright, footer .copyright p {
            color: #ffff;
            width: 200px;
        }

    footer a {
        color: #ffff;
        text-decoration: none;
    }

    footer ul {
        padding: 0;
    }

    footer h4 {
        width: 200px;
        font-size: 20px;
        color: #0085ca;
        font-weight: 600;
    }

.content {
    padding-top: 250px;
    min-height: calc( 100vh - 397px );
}

    .content .icon {
        height: 20px;
        float: left;
        margin-right: 10px;
        margin-top: 4px;
    }

    .content h2 {
        display: inline;
        font-size: 28px;
        font-weight: 900;
    }

    .content h1 {
        display: inline;
        font-size: 28px;
        font-weight: 900;
    }

    .content p {
        font-size: 16px;
    }

table {
    border-spacing: 0;
    border-style: hidden;
    box-shadow: 0 0 0 1px #03203f;
    border-radius: 6px;
}
    table thead tr th:first-child {
        border-top-left-radius: 5px;
    }
    table thead tr th:last-child  {
        border-top-right-radius: 5px;
    }

    table thead tr th {
        min-height: 50px;
        height: 50px;
        padding: 5px;
        background-color: #03203f;
        color: #ffffff;
        border: #03203f 1px solid;
        max-width: 25vw;
        width: 292px;
        text-align: center;
        border-collapse: collapse;
    }

    table tbody tr td {
        padding: 2%;
        min-height: 100px;
        height: 100px;
        border: #03203f 1px solid;
        text-align: center;
        border-spacing: 0;
        border-collapse: collapse;
    }

footer a {
    color: #ffff;
    transition: 0.5s;
}

.content a {
    color: #0085ca;
    transition: 0.01s;
}

a:hover {
    color: #0085ca;
    text-decoration: none;
    transition: 0.01s;
}

footer .klein.right {
    background-size: 100%;
    background-position-y: bottom;
}

footer .klein {
    display: none;
}


@media (max-width: 995px) {
    footer .klein {
        display: block;
    }

    footer .gross {
        display: none;
    }
}
