/* BASE VARIABLES */
:root {
    --main-bg-color: #1652f0;
    --grey: #efefef;
    --main-text-color: #2c3e50;
    --text-testimonial-highlight: hsl(210, 100%, 93%);
}
::-moz-selection { 
    background: var(--main-bg-color); 
    color:white;
}
::selection { 
    background: var(--main-bg-color);
    color:white;
}

.main-text-color {
    color: var(--main-text-color);
}

.text-testimonial-highlight {
    color: var(--text-testimonial-highlight);
}

/* FIXING JUMPING SCROLLBAR ISSUE*/
html {
    width: 100vw;
    overflow-x: hidden;
}

body {
    /* scroll-padding-top: 70px; */
	font-size: 16px;
	background: #f2f2f2;
	background: #fff;
    min-height: 100vh; 
    /* -webkit-font-smoothing: antialiased; */
    text-rendering: optimizeLegibility;
    /* font-family: 'Inter', sans-serif; */
}

.numbering {
    display: inline-block;
    height: 28px;
    width: 30px;
}

.numbering-big {
    height: 60px;
    width: 60px;
}


/* BORDER BOXES */
.bd-left-success {
    border: 1px solid white;
    border-left-color: var(--green)!important;
    border-left-width: 0.25rem!important;
    background-color: #fafafa;
}
.bd-left-danger {
    border: 1px solid white;
    border-left-color: var(--danger)!important;
    border-left-width: 0.25rem!important;
    background-color: #fafafa;
}
.bd-left-primary {
    border: 1px solid white;
    border-left-color: var(--blue)!important;
    border-left-width: 0.25rem!important;
    background-color: #fafafa;
}

/* FIX COMPANY DETAIL PAGE */
.elementsWithAnchorIds::before {
    content: "";
    display: block;
    height: 9999px;
    margin-top: -9999px;
 }



/* NAVBAR */

.avatar-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #333;
    border: 0px solid #ccc;
    font-size: 16px;
    font-weight: bold;
}
.navbar-custom {
    z-index: 10;
}

.navbar-custom .navbar-nav .nav-link {
    color: #1d2b38!important;
    font-weight: 600;
    font-size: 1rem;
}

.nav-link:hover {
    color:#dadada!important;
}

p .lead {
    color: #d9fcff;
    line-height: 2rem;
}

.btn-outline-warning-light {
    border-color: #efefef;
}

/* Give higher z-index to cols so that links can be clicked */
.index-higher {
    z-index: 1020;
}

/* FOOTER AND PUSH FOOTER TO BOTTOM */
/* main.mainContentSection { */
    /* Mobile */
    /* min-height: calc(100vh - 1043.96px); */
    /* min-height: calc(100vh - 1000px); */
    
    /* padding-top: 59.19px; */
    
    /* MD */
    /* min-height: calc(100vh - 979.96px); */
    /* LG */
    /* min-height: calc(100vh - 498.76px);
    min-height: calc(100vh - 497px);
} */

#main-footer {
    background-color: #132a47;
    z-index: 1020;
}

#main-footer a {
    color: whitesmoke;
}

#main-footer a:hover {
    color:whitesmoke;
    text-decoration: none;
}


/* HERO LANDING PAGE */

.btn-cta {
    font: 400 16px 'Source Sans Pro';
}

header.landing {
    position: relative;
}

.custom-shape-divider-spacing {
    height: 200px;
}
/* Header waves */
.custom-shape-divider-bottom-1591449631 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -1px;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);

}

.custom-shape-divider-bottom-1591449631 svg {
    position: relative;
    display: block;
    width: calc(209% + 1.3px);
    height: 179px;
}

.custom-shape-divider-bottom-1591449631 .shape-fill {
    fill: #FFFFFF;
}

/* Arrows leistungen and newsletter */
#newsletter, #leistungen, #testimonials {
    position: relative;
}

.custom-shape-divider-top-1600447735 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1600447735 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 36px;
}

.custom-shape-divider-top-1600447735 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-top-newsletter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-newsletter svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 36px;
}

.custom-shape-divider-top-newsletter .shape-fill {
    fill: #f8f9fa;
}

#features {
    font-size: 1.1rem;
}

#features img {
    height: 180px;
    width: auto;
    margin: 25px;
}

#leistungen li {
    padding-left: 0.4rem;
}

#pricing {
    height: auto;
}

.mark-underline {
    background: linear-gradient( 0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 15%, var(--yellow) 15%, var(--yellow) 30%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100% );
}

