/*generelle Festlegung von allgemeinen Farben u.ä in Variablen*/

.alert-warning {
    color: black;
}

.paddingLeft {
    padding-left: 5px;
}

.hidden {
    display: none;
}

.containerAdmin {
    margin-left: 20px;
    margin-right: 20px;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.sprung {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin-top: -80px;
}
.creditCardError {
    color: #721c24;
    padding: 0.3rem 0.7rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
    border-radius: 0.25rem;
    background-color: #f8d7da;
}
.creditCardError2 {
    color: #721c24;
    padding: 0.3rem 0.7rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
    border-radius: 0.25rem;
    background-color: #f8d7da;
}
.loading {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: white;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
.checkoutRowAddressSelection {
    padding: 0 !important;
    margin: 0 !important;
}
.checkoutRowAddressSelection .col-md-4 {
    padding: 5px !important;
    margin: 0 !important;
}
.checkoutRowAddressSelection .col-md-4 button {
    padding: 10px !important;
    margin: 0 !important;
}
p {
    font-size: 1.1rem;
}
.referenzenBody {
    padding-top: 114px;
}
@media only screen and (max-width: 992px) {
    .referenzenBody {
        padding-top: 54px !important;
    }
}
.emailUnterstrichen {
    color: black !important;
    text-decoration: none;
}
.emailUnterstrichen:hover {
    color: #008ac2 !important;
    text-decoration: underline;
}
a {
    color: #008ac2;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tableItems td {
    padding-top: 7px;
    padding-bottom: 7px;
    border: none;
}
.tableItems th {
    border: 1px solid #343a40 !important;
}
.CartLeft {
    width: 200px;
}
.ElementenTrenner {
    margin-top: 60px;
    margin-bottom: 30px;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}
.navbarColorInherit,
.navbarColorInherit:hover {
    color: inherit;
}
.triangle {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-top: 21px;
    margin-left: 0.255em;
}
.onHoverGreen {
    color: white;
}
.onHoverGreen:hover {
    color: #c5e13b;
}
.Content {
    min-height: calc(100vh - 188px);
}
.greyBoxHeadlineMain {
    box-sizing: border-box;
    background-color: #dcdcdc;
    padding: 20px;
}
.greyBox {
    padding: 40px;
    box-sizing: border-box;
    background-color: #e8e8e8;
    width: auto;
    height: 100%;
}
.greyBoxOhneBorder {
    padding: 40px;
    box-sizing: border-box;
    background-color: #e8e8e8;
}
.greyBoxMain {
    box-sizing: border-box;
    background-color: #dcdcdc;
    max-width: 353px;
    margin-right: 40px;
}
.greenBoxMain {
    box-sizing: border-box;
    background-color: #c5e13b;
}
@-moz-document url-prefix() {
    @media only screen and (max-width: 600px) {
        .Content {
            padding-top: 0px !important;
        }
    }
    @media only screen and (max-width: 992px) {
        .Content {
            padding-top: 10px;
        }
    }
    .Content {
        padding-top: 20px;
    }
}
@media only screen and (min-width: 600px) {
    .cookie-consent-banner {
        position: sticky;
        bottom: 0;
        margin-bottom: -30px;
        margin-top: 10px;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
        width: 100%;
        background-color: rgba(227, 227, 227, 0.95);
    }
}
@media only screen and (max-width: 600px) {
    .cookie-consent-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
        width: 100%;
        background-color: rgba(227, 227, 227, 0.95);
        margin-top: 60px;
    }
}
.cookieButton {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookie-consent-banner__copy {
    margin-bottom: 16px;
}
.cookie-consent-banner__header {
    margin-bottom: 8px;
}
.cookie-consent-banner__description {
    color: #323232;
}
.Content {
    overflow-x: hidden;
}

@media only screen and (min-width: 992px) {
    .logoutButton {
        border: 2px solid white;
        background-color: #082f55;
        color: white;
        border-radius: 15px;
        padding: 5px 15px;
    }
    .logoutButton:active {
        border: 1px solid white;
        background-color: #082f55;
        color: #c5e13b;
        border-radius: 20px;
        padding: 5px 15px;
    }
    .logoutButton:hover {
        color: #c5e13b;
    }
}
@media only screen and (max-width: 991px) {
    .logoutButton {
        border: 0px solid white;
    }
}
.logoutButton td {
    word-wrap: break-word;
}
.headerTransition {
    transition: 0.3s;
}
@media only screen and (min-width: 1700px) {
    .navbar-brand {
        left: 0;
        position: fixed;
    }
    #HeaderFWLOGO {
        right: 0;
        position: fixed;
    }
    .navGross #navbarSupportedContent1 {
        height: 90px !important;
        margin-left: 20% !important;
        margin-right: 13%;
    }
    .navKlein #navbarSupportedContent1 {
        height: 58px;
        margin-left: auto !important;
    }
}
.navGross #navbarSupportedContent1 {
    margin-left: 0;
}
.navGross #brandIcon {
    height: 90px !important;
}
.navGross #optionalstuff {
    height: 70px;
}
.navGross .navbar-toggler {
    position: absolute;
    right: 0;
    top: 20px;
}
@media screen and (min-width: 992px) {
    .navKlein #navbarSupportedContent1 {
        margin-left: 116.633px;
    }
}
.navKlein #brandIcon {
    height: 58px !important;
}
.navKlein #optionalstuff {
    height: 45px;
}
.navKlein .navbar-toggler {
    position: absolute;
    right: 0;
    top: 3px;
}
.fwNavbar {
    transition: 5s;
    background-color: #082f55;
}
@media (max-width: 1300px) {
    img#optionalstuff {
        display: none;
    }
}
.centered {
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cropimg {
    position: absolute;
    clip: rect(0px, 50px, 100px, 50px);
}
.BurgerMenue {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
}
.BurgerMenueBackground {
    background-color: #082f55;
}
.licensing {
    box-sizing: border-box;
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 50px;
    border-bottom: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #082f55;
    height: 90%;
}
.licensing #impressum {
    margin-left: 10px;
}
.licensing #dokumentation {
    padding-top: 100px;
}
.licensing img {
    color: white;
    width: 170px;
}
.licensing h1 {
    font-weight: 600;
    color: #c5e13b;
}
.fwFooter {
    bottom: 0;
    width: 100%;
    padding: 10px 0px 10px 0px;
    text-align: center;
    background-color: #082f55;
    color: #fff;
    font-size: 12px;
    font-style: Lato;
    z-index: 3;
}
.textCenter {
    display: grid;
    justify-content: center;
}
@media only screen and (max-device-height: 900px) {
    .fwFooter {
        margin-top: 50px;
    }
    .right {
        margin: 0 auto;
    }
    .left {
        margin: 0 auto;
    }
}
@media only screen and (min-device-width: 600px) {
    .fwFooter {
        position: relative;
        bottom: -30px !important;
        margin-bottom: -70px;
    }
    .left {
        float: left;
        padding-left: 50px;
    }
    .right {
        z-index: 1;
        float: right;
        padding-right: 50px;
    }
}
.alert p {
    margin: 0px;
}
.linkfarbe {
    z-index: 3;
    color: #fff;
}
.einkaufswagen_bild {
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
}
.einkaufswagen_Text {
    display: inline;
    margin-left: 5px;
    color: #b0cb1f;
}
.linkfarbe:hover {
    color: #c5e13b;
}
html {
    scroll-behavior: smooth;
}
body {
    padding-top: 180px;
    font-family: "Lato", sans-serif;
}
main {
    min-height: 100vh;
}
@media only screen and (min-width: 600px) {
    body {
        margin-bottom: 70px;
        padding-top: 120px;
        display: flex;
        flex-direction: column;
    }
}
#bootstrap-overrides h1 {
    font-weight: 600;
    color: black;
    line-height: 1.1;
    margin-bottom: 24px;
}
#bootstrap-overrides h2 {
    padding-bottom: 5px;
    padding-top: 30px;
    font-weight: 400;
    color: black;
    margin: 0 0 15px;
    line-height: 1.1;
    margin-bottom: 24px;
}
#bootstrap-overrides h3 {
    font-weight: 400;
    margin: 0 0 10px;
    color: black;
    line-height: 1.1;
    margin-bottom: 24px;
}
#bootstrap-overrides h4 {
    font-weight: 400;
    margin: 0 0 10px;
    color: black;
    line-height: 1.3;
    margin-bottom: 24px;
}
#bootstrap-overrides h6 {
    font-size: 1.1rem;
}
hr {
    height: 1px;
    color: #082f55;
    background: #082f55;
}
.t_body td:nth-child(2) {
    text-align: right;
}
.gzd-digital-notice-text {
    font-family: Arial !important;
    font-size: 20px !important;
    visibility: hidden !important;
}
.woocommerce-Price-currencySymbol {
    font-family: Lato !important;
}
/*Beitragsbereich*/
.oceanwp-row.clr {
    display: none !important;
}
.post-tags.clr {
    display: none !important;
}
#related-posts {
    display: none !important;
}
.icon-clock {
    display: none !important;
}
.meta-date:after {
    display: none !important;
}
.meta-cat {
    display: none !important;
}
.meta-author {
    display: none !important;
}
.oceanwp-recent-posts .recent-posts-comments a {
    display: none !important;
}
.sep {
    display: none !important;
}
/*Ende Beitragsbereich*/
.tableWartung {
    margin-bottom: 0;
}
.Wartungsverlaengerung {
    background-color: #fff;
    padding: 20px;
    border: 3px solid;
    border-radius: 20px;
    border-color: #082f55;
    cursor: pointer;
    margin-left: 20px;
    margin-bottom: 30px;
    float: left;
    vertical-align: super;
}
.buttonWartung {
    background-color: #fff;
    padding: 20px;
    border: 3px solid;
    border-radius: 20px;
    border-color: #082f55;
    cursor: pointer;
    margin-left: 20px;
    margin-bottom: 30px;
    float: left;
    vertical-align: super;
}
.buttonTableWartung {
    background-color: #fff;
    padding: 20px;
    /*border: 3px solid;
    border-radius: 20px;
    border-color:$bluefwccolor;
    */
    cursor: pointer;
    margin-left: 20px;
    margin-bottom: 30px;
    /*float: left;
    */
    vertical-align: super;
}
.hide {
    display: none;
}
.card {
    border-radius: 10px;
    border: 1px solid;
    border-color: #082f55;
    padding: 20px 20px 20px 20px;
}
.card .card-header {
    background-color: #fff;
}
.card .card-footer {
    background-color: #fff;
}
.modal-content {
    border-radius: 10px;
    border: 3px solid;
    border-color: #082f55;
    padding: 20px 20px 20px 20px;
}
/*globaler Unterstrich für alle Links*/
.link_underline {
    text-decoration: underline !important;
}
.sidebar-box {
    margin-bottom: 10px;
}
.dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0;
}
.log_in_out {
    /*Style für die login/out Buttons im Header*/
    background-color: transparent;
    font-size: 14px;
    border: 1px solid;
    border-color: #fff;
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    width: auto;
    height: auto;
}
.log_in_out_li {
    text-align: center;
    color: #fff;
    line-height: 16px !important;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
}
.log_in_out_li:hover {
    color: #c5e13b;
}

