﻿/*--------------------Font----------------------------*/
@import url('https://fonts.googleapis.com/css?family=Archivo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');


:root {
	--color-1: #FFFFFF;
	--color-2: #26A9A0;
	--color-2-act: #62B2AA;
	--color-2-ina: #E5F5F3; /*#CCCCCC;*/
	--color-3: #023F87;
	--color-3-ina: #CCD9E7;
	--color-4: #538CCA;
	--color-4-op: #E5F5F3;
	--color-4-ina: #CBDCEF;
	--color-5: #FEC979;
	--color-6: #9599CC;
	--color-7: #C8CBDD;
	--color-8: #FF3B00;
	--color-alert: rgb(239 48 100);
	--primary-bg-color: #fff;
	--secondary-color: var(--color-5);
	--menu-text-color: var(--color-3);
	--menu-text-color--ina: #C3D1E2;
	--bottom-panel-color: var(--color-2);
	--button-color: #ea4e8c;
	--design-strip-color: #7979ff;
	--token-bg-color: #9bede8;
	--token-color: #023e86;
	--heading-type-1-color: #00acbe;
	--competition-memobox-bgcolor: #effaff;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}




/* DEFAULTS
----------------------------------------------------------*/


html {
    /*	height: 100%;*/
    /* HACK: Ha hidden, akkor egy, a képernyőnél szélesebb elem esetén sem jelenik meg a vízszintes scroolbar, 
		de az ilyen nem kezelt kilógó dolgok elrontják a középre rendezést, mert a NEM látható, teljes szélesség közepére igazít
	*/
/*    overflow-x: hidden;*/
    overflow-y: unset !important;
	width: 100%;
	height: 100%;
}

body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-color: var(--bottom-panel-color);
    padding-right: unset !important;
    /*	overflow-x: hidden;*/
}


section {
	padding: 0 !important;
}

form {
	background-color: #fff;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.mainpart {
	flex-grow: 1;
}

.headear-outer, .mainpart, .bottomPanel {
	flex-shrink: 0;
}

a:link, a:visited {
	color: var(--color-2);
	text-decoration: underline;
}

a:hover {
    color: #999999;
    text-decoration: underline;
}

a:active {
    color: #778fbf;
}

/*p
{
    font-family: 'Roboto', sans-serif;
    font-size:15px;
    line-height:20px;
    margin-bottom: 5px;
    line-height: 20px;
    margin-top:0px;
}*/

.up {
    text-transform: uppercase !important;
}

.pointer {
    cursor: pointer;
}

li {
    color: var(--color-3);
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.4px;
}

ul {
    padding-left: 20px;
}

/* HEADINGS   
----------------------------------------------------------*/
/* HEADINGS   
----------------------------------------------------------*/
.head1 {
	font-family: Archivo;
	font-size: 60px;
	font-weight: 900;
	line-height: 70px;
	letter-spacing: -0.01em;
	color: var(--color-3) !important;
}

.head2 {
    font-family: Archivo;
    font-size: 46px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: var(--color-4);
}

.head3 {
    font-family: Archivo;
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: var(--color-3) !important;
}

.head3-underline {
	font-family: Archivo;
	font-size: 24px;
	font-weight: 800;
	line-height: 36px;
	letter-spacing: 0.01em;
	color: var(--color-3) !important;
	text-decoration: underline;
}

	.head4 {
		font-family: Archivo;
		font-size: 28px;
		font-weight: 900;
		line-height: 42px;
		letter-spacing: -0.015em;
	}

/*h3 {
	font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}*/
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

.text1,
.text1 p {
    font-family: Archivo;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    color: var(--color-3) !important;
}

.text2,
.text2 p,
.text2 span {
	font-family: Archivo;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.36px;
	color: var(--color-3) !important;
}

.text2-bold,
.text2-bold p,
.text2-bold span {
	font-family: Archivo;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 32px;
	letter-spacing: 0.36px;
	color: var(--color-3) !important;
}

.text-italic {
    font-family: Archivo;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.4px;
    color: var(--color-3) !important;
}

.text-italic-bold {
	font-family: Archivo;
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	line-height: 32px;
	letter-spacing: 0.4px;
	color: var(--color-3) !important;
}
.table-text {
    font-family: Archivo;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: var(--color-4) !important;
}

.table-text-bold {
    font-family: Archivo;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    color: var(--color-3) !important;
}

/*---------táblázat-------------*/
table.rounded {
    border: none;
    width: 100%;
}

    table.rounded tr.rounded-head td:first-child {
        border-radius: 30px 0 0 30px;
        background-color: var(--color-4);
        height: 60px;
        color: var(--color-1);
        padding-left: 37px;
        font-family: Archivo;
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 36px; /* 150% */
        letter-spacing: 0.24px;
        width: 50%
    }

    table.rounded tr.rounded-head td:last-child {
        border-radius: 0 30px 30px 0px;
        background-color: var(--color-4);
        height: 60px;
        color: var(--color-1);
        padding-left: 37px;
        font-family: Archivo;
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 36px; /* 150% */
        letter-spacing: 0.24px;
    }

    table.rounded tr.rounded-row {
        border-bottom-color: var(--color-4);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

        table.rounded tr.rounded-row td {
            font-family: Archivo;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: 36px;
            color: var(--color-3);
            height: 60px;
        }

            table.rounded tr.rounded-row td:first-child {
                padding-left: 37px;
            }

            table.rounded tr.rounded-row td:last-child {
                padding-left: 20px;
            }


.button1 {
    font-family: Archivo;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#divFullSizedMenuVisible {
    display: none;
    width: 0px;
    height: 0px;
}

.panelContent {
    font-size: 14px;
    text-align: center;
    white-space: normal;
    max-width: 700px;
}

.bodyContent {
    margin: 0 auto;
    width: 80%;
    min-width: 180px;
    line-height: 150%;
    text-align: center;
}

    .bodyContent h3 {
        padding: 40px 0 20px;
    }

.leftRightPanel {
    width: 10%;
    max-width: 180px;
    min-width: 0px;
    background-color: transparent !important;
    border: none;
}

.topPanel {
    padding: 0px, 0px, 0px, 0px !important;
    border: none;
    background-color: white !important;
}

.page-bottom-spacer {
    width: 100%;
    height: 100px;
}

.page-bottom-spacer-200 {
    width: 100%;
    height: 200px;
}

.page-top-spacer {
    width: 100%;
    height: 40px;
}

.bottomPanel {
    width: 100%;
	/*max-width: 1920px;*/
    min-height: 155px !important;
	margin: 0 auto;
    background-color: var(--bottom-panel-color) !important;
    padding: 15px;
    border: none;
    position: relative;
    bottom: 0;
    overflow:hidden;
}

.bottomPanel-div {
    position: relative;
    max-width: 1920px;
    margin: auto;
}

.bottomPanel-social {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.bottomPanel-logo {
    display: inline-block;
}

    .bottomPanel-logo a {
        display: inline-block;
        width: 33px;
        height: 33px;
        z-index: 101;
        text-indent: -9999px;
        background-size: cover;
        margin-right: 15px;
    }

/*.bottomPanel-fb a {
    background-image: url('../Images/fb.svg');
}

.bottomPanel-youtube a {
    background-image: url('../Images/youtube.svg');
}

.bottomPanel-insta a {
    background-image: url('../Images/insta.svg');
}*/

.bottomPanel-middle-block {
    display: inline-block;
    width: 500px;
}

.bottomPanel-footer-menu {
    display: block;
    padding-bottom: 20px;
    margin-right: 15px;
}

.bottomPanel-copyright {
    display: block;
    height: 39px;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
	margin-bottom: 10px;
}

.bottomPanel-right-block {
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
}

.bottomPanel-right-lower {
    display: block;
    border-top: 1px solid rgba(255,255,255, 0.5);
    max-width: 290px;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.bottomPanel-mtsza {
    display: inline-block;
    width: 51px;
    height: 61px;
    vertical-align: middle;
    margin-right: 27px;
}

    .bottomPanel-mtsza a {
        width: 51px;
        height: 61px;
        background-image: url('../Images/mtsz.svg?v=15');
        background-repeat: no-repeat;
        display: inline-block;
        position: relative;
        z-index: 101;
        text-indent: -9999px;
        background-size: contain;
    }

.dummy-background {
    display: none;
    position: fixed;
    width: 100%;
    height: 2000px;
    background-color: white;
    z-index: 2;
}


.mainContent {
    height: 140px;
    position: sticky;
    z-index: 2;
    background-color: white;
    top: 0;
}

.headear-outer {
    max-width: 1920px;
    margin: 0 auto;
}

.header-strip {
    height: 10px;
    background-color: var(--primary-bg-color) !important;
    margin: 0px;
    position: absolute;
    z-index: 10;
}

.header-strip-inner {
    height: 10px;
    text-align: right;
    background-color: var(--primary-bg-color) !important;
    padding-right: 10px;
}

.top-line-1 {
    float: left;
    width: 0%;
    height: 20px;
}

.top-line-login {
    float: left;
    width: 100%;
    height: 100%;
    text-align: right;
}

.top-line-language {
    float: left;
    width: 20%;
    height: 20px;
    text-align: right;
}

/*.row {
    margin-left: 215px;
}

.column {
    
}*/

.leftpanel {
    float: left;
    width: 215px;
    margin-left: -215px;
}

.rightpanel {
    float: right;
    width: 100%;
}

.cleared {
    clear: both;
}

#updatePanel {
}

.item-page {
    height: 100%;
    width: 100%;
    max-width: 1100px;
    text-align: left;
    margin: auto;
}

.item-page-full {
    height: 100%;
    width: 100%;
    text-align: left;
    margin: auto;
}

.page {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: white;
	/*overflow-x: hidden;*/
}

.main-container {
    margin-left: auto;
    margin-right: auto;
}

.topheader {
    position: relative;
    margin: 0px;
    padding: 0px;
    float: right;
    min-height: 30px;
}

.main {
    /*padding: 0px 12px;*/
    height: 100%;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer-images {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 980px;
    height: 75px;
}

.footer {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 980px;
    height: 27px;
    background-repeat: no-repeat;
    background-position-x: right;
}

.footer-text,
.footer-text p,
.footer-text p span {
	color: white !important;
}

.footer-left {
	background-color: #9d9fa2;
	height: 27px;
	width: 900px;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/
.formLayout {
    max-width: 100%;
}

.dxflRequired {
    color: red !important;
}

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* ICONS
----------------------------------------------------------*/
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.check::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
}

.minus::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
}

.reviewer {
    font-size: 22px;
    color: #8dd3df;
}


/* MISC  
----------------------------------------------------------*/

.competition-first-phase-element {
    line-height: 29pt;
    border-bottom: 1px solid lightgray;
}

.competition-first-phase-element-padding {
    float: left;
    width: 170px;
    padding-left: 15px
}

.subtitle-container-center {
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 40px;
}

.videos-container {
    margin: auto;
    max-width: 1110px;
}

.photogalery-container {
    margin: auto;
    max-width: 820px;
}

/*.photogalery-item {
    width: 25%;
}*/


.bottom-button-container {
    height: 40px;
    padding-top: 42px;
    padding-bottom: 100px;
    display: block;
}

.next-container {
    float: right;
    padding-top: 40px !important;
}

.back-container {
    float: left;
    padding-top: 40px !important;
}

.mycomp-main-container {
    max-width: 730px;
    display: inline-block;
    padding-top: 30px;
}

.mycomp-phase-container {
    padding-bottom: 0px;
    width: 100%;
}



.mycomp-welcome-left {
    text-align: left;
    padding-bottom: 15px;
    padding-top: 0px;
    color: black;
}





.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.justify {
    text-align: justify !important;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: 700 !important;
}

.italic {
    font-style: italic;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.top {
    vertical-align: top;
    top: 0px;
}

.red {
    color: var(--button-color) !important;
}

.transparent {
    background-color: transparent !important;
}

.lilas {
    color: #778fbf !important;
}

.green {
    color: green !important;
}

.opacity-20 {
    opacity: 0.2 !important;
    filter: alpha(opacity=20) !important; /* For IE8 and earlier */
}

.opacity-50 {
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important; /* For IE8 and earlier */
}

.opacity-60 {
    opacity: 0.6 !important;
    filter: alpha(opacity=60) !important; /* For IE8 and earlier */
}


.submitButton {
    text-align: right;
    padding-right: 10px;
}

.border {
    /*border: 1px solid;*/
    padding: 8px;
}

.noborder {
    border: 0px none !important;
}

/*.border_bottom {
    border-bottom-color: var(--competition-memobox-bgcolor) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
}*/

.border-light-top {
	border-top-color: lightgray !important;
	border-top-style: solid !important;
	border-top-width: 1px !important;
}

.border-light-top-double {
	border-top-color: lightgray !important;
	border-top-style: double !important;
	border-top-width: 6px !important;
}


.lineheight-18 {
    line-height: 18px !important;
}

.table {
    display: table;
}

.div-row,
.div-row-grid {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 0px;
}

.div-row-grid-bottomline {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 0px;
    height: 43px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--competition-memobox-bgcolor);
}

.fullwidth {
    width: 100%;
}

.fullheight {
    height: 100%;
}

.div-column,
.div-column-grid {
    float: left;
    display: block;
}

.div-column-grid-tolabel {
    float: left;
    display: block;
    height: 100%;
    padding-top: 2px;
    width: 50%;
}

.competitionteam__div-column-grid-caption {
    float: left;
    display: block;
    height: 100%;
    padding-top: 2px;
    width: 50%;
}

.competitionteam__div-column-grid-value {
    float: left;
    display: block;
    height: 100%;
    padding-top: 2px;
    width: 50%;
    overflow-wrap: break-word;
}

.fontsize-big {
    font-size: 16px !important;
}


.editbox-padding {
    padding-left: 10px;
}

/*------------------------Site.Master-------------------------------*/


.notification,
.notification.dxbButtonSys,
.notification a,
.notification span,
.notification a:link {
    color: red !important;
    text-decoration: none !important;
}


.cf:before, .cf:after { /*content:" ";display:table*/
}

.cf:after { /*clear:both*/
}

.cf { /**zoom:1*/
}

.of_h { /*overflow:hidden;*/
}


.checkinn_logo {
	/*	left: 80px;
	top: 4px;
	float: left; */
	display: inline-block;
	position: relative;
	background: url('../images/checkinn_logo.png') no-repeat 0 0;
	width: 149px;
	height: 28px;
	text-indent: -9999px;
	background-size: contain;
	margin: 0 40px 0 0;
}

.mtsza_logo {
	/*	left: 80px;
	top: 4px;
	float: left; */
	display: inline-block;
	position: relative;
	background: url('../images/mtsza_logo.png') no-repeat 0 0;
	width: 68px;
	height: 68px;
	text-indent: -9999px;
	background-size: contain;
	margin: 0;
}

.menuitem-social-block, .menuitem-social-block-footer {
	white-space: nowrap;
	width: -webkit-fill-available;
}

.menuitem-social-email a {
	text-decoration: none;
}

.header_menu_container {
    /*height: 27px;*/
    margin-left: 5px;
    z-index: 12;
    position: relative;
}


.menu-left {
    float: left;
    width: 215px;
    margin-left: -215px;
}

#app-header {
    max-width: 1920px;
    height: 140px;
    background-color: var(--primary-bg-color) !important;
}

.app-logo-container {
    display: inline-block;
    margin-left: 30px;
    height: 100%;
    float: left;
    position: relative;
    order: 1;
}

.app-header-logo {
    float: left;
    display: inline-block;
    position: relative;
    z-index: 101;
    background: url('../images/logo.svg?v=250825.1') no-repeat 0 0;
    height: 85px;
    aspect-ratio: 200 / 85;
    text-indent: -9999px;
    background-size: contain;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.app-menu-container {
    display: inline-block;
    position: relative;
    height: 140px;
    padding-top: 40px;
    float: right;
    order: 1;
    /*TEST*/
    /*display: none;*/
}

.app-header-right-block {
    display: flex;
}

.app-menu-container-pos {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: right;
    margin: 1px 0 0 0;
}

.app-din-container {
	display:none;
}

    .app-din-container:after {
        content: "";
        display: table;
        clear: both;
    }

.header-social {
    float: right;
    /*	width: 255px;*/
    height: 40px;
    position: relative;
    top: calc(50% - 20px);
    margin-right: 20px;
    order: 3;
    /*TEST*/
    /*display: none;*/
}

.social-logo {
    display: inline-block;
    float: left;
}

	.social-logo a {
		display: inline-block;
		text-indent: -9999px;
		position: relative;
		width: 40px;
		height: 40px;
		background-repeat: no-repeat;
		background-size: contain;
	}

.header-social--fb a {
    background-image: url('../Images/social/fb.svg');
    margin-right: 15px;
}

.header-social--youtube a {
    background-image: url('../Images/social/youtube.svg');
    margin-right: 15px;
}

.header-social--insta a {
    background-image: url('../Images/social/insta.svg');
}

.header-social--tiktok a {
	background-image: url('../Images/social/tiktok.svg');
	margin-right: 15px;
}

.header-social--linkedin a {
	background-image: url('../Images/social/linkedin.svg');
}

.header-social--fb-white a {
	background-image: url('../Images/social/fb_white.svg');
	width: 50px;
	height: 50px;
	margin-right: 15px !important;
}

.header-social--youtube-white a {
	background-image: url('../Images/social/youtube_white.svg');
	width: 50px;
	height: 50px;
	margin-right: 15px !important;
}

.header-social--insta-white a {
	background-image: url('../Images/social/insta_white.svg');
	width: 50px;
	height: 50px;
}

.header-social--tiktok-white a {
	background-image: url('../Images/social/tiktok_white.svg');
	width: 50px;
	height: 50px;
	margin-right: 15px !important;
}

.header-social--linkedin-white a {
	background-image: url('../Images/social/linkedin_white.svg');
	width: 50px;
	height: 50px;
}



.navbar-logo {
    float: left;
    display: block;
    margin: 0px;
}


/* ------ Posy >>> -------*/

#secPozyScrollPosition {
    position: absolute;
    margin-top: -10px;
}

#secPosy {
    position: relative;
    margin-top: 205px;
}