/* Rotate Chevron in FAQ section */
#faq i {
    transition: .3s transform ease-in-out;
}
#faq .collapsed i {
    /* transform:rotateX(180deg); */
    transform: rotate(-180deg);
}

/* NUMBERING WITH CIRCLE */
.steps-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #f5f5f5;
    background-color: #132a47;
    color: #333;
    color: whitesmoke;
    border: 0px solid #ccc;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}



/* ALLOCATED SHARES FORM */

.allocated-shares-form-name {
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: .375rem .75rem
}

ul.list-group-flush.allocated-shares-list-group {
    padding-inline-start: 0px;
    border: none;
}

/* BLOG DETAIL */

.hero-blog img {
    width: 100%;
}

#blog-content p {
    font-size: 1.05rem;
    margin-top: 1.5rem;
}

#blog-content .bd-left-blog, #blog-content ul, #blog-content li, #blog-content ol {
    font-size: 1.05rem;
}

.img-blog-detail {
    object-fit: cover;
    /* height: 300px; */
    /* height: 450px; */
    width: 100%;
}

.img-blog-list {
    object-fit: cover;
    height: 250px;
    width: 100%;
}

#blog-content h2 {
    font-size: 1.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
}
#blog-content h3 {
    font-size: 1.4rem;
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
}

/* DATA PRIVACY AND TERMS */
.hero-privacy {
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-image: linear-gradient(180deg, rgba(14, 15, 20, 0.2), rgba(0, 0, 0, 0.2)), url('/static/company_formation/img/hero-privacy.jpeg');
    background-size: auto, cover;
    z-index: -10;
}

/* List item styling in Terms and Privacy Terms */
#terms ol.ol-main {
    list-style: none;
    counter-reset: item;
}
#terms .ol-main > li {
    counter-increment: item;
    margin-bottom: 5px;

}
#terms .ol-main > li:before {
    content: counter(item) ". ";
    font-weight: bold;
    width: 1.2em;
    left: 1em;
    position:absolute;
}

#terms .ol-main > li p {
    position:relative;
}

/* HERO BLOG */
.hero-blog {
    /* max-height: 500px;
    width: 100%;
    overflow: hidden; */
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-image: linear-gradient(180deg, rgba(14, 15, 20, 0.2), rgba(0, 0, 0, 0.2)), url('/static/company_formation/img/hero-blog.jpeg');
    background-size: auto, cover;
    z-index: -10;
}

/* HERO PRICE */
.hero-price {
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-image: linear-gradient(180deg, rgba(14, 15, 20, 0.1), rgba(0, 0, 0, 0.1)), url('/static/company_formation/img/hero-price.jpeg');
    background-size: auto, cover;
    z-index: -10;
}
/* HERO BERATUNG */
.hero-beratung {
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: linear-gradient(180deg, rgba(14, 15, 20, 0.1), rgba(0, 0, 0, 0.1)), url('/static/company_formation/img/hero-beratung.jpeg');
    background-size: auto, cover;
    z-index: -10;
}

/* HERO ABOUT PAGE */
.hero-about {
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-image: linear-gradient(180deg, rgba(14, 15, 20, 0.2), rgba(0, 0, 0, 0.2)), url('/static/company_formation/img/hero-about.jpeg');
    background-size: auto, cover;
    z-index: -10;
}

/* Blockquote About Page */
.blockquote-custom {
    position: relative;
    font-size: 1.1rem;
}

.blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
}

/* CV About Page */
.image-cv-about {
    height: 60px;
    width: 60px;
}
.image-cv-about:hover{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    -webkit-transition: all .5s ease;
    filter: grayscale(100%);
    transition: all .5s ease;
    
}
.image-cv-about-portrait {
    height: 140px;
    width: 140px;
}

/* HERO DASHBOARD PAGE */
.mt-negative {
    margin-top: -130px;
    z-index: 100;
}

.hero-dashboard {
    min-height: 150px;
    z-index: -9;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto, cover;
    background-color: #1c66de;
    background-color: var(--main-bg-color);
}

/* HERO CONTACT PAGE */
.hero-contact {
    min-height: 250px;
    background-color: #1c66de;
    z-index: -9;
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(14, 15, 20, 0.2), rgba(0, 0, 0, 0.2)), url('/static/company_formation/img/hero-contact.jpeg');
    background-size: auto, cover;
    
}

/* TESTIMONIAL */

