@charset "UTF-8";
/*=============================================================
   Base
  ============================================================= */
/* Frames */
.frame.bg-primary,
.frame.bg-success,
.frame.bg-info,
.frame.bg-warning,
.frame.bg-danger,
.frame.bg-light {
  padding: 10px;
  margin: 0 0 30px;
  font-size: 14px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-3 {
  margin-top: 1rem;
}

.frame.bg-light {
  border: 2px solid #f2f4f5;
}

/* Forms */
textarea.form-control {
  min-height: 100px;
}

/* Gallery */
.ce-gallery .ce-outer .ce-inner .row {
  margin-bottom: -15px;
}

.ce-gallery .ce-outer .ce-inner .row > div {
  margin-bottom: 15px;
}

.ce-bodytext {
  font-size: 20px;
}

.frame-layout-1 h2, .frame-layout-1 h3, .frame-layout-1 h4, .frame-layout-1 h5, .frame-layout-1 h6 {
  font-size: 25px;
}

.frame-layout-3 {
  max-width: 646px;
}

.frame-layout-1 .ce-bodytext, .frame-layout-2 .ce-bodytext, .frame-layout-3 .ce-bodytext {
  color: #aaa;
  font-weight: 300;
}

.frame-layout-2 {
  max-width: 710px;
}

.frame-layout-1 {
  max-width: 690px;
}

.frame-layout-2 {
  border: 2px solid rgba(216, 180, 88, 0.45);
  border-radius: 12px;
  padding: 20px 20px 20px 5px;
}
.frame-layout-2 .ce-bodytext p:last-child {
  margin-bottom: 0;
}

/* Links */
a.download-link:before,
a.external-link:before,
a.mail-link:before {
  position: relative;
  top: 0.1em;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
}

a.download-link:before {
  content: "\e025";
  padding-right: 0.1em;
}

a.external-link:before {
  content: "\e144";
  padding-right: 0.1em;
}

a.mail-link:before {
  content: "✉";
  padding-right: 0.2em;
}

/* Indexed Search */
.panel .panel-footer .breadcrumb {
  padding: 0;
  margin-bottom: 0;
}

.table-refining-material-calculation th,
.table-refining-material-calculation td {
  text-align: right;
}

h5 {
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 5px solid #f2f4f5;
}

/* Uploads */
.ce-uploads a .img-thumbnail {
  margin-right: 10px;
}

.ce-uploads a .icon {
  width: 24px;
  height: auto;
  margin-right: 5px;
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-black {
  color: #000;
}

.bg-black {
  background-color: #000;
}

.text-gold,
.text-gold a {
  color: #c09e5a !important;
}
.text-gold a:hover {
  color: #a78540 !important;
}

.text-silver,
.text-silver a {
  color: #bbb !important;
}
.text-silver a:hover {
  color: #a2a2a2 !important;
}

.text-platinum,
.text-platinum a {
  color: #e5e4e2 !important;
}
.text-platinum a:hover {
  color: #cdcbc7 !important;
}

.text-palladium,
.text-palladium a {
  color: #6F6A75 !important;
}
.text-palladium a:hover {
  color: #56525a !important;
}

/*=============================================================
   General
  ============================================================= */
body {
  background: #100d08;
}

.bg-primary {
  background-color: #d8b458;
  background-image: linear-gradient(135deg, #f0dc9c 0%, #d8b458 45%, #a17f3d 100%);
}

h1,
h2,
h3,
h4,
.text-primary,
.mainbar .title {
  color: #d8b458;
  display: flex;
  align-items: center;
}

/* TYPO3 Messages */
.typo3-messages {
  padding-left: 0;
  list-style-type: none;
}

.ce-gallery figure.video {
  display: block;
}

.ce-below .ce-gallery {
  float: none !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #c09e5a;
  color: #000;
}

.frame-layout-1 h2, .frame-layout-1 h3, .frame-layout-1 h4, .frame-layout-1 h5, .frame-layout-1 h6 {
  margin-top: 10px;
}
.frame-layout-1 .ce-gallery img {
  width: auto;
  height: 72px;
}

/*=============================================================
   Shop price list (Category List) — responsive without scroll
   on phones the two prices stack with small Ankauf/Verkauf labels
  ============================================================= */
.tx-xeiro-shop .price-tag {
  display: none;
}
.tx-xeiro-shop .table > tbody > tr.cat > th {
  border-top: 30px solid #100d08;
}
.tx-xeiro-shop .table > tbody > tr.cat:first-child > th {
  border-top: none;
}
@media (max-width: 767px) {
  .tx-xeiro-shop table tr {
    display: flex;
    flex-direction: column;
  }
  .tx-xeiro-shop .table > thead {
    display: none;
  }
  .tx-xeiro-shop .table > tbody > tr > td,
  .tx-xeiro-shop .table > tbody > tr > th {
    padding: 8px 10px;
  }
  .tx-xeiro-shop .table .text-nowrap {
    white-space: normal;
  }
  .tx-xeiro-shop .table td.stretch {
    width: 100%;
    /* width: 52%; */
  }
  .tx-xeiro-shop .price-cell .price-ankauf,
  .tx-xeiro-shop .price-cell .price-verkauf {
    display: block;
    white-space: nowrap;
  }
  .tx-xeiro-shop .price-cell .price-verkauf {
    margin-top: 2px;
  }
  .tx-xeiro-shop .price-cell .price-tag {
    display: inline-block;
    min-width: 3.6em;
    margin-right: 4px;
    text-align: left;
    font-size: 0.72em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(216, 180, 88, 0.7);
  }
}

/*=============================================================
   Header
  ============================================================= */
#topbar {
  min-height: 10px;
}

#main-nav {
  font-weight: 300;
  z-index: 1000;
  border: 0;
  background: transparent;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #main-nav {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  #main-nav {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #main-nav {
    float: right;
    display: flex;
    align-items: center;
    /* min-height: 5.5vw; */
  }
}
#main-nav #navbar-collapse-1 {
  padding-right: 0;
}
#main-nav .navbar-nav > li > a {
  color: #d8b458;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
  background: transparent;
  transition: color 0.2s;
  font-size: 19px;
}
#main-nav .navbar-nav > li > a.dropdown-toggle {
  padding-right: 7px;
}
@media (max-width: 1200px) {
  #main-nav .navbar-nav > li > a {
    padding-left: 10px;
    font-size: 17px;
  }
}
#main-nav .navbar-nav > li > a:hover, #main-nav .navbar-nav > li > a:focus {
  color: #f0dc9c;
  background: transparent;
}
#main-nav .navbar-nav > .active > a, #main-nav .navbar-nav > .active > a:hover, #main-nav .navbar-nav > .active > a:focus {
  background: transparent;
  color: #f0dc9c;
}
#main-nav .dropdown-menu {
  background-color: #1c1710;
  border: 1px solid #a17f3d;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 5px 0;
  box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
