
@font-face {
    font-family: 'dxlpro-light';
    src: url(fonts/DaxlinePro-Light_13129.eot);
    src: url(fonts/DaxlinePro-Light_13129.svg);
    src: url(fonts/DaxlinePro-Light_13129.woff);
}
@font-face {
    font-family: 'dxlpro-bold';
    src: url(fonts/DaxlinePro-Bold_13127.eot);
    src: url(fonts/DaxlinePro-Bold_13127.svg);
    src: url(fonts/DaxlinePro-Bold_13127.woff);
}
@font-face {
    font-family: 'src-light';
    src: url(fonts/source-sans-pro.light.eot);
    src: url(fonts/source-sans-pro.light.svg);
    src: url(fonts/source-sans-pro.light.woff);
}

@font-face {
    font-family: 'src-reg';
    src: url(fonts/source-sans-pro.regular.eot);
    src: url(fonts/source-sans-pro.regular.ttf);
    src: url(fonts/source-sans-pro.regular.woff);
}

@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url('fonts/SourceSansPro-SemiBold.ttf')  format('truetype'); 
}

:root {
    --light-brown: #5e5751;
    --white: #ffffff;
    --orange: #ff7a16;
    --blackl: #171717;
    --black: #000;
    --bone: #eaefe6;
    --orange_sub: #ffb10a;
}

main {
    overflow: hidden;
}

.src-semibold {
    font-family: "SourceSansPro-SemiBold", sans-serif;
}
.dxlpro-light, .dxline-light {
    font-family: "dxlpro-light", sans-serif;
}
.dxlpro-bold, .dxline-bold {
    font-family: "dxlpro-bold", sans-serif;
}
.src-light {
    font-family: "src-light", sans-serif;
}
.src-reg {
    font-family: "src-reg", sans-serif;
}


body a {
    text-decoration: none;
}


nav.navbar {
    background-color: transparent !important;
    transition: all .3s ease-in-out;
    height: auto;
}

header.scrolled .navbar {
    background-color: rgb(255, 255, 255) !important;
}

.top-white {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, white 0%, white 50%, transparent 100%);
    height: auto;
    padding-bottom: 20px;
    z-index: 200;
}
.top-white.scrolled {
    background-color: #fff;
}
.navbar-nav.dxlpro-light .nav-item:not(:last-child) {
  border-right: 1px solid #171717; 
}

nav.navbar {
    top: 135px;
    padding: 3px 0;
}
.navbar>.container {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
}
li.nav-item {
    margin: 0;
    line-height: 30px;
}
a.nav-link {
    color: #000;
    font-size: 21px;
    padding: 0px 10px !important;
}

a.nav-link:hover {
    color: #ffb10a;
}
a.site-main {
    position: absolute;
    top: 0;
    display: none;
}

img.site-logo {
    height: auto;
}

footer {
    background: #929292;
    padding-bottom: 30px;
}
footer .footer-logos {
    background-color: #fff;
    justify-content: space-around;
    align-items: center;
}
.footer-logos p {
    font-size: 20px;
    text-transform: uppercase;
    color: #798d92;
    margin: 0;
    line-height: 23px;
}
.footer-top {
    padding-top: 36px;
}
footer .nav-item {
    line-height: 23px;
}
footer .nav-item a {
    font-size: 18px;
    color: #fff;
}
.fl-p-1 {
    padding: 12px 0 40px 0;
}
.fl-last {
    padding-bottom: 70px;
}

footer img.footer-logo {
    margin-bottom: 10px;
}

footer .nav-link-footer {
    display: inline-block;
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 5px;
}


footer .copyright, footer .copyright a {
    color: #fff;
}

.footer-more-links {
    color: #fff;
    margin: 0;
}
.footer-more-links a {
    font-size: 16px;
    color: #fff;
}
p.logo-footer {
    margin: 30px 0;
}

ul li.nav-item {
    transition: all .3s ease-in-out;
}


ul li.nav-item:hover a {
    color: #ffb10a;
}

ul li.nav-item:last-child a { 
    padding-right: 0 !important;
}

h2.section-title, h3.section-title {
    text-transform: uppercase;
    color: #383838;
}
h2.section-title {
    font-family: 'dxlpro-light', sans-serif;
    font-size: 34px;
    line-height: 36px;
    margin: 0 0 5px 0;
}
h3.section-title {
    font-family: 'dxlpro-bold', sans-serif;
    font-size: 34px;
    line-height: 36px;
    margin: 0 0 35px 0;
}
#kapcsolat h2.section-title {
    margin-bottom: 35px;
}
p.section-text, div.section-content * {
    font-family: "src-light", sans-serif;
    font-size: 24px;
    line-height: 26px;
    margin: 18px 0;
    color: var(--black);
}

