/**
 * /res/ism/css/ism_customer_static.css (screen)
 *
 * Hier werden alle statischen CSS-Einträge für den Standardmandanten erfasst, die bei allen
 * Kunden wirksam sein müssen.
 *
 * Anpassungen, die nur für einige Kunden relevant sind, müssen in die ism_customer_static.css
 * (des Kunden) geschrieben werden.
 *
 * Style-Anpassungen z.B. für die Breiten der Hauptmenü-Felder werden weiterhin über die ISMA in die
 * customer.css geschrieben.
 *
 */


/* ---------- viewport all ---------- */
@media all {

    /* Hintergrundbild ausblenden */
    body {
        background: none;
    }

    /* Tabellen */

    table.stbv_tabelle a {
        font-weight: normal !important;
    }

    /* Ende Tabellen */

    div.planfeststellung h3 {
        text-transform: none;
    }

/*    div.staz_news ul {
        margin: 0 0 1.5em;
        overflow: hidden;
    }
    div.staz_news li {
        list-style: none url(../img/icons/list_square.gif);
        list-style-position: inside;
        padding: 0 0 0 1em;
        text-indent: -1em;

    }
    div.staz_news ul li:after {
        content: none;
        border-bottom: none;
    } */
    /* Newsmodule news_top und news_staz */
    div.news_stbv {
        margin: 0;
    }

    /*********************************/
    /* Übertrag aus customer.css */
    .modHeader div.logo img {
        max-height: none;
    }

    table.karriere {
        width:auto !important;
        border:none;
        background-color:transparent;
    }

    .karriere td {
        padding: 5px 3px 0px 3px !important;
        border:none !important;
    }

    .karriere tr {
        height: 202px;
        overflow:hidden;
    }

    .karriere span {
        overflow:hidden;
    }


    /* Anpassungen fuer Modul image-links */
    .modContent .image_link .ym-gl {
        margin: 0.3em 0.5em 0.75em 0;
    }

    .modContent .image_link .ym-gl img {
        margin: 10px 0 0 0;
    }

    .modContent .image_link .copyright.ym-gl i {
        width: 300px;
        max-width: 100%;
    }

    /* ENDE Anpassungen fuer Modul image-links */


    /* Anpassungen fuer Modul portraits */

    div.portrait {
        display:inline;
    }
    .modContent .portrait {
        background: #efefef;
    }

    .modContent .portrait .ym-gl {
        margin: 1.0em;
        width:150px;
    }

    .modContent .portrait .ym-gl span {
        font-weight: bold;
        height: 1.0em;
        display: block;
    }

    .modContent .portrait .ym-gl img {
        margin: 10px 0 0 0;
    }

    .modContent .portrait .copyright.ym-gl i {
        width: 150px;
        max-width: 100%;
    }

    /* ENDE Anpassungen fuer Modul portraits */


    /* Anpassung des PM-Layouts */

    span.pm {
        display: block;
        text-align: right;
    }

    h2.pm {
        margin-bottom: 1em;
        margin-top: 1em;
    }

    h3.pm {
        text-transform: none;
    }

    .pm_attachment {
        background: #f3f3f3;
        padding: 5px;
    }

    .pm_attachment ul {
        margin: 0;
    }

    /* Ende Anpassung des PM-Layouts */

    /* Ende:Übertrag aus customer.css */
    /*********************************/

    img.vollbild {
        width:100%;
    }

}


/* ---------- viewport desktop ---------- */
@media screen {
}



/* ---------- viewport tablet ---------- */
@media only screen and (min-width : 767px) and (max-width : 1024px) {
}


/* ---------- viewport smartphone ---------- */
@media only screen and (min-width : 20px) and (max-width : 766px) {
    /* Fuer Content-Bild */
    .modContent .copyright.ym-gl.content_image {
        width: auto;
    }

    /* Anpassung Liste der MaViS-Projekte: Bei geringer Bildschirmbreite sollen Bilder kleiner werden, damit man noch den Text  lesen kann */
    img.result_mavis {
        width: 100%;
        min-width: 30px;
    }

    th.result_mavis {
        width: 34%;
    }

    td.result_mavis {
        width: 66%;
    }
    /* ENDE: Anpassung Liste der MaViS-Projekte: Bei geringer Bildschirmbreite sollen Bilder kleiner werden, damit man noch den Text  lesen kann */
}


