@charset "UTF-8";

:root{
  --col-black: #000;
  --col-white: #fff;
  

  --col-bg: #FFF;
  --col-text: #000;
  --col-text-h: #fff;
  --col-undrln-button-text-h: #fff;
  --col-undrln-button-line: #000;

  --col-corvinus-green: #0ACD5A;
  --col-corvinus-green-light: #E1FFD9;
  --col-corvinus-green-dark: #002300;
  
  --col-corvinus-red: #FF4132;
  --col-corvinus-red-light: #FFDEDE;
  --col-corvinus-red-dark: #410500;

  --col-corvinus-blue: #32B4E6;
  --col-corvinus-blue-light: #CDF0FF;
  --col-corvinus-blue-dark: #002332;

  --col-corvinus-purple: #A07DF5;
  --col-corvinus-purple-light: #E3DEFF;
  --col-corvinus-purple-dark: #2D004B;
  
  --box-shadow: 0px 0px 30px 0px #00000026;

  --image-ratio: 0.6944; /* 36 : 25 ratio for images */
}

/* #szecheny_wrapper elrejtése...
   by VG
*/
#szecheny_wrapper {
  display: none !important;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*@import "bootstrap/normalize";
@import "bootstrap/print";
@import "bootstrap/glyphicons";*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1244px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.wp-block-button__link{
  color: var(--col-text);
  border: none;
  border-radius: 0;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
  border: 0;
  padding: 0;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.position-relative{
  position: relative;
}

.f-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}

.justify-content-center{
  justify-content: center;
}

.justify-content-start{
  justify-content: start;
}

.justify-content-end{
  justify-content: end;
}

.justify-content-between{
  justify-content: space-between;
}

.align-items-center{
  align-items: center;
}
.align-items-start{
  align-items: start;
}

.h-100{
  height: 100% !important;
}

.w-100{
  width: 100%;
}

.margin-top-20px{
  margin-top:20px;
}

.w-max-content{
  width: max-content;
}

.d-flex{
  display: flex !important;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-row{
  flex-direction: row;
}

.flex-column{
  flex-direction: column;
}

.flex-start{
  align-items: flex-start;
}

.flex-grow-1{
  flex-grow: 1;
}

.flex-basis-0{
  flex-basis: 0;
}

.align-self-stretch{
  align-self: stretch;
}

.align-content-center{
  align-content: center;
}

.gap-2em{
  gap: 2em;
}

.justify-content-end{
  justify-content: end;
}

.object-fit-cover{
  object-fit: cover;
}

.m-0{
  margin: 0;
}

.mt-0{
  margin-bottom: 0 !important;
}

.mute{
  opacity: 0.5;
}

.mx-n2rem{
  margin-left: -2rem;
  margin-right: -2rem;
}

/* .col:has(+.col) {
  padding-right: 2em;
}

.col:last-child {
  padding-right: 2em;
} */


.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,
.my-5 {
  margin-top: 3rem !important
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
  padding-left: 3rem !important
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .mt-md-0{
    margin-top: 0 !important;
  }

  .pl-md-1{
    padding-left: .25rem !important;
  }
  .pt-md-1{
    padding-top: .25rem !important;
  }

  .pl-md-2{
    padding-left: .5rem !important;
  }
  .pt-md-2{
    padding-top: .5rem !important;
  }

  .pl-md-3{
    padding-left: 1rem !important;
  }
  .pt-md-3{
    padding-top: 1rem !important;
  }

  .pl-md-4{
    padding-left: 1.5rem !important;
  }
  .pt-md-4{
    padding-top: 1.5rem !important;
  }

  .pl-md-5{
    padding-left: 3rem !important
  }

  .pt-md-5{
    padding-top: 3rem !important
  }

  .flex-md-grow-1{
    flex-grow: 1;
  }
  
  .flex-md-basis-0{
    flex-basis: 0;
  }
}

@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }  
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.toggle-background { transition: background-color .2s linear; }


/*@import "bootstrap/dropdowns";
@import "bootstrap/button-groups";
@import "bootstrap/input-groups";*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: var(--col-bg);
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: var(--col-bg);
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: var(--col-bg);
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/*@import "bootstrap/navbar";
@import "bootstrap/breadcrumbs";
@import "bootstrap/pagination";
@import "bootstrap/pager";
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/jumbotron";
@import "bootstrap/thumbnails";
@import "bootstrap/alerts";
@import "bootstrap/progress-bars";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/panels";
@import "bootstrap/responsive-embed";
@import "bootstrap/wells";
@import "bootstrap/close";*/
/*@import "bootstrap/modals";
@import "bootstrap/tooltip";
@import "bootstrap/popovers";
@import "bootstrap/carousel";*/
/*@import "bootstrap/utilities";
@import "bootstrap/responsive-utilities";*/
/*---Arculatváltás---*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Custom icons Design2024 */
@font-face {
  font-family: corvinus-ico;
  src: url('../fonts/corvinus-ico/corvinus-ico.woff') format("woff"), url('../fonts/corvinus-ico/corvinus-ico.ttf') format("ttf");
}

[class^="uni-icon-"], [class*=" uni-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'corvinus-ico' !important;
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: middle;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.head-1 [class^="uni-icon-"], [class*=" uni-icon-"],
footer [class^="uni-icon-"], [class*=" uni-icon-"],
.WP0-research-footer-wrap [class^="uni-icon-"], [class*=" uni-icon-"] {
  font-size:1.625rem;
}

.pagination [class^="uni-icon-"], .pagination [class*=" uni-icon-"]{
  font-size: 1rem;
}


.link-card a > i:first-child, .with-hr > i:first-child, .link-card a > img:first-child, .with-hr > img:first-child {
  margin-bottom:.625rem;
  font-size: 4.5rem;
}

footer .with-hr > i:first-child{
  margin-bottom: 1.25rem;
}

.link-card a > img:first-child, .with-hr > img:first-child {
  width: 1em !important;
  height: 1em;
  object-fit: contain;
}

.uni-icon-plus:before {
  content: "\e924";
}
.uni-icon-minus:before {
  content: "\e92c";
}
.uni-icon-arrow-sort:before {
  content: "\e922";
}
.uni-icon-arrow-up:before {
  content: "\e923";
}
.uni-icon-arrow-down:before {
  content: "\e900";
}
.uni-icon-arrow-left:before {
  content: "\e901";
}
.uni-icon-arrow-right:before {
  content: "\e902";
}
.uni-icon-chevron-double-left:before {
  content: "\e92b";
}
.uni-icon-chevron-left:before {
  content: "\e929";
}
.uni-icon-chevron-right:before {
  content: "\e928";
}
.uni-icon-chevron-double-right:before {
  content: "\e92a";
}
.uni-icon-menu:before {
  content: "\e90c";
}
.uni-icon-close:before {
  content: "\e903";
}
.uni-icon-search:before {
  content: "\e910";
}
.uni-icon-check:before {
  content: "\e92d";
}
.uni-icon-play:before {
  content: "\e91c";
}
.uni-icon-post:before {
  content: "\e91b";
}
.uni-icon-news:before {
  content: "\e91d";
}
.uni-icon-link:before {
  content: "\e91e";
}
.uni-icon-course:before {
  content: "\e91f";
}
.uni-icon-date-alt:before {
  content: "\e92e";
}
.uni-icon-date:before {
  content: "\e921";
}
.uni-icon-phone:before {
  content: "\e925";
}
.uni-icon-mail:before {
  content: "\e926";
}
.uni-icon-date-small:before {
  content: "\e927";
}
.uni-icon-time:before {
  content: "\e915";
}
.uni-icon-web:before {
  content: "\e916";
}
.uni-icon-web-alt:before {
  content: "\e92f";
}
.uni-icon-location:before {
  content: "\e90a";
}
.uni-icon-profile:before {
  content: "\e918";
}
.uni-icon-library:before {
  content: "\e909";
}
.uni-icon-login:before {
  content: "\e90b";
}
.uni-icon-logout:before {
  content: "\e919";
}
.uni-icon-quote:before {
  content: "\e91a";
}
.uni-icon-footer-logo:before {
  content: "\e917";
}
.uni-icon-contact-us:before {
  content: "\e904";
}
.uni-icon-follow-us:before {
  content: "\e906";
}
.uni-icon-important-information:before {
  content: "\e908";
}
.uni-icon-program-bachelor:before {
  content: "\e90d";
}
.uni-icon-program-master:before {
  content: "\e90e";
}
.uni-icon-program-postgraduate:before {
  content: "\e90f";
}
.uni-icon-social-instagram:before {
  content: "\e911";
}
.uni-icon-social-tiktok:before {
  content: "\e912";
}
.uni-icon-social-x:before {
  content: "\e913";
}
.uni-icon-social-youtube:before {
  content: "\e914";
}
.uni-icon-social-linkedin:before {
  content: "\e907";
}
.uni-icon-social-facebook:before {
  content: "\e905";
}

/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
/*---Arculatváltás---*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
  background-color: var(--col-bg);
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: inherit;
}

*:before,
*:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
  text-align: left;
}

*:focus {
  outline: 2px solid var(--col-corvinus-green);
  outline-offset: 0;
}

.btn:focus, button:focus {
  outline-offset: 2px;
}

input:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: var(--col-corvinus-green) !important;
}

body.mousenav *:focus {
  outline: 0;
}

#focus-outline {
  display: none;
  position: absolute;
  z-index: 10000;
  border: 2px solid var(--col-corvinus-green);
  border-radius: 0;
  box-shadow: 0 0 1px var(--col-bg), inset 0 0 1px var(--col-bg);
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 16px;
  }
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: "source-sans-pro";
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  background: var(--col-bg);
  color: var(--col-text);
  font-family: 'source-sans-pro','sans-serif';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
  transition: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a,
a.research-item, a.wp-connected-post-item, a.link-card, .link-card a {
  text-decoration: none;
}

/* a:hover {
  color: #101226;
} */

code {
  background-color: #f6f6f6;
  color: var(--col-corvinus-green);
  font-size: 0.8em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  border: 1px solid;
  display: block;
  height: 0;
  margin: 1em 0;
}

hr.is-style-wide {
  margin: 2em 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

p {
  margin-bottom: 15px;
  line-height: 1.75;
}

small {
  font-size: 0.8em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  font-weight: 700;
}

pre {
  background-color: #f6f6f6;
  color: var(--col-black);
  font-size: 0.8em;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background: none;
  color: inherit;
  display: block;
  font-size: 1em;
  overflow-x: auto;
  padding: 15px;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}

table th {
  font-weight: 700;
}

.event > a {
  text-decoration: none;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0 !important; 
}

li.muted{
  opacity: .5;
}

@media screen and (max-width: 995px) {
  .event-container {
    flex-direction: column;
  }
  .column.is-two-thirds .wp-block-adln-bce-connected-contacts .contact-list .card-list .res-image{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-centered-mobile {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-adln-bce-connected-contacts .contact-list .card-list .res-image{
    display: none;
  }

  .event {
    margin-bottom: 20px;
  }

  .golden-bar {
    flex-direction: column;
  }
}

.has-no-border {
  border: 0px !important;
}

.has-border-top-mobile {
  border-top: 1px solid #3D454C;
}

@media screen and (min-width: 769px) {
  .has-border-top-mobile {
    border-top: 0px;
  }
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 999px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1209px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1210px) {
  .is-block-widescreen {
    display: block !important;
  }
}

.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px) {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 999px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1209px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1210px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 999px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1209px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1210px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 999px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1209px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1210px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 999px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1209px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1210px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.is-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left;
}

.is-pulled-right {
  float: right;
}

@media screen and (min-width: 769px) {
  .is-pulled-left-tablet {
    float: left;
  }

  .is-pulled-right-tablet {
    float: right;
  }
}

.has-margin-b0 {
  margin-bottom: 0 !important;
}

.has-margin-b10 {
  margin-bottom: 10px !important;
}

.has-margin-b15 {
  margin-bottom: 15px !important;
}

.has-margin-b20 {
  margin-bottom: 20px !important;
}

.has-margin-b30 {
  margin-bottom: 30px !important;
}

.has-margin-b45 {
  margin-bottom: 35px !important;
}

@media screen and (min-width: 769px) {
  .has-margin-b45 {
    margin-bottom: 45px !important;
  }
}

.has-margin-b60 {
  margin-bottom: 60px !important;
}

.has-margin-t10 {
  margin-top: 10px !important;
}

.has-margin-t20 {
  margin-top: 20px !important;
}

.has-margin-t30 {
  margin-top: 30px !important;
}

.has-padding-0{
  padding: 0 !important;
}

.has-padding-lr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.text-end{
  text-align: right !important; 
}

.is-clipped {
  overflow: hidden !important;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.has-text-centered, .has-text-align-centered {
  justify-content: flex-start;
  text-align: center !important;
}

.has-text-left, .has-text-align-left {
  justify-content: center;
  text-align: left !important;
}

.has-text-right, .has-text-align-right {
  justify-content: flex-end;
  text-align: right;
}

.is-centered-vertical {
  align-items: center;
  display: flex !important;
}

.is-hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1209px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1210px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

.fixedPosition {
  position: fixed;
}

.fixedPosition.is-modal-open {
  position: static;
}

.has-black-bg {
  background-color: #3D454C !important;
  color: var(--col-bg) !important;
}

.hero-text {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.25;
}

@media screen and (min-width: 769px) {
  .hero-text {
    font-size: 24px;
    font-weight: 900;
  }
}

.highlighted-text {
  font-size: 18px;
}

.is-color-red {
  color: var(--col-corvinus-red) !important;
}

.is-color-black {
  color: #000 !important;
}

.is-color-yellow {
  color: #f5c832 !important;
}

.big-font {
  font-size: 18px;
}

.text-centered {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .dark-blue {
    color: var(--col-bg) !important;
  }

  .dark-blue:before {
    background-color: #1A203E !important;
    opacity: 1 !important;
  }

  .light-blue {
    color: var(--col-bg) !important;
  }

  .light-blue:before {
    background-color: #5c6873 !important;
  }
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  flex: 1 0 50%;
}

.column:not(:last-child), .column:last-child > *:last-child {
  margin-bottom: 30px;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666667%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666667%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666667%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666667%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }

  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-1-mobile {
    flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.33333333%;
  }

  .column.is-2-mobile {
    flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.66666667%;
  }

  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.33333333%;
  }

  .column.is-5-mobile {
    flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.66666667%;
  }

  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.33333333%;
  }

  .column.is-8-mobile {
    flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.66666667%;
  }

  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.33333333%;
  }

  .column.is-11-mobile {
    flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.66666667%;
  }

  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px) {

  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none;
  }

  .column.is-full,
  .column.is-full-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-half-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.33333333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.66666667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.33333333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.66666667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.33333333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.66666667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.33333333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.66666667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .column.is-narrow-desktop {
    flex: none;
  }

  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-1-desktop {
    flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.33333333%;
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.66666667%;
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.33333333%;
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.66666667%;
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.33333333%;
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.66666667%;
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.33333333%;
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.66666667%;
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1210px) {
  .column.is-narrow-widescreen {
    flex: none;
  }

  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-1-widescreen {
    flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.33333333%;
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.66666667%;
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.33333333%;
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.66666667%;
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.33333333%;
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.66666667%;
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.33333333%;
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.66666667%;
  }

  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -15px;
  margin-right: -15px;
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .columns.is-grid {
    flex-wrap: wrap;
  }

  .columns.is-grid > .column {
    max-width: 33.3333%;
    padding: 15px;
    width: 33.3333%;
  }

  .columns.is-grid > .column + .column {
    margin-left: 0;
  }
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-reversed {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px) {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1000px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.column.is-hidden-tablet {
  margin-bottom: 0;
}

.breadcrumbs {
  font-size: 0;
  line-height: 1;
  padding: 15px 0;
}

.breadcrumbs > a,
.breadcrumbs > span.arrow-class {
  color: var(--col-text);
  font-size: 12px;
  text-decoration: none;
}

.breadcrumbs > a:hover {
  color: var(--col-text);
}

.breadcrumbs > a:last-child:after {
  content: none;
}

.breadcrumbs > a:after,
.breadcrumbs > span.arrow-class:after {
  content: "\203A";
  font-size: 24px;
  font-weight: 600;
  margin: 0 5px;
  vertical-align: -2px;
}

.breadcrumbs > span.is-active {
  font-size: 12px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .breadcrumbs.custom-position {
    position: relative;
  }
}

.btn {
  font-family: "source-sans-pro";
  align-items: center;
  background-color: #000000;
  border: none;
  border-radius: 0;
  color: var(--col-bg);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.15;
  min-height: 40px;
  padding: 0 10px;
  text-decoration: none;
  transition: 0.4s background-color ease-out;
  vertical-align: middle;
}

.btn:hover {
  color: var(--col-bg);
  cursor: pointer;
}

.btn.is-blue {
  background-color: #1A203E !important;
}

.btn.is-blue:hover {
  background-color: var(--col-text) !important;
}

.btn.is-black {
  background-color: black !important;
  color: var(--col-bg);
}

.btn.is-black:hover {
  background-color: black !important;
}

.btn.is-red{
  background-color: var(--col-corvinus-red) !important;
  color: var(--col-text);
}
.crn-tile-button { 
  background-color: transparent !important;
  color: var(--col-text);
}

.btn.is-red:hover{
  background-color: var(--col-corvinus-red-dark) !important;
  color: var(--col-text);
}

.crn-tile-button:hover {
  background-color: transparent !important;
  color: var(--col-text);
}

.btn.is-skyblue {
  background-color: #5c6873 !important;
}

.btn.is-skyblue:hover {
  background-color: #3D454C !important;
}

.btn.is-yellow {
  background-color: #f5c832 !important;
}

.btn.is-yellow:hover {
  background-color: #E0AA26 !important;
}

.btn.is-color-black {
  color: var(--col-text);
}

.btn.is-color-black:hover {
  color: var(--col-text);
}

.btn.is-color-white {
  color: var(--col-bg);
}

.btn.is-color-white:hover {
  color: var(--col-bg);
}

.btn.is-text-left {
  text-align: center !important;
}

@media screen and (min-width: 769px) {
  .btn.is-text-left {
    text-align: left !important;
  }
}

.btn.is-block {
  display: flex !important;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
}

.btn.is-block.all-events {
  background-color: var(--col-text) !important;
}

.btn.is-arrow, .crn-tile-button {
  transition: 0.4s background-color ease-out;
  font-size: 0;
  width: 32px;
  line-height: 32px;
  min-height: 0;
}

.btn.is-arrow::before, .crn-tile-button::before {
  content: '\e902';
  font-family: corvinus-ico;
  font-size: 18px;
  font-weight: 400;	   
  display: inline-block;
}

.news__content .btn.is-arrow::before{
  position: absolute;
  bottom: 1.25rem;
}

.btn.is-arrow:hover {
  background-color: #5c6873;
}

.btn.is-with-arrow-dark {
  background: url(../img/arrow-right-blue.png) right center no-repeat var(--col-bg);
  color: #1A203E;
  content: "";
  display: inline-block;
  font-style: italic;
  padding-right: 20px;
  padding-left: 0px;
  transition: 0.4s background-color ease-out;
  text-decoration: underline;
}

.btn.is-no-text-decoration {
  text-decoration: none;
  font-style: normal;
  margin-left: 20px;
}

.btn.is-edit {
  background: url(../img/edit-icon.png) center center no-repeat var(--col-text);
  content: "";
  display: block;
  font-size: 0;
  transition: 0.4s background-color ease-out;
}

.btn.is-edit:hover {
  background-color: #5c6873;
}

.btn-back {
  background: #1A203E;
  position: relative;
}

.btn-back:before,
.btn-back:after {
  background-color: var(--col-bg);
  content: "";
  display: block;
  height: 2px;
  left: 20%;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 10px;
}

.btn-back:after {
  margin-top: 3px;
  transform: rotate(45deg);
}

.all-events {
  margin-top: -30px;
  text-align: left !important;
  position: relative;
  text-indent: 40px;
}

.all-events:before {
  background: url(../img/icon-calendar.png) 95% center no-repeat var(--col-text);
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 13px;
  width: 20px;
  height: 20px;
}

.all-events:after {
  background: url(../img/arrow-right-white.png) 95% center no-repeat var(--col-text);
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 20px;
  height: 20px;
}

.card {
  box-shadow: 0 0 15px 3px rgba(34, 34, 39, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 15px 0 25px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .card {
    padding: 15px;
  }
}

.card.is-highlighted:after {
  content: "";
  display: block;
  opacity: 0.75;
  position: absolute;
}

@supports (mix-blend-mode: multiply) {
  .card.is-highlighted:after {
    mix-blend-mode: multiply;
    opacity: 1;
  }
}

.card.is-highlighted:nth-child(odd):after {
  background: url(../img/card-bg-odd.png) 0 0 no-repeat;
  height: 203px;
  left: -15px;
  top: -10px;
  width: 277px;
}

.card.is-highlighted:nth-child(even):after {
  background: url(../img/card-bg-even.png) 0 0 no-repeat;
  bottom: 25px;
  height: 143px;
  left: -15px;
  width: 300px;
}

.card__contact-link {
  background-image: url(../img/icons-contact-links.png);
  background-repeat: no-repeat;
  font-size: 0;
  height: 30px;
  margin-bottom: 5px;
  width: 30px;
}

.card__contact-link--cv {
  background-color: var(--col-black) !important;
  background-position: 0 0;
}

.card__contact-link--linkedin {
  background-color: #1A203E !important;
  background-position: 0 -30px;
}

.card__contact-link--mtmt {
  background-color: #61626a !important;
  background-position: 0 -90px;
}

.card__contact-link--scolar {
  background-color: #3D454C !important;
  background-position: 0 -60px;
}

.card__contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 15px;
  bottom: -15px;
}

.card__contact-links a {
  margin-right: 5px;
}

@media screen and (min-width: 769px) {
  .card__contact-links {
    flex-direction: column;
    left: auto;
    right: -15px;
    top: 15px;
  }

  .card__contact-links a {
    margin-right: 0px;
  }
}

.card__details {
  font-size: 12px;
  font-weight: 400;
}

.card__details > a {
  color: var(--col-text);
  text-decoration: none;
}

.card__details strong {
  font-weight: 600;
  text-transform: unset !important;
}

.card__image {
  margin-right: 15px;
  width: 140px;
}

@media screen and (min-width: 769px) {
  .card__info {
    width: 79%;
  }
}

.card__name {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  color: #000000;
  text-decoration: none;
}

.card__organizational-unit {
  display: block;
  font-style: normal;
  font-weight: 500;
  margin: 10px 0;
}

.card__title {
  display: inline-block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
}

.card__title:before {
  content: "\2219";
  margin: 0 3px;
}

.choices {
  margin-bottom: 15px;
  position: relative;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #f6f6f6;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"]:after {
  background: url(../img/caret-black.png) center center no-repeat;
  content: "";
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent var(--col-text) transparent;
}

.choices[data-type*="select-one"] .choices__button {
  height: 20px;
  margin-right: 25px;
  margin-top: -10px;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
}

.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #5c6873;
}

.choices[data-type*="select-one"] .choices__input {
  background-color: var(--col-bg);
  border-bottom: 1px solid var(--col-text);
  display: block;
  margin: 0;
  padding: 10px;
  width: 100%;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  border-left: 1px solid #A9ABB2;
  display: inline-block;
  line-height: 1;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  opacity: 0.75;
  padding-left: 16px;
  position: relative;
  width: 8px;
}

.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices__button {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}

.choices__button:focus {
  outline: none;
}

.choices__heading {
  border-bottom: 1px solid #3a3a42;
  color: #898E97;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px;
}

.choices__inner {
  background-color: var(--col-bg);
  border: 1px solid var(--col-text);
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 10px;
  vertical-align: top;
  width: 100%;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: black;
}

.choices__input {
  border: 0;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
  max-width: 100%;
  padding: 4px 0 4px 2px;
  vertical-align: baseline;
}

.choices__input:focus {
  outline: 0;
}

.choices__item {
  cursor: default;
}

.choices__item__disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.choices__item__selectable {
  cursor: pointer;
}

.choices__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.choices__list__dropdown {
  background-color: var(--col-bg);
  border: 1px solid var(--col-text);
  display: none;
  margin-top: -1px;
  position: absolute;
  overflow: hidden;
  top: 100%;
  width: 100%;
  word-break: break-all;
  z-index: 15;
}

.choices__list__dropdown.is-active {
  display: block;
}

.is-open .choices__list__dropdown {
  border-color: black;
}

.is-flipped .choices__list__dropdown {
  bottom: 100%;
  margin-bottom: -1px;
  margin-top: 0;
  top: auto;
}

.choices__list__dropdown .choices__item {
  font-size: 16px;
  padding: 10px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .choices__list__dropdown .choices__item__selectable {
    padding-right: 100px;
  }

  .choices__list__dropdown .choices__item__selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.choices__list__dropdown .choices__item__selectable.is-highlighted {
  font-style: italic;
  font-weight: 900;
}

.choices__list__dropdown .choices__item__selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__list__dropdown .choices__list {
  max-height: 300px;
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list__multiple {
  display: inline;
}

.choices__list__multiple .choices__item {
  border: 1px solid #898E97;
  background-color: #5c6873;
  color: var(--col-bg);
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3.75px;
  margin-right: 3.75px;
  padding: 4px 10px;
  vertical-align: middle;
  word-break: break-all;
}

.choices__list__multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

.choices__list__multiple .choices__item.is-highlighted {
  background-color: #898E97;
  border: 1px solid #A9ABB2;
}

.is-disabled .choices__list__multiple .choices__item {
  background-color: #A9ABB2;
  border: 1px solid #A9ABB2;
}

.choices__list__single {
  display: inline-block;
  width: 100%;
}

.choices__list__single .choices__item {
  width: 100%;
}

.choices__placeholder {
  opacity: 0.5;
}

@media screen and (min-width: 769px) {
  .collapsible {
    margin-bottom: 20px;
  }
}

.c-accordion__content {
  font-size: 1rem;
  margin-left: 0;
}

.collapsible.is-open > .collapsible__content,
.c-accordion__item.is-open > .c-accordion__content,
.collapsible.is-open > .collapsible__content .wp-block-adln-bce-connected-contacts,
.c-accordion__item.is-open > .c-accordion__content .wp-block-adln-bce-connected-contacts {
  display: block;
}

.collapsible.is-open > .collapsible__title:after,
.c-accordion__item.is-open > .c-accordion__title:after {
  display: none;
}

.collapsible.is-skyblue .collapsible__title {
  background-color: #A9ABB2;
  color: var(--col-text);
  font-size: 13px;
  font-weight: 600;
}

.collapsible.is-skyblue .collapsible__title:before,
.collapsible.is-skyblue .collapsible__title:after {
  background-color: var(--col-text);
  height: 1px;
  width: 15px;
}

.collapsible__content {
  display: none;
}

.collapsible__content ul {
  padding-left: 30px;
  list-style-type: disc;
}

.collapsible__content ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .collapsible__content .collapsible {
    margin-top: 10px;
  }
}

.collapsible__group {
  border: 1px solid #f5c832;
  margin: -30px 0 29px;
  min-height: 70px;
  padding: 15px;
  position: relative;
}

.collapsible__group__btn {
  position: absolute;
  right: -20px;
}

.collapsible__link {
  color: var(--col-text);
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  margin-right: 30px;
  text-decoration: none;
}

.collapsible__link:after {
  background: url(../img/arrow-right-black.png) 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-left: 10px;
  vertical-align: middle;
  width: 11px;
}

.collapsible__title {
  background-color: #1A203E;
  color: var(--col-bg);
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  text-decoration: none;
}

a.collapsible__title {
  color: var(--col-bg);
}

@media screen and (min-width: 769px) {
  .collapsible__title {
    margin-bottom: 20px;
  }
}

.collapsible__title:before,
.collapsible__title:after {
  background-color: var(--col-bg);
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 21px;
}

.collapsible__title:after {
  transform: rotate(90deg);
}

.cookie-box {
  background: #ffd100;
  padding: 30px 0 10px;
}

.cookie-box__content__inner {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .cookie-box__content__inner {
    width: 60%;
  }
}

.cookie-box__buttons {
  width: 100%;
  text-align: right;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .cookie-box__buttons {
    width: 39%;
  }
}

.cookie-box__button {
  background: #3D454C;
  color: var(--col-bg);
  padding: 12.5px 25px;
  margin-top: -10px;
  display: block;
  float: right;
  font-weight: 600;
}

/*
.events-calendar {
  margin-bottom: 30px;
  position: relative;
}

.events-calendar.is-condensed .events-calendar__week {
  margin-bottom: 30px;
}

.events-calendar__day {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 14.28571429%;
}

.events-calendar__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}

.events-calendar__link {
  background: url(../img/icon-calendar.png) center center no-repeat var(--col-text);
  content: "";
  display: none;
  font-size: 0;
  height: 40px;
  left: -40px;
  position: absolute;
  top: 100%;
  width: 40px;
}

@media screen and (min-width: 1000px) {
  .events-calendar__link {
    display: block;
  }
}

.events-calendar__nav {
  align-items: center;
  border-bottom: 1px solid var(--col-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.events-calendar__nav__current {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
}

.events-calendar__nav__prev:before,
.events-calendar__nav__prev:after,
.events-calendar__nav__next:before,
.events-calendar__nav__next:after {
  background: url(../img/caret-black-large.png) 0 0 no-repeat;
  content: "";
  display: block;
  height: 8px;
  width: 14px;
}

.events-calendar__nav__prev:after,
.events-calendar__nav__next:after {
  margin-top: -8px;
}

.events-calendar__nav__prev:before,
.events-calendar__nav__prev:after {
  transform: rotate(90deg);
}

.events-calendar__nav__prev:after {
  margin-left: 7px;
}

.events-calendar__nav__next:before,
.events-calendar__nav__next:after {
  transform: rotate(-90deg);
}

.events-calendar__nav__next:after {
  margin-left: -7px;
}

.events-calendar__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.events-calendar__weekday {
  color: var(--col-text);
  font-size: 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 14.28571429%;
}

.events-calendar__weekday.has-event:after {
  background-color: #d0d0d1;
  border-radius: 100%;
  bottom: -10px;
  content: "";
  display: block;
  height: 7px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 7px;
}

.events-calendar__weekday.is-selected:before {
  background-color: #d9ecff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  margin-top: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  z-index: -1;
}

.events-calendar__weekday.is-today {
  font-style: normal;
  font-weight: 700;
}

.events-calendar__weekday.is-today:after {
  content: "";
  background-color: #5c6873;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .events-calendar__weekday.is-today:after {
    left: 35px;
  }
}
*/

@media screen and (min-width: 769px) {
  .home-calendar .is-today:after {
    background-color: transparent !important;
  }
}

.featured-image {
  height: 120px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .featured-image {
    height: 300px;
  }
}

@media screen and (min-width: 1210px) {
  .featured-image {
    height: 350px;
  }
}

@media screen and (min-width: 1400px) {
  .featured-image {
    height: 450px;
  }
}

.featured-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.filters {
  border: 1px solid var(--col-text);
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.filters__title {
  border-bottom: 1px solid var(--col-text);
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .column.column.is-one-third .heading-1 {
    padding: 0;
    margin-bottom: 10px;
  }

  .filters__title .results {
    background-color: #1A203E;
    color: var(--col-bg);
    padding: 3px 5px;
    z-index: 100;
    font-size: 12px;
    float: right;
    margin-right: 21px;
  }
}

@media screen and (min-width: 769px) {
  .filters__title .results {
    display: none;
  }

  .column.column.is-one-third .filters-collapse .collapsible__content {
    display: block;
  }

  .column.column.is-one-third .filters-collapse .collapsible__title {
    border-bottom: 1px solid var(--col-text);
    pointer-events: none;
  }

  .column.column.is-one-third .filters-collapse .collapsible__title:before,
  .column.column.is-one-third .filters-collapse .collapsible__title:after {
    content: none;
  }
}

.form-checkbox,
.form-radio {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.form-checkbox input[type="radio"],
.form-checkbox input[type="checkbox"],
.form-radio input[type="radio"],
.form-radio input[type="checkbox"] {
  height: 18px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 18px;
  z-index: 10;
}

.form-checkbox span.checkbox,
.form-checkbox span.radio,
.form-radio span.checkbox,
.form-radio span.radio {
  position: absolute;
  left: 0;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid;
}

.form-checkbox input[type="radio"]:checked ~ span.radio::before,
.form-checkbox input[type="checkbox"]:checked ~ span.checkbox::before,
.form-radio input[type="radio"]:checked ~ span.radio::before,
.form-radio input[type="checkbox"]:checked ~ span.checkbox::before {
  content: '\e92d';
  font-family: corvinus-ico;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--col-corvinus-green);
  line-height: 1;
  font-weight: 400;
  height: 100%;
}

body:not(.mousenav) .form-checkbox input[type="radio"]:focus ~ span.radio,
body:not(.mousenav) .form-checkbox input[type="checkbox"]:focus ~ span.checkbox,
body:not(.mousenav) .form-radio input[type="radio"]:focus ~ span.radio,
body:not(.mousenav) .form-radio input[type="checkbox"]:focus ~ span.checkbox {
  outline: 2px solid var(--col-corvinus-green);
  outline-offset: 2px;
}

.form-range {
  display: flex;
  gap: .5em;
  align-items: center;
  line-height: 24px;
}

.form-range.loading {
  opacity: 0;
}

.form-range .control {
  flex: 1 1;
  position: relative;
  height: 20px;
  margin: 0 3px;
}

.form-range .control::before {
  content: '';
  position: absolute;
  top: 8px;
  height: 4px;
  left: -3px;
  right: -3px;
  background: var(--col-text);
}

.form-range .bg {
  position: absolute;
  z-index: 1;
  top: 8px;
  height: 4px;
  left: 0;
  right: 0;
  background: var(--col-corvinus-green);
}

.form-range input {
  width: 100%;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.form-range input.l {
  z-index: 3;
}

.form-range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
  width: 20px;
  height: 20px;
  background:  var(--col-corvinus-green);
  border-radius: 50%;
  cursor: pointer;
}

.form-range input::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color:  var(--col-corvinus-green);
  border-radius: 50%;
  cursor: pointer;
}

body:not(.mousenav) .form-range input:focus::-webkit-slider-thumb {
  outline: 2px solid  var(--col-corvinus-green);
  outline-offset: 2px;
}

body:not(.mousenav) .form-range input:focus::-moz-range-thumb {
  outline: 2px solid  var(--col-corvinus-green);
  outline-offset: 2px;
}

.form-control {
  background-color: var(--col-bg);
  border: none;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  vertical-align: middle;
}

.form-control.is-full {
  width: 100% !important;
}

textarea.form-control {
  height: auto;
  padding: 10px;
  resize: vertical;
}

.form-group {
  border-bottom: 1px solid #cbcbcb;
  padding: 15px 0;
}

.form-group.readonly {
  position: relative;
}

.form-group.readonly:after {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--col-bg);
  opacity: 0.7;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.form-group label {
  display: inline-block;
  font-weight: 600;
  word-wrap: break-word;
  vertical-align: middle;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .form-group label {
    width: 130px;
  }
}

.form-group label span {
  font-weight: 400;
}

.form-group label.is-full {
  width: 100%;
}

.form-group .short-label {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .form-group .short-label {
    width: 150px;
  }
}

.form-group .is-auto-width {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .form-group .is-auto-width {
    margin-right: 15px;
    width: auto;
  }
}

.form-group .small-label {
  display: inline-block;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .form-group .small-label {
    width: 100px;
  }
}

.form-group .additional-info {
  margin-left: 0px;
  display: inline-block;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .form-group .additional-info {
    margin-left: 133px;
  }
}

.form-group input {
  display: inline-block;
  border: 1px solid #3D454C;
  background-color: var(--col-bg);
  width: 100%;
}

@media screen and (min-width: 769px) {
  .form-group input {
    width: 66%;
  }
}

.form-group .input-big {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .form-group .input-big {
    width: 66% !important;
  }
}

.form-group .radio-btns {
  display: inline-block;
  margin-top: 10px;
}

.form-group .radio-btns .form-radio {
  width: auto;
  padding-left: 0px;
  padding-right: 30px;
  margin-right: 10px;
}

.form-group .radio-btns .form-radio input[type="radio"]:checked ~ span.radio {
  background-image: none;
  border: 2px solid var(--col-black);
  padding: 0;
  border-radius: 0;
}

.form-group .radio-btns .form-radio .radio {
  right: 0px;
  left: auto;
  border-radius: 0;
  background-image: none;
  border: 2px solid var(--col-black);
  padding-top: 1px;
}

.form-group .choices {
  display: inline-block;
  font-style: italic;
  line-height: 40px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .form-group .choices {
    width: 66%;
  }
}

.form-group .choices .choices__item__selectable {
  padding: 0 10px;
}

.form-group .choices .choices__inner {
  padding: 0px;
}

.form-group textarea {
  border: 1px solid #3D454C;
  background-color: var(--col-bg);
  display: inline-block;
  font-style: italic;
  min-height: 45px;
  line-height: 1.4;
  font-weight: 500;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .form-group textarea {
    width: 66%;
  }
}

@media screen and (min-width: 769px) {
  .form-group.custom-widths .is-3 {
    padding-right: 0px;
  }
}

.form-group.custom-widths .choices {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .form-group.custom-widths .choices {
    width: 70% !important;
  }
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  font-style: normal;
  opacity: 0.5;
}


/* .heading-1,
.page-single .heading-1 {
  color: var(--col-black);
  display: table;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {

  .heading-1,
  .page-single .heading-1 {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 12px;
  }

  .heading-1 > span,
  .page-single .heading-1 > span {
    background-color: transparent;
    display: inline;
    padding: 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}

@media screen and (min-width: 769px) {
  .heading-1,
  .page-single .heading-1 {
    font-size: 5.625em;
  }
} */

.heading-1 small,
.page-single .heading-1 small {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .mobile-spaceing {
    display: block;
    margin-bottom: 20px;
  }
}

/* .heading-2 {
  font-style: italic;
  font-weight: 400;
  margin-bottom: 15px;
}

.heading-3 {
  color: #1A203E;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 15px;
}

.heading-4 {
  background-color: #1A203E;
  box-shadow: 5px 5px 0 0 var(--col-text);
  color: var(--col-bg);
  display: table;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 30px;
  padding: 10px 15px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .heading-4 {
    display: block;
    text-align: center;
  }
} */

.highlighted-image {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  z-index: -1;
}

.highlighted-image:after {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  opacity: 0.75;
  position: absolute;
  width: calc(100% + 70px);
}

@supports (mix-blend-mode: multiply) {
  .highlighted-image:after {
    mix-blend-mode: multiply;
    opacity: 1;
  }
}

.highlighted-image.highlighted-image--type-1:after {
  background-image: url(../img/highlighted-image-bg-1.png);
  background-position: bottom right;
  height: 100%;
  left: -70px;
}

.highlighted-image.highlighted-image--type-2:after {
  background-image: url(../img/highlighted-image-bg-2.png);
  background-position: bottom left;
  height: calc(100% + 30px);
  left: 0;
}

.highlighted-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.is-modal-open {
  overflow: hidden !important;
}

.modal {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 125px;
  transition: 0.4s all ease-in-out;
  z-index: -1;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .modal {
    top: 180px;
  }
}

.modal.is-open {
  opacity: 1;
  z-index: 999;
}

.modal.is-open .modal__dialog {
  transform: translate(0, 0);
}

.modal__backdrop {
  background-color: rgba(34, 34, 39, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: 0.4s all ease-in-out;
  width: 100%;
  z-index: -1;
}

.modal__backdrop.is-open {
  opacity: 1;
  z-index: 15;
}

body.is-modal-open .modal__backdrop.is-open {
  /*z-index: 990;*/
}

body.mobilenav-open .modal__backdrop {
  opacity: 1;
  z-index: 992;
}

.modal__body {
  position: relative;
}

.modal__close {
  color: var(--col-text);
  cursor: pointer;
  float: right;
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  right: 15px;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .modal__close {
    font-size: 40px;
  }
}

.modal__close:hover {
  color: #3D454C;
}

.modal__content {
  background-clip: padding-box;
  background-color: var(--col-bg);
  outline: 0;
  position: relative;
}

.modal__dialog {
  margin: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  transform: translate(0, -25%);
  transition: 0.4s all ease-in-out;
  width: auto;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .modal__dialog {
    margin: 60px auto;
    width: 550px;
  }
}

.modal__form {
  overflow: hidden;
  padding: 30px 15px 60px;
  position: relative;
}

.modal__form .btn {
  bottom: 15px;
  position: absolute;
  right: 15px;
}

.modal__form label {
  align-items: center;
  background-color: var(--col-text);
  color: var(--col-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  height: 40px;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}

.modal__form label:after {
  background-color: var(--col-text);
  content: "";
  display: block;
  height: 40px;
  left: 150px;
  position: absolute;
  top: 0;
  transform: skew(-25deg);
  width: 20px;
  z-index: 10;
}

.modal__form label input {
  border: 1px solid var(--col-text);
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  padding: 0 10px 0 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 160px);
  z-index: 10;
}

.modal__form p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .modal__form p {
    text-align: left;
  }
}

.modal__form textarea {
  border: 1px solid var(--col-text);
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  resize: vertical;
  width: 100%;
}

.modal__form textarea::-webkit-input-placeholder {
  color: var(--col-text);
  font-family: "source-sans-pro";
  font-size: 16px;
  font-weight: 400;
}

.modal__form textarea::-moz-placeholder {
  color: var(--col-text);
  font-family: "source-sans-pro";
  font-size: 16px;
  font-weight: 400;
}

.modal__form textarea:-ms-input-placeholder {
  color: var(--col-text);
  font-family: "source-sans-pro";
  font-size: 16px;
  font-weight: 400;
}

.modal__header {
  border-bottom: 1px solid var(--col-text);
  overflow: hidden;
  padding: 15px;
  position: relative;
}

.modal__icon {
  display: block;
  margin: 0 auto 15px;
}

.modal__title {
  color: #3D454C;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .modal__title {
    font-size: 24px;
  }
}

#change-modal .modal__form,
#success-modal .modal__form {
  padding-bottom: 15px;
}

