/*@font-face {
    font-family: 'Comfortaa';
    src: url('/modulok/X85445_reszek/stilus/ttf/Comfortaa-Regular.ttf') format('truetype');

}*/

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

:root {
    --barna-szin: rgba(187, 178, 163, 1);
    --narancs-szin: #FFB200;
    --sotet-kek: rgba(40, 82, 100, 1);
}

body {
    font-family: 'Comfortaa';
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    color: #111 !important;
    font-size: 16px;
    line-height: 1.63;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--sotet-kek) !important;
    opacity: 0.5 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--sotet-kek) !important;
    opacity: 0.5 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--sotet-kek) !important;
    opacity: 0.5 !important;
}

.feliratkozas_form [class*=col-]:not(.feliratkozas_form [class*=col-form-label]) {
    border-bottom: 3px solid white !important;
    transition: border-bottom 0.15s;
}

.feliratkozas_form .form-control {
    border-width: 0 !important;
    font-family: Noto Serif !important;
}

.feliratkozas_form .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

.feliratkozas_form:focus-within [class*=col-]:not(.feliratkozas_form [class*=col-form-label]) {
    border-bottom: 3px solid var(--sotet-kek) !important;
    transition: border-bottom 0.15s;
}

.feliratkozas_form .col-form-label {
    font-family: Noto Serif !important;
}

.feliratkozas_form .feliratkozas_gomb {
    background: var(--sotet-kek) !important;
    color: white !important;
    font-size: 12px;
    padding: 16px 30px 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

@media (min-width: 300px) {
    .kovetes-blokk {
        background: #285264 url('/assets/img/social-media.svg') no-repeat 0 225% !important;
    }
}

@media (min-width: 992px) {
    .kovetes-blokk {
        background: #285264 url('/assets/img/social-media.svg') no-repeat 0 100% !important;
    }
}

.btn-black-outline {
    background: transparent;
    border: 3px solid #111;
    color: #111;
    padding: 13px 30px 10px;
    font-size: 12px;
    letter-spacing: .9px;
    line-height: 1.83;
    max-width: 100%;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.3 background 0.3s;
}

.btn-black-outline:hover {
    background: #111;
    color: white;
    transition: color 0.3 background 0.3s;
}

.facebook-ikon {
    border: 3px solid var(--primary);
    border-radius: 50%;
    color: white;
    display: inline-block;
    margin: 0 5px 10px;
    font-size: 32px;
    height: 66px;
    line-height: 66px;
    width: 66px;
    transition: border 0.2s;
}

.facebook-ikon:hover {
    border: 3px solid white;
    transition: border 0.2s;
}

.cikk-stilus {
    font-family: 'Noto Serif' !important;
}

.cikk-stilus h3, .cikk-stilus h4 {
    margin-top: 30px;
}

/*.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0em !important;
    vertical-align: 0em !important;
    content: "";
    border-top: 0.5em solid rgba(78, 71, 58, 1) !important;
    border-right: 0 !important;
    border-bottom: 0.5em solid transparent !important;
    border-left: 0.5em solid transparent !important;
}

.dropdown-toggle:hover::after {
    border-top: 0.5em solid var(--barna-szin) !important;
}*/

.dropdown-item:hover {
    color: white !important;
    background: rgba(187, 178, 163, 1) !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.bg-barna {
    background: rgba(187, 178, 163, 1);
}

.vonal {
    background: -webkit-linear-gradient(left, transparent 0%, var(--primary) 50%, transparent 100%);
    height: 1px;
    margin: 20px 0;
}

#nav_regisztracio {
    color: #eda943 !important;
}

blockquote {
    font-size: 1.1em;
    width: 80%;
    margin: 15px auto;
    color: #555555;
    padding: 15px 15px 15px 15px;
    border-left: 8px solid #536D96;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}

#logo {
    width: 122px;
    position: absolute !important;
    top: -30px;
}

#logo1 {
    width: 52px;
    position: absolute !important;
    top: 2px;
    margin-left: 23px;
}

.tartalom {
    flex: 1 0 auto;
}

