@charset "utf-8";
/* CSS Document
	eMotivo CMS */

@font-face {
    font-family: 'Mark Pro Book';
    src: url('fonts/MarkPro-Book.otf');
}
@font-face {
    font-family: 'Mark Pro Book';
    src: url('fonts/MarkPro-Bold.otf');
    font-weight: bold;
}
@font-face {
    font-family: 'Mark Pro Book';
    src: url('fonts/MarkPro-CondHeavy.otf');
    font-style: oblique;
}
@font-face {
    font-family: 'Mark Pro Book';
    src: url('fonts/MarkPro-Extlight.otf');
    font-weight: lighter;
}
@font-face {
    font-family: 'Mark Pro Book';
    src: url('fonts/MarkPro-Heavy.otf');
    font-weight: bold;
}

/* CSS Document
    eMotivo CMS */
.content_bottom {
    clear: both;
}

html {
    background-color: white;
}

#page #right .pagination .pages {
    font-size: 1.2em;
    text-align: center;
}

#page #right .pagination .pages i {
    font-size: 1em;
}

#page #right .pagination select {
    float: right;
}

textarea {
    font-family: inherit;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    width: auto;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
}

.form-item {
    float: left;
    width: 50%;
}

.form-item input[type="checkbox"] {
    width: auto;
    height: auto;
    display: inline;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #EEE;
}

textarea.form-control {
    height: auto;
}

.form-block {
    width: 100%;
    clear: both;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

div.error,
textarea.error,
input.error,
select.error {
    background: #FED6DC;
    border: 1px solid #900;
}

div.success {
    background: #CBF5C0;
    border: 1px solid #060;
    color: #060;
}

div.success,
div.error {
    padding: 12px 12px 0;
    margin-bottom: 20px;
}

.image-box {
    margin-left: 20px;
}

.image-box img {
    display: block;
}

.table-bordered {
    border: 1px solid #DDD;
    border-right: none;
}

#page {
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    background-color: white;
}

#page_content {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

#page #right .content .table-bordered th a {
    color: #FFF;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table tr td {
    border-top: 1px solid #DDD;
    border-right: 0px;
}

#page #right .content table th {
    background: #FFF;
    color: #A0A0A0;
    font-weight: normal;
    padding: 10px 3px
}

/*table.table tr:nth-child(odd) td {*/
/*background: #b1d2d9;*/
/*}*/
table {
    border-spacing: 0;
    border-collapse: collapse;
}

table.dienstplan {
    border: 1px solid #565657;
    margin-bottom: 10px;
}

table.dienstplan input {
    width: 80px
}

#page #right .content table.dienstplan th {
    background: #565657;
    color: #FFF;
    text-align: left;
}

#page #right .content table.dienstplan td {
}

#page #right .content table.calendar {
    background: #FFF;
    border-collapse: collapse;
    color: #222;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
}

#page #right .content table.calendar select {
    width: 100px
}

.bewerbungButtonWrapper {
    display: block;
    width: 100%;
    background: #D0D7D9;
    margin-bottom: 2px;
    padding: 1px;
}

.bewerbenButton {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
}

/**
 * Formular
 */
.form-group {
    margin-bottom: 10px;
    display: block;
    padding: 1px 16px 1px 1px;
}

.form-group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 24px;
    padding: 3px 12px;
    font-size: 12px;
    line-height: 1.42857;
    color: #000;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #000;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

textarea.form-control {
    width: 100%;
}

select.form-control {
    height: 36px;
    width: auto;
}

.fileUpload.form-control {
    border: none;
    width: auto;
}

input[type="submit"].form-control {
    height: 36px;
    width: auto;
}

