
/* Gesamten weißen Content-Bereich 70px nach oben ziehen */
.section-content-white{
    margin-top: -70px;
	padding-top: 70px;
}


.section-heading--guide{
    width:100%;
    padding-top:15px;
    padding-bottom:15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-align:center;
    overflow:hidden;
    line-height:1.2
}
.section-heading--guide img{
    height:22px;
    display:block;
    -webkit-transform:translateY(-5px);
    transform:translateY(-5px);
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    -o-object-fit:auto;
    object-fit:auto
}
.section-heading--guide .head{
    padding:0 10px
}
.section-heading--guide .title{
    font-size:40px;
    color:#222423;
    font-family:"gang-of-tree";
    text-shadow:0.726px 2.911px 0px rgba(255,255,255,0.8)
}
.section-heading--guide span{
    color:#000000;
    opacity:0.5;
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:5px
}






.about-point--guide{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:20px;
	padding: 0 80px
}
.about-point--guide .id{
    background-image:url(../img/ui/about-decoration.png);
    height:79px;
    min-width:63px;
    background-size:cover;
    display:block;
    margin-right:20px;
    position:relative;
    margin-top:10px
}
.about-point--guide .id span{
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    top:15px;
    font-size:25px;
    font-family:"gang-of-tree";
    color:#222423;
    line-height:1;
    text-shadow:0.726px 2.911px 0px rgba(255,255,255,0.86)
}
.about-point--guide .text .head{
    font-family:"gang-of-tree";
    font-size:20px;
    color:#222423;
    margin-bottom:5px
}
.about-point--guide .text p{
    color:#5b5454;
    font-size:14px
}
.about-point--guide .text p b{
    font-weight:500;
    color:#222423
}

/* Mobile (Standard) */
.about-point--guide {
    padding: 0;
}

/* Desktop */
@media (min-width: 992px) {
    .about-point--guide {
        padding: 0 30px;
    }
}




img.section-separator--statusbar{
    width:980px;
    height:22px;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    max-width:100%;
    margin: 10px auto 60px auto;
    display:block;
    pointer-events:none
}


.holder-banners--red{
    overflow:hidden;
    padding:45px 15px;
    margin-top:-45px;
    margin-bottom:-45px
}
.holder-banners--red .banner{
    height:100%;
    min-height:134px;
    width:100%;
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:30px 30px;
    -webkit-transition:0.2s;
    transition:0.2s
}
.holder-banners--red .banner:hover{
    -webkit-filter:brightness(1.15);
    filter:brightness(1.15);
    -webkit-transform:translateY(-3px);
    transform:translateY(-3px)
}
.holder-banners--red .banner:before{
    width:100%;
    height:100%;
    border:2px solid #222423;
    opacity:0.3;
    content:'';
    left:10px;
    top:10px;
    display:block;
    position:absolute
}
.holder-banners--red .banner .deco{
    position:absolute;
    height:83px;
    pointer-events:none;
    width:83px;
    z-index:1
}
.holder-banners--red .banner .deco--left{
    left:10px;
    bottom:10px
}
.holder-banners--red .banner .deco--right{
    right:10px;
    top:10px
}
.holder-banners--red .banner:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    display:block;
    height:inherit;
    background-size:cover
}
.holder-banners--red .banner .title{
    position:relative;
    z-index:2;
    display:block;
    text-transform:uppercase;
    line-height:1.2;
    text-shadow:2.007px 2.229px 0px rgba(49,11,11,0.6)
}
.holder-banners--red .banner .title span{
    font-size:12px;
    font-family:"Open Sans";
    color:#cfb7b5
}
.holder-banners--red .banner .title .main{
    font-size:24px;
    font-family:"friz-quadrata-medium";
    color:#fff;
    left:348.026px;
    top:1413.076px;
    z-index:180
}
.holder-banners--red .banner--red:after{
    background-image:url(../img/ui/red-banner-bg-only.png)
}
.holder-banners--red .banner--red .character{
    width:164px;
    height:194px;
    z-index:1;
    position:absolute;
    pointer-events:none;
    right:-45px;
    bottom:0;
	transform: translateY(20px);
}





