figure {display: inline-block;}

.h1, h1 {
  font-size: 1.6rem;
}

.h3, h3 {
  font-size: 1.1rem;
}

.page-header > h1 {
  margin-top: 18px;
  margin-bottom: 22px;
}

.inline-block {display: inline-block;}
.margin-right-10 {margin-right: 10px;}
.margin-right-15 {margin-right: 15px;}

body > .site-grid {
  column-gap: 38px;
}

body > .site-grid > .container-sidebar-left > .sidebar-left.card {
  background-color: transparent;
  border: 0;
}

body > .site-grid > .container-sidebar-left > .sidebar-left.card .mod-menu {
  font-size: 104%;
}

body > .site-grid > .container-sidebar-left > .sidebar-left.card .mod-menu a {
  color: rgb(30, 30, 30);
  text-decoration: none;
}

body > .site-grid > .container-sidebar-left > .sidebar-left.card .mod-menu a:before {
  color: goldenrod;
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  /*font-size: ;*/
  font-weight: 900;
  margin-right: 6px;
  position: relative;
  vertical-align: middle;
}

body > .site-grid > .container-sidebar-left > .sidebar-left.card .mod-menu > .active > a {
  font-weight: bold;
}

body > .container-header {
  background-color: #efefef;
  background-image: url(/images/photos/cover.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  padding: 50px 0;
}

body > .container-header:after {
  background-color: rgba(255, 255, 255, 0.45);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
}

body.usr-nyitooldal > .container-header {
  background-position: center bottom;
  height: 500px;
}

body > .container-header > .container-below-top {
  max-width: none;
}

body > .container-header > .container-below-top > .mod-custom:first-child {
  align-items: center;
  background-color: rgba(17, 40, 85, 0.9);
  border-color: rgba(200, 250, 255, 0.75);
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-radius: 0 50em 50em 0;
  box-shadow: rgb(100 130 160) 0px 1px 12px 8px;
  color: rgb(0, 49, 112);
  display: flex;
  left: 0;
  margin-right: 20px;
  max-width: 1180px;
  padding: 12px 20px 12px 45px;
  position: absolute;
  top: 50px;
  width: fit-content;
  z-index: 4000;
}

body > .container-header > .container-below-top > .mod-custom:first-child > .usr-logo-holder {
  display: inline-block;
  margin: 0;
}

body > .container-header > .container-below-top > .mod-custom:first-child > .usr-logo-holder > a > img {
  display: block;
  height: 160px;
}

body > .container-header > .container-below-top > .mod-custom:first-child > .usr-right-logos-holder {
  align-items: center;
  display: flex;
  padding: 0 20px;
}

body > .container-header > .container-below-top > .mod-custom:first-child .usr-mke-logo-holder {
  padding: 7px 12px;
}

body > .container-header > .container-below-top > .mod-custom:first-child .usr-mke-logo-holder img {
  display: block;
  max-height: 80px;
  margin: 0 auto;
}

body > .container-header > .container-below-top > .mod-custom:first-child .usr-ekke-logo-holder {
  padding: 7px 12px;
}

body > .container-header > .container-below-top > .mod-custom:first-child .usr-ekke-logo-holder img {
  background-color: white;
  border: 3px solid rgba(17, 40, 85, 0.5);
  border-radius: 8px;
  display: block;
  max-height: 76px;
  margin: 0 auto;
  padding: 8px;
}

body > .container-header > .container-below-top > .mod-custom:first-child > .usr-header-text-holder {
  flex: 1;
  padding: 25px 35px;
}

body > .container-header > .container-below-top > .mod-custom:first-child > .usr-header-text-holder > h1 {
  color: aliceblue;
  font-family: Calibri;
  font-size: 40px;
  margin: 2px 0 5px 0;
}

body > .container-header > .container-below-top > .mod-custom:first-child > .usr-header-text-holder > p {
  color: rgb(205, 250, 255);
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 0 3px;
}

body > .container-header > .container-below-top > .mod-custom:nth-child(2) {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#usr-godown {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 16px 16px;
  cursor: pointer;
  padding: 4px 10px;
  position: absolute;
  right: calc(50% - 25px);
  top: 0;
  z-index: 5000;
}

#usr-godown > a {
  color: rgb(17,40,85) !important;
  text-decoration: none;
  font-size: 200%;
}