.testimonial-sinnfabrik-bg {
    background-image: url('/static/company_formation/img/sinnfabrik_stefan_kloeckl.jpg');
    background-size: cover;
    min-height: 300px;
    background-position: 50% 40%;
    height: 100%;
}
.testimonial-justement-bg {
    background-image: url('/static/company_formation/img/justement_philip_stutz.jpeg');
    background-size: cover;
    min-height: 300px;
    background-position: 50% 40%;
    height: 100%;
}


/* IMAGE ON LOGIN AND SIGNUP */
.login-bg {
    background-image: url('/static/company_formation/img/bg-login.png');
    background-size: cover;
    background-position: 50% 60%;
    height: 100%;

}

/* Hintergrundfarben Dashboard */
.background-blue {
    background-color: #234e83;
    background-color: #1c66de;
    background-color: var(--main-bg-color);
}

.company-background-grey {
    background-color: #f2f2f2;
    background-color: #efefef;
    background-color: #f3f5f8;
}

.company-background-white {
    background-color: #efefef;
    background-color:white;
}

.bg-height-fix {
    min-height: calc(100vh - 571px);
}
/* Titel */

.card-header {
    font-weight: 600;
}

.section-heading-blue {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 7px;
    color: #1c66de;
    font-weight: 800;
    line-height: 1.3rem;
    letter-spacing: 1px;
}

.list-group-item-custom {
    /* color: red; */
    background-color: #fff;
    border: none;
}


.badge-close {
    cursor: pointer;
    padding-left: 5px;
}
.badge-close:hover {
    color: #f00; /* Red color on hover for visibility */
    color: var(--main-text-color); /* Red color on hover for visibility */
}


/* SIDENAV COMPANY DETAIL */

#progress2 ul {
    background-color: #fff;
    /* border-right: 1px solid #e9eaeb; */
    font-size: 16px;
    height: 100%;
    list-style: none;
    position: relative;
    padding-left: 0;
}

/* Verbindungslinie */
#progress2 li::before {
    background-color: #c6c9cc;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 4px;
    top: 0;
    width: 1px;
    /* box-sizing: content-box; */
}

/* Wichtig: Padding unten (Verbindungslinie) */
#progress2 li {
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

#progress2 li:last-child {
    padding-bottom: 0px;
}

/* Punkt */
#progress2 li a:after {
    background-color: #fff;
    /* background-color:blue; */
    border: 1px solid lightgrey;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    height: 9px;
    left: -4.5px;
    left: 0px;
    top: 8px;
    width: 9px;
}

/* progress-done : hellgrauer blob */
#progress2 li a.progress-done:after {
    background-color: lightgrey;
    border: 1px solid lightgrey;
    background-color: #2ecc71;
    border: 1px solid #2ecc71;
}
/* progress-active : blauer blob */
#progress2 li a.progress-active:after {
    background-color: #1c66de;
    border: 1px solid #1c66de;
    background-color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);

}

/* Unterbruch */
#progress2 li a:before {
    background-color: white;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    height: 18px;
    left: -4.5px;
    top: 3px;
    width: 18px;
}


/* Unterbruch 1. Element */
#progress2 li:first-child a:before {
    background-color: white;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    left: -4.5px;
    top: 0px;
    width: 18px;
}
/* Unterbruch 1. Element */
#progress2 li:last-child a:before {
    background-color: white;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    left: -4.5px;
    top: 4px;
    width: 18px;
}

#progress2 a {
    text-decoration: none;
    color: #6c757d;
    color: var(--main-text-color);
}
#progress2 a.progress-active {
    text-decoration: none;
    color: #1c66de;
}
#progress2 a:hover {
    color: #1c66de;
}

.link-no-hover, .link-no-hover:hover {
    text-decoration: none;
    color: inherit;
}

.link-light, .link-light:hover {
    color: white;
}
.link-dark, .link-dark:hover {
    color: var(--gray-dark);
}

#bar-1.d-none, #bar-2.d-none {
    transition-timing-function: ease;

    -webkit-transition: all .9s linear 2s;
    transition: all .9s linear 2s;
  }
/* Pricing Page and Package Form */


.select-bar-sacheinlage {
    height: 46px;
    border-radius: 23px;
    background: var(--grey);
    border: 1px rgba(255,255,255,0.05) solid;
    display: inline-flex;
    /* margin-bottom: 40px; */
    min-width: 200px;
    white-space: nowrap;
}

.select-bar-sacheinlage > div {
    padding: 8px 16px;
}

.select-bar-sacheinlage > div {
    border-radius: 20px;
    padding: 8px 26px;
    margin: 4px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}

.select-bar-sacheinlage > div.selected {
    background: var(--blue);
    color: #fff;
}

.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}
.row.equal-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

