:root {
  ---Wolf: ;
  ---Azhdaha: ;
  ---Childe: ;
  ---Signora: ;
  ---Raiden: ;
  ---Scaramouche: ;
  ---Dendrodragon: ;
  ---Narwhal: ;
  ---Arlecchino: ;
  ---Firedragon: ;
  --b-Wolf: url("https://luca.rosenloecher.org/wbc/img/boss/Wolf.webp");
  --b-Azhdaha: url("https://luca.rosenloecher.org/wbc/img/boss/Azhdaha.webp");
  --b-Childe: url("https://luca.rosenloecher.org/wbc/img/boss/Childe.webp");
  --b-Signora: url("https://luca.rosenloecher.org/wbc/img/boss/Signora.webp");
  --b-Raiden: url("https://luca.rosenloecher.org/wbc/img/boss/Raiden.webp");
  --b-Scaramouche: url("https://luca.rosenloecher.org/wbc/img/boss/Scaramouche.webp");
  --b-Dendrodragon: url("https://luca.rosenloecher.org/wbc/img/boss/Dendrodragon.webp");
  --b-Narwhal: url("https://luca.rosenloecher.org/wbc/img/boss/Narwhal.webp");
  --b-Arlecchino: url("https://luca.rosenloecher.org/wbc/img/boss/Arlecchino.webp");
  --b-Firedragon: url("https://luca.rosenloecher.org/wbc/img/boss/Firedragon.webp");
  --b-chess: url("https://luca.rosenloecher.org/wbc/img/boss/Chess-boss.webp");
  --b-Doctor: url("https://luca.rosenloecher.org/wbc/img/boss/Doctor.webp");
  --b-Doctorv2: url("https://luca.rosenloecher.org/wbc/img/boss/Doctorv2.webp");
  --t-Wolf: "Andrius - ";
  --t-Azhdaha: "Azhdaha - ";
  --t-Childe: "Childe - ";
  --t-Signora: "La Signora - ";
  --t-Raiden: "Raiden - ";
  --t-Scaramouche: "Scaramouche - ";
  --t-Dendrodragon: "Dendrodragon - ";
  --t-Narwhal: "Narwhal - ";
  --t-Arlecchino: "Arlecchino - ";
  --t-Firedragon: "Lord of Primal Fire  - ";
  --t-chess: "Spiel vor dem Tor  - ";
  --t-Doctor: "Il Dottore  - ";
  --t-Doctorv2: "Il Dottore  - ";
  --elemet-size: "20px";
}

* {
  scroll-behavior: smooth;
}

html {
  height: 100dvh;
  height: 100dvh;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  margin:0;
  padding:0;
	perspective: 1px;
  height: 100dvh;
  font-weight: 500;
  background: #222;
  overflow: hidden;
  max-width: 2880px;
  margin-left: auto;
  margin-right: auto;
}

main {
  margin:0;
  padding:0;
  height: 100dvh;
  width: 100vw;
  font-family: Genshinfont, sans-serif;
	/* ANPASSUNG: Diese 3D-Eigenschaften sind für Parallax nötig, 
	   aber ohne Parallax-Transform stören sie nicht. */
	perspective: 1px;
	transform-style: preserve-3d;
  overflow-y: scroll;
  overflow-x: hidden;
  font-weight: 500;
  background: #222;
  -webkit-overflow-scrolling: touch;
}

::selection { text-shadow: none; color: #fff; background: #222; }
::-moz-selection { text-shadow: none; color: #fff; background: #222; }

#rotate {
  margin-left: 8px;
  color: #00000055;
  display: none;
}
#siteNav {
  background-color: #ffffffbb;
  font-family: Tahoma, Helvetica, Arial, sans-serif !important;
}
.container {
  background-color: none;
}
.navbar-header {
  white-space: nowrap;
}
.navbar-brand {
  float: left;
  letter-spacing: 0 !important;
  color: #000 !important;
  font-weight: bold !important;
  white-space: nowrap;
}
@media (max-width: 7068px) {
  @media (orientation: portrait) {
    .navbar-brand::after {
      content: "besser im Querformat";
      font-size: 12px;
      font-weight: 400;
      color: #00000055
    }
    #rotate {
      display: inline-block;
    }
  }
}

.navbar-nav li a{
  font-weight: bold !important;
  text-decoration: none;
}
.navbar-nav li:hover a{
  color: #000 !important;
}