.posy-container {
    z-index: 1;
    position: relative;
	
}

.posy-block {
    width: 550px;
    display: block;
    margin: 0 15px;
    margin-left: auto;
    margin-right: auto;
    float: right;
}

.posy-title-container {
    /*	max-width: 530px;*/
    max-height: 70px;
    margin-top: 37px;
    display: inline-block;
    padding-bottom: 8px;
    text-align: left;
}

.posy-aftertext-container {
    margin-top: 75px;
    max-width: 600px;
	margin: 0 auto;
}

.default-bg-1 {
    background-image: url('../Images/bg/default_bg_1.svg?v=240909.1');
    background-repeat: no-repeat;
    position: relative;
    height: 891px;
    top: -90px;
    width: 100%;
    aspect-ratio: 375 / 281;
    /*top: -50px;*/
    background-size: contain;
}
/* ------ <<< Posy -------*/


/* ------ Posy2 >>> -------*/

#secPosy2 {
    position: relative;
    margin-top: -650px;
    overflow: unset;
}

.posy2-container {
    z-index: 1;
    position: relative;
}

.posy2-pic-container {
    width: 100%;
    /*float: right;*/
    /*margin-right: 158px;*/
}

.default-bg-2 {
    background-image: url('../Images/bg/default_bg_2.svg');
    background-repeat: no-repeat;
    /*	background-position: center center;*/
    position: relative;
    height: 733px;
    width: 100%;
    aspect-ratio: 1920 / 733;
    top: 350px;
    background-size: contain;
}

.default-bg-3 {
    background-image: url('../Images/bg/default_bg_3.svg');
    background-repeat: no-repeat;
    /*	background-position: center center;*/
    position: relative;
    height: 814px;
    width: 100%;
    aspect-ratio: 1920 / 814;
    top: 200px;
    background-size: cover;
    margin-bottom: -910px;
    margin-top: 260px;
}

.default-bg-4 {
	background-image: url('../Images/bg/default_bg_4.svg');
	background-repeat: no-repeat;
	/*	background-position: center center;*/
	position: relative;
	height: 1406px;
	width: 100%;
	aspect-ratio: 768 / 726;
	top: 200px;
	background-size: cover;
	margin-bottom: -1516px;
	margin-top: 463px;
}

.default-bg-5 {
	background-image: url(../Images/bg/default_bg_5.svg);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	height: 478px;
	width: 100%;
	aspect-ratio: 1920 / 478;
	top: 200px;
	background-size: cover;
	margin-bottom: -470px;
	margin-top: 300px;
}

.default-bg-6 {
	background-image: url(../Images/bg/default_bg_6.svg?v=240827.1);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 985px;
	width: 100%;
	aspect-ratio: 1920 / 985;
	top: 200px;
	background-size: cover;
	margin-bottom: -470px;
}

.posy2-block {
    width: 550px;
    display: block;
    margin: 0 auto;
    /*	float: right;*/
}

.posy2-subtitle-container {
    /*	width: 440px;*/
    margin-top: 22px;
}

.posy2-text-container {
    margin-top: 27px;
}

/* ------ <<< Posy2 -------*/


/* ------ Step >>> -------*/

.good-advices {
    text-align: center;
}

.step-box {
    position: relative;
    justify-content: center;
}

.step-text-block {
    color: var(--color-1) !important;
    width: 420px;
    margin-left: 53px;
    margin-top: 92px
}

.step-circle {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    margin-top: -52px;
}

.step-number {
    width: 85px;
    height: 76px;
    line-height: 104px;
    color: var(--color-1) !important;
}

.step-serial {
    color: var(--color-1) !important;
    margin-bottom: 10px;
}

.step-title {
    color: var(--color-1) !important;
    margin-bottom: 60px;
}

.step-text {
    color: var(--color-1) !important;
}

.step-pic {
    position: relative;
}

#secStep1 {
    /*padding-top: 30px !important;*/
    overflow: visible;
}

#secStep2 {
    /*padding-top: 30px !important;*/
    margin-top: 300px;
    overflow: visible;
}

#secStep3 {
	margin-top: 0px;
	overflow: visible;
}

#secStep4 {
    margin-top: 300px;
    overflow: visible;
}

#secStep5 {
	margin-top: 0px;
	overflow: visible;
}


.step-box-bottom,
.step-box-top {
    width: 550px !important;
    height: 683px !important;
    flex-shrink: 0;
    border-radius: 60px;
    background: var(--color-4);
}

.step-box-bottom {
    position: relative;
    opacity: 0.2;
    transform-origin: 100% 100%;
    transform: rotate(3.692deg);
}

.step-box-top {
    position: absolute;
}

.step-circle {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    position: absolute;
    margin-top: -52px;
    margin-left: 34px;
    /*   text-align: center;*/
}

#secStep1 .step-circle {
    background-color: var(--color-2);
}

/*	#secStep2 .step-box-bottom,
	#secStep2 .step-box-top {
		width: 550px;
		height: 683px;
		flex-shrink: 0;
		border-radius: 60px;
	}
*/
#secStep2 .step-box-bottom,
#secStep2 .step-box-top {
    background: var(--color-5);
}


/*	#secStep2 .step-box-bottom {
		position: relative;
		opacity: 0.2;
		transform-origin: 100% 100%;
		transform: rotate(3.692deg);
	}*/

#secStep2 .step-box-top {
    position: absolute;
}

#secStep2 .step-circle {
    background-color: var(--color-3);
    margin-left: 34px;
}

#secStep3 .step-circle {
    background-color: var(--color-4);
}

#secStep4 .step-circle {
    background-color: var(--color-5);
}

#secStep5 .step-circle {
    background-color: var(--color-2);
}

#secStep3 .step-box-bottom,
#secStep3 .step-box-top {
    background: var(--color-3);
}

#secStep4 .step-box-bottom,
#secStep4 .step-box-top {
    background: var(--color-2);
}

#secStep5.step-box-bottom,
#secStep5 .step-box-top {
    background: var(--color-4);
}


/* ---------- >>> Default / Reminder ---------- */

