@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

html {
    font-family: Roboto, sans-serif;
}

html, body {
    margin: 0px;
    padding: 0px;
}

main, footer {
	overflow: hidden;
}

header, footer {
    color: #ffffff;
    background-color: #0b8cce;
}

footer p {
    margin: 10px;
}

footer p a {
    text-decoration: none;
    color: white;
}

header nav {
    position: relative;
    width: 100%;
}

header nav.fomenu {
    display: block;
}

header nav ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*
main ul {
    list-style-type: none;
    position: absolute;
    z-index: 10;
    left: -10px;
}

main ul.videok-hangok {
    list-style-type: none;
    position: absolute;
    z-index: 10;
    top: 24%;
}
*/
main ul {
    list-style-type: none;
    width: 100%;
    margin-left: -6%;
}

main ul li {
    float: left;
}

main h2 {
    text-align: center;
    color: #ed8033;
    font-weight: bolder;
    
}

main p.bemutatkozo {
    color: #ed8033;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

main p.bemutatkozo a {
    color: #0b8cce;
    text-decoration: none;
}

main h2.tovabbi-h {
    color: #ed8033;
}

main p.tovabbi-infok {
    color: #ed8033;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

main ul li a {
    cursor: pointer;
    display: block;
    margin: 2px;
    padding: 8px;
    text-decoration: none;
    border: 1px solid #ed8033;
    background-color: #ed8033;
    color: white;
    border-radius: 5rem;
    transition: 0.4s;
}

main ul li a#active {
    background-color: #0b8cce;
    border: 1px solid #0b8cce;
}

header nav li {
    float: right;
}

header nav li a {
    cursor: pointer;
    display: block;
    padding: 8px;
    text-decoration: none;
    border: 1px solid #0b8cce;
    background-color: white;
    color: #0b8cce;
    border-radius: 5rem;
    transition: 0.4s;
}

header nav li a:hover {
    border: 1px solid #ed8033;
    background-color: #ed8033;
    color: white;
}

header nav li a:active {
    background-color: black;
}


header img.menu-icon {
    display: none;
}

.uzenetek {
    position: relative;
    display: inline-block;
}

.uzenetek li {
    float: none;
}

.uzenetek-tartalom {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.tapasztalatok {
    position: relative;
    display: inline-block;
}

.tapasztalatok li {
    float: none;
}

.tapasztalatok-tartalom {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
}


@media screen and (min-width:1100px){
    .uzenetek:hover .uzenetek-tartalom {
        z-index: 100;
        display: block;
        animation: showButtons 1s ease forwards;
    }
    .tapasztalatok:hover .tapasztalatok-tartalom {
        z-index: 100;
        display: block;
        animation: showButtons 1s ease forwards;
    }
    .emberek:hover .emberek-tartalom {
        z-index: 100;
        display: block;
        animation: showButtons 1s ease forwards;
    }
    main ul li a:hover {
        background-color: #0b8cce;
        border-color: #0b8cce;
    }
    main {
        position: relative;
    }
    div.menusor {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width:600px) {
    main {
        position: relative;
    }
    div.menusor {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}


.emberek {
    position: relative;
    display: inline-block;
}

.emberek li {
    float: none;
}

.emberek-tartalom {
    display: none;
    position: absolute;
    width: 140%;
    z-index: 100;
}



header nav {
    animation: showButtons 1s ease forwards;
}

header nav.hiding2 {
    animation: hideButtons 1s ease forwards;
}

main {
    transition: transform .4s;
}

main.showing {
    animation: showMain 1s ease forwards;
}

p.videochat-szoveg {
    color:#ed8033;
    font-size: 1.5rem;
    text-align: center;
    margin: 10px;
}

header {grid-area: fejlec;}
main {grid-area: fo;}
footer {grid-area: lablec;}

table, th, td {
    text-align: center;
    color: black;
}
table {
    border-collapse: collapse;
}

.paros-sor {
    border-top: 2px;
    border-top-color: #ed8033;
    border-top-style: solid;
}

.paratlan-sor {
    border-top: 2px;
    border-top-color: #0b8cce;
    border-top-style: solid;
}

td img {
    width: 100px;
}

td {
    padding: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    cursor: pointer;
}

td:first-child {
    padding-left: 20px;
}

td:last-child {
    padding-right: 20px;
}

/*large desktop*/
body {
	display: grid;
	grid-template-areas:
    'fejlec'
    'fo'
    'lablec' 
}

div.row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-left: -10px;
	margin-right: -10px;
}

div.column {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

figure img.logo {
    float: left;
    width: 14%;
    padding: 10px;
    cursor: pointer;
    transition: transform .4s;
}

figure img.logo:hover {
    transform: scale(1.1);
}

figure.kepek {
    transition: transform .4s;
}

figure.kepek:hover {
    transform: scale(1.1);
}

figure img {
    width: 100%;
    margin: 0px;
    cursor: pointer;
}

figcaption {
    cursor: pointer;
    color: #ed8033;
    text-align: center;
}

figcaption span {
    font-weight: bolder;
}

header p {
    display: block;
    margin-left: 8rem;
    margin-right: 6rem;
}

video {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div.video-hatter {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.9;
}

audio.hang {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

img.x-kep {
    cursor: point;
    width: 3%;
    position: fixed;
    top: 2%;
    right: 1%;
    transform: rotate(3deg);
}

button.gombok {
    display: block;
    color: white;
    font-size: 1rem;
    background-color: #ed8033;
    border-radius: 2rem;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    margin: 10px;
    text-align: center;
    transition: 0.4s;
    animation: showButtons 1s ease forwards;
}

button.hiding {
    display: block;
    color: white;
    font-size: 1rem;
    background-color: #ed8033;
    border-radius: 2rem;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    margin: 10px;
    text-align: center;
    animation: hideButtons 1s ease forwards;
}

img.next-video-btn {
    position: fixed;
    top: 40%;
    right: 0%;
    height: 15%;
    cursor: pointer;
}

img.prev-video-btn {
    position: fixed;
    top: 40%;
    left: 0%;
    height: 15%;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
}

img.next-audio-btn {
    position: fixed;
    top: 30%;
    right: 40%;
    height: 15%;
    cursor: pointer;
}

img.prev-audio-btn {
    position: fixed;
    top: 30%;
    left: 40%;
    height: 15%;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
}

#video_play_id {
    position: absolute;
    top: 12%;
}

#audio_play_id {
    position: absolute;
    top: 32%;
}

#audio_play_id_2 {
    position: absolute;
    top: 25%;
}

#cancel_btn_id {
    position: absolute;
    top: 52%;
}

#cancel_btn_id_2 {
    position: absolute;
    top: 45%;
}

button.gombok:hover {
    background-color: #0b8cce;
}

@keyframes showButtons {
    from {opacity: 0.0}
    to {opacity: 1.0}
}

@keyframes showMain {
    from {opacity: 0.5}
    to {opacity: 1.0}
}

@keyframes hideButtons {
    from {opacity: 1.0}
    to {opacity: 0.0}
}

/* desktop */
@media screen and (max-width:1400px) {
	div.row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        margin-left: -10px;
        margin-right: -10px;
    }
}

