/*
Theme Name: Carmada Sechsunzwanzig
Theme URI: https://carmada.de
Author: Maximilian Marzeck B.Sc.
Version: 1.3
*/
 @font-face {font-family: "WorkSans";font-weight: 400;src: url("/wp-content/themes/carmada-twentysix/assets/fonts/WorkSans-Regular.ttf");font-display: swap;}@font-face {font-family: "WorkSans";font-weight: 700;src: url("/wp-content/themes/carmada-twentysix/assets/fonts/WorkSans-Bold.ttf");font-display: swap;}@font-face {font-family: "TittiliumWeb";font-weight: 400;src: url("/wp-content/themes/carmada-twentysix/assets/fonts/TitilliumWeb-Regular.ttf");font-display: swap;}@font-face {font-family: "TittiliumWeb";font-weight: 700;src: url("/wp-content/themes/carmada-twentysix/assets/fonts/TitilliumWeb-Bold.ttf");font-display: swap;}html, body{width: 100%;height: 100%;scroll-behavior: smooth;scroll-padding-top: 2rem;color: #121416;background-color: #fafafa;}*, *::before, *::after{margin: 0;padding: 0;box-sizing: border-box;font-family: "TittiliumWeb", sans-serif;line-height: 1.5;}ul{margin-left: 1.5rem;}h1{font-size: 2rem;}h2{font-size: 1.5rem;font-weight: 400;}h3{font-size: 1.25rem;font-weight: 400;}hr{border: 1px solid #eeeeee;width: 100%;}.alert {position: relative;padding: 1rem 1rem;margin-bottom: 1rem;border: 1px solid transparent;border-radius: .375rem;}.alert-danger {color: #842029;background-color: #f8d7da;border-color: #f5c2c7;}.border{border: 1px solid black;}.border-success-subtle{border-color: #a3cfbb;}.border-error-subtle{border-color: #ab296a;}.border-warning-subtle{border-color: #ffe69c;}.btn{color: #181818;border: none;text-decoration: none;padding: 1rem 1.5rem;border-radius: 1.5rem;position: relative;z-index: 1;overflow: hidden;transition: 0.5s color;display: inline-flex;align-items: center;user-select: none;cursor: pointer;font-size: 1rem;}.btn::before, .btn::after{content: "";position: absolute;height: 100%;top: 0;left: 0;z-index: -1;}.btn::before{width: 100%;}.btn::after{width: 0;transition: 0.5s width;border-radius: 0 1rem 1rem 0;}.btn:hover::after{width: calc(100% + 1rem);}.btn.btn-primary{border: 2px solid #FF6900;}.btn.btn-primary::before{background-color: #FFE1CC;}.btn.btn-primary::after{background-color: #FFC399;}.btn.btn-primary::before{background-color: #FFE1CC;}.btn.btn-primary::after{background-color: #FFC399;}.btn.btn-secondary::before{background-color: #FFF0E6;}.btn.btn-secondary::after{background-color: #FFE1CC;}.btn.btn-tertiary{color: #FAFAFA;}.btn.btn-tertiary:hover{color: #181818;}.btn.btn-tertiary::before{background-color: #FF6900;}.btn.btn-tertiary::after{background-color: #FFA566;}.btn:disabled, .btn.disabled {opacity: 0.5;cursor: not-allowed;pointer-events: none;color: #888;}.btn:disabled::after, .btn.disabled::after {width: 0 !important;}.btn:disabled::before, .btn.disabled::before {background-color: #e0e0e0 !important;}.cursor-pointer{cursor: pointer;}.d-block{display: block;}.d-flex{display: flex;}.d-none{display: none;}.justify-content-end{justify-content: end;}.justify-content-center{justify-content: center;}.justify-content-between{justify-content: space-between;}.align-items-start{align-items: flex-start;}.align-items-center{align-items: center;}.flex-column-reverse{flex-direction: column-reverse;}.flex-column{flex-direction: column;}.flex-fill{flex: 1 0 auto;}.container{width: 100%;max-width: 90rem;padding: 1rem;margin: auto;}.form-group {margin-bottom: 1.25rem;}.form-group label {font-weight: 600;margin-bottom: .35rem;display: block;}.form-control {border: 1px solid #d4d7dd;border-radius: .5rem;padding: .65rem .9rem;font-size: 1rem;transition: border-color .2s ease, box-shadow .2s ease;}.form-control:focus {outline: 0.25rem solid #FFC399;border-color: #FF6900;box-shadow: 0 0 0 .15rem rgba(13, 110, 253, .25);}.form-control:invalid, .form-check-input:invalid {border-color: #dc3545;box-shadow: 0 0 0 .15rem rgba(220, 53, 69, .25);}.form-control:valid:not(:placeholder-shown) {border-color: #198754;box-shadow: 0 0 0 .15rem rgba(25, 135, 84, .25);}.form-control::placeholder {color: #9aa0a6;}.form-check {display: flex;align-items: center;margin-bottom: .75rem;}.form-check-input {appearance: none;min-width: 1.5rem;height: 1.5rem;border: 1px solid #ced4da;border-radius: .25rem;background-color: #fff;cursor: pointer;transition: all .2s ease;position: relative;}.form-check-input:focus {outline: 0.25rem solid #FFC399;border-color: #FFC399;box-shadow: 0 0 0 .15rem rgba(13,110,253,.25);}.form-check-input:checked {background-color: #FFA566;border-color: #ff6900;}.form-check-input:checked:disabled{border-color: #595959;background-color: #9aa0a6;}.form-check-input:checked::after {content: "";position: absolute;top: 5%;left: 35%;width: 35%;height: 65%;border: solid #fff;border-width: 0 2px 2px 0;transform: rotate(45deg);}.form-check-label {margin-left: .75rem;cursor: pointer;font-size: 1rem;}textarea.form-control{width: 100%;min-height: 120px;padding: .65rem .9rem;font-size: 1rem;border: 1px solid #ced4da;border-radius: .5rem;transition: border-color .2s ease, box-shadow .2s ease;resize: vertical;resize: none;}textarea.form-control:focus {outline: 0.25rem solid #FFC399;border-color: #ff6900;box-shadow: 0 0 0 .15rem rgba(13,110,253,.25);}textarea.form-control::placeholder {color: #9aa0a6;}select.form-select {width: 100%;padding: .65rem .9rem;font-size: 1rem;border: 1px solid #ced4da;border-radius: .5rem;background-color: #fff;appearance: none;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right .9rem center;background-size: 16px;transition: border-color .2s ease, box-shadow .2s ease;cursor: pointer;}select.form-select:focus {outline: 0.25rem solid #FFC399;border-color: #ff6900;box-shadow: 0 0 0 .15rem rgba(13,110,253,.25);}.invalid-feedback {display: none;width: 100%;margin-top: 0.25rem;font-size: 0.875em;color: #dc3545;}.form-control:invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback {display: block;}.fs-1 {font-size: 2.5rem;}.fs-2 {font-size: 2rem;}.fs-3 {font-size: 1.75rem;}.fs-4{font-size: 1.5rem;}.fs-5{font-size: 1.25rem;}.fs-7{font-size: 0.75rem;}.ms-2{margin-left: 0.5rem;}.ms-3{margin-left: 1rem;}.ms-4{margin-left: 2rem;}.mx-2{margin-left: 0.5rem;margin-right: 0.5rem;}.mb-2{margin-bottom: 0.5rem;}.mb-3{margin-bottom: 1rem;}.mb-4{margin-bottom: 2rem;}.p-2{padding: 0.5rem;}.p-3{padding: 1rem;}.px-3{padding-left: 1rem;padding-right: 1rem;}.py-0{padding-top: 0 !important;padding-bottom: 0 !important;}.py-1{padding-top: 0.25rem;padding-bottom: 0.25rem;}.py-2{padding-top: 0.5rem;padding-bottom: 0.5rem;}.py-3{padding-top: 1rem;padding-bottom: 1rem;}.py-5{padding-top: 3rem;padding-bottom: 3rem;}.pb-0{padding-bottom: 0 !important;}.pb-3{padding-bottom: 1rem;}.pb-5{padding-bottom: 2rem;}.bg-primary{background-color: #ff6900;}.bg-primary-subtle{background-color: #f88f35;}.bg-secondary{background-color: #00354d;}.bg-dark{background-color: #141413;}.bg-light{background-color: #fafafa;}.bg-black{background-color: #000000;}.bg-body{background-color: #fafafa;}.bg-body-secondary{background-color: #F2F2F2;}.bg-success-subtle{background-color: #d1e7dd;}.bg-danger-subtle{background-color: #f8d7da;}.bg-warning-subtle{background-color: #fff3cd;}.rounded-3 {border-radius: 0.5rem;}.rounded-4 {border-radius: 1rem;}.rounded-5 {border-radius: 1.5rem;}.overflow-hidden{overflow: hidden;}.link{text-decoration: 0;display: inline-block;transition: 0.5s color;color: #0D6EFD;}.link.link-primary{color: #FF6900;}.link.link-secondary{color: #00354d;}.link.link-secondary:hover{color: #fafafa;}.link.link.link-light{color: #fafafa;}.link.link-light:hover{color: #FF6900;}.link.link-dark{color: #181818;}.link.link-dark:hover{color: #FF6900;}.lh-base{line-height: 1.5;}.row{margin-left: -1rem;margin-right: -1rem;display: flex;flex-wrap: wrap;}[class^="col"], [class*=" col-"], [class^="col-"],[class$=" col"]{flex: 1 0 auto;padding: 1rem;width: 100%;}.col-12{width: 100%;}.col-8{max-width: calc(100% / 3 * 2);}.col-6{max-width: 50%;}.col-5{max-width: calc(100% / 12 * 5);}.col-4{max-width: calc(100% / 3);}.col-3{max-width: 25%;}.col-2{max-width: calc(100% / 6);}.col-1{max-width: calc(100% / 12);}.text-primary{color:#FF6900;}.text-tertiary{color:#552400;}.text-light{color: #FAFAFA;}.text-dark{color: #181818;}.text-success-emphasis{color: #0a3622;}.text-danger-emphasis{color: #58151c;}.text-warning-emphasis{color: #664d03;}.text-center{text-align: center;}.w-100{width: 100%;}.h-100{height: 100%;}.position-relative{position: relative;}.position-absolute{position: absolute;}.position-fixed{position: fixed;}.accordion {color: #212529;background-color: #FFE1CC;border-radius: 0.5rem;overflow: hidden;border: 1px solid #f88f35;}.accordion-item {background-color: rgba(250,250,250, 0.2);border-bottom: 1px solid #f88f35;}.accordion-item:last-child{border-bottom: none;}.accordion-button {display: flex;align-items: center;width: 100%;padding: 1rem 3rem 1rem 1.25rem;color: #181818;background-color: #FFE1CC;border: 0;border-radius: 0;transition: background-color .15s ease;cursor: pointer;user-select: none;position: relative;}.accordion-button::after{content: '';position: absolute;right: 1rem;width: 1.5em;height: 1.5em;background-size: contain;background-position: center;background-image: url('/wp-content/themes/carmada-twentysix/assets/images/icons/stat_minus_1_24dp_FF6900_FILL0_wght400_GRAD0_opsz24.svg');transition: 0.5s transform;}input[type=checkbox]:checked + .accordion-item .accordion-button {color: #181818;background-color: #FFC399;box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);}input[type=checkbox]:checked + .accordion-item .accordion-button::after{transform: rotate(180deg);}.accordion-button:focus {border-color: #FFE1CC;box-shadow: 0 0 0 .25rem rgba(85, 36, 0, 0.25);}.accordion-body {padding: 1rem 1.25rem;}.accordion-collapse {border: 0;max-height: 0;overflow: hidden;transition: 0.5s;background-color: #FFF0E6;}input[type=checkbox]:checked + .accordion-item .accordion-collapse{max-height: 20rem;}.fw-bold{font-weight: 700;}@media screen and (min-width: 576px){.col-sm-6{max-width: 50%;}.col-sm-4{max-width: calc(100% / 3);}}@media screen and (min-width: 768px){.col-md-3{max-width: 25%;}.col-md-4{max-width: calc(100% / 3);}.col-md-6{max-width: 50%;}.flex-md-row{flex-direction: row;}}@media screen and (min-width: 992px){h1{font-size: 3rem;}h2{font-size: 2rem;}.col-lg-8{max-width: calc(100% / 3 * 2);}.col-lg-6{max-width: 50%;}.col-lg-5{max-width: calc(100% / 12 * 5);}.col-lg-4{max-width: calc(100% / 3);}.col-lg-2{max-width: calc(100% / 6);}.d-lg-flex{display: flex;}.d-lg-block{display: block;}.d-lg-none{display: none;}.fs-lg-1{font-size: 2.5rem;}.fs-lg-5{font-size: 1.25rem;}.pb-lg-3{padding-bottom: 1rem;}}@media screen and (min-width: 1200px){.p-xl-5{padding: 2rem;}}@media screen and (min-width: 1400px){.col-xxl-3{max-width: 25%;}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {.form-control:valid {border-color: #198754;}}@media all{.carousel{background-color: rgb(248, 249, 250);position: relative;display: flex;justify-content: center;align-items: end;width: 100%;min-height: 15rem;overflow: hidden;}.carousel-wrapper{height: 100%;width: 100%;position: absolute;}input[carousel-bullet]{-webkit-appearance: none;appearance: none;border: 1px solid rgb(150,150,150);background-color: rgb(250,250,250);min-width: 1rem;height: 1rem;cursor: pointer;border-radius: 50%;display: inline-flex;justify-content: center;align-items: center;position: relative;z-index: 3;margin: 0.5rem 0.125rem;}input[carousel-bullet]:checked{display: inline-flex;}input[carousel-bullet]:checked::before{content: "";background-color: #6495ED;border-radius: 50%;width: calc(100% - 2px);height: calc(100% - 2px);}}@media all{.carousel label[data-value|="slide"]{width: 0 !important;height: 0 !important;}.carousel label[data-value|="slide"]::before, .carousel label[data-value|="slide"]::after{content: "";position: absolute;z-index: 3;width: 3rem;height: 3rem;background-color: rgba(10,10,10,0.5);border-radius: 0.5rem;cursor: pointer;top: 0;bottom: 0;margin: auto 0;transition: 0.5s opacity, 0s transform 0.5s;transform: scale(0);background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Im02NDAtODAtNDAwLTQwMCA0MDAtNDAwIDU2IDU3LTM0MyAzNDMgMzQzIDM0M3oiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==");}.carousel label[data-value|="slide"]::before{left: 1rem;}.carousel label[data-value|="slide"]::after{right: 1rem;}.carousel label[data-value|="slide"]::before:hover, .carousel label[data-value|="slide"]::before:after{background-color: rgba(10,10,10,0.8);}input[carousel-bullet][value="slide-1"]:checked ~ label[data-value|="slide"]:last-of-type::before, input[carousel-bullet][value="slide-2"]:checked ~ label[data-value="slide-1"]::before, input[carousel-bullet][value="slide-3"]:checked ~ label[data-value="slide-2"]::before, input[carousel-bullet][value="slide-4"]:checked ~ label[data-value="slide-3"]::before, input[carousel-bullet][value="slide-5"]:checked ~ label[data-value="slide-4"]::before, input[carousel-bullet][value="slide-6"]:checked ~ label[data-value="slide-5"]::before, input[carousel-bullet][value="slide-7"]:checked ~ label[data-value="slide-6"]::before, input[carousel-bullet][value="slide-8"]:checked ~ label[data-value="slide-7"]::before, input[carousel-bullet][value="slide-9"]:checked ~ label[data-value="slide-8"]::before, input[carousel-bullet][value="slide-10"]:checked ~ label[data-value="slide-9"]::before, input[carousel-bullet][value="slide-11"]:checked ~ label[data-value="slide-10"]::before, input[carousel-bullet][value="slide-12"]:checked ~ label[data-value="slide-11"]::before, input[carousel-bullet][value="slide-13"]:checked ~ label[data-value="slide-12"]::before, input[carousel-bullet][value="slide-14"]:checked ~ label[data-value="slide-13"]::before, input[carousel-bullet][value="slide-15"]:checked ~ label[data-value="slide-14"]::before, input[carousel-bullet][value="slide-16"]:checked ~ label[data-value="slide-15"]::before, input[carousel-bullet][value="slide-17"]:checked ~ label[data-value="slide-16"]::before, input[carousel-bullet][value="slide-18"]:checked ~ label[data-value="slide-17"]::before, input[carousel-bullet][value="slide-19"]:checked ~ label[data-value="slide-18"]::before, input[carousel-bullet][value="slide-20"]:checked ~ label[data-value="slide-19"]::before, input[carousel-bullet][value="slide-21"]:checked ~ label[data-value="slide-20"]::before, input[carousel-bullet][value="slide-22"]:checked ~ label[data-value="slide-21"]::before, input[carousel-bullet][value="slide-23"]:checked ~ label[data-value="slide-22"]::before, input[carousel-bullet][value="slide-24"]:checked ~ label[data-value="slide-23"]::before, input[carousel-bullet][value="slide-25"]:checked ~ label[data-value="slide-24"]::before{transform: scale(1);}input[carousel-bullet][value|="slide"]:last-of-type:checked ~ label[data-value="slide-1"]::after, input[carousel-bullet][value="slide-1"]:checked ~ label[data-value="slide-2"]::after, input[carousel-bullet][value="slide-2"]:checked ~ label[data-value="slide-3"]::after, input[carousel-bullet][value="slide-3"]:checked ~ label[data-value="slide-4"]::after, input[carousel-bullet][value="slide-4"]:checked ~ label[data-value="slide-5"]::after, input[carousel-bullet][value="slide-5"]:checked ~ label[data-value="slide-6"]::after, input[carousel-bullet][value="slide-6"]:checked ~ label[data-value="slide-7"]::after, input[carousel-bullet][value="slide-7"]:checked ~ label[data-value="slide-8"]::after, input[carousel-bullet][value="slide-8"]:checked ~ label[data-value="slide-9"]::after, input[carousel-bullet][value="slide-9"]:checked ~ label[data-value="slide-10"]::after, input[carousel-bullet][value="slide-10"]:checked ~ label[data-value="slide-11"]::after, input[carousel-bullet][value="slide-11"]:checked ~ label[data-value="slide-12"]::after, input[carousel-bullet][value="slide-12"]:checked ~ label[data-value="slide-13"]::after, input[carousel-bullet][value="slide-13"]:checked ~ label[data-value="slide-14"]::after, input[carousel-bullet][value="slide-14"]:checked ~ label[data-value="slide-15"]::after, input[carousel-bullet][value="slide-15"]:checked ~ label[data-value="slide-16"]::after, input[carousel-bullet][value="slide-16"]:checked ~ label[data-value="slide-17"]::after, input[carousel-bullet][value="slide-17"]:checked ~ label[data-value="slide-18"]::after, input[carousel-bullet][value="slide-18"]:checked ~ label[data-value="slide-19"]::after, input[carousel-bullet][value="slide-19"]:checked ~ label[data-value="slide-20"]::after, input[carousel-bullet][value="slide-20"]:checked ~ label[data-value="slide-21"]::after, input[carousel-bullet][value="slide-21"]:checked ~ label[data-value="slide-22"]::after, input[carousel-bullet][value="slide-22"]:checked ~ label[data-value="slide-23"]::after, input[carousel-bullet][value="slide-23"]:checked ~ label[data-value="slide-24"]::after, input[carousel-bullet][value="slide-24"]:checked ~ label[data-value="slide-25"]::after{transform: scale(1) rotate(180deg);}}@media all{.carousel-slide{display: none;min-width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 0;transform: translate(100%, 0);opacity: 0;}input[carousel-bullet][value="slide-25"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(24), input[carousel-bullet][value="slide-24"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(23), input[carousel-bullet][value="slide-23"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(22), input[carousel-bullet][value="slide-22"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(21), input[carousel-bullet][value="slide-21"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(20), input[carousel-bullet][value="slide-20"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(19), input[carousel-bullet][value="slide-19"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(18), input[carousel-bullet][value="slide-18"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(17), input[carousel-bullet][value="slide-17"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(16), input[carousel-bullet][value="slide-16"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(15), input[carousel-bullet][value="slide-15"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(14), input[carousel-bullet][value="slide-14"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(13), input[carousel-bullet][value="slide-13"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(12), input[carousel-bullet][value="slide-12"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(11), input[carousel-bullet][value="slide-11"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(10), input[carousel-bullet][value="slide-10"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(9), input[carousel-bullet][value="slide-9"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(8), input[carousel-bullet][value="slide-8"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(7), input[carousel-bullet][value="slide-7"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(6), input[carousel-bullet][value="slide-6"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(5), input[carousel-bullet][value="slide-5"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(4), input[carousel-bullet][value="slide-4"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(3), input[carousel-bullet][value="slide-3"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(2), input[carousel-bullet][value="slide-2"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(1), input[carousel-bullet][value="slide-1"]:checked ~ .carousel-wrapper .carousel-slide:last-of-type{display: flex;opacity: 0;transform: translate(-100%, 0);transition: 0.5s transform, 0.1s z-index 0.4s, 0.25s opacity 0.25s;}input[carousel-bullet][value="slide-1"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(2), input[carousel-bullet][value="slide-2"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(3), input[carousel-bullet][value="slide-3"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(4), input[carousel-bullet][value="slide-4"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(5), input[carousel-bullet][value="slide-5"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(6), input[carousel-bullet][value="slide-6"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(7), input[carousel-bullet][value="slide-7"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(8), input[carousel-bullet][value="slide-8"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(9), input[carousel-bullet][value="slide-9"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(10), input[carousel-bullet][value="slide-10"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(11), input[carousel-bullet][value="slide-11"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(12), input[carousel-bullet][value="slide-12"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(13), input[carousel-bullet][value="slide-13"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(14), input[carousel-bullet][value="slide-14"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(15), input[carousel-bullet][value="slide-15"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(16), input[carousel-bullet][value="slide-16"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(17), input[carousel-bullet][value="slide-17"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(18), input[carousel-bullet][value="slide-18"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(19), input[carousel-bullet][value="slide-19"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(20), input[carousel-bullet][value="slide-20"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(21), input[carousel-bullet][value="slide-21"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(22), input[carousel-bullet][value="slide-22"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(23), input[carousel-bullet][value="slide-23"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(24), input[carousel-bullet][value="slide-24"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(25), input[carousel-bullet]:last-of-type:checked ~ .carousel-wrapper .carousel-slide:nth-child(1){display: flex;opacity: 0;transform: translate(100%, 0);transition: 0.5s transform, 0.1s z-index 0.4s, 0.25s opacity 0.25s;}input[carousel-bullet][value="slide-1"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(1), input[carousel-bullet][value="slide-2"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(2), input[carousel-bullet][value="slide-3"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(3), input[carousel-bullet][value="slide-4"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(4), input[carousel-bullet][value="slide-5"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(5), input[carousel-bullet][value="slide-6"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(6), input[carousel-bullet][value="slide-7"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(7), input[carousel-bullet][value="slide-8"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(8), input[carousel-bullet][value="slide-9"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(9), input[carousel-bullet][value="slide-10"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(10), input[carousel-bullet][value="slide-11"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(11), input[carousel-bullet][value="slide-12"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(12), input[carousel-bullet][value="slide-13"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(13), input[carousel-bullet][value="slide-14"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(14), input[carousel-bullet][value="slide-15"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(15), input[carousel-bullet][value="slide-16"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(16), input[carousel-bullet][value="slide-17"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(17), input[carousel-bullet][value="slide-18"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(18), input[carousel-bullet][value="slide-19"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(19), input[carousel-bullet][value="slide-20"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(20), input[carousel-bullet][value="slide-21"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(21), input[carousel-bullet][value="slide-22"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(22), input[carousel-bullet][value="slide-23"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(23), input[carousel-bullet][value="slide-24"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(24), input[carousel-bullet][value="slide-25"]:checked ~ .carousel-wrapper .carousel-slide:nth-child(25){display: flex;transition: 0.5s transform;transform: translate(0, 0);opacity: 1;z-index: 2;}}@media all{.carousel-no-bullets input[name="carousel-css"][value|="slide"]{display: none;}.carousel-non-selectable{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}}@keyframes fadein {0%{opacity: 0;transform: translateY(2rem);}10%{opacity: 0.2;transform: translateY(2rem);}100%{opacity: 1;}}iframe.form-subject{display: none;}iframe.form-subject:target{display: flex;}iframe.form-subject:target ~ .formular-auswahl{display: none;}input[name="form_testzugang_section_radio"]:nth-of-type(1):checked ~ [data-target="form_testzugang_section_radio"]:nth-of-type(1), input[name="form_testzugang_section_radio"]:nth-of-type(2):checked ~ [data-target="form_testzugang_section_radio"]:nth-of-type(2), input[name="form_testzugang_section_radio"]:nth-of-type(3):checked ~ [data-target="form_testzugang_section_radio"]:nth-of-type(3), input[name="form_testzugang_section_radio"]:nth-of-type(4):checked ~ [data-target="form_testzugang_section_radio"]:nth-of-type(4), input[name="form_contact_form_section_radio"]:nth-of-type(1):checked ~ [data-target="form_contact_form_section_radio"]:nth-of-type(1), input[name="form_contact_form_section_radio"]:nth-of-type(2):checked ~ [data-target="form_contact_form_section_radio"]:nth-of-type(2), input[name="form_contact_form_section_radio"]:nth-of-type(3):checked ~ [data-target="form_contact_form_section_radio"]:nth-of-type(3), input[name="form_contact_form_section_radio"]:nth-of-type(4):checked ~ [data-target="form_contact_form_section_radio"]:nth-of-type(4){display: flex;}.form-section{display: none;}.form-button{text-decoration: none;color: #181818;min-height: 8rem;position: relative;}.form-button:hover{background-color: #00354d;color: #fafafa;}input:checked + .form-button{border: 0.25rem solid #FF6900;}input:checked + .form-button::before{content: '';background-image: url('/wp-content/themes/carmada-twentysix/assets/images/icons/icon_haken.svg');background-position: center;background-size: contain;background-repeat: no-repeat;width: 2rem;height: 2rem;position: absolute;top: 0.5rem;left: 0.5rem;}.nav-link{transition: 0.5s;user-select: none;color: #181818;padding: 1rem 1.5rem;}.nav-link:hover{background-color: #ff6900;color: #fafafa;}.btn-arrow{background-color:#FF6900;display: inline-block;position: relative;width: 2.5rem;height: 2.5rem;border-radius: 50%;margin: -0.5rem -0.5rem -0.5rem 1rem;overflow: hidden;}.btn-arrow::before, .btn-arrow::after{content: "";position: absolute;transition: 0.5s left;display: inline-block;background-image: url("/wp-content/themes/carmada-twentysix/assets/images/icons/arrow_forward_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg");background-position: center;background-size: contain;width: 2rem;height: 2rem;top: 0.25rem;}.btn-arrow::before{left: -2rem;}.btn-arrow::after{left: 0.25rem;}.btn:hover .btn-arrow::before{left: 0.25rem;}.btn:hover .btn-arrow::after{left: 2.5rem;}.image-addon{top: -3rem;right: 1rem;background-color: #00354d;color: #fafafa;font-weight: 700;transform: rotate(-13deg);}.jumbotron-image{background-position: center;background-size: cover;height: 17rem;}.social-media-link{opacity: 0.7;text-decoration: none;display: inline-block;transition: 0.5s opacity;border-radius: 0.5rem;overflow: hidden;}.social-media-link:hover{opacity: 1;}.social-media-link img{width: 2rem;}.advantage-table{margin-top: -1rem;border: none;}.advantage-table tr{transition: 0.5s background-color;}.advantage-table tbody tr:hover{background-color: #F2F2F2;}.advantage-table td, .advantage-table th{border: none;padding: 1rem;border-bottom: 1px solid #d6d6d6;}.advantage-table td:first-child{border-right: 1px solid #d6d6d6;}.advantage-table td:last-child{min-width: 8rem;}.rounded-icon{border-radius: 50%;display: inline-block;background-position: center;background-size: 2rem;background-repeat: no-repeat;min-width: 2.5rem;height: 2.5rem;top: 0.25rem;}input[carousel-bullet]:checked::before{background-color: #FF6900 !important;}.carousel-image, .funktion-image{background-position: center;background-size: cover;background-color:#595959;}.funktion-image{height: 16rem;}.carousel-image{height: 15rem;width: 15rem;}.carousel{height: 30rem;}.carousel label[data-value|=slide]::after, .carousel label[data-value|=slide]::before{background-color: rgba(0,0,0,0) !important;background-image: url('/wp-content/themes/carmada-twentysix/assets/images/icons/arrow_back_ios_24dp_FF6900_FILL0_wght400_GRAD0_opsz24.svg') !important;background-size: contain;transition: 0.5s opacity;}.carousel label[data-value|=slide]::before, .carousel label[data-value|=slide]::after{opacity: 0.7;}.carousel label[data-value|=slide]:hover::before, .carousel label[data-value|=slide]:hover::after{opacity: 1;}.carousel-slide{padding: 1rem;display: flex;justify-content: center;align-items: center;}.zoom-on-hover{transition: 0.5s transform;}.zoom-on-hover:hover{transform: scale(1.03);}ul.carmada-list {list-style: none;counter-reset: custom-counter;padding: 0;margin: 0;}ul.carmada-list li {counter-increment: custom-counter;margin-bottom: 0.5rem;padding-left: 2rem;position: relative;}ul.carmada-list li::before {content: '';position: absolute;left: 0;top: 0;width: 1.5rem;height: 1.5rem;background-image: url('/wp-content/themes/carmada-twentysix/assets/images/icons/check_24dp_FF6900_FILL0_wght400_GRAD0_opsz24.svg');background-size: contain;font-weight: bold;}footer{position: relative;}footer::before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 0.5rem;background-color: #ff6900;}[viewport-animation]{opacity: 0;}.animation-fadein{animation: 1s fadein forwards;}.form-error{display: none;width: 100%;margin-top: 0.25rem;font-size: 0.875em;color: #dc3545;}form:has(:invalid) .form-error{display: block;}.additional-input{color: #fafafa;position: absolute !important;top: 1rem;right: 1rem;width: 1px;height: 1px;overflow: hidden !important;}.hintergrund-transparent-schwarz{position: fixed;top: 0;left: 0;z-index: 9;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.7);backdrop-filter: blur(0.5rem);}.cookiebanner-nav .row{border-top: 2px solid #eeeeee;border-bottom: 2px solid #eeeeee;}.cookie-banner-link{padding: 0.5rem 1rem;}[name="cookiebanner-nav"]:nth-of-type(1):checked ~ .cookie-banner-body .cookie-banner-link:nth-of-type(1), [name="cookiebanner-nav"]:nth-of-type(2):checked ~ .cookie-banner-body .cookie-banner-link:nth-of-type(2), [name="cookiebanner-nav"]:nth-of-type(3):checked ~ .cookie-banner-body .cookie-banner-link:nth-of-type(3){border-bottom: 4px solid #ff6900;}.cookie-text-container{max-height: 15rem;overflow-y: auto;overflow-x: hidden;}.cookie-banner-button-wrapper::before{content: '';position: absolute;top: -1rem;left: 0;width: 100%;height: 1rem;background: linear-gradient(rgba(255,255,255,0), rgb(255,255,255));}.cookie-banner-section{display: none;}[name="cookiebanner-nav"]:nth-of-type(1):checked ~ .cookie-banner-body .cookie-banner-section:nth-child(1), [name="cookiebanner-nav"]:nth-of-type(2):checked ~ .cookie-banner-body .cookie-banner-section:nth-child(2), [name="cookiebanner-nav"]:nth-of-type(3):checked ~ .cookie-banner-body .cookie-banner-section:nth-child(3){display: block;}.cookie-banner-button-wrapper .btn{padding-top: 0.5rem;padding-bottom: 0.5rem;}.cookie-button-speichern{display: none;}[name="cookiebanner-nav"]:nth-of-type(2):checked ~ .cookie-banner-body .cookie-button-anpassen{display: none;}[name="cookiebanner-nav"]:nth-of-type(2):checked ~ .cookie-banner-body .cookie-button-speichern{display: block;}#show_cookie_banner_checkbox:checked + .hintergrund-transparent-schwarz, #show_cookie_banner_checkbox:checked ~ .optional-close-button{display: flex;}.optional-close-button{top: 1rem;right: 1rem;width: 2rem;height: 2rem;z-index: 10;}body:has(#show_cookie_banner_checkbox:checked){overflow: hidden;}@media screen and (min-width: 48rem){.cookie-text-container{max-height: 30rem;}.cookie-banner-link{padding: 1rem;}.cookie-banner-button-wrapper .btn{padding-top: 1rem;padding-bottom: 1rem;}}@media screen and (max-width: 992px){.hamburger-toggle{position: relative;width: 3rem;height: 3rem;display: flex;align-items: center;opacity: 0.7;transition: 0.5s opacity;}.hamburger-toggle:hover, .hamburger-toggle:focus{opacity: 1;}.hamburger-toggle::before, .hamburger-toggle::after{content: '';position: absolute;left: 0;}.hamburger-toggle::before{top: 0.5rem;}.hamburger-toggle::after{bottom: 0.5rem;}.hamburger-toggle span, .hamburger-toggle::before, .hamburger-toggle::after{width: 100%;height: 6px;background-color: #595959;transform-origin: left;transition: 0.5s transform;}#mobile-navigation-checkbox:checked + nav{background-color: rgba(250,250,250,0.8);backdrop-filter: blur(10px);flex-direction: column;justify-content: flex-start;align-items: flex-start;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;}#mobile-navigation-checkbox:checked + nav .navigation{display: flex;flex-direction: column;width: 100%;}#mobile-navigation-checkbox:checked + nav .hamburger-toggle{position: absolute;top: 1rem;right: 1rem;}#mobile-navigation-checkbox:checked + nav .hamburger-toggle span{opacity: 0;}#mobile-navigation-checkbox:checked + nav .hamburger-toggle::after{transform: rotate(-45deg) translateY(calc(50% + 2px));}#mobile-navigation-checkbox:checked + nav .hamburger-toggle::before{transform: rotate(45deg) translateY(calc(-50% - 2px));}.navigation{padding-top: 2rem;}nav .nav-link{border: 1px solid #FF6900;margin: 0.5rem 0 !important;}nav .btn{margin: 0.5rem 0 !important;}body[data-scroll=false]{overflow: hidden;}}@media screen and (min-width: 576px){.image-addon{top: 1rem;right: 2rem;}}@media screen and (min-width: 748px){.image-addon{top: -3rem;right: 1rem;}.form-button{min-height: 12rem;}}@media screen and (min-width: 992px){.image-addon{top: 1rem;right: 2rem;}}