@media (max-width: 991px) {
  #main-nav .dropdown-menu {
    font-size: 18px;
  }
}
#main-nav .dropdown-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #d8b458;
  background-image: linear-gradient(90deg, #f0dc9c 0%, #d8b458 45%, #a17f3d 100%);
}
#main-nav .dropdown-menu > li > a {
  color: #c09e5a;
  padding: 9px 20px;
  transition: background-color 0.2s, color 0.2s;
}
#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
  background-color: #d8b458;
  background-image: linear-gradient(135deg, #f0dc9c 0%, #d8b458 45%, #a17f3d 100%);
  color: #100d08;
}
#main-nav .dropdown-menu > .active > a, #main-nav .dropdown-menu > .active > a:hover, #main-nav .dropdown-menu > .active > a:focus {
  background-color: #d8b458;
  background-image: linear-gradient(135deg, #f0dc9c 0%, #d8b458 45%, #a17f3d 100%);
  color: #100d08;
}
#main-nav .navbar-toggle:hover,
#main-nav .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #main-nav {
    position: static;
  }
  #main-nav .navbar-toggle {
    display: block;
    margin: 0 15px 0 0;
    border: 1px solid #a17f3d;
    border-radius: 4px;
    background: transparent;
  }
  #main-nav .navbar-toggle .icon-bar {
    background-color: #d8b458;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }
  #main-nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    transform: translateY(6px) rotate(45deg);
  }
  #main-nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    opacity: 0;
  }
  #main-nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
    transform: translateY(-6px) rotate(-45deg);
  }
  #main-nav .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    max-height: none;
    background: #1c1710;
    border-top: 2px solid #a17f3d;
    box-shadow: 0 16px 30px -12px rgba(0, 0, 0, 0.75);
    z-index: 1000;
  }
  #main-nav .navbar-nav {
    margin: 0;
  }
  #main-nav .navbar-nav > li > a {
    padding: 14px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
  #main-nav .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.3);
    padding: 0;
    transition: max-height 0.35s ease, opacity 0.3s ease;
  }
  #main-nav .dropdown-menu::before {
    display: none;
  }
  #main-nav .dropdown-menu > li > a {
    padding-left: 42px;
  }
  #main-nav .open > .dropdown-menu {
    max-height: 420px;
    opacity: 1;
  }
}