/* tablet */
@media screen and (max-width:1100px) {
	div.row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-left: -10px;
        margin-right: -10px;
    }
    figure img.logo {
        position: absolute;
        left: 10px;
        top: 10px;
        padding: 5px;
        width: 20%;
    }
    img.x-kep {
        width: 6%;
    }
    header nav li {
        float: none;
    }
    header nav li a {
        background-color: #ed8033;
        border-color: white;
        color: white;
    }
    header nav li a:hover {
        background-color: #0b8cce;
        border-color: #0b8cce;
    }
    .emberek-tartalom {
        position: relative;
        width: 80%;
        left: 20%;
        z-index: 1;
    }
    .uzenetek-tartalom {
        position: relative;
        width: 80%;
        left: 20%;
        z-index: 1;
    }
    .tapasztalatok-tartalom {
        position: relative;
        width: 80%;
        left: 20%;
        z-index: 1;
    }
    header {
        position: relative;
        display: inline-block;
        height: 10rem;
    }
    header p {
        font-size: 1.2rem;
        margin-left: 15rem;
        margin-right: 10rem;
    }
    header nav.fomenu {
        display: none;
        position: absolute;
        width: 60%;
        left: 40%;
        z-index: 1;
    }
    header img.menu-icon {
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
        display: block;
        float: right;
        width: 6%;
    }
    video {
        position: fixed;
    }
    img.next-video-btn {
        top: 45%;
        right: 0%;
        height: 10%;
    }
    img.prev-video-btn {
        top: 45%;
        left: 0%;
        height: 10%;
    }
    img.next-audio-btn {
        top: 20%;
        right: 20%;
        height: 10%;
    }
    img.prev-audio-btn {
        top: 20%;
        left: 20%;
        height: 10%;
    }
    audio {
        width: 80%;
    }
}

