﻿@media screen and (-webkit-min-device-pixel-ratio:0) {
    #scaled-frame {
        zoom: 1;
    }
}

body {
    x_scrollbar-width: thin; /* Für Firefox */
    x_scrollbar-color: #888 #f1f1f1; /* Für Firefox */
}

/* Für Chrome, Edge und Safari */
::-webkit-scrollbar {
    x_width: 4px; /* Breite der gesamten Scrollbar */
}


.no-scrollbar-y {
    x_overflow-y: clip;
    x_scrollbar-width: none;
}

    .no-scrollbar-y::-webkit-scrollbar {
        x_width: 12px;
        x_scrollbar-width: none;
    }


body {
    xbackground-color: #fcfcfc;
    background-image: linear-gradient(#990000, #020202);
}

.row > * {
    padding-right: 4px;
    padding-left: 4px;
}
        

.row.vertical-divider {
            overflow: hidden;
        }

        .row.vertical-divider > div[class^="col-"] {
            text-align: left;
            background-color: #fcfcfc;
            padding: 4px;
        }

.row {
    display: block;
}

.div-kontakt {
    padding-top: 36px;
    padding-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
}

.font-kontakt {
    font-size: 14px !important;
    font-weight: bold;
    color: white !important;
}

.table-kontakt {
}
.table-kontakt tr, .table-kontakt td {
    xheight: 12px;
}
.table-kontakt > thead > tr > td, .table-kontakt > thead > tr > th,
.table-kontakt > tbody > tr > td, .table-kontakt > thead > tr > th,
.table-kontakt > tfoot > tr > td, .table-kontakt > tfoot > tr > th {
    padding: 8px 4px 8px 4px;
    vertical-align: middle;
    font-size: 14px;
    color: antiquewhite;
}

#ScanConnect {
    background-color: #00f0000;
    width: 74px;
    height: 64px;
}

