:root {
    --white: #ffffff;
    --light: #eceff3;
    --dark: #0b1d31;
    --blue: #2a80e2;
    --lightblue: #44a0c3;
    --mint: #5ebfa4;
    --green: #79e084;
    --black: #000000;
    --grey-1: #b5beca;
    --grey-2: #404e5d;
    --bs-body-font-family: 'Mulish';
    --bs-body-font-weight: 600;
    --bs-body-color: var(--black);
    --bs-link-color: var(--dark);
    --bs-link-hover-color: var(--lightblue);
    --heading-margin: 1rem;
    --icon-size: 30px;
    --icon-font-size: 16px;
}

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

@media (min-width: 768px) {
    :root {
        --icon-size: 40px;
        --icon-font-size: 20px;
    }
}

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

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

@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;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Mulish';
    font-weight: 800;
    color: var(--heading-color);
    margin-bottom: var(--heading-margin);
}

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);
}

.btn {
    --bs-btn-font-family: 'Mulish';
    --bs-btn-font-weight: 800;
    --bs-btn-font-size: 12pt;
    --bs-btn-border-radius: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.5rem;
}

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

.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(--lightblue);
    --bs-btn-hover-border-color: var(--lightblue);
    --bs-btn-active-color: var(--brown);
    --bs-btn-active-bg: var(--lightblue);
    --bs-btn-active-border-color: var(--lightblue);
}

.btn-secondary {
    --bs-btn-color: var(--blue);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--blue);
    --bs-btn-hover-color: var(--lightblue);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: var(--lightblue);
    --bs-btn-active-color: var(--lightblue);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: var(--lightblue);
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    --bs-link-color: var(--white);
    --bs-link-hover-color: var(--white);
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 50%;
}

.icon:hover {
    background-color: var(--lightblue);
}

.icon i {
    font-size: var(--icon-font-size);
}

.fw-extrabold {
    font-weight: 800;
}

.separator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--blue);
}

.separator:last-child {
    display: none;
}

.underline {
    position: relative;
}

.underline::after {
    position: absolute;
    content: '';
    width: 5rem;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: var(--blue);
}

.text-center.underline::after {
    left: 50%;
    transform: translate(-50%, -50%);
}

.compact {
    max-width: 640px;
}

@media (min-width: 992px) {
    .columns {
        column-count: 2;
        column-gap: 3rem;
    }
}

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

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

.bg-white {
    background-color: var(--white);
}

.bg-light {
    background-color: var(--light);
}

.t3-sl:has(.sl-bg-dark) {
    background-color: var(--dark);
}

.t3-sl:has(.sl-bg-light) {
    background-color: var(--light);
}

.t3-sl:has(.t3-sl) {
    padding: 0;
}

.t3-mainbody {
    padding-bottom: var(--spotlight-pad);
    padding-top: var(--spotlight-pad);
}

.t3-mainbody.nocontainer,
.t3-content {
    padding-bottom: 0;
    padding-top: 0;
}

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

.control-group .control-label {
    margin-bottom: 0.5rem;
    font-weight: bold;
}


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

.t3-header .mod-languages {
    text-align: right;
}

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

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

div.mod-languages a {
    padding: 3px;
}


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

.navbar-nav {
    --bs-nav-link-font-weight: 800;
    --bs-nav-link-color: var(--black);
    --bs-nav-link-hover-color: var(--lightblue);
    gap: 1rem;
}

.t3-mainnav .nav-link.btn {
    color: var(--bs-btn-color);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    --bs-navbar-nav-link-padding-x: var(--bs-btn-padding-x);
    --bs-navbar-toggler-padding-y: var(--bs-btn-padding-y);
}

.t3-mainnav .nav-link.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}


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

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

.moduletable.contact .contactdata i {
    font-size: 16pt;
    color: var(--blue);
    margin-right: 1rem;
    text-align: center;
    width: 20pt;
}

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

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


/****************************************************************
** 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 **
****************************************************************/

.t3-sl {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.moduletable.intro h1 {
    margin-bottom: 2rem;
}

.moduletable.below p {
    display: flex;
    gap: 2rem;
    margin-bottom: 0;
}

.moduletable.below p::before {
    content: '';
    width: 9px;
    height: 30px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 100% 20px, 0 100%);
}

.moduletable.below p:nth-child(1)::before {
    background-color: var(--blue);
}

.moduletable.below p:nth-child(2)::before {
    background-color: var(--lightblue);
}

.moduletable.below p:nth-child(3)::before {
    background-color: var(--mint);
}

