/* ---- body ----- */

body {
    background: url(../bilder/allgemein/apollon-background.webp) !important;
	background-attachment: fixed !important;
}


/* ---- Fonts ----- */


.cinzel-<uniquifier> {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* ----- H-Tags ------- */

h2.section_heading {
    font-size: 55px;
    color: #ffffff !important;
    font-weight: 300;
	font-family: "Cinzel", serif;
}

h3,.h3 {
	font-size: 30px;
    color: #ffffff;
    font-weight: 300;
	font-family: "Cinzel", serif;
}

h6,.h6 {
    font-weight: 300;
	font-family: "Cinzel", serif;
}

.widget_title h6 {
    font-size: 30px;
	color: #d4af37;
}

hr {
  border: 0;
  height: 3px;
  background-color: #d4af37;
  width: 300px;
  margin: 0px 0px 30px 0px;
}

/* ---- Top Menü ------ */

.top-menu {
	padding-top:10px;
	padding-bottom: 30px;
	width: 100%;
	background:#0f0f0f;
	font-family: "Montserrat", sans-serif;
}

.top-menu-left {
	color:#fff;
	float:left;
}

.top-menu-right {
	color:#fff;
	float:right;
	font-size: 20px;
}

.top-menu-link a {
	color:#fff;
	margin-left:10px;
	transition: all ease .4s;
}

.top-menu-link a:hover {
	color:#d4af37;
}

p {
    font-family: "Inter";
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 26px;
    color: #fdfbf5 !important;
}

/* ---- Templates ------ */

section#nft_product_part {
    background: transparent;
}

.features_logo {
    background: transparent;
}

.apollon-pic {
	width:100%;
	margin-bottom: 30px;
}


/* ---- Search Menü ------ */

.search-menu {
	padding-top:10px;
	padding-bottom: 10px;
	width: 850px;
	justify-content: center;
    display: flex;
}

.search-left {
	padding-top:8px;
	padding-bottom: 20px;
	width: 25%;
	background:transparent;
	font-family: "Cinzel", serif;
	font-size: 25px;
	color:#fff;
	float:left;
	
}

.search-middle {
	padding-bottom: 20px;
	width: 65%;
	background:transparent;
	font-family: "Montserrat", sans-serif;
	float:left;
}

.search-right {
	padding-bottom: 20px;
	width: 10%;
	background:transparent;
	font-family: "Montserrat", sans-serif;
	float:left;
}

.search-middle-sticky {
	width: 55%;
	background:transparent;
	font-family: "Montserrat", sans-serif;
	float:left;
}

.search-right-sticky {
	width: 10%;
	background:transparent;
	font-family: "Montserrat", sans-serif;
	float:left;
}

/* ---- Formulare ------ */

.form-control {
    color: #c6c6cf;
    background: #fff !important;
    border-top: 2px solid #d4af37 !important;
	border-right: none;
	border-bottom: 2px solid #d4af37 !important;
	border-left: 2px solid #d4af37 !important;
	border-radius: 5px 0px 0px 5px !important;
	padding:22px;
}

.btn-apollon-bg {
    border: 2px solid #d4af37 !important;
	border-radius: 0px 5px 5px 0px;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 25px 2px 25px;
    color: #fff;
    background: #d4af37;
	margin-left:-1px;
}


.btn-apollon-bg:hover {
	transition: all ease .4s;
	background: #0f0f0f !important;
	scale: 1 !important;
	border-top: 2px solid #d4af37 !important;
	border-right: 2px solid #d4af37 !important;
	border-bottom: 2px solid #d4af37 !important;
	border-left: none !important;
	padding-right: 26px !important;
	padding-left: 26px !important;
}


.btn-apollon {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: .8px !important;
}

.email-input input {
    border-radius: 5px 0px 0px 5px;
    height: 55px;
    font-size: 14px;
    transition: .2s linear;
    border: 0;
}


/* ---- Menü ------ */

ul.menu-list li a {
    font-family: "Montserrat", sans-serif;
}

.apollon-slogan {
	width:250px;
	color:#d4af37;
	font-family:"Cinzel", serif;
	text-align:center;
	float:left;
	line-height:30px;
}

.apollon-slogan-sticky {
	width:250px;
	color:#d4af37;
	font-family:"Cinzel", serif;
	text-align:center;
	float:left;
	line-height:30px;
	margin-top: 7px;
}