h1 {
  font-size: 300%;
  font-family: Tahoma, Helvetica, Arial, sans-serif !important;
  font-weight: 600;
}
h4 {
  font-size: 180%;
  font-family: Tahoma, Helvetica, Arial, sans-serif !important;
  font-weight: 600;
}
#title {
  font-family: Tahoma, Helvetica, Arial, sans-serif !important;
  background-color: #222;
  z-index: 20;
}
#title h2 {
  margin: 0;
}

.title div, p {
  font-size: 1.7rem;
  line-height: 150%;
  color: #333;
}

.slide {
  position: relative;
  padding: 25vh 10%;
  min-height: 100dvh !important;
  height: auto;
  width: 100vw;
  box-sizing: border-box;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
	/* ANPASSUNG: Diese 3D-Eigenschaften sind für Parallax nötig, 
	   aber ohne Parallax-Transform stören sie nicht. */
	transform-style: inherit;
	scroll-snap-align: start;
  margin: 0 auto; 
}

img {
  position: absolute;
  max-width: 400px;
  max-height: 400px;
  width: 25%;
  top: 30%;
  right: 30%;
  height: auto;
  padding: 10px;
  border-radius: 5px;
  background: rgba(240,230,220, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
  z-index: 3;
  object-fit: contain;
}

.slide:nth-child(2n) img:last-of-type {
  left: 15%;
  background-color: #353535;
  /* ANPASSUNG: Parallax (translateZ) entfernt. Nur Rotation bleibt. */
  transform: rotate(-5deg);
}
.slide:nth-child(2n-1) img:last-of-type {
  right: 15%;
  background-color: #353535;
  /* ANPASSUNG: Parallax (translateZ) entfernt. Nur Rotation bleibt. */
  transform: rotate(5deg);
}
@media (min-width: 2000px) {
  img {
    max-width: 500px;
    max-height: 500px;
    width: 40%;
    height: auto;
  }
  .slide:nth-child(2n) img:last-of-type {
    left: 25%;
    background-color: #353535;
    /* ANPASSUNG: Parallax (translateZ) entfernt. Nur Rotation bleibt. */
    transform: rotate(-5deg);
  }
  .slide:nth-child(2n-1) img:last-of-type {
    right: 25%;
    background-color: #353535;
    /* ANPASSUNG: Parallax (translateZ) entfernt. Nur Rotation bleibt. */
    transform: rotate(5deg);
  }
}
@media (max-width: 1555px) {
  .slide:nth-child(2n) img:last-of-type {
    left: 15%;
    background-color: #353535;
    /* ANPASSUNG: Regel wird jetzt korrekt von der Basis geerbt (nur rotate) */
  }
  .slide:nth-child(2n-1) img:last-of-type {
    right: 15%;
    background-color: #353535;
    /* ANPASSUNG: Regel wird jetzt korrekt von der Basis geerbt (nur rotate) */
  }
}
.slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, .7);
}

.title {
  width: 50%;
  padding: 5%;
  border-radius: 5px;
  background: rgba(240,230,220);
  box-shadow: 0 0 15px rgba(0, 0, 0);
  z-index:2;
}
.title h1 {
  font-size: 200%;
  font-family: Tahoma, Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  text-decoration: underline solid 2.2px;
}

.slide:nth-child(2n-1) .title {
  position: relative;
  margin-left: 0;
  margin-right: auto;
  z-index:3;
}

.slide:nth-child(2n) .title {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  z-index:3;
}