.inline-form {
    /* width: auto; */
    float: left;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/** Dashboard-Hinweis-Boxen **/
.statusbox.rot {
    color: #900;
}

.statusbox.orange {
    color: #F19001;
}

.statusbox.green {
    color: #4B680B;
}

.statusbox {
    float: left;
    width: 26%;
    margin-bottom: 15px;
    margin-right: 1%;
    background-color: #FFF;
    padding: 3%;
    min-height: 160px;
}

.statusbox i.statusbox-icon,
.tablet-content i.statusbox-icon,
.statusbox .ueberschrift {
    font-size: 25px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.statusbox p {
    min-height: 45px;
}

.rounded {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.shaddow {
    -webkit-box-shadow: 2px 2px 2px 0 #A8A8A8;
    box-shadow: 2px 2px 2px 0 #A8A8A8;
}

.nomargin {
    margin-right: 0;
}

.tablet-content a,
.statusbox a,
.btn-grey {
    display: block;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
    background-color: #B6B6B6;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    text-align: center;
}

.btn-grey {
    display: inline-block;
    padding: 5px 25px;
}

.tablet-content {
    float: left;
    margin-right: 0;
    background-color: #FFF;
    padding: 20px;
    width: 96%;
    height: 100%;
}

.tablet-top-a,
.tablet-content .tablet-top-a,
.statusbox .tablet-top-a {
    padding: 0 1%;
    text-align: left;
    margin-bottom: 30px;
    background-color: #FEEFB3;
    font-size: 1.8em;
    color: #FFF;
    cursor: pointer;
    width: 98%;
    border-radius: 0;
    display: block;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
}

.statusbox table i,
.tablet-content table i,
.tablet-content .tablet-top-a i,
.statusbox .tablet-top-a i {
    margin: 0;
    line-height: 30px;
}

.tablet-content table tr td {
    padding: 5px 10px;
    border: none;
}

.statusbox table tr td {
    padding: 5px 10px;
    border: none;
}

.tablet-content table tr td a {
    margin: 0;
    background-color: #000;
}

.statusbox table tr td a {
    margin: 0;
    background-color: #000;
}

span.button {
    padding: 3px 5px;
    background-color: #060;
    color: #FFF;
    margin-left: 15px;
}

span.button-red {
    padding: 3px 5px;
    background-color: #000;
    color: #FFF;
    margin-left: 15px;
    line-height: 30px;
}

/**
 * Farbanpassungen 1.1
 */
body {
    background-color: #EFEFEF;
    font-family: "Mark Pro Book", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
}

#page #top {
    width: 100%;
    border-bottom: none;
    background-color: #FFF;
    min-height: 111px;
    background-position: 0px -20px;
    background-repeat: no-repeat;
}

#page #top {
    webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.43);
}

#page #top {
    min-height: 111px;;
    background: none;
    background-color: #FFF;
    min-width: 180px;
    width: 100%;
    height: 111px;
}

#page #top #top_wrapper {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

#page #top #logo {
    position: relative !important;
    width: 180px;
    left: 1%;
    top: 35px;
}

#page #top #logo img {
    width: 100px;
}

#page #top #login_buttons {
    position: relative;
    top: 65px;
}

#page #top .btn_ausloggen {
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    display: block;
    right: 20px;
    bottom: 0px;
    color: #000;
    text-decoration: none;
    height: 32px;
}

#page #top .btn_ausloggen:hover {
    border-bottom: 3px solid #000;
    height: 29px;
}

#page #top .lang_menu {
    position: absolute;
    display: block;
    right: 20px;
    bottom: 40px;
    height: 32px;
    /*display: none;*/
}

#page #top .lang_menu a { text-transform: uppercase;
    font-weight: bold; color: #000;
    text-decoration: none; }

#page #top .lang_menu a:hover {
    border-bottom: 3px solid #000;
    height: 29px;
}

#page #top .btn_user {
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    display: block;
    right: 100px;
    bottom: 15px;
    color: #000;
    text-decoration: none;
    /*! top: 33px; */
    /*! float: right; */
}

.btn {
    background-color: #FFF;
    color: #000;
}

#page #left .user {
    color: #FFF;
    background-color: #000;
}

#page #left .login {
    color: #000;
    background-color: #FFF;
    border-radius: 0px;
    border: 1px solid #000;
    padding-left: 10px;
}

#page #left .menu {
    border: 0px solid #E0E0E0;
    background-color: #FFF;
    border-radius: 0px;
}

#page #left .menu .menu_top {
    padding: 5px 0 5px 8px;
    background-image: none;
    background: #FFF;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    height: auto;
}

#page #left .menu .menu_middle li a {
    border-top: 0px solid #E0E0E0;
    color: #000;
    padding: 5px 0 5px 10px;
    height: auto;
    border-bottom: 3px solid white;
}

