:root {
    --black: #000000;
    --white: #ffffff;
    --blue: #085ed7;
    --bs-body-font-family: 'Mulish';
    --bs-body-font-weight: 700;
    --bs-body-color: var(--black);
    --bs-link-color: var(--blue);
    --bs-link-hover-color: var(--blue);
    --bs-carousel-indicator-active-bg: var(--blue);
    --max-page-width: 700px;
    --products: 1;
    --categories: 1;
}

@media (min-width: 576px) {
    :root {
        --products: 2;
        --categories: 2;
    }
}

@media (min-width: 768px) {
    :root {
        --products: 3;
        --categories: 3;
    }
}

@media (min-width: 992px) {
    :root {
        --bs-body-font-size: 13pt;
        --bs-nav-link-font-size: 12pt;
        --spotlight-pad: 100px;
        --footer-pad: 60px;
    }
}

@media (min-width: 1200px) {
    :root {
        --bs-body-font-size: 14pt;
        --bs-nav-link-font-size: 14pt;
        --products: 4;
        --categories: 4;
    }
}

@media (min-width: 1400px) {
    :root {
    }
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-ExtraLightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-ExtraLight.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-SemiBoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-ExtraBoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-BlackItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 100;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
}

.btn {
    --bs-btn-font-family: 'Poppins';
    --bs-btn-font-weight: 800;
    --bs-btn-border-radius: 24px;
}

.btn:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

@media (min-width: 992px) {
    .btn-lg {
        --bs-btn-font-size: 18pt;
    }   
}

.btn-primary {
    --bs-btn-color: var(--white);
    --bs-btn-bg: var(--blue);
    --bs-btn-border-color: var(--blue);
    --bs-btn-hover-color: var(--white);
    --bs-btn-hover-bg: var(--black);
    --bs-btn-hover-border-color: var(--black);
    --bs-btn-active-color: var(--white);
    --bs-btn-active-bg: var(--black);
    --bs-btn-active-border-color: var(--black);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Poppins';
    font-weight: 800;
}

@media (min-width: 992px) {
    h1, .h1, h2.module-title {
        font-size: 30pt;
    }
    h2, .h2, .home.categories .category-title {
        font-size: 22pt;
    }
    h3, .h3, .moduletable.intro h1 {
        font-size: 20pt;
    }
}

