@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;600&family=Montserrat:wght@100;200;300;400;500;600&family=Raleway:wght@100;200;300;400;500;600&family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700&display=swap");

:root {
  --main-color: #cc9c33;
  --link-color: #e2bd36;
  --link-color-hover: #f0ca42;
  --black: #222;
  --white: #fff;
  --dark-black: #22242a;
  --light-black: #2f323a;
  --border: 0.1rem solid var(--black);
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  --text-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.3);
  --primary-font: "Montserrat", sans-serif;
  --headings-font: "Roboto", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  background: var(--white);
  overflow-y: hidden;
  overflow-x: hidden;
  min-width: 800px;
}

button {
  text-transform: uppercase;
}

/* =====   H E A D E R   ===== */

.wrapper .header {
  z-index: 1;
  background: var(--dark-black);
  position: sticky;
  min-width: 1080px;
  width: calc(100% - 0%);
  height: 70px;
  display: flex;
  top: 0;
}

.wrapper .header .header-menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.wrapper .header .header-menu .logo_title {
  color: var(--white);
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
  z-index: 10;
}

.wrapper .header .header-menu .logo_title span {
  color: var(--link-color);
}

.wrapper .header .header-menu .sidebar-btn {
  color: var(--white);
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s;
  transition-property: color;
}

.wrapper .header .header-menu .sidebar-btn:hover,
.wrapper .header .header-menu .sidebar-btn:active {
  color: var(--link-color);
}

.blue-button {
  color: var(--link-color);
}

.wrapper .header .header-menu ul {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 16px;
}

