@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,400i,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.test_form{
    margin-top:20px;
}

#dijazzuk{
    background: white;
    width: 70%;
    padding: 40px;
    border-radius: 30px;
    color: #d32451;
    font-size: 2rem;
    text-transform: uppercase;
    box-shadow: 0 0 5px 0px #c7c7c7;
    margin: auto;
    margin-bottom: 20px;
}


#suti{
    background: #e2e2e2;
    color: #353535 !important;
    padding: 5px;
    position: fixed;
    bottom: 0;
    right: -120px;
    margin-right: 0px !important;
    border-top-left-radius: 5px;
    font-size: 0.9rem;
    transition: 0.4s;
    text-decoration: none;
    cursor: pointer;
    z-index: 100;
}

#suti:hover{
    background: #353535;
    color: #e2e2e2 !important;
    right:-1px;
}

#suti_hover{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000b3;
    top: 0;
    z-index: 100000;
    display: none;
    flex-wrap: wrap;
        overflow: scroll;
}

#suti_container{
    max-width:450px;
    padding:25px;
    margin:auto;
    background:white;
    border-radius:5px;
    text-align:left;
    margin-top: 50px;
    margin-bottom: 50px;
}

#suti_container h1{
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom:30px;
}

#suti_container h2{
    display: inline;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    margin-top: 8px;
    position: absolute;
    margin-left: 10px;
    color: #383838;
}

#suti_container a{
    cursor:pointer;
    text-decoration:underline;
    color:black;
}

#suti_container p{
    color:#4c4c4c;
    letter-spacing: 1px;
}

#suti_container button{
    -webkit-appearance: none;
    padding: 13px 20px;
    color: white;
    border: 0;
    box-sizing: inherit;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.7rem;
    width: 250px;
    max-width: 65%;
}

#suti_container button:hover{
    opacity: 0.7;
}

#cookie_step2{
    display:none;
}

.disable_cookie{
    background:#c31a1a80;
    margin-top:10px;
}

.accept_all{
   background: #9bc31a;
   margin-top:10px;
}

.enable_selected{
    background:#9bc31ab5;
    margin-top:10px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}


.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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
    background-color: #8bc31a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:checked + .slider_light {
    background-color: #8bc31a8c !important;
}


.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


body{
    padding:0px;
    margin:0px;
    font-family: 'Work Sans', sans-serif;
}

.font{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Work Sans', sans-serif;
}

#status_bar{
width: 90%;
    height: 30px;
    background: #f1f1f1;
    border: solid #cccccc;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
}

#status_bar h1{
    display: inline-block;
    margin-top: 0px;
    font-size: 1.4rem;
    margin: auto;
    width: 80px;
    position: absolute;
    margin-left: -40px;
}

#green_line{
    width:20%;
    height: 30px;
    background: #71e871;
    border-radius: 50px;
    float:left;
}


#k_menu{
    width: 100%;
    height: 50px;
    background-color: white;
    z-index: 100;
    box-shadow: inset 0 0 10px 0px #00000029;
}

#k_left_menu{
    width:50%;
    height:auto;
    float:left;
}

#k_left_menu img{
    margin-left: 50px;
    margin-top: 10px;
    height: 30px;
}

#k_right_menu{
    width:50%;
    height:auto;
    float:right;
}

.floatright{
    float: right;
}

.header_login{
    margin-right: 50px;
    margin-top: 22px;
}

#login-btn{
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
    margin-right: 40px;
    font-size: 13px;
    color: #2f2f2f;
    margin-top: 18px;
    text-transform: uppercase;
        cursor:pointer;
}

#login-btn:hover{
    text-decoration:underline;
    color: #d32451;
}

#promo_tile{
    width: 100%;
    min-height: 90vh;
    background: white;
    background-image: url(../img/cikk03.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    overflow: hidden;
    flex-flow: wrap;
}

#fblogin{
    width:100%;
    min-height:100vh;
    background: rgb(0 0 0 / 85%);
    position:fixed;
    top:0;
    left:0;
    display:none;
    z-index: 1000;
    flex-wrap: wrap;
    align-content: center;
    background-position: center;
}

#login_container{
    width: 300px;
    height: auto;
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#login_container_survey {
    width: 500px;
    height: auto;
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#login_container form{
    text-align: left;
    width: 250px;
    margin: auto;
}

