/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
body {
  width: 100%;
  font-family: 'Miriam Libre', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  font-weight: 400;
}
@media (max-width: 768px) {
  body {
    width: 100%;
    min-width: 100%;
  }
}
a {
  color: #1C75BC;
  text-decoration: none;
}
p a {
  border-bottom: 1px solid #1C75BC;
}
p a:hover {
  border-bottom: 2px solid #1C75BC;
}
h1,
h2,
h3 {
  letter-spacing: 0.075em;
}
img {
  display: block;
}
b,
strong {
  font-weight: 700;
  letter-spacing: 0.075em;
}
i,
em {
  font-style: italic;
}
.row_wide {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .row_wide {
    width: 100%;
  }
}
.row_narrow {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.caption {
  font-style: italic;
  margin-bottom: 16px;
}
.nev {
  font-family: 'Miriam Libre', sans-serif;
  font-weight: 700;
  color: #1C75BC;
  text-transform: uppercase;
}
.markdown {
  font-size: 15px;
}
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
  font-weight: 700;
  color: #1C75BC;
  text-transform: uppercase;
  font-family: 'Miriam Libre', sans-serif;
  margin-bottom: 17px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown ul,
.markdown ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}
.markdown ul ol,
.markdown ol ol {
  list-style-type: lower-roman;
}
.markdown ul ul,
.markdown ol ul,
.markdown ul ol,
.markdown ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.markdown ul ul ol,
.markdown ol ul ol,
.markdown ul ol ol,
.markdown ol ol ol {
  list-style-type: lower-alpha;
}
.markdown p,
.markdown ul,
.markdown ol,
.markdown table {
  margin-top: 0;
  margin-bottom: 17px;
}
.markdown a {
  border-bottom: 1px solid #1C75BC;
}
.markdown a:hover {
  border-bottom: 2px solid #1C75BC;
}
.markdown p,
.markdown li {
  color: #1C75BC;
  letter-spacing: 0.025em;
  line-height: 1.7;
}
.markdown table {
  width: 100%;
  min-width: 560px;
  color: #1C75BC;
  text-align: left;
}
.markdown table tr {
  height: 30px;
  line-height: 30px;
}
.markdown table thead {
  margin-bottom: 20px;
}
.markdown table thead tr:first-child th:first-child {
  font-size: 17px;
}
.markdown table thead tr:last-child {
  height: 20px;
}
.markdown table th {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 14px;
  line-height: 1.5;
}
.markdown table tbody td {
  padding: 0 5px;
  vertical-align: middle;
  border-left: 1px solid #1C75BC;
  border-top: 1px solid #1C75BC;
  border-bottom: 1px solid #1C75BC;
  box-sizing: border-box;
}
.markdown table tbody td:first-child {
  padding: 0;
  border: none;
  width: 36%;
}
.markdown table tbody td:last-child {
  border-right: 1px solid #1C75BC;
}
#levels .markdown table td:first-child {
  padding: 0 5px 7px 0;
}
#menu {
  position: fixed;
  width: 100%;
  height: 100px;
  font-size: 0;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 1px 16px -10px rgba(0, 0, 0, 0.6);
  transition: height 0.3s;
}
#menu svg {
  fill: currentColor;
}
#menu .logo {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
#menu .logo .logo-wrapper {
  width: 100%;
  color: #1C75BC;
}
#menu .logo .logo-img {
  display: inline-block;
  width: 170px;
  vertical-align: middle;
}
#menu .logo .logo-img img {
  width: 100%;
}
#menu .kismenu {
  display: inline-block;
  width: 100%;
  min-width: 775px;
  height: 100px;
  padding: 0 10px;
  margin: 0 auto;
  vertical-align: middle;
  box-sizing: border-box;
}
#menu .kismenu ul {
  width: auto;
  height: inherit;
  display: flex;
}
#menu .kismenu li {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 10px;
}
#menu .kismenu li a {
  position: relative;
  font-family: 'Miriam Libre', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #1C75BC;
  outline: none;
}
#menu .kismenu li a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background: #1C75BC;
  opacity: 0;
  z-index: 15;
  transition: opacity 0.3s ease;
}
#menu .kismenu li:first-child a::after,
#menu .kismenu li .extra_link::after {
  content: none;
}
#menu .kismenu li .arrow {
  position: relative;
  display: none;
  width: 16px;
  height: 16px;
  top: 3px;
  padding: 0 20px;
  color: #fff;
  z-index: 15;
  cursor: pointer;
  transition: transform 0.3s;
}
#menu .kismenu li.active a::after,
#menu .kismenu li:hover a::after {
  opacity: 1;
}
#menu .kismenu li.active .icon-logo,
#menu .kismenu li:hover .icon-logo {
  color: #fff;
}
#menu .kismenu .submenu {
  position: absolute;
  flex-direction: column;
  width: 100vw;
  height: auto;
  max-height: 0;
  padding: 0 20px 0 200px;
  top: 100px;
  left: 0;
  z-index: 10;
  background: #fff;
  box-sizing: border-box;
  transition: max-height 0.2s, padding 0.2s;
  visibility: hidden;
  box-shadow: 0 1px 16px -10px rgba(0, 0, 0, 0.6);
}
#menu .kismenu .submenu::before {
  position: absolute;
  content: '';
  width: 2px;
  height: calc(100% - 40px);
  background: #1C75BC;
  top: 20px;
  left: 190px;
}
#menu .kismenu .submenu li {
  opacity: 0;
  height: 25px;
  flex: 1 0 auto;
  transition: opacity 0.1s;
  margin: 0;
}
#menu .kismenu .submenu li a::after {
  content: '';
  opacity: 0;
}
#menu .kismenu .submenu li:first-child {
  margin: 0;
}
#menu .kismenu .submenu li:first-child:hover a::after,
#menu .kismenu .submenu li:hover a::after {
  opacity: 1;
}
#menu .kismenu .menu_bal {
  float: left;
}
#menu .kismenu .menu_jobb {
  float: right;
}
#menu .kismenu .menu_jobb a:hover {
  border-color: transparent;
}
#menu .kismenu .menu_jobb .extra_link {
  display: inline-block;
  border: 1px solid #1C75BC;
  padding: 3px 7px;
}
#menu .kismenu .menu_jobb .extra_link:hover {
  background: #1C75BC;
  color: #fff;
}
#menu .toggle-nav {
  display: none;
  position: absolute;
  top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
