body {
    font-family:'Roboto', sans-serif;
    background-color: #f0f0f0; !important;
}

h1 {
    font-size: 34px !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f16233;
    color: #fff;
    padding: 5px;
}


.container-max-width {
    max-width: 430px;
}


.navigation {
    color: #FFFFFF;
    background-color: rgb(33, 37,42);
    padding: 10px;
}


.nav-link {
    color: #F2F2F2;
    font-weight: bold;
}
.nav-item {
    color: #F2F2F2;
}

.divider-border {
    border-right: #396144 2px solid;
}

.gigalist-text {
    color: #282828;
}

.gigalist-text-orange {
    color: #f16233;
}

.feld-name {
    font-size: 15px;
}

.btn-gigalist {
    background-color: #f16233;
}

.text-btn-gigalist {
    background-color: #f16233;
    color: white;
    width: 100%;
}

.text-btn-gigalist:hover {
    background-color: #f16233;
    color: white;
    filter: brightness(90%);
}

.text-btn-gigalist:focus {
    background-color: #f16233;
    color: white;
    filter: brightness(90%);
}

.btn-gigalist:hover {
    background-color: #f16233;
    filter: brightness(90%);
}

.text-btn-gigalist-sm {
    background-color: #f16233;
    color: white;
}

.text-btn-gigalist-sm:hover {
    background-color: #f16233;
    color: white;
    filter: brightness(90%);
}

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

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the transparency here */
    z-index: 1000;
}


.custom-show {
    animation: --show 0.5s ease-in 0.5s;
}

.op-0 {
    opacity: 0;
}

.op-1 {
    opacity: 1;
}

.custom-hide {
    animation: --hide 0.5s ease-in 0.5s;
}

@keyframes --show {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes --hide {
    0% {opacity: 1}
    100% {opacity: 0}
}

td {
    height: 100%;
    vertical-align: middle;
}

.stickyButton {
    position: fixed;
    bottom: 20px;
    z-index: 1050;
}

.stickyButton:hover {
    background-color: #0056b3;
}

.contact-logId {
    font-size: 14px;
}
.contact-log-date {
    font-size: 15px;
}