/*   
Theme Name: Gelbekit Theme
Theme URI: 
Description: 
Author: Lukas Biruta
Author URI: 
Version: 1.0
Text Domain: gelbekit-theme
Domain Path: /languages
*/

[x-cloak] {
    display: none !important;
}
.about-block .icon img {
    width: 3rem;
}

.btn--green {
    font-family: "Symphonie-Regular" !important;
    font-size: 1rem !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
}

.partner-badges--wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 2rem;
}
.partner-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 0.375rem;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    background-color: #00b374;
    letter-spacing: 2px;
    height: 36px;
    font-family: "Symphonie-Regular";
}

.brown {
    background-color: #ca6 !important;
}

.navbar__logo {
    width: 235px;
}
.navbar .navigation nav .menu-item-has-children .sub-menu {
    width: 500px !important;
}

.navbar .navigation nav ul li {
    margin-left: 1rem;
}
.btn--contact {
    position: fixed;
    bottom: 1.5rem !important;
    right: 1.5rem !important;
}

.product__plan {
    padding: 0.5rem;
    justify-content: flex-start;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .product__plan {
        width: calc(50% - 1rem);
        margin: 0.5rem;
    }
}
@media (min-width: 1024px) {
    .product__plan {
        width: calc(25% - 1rem);
    }
    .product__plan--three-in-a-row {
        width: calc(33% - 1rem);
    }
}

.product__plan .plan__head {
    background-color: #e6edec;
    border-radius: 0.5rem;
    padding: 1rem 0.5rem;
    margin-bottom: 1.5rem;
}
.product__plan .product__name {
    margin-bottom: 1rem;
}
.product__plan .product__description {
    text-align: left;
    margin-bottom: 1rem;
}
.product__details {
    text-align: left;
    background-color: #e6edec;
    border-radius: 0.5rem;
    padding: 1rem 0.5rem;
}
.product__description ul li,
.product__details ul li {
    margin-bottom: 0.5rem;
}
.product__details h5 {
    margin-bottom: 1rem;
    font-weight: 600;
    margin-left: 1rem;
}
.product__link {
    margin-top: auto;
    overflow: hidden;
}
.product__link .btn--green {
    max-width: 100%;
}
.card__module {
    width: 100%;

    padding: 2rem;
    background-color: #f1f2f2;
    border: 1px solid #e1e2e3;
    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.04),
        0 2px 6px rgba(0, 0, 0, 0.04),
        0 0 1px rgba(0, 0, 0, 0.04);
    margin-bottom: 1rem;
}

.card__module h3 {
    margin-bottom: 1.5rem;
}
.card__module p:last-child {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .card__module {
        width: calc(50% - 2rem);
        margin: 1rem;
    }
}

strong {
    font-weight: 700;
}
.tabs__wrap {
    justify-content: space-between;
}
.tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: all 0.5s ease;
}

@media (min-width: 1024px) {
    .tabs__content-accordion {
        display: none;
    }
}
.tabs__content-accordion {
    transition: 1s ease;
    overflow: hidden;
}
.tabs button {
    font-family: "Symphonie-Regular";
    padding: 1rem;
    display: block;
    padding: 1rem;
    border-bottom: 2px solid $green;
    color: #f1f2f2;
    font-size: 1.25rem;
    transition: 0.3s ease;
    background-color: #004c41;
    border: 1px solid #e1e2e3;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    text-align: left;
    padding-right: 2rem;
    border-radius: 0.3125rem;
    margin-bottom: 0.5rem;
}

.tabs button.active {
    background-color: #00b373;
}

.tabs__content {
    display: none;
}
@media (min-width: 1024px) {
    .tabs {
        width: 30%;
    }
    .tabs__content {
        display: block;
        width: 65%;
    }
}

.table-head {
    margin-bottom: 1rem;
}
.table-head:not(first-of-type) {
    margin-top: 2rem;
}
.table-line__right .table-head h3 {
    font-size: 1rem;
    line-height: 1.5rem;
}
.table-line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e1e2e3;
    padding: 1rem;
}

.table-line__left {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table-line__right {
    width: 60%;
    display: flex;
    align-items: center;
    padding-left: 10%;
}

.table-line__right > div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table__text {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.content__card-table {
    margin-top: 4rem;
}
.content__card {
    width: 100%;

    padding: 2rem;
    background-color: #fff;
    border: 1px solid #e1e2e3;
    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.04),
        0 2px 6px rgba(0, 0, 0, 0.04),
        0 0 1px rgba(0, 0, 0, 0.04);
}

.content__card--right img {
    width: 100%;
    height: auto;
}
@media (min-width: 1024px) {
    .content__card {
        display: flex;
    }
    .content__card--left {
        width: 50%;
        padding-right: 3rem;
    }
    .content__card--right {
        width: 50%;
        padding-left: 3rem;
    }
    .content__card--right img {
        width: 100%;
        position: sticky;
        top: 8rem;
    }
}

.marquee-section {
    width: 100%;
    overflow: hidden;
    padding: 0;
}
.marquee {
    white-space: nowrap;
    display: flex;
    width: 100%;
}

.marquee-content {
    display: flex;
    flex-wrap: nowrap;
    animation: scroll 40s linear infinite;
    min-width: fit-content;
}
.marquee-content.no-scroll {
    animation: none;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    width: calc(100% + 1.5rem);
}
.marquee-content img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}
.marquee-image-wrapper {
    height: 7.625rem;
    max-height: 7.625rem;
    width: 16rem;
    max-width: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 3.375rem;
    box-sizing: border-box;
}
.marquee-content.no-scroll .marquee-image-wrapper {
    padding: 1.5rem;
    height: 6.25rem;
    width: 20%;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .marquee-image-wrapper {
        padding: 1.5rem;
    }
    .marquee-content.no-scroll .marquee-image-wrapper {
        padding: 1rem;
        width: 33.333%;
    }
}
@media (min-width: 1024px) {
    .marquee-content.no-scroll {
        justify-content: center;
    }
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}
