/* ====== Zwei Boxen nebeneinander ====== */
.vm-guestboard{ 
  background-color: #2b2a27;
  background-image: url(https://talesofvelmoor.gedankenschloss.de/images/styles/velmoor/dunkelhintergrund.png);
  background-repeat: repeat;          
  background-position: top left;
  background-size: auto;              
  border: 1px solid #3a372f;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -1px 0 rgba(0,0,0,0.4),
    0 1px 2px rgba(0,0,0,0.6);
 display: flex;
  gap: 1px;
  align-items: flex-start;   
  max-width: 1200px;
  margin: 0 auto; 
  position: relative;
  padding: 10px; 
}
.vm-guestboard::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgb(8 9 8 / 0%), rgb(18 16 12 / 0%)), 
     radial-gradient(ellipse at 50% 40%, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55) 70%), 
	 repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.015) 1px, rgba(0, 0, 0, 0.015) 1px, rgba(0, 0, 0, 0.015) 2px);
     mix-blend-mode: multiply;
    opacity: 0.9;
}
/* Links (rot) groß, rechts (grün) schmal */
.vm-board-left{
 flex: 1 1 auto;
  min-width: 0;              
  height: 520px;              
  position: relative;
  overflow: hidden;
}
.vm-board-left::after{
  content:"";
  position:absolute;
  left: 650px;     /* <- Position feinjustieren */
  top: -59px;      /* <- Position feinjustieren */
  width: 70px;
  height: 260px;
  background: url(https://talesofvelmoor.gedankenschloss.de/images/styles/zettel/schlüssel.png)    center/contain no-repeat;
  transform: rotate(-18deg);
  filter: drop-shadow(0 18px 22px rgba(0,0,0,0.35));
  opacity: 0.95;

  pointer-events:none;
  z-index: 15;
}

/* Rechts (grün) */
.vm-board-right{
  margin-left: 10px;   /* mehr Überlappung */
  z-index: 20;   
  flex: 0 0 32%;
  min-width: 320px;
  max-width: 360px;
  box-sizing: border-box;
  position: relative;
  padding: 0;  
}
.vm-board-right::before{
  content:"";
  position:absolute;
  left: -40px;     /* hängt nach links rüber */
  top: 0;
  bottom: 0;
  width: 70px;
  background: linear-gradient( to right, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
  pointer-events:none;
  opacity: 0.35;
}

/* ====== Box 1: Elemente “gelegt” ====== */

/* Zustand-Zettel */
.vm-note-state{
  position: absolute;
  left: 22px;
  top: 18px;
  width: 400px;
  height:250px;
  padding: 18px 18px 14px;
  text-decoration: none;
  color:rgb(35 30 22 / 88%);
  background: url(https://talesofvelmoor.gedankenschloss.de/images/styles/zettel/pinzettel.png) center/100% 100% no-repeat;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,0.35));
  opacity: 0.8;
}

.vm-state-title{
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}

.vm-state-lines{
  font-size: 12px;
  line-height: 1.55;  
  margin-top: 90px;
  margin-left:20px;
  margin-right:30px;
}

.vm-state-footer{
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(35,30,22,0.25);
  font-size: 13px;
  opacity: 0.85;  
  margin-left:20px;
}

/* kleine Karte rechts oben (Link) */
.vm-map-small{
  position: absolute;
  right: 22px;
  top: 36px;
  width: 265px;
  height: 195px;
  background: url(https://talesofvelmoor.gedankenschloss.de/images/styles/zettel/gastava.png) center/cover no-repeat;
  filter: drop-shadow(0 14px 20px rgba(0,0,0,0.32));
  border-radius: 8px;
}

/* breite Karte mittig */
.vm-map-wide{
  position: absolute;
  left: 200px;
  top: 265px;
  width: 480px;
  height: 205px;
  background-image: url(https://talesofvelmoor.gedankenschloss.de/images/styles/zettel/kartelang.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,0.35));
  opacity: 0.9;
}
.vm-map-wide-link{
  position:absolute;
  inset:0;
}

/* Hover-Overlay wie “Mini-Modal” */
.vm-map-hover{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 25px;
  background: rgba(0,0,0,0.62);
  color: rgba(220,215,200,0.92);
  opacity: 0;
  transition: opacity .18s ease;
  border-radius: 10px; 
}

.vm-map-wide:hover .vm-map-hover{
  opacity: 1;
}

.vm-map-hover strong{
  color: #d2b36b;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}
.vm-map-hover span{
  opacity: 0.85;
  font-size: 12px;
}

/* Gästetext + Kapitel */
.vm-guest-title{
  position: absolute;
  left: 0; right: 0;
  bottom: 30px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: rgba(210,205,190,0.75);
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

.vm-chapter{
  position: absolute;
  left: 0; right: 0;
  bottom: 16px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: rgba(210,179,107,0.86);
  text-shadow: 0 2px 12px rgba(0,0,0,0.65);
}

/* Polaroid rechts unten */
.vm-polaroid{
  position: absolute;
  right: 26px;
  bottom: -10px;
  width: 233px;
  height: 150px;
  background-image: url(https://talesofvelmoor.gedankenschloss.de/images/styles/zettel/polaroid.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 6px;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,0.25));
  pointer-events: auto;
  display: block;
}

/* leere Notizen links unten (Deko) */
.vm-blank-notes {
  position: absolute;
  left: 99px;
  bottom: 18px;
  width: 110px;
  height: 200px;
  background: url(https://talesofvelmoor.gedankenschloss.de/images/styles/zettel/schlüsselmotel.png)  center / contain no-repeat;
  opacity: 0.85;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,0.32));
  transform: rotate(8deg);
  transform-origin: 30% 20%;
}


/* ===== BOX 2 Layout-Grundgerüst ===== */
.vm-right-layout{
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  padding: 18px 16px 12px;
  box-sizing: border-box;
}

/* ===== Papier-Basis ===== */
.vm-paper{
  position: relative;
  padding: 16px 16px 14px;
  color: rgba(35,30,22,0.88);
  background: url(https://talesofvelmoor.gedankenschloss.de/images/styles/zettel/zetteldings.png) center/100% 100% no-repeat;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,0.34));  
  opacity: 0.8;
}

.vm-paper.paper--wide{
  background-image: url(https://talesofvelmoor.gedankenschloss.de/images/styles/zettel/zettellang.png);
  transform: rotate(-1.1deg);
}

.vm-paper.paper--note{ 
  margin-left:-50px;
  background: #0a0c0c78;
  color: #ddd;
  padding: 10px;
  text-align: justify;
  line-height: 1.5;
  text-shadow: 1px 1px 1px rgb(0 0 0);
  backdrop-filter: blur(2px);
  min-height: 200px;
  transform: rotate(0.9deg);
	border: 1px solid #3a372f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* Titel/Typo */
.paper-title{
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-weight: 800;
}

.paper-list{
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.5;
}

.paper-text{
  font-size: 13px;
  line-height: 1.55;
}

.paper-link{
  color: #b58f35;
  font-weight: 800;
  text-decoration: none;
}
.paper-link:hover{ text-decoration: underline; }

/* ===== MITTE: 2 Spalten ===== */
.vm-right-mid{
 display: flex;
 gap: 14px;
  align-items: stretch;
}

/* links Text */
.vm-mid-left{
  flex: 1 1 0;
  min-width: 0;
}

/* rechts Gast */
.vm-mid-right{
 flex: 0 0 170px;  
 margin-left: -12px;
}

/* ===== GAST-Item: dreht + Sprechblase ===== */
.vm-guest{
  position: relative;
  display: block;
  width: 160px;
  height: 220px;
  text-decoration: none;
}

/* Bild (als Hintergrund, damit du easy tauschen kannst) */
.vm-guest-img{
  position: absolute;
  inset: 0;
  background: url(https://talesofvelmoor.gedankenschloss.de/images/styles/zettel/stickkergast.png) center/contain no-repeat;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,0.35));
  transition: transform .25s ease;
  transform-origin: 50% 70%;
}

/* Hover-Dreh */
.vm-guest:hover .vm-guest-img{
  transform: rotate(3.5deg) scale(1.02);
}

/* Sprechblase UNTER dem Bild */
.vm-guest-bubble{  
  transform: translateX(-50%) translateY(-10px);
  transition: opacity 0.35s ease-out, transform 0.45s cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
  position: absolute;
  top: 80%;        
  left: 50%;
  margin-top: 14px;
  width: 120px;
  padding: 14px 14px 12px;
  background: linear-gradient(rgba(245,238,220,0.96), rgba(235,226,205,0.96));
  border: 1px solid rgba(90,80,60,0.45);
  border-radius: 8px;
  color: #2a2318;
  font-size: 11px;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  box-shadow: 0 10px 18px rgba(0,0,0,0.35),  inset 0 1px 0 rgba(255,255,255,0.55);
}
.vm-guest:hover .vm-guest-bubble{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.vm-guest-bubble::before{
  content:"";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid rgba(240,232,215,0.96);
}
.vm-mid-right,
.vm-right-mid{
  overflow: visible;
}

/* ===== KALENDER (Abreiß-Look) ===== */
.vm-calendar{
  margin-left:-50px;
  top:-25px;
  position: relative;
  padding: 16px 16px 14px;
  background: url(https://talesofvelmoor.gedankenschloss.de/images/styles/zettel/zettelwirtschaft1.png) center/100% 100% no-repeat;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,0.34));
  transform: rotate(-0.6deg);
  color: rgba(35,30,22,0.88);
  opacity: 0.8;
}

/* Kopfzeile Kalender */
.vm-calendar-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.vm-calendar-title{
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 900;
}

/* Link als “Sticker-Button” */
.vm-calendar-link{
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  background: rgb(25 24 22);
  border: 1px solid rgba(90,80,60,0.38);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.55),
    0 10px 18px rgba(0,0,0,0.22);
}

/* Kalenderpunkte */
.vm-calendar-list{
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 1100px){
  .vm-guestboard{ flex-direction: column; }
  .vm-board-right{ flex: 1 1 auto; min-width: 0; }
  .vm-board-left{ width: 100%; }
}
