@font-face {
    font-family: TitilliumWeb-Regular;
    src: url("/_content/JobturaSaaS.Components/Fonts/TitilliumWeb-Regular.ttf");
}

@font-face {
    font-family: TitilliumWeb-SemiBold;
    src: url("/_content/JobturaSaaS.Components/Fonts/TitilliumWeb-SemiBold.ttf");
}

html, body {
    font-family: TitilliumWeb-Regular, Arial, sans-serif;
    color: var(--tertiary-color);
    background-image: url("Media/background_16-9.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: TitilliumWeb-SemiBold, Arial, sans-serif;
    color: var(--tertiary-color);
}

a, .btn-link {
    color: #006bb7;
}

.bold {
    font-family: TitilliumWeb-SemiBold, Arial, sans-serif;
}

.btn-primary {
    color: var(--secondary-color);
    background-color: var(--main-color);
    border: 0px solid var(--main-color);
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    color: var(--main-color);
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 23px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 23px -1px rgba(0, 0, 0, 0.3);
    border: 0px solid var(--main-color);
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.cancel {
    color: var(--main-color);
    background-color: var(--secondary-color);
    border: 1px solid var(--main-color);
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
}

.cancel:hover {
    background-color: var(--main-color);
    color: var(--secondary-color);
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 23px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 23px -1px rgba(0, 0, 0, 0.3);
    border: 0px solid var(--secondary-color);
}

.link {
    color: var(--tertiary-color);
    cursor: pointer;
}

.link:hover {
    color: var(--main-color);
    cursor: pointer;
}



.input-search-filter {
    padding: 10px;
    text-align: left;
    font-size: 12pt;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--tertiary-color2);
    color: var(--tertiary-color);
    box-sizing: border-box;
    font-family: TitilliumWeb-Regular, Arial, sans-serif;
    margin: 0px !important;
    height: 50px;
}

.input-form {
    padding: 10px;
    text-align: left;
    font-size: 12pt;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--tertiary-color2);
    color: var(--tertiary-color);
    box-sizing: border-box;
    font-family: TitilliumWeb-Regular, Arial, sans-serif;
    margin: 0px !important;
    height: 50px;
}

.input-form-error {
    padding: 10px;
    text-align: left;
    font-size: 12pt;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--error-color) !important;
    color: var(--tertiary-color);
    box-sizing: border-box;
    font-family: TitilliumWeb-Regular, Arial, sans-serif;
    margin: 0px !important;
    height: 50px;
}

.content {
    padding: 0px;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: var(--secondary-color);
    -webkit-box-shadow: 0px 3px 23px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 23px -1px rgba(0, 0, 0, 0.3);
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI26My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMzLjU4NiA2Ni4wMTgzWk1MMjYzLjU3NiA4Ni4wNTQ3QzI2MS4wNDkgODYuMDU0NyAyNTkuNzg2IDg3LjMwMDUgMjU5Ljc4NiA4OS43OTIxIDI1OS43ODYgOTIuMjg3MyAyNjEuMDQ5IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: var(--secondary-color);
}