#change-modal .modal__form .btn,
#success-modal .modal__form .btn {
  margin: 30px auto 0;
  position: relative;
  width: 190px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {

  #change-modal .modal__form .is-pulled-right,
  #success-modal .modal__form .is-pulled-right {
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  #forgot-password-modal p {
    margin-bottom: 10px;
  }

  #change-modal .modal__dialog {
    margin: 0 10px;
  }
}

#hok-modal .modal__content {
  margin-bottom: 200px;
}

#hok-modal .modal__content p {
  margin-bottom: 10px;
}

#hok-modal .modal__content textarea {
  max-height: 100px;
}

@media screen and (max-width: 768px) {
  .line-height-mobile {
    margin-bottom: -20px !important;
  }

  .btn-big {
    height: 55px;
  }

  .mobile-more-menu {
    margin-top: 15px;
    margin-bottom: 10px;
    /* margin-left: -5px; */
    position: static;
    max-height: 70%;
    /* width: calc(100% - 20px); */
    z-index: 16;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-more-menu.custom-position {
    top: 110px;
  }

  .mobile-more-menu.normal-position {
    top: 230px;
  }

  .mobile-more-menu .collapsible__content {
    background: var(--col-bg);
  }

  .mobile-more-menu .collapsible__title {
    background: var(--col-bg);
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000 !important;
    color: var(--col-black);
    margin-bottom: 0;
  }

  .mobile-more-menu .collapsible__title:hover {
    color: var(--col-black) !important;
  }

  .mobile-more-menu .collapsible__title:after {
    content: '\e928';
    font-family: 'corvinus-ico' !important;
    font-size: 1.125rem;
    color: var(--col-black);
    display: block;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 18px;
  }

  .mobile-more-menu.is-open .collapsible__title {
    border-bottom: 0px !important;
  }

  .mobile-more-menu.is-open .collapsible__title:after {
    content: '\e929';
    font-family: 'corvinus-ico' !important;
    font-size: 1.125rem;
    color: var(--col-black);
    display: block;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(90deg) translateX(-50%);
    width: 18px;
  }

  .mobile-more-menu.is-open .collapsible__content {
    overflow: scroll;
    z-index: 99001;
    position: relative;
  }

  .mobile.filters-collapse .collapsible .collapsible__title .active-filters {
    display: inline-block;
    font-size: 13px;
    text-align: left;
    background: #1A203E;
    float: right;
    margin-right: 15px;
    z-index: 1;
    position: relative;
    color: var(--col-bg);
    font-weight: 600;
    padding: 0 5px;
    margin-top: 3px;
  }

  .mobile.filters-collapse .collapsible.is-open .active-filters {
    display: none;
  }

  .mobile .event {
    border-left: 5px solid var(--col-text);
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .mobile .event {
    border-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .simple-mobile-menu {
    position: relative;
    top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .mobile-more-menu.collapsible {
    margin-bottom: 0px !important;
  }
}

.notification-banner {
  align-items: center;
  background: url(../img/arrow-right-white.png) calc(100% - 15px) 50% no-repeat var(--col-black);
  color: var(--col-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding: 15px 41px 15px 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 10;
}

@media screen and (min-width: 1210px) {
  .notification-banner {
    background-position: calc(100% - 30px) 50%;
    font-size: 26px;
    margin-bottom: 60px;
    padding: 30px 71px 30px 30px;
  }
}

.notification-banner:hover {
  color: var(--col-bg);
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #f5c832;
}

.loaded #loader-wrapper {
  visibility: hidden;
  display: none;
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}

body:has(#header__search.open) .search-toggle{
  color: var(--col-corvinus-green);
  border-bottom: 2px solid var(--col-corvinus-green);
}

body .page-search {
  display: flex;
  gap: .25em;
  align-items: center;
  position: relative;
}

.page-search .btn, .page-search__btn {
  color: var(--col-text);
  background: transparent;
  border: 0;
  height: 2rem;
  width: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: .3s color ease;
  font-size: 1rem;
  padding: .25rem;
  min-height: 0;
}

/* backward compatiblity */
.page-search__btn {
  background: url(../img/icon-search-white.png) center center no-repeat var(--col-text);
  font-size: 0;
}

.page-search .btn { 
  position: absolute;
  z-index: 1;
  top: calc(50% - 1rem);
  left: .5rem;
}

.page-search .btn:hover {
  color: var(--col-corvinus-green);
}

.page-search .input {
  border: 2px solid var(--col-text);
  background: var(--col-bg);
  color: var(--col-text);
  font-size: 1.25em;
  font-weight: 400;
  height: 2.5em;
  line-height: 1.5;
  padding: .5em 1em .5em 2.5em ;
  flex: 1 1;
  transition: background-color .5s ease;
}

.page-search .input::placeholder {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  opacity: 0.5;
  color: inherit;
}

.page-search input:focus{
  border-color: var(--col-black) !important;
}

.page-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .5em 0;
  position: relative;
  /* gap: 1em; */
  text-transform: uppercase;
}

.page-sort .result-number {
  font-weight: 400;
}

.page-sort .page-sort__current {
  display: flex;
  align-items: center;
  gap: .5em;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  text-align: right;
}

.page-sort__current::after {
  content: '\e922';
  font-family: "corvinus-ico";
  font-weight: 400;
}

.page-sort__options {
  position: absolute;
  z-index: 100;
  right: 0;
  width: 15em;
  background: var(--col-bg);
  box-shadow: var(--box-shadow);
  font-size: 1rem;
  text-transform: none;
}

.page-sort__options > a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px;
}

.page-sort__options > a.selected {
  background-color: var(--col-corvinus-green-light);
}

.page-sort__options > a:hover {
  color: var(--col-corvinus-green);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
  margin-top: 1.25rem;
}

.pagination > a {
  align-items: center;
  display: flex;
  font-size: 1rem;
  width: 2em;
  height: 2em;
  line-height: 2;
  justify-content: center;
  text-decoration: none;
  transition: color .3s ease;
}

.pagination > a.is-active {
  font-weight: 700;
}

.pagination > a:hover {
  color:var(--col-corvinus-green);
}

.panel {
  box-shadow: 0 0 15px 3px rgba(34, 34, 39, 0.1);
  margin-bottom: 30px;
  padding: 30px;
}

.panel.is-bordered {
  border-left: 5px solid var(--col-text);
  padding-left: 25px;
}

.panel.is-skyblue {
  border-left-color: #5c6873;
}

.panel.is-skyblue .panel__timeline .panel__timeline__bar {
  background-color: #d9ecff;
}

.panel.is-skyblue .panel__timeline .panel__timeline__bar span {
  background-color: #5c6873;
}

.panel.is-skyblue .panel__title {
  color: #5c6873;
}

.panel.is-yellow {
  border-left-color: #f5c832;
}

.panel.is-yellow .panel__timeline .panel__timeline__bar {
  background-color: #fde7a6;
}

.panel.is-yellow .panel__timeline .panel__timeline__bar span {
  background-color: #f5c832;
}

.panel.is-yellow .panel__title {
  color: #f5c832;
}

.panel__subtitle {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 10px;
}

.panel__subtitle span {
  font-weight: 500;
}

.panel__survey {
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .panel__survey {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.panel__survey > .btn {
  position: absolute;
  right: -10px;
}

@media screen and (min-width: 769px) {
  .panel__survey > .btn {
    right: -50px;
    top: 0;
  }
}

.panel__survey .form-radio {
  font-size: 16px;
  font-weight: 600;
  height: 25px;
  line-height: 25px;
  margin-right: 0px;
  padding-left: 0;
  text-align: center;
  width: 25px;
}

@media screen and (min-width: 769px) {
  .panel__survey .form-radio {
    float: left;
    height: 30px;
    margin-right: 30px;
    line-height: 30px;
    width: 30px;
  }
}

.panel__survey .form-radio:last-of-type {
  margin-right: 0;
}

.panel__survey .form-radio input[type="radio"] {
  height: 25px;
  width: 25px;
}

.panel__survey .form-radio input[type="radio"]:checked ~ span.radio {
  background: #f5c832;
}

.panel__survey .form-radio input[type="radio"]:hover ~ span.radio {
  background: #f5c832;
}

.panel__survey .form-radio span.radio {
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .panel__survey .form-radio span.radio {
    height: 30px;
    width: 30px;
  }
}

.panel__survey .sad-face {
  height: 30px;
  width: 30px;
  background: url(../img/sad-face.jpg) center no-repeat;
  margin-right: 15px;
  position: absolute;
  left: 0px;
  top: -10px;
}

@media screen and (min-width: 769px) {
  .panel__survey .sad-face {
    position: relative;
    top: 0px;
  }
}

.panel__survey .smile-face {
  height: 30px;
  width: 30px;
  background: url(../img/smile-face.jpg) center no-repeat;
  margin-left: 15px;
  position: absolute;
  right: 0px;
  top: -10px;
}

@media screen and (min-width: 769px) {
  .panel__survey .smile-face {
    position: relative;
    top: 0px;
  }
}

.panel__survey .result {
  display: block;
}

.panel__timeline {
  position: relative;
}

.panel__timeline__bar {
  background-color: #f6f6f6;
  height: 20px;
  position: relative;
  width: 100%;
}

.panel__timeline__bar span {
  background-color: #d0d0d1;
  height: 20px;
  left: 0;
  min-width: 10px;
  position: absolute;
  top: 0;
}

.panel__timeline__status {
  background: url(../img/icon-panel-timeline.png) right center no-repeat;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  height: 24px;
  line-height: 24px;
  padding-right: 34px;
  position: absolute;
  right: 0;
  top: -45px;
}

.panel__title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  height: 12px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #f5c832;
  position: absolute;
  height: 12px;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: #f5c832;
  border: 1px solid #000;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  top: 6px;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}

#rangevalue {
  position: relative;
  top: 5px;
  text-align: center;
  width: 100%;
  display: block;
}

.sidebar-buttons-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 20px;
}

.sidebar-buttons-grid > .btn {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  justify-content: center;
  margin-bottom: 10px;
  width: calc(50% - 5px);
}

.sidebar-buttons-grid > .btn:nth-child(even) {
  margin-left: 10px;
}

.sidebar-buttons-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.sidebar-buttons-toggle > a {
  align-items: center;
  border: 1px solid var(--col-text);
  color: var(--col-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  height: 50px;
  justify-content: center;
  text-decoration: none;
  width: 50%;
}

.sidebar-buttons-toggle > a:nth-child(1) {
  border-right: none;
}

.sidebar-buttons-toggle > a.is-active {
  background-color: var(--col-text);
  color: var(--col-bg);
}

.sidebar-nav {
  border-bottom: none;
  margin-bottom: 30px;
}

.sidebar-nav__title {
  background-color: #f6f6f6;
  border-bottom: 1px solid var(--col-text);
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  color: var(--col-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}

.sidebar-nav__item {
  width: 100%;
  min-height: 50px;
  border-bottom: 1px solid var(--col-text);
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.sidebar-nav__item > .sidebar-nav-arrow {
  text-align: center;
  color: var(--col-text);
  cursor: pointer;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 1;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}

.sidebar-nav__subnav__item > .sidebar-nav-item,
.sidebar-nav__item > .sidebar-nav-item {
  color: var(--col-text);
  display: table-cell;
  height: 50px;
  width: calc(100% - 50px);
  line-height: 1;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}

.sidebar-nav__subnav__item > .sidebar-nav-item:after,
.sidebar-nav__item > .sidebar-nav-item:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.sidebar-nav__item.has-subnav > .sidebar-nav-item {
  padding-right: 50px;
}

.sidebar-nav__item.has-subnav > .sidebar-nav-arrow {
  font-family: 'corvinus-ico' !important;
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.sidebar-nav__item.has-subnav.is-open > .sidebar-nav-arrow {
  cursor: pointer;
}

.sidebar-nav__item.has-subnav > .sidebar-nav-arrow::before {
  content: '\e928';
  position: absolute;
  font-size: 18px;
  top: 50%;
  transform: translateY(-.5rem) rotate(90deg);
}

.sidebar-nav__item.has-subnav.is-open > .sidebar-nav-arrow::before {
  transform: translateY(-.5rem) rotate(270deg);
}

.sidebar-nav__item.has-subnav.is-open > .sidebar-nav__subnav,
.sidebar-nav__item.has-subnav.is-active > .sidebar-nav__subnav {
  display: block;
}

.sidebar-nav__item.has-subnav.is-active > .sidebar-nav__subnav {
  background-color: #fffbff;
}

.sidebar-nav__item.is-active {
  background-color: #e9eaeb;
}

.sidebar-nav__subnav__item.is-active > .sidebar-nav-arrow,
.sidebar-nav__item.is-active > .sidebar-nav-arrow {
  font-family: 'corvinus-ico' !important;
  font-size: 1.125rem;
  content: '\e928';
  cursor: pointer;
  display: inline-block;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;

}

.sidebar-nav__subnav__item.is-active > .sidebar-nav-arrow::before{
  content: '\e928';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* .sidebar-nav__item.is-active > .sidebar-nav-arrow::before{
  content: '';
} */

.sidebar-nav__item.has-subnav.is-open > .sidebar-nav__subnav,
.sidebar-nav__item.has-subnav.is-open > .sidebar-nav__subnav > .sidebar-nav__subnav__item {
  display: block;
}

.sidebar-nav__item.is-active > .sidebar-nav-item {
  background-color: #e9eaeb;
}

/*
.sidebar-nav__item.is-active > a:after {
    background: url(../img/caret-black-large.png) 0 0 no-repeat;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
    -webkit-transform: rotate(-90deg) translateX(25%);
    transform: rotate(-90deg) translateX(25%);
}
*/
.sidebar-nav__subnav,
.sidebar-nav__subnav__item {
  display: none;
}

.sidebar-nav__subnav__item {
  /*    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    color: $blue_paris_v1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
*/
  border-top: 1px solid var(--col-text);
  width: 100%;
  min-height: 50px;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 1;
  padding: 0 15px 0 30px;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 769px) {
  .sidebar-nav__subnav__item {
    font-size: 16px;
  }
}

.sidebar-nav__subnav__item.is-open {
  display: block;
}

.sidebar-nav__subnav__item.is-active {
  background-color: #eaeaea;
}

.erasmus-slider {
  position: relative;
  margin-bottom: 30px;
}

.erasmus-slider .next,
.erasmus-slider .prev {
  background: url(../img/arrow-right-black.png) center no-repeat var(--col-bg);
  position: absolute;
  top: 35%;
  width: 50px;
  height: 50px;
  font-size: 0px;
  border: 0px;
}

.erasmus-slider .next {
  right: 20px;
}

.erasmus-slider .prev {
  left: 20px;
  transform: rotate(180deg);
}

.social-cta {
  border-top: 1px solid var(--col-text);
  margin-top: 30px;
  padding-top: 30px;
}

.social-cta.bottom-border {
  border-bottom: 1px solid var(--col-text);
  border-top: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 10px;
}

.social-cta > a {
  color: var(--col-text);
  display: table;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  padding-right: 21px;
  text-decoration: none;
}

.social-cta .social-cta--facebook {
  background: url(../img/social-cta-facebook.png) left center no-repeat;
  color: #1A203E;
  height: 20px;
  padding: 0 0 0 30px;
}

.bottom-border {
  border-bottom: 1px solid var(--col-text);
  border-top: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 10px;
}

.table {
  margin-bottom: 30px;
}

.table thead td {
  background: #5c6873;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  text-align: center;
}

.table.is-striped tr:nth-child(even) td {
  background-color: #A9ABB2;
}

.table.is-scrollable {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.table td {
  font-size: 16px;
  height: 50px;
  padding: 0 15px;
  vertical-align: middle;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .table td {
    text-align: left;
  }
}

.table th {
  background-color: #5c6873;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  height: 50px;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
}

.table.is-scrollable th {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .table.is-scrollable th {
    text-align: center;
  }
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

@media screen and (max-width: 768px) {
  .tooltip .tooltiptext {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    height: 40px;
    line-height: 38px;
    background-color: var(--col-corvinus-red) !important;
    color: var(--col-bg);
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    transition: opacity 0.5s;
    top: 10px;
  }

  .tooltip .tooltiptext.tooltip-left {
    top: 10px;
    bottom: auto;
    right: 128%;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
}

.announcement__author {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}

.announcement__back {
  color: #1A203E;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 30px;
  padding: 3px 0 0 19px;
  position: relative;
  text-decoration: none;
}

.announcement__back:before,
.announcement__back:after {
  background-color: #6d6f78;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 10px;
}

.announcement__back:after {
  margin-top: 3px;
  transform: rotate(45deg);
}

.announcement__date {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 5px;
}

.announcement__meta {
  margin-bottom: 30px;
}

.announcement__title {
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
}

.announcements-panel-list .announcement {
  border-bottom: 1rem solid var(--col-text);
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .announcements-panel-list .announcement {
    margin-bottom: 20px;
  }
}

.announcements-panel-list .announcement__author {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}

.announcements-panel-list .announcement__body {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
}

.announcements-panel-list .announcement__btn {
  bottom: 0px;
  position: absolute;
  right: 0px;
}

@media screen and (min-width: 769px) {
  .announcements-panel-list .announcement__btn {
    right: 0;
    bottom: 10px;
  }
}

.announcements-panel-list .announcement__content {
  padding-bottom: 5px;
}

.announcements-panel-list .announcement__date {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
}

.announcements-panel-list .announcement__image {
  min-height: 100%;
  min-width: 219px;
  overflow: hidden;
  position: relative;
}

.announcements-panel-list .announcement__image:after {
  background: url(../img/announcement-panel-list-image-mask.png) left center/cover no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.announcements-panel-list .announcement__image > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.announcements-panel-list .announcement__title {
  font-size: 30px;
  font-style: unset;
  font-weight: 400;
}

.announcements-panel-list__title {
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 10px;
}

.auth-form__forgot-password {
  background: url(../img/icon-forgot-password.png) 0 0 no-repeat;
  color: var(--col-text);
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
}

.auth-form__forgot-password:hover {
  color: var(--col-text);
}

.a-z__groups__group {
  margin: 30px 0;
}

.a-z__groups__group h2 {
  font-size: 24px;
}

.a-z__groups__group a {
  color: #1A203E;
}

.document-list {
  margin-top: 20px;
}

.document-list .document {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d0d0d1;
  text-decoration: none;
}

.document-title {
  font-weight: 400;
  line-height: 1.25;
}

.document-image .fas {
  display: block;
  font-size: 2.5em;
  color: #5C6873;
}

.document-content {
  flex: 1 1;
}

.document-info {
  margin-top: 5px;
  font-style: italic;
  font-size: 12px;
}

.search-results .attachment .result-image .fas {
  font-size: 3.5rem;
  margin-bottom:.25rem;
}

.erasmus-partner {
  border-bottom: 1px solid var(--col-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.erasmus-partner__content {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .erasmus-partner__content {
    width: calc(100% - 180px);
  }
}

.erasmus-partner__description {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}

.erasmus-partner__image {
  height: 165px;
  margin-right: 30px;
  position: relative;
  width: 165px;
}

.erasmus-partner__image:after {
  background-color: #5c6873;
  bottom: -15px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.75;
  position: absolute;
  right: -15px;
  width: 100%;
}

@supports (mix-blend-mode: multiply) {
  .erasmus-partner__image:after {
    mix-blend-mode: multiply;
    opacity: 1;
  }
}

.erasmus-partner__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.erasmus-partner__review {
  color: var(--col-text);
}

.erasmus-partner__title {
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

  body.single .event,
  body.single .post,
  body.single .news {
    border: 0;
  }
}

.event__back {
  color: #1A203E;
  font-family: "source-sans-pro";
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  margin: 20px 0;
  padding: 3px 0 0 19px;
  position: relative;
  text-decoration: none;
}

.event__back:before,
.event__back:after {
  background-color: #6d6f78;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 10px;
}

.event__back:after {
  margin-top: 3px;
  transform: rotate(45deg);
}

.event__meta,
.post__meta,
.news__meta {
  margin: 10px 0;
  line-height: 1.8;
}

div:has(.news__lead){
  margin-bottom: 30px;
}

.event__title__column .btn{
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 769px) {

  .event__meta,
  .post__meta,
  .news__meta {
    margin: 30px 0;
  }
}

/* .event__title,
.post__title,
.news__title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
} */

.news__title {
  border-top: none;
}

.news{
  font-family: 'source-serif-pro';
  font-weight: 400;
}

.news-single .news__title{
  border-top: 20px solid var(--col-corvinus-red);

}

.post-single .post__title{
  border-top: 20px solid var(--col-corvinus-green);
}

.event__date_long,
.post__date_long,
.news__date_long {
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
}

.related-events hr,
.related-news hr,
.related_post hr {
  background-color: #d0d0d1;
}

.related-events__title,
.related-news__title,
.related_post__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 25px;
  text-transform: uppercase;
}

.related-events__event__title,
.related-news__event__title,
.related_post__event__title {
  color: #3D454C;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 30px;
}

.related-events__event__title a,
.related-news__event__title a,
.related_post__event__title a {
  color: #3D454C;
  text-decoration: none;
}

.related-events__news__title,
.related-news__news__title,
.related_post__news__title {
  color: #3D454C;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 30px;
}

.related-events__news__title a,
.related-news__news__title a,
.related_post__news__title a {
  color: #3D454C;
  text-decoration: none;
}

.related-events__post__title,
.related-news__post__title,
.related_post__post__title {
  color: #3D454C;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 30px;
}

.related-events__post__title a,
.related-news__post__title a,
.related_post__post__title a {
  color: #3D454C;
  text-decoration: none;
}

.events-list-nav {
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .events-list-nav {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.event-single {
  border-left: 0 !important;
}

.events-panel-list .event, .news-panel-list .news, .search-results .result {
  margin: 20px 0;
  position: relative;
  background: var(--col-bg);
  box-shadow: none;
}

body .events-panel-list .news__title, .news-panel-list .news__title, .eventbox ~ .event__title, .result-title {
  /* font-size: 1.875rem; */
  line-height: 1.15;
  font-weight: 400;
  color: var(--col-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 10px;
}

.news-panel-list .news__excerpt, .eventbox ~ .event__meta, .result-text, .result-type, .crn-tile-text {
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.eventbox ~ .event__meta, .result-title, .result-text {
  -webkit-line-clamp: 3;
}

@media (max-width: 800px) {

  .news-panel-list .event, body .crn-common-tile-outer, .wp-block-adln-bce-image-tile .news,
  .connected-post-list .news, .connected-post-list .event {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 960px) {
  .event__date_long, .post__date_long, .news__date_long {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    position: relative;
  }
}

.events-panel-list .event__image, .events-panel-list .event__btn {
  display: none;
}

.events-panel-list .event__image, .events-panel-list .news__image, .news-panel-list .news__image, .result-image {
  padding: 0 1rem 1rem;
  transition: all .3s ease;
}

.event__image > img, .news__image > img, .result-image img {
  height: 190px;
  width: 100%;
  max-width: 30rem;
  max-height: 20rem;
  object-fit: cover;
}

.news-panel-list .news {
  min-height: calc(190px + 60px);
  --card-bg: var(--col-corvinus-green);
  position: relative;
  display: block;
  padding: 1rem 2.5rem 1.25rem 0;
  transition: padding .3s ease, background-position .3s ease, color .3s ease;
  background: linear-gradient(to bottom, transparent 49.99%, var(--card-bg) 50%) no-repeat 0 -1rem;
  background-size: 100% 200%;
  padding-top: 1.75rem;
  background-image: linear-gradient(to bottom, var(--card-bg) 49.99%, transparent 50%);
  background-position: 0 calc(100% + 1rem);
}

.news-panel-list .news:has(.connected-container-link:hover),
.connected-container-link:hover .news{
--card-bg: var(--col-corvinus-green-light);
background-position: 0 0;
padding: 1.75rem 2.55rem 1.25rem 1.25rem;
}

.news-panel-list .news:has(.connected-container-link:hover) .news__image,
.connected-container-link:hover .news .news__image{
  left: 20px;
}

.event__content, .news__content, .result-content {
  padding: 1rem;
  padding-top: 0;
  flex: 1 1;
}

.result-content {
  padding: .5rem 1rem;
}

.result .result-title {
  color: inherit;
}

.result-text, .result-text div {
  margin-bottom: .75em;
}

.result-pad {
  flex: 1 1;
  clear: both;
}

.result-type {
  font-size: .875em;
  color: var(--col-black);
}

.wp-block-adln-bce-image-tile .news__image {
  padding: 1rem 0 0;
}

.result-image {
  float: right;
  padding: .5rem .25rem;
  width: 6.25rem;
  font-size: 12px;
  font-weight: 700;
  color: var(--col-black);
  text-align: center;
  line-height: 1.125;
}

.result-image a {
  text-decoration: none;
  color: inherit;
}

.result-image img {
  height: 4.5rem;
}

.result-image .default-img img {
  height: 3rem;
  object-fit: contain;
  margin-bottom: .5rem;
}

@media (min-width: 992px) or ((max-width: 768px) and (min-width: 600px)) {
  .events-panel-list .event, .news-panel-list .news, .search-results .result {
    display: flex;
  }

  .search-results .result {
    flex-direction: row-reverse;
  }

  .events-panel-list .event__image, .events-panel-list .news__image, .news-panel-list .news__image {
    display: block;
    padding-top: 1rem;
    width: 12rem;
  }

  .events-panel-list .event__image {
    width: 20rem;
  }

  .event__image > img {
    max-height: 12rem;
  }

  .events-panel-list .news__image > img, .news-panel-list .news__image > img {
    /* max-height: 6.5rem; */
  }

  .result-title, .result-text {
    -webkit-line-clamp: 2;
    word-break: break-word;
  }

  .result-content {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }

  .result-image {
    float: none;
    padding: 1rem .5rem;
    width: 7rem;
    font-size: .875em;
  }

  .result-image img {
    height: 5rem;
  }

  .wp-block-adln-bce-image-tile .news__content {
    padding-left: calc(278px + 20px);
    min-height: 8.5rem;
  }

  .wp-block-adln-bce-image-tile .news__image {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 278px;
  }
}

.events-panel-list .news__date {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
}

.search__btn {
  position: absolute;
  z-index: 3;
  top: calc(50% - 20px);
  right: -20px !important;
}

.events-panel-list .news__btn, .news-panel-list .news__btn{
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0px;
  transition: all .3s ease;
}

.event__content > a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.eventbox {
  display: flex;
  line-height: 1;
  gap: 8px;
  padding-bottom: 5px;
  border-bottom: 3px solid var(--col-black);
}

.event__date {
  text-align: center;
  font-weight: 600;
  color: var(--col-black);
}

.event__date__month {
  font-weight: 500;
  font-size: 16px;
  color: black;
}

.event__date__day {
  font-size: 36px;
  display: block;
}

.event__date.sep {
  font-size: 24px;
  padding-top: 24px;
}

.event__time {
  font-size: 32px;
  padding-top: 18px;
  border-left: 2px solid var(--col-black);
  padding-left: 8px;
}

.eventbox ~ .event__title {
  padding-top: 10px;
  text-transform: uppercase;
}

.eventbox ~ .event__meta {
  margin: 10px 0;
}

.events-panel-list .event__tags__tag {
  background-color: #5c6873;
  color: var(--col-bg);
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 5px 7px;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .events-panel-list .event__tags__tag {
    margin-bottom: 10px;
  }
}

.faq__body ul {
  margin-bottom: 20px;
  padding-left: 30px;
  list-style-type: disc;
}

.faq__body ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.faq__body table td {
  text-align: left;
}

.center-col {
  width: 100%;
  background-color: #5c6873 !important;
}

@media screen and (min-width: 769px) {
  .center-col {
    background-color: #5c6873 !important;
    border-top: 0px;
    width: 20% !important;
  }
}

.right-col {
  background: #898E97 !important;
}

@media screen and (min-width: 769px) {
  .right-col {
    background-color: #898E97 !important;
    width: 30% !important;
  }
}

.grid-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.grid-view__item {
  align-items: center;
  background-image: url(../img/grid-view-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 270px;
  justify-content: center;
  margin-bottom: 30px;
  padding: 60px 45px 90px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .grid-view__item {
    color: var(--col-bg);
  }
}

@media screen and (min-width: 769px) {
  .grid-view__item {
    width: calc(50% - 15px);
  }

  .grid-view__item:nth-child(odd) {
    margin-right: 30px;
  }
}

.grid-view__item:before,
.grid-view__item:after {
  background-color: #5c6873;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.grid-view__item:before {
  opacity: 0.75;
}

@supports (mix-blend-mode: multiply) {
  .grid-view__item:before {
    mix-blend-mode: multiply;
    opacity: 1;
  }
}

.grid-view__item:nth-child(4n):before,
.grid-view__item:nth-child(4n):after,
.grid-view__item:nth-child(4n + 1):before,
.grid-view__item:nth-child(4n + 1):after {
  background-color: #1A203E;
}

.grid-view__item:nth-child(4n) .grid-view__item__content,
.grid-view__item:nth-child(4n + 1) .grid-view__item__content {
  color: var(--col-bg);
}

.grid-view__item__btn {
  background-image: url(../img/arrow-right-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  bottom: -15px;
  font-size: 0;
  height: 30px;
  position: absolute;
  right: 20px;
  width: 30px;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .grid-view__item__btn {
    bottom: 20px;
    height: 40px;
    right: -20px;
    width: 40px;
  }
}

.grid-view__item__content {
  font-size: 14px;
  position: relative;
  z-index: 10;
}

.grid-view__item__title {
  color: var(--col-bg);
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

header .cw, header .menu, header .menu li {
  display: flex;
  gap: .5em;
  justify-content: space-between;
}

header .menu {
  gap: 1rem;
}

.head-2 .menu > .menu-item-has-children.open > a::after {
  transform: rotate(90deg);
}

.menu li.menu-bold-item{
  font-weight: 700;
}

.header.head .buttons ul.menu{
    list-style: none;
    display: flex;
    gap: 1em;
    margin: 0;
}

.menu-border-top{
  margin-top: 5px;
  background: var(--col-bg);
  width: 90%;
  border-top: 2px solid black;
}

.head-2 ul.menu-main{
  padding-top: 20px;
}

header .cw {
  position: relative;
  padding: 2px 3rem;
  font-weight: 500;
  text-align: center;
  align-items: center;
}

a#content + .container {
  margin-top: 10px;
}

html body ul.menu, html body ul.menu li, .menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.15;
}

header {
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  right: 0;
  background: var(--col-bg);
  font-size: 16px;
  font-family: "Source Sans Pro", Sans-serif;
}

header .head-2 .cw {
  background: var(--col-bg);
  align-items: center;
}

header .menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  padding: 5px;
  color: inherit;
  text-decoration: none;
  word-break: normal;
  min-width: 2em;
  border-bottom: 2px solid transparent;
}

header .head-1 .menu > .menu-item a:hover,
header .head-1 .menu > .menu-item.menu-item-has-children:hover > a,
.head-1 .menu-item:has(.library-toggle:hover, .sub-menu.library:hover) .library-toggle,
.head-1 .library-toggle.open{
  border-color: var(--col-black);
}

header .menu .sub-menu .menu-item a:hover{
  color: var(--col-black);
  border-bottom: 2px solid transparent;
  /* text-decoration: underline 2px solid var(--col-corvinus-green); */
}

header .head-1 .menu > li.menu-item:hover > a,
header .head-1 .menu > li.menu-item:hover > a > i{
  /* color: var(--col-corvinus-green) !important; */
  text-underline-offset: 5px;
}

.logout-student,
.logout-faculty{
  color: var(--col-text);
}

.head-1 .menu-item.logout a{
  border-bottom: 2px solid var(--col-text);
}

header .head-1, header .menu-highlight a, header .menu-icons {
  color: var(--col-text);
  background: var(--col-bg);
}

header .sep {
  width: 0;
  height: 24px;
  border-right: 1px solid;
  align-self: center;
}

header .menu-icons {
  gap: 0;
  font-weight: 400;
  text-transform: none;
}

.big, .header .fa, .header .fab, header .menu svg, footer .fa, footer .fab {
  font-size: 1.5em;
}

header .menu svg {
  width: 30px;
  height: 30px;
}

header .head-1 .cw{
  width: 100%;
}

header .menu-highlight, header .menu-main {
  justify-content: center;
  flex: 1 1;
}

header .logo {
  padding: 2px;
  margin: 2px;
}

header .logo img {
  height: 50px;
  object-fit: contain;
  object-position: left;
}

header .menu .lang-switch {
  min-width: 2em;
  height: 2em;
  line-height: 2;
  padding: 0;
  margin: 2px 3px;
  border: 2px solid;
  text-transform: uppercase;
}

.menu .sub-menu {
  display: none;
  text-align: left;
  text-transform: none;
  padding: 10px 0;
}

.menu .sub-menu a {
  padding: 8px 15px;
  justify-content: flex-start;
}

.menu-item.open > .sub-menu,
.head-1 .menu-item:has(.library-toggle.open) .sub-menu.library {
  display: block;
}

.menu .sub-menu > li, .menu .sub-menu a {
  flex: 1 1;
  width: 250px;
  max-width: 100%;
}
.menu .sub-menu.library > li, .menu .sub-menu.library a {
  width: fit-content;
}

.menu li:nth-last-child(-n + 3) .sub-menu {
  right: 0;
}

@media (min-width:1200px) {

  .head-1 {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .head-2 .menu-highlight, .head-2 .menu-main, .head-2 .menu-border-top, .head-2 .cw {
    display: none;
  }

  header .head-1 .buttons .menu {
    gap: 1em;
  }

  .menu-toggle-item {
    display: none !important;
  }

  header, .header-placeholder {
    height: 100px;
  }

  .menu-item-has-children.open, .menu-item-has-children:hover {
    position: relative;
    z-index: 100;
  }

  .sub-menu {
    color: var(--col-text);
    background: var(--col-bg);
    position: absolute;
    z-index: 800;
    top: calc(100% + 2px);
    max-height: 75vh;
    overflow: auto;
    box-shadow: var(--box-shadow)
    /* filter: drop-shadow(0px 0px 30px rgba(0,0,0,0.3)) */
  }

  .sub-menu.library{
    top: calc(100% - 10px)
  }

  .sub-menu.dual {
    columns: 2;
    column-gap: .5em;
    column-rule: none;
  }

  .menu-item-has-children.open::before, .menu-item-has-children:hover::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    width: auto;
    height: auto;
    background: none;
  }

  .menu-item:hover > .sub-menu {
    display: block;
  }

  .menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
  }
}

@media (max-width: 1280px) {
  header .logo img {
    height: 43px;
  }

  header .head-1 .buttons .menu-item > a > span{
    display: none;
  }

  /* header .cw{
    margin: 0;
  } */
}

@media (max-width:1199.9px) {
  header{
    font-size: 16px;
  }

  header {
    height: 55px;
  }

  .header-placeholder {
    height: 80px;
  }

  .head-1 .logo img {
    padding: 5px 0;
  }

  .head-1 .cw{
    background: var(--col-bg);
  }

  .head-1 .menu-item.logout a{
    border-bottom: unset;
  }

  header .sep, .head-1 .menu-highlight, .head-1 .menu-main {
    display: none;
  }

  header.open .menu-toggle .fa::before {
    content: '\f00d';
  }

  header .head-2, header .head-1 .sub-menu {
    position: absolute;
    z-index: 800;
    top: 55px;
    background: var(--col-bg);
  }

  header .head-2 {
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    overflow: auto;
    height: calc(100vh - 80px);
    transition-property: height, visibility, background-color;
    transition-duration: 0s, 0s, 1s;
    transition-timing-function: ease-out;
    transition-delay: 0s, 0s, 0s;
  }

  header:not(.open) .head-2 {
    background: rgba(0, 0, 0, 0);
    height: 0;
    visibility: hidden;
    transition-delay: .6s, .6s, 0s;
  }

  header .head-2 .cw {
    transition: transform .6s ease-out;
  }

  header:not(.open) .head-2 .cw {
    transform: translateY(-100%);
  }

  header .head-2 .sub-menu a {
    width: 100%;
  }

  header .head-1 .sub-menu {
    box-shadow: var(--box-shadow);
  }

  .head-2 .menu a, .head-1 .sub-menu a {
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }

  header .head-1 ul.menu li {
    position: static;
  }

  header .menu-main a, header .head-1 .sub-menu a {
    color: var(--col-text);
    background: var(--col-bg);
  }

  header .head-2 .menu > li.menu-item-has-children.open > a{
    color: var(--col-corvinus-green)
  }

  .head-2 .cw, .head-2 .menu, .head-2 .menu li, .head-2 .sub-menu {
    flex-direction: column;
    gap: 1px;
    width: 100%;
    padding: 0;
    align-items: flex-start;
  }

  .head-2 .cw {
    gap: 0;
  }

  .head-1 .menu-other {
    justify-content: flex-end;
    flex: 1 1;
  }

  .head-2 .menu-highlight {
    padding-top: 1px;
    background: var(--col-bg);
  }

  .head-2 .menu-main {
    padding-bottom: 1px;
    background: var(--col-bg);
  }

  header .menu a {
    min-width: 3em;
  }

  header .head-2 .sub-menu a {
    padding-left: 25px;
  }

  header .head-2 .menu a {
    width: 100%;
    justify-content: space-between;
  }

  .logout-student{
    color: var(--col-corvinus-green);
  }
  
  .logout-faculty{
    color: var(--col-corvinus-red);
  }
}

@media (max-width:799px) {
  .search-toggle .text {
    display: none;
  }

  header .menu a {
    min-width: 2em;
  }
}

@media (max-width:599px) {
  header .head-1 .menu-icons {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    justify-content: center;
    height: 32px;
  }

  header .head-2 {
    top: 55px;
    height: calc(100vh - 55px);
  }
}

#header__search {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 2000;
  right: 0;
  background-color: var(--col-bg);
  padding: 20px 10px 10px 20px;
  top: 100%;
  box-shadow: var(--box-shadow);
  /* filter: drop-shadow(0px 0px 30px rgba(0,0,0,0.3)) */
}

#header__search input[type="search"]{
  font-family: 'source-sans-pro';
  font-size: 1rem;
  border: 0;
  border-bottom: 2px solid var(--col-text);
  padding-left: 2.25em;
  outline: none;
}

#header__search .btn {
  left: 0;
}

#header__search.open,
#header__library.open .sub-menu.library{
  display: block;
}

#header__search .categories {
  display: flex;
  flex-wrap: wrap;
  gap: .5em 1em;
  padding: .5em 0;
}

#header__search .categories .form-checkbox {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  /* text-transform: capitalize; */
  line-height: 20px;
}

@media screen and (min-width: 992px) {
  /* #header__search .categories {
    justify-content: center;
  } */

  #header__search {
    width: 432px;
  }
}

.footer-1 .cw, .footer-2 .cw {
  max-width: 1920px;
  margin: 0 auto;
  padding: 3.5rem 3.125em 3em;
}
.footer-1 .cw{
  padding: 6.25rem 3.125em 3em;
}

.footer-1 {
  background: var(--col-corvinus-green-light);
  font-size: 16px;
}

.footer-1 p {
  color: var(--col-text);
}

.footer-1 strong {
  color: var(--col-corvinus-green-dark);
}

.footer-1 .cw {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-1 .cw > div {
  display: flex;
  width: 100%;
  max-width: 27em;
  min-width: 22em;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1 1;
}

.footer-title {
  margin: 2rem 0 1rem;
  padding: 0;
}

body footer ul.menu-footer {
  margin: 0 0 1em;
}

footer .menu-social {
  display: flex;
  align-items: center;
  gap: .5em 1em;
}

.footer-2 {
  color: var(--col-bg);
  background-color: var(--col-corvinus-green-dark);
}

.footer-partners {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5em 3em;
}

.anchor-w-left-arrow {
  text-decoration: none;
}
.anchor-w-left-arrow::before{
 font-family: corvinus-ico;
 content: '\e901';
}

.menu-footer li a:not(.no-arrow),
.anchor-w-right-arrow,
.anchor-w-down-arrow {
  position: relative;
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: padding .3s ease;
  text-align: left;
  padding-left: 0;
  padding-right: 3.75rem;
}

.anchor-w-down-arrow {
  transition: all .4s ease;
}

.menu-footer li a:not(.no-arrow):hover,
.anchor-w-right-arrow:hover{
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}

.menu-footer li a.no-arrow{
  text-decoration: underline;
}

.anchor-w-down-arrow:hover {
  color: var(--col-tpl);
  border-color: var(--col-tpl);
}

.menu-footer li a:not(.no-arrow),
li .anchor-w-right-arrow,
li .anchor-w-down-arrow {
  display: flex;
  width: 100%;
  text-decoration: none;
  padding-top: .25em;
  padding-bottom: .25em;

}
.menu-footer li a{
  min-height: 3em;
}

.menu-footer li a:not(.no-arrow)::after,
.anchor-w-right-arrow::after,
.head-2 .menu > .menu-item-has-children > a::after {
  position: absolute;
  top: calc(50% - .5em);
  right: 0;
  content: '\e902';
  font-family: corvinus-ico;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  transition: padding .3s ease, transform .3s ease;
}

.anchor-w-right-arrow.is-play::after{
  content: '\e91c';
  font-size: .8em;
  right: 1em;
}

.anchor-w-down-arrow::after{
  position: absolute;
  top: 0;
  right: 0;
  content: '\e900';
  font-family: corvinus-ico;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1;
  transition: padding .3s ease, transform .3s ease;
}

.menu-footer li a:hover::after,
.anchor-w-right-arrow:hover::after{
  padding-right: 1.25rem;
}

.anchor-w-down-arrow:hover::after {
  padding-top: .5rem;
}

.head-2 .menu > .menu-item-has-children > a::after {
  position: static;
}

.footer-etc ul {
  margin: 0 0 1em !important;
}

.footer-etc li {
  margin: 0;
  line-height: 1.15;
}

.footer-etc li.no-link {
  padding: 1em 0;
}

.footer-2 .cw {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}

.footer-col-2 {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem 0 0;
  gap: 2em;
}

.footer-social-link-container {
  display: flex;
  align-items: center;
  gap: 1em;
}

.footer-cookie-links {
  display: flex;
  gap: 1em;
  justify-content: flex-end;
}

.footer-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em 1em;
  line-height: 1.25;
  max-width: 12em;
}

.footer-logo-container i {
  font-size: 2em;
}

@media (max-width: 1280px){
  .footer-1 .cw > div {
    max-width: 17em;
  }
}

@media (max-width: 1199px) {
  .footer-2 .cw {
    flex-direction: column;
  }
  .footer-2 {
    text-align: center;
  }
  .footer-partners, .footer-cookie-links {
    justify-content: center;
  }
  .footer-title ~ .footer-title { margin-top: 4em; }
  .footer-col-2 {
    text-align: center;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .footer-logo-container {
    flex-direction: column;
    max-width: none;
  }
}

@media (max-width: 399px) {
  .footer-1 .cw > div {
    min-width: 15em;
  }
}

.container-fluid, .fw .cw { max-width:1244px; padding-left:20px; padding-right:20px; }
.fw .cw { margin-left: auto; margin-right: auto; }
.container-fluid.fw { max-width:1920px; }
@media (max-width:768px) {
  .container-fluid, .fw .cw, header .cw, .footer-1 .cw, .footer-2 .cw { padding-left:1rem; padding-right:1rem; }
  .footer-1 .cw { padding-top: 4.5rem }
  .footer-2 .cw { padding-top: 4.75rem }
  .footer-1 .cw .footer-title{ gap: .75em; padding-bottom: 1.25rem; }
  .footer-1 .cw .footer-title i{ margin-bottom: 20px; }
  .footer-col-2 { flex-direction: column; }
  .footer-logo-container{ padding-top: 2.5rem }
}

@media (min-width:769px) {
  .container-fluid > .columns { display:flex; gap:2em 1.25em; margin:0; }
  .container-fluid > .columns > .column.is-one-third { width:250px; padding:0; }
  .container-fluid > .columns > .column.is-two-thirds { flex:1 1; width:auto; max-width: min(calc(100vw - 322px), 934px); padding:0; }
}

.wp-block-gallery-9{ 
  width: 100%;
}

.home-flex {
  display: flex;
  gap: 2em;
}

.home-flex > * {
  flex: 1 1;
}

.home-fw, .home-flex {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 1em;
}

.home-fw + .home-fw, .home-flex + .home-fw {
  padding-top: 0;
}

@media (max-width:768px) {
  header .head-1{
    margin: 0;
  } 
  .home-flex {
    flex-direction: column;
  }
  .footer-2 .cw{
    margin: 0;
  }
}

#content + .home-flex {
  padding-top: 1em;
}

.home-more-wrap {
  text-align: right;
}

.hero {
  position: relative;
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  33.333% {
    opacity: 0;
  }

  66.666% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.news-featured__title, .news-list__title, .red-news__title, .top-news__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--col-black);
  margin: 15px 0;
}

.news-featured__excerpt, .news-list__excerpt, .top-news__excerpt {
  font-size: 16px;
  font-weight: 500;
}

.news-featured__image, .red-news__image, .top-news__image {
  display: block;
}

.news-featured__image > img, .top-news__image > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.news-featured-items, .top-news-items {
  position: relative;
  height: 565px;
}

.top-news-items {
  height: 400px;
}

.news-featured, .top-news {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  gap: 0;
}

.top-news {
  background: #1A203E;
}

.top-news__thumbs {
  margin-top: 1.5em;
}

.top-news-wrap {
  padding-top: 3em;
}

.top-news__content {
  padding: .5em 2em 2em;
}

.top-news__excerpt {
  color: var(--col-bg);
}

.slideshow {
  position: relative;
}

.slideshow .slide {
  transition-property: z-index, visibility, opacity;
  transition-duration: 0s, 0s, 1s;
  transition-timing-function: ease;
  transition-delay: 0s, 0s, 0s;
}

.slideshow .slide:not(.is-active) {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition-delay: .5s, 1s, 0s;
}

.slide-left, .slide-right {
  z-index: 1;
  background: transparent;
  box-shadow: 0 4px 20px 0 #00000080;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.slide-left:hover, .slide-right:hover {
  color: var(--col-tpl-h);
}

.slide-left:active, .slide-right:active {
  color: var(--col-tpl-h);
  background: var(--col-tpl-dark);
}

.slide-left {
  left: 0px;
  padding-right: 1px;
}

.slide-right {
  right: 0px;
  padding-left: 1px;
}

.slide-thumbs {
  display: flex;
  justify-content: center;
  gap: .5em;
}

.slide-thumbs .thumb {
  border: 2px solid var(--col-black);
  border-radius: 100%;
  display: block;
  width: 1em;
  height: 1em;
}

.slide-thumbs .thumb.is-active {
  background-color: var(--col-black);
}

.gold-top-border {
  border-top: 2px solid var(--col-black);
}

.red-news__image > img {
  width: 375px;
  height: 300px;
  object-fit: cover;
}

.golden-bar-wrap {
  background: var(--col-black);
  text-align: center;
}

.golden-bar {
  align-items: flex-start;
  justify-content: center;
}

.golden-bar-item-first {
  font-size: 35px;
  line-height: 1.15;
  color: var(--col-bg);
  font-weight: bold;
}

.golden-bar-item-second {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1A203E;
}

.homepage-degrees {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  gap: 0 1.5em;
  padding-top: 3em;
  padding-bottom: 1.5em;
}

.homepage-degrees .degree {
  flex: 1 1;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.15;
  color: var(--col-bg);
  text-transform: uppercase;
  hyphens: auto;
  padding: 0 1em;
  min-width: 200px;
  max-width: 350px;
}

.homepage-degrees .degree:not(:empty) {
  margin-bottom: 1.5rem;
}

.homepage-degrees .degree.purple {
  background-color: #1A203E;
}

.homepage-degrees .degree.lightblue {
  background-color: #101226;
}

.homepage-degrees .degree.orange {
  background-color: #855c24;
}

.homepage-degrees .degree.red {
  background-color: #5C6873;
}

.homepage-degrees .degree.grey {
  background-color: #3D454C;
}

.degree-fade {
  flex: 1 1;
  height: 160px;
  margin-top: 30px;
}

.degree-fade::before {
  content: '';
  display: block;
  width: 100px;
  height: 0;
  border-top: 5px solid var(--col-black);
  margin-bottom: 15px;
}

.event-wrap {
  padding-top: 1em;
  background: #ebebeb;
}

.event-wrap .event {
  background: var(--col-bg);
}

@media (max-width: 1000px) {
  .red-news__image > img {
    width: 100%;
  }

  .golden-bar {
    flex-wrap: wrap;
  }

  .golden-bar-item {
    width: 100%;
    min-width: 45%;
  }
}

@media (max-width: 768px) {
  .top-news-items {
    height: 675px;
  }
}

.impressum {
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .impressum {
    padding-bottom: 40px;
  }
}

.news-panel-list .event__meta {
  margin: 20px 0;
}

.news-panel-list .news__body {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
}

.news-panel-list .news__content__btn {
  bottom: -18px;
  position: absolute;
  right: 20px;
}

@media screen and (min-width: 769px) {
  .news-panel-list .news__content__btn {
    bottom: 20px;
    right: -20px;
  }
}

.profile .sidebar-profile__name {
  margin-bottom: 0;
}

.profile .profile-dates__date {
  padding: 15px 0;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .profile .profile-dates__date {
    float: left;
  }
}

.profile .profile-dates__date label {
  font-weight: bold;
  float: left;
  width: 194px;
}

.profile .profile-dates__date .value img {
  margin-right: 30px;
  float: left;
}

.profile .profile-dates__date .value p {
  float: left;
}

.profile .profile-dates__date .value a {
  min-width: 150px;
}

@media screen and (min-width: 769px) {
  .profile .profile-dates .edit-change {
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .profile .column.is-6 {
    padding: 0;
  }
}

.search-results mark, .result-list mark {
  background-color: var(--col-corvinus-blue-light);
  display: inline-block;
  margin: -2px 0;
  padding: 2px 0;
}

.search-results .search-result {
  border-left: 8px solid var(--col-black);
}

.search-results .search-result__content {
  margin-bottom: 10px;
}

.search-results .search-result__tags > a {
  background-color: #5c6873;
  color: var(--col-bg);
  display: inline-block;
  font-size: 10px;
  font-style: italic;
  font-weight: 600;
  margin-right: 10px;
  padding: 3px 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar-profile__faculties {
  border: 1px solid var(--col-text);
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  position: relative;
  margin-top: 30px;
}

.sidebar-profile__faculties__switcher {
  background-color: var(--col-bg);
  border-top: 1px solid var(--col-text);
  border-bottom: none;
  display: none;
  left: 0px;
  position: relative;
  top: 100%;
  width: 100%;
}

.sidebar-profile__faculties__switcher > .sidebar-profile__faculty {
  border-bottom: 1px solid var(--col-text);
}

.sidebar-profile__faculties__switcher > .sidebar-profile__faculty:hover {
  background-color: #f6f6f6;
}

.sidebar-profile__faculties > .sidebar-profile__faculty {
  padding-right: 44px;
  position: relative;
}

.sidebar-profile__faculties > .sidebar-profile__faculty:after {
  background: url(../img/caret-black-large.png) 0 0 no-repeat;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.sidebar-profile__faculties.is-open > .sidebar-profile__faculty:after {
  transform: rotate(180deg) translateY(50%);
}

.sidebar-profile__faculties.is-open .sidebar-profile__faculties__switcher {
  display: block;
}

.sidebar-profile__profession {
  font-style: italic;
  margin-left: 30px;
}

@media screen and (min-width: 769px) {
  .sidebar-profile__profession {
    margin-left: 0px;
  }
}

.sidebar-profile__faculty {
  color: var(--col-text);
  display: block;
  padding: 10px;
  text-decoration: none;
}

.sidebar-profile__faculty__name {
  display: block;
}

.sidebar-profile__faculty__year {
  display: block;
}

.sidebar-profile__image {
  padding: 0px 0px 0px 45px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sidebar-profile__image {
    padding: 0px;
  }
}

.sidebar-profile__image__btn {
  height: 38px;
  position: absolute;
  right: 10px;
  width: 38px;
  top: 10px;
}

.sidebar-profile__image__link {
  position: absolute;
  right: 50px;
  top: 20px;
}

.sidebar-profile__name {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
  .sidebar-profile__name {
    margin-left: 0px;
  }
}

.subject-list .subject {
  margin: 20px 0;
  padding: 15px 10px 3px;
  background: #E9EAEC;
}

.subject-list .subject::after {
  content: '';
  display: block;
  clear: both;
}

.subject-list .subject__title {
  float: left;
  max-width: calc(100% - 6em);
  font-size: 18px;
  font-weight: 700;
  color: var(--col-black);
  margin-bottom: 20px;
}

.subject-list .subject__badges {
  float: right;
  display: flex;
  flex-direction: column;
}

.subject-list .subject__credit, .subject-list .subject__lang {
  flex: 1 1;
  display: block;
  min-width: 7em;
  font-size: 12px;
  padding: .25em;
  background: var(--col-black);
  color: var(--col-bg);
  line-height: 1.5;
  border-radius: 1em;
  text-align: center;
  margin-bottom: 10px;
}

.subject-list .subject__credit {
  background: #1A203E;
}

.subject-list .subject__detail {
  float: left;
  clear: both;
  display: flex;
  gap: 1em;
  margin-bottom: 20px;
}

.subject-list .subject__detail span {
  min-width: 10em;
  width: 10em;
}

.select-wrap {
  display: inline-block;
  position: relative;
}

.select-wrap select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  padding: .5em 1.5em .5em .5em;
  color: inherit;
  background: none;
  border: 1px solid #E9EAEC;
}

.select-wrap::after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: .75em;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.single-subject .heading-2,
.subject-detail .heading-2 {
  color: var(--col-black);
  margin: 0 0 1em;
  padding: 2em 0 0;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
}

.subject-detail h1.heading-2 {
  padding-top: 1.5em;
}

.subject-detail .heading-2 .detail {
  font-weight: 400;
}

.subject-detail .form-group {
  display: flex;
  gap: .5em 1em;
}

.subject-detail .form-group label {
  min-width: 11em;
  width: 11em;
}

@media (min-width: 640px) {
  .subject-detail .form-group label {
    min-width: 18em;
  }
}

.subjects .sidebar- {
  height: 70%;
  bottom: -75px;
}

.subjects .sidebar-profile__name {
  margin-bottom: 0px;
}

.subjects .is-yellow {
  background: #f5c832;
}

.subjects-form22 .buttons .btn {
  margin-left: 0px !important;
}

@media screen and (min-width: 769px) {
  .subjects-form22 .buttons .btn {
    max-width: 157px !important;
  }
}

.subjects-edit .subjects-form label {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .subjects-edit .subjects-form label {
    width: 250px;
  }
}

.subjects-edit .subjects-form .buttons {
  margin-top: 15px;
}

.subjects-edit .subjects-form .buttons .column {
  padding: 0 5px;
}

.subjects-edit .add-literature {
  width: 100%;
}

.subjects-edit .add-literature .form-group {
  align-items: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.subjects-edit .add-literature .form-group .form-group-literature {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .subjects-edit .add-literature .form-group .form-group-literature {
    padding-bottom: 45px;
  }

  .subjects-edit .add-literature .form-group .form-group-literature #note {
    margin-bottom: -25px;
  }
}

.subjects-edit .add-literature .form-group .form-group-literature label {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .subjects-edit .add-literature .form-group .form-group-literature label {
    width: 140px;
  }
}

.subjects-edit .add-literature .form-group .form-group-literature input {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .subjects-edit .add-literature .form-group .form-group-literature input {
    width: 72%;
  }
}

.subjects-edit .add-literature .form-group .literature__actions {
  display: block;
  width: 0px;
}

.subjects-edit .add-literature .form-group .literature__actions__delete {
  background-position: 0 0;
}

.subjects-edit .add-literature .form-group .literature__actions__sort-down {
  background-position: -26px -18px;
}

.subjects-edit .add-literature .form-group .literature__actions__sort-down.is-active {
  background-position: -26px 0px;
}

.subjects-edit .add-literature .form-group .literature__actions__sort-up {
  background-position: -54px 0px;
}

.subjects-edit .add-literature .form-group .literature__actions__sort-up.is-active {
  background-position: -54px -18px;
}

.subjects-edit .add-literature .form-group .literature__actions > a {
  background-image: url(../img/icons-subject-actions.png);
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  margin-left: -30px;
  width: 18px;
  height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .subjects-edit .add-literature .form-group .literature__actions {
    position: absolute;
    bottom: 20px;
    width: 100%;
  }

  .subjects-edit .add-literature .form-group .literature__actions a {
    display: inline-block;
    margin-left: 0px;
  }
}

.subjects-edit .add-literature .last {
  border: 0px;
}

.subjects-edit .add-literature .buttons .column {
  margin-bottom: 0px;
}

.subjects-edit .subject {
  align-items: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.subjects-edit .subject__content__details ul li {
  font-weight: 600;
  font-style: italic;
  line-height: 1.4;
}

.subjects-edit .subject__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subjects-edit .subject__actions__delete {
  background-position: 0 0;
}

.subjects-edit .subject__actions__sort-down {
  background-position: -26px -18px;
}

.subjects-edit .subject__actions__sort-down.is-active {
  background-position: -26px 0px;
}

.subjects-edit .subject__actions__sort-up {
  background-position: -54px 0px;
}

.subjects-edit .subject__actions__sort-up.is-active {
  background-position: -54px -18px;
}

.subjects-edit .subject__actions > a {
  background-image: url(../img/icons-subject-actions.png);
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  margin-left: 10px;
  width: 18px;
  height: 18px;
}

.subject__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 15px;
  bottom: -25px;
}

@media screen and (min-width: 769px) {
  .subject__links {
    flex-direction: column;
    right: -15px;
    left: auto;
    top: 15px;
  }
}

.subject__links .subject__link {
  background-repeat: no-repeat;
  color: #000;
  font-size: 18px;
  font-weight: 900;
  height: 38px;
  line-height: 38px;
  margin-bottom: 5px;
  width: 38px;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
}

@media screen and (min-width: 769px) {
  .subject__links .subject__link {
    height: 40px;
    line-height: 40px;
    margin-right: 0px;
    width: 40px;
  }
}

.subject__links .subject__link--number {
  background-color: #f5c832;
}

.subject__links .subject__link--flag-hun {
  background-image: url(../img/flag-hun.jpg);
  background-size: cover;
}

.subject__links .subject__link--flag-eng {
  background-image: url(../img/flag-eng.jpg);
  background-size: cover;
}

.subject__links .subject__link--flag-ger {
  background-image: url(../img/flag-ger.jpg);
  background-size: cover;
}

.subscribe-form {
  overflow: hidden;
  padding: 0px 0px 90px;
  position: relative;
}

.subscribe-form .btn {
  bottom: 45px;
  position: absolute;
  right: 0px;
}

.subscribe-form label {
  align-items: center;
  background-color: var(--col-text);
  color: var(--col-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  height: 40px;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}

.subscribe-form label:after {
  background-color: var(--col-text);
  content: "";
  display: block;
  height: 40px;
  left: 150px;
  position: absolute;
  top: 0;
  transform: skew(-25deg);
  width: 20px;
  z-index: 10;
}

.subscribe-form label input {
  border: 1px solid var(--col-text);
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  padding: 0 10px 0 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 160px);
  z-index: 10;
}

.working-groups .sidebar-profile__name {
  margin-bottom: 0;
}

.working-groups .btn.is-block {
  text-align: center;
}

.working-groups .my-cvs {
  margin: 30px 0;
}

.working-groups .my-cvs__cv a {
  color: #1A203E;
  line-height: 30px;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
}

.working-groups .my-cvs__cv a img {
  margin-right: 10px;
}

.working-groups .my-cvs__cv a:after {
  background: url(../img/download-icon.png) left center/cover no-repeat;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 14px;
}

.working-groups .sidebar-buttons-grid {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.working-groups ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #3D454C;
}

.working-groups ul.tabs li {
  background: #e3e3e3;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 15px;
  position: relative;
  top: 1px;
  max-width: 130px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .working-groups ul.tabs li {
    padding: 15px 30px;
    max-width: 200px;
  }
}

.working-groups ul.tabs li.current {
  background: var(--col-bg);
  border-top: 1px solid #3D454C;
  border-left: 1px solid #3D454C;
  border-right: 1px solid #3D454C;
  border-bottom: 1px solid var(--col-bg);
}

.working-groups .tab-content {
  display: none;
  padding: 20px 0px;
  margin-bottom: -40px;
}

@media screen and (min-width: 769px) {
  .working-groups .tab-content {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .working-groups .tab-content .form-group .column {
    padding: 0 15px 0px 5px;
  }

  .working-groups .tab-content .form-group .column.is-10,
  .working-groups .tab-content .form-group .column.is-7,
  .working-groups .tab-content .form-group .column.is-3 {
    padding: 0 15px 0px 15px;
  }
}

.working-groups .tab-content .form-group input {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .working-groups .tab-content .form-group input {
    width: 66%;
  }
}

.working-groups .tab-content .form-group .langs-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0px;
}

@media screen and (min-width: 769px) {
  .working-groups .tab-content .form-group .langs-actions {
    top: 70px;
  }
}

.working-groups .tab-content .form-group .langs-actions__delete {
  background-position: 0 0;
}

.working-groups .tab-content .form-group .langs-actions__sort-down {
  background-position: -26px -18px;
}

.working-groups .tab-content .form-group .langs-actions__sort-down.is-active {
  background-position: -26px 0px;
}

.working-groups .tab-content .form-group .langs-actions__sort-up {
  background-position: -54px 0px;
}

.working-groups .tab-content .form-group .langs-actions__sort-up.is-active {
  background-position: -54px -18px;
}

.working-groups .tab-content .form-group .langs-actions > a {
  background-image: url(../img/icons-subject-actions.png);
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  margin-left: 10px;
  width: 18px;
  height: 18px;
}

.working-groups .tab-content .form-group .choices {
  font-size: 14px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .working-groups .tab-content .form-group .choices {
    width: 66%;
  }
}

.working-groups .tab-content .form-group .choices .choices__list {
  padding: 3px;
}

.working-groups .tab-content .form-group .choices .choices__list .choices__item__selectable {
  padding: 0 10px;
  line-height: 20px;
  font-size: 14px;
}

.working-groups .tab-content .form-group .choices .choices__list .choices__list__single .choices__item {
  padding: 0 10px !important;
}

.working-groups .tab-content .form-group .choices .choices__list .choices__item__selectable.is-highlighted {
  font-weight: 600;
  background: #f6f6f6;
}

.working-groups .tab-content .form-group .additional-info {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .working-groups .tab-content .form-group .additional-info {
    width: 65%;
  }
}

.working-groups .tab-content .form-group .add-languages {
  margin-left: -5px;
}

.working-groups .tab-content .form-group .add-languages .column {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .working-groups .tab-content .form-group .add-languages .column {
    padding: 0 5px;
  }
}

.working-groups .tab-content .form-group .add-languages label {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
  min-height: 15px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /* Vertical center alignment */
  justify-content: left;
}

@media screen and (min-width: 769px) {
  .working-groups .tab-content .form-group .add-languages label {
    min-height: 40px;
  }
}

.working-groups .tab-content .form-group .add-languages .choices {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .working-groups .tab-content .form-group .add-languages .is-2.column {
    display: inline-block;
    width: 49.5%;
  }

  .working-groups .tab-content .form-group .add-languages .is-10.column {
    margin-left: -10px;
  }
}

.working-groups .tab-content .form-group .add-languages .langs-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0px;
}

@media screen and (min-width: 769px) {
  .working-groups .tab-content .form-group .add-languages .langs-actions {
    top: 70px;
  }
}

.working-groups .tab-content .form-group .add-languages .langs-actions__delete {
  background-position: 0 0;
}

.working-groups .tab-content .form-group .add-languages .langs-actions__sort-down {
  background-position: -26px -18px;
}

.working-groups .tab-content .form-group .add-languages .langs-actions__sort-down.is-active {
  background-position: -26px 0px;
}

.working-groups .tab-content .form-group .add-languages .langs-actions__sort-up {
  background-position: -54px 0px;
}

.working-groups .tab-content .form-group .add-languages .langs-actions__sort-up.is-active {
  background-position: -54px -18px;
}

.working-groups .tab-content .form-group .add-languages .langs-actions > a {
  background-image: url(../img/icons-subject-actions.png);
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  margin-left: 10px;
  width: 18px;
  height: 18px;
}

.working-groups .tab-content .form-group .new-row {
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
}

@media screen and (min-width: 769px) {
  .working-groups .tab-content .form-group .new-row {
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .working-groups .tab-content .subjects-form .column.is-one-half {
    padding: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  .working-groups .tab-content .column.is-6.is-offset-3 {
    padding: 0;
    margin-bottom: 30px;
  }

  .working-groups .tab-content .column.is-6.is-offset-3 .columns {
    margin: 0px;
  }

  .working-groups .tab-content .column.is-6.is-offset-3 .columns .is-one-half {
    padding-left: 0px;
  }

  .working-groups .tab-content .column.is-6.is-offset-3 .columns .is-two-half {
    padding-right: 0px;
  }
}

.working-groups .tab-content .subjects-form2 .column {
  margin-bottom: 0px;
}

@media screen and (min-width: 769px) {
  .working-groups .tab-content .subjects-form2 .is-10 {
    display: block;
    padding-right: 0px;
  }
}

.working-groups .tab-content .subjects-form2 .is-10 br {
  display: none;
}

@media screen and (min-width: 769px) {
  .working-groups .tab-content .subjects-form2 .is-10 br {
    display: block;
  }
}

.working-groups .tab-content .subjects-form2 .is-10 .btn {
  margin-left: 0px;
  margin-top: 40px;
}

/*@inline tablet() {
    .working-groups .tab-content .subjects-form2 .is-10 .btn {
        margin-left: 145px;
        margin-top: 0px;
    }
}*/
.working-groups .tab-content .subjects-form2 input {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .working-groups .tab-content .subjects-form2 input {
    width: 59%;
  }
}

.working-groups .tab-content .subjects-form2 .langs-actions {
  top: -85px;
}

@media screen and (min-width: 769px) {
  .working-groups .tab-content .subjects-form2 .langs-actions {
    top: 10px;
  }
}

.working-groups .tab-content .subjects-form2 .btn {
  margin-left: 145px;
}

.working-groups .tab-content.current {
  display: inherit;
}

.displaying-num {
  float: right;
}

/* .red-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.red-news-img-container {
  height: 300px;
}

.red-news-img-container > img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 769px) {

  .red-news {
    flex-direction: column;
  }

  .red-news-img-container {
    width: 100vw;
    max-width: 100%;
  }
}

.red-news-img {
  -o-object-fit: contain;
  object-fit: contain;
}

.red-news-link > a {
  text-decoration: none;
}

.red-news-link {
  padding: 0 15px;
}

@media screen and (max-width: 1000px) {
  .red-news-link {
    padding-left: 0px;
  }
}

.red-news-link:first-child {
  padding-left: 0;
}

.red-news-link:last-child {
  padding-right: 0;
}
 */

.home-more {
  color: var(--col-black);
  font-size: 16px;
  font-weight: 600;
  text-decoration-thickness: 5px;
  text-underline-position: under;
  text-transform: uppercase;
}

.home-more:hover {
  color: #855C24;
}

/* .hero-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 400px;
  background: #1A203E;
  width: 100%;
}

.hero-img-container {
  overflow: hidden;
}

.hero-img-container > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  max-width: 600px;
}

.hero-img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}


.front-page-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.eventcontainer {
  background: #ebebeb;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
} */

/* .event-container {
  display: flex;
  flex: 1 1 0px;
}

.event-container .event__title {
  min-height: 2.3em;
}

@media (min-width:996px) {
  .event-container .event__meta {
    -webkit-line-clamp: 4;
  }
}

.event-container .event {
  flex: 1 1;
  background: white;
  margin: 20px;
} */

html {
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .has-border-top-mobile {
    border-top: 0;
  }

  .is-block-tablet {
    display: block !important;
  }

  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .is-inline-tablet {
    display: inline !important;
  }

  .is-inline-block-tablet {
    display: inline-block !important;
  }

  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .is-pulled-left-tablet {
    float: left;
  }

  .is-pulled-right-tablet {
    float: right;
  }

  .has-margin-b45 {
    margin-bottom: 45px !important;
  }

  .is-hidden-tablet {
    display: none !important;
  }

  .hero-text {
    font-size: 24px;
    font-weight: 900;
  }

  .column.is-narrow {
    flex: none;
  }

  .column.is-narrow-tablet {
    flex: none;
  }

  .column.is-full {
    flex: none;
    width: 100%;
  }

  .column.is-full-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters {
    flex: none;
    width: 75%;
  }

  .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds {
    flex: none;
    width: 66.6666%;
  }

  .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half {
    flex: none;
    width: 50%;
  }

  .column.is-half-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-one-third {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter {
    flex: none;
    width: 25%;
  }

  .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-offset-three-quarters {
    margin-left: 75%;
  }

  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds {
    margin-left: 66.6666%;
  }

  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half {
    margin-left: 50%;
  }

  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter {
    margin-left: 25%;
  }

  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-1 {
    flex: none;
    width: 8.33333333%;
  }

  .column.is-1-tablet {
    flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1 {
    margin-left: 8.33333333%;
  }

  .column.is-offset-1-tablet {
    margin-left: 8.33333333%;
  }

  .column.is-2 {
    flex: none;
    width: 16.66666667%;
  }

  .column.is-2-tablet {
    flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2 {
    margin-left: 16.66666667%;
  }

  .column.is-offset-2-tablet {
    margin-left: 16.66666667%;
  }

  .column.is-3 {
    flex: none;
    width: 25%;
  }

  .column.is-3-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3 {
    margin-left: 25%;
  }

  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4 {
    flex: none;
    width: 33.33333333%;
  }

  .column.is-4-tablet {
    flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4 {
    margin-left: 33.33333333%;
  }

  .column.is-offset-4-tablet {
    margin-left: 33.33333333%;
  }

  .column.is-5 {
    flex: none;
    width: 41.66666667%;
  }

  .column.is-5-tablet {
    flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5 {
    margin-left: 41.66666667%;
  }

  .column.is-offset-5-tablet {
    margin-left: 41.66666667%;
  }

  .column.is-6 {
    flex: none;
    width: 50%;
  }

  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6 {
    margin-left: 50%;
  }

  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7 {
    flex: none;
    width: 58.33333333%;
  }

  .column.is-7-tablet {
    flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7 {
    margin-left: 58.33333333%;
  }

  .column.is-offset-7-tablet {
    margin-left: 58.33333333%;
  }

  .column.is-8 {
    flex: none;
    width: 66.66666667%;
  }

  .column.is-8-tablet {
    flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8 {
    margin-left: 66.66666667%;
  }

  .column.is-offset-8-tablet {
    margin-left: 66.66666667%;
  }

  .column.is-9 {
    flex: none;
    width: 75%;
  }

  .column.is-9-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9 {
    margin-left: 75%;
  }

  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10 {
    flex: none;
    width: 83.33333333%;
  }

  .column.is-10-tablet {
    flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10 {
    margin-left: 83.33333333%;
  }

  .column.is-offset-10-tablet {
    margin-left: 83.33333333%;
  }

  .column.is-11 {
    flex: none;
    width: 91.66666667%;
  }

  .column.is-11-tablet {
    flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11 {
    margin-left: 91.66666667%;
  }

  .column.is-offset-11-tablet {
    margin-left: 91.66666667%;
  }

  .column.is-12 {
    flex: none;
    width: 100%;
  }

  .column.is-12-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12 {
    margin-left: 100%;
  }

  .column.is-offset-12-tablet {
    margin-left: 100%;
  }

  .columns.is-grid {
    flex-wrap: wrap;
  }

  .columns.is-grid > .column {
    max-width: 33.3333%;
    padding: 15px;
    width: 33.3333%;
  }

  .columns.is-grid > .column + .column {
    margin-left: 0;
  }

  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .card {
    padding: 15px;
  }

  .card__contact-links {
    flex-direction: column;
    left: auto;
    right: -15px;
    top: 15px;
  }

  .card__contact-links a {
    margin-right: 0;
  }

  .card__info {
    width: 79%;
  }

  .collapsible {
    margin-bottom: 20px;
  }

  .collapsible__title {
    margin-bottom: 20px;
  }

  .cookie-box__content__inner {
    width: 60%;
  }

  .cookie-box__buttons {
    width: 39%;
  }

  .featured-image {
    height: 300px;
  }

  .form-group label {
    width: 130px;
  }

  .form-group .short-label {
    width: 150px;
  }

  .form-group .is-auto-width {
    margin-right: 15px;
    width: auto;
  }

  .form-group .small-label {
    width: 100px;
  }

  .form-group .additional-info {
    margin-left: 133px;
  }

  .form-group input {
    width: 66%;
  }

  .form-group .input-big {
    width: 66% !important;
  }

  .form-group .choices {
    width: 66%;
  }

  .form-group textarea {
    width: 66%;
  }

  .form-group.custom-widths .is-3 {
    padding-right: 0;
  }

  .form-group.custom-widths .choices {
    width: 70% !important;
  }

  .heading-1 {
    font-size: 24px;
  }

  .modal {
    top: 180px;
  }

  .modal__close {
    font-size: 40px;
  }

  .modal__dialog {
    margin: 60px auto;
    width: 550px;
  }

  .modal__title {
    font-size: 24px;
  }

  .panel__survey {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .panel__survey .form-radio {
    float: left;
    height: 30px;
    margin-right: 30px;
    line-height: 30px;
    width: 30px;
  }

  .panel__survey .form-radio span.radio {
    height: 30px;
    width: 30px;
  }

  .panel__survey .sad-face {
    position: relative;
    top: 0;
  }

  .panel__survey .smile-face {
    position: relative;
    top: 0;
  }

  .panel__survey > .btn {
    right: -50px;
    top: 0;
  }

  .table td {
    text-align: left;
  }

  .table.is-scrollable th {
    text-align: center;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    height: 40px;
    line-height: 38px;
    background-color: var(--col-corvinus-red) !important;
    color: var(--col-bg);
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    transition: opacity 0.5s;
    top: 10px;
  }

  .tooltip .tooltiptext.tooltip-left {
    top: 10px;
    bottom: auto;
    right: 128%;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  .announcements-panel-list .announcement {
    margin-bottom: 20px;
  }

  .announcements-panel-list .announcement__btn {
    right: 0px;
    bottom: 10px;
  }

  .erasmus-partner__content {
    width: calc(100% - 180px);
  }

  .events-list-nav {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .events-panel-list .event__tags__tag {
    margin-bottom: 10px;
  }

  .center-col {
    background-color: #5c6873 !important;
    border-top: 0;
    width: 20% !important;
  }

  .right-col {
    background-color: #898E97 !important;
    width: 30% !important;
  }

  .grid-view__item {
    width: calc(50% - 15px);
  }

  .grid-view__item:nth-child(odd) {
    margin-right: 30px;
  }

  .grid-view__item__btn {
    bottom: 20px;
    height: 40px;
    right: -20px;
    width: 40px;
  }

  .hero__content {
    height: 400px;
    width: 100%;
  }

  .hero__content__heading {
    color: var(--col-black);
    font-size: 30px;
    font-family: "source-sans-pro";
  }

  .hero__content__heading > h4 {
    color: var(--col-black);
    font-size: 40px;
    font-family: "source-sans-pro";
  }

  .hero__content__text {
    color: black;
    display: block;
    font-family: "source-sans-pro";
  }

  .hero__image {
    height: 445px;
    z-index: -5;
  }

  .hero__image:after {
    height: 399px;
    width: 200px;
  }

  .impressum {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .news-panel-list .news__content__btn {
    bottom: 20px;
    right: -20px;
  }

  .profile .profile-dates__date {
    float: left;
  }

  .profile .profile-dates .edit-change {
    float: left;
  }

  .sidebar-profile__profession {
    margin-left: 0;
  }

  .sidebar-profile__image {
    padding: 0;
  }

  .sidebar-profile__image:after {
    left: -20px;
  }

  .sidebar-profile__name {
    margin-left: 0;
  }

  .subjects-edit .subjects-form label {
    width: 250px;
  }

  .subjects-edit .add-literature .form-group .form-group-literature label {
    width: 140px;
  }

  .subjects-edit .add-literature .form-group .form-group-literature input {
    width: 72%;
  }

  .subject__links {
    flex-direction: column;
    right: -15px;
    left: auto;
    top: 15px;
  }

  .subject__links .subject__link {
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    width: 40px;
  }

  .working-groups .tab-content {
    margin-bottom: 0;
  }

  .working-groups .tab-content .form-group input {
    width: 66%;
  }

  .working-groups .tab-content .form-group .langs-actions {
    top: 70px;
  }

  .working-groups .tab-content .form-group .choices {
    width: 66%;
  }

  .working-groups .tab-content .form-group .additional-info {
    width: 65%;
  }

  .working-groups .tab-content .form-group .add-languages .column {
    padding: 0 5px;
  }

  .working-groups .tab-content .form-group .add-languages label {
    min-height: 40px;
  }

  .working-groups .tab-content .form-group .add-languages .langs-actions {
    top: 70px;
  }

  .working-groups .tab-content .form-group .new-row {
    height: 40px;
    line-height: 40px;
  }

  .working-groups .tab-content .subjects-form2 .is-10 {
    display: block;
    padding-right: 0;
  }

  .working-groups .tab-content .subjects-form2 .is-10 br {
    display: block;
  }

  .working-groups .tab-content .subjects-form2 input {
    width: 59%;
  }

  .working-groups .tab-content .subjects-form2 .langs-actions {
    top: 10px;
  }

  .working-groups ul.tabs li {
    padding: 15px 30px;
    max-width: 200px;
  }

  .choices__list__dropdown .choices__item__selectable {
    padding-right: 100px;
  }

  .choices__list__dropdown .choices__item__selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .events-calendar__weekday.is-today:after {
    left: 35px;
  }

  .home-calendar .is-today:after {
    background-color: transparent !important;
  }

  .filters__title .results {
    display: none;
  }

  .modal__form p {
    text-align: left;
  }

  .mobile-more-menu.collapsible {
    margin-bottom: 0 !important;
  }

  .news-list.is-homepage {
    padding-top: 75px;
  }

  .search-results .search-result__title {
    background: transparent;
  }

  .subjects-form22 .buttons .btn {
    max-width: 157px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-block-tablet-only {
    display: block !important;
  }

  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .is-inline-tablet-only {
    display: inline !important;
  }

  .is-inline-block-tablet-only {
    display: inline-block !important;
  }

  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .is-block-touch {
    display: block !important;
  }

  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .is-inline-touch {
    display: inline !important;
  }

  .is-inline-block-touch {
    display: inline-block !important;
  }

  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-block-desktop {
    display: block !important;
  }

  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .is-inline-desktop {
    display: inline !important;
  }

  .is-inline-block-desktop {
    display: inline-block !important;
  }

  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .is-hidden-desktop {
    display: none !important;
  }

  .column.is-narrow-desktop {
    flex: none;
  }

  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-1-desktop {
    flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.33333333%;
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.66666667%;
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.33333333%;
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.66666667%;
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.33333333%;
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.66666667%;
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.33333333%;
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.66666667%;
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }

  .events-calendar__link {
    display: block;
  }

  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1209px) {
  .is-block-desktop-only {
    display: block !important;
  }

  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .is-inline-desktop-only {
    display: inline !important;
  }

  .is-inline-block-desktop-only {
    display: inline-block !important;
  }

  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1210px) {
  .is-block-widescreen {
    display: block !important;
  }

  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .is-inline-widescreen {
    display: inline !important;
  }

  .is-inline-block-widescreen {
    display: inline-block !important;
  }

  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .is-hidden-widescreen {
    display: none !important;
  }

  .column.is-narrow-widescreen {
    flex: none;
  }

  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-1-widescreen {
    flex: none;
    width: 8.33333333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.33333333%;
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.66666667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.66666667%;
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.33333333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.33333333%;
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.66666667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.66666667%;
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.33333333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.33333333%;
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.66666667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.66666667%;
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.33333333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.33333333%;
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.66666667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.66666667%;
  }

  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }

  .featured-image {
    height: 350px;
  }

  .notification-banner {
    background-position: calc(100% - 30px) 50%;
    font-size: 26px;
    margin-bottom: 60px;
    padding: 30px 71px 30px 30px;
  }

  /* .hero__content {
    height: 400px;
    width: 100%;
  }

  .hero__image {
    height: 400px;
  }

  .hero__image:after {
    height: 519px;
    width: 200px;
  }
 */
}

@media screen and (min-width: 1400px) {
  .featured-image {
    height: 450px;
  }

}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .mobile .event {
    border-left: 0;
  }
}

/* div, p, a, span, h1, h2, h3 {
  word-break: normal;
  word-break: break-word;
} */

.table-responsive {
  display: block;
  max-width: 100%;
  overflow: auto;
  word-break: normal;
  margin-bottom: 30px;
}

.wp-block-image a figcaption {
  display: none;
}

.wp-block-image figcaption, .wp-block-embed figcaption {
  font-weight: bold;
  font-size: 14px;
}

.wp-block-embed {
  text-align: center;
}

.wp-block-embed iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-embed__wrapper, .wp-block-column {
  margin-bottom: 0 !important;
}

.wp-block-file .wp-block-file__button {
  background: #1A203E;
}

.wp-block-adln-bce-post-meta {
  opacity: 0.7;
}

ul.wp-block-social-links {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

ul.wp-block-social-links:first-of-type {
  padding-left: 0;
}

ul.wp-block-social-links .wp-social-link-facebook path {
  fill: #1778f2;
}

ul.wp-block-social-links .wp-social-link-youtube path {
  fill: #f00;
}

ul.wp-block-social-links .wp-social-link-linkedin path {
  fill: #0d66c2;
}

ul.wp-block-social-links .wp-social-link-instagram path {
  fill: #f00075;
}

ul.wp-block-social-links .wp-social-link-twitter path {
  fill: #1da1f2;
}

ul.wp-block-social-links li {
  list-style: none;
}

ul, ol {
  margin-left: 1.5em;
  margin-bottom: 2rem;
}

ul:last-child, ol:last-child {
  margin-bottom: 0;
}

li {
  line-height: 1.25;
  margin: .5em 0;
}

li ul, li ol {
  margin-bottom: 0;
}

li::marker {
  font-weight: 700;
}

blockquote {
  max-width: 895px;
  position: relative;
  display: table;
  font-size: 14px;
  margin: 30px auto;
  padding: 30px 125px;
  line-height: 1.45;
  color: #1A203E;
  background: var(--col-corvinus-green-light);
  font-family: 'source-sans-pro';
}

blockquote.red{
  background: var(--col-corvinus-red-light);
}

blockquote:before {
  content: "\e91a";
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-size: 28px;
  font-family: 'corvinus-ico' !important;
  transform: scale(-1,-1);
  color: var(--col-corvinus-green);
  font-weight: 900;
}

blockquote:after {
  content: "\e91a";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-family: 'corvinus-ico' !important;
  color: var(--col-corvinus-green);
  font-weight: 900;
}

blockquote.red:before,
blockquote.red:after {
  color: var(--col-corvinus-red);
}

blockquote p, blockquote span {
  position: relative;
  margin: 0;
  color: var(--col-text) !important;
  line-height: 20px !important;
  font-size: 18px !important;
  display: inline-block;
}

blockquote cite {
  color: rgba(22, 56, 97, 0.5);
  font-weight: normal;
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

blockquote cite:before {
  content: "\2014 \2009";
}

@media (max-width: 768px) {
  blockquote {
    padding: 30px 55px;
  }
  blockquote:after,
  blockquote:before{
    font-size: 18px;
  }
  blockquote:before{
    left: 15px;
  }
  blockquote:after{
    right: 15px;
  }
}
.wp-block-audio audio {
  height: 40px;
}

.wp-block-audio figcaption {
  font-weight: bold;
  font-size: 14px;
}

.post-gallery-title {
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 15px;
}

.owl-prev {
  background: url(../img/arrow-right-black.png) center no-repeat var(--col-bg);
  position: absolute;
  top: 35%;
  width: 50px;
  height: 50px;
  font-size: 0px;
  border: 0px;
  left: 20px;
  transform: rotate(180deg);
}

.owl-next {
  background: url(../img/arrow-right-black.png) center no-repeat var(--col-bg);
  position: absolute;
  top: 35%;
  width: 50px;
  height: 50px;
  font-size: 0px;
  border: 0px;
  right: 20px;
}

.wp-block-adln-bce-post-image .highlighted-image--type-1,
.wp-block-adln-bce-post-image .highlighted-image--type-2 {
  position: relative;
  width: 100%;
  z-index: -1;
}

.wp-block-adln-bce-post-image .highlighted-image--type-1:after,
.wp-block-adln-bce-post-image .highlighted-image--type-2:after {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  opacity: 0.75;
  position: absolute;
  width: calc(100% + 70px);
  mix-blend-mode: multiply;
  opacity: 1;
}

.wp-block-adln-bce-post-image .highlighted-image--type-1:after {
  background-image: url(../img/highlighted-image-bg-1.png);
  background-position: bottom right;
  height: 100%;
  left: -70px;
}

.wp-block-adln-bce-post-image .highlighted-image--type-2:after {
  background-image: url(../img/highlighted-image-bg-2.png);
  background-position: bottom left;
  height: calc(100% + 30px);
  left: 0;
}

.wp-block-adln-bce-post-image .image-title {
  text-align: right;
  display: block;
  margin-top: 5px;
  opacity: 0.7;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 81px;
  line-height: 1;
  margin-bottom: 50px;
}

h2, .h2 {
  font-size: 54px;
  margin: 50px 0 20px;
  line-height: 65px;
}

h3, .h3 {
  font-size: 36px;
  margin: 40px 0 20px;
  line-height: 43px;
}

h4, .h4 {
  font-size: 24px;
  line-height: 29px;
  margin: 20px 0;
}

h5, .h5, h6, .h6 {
  font-size: 1em;
  margin: 10px 0;
}

p {
  margin: 10px 0;
  line-height: 24px;
}

.hl:where(h1, .h1, h2, .h2, h3, .h3) {
  font-family: 'source-serif-pro';
}

.hl:where(h3, .h3) {
  margin-top: 40px;
}

.hl:where(h4, .h4, h5, .h5, h6, .h6, p) {
  font-weight: 600;
}

h2.c-accordion__title{
  line-height: 1.2;
}

div.wp-block-heading:first-child > .wp-block-heading,
div.wp-block-paragraph:first-child > p,
:where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6):not(.wp-block-heading):first-child {
  margin-top: 0;
}

/* :where(figure[class^="wp-block"], main > div[class^="wp-block"], figure[class*=" wp-block"], main > div[class*=" wp-block"]):not(:last-child):not([class^="wp-block-buttons"]) {
  margin-bottom: 2rem;
} */

:where(.l-hir,.l-research,.l-event) :is(h4,.h4){
  font-size: 20px;
  line-height: 24px;
}

/* .single h1, .page h1 { margin-bottom: 30px; } */

/* main > .wp-block-heading:not(:first-child), main > .wp-block-columns:not(:first-child), main > .wp-block-group:not(:first-child),  */
footer {
  margin-top: 6rem;
}

main > .wp-block-heading + .wp-block-columns, main > .has-background + .has-background {
  margin-top: 0;
}

.has-background:where(figure[class^="wp-block"], main > div[class^="wp-block"], figure[class*=" wp-block"], main > div[class*=" wp-block"]):not(:last-child) + .has-background {
  margin-top: -2rem !important;
}

.wp-block-heading:last-child > *, .wp-block-paragraph:last-child > * {
  margin-bottom: 0;
}

.wp-block-heading sub { vertical-align:baseline; font-size:.666em; padding-left:.5em; }
.WP0-what-will-you-study-content .wp-block-heading sub { font-size:1.25rem; }
/* .wp-block-column :where(.wp-block-heading, .wp-block-paragraph) { max-width:45rem; } */

.pretitle { margin-bottom:0 !important; }
.wp-block-image.pretitle + .wp-block-heading > * { margin-top:.5em; }

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 39px;
    line-height:  39px;
  }

  h2, .h2 {
    font-size: 31px;
    line-height: 37px;
  }

  h3, .h3 {
    font-size: 25px;
    line-height: 30px;
  }

  h4, .h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .l-hir h4{
    font-size: 18px;
  }
  p {
    font-size: 16px;
    line-height: 19px;
  }
}

.wp-block-media-text p {
  line-height: 1;
}

.wp-block-adln-bce-map {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 70px !important;
}

.wp-block-adln-bce-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wp-block-adln-bce-map label {
  position: absolute;
  bottom: -43px;
  right: 0;
  text-align: center;
  font-weight: 600;
  color: #898E97;
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #eaeaea;
  border-top: 0;
}

.crn-social .icon-decor {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 25px;
  line-height: 20px;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.crn-social .icon-decor.facebook {
  color: #384581;
  background-image: url(../img/svg/ic-facebook.svg);
  padding-left: 20px;
}

.crn-social .icon-decor.instagram {
  color: #c7558a;
  background-image: url(../img/svg/ic-instagram.svg);
}

.crn-social .icon-decor.twitter {
  color: #afd1fb;
  background-image: url(../img/svg/ic-twitter.svg);
}

.crn-social .icon-decor.youtube {
  color: #f56172;
  background-image: url(../img/svg/ic-youtube.svg);
}

.crn-social .icon-decor.linkedin {
  color: #2d3a73;
  background-image: url(../img/svg/ic-linkedin.svg);
}

tbody tr {
  border-bottom: 1px solid #e1e1e1;
}

tbody tr:last-child {
  border-bottom: none;
}

.wp-block-table {
  margin-bottom: 0;
}

.wp-block-table tr:first-child td {
  background-color: #b3e7fe;
}

.wp-block-table td {
  padding: 15px;
  border: 1px solid #eaeaea;
  text-align: center;
  background-color: var(--col-bg);
}

.wp-block-table tr:first-child td {
  background-color: #A9ABB2;
}

.corcms-table-frontend td {
  padding: 15px;
  border: 1px solid #eaeaea;
}

.corcms-table-frontend.is-style-stripes td {
  border-right: 15px solid #fffbff;
  border-left: 15px solid #fffbff;
}

.corcms-table-frontend td[style*="vertical-align:top"] {
  padding-top: 5px;
  padding-bottom: 25px;
}

.corcms-table-frontend td[style*="vertical-align:bottom"] {
  padding-top: 25px;
  padding-bottom: 5px;
}

.contact-item {
  margin-bottom: 0;
  display: block;
  /*  vertical-align: top;*/
  margin-right: 30px;
  padding: 10px 20px;
  border-radius: 3px;
}

.contact-item + .contact-item {
  border-top: 1px solid #f1f1f1;
}

.contact-item div:empty {
  display: none;
}

.contact-item:after {
  content: "";
  float: none;
  display: table;
  clear: both;
}

.contact-item .details {
  display: inline-block;
  width: 80%;
  vertical-align: top;
}

.contact-item .contact-monogram {
  padding: 10px;
  vertical-align: top;
  margin-top: 6px;
  width: 40px;
  height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 40px;
  margin-right: 15px;
  font-size: 12px;
  text-align: center;
  color: #d36a1d;
  background-color: #f7dac5;
}

.contact-item .contact-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 2px;
  text-transform: capitalize;
}

.contact-item .contact-data-wrapper {
  font-size: 14px;
  line-height: 1.3;
}

.contact-item .contact-position {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.contact-item .contact-email {
  display: block;
  color: #1A203E;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-item .contact-phone {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  font-style: italic;
}

.cor-buttons {
  display: flex; gap: 1em; flex-wrap: wrap; align-items: center;
}
.cor-buttons.to-center {
  justify-content: center;
}
.cor-buttons.to-right {
  justify-content: flex-end;
}

.wp-buttons-wrap .wp-block-button,
.crn-button,
.wp-block-button,
.cor-button {
  position: relative;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.15;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
  vertical-align: middle;
}

.wp-buttons-wrap .wp-block-button:nth-of-type(even),
.crn-button:nth-of-type(even){
  margin-left: 2em;
}

.btn.is-with-arrow {
  position: relative;
  padding: .25em .5em;
  padding-right: 3em;
}


 .page-single .wp-block-button:not(.frontpage-intro-link):not(.elementor-widget-button){
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 309px; 
  margin-right: 30px;
  text-decoration: none;
  transition: 0.4s background-color ease-out;
  vertical-align: middle;
  position: relative;
  margin-bottom: 20px;
  margin-top:0rem;
}

.wp-block-button.is-style-outline{
  width: unset;
}

.wp-buttons-wrap .wp-block-button a,
.crn-button a,
.wp-block-button:not([class*=" is-style"]) a,
.wp-block-button.is-style-fill .wp-block-button__link,
.cor-button.with-arrow {
  font-size: 1.125em;
  width: auto;
  display: block;
  padding: .25em 2.5em .25em .5em;
  background-color: var(--col-text);
  color: var(--col-bg);
  text-decoration: none !important;
  /* min-width: 10em; */
  transition: padding .3s ease;
}

.page-single .wp-block-button:not(.frontpage-intro-link):not(.elementor-widget-button) a{
  padding: .3125em 3em .3125em .5em;
}

.btn.is-with-arrow::after,
.wp-buttons-wrap .wp-block-button a::after,
.crn-button a::after,
.wp-block-button:not([class*=" is-style"]) a::after,
.wp-block-button:not(.is-style-outline) .wp-block-button__link::after,
.cor-button.with-arrow::after {
  content: '\e902';
  font-family: corvinus-ico;
  font-weight: 400;
  position: absolute;
  top: .25em;
  right: .25em;
  /* transform :translateY(-50%); */
  transition: padding .3s ease;
  /* color: white; */
  font-size: 18px;
}

.wp-block-button:not(.frontpage-intro-link):not(.elementor-widget-button) .wp-block-button__link::after{
  top: 50%;  
  transform :translateY(-50%);
  color: white;
}

.wp-block-button.is-style-arrow-down .wp-block-button__link::after {
  content: '\e900';
}

.btn.is-with-arrow:hover,
.wp-buttons-wrap .wp-block-button a:hover,
.crn-button a:hover,
.wp-block-button:not([class*=" is-style"]) a:hover,
.wp-block-button.is-style-fill a:hover,
.cor-button.with-arrow:hover {
  padding-right: 2.5em;
  padding-left: 1em;
}

.btn.is-with-arrow:hover::after,
.wp-buttons-wrap .wp-block-button a:hover::after,
.crn-button a:hover::after,
.wp-block-button:not([class*=" is-style"]) a:hover::after,
.wp-block-button.is-style-fill a:hover::after,
.wp-block-button.is-style-arrow-right a:hover::after,
.cor-button.with-arrow:hover::after {
  padding-right:.5rem;
}

.wp-block-button.is-style-arrow-down a:hover::after {
  padding-top:.5rem;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.cor-button {
  display: block;
  padding: 10px;
  font-size: 1em;
  font-weight: 500;
  border: 0;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background-position .3s ease, color .3s ease;
  background: linear-gradient(to bottom, transparent 49.99%, var(--col-undrln-button-line) 50%) no-repeat 0 -2px;
  background-size: 100% 200%;
  border-radius: 0;
}

.wp-block-button:where(.is-style-arrow-right,.is-style-arrow-down) .wp-block-button__link {
  display: block;
  font-size: 1em;
  padding: 1rem 1.25em 1rem 0;
  border-radius: 0;
  background: none;
  text-decoration: none !important;
  transition: all .3s ease;
  border-bottom:2px solid;
}

.wp-block-button:where(.is-style-arrow-down) .wp-block-button__link {
  padding: 1rem 2.375rem 1rem 0;
}

.wp-block-button.is-style-arrow-right .wp-block-button__link::after,
.wp-block-button.is-style-arrow-down .wp-block-button__link::after {
  line-height: 1;
  top: calc(50% - .5em);
  right: 0;
  font-size: 1.125rem;
}

.WP0-application-intro .wp-block-button:where(.is-style-arrow-down) .wp-block-button__link{
  padding: 1rem 2rem 1rem 0;
}

.WP0-application-intro .wp-block-button.is-style-arrow-down .wp-block-button__link::after {
  top: calc(50% - 0em);
}

.wp-block-buttons:not(.hover-bg) .wp-block-button:where(.is-style-arrow-right,.is-style-arrow-down) .wp-block-button__link:hover{
  color: var(--col-tpl);
}

.wp-block-buttons.hover-bg .wp-block-button:where(.is-style-arrow-right,.is-style-arrow-down) .wp-block-button__link {
  border-top: 2px solid;
  padding-right: 2.5em;
}

.wp-block-buttons.is-vertical.hover-bg .wp-block-button:not(:first-child):where(.is-style-arrow-right,.is-style-arrow-down) .wp-block-button__link {
  border-top: 0;
}

.wp-block-buttons.no-border {
  margin-top: 0;
}

.wp-block-buttons.no-border .wp-block-button .wp-block-button__link {
  border: 0 !important;
  padding: 0 2.5rem 0 0;
  color: inherit !important;
}

.wp-block-buttons.no-border .wp-block-button .wp-block-button__link::after {
  top:
}

.wp-block-buttons.no-border .wp-block-button .wp-block-button__link:hover {
  padding-left: .5rem;
  padding-right: 2rem;
}

.wp-block-buttons.hover-bg .wp-block-button:where(.is-style-arrow-right,.is-style-arrow-down) .wp-block-button__link:hover {
  background-color: var(--col-tpl);
  padding-left: .5em;
  padding-right: 2em;
}

.cor-button.is-outline {
  border: 0;
  padding: 10px 10px;
}

.cor-button:not(.is-outline) {
  padding: .75em 1em;
  border: 2px solid var(--col-text);
  background: var(--col-text);
  color: var(--col-bg);
  transition: background-color .3s ease, color .3s ease;
}

.cor-button:not(.is-outline):hover {
  background-color: var(--col-bg);
  color: var(--col-text);
}

.wp-block-button.is-style-outline a:hover,
.cor-button.is-outline:hover,
.l-contact a.link-card.flip:hover .cor-button.is-outline{
  color: var(--col-undrln-button-text-h);
  background-position: 0 100%;
}

.crn-button .crn-button-light {
  background-color: #5c6873;
}

.wp-buttons-wrap .wp-block-button a,
.crn-button .crn-button-dark {
  background-color: #1A203E;
}


.crn-button .crn-button-light svg {
  fill: #000;
}

.wp-buttons-wrap .wp-block-button svg,
.crn-button .crn-button-dark svg {
  fill: var(--col-bg);
}

.wp-buttons-wrap .wp-block-button a,
.crn-button a {
  text-decoration: none;
}

.wp-buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.wp-buttons-wrap .wp-block-button {
  margin-bottom: 20px;
  min-width: 15em;
}

.wp-buttons-wrap .wp-block-button a {
  line-height: 20px;
  padding: 10px 40px 10px 10px;
}

/* .wp-block-buttons { gap:1rem 2rem !important; margin-top:1rem; } */
.wp-block-buttons .wp-block-button { margin:0; }

.wp-block-buttons.is-stretched .wp-block-button { flex:1 1; max-width:20em; width: 100%; }
.wp-block-buttons.is-stretched .wp-block-button .wp-block-button__link::after { font-size:1rem; }
.wp-block-buttons.is-stretched.is-vertical:not(.no-border) { gap:0 2rem !important; }
.wp-block-buttons.is-stretched.is-vertical .wp-block-button { max-width:none; }

.accordion_content, .c-accordion__content {
  display: none;
}

.accordion_title a, .c-accordion__title a {
  background-color: var(--col-text);
  color: var(--col-bg);
  text-decoration: none;
  cursor: pointer;
}

.accordion_title a:hover, .c-accordion__title a:hover {
  color: #E0AA26;
}

.accordion_title, .c-accordion__title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 1.25em;
  padding-left: 0;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  padding-right: 50px;
  border-top: 2px solid;
}



.wp-block-pb-accordion-item:not(:has(+ .wp-block-pb-accordion-item)) {
  margin-top: 50px;
}

.wp-block-pb-accordion-item .wp-block-pb-accordion-item{
  margin-top: 20px;
}

.wp-block-pb-accordion-item + .wp-block-pb-accordion-item {
  margin-top: 0;
}

.wp-block-pb-accordion-item:not(:has(+ .wp-block-pb-accordion-item)) {
  border-bottom: 2px solid;
  margin-bottom: 50px;
}

.wp-block-pb-accordion-item:has(+ .wp-block-pb-accordion-item) {
  margin-bottom: 0;
}

.wp-block-pb-accordion-item .wp-block-pb-accordion-item {
  margin-bottom: 2px;
  border: 2px solid;
}

.wp-block-pb-accordion-item .wp-block-pb-accordion-item .c-accordion__title {
  border: 0;
  margin: 0;
  padding-left: 1.25em;
  background-color: #000;
  color: #fff;
}

.wp-block-pb-accordion-item > .c-accordion__content {
  margin: 0 0 1.25em 1.875em;
}

.wp-block-pb-accordion-item .wp-block-pb-accordion-item > .c-accordion__content {
  margin: 1.25em;
}

.accordion_title:before, .accordion_title:after,
.c-accordion__title:before, .c-accordion__title:after {
  content: "";
  position: absolute;
  display: block;
  color: inherit;
}

.accordion_title:before, .c-accordion__title:before {
  width: 18px;
  height: 0;
  border-top: 2px solid;
  top: calc(50% - 1px);
  right: 10px;
}

.accordion_title:after, .c-accordion__title:after {
  width: 0;
  height: 18px;
  border-right: 2px solid;
  top: 50%;
  right: calc(19px - 1px);
}

.c-accordion__content .wp-block-paragraph {
  margin-bottom: 10px;
}

.accordion_title.is-open:after,
.c-accordion__title.is-open:after {
  content: none;
}

.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion {
  margin-left: 30px;
}

.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion .accordion_title,
.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion .c-accordion__title {
  font-size: 13px;
  font-weight: bold;
}

.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion .accordion_title:before,
.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion .accordion_title:after,
.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion .c-accordion__title:before,
.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion .c-accordion__title:after {
  border: 1px solid;
  width: 15px;
}

.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion .accordion_title a,
.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion .c-accordion__title a {
  font-size: 14px;
}

.wp-block-adln-bce-common-title-link {
  text-decoration: none;
}

.wp-block-adln-bce-common-title-link:hover {
  text-decoration: none;
}

.wp-block-adln-bce-connected-event .event-item {
  margin-top: 10px;
}

.wp-block-adln-bce-connected-event .event-item .event-date {
  text-align: center;
}

.wp-block-adln-bce-connected-event .event-item .event-month {
  font-size: 14px;
  font-weight: bold;
}

.wp-block-adln-bce-connected-event .event-item .event-day {
  font-size: 24px;
  font-weight: bold;
  margin-top: -5px;
}

.wp-block-adln-bce-connected-event .event-item .image {
  position: relative;
  overflow: hidden;
  height: 50px;
}

.wp-block-adln-bce-connected-event .event-item .image img {
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100% - 15px);
  transform: translateY(-50%);
}

.wp-block-adln-bce-connected-event .event-item .title {
  padding-left: 16.66666667%;
  padding-right: 15px;
}

.wp-block-adln-bce-connected-event .event-item .event-title-link {
  color: #3D454C;
  text-decoration: none;
  font-size: 16px;
  display: block;
  margin-top: 5px;
  font-weight: 900;
  font-style: italic;
}

.wp-block-adln-bce-connected-event .event-item .event-title-link:hover,
.wp-block-adln-bce-connected-event .event-item .event-title-link:active {
  text-decoration: none;
}

.wp-block-adln-bce-connected-event .event-item .shortlead {
  display: none;
}

.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion .accordion_title,
.c-accordion__item .c-accordion__item .c-accordion__title,
.post-accordion .post-accordion .c-accordion__title,
.post-accordion .post-accordion .accordion_title,
.post-accordion .c-accordion__item .accordion_title,
.post-accordion .c-accordion__item .c-accordion__title,
.c-accordion__item .post-accordion .accordion_title,
.c-accordion__item .post-accordion .c-accordion__title {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}


.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion .accordion_title a,
.c-accordion__item .c-accordion__item .c-accordion__title a,
.post-accordion .post-accordion .c-accordion__title a,
.post-accordion .post-accordion .accordion_title a,
.post-accordion .c-accordion__item .accordion_title a,
.post-accordion .c-accordion__item .c-accordion__title a,
.c-accordion__item .post-accordion .accordion_title a,
.c-accordion__item .post-accordion .c-accordion__title a {
  font-size: 14px;
}

.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion {
  margin-left: 30px;
}

.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion .accordion_title,
.wp-block-adln-bce-post-accordion .wp-block-adln-bce-post-accordion .c-accordion__title {
  font-size: 13px;
  font-weight: 600;
}

p.replaced-paragraph {
  line-height: 1.5;
  margin-bottom: 0;
}

.library-knowledge .knowledge_tab {
  position: relative;
  display: none;
}

.library-knowledge .close-btn {
  right: 5px;
  top: 6px;
  width: 35px;
  padding: 2px 3px 5px 4px;
  background-color: var(--col-bg);
  height: auto;
  position: absolute;
  margin-bottom: 30px;
  cursor: pointer;
}

.search-results .search-result__title {
  background: transparent;
  text-decoration: none !important;
}

.video-wrapper {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 58.4%;
}

.video-wrapper .youtube img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  margin: 0;
}

.video-wrapper .youtube .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 131px;
  height: 91px;
  cursor: pointer;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(../img/play_grey.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper:hover .youtube .play-button, .video-wrapper:focus .youtube .play-button {
  background-image: url(../img/play_red.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.wp-block-paragraph {
  line-height: 1.5;
}

.wp-block-paragraph p {
  line-height: 1.5;
}

#INDmenu-btn {
  display: none;
}

#corvinus-login-content, #hok-valaszol-content {
  position: fixed;
  background-color: var(--col-bg);
  padding: 0px 50px 25px;
  width: 454px !important;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  display: block;
  margin: 0;
  transform: translate(-50%, -50%);
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}

@media screen and (max-width: 769px) {
  #corvinus-login-content, #hok-valaszol-content {
    width: 300px !important;
    padding: 0 0 25px;
  }
}

#corvinus-login-content .logo, #hok-valaszol-content .logo {
  color: #f5c832;
  font-size: 16px;
  text-transform: uppercase;
}

#corvinus-login-content .logo:hover, #hok-valaszol-content .logo:hover {
  color: #f5c832;
}

#corvinus-login-content .logo.is-large, #hok-valaszol-content .logo.is-large {
  font-size: 28px;
}

#corvinus-login-content .logo strong, #hok-valaszol-content .logo strong {
  color: var(--col-text);
  font-weight: 900;
}

#corvinus-login-content .panel, #hok-valaszol-content .panel {
  margin-bottom: 0;
  box-shadow: none;
}

#corvinus-login-content .form-control, #hok-valaszol-content .form-control {
  background-color: var(--col-bg);
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(34, 34, 39, 0.1);
  color: var(--col-text);
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  padding: 0 15px;
  transition: box-shadow .4s ease-in-out;
  width: 100%;
}

#corvinus-login-content .form-control::-webkit-input-placeholder, #hok-valaszol-content .form-control::-webkit-input-placeholder {
  color: #94959d;
}

#corvinus-login-content .form-control::-moz-placeholder, #hok-valaszol-content .form-control::-moz-placeholder {
  color: #94959d;
}

#corvinus-login-content .form-control-ms-input-placeholder, #hok-valaszol-content .form-control-ms-input-placeholder {
  color: #94959d;
}

#corvinus-login-content .auth, #hok-valaszol-content .auth {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 50px);
}

#corvinus-login-content .auth__forgot_password, #hok-valaszol-content .auth__forgot_password {
  color: #a1a2aa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
}

#corvinus-login-content .auth__heading, #hok-valaszol-content .auth__heading {
  color: #898E97;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

#corvinus-login-content .auth__input, #hok-valaszol-content .auth__input {
  position: relative;
}

#corvinus-login-content .auth__input:before, #hok-valaszol-content .auth__input:before {
  filter: grayscale(100%) brightness(240%);
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 30px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 5;
}

#corvinus-login-content .auth__input.textarea:before, #hok-valaszol-content .auth__input.textarea:before {
  height: 90%;
  background-position: top center;
}

#corvinus-login-content .auth__input__cusman:before, #hok-valaszol-content .auth__input__cusman:before {
  background-image: url(../img/svg/ic-account-circle.svg);
}

#corvinus-login-content .auth__input__password:before, #hok-valaszol-content .auth__input__password:before {
  background-image: url(../img/svg/ic-lock.svg);
}

#corvinus-login-content .auth__input__email:before, #hok-valaszol-content .auth__input__email:before {
  background-image: url(../img/svg/ic-email.svg);
  fill: #D8D8D8;
  filter: grayscale(100%) brightness(105%);
}

#corvinus-login-content .auth__input__school:before, #hok-valaszol-content .auth__input__school:before {
  background-image: url(../img/svg/ic-school.svg);
  fill: #D8D8D8;
  filter: grayscale(100%) brightness(105%);
}

#corvinus-login-content .auth__input__create:before, #hok-valaszol-content .auth__input__create:before {
  background-image: url(../img/svg/ic-create.svg);
  fill: #D8D8D8;
}

#corvinus-login-content .auth__input .form-control, #hok-valaszol-content .auth__input .form-control {
  border: 1px solid #f2f2f2;
  padding-left: 45px;
}

#corvinus-login-content .auth__input .form-control.error, #hok-valaszol-content .auth__input .form-control.error {
  border: 1px solid #f93737;
}

