/* Minification failed. Returning unminified contents.
(573,47): run-time error CSS1046: Expect comma, found '0'
(573,51): run-time error CSS1046: Expect comma, found '/'
(575,39): run-time error CSS1046: Expect comma, found '0'
(575,43): run-time error CSS1046: Expect comma, found '/'
(598,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
: run-time error CSS1066: Unexpected end of file encountered
 */
#suchFeld fom {
    display: none !important;
}

body {
    background-repeat: no-repeat, repeat-x;
    background-position: bottom right, top left;
    background-attachment: fixed, scroll;
    background-color: white;
}


div.appStyle div#appHeadline {
    background-image: url("images/appHeaderBack.png");
}

div#appFooter {
    background-image: url("images/appFooterBack.png");
}

div.appStyle div#appContent div#appSliderBox {
    background-image: url("images/appSliderBackAktiv.png");
    background-repeat: repeat-x;
    background-color: #3f5cd1;
}


#appHeadline {
    background-image: url("../../images/esy_thing_56x56_turquoise.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: white;
}

/*Mobile Ansicht*/
#mobileBar {
    display: none;
}

@media only screen and (max-width:640px) {

    body {
        background-attachment: scroll;
        background-image: url("../../images/bg_pattern.png");
        background-position: left top;
        background-repeat: repeat-x;
        padding-bottom: 50px;
    }

    #userName, #userInfo {
        display: none;
    }

    #appHeadLineContent {
        width: auto;
    }

    #kontrollzentrum .dashboard_icon {
        margin-bottom: 10px;
    }

    #mobileBar {
        background-color: #444;
        background-color: rgba(68,68,68,0.6);
        background: -moz-linear-gradient(left, rgba(68,68,68,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(68,68,68,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(68,68,68,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(68,68,68,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(68,68,68,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(68,68,68,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6444444', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
        overflow: hidden;
        z-index: 800;
        color: white;
        height: 44px;
        max-width: inherit;
        min-width: inherit;
        position: fixed;
        top: 0;
        width: 60%;
        display: block;
    }

        #mobileBar p {
            padding: 0 0 0 10px;
        }

            #mobileBar p:first-child {
                padding-top: 2px;
            }

    #kanzleiLogo {
        min-width: 20px;
        height: 70px;
        box-shadow: none;
        border-radius: 0px;
        max-width: 255px;
    }

        #kanzleiLogo img {
            max-width: 180px;
        }

    #kontrollzentrumContainer {
        margin-top: 30px;
    }

    /*Login*/

    .linkDisabledMobile {
        pointer-events: none;
    }
}

/*Mobile Toolbar*/
#toppanelMobile {
    max-height: 100%;
    overflow: auto;
}

    #toppanelMobile li img {
        height: 26px;
        margin-right: 10px;
        vertical-align: middle;
    }

    #toppanelMobile li span {
        display: inline-block;
        vertical-align: middle;
    }

        #toppanelMobile li span.info {
            color: red;
        }

    #toppanelMobile #menu-button span {
        display: inline-block;
        vertical-align: middle;
    }

        #toppanelMobile #menu-button span:before, #toppanelMobile #menu-button span::before {
            content: "\00BB";
            font-size: 14px;
            display: inline-block;
            margin-right: 4px;
            color: #444;
        }

.mobileToolbar {
    background-color: #f0f0f0;
    z-index: 1010;
    top: 0;
    width: auto;
    line-height: 1;
    background: #ffffff;
}

    .mobileToolbar.menu-opened {
        -webkit-box-shadow: 0px 10px 25px -11px rgba(0,0,0,0.62);
        -moz-box-shadow: 0px 10px 25px -11px rgba(0,0,0,0.62);
        box-shadow: 0px 10px 25px -11px rgba(0,0,0,0.62);
    }

    .mobileToolbar,
    .mobileToolbar ul,
    .mobileToolbar ul li,
    .mobileToolbar ul li a,
    .mobileToolbar #menu-button {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mobileToolbar:after,
        .mobileToolbar > ul:after {
            content: "";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        .mobileToolbar #menu-button {
            display: none;
        }

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.mobileToolbar > ul > li {
    float: left;
}

.mobileToolbar.align-center > ul {
    font-size: 0;
    text-align: center;
}

    .mobileToolbar.align-center > ul > li {
        display: inline-block;
        float: none;
    }

.mobileToolbar.align-center ul ul {
    text-align: left;
}

.mobileToolbar.align-right > ul > li {
    float: right;
}

.mobileToolbar.align-right ul ul {
    text-align: right;
}