/* large phone */
@media screen and (max-width:576px) {
	div.row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    figure img.logo {
        position: absolute;
        left: 10px;
        top: 10px;
        padding: 5px;
        width: 28%;
    }
    header {
        position: relative;
        display: inline-block;
        height: 7rem;
    }
    header p {
        font-size: 1.2rem;
        margin-left: 8.5rem;
        margin-right: 6rem;
    }
    header nav li {
        float: none;
    }
    header nav li a {
        background-color: #ed8033;
        border-color: white;
        color: white;
    }
    header nav li a:hover {
        background-color: #0b8cce;
        border-color: #0b8cce;
    }
    .emberek-tartalom {
        position: relative;
        width: 80%;
        left: 20%;
    }
    .uzenetek-tartalom {
        position: relative;
        width: 80%;
        left: 20%;
    }
    .tapasztalatok-tartalom {
        position: relative;
        width: 80%;
        left: 20%;
    }
    /*
    header {
        position: relative;
        display: inline-block;
        height: auto;
    }
    */
    header p {
        font-size: initial;
    }
    header nav.fomenu {
        display: none;
        position: absolute;
        width: 80%;
        left: 20%;
    }
    header img.menu-icon {
        position: absolute;
        top: 25px;
        right: 18px;
        cursor: pointer;
        display: block;
        float: right;
        width: 10%;
    }
    video {
        position: fixed;
    }
    img.x-kep {
        width: 10%;
    }
    img.next-video-btn {
        top: 45%;
        right: 0%;
        height: 10%;
    }
    img.prev-video-btn {
        top: 45%;
        left: 0%;
        height: 10%;
    }
}

/* phone */
@media screen and (max-width:300px) {
	div.row {
        display: grid;
        grid-template-columns: 1fr;
        margin-left: -10px;
        margin-right: -10px;
    }
}

/* Cookie elfogadás */
div.cookie-div {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    z-index: 100;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ed8033;
}

div.cookie-div a {
    color: white;
}

.cookie-div p {
    width: 70%;
}

.cookie-div button {
    float: right;
    margin-top: -20px;
    margin-right: 15px;
    margin-left: -5px;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    background-color: white;
    color: #0b8cce; 
}

#elfogad-gomb {
    color: white !important;
    background-color: rgb(130, 236, 81) !important;
}

.cookie-beallitasok-div {
    padding: 10px;
    position: fixed;
    width: 50%;
    height: 62%;
    top: 10%;
    left: 25%;
    border: 4px solid black;
    background-color: #ffffff;
    z-index: 102;
    overflow-y: scroll;
}


.cookie-beallitasok-div span:not(#slider-text) {
    float: right;
}


.switch-kontener {
    float: right;
}

.rejtett {
    display: none;
}

#cookie-beallitasok-mentes {
    float: right;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: green;
    border-color: green;
    color: white;
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    margin-left: 0.5em;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #0b8cce;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0b8cce;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.cookie-kontener {
    border: 2px solid black;
    padding: 10px;
}

.cookie-beallitasok-div table {
    border-collapse: collapse;
}

.cookie-beallitasok-div table th {
    background-color: #0b8cce;
    color: white;
}

.cookie-beallitasok-div table td {
    border: 2px solid black;
}

.cookie-beallitasok-div table th {
    border: 2px solid black;
}

.cookie-kontener button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

#szuksegesek {
    border-bottom: none !important;
}

.cookie-beallitasok-div td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}

@media screen and (max-width:700px) {
    div.cookie-div {
        height: 40%;
    }

    .cookie-div p {
        width: 90%;
    }

    .cookie-beallitasok-div {
        width: 80%;
        left: 7%;
    }

    .cookie-beallitasok-div table {
        font-size: 10pt;
    }

    .cookie-beallitasok-div table td {
        padding: 1px;
    }

    .cookie-div button {
        float: none;
        margin-top: 10px;
    }

    .tamogatoink {
        margin: 2rem !important;
    }
    
    .tamogatoink-logok img {
        transition: .5s transform ease !important;
        width: 50% !important;
    }
}

div.halvanyitas {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.6;
    z-index: 101;
}

/* Támogatóink */
.tamogatoink-h {
    text-align: center;
}

.tamogatoink {
    margin: 4rem;
    text-align: justify;
}

.tamogatoink-logok img {
    transition: .5s transform ease;
    width: 30%;
}

.tamogatoink-logok img:hover {
    transform: scale(1.1);
}

/* Privacy policy */
.privacy {
    margin: 2rem;
}