.slide, .slide:before {
  background: 50% 50% / cover;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.header {
  height: 100dvh;
  text-align: center;
  font-size: 175%;
  color: #fff;
  text-shadow: 2px 2px 5px #000000;
}

#title h1 {
 /* ANPASSUNG: Parallax (translateZ) entfernt. */
 transform: translateY(25%) scale(.9);
 transform-origin: 50% 50%;
}
#title h2 {
 /* ANPASSUNG: Parallax (translateZ) entfernt. */
 transform: translateY(175%) scale(.9);
 transform-origin: 50% 1000%;
}
h3 {
  margin-left: auto;
  margin-right: auto;
  bottom: 20%;
  position: relative;
  transform: translate(4px, 80px);
  z-index: 10;
  animation: umfr 800ms cubic-bezier(0.82, 0.01, 0.76, 0.33);
}
h3 a {
  padding-left: 4px;
  background: #00000055;
  border-radius: 20px;
}
h3 a svg {
  transform: translateY(2px)translateX(-4px);
}
@keyframes umfr {
  0% {transform: translate(4px, 80px) scale(1.6); opacity: 0;}
  70%{transform: translate(4px, 80px) scale(.95); opacity: .8;}
  80% {transform: translate(4px, 80px) scale(1); opacity: 1;}
  90%{transform: translate(4px, 80px) scale(.95); opacity: 1;}
  100% {transform: translate(4px, 80px) scale(1); opacity: 1;}
}
#slide1:before {
  background-image: var(--b-Wolf);
  background-position: 75% 50%;
  z-index:0;
}
#slide2:before {
  background: #222;
  background-image: var(--b-Azhdaha);
  background-position: 50% 75%;
  z-index:2;
}
#slide3:before {
  background-image: var(--b-Childe);
  background-position: 57% 50%;
  z-index:0;
}
#slide4:before {
  background: #222;
  background-image: var(--b-Signora);
  background-position: 50% 75%;
  z-index:2;
}
#slide5:before {
  background-image: var(--b-Raiden);
  background-position: 50% 50%;
  z-index:0;
}
#slide6:before {
  background: #222;
  background-image: var(--b-Scaramouche);
  background-position: 50% 25%;
  z-index:2;
}
#slide7:before {
  background-image: var(--b-Dendrodragon);
  background-position: 50% 25%;
  z-index:0;
}
#slide8:before {
  background: #222;
  background-image: var(--b-Narwhal);
  background-position: 50% 50%;
  z-index:2;
}
#slide9:before {
  background-image: var(--b-Arlecchino);
  background-position: 50% 50%;
  z-index:0;
}
#slide10:before {
  background: #222;
  background-image: var(--b-Firedragon);
  background-position: 50% 50%;
  z-index:2;
}
#slide11:before {
  background-image: var(--b-chess);
  background-position: 50% 50%;
  z-index:0;
}
#slide12:before {
  background: #222;
  background-image: var(--b-Doctor);
  background-position: 50% 50%;
  z-index:2;
}
#slide13:before {
  background-image: var(--b-Doctorv2);
  background-position: 50% 50%;
  z-index:0;
}

#slide1 .title h1::before {
  content: var(--t-Wolf);
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
#slide2 .title h1::before {
  content: var(--t-Azhdaha);
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
#slide3 .title h1::before {
  content: var(--t-Childe);
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
#slide4 .title h1::before {
  content: var(--t-Signora);
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
#slide5 .title h1::before {
  content: var(--t-Raiden);
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
#slide6 .title h1::before {
  content: var(--t-Scaramouche);
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
#slide7 .title h1::before {
  content: var(--t-Dendrodragon);
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
#slide8 .title h1::before {
  content: var(--t-Narwhal);
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
#slide9 .title h1::before {
  content: var(--t-Arlecchino);
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
#slide10 .title h1::before {
  content: var(--t-Firedragon);
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
#slide11 .title h1::before {
  content: var(--t-chess);
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
#slide12 .title h1::before {
  content: var(--t-Doctor);
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
#slide13 .title h1::before {
  content: var(--t-Doctorv2);
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
.Abspann {
  position: relative;
  padding: 15vh 10% 2vh 10%;
  box-sizing: border-box;
	transform-style: inherit;
  text-align: center;
  font-size: 100%;
  box-shadow: none;
  color: #fff;
  background: #222;
}
.Abspann h1::selection {
  color: #555;
  background-color: rgba(240, 230, 220, .9);
}
.Abspann p {
  background: none;
  color: rgba(240, 230, 220, .9);
  text-align: justify;
  hyphens: auto;
}
.Abspann p::selection {
  color: #222;
  background-color: rgba(240, 230, 220, .9);
}
#Zitat {
  padding: 20vh 15% 0vh 15%;
}
#Zitat h1 {
  padding-bottom: 20px;
}
#Zitat p {
  text-align: center;
}
#Zitat p i::selection {
  color: #555;
  background-color: rgba(240, 230, 220, .9);
}
#end {
  position: relative;
  padding: 1vh 0 15vh 0;
  box-sizing: border-box;
  box-shadow: none;
}
#Fynn {
  padding: unset;
  max-width: 200px;
  height: auto;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  position: relative !important;
  background: none;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(255, 255, 255, .8);
}

#Disclaimer {
  padding: 2vh 20%;
}
#Disclaimer p {
  font-size: 18px;
}
#Version {
  padding: 0 20% 2vh 20%;
}
#Version p {
  text-align: center;
  font-size: 12px;
  opacity: 0.4;
}