#menu .toggle-nav#open-nav {
  padding: 10px 15px;
  left: 20px;
  color: #1C75BC;
  border: 1px solid #1C75BC;
}
#menu .toggle-nav#open-nav:hover {
  background: #1C75BC;
  color: #fff;
}
#menu .toggle-nav#close-nav {
  padding: 10px;
  top: 20px;
  right: 20px;
  z-index: 10;
  border: 1px solid #fff;
}
#menu .toggle-nav#close-nav .icon-wrapper {
  display: block;
  width: 16px;
  height: 16px;
  color: #fff;
}
#menu:not(.narrow) .mainmenu-item:hover .submenu {
  max-height: initial;
  padding: 20px 20px 20px 200px;
  border-top: 1px dashed #1C75BC;
  visibility: visible;
}
#menu:not(.narrow) .mainmenu-item:hover .submenu li {
  opacity: 1;
  transition: opacity 0.2s 0.1s;
}
#menu.narrow {
  height: 60px;
}
#menu.narrow .logo {
  display: none;
  width: 100%;
  height: 60px;
  margin: 10px 0;
}
#menu.narrow .logo::after {
  position: absolute;
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  bottom: 0;
  left: 20px;
  background: #fff;
}
#menu.narrow #open-nav {
  display: block;
}
#menu.narrow .kismenu {
  position: relative;
  min-width: 100%;
  height: 60px;
  visibility: hidden;
}
#menu.narrow .kismenu .logo-wrapper {
  color: #fff;
}
#menu.narrow .kismenu .menu_bal {
  position: absolute;
  display: none;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  overflow: auto;
  top: 0;
  left: 0;
  background-color: #1C75BC;
  z-index: 10;
}
#menu.narrow .kismenu .menu_bal ul {
  flex-direction: column;
}
#menu.narrow .kismenu .menu_bal li {
  position: relative;
  display: block;
  height: auto;
  padding: 10px 20px;
  box-sizing: border-box;
}
#menu.narrow .kismenu .menu_bal li.logo {
  padding-bottom: 20px;
}
#menu.narrow .kismenu .menu_bal li a {
  display: inline-block;
  color: #fff;
}
#menu.narrow .kismenu .menu_bal li a::after {
  background-color: #fff;
}
#menu.narrow .kismenu .menu_bal li .arrow {
  display: inline-block;
}
#menu.narrow .kismenu .menu_bal li.active a::after {
  background-color: #fff;
}
#menu.narrow .kismenu .menu_bal li.active .submenu a::after {
  opacity: 0;
}
#menu.narrow .kismenu .menu_bal .main-menu {
  padding-bottom: 40px;
}
#menu.narrow .kismenu .menu_bal .submenu {
  position: relative;
  display: none;
  width: 100%;
  top: 0;
  padding: 10px;
  background: #1C75BC;
  visibility: visible;
  box-shadow: none;
}
#menu.narrow .kismenu .menu_bal .submenu::before {
  height: calc(100% - 20px);
  top: 10px;
  left: 0;
  background: #fff;
}
#menu.narrow .kismenu .menu_bal .submenu li:hover a::after {
  opacity: 1;
}
#menu.narrow .kismenu .menu_bal .mainmenu-item.submenu-visible .arrow {
  transform: rotate(-90deg);
}
#menu.narrow .kismenu .menu_bal .mainmenu-item.submenu-visible .submenu {
  display: flex;
  box-shadow: none;
  max-height: 100%;
}
#menu.narrow .kismenu .menu_bal .mainmenu-item.submenu-visible .submenu li {
  opacity: 1;
}
#menu.narrow .kismenu .menu_jobb {
  position: absolute;
  width: auto;
  height: 60px;
  top: 0;
  right: 10px;
  float: none;
  visibility: visible;
}
#menu.narrow .kismenu .menu_jobb li {
  height: 60px;
  font-size: 13px;
}
#menu.mobile-menu-active {
  display: block;
}
#menu.mobile-menu-active #close-nav {
  display: block;
}
#menu.mobile-menu-active .kismenu {
  visibility: visible;
}
#menu.mobile-menu-active .kismenu .menu_bal {
  display: block;
}
#menu.mobile-menu-active .kismenu li a {
  letter-spacing: 0.2em;
}
@media (max-width: 1350px) {
  #menu {
    min-width: 100%;
    height: 60px;
  }
  #menu .logo {
    display: none;
    width: 100%;
    height: 60px;
    margin: 10px 0;
  }
  #menu .logo::after {
    position: absolute;
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    bottom: 0;
    left: 20px;
    background: #fff;
  }
  #menu #open-nav {
    display: block;
  }
  #menu .kismenu {
    position: relative;
    min-width: 100%;
    height: 60px;
    visibility: hidden;
  }
  #menu .kismenu .logo-wrapper {
    color: #fff;
  }
  #menu .kismenu .menu_bal {
    position: absolute;
    display: none;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    overflow: auto;
    top: 0;
    left: 0;
    background-color: #1C75BC;
    z-index: 10;
  }
  #menu .kismenu .menu_bal ul {
    flex-direction: column;
  }
  #menu .kismenu .menu_bal li {
    position: relative;
    display: block;
    height: auto;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  #menu .kismenu .menu_bal li.logo {
    padding-bottom: 20px;
  }
  #menu .kismenu .menu_bal li a {
    display: inline-block;
    color: #fff;
  }
  #menu .kismenu .menu_bal li .arrow {
    display: inline-block;
  }
  #menu .kismenu .menu_bal li.active a::after {
    background-color: #fff;
  }
  #menu .kismenu .menu_bal li.active .submenu a::after {
    content: none;
  }
  #menu .kismenu .menu_bal .submenu {
    position: relative;
    display: none;
    width: 100%;
    top: 0;
    padding: 10px;
    visibility: visible;
    background: #1C75BC;
  }
  #menu .kismenu .menu_bal .submenu::before {
    height: calc(100% - 20px);
    top: 10px;
    left: 0;
    background: #fff;
  }
  #menu .kismenu .menu_bal .submenu li:hover a::after {
    opacity: 1;
  }
  #menu .kismenu .menu_bal .mainmenu-item.submenu-visible .arrow {
    transform: rotate(-90deg);
  }
  #menu .kismenu .menu_bal .mainmenu-item.submenu-visible .submenu {
    display: flex;
    box-shadow: none;
    max-height: 100%;
  }
  #menu .kismenu .menu_bal .mainmenu-item.submenu-visible .submenu li {
    opacity: 1;
  }
  #menu .kismenu .menu_jobb {
    position: absolute;
    width: auto;
    height: 60px;
    top: 0;
    right: 10px;
    float: none;
    visibility: visible;
  }
  #menu .kismenu .menu_jobb li {
    height: 60px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #menu {
    position: relative;
  }
  #menu .kismenu .submenu {
    box-shadow: none;
    visibility: visible;
  }
  #menu .kismenu .submenu li {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  #menu .kismenu .menu_bal {
    max-width: 100%;
    min-height: 100vh;
  }
}
#slider {
  position: relative;
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 900px) {
  #slider {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  #slider {
    padding-top: 0;
    background: #1C75BC;
  }
}
#slider img {
  width: 100%;
  position: absolute;
}
@media (max-width: 480px) {
  #slider img {
    position: relative;
  }
}
#slider .felirat {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1/3 * 100%;
  max-width: 400px;
  right: 0;
  bottom: 60px;
  padding: 30px;
  z-index: 8;
  color: #fff;
  font-family: 'Miriam Libre', sans-serif;
  font-size: 16px;
  background: #1C75BC;
  box-sizing: border-box;
}
#slider .felirat__info {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  border: 1px solid #fff;
}
#slider .felirat__info:first-child {
  margin-bottom: 15px;
}
#slider .felirat h1,
#slider .felirat p {
  width: 100%;
  padding: 15px;
}
#slider .felirat h1 {
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
}
#slider .felirat span {
  margin-right: 3px;
}
#slider .felirat span:empty {
  display: none;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  #slider .felirat {
    width: 50%;
  }
  #slider .felirat h1,
  #slider .felirat p {
    padding: 10px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #slider .felirat {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 40px;
    bottom: 0;
  }
  #slider .felirat h1,
  #slider .felirat p {
    padding: 5px;
    font-size: 13px;
  }
}
#slider .projekt {
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.swiper-container {
  width: 100%;
  height: calc(5 / 12 * 100vw);
}
.actual-slider .swiper-container {
  height: calc(5 / 18 * 100vw);
}
.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  background: None;
  border: 2px solid #fff;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 21px;
    height: 35px;
    margin-top: -18px;
    background-size: 21px 35px;
  }
}
@media (max-width: 480px) {
  .swiper-container {
    height: auto;
  }
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 18px;
    height: 30px;
    top: 33%;
    background-size: 18px 30px;
  }
}
.contact {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  padding: 60px 0 30px;
  margin-top: -2px;
  box-sizing: border-box;
  border-top: 1px dashed #1C75BC;
}
.contact h2 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #1C75BC;
  text-transform: uppercase;
}
.contact__row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
  padding: 20px;
  font-family: 'Miriam Libre', sans-serif;
  font-size: 14px;
  color: #1C75BC;
  box-sizing: border-box;
}
.contact__col {
  display: flex;
  flex-flow: row wrap;
  width: calc(1 / 3 * (100% - 20px));
  margin-right: 10px;
  margin-bottom: 15px;
}
.contact__col:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .contact__col {
    width: calc(1/2 * (100% - 20px));
  }
  .contact__col:nth-child(3n) {
    margin-right: 10px;
  }
  .contact__col:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .contact__col {
    width: 100%;
    flex: 1 0 auto;
    margin-right: 0;
  }
}
.contact__item {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  border: 1px solid #1C75BC;
}
.contact__item:last-child {
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.contact a {
  color: inherit;
}
.contact a:hover {
  color: #888;
}
@media (max-width: 768px) {
  .contact {
    min-width: 0;
  }
}
#map-canvas {
  width: 100%;
  height: 400px;
}
.footer {
  width: 100%;
  padding: 20px 0;
}
.footer__row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.footer__row:last-child {
  justify-content: space-between;
  border-top: 1px solid #1C75BC;
}
.footer__row h2 {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #1C75BC;
  text-transform: uppercase;
}
.footer__row p {
  font-size: 12px;
  color: #1C75BC;
}
.footer__row p a,
.footer__row p a:hover {
  border-bottom: none;
}
.footer__row .stamp {
  width: 240px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .footer__row .stamp {
    width: 140px;
  }
}
.footer__row img {
  width: 100%;
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer__social ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__social ul li:not(:last-child) {
  margin-right: 10px;
}
.footer__social .social-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.footer__social .social-icon:hover .icon {
  color: #1C75BC;
}
.footer__social .social-icon .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #a6c6e6;
  transition: color 0.3s;
  pointer-events: none;
}
.footer__social .social-icon .icon svg {
  fill: currentColor;
}
.footer__button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 22px;
}
.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.more-button {
  padding: 10px;
  font-size: 16px;
  color: #1C75BC;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  border: 1px solid #1C75BC;
}
.more-button:hover {
  color: #fff;
  background: #1C75BC;
}
#kekrol_csatlakozz {
  margin-top: 60px;
}
#kekrol_csatlakozz .ajax_left p {
  font-size: 16px;
}
#kekrol_csatlakozz .ajax_left img {
  margin-top: 18px;
}
.tartalom {
  width: 100%;
  max-width: 1024px;
  box-sizing: border-box;
}
.tartalom h2,
.tartalom h3 {
  font-family: 'Miriam Libre', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1C75BC;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 10px 0;
}
.tartalom .sor {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
.tartalom .sor .cim {
  position: relative;
  width: calc(1 / 3 * 100%);
  max-width: 350px;
  height: 45px;
  margin-right: 30px;
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #1C75BC;
}
.tartalom .sor .cim h2 {
  padding: 10px;
}
.tartalom .sor .cim .arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 10px;
  color: #1C75BC;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
  pointer-events: none;
}
.tartalom .sor .cim .arrow svg {
  fill: currentColor;
}
.tartalom .sor .cim.active .arrow {
  transform: translateY(-50%);
}
.tartalom .sor .szoveg {
  width: calc(2 / 3 * (100%) - 30px);
  max-width: 644px;
}
.tartalom .sor .szoveg p:first-child {
  margin-top: 10px;
}
.tartalom .sor .szoveg .projkep3 {
  padding: 0;
}
.tartalom .sor .szoveg .projkep3 li {
  list-style: none;
  width: 100%;
}
.tartalom .sor .szoveg .projkep3 li img {
  width: 100%;
  margin-bottom: 15px;
}
.tartalom .sor .szoveg table.members tbody td:first-child {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 10px;
}
.tartalom .sor#levels {
  flex-direction: column;
}
.tartalom .sor#levels .cim {
  margin-bottom: 20px;
  height: auto;
  min-height: 45px;
}
.tartalom .sor#levels .szoveg {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
}
.tartalom .sor#levels .szoveg table {
  width: 100%;
}
.tartalom .sor#levels .szoveg .extra-text {
  width: 64%;
}
.tartalom .sor#prices .szoveg {
  width: 100%;
  max-width: 100%;
}
#helyszin,
#csatlakozz {
  margin-top: 40px;
  box-sizing: border-box;
}
#helyszin h1,
#csatlakozz h1 {
  color: #1C75BC;
}
#helyszin .tartalom .sor,
#csatlakozz .tartalom .sor {
  padding-top: 100px;
  margin-top: -100px;
}
#helyszin .tartalom .sor .cim,
#csatlakozz .tartalom .sor .cim {
  border: none;
  cursor: default;
}
#helyszin .tartalom .sor .cim h2,
#csatlakozz .tartalom .sor .cim h2 {
  padding: 10px 0 0;
}
#helyszin .tartalom .terem .cim,
#csatlakozz .tartalom .terem .cim {
  border: 1px solid #1C75BC;
  cursor: pointer;
}
#helyszin .tartalom .terem .cim h2,
#csatlakozz .tartalom .terem .cim h2 {
  padding: 10px;
}
#helyszin .tartalom .terem .cim .arrow,
#csatlakozz .tartalom .terem .cim .arrow {
  transform: translateY(-50%);
}
#helyszin .terem,
#csatlakozz .terem {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-bottom: 20px;
  overflow: hidden;
}
#helyszin .terem.opened .szoveg,
#csatlakozz .terem.opened .szoveg {
  opacity: 1;
}
#helyszin .terem.opened .cim .arrow,
#csatlakozz .terem.opened .cim .arrow {
  transform: translateY(-50%) rotate(-90deg);
}
#helyszin .terem .szoveg,
#csatlakozz .terem .szoveg {
  height: 0;
  padding: 0;
  opacity: 0;
  box-sizing: border-box;
  transition: height 0.5s, opacity 0.2s 0.3s;
}
#helyszin .terem .terem-info,
#csatlakozz .terem .terem-info {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
#helyszin .terem .terem-info table,
#csatlakozz .terem .terem-info table {
  width: 100%;
  margin: 0;
}
#helyszin .terem .terem-info table tr,
#csatlakozz .terem .terem-info table tr {
  display: flex;
  width: 100%;
  height: 45px;
  justify-content: space-between;
}
#helyszin .terem .terem-info table th,
#csatlakozz .terem .terem-info table th,
#helyszin .terem .terem-info table td,
#csatlakozz .terem .terem-info table td {
  display: flex;
  width: calc(1 / 3 * 100%);
  height: 100%;
  padding: 0 5px;
  font-size: 16px;
  align-items: center;
  box-sizing: border-box;
}
#helyszin .terem .terem-info table th,
#csatlakozz .terem .terem-info table th {
  text-transform: uppercase;
  border-top: 1px solid #1C75BC;
  border-bottom: 1px solid #1C75BC;
  border-left: 1px solid #1C75BC;
}
#helyszin .terem .terem-info table th:last-child,
#csatlakozz .terem .terem-info table th:last-child {
  border-right: 1px solid #1C75BC;
}
#helyszin .terem .terem-info table td,
#csatlakozz .terem .terem-info table td {
  border: none;
}
@media (max-width: 768px) {
  #helyszin .tartalom .sor,
  .tartalom .sor {
    flex-direction: column;
  }
  #helyszin .tartalom .sor .cim,
  .tartalom .sor .cim {
    width: 100%;
    max-width: 100%;
  }
  #helyszin .tartalom .sor .cim .arrow,
  .tartalom .sor .cim .arrow {
    transform: translateY(-50%);
  }
  #helyszin .tartalom .sor .cim.active .arrow,
  .tartalom .sor .cim.active .arrow {
    transform: translateY(-50%) rotate(180deg);
  }
  #helyszin .tartalom .sor.opened .cim .arrow,
  .tartalom .sor.opened .cim .arrow {
    transform: translateY(-50%) rotate(180deg);
  }
  #helyszin .tartalom .sor .szoveg,
  .tartalom .sor .szoveg {
    width: 100%;
    padding-top: 15px;
  }
  #helyszin .tartalom .ajax_left,
  .tartalom .ajax_left {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 480px) {
  #helyszin .tartalom .sor .cim,
  .tartalom .sor .cim {
    max-width: 100%;
    height: auto;
    margin-right: 0;
  }
}
#project.event {
  padding-bottom: 60px;
}
#project h1 {
  font-family: 'Miriam Libre', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1C75BC;
  font-size: 24px;
}
#project #leiras {
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
}
#project #leiras #kapcsolat {
  margin-top: 44px;
  width: 350px;
}
#project #leiras #kapcsolat h2 {
  font-family: 'Miriam Libre', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1C75BC;
  font-size: 15px;
  margin-bottom: 20px;
}
#project #leiras #kapcsolat li {
  line-height: 2;
}
#project #leiras #kapcsolat li a {
  color: #1C75BC;
}
#project #leiras #kapcsolat li a:hover {
  border-bottom: 1px solid #1C75BC;
}
#project #leiras #kapcsolat li img {
  display: inline;
  margin-right: 10px;
}
#project #leiras #kapcsolat li .icon {
  width: 30px;
  display: inline-block;
}
#project #leiras #kapcsolat.event-info h2 {
  font-size: 17px;
}
#project #leiras #kapcsolat.event-info li {
  color: #1C75BC;
}
#project #leiras #kapcsolat.event-info li a {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #1C75BC;
}
#project #leiras #kapcsolat.event-info li a:hover {
  border-bottom: 2px solid #1C75BC;
}
#project #leiras #szoveg {
  width: 674px;
  margin-top: 40px;
}
#project #leiras #szoveg h2,
#project #leiras #szoveg h3,
#project #leiras #szoveg h4 {
  color: #1C75BC;
}
@media (max-width: 768px) {
  #project #leiras {
    flex-direction: column;
  }
  #project #leiras #kapcsolat {
    width: 100%;
  }
  #project #leiras #szoveg {
    width: 100%;
  }
  #project #leiras h3 {
    padding-top: 20px;
  }
}
#project.profil-page {
  padding-top: 130px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  #project.profil-page {
    padding-top: 20px;
  }
}
#project.profil-page #profil {
  width: 33%;
  max-width: 320px;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  #project.profil-page #profil {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
