/*
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/logo-copper-connect.png).
Version: 1.0.0
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 {
  height: 5.52rem;
  max-height: 89px;
  width: auto;
  display: block;
}

.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;
}
