:root{
    --main-width : 1500px;
    --main-bg-color: #f7e9cc;
    --subdiv-bg-color: #f9f3f3;
}

@font-face{
  font-family:"Helvetica";
  src: url("../fonts/Helvetica.ttf");
}
@font-face{
  font-family:"Helvetica-Bold";
  src: url("../fonts/Helvetica-Bold.ttf");
}

body{
  background-color: black !important;
  width: 100vw;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Helvetica" !important;
}
a.nav-link:hover > .dropdown-menu{
    display: block;
}
a.nav-link:hover{
  text-decoration: underline;
}
/* INDEX oldalon nem kell
.site-name{
  color: yellow !important;
  font-size: 1.15vw;
}
*/

.site-name:hover{
  color: #e6a033;
  text-decoration: none;
}

.sub-dropwdown{
  padding-left: 1.5rem !important;
  color: black !important;
}

.submenu-item{

}

#close-btn{
    position: absolute;
    font-size: 35px;
    top: 15px;
    right: 15px;
}
/** SITE COINTAINER */
#main-site{
  width: 70%;
  margin: auto;
  background-color: black;
}

/** BANNER */
#head-banner{
  width: 100%;
  height: 5%;
}
#banner-col{
  padding-right: 0;
  margin-right: 0;
}
/** MENU LIST BOOTSTRAP */
#menu-bar{
  width: 100%;
  margin: auto;
  font-family: "Helvetica-Bold" !important;
  background-color:  yellow !important;
  color: black !important;
}
.bg-light{
  background-color:  yellow !important;
  color: black !important;
}
.nav-link{
  color: black !important;
  font-size: 0.95vw;
}

.dropdown-menu{
  background-color: yellow;
  font-size: 0.95vw;
}


#navbarSupportedContent{
  margin-left: 0vw;
}
.dropdown-submenu {
  position: relative !important;
}

.dropdown-submenu .dropdown-menu {
  top: 0 !important;
  left: 100%;
  margin-top: 0 !important;
}

.dropdown-main-menu{
    margin-top: 0 !important;
}
.subdrown-ul{
  padding-top: 0.5rem !important;
  top: -22% !important;
}

.header-title{
    background-color: black;
    color: yellow;
    width: 100%;
    font-family: 'Helvetica-Bold'
}

/** JCAROUSEL IMAGE */
#carousel-div{
  position: relative;
  width: 100%;
  height: 45vh;
  max-height: 400px;
}
.main-cover-image{
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.searchForm{
  width: 100%;
  margin: auto;
}

.advanced-search-btn{
  background-color: yellow;
  padding: 7px 8px 7px 8px;
  color: black;
  font-size: 1.0vw;
  text-align: center;
  font-family: 'Helvetica-Bold';
}
.record-counter{
  background-color: yellow;
  padding: 7px 8px 7px 8px;
  color: black;
  font-size: 1.1vw;
  text-align: center;
  font-family: 'Helvetica-Bold';
}
/**YOUTUBE */
#youtube-container{
  margin-top: 1vh;
  margin: auto;
  width: 70%;
  height: 100%;
  max-height: 100%;
}
#youtube-embed{
  width: 100%;
  height: 90%;
}
/* SUBCONTENT */
#sub-content{
  width: 90%;
  margin: auto;
  position: relative;
}

/** LightSider - ÚJDONSÁGOK */
 #novelties{
   margin-top: 20px;
  width: 100%;
 }

.noveltyImage{
  width: 240px;
  max-width: 250px;
  height: 200px;
  object-fit: cover;

}

.header-text{
    font-size: 25px;
    color: black;
    width: 100%;
    text-align: center;
    padding: 0 0 5px 0;
}

/** KÉPTÁRS */
#user-upload{
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  background-color: yellow;
  font-size: 1.2vw;
  color: black;
  font-family: 'Helvetica-Bold';
}

#emailMessage{
  display: none;
}
#emailMessage2{
  display: none;
}

#document-div{
  background-color: var(--subdiv-bg-color);
}

.upload-image{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.upload-icon-image{
  width: 40px;
}

#upload-button{
    position: absolute;
    top: 60%;
    left: 50%;
    width: 20vw;
    height: 8vh;
    background-color: yellow;
    color: black;
    transform: translate(-50%,-50%);
    font-family: 'Helvetica-Bold';
}
#dataHelpText{
  font-size: 0.7vw;
  color: grey;

}

.dinamicLabel{
  padding-top: 0.5vw;
  width: 100%;
}

#type_data input[type=checkbox]{
  /*margin-top: 1.5vh;*/
  /*zoom: 2.0;*/
}

input.upload-checkbox{
  margin-top: 1.5vh;
  zoom: 2.0;
}

#dateLabel{
  padding-top: 1.7vw;
}

.helpText{
  font-size: 0.7vw;
  color: grey;
  max-width:70%;
}