.reminder-text-block {
	position: relative;
	width: 800px;
/*	padding-top: 27%;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 130px;
}


.reminder-title p,
.reminder-title p span,
.reminder-text p,
.reminder-text p span {
	color: var(--color-1) !important;
}

.reminder-title-container {
	margin-bottom: 30px;
}

.reminder-text-container {
	margin-bottom: 45px;
}

.reminder-detail-button-container {
	text-align: center;
}

.reminder-detail-button {
	line-height: 77px !important;
}
/* ---------- Default / Reminder <<< ---------- */




.default--pic-1-team {
    width: 469px;
    aspect-ratio: 469 / 501;
    background-image: url('../Images/pic/default_pic_1_team.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    text-indent: -9999px;
    background-size: contain;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.default--pic-2-explore {
    width: 626px;
    aspect-ratio: 626 / 426;
    background-image: url('../Images/pic/default_pic_2_explore.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    text-indent: -9999px;
    background-size: contain;
    transform: translate(-435px, -50%);
    top: 50%;
    left: 50%;
}

.default--pic-3-idea {
    width: 484px;
    aspect-ratio: 484 / 361;
    background-image: url('../Images/pic/default_pic_3_idea.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    text-indent: -9999px;
    background-size: contain;
    transform: translate(-186px, -50%);
    top: 50%;
    left: 50%;
}

.default--pic-4-video {
    width: 636px;
    aspect-ratio: 636 / 450;
    background-image: url('../Images/pic/default_pic_4_video.png');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    text-indent: -9999px;
    background-size: contain;
    transform: translate(-439px, -50%);
    top: 50%;
    left: 50%;
}

.default--pic-5-upload {
	width: 484px;
	aspect-ratio: 484 / 421;
	background-image: url('../Images/pic/default_pic_5_upload.svg?v=240827.1');
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	text-indent: -9999px;
	background-size: contain;
	transform: translate(-193px, -50%);
	top: 50%;
	left: 50%;
}
/* ------ <<< Step -------*/


.prizes-outer-container {
    position: relative;
}

.prizes-container {
    max-width: unset;
    top: -400px;
    position: relative;
}

#secPrizes {
	margin-top: -100px;
	margin-bottom: -260px;
}

.default--pic-prizes {
    width: 100%;
    max-width: 1221px;
/*    height: 897px;*/
    aspect-ratio: 1221 / 897;
    background-image: url('../Images/pic/default_pic_prizes.svg');
    background-repeat: no-repeat;
    display: block;
    position: relative;
    background-size: contain;
    /*	margin-top: 155px;*/
    margin: 0 auto;
}

.prizes-text-block {
    /*background-color: yellow;*/
    /*margin-top: -540px;*/
    position: relative;
    width: 600px;
    padding-top: 27%;
    margin-left: auto;
    margin-right: auto;
}

.prizes-title, .prizes-text {
    color: var(--color-1) !important;
}

.prizes-title-container {
    margin-bottom: 30px;
}

.prizes-text-container {
    margin-bottom: 45px;
}

.prizes-detail-button-container {
    text-align: center;
}

.prizes-detail-button {
    line-height: 77px !important;
}

/* ------ >>> Default/Prizes -------*/



.expository-greeting-1 {
    font-size: 16px;
}

.expository-greeting-2 {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    vertical-align: bottom;
    margin: auto;
    max-width: 540px;
}

.expository-body {
    font-size: 15px;
}

.navbar-TextMain {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    color: white;
    margin-left: 0px;
    margin-right: 50px;
}

.gbtc {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.gbgt {
    float: left; /*line-height: 27px;*/
    position: relative;
    padding: 0;
    vertical-align: top;
    margin-right: 20px;
}

.header-menu-container {
    z-index: 12;
    position: relative;
    /*	width: 100% !important;*/
}

    .header-menu-container .dxm-menuItem {
        width: 100%;
        max-width: 200px;
    }

.footer-menu-container .dxm-menuItem {
    width: 200px;
}

.copyright-desktop {
	color: #FFF;
	font-family: Archivo;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
	letter-spacing: 0.36px;
	bottom: 15px;
	position: absolute;
}

.copyright-mobile {
	color: #FFF;
	font-family: Archivo;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.36px;
	text-align: center;
	display: none;
}

.follow-us {
	color: white !important;
	margin-bottom: 22px;
}

.policy-desktop a,
.policy-mobile a {
	color: var(--color-1, #FFF) !important;
	text-align: center;
	font-family: Archivo;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px; /* 166.667% */
	letter-spacing: 0.36px;
	text-transform: uppercase;
	text-decoration: none;
}

.policy-mobile {
	margin-top: 30px;
	margin-bottom: 30px;
	display: none;
}

.policy-mobile {
	line-height: 40px;
}


/*--------------menu-----------------*/
.dxmLite.dxm-side-menu-mode .dxm-bread-crumbs {
	border-bottom: none;
}

/*.dxmLite, .dxmLite .dxm-item a.dx {
	color: gray;
}*/

.more-menu-top-padding {
	margin-top: 40px !important;
}


.dxmLite.dxm-side-menu-mode .dxm-slide-panel .dxm-selected {
	background-color: transparent !important;
}

.dxm-overlay {
	background-color: rgba(0, 0, 0, 0.0);
}

.dxmLite.dxm-side-menu-mode .dxm-side-menu-button {
	width: 30px;
	height: 20px;
	border: none;
	float: right;
	cursor: pointer;
	top: -40px;
	right: 23px;
	background-color: transparent;
}

.menu-subclosebutton-container {
	min-height: 30px;
	text-align: right;
	margin: 13px 27px 35px 0px;
}

.menu-closebutton-container {
	min-height: 30px;
	text-align: right;
	margin: 13px 20px 0px 0px;
	display: block !important;
}

	.menu-closebutton-container div,
	.menu-subclosebutton-container div {
		cursor: pointer;
		border: 0px none !important;
		background-image: url('../Images/menu_close.svg');
		background-repeat: no-repeat;
		background-color: transparent !important;
		padding: 0px 0px 0px 0px;
		font-family: 'Roboto', sans-serif;
		font-size: 15px;
		text-decoration: underline;
	}

.menu-closebutton {
	color: var(--color-2);
	text-decoration: none !important;
	min-width: 26px;
	min-height: 26px;
}

.menu-transparent {
	background-color: transparent !important;
	background-image: none !important;
	border-width: 0px !important;
	border-image-width: 0px !important;
	padding: 0px;
}

.main-menu {
	background-color: var(--primary-bg-color) !important;
	border: 0px !important;
	border-width: 0px !important;
	border-image-width: 0px !important;
	position: relative;
	color: white;
}

.dxm-bread-crumbs {
	margin: 45px 0px 30px 0px !important;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal !important;
	line-height: 30px !important;
	color: #aaa;
}

.menu-submenu-default {
	background-color: var(--primary-bg-color) !important;
	margin: 0px 0px 0px 0px !important;
	padding: 7px 0px 12px 0px !important;
	top: 0px !important;
	left: 0px !important;
	min-width: 195px;
}

	/*Nyíl*/
	.menu-submenu-default a:before {
		/*content: '';
    position: absolute;
    top: -18px;
    left: 75px;
    width: 30px;
    height: 30px;
    transform: scale(0.707) rotate(-45deg);
    z-index: 1;
    background: #fff;
    border-radius: 0 5px 0 45px;
    border-top: 2px solid #e3e7e9 !important;
    border-right: 2px solid #e3e7e9 !important;*/
	}

	.menu-submenu-default span.dx-vam {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

.dxm-vertical .menu-item-default {
	/*margin-right: 15px;*/
	padding-left: 0px !important;
}

/*.menu-item-default .dxm-selected,
.menu-item-default .dxm-selected a,
.menu-item-default .dxm-selected div*/


/*.menu-item-default,
.menu-item-default a,
.menu-item-default div {
	font-family: Archivo, serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	border-width: 0px !important;
	border-image-width: 0px !important;
	background-color: var(--primary-bg-color) !important;
	text-align: left;
	color: var(--color-2) !important;
}*/

	.menu-item-default span {
		word-wrap: break-word;
	}

/*.dxm-hovered span:hover {
    font-weight: 700;
}*/

.dxm-selected {
	background-color: #023e88;
}

.dxbButtonPressed {
    background-color: transparent !important;
}

/*.dxm-selected div {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    background-color: var(--primary-bg-color);
    border-width: 0px !important;
    border-image-width: 0px !important;
    text-align: left;
    color: var(--color-2) !important;
}
*/

.menu-subitem-default.dxm-selected div span {
	color: var(--menu-text-color--ina) !important;
	background-color: var(--color-1) !important;
}

.menu-item-default.dxm-selected div span {
	color: var(--menu-text-color--ina) !important;
}

.dxmLite.dxm-side-menu-mode .dxm-slide-panel .dxm-hovered {
    background-color: var(--primary-bg-color) !important;
}

.menu-item-hover,
.menu-item-hover a {
    background-color: var(--primary-bg-color) !important;
    font-weight: bold !important;
    float: none;
}

.menu-item-checked {
    background-color: #fff;
}

.dxmSubMenuGutter {
    background: #f5f5f5 !important;
}

.menu-subitem-default,
.menu-subitem-default a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 30px !important;
    border: 0px solid !important;
    border-width: 0px !important;
    border-image-width: 0px !important;
    background-color: var(--primary-bg-color) !important;
    color: var(--color-2) !important;
    text-transform: none;
    margin-bottom: 2px !important;
}

    .menu-subitem-default a,
    .menu-subitem-default div {
        margin-left: 17px;
        margin-right: 17px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

.menu-subitem-hover,
.menu-subitem-hover a {
    background: #fff !important;
    border: 0px none !important;
    border-image-width: 0px !important;
}

.menu-subitem-checked {
    color: #023e88;
}

.dxm-spacing {
    height: 0px !important;
}

.dxmLite.dxm-ltr .dxm-popup .dxm-image {
    margin-right: 0px !important;
}

.dxpc-mainDiv.dxpc-hf, .dxm-shadow {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

/*	.dxm-content.dxm-hasText {
		line-height: 135%;
	}*/

/* Főmenü hover-je épp' cask a szöveg aljáig ért le */
#mnuMainMenu.dxm-main ul.dx .dxm-item {
    background-color: white;
    /*padding-bottom: 10px;*/
    /*	padding-left: 25px !important;
	padding-right: 25px;*/
    /*	margin-top: 15px;*/
    /*	width: 100%;*/
}

/*	#mnuMainMenu.dxm-main ul.dx .dxm-item a {
		width: fit-content;
	}*/

#mnuMainMenu.dxmLite.dxm-side-menu-mode .dxm-slide-panel .dxm-hovered {
    background-color: none !important;
    border-color: none !important;
}

.dxm-side-menu-mode .dxm-slide-panel {
    position: unset;
}

.dxmLite.dxm-side-menu-mode .dxm-slide-panel {
    border-right: unset;
    border-left: 1px solid #a8a8a8;
}

    .dxmLite.dxm-side-menu-mode .dxm-slide-panel .dxm-hovered {
        background-color: white !important;
        border-color: white !important;
    }

#mnuFooterMenu li:hover {
    background-color: transparent !important;
    display: inline !important;
}

.menuitem {
    cursor: pointer;
}

    .menuitem:hover {
        color: #999;
        background-color: #9a9b9d;
        background-image: none;
        outline: none;
        text-decoration: none;
    }

.menuItemDrop {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right;
}

    .menuItemDrop:hover {
        color: #999;
        outline: none;
        text-decoration: none;
    }

.menuitem:active {
    color: #666666;
    cursor: pointer;
}

.bottom-menuitem,
.bottom-menuitem:visited {
    color: #fff !important;
    text-decoration: none !important;
    padding-left: 10px;
}

/*.bottom-menuitem:before {
    content: "\a|";
    padding-right: 10px;
}*/

.bottom-menuitem-first,
.bottom-menuitem-first:visited {
    color: #fff !important;
    text-decoration: none !important;
    margin-right: 10px;
    /*padding-left: 30px !important;*/
}


    .bottom-menuitem:hover,
    .bottom-menuitem-first:hover {
        color: #fff;
        font-weight: 500;
        text-decoration: none !important;
    }


.menu-closebutton-container {
	display: none;
}

.menu-transparent {
	background-color: transparent !important;
	background-image: none !important;
	border-width: 0px !important;
	border-image-width: 0px !important;
	padding: 0px;
}

.grid-menu {
	float: right !important;
}

.grid-combo {
	float: left !important;
	margin-top: 2px !important;
}


.main-title {
	/*background-color: aqua;*/
	float: left;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 25px;
	font-size: 1.125em;
	line-height: 1.1em;
	width: calc(100% - 800px);
}

	.main-title h4 {
		margin-top: 0 !important;
	}


.dxm-horizontal .menu-button {
	margin-top: -12px !important;
}

/*.dxm-hovered {
    background-color: white !important;
    border-color: transparent !important;
}
*/


.dxm-vertical .menu-item-default {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* TODO: horizontal módban esetleg visszarakni, gomb lenyomást szimulálva */
/*    .menu-item-default a:active {
        margin-top: 1px;
        margin-right: 1px;
    }
*/

.dxmLite .dxm-main .dxm-selected,
.dxmLite .dxm-main .dxm-checked,
.dxmLite.dxm-side-menu-mode .dxm-slide-panel .dxm-selected {
	background-color: transparent !important;
	color: gray !important;
}

/*.dxmLite.dxm-side-menu-mode .dxm-slide-panel .dxm-main {
	padding-top: unset;
}*/

.dxmSubMenuGutter {
	background: #f5f5f5 !important;
}

/*.menu-subitem-default,
.menu-subitem-default a {
	font-family: futura_t_otregular;
	font-size: 18px;
	width: 450px;
	border-width: 0px !important;
	border-image-width: 0px !important;
	background-color: #f5f5f5 !important;
	color: #818285 !important;
}*/

.menu-subitem-hover,
.menu-subitem-hover a {
	background: #e9e9e9 !important;
	border: 0px none !important;
	border-image-width: 0px !important;
}

.menu-subitem-checked {
	color: #818285;
}

.dxmSubMenuItemWithImage {
	background: #f5f5f5 !important;
}

.menu-subitem-default .dxm-selected,
.dxmLite .dxm-popup,
.dxmLite .dxm-popup .dxm-gutter {
	background-image: none !important;
	background-color: var(--color-1) !important;
}

.dxmLite .dxm-popup .dxm-content {
	padding: 0;
}

.dxmLite .dxm-horizontal .dxm-image-l .dxm-content, .dxmLite .dxm-horizontal .dxm-image-r .dxm-content {
	padding: 3px 0 4px 0;
}

.dxm-pImage {
	margin-top: 2px !important;
}

.dxm-spacing {
	height: 0px !important;
	float: right !important;
}

.dxm-popOut {
	/*visibility: hidden !important;*/
	display: none !important;
}


.dxmLite .dxm-main {
	border: 0px solid;
	background-color: transparent;
	padding: 2px;
}

/*li.dxm-item {
	line-height: normal;
}*/

li.dxm-item a span {
	white-space: normal !important;
}

.dxmLite.dxm-ltr .dxm-popup .dxm-gutter.dxm-noImages .dxm-item, .dxmLite.dxm-ltr .dxm-popup .dxm-noImage {
	padding-left: 10px;
}

.dxmLite .dxm-vertical .dxm-image-l .dxm-separator, .dxmLite .dxm-vertical .dxm-image-r .dxm-separator, .dxmLite .dxm-popup .dxm-separator {
	padding-top: 0 !important;
}

/*.dxm-menuItem {
	float: left !important;
}

.dxm-item .menu-item-default {
	float: left !important;
}

.menuitem-social-wrapper-1,
.menuitem-social-wrapper-2,
.menuitem-social-wrapper-footer {
	width: 200px;
	text-align: center;
}

.menuitem-social-wrapper-2, .menuitem-social-email {
	display: none;
}

.menuitem-social-block {
	margin-left: auto;
	margin-right: auto;
	width: 155px;
}

.menuitem-social-block-footer {
	width: 182px;
}

.horizontal-line {
	width: 100%;
	border-top: 1px solid black;
	margin: 10px 0 13px 0;
}

.horizontal-line-short {
	width: 150px !important;
	height: 1px;
	margin: 0 auto;
	border-top: 1px solid lightgray !important;
	margin: 9px auto 1px auto
}
menuitem-soical-email {
	font-family: Archivo;
	font-size: 18px;
	font-weight: 900;
	line-height: 16px;
	letter-spacing: -0.015em;
	text-align: center;
	color: var(--color-2);
}

.menuitem-soical-email a {
	text-decoration: none;
}

.footer-social-email {
	font-family: Archivo;
	font-size: 46px;
	font-weight: 900;
	line-height: 60px;
	letter-spacing: 0.01em;
	text-align: left;
	margin-bottom: 70px;
}

	.footer-social-email a {
		text-decoration: none;
		color: var(--color-1) !important;
	}*/

/*TODO: ez egy HACK: desktop nézetben a felső horizontal line elemhez valamiért berak egy ilyen üres div-et, ami eltolja  felső menüpontot jobbra */
#mnuMainMenu ul li:nth-child(1),
#mnuMainMenu ul li:nth-child(2) {
	display: none;
}

/* HACK: Utolsó 6 darab li, mert 3 elem és 3 szeparátor. Ezeknek nem kell látszania vízszintes módban. TODO: Vigyázni új elem bekerülésekor! */
/*TODO: kivenni a comnentből */
#mnuMainMenu ul li:nth-last-child(-n+6) {
	display: none;
}

/*-------------- menu <<< -----------------*/


/*-------------------------ASPXControls----------------------*/
.required {
    /*border-color: #ef4d68 !important;*/
}

.dxeListBox {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    color: var(--heading-type-1-color);
}


    .dxeListBox .dxeHLC,
    .dxeListBox .dxeHC,
    .dxeListBox .dxeHFC {
        display: none !important;
    }

.dxeListBoxItem .dxeHFC {
    display: none !important;
    border: 0px none !important;
}

.dxeListBox .dxeHD {
    background: none;
    border: none;
}

#lbProductsContainer .dxeListBox td.dxeLTM,
#lbProductsContainer .dxeListBox td.dxeTM,
#lbProductsContainer .dxeListBox td.dxeMIM {
    border: none !important;
}

.color-red {
    color: #778fbf !important;
}

/*------------------label------------------*/
.label-error {
    color: var(--color-8);
    font-family: Archivo;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    letter-spacing: 0.36px;
}

.label-counter {
    font-size: 10px;
    line-height: 10px;
    vertical-align: top;
    color: white;
}


.label-disabled {
    color: #9AB2CF !important;
}

.label-enabled {
    color: var(--heading-type-1-color) !important;
}

.posy-text-container {
	width: 440px;
	margin-top: 45px;
}

.competitiondeadline {
	color: var(--color-2) !important;
}

.competitiondeadline-label-container {
    margin-top: 32px;
}

.heading1-container {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    padding-top: 21px;
}

.label-heading1-incontent {
    text-align: left;
    font-family: 'Archivo Black', sans-serif;
    font-size: 22px;
    line-height: 36px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #023e88;
}

.label-heading1-noline {
    text-align: left;
    font-family: 'Archivo Black', sans-serif;
    font-size: 22px;
    line-height: 36px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #023e88;
}

.label-heading1 {
    text-align: left;
    font-family: 'Archivo Black', sans-serif;
    font-size: 22px;
    line-height: 36px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #023e88;
}

.label-heading2 {
    text-align: left;
    font-family: 'Archivo Black', sans-serif;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    color: var(--heading-type-1-color);
}

.label-heading3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
}

.label-heading4 {
    font-size: 1.1em;
}

.label-required, .label-required:after {
    /*content: "\a*";
    color: red;
    font-size: 9px;*/
}

.label-line::before {
    content: '';
    position: relative;
    background-color: var(--design-strip-color);
    width: 160px;
    height: 7px;
    /*top: -13px;*/
    left: 0;
    display: block;
    margin-top: 20px;
    margin-bottom: 13px;
}

.main-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #818285;
}

.label-smalltext {
    text-align: left;
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    color: var(--heading-type-1-color)
}

.label-baseproperty {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #818285;
    text-align: center;
    color: white;
    padding-left: 10px;
}

.label-container {
    width: 150px;
}

.label-title {
    font-family: 'Archivo Black', sans-serif;
    font-size: 25px;
    line-height: 36px;
    color: #023e88;
}

.label-black-left-ln20 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-align: left;
}

.label-edit-text {
    font-family: 'Roboto', Verdana,sans-serif;
    font-size: 15px;
    line-height: 36px;
    color: #0079c1;
    text-align: center;
}

.label-bread {
    font-family: 'Roboto', Verdana,sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: var(--heading-type-1-color);
    text-align: left;
}

.label-bread-dark {
    font-family: 'Roboto', Verdana,sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: var(--heading-type-1-color);
    text-align: left;
}

.label-flowingtext-black {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    line-height: 20px !important;
    color: #0079c1 !important;
}

.label-white {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: white;
    line-height: 34px;
}

.label-white-big, .label-white-big p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: white;
}

.label-bold-pink {
    font-family: 'Archivo Black', sans-serif;
    font-size: 22px;
    line-height: 34px;
    color: var(--button-color);
}

.label-controlinfo {
    font-family: Verdana,sans-serif;
    font-size: 10px;
    color: #333333;
    text-align: left;
}

.button-left {
    float: left;
}

.button-right {
    float: right;
}

.button-info {
    color: #778fbf;
    cursor: pointer;
    font-size: 12px;
    border: 0px none #778fbf !important;
    background-image: none;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
}



/*.button-link, .button-link-ingrid {*/
/*color: #778fbf;*/
/*}

.button-link,
.button-link-ingrid,
.button-link div,
.button-link-ingrid div {
    color: #0066cc;
    cursor: pointer;
    border: 0px none !important;
    background-image: none;
    background-color: transparent !important;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-decoration: underline;
}

.button-link-white,
.button-link-white div {
    color:white;
    cursor:pointer;
    border:0px none !important;
    background-image:none;
    background-color:transparent!important;
    padding: 0px 0px 0px 0px;
    font-family:'Roboto', sans-serif;
    font-size: 15px;
 }

.red-link, 
.red-link .dx-vam {
	color: var(--button-color) !important;
}

.button-link-seconder,
.button-link-seconder div,
.button-link-seconder a {
	color: #ef4d68;
	cursor: pointer;
	border: 0px none !important;
	background-image: none;
	background-color: transparent !important;
	padding: 0px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-decoration: underline;
}*/

/*.dxucBrowseButton a {
    color: #ef4d68 !important;
}*/

/*.button-link:hover,
.button-link-big :hover {
    text-decoration: none;
}

.button-link-big,
.button-link-big div {
    color: #778fbf;
    cursor: pointer;
    border: 0px none !important;
    background-image: none;
    background-color: transparent !important;
    padding: 0px 0px 0px 0px;
    font-family: Verdana,sans-serif;
    font-size: 14px;
    font-weight:bold;
}*/

/*.button-default div {
    padding:0px!important;
    margin:0px;
    color: #fff;
    
}*/


/*.button-default td {
    border: 0px none #778fbf !important;
    padding: 0px;
}


	.button-default:hover {
		font-weight: bold;
		text-decoration: none;
	}
}*/
/**/




/*----------------*/