/*########## Custom css für New page*/

.news-holder-form{
    margin-top:70px;
    position:relative;
    overflow:hidden;
}

.news-holder-form .justify-content-center{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.news-holder-form .news-char-reg-addon{
    position:absolute;
    right:0;
    -webkit-transform:translateX(20%);
    transform:translateX(20%);
    top:0;
}
@media (max-width: 1199.98px){
  .news-holder-form .news-char-reg-addon{
    display:none;
  }
}



.news-account-form{
    z-index:1;
    padding:40px;
    background-position:bottom center;
    background-image:url(../img/ui/form-bg.png);
    background-size:cover;
    position:relative
}

.news-account-form .separate{
    height:1px;
    width:100%;
    background-color:#222423;
    opacity:.1;
    margin:25px 0
}

.news-account-form .news-input-holder span{
    display:block;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    color:#222423;
    margin-bottom:5px;
    margin-top:30px
}
.news-account-form .news-input-holder .news-label{
    width:100%;
    position:relative
}
.news-account-form .news-input-holder .news-label:after{
    height:10px;
    left:49px;
    width:1px;
    content:'';
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    position:absolute;
    background-color:#fff;
    opacity:0.2
}


.news-input-holder{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  /* wichtig: NICHT abschneiden */
  overflow: visible;

  /* Höhe nicht erzwingen (Slider bestimmt die Höhe über das Bild) */
  height: auto;
}

/* ########################################################### */
/* ####################### HERO SLIDER ####################### */
/* ########################################################### */

.hero-slider{
  position: relative;
  width: 100%;            /* wichtig: definierte Breite */
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;       /* Viewport clippt */
  border-radius: 6px;
  contain: layout paint;
}

.hero-track{
  display: flex;
  gap: 0;
  transition: transform .6s ease;
  will-change: transform;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  perspective: 1000px;
  height: 385px;
}

@media (max-width: 900px){
  .hero-track{ height: 300px; }
}
@media (max-width: 600px){
  .hero-track{ height: 220px; }
}

.hero-slide{
  flex: 0 0 100%;         /* exakt 1 Viewport breit */
  width: 100%;            /* wichtig */
  backface-visibility: hidden;
  transform: translate3d(0,0,0);
}

/*.hero-slide img{
  width: 100%;
  display: block;
  flex-shrink: 0;
  backface-visibility: hidden;
  transform: translate3d(0,0,0);
} */
.hero-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  backface-visibility: hidden;
  transform: translate3d(0,0,0);
}

.hero-number{
  width: 20px;
  height: 22px;

  display: inline-flex;          /* <-- wichtig: Zahl sauber zentrieren */
  align-items: center;
  justify-content: center;

  border-radius: 3px;
  border: 1px solid rgba(210,170,95,.28);

  background: linear-gradient(
    to bottom,
    rgba(28,28,28,.92),
    rgba(10,10,10,.92)
  );

  color: rgba(255,255,255,.92);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .8px;

  cursor: pointer;
  user-select: none;

  /* „Metall“-Look */
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -1px 0 rgba(0,0,0,.55),
    0 2px 8px rgba(0,0,0,.25);

  opacity: .85;
  transition: transform .15s ease, filter .15s ease, opacity .15s ease, box-shadow .2s ease, border-color .2s ease;
position: relative;
}

.hero-numbers{
  position: absolute;
  right: 45px;
  bottom: 35px;
  display: flex;
  gap: 8px;
  z-index: 20;
}

.hero-number:hover{
  opacity: 1;
  transform: translateY(-1px);
  filter: brightness(1.06);
  border-color: rgba(210,170,95,.55);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    inset 0 -1px 0 rgba(0,0,0,.55),
    0 4px 14px rgba(0,0,0,.30);
}

