/* default styles for extension "tx_frontend" */
    :root, html, body{
        font-size: 16px;
    }
    body{
        --color-background: #1a1a1a;
        --color-text: #ffffff;
        --color-footer-background: #333333;
        --color-footer-text: #ffffff;
        --color-footer-text-hover: #ffffff;
        --color-1: #e6f54a;
        --color-1-reverse: #1e1e1a;
        --color-1-active: #e3f339;
        --color-1-active-reverse: #1e1e1a;
        --color-2: #333333;
        --color-2-reverse: #ffffff;
        --color-2-active: #333333;
        --color-2-active-reverse: #ffffff;
        --color-3: #333333;
        --color-3-reverse: #1e1e1a;
        --color-3-active: #333333;
        --color-3-active-reverse: #ffffff;
        --color-hero-light: #ffffff;
        --color-hero-dark: #333333;
        --color-cookie-bg: #eeeeee;
        --color-gray-1: #f2f2f2;
        --color-gray-2: #DBDBDB;
        --color-gray-3: #C4C4C4;

        --side-padding: 0.5rem;
        --text-image-spacing: 2.5rem;
        --gallery-spacing: 0.5rem;
        --border-radius-base: 0;
        --border-radius: calc(var(--border-radius-base) * 1rem);

        --table-row-separator: #dadada;
        --table-row-background: #ffffff;
        --table-row-background-alternative: #eeeeee;
    }
    .hero-swiper{
        --swiper-navigation-color: #ffffff;
        --swiper-navigation-size: 2rem;
        --swiper-pagination-color: #333333;
        --swiper-pagination-bullet-width: 1rem;
        --swiper-pagination-bullet-border-radius: 1rem;
        --swiper-pagination-bullet-height: 1rem;
    }
    .hero-swiper .swiper-pagination-bullet{
        transition: 0.4s;
    }
    .hero-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
        --swiper-pagination-bullet-width: 4rem;
        --swiper-pagination-bullet-height: 1rem;
    }
/* default styles for extension "tx_fullhd" */
    :root{
        --font-sans: Lato, ui-sans-serif, system-ui, sans-serif;
        --default-font-family: Lato, ui-sans-serif, system-ui, sans-serif;
    }