.green-btn {
    border: 1px solid #aed03d;
    background-color: #aed03d;
    border-radius: 8px;
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
    line-height: 53px;
    padding: 3px 25px 0 25px;
    transition: all .3s ease-in-out;
    display: inline-block;
}
#program a.green-btn {
    margin-top: 30px;
}

.green-btn:hover {
    background-color: #fff;
    color: #aed03d;
}

/**********************************************/
#statikus-oldal {
    padding-top: 240px;
    padding-bottom: 60px;
}
#statikus-oldal h2.aktualis-cim {
    margin-bottom: 70px;
}
div.tovabbiak-betoltese {
    margin-top: 40px;
}

.tovabbiak-betoltese a.btn-reszletes {
    height: 55px;
}

#top-container {
    background-image: url('../img/fejlec.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    height: 925px;
    display: flex;
    align-items: center;
}
#top-container h2 {
    font-size: 41px;
    text-transform: uppercase;
    line-height: 46px;
    color: #383838;
    margin: 0 0 15px 0;
}
#top-container h3, #top-container-iskola h3 {
    font-size: 58px;
    line-height: 59px;
    color: #383838;
    text-transform: uppercase;
}

.iskola-page, #galeria-page {
    padding: 250px 0 70px 0;
}

.iskolai-nap {
    background-color: #f4f5f5;
    padding: 70px 0;
}
.iskolai-nap:nth-child(even) {
    background-color: #fff;
}

h3.nap-cim {
    font-size: 35px;
    color: #383838;
    margin-bottom: 20px;
}

h2.iskola-nev {
    color: #363737;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 30px;
}
#program, #resztvevok, #aktualis, #szakmai-anyagok, #kapcsolat {
    padding: 75px 0;
}
#aktualis h2.section-title {
    margin-bottom: 40px;
}
#resztvevok {
    background-color: #f0f1f1;
}

.program-box {
    padding: 15px 15px 15px 15px;
    border-radius: 8px;
    border: 1px solid #e4e6e6;
    background-color: #fff;
    margin: 10px 0;
}
.program-box .program-img {
    height: 212px;
    border-radius: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.program-box .program-iskola {
    color: #363737;
    font-size: 27px;
    display: block;
    height: 87px;
    overflow: hidden;
    padding-top: 2px;
    line-height: 32px;
    padding: 13px 0 9px 0;
    border-bottom: 1px solid #e4e6e6;
}
.program-box .program-bottom {
    font-size: 27px;
    color: #363737;
    justify-content: space-between;
    align-items: center;
}
.program-box .program-bottom p {
    margin-top: 10px;
    margin-bottom: 0;
}


.program-box .program-bottom a {
    margin-top: 8px;
}

.program-box .program-bottom span {
    display: block;
    color: #828484;
    font-size: 18px;
}

h2.aktualis-cim {
    margin-bottom: 40px;
}
.galeria-lista-elem {
    padding: 10px 10px 10px 10px;
    background: #f4f5f5;
    transition: all 0.3s;
    margin-bottom: 15px;
}
.galeria-lista-elem:hover {
    background: #aed03d;
}
.aktualis-box {
    margin: 15px 0;
}
.aktualis-box .hir-kep {
    height: 156px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.aktualis-box.bigger-box .hir-kep {
    height: 360px;
}
.iskola-napi-temak a.hircim {
    margin: 0 0 15px 0;
    height: 92px;
    overflow: hidden;
    width: 100%;
}
.col-xl-3 .aktualis-box .hir-kep {
    height: 176px;
}

.hir-info {
    background-color: #fcfdfd;
    border-left: 1px solid #e7e9e9;
    border-right: 1px solid #e7e9e9;
    border-bottom: 1px solid #e7e9e9;
    padding: 16px;
}

.hir-info a.btn-reszletes-sm {
    font-size: 18px;
    line-height: 33px;
    height: 33px;
    padding: 0 15px;
}

a.btn-reszletes, input.btn-reszletes-sm {
    color: #fff;
    font-size: 27px;
    background: #aed03d;
    display: inline-block;
    line-height: 52px;
    height: 52px;
    padding: 2px 30px 0 30px;
    border: 1px solid #aed03d;
    border-radius: 8px;
    transition: all .3s ease-in-out;
}
.hir-info a.btn-reszletes-sm:hover {
    border: 1px solid #aed03d;
    color: #aed03d;
}
.hirdatum {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #828484;
    gap: 12px;
}
a.hircim {
    font-size: 22px;
    color: #171717;
    line-height: 25px;
    display: inline-block;
    margin: 12px 0;
    height: 50px;
    overflow: hidden;
}
p.hirlead {
    font-size: 18px;
    color: #000;
    line-height: 21px;
    height: 84px;
    overflow: hidden;
}



.video-item, .galeria-item, .prezi-item
{
    background: #fcfdfd;
    border: 1px solid #e9ebeb;
    padding: 15px;
}
.video-item a {
    background: url('../img/video-ikon.png') no-repeat left center;
    height: 74px;
    display: block;
    padding: 12px 12px 0 94px;
    font-size: 20px;
    line-height: 24px;
    color: #383838;
    transition: all .3s ease-in-out;
}
.video-item a:hover {
    text-decoration: none;
    padding-left: 15px;
    padding-right: 94px;
    background-position: -90px center;
}


.galeria-item a {
    background: url('../img/galeria-ikon.png') no-repeat left center;
    height: 74px;
    display: block;
    padding: 12px 12px 0 94px;
    font-size: 20px;
    line-height: 24px;
    color: #383838;
    transition: all .3s ease-in-out;
}
.galeria-item a:hover {
    text-decoration: none;
    padding-left: 15px;
    padding-right: 94px;
    background-position: -90px center;
}

.prezi-item a {
    background: url('../img/prezi-ikon.png') no-repeat left center;
    height: 74px;
    display: block;
    padding: 12px 12px 0 94px;
    font-size: 20px;
    line-height: 24px;
    color: #383838;
    transition: all .3s ease-in-out;
}
.prezi-item a:hover {
    text-decoration: none;
    padding-left: 15px;
    padding-right: 94px;
    background-position: -90px center;
}

.show-video {
    display: none;
    text-align: center;
    margin: 15px 0;
}
.show-video iframe {
    width: 75%;
    height: 450px;
    margin: 0 auto;
}





body .green-btn-sm {
    font-size: 18px;
    line-height: 33px;
    padding-right: 18px;
    padding-left: 18px;
}
.all-news-btn {
    margin-top: 25px;
}

#szakmai-anyagok {
    background-color: #f4f5f5;
}

body .green-btn-xl {
    font-size: 35px;
    line-height: 77px;
    padding-left: 30px;
    padding-right: 30px;
}

#szakmai-anyagok .green-btn-xl {
    margin-top: 20px;
}

