html, body {
            height: 100.05%;
            margin-top: 0px;
            margin-bottom: 0px;
            font-family: 'arial';
            font-size: 14px;
            color:#000000;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .text_over {
            color: #f7b400;
            text-decoration: none;
            font-size: 16px;
        }

        .text_out {
            color: #0f5829;
            text-decoration: none;
            font-size: 16px;
        }

        .text2_over {
            color: #FF0000;
            text-decoration: none;
            font-size: 16px;
        }

        .text2_out {
            color: #FF0000;
            text-decoration: none;
            font-size: 16px;
        }

        A {
            color: #0f5829;
            text-decoration: none;
            font-size: 16px;
        }

        A.norm1 {
            color: #FF0000;
            text-decoration: none;
            font-size: 16px;
        }

        .flex {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .object-fit {
            position: absolute;
            z-index: 99;
            background-image: url(images/billionphotos-994127.png);
            background-repeat: no-repeat;
            /*background-color: #FFFFFF;*/
            /*border: 3px solid #CC0000;*/
            width: 500px;
            height: 500px;
            left: 50%;
            /*overflow: auto;*/
            overflow: scroll;
            padding: 5px;
            top: 60px;
            transform: translate(-50%, 0);
            font: larger bold Arial, Helvetica, sans-serif;
        }

        #box {
            position: absolute;
            z-index: 0;
            background-image: url(images/2-NEU.png);
            background-repeat: no-repeat;
            background-position: right;
            height: 125px;
            width: 229px;
            top: 0px;
            right: 0px;
            padding: 0px;
            margin: 0px;
            #siteheader {
                background-image: url(images/schriftzug.gif);
                background-repeat: no-repeat;
                background-position: center;
            }
        }
        #cookie-popup {
            text-align: center;
            background: #FFBD8A;
            position: fixed;
            top: 0px;
            left: 0;
            right: 0;
            z-index: 9999;
            font-size:14px;
            line-height: 20px;
            padding: 20px;
            text-align: center;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        }

#cookie-popup.hidden {
    display: none;
}

/* DivTableMenü */
div.aktuellTable {
    border: 0px solid #1C6EA4;
    width: 100%;
    min-height: 900px;
    text-align: left;
    border-collapse: collapse;
}
.divTable, .divMainTable{
    display: table;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    text-align: center;
    border-collapse: collapse;
    cursor: default;
    padding: 0px;
    margin: 0px;
}
.divTableRow, .divMainTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead, .divMainTableCell, .divTableContentCell {
    border: 0px solid #999999;
    display: table-cell;
    padding: 3px 10px;
    position: relative;
}

.divTableCellHeader{
  display: table-cell;
  position: relative;
  padding: 0px;
  margin: 0px;
}

.divSubSite{
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.divSubSiteBody{
    display: table-row-group;
}

.divSubSiteRow{
    display: table-row;
}

.divSubSiteCell{
    display: table-cell;
}

.divSubSiteCell.Menu{
    width: 280px;
    padding: 0px;

}

.divSubSiteCell.Content{
    position: static;
    width: 950px;
    padding: 0px;
}

.divSubMenuRow{
    display: table-row;
}

div.tabSubMenu {
    text-align: left;
    border-collapse: collapse;
}
.divSubMenuCell{
    display: table-cell;
    width: 240px;
    height: 25px;
    /*line-height: 30px;
    text-indent:3px;*/
    background-color: #edf5e4;
    border-bottom: solid #FFFFFF;
    color: #000000;
}

.divSubMenuCell:hover{

}
.divSubMenuCell.Selected{

}

.divSubMenuitem {
    position: relative;
    vertical-align: middle;
    color: #000000;
    width: 100%;
    height: 100%;
}

.divSubMenuitem.Selected{
    background-color:#CC7715;
    color: #FFFFFF;
}

.divSubMenuitem:hover{
    background-color: #EDA654;
    color: #FFFFFF;
    cursor: pointer;
}

.divTableContentCell{
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

.divTableContentCell.Logo{
    height: 76px;
}

.divMainTableCell.Content{
    width: 1200px;
}

.divMainTableCell.Left{
    background-image: url(images/bg_l.gif));
    background-repeat: repeat-y;
    background-position: right;
}

.divMainTableCell.Right{
    background-image: url(images/bg_r.gif));
    background-repeat: repeat-y;
    background-position: left;
}
.divTableCell.Selected{
   background-color:#CC7715;
   color: #FFFFFF;
}

.divTableCell:hover{
    background-color: #EDA654;
    color: #FFFFFF;
    cursor: pointer;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody, .divMainTableBody {
    display: table-row-group;
}
.link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Floating contact button */
.floating-button {    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    padding: 12px 18px !important;
    border-radius: 9999px !important;
    background: #1e88e5 !important; /* accessible contrast */
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: bold !important;
    line-height: 1 !important;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2) !important;
    z-index: 9999 !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    
}
.floating-button:hover, .floating-button:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.25);
}
@media (prefers-reduced-motion: reduce) {
    .floating-button { transition: none; }
}


/* Floating button icon */
.floating-button img {
    width: 28px;
    height: 28px;
    display: block;
}

.floating-button:link,
.floating-button:visited,
.floating-button:hover,
.floating-button:active { color: #ffffff !important; text-decoration: none !important; }

/* Medflex leave-site modal */
#leave-site-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); display: none; align-items: center; justify-content: center; z-index: 10000; }
#leave-site-overlay.is-open { display: flex; }
#leave-site-modal { background: #fff; width: min(520px, calc(100% - 2rem)); border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,0.25); padding: 20px; }
#leave-site-modal h3 { margin: 0 0 10px; font-size: 1.1rem; }
#leave-site-modal p { margin: 0 0 16px; line-height: 1.4; }
#leave-site-modal .actions { display: flex; gap: 10px; justify-content: flex-end; }
#leave-site-cancel, #leave-site-continue { appearance: none; border: 0; border-radius: 8px; padding: 10px 14px; cursor: pointer; }
#leave-site-cancel { background: #e0e0e0; color: #111; }
#leave-site-continue { background: #1e88e5; color: #fff; font-weight: bold; }
@media (prefers-reduced-motion: reduce) { #leave-site-overlay, #leave-site-modal { transition: none; } }
