@font-face {
    src: url('/fonts/clockicons.ttf');
    font-face-name: clockicons;
    font-style: normal;
}
@font-face {
    src: url('/fonts/RobotoCondensed.ttf');
    font-face-name: "Roboto Condensed";
    font-style: normal;
}
:root {
    /*--accent:#2A5F97; !* header, buttons usw. *!*/
    --accent:#467E92; /* header, buttons usw. */
    --jaspis:#7B0E30;
    --grau:#73786E;
    --mittelgrau:#92968E;
    --hellgrau:#B9BCB7;
    --hellhellgrau:#f4f5f4;
}
body, button, input, select, textarea {
    font-family: Open sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

button {
    padding: 2px 4px;
}

h1 {
    margin-top: 0;
    /*border-bottom: 3px solid var(--accent);*/
    /*padding-bottom: 5px;*/
}

a, a:hover, a:active {
    color: #000;
    font-weight: bold;
}

/*Imagepdf*/
p#menuPdf {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
}

p#menuPdf a {
    text-decoration: none;
}

textarea#newValue {
    /*padding: 10px;*/
}

#header {
    /*flex: none;*/
    top: 0;
    /*background-color: #7D212A;*/
    background-color: var(--jaspis);
    height: 70px;
    width: 100%;
    padding: 0 16px;
    position: fixed;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /*z-index: 5;*/
    transition: transform .5s;
    padding: 0 30px;
}

#footer {
    /*flex: none;*/
    bottom: 0;
    background-color: var(--hellgrau);
    height: 70px;
    width: 100%;
    padding: 0 16px;
    position: fixed;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    z-index: -1;
    transition: transform .5s;
    padding: 0 30px;
    color: #000;
}

.footer-text {

}

.logo-text {
    font-size: 20px;
}

.headerbutton {
    font-family: Open sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    line-height: 38px;
    min-width: auto;
    /*min-width: 100px;*/
    outline: none;
    /*margin-right: 10px;*/
    padding: 0;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    /*background-color: #07b;*/
}

#main {
    flex: none;
    margin: 30px;
    position: relative;
    min-height: calc(100% - 60px);
}

.buttonLabel {
    margin-left: 20px;
    margin-right: 20px;
}

.spacer {
    display: block;
    flex: 1;
}

input[type=text], input[type=number], input[type=file], input[type=date], input[type=password], select, .custom-select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}

select {
    padding: 2px;
    margin: 0;
    vertical-align: middle;

}

#billAddressForm select {
    padding: 12px 15px;
    margin: 8px 0;
}

input[type=submit], .formButton {
    /*width: 100%;*/
    background-color: #467E926e;
    /*color: white;*/
    padding: 8px 16px;
    margin: 16px 0 8px 0px;
    border: 1px solid var(--accent);
    /*border-radius: 4px;*/
    cursor: pointer;
}

input[type=submit]:hover {
    /*background-color: #fff;*/
    /*color: var(--accent);*/
}

.form {
    border-radius: 2px;
    border: 2px solid #f2f2f2;
    /*background-color: ;*/
    padding: 20px;
    width: 300px;
}

#overlay .form {
    width: auto;
    min-width: 300px;
}

#registrationForm.form {
    border-radius: 2px;
    border: 2px solid #f2f2f2;
    /*background-color: ;*/
    padding: 20px;
    /*width: 400px;*/
}

.form.textarea {
    border-radius: 2px;
    border: 2px solid #f2f2f2;
    /*background-color: ;*/
    padding: 20px;
    /*width: 500px;*/
    width: auto;
}

.overlayRequired p {
    /*max-width: 400px;*/
}

textarea#newValue {
    line-height: 1.7em;
    color: #666;
}

#mainMenu {
    position: fixed;
    top: 100px;
    left: 30px;
    /*z-index: 7;*/
    color: #000;
    width: 200px;
    /*background-color: #eee;*/
    min-height: calc(100% - 200px);
    border: 1px solid #eee;
    /*animation: fadeEffect 1s;*/
}

