@font-face {
  font-family: 'Univers';
  src: url('fonts/UniversRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Univers';
  src: url('fonts/UniversBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Univers';
  src: url('fonts/UniversLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Univers Condensed';
  src: url('fonts/UniversCnRg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Univers Condensed';
  src: url('fonts/UniversCnBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Univers', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

a:focus {
	outline: none;
}

p {
  margin-bottom: 1rem;
  color: #333333;
  font-weight: 300;
}

strong {
     font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Univers', sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }

body.single .entry-header {
    background: #12181C;
    color: white;
    min-height: 200px;
    vertical-align: middle;
    display: flex;
    flex-direction: ;
    align-items: center;
}

body.single .entry-header h1 {
    width: 1017px;
    max-width: 1017px;
    margin: 0 auto;
    color:#ffffff;
    font-size: 48px;
}

.custom-header {
      position: sticky;
      top: 0;
      z-index: 1020;
      background-color: white;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.isaac-izdelki-link, .isaac-link-storitve, .isaac-link-onas, .isaac-link-kontakt,
.isaac-izdelki-link-en, .isaac-link-storitve-en, .isaac-link-onas-en, .isaac-link-kontakt-en {
    cursor: pointer;
}

.header-container {
      max-width: 1440px;
      margin: 0 auto;
      padding: 10px 20px;
}

.navbar-nav .nav-link {
      font-weight: 600;
      text-transform: uppercase;
      color: #333;
      margin: 0 10px;
}

.navbar-nav .nav-link:hover {
      color: #007bff;
}

.btn-kontakt {
      background-color: #007bdf;
      color: #ffffff !important;
      font-weight: 600;
      text-transform: uppercase;
      border: none;
      padding: 8px 20px;
      border-radius: 2px;
}

.btn-kontakt:hover {
    text-decoration: underline;
    background-color: #007bdf;
    color: #ffffff !important;
}

   
.lang-icon {
      color: #333;
      margin-left: 15px;
      font-size: 1.1rem;
}

.dropdown-menu li a {
      padding: 8px 16px;
      display: block;
      color: #333;
      font-weight: 500;
      text-transform: uppercase;
      text-decoration: none;
}

.dropdown-menu li a:hover {
      background-color: #f1f1f1;
}

.dropdown-menu.show {
    min-width: 180px;
}

.isaac-subtitle p {
    background-color: #0073C7;
    width: fit-content;
    padding: 3px 5px 3px 5px;
}


#menu-glavni-meni .current-menu-item > a {
  position: relative;
  text-decoration: none;
  color: #007bff !important;
}

#menu-glavni-meni .current-menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  color: #007bff;
}


.isaac-kontakt form input, .isaac-kontakt form textarea,
.isaac-kontakt form fieldset {
    max-width: 90% !important;
}

.isaac-kontakt form button {
    width: 90% !important;
}

.isaac-kontakt form label {
    margin-bottom: 6px !important;
    color: #333333 !important;
    font-weight: 500 !important;
}

/*footer*/

.footer {
  background-color: #12181C;
}

.footer p {
  color: #F3F3F3;
}

.footer a {
  color: #F3F3F3;
}

.footer a:hover {
  color: #fff;
}

.footer .btn-outline-light {
  border-color: #666;
  color: #ccc;
}

.footer .btn-outline-light:hover {
  color: #fff;
  border-color: #fff;
}

.footer .spodnji-trak {
    background-color: #0073C7;
    color: #F3F3F3 !important;
}

.footer-widget h5 {
  color: #F3F3F3 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: inline-block; /* ključna sprememba */
  position: relative;
}

.footer-widget h5::after {
  content: '';
  display: block;
  height: 2px;
  background-color: #999;
  margin-top: 4px;
  width: 100%; /* dolžina kot napis */
}

.footer-widget ul.menu {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.footer-widget ul {
  margin-left: 0px !important;
}

.footer-widget ul.menu li {
  margin-bottom: 6px;
}

.footer-widget ul.menu li a {
  color: #F3F3F3;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-widget ul.menu li a:hover {
  color: #fff;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1050;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #666;
  color: #ccc;
  background-color: transparent;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  color: #fff;
  border-color: #fff;
  background-color: #007bdf;
}

/* mobile */

@media (max-width: 992px) {
    
    body.single .entry-header h1 {
        padding-left:15px;
        padding-right:15px;
    }
    
    .job-wrapper {
        padding-left:15px;
        padding-right:15px;    
    }

}