#corvinus-login-content .auth__input textarea.form-control, #hok-valaszol-content .auth__input textarea.form-control {
  height: 125px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

#corvinus-login-content .auth__nav, #hok-valaszol-content .auth__nav {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#corvinus-login-content .auth__nav > :only-child, #hok-valaszol-content .auth__nav > :only-child {
  margin-left: auto;
  margin-right: auto;
}

#corvinus-login-content .auth__success, #hok-valaszol-content .auth__success {
  border: 2px solid #f2f2f2;
  border-radius: 100%;
  height: 60px;
  margin: 0 auto 30px;
  position: relative;
  width: 60px;
}

#corvinus-login-content .auth__success:after, #hok-valaszol-content .auth__success:after {
  filter: hue-rotate(262deg) brightness(250%) saturate(0.95);
  background: url(../img/icons/ic-done.svg) center center no-repeat;
  content: '';
  display: block;
  height: 56px;
  left: 0;
  position: absolute;
  top: 0;
  width: 56px;
}

#corvinus-login-content .auth__text, #hok-valaszol-content .auth__text {
  color: #898E97;
  font-size: 14px;
  text-align: center;
}

#hok-valaszol-content {
  padding: 0px 20px 25px;
}

#hok-valaszol-content .form-group {
  padding-bottom: 0;
  border-bottom: 0;
  padding-top: 0;
}

