@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: Corbel;
    src: url(/font/CORBEL.woff2),
    url(/font/CORBEL.TTF) format("truetype");
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: CorbelB;
    src: url(/font/CORBELB.TTF) format("truetype");
}


#contentContainer {
    min-height: 400px;
}

div:not([data-gjs-type]) [data-tracktime-offername], #templateRoot:not([data-gjs-type]) [data-tracktime-offername],
body :not([data-gjs-type]) [data-tracktime-offerprice],
body :not([data-gjs-type]) [data-tracktime-offerdate],
body :not([data-gjs-type]) [data-tracktime-offerdays],
body :not([data-gjs-type]) [data-tracktime-description],
body :not([data-gjs-type]) [data-tracktime-title] {
    display: none;
}

div[data-tracktime-hasoffers=false] .btn-subscribe,
div[data-tracktime-hasoffers=false] .btn-subscriptions,
div[data-tracktime-hasoffers=false] .subscriptions {
    display: none;
}

div[data-tracktime-default=true] .default-hidden {
    display: none;
}

.btn-outline-primary, .btn-outline-primary:disabled {
    border-color: #f36d47;
    color: #f36d47;
}

.btn-outline-primary:hover {
    background: #f36d47;
    border-color: #f36d47;
    color: white;
}

.bg-features {
    background-color: #f36d47;
}

.section-title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

.section-text {
    font-size: 1.2rem;
}

.fw-bold {
    font-family: CorbelB !important;
}


body {
    font-family: Corbel, Helvetica, sans-serif;
    background-color: #faf8f6 !important;
}

.html {
    scroll-margin-top: 100px;
}

.heading-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/stock/coach-and-his-players-cut.png");
    opacity: 0.3;
    height: 100%;
    width: 100%;
}

/*.container-first:before{*/
/*    z-index:-1;*/
/*    position:absolute;*/
/*    left:0;*/
/*    top:0;*/
/*    object-fit: cover;*/
/*    content: url("/img/stock/coach-and-his-players-cut.png");*/
/*    opacity:0.4;*/
/*}*/

footer {
    background-color: #faf8f6 !important;
    background-image: none !important;
    color: var(--bs-body-color);
}

footer .text-white {
    color: var(--bs-body-color) !important;
}


.tracktime-logo {
    padding: 8px 12px 8px 12px;
    background-color: rgb(90, 92, 105, 0.5);
    max-width: 148px !important;
}

/*#navbarNav {*/
/*    position: relative;*/
/*}*/

/*.navbar {*/
/*    background-color: #faf8f6 !important;*/
/*}*/

.nav-link {
    color: #f36d47;
}

.card {
    padding: 1rem 1.5rem 1rem 1.5rem;
    border-radius: 2rem;
    color: white;
    background-color: #f36d47;
    text-align: center;
}

#navContainer .navbar {
    min-height: 3.5rem;
}

.navbar-brand {
    align-self: start;
    padding: 0.2rem;
    /*position: relative!important;*/
    margin-top: 0.3rem;
    background-color: #f36d47;
}

.navbar-brand img {
    height: 100%;
    max-height: 2.5rem;
    padding: .2rem;
}

@media (min-width: 768px) {

    .navbar-brand {
        align-self: center;
        margin-top: 0 !important;
    }

    .navbar-brand img {
        height: 100%;
        max-height: 3rem;
        padding: 0.5rem
    }
}

@media (max-width: 768px) {

    .navbar-brand img {
        max-width: 200px !important;
    }
}

@media (max-width: 992px) {
    .btn-group-lg > .btn, .btn {
        --bs-btn-padding-y: 0.375rem;
        --bs-btn-padding-x: 0.75rem;
        --bs-btn-font-size: 1rem;
        --bs-btn-border-radius: 0.375rem;
    }

    .navbar-brand img {
        max-width: 120px;
    }
}

@media (min-width: 992px) {
    .navbar-brand img {
        max-width: 200px;
    }
}

img.img-landing {
    max-height: 20em;
}

.feedbackPanel {
    z-index: 1070;
}

.btn i {
    padding-right: 0.2em;
}

.anchor-sm {
    scroll-margin-top: 6rem;
}

.feedbackPanel.fixed-top {
    max-width: 320px;
}

label.required:after {
    content: '*';
}

img.logo-sm {
    max-width: 120px;
    max-height: 48px;
}