@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Work+Sans');

body {
    padding: 0px;
    margin: 0px;
    background: -moz-linear-gradient(0deg, rgba(10,58,181,1) 0%, rgba(0,198,251,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(10,58,181,1)), color-stop(100%, rgba(0,198,251,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(10,58,181,1) 0%, rgba(0,198,251,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(10,58,181,1) 0%, rgba(0,198,251,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(10,58,181,1) 0%, rgba(0,198,251,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(10,58,181,1) 0%, rgba(0,198,251,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3ab5', endColorstr='#00c6fb',GradientType=1 ); /* ie6-9 */ 
    color: #fff;
    background-size: 100vw 100vh;
    background-repeat: repeat-y;
    font-family: 'Poppins', sans-serif;
}
/*Disable SELECT START*/

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    
    -khtml-user-select: none;
    /* Konqueror */
    
    -moz-user-select: none;
    /* Firefox */
    
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
    
    cursor: default;
}
/*Disable SELECT END*/
.header.home {
    top: 0px;
    width: 100%;
}
.social-container {
    right: 52px;
    top: 52px;
    position: absolute;
    text-align: center;
    z-index: 2;
}
.facebook-share {
    width: 22px;
    height: 22px;
    background-image: url(../custom/img/fb-share-ikon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 10px;
}
.facebook-share:after {
content: '';
width: 2px;
background-color: #fff;
display: block;
height: 22px;
position: relative;
left: 30px;
}
.twitter-share {
    width: 25px;
    height: 22px;
    background-image: url(../custom/img/twitt-share-ikon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 10px;
}
.header.kviz {
    top: 0px;
    z-index: 2;
}
.footer.ertekeles {
    bottom: 0px;
}
.footer {
    position: fixed;
    display: block;
    width: 100%;
}
.header {
    position: absolute;
    display: block;
    width: 100%;
}
.home {
    top: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.hometextcont {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    text-transform: uppercase;
}
.nyeremeny-box {

}
.nyeremeny-pic {
    display: inline-block;
}
.nyeremenyl-cont, .nyeremenyr-cont {
    width: 49%;
    display: inline-block;
    position: relative;
}
.nyeremenyl-cont .nyeremeny-text {
    text-align: left;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 20px;
}
.nyeremenyr-cont .nyeremeny-text {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 20px;
}
.nyeremenyl-cont .nyeremeny-pic {
    float: right;
    margin-right: 20px;
}
.nyeremenyr-cont .nyeremeny-pic {
    float: left;
    margin-left: 20px;
}
.ny-title {
    font-weight: 600;
    font-size: 32px;
    border-bottom: 10px solid #fff;
    display: inline-block;
    line-height: 40px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.ny-details {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}
.titlefix {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 53px;
    line-height: 50px;
}
.kviz .titlefix, .kviz.ertekeles .titlefix {
    margin-top: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 60px;
}
.titlefix .subtext {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 21px;
    line-height: normal;
}
.home h1 {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 62px;
    border-bottom: 10px solid #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 75px;
}
.kviz h1 {
    display: none;
}
.kviz.ertekeles h1 {
    display: inline-block;
    margin-top: 0px;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 10px solid #fff;
    text-transform: uppercase;
    line-height: 50px;
}
.home h2, .kviz h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0px;
    font-weight: 300;
}
.btn,
#Submit1 {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 1px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;

vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);

position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;


}

.btn:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.btn:hover:before {
    -webkit-transform: scaleX(1);
transform: scaleX(1);
}
.btn:hover {
    color: #000;
}
#Submit1:hover {
    color: #000;
    background-color: #fff;
}
.kviz.mainp .btn,
.kviz.mainp .btn.kviznxt,
.kviz.mainp #Submit1_container .btn.kviznxt {
    pointer-events: none;
    position: relative;
    margin: 30px 0;
    color: #ccc;
    border-color: #ccc;
}

.kviz.mainp {
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    z-index: 1;
}
.kviz.mainp h1 {
    text-align: center;
    font-size: 40px;
    width: 100%;
    margin: 20px 0;
}
.item.ertekeles {
    background-color: #000;
}
.item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 10px;
}
.item h2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.kviz .item.question h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    max-width: 960px;
    border-bottom: 10px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 35px;
}
.kviz .item.question.q3 h2, .kviz .item.question.q5 h2, .kviz .item.question.q7 h2 {
    max-width: initial;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    pointer-events: none;
}
.hide {
    display: none;
}
.valasz {
    display: none;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    padding: 25px 0 0 0;
    border-top: 2px solid #fff;
    margin-top: 30px;
    position: relative;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}
.valasz:before {
    display: none;
    animation-name: bounceIn;
    animation-duration: 2.5s;
}
.valasz:after {
    content: "";
    background-image: url(../custom/img/allianz-logo-tip.png);
    width: 110px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 20px;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.noclick {
    pointer-events: none;
}
#Szabalyzat_container.element_label.noclick {
    pointer-events: initial;
}
.kviz.mainp .btn.go,
.kviz.mainp .btn.kviznxt.go,
.kviz.mainp #Submit1_container .btn.kviznxt.go {
    opacity: 1;
    pointer-events: initial;
    color: #fff;
    border-color: #fff;
}
.kviz.mainp .btn.go:hover,
.kviz.mainp .btn.kviznxt.go:hover,
.kviz.mainp #Submit1_container .btn.kviznxt.go:hover {
    color: #000;
}
.element_label.chosen {
    color: #fff;
}
.btn.homenxt {
    margin: 30px;
}
.btn.homenxt:hover {
}
.item.register {
    min-height: 400px;
}
.item.register h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
}
.item.register input.sfm_textbox {
    margin-bottom: 20px;
    height: 30px;
    width: 310px;
    border: solid #fff;
    border-width: 0 0 1px 0px;
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    border-radius: 0px;
}
.item.register ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.item.register ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.item.register :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.item.register :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
input[type=text]:-webkit-autofill {
    background-color: transparent !important;
    color: #fff !important;
    border-radius: 0px;
}
select option {
    background-color: transparent;
    color: #000;
}

