﻿/* Farbdefinitionen */
:root {
    --first_hover: red;
    --menucolor: #9d9d9d;
    --menuhover: white;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0 auto !important;
    float: none !important;
    color: #646568;
    width: 100%;
    overflow-x: hidden;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    min-height: 94vh;
    margin-left: 5% !important;
    margin-right: 5% !important;
    position: relative;
    width: 90%;
}

.a {
    text-decoration: none;
}

.content-wrap {
    padding-bottom: 77px; /* Footer height */
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    /*max-width: 280px;*/
}

tr:hover {
    border: 2px solid #000003 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 10px 15px -10px rgba(0, 125, 145, 0.6);
    outline: 0 none;
}

table {
    border: 0;
}

    table th {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0px;
        z-index: 3;
    }

.fvPreise th, .gvFolgePositionTableInnen th {
    position: relative !important;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

@media screen and (max-width: 1920px) {
    .body-content {
        margin-left: 2% !important;
        margin-right: 2% !important;
        width: 96%;
    }
}

@media screen and (max-width: 1760px) {
    .body-content {
        margin-left: 1% !important;
        margin-right: 1% !important;
        width: 98%;
    }

    .card {
        margin: 14px;
    }
}

@media screen and (max-width: 440px) {
    .container-fluid {
        padding-right: 2px;
        padding-left: 2px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 400px) {
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .form-group {
        margin-bottom: 0.5rem;
    }

    .form-control, input {
        height: 30px;
        padding: 3px !important;
        font-size: 12px !important;
        font-weight: 300;
        line-height: 0.75;
    }
}

.adminarea {
    height: 30px;
    background-color: green;
    padding: 0px;
    margin: 0px;
}

.gvIcon, .gvIcon img {
    width: 20px;
    height: 20px;
}

.gvIcon, .BigIcon input[type=image] {
    filter: invert(0.5) sepia(1);
}

    .gvIcon:hover, .BigIcon input[type=image]:hover {
        filter: grayscale(0%) sepia(0%);
    }

    .BigIcon input[type=image].previewd {
        filter: contrast(100%) brightness(100%) grayscale(0%) saturate(100%) hue-rotate(199deg) sepia(0%) invert(0%) blur(0px);
    }
/*GridViews*/
.gvDefault {
    width: 100%;
}

    .gvDefault tr td, .gvDefault tr th {
        padding: 5px;
        border: 1px solid #d9d8d8;
    }

    .gvDefault tr th {
        background-color: #f2f1f1;
    }

    .gvDefault tr:nth-child(odd) {
        background-color: #f2f1f1;
    }

    .gvDefault tr td:last-child {
        width: 90px;
    }

/*Header*/
.AdminHeader {
    width: 100%;
    /*height: 50px;*/
    font-size: 22px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .AdminHeader a {
        color: #ad9a78;
        font-size: 18px;
        cursor: pointer;
        padding-left: 5px;
    }

        .AdminHeader a:hover {
            color: #646568;
        }

.SubAdminHeader {
    vertical-align: middle;
    width: 100%;
    border-bottom: 1px solid lightgray;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .SubAdminHeader select {
        width: auto;
        max-width: 950px;
        padding-right: 40px;
    }

.AdminHeader label {
    color: #ad9a78;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 16px;
    margin: 0;
}

.UserHeader {
    width: 100%;
    font-size: 22px;
    padding: 20px !important;
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
    background-color: #fff;
}

    .UserHeader img {
        height: 35px;
        width: auto;
    }
/*Icons*/
.BigIcon input[type=image] {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.IconRight {
    float: right;
}

/*Formview*/
.fvAdmin, .fvAdmin table, .gvDefault, .gvDefault table {
    width: 100%;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border: 0;
    background-color: #fff;
}

    .fvAdmin tr, .fvAdmin table tr {
        vertical-align: top;
    }

        .fvAdmin tr th {
            padding: 0.5em;
            font-weight: bold;
            text-align: center;
            border: 1px solid #d9d8d8;
            background-color: #f2f1f1;
        }

        .fvAdmin tr td {
            padding: 0.5em;
            border: none;
            border: 1px solid #d9d8d8;
        }

            .fvAdmin tr td:first-child {
                width: 150px;
                background-color: #f2f1f1;
            }

            .fvAdmin tr td input, .fvAdmin tr td textarea, .fvAdmin tr td select {
                border: 1px solid #d9d8d8;
                box-shadow: 1px 1px 1px rgba(201,217,220,0.8) inset;
            }

    .fvAdmin input[type="text"]:disabled {
        background: #ccc;
        color: #646568;
    }

    .fvAdmin tr td input[type=text], .fvAdmin tr td textarea {
        width: 100%;
    }

    .fvAdmin tr td input#tbplz, .fvAdmin tr td input#tbhnr {
        width: 20%;
    }

    .fvAdmin tr td input#tbort, .fvAdmin tr td input#tbstrasse {
        width: 79%;
    }

    .fvAdmin tr td input#tbort, .fvAdmin tr td input#tbhnr {
        margin-left: 1%;
    }

input[type="checkbox"]::after {
    width: 18px;
    height: 18px;
    border: 2px solid #f2f1f1 !important;
    border-radius: 2px;
}

.fvAdmin input, fvPreise input {
    color: #646568;
}

.fvPreise tr td:first-child {
    width: 90px;
    text-align: center
}

.fvPreise tr td:nth-child(2), .fvPreise tr td:nth-child(4), .fvPreise tr td:nth-child(5) {
    width: 250px;
}

.fvPreise tr td:nth-child(3) {
    width: 250px;
}

.fvPreise tr td:nth-child(6), .fvPreise tr td:nth-child(7) {
    width: 130px;
}

.fvPreise tr td:last-child {
    border-right: none;
}
/*Formview Ende*/
/*DropDown*/
.dropdown > a {
    position: relative;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

    .dropdown > a:hover {
        color: var(--menuhover);
    }

.nav .open > a {
    background-color: black;
}
/*DropDown*/
select.ddlStandort {
    border: 1px solid transparent;
}
/*Horizontal Ruler*/
.hRuler {
    width: 99%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 30px 0 20px;
}

.small70 {
    font-size: 0.7em;
}

.small80 {
    font-size: 0.8em;
}

.grayout {
    color: lightgray;
    border-color: lightgray;
}

.graynormal {
    color: gray;
    border-color: gray;
}

.graydark {
    color: darkgray;
    border-color: darkgray;
}

.hRuler span {
    background: #fff;
    padding: 0 10px;
}

.bordertopgray {
    border-top: 1px solid gray;
}
/*Horiozontal Ruler*/
/*Dropdown Submenu*/
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

.dropdown-menu > li > a > .caret {
    float: right;
    margin-top: 0.5em;
}

.dropdown-menu > li > a:hover > .caret {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.div-close {
    height: 20px;
}

button.close {
    margin: 0 !important;
}
/*Dropdown Submenu*/
/*Gridview Special Style*/
.kkVerband {
    background-color: lightgreen;
}

/*ControlStyle*/
.myikAdmin {
    width: 150px !important;
}

    .myikAdmin .gvOK {
        margin-top: 13px;
    }

/*Navbar*/
.bg-navbar-top {
    background-color: #5b5a5a;
    color: #fff;
}

    .bg-navbar-top a {
        color: #fff;
    }

/*    .nav {
        align-items: center;
    }*/

.navbar {
    padding: 0px 3px;
    margin-top: 0px;
}

.navbar2 {
    height: 60px;
    margin: 0 0 0 -1%;
    width: 102%;
}

.nav-item {
    padding-left: 10px;
}

.navbar-text {
    color: rgba(250, 250, 250, 0.9) !important;
}

@media (max-width: 768px) {
    .navbar {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .navbar {
        font-size: 0.8rem;
    }
}

.navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height: 20px;
}

.nav-tabs {
    border-bottom: 0px;
}

.pos-f-t {
    position: fixed;
    top: 0px;
    left: 0px;
}

button.navbar-toggler {
    float: right !important;
}

    button.navbar-toggler.collapsed {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

nav button.navbar-toggler {
    padding: 0;
    margin: 0;
    border: 0 !important;
    box-shadow: none !important;
}

a .dropdown-item {
    text-align: left !important;
    padding-left: 100px;
}

.dropdown-menu a {
    font-family: Lato, sans-serif;
    color: #5c5a5a !important;
    text-transform: uppercase;
}

.bg-navbar-top {
    background-color: #5b5a5a;
    color: #fff;
}

    .bg-navbar-top a {
        color: #fff;
    }

.owner-logo {
    height: 50px;
    width: 200px;
    background-image: url('../Images/Logo/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

/* navbar-logomini, .navbar-name {
        float: left !important;
    }*/

.bg-navbar-top {
    background-color: #5b5a5a;
    color: #fff;
}

    .bg-navbar-top a {
        color: #fff;
    }

.navbar-logov {
    height: 58px;
    width: 15px;
}

.navbar-logo {
    padding: 3px;
    max-height: 60px;
    max-width: 200px;
}

.navbar-name:after {
    color: #fff;
    padding-left: 5px;
}

.navbar-logomini {
    height: 20px !important;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}

button:focus {
    outline: none !important;
    outline: none !important;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
}

#navbarCollapse2.show {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 10px 15px -10px rgba(0, 125, 145, 0.6);
    z-index: 4;
}

    #navbarCollapse2.show .nav-bottom li {
        display: block;
        float: left;
        width: 100%;
        height: 50px;
        padding: 5px;
    }

.nav-bottom li:last-child img {
    padding-right: 4px;
}

#navbarCollapse2 ul {
    width: max-content;
    text-align: right;
}

.nav-top img {
    margin-top: 7px;
    height: 22px;
    float: right;
}

#navbarCollapse2.show .nav-top {
    padding-left: 10px;
}

#themenu_theinnungen {
    border: 0;
    background: url('../Images/arrow_circle2.svg') no-repeat;
    background-position: 1% center;
    background-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-left: 20px;
}

    #themenu_theinnungen:focus {
        background-color: transparent;
        color: #fff;
    }

    #themenu_theinnungen option {
        background-color: #646568;
        color: #fff;
    }