/*.button-disabled {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 50px;
    padding-right: 50px;
    background: #e9e9e9 !important;
    border-radius: 22px;
    line-height: 20px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center !important;
    color: #000;
    cursor: default !important;
    text-decoration: none !important;
}

    .button-disabled span {
        text-decoration: none;
    }

    .button-disabled:hover {
    }

    .button-disabled div {
        padding: 0px !important;
        margin: 0px;
        color: #fff;
    }

    .button-disabled td {
        border: 0px none !important;
        padding: 0px;
    }*/

.button-image {
    color: #fff;
    -webkit-transition: all 100ms ease-in-out 0;
    -moz-transition: all 100ms ease-in-out 0;
    -ms-transition: all 100ms ease-in-out 0;
    -o-transition: all 100ms ease-in-out 0;
    transition: all 100ms ease-in-out 0;
    cursor: pointer;
}

    .button-image div {
        padding: 5px 10px;
        color: #fff;
        line-height: 20px;
        font-size: 16px;
        text-transform: uppercase;
        border: 0px none #778fbf !important;
    }


    .button-image td {
        border: 0px none #778fbf !important;
        padding: 0px;
    }


    .button-image:hover {
    }

.button-image-disabled {
    display: inline-block;
    background: #e9e9e9 !important;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center !important;
    color: #000;
    -webkit-transition: all 100ms ease-in-out 0;
    -moz-transition: all 100ms ease-in-out 0;
    -ms-transition: all 100ms ease-in-out 0;
    -o-transition: all 100ms ease-in-out 0;
    transition: all 100ms ease-in-out 0;
    cursor: default;
}

    .button-image-disabled:hover {
        background: #e9e9e9 !important;
    }

    .button-image-disabled div {
        padding: 5px 10px;
        border: 0px none #778fbf !important;
        color: #fff;
        line-height: 20px;
        font-size: 16px;
        text-transform: uppercase;
    }

.button-image td {
    border: 0px none !important;
    padding: 0px;
}

.pcmButton {
}

.hintbutton {
    background-image: url(../Images/16/info.png);
    background-repeat: no-repeat;
}

    .hintbutton div {
        text-decoration: none;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }




/*------------------------ÁTVIZSGÁLVA, KELL-----------------------------------------*/
/*--------------------táblázat-------------*/
.table-row {
    display: table;
    border-bottom-color: var(--color-4);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 63px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-left: 37px;
}
/*--------------------label----------------*/
.label-edit {
    font-family: Archivo;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    color: var(--color-3) !important;
}

.label-rounded {
    height: 68px;
    width: 100%;
    border-radius: 34px;
    color: var(--color-1);
    background-color: var(--color-2);
    text-align: left;
    display: table;
}

    .label-rounded span {
        font-family: Archivo;
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 36px; /* 150% */
        letter-spacing: 0.24px;
        padding-left: 37px;
        display: table-cell;
        vertical-align: middle;
    }

.label-rounded-header {
	margin-bottom: 10px;
}

/*----------------checkbox-----------------*/
.checkbox-default > span {
	/*border: 0px solid #e9e9e9;*/
	width: 38px !important;
	height: 38px !important;
	margin-right: 2px !important;
	margin-bottom: 3px !important;
	background-position-x: center !important;
	background-repeat: no-repeat;
}

.checkbox-default {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 2px !important;
    padding-bottom: 3px !important;
}

    .checkbox-default input {
        min-height: 38px;
        min-width: 38px;
        color: var(--color-1);
        z-index: -1;
    }

/*----------------angular radiobutton-------------*/
.angularradio-default > span {
    /*border: 1px solid var(--color-6);*/
    width: 40px !important;
    height: 40px !important;
    margin-right: 2px !important;
    margin-bottom: 3px !important;
    background-position-x: center !important;
    background-repeat: no-repeat;
}

.angularradio-default {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 2px !important;
    padding-bottom: 3px !important;
}

    .angularradio-default input {
        min-height: 40px;
        min-width: 40px;
        color: var(--color-1);
        z-index: -1;
    }

.angularradio-focused {
    background-color: var(--color-1) !important;
}

/*--------------dateedit---------------------*/

.dateedit-default {
    border-radius: 30px;
    height: 60px;
    border: 1px solid var(--color-6);
    background: var(--color-1);
    padding-left: 24px;
    padding-right: 20px;
    margin-bottom: 30px;
}

    .dateedit-default input {
        font-family: Archivo !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 800 !important;
        line-height: 32px !important; /* 177.778% */
        letter-spacing: 0.36px !important;
        color: var(--color-3) !important;
        -ms-padding: 2px 10px;
        -webkit-padding: 2px 10px 0px 0px;
        -o-padding: 2px 10px;
        -moz-padding: 2px 10px !important;
        width: 100%important;
    }

.dateedit-button {
    background-color: #fff;
    background-image: none;
    border: 0px;
}

.dateedit-default:hover {
}

.dateedit-default:focus {
    background-color: var(--color-4);
}

.dateedit-default-nulltext,
.dateedit-default-nulltext input.dxeEditArea {
    color: var(--color-6) !important;
    font-family: Archivo !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 32px !important; /* 160% */
    letter-spacing: 0.4px !important;
}

.dateedit-focused .dateedit-button,
.dateedit-focused {
    background-color: var(--color-4);
}

    .dateedit-focused input {
        font-family: Archivo !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 800 !important;
        line-height: 32px !important; /* 177.778% */
        letter-spacing: 0.36px !important;
        color: var(--color-3) !important;
        background-color: var(--color-4) !important;
    }

/*.dateedit-default input.dxeEditArea {
    color: #003399;
}*/

/*-----------------textbox-----------------*/
.textbox-default {
    border-radius: 30px;
    height: 60px;
    border: 1px solid var(--color-6);
    background: var(--color-1);
    padding-left: 24px;
    padding-right: 10px;
    margin-bottom: 30px;
}

    .textbox-default input {
        font-family: Archivo !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 800 !important;
        line-height: 32px !important; /* 177.778% */
        letter-spacing: 0.36px !important;
        color: var(--color-3) !important;
    }

.textbox-focused {
    background-color: var(--color-4);
    border-color: var(--color-4);
}

    .textbox-focused input {
        font-family: Archivo !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 800 !important;
        line-height: 32px !important; /* 177.778% */
        letter-spacing: 0.36px !important;
        color: var(--color-3) !important;
        background-color: var(--color-4) !important;
    }

.textbox-default-controlstyle {
    height: 100px;
}

.textbox-default-nulltext input {
    color: var(--color-6) !important;
    font-family: Archivo !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 32px !important; /* 160% */
    letter-spacing: 0.4px !important;
}

.textbox-invalid {
    border-color: var(--color-8)
}

/*-----------------token-------------------*/

.tokenbox-default {
    border-radius: 30px;
    height: 60px;
    border: 1px solid var(--color-6);
    background: var(--color-1);
    padding-left: 15px;
    padding-right: 155px;
    margin-bottom: 30px;
   /* padding-top: 12px;*/
}

    .tokenbox-default input {
        color: var(--color-6) !important;
        font-family: Archivo !important;
        font-size: 20px !important;
        font-style: italic !important;
        font-weight: 400 !important;
        line-height: 32px !important; /* 160% */
        letter-spacing: 0.4px !important;
        padding-top: 10px !important;
    }

.token-default {
    background-color: var(--color-2);
    background-image: none;
    font-family: Archivo !important;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-3);
    border: 1px solid var(--color-2);
    border-radius: 24px;
    height: 48px;
    margin: 6px 0px 6px 0px;
}
.textbox-nulltext {
    
}
    .textbox-nulltext,
    .textbox-nulltext input {
        color: var(--color-6) !important;
        font-family: Archivo !important;
        font-size: 20px !important;
        font-style: italic !important;
        font-weight: 400 !important;
        line-height: 32px !important; /* 160% */
        letter-spacing: 0.4px !important;
    }

.tokenbox-invalid {
    border-color: var(--color-8)
}


/*.dxeTokenBoxInput {
    display: none !important;
}*/

.token-default-textbox {
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 14px !important;
	text-align: center;
	width: 100%;
	max-width: 300px !important;
}

.token-default-remove {
    display: none;
}

/*--------------combobox---------------------*/
.combo-default {
    border-radius: 30px;
    height: 60px;
    border: 1px solid var(--color-6);
    background: var(--color-1);
    padding-left: 24px;
    padding-right: 20px;
    margin-bottom: 0px;
}

    .combo-default:hover {        
    }

    .combo-focused input,
    .combo-default input {
        font-family: Archivo !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 800 !important;
        line-height: 32px !important; /* 177.778% */
        letter-spacing: 0.36px !important;
        color: var(--color-3) !important;
    }

.combo-focused {
    background-color: var(--color-4) !important;
    border-color: var(--color-4) !important;
}

    .combo-focused input {
        background-color: var(--color-4) !important;
        outline-color: var(--color-4) !important;
        /*
        
        height: 20px;*/
    }

.combo-readonly {
    /*border-color: #e9e9e9 !important;
    color: #e9e9e9 !important;*/
}

    .combo-readonly input {
        /*color: #818285 !important;*/
    }

    .combo-readonly:hover {
        /* border-color: #e9e9e9 !important;*/
    }

.combo-button {
    background-color: transparent;
    border: transparent;
    background-image: none !important;
    padding-bottom: 0px;
    z-index: -100;
}

.combo-nulltext input {
    color: var(--color-6) !important;
    font-family: Archivo !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 32px !important; /* 160% */
    letter-spacing: 0.4px !important;
}

.combo-invalid {
    border-color: var(--color-8)
}

.combo-listbox .dxeListBoxItemRow {
    color: var(--color-3) !important;
    font-family: Archivo !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 32px !important; /* 160% */
    letter-spacing: 0.4px !important;
}


/*----------------------errorframe------------------*/
.upload-error {
    color: var(--color-8);
    font-family: Archivo;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    letter-spacing: 0.36px;
    text-align: right;
    height: 30px;
    padding-top: 0px !important;
}

.common-errorframe {
    color: var(--color-8);
    font-family: Archivo;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    letter-spacing: 0.36px;
    text-align: right;
    height: 30px;
    padding-top: 0px !important;
}

    .common-errorframe .textbox-default,
    .common-errorframe .dateedit-default {
        margin-bottom: 0px;
    }
/*-----------Button---------------*/
.button-default {
	font-family: Archivo;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px; /* 166.667% */
	letter-spacing: 0.36px;
	text-transform: uppercase;
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 50px;
	padding-right: 50px;
	background: var(--color-2) !important;
	height: 80px;
	border-radius: 40px;
	text-align: center !important;
	color: var(--color-1);
	cursor: pointer;
	border: none;
	text-decoration: none !important;
	/*TODO: ezt valahol csak lokálisan szabad csinálni, mert ennek hatására összeesik a gomb egy keskeny gombóccá 
	border-collapse: unset !important;
	*/
}

.button-alert {
	color: var(--color-1);
	background-color: var(--color-alert) !important;
}


    a.button-default {

        padding-top:24px;
    }

    .button-default-submit {
        font-family: Archivo;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 30px; /* 166.667% */
        letter-spacing: 0.36px;
        text-transform: uppercase;
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 50px;
        padding-right: 50px;
        background: var(--color-4) !important;
        height: 80px;
        border-radius: 40px;
        text-align: center !important;
        color: var(--color-1);
        cursor: pointer;
        border: none;
        text-decoration: none !important;
    }

.button-disabled {
    font-family: Archivo;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 50px;
    padding-right: 50px;
    background: var(--color-2-ina) !important;
    height: 80px;
    border-radius: 40px;
    text-align: center !important;
    color: var(--color-1);
    cursor: default !important;
    border: none;
    text-decoration: none !important;
}

    .button-disabled span {
        text-decoration: none;
    }

    .button-disabled:hover {
    }

.button-default-submit.button-disabled {
	background: var(--color-4-ina) !important;
}

.button-link {
	color: var(--color-1);
	font-family: Archivo;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 32px; /* 177.778% */
	letter-spacing: 0.36px;
	cursor: pointer;
	border: 0px none !important;
	background-image: none;
	background-color: transparent !important;
	padding: 0px 0px 0px 0px;
}

.button-inverse {
    font-family: Archivo;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 50px;
    padding-right: 50px;
    width: 200px;
    background: var(--color-1) !important;
    height: 80px;
    border-radius: 40px;
    text-align: center !important;
    color: var(--color-4) !important;
    cursor: pointer;
    border: solid;
}

    .button-inverse span {
        text-decoration: none;
    }

    .button-inverse:hover {
        /*font-weight: bold;*/
    }

/*-----upload---------*/
.upload-container-outer {
    position: relative;
}

.upload-container-pos {
    position: absolute;
    right: 6px;
    top: 5px;
}

