@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap");
.text-red {
  color: #d10f3b;
}

.sizer {
  background: purple;
  color: white;
  position: fixed;
  z-index: 10000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  right: 0;
}

.bold {
  font-weight: 600;
}

.semiBold {
  font-weight: 600;
}

.extraBold {
  font-weight: 600;
}

section {
  color: #0062a7;
  background: rgba(255, 255, 255, 0.6666666667);
}

body {
  background: url(images/bg-parlament-grad.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border: 15px solid white;
}

.copy {
  color: white;
  text-align: center;
  font-size: 12px;
}

footer {
  text-align: center;
  background: #d10f3b;
  color: white;
  padding: 50px 15px;
  font-weight: 500;
}
footer img {
  width: 134px;
  margin-top: 24px;
}

input {
  text-transform: uppercase;
}

header {
  text-align: center;
  padding-top: 60px;
  background: rgba(255, 255, 255, 0.6666666667);
}

header h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin: 32px 30px;
  color: #0062a7;
}

header.home h1 {
  margin-bottom: 130px;
}

header .logo {
  width: 80%;
  margin-bottom: 10vh;
}

header.home {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
header.home .logo {
  width: 30vw;
}
header.home h1 {
  padding-left: 18vw;
  padding-right: 18vw;
  margin-top: 2vh;
  font-size: 4vw;
}
@media (max-width: 992px) {
  header.home .logo {
    width: 60vw;
  }
}
@media (orientation: portrait) {
  header.home {
    justify-content: space-between;
  }
  header.home .logo {
    width: 70vw;
    margin-bottom: 3vh;
  }
  header.home h1 {
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 10vw;
    margin-bottom: 7vh;
  }
}
header.home #headerSearch {
  width: 100vw !important;
  padding: 0 20px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  header .logo {
    width: 60%;
  }
}
.face {
  margin-bottom: 32px;
  display: block;
  text-align: center;
  color: #0062a7;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.face:hover {
  text-decoration: none;
  color: #d10f3b;
}
.face .picCont {
  /* border: 1px solid #36a9e1;
  border-bottom: 10px solid #36a9e1; */
  border: 8px solid #0062a7;
  display: block;
  margin-bottom: 10px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background: white;
}
.face .picCont .picContAfter {
  display: flex;
  z-index: 1000;
  content: attr(data-after);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: white;
  color: #0062a7;
  opacity: 0;
  border-radius: 50%;
}
.face img {
  width: 100%;
  vertical-align: top;
  border-radius: 50%;
}
.face:hover .picCont {
  border-color: #d10f3b;
}
.face:hover .picContAfter {
  opacity: 1;
}

#search {
  background: #0062a7;
  text-align: center;
  padding: 16px;
  color: white;
  font-weight: 600;
  width: 100vw;
  margin-bottom: 15px;
}
#search button {
  color: white;
  background: #d10f3b;
  border: none;
  border-radius: 0;
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 32px;
  display: inline-block;
}
#search input::placeholder,
#search input::-webkit-input-placeholder,
#search input::-moz-placeholder {
  color: #636367;
}
#search input {
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  vertical-align: top;
  font-weight: 600;
  color: #0062a7;
}
#search input:first-child {
  margin-bottom: 16px;
}
#search input::-moz-placeholder {
  color: #0062a7;
}
#search input::placeholder {
  color: #0062a7;
}

.results-header {
  font-size: 28px;
  color: #0062a7;
}
.results-header span {
  color: #d10f3b;
}

.totop {
  position: absolute;
  margin-left: -30px;
  margin-top: -30px;
}

.totop img {
  width: 60px;
}

.title {
  font-size: 36px;
}

section.contact {
  background: #36a9e1;
  color: white;
  padding: 60px 0;
}

section.contact .title {
  margin-bottom: 40px;
}

section.contact a {
  color: white;
}

.inp {
  display: block;
  width: 100%;
  border: 1px solid #0062a7;
  color: #636367;
  margin-bottom: 24px;
  font-size: 14px;
  padding: 10px;
}

.inp::placeholder,
.inp::-webkit-input-placeholder,
.inp::-moz-placeholder {
  text-transform: uppercase;
}

.button {
  color: #0062a7;
  background: #ffd500;
  border: none;
  border-radius: 0;
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}

.button.small {
  font-size: 18px !important;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #0062a7;
}

.button.disabled {
  background: gray !important;
  color: white !important;
}

.block {
  color: white;
  background: #0062a7;
  margin-bottom: 40px;
}

.block .title {
  margin-bottom: 24px;
}

.block .inner {
  padding: 40px 26px;
}

.details {
  padding-bottom: 60px;
  padding-top: 60px;
  background-size: cover;
}

.sliderContainer {
  padding-left: 20px;
  padding-right: 20px;
}

.slick-prev::before,
.slick-next::before {
  content: "" !important;
  width: 15px !important;
  height: 35px !important;
  display: inline-block;
  background: url(images/button_arrow_right.svg) right center no-repeat;
}

.slick-prev::before {
  background: url(images/button_arrow_left.svg) left center no-repeat;
}

.photoSlick > div a {
  margin: 0 15px;
  display: block;
}