@media screen and (max-height: 640px) {
    /*Wenn Bildschirmhöhe<=640px: */
    #outer-wrap {
        width: 100%;
    }
    #wrap {
        width: 100%;
    }
    #main {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .log_in_out_li {
        margin-left: -5px;
    }
    #main {
        width: 100%;
    }
    #outer-wrap {
        width: 100%;
    }
    #wrap {
        width: 100%;
    }
}
.aktuelle_auswahl_item {
    margin-top: 5px;
    margin-bottom: 10px;
}
.line_clear {
    clear: both;
}
.fw_checkout_label {
    color: #082f55;
    font-family: "Lato";
}
.light_text {
    color: white;
}
.head1 {
    color: #082f55;
    font-family: "Lato";
    font-size: 80px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    clear: both;
}
.head2 {
    color: #082f55;
    font-family: "Lato";
    font-size: 60px;
    margin-top: 16px;
    margin-bottom: 4px;
    font-weight: 700;
    clear: both;
}
.head3 {
    color: #082f55;
    font-family: "Lato";
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    clear: both;
}
.head4 {
    color: #082f55;
    font-family: "Lato";
    font-size: 25px;
    margin-top: 6px;
    margin-bottom: 3px;
    font-weight: 700;
    clear: both;
}
.btn_custom_cart {
    color: #fff;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 900;
    background-color: #082f55;
    border: 3px solid;
    border-radius: 10px;
    border-color: #082f55;
    width: 170px;
    height: 45px;
    margin: 10px 5px;
    cursor: grabbing;
}
.btn_custom_cart:hover {
    color: #c5e13b;
}
.buttonStd {
    color: #fff;
    background-color: #082f55;
    border: 3px solid;
    border-color: #082f55;
    border-radius: 10px;
    font-family: "Lato";
    height: 45px;
    margin: 0 auto;
    cursor: pointer;
}
.buttonStd:hover {
    color: #c5e13b;
}
.buttonStd:active {
    background-color: #b0cb1f;
}
.buttonStd:disabled {
    opacity: 0.5;
}
.lableStd {
    color: #082f55;
    font-family: "Lato";
}
.COP_button p {
    margin: 0;
}
.COP_button {
    text-decoration: none;
    color: black;
    background-color: #1cbbee;
    padding: 5px 20px 5px 20px;
    font-weight: 800;
    border: 3px solid;
    border-radius: 5px;
    border-color: #1cbbee;
    cursor: pointer;
    position: relative;
}
.COP_buttonDisabled {
    text-decoration: none;
    color: black;
    background-color: #b3b3b3;
    padding: 5px 20px 5px 20px;
    font-weight: 800;
    border: 3px solid;
    border-radius: 5px;
    border-color: #b3b3b3;
    cursor: pointer;
    position: relative;
    color: #8c8c8c;
}