#header-image {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* min-height: 25vw; */
  height: 25vw;
  min-height: 480px;
  display: flex;
  justify-content: center;
}
#header-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 32%;
  background: linear-gradient(to bottom, #100d08 0%, rgba(16, 13, 8, 0) 100%);
  pointer-events: none;
}

@keyframes pill-sheen {
  0% {
    left: -60%;
  }
  55%, 100% {
    left: 125%;
  }
}
#main-news {
  position: absolute;
  /* left: 50%; */
  bottom: 6%;
  /* transform: translateX(-50%);
  max-width: 90%; */
  max-width: calc(100% - 90px);
  display: inline-block;
  padding: 0.75em 2.2em;
  text-align: center;
  text-decoration: none;
  color: #d8b458;
  font-weight: 600;
  letter-spacing: 0.03em;
  background: linear-gradient(135deg, #1b150d 0%, #0b0805 50%, #17110a 100%);
  border: 1px solid rgba(216, 180, 88, 0.6);
  border-radius: 50px;
  box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  transition: filter 0.3s;
}
#main-news::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 45%;
  height: 100%;
  background: linear-gradient(100deg, rgba(240, 220, 156, 0) 0%, rgba(240, 220, 156, 0.55) 50%, rgba(240, 220, 156, 0) 100%);
  transform: skewX(-20deg);
  animation: pill-sheen 4s ease-in-out infinite;
  pointer-events: none;
}
#main-news:hover {
  filter: brightness(1.04);
}

.mainbar {
  background-color: #100d08;
  padding: 15px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.mainbar .nav-col {
  display: flex;
  justify-content: end;
  flex: 1;
}
.mainbar .logo {
  /* padding-top: 1vw; */
  padding-left: 30px;
  margin-right: 30px;
}
.mainbar .logo img {
  /* margin-left: auto; */
  width: auto;
  max-width: 180px;
  /* height: 80%; */
}
@media (max-width: 991px) {
  .mainbar .logo {
    margin-right: 10px;
  }
  .mainbar .logo img {
    max-width: 120px;
  }
}
.mainbar .title {
  position: relative;
  /* font-size: 4vw; */
  font-weight: 300;
  letter-spacing: 0.02em;
  container-type: inline-size;
  background-color: #100d08;
}
.mainbar .title span {
  font-size: 8cqw;
}
@media (min-width: 769px) {
  .mainbar .title {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1600px) {
  .mainbar .title span {
    font-size: 10cqw;
  }
}
@media (max-width: 1400px) {
  .mainbar .title span {
    font-size: 12cqw;
  }
}
.mainbar .title {
  /* @media (max-width: 1200px) {
      span {
          font-size: 10cqw;
      }
  } */
}
@media (max-width: 768px) {
  .mainbar .title {
    width: calc(100vw - 240px);
  }
  .mainbar .title span {
    font-size: 6cqw;
  }
}
@media (max-width: 576px) {
  .mainbar .title {
    width: 100%;
    max-width: calc(100vw - 240px);
  }
  .mainbar .title span {
    font-size: 11cqw;
  }
}
.mainbar > div {
  /* height: 5.5vw; */
  /* min-height: 50px; */
}
@media (max-width: 768px) {
  .mainbar > div {
    /* height: 5.5vw; */
  }
}

/*=============================================================
   Content
  ============================================================= */
#nextupdate .nextupdate-clock {
  display: inline-block;
  width: 96px;
  height: 96px;
  margin-bottom: 6px;
  filter: drop-shadow(0 0 10px rgba(216, 180, 88, 0.35));
}
@media (max-width: 991px) {
  #nextupdate .nextupdate-clock {
    width: 74px;
    height: 74px;
  }
}
@media (max-width: 768px) {
  #nextupdate .nextupdate-clock {
    width: 64px;
    height: 64px;
  }
}
#nextupdate .title {
  font-size: 1.6vw;
  font-weight: 500;
  padding: 15px 0 25px;
}
@media (max-width: 991px) {
  #nextupdate .title {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  #nextupdate .title {
    font-size: 5vw;
    padding: 5px 0 10px;
  }
}
@media (max-width: 991px) {
  #nextupdate .fa-4x {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  #nextupdate .fa-4x {
    font-size: 2em;
  }
}
#nextupdate .row .bg-primary {
  position: relative;
  width: 65%;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #nextupdate .row .bg-primary {
    padding: 10px 0;
  }
}
#nextupdate .row > div:first-child .bg-primary {
  margin-left: auto;
}
#nextupdate .row > #nextupdate .row:last-child .bg-primary {
  margin-right: auto;
}
#nextupdate .nextupdate-value {
  position: relative;
  font-size: 3vw;
  line-height: 3.2vw;
  font-weight: 400;
  display: block;
}
@media (max-width: 991px) {
  #nextupdate .nextupdate-value {
    font-size: 5vw;
    line-height: 6vw;
  }
}
@media (max-width: 768px) {
  #nextupdate .nextupdate-value {
    font-size: 10vw;
    line-height: 12vw;
  }
}
#nextupdate .nextupdate-value .spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1.5vw;
}
@media (max-width: 991px) {
  #nextupdate .nextupdate-value .spinner {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  #nextupdate .nextupdate-value .spinner {
    font-size: 3.5vw;
  }
}
#nextupdate .nextupdate-label {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  font-size: 1.1vw;
  display: block;
}
@media (max-width: 991px) {
  #nextupdate .nextupdate-label {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  #nextupdate .nextupdate-label {
    font-size: 3.5vw;
  }
}