#kapcsolat p {
    font-size: 20px;
    color: #363737;
    line-height: 25px;
}


.kapcs-form {
    margin: 0;
}
.kapcs-form-input::placeholder {
    color: #fff;

    font-family: "crs-45-reg", sans-serif;
    opacity: 1;
    /* Firefox */
}


.kapcs-form-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;

    font-family: "crs-45-reg", sans-serif;
}
.kapcs-form button {
    background-color: #e18b1e;
    border: 1px solid #e18b1e;
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    display: inline-block;
    line-height: 48px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.kapcs-form #user_message {
    margin-bottom: 20px;
}
label.adatvedelem, 
label.adatvedelem a {
    font-size: 18px;
    color: #171717;
}

label.adatvedelem a {
    text-decoration: underline;
}

label.adatvedelem input {
    float: left;
    margin: 8px 8px 0 0;
}

#sub-page {
    min-height: 75vh;
    padding-top: 60px;
}



@media (max-width: 1260px) {
    
}

@media (max-width: 768px) {
    body {
        padding-top: 66px;
    }
    
    .top-white {
        top: 66px;
        padding-bottom: 5px;
    }
    .top-white .sv-logo {
        display: none;
    }
    .top-white img.kormany {
        height: 90px;
    }

    a.site-main {
        display: block;
        position: relative;
    }

    .navbar-collapse li.nav-item {
        padding: 10px 0;
    }
    #top-container {
        height: 85vh;
    }
    #top-container h2 br {
        display: none;
    }
    #top-container h2 {
        font-size: 36px;
    }

    nav.navbar, header.scrolled .navbar {
        top: 0;
        height: 66px;
    }
    
    .navbar>.container {
        justify-content: space-between;
        padding: 0 10px;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255);
        position: absolute !important;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 66px;
    }
    .footer-logos {
        flex-direction: column;
    }
    footer .nav-link-footer {
        display: block;
        margin: 10px 0;
    }

    footer img.footer-logo {
        max-width: 60%;
    }

    footer p.copyright {
        font-size: 12px;
    }

    footer .py-sm {
        padding: 0 !important;
    }

    footer .py-sm {
        padding: 10px 0 !important;
    }
    
    #program, #resztvevok, #aktualis, #szakmai-anyagok, #kapcsolat {
        padding: 25px 0;
    }
    
}