.blazor-error-boundary::after {
    content: "Es ist ein Fehler aufgetreten."
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.dashboard-img {
    height: 90px;
    padding-right: 30px;
}

/* HIER DEFINIERE ICH DIE TABS */


.page-content {
    padding: 20px 20px 20px 20px;
    margin-top: 20px;
    border-radius: 20px;
    background-color: var(--secondary-color);
    -webkit-box-shadow: 0px 3px 23px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 23px -1px rgba(0, 0, 0, 0.3);
}

a {
    color: var(--a-color);
    transition: all 0.3s;
}

a:hover {
    color: var(--a-hover-color);
}

.tabbed {
}

.tabbed [type="radio"] {
    /* hiding the inputs */
    display: none;
}

.tabs {
    display: flex;
    align-items: stretch;
    list-style: none;
    padding: 0px 0px 0px 0px;
}

.tab > label {
    display: block;
    margin-right: 10px;
    margin-bottom: -1px;
    padding: 12px 15px;
    border-radius: 20px;
    background: #eee;
    color: #666;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}

.tab:hover label {
    color: #333;
}

.tab-content {
    display: none;
    color: #777;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
    border-radius: 20px;
    background: var(--main-color);
    background-color: var(--main-color);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill-rule:evenodd%3Bclip-rule:evenodd%3Bfill:%23575656%3B%7D.st1%7Bfill:%23575656%3B%7D%3C/style%3E%3Cg id='Icons'%3E%3Cg id='Rounded' transform='translate(-375.000000  -2725.000000)'%3E%3Cg id='Image' transform='translate(100.000000  2626.000000)'%3E%3Cg id='_x2D_Round-_x2F_-Image-_x2F_-timer' transform='translate(272.000000  98.000000)'%3E%3Cg%3E%3Cpath id='_xD83D__xDD39_-Icon-Color' class='st0' d='M409.6 174.9h-50c-6.9 0-12.5 5.6-12.5 12.5c0 6.9 5.6 12.5 12.5 12.5h50c6.9 0 12.5-5.6 12.5-12.5C422.1 180.5 416.5 174.9 409.6 174.9z M384.8 337.3c6.9 0 12.5-5.6 12.5-12.5v-50c0-6.9-5.6-12.5-12.5-12.5c-6.9 0-12.5 5.6-12.5 12.5v50C372.3 331.7 377.9 337.3 384.8 337.3z M472.5 254.7l9.3-9.3c4.8-4.8 4.9-12.7 0-17.4l-0.2-0.2c-4.9-4.9-12.7-4.8-17.4 0l-9.3 9.3c-19.4-15.5-43.7-24.7-70.1-24.7c-59.9 0-111 49.5-112.4 109.4c-1.6 63.4 49.1 115.4 112.4 115.4c62.2 0 112.4-50.4 112.4-112.4C497.1 298.4 487.8 274.1 472.5 254.7z M384.8 412.3c-48.3 0-87.4-39.1-87.4-87.4s39.1-87.4 87.4-87.4s87.4 39.1 87.4 87.4S433 412.3 384.8 412.3z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath class='st1' d='M182.7 249.8c26.6 0 49.5-9.5 68.3-28.4s28.4-41.6 28.4-68.3c0-26.6-9.5-49.5-28.4-68.3s-41.6-28.4-68.3-28.4s-49.5 9.5-68.3 28.4C95.5 103.6 86 126.3 86 153.1c0 26.6 9.5 49.5 28.4 68.3S156.1 249.8 182.7 249.8z'/%3E%3Cg%3E%3Cpath class='st1' d='M254.1 322.9c0.9-33.6 15.5-64.5 38.2-87c-6.2-1.6-12.7-2.3-19.6-2.3c-1.6 0-5.1 1.8-10.6 5.5c-5.5 3.5-11.8 7.6-18.7 12.2c-6.9 4.4-16 8.5-27.1 12c-11.1 3.5-22.4 5.5-33.6 5.5c-11.3 0-22.4-1.8-33.6-5.5c-11.1-3.5-20.3-7.6-27.1-12c-6.9-4.4-13.2-8.5-18.7-12.2c-5.5-3.5-9-5.5-10.6-5.5c-10.2 0-19.6 1.8-28 5.1s-15.7 7.8-21.5 13.4c-5.8 5.6-11.1 12.3-15.5 20.4c-4.6 7.9-8.1 16.2-10.7 24.5c-2.6 8.5-4.9 17.4-6.7 27.3s-3 19-3.5 27.5c-0.5 8.5-0.9 17.1-0.9 26.1c0 20.1 6.2 35.9 18.3 47.7c12.2 11.6 28.5 17.4 48.8 17.4h219.8c10.2 0 19.6-1.4 27.7-4.4C279.8 416.1 252.6 372.8 254.1 322.9z'/%3E%3C/g%3E%3C/svg%3E");
}

.tabbed [type="radio"]:nth-of-type(1) ~ .tabs .tab:nth-of-type(1) label {
    border-radius: 20px;
    height: 64px;
    width: 64px;
    background: var(--secondary-color);
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill-rule:evenodd%3Bclip-rule:evenodd%3Bfill:%23575656%3B%7D.st1%7Bfill:%23575656%3B%7D%3C/style%3E%3Cg id='Icons'%3E%3Cg id='Rounded' transform='translate(-375.000000  -2725.000000)'%3E%3Cg id='Image' transform='translate(100.000000  2626.000000)'%3E%3Cg id='_x2D_Round-_x2F_-Image-_x2F_-timer' transform='translate(272.000000  98.000000)'%3E%3Cg%3E%3Cpath id='_xD83D__xDD39_-Icon-Color' class='st0' d='M409.6 174.9h-50c-6.9 0-12.5 5.6-12.5 12.5c0 6.9 5.6 12.5 12.5 12.5h50c6.9 0 12.5-5.6 12.5-12.5C422.1 180.5 416.5 174.9 409.6 174.9z M384.8 337.3c6.9 0 12.5-5.6 12.5-12.5v-50c0-6.9-5.6-12.5-12.5-12.5c-6.9 0-12.5 5.6-12.5 12.5v50C372.3 331.7 377.9 337.3 384.8 337.3z M472.5 254.7l9.3-9.3c4.8-4.8 4.9-12.7 0-17.4l-0.2-0.2c-4.9-4.9-12.7-4.8-17.4 0l-9.3 9.3c-19.4-15.5-43.7-24.7-70.1-24.7c-59.9 0-111 49.5-112.4 109.4c-1.6 63.4 49.1 115.4 112.4 115.4c62.2 0 112.4-50.4 112.4-112.4C497.1 298.4 487.8 274.1 472.5 254.7z M384.8 412.3c-48.3 0-87.4-39.1-87.4-87.4s39.1-87.4 87.4-87.4s87.4 39.1 87.4 87.4S433 412.3 384.8 412.3z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath class='st1' d='M182.7 249.8c26.6 0 49.5-9.5 68.3-28.4s28.4-41.6 28.4-68.3c0-26.6-9.5-49.5-28.4-68.3s-41.6-28.4-68.3-28.4s-49.5 9.5-68.3 28.4C95.5 103.6 86 126.3 86 153.1c0 26.6 9.5 49.5 28.4 68.3S156.1 249.8 182.7 249.8z'/%3E%3Cg%3E%3Cpath class='st1' d='M254.1 322.9c0.9-33.6 15.5-64.5 38.2-87c-6.2-1.6-12.7-2.3-19.6-2.3c-1.6 0-5.1 1.8-10.6 5.5c-5.5 3.5-11.8 7.6-18.7 12.2c-6.9 4.4-16 8.5-27.1 12c-11.1 3.5-22.4 5.5-33.6 5.5c-11.3 0-22.4-1.8-33.6-5.5c-11.1-3.5-20.3-7.6-27.1-12c-6.9-4.4-13.2-8.5-18.7-12.2c-5.5-3.5-9-5.5-10.6-5.5c-10.2 0-19.6 1.8-28 5.1s-15.7 7.8-21.5 13.4c-5.8 5.6-11.1 12.3-15.5 20.4c-4.6 7.9-8.1 16.2-10.7 24.5c-2.6 8.5-4.9 17.4-6.7 27.3s-3 19-3.5 27.5c-0.5 8.5-0.9 17.1-0.9 26.1c0 20.1 6.2 35.9 18.3 47.7c12.2 11.6 28.5 17.4 48.8 17.4h219.8c10.2 0 19.6-1.4 27.7-4.4C279.8 416.1 252.6 372.8 254.1 322.9z'/%3E%3C/g%3E%3C/svg%3E");
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label {
    border-radius: 20px;
    height: 64px;
    width: 64px;
    background-color: var(--main-color);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-image: url("/_content/JobturaSaaS.Components/Media/Icons/user-time-white.svg")
}

.tabbed [type="radio"]:nth-of-type(2) ~ .tabs .tab:nth-of-type(2) label {
    border-radius: 20px;
    height: 64px;
    width: 64px;
    background: var(--secondary-color);
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
    background-image: url("/_content/JobturaSaaS.Components/Media/Icons/user-info.svg")
}

.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label {
    border-radius: 20px;
    height: 64px;
    width: 64px;
    background-color: var(--main-color);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-image: url("/_content/JobturaSaaS.Components/Media/Icons/user-time-white.svg")
}


.tabbed [type="radio"]:nth-of-type(3) ~ .tabs .tab:nth-of-type(3) label {
    border-radius: 20px;
    height: 64px;
    width: 64px;
    background: var(--secondary-color);
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
    background-image: url("/_content/JobturaSaaS.Components/Media/Icons/user-info.svg")
}

.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label {
    border-radius: 20px;
    height: 64px;
    width: 64px;
    background-color: var(--main-color);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-image: url("/_content/JobturaSaaS.Components/Media/Icons/user-info.svg")
}

.tabbed [type="radio"]:nth-of-type(4) ~ .tabs .tab:nth-of-type(4) label {
    border-radius: 20px;
    height: 64px;
    width: 64px;
    background: var(--secondary-color);
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
    background-image: url("/_content/JobturaSaaS.Components/Media/Icons/user-mass-time.svg")
}

.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label {
    border-radius: 20px;
    height: 64px;
    width: 64px;
    background-color: var(--main-color);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-image: url("/_content/JobturaSaaS.Components/Media/Icons/user-mass-time.svg")
}

.tabbed [type="radio"]:nth-of-type(5) ~ .tabs .tab:nth-of-type(5) label {
    border-radius: 20px;
    height: 64px;
    width: 64px;
    background: var(--secondary-color);
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
    background-image: url("/_content/JobturaSaaS.Components/Media/Icons/user-mass-time.svg")
}

.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
    border-radius: 20px;
    height: 64px;
    width: 64px;
    background-color: var(--main-color);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-image: url("/_content/JobturaSaaS.Components/Media/Icons/user-mass-time.svg")
}

.tabbed:active {
    fill: #ff3c41;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4),
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5) {
    display: block;
}

.tab2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.86 22.17'%3E%3Cdefs fill='%23fafafa'%3E%3Cstyle%3E.cls-1%7Bfill:%23575656%3B%7D%3C/style%3E%3C/defs%3E%3Cg id='Ebene_2' data-name='Ebene 2'%3E%3Cg id='Ebene_1-2' data-name='Ebene 1'%3E%3Cg id='Gruppe_120' data-name='Gruppe 120'%3E%3Cpath id='Pfad_43' data-name='Pfad 43' class='cls-1' d='M10.16 11.09A5.55 5.55 0 1 0 6.24 9.46 5.35 5.35 0 0 0 10.16 11.09Z' fill='%23fafafa'/%3E%3Cpath id='Pfad_44' data-name='Pfad 44' class='cls-1' d='M20.4 3.13A2.27 2.27 0 1 1 18.13 5.4h0A2.27 2.27 0 0 1 20.4 3.13Z' fill='%23fafafa'/%3E%3Cpath id='Pfad_45' data-name='Pfad 45' class='cls-1' d='M18.91 9.71A1.34 1.34 0 0 0 17.8 11h0a1.37 1.37 0 0 0 1.35 1.36h.14v7.47h-.73A1.17 1.17 0 0 0 17.4 21h0a1.16 1.16 0 0 0 1.16 1.15h5.15A1.15 1.15 0 0 0 24.86 21h0a1.15 1.15 0 0 0-1.15-1.16H23V10.32a1.16 1.16 0 0 0-1.16-1.17l-.23 0Z' fill='%23fafafa'/%3E%3Cg id='Gruppe_119' data-name='Gruppe 119'%3E%3Cg id='Gruppe_118' data-name='Gruppe 118'%3E%3Cpath id='Pfad_46' data-name='Pfad 46' class='cls-1' d='M16.38 21a2.17 2.17 0 0 1 1.88-2.15V13.24a2.38 2.38 0 0 1-1.4-2.82 4.68 4.68 0 0 0-1.53-.26 2 2 0 0 0-.61.31l-1.07.7a7.49 7.49 0 0 1-1.56.69 6.21 6.21 0 0 1-3.86 0 7.18 7.18 0 0 1-1.55-.69l-1.08-.7A2 2 0 0 0 5 10.16a4.58 4.58 0 0 0-1.6.29 4 4 0 0 0-1.24.77 5.32 5.32 0 0 0-.89 1.17A6.79 6.79 0 0 0 .64 13.8a13.85 13.85 0 0 0-.39 1.57c-.09.52-.16 1-.2 1.57s0 1 0 1.49a3.64 3.64 0 0 0 1.06 2.74 3.89 3.89 0 0 0 2.8 1H16.71A2.2 2.2 0 0 1 16.38 21Z' fill='%23fafafa'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.tab2:active {
    background-image: url("/_content/JobturaSaaS.Components/Media/Icons/user-info.svg");
}

.icon-circle {
    height: 32px;
    width: 32px;
    fill: var(--secondary-color);
}


.input-login {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14pt;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--tertiary-color3);
    color: var(--tertiary-color);
    box-sizing: border-box;
    font-family: TitilliumWeb-Regular, Arial, sans-serif;
}