#mainContent {
    position: fixed;
    top: 100px;
    left: 260px;
    /*z-index: 8;*/
    color: #000;
    width: calc(100% - 330px);
    /*background-color: #eee;*/
    border: 1px solid #eee;
    height: calc(100% - 240px);
    overflow-y: auto;
    overflow-x: auto;
    padding: 20px;
    min-width: 800px;
    /*min-width: 1100px;*/
    animation: fadeEffect 1s;
}

.menuItem {
    width: calc(100% - 20px);
    padding: 10px 10px;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    line-height: 20px;
    /*z-index: 8;*/
}

#sysMsg {
    /*width: calc(100% + 20px);*/
    width: calc(100%);
    padding: 10px 10px;
    /*display: inline-block;*/
    line-height: 20px;
    background-color: orange;
    /*    margin-top: -20px;
        margin-left: -20px;*/
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 50;
    /*animation: fadeEffect 1s;*/
}

.menuItem:hover {
    background-color: #eee;
}

.menuItem.clicked {
    color: #fff;
    background-color: var(--jaspis);
}

.loginOptions, .windowOptions, popupOptions {
    cursor: pointer;
    color: #000;
    /*background-color: #eee;*/
    margin: 10px 0 0 0;
    padding: 10px;
    width: fit-content;
}

.editable, .clickableDate, .clickable {
    cursor: pointer;
}

.editable:hover, .clickableDate:hover, .clickable:hover {
    /*text-decoration: underline;*/
}

#overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 7;
    /*animation: fadeEffect 1s;*/
    /*display: flex; !* Flexbox aktivieren *!*/
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
}

.overlayRequired {
    /*position: relative;*/
    background-color: white;
    padding: 20px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.55);
    z-index: 8;
    max-width: 500px;
    /*text-align: center;*/
}

.overlayRequired #headerBar {
    background-color: var(--accent); /* Hintergrundfarbe des Balkens */
    color: white; /* Schriftfarbe */
    padding: 10px; /* Innenabstand */
    /*margin-top: -20px; !* Optional: negativer Abstand, um den Balken nach oben zu schieben *!*/
    /*border-top-left-radius: 10px; !* Optional: abgerundete Ecken links oben *!*/
    /*border-top-right-radius: 10px; !* Optional: abgerundete Ecken rechts oben *!*/
    text-align: center; /* Text zentrieren */
}

.overlayRequired #headerBar h2 {
    margin: 0;
}

#loginForm {
    /*    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);*/
}

/*Tabstops beim Unternehmensprofil*/
div.row {
    padding: 10px 0;
}

div.row span {
    position: absolute;
}

div.row span:nth-child(1) {
    left: 0px;
}

div.row span:nth-child(2) {
    left: 300px;
}

div.row span:nth-child(3) {
    left: 600px;
}

/*ENDE Tabstops beim Unternehmensprofil*/


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    animation: fadeEffect 1s;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    min-width: 130px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.tabcontent2 {
    padding: 10px;
    position: relative;
}

.tabcontent2.fixedWindow {
    overflow: hidden;
    overflow-y: auto;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.optionButton {
    margin-right: 8px;
    /*margin-bottom: 10px;*/
    padding: 3px;
    cursor: pointer;
    border-radius: 0;
    border: solid 1px #666;
    min-width: 120px;
}

#jobListElementFooter button.optionButton {
    min-width: 84px;
}

.jobSetActive.active {
    /*background-color: #B5D52E;*/
}

.redColor {
    /*background-color: #ea6767;*/
}

.greenColor {
    /*background-color: #B5D52E;*/
    background-color: var(--accent);
    color: white;
}

/*neue ansprechperson, neuer Standort*/
.newElementButton {
    margin-top:10px;
    font-weight: bold;
    padding: 6px 12px
}

.highlighted {
    /*font-weight: bold;*/
    /*background-color: #70DC95;*/
    /*background-color: #B5D52E;*/
    /*background-color: #fad65d;*/
    background-color: var(--accent);
    color: white;
}

.menuLogo {
    width: calc(100% - 12px);
    padding: 5px;
    /*border: 1px solid #eee;*/
    /*border-radius: 50%;*/
}