.table-centered {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.table-small {
    font-size: 10px;
}
.table-small tr, .table-small td {
    height: 10px;
}
.table-small>thead>tr>td, .table-small>thead>tr>th,
.table-small>tbody>tr>td, .table-small>thead>tr>th,
.table-small>tfoot>tr>td, .table-small>tfoot>tr>th {
    padding-top: 0px;
    padding-bottom: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}
    
    
    
.headline {
        padding: 8px 0px 0px 8px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        text-shadow: 2px 2px 12px #006080;
    }
.headline_x {
    padding: 2px 0px 0px 8px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 6px;
}
.headline_R {
    color: #ff6600;
    text-shadow: 2px 2px 12px #000000;
}
.headline_E {
    color: #ffcc00;
    text-shadow: 2px 2px 12px #000000;
}
.headline_B {
    color: #ffcc00;
    text-shadow: 2px 2px 12px #000000;
}
.headline_S {
    color: #009900;
    text-shadow: 2px 2px 12px #000000;
}
.headline_V {
    color: #0066ff;
    text-shadow: 2px 2px 12px #000000;
}
.headline_H {
    color: #ff6600;
    text-shadow: 2px 2px 12px #000000;
}
.headline_Key {
    color: #ff6600;
    text-shadow: 2px 2px 12px #000000;
}

.ao_head {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-weight: bold;
}


        .head_1 {
            text-align: left;
            font-size: 11px;
            font-weight: bold;
            text-shadow: none;
        }
        .head_2 {
            text-align: left;
            font-size: 12px;
            color: darkred;
            font-weight: bold;
            text-shadow: none;
        }


        .modal-dialog.large {
            width: 80%;
        }

        .small {
            text-align: left;
            font-size: 10px;
        }

        
        .xxtableFixHead {
            overflow-y: auto;
            height: 700px;
        }
        .xxtableFixHead thead th {
            position: sticky;
            top: 0;
        }
        
        
        .table-roundbordered
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    border-collapse: inherit;
}
        .table { margin-bottom: 2px; }
        .table tbody tr:hover td, .table tbody tr:hover th { background-color: #fffbe4; }
        .table-striped > tbody > tr:nth-of-type(odd)       { background-color: #f8f8f8; }
        .table-striped > tbody > tr:nth-of-type(even)      { background-color: #f0f0f0; }

        .list-group-item {padding: 4px 4px;}

        .panel { margin-bottom: 0px; }

.modal.cl_white .modal-content {
    background-color: #ffffff;
    width: 120px;
}
.modal.cl_green .modal-content {
    background-color: #00cc00;
}
.modal.cl_yellow .modal-content {
    background-color: #ffff66;
}
.modal.cl_red .modal-content {
    background-color: #ff6666;
}

.btn-dauer-bez {
    color: blue;
}
.btn-dauer-bez:hover {
    color: blue;
}
.btn-bezahlt {
    background-color: #f0ad4e;
    color: blue;
}
    .btn-bezahlt:hover {
        background-color: #ed9c2c;
        color: blue;
    }

.btn-dauer {
    background-color: #ffd633;
    color: black;
}

    .btn-dauer:hover {
        background-color: #e6b800;
        color: black;
    }

.navbar-btn {
    border-color: #ffffff;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #000000;
    background-color: #e67300;
    padding: 1px 10px !important;
    margin: 0px 0px 0px 10px;
}

    .navbar-btn:hover {
        color: #000000;
        background-color: #ffa64d !important;
        border-color: #2E6DA4 !important;
    }

.FeedBackBottom {
    width: 100%;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    border-left: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    xborder-radius: 10px;
    background-color: #f2f2f2;
    padding: 4px;
    margin-top: 8px;
}

.topnewsbox {
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    xborder-radius: 10px;
    background-color: #f2f2f2;
    padding: 4px 4px 0px 4px;
}

.topnewsbox_right {
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    xborder-radius: 10px;
    background-color: #f2f2f2;
    padding: 4px 4px 0px 4px;
    margin-bottom: 8px;
}

        .innerbox {
            text-align: left;
            border-bottom: 1px solid #a0a0a0;
            border-right: 1px solid #a0a0a0;
            xborder-radius: 10px;
            background-color: #f8f8f8;
            padding: 10px;
        }

        .innerframe {
            text-align: left;
            padding: 4px;
        }

        .t_firstheadfield {
            min-width: 100px;
            font-size: 12px;
            font-weight: bold;
            border: 1px solid white;
            background-color: #f1ce47;
            padding: 2px;
        }
        .t_headfield {
            min-width: 100px;
            font-size: 12px;
            text-align: center;
            font-weight: bold;
            border: 1px solid white;
            background-color: #f1ce47;
            padding: 2px;
        }
        .t_labelfield {
            min-width: 100px;
            min-height: 30px;
            font-size: 11px;
            border: 1px solid white;
            padding: 2px;"
        }
        .t_datafield {
           font-size: 11px;
           border: 1px solid white;
           padding: 2px;
        }

        .color_A {
            color: blue;
        }
        .color_L {
            color: sandybrown;
        }
        .color_T {
            color: red;
        }

        .navbar-collapse {
            max-height: 100% !important;
        }

        .scrollable-menu {
            height: auto;
            max-height: 300px;
            overflow-x: visible;
            overflow-y: scroll;
        }

        .dropdown-menu {
            font-size: 12px;
        }

        .dropdown-submenu {
            font-size: 12px;
        }



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.handy_table {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.mobile_table {
    width: 100%;
}
td {
    vertical-align: top;
    padding: 2px;
}
.mobile_intercom {
    text-align: right;
    vertical-align: top;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 16px;
}
.mobile_image {
    padding: 2px;
    width: 30%;
}
.mobile_lfd {
    text-align: left;
    vertical-align: top;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    x_margin-bottom: 16px;
}
.mobile_szene {
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.mobile_audio {
    color: blue;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.mobile_hinweis {
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8px;
    font-weight: normal;
}

.rc_table {
}
.rc_table td a {
    display: block;
    width: 100%;
}

.infomat_main {
    margin: auto;
    width: 95%;
    max-width: 960px;
}

.infomat_box {
    zoom: 125%;
    text-align: left;
    xfont-family: 'ClearSans Bold', Helvetica, Arial, Lucida, sans-serif;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-left: 1px solid #3f70bd;
    border-top: 1px solid #3f70bd;
    border-bottom: 1px solid #3f70bd;
    border-right: 1px solid #3f70bd;
    border-radius: 6px;
    background-color: #f2f2f2;
    padding: 4px 4px 8px 4px;
    margin: 8px;
}

.infomat_headline {
    padding: 8px 0px 0px 8px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 12px #006080;
}

.infomat_headline_bem {
    padding: 4px 0px 0px 8px;
    text-align: left;
    font-size: 12px;
}