#hok-valaszol-content .form-group .choices {
  width: 100%;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 0 1px rgba(34, 34, 39, 0.1);
  border-radius: 3px;
}

.gallery-times {
  color: #929292;
  font-size: 12px;
  line-height: 1.5;
  margin-top: -9px;
  margin-bottom: 15px;
}

.gallery-times .maketime, .gallery-times .posttime {
  position: relative;
  display: inline-block;
}

.gallery-times .maketime img, .gallery-times .posttime img {
  margin-right: 5px;
  opacity: 0.5;
}

.gallery-times .maketime + .posttime {
  padding-left: 20px;
}

.gallery-times .maketime + .posttime:before {
  content: '/';
  position: absolute;
  left: 5px;
  top: 0;
}

/*.oneletrajz-vegoldal {
    background-color: #f3f3f3;

    .content {
        background-color: var(--col-bg);
        padding: 10px 50px;
    }

    .cv-header {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid $blue_paris_v1;


        .left {
            border-right: 1px solid #eaeaea;
        }

        .right {
            text-align: right;
        }

        img {
            position: relative;
            width: 250px;
            margin: 8px 0;
        }

        p {
            position: relative;
            color: $blue_paris_v1;
            font-size: 18px;
            font-style: italic;
            font-weight: 900;
            margin-bottom: 3px;
            margin-top: 10px;
            line-height: 1;
        }

        span {
            position: relative;
            color: $blue_paris_v1;
            font-size: 16px;
            font-weight: 600;
        }

    }

    .personal-header {
        position: relative;

        .image-holder {
            position: relative;
            float: left;
            vertical-align: top;
            overflow: hidden;
            width: 150px;
            height: 215px;

            img {
                position: relative;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

    }

    .personal-information {
        position: relative;
        float: left;
        width: calc(100% - 150px);
        vertical-align: top;
        padding-left: 30px;

        .icon {
            position: absolute;
            top: 50%;
            left: -30px;
            transform: translateY(-50%);
        }

        h1 {
            color: $blue_paris_v1;
            display: block;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 15px;
            position: relative;
            text-decoration: none;
        }

        h2 {
            color: $blue_paris_v1;
            display: block;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 0px;
            position: relative;
            text-decoration: none;
        }

        p {
            position: relative;
            margin-bottom: 0;
            font-size: 14px;
        }

        a {
            position: relative;
        }

        .position {
            position: relative;
            margin-bottom: 15px;
        }

        .contact-information {
            position: relative;

            p {
                position: relative;
                font-size: 12px;
            }

            a {
                position: relative;
                font-size: 12px;
            }
        }
    }
}*/
.oneletrajz-form .form-group .choices {
  /*padding: 0;
        border: 0;*/
}