#menuLogo {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
    animation: fadeEffect 1s;
}

.labelMenuLogo {
    font-size: 12px;
    color: #666;
}

#jobList, #jobListArchiv {
    animation: fadeEffect 1s;
}

.aboContent p {
    line-height: 32px;
}

.jobListElement {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    width: 400px;
    height: 276px;
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
    -webkit-box-shadow: 7px 6px 10px -2px rgba(0, 0, 0, 0.1);
    /*box-shadow: 0 8px 24px rgba(2, 6, 23, .1);*/
    box-shadow: 7px 6px 10px -2px rgba(0, 0, 0, 0.1);
    /*background-color: rgba(255, 255, 255, .2);*/
}

.jobListElementHeader {
    height: 58px;
    width: calc(100% - 14px);
    background-color: var(--accent);
    border-radius: 5px;
    /*background-color: #aaa;*/
    color: white;
    padding: 7px;
    /*line-height:*/
}

/*Titel auf der Karte einer Stellenanzeige*/
.clickable.editForm.title_de {
    height: 38px;
    overflow: hidden;
}

.jobListElement p {
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
}

.jobListElementBody {
    height: 150px;
    padding: 7px;
    /*background-color: #eee;*/
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    /*border-left: 1px solid #ddd;*/
}

#jobListElementFooter {
    /*height: 30px;*/
    padding: 10px 0 0 2px;
    /*background-color: #ddd;*/
    /*vertical-align: middle;*/
    /*padding-top: 3px;*/
}

#jobListElementFooter p {
    padding-top: 3px;
    vertical-align: middle;
}

#jobListElementFooter{
    display: flex;
    gap: 12px;           /* Abstand zwischen Buttons */
    align-items: stretch;
}

#jobListElementFooter .optionButton{
    flex: 1 1 0;         /* alle gleich breit aufspannen */
    min-width: 0;        /* verhindert Überlauf bei langen Texten */
    text-align: center;
    white-space: nowrap; /* optional: verhindert Umbruch im Button */
}

.addImageOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    background-color: rgba(255, 255, 255, 1);
}

.plusImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
}

/*Table*/

div.locationTable, div.contactPersonTable {
    border: 1px solid var(--accent);
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.divTable .divTableCell, .divTable .divTableHead {
    border: 1px solid #AAAAAA;
    padding: 6px 6px;
}

.divTable .divTableRow:nth-child(even) {
    background: #ddd;
}

.divTable .divTableHeading {
    background: var(--accent);
    border-bottom: 0px solid #444444;
}

.divTable .divTableHeading .divTableHead {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 0px solid #D0E4F5;
}

.divTable .divTableHeading .divTableHead:first-child {
    border-left: none;
}

/*.divTable.locationTable .divTableCell, .divTable.locationTable .divTableHead {
    border: 1px solid #AAAAAA;
    padding: 6px 6px;
}
.divTable.locationTable .divTableRow:nth-child(even) {
    background: #ddd;
}
.divTable.locationTable .divTableHeading {
    background: #7D212A;
    border-bottom: 0px solid #444444;
}
.divTable.locationTable .divTableHeading .divTableHead {
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 0px solid #D0E4F5;
}
.divTable.locationTable .divTableHeading .divTableHead:first-child {
    border-left: none;
}*/

.locationTable .tableFootStyle {
    font-size: 14px;
}

.locationTable .tableFootStyle .links {
    text-align: right;
}

.locationTable .tableFootStyle .links a {
    display: inline-block;
    background: var(--accent);
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

.locationTable.outerTableFooter {
    border-top: none;
}

.locationTable.outerTableFooter .tableFootStyle {
    padding: 3px 5px;
}

.divTable {
    display: table;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
}

.divTableCell, .divTableHead {
    display: table-cell;
}

.divTableHeading {
    display: table-header-group;
}

.divTableFoot {
    display: table-footer-group;
}

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

/*Table*/

#jobViewWindow {
    position: fixed;
    width: 350px;
    height: 700px;
    /*height: calc(100% - 240px);*/
    top: 70px;
    right: 0;
    border: 10px solid #000;
    background-color: white;
    /*padding: 20px;*/
    margin: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.55);
    animation: fadeEffect 1s;
    transition: width 0.3s ease;
    /*overflow-y: auto;*/
    z-index: 1000;
}