.input-login:focus {
    border-radius: 10px;
    border: 1px solid var(--tertiary-color3) !important;
}

.input, input[type="date" i], select {
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
    font-size: 12pt;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--tertiary-color2);
    color: var(--tertiary-color);
    box-sizing: border-box;
    font-family: TitilliumWeb-Regular, Arial, sans-serif;
}

.input:focus {
    border-radius: 10px;
    border: 1px solid var(--tertiary-color3) !important;
}

.input-plus {
    background: url("/_content/JobturaSaaS.Components/Media/Icons/plus.svg") no-repeat right;
    background-size: 26px;
}

.input-picker {
    background: url("/_content/JobturaSaaS.Components/Media/Icons/picker.svg") no-repeat right;
    background-size: 15px;
    margin-right: 10px;
    padding-right: 10px;
    background-position-x: 98%;
    cursor: pointer;
}

input[type=time] {
    cursor: pointer;
}

.input-without-margin {
    padding: 10px;
    text-align: left;
    font-size: 12pt;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--tertiary-color2);
    color: var(--tertiary-color);
    box-sizing: border-box;
    font-family: TitilliumWeb-Regular, Arial, sans-serif;
}

.read-only-input {
    pointer-events: none;
    color: lightgray;
}

.content-item {
    background-color: #f2f2f2;
    border-radius: 20px;
    width: -webkit-fill-available;
    margin: 40px;
    padding: 40px;
    box-shadow: 0px 10px 15px var(--tertiary-color3);
}

