*,
*::before,
*::after {
    box-sizing: border-box;
}


/*proba*/


/* COOKIE-BAR */

#cookie-bar {
    background-color: rgba(0, 0, 0, 0.85);
    height: auto;
    color: white;
    padding: 10px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#cookie-bar p {
    text-align: left;
    padding: 0px 30px;
}

#cookie-bar img {
    width: 300px;
    margin-bottom: 40px;
}

#cookie-bar .cookie {
    line-height: 70px;
    padding-bottom: 30px;
    font-size: 58px;
    color: white;
}

#cookie-bar .cookie-link {
    text-decoration: underline;
    display: inline-block;
}


/* <<-- Háttér -->> */

.site-bg {
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 100vh;
    width: 100vw;
    z-index: -999999;
    position: fixed;
}

.site-bg img,
.site-bg video,
.site-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#site-bg-portrait {
    display: none;
}


/*  LOADER  */

.loader_hatter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background-color: rgba(0, 0, 0, 0.2);
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes reverseSpin {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes reverseSpin {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


/* <<-- Általános tulajdonságok -->> */

.hide-on-mobile {
    display: inline-block;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2c2a2a;
    background-color: white;
}

.keret {
    padding: 90px 100px;
}

p {
    font-weight: 400;
    text-align: justify;
    font-size: 1.1em;
    color: black;
}

.relative {
    position: relative;
}

.main-bg {
    background-image: url(files/sys/img/kobela-main-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 240px 100px;
    color: white;
    text-align: center;
    position: relative;
}

.motor-bg {
    background-image: url(files/sys/img/motor-bg.webp);
}

.teher-bg {
    background-image: url(files/sys/img/teherauto-bg.webp);
}

.busz-bg {
    background-image: url(files/sys/img/busz-bg.webp);
}

.blog1-bg {
    background-image: url(files/sys/img/blog1-bg.webp);
}

a {
    color: inherit
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.bg-uttest {
    height: 230px;
    background-image: url(files/sys/img/uttest.webp);
    background-repeat: repeat-x;
    background-size: contain;
    color: white;
}

.allami-tam.bg-uttest {
    background: linear-gradient(0deg, rgba(0 0 0 / .5), rgba(0 0 0 / .5)), url(files/sys/img/uttest.webp);
    background-repeat: repeat-x;
    background-size: contain;
    color: white;
    height: auto;
}

.button {
    background-color: #56c4c2;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #56c4c2;
    border-radius: 10px;
    font-size: 1.2em;
    display: inline-block;
    min-width: 250px;
    text-align: center;
    transition: .5s;
}

.button:hover {
    color: #56c4c2;
    background-color: white;
    border: 2px solid #56c4c2;
}

.button2 {
    color: #56c4c2;
    background-color: white;
    border: 2px solid white;
}

.button2:hover {
    color: white;
    background-color: #56c4c2;
    border: 2px solid white;
}

.buttons-box {
    width: 270px;
    display: block;
    font-size: 1em;
    text-align: center;
    font-weight: 500;
    height: 68px;
    margin: 20px;
}

.button3 {
    height: 100%;
    border-radius: 0;
    display: block;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}

h2,
.h2,
h4 {
    font-weight: 700;
}

.alcim {
    height: 190px;
    width: 380px;
    position: relative;
    top: -95px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alcim-felirat {
    position: absolute;
    font-size: 1.8em;
    text-transform: uppercase;
    color: white;
}

.padding-top {
    padding-top: 200px;
}

.bemutatkozo-szoveg {
    margin: 0 140px;
}


/* ACCORDION */

.accordion {
    background-color: #56C4C2;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #171717;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: #fff;
    overflow: hidden;
}

.table .thead-dark th {
    color: #fff;
    background-color: #171717;
    border-color: #363636;
}

.table {
    color: #5f5f5f;
}

.table strong {
    color: black;
}

.table td,
.table th {
    padding: .5rem .75rem;
}

.section-title {
    font-size: 3em;
    text-align: center;
    text-transform: uppercase;
    color: #2c2a2a;
}

.bg-blue {
    background-color: #56c4c2;
}

.c-blue {
    color: #56c4c2;
}

.c-white {
    color: white;
}

h2,
h3 {
    text-transform: uppercase;
}

.bg-grey {
    background-color: #3c4446;
}

.hashtag {
    position: absolute;
    text-transform: uppercase;
    font-size: 2.5em;
}

.hashtag1 {
    top: -44px;
    right: 0;
    transform: rotate(-10deg);
}

.hashtag2 {
    top: 50px;
    right: 0;
    transform: rotate(-10deg);
}

.social-media-icons {
    position: absolute;
    right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-media-icon {
    width: 80px;
}

.kategoriak-box {
    justify-content: space-between;
}

.kategoria-kep {
    height: 150px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.kategoria-title {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.3em;
    transition: .5s;
}

.kategoria:hover .kategoria-title {
    transform: scale(1.1)
}

.lexus {
    width: 550px;
    margin: 0px auto;
    display: block;
}

.tabla {
    position: absolute;
    width: 160px;
    right: 80px;
    top: 50px;
}

.tanfolyamok-image {
    max-width: 100%;
    width: 300px;
    height: 300px;
    margin: 0px auto;
}

.tanfolyamslides .teglalap {
    width: 100px;
}

.sorszam {
    position: relative;
    top: -0px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teglalap,
.szam {
    position: absolute;
}

.tanfolyamslides {
    padding-left: 20px;
}

.slide-kategoria {
    margin-top: 70px;
    margin-bottom: 40px;
    color: #2c2c2b;
}

.terkep {
    width: 100%;
    height: 500px;
    border: none;
}

.oktatoink .carousel-item {
    padding-left: 100px;
    padding-right: 100px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    color: #104690;
}

.oktato-nevek {
    border: 4px solid black;
    border-radius: 5px;
    display: inline-block;
    margin: 30px auto;
}

.rendszamtabla-img {
    width: 40px;
}

.oktato-nev {
    margin: auto 20px;
}

.oktato-jellemzok {
    text-transform: uppercase;
    text-align: left;
}

.oktato-kep {
    width: 400px;
    display: block;
}

.utmutato {
    position: relative;
}

.steps-img {
    position: absolute;
    width: 100%;
    height: auto;
}

.utmutato p {
    max-width: 400px;
    z-index: 100;
    font-weight: 700;
    font-size: .7em;
    margin-top: 15%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 6%;
    min-width: 180px;
}

.utmutato-masodik-sor {
    margin-right: 15%;
}

.steps-number {
    width: 70px;
    margin-right: 30px;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 transparent;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #363636;
    border-color: white;
}

.gyik-box {
    background-color: white;
    max-width: 400px;
    margin: 20px auto;
    font-weight: 700;
    color: #657076;
    height: 80%;
}

.gyik-osszesito .gyik-box {
    background-color: #e4e4e4;
}

.gyik-box p {
    font-weight: 700;
    color: #657076;
    height: 80%;
}

.gyik-box button {
    width: 100%;
    padding: 10px;
    background-color: #363636;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    border-radius: 0;
    border: 2px solid #363636;
    text-align: left;
}

.gyik-box button:hover {
    border: 2px solid white;
    background-color: #363636;
}

.gyik .button {
    border-radius: 0;
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.gyik .button:hover {
    background-color: #363636;
}

.gyik-modal-title {
    display: block;
    width: 100%;
    font-size: 2.5em;
    text-align: center;
}

.modal {
    color: #657076;
}

.modal-title {
    max-width: 1400px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #56c4c2;
    display: inline-block;
    margin: 20px auto;
}

.modal-dialog {
    height: 100%;
    margin-top: 0;
    background-color: white;
    margin-bottom: 0px;
}

.modal-content {
    border-radius: 0;
    border-bottom: 0;
}

.modal-header {
    display: block;
    border-bottom: 0;
}

.modal .close {
    position: absolute;
    top: 20px;
    right: 20px
}

.modal-close {
    width: 40px;
}

.modal p {
    color: #657076;
    font-weight: 700;
}

.modal-body,
.modal header {
    max-width: 1400px;
    margin: 10px auto;
}

.modal li {
    list-style: none
}

.modal li::before {
    content: '-';
    display: inline-block;
    position: relative;
    left: -10px;
}

.blog-main-picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.blog-main-picture img {
    width: 100%;
    max-width: 200%;
    min-height: 100%;
}

.blog-felugro .modal-header h4 {
    position: relative;
    color: white;
    margin-top: 50px;
}

.blog-felugro .modal-header {
    height: 300px;
    overflow: hidden;
}

.blog-felugro h4 {
    background-color: #56c4c2ab;
    padding: 10px;
}

.blog-felugro .close {
    background-color: white;
}

.modal-header h4,
.modal-header button {
    z-index: 10;
}


.kategoria-valaszto {
    background-color: #363636;
    color: white;
    padding: 10% 5px;
    font-size: 2em;
    transition: .3s;
    cursor: pointer;
}

.kategoria-valaszto .img-height, .categories .text {
    height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.kategoria-valaszto img {
    max-height: 100%;
}

.kategoria-valaszto.bg-blue {
    background-color: #56c4c2;
}

.kategoria-valaszto:hover,
.kategoria-valaszto.aktiv {
    background-color: #56c4c2;
}


.kategoria-leirasok {
    border: 2px solid #56c4c2;
    padding: 20px;
}

.kategoria-leirasok p {
    font-weight: 700;
}

.kategoria-leirasok .button {
    font-weight: 500;
}

.kategoria-leirasok .kategoria.aktiv {
    display: block;
}

.kategoria-leirasok .kategoria {
    display: none;
}

.tanfolyam-elerhetosegek {
    max-width: 500px;
}

.felsorolas-kiemelt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin-right: 20px;
    height: 100px;
}

.felsorolas-kiemelt img {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 0;
}

.felsorolas-kiemelt div {
    position: absolute;
    z-index: 2;
    color: white;
}

.kategoria-reszletek {
    border: 2px solid black;
    margin-top: 40px;
    margin-bottom: 40px;
}

.kategoria-reszletek .kategoria-title {
    background-color: black;
    color: white;
    padding: 10px;
    text-align: left;
}

.kategoria-reszletek .kategoria-leiras {
    font-size: .8em;
    padding: 10px;
}

.felsorolas-kiemelt+p {
    max-width: 80%;
}

.titles-hide h4 {
    display: none;
}


/*Kisokos*/

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}


/* The actual timeline (the vertical ruler) */

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #363636;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}


/* Container around content */

.container {
    padding: 10px 40px;
    position: relative;
}

.left {
    left: 0;
}

.content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

.timeline-date {
    text-transform: uppercase;
    padding: 20px;
    background-color: #56c4c1;
    display: block;
    position: absolute;
    font-size: .9em;
    left: calc(50% - 135px);
    color: white;
    width: 270px;
    text-align: center;
    z-index: 1000;
    font-weight: 700;
}

.bejegyzes {
    margin: 30px;
    margin-bottom: 60px;
}

.bejegyzes h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: .9em;
    margin: 15px 0;
    font-weight: 700;
}

form {
    max-width: 600px;
    margin: 20px auto;
}

input,
textarea,
.file-input label,
select {
    width: 100%;
    margin: 20px 0;
    background-color: white;
    border: 2px solid black;
    color: #999999;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    display: block;
}

input[type="checkbox"] {
    width: auto;
    transform: scale(2);
}

.submit {
    border: none;
}

.link {
    color: black;
}

.link:hover {
    color: #56c4c2;
}

.jelentkezes-urlap {
    width: 100%;
    max-width: 100%;
}

.file {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}

.file-input label {
    display: block;
    position: relative;
    padding-right: 40px;
}

.file-input label::after {
    content: url('files/sys/img/upload.webp');
    display: block;
    position: absolute;
    z-index: 20;
    top: 7px;
    right: 5px;
    height: 50px;
}

.file-name {
    position: absolute;
    bottom: 35px;
    left: 10px;
    font-size: 0.85rem;
    color: #555;
    z-index: 10000;
}

.select-box::before {
    content: url('files/sys/img/arrow-down.webp');
    position: absolute;
    right: 22px;
    top: 35px;
    display: block;
    z-index: 10000;
    width: 25px;
    height: 25px;
    background-color: white;
}


/* Fiókom*/

#haladasiMutato,
#penzugyek,
#kreszInditasa,
#chat,
#tanitvanyaim,
#vezetes,
#idopontokKezelese {
    display: none;
}

.teljesites-mutato span {
    display: inline-block;
    width: 23px;
    height: 7px;
    margin: 4px;
    background-color: #e4e4e4;
}

.teljesites-mutato span.teljesitett {
    background-color: #56c4c2;
}

.haladasi-mutato {
    font-weight: normal;
    text-transform: uppercase;
}

.teljesitendo-megnevezese {
    font-size: 1.3em;
    margin-top: 10px;
}

.haladasi-mutato .button {
    font-size: .9em;
    margin: 10px;
}

.elerheto-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nem-elerheto {
    color: red;
}

.elerheto {
    font-weight: bold;
    color: #56c4c2;
}

.sikeres {
    color: #56c4c2;
}

.fizetendo {
    max-width: 400px;
}

#tanitvanyaimAdatok .card-body span {
    font-weight: 500;
}

.card-header .card-link {
    display: block
}

.uj-adatok.show-form .uj-adatok-bevitele {
    display: block;
}

.uj-adatok-bevitele {
    display: none;
}

.uj-adatok input {
    width: 300px;
    max-width: 100%;
    margin: 0;
}

.vezetes-hozzaadasa-gomb {
    cursor: pointer;
}

.uj-adatok label {
    margin-right: 10px;
}

.mentes-gomb {
    font-size: .9em;
    padding: 10px;
    display: inline-block;
    margin: 10px 10px 20px 10px;
    border-radius: 0;
    cursor: pointer;
}


/*chat*/

#chat {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: white;
}

.oldalsav-chat {
    width: 250px;
    border-right: 1px solid #dee2e6;
    min-height: 95vh;
    overflow-y: scroll;
}

.beszelgetes-partnerek {
    font-weight: 700;
    color: #56c4c2;
    border: 1px solid;
    margin: 5px;
    padding: 10px;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
    transition: .5s;
    cursor: pointer;
    overflow-x: hidden;
}

.beszelgetes-partnerek:hover {
    transform: scale(1.03);
    box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2);
    background-color: rgba(86, 196, 194, 0.2);
}

.chat-kereso {
    width: auto;
    margin: 10px;
}

.chat-kereso input {
    width: 250px;
    margin: 0;
    border: 1px solid #c5f0ef;
    padding: 5px;
    font-size: .9em;
    text-transform: none;
    text-align: left;
}

.chat-ablak {
    height: 85vh;
    width: calc(100% - 250px);
}

.messages {
    background-color: rgb(187, 231, 231);
    width: 100%;
    height: 100%;
    position: relative;
}

.text-messages-form {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.chat-send-button {
    background-color: #56c4c2;
    font-size: .8em;
    color: white;
}

.text-messages-form input {
    text-transform: none;
    font-weight: 500;
    text-align: left;
    font-size: .9em;
    border: 2px solid #56c4c2;
}

.messages-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    padding-top: 40px;
    overflow: scroll;
}

.uzenet {
    background-color: white;
    padding: 15px;
    border-top: 5px solid #56c4c2;
    max-width: 45%;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    font-size: .8em;
    margin-top: -30px;
}

.partner-uzenete {
    margin-right: auto;
}

.sajat-uzenet {
    margin-left: auto
}

.uzenet span {
    position: absolute;
    bottom: -20px;
    left: 45%;
    font-size: .7em;
    color: #6d6d6d;
}

.form-control:focus {
    border-width: 1px;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.close-img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    opacity: .6;
    z-index: 100000;
    cursor: pointer;
}

.close-img:hover {
    opacity: 1;
}

.chat-vissza {
    display: none;
}

.palyazat-cim {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.modal .palyazat-kep {
    width: 600px;
}

.pointer {
    cursor: pointer;
}

.palyazat img {
    transition: .5s;
}


/*.palyazat img:hover{

  transform: scale(1.05)

}

*/

.jcc {
    justify-content: center;
}


/* <<==--   RESPONSIVE   --==>> */


/* Fekvő nézet */

@media (orientation: landscape) {}


/* Álló nézet */

@media (orientation: portrait) {
    #site-bg-landscape {
        display: none;
    }

    #site-bg-portrait {
        display: block;
    }
}


/* 1680 px (1670 - 1919px)*/

@media only screen and (max-width: 1900px) {}


/* 1440 px (1430 - 1669px)*/

@media only screen and (max-width: 1669px) {
    .kategoria-kep {
        height: 130px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}


/* 1366 px (1356 - 1429px)*/

@media only screen and (max-width: 1429px) {
    .kategoria-kep {
        height: 110px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .kategoria-title {
        font-size: 1.1em;
    }
}


/* 1280 px (1270 - 1355px)*/

@media only screen and (max-width: 1356px) {
    .hashtag {
        font-size: 2em;
    }

    .hashtag1 {
        left: 15%;
    }
}


/* 1024 px, Tablet fekvő (1014 - 1269px)*/

@media only screen and (max-width: 1269px) {
    .kategoria-kep {
        height: 90px;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .kategoria-title {
        font-size: .9em;
    }

    h4 {
        font-size: 1.4rem;
    }

    .tabla {
        width: 120px;
        right: 80px;
        top: 50px;
    }

    .jelentkezesi-feltetelek .table {
        font-size: .8em;
    }

    .tanfolyamok-image {
        width: 200px;
        height: 200px;
    }

    .sorszam {
        top: -0px;
    }

    .teglalap {
        max-width: 80px;
    }

    .slide-kategoria {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .rendszamtabla-img {
        width: 35px;
    }

    .oktato-nev {
        margin: auto 10px;
        font-size: .9em;
    }

    .utmutato p {
        margin-top: 14%;
        font-size: .6em;
    }

    .utmutato-masodik-sor {
        margin-right: 10%;
    }

    .bemutatkozo-szoveg {
        margin: 0 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-felugro .modal-header {
        height: 200px;
    }

    .blog-main-picture {
        height: 200px;
    }
}


/* 768 px, Tablet álló (768 - 1013px) */

@media only screen and (max-width: 1013px) {}

@media only screen and (max-width: 991px) {
    body {
        font-size: 14px;
    }

    .keret {
        padding: 50px;
    }

    .main-bg {
        padding: 150px 40px;
    }

    .alcim {
        height: 124px;
        width: 250px;
        top: -62px;
    }

    .alcim-felirat {
        font-size: 1.3em;
    }

    .bemutatkozo-szoveg {
        margin: 0 50px;
    }

    .kategoria-kep {
        height: 70px;
        margin-top: 70px;
        margin-bottom: 40px;
    }

    .kategoria-title {
        font-size: .8em;
    }

    .tabla {
        width: 100px;
        right: 20px;
        top: 60px;
    }

    .section-title {
        font-size: 2em;
    }

    .utmutato p {
        margin-top: 14%;
        font-size: .6em;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 5%;
    }

    .utmutato-masodik-sor {
        padding-bottom: 40px;
    }

    .felsorolas-kiemelt+p {
        max-width: 80%;
    }

    .button {
        min-width: 200px;
    }

    .kapcs h2 {
        font-size: 2em;
    }

    .hashtag {
        font-size: 1.5em;
    }

    .hashtag1 {
        left: 15%;
        top: 50px;
    }

    .oldalsav-chat {
        width: 200px;
    }

    .chat-ablak {
        width: calc(100% - 200px);
    }

    .blog-felugro .modal-header {
        height: 300px;
    }

    .blog-main-picture {
        height: 300px;
    }

    .blog-felugro .close {
        padding: 5px;
    }
}


/* 576 px, Telefon fekvő (576 - 767px) */

@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }

    h1 {
        font-size: 2em;
    }

    .kategoriak-box {
        justify-content: space-around;
    }

    .kategoria-kep {
        height: 60px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .kategoria-title {
        font-size: .8em;
    }

    .kategoria {
        margin: 0px 25px;
    }

    .fooldal-jelentkezes {
        padding-right: 140px;
    }

    .carousel-control-prev img,
    .carousel-control-next img {
        max-width: 20px;
    }

    .oktatoink .carousel-item {
        padding-left: 50px;
        padding-right: 50px;
    }

    .utmutato p {
        max-width: 100%;
        font-size: .9em;
        margin-top: 40px;
    }

    .utmutato-masodik-sor {
        margin-right: 0;
    }

    .bemutatkozo-szoveg {
        margin: 0 0px;
    }

    .buttons-box {
        width: 270px;
        display: block;
        font-size: 1em;
        text-align: center;
        font-weight: 500;
        height: 40px;
        margin: 10px;
    }

    .button {
        min-width: 0px;
    }

    .timeline::after {
        left: 10%;
    }

    .timeline-date {
        left: 0;
        width: 200px;
    }

    .bejegyzes {
        margin-top: 40px;
        margin-bottom: 00px;
    }

    .kapcs h2 {
        font-size: 1.5em;
    }

    .kapcs span {
        display: block;
    }

    .main-bg.fiok {
        padding: 50px 40px;
    }

    .haladasi-mutato .row {
        border-bottom: 2px solid #56c4c2;
        ;
    }

    .oldalsav-chat {
        width: 100%;
        border-right: none;
        position: relative;
    }

    .chat-ablak {
        display: none;
        width: 100vw;
        height: 90vh;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1000;
    }

    .beszelgetes-partnerek {
        max-width: 400px;
        margin-left: 20px;
    }

    .blog-felugro .modal-header {
        height: 200px;
    }

    .blog-main-picture {
        height: 200px;
    }

    .messages {
        height: 92%;
    }

    .chat-vissza {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        color: #56c4c2;
        opacity: .5;
        z-index: 1000;
        font-size: 3em;
        cursor: pointer;
    }

    .chat-vissza:hover {
        opacity: 1;
    }

    .close-img {
        z-index: 100;
    }

    .ujBeszelgetes {
        margin-right: 50px;
    }
}


/* 300 px, Telefon álló (300 - 575px) */

@media only screen and (max-width: 575px) {
    body {
        font-size: 12px;
    }

    .alcim {
        height: 100px;
        width: 200px;
        top: -50px;
    }

    .alcim-felirat {
        font-size: 1.2em;
    }

    .jelentkezesi-feltetelek .table {
        font-size: .7em;
    }

    .jelentkezesi-feltetelek .table td,
    .table th {
        padding: .5rem .25rem;
    }

    .kategoria-kep {
        height: 50px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    h4 {
        font-size: 1.2rem;
    }

    .kategoria-title {
        font-size: .9em;
    }

    .kategoria {
        margin: 0px 5px;
    }

    .keret {
        padding: 30px 15px;
    }

    .main-bg {
        padding: 100px 10px;
    }

    .tabla {
        width: 80px;
        right: 15px;
        top: 70px;
    }

    .fooldal-jelentkezes {
        padding-right: 100px;
    }

    .tanfolyamslides {
        max-width: 80%;
        padding-left: 20px;
        margin: auto;
    }

    .felsorolas-kiemelt+p {
        max-width: 70%;
    }

    .hashtag {
        font-size: 1.2em;
    }

    .teljesites-mutato span {
        width: 20px;
        height: 6px;
        margin: 3px;
    }

    .chat-ablak {
        width: 100vw;
        height: 90vh;
    }

    .chat-kereso input {
        width: 200px;
    }

    .close-img {
        width: 20px;
        height: 20px;
    }

    .uzenet {
        max-width: 75%;
        font-weight: 500;
        margin-bottom: 30px;
        position: relative;
        font-size: .8em;
        margin-top: 10px;
    }


    .categories .type {
        display: flex;
    }

    .allami-tam h2 {
        font-size: 1.5rem;
        ;
    }
}