#companyMobilePreview {
    position: fixed;
    width: 350px;
    /*height: calc(100% - 240px);*/
    height: 700px;
    top: 70px;
    right: 0;
    border: 10px solid #000;
    background-color: white;
    /*padding: 20px;*/
    margin: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.55);
    animation: fadeEffect 1s;
    /*overflow-y: auto;*/
}

#jobViewWindow #viewMain {
    position: relative;

}

#jobViewWindow h1 {
    font-size: 1.5em;
    margin-top: 20px;
}

#jobViewWindow h2 {
    font-size: 1.2em;
    margin-top: 10px;
}

#jobViewWindow p {
    /*text-align: justify;*/
}

/*#jobViewWindow img {
    position: fixed;
    width: 320px;;
    top:70px;
}*/
#jobViewWindow #viewMain button {
    position: fixed;
    bottom: 115px;
    right: 45px;
}

#newJobOfferForm label {
    font-weight: bold;
}

#newJobOfferForm textarea {
    width: calc(100% - 42px);
    height: 400px;
    resize: vertical;
    hyphens: none;
    padding: 12px 20px;
    margin: 10px 0;
}

.editField {
    float: left;
    width: calc(50% - 20px);;
    margin: 0 10px 10px 0;
}

textarea.editField {
    /*width: 100%;*/
}

img.editValue {
    height: 15px;
    opacity: .6;
}

#liveFlag {
    position: absolute;
    right: 12px;
    bottom: 60px;
    /*    width: 10px;
        height: 10px;*/
    border: 1px solid #999;
    padding: 3px 5px;
    font-weight: bold;
}

.statusOnline {
    background-color: #66e05e;
}

.statusOffline {
    background-color: #f7e759;
}

#mainMenu hr {
    border: 1px solid #eee;
    width: 88%;
}

#acceptAGBFormDiv {
    width: 350px;
    /*z-index: 9999;*/
}



/*infobox css hover*/
/*https://codepen.io/kensparby/pen/PobJvxB*/
/**,*/
hover-content::before,
hover-content::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hover-container {
    position: relative;
}