/* Profil oldal ninja form formázás */
div.nf-form-cont:not(.no-styles) .nf-form-title h3 {
  color: #5c6873;
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

div.nf-form-cont:not(.no-styles) .list-container .list-checkbox-wrap .nf-field-element li, div.nf-form-cont:not(.no-styles) .list-container .list-radio-wrap .nf-field-element li {
  position: relative;
  list-style: none;
  float: left;
  height: 30px;
  margin-right: 30px !important;
  line-height: 30px;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

div.nf-form-cont:not(.no-styles) .list-container .list-checkbox-wrap .nf-field-element li input[type='radio'], div.nf-form-cont:not(.no-styles) .list-container .list-radio-wrap .nf-field-element li input[type='radio'] {
  display: none;
}

div.nf-form-cont:not(.no-styles) .list-container .list-checkbox-wrap .nf-field-element li input[type='radio']:checked + label, div.nf-form-cont:not(.no-styles) .list-container .list-radio-wrap .nf-field-element li input[type='radio']:checked + label {
  border: 1px solid transparent;
  background: var(--col-corvinus-green);
  color: var(--col-bg);
  border-radius: 0;
}

div.nf-form-cont:not(.no-styles) .list-container .list-checkbox-wrap .nf-field-element li input[type='checkbox'], div.nf-form-cont:not(.no-styles) .list-container .list-radio-wrap .nf-field-element li input[type='checkbox'] {
  display: none;
}

div.nf-form-cont:not(.no-styles) .list-container .list-checkbox-wrap .nf-field-element li input[type='checkbox']:checked + label, div.nf-form-cont:not(.no-styles) .list-container .list-radio-wrap .nf-field-element li input[type='checkbox']:checked + label {
  border: 1px solid transparent;
  background: var(--col-corvinus-green);
  color: var(--col-bg);
  border-radius: 0;
}

div.nf-form-cont:not(.no-styles) .list-container .list-checkbox-wrap .nf-field-element li label, div.nf-form-cont:not(.no-styles) .list-container .list-radio-wrap .nf-field-element li label {
  height: 30px;
  line-height: 30px;
  width: auto;
  padding: 0px 10px;
  left: 0;
  top: 0;
  border: 1px solid var(--col-text);
  display: inline-block;
  margin: 0 !important;
  font-size: 16px;
  cursor: pointer;
}

div.nf-form-cont:not(.no-styles) .list-container .list-checkbox-wrap .nf-field-element li label:hover, div.nf-form-cont:not(.no-styles) .list-container .list-checkbox-wrap .nf-field-element li label:focus, div.nf-form-cont:not(.no-styles) .list-container .list-radio-wrap .nf-field-element li label:hover, div.nf-form-cont:not(.no-styles) .list-container .list-radio-wrap .nf-field-element li label:focus {
  background: var(--col-corvinus-green);
}

div.nf-form-cont:not(.no-styles) .list-container .list-checkbox-wrap .nf-field-element li label:before, div.nf-form-cont:not(.no-styles) .list-container .list-checkbox-wrap .nf-field-element li label:after, div.nf-form-cont:not(.no-styles) .list-container .list-radio-wrap .nf-field-element li label:before, div.nf-form-cont:not(.no-styles) .list-container .list-radio-wrap .nf-field-element li label:after {
  display: none;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap {
  position: relative;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .submit-wrap input[type="button"] {
  cursor: pointer;
  background: var(--col-text);
  color: var(--col-bg);
  transition: all .1s;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .submit-wrap input[type="button"]:focus, div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .submit-wrap input[type="button"]:hover {
  background: var(--col-text);
  color: var(--col-bg);
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .submit-wrap input[type="button"].arrow {
  background: url(../img/arrow-right-white.png) center center no-repeat var(--col-text);
  content: '';
  position: absolute;
  display: block;
  font-size: 0;
  right: -50px;
  top: 0;
  width: 40px !important;
  height: 40px;
  border: 0;
  transition: .4s background-color ease-out;
  line-height: 40px;
  min-height: 40px;
  cursor: pointer;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .submit-wrap input[type="button"].arrow:hover, div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .submit-wrap input[type="button"].arrow:focus {
  background-color: #5c6873;
}

@media screen and (max-width: 768px) {
  div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .submit-wrap input[type="button"].arrow {
    right: 0;
  }
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .nf-response-msg {
  text-align: center;
  font-weight: 600;
  font-size: 16px !important;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .nf-response-msg * {
  font-weight: 600;
  font-size: 16px !important;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .nf-form-fields-required {
  margin-bottom: 30px;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 10px;
  color: #3d3d41;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .checkbox-wrap .nf-field-element {
  display: none;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .checkbox-wrap .nf-field-label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .checkbox-wrap .nf-field-label label {
  padding: 0 0 0 30px;
  margin: 0;
  cursor: pointer;
  height: auto;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .checkbox-wrap .nf-field-label label:before {
  content: '';
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  border: 1px solid var(--col-text);
  transition: all .1s;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .checkbox-wrap .nf-field-label label:after {
  left: 0;
  top: 0;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .checkbox-wrap .nf-field-label label.nf-checked-label:before {
  content: '\e92d';
  font-family: corvinus-ico;
  color: var(--col-bg);
  background: var(--col-corvinus-green);
  border: 1px solid transparent;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap select {
  border: 1px solid var(--col-text);
  background-color: var(--col-bg);
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap select:focus, div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap select:hover {
  border: 1px solid var(--col-text);
  background-color: var(--col-bg);
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap select option:checked {
  background-color: var(--col-corvinus-green);
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .field-wrap {
  /*position: relative;
            display: block;*/
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .field-wrap .nf-field-label {
  /*display: block;
                margin-bottom: 10px;
                text-align: left;*/
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .field-wrap .nf-field-element {
  /*width: 100%;*/
}

div.nf-form-cont:not(.no-styles) .ninja-forms-form-wrap .field-wrap .nf-field-element input {
  padding: 5px 10px;
}

div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .nf-form-title {
  display: none;
}

div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .textbox-wrap, div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .date-wrap {
  padding: 15px 0;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
}

div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .textbox-wrap .nf-field-label, div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .date-wrap .nf-field-label {
  float: left;
  width: 200px;
  margin: 0;
}

div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .textbox-wrap .nf-field-element, div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .date-wrap .nf-field-element {
  float: left;
  width: calc(100% - 200px);
}

div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .textbox-wrap label, div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .date-wrap label {
  font-weight: bold;
}

div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .textbox-wrap input[type="text"], div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .textbox-wrap input[type="date"], div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .date-wrap input[type="text"], div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .date-wrap input[type="date"] {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--col-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .textbox-wrap:after, div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .date-wrap:after {
  content: '';
  clear: both;
  display: table;
  float: none;
}

div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .submit-container {
  display: none;
}

div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .submit-container .textbox-wrap {
  border: 0;
}

div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form #ninja_forms_required_items, div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .nf-field-container {
  margin-bottom: 0;
}

div.nf-form-cont:not(.no-styles) .profile .profil-modositas-form .nf-form-fields-required {
  display: none;
}

div.nf-form-cont:not(.no-styles) .listradio-wrap .nf-field-element label.nf-checked-label:before, div.nf-form-cont:not(.no-styles) .listradio-wrap .nf-field-element label.nf-checked-label:after, div.nf-form-cont:not(.no-styles) .listradio-wrap .nf-field-element label:after {
  content: none !important;
}

div.nf-form-cont:not(.no-styles) .nf-form-content label {
  font-size: 16px;
}

div.nf-form-cont:not(.no-styles) .nf-progress {
  background-color: var(--col-corvinus-green);
}

div.nf-form-cont:not(.no-styles) .nf-mp-header {
  position: relative;
  margin-bottom: 40px;
}

div.nf-form-cont:not(.no-styles) .nf-breadcrumbs {
  position: absolute;
  top: -35px;
  margin: 0 !important;
  padding: 0 !important;
}

div.nf-form-cont:not(.no-styles) .nf-breadcrumbs li a {
  position: relative;
  background: transparent;
  color: #1A203E;
  transition: all .5s;
  font-size: 12px;
  padding: 10px;
}

div.nf-form-cont:not(.no-styles) .nf-breadcrumbs li a:after {
  content: '>';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

div.nf-form-cont:not(.no-styles) .nf-breadcrumbs li a:hover, div.nf-form-cont:not(.no-styles) .nf-breadcrumbs li a:active {
  background: transparent;
  color: #1A203E;
  text-decoration: underline;
}

div.nf-form-cont:not(.no-styles) .nf-breadcrumbs li:first-of-type a {
  padding-left: 0;
}

div.nf-form-cont:not(.no-styles) .nf-breadcrumbs li:last-of-type a:after {
  content: none;
}

div.nf-form-cont:not(.no-styles) .nf-breadcrumbs li.active a {
  background: transparent;
  color: #1A203E;
  text-decoration: underline;
}

div.nf-form-cont:not(.no-styles) .nf-mp-footer .nf-next, div.nf-form-cont:not(.no-styles) .nf-mp-footer .nf-previous {
  cursor: pointer;
}

.event_page-related-img_container,
.news_page-related-img_container,
.post_page-related-img_container {
  position: relative;
  overflow: hidden;
  height: 110px;
}

.event_page-related-img_container img,
.news_page-related-img_container img,
.post_page-related-img_container img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

#select-neptun-number,
#select-neptun-number-foundation {
  position: fixed;
  right: -9999px;
  width: 1px !important;
  height: 1px !important;
  background: transparent;
  border: 0;
  overflow: hidden;
}

.hero {
  overflow: hidden;
}

#fastruktura-holder {
  position: relative;
}

#fastruktura-holder .collapsible.is-open .collapsible__content {
  display: block;
}

#fastruktura-holder:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -3%;
  height: calc(100% - 50px);
  width: 1px;
  background-color: #cccccc;
}

#fastruktura-holder .collapsible {
  position: relative;
}

#fastruktura-holder .collapsible:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -3%;
  width: 50%;
  height: 1px;
  background-color: #cccccc;
}

#fastruktura-holder .level_1 .collapsible__content,
#fastruktura-holder .level_1 .collapsible__title {
  margin-left: 3%;
}

#fastruktura-holder .level_2 .collapsible__content,
#fastruktura-holder .level_2 .collapsible__title {
  margin-left: 6%;
}

#fastruktura-holder .level_3 .collapsible__content,
#fastruktura-holder .level_3 .collapsible__title {
  margin-left: 9%;
}

#fastruktura-holder .level_4 .collapsible__content,
#fastruktura-holder .level_4 .collapsible__title {
  margin-left: 12%;
}

#fastruktura-holder .level_5 .collapsible__content,
#fastruktura-holder .level_5 .collapsible__title {
  margin-left: 15%;
}

/*----FASTURKTÚRA----*/
.tree-collegue-name {
  display: inline;
}

.tree-collegue-name:after {
  content: "-";
  margin-left: 5px;
}

.tree-structure-item a {
  margin-left: 10px;
}

.tree-structure-item a:first-of-type {
  margin-left: 0;
}

.tree-structure-item a:nth-of-type(2):before {
  content: "|";
  margin-left: -5px;
  margin-right: 10px;
}

.events-calendar {
  margin-bottom: 50px;
}

.events-calendar__link {
  top: 94%;
}

.mark {
  background-color: #f5c832;
}

.hide-scrollbar {
  overflow: -moz-hidden-unscrollable;
  overflow: hidden;
}

.hide {
  display: none !important;
}

#hun-cv .sidebar-profile .sidebar- {
  content: none;
}

.choices__item__selectable {
  position: relative;
}

.form-group .choices {
  padding: 10px;
  border: 1px solid var(--col-text);
  font-size: 16px;
}

.disabled-inputs input {
  border: 0 !important;
}

.disabled-inputs textarea {
  border: 0 !important;
}

.disabled-inputs .subject__actions__delete,
.disabled-inputs .subject__actions__sort-down,
.disabled-inputs .subject__actions__sort-up,
.disabled-inputs .subject__actions__edit,
.disabled-inputs .subject__actions__add {
  display: none;
}

.modal-opener,
#logout-modal {
  cursor: pointer;
}

#corvinus-login-content .auth__text {
  transition: all 0.3s ease;
}

.popup-modal {
  background-color: rgba(34, 34, 39, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  transition: 0.4s all ease-in-out;
  width: 100%;
  z-index: -1;
}

.popup-modal.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 990;
}

.modal__form label input.error,
.modal__form textarea.error {
  border-color: var(--col-black);
}

.event-opener {
  border-bottom: 1px solid var(--col-text);
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-align: right;
  position: relative;
  cursor: pointer;
}

.event-opener .page-sort__current:after {
  transition: all 0.22s ease;
  margin-top: -6px;
}

.event-opener .page-sort__current.open:after {
  transform: rotate(-180deg);
}

.konyvtar-esemenyek {
  max-height: 0;
  transition: max-height 0.25s ease-out;
  overflow: hidden;
  padding-right: 25px;
  margin-right: -25px;
}

.konyvtar-esemenyek.open {
  max-height: 4000px;
  transition: max-height 0.25s ease-in;
}

.nav-tabs {
  margin-bottom: 20px;
}

.nav-tabs > li > a {
  text-decoration: none;
  color: var(--col-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0;
}

.nav-tabs > li.active > a {
  color: var(--col-text);
}

.nav-tabs > li > a:hover {
  border-color: #ddd #ddd #ddd;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}

.wp-block-adln-bce-post-gallery + .wp-block-adln-bce-post-gallery {
  padding-top: 30px;
  border-top: 1px solid #929292;
}

.event-single .wp-block-adln-bce-post-lead {
  font-size: 14px;
  font-weight: 600;
}

.event-single .event__title + .wp-block-adln-bce-post-lead {
  margin-top: -30px;
}

.related-news + .related-events {
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .related-news + .related-events {
    margin-top: 0;
  }
}

.related-news + .related-events hr {
  display: none;
}

body.single .event__body h1 {
  font-size: 18px;
  font-style: italic;
  font-weight: 900 !important;
  margin-bottom: 10px;
}

body.single .event__body h1 span {
  font-size: 18px;
  font-style: italic;
  font-weight: 900 !important;
  margin-bottom: 10px;
}

body.single .event__body h2 {
  font-size: 14px;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

body.single .event__body h2 span {
  font-size: 14px;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

body.single ul,
body.single ol {
  margin-left: 25px;
}

.agenda-frontend-item li {
  list-style: none;
}

.related-events .columns,
.related-news .columns {
  flex-wrap: wrap;
}

.common-tile-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
}

.wp-block-adln-bce-common-tile {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 8rem;
  background: var(--col-bg);
  /* background-image: none !important; */
  color: var(--col-text);
  padding: 1.5rem;
}

.common-tile-wrapper .crn-common-tile-outer{
  --card-bg: var(--col-corvinus-green);
  margin: 0 0 2rem !important;
  padding: 1rem 2.5rem 1.25rem 0;
  transition: padding .3s ease, background-position .3s ease, color .3s ease;
  background: linear-gradient(to bottom, transparent 49.99%, var(--card-bg) 50%) no-repeat 0 -1rem;
  background-size: 100% 200%;
  padding-top: 1.75rem;
  background-image: linear-gradient(to bottom, var(--card-bg) 49.99%, transparent 50%) !important; 
  background-position: 0 calc(100% + 1rem);
}

.crn-common-tile-outer:has(a:hover) {
  --card-bg: var(--col-corvinus-green-light);
  background-position: 0 0;
  padding: 1.75rem 1.25rem 1.25rem 1.25rem;
}
.crn-common-tile-outer:has(a:hover) .crn-tile-button{
  padding-right: 1.75rem;
}

/*
@supports (mix-blend-mode: multiply) {
  .wp-block-adln-bce-common-tile {
    background-blend-mode: multiply;
    opacity: 1;
  }
}
*/

.wp-block-adln-bce-common-tile a {
  color: inherit;
  text-decoration: none;
}

.wp-block-adln-bce-common-tile:nth-of-type(even) {
  background-color: #5E6872;
}

.wp-block-adln-bce-common-tile .crn-tile-title {
  font-size: 18px;
  line-height: 1.15;
  color: inherit;
}

.wp-block-adln-bce-common-tile .crn-tile-button {
  display: flex;
  justify-content: center;
  position: absolute;
  color: var(--col-text);
  bottom: 10px;
  right: 0px;
  transition: all .3s ease;
}

@media (min-width:992px) {
  .wp-block-adln-bce-common-tile {
    width: calc(50% - 1rem);
  }

  .wp-block-adln-bce-common-tile:nth-of-type(4n+3) {
    background-color: #5E6872;
  }

  .wp-block-adln-bce-common-tile:nth-of-type(4n+4) {
    background-color: #1A203E;
  }
}

@media (max-width:600px) {
  .wp-block-adln-bce-common-tile {
    padding-left: 1rem;
  }
}

.card-list .card__details {
  padding-top: 10px;
}

.card-list .card__position {
  font-weight: bold;
}

.card-list .card__details > a {
  margin: 0;
  text-decoration: underline;
  color: #1A203E;
  display: block;
}

.events-calendar-page .events-calendar__weekday.has-event:after {
  content: "";
  background-color: #d6eaff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: 53px;
  top: -8px;
  position: absolute;
  z-index: -1;
}

.events-calendar-page .events-calendar__weekday.has-event:hover:after {
  background-color: #5c6873;
}

.events-calendar__nav__current {
  color: var(--col-text);
  text-decoration: none;
}

.events-calendar__nav__current:hover, .events-calendar__nav__current:focus {
  color: #101010;
}

.events-calendar__nav__current:hover {
  color: var(--col-text);
  text-decoration: none;
}

/*@media screen and (max-width: 1210px) {
    .events-calendar-page .events-calendar__weekday.is-today:after, .events-calendar__weekday.has-event:after {
      left: 20px;
    }
  }

  @media screen and (max-width: 991px) {
    .events-calendar-page .events-calendar__weekday.is-today:after, .events-calendar__weekday.has-event:after {
      left: 15px;
    }
  }

  @media screen and (max-width: 769px) {
    .events-calendar-page .events-calendar__weekday.is-today:after, .events-calendar__weekday.has-event:after {
      left: 50%;
    }
  }*/
@media screen and (min-width: 769px) {
  .events-calendar__weekday.is-today:after {
    left: 50%;
  }
}

#form_user_picture_upload {
  display: none;
}

input#profile-img {
  display: none;
}

#institute option[data-parent] {
  display: none;
}

.post-password-form {
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: var(--col-corvinus-green);
  padding-top: 50vh;
  font-size: 20px;
  color: var(--col-text);
}

.post-password-form p {
  font-weight: 500;
}

.post-password-form input[type="password"] {
  border: 1px solid var(--col-text);
  background: transparent;
  color: var(--col-text);
  padding: 5px 10px;
  margin-left: 10px;
}
.post-password-form input[type="password"]:focus {
  border-color: var(--col-corvinus-green-light) !important;
}

.post-password-form input[type="submit"] {
  padding: 5px 10px;
  border: 1px solid var(--col-text);
  background: transparent;
  color: var(--col-text);
  cursor: pointer;
}

.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  color: var(--col-white);
  background: var(--col-text);
}

.event-organizer:after {
  content: ", ";
  position: relative;
  display: inline-block;
}

.event-organizer:last-of-type:after {
  content: none;
}

.main_content_height {
  min-height: 463px;
}

.collapsible__title.not-accorded:before, .collapsible__title.not-accorded:after {
  content: none;
}

.featured-image {
  margin-bottom: 20px;
}

.events-calendar-page .events-calendar__weekday.has-event.is-today:after {
  background-color: #5c6873;
}

.disabled-cv .radio {
  cursor: default;
}

.disabled-cv .tab-content .form-group .add-languages {
  position: relative;
  padding-left: 15px;
}

.disabled-cv .tab-content .form-group .add-languages:before {
  content: "";
  background-color: #f5c832;
  width: 8px;
  position: absolute;
  left: 0;
  top: 16px;
  height: 15px;
}

.disabled-cv .tab-content .form-group .add-languages + .add-languages {
  margin-top: -25px;
}

.disabled-cv .tab-content .form-group .add-languages + .add-languages:before {
  content: none;
}

.disabled-cv .tab-content .form-group .add-languages label {
  border-bottom: 1px solid #cbcbcb;
  font-weight: 600;
  line-height: 1.3;
  padding: 5px 0;
  height: auto;
  min-height: 0;
  margin-bottom: 3px;
}

.disabled-cv .tab-content .form-group .add-languages .choices {
  width: 100%;
  height: auto;
  line-height: 1.3;
  padding: 0;
  max-width: 100%;
  white-space: normal;
}

.disabled-cv .form-group .short-label {
  display: inline-block;
}

.disabled-cv .form-group .small-label {
  height: auto;
  min-height: 30px;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}

.disabled-cv .tab-content .subjects-form2 input {
  height: auto;
  min-height: 30px;
  display: inline-block;
  line-height: 1.3;
  vertical-align: top;
}

.sidebar-buttons-grid > .btn {
  text-align: center;
}

.sidebar-buttons-grid > .btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  max-height: 40px;
  display: block;
}

.profile-news-events .news-list > a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 21px;
  max-height: 55px;
}

.faq__body .collapsible__content {
  line-height: 1.8;
}

.faq__body .collapsible__content h1 {
  font-family: "source-sans-pro";
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

.faq__body .collapsible__content h2 {
  font-family: "source-sans-pro";
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 14px;
}

.faq__body .collapsible__content ul,
.faq__body .collapsible__content ol {
  padding-left: 30px;
  margin-bottom: 20px;
}

.faq__body .collapsible__content ul li {
  line-height: 1.5;
}

.faq__body .collapsible__content ol {
  padding-left: 30px;
  list-style: none;
  counter-reset: section;
}

.faq__body .collapsible__content ol li {
  position: relative;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
}

.faq__body .collapsible__content ol li:before {
  counter-increment: section;
  content: counter(section) ".";
  position: absolute;
  left: -17px;
  top: 6px;
  color: var(--col-text);
  font-weight: bold;
}

.faq__body .collapsible__content a {
  color: #1A203E;
  font-weight: bold;
  text-decoration: none;
}

.faq__body .collapsible__content blockquote {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  margin: 30px 0;
  padding: 10px 50px;
  line-height: 1.45;
  color: #1A203E;
  background: #f6f6f6;
}

.faq__body .collapsible__content blockquote:before {
  content: "\f122";
  position: absolute;
  left: 15px;
  right: auto;
  bottom: 10px;
  font-size: 21px;
  font-family: dashicons;
  transform: rotate(180deg);
}

.faq__body .collapsible__content blockquote:after {
  position: absolute;
  content: "\f122";
  right: 15px;
  left: auto;
  top: 10px;
  font-size: 21px;
  transform: rotate(180deg);
  font-family: dashicons;
}

.faq__body .collapsible__content blockquote p,
.faq__body .collapsible__content blockquote span {
  position: relative;
  font-weight: bold !important;
  color: #1A203E !important;
  background: #f6f6f6 !important;
  font-size: 16px !important;
  display: inline-block;
}

.faq__body .collapsible__content blockquote cite {
  color: rgba(22, 56, 97, 0.5);
  font-weight: normal;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.faq__body .collapsible__content blockquote cite:before {
  content: "\2014 \2009";
}

.disabled-link {
  color: var(--col-text);
  text-decoration: none;
}

.contact-card {
  display: block;
  position: relative;
  padding: 15px;
}

.contact-card .card__image {
  width: 20%;
  max-height: 250px;
  overflow: hidden;
  float: left;
  margin: 0;
  position: relative;
}

.contact-card .card__image img {
  width: 100%;
  height: auto;
  /*position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;*/
}

.contact-card .card__image:before {
  content: "";
  /*display: block;
        padding-top: 100%;*/
}

.contact-card .card__info {
  width: 80%;
  float: left;
  padding-right: 30px;
  padding-left: 15px;
}

.contact-card:after {
  content: "";
  clear: both;
  float: none;
  display: table;
}

@media screen and (max-width: 768px) {
  .contact-card .card__contact-links {
    bottom: -25px;
  }
}

@media screen and (max-width: 768px) {
  .contact-card .card__title {
    font-size: 12px;
  }

  .contact-card .card__title:before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .contact-card .card__details {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .contact-card {
    min-height: 175px;
  }

  .contact-card.bigger {
    min-height: 210px;
  }
}

.subjects-edit .form-group .subject-state {
  width: auto;
  display: inline-block;
}

.subjects-edit .form-group .subject-state input {
  width: auto;
  display: none;
}

.subjects-edit .form-group .subject-state label {
  width: auto;
  position: relative;
  padding-left: 25px;
}

.subjects-edit .form-group .subject-state label:before {
  content: "";
  display: block;
  left: 0;
  top: 3px;
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 13px;
  font-size: 12px;
  text-align: center;
  border: 1px solid var(--col-text);
}

.subjects-edit .form-group .subject-state input[type="checkbox"]:checked + label:before {
  content: '\e92d';
  font-family: corvinus-ico;
  color: var(--col-bg);
  background: var(--col-corvinus-green);
  border: 1px solid transparent;
}

.subjects-edit .form-group .choices {
  padding: 0;
  border: 1px solid transparent;
  font-size: 16px;
}

.subjects-edit #add-new-adatlap {
  float: none;
  margin-bottom: 25px;
  display: block;
  margin-right: 0;
  margin-left: auto;
  font-size: 14px;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  background: var(--col-bg);
  box-shadow: none;
  outline: 0;
  border: 1px solid #3D454C;
  cursor: pointer;
}

.subjects-edit #add-new-adatlap:hover, .subjects-edit #add-new-adatlap:focus {
  background: #3D454C;
  color: var(--col-bg);
}

.subjects-edit ul.tabs {
  white-space: nowrap;
  overflow: auto;
}

@media screen and (max-width: 1210px) {
  .events-calendar-page .events-calendar__weekday.has-event:after {
    left: 49%;
  }
}

#open-nav img {
  width: 22px;
  margin: 8px 0;
}

.neptun-number {
  color: var(--col-bg);
  outline: 0;
  background: transparent;
  border: 0;
  font-size: 14px;
}

.related-events__news__title a,
.related-news__news__title a,
.related_post__news__title a {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 27px;
  max-height: 54px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.related-events__event__title a,
.related-news__event__title a,
.related_post__event__title a {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 27px;
  max-height: 54px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.wp-block-adln-bce-connected-post-type .connected_post-header h2,
.wp-block-adln-bce-connected-contacts .contact-header h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
}

.wp-block-adln-bce-connected-contacts .res-item .res-other{
  margin: 10px 0;
}
.notification-banner {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.profil-modositas-form input[value="Submit"] {
  display: none;
}

.sidebar-profile__profession {
  display: block;
  min-height: 18px;
}

.sidebar-profile__faculties:empty {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  padding: 0;
  position: relative;
  display: flex;
}

.owl-carousel.owl-drag .owl-item:before {
  content: "";
  display: block;
  position: relative;
  padding-top: 66.35%;
}

.owl-carousel .owl-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.owl-carousel .owl-item li {
  position: static;
  position: initial;
}

.wp-block-gallery {
  padding-left: 0 !important;
}

.wp-block-gallery.has-nested-images.owl-carousel:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
  object-fit:contain !important;
}

.owl-carousel .owl-stage-outer {
  background-color: #f7f7f7;
}

.cv-public-switch {
  border: 0;
}

.cv-public-switch .form-radio {
  margin-bottom: 0;
  padding-right: 25px;
}

.gallery-image-list + .gallery-image-list .owl-stage-outer {
  margin-top: 30px;
  background-color: var(--col-bg);
}

.gallery-image-list + .gallery-image-list .owl-item:before {
  position: absolute;
  padding-top: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.gallery-image-list + .gallery-image-list .owl-item.current:before {
  background-color: rgba(255, 255, 255, 0.3);
}

.gallery-image-list + .gallery-image-list .owl-item:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}

.gallery-image-list + .gallery-image-list .owl-item img {
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-image-list + .gallery-image-list .gallery-item-wrapper,
.gallery-image-list + .gallery-image-list .wp-block-image {
  position: relative;
  display: block;
  padding-top: 100%;
  height: 0;
}

input.flatpickr {
  border: 1px solid var(--col-text);
  color: var(--col-text);
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
}

.search-results .search-result__title a {
  text-decoration: none;
  color: inherit;
}

.search-results .search-result__title a:hover, .search-results .search-result__title a:active {
  text-decoration: none;
  color: inherit;
}

.search-results .search-result__title em,
.search-result__content em {
  background-color: #f5c832;
  padding: 3px 5px;
}

.tantargyam-select {
  display: inline-block;
  width: calc(100% - 256px);
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .tantargyam-select {
    width: 100%;
  }
}

/*----Multiselect Tantárgyhoz--- */
.ms-drop {
  width: auto !important;
}

.ms-drop input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  box-shadow: 0 0 2px 1px rgba(34, 34, 39, 0.1);
  left: 18px;
  top: -5px;
  display: inline-block;
  opacity: 1;
}

.ms-drop input[type="checkbox"]:checked:before {
  margin: -2px 0 0 -4px;
}

.ms-drop ul > li span {
  padding-left: 3px;
}

.ms-parent {
  margin-top: 10px;
}

.ms-parent .ms-choice {
  display: block;
  height: 50px;
  width: 100%;
  margin-bottom: 3px;
  padding: 0 15px;
  box-sizing: border-box;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: var(--col-text);
  transition: all 0.2s linear;
  text-indent: 1px;
  text-overflow: "";
  background: url("../../library/img/svg/down-arrow-red.svg") 99% center no-repeat;
  background-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ms-choice > div.icon-caret {
  display: none;
}

.select-results {
  display: block;
  padding: 10px 0 0;
}

.replaced-select-item {
  display: inline-block;
  background: #fac529;
  border-color: #fac529 !important;
  color: var(--col-bg);
  padding: 5px 8px 5px 15px;
  border-radius: 10px;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.replaced-select-item:active,
.replaced-select-item:hover {
  cursor: pointer;
}

.longer-inputs .form-group label {
  width: 300px;
}

.longer-inputs .form-group .subject-text {
  display: inline-block;
  width: calc(100% - 310px);
  vertical-align: top;
}

.contact-card .card__image:before {
  display: none;
}

.contact-card .card__image a {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.contact-card .card__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-card .card__image img.placeholder {
  top: 0;
}

.corv-notify {
  display: block;
  font-size: 14px;
  width: 200px;
  padding: 5px 15px;
  position: fixed;
  bottom: -100px;
  z-index: 10;
  left: 50%;
  margin-left: -100px;
  box-sizing: border-box;
  border-radius: 0;
  background-color: var(--col-black);
  color: var(--col-bg);
  font-weight: bold;
  text-align: center;
}

.corv-notify.animateOpen {
  -webkit-animation: moveOpen 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
}

@keyframes moveOpen {
  from {
    transform: translate(0, 0);
  }

  10% {
    transform: translate(0, -120px);
  }

  12% {
    transform: translate(0, -122px);
  }

  16% {
    transform: translate(0, -120px);
  }

  80% {
    transform: translate(0, -120px);
  }

  85% {
    transform: translate(0, -125px);
  }

  to {
    transform: translate(0, 0);
  }
}

.connected-container-link {
  color: inherit;
  text-decoration: none;
  width: 100%;
}

.connected-container-link:hover, .connected-container-link:active {
  text-decoration: none;
  color: inherit;
}

.connected-container-link:hover .news__btn, .connected-container-link:active .news__btn {
  padding-right: 1.75rem;
}

.card__contact-link--other1,
.card__contact-link--other2 {
  background-image: url(../img/logo_bluebg.jpg);
  background-size: cover;
}

.profile_image_iconholder {
  position: relative;
}

.sidebar-profile__delete__btn {
  background: url(../img/delete-icon.png) center center no-repeat var(--col-text);
  content: "";
  display: block;
  font-size: 0;
  transition: 0.4s background-color ease-out;
  height: 38px;
  position: absolute;
  right: 10px;
  width: 38px;
  top: 55px;
}

.delete__btn_tooltiptext {
  top: 55px !important;
}

@media screen and (max-width: 768px) {
  .longer-inputs .form-group label {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .longer-inputs .form-group .subject-text {
    width: 100%;
  }
}

.wp-block-embed-youtube {
  position: relative;
  width: 100%;
}

.wp-block-embed-youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed-youtube.aligncenter, .wp-block-embed-youtube.alignleft, .wp-block-embed-youtube.alignright {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .wp-block-embed-youtube.aligncenter, .wp-block-embed-youtube.alignleft, .wp-block-embed-youtube.alignright {
    width: 100%;
    padding-top: 56.25%;
  }
}

.wp-block-embed-youtube.aligncenter {
  margin: auto;
}

.wp-block-embed-youtube.alignleft {
  margin-left: 0;
  margin-right: auto;
}

.wp-block-embed-youtube.alignright {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .modal {
    max-height: calc(100% - 180px);
  }
}

#change-profile-image .modal__form .btn {
  position: relative;
  bottom: auto;
  right: auto;
  margin-top: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #change-profile-image {
    max-height: calc(100vh - 140px);
  }
}

@media only screen and (max-width: 640px) {
  #lhc_status_container {
    position: fixed !important;
    top: auto !important;
  }
}

a.clone-adatlap.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

#szechenyi-2020 {
  position: fixed;
  z-index: 5;
  bottom: 0;
  right: 0;
  transition: transform .5s ease;
  overflow: hidden;
}

#szechenyi-2020 .close {
  font-size:1rem;
  display: block;
  pointer-events: all;
  position: absolute;
  z-index: 1;
  top: 1em;
  left: .25em;
  line-height: 1.5;
  text-align: center;
  padding: .5em 0;
  width: 2.5em;
  color: var(--col-text);
  background: var(--col-bg);
  border-radius: 100%;
  transition: transform .5s ease;
}

#szechenyi-2020 img {
  height: 160px;
}

#szechenyi-2020.eco {
  pointer-events: none;
  transform: translateX(calc(100% - 2em));
}

#szechenyi-2020.eco .close {
  top: 125px;
  background: none;
}

#szechenyi-2020.eco i::before {
  content: '\f053';
}