.flex {
    display: flex;
    gap: 40px;
    flex-direction: row;
}

.content-item-10 {
    flex-basis: 1%;
}

.content-item-20 {
    flex-basis: 20%;
}

.content-item-25 {
    flex-basis: 25%;
}

.content-item-30 {
    flex-basis: 30%;
}

.content-item-33 {
    flex-basis: 33%;
}

.content-item-50 {
    flex-basis: 50%;
}

.content-item-70 {
    flex-basis: 70%;
}

.content-item-80 {
    flex-basis: 80%;
}

.content-item-100 {
    flex-basis: 100%;
}

.flex > div > label {
    padding-top: 10px;
}


.button-start {
    background-color: var(--button-start-main-color);
    color: var(--secondary-color);
    font-size: 14pt;
    text-align: center;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    width: 100%;
    font-family: TitilliumWeb-SemiBold, Arial, sans-serif;
}

.button-start:hover {
    background-color: var(--button-start-hover-color);
}

.button-pause {
    background-color: var(--button-pause-main-color);
    color: var(--secondary-color);
    font-size: 14pt;
    text-align: center;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
    font-family: TitilliumWeb-SemiBold, Arial, sans-serif;
}

.button-pause:hover {
    background-color: var(--button-pause-hover-color);
}

.button-stop {
    background-color: var(--button-stop-hover-color);
    color: var(--secondary-color);
    font-size: 14pt;
    text-align: center;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
    font-family: TitilliumWeb-SemiBold, Arial, sans-serif;
}