/*.tartalom h1:not(.fooldal-hatterkep h1) {
    color: var(--narancs-szin);
}

.tartalom h3:not(.fooldal-hatterkep h3) {
    color: rgba(187, 178, 163, 1);
    margin: 35px 0 10px 0;
    font-size: 2.5rem !important;
}

.tartalom h3:not(.fooldal-hatterkep h3)::after {
    display: block;
    content: "";
    width: 150px;
    height: 2px;
    background: var(--primary);
    margin: 10px 0 25px 0;
}

.tartalom h4 {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: var(--primary);
    padding: 20px 0;
}

.tartalom h5:not(.blog-szekcio h5) {
    background: rgba(63, 147, 183, 0.3);
    padding: 20px;
    border-left: 4px solid var(--primary);
}*/

/*.tartalom h4::before, .tartalom h4::after {
    display: block;
    content: "";
    width: 50%;
    height: 1px;
    background: var(--primary);
}

.tartalom h4::before {
    margin: 10px 0 25px 0;
}

.tartalom h4::after {
    margin: 25px 0 10px auto;
}*/

.fooldal-hatterkep {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/assets/img/fejlec-hatterkep-v2.jpg');
    height: 400px;
    width: 100%;
    background-size: cover;
}

.fooldal-hatterkep .content h1 {
    font-size: 60px !important;
    line-height: 1.1 !important;
}

@media (min-width: 300px) and (max-width: 768px) {
    .fooldal-hatterkep .content h1 {
        font-size: 32px !important;
    }
}

.fooldal-hatterkep .content h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-family: Noto Serif, helvetica, arial, sans-serif !important;
}

@media (min-width: 992px) {
    .doboz-pozicio {
        top: -50px;
    }
}

.doboz1.szin {
    background: var(--primary);
    position: relative;
}

.doboz2.szin {
    background: var(--barna-szin);
}

.doboz1, .doboz2 {
    height: 100px;
    padding: 25px 20px 20px;
    text-align: left;
}

@media (min-width: 300px) and (max-width: 576px) {
    .doboz1, .doboz2 {
        height: 125px !important;
    }
}

.doboz1 .doboz-cim, .doboz2 .doboz-cim {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 5px !important;
}

.doboz1 i, .doboz2 i {
    font-size: 42px;
    color: hsla(0, 0%, 7%, .5);
}

.doboz1 .doboz-alcim, .doboz2 .doboz-alcim {
    color: hsla(0, 0%, 7%, .5);
    font-size: 18px;
    font-weight: 700;
    font-family: Noto Serif !important;
    transition: all 0.2s;
}

.doboz1.szin::after, .doboz2.szin::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.doboz1.szin:hover::after, .doboz2.szin:hover::after {
    opacity: 1;
}

.doboz1.szin:hover .doboz-cim, .doboz1.szin:hover .doboz-alcim, .doboz1.szin:hover .doboz-nyil i,
.doboz2.szin:hover .doboz-cim, .doboz2.szin:hover .doboz-alcim, .doboz2.szin:hover .doboz-nyil i {
    color: white;
    z-index: 3;
    transition: all 0.2s;
}

.bemutatkozo-cim, .kepzesek-cim, .blog-szekcio .cim, .kepzesek .partnereink-cim, .hirek-cim {
    font-weight: 300;
    letter-spacing: .05em;
    margin-top: 0;
    text-transform: lowercase;
    font-size: 60px;
    line-height: 1.2;
    color: initial !important;
}

.kepzesek-cim {
    text-transform: none !important;
}

@media (min-width: 300px) and (max-width: 768px) {
    .bemutatkozo-cim, .kepzesek-cim, .blog-szekcio .cim, .partnereink-cim {
        font-size: 32px !important;
    }
}

.blog-szekcio .cim {
    color: white !important;
}

.bemutatkozo-szoveg {
    font-family: Noto Serif !important;
}

.mapei-navbar {
    overflow: unset;
}

@media (min-width: 350px) {
    .mr-xs-0 {
        margin-right: 0 !important;
    }
}

@media (min-width: 1400px) {
    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
}