#page #left .menu .menu_middle li a.norights {
    color: #C0C0C0;
}

#page #left .menu .menu_middle li a:hover, #page #left .menu .menu_middle li a.active {
    background-color: #FFF;
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid #000;
}

#page #left .menu .menu_middle li ul li a {
    background-color: #FFF;
    background-image: url(../system_images/bg_menu.png);
    height: auto;
    padding: 5px 0 5px 24px;
    border-bottom: 3px solid white;
}

#page #left .menu .menu_middle li ul li a:hover {
    background-color: white;
    color: #000;
    border-bottom: 3px solid #000;
}

#page #left .menu .menu_middle li ul li a.active {
    background-color: white;
    color: #000;
    border-bottom: 3px solid #000;
}

#page #left .menu .menu_bottom {
    height: 0px;
}

#page #left .menu p.kontakt {
    color: #575757;
}

#page #left .menu p.kontakt a {
    color: #575757;
}

#page #left {
    padding: 20px 1%;
    width: 15%;
}

#page #right {
    padding: 20px 1%;
    width: 81%;
}

#page #right .content {
    border-radius: 0px;
}

#page #right .content {
    border: 0px solid #A0A0A0;
    background-color: #FFF;
}

#page #right .content .content_top {
    background-image: none;
    background: #FFF;
    color: #000;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 8px;
    height: auto;
    border-radius: 0px;
    width: auto;
}

#page #right .content a {
    text-decoration: none;
    color: #313131;
}

#page #right .content input[type="submit"], #page #right .content input.button,
#page #right .content a.button, #page #right .content a.btn-button {
    background: #FFF;
    color: #000;
    cursor: pointer;
    border: none;
    font-weight: bold;
    border-radius: 0px;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #000;
}

#page #right .content a.btn-stoerung, #page #right .content a.btn-wartungsplan {
    background: #FEEFB3;
    color: #000;
    cursor: pointer;
    border: 1px solid #CCC9C9;
    font-weight: bold;
    border-radius: 0px;
    padding: 15px;
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 10px;
}

#page #right .content a.btn-stoerung .fa, #page #right .content a.btn-wartungsplan .fa {
    font-size: 30px;
    line-height: 38px;
}

#page #right .content_info {
    background-color: #FFF;
    border: 1px solid #DCDCDC;
    width: 530px;
    height: 75px;
    float: right;
    border-bottom: none;
    margin-right: 20px;;
    padding: 10px 15px;
}

#page #rigth .content_info a {
    color: #000 !important;
}

.content_info img, .content_info_name, .content_info_kontakt {
    float: left;
    height: 70px;
}

.content_info_name, .content_info_kontakt {
    margin-left: 15px;
    padding-top: 20px;
    font-size: 13px;
}

.table .objekt_img {
    width: 70px
}

#page #right .content a.ticket_link, #page #right .content a.ticket_link .fa {
    color: #F00 !important;;
    text-decoration: underline;
    font-size: 12px !important;
}

#page #right .content_middle {
    padding: 0px;
}

.jahr_dokument {
    display: inline-block;
    margin-right: 5px;
    padding: 3px;
    background-color: #E8E8E8;
    font-size: 12px;
    text-decoration: none;
}

.jahr_dokument.active, .jahr_dokument:hover {
    background-color: #FEEFB3;
    text-decoration: none !important;
}

#page #right .content .table .dokument_kat {
    border-bottom: 1px dotted #000;
}

#page #right .content .table .dokument_kat td {
    background-color: #E8E8E8 !important;
    line-height: 36px;
}

#page #right .content .table .dokument_file td {
    line-height: 32px
}

#page #right .content .table .file_name {
    padding-left: 20px;
}

#page #right .content .table .dokument_kat .fa {
    color: #000 !important;;
    font-size: 12px !important;
    margin-left: 10px;
}

table.dpTable {
    border: 1px solid #000;
    background: #FFF;
    padding: 10px;
    cursor: pointer;
    padding: 10px;
}

tr.dpTitleTR {
    font-size: 1.2em;
}

td.dpTD {
    padding: 5px;
}