#content {
  padding-top: 40px;
  padding-bottom: 40px;
}
#content h1,
#content h2,
#content h3 {
  text-transform: uppercase;
  font-weight: 400;
}
#content h1,
#content h2 {
  letter-spacing: 0.05em;
}
#content h3,
#content h4 {
  letter-spacing: 0.02em;
}
@media (max-width: 991px) {
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  #content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*=============================================================
   Contact
  ============================================================= */
#contact {
  line-height: 1.2em;
  font-weight: 300;
  /* margin-bottom: 40px;
  padding-top: 40px; */
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
#contact .footer-title {
  font-size: 30px;
  display: block;
  line-height: 1;
  margin-bottom: 1.2rem;
}
#contact .contact-tel {
  display: block;
  margin-bottom: 5px;
}
#contact .gold-price-container {
  display: flex;
}
#contact .gold-price-container a {
  flex: 1;
  display: flex;
  justify-content: end;
}
#contact .gold-price-container .logo-bullion {
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
  max-width: 300px;
}
#contact > div {
  /* height: 8vw; */
}
#contact > div:last-child {
  /* padding-top: 0.5vw; */
}
@media (max-width: 768px) {
  #contact > div {
    height: auto;
  }
}
#contact a {
  font-weight: 500;
}
#contact img {
  /* margin-left: auto;
  margin-top: 1vw;
  height: 80%; */
}
@media (max-width: 768px) {
  #contact img {
    /* height: 90%;
    margin-top: 1.8vw; */
  }
}
#contact .logo-footer {
  width: 306px;
}
@media (max-width: 768px) {
  #contact {
    flex-direction: column;
  }
  #contact .gold-price-container,
  #contact .contact-container,
  #contact .logo-container {
    display: flex;
  }
  #contact .gold-price-container,
  #contact .logo-container {
    justify-content: center;
  }
  #contact .gold-price-container {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  #contact .gold-price-container a {
    justify-content: center;
  }
  #contact .gold-price-container .logo-bullion {
    max-width: 200px;
  }
  #contact .logo-container {
    margin-bottom: 30px;
  }
  #contact .contact-container {
    flex-direction: column;
    align-items: center;
  }
  #contact .logo-footer {
    width: 220px;
  }
  #contact .footer-title {
    font-size: 28px;
  }
  #contact {
    /* padding-top: 10px;
    margin-bottom: 10px; */
  }
}

#footer {
  border-top: 1px solid #fff;
  padding: 40px 0;
  font-size: 21px;
}
#footer address {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #footer {
    padding: 20px 0;
    text-align: center;
  }
}
#footer,
#footer a {
  color: #aaa;
}
#footer .social-buttons li {
  padding-right: 10px;
}
#footer .social-buttons li a {
  text-decoration: none;
}
#footer .social-buttons li a:hover {
  color: #fff;
}

