﻿html {
    height: 100%;
    -ms-content-zooming: none;
}
body {
    background-color: #0066CC;
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    font-family: "Roboto", Arial;
    color: #333333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


@media all and (min-width: 0px) {
    /*********************************************************************/
    /** Material IO **/
    /*********************************************************************/
    .material-icons {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -moz-font-feature-settings: 'liga';
        -moz-osx-font-smoothing: grayscale;
    }

    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

    /*********************************************************************/
    /** Allgemein **/
    /*********************************************************************/

    h2 {
        color: #000;
        line-height: 1em;
        margin: 0;
        padding: 0;
    }

    h3 {
        font-size: 1em;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    a, p {
        color: #333333;
        font-size: 0.9em;
        font-weight: normal;
        text-decoration: none;
        margin: 0;
    }

    a {
        -webkit-text-size-adjust: none;
        text-size-adjust: none;
    }

    input {
        font-size: 0.9em;
        border-radius: 2px;
    }
    
    input, textarea, select {
        box-sizing: border-box;
        font-size: 1em;
        border: 0;
        -webkit-appearance: none;
        width: 100%;
        padding: 15px;
        margin: 0;
        font-family: "Roboto", arial;
    }

    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    li {
        margin: 0;
        padding: 0;
    }

    /* Textdefinitionen*/

    .display1 {
        font-size: 34px;
    }

    .display2 {
        font-size: 45px;
    }

    .headline {
        font-size: 24px;
    }

    .title {
        font-size: 20px;
        font-weight: 400
    }

    .body2 {
        font-size: 14px;
        font-weight: 400
    }

    .body1 {
        font-size: 14px;
    }

    .unterstrich {
        border-bottom: 2px solid #fff;
        color: #fff;
        padding: 10px 0;
    }

    .gruppenName {
        background-color: #fff;
        color: #333333;
        padding: 20px;
        border-bottom: 1px solid #ccc;
    }


    /* Module */

    .seite {
        background-color: #e0e0e0;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

    section.seite {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #0066ff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hide {
        display: none !important;
    }

    .button {
        background-color: #0066CC;
        color: #FFFFFF;
        display: block;
        padding: 10px;
        text-align: center;
        border-radius: 5px;
    }

    .button-icon {
        width: 60px;
        height: 60px;
        background: transparent;
        border: none;
        color: #fff;
        margin: 0 auto;
        padding: 0;
        text-overflow: ellipsis;
        text-transform: uppercase;
        overflow: hidden;
        font-size: 10px;
        display: block;
        cursor: pointer;
    }

    .button__schliessen {
        background-color: #0066CC;
        color: #FFFFFF;
        display: block;
        padding: 10px;
        text-align: center;
        border-radius: 5px;
        text-transform: uppercase;
        position:absolute;
        top: 20px;
        right: 20px;
    }

    .cs-fab {
        position: absolute;
        top: 20px;
        right: -60px;
        background-color: #fff;
        border-radius: 50%;
        border: none;
        width: 60px;
        height: 60px;
        box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
        align-items: center;
        justify-content: center;
        display: inline-flex;
        cursor: pointer;
    }

    .cs-fab__icon {
        height: 24px;
        width: 24px;
        line-height: 24px;
        font-size: 24px;
        /*color: #000;*/
    }

    .cs-fab-extend {
        position: fixed;
        bottom: 40px;
        left: 0;
        right: 0;
        width: 180px;
        padding: 14px;
        border-radius: 25px;
        background-color: #06c;
        border: 1px solid #06c; 
        color: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0,0,0,.12);
        font-weight: bold;
        cursor: pointer;
        margin: auto;
    }


    .seite div input[type="button"].fab-ext {
        position: absolute;
        width: 140px;
        height: 40px;
        border-radius: 360px;
        right: 90px;
        bottom: 40px;
    }

    .hinweis {
        background-color: #ccc;
        padding: 15px 20px;
        margin: 15px 20px;
    }

        .hinweis p {
            color: #999;
            font-size: 1em;
            text-align: center;
        }

    .seite.anmeldefenster.splashscreen {
        background: url("../images/interface/cos-logo-600x600.png") no-repeat scroll center center / 320px;
        background-size: 160px;
    }

    .card {
        background-color: #ccc;
        padding: 20px;
    }

    .container {
        background-color: #0066FF;
        padding: 20px;
    }

        .container h2 {
            color: #FFFFFF;
            font-size: 2em;
            font-weight: lighter;
            line-height: 2em;
            margin: 33px 0 0;
            padding: 0;
            display: none;
        }

    .checkbox {
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        height: 15px;
        margin-left: 20px;
        margin-top: 15px;
        position: absolute;
        width: 15px;
        border-radius: 2px;
    }

        .checkbox.aktiv {
            background-color: #33CC00;
            border: 1px solid #006600;
        }

    .liste {
        background-color: #F4F4F4;
        clear: both;
    }

        .liste li {
            position: relative;
        }

        .liste a {
            border-bottom: 1px solid #ccc;
            display: block;
            padding: 15px 20px;
        }

        .liste .button {
        }

        .liste input {
            border-radius: 0;
            font-size: 0.9em;
            padding-left: 20px;
        }

    ul.listview{

    }

    .listview--zeile-1 .list-item
    {
        padding: 16px 16px;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
    }

    div.list-item {
        padding: 13px 16px;
        /*border-bottom: 1px solid #ccc;*/
        background-color: #fff;
        display: flex;
    }
    div.list-item:hover{
        background-color: #f4f4f4;
    }

    div.list-item.aktiv{
        background-color: #e4e4e4;
    }

    .list-item__haupt-text,
    .list-item__sub-text {
        margin:0;
        padding:0;
        line-height: 100%;
        font-weight: normal;
    }

    .list-item__haupt-text{
        font-size: 14px;
        align-self: center;
    }
    .list-item__sub-text{
        font-size: 12px;
        padding-top: 8px;
    }  

    .list-item__icon {
        display: inline-flex;
        background-color: #06c;
        padding: 8px;
        border-radius: 60px;
        color: #fff;
        margin-right: 16px;
    }

    .list-item__icon img{
        height: 24px;
        width: 24px;
    }

    .cs-gruppen-liste{
        background-color: #fff;
    }

    .cs-gruppen-liste__kopf {
        padding: 13px 16px;
        /*border-bottom: 1px solid #ccc;*/
        background-color: #fff;
        display: flex;
    }

    .cs-gruppen-liste__kopf .list-item__haupt-text  {
        font-weight: bold;
    }

    .cs-gruppen-liste .listview--zeile-1{
        padding-left: 72px;
    }

    .cs-gruppen-liste .listview--zeile-1 .list-item{
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }


    .cs-hero {
        /* height: 200px; */
        position: relative;
        background-color: #0066cc;
        padding: 30px;
    }

    .cs-hero--profil {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: none;
        margin: auto;
        display: block;
        background-color: transparent;
        padding: 0;
    }

        .cs-hero--profil .cs-fab__icon {
            height: 120px;
            width: 120px;
            line-height: 120px;
            font-size: 120px;
            color: #ffffff;
        }

        .cs-hero .cs-hero--titel {
            font-size: 16px;
            text-align: center;
            margin: 0;
            font-weight: bold;
            background-color: transparent;
            border-bottom: 0;
            color: #fff;
            margin-top: 16px;
            display: block;
        }

    .tooltip {
        background-color: #fff;
        border-radius: 2px;
        position: absolute;
        padding: 10px 15px;
        z-index: 100;
        box-shadow: 0 2px 4px rgba(0,0,0,0.3);
        max-width: 250px;
    }

        .tooltip p {
            font-family: "Roboto", Arial;
            font-size: 12px;
            margin: 0;
            padding: 0;
            color: #333;
        }

    .debug {
        background-color: #003399;
        border: 1px solid;
        bottom: 0;
        color: #FFFFFF;
        font-family: Courier New;
        font-size: 12px;
        top: 0;
        overflow-x: hidden;
        padding: 5px;
        position: fixed;
        right: 0;
        width: 380px;
        z-index: 100;
    }

        .debug p {
            color: #FFFFFF;
            font-family: Courier New;
            margin: 0;
            padding: 0;
        }

    .startbild {
        background: url("../images/interface/startseite-hintergrund.png") repeat-x scroll center center #0066FF;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
    }

    /* Effekte*/

    .slide-in-links {
        transition-property: left;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 300ms;
    }

    .slide-in-rechts {
        transition-property: right;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 300ms;
    }

    .slide-in-oben {
        transition-property: top;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 300ms;
    }

    .slide-in-unten {
        transition-property: bottom;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 300ms;
    }
    /*********************************************************************/
    /** Steuerlemente Karte  **/
    /*********************************************************************/

    #csBody.interface .menuOben {
        display: none;
    }

    .menuOben {
        border: medium none;
        right: -60px;
        position: absolute;
        top: 30px;
        z-index: 5;
    }


        .menuOben.aktiv {
            right: 10px;
        }

        .menuOben a {
            display: block;
            height: 50px;
            width: 50px;
            border-radius: 5px;
            margin-bottom: 3px;
        }

            .menuOben a.aktiv {
                background-color: #27ae60 !important;
            }

            .menuOben a.gps-position {
                background: #0066cc url("../images/interface/gps-position.png") no-repeat scroll center -5px;
            }

            .menuOben a.gps-nachfuehren {
                background: #0066cc url("../images/interface/gps-nachfuehren.png") no-repeat scroll center -5px;
            }

            .menuOben a.schliessen {
                background: #0066cc url("../images/interface/beenden.png") no-repeat scroll center -5px;
            }

    .menuUnten {
        border: medium none;
        bottom: 75px;
        /*left: 30px;*/
        right: -60px;
        position: absolute;
        z-index: 5;
    }

        .menuUnten.aktiv {
            right: 10px;
        }

        .menuUnten a {
            background-color: #0066cc;
            color: #F4F4F4;
            display: block;
            font-size: 2em;
            height: 50px;
            line-height: 50px;
            margin-bottom: 3px;
            text-align: center;
            width: 50px;
            border-radius: 3px;
            /*border-radius: 100%;
box-shadow: 0 2px 4px rgba(0,0,0,0.5);*/
        }

    #overlay {
        background-color: #000000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
    }

    #koordinaten {
        bottom: 0;
        display: none;
        left: 20px;
        position: absolute;
    }

    .fab--profil {
        top: 20px;
        left: -60px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        position: fixed;
    }

    .fab--ebene {
        width: 40px;
        height: 40px;
    }

    .fab--google{
        top: auto;
        bottom: 162px;
        background-color: #06C;
    }

    .fab--google i{
        color: #fff;
    }

    .fab--gps{
        top: auto;
        bottom: 93px;
    }

    .fab--ebene.aktiv,
    .fab--google.aktiv,
    .fab--gps.aktiv,
    .fab--plus.aktiv,
    .fab--minus.aktiv{
        right: 10px;
    }

    .fab--profil.aktiv{
        left: 10px;
    }

    .fab--plus,
    .fab--minus {
        display: none;
    }




    /*********************************************************************/
    /** Hauptmenu - App-Bar **/
    /*********************************************************************/

    #navigation {
        background: none repeat scroll 0 0 #0066CC;
        bottom: -80px;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 8;
        height: 80px;
    }

    #navigation.aktiv {
        bottom: 0;
    }

    #navigation.slide-in-links{
        transition-property: bottom;
    }

    #navigation div.logo {
        width: 100%;
        height: 20px;
        display: none;
    }

    #csBody.interface #navigation {
        display: none;
    }

    #csBody.interface #navigation {
        left: -90px;
    }

    #navigation .menu {
        width: 304px;
        margin: auto;
    }

    #navigation .menu .button-icon {
        margin: 0 8px;
    }

    #navigation .menu li:nth-child(2),
    #navigation .menu li:nth-child(3){
        display:none;
    }
    

    .menu .eintrag {
        display: inline-block;
    }

    .menu .eintrag a {
        color: #ffffff;
        display: block;
        font-size: 0.65em;
        height: 70px;
        line-height: 100px;
        overflow: hidden;
        padding: 10px 5px 0;
        text-align: center;
        text-overflow: ellipsis;
        text-transform: uppercase;
        vertical-align: bottom;
        white-space: nowrap;
        width: 60px;
    }

    .menu .eintrag a span {
        /*display: none;*/
    }

    .menu > .eintrag > a.aktiv {
        background-color: #27ae60 !important;
    }

    .menu .eintrag a.aufgaben {
        background: url("../images/interface/ic_vibration_white_48dp_1x.png") no-repeat scroll center 0px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.ebenen {
        background: url("../images/interface/ic_layers_white_48dp_1x.png") no-repeat scroll center 0px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.gps-position {
        background: url("../images/interface/gps-position.png") no-repeat scroll center -5px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.gps-nachfuehren {
        background: url("../images/interface/gps-nachfuehren.png") no-repeat scroll center -5px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.aktualisieren {
        background: url("../images/interface/ic_refresh_white_48dp_1x.png") no-repeat scroll center 0px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.layerswipe {
        background: url("../images/interface/ic_exit_to_app_white_48dp_1x.png") no-repeat scroll center 0px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.beenden {
        background: url("../images/interface/beenden.png") no-repeat scroll center -5px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.messen {
        background: url("../images/interface/ic_straighten_white_48dp_1x.png") no-repeat scroll center 0px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.zeichnen {
        background: url("../images/interface/zeichnen.png") no-repeat scroll center -5px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.punkt {
        background: url("../images/interface/zeichnen-punkt.png") no-repeat scroll center -5px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.linie {
        background: url("../images/interface/zeichnen-linie.png") no-repeat scroll center -5px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.polygon {
        background: url("../images/interface/zeichnen-polygon.png") no-repeat scroll center -5px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.schieben {
        background: url("../images/interface/zeichnen-schieben.png") no-repeat scroll center -5px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.bearbeiten {
        background: url("../images/interface/zeichnen.png") no-repeat scroll center -5px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.suchen {
        background: url("../images/interface/ic_search_white_48dp_1x.png") no-repeat scroll center 0px rgba(0, 0, 0, 0);
    }

    .menu .eintrag a.eigenschaften {
        background: url("../images/interface/ic_format_align_justify_white_48dp_1x.png") no-repeat scroll center 0px rgba(0, 0, 0, 0);
    }

    /*********************************************************************/
    /** Seite Karte **/
    /*********************************************************************/

    section.kartenfenster div.seiten div.seite {
        background-color: #BBBBBB;
        border: medium none;
        bottom: 0;
        left: -100%;
        position: absolute;
        top: 0;
        width: 100%;
        overflow: auto;
        z-index: 10;
        transition-property: left;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 300ms;
    }

    section.kartenfenster div.seiten div.seite.breiter {
        width: 100%;
        left: -100%;
    }

    section.kartenfenster div.seiten div.seite.aktiv {
        left: 0px;
    }

    #karte {
        background: #f4f4f4 url(../images/interface/hintergrund-karte.jpg);
        border: medium none;
        bottom: 0;
        left: 0; /*380px;*/
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }

    #csBody.interface section.kartenfenster div.seiten div.seite {
        left: -360px;
    }

    #csBody.interface section.kartenfenster div.seiten div.seite.breiter {
        left: -110%;
    }

    #csBody.interface section.kartenfenster div.seiten div.seite.aktiv {
        left: 0px;
    }

    #csBody.interface section.kartenfenster div.seiten div.seite.baustellen.uebersicht.aktiv {
        left: -110%;
    }

    .seiten .seite h2 {
        color: #333;
        font-size: 1em;
        font-weight: lighter;
        padding: 15px 20px;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    /*********************************************************************/
    /** Seite Suchen **/
    /*********************************************************************/

    .seite.suchen div.in .hinweis {
        background: url(../images/interface/icon-suche-gross.png) no-repeat center 0;
        margin-top: 75px;
        padding: 130px 55px 0;
    }

    /*********************************************************************/
    /** Seite Aufageben **/
    /*********************************************************************/

    section.kartenfenster div.seiten div.seite.aufgaben {
        left: 0;
        right: 0;
        opacity: 1;
        transition-property: transform; 
        transform: translateY(101%);
    }

        section.kartenfenster div.seiten div.seite.aufgaben.aktiv {
            opacity: 1;
            transform: translateY(0);
        }

    /*********************************************************************/
    /** Seite Anmerkungen **/
    /*********************************************************************/

    section.kartenfenster div.seiten div.seite.anmerkungen {
        left: 0;
        right: 0;
        opacity: 1;
        transition-property: transform;
        transform: translateY(101%);
    }

        section.kartenfenster div.seiten div.seite.anmerkungen.aktiv {
            opacity: 1;
            transform: translateY(0);
        }

    /*********************************************************************/
    /** Seite Ebenen **/
    /*********************************************************************/

    section.kartenfenster div.seiten div.seite.ebenenSteuerung {
        left: auto;
        right: -100%;
        transition-property: right;
    }
    
    section.kartenfenster div.seiten div.seite.ebenenSteuerung.aktiv {
        right: 0;
    }

    .ebenenSteuerung .liste a {
        padding-left: 50px;
    }

    /*********************************************************************/
    /** Seite Eigenschaften **/
    /*********************************************************************/

    .seite.eigenschaften .hinweis {
        background: url(../images/interface/icon-eigenschaften-gross.png) no-repeat center 0;
        margin-top: 75px;
        padding: 130px 55px 0;
    }

    .udvEigenschaften {
        border-right: 1px solid #CCCCCC;
        position: absolute;
        bottom: 52px;
        left: 0;
        right: 0;
        top: 78px;
        overflow-y: auto;
        transition-property: bottom;
        transition-delay: 0ms;
    }

        .udvEigenschaften h2, .stoerstellen h2 {
            background-color: #FFFFFF;
            border-bottom: 1px solid #CCCCCC;
            clear: both;
            color: #333333;
            font-size: 1em;
            margin: 0;
            padding: 10px 20px;
            display: block;
        }

        .udvEigenschaften p.leer {
            background-color: #FFFFFF;
            border: 1px dotted #999999;
            color: #555555;
            font-size: 0.7em;
            margin: 15px;
            padding: 7px;
            text-align: center;
        }

        .udvEigenschaften p {
            padding: 10px 10px;
        }

        .udvEigenschaften ul {
            background-color: #F4F4F4;
            width: 100%;
        }

            .udvEigenschaften ul li {
                border-bottom: 1px solid #CCCCCC;
                overflow: hidden;
                width: 100%;
            }

                .udvEigenschaften ul li div {
                    background-color: #F4F4F4;
                    float: left;
                    overflow: hidden;
                    padding: 3px 3px 3px 5px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                    .udvEigenschaften ul li div.para {
                        background-color: #F4F4F4;
                        padding-left: 13px;
                        width: 42%;
                    }

                    .udvEigenschaften ul li div.wert {
                        border-left: 1px solid #CCCCCC;
                        width: 48%;
                    }

                        .udvEigenschaften ul li div.wert span.minus {
                            color: #008000;
                        }


    .udvStruktur {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 53px;
        background-color: #f4f4f4;
        transition-property: height;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 300ms;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
    }
    
    .udvStrukturTitel {
        background-color: #0066ff;
        height: 32px;
        padding: 10px;
        cursor: pointer;
    }

    .udvStrukturTitel h3 {
        color: #fff;
        line-height: 32px;
        /* margin: 10px; */
    }

    .udvStrukturInhalt {
        top: 55px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        position: absolute;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .seite.struktur--aktiv .udvEigenschaften{
        bottom: 65%;
        transition-delay: 350ms;
    }

    .seite.struktur--aktiv .udvStruktur {
        height: 65%;
    }

    ul.cos-ctl-treeview {
        width: 1000px;
        margin-left: 0px;
        padding-top: 5px;
        padding-bottom: 15px;
        /*position: absolute;
    top: 31px;
    bottom: 0px;*/
    }

   ul.cos-ctl-treeview li, .cos-ctl-treeview ul li {
        padding-left: 18px;
    }

        ul.cos-ctl-treeview li a, .cos-ctl-treeview ul li a {
            background: url(../images/interface/folder_close.gif) 0px 3px no-repeat;
            font-size: 14px;
            padding: 3px 19px;
            display: block;
        }

    .seite.meldung {
        z-index: 10;
    }

        .seite.meldung h2 {
            background: rgba(0, 0, 0, 0) url("../images/interface/loader-circle-ball.gif") no-repeat scroll center 7px;
            color: #fff;
            font-family: "Roboto",Arial;
            font-size: 3em;
            font-weight: lighter;
            margin-top: -100px;
            padding: 90px 0 0;
            position: relative;
            text-align: center;
            top: 50%;
        }

    /*********************************************************************/
    /** Modul Messen **/
    /*********************************************************************/

    .messen {
        background-color: #0066cc;
        border-radius: 5px;
        bottom: 20px;
        height: 60px;
        left: 20px;
        position: absolute;
        right: 20px;
        z-index: 11;
        overflow: hidden;
    }

    .messen .anzeige {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #fff;
        font-family: "roboto", Arial;
        font-size: 40px;
        font-weight: lighter;
        margin-left: 20px;
        width: 65%;
    }

    .messen .button-icon {
        position: absolute;
        right: 15px;
        top: 0px;
    }

    .messenTooltip {
        position: relative;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 4px;
        color: white;
        padding: 4px 8px;
        opacity: 0.7;
        white-space: nowrap;
    }

    .messenTooltip.tooltip-measure {
        opacity: 1;
        font-weight: bold;
    }

    .messenTooltip.tooltip-static {
        background-color: #ffcc33;
        color: black;
        border: 1px solid white;
    }

    .messenTooltip.tooltip-measure:before,
    .messenTooltip.tooltip-static:before {
        border-top: 6px solid rgba(0, 0, 0, 0.5);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        content: "";
        position: absolute;
        bottom: -6px;
        margin-left: -7px;
        left: 50%;
    }

    .messenTooltip.tooltip-static:before {
        border-top-color: #ffcc33;
    }

    /*********************************************************************/
    /** Modul Zeichnen **/
    /*********************************************************************/

    .zeichnen {
        background-color: #0066FF;
        bottom: 33px;
        height: 50px;
        left: 110px;
        position: absolute;
        right: 110px;
        z-index: 11;
    }

        .zeichnen input {
            border: 1px solid #CCCCCC;
            font-size: 12px;
            margin-left: 10px;
            padding: 5px 10px;
            width: 100px;
        }


    div.suchen {
        background-color: #BBBBBB;
        bottom: 0;
        left: 0;
        overflow: auto;
        position: absolute;
        top: 0;
        width: 380px;
        z-index: 11;
    }

    /*********************************************************************/
    /** Modul Swipe **/
    /*********************************************************************/

    #karte-layer-swipe {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 100;
        background-color: #0066ff;
    }

        #karte-layer-swipe input {
            background-color: #0066ff;
            bottom: 0;
            height: 60px;
            position: absolute;
            z-index: 200;
            -webkit-appearance: slider-horizontal;
        }

        #karte-layer-swipe .menuUnten {
            bottom: 80px;
        }

    #karteSwipe {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 3;
        background: #f4f4f4 url("../images/interface/hintergrund-karte.jpg") repeat scroll 0 0;
    }

    /*********************************************************************/
    /** Modul Baustellen **/
    /*********************************************************************/

    .seite.baustellen.formular {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 900;
        left: 0;
        /*right: 0;*/
        width: 520px;
        overflow-y: auto;
    }

        .seite.baustellen.formular .form {
            max-width: 800px;
            margin: auto;
            border-radius: 0px;
            padding: 0 20px;
            background-color: #fff;
        }

            .seite.baustellen.formular .form label {
                display: block;
                font-size: 12px;
                color: rgb(0, 108, 204); /*rgba(0,0,0,0.5);*/
                padding-top: 10px;
            }

            .seite.baustellen.formular .form input,
            .seite.baustellen.formular .form textarea,
            .seite.baustellen.formular .form select {
                border-bottom: 1px solid rgba(0,0,0,0.3);
                border-radius: 0;
                font-size: 14px;
                padding: 8px 0 8px;
            }

    div.titelleiste {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-color: #0066FF;
        z-index: 20;
        padding: 20px;
    }

        div.titelleiste h3,
        div.titelleiste p {
            color: #fff;
        }

        div.titelleiste h3 {
            font-size: 1.2em;
        }

    div.fussleiste {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #fff;
        z-index: 20;
        box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.2);
    }

        div.fussleiste ul li {
            display: inline-block;
            width: 50%;
        }

            div.fussleiste ul li a {
                display: block;
                padding: 20px 0;
                text-align: center;
                text-transform: uppercase;
                color: #333;
            }

                div.fussleiste ul li a.btnZurueck {
                    border-right: 1px solid #eee;
                }

    div.zentrum {
        position: absolute;
        background-color: red;
        height: 20px;
        width: 20px;
        z-index: 20;
        border-radius: 15px;
        border: 3px solid #fff;
        top: 50%;
        right: 50%;
    }

    div.taskleiste {
        padding: 20px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        div.taskleiste .button {
            width: 120px;
            background-color: transparent;
            border: 1px solid #0066FF;
            color: #0066FF;
        }

            div.taskleiste .button:first-of-type {
                margin-right: 8px;
            }

    div.inhalt div.kopf {
        background-color: #fff;
        padding: 20px;
    }

    div.inhalt div.hero {
        height: 190px;
        background: url("../images/interface/inhalt-hero-default.png") left bottom;
    }

    div.inhalt div.beschreibung {
        background-color: #fff;
        padding: 16px 16px;
        /*border-bottom: 1px solid #ccc;*/
    }

    .titel {
        font-size: 12px;
        margin-bottom: 0px;
        margin-left: 8px;
        padding-top: 16px;
        color: #06c;
    }

    .hero-titel {
        color: #333;
        font-size: 24px;
        margin: 0;
        padding: 0;
        text-align: left;
        font-weight: normal;
        padding-bottom: 16px;
        margin-left: 8px;
    }

    .hero-text {
        padding-top: 5px;
        padding-bottom: 20px;
        margin-left: 8px;
        font-size: 14px;
        line-height: 1.5rem;
    }

    .hero-text-klein {
        
        display: inline-block;
        border: 1px solid;
        width: 108px;
        height: 90px;
        text-align: center;
        padding: 16px;
        border-radius: 5px;
        vertical-align: top;
        margin: 8px;
    }

    .hero-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .hero-box-item {
        width: 120px;
        height: 70px;
        padding: 35px;
        border-radius: 5px;
        vertical-align: top;
        margin: 8px;
        color: #000;
        border: 1px solid #000;
    }

    .hero-box-item__label {
        display: block;
        font-size: 12px;
        text-align: center;
    }

    .hero-box-item__text {
        font-weight: bold;
        text-align: center;
        margin-top: 3px;
    }

    div.inhalt div.udvEigenschaften p {
        font-size: 0.75em;
        padding: 3px 10px;
        color: rgba(0,0,0,0.6);
    }


    /*********************************************************************/
    /** Loginseite **/
    /*********************************************************************/

    .cos-ctl-login h1 {
        color: #fff;
        font-size: 28px;
        line-height: 2em;
        margin: 0;
        padding: 0 20px;
        text-align: center;
        font-weight: lighter;
    }

    .cos-ctl-login input,
    .cos-ctl-login textarea,
    .cos-ctl-login select {
        box-sizing: border-box;
        font-size: 1em;
        border: 0;
        -webkit-appearance: none;
        width: 100%;
        padding: 15px;
        margin: 0;
        font-family: "Roboto", arial;
    }


    .cos-ctl-login {
        margin-top: -230px;
        max-width: 500px;
    }

        .cos-ctl-login p {
            color: #fff;
            margin-top: 10px;
            text-align: center;
        }

        .cos-ctl-login img {
            position: absolute;
            right: 20px;
            top: 25px;
        }

        .cos-ctl-login form {
            padding: 20px;
        }

        .cos-ctl-login label {
            display: none;
        }

    #userName {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    #pwd {
        border-top: 1px solid #ccc;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .cos-ctl-login .submit {
        background-color: #0c57c6;
        color: #fff;
        margin-top: 25px;
    }

    .cs-login-fehler {
        color: #fff;
        padding: 15px;
    }

    /*********************************************************************/
    /** Modul SNACKBAR **/
    /*********************************************************************/

    #snackbar {
        position: absolute;
        bottom: -80px;
        margin: auto;
        background-color: #333;
        left: 0;
        right: 0;
        transition-property: bottom;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 200ms;
        z-index: 100;
        border-radius: 8px;
        width: auto;
        margin: 0 80px 0 10px;
    }
        #snackbar.aktiv {
            bottom: 90px;
        }
    }
    #snackbar p {
        color: #fff;
        padding: 24px;
    }
    #snackbar a {
        position: absolute;
        display: block;
        /*border: 1px solid #fff;*/
        right: 7px;
        top: 14px;
        padding: 10px;
        color: #a5cd50;
        font-weight: 500;
        text-transform: uppercase;
    }
    #snackbar p {
        color: #fff;
        padding: 24px;
    }

    .cs-suche-interface {
        position: absolute;
        z-index: 20;
        top: 14px;
        left: 10px;
        right: 10px;
    }

    .cs-suche-interface__text {
        border-radius: 60px;
        box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
        outline: none;
    }

    .cs-suche-interface__button {
        position: absolute;
        width: 40px;
        height: 40px;
        right: 4px;
        top: 5px;
        border-radius: 30px;
        border: none;
        background-color: transparent;
    }

    .cs-suche-interface-ergebnis {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #fff;
        z-index: -1;
        opacity: 0;
        transition-property: opacity,z-index;
        transition-delay: 0s,100ms;
        /* transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); */
        transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
        transition-duration: 500ms;
        overflow-y: auto;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

    .cs-suche-interface-ergebnis.aktiv {
        z-index: 5;
        opacity: 1;
        transition-delay: 0s;
    }

    .ol-mouse-position {
        right: 60px;
        font-size: 14px;
    }

    .menu_grundkarte {
        position: absolute;
        bottom: 20px;
        left: 20px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column
    }

        .menu_grundkarte button {
            padding: 10px;
            border-radius: 10px;
            border: none;
            margin-bottom: 10px;
            background-color: #fff;
            box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
            width: 60px;
            height: 60px;
            overflow: hidden;
            border: 3px solid #fff;
            cursor: pointer;
        }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

@media all and (min-width: 840px) {
    .button-icon .material-icons {
        font-size: 36px;
    }

    .cos-ctl-login h1 {
        font-size: 40px;
    }

    #navigation {
        bottom: 0;
        left: -100px;
        position: absolute;
        top: 0;
        width: 80px;
        height: auto;
        z-index: 11;
    }

        #navigation.aktiv {
            left: 0;
        }

        #navigation.slide-in-links {
            transition-property: left;
        }

        #navigation .menu {
            width: 100%;
            margin-top: 30px;
        }

         #navigation .menu .button-icon {
            margin: 0 auto;
        }

        #navigation .menu li:nth-child(2),
        #navigation .menu li:nth-child(3){
            display: block;
        }

    .menu .eintrag {
        display: block;
    }

    .cs-fab-extend {
        position: absolute;
    }

    .cs-fab{
        width: 30px;
        height: 30px;
        border-radius: 8px;
    }

    .cs-fab__icon {
        height: 16px;
        width: 16px;
        line-height: 16px;
        font-size: 16px;
    }
    
    .cs-fab.fab--profil {
        bottom: 20px;
        top: auto;
        left: 10px;
        right: auto;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        position: absolute;
    }


    .fab--google {
        bottom: 132px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .fab--gps {
        bottom: 102px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .fab--plus {
        bottom: 62px;
        top:auto;
        display: inline-flex;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .fab--minus {
        bottom: 32px;
        top:auto;
        display: inline-flex;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }


    .menuOben {
        right: -60px;
        top: 30px;
    }

    .menuOben.aktiv {
        right: 30px;
    }
    
    .menuUnten {
        right: -60px;
        bottom: 30px;
        z-index: 5;
    }

    .menuUnten.aktiv {
        right: 30px;
    }

    section.kartenfenster div.seiten div.seite {
      
        left: -360px;
        top: 0;
        width: 350px;
    }

	section.kartenfenster div.seiten div.seite.breiter {
		width: 450px;
		left: -460px;
	}

        section.kartenfenster div.seiten div.seite.aktiv,
		section.kartenfenster div.seiten div.seite.breiter.aktiv{
            left: 80px;
        }

        section.kartenfenster div.seiten div.seite.ebenenSteuerung {
            left: -360px;
            right: auto;
            transition-property: left;
        }

        section.kartenfenster div.seiten div.seite.ebenenSteuerung.aktiv {
            right: auto;
            left: 80px;
        }

        section.kartenfenster div.seiten div.seite.aufgaben {
            left: -360px;
            right: auto;
            opacity: 1;
            transition-property: left;
            transform: none;
        }

            section.kartenfenster div.seiten div.seite.aufgaben.aktiv {
                right: auto;
                left: 80px;
                transform: none;
            }

        section.kartenfenster div.seiten div.seite.anmerkungen {
            left: -460px;
            right: auto;
            opacity: 1;
            transition-property: left;
            transform: none;
        }

            section.kartenfenster div.seiten div.seite.anmerkungen.aktiv {
                right: auto;
                left: 80px;
                transform: none;
            }

    .hero-text-klein {        
        width: 125px;
        height: 90px;
        text-align: center;
        padding: 16px;
        border-radius: 5px;
        vertical-align: top;
        margin: 8px;
    }
        

    #snackbar {
        width: 580px;
        margin: auto;
    }

        #snackbar.aktiv {
            bottom: 0px;
        }

    .messen {
        bottom: -10px;
        height: 95px;
        left: 25%;
        right: 25%;
    }

        .messen .anzeige {
            font-size: 64px;
            margin-left: 60px;
        }

        .messen .button-icon {
            top: 10px;
        }
}

@media screen and (min-width: 1024px) {

    #csBody.interface section.kartenfenster div.seiten div.seite.baustellen.uebersicht.aktiv {
        left: 0px;
    }

    .ol-mouse-position {
        bottom: 33px;
        top: auto;
    }

    .menu_grundkarte{
        left: 470px;
    }
}

@media screen and (min-width: 1240px) {
}

@media screen and (min-width: 1440px) {
.menuUnten a {
    background-color: #06c;
    color: #fff;
    display: block;
    font-size: 22px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0px;
    text-align: center;
    width: 36px;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

}

@media screen and (min-width: 1600px) {
}

@media print {
}
  
 
