body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: black;
}
p, .valasztek, .valasztekok, .valasztekocka {
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    border-radius: 10px;
    position: relative;
    right: auto;
    left: auto;
    color: black;
    font-size: 200%;
}
.jani {
    color: greenyellow;
    font-size: 100px;
}
.web {
    z-index: 3000;
    position: sticky;
    font-size: 90px;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}
img, video {
    border-radius: 10px;
    vertical-align: top;
    height: 200px;
}
.valasztek {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.valasztek img {
    margin-right: 10px;
    flex-shrink: 0;
    max-width: 100%;
}
.valasztek span {
    flex: 1 1 0;
    word-break: break-word;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 10px;
    margin-bottom: 30px;
}
.valasztekok {
    width: 355px;
}
.valasztekocka {
    width: 200px;
}
.valasztekok img {
    max-width: 100%;
}
.hi, .hik {
    transition: 0.3s ease;
}
.hik {
    margin: 8px 8px;
    display: inline-block;
}
.hik:hover {
    border-radius: 10px;
}
.hi:hover {
    border-radius: 10px;
    margin: 10px;
}
.p:hover {
    outline: 10px solid #ff9769;
}
.e:hover {
    outline:10px solid grey;
}
.ar:hover {
    outline: 10px solid red;
}
.arany div span {
    color: white;
}
.arany div {
    background-color: black;
    border: gold 2px solid;
    width: calc(100% - 4px);
}
.arany:hover {
    outline: 10px solid gold;
}
.qr img:hover {
    outline: 10px outset blue;
}
.p1:hover {
    outline: 10px solid blue;
}
.w:hover {
    outline:10px solid #00a3f4;
}
.protectedLink {
    border-color: aqua;
}
.cim {
    transition: color 0.3s ease;
    position: fixed;
    top: -200px;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
    text-align: center;
}
.cp {
    background-color: #ff9769;
}
.ce {
    background-color: grey;
}
.we {
    background-color: #00a3f4;
}
.fo {
    background-color: navy;
}
.cim:hover, .cim:hover .web {
    color: black;
}
a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
.qr {
    text-align: center;
    background-color: transparent;
}
.qr img {
    width: 600px;
    height: 300px;
    border-radius: 10px;
    transition: outline 0.3s ease;
}
.websz {
    font-size: 25px;
}
.cimf {
    background-color: yellow;
    text-align: center;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 140px;
    left: 0px;
    border-radius: 10px;
}
.pass {
    border-radius: 10px;
    background-color: white;
    width: 325px;
    padding: 10px 0 1px 20px;
    margin: 0 auto;
}
#meret {
    width: 200px;
    height: 125.438;
    padding: 37.281px 0;
}
/* Regen reklam */
.gombv {
    pointer-events: none;
}

@media (max-width: 600px) {
    .valasztek, .valasztekok, .valasztekocka {
        flex-direction: column;
    }
    .cim {
        top:-35px;
    }
    .valasztek img, .valasztek video, .valasztekok img, .valasztekok video, .valasztekok, .valasztekocka, .valasztekocka img, .valasztekocka video {
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .jani {
        font-size: 130%;
    }
    .web {
        font-size: 100%;
    }
    .qr,.tun {
        display: none
    }
    .websz {
        font-size: 80%;
    }
    .cimf {
        font-size: 20px;
        top: 90px;
    }
    #meret {
        width: 100%;
        height: auto;
    }
}
@media (max-height: 600px) {
    .cim {
        top:-35px;
    }
    .jani {
        font-size: 130%;
    }
    .web {
        font-size: 100%;
    }
    .qr,.tun {
        display: none
    }
    .websz {
        font-size: 80%;
    }
    .cimf {
        font-size: 20px;
        top: 90px;
    }
}