/* main styles - neophoto 2026 */
html { overflow-x: hidden }
body {
    font-family: 'DM Sans', sans-serif;
    background-color: #0d1117;
    margin: 0;
    color: #c9d1d9;
    padding:0;
    overflow-x:hidden;
}

.brand_txt {
    letter-spacing: -0.5px;
    font-family: 'Outfit', sans-serif;
    color:#fff;
    font-size: 1.5rem;
}
.text-accent { color: #0066ff !important }
.bg-accent { background-color: #0066ff !important }
.bg-purple { background-color: #7b2cf5 !important }
.text-silver { color: #8b949e !important }
.text-red { color: #f85149 !important }
.text-blue { color:#58a6ff !important }
.text-plain { color: #c9d1d9 !important }
.box-bg { background-color: #161b22 }
.bg-blue-purple-gradient { background: linear-gradient(to right, #0066ff, #7b2cf5) }

.gilroy-light {
    font-weight:300;
    font-family: 'Outfit', sans-serif
}

.number {
    font-size: 4.5rem;
    font-family: 'Outfit',sans-serif;
    line-height: 1;
    font-weight: 800;
}
.pale-pink { color: #ffb3c6 }
.pale-blue { color:#a8d8ff }
.pale-yellow{color: #ffd666}

.p-2r { padding: 2rem }
.mb-2r { margin-bottom:2rem }

/* promo bar */
#promo-ribbon {
    position:relative;
    z-index: 1040;
    background: linear-gradient(135deg, #0066ff 0%, #7b2cf5 100%);
    padding-top: 7px;
    padding-bottom:7px
}

/* header nav */
#site-header {
    z-index:1030;
    background-color: #0d1117;
    border-bottom: 1px solid #21262d;
}
#site-navigation {
    padding-bottom:0.75rem;
    padding-top: 11px;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 0.9rem;
    color: #c9d1d9;
}
.navbar-dark .navbar-nav .nav-link:hover { color: #fff }
.navbar-toggler {
    color: #fff;
    border: none;
    padding: 0.25rem 0.5rem;
    cursor:pointer;
    font-size:1.25rem
}
.offcanvas {
    border-right: 1px solid #21262d;
    background-color:#0d1117
}

.dropdown-menu {
    border:1px solid #333942;
    background-color: #161b22;
    padding: 8px;
    border-radius: 0.75rem;
}
.dropdown-menu.full-width-menu {
    left: 0;
    width:100%;
    right:0;
    border-radius: 0 0 12px 12px
}
.dropdown-item {
    padding: 0.5rem 1rem;
    color:#c9d1d9;
    border-radius: 0.5rem
}
.dropdown-item:hover {
    color: #fff;
    background-color:#21262d
}
.dropdown-product a.nav-link { color: #c9d1d9 }
.dropdown-product a.nav-link:hover { color:#fff }
.dropdown-product .text-silver{margin-left: 1.75rem}
@media(min-width:768px){
.nav-item.hover:hover>.dropdown-menu{display:block;margin-top:0}
}
.hide-for-small-only{display:none}
@media(min-width:768px){
.hide-for-small-only{display:block}
}


#hero {
    background: url('../images/dsc_hero_background_4718.webp') center center / cover no-repeat;
    position: relative;
    height: 60vh;
    min-height:380px
}
.hero_overlay {
    position:absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content:center
}
#hero h1 {
    font-size: 3.2rem;
    font-family: 'Outfit',sans-serif;
    letter-spacing:-0.5px
}

/* stats */
#fact-buckets {
    border-bottom:1px solid #21262d;
    border-top: 1px solid #21262d
}

.caption {
    margin-top:12px;
    color: #fff
}

.text-link {
    text-decoration: underline;
    color: #58a6ff
}
.text-link:hover{color: #79c0ff}
.text-link-white { color:#fff; text-decoration:underline }


/* what you get grid */
#was-du-bekommst .wdb_icon {
    width: 52px;
    height:52px;
    background: #21262d;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 0 auto
}

/* online cta */
#online_cta_band img, #offline_cta_band img {
    min-height: 280px;
    object-fit:cover
}

.mentor_photo {
    width: 80px;
    height:80px;
    object-fit: cover;
    border: 2px solid #21262d
}

/* comparison section */
#warumKurse .box-bg ul li {
    padding-left: 0;
    font-size: 0.92em;
    line-height:1.45
}

/* accordion faq */
.accordion-item {
    border: 1px solid #21262d;
    background-color: #161b22;
    margin-bottom: 0;
    border-radius:0 !important
}
.accordion-item:first-child{border-radius: 12px 12px 0 0 !important}
.accordion-item:last-child{border-radius: 0 0 12px 12px !important}
.accordion-button {
    color: #c9d1d9;
    background-color:#161b22;
    box-shadow:none !important;
    border: none;
    padding: 1.15rem 1.25rem;
    font-weight: 500
}
.accordion-button:not(.collapsed){color:#fff;background-color:#1c2129}
.accordion-button::after{filter: invert(1)}
.accordion-body{border-top: 1px solid #21262d;background-color: #161b22;padding: 1rem 1.25rem}

#preise .number{line-height: 1.1}

/* blog cards */
.blogPreview_img {
    height: 320px;
    object-fit: cover;
    display:block
}
#blogPreview .box-bg img {
    -webkit-transition: transform 0.3s;
    transition: transform .3s
}
#blogPreview .box-bg:hover img {
    transform: scale(1.03)
}

/* trial */
.trial_img {
    height: 350px;
    width: 100%;
    border: 1px solid #333942;
    background: linear-gradient(145deg,#161b22,#21262d)
}

/* support */
.ls-inner {
    overflow: hidden;
    background-color:#161b22;
    position:relative
}
.ls-background{position: relative}
.ls-included {
    letter-spacing: 1px;
    font-size: 0.75rem
}

/* guarantee */
.footer-guarantee {
    padding-top: 48px;
    padding-bottom:45px
}

/* footer */
#site-footer {
    padding-top:48px;
    background-color: #0d1117
}
.footer-list ul li {
    margin-bottom: 7px
}
.footer-list ul li a {
    font-size: 0.9rem;
    color:#8b949e;
    text-decoration: none
}
.footer-list ul li a:hover{color: #fff}
.footer-info {
    margin-top: 2rem;
    background-color:#010409;
    padding-top: 13px;
    margin-left: -9999px;
    padding-left: 9999px;
    margin-right:-9999px;
    padding-right: 9999px
}
.footer-info a{text-decoration: none}
.footer-info a:hover{color: #fff !important}

.scroll-top {
    z-index: 999;
    position: fixed;
    right:20px;
    bottom: 20px;
    color: #0066ff;
    font-size: 2rem;
    display:none;
    text-decoration:none
}
.scroll-top:hover{color:#58a6ff}
.scroll-top.visible{display: block}

/* buttons */
.btn.rounded-pill {
    border: none;
    padding-left: 1.5rem;
    padding-right:1.5rem
}
.btn.bg-accent:hover {
    background-color:#0052cc !important
}
.btn.bg-purple:hover {
    background-color: #6920d0 !important
}

a{-webkit-transition:color 0.2s;transition: color 0.2s}
.btn{transition: background-color 0.2s, transform 0.15s}
.btn:active{transform: scale(0.97)}

/* contact form */
.form-control.bg-dark, .form-select.bg-dark {
    background-color: #0d1117 !important;
    border-color:#333942 !important
}
.form-control:focus,.form-select:focus{
    box-shadow: 0 0 0 2px rgba(0,102,255,0.3);
    border-color: #0066ff !important
}
.form-label{margin-bottom: 4px}

/* legal pages */
.legal_content h2 {
    font-size: 1.15rem;
    font-weight: 700
}
.legal_content h3 {
    font-size:1rem;
    font-weight: 600
}
.legal_content p {
    font-size: 0.93rem;
    line-height: 1.65;
    color: #8b949e
}

.clearfix::after {content: "";display: table;clear: both}

/* mobile */
@media(max-width:767px){
    .number{font-size: 3.5rem}
    #hero{height:50vh;min-height:300px}
    #hero h1{font-size: 2rem}
    h2.fs-1{font-size: 1.75rem !important}
    .p-2r{padding:1rem}
    #fact-buckets .col{padding-top: 13px;padding-bottom: 13px}
    #fact-buckets .gy-5{--bs-gutter-y: 1rem}
    .footer-info{margin-left: -1rem;margin-right: -1rem;padding-left: 1rem;padding-right:1rem}
    #online_cta_band, #offline_cta_band { padding: 35px 0 30px !important }
    #blogPreview{padding:40px 0 35px !important}
    .blogPreview_img{height:200px}
    #was-du-bekommst .wdb_icon{width:44px;height:44px}
}

@media (prefers-reduced-motion: reduce) {
    *{animation: none !important;transition: none !important}
}
