.gast-header{
	max-width:1200px;
	margin:auto auto;
	height:450px;
	padding:20px;
}
.gastbox{
	border: 1px solid rgba(213, 170, 67, 0.4);
	padding:1px;
    background: rgba(213, 170, 67, 0.4);
	margin:3px;  
	color: rgb(0 0 0);
	font-weight: 700;
	text-transform: uppercase;  
	font-size: 10px;
} 
/**/
.velmoor-title { 
  position: absolute;
  text-align: center;
  margin-top:180px;
  width:700px;
}
.velmoor-title h1 {
  font-family: var(--font-base1);
  font-size: 7em;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #b2b95d;
}

.velmoor-subline {   
  background: radial-gradient(ellipse at center, rgb(178 185 93) 0%, rgb(178 185 93 / 28%) 55%, rgb(213 170 67 / 0%) 70%, rgb(213 170 67 / 0.0) 85%);
  padding: 2em 1em 1.4em;
  margin-top: 0.4em;
  font-size: 0.95em;
  letter-spacing: 0.08em;
  color: rgb(18 21 22);
  text-transform: uppercase;
}

.velmoor-subline span {
  margin: 0 0.3em;
  color: rgb(255 199 66);
}

/**/
.auth-links a { 
  font-size: 16px;
  font-family: var(--font-base2);
  color: #d5aa43;
  font-weight: 100;
  text-decoration: none;
  padding: 0.3em 0.6em;
  border: 2px solid rgba(213,170,67,0.4);  
  background: #0a0c0c78;
  border-radius: 4px;
  transition: all 0.2s ease;
  letter-spacing:3px;
}

.auth-links a:hover {
  color: #1a1a1a;
  background-color: #d5aa43;
  border-color: #d5aa43;
}

.auth-sep {
  margin: 0 0.5em;
  color: rgba(213,170,67,0.5);
}

/*BOXEN SPIELBAR*/
.boxen_auswahl_gast {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px auto 25px;
  max-width: 1200px;
  width: 100%;            
  padding: 0 20px;        
  flex-wrap: wrap;
  box-sizing: border-box;
}

.startbox {
	position: relative;
	width: 320px;
	height: 800px;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.6);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.startbox:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(0,0,0,0.8);
}

/* Hintergrundbilder */
.startbox.einwohner {
	background-image: url(../../../../images/styles/velmoor/bild1.png);
}

.startbox.tourist {
	background-image: url(../../../../images/styles/velmoor/bild2.png);
}

.startbox.faedenzieher {
	background-image: url(../../../../images/styles/velmoor/bild3.png);
}

.startbox_overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px;
	background: linear-gradient(to top,rgba(0,0,0,0.85),rgba(0,0,0,0.2),transparent);
	color: #e5e5e5;
}

.startbox_overlay h2 {
	margin: 0;
	font-size: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: var(--font-base1);   
	color: rgb(213 170 67);
	text-shadow: 1px 1px 1px rgb(0 0 0);
}

.startbox_overlay span {
	display: block;
	font-size: 13px;
	margin-bottom: 12px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(213, 170, 67, 0.4);  
	text-transform: uppercase;
}

.startbox_overlay p {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 18px;  
	text-align: justify;
	padding:15px;
	height:350px;
	background: #0a0c0cd4;
    color: #ddd;
    text-shadow: 1px 1px 1px rgb(0 0 0);
    backdrop-filter: blur(4px);
}

.startbox_btn {
	display: inline-block;
	padding: 10px 18px;
	border: 1px solid rgba(255,255,255,0.4);
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: background 0.3s ease, border 0.3s ease;
}

.startbox_btn:hover {
	background: rgba(255,255,255,0.15);
	border-color: rgba(255,255,255,0.8);
}

/* Icon Menü */
.gast_icon_menu {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin: 10px auto 40px;   
  max-width: 1200px;    
  width: 100%;             
  padding: 0 20px;    
  flex-wrap: wrap;
  box-sizing: border-box;
}

.gast_icon_menu a {
	color: #cfcfcf;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-family: var(--font-base2); 
	letter-spacing:3px;
	transition: color 0.3s ease, transform 0.3s ease;
}

.gast_icon_menu i {
	display: block;
	font-size: 22px;
	margin-bottom: 6px;
}

.gast_icon_menu a:hover {
	color: #ffffff;
	transform: translateY(-3px);
}

/* GESAMT*/
#gast_ansicht{
  background: #0d0d0d url(../../../../images/styles/velmoor/hintergrundgast.png) center top / cover no-repeat fixed;
  min-height: 700px;
  margin: 10px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#gast_box1{
  float: none;    
  margin: 20px auto 0;     
  padding: 20px;
  max-width: 1200px;      
  width: 100%;
  box-sizing: border-box;
}
.gast_box2{
 margin: 0 auto;
  padding: 20px;
  line-height: 1.8;
  max-width: 1200px;    
  box-sizing: border-box;
}
p.links_gast{
	background: #0a0c0c78;
	color:#ddd;
	padding:30px;
	text-align: justify;
	line-height: 1.5;
	text-shadow: 1px 1px 1px rgb(0 0 0);
    backdrop-filter: blur(2px);
	font-size: 13px;
 }
p.links_gast::first-letter {
  float: left;
  font-size: 4em;
  line-height: 0.9;
  margin-right: 0.1em;  
  color: #d5aa43;
}