.page-header {
    text-align: center;
    margin-bottom: 3rem;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child,
p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: var(--bs-link-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

a:hover, a:focus {
    color: var(--bs-link-hover-color);
}

.lead {
    font-weight: 700;
}

.darken {
    position: relative;
    --darken-color: rgba(0, 0, 0, 0.5);
}

.darken::after {
    content: " ";
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--darken-color);
    transition: background-color 0.15s ease-in-out;
}

.control-group {
    margin-bottom: 1rem;
}

.form-horizontal .control-label {
    margin-bottom: 0.5rem;
}

.compact {
    max-width: 666px;
    margin: 0px auto;
}


/****************************************************************
** Header **
****************************************************************/

.t3-top {
    background-color: var(--black);
    color: var(--white);
    --bs-link-color: var(--white);
}

div.mod-languages li {
    margin: 0;
}

div.mod-languages ul li.lang-active {
    background-color: transparent;
    --bs-link-color: var(--blue);
}

.t3-header {
    position: relative;
    z-index: 1;
    background-color: var(--black);
}

.home .t3-header {
    background-color: transparent;
}

.t3-off-canvas {
    background-color: var(--blue);
}

.t3-off-canvas .nav li {
    margin-bottom: 0.5rem;
}

.t3-off-canvas .t3-off-canvas-header {
    background-color: var(--black);
    color: var(--white);
}

.t3-off-canvas .t3-off-canvas-header .close {
    background: var(--blue);
    color: var(--white);
    border: none;
    line-height: 1;
    font-size: 22px;
    font-weight: 700;
}

.t3-off-canvas .nav a {
    color: var(--white);
}

.t3-off-canvas .philips {
    width: 120px;
}

.moduletable.menuicons i {
    font-size: 24px;
}

.moduletable.menuicons .cart-link {
    position: relative;
}

.moduletable.menuicons .cart-number {
    font-size: 60%;
    text-align: center;
    position: absolute;
    left: 9px;
    top: -8px;
    background-color: var(--blue);
    border-radius: 50%;
    height: 15px;
    width: 15px;
}

.moduletable.menuicons .cart-link:hover .cart-number {
    background-color: var(--white);
}

.moduletable.menuicons .cart-number:empty {
    visibility: hidden;
}


/****************************************************************
** Menu **
****************************************************************/

.t3-mainnav,
.t3-navbar {
    justify-content: end;
}

.navbar-nav {
    gap: 1rem;
}

.nav-link {
    --bs-nav-link-font-weight: 700;
    --bs-nav-link-color: var(--white);
    --bs-nav-link-hover-color: var(--white);
    font-family: 'Mulish';
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: transparent;
    text-underline-offset: 8px;
    transition: 0.3s;
}

.navbar-nav > .nav-item > .nav-link:hover {
    text-decoration-color: var(--white);
}

.nav-item.current > .nav-link {
    text-decoration-color: var(--white);
}

.dropdown-menu .nav-link {
    --bs-nav-link-color: var(--black);
    --bs-nav-link-hover-color: var(--blue);
    white-space: nowrap;
}

.dropdown-menu .nav-item:hover .nav-link {
    background-color: var(--black);
}

.off-canvas-toggle {
    border-radius: 50%;
}


/****************************************************************
** Footer **
****************************************************************/

.t3-footer {
    background-color: var(--blue);
    color: var(--white);
    --bs-link-color: var(--white);
    --bs-link-hover-color: var(--white);
}

.t3-footnav .nav {
    flex-direction: column;
    gap: 0.3rem;
}

.t3-footnav {
    row-gap: 2rem;
}

.moduletable.footerlogo {
    max-width: 200px;
}

/****************************************************************
** Logos **
****************************************************************/

.palyazat .logos {
    display: grid;
    grid-row-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .palyazat .logos {
        display: flex;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 766px) {
    .palyazat .logos {
        grid-column-gap: 140px;
    }
}

.palyazat .logos .dsp {
    max-height: 140px;
    width: auto;
}

.palyazat .logos .neum {
    max-height: 100px;
    width: auto;
}


/****************************************************************
** Home **
****************************************************************/

.home .t3-sl-1 {
    position: relative;
    margin-top: -106px;
    color: var(--white);
}
/*
.home .nav-link {
    --bs-nav-link-color: var(--white);
    --bs-nav-link-hover-color: var(--white);
}

.home .nav-item.current > .nav-link {
    --bs-nav-link-color: var(--white);
}

.home .navbar-nav > .nav-item > .nav-link:hover {
    text-decoration-color: var(--white);
}
*/

.moduletable.intro {
    padding: 100px 0;
}

.moduletable .item-image.hero {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.moduletable .item-image.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moduletable .introtext {
    max-width: 850px;
}

.moduletable.intro .introtext > * {
    margin: 0;
}

.moduletable.intro .item-image.philips {
    width: 120px;
    flex-shrink: 0;
}

.moduletable.report i {
    font-size: 40pt;    
}

.moduletable.categories .categories {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .moduletable.categories .categories {
        grid-template-columns: repeat(3, 1fr);
    }
}

.moduletable.categories .categories .category {
    aspect-ratio: 1 / 1;
    --bs-link-color: var(--white);
    --bs-link-hover-color: var(--white);
}

.moduletable.categories .categories .category:hover {
    --darken-color: rgba(8, 94, 215, 0.9);
}

.moduletable.categories .categories .category-title {
    font-weight: 800;
}

.moduletable.featured .owl-carousel .owl-stage {
    display: flex;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 3rem;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--blue);
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--black);
}
 
.home .t3-sl-5 {
    position: relative;
}

.moduletable.transport {
    color: var(--white);
}

.moduletable.transport .custom {
    background-repeat: no-repeat;
    background-size: cover;
}

.moduletable.transport .item-image.hero img {
    object-position: top;
}

.moduletable.map {
    margin-bottom: -7px;
}


/****************************************************************
** Contact **
****************************************************************/

.com-contact.contact .dl-horizontal dt {
    display: none;
}

.com-contact.contact .dl-horizontal dd {
    margin-left: 0;
}

.applications .carousel-indicators {
    position: relative;
}

.applications .note .btn-close {
    display: none;
}

.applications .note.alert-dismissible {
    padding-right: 0;
}


/*
input[type="radio"] + label > .btn-primary {
    --bs-btn-color: var(--white);
    --bs-btn-bg: var(--blue);
    --bs-btn-border-color: var(--blue);
    --bs-btn-hover-color: var(--white);
    --bs-btn-hover-bg: var(--blue);
    --bs-btn-hover-border-color: var(--blue);
    --bs-btn-active-color: var(--white);
    --bs-btn-active-bg: var(--blue);
    --bs-btn-active-border-color: var(--blue);
}
*/
.applications .category > svg,
input[type="radio"] + label > svg {
    height: 100px;
}

.applications .category > svg .st0,
input[type="radio"] + label > svg .st0 {
    transition: fill 0.15s ease-in-out;
    fill: var(--blue);
}

.applications .category:hover > svg .st0,
input[type="radio"] + label:hover > svg .st0,
input[type="radio"]:checked + label > svg .st0 {
    fill: var(--black);
}

.applications .category:hover > .btn-primary,
input[type="radio"] + label:hover > .btn-primary,
input[type="radio"]:checked + label > .btn-primary {
    --bs-btn-color: var(--white);
    --bs-btn-bg: var(--black);
    --bs-btn-border-color: var(--black);
}

.tf-file-upload-editor {
    max-width: none;
}

.text-center ul {
    list-style-position: inside;
}


/****************************************************************
** Content **
****************************************************************/

.com-content-article.item-page .com-content-article__body {
    max-width: var(--max-page-width);
    margin: 0 auto;
}


/****************************************************************
** FAQ **
****************************************************************/

.accordion-header a {
    cursor: pointer;
}

.accordion-header a i {
    transition: transform .3s ease;
}

.accordion-header a.collapsed i {
    transform: rotate(-90deg);
}

.accordion-collapse {
    max-width: var(--max-page-width);
}


/****************************************************************
** Webshop **
****************************************************************/

.zuzu.kisker > *,
.zuzu.nagyker > * {
    margin-top: 2rem;
}

.product .product_image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.zuzu.products .categories {
    display: grid;
    grid-template-columns: repeat(var(--categories), 1fr);
    grid-gap: 1rem;
}

.zuzu.products > .products {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(var(--products), 1fr);
    clear: both;
}

.zuzu.product .gallery-items figure:first-child {
    grid-column: span 3;
}

@media (min-width: 1025px) {
    .zuzu.product .gallery-items figure:first-child {
        grid-column: span 4;
    }
}

.zuzu .product_price,
.zuzu .product_addtocart {
    margin: 1rem 0;
}

.zuzu .input-group {
    width: auto;
    display: inline-flex;
    vertical-align: middle;
}

.zuzu .control-group {
    margin-top: 1rem;
}

.zuzu .products .product_title,
.zuzu .product_price {
    font-weight: 800;
}

.zuzu .products .product_title {
    --bs-link-color: var(--black);
}

.zuzu .product_price {
    color: var(--blue);
}

.zuzu.checkout .radio .radio_option img {
    height: 50px;
    width: auto;
}

.choices__list--single .choices__button_joomla {
    display: none;
}
