/*  --  Fonts  --  */

/*  --  Fonts  --  */
body {
	margin: 0px;
	color: #191919;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
.headercont {
    display: block;
    height: 65px;
    padding: 0 90px;
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.logocont, .tamtarcont, .soccont {
    flex-basis: 33%;
}
.logocont .forbes img {
    width: 110px;
    height: auto;
}
.header .soccont img {
    width: 20px;
    height: auto;
}
.logocont {
    display: flex;
    align-items: center;
}
.logocont .forbes.logo {
    margin-right: 40px;
}
.tamtarcont {
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}
.soccont {
    display: flex;
    justify-content: flex-end;
}
.soccont > a:nth-child(1), .soccont > a:nth-child(2) {
    margin-right: 20px;
}
.item .colcontainer {
    display: flex;
    min-height: calc(100vh - 65px);
}
.item.landing .colcontainer {
    align-items: center;
}
.item .colcontainer .col-l, .item .colcontainer .col-r {
    display: flex;
    flex-basis: 50%;
    flex-wrap: wrap;
		min-height: calc(100vh - 65px);
}
.item.landing .colcontainer .col-r {
	align-content: center;
}
.landing h1 {
    font-weight: 700;
    font-size: 52px;
    margin: 0 0 45px 0;
    text-transform: uppercase;
}
.urlap h2 {
    font-weight: 700;
    font-size: 52px;
    margin: 0 0 45px 0;
    text-transform: uppercase;
}
.landing .description {
    font-size: 18px;
		line-height: 1.5;
}
.landing .title, .landing .description {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 20px;
}
.landing .btn.nxt {
    margin-top: 125px;
    margin-left: auto;
    margin-right: auto;
}
.btn.nxt {
    background-color: #c21b0e;
    color: #fff;
    text-decoration: none;
    padding: 12px 42px;
    font-size: 18px;
    cursor: pointer;
}
.btn.nxt:hover, .item.urlap .btn.nxt.go:hover  {
 background-color: #dc3a2d;
}
.images .leftimg1, .images .leftimg2, .images .leftimg3, .images .leftimg4 {
    flex-basis: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.images .leftimg1 {
    background-image: url(../custom/images/sziv-bg.jpg);
}
.images .leftimg2 {
    background-image: url(../custom/images/rak-bg.jpg);
}
.images .leftimg3 {
    background-image: url(../custom/images/mental-bg.jpg);
}
.images .leftimg4 {
    background-image: url(../custom/images/emesztes-bg.jpg);
}
.images .bottomdecor {
    height: 12px;
    display: block;
    width: 100%;
    position: relative;
}
.images .bottomdecor:after {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 0;
    border-style: solid;
    border-width: 12px 0 0 12px;
    border-color: white transparent transparent transparent;
    right: 0px;
    bottom: 0px;
}
.images .leftimg1 .bottomdecor {
    background-color: #9ec5e0;
}
.images .leftimg2 .bottomdecor {
    background-color: #f082c2;
}
.images .leftimg3 .bottomdecor {
    background-color: #ffa805;
}
.images .leftimg4 .bottomdecor {
    background-color: #65cdbc;
}
.col-l .imgcont {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 38px);
    position: relative;
}
.col-l .imgcont img {
    width: auto !important;
}
.urlap .inputrows {
    width: 100%;
    padding: 0 20px;
    display: block;
}
.item.urlap .colcontainer {
    align-items: center;
}
.item.urlap .title {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
.item.urlap .btn.nxt {
    margin: 30px auto;
    background-color: #efefef;
    color: #ccc;
    pointer-events: none;
    cursor: initial;
		height: fit-content;
		height: -moz-fit-content;
}
.item.urlap .btn.nxt.go {
    background-color: #c21b0e;
    color: #fff;
    cursor: pointer;
    pointer-events: initial;
}
.urlap .forminpufield {
    margin-bottom: 30px;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.urlap .forminpufield.error {
    margin-bottom: 15px;
}
.urlap .forminpufield input[type="text"] {
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #efefef;
    font-size: 18px;
    padding: 12px 18px;
}
.urlap .forminpufield input:active, .urlap .forminpufield input:focus {
    border: none;
    outline: none;
    background-color: #ddeaef;
}
#timestamp_container {
    display: none;
}
.urlap .forminpufield label {
}
.urlap .forminpufield label a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}
#irsz_container {
    margin-bottom: 15px;
}
#jatekszab_container, #adatvedelem_container, #y18_container {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
#jatekszab_label, #y18_label, #adatvedelem_label {
    flex-basis: calc(100% - 37px);
    text-align: justify;
}
.urlap .forminpufield input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    width: auto;
    height: 30px;
    margin-right: 20px;
    align-self: flex-start;
}
.urlap label.error {
    display: block;
    text-align: center;
    background-color: red;
    padding: 5px 10px;
    flex-basis: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    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;
}
.owl-item:nth-child(2) .col-l, .owl-item:nth-child(7) .col-l, .owl-item:nth-child(12) .col-l {
    background-color: #2fb69e;
}
.owl-item:nth-child(3) .col-l, .owl-item:nth-child(8) .col-l, .owl-item:nth-child(13) .col-l {
    background-color: #3460eb;
}
.owl-item:nth-child(4) .col-l, .owl-item:nth-child(9) .col-l, .owl-item:nth-child(14) .col-l {
    background-color: #7bacc5;
}
.owl-item:nth-child(5) .col-l, .owl-item:nth-child(10) .col-l, .owl-item:nth-child(15) .col-l {
    background-color: #ffa800;
}
.owl-item:nth-child(6) .col-l, .owl-item:nth-child(11) .col-l, .owl-item:nth-child(16) .col-l {
    background-color: #c43d32;
}
.item.kerdes .colcontainer .col-l {
    color: #fff;
}
.kerdesnum, .item.kerdes .colcontainer .col-r h3 {
    margin: 70px auto 30px auto;
}
.kerdesnum {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
    padding-bottom: 18px;
    border-bottom: 2px solid #fff;
    height: max-content;
}
.item.kerdes .colcontainer .col-l h3 {
    font-weight: 500;
    font-size: 60px;
    margin: 0px;
    flex-basis: 100%;
    text-align: center;
    padding: 0 30px;
}
.kdots {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    padding: 30px;
}
.kdots div {
    margin: 0 10px;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
}