@media screen and (max-width: 991.98px) {
    .navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
        display: inline-block !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 2% !important;
    }

    .navbar a {
        float: left;
    }

    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        justify-content: flex-start;
    }

        .navbar-nav .dropdown-menu {
            min-width: 100%;
            position: absolute;
        }
}

@media screen and (max-width: 768px) {
    .navbar2 {
        height: 50px !important;
        margin: 0 -2% !important;
    }
}

@media screen and (max-width: 550px) {
    .navbar-nav {
        margin-top: 25px;
    }
}

@media screen and (max-width: 400px) {
    body {
        font-size: 14px;
    }

    a.dropdown-item {
        text-align: left !important;
        padding-left: 0px;
        font-size: 14px;
    }

    .close {
        margin: 0;
    }
}
/*End Navbar */
/*Footer----------------------------------------------------------------------------*/
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 72px;
}

.footer-line {
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ul2 {
    list-style-type: none;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: inline !important;
}

    .ul2 li {
        display: inline-block !important;
        height: 35px;
    }

.footer-item {
    display: block;
    padding: 7px;
    color: #808080;
}

    .footer-item:hover {
        font-size: 15px !important;
        transform: scale(105%);
        color: #5b5a5a;
        text-decoration-line: none;
    }

@media (max-width: 1760px) {
    footer {
        font-size: 14px;
    }

    .footer-item:hover {
        font-size: 16px;
    }

    a.footer-item {
        padding: 3px;
    }
}

@media screen and (max-width: 768px) {
    footer {
        padding: 5px 5px 5px 5px;
    }
}
/*End Footer ------------------------------------------------------------------------------------*/
/*   Site*/
.div-scale-xl {
    min-height: 76vh;
    margin-left: 5% !important;
    margin-right: 5% !important;
}
/*End Site*/
/*Menu-------------------------------------------------------------------------------------------*/
#menu {
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 500px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    list-style: none;
    font-size: 200%;
    transition: width 500ms, height 500ms, margin 500ms;
    overflow: hidden;
}

    #menu:target {
        width: 300px;
        height: 300px;
        margin: -150px 0 0 -150px;
    }

.menu-button {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    background: #fff;
    box-shadow: 0 0 0 1px #fff;
    border-radius: 500px;
    border-radius: 50%;
    opacity: 0;
    z-index: 0;
}

.icon-plus:before, .icon-minus:before {
    color: #8cc;
    position: relative;
    top: 40%;
    left: 42%;
    transition: opacity 500ms ease-in;
    text-decoration: none;
    z-index: 2;
}

#menu:not(:target) > a:first-of-type, #menu:target > a:last-of-type {
    opacity: 1;
    z-index: 1;
}

.menu-item-back {
    background: #8cc;
    width: 175px;
    height: 150px;
    position: absolute;
    transform-origin: 0px 150px;
    margin-top: -150px;
    left: 50%;
    top: 50%;
    border: 1px solid whitesmoke;
}

    .menu-item-back:hover {
        background: #9dd;
    }

.menu-item {
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    display: none;
}

    .menu-item:before {
        color: #fff;
        position: absolute;
        text-decoration: none;
        top: -12px;
        left: 30px;
        z-index: 1;
    }

    .menu-item:nth-child(3) {
        display: block;
    }

        .menu-item:nth-child(3) .menu-item-back {
            transform: rotate(-64.2857142857deg) skew(-38.5714285714deg);
        }

        .menu-item:nth-child(3):before {
            margin: -110px 0 0 0px;
        }

    .menu-item:nth-child(4) {
        display: block;
    }

        .menu-item:nth-child(4) .menu-item-back {
            transform: rotate(-12.8571428571deg) skew(-38.5714285714deg);
        }

        .menu-item:nth-child(4):before {
            margin: -68px 0 0 86px;
        }

    .menu-item:nth-child(5) {
        display: block;
    }

        .menu-item:nth-child(5) .menu-item-back {
            transform: rotate(38.5714285714deg) skew(-38.5714285714deg);
        }

        .menu-item:nth-child(5):before {
            margin: 24.47px 0 0 107.24px;
        }

    .menu-item:nth-child(6) {
        display: block;
    }

        .menu-item:nth-child(6) .menu-item-back {
            transform: rotate(90deg) skew(-38.5714285714deg);
        }

        .menu-item:nth-child(6):before {
            margin: 99.10px 0 0 47.72px;
        }

    .menu-item:nth-child(7) {
        display: block;
    }

        .menu-item:nth-child(7) .menu-item-back {
            transform: rotate(141.4285714286deg) skew(-38.5714285714deg);
        }

        .menu-item:nth-child(7):before {
            margin: 99.10px 0 0 -47.72px;
        }

    .menu-item:nth-child(8) {
        display: block;
    }

        .menu-item:nth-child(8) .menu-item-back {
            transform: rotate(192.8571428571deg) skew(-38.5714285714deg);
        }

        .menu-item:nth-child(8):before {
            margin: 24.47px 0 0 -107.24px;
        }

    .menu-item:nth-child(9) {
        display: block;
    }

        .menu-item:nth-child(9) .menu-item-back {
            transform: rotate(244.2857142857deg) skew(-38.5714285714deg);
        }

        .menu-item:nth-child(9):before {
            margin: -70px 0 0 -88px;
        }
/*End Menu*/
/*Login --------------------------*/
.loginContainer {
    background-color: #f6f5f5;
    height: 100%;
    margin-bottom: 3%;
}

#loginForm {
    padding-top: 10%;
    padding-left: 10%;
    padding-bottom: 10%;
    box-shadow: -15px 0px 17px -7px rgba(0,0,0,0.75);
    background-color: #fff;
    height: 103%;
    margin-top: -22px;
    margin-right: -10px;
}

.field-input {
    background-color: transparent;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(196,196,196,1.00) !important;
    padding: 6px 20px 6px 6px;
    font-size: 1rem;
    font-weight: 300;
    color: #808080;
    transition: border-color 0.2s ease-in-out;
}

    .field-input:focus {
        border-bottom: 1px solid #808080;
    }

    .field-input.active {
        border-bottom: 1px solid #808080;
    }

#loginForm input[type="password"] {
    letter-spacing: 3px;
    border: 0;
}

#loginForm input[type="submit"] {
    background-color: rgba(92,89,92,1);
    color: white;
}
/*End Login*/
/*Default----------------------------------------*/
mark {
    background: #c0c0c0;
    color: #000;
}

vmcontent img {
    border: 0;
}

