/*----- FONTS -----*/
@font-face {
  font-family: 'Serifa Blk TL';
  src: url('/application/themes/ovoda/fonts/SerifaTL-Black.woff2') format('woff2'), url('/application/themes/ovoda/fonts/SerifaTL-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('/application/themes/ovoda/fonts/MyriadPro-Regular.woff2') format('woff2'), url('/application/themes/ovoda/fonts/MyriadPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serifa TL';
  src: url('/application/themes/ovoda/fonts/SerifaTL-Italic.woff2') format('woff2'), url('/application/themes/ovoda/fonts/SerifaTL-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('/application/themes/ovoda/fonts/FiraSans-Bold.woff2') format('woff2'), url('/application/themes/ovoda/fonts/FiraSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans Book';
  src: url('/application/themes/ovoda/fonts/FiraSans-Book.woff2') format('woff2'), url('/application/themes/ovoda/fonts/FiraSans-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serifa TL';
  src: url('/application/themes/ovoda/fonts/SerifaTL-Roman.woff2') format('woff2'), url('/application/themes/ovoda/fonts/SerifaTL-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serifa TL';
  src: url('/application/themes/ovoda/fonts/SerifaTL-Bold.woff2') format('woff2'), url('/application/themes/ovoda/fonts/SerifaTL-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*----- COLORS -----*/
/*----- GLOBAL STYLES -----*/
#layout {
  background: #fff;
}
#layout .container {
  width: 1560px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#layout .container-narrow {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#layout .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#layout .flex-wrapper.flex-column {
  flex-direction: column;
}
#layout .flex-wrapper.h-center {
  justify-content: center;
}
#layout .flex-wrapper.v-center {
  align-items: center;
}
#layout img {
  max-width: 100%;
  height: auto;
}
body *,
#layout * {
  box-sizing: border-box;
}
/*----- TYPO -----*/
#layout {
  font-family: 'Fira Sans Book';
  font-weight: bold;
}
#content {
  font-size: 17px;
  line-height: 1.5;
}
#content h1,
#content h2,
#content h3,
#content h4 {
  font-family: 'Fira Sans';
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.15;
  color: #000;
  font-weight: bold;
}
#content h2 {
  font-size: 65px;
}
#content h3 {
  font-size: 36px;
}
#content h4 {
  font-size: 30px;
}
#content a,
#content a:hover {
  text-decoration: none;
  color: #ed1c24;
}
#content hr {
  border: 3px solid #ed1c24;
  border-radius: 10px;
  width: 540px;
  max-width: 100%;
  margin: 30px auto;
  display: inline-block;
}
#content .text-red {
  color: #ed1c24;
}
#content .text-blue {
  color: #055892;
}
#content ul {
  padding-left: 20px;
}
#content ul li {
  list-style-type: disc;
}
#content strong {
  font-family: 'Fira Sans';
  font-weight: 700;
}
#content .text-underline {
  text-decoration: underline;
}
/*----- BUTTON -----*/
#layout .button,
footer .button {
  color: #fff;
  background-color: #ed1c24;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Fira Sans";
  padding: 15px 20px;
  margin: 15px 0;
  min-width: 120px;
  line-height: 1;
  display: inline-block;
  border-radius: 30px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
#layout .button:hover,
footer .button:hover {
  text-decoration: none;
  background: #1bb5ff;
  color: #fff;
}
#layout .button.large,
footer .button.large {
  font-size: 46px;
}
#layout .button.transparent,
footer .button.transparent {
  background: transparent;
  color: #1bb5ff;
}
#layout .button.transparent:hover,
footer .button.transparent:hover {
  background: #1bb5ff;
  color: #ffffff;
}
#layout .button.light-blue,
footer .button.light-blue {
  background: #49deff;
  color: #000;
}
#layout .button.light-blue:hover,
footer .button.light-blue:hover {
  background: #1bb5ff !important;
}
#layout .button.yellow,
footer .button.yellow {
  background: #ffcc19;
  color: #000;
}
#layout .button.yellow:hover,
footer .button.yellow:hover {
  background: #E2AE00FF;
}
#layout .button.white,
footer .button.white {
  background: #fff;
  color: #000;
}
#layout .button.white:hover,
footer .button.white:hover {
  background: #E2E2E2FF;
}
/*----- LIST -----*/
.content-wrapper ul {
  margin-bottom: 30px;
}
.content-wrapper ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.content-wrapper ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ed1c24;
}
/*----- FORM -----*/
#layout div.alert-error,
#layout div.alert-danger {
  color: #fff;
  border-radius: 0;
  font-weight: bold;
  border: none !important;
  padding-left: 70px;
  background: #B10305;
  background-size: 37px !important;
  margin-bottom: 30px;
}
#layout div.alert-error li,
#layout div.alert-danger li {
  margin-bottom: 5px;
}
#layout form,
#layout .form {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* Disabled checkbox */
  /* Accessibility */
}
#layout form input,
#layout .form input,
#layout form select,
#layout .form select,
#layout form textarea,
#layout .form textarea,
#layout form .form-control,
#layout .form .form-control {
  width: 100%;
  border: 2px solid transparent;
  border-radius: 25px;
  padding: 10px 15px 10px 15px;
  font-size: 15px;
  color: #9e9e9e;
  height: auto;
  transition: all 300ms;
}
#layout form input:focus,
#layout .form input:focus,
#layout form select:focus,
#layout .form select:focus,
#layout form textarea:focus,
#layout .form textarea:focus,
#layout form .form-control:focus,
#layout .form .form-control:focus,
#layout form input:active,
#layout .form input:active,
#layout form select:active,
#layout .form select:active,
#layout form textarea:active,
#layout .form textarea:active,
#layout form .form-control:active,
#layout .form .form-control:active {
  outline: none;
  box-shadow: none;
  border: 2px solid #ed1c24;
}
#layout form [type="checkbox"]:not(:checked),
#layout .form [type="checkbox"]:not(:checked),
#layout form [type="checkbox"]:checked,
#layout .form [type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
  transition: all .275s;
  width: 0;
}
#layout form [type="checkbox"]:not(:checked) + label,
#layout .form [type="checkbox"]:not(:checked) + label,
#layout form [type="checkbox"]:checked + label,
#layout .form [type="checkbox"]:checked + label {
  position: relative;
  display: inline;
  padding-left: 32px;
  padding-top: 2px;
  line-height: 1.5;
  cursor: pointer;
  font-weight: normal;
}
#layout form [type="checkbox"]:not(:checked) + label:before,
#layout .form [type="checkbox"]:not(:checked) + label:before,
#layout form [type="checkbox"]:checked + label:before,
#layout .form [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #ed1c24;
  box-shadow: none;
  -webkit-transition: all .275s;
  transition: all .275s;
}
#layout form [type="checkbox"]:not(:checked) + label:after,
#layout .form [type="checkbox"]:not(:checked) + label:after,
#layout form [type="checkbox"]:checked + label:after,
#layout .form [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 5px;
  width: 24px;
  height: 24px;
  box-shadow: none;
  background: url("/application/themes/ovoda/images/icons/icon-checked.png") no-repeat center;
  background-size: contain;
  -webkit-transition: all .2s;
  transition: all .2s;
}
#layout form [type="checkbox"]:not(:checked) + label:after,
#layout .form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#layout form [type="checkbox"]:checked + label:after,
#layout .form [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#layout form [type="checkbox"]:disabled:not(:checked) + label:before,
#layout .form [type="checkbox"]:disabled:not(:checked) + label:before,
#layout form [type="checkbox"]:disabled:checked + label:before,
#layout .form [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #ed1c24;
  background-color: #e9e9e9;
}
#layout form [type="checkbox"]:disabled:checked + label:after,
#layout .form [type="checkbox"]:disabled:checked + label:after {
  color: #777;
}
#layout form [type="checkbox"]:disabled + label,
#layout .form [type="checkbox"]:disabled + label {
  color: #aaa;
}
#layout form ::placeholder,
#layout .form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
#layout form :-ms-input-placeholder,
#layout .form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
#layout form ::-ms-input-placeholder,
#layout .form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
/* IFRAME */
#content iframe {
  max-width: 100%;
  height: 260px;
}
/* FORM */
/*
#layout{

    .required{
        color: #47a5a0;
        !* font-weight: bold; *!
        font-size: 17px;
    }

    .form-group .input-group .form-control{
        width: 100% !important;
    }

    .form-group.input-group input{
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        padding: 17px 15px;
        height: auto;
        margin: 15px 0;
    }

    textarea.form-control{
        padding: 10px;
    }

    .form-group label{
        color: #3b3d40;
        font-weight: normal;
        text-transform: uppercase;
    }

    .hidden-element{
        display: none;
    }

    .form-group.file{
        margin-bottom: 5px;
        text-align: center;
    }

    .form-group input::-webkit-input-placeholder { !* Chrome/Opera/Safari *!
        font-size: 16px;
    }
    .form-group input::-moz-placeholder { !* Firefox 19+ *!
        font-size: 16px;
    }
    .form-group input:-ms-input-placeholder { !* IE 10+ *!
        font-size: 16px;
    }
    .form-group input:-moz-placeholder { !* Firefox 18- *!
        font-size: 16px;
    }

    .fom-group{

        input{

        }
    }
}*/
/*----- FRAME -----*/
html,
body {
  color: #000000;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
#layout .padding-large {
  padding-top: 60px;
  padding-bottom: 60px;
}
/*----- HEADER -----*/
#layout header {
  position: relative;
  padding: 15px 0;
  min-height: 115px;
  background: transparent;
  color: #c99496;
  z-index: 10;
}
#layout header .container {
  align-items: center;
}
#layout header .logo.stavmat {
  content: '';
  max-width: 290px;
  width: 100%;
  height: 65px;
  text-indent: -9999px;
  cursor: pointer;
  background: url('/application/themes/ovoda/images/logos/logo-stavmat.png') no-repeat center;
  background-size: contain;
  margin: 10px 0;
}
#layout header .logo.stavmat a {
  display: flex;
  height: 100%;
}
#layout header #navigation {
  margin-left: auto;
}
#layout header #navigation ul {
  display: flex;
  flex-wrap: wrap;
}
#layout header #navigation ul li {
  margin-right: 30px;
}
#layout header #navigation ul li a {
  font-size: 18px;
  color: #c99496;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  font-family: 'Fira Sans';
}
#layout header #navigation ul li a:hover {
  color: #ed1c24;
}
#layout header #media-links {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#layout header #media-links a {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px;
  transition: all 300ms;
}
#layout header #media-links a.soc-1 {
  background-image: url('/application/themes/ovoda/images/icons/icon-soc-1.png');
}
#layout header #media-links a.soc-1:hover {
  filter: hue-rotate(12deg) saturate(20);
}
#layout header #menu-toggle {
  content: '';
  position: absolute;
  top: 35px;
  right: 15px;
  display: none;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background: #ed1c24 url("/application/themes/ovoda/images/icons/icon-menu-toggle.png") no-repeat center;
  background-size: 34px;
}
/*----- CONTENT -----*/
#content {
  flex: 0 0 auto;
  margin: 90px 0;
}
/*----- LANDING -----*/
#content {
  margin: 0;
}
/*----- TOP IMAGE -----*/
#top-image {
  position: relative;
  background-color: #fff7e9;
  margin-top: -121px;
}
#top-image .main-title {
  text-align: center;
}
#top-image .main-title h2 {
  margin-bottom: 0;
}
#top-image .image {
  position: relative;
  content: '';
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding-bottom: 57.2%;
  margin-bottom: -8px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-image: url("/application/themes/ovoda/images/backgrounds/bg-topimage-2025.jpg");
}
#top-image .image .arrow {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 24.5%;
  width: 58px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/application/themes/ovoda/images/img-arrow-down.png");
}
#top-image .bubble {
  content: '';
  position: absolute;
  bottom: 44%;
  left: 14%;
  width: 326px;
  max-width: 100%;
  padding-bottom: 15.4%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/application/themes/ovoda/images/img-nyeremeny-bubble.png");
  z-index: 1;
}
/*----- PROGRAM -----*/
#program {
  position: relative;
  padding: 120px 0;
  background: url('/application/themes/ovoda/images/backgrounds/bg-program.jpg') no-repeat center;
  background-size: contain;
}
#program .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#program .content-wrapper .description {
  flex: 1;
  padding-right: 45px;
  margin: auto 0 auto;
  max-width: 680px;
}
#program .content-wrapper .description h2 {
  margin-bottom: 30px;
  font-size: 60px;
}
#program .content-wrapper .description p {
  font-size: 17px;
}
#program .content-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  width: 53%;
  margin-left: auto;
}
#program .content-wrapper .image-wrapper .image {
  position: relative;
  content: '';
  display: inline-block;
  width: 811px;
  max-width: 100%;
  padding-bottom: 90.1%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/application/themes/ovoda/images/img-program-2025.png");
}
#program .content-wrapper .text-box {
  font-family: 'Fira Sans';
  background: #f7e8cd;
  padding: 18px;
  border-radius: 10px;
  font-weight: bold;
  margin: 30px 0 30px;
}
/*----- TAVALYI NYERTES -----*/
#tavalyi-nyertes {
  position: relative;
  padding: 190px 0 60px;
  background: url("/application/themes/ovoda/images/backgrounds/bg-tavalyi-nyertes.jpg") no-repeat center center;
  background-size: cover;
}
#tavalyi-nyertes .container-narrow {
  width: 780px;
}
#tavalyi-nyertes:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 334px;
  max-width: 100%;
  height: 63px;
  margin-top: -26px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("/application/themes/ovoda/images/img-nyertes-arrow.png");
  transform: translateX(-50%);
}
#tavalyi-nyertes h2 {
  margin-bottom: 60px;
}
#tavalyi-nyertes .video-wrapper {
  margin-top: auto;
}
#tavalyi-nyertes .video-wrapper iframe {
  height: 340px;
}
#tavalyi-nyertes .nyerteseink-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
#tavalyi-nyertes .nyerteseink-wrapper .nyertes-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 280px;
  font-size: 20px;
}
#tavalyi-nyertes .nyerteseink-wrapper .nyertes-item p {
  margin-bottom: 60px;
}
/*----- 8 TUTI TIPP -----*/
#tuti-tippek {
  padding: 90px 0;
  background: url("/application/themes/ovoda/images/backgrounds/bg-tuti-tippek.jpg") no-repeat center center;
  background-size: cover;
}
#tuti-tippek .tips-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#tuti-tippek .tips-wrapper .column {
  display: flex;
  flex-direction: column;
  width: 50%;
}
#tuti-tippek .tips-wrapper .column .tip-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 55px;
  margin: 20px 0;
  min-height: 330px;
}
#tuti-tippek .tips-wrapper .column .tip-item .number {
  position: absolute;
  top: 90px;
  left: 0;
  font-size: 130px;
  line-height: 1;
  font-weight: bold;
  color: #fde1d5;
}
#tuti-tippek .tips-wrapper .column .tip-item .icon {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 15px;
}
#tuti-tippek .tips-wrapper .column .tip-item .icon .image {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
}
#tuti-tippek .tips-wrapper .column .tip-item .icon .image.icon-1 {
  background-image: url("/application/themes/ovoda/images/icons/icon-tip-1.png");
}
#tuti-tippek .tips-wrapper .column .tip-item .icon .image.icon-2 {
  background-image: url("/application/themes/ovoda/images/icons/icon-tip-2.png");
}
#tuti-tippek .tips-wrapper .column .tip-item .icon .image.icon-3 {
  background-image: url("/application/themes/ovoda/images/icons/icon-tip-3.png");
}
#tuti-tippek .tips-wrapper .column .tip-item .icon .image.icon-4 {
  background-image: url("/application/themes/ovoda/images/icons/icon-tip-4.png");
}
#tuti-tippek .tips-wrapper .column .tip-item .icon .image.icon-5 {
  background-image: url("/application/themes/ovoda/images/icons/icon-tip-5.png");
}
#tuti-tippek .tips-wrapper .column .tip-item .icon .image.icon-6 {
  background-image: url("/application/themes/ovoda/images/icons/icon-tip-6.png");
}
#tuti-tippek .tips-wrapper .column .tip-item .icon .image.icon-7 {
  background-image: url("/application/themes/ovoda/images/icons/icon-tip-7.png");
}
#tuti-tippek .tips-wrapper .column .tip-item .icon .image.icon-8 {
  background-image: url("/application/themes/ovoda/images/icons/icon-tip-8.png");
}
#tuti-tippek .tips-wrapper .column .tip-item .description {
  position: relative;
}
#tuti-tippek .tips-wrapper .column .tip-item .description h4 {
  font-weight: bold;
  font-size: 27px;
  margin: 15px 0;
}
#tuti-tippek .tips-wrapper .column .tip-item .description p {
  font-size: 18px;
}
#tuti-tippek .tips-wrapper .column:nth-of-type(1) {
  text-align: right;
}
#tuti-tippek .tips-wrapper .column:nth-of-type(1) .icon {
  margin-left: auto;
  margin-right: 15px;
}
#tuti-tippek .tips-wrapper .column:nth-of-type(1) .icon .image {
  left: 15px;
}
#tuti-tippek .tips-wrapper .column:nth-of-type(2) .number {
  left: unset;
  right: 0;
}
#tuti-tippek .tips-wrapper .column:nth-of-type(2) .icon {
  margin-left: 15px;
}
#tuti-tippek .tips-wrapper .column:nth-of-type(2) .icon .image {
  left: -15px;
}
/*----- TAMOGATAS -----*/
#tamogatas {
  background: #ed1c24;
  padding: 30px 0;
}
#tamogatas .title {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}
/*----- JELENTKEZES -----*/
#jelentkezes {
  position: relative;
  background: url("/application/themes/ovoda/images/backgrounds/bg-jelentkezes.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
#jelentkezes:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 398px;
  max-width: 100%;
  height: 77px;
  margin-top: -17px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("/application/themes/ovoda/images/img-program-arrow.png");
  transform: translateX(-50%);
}
#jelentkezes .jelentkezes-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item {
  position: relative;
  width: calc(33% - 20px);
  margin: 140px 10px 0;
  padding: 0 40px 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 0;
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item .title {
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  font-family: 'Fira Sans';
  margin: 30px 0;
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item .description .image-wrapper {
  margin-top: 30px;
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item .arrows {
  position: absolute;
  top: 54px;
  width: 100%;
  z-index: 1;
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item .arrows div {
  content: '';
  position: absolute;
  right: 100%;
  width: 92px;
  height: 91px;
  background: url("/application/themes/ovoda/images/img-jelentkezes-arrow.png") no-repeat center;
  background-size: contain;
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item .arrows div.arrow-left {
  margin-right: 6px;
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item .arrows div.arrow-right {
  right: 0;
  transform: translateX(16px);
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item:nth-of-type(1) {
  background-color: #fff7e9;
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item:nth-of-type(1):before {
  background-image: url("/application/themes/ovoda/images/backgrounds/bg-jelentkezes-box-1.png");
  height: 128px;
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item:nth-of-type(2) {
  background-color: #ffeeef;
  z-index: 2;
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item:nth-of-type(2):before {
  background-image: url("/application/themes/ovoda/images/backgrounds/bg-jelentkezes-box-2.png");
  height: 139px;
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item:nth-of-type(3) {
  background-color: #e9fbff;
}
#jelentkezes .jelentkezes-wrapper .jelentkezes-item:nth-of-type(3):before {
  background-image: url("/application/themes/ovoda/images/backgrounds/bg-jelentkezes-box-3.png");
  height: 127px;
}
#jelentkezes .hatarido {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  font-size: 24px;
  margin: 30px 0;
  font-weight: normal;
}
#jelentkezes .hatarido .title {
  font-weight: bold;
  font-size: 60px;
  font-family: 'Fira Sans';
}
#jelentkezes .hatarido strong {
  font-family: 'Fira Sans';
}
/*----- REGISZTRACIO -----*/
#regisztracio {
  padding: 90px 0;
  background: #ed1c24 url("/application/themes/ovoda/images/backgrounds/bg-regisztracio.jpg");
}
#regisztracio h2 {
  text-align: center;
  color: #fff;
}
#layout .custom-form .form .fields {
  display: flex;
  flex-wrap: wrap;
}
#layout .custom-form .form .fields .form-group {
  position: relative;
  width: calc(50% - 20px);
  margin: 10px 10px;
  /*&.has-border:before{
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background: #fff url("../images/backgrounds/bg-input-border.png") no-repeat center center;
          background-size: 100% 100%;
          border-radius: 20px;
        }*/
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
}
#layout .custom-form .form .fields .form-group .form-control {
  position: relative;
  border: 2px solid #ed1c24;
  padding: 10px 20px;
  background: #fff;
  z-index: 1;
  box-shadow: none;
  color: #000;
}
#layout .custom-form .form .fields .form-group a {
  color: #fff;
  text-decoration: underline;
}
#layout .custom-form .form .fields .form-group.checkbox {
  color: #fff;
}
#layout .custom-form .form .fields .form-group input:-webkit-autofill,
#layout .custom-form .form .fields .form-group input:-webkit-autofill:hover,
#layout .custom-form .form .fields .form-group input:-webkit-autofill:focus,
#layout .custom-form .form .fields .form-group input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
#layout .custom-form .form .fields .form-group.width-third {
  width: calc(33% - 20px);
}
#layout .custom-form .form .fields .form-group.width-fourth {
  width: calc(25% - 20px);
}
#layout .custom-form .form .fields .form-group.width-full {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#layout .custom-form .form .fields .form-group.width-full small {
  order: 2;
}
#layout .custom-form .form .fields .form-group.inline-elements {
  display: flex;
  flex-wrap: wrap;
}
#layout .custom-form .form .fields .form-group .text-danger {
  background-color: #ed1c24;
  color: #fff;
  border-radius: 15px;
  padding: 2px 10px;
  margin-top: 10px;
  display: block;
  width: 100%;
}
#layout .custom-form .form .fields input#image {
  display: none;
}
#layout .custom-form .form .buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#layout .custom-form .form .buttons-wrapper .button {
  width: calc(33% - 20px);
  margin: 10px;
  min-width: 200px;
}
/*----- KAPCSOLAT -----*/
#layout.page-template-full {
  background: url("/application/themes/ovoda/images/backgrounds/bg-kapcsolat.jpg") no-repeat center top;
  background-size: cover;
}
#layout.page-template-full header {
  background: transparent;
}
#layout.page-template-full .custom-form .form .fields .form-group .form-control {
  border-color: #fff7e9;
}
#layout.page-template-full .custom-form .form .fields .form-group a {
  color: #000;
}
#layout.page-template-full .custom-form .form .fields .submit-button {
  margin: 30px auto;
  width: 320px;
}
@media (max-width: 1300px) {
  #layout header .container {
    min-height: 90px;
  }
  #layout header #navigation {
    display: none;
  }
  #layout header #navigation.visible {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    padding: 0;
    /*&:after{
          content: '';
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          height: 70px;
          background: @red url('../images/backgrounds/bg-header-bottom.jpg') no-repeat center bottom;
          transform: rotate(180deg);
        }*/
  }
  #layout header #navigation.visible .nav {
    width: 100%;
    flex-wrap: wrap;
  }
  #layout header #navigation.visible .nav li {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 0;
  }
  #layout header #navigation.visible .nav li a {
    color: #000;
  }
  #layout header .logo.stavmat {
    max-width: 220px;
    height: 66px;
  }
  #layout header #media-links {
    margin-left: auto;
    margin-right: 80px;
  }
  #layout header #menu-toggle {
    display: block;
  }
}
@media (max-width: 1160px) {
  #top-image .image {
    background-size: cover;
    padding-bottom: 52%;
  }
  #top-image .image .arrow {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  #top-image .bubble {
    position: relative;
    padding-bottom: 0;
    left: unset;
    margin: 0 auto 30px;
    width: 260px;
    height: 250px;
  }
}
@media (max-width: 920px) {
  #program {
    padding: 120px 0 60px;
  }
  #program .content-wrapper .description {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    flex: unset;
    margin-bottom: 60px;
  }
  #program .content-wrapper .image-wrapper {
    width: 100%;
  }
  #jelentkezes .jelentkezes-wrapper .jelentkezes-item {
    width: 100%;
    margin: 140px 0 0;
    padding: 0 30px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #jelentkezes .jelentkezes-wrapper .jelentkezes-item .title {
    font-size: 26px;
  }
  #jelentkezes .jelentkezes-wrapper .jelentkezes-item .arrows {
    display: none;
  }
  #jelentkezes .hatarido {
    flex-direction: column;
  }
  #jelentkezes .hatarido .title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  #content h2 {
    font-size: 40px;
  }
  #content h3 {
    font-size: 26px;
  }
  #content h4 {
    font-size: 22px;
  }
  #tuti-tippek .tips-wrapper .column {
    width: 100%;
  }
  #tuti-tippek .tips-wrapper .column .tip-item {
    padding: 0 15px;
    min-height: 0;
  }
  .column {
    text-align: left !important;
  }
  .column .tip-item:nth-of-type(odd) {
    text-align: right;
  }
  .column .tip-item:nth-of-type(odd) .icon {
    margin-left: auto;
    margin-right: 15px;
  }
  .column .tip-item:nth-of-type(odd) .icon .image {
    left: 15px;
  }
  .column .tip-item:nth-of-type(even) .number {
    left: unset !important;
    right: 0;
  }
  .column .tip-item:nth-of-type(even) .icon {
    margin-left: 15px !important;
  }
  .column .tip-item:nth-of-type(even) .icon .image {
    left: -15px;
  }
  #tamogatas .title {
    font-size: 22px;
  }
  #regisztracio #Registration .form .fields .form-group {
    width: 100% !important;
    max-width: 100%;
    margin: 10px auto;
  }
  #regisztracio {
    padding: 60px 0 20vw;
    background-size: contain;
  }
  #regisztracio h2 {
    justify-content: center;
  }
  #regisztracio h2 .logo {
    margin: 50px auto 0;
  }
  #regisztracio .inline-elements {
    justify-content: center;
    flex-direction: column;
  }
  #regisztracio .inline-elements label {
    margin-right: 0;
  }
}
@media (max-width: 560px) {
  #top-image .image {
    padding-bottom: 159%;
    background-position: center top;
    background-size: cover;
    background-image: url("/application/themes/ovoda/images/backgrounds/bg-topimage-2025-mobile.jpg");
  }
  #top-image .main-title h2 {
    font-size: 40px;
  }
  #content h2,
  #program .content-wrapper .description h2 {
    font-size: 38px;
  }
  #tavalyi-nyertes {
    background-size: auto 110%;
  }
}
@media (max-width: 420px) {
  #layout header .logo.stavmat {
    max-width: 140px;
  }
  #layout .custom-form .form .buttons-wrapper .button {
    width: 100%;
    margin: 10px auto;
  }
}
@media (max-width: 360px) {
  #content h2 {
    font-size: 50px;
  }
}