.hero-number.is-active{
  opacity: 1;
  filter: brightness(1.10);
  border-color: rgba(210,170,95,.90);

  box-shadow:
    inset 0 2px 0 rgba(210,170,95,.40),
    inset 0 -2px 0 rgba(0,0,0,.55),
    0 0 0 1px rgba(210,170,95,.35),
    0 6px 18px rgba(0,0,0,.35),
    0 0 18px rgba(210,170,95,.18);
}

.hero-number::before{
  content:"";
  position:absolute;
  inset: 2px;
  border-radius: 2px;
  pointer-events:none;
  border: 1px solid rgba(255,255,255,.04);
  opacity: .8;
}



/* FIX Bootstrap gx-5 padding */
#heroSlider {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ########################################################### */
/* ####################### NEWS FILTER ####################### */
/* ########################################################### */

.news-filters{
  display:flex;
  gap:24px;
  justify-content: center;
  margin-top: 14px;
  align-items:center;
  flex-wrap: wrap;
}

/* TAB wie Nav */
.news-filter-btn{
  position: relative;
  border: 0;
  padding: 7px 14px;
  background: rgba(12,12,12,.72);
  color: rgba(255,255,255,.86);

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;

  cursor: pointer;

  /* eckiger, weniger "buttony" */
  border-radius: 2px;

  /* gold lines */
  box-shadow:
    inset 0 1px 0 rgba(210,170,95,.35),
    inset 0 -1px 0 rgba(210,170,95,.18),
    0 2px 10px rgba(0,0,0,.14);
  opacity: 0.55;
  transition: opacity .2s ease,
              filter .2s ease,
              transform .15s ease;
}

/* kleine Ornament-Enden */
.news-filter-btn::before,
.news-filter-btn::after{
  content:"";
  position:absolute;
  top:50%;
  width:10px;
  height:10px;
  transform: translateY(-50%) rotate(45deg);
  border: 1px solid rgba(210,170,95,.35);
  background: rgba(12,12,12,.72);
  opacity: .85;
}

.news-filter-btn::before{ left:-6px; }
.news-filter-btn::after{ right:-6px; }

/* Text Layer */
.news-filter-btn span{
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 0 rgba(0,0,0,.85);
}

/* Hover: leicht heller, nicht bunt */
.news-filter-btn:hover{
  opacity: 0.85;
  transform: translateY(-1px);
  filter: brightness(1.05);
}

/* Active: gold betont, wie selected tab */
.news-filter-btn.is-active{
	opacity: 1;
  background: rgba(20,20,20,.85);
  color: rgba(255,255,255,.96);

  box-shadow:
    inset 0 2px 0 rgba(210,170,95,.65),
    inset 0 -2px 0 rgba(210,170,95,.35),
    0 0 0 1px rgba(210,170,95,.25),
    0 6px 18px rgba(0,0,0,.20);

  transform: translateY(-2px);
}

/* dezenter Kategorie-Akzent nur unten (optional) */
.news-filter-btn{ --accent: transparent; }
.news-filter-btn[data-filter="notice"]{ --accent: rgba(180,60,60,.9); }
.news-filter-btn[data-filter="update"]{ --accent: rgba(80,130,200,.9); }
.news-filter-btn[data-filter="announcement"]{ --accent: rgba(140,140,140,.9); }
.news-filter-btn[data-filter="events"]{ --accent: rgba(70,170,110,.9); }
.news-filter-btn[data-filter="all"]{ --accent: rgba(210,170,95,.55); }

.news-filter-btn{
  background-image:
    linear-gradient(180deg, rgba(12,12,12,.72), rgba(8,8,8,.72)),
    linear-gradient(90deg, transparent, var(--accent), transparent);
  background-size: 100% 100%, 100% 2px;
  background-repeat: no-repeat;
  background-position: 0 0, 0 100%;
}