#footer2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer2 .list-inline {
  margin-bottom: 0;
}
#footer2,
#footer2 a {
  color: #888;
}

/*=============================================================
   Shop
  ============================================================= */
.tx-xeiro-shop h1 small {
  display: inline-block;
  color: #c09e5a;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .tx-xeiro-shop h1 {
    line-height: 1.1;
  }
  .tx-xeiro-shop h1,
  .tx-xeiro-shop h1 small {
    text-align: center;
  }
  .tx-xeiro-shop h1 small {
    margin-left: 0;
  }
}
.tx-xeiro-shop .product-grid {
  width: 90%;
}
@media (max-width: 1199px) {
  .tx-xeiro-shop .product-grid {
    width: auto;
  }
}
.tx-xeiro-shop .product-grid {
  padding-top: 0;
}
.tx-xeiro-shop .product-grid .product-row {
  display: flex;
  flex-wrap: wrap;
}
.tx-xeiro-shop .product-grid .product-row .product-cols {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .tx-xeiro-shop .product-grid .product-row .product-cols {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .tx-xeiro-shop .product-grid .product-row .product-cols {
    max-width: 33.3333333333%;
  }
}
.tx-xeiro-shop .product-grid .product-row .product-cols .product {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 768px) {
  .tx-xeiro-shop .product-grid .product-row .product-cols .product .price-best,
  .tx-xeiro-shop .product-grid .product-row .product-cols .product .price-bid {
    flex: 1;
  }
}
.tx-xeiro-shop .product-grid .product {
  border: 5px solid #c09e5a;
  box-shadow: 2px -3px 10px 0px #c09e5a;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 20px 20px;
  margin-bottom: 35px;
}
.tx-xeiro-shop .product-grid .product:hover {
  border-color: #f0dc9c;
  box-shadow: 0 8px 28px -6px rgba(192, 158, 90, 0.55);
  transform: translateY(-4px);
}
@media (max-width: 768px) {
  .tx-xeiro-shop .product-grid .product {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
.tx-xeiro-shop .product-grid .product .image-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tx-xeiro-shop .product-grid .product .image-link {
    max-width: 280px;
    margin: 0 auto;
  }
}
.tx-xeiro-shop .product-grid .product .image-link::before {
  display: block;
  content: "";
}
.tx-xeiro-shop .product-grid .product .image-link::before {
  padding-top: 100% !important;
}
.tx-xeiro-shop .product-grid .product .image-link > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}
.tx-xeiro-shop .product-grid .product .image-link > span img {
  width: auto;
  height: 90%;
  margin: 5% auto 0;
}
.tx-xeiro-shop .product-grid .product h3 {
  height: auto;
  min-height: 4em;
  margin: 0 0 5px;
  font-size: 1.4vw;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .tx-xeiro-shop .product-grid .product h3 {
    font-size: 2.4vw;
  }
}
@media (max-width: 992px) {
  .tx-xeiro-shop .product-grid .product h3 {
    font-size: 3.5vw !important;
  }
}
@media (max-width: 768px) {
  .tx-xeiro-shop .product-grid .product h3 {
    font-size: 22px !important;
    min-height: auto;
  }
}
.tx-xeiro-shop .product-grid .product h3,
.tx-xeiro-shop .product-grid .product h3 a {
  color: #c09e5a !important;
}
.tx-xeiro-shop .product-grid .product .price strong {
  display: block;
  font-size: 1.7vw !important;
}
@media (max-width: 1199px) {
  .tx-xeiro-shop .product-grid .product .price strong {
    font-size: 2.5vw !important;
  }
}
@media (max-width: 992px) {
  .tx-xeiro-shop .product-grid .product .price strong {
    font-size: 3.5vw !important;
  }
}
@media (max-width: 768px) {
  .tx-xeiro-shop .product-grid .product .price strong {
    font-size: 22px !important;
  }
}
.tx-xeiro-shop .product-grid .product .price strong {
  color: #000;
  margin-bottom: 10px;
}
.tx-xeiro-shop .product-grid .product .tax {
  color: #7a7a7a;
  font-size: 1vw;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .tx-xeiro-shop .product-grid .product .tax {
    font-size: 1.5vw;
  }
}
@media (max-width: 992px) {
  .tx-xeiro-shop .product-grid .product .tax {
    font-size: 2.5vw !important;
  }
}
@media (max-width: 768px) {
  .tx-xeiro-shop .product-grid .product .tax {
    font-size: 14px !important;
  }
}
.tx-xeiro-shop .product-grid .product input.basket-amount {
  border: 3px solid #000;
  color: #000;
  font-size: 3rem;
  border-radius: 0;
  width: 45%;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .tx-xeiro-shop .product-grid .product input.basket-amount {
    font-size: 1.5rem;
    width: 40%;
  }
}
.tx-xeiro-shop .product-grid .product button {
  display: block;
  width: 100%;
  border: 1px solid #a17f3d;
  padding: 6px 15px;
  border-radius: 4px;
  background-color: #d8b458;
  background-image: linear-gradient(135deg, #f0dc9c 0%, #d8b458 45%, #a17f3d 100%);
  color: #000;
  font-weight: 600;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.3);
  transition: filter 0.25s, box-shadow 0.25s;
}
.tx-xeiro-shop .product-grid .product button:hover, .tx-xeiro-shop .product-grid .product button:focus {
  filter: brightness(1.08);
  box-shadow: 0 4px 14px -2px rgba(192, 158, 90, 0.6);
}
.tx-xeiro-shop .product-grid .product button {
  font-size: 1.2vw;
}
@media (max-width: 1199px) {
  .tx-xeiro-shop .product-grid .product button {
    font-size: 1.6vw;
  }
}
@media (max-width: 992px) {
  .tx-xeiro-shop .product-grid .product button {
    font-size: 2.5vw !important;
  }
}
@media (max-width: 768px) {
  .tx-xeiro-shop .product-grid .product button {
    font-size: 18px !important;
  }
}
.tx-xeiro-shop .product-label {
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
}
.tx-xeiro-shop .product-label.label-new {
  background-color: #a00;
  color: #fff;
}
.tx-xeiro-shop .table-basket,
.tx-xeiro-shop .table-basket input {
  font-size: 16px;
}
.tx-xeiro-shop .table-basket input,
.tx-xeiro-shop .table-basket .btn {
  height: 35px;
}
.tx-xeiro-shop .table-basket .btn {
  font-size: 14px;
}
.tx-xeiro-shop .table-basket a {
  color: #fff;
}
.tx-xeiro-shop .table-basket tbody > tr td:first-child {
  min-width: 50px;
}
.tx-xeiro-shop .table-basket tbody > tr td:nth-child(4) {
  min-width: 120px;
}
@media (max-width: 767px) {
  .tx-xeiro-shop .mobile-summary {
    font-size: 0.8em !important;
  }
}
.tx-xeiro-shop .basket-checkout-buttons {
  margin-bottom: 2em;
}
.tx-xeiro-shop .basket-checkout-buttons .btn-sm {
  font-size: 16px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img-responsive {
    width: 100%;
  }
}
#sun-text {
  position: absolute;
  top: 1.5vw;
  right: 27vw;
  /* width: 10vw; */
  /* min-width: 80px; */
  width: 192px;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  /* font-size: clamp(12px, 1.2vw, 16px); */
  font-size: 16px;
  font-weight: bold;
  color: #000;
  aspect-ratio: 1;
  background: radial-gradient(circle at 40% 34%, #fffef6 0%, #f4e9b6 16%, #f0dc9c 40%, #d8b458 70%, #a17f3d 100%);
  border-radius: 50%;
  box-shadow: 0 0 60px 6px rgba(244, 228, 150, 0.75), 0 0 24px rgba(255, 253, 235, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1600px) {
  #main-news {
    font-size: 20px;
  }
  h2 {
    font-size: 2.3vw;
  }
}
@media (max-width: 1400px) {
  #main-news {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  #main-news {
    font-size: 16px;
  }
  #main-news br {
    display: none;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
  #main-news {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 480px) {
  .mainbar {
    padding-bottom: 40px;
  }
  .mainbar .logo img {
    max-width: 100px;
  }
  .mainbar .title {
    max-width: 100vw;
    position: absolute;
    bottom: 5px;
    padding-left: 30px;
  }
  .mainbar .title span {
    font-size: 22px;
  }
}
/*=============================================================
   "Responsive 3 Spalten" grid (gridelements layout uid 5)
   single column whose child frames reflow 3 -> 2 -> 1
  ============================================================= */