.item.register select {
    height: 34px;
    display: inline-block;
    border: 1px solid rgba(207, 207, 207, 0.90);
}
#telefonelotag_container {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}
#Tel_container #Tel {
    width: 240px;
}
.telprfx {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
#Szabalyzat_container, .magyarazat {
    font-weight: 300;
    font-size: 12px;
    border: none;
}
.item.register .element_label.chosen {
    text-decoration: none;
}
.kviz.ertekeles {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.ertekelestextcont {
    color: #fff;
    background: transparent;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    font-weight: 300;
}
.item input[type=radio] {
    display: none;
}
.modszertan-cont {
    text-align: right;
    margin: 0 30px 10px 0;
    font-weight: 300;
    font-size: 12px;
    display: none;
}
.modszertan-cont.show {
    display: block;
}
#Szabalyzat,
#Szabalyzat_label {
    display: inline-block;
}
#Szabalyzat_label a {
    color: #fff;
}
/*Progress bar styling*/
progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    max-width: 310px;
    width: 100%;
    height: 10px;
    background-color: transparent;
    border-radius: 0px;
}
progress[value]::-webkit-progress-bar {
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
}
progress[value]::-moz-progress-bar {
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
}
progress[value]::-webkit-progress-value {
    background-color: #ec008c;
    border-radius: 0px;
    background-size: 35px 10px, 100% 100%, 100% 100%;
}
progress[value]::-moz-progress-bar {
    background-color: #ec008c;
    border-radius: 0px;
    background-size: 35px 10px, 100% 100%, 100% 100%;
}
/*Progress bar styling*/
.numbercontainer {
    font-weight: 300;
    font-size: 14px;
}
.col-cont.progress {
    position: relative;
}
#kviz_inner_div {
}
.optioncontainer {
display: table;
margin-bottom: 10px;
text-align: left;
max-width: 400px;
margin-left: auto;
margin-right: auto;
background-color: transparent;
border: 1px solid #fff;
}
.item.question .col-cont {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.item.question .optioncontainer:hover, .item.question .element_label.optioncontainer.chosen {
    background-color: #ec008c;
}
.item.question .optioncontainer:hover .letter {
    color: #ec008c;
}
.item.question .element_label.optioncontainer.chosen .letter {
    color: #ec008c;
}
.item.question .optioncontainer:hover .element_label {
    color: #fff;
}
.item.question .element_label.optioncontainer.chosen .element_label {
    color: #fff;
}
.item.question .optioncontainer, .item.question .optioncontainer .element_label {
    cursor: pointer;
}
.letter {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
    background-color: #fff;
    color: #094dbf;
    font-size: 18px;
    font-weight: 700;
}
.element_label.optioncontainer .element_label {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
    min-width: 350px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.item.register .element_label.optioncontainer {
    background-color: transparent;
    display: inline-block;
}
.item.register .element_label.optioncontainer .element_label {
    vertical-align: initial;
    padding: 0px;
    min-width: initial;
    font-weight: 300;
}
.item.register .kvizleftbox {
    width: 100%;
}
.animated {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
/*PUSH*/
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*PUSH*/
.item.question .element_label.chosen {
    font-weight: bold;
}
.element_label.optioncontainer.noclick {
    opacity: 0.6;
}
.element_label.optioncontainer.noclick.chosen {
    opacity: 1;
}
.imgplaceholder {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    max-width: 600px;
}
.owl-carousel .owl-item img.imgqpic, .imgqpic {
    display: inline-block;
    height: auto;
    width: 100%;
}
.col-cont {
    display: table;
    width: 100%;
}
.leftboxcont {
    width: 40%;
}
.rightboxcont {
    width: 59%;
}
.leftboxcont, .rightboxcont {
    display: table-cell;
    vertical-align: middle;
}
.kvizleftbox, .kvizrightbox {
}
.owl-item {
    z-index: 2;
}
.btn.kviznxt.go {
    z-index: 1;
}
.item.register .sfm_textbox.error {
    border-color: #ff1b1b;
    border-width: 0 0 2px 0px;
}
.item.register input.sfm_textbox.error {
    margin-bottom: 5px;
}
.item.register .error.validation-error {
    margin-bottom: 5px;
    background-color: #ea3636;
    display: block;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
}
.homeforbeslogo {
    width: auto;
    height: 30px;
    position: relative;
    top: -5px;
}
.homeallianzlogo {
    width: auto;
    height: 45px;
    position: relative;
    top: 3px;
}
.footer.ertekeles .methodology {
    cursor: pointer;
    text-decoration: underline;
    float: right;
    margin-bottom: 10px;
}
.footer.ertekeles .methodology:hover {
    text-shadow: 0px 0px 20px #f00;
}
#pontszam {
    display: inline-block;
    margin-left: 5px;
}
.modszertan-details {
    height: 0px;
    max-width: 800px;
    position: absolute;
    bottom: 70px;
    right: 20px;
    font-weight: 300;
    font-size: 12px;
    overflow: hidden;
-webkit-transition: all .75s ease;
-moz-transition: all .75s ease;
-ms-transition: all .75s ease;
-o-transition: all .75s ease;
transition: all .75s ease;
text-align: justify;
}
.modszertan-details a {
    color: #fff;
}
.modszertan-details.mtshow {
    display: block;
    height: 120px;
-webkit-transition: all .75s ease;
-moz-transition: all .75s ease;
-ms-transition: all .75s ease;
-o-transition: all .75s ease;
transition: all .75s ease;
padding: 0 20px;
}
.bar_group {
    margin-top: 40px;
}
#szov-ertekeles {
    margin-top: 15px;
}
.kviz.mainp #kategorianeve, .kviz.mainp #szov-ertekeles, .kviz.mainp #profilnev_container, .kviz.mainp #profilelemzes_container {
    display: none;
}
.tovabb-forbes {
    margin:20px 0 60px 0;
}
.tovabb-forbes a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
    .contentblur {
    -webkit-filter: blur(3px) grayscale(20%);
    filter: blur(3px) grayscale(20%);
    opacity: 0.5;
    }
    .nyeremeny-pic.right-m {
        display: none;
    }