#login_container_survey form{
    text-align: left;
    width: 80%;
    margin: auto;
}

#login_container form span{
    font-weight: 500;
    margin-top: 30px;
    display: block;
    margin-bottom: 5px;
}

#login_container_survey form span{
    font-weight: 500;
    margin-top: 30px;
    display: block;
    margin-bottom: 5px;
        font-size: 1.2rem;
}

form label{
    display: inline-block;
    font-size: 16px;
    margin-right:20px;
}

input[type="radio"], input[type="checkbox"]{
    width: 18px;
    height: 18px;
    margin-right: 5px;
        font-size:16px;
}

select{
    width: 100%;
    height: 40px;
    border: 1px solid #9c9c9c;
    font-size: 17px;
    color: #5f5f5f;
}

input[type="email"], input[type="text"]{
    width: 100%;
    height: 40px;
    border: 1px solid #9c9c9c;
    font-size: 17px;
    color: #5f5f5f;
}

.close_login{
    float: right;
    color: #d32451;
    font-size: 1.3rem;
    cursor: pointer;
}

.logincontainer{
    text-align: center;
    padding-top: 20px;
    color: #404040;
}

.logincontainer h1{
    font-weight:500;
}

.logincontainer img{
    width: 75px;
    margin-top: 20px;
    filter: brightness(0.5);
    opacity: 0.5;
}

.fb_btn{
    display: inline-block;
    font-size: 11px;
    width: 226px;
    padding: 13px 0px;
    background: #2a3151;
    color: white;
    border: 0px solid #2a3151;
    text-decoration: none;
}

.fb_btn:hover{
    background-color: #4a4a4a;
}

.left_promo{
    width: 34%;
    height: auto;
    padding: 3%;
    text-align: center;
    color: #2f2f2f;
    display: block;
    background: whitesmoke;
    margin: 5%;
    border-radius: 5px;
}

.left_promo h1{
    font-size: 2rem;
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin-top: 0;
    color: #d32451;
    text-transform: uppercase;
    font-weight: 800;
    box-shadow: 0 0 9px 0px #d6d6d6;
}

.left_promo h3{
    font-weight: 200;
    font-size: 16px;
}

.left_promo h4{
    font-size: 0.7rem;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding: 6px 6px;
    background: white;
    border-radius: 30px;
    font-weight: 500;
    color: #d32451;
    margin-top: 10px;
}

.left_promo h5{
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
}

.left_promo article{
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.5rem;
    margin-top: 40px;
    margin-bottom: 30px;

}

#demo{
    background: white;
    color: #d32451;
    display: inline-block;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0 0 9px 0px #d6d6d6;
}



hr{
    border:0px;
    height:1px;
    background:#d32451;
}

#full_btn{
    background-color: #d32451;
    padding: 10px 30px;
    font-weight: 500;
    color: whitesmoke;
    text-decoration: none;
    display:inline-block;
    cursor:pointer;
}

#full_btn:hover{
    background-color:#494949;
}



#demo span{
    font-size:35px;
    font-weight:600;
}

#right_promo{
    width:50%;
    float:left;
    background-size:cover;
    background-position:left;

}


#footer{
    width:100%;
    height:35px;
    background: whitesmoke;
}

#footer_left{
    width: auto;
    height: auto;
    float: left;
    margin-left: 50px;
}

#footer_right{
    width:50%;
    height:auto;
    float:right;
}

#footer img{
    height: 20px;
    float: right;
    margin-right: 50px;
    margin-top: 8px;
}

#footer a{
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    color: #d32451;
    margin-top: 13px;
    display: inline-block;
    margin-right: 30px;
}

#footer a:hover{
    color: #494949;
}

.mobil_index_img{
    display:none;
}

#regform_container{
    width: 100%;
    min-height: 100vh;
    background: rgb(7 33 68);
    display: flex;
    z-index: 1000;
    flex-wrap: wrap;
    align-content: center;
    background-position: center;
}

.p_survey{
    text-transform: none;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.endpage{
    font-size: 0.7rem;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding: 6px 6px;
    background: whitesmoke;
    border-radius: 30px;
    font-weight: 500;
    color: #d32451;
    margin-top: 10px;
}

.iskola{
    font-size:1rem;
    font-weight:300;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
  background: white;
  max-width: 400px;
  margin: 0 auto;
  padding: 1rem;
}
