/* ====================
    HTML and Body
======================= */

html,
body {
    height: 100%;
}

body {
    padding-top: 90px;
    display: flex;
    flex-flow: column;
}


section.section-subnav {
    margin-top: 50px;
}

@media (max-width: 991px) {
    section.section-subnav {
        margin-top: 80px;
    }
}

/*
@media (max-width: 991px) {
    section.section-subnav {
        margin-top: 60px;
    }
}
*/

footer {
    margin-top: auto;
    /*    margin-bottom: -125px;*/
    margin-bottom: 0px;
    padding: 25px 0;
}


*:focus {
    outline: none !important;
    box-shadow: none !important;
}

@media (min-width:1400px) {

    /* Standard Max-Container */
    .container {
        max-width: 1280px
    }
}

a {
    cursor: pointer;
}

.btn {
    color: #fff;
    background-color: #0085cd;
    border-color: #0085cd;
}

.btn:hover {
    color: orange;
}

.btn:first-child:hover,
:not(.btn-check) + .btn:hover {
    color: orange;
    background-color: #0085cd;
    border-color: #0085cd;
}

.btn-orange {
    color: #fff;
    background-color: orange;
    border-color: orange;
}

.btn-orange:hover,
.btn:first-child:hover.btn-orange,
:not(.btn-check) + .btn:hover.btn-orange {
    color: #0085cd;
    background-color: orange;
    border-color: orange;
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-dark:hover {
    color: orange;
    background-color: #212529 !important;
    border-color: #212529 !important;

}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn svg,
.btn i {
    margin-right: 7px;
}

.btn-outline-light {
    color: var(--bs-white);
    border-color: var(--bs-white);
    background-color: transparent;
}

.btn-scroll {
    cursor: pointer;
}

.table > :not(:first-child) {
    border-top: 1px solid #cfcfcf;
}

.btn-zoom {
    color: #0085cd;
    background-color: transparent;
    border: 1px solid #0085cd;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
    font-size: 12px;
}

.btn-zoom:hover {
    color: orange;
    background-color: transparent;
    border: 1px solid orange;
}

/*
    Umschalter Abo oder Kaufen
*/

.pricingTable .tabsBtnHolder ul {
    float: left;
    display: block;
    width: 100%;
    max-width: 326px;
    border-radius: 1.6666666667rem;
    margin: 0px auto;
    margin-bottom: 40px;
    background: #f36233;
    text-align: center;
    position: relative;
}

.pricingTable .tabsBtnHolder ul li {
    float: left;
    width: calc(100% / 2);
    display: inline-block;
    transition: 0.4s ease;
}

.pricingTable .tabsBtnHolder ul li a {
    color: #fff;
    padding: 10px 15px;
    z-index: 10;
    position: relative;
}

.pricingTable .tabsBtnHolder ul li a.active {
    color: #f36233;
}

.pricingTable .tabsBtnHolder ul li.indicator {
    position: absolute;
    top: 50%;
    left: 2px;
    /*163px*/
    background: #fff;
    height: calc(100% - 4px);
    transform: translateY(-50%);
    border-radius: 1.5333333333rem;
    width: 161px;
    z-index: 9
}



/* ====================
    IMG and SVG size
======================= */

img,
svg,
video {
    max-width: 100%;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* ==================================== 
    Backgrounds | Gradienten |
======================================= */

.bg-green {
    background-color: #4a9535 !important;
}

.bg-red {
    background-color: #be1622 !important;
}

.bg-dark hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-dark-rgba10 {
    background-color: rgba(33, 37, 41, 0.10) !important;
}

.bg-dark-rgba15 {
    background-color: rgba(33, 37, 41, 0.15) !important;
}

.bg-dark-rgba20 {
    background-color: rgba(33, 37, 41, 0.20) !important;
}

.bg-dark-rgba25 {
    background-color: rgba(33, 37, 41, 0.25) !important;
}

.bg-dark-rgba30 {
    background-color: rgba(33, 37, 41, 0.3) !important;
}

.bg-dark-rgba35 {
    background-color: rgba(33, 37, 41, 0.35) !important;
}

.bg-dark-rgba40 {
    background-color: rgba(33, 37, 41, 0.40) !important;
}

.bg-dark-rgba45 {
    background-color: rgba(33, 37, 41, 0.45) !important;
}

.bg-dark-rgba50 {
    background-color: rgba(33, 37, 41, 0.5) !important;
}

.bg-dark-rgba55 {
    background-color: rgba(33, 37, 41, 0.55) !important;
}

.bg-dark-rgba60 {
    background-color: rgba(33, 37, 41, 0.6) !important;
}

.bg-dark-rgba65 {
    background-color: rgba(33, 37, 41, 0.65) !important;
}

.bg-dark-rgba70 {
    background-color: rgba(33, 37, 41, 0.70) !important;
}

.bg-dark-rgba75 {
    background-color: rgba(33, 37, 41, 0.75) !important;
}

.bg-dark-rgba80 {
    background-color: rgba(33, 37, 41, 0.80) !important;
}

.bg-dark-rgba85 {
    background-color: rgba(33, 37, 41, 0.85) !important;
}

.bg-dark-rgba90 {
    background-color: rgba(33, 37, 41, 0.90) !important;
}

.bg-dark-rgba95 {
    background-color: rgba(33, 37, 41, 0.95) !important;
}

.bg-light-rgba10 {
    background-color: rgba(255, 255, 255, 0.10) !important;
}

.bg-light-rgba15 {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.bg-light-rgba20 {
    background-color: rgba(255, 255, 255, 0.20) !important;
}

.bg-light-rgba25 {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.bg-light-rgba30 {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.bg-light-rgba35 {
    background-color: rgba(255, 255, 255, 0.35) !important;
}

.bg-light-rgba40 {
    background-color: rgba(255, 255, 255, 0.40) !important;
}

.bg-light-rgba45 {
    background-color: rgba(255, 255, 255, 0.45) !important;
}

.bg-light-rgba50 {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-light-rgba55 {
    background-color: rgba(255, 255, 255, 0.55) !important;
}

.bg-light-rgba60 {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-light-rgba65 {
    background-color: rgba(255, 255, 255, 0.65) !important;
}

.bg-light-rgba70 {
    background-color: rgba(255, 255, 255, 0.70) !important;
}

.bg-light-rgba75 {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.bg-light-rgba80 {
    background-color: rgba(255, 255, 255, 0.80) !important;
}

.bg-light-rgba85 {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.bg-light-rgba90 {
    background-color: rgba(255, 255, 255, 0.90) !important;
}

.bg-light-rgba95 {
    background-color: rgba(255, 255, 255, 0.95) !important;
}

.bg-red-rgba10 {
    background-color: rgba(190, 24, 36, 0.10) !important;
}

.bg-red-rgba15 {
    background-color: rgba(190, 24, 36, 0.15) !important;
}

.bg-red-rgba20 {
    background-color: rgba(190, 24, 36, 0.20) !important;
}

.bg-red-rgba25 {
    background-color: rgba(190, 24, 36, 0.25) !important;
}

.bg-red-rgba30 {
    background-color: rgba(190, 24, 36, 0.30) !important;
}

.bg-red-rgba35 {
    background-color: rgba(190, 24, 36, 0.35) !important;
}

.bg-red-rgba40 {
    background-color: rgba(190, 24, 36, 0.40) !important;
}

.bg-red-rgba45 {
    background-color: rgba(190, 24, 36, 0.45) !important;
}

.bg-red-rgba50 {
    background-color: rgba(190, 24, 36, 0.50) !important;
}

.bg-red-rgba50 {
    background-color: rgba(190, 24, 36, 0.50) !important;
}

.bg-red-rgba55 {
    background-color: rgba(190, 24, 36, 0.55) !important;
}

.bg-red-rgba60 {
    background-color: rgba(190, 24, 36, 0.60) !important;
}

.bg-red-rgba65 {
    background-color: rgba(190, 24, 36, 0.65) !important;
}

.bg-red-rgba70 {
    background-color: rgba(190, 24, 36, 0.70) !important;
}

.bg-red-rgba75 {
    background-color: rgba(190, 24, 36, 0.75) !important;
}

.bg-red-rgba80 {
    background-color: rgba(190, 24, 36, 0.80) !important;
}

.bg-red-rgba85 {
    background-color: rgba(190, 24, 36, 0.85) !important;
}

.bg-red-rgba90 {
    background-color: rgba(190, 24, 36, 0.90) !important;
}

.bg-uni {
    background-color: #71B44A !important;
}

.bg-nx {
    background-color: #3B4F73 !important;
}

.bg-pro {
    background-color: #3C3B3D !important;
}

.bg-std {
    background-color: #4C84C1 !important;
}

.bg-blue {
    background-color: #0085cd !important;
}

.bg-lightblue {
    background-color: #9dbbf8 !important;
}

.bg-truebackup {
    background-color: #2668ba !important;
}

.bg-truebackup-nx {
    background-color: #fcbf5b !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.td-white {
    background-color: #ffffff !important;
}

.bg-milkglas {
    background-color: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.bg-darkred {
    background-color: darkred;
}

.bg-darkblue {
    background-color: #1c4c84;
}

.bg-gradient1 {
    background: linear-gradient(180deg, #f8e3d0, transparent 42%),
        linear-gradient(0deg, #fff, transparent 45%),
        linear-gradient(82deg, #c2c6f8 38%, #f6c5c0 62%);
}

.bg-gradient2 {
    /*  background: conic-gradient(from 90deg at 50% 50%, #1f005c, #5b0060, #870160, #ac255e, #ca485c, #e16b5c, #f39060, #ffb56b);*/
    overflow: hidden;
    /*background: #dcf2fa;*/
    background-image: url(../../../../images/home/bg1.png) 50% no-repeat;
    background-size: cover;
}

.bg-gradient3 {
    background-color: #e6d7cd;
    background-image: radial-gradient(circle farthest-corner at 50% 0%, #162d64, #040b1b);
}

.bg-gradient4 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.bg-gradient5 {
    background-color: hsla(241, 100%, 50%, 1);
    background-image:
        radial-gradient(at 40% 20%, hsla(28, 100%, 74%, 1) 0px, transparent 50%),
        radial-gradient(at 80% 0%, hsla(189, 100%, 56%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 50%, hsla(355, 100%, 93%, 1) 0px, transparent 50%),
        radial-gradient(at 80% 50%, hsla(340, 100%, 76%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 100%, hsla(22, 100%, 77%, 1) 0px, transparent 50%),
        radial-gradient(at 80% 100%, hsla(242, 100%, 70%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 0%, hsla(343, 100%, 76%, 1) 0px, transparent 50%);
}

.bg-gradient6 {
    background-image: radial-gradient(circle, #f32a0f 10%, #a8091c 90%);
}

.carousel-inner-nx {
    /*overflow: visible;*/
}


.shadow-1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}


.bg-freepdf {
    background-color: #a1a1a1;
}

.bg-flexipdf-nx {
    background-color: #404040;
}

.bg-flexipdf {
    background-color: #E00037;
}



/* ==========================================
    Standard button settings
    Color: Blue #0085cd / Hover: Orange 
============================================= */

a {
    color: #0085cd;
    text-decoration: none;
}

a:hover {
    color: orange;
}



/* ==============================
    PRE
================================= */

pre {
    padding: 10px 20px;
    background: #f5f5f5;
    color: #242729;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto;
}

/* =========================================
    Trennstrich zwischen Col's oder hr
============================================ */
.row-vd {
    position: relative;
}

.row-vd > [class*='col-']:before {
    display: none;
    background: #b2b2b2;
    bottom: 0;
    content: "";
    position: absolute;
    width: 1px;
    top: 0;

}

.row-vd.row-vd-dark > [class*='col-']:before {
    background: #242729;
}





.row-vd > [class*='col-']:before {
    margin-left: -25px;
}

.row-vd > [class*='col-'] {
    padding: 25px;
}

.row-vd > [class*='col-']:first-child:before {
    display: none;
}

.row.row-vd {
    margin-top: 0 !important;
}



@media (min-width: 576px) {
    .row-sm-vd > [class*='col-']:before {
        display: block;
    }
}

@media (min-width: 768px) {
    .row-md-vd > [class*='col-']:before {
        display: block;
    }
}

@media (min-width: 992px) {
    .row-lg-vd > [class*='col-']:before {
        display: block;
    }
}

@media (min-width: 1200px) {
    .row-xl-vd > [class*='col-']:before {
        display: block;
    }
}

@media (min-width: 1400px) {
    .row-xxl-vd > [class*='col-']:before {
        display: block;
    }
}

/* hr Styles */


hr.dashed {
    border-top: 2px dashed #999;
}

hr.dotted {
    border-top: 2px dotted #999;
}

hr.solid {
    border-top: 2px solid #999;
}

.hr-divider {
    margin: 0 -15px;
}

/* ROW-Divider mit Border-End ist nur für diese Breakpoints eingerichtet */

@media (min-width:576px) {
    .border-sm-end {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}


@media (min-width:992px) {
    .border-lg-end {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}



/* =========================================
    Sidebars
============================================ */
.sidebar {
    padding-top: 70px;
    padding-bottom: 100px;
}

/* =========================================
    Sidebare-Right Blog Neue Beiträge
============================================ */

.sidebar-right .blog-category-menu,
.sidebar-right .blog-latestnews-header {
    color: #444;
    font-weight: 600;
}

.sidebar-right .blog-category-menu {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.sidebar-right .blog-latestnews-header {
    padding-top: 35px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.sidebar-right .blog-latestnews-list li {
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

/* =========================
    Shop Eistellungen
========================= */

.shop .card .card-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .0);
    border-bottom: 1px solid rgba(0, 0, 0, .0);
}

.shop .card .card-footer {
    padding: 1rem 1rem;
    background-color: rgba(0, 0, 0, .00);
    border-top: 1px solid rgba(0, 0, 0, .0);
}


/*   Shop Modal | Prices | Vat | Lists */

.shop .card-list {
    margin-top: 35px;
    padding-left: 15px;
}

.shop .card-list li {
    padding-bottom: 8px;
}

/* Modal: Vielen Dank.  */
.success-modal .modal-body {
    padding: 2rem 2rem 2rem 2rem;
}


.shop .card h2.card-title {
    color: #0085cd;
}


/* ===================================================================
     Macht den Table-Head Sticky z.B. FlexiPDF Vergleichstabelle
====================================================================== */

table.table-sticky {
    margin: 0;
    margin-top: 25px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

/* Clear Bootstrap table borders */

table.table-sticky,
table.table-sticky td,
table.table-sticky th {
    border: 0px;
}

table.table-sticky {
    width: auto;
}

table.table-sticky th {
    border-top: 1px solid #dee2e6;
    vertical-align: top;
}

table.table-sticky th:first-child {
    border-top: 0px solid #dee2e6;
}

table.table-sticky td:first-child {
    border-left: 1px solid #dee2e6;
}

table.table-sticky td,
table.table-sticky th {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

@media (min-width: 992px) {
    .table-responsive-lg table.table-sticky thead {
        text-align: center;
        position: sticky;
        top: 157px;
        z-index: 1;
        background: white;
    }
}


/* =========================================
     Border responive auf "0" setzen
============================================ */

@media (max-width: 576px) {
    .border-sm-0 {
        border: 0px !important;
    }
}

@media (max-width: 768px) {
    .border-md-0 {
        border: 0px !important;
    }
}

@media (max-width: 992px) {
    .border-lg-0 {
        border: 0px !important;
    }
}

@media (max-width: 1200px) {
    .border-xl-0 {
        border: 0px !important;
    }
}

@media (max-width: 1400px) {
    .border-xxl-0 {
        border: 0px !important;
    }
}

/* =========================================
     Border Farben
============================================ */
.border-darkblue {
    border-color: #193268 !important;
}

.border-crimson {
    border-color: crimson !important;
}

.border-green {
    border-color: green !important;
}

.border-red {
    border-color: red !important;
}

.border-blue {
    border-color: #0085cd !important;
}

.border-yellow {
    border-color: #ffc107 !important;
}

/* =========================================
    Multi Carousel
    Z.B.: produkte/schriften/handschriften
============================================ */

@media (min-width: 768px) {

    .carousel-2 .carousel-inner,
    .carousel-3 .carousel-inner,
    .carousel-4 .carousel-inner,
    .carousel-5 .carousel-inner {
        display: flex;
    }

    .carousel-2 .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
    }

    .carousel-3 .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }

    .carousel-4 .carousel-item {
        margin-right: 0;
        flex: 0 0 25%;
        display: block;
    }

    .carousel-5 .carousel-item {
        margin-right: 0;
        flex: 0 0 20%;
        display: block;
    }

}

/* ==================================================================
   Multi-Teaser mit Hauptbild und 3 unterbilder
    siehe: BeckerCAD 12 3D Pro Teaser
===================================================================== */
.multiteaser {
    padding-top: 0;

}

.multiteaser .multiteaser-body {
    padding-top: calc(50px + .55vw);
    padding-bottom: calc(50px + 5.55vw);
    background-repeat: no-repeat;
    background-size: cover;
    /*    border-bottom: 5px solid #193268;*/
}


.multiteaser .multiteaser-minis {
    padding: 0;
    transform: translateY(-50%);
    margin-top: 0px;
    margin-bottom: -80px;
}

@media (max-width: 1200px) {
    .multiteaser .container.bg-on {
        background-color: rgba(255, 255, 255, 0.75) !important;
    }
}


/* =========================================
    Dauerhafte Bootestrap Overrides 
============================================ */
/* Dropdown */

.dropdown-menu {
    font-size: 16px;
}


/* Card */
.card-header,
.card-footer {
    background-color: rgba(0, 0, 0, 0);
}



/* Carousel Next/Prev Butten hintergrund */
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: rgb(33, 37, 41);
    border-radius: 0.25rem !important;
}

/* Dropdown */
a.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
    cursor: pointer;
}

/* Accordion */
.accordion-button {
    color: #ffffff;
    background-color: #0085cd;
    font-size: 16px;
    cursor: pointer;

}

.accordion-button:hover {
    color: orange;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #0085cd;
}

.accordion-button:not(.collapsed):hover {
    color: orange !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1.6,4.6c0.2-0.2,0.5-0.2,0.7,0c0,0,0,0,0,0L8,10.3l5.6-5.6c0.2-0.2,0.5-0.2,0.7,0s0.2,0.5,0,0.7l-6,6 c-0.2,0.2-0.5,0.2-0.7,0c0,0,0,0,0,0l-6-6C1.5,5.2,1.5,4.8,1.6,4.6C1.6,4.6,1.6,4.6,1.6,4.6z'/%3E%3C/svg%3E%0A");

    transform: rotate(-180deg)
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1.6,4.6c0.2-0.2,0.5-0.2,0.7,0c0,0,0,0,0,0L8,10.3l5.6-5.6c0.2-0.2,0.5-0.2,0.7,0s0.2,0.5,0,0.7l-6,6 c-0.2,0.2-0.5,0.2-0.7,0c0,0,0,0,0,0l-6-6C1.5,5.2,1.5,4.8,1.6,4.6C1.6,4.6,1.6,4.6,1.6,4.6z'/%3E%3C/svg%3E%0A");
}

.accordion-body {
    border: 1px solid #ccc;
    border-radius: .25rem;
}

/* Card */

.card {
    border: 1px solid rgba(0, 0, 0, .25);
    background-color: transparent;
}

.card-header {
    border-bottom: 1px solid #b2b2b2;
}

.border-0 {
    border: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

/*  Modal */



.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    /*background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1…1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;*/
    border: 0;
    border-radius: .375rem;
    opacity: 1;
}

.btn-close {
    background-color: rgba(255, 255, 255, 0);

}

.btn-close:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='orange'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: rgba(255, 255, 255, 0);
    opacity: 1;
}



.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.3rem 0.3rem;
    margin: 0.3rem 0.3rem;
}

.modal-header {
    border-bottom: 0;
}

.modal-body {
    padding: 0rem 2rem 2rem 2rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.2;
}

.carousel-control-next,
.carousel-control-prev {
    width: 7.5%;
}

/* Badge */
.badge {
    padding: .2em .3em;
}

/* Nav-Pills / Nav-Tabs siehe BeckerCAD */

/* Nav-Pills */

.nav-pills .nav-link,
.nav-pills > .nav-link {
    color: #fff;
    background-color: rgba(255, 255, 255, .3);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0085cd;
}

.nav-link {
    text-align: left;
    width: 100%;
}

/* Equal Tab-Content height */

@media (min-width:992px) {
    .tab-content {
        display: flex;
    }

    .tab-content > .tab-pane {
        display: block;
        visibility: hidden;
        margin-right: -100%;
        width: 100%;
    }

    .tab-content > .active {
        visibility: visible;
    }
}

/* Fonts-carousel Einstellungen */

@media (max-width: 767px) {
    .carousel-fonts .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-fonts .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-fonts .carousel-inner .carousel-item.active,
.carousel-fonts .carousel-inner .carousel-item-next,
.carousel-fonts .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {

    .carousel-fonts .carousel-inner .carousel-item-end.active,
    .carousel-fonts .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-fonts .carousel-inner .carousel-item-start.active,
    .carousel-fonts .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-fonts .carousel-inner .carousel-item-end,
.carousel-fonts .carousel-inner .carousel-item-start {
    transform: translateX(0);
}



pre {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* Zeigt Tooltips beim Hovern pber dem gepunkteten Text an */

abbr {
    border-bottom: 1px dotted;
    cursor: pointer;
}

/* Idicatoren für das Standard Carusel */
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 70px;
    height: 3px;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: 0px;
    cursor: pointer;
    background-color: #2e183c;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .25;
    transition: opacity .6s ease;
    line-height: 2;
}

.carousel-indicators.carousel-indicators-btn {
    margin: 10px 0;
}

.carousel-indicators.carousel-indicators-btn .fa,
.carousel-indicators.carousel-indicators-btn .fab {
    font-size: 20px;
    padding-right: 5px;
}

.carousel-indicators.carousel-indicators-btn [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 100px;
    height: auto;
    padding: 10px 5px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: 0;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    color: #ffffff;
    border-radius: 5px;
    line-height: 1.25;
}

.carousel-indicators.carousel-indicators-btn [data-bs-target]:hover,
.carousel-indicators.carousel-indicators-btn .active {
    opacity: 1;
}


/* Vertical carousel */

.vertical.carousel .carousel-item {
    overflow: hidden;
}

.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}

.vertical.carousel .carousel-indicators {
    top: 0;
    left: unset;

    margin-left: unset !important;
    margin-right: 1rem;

    flex-direction: column;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 30px;
    width: 3px;
}

.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
    width: 100%;
    height: 60px;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
    transform: rotateZ(90deg);
}

.vertical.carousel .carousel-control-next {
    top: unset;
    bottom: 0;
}

/* Tranparent background dark */

.bgt-dark10 {
    background-color: rgba(0, 0, 0, 0.10) !important;
}

.bgt-dark15 {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.bgt-dark20 {
    background-color: rgba(0, 0, 0, 0.20) !important;
}

.bgt-dark25 {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.bgt-dark30 {
    background-color: rgba(0, 0, 0, 0.30) !important;
}

.bgt-dark35 {
    background-color: rgba(0, 0, 0, 0.35) !important;
}

.bgt-dark40 {
    background-color: rgba(0, 0, 0, 0.40) !important;
}

.bgt-dark45 {
    background-color: rgba(0, 0, 0, 0.45) !important;
}

.bgt-dark50 {
    background-color: rgba(0, 0, 0, 0.50) !important;
}

.bgt-dark55 {
    background-color: rgba(0, 0, 0, 0.55) !important;
}

.bgt-dark60 {
    background-color: rgba(0, 0, 0, 0.60) !important;
}

.bgt-dark65 {
    background-color: rgba(0, 0, 0, 0.65) !important;
}

.bgt-dark70 {
    background-color: rgba(0, 0, 0, 0.70) !important;
}

.bgt-dark75 {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.bgt-dark80 {
    background-color: rgba(0, 0, 0, 0.80) !important;
}

.bgt-dark85 {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.bgt-dark90 {
    background-color: rgba(0, 0, 0, 0.90) !important;
}

.bgt-dark95 {
    background-color: rgba(0, 0, 0, 0.95) !important;
}

/* Tranparent background light */

.bgt-light10 {
    background-color: rgba(255, 255, 255, 0.10) !important;
}

.bgt-light15 {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.bgt-light20 {
    background-color: rgba(255, 255, 255, 0.20) !important;
}

.bgt-light25 {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.bgt-light30 {
    background-color: rgba(255, 255, 255, 0.30) !important;
}

.bgt-light35 {
    background-color: rgba(255, 255, 255, 0.35) !important;
}

.bgt-light40 {
    background-color: rgba(255, 255, 255, 0.40) !important;
}

.bgt-light45 {
    background-color: rgba(255, 255, 255, 0.45) !important;
}

.bgt-light50 {
    background-color: rgba(255, 255, 255, 0.50) !important;
}

.bgt-light55 {
    background-color: rgba(255, 255, 255, 0.55) !important;
}

.bgt-light60 {
    background-color: rgba(255, 255, 255, 0.60) !important;
}

.bgt-light65 {
    background-color: rgba(255, 255, 255, 0.65) !important;
}

.bgt-light70 {
    background-color: rgba(255, 255, 255, 0.70) !important;
}

.bgt-light75 {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.bgt-light80 {
    background-color: rgba(255, 255, 255, 0.80) !important;
}

.bgt-light85 {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.bgt-light90 {
    background-color: rgba(255, 255, 255, 0.90) !important;
}

.bgt-light95 {
    background-color: rgba(255, 255, 255, 0.95) !important;
}

.btn-link {
    color: #0085cd;
    text-decoration: none;
}


.btn-link:hover {
    color: orange;
}


.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    z-index: 1000;
}


/* XS Row-Cols Spezial z.B. im Footer */

@media (min-width:415px) and (max-width:575px) {
    .col-xs {
        flex: 1 0 0%
    }

    .row-cols-xs-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xs-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xs-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xs-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xs-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xs-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xs-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xs-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xs-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xs-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xs-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xs-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%
    }
}


/* Spezial Gutter fuer SM-Download */

.g-09,
.gy-09 {
    --bs-gutter-y: 0.9rem;
}

.g-09,
.gx-09 {
    --bs-gutter-x: 0.9rem;
}

/* Border und Border-Display */

.border-6 {
    border-width: 6px !important;
}

.border-7 {
    border-width: 7px !important;
}

.border-8 {
    border-width: 8px !important;
}

.border-9 {
    border-width: 9px !important;
}

.border-10 {
    border-width: 10px !important;
}

.border-11 {
    border-width: 11px !important;
}

.border-12 {
    border-width: 12px !important;
}

.border-13 {
    border-width: 13px !important;
}

.border-14 {
    border-width: 14px !important;
}

.border-15 {
    border-width: 15px !important;
}

.border-16 {
    border-width: 16px !important;
}

.border-17 {
    border-width: 17px !important;
}

.border-18 {
    border-width: 18px !important;
}

.border-19 {
    border-width: 19px !important;
}

.border-20 {
    border-width: 20px !important;
}

.border-transparent {
    border-color: transparent !important;
}