.grid-responsive-3 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}
.grid-responsive-3 > .frame {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .grid-responsive-3 > .frame {
    flex: 0 1 calc(50% - 12px);
  }
}
@media (min-width: 1599px) {
  .grid-responsive-3 > .frame {
    flex: 0 1 calc(33.3333333333% - 16px);
  }
}
@media (max-width: 991px) {
  .grid-responsive-3 {
    margin-top: 60px;
  }
}

/*=============================================================
   Homepage product-category tiles (textmedia CE grid)
   scoped to the start page so other textmedia stay untouched
  ============================================================= */
#page-1 #content .col-md-8 .frame-type-textmedia {
  position: relative;
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
  background: #1c1710;
  border: 1px solid rgba(216, 180, 88, 0.28);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}
#page-1 #content .col-md-8 .frame-type-textmedia::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07), transparent 18%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -34px 44px -22px rgba(0, 0, 0, 0.9), inset 0 0 34px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.4s ease;
}
#page-1 #content .col-md-8 .frame-type-textmedia::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 45%;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(100deg, transparent, rgba(240, 220, 156, 0.4), transparent);
  transform: skewX(-20deg);
}
#page-1 #content .col-md-8 .frame-type-textmedia:hover {
  transform: translateY(-8px);
}
#page-1 #content .col-md-8 .frame-type-textmedia:hover::after {
  opacity: 1;
  animation: pill-sheen 1.1s ease;
}
#page-1 #content .col-md-8 .frame-type-textmedia:hover .ce-gallery img {
  transform: scale(1.08);
}
#page-1 #content .col-md-8 .frame-type-textmedia:hover header {
  padding-bottom: 24px;
}
#page-1 #content .col-md-8 .frame-type-textmedia:hover header::before {
  opacity: 1;
  transform: translateY(0) scale(1);
  border-color: #f0dc9c;
  box-shadow: inset 0 0 0 1px rgba(16, 13, 8, 0.8), inset 0 0 0 2px rgba(216, 180, 88, 0.55), 0 0 22px rgba(216, 180, 88, 0.55);
}
#page-1 #content .col-md-8 .frame-type-textmedia:hover header::after {
  opacity: 1;
  transform: translateY(0) rotate(45deg) scale(1);
  border-top-color: #f0dc9c;
  border-right-color: #f0dc9c;
}
#page-1 #content .col-md-8 .frame-type-textmedia .ce-textpic {
  float: none;
  width: 100%;
}
#page-1 #content .col-md-8 .frame-type-textmedia .ce-gallery {
  position: relative;
  float: none !important;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
