@import url("variables.css");
@import url("base.css");
@import url("theme.css");
@import url("kolacici.css");
@import url("layout.css");
@import url("components/izdvojeno.css");
@import url("components/oNama.css");
@import url("components/brandovi.css");
@import url("components/novosti.css");
@import url("components/kontakt.css");
@import url("components/hero.css");
@import url("components/izbornik.css");
@import url("components/kontaktPage.css");
@import url("components/oNamaPage.css");
@import url("components/proizvodiPage.css");
@import url("components/proizvod.css");

iframe {
  width: 100%;
}
footer {
  background-color: #02bfff;
  padding: 100px 16px;
  section,
  aside {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
  }
  p {
    color: #fdfdfd;
  }
  a {
    color: #fdfdfd;
    font-size: 16px;
    text-decoration: none;
    &:hover {
      text-decoration: underline;
    }
  }
}

.gdpr_box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px 0px;
}
.gdpr_info_box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
}
.gdpr_info_box aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gdpr_box h1 {
  color: #02bfff;
  font-size: 48px;
  text-wrap: balance;
}
.gdpr_info_box h2 {
  color: #f2f2f2;
  font-size: 32px;
  text-wrap: balance;
}
.gdpr_info_box p {
  color: #f2f2f2cf;
  font-size: 16px;
  line-height: 1.5;
  max-width: 65ch;
  text-wrap: pretty;
}
.gdpr_box em {
  color: #f2f2f2cf;
  font-size: 18px;
  line-height: 1.5;
  max-width: 65ch;
  text-wrap: pretty;
}
.gdpr_info_box em {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 1.5;
  max-width: 65ch;
  text-wrap: pretty;
}

form[name="gdpr_form"] fieldset {
  border: 1.5px solid #ccc;
  border-radius: 6px;
  background-color: var(--darkBlueCol);

  padding: 1rem 1.5rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 2rem;
  max-width: 900px;
}

form[name="gdpr_form"] fieldset legend {
  font-weight: 700;
  font-size: 1rem;
  color: var(--whiteCol);
  padding: 0 0.25rem;
  width: 100%;
  margin-bottom: 0.25rem;
}

form[name="gdpr_form"] fieldset::after {
  content: "";
  flex-basis: 100%;
  height: 0;
  order: 1;
}

form[name="gdpr_form"] fieldset > div {
  order: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.95rem;
  color: var(--whiteCol);
}

form[name="gdpr_form"] fieldset > div input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #1a73e8;
  cursor: pointer;
}

form[name="gdpr_form"] fieldset > div input[type="checkbox"]:disabled {
  accent-color: #aaa;
  cursor: not-allowed;
}

form[name="gdpr_form"] fieldset > a.ok_active,
form[name="gdpr_form"] fieldset > button[type="submit"] {
  order: 2;
  margin-top: 0.5rem;
  display: inline-block;
  padding: 0.55rem 1.1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
}

form[name="gdpr_form"] fieldset > a.ok_active.ok_active_red {
  background-color: #e53935;
  color: #fff;
  margin-right: 0.5rem;
}

form[name="gdpr_form"] fieldset > a.ok_active.ok_active_red:hover {
  background-color: #c62828;
}

form[name="gdpr_form"] fieldset > button[type="submit"] {
  background-color: #2e7d32;
  color: #fff;
}

form[name="gdpr_form"] fieldset > button[type="submit"]:hover {
  background-color: #1b5e20;
}
a[href="//www.zemunik-sport.hr/hrvatski/gdpr_9/"]
{
  color: #02bfff;
}

/* news */
.basic_site_inner_content_news {
  max-width: 1300px;
  margin: 0 auto;
  padding: 24px 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  place-items: center;
  @media screen and (min-width: 768px) {
    grid-template-columns: 1fr 1fr;
    h1 {
      grid-column: span 2;
    }
  }
  @media screen and (min-width: 992px) {
    grid-template-columns: 1fr 1fr 1fr;
    h1 {
      grid-column: span 3;
    }
  }
}
.basic_site_inner_content_news h1 {
  color: var(--blueCol);
  font-size: 56px;
  @media screen and (min-width: 768px) {
    font-size: 64px;
  }
}
.basic_site_inner_content_news article {
  min-height: 530px;
  max-width: 320px;
  background-color: var(--whiteCol);
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all ease-in-out 150ms;
  figure {
    height: 333px;
    width: 100%;
  }
  img {
    transition: all ease-in-out 150ms;
    width: 100%;
    height: 304.99px;
    object-fit: cover;
  }

  h1 {
    a {
      transition: all ease-in-out 150ms;
    }
  }
  &:hover {
    cursor: pointer;
    figure img {
      transform: scale(1.1);
    }
    h1 {
      a {
        color: var(--blueCol);
      }
    }
  }
}
.basic_site_inner_content_news article h1 {
  font-size: 32px;
  padding-left: 16px;
  padding-right: 16px;
  a {
    color: var(--blackCol);
    text-decoration: none;
  }
}
.basic_site_inner_content_news article em {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
.basic_site_inner_content_news article figure a {
  display: block;
  overflow: hidden;
}
.basic_site_inner_content_news article figure figcaption {
  padding-left: 16px;
  padding-right: 16px;
  color: var(--blueCol);
  font-weight: bold;
  font-size: 14px;
  margin-top: 12px;
}

.basic_site_inner_content_news_details article {
  em {
    padding: 24px 0px;
    color: var(--whiteCol);
  }
  h1 {
    color: var(--blueCol);
    font-size: 40px;
    @media screen and (min-width: 768px) {
      font-size: 64px;
    }
  }
  em,
  p {
    line-height: 1.5;
  }
  max-width: 900px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 48px 16px;
  row-gap: 24px;
  figure {
    padding: 24px 16px;
    float: left;
    max-width: 400px;
    img {
      width: 100%;
    }
  }
  p {
    color: #ffffffe2;
    padding-top: 24px;
  }
  figcaption {
    color: var(--blueCol);
    font-weight: bold;
    font-size: 14px;
  }
  a {
    color: var(--blueCol);
  }
  h1,
  em {
    grid-column: span 2;
  }
  @media screen and (min-width: 768px) {
  }
}
#hist a {
  display: inline-block;
  padding: 0.5rem 1.1rem;
  border: 2px solid #29b6f6;
  color: #29b6f6;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.08em;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s;
}
#hist a::before {
  content: "← ";
}
#hist a:hover {
  background-color: #29b6f6;
  color: #1c1c1e;
}
