:root {
    --isoprof-blue-color: rgb(0,91,187);
    --isoprof-blue-color-alpha50: rgba(0, 91, 187, 0.5);
}


@font-face {
    font-family: 'Barlow';
    /*src: url(FONT_FILE_NAME.woff2) format('woff2');*/
    src: url('../googlefonts/Barlow/Barlow-Regular.ttf');
}

@font-face {
    font-family: 'Rubik Dirt';
    /*src: url(FONT_FILE_NAME.woff2) format('woff2');*/
    src: url('../googlefonts/RubikDirt/RubikDirt-Regular.ttf');
}

html,
body {
    overflow-x: hidden;
}


main {
    padding-top: 102px;
}

.footer {
    background-color: #d9d9d9;
    min-height: 60px;
}

.footer-separator  {
    width: 5px !important; 
    padding: 0;
    background: var(--isoprof-blue-color);
}

@media(max-width:480px) {
    .footer-separator {
        display:none;
    }
}


.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  content: '';
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
  .nav li > form > button.logout {
    display:block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.no-x-scrollbar{
  overflow-x: hidden;
}

.content-header{
  position: -webkit-sticky; /* Safari */
  position: sticky; /* fixed */
  top: 56px;
  width:100%;
  z-index: 100
}


/*Enyhén áttetsző fekete színű háttér a vezérlőpult elemeinek láblécéhez*/
.transparent-black-bg {
  background-color: rgba(0,0,0,0.15) !important;
}

/*Enyhén áttetsző fekete szövegszín a vezérlőpult elemein lévő ikonokhoz*/
.text-transparent-black {
  color: rgba(0,0,0,0.15) !important;
}

/*A vezérlőpult elemein lévő ikonok pozíciója - a jobb alsó sarok közelében, a lábléc fölött helyezkedik el*/
.control-panel-icon {
  position: absolute;
  right: 10px;
  bottom: 35px;
}


/* isoprof */

body {
  /*font-family: Roboto, Arial, sans-serif;*/
  /*font-family: 'Inclusive Sans', Arial, sans-serif;*/
  /*font-family: Poppins, Arial, sans-serif;*/
  font-family: Barlow, Arial, sans-serif;
}


.bg-light-grey {
  background-color: #f1f1f1;
}


.display-5 {
    
    line-height: 1.25;
}

.display-6 {
    
    line-height: 1.25;
}

.hero-text p {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}


/* xs */
@media (max-width: 575px ) {
    .lead {
        font-size: 1.15rem !important;
    }
    
    
    .display-5 {
        font-size: 1.7rem;
        
    }
    
    .display-6 {
        font-size: 1.3rem;
    }
    
    .hero-text {
        min-height: 200px;
    }
}


/* sm */
@media (min-width: 576px){
    .display-5 {
        font-size: 2rem;
        
    }
    
    .display-6 {
        font-size: 1.6rem;
    }
    
    .hero-text {
        min-height: 240px;
    }
}


/* md */
@media (min-width: 768px){
  .display-5 {
        font-size: 2.4rem;
        
    }

    .display-6 {
        font-size: 2rem;
        
    }
}

/* lg */
@media (min-width: 1200px){
  
}

/* xl */
@media (min-width: 1200px){
  
}

#navigationContainer {
  height: 60px;
}


.navbar-nav .nav-link.active {
  font-weight: bold;
}


/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1300px;
  }

  #ceginfo-es-kapcsolat {
    /* margin-top: -100px;*/
  }
}


.size-20px {
  width: 20px;
  height: 20px;
  display:inline-block;
}

.text-small {
  font-size: 90%;
  font-weight: 400;
  line-height: 1.25em;
}

.w-60 {
  width: 60%;
}


.yt-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.yt-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.grayscale-bg {
  /*background: url(yourimagehere.jpg);*/
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.grayscale-img {
  filter: grayscale(100%);
}

.max-width-150 {
  max-width: 150px;
}

.max-width-200 {
  max-width: 200px;
}


@media (max-width: 1199px) {
  #public-main #cegnev {
    text-align: center;
  }
}

figcaption {
  text-align: center;
  background-color: #F7F7F7;
  caption-side: bottom;
  display: table-caption;
  font-size: .75em;
  outline-offset: -1px;
  padding: .6em;
  word-break: break-word;
}

.doc-download-card:hover {
  background-color: #eee;
}

.download-category-card-header {
  cursor:pointer;
}

.header-content .breadcrumb a {
  color: #fff;
  font-weight: bold;
}

.header-content .breadcrumb-item.active {
  color: #eee;
}

.header-content .breadcrumb-item::before {
  color: #fff !important;
}


/* 2025.06.16 news */
.btn-isoprof-blue {
    color: #fff !important;
    background-color: var(--isoprof-blue-color);
    border-color: var(--isoprof-blue-color);
}

.btn-rounder {
    border-radius: 1.5rem;
}

.btn-isoprof-blue:hover {
    color: #fff;
    background-color: #004b9b; /* slightly darker shade */
    border-color: #004187;
}

.btn-isoprof-blue:focus,
.btn-isoprof-blue.focus {
    box-shadow: 0 0 0 0.2rem var(--isoprof-blue-color-alpha50);
}

.btn-isoprof-blue.disabled,
.btn-isoprof-blue:disabled {
    background-color: var(--isoprof-blue-color);
    border-color: var(--isoprof-blue-color);
    opacity: 0.65;
}

.text-isoprof-blue {
    color: var(--isoprof-blue-color);
}

.bg-isoprof-blue {
    background-color: var(--isoprof-blue-color);
}

.isoprof-nav {
    font-size: 1.1rem;
}


#mainNav {
    width: 100%;
}

#topContactBar {
    background-color: var(--isoprof-blue-color);
    height: 40px;
    
    position: fixed;
    width: 100vw;
    /*
    left:0;
    right:0;
    width: 100%;
    */
    
    z-index: 9000;
}

#topContactBar i {
    font-size: 1.3rem;
}

@media (max-width: 410px) {
    .decoration-icon {
        display:none;
    }
    
    .top-contact-info {
        font-size: 0.85em;
    }
}





.content-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.fix-imgbg-section,
.imgbg-section
{
    position: relative;
    clip-path: inset(0);
    background: #000;
}

.fix-imgbg-section img.section-bg,
.imgbg-section img.section-bg
{
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
        
    border-style: none;
}

.fix-imgbg-section img.section-bg {
    position: fixed;
    opacity: 0.25;
}

.imgbg-section img.section-bg {
    position: absolute;
    opacity: 0.6;
}

.fix-imgbg-section .section-content,
.imgbg-section .section-content
{
    position: relative;
    z-index: 3;
}

.pro-item {
    border-left: 1px solid #eee;
    border-left-color: var(--isoprof-blue-color);
    border-left-width: .25rem;
}


.faq-question {
    font-size: 1.15rem;
    font-weight: bold;
    color: var(--isoprof-blue-color);
}

.faq-answer {
    font-size: 1.15rem;
    font-weight: 300;
}

#footerContactBtn {
    padding: 8px 16px;
}