.button-stop:hover {
    background-color: var(--button-stop-hover-color);
}

.button-small {
    background-color: #29abe2;
    color: var(--secondary-color);
    font-size: 14pt;
    text-align: center;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    width: auto;
    float: right;
    font-family: TitilliumWeb-SemiBold, Arial, sans-serif;
}

.timedone {
    border-radius: 10px;
    border: solid 1px grey;
    background: linear-gradient(90deg, lightgreen 50%, var(--secondary-color) 50%);
    color: var(--tertiary-color);
    text-align: center;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.timedone-today {
    border-radius: 5px;
    border: solid 1px #ececec;
    background: linear-gradient(90deg, lightgreen 50%, var(--secondary-color) 50%);
    color: var(--tertiary-color);
    text-align: center;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.timedone-flex {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.timedone-overview {
    padding: 15px 20px 0px 20px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}


.half {
    width: 50%;
}

/*RESPONSIVE TABELLE*/


:root {
    --bg-table-stripe: #eaeaea;
    --b-table: #e3e3e2;
    --caption: #242423;
}

table {
    margin-top: 20px;
    background-color: transparent;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif
}

th {
    text-align: left;
    font-size: 16px;
    font-family: TitilliumWeb-SemiBold, Arial, sans-serif;
}

.dcf-txt-center {
    text-align: center !important
}

.dcf-txt-left {
    text-align: left !important
}

.dcf-txt-right {
    text-align: right !important
}

.dcf-table caption {
    color: var(--caption);
    font-size: 1.13em;
    font-weight: 700;
    padding-bottom: .56rem
}

.dcf-table thead {
    font-size: .84em
}

.dcf-table tbody {
    border-bottom: 1px solid var(--b-table);
    border-top: 1px solid var(--b-table);
    font-size: .84em
}

.dcf-table tfoot {
    font-size: .84em
}

.dcf-table td, .dcf-table th {
    padding-right: 1.78em
}

.dcf-table td {
    font-size: 14px;
    font-family: TitilliumWeb-Regular, Arial, sans-serif;
}

.dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
    border: 1px solid var(--b-table)
}

.dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
    padding-left: 1em;
    padding-right: 1em
}

.dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
    border-bottom: 1px solid var(--b-table)
}

.dcf-table-striped tbody tr:nth-of-type(2n) {
    background-color: var(--bg-table-stripe)
}

.dcf-table thead td, .dcf-table thead th {
    padding-bottom: .75em;
    vertical-align: bottom
}

.dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
    padding-top: .75em;
    vertical-align: top
}

.dcf-table tbody td, .dcf-table tbody th {
    padding-bottom: .75em
}

.dcf-table-bordered thead th {
    padding-top: 12px;
}

.dcf-wrapper-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 1em;
    position: relative;
    right: 50%;
    width: 100vw
}

.timeclock-img {
    height: 90px;
    padding-right: 30px;
}