.score-cont {
    display: none;
}
.szabalyzat-text-cont {
    padding: 20px;
    text-align: justify;
    font-weight: 300;
}
.szabalyzat-text-cont a {
    color: #fff;
}
.szabalyzat-text-cont p {
    margin: 0px;
}

.szabalyzat-text-cont table {
    border: 1px solid;
    margin-top: 10px;
    margin-bottom: 10px;
}
.szabalyzat-text-cont  tr {
    border: 1px solid;
}
.szabalyzat-text-cont  td {
    border: 1px solid;
    padding: 2px;
}
/*Responsive*/
@media screen and (max-width: 1750px) {
    .modszertan-cont {
        display: none;
    }
    .footer.ertekeles .methodology {
        float: none;
        margin-bottom: 0px;
        display: inline-block;
    }
    .methtext {
        display: inline-block;
    }
}
@media screen and (max-width: 1100px) {
    .kviz.ertekeles {
        padding: 0 15px;
    }
    .nyeremenyl-cont .nyeremeny-text, .nyeremenyr-cont .nyeremeny-text {
    position: relative;
    top: 0px;
    padding: 0 10px;
    }
    .nyeremenyl-cont .nyeremeny-text {
        min-width: 273px;
    }
    .nyeremenyl-cont .nyeremeny-pic {
        float: none;
        margin-left: 10px;
    }
    .nyeremenyr-cont .nyeremeny-pic {
        display: none;
    }
    .nyeremeny-pic img {
        width: 100%;
        height: auto;
    }
    .nyeremeny-pic.right-m {
        display: inline-block;
        float: none;
        margin-right: 10px;
    }
    .home h1 {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 45px;
        margin-bottom: 10px;
        font-size: 52px;
        border-bottom: 10px solid #fff;
        line-height: 65px;
    }
    .hometextcont {
        margin-top: 65px;
    }
    .ny-title {
        border-bottom: 7px solid #fff;
    }
    .item {
        width: auto;
        padding: 5px 20px;
    }
    .leftboxcont, .rightboxcont {
        display: block;
        vertical-align: initial;
    }
    .leftboxcont, .rightboxcont {
        width: 100%;
    }
    .rightboxcont {
        margin-top: 20px;
    }
    .kviz .item.question h2 {
        font-size: 20px;
        line-height: 30px;
        border-bottom: 7px solid #fff;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }
    .kviz .titlefix, .kviz.ertekeles .titlefix {
        margin-bottom: 15px;
    }
    .imgplaceholder {
        max-width: 400px;
    }
    .szabalyzatpage {
    }
}
@media screen and (max-width: 650px) {
    .modszertan-details.mtshow {
        height: 200px;
    }
    .social-container {
        right: 20px;
        top: 20px;
    }
    .home {
        top: 50px;
    }
    .kviz .titlefix, .kviz.ertekeles .titlefix {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .titlefix {
        font-size: 40px;
        line-height: 37px;
    }
    .homeforbeslogo {
        height: 23px;
        top: -2px;
    }
    .homeallianzlogo {
        height: 38px;
        top: 5px;
    }
    .titlefix .subtext {
        font-size: 16px;
    }
    .home h1 {
        margin-top: 30px;
        margin-bottom: 5px;
        font-size: 30px;
        border-bottom: 4px solid #fff;
        line-height: 35px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .ny-title {
        font-size: 20px;
        border-bottom: 2px solid #fff;
        line-height: 27px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .ny-details {
        font-size: 16px;
        line-height: 22px;
    }
    .hometextcont {
        margin-top: 35px;
    }
    .home h2 {
        font-size: 20px;
    }
    .nyeremeny-pic img {
        max-width: 200px;
    }
    .nyeremenyl-cont .nyeremeny-text {
        min-width: initial;
    }
    .item.register h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    }
    .item.register input.sfm_textbox, .item.register .error.validation-error {
        width: 100%;
    }
    #telefonelotag_container {
        max-width: 28%;
    }
    #Tel_container #Tel {
        width: 69%;
    }
    #Szabalyzat {
        width: 10%;
    }
    #Szabalyzat_label {
        width: 75%;
        max-width: initial;
    }
    .kviz .item.question h2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        border-bottom: 7px solid #fff;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }
    .element_label.optioncontainer .element_label {
        min-width: initial;
        max-width: 350px;
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .szabalyzat-text-cont table {
        -ms-zoom: 0.75;
        -moz-transform: scale(0.75);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.75);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: 0 0;
    }
}
@media screen and (max-width: 400px) {
    .modszertan-details.mtshow {
        height: 290px;
    }
    .tovabb-forbes {
        margin: 20px 0 100px 0;
    }
    #merce {
        width: 60%;
    }
    .home {
        top: 50px;
    }
    .titlefix {
        font-size: 40px;
        line-height: 37px;
    }
    .homeforbeslogo {
        height: 23px;
        top: -2px;
    }
    .homeallianzlogo {
        height: 38px;
        top: 5px;
    }
    .titlefix .subtext {
        font-size: 16px;
    }
    .home h1 {
        margin-top: 30px;
        margin-bottom: 5px;
        font-size: 30px;
        border-bottom: 4px solid #fff;
        line-height: 35px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .ny-title {
        font-size: 20px;
        border-bottom: 2px solid #fff;
        line-height: 27px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .ny-details {
        font-size: 16px;
        line-height: 22px;
    }
    .hometextcont {
        margin-top: 35px;
    }
    .home h2 {
        font-size: 20px;
    }
    .kviz .item.question h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        border-bottom: 5px solid #fff;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }
    .element_label.optioncontainer .element_label {
        max-width: 220px;
        width: 100%;
        min-width: initial;
    }
    .valasz {
        font-size: 12px;
        line-height: 19px;
    }
    .szabalyzat-text-cont table {
        -ms-zoom: 0.65;
        -moz-transform: scale(0.65);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.65);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.65);
        -webkit-transform-origin: 0 0;
    }
}