#page-1 #content .col-md-8 .frame-type-textmedia .ce-gallery::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: soft-light;
  opacity: 0.85;
  transition: opacity 0.4s ease;
}
#page-1 #content .col-md-8 .frame-type-textmedia .ce-gallery .row,
#page-1 #content .col-md-8 .frame-type-textmedia .ce-gallery [class^=col-] {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#page-1 #content .col-md-8 .frame-type-textmedia .ce-gallery figure.image {
  width: 100%;
  margin: 0;
}
#page-1 #content .col-md-8 .frame-type-textmedia .ce-gallery a,
#page-1 #content .col-md-8 .frame-type-textmedia .ce-gallery html[data-namespace-typo3-fluid] {
  display: block;
}
#page-1 #content .col-md-8 .frame-type-textmedia .ce-gallery img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1), filter 0.4s ease;
}
#page-1 #content .col-md-8 .frame-type-textmedia header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 52px 20px 18px;
  transition: padding-bottom 0.4s ease;
  background: linear-gradient(to top, rgba(16, 13, 8, 0.95) 6%, rgba(16, 13, 8, 0.6) 52%, transparent 100%);
}
#page-1 #content .col-md-8 .frame-type-textmedia header::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 15px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(216, 180, 88, 0.8);
  background: radial-gradient(circle at 50% 42%, rgba(216, 180, 88, 0.14), rgba(16, 13, 8, 0.55) 72%);
  box-shadow: inset 0 0 0 1px rgba(16, 13, 8, 0.85), inset 0 0 0 2px rgba(216, 180, 88, 0.35), 0 0 14px rgba(216, 180, 88, 0.3);
  opacity: 0;
  transform: translateY(8px) scale(0.8);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}
