/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 3rd party packages */
/* SASS and Global'ish Stuff */
.red {
  color: #f95738;
}

body {
  color: #333;
  font-family: "Work Sans", sans-serif;
  overflow-x: hidden;
  position: relative;
  height: 100% !important;
}

* {
  font-family: "Work Sans";
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

p,
ul,
ol {
  margin: 0 0 1.65em 0;
}

p,
li {
  line-height: 1.65;
}

.pb-5 {
  padding-bottom: 5em;
}

.pt-5 {
  padding-top: 5em;
}

.white {
  color: white !important;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.container--narrow {
  max-width: 960px;
}
@media (min-width: 960px) {
  .container--narrow {
    max-width: 80%;
  }
}

.section-break {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2.5rem 0;
}

.min-list {
  padding: 0;
  margin: 0;
}

.min-list li {
  list-style: none;
}

.p-top-small {
  padding-top: 1rem;
}

.p-top-large {
  padding-top: 1.6rem;
}

.p-bottom-large {
  padding-bottom: 1.6rem;
}

@media (min-width: 530px) {
  .p-top-large {
    padding-top: 3.5rem;
  }
  .p-bottom-large {
    padding-bottom: 3.5rem;
  }
}
.no-margin {
  margin: 0;
}

.nu {
  text-decoration: none;
}

.nu:hover {
  text-decoration: underline;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.t-small {
  font-size: 0.85rem;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.push-right {
  margin-right: 20px;
}

.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}

.container:after,
.group:after {
  clear: both;
}

.hide {
  display: none;
}

.w-95 {
  width: 95% !important;
}

/* BEM Blocks */
.remove-favorite {
  display: inline-block;
  transition: all 0.3s;
  color: #999;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 3px;
}

.remove-favorite:hover {
  background-color: #dedede;
}

.page-section {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media (min-width: 530px) {
  .page-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.page-section--white {
  background-color: #fff;
}
.page-section--beige {
  background-color: #faf0ca;
}
.page-section p:last-of-type {
  margin-bottom: 0;
}

.school-logo-text {
  position: relative;
  z-index: 20;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 100;
  max-width: 80px;
}
@media (min-width: 960px) {
  .school-logo-text {
    max-width: 170px;
  }
}

.school-logo-text strong {
  font-weight: 400;
}

.school-logo-text a {
  color: #fff;
  text-decoration: none;
}

.school-logo-text--alt-color a {
  color: #666;
}
.school-logo-text--alt-color a:hover {
  color: #3185c6;
  text-decoration: underline;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-loader {
  margin-top: 45px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: black;
  animation: spin 1s infinite linear;
}

.c-orange {
  color: #f95738;
}

.c-blue {
  color: #3185c6;
}

.c-white {
  color: #fff;
}

.c-dark {
  color: #333;
}

.gray {
  color: #999999;
}

.search-trigger {
  display: none;
  color: #fff;
  position: relative;
  cursor: pointer;
  top: 1px;
  margin-left: 20px;
}
@media (min-width: 960px) {
  .search-trigger {
    display: inline-block;
    top: 6px;
  }
}

.search-trigger:hover {
  opacity: 0.65;
}

.social-icons-list {
  display: flex;
  margin: 0 -8px;
}

.social-icons-list li {
  flex: 1;
  margin: 0 8px;
}

.social-icons-list li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
}

.social-icons-list li a:hover {
  opacity: 0.75;
}

.social-color-facebook {
  background-color: #4862a3;
}

.social-color-twitter {
  background-color: #55acee;
}

.social-color-youtube {
  background-color: #cc1e1f;
}

.social-color-linkedin {
  background-color: #0077b5;
}

.social-color-instagram {
  background-color: #d8226b;
}

.nav-list ul {
  padding: 0;
  margin: 0;
}

.nav-list li {
  list-style: none;
}

.nav-list a {
  font-size: 0.9rem;
  color: #999;
  text-decoration: none;
}

.nav-list a:hover {
  color: #3185c6;
  text-decoration: underline;
}

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
  padding-bottom: 1.6rem;
}

@media (min-width: 960px) {
  .row {
    margin-right: -50px;
  }
  .one-half,
  .one-third,
  .two-thirds,
  .one-fourth,
  .one-fifth,
  .one-sixth {
    padding-bottom: 0;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .two-thirds {
    width: 66.66%;
  }
  .one-half {
    width: 50%;
  }
  .one-third {
    width: 33.33%;
  }
  .one-quarter {
    width: 25%;
  }
  .one-fifth {
    width: 20%;
  }
  .one-sixth {
    width: 16.66%;
  }
}
/* Make Top WP Admin Bar Fixed on Mobile */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/* Seach Form */
.search-form {
  background-color: #dedede;
  padding: 20px;
  text-align: center;
}

.search-form label {
  display: block;
}

.search-form-row {
  display: flex;
}

.search-form .s {
  min-width: 20px;
  flex-basis: auto;
  flex-grow: 1;
  border: none;
  font-family: "Work Sans", sans-serif;
  padding: 10px;
}
@media (min-width: 530px) {
  .search-form .s {
    font-size: 1.4rem;
  }
}

.search-submit {
  color: #fff;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #3185c6;
  font-family: "Work Sans", sans-serif;
  padding: 0 20px;
  margin-left: 10px;
}

.note-limit-message {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  color: #c32929;
  font-weight: bold;
}

.note-limit-message.active {
  visibility: visible;
  opacity: 1;
}

/* Like Box */
.generic-content .like-box {
  float: right;
  font-size: 1rem;
  background-color: #ededed;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  color: red;
  padding: 10px 10px 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 0 30px 30px;
  position: relative;
}

.generic-content .like-box:hover {
  background-color: #dedede;
}

.like-count {
  padding-left: 10px;
}

.like-box .fa-heart-o {
  transition: all 0.35s ease-out;
  position: absolute;
  left: 10px;
}

.like-box .fa-heart {
  left: 10px;
  transition: all 0.4s ease-out;
  position: absolute;
  visibility: hidden;
  transform: scale(0.2);
  opacity: 0;
}

.like-box[data-exists=yes] .fa-heart {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.like-box[data-exists=yes] .fa-heart-o {
  visibility: hidden;
  opacity: 0;
}

/* Customize Login Screen */
body.login .button-primary {
  background-color: #f95738;
  border-color: #f83e1a;
  text-shadow: 0 -1px 1px #f8320c, 1px 0 1px #f8320c, 0 1px 1px #f8320c, -1px 0 1px #f8320c;
  box-shadow: 0 1px 0 #ed2c07;
}

body.login .button-primary:active,
body.login .button-primary:focus,
body.login .button-primary:hover {
  background-color: #f8411d;
  border-color: #f95738;
  text-shadow: 0 -1px 1px #ed2c07, 1px 0 1px #ed2c07, 0 1px 1px #ed2c07, -1px 0 1px #ed2c07;
  box-shadow: 0 1px 0 #de2907;
}

body.login {
  background-color: #faf0ca;
}

.login h1 a {
  color: #3185c6;
  font-size: 30px;
  font-weight: 300;
  background-image: none;
  width: auto;
  height: auto;
  text-indent: 0;
}

.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 1.19rem;
  padding: 12px 24px;
  border: none;
  outline: none;
}
.btn--small {
  font-size: 0.88rem;
  padding: 7px 13px;
  font-weight: 300;
}
.btn--with-photo {
  padding-left: 40px;
  position: relative;
}
.btn--orange {
  background-color: #ee964b;
}
.btn--orange:hover {
  background: linear-gradient(#ee964b, #eb6c00);
}
.btn--dark-orange {
  background-color: #f95738 !important;
  color: white !important;
}
.btn--dark-orange:hover {
  background: linear-gradient(#f95738, #c62000);
}
.btn--blue {
  background-color: #3185c6 !important;
  color: white !important;
}
.btn--blue:hover {
  background: linear-gradient(#4393d1, #3185c6);
}
.btn--yellow {
  background-color: #f4d35e !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22) !important;
}
.btn--yellow:hover {
  background: linear-gradient(#f4d35e, #f0bb00);
}
.btn--beige {
  background-color: #faf0ca;
  color: #173f58;
}
.btn--beige:hover {
  background-color: #f4d35e;
}
.btn--gray {
  background-color: #222;
}
.btn--white {
  background-color: #fff;
  color: #173f58;
}
.btn--white:hover {
  background-color: #ddd;
}
.btn--large {
  font-size: 1.3rem;
  padding: 16px 34px;
  border-radius: 7px;
}
@media (min-width: 530px) {
  .btn--large {
    font-size: 1.9rem;
  }
}
.btn--inactive {
  background-color: transparent;
  cursor: default;
  color: #333;
}

select {
  border-radius: 10px;
  padding: 8px 10px;
}

.landing-submit {
  border-radius: 35px;
  padding: 8px 15px;
  border: 0px;
  background-color: #f95738;
  color: white;
}

#eredmeny {
  max-width: 94%;
  border-radius: 30px;
  box-shadow: unset;
  border: 0px transparent;
}

.button a {
  color: white;
}

.btn-center {
  margin: 0 auto;
  display: block;
  max-width: 350px;
  font-size: 1.5rem;
  text-align: center;
}

button a:hover {
  color: white !important;
}

.ml-2 {
  margin-left: 2em;
}

.jelentkezem-m2 {
  margin-bottom: 20px;
}

/* My Notes */
.edit-note,
.delete-note,
.submit-note {
  font-size: 0.9rem;
  background-color: #eee;
  padding: 8px 16px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 4px;
  cursor: pointer;
}

.submit-note {
  color: #fff;
  border: none;
  background-color: #f95738;
  line-height: 1.65;
}

.submit-note:hover {
  background-color: #dd3f21;
}

@media (min-width: 635px) {
  .edit-note,
  .delete-note {
    position: relative;
    top: -12px;
  }
}

.edit-note:hover,
.delete-note:hover {
  background-color: #ddd;
}

.delete-note {
  color: red;
}

.update-note {
  visibility: hidden;
}

.update-note--visible {
  visibility: visible;
}

.note-title-field {
  width: 40%;
  font-size: 1.85rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  color: #3185c6;
  border: 1px solid transparent;
  padding: 7px;
  outline: none;
  position: relative;
  top: 1px;
}
@media (max-width: 400px) {
  .note-title-field {
    width: 100%;
  }
}
@media (min-width: 635px) {
  .note-title-field {
    width: 65%;
    font-size: 3.125rem;
  }
}

.note-body-field {
  color: #333;
  font-family: "Work Sans", sans-serif;
  resize: none;
  display: block;
  width: 100%;
  line-height: 1.65;
  font-size: 1.15rem;
  padding: 7px;
  border: 1px solid transparent;
  height: 175px;
  outline: none;
}

.note-active-field {
  border: 1px solid #ddd;
  animation: pulseBorder 0.75s alternate infinite;
}

@keyframes pulseBorder {
  0% {
    border: 1px solid #fff;
  }
  100% {
    border: 1px solid #ccc;
  }
}
/* Create Note */
.create-note {
  background-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
}

.new-note-title {
  width: 100%;
  padding: 10px;
  font-family: "Work Sans", sans-serif;
  border: none;
  margin-bottom: 10px;
  font-size: 1.15rem;
  box-sizing: border-box;
}

.new-note-body {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  padding: 10px;
  font-family: "Work Sans", sans-serif;
  border: none;
  margin-bottom: 10px;
  height: 170px;
  font-size: 1.15rem;
  line-height: 1.65;
}

/* Reveal and Hide Fade Transitions */
#my-notes {
  position: relative;
}

#my-notes li {
  transition: all 0.4s ease-out;
  opacity: 1;
}

#my-notes li.fade-out {
  height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0.5;
}

#my-notes li.fade-in-calc {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}

.site-header {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.325);
}
.site-header__avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.site-header .btn__text {
  padding-left: 25px;
}
.site-header__avatar img {
  display: block;
  width: 36px;
  height: 36px;
}
.site-header__menu {
  visibility: hidden;
  position: absolute;
  background-color: rgba(48, 130, 194, 0.89);
  left: 0;
  right: 0;
  top: -20px;
  padding-top: 58px;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  padding-bottom: 20px;
}
.site-header__menu--active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media (min-width: 960px) {
  .site-header__menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    position: static;
    background-color: transparent;
    float: right;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
  }
}
.site-header__search-trigger {
  cursor: pointer;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 6px;
  right: 16px;
}
@media (min-width: 530px) {
  .site-header__search-trigger {
    top: 4px;
    font-size: 1.4rem;
  }
}
@media (min-width: 960px) {
  .site-header__search-trigger {
    display: none;
  }
}
.site-header__menu-trigger {
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  position: absolute;
  z-index: 10;
  top: 7px;
  right: 46px;
}
@media (min-width: 530px) {
  .site-header__menu-trigger {
    top: 5px;
    font-size: 1.4rem;
  }
}
@media (min-width: 960px) {
  .site-header__menu-trigger {
    display: none;
  }
}
.site-header__util {
  padding: 0 0 0 20px;
}
@media (min-width: 960px) {
  .site-header__util {
    padding: 0;
    float: right;
    margin-top: 35px;
  }
}
.site-header__btn {
  margin-right: 20px;
}
@media (min-width: 960px) {
  .site-header__btn {
    float: left;
  }
}
.site-header .btn--with-photo {
  margin-right: 0;
  min-width: 150px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-footer {
  padding: 2rem 0 3.5rem 0;
  background-image: linear-gradient(#e2e1e1, #c5c5c5);
}
.site-footer p {
  font-size: 0.9rem;
}
.site-footer .headline {
  color: #666;
  margin-bottom: 0.33rem;
}
.site-footer__link {
  color: #999;
  text-decoration: none;
}
.site-footer__link:hover {
  color: #3185c6;
  text-decoration: underline;
}
.site-footer__inner {
  border-top: 1px dotted #dedede;
  padding-top: 3.5rem;
}
.site-footer__col-one {
  text-align: center;
}
@media (min-width: 960px) {
  .site-footer__col-one {
    text-align: left;
    width: 30%;
    float: left;
    margin-right: 2em;
  }
}
.site-footer__col-two-three-group {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .site-footer__col-two-three-group {
    text-align: left;
    float: left;
    width: 40%;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .site-footer__col-two {
    width: 50%;
    float: left;
  }
}
.site-footer__col-three {
  float: left;
}
@media (min-width: 960px) {
  .site-footer__col-three {
    width: 50%;
  }
}
.site-footer__col-four {
  padding-top: 20px;
  width: 85%;
  margin: 0 auto;
  clear: both;
  text-align: center;
}
@media (min-width: 960px) {
  .site-footer__col-four {
    padding-top: 0;
    margin: 0;
    clear: none;
    text-align: left;
    width: 25%;
    float: right;
  }
}

.site-footer p {
  font-weight: normal !important;
}

.page-banner {
  background-color: #000;
  padding: 80px 0 40px 0;
  position: relative;
}
@media (min-width: 530px) {
  .page-banner {
    padding: 130px 0 60px 0;
  }
}
.page-banner__content {
  position: relative;
  z-index: 2;
}
.page-banner__title {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 3.6rem;
  margin: 0 0 1rem 0;
  color: #fff;
}
@media (min-width: 530px) {
  .page-banner__title {
    font-size: 3rem;
  }
}
.page-banner__bg-image {
  opacity: 0.33;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-banner__intro {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #ededed;
}
@media (min-width: 530px) {
  .page-banner__intro {
    font-size: 1.65rem;
  }
}
.page-banner__intro p {
  margin: 0;
}

.hero-slider {
  position: relative;
}
.hero-slider div {
  outline: none;
}
.hero-slider__interior {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .hero-slider__interior {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.hero-slider__slide {
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-slider__overlay {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.68);
  padding: 40px;
  color: #fff;
}
@media (min-width: 960px) {
  .hero-slider__overlay {
    width: 50%;
  }
}

.slick-dots {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}
@media (min-width: 960px) {
  .slick-dots {
    top: 50px;
  }
}

.slick-dots li {
  list-style: none;
  display: inline;
}
.slick-dots li button {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border: none;
  margin: 0 4px;
  padding: 0;
  outline: none;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background-color: #fff;
}

/* GlideJS */
.glide__bullets {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}
@media (min-width: 960px) {
  .glide__bullets {
    top: 50px;
  }
}
.glide__bullets button {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border: none;
  margin: 0 3px;
  padding: 0;
  outline: none;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.glide__bullets button.glide__bullet--active {
  background-color: #fff;
}

.search-overlay {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  opacity: 0;
  transform: scale(1.09);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  box-sizing: border-box;
}
.search-overlay p {
  padding-top: 15px;
}
.search-overlay .event-summary p {
  padding-top: 0;
}
.search-overlay .event-summary {
  margin-bottom: 0;
  margin-top: 20px;
}
body.admin-bar .search-overlay {
  top: 32px;
}
.search-overlay__top {
  background-color: rgba(0, 0, 0, 0.12);
}
.search-overlay__icon {
  margin-right: 10px;
  font-size: 1.8rem;
  color: #f95738;
}
@media (min-width: 960px) {
  .search-overlay__icon {
    font-size: 2.5rem;
  }
}
.search-overlay--active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.search-overlay__section-title {
  margin: 30px 0 30px 0;
  font-weight: 400;
  color: #3185c6;
  font-size: 2rem;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.search-overlay__close {
  position: absolute;
  top: 13px;
  right: 16px;
  font-size: 2.1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  color: #f95738;
  line-height: 0.7;
}
@media (min-width: 530px) {
  .search-overlay__close {
    top: 18px;
    font-size: 2.1rem;
  }
}
@media (min-width: 960px) {
  .search-overlay__close {
    top: 26px;
    font-size: 2.8rem;
  }
}
.search-overlay__close:hover {
  opacity: 1;
}
.search-overlay .one-half {
  padding-bottom: 0;
}

.search-term {
  width: 75%;
  box-sizing: border-box;
  border: none;
  padding: 15px 0;
  margin: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  color: #f95738;
}
@media (min-width: 530px) {
  .search-term {
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {
  .search-term {
    width: 80%;
    font-size: 3rem;
  }
}

.body-no-scroll {
  overflow: hidden;
}

.month-header {
  background-color: #3185c6;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 20px;
  border-radius: 30px;
}

.professor-cards {
  margin: 0;
  padding: 0;
}
.search-overlay .professor-cards {
  padding-top: 21px;
}

.professor-card {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-right: 15px;
  background-color: #f95738;
  overflow: hidden;
}
.search-overlay .professor-card {
  width: 180px;
}
.professor-card__image {
  display: block;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.professor-card:hover .professor-card__image {
  opacity: 0.8;
  transform: scale(1.1) rotate(4deg);
}
.professor-card__name {
  font-weight: 300;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  padding: 3px 10px;
  background-color: rgba(240, 54, 19, 0.85);
}
.professor-card:hover .professor-card__name {
  background-color: rgba(215, 46, 14, 0.85);
}
.professor-card__list-item {
  display: inline-block;
  list-style: none;
}

.headline {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}
.headline--large {
  font-size: 3.6rem;
}
@media (min-width: 530px) {
  .headline--large {
    font-size: 6.25rem;
  }
}
.headline--large-medium {
  font-size: 5rem;
  margin: 0 0 1rem 0;
}
.headline--medium {
  font-size: 1.9rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 530px) {
  .headline--medium {
    font-size: 3.125rem;
  }
}
.headline--small-plus {
  font-family: "Work Sans", sans-serif;
  font-size: 1.6875rem;
  font-weight: 400;
  margin-bottom: 1.9rem;
}
.headline--small {
  font-size: 1.2rem;
  margin-bottom: 1.9rem;
}
@media (min-width: 530px) {
  .headline--small {
    font-size: 1.6875rem;
  }
}
.headline--smaller {
  font-size: 1.5rem;
}
.headline--tiny {
  font-family: "Work Sans", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
  padding-top: 0.5rem;
  font-weight: bold;
}
.headline--post-title a {
  color: #3185c6;
  text-decoration: none;
}
.headline--post-title a:hover {
  text-decoration: underline;
}

@media (min-width: 960px) {
  .full-width-split {
    display: flex;
  }
}
.full-width-split__one {
  flex: 1;
  padding: 1.6rem 16px;
}
@media (min-width: 960px) {
  .full-width-split__one {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .full-width-split__one .full-width-split__inner {
    float: right;
  }
}
.full-width-split__two {
  flex: 1;
  background-color: #3185c6;
  padding: 1.6rem 16px;
}
@media (min-width: 960px) {
  .full-width-split__two {
    padding: 40px;
  }
}
@media (min-width: 1350px) {
  .full-width-split__inner {
    width: 610px;
  }
}

.event-summary {
  position: relative;
  padding-left: 80px;
  min-height: 67px;
  padding-bottom: 1px;
  margin-bottom: 5px;
}
.event-summary__title a {
  color: #333;
  font-weight: bold;
  font-size: 0.8em;
}
.event-summary__title a:hover {
  color: #333;
}
.event-summary__date {
  text-decoration: none;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  padding: 10px 0 10px 0;
  color: #fff;
  border-radius: 50%;
  background-color: #3185c6;
  width: 55px;
  line-height: 1;
  transition: opacity 0.33s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
}
.event-summary__date:hover {
  opacity: 0.75;
}
.event-summary__date--beige {
  background-color: #f4d35e;
}
.event-summary__month {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}
.event-summary__day {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.home a:hover {
  color: #333;
}

.event-summary2 {
  padding: 20px;
  min-height: 67px;
  padding-bottom: 1px;
  margin-bottom: 5px;
}
.event-summary2__title a {
  color: #333;
  font-weight: bold;
  font-size: 0.8em;
}
.event-summary2__title a:hover {
  color: #333;
}

.page-links {
  position: relative;
  z-index: 1;
  background-color: #faf0ca;
  margin: 0 0 40px 0;
}
@media (min-width: 767px) {
  .page-links {
    margin: 0 0 40px 20px;
    width: 300px;
    float: right;
  }
}
.page-links__title {
  margin: 0;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
  background-color: #3185c6;
  color: #fff;
}
.page-links__title a {
  color: #fff;
  text-decoration: none;
  background-color: #3185c6;
}
.page-links li {
  border-top: 1px solid #f4de89;
}
.page-links li:first-child {
  border-top: none;
}
.page-links__active, .page-links .current_page_item {
  text-align: center;
  background-color: #f4e6b1;
  color: #3185c6;
  font-weight: bold;
}
.page-links li a {
  display: block;
  text-align: center;
  padding: 17px 10px;
  text-decoration: none;
  color: #3185c6;
  transition: all 0.3s;
}
.page-links li a:hover {
  color: #2b75ad;
  background-color: #f2e3aa;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.link-list li {
  padding: 1rem 0;
  font-size: 1.5rem;
  border-bottom: 1px dotted #dedede;
}
.search-overlay .link-list li {
  font-size: 1.3rem;
}
.link-list li:last-child {
  border-bottom: none;
}
.metabox {
  background-color: #faf0ca;
  border-radius: 3px;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 30px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.07);
}
.metabox--position-up {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.metabox--with-home-link {
  padding: 0;
}
.metabox__main {
  padding: 10px 15px 10px 11px;
}
.metabox p {
  margin: 0;
  font-size: 0.9rem;
  color: #a79038;
}
.metabox a {
  color: #a79038;
  text-decoration: none;
  font-weight: bold;
}
.metabox a:hover {
  text-decoration: underline;
}
.metabox .metabox__blog-home-link {
  background-color: #3185c6;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px 0 0 3px;
  font-weight: normal;
}
.metabox .metabox__blog-home-link:hover {
  text-decoration: none;
  background-color: #2c77b2;
}

.post-item {
  border-bottom: 1px dotted #DEDEDE;
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}
.post-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.main-sections {
  background-color: grey;
  padding: 60px 20px;
  text-align: center;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  font-size: 1.8em;
  transition: all 0.4s ease-in-out;
}
.main-sections p {
  transition: all 0.4s ease-in-out;
  transform: scale(100%);
  padding-top: 10px;
}

.main-sections:hover {
  background-color: #1a84c7;
}
.main-sections:hover p {
  transform: scale(120%);
  transition: all 0.4s ease-in-out;
}

.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.purplebg {
  background-color: #6e56a4;
}

.pinkbg {
  background-color: #c03e8a;
}

.orangebg {
  background-color: #f26825;
}

.yellowbg {
  background-color: #fcd700;
}

.purple {
  color: #6e56a4;
}

.pink {
  color: #c03e8a;
}

.orange {
  color: #f26825;
}

.yellow {
  color: #fcd700;
}

.wpsm_count-title {
  font-family: "Work Sans" !important;
}

a {
  text-decoration: none !important;
}

.icon-bg,
.icon-bg2,
.icon-bg3,
.icon-bg4,
.icon-bg5,
.icon-bg6,
.icon-bg7,
.icon-bg8,
.icon-bg9 {
  z-index: -1;
  display: none;
  position: absolute;
  width: 200px;
  height: auto;
  right: 0;
}
@media (min-width: 960px) {
  .icon-bg,
  .icon-bg2,
  .icon-bg3,
  .icon-bg4,
  .icon-bg5,
  .icon-bg6,
  .icon-bg7,
  .icon-bg8,
  .icon-bg9 {
    display: block;
  }
}

.icon-bg2 {
  left: 0;
  top: -66px;
}
@media (min-width: 960px) {
  .icon-bg2 {
    display: block;
  }
}

.icon-bg {
  right: 0;
  top: -66px;
}
@media (min-width: 960px) {
  .icon-bg {
    display: block;
  }
}

.icon-bg3 {
  left: 0;
  top: 66px;
}
@media (min-width: 960px) {
  .icon-bg3 {
    display: block;
  }
}

.icon-bg4 {
  top: 240px;
  right: 0;
}
@media (min-width: 960px) {
  .icon-bg4 {
    display: block;
  }
}

.icon-bg5 {
  top: 40px;
}
@media (min-width: 960px) {
  .icon-bg5 {
    right: -270px;
    display: block;
  }
}

.icon-bg6 {
  top: 40px;
}
@media (min-width: 960px) {
  .icon-bg6 {
    left: -270px;
    display: block;
  }
}

.icon-bg7 {
  top: 0px;
}
@media (min-width: 960px) {
  .icon-bg7 {
    left: 0px;
    display: block;
  }
}

.icon-bg9 {
  top: 0px;
}
@media (min-width: 960px) {
  .icon-bg9 {
    left: -200px;
    display: block;
  }
}

.height-500 {
  position: relative;
  height: 450px;
}

.blue-bg {
  background-color: #3185c6;
  color: white;
}

.lightgreen-bg {
  background-color: #b2d237;
  color: white;
}

.green-bg {
  background-color: rgb(86, 186, 106);
  color: white;
}

.btn-styling {
  border: 1px solid white;
  border-radius: 8px;
}

.toggle-button {
  background-color: #b2d237;
  border: none;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.toggle-button.active {
  background-color: rgb(86, 186, 106) !important;
  font-weight: bold;
}

.buttoncontainer1,
.buttoncontainer2,
.price1,
.buttoncontainer3,
.buttoncontainer4,
.price2 {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 960px) {
  .buttoncontainer1,
  .buttoncontainer2,
  .price1,
  .buttoncontainer3,
  .buttoncontainer4,
  .price2 {
    flex-direction: column;
  }
}

.bg-lightblue {
  background-color: #2bace2;
}

.calculator-heading {
  top: -50px;
  padding: 10px 20px;
  border-radius: 15px;
  text-align: center;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  font-size: 1.25em;
}
@media (min-width: 960px) {
  .calculator-heading {
    top: -100px;
  }
}

.buttoncontainer1 .toggle-button,
.buttoncontainer2 .toggle-button,
.price1,
.buttoncontainer3 .toggle-button,
.buttoncontainer4 .toggle-button,
.price2 .toggle-button {
  min-height: 68px;
}

.price1,
.price2,
.showhalasztas,
.price3,
.price4 {
  font-weight: bold;
  font-size: 1.4em;
  padding: 20px;
}

.showhalasztas {
  width: 200px;
  margin: 0 auto;
  display: block;
  color: white;
  border-radius: 15px;
}

.first-box,
.second-box {
  padding-top: 70px !important;
  margin-bottom: 120px !important;
}
@media (min-width: 960px) {
  .first-box,
  .second-box {
    padding-top: 0px !important;
    margin-bottom: 65px !important;
    min-height: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
  }
}

#description,
#typedescription,
#szintdescription,
#formadescription {
  font-weight: 700;
  color: white;
}

.btn-primary {
  color: white;
  border: 0px;
  border-radius: 30px;
  padding: 15px 45px;
  font-weight: bold;
  font-size: 1.6em;
}

.btn-secondary {
  color: white;
  border: 0px;
  border-radius: 30px;
  margin-top: 15px;
  padding: 10px 45px;
  font-weight: bold;
  font-size: 1.1em;
}

.column-headline {
  position: relative;
  top: 69px;
  width: 80%;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 30px;
}

.align-items-stretch {
  align-items: stretch;
}

.menu-item {
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .menu-item {
    max-width: auto;
  }
}

.pill,
.border-radius-30 {
  border-radius: 30px;
}

.box-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: relative;
}

.box {
  padding-top: 1em;
  margin: 20px;
  border-radius: 30px;
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
}
.box.medium {
  font-size: 1.6em;
}
.box.larger {
  font-size: 2.2em;
}
.box .medium.value {
  font-size: 1.6em;
}
.box .larger.value {
  font-size: 2.2em;
}
.box .small.value {
  font-size: 1.3em;
}

.box {
  flex: 1;
}

.box.larger {
  padding: 1em;
}

.box.medium {
  padding: 1em;
  max-height: 150px;
}

.box.small {
  padding: 1em;
  max-height: 130px;
}

.box.small::before {
  width: calc(100% - 400px);
}

.box.medium::before {
  width: calc(100% - 200px);
}

.box.larger::before {
  width: calc(100% - 200px);
}

@media screen and (max-width: 600px) {
  .box::before {
    display: none;
  }
}
.topbox {
  display: block;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #ee60a2;
  border-radius: 15px;
  padding: 20px;
}
@media (min-width: 960px) {
  .topbox {
    display: flex;
  }
}
.topbox .content {
  flex: 1;
  padding-right: 20px;
  text-align: center;
}
@media (min-width: 960px) {
  .topbox .content {
    text-align: left;
  }
}
.topbox .headline {
  margin-top: 0;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 960px) {
  .topbox .headline {
    text-align: left;
  }
}
.topbox .buttons {
  flex: 1;
  display: block;
  flex-direction: column;
  max-width: 300px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1580px) {
  .topbox .buttons {
    display: flex;
    right: -150px;
    text-align: left;
  }
}
.topbox .button {
  margin-bottom: 10px;
  min-height: 80px;
}
.topbox .active {
  background-color: #6e56a4 !important;
  color: white;
}

.responsive-table {
  display: block;
  width: 100%;
  border-radius: 30px;
}
@media (min-width: 960px) {
  .responsive-table {
    background-color: #3185c6;
  }
}

.table-row {
  background-color: #3185c6;
  margin: 10px;
  border-radius: 15px;
}
@media (min-width: 960px) {
  .table-row {
    background-color: transparent;
    border-radius: 0px;
    border-top: 5px solid white;
  }
}

.table-header,
.table-row {
  display: flex;
  flex-wrap: wrap;
}

.col-honap,
.col-dat,
.col-vizsga,
.col-vizsgahat,
.col-dokumentum {
  flex-basis: 100%;
  text-align: center;
  padding: 10px;
  text-transform: capitalize;
  font-weight: bold;
  color: white;
}
@media (min-width: 960px) {
  .col-honap,
  .col-dat,
  .col-vizsga,
  .col-vizsgahat,
  .col-dokumentum {
    font-weight: normal;
    margin-top: 10px;
    flex-basis: 20%;
  }
}

@media only screen and (min-width: 600px) {
  .table-header,
  .table-row {
    flex-direction: row;
  }
  .col-honap,
  .col-vizsgahat {
    flex-basis: 20%;
  }
  .col-dat {
    flex-basis: 20%;
    text-align: left;
  }
  .responsive-table2 .col-dat {
    justify-content: start !important;
  }
  .col-honap,
  .col-dat,
  .col-vizsga,
  .col-vizsgahat,
  .col-dokumentum {
    font-weight: bold;
    color: white;
    text-transform: initial;
    padding: 1em;
    font-size: 1.4em;
    align-items: center;
    align-content: center;
    display: flex;
    justify-content: center;
  }
  .col-vizsga {
    flex-basis: 20%;
  }
}
.col-honap h4,
.col-dat h4,
.col-vizsga h4,
.col-vizsgahat h4,
.col-dokumentum h4 {
  padding: 10px 15px;
  border-radius: 300em;
}

.col-vizsga h4 {
  text-transform: lowercase;
}

.col-honap h4 {
  background-color: #c03e8a;
  min-width: 200px;
}

.col-dat h4 {
  background-color: #6e56a4;
  min-width: 50px;
}

.col-dokumentum h4 {
  padding: 10px 15px;
  color: white;
  border-radius: 300em;
  background-color: #f9d714;
}
.col-dokumentum h4 a {
  color: white;
}

ul.nyelvvizsga-keszsegek li {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  padding: 1em;
  text-align: center;
}

table.elte-table {
  width: 100%;
  border-collapse: collapse;
  background-color: rgb(86, 186, 106);
  margin: 20px 0px 60px 0px;
  border-radius: 60px;
}

th.bg-blue:first-child {
  border-top-left-radius: 60px;
}

th.bg-blue:last-child {
  border-top-right-radius: 60px;
}

.elte-table th,
.elte-table td {
  padding: 15px;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  table.elte-table {
    font-size: 12px;
  }
  .elte-table th,
  .elte-table td {
    padding: 5px;
  }
}
.table-heading {
  font-weight: bold;
  font-size: 1.2em;
}

.accordion-item {
  margin: 10px 0px;
}

@media screen and (max-width: 576px) {
  .relative-on-mobile {
    position: relative;
    top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 576px) {
  .junior-button {
    margin: 0 auto;
    display: block;
  }
}

.descriptioncontainer {
  min-height: 168px;
}

.bg-blue {
  background-color: #3185c6;
}

.bg-purple {
  background-color: #6e56a4;
}

.bg-lightgreen {
  background-color: #b2d237;
}

.green {
  background-color: rgb(86, 186, 106);
}

#search-term-input {
  border-radius: 35px;
  border: 0px;
  padding: 25px 25px;
  position: relative;
  top: -5px;
  font-size: 1.3em;
  color: #3185c6;
}

.search-container {
  padding: 10px 20px;
  border-radius: 60px;
  position: relative;
  top: 50px;
  z-index: 99;
}
@media (min-width: 960px) {
  .search-container {
    max-width: 25%;
  }
}

.map-container {
  padding: 40px 20px;
  border-radius: 30px;
  position: relative;
  top: 50px;
  z-index: 99;
}

.bubble-top {
  position: absolute;
  left: 25%;
  top: -30px;
  min-width: 50%;
}

.feladat-summary__title {
  max-width: 75%;
  font-size: 16px;
  margin: 0 auto;
  display: block;
}

.section-heading {
  font-size: 2.4m;
  font-weight: 500;
}

#form-id {
  position: relative;
  top: 20px;
}

.custom-list {
  list-style: none;
  padding: 0;
}

.custom-list li {
  margin-bottom: 10px; /* Optional: Add some spacing between list items */
}

.bullet-icon {
  margin-right: 10px; /* Optional: Add some spacing between icon and text */
  font-size: 18px; /* Adjust the font size as needed */
}

.generic-content p,
.generic-content li {
  font-size: 1.15rem;
}
.generic-content blockquote,
.generic-content blockquote p {
  font-size: 1.5rem;
  font-style: italic;
}
.generic-content h1,
.generic-content h2,
.generic-content h3,
.generic-content h4,
.generic-content h5,
.generic-content h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}
.generic-content h1 {
  font-size: 1.7rem;
}
@media (min-width: 960px) {
  .generic-content h1 {
    font-size: 3.6rem;
  }
}
.generic-content h2 {
  font-size: 1.5rem;
}
@media (min-width: 960px) {
  .generic-content h2 {
    font-size: 3.1rem;
  }
}
.generic-content h3 {
  font-size: 1.4rem;
}
@media (min-width: 960px) {
  .generic-content h3 {
    font-size: 2.6rem;
  }
}
.generic-content h4 {
  font-size: 1.6rem;
}
.generic-content h5 {
  font-size: 1.6rem;
}
.generic-content h6 {
  font-size: 1.15rem;
}
@media (min-width: 530px) {
  .generic-content h1 {
    font-size: 2.25rem;
  }
  .generic-content h2 {
    font-size: 1.4rem;
  }
  .generic-content h3 {
    font-size: 2.125rem;
  }
  .generic-content h4 {
    font-size: 1.6rem;
  }
  .generic-content h5 {
    font-size: 1.9rem;
  }
  .generic-content h6 {
    font-size: 1.15rem;
  }
}

.left {
  float: left;
  width: 48%;
}

.right {
  float: right;
  width: 48%;
}

input,
label,
textarea {
  width: 100%;
  margin: 10px;
}

input,
textarea {
  padding: 10px;
}

input[type=submit] {
  background-color: #6e56a4;
  border: 0px;
  border-radius: 35px;
  padding: 0.5em 1em;
  color: white;
  font-weight: bold;
}

.page-id-15 input[type=submit] {
  max-width: 200px;
}

p label {
  letter-spacing: 1px;
  font-weight: 500;
}

.contact-information {
  background-color: #56ba6a;
  border-radius: 25px;
  padding: 20px;
  margin: 20px;
}

a.no-decoration {
  text-decoration: none;
  color: white;
}

.lg {
  font-size: 24px;
  padding: 10px;
}

.red {
  color: #ef3a3a;
}

.brown {
  color: #a59179;
}

.form-container {
  padding: 40px 20px;
  border-radius: 130px;
  position: relative;
  top: 70px;
  max-width: 90%;
  z-index: 99;
}
@media (min-width: 960px) {
  .form-container {
    top: 50px;
    max-width: 75%;
  }
}

#form-id select {
  background-color: #b2d237;
  border: 2px solid white;
  color: white;
  font-size: 1.3em;
  max-width: 250px;
}

.social-color-tiktok {
  background-color: #000000;
}

.navbar-expand-lg .navbar-collapse {
  align-content: baseline;
}

.nav-link a,
.nav-link {
  color: white !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

.navbar-brand img {
  width: 120px;
}

@media (min-width: 960px) {
  .nav-menu {
    padding-right: 50px !important;
  }
  .navbar-brand img {
    width: 170px;
  }
}
.site-header {
  background-color: rgba(0, 0, 0, 0.725);
}

.navbar-toggler {
  border: 1px solid white;
}

.search-trigger {
  margin-left: 0px;
  margin: 0 auto;
  display: block !important;
}

@media (min-width: 960px) {
  .search-trigger {
    margin-left: 20px;
    display: inline-block !important;
  }
  .nav-link {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .nav-link {
    margin: 10px;
    font-size: 18px;
  }
}
.jelentkezem {
  margin: 0 auto;
  display: block;
  max-width: 300px;
  border-radius: 300px;
}
@media (min-width: 960px) {
  .jelentkezem {
    margin-bottom: 50px;
  }
}

.nav-link {
  border-radius: 10px;
  transition: all 300ms;
  transition-duration: 300ms;
  text-transform: uppercase;
  font-weight: bold;
}

@media (min-width: 960px) {
  .site-header {
    background-color: rgba(0, 0, 0, 0.325);
  }
}
.bg-dark {
  --bs-bg-opacity: 0.2;
}

.navbar .container-fluid {
  max-width: 1440px;
}
@media (min-width: 1200px) {
  .navbar .container-fluid {
    max-width: 1700px;
  }
}

i.fa.fa-search {
  padding-bottom: 20px;
}

.navbar-nav {
  text-align: center;
}

.nav-link:hover {
  background-color: #f75738;
  border-radius: 10px;
}

.dropdown-menu {
  background-color: #f75738;
}

.dropdown-menu:hover {
  background-color: #f75738;
}

.dropdown-item {
  background-color: #f75738;
  color: white;
}

.dropdown-item.active {
  background-color: #6e56a4;
}

.white-headline {
  font-size: 1.6em;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .white-headline {
    font-size: 1.7em;
  }
}

.white-text {
  color: white;
  text-align: center;
}

.bg-brightpurple {
  background-color: #bf218d;
}

.bg-green {
  background-color: #56ba6a;
}

.bg-brightgreen {
  background-color: #b2d237;
}

.bg-brightblue {
  background-color: #2bace2;
}

.orange-bg,
.bg-orange {
  background-color: #f26925;
}

.bg-pink {
  background-color: #ee60a2;
}

.purple-bg {
  background-color: #bf218d;
}

.full-column,
.full-column2,
.full-column3,
.full-column4 {
  position: relative;
}
@media (min-width: 960px) {
  .full-column,
  .full-column2,
  .full-column3,
  .full-column4 {
    margin: 20px;
  }
}

.full-column::after,
.full-column2::after,
.full-column3::after,
.full-column4::after {
  content: "";
  position: absolute;
  transition: transform 0.2s ease-in-out;
  z-index: -1;
  border-radius: 30px;
  margin: 15px;
}

.full-column::after {
  top: 50px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

.full-column2::after {
  top: -30px;
  left: -5px;
  right: 5px;
  bottom: -5px;
}

.full-column3::after {
  top: 90px;
  left: -15px;
  right: 5px;
  bottom: -5px;
}

.full-column4::after {
  top: 90px;
  left: 15px;
  right: -15px;
  bottom: -5px;
}

.full-column:hover::after {
  transform: translate(20px, 20px);
}

.full-column2:hover::after {
  transform: translate(30px, 10px);
}

.full-column3:hover::after {
  transform: translate(30px, 10px);
}

.full-column4:hover::after {
  transform: translate(-60px, 40px);
}

.purple-border::after,
.brightpurple-border::after {
  border: 2px solid #bf218d;
}

.pink-border::after {
  border: 2px solid #ee60a2;
}

.blue-border::after {
  border: 2px solid #2bace2;
}

.brightblue-border::after {
  border: 2px solid #2bace2;
}

.green-border::after {
  border: 2px solid #b2d237;
}

.rounded-column {
  border-radius: 30px;
}

.column--headline {
  top: -30px;
  max-width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.column--text {
  text-align: center;
}
.column--button {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 80%;
}

.accordion-button {
  font-weight: bold;
  background-color: #3185c6;
  color: white;
}

.accordion-button:not(.collapsed),
.accordion-body {
  color: white;
  background-color: #6e56a4;
}

.accordion {
  padding: 50px 0px;
}

.page-template-page-gyakorlofeladatok .event-summary__content,
.page-template-page-junior .event-summary__content,
.page-template-page-minta-es-gyakorlofeladatok .event-summary__content {
  margin: 20px 5px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #3185c6;
  transition: 500ms all;
  background-color: #6e56a4;
}
.page-template-page-gyakorlofeladatok .event-summary__content .feladat-summary__title,
.page-template-page-junior .event-summary__content .feladat-summary__title,
.page-template-page-minta-es-gyakorlofeladatok .event-summary__content .feladat-summary__title {
  font-size: 20px;
  color: white;
  max-width: 95%;
}
.page-template-page-gyakorlofeladatok .event-summary__content p,
.page-template-page-junior .event-summary__content p,
.page-template-page-minta-es-gyakorlofeladatok .event-summary__content p {
  color: white;
}
.page-template-page-gyakorlofeladatok .event-summary__content .btn-secondary,
.page-template-page-junior .event-summary__content .btn-secondary,
.page-template-page-minta-es-gyakorlofeladatok .event-summary__content .btn-secondary {
  color: #3185c6;
  transition: 300ms all;
  padding: 5px 15px;
}

.page-template-page-gyakorlofeladatok .event-summary__content:hover,
.page-template-page-junior .event-summary__content:hover,
.page-template-page-minta-es-gyakorlofeladatok .event-summary__content:hover {
  border: 1px solid rgb(86, 186, 106);
  background-color: #6e56a4;
}
.page-template-page-gyakorlofeladatok .event-summary__content:hover .btn-secondary:hover,
.page-template-page-junior .event-summary__content:hover .btn-secondary:hover,
.page-template-page-minta-es-gyakorlofeladatok .event-summary__content:hover .btn-secondary:hover {
  background-color: rgb(86, 186, 106);
}

/*# sourceMappingURL=style-index.css.map*/