#rules-group{
  display: none;
}

/** CATEGORIES DIV */
#categories{
  width: 100%;

}
.category-div{
  flex: 0 0 32% !important;
  max-width: 32% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#firstImage{
  width: 100px;
}
#uploaded{
  background-color: white;
  border: 1px solid grey;
  display: none;
}
.category-link{
  text-decoration: none;
  color: black;
}
.category-link:hover{
  color: black;
}
.category-title{
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  text-align: center;
  width: 100%;
  line-height: 25px;
  vertical-align: middle;
  font-size: 1.25vw;
  font-family: 'Helvetica-Bold';
  padding-top: 5px;

}
.category-title-bg{
  margin: 0;
  padding: 0;
  padding-top: 10px;
  opacity: 1;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 40px;
  color: black;

  background-color: yellow;
}
.category-subtitle-bg{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: black;
  opacity: 0.7;
}
.category-subtitle{
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  color: white;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2vw;
  background-color: yellow;
  color: black;
}

.category-org-subtitle-bg{
  position: absolute;
  bottom: -2.6vh;
  width: 100%;
  height: 30px;
  background-color: yellow;
}
.category-org-subtitle{
  width: 100%;
  position: absolute;
  bottom: -2.6vh;
  text-align: center;
  margin: 0;
  padding: 0;
  color: black;
  line-height: 25px;
  text-align: center;
  font-family: 'Helvetica-Bold';
  vertical-align: middle;
}

.category-image{
  width: 100%;
  max-height: 100%;
  /*object-fit: cover;*/
}

/**CATEGORIES */
#categories{
  display:flex;
  flex-direction: row;
  flex-flow: row wrap;
  margin: auto;
  margin-top: 20px;
  justify-content: center;
}
.categoryMain{
  position: relative;
  width: 400px;
  height: 250px;
  text-align: center;
  margin-left: 5px;
}

/* POPUP */
#popup-div{
  display: none;
  position: absolute;
  top:  0;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: rgba(0,0,0,0.5);
}
#popup-container{
  width:65%;
  margin: auto;
  margin-top: 10%;
  position: relative;
}
#popup-main{
  padding: 5px;
  background-color: white;
}
.sub-title{
  font-size: 16px;
  color: darkgrey;
  width: 100%;
  text-align: center;
  padding: 0 0 5px 0;
}
.date-input{
  width: 200px !important;
  max-width: 200px;
}
.date-select{
  margin-left: 1vw;
  width: 130px;
}


#submit-btn{

}
.dinamic-row{
  margin-top: 20px;
}
#document-div{
  flex: 0 0 96%;
  max-width: 96%;
}
.row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.btn-remove{
  background-color: #eee2e2;
  color: black;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#logo-image{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-55%);
  max-width: 100%;
  max-height: 100%;
}

/** FOOTER */

#mainFooter{
  min-width: 100%;
  width: 100%;
  min-height:25vh;
  margin-top: 2vh;
  background-color: yellow;
}
.footer-container{
  width: 100%;
  margin: auto;
  padding-top: 5vh;
}
.footer-container li{
  list-style-type: none;
}
.footer-link-title{
  width: 100%;
  font-size: 1.1vw;
  text-indent: 2vw;
}
.footer-links a{
  font-size: 1vw;
  color: black;
}

.footer-half-image{
  width: 95%;
  max-width: 95%;
}

.bottom-banner{
  /*
  position: absolute;
  width:12vw;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  */
}
.footer-img-container{
  position: relative;
}
.footer-image{
  width: 15vw;
  max-width: 15vw;

}

#footer-logo{
  /*width: 100%;*/
  /*
  position: absolute;
  width:17vw;
  left: 40%;
  top: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  */
}
.link-div a{
  color: black;
  text-indent: 0;
}

.descArea{
  resize: both;
}

/*SEARCH PAGE*/
.shortend-title{
  max-width: 200px;
  white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.lSPager{
  display:none;
}
.dropdown-menu{
}

.dropdown-main-menu{
  left: 1vw !important;
}

.dropdown-sub-menu{
  position: relative !important;
  float: left !important;
  margin-left: 2vw !important;
  top: 0 !important;
  border: 0 !important;
}

.record-wrap{
  min-height: 25vh !important;
}

#dropdown-menu2{
  left: 27vw !important;
}
#navbar-link-icons{
}

#katalogus-img{
  width: 20px;
  top: 0px;
  vertical-align: top;
}

/**
feedback*/
#feedback-popup{
  position: absolute;
  top:  0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0,0,0,0.5);
}
#feedback-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
}
#feedback-content{
  position: absolute;
  width: 60%;
  top: 50%;
  margin: auto;
}

.search-header{
  width: 100%;
  max-width: 100%;
}
/* AUDIO */
.audio-title{
  /*color: black;*/
  text-decoration: none;
  width: 270px;
  text-align: center;
  margin: auto;
  max-width: 270px;
  max-height: 40px;
}
.audio-link {
  color: black;
}
.audio-wrap{
  padding-bottom: 2vh;
}

