/*
Theme Name: Copper Connect
Theme URI: https://copper-connect.eu/
Author: Copper Connect
Author URI: https://copper-connect.eu/
Description: Croatian WordPress theme for Copper Connect, cloned from the Copper-Net.ch Mobirise single-pager. Front page and privacy template. Header uses the Copper Connect mark (assets/images/logoKosi.png).
Version: 1.0.27
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: copper-connect
Tags: one-column, custom-menu, featured-images, translation-ready
*/

/* Lokalizacija na hrvatski: alkemija.hr 2026 */

/* Theme extras (Mobirise/Bootstrap live under assets/). */

.navbar-logo .cc-header-logo,
.navbar-logo img,
.cid-tR2CidGv4X .navbar .navbar-logo img {
  height: 6.35rem;
  max-height: 102px;
  width: auto;
  display: block;
}

/* Logo stays top-left of the header (not centered). */
.cid-tR2CidGv4X .navbar,
.cid-tR2CidGv4X .navbar.collapsed {
  justify-content: flex-start;
  min-height: 7.4rem;
}

.cid-tR2CidGv4X .navbar.navbar-short {
  min-height: 60px;
}

.cid-tR2CidGv4X .navbar .container-fluid {
  justify-content: flex-start;
}

.cid-tR2CidGv4X .navbar-brand,
.cid-tR2CidGv4X .navbar .navbar-brand {
  margin-right: auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.cid-tR2CidGv4X .navbar-logo,
.cid-tR2CidGv4X .navbar-brand .navbar-logo {
  margin-right: 0;
}

@media (max-width: 991px) {
  .cid-tR2CidGv4X .navbar .navbar-logo img {
    height: 3.45rem !important;
    max-height: none;
  }

  .cid-tR2CidGv4X .navbar .navbar-brand {
    width: auto;
    max-width: calc(100% - 3rem);
    padding-right: 0.75rem;
    flex-basis: auto;
  }
}

.cid-tR2CidGv4X .navbar.navbar-short .navbar-logo img {
  height: 2.88rem !important;
}

.navbar-wordmark {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 4rem;
  color: #ad4c2b;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.navbar-wordmark:hover,
.navbar-wordmark:focus {
  color: #682d1a;
  text-decoration: none;
}

.footer-wordmark {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.3;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

.footer-wordmark:hover,
.footer-wordmark:focus {
  color: #ffffff;
  text-decoration: none;
}

.navbar-nav .nav-link,
.navbar-buttons .btn {
  text-transform: uppercase;
}

/* Privacy page */
.datenschutz-header {
  background-color: rgb(173, 76, 43);
  padding: 120px 0 60px;
  position: relative;
}
.datenschutz-header .mbr-section-title {
  color: #ffffff;
}
.datenschutz-header .mbr-text,
.datenschutz-header .mbr-section-subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.datenschutz-header .info-card-box {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
  color: #ffffff;
}
.datenschutz-header .info-card-box a {
  color: #ffffff;
  text-decoration: underline;
}
.datenschutz-content {
  padding: 3rem 0 4rem;
}
.datenschutz-sidebar {
  position: sticky;
  top: 100px;
}
.datenschutz-sidebar h5 {
  margin-bottom: 1rem;
  font-weight: 700;
}
.datenschutz-sidebar .toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.datenschutz-sidebar .toc-list li {
  margin-bottom: 0.5rem;
}
.datenschutz-sidebar .toc-list a {
  color: #555;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
  display: block;
  padding: 0.25rem 0;
}
.datenschutz-sidebar .toc-list a:hover {
  color: rgb(173, 76, 43);
}
.datenschutz-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.datenschutz-section:last-child {
  border-bottom: none;
}
.datenschutz-section h3 {
  margin-bottom: 1rem;
  color: #232323;
}
.datenschutz-section h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #333;
}
.datenschutz-section p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.datenschutz-section ul {
  color: #555;
  line-height: 1.8;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.datenschutz-section ul li {
  margin-bottom: 0.5rem;
}
.datenschutz-contact-box {
  background: #f8f8f8;
  border-left: 4px solid rgb(173, 76, 43);
  padding: 1.5rem;
  border-radius: 4px;
  margin: 1rem 0;
  color: #555;
  line-height: 1.8;
}
.datenschutz-contact-box a {
  color: rgb(173, 76, 43);
}
@media (max-width: 991px) {
  .datenschutz-sidebar {
    position: static;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
  }
}

.cc-hero-title {
  line-height: 1.05;
}
.cc-hero-title strong {
  display: block;
}

body.cc-jobs-popup-open {
  overflow: hidden;
}

.cc-jobs-popup[hidden] {
  display: none;
}

.cc-jobs-popup {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 200px 1.25rem 1.25rem;
}

.cc-jobs-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 16, 12, 0.62);
}

.cc-jobs-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(40rem, 100%);
  max-height: calc(100vh - 200px - 1.25rem);
  overflow: auto;
  background: #fff;
  color: #232323;
  border-radius: 10px;
  padding: 2rem 1.75rem 1.75rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  font-family: Jost, sans-serif;
}

.cc-jobs-popup__close {
  position: absolute;
  top: 0.45rem;
  right: 0.55rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  background: transparent;
  color: #682d1a;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.cc-jobs-popup__close:hover,
.cc-jobs-popup__close:focus {
  color: #ad4c2b;
}

.cc-jobs-popup__kicker {
  margin: 0 0 0.35rem;
  color: #ad4c2b;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cc-jobs-popup__title {
  margin: 0 0 0.85rem;
  color: #232323;
  font-size: clamp(1.45rem, 3.6vw, 1.9rem);
  font-weight: 700;
  line-height: 1.2;
}

.cc-jobs-popup__lead {
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
  line-height: 1.5;
}

.cc-jobs-popup__list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.cc-jobs-popup__list li {
  position: relative;
  padding: 0.22rem 0 0.22rem 1.15rem;
  color: #333;
  font-size: 0.98rem;
  line-height: 1.4;
}

.cc-jobs-popup__list li::before {
  content: "–";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.cc-jobs-popup__note {
  margin: 0 0 0.75rem;
  color: #444;
  line-height: 1.5;
}

.cc-jobs-popup__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-top: 1.15rem;
}

.cc-jobs-popup__cta {
  display: inline-block;
}

.cc-jobs-popup__phone {
  font-family: Jost, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ad4c2b;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.cc-jobs-popup__phone:hover,
.cc-jobs-popup__phone:focus {
  color: #682d1a;
  text-decoration: underline;
}

@media (max-width: 575px) {
  .cc-jobs-popup {
    padding: 200px 0.75rem calc(0.75rem + 30px);
  }

  .cc-jobs-popup__dialog {
    padding: 1.6rem 1.2rem 1.35rem;
    max-height: calc(100vh - 200px - 0.75rem - 30px);
    max-height: calc(100dvh - 200px - 0.75rem - 30px);
  }
}