#usr-under-header {
  bottom: 0;
  position: absolute;
}

@media (max-width: 1024px) {

  body > .container-header > .container-below-top > .mod-custom:first-child > .usr-header-text-holder > h1 {
    font-size: 30px;
  }

  body > .container-header > .container-below-top > .mod-custom:first-child > .usr-header-text-holder > p {
    font-size: 20px;
  }

}

@media (max-width: 800px) {

  body > .container-header {
    background-position: center;
    height: 370px;
  }

  body.usr-nyitooldal > .container-header {
    height: 370px;
  }

  body > .container-header > .container-below-top > .mod-custom:first-child {
    flex-flow: wrap;
    padding: 20px 20px 20px 25px;
    place-content: flex-start;
    top: 15px;
    width: 95%;
  }

  body > .container-header > .container-below-top > .mod-custom:first-child > .usr-header-text-holder {
    flex: 0.5;
    flex-grow: 1;
    min-width: 200px;
    padding: 10px 28px 10px 10px;
    text-align: left;
  }

  body > .container-header > .container-below-top > .mod-custom:first-child > .usr-header-text-holder > h1 {
    font-size: 22px;
  }

  body > .container-header > .container-below-top > .mod-custom:first-child > .usr-header-text-holder > p {
    font-size: 18px;
  }

}

@media (max-width: 640px) {

  body > .container-header > .container-below-top > .mod-custom:first-child > .usr-header-text-holder > h1 {
    font-size: 24px;
  }

  body > .container-header > .container-below-top > .mod-custom:first-child > .usr-header-text-holder > p {
    font-size: 14px;
  }

  body > .container-header > .container-below-top > .mod-custom:first-child > .usr-logo-holder {
    min-width: 100px;
  }

  body > .container-header > .container-below-top > .mod-custom:first-child > .usr-logo-holder > a > img {
    height: 80px;
  }

  body > .container-header > .container-below-top > .mod-custom:first-child > .usr-right-logos-holder {
    min-width: 120px;
    padding: 0 28px 0 10px;
  }

  body > .container-header > .container-below-top > .mod-custom:first-child .usr-mke-logo-holder {
    display: inline-block;
    padding: 4px 8px;
  }

  body > .container-header > .container-below-top > .mod-custom:first-child .usr-mke-logo-holder img {
    max-height: 64px;
  }

  body > .container-header > .container-below-top > .mod-custom:first-child .usr-ekke-logo-holder {
    display: inline-block;
    padding: 4px 8px;
  }

  body > .container-header > .container-below-top > .mod-custom:first-child .usr-ekke-logo-holder img {
    max-height: 60px;
  }

}

@media (max-width: 394px) {

}

/* -------------- */

.usr-button {
  background-color: rgb(15, 134, 204); /*#164da0*/
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  padding: 10px 18px 10px 18px;
  text-decoration: none;
}

.usr-button:hover {
  color: #fff;
  opacity: 0.85;
}

.usr-photo {
  border-radius: 3px;
}

.usr-photo-holder {
  font-size: 0;
  margin: 0 -10px 10px -10px;
  position: relative;
}

.usr-photo-holder > img {
  border-radius: 3px;
  margin: 10px;
}

.usr-col-left > .usr-photo-holder {
  margin: 0 0 0 -10px;
}

.usr-photo-holder.usr-col-1 > img {
  width: calc(100% - 20px);
}

.usr-photo-holder.usr-col-3 > img {
  width: calc((100% - 3 * 20px) / 3);
}