.align-items-center {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-transparent {
    background-image: url(../bilder/allgemein/apollon-background-head.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
	box-shadow: 0px 0px 20px #0f0f0f;
	border-bottom: solid 1px #d4af37;
}

.main-menu-area {
    background: transparent;
}

.main-menu .menu-list li a, .main-menu .icon-set li a i {
    color: #d4af37;
    font-weight: 500;
    text-transform: uppercase;
}

ul.menu-list li a:hover {
	color:#fff !important;
}

ul.menu-list li a:active {
	color:#fff !important;
}

.main-menu .sub-menu {
    background-color: #0f0f0f;
}

.main-menu .menu-list li.has-children > a::before {
    border-bottom: 1px solid #d4af37;
    border-right: 1px solid #d4af37;
    right: 13px;
}

.main-menu .menu-list li.has-children > a.hover {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

ul.sub-menu li a:before {
    background: #fff;
}

/* ---- Slideshow ------ */

.header-hero-area {
    background: url(../bilder/slideshow/dark-header.svg);
    margin-top: 60px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position:relative;
}

.slideshow-description {
	background-color: #0f0f0f;
	font-size:18px;
	font-family: "Inter", sans-serif;	
	width: 500px;
	padding: 15px 20px 15px 20px;
}

.slideshow-description-head {
	font-size: 45px;
	font-family: "Cinzel", serif;
	font-weight: 300;
}

.bss-slides figcaption {
    font-family: inherit;
    font-size: inherit;
    left: 100px;
    padding: 0px;
    background: transparent;
    background: transparent;
    border-radius: 0px;
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
}

/* ---- search ------ */

.top-search {
    background-image: none;
    background: #0f0f0f;
    border-bottom: #d4af37;
    border-style: solid;
    border-width: 1px;
}

.bx-search-alt:before {
    margin-top: 1px;
    float: left;
	font-size:24px;
}

/* ---- Sticky Bar ----- */

.sticky-nav {
	top:-350px;
	position:sticky;
	position: -webkit-sticky;
	width:100%;
	/* background:#0f0f0f;*/
	z-index:999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 0px 5px rgba(25, 25, 25, 0.1);
	transition: all .8s ease;
	box-shadow: 0px 0px 20px #0f0f0f;
	background-image: url(../bilder/allgemein/apollon-background-head.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
	border-bottom: solid 1px #d4af37;
}

.sticky-nav.show {
	top:0px;
}

/* ---- TOP Bild 450 ------ */

.apollon-topbild-450 {
	height: 450px;
	width: 100%;
	margin-top: 200px;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom:0px;
}

.apollon-topbild-450::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;         /* Farbe anpassen */
  opacity: 1;
  transition: opacity 1000ms ease-in;
  pointer-events: none;
  height:450px;
  margin-top: 351px;
}

.apollon-topbild-450.is-visible::after {
  opacity: 0;
}

/* ---- TOP Bild ------ */

.apollon-topbild {
	min-height: 450px;
	width: 100%;
	margin-top: 195px;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

.apollon-topbild-detail {
	height: 250px;
	min-height: 250px !important; 
}

.apollon-topbild::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;         /* Farbe anpassen */
  opacity: 1;
  transition: opacity 1000ms ease-in;
  pointer-events: none;
}

.apollon-topbild.is-visible::after {
  opacity: 0;               /* Overlay verschwindet => wirkt wie Fade-in */
}

.apollon-topbild-h1 {
	display: flex;
	justify-content: center;
	align-items: end;
	height: 220px;
}

.apollon-topbild-h1-detail {
	height: 160px !important;
}

.apollon-topbild-text {
	display: flex;
	justify-content: center;
	align-items: baseline;
	height: 180px;
	color:#fff;
	font-size:18px;
}

.full-width {
	max-width: 100% !important;
}

.apollon-topbild-head {
	font-family: "Cinzel", serif;
	font-size: 50px;
	font-weight: 300;
}


/* ---- Gallery Bild Detail ------ */


:root{
      --bg:#0b0b0d;
      --panel:#111217;
      --text:#e9e9ee;
      --muted:#a8a8b3;
      --accent:#f5c542;
      --accentDim: rgba(245,197,66,.25);
      --shadow: 0 10px 30px rgba(0,0,0,.45);
      --r:16px;
}

    *{box-sizing:border-box}
    body{
      margin:0;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      background: radial-gradient(1200px 600px at 20% 0%, #141526 0%, var(--bg) 45%) no-repeat, var(--bg);
      color:var(--text);
    }

    .wrap{ max-width:1080px; margin:0 auto; padding:28px 18px 40px; }

    .viewer{
      background: var(--panel);
      border-radius: var(--r);
      overflow: hidden;
      box-shadow: var(--shadow);
      border: 1px solid rgba(255,255,255,.06);
    }

    .stage{
      position:relative;
      width:100%;
      height: 520px;              
      max-height: 70vh;
      background:#0c0d12;
      cursor: zoom-in;
      transition: height 260ms ease;
    }

    .stage img{
      position:absolute; inset:0;
      width:100%; height:100%;
      object-fit: contain;
      object-position: center;
      opacity:0;
      transition: opacity 420ms ease;
      user-select:none; -webkit-user-drag:none;
    }
    .stage img.is-active{ opacity:1; }

    .meta{
      padding: 14px 16px;
      display:flex; gap:10px;
      align-items:center; justify-content:space-between;
      border-top: 1px solid rgba(255,255,255,.06);
    }
	
    .meta .hint	{
		color: var(--muted);
		font-size: 14px;
}

    .section-title{
      margin: 16px 2px 10px;
      font-size: 18px;
	  font-family: "Cinzel", serif;
    }

    /* Thumbnail Area + Pfeile */
    .thumbs-shell{ position: relative; padding: 0 46px; }

    .thumb-nav {
      position:absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      border-radius: 30px;
      background: #d4af37;
      color: #0f0f0f;
      display:grid;
      place-items:center;
      cursor:pointer;
      box-shadow: none !important;
      transition: transform 140ms ease, border-color 140ms ease, opacity 140ms ease;
      user-select:none;
	  border-color: transparent;
    }
	
    .thumb-nav:hover {
		transform: translateY(-50%) scale(1.02);
		border-color: transparent;
}

.thumb-nav:disabled {
	opacity:.35;
	cursor:default;
	transform: translateY(-50%);
	border-color: transparent;
}

    .thumb-nav--left{ left: 0; }
    .thumb-nav--right{ right: 0; }
	
    .thumb-nav span {
		font-size: 26px;
		line-height: 0;
		font-weight: 400;
		margin-top: -6px;
}

    .thumbs{
      display:flex;
      gap: 12px;
      overflow-x:auto;
      scroll-behavior:smooth;
      padding: 10px 2px 6px;
      scroll-snap-type: x mandatory;

      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    .thumbs::-webkit-scrollbar{ display:none; }

    .thumb{
      flex: 0 0 auto;
      width: 150px;
      height: 88px;
      border-radius: 12px;
      border: 2px solid var(--accentDim);
      background: #0f1016;
      overflow:hidden;
      cursor:pointer;
      padding:0;
      scroll-snap-align: start;
      box-shadow: 0 6px 18px rgba(0,0,0,.25);
      transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
    }
    .thumb:hover{ transform: translateY(-1px); }

    .thumb img{
      width:100%;
      height:100%;
      object-fit: cover;
      display:block;
    }

    .thumb[aria-current="true"]{
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(245,197,66,.18), 0 10px 26px rgba(0,0,0,.35);
    }

.no-scroll{ 
	overflow: hidden;
}

.lightbox{
      position: fixed;
      inset: 0;
      opacity: 0;
      pointer-events: none;
      transition: opacity 180ms ease;
      z-index: 9999;
	  
}
.lightbox.is-open{
      opacity: 1;
      pointer-events: auto;
}
	
.lightbox__backdrop{
      position:absolute;
      inset:0;
      background: rgba(0,0,0,.75);
      backdrop-filter: blur(2px);
}
	
.lightbox__content{
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      padding: 24px;
}
	
.lightbox__panel{
	position: relative;
	/* background: rgba(12,13,18,.92); */
	/* border: 1px solid rgba(255,255,255,.08); */
	border-radius: 16px;
	/* box-shadow: 0 20px 60px rgba(0,0,0,.6); */
	transform: scale(.98);
	transform: 180ms ease, opacity 180ms ease, border-color 180ms ease;
	/* transition: transform 180ms ease; */
	max-width: 92vw;
	max-height: 88vh;
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
	
.lightbox.is-open .lightbox__panel{
	transform: scale(1); 
}

.lightbox__img{
	display: block;
	width: auto;
	height: auto;
	max-width: calc(92vw - 32px);
	max-height: calc(88vh - 32px);
	object-fit: contain;
	object-position: center;
	user-select: none;
	-webkit-user-drag: none;
	transition:all .4s ease-in-out;
}

.lightbox__nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border-color: #d4af37;
  background: #d4af37;
  color: #0f0f0f0;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-color: transparent;
}

.lightbox__nav:hover{
  transform: translateY(-50%) scale(1.03);
  border-color: transparent;
}

.lightbox__nav:disabled{
  opacity: .35;
  cursor: default;
  transform: translateY(-50%);
  border-color: transparent;
}

.lightbox__nav span{
  font-size: 28px;
  font-weight: 400;
  line-height: 0;
  margin-top: -6px;
}

.lightbox__nav--left{ left: 10px; }
.lightbox__nav--right{ right: 10px; }

.lightbox__close {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #d4af37;
    color: #0f0f0f;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    display:grid;
    place-items:center;
	padding: 0px 4px 4px 5px;
	border-color: transparent;
}
	
.lightbox__close:hover {
	background-color:#fff;
	border-color: transparent;
}

    @media (max-width: 520px){
      .thumb{ width: 132px; height: 78px; }
      .meta .hint{ font-size: 13px; }
      .thumbs-shell{ padding: 0 42px; }
      .thumb-nav{ width: 36px; height: 82px; }
	  .lightbox__nav{width: 40px; height: 78px;}
    }
	
.h1-headline-gallery-detail {
	font-family: "Cinzel", serif;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: -6px;
}

.h2-headline-gallery-detail {
	font-size: 25px;	
	font-weight: 400;
}

.gallery-detail-erstpreis {
	font-size: 14px;
	font-weight:500;
	margin-top:30px;
	margin-bottom: 8px;
}

.gallery-detail-preis {
	font-size: 40px;
	font-weight:500;
	font-family: "Montserrat", sans-serif;
}

.gallery-detail-preishinweis {
	font-size: 10px;
	font-weight:400;
	font-family: "Montserrat", sans-serif;
	margin-top:-12px;
}

/* ---- Membership ------ */

.member-profil {
	height: 333px;
	background: url(../bilder/member/apollon-frame-member.webp);
	background-size: contain;         
	background-position: center;    
	background-repeat: no-repeat;  
	max-width:100%;
}

.member-profil-bild {
	height:240px;
	width: 240px;
	margin-top: 46px;
	margin-left: 30px;
}

.member-profil-button {
	margin: -80px 20px 70px 0px;
    float: right;
	z-index: 100;
	position: relative;
}

.member-text-button {
	margin: 20px 20px 70px 0px;
    float: right;
	z-index: 100;
	position: relative;
}

.profil-button {
	background: #d4af37;
	border:transparent;
	height:40px;
	width: 40px;
	border-radius: 10px;
	color: #fff;
	font-size:25px;
}

.profil-text {
	background: #d4af37;
	border:transparent;
	height:40px;
	width: 40px;
	border-radius: 10px;
	color: #fff;
	font-size:25px;
}

.profil-button:hover {
	color: #0f0f0f;
}

.profil-text:hover {
	color: #0f0f0f;
}

.member-leerer-bereich {
	height: 450px;
}

.member-margin-minus220 {
	margin-top: -220px;
}

.col-md-910 {
	-ms-flex:0 0 80%;
	flex:0 0 80%;
	max-width:80%;
	padding-left:20px;
}

.col-md-45 {
	-ms-flex:0 0 20%;
	flex:0 0 20%;
	max-width:20%
}

.col-md-25 {
	-ms-flex:0 0 50%;
	flex:0 0 25%;
	max-width:25%
}

.member-padding-left {
	padding-left: 30px;
}

.h1-membership {
	font-family: "Cinzel", serif;
	font-size: 50px;
	font-weight: 300;
	margin-bottom: -10px;
}

.h2-membership {
	font-size: 30px;
	font-weight: 500;
}

.profil-button-left {
	width:100%;
	padding-right: 15px !important;
	float:right;
	margin-top:20px;
	letter-spacing: 0 !important;
}


/* ---- Button ------ */

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev {
    padding: 11px 14px 6px 17px !important;
    border-radius: 30px;
}

button.owl-next span,
button.owl-prev span {
    padding: 0px;
    color: #0f0f0f;
    font-size: 30px;
    line-height: 0px !important;
}

button.owl-next,
button.owl-prev {
    background: #D4AF37 !important;
}

button.owl-next:hover,
button.owl-prev:hover {
    background: #fff !important;
}

a.btn.btn_all_nft_product {
    box-shadow: -6px 2px 18px 0px rgba(212, 175, 55, .3) !important;
}

/* ---- ART Gallery ------ */

.art_gallery_product {
	padding-top: 50px;
}


/* ---- NFT Artist ------ */

.single_artist {
    background: transparent;
	background: url(../bilder/allgemein/apollon-background-artist.webp);
	background-repeat: no-repeat;
	background-position: top center;
	transition:all .4s ease;
}

.single_artist:hover {
	transform: translateY(-8px);
}

.single_artist_img {
    padding: 30px 10px 1px 30px;
    height: 200px;
    width: 200px;
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.single_artist_head {
	font-size: 20px;
	font-family:"Cinzel", serif;
	text-align:center;
	color: #fff;
}

.single_artist_count {
	font-size: 18px;
	font-family: "Inter", sans-serif;
	text-align:center;
	color: #fff;
	width: 180px;
	margin: 0 auto;
}

.apollon-artist-detail {
	font-size: 16px;
	color: #d4af37 !important;
	font-family: "Montserrat", sans-serif;
	text-transform:uppercase;
}

.apollon-artist-detail:hover {
	color:#fff !important;
	transition: all .8s ease-in-out !important;
}

.bx-artist {
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1.1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ---- NFT Kategorien ------ */

.single_kategorien {
    background: transparent;
	background: url(../bilder/allgemein/apollon-background-kategorien.webp);
	background-repeat: no-repeat;
	background-position: top center;
	transition:all .4s ease;
}

.single_kategorien:hover {
	transform: translateY(-8px);
}

.single_kategorien_img {
    padding: 15px 5px 0px 42px;
    height: 165px;
    width: 180px;
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.single_kategorien_button {
	text-align:center;
	width: 140px;
	margin: 0 auto;
}

.single_kategorien_detail {
	font-size: 18px;
	color: #d4af37 !important;
	font-family: "Montserrat", sans-serif;
	text-transform:uppercase;
}

.single_kategorien_detail:hover {
	color:#fff !important;
	transition: all .8s ease-in-out !important;
}

.bx-kategorien {
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 0.999999;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: -10px !important;
}


/* ---- NFT Slider ------ */

.owl-nav {
    margin-top: 10px;
}

.new_nft_product {
    padding-top: 190px;
}

.owl-carousel.owl-drag .owl-item {
    width: 354px !important;
	height: 590px !important;
	margin-right:18px !important;
}

.single_product {
    background: transparent;
	background: url(../bilder/allgemein/apollon-background-art.webp);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: .5rem;
    padding-bottom: 120px;
}

.four_part_bg {
    background-image: none;
}

.single_product_img {
    padding: 30px 10px 1px 30px;
    height: 335px;
    width: 335px;
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.new-product {
    margin-left: 0px;
    margin-right: 0px;
}

.apollon-art-price {
	font-size: 30px;
	font-family: "Montserrat", sans-serif;
	color:#fff;
}

.apollon-art-detail {
	font-size: 20px;
	color: #d4af37 !important;
	font-family: "Montserrat", sans-serif;
	float:left;
}

.apollon-art-detail:hover {
	color:#fff !important;
	transition: all .8s ease-in-out !important;
}

.apollon-single-art {
	margin-left: 30px;
}

.bx-chevrons-right {
    padding-top: 4px;
    float: right;
    margin-left: 5px;
}

/* ---- NFT 5 Thumbnail ------ */	

 .single_product_img_5 {
    padding: 15px 10px 1px 30px;
    height: 240px;
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single_product_5 {
    background: transparent;
    background: url(../bilder/allgemein/apollon-background-art-5.webp);
    background-repeat: no-repeat;
    background-position: top center;
	padding-top: .5rem;
    padding-bottom: 120px;
	transition:all .4s ease;
}

.single_product_5:hover {
	transform: translateY(-8px);
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0px;
    margin-bottom: 16px;
}

.status-5 { 
	opacity: .75;
	margin: 12px 0 16px;
	color:#fff;
}

.pb-60px {
	padding-bottom: 80px;
}

.apollon-art-price-5 {
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.apollon-h3-5 {
	font-size: 25px;
}

.apollon-art-detail-5 {
    font-size: 18px;
    color: #d4af37 !important;
    font-family: "Montserrat", sans-serif;
    float: left;
    font-weight: 500;
}

.apollon-art-detail-5:hover {
    color: #fff !important;
    transition: all .8s ease-in-out !important;
}


/* ---- NFT 5 Zusatz ------ */	

 #grid-5.apollon-grid{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

#grid-5.apollon-grid .single_product_5{
    width: auto !important;
    margin: 0 !important;
}

/* Responsive (optional) */
@media (max-width: 1023px){
  #grid-5.apollon-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px){
  #grid-5.apollon-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px){
  #grid-5.apollon-grid{ grid-template-columns: 1fr; }
}

.apollon-paginationbar{ 
	display:flex; 
	gap:10px; 
	align-items:center; 
	margin-top:14px; 
	flex-wrap:wrap; 
}

#pageButtons-5 button.active { 
	font-weight:700;
	text-decoration:underline; 
}

	.ellipsis { 
padding:0 6px; 
}



/* ---- Pagination 3 Reihen ------ */

.status-3 { 
	opacity: .75;
	margin: 12px 0 16px;
	color:#fff;
}

    
.grid-3 {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 0px;
    margin-bottom: 16px;
}


/* ---- Pagination 4 Reihen ------ */

.status-4 { 
	opacity: .75;
	margin: 12px 0 16px;
	color:#fff;
}

    
.grid-4 {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 0px;
    margin-bottom: 16px;
}


/* ---- Pagination Allgemein ------ */


.apollon-card {
	justify-self: center;
    align-items: center;
}

.pagination {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
	  justify-self: center;
}

.pagination-product {
	padding-left: 20px;
	padding-right: 39px;
	opacity: 0;
	animation: fadeIn 800ms ease-out forwards;
}

@keyframes fadeIn {
  to { opacity: 1; }
}

.pagination button {
    padding: 2px 5px 0px 5px;
    background: #d4af37;
    border-radius: 25px;
    cursor: pointer;
    user-select: none;
	font-size: 20px;
}

.pagination button[disabled] {
	opacity: .5;
	cursor: not-allowed; 
}

.pagination button.active { 
	font-weight: 500;
	color: #d4af37;
}

.pagination button.hover { 
	background-color: #fff !important;
}

.pagination .ellipsis {
	padding: 0 6px;
	opacity: .7;
	color:#fff;
}

.page-indicator {
	margin-left: 6px;
	opacity: .75;
	font-size: 14px;
	color:#fff;
}

.pagination-zahlen button {
	align-items:center; 
	background:transparent; 
	color:#fff;
	border-radius: 0px;
	border: 0;
	font-size: 16px;
}

.pagination-zahlen button:hover {
	background:transparent !important; 
	color:#d4af37;
}

button:hover:not(:active):not([disabled]) {
    background-color: #fff;
}


/* ---- Footer ------ */

.footer_area_bg {
    background: #0f0f0f;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px;
    background-size: cover;
    background-image: none;
    padding-bottom: 30px;
	/* border-top: solid 1px #d4af37; */
	margin-top: 80px;
	box-shadow: 0px -8px 8px rgb(212 175 55 / 30%);
}

.subscribe_form {
    padding: 35px 0px;
    background: #22223e;
	background-image: url(../bilder/allgemein/apollon-background-subform.webp);
    box-shadow: 0 5px 65px -30px rgba(212, 175, 55, .5);
    margin-top: -196px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 10px;
}

ul.footer_nav li a {
    color: #fff;
    line-height: 35px;
    padding: 6px 0px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    transition: all .4s ease;
	text-transform: uppercase;
}

ul.footer_nav li a:hover {
    color: #d4af37;
}

.bx-footer {
    font-family: 'boxicons' !important;
    line-height: 1.7;
	float:left;
	margin-left:0px !important;
	margin-right: 3px;
}

.social_profile {
    text-align: center;
}

.footer-logo {
	text-align: center;
	margin-bottom: 10px;
}

p.copyright_text {
    color: #fdfbf5 !important;
	font-family: "Cinzel", serif;
	text-transform: uppercase;
}