vmcontent a {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

vmcontent a, input {
    line-height: normal;
}

vmcontent a, select {
    text-transform: none;
}

vmcontent a {
    -webkit-appearance: caret;
    cursor: pointer;
}

    vmcontent a::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

main {
    /*    position: relative;*/
    /* width: 100%;
    height: 90vh;*/
}

.vmcontent {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /*position: relative;*/
}

    .vmcontent canvas {
        width: 150%;
        height: 150%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .vmcontent img {
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 0;
    }

.vmcontent-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1060px;
    min-height: 92vh;
    margin: 0 auto;
    z-index: 5;
}

#vm5 {
    background-image: url('../Images/1100011.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#vm4 {
    background-image: url('../Images/1100022.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.vmcontent-main {
    padding: 0 10px;
}

    .vmcontent-main h2 {
        font-weight: 400;
        font-size: 30px;
        letter-spacing: -1px;
        color: #5b5a5a;
        line-height: 30px;
        margin: 20px 0 60px;
    }

    .vmcontent-main h3 {
        font-weight: 400;
        font-size: 26px;
        letter-spacing: -1px;
        color: #5b5a5a;
        line-height: 30px;
        margin: 20px 0 60px;
    }

    .vmcontent-main .meta:after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        right: -55px;
        width: 45px;
        height: 2px;
        background-color: #393d40;
    }

    .vmcontent-main .vmcontent-status {
        margin-top: 10px;
        font-family: 'acta-display', serif;
        font-weight: 400;
        font-size: 18px;
        color: white;
    }

.vmcontent-text {
    width: 50vw;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #5b5a5a;
}

.vmcontent-main span {
    display: none;
}

.vmcontent-main .meta {
    display: inline-block;
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    letter-spacing: 5px;
    color: #88888a;
    text-transform: uppercase;
    position: relative;
}

@media screen and (max-width: 1350px) {
    .vmcontent-text {
        width: 80vw;
    }
}

@media screen and (min-width:1200px) {
    .vmcontent-main h2 {
        font-size: 110px;
        line-height: 100px;
    }

    .vmcontent-main h3 {
        font-size: 80px;
        line-height: 70px;
    }
}

@media screen and (max-width:1199px) {
    .vmcontent-main h2 {
        font-size: 90px;
        line-height: 80px;
    }

    .vmcontent-main h3 {
        font-size: 70px;
        line-height: 60px;
    }
}

@media screen and (max-width:992px) {
    .vmcontent-main h2 {
        font-size: 60px;
        line-height: 50px;
    }

    .vmcontent-main h3 {
        font-size: 50px;
        line-height: 40px;
    }
}

@media screen and (min-width: 800px) {
    .vmcontent-main .meta {
        font-size: 13px;
    }
}

@media screen and (max-width:576px) {
    .vmcontent-main h2 {
        font-size: 40px;
        line-height: 30px;
    }

    .vmcontent-main h3 {
        font-size: 30px;
        line-height: 20px;
    }
}

@media screen and (max-width:420px) {
    .vmcontent-main h2 {
        font-size: 35px;
        line-height: 30px;
    }

    .vmcontent-main h3 {
        font-size: 25px;
        line-height: 18px;
    }
}

@media screen and (max-width:375px) {
    .vmcontent-main h2 {
        font-size: 30px;
        line-height: 28px;
    }

    .vmcontent-main h3 {
        font-size: 24px;
        line-height: 18px;
    }
}

@media screen and (min-width: 800px) {
    .vmcontent-main .vmcontent-status {
        font-size: 34px;
    }
}

.defaultpagination {
    position: fixed;
    top: 50%;
    left: 90%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 6;
}

    .defaultpagination a {
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0;
        width: 16px;
        height: 16px;
        background-color: rgba(222, 11, 0, 0.5);
        border-radius: 100%;
        padding: 0;
        margin: 30px 0;
        cursor: pointer;
        position: relative;
        opacity: 0.2;
        transition: opacity 0.2s ease-in-out;
        outline: none;
    }

        .defaultpagination a:hover {
            opacity: 0.5;
        }

        .defaultpagination a.active {
            opacity: 1;
        }

            .defaultpagination a.active:before {
                width: 300%;
                height: 300%;
                opacity: 1;
            }

        .defaultpagination a:before {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            border-radius: 100%;
            border: 1px solid #de0b00;
            opacity: 0;
            transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
        }
        /* Tooltips */
        .defaultpagination a:hover .tooltip {
            visibility: visible;
            opacity: 1;
            transform: translate(-50%, -150%);
        }

        .defaultpagination a:active {
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
        }

.tooltip {
    width: 150px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    /* padding: 0.8rem 1rem;
    border-radius: 40px;*/
    font-size: 0.8rem;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
    transform: translate(-50%, -100%);
    transition: all 0.3s ease;
    z-index: 1;
    color: #000003;
}

    .tooltip:after {
        display: block;
        position: absolute;
        bottom: 1px;
        left: 50%;
        width: 0;
        height: 0;
        content: "";
        border: solid;
        border-width: 2px 2px 0 2px;
        border-color: transparent;
        transform: translate(-50%, 100%);
    }

@media screen and (max-width: 768px) {
    .defaultpagination {
        top: 50%;
        left: 90%;
        right: 10px;
    }

        .defaultpagination a {
            width: 12px;
            height: 12px;
            margin: 25px 0;
        }

    .tooltip {
        width: 75px;
        font-size: 0.5rem;
    }
}


/*End Default*/
.container-cards .row, .container-cards {
    width: 100%;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
    align-items: center;
}

    .container-cards row div {
        width: 100%;
    }

.card-img-top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    width: auto;
    padding-top: 10px;
    border-bottom: 1px solid rgba(196,196,196,1.00);
}

    .card-img-top img {
        height: auto;
        width: 100px;
    }

.card-img-top-innung {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: auto;
    padding-top: 0px;
    border-bottom: 1px solid rgba(196,196,196,1.00);
}

    .card-img-top-innung img {
        max-height: 70px;
        max-width: 150px;
        width: auto;
        height: auto;
        display: block;
    }

.card-title {
    padding-top: 5px;
    height: 70px;
}

.card-title-innung {
    font-size: 16px;
    padding-top: 0;
    height: 50px;
}

.card {
    width: 297px;
    margin: 17px !important;
    border-radius: 0.5rem;
    -webkit-box-shadow: 2px 4px 16px 0px rgba(92,89,92,1);
    -moz-box-shadow: 2px 4px 16px 0px rgba(92,89,92,1);
    box-shadow: 2px 4px 16px 0px rgba(92,89,92,1);
    cursor: pointer;
}

    .card:hover {
        transform: scale(1.2);
        -webkit-box-shadow: 2px 4px 18px 0px #447279;
        -moz-box-shadow: 2px 4px 18px 0px #447279;
        box-shadow: 2px 4px 18px 0px #447279;
    }

.card-bottom {
    padding-bottom: 10px;
}

    .card-bottom p {
        line-height: 5px;
        font-size: 14px;
    }

.card-btn {
    font-size: 1.25rem;
}

.card-body {
    padding: 2px;
}

.p2-top {
    padding-left: 5px;
}

.card-red {
    border: 1px solid rgba(252,75,78,1.00);
}

    .card-red .p2-top {
        background-color: rgba(252,75,78,1.00);
        color: #ffffff;
    }

.card-green {
    border: 1px solid green;
}

    .card-green .p2-top {
        background-color: green;
        color: #ffffff;
    }

.card-yellow {
    border: 1px solid #FFDC4C;
}

    .card-yellow .p2-top {
        background-color: #FFDC4C;
        color: #646568;
    }

.card2 {
    padding: 0px !important;
    width: 87vw;
    max-width: 1700px;
    margin: 15px;
    border-radius: 0.5rem;
    -webkit-box-shadow: 2px 4px 18px 0px rgba(92,89,92,1);
    -moz-box-shadow: 2px 4px 18px 0px rgba(92,89,92,1);
    box-shadow: 2px 4px 18px 0px rgba(92,89,92,1);
    cursor: pointer;
}

    .card2:hover {
        transform-origin: center;
        transform: scale(1.05, 1.05);
    }

.card2-body .row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px 0px 0px;
}

.p2-top {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.card2-img-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    width: auto;
    padding-top: 1px;
}

    .card2-img-top img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        width: auto;
        height: auto;
    }

.card2-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 5px 5px 5px;
    padding-top: 0px !important;
}

.card2 p {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.card2 h5, card2 a {
    /*   margin-top: 0.75rem !important;*/
}

.card2-valid {
    font-size: 1rem;
}
/*End Cards*/
/*End Login*/
.readonly {
    background-color: lightgray;
    border: none;
}

.ajax__html_editor_extender_container {
    width: 100% !important;
}

#help002Content, #directselectContent {
    font-size: 1.3em !important;
}

#help001Content {
    font-size: 0.8em !important;
}

.helptext .important {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}

.HMKZTable {
    width: 100%;
}

    .HMKZTable li {
        list-style: none;
        float: left;
        width: 5%;
        text-overflow: ellipsis;
    }

        .HMKZTable li input[type=checkbox] {
            margin-right: 5px;
        }

            .HMKZTable li input[type=checkbox] label {
                text-overflow: ellipsis;
            }
/*    Admin*/
select {
    min-width: 250px;
    padding: 0.1rem 0.1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    select:hover {
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    }

    select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.1rem rgba(0, 0, 255, 0.1);
    }

.content-wrap div {
    padding-top: 7px;
}

.VertragsLabel {
    font-size: 1.3em;
    font-weight: bold;
}

.vLabelja {
    color: green;
}

.vLabelnein {
    color: red;
}

.leftbox {
    width: 100%;
}

.rightbox {
    margin: 0px;
    width: 100%;
}

    .rightbox table {
        width: 100% !important;
    }

.divgvPositions div {
    width: 100%;
}

#ACC4 #htmlLegs_ExtenderContentEditable {
    min-height: 200px !important;
}
/* .accBtn {
        width: 100%;
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        background-color: lightgray;
        border: 2px outset black;
    }
.accBtn:hover {text-shadow: 2px 2px gray;}*/
#ACC1 tr td, .ACC2 tr td, #ACC2 tr td, #ACC3 tr td {
    border: 1px solid #ddd;
    background: #fff !important;
}

    #ACC1 tr td:first-child, #ACC2 tr td:first-child {
        width: 20% !important;
    }

    #ACC1 tr td:last-child, #ACC2 tr td:last-child {
        width: 80% !important;
    }

.beitrittbox input[type=checkbox] {
    margin-right: 7px;
}

#ACC4 {
    height: 250px;
}