.navbar-light .navbar-nav .nav-link, .navbar-nav .dropdown-toggle {
    text-decoration: none !important;
    font-size: 14px;
    color: #111 !important;
    letter-spacing: 1px !important;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown-menu {
    background-color: var(--primary) !important;
    border-radius: 0 !important;
    border-color: var(--primary) !important;
    box-shadow: 0 2px 4px 0 hsl(0deg 0% 7% / 50%) !important;
}

.dropdown-item {
    color: white !important;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #236f8f !important;
}

.kepzesek-szekcio .cim {
    font-family: Noto Serif !important;
    font-size: 22px !important;
    font-weight: 700;
    margin: 15px 0 0;
}

.kepzesek-szekcio .leiras {
    font-family: Noto Serif !important;
    margin: 15px 0 10px !important;
    line-height: 1.5 !important;
}

.blog-szekcio .bovebben, .kepzesek-szekcio .bovebben {
    font-size: 12px !important;
    letter-spacing: .9px !important;
    color: #3f93b7;
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-szekcio .bovebben::after, .kepzesek-szekcio .bovebben::after {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: all;
    transition-property: all;
    background: #3f93b7;
    content: "";
    display: block;
    height: 3px;
    width: 100%;
}

.blog-szekcio .bovebben:hover::after, .kepzesek-szekcio .bovebben:hover::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.fejlec-legfelso a {
    color: #1C3968 !important;
}

.fooldal-doboz-img {
    width: 202px;
    height: 202px;
}

.fooldal-doboz {
    background-color: #ffffff;
    padding: 0px;
}

.fooldal-doboz-tartalom {
    font-style: italic;
    background-image: url('/uploads/idezojel.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 240px;
}

.fooldal-also {
    margin: 0px;
    background-color: white;
}

.big-button-natur {
    border: none;
    outline: none;
    padding: 20px 30px;
    font-size: 45px;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.big-button-natur:hover {

    color: white;
    background-color: #e0a800;
    border-color: #d39e00;
    text-decoration: none;
}

.navbar-toggler {
    border-color: var(--dark) !important;
    line-height: inherit !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
}

footer {
    font-family: Noto Serif;
    font-size: 12px;
    /*background-color: #3f93b7;*/
    /*background: linear-gradient(rgba(40, 82, 100, 0.85), rgba(40, 82, 100, 0.85)), url('/assets/img/allec_hatterkep.jpg') center / cover;
    flex-shrink: 0;
    padding: 120px 0 50px;*/
    /*border-top-left-radius: 65px;
    border-bottom-right-radius: 65px;*/
}

footer a.kmkft_logo img {
    width: 20px;
    height: auto;
    margin-left: 5px;
    vertical-align: bottom;
    transform: scale(1.0);
    transition: transform 0.2s;
}

footer a.kmkft_logo img:hover {
    transform: scale(1.2);
    transition: transform 0.2s;
}

footer .linkek a {
    color: #111 !important;
    font-family: Comfortaa !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.social-logos {
    margin-left: 5px;
    margin-right: 5px;
}


.kozossegi-ikonok {
    position: absolute;
    max-height: 50px;
    height: 50px;
    overflow: hidden;
    width: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 8px;
    -webkit-box-shadow: 0px 8px 10px -7px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 8px 10px -7px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 8px 10px -7px rgba(0, 0, 0, 0.7);
}

.ikon-yt {
    background: red;
}

.ikon-fb {
    background: #4267b2;
}


@media (min-width: 300px) {
    .kozossegi-ikonok {
        top: 0px;
        display: none;
    }

    .ikon-fb {
        left: 100px;
        right: auto;
    }

    .ikon-yt {
        left: 160px;
        right: auto;
    }

    .ikon-sm {
        position: static !important;
        /*display: inline-block !important;*/
        display: table-caption;
        text-align: center;
        padding-top: 7px;
    }

    .fooldal-doboz-tartalom {
        height: 140px;
    }
}

@media (min-width: 640px) {
    .kozossegi-ikonok {
        top: 0px;
        display: flex;
        -webkit-transition: max-height 0.5s, height 0.5s;
        -moz-transition: max-height 0.5s, height 0.5s;
        transition: max-height 0.5s, height 0.85s;
    }

    .kozossegi-ikonok:hover {
        max-height: 80px;
        height: 80px;
    }

    .ikon-fb {
        left: 160px;
        right: auto;
    }

    .ikon-yt {
        left: 220px;
        right: auto;
    }

    .ikon-sm {
        position: static !important;
        display: none !important;
    }

}

@media (min-width: 768px) {
    .fooldal-doboz-tartalom {
        height: 220px;
    }
}

@media (min-width: 1200px) {
    .kozossegi-ikonok {
        top: 56px;
    }

    .ikon-fb {
        left: auto;
        right: 160px;
    }

    .ikon-yt {
        left: auto;
        right: 100px;
    }
}

.kozossegi-ikonok i {
    font-size: 26pt;
    color: white !important;
}

.fooldal-doboz-tartalom {
    font-size: 10pt;
    overflow-y: hidden;
}

/* Animált grafika kezdete */
.yco-intro__legend--blue {
    border-color: #3f93b7 !important;
}

.yco-intro__legend--yellow {
    border-color: #ffb200 !important;
}

.yco-intro__legend--grey {
    border-color: #bbb2a3 !important;
}

.yco-intro__legend {
    background: #fff;
    border: 3px solid var(--barna-szin);
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .5px;
    padding: 5px 15px;
    position: relative;
    text-transform: lowercase;
}

.yco-intro__legend:after {
    border-radius: 50%;
    bottom: -1.5px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 12px;
}

.yco-intro__legend--yellow:after {
    background: var(--narancs-szin) !important;
}

.yco-intro__legend--blue:after {
    background: var(--primary) !important;
}

.yco-intro__legend--grey:after {
    background: var(--barna-szin) !important;
}

.yco-intro__bg {
    background: url('/assets/img/pattern.png');
    height: 415px;
    margin: 0 0 -65px;
    overflow: hidden;
    position: relative;
}

.yco-intro__bg:before {
    background: -webkit-linear-gradient(top, #fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}

.yco-intro__bg:after, .yco-intro__bg:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.yco-intro__bg__svg {
    left: 50%;
    position: absolute;
}

@media (min-width: 300px) {
    .yco-intro__bg__svg {
        bottom: -42px;
        transform: translateX(-50%) scale(0.8);
    }
}

@media (min-width: 768px) {
    .yco-intro__bg__svg {
        bottom: -8px;
        transform: translateX(-50%) scale(1);
    }
}

/* Animált grafika vége */

/* Facebook megosztás gomb kezdete */

#share {
    position: fixed;
    top: 200px;
    width: 75px;
    margin: 20px 0;
}

.btn-facebook {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
    color: white !important;
    border-radius: 0px !important;
}

/* Facebook megosztás gomb vége */

/* BLOG kezdete */
.blog-szekcio {
    background-color: var(--barna-szin);
    background-image: linear-gradient(rgba(187, 178, 163, 0.7), rgba(187, 178, 163, 0.7)), url('/assets/img/down-dots.png');
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: scroll;
    background-position: bottom;
}

.blog-szekcio .publikalasdatuma {
    top: -20px;
    left: 15px;
    font-size: 14px;
    font-family: Noto Serif;
}

@media (min-width: 300px) and (max-width: 576px) {
    .iskolahalozat-szekcio h1 {
        font-size: 28px !important;
    }
}

@media (max-width: 1400px) {
    .iskolahalozat-szekcio p {
        font-size: 14px !important;
    }
}


.blog-szekcio .feher-design {
    top: -65px;
    left: 35px;
    /*border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;*/
    border-bottom: 4px solid var(--primary);
    height: 220px;
}

.blog-cim, .blog-leiras {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blog-cim {
    -webkit-line-clamp: 2;
}

.blog-blokk-aloldal:not(.blog-blokk-aloldal:first-of-type) {
    border-top: 3px solid hsla(0, 0%, 71%, .1);
    margin-top: 30px;
    padding-top: 30px;
}

.blog-cim-aloldal {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 5px;
    color: #111;
}

.blog-datum-aloldal {
    background: #111;
    color: #fff;
    -webkit-box-flex: 0;
    flex-grow: 0;
    font-family: Noto Serif, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    line-height: 1.4;
    -webkit-box-ordinal-group: 2;
    order: 1;
    padding: 3px 8px;
    display: inline-block;
}

.blog-leiras-aloldal {
    line-height: 1.5;
    font-size: 16px;
    font-family: Noto Serif, helvetica, arial, sans-serif;
    margin: 10px 0 10px;
}

.blog-leiras {
    -webkit-line-clamp: 3;
    font-family: Noto Serif !important;
}

.form-control-plaintext:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* BLOG vége */


.btn {
    border-radius: 0 !important;
}

/*.btn:not(.btn-facebook) {
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    transition: background 0.3s, border-top-left-radius 0.3s, border-top-right-radius 0.3s, border-bottom-left-radius 0.3s, border-bottom-right-radius 0.3s;
}

.btn:hover:not(.btn-facebook:hover) {
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    transition: background 0.3s, border-top-left-radius 0.3s, border-top-right-radius 0.3s, border-bottom-left-radius 0.3s, border-bottom-right-radius 0.3s;
}*/

/* Hullám animáció kezdete */

.waves {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: rgba(63, 147, 183, 0.7) none repeat scroll 0 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/* Hullám animáció vége */

/*.kep-kerekites {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}*/


@media (min-width: 300px) and (max-width: 767px) {
    .sapi_profil {
        width: 120px !important;
        height: auto !important;
    }

    .keret-design {
        width: 100% !important;
        height: 100% !important;
        top: 10px !important;
        left: -10px !important;
    }
}

@media (min-width: 768px) {
    .sapi_profil {
        width: 100% !important;
        height: auto !important;
    }
}

.keret-design {
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--primary);
    /*border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;*/
    top: 20px;
    left: -20px;
    opacity: 0.3
}

.potty-design-pozicio {
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: -1;
    opacity: 0.45
}

/* Custom Form Switch kezdete */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 1rem;
    padding-top: 5px;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

/* Custom Form Switch vége */

/* BS 5 Form Floating kezdete */
.form-floating > .form-control {
    padding: 1rem 0.75rem;
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-floating {
    position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control {
    padding: 1rem 0.75rem !important;
}

.form-floating > .form-control::-moz-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.form-floating > .form-control::placeholder {
    color: transparent !important;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem !important;
    padding-bottom: 0.625rem !important;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem !important;
    padding-bottom: 0.625rem !important;
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem !important;
    padding-bottom: 0.625rem !important;
}

.form-floating > .form-select {
    padding-top: 1.625rem !important;
    padding-bottom: 0.625rem !important;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65 !important;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65 !important;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65 !important;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
}

/* BS 5 Form Floating vége */

.form-control {
    border-color: var(--primary);
}

.kapcsolat .kapcsolat-fejlec {
    padding: 20px 0 120px;
    background-color: var(--sotet-kek);
    background-image: url('/assets/img/side-dots-left.png');
    background-repeat: no-repeat;
    background-position: left
}

.celunk .doboz {
    margin: 20px 5px;
    padding: 15px;
    text-align: center;
    background: rgba(63, 147, 183, 0.3);
    color: var(--sotet-kek);
    font-weight: bold;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;*/
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    transform: scale(1.0);
    /*transition: transform 0.3s, border-top-left-radius 0.3s, border-top-right-radius 0.3s, border-bottom-left-radius 0.3s, border-bottom-right-radius 0.3s;*/
}

/*.celunk .doboz:hover {
    transform: scale(1.1);
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
    transition: transform 0.3s, border-top-left-radius 0.3s, border-top-right-radius 0.3s, border-bottom-left-radius 0.3s, border-bottom-right-radius 0.3s;
}*/

.celunk .doboz img {
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.iskolahalozat-szekcio h1::after {
    content: '';
    display: inline-block;
    width: calc(100% - 290px);
    height: 1px;
    margin-left: 15px;
    border-bottom: 3px dashed var(--sotet-kek);
    vertical-align: middle;
}

@media (min-width: 768px) {
    .-mt-md-5 {
        margin-top: -3rem !important;
    }
}

.potty-design-jobb-felso, .potty-design-bal-also {
    position: absolute;
    width: 194px;
    height: 194px;
    background: url('/assets/img/team-right-shape.png') center / cover;
}

.potty-design-jobb-felso {
    top: 60px;
    right: 20px;
}

.potty-design-bal-also {
    bottom: 60px;
    left: 20px;
}

.iskolahalozat-kep {
    width: 350px;
    height: auto;
    position: relative;
    animation: MoveUpDown 6s linear infinite;
}

@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }
    50% {
        bottom: 30px;
    }
}

.econvnetio-teszt-fejlec {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/assets/img/econventio-teszt-fejleckep.png') center / cover;
    height: 400px;
}

.econventio-teszt-bemutatkozo-cim {
    font-weight: 400;
    margin-top: 0;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .econventio-teszt-bemutatkozo-cim {
        font-size: 60px !important;
    }
}

.econv-teszt-bemutatkozo-cim {
    text-transform: lowercase;
    font-weight: 300;
}

@media (min-width: 992px) {
    .econv-teszt-bemutatkozo-cim {
        font-size: 60px !important;
    }
}

.econventio-teszt-wrapper {
    background: url('/assets/img/tests-bg.jpg') no-repeat left 88px top 45px;
    padding: 35px 0 15px 150px;
}

.econventio-teszt-wrapper-cim {
    color: #3f93b7;
    font-size: 40px;
    letter-spacing: 1.3px;
    font-weight: 300;
    margin-bottom: 0;
}

.econventio-kutatasi-eredmeny-wrapper-cim {
    color: #ffb200;
    font-size: 40px;
    letter-spacing: 1.3px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
}

.econventio-kutatasi-eredmeny-wrapper {
    list-style-type: none;
    text-align: left;
}

.econventio-kutatasi-eredmeny-wrapper li {
    padding: 10px 0 10px 20px;
    border-left: 3px solid #ffb200;
    margin: 25px 0;
}

.econventio-kutatasi-eredmeny-wrapper li .cim {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    font-weight: 700;
    margin-top: 0;
}

.econventio-kutatasi-eredmeny-wrapper li .datum {
    color: #b5b5b5;
    font-family: Noto Serif, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.econventio-teszt-wrapper .egyeb-teszt {
    color: #b5b5b5;
    font-family: Noto Serif, helvetica, arial, sans-serif;
    line-height: 1.3;
    margin-left: 125px;
}

@media (min-width: 992px) {
    .econventio-teszt .econventio-teszt-bemutatkozo-cim {
        font-size: 60px;
    }
}

.teszt-doboz {
    background: #fff;
    border: 3px solid #ddd;
    color: #b5b5b5;
    padding: 20px;
    margin: 50px 0;
}

.teszt-doboz p {
    font-size: 14px !important;
    font-family: Noto Serif !important;
}

/*Erno css */
.btn-outline:hover {
    background: #111;
    color: #fff;
}

.btn-outline {
    padding: 13px 30px 10px;
}

.btn-outline {
    background: transparent;
    border: 3px solid #111;
    color: #111;
}

.kapcsolat-kozpont {
    color: #3f93b7;
}

.kapcsolat-email {
    color: #ffb200;
}

.kek-szin {
    color: #3f93b7;
}

.noto-font {
    font-family: Noto Serif !important;
}

.comfortaa-font {
    font-family: 'Comfortaa';

}

.utvonaltervezes-gomb {
    font-size: 12px;
}

.yco-feedback__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    font-family: 'Comfortaa';
}

.yco-feedback__date {
    color: #828282;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 5px;
    font-family: 'Comfortaa';
}

.yco-feedback__content {
    margin: 10px 0;
}

.yco-feedback__content A {
    color: black;
    text-decoration: underline;
}


.yco-feedback:not(:first-of-type) {
    border-top: 2px solid hsla(0, 0%, 59%, .1);
    margin-top: 20px;
    padding-top: 20px;
}

.navbar-brand {
    margin-left: 0px;
}


@media (min-width: 1920px) {
    .navbar-brand {
        margin-left: 200px;
    }

}

.border-left-narancs {
    border-left: 3px solid #ffb200;
}

.btn-yellow:hover {
    background: transparent;
    border-color: var(--narancs-szin);
    color: var(--narancs-szin);
}

.btn-yellow {
    padding: 13px 20px 10px;
    border: 3px solid transparent;
    background: var(--narancs-szin);
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
}

/*Erno css vege!!! */

.sapi-kiskep {
    background: url('/assets/img/Sapi_Akos.jpg');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%
}