@media only screen and (max-width: 700px) {

    .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
    }

    .dcf-table-responsive tr {
        display: block
    }

    .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        /*grid-template-columns: 1fr 2fr;*/
        text-align: left !important
    }

    .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
    }

    .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
    }

    .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
    }

    .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
    }

    .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
    }

    .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
    }

    .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
    }
}

.dcf-overflow-x-auto {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch
}

.dcf-w-100\% {
    width: 100% !important;
}

.top-row {
    padding: 20px;
    background-color: var(--main-color);
    justify-content: space-between;
    margin-top: 10px;
    border-radius: 20px;
    height: 64px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 3px 23px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 23px -1px rgba(0, 0, 0, 0.3);
}

.top-row > h1 {
    color: var(--secondary-color);
    font-size: 30px;
}

.top-row ::deep a, .top-row ::deep .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
    text-decoration: underline;
}

.top-row ::deep a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 640.98px) {

    html, body {
        background-image: url("/Media/background-9_16.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .timeclock-img {
        height: 50px;
        margin-left: 15px;
        padding-right: 0px;
    }

    .button-start-stop-div {
        flex-direction: column;
    }

    .button-start {
        width: 250px;
    }

    .nav-headline {
        display: none;
    }

    .button-stop {
        width: 250px;
    }

    .timeclock-kachel {
        margin-top: 0px;
    }

    .header {
        display: inline;
    }

    .header .menu-icon {
        padding: 20px 0px 20px 0px;
    }


    .header ul {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        bottom: 20px;
        -webkit-box-shadow: 0px 3px 23px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 3px 23px -1px rgba(0, 0, 0, 0.3);
    }

    .header .menu-btn:checked ~ ul {
        margin-bottom: 20px;
    }

    .header .menu-btn:checked ~ .menu {
        margin-left: 0px;
        margin-right: -60px;
    }


    .timedone-flex {
        display: none !important;
    }

    .dashboard-kacheln {
        width: 250px;
        margin: 0 15px; /* Fügt horizontalen Abstand zu beiden Seiten hinzu */
    }
    
    /* Spezifische Abstände für Dashboard-Kachel-Container */
    .dashboard-kachel {
        padding: 0 15px; /* Zusätzlicher Innenabstand */
        margin: 10px 15px; /* Abstand vom Viewport-Rand */
    }
    
    /* Einzelne Dashboard-Kachel-Items */
    .dashboard-kachel-item-left,
    .dashboard-kachel-item-right {
        margin: 10px 10px; /* Abstand zwischen den Kacheln */
    }
    
    .dashboard-kachel-item-left {
        margin-left: 0; /* Links bündig mit Container */
        margin-right: 20px; /* Abstand zum rechten Viewport-Rand */
    }
    
    .dashboard-kachel-item-right {
        margin-left: 20px; /* Abstand zum linken Viewport-Rand */
        margin-right: 0; /* Rechts bündig mit Container */
    }

    .flex {
        flex-direction: column;
    }

    .timedone-overview {
        flex-direction: column;
    }

    p.timedone-overview {
        text-align: center;
    }

    .top-row {
        justify-content: space-between;
        border-radius: 0px 0px 20px 20px;
        margin-top: 0px;
        padding: 20px;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }

    .top-row-dashboard {
        justify-content: space-between;
        border-radius: 20px;
        margin-top: 0px;
        padding: 20px;
    }

    .page-content {
        padding: 20px 0px 0px 0px;
        margin-top: 0px;
        border-radius: 20px;
        background-color: var(--secondary-color2);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .tabbed [type="radio"]:nth-of-type(1) ~ .tabs .tab:nth-of-type(1) label {
        height: 50px;
        width: 50px;
        -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        background-color: var(--secondary-color);
    }

    .tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label {
        height: 50px;
        width: 50px;
        -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        background-color: var(--main-color);
    }

    .tabbed [type="radio"]:nth-of-type(2) ~ .tabs .tab:nth-of-type(2) label {
        height: 50px;
        width: 50px;
        -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        background-color: var(--secondary-color);
    }

    .tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label {
        height: 50px;
        width: 50px;
        -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        background-color: var(--main-color);
    }


    .tabbed [type="radio"]:nth-of-type(3) ~ .tabs .tab:nth-of-type(3) label {
        height: 50px;
        width: 50px;
        -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        background-color: var(--secondary-color);
    }

    .tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label {
        height: 50px;
        width: 50px;
        -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        background-color: var(--main-color);
    }

    .tabbed [type="radio"]:nth-of-type(4) ~ .tabs .tab:nth-of-type(4) label {
        height: 50px;
        width: 50px;
        -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        background-color: var(--secondary-color);
    }

    .tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label {
        height: 50px;
        width: 50px;
        -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        background-color: var(--main-color);
    }

    .tabbed [type="radio"]:nth-of-type(5) ~ .tabs .tab:nth-of-type(5) label {
        height: 50px;
        width: 50px;
        -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        background-color: var(--secondary-color);
    }

    .tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
        height: 50px;
        width: 50px;
        -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
        background-color: var(--main-color);
    }
}

/* Animation für Dashboard-Kacheln - fügen Sie diese Regeln hinzu */

/* Keyframe-Animationen definieren */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100vw);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100vw);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Basis-Styling für alle Dashboard-Kacheln */
.dashboard-kachel-item-left,
.dashboard-kachel-item-right {
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-fill-mode: both;
}

