.devils-lastwriter{
	font-size: 11px;
}
.bildgesuch1{
  position: relative;
  float: right;
  margin-right: -20px;
  margin-top: -110px;
  min-height: 290px;
  width: 120px;
  background-image: url(https://devilscrossroads.gedankenschloss.de/images/styles/nowornever/kerze.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* das Icon selbst */
.bildgesuch1::after{
  content: "";
  position: absolute;
  top: -16px;              /* Versatz nach außen */
  right: -12px;
  width: 38px;
  height: 38px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23e3e3e3'><path d='m354-287 126-76 126 77-33-144 111-96-146-13-58-136-58 135-146 13 111 97-33 143ZM233-120l65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Zm457-560 21-89-71-59 94-8 36-84 36 84 94 8-71 59 21 89-80-47-80 47Z'/></svg>")
        no-repeat center/contain;
  opacity: .9;
  filter: drop-shadow(0 0 4px rgba(0,0,0,.4));
  pointer-events: none;    /* klickt nicht mit */
  transform: rotate(-6deg);/* leicht schräg für Stil */
}
/* Container bleibt gleich */
.bildgesuch2 {
  position: relative;
  float: left;
  margin-left: 120px;
  margin-top: 20px;
  padding: 10px;
  width: 289px;
  min-height: 132px;
  background-image: url(https://devilscrossroads.gedankenschloss.de/images/styles/nowornever/skullbook.png);
  background-size: contain;
  background-repeat: no-repeat;
  object-fit: contain;
}
/* der Text-Button */
.bildgesuch2::after {
  content: "Alle Gesuche";
  position: absolute;
  bottom: 12px;
  right: 16px;
  padding: 6px 22px;                 /* etwas mehr Platz für die Linien */
  font: 600 12px/1.3 "system-ui", sans-serif;
  color: #fff;
  background: rgba(45, 1, 5, 0.8);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all .2s ease;
  pointer-events: none;
}

/**/
.devils-container2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    z-index: 2;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
/**/
.flex-c{
	display: flex;
    padding: 10px;
}
.last1{
    align-items: center;
    background: #4e4e4e;
    border: 1px solid;
    border-color: #4e4e4e;
    padding: 3px;
    font-weight: 100;
    vertical-align: inherit;
    line-height: 1.5em;  
	font-size: 18px;   
	letter-spacing:3px;
}
.last2{
    border: 2px double #2d0105b5;
    background-color: #696969;
    padding: 3px;
    font-size: 11px;
    font-weight: 100;
    font-weight: 100;
    vertical-align: inherit;
    line-height: 1.5em;
    color: #2d0105fa;
}
.last3{
    background: #4e4e4e;
    border-bottom: 2px solid #4e4e4e;
    padding: 3px;
    font-weight: 100;
    vertical-align: inherit;
    line-height: 1.5em; 
	font-size: 11px;
}
.last3 svg{
  float:left;
  border: 2px double #2d0105b5;
  background-color: #2d0105b5;
  padding:2px;
  margin-right:10px;
  margin-top:-1px;
}
/**/
.category-image {
	background: #370b0f;
	aspect-ratio: 1 / 1;
	display: inline-block;
	mask: var(--img);
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask: var(--img);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	position: relative;
	transform: rotate(-45deg);
	width: 225px;
}

.bildgesuch{
	width:200px;
	float:left;
	margin-top:-20px;
	margin-left: -20px;

}
.gesuchboxtext p{
	overflow:auto;
	height: 170px;
	padding:10px;
	margin: 5px;  
	text-align: justify;
    hyphens: auto;
    font-size: 12.4px;
	color:#afafaf;
    font-weight:100;
	vertical-align: inherit;
	line-height: 1.8em;
}
.gesuchboxtext{
    width: calc(65% - 14px);
    background: #4e4e4e;
    border: 1px solid;
    border-color: #4e4e4e;
    margin: auto auto;
    padding: 10px;
    border-radius: 10px;
}
/**/
.beschreibungroad{
	font-size: 10px;
    text-transform: uppercase;	
	letter-spacing:2px;
	color:#181818;
}
.iconcool{
	float: left;
    margin-bottom: -80px;
    font-size: 200px;
    transform: translate(-65px, -39px);
}
.iconcool i{  
	font-size: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: -15px;
    margin-left: 100px;
	opacity: 0.5;
}
/**/
.subforum{
	padding:10px;
}
.subforum h4{
    height: 30px;
	margin:0px;
    font-size: 18px;
    text-transform: uppercase;	
	align-items: center;
    justify-content: center;
}
.beschreibungroad{
    align-items: center;
}
.lastposter{  
	align-items: center;
    justify-content: center;
    text-transform: uppercase;
    flex-shrink: 0;
    margin-bottom: 5px;
    font-size: 11px;
}
/**/
.subforum-wrapper {
  max-width:1000px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}

.subforum-wrapper > *:first-child {
  width: 100%;
    background: #4e4e4e;
    border: 1px solid;
    border-color: #4e4e4e;
	border-radius: 10px;
}

.subforum-wrapper > *:nth-child(n+2) {
    width: calc(47% - 14px); /* 2 Spalten, mit Gap */
	background: #4e4e4e;
    border: 1px solid;
    border-color: #4e4e4e;
	margin: auto auto;
	padding:10px;	
	border-radius: 10px;
}

.subforum-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.subforum-wrapper > *:nth-child(n+2) {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .subforum-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .subforum-wrapper > *:nth-child(n+2) {
    margin-right: 10px;
  }

  .subforum-wrapper > *:nth-child(odd):nth-child(n+2) {
    clear: left;
  }
}

/**/
.Quick-links {
	margin-bottom: 10px;
	height: 30px;
	display: flex;
	flex-flow: row;
	gap: 10px;
	border-radius: 10px;
	margin-top: -10px;
	padding: 5px;
	justify-content: space-between;
	border:1px solid #2d0105;	
	background: #4e4e4e;
	margin:10px 60px;
 }
.Quick-links svg{
	position:relative;
	margin-top:-10px;
	margin-right:10px;
    background: #2d0105;
    padding:1px;
    border: 4px double #370b0f;
	border-radius: 10px;
}

.Quick-links a {
	padding: 9px 16px;
	font-size: 16px;
	text-decoration: none;
	text-align: right;
	transition: 1s;
	font-family: var(--font-base6);
	letter-spacing:-1px;
 }
.Quick-links a:hover {
  transition: 1s;
  }
/**/
.devils-frame{
	position: relative;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0.1;
    flex-basis: 50px;
}
.forum-status i {
    position: inherit;
    z-index: 1;
    font-size: 65px;
    mix-blend-mode: color-burn;
}
.devils-frame:before {
    content: '';
    position: absolute;
    background: #2d0105b5;
    width: 75px;
    aspect-ratio: 1 / 1;
    border-radius: 90% 60% 60% 90% / 90% 50% 90% 50%;
    transition: var(--transition);
    margin-top: 25px;
}
/**/
.forum-stats {
    width: 100px;
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: center;
    text-transform: uppercase;
    flex-shrink: 0;
    margin-bottom: 5px; 
	font-size: 10px;
	color:#afafaf;
}
.last-avatar img {
    filter: grayscale(1) brightness(0.7); 
	width: 70px;
	height:70px;
}
.last-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
	height:70px;
    overflow: hidden;
    border-radius: 3px;
	border:2px solid #370b0f;
}
.flexi{
	width:300px;
    display: flex;
    gap: 15px;
    align-items: center;  
	background: #4e4e4e;
	border: 1px solid;
    border-color: #4e4e4e;
	padding:10px;
}
.devil-link{
   font-family: var(--font-base6);
    font-size: 20px;
    text-decoration: none;
    line-height: 100%;
    letter-spacing: 1px;
}
.devils-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.devils-middle{
    display: flex;
}
.devils-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1.1;
	margin-right:60px;
}

/**/
.devils-container{
	display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    z-index: 2;
    align-items: center;
    justify-content: center;
    gap: 30px;
	margin:25px;
}
/**/
#foruminnenraum{
  border: 1px solid #2d0105b5;
  outline: 1px solid #2d0105b5;
  background-color: #2d0105b5;
background-image: url(https://devilscrossroads.gedankenschloss.de/images/styles/nowornever/wallhalla.png);
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.kategoriebeschreibung{
    width: 140px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 13px;
    margin-left: 10px;
	 font-family: var(--font-base6);
}
.uberschriftforum{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center; 
	font-size:34px;
   background: linear-gradient(270deg, #450f14, #4e4e4e, #666666, #4e4e4e, #450f14);
  background-size: 400% 400%;
  animation: waveFlow 20s ease infinite;
  background-attachment: fixed;
  color: #2d0105e6;  
 font-family: var(--font-base2);
}

@keyframes waveFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.uberschriftforum h9{
    position: relative;
    z-index: 1;
    font-size: 47px;
     line-height: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.uberschriftforum g{
    font-size: 110px;
	line-height:20%;
	position:relative;
	float:left;
	color:#00000082;
}