.moduletable.below p:nth-child(4)::before {
    background-color: var(--green);
}

.moduletable.services .mod-articles-items,
.blog-items.services,
.com-contact__info .contacts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 576px) {
    .moduletable.services .mod-articles-items,
    .blog-items.services,
    .com-contact__info .contacts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .moduletable.services .mod-articles-items .mod-articles-item:nth-child(2n),
    .blog-items.services .blog-item:nth-child(2n),
    .com-contact__info .contacts > div:nth-child(2n) {
        border-left: 1px solid var(--grey-1);
    }
}

@media (min-width: 1200px) {
    .moduletable.services .mod-articles-items,
    .blog-items.services,
    .com-contact__info .contacts {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .moduletable.services .mod-articles-items .mod-articles-item:nth-child(4n+3),
    .blog-items.services .blog-item:nth-child(4n+3),
    .com-contact__info .contacts > div:nth-child(4n+3) {
        border-left: 1px solid var(--grey-1);
    }
}

.moduletable.services .item-image img,
.moduletable.when .item-image img,
.moduletable.szakmai .item img,
.blog-items.services .item-image img {
    width: 80px;
}

.moduletable.when .mod-articles-grid {
    --grid-layout-gap: 3rem;
}

.moduletable.value .item img {
    width: 50px;
}

@media (max-width: 767px) {
    .moduletable.value > div {
        justify-self: center;
    }
}

.moduletable.szakmai .item + .item {
    border-top: 1px solid var(--grey-2);
}

.t3-sl-6 {
    position: relative;
}

.t3-sl-6::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

@media (min-width: 992px) {
    .t3-sl-6::before {
        position: absolute;
        content: '';
        left: -20px;
        top: 0;
        width: 50%;
        height: 100%;
        background-position: center right;
    }
    .moduletable.about .mod-custom > div::before {
        position: absolute;
        content: '';
        left: -89px;
        top: 0;
        width: 90px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/images/template/wave.svg');
        z-index: 1;
    }
}

.moduletable.about .item img {
    width: 40px;
}

.t3-sl-8 {
    background-size: cover;
    background-position: center;
}

    

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

@media (min-width: 768px) {
    .item-page.services .item-image {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
    .item-page.services .item-image img {
        height: 100%;
        width: 100%;
    }
    .item-page.services .service {
        position: relative;
        background: linear-gradient(to right, var(--white) 0%, var(--white) 90%, transparent 100%);
        max-width: 65%;
    }
}

@media (min-width: 992px) {
    .item-page.services .service {
        max-width: 60%;
    }
}

@media (min-width: 1200px) {
    .item-page.services .service {
        max-width: 55%;
    }
}

@media (min-width: 1400px) {
    .item-page.services .service {
        max-width: 55%;
    }
}
/*
@media (min-width: 768px) {
    .item-page.services .item-image {
        position: relative;
        width: 50%;
    }
    .item-page.services .item-image::before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        width: 80%;
        background: linear-gradient(to right, var(--white) 0%, var(--white) 33%, transparent 80%, transparent 100%);
    }
    .item-page.services .service {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 65%;
    }
}

@media (min-width: 992px) {
    .item-page.services .item-image {
        width: 40%;
    }
    .item-page.services .item-image::before {
        width: 150px;
    }
    .item-page.services .service {
        max-width: 60%;
    }
}

@media (min-width: 1200px) {
    .item-page.services .item-image::before {
        width: 100px;
    }
    .item-page.services .service {
        max-width: 50%;
    }
}

@media (min-width: 1400px) {
    .item-page.services .item-image::before {
        width: 100px;
    }
    .item-page.services .service {
        max-width: 40%;
    }
}
*/
.fields-container {
    list-style-type: none;
    padding-left: 0;
}

.field-entry.szolgaltatasok .title img {
    width: 50px;
}

.field-entry.szolgaltatasok .text ul {
    padding-left: 1rem;
}

.field-entry.szolgaltatasok .text ul li {
    padding-left: 16px;
}

.field-entry.szolgaltatasok .text ul li::marker {
  content: "\f00c";
  font-family: 'Font Awesome 6 Free';
  font-size: 20px;
  color: var(--blue);
}


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

.contact-icon {
    font-size: 32pt;
    color: var(--blue);
}

.field-entry.ajanlatkeres img {
    width: 50px;
}

@media (min-width: 992px) {
    .contact-form {
        padding-right: var(--bs-gutter-x);
        border-right: 1px solid var(--grey-1);
    }
}