#slide0 {
  background: #222;
  z-index:2;
}
@media (max-width: 1080px) {
  #title h1 {
    font-size: 50px !important;
  }
  #title h2 {
    font-size: 18px !important;
  }
  h3 {
    font-size: 15px !important;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 200%;
  }
  .slide {
    padding: 20vh 10%;
    height: auto;
  }
  .slide img {
    display: none; 
  }
  .title {
    width: 95%;
    padding: 5%;
    border-radius: 5px;
    background: rgba(240,230,220);
    box-shadow: 0 0 15px rgba(0, 0, 0);
  }
  /* ANPASSUNG: Diese Regeln sind für Mobile irrelevant (da img display:none), 
     aber wir lassen sie, falls das display:none mal entfernt wird. */
  .slide:nth-child(2n) img:last-of-type {
    transform: rotate(-5deg) !important;
  }
  .slide:nth-child(2n+1) img:last-of-type {
    transform: rotate(5deg) !important;
  }
  .Abspann {
    position: relative;
    padding: 5vh 5% 1vh 5%;
    box-sizing: border-box;
    transform-style: inherit;
    scroll-snap-align: none;
    text-align: center;
    font-size: 100%;
    box-shadow: none;
    color: #fff;
    background: #222;
  }
  .Abspann p {
    font-size: 15px;
  }
}

div.ntf {
	transform-style: unset;
  position: absolute;
  bottom: 20px;
  right: -500px;
  background-color: rgba(240, 230, 220);
  border-radius: 3px;
  box-shadow: 2px 2px 5px 1px #222;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-family: Helvetica;
  overflow: hidden;
}
#ntf-box1 {
  animation: umfr 1.5s 1s cubic-bezier(0.39, 0.63, 0.17, 1) forwards, wiggle 400ms 5s ease-in-out, umfr 1.5s 10s cubic-bezier(0.39, 0.63, 0.17, 1) forwards reverse;
}
#ntf-box2 {
  animation: umfr 1.5s 11s cubic-bezier(0.39, 0.63, 0.17, 1) forwards, wiggle 400ms 16s ease-in-out;
}

div.ntf a {
	transform-style: unset;
  color: #222;
  font-family: Helvetica;
  text-decoration: none;
}
div.ntf a:hover {
	transform-style: unset;
  color: #333;
}

@keyframes umfr {
  0% {bottom: 20px; right: -400px;}
  100% {bottom: 20px; right: 20px;}
}
@keyframes beta {
  0% {bottom: 20px; left: -500px;}
  100% {bottom: 20px; left: 20px;}
}
@keyframes wiggle {
  0% {transform: rotate(0deg);}
  33% {transform: rotate(-3deg);}
  66% {transform: rotate(3deg);}
  100% {transform: rotate(0deg);}
}

.UP {
  position: fixed;
  top: 20px;
  right: 10px;
  transition: all 150ms ease-in;
}
.UP:hover {
  top: 15px;
  color: rgba(255, 255, 255);
}


div.beta {
	transform-style: unset;
  position: absolute;
  bottom: 20px;
  left: -290px;
  background-color: rgba(240, 230, 220);
  border-radius: 3px;
  box-shadow: 2px 2px 5px 1px #222;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-family: Helvetica;
  overflow: hidden;
}
div.beta p {
  max-width: 180px;
  margin: 0;
  font-size: 14px;
  line-height: 15px;
	transform-style: unset;
  color: #222;
  font-family: Helvetica;
  text-decoration: none;
  text-align: center;
}
div.beta a {
  margin-left: auto;
  margin-right: auto;
	transform-style: unset;
  color: #f22;
  font-size: 18px;
  font-family: Helvetica;
  text-decoration: none;
}
#beta-box {
  animation: beta 1.5s 1s cubic-bezier(0.39, 0.63, 0.17, 1) forwards;
}
#beta-box button {
  margin-top: 10px;
  padding: 4px;
  border: 1px solid #222;
  border-radius: 10px;
  color: #b22;
  background-color: rgba(240, 230, 220);
  transition: padding .45s, color .45s, border-radius .45s, background-color .45s;
}
#beta-box button:hover {
  padding: 4px 8px;
  border-radius: 2px;
  color: #f00;
  background-color: rgba(255, 255, 255);
  transition: padding .125s, color .125s, border-radius .125s, background-color .125s;
}

footer {
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: rgba(240, 230, 220, .5);
}
footer a {
  background: none;
  color: rgba(240, 230, 220, .9);
  text-align: justify;
  hyphens: auto;
}

.slide .title p a {
  color: #444;
  font-weight: bold;
  text-decoration: underline;
}
.slide .title p a:hover {
  color: #888;
}
.slide .title div a {
  color: #444;
  font-weight: bold;
  text-decoration: underline;
}
.slide .title div a:hover {
  color: #888;
}

