/* ==========================================
   TENANT BRAND COLORS (CSS Variables)
   Wird von tenantCss() in config.php überschrieben,
   wenn ein Mandant über die Domain erkannt wird.
   ========================================== */
:root {
    --tenant-navy:    #1a2e4a;
    --tenant-primary: #2e86c1;
}

.modal-header .close {
    margin-top:-22px!important;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;

    padding: 0 15px;
}



html {
    scroll-behavior: smooth;
    font-size: 15.5px; /* Rem-Anker: alle rem-Werte basieren darauf */
}

html, body {
    height: 100%;
}

.background {
    background-color:#EFF5FB;
    padding-top:50px;
}

.background_no_headline {
    background-color:#EFF5FB;

}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow {

    bottom: 0;
    left: 50%;
    margin-left: auto;
    margin-right:auto;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDcuNDM3IDQwNy40MzciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNy40MzcgNDA3LjQzNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiPgo8cG9seWdvbiBwb2ludHM9IjM4Ni4yNTgsOTEuNTY3IDIwMy43MTgsMjczLjUxMiAyMS4xNzksOTEuNTY3IDAsMTEyLjgxNSAyMDMuNzE4LDMxNS44NyA0MDcuNDM3LDExMi44MTUgIiBmaWxsPSIjNTI1MzU0Ii8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-size: contain;
    position:absolute;
}

.bounce {
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
}


#gradient {
    box-shadow: 0px 8px 6px -6px #EFF5FB
}

.modal-state {
    display: none;

}

.bildunterschrift {
    position: relative;


}

.bildunterschrift span {

    position: absolute;
    bottom: 0;
    line-height: 3em;
    text-align: center;
    background-color: #000;
    background-color: hsla(0, 0%, 100%, 0.8);
    width: 100%;
    font-size: 13pt;


}

.bildunterschrift span:hover{

    position: absolute;
    bottom: 0;
    line-height: 3em;
    text-align: center;
    background-color:#EFF5FB;
    background-color: hsla(0, 0%, 100%, 0.9);
    width: 100%;
    font-size: 13pt;



}





.bildunterschrift img {
    display: block;
}

------------------------------------------

.rechteck-out {
    heiht:70%;
    width:70%;
    margin: 0px auto;

}

.rechteck-oin {
    height:70%;
    width:70%;
    margin: 0px auto;

}

.center {
    margin:0px auto;
    max-width:180px;
}

.textunterbild {
    margin:auto;
}

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    margin-bottom: 9.5%;
    color: #fff;
}

.responsiveContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}



/* ===================== FILE INPUT ===================== */
.file-area {
    width: 100%;
    position: relative;}

input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;}

/* ===================== BASIC STYLING ===================== */





video {
    width: 100%;
}






/* Zoom In #1 */
.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}