.button-upload {
	height: 50px;
	width: 155px;
	background-image: url('../images/upload.svg?v=240902.1');
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	display: inline-block;
	border-style: none;
	border-width: 0px;
	text-align: center !important;
	/*padding:5px 10px;*/
	cursor: pointer !important;
	text-decoration: none !important;
}

    .button-upload a,
    .button-upload a:active {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 38px;
        padding-right: 38px;
        color: var(--button-color) !important;
        text-decoration: none;
        line-height: 20px;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

        .button-upload:hover,
        .button-upload a:hover {
            font-weight: bold;
        }

.button-download {
	height: 50px;
	width: 164px;
	background-image: url('../images/download.svg?v=240903.1');
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	display: inline-block;
	border-style: none;
	border-width: 0px;
	text-align: center !important;
	cursor: pointer !important;
	text-decoration: none !important;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	float: right;
	margin-right: 9px;
}

.button-not-uploaded {
	height: 50px;
	width: 150px;
	background-image: url('../images/not_uploaded.svg?v=240902.1');
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	display: inline-block;
	border-style: none;
	border-width: 0px;
	text-align: center !important;
	text-decoration: none !important;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	float: right;
	margin-right: 9px;
}


.button-video-directlink span {
	display: inline-block;
	text-align: left;
	white-space: normal;
	word-break: break-word;
}

/*.button-inverse-upload {
    display: inline-block;
    background: #fff !important;
    border-color: var(--button-color);
    border-style: solid;
    border-width: 2px;
    border-radius: 22px;
    text-align: center !important;*/
/*padding:5px 10px;*/
/*cursor: pointer !important;
    text-decoration: none !important;
}

    .button-inverse-upload a,
    .button-inverse-upload a:active {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 38px;
        padding-right: 38px;
        color: var(--button-color) !important;
        text-decoration: none;
        line-height: 20px;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

        .button-inverse-upload:hover,
        .button-inverse-upload a:hover {
            font-weight: bold;
        }*/
.button-transparent {
	display: table;
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	padding: 2px 20px;
	border-radius: 20px;
	border: 1px solid white;
	font-size: 15px;
	color: white;
}

    .button-transparent span {
        display: inline-block;
        padding: 0 10px;
        line-height: 30px;
    }

    .button-transparent:hover {
        background: #D8636F;
    }

.dxWebKitFamily .dxucBrowseButton {
    padding: 10px 6px !important;
}

.dxucBrowseButton .dxbf {
    padding: 10px 6px !important;
}



/*------------------------ÁTVIZSGÁLVA, KELL VÉGE-----------------------------------------*/
/*.editbox-container
{
    width:100%!important;
    }

.editbox-container table
{
   
    }

.editbox-container-combo
{
    width:100%!important;
    }

.editbox-container-combo table
{
   
    }

    
.editbox-container input
{
    
    }

.editbox-container-full,
.editbox-container-full .dxeRoot,
.editbox-container-full .memobox-default {
    width: 100%;
    margin-right: 30px;
}
    
.editbox-container-long
{
    width:500px;
    margin-right:30px;
    }
    
.editbox-container-300
{
    width:300px;
    margin-right:30px;
    }
    
.editbox-container-300 input
{
    width:280px;
    }

.editbox-container-400
{
    width:400px;
    margin-right:30px;
    }

.editbox-container-400 input
{
    width:380px;
    }
    
.editbox-container-400 textarea
{
    width:380px;
    }
    
.editbox-container-long input
{
    width:480px;
    }

.textbox-focused {
    border-radius: 3px;
    background: var(--competition-memobox-bgcolor) !important;
    border-bottom-color: var(--competition-memobox-bgcolor) !important;
}

    .textbox-focused input {
        border-radius: 3px;
        background: var(--competition-memobox-bgcolor) !important;
        border-bottom-color: var(--competition-memobox-bgcolor) !important;
    }
    
.textbox-focused textarea
{
    border:0px none!important;
    outline-color:#ffffff;
    }

.textbox-default {
    padding: 0px 10px;
    background-color: #fff;
    text-align: left;
    line-height: 20px;
    border: none;
    height: 45px;
    border-bottom-color: var(--competition-memobox-bgcolor) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    
}

.textbox-default-nulltext,
.textbox-default-nulltext input.dxeEditArea {
    color: #999999 !important;
    font-weight: 400 !important;
}


.textbox-default tr {
}
.textbox-focused input,
.textbox-default input {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    line-height: 20px !important;
    border: 0px none !important;
    height: 20px !important;
    -ms-padding: 2px 8px;
    -webkit-padding: 2px 8px 0px 0px;
    -o-padding: 2px 8px;
    -moz-padding: 2px 8px !important;
    width: 100%!important;
    
}

.textbox-focused input {
    color: #000 !important;
    font-weight: 400 !important;
}

.textbox-default input.dxeEditArea {
    color: #003399;
    font-weight: 500;
}


.textbox-default:hover {
    border-color: #778fbf;
    font-weight: 400 !important;
}

.textbox-default:focus {
    border-color: #778fbf;
    font-weight: 400 !important;
}

    .textbox-default:focus input {
        border-color: #778fbf;
        font-weight: 400 !important;
    }

.textbox-readonly
{
    border-color:#e9e9e9!important;
    color:#e9e9e9!important;
}

.textbox-readonly input
{
    color:#818285!important;
    }

.textbox-readonly:hover
{
    border-color:#e9e9e9!important;
}

.textbox-default:hover
{
    
}

.textbox-errorframe,
.dateedit-errorframe {
    color: #ff6666;
    line-height: 20px;
}*/

/* ErrorText cellán belüli balra rendezése (a kép mellé) */
/*.memobox-errorframe.dxeErrorCell,
	.textbox-errorframe.dxeErrorCell,
	.dateedit-errorframe.dxeErrorCell td {
		text-align: left;
	}*/

/* A felkiáltójel lentebb tolása, a mellete levő ErrorText.-hez */
/*.memobox-errorframe.dxeErrorCell td img,
		.textbox-errorframe.dxeErrorCell td img,
		.dateedit-errorframe.dxeErrorCell td img {
			padding-top: 3px;
		}


.textbox-errorframe,
.textbox-errorframe td.dxeControlsCell {*/
/*width: 100% !important;*/
/*} 
    
.textbox-errorframe td.dxeErrorCell
{
    max-width:0px!important;
    padding-left:0px;
    padding-right:0px;
    }

.textbox-grayback,
.textbox-grayback input
{
    border-radius: 3px;
    background: var(--competition-memobox-bgcolor) !important;
    max-height:50px;
}  
    
.searchtextbox-grayback,
.searchtextbox-grayback table {
    border-radius: 3px;
    background: var(--competition-memobox-bgcolor) !important;
}

.dxeButtonEdit .dxeEditArea {
    background-color: transparent!important;
}

.dxeButtonEdit{
    border:none;
}*/
/*--------------memobox----------------------*/
.memobox-focused {
}

    .memobox-focused textarea {
        border: 0px none !important;
        outline-color: #ffffff;
    }

.memobox-default {
	/*padding: 1px 10px;*/
	/*background-color: var(--competition-memobox-bgcolor);*/
	text-align: left;
	line-height: 20px;
	border: 1px solid var(--color-6);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-left-radius: 15px;
	font-family: Archivo !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	line-height: 32px !important; /* 177.778% */
	letter-spacing: 0.36px !important;
	-webkit-transition: all 100ms ease-in-out 0;
	-moz-transition: all 100ms ease-in-out 0;
	-ms-transition: all 100ms ease-in-out 0;
	-o-transition: all 100ms ease-in-out 0;
	transition: all 100ms ease-in-out 0;
	width: 100%;
}

	.memobox-focused textarea,
	.memobox-default textarea,
	.memobox-default td {
		text-align: justify;
		font-family: Archivo;
		font-size: 20px;
		line-height: 32px;
		letter-spacing: 0.4px;
		color: var(--color-3) !important;
		background-color: none !important;
		border-radius: 20px;
	}

	.memobox-default td {
		padding: 12px !important;
	}
	
    .memobox-default:hover {
    }

    .memobox-default:focus {
    }

.memobox-readonly {
    border-color: #e9e9e9 !important;
    color: #e9e9e9 !important;
}

    .memobox-readonly textarea {
        color: #818285 !important;
    }

    .memobox-readonly:hover {
        border-color: #e9e9e9 !important;
    }

.memobox-default:hover {
}

.memobox-errorframe {
}

    .memobox-errorframe,
    .memobox-errorframe td.dxeControlsCell {
        width: 100% !important;
    }

        .memobox-errorframe td.dxeErrorCell {
            max-width: 0px !important;
            padding-left: 0px;
            padding-right: 0px;
        }

.memobox-default-nulltext textarea {
	color: var(--color-6) !important;
}

.expand {
	height: 1em;
	width: 50%;
	padding-left: 16px;
	background-image: url('../Images/textarea_down.png') !important;
	background-repeat: no-repeat;
}

.collapse {
    height: 1em;
    width: 50%;
    padding-left: 16px;
    background-image: url('../Images/textarea_up.png') !important;
    background-repeat: no-repeat;
}

/*--------------listbox----------------------*/
.listbox-default,
.listbox-default table {
    border: 0px none white;
    background-color: #fff;
    color: #333333;
    font-family: Verdana,sans-serif;
    font-size: 14px;
}

/*--------------fomview--------------------*/
.fomview-default {
    margin: 0px 10px 0px 0px;
}


/*----------------checkbox-----------------*/
/*.checkbox-default > span {
    border: 0px solid #e9e9e9;
    width: 35px !important;
}

.checkbox-default {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 2px !important;
    padding-bottom: 3px !important;
}

    .checkbox-default input {
        min-height: 35px;
        min-width: 35px;
        color: white;
        z-index: -1;
    }

.checkbox-focused {
    background-color: #fff !important;
}

.dxWeb_edtCheckBoxUnchecked {
    background-image: url('../../images/unchecked.png') !important;
    background-position: 0px 0px !important;
}*/

/*.tree-node span.dxWeb_edtCheckBoxUnchecked {
    border: 1px solid #e9e9e9;
    background-color: #fff !important;
}

.tree-node span.dxWeb_edtCheckBoxChecked {
    border: 1px solid #e9e9e9;
    background-color: #fff !important;
}*/

/*.grid-default span.dxWeb_edtCheckBoxChecked {
    border: 2px solid #e9e9e9;
    background-color: transparent !important;
}

.grid-default span.dxWeb_edtCheckBoxUnchecked {
    border: 2px solid #e9e9e9;
    background-color: transparent !important;
}

.dxWeb_edtCheckBoxChecked {
    background-image: url('../../images/checked.png') !important;
    background-position: 0px 0px !important;
}

.grid-table {*/
/*padding-top: 20px !important;*/
/*border-color: transparent !important;
}

.grid-emptydatarow td {
    padding-top: 0px !important;
}

    .grid-emptydatarow td div span {
        line-height: 15px;
    }

.grid-preview td {
    border: none !important;
}*/

/*------------------treelist----------------*/
.dxICheckBox {
    /*border: 2px solid #e9e9e9;*/
}

.treelist_selected {
}

/*------------------checkboxlist----------------*/
.dxeCheckBoxList .dxICheckBox {
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
}

.dxeCheckBoxList {
	border-radius: 15px;
	text-align: left;
}

	.dxeCheckBoxList label {
		font-family: 'Roboto', sans-serif;
		font-size: 15px;
	}

	.dxeCheckBoxList .dxichTextCellSys {
		padding-left: 5px;
	}

/*------------------popup-------------------*/
.popup-default {
    background: #fff;
}

.popup-confirm-submit {
/*	min-width: 300px !important;
	max-width: 600px !important;
	width: 50% !important;
*/}

	.popup-confirm-submit .button-default {
		height: 50px;
		border-radius: 40px;
		padding: 15px;
	}

	.operation-roundpanel {
		background-color: #EF7B84 !important;
		border: none !important;
	}

    .operation-roundpanel tr td {
        background-color: #EF7B84 !important;
        border: none !important;
    }

.operationresult {
    text-align: center;
    background-color: #EF7B84;
}

    .operationresult span {
        color: #fff !important;
        text-align: center;
        font-size: 20px;
    }
/*---------------loggeduser----------------*/
.loggeduserdiv {
	display: none;
}

.loggeduser {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.login_label {
    color: white !important;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-decoration: none !important;
}

    .login_label:hover {
        color: white !important;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
    }

.login_registration_button {
    background-color: white;
    color: #023e88 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 20px;
    cursor: pointer;
}

    .login_registration_button:hover {
        text-decoration: none;
        font-weight: bold;
    }

.chcekinn-button-1 {
    font-family: Archivo;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.036em;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    color: var(--color-1) !important;
    background: transparent !important;
    width: 300px;
    height: 80px;
    border-radius: 40px;
    border: 2px solid var(--color-1);
    display: inline-block;
}

.chcekinn-button-2,
.chcekinn-button-2 span,
.menu-button,
.menu-button span {
	font-family: Archivo;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px !important;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	color: var(--color-2) !important;
	background: #fff !important;
	width: 200px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid var(--color-2);
	display: inline-block;
}

.menu-button {
	margin-top: -12px;
}

.button-2 {
	width: 200px;
	height: 50px;
	flex-shrink: 0;
	border-radius: 25px;
	border: 2px solid var(--color-2);
	background: var(--color-1);
	
	color: var(--color-2);
	text-align: center;
	font-family: Archivo;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	cursor: pointer;
}

.button-competition-container {
    margin-top: 45px;
}

.chcekinn-button-3 {
    font-family: Archivo;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    color: #fff;
    background: var(--color-4);
    width: 300px;
    height: 80px;
    border-radius: 40px;
    display: inline-block;
}

.login-button, .registration-button {
    line-height: 35px;
    height: unset;
}

.logout_button {
    background: #fff !important;
    color: #023e88 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    text-align: center !important;
    cursor: pointer;
    border: none;
    display: inline !important;
}

    .logout_button div span {
        padding: 0px !important;
        line-height: 13px;
        padding-top: 2px !important;
    }

    .logout_button:hover {
        font-weight: bold;
    }



/*--------------language combo-------------*/
/*---------------Languageselector--------------*/
.language-switch {
    width: 150px;
    height: 20px;
    cursor: pointer;
}

#cbLanguage,
#cbLanguage > table,
#cbLanguage tr td,
#cbLanguage input {
    color: #000;
    font-family: 'Roboto', sans-serif;
    background-color: transparent !important;
}

.language-combo-buttonstyle {
    border: 0px none !important;
    background: #eaeaea !important;
}

.language-combo {
    border: 0px none !important;
    background: #eaeaea !important;
    color: #778fbf !important;
    font-family: 'Roboto', sans-serif !important;
}

.language-combo-listbox {
    background: #f5f5f5;
    color: #333333;
    border: 1px solid #a4a4a4;
}

.language-combo-itemstyle {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    background: #f5f5f5;
}

.language-combo-itemstyle-hover {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.language-combo-itemstyle-selected {
    color: #778fbf;
}

/*-----------------Hyperlink------------------------*/
.hyperlink-default {
    color: #778fbf;
    cursor: pointer;
}

    .hyperlink-default:hover {
        color: #778fbf;
        cursor: pointer;
    }

/*----------------RequiredFieldValidator------------*/
.required-default {
    color: #778fbf;
}

/*----------------ASPxGridView-----------------*/
.dxgvBatchEditDeletedItem {
    border-color: #b95858 !important;
    text-decoration: line-through !important;
}

.grid-default {
    border-color: #f3f3f3;
}

.grid-alternatecolor {
    background-color: white;
    border-color: #f3f3f3 !important;
}

.grid-row {
    border-color: #f3f3f3 !important;
    height: 30px;
}

.grid-header,
.grid-header table {
    background-color: #effaff;
    border-color: white !important;
    border-width: 2px;
    border-radius: 4px;
    color: rgba(2, 62, 134, 0.6) !important;
    font-family: Verdana, sans-serif !important;
    font-size: 14px;
}

.grid-headerpanel {
}

.grid-cell {
    color: #818285;
    font-family: Verdana, sans-serif !important;
    font-size: 12px;
    border-color: #f3f3f3 !important;
}

.grid-cell__reviewer-my-competetion {
    color: #00acbe;
    font-size: 14px;
    border-left-width: 2px !important;
    border-right-width: 2px !important;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-color: white !important;
    border-right-color: white !important;
    border-bottom-color: var(--competition-memobox-bgcolor) !important;
    text-align: left !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

    .grid-cell__reviewer-my-competetion span.dx-vam {
        color: #ef4d68; /* var(--button-color) ? */
        font-size: 14px;
    }

/* Semmi erre való AspxGrid-es beállítás nem működött... */
#grdCompetition_col5 {
    text-align: center !important;
}

.grid-cell-wocolor {
    font-family: Verdana, sans-serif !important;
    font-size: 14px;
    border-color: #f3f3f3 !important;
}

.grid-commanditem {
    border-color: #f3f3f3 !important;
    color: #e30018 !important;
    text-decoration: none;
}

.grid-commandcolumn {
    background-image: none;
    border-color: #f3f3f3 !important;
    font-family: Verdana, sans-serif !important;
    font-size: 14px;
}


/*--------------grid-----------------*/
/*.tree-default {
    min-width: 200px !important;
}

.tree-node {
    min-width: 200px !important;
}

.tree-node-hover {
    font-weight: bold;
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.tree-node-selected {
    font-weight: bold;
    background-color: #ffffff !important;
    border-top: 0px none !important;
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-bottom-color: #8BC349 !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
}

.tree-node-text {
    color: #333333;
    font-family: Verdana, sans-serif !important;
    font-size: 12px;
}*/


/*---------- >>> menu ----------------*/

.menu-closebutton-container {
	display: none;
}

.menu-transparent {
	background-color: transparent !important;
	background-image: none !important;
	border-width: 0px !important;
	border-image-width: 0px !important;
	padding: 0px;
}

.grid-menu {
	float: right !important;
}

.grid-combo {
	float: left !important;
	margin-top: 2px !important;
}

.main-menu {
	background-color: white !important;
	border: 0px !important;
	border-width: 0px !important;
	border-image-width: 0px !important;
	padding: 0px;
	/*    color:#818285;*/
}

.main-title {
	/*background-color: aqua;*/
	float: left;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 25px;
	font-size: 1.125em;
	line-height: 1.1em;
	width: calc(100% - 800px);
}

	.main-title h4 {
		margin-top: 0 !important;
	}

/*.menu-submenu-default {
	background-color: var(--color-1) !important;
	width: 450px;
}*/

.dxm-hovered {
	background-color: white !important;
	border-color: transparent !important;
}

.menu-item-default,
.menu-item-default a,
.menu-item-default .dxm-selected,
.menu-item-default .dxm-selected a,
.menu-subitem-default,
.menu-subitem-default a {
	font-family: Archivo, serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	background: white;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.02em;
	display: inline-block;
	padding: 15px;
	position: relative;
	width: fit-content;
	color: var(--menu-text-color) !important;
	background-color: var(--color-1) !important;
}


.dxmLite.dxm-side-menu-mode .dxm-slide-panel .dxm-selected,
.dxmLite .dxm-selected,
.dxmLite .dxm-main .dxm-checked {
	border: none;
}

	/* Aláhúzás animáció */
.menu-item-default,
.menu-item-default a,
.menu-subitem-default,
.menu-subitem-default a {
	background: linear-gradient(black,black) bottom center no-repeat;
	background-size: 0% 3px !important;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone !important;
}

			.menu-item-default a:hover,
			.menu-subitem-default a:hover {
				background-size: 100% 3px !important;
			}

			.menu-subitem-default {
				padding-top: 0px;
				padding-bottom: 10px;
				padding-right: 0;
			}

/* Direkt van itt külön ez az egy media query. Csak így lesz jó a mind a 3-fajta menü és almenüben is a megfelelő színű animált aláhúzás */
@media (min-width: 504px) {
	.menu-item-default,
	.menu-item-default a,
	.menu-subitem-default,
	.menu-subitem-default a {
		background: linear-gradient(black,black) bottom center no-repeat !important;
		background-size: 0% 3px !important;
	}
}


	/* TODO: horizontal módban esetleg visszarakni, gomb lenyomást szimulálva */
	/*    .menu-item-default a:active {
        margin-top: 1px;
        margin-right: 1px;
    }
*/




/*.menu-item-hover
  {
    background-color: green;
    color:white;
    border:none 0px none!important;
}*/

.dxmLite .dxm-main .dxm-selected,
.dxmLite .dxm-main .dxm-checked,
.dxmLite.dxm-side-menu-mode .dxm-slide-panel .dxm-selected {
	background-color: transparent !important;
	color: gray !important;
}

/*.dxmLite.dxm-side-menu-mode .dxm-slide-panel .dxm-main {
	padding-top: unset;
}*/

.dxmSubMenuGutter {
	background: #f5f5f5 !important;
}

/*.menu-subitem-hover,
.menu-subitem-hover a {
	background: #e9e9e9 !important;
	border: 0px none !important;
	border-image-width: 0px !important;
}*/

/*.menu-subitem-checked {
	color: #818285;
}*/

.dxmSubMenuItemWithImage {
	background: #f5f5f5 !important;
}

.dxmLite .dxm-popup .dxm-gutter {
	background-image: none !important;
}

.dxmLite .dxm-popup .dxm-content {
	padding: 0;
}

.dxmLite .dxm-horizontal .dxm-image-l .dxm-content, .dxmLite .dxm-horizontal .dxm-image-r .dxm-content {
	padding: 3px 0 4px 0;
}

.dxm-pImage {
	margin-top: 2px !important;
}

.dxm-spacing {
	height: 0px !important;
	float: right !important;
}

.dxm-popOut {
	visibility: hidden !important;
}

.dxmLite .dxm-popup {
	border: 0px solid #666666 !important;
	background-color: var(--color-1);
	padding: 0px !important;
	width: 300px;
}

.dxm-popup .menu-submenu-default {
	background-color: var(--color-1) !important;
}

.dxmLite .dxm-main {
	border: 0px solid;
	background-color: transparent;
	padding: 2px;
}

/*li.dxm-item {
	line-height: normal;
}*/

li.dxm-item a span {
	white-space: normal !important;
}

.dxmLite.dxm-ltr .dxm-popup .dxm-gutter.dxm-noImages .dxm-item, .dxmLite.dxm-ltr .dxm-popup .dxm-noImage {
	padding-left: 10px;
}

.dxmLite .dxm-vertical .dxm-image-l .dxm-separator, .dxmLite .dxm-vertical .dxm-image-r .dxm-separator, .dxmLite .dxm-popup .dxm-separator {
	padding-top: 0 !important;
}

.dxmLite.dxm-side-menu-mode .dxm-side-menu-button {
	/*border-radius: 3px;*/
	background-color: transparent;
	border: 0;
	float: right;
	cursor: pointer;
	right: 30px;
}


.button--close-window {
	background-image: url('../Images/icon/close.svg');
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	aspect-ratio: 1;
	float: right;
	margin-bottom: 1%;
	min-height: 25px;
	max-height: 40px;
}

	.button--close-window:active {
		transform: translateX(1px) translateY(1px);
	}


.dxm-menuItem {
	float: left !important;
}

.dxm-item .menu-item-default {
	float: left !important;
}

.menuitem-social-wrapper-1,
.menuitem-social-wrapper-2,
.menuitem-social-wrapper-footer {
	width: 200px;
	text-align: center;
}

.menuitem-social-wrapper-2, .menuitem-social-email {
	display: none;
}

.menuitem-social-block {
	margin-left: auto;
	margin-right: auto;
	width: 155px;
}

.menuitem-social-block-footer {
	width: 182px;
}


.horizontal-line {
	width: 100%;
	border-top: 1px solid black;
	margin: 10px 0 13px 0;
}

menuitem-soical-email {
	font-family: Archivo;
	font-size: 18px;
	font-weight: 900;
	line-height: 16px;
	letter-spacing: -0.015em;
	text-align: center;
	color: var(--color-2);
}

.menuitem-soical-email a {
	text-decoration: none;
}


.footer-social-email {
	font-family: Archivo;
	font-size: 46px;
	font-weight: 900;
	line-height: 60px;
	letter-spacing: 0.01em;
	text-align: left;
	margin-bottom: 70px;
}

	.footer-social-email a {
		text-decoration: none;
		color: var(--color-1) !important;
	}

/*TODO: ez egy HACK: desktop nézetben a felső horizontal line elemhez valamiért berak egy ilyen üres div-et, ami eltolja  felső menüpontot jobbra */
/*#mnuMainMenu ul li:nth-child(1),
#mnuMainMenu ul li:nth-child(3) {
	display: none;
}*/

/* HACK: Utolsó 6 darab li, mert 3 elem és 3 szeparátor. Ezeknek nem kell látszania vízszintes módban. TODO: Vigyázni új elem bekerülésekor! */
/*TODO: kivenni a comnentből */
#mnuMainMenu ul li:nth-last-child(-n+6) {
	display: none;
}

.menu-profiledata--vertical,
.menu-profiledata--subitem,
.horizontal-line-short {
	display: none;
}

/*---------- menu <<< -----------*/


/*-----------summaryvalidator-------------------------------*/
.summaryvalidator,
.summaryvalidator a {
    color: red !important;
}

/*---------------------------splitter-----------------------*/
.splitter-default {
    width: 100%;
    min-height: 400px !important;
    height: 100% !important;
    padding-right: 0px;
}
/*-----------------------------tabpage-----------------------*/
.tab-container {
    border: 1px solid #f3f3f3;
    margin-bottom: 1px;
    min-height: 300px;
}

.tabpages-default-active {
    border-left: 1px solid #f3f3f3 !important;
    border-right: 1px solid #f3f3f3 !important;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid white !important;
    background-color: white !important;
}

.tabpages-default-tabstyle {
    border-left: 1px solid #f3f3f3 !important;
    border-right: 1px solid #f3f3f3 !important;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid white !important;
}

.tabpages-default {
    padding-top: 1px;
}

.dxtc-leftIndent,
.dxtc-rightIndent {
    border-bottom: 1px solid #f3f3f3 !important;
}
/*-----------------------------dataview----------------------*/
.dataview-default {
    background-color: #fff;
    border: 0px none #fff;
}
/*---------------------------Page---------------------------*/

#updatePanel {
    height: 100%;
}

