﻿body {
    /*background: url('../img/server_1920.jpg') no-repeat center center fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

main {
    background-color: #fff;
    padding-bottom: 2rem;
}

/*  ########################
    subnav
    ######################## */

.subnav {
    /*margin-top: 100px;*/
    background-color: #fff;
    opacity: 0.9;
}

    /*.subnav .wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
    }*/

    .subnav ul {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .subnav li {
        text-align: center;
    }

    .subnav a {
        width: auto;
        height: auto;
        text-align: left;
        line-height: 38px;
        margin: 0 5px 0 0;
        margin-left: 0px;
        font-size: 8pt;
        text-transform: uppercase;
        color: #000;
        flex-grow: 0;
        white-space: nowrap;
        text-decoration: none;
    }

    .subnav .active {
        color: #007bff;
    }

    .subnav span {
        flex-grow: 2;
        font-size: 12pt;
        text-transform: uppercase;
        text-align: right;
        text-shadow: 2px 2px 2px #000;
        color: white;
        font-weight: bold;
        height: 38px;
        line-height: 38px;
    }

@media only screen and (min-width: 576px) {

    .subnav {
        margin-top: 150px;
        flex-direction: row;
        justify-content: flex-end;
        align-content: flex-end;
    }

        .subnav a {
            font-size: 10pt;
        }

        .subnav ul {
            flex-direction: row;
            justify-content: flex-end;
            align-content: flex-end;
        }

        .subnav a:after {
            content: " / ";
        }

        .subnav ul li:last-child a:after {
            content: "" !important;
        }
}

/*  ########################
    content
    ######################## */

.content .lead {
    font-size: 1.2rem;
    color: #555;
}

.content p {
    text-align: justify;
}

.text-content {
    display: flex;
    flex-direction: column;
}

.left-column {
    width: 100%;
    padding: 0 0 1rem 0;
    border: none;
}

    .left-column img {
        max-width: 100%;
    }

.right-column {
    width: 100%;
    vertical-align: top;
    padding: 0;
}

@media only screen and (min-width: 576px) {
    .text-content {
        flex-direction: row;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
    }

    .left-column {
        width: 34%;
        vertical-align: top;
        padding: 1rem 1rem 1rem 0;
        border-right: 1px solid lightgray;
    }

    .right-column {
        width: 66%;
        vertical-align: top;
        padding: 0rem 1rem 0;
    }
}

/*@media (min-width: 768px) {
    .teaser-line {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='690'><polyline points='3,0 0,5 687,5 690,0' fill='%23fff' /></svg>") !important;
    }
}


@media (min-width: 992px) {
    .teaser-line {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='900'><polyline points='3,0 0,5 897,5 900,0' fill='%23fff' /></svg>") !important; 
    }
}


@media (min-width: 1200px) {
    .teaser-line {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1080'><polyline points='3,0 0,5 1077,5 1080,0' fill='%23fff' /></svg>") !important; 
    }
}*/