.COP_buttonBack {
    background-color: #d1d1d1;
    border-color: #d1d1d1;
}
.COP_buttonCancel {
    background-color: #d1d1d1;
    border-color: #d1d1d1;
}
.COP_buttonDelete {
    background-color: #c00;
    border-color: #c00;
}
.COP_buttonImpersonate {
    background-color: #c5e13b;
    border-color: #c5e13b;
}
.COP_button:hover {
    color: white;
    text-decoration: none;
}
.COP_button:active {
    text-decoration: none;
    background-color: #082f55;
    color: white;
}
.COP_button2 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
}
/*@media only screen and (max-width: 600px){
.COP_button2 {
margin-bottom:5px;
}
}
.COP_button2:hover {
text-decoration: none;
background-color: $greenfwccolor;
}
.COP_button2:active {
text-decoration: none;
background-color:$bluefwccolor;
color:white;
border-color:white;
}
*/
.COP_button3 {
    color: #082f55;
    background-color: white;
    border: none;
}
.COP_button3:hover {
    background-color: #c5e13b;
}
.COP_button3:active {
    background-color: #c5e13b;
}
.COP_button4 {
    text-decoration: none;
    background-color: #082f55;
    border-color: white;
}
.COP_button4:hover {
    color: white;
    border-color: #082f55;
}
.COP_buttonMain {
    background-color: #082f55;
    color: white;
    border-color: #082f55;
}
.COP_buttonMain:hover {
    color: #c5e13b;
}
.COP_buttonMain:active {
    color: white;
}
@media only screen and (min-width: 992px) {
    #mainSidebar {
        padding-right: 380px !important;
    }
}
.buyButton,
.modalButton {
    background-color: #e8e8e8;
    padding: 30px;
    padding-bottom: 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px;
}
.buyButton:hover {
    background-color: #cfcfcf;
}
.modalButton:hover {
    background-color: #c5e13b;
}
.newLicense {
    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    /* The navigation menu links */
    /*.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}
*/
    /* When you mouse over the navigation links, change their color */
    /*.sidenav a:hover {
color: #f1f1f1;
}
*/
}
.newLicense .widget-title {
    border-color: #082f55;
    border-width: 0 0 0 3px;
    border-style: solid;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
}
.newLicense table th,
.newLicense table td {
    padding: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e9e9e9;
}
@media (max-device-width: 600px) {
    .newLicense {
        /*height: 100%;
        /* Full-height: remove this if you want "auto" height */
    }
    .newLicense .sidenav {
        width: 350px;
        /* Set the width of the sidebar */
        /* Fixed Sidebar (stay in place on scroll) */
        /*top: 0;
        /* Stay at the top */
        right: 0;
        /*background-color: #111;
        /* Black */
        overflow: auto;
        /* Disable horizontal scroll */
        padding-left: 15px;
        padding-bottom: 10px;
    }
}
@media only screen and (min-width: 600px) {
    .newLicense {
        /*height: 100%;
        /* Implemented in the future*/
    }
    .newLicense .sidenav {
        width: 380px;
        /* Set the width of the sidebar */
        position: fixed;
        /* Fixed Sidebar (stay in place on scroll) */
        /*top: 0;
        /* Stay at the top */
        right: 0;
        /*background-color: #111;
        /* Black */
        margin-top: 160px;
        margin-left: 15px;
        overflow-y: auto;
        top: 12px;
        bottom: 38px;
        padding-bottom: 10px;
    }
}
@media only screen and (min-width: 1350px) and (max-width: 2000px) {
    .newLicense {
        /*min-width war vorher 601px*/
    }
    .newLicense .InhaltNebenSidebar {
        padding-right: 300px;
    }
}
@media only screen and (max-height: 695px) {
    .newLicense {
        display: flex;
        flex-direction: column; /* set elements vertically */
    }
    .newLicense #mainSidebar {
        order:1;
    }
    .newLicense #cartSidebar {
        order:2;
    }
}
@media only screen and (min-width: 992px) {
    .newLicense .sidebarNew {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        padding-top: 60px;
    }
}