.page-header {
    width: 100%;
    margin-top: 80px;
    text-align: left;
    display: inline-block;
}

.page-header-incontent {
    width: 100%;
    padding-bottom: 0px;
    text-align: center;
    height: 360px;
    display: inline-block;
	position: relative;
}

	.page-header-incontent .title-container {
		/*        margin-top: 80px;*/
		position: absolute;
		top: calc(50% - 155px / 2); /* Az itt még látahtó page-header-incontent-gate magassága van kivonva belőle: 155px */
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		padding: 10px;
	}

    .page-header-incontent .subtitle-container {
        margin-top: 80px;
        display: inline-block;
    }

.page-header-incontent-gate {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background-color: var(--color-1);
	height: 155px;
	max-width: 1100px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	/*    margin-bottom: 0px;
    margin-top: 55px;*/
	bottom: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.form-incontent {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}



.page-header-short {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 0px;
    text-align: center;
}

.page-header-short-2 {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 0px;
    /* text-align: center;*/
}

.page-body {
    max-width: 730px;
    display: inline-block;
}

.page-welcome {
    text-align: center;
    padding-bottom: 35px;
    padding-top: 0px;
}

.page-welcome-short {
    width: 350px;
    display: inline-block;
}

.page-welcome-left {
    text-align: left;
    padding-bottom: 10px;
    padding-top: 15px;
    color: black;
}


.page-container {
    /*position:relative;*/
    height: 100%;
    /*min-width:1170px;*/
}

.page-content {
    /*    font-family: 'Roboto', sans-serif;
    font-size:14px;
    line-height:17px;
    background-color:transparent;
    color:#939598;
    box-sizing:border-box;
    display:block;
*/
    min-height: 560px;
    height: 100% !important;
    max-width: 1920px;
}

.fullheight {
    height: 100%;
    overflow: auto;
}

.topbar-container {
    white-space: nowrap !important;
    height: 20px;
}

.sidebar-corner {
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    width: 300px;
    height: 20px;
    width: 300px;
}

.sidebar-top {
    background-image: url('../../images/leftsideline.png');
    width: 300px;
    height: 20px;
    float: left;
}

.sidebar-top-body {
    display: none;
    background: #778fbf;
    min-height: 20px;
    height: 100%;
    width: 305px;
}

.sidebar-main {
    display: block;
    width: 100%;
}

.page-inner-container {
    background-color: transparent;
    height: 100%;
    max-width: 1920px;
    /* margin: 0px 15px;*/
}

.block1 {
    float: left;
    width: 100%;
}

.page-inner-footer {
    min-height: 20px;
    display: inline;
}

.page-inner-footer-right {
    background-image: url('../Images/footer.png');
    background-repeat: no-repeat;
    background-position: right;
    min-height: 20px;
    float: right;
    display: inline;
    margin: 0px 0px 0px 0px;
}

.page-inner-footer-left {
    background-color: #9f9f9f;
    min-height: 20px;
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
}

.tree-search-container {
    display: block;
    overflow: hidden;
    min-height: 40px;
    width: 100%;
}

.container-buttonarea {
    min-height: 50px;
    vertical-align: middle;
    border: 0px solid;
    padding-top: 10px;
    text-align: right;
    width: 100%;
}

.openimage {
    width: 100%;
    max-width: 1920px;
    /*	height: 1060px;*/
    aspect-ratio: 1920 / 1060;
    background-image: url('../Images/openpagepic.jpg?v=250825.1');
    background-repeat: no-repeat;
    background-size: contain;
}

.openimage-mobile {
    display: none;
}

.down-arrow {
    background-image: url(../Images/down_arrow.svg);
    width: 80px;
    height: 199px;
    display: unset;
    position: absolute;
    opacity: 0.8;
    left: 50%;
    transform: translateX(-50%);
}

    .down-arrow:hover {
        opacity: 1;
    }

    .down-arrow:active {
        transform: translateX(calc(-50% + 2px)) translateY(2px);
    }

.openimage .down-arrow {
    bottom: 0px;
}

.openimage-label-container {
    display: table;
    width: 100%;
    height: 89px;
    text-align: center;
    background-color: var(--color-2);
}

.openimage-label {
    display: table-cell;
    vertical-align: middle;
    color: white !important;
}

/*---------------Collapsible div---------------*/
.collapsed {
    display: none;
}

.collapsed-container {
    border-bottom: 2px solid #778fbf;
    padding-bottom: 10px;
}

#mobilebread {
    display: none !important;
}


/*-------- >>> default.aspx ----------------*/

.default--pic-office-container {
    padding-left: 120px;
}

.default--pic-office, .default--pic-office-mobile {
	/*width: 601px;*/
	width: 100%;
	/*	height: 541px;*/
	aspect-ratio: 601 / 541;
	background-image: url('../Images/pic/default_pic_office.svg?v=240827.1');
	background-repeat: no-repeat;
	display: block;
	position: relative;
	text-indent: -9999px;
	background-size: contain;
	margin-top: 155px;
	margin-left: auto;
	margin-right: auto;
}

.default--pic-office-mobile {
    display: none;
}

.default--pic-plane-container {
    position: relative;
    top: -740px;
}

.default--pic-plane {
	width: 876px;
	height: 331px;
	background-image: url('../Images/pic/default_pic_plane.png');
/*	background-image: url('../Images/pic/default_pic_ship.svg');*/
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	background-size: contain;
}

.default--pic-globe {
	width: 648px;
	aspect-ratio: 648 / 491;
	background-image: url('../Images/pic/default_pic_globe.png');
	background-repeat: no-repeat;
	display: block;
	position: relative;
	background-size: contain;
	/*	margin-top: 155px;*/
	margin-left: auto;
	margin-right: auto;
	right: 100px;
	margin-bottom: 50px;
}



/*---------- My competition----------------*/
.my-fab-mainContainer {
    width: 100%;
    overflow: hidden;
	position: relative;
}

.my-fab-container {
    background-color: white;
    margin: 24px;
}


.my-fab-buttonsContainer {
    height: 24px;
}

.my-fab-button {
    background-color: #C0C0C0;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    float: right;
    margin: 2px;
}

    .my-fab-button:first-child {
        float: left;
    }

.my-fab-title {
    background-color: #C4C4C4;
    height: 31px;
    width: 125px;
    border-radius: 20px;
    margin-left: 60px;
    margin-top: 14px;
}

#myFabContent {
    padding-top: 19px;
    height: 405px;
}

.my-fab-item {
    margin: 0px;
    padding: 0px;
    display: flex;
    /*background-color:white;*/
}

.my-fab-container .my-fab-item-selected {
    box-shadow: 0px 2px 16px 0 rgba(0,0,0,0.3);
}

.my-fab-image {
    width: 71px;
    height: 71px;
    background-color: #E6E6E6;
    margin-right: 35px;
    text-align: center;
    vertical-align: middle;
    flex: none;
}

.my-fab-caption {
    background-color: #C0C0C0;
    border-radius: 10px;
    margin-top: 12px;
    margin-bottom: 11px;
    width: 122px;
    height: 18px;
}

.my-fab-text {
    background-color: #DFDFDF;
    border-radius: 10px;
    margin-bottom: 4px;
    height: 13px;
}

.my-fab-border-radius {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/*-----------------------------logo-----------------------*/
#threelogo div.div-column-grid {
    float: left;
    margin: 30px;
}

.one-pic-container {
    max-width: 700px;
}

.three-pic-container {
    max-width: 165px;
    padding: 10px;
}