figure {
    width: 300px;
    height: 200px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
figure:hover+span {
    bottom: -36px;
    opacity: 1;
}


.header {
    width: 100%;
    height: auto;
    float: right;
    margin-bottom: 75px;
}

.fließtext {
    font-size: 17px;

    font-weight: 200;
    margin-top: 1em;

    margin-right: 2em
}

.fließtext_2 {
    font-size: 17px;

    font-weight: 200;

    margin-bottom: 1em;

}

.fließtext_3 {
    font-size: 15px;

    font-weight: 200;

    margin-bottom: 0.5em;

}



.überschrift_2 {
    font-size: 19px;
    font-weight: 300;


}



.überschrift_3 {
    font-size: 19px;
    font-weight: 200;
    margin-top: 2%;
    text-align: center;

}

.footer_rechts {
    float:right !important;
    margin-top: 3%;
    padding-bottom: 2%;

}

.footer {
    margin-top: 3%;
    float:left;
    padding-bottom:2%;

}


.footer a:hover {
    color:#555555;
    text-decoration: none;

}

.footer_rechts a:hover {
    color:#555555;
    text-decoration: none;

}
.background_footer {

}

a:hover {cursor:pointer;}




.list-social                 { margin-bottom: 30px; }
.list-social li              { width: 20%; float:left; }
.list-social li a            { color: #fff; display: block; padding: 7px 15px; transition: all 0.2s; }
.list-social li.social-fb a  { background: #3b5998; }
.list-social li.social-fb2 a { background: #3b5998; }
.list-social li.social-tw a  { background: #55acee; }
.list-social li.social-gp a  { background: #dd4b39; }
.list-social li.social-xi a  { background: #026466; }
.list-social li.social-wa a  { background: #64d448; }
.list-social li a:hover,
.post-social li a:focus      { background: #c01313; text-decoration: none; }



@media screen and (max-width: 990px) {
    .fließtext{
        text-align: left;
    }
}

.header {
    margin-top: 51px;
}

.active {
    font-weight:900;
}

.nav>li>.active {
    background-color: #eee;
}




.arrow {
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left:-20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@media screen and (max-width: 767px) {
    .carousel-indicators {
        display:none;
    }
}


/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

.mittig {
    text-align: center;
}

.breit {
    width: 100%;

}

.small {
    font-size: 11px;
    color: #999;
    display: block;
    margin-top: -10px
}

.cont {
    text-align: center;
}

.page-head {
    padding: 100px 0;
    text-align: center;
}

.page-head .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 50px;
    margin-top: 0;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.btn-lg {
    border-radius: 2px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
}

.btn-primary:hover {
    background-color: #fff;
    color: #152836;
}

.btn-primary {
    background-color: #152836;
    border-color: #0e1a24;
    color: #ffffff;
}

.btn-primary {
    border-color: #eeeeee;
    color: #eeeeee;
    transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
    font-size: 42px;
    margin: 0 0 20px;
    color: #FFF;
    position: relative;
    display: inline-block;
}

.page-head h1 .version {
    bottom: 0;
    color: #ddd;
    font-size: 11px;
    font-style: italic;
    position: absolute;
    width: 58px;
    right: -58px;
}

.demo-gallery > ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.demo-gallery > ul > li {
    margin-bottom: 15px;
    width: 180px;
    display: inline-block;
    margin-right: 15px;
    list-style: outside none none;
}

.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

footer.navbar-default.navbar-sticky-bottom {

    bottom: 0;
    width: 100%;
}

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}


.zwinker {
    display: none;
}

/* ==========================================
   ACTIWAY VIDEOPLATTFORM – Globale Styles
   Ergänzung zu main.css
   ========================================== */

/* Basis-Schriftgröße → siehe globaler Reset weiter unten */

/* Globaler Seiten-Wrapper mit etwas mehr Luft */
.container-marketing {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
}

/* ===== Tabellen global: gestreift + Hover ===== */
.table {
    font-size: 1.05rem;
}
.table > thead > tr > th {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: var(--tenant-navy, #1a2e4a);
    border-bottom: 2px solid var(--tenant-navy, #1a2e4a);
    padding: 10px 12px;
    white-space: nowrap;
}
.table > tbody > tr > td {
    padding: 9px 12px;
    vertical-align: middle;
    border-top: 1px solid #eee;
    font-size: 1rem;
}
/* Streifen: ungerade Zeilen grau */
.table > tbody > tr:nth-child(odd) > td,
.table > tbody > tr:nth-child(odd) > th {
    background-color: #f6f8fa;
}
.table > tbody > tr:nth-child(even) > td,
.table > tbody > tr:nth-child(even) > th {
    background-color: #ffffff;
}
/* Hover auf allen Tabellen */
.table > tbody > tr:hover > td,
.table > tbody > tr:hover > th {
    background-color: #e8f4fb;
    cursor: default;
}

/* DataTables: eigene odd/even Klassen + Hover */
table.dataTable tbody tr.odd  > td { background-color: #f6f8fa; }
table.dataTable tbody tr.even > td { background-color: #ffffff; }
table.dataTable tbody tr:hover > td { background-color: #e8f4fb; }

/* Buttons global etwas moderner */
.btn {
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 500;
    transition: all 0.15s ease;
}
.btn-primary {
    background-color: var(--tenant-navy, #1a2e4a);
    border-color: var(--tenant-navy, #1a2e4a);
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--tenant-primary, #2e86c1);
    border-color: var(--tenant-primary, #2e86c1);
    color: #fff;
}
.btn-success {
    background-color: #27ae60;
    border-color: #27ae60;
}
.btn-success:hover {
    background-color: #2ecc71;
    border-color: #2ecc71;
}
.btn-danger {
    background-color: #c0392b;
    border-color: #c0392b;
}
.btn-danger:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

/* Form-Elemente */
.form-control {
    font-size: 1.1rem;
    border-radius: 4px;
    border-color: #ccc;
    box-shadow: none;
    transition: border-color 0.15s;
}
.form-control:focus {
    border-color: var(--tenant-primary, #2e86c1);
    box-shadow: 0 0 0 2px rgba(46,134,193,0.15);
}

/* Alerts */
.alert {
    border-radius: 6px;
    font-size: 1.05rem;
    border: none;
    padding: 12px 16px;
}
.alert-success { background: #eafaf1; color: #1e8449; }
.alert-danger   { background: #fdedec; color: #c0392b; }
.alert-warning  { background: #fef9e7; color: #b7950b; }
.alert-info     { background: #eaf4fb; color: #2471a3; }

/* Profile-Section Karten global verfügbar */
.profile-section {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 25px;
    overflow: hidden;
    background: #fff;
}
.profile-section .section-title {
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 20px;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-section .section-body {
    padding: 20px;
}

/* Status-Badges global */
.status-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
}
.status-0 { background: #e8f4fd; color: #2471a3; }
.status-1 { background: #e9f7ef; color: #1e8449; }
.status-2 { background: #fef9e7; color: #b7950b; }

/* Current-Tag (Diagnose, Körperteil) */
.current-tag {
    display: inline-block;
    background: #e8f4fd;
    border: 1px solid #b8ddf7;
    color: #2471a3;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 1.05rem;
    margin-bottom: 15px;
    margin-right: 5px;
}

/* DataTables Anpassungen */
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
    font-size: 1.05rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 4px 8px;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    font-size: 1.05rem;
    margin-top: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 4px;
    padding: 4px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--tenant-navy, #1a2e4a);
    color: #fff !important;
    border-color: var(--tenant-navy, #1a2e4a);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--tenant-primary, #2e86c1);
    color: #fff !important;
    border-color: var(--tenant-primary, #2e86c1);
}


/* ==========================================
   GLOBALER SCHRIFT-RESET
   Überschreibt dashboard.css, style.css
   und alte px/pt Werte
   ========================================== */

/* Globaler Body-Reset – font-size erbt von html (15.5px oben) */
body {
    padding-top: 0 !important;
    font-size: 1rem !important;        /* = 17px via html-Anker */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
}

/* Alte dashboard.css Sidebar deaktivieren */
.sidebar { display: none !important; }

/* Überschriften einheitlich */
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--tenant-navy, #1a2e4a);
    line-height: 1.3;
}
h1 { font-size: 2.2rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.3rem; }
h6 { font-size: 1.1rem; }

/* Paragraphen */
p { font-size: 1.1rem; line-height: 1.6; }

/* Labels */
label { font-size: 1.05rem; font-weight: 500; color: #555; }

/* Small */
small, .text-muted { font-size: 0.92rem; }

/* Buttons global */
.btn {
    font-size: 1rem !important;
    font-weight: 500;
    border-radius: 4px;
}
.btn-xs { font-size: 0.88rem !important; }
.btn-sm { font-size: 0.92rem !important; }
.btn-lg { font-size: 1.1rem !important; }

/* Inputs */
.form-control {
    font-size: 1.1rem !important;
    height: 42px;
    border-radius: 4px;
    border-color: #ddd;
}
select.form-control { height: 38px; }
textarea.form-control { height: auto; }

/* Alerts */
.alert { font-size: 1.05rem; border-radius: 6px; border: none; padding: 12px 16px; }

/* Navbar Text */
.navbar-actiway, .navbar-actiway * { font-size: 1.05rem; }

/* Sidebar Nav */
.side-nav .nav-link { font-size: 0.88rem !important; }
.side-nav .nav-label { font-size: 0.72rem !important; }

/* DataTables */
.dataTables_wrapper,
.dataTables_wrapper * { font-size: 1.05rem; }
div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
    font-size: 1.05rem;
    height: 32px;
    padding: 4px 8px;
}

/* ===== Globale Icon-Buttons (Papierkorb, Bearbeiten) ===== */
.cat-delete-btn {
    background: none;
    border: none;
    color: #c0392b;
    cursor: pointer;
    padding: 3px 5px;
    border-radius: 4px;
    opacity: 0.5;
    transition: opacity 0.15s, background 0.15s;
    vertical-align: middle;
}
.cat-delete-btn:hover { opacity: 1; background: #fdecea; }
.video-delete-btn { opacity: 0.45; padding: 5px 7px; }
.video-delete-btn:hover { opacity: 1; }
.action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px; height: 30px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.15s, background 0.15s;
}
.action-btn-edit   { background: rgba(39,174,96,0.1);  color: #27ae60; }
.action-btn-edit:hover   { opacity: 1; background: rgba(39,174,96,0.18); }
.action-btn-delete { background: rgba(192,57,43,0.08); color: #c0392b; }
.action-btn-delete:hover { opacity: 1; background: rgba(192,57,43,0.15); }

/* ===== Video Hover-Preview (global) ===== */
.video-hover-preview {
    position: fixed;
    z-index: 9999;
    background: #000;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.15s, transform 0.15s;
    width: 240px;
}
.video-hover-preview.visible {
    opacity: 1;
    transform: scale(1);
}
.video-hover-preview video {
    width: 100%;
    display: block;
    max-height: 160px;
    object-fit: contain;
    background: #000;
}
.video-hover-label {
    padding: 6px 10px;
    font-size: 0.75rem;
    color: #ccc;
    background: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