td.dpDayHighlightTD {
    background: #000;
    color: #FFF;
}

#datepickerform table.dpTable {
    width: 250px;
    text-align: center;
    border: 2px solid #D0D0D0;
    color: #2E373C;
}

#datepickerform table.dpTable tr.dpTitleTR td,
#datepickerform table.dpTable tr.dpDayTR td {
    background: #F6F4F7;
}

#datepickerform table.dpTable tr.dpTitleTR td {
    font-weight: bold;
    line-height: 26px;
}

#datepickerform table.dpTable tr.dpDayTR td {
    text-transform: uppercase;
    color: #71716A;
    border-bottom: 2px solid #D0D0D0;
}

#datepickerform table.dpTable .dpButton {
    background: #F6F4F7;
    border: none;
    font-weight: bold;
}

#datepickerform table.dpTable .dpTodayButton {
    border: none;
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    cursor: pointer;
}

#datepickerform table.dpTable .dpTodayButton:nth-child(2) {
    float: right;
}

#datepickerform table.dpTable .dpDayHighlightTD {
    background: #000;
}

#datepickerform table.dpTable td.dpTD:hover {
    background: #B1D2D9;
}

.dienstplan_button {
    cursor: pointer;
}

.dienstleister_row {
    line-height: 140%;
    background: #DDD;
    margin-bottom: 2px;
}

.remove-button {
    float: right;
}

.msg-info, .msg-success, .msg-warning, .msg-error, .msg-validation {
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px;
}

.form-group .msg-info,
.form-group .msg-success,
.form-group .msg-warning,
.form-group .msg-error,
.form-group .msg-validation {
    margin: 0;
}

.msg-info {
    color: #00529B;
    background-color: #BDE5F8;
}

.msg-success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.msg-warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.msg-error {
    color: #D8000C;
    background-color: #FFBABA;
}

.abrechnung-table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: inherit !important;
}

.abrechnung-table td {
    width: 4%;
    max-width: 15px;
    height: 10px;
    vertical-align: top;
    font-size: 0.8em;
    margin: 4px;
}

.abrechnung-table td.name {
    width: 5%;
}

.abrechnung-table td.short {
    width: 2%;
}

table.innertable {
    margin-bottom: 0px !important;
}

.innertable tr {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;;
    margin: 0;
    border-collapse: collapse;
}

#page #right .content table .fa {
    font-size: 30px;
    color: #000;
}

#page #right .content table td {
    border: 0px;
    padding: 5px;
}

#page #right .content table.table tbody tr:nth-child(2n-1) {
    background-color: #FBFBFB;
}

#page #right .content table.table tbody tr {
    border-bottom: 1px dotted #000;
}

.row {
    margin: 1px 0;
    padding: 1px 0;
    /* min-height: 37px; */
}

.row-2 {
    margin: 1px 0;
    padding: 1px 0;
}

.row.auto-height {
    height: auto;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16 {
    float: left;
    margin: 5px 20px 5px 10px;
}

.col-1 {
    width: 6.25%;
}

.col-2 {
    width: 12.5%;
}

.col-3 {
    width: 18.75%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 31.25%;
}

.col-6 {
    width: 37.5%;
}

.col-7 {
    width: 43.75%;
}

.col-8 {
    width: 50%;
}

.col-9 {
    width: 56.25%;
}

.col-10 {
    width: 62.5%;
}

.col-11 {
    width: 68.25%;
}

.col-12 {
    width: 75%;
}

.col-13 {
    width: 81.25%;
}

.col-14 {
    width: 87.5%;
}

.col-15 {
    width: 93.75%;
}

.col-16 {
    width: 100%;
}

.content_bottom {
    clear: both;
}

.box {
    border-bottom: 1px dotted grey;
    margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
    .content_info {
        height: 80px !important;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #CCC;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #EEE;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */

        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

}

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

    .table {
        clear: both
    }

    .form-group {
        clear: both;
        float: left !important;
        width: 80% !important;
    }

    #page #right .content_info {
        background-color: #FFF;
        border: 1px solid #DCDCDC;
        width: 88%;
        height: 70px;
        float: right;
        border-bottom: none;
        margin-right: 3%;;
        padding: 3% 15px;
    }

    .content_info_name, .content_info_kontakt {
        margin-left: 15px;
        padding-top: 0px;
        font-size: 13px;
        min-width: 50%;
        height: 30px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #DDD;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .statusbox {
        width: 84%;
        margin-left: 5%;
        margin-right: 5%
    }

    #page #top {
        min-height: 100px;;
        background: none;
        background-color: #FFF;
        min-width: 180px;;
    }

    #page #top #logo {
        top: 20px;
        left: 50%;
        width: 150px;
        height: 120px;
        margin-left: -75px !important;
        text-align: center;
    }

    #page #top #logo img {
        width: 180px;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

    .bezeich {
        display: none;
    }

    .adjust_mobile {
        display: block;
    }

    .buttonwiesubmit {
        width: 15px;
    }
}