.highlighted-title{
  font-weight: bold;
}
.audio-content{
  text-align: left;
}

.section-inner{
  width: 75%;
  margin: auto;
}

/**ebook */

.ebook-container{
  margin: auto;
  height: 60vh;
}
.pdf-container{
  height: 100%;
}
.wide-pdf-container{
  margin: auto;
  height: 60vh;
}
/*/IDEIGLENES*/
.disabled-menu{
  color: grey !important;
}
/* GLOBÁL */
.record-title{

  width: 270px;
  max-width: 270px;
  margin-bottom: 0;
}
.record-link{
  max-width: 270px;
}
.record-date{
  line-height: 1;
}
.person-record-title a{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width:330px;
  max-width: 330px;
}


.record-link{

  text-overflow: ellipsis;
  overflow: hidden;
  color: yellow;
}
.abc-category{
  margin: auto;
  width: 90%;
}

.abc-category-public a{
  color: black;
  font-size: 1.2vw;
}
.person-name{
  text-align: left;
}
.person-title a{
  color: green;
  font-size: 1.1vw;
}

.person-list-section{
  position: relative;
  width: 70%;
  margin: auto;
  background-color: black;
  padding: 1vw;
  font-size: 1.3vw !important;
  font-family: 'Helvetica-Bold';
  color: yellow;
}
.abc-category-public{
    width: 100%;
}
/**AUDIO*/
/*PAGER*/
/**TELEPÜLÉSTÖRTÉNETI KUTATÁSOK OLDAL */

.settlement{
  width: 100%;
  height: 27rem;
  max-height: 27rem;
}
.abc-category-settlement{
  width: 100%;
}
.abc-category-settlement a{
  color: yellow;
  font-size: 1.4vw;
  padding-left : 0.3rem;
  padding-right: 0.3rem;
  font-family: 'Helvetica-Bold';
}
.settlement-title{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  font-size: 3.5vw;
  color: black;
  transform: translate(-50%,-50%);
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.settlements-title{
  font-weight: bold;
  font-size: 1vw;
}
.settlements-title-p{
  font-size: 1.5vw;
  text-align: justify;
  color: yellow;
  font-family: 'Helvetica-Bold';
}

.settlement-link{
  font-size: 1.7vw;
  color: grey;
  text-decoration: none;
}
.settlement-docs{
  color: yellow;
  text-decoration: none;
  font-size: 1.3vw;
  font-family: 'Helvetica-Bold';
}

.settlement-persons{
    color: yellow;
    text-decoration: none;
    font-size: 1.2vw;
    font-family: 'Helvetica-Bold';
}
.settlement-person-title{
  color: yellow;
  font-size: 1.2vw;
  font-family: 'Helvetica-Bold';
}

.settlement-person-list{
  list-style-type: none;
  text-align: center;
  padding-left: 0;


}
.settlement-person-list ul{

}
.settlement-docs:hover{
  /*text-decoration: none;*/
  color: black;
}

.settlements-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.settlements-image-container{
  padding: 0 !important;
  height: 100%;
}
.settlement-col{
  padding-left: 3.5rem !important;
  color: yellow;
  font-size: 1.1vw;
}

/** ELÉRHETŐSÉGEK OLDAL */
.address-title{
  font-size: 1.5vw;
}
.address-data{
  font-size: 1.1vw;
}
#contact-title{
  left: 0.5rem;
  font-weight: bold;
  font-size: 1.4vw;
  color: yellow;
  font-family: 'Helvetica-Bold';
}
.contact-image{
  padding-top: 1vh;
  padding-bottom: 1vh;
  width: 100%;
}
.contact-content{
  font-size: 1.2vw;
  color: yellow;
  font-family: 'Helvetica-Bold';
}
.map-container{
  width: 100%;
  height:100%;
  min-height: 50vh;
}
#map{
  width: 100%;
  height: 100%;
}

.inner-section{
    width: 80%;
    margin: auto;
    background-color: #f8f9fa;
    border-left : 1px solid black;
    border-right : 1px solid black;
    padding-bottom: 2rem;
}
#mainContent{
  border-top: 0px solid black;
}
.services-title{
  font-size: 1.3vw;
  color: yellow;
}
.main-text-services{
  color:yellow;
}
.btn-primary{
  background-color: black;
  color: yellow !important ;
}
.btn-success{
  background-color: yellow;
  color: black !important ;
}
.page-link{
  background-color: yellow;
  color: black;
  border. 0 ;
}
.page-link{
  background-color: yellow;
  color: black;
  border: 0 ;
  font-size: 1.2vw;
}
.page-link.active{
  background-color: black !important;
  color: yellow;
}
& .active{
  background-color: black !important;
  color: yellow;
}