/* 1. Basisklasse: Enthält alle wiederholten, allgemeinen Stile */
.ele-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-left: 5px;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 1));
}

.ele-anemo {
  background-image: url('https://luca.rosenloecher.org/wbc/img/element/anemo.svg');
}
.ele-cryo,
.ele-kryo {
  background-image: url('https://luca.rosenloecher.org/wbc/img/element/cryo.svg');
}
.ele-dendro {
  background-image: url('https://luca.rosenloecher.org/wbc/img/element/dendro.svg');
}
.ele-electro,
.ele-elektro {
  background-image: url('https://luca.rosenloecher.org/wbc/img/element/electro.svg');
}
.ele-geo {
  background-image: url('https://luca.rosenloecher.org/wbc/img/element/geo.svg');
}
.ele-hydro {
  background-image: url('https://luca.rosenloecher.org/wbc/img/element/hydro.svg');
}
.ele-pyro {
  background-image: url('https://luca.rosenloecher.org/wbc/img/element/pyro.svg');
}


#title::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url("https://luca.rosenloecher.org/wbc/img/Mondstadt.webp");
    filter: blur(3px)brightness(70%);
}
/* =========================================
Charakter Icons & Hover Cards (Frontend)
========================================= */
.allowed-chars {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.char-icon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.char-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 5px; 
}

/* Der runde Avatar */
.char-challenge-icon {
    position: static !important;
    width: 50px !important;
    height: 50px !important;
    cursor: help;
    filter: drop-shadow(0 0 5px rgba(0,0,0, 0.6));
    transition: transform 0.2s, filter 0.2s;
    transform: none !important;
    right: auto !important;
    top: auto !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.char-challenge-icon:hover {
    transform: scale(1.1) !important;
    /*filter: drop-shadow(0 0 5px rgba(0,0,0, 0.4));
    border-color: #333;*/
}

/* Tooltip-Container */
.char-card-tooltip {
    position: absolute;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    width: 270px; 
    bottom: 100%; 
    left: 50%;
    transform: translateX(-50%) translateY(10px); 
    pointer-events: none;
}

.char-icon-wrapper:hover .char-card-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px); 
}

/* Karte selbst */
.character-card-hover {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    overflow: hidden;
    border-top: 5px solid #ddd;
    text-align: left;
}

.character-card-hover.pyro { border-color: #ef7938; }
.character-card-hover.hydro { border-color: #4cc2f1; }
.character-card-hover.anemo { border-color: #74c2a8; }
.character-card-hover.electro { border-color: #b182e2; }
.character-card-hover.dendro { border-color: #a5c83b; }
.character-card-hover.cryo { border-color: #aaddf1; }
.character-card-hover.geo { border-color: #f7a83e; }

.card-content-hover {
    padding: 10px;
}

.card-header-hover {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
}

.header-left-hover h3 {
    margin: 0 !important;
    font-size: 1.1em !important;
    color: #333 !important;
    transform: none !important; 
    animation: none !important;
    position: static !important;
}

.rarity-hover {
    font-size: 1.1em;
    letter-spacing: 0px; 
    color: #ffcc00;
}

/* Eckiges Profilbild in der Karte */
.char-icon-full { 
    width: 80px !important;
    height: 80px !important;
    border-radius: 4px;
    object-fit: cover;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.card-details-hover p {
    margin: 5px 0 !important;
    line-height: 1.3;
    font-size: 0.9em !important;
    color: #555 !important; 
}

.card-details-hover strong {
    color: #5b67c7; 
}

.card-details-hover p .ele-icon {
    width: 20px !important;
    height: 20px !important;
}

/* Waffen Icons */
.weapon-icon {
    display: inline-block;
    width: 20px; 
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-left: 5px;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.4)); 
}

.weapon-Bogen { background-image: url('https://luca.rosenloecher.org/wbc/img/weapons/Bow.png'); }
.weapon-Katalysator { background-image: url('https://luca.rosenloecher.org/wbc/img/weapons/Catalyst.png'); }
.weapon-Zweihänder { background-image: url('https://luca.rosenloecher.org/wbc/img/weapons/Claymore.png'); }
.weapon-Stangenwaffe { background-image: url('https://luca.rosenloecher.org/wbc/img/weapons/Polearm.png'); }
.weapon-Schwert { background-image: url('https://luca.rosenloecher.org/wbc/img/weapons/Sword.png'); }