html {
    position: relative;
    min-height: 100%;
}

body {
    /*padding-top: 5rem;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.starter-template {
    padding: 1rem 1.5rem;
    text-align: center;
}

.row-adaption {
    margin: 0px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #343a40;
    opacity: 0.8;
    overflow-x: scroll !important;
}

/* Custom page CSS
-------------------------------------------------- */

/* Not required for template or sticky footer method. */

body>.container {
    padding: 60px 15px 0;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
}

.footer-helper {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
    padding-bottom: 80px;
}

:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

/*Deaktiviert wegen Sticky Footer*/

/*html,
body {
    height: 100%;
}*/

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
}

.modal-open .supreme-container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.btn-intro {
    margin: .25rem;
}


a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: #007bff;
    text-decoration: none;
}

#tour_disabled {
    cursor: pointer;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.flex-equal>* {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal>* {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }
}

.img-responsive {
    display: inline-block;
}

.vertical-horizontal-center {
    /* display: flex; Auskommentiert für top + bottom in section */
    justify-content: center;
    align-items: center;
}

.img-favicon {
    width: 30%;
}

.img-theme {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.fixed-element {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.pagination li.active {
    background-color: #ee6e73;
}

.pagination li.disabled a {
    cursor: default;
    color: #999;
}

.parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.parallax-container .parallax img {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 30vh;
    width: 100%;
    max-width: 900px;
    min-width: 400px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fitted-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.fit-top-center {
    object-position: top center;
}

.head-wrapper {
    position: relative;
}

.head-text {
    position: absolute;
    width: 100%;
    top: 10%;
    color: white;
}

.fitted-section {
    height: calc(100vh);
}

.container-slim {
    max-width: 500px;
    margin: auto;
}

section {
    width: 100%;
}

.upper {
    height: 35%;
    width: 100%;
}

.lower {
    height: 65%;
    width: 100%
}

.center-icon {
    border: solid 2px;
    border-radius: 20px;
    padding: 20px;
    width: 8rem;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
}

.bootstrap-icon {
    width: 8rem;
    padding: 0px !important;
    border: none !important;
}

.jquery-icon {
    width: 16rem;
    height: 8rem
}

.no-flex {
    flex-grow: 0 !important;
    margin: auto;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.9;
}

.devOption {
    display: none;
    background-color: #404a57;
}

.icon {
    height: 20px;
    width: 20px;
    transition: transform 0.2s ease;
}

.icon.noneDevOption {
    filter: invert(100%);
}

.icon.animation,
.icon.reAnimation {
    transition: transform 0.5s ease;
}

.icon.small {
    height: 24px;
    width: 24px;
}

.icon:hover {
    transform: scale(1.2);
}

.icon.animation:hover {
    transform: scale(1.2) rotate(360deg);
}

.icon.reAnimation:hover {
    transform: scale(1.2) rotate(-360deg);
}

/* Used to Display buttons in the nav-tabs as all other nav-link items */
.nav-link {
    display: block;
    /* Makes it behave like a block element */
    padding: 0.5rem 1rem;
    /* Adjust padding to match Bootstrap */
    color: #007bff;
    /* Bootstrap link color */
    text-align: left;
    /* Align text to the left */
    text-decoration: none;
    /* Remove underline */
    background: none;
    /* Remove default button background */
    border: none;
    /* Remove default button border */
    cursor: pointer;
    /* Change cursor to pointer */
}

.nav-link:hover {
    color: #0056b3;
    /* Darker color on hover */
    text-decoration: underline;
    /* Optional: underline on hover */
}

.nav-link:focus,
.nav-link:active {
    outline: none;
    /* Remove the focus outline */
    box-shadow: none;
    /* Remove any box-shadow */
    border: none;
    /* Ensure border is not shown */
}

/*PopUp Window*/
.devOptionsOverlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Semi-transparent background */
    backdrop-filter: blur(5px);
    /* Blur effect on the background */
    z-index: 999;
}

.flexOfficeOverlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Semi-transparent background */
    backdrop-filter: blur(5px);
    /* Blur effect on the background */
    z-index: 999;
}

.timeAdderOverlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Semi-transparent background */
    backdrop-filter: blur(5px);
    /* Blur effect on the background */
    z-index: 999;
}

.weekTimeOverlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Semi-transparent background */
    backdrop-filter: blur(5px);
    /* Blur effect on the background */
    z-index: 999;
}

.currentStatsMessageOverlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Semi-transparent background */
    backdrop-filter: blur(5px);
    /* Blur effect on the background */
    z-index: 999;
}

.manualBreakOverlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Semi-transparent background */
    backdrop-filter: blur(5px);
    /* Blur effect on the background */
    z-index: 999;
}

.shortcutInformationOverlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Semi-transparent background */
    backdrop-filter: blur(5px);
    /* Blur effect on the background */
    z-index: 999;
}

/* Popup container */
.form-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 90%;
    max-width: 400px;
    display: none;
}

.form-flexOffice {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 90%;
    max-width: 700px;
    display: none;
}

.form-weekTime {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 90%;
    max-width: 750px;
    display: none;
}

.form-shortcutInformation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 90%;
    max-width: 600px;
    display: none;
}

.form-notification {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    margin: 0 auto;
    width: 200px;
    border-radius: 12px;
    display: none;
    padding: 20px;
    z-index: 9999;
}

#flexOfficeInputFields {
    max-width: 300px;
}

.flexOfficeResultLabel {
    margin-top: 10px;
}

.flexOfficeResultLabel.OneRow {
    margin-bottom: 25px;
}

.form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Zentriert horizontal */
    align-items: center;
    gap: 12px;
}

h1 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}

/* Labels */
label {
    font-size: 14px;
    font-weight: bold;
}

/* Inputs and select */
input,
select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#flexOfficeResult {
    background-color: #E9ECEF;
    border-radius: 6px;
}

#weekTimeResult {
    background-color: #E9ECEF;
    border-radius: 6px;
    width: 450px;
    margin-top: 10px;
}

.form-container {
    padding: 20px;
}

.form-container h1 {
    margin-bottom: 20px;
}

.form-container label {
    margin-top: 10px;
}

.form-container input[type=text],
.form-container select {
    width: calc(100% - 20px);
    /* Full width minus padding */
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.btn-container {
    display: flex;
    /* Use flexbox for alignment */
    justify-content: center;
    /* Center buttons horizontally */
    gap: 10px;
    /* Space between buttons */
}

.btn-save {
    background-color: #007bff;
    /* Button color */
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
    transition: color .3s ease;
}

.close:hover {
    color: #000;
    /* Change color on hover */
}

.red-image {
    filter: brightness(1000%) grayscale(100%) opacity(0.1) drop-shadow(0 0 0 red) drop-shadow(0 0 0 red) drop-shadow(0 0 0 red) drop-shadow(0 0 0 red) drop-shadow(0 0 0 red);
}

.react-button {
    --btn-bg: #0d6efd;
    --btn-hover-bg: #0b5ed7;
    --btn-active-bg: #0a58ca;

    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    color: #fff;
    background-color: var(--btn-bg);
    text-decoration: none;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}


.react-button:hover {
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-hover-bg);
}

.react-button:active {
    background-color: var(--btn-active-bg);
    border-color: var(--btn-active-bg);
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    border: 1px solid #333;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.scrollable {
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #000;
    padding: 10px;
}