.owl-item:nth-child(2) .kdots div:nth-child(n+2) {
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-item:nth-child(3) .kdots div:nth-child(n+3) {
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-item:nth-child(4) .kdots div:nth-child(n+4) {
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-item:nth-child(5) .kdots div:nth-child(n+5) {
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-item:nth-child(6) .kdots div:nth-child(n+6) {
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-item:nth-child(7) .kdots div:nth-child(n+7) {
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-item:nth-child(8) .kdots div:nth-child(n+8) {
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-item:nth-child(9) .kdots div:nth-child(n+9) {
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-item:nth-child(10) .kdots div:nth-child(n+10) {
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-item:nth-child(11) .kdots div:nth-child(n+11) {
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-item:nth-child(12) .kdots div:nth-child(n+12) {
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-item:nth-child(13) .kdots div:nth-child(n+13) {
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-item:nth-child(14) .kdots div:nth-child(n+14) {
    background-color: rgba(255, 255, 255, 0.3);
}
.item.kerdes .colcontainer .col-r h3 {
    font-size: 36px;
    height: fit-content;
		height: -moz-fit-content;
    text-transform: uppercase;
}
.item.kerdes .colcontainer .col-r .valaszcont {
    display: flex;
    flex-basis: 100%;
    padding: 30px;
    flex-wrap: wrap;
}
.item.kerdes .colcontainer .col-r .ktitlebox:after {
    content: '';
    display: block;
    width: 250px;
    height: 2px;
    background-color: #000;
    margin: 18px auto 0 auto;
}
.item.kerdes .colcontainer .col-r .valaszcont [id^='question'][id$='_container']{
    flex-basis: 100%;
    display: flex;
}
.item.kerdes .colcontainer .col-r .valaszcont [id^='question'][id$='_container'] input {
    display: none;
    pointer-events: none;
}
.valaszcont .element_label .element_label {
    display: flex;
    padding: 56px 20px;
    align-items: center;
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.valaszcont .element_label .element_label:hover {
    background-color: #e5e5e5;
    cursor: pointer;
}
.valaszcont .element_label .element_label.chosen.not {
    background-color: #e5e5e5;
    pointer-events: none;
    opacity: 1;
}
.valaszcont .element_label .element_label.not {
    opacity: 0.3;
    pointer-events: none;
}
.valaszcont .element_label .element_label:hover .lettercont, .valaszcont .element_label .element_label.chosen .lettercont {
    background-color: #c21b0e;
}
.valaszcont .lettercont {
    height: 70px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-weight: 500;
    font-size: 40px;
    flex-basis: 70px;
}
.valaszcont .answercont {
    flex-basis: calc(100% - 90px);
    font-size: 21px;
}
.valaszcont .element_label:nth-child(1) .element_label {
    border-top: 1px solid #e5e5e5;
}
.valaszcont .element_label:nth-child(2) .element_label {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.valaszcont .element_label:nth-child(3) .element_label {
    border-bottom: 1px solid #e5e5e5;
}
.owl-carousel .owl-item {
    visibility: hidden;
		height: 0;
}
.owl-carousel .owl-item.active {
    visibility: visible;
		height: initial;
}
.magyarazat {
    flex-basis: 100%;
    text-align: center;
		padding: 0 30px;
}
.magyarazat ul {
	display: block;
	width: fit-content;
	width: -moz-fit-content;
	text-align: left;
	font-size: 24px;
	margin-left: auto;
	margin-right: auto;
}
.magyarazat ul li {

}
.addonfields {
    display: none;
}
.thanks .colcontainer {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 65px);
}
.thanks .colcontainer .col-l.images,  .thanks .colcontainer .col-r{
    min-height: calc(100vh - 65px);
		height: 100%;
}
.thanks .colcontainer .col-l, .thanks .colcontainer .col-r {
    display: flex;
    flex-basis: 50%;
    flex-wrap: wrap;
}
.thanks .colcontainer .title {
    text-align: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.thanks .colcontainer .btndn {
	display: block;
	width: 30px;
	height: 30px;
	margin: 30px auto 0 auto;
	position: relative;
	cursor: pointer;
}
.thanks .colcontainer .btndn img {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0
	top: 0;;
}
.thanks .colcontainer .btndn img.hov {
	visibility: hidden;
}
.thanks .colcontainer .btndn img.norm {
	visibility: visible;
}
.thanks .colcontainer .btndn:hover img.hov {
	visibility: visible;
}
.thanks .colcontainer .btndn:hover img.norm {
	visibility: hidden;
}
.thanks .colcontainer .title h1, .thanks .colcontainer .title .subtitle {
    flex-basis: 100%;
    padding: 0 30px;
}
.thanks .colcontainer .title h1 {
    font-size: 36px;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.thanks .colcontainer .title .subtitle {
    font-size: 18px;
    font-weight: 600;
}
.thanks .col-r .row1 {
	padding: 30px;
}
.thanks .col-r .row1, .thanks .col-r .row2 {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.thanks .col-r .row2 .pontszam {
    display: none;
}
.thanks .col-r .row2 .pontszam, .thanks .col-r .row2 .result1, .thanks .col-r .row2 .result2 {
    flex-basis: 100%;
    text-align: center;
		padding: 10px 30px;
}
.thanks .col-r .row2 .result2 {
	flex-basis: 100%;
	text-align: justify;
	font-size: 21px;
	font-weight: 300;
}
.thanks .col-r .row2 {
    align-content: center;
}
.maincontent.thanks .row2 {
    background-color: #f6881c;
    color: #fff;
}
.thanks .col-r .row2 .result1 {
    font-size: 74px;
    font-weight: 700;
}
.open .toprow {
    min-height: calc(100vh - 65px);
    display: flex;
    background-image: url(../custom/images/landing-head-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
}
.open .titlecont, .open .subtitlecont, .open .glogo {
    flex-basis: 100%;
}
.open .titlecont {

}
.open .titlecont h1 {
    font-size: 56px;
    margin: 0 auto 0 auto;
    max-width: 700px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.open .subtitle {
    margin: 50px auto 50px auto;
    font-size: 18px;
    color: #9f9f9f;
    max-width: 600px;
    text-align: center;
    line-height: 1.5;
}
.open .toprow .glogo img {
    width: 90px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.open .toprow .logotext {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
}
.open .btndown img {
    width: 36px;
    height: auto;
}
.open .btndown {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 18px);
    cursor: pointer;
}
.open .btndown:hover .norm {
    display: none;
}
.open .btndown:hover .hov {
    display: initial;
}
.open .btndown .hov {
    display: none;
}
.open .tiles {
    display: flex;
    flex-wrap: wrap;
    background-color: #fdfdfd;
}
.open .tiles .tile {
    flex-basis: calc(50% - 64px);
    min-height: calc(50vh - 48px);
    display: flex;
    flex-wrap: wrap;
    background-color: #f2f2f2;
    margin: 24px 32px;
    box-shadow: 0px 0px 20px 10px #e0e0e0;
}
.open .tile .imgcont {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.open .tile .imgcont img {
    height: 255px;
    width: auto;
    margin: 10px 15px;
}
.open .tile .introcont {
    color: #fff;
    flex-basis: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    position: relative;
}
.open .tile .intro {
    font-size: 18px;
    line-height: 1.5;
}
.open .tile.sziv .introcont {
    background-color: #9ec5e0;
}
.open .tile.rak .introcont {
    background-color: #f082c2;
}
.open .tile.mentalis .introcont {
    background-color: #ffa805;
}
.open .tile.emesztes .introcont {
    background-color: #65cdbc;
}
.open .tile h2 {
    margin: 0 0 20px 0;
    font-size: 39px;
    font-weight: 700;
}
.open .go {
    display: block;
    margin-top: 20px;
}
.open .go a {
    padding: 10px 32px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
}
.open .go a:hover {
    opacity: 0.8;
}
.open .sziv .go a {
    background-color: #437fa8;
}
.open .rak .go a {
    background-color: #c65798;
}
.open .mentalis .go a {
    background-color: #cb8400;
}
.open .emesztes .go a {
    background-color: #3b8b7e;
}
.open .illusztracio a {
	color: #fff;
	text-decoration: none;
}
.tile .illusztracio {
    position: absolute;
    right: 50px;
    font-size: 13px;
    width: 165px;
    bottom: 10px;
    text-align: right;
}
.open .decorflekk {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-color: rgb(242, 242, 242);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    right: 0px;
    bottom: 0px;
}
.logocont .generali img {
    width: auto;
    height: 50px;
}
.landing .description a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
}
.landing .description a:hover {
	text-decoration: underline;
}
.item.landing .illusztracio, .item.urlap .illusztracio, .thanks .illusztracio {
    text-align: right;
		margin-right: 33px;
		margin-bottom: 10px;
    font-size: 13px;
}
.item .illusztracio a {
	text-decoration: none;
	color: #000;
}
.topimagecont {
    background-color: #f2f2f2;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.topimagecont img {
    margin: 20px 10px;
}
.topimagecont .bottomdecor {
    height: 14px;
    flex-basis: 100%;
    position: relative;
}
.topimagecont .bottomdecor:after {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 0;
    border-style: solid;
    border-width: 14px 0 0 12px;
    border-color: #f2f2f2 transparent transparent transparent;
    right: 0px;
    bottom: 0px;
}
.sziv .topimagecont .bottomdecor {
    background-color: #9ec5e0;
}
.rak .topimagecont .bottomdecor {
    background-color: #f082c2;
}
.emesztes .topimagecont .bottomdecor {
    background-color: #65cdbc;
}
.mentalis .topimagecont .bottomdecor {
    background-color: #ffa805;
}
.fullwidthbuttonblock {
    background-color: #f7f7f7;
    padding: 60px 15px;
    text-align: center;
}
.fullwidthbuttonblock .boldtextcont {
    font-size: 28px;
    font-weight: 700;
    max-width: 510px;
    margin: 0 auto 0 auto;
}
.fullwidthbuttonblock .lighttextcont {
    font-size: 21px;
    font-weight: 400;
    margin: 18px auto 0 auto;
}
.fullwidthbuttonblock .btncont {
    margin-top: 40px;
    text-align: center;
}
.fullwidthbuttonblock .btncont a {
    display: inline-block;
    background-color: #c5291d;
    font-size: 23px;
    color: #fff;
    padding: 20px 20px;
    text-decoration: none;
}
.fullwidthbuttonblock .btncont a:hover {
    background-color: #dc3a2d;
}
.page .textblock {
    padding: 40px 15%;
}
.page .textblock p {
    text-align: justify;
    font-size: 21px;
}
.page .textblock h2 {
    font-size: 36px;
    font-weight: 700;
}
.page .textblock.half2 {
    display: flex;
    flex-wrap: nowrap;
}
.page .textblock.half2 .lefthalf {
    padding-right: 15px;
}
.page .textblock.half2 .righthalf {
    padding-left: 15px;
}
.page .textblock.half2 p {
    flex-basis: 50%;
}
.page .textblock .idez {
    font-size: 28px;
    font-style: italic;
    font-weight: 500;
}
.page .textblock .idez.left {
    float: left;
    margin-right: 30px;
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
}
.page .textblock .idez.right {
    float: right;
    margin-left: 30px;
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
}
.page .textblock h3 {
    font-size: 28px;
    font-weight: 700;
}
.page .imageholder img {
    width: 100%;
    height: auto;
}
.page .imageholder.right {
    float: right;
    margin-left: 30px;
    width: 50%;
}
.page .imageholder.left {
    float: left;
    margin-right: 30px;
    width: 50%;
}
.page .imageholder.full {
    flex-basis: 100%;
    padding: 0 15%;
}
.page .imageholder.full img {
    width: 100%;
    height: auto;
}
.page .diagram.right {
    float: right;
    margin-left: 30px;
    width: 50%;
    min-height: 200px;
}
.page .diagram.left {
    float: left;
    margin-right: 30px;
    width: 50%;
    min-height: 200px;
}
.clearfloat {
    clear: both;
}
.forbesbtncont {
	flex-basis: 100%;
	text-align: center;
}
.forbesbtncont a img {
	height: 20px;
	margin: 0 5px;
}
.forbesbtncont .btnforbes {
	color: #000;
	text-decoration: none;
	font-weight: 700;
	padding: 10px;
	display: flex;
	width: fit-content;
	width: -moz-fit-content;
	align-items: baseline;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 2px solid #f6881c;
}
.forbesbtncont .btnforbes:hover {
	border: 2px solid #000;
}
.landing .btn.nxt a {
	color: #fff;
	text-decoration: none;
}
.landingnav {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	justify-content: center;
	padding: 30px;
	font-size: 21px;
	font-weight: 400;
	flex-wrap: nowrap;
}
.landingnav .back {
	margin-right: 40px;
}
.landingnav .back a .circle, .landingnav .next a .circle {
	width: 20px;
	height: 20px;
	background-color: #c5291d;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #c5291d;
}
.landingnav .back a .circle {
	margin-right: 20px;
}
.landingnav .next a .circle {
	margin-left: 20px;
}
.landingnav a:hover .circle {
	background-color: #fff;
}
.landingnav .back a .circle:before {
	content: '';
	display: inline-flex;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #fff transparent transparent;
}
.landingnav .next a .circle:before {
	content: '';
	display: inline-flex;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #fff;
}
.landingnav .back a:hover .circle:before {
	border-color: transparent #c5291d transparent transparent;
}
.landingnav .next a:hover .circle:before {
	border-color: transparent transparent transparent #c5291d;
}
.landingnav a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	color: #c5291d;
	display: flex;
}
@media screen and (max-height: 1630px) {
	.col-l .imgcont img {
		height: 340px;
	}
}
@media screen and (max-width: 1400px) {
	.item.landing .illusztracio, .item.urlap .illusztracio, .thanks .illusztracio {
	    text-align: right;
	    margin-bottom: 10px;
	    font-size: 13px;
	    width: 175px;
	    margin-left: auto;
	}
	.col-l .imgcont {
		height: calc(100% - 54px);
	}
	.thanks .col-l .imgcont {
	    height: calc(100% - 54px);
	}
	.landing .btn.nxt {
		margin: 30px auto;
	}
	.col-l .imgcont img {
	    height: 280px;
	}
	.thanks .col-r .row2 .result1 {
	    font-size: 55px;
	}
}
@media screen and (max-width: 1199px) {
	.col-l .imgcont img {
		height: 300px;
	}
}
@media screen and (max-width: 1100px) {
	.col-l .imgcont img {
		height: 250px;
	}
	.landing .btn.nxt {
		margin: 30px auto;
	}
	.landing h1 {
		font-size: 45px;
	}
	.urlap h2 {
	    font-size: 45px;
	}
	.landing .title, .landing .description {
		padding: 0 30px;
	}
	.item.urlap .title {
	    padding: 0 30px;
	}
	.urlap .inputrows {
	    padding: 0 30px;
	}
	.item.kerdes .colcontainer .col-l h3 {
		font-size: 45px;
	}
	.thanks .col-r .row2 .result1 {
	    font-size: 45px;
	}
	.open .tiles .tile {
	    flex-basis: calc(100% - 64px);
	}
}
@media screen and (max-width: 880px) {
	.landing .title {
		margin-top: 60px;
	}
	.item.landing .colcontainer, .item.urlap .colcontainer {
		flex-wrap: wrap;
	}
	.item .colcontainer .col-l, .item .colcontainer .col-r {
	    flex-basis: 100%;
	}
	.urlap h2 {
	    margin: 60px 0 45px 0;
	}
	.headercont {
	    display: block;
	    height: 90px;
	    padding: 15px 15px 0 15px;
	}
	.header {
		flex-wrap: wrap;
	}
	.tamtarcont {
		order: 1;
		flex-basis: 100%;
	}
	.logocont {
		order: 2;
		flex-basis: 50%;
	}
	.soccont {
		order: 3;
		flex-basis: 50%;
	}
	.item .colcontainer .col-l, .item .colcontainer .col-r {
	    min-height: calc(100vh - 105px);
	}
	.item .colcontainer .col-l, .item .colcontainer .col-r {
	    height: auto !important;
			min-height: initial;
	}
	.item .colcontainer {
	    display: flex;
	    min-height: calc(100vh - 105px);
			flex-wrap: wrap;
	}
	.kerdesnum, .item.kerdes .colcontainer .col-r h3 {
	    margin: 45px auto 30px auto;
	}
	.valaszcont .element_label .element_label {
	    padding: 30px 20px;
	}
	.magyarazat ul li {
		white-space: wrap;
	}
	.thanks .colcontainer {
		flex-wrap: wrap;
	}
	.thanks .colcontainer .col-l, .thanks .colcontainer .col-r {
	    flex-basis: 100%;
	}
	.thanks .colcontainer .col-l.images, .thanks .colcontainer .col-r {
	    min-height: initial;
	    height: auto !important;
	}
	.col-l .imgcont {
	    height: auto;
	}
	.thanks .col-r .row2 .result1 {
		padding: 30px 5px;
	}
	.page .textblock h2 {
	    font-size: 34px;
	}
	.open .subtitle {
	    padding: 0 20px;
	}
	.page .textblock {
	    padding: 40px 30px;
	}
	.page .imageholder.right, .page .imageholder.left {
	    float: none;
	    margin-left: 0;
	    width: 100%;
	}
	.page .diagram.left, .page .diagram.right {
	    float: none;
	    margin-right: 0;
	    width: 100%;
	    min-height: 200px;
	}
	.page .imageholder.full {
	    padding: 0 30px;
	}
	.page .textblock .idez.left {
	    float: none;
	    margin-right: 0;
	    width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.open .btndown {
	    position: relative;
			bottom: initial;
			margin-top: 30px;
	}
}
@media screen and (max-width: 480px) {
	.logocont {
		flex-basis: auto;
	}
	.soccont {
		flex-grow: 1;
		flex-basis: auto;
	}
	.tamtarcont {
		margin-bottom: 10px;
	}
	.logocont .forbes.logo {
	    margin-right: 20px;
	}
	.col-l .imgcont img {
	    height: 150px;
	}
	.item.landing .illusztracio, .item.urlap .illusztracio, .thanks .illusztracio {
	    font-size: 8px;
	    width: auto;
	}
	.landing .title {
	    margin-top: 30px;
	}
	.landing h1 {
	    font-size: 35px;
	}
	.urlap h2 {
	    font-size: 35px;
	}
	.kerdesnum, .item.kerdes .colcontainer .col-r h3 {
	    margin: 25px auto 25px auto;
	}
	.kerdesnum {
	    font-size: 25px;
	}
	.item.kerdes .colcontainer .col-l h3 {
	    font-size: 35px;
	}
	.item.kerdes .colcontainer .col-r h3 {
	    font-size: 25px;
	    text-align: center;
	}
	.valaszcont .lettercont {
	    height: 50px;
	    font-size: 30px;
	    flex-basis: 50px;
	}
	.valaszcont .answercont {
	    flex-basis: calc(100% - 70px);
	    font-size: 18px;
	}
	.valaszcont .element_label .element_label {
	    padding: 20px 20px;
	}
	.thanks .col-r .row2 .result1 {
	    font-size: 35px;
	}
	.thanks .col-r .row1 {
	    padding: 30px 0;
	}
	.thanks .colcontainer .title h1, .thanks .colcontainer .title .subtitle {
	    padding: 0 20px;
	}
	.tile .illusztracio {
	    font-size: 9px;
			width: 110px;
			bottom: 5px;
	}
	.open .titlecont h1 {
	    font-size: 46px;
	}
	.open .tile h2 {
	    font-size: 29px;
	}
	.open .go {
	    margin-bottom: 20px;
	}
	.page .textblock h2 {
	    font-size: 28px;
	    font-weight: 700;
	}
	.page .textblock .idez {
	    font-size: 20px;
	}
	.fullwidthbuttonblock .boldtextcont {
	    font-size: 22px;
	}
	.fullwidthbuttonblock .btncont a {
	    font-size: 18px;
	}
}
@media screen and (max-width: 380px) {
	.logocont .forbes img {
	    width: 90px;
	}
	.logocont .generali img {
	    width: auto;
	    height: 40px;
	}
	.valaszcont .answercont {
	    flex-basis: calc(100% - 70px);
	    font-size: 14px;
	}
	.open .titlecont h1 {
	    font-size: 36px;
	}
	.open .tile h2 {
	    font-size: 24px;
	}
}