.topSection {
  background-color: #0168ab;
  background-image: url(images/bg_desktop_2.jpg);
  background-size: cover;
  color: white;
}

.topSection .container {
  padding: 0px 30px 400px 30px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 400px;
}

.topSection .top-logo {
  width: 100%;
  margin-bottom: 32px;
}

.topSection h1.name {
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 8px 0;
}

.topSection .vk {
  margin-bottom: 16px;
}

.topSection .icons a {
  margin: 0 10px;
}

section.buttons {
  text-align: center;
  background: #eeeeee;
  padding: 40px;
}

section.buttons .btn {
  display: block;
  margin-bottom: 24px;
  background: #0062a7;
  color: white;
  border-radius: 5px;
  width: 280px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

section.buttons .btn:last-child {
  margin-bottom: 0;
}

.errors {
  font-weight: bold;
  background-color: #d10f3b;
  padding: 5px;
  margin-bottom: 15px;
}

.vk-details {
  font-size: 50%;
  line-height: 120%;
}

.pic-caption {
  background: #0062a7;
  color: white;
  text-align: center;
  padding: 10px;
}

.yellow {
  color: #ffd500;
}

.color-blue {
  color: #0062a7;
}

.static-content .sub-title {
  font-size: 150%;
  text-transform: uppercase;
}

.static-content .color-red {
  color: #d10f3b;
}

.static-content .color-yellow {
  color: #ffd500;
}

.static-content .color-lightblue {
  color: #36a9e1;
}

.static-content .color-white {
  color: white;
}

.btn-yellow {
  background: #ffd500 !important;
  color: #0062a7 !important;
}

.btn-red {
  background: #d10f3b !important;
}

.dobrev-block {
  background: #ffd500;
}

.dobrev-block a {
  display: inline-block;
  background: #0062a7;
  color: #ffd500;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 120%;
  padding: 5px 20px;
}

.dobrev-block a:hover {
  color: white;
}

section.logos {
  text-align: center;
  padding: 25px;
  background: white;
}

.logo-item {
  display: inline-block;
  align-items: center;
  flex-direction: column;
  margin: 15px;
}

.logo-item img {
  max-width: 190px;
  max-height: 124px;
}

@media (min-width: 400px) {
  header .logo {
    width: 350px;
  }
}
@media (min-width: 576px) {
  .face {
    margin-bottom: 50px;
  }
  .topSection .container {
    padding-bottom: 30px !important;
    min-height: 400px !important;
    background-position: bottom right;
    background-size: auto 360px;
  }
  .topSection .top-logo {
    width: 300px;
  }
  section.buttons {
    padding-bottom: 16px;
  }
  section.buttons .btn {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    width: 280px;
    margin-bottom: 24px !important;
  }
  .topSection .icon-list {
    margin-left: -10px !important;
  }
}
@media (min-width: 768px) {
  .topSection .container {
    background-size: auto 600px;
    min-height: 600px !important;
    padding-bottom: 0 !important;
  }
  .topSection .name {
    font-size: 48px !important;
    line-height: 52px !important;
  }
  .topSection .vk {
    font-size: 32px !important;
    line-height: 36px !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  #search input {
    width: 350px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    height: 52px;
  }
  #search button {
    margin-top: 0;
  }
  header h1 {
    font-size: 72px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .face {
    font-size: 32px;
    line-height: 32px;
  }
  section.contact {
    padding: 80px 0;
  }
  .block {
    margin-bottom: 60px;
  }
  .sliderContainer {
    padding-left: 80px;
    padding-right: 80px;
  }
  .topSection .container {
    background-size: auto 750px;
    min-height: 750px !important;
    text-align: left;
  }
  .topSection .name {
    font-size: 64px !important;
    line-height: 70px !important;
  }
}
@media (min-width: 1200px) {
  #search input {
    width: 450px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0 !important;
  }
  #search button {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .topSection .name {
    font-size: 72px !important;
    line-height: 78px !important;
  }
}
#map {
  height: 480px;
  background: white;
}

#jeloltModal .person-name {
  font-size: 2em;
}

#jeloltModal .more {
  display: inline-block;
  margin: 1.5em;
  font-size: 1.1em;
  line-height: 1.4em;
  background: #0062a7;
  padding: 0.4em 2em;
  text-decoration: none;
  color: white;
}

#jeloltModal #picInModal {
  width: 200px;
}

.leaflet-tooltip {
  background-color: #ffd500 !important;
  border-color: #ffd500 !important;
}

.leaflet-tooltip-top:before {
  border-top-color: #ffd500 !important; /* A nyíl színe felül */
}

.leaflet-tooltip-bottom:before {
  border-bottom-color: #ffd500 !important; /* A nyíl színe alul */
}

.leaflet-tooltip-left:before {
  border-left-color: #ffd500 !important; /* A nyíl színe balra */
}

.leaflet-tooltip-right:before {
  border-right-color: #ffd500 !important; /* A nyíl színe jobbra */
}

@media (min-width: 1200px) {
  .g-xl-10 {
    --bs-gutter-x: 6rem; /* vízszintes köz */
  }
}/*# sourceMappingURL=dk-jeloltek-v2.css.map */