@font-face {
  font-family: "Raleway-Bold";
  src: url("Raleway-Bold.ttf");
}
a {
  background: none;
  color: #757474;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  transition: all 0.5s;
  background-color: #FFFAED;
}
body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  color: #757474;
  background-color: #fffaed;
  font-size: 20px;
  line-height: 24px;
}
h2 {
  display: block;
  width: 100%;
  text-align: center;
  margin: 72px 0;
  color: #F03E57;
  font-size: 39px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Raleway-bold', sans-serif;
}
.h2-decoration {
  position: relative;
}
.h2-decoration::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 66px;
  left: -62px;
  top: -16px;
  background: transparent bottom no-repeat url(images/h2-beforedeco.svg);
  background-size: cover;
}
.h2-decoration::after {
  content: '';
  position: absolute;
  width: 62px;
  height: 66px;
  right: -62px;
  top: -16px;
  background: transparent bottom no-repeat url(images/h2-afterdeco.svg);
  background-size: cover;
}
a {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
  /*background-color: #F03E57;*/
  color: #757474;
}
a:hover {
  opacity: 1;
  text-decoration: underline;
}
p.single-column {
  column-count: 1;
}
p.double-column {
  column-count: 2;
  column-gap: 42px;
}
.wrapper-container {
  max-width: 1380px;
  height: auto;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
  padding-top: 40px;
}
.navbar {
  background-color: #F03E57;
}
.navbar a {
  color: #fff;
}
.navbar-panel {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
.navbar-nav {
  width: 100%;
  display: block;
}
.nav-item {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar-nav .nav-link {
  padding: 0 14px;
}
.header {
  height: 304px;
  background: #fffaed bottom no-repeat url(/images/header-wave.svg);
  padding: 26px;
}
.navbar-brand {
  width: 776px;
  height: 252px;
  margin: 0 auto;
  display: block;
  background: transparent bottom no-repeat url(/images/header-logo.svg);
  background-size: contain;
}
/*.event-panel { height: auto; width: 50%; padding-top: 27%; margin: 22px 0 0;  background-repeat: no-repeat; background-position: center; background-size: contain; padding-left: 12px;
  padding-right: 8px;}*/
.event-panel {
  height: auto;
  width: 48%;
  padding-top: 27%;
  margin: 22px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-left: 12px;
  padding-right: 8px;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  border: 7px solid transparent;
}
.event-a {
  background-position-x: left;
}
.event-b {
  background-position-x: right;
}
.event-c {
  background-image: url(images/zeneteszt-02_hamarosan_b.png);
  background-position-x: right;
}
.event-d {
  background-image: url(images/filmteszt-01.png);
  background-position-x: left;
}
.event-e {
  background-image: url(images/filmteszt-01.png);
  background-position-x: right;
}
.event-f {
  background-image: url(images/zeneteszt-02.png);
  background-position-x: left;
}
.footer {
  height: 114px;
  margin-top: 114px;
  background-color: #1F3B80;
  width: 100%;
  color: white;
  padding-top: 46px;
  font-size: 12px;
  text-align: center;
}
.footer a {
  background: none;
  color: #fff;
}
.mobile-nav-button {
  display: none;
  height: 24px;
  width: 32px;
  background: #fffaed;
  cursor: pointer;
  position: fixed;
  top: 33px;
  right: 24px;
  z-index: 999;
  background-image: url('/images/menu.svg');
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .footer {
    margin-top: 130px;
    /*position: fixed;
    bottom: 0px;*/
  }
  .navbar-nav .nav-link {
    padding: 24px 48px;
  }
  .nav-item {
    display: block;
  }
  .header {
    height: 90px;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-size: 72%;
    background-position: bottom right;
  }
  .navbar {
    background-color: #f03e57;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .wrapper-container {
    padding: 90px 100px 0;
  }
  .navbar-brand {
    width: 100%;
    height: 72px;
    margin-top: 9px;
  }
  h2 {
    margin: 72px 48px 48px;
  }
  .frontpage-main-title-correction {
    margin-top: 0px;
  }
  .mobile-nav-button {
    display: block;
  }
  .showme-nav {
    display: block!important;
    height: 100%!important;
    opacity: 1!important;
    transition: all 0.3s;
  }
  #showme {
    height: 1px;
    transition: all 0.3s;
    overflow: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 706px) {
  p.double-column {
    column-count: 1;
  }
  .h2-decoration::after {
    right: -62px;
    top: 0;
  }
  .h2-decoration::before {
    left: -82px;
    top: 0;
  }
}
@media screen and (max-width: 568px) {
  h2 {
    margin: 54px 0 36px;
    padding: 0 60px;
    font-size: 33px;
  }
  .h2-decoration::before {
    content: '';
    position: absolute;
    width: 62px;
    height: 66px;
    left: -92px;
    top: 0;
  }
  .h2-decoration::after {
    content: '';
    position: absolute;
    width: 62px;
    height: 66px;
    right: -72px;
    top: 0;
  }
  .wrapper-container {
    padding: 90px 60px 0;
  }
  .event-panel {
    height: auto;
    padding-top: 54%;
    width: 100%;
    margin: 12px 0 12px 7px;
  }
}
@media screen and (max-width: 414px) {
  h2 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 375px) {
  .header {
    height: auto;
    background: #fffaed bottom no-repeat url(images/header-wave.svg);
    padding: 18px;
    background-size: contain;
    margin-bottom: 36px;
  }
  .navbar-brand {
    width: 212px;
    height: 67px;
  }
  .wrapper-container {
    padding: 114px 34px 0;
  }
  .h2-main-title {
    display: none;
  }
  .h2-decoration {
    display: none;
  }
  .event-panel {
    height: auto;
    width: 100%;
    padding-top: 54%;
    margin: 0 0 7px 7px;
  }
  .footer {
    margin-top: 130px;
    padding-top: 16px;
    height: 110px;
    margin-top: 24px;
    /*position: fixed;*/
    bottom: 0px;
  }
}
.video-grid-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  /* Például 10 pixeles rés */
}
@media (min-width: 481px) {
  .videoWrapper {
    width: calc(50% - 5px);
    /* (rés / 2), ha a rés 10px */
    /* A többi stílus változatlan marad */
    padding: 28% 0 0 0;
    position: relative;
    box-sizing: border-box;
    background-color: #333;
  }
}
@media (max-width: 480px) {
  .videoWrapper {
    width: 100%;
    /* (rés / 2), ha a rés 10px */
    /* A többi stílus változatlan marad */
    padding: 56.25% 0 0 0;
    position: relative;
    box-sizing: border-box;
    background-color: #333;
  }
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  /* Biztosítja, hogy ne legyen keret az iframe körül */
}
#loginform {
  /*display:none;*/
}
#regform {
  display: none;
}
.reg-form {
  border-radius: 16px;
  height: 61px;
  font-size: 19px;
}
.link-blue {
  float: left;
}
.link-blue a {
  text-decoration: none;
  background: none;
  color: #757474;
}
.link-blue a:hover {
  color: #757474;
  text-decoration: underline;
}
.frontpage-infobar a {
  background: none;
  font-weight: bold;
  color: #0A246A;
}
.ndt-submitbutton {
  background-color: #f03e57;
  color: white;
  border: 1px solid #f03e57;
  border-radius: 11px;
  padding: 6px 10px 6px 10px;
  text-transform: uppercase;
}
.ndt-input {
  background-color: #fff;
  border-radius: 11px;
  margin-bottom: 10px;
  border-color: #aaa;
  font-size: 20px;
}
.parent-mail-block {
  background-color: #fff;
  color: #FFFAED;
  border-radius: 11px;
  border: 1px #f03e57 solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
.parent-mail-block .parent-mail-text {
  font-size: 14px;
  color: #f03e57;
  margin-bottom: 10px;
}
#havecookieuser {
  display: none;
  background-color: #fff;
  color: #757474;
  border-radius: 11px;
  border: 1px #f03e57 solid;
  padding: 10px 10px 10px 10px;
}
#havecookieuser a {
  background: none;
  color: #757474;
  font-weight: bold;
}
/*.info-layer{
  background-color: #d3d3d3ab;
  color: #1f3b80;
  height: 70px;
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
  /* position: relative; */
/*bottom: 51px;
  left: -9px;*/
/* padding: 4px; */
/* width: 100%; */
/*text-align: center;
  display:none;
}*/
.info-layer {
  background-color: #d3d3d3ab;
  color: #1f3b80;
  height: 70px;
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 32px;
  /* position: relative; */
  bottom: 46px;
  left: -5px;
  padding: 9px;
  width: calc(100% - 0px);
  text-align: center;
  /* display: none; */
  margin-left: -4px;
  /* margin-right: -4px; */
  margin-bottom: 15px;
  font-size: 0.8em;
  display: none;
}
.col-sm {
  max-width: unset;
}
.disabled-button {
  background-color: #efefef !important;
  color: grey !important;
  border-color: grey !important;
}
/*# sourceMappingURL=nagydiaktesztek.css.map */