/* Animation für linke Kacheln (slide in from left) */
.dashboard-kachel-item-left {
    animation-name: slideInFromLeft;
}

/* Animation für rechte Kacheln (slide in from right) */
.dashboard-kachel-item-right {
    animation-name: slideInFromRight;
}

/* Gestaffelte Animation-Verzögerungen für lebendigen Effekt */
.dashboard-kachel .dashboard-kachel-item-left:nth-child(1),
.dashboard-kachel .dashboard-kachel-item-right:nth-child(1) {
    animation-delay: 0s;
}

.dashboard-kachel .dashboard-kachel-item-left:nth-child(2),
.dashboard-kachel .dashboard-kachel-item-right:nth-child(2) {
    animation-delay: 0.1s;
}

.dashboard-kachel .dashboard-kachel-item-left:nth-child(3),
.dashboard-kachel .dashboard-kachel-item-right:nth-child(3) {
    animation-delay: 0.2s;
}

.dashboard-kachel .dashboard-kachel-item-left:nth-child(4),
.dashboard-kachel .dashboard-kachel-item-right:nth-child(4) {
    animation-delay: 0.3s;
}

.dashboard-kachel .dashboard-kachel-item-left:nth-child(5),
.dashboard-kachel .dashboard-kachel-item-right:nth-child(5) {
    animation-delay: 0.4s;
}

.dashboard-kachel .dashboard-kachel-item-left:nth-child(6),
.dashboard-kachel .dashboard-kachel-item-right:nth-child(6) {
    animation-delay: 0.5s;
}

.dashboard-kachel .dashboard-kachel-item-left:nth-child(7),
.dashboard-kachel .dashboard-kachel-item-right:nth-child(7) {
    animation-delay: 0.6s;
}

.dashboard-kachel .dashboard-kachel-item-left:nth-child(8),
.dashboard-kachel .dashboard-kachel-item-right:nth-child(8) {
    animation-delay: 0.7s;
}

.dashboard-kachel .dashboard-kachel-item-left:nth-child(9),
.dashboard-kachel .dashboard-kachel-item-right:nth-child(9) {
    animation-delay: 0.8s;
}

.dashboard-kachel .dashboard-kachel-item-left:nth-child(10),
.dashboard-kachel .dashboard-kachel-item-right:nth-child(10) {
    animation-delay: 0.9s;
}