.newLicense #cartSidebar { 
    height: 60%;
    margin: 90px 0 0px 70px;
    max-width: 380px;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .newLicense #cartSidebar {
        margin: 90px 0px 180px 70px;
        
    }
}
@media only screen and (max-height: 750px) and (min-width: 991px) {
    .newLicense #cartSidebar {
        margin: 45px 0px 0px 0px !important;
        height: 80%;
        margin-top: auto;
        overflow: auto;
    }
}
@media only screen and (max-width: 500px) {
    .newLicense #cartSidebar {
        margin: 15px 0px 0px 0px;
    }
    .newLicense #sidenavUpgrade1 {
        margin: 0px 0px 0px 15px;
    }
    .newLicense #sidenavUpgrade2 {
        margin: 0px 0px 0px 15px;
    }
}
.newLicense #mainSidebar {
    padding-left: 16px;
    padding-right: 16px;
}
@media only screen and (min-width: 501px) {
    .newLicense #sidenavUpgrade1 {
        height: 65%;
        margin: 90px 0 180px 70px;
        max-width: 380px;
        width: 100%;
        overflow-y: auto;
    }
}
@media only screen and (min-width: 501px) {
    .newLicense #sidenavUpgrade2 {
        height: 20%;
        margin: 90px 0 180px 70px;
        max-width: 380px;
        width: 100%;
        top: 65%;
        padding: 0px;
    }
}
@media only screen and (min-height: 1151px) {
    .newLicense #sidenavUpgrade2 {
        top: 690.59px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 992px) {
    .newLicense #sidenavUpgrade1 {
        margin: 90px 0px 0px 70px;
    }
    .newLicense #sidenavUpgrade2 {
        margin: 0px 0px 0px 70px;
    }
}
@media only screen and (max-width: 599px) {
    .newLicense .sidenavBuyButton {
        margin-bottom: 15px;
    }
}
@media screen and (max-height: 450px) {
    .newLicense .sidebarNew {
        padding-top: 15px;
    }
    .tableOfContentInconsistData {padding-top: 15px}
    .tableOfContentInconsistData a {font-size:18px}
}
.newLicense .owp-grid.content {
    position: relative;
    margin-left: -93px;
}
.newLicense .link1-link A {
    color: #1cbbee;
}
.newLicense .link2-link A {
    color: #1cbbee;
}
.newLicense .link1-link A:hover {
    color: #9ea3a8;
}
.newLicense .link2-link A:hover {
    color: #9ea3a8;
}
.newLicense .but_text_color {
    /*color:white;
    */
    color: white;
}
.newLicense .buttonEndprodukt {
    /*background-color: $grey;
    padding: 20px;
    border: none;
    //border: 2px solid;
    border-radius: 20px;
    // border-color:#082f55;
    cursor: pointer;
    margin-right: 20px;
    margin-Bottom: 30px;
    */
    float: left;
    /*vertical-align: super;
    */
    align: top;
}
.newLicense .textHide {
    display: none;
}
.newLicense .buttonLizenz_Schutz {
    /*background-color: white;
    padding: 20px;
    border: 2px solid;
    border-radius: 20px;
    border-color:#082f55;
    cursor: pointer;
    margin-right: 20px;
    margin-Bottom:30px;
    */
    padding: 20px;
    padding-bottom: 12px;
    position: relative;
    float: left;
}
.newLicense .buttonLizenz_Schutz h4 {
    margin-bottom: 8px !important;
}
.newLicense .lableStd {
    font-family: "Lato";
}
.newLicense .table .UnActive {
    background-color: white;
    border-color: white;
}
.newLicense .table .UnActive:hover {
    background-color: #e8e8e8;
}
.newLicense .table h6 {
    margin: 0;
}
.newLicense .UnActive {
    background-color: #e8e8e8;
    border-color: #082f55;
}
.newLicense .UnActive:hover {
    background-color: #cfcfcf;
}
.newLicense .Active {
    background-color: #c5e13b;
}
.newLicense .hover {
    background-color: rgba(149, 214, 100, 0.33);
}
.newLicense .woocommerce-mini-cart__buttons buttons {
    border: 1px solid;
    border-radius: 10px;
}
.checkoutPart {
    border: 1px solid;
    border-radius: 15px;
    border-color: #082f55;
    background-color: white;
    padding: 15px;
    margin-bottom: 3px;
    height: auto;
}
@-webkit-keyframes myanimation {
    from {
        left: 0%;
    }
    to {
        left: 50%;
    }
}
.checkout-wrap {
    /*color: #444;
    */
    margin: 10px auto;
    padding-bottom: 80px;
    max-width: 1200px;
    position: relative;
}
ul.checkout-bar {
    margin: 0 20px;
}
ul.checkout-bar li {
    color: #ccc;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px 14px 80px;
    position: relative;
}
ul.checkout-bar li:before {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background: #ddd;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 20px;
    line-height: 29px;
    height: 35px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    top: 4px;
    width: 35px;
    z-index: 1;
}
ul.checkout-bar li.active {
    color: #b0cb1f;
    font-weight: bold;
}
ul.checkout-bar li.active:before {
    background: #b0cb1f;
    z-index: 2;
}
ul.checkout-bar li.visited {
    background: #ececec;
    color: #082f55;
    z-index: 2;
}
ul.checkout-bar li.visited:before {
    background: #082f55;
    z-index: 2;
}
ul.checkout-bar li:nth-child(1):before {
    content: "1";
}
ul.checkout-bar li:nth-child(2):before {
    content: "2";
}
ul.checkout-bar li:nth-child(3):before {
    content: "3";
}
ul.checkout-bar li:nth-child(4):before {
    content: "4";
}
ul.checkout-bar li:nth-child(5):before {
    content: "5";
}
ul.checkout-bar li:nth-child(6):before {
    content: "6";
}
ul.checkout-bar a {
    color: #082f55;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
ul.checkout-bar .last:after {
    width: 52% !important;
    border-radius: 15px;
}
@media only screen and (max-width: 1199px) {
    ul.checkout-bar {
        padding-left: 0px;
        margin: 0px;
    }
}
@media all and (min-width: 1200px) {
    .checkout-bar li.active:after {
        -webkit-animation: myanimation 3s 0;
        background-size: 35px 35px;
        background-color: #b0cb1f;
        background-image: -webkit-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
        );
        background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
        );
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        content: "";
        height: 15px;
        width: 100%;
        left: 50%;
        position: absolute;
        top: -50px;
        z-index: 0;
    }
    .checkout-wrap {
        margin: 10px auto;
    }
    ul.checkout-bar {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        background-size: 35px 35px;
        background-color: #ececec;
        background-image: -webkit-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.4) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0.4) 75%,
            transparent 75%,
            transparent
        );
        background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.4) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0.4) 75%,
            transparent 75%,
            transparent
        );
        border-radius: 15px;
        height: 15px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        width: 100%;
    }
    ul.checkout-bar:before {
        background-size: 35px 35px;
        background-color: #082f55;
        background-image: -webkit-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
        );
        background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
        );
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
        content: " ";
        height: 15px;
        left: 0;
        position: absolute;
        width: 11%;
    }
    ul.checkout-bar li {
        display: inline-block;
        margin: 50px 0 0;
        padding: 0;
        text-align: center;
        width: 24.7%;
    }
    ul.checkout-bar li:before {
        height: 45px;
        left: 40%;
        line-height: 40px;
        position: absolute;
        top: -65px;
        width: 45px;
        z-index: 0;
    }
    ul.checkout-bar li.visited {
        background: none;
    }
    ul.checkout-bar li.visited:after {
        background-size: 35px 35px;
        background-color: #082f55;
        background-image: -webkit-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
        );
        background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
        );
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        content: "";
        height: 15px;
        left: 50%;
        position: absolute;
        top: -50px;
        width: 100%;
        z-index: 0;
    }
}
/*Alles hierüber ist für die Sidebar der "newLicence.php" und "upgradeLicense.php" Dateien*/
@media screen and (max-height: 640px) {
    #fallsHandy {
        display: block;
    }
}
@media screen and (min-height: 641px) {
    #fallsHandy {
        display: none;
    }
}
.dyn-height {
    max-height: 50vh;
    overflow-y: auto;
}
.dyn-height thead th {
    position: sticky;
    top: -1px;
    z-index: 1;
}
.BlueHeader th {
    border: 1px solid #082f55;
    background-color: #082f55;
    color: #fff;
}
@media screen and (max-height: 641px) {
    .handy-horizontal-scroll {
        overflow-x: scroll;
        white-space: nowrap;
    }
}
.tableDashboard {
    max-height: 250px;
}
.horizontalerStrich {
    max-width: 70px;
    margin: 0px;
    height: 3px;
    color: black;
    background-color: black;
}
.horizontalerStrichGreen {
    text-decoration: underline;
    text-decoration-color: #c5e13b;
    height: 3px;
}
.horizontalerStrichGrey {
    margin: 0px;
    height: 1px;
    color: grey;
    background-color: grey;
}
.checkoutCheckAndOrderBuyButton {
    float: left;
    margin-top: 5px;
    margin-bottom: 20px;
    float: right;
    min-width: 250px;
    min-height: 60px;
    color: black;
    border-color: #b0cb1f;
    background-color: #b0cb1f;
    margin-top: 0px;
}
.checkoutCheckAndOrderBuyText {
    font-size: 20px;
    padding: 0 20px 0 20px;
}
.checkoutCheckAndOrderBack {
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 100px;
}
.marginlist {
    margin-left: -25px; 
    margin-top: 0px;
    margin-bottom: 0px;

}
.hoverTable:hover {
    background-color: rgba(41, 208, 255, 0.2) !important;
}
.highligth, .highlight:hover {
    background-color: rgba(41, 208, 255, 0.5) !important;
    /* border: 2px solid rgba(41, 209, 255, 0.479); */
}
@media only screen and (min-width: 320px) and (max-width: 410px) {
    .checkoutCheckAndOrderBuyButton {
        float: left;
        margin-top: 5px;
        margin-bottom: 20px;
        float: right;
        width: 160px;
        min-height: 60px;
        color: black;
        border-color: #b0cb1f;
        background-color: #b0cb1f;
        margin-top: 0px;
    }
    .checkoutCheckAndOrderBuyText {
        font-size: 16px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
    .bildContact {
        width: 82% !important;
    }
}
@media only screen and (max-width: 400px) {
    .margin-Bottom2 {
        margin-bottom: 75px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .elementsNextToEachOtherLicensing {
        width: 40%;
        padding-top: 20px;
    }
    .elementsNextToEachOtherLicensing2 {
        width: 60%;
        padding-top: 20px;
    }
    .elementsNextToEachOtherLicensing3 {
        padding-top: 5px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 540px) {
    .elementsNextToEachOther {
        width: 80px;
    }
    .elementsNextToEachOther2 {
        width: 165px;
    }
}
@media only screen and (max-width: 496px) {
    .grueneBoxMainButton {
        width: 75% !important;
    }
}
@media only screen and (max-width: 600px) {
    .customerAreaDashboard {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 600px) {
    .customerAreaDashboard {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 341px) {
    .h4Contact {
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
    .elementsNextToEachOtherDocumentation {
        padding-top: 10px;
        width: 20%;
    }
    .elementsNextToEachOtherDocumentation2 {
        width: 70%;
    }
    .telephoneContactBild {
        margin-top: 5px !important;
    }
    .mailContactBild {
        margin-top: -5px !important;
    }
    .emailAndTelephoneContactBild {
        width: 10%;
    }
    .emailAndTelephoneContactText {
        width: 85%;
        margin-left: 10px !important;
        margin-top: 0px !important;
    }
}
@media only screen and (min-width: 496px) and (max-width: 768px) {
    .grueneBoxMainButton {
        width: 50% !important;
    }
}
@media only screen and (max-width: 575px) {
    .greyBoxReferences {
        margin-left: 15px;
        margin-right: 15px;
    }
    .upgradeMobile {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media only screen and (min-width: 540px) and (max-width: 768px) {
    .elementsNextToEachOther {
        width: 60px;
    }
    .elementsNextToEachOther2 {
        width: 380px;
    }
}
@media screen and (max-width: 991px) {
    .menueLink {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .menueBurgerLink {
        display: none;
    }
}
@media screen and (min-width: 600px) {
    .mobile-break {
        display: none;
    }
}
@media only screen and (min-width: 438px) {
    .mobile-breakHandyCustomerAreaAdresses {
        display: none;
    }
}
@media only screen and (min-width: 349px) {
    .mobile-breakHandy2CustomerAreaAdresses {
        display: none;
    }
}
@media only screen and (min-width: 336px) {
    .mobile-breakHandyFrenchCustomerAreaAdresses {
        display: none;
    }
}
@media only screen and (min-width: 443px) {
    .mobile-breakHandyFrench2CustomerAreaAdresses {
        display: none;
    }
}
@media only screen and (min-width: 394px) {
    .mobile-breakHandyEnglishCustomerAreaShowAdresses {
        display: none;
    }
}
@media only screen and (min-width: 593px) {
    .mobile-breakHandy2EnglishCustomerAreaShowAdresses {
        display: none;
    }
}
.referencesTitelTablet {
    margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .greyBoxPhoneSize2 {
        width: 20%;
        flex: none;
    }
    .bildContact {
        width: 82% !important;
    }
    .schriftgroesseh2References {
        font-size: 1.5rem !important;
    }
    .elementsNextToEachOther {
        width: 65px !important;
        margin-bottom: 10px;
    }
    .elementsNextToEachOther2 {
        padding-top: 10px;
        width: 500px;
    }
    .groesseIcons {
        width: 39% !important;
    }
    .groesseIcons2 {
        width: 40% !important;
    }
    .groesseIcons3 {
        width: 50% !important;
    }
    .groesseIcons4 {
        width: 60% !important;
    }
    .pictureCentered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60% !important;
    }
    .whatsCOPBilder {
        width: 50% !important;
    }
}
@media only screen and (min-width: 992px) {
    .mainDesktop {
        width: 100%;
    }
    .grueneBoxMain {
        line-height: 1.2;
        text-align: center !important;
    }
    .trialVersionsMargin {
        margin-top: 30px !important;
    }
}
@media only screen and (max-width: 992px) {
    .trialVersionsPadding {
        padding-left: 15px !important;
    }
    .computerBildMain {
        margin-bottom: 24px !important;
    }
    .COP_button5 {
        width: 100% !important;
    }
    .paddingButtonMain {
        margin-bottom: 20px;
    }
    .faqIcon {
        margin-top: 28px !important;
    }
    .h2MarginTopNull h2 {
        margin-top: 0px !important;
    }
    .marginTopNull {
        margin-top: 0px !important;
    }
    .grueneBoxMain {
        margin-top: 20px !important;
    }
    .elementsNextToEachOther3 {
        width: 45px;
    }
    body {
        padding-top: 80px !important;
    }
    h1 {
        margin-top: 20px;
    }
    h2 {
        margin-top: 20px !important;
    }
    h4 {
        font-size: 1.5rem;
    }
    .BildUntenStartseite {
        padding-left: 0 !important;
    }
    .margin-Bottom {
        margin-bottom: 30px !important;
    }
    .ersteBildMain {
        width: 100% !important;
    }
    .paddingColErsteBild {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .textLeft {
        justify-content: left;
    }
    .paddingNull {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .greyBoxPhoneSize {
        width: 90px;
        flex: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .computerPNGAbstandMain {
        margin-bottom: 24px !important;
    }
    .h4Contact {
        font-size: 1.5rem !important;
    }
    h4 {
        font-size: 1.25rem;
    }
    .whatsCOPPadding {
        margin-bottom: 43px;
    }
    .SoftwareSchutzButtons {
        max-width: 30%;
    }
    .computerBildMain {
        margin-bottom: 28px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .einkaufswagenWeg {
        display: none;
    }
}
.howToQuotationMarks {
    background-color: red;
    color: #fde4c0;
    padding: 5pt;
}

@media only screen and (min-width: 1425px) {
    .ShowMobile {
        display: none;
    }
    .notShowMobile {
        display: block;
    }
}

@media only screen and (max-width: 1424px) {
    .ShowMobile {
        display: block;
    }
    .notShowMobile {
        display: none;
    }
}

/* Overlay-Stil */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.7); /* Grauer halbtransparenter Hintergrund */
    z-index: 9999; /* Sicherstellen, dass es über allen anderen Elementen liegt */
    justify-content: center;
    align-items: center;
  }

/* Dropdown-Menü direkt unter dem Eingabefeld */
.admin-dropdown-menu {
    position: sticky;
    background-color: white;
    z-index: 10; /* Sicherstellen, dass es über allen anderen Elementen liegt */
    left: 0;
    top: 0%;
    width: 100%; /* Breite des Eingabefelds übernehmen */
    margin-top: 0;
    cursor: pointer;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
  }

  .codeStyle {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
  }

  /* Remove this when Bootstrap 5*/
  .opacity-0 {
    opacity: 0;
    }