.partnerslogo {
    background-image: url('../Images/partners2019.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 684px;
    height: 67px;
    margin: auto;
    margin-top: 25px;
}

.magylogo {
    background-image: url('../Images/magyarorszag_logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 126px;
    margin: auto;
}

.dhglogo {
    background-image: url('../Images/dhg_logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 126px;
    margin: auto;
    background-position: center;
}

.hunguestlogo {
    background-image: url('../Images/hunguest_logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 126px;
    margin: auto;
    background-position: center;
}

.mszeszlogo {
    background-image: url('../Images/MSZESZ_logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 126px;
    margin: auto;
    background-position: center;
}

/*-----------------amoebae-------------------*/
.amoebae3 {
    background-image: url('../Images/amoebae3.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.mycompetitiondesc-design-bottom {
    background-image: url('../Images/MyCompetition_design_bottom.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.mycompetitiondesc-design-bottom-final {
    background-image: url('../Images/MyCompetition_design_bottom_final.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.towercrane-partners {
    background-image: url('../Images/towercrane.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.amoebae-winners-2021 {
    background-image: url('../Images/amoebae_winners.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.winners-2022 .label-beforespace-5,
.winners-2022 .label-line {
    color: #023e86;
}

.winners-2022 .dxpLite_MaterialCompact .dxp-pageSizeItem,
.winners-2022 .dxp-pageSizeItem label,
.winners-2022 .dxpLite_MaterialCompact .dxp-comboBox input,
.winners-2022 .dxpLite_MaterialCompact .dxp-num {
    color: var(--heading-type-1-color);
}

.winners-2022 .button-link-seconder,
.winners-2022 .button-link-seconder div,
.winners-2022 .button-link-seconder a {
    color: var(--button-color) !important;
}

.smile-login {
    background-image: url('../Images/smile.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.login-top {
    background-image: url('../Images/login_top.png');
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    top: -100px;
}

.reviewermycompetitionlist-design {
    background-image: url('../Images/ReviewerMyCompetitionList_design.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.RateFirstPhase-design-bottom,
.RateSecondPhase-design-bottom {
    background-image: url('../Images/Rate_design_bottom.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.competition-edit-second {
    background-image: url('../Images/CompetitionEditSecond_design.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.createpassword-design {
    background-image: url('../Images/CreatePassword_design.png');
    background-repeat: no-repeat;
    background-position: top center;
    width: 649px;
    height: 169px;
    position: absolute;
    top: 70px;
    right: calc((50% - 649px / 2) - 370px);
}

/*----------------evaluation----------------*/
.eval-label-container {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
	float: left;
	line-height: 67px;
}

.eval-value-container {
    display: table-cell;
    float: right;
}

.eval-value-combo-container {
    max-width: 120px;
    display: inline-block;
}


.eval-memo-outer-container {
	border-radius: 60px;
	border: 1px solid var(--color-6);
}

.eval-memo-container,
.eval-memo-container table {
	width: 100%;
}

.eval-memo,
.eval-memo table {
	width: 100%;
	border: none;
}

	.eval-memo textarea {
		width: 100%;
		height: 260px;
		padding: 25px 50px;
	}

.eval-memo-container .dxeErrorCell {
	position: absolute;
}



/*----------------counter------------------*/
.counter-container {
	display: flex;
	position: relative;
	top: 295px;
	left: 250px;
}

.counter {
    font-family: 'Archivo Black', sans-serif;
    font-size: 120px;
    color: #fff;
}

.counter-days-container {
    text-align: center;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 250px;
    margin-right: 40px;
}

.counter-days {
}

.counter-hours-container {
    display: inline-block;
    position: relative;
    top: 0px;
    width: 170px;
    margin-right: 35px;
}

.counter-hours {
}

.counter-mins-container {
    display: inline-block;
    position: relative;
    top: 0px;
    width: 170px;
}

.counter-mins {
}


/*----------------photogalery-------------------*/
.dxigControl_MaterialCompact {
	max-width: 820px;
}

.dxigCtrl {
    padding: unset !important;
}

/* Menü teljes szélesség kitöltése? */
.dxm-content {
	width: 100%;
}

.color-1 {
	color: var(--color-1) !important;
}

.color-2 {
	color: var(--color-2) !important;
}

.color-3 {
	color: var(--color-3) !important;
}

.color-4 {
	color: var(--color-4) !important;
}

.color-5 {
	color: var(--color-5) !important;
}

.color-6 {
	color: var(--color-6) !important;
}

.color-7 {
	color: var(--color-7) !important;
}

.color-8 {
	color: var(--color-8) !important;
}

.color-9 {
	color: var(--color-9) !important;
}

.bgcolor2 {
	background-color: var(--color-2) !important;
}

.bgcolor3 {
	background-color: var(--color-3) !important;
}

.bgcolor4 {
	background-color: var(--color-4) !important;
}

.frcolor1 {
	color: var(--color-1) !important;
}

.frcolor4 {
	color: var(--color-4) !important;
}

/* Az upload control-ban a lekerekített hátterű szöveg kozmetikai balra igazítása */
.textbox-default td.dxictb {
	overflow: visible;
}

.textbox-default .token-default {
	margin-left: -17px
}


@media (max-width: 1400px) {
	#secPrizes {
		margin-top: -200px;
		margin-bottom: -200px;
	}

	.default-bg-4 {
		margin-top: 180px;
	}

	.default-bg-5 {
		margin-top: unset;
	}

	#secPosy {
		margin-top: 95px;
	}

	.posy-block {
		float: none;
	}

	.default--pic-globe {
		right: unset;
	}

	.default--pic-office {
		display: none;
	}

	.default--pic-office-mobile {
		display: block;
		margin-top: 90px;
	}

    #secStep1 .row div:first-child,
    #secStep3 .row div:first-child,
    #secStep5 .row div:first-child {
        order: 2;
    }

	#secStep2 {
		margin-top: 100px;
	}

	#secStep3 {
		margin-top: unset;
	}

	#secStep4 {
		margin-top: 100px;
	}

	#secStep5 {
		margin-top: 100px;
	}

	.step-pic {
		height: 320px;
		margin-bottom: 60px;
	}

	.default--pic-1-team {
		width: 289px;
		margin-left: 120px;
	}

	.default--pic-2-explore {
		width: 354px;
		margin-top: 30px;
		left: calc(50% + 20px);
	}

	.default--pic-2-explore {
		width: 354px;
		margin-top: 30px;
		left: calc(50% + 280px);
	}

    .default--pic-3-idea {
        width: 327px;
        margin-top: 30px;
        left: calc(50% + 20px);
    }

    .default--pic-4-video {
        width: 365px;
        margin-top: 20px;
        left: calc(50% + 270px);
    }

	.default--pic-5-upload {
		width: 293px;
		margin-top: 30px;
		left: calc(50% + 30px);
	}

	.default-bg-1 {
		top: -800px;
	}

	.default-bg-1-5 {
		background-image: url('../Images/bg/tablet/default_bg_1_5.svg');
		background-repeat: no-repeat;
		position: relative;
		width: 100%;
		/* height: 374px; */
		aspect-ratio: 768 / 232;
		background-size: cover;
		margin-bottom: -50px;
		margin-top: -1130px;
	}

	.default--pic-plane {
		top: -200px;
		margin-left: 170px;
	}
}

@media (min-width: 1210px) {
    .page-inner-container {
        margin: auto !important;
    }

    .bottomPanel-mtsza {
        margin-left: 6px;
    }
}

@media (max-width: 1209px) {
    .bottomPanel {
        min-height: 155px !important;
        background-color: var(--bottom-panel-color) !important;
    /*    padding: 0px 0px 0px 0px !important;*/
        border: none;
        width: 100%;
    }

    .bottomPanel-div {
        position: relative;
        top: 45px;
        max-width: 1110px;
    }

    .bottomPanel-social {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .bottomPanel-insta a {
        margin-right: unset !important;
    }

    .bottomPanel-middle-block {
        text-align: center;
        width: 100%;
    }

    .bottomPanel-copyright {
        display: block;
        height: unset;
        width: 100%;
        text-align: center;
        margin-bottom: -40px;
        padding-bottom: 20px;
    }

    .bottomPanel-right-block {
        text-align: center;
        width: 100%;
        margin-left: unset;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .bottomPanel-right-lower {
        padding-top: 0px;
    }

    .bottomPanel-mtsza {
        margin: 20px 15px 10px auto;
    }

        .bottomPanel-mtsza a {
            display: block;
        }
}

@media (max-width: 1200px) {
    .prizes-title {
        font-family: Archivo;
        font-size: 50px;
        font-weight: 900;
        line-height: 50px;
        letter-spacing: -0.01em;
    }

    .prizes-text {
        font-size: 24px;
        line-height: 36px;
    }

	.footer-social-email {
		font-family: Archivo;
		font-size: 28px;
		font-weight: 900;
		line-height: 34px;
		letter-spacing: 0em;
	}
}

@media (max-width: 1100px) {
	.page-header-incontent {
		width: 100%;
		padding-bottom: 0px;
		text-align: center;
		height: 205px;
		display: inline-block;
	}

		.page-header-incontent .title-container {
			top: 50%;
		}

		.page-header-incontent .title-container {
			/*margin-top: 40px;*/
		}

		.page-header-incontent .subtitle-container {
			margin-top: 30px;
			display: inline-block;
		}

	.page-header-incontent-gate {
		/*        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-color: var(--color-1);
        height: 155px;
        max-width: 1100px;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        margin-top: 95px;
        display: inline-block*/
		display: none;
	}
}

@media (max-width: 992px) {
    .default-bg-3 {
        background-image: url('../Images/bg/mobile/default_bg_3.svg');
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        height: 487px;
        aspect-ratio: 375 / 487;
        top: 200px;
        background-size: cover;
        margin-bottom: -450px;
        margin-top: 70px;
    }

    .prizes-text-container {
        margin-bottom: 30px;
    }

    .prizes-detail-button {
        height: 60px;
        border-radius: 30px;
        line-height: 58px !important;
    }

	.reminder-text-block {
		width: 600px;
	}

	.bottomPanel {
		padding: 15px;
	}

	.copyright-desktop {
		display: none;
	}

	.copyright-mobile {
		display: block;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0.02em;
	}

	.footer-checkinn {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.menuitem-social-block-footer {
		margin-left: auto;
		margin-right: auto;
	}

	.footer-social-email {
		margin-top: 25px;
		margin-bottom: 30px;
		text-align: center;
	}

	.bottomPanel {
		text-align: center;
	}

	.header-social--fb-white a,
	.header-social--youtube-white a,
	.header-social--insta-white a,
	.header-social--tiktok-white a,
	.header-social--linkedin-white a {
		width: 40px;
		height: 40px;
		margin-right: 21px !important;
		background-size: cover;
	}

	.header-social--insta-white a {
		margin-right: unset !important;
	}

	.header-social--linkedin-white a {
		margin-right: unset !important;
	}

	.policy-desktop {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.copyright-mobile-container {
		margin-bottom: 15px;
	}

	.menuitem-social-wrapper-footer {
		margin: auto;
	}
}

@media (max-width: 900px) {
    .prizes-title-container {
        margin-bottom: 20px;
    }

    .prizes-title {
        font-size: 40px;
        line-height: 46px;
    }

    .prizes-text {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 860px) {
    .prizes-text-block {
        width: 520px;
        padding-left: 30px;
    }

    .prizes-text {
        font-size: 20px;
        line-height: 26px;
    }
}


@media (max-width: 768px) {
	.eval-memo-outer-container {
		border-radius: 40px;
	}

	.eval-memo textarea {
		padding: 20px 30px;
	}

/*	.main {
		margin-top: 60px;
	}
*/
    .default--pic-globe {
        width: unset;
    }

	#secPosy {
		text-align: center;
	}

	.posy-text-container {
		margin-left: auto;
		margin-right: auto;
	}

	.posy-block {
		width: unset;
	}

    .posy2-block {
        width: unset;
    }

	.default--pic-plane {
		width: 250px;
		top: -141px;
		margin-left: 40px;
    }

    .step-text-block {
        width: 286px;
        margin-left: 18px;
        margin-right: 18px;
        margin-top: 73px;
    }

    .head1 {
        font-size: 60px;
        line-height: 70px; /* 116.667% */
        letter-spacing: -0.6px;
       
    }

    .head2 {
        font-size: 38px;
        font-weight: 900;
        line-height: 50px; /* 130.435% */
        letter-spacing: 0.46px;
    }

    .head3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.01em;
    }

    .text1,
    .text1 p {
        font-family: Archivo;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 133.333% */
    }

    #secStep2 {
        margin-top: 200px;
    }

    #secStep3 {
        margin-top: 60px;
    }

    #secStep4 {
        margin-top: 180px;
    }

    #secStep5 {
        margin-top: 160px;
    }


    .step-box-top,
    .step-box-bottom {
        width: 320px !important;
        height: 509px !important;
    }

	#secStep5 .step-box-top,
	#secStep5 .step-box-bottom {
		height: 550px !important;
	}

    .step-box-bottom {
        transform: rotate(4.5deg);
        transform-origin: unset;
    }

    .step-circle {
        width: 62px !important;
        height: 62px !important;
        margin-top: -31px;
        margin-left: 21px;
    }

    .step-number {
        line-height: 62px;
    }

    .step-title {
        margin-bottom: 45px;
    }

    .step-pic {
        height: unset;
        margin-bottom: 90px
    }

	.default--pic-office-mobile {
		width: 462px;
	}

    .default--pic-1-team {
        width: 202px;
        margin-left: 50px;
        margin-top: -15px;
        top: unset;
    }

    .default--pic-2-explore {
        width: 259px;
        margin-top: -10px;
        left: calc(50% + 40px);
    }

    .default--pic-2-explore {
        width: 259px;
        margin-top: -10px;
        left: calc(50% + 360px);
    }

    .default--pic-3-idea {
        width: 236px;
        margin-top: 0px;
        left: calc(50% + 100px);
    }

    .default--pic-4-video {
        width: 248px;
        margin-top: 10px;
        left: calc(50% + 340px);
    }

    .default--pic-5-upload {
        width: 228px;
        margin-top: 10px;
        left: calc(50% + 100px);
    }


    .default-bg-3 {
        margin-bottom: -182px;
        margin-top: -70px;
    }

    .prizes-container {
        margin: unset;
        left: calc(50% - 450px);
    }

    .default--pic-prizes {
        width: 900px;
    }

    .prizes-text {
        font-size: 1.7em;
        line-height: 1.65em;
    }

    .prizes-text-block {
        width: 520px;
    }

    .page-header-incontent {
        width: 100%;
        padding-bottom: 0px;
        text-align: center;
        height: 160px;
        display: inline-block;
    }

        .page-header-incontent .title-container {
            /*margin-top: 40px;*/
        }

        .page-header-incontent .subtitle-container {
            margin-top: 30px;
            display: inline-block;
        }

	.menuitem-social-email {
		font-family: Archivo;
		font-size: 28px;
		font-weight: 900;
		line-height: 34px;
		letter-spacing: 0em;
	}

	.reminder-text-block {
		width: 350px;
	}

	.footer-social-email {
		text-align: center;
	}

	#secPrizes {
		margin-bottom: -450px;
	}

	.button-upload {
		width: 50px;
		background-image: url('../images/upload_mobile.svg?v=240902.1');
	}
}


@media (max-width: 700px) {

    .bottomPanel {
        min-height: 155px !important;
        background-color: var(--bottom-panel-color) !important;
        padding: 0px 0px 0px 0px !important;
        border: none;
        width: 100%;
    }

    .bottomPanel-div {
        position: relative;
        top: 45px;
        max-width: 1110px;
    }

    .bottomPanel-social {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .bottomPanel-middle-block {
        text-align: center;
        width: 100%;
    }

    .bottomPanel-right-block {
        text-align: center;
        width: 100%;
    }

    .bottomPanel-logo a {
        width: 39px;
        height: 39px;
        margin-right: 25px;
        margin-left: unset;
    }

    .bottomPanel-copyright {
        display: block;
        width: 490px;
        height: unset;
        width: 100%;
        max-width: 500px;
        text-align: center;
        margin: auto;
    }

    .bottomPanel-mtsza {
        margin: 20px 30px 10px auto;
    }

        .bottomPanel-mtsza a {
            display: block;
        }

    .openimage, .openimage-label-container {
        display: none;
    }

    .openimage-mobile {
        display: block;
/*        top: -19px;*/
    }

		.openimage-mobile img {
			display: inherit;
			width: 100%;
			aspect-ratio: 700 / 1244; /* anno 1420 volt */
		}
/*
    .header-social {
        margin-left: 50px;
    }*/

	.policy-desktop {
		display: none;
	}

	.policy-mobile {
		display: block;
	}
}

@media (max-width: 576px) {
	#secPrizes {
		margin-bottom: -260px;
	}
	
	.default--pic-prizes {
        width: 100%;
        height: unset;
        aspect-ratio: 375 / 576;
        background-image: url('../Images/pic/mobile/default_pic_prizes_short.svg');
    }

    .prizes-container {
        left: unset;
    }

    .prizes-text-block {
        /*		top: 30%;*/
        width: 320px;
        padding-top: 68%;
        padding-left: unset;
    }

    .prizes-title-container {
        margin-bottom: 25px;
    }

    .prizes-text {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 520px) {
    .prizes-detail-button {
        height: 60px;
        border-radius: 30px;
        line-height: 58px !important;
    }

    .default--pic-prizes {
        width: 100%;
        height: unset;
        aspect-ratio: 375 / 776;
        background-image: url('../Images/pic/mobile/default_pic_prizes.svg');
    }

    .prizes-text-block {
        padding-top: 85%;
    }
}

@media screen and (max-width: 503px), screen and (orientation:landscape) and (max-height: 500px){
	/* ------ >>> Teljes képernyős menü -------- */

	#divFullSizedMenuVisible {
		display: inline-block;
	}

	.app-header-logo {
		height: 35px;
	}

	#app-header, .mainContent {
		height: 60px;
	}

	.dxmLite.dxm-side-menu-mode .dxm-side-menu-button {
		top: -80px;
	}

	#mnuMainMenu.dxm-main ul {
		top: 0;
		z-index: 102;
	}

	.header-menu-container {
		z-index: 102;
	}

	/*    #mnuMainMenu ul li:nth-child(3) {
        display: block;
        margin-top: 40px;
    }*/

	#mnuMainMenu ul .menu-dummy-placeholder {
		display: block;
		margin-top: 65px;
	}

	#mnuMainMenu.dxm-main ul li:nth-child(1) {
		position: absolute;
		display: block;
		left: -14px;
	}

	.menu-closebutton-container {
		margin-top: 2px;
	}

	#mnuMainMenu.dxm-main ul.dx .dxm-tmpl:nth-child(1) {
		background-color: white !important;
		height: 48px;
		width: 100%;
	}

	#mnuMainMenu.dxm-main ul.dx .dxm-tmpl:nth-child(3) .horizontal-line {
		display: none;
	}

	/*Ez miért az 5. menu-item-default? Miért nem az első?*/
	/*    #mnuMainMenu.dxm-main ul.dx .menu-item-default:nth-child(5) {
        margin-top: 10px;
    }*/

	/*	dxm-item menu-item-default dxm-hovered menu-item-hover
	margin-top: 10px;
*/
	#mnuMainMenu.dxm-main ul.dx .dxm-item:nth-child(1) a {
		display: block;
		margin-left: 29px;
		background-color: white !important;
		margin-top: 7px;
	}

	.header-menu-container .dxm-main .dxm-vertical {
		text-align: right;
		width: 100% !important;
		height: 100%;
		position: fixed;
		left: 0;
		margin-left: 0;
	}

	/*ul*/
	.header-menu-container .dxm-vertical ul {
		margin: 0px auto;
		float: none;
		text-align: center;
		position: relative;
		right: unset;
		width: 100% !important;
		height: 100%;
		position: fixed;
		left: 0;
	}

	/*li */
	.header-menu-container .dxm-main ul.dx .dxm-item {
		padding-bottom: 10px;
		float: left;
		background-color: white;
		display: inline-block;
	}

	/*fontos lehet, a mobilos menü alján levő email és social rész helyes közpre rakásához, mert emiatt van félrecsúszva, azaz ezzel kellene kikapcsolni */
	/*.dxm-item { padding-left: 0 !important;  }*/

	.horizontal-line {
		width: calc(100% - 20px);
		border-top: 1px solid white;
		margin: 10px 0 13px 0;
		position: absolute;
		left: 0;
		margin-left: 10px;
		margin-right: 0px;
		z-index: 1;
	}

	.menuitem-social-email {
		margin-top: 30px;
		text-align: left;
		color: var(--color-1, #FFF);
		text-align: center;
		font-family: Archivo;
		font-size: 28px;
		font-style: normal;
		font-weight: 900;
		line-height: 42px; /* 150% */
		letter-spacing: -0.42px;
		/*    margin-bottom: unset !important;*/
	}

	.menuitem-social-block {
		margin-left: 0;
		margin-right: 0;
	}

	.header-menu-container .dxmLite,
	.header-menu-container .dxmLite .dxm-item a.dx {
		color: var(--menu-color-mobile) !important;
	}

		.header-menu-container .dxmLite .dxm-main .dxm-selected,
		.header-menu-container .dxmLite .dxm-main .dxm-checked,
		.header-menu-container .dxmLite.dxm-side-menu-mode .dxm-slide-panel .dxm-selected {
			color: var(--menu-color-mobile-inactive) !important;
		}

	.menuitem-social-block .header-social--fb a {
		background-image: url('../Images/social/fb_white.svg');
		width: 50px;
		height: 50px;
		margin-right: 15px !important;
	}

	.menuitem-social-block .header-social--youtube a {
		background-image: url('../Images/social/youtube_white.svg');
		width: 50px;
		height: 50px;
		margin-right: 15px !important;
	}

	.menuitem-social-block .header-social--insta a {
		background-image: url('../Images/social/insta_white.svg');
		width: 50px;
		height: 50px;
	}

	.menuitem-social-block .header-social--tiktok a {
		background-image: url('../Images/social/tiktok_white.svg');
		width: 50px;
		height: 50px;
		margin-right: 15px !important;
	}

	.menuitem-social-block .header-social--linkedin a {
		background-image: url('../Images/social/linkedin_white.svg');
		width: 50px;
		height: 50px;
	}



	.menuitem-social-block {
		width: 182px;
		margin: 0 auto;
	}

	/* Aláhúzás animáció */
	.menu-item-default,
	.menu-item-default a {
		color: white !important;
		background: linear-gradient(white,white) bottom center no-repeat;
		background-size: 0% 3px;
	}

	.menu-closebutton-container div,
	.menu-subclosebutton-container div {
		background-image: url('../Images/menu_close.svg') !important;
		background-position: center;
		width: 29px;
	}

	.menu-item-default,
	.menu-item-default a,
	.menu-item-default div {
		font-family: Archivo, sans-serif;
		font-size: 24px !important;
		font-weight: 900 !important;
		line-height: 50px !important;
		text-align: center;
	}

	/*	.header-menu-container .menu-item-default a {
		font-size: 28px !important;
	}
*/

	#mnuMainMenu ul {
		overflow: scroll;
	}

		#mnuMainMenu ul,
		#mnuMainMenu ul li,
		#mnuMainMenu ul li a {
			color: white !important;
			background-color: var(--color-2) !important;
			margin: 0 auto;
		}

	.menu-button {
		margin-bottom: 15px !important;
	}

		.menu-button,
		.menu-button span {
			width: 300px;
			height: 70px;
			flex-shrink: 0;
			border-radius: 60px;
			border: 2px solid var(--color-2);
			background: var(--color-1);
			line-height: 70px !important;
		}

			.menu-button div {
				background: var(--color-2) !important;
			}

	.menuitem-social-wrapper-2 {
		margin-top: 45px;
	}

	.menu-competitionteamdata--vertical a span,
	.menu-changepassword--vertical a span,
	.menu-privacypolicy--vertical a span {
		font-size: 18px !important;
	}

	.menu-profiledata--vertical,
	.menu-competitionteamdata--vertical,
	.menu-changepassword--vertical {
		margin-bottom: -10px !important;
	}

	.menu-profiledata {
		display: none !important;
	}

	.menu-profiledata--vertical,
	.menu-profiledata--subitem {
		display: block;
	}

	.horizontal-line-short {
		margin-top: 30px !important;
	}

	.menu-item-default.dxm-selected div {
		background-color: var(--color-2) !important;
	}

	/* ------ <<< Teljes képernyős menü -------- */

	.eval-memo-outer-container {
		border-radius: 30px;
	}

	.head1 {
		font-size: 36px !important;
		line-height: 42px !important;
		letter-spacing: -0.72px;
	}

	.head2 {
		font-size: 28px;
		font-style: normal;
		font-weight: 900;
		line-height: 34px;
	}

	.head3 {
		font-size: 18px;
		font-weight: 800;
		line-height: 24px;
		letter-spacing: -0.18px;
	}

	.text1,
	.text1 p {
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
	}

	.text2,
	.text2 p,
	.text2 span {
		font-size: 14px;
		font-weight: 400;
		line-height: 21px; /* 150% */
		letter-spacing: 0.28px;
	}

	.text2-bold,
	.text2-bold p,
	.text2-bold span {
		font-size: 14px;
		font-weight: 800;
		line-height: 24px; /* 171.429% */
		letter-spacing: 0.28px;
	}

	.text-italic {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.32px;
	}

	.text-italic-bold {
		font-size: 16px;
		font-weight: 800;
		line-height: 24px;
		letter-spacing: 0.32px;
	}

	.table-text {
		font-family: Archivo;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px; /* 120% */
		/*        color: var(--color-4) !important;*/
	}

	.table-text-bold {
		font-family: Archivo;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 18px; /* 120% */
		color: var(--color-3) !important;
	}

	.page-header-incontent {
		height: 100px;
	}

	#secPrizes {
		margin-top: unset;
		margin-bottom: -450px;
	}

	.prizes-container {
		top: -650px;
	}

	.default-bg-2 {
		top: 210px;
	}

	.default--pic-office-mobile {
		width: 324px;
	}

	.default--pic-globe {
		width: 315px;
	}

	.posy-text-container {
		width: 100%;
	}

	.reminder-text-block {
		width: 300px;
	}

	.bottomPanel {
		margin-top: -14px !important;
	}
}