#page-1 #content .col-md-8 .frame-type-textmedia header::after {
  content: "";
  position: absolute;
  right: 36px;
  bottom: 33px;
  z-index: 4;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f0dc9c;
  border-right: 2px solid #f0dc9c;
  opacity: 0;
  transform: translateY(8px) rotate(45deg) scale(0.8);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1), border-color 0.3s ease;
}
#page-1 #content .col-md-8 .frame-type-textmedia header h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
#page-1 #content .col-md-8 .frame-type-textmedia header h2 a {
  text-decoration: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}
#page-1 #content .col-md-8 .frame-type-textmedia header h2.text-gold a {
  color: #d8b458 !important;
}
#page-1 #content .col-md-8 .frame-type-textmedia header h2.text-silver a {
  color: #dfe2e6 !important;
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-gold) {
  border-color: rgba(216, 180, 88, 0.45);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.5), 0 4px 24px rgba(216, 180, 88, 0.12);
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-gold)::before {
  box-shadow: inset 0 0 0 1px rgba(240, 220, 156, 0.3), inset 0 1px 0 rgba(255, 240, 200, 0.18), inset 0 -34px 44px -22px rgba(0, 0, 0, 0.9), inset 0 0 34px rgba(70, 45, 0, 0.45);
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-gold) .ce-gallery::after {
  background: linear-gradient(150deg, rgba(255, 226, 150, 0.95), rgba(150, 100, 30, 0.5) 55%, rgba(25, 14, 0, 0.7));
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-gold) .ce-gallery img {
  filter: saturate(1.15) contrast(1.05);
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-gold):hover {
  border-color: #f0dc9c;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.55), 0 0 30px rgba(216, 180, 88, 0.45);
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-gold):hover::before {
  box-shadow: inset 0 0 0 1px rgba(240, 220, 156, 0.55), inset 0 1px 0 rgba(255, 245, 210, 0.28), inset 0 -34px 44px -22px rgba(0, 0, 0, 0.85), inset 0 0 40px rgba(120, 80, 0, 0.4);
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-gold):hover .ce-gallery img {
  filter: saturate(1.25) contrast(1.08) brightness(1.05);
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-silver) {
  border-color: rgba(200, 210, 222, 0.4);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.5), 0 4px 24px rgba(180, 195, 215, 0.1);
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-silver)::before {
  box-shadow: inset 0 0 0 1px rgba(220, 230, 240, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -34px 44px -22px rgba(0, 0, 0, 0.9), inset 0 0 34px rgba(0, 0, 0, 0.5);
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-silver) .ce-gallery::after {
  background: linear-gradient(150deg, rgba(226, 236, 246, 0.95), rgba(120, 135, 155, 0.4) 55%, rgba(10, 12, 18, 0.7));
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-silver) .ce-gallery img {
  filter: saturate(0.82) brightness(1.04) contrast(1.02);
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-silver) header::before {
  border-color: rgba(220, 230, 240, 0.75);
  background: radial-gradient(circle at 50% 42%, rgba(220, 230, 240, 0.16), rgba(16, 13, 8, 0.55) 72%);
  box-shadow: inset 0 0 0 1px rgba(16, 13, 8, 0.85), inset 0 0 0 2px rgba(210, 222, 235, 0.3), 0 0 14px rgba(190, 205, 225, 0.28);
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-silver) header::after {
  border-top-color: #eef2f6;
  border-right-color: #eef2f6;
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-silver):hover {
  border-color: #eef1f4;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.55), 0 0 30px rgba(190, 205, 225, 0.4);
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-silver):hover::before {
  box-shadow: inset 0 0 0 1px rgba(235, 242, 250, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -34px 44px -22px rgba(0, 0, 0, 0.85), inset 0 0 40px rgba(0, 0, 0, 0.45);
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-silver):hover header::before {
  border-color: #f2f5f8;
  box-shadow: inset 0 0 0 1px rgba(16, 13, 8, 0.8), inset 0 0 0 2px rgba(220, 232, 245, 0.5), 0 0 22px rgba(190, 205, 225, 0.5);
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-silver):hover header::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
#page-1 #content .col-md-8 .frame-type-textmedia:has(h2.text-silver):hover .ce-gallery img {
  filter: saturate(0.9) brightness(1.08) contrast(1.04);
}
