﻿body {
}

@media only screen and (min-width: 1480px) {
    .headright {
        float: right;
        width: 10%;
        padding-left: 10px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1100px) {
    /* Navigationsleiste*/
    .hor_navbar_closed {
        float: left;
        width: 100%;
        display: none;
        height: 0px;
    }

    .hor_navbar_open {
        float: left;
        width: 100%;
        display: block;
        height: auto;
    }

    .subnav {
        width: 100%;
    }

    .subnav-content {
        padding-left: 0px;
    }

    .subnav-content a {
        width: 100%;
    }


    .subnav:hover .subnav-content {
        display: block;
    }

    #hamburger {
        display: inline;
    }
}

@media screen and (max-width: 1000px) {

    .responsive.table {
        border: 0;
    }

    .responsive.table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .responsive.table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .responsive.table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .responsive.table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .responsive.table td:last-child {
        border-bottom: 0;
    }
}

/* Tablett Bildschirme */
@media screen and (max-width: 800px) {

    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    /* 100% Image Width on Smaller Screens */
    .modal-content {
        width: 100%;
    }

    .widget-cam {
        width: 33.3%;
    }

    .widget-snapshot img {
        max-height: 110px;
    }

    
}


/* Handy Bildschirme */
@media screen and (max-width: 400px) {

    .psLogo {
        height: 30px;
    }



    #header {
        height: 50px;
    }

   

    #accordion button[aria-expanded="true"]:after {
        font-weight: normal;
        font-size: smaller;
    }

    .widget-cam {
        width: 100%;
    }
}

/* Für alle außer Handy Bildschirme */
@media screen and (min-width: 1100px) {

    #hamburger {
        display: none;
    }
}