#szechenyi-2020.eco .logo {
  pointer-events: none;
  opacity: .5;
}

.footer-2 { padding-bottom: 160px; }

@media (max-width: 999px) {
  #szechenyi-2020 {
    position: static;
    text-align: right;
  }

  #szechenyi-2020 .close {
    display: none;
  }

  #szechenyi-2020.eco {
    transform: translateX(0);
  }

  .footer-2 { padding-bottom: 0; }
}

.page-kepzes_list a.card__name {
  font-size: 16px !important;
  color: #000000 !important;
  background: transparent !important;
}

.page-kepzes_list a.card__organizational-unit {
  color: #1A203E !important;
  background: transparent !important;
}

.page-kepzes_list a.card__contact-link {
  background-image: url(../img/icons-contact-links.png) !important;
  font-size: 0 !important;
}

body.szakszerv {
  padding-top: 0 !important;
}

/*CLASSIC CUCCOK ELTÜNTETÉS*/
.event-hidecontents .wp-block-adln-bce-post-title,
.event-hidecontents .wp-block-adln-bce-event-input-iranyitoszam,
.event-hidecontents .wp-block-adln-bce-event-input-varos,
.event-hidecontents .wp-block-adln-bce-event-input-utca-hazszam,
.event-hidecontents .wp-block-adln-bce-event-input-epulet,
.event-hidecontents .wp-block-adln-bce-event-input-terem,
.event-hidecontents .wp-block-adln-bce-event-input-datum,
.event-hidecontents .wp-block-adln-bce-event-input-idopont,
.event-hidecontents .wp-block-adln-bce-event-input-szervezo-email,
.event-hidecontents .wp-block-adln-bce-event-input-szervezo-telefon,
.event-hidecontents .wp-block-adln-bce-event-input-belepo,
.event-hidecontents .wp-block-adln-bce-event-input-facebook,
.event-hidecontents .wp-block-adln-bce-event-input-vasarlas,
.event-hidecontents .wp-block-adln-bce-connected-post-type,
.event-hidecontents .wp-block-adln-bce-connected-contacts,
.event-hidecontents .wp-block-adln-bce-departments,
.event-hidecontents .wp-block-adln-bce-page-selector,
.event-hidecontents .post-wrapper {
  /* display: none; */
}

.news-hidecontents .wp-block-adln-bce-post-title,
.news-hidecontents .wp-block-adln-bce-connected-post-type,
.news-hidecontents .wp-block-adln-bce-page-selector,
.news-hidecontents .news-type-meta-col,
.news-hidecontents .post-wrapper {
  /* display: none; */
}

.page-hidecontents .wp-block-adln-bce-post-title,
.page-hidecontents .wp-block-adln-bce-post-url,
.page-hidecontents .post-wrapper {
  /* display: none; */
}

.course-hiddencontent .wp-block-adln-bce-pell-editor,
.course-hiddencontent .wp-block-adln-bce-post-title,
.course-hiddencontent .wp-block-adln-bce-post-url,
.course-hiddencontent .wp-block-adln-bce-form-common-input-text,
.course-hiddencontent .wp-block-adln-bce-connected-contacts,
.course-hiddencontent .department-columns-department,
.course-hiddencontent .duration-in-semester,
.course-hiddencontent .post-wrapper {
  /* display: none; */
}

.wp-block-columns {
  display: flex;
  grid-gap: 2em;
  gap: 2em;
}

/* .wp-block-column {
  flex: 1 1 50%;
} */

.container-fluid main > .wp-block-columns.has-background:not(.cw),
.container-fluid main > .wp-block-group.has-background:not(.cw) { margin-left:-2rem; margin-right:-2rem; }

.wp-block-columns.has-background, .wp-block-group.has-background {
  padding: 4rem 3.125rem; gap: 2rem;
}
.wp-block-column.has-background {
  padding: 1rem;
}
@media (max-width:768px) {
  .container-fluid main > .wp-block-columns.has-background:not(.cw),
  .container-fluid main > .wp-block-group.has-background:not(.cw) { margin-left:-1rem; margin-right:-1rem; }
  .wp-block-columns:not(.is-not-stacked-on-mobile) { flex-direction:column; }
  .wp-block-columns:not(.is-not-stacked-on-mobile).reverse { flex-direction:column-reverse; }
  .wp-block-columns.has-background, .wp-block-group.has-background {
    padding: 2rem 1.25rem; gap: 4rem 2rem;
  }
}

.wp-block-column.is-vertically-aligned-center { align-self:center; }
.wp-block-column.is-stretched { align-self:stretch; display:flex; flex-direction:column; justify-content:space-between; }
.wp-block-column.is-stretched > *, .wp-block-column.is-stretched > * > * { margin:0; }

.container-fluid main > .wp-block-columns.has-background:not(.cw):last-child,
.container-fluid main > .wp-block-group.has-background:not(.cw):last-child { margin-bottom:-6rem; padding-bottom:6rem; }

.wp-block-columns.with-ruler { margin-top:1.25rem; margin-bottom:1.25rem; }

@media (min-width:768.1px) {
  .WP0-what-will-you-study-content .wp-block-columns.with-ruler .wp-block-column::before {
    content:''; display:block; height:1.5rem; position:relative;
    margin:1rem 0 1.5rem .5rem; border:2px solid; border-bottom:0;
  }
  .WP0-what-will-you-study-content .wp-block-columns.with-ruler .wp-block-column:not(:last-child)::before {
    border-right: 0;
    margin-right: -3rem;
  }
}

@media (max-width:768px) {
  .WP0-what-will-you-study-content .wp-block-columns.with-ruler .wp-block-column { padding-left:2.5rem; position:relative; }
  .WP0-what-will-you-study-content .wp-block-columns.with-ruler .wp-block-column::before {
    content:''; display:block; width:1.5rem; position:absolute;
    top:.5rem; left:0; bottom:0; border:2px solid; border-right:0;
  }
  .WP0-what-will-you-study-content .wp-block-columns.with-ruler .wp-block-column:not(:last-child)::before {
    border-bottom: 0;
    bottom: -3rem;
  }
}

.page-intro { align-items:stretch; }
.page-intro > .wp-block-column > .wp-block-image.size-full, .page-intro > .wp-block-column > .wp-block-image.size-full > img,
.page-intro > .wp-block-column > .wp-block-video, .page-intro > .wp-block-column > .wp-block-video > video {
  width:100%; height:100%; object-fit:cover; margin:0 !important;
}

.page-intro .wp-block-button .wp-block-button__link { border:0; color:inherit !important; }

.page-intro.has-background { padding-top:2rem; padding-bottom:2rem; --col-tpl:var(--col-bg); }

.infinite-scroll, .infinite-scroll .iscroll-inner { display:flex; flex-wrap:nowrap !important; align-items:center; gap:4em !important; position:relative; }
.infinite-scroll { flex-wrap:wrap; overflow:hidden; border-top:2px solid; border-bottom:2px solid; margin:2em 0; padding:2em 0; }
body .wp-block-gallery.infinite-scroll figure.wp-block-image { margin:0 !important; }
body .wp-block-gallery.infinite-scroll figure.wp-block-image img { max-width:none !important; }

:where(.single.single-hir,.single.single-event, .single.single-research) .wp-block-image.size-large {
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 40px;
}

.cor-slide { overflow:hidden; position:relative; }

.cor-slide .cs-other {
  position: absolute; top:0; left:0; width:100%; height:100%;
}

.cor-slide img, .cor-slide video { width:100%; height:100%; object-fit:cover; }

.scrollup, .scrolldown {
  overflow: hidden;
  transition: transform .2s linear;
  transform: translateY(-100%);
}

.scrolldown {
  transform: translateY(100%);
}

.scrollup.in, .scrolldown.in {
  transform: translateY(0);
}

:root {
  --col-tpl: var(--col-text);
  --col-tpl-h: var(--col-corvinus-green-light);
}

.cor-black {
  --col-tpl: var(--col-text);
}

.cor-white{
  --col-tpl: var(--col-white);
}

.cor-green {
  --col-tpl: var(--col-corvinus-green);
  --col-tpl-h: var(--col-corvinus-green);
  --col-tpl-light:var(--col-corvinus-green-light);
  --col-tpl-dark:var(--col-corvinus-green-dark);
}

.cor-red {
  --col-tpl: var(--col-corvinus-red);
  --col-tpl-h: var(--col-corvinus-red);
  --col-tpl-light:var(--col-corvinus-red-light);
  --col-tpl-dark:var(--col-corvinus-red-dark);
}

.cor-purple {
  --col-tpl: var(--col-corvinus-purple);
  --col-tpl-h: var(--col-corvinus-purple-light);
  --col-tpl-light:var(--col-corvinus-purple-light);
  --col-tpl-dark:var(--col-corvinus-purple-dark);
}

.cor-blue {
  --col-tpl: var(--col-corvinus-blue);
  --col-tpl-h: var(--col-corvinus-blue);
  --col-tpl-light:var(--col-corvinus-blue-light);
  --col-tpl-dark:var(--col-corvinus-blue-dark);
}

.cor-blue-dark {
  --col-tpl: var(--col-corvinus-blue-dark);
  --col-tpl-h: var(--col-corvinus-blue);
  --col-tpl-light:var(--col-corvinus-blue-light);
}

/* bg color */
.bg-cor-green{
  background-color:  var(--col-corvinus-green);
  --col-bg-color:  var(--col-corvinus-green);
  --col-tpl-h: var(--col-corvinus-green-light);
}
.bg-cor-red{
  background-color:  var(--col-corvinus-red);
  --col-bg-color:  var(--col-corvinus-red);
  --col-tpl-h: var(--col-corvinus-red-light);
}
.bg-cor-purple{
  background-color:  var(--col-corvinus-purple);
  --col-bg-color:  var(--col-corvinus-purple);
  --col-tpl-h: var(--col-corvinus-purple-light);
}
.bg-cor-blue {
  background-color:  var(--col-corvinus-blue);
  --col-tpl: var(--col-bg);
  --col-bg-color:  var(--col-corvinus-blue);
  --col-tpl-h: var(--col-corvinus-blue-light);
}

/* bg light color */
.bg-cor-green-light {
  background-color:  var(--col-corvinus-green-light);
  --col-bg-color:  var(--col-corvinus-green-light);
  --col-tpl-h: var(--col-corvinus-green);
}
.bg-cor-red-light{
  background-color:  var(--col-corvinus-red-light);
  --col-bg-color:  var(--col-corvinus-red-light);
  --col-tpl-h: var(--col-corvinus-red);
}
.bg-cor-purple-light{
  background-color:  var(--col-corvinus-purple-light);
  --col-bg-color:  var(--col-corvinus-purple-light);
  --col-tpl-h: var(--col-corvinus-purple);
}
.bg-cor-blue-light {
  background-color:  var(--col-corvinus-blue-light);
  --col-bg-color:  var(--col-corvinus-blue-light);
  --col-tpl: var(--col-text);
  --col-tpl-h: var(--col-corvinus-blue);
}


/* bg dark color */
.bg-cor-green-dark{
  color: #fff;
  --col-text: #fff;
  --col-text-h: var(--col-black);
  --col-undrln-button-text-h: var(--col-black);
  --col-undrln-button-line: var(--col-white);
  --col-bg-color:  var(--col-corvinus-green-dark);
  background-color:  var(--col-corvinus-green-dark);
  --col-tpl-h: var(--col-corvinus-green);
}
.bg-cor-red-dark{
  color: #fff;
  --col-text: #fff;
  --col-text-h: var(--col-black);
  --col-undrln-button-text-h: var(--col-black);
  --col-undrln-button-line: var(--col-white);
  --col-bg-color:  var(--col-corvinus-red-dark);
  background-color:  var(--col-corvinus-red-dark);
  --col-tpl-h: var(--col-corvinus-red);
}
.bg-cor-purple-dark{
  color: #fff;
  --col-text: #fff;
  --col-text-h: var(--col-black);
  --col-undrln-button-text-h: var(--col-black);
  --col-undrln-button-line: var(--col-white);
  --col-bg-color:  var(--col-corvinus-purple-dark);
  background-color:  var(--col-corvinus-purple-dark);
  --col-tpl-h: var(--col-corvinus-purple);
}
.bg-cor-blue-dark{
  color: #fff;
  --col-text: #fff;
  --col-text-h: var(--col-black);
  --col-undrln-button-text-h: var(--col-black);
  --col-undrln-button-line: var(--col-white);
  --col-bg-color:  var(--col-corvinus-blue-dark);
  background-color:  var(--col-corvinus-blue-dark);
  --col-tpl-h: var(--col-corvinus-blue);
}


.default-image, .uni-icon-arch, .with-arch, .anim-arch {
  --arch-stroke-width: 1.25rem;
  position: relative;
}

.l-contact .default-image,
.page-research .default-image,
.p-contact .default-image{
  --arch-stroke-width: 0.625rem;
}
.page-research .default-image::after{
  display: none;
}

.l-contact a.link-card .res-image .default-image::before{
  border: var(--arch-stroke-width) solid var(--col-corvinus-green);
  border-bottom: 0;
}

.default-image, .uni-icon-arch, .anim-arch, .anim-arch > div {
  width: 100%;
  height: 100%;
}

.default-image::before, .uni-icon-arch::before, .with-arch::before, .anim-arch div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  aspect-ratio: 2 / 1;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border: var(--arch-stroke-width) solid var(--col-tpl);
  border-bottom: 0 transparent;
}

.res-image:has(.default-image){
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}

.wp-connected-post-item .default-image::before{
  top: 51%;
  transform: translateY(-51%);
}

.wp-connected-post-item .res-image:has(.default-image){
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
}

a.link-card .res-image .default-image::before, .link-card a .res-image .default-image::before {
  border: var(--arch-stroke-width) solid var(--col-tpl);
  border-bottom: 0;
}
a.link-card:hover .res-image .default-image::before, .link-card a:hover .res-image .default-image::before {
  border: var(--arch-stroke-width) solid var(--col-white);
  border-bottom: 0;
}

.l-hir a.link-card .res-image .default-image::before {
  opacity: 1;
  transition: opacity .3s ease;
}

.l-hir a.link-card:hover .res-image .default-image::before {
  border: var(--arch-stroke-width) solid var(--col-white);
  border-bottom: 0;
  opacity: 0;
}

.l-contact a.link-card:hover .res-image .default-image::before {
  border: var(--arch-stroke-width) solid var(--col-corvinus-green);
  border-bottom: 0;
}

.with-arch::before {
  top:1.25rem; left:1.25rem; right:1.25rem;
}

.default-image::after, .uni-icon-arch::after, .anim-arch::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  border-bottom: var(--arch-stroke-width) solid var(--col-tpl);
}

a.link-card:hover .res-image .default-image::after{
  border-bottom: var(--arch-stroke-width) solid var(--col-white);
}

.contact-list .card-list a{
  margin-bottom: 20px;
}

.l-contact a.link-card:hover .res-image .default-image::after {
  border: var(--arch-stroke-width) solid var(--col-corvinus-green);
  border-bottom: 0;
}

.uni-icon-arch { --arch-stroke-width:.5em; aspect-ratio:1; }