.hover-target {
    position: relative;
    /*font-size: 2rem;*/
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.hover-popup {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 70%;
    left: 5%;
    width: 50ch;
    margin: min(1rem, 20px);
    font-size: .8rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 1.5em;
    z-index: 42;
    transform: scale(0);
    transition: transform 200ms ease;
    transform-origin: 8% -10px;
    -webkit-box-shadow: 7px 6px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 7px 6px 10px -2px rgba(0, 0, 0, 0.1);
}

.hover-target:hover + .hover-popup,
.hover-target:focus + .hover-popup,
.hover-popup:hover {
    transform: scale(1);
}

.hover-popup :not(:first-child) {
    margin-top: 1rem;
}

/*.hover-popup span {
    color: rgb(200, 20, 0);
    font-weight: 700;
}*/

.hover-popup::before {
    /* This is the triangle/arrow */
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    /*background-color: #ddd;*/
    top: -10px;
}

.hover-popup::after {
    /* This is merely here to expand the hoverable area, as a buffer between the "Hover me" text and the popup. */
    content: '';
    position: absolute;
    top: -1rem;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: -1;*/
}

@media (prefers-reduced-motion: reduce) {
    /**,*/
    hover-content::before,
    hover-content::after {
        animation-delay: -1ms !important;
        animation-duration: -1ms !important;
        animation-iteration-count: 1 !important;
        background-attachment: initial !important;
        scroll-behavior: auto !important;
        transition-duration: 0s !important;
        transition-delay: 0s !important;
    }
}

option {
    zoom: 1.2;
    padding: 20px;
}

div.aboCartContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.aboCart {
    border: 1px solid #bcbcbc;
    width: 450px;
    /*background-color: #eee;-webkit-box-shadow: 7px 6px 10px -2px rgba(0, 0, 0, 0.1);*/
    box-shadow: 7px 6px 10px -2px rgba(0, 0, 0, 0.1);

    /*background: repeating-linear-gradient(
            45deg,
            #eeeeee,
            #eeeeee 20px,
            #f6f6f6 20px,
            #f6f6f6 40px
    );*/
    padding: 5px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
}

div.aboContent {
    width: 200px;
    height: 200px;
    padding: 10px;
}

div.aboContent p {
    padding: 0;
    margin: 0;
}

div.aboImage {
    width: 200px;
    height: 200px;
    background-color: #ddd;
    border-radius: 3px;
    padding: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1em;
    /*float: left;*/
    /*background: linear-gradient(110deg, #7D212A 60%, #912631 60%);*/
    /*background: url('../images/zg220x220b.jpg');*/
    /*https://blog.prototypr.io/css-only-multi-color-backgrounds-4d96a5569a20*/
    text-shadow: 2px 2px 2px #000000;
}

.aboKostenlos {
    background: linear-gradient(-70deg, #9ccbdd 30%, rgba(0, 0, 0, 0) 30%), url('../images/zg220x220b.jpg');
}
.aboBronze {
    background: linear-gradient(-70deg, #f9b584 30%, rgba(0, 0, 0, 0) 30%), url('../images/zg220x220b.jpg');
}
.aboSilber {
    background: linear-gradient(-70deg, #d3d6d3 30%, rgba(0, 0, 0, 0) 30%), url('../images/zg220x220b.jpg');
}
.aboGold {
    background: linear-gradient(-70deg, #fbba4d 30%, rgba(0, 0, 0, 0) 30%), url('../images/zg220x220b.jpg');
}
.aboFlatrate {
    background: linear-gradient(-70deg, #7D212A 30%, rgba(0, 0, 0, 0) 30%), url('../images/zg220x220b.jpg');
}

#freeAbo {
    overflow-y: auto;
    max-height: 350px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    /*margin: 5px;*/
}

.freeAboTemplate {
    border: 1px solid var(--accent);
    background-color: #eee;
    padding: 10px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.freeAboTemplateItem {
    flex-grow: 0;
    /*padding: 14px 20px;*/
    /*margin: 8px 0;*/
    width: 400px;
    /*height: 20px;*/
}

.anzeigedauer {
    /*display: none;*/
}

#closePopup {

}

.windowOptions {
    margin-top: 10px;
}

.incomplete::after {
    content: "\26A0"; /* Unicode für Warnsymbol */
    color: var(--accent); /* Farbe des Symbols */
    margin-left: 5px; /* Abstand zwischen Text und Symbol */
    font-size: 1em; /* Größe des Symbols */

    animation: blink 2s infinite ease-in-out;
}
@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0; }
    100% { opacity: 1; }
}

.greenStatus {
    background-color: rgba(0, 255, 0, 0.3);
}

.yellowStatus {
    background-color: rgba(255, 204, 0, 0.3);
}

#counterOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#counterContent {
    text-align: center;
    color: white;
}

#counterDiv {
    font-size: 7em;
}

#counterText {
    font-size: 2em;
    margin-bottom: 20px;
}

#infosteleSchedule {
    width: 80%;
}

#infosteleSchedule table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 20px 0;
}

#infosteleSchedule th, td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
}

/* bei Preis, beim Bestellen links ausrichten */
#preisTabelle td {
    text-align: left;
}

#infosteleSchedule th {
    background-color: var(--accent);
    color: white;
}

#infosteleSchedule tr:nth-child(even) {
    background-color: #f2f2f2;
}

#infosteleSchedule tr:hover {
    background-color: #e9e9e9;
}

.flag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--accent);
    color: white;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    /*z-index: 10;*/
    white-space: nowrap;
    cursor: pointer;
}

/* The checkbox-container */
/* The checkbox-container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input:checked ~ .checkmark {
    background-color: var(--accent);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* The checkbox-container */