/* ############################################################ */
/* ####################### NEWS CONTENT ####################### */
/* ############################################################ */
html, body { overflow-anchor: none; }
.news-container-input-holder { overflow-anchor: none; }

.news-container-input-holder{
  display:block;
    margin-top: 14px;
}

.news-list{
  width: min(900px, 100%);
  margin: 40px auto;
  padding: 0 12px; /* bisschen Luft am Rand */
  overflow-anchor: none;
}

.news-block {
  --char-space: 180px;
  position: relative;
  padding-left: var(--char-space);
  margin-bottom: 100px;
}

.news-char {
  position: absolute;
  right: calc(100% - var(--char-space));
  top: 50%;
  transform: translateY(-50%);
  height: 320px;
  width: auto;
  z-index: 2;
}

/* Hauptbox */
.news-content {
  position: relative;
  border-radius: 14px;
  padding: 20px 10px 40px 10px;
  min-height: 200px;
}

.news-block p {
    text-align: left;
}

.news-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -120px;  /* <- wie weit nach links erweitert wird */
  right: 0;

  background-image: url("/img/ui/bg-white-repeat.webp");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
  border-radius: 14px;
    
  z-index: 0;
}

.news-content::after {
  content: "";
  position: absolute;

  top: 22px;          /* nach unten versetzt */
  left: -50px;       /* leicht nach rechts versetzt */
  right: -8px;       /* ragt nach außen */
  bottom: -8px;      /* ragt nach außen */

  border: 1px solid #ab9c8a;

  border-radius: 3px;

  z-index: -1;        /* wichtig: hinter dem Background */
  pointer-events: none;
}

.news-content > * {
  position: relative;
  z-index: 1;
}

/* Kopfbereich */
.news-head {
  position: absolute;
  top: -15px;          /* schiebt sie über die Box */
  left: -10px;          /* Abstand vom Rand */
  z-index: 3;          /* über alles legen */

  background: #2d2d2d;
  border-radius: 6px;
  padding: 0 15px 0 0;
  
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  width: calc(100% - 15px);
  overflow: hidden;
}

/* UPDATE Badge */
.news-tag {
  background: #7a1d1d;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 1px;
}

/* Announcement = Rot */
.news-block[data-category="announcement"] .news-tag {
  background: #c0392b;
}

/* Update = Blau */
.news-block[data-category="update"] .news-tag {
  background: #2980b9;
}

/* Notice = Grau */
.news-block[data-category="notice"] .news-tag {
  background: #7f8c8d;
}

/* Event = Gold */
.news-block[data-category="events"] .news-tag {
  background: #d4af37;
  color: #2d2d2d; /* Gold braucht dunkle Schrift */
}

/* Titel */
.news-title {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  flex: 1;   /* nimmt restlichen Platz */
  min-width: 0;
}