#theacc table {
    width: 100%;
}

.tab-pane {
    margin-top: 0;
}

.panel {
    width: 100%;
}

#nav-tab a {
    cursor: pointer;
    border: 1px solid #f2f1f1;
    border-radius: 0.2rem;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    color: #ad9a78;
}

.nav-tabs .nav-link.active {
    transform-origin: center;
    transform: scale(1.05, 1.05);
    color: #646568;
    -webkit-box-shadow: 2px 4px 10px 0px rgba(92,89,92,1);
    -moz-box-shadow: 2px 4px 10px 0px rgba(92,89,92,1);
    box-shadow: 2px 4px 10px 0px rgba(92,89,92,1);
}

.tab-innung {
    margin-top: -40px;
}

a .panel-link {
    color: #646568;
}

    a.panel-link.collapsed {
        background-color: #d9d8d8;
    }

    a.panel-link:hover {
        text-decoration: none;
        color: gray;
    }

    a.panel-link:focus, a.panel-link:visited {
        text-decoration: none;
    }

.gvNoBorder tr td, .gvNoBorder, .gvNoBorder tr {
    margin: 0px !important;
    border: 0px !important;
}

.righti {
    float: right;
    width: 300px;
}

.gvPositionsTable {
    position: relative;
    width: 100%;
    min-width: 86vw;
    padding: 5px;
    overflow: auto;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(92,89,92,1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(92,89,92,1);
    box-shadow: 2px 2px 2px 0px rgba(92,89,92,1);
}

    .gvPositionsTable tr:nth-child(even) {
        background-color: #f7f7f7;
    }

    .sErgebnis th, .gvPositionsTable th {
        background-color: #fff;
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        border: 2px solid gray;
        z-index: 2;
        -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 125, 145, 1);
        -moz-box-shadow: 2px 2px 2px 0px rgba(0, 125, 145, 1);
        box-shadow: 2px 2px 2px 0px rgba(0, 125, 145, 1);
    }

    .gvPositionsTable th, td {
        /* Important */
        padding-left: 7px;
        padding-right: 7px;
    }

    .gvPositionsTable.infobox {
        /* Important */
        height: 100px !important;
    }

    .gvPositionsTable tr {
        cursor: pointer;
    }

    .gvPositionsTable td div {
        overflow: hidden;
    }

    .gvPositionsTable tr td {
        /* Important */
        padding-left: 7px;
        padding-right: 7px;
        border: none;
    }

        .gvPositionsTable tr td:nth-child(2) {
            max-width: 160px !important;
            display: flex;
            text-align: center;
            vertical-align: middle;
        }

    .gvPositionsTable tr th:nth-child(2) {
        width: 160px !important;
    }

    .gvPositionsTable tr td:last-child {
        width: 70px;
    }

    .gvPositionsTable tr td:first-child, .gvPositionsTable tr th:first-child {
        max-width: 170px !important;
        width: 170px !important;
    }

    .gvPositionsTable tr td:nth-child(5) {
        width: 200px;
        text-align: left;
    }
    .gvPositionsTable tr td:nth-child(4), .gvPositionsTable tr th:nth-child(4) {
        width: 100px;
        text-align: center;
    }
    .gvPositionsTable tr td:nth-child(6), .gvPositionsTable tr td:nth-child(7) {
        width: 100px;
        text-align: right;
    } .gvPositionsTable tr td:nth-child(6) {
        width: 70px;
    } .lbhnmr {
    width: 100px;
    vertical-align: middle;
    padding-top: 12px;
} .vicon {
    float: right !important;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    color: white;
    position: relative;
    border-radius: 50%;
    border-color: transparent;
    margin: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
    height: 35px !important;
    width: 35px !important;
} .vicon:after {
        content: "";
        height: 100%;
        width: 100%;
        border: solid 2px;
        transform: scale(1);
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 50%;
        transition: all 0.3s ease;
    } .vicon:hover:after {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        transform: scale(1);
        box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
    } .vicon:nth-of-type(2) {
        background-color: #88b999;
    } .vicon:nth-of-type(2):hover {
            color: #88b999;
        } .vicon:nth-of-type(2):after {
            border-color: #88b999;
        } .vicon:nth-of-type(3) {
        background-color: #88b2b9;
    } .vicon:nth-of-type(3):hover {
            color: #88b2b9;
        } .vicon:nth-of-type(3):after {
            border-color: #88b2b9;
        } .vicon:nth-of-type(4) {
        background-color: #8897b9;
    } .vicon:nth-of-type(4):hover {
            color: #8897b9;
        } .vicon:nth-of-type(4):after {
            border-color: #8897b9;
        } .vicon:nth-of-type(5) {
        background-color: #af88b9;
    } .vicon:nth-of-type(5):hover {
            color: #af88b9;
        } .vicon:nth-of-type(5):after {
            border-color: #af88b9;
        } .vicon:nth-of-type(6) {
        background-color: #d59acb;
    } .vicon:nth-of-type(6):hover {
            color: #d59acb;
        } .vicon:nth-of-type(6):after {
            border-color: #d59acb;
        } .vicon:nth-of-type(1) {
        background-color: #cdb274;
    } .vicon:nth-of-type(1):hover {
            color: #cdb274;
        } .vicon:nth-of-type(1):after {
            border-color: #cdb274;
        } .vicon:hover {
        background-color: transparent;
        transform: rotate(90deg);
        cursor: pointer;
        box-shadow: none;
    } .vicon img {
        height: 20px
    } p {
    color: #999;
    font-weight: 300;
    margin-top: 20px;
} .boxarea, .thedocus {
    min-height: 48%;
    height: 48%;
    max-height: 48%;
    padding-bottom: 5px;
} .boxarea {
    background-color: #f7f7f7;
    min-height: 75vh;
} .boxarea table {
        width: 100%;
    } .boxarea .nav-link img {
        height: 30px;
        /* background-color:#e5e2e2;*/
        padding: 2px;
        filter: invert(0.5) sepia(1);
    } .thedocus {
    -moz-box-shadow: inset 0 0 2px #000000;
    -webkit-box-shadow: inset 0 0 2px #000000;
    box-shadow: inset 0 0 2px #000000;
    width: 100%;
    padding: 5px;
    overflow: auto;
    background-color: #faf9f9;
} .dropdown-admin {
    border-radius: 0.2rem;
    -webkit-box-shadow: 2px 4px 18px 0px rgba(92,89,92,1);
    -moz-box-shadow: 2px 4px 18px 0px rgba(92,89,92,1);
    box-shadow: 2px 4px 18px 0px rgba(92,89,92,1);
    cursor: pointer;
    background-color: #f2f1f1;
} .dropdown-admin .hRuler span {
        background: #f2f1f1;
        padding: 0 7px;
    } .helptextPo {
    font-size: 11px;
} .alittlesmaller {
    max-width: 200px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
} .alittlesmaller tbody, .alittlesmaller tbody tr, .alittlesmaller tbody td {
        padding: 0px;
        margin: 0px;
    }
    /*Hilfsmitttelverzeichnis*/
    .ui-dialog {
    max-width: 90% !important;
    min-width: 700px !important;
    min-height: 500px !important;
    max-height: 90% !important;
    background-color: white;
    border: 2px black inset;
    border-radius: 5px;
    padding: 0px;
    -webkit-animation: fadein 2s linear forwards;
    animation: fadein 2s linear forwards;
    resize: both;
    position: relative;
    border-color: #000003 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 10px 15px -10px rgba(0, 125, 145, 0.6);
    outline: 0 none;
    background-color: #f9faf9;
    z-index: 4;
} @-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }
} .ui-dialog .ui-button {
    float: right;
} #dialogHMVZ iframe, #dialogHMVZ {
    width: 100% !important;
    height: 95% !important;
    min-height: 400px;
    border: none;
    border-top: 2px solid gray;
    overflow: hidden !important;
} #dialogHMVZ iframe body, #dialogHMVZ iframe html {
        overflow: hidden;
    }
    /* ToolTip classses */
    .tooltip2 {
    display: block;
    cursor: help;
} .tooltip2 .tooltiptext {
        margin-right: 9px;
        min-width: 250px;
        max-width: 600px;
        max-height: 300px;
        min-height: 70px;
        visibility: hidden;
        background-color: #FFF;
        border-radius: 4px;
        border: 1px solid #aeaeae;
        position: absolute;
        z-index: 1000;
        padding: 5px;
        margin-top: -15px;
        margin-left: -15px;
        /*  transform: translate(-150%, -50%);*/
        opacity: 0;
        transition: opacity 0.1s;
        overflow: hidden;
        font-size: 9pt;
        border-radius: 0.2rem;
        -webkit-box-shadow: 2px 4px 18px 0px rgba(92,89,92,1);
        -moz-box-shadow: 2px 4px 18px 0px rgba(92,89,92,1);
        box-shadow: 2px 4px 18px 0px rgba(92,89,92,1);
    } .tooltiptext {
    position: absolute;
    z-index: 9999;
} .infobox iframe {
    /*    position: absolute;
    height:200px !important;*/
} .tooltiptext .row {
    min-height: 70px;
} .tooltip2.sm .tooltiptext {
    width: 150px;
} .tooltip2.xl .tooltiptext {
    width: 30%;
} .tooltip2 .tooltiptext div p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 9pt;
    color: #646568;
} .tooltiptextlv {
    transform: translate(-100%, -50%) !important;
    visibility: visible !important;
    opacity: 1 !important;
} .tooltiptextrv {
    transform: translate(15%, -50%) !important;
    visibility: visible !important;
    opacity: 1 !important;
} .tooltiptextrbv {
    transform: translate(15%, 25%) !important;
    visibility: visible !important;
    opacity: 1 !important;
} .tooltiptextnv {
    visibility: hidden !important;
    opacity: 0 !important;
}
.tippy-box {
    max-width: 90vw !important;
    width: auto !important;
    max-height: 50vh !important;
    height: auto;
}
.comboboxdingsi, .comboboxdingsi table {
    width: 100%;
} .WithDoku td:last-child {
    content: " ";
    background-image: url("../Images/add.svg");
    background-repeat: no-repeat;
    background-position: 80% center;
    background-size: 16px;
} #thePQ {
    display: flex;
    display: inline-flex;
    vertical-align: middle;
}
    /*Search Results */
    div.sErgebnis {
    position: relative;
    width: 100%;
    padding: 5px;
    padding-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
} .sErgebnisTable {
    min-width: 86vw;
    max-height: 70vh;
    overflow-y: scroll;
    border: 1px solid silver;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(92,89,92,0.8);
    -moz-box-shadow: 2px 2px 2px 0px rgba(92,89,92,0.8);
    box-shadow: 2px 2px 2px 0px rgba(92,89,92,0.8);
    padding: 0px !important
} table.sErgebnis {
    position: relative;
    width: 100%;
    min-width: 86vw;
    padding: 5px;
    background-color: #fff;
    border: 1px solid silver;
} .sErgebnis tr:nth-child(even) {
    background-color: #f7f7f7;
} .sErgebnis th, td {
    /* Important */
    padding-left: 7px;
    padding-right: 7px;
} .sErgebnis tr {
    cursor: pointer;
}
    /*End Search Results */
    /*Search Box Vertrag */
    .row-sBox {
    background-color: #ffffff;
} .row-sBox .sBox-inner {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        padding: 10px !important;
    } .search {
    display: inline-block;
    position: relative;
    height: 35px;
    width: 35px;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 10px 10px 10px;
    border: 3px solid rgba(0, 125, 145, 0.9);
    border-radius: 25px;
    transition: all 200ms ease;
    cursor: text;
} .search:after {
        content: "";
        position: absolute;
        width: 3px;
        height: 20px;
        right: -5px;
        top: 21px;
        background: rgba(0, 125, 145, 0.9);
        border-radius: 3px;
        transform: rotate(-45deg);
        transition: all 200ms ease;
    } .search.active, .search:hover, .search:visited {
        width: 400px;
        margin-right: 0px;
    } .search.active:after, .search:hover:after {
            height: 0px;
        } .search input {
        width: 100%;
        border: none !important;
        box-sizing: border-box;
        font-size: 15px;
        color: inherit;
        background: transparent;
        outline-width: 0px;
        margin-top: -10px;
        box-shadow: none !important;
    } .search input:focus {
            background: transparent !important;
        }
    /* End Search Box Vertrag */
    /*.beigetreten td {
    background-color: lightgreen;
}*/
    tr.beigetreten {
    box-shadow: 1px 1px 3px rgba(7, 158, 50, 0.6) inset, 0 0 2px rgba(7, 158, 50, 0.7);
    outline: 0 none;
    background: lightgreen !important;
} ajax__html_editor_extender_texteditor {
    height: 70%;
}
    /* End Search Box Vertrag */
    /*Search Box Default */
    .search-group {
    position: relative;
} .search-group input, .search-group span {
        color: gray;
        background: transparent;
    } input:focus {
    outline: none;
} .icon-search {
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    height: 20px;
    right: 10px;
    margin: auto;
    color: #ccc;
}
    /*select {*/
    /*background: url('../Images/navigate_down_back.svg') no-repeat;
 background-position: 98% center;
    background-size: 20px;*/
    /*-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}*/
    /*Input Focus style*/
    textarea:focus, input[type="text"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, select:focus, .form-control:focus, .uneditable-input:focus {
    border-color: #000003 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 10px 15px -10px rgba(0, 125, 145, 0.6);
    outline: 0 none;
    background-color: #f9faf9;
} table.gvPositionen input[type="text"]:focus {
    width: auto;
    max-width: 350px;
    transition: width 0.25s;
    margin-top: -20px;
    z-index: 3;
    position: absolute;
    transform: scaleX();
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
}
    /*End Input Focus style*/
    /*Input style*/
    textarea, input[type="text"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="checkbox"], input[type="file"], select, .form-control, .uneditable-input {
    border: 1px solid lightgray;
    outline: 0 none;
    padding: 7px;
    border-radius: 3px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #646568;
    font-size: 100%;
    vertical-align: baseline;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: transparent;
} input[type="submit"], button {
    border: 1px solid #000003;
    font-size: 0.9em;
    background: white;
    color: #000003;
    font-size: 100%;
    display: inline-block;
    padding: 0.5em;
    margin: 1em;
    border-radius: 1.5em;
    text-decoration: none;
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.3);
    transition: color 0.6s, box-shadow 0.3s, transform 0.3s;
} input[type="submit"]:hover, button:hover {
        border-color: lightgray !important;
        box-shadow: 0 3px 5px -5px rgba(0, 0, 0, 0.3);
        transform: translateY(-1px);
        color: #6f6f6f;
    } table.headerTabTop input[type="text"]:focus {
    margin-top: 0px !important;
    position: relative !important;
} table.headerTabTop tr td:last-child {
    background-color: #f2f1f1;
}
    /*End Input Focus style*/
    .hider {
    display: none;
} table.headerTab tr td, table.headerTab tr th {
    padding: 0px !important;
    margin: 0px;
    clear: both;
    width: 100%;
    border: 0px !important;
    width: 37px !important;
    background-color: transparent;
} table input[type="text"] {
    width: 100% !important;
} table .headerTab {
    padding: 0px !important;
    margin: 0px;
    clear: both;
    width: 100%;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
    border: 0;
} table.headerTab tr th:first-child, table.headerTab tr td:first-child {
        width: 70px !important;
    } .gvPositionen .headerTab tr th {
    height: 50px !important;
    vertical-align: bottom;
} .gvPositionen .headerTab tr th {
    height: 50px !important;
    vertical-align: bottom;
} .gvPositionen .headerTab tr:hover {
    border: 0 !important;
    box-shadow: 0 0 0 0;
    outline: 0 none;
} .gvPositionen .headerTab tr th span {
    height: 14px;
}
    /*Folgepositionen*/
    table .gvFolgePositionTable {
    position: relative;
    width: 100%;
    min-width: 86vw;
    padding: 5px;
    overflow: auto;
    background-color: red;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 4px;
    border: 3px !important;
} .gvFolgePositionTable tr td, .gvFolgePositionTable tr th {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 4px;
    border: 0 !important;
    border-bottom: 3px double #000003;
} .gvFolgePositionTable tr td:first-child, .gvFolgePositionTable tr th:first-child {
        width: 15%;
    } .gvFolgePositionTable tr td:last-child, .gvFolgePositionTable tr th:last-child {
        width: 85%;
    } .gvFolgePositionTable tr td:first-child {
        background-color: #f7f7f7;
    } .gvFolgePositionTable tr th {
    display: none;
} .gvFolgePositionTableInnen tr th {
    display: table-cell;
} .gvFolgePositionTableInnen {
    position: relative;
    width: 350px;
    padding: 5px;
    overflow: auto;
    background-color: #fff;
    border: 0;
} .gvFolgePositionTableInnen tr th {
        background-color: #c9d9dc !important;
    } .gvFolgePositionTableInnen tr td, .gvFolgePositionTableInnen tr th {
        border: 0;
        border-bottom: 1px solid #000003;
    } .gvFolgePositionTableInnen tr td:first-child, .gvFolgePositionTableInnen tr th:first-child {
            width: 230px;
            background-color: transparent !important;
        } .gvFolgePositionTableInnen tr td:last-child, .gvFolgePositionTableInnen tr th:last-child {
            width: 120px;
            background-color: transparent !important;
        } .gvFolgePositionTableInnen tr:nth-child(even) {
        background-color: #f7f7f7 !important;
    } .gvFolgePositionTableInnen tr:nth-child(odd) {
        background-color: #e9f1f2 !important;
    }
    /*Elemente in div positionierung*/
    .elemCenterLeft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
} .elemCenterRight {
    display: flex;
    justify-content: flex-end;
    align-items: center;
} .elemCenterCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
    /*AD_Position*/
    table .ajax__combobox_inputcontainer {
    padding: 0px !important;
    margin: 0px;
    clear: both;
    width: 100%;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
    border: 0;
} td .ajax__combobox_textboxcontainer, td .ajax__combobox_buttoncontainer {
    padding: 0px !important;
    margin: 0px;
    clear: both;
    width: 100%;
    border: 0px !important;
    width: 37px !important;
    background-color: transparent !important;
    position: relative;
    width: auto !important;
    background-color: #f2f1f1;
} td .ajax__combobox_buttoncontainer button, .ajax__combobox_buttoncontainer button#MainContent_dokuname_dokuname_Button {
        padding: 0px !important;
        margin: 0px;
        margin-right: 15px;
        border-radius: 0em !important;
        border-color: #000003;
    } td.ajax__combobox_textboxcontainer input {
        border-color: #000003 !important;
    } .fvAD_Position .ajax__combobox_itemlist {
    max-width: 350px;
} .ajax__combobox_itemlist li {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #646568;
    width: auto;
    /* max-width: 350px;*/
    padding: 5px 0px 5px 10px !important;
} .ajax__html_editor_extender_container select {
    height: 22px !important;
    padding: 3px !important;
    width: 90px !important;
    background-color: #fff;
} .ajax__html_editor_extender_buttoncontainer {
    background-color: #e0ebed !important;
    border: 1px solid #000003 !important;
    border-bottom-color: rgb(194, 194, 194);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: none;
    overflow: auto;
    padding: 2px 2px 2px 2px;
    padding-top: 2px;
} .fvTabBlue tr th, .fvTabBlue tr td {
    padding: 0.5em;
    font-weight: bold;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #000003;
    border-top: 1px solid #000003;
    background-color: #f2f1f1;
} .fvTabBlue tr th {
    padding: 0.5em;
    font-weight: bold;
    text-align: center;
    background-color: #c9d9dc !important;
} .fvTabBlue tr td {
    background-color: #fff !important;
} .fvTabBlue tbody tr:last-child {
    border-bottom: 3px double #000003;
} .fvTabBlue tr th:last-child, .fvTabBlue tr td:last-child {
    width: 70px;
    border-right: 1px solid #000003;
} .fvTabBlue tr th:first-child, .fvTabBlue tr td:first-child {
    border-left: 1px solid #000003;
} table tr th:last-child, table tr td:last-child {
    justify-content: center;
    align-items: center;
} table.gvAbschluesse {
    border: 0;
    width: 100%;
} .gvAbschluesse tr th {
    background-color: #ad9a78;
    padding: 7px;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    border: 2px solid gray;
    z-index: 2;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0,0, 0.4);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0,0, 0.4);
    box-shadow: 2px 2px 2px 0px rgba(0, 0,0, 0.4);
} .gvAbschluesse tr td, .gvAbschluesse tr th {
    border: 0;
} .gvAbschluesse tr td:last-child, .gvAbschluesse tr th:last-child {
  width:150px;
} .gvAbschluesse tr td label, .gvcblAnschluesse tr td label {
        padding-left: 7px;
    } table.gvcblAnschluesse {
    background-color: #e8f7fa;
} .gvAbschluesse tr:nth-child(even) {
    background-color: #fbf0dd !important;
} table#MainContent_thekats {
    width: 100%;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0,0, 0.4);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0,0, 0.4);
    box-shadow: 2px 2px 2px 0px rgba(0, 0,0, 0.4);
    border: 1px solid lightgray;
} table#MainContent_thekats td, table#MainContent_thekats th {
        border: 0;
    } table#MainContent_thekats tr th:last-child {
        width: 70px;
    } table#MainContent_thekats tr td:last-child {
        background-color: transparent;
    } table#MainContent_thekats tr:nth-child(even) {
        /* background-color: #f2f1f1;*/
    } table#MainContent_thekats tr:first-child {
        background-color: #c9d9dc;
    } table#MainContent_thekats tr:first-child input[type="text"] {
            background-color: #fff !important;
            margin-bottom: 10px;
        } table.headerTab tr td, table.headerTab tr th {
    padding: 0px !important;
    margin: 0px;
    clear: both;
    width: 100%;
    border: 0px !important;
    width: 37px !important;
    background-color: transparent;
}
    /*Assistentin*/
    .assist {
    max-width: 95%;
    max-height: 95%;
    min-height: 50px;
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
} .divassist {
    position: relative;
    overflow: hidden;
}
    /*Div*/
    .div-tuerkis-hell {
    background-color: #c9d9dc;
    padding: 10px;
} .div-tuerkis-dunkel {
    background-color: #000003;
    color: #fff;
} .div-tuerkis-hell input[type=date], .div-tuerkis-hell input[type=file], .div-tuerkis-hell input[type=number], .div-tuerkis-hell input[type=text] {
    background-color: #fff !important;
} .div-insert tr th {
    padding-left: 10px;
}
    /*AD_Select_Copy*/
    table .SC_Table {
    border: 0;
    width: 100%;
} .SC_Table tr td, .SC_Table tr, .SC_Table {
    border: 0;
} .SC_Table div {
        padding: 20px;
    } .SC_Table tr td:nth-child(1) {
        padding-top: 20px;
    } table .SC_SubTable {
    border: 0;
    width: 100%;
} .SC_SubTable tr td {
    padding: 5px;
    border: 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    align-items: flex-start;
} .SC_SubTable tr td:nth-child(1) {
        padding-top: 5px !important;
        width: 20%;
    } .SC_SubTable tr td:nth-child(2) {
        width: 45%;
    } .SC_SubTable tr td:nth-child(3) {
        width: 30%;
    } .SC_SubTable tr td:nth-child(4) {
        width: 5%;
        text-align: right;
    }
    /*Innungen */
    .bg-1 {
    background-color: #def8fc;
}
    /*hawe-nordit*/
    .bg-2 {
    background-color: #d0e9ce;
}
    /*hessen*/
    .bg-5 {
    background-color: #99e2ee;
}
    /*bayern*/
    .bg-9 {
    background-color: #e2f5ae;
}
    /*th*/
    .bg-6 {
    background-color: #d2edf8;
}
    /*ndsb*/
    .bg-7 {
    background-color: #eeeeee;
}
    /*bw*/
    .bg-10 {
    background-color: #d2bb9d;
}
    /*sn*/
    .Changes {
    background-image: repeating-linear-gradient(-45deg,white 0 20px,#fbf9e4 20px 40px);
}
    /*AD_Verbaende*/
    .txtVerband {
    width: 50% !important;
} .imgVerbandAdd {
    padding-top: 5px;
} .gvVerbaende tr td:last-child {
    width: 90px;
}
    /*Admin_Innung*/
    .tblInsert {
    width: 100%;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border: 0;
    background-color: #fff;
} .tblInsert tr th {
        padding: 0.5em;
        font-weight: bold;
        text-align: center;
        border: 1px solid #d9d8d8;
        background-color: #f2f1f1;
    } .tblInsert tr td {
        padding: 0.5em;
        border: none;
        border: 1px solid #d9d8d8;
    } .tblInsert tr td, .tblInsert tr th {
        background-color: #fff !important;
        width: auto;
    } .tblInsert tr td:first-child {
            background-color: #fff !important;
        } .tblInsert tr td:last-child {
            width: 90px !important;
        } .tblInsert tr td:nth-child(3) {
            width: 100px;
        } tr td label {
    padding-left: 10px;
} .tblMwSt tr td:first-child {
    width: 150px;
} .filedownload {
    cursor: pointer;
} .MUSTERROW td:last-child {
    display: none;
} .fvPreise td:nth-child(5), .fvPreise th:nth-child(5), .gvPositionen td:nth-child(9), .gvPositionen th:nth-child(9) {
    display: none;
} .groupingCssClass td:nth-child(2) {
    clear: both;
    width: 100% !important;
    overflow: visible;
} .groupingCssClass {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 2px inset black;
} .infoLbl {
    margin-left: 15px;
    font-size: 1.2em;
    font-weight: bold;
} .PFLICHTFEHLER {
    background-color: red !important;
} a {
    color: #646568;
    text-decoration: none;
} a:hover {
        color: #000003;
        text-decoration: none;
    } .tabbtn {
    height: 25px;
    width: 48%;
    border-bottom: none;
}
    /*CW*/
    .PFLICHTFEHLER {
    background-color: red !important;
} .Div1 p {
    color: black;
} .PFLICHTFELD {
    background-color: lightyellow !important;
}
    /*News FK*/
    .news-card {
    width: 100%;
    background: rgba(255,255,255,0.7);
    padding: 16px;
    margin: 24px;
    border-radius: 2px;
    color: rgba(0,0,0,0.87);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
} .news-card p {
        font-size: 1.2rem;
        font-weight: 300;
        letter-spacing: 0.010em;
        line-height: 1.6em;
        padding: 0 16px;
    } .news-date {
    position: fixed;
    background-color: #308fa0;
    color: #fff;
    padding: 5px;
    font-weight: 400;
    min-height: 60px;
    min-width: 120px;
    padding: 10px 0;
    position: absolute;
    left: 10px;
    text-align: center;
    text-transform: uppercase;
    top: -30px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
} .div-aktuelles table tr td:first-child {
    width: 90px;
} .div-aktuelles .headerTab tr:nth-child(2) {
    height: 150px;
} .div-aktuelles table th:nth-child(3) table {
    background-color: transparent;
}
    /* UserMain*/
    .UserMain {
    background-image: url('../Images/bg_100072.jpg');
    background-repeat: repeat-y;
    min-height: 75vh;
    background-size: cover;
    padding-top: 0 !important;
}
    /*Downloads FK*/
    .calc-line {
    padding: 10px;
    background: rgba(255,255,255,0.5);
    width: 90%;
    margin: 10px !important;
}
    /* Back to top FK*/
    .back-to-top {
    font-size: 2.5rem;
    visibility: hidden;
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 65px;
    right: 35px;
    z-index: 90;
    cursor: pointer;
    border-radius: 1px;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: all .6s
} .back-to-top.show {
        visibility: visible;
        bottom: 35px;
        opacity: .7;
        filter: Alpha(Opacity=70);
    }
    /*AD_PQBereiche*/
    .pq-details table {
    width: 100%;
    height: 100%;
    border-collapse: separate;
    border-spacing: 2px;
} .pq-details table td {
        background: rgba(255,255,255,0.7);
        padding-left: 10px;
        border: 1px solid;
        border-color: lightgray;
    }
    /*Vertragsvergleich*/
    .boxvl .boxv {
    background-color: #deead5;
} .boxvr .boxv {
    background-color: #e6eff8;
} .boxv select {
    font-size: 11px !important;
    width: 100%;
} .boxv {
    padding: 5px;
    border: 1px solid lightgray;
    margin: 10px 0;
    font-size: 13px !important;
} .vergleichsbox table {
    font-size: 11px !important;
    width: 100%;
    table-layout: auto;
} .vergleichsbox table th {
        padding: 5px;
        border: 0;
    } .boxvl table tr:nth-child(2n+1) {
    background-color: #deead5;
} .boxvr table tr:nth-child(2n+1) {
    background-color: #e6eff8;
} .vergleichsbox table td {
    border: 0;
} .vergleichsbox table td:nth-child(4) {
        text-align: right;
        min-width: 70px;
    } .vergleichsbox table td:nth-child(5) {
        text-align: right;
    } .vergleichsbox table td:nth-child(6) {
        text-align: right;
        min-width: 70px;
    } .vergleichsbox .boxvl table th {
    background-color: #deead5;
} .vergleichsbox .boxvr table th {
    background-color: #e6eff8;
}
    /*Shadows*/
    /*==================================================
* Shadow 1
* ===============================================*/
    .shadow1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
    /*==================================================
 * Shadow 2
 * ===============================================*/
    .shadow2 {
    position: relative;
} .shadow2:before, .shadow2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    } .shadow2:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }
    /*==================================================
 * Shadow 3
 * ===============================================*/
    .shadow3 {
    position: relative;
} .shadow3:before {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    /*==================================================
 * Shadow 4
 * ===============================================*/
    .shadow4 {
    position: relative;
} .shadow4:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        right: 10px;
        left: auto;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    /*==================================================
 * Shadow 5
 * ===============================================*/
    .shadow5 {
    position: relative;
} .shadow5:before, .shadow5:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 25px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 35px 20px #777;
        -moz-box-shadow: 0 35px 20px #777;
        box-shadow: 0 35px 20px #777;
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    } .shadow5:after {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
        right: 10px;
        left: auto;
    }
    /*==================================================
 * Shadow 6
 * ===============================================*/
    .shadow6 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
} Shadow .shadow6:before, .shadow6:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 50%;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    } .shadow6:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }
    /*==================================================
 * Shadow 7
 * ===============================================*/
    .shadow7 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
} .shadow7:before, .shadow7:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 0;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    } .shadow7:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }
    /*==================================================
 * Shadow 8
 * ===============================================*/
    .shadow8 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
} .shadow8:before, .shadow8:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 10px;
        bottom: 10px;
        left: 0;
        right: 0;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    } .shadow8:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    } .tooltip2 div {
    border: 2px dotted transparent;
} .aktivTool {
    border: 2px dotted lightblue !important;
}
    /*==================================================
 * Suport
 * ===============================================*/
    .supplink {
    background-color: rgba(222, 11, 0, 0.5);
    font-size: 25px;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
    border: 1px solid #dee2e6 !important;
} .supptitle {
    background-color: transparent;
    font-size: 25px;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
    border: 1px solid #dee2e6 !important;
} .divrel {
    position: relative;
} .supptext {
    color: #777;
    background-color: white;
    text-align: center;
    padding: 50px 80px !important;
    text-align: justify;
} .supptext h3 {
        text-align: center;
        letter-spacing: 5px;
        text-transform: uppercase;
        font: 20px;
        color: #111;
    } .supptext p {
        text-align: center;
        font: 20px;
        color: #646568;
    } .bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    opacity: 0.8;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} .bgimg-1 {
    background-image: url("../Images/bg_vm000s01.jpeg");
    min-height: 80vh;
} .bgimg-2 {
    background-image: url("../Images/bg_vm000s02.jpeg");
    min-height: 300px;
} .bgimg-3 {
    background-image: url("../Images/bg_vm000s03.jpeg");
    min-height: 80vh;
} .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
} @media screen and (max-width: 995px) {
    .supplink {
        font-size: 14px;
        padding: 10px;
        letter-spacing: 7px;
    }

    .supptitle {
        font-size: 14px;
        padding: 10px;
        letter-spacing: 7px;
    }

    .supptext {
        padding: 30px !important;
    }

        .supptext h3 {
            font: 18px !important;
        }

        .supptext p {
            font: 15px;
        }
} @media screen and (max-width: 592px) {
    .supplink {
        font-size: 12px;
        padding: 5px;
        letter-spacing: 3px;
    }

    .supptitle {
        font-size: 14px;
        padding: 10px;
        letter-spacing: 7px;
    }

    .supptext {
        padding: 30px !important;
    }

        .supptext h3 {
            font: 16px !important;
        }

        .supptext p {
            font: 14px;
        }
}
    /*==================================================
 * Optionen und Ausschlüsse
 * ===============================================*/
    .oaoptionen {
    font-size: 1.2em;
    border: 1px solid #88b999;
    background-color: #c6e5d1;
    border-radius: 3px;
    padding: 5px 7px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
} .oaausschluss {
    font-size: 1.2em;
    border: 1px solid #c85959;
    background-color: #ebd7d5;
    margin-top: 5px;
    border-radius: 3px;
    padding: 5px 7px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
} .poOption {
} .sublvl {
    font-size: 0.8em;
    margin-bottom: 10px;
    background-color: #e4e1e1;
    margin-left: 15px;
    padding: 5px;
} .poOAYes {
    box-shadow: inset 0 2px 2px #cbcaca;
    background-color: #f5f3f3;
    margin: 5px;
    padding: 5px;
} .oauHMVZ {
    margin-right: 10px;
    font-weight: bold;
}
    /*==================================================
 * Manage
 * ===============================================*/
    .manage {
    background-image: url('../Images/bg_10007.jpeg');
    background-repeat: repeat-y;
    min-height: 75vh;
    width: 100%;
    background-size: auto;
    padding: 20% 5%;
} .manage input[type="password"] {
        background-color: #fff !important;
        width: 300px;
    } .savebtnPos {
    position: fixed;
    top: 330px;
    z-index: 999;
    right: 1px;
} .delbtnPos {
} .ddlcKassen {
    position: relative;
    top: -13px;
    width: 100%;
} #ddlKassen_Table {
    height: 38px;
    width: 100%;
    border: 0 none;
    outline: 0 none;
    padding: 0px;
} .ddlcKassen table.ajax__combobox_inputcontainer td {
    padding: 0 !important;
    text-align: left !important;
} table.ajax__combobox_inputcontainer tr:hover {
    border: 0 !important;
    box-shadow: 0 0 0 0;
    outline: 0 none;
}
    /*    .ddlcKassen table.ajax__combobox_inputcontainer td.ajax__combobox_buttoncontainer button {
        margin-left: 0 !important;
    }*/
    #ddlcKassen_Table tr:hover, .tblMwSt div tr:hover {
    border: 0 !important;
    box-shadow: 0 0 0 0;
    outline: 0 none;
}
    /* ComboBox textbox style */
    .ddlcKassen table.ajax__combobox_inputcontainer input {
    height: 38px;
    border: 1px solid lightgray !important;
    border-radius: 3px 0 0 3px;
} .ddlcKassen table.ajax__combobox_inputcontainer input:focus {
        border: 1px solid #000003 !important;
    } .ddlcKassen table.ajax__combobox_inputcontainer tr td {
    height: 38px !important;
    width: 100%;
} .ddlkassen td.ajax__combobox_textboxcontainer {
    height: 38px !important;
    width: 100%;
}
    /* ComboBox button style */
    .ddlcKassen table.ajax__combobox_inputcontainer td.ajax__combobox_buttoncontainer button {
    background-color: #fff;
    border: 1px solid lightgray !important;
    border-radius: 0 3px 3px 0;
    margin: 0;
    box-shadow: 0 0 0 0;
    outline: 0 none;
} .ddlcKassen table.ajax__combobox_inputcontainer td.ajax__combobox_buttoncontainer button:hover {
        margin: 0;
        box-shadow: 0 0 0 0;
        outline: 0 none;
    }
    /*FileManager*/
    .cbFileManager input {
    margin-right: 5px;
} table .theICD10 {
    border: 0 !important;
} #thefiles tr td, #thefiles tr th {
    border: 0;
} #thefiles tr th:first-child, #thefiles tr th:last-child, #thefiles tr th:nth-child(2) {
        background-color: #b3c1c3;
    } #thefiles tr:nth-child(2n+1) {
    background-color: #ebefef;
}
    /*SA_ICD10*/
    table .theICD10 {
    border: 0 !important;
} .theICD10 tr td, .theICD10 tr th {
    border: 0;
} .theICD10 tr th:first-child, #thefiles tr th:last-child, .theICD10 tr th:nth-child(2) {
        background-color: #b3c1c3;
    } .theICD10 tr:nth-child(2n+1) {
    background-color: #ebefef;
}
    /*SA_MwStSaetze*/
    .tblMwSt tr td:nth-child(2) {
    width: 100px;
} .tblMwSt tr td:first-child {
    width: 100px;
} .tblMwSt tr td div table th:last-child, .tblMwSt tr td div table th:first-child, .tblMwSt tr td div table td:last-child, .tblMwSt tr td div table td:first-child {
    width: 70px;
} .tblMwSt tr td div table th:nth-child(2), .tblMwSt tr td div table th:nth-child(2), .tblMwSt tr td div table td:nth-child(2), .tblMwSt tr td div table td:nth-child(2) {
    width: 100px;
}
    /*SA_Mengeneinheiten*/
    .tblInsert tr td {
    border: 0;
} .tblInsert tr td .gvIcon {
        margin-top: 7px;
    }
    /*Placeholder*/
    .ajax__combobox_textboxcontainer input::placeholder {
    color: #000 !important;
} .ajax__combobox_textboxcontainer input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000 !important;
} .ajax__combobox_textboxcontainer input::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
} .ajax__combobox_textboxcontainer input:-ms-input-placeholder { /* IE 10+ */
    color: #000 !important;
} .ajax__combobox_textboxcontainer input:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
}
    /*User Table*/
    table.UTable {
    width: 100%;
    border: 0 !important;
} table.UTable tr td, table.UTable tr th {
        border: 0;
    } table.UTable tr {
        border: 1px solid lightgray;
    } table.UTable tr:nth-child(2n+1) {
            background-color: rgba(250, 250, 250, 0.8);
        } table.UTable tr:first-child {
            border: 2px solid lightgray;
        } table.UTable tr th {
            padding: 7px 5px;
            background-color: #dee7e9;
        } table.UTable tr td {
            padding: 5px 5px;
        } .UScroll {
    overflow-x: auto;
}
    /*AD_Kassenvergleich*/
    .kkVergleich tr th:nth-child(6), .kkVergleich tr th:nth-child(8) {
    width: 100px;
} .kkVergleich tr th:nth-child(3), .kkVergleich tr th:nth-child(7) {
    width: 60px;
}
    /*Cookie Banner*/
    #cookie-bar-prompt-content {
    font-size: 13px;
    max-height: 85vh;
} #cookie-bar-browsers img {
    width: 50px;
    padding-right: 2em;
} @media only screen and (max-device-width: 800px) {
    #cookie-bar {
        font-size: 12px;
    }

    #cookie-bar-prompt-content {
        font-size: 11px;
        max-height: 80vh;
    }

    #cookie-bar-browsers img {
        width: 40px;
    }
} #cookie-bar-prompt-content, #cookie-bar {
    color: #000;
    font-weight: bold;
} #cookie-bar {
    font-size: 13px;
    bottom: 0;
    background: #f5f5f5;
    border-top: 1px solid #000003;
    left: 0;
    line-height: 1.5;
    margin: 0;
    padding: 3px;
    position: fixed;
    width: 100%;
    z-index: 9999;
} #cookie-bar-prompt {
    background: #000;
    background: rgba(0,0,0,0.7);
    height: 100%;
    left: 0;
    line-height: 1.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
} #cookie-bar *, #cookie-bar-prompt * {
        margin: 0;
        padding: 0;
        line-height: 1.5;
    } #cookie-bar p {
    float: left;
    margin: 4px 0 0 20px;
    padding: 0;
} #cookie-bar p a {
        padding: 0 8px;
    } #cookie-bar-prompt p {
} #cookie-bar-button {
    background-color: #e0ebed !important;
    border-radius: 1.5em;
    text-decoration: none;
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.3);
    transition: color 0.6s, box-shadow 0.3s, transform 0.3s;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: bold;
    line-height: 1;
    margin-right: 20px;
    margin-top: 2px;
    color: #000003;
} #cookie-bar-button-no {
    background-color: #e0ebed !important;
    border-radius: 1.5em;
    text-decoration: none;
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.3);
    transition: color 0.6s, box-shadow 0.3s, transform 0.3s;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: bold;
    line-height: 1;
    margin-right: 20px;
    margin-top: 2px;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
} #cookie-bar-prompt a {
    cursor: pointer;
} #cookie-bar-prompt hr {
    background: #FFF;
    border: none;
    height: 1px;
    margin: 0.7em 0 1em;
} #cookie-bar-prompt-content::-webkit-scrollbar-track {
    background-color: #45484D;
} #cookie-bar-prompt-content::-webkit-scrollbar {
    width: 15px;
} #cookie-bar-prompt-content::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: #EEE;
    background-color: rgba(255,255,255,0.3);
} #cookie-bar-prompt-content a, #cookie-bar a, #cookie-bar-prompt-content span {
    color: #000003;
    text-decoration: none;
} #cookie-bar-prompt-content a:hover, #cookie-bar a:hover {
        color: #777;
    } #cookie-bar-prompt-close span, #cookie-bar-prompt-logo span {
    display: none;
} #cookie-bar-prompt-button {
    cursor: pointer;
} #cookie-bar-prompt-content {
    background: #fff;
    margin: 0 auto;
    max-width: 98%;
    overflow: auto;
    padding: 25px;
    position: relative;
    top: 5%;
    width: 600px;
    z-index: 9998;
} #cookie-bar-thirdparty {
    display: none;
} #cookie-bar-tracking {
    display: none;
} #cookie-bar-scrolling {
    display: none;
} #cookie-bar-privacy-page, #cookie-bar-main-privacy-link {
    display: none;
} #cookie-bar-prompt-close {
    content: 'X';
    display: block;
    float: right;
    height: 14px;
    width: 14px;
} #cookie-bar-prompt-logo {
    background: url('images.png') no-repeat;
    background-position: -2px -0px;
    display: block;
    float: left;
    height: 42px;
    width: 190px;
} #cookie-bar-browsers a {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
} .clear {
    clear: both;
}
    /*Contact*/
    iframe {
    color: transparent !important;
} .div-map {
    height: 60vh;
    width: 100%;
    display: inline-block;
    overflow: hidden;
} .map-iframe {
    position: relative;
    top: -75px;
    border: none;
    height: 60vh;
    width: 100%;
}
    /*
            Table*/
    table tbody {
    display: table;
    width: 100%;
} @media screen and (max-width: 992px) {
    table {
        white-space: nowrap;
        font-size: 0.8rem;
        padding-bottom: 10px;
    }
} @media screen and (max-width: 765px) {
    table {
        white-space: nowrap;
        font-size: 0.7rem;
        padding-bottom: 10px;
    }

        table.kkVergleich, table.gvDefault, table.gvInnungen, table.gvUsers, table.gvVerbaende, table.sErgebnis, table.gvPositionen, table.gvAnschluesse, table.gvPositionsTable {
            display: block;
            overflow-x: auto;
        }
}
    /*AD_ChangeProtocol*/
    table.gvLvl2, table.gvLvl0, table.gvLvl1 {
    max-width: 100%;
    width:100%;
    display:block;
    
}
.gvLvl2 tr :nth-child(4) {
    word-wrap: anywhere;
}
    table.gvLvl0 span {
        font-weight: 600;
    } .ImportDG tr:nth-child(odd) {
    background-color: lightgray;
} .dropdownDL {
    position: relative;
    display: inline-block;
} .dropdownDLContent {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    text-align: left;
} .dropdownDL:hover .dropdownDLContent {
    display: block;
} .copied :last-child {
    display: none;
}
.thelogin {
    color: white !important;
    font-weight: bold;
}

    .thelogin:after {
        content: url(../images/arrow.png);
        position: absolute;
        margin-top: 30px;
        margin-left: -60px;
        animation: blinker 1s linear infinite;
    }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
#MainContent_haften {
    margin-top: 30px;
    margin-left: calc(50% - 350px);
    margin-right: calc(50% - 350px);
    max-width: 0px;
    min-width: 700px;
    width: 700px;
    text-align:center;
}
#MainContent_haften h4 {
    text-align: center;
    border-bottom: 2px solid #999;
}
#MainContent_haften p {color: black;text-align:left;font-size:15px;}