.wrapper .header .header-menu ul li i {
  background: var(--white);
  color: #000;
  margin: 0 8px;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.wrapper .header .header-menu ul li {
  height: 36px;
}

.wrapper .header .header-menu ul li i:hover,
.wrapper .header .header-menu ul li i:active,
.wrapper .header .header-menu ul li i:focus {
  background: var(--link-color);
  color: var(--white);
}

.wrapper .header .header-menu ul li .blue-button {
  background: var(--link-color);
  color: var(--white);
}

/* =====   L O A D E R   ===== */

.lds-loader {
  display: inline-block;
  position: absolute;
  left: 180px;
  width: 80px;
  height: 80px;
}
.lds-loader div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 12px;
  background: var(--white);
  animation: lds-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-loader div:nth-child(1) {
  left: 2px;
  animation-delay: -0.24s;
  background: #f5e9bc;
}
.lds-loader div:nth-child(2) {
  left: 16px;
  animation-delay: -0.12s;
  background: #ecd379;
}
.lds-loader div:nth-child(3) {
  left: 30px;
  animation-delay: 0;
  background: var(--link-color);
}

@keyframes lds-loader {
  0% {
    top: 8px;
    height: 60px;
  }
  50%,
  100% {
    top: 24px;
    height: 30px;
  }
}

/* =====   I N F O   W R A P P E R   ===== */

.collapse-fa-info .content {
  position: absolute;
  z-index: 500;
  top: 70px;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #555;
  color: var(--white);
}

.collapse-fa-info .info-iframe {
  display: block;
  width: 280px;
  height: auto;
  padding: 0.5em;
}

.collapse-fa-map-pin .content {
  position: absolute;
  z-index: 500;
  top: 70px;
  left: 220px;
  width: 900px;
}

.collapse-fa-map-pin .contact-iframe {
  display: block;
  position: absolute;
  width: 1200px;
  height: 600px;
}

.collapse-fa-book-open .content {
  position: absolute;
  z-index: 500;
  top: 70px;
  left: 260px;
  width: 700px;
}

.collapse-fa-book-open .article-iframe {
  display: block;
  position: absolute;
  width: 700px;
  height: 100vh;
  padding-bottom: 4.5em;
  overflow: auto;
}

.collapse-fa-book-open .modal-iframe {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 640px;
  height: 100%;
  overflow: auto;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.collapse-fa-synagogue .content {
  position: absolute;
  top: 70px;
  width: 700px;
}

.collapse-fa-synagogue .popup-iframe {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: unset;
}

.collapse-fas-fa-tools .content {
  position: absolute;
  z-index: 500;
  top: 70px;
  left: 260px;
  width: 700px;
}

.collapse-fas-fa-tools .projectinfo-iframe {
  display: block;
  position: absolute;
  width: 700px;
  height: 92vh;
  overflow: auto;
}

.collapse-fas-fa-question-circle .content {
  position: absolute;
  z-index: 500;
  top: 70px;
  left: 260px;
  width: 700px;
}

.collapse-fas-fa-question-circle .help-iframe {
  display: block;
  position: absolute;
  width: 700px;
  height: 100vh;
  padding-bottom: 4.45em;
  overflow: auto;
}

/* =====    S I D E B A R    ===== */

.wrapper .sidebar {
  z-index: 1;
  background: var(--light-black);
  position: fixed;
  top: 70px;
  width: 260px;
  height: calc(100% - 0px);
  transition: 0.3s;
  transition-property: width;
  overflow: hidden; /* Meg kéne majd oldani, hogy kijebb jelenjen meg a scrollbar. */
}

.wrapper .sidebar .sidebar-menu {
  overflow: hidden;
}

.sidebar-menu {
  margin-top: 1.5em;
}

.wrapper .sidebar .sidebar-menu .logo img {
  margin: 20px 0;
  width: auto;
  height: auto;
}

.wrapper .sidebar .sidebar-menu .logo p {
  color: rgb(216, 216, 216);
  width: 220px;
  font-weight: 500;
  margin-bottom: 10px;
}

.logo {
  position: fixed;
  left: 1.25em;
  text-align: center;
}

.wrapper .sidebar .sidebar-menu .item {
  width: 260px;
  overflow: hidden;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn {
  display: block;
  color: var(--white);
  position: relative;
  padding: 12px 20px;
  transition: 0.3s;
  transition-property: color;
  cursor: pointer;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn:hover {
  color: var(--link-color);
}

.wrapper .sidebar .sidebar-menu .item .menu-btn i {
  margin-right: 20px;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn .drop-down {
  float: right;
  font-size: 12px;
  margin-top: 3px;
  margin-right: 1px;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu {
  background: var(--main-color);
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu .a {
  display: block;
  position: relative;
  color: var(--white);
  white-space: nowrap;
  font-size: 12px;
  padding: 15px;
  transition: 0.3s;
  cursor: pointer;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu .a:hover {
  background: var(--link-color-hover);
}

.wrapper .sidebar .sidebar-menu .item .sub-menu .a:not(last-child) {
  border-bottom: 1px solid #ffeecb;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu i {
  padding-right: 20px;
  font-size: 12px;
}

.wrapper .sidebar .sidebar-menu .item:target .sub-menu {
  max-height: 500px;
}

/* =====    M A I N  /  M A P   ===== */

.wrapper .main-container {
  position: sticky;
  bottom: 0;
  right: 0;
  display: flex;
  align-content: stretch;
  /*
  width: (100% - 260px);
  margin-left: 260px;
  */
  margin-top: 70px;
  /*height: 100vh;*/
  transition: 0.5s;
}

.map {
  height: calc(100vh - 70px);
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.map_blur {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.threedmap {
  height: calc(100vh - 70px);
  width: 100%;
  background: #ffffff;
  z-index: -1;
  background-image: url(topography.png);
  background-repeat: repeat;
}

/* =====    C O L L A P S E D  S I D E B A R  ===== */

.wrapper.collapse .sidebar {
  width: 70px;
}

.wrapper.collapse .sidebar .logo img,
.wrapper.collapse .sidebar .logo p,
.wrapper.collapse .sidebar span {
  /*innen öröltem egy a-t )*/
  display: none;
}

.wrapper.collapse .sidebar .sidebar-menu .item .menu-btn {
  font-size: 23px;
}

.wrapper.collapse .sidebar .sidebar-menu .item .sub-menu i {
  font-size: 18px;
  padding-left: 3px;
}

/* Ezt kelleztt még kivenni, hogy ne ugráljon a térkép */

/*.wrapper.collapse .main-container{
  width: calc(100% - 70px);
  margin-left: 70px;
}*/

/* Nem tudni mit csinál, látszólag semmit */

.wrapper .main-container .card {
  background: var(--white);
  padding: 15px;
  margin-bottom: 10px;
  font-size: 14px;
}

/* ===== T E X T  ===== */

.title {
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
}

.subtitle {
  font-size: 0.875rem;
  font-family: "Raleway", sans-serif;
}

.tools {
  color: var(--white);
  margin-right: 1em;
  font-size: 1.25rem;
  margin-top: 4px;
}

h4 {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.helptext {
  /*right: 10px;
  width: fit-content;
  max-width: 400px;*/
  width: 400px;
  float: right;
  color: var(--white);
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: justify;
  vertical-align: middle;
  z-index: 10;
}

.login-label {
  color: white;
  text-align: center;
  font-weight: 500;
  padding: 0.5em 0.2em 1em 0.2em;
}

/* =====   M E N U   ===== */

.login-form,
.coord-form,
.print-form,
.cimhrsz-form,
.search-form,
.layers-form,
.dufi-form,
.rterv-form,
.leirasok-form,
.hirdetmeny-form,
.hrsz-form {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  align-content: center;
  padding: 15px;
}
.layers-form {
  padding: 0 !important;
}

.login,
.search-button,
.coord,
.print,
.cimhrsz,
.search,
.layers,
.dufi,
.rterv,
.leirasok,
.hirdetmeny {
  padding: 0.5em;
  margin-bottom: 0.5em;
}

.form1 input {
  font-size: 0.75rem;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  padding-left: 12px;
}

.form1 button,
.sub-menu button {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 600;
  outline: 0;
  border: 0;
  background: var(--white);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
  -webkit-transition: all 0.9 ease;
  transition: all 0.9 ease;
  cursor: pointer;
  overflow: hidden;
}

.form button:hover,
.form button:active,
.form button:focus,
.sub-menu button:hover,
.sub-menu button:active,
.sub-menu button:focus {
  background: var(--light-black);
  color: var(--white);
  font-weight: 500;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.search-types .grey-button {
  background: var(--light-black);
  color: var(--white);
  font-weight: 500;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* =====  P R I N T  ===== */

.printedit {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: var(--white);
  font-size: 13px;
}

.padding {
  padding-top: 6px;
  padding-bottom: 6px;
}

.padding .print {
  width: 80px;
  height: 24px;
  float: right;
}

.print-form {
  padding-top: 24px;
}

/* =====  C O R D I N A T E  ===== */

.eov input,
.gps input {
  width: 112px;
}

.eov,
.gps {
  display: flex;
  justify-content: space-between;
}

/* =====  I N F O  ===== */

/* =====  N Y O M T A T V Á N Y O K   ===== */

select #DescriptionList {
  background: var(--main-color);
  color: var(--white);
  padding: 0;
  padding-bottom: 6px;
  padding-top: 6px;
  overflow-x: auto;
}

.leirasok-form {
  padding: 0 !important;
}

.print option {
  background: var(--main-color);
  color: var(--white);
  padding: 4px;
  padding-left: 8px;
  cursor: pointer;
}

.print option:hover {
  background: var(--link-color);
}

/* =====  S E A R C H  /  H R S Z ===== */

.hrsz-body {
  overflow-y: auto;
  font-size: 12px;
}

.hrsz-form {
  padding: 0.5em;
  font-size: 14px;
}

.hrsz-iframe {
  border: 1px solid #767676;
}

::-webkit-scrollbar {
  width: 0.5em;
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}

.search-types {
  padding: 15px;
}

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

.hrsz input {
  width: 150px;
}

.hrsz button {
  width: 50px;
  height: 32px;
}

.hrsz .fa-search {
  padding-right: 0 !important;
}

.checkboxes {
  display: flex;
  flex-direction: column;
  color: var(--white);
  font-size: 12px;
  padding: 10px 0;
  margin-top: -10px;
}

.checkbox {
  padding: 5px;
}

.checkbox label {
  margin-right: 10px;
}

.types {
  width: 230px;
  height: 80px;
  overflow: auto;
  border: 1px solid var(--white);
  padding: 0.25em;
  margin: 0.5em 0;
  color: var(--light-black);
}

/* =====    I F A M E   ===== */

#iframeHolder {
  position: absolute;
  display: table;
  z-index: 10;
}

#iframe {
  background-color: var(--white);
}

.flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.layers-iframe {
  width: 260px;
  height: 215px;
  padding-left: 1em;
}

.emptydiv {
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1em 0.5em 0em;
}

.minimap-form .emptydiv {
  padding: 0;
}

.line img {
  width: 24px;
  height: auto;
}

.info-iframe {
  display: none;
}

.jelmagy {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 1em;
}

.line p {
  font-size: 0.5rem;
  margin-bottom: 2px;
}

.line {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.5em;
}

.layers-form p {
  color: var(--white);
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
}

.wrapper .header .header-menu ul li .lang {
  width: 36px;
  margin-left: 8px;
  cursor: pointer;
}

/* ===== B U B B L E ===== */

.shortinfoBubble {
  position: relative;
  max-width: 30em;
  background-color: var(--white);
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  padding: 0.5em 1em;
  margin: 1em;
  font-size: 14px;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3),
    0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
}

.shortinfoBubble::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 1.5em;
  border: 0.5rem solid transparent;
  transform: rotate(180deg);
  border-top: none;
  border-bottom-color: #fff;
  filter: drop-shadow(0 -0.0925rem 0.0625rem rgba(0, 0, 0, 0.2));
}

.shortinfoBubbleDivClass {
  position: absolute;
  z-index: 999999;
  visibility: hidden;
}

/*.popup {

  z-index: -1;
  width: 100%;
  height: 100%;
  display:block;
  position:absolute;
  z-index:1;
}*/

/* =====  M O B I L  N É Z E T  /  A P P   ===== */

/* Külön html lesz */

@media screen and (max-width: 1280px) {
  .wrapper .header .header-menu ul {
    justify-content: flex-start;
    padding-left: 280px;
  }

  @media screen and (max-width: 1180px) {
    .helptext {
      visibility: hidden;
    }
  }
}

/*------------------ NORBI ---------------------------*/
.viewProcess {
  position: absolute;
  left: 10;
  top: 10;
  z-index: 0;
  visibility: hidden;
  font-size: 12;
  width: 10px;
  height: 10px;
}
.viewProcessTest {
  position: absolute;
  right: 0px;
  top: 170px;
  z-index: 99999;
  background-color: white;
  font-size: 12;
  width: 600px;
  height: 200px;
}
.viewComm {
  position: absolute;
  left: 10;
  top: 10;
  z-index: 0;
  visibility: hidden;
  font-size: 12;
  width: 10px;
  height: 10px;
}
.viewCommTest {
  position: absolute;
  right: 0px;
  top: 370px;
  z-index: 99999;
  background-color: yellow;
  font-size: 12;
  width: 600px;
  height: 200px;
}