#pricing-cards .card, 
#pricing-cards-eiu .card, 
#pricing-cards-gmbh .card, 
#pricing-cards-ag .card, 
#pricing-cards-ag-sacheinlage .card, 
#pricing-cards-gmbh-sacheinlage .card, 
#pricing-cards-ag-bar .card, 
#pricing-cards-gmbh-bar .card {
    flex: 1;
}

.background-lightblue {
    background-color: #749BD5;
}

.pricing-border-free-add {
    border-right: 1px solid #6c757d!important;
}
.pricing-border-premium-add {
    border-left: 1px solid #ffc107!important;
}

/* CHECKOUT */
.stripe-logo {
    width: 80px;
    height: auto;
    text-align: right;
}

/* WALL OF LOVE CARD COLUMNS */
.card-columns {
    column-count: 1;
}





/* Bootstrap Loading Skeleton */

.loading-skeleton,
.loading-skeleton h1,
.loading-skeleton h2,
.loading-skeleton h3,
.loading-skeleton h4,
.loading-skeleton h5,
.loading-skeleton h6,
.loading-skeleton p,
.loading-skeleton li,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton .form-control {
  color: transparent;
  appearance: none;
  -webkit-appearance: none;
  background-color: #eee;
  border-color: #eee;
}

.loading-skeleton::placeholder,
.loading-skeleton h1::placeholder,
.loading-skeleton h2::placeholder,
.loading-skeleton h3::placeholder,
.loading-skeleton h4::placeholder,
.loading-skeleton h5::placeholder,
.loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder,
.loading-skeleton li::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder,
.loading-skeleton .form-control::placeholder {
  color: transparent;
}

@keyframes loading-skeleton {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

.loading-skeleton {
  pointer-events: none;
  animation: loading-skeleton 0.6s infinite alternate;
}

.loading-skeleton img {
  filter: grayscale(100) contrast(0%) brightness(1.8);
}
/* Fügen Sie dies zu Ihrer CSS-Datei hinzu */
.custom-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative; /* Position für den Kreis */
}

.custom-checkbox {
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}

.custom-checkbox input {
    display: none;
}

.checkmark {
    position: absolute;
    top: 12px;
    right: 10px;
    transform: translateY(0);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

/* SVG Styling */
.checkmark svg {
    width: 100%;
    height: 100%;
}

/* Plus Icon Styling */
.plus-icon.plus-outline {
    display: block;
    stroke: var(--main-bg-color);
}

.check-icon {
    display: none;
    fill: currentColor;
}

/* Rotate Chevrons for accordeons */
.rotate-icon {
    transition: .3s transform ease-in-out;
}
.collapsed .rotate-icon {
    transform: rotate(-180deg);
}

/* Disable addons after finalized order */
.disabled-addon {
    position: relative;
}

.disabled-addon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    border-radius: inherit;
}

/* GmbH Steps Section */
.gmbh-steps .step-circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1652f0 60%, #3b82f6 100%);
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(22,82,240,0.10);
    border: 3px solid #fff;
    transition: box-shadow 0.2s;
}

.gmbh-steps .step-circle span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 48px;
}

@media (max-width: 991.98px) {
    .gmbh-steps .step-circle {
        margin-bottom: 0.5rem;
    }
}
/* Checked State */
.custom-checkbox input:checked ~ .checkmark .plus-icon {
    display: none;
}

