﻿body {
    /* font-family: "Source Code Pro", "Open Sans", Helvetica, Arial, sans-serif; */
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-style: normal;
    padding-bottom: 3rem;
    color: rgb(var(--bs-tertiary-color-rgb));
}

.navbar .nav-link {
    font-weight: 700;
}

.navbar-nav .language-switch {
    white-space: nowrap;
}

.navbar-nav .language-switch .language-switch-inner {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
}

.navbar-nav .language-switch .language-switch-item {
    display: inline-flex;
    align-items: center;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}

.nav-compensation {
    padding-top: 7rem;
}

.header-category {
    padding-top: 6.5rem;
}
`r`n
.header-sub-category {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.container-padding-bottom {
    padding-bottom: 6.5rem;
}

.modal-dialog {
    max-width: 50rem;
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(34, 34, 34, var(--bs-bg-opacity, 1)) !important;
}

.bg-color-custom-1 {
    color: #fd0 !important;
}

.dropdown-item {
    max-width: 100%;
    overflow-wrap: break-word;
    text-overflow: ellipsis; /* Text mit Auslasszeichen (...) anzeigen, wenn er nicht in die Box passt */
    white-space: normal; /* Verhindern, dass der Text umgebrochen wird */
  }

.text-warning {
    color: #fd0 !important;
}

.color-custom-1 {
    color: #fd0 !important;
}

.color-custom-2 {
    color: #777777 !important;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.hover-shadow-card {
    border-radius: 0.5rem;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.hover-shadow-card:hover,
.hover-shadow-card:focus-visible {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    background-color: rgba(0, 0, 0, 0.03);
}

a {
    color: #fd0;
    text-decoration: none;
    outline: none;
    touch-action: manipulation;
}

a:hover {
    color: #777777;
    outline: none;
    text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

div#myCarousel .carousel-item {
    position: relative;
}

div#myCarousel .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.68) 18%, rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.08) 100%);
    z-index: 1;
    pointer-events: none;
}

div#myCarousel .carousel-caption {
    bottom: 3.25rem;
    z-index: 2;
}

div#myCarousel .carousel-caption > p:first-child {
    font-size: clamp(1.35rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    margin-bottom: 1.1rem;
}

div#myCarousel .carousel-caption > p:last-child {
    margin-top: 2rem;
}

@media (max-width: 767.98px) {
    div#myCarousel .carousel-caption {
        display: none !important;
    }
}

@media (min-width: 40em) {
    div#myCarousel .carousel-caption {
        bottom: 4rem;
    }
}

.fs-projects-list {
    font-size: 1rem !important;
}

.contact-role {
    font-size: 0.98rem;
}

@media (min-width: 768px) {
    .fs-projects-list {
        font-size: 1.25rem !important;
    }
}

/* 
Nested elementsâ€”including generated content via ::before and ::afterâ€”will all inherit the specified box-sizing for that .selector-for-some-widget
https://css-tricks.com/box-sizing/
 */
/* 
 .selector-for-some-widget {
    box-sizing: content-box;
}
 */