/* Body Text */
.news-body p {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Datum unten rechts */
.news-date {
  position: absolute;
  bottom: -15px;
  right: 25px;
  width: 140px;
  text-align: center;
  background: #2d2d2d;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
}

/* ############################################################# */
/* ###################### NEWS PAGINATION ###################### */
/* ############################################################# */

.news-pagination{
  display:flex;
  gap:8px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  margin: 10px auto 40px auto;
}

.news-page-btn{
  border: 1px solid rgba(210,170,95,.35);
  background: rgba(12,12,12,.72);
  color: rgba(255,255,255,.86);
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  opacity: .75;
}

.news-page-btn:hover{ opacity: 1; }

.news-page-btn.is-active{
  opacity: 1;
  border-color: rgba(210,170,95,.90);
  box-shadow: 0 0 0 1px rgba(210,170,95,.25);
}















/* Tablet und kleiner: Charakter nach oben, nicht links */
@media (max-width: 991.98px){
  .news-block{
    --char-space: 0px;
    padding-left: 0;
    margin-bottom: 60px;
  }

  .news-char{
    position: static;     /* raus aus absolut */
    transform: none;
    height: auto;
    max-width: 220px;
    display: block;
    margin: 0 auto 12px auto; /* zentriert über der Box */
  }

  .news-content{
    padding: 44px 14px 42px 14px; /* oben Platz für Head */
    min-height: unset;
  }

  /* Background nicht mehr weit nach links rausziehen */
  .news-content::before{
    left: 0;
    border-radius: 14px;
  }

  /* Border/Frame sauber */
  .news-content::after{
    left: 6px;
    right: 6px;
  }

  /* Head: nicht absolut, sonst wird’s eng */
  .news-head{
    position: static;
    width: 100%;
    margin: -32px 0 14px 0; /* optisch “oben dran” */
    padding: 8px 12px;
    border-radius: 10px;
  }

  .news-title{
    white-space: normal;   /* Titel darf umbrechen */
    overflow: visible;
    text-overflow: unset;
    font-size: 14px;
  }

  .news-date{
    position: static;
    margin: 14px 0 0 auto;
  }
}

/* Sehr klein: Buttons/Slider Abstände */
@media (max-width: 575.98px){
  .hero-numbers{
    right: 12px;
    bottom: 12px;
    gap: 6px;
  }

  .news-filter-btn{
    padding: 8px 10px;
    font-size: 10px;
    letter-spacing: .6px;
  }
}


















.news-account-form .news-input-holder input{
    border-bottom:2px solid white;
    width:100%;
    color:#ededed;
    height:48px;
    padding:0 20px 0 70px
}
.news-account-form .news-input-holder input::-webkit-input-placeholder{
    color:rgba(237,237,237,0.6)
}
.news-account-form .news-input-holder input:-ms-input-placeholder{
    color:rgba(237,237,237,0.6)
}
.news-account-form .news-input-holder input::-ms-input-placeholder{
    color:rgba(237,237,237,0.6)
}
.news-account-form .news-input-holder input::placeholder{
    color:rgba(237,237,237,0.6)
}
.news-account-form .checkbox{
    margin-top:30px;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    cursor:pointer;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.news-account-form .checkbox input{
    display:none
}
.news-account-form .checkbox input:checked+span:after{
    opacity:1
}
.news-account-form .checkbox span{
    position:relative;
    padding-left:35px;
    font-size:14px;
    color:#2d2d2d;
    display:block
}
.news-account-form .checkbox span:before,.news-account-form .checkbox span:after{
    content:'';
    position:absolute;
    -webkit-transition:0.2s;
    transition:0.2s;
    display:block
}
.news-account-form .checkbox span:before{
    cursor:pointer;
    left:0;
    top:0px;
    background-color:#1F2120;
    width:22px;
    display:block;
    height:20px
}
.news-account-form .checkbox span:after{
    opacity:0;
    left:0px;
    top:0px;
    pointer-events:none;
    background-image:url(../img/ui/check-checked.png);
    width:22px;
    height:20px
}
.news-account-form .checkbox span a{
    font-weight:500;
    color:#1c1c1c
}
.news-account-form .checkbox span a:hover{
    text-decoration:underline
}
.news-account-form .button-submit{
    margin:30px auto;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    min-width:256px
}
.news-account-form .button-submit .title{
    text-align:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-line-pack:center;
    align-content:center
}
.news-account-form .button-submit:before{
    background-position:center;
    background-image:url(../img/ui/btn-submit-center.png)
}
.news-account-form .links{
    margin-top:-15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    color:#222423
}
.news-account-form .links span{
    margin:15px
}
.news-account-form .links a{
    color:inherit;
    text-decoration:underline
}


.news-account-form .decoration{
    position:absolute;
    pointer-events:none
}
.news-account-form .decoration--left{
    left:10px;
    bottom:10px
}
.news-account-form .decoration--right{
    right:10px;
    bottom:10px
}