@media (max-width: 375px) {
	.main {
		/*width: 340px;*/
		max-width: 375px;
	}

    .page-header {
        width: 100%;
        margin-top: 20px;
        text-align: left;
        display: inline-block;
    }

/*    .page-header-incontent {
        width: 100%;
        padding-bottom: 0px;
        text-align: center;
        height: 100px;
        background-color: var(--color-3);
        display: inline-block;
    }

        .page-header-incontent .title-container {
            margin-top: 20px;
            margin-bottom: 20px;
        }

    .page-header-incontent-gate {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-color: var(--color-1);
        height: 60px;
        max-width: 370px;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        margin-top: 0px;
        display: inline-block
    }*/

    /*--------------------angular radio--------*/
    .angularradio-default > span {
        width: 30px !important;
        height: 30px !important;
        background-size: contain;
    }

    /*-------------------checkbox--------------*/
    .checkbox-default > span {
        /* border: 0px solid #e9e9e9; */
        width: 30px !important;
        height: 30px !important;
        background-size: contain;
    }

    /*--------------------label----------------*/
    /*   .label-edit {
        font-family: Archivo;
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0em;
        color: var(--color-3) !important;
    }*/

    .label-rounded {
        height: 40px;
        width: 100%;
        border-radius: 20px;
        color: var(--color-1);
        background-color: var(--color-4);
        text-align: left;
        display: table;
    }

        .label-rounded span {
            font-family: Archivo;
            font-size: 18px;
            font-style: normal;
            font-weight: 800;
            line-height: 24px; /* 133.333% */
            letter-spacing: -0.18px;
            padding-left: 12px;
            display: table-cell;
            vertical-align: middle;
        }

    .label-error {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0.28px;
    }

    /*--------------------textbox--------------*/
    .textbox-default {
        border-radius: 25px;
        height: 50px;
        padding-left: 18px;
        padding-right: 10px;
        margin-bottom: 16px;
    }

        .textbox-default input {
            font-family: Archivo !important;
            font-size: 16px !important;
            font-style: normal !important;
            font-weight: 800 !important;
            line-height: 24px !important; /* 177.778% */
            letter-spacing: 0.32px !important;
        }

        .textbox-focused input {
            font-family: Archivo !important;
            font-size: 16px !important;
            font-style: normal !important;
            font-weight: 600 !important;
            line-height: 24px !important; /* 177.778% */
            letter-spacing: 0.32px !important;
        }

    .textbox-default-controlstyle {
        height: 100px;
    }

    .textbox-default-nulltext input {
        color: var(--color-6) !important;
        font-family: Archivo !important;
        font-size: 16px !important;
        font-style: italic !important;
        font-weight: 400 !important;
        line-height: 18px !important; /* 150% */
        letter-spacing: 0.32px !important;
    }

    /*------------------tokenbox----------------*/
    /*.tokenbox-default {
        padding-left: 9px;
        padding-top: 9px;
    }

        .tokenbox-default input {
            margin-top: 4px;
        }

    .token-default {
        margin-top: 0;
        margin-left: 0px;
    }*/

    .tokenbox-default {
        border-radius: 25px;
        height: 50px;
        padding-left:6px;
        padding-right: 30px;
    }

        .tokenbox-default input {
            font-size: 16px !important;
            font-style: normal !important;
            font-weight: 800 !important;
            line-height: 24px !important; /* 177.778% */
            letter-spacing: 0.32px !important;
            padding-top:6px!important;
            margin-top:5px!important;

        }

    .token-default {
       /* margin-bottom: 0;*/
        /* margin-top: 0;
        margin-left: 0px;*/
        height: 36px;
    }

    .token-default-textbox {
        margin-top: 8px !important;
    }

    /*------------combobox----------------*/
    .combo-default {
        border-radius: 25px;
        height: 50px;
        padding-left: 24px;
        padding-right: 20px;
        margin-bottom: 0px;
    }

        .combo-default:hover {
            
        }

        .combo-focused input,
        .combo-default input {
            font-size: 16px !important;
            font-weight: 400 !important;
            line-height: 24px !important;
            letter-spacing: 0.32px !important;
        }

	/*------------dateedit----------------*/
	.dateedit-default-nulltext,
	.dateedit-default-nulltext input.dxeEditArea {
		font-size: 16px !important;
		font-weight: 400 !important;
		line-height: 18px !important; /* 150% */
	}

	/*----------------------errorframe------------------*/
	.upload-error {
		font-size: 14px;
		font-weight: 400;
		line-height: 21px; /* 150% */
		letter-spacing: 0.28px;
	}

    .common-errorframe {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px; /* 150% */
        letter-spacing: 0.28px;
    }

    /*----------------button------------*/
    .button-default,
    .button-inverse,
    .button-default-submit,
    .button-disabled {
        font-size: 16px;
        font-weight: 700;
        line-height: 30px; /* 187.5% */
        letter-spacing: 0.32px;
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 50px;
        padding-right: 50px;
        height: 50px;
        border-radius: 25px;
    }

    a.button-default {
        padding-top: 12px;
    }

        .button-inverse{
            border-width:2px;
        }

        .button-link {
            font-size: 14px;
            font-weight: 800;
            line-height: 24px; /* 171.429% */
            letter-spacing: 0.28px;
            cursor: pointer;
            border: 0px none !important;
            background-image: none;
            background-color: transparent !important;
            padding: 0px 0px 0px 0px;
        }

    .bottom-button-container {
        width: 100%;
    }

	.button-upload {
		height: 40px;
		width: 40px;
	}

/*---------------table-------------*/
    .table-cell {
        padding-left: 12px;
    }

    .prizes-text-block {
        width: 300px;
        padding-top: 72%;
    }

    .dummy-background {
        display: none;
    }

	.step-number, .step-title, .step-text {
		color: var(--color-1) !important;
	}

	.step-number {
		line-height: 62px;
	}

	.prizes-title, .prizes-text {
		color: var(--color-1) !important;
	}
}


@media (max-width: 355px) {
    #divCompEditFirst_MainContols {
        float: left;
    }

    #divCompEditFirst_Submit {
        float: unset;
    }
}


/* TODO */
.dxm-tmpl {
	min-width: unset !important;
	margin-top: 4px;
}

.dxmLite .dxm-item {
	border: none !important;
}