.anim-arch { overflow:hidden; }
.anim-arch > div { width:100%;  height:100%; mask-image:linear-gradient(#000 49.99%, transparent 50%); }
.anim-arch > div::before { transform-origin:50% 100%; animation: arch-rotateIn 1s linear; }
.anim-arch::after { animation: arch-slideIn 1s linear;}

@keyframes arch-rotateIn { 0% { transform:rotate(-180deg); opacity: .1; } 60% { opacity: 1; } 100% { } }
@keyframes arch-slideIn { 0% { width: 0%; opacity: .1; } 60% { opacity: 1; } 100% { width: 100%; } }

a.research-item .link-card, a.wp-connected-post-item .link-card, a.link-card, .link-card a {
  --card-bg: var(--col-tpl);
  position: relative;
  display: block;
  padding: 1.25rem 2.5rem 1.25rem 0;
  transition: padding .3s ease, background-position .3s ease, color .3s ease;
  background: linear-gradient(to bottom, transparent 49.99%, var(--card-bg) 50%) no-repeat 0 -1.25rem;
  background-size: 100% 200%;
}

a.wp-connected-post-item .link-card:hover{
  --card-bg: var(--col-corvinus-green-light);
  padding: 1rem 1.25rem 1.25rem 1.25rem;
}

.has-background a.link-card, .has-background .link-card a{
  padding: 0rem 2.5rem 1.25rem 0;
  background: linear-gradient(to bottom, transparent 49.99%, var(--col-white) 50%) no-repeat 0 -1.25rem;
  background-size: 100% 200%;
}

.l-hir a.link-card.no-img, .l-hir .link-card.no-img a {
  --card-bg: var(--col-tpl);
  position: relative;
  display: block;
  padding: 1rem 3.75rem 1.25rem 0;
  transition: padding .3s ease, color .3s ease;
  background: var(--card-bg);
}

.WP0-projects-and-labs .link-card a {
  --card-bg: var(--col-tpl);
  color: #fff;
  position: relative;
  display: block;
  padding: 1rem 2rem .5rem 0;
  transition: padding .3s ease, background-position .3s ease, color .3s ease;
  background: linear-gradient(to bottom, transparent 49.99%, var(--card-bg) 50%) no-repeat 0 -.1rem;
  background-size: 100% 200%;
}

.WP0-projects-and-labs .link-card a:hover img{
  filter:brightness(.5)
}

.WP0-projects-and-labs .wp-block-paragraph{
  color: #fff;
}

a.research-item:hover .link-card, a.link-card:hover, .link-card a:hover, .link-card.hl a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-position: 0 100%;
}

a.link-card.hl{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-position: 0 100%;
  transition: padding .3s ease;
}

a.link-card.hl:hover{
  padding-left: 2.25rem;
  padding-right: 0;
}

a.link-card.hl:hover::after{
  padding-right: 2.5rem;
}

.l-hir a.link-card.hl::after{
  padding-right: 0;
}
.l-hir a.link-card.hl:hover::after{
  padding-right: 1.25rem;
  opacity: 1;
}

a.research-item:hover .link-card.no-img, a.link-card.no-img:hover, .link-card.no-img a:hover {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.res-item .res-lead,
.show-on-hover{
  opacity: 0;
  transition: opacity .4s ease;
}
.wp-connected-post-item .res-lead{
  opacity: 1;
}

a.research-item:hover .link-card, a.link-card:hover, .link-card a:hover {
  --card-bg:var(--col-tpl-h);
}

.has-background a.link-card:hover, .has-background .link-card a:hover {
  background: linear-gradient(to bottom, transparent 49.99%, var(--col-white) 50%) no-repeat 0 -1.25rem;
  background-size: 100% 200%;
}

a.link-card:hover .res-lead, .link-card a:hover .res-lead, .hover-card-bg-down:hover .show-on-hover{
 opacity: 1;
}

a.research-item .link-card.flip, a.wp-connected-post-item .link-card.flip, a.link-card.flip, .link-card.flip a {
  padding-top: 40px;
  background-image: linear-gradient(to bottom, var(--card-bg) 49.99%, transparent 50%);
  background-position: 0 calc(100% + 1.25rem);
}
.l-contact a.link-card:hover,
.l-event .result-list a.link-card:not(.hl):hover,
.l-search a.link-card:hover {
  --card-bg: var(--col-corvinus-green-light);
}
.l-subject a.link-card:hover {
  --card-bg: var(--col-corvinus-red-light);
}

a.research-item:hover .link-card.flip, a.link-card.flip:hover, .link-card.flip a:hover {
  background-position: 0 0;
}
a.wp-connected-post-item:hover .link-card.flip{
  background-position: 0 0;
}

a.link-card.hl, .link-card.hl a {
  transition: color .3s ease, background-color .3s ease, padding .3s ease;
  background: var(--card-bg);
}

a.research-item .link-card::after,a.wp-connected-post-item .link-card::after, a.link-card::after, .link-card a::after {
  content: '\e902';
  font-family: corvinus-ico;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  position: absolute;
  bottom: .4rem;
  padding: 0 0 1.5em;
  right: 0;
  opacity: 0;
  transition: padding .3s ease, opacity .3s ease;
}

a.research-item .link-card::after,
.l-event a.link-card::after, .l-event .link-card a::after,
.l-search a.link-card::after, .l-search .link-card a::after,
a.wp-connected-post-item .link-card::after {
  opacity: 1;
}

a.link-card.whole-card::after, .link-card.whole-card a::after{
  bottom: 1em;
}

.l-hir a.link-card::after, .l-hir .link-card a::after {
  opacity: 0;
}

.no-img-footer {
  height: 1.25rem;
  width: calc(100% - 2.5rem);
  background-color: #fff;
  position: absolute;
  bottom: 20px;
  left: 1.25rem;
}   

.item-pre-title, .font-serif {
  font-family: 'source-serif-pro','sans-serif' !important;
}
.font-sans {
  font-family: 'source-sans-pro','sans-serif' !important;
}

@media (max-width:599px) {
  a.link-card::after, .link-card a::after {
    font-size: 1rem;
  }
}

a.link-card:hover::after, .link-card a:hover::after, a.link-card.hl::after, .link-card.hl a::after {
  opacity: 1;
  padding-right: 1.25rem;
}

a.link-card:hover .no-img-footer, .link-card a:hover .no-img-footerm, .l-hir a.link-card.hl::after, .l-hir .link-card.hl a::after {
  opacity: 0;
}

.link-card span.cor-link:not(.cor-button) {
  display: inline-block;
  margin: -5px 0;
  padding: 5px 0;
  text-decoration: underline;
}

/* .h2.link-card a { padding-right: 4rem; }
.h2.link-card a:hover { padding-right: 3rem; }
.h2.link-card a::after { bottom:calc(50% - .5em); right:0; font-size:1.5em; padding-bottom:0; } */

h3.link-card a, .h3.link-card a { padding-bottom:1.25em; }
h3.link-card a::after, .h3.link-card a::after { padding-bottom:.875em; margin-bottom:.125em; }
@media (min-width:599.1px) {
  h3.link-card a::after, .h3.link-card a::after { padding-bottom:1.25em; }
}

.has-background { --col-tpl:var(--col-bg); }
.has-background .link-card { --col-tpl-h:var(--col-bg); }

.has-red-background-color { --col-tpl:var(--col-corvinus-red-light); }
.has-red-light-background-color, .has-red-dark-background-color { --col-tpl:var(--col-corvinus-red); }
.has-green-background-color { --col-tpl:var(--col-corvinus-green-light); }
.has-green-light-background-color, .has-green-dark-background-color { --col-tpl:var(--col-corvinus-green); }
.has-blue-background-color { --col-tpl:var(--col-corvinus-blue-light); }
.has-blue-light-background-color, .has-blue-dark-background-color { --col-tpl:var(--col-corvinus-blue); }
.has-purple-background-color { --col-tpl:var(--col-corvinus-purple-light); }
.has-purple-light-background-color, .has-purple-dark-background-color { --col-tpl:var(--col-corvinus-purple); }

.with-hr {
  padding-bottom: 1.25rem;
  margin-bottom: .5em;
  border-bottom: 1.25rem solid var(--col-tpl);
}
.with-hr-above {
  padding-top: .75em;
  margin-top: .75em;
  border-top: 1.25rem solid var(--col-tpl);
}

:where(.wp-block-heading,.wp-block-paragraph):has(.with-hr) {
  max-width: none;
}

.no-break { white-space: nowrap; }

.cor-toggle:not(.open) .cor-toggled { display: none; }
.cor-toggler { display: flex; gap: 1em; justify-content: space-between; align-items: center; }
.cor-toggler i { transition:transform .3s ease; }
.cor-toggle.open .cor-toggler i { transform:rotate(180deg); }

.page-intro {
  gap: 0;
}

.page-intro > .wp-block-column {
  display:flex; flex-direction: column; gap:0;
}
.page-intro > .wp-block-column .grow {
  flex: 1 1; min-height:2em;
}

.page-intro .h1 { line-height:1.15; margin:0; font-size: 5.625em }
.page-intro h2 { font-size: 2.5em }
.page-intro.em5 .h1 { line-height:1.15; margin:0; font-size: 5em }

.result-list {
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.875em;
}


.result-list.page-wp-connected-post,
.l-research .result-list {
  margin-top: 4em;
  display: flex;
  flex-direction: unset;
  flex-wrap: wrap;
  gap: 2em;
}


.l-image-tile,
.l-common-tile{
  gap: 0;
}

.result-list.snippet {
  margin: 1.25em 0;
}
.page-wp-connected-post.result-list.snippet{
  margin: 50px 0;
}

.wp-block-adln-bce-connected-post-type,
.wp-block-adln-bce-connected-contacts{
  margin: 50px 0 50px 0;
}
.wp-block-adln-bce-connected-post-type .connected_post-header,
.wp-block-adln-bce-connected-contacts .contact-header{
  margin-top: 50px;
}


.res-item {
  flex: 1 1;
  width: 100%;
  min-width: 100%;
}

.l-common-tile.result-list.page-wp-connected-post{
  justify-content: flex-start;
}
.l-common-tile .res-item.wp-connected-post-item{
  max-width: 800px;
  min-width: unset;
}

.result-filter {
  margin-bottom: 2em;
}

.result-filter .f-title {
  margin-bottom: 1em;
}

.result-filter .f-title i { font-size: 1em; }

.result-filter .filter-list {
  display: flex; flex-wrap: wrap; gap: 2em 1em;
}

.result-filter .f-item {
  min-width: 150px; flex: 1 1;
}

.result-filter .f-wide {
  min-width: 100%; flex: 1 1; 
}


@media (min-width:768px) {
  .col-2, .col-3, .col-4 { display:grid; justify-items:center; align-items:stretch; grid-template-columns:repeat(2, 1fr); }
  .column.is-two-thirds .wp-block-adln-bce-connected-post-type .result-list.snippet.l-hir.col-3 { max-width: 432px; grid-template-columns: repeat(1, 1fr) }
}
@media (min-width:768px) and (max-width:991.9px) {
  .col-no-break:not(.l-employees):where(.col-2,.col-3,.col-4) > :nth-child(n+3) { display:none !important; }
  .connected-post-list .l-hir.col-no-break:where(.col-2,.col-3,.col-4) > :nth-child(n) { display:block !important; }
}
@media (min-width:992px) {
  .col-3, .col-4 { grid-template-columns:repeat(3, 1fr); }
  .column.is-two-thirds .wp-block-adln-bce-connected-post-type .result-list.snippet.l-hir.col-3 {  max-width: 894px; grid-template-columns: repeat(2, 1fr) }
}
@media (min-width:992px) and (max-width:1399.9px) {
  .col-no-break:where(.col-2,.col-3,.col-4) > :nth-child(n+4) { display:none !important; }
  .connected-post-list .l-hir.col-no-break:where(.col-2,.col-3,.col-4) > :nth-child(n) { display:block !important; }
}
@media (min-width:1400px) {
  .col-4 { grid-template-columns:repeat(4, 1fr); }
  .col-no-break:where(.col-2,.col-3,.col-4) > :nth-child(n+5) { display:none !important; }
  .connected-post-list .l-hir.col-no-break:where(.col-2,.col-3,.col-4) > :nth-child(n) { display:block !important; }
}

@media (min-width:800px) {
  form.has-filters { padding-left: 270px; position: relative; }
  form.has-filters .result-filter {
    position: absolute;
    left:0; top: 0; width: 250px;
  }
  .result-filter { margin-top: 3rem; }
  .result-filter:not(.open) .cor-toggled { display: flex; }
  .result-filter .cor-toggler i { display: none; }
  .result-filter .cor-buttons { margin-top: 2em; }
}

.no-result { margin-top:1em; font-size:1.25em; text-transform:uppercase; opacity:.5; }

.res-item .res-title { line-height:29px; font-family: 'source-serif-pro','sans-serif'; }
.page-research .res-item .res-title,.single .elementor-widget-fejlec-box h1 { font-family: 'source-sans-pro','sans-serif' !important; }

.l-search .res-item {
  --img-size: 6.25rem;
  --pad-size: .5rem;
  display: flex;
  gap: 2em;
}

.l-search .res-item .res-text { padding-right: 2em; }
.l-search .res-item .res-lead { opacity: 1; padding: 0; }

.l-event .res-item { min-height: unset; }
.l-event .res-item .res-lead { padding:0 2em 0 0; }

@media (max-width: 1279.9px) {
  .l-event .res-item { min-height:unset }
}

.l-search .res-image, .contact-card .res-image {
  box-sizing: border-box;
  min-width: var(--img-size);
  width: var(--img-size);
  height: var(--img-size);
}

.l-search .res-item .res-image { background:var(--col-corvinus-green-dark); color:var(--col-corvinus-green); }
.l-search .res-item.no-img .res-image { padding:var(--pad-size); }
.l-search .res-item .res-image i { margin:var(--pad-size); font-size:calc(var(--img-size) - 4 * var(--pad-size)); }
.l-search .res-item .res-image .uni-icon-arch { --arch-stroke-width:var(--pad-size); margin:0; }
.l-search .res-item .res-image .uni-icon-arch::before { top: 0 }
.l-search .res-item .res-image .uni-icon-arch::after { bottom: 0 }

.l-subject .filter-list {
  --col-corvinus-green: var(--col-corvinus-red);
}

.res-item .res-image img {
  display:block; width: 100%; height: 100%; object-fit: cover;
}

.res-item .default-image { transition: color .3s ease; }

.res-item.hl:not(:hover) .default-image,
.l-hir .res-item.no-img:not(:hover) .default-image{ 
  --col-tpl: var(--col-bg); 
}

.res-item .res-text { flex: 1 1; }

.l-hir .res-title, .l-event .res-title, .res-item .res-lead {
  padding-right: 1.25em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  min-height: 3.45em;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l-hir .no-img .res-title, .l-hir .no-img .res-date, .l-hir .no-img .res-lead{
  padding-left: 1.25rem;
}

.l-event .res-title{
  padding-left: 0;
}

.res-item .res-lead {
  margin: .5em 0;
}

.page-wp-connected-post .res-item .res-lead{
  margin: 0 0 10px;
}

.l-hir {
  --img-size: calc((100vw - 40px) * var(--image-ratio));
}

@media (min-width: 600px) {
  .l-hir {
    --img-size: calc((50vw - 65px) * var(--image-ratio));
  }
  .column.is-two-thirds .l-hir{ 
    --img-size: calc((432px) * var(--image-ratio)); 
  }
  .l-employees{
    --img-size: calc((50vw - 65px)* var(--image-ratio));
  }
}
@media (min-width: 992px) {
  .l-hir {
    --img-size: calc((33.33vw - 53.33px) * var(--image-ratio));
  }
  .l-hir.col-3, .l-hir .col-3 {
    --img-size: calc((33.33vw - 40px) * var(--image-ratio));
  }
  .column.is-two-thirds .l-hir{
    --img-size: min(calc((50vw - 190px) * var(--image-ratio)),300px)
  }
  .l-employees.col-2,.l-employees .col-2{
    --img-size: min(calc((50vw - 65px) * var(--image-ratio)),514px);
  }
  .l-employees.col-3,.l-employees .col-3{
    --img-size: calc((33.33vw - 60px) * var(--image-ratio))
  }
}
@media (min-width: 1180px) {
  .l-hir.col-3, .l-hir .col-3{
    --img-size: min(calc((min(calc(33vw - 40px),1244px)) * var(--image-ratio)),262px);
  }
  .column.is-two-thirds .l-hir.col-3,  .column.is-two-thirds .l-hir .col-3{
    --img-size: min(calc((50vw - 190px) * var(--image-ratio)),300px)
  }
}
@media (min-width: 1400px) {
  .l-hir {
    --img-size: calc((25vw - 47.5px) * var(--image-ratio));
  }
}
@media (min-width: 1920px) {
  .l-hir.col-4, .l-hir .col-4, .l-employees.col-4, .l-employees .col-4 {
    --img-size: 300px;
  }
  .l-employees.col-3, .l-employees .col-3{
    --img-size: 402px;
  }
  .l-employees.col-3 .res-item, .l-employees .col-3 .res-item{
    max-width: 585px;
    --img-size: 402px;
  }
  .l-employees.col-2 .res-item, .l-employees .col-2 .res-item{
    max-width: 741px;
    --img-size: 514px;
  }
}

.l-hir .res-lead {
  -webkit-line-clamp: 3;
  min-height: 4em;
}

@media (min-width: 400px) {
  .l-event .res-title {
    -webkit-line-clamp: 2;
    min-height: 0;
  }
}

.l-hir .res-item { margin-top:var(--img-size); position:relative; }
.l-hir .res-image {
  position:absolute; width:100%; height:var(--img-size);
  top:calc(1px - var(--img-size)); left:0; overflow:hidden;
}
.l-hir .res-image img {
  transition: transform .3s ease;
}

@media (min-width:1100px) {
  .container-fluid.fw .l-hir .res-item { margin-top:15vw; }
  .container-fluid.fw .l-hir .res-image { height:15vw; top:-15vw; }
}

.l-hir .res-item:hover .res-image img {
  transform: scale(1.1);
}

.l-hir .res-item .default-image::after { content:none; }
.l-hir a.res-item.no-img { padding-top:calc(1rem + var(--img-size)); margin-top: 0; }
.l-hir .res-item.no-img .res-image { top:0; transition:padding .3s ease; }
.l-hir .res-item.no-img:hover .res-image, .l-hir .res-item.hl .res-image { padding:1.25rem; }

.res-item .res-detail { display:flex; gap:.5em; padding-top:.5em; min-width:40%; align-items: center; line-height:1.25; }
.res-item .res-detail:first-of-type { padding-top: 0 }
.res-item .res-detail.merge { float:left; padding-right:1em; }
.res-item .res-detail > i { font-size:1.125em; line-height: 1; width: 1em; text-align: center; }
.WP0-elementor-item .l-event .res-item h4.res-title { margin-bottom: 20px; }

.res-item .res-other { margin: 1em 0; }
.l-event .res-item .res-other { margin: 1.25em 0; }

.l-event .res-lead, .l-event .res-button { margin: 1em 0; }

.contact-card.res-item {
  --img-size: 205px;
  display: flex;
  gap: 1.5em;
}

.contact-card.res-item .res-other { line-height:24px; }
p.contact-card.res-item.res-other{ line-height: 24px; }
.contact-card.res-item .res-other.h4 { margin-bottom:0; }
.contact-card.res-item .res-other ~ .res-other { margin-top: 10px; }
a.link-card.contact-card::after { bottom:auto; top:2em; opacity:1; }
.contact-card.res-item .res-image:has(.default-image) { padding:0; }
.contact-card.res-item .default-image::after { bottom:0; }

.l-subject a.link-card::after { opacity:1; }

.p-contact .contact-card { padding: 0; }

.contact-card .res-title{ font-size: 20px; line-height: 24px; margin-bottom: 20px; } 

@media (max-width:599px) {
  .l-search .res-item { --img-size: 4rem; --pad-size:.333rem; --arch-width:.5em; }
  .l-contact .contact-card.res-item { --img-size: 8rem; }
  .contact-card .res-image { position: absolute; top:0; left:0; transition:margin .3s ease; }
  a.contact-card.res-item .res-image { top:2.25rem; }
  .l-contact .contact-card .res-title { display:flex; align-items:flex-end; margin-left:var(--img-size); padding-left:.5em; min-height:var(--img-size); }
  .p-contact .contact-card.res-item { --img-size: 5rem; }
  .p-contact .contact-card .res-text { margin-left:var(--img-size); padding-left:1em; }
  .p-contact .contact-card .res-title { margin:0; }
  .p-contact .contact-card .res-other { margin-left:calc(-1em - var(--img-size)); }
  .p-contact .contact-card.res-item .res-other ~ .res-other { margin-top:0; }

  .contact-card.res-item .res-detail i { color:var(--col-corvinus-green); }
  .p-contact .contact-card.res-item { gap: 0rem;}
}


.p-contact, .p-subject, .l-contact { max-width:1000px; }
.p-contact .h1, .p-subject .h1 {
  padding-bottom: .25em; margin-bottom: .5em;
}
.p-contact .h1 { border-color:var(--col-corvinus-green); }
.p-subject h1 { float: left; margin:.5em 0; }
.p-subject .subject__semester { float: right; margin:0 0 1em 2em; }
.p-subject .s-merge { clear:both; display:flex; gap:2em; flex-direction:column; }
.p-subject .subject__detail { display:flex; gap:.5em; padding-top: .5em; }
.p-subject .download > * { flex: 1 1; min-width:45%; text-align: center; }

.go-back {
  display:inline-flex; gap:1em; align-items:center; text-transform: uppercase; text-decoration: none; font-size: 1em;
}

.p-contact .go-back, .p-subject .go-back {
  margin: 3em 0; 
}

.subject__semester {
  display: flex;
  align-items: center;
  gap: .25em .5em;
}

.subject__semester .select-wrap {
  flex: 1 1;
  width: 100%;
}

.subject__semester select {
  font-size: 16px;
  font-weight: 500;
}

.single-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

.single-head a i{
  font-size: 1rem;
}

.single-lead { margin:1rem 0; }

.event-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em 2em;
}

.event-info i {
  color: var(--col-corvinus-green);
  padding-right:.25em;
}

.p-event .event__meta { display: none; }
.p-event .register.cor-buttons { margin:1.5rem 0; }

@media (max-width:599px) {
  .p-subject .subject__semester { flex-direction: column; width:100%; margin-left:0; align-items: flex-start; }
  .single-head .go-back span { display:none; }
}

@media (min-width:800px) {
  .p-contact, .p-subject, .p-event { position:relative; }
  .p-contact .go-back, .p-subject .go-back { position: absolute; top:1.125rem; right:2rem; margin: .125em 0; }
  
  .p-event h1 { padding-right:10em; }
  .p-event .register.cor-buttons { position:absolute; top:4rem; right:1.25rem; }
}

body.is-error-page { background: var(--col-corvinus-green); }
body.is-error-page .container-fluid { display: flex; flex-direction: column; justify-content:space-around; }
body.is-error-page h1 { margin-bottom:0; padding-right:1.5em; }
body.is-error-page .featured { display:block; max-height:40vh; margin:6em auto; }

.column {
  display: block;
  -ms-flex-preferred-size: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  padding: 0 15px;
  flex: 1 0 50%;
}

#faqerror {
  display: none;
  width: 100%;
  color: #855C24;
  margin-bottom: 5px;
}

.kapcshirek .connected-post-list .news__image > img {
  display: none;
}

.kapcsposztok .news-panel-list .news__date {
  display: none;
}

/*News titles and content cropping */
.home .news-featured__excerpt,
.home .news-list__excerpt,
.home .red-news__title,
.home .top-news__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home .news-list__title,
.home .news-featured__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home .top-news__excerpt {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 786px) {
  .home .top-news__excerpt {
    -webkit-line-clamp: 5;
  }

  .home .top-news__title {
    -webkit-line-clamp: 2;
  }
}

.error-page {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 10px 40px;
}

.error-page h1 {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
}

.error-page .btn {
  font-size: 20px;
  text-transform: uppercase;
}

a#skip-to-content {
  display: inline-block;
  position: absolute;
  left: .25em;
  top: -2em;
  opacity: 0;
  z-index: -1;
  padding: .5em;
  color: var(--col-bg);
  background: #1A203E;
  text-decoration: none;
}

a#skip-to-content:focus, a#skip-to-content:active {
  top: .25em;
  opacity: 1;
  z-index: 2000;
}