/* Responsive Anpassungen für mobile Geräte */
@media (max-width: 640.98px) {
    /* Reduzierte Animation-Dauer für mobile Geräte */
    .dashboard-kachel-item-left,
    .dashboard-kachel-item-right {
        animation-duration: 0.6s;
    }
    
    /* Angepasste Verzögerungen für mobile Geräte */
    .dashboard-kachel .dashboard-kachel-item-left:nth-child(n),
    .dashboard-kachel .dashboard-kachel-item-right:nth-child(n) {
        animation-delay: calc(var(--tile-index, 0) * 0.08s);
    }
    
    /* Sanftere Animation für kleinere Bildschirme */
    @keyframes slideInFromLeft {
        0% {
            transform: translateX(-120vw);
            opacity: 0;
        }
        60% {
            transform: translateX(10px);
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
    
    @keyframes slideInFromRight {
        0% {
            transform: translateX(120vw);
            opacity: 0;
        }
        60% {
            transform: translateX(-10px);
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
}

/* Optional: Hover-Effekte für bessere Interaktivität */
.dashboard-kachel-item-left:hover,
.dashboard-kachel-item-right:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease;
}

.dashboard-kachel-item-inner-left,
.dashboard-kachel-item-inner-right {
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.dashboard-kachel-item-inner-left:hover,
.dashboard-kachel-item-inner-right:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

/* Icon Wobble Animation für Dashboard-Kacheln */
@keyframes iconWobble {
    0% { transform: rotate(0deg); }
    15% { transform: rotate(-5deg); }
    30% { transform: rotate(3deg); }
    45% { transform: rotate(-3deg); }
    60% { transform: rotate(2deg); }
    75% { transform: rotate(-1deg); }
    100% { transform: rotate(0deg); }
}

/* Basis-Styling für Dashboard-Kachel Icons */
.dashboard-kachel-item-inner-icon-header-left > div:first-child,
.dashboard-kachel-item-inner-icon-header-right > div:first-child {
    transition: transform 0.2s ease;
    transform-origin: center;
}

/* Icon Animation beim Hover über die gesamte Kachel */
.dashboard-kachel-item-inner-left:hover .dashboard-kachel-item-inner-icon-header-left > div:first-child img,
.dashboard-kachel-item-inner-left:hover .dashboard-kachel-item-inner-icon-header-left > div:first-child svg,
.dashboard-kachel-item-inner-right:hover .dashboard-kachel-item-inner-icon-header-right > div:first-child img,
.dashboard-kachel-item-inner-right:hover .dashboard-kachel-item-inner-icon-header-right > div:first-child svg {
    animation: iconWobble 0.6s ease-in-out;
}

/* Alternative: Direktes Icon-Targeting für alle Icon-Container */
.dashboard-kachel-item-inner-left:hover img,
.dashboard-kachel-item-inner-left:hover svg,
.dashboard-kachel-item-inner-right:hover img,
.dashboard-kachel-item-inner-right:hover svg {
    animation: iconWobble 0.6s ease-in-out;
}

/* Spezielle Behandlung für SVG-Icons mit Transformationen */
.dashboard-kachel-item-inner-left:hover svg,
.dashboard-kachel-item-inner-right:hover svg {
    transform-origin: center center;
}

/* Zusätzliche Animation für Tab-Icons (falls verwendet) */
.tabbed [type="radio"]:nth-of-type(1):hover ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):hover ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):hover ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):hover ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):hover ~ .tabs .tab:nth-of-type(5) label {
    animation: iconWobble 0.6s ease-in-out;
}

/* Hover-Effekt auch für Tab-Labels direkt */
.tab:hover label {
    animation: iconWobble 0.6s ease-in-out;
}

/* Performance-Optimierung: Nur animieren, wenn hover unterstützt wird */
@media (hover: hover) {
    .dashboard-kachel-item-inner-left:hover img,
    .dashboard-kachel-item-inner-left:hover svg,
    .dashboard-kachel-item-inner-right:hover img,
    .dashboard-kachel-item-inner-right:hover svg {
        animation: iconWobble 0.6s ease-in-out;
    }
}

/* Mobile Geräte: Reduzierte Animation oder Touch-basierte Animation */
@media (max-width: 640.98px) {
    /* Sanftere Wobble-Animation für mobile Geräte */
    @keyframes iconWobbleMobile {
        0% { transform: rotate(0deg); }
        25% { transform: rotate(-3deg); }
        50% { transform: rotate(2deg); }
        75% { transform: rotate(-1deg); }
        100% { transform: rotate(0deg); }
    }
    
    .dashboard-kachel-item-inner-left:hover img,
    .dashboard-kachel-item-inner-left:hover svg,
    .dashboard-kachel-item-inner-right:hover img,
    .dashboard-kachel-item-inner-right:hover svg {
        animation: iconWobbleMobile 0.4s ease-in-out;
    }
    
    /* Touch-basierte Animation für mobile Geräte */
    .dashboard-kachel-item-inner-left:active img,
    .dashboard-kachel-item-inner-left:active svg,
    .dashboard-kachel-item-inner-right:active img,
    .dashboard-kachel-item-inner-right:active svg {
        animation: iconWobbleMobile 0.4s ease-in-out;
    }
}

/* Accessibility: Respektiere prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
    .dashboard-kachel-item-inner-left:hover img,
    .dashboard-kachel-item-inner-left:hover svg,
    .dashboard-kachel-item-inner-right:hover img,
    .dashboard-kachel-item-inner-right:hover svg,
    .tab:hover label {
        animation: none;
        transform: scale(1.05);
        transition: transform 0.2s ease;
    }
}

/* Overlay für Willkommensnachricht (mobil + optional Desktop) */
.welcome-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5000; /* Über Header / Menü */
    backdrop-filter: blur(2px);
}

.welcome-message {
    background: var(--secondary-color);
    color: var(--tertiary-color);
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.35);
    max-width: 90%;
    text-align: center;
    animation: welcome-fade-in 0.35s ease;
}

@keyframes welcome-fade-in {
    from { opacity: 0; transform: scale(.95); }
    to   { opacity: 1; transform: scale(1); }
}

/* Optional nur auf kleinen Screens erzwingen (falls nur mobil gewünscht) */
@media (max-width: 640.98px) {
    .welcome-overlay { display: flex; }
}
