/*  --  Fonts  --  */
@font-face {
    font-family: 'Amatic';
    src: url('./font/Amatic-Bold.eot');
    src: url('./font/Amatic-Bold.eot?#iefix') format('embedded-opentype'),
        url('./font/Amatic-Bold.woff2') format('woff2'),
        url('./font/Amatic-Bold.woff') format('woff'),
        url('./font/Amatic-Bold.ttf') format('truetype'),
        url('./font/Amatic-Bold.svg#Amatic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Amatic SC';
    src: url('./font/AmaticSC-Regular.eot');
    src: url('./font/AmaticSC-Regular.eot?#iefix') format('embedded-opentype'),
        url('./font/AmaticSC-Regular.woff2') format('woff2'),
        url('./font/AmaticSC-Regular.woff') format('woff'),
        url('./font/AmaticSC-Regular.ttf') format('truetype'),
        url('./font/AmaticSC-Regular.svg#AmaticSC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('./font/AllianzNeo-SemiBold.eot');
    src: url('./font/AllianzNeo-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./font/AllianzNeo-SemiBold.woff2') format('woff2'),
        url('./font/AllianzNeo-SemiBold.woff') format('woff'),
        url('./font/AllianzNeo-SemiBold.ttf') format('truetype'),
        url('./font/AllianzNeo-SemiBold.svg#AllianzNeo-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('./font/AllianzNeo-Regular.eot');
    src: url('./font/AllianzNeo-Regular.eot?#iefix') format('embedded-opentype'),
        url('./font/AllianzNeo-Regular.woff2') format('woff2'),
        url('./font/AllianzNeo-Regular.woff') format('woff'),
        url('./font/AllianzNeo-Regular.ttf') format('truetype'),
        url('./font/AllianzNeo-Regular.svg#AllianzNeo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('./font/Gotham-Book.eot');
    src: url('./font/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('./font/Gotham-Book.woff2') format('woff2'),
        url('./font/Gotham-Book.woff') format('woff'),
        url('./font/Gotham-Book.ttf') format('truetype'),
        url('./font/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./font/Gotham-Medium.eot');
    src: url('./font/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('./font/Gotham-Medium.woff2') format('woff2'),
        url('./font/Gotham-Medium.woff') format('woff'),
        url('./font/Gotham-Medium.ttf') format('truetype'),
        url('./font/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./font/Gotham-Bold.eot');
    src: url('./font/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('./font/Gotham-Bold.woff2') format('woff2'),
        url('./font/Gotham-Bold.woff') format('woff'),
        url('./font/Gotham-Bold.ttf') format('truetype'),
        url('./font/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*  --  Fonts  --  */
body {
	margin: 0px;
	font-family: 'Allianz Neo';
	color: #191919;
    font-size: 14px;
}
.headercont {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 100%;
	background-color: #fff;
	justify-content: center;
}
.header {
	max-width: 1460px;
    display: flex;
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}
.header .logocont, .header .tamtarcont, .header .soccont {
	flex-basis: 33%;
}
.header .tamtarcont {
	display: flex;
	justify-content: center;
}
.logocont .logo {
	display: flex;
	align-items: center;
}
.header .logo {
	padding: 0 20px;
	height: 100%;
}
.header .forbes {
	background-color: #191919;
}
.header .forbes img {
	width: 100px;
}
.header .allianz img {
	width: 150px;
}
.header .allianz img {
	margin-top: 2px;
}
.header .logocont {
	height: 100%;
	display: flex;
	justify-content: flex-start;
}
.header .soccont {
	display: flex;
	justify-content: flex-end;
}
.tamtar {
	font-family: 'Gotham';
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
    text-align: center;
}
.soccont .socion {
	font-size: 20px;
	color: #191919;
    margin: 0 10px;
}
.maincontent {
	min-height: calc(100vh - 92px);
	background-color: #d1edff;
	display: block;
    position: relative;
}
.background {
    width: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
}
.background img {
    position: absolute;
    bottom: 0px;
}
.owl-carousel .owl-item .item {
    min-height: calc(100vh - 65px);
}
.owl-carousel .owl-item {
    visibility: hidden;
}
.owl-carousel .owl-item.active {
    visibility: visible;
}
.owl-item.active .item.nyito {
    display: flex;
    align-items: center;
}
.nyito .btn a {
    color: #fff;
    text-decoration: none;
}
.background img {
    -webkit-transition: transform 1500ms linear;
    transition: transform 1500ms linear;
}
.maincontent.open .background img {
    -ms-transform: translate(0vw, 0);
    -webkit-transform: translate(0vw, 0);
    transform: translate(0vw, 0);
}
.background.pg0 img {
    -ms-transform: translate(-100vw, 0);
    -webkit-transform: translate(-100vw, 0);
    transform: translate(-100vw, 0);
}
.item.nyito .leftcol img {
    max-width: 615px;
    width: 100% !important;
    margin-left: auto;
}
.nyito .leftcol {
    flex-basis: 50%;
}
.nyito .rightcol {
    flex-basis: 50%;
    text-align: center;
}
.nyito .leftcol, .nyito .rightcol {
    
}
.nyito .titlecont {
    display: inline-block;
    position: relative;
    max-width: 90vw;
}
.titlebox.front {
    font-family: 'Amatic';
    font-size: 78px;
    letter-spacing: 8px;
    margin: 0px;
    background-color: #7b68a0;
    padding: 10px 15px 15px 25px;
    color: #fff;
    position: relative;
}
.welcometextcont .titlecont .titledec-l {
    content: '';
    height: 100%;
    position: absolute;
    top: 0px;
    background-image: url(./images/title-l.svg);
    background-repeat: no-repeat;
}
.welcometextcont .titlecont .titledec-r {
    content: '';
    height: 100%;
    position: absolute;
    top: 0px;
    background-image: url(./images/title-r.svg);
    background-repeat: no-repeat;
}
.nyito .subtitle.one {
    font-family: 'Amatic';
    font-size: 58px;
    letter-spacing: 8px;
    margin-top: 20px;
}
.nyito .subtitle.two {
    font-family: 'Amatic';
    font-size: 84px;
    letter-spacing: 8px;
    margin-bottom: 40px;
}
.welcometextcont {
    display: inline-block;
    float: left;
    margin-left: 80px;
    position: relative;
}
.nyito .btn {
    font-size: 16px;
    padding: 20px 40px;
    margin-bottom: 20px;
}
.btn {
    display: inline-block;
    font-family: 'Allianz Neo';
    font-size: 13px;
    color: #fff;
    background-color: #5b5863;
    padding: 15px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}
.btn:hover {
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.24);
}
.item.urlap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}
.urlap .formrow {
    flex-basis: 100%;
}
.urlap .formrow input {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    border: none;
    border-radius: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-family: 'Allianz Neo';
    color: #2f2823;
}
.urlap .formrow input:active, .urlap .formrow input:focus {
    border: none;
    outline: none;
    background-color: #deecff;
}
.urlap .formrow:nth-child(1), .urlap .formrow:nth-child(2), .urlap .formrow:nth-child(3), .urlap .formrow:nth-child(4), .urlap .formrow:nth-child(5), .urlap .formrow:nth-child(6), .urlap .formrow:nth-child(7), .urlap .formrow:nth-child(8), .urlap .formrow:nth-child(9) {
    margin-bottom: 15px;
}
.urlap .titlecont {
    margin: 45px 0;
    position: relative;
    max-width: 90vw;
}
.urlap .titlebox {
    font-family: 'Amatic';
    font-size: 73px;
    letter-spacing: 8px;
    margin: 0px;
    background-color: #72cbf5;
    padding: 10px 15px 15px 25px;
    color: #fff;
    position: relative;
}
.urlap .titlecont .titledec-l {
    content: '';
    height: 100%;
    position: absolute;
    top: 0px;
    background-image: url(./images/title2-l.svg);
    background-repeat: no-repeat;
}
.urlap .titlecont .titledec-r {
    content: '';
    height: 100%;
    position: absolute;
    top: 0px;
    background-image: url(./images/title2-r.svg);
    background-repeat: no-repeat;
}
.urlap .formrow input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    width: auto;
    height: 30px;
    margin-right: 20px;
}
.urlaprowinner {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.droptitle {
    flex-basis: 100% ;
    margin-bottom: 5px;
    font-family: 'Allianz Neo';
    font-weight: 600;
    color: #fff;
}
#szabalyzat_container, #adatcheck_container {
    display: flex;
    align-items: center;
    color: #2f2823;
}
.urlaprowinner select {
    height: 25px;
    flex-basis: 100%;
}
#szabalyzat_label a, #adatcheck_label a {
    color: inherit;
}
.kotelezo {
    margin-left: 33px;
    color: #2f2823;
    margin-top: 10px;
}
.urlap .formrow input.error {

}
.urlap label.error {
    display: block;
    text-align: center;
    background-color: red;
    padding: 5px 10px;
    flex-basis: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    border-radius: 5px;
    color: #fff;
    position: relative;
}
.urlap label.error:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid red;
    top: -5px;
    left: 20px;
}
.urlap #szabalyzat, .urlap #adatcheck {
    order: 1;
}
.urlap #szabalyzat_label, .urlap #adatcheck_label {
    order: 2;
}
.urlap #szabalyzat-error, .urlap #adatcheck-error {
    order: 3;
}
.urlap #szabalyzat_container label.error:before, .urlap #adatcheck_container label.error:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid red;
    top: 15px;
    left: -10px;
}
.kerdes .titlebox {
    font-family: 'Amatic';
    font-size: 40px;
    letter-spacing: 4px;
    margin: 0px;
    background-color: #7b68a0;
    padding: 10px 15px 15px 25px;
    color: #fff;
    position: relative;
    text-align: center;
}
.kerdes .titlecont .titledec-l {
    content: '';
    height: 100%;
    position: absolute;
    top: 0px;
    background-image: url(./images/title-l.svg);
    background-repeat: no-repeat;
}
.kerdes .titlecont .titledec-r {
    content: '';
    height: 100%;
    position: absolute;
    top: 0px;
    background-image: url(./images/title-r.svg);
    background-repeat: no-repeat;
}
.item.kerdes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}
.kerdes .titlecont {
    margin: 65px 0;
    position: relative;
    max-width: 90vw;
}
.item.kerdes .btncont {
    flex-basis: 100%;
    text-align: center;
}
.pbarcont {
    position: absolute;
    width: 100%;
    top: 15px;
    display: block;
}
.maincontent.pg0 .pbarcont, .maincontent.pg13 .pbarcont, .maincontent.pg14 .pbarcont {
    display: none;
}
.pbar {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}
.numbercontainer {
    flex-basis: auto;
    margin-right: 35px;
    font-family: 'Allianz Neo';
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}
.progress {
    flex-grow: 1;
    background-color: #c0e2e3;
    height: 15px;
}
.progress .line {
    background-color: #65c1c0;
    height: 100%;
    display: inline-block;
    -webkit-transition: width 1500ms linear;
    transition: width 1500ms linear;
}
#sfm_pontszam_parsed, #pontszam_container, #profilnev_container, #profilelemzes_container {
    display: none;
}
.valaszcont {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
}
.valaszcont.tippes {
    flex-basis: 70%;
}
.valaszcont.tippes [id^='Kerdes'][id$='_label'] {
    width: calc(100% - 60px);
}
.valaszcont input[type="radio"] {
    display: none;
    pointer-events: none;
}
[id^='Kerdes'][id$='_container'] {
    flex-basis: 50%;
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
}
[id^='Kerdes'][id$='_label'] {
    cursor: pointer;
    position: relative;
    width: 450px;
    height: max-content;
}
.noclick {
    pointer-events: none;
    cursor: initial;
}
.noclick .answercont {
    color: #bd9f5b;
    -webkit-transition: color 1500ms;
    transition: color 1500ms;
}
.noclick .lettercont {
    color: #c7b894;
    -webkit-transition: color 1500ms;
    transition: color 1500ms;
}
.noclick .chosen .answercont {
    color: #174742;
}
.noclick .chosen .lettercont {
    color: #174742;
}
.lettercont {
    color: #174742;
    font-family: 'Allianz Neo';
    font-size: 28px;
    background-color: #ffe9b7;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: -25px;
}
.answercont {
    min-height: 20px;
    padding: 20px 20px 20px 45px;
    border-radius: 30px;
    background-color: #fece60;
    font-family: 'Allianz Neo';
    font-size: 18px;
    font-weight: 600;
    color: #174742;
}
.answercont:hover, .chosen .answercont {
    background-color: #f28c4a;
}
.btncont {
    margin-bottom: 20px;
}
.tippcont {
    flex-basis: 20%;
    position: relative;
    background-color: #003781;
    color: #fff;
    font-family: 'Allianz Neo';
    font-size: 15px;
    height: 100%;
    border-radius: 20px;
    text-align: justify;
    display: none;
    margin-right: 30px;
    top: -30px;
    padding: 25px 40px 25px 40px;
}
.tippcont.show {
    display: initial;
}
.tippcont:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(./images/tipp-decor.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 85px;
    height: 85px;
    left: calc(50% - 85px);
    bottom: -85px;
}
.tippcont:before {
    content: '';
    display: block;
    background-image: url(./images/tipp-logo.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 33px;
    position: relative;
    background-position: center;
    margin-bottom: 20px;
}
.kerdes .kviznxt, .urlap .btn.kviznxt {
    pointer-events: none;
    background-color: #d0d0d0;
    color: #9e9e9e;
}
.kerdes .kviznxt.go, .urlap .btn.kviznxt.go {
    pointer-events: initial;
    color: #fff;
    background-color: #5b5863;
}
.item.koszono {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}
.koszono .pontszamod {
    flex-basis: 100%;
    text-align: center;
    margin-top: 30px;
}
.background.koszono img {
    top: 0px;
    right: 0px;
}
.evaluatecont {
    color: #fff;
    text-align: center;
    background-color: #7b68a0;
    padding: 25px 0;
}
.evaluatecont .profilename {
    font-family: 'Amatic';
    font-size: 73px;
    letter-spacing: 8px;
}
.evaluatecont .profiletextcont {
    font-family: 'Allianz Neo';
    font-size: 18px;
    margin-top: 30px;
}
.profiletext p {

}
.profiletextcont a {
    color: #fff;
    text-transform: uppercase;
}
.koszono .titlecont {
    display: inline-block;
    position: relative;
    max-width: 500px;
    margin-top: 80px;
}
.koszono .titlecont .titledec-l {
    content: '';
    height: 100%;
    position: absolute;
    top: 0px;
    background-image: url(./images/title-l.svg);
    background-repeat: no-repeat;
}
.koszono .titlecont .titledec-r {
    content: '';
    height: 100%;
    position: absolute;
    top: 0px;
    background-image: url(./images/title-r.svg);
    background-repeat: no-repeat;
}
.soccont i:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.forbestovabbcont {
    margin-top: 30px;
    flex-basis: 100%;
    text-align: center;
    z-index: 1;
}
.forbestovabbcont .forbestovabb {
    display: inline-block;
}
.forbestovabbcont .forbestovabb a {
    display: flex;
    flex-basis: auto;
    justify-content: center;
    align-items: baseline;
    color: #fff;
    text-decoration: none;
    font-family: 'Allianz Neo';
    font-size: 16px;
}
.forbestovabbcont .forbestovabb a img {
    width: auto;
    height: 30px;
    margin: 0 5px;
}
.forbestovabbcont .forbestovabb a:hover {
    padding-bottom: 2px;
    border-bottom: 2px solid #fff;
}
.urlap .formrow.datetime {
    display: none;
}
.btn.kviznxt.final {
    border: none;
}
.open .ended {
    display: block;
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-weight: 700;
}
.headercont .ended {
    background-color: #7b68a0;
    color: #fff;
    padding: 5px 15px;
    flex-basis: 100%;
    text-align: center;
}
@media screen and (max-width: 1180px) {
    .titlebox.front {
        font-size: 68px;
    }
    .nyito .subtitle.one {
        font-size: 48px;
    }
    .nyito .subtitle.two {
        font-size: 74px;
    }
    .welcometextcont {
        margin-left: 40px;
    }
    .valaszcont.tippes {
        flex-basis: 60%;
    }
    .kerdes .titlecont {
        max-width: 85vw;
    }
    .kerdes .titlebox {
        font-size: 35px;
    }
    .maincontent {
        min-height: calc(100vh - 109px);
    }
}
@media screen and (max-width: 1000px) {
    .nyito .leftcol {
        flex-basis: 45%;
    }
    .nyito .rightcol {
        flex-basis: 55%;
    }
    .titlebox.front {
        font-size: 60px;
    }
    .nyito .subtitle.one {
        font-size: 40px;
    }
    .nyito .subtitle.two {
        font-size: 66px;
    }
    .urlap .titlebox {
        font-size: 63px;
    }
}
@media screen and (max-width: 830px) {
    .owl-item.active .item.nyito {
        flex-wrap: wrap;       
    }
    .nyito .leftcol {
        flex-basis: 100%;
        margin-top: 50px;
    }
    .nyito .rightcol {
        flex-basis: 100%;
        margin-top: 50px;
    }
    .item.nyito .leftcol img {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
    .welcometextcont {
        float: none;
        margin-left: 0px;
        display: block;
    }
    .owl-item.active .item.nyito {
        align-items: flex-start;
    }
    .urlap .titlecont {
        max-width: 85vw;
    }
    .urlap .titlebox {
        text-align: center;
    }
    .valaszcont.tippes {
        flex-basis: 100%;
    }
    .tippcont {
        flex-basis: 80%;
        margin-bottom: 100px;
        margin-right: 0px;
        top: 0px;
    }
    [id^='Kerdes'][id$='_container'] {
        flex-basis: 100%;
        padding: 0 10px;
    }
    .pbar {
        max-width: 90%;
    }
    .kerdes .titlecont {
        width: 100%;
        max-width: initial;
        margin: 65px 0 35px 0;
    }
    .kerdes .titlecont .titledec-l, .kerdes .titlecont .titledec-r {
        display: none;
    }
    .kerdes .titlebox {
        padding: 10px 20px 15px 20px;
    }
}
@media screen and (max-width: 550px) {
    .header {
        height: initial;
        flex-wrap: wrap;
        margin: 0px;
    }
    .header .tamtarcont {
        flex-basis: auto;
        order: 1;
        padding: 10px 0;
        background-color: #3f68a0;
        color: #fff;
        flex-grow: 1;
        height: 17px;
    }
    .header .soccont {
        order: 2;
        flex-basis: auto;
        background-color: #3f68a0;
        height: 37px;
        align-items: center;
    }
    .header .logocont {
        flex-basis: 100%;
        order: 3;
        height: initial;
        justify-content: space-between;
    }
    .soccont .socion {
        color: #fff;
    }
    .tamtar {
        padding: 0 10px;
    }
    .maincontent {
        min-height: calc(100vh - 125px);
    }
    .owl-carousel .owl-item .item {
        min-height: calc(100vh - 81px);
    }
    .header .forbes {
        height: 44px;
    }
    [id^='Kerdes'][id$='_label'] {
        width: calc(100% - 60px)
    }
    .tippcont {
        flex-basis: 70%;
    }
}
@media screen and (max-width: 500px) {
    .nyito .leftcol {
        padding: 0 20px;
    }
    .nyito .rightcol {
        padding: 0px;
    }
    .titlebox.front {
        font-size: 50px;
    }
    .nyito .subtitle.one {
        font-size: 30px;
    }
    .nyito .subtitle.two {
        font-size: 56px;
    }
    .urlap .titlebox {
        font-size: 53px;
    }
    .kerdes .titlebox {
        font-size: 30px;
    }
    .open .ended {
        padding:0 20px;
    }
    .maincontent {
        min-height: calc(100vh - 142px);
    }
}
@media screen and (max-width: 450px) {
    .welcometextcont .titlecont .titledec-l, .welcometextcont .titlecont .titledec-r {
        display: none;
    }
    .nyito .titlecont {
        display: block;
        width: 100vw;
        max-width: initial;
    }
    .nyito .rightcol {
        margin-top: 0px;
    }
}
@media screen and (max-width: 380px) {
    .titlebox.front {
        font-size: 45px;
    }
    .nyito .subtitle.one {
        font-size: 27px;
    }
    .nyito .subtitle.two {
        font-size: 51px;
    }
    .header .logo {
        padding: 0 10px;
    }
    .urlap .titlebox {
        font-size: 43px;
    }
    .urlap .formrow input {
        width: 275px;
    }
    .urlaprowinner {
        width: 295px;
    }
    .maincontent {
        min-height: calc(100vh - 159px);
    }
}