/* The checkbox-container */

/*button *, button, span {*/
/*    pointer-events: auto !important;*/
/*}*/

/*Fehlerpopup-Window*/
/*Fehlerpopup-Window*/

#error-popup.ep-hidden {
    display: none;
}

#error-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    display: grid;
    place-items: center;
    z-index: 9999;
}

#error-popup .ep-dialog {
    background: linear-gradient(145deg, #ffffff 0%, #e3e3e3 100%);
    backdrop-filter: blur(4px);
    max-width: 520px;
    width: calc(100% - 2rem);
    border-radius: 5px;
    border: 1px solid var(--jaspis);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
    padding: 1.4rem 1.4rem 1.2rem;
    position: relative;
    outline: none;
    font: 14px/1.6 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}


#error-popup h2 {
    margin: 0 0 .5rem;
    font-size: 1.2rem;
}

#error-popup .ep-close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    border: 0;
    background: transparent;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

#error-popup .ep-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: .8rem;
    gap: .5rem;
}

ul.dash li {
    list-style-type: none;     /* Standardpunkt entfernen */
    position: relative;
    padding-left: 1.5em;       /* Platz für den Strich */
}

ul.dash li::before {
    content: "\25A0";              /* Bindestrich als Bullet */
    position: absolute;
    left: 0;
    color: var(--accent);              /* Farbe des Strichs */
}

#error-popup button#ep-ok {
    padding: .5rem .9rem;
    border-radius: 3px;
    /*border: 1px solid #ccc;*/
    cursor: pointer;
    color: white;
    background: var(--accent);
}

/* Liste der Fehler */
#error-popup ul {
    margin: .4rem 0 0;
    padding-left: 1.2rem;
    list-style-type: square;
}

#error-popup li {
    margin: .2rem 0;
}




/*Fehlerpopup-Window*/
/*Fehlerpopup-Window*/

/*passwort-feld mit auge*/
.password-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.password-container input {
    width: 100%;
    padding-right: 40px; /* Platz für das Icon */
    box-sizing: border-box;
}

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.password-toggle img {
    width: 100%;
    height: 100%;
}
/*passwort-feld mit auge*/

#tooltipBox {
    position: absolute;
    display: none;
    background: var(--hellhellgrau);
    color: #000;
    padding: 8px 12px;
    border-radius: 3px;
    border: 1px solid var(--accent);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    width: 200px;
    font-size: 1em;
    z-index: 1000;
    opacity: .9;
}

/* Anzeigen auf der Starseite als Badges abbilden */

.job-badge {
    display: inline-block;
    /*padding: 6px 12px;*/
    /*margin: 4px;*/
    /*border-radius: 12px;*/
    font-size: 14px;
    /*color: #fff;*/
}

.job-badge.green {
    /*background-color: var(--accent); !* grün *!*/
}

.job-badge.gray {
    /*background-color: #b6b6b6; !* grau *!*/
}

/* Anzeigen der verbleibenden Zeichen in textarea */
.char-count {
    margin-top: 4px;
    font-size: 12px;
    color: #555;
    text-align: right;
    margin-right: 20px;
}
.char-count.char-limit-exceeded {
    color: red;
    font-weight: bold;
}

/* Anzeigen der Jobs auf dem Dashboard */
#dashboard-jobticker, #dashboard-profile {
    position: relative;
    /*width: 400px;*/
    height: 20px;        /* Höhe einer Zeile */
    overflow: hidden;
}

#dashboard-jobticker-lines, #dashboard-profile-lines {
    position: absolute;
    left: 0; top: 0px;
    width: 100%;
    transform: translateY(0);
    transition: transform 0.8s ease; /* Animation */
    will-change: transform;
}

#dashboard-jobticker-lines .line, #dashboard-profile-lines .line {
    height: 20px;
    line-height: 20px;
    /*text-align: center;*/
    font-size: 14px;
}

span.editable[data-key="companyprofileheader"] p {
    margin: 0;
    /*display: block;*/
    /*line-height: 1.5;*/
}
div.tile-desc {
    max-width: 75%;
}