/* elementor flipbox keyboard compatibility - duplicated from flip-box.css */
.elementor-flip-box--effect-flip .elementor-flip-box.hover .elementor-flip-box__back {
  transform: none
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box.hover .elementor-flip-box__front {
  transform: rotateX(0) rotateY(180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box.hover .elementor-flip-box__front {
  transform: rotateX(0) rotateY(-180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box.hover .elementor-flip-box__front {
  transform: rotateX(180deg) rotateY(0)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box.hover .elementor-flip-box__front {
  transform: rotateX(-180deg) rotateY(0)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box.hover .elementor-flip-box__front {
  transform: rotateX(-180deg) rotateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box.hover .elementor-flip-box__front {
  transform: translateX(100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box.hover .elementor-flip-box__front {
  transform: translateX(-100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box.hover .elementor-flip-box__front {
  transform: translateX(0) translateY(-100%)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box.hover .elementor-flip-box__front {
  transform: translateX(0) translateY(100%)
}

.elementor-flip-box--effect-push .elementor-flip-box.hover .elementor-flip-box__back,
.elementor-flip-box--effect-slide .elementor-flip-box.hover .elementor-flip-box__back {
  transform: none
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box.hover .elementor-flip-box__front {
  width: 0;
  opacity: 0;
  transform: scale(.7);
  transition: transform .8s, opacity .7s .1s, width .1ms .7s;
  transition: transform .8s, opacity .7s .1s, width .1ms .7s, -webkit-transform .8s
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back {
  transition: transform .7s, opacity .5s;
  transition: transform .7s, opacity .5s, -webkit-transform .7s;
  opacity: 1;
  transform: scale(1)
}

.elementor-flip-box--effect-fade .elementor-flip-box.hover .elementor-flip-box__back {
  opacity: 1
}

 header .mobile-menu-open-close::before{
  content: "\e90c";
  transition: content 2s ease;
}

header.open .mobile-menu-open-close::before{
  content: "\e903";
}

.profile-menu {
  width: 100%;
  align-self: center;
}

.profile .sidebar-profile {
  padding: 2.5rem 1.25rem 1.25rem 2.5rem;
}

.profile-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: .5rem 1.25rem 1.25rem 2.5rem;
  max-width: 460px;
}

.profile-buttons a {
  padding: .5em 0;
}

.profile-box {
  display: flex;
  font-size: 16px;
  margin-bottom: 2em;
  justify-content: space-between;
  min-height: 450px;
  background-color: var(--col-tpl);
}

.profile-box h2{
  margin-top: 0;
}

.profile-image { background:var(--col-bg); aspect-ratio: 1/1; position: relative; width: 100%; max-width: 450px; }
.profile-image img { width:100%; height:100%; object-fit:cover; }
.profile-image .anim-arch { position: absolute; z-index:1; top:1.25rem; left:1.25rem; width: calc(100% - 2.5rem); height: calc(100% - 2.5rem); }
.profile-image .anim-arch.no-image { top: 0; height: 100%; }

img.fade:not(.in) ~ .anim-arch, video.fade:not(.in) ~ .anim-arch { display: none }
img.fade.in ~ .anim-arch, video.fade.in ~ .anim-arch { position: absolute; z-index:1; top:1.25rem; left:1.25rem; width: calc(100% - 2.5rem); height: calc(100% - 2.5rem); }

img.fade.in ~ .anim-arch, video.fade.in ~ .anim-arch  { --arch-stroke-width: 1.25rem; }

.profile .columns .h2 { flex: 1 1; }

.profile .cor-buttons.download {
  margin: 1.25rem 0;
  gap: 1.25em 1.25em;
}

.profile-box .anchor-w-right-arrow{
  line-height: 1.25;
}

@media (max-width:1199px) {
  .sidebar-profile {
    margin-bottom: 0;
  }
  a#content + .container{
    margin-top: 50px;
  }
}

@media (max-width: 800px) {
  .profile-box {
    background: none;
  }
  .profile-buttons {
    padding: 1em 0;
  }
  .profile-image {
    display: none;
  }
  .sidebar-profile,
  .student .sidebar-profile{
    min-height: 169px;
  }
  .profile .sidebar-profile{
    background-color: var(--col-tpl);
    min-height: 169px;
  }
}

/*-------------------------------------------------------*/
/*                 ELEMENTOR WIDGETS                     */
/*-------------------------------------------------------*/

.wp0-head-title-box{
  display: flex;
  flex: 1 1 50%;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  /* width: 100%; */
  background-color: var(--col-tpl);
  min-height: 350px;
}

.wp0-head-title-box .arch{
  min-width: 150px;
  width: 250px;
  max-width: 250px;
  --col-tpl: #fff;
  gap: 0;
}

.wp0-head-title-box .arch i{
  --arch-stroke-width: 1.25rem;
}

.wp-connected-post-item .default-image::after{
  display: none;
}

.wp0-head-title-box{
  font-size: 1.875rem;
}
.wp0-head-title-box h1{
  color: var(--col-text);
  font-size: 2.7em;
  font-weight: 400;
}

.wp0-head-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.wp0-head-buttons a{
  padding-bottom: 10px;
  max-width: 275px;
  border-bottom: 2px solid black;
}

@media (max-width: 1280px) {
  .wp0-head-title-box h1{
    font-size: 4rem;
  }
  .wp0-head-title-box{
    font-size: 1.2rem;
  }
  .wp0-head-title-box .arch{
    min-width: 150px;
    width: 200px;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .wp0-head-title-box h1{
    font-size: 3rem;
  }
  .wp0-head-title-box{
    font-size: 1rem;
  }
  .wp0-head-title-box .arch{
    min-width: 150px;
    width: 200px;
    max-width: 200px;
  }
}

.WP0-projects-and-labs-title{
  color: #fff;
  padding-bottom: 5rem;
}

.WP0-look-further-title{
  color: #fff;
  padding-bottom: 3rem;
}

.WP0-look-further .title,
.WP0-look-further p,
.WP0-look-further ul li{
  color: #fff;
}

.WP0-elementor-item.WP0-research-highlights h3.title{
  margin-bottom: 5px;
}

.WP0-research-highlights .element{
  margin-top: 2rem;
}

.WP0-research-highlights-title{
  margin-bottom: 1rem;
}

.WP0-research-excellence a{
  font-size: 1.875rem;
}
.WP0-research-excellence a::after{
  font-size: 1.2rem;
}

.WP0-research-excellence .element{
  margin-top: 2rem;
}

.WP0-research-excellence-title{
  margin-bottom: 1rem;
}

.research-slideshow-buttons a{
  display: inline-block;
  margin-top: 1.25rem;
}

.WP0-slideshow .slides .slide:not(.is-active){
  display: none;
}

.WP0-slideshow .slide.is-active:has(img){
  margin-bottom: 7.59px;
}

.research-slideshow-buttons a i{
  font-size: 1rem;
}

.slideshow .slide:not(.is-active) {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition-delay: .5s, 1s, 0s;
}

.research-slideshow-items .image-item{
  max-height: 550px;
}

.research-slideshow-items .content-item > *{
  padding-bottom: 40px;
  margin-bottom: 0;
  max-width: 665px;
}
.research-slideshow-items .content-item h5{
  padding-bottom: 5px;
  margin-bottom: 0;
}

.research-slideshow-items .content-item:has(h5) h2{
  padding-bottom: 30px;
}

.WP0-key-researchers{
  background-color: var(--col-bg);
}

.WP0-business-employes img,
.WP0-key-researchers img{
  height: 432px;
  width: 100%;
  object-fit: cover;
}

.WP0-key-researchers .element{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.WP0-key-researchers .element .paragraph-inn,
.WP0-key-researchers .element .content{
  opacity: 1;
  transition: all .3s ease;
}
.WP0-key-researchers .paragraph-inn{
  min-height: 20px;
}
.WP0-key-researchers .content{
  transition: margin .3s ease;
}
.WP0-key-researchers.researchers-hide-inn .res-item:hover .paragraph-inn{
  opacity: 0;
  visibility: collapse;
}
.WP0-key-researchers .element:hover .content{
  margin-top: -30px;
  padding-bottom: 30px;
}

.WP0-busines-details .disclaimer p{
  font-size: .7rem;
}

.WP0-business-footer-wrap{
  padding: 4rem 3.125rem;
}

.WP0-elementor-item.wp0-head-title-box h1,
.WP0-elementor-item.WP0-research-footer-wrap .title-card,
.WP0-elementor-item.WP0-research-footer-wrap .title-card img{
  margin-bottom: 20px;
}
.WP0-research-footer-wrap ul li:first-child{
  margin-top: 0;
}

.WP0-elementor-item.WP0-research-footer-wrap h4.link-card{
  margin-bottom: 20px;
}

.WP0-video-list .video-ul{
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  max-height: 300px;
  height: 300px;
  overflow-y:auto;
  padding-left: 30px
}

.WP0-video-list .video-ul {
  direction: rtl;
}

.WP0-video-list .video-ul::-webkit-scrollbar {
  width: 5px;
}

.WP0-video-list .video-ul::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.3); 
  border-radius: 10px;
}

.WP0-video-list .video-ul::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.8); 
}

.WP0-video-list .video-ul > li {
  direction: ltr;
}

.WP0-video-list .video-ul li{
  border-bottom: 2px solid black;
}
.WP0-video-list .video-ul li:last-child{
  border-bottom: 0px solid black;
}
.WP0-video-list .video-ul li a{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.WP0-latest-events .content-container{
  width: 100%;
}
.WP0-latest-events .image-container{
  display: none;
}
.WP0-latest-events .image-container img{
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  max-height: 550px;
}
.WP0-programs .whole-card .list-content{
  padding-top: 2.5rem;
}
.WP0-programs .list-content ul li{
  line-height: 20px;
  padding: 0.46875rem 0;
  margin: 0;
}
.WP0-programs .list-content ul li:first-child{
  line-height: 20px;
  padding: 0.46875rem 0;
  margin: 0;
  margin-top: 0px;
}

.WP0-programs .col.show-only-mobile{
  display: none;
}

.WP0-application-programs .res-head.h4{
  margin-bottom: 20px;
}

.WP0-latest-events .col.col-lg-6{
  padding-left: 0px !important;
}

.WP0-business-employes .res-item .res-image img,
.WP0-key-researchers .res-item .res-image img{
  display:block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.WP0-business-employes .res-item,
.WP0-key-researchers .res-item{
  max-width: 741px;
  height: auto;
  min-width: unset;
  margin-top: calc(1.25rem + var(--img-size));
  position: relative;
}
.WP0-business-employes .res-image,
.WP0-key-researchers .res-image {
  position:absolute; 
  width:100%; 
  height:var(--img-size);
  top:calc(1px - var(--img-size)); 
  left:0; 
  overflow:hidden;
}

.WP0-business-employes .col-3 .res-image{
  max-height: 432px;
}
.WP0-business-employes .col-2 .res-image{
  max-height: 549px;
}

.WP0-elementor-item.WP0-key-researchers :is(h4),
.WP0-elementor-item.WP0-business-employes :is(h4){
  margin-bottom: 5px;
}
.WP0-elementor-item.WP0-key-researchers :is(h6,.paragraph-inn),
.WP0-elementor-item.WP0-business-employes :is(h6,.paragraph-inn){
  margin-bottom: 20px;
}

.WP0-business-employes a.link-card,
.WP0-key-researchers a.link-card{
  padding: 1.25rem 3.75rem 2.50rem 1.25rem;
}
.WP0-business-employes a.link-card:hover{
  padding: 1.25rem 2.5rem 2.5rem 2.5rem;
}
.WP0-key-researchers a.link-card:hover{
  padding: 1.25rem 3.75rem 2.50rem 1.25rem;
}
.WP0-key-researchers.researchers-hide-inn a.link-card:hover .content{
  margin-bottom: 1.25rem; 
  margin-top: -1.25rem; 
}
.WP0-business-employes a.link-card img,
.WP0-key-researchers a.link-card img{
  transition: transform .3s ease;
}
.WP0-business-employes a.link-card:hover img,
.WP0-key-researchers a.link-card:hover img{
  transform: scale(1.1);
}
.WP0-business-employes a.link-card .with-arch::before,
.WP0-key-researchers a.link-card .with-arch::before{
  z-index: 10;
}
.paragraph-inn{
  font-size: 1.25rem;
}

.WP0-business-employes .result-list{
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.researchers-without-arrow a.link-card::after{
  display: none;
}

.WP0-appliactions-intro-buttons{
  margin-top: 60px;
}

@media (max-width: 1730px) {
  .page-intro.em5 .h1 {
    font-size: 3em 
  }
}

@media (min-width: 1366px) {
  .WP0-latest-events .image-container{
    display: block;
  }
  .WP0-latest-events .content-container{
    width: 50%;
  }
  .WP0-latest-events .col.col-lg-6{
    padding-left: 15px !important;
  }
  .l-event .res-item{
    min-height: 260px;
  }
}

@media (max-width: 1280px) {
  .page-intro .h3 {
    font-size: 1.25em; 
  }
  .page-intro .h1{
    font-size: 3.75em;
  }
  .page-intro h2{
    font-size: 1.85em;
  }
}

@media (max-width: 991px) {
  .WP0-elementor-footer .footer-element:not(:first-child){
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .WP0-frontpage-intro.page-intro.f-row,
  .WP0-application-intro.page-intro.f-row,
  .WP0-business-specialisations .f-row{
    flex-direction: column-reverse;
  }
  .page-intro.em5 .h1 {
    font-size: 2em 
  }
  .WP0-appliactions-intro-buttons{
    margin-top: 40px;
  }
  .WP0-appliactions-intro-buttons .wp-block-button__link{
    padding: .5rem 2.5em .5rem 0
  }
  .WP0-frontpage-intro img,
  .WP0-frontpage-intro video{
    height: 353px;
  }
  .page-intro .h1 {
    font-size: 2.5em 
  }
  .page-intro h2{
    font-size: 1.562em;
  }
  .page-intro .h3 {
    font-size: 1em; 
  }
  .WP0-elementor-item.WP0-frontpage-intro .wp-block-button.h3{
    margin-top: 100px;
  }
  .WP0-programs .list-content,
  .WP0-programs .col:not(.show-only-mobile){
    display: none;
  }
  .WP0-programs .col.show-only-mobile{
    display: block;
  }
  .WP0-programs .hover-with-arrow{
    display: flex;
    align-items: flex-end;
  }
  .WP0-programs .hover-with-arrow::after{
    opacity: 1;
  }
  .WP0-programs .hover-card-title{
    padding-left: 20px;
  }
  .WP0-application-programs .res-head{
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .WP0-application-programs .res-head img{
    height: 65px;
    width: 65px;
  }
  .WP0-business-specialisations img{
    height: 353px;
    margin-bottom: 30px;
  }
  .page-research .res-item.research-item .res-image{
    display: none;
  }
  .page-research .res-item.research-item .res-clickable{
    width: 100%;
    margin-left: 0;
  }
  .page-research .res-item.research-item:first-child .link-card.flip{
    border-top: 20px solid var(--col-tpl);
    padding-top: 20px;
  }
  .page-research .res-item.research-item .link-card.flip{
    background: linear-gradient(to bottom, transparent 49.99%, var(--col-black) 50%) no-repeat 0 -0.125rem;
    background-size: 100% 200%;
    padding-top: 0;
  }
  .page-research .res-item.research-item:first-child:hover .link-card.flip{
    padding: 20px 2.5rem 1.25rem 0;
  }
  .page-research .res-item.research-item:hover .link-card.flip{
    padding: 0 2.5rem 1.25rem 0;
  }
  .l-event .res-item.link-card:not(.hl):hover{
    padding: 0rem 2.5rem 1.25rem 0;
  }
  .l-event .res-item.link-card.hl:hover{
    padding: 40px 1.25rem 1.25rem 1.25rem;
  }
  .page-research .res-item.research-item.bottom-red-bar:last-of-type .link-card.flip{
    border-bottom: 20px solid var(--col-tpl);
    background: linear-gradient(to bottom, transparent 49.99%, transparent 50%) no-repeat 0 -0.125rem;
  }
  .page-research.shortcode-research .res-item.research-item.bottom-red-bar:last-child:hover .link-card.flip{
    background-position: 0% -20px;
  }
  .footer-1 .cw > div{
    max-width: 100%;
  }
  .WP0-latest-events .content-container .f-row{
    display: block;
  }
  .WP0-elementor-item.WP0-research-footer-wrap :is(.title-card,.link-card) img{
    margin-bottom: 20px;
    margin-right: 20px;
    height: 65px;
    width: 65px;
  }
  .research-slideshow-items .row{
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .WP0-key-researchers .result-list,
  .WP0-business-employes .result-list{
    align-items: center;
  }
  .paragraph-inn{
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .result-list{
    gap: 1.25em;
  }
  a.link-card:hover{
    padding: 0 2.5rem 1.25rem 0;
  }
  .l-contact a.link-card:hover{
    padding-top: 2.5rem;
  }
  .wp-block-adln-bce-connected-contacts .contact-list .card-list a.link-card:hover{
    padding: 2.5rem 2.5rem 1.25rem 0;
    background-image: linear-gradient(to bottom, var(--card-bg) 49.99%, transparent 50%);
    background-position: 0 calc(100% + 1.25rem) !important;
  }
  a.link-card.no-img:not(.hl):hover{
    padding: 2.5rem 2.5rem 1.25rem 0;
  }
  a.wp-connected-post-item .link-card:hover{
    padding: 2.5rem 2.5rem 1.25rem 0;
  }
  
  .l-hir .res-lead,
  .l-hir .res-item:not(.hl) .res-image {
    display: none;
  }
  .l-hir a.link-card.res-item {
    margin-top: 0; padding-top: 1.25rem;
  }
  .l-hir a.link-card.res-item:not(.hl) {
    margin-top: 0; padding-top: 0rem;
  }
  .l-hir .res-item.hl .res-image {
    padding-left:0;
    padding-right: 0;
    padding-top: 0;
  }
  .l-hir .res-item .res-image {
    position: static; margin-left: 1.25rem; width:calc(100% + 1.25rem); height:auto; aspect-ratio:2/1; margin-bottom:2.5rem;
  }
  .l-hir .res-item.link-card.hl.no-img .res-date{
    margin-bottom: 2rem;
  }
  .l-hir a.link-card.hl.no-img:after {
    bottom:2rem; right:1.25rem; opacity:1;
  }
  .l-hir .res-item .res-title {
    min-height: unset;
  }
  .l-hir h3,.l-hir .h3 {
    font-size: 1.25em;
  }
  .l-hir .res-item.link-card{
    padding-top: 0;
  }
  .l-hir .res-item.link-card:not(.hl):first-child{
    border-top: 20px solid var(--col-tpl);
    background: linear-gradient(to bottom, transparent 49.99%, var(--col-black) 50%) no-repeat 0 -0.125rem;
    background-size: 100% 200%;
    padding-top: 0;
  }
  .l-hir .res-item.link-card:not(.hl):first-child .res-text{
    padding-top: 20px;
  }
  .l-hir a.link-card:hover .res-image .default-image::before {
    opacity: 1;
  }  
  .l-hir .res-item.link-card:not(:first-child):not(:last-of-type):not(.hl),
  .l-event .res-item.link-card:not(:first-child):not(.hl){
    background: linear-gradient(to bottom, transparent 49.99%, var(--col-black) 50%) no-repeat 0 -0.125rem;
    background-size: 100% 200%;
    padding-top: 0;
    padding-bottom: 1.125rem;
  }
  .l-event .res-item.link-card:last-of-type:not(.hl){
      border-bottom: 20px solid var(--col-tpl);
      background: transparent;
      padding-bottom: 20px;
  }
  .WP0-latest-events .l-event .res-item.link-card:last-of-type:not(.hl):has(:not(.res-other)) .res-detail{
    padding-bottom: 20px;
  }
  .WP0-latest-events .l-event .res-item.link-card:last-of-type:not(.hl){
    padding-bottom: 0px;
  }
  .l-hir a.link-card:hover{
    background-position: 0% -20px;
  }
  .l-hir .no-img .res-title, .l-hir .no-img .res-date, .l-hir .no-img .res-lead{
    padding-left: 0rem;
  }
  .l-hir .no-img:not(.hl) .no-img-footer{
    display: none;
  }
  .l-hir a.link-card:not(.hl)::after{
    opacity: 1;
  }
  .l-hir a.link-card::after{
    bottom: 0rem
  }
  .l-hir .res-item.link-card:last-of-type .res-text{
    padding-bottom: 20px;
  }
  .l-hir .res-item.link-card:last-of-type::after{
    bottom: 1.25rem;
  }
  .l-hir .hl.no-img .res-title,.l-hir .hl.no-img .res-date{
    padding-left: 1.25rem;
  }
  .l-hir a.link-card.hl.no-img:hover{
    padding: 1.25rem 3.75rem 1.25rem 0;
  }
  .l-hir a.link-card.hl:hover::after{
    padding-right: 1.25rem;
    opacity: 1;
  }
  .l-hir .res-item.no-img:hover .res-image, .l-hir .res-item.hl .res-image{
    padding: 0;
  }
  .l-hir a.link-card:hover .no-img-footer{
    opacity: 1;
  }
  .WP0-latest-events .image-container{
    display: block;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.9px) {
  .WP0-business-employes .res-item,
  .WP0-key-researchers .res-item{
    --img-size: calc((450px + 0px) * var(--image-ratio));
    max-width: 450px;
  }
}

@media (max-width: 490px) {
  .WP0-business-employes .res-item,
  .WP0-key-researchers .res-item{
    --img-size: calc((100vw - 40px) * var(--image-ratio));
    max-width: 100%;
  }
}

.elementor-section:has(.WP0-elementor-footer) .elementor-widget-wrap{
  padding: 0;
}

.WP0-horizontal-line{
  background-color: var(--col-tpl);
  height: 1.25rem;
}

.border-top-bottom-a a:first-child{
  border-top: 2px solid black;
}

.border-top-bottom-a a{
  padding: 1rem 3.75rem 1rem 0;
  border-bottom: 2px solid black;
}

.a-hover-bg{
  --card-bg: var(--col-tpl);
    transition: padding .3s ease, background-position .3s ease, color .3s ease;
    background: linear-gradient(to bottom, transparent 49.99%, var(--col-tpl-h) 50%) no-repeat 0 0;
    background-size: 100% 200%;
}

.a-hover-bg:hover,
.a-hover-bg.active{
  background-position: 0% 100%;
}

.WP0-business-specialisations h3.head,
.WP0-elementor-item.WP0-elementor-details h3{
  margin-bottom: 20px;
}

.WP0-business-specialisations .anchor-w-right-arrow{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.WP0-business-specialisations .item-without-link{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.WP0-business-specialisations .item-without-content{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.WP0-business-specialisations a{
  height: 100%;
}

.WP0-business-specialisations .left-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.WP0-business-specialisations .item-pre-title{
  font-size: 40px;
}

.WP0-what-will-you-study .list-disclaimer *{
  font-size: 20px;
  line-height: 24px;
}

.WP0-what-will-you-study-content{
  padding-left: 1rem;
  padding-right: 1rem;
}

.WP0-frontpage-intro .top-p,
.WP0-application-intro .top-p{
  font-family: 'source-serif-pro';
}

.WP0-frontpage-intro-left-content,
.WP0-application-intro-left-content{
  padding: 2.5em !important;
}

.WP0-frontpage-intro-left-content,
.WP0-application-intro-left-content {
  display: flex;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
}

.elementor-section-full_width{
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.elementor-column-gap-default:has(.WP0-elementor-item) > .elementor-column > .elementor-element-populated{
  padding: 0;
}

.elementor-section-full_width:not(.elementor-inner-section) .elementor-container{
  margin-left: 3.125em;
  margin-right: 3.125em;
}

/* Accordion full width block */
.elementor-top-section.elementor-section-full_width:not(.elementor-inner-section):has(.WP0-parent-full-width) > .elementor-container{
  margin-left: 0;
  margin-right: 0;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.elementor-top-section > .elementor-column-gap-default:has(.WP0-parent-full-width) > .elementor-column > .elementor-element-populated{
  padding: 0;
}


.elementor-section-full_width.elementor-inner-section .elementor-container{
  margin-left:auto;
  margin-right: auto;
}

.WP0-element-full-width{
  margin-left: -3.125rem;
  margin-right: -3.125rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.f-row .col{
  padding-left: 15px;
  padding-right: 15px;
}

.hover-card-bg-down .hover-card-content{
  --card-bg: var(--col-tpl);
  position: relative;
  display: block;
  padding: 1rem 2rem 1.25rem 1rem;
  transition: padding .3s ease, background-position .3s ease, color .3s ease;
  background: linear-gradient(to bottom, transparent 49.99%, var(--card-bg) 50%) no-repeat 0 -1.25rem;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, var(--col-tpl) 49.99%, transparent 50%);
  background-position: 0 calc(100% + 1.25rem);
  padding-top: 2rem;
}

.hover-card-bg-down .hover-card-content.hover-card-no-left-padding{
  padding: 2rem 2rem 1.25rem 0rem;
}

.hover-with-arrow{
  position: relative;
  display: block;
  transition: padding .3s ease;
  padding: 1rem 2rem 0 0;
}

.hover-card-title{
  margin-top: 1.125rem;
}

.hover-with-arrow::after {
  content: '\e902';
  font-family: corvinus-ico;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  position: absolute;
  bottom: .15em;
  padding: 0 0 .15rem;
  right: 0;
  transition: padding .3s ease, opacity .3s ease;
  opacity: 0;
}

.WP0-key-numbers .hover-with-arrow::after{
  padding: 0 0 .1rem;
}

.WP0-projects-and-labs .hover-card-bg-down .hover-card-content{
  --card-bg: var(--col-tpl);
  position: relative;
  display: block;
  padding: 1rem 2.5rem 1.25rem 0rem;
  transition: padding .3s ease, background-position .3s ease, color .3s ease;
  background: linear-gradient(to bottom, transparent 49.99%, var(--card-bg) 50%) no-repeat 0 -2px;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, var(--col-tpl) 49.99%, transparent 50%);
  border-top: 2px solid var(--col-tpl);
  background-position: 0 calc(100%);
}

.WP0-projects-and-labs .hover-card-title{
  padding-bottom: 1rem;
}

.WP0-programs .hover-card-title,
.WP0-projects-and-labs .hover-card-title{
  padding-right: 1.25rem;
}

.WP0-programs li a{
  word-wrap: break-word;
}

.WP0-projects-and-labs .hover-card-bg-down .hover-with-arrow::after{
  bottom: unset;
  right: 0;
  color: var(--col-text-h);
  bottom: -3.75rem;
  padding: 0 0 0 0;
  transition: padding .3s ease, opacity .3s ease;
  z-index: 10;
}
.hover-card-bg-down:hover .hover-card-content{
  background-position: 0 0;
  padding: 1rem 1rem 1.25rem 2rem;
  padding-top: 2rem;
}

.hover-card-bg-down:hover .hover-card-content.hover-card-no-left-padding{
  padding: 2rem 1rem 1.25rem 1rem;
}

.WP0-projects-and-labs .hover-card-bg-down:hover .hover-card-content{
  background-image: linear-gradient(to bottom, var(--col-tpl-h) 49.99%, transparent 50%);
  color: var(--col-text-h);
  padding: 1rem 1.25rem 1.25rem 1.25rem;
}

.WP0-projects-and-labs .lead{
  word-break: break-word;
}

.hover-card-bg-down:hover .hover-with-arrow{
  padding: 1rem 1rem 0rem 1rem;
}


.hover-card-bg-down:hover .hover-with-arrow::after{
  padding-left: 1rem;
  padding-right: 1rem;
  opacity: 1;
}

.hover-card-content::after {
  content: "";
  display: block;
  clear: both;
}

.hover-card-head h3,
.hover-card-head .h3,
.hover-card-readmore h3,
.hover-card-readmore .h3{
  margin-bottom: 0;
  margin-top: 0;
}

.hover-card-head{
  margin-bottom: 1.25rem;
}

.frontpage-intro-subtitle{
  padding-top: 1.875rem;
}
.frontpage-intro-subtitle h2{
  line-height: 1.2;
}

.elementor-carousel-tablet, .elementor-carousel-mobile{
  display: none;
}

.WP0-basic-buttons{
  gap: 1.25rem;
}

.WP0-video-list .video-list{
  margin-right: 20px;
}

.WP0-elementor-item :is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p){
  margin: 0;
}

.WP0-elementor-item .frontpage-intro-link{
  margin-top: 100px;
}

.WP0-elementor-item.WP0-video-list h3{
  margin-bottom: 2.5rem;
}

.WP0-elementor-item .swiper {
  width: calc(100% + 3.125rem);
  height: 100%;
}

.WP0-dual-video .video-container,
.WP0-elementor-item .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.WP0-elementor-item .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.WP0-elementor-item .swiper-slide {
  width: calc(100% - 60px);
  height: auto;
}
.WP0-elementor-item .swiper-slide:last-child {
  margin-right: 60px;
}

.WP0-elementor-item .swiper-prev,
.WP0-elementor-item .swiper-next{
  cursor: pointer;
}

.WP0-elementor-item .swiper-prev{
  margin-right: 15px;
}

.play-button-poster{
  position: absolute;
}

.play-button-poster i{
  font-size: 100px;
  color: var(--col-white);
}

.WP0-dual-video h2{
  margin-bottom: 1.25rem;
}

.WP0-key-numbers .hover-card-bg-down .hover-card-head .hover-card-title{
  padding-right: 1.25rem;
}

.WP0-business-footer-wrap .hover-card-title{
  padding-right: 1.25rem;
}

@media (min-width: 1280px) {
  .WP0-what-will-you-study.wp-block-columns{
    gap: 30px;
  }
  .WP0-what-will-you-study .wp-block-column{
    width: calc(50% - 15px);
  }
}

@media (max-width: 1280px) {
  .WP0-frontpage-intro-left-content,
  .WP0-application-intro-left-content{
    padding: 1.25em !important;
  }
  .WP0-element-full-width{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
 .elementor-carousel-desktop{
    display: none;
  }
  .elementor-carousel-tablet{
    display: block;
  }
  .WP0-business-specialisations .item-pre-title{
    font-size: 35px;
  }
  .WP0-business-specialisations h3{
    font-size: 25px;
  }
  .WP0-what-will-you-study.wp-block-columns{
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .WP0-business-specialisations .wp-block-image img{
    margin-top: 20px;
  }
  .WP0-dual-video h2,
  .WP0-business-rankings-wrap h2{
    margin-top: 40px;
  }  
}

@media (max-width: 768px) {
  .elementor-section-full_width:not(.elementor-inner-section) .elementor-container{
    margin-left: 20px;
    margin-right: 20px;
  }
  .elementor-section-full_width.elementor-inner-section .elementor-container{
    margin-left:auto;
    margin-right: auto;
  }
  .wp0-head-buttons{
    justify-content: center;
  }
  .WP0-projects-and-labs-title{
    padding-left: 1rem;
  }
  .WP0-research-highlights-title{
    padding-left: 1rem;
  }
  .WP0-research-excellence-title{
    padding-left: 1rem;
  }
  .WP0-look-further-title{
    padding-left: 1rem;
  }
  .col{
    padding-left: 10px;
    padding-right: 10px;
  }
  .hover-card-bg-down:hover .hover-card-content{
    background-position: 0 calc(100% + 1.25rem);
    padding: 1rem 2rem 1.25rem 1rem;
    padding-top: 2rem;
  }
  .WP0-projects-and-labs .hover-card-bg-down:hover .hover-card-content{
    background-image: linear-gradient(to bottom, var(--col-tpl-h) 49.99%, transparent 50%);
    color: var(--col-text-h);
    padding: 1rem 1.25rem 1.25rem 1.25rem;
    background-position: 0 0;
  }
  .WP0-projects-and-labs .lead{
    display: none;
  }
  .elementor-carousel-tablet{
    display: none;
  }
  .elementor-carousel-mobile{
    display: block;
  }

  .mobile-flex-row{
    flex-direction: row;
  }
  .mobile-flex-column{
    flex-direction: column;
  }
  .hover-card-bg-down:hover .hover-with-arrow{
    padding: 1rem 2rem 0 0;
  }
  .WP0-elementor-item .swiper-slide {
    width: 100%;
    height: auto;
  }
  .WP0-element-full-width:has(.swiper){
    padding-right: 3.125rem;
  }
  .WP0-elementor-item .swiper {
    width: 100%;
  }
  .elementor-top-section.elementor-section-full_width:not(.elementor-inner-section):has(.WP0-parent-full-width) > .elementor-container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .WP0-business-specialisations .item-pre-title{
    font-size: 25px;
  }
  .WP0-business-specialisations .left-content h3{
    font-size: 20px;
  }
}


.WP0-tabs {
  color: var(--col-text);
  width: 100%;
  display: inline-block;
}
/*----- Tab Links -----*/
.WP0-tabs ul.tab-links{
  margin-bottom: 0;
  margin-left: 0 !important;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.WP0-tabs .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
.WP0-tabs .tab-links li {
  margin-right: 10px;
  margin-bottom: 0;
  float: left;
  list-style: none;
}
.WP0-tabs .tab-links a {
  color: var(--col-black);
  background-color:  var(--col-tpl-light);
  padding: 20px 15px;
  display: inline-block;
  margin-bottom: 0;
  /* font-size: 30px; */
  font-weight: 400;
  transition: all linear 0.15s;
  --padding-x: 50px;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}
.WP0-tabs .tab-links a:hover {
  text-decoration: none;
}
.WP0-tabs li.active a, li.active a:hover {
  background: var(--col-tpl);
}
/*----- Content of Tabs -----*/
.WP0-tabs .tab-content {
  border-top: 20px solid var(--col-tpl);
  background: #fff;
}
.WP0-tabs .tab-content .tab {
  color: var(--col-white);
  display: none;
  border: 0;
  padding: 2rem 2rem;
  background-color: var(--col-bg-color);
}
.WP0-tabs .tab.active {
  display: block;
}

.WP0-tabs .bigres-img{
  display: block;
}
.WP0-tabs .mobile-img{
  display: none;
}

.WP0-tabs .res-period{
  display: flex;
  align-items: center;
  gap: .5rem;
  line-height: 20px;
  padding-top: .75rem;
}

.WP0-tabs .res-period i{
  font-size: 1.375rem;
}

.WP0-tabs h4,
.WP0-tabs p{
  margin-bottom: 0;
}
.WP0-tabs .res-content{
  padding-top: 0.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

.p-line-height-small p{
  line-height: 1.25rem;
}
.p-line-height-24px p{
  line-height: 1.5rem;
}
.p-line-height-20px p{
  line-height: 1.25rem;
}

.p-wysiwyg-edited a{
  text-decoration: underline;
}

.w-max-1200{
  max-width: 1200px;
}

.WP0-tabs .content-with-ul ul li,
.WP0-tabs .content-with-ul p{
  margin: 0;
}

.WP0-programs .has-background {
  padding: 1.25rem;
}

.WP0-research-slideshow-wrap{
  overflow: hidden;
}

.WP0-research-slideshow-wrap  .image-item{
  max-height: 550px;
  display: flex;
  gap: 30px;
}
.WP0-research-slideshow-wrap .next-item{
  max-height: 550px;
  min-width: 100%;
}
.WP0-research-slideshow-wrap .image-item > *{
  max-height: 550px;
}
.WP0-research-slideshow-wrap .next-item img{
  height: auto;
  object-fit: cover;
  max-height: 550px;
}

@media (max-width: 1099.9px) {
  .WP0-tabs .tab-links li{
    margin-right: 5px;    
  }
  .WP0-tabs .tab-links li a{
    --padding-x: 30px;
    /* padding-left: var(--padding-x);
    padding-right: var(--padding-x); */
  }

}

@media (max-width: 999px) {
  .WP0-tabs ul.tab-links{
    flex-direction: column;
    border-left: 20px solid var(--col-tpl);
  }
  .WP0-tabs .tab-links li:first-child {
    margin-top: 0;
  }
  .WP0-tabs .tab-links li,
  .WP0-tabs .tab-links li a {
    width: 100%;
  }
  .WP0-tabs .tab-links a {
    font-size: 16px;
  }
  .WP0-tabs .tab-links li{
    width: 80%;
  }
}

@media (min-width:900.1px) {
  .WP0-tabs .wp-block-columns.with-ruler .wp-block-column::before {
    content:''; display:block; height:1.5rem; position:relative;
    margin:1rem 0 1.5rem 0rem; border:2px solid; border-bottom:0;
  }
  .WP0-tabs .wp-block-columns.with-ruler .wp-block-column::before{
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .WP0-tabs .wp-block-columns.with-ruler .wp-block-column:not(:last-child)::before {
    border-right: 0;
    margin-right: -3rem;
  }
}


@media (max-width:900px) {
  
  .WP0-tabs .wp-block-columns:not(.is-not-stacked-on-mobile) { flex-direction:column; }
  .WP0-tabs .wp-block-columns:not(.is-not-stacked-on-mobile).reverse { flex-direction:column-reverse; }
  .WP0-tabs .wp-block-columns.has-background, .wp-block-group.has-background {
    padding: 2rem 1rem; gap: 4rem 2rem;
  }

  .WP0-tabs .wp-block-columns.with-ruler .wp-block-column { padding-left:2.5rem; position:relative; }
  .WP0-tabs .wp-block-columns.with-ruler .wp-block-column::before {
    content:''; display:block; width:1.5rem; position:absolute;
    top:.5rem; left:0; bottom:0; border:2px solid; border-right:0;
  }
  .WP0-tabs .wp-block-columns.with-ruler .wp-block-column:not(:last-child)::before {
    border-bottom: 0;
    bottom: -3rem;
  }

  .WP0-tabs .tab-links li{
    width: 100%;
  }
  .WP0-tabs .mobile-img{
    display: block;
    margin: 1rem;
  }
  .WP0-tabs .bigres-img,
  .WP0-tabs .bigres-img-wrap{
    display: none;
  }
  .WP0-tabs .wp-block-columns.with-ruler .wp-block-column > *{
    margin-left: 2rem;
  }
}

.szakasz-hatterrel-fekete .elementor-accordion .elementor-accordion-item,
.elementor-accordion .elementor-accordion-item{
  border: 0 !important;
  border-top: 2px solid #000 !important;
}

.szakasz-hatterrel-fekete .elementor-accordion .elementor-accordion-item i,
.elementor-accordion .elementor-accordion-item i{
  color: #000;
}

.WP0-accordion-white.elementor-accordion .elementor-accordion-item{
  border: 0 !important;
  border-top: 2px solid #fff !important;
}

.WP0-accordion-white.elementor-accordion .elementor-accordion-item,
.WP0-accordion-white.elementor-accordion .elementor-accordion-item i{
  color: #fff;
}

.elementor-accordion .elementor-tab-content {
  border-top: 0 !important;
}

.elementor-accordion-icon-closed i,
.elementor-accordion-icon-opened i{
  font-size: 1em !important;
}

.elementor-accordion-item:last-child{
  border-bottom: 2px solid #000 !important;
}
.WP0-accordion-white .elementor-accordion-item:last-child{
  border-bottom: 2px solid #fff !important;
}

.elementor-accordion .elementor-tab-title{
  padding: 20px !important;
}
.elementor-accordion-title,
.elementor-tab-title{
  font-weight: 400 !important;
}

.f-row .col:last-child{
  padding-right: 0px ;
  padding-left: 15px ;
}

@media (max-width: 767.9px) {

  .f-row .col{
    padding-left: 0;
    padding-right: 0;
  }

  .f-row .col:last-child{
    padding-right: 0px ;
    padding-left: 0px ;
  }

  .f-row .col.col-sm-2:nth-child(7n),
  .f-row .col.col-sm-3:nth-child(5n),
  .f-row .col.col-sm-4:nth-child(4n),
  .f-row .col.col-sm-6:nth-child(3n){
    padding-left: 0px; 
  }

  .f-row .col.col-sm-2:nth-child(6n),
  .f-row .col.col-sm-3:nth-child(4n),
  .f-row .col.col-sm-4:nth-child(3n),
  .f-row .col.col-sm-6:nth-child(2n){
    padding-right: 0px; 
  }
}

@media (min-width: 768px) and (max-width: 991.9px) {
 
 .f-row .col.col-sm-2:first-child,
 .f-row .col.col-sm-2:nth-child(7n) {
    padding-left: 0; 
  }

 .f-row .col.col-sm-2:nth-child(6n) {
    padding-right: 0; 
  }

 .f-row .col.col-sm-3:first-child,
 .f-row .col.col-sm-3:nth-child(5n) {
    padding-left: 0; 
  }

 .f-row .col.col-sm-3:nth-child(4n) {
    padding-right: 0; 
  }

 .f-row .col.col-sm-4:first-child,
 .f-row .col.col-sm-4:nth-child(4n) {
    padding-left: 0; 
  }

 .f-row .col.col-sm-4:nth-child(3n) {
    padding-right: 0; 
  }

 .f-row .col.col-sm-6:first-child,
 .f-row .col.col-sm-6:nth-child(3n) {
    padding-left: 0; 
  }

  .f-row .col.col-sm-6:nth-child(3n):is(:last-child) {
    padding-right: 15px; 
  }

  .f-row .col.col-sm-6:nth-child(2n) {
    padding-right: 0; 
  }
}

@media (min-width: 992px) {

  .f-row .col.col-md-2:first-child,
  .f-row .col.col-md-2:nth-child(7n):not(:last-child) {
    padding-left: 0; 
  }

  .f-row .col.col-md-2:nth-child(6n) {
    padding-right: 0; 
  }

  .f-row .col.col-md-3:first-child,
  .f-row .col.col-md-3:nth-child(5n):not(:last-child) {
    padding-left: 0; 
  }

  .f-row .col.col-md-3:nth-child(4n) {
    padding-right: 0; 
  }

  .f-row .col.col-md-4:first-child,
  .f-row .col.col-md-4:nth-child(4n):not(:last-child) {
    padding-left: 0; 
  }

  .f-row .col.col-md-4:nth-child(3n) {
    padding-right: 0; 
  }

  .f-row .col.col-md-6:first-child,
  .f-row .col.col-md-6:nth-child(3n):not(:last-child) {
    padding-left: 0; 
  }

  .f-row .col.col-md-6:nth-child(2n) {
    padding-right: 0; 
  }

}

@media (min-width: 1280px) {

  .f-row .col.col-md-2:nth-child(7n):not(:last-child),
  .f-row .col.col-md-3:nth-child(5n):not(:last-child),
  .f-row .col.col-md-4:nth-child(4n):not(:last-child),
  .f-row .col.col-md-6:nth-child(3n):not(:last-child){
    padding-left: 15px; 
  }

  .f-row .col.col-md-6:nth-child(2n):not(:last-child),
  .f-row .col.col-md-2:nth-child(6n):not(:last-child),
  .f-row .col.col-md-3:nth-child(4n):not(:last-child),
  .f-row .col.col-md-4:nth-child(3n):not(:last-child){
    padding-right: 15px; 
  }


  .f-row .col.col-lg-2:first-child,
  .f-row .col.col-lg-2:nth-child(7n) {
    padding-left: 0 !important; 
  }

  .f-row .col.col-lg-2:nth-child(6n) {
    padding-right: 0 !important;
  }

  .f-row .col.col-lg-3:first-child,
  .f-row .col.col-lg-3:nth-child(5n) {
    padding-left: 0 !important; 
  }

  .f-row .col.col-lg-3:nth-child(4n) {
    padding-right: 0 !important; 
  }

  .f-row .col.col-lg-4:first-child,
  .f-row .col.col-lg-4:nth-child(4n) {
    padding-left: 0 !important; 
  }

  .f-row .col.col-lg-4:nth-child(3n) {
    padding-right: 0 !important; 
  }

  .f-row .col.col-lg-6:first-child,
  .f-row .col.col-lg-6:nth-child(3n) {
    padding-left: 0 !important; 
  }

  .f-row .col.col-lg-6:nth-child(2n) {
    padding-right: 0 !important; 
  }
}

.WP0-full-element-p-top-0{
  padding-top: 0;
}
.WP0-full-element-p-top-1{
  padding-top: 1rem;
}
.WP0-full-element-p-top-2{
  padding-top: 2rem;
}
.WP0-full-element-p-top-3{
  padding-top: 3rem;
}
.WP0-full-element-p-top-4{
  padding-top: 4rem;
}
.WP0-full-element-p-top-5{
  padding-top: 5rem;
}
.WP0-full-element-p-top-6{
  padding-top: 6rem;
}
.WP0-full-element-p-top-7{
  padding-top: 7rem;
}
.WP0-full-element-p-top-8{
  padding-top: 8rem;
}
.WP0-full-element-p-top-9{
  padding-top: 9rem;
}
.WP0-full-element-p-top-10{
  padding-top: 10rem;
}

.WP0-full-element-p-bottom-0{
  padding-bottom: 0;
}
.WP0-full-element-p-bottom-1{
  padding-bottom: 1rem;
}
.WP0-full-element-p-bottom-2{
  padding-bottom: 2rem;
}
.WP0-full-element-p-bottom-3{
  padding-bottom: 3rem;
}
.WP0-full-element-p-bottom-4{
  padding-bottom: 4rem;
}
.WP0-full-element-p-bottom-5{
  padding-bottom: 5rem;
}
.WP0-full-element-p-bottom-6{
  padding-bottom: 6rem;
}
.WP0-full-element-p-bottom-7{
  padding-bottom: 7rem;
}
.WP0-full-element-p-bottom-8{
  padding-bottom: 8rem;
}
.WP0-full-element-p-bottom-9{
  padding-bottom: 9rem;
}
.WP0-full-element-p-bottom-10{
  padding-bottom: 10rem;
}

@media (max-width:1280px) {
  .WP0-full-element-p-1280-top-0{
    padding-top: 0;
  }
  .WP0-full-element-p-1280-top-1{
    padding-top: 1rem;
  }
  .WP0-full-element-p-1280-top-2{
    padding-top: 2rem;
  }
  .WP0-full-element-p-1280-top-3{
    padding-top: 3rem;
  }
  .WP0-full-element-p-1280-top-4{
    padding-top: 4rem;
  }
  .WP0-full-element-p-1280-top-5{
    padding-top: 5rem;
  }
  .WP0-full-element-p-1280-top-6{
    padding-top: 6rem;
  }
  .WP0-full-element-p-1280-top-7{
    padding-top: 7rem;
  }
  .WP0-full-element-p-1280-top-8{
    padding-top: 8rem;
  }
  .WP0-full-element-p-1280-top-9{
    padding-top: 9rem;
  }
  .WP0-full-element-p-1280-top-10{
    padding-top: 10rem;
  }
  
  .WP0-full-element-p-1280-bottom-0{
    padding-bottom: 0;
  }
  .WP0-full-element-p-1280-bottom-1{
    padding-bottom: 1rem;
  }
  .WP0-full-element-p-1280-bottom-2{
    padding-bottom: 2rem;
  }
  .WP0-full-element-p-1280-bottom-3{
    padding-bottom: 3rem;
  }
  .WP0-full-element-p-1280-bottom-4{
    padding-bottom: 4rem;
  }
  .WP0-full-element-p-1280-bottom-5{
    padding-bottom: 5rem;
  }
  .WP0-full-element-p-1280-bottom-6{
    padding-bottom: 6rem;
  }
  .WP0-full-element-p-1280-bottom-7{
    padding-bottom: 7rem;
  }
  .WP0-full-element-p-1280-bottom-8{
    padding-bottom: 8rem;
  }
  .WP0-full-element-p-1280-bottom-9{
    padding-bottom: 9rem;
  }
  .WP0-full-element-p-1280-bottom-10{
    padding-bottom: 10rem;
  }
}

@media (max-width:768px) {
  .WP0-full-element-p-768-top-0{
    padding-top: 0;
  }
  .WP0-full-element-p-768-top-1{
    padding-top: 1rem;
  }
  .WP0-full-element-p-768-top-2{
    padding-top: 2rem;
  }
  .WP0-full-element-p-768-top-3{
    padding-top: 3rem;
  }
  .WP0-full-element-p-768-top-4{
    padding-top: 4rem;
  }
  .WP0-full-element-p-768-top-5{
    padding-top: 5rem;
  }
  .WP0-full-element-p-768-top-6{
    padding-top: 6rem;
  }
  .WP0-full-element-p-768-top-7{
    padding-top: 7rem;
  }
  .WP0-full-element-p-768-top-8{
    padding-top: 8rem;
  }
  .WP0-full-element-p-768-top-9{
    padding-top: 9rem;
  }
  .WP0-full-element-p-768-top-10{
    padding-top: 10rem;
  }
  
  .WP0-full-element-p-768-bottom-0{
    padding-bottom: 0;
  }
  .WP0-full-element-p-768-bottom-1{
    padding-bottom: 1rem;
  }
  .WP0-full-element-p-768-bottom-2{
    padding-bottom: 2rem;
  }
  .WP0-full-element-p-768-bottom-3{
    padding-bottom: 3rem;
  }
  .WP0-full-element-p-768-bottom-4{
    padding-bottom: 4rem;
  }
  .WP0-full-element-p-768-bottom-5{
    padding-bottom: 5rem;
  }
  .WP0-full-element-p-768-bottom-6{
    padding-bottom: 6rem;
  }
  .WP0-full-element-p-768-bottom-7{
    padding-bottom: 7rem;
  }
  .WP0-full-element-p-768-bottom-8{
    padding-bottom: 8rem;
  }
  .WP0-full-element-p-768-bottom-9{
    padding-bottom: 9rem;
  }
  .WP0-full-element-p-768-bottom-10{
    padding-bottom: 10rem;
  }
}


/* RESEARCH ELEMENTS */

a.research-item:hover .res-image {
  overflow: hidden;
}
a.research-item .res-image img{
  transition: all .3s ease;
}
a.research-item:hover .res-image img{
  transform: scale(1.1);
}

a.research-item .res-image:has(.default-image){
  transition: padding .3s ease;
}
a.research-item:hover .res-image:has(.default-image){
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.page-research .research-item,
.page-wp .wp-connected-post-item{
  display: flex;
  width: 100%;
}

.page-research .res-image,
.page-wp-connected-post .wp-connected-post-item .res-image{
  width: 278px;
  height: 190px;
  float: left;
  overflow: hidden;
}
.page-wp-connected-post .wp-connected-post-item .res-image{
  margin-bottom: 20px;
}
.page-wp-connected-post .wp-connected-post-item .no-img .res-image{
  background-color: var(--col-corvinus-green-dark);
}
.page-wp-connected-post .wp-connected-post-item .res-text{
  padding-left: calc(278px + 20px);
}
.page-research .res-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-research .res-clickable{
  width: calc(100% - 298px);
  margin-left: 20px;
}

a.research-item:hover .link-card,
a.research-item:hover .link-card.no-img{
  padding-left: 0rem;
  padding-right: 3.75rem;
}

a.research-item:hover .link-card,
a.research-item:hover .link-card.no-img{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  /* background-position: 0 100%; */
}

a.research-item:hover .link-card::after,
a.wp-connected-post-item:hover .link-card::after{
  opacity: 1;
  padding-right: 1.25rem;
}

.research-item .res-other{
  margin: 0px;
  margin-left: 0px;
}

.page-research .res-title{
  padding-right: 0.85em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  min-height: 3.625rem;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1280px) {
  .page-research .res-image,
  .page-wp-connected-post .wp-connected-post-item .res-image{
    width: 171px;
    height: 207px;
    float: left;
    overflow: hidden;
    display: none;
  }
  .page-research .res-clickable{
    /* width: calc(100% - 171px); */
    width: calc(100% - 0px);
  }
  .page-wp-connected-post .wp-connected-post-item .res-text{
    /* padding-left:calc(171px + 20px) */
    padding-left:0px
  }
  .page-wp-connected-post .wp-connected-post-item .default-image{
    --arch-stroke-width: 0.625rem;
  }
  .page-wp-connected-post .wp-connected-post-item .default-image::before{
    top: 20px;
    transform: unset;
  }
  .page-wp-connected-post .wp-connected-post-item .default-image::after{
    display: block;
    bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .page-research .res-image,
  .page-wp-connected-post .wp-connected-post-item .res-image{
    display: none;
  }
  .page-wp-connected-post .wp-connected-post-item .res-text{
    padding-left:0;
  }
  .page-research .res-clickable{
    width: 100%;
    margin-left: 0;
  }
}

/* fix misuse */

:where(h1, h2, h3, h4, h5, h6) strong:first-child:last-child { font-weight: 400; }

.scroll-overlay {
  background: linear-gradient(to top, var(--col-bg-color) 30%, transparent);
  opacity: 0.8;
  margin-left: 5px;
  position: absolute;
  bottom: 2px;
  height: 40px;
  pointer-events: none;
  z-index: 10;
  right: 0;
  left: 0;
}