@media screen and (max-width: 497px) {
    .portrait {
        display: none;
    }
}

#mobile_nav {
    display: none;
}

/**
 * TAB-CSS
 */
@media only screen and (max-width: 1149px) {
    #mobile_nav {
        display: block;
        position: absolute;
        cursor: pointer;
        bottom: 0px;
        background: #000 none repeat scroll 0% 0%;
        color: #FFF;
        padding: 8px 20px;
        font-size: 18px;
    }

    #page {
        position: relative;
        max-width: 100%;
        min-width: 100%;
    }

    #page #left {
        position: absolute;
        display: none;
        z-index: 999;
        background: #FFF;
        padding: 10px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    #page #left .menu {
        width: 200px;
        border: none;
        border-radius: 0;
        margin-bottom: 0;
    }

    #page #left .menu .menu_middle {
        width: 200px;
    }

    #page #left .menu .menu_middle li a {
        display: block;
        width: 88%;
        line-height: 24px;
        height: 24px;
        margin: 0;
        padding: 0 4%;
        padding-left: 8%;
    }

    #page #left .menu .menu_middle li ul li a {
        width: 84%;
        padding: 0 4% 0 12%;
        line-height: 35px;
        height: 35px;
        background-position: left center;
    }

    #page #left .menu .menu_top {
        border-radius: 0;
        width: 96%;
        padding: 0 0 0 0;
        margin: 0;
        line-height: 140%;
        padding: 5px 2%;
    }

    #page #left .menu .menu_bottom {
        display: none;
    }

    #page #right {
        position: absolute;
        width: 96%;
        padding: 2%;
    }

    #page #left .menu {
        border: none;
    }

    #page #top #logo {
        margin-left: 50px;
    }

    #page #right .content {
        min-width: 280px;
    }
}

@media only screen and (min-width: 1150px) {
    #page #left {
        display: block !important;
    }
}

.clear {
    clear: both;
}

code, pre {
    font-size: 14px;
}

pre {
    margin-bottom: 8px;
}

@media print {
    #page #left,
    #page #top a.btn_ausloggen {
        display: none !important;
    }

    #page #right {
        padding: 50px 0;
        width: 100%;
    }

    #page #right,
    #page #right .content {
        width: 98%;
        font-size: 16px;
    }
}

.tooltip_left, .tooltip_right {
    position: relative;
    text-decoration: none;
}

.tooltip_left:after, tooltip_right:after {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    content: attr(data-tooltip);
    display: inline;
    position: absolute;
    top: -25%;
    background: rgba(0, 0, 0, .65);
    padding: 4px 8px;
    color: white;
    border-radius: 2px;
    opacity: 0;
    width: 200px;
    z-index: 1;
    pointer-events: none;
    transform: inherit;
}

.tooltip_left:after {
    left: 175%;
}

.tooltip_right:after {
    right: 175%;
}

.tooltip_left:hover:after, .tooltip_right:hover:after {
    opacity: 1;
}

.application-document {
    display: inline-block;
    cursor: pointer;
    border: 1px solid black;
    margin: 8px 5px 0 0;
    height: auto;
}

.application-document:after {
    content: attr(data-text);
    padding: 5px 20px;
    display: flex;
    z-index: 1;
    border-top: 1px solid black;
    justify-content: center;
}

.cat-fixed-29 {
    height: 29px !important;
}

.review-comment-box {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 8px;
    /*width: 100%;*/
}