.custom-checkbox input:checked ~ .checkmark .check-icon {
    display: block;
    fill: var(--green);
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {
    .img-blog-detail {
        height: 100%;
    }

}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    
    .hero-about, .hero-privacy, .hero-price, .hero-contact, .hero-blog, .hero-beratung {
        min-height: 300px;
    }
    .img-blog-detail {
        min-height: 450px;
    }
    .card-columns {
        column-count: 2;
    }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    
    .bg-hero {
        height: calc(100% + 1000px);
    }
    
    #features img {
        height: 250px;
    }
    
    .mt-negative-lg {
        margin-top: -250px;
        z-index: 100;
    }
    .mt-negative-blog-lg {
        margin-top: -50px;
        z-index: 100;
    }
    .shadow-screen-lg {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
    /* Fix jumping scrollbar due to navbar */
    nav.navbar-expand-lg {
        width:100vw; 
        /* overflow-x:hidden; */
    }
    
    
    /* Pricing Page Form */
    .card-one {
        margin-top: 30px;
    }
    
    .card-two {
        margin-left: -30px!important;
        margin-right: -30px!important;
        margin-bottom: -15px!important;
        z-index: 1;
    }
    .card-three {
        margin-top: 30px;
    }
    .pricing-border-free-add {
        border-right: 0px solid #6c757d!important;
    }
    .pricing-border-premium-add {
        border-left: 0px solid #ffc107!important;
    }
    
    
    /* Prevent Collapse on Sidenav Large */
    .collapse.dont-collapse-lg {
        display: block;
        height: auto !important;
        visibility: visible;
        
    }
    .collapsing.dont-collapse-lg{
        position: relative;
        height: unset !important;
        overflow: hidden;
    }
    
    .img-blog-detail {
        max-height: 450px;
    }

    .card-columns {
        column-count: 3;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) { 
    
    .bg-hero {
        height: calc(110% + 1000px);
    }

    .hero-about {
        min-height: 400px;
        background-position: 50% 0%;
    }
    .hero-contact {
        min-height: 400px;
        background-position: 50% 50%;
    }
    .hero-privacy {
        min-height: 400px;
        background-position: 50% 50%;
    }
    .hero-blog {
        min-height: 400px;
        background-position: 50% 50%;
    }
    .hero-beratung {
        min-height: 400px;
        background-position: 50% 100%;
    }
    .mt-negative-xl {
        margin-top: -350px;
    }
    /* .mt-negative-blog-xl {
        margin-top: -100px;
    } */
    .hero-price {
        min-height: 400px;
        background-position: 50% 70%;
    }
}


/* TIMELINE HOME */

.timeline {
    padding: 50px 0;
    position: relative;
}

.timeline-nodes {
    /* padding-bottom: 25px; */
    position: relative;
}

.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline h3, .timeline p {
    padding: 10px 25px;
    margin-bottom: 0;
}

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid var(--grey);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}

.timeline-content {
    /* border: 1px solid var(--primary); */
    position: relative;
    border-radius: 0 0 10px 10px;
}

.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
    text-align: left;
}

.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}
.timeline-nodes:nth-child(even) .timeline-date {
    text-align: left;
}

/* Dreiecke */
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    border-left: 10px solid var(--primary);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%);
}
.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 0;
    border-right: 10px solid var(--primary);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%);
}

.timeline-image {
    position: relative;
    z-index: 100;
}

.timeline-image::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid var(--grey);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 1;
}

.timeline-image img, .timeline-image i, .timeline-image svg {
    position: relative;
    z-index: 100;
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    
    .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
        text-align: left
    }
    .timeline-nodes:nth-child(even) {
        flex-direction: row;
    }
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 4%;
        width: 0;
        border-left: 2px solid var(--grey);
        height: 100%;
        z-index: 1;
        transform: translateX(-50%);
    }
    .timeline h3 {
        font-size: 1.4rem;
    }
    .timeline p {
        font-size: 16px;
    }
    .timeline-image {
        position: absolute;
        left: 0%;
        top: 50%;
        /* top: 60px; */
        transform: translateY(-50%);
    }
    .timeline-nodes:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        top: 50%;
        left: auto;
        right: 100%;
        width: 0;
        border-left: 0;
        border-right: 10px solid var(--blue);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        /* transform: translateY(-50%); */

    }
    .timeline-nodes:nth-child(even) .timeline-content::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        width: 0;
        border-right: 10px solid var(--blue);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        /* transform: translateY(-50%); */

    }
    .timeline-nodes:nth-child(even) .timeline-date {
        text-align: left;
    }
    .timeline-image::before {
        width: 65px;
        height: 65px;
    }
}

/*extra small device style */
@media (max-width: 575px) {
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 5%;
    }
    .timeline-image {
        position: absolute;
        left: 1%;
        }
    .timeline-image::before {
        width: 60px;
        height: 60px;
    }
}


.img-overlay-wrap {
    position: relative;
}

.img-overlay-wrap img { /* <= optional, for responsiveness */
    position: absolute;
    bottom: -50px;
    left: 75px;
    width: 500px;
    /* max-width: 120%; */
    height: auto;
    z-index: 9999;
}

.custom-checkbox {
    position: relative;
    padding-right: 40px;
}

.custom-checkbox strong {
    margin-right: 10px; /* Abstand zwischen Titel und Kreis */
}

.custom-checkbox span.d-block {
    margin-right: 10px; /* Abstand zwischen Beschreibung und Kreis */
}

.custom-checkbox small {
    margin-right: 10px; /* Abstand zwischen Preis und Kreis */
}

/* Verwendung der ID statt class */
#addon-title {
    position: relative;
    display: inline-block;
}

/* Custom colors */
.text-white-100 {
    color: #DBEAFE;
}