.mobileToolbar > ul > li > a {
    padding: 20px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.mobileToolbar > ul > li:hover > a,
.mobileToolbar > ul > li.active > a {
    color: #009ae1;
}

body.dashboard .mobileToolbar > ul > li.active > a {
    color: #599004;
    font-weight: bold;
}

.mobileToolbar > ul > li.has-sub > a {
    padding-right: 25px;
}

    .mobileToolbar > ul > li.has-sub > a::after {
        position: absolute;
        top: 21px;
        right: 10px;
        width: 4px;
        height: 4px;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

.mobileToolbar > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;
}

.mobileToolbar ul ul {
    position: absolute;
    left: -9999px;
}

.mobileToolbar li:hover > ul {
    left: auto;
}

.mobileToolbar.align-right li:hover > ul {
    right: 0;
}

.mobileToolbar ul ul ul {
    margin-left: 100%;
    top: 0;
}

.mobileToolbar.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.mobileToolbar ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.mobileToolbar ul li:hover > ul > li {
    height: 32px;
}

.mobileToolbar ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 12px;
    background: #333333;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

    .mobileToolbar ul ul li:hover > a,
    .mobileToolbar ul ul li a:hover {
        color: #ffffff;
    }

.mobileToolbar ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.mobileToolbar.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.mobileToolbar ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .mobileToolbar {
        width: 100%;
    }

        .mobileToolbar ul {
            width: 100%;
            display: none;
        }

        .mobileToolbar.align-center > ul,
        .mobileToolbar.align-right ul ul {
            text-align: left;
        }

        .mobileToolbar ul li,
        .mobileToolbar ul ul li,
        .mobileToolbar ul li:hover > ul > li {
            width: 100%;
            height: auto;
            border-top: 1px solid rgba(120, 120, 120, 0.15);
        }

            .mobileToolbar ul li a,
            .mobileToolbar ul ul li a {
                width: 100%;
            }

        .mobileToolbar > ul > li,
        .mobileToolbar.align-center > ul > li,
        .mobileToolbar.align-right > ul > li {
            float: none;
            display: block;
        }

        .mobileToolbar ul ul li a {
            padding: 20px 20px 20px 30px;
            font-size: 12px;
            color: #000000;
            background: none;
        }

            .mobileToolbar ul ul li:hover > a,
            .mobileToolbar ul ul li a:hover {
                color: #000000;
            }

        .mobileToolbar ul ul ul li a {
            padding-left: 40px;
        }

        .mobileToolbar ul ul,
        .mobileToolbar ul ul ul {
            position: relative;
            left: 0;
            right: auto;
            width: 100%;
            margin: 0;
        }

            .mobileToolbar > ul > li.has-sub > a::after,
            .mobileToolbar ul ul li.has-sub > a::after {
                display: none;
            }

    #menu-line {
        display: none;
    }

    .mobileToolbar #menu-button {
        display: block;
        padding: 20px;
        color: #000000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
    }

        .mobileToolbar #menu-button::after {
            content: '';
            position: absolute;
            top: 20px;
            right: 20px;
            display: block;
            width: 15px;
            height: 2px;
            background: #000000;
        }

        .mobileToolbar #menu-button::before {
            content: '';
            position: absolute;
            top: 25px;
            right: 20px;
            display: block;
            width: 15px;
            height: 3px;
            border-top: 2px solid #000000;
            border-bottom: 2px solid #000000;
        }

    .mobileToolbar .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }

        .mobileToolbar .submenu-button::after {
            content: '';
            position: absolute;
            top: 21px;
            left: 26px;
            display: block;
            width: 1px;
            height: 11px;
            background: #000000;
            z-index: 99;
        }

        .mobileToolbar .submenu-button::before {
            content: '';
            position: absolute;
            left: 21px;
            top: 26px;
            display: block;
            width: 11px;
            height: 1px;
            background: #000000;
            z-index: 99;
        }

        .mobileToolbar .submenu-button.submenu-opened:after {
            display: none;
        }
}

h2.loginProblemsTabContainer {
    margin-top: -36px;
    margin-left: -34px;
    margin-right: -38px;
    font-weight: normal;
}

.loginProblemsTab, .loginProblemsTab:visited, .loginProblemsTab:active {
    display: inline-block;
    width: 95%;
    margin-left: 2% !important;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #aaa;
    font-size: 20px !important;
    font-weight: normal;
    color: #444 !important;
    text-align: center;
}

body.mode-local .loginProblemsTab, body.mode-local .loginProblemsTab:visited, body.mode-local .loginProblemsTab:active {
    width: 100%;
    width: calc(100% - 4px);
    border-right: 0;
}

.loginProblemsTab.activeTab {
    border-bottom: 0;
    background-color: #fff;
}

.loginProblemsTab:first-child {
    border-right: 0;
}

.loginProblemsInnerContainer {
    display: block;
    min-height: 200px;
}

    .loginProblemsInnerContainer.active {
        display: block;
    }

.appSelector .dashboard-icon {
    display: none !important;
}

.dashboard .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    border-bottom: 2px solid #ab0300;
}

.chooseClientAppContainer {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 35%);
    border-radius: 10px;
    padding: 36px 34px;
    min-height: 250px;
    z-index: 700;
    width: 60%;
    max-width: 100%;
    max-height: 80%;
    margin: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 150px;
}


div.loginContainer {
    position: relative;
}

div#chooseAccountContainer {


    @media only screen and (max-width:1244px) {
        .chooseClientAppContainer {
            *width: 100%;
        }
    }

    @media only screen and (max-width:1024px) {
        .chooseClientAppContainer {
            width: 640px;
        }
    }


    @media only screen and (max-width:640px) {
        .chooseClientAppContainer {
            width: 100%;
            margin-top: -30px;
            margin-bottom: unset;
        }
    }