#project.profil-page .profilkep img {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 601px) {
  #project.profil-page #leiras {
    flex-direction: row;
  }
  #project.profil-page #leiras #szoveg {
    margin-top: 0;
  }
}
#project #csapat {
  margin-top: 44px;
}
#project #csapat .tag {
  display: flex;
  margin-bottom: 40px;
}
#project #csapat .tag .kep {
  width: 350px;
  float: left;
}
#project #csapat .tag .kep img {
  width: 150px;
  height: 150px;
}
#project #csapat .tag .tag_leiras {
  margin-top: -6px;
  width: 674px;
  float: left;
}
#project #csapat .tag .tag_leiras .description {
  font-size: 16px;
}
@media (max-width: 768px) {
  #project #csapat {
    margin-top: 20px;
  }
  #project #csapat .tag {
    flex-direction: column;
  }
  #project #csapat .tag .kep {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #project #csapat .tag .tag_leiras {
    float: none;
    width: 100%;
    margin-top: 0;
  }
}
#project .projkep3 {
  display: flex;
  width: 100%;
  padding: 0;
  margin-right: -10px;
  list-style: none;
}
#project .projkep3 li {
  width: 2 / 3 * 80%;
  margin-right: 10px;
  margin-bottom: 10px;
}
#project .projkep3 li img {
  width: 100%;
}
#project .arrow {
  display: block;
  width: 15px;
  height: 15px;
  padding: 10px;
  border: 1px solid #1C75BC;
  color: #1C75BC;
}
#project .arrow:hover {
  background: #1C75BC;
  color: #fff;
}
#project .arrow svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
#project .event-info ul {
  margin-bottom: 20px;
}
#project #szoveg .projkep3 {
  flex-direction: column;
  padding: 0;
}
#project #szoveg .projkep3 li {
  list-style: none;
  width: 100%;
}
#project #szoveg .projkep3 li img {
  width: 100%;
  margin-bottom: 15px;
}
.actuals h1,
.projects h1,
.team h1,
.actuals h2,
.projects h2,
.team h2 {
  width: 100%;
  text-align: center;
  color: #1C75BC;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-weight: 400;
}
.actuals h1,
.projects h1,
.team h1 {
  font-size: 20px;
  margin-bottom: 30px;
}
.actuals h2,
.projects h2,
.team h2 {
  font-size: 18px;
}
.actuals {
  padding: 100px 0 40px;
  margin-top: -60px;
}
.team {
  width: 100%;
  padding: 40px 0;
}
.projects {
  width: 100%;
  padding: 40px 0;
}
.projects__selectors {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.projects__selectors ul {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1024px;
  padding: 0 60px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .projects__selectors ul {
    padding: 0 30px;
  }
}
.projects__selectors ul li {
  width: calc(1/3 * (100% - 40px));
}
.projects__selectors ul li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .projects__selectors ul li {
    max-width: 140px;
  }
}
@media (max-width: 480px) {
  .projects__selectors ul li {
    width: auto;
  }
}
.projects__selectors ul a {
  display: block;
  flex: 1 0 auto;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-family: 'Miriam Libre', sans-serif;
  font-size: 15px;
  letter-spacing: 0.075em;
  color: #1C75BC;
  text-transform: uppercase;
  border: 1px solid #1C75BC;
  box-sizing: border-box;
}
.projects__selectors ul a:hover,
.projects__selectors ul a.active {
  color: #fff;
  background: #1C75BC;
}
#grid .grid-row {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 20px;
  box-sizing: border-box;
}
#grid .grid-row:not(:last-of-type) {
  border-bottom: 1px dashed #1C75BC;
}
#grid .cimke {
  width: 100%;
}
#grid .cimke h2 {
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Miriam Libre', sans-serif;
  letter-spacing: 0.075em;
  color: #1C75BC;
  text-transform: uppercase;
}
#grid .kep-lista {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#grid .kep {
  display: flex;
  width: 20%;
  flex-flow: column;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) and (min-width: 581px) {
  #grid .kep {
    width: 25%;
  }
}
@media (max-width: 580px) and (min-width: 481px) {
  #grid .kep {
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  #grid .kep {
    width: 50%;
  }
}
#grid .kep__link {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
#grid .kep__link::after,
#grid .kep__link .kep__bg {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#grid .kep__link::after {
  z-index: 2;
  opacity: 0;
  background-color: rgba(30, 144, 255, 0.4);
  transition: opacity 0.7s;
}
#grid .kep__link:hover::after {
  opacity: 1;
}
#grid .kep__link .kep__bg {
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#grid .kep__szoveg {
  display: flex;
  width: 80%;
  flex-direction: column;
  align-items: flex-end;
}
#grid .kep__szoveg h3,
#grid .kep__szoveg a,
#grid .kep__szoveg p {
  display: block;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  font-family: 'Miriam Libre', sans-serif;
  border: 1px solid #1C75BC;
  box-sizing: border-box;
}
#grid .kep__szoveg h3 {
  width: 100%;
  color: #1C75BC;
}
#grid .kep__szoveg p {
  color: #1C75BC;
}
#grid .kep__szoveg a {
  min-width: 20%;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  border-top: none;
}
#grid .kep__szoveg a:hover {
  color: #fff;
  background: #1C75BC;
}
#grid .kep.third {
  width: calc(1/3 * (100% - 40px));
  margin-right: 20px;
}
#grid .kep.third:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  #grid .kep.third {
    width: calc(1/2 * (100% - 20px));
  }
  #grid .kep.third:nth-child(3n) {
    margin-right: 20px;
  }
  #grid .kep.third:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  #grid .kep.third {
    width: 100%;
    margin-right: 0;
  }
}
#grid .kep.third .kep__szoveg h3 {
  padding: 6px;
  font-weight: 400;
  text-align: center;
  border: none;
  box-sizing: border-box;
}
#grid .kep.third .kep__szoveg h3.event-title {
  text-transform: lowercase;
  border-bottom: 1px solid #1C75BC;
}
#grid .kep.third .kep__info {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #1C75BC;
}
#grid .kep.third .kep__info p {
  border: none;
  text-align: center;
  font-weight: 700;
}
#grid .kep.event .kep__link {
  padding-bottom: 66%;
}
#contact #kov_kek {
  margin-top: 80px;
  margin-left: 100px;
  direction: rtl;
}
#contact #kov_kek li {
  min-height: 30px;
}
#contact #kov_kek #kovess {
  display: inline-block;
  width: 400px;
  vertical-align: top;
  direction: ltr;
}
#contact #kov_kek #kovess h2 {
  color: #1C75BC;
  font-family: 'Miriam Libre', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#contact #kov_kek #kovess li {
  font-family: 'Miriam Libre', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#contact #kov_kek #kovess li a {
  color: #333;
}
#contact #kov_kek #kovess li a:hover {
  color: #1C75BC;
}
#contact #kov_kek #kovess li a .icon {
  width: 30px;
  display: inline-block;
}
#contact #kov_kek #kek {
  display: inline-block;
  width: 524px;
  vertical-align: top;
  direction: ltr;
}
#contact #kov_kek #kek h2 {
  color: #1C75BC;
  font-family: 'Miriam Libre', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#contact #kov_kek #kek li {
  font-family: 'Miriam Libre', sans-serif;
  font-size: 16px;
}
#contact #kov_kek #kek li .icon {
  width: 30px;
  display: inline-block;
  font-size: 15px;
}
#contact #kov_kek #kek li .cimke {
  font-family: 'Miriam Libre', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
#contact #kov_kek #kek li p {
  font-size: 16px;
}
@media (max-width: 768px) {
  #contact #kov_kek {
    margin-left: 0;
  }
  #contact #kov_kek #kek {
    display: block;
    width: 70%;
    margin: 0 auto 40px;
  }
  #contact #kov_kek #kovess {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  #contact #kov_kek #kek li {
    margin-bottom: 20px;
  }
}
.hirlevel-wrapper {
  width: 360px;
  min-height: 690px;
  font-family: 'Miriam Libre', sans-serif;
  color: #fff;
  overflow: auto;
}
.hirlevel-wrapper iframe {
  width: 100%;
}
#cboxOverlay {
  opacity: 0.5;
}
#cboxLoadingGraphic {
  background: none;
  display: none;
}
#cboxPrevious {
  background: url(/static/images/colorbox/controls.png) no-repeat top left;
}
#cboxNext {
  background: url(/static/images/colorbox/controls.png) no-repeat top right;
}
#cboxClose {
  background: none;
}
#cboxLoadedContent {
  background: #fff;
  border-color: #fff;
}
