.sub {
width:100%; 
box-sizing: 
border-box; 
text-align: center; 
background-color:#3e8a8a; 
color: #e8eded; 
padding:3px; 
font-size:10px; 
letter-spacing:2px; 
text-transform: uppercase; 
margin-top: 5px;
}

.main {
	width: 100%;
	color: #3e8a8a;
	box-sizing: border-box;
	text-align: center;
	border-bottom: #3e8a8a dashed 1px;
	font-family: 'Asimovian', sans-serif;
	font-size: 40px;
}

.maino {
	width: 100%;
	color: #3e8a8a;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Asimovian', sans-serif;
	font-size: 40px;
}

.punkt {
background-color:#3e8a8a; 
padding:0 4px; 
color:#e8eded; 
font-family: 'Saira Semi Condensed', sans-serif; 
font-size:13px; 
font-weight:bold; 
text-transform:uppercase; 
margin:10px 0 10px 0; 
display:inline-block;
}

/*Für Stecki */
.stpunkt {
background-color:#3e8a8a; 
padding:0 4px; 
color:#e8eded; 
font-family: 'Saira Semi Condensed', sans-serif; 
font-size:13px; 
font-weight:bold; 
text-transform:uppercase; 
margin:10px 0 0 0; 
display:inline-block;
}

.titel {
font-family: 'Asimovian'; 
font-size: 25px; 
color: #3e8a8a; 
font-weight: bold; 
text-transform: uppercase; 
border-bottom: 1px double #3e8a8a; 
text-align: center; 
padding-bottom: 4px;
}

.unti{
Width: 200px;
background:#3e8a8a; 
font-size: 10px; 
color:#e8eded; 
text-transform:uppercase; 
letter-spacing:2px; 
text-align:center; 
padding:2px 5px; 
margin:-8px auto 0 auto; 
display:block;
}

.box {
    border: 1px solid #3e8a8a;
    background: #405252;
    padding: 0;
    margin: auto;
    font-size: 12px;
    width: 90%;
    box-sizing: border-box;
}

.box-title {
    background: #4d6161;
    color: #e8eded;
    text-transform: uppercase;
    font-size: 12px;
	font-family: 'Asimovian', sans-serif;
    letter-spacing: 2px;
    padding: 3px 6px;
    text-align: center;
Border-bottom: 1px solid #384747;
}

.box-content {
    padding: 8px;
    color: #e8eded;
    font-size: 11px;
}

.links {
	text-align: justify;
  display: block;
  width: 95%;
  border-left: 5px solid #3e8a8a;
  padding: 5px;
  margin: auto;
}

.ruck {
    padding-left: 10px;
	margin-top: -10px;
}

.steckikopf{
	width:720px;  
	height: 150px ;
	background-color: #3e8a8a; 
	margin:auto;
} 
.steckikopftext{
	color: #e8eded; 
	font-family: 'Asimovian', sans-serif; 
	font-size:40px; 
	padding-top:50px; 
	text-align:center; 
	text-transform:uppercase; 
	line-height:35px;
} 
.steckikopfsub{
	font-family: 'Saira Semi Condensed', sans-serif; 
	font-size:11px; 
	font-style:italic; 
	text-align:center; 
	text-transform:lowercase; 
	color: #e8eded;
}

.steckiback{
	width: 692px; 
	background-color: #e8eded; 
	margin:auto;
	padding:14px;
	color: #141a1a;
}


/* --- HANDY --- */
#handy {
  width: 250px;
  height: 464px;
  background-image: url(../../../images/designcyan/phonebg.PNG);
  background-repeat: no-repeat;
}

.hfenster {
  width: 200px;
  height: 280px;        /* hier scrollt es */
  position: relative;
  top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}


/* --- SMS / CONTACT UI --- */
.phoner {
  width: 200px;
  max-height: 400px;
  overflow: auto;
}

.smsh {
  background-color: #ffffff; /* war #fffff */
  color: #040404;
  display: inline-block;
  padding: 8px;
  width: 100px;
  text-align: left;
  font-size: 15px;
	margin-top: 30px;
}

.kontakt {
  background-color: #ffffff; /* war #fffff */
  color: #040404;
  display: block;
  padding: 8px;
  width: 100px;
  text-align: left;
  font-size: 12px;
	margin-left: -65px;
}

.smsl {
  background-color: #dddddd;
  color: #040404;
  display: inline-block;
  width: 400px;
  height: 2px;
}

.buchst {
  background-color: #d2d2d2;
  color: #040404;
  display: inline-block;
  padding: 2px 10px;
  width: 150px;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
}

.charname {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
 color: #000;
}

.ptitel {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

.smsp {
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100%;
  background-color: #2c2d2c;
  display: inline-block;
  float: right;
  margin-right: 10px;
  color: #e7e7e7;
  font-size: 20px;
  line-height: 105%;
}

/* Nachricht */

.chatline{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin:10px 0;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color:#111;
}

/* Avatar links */
.chatline .avatar{
  width:80px;
  height:80px;
  border-radius:50%;
  object-fit:cover;
  flex:0 0 80px;
  border:2px solid #fff;
  box-shadow:0 2px 6px rgba(0,0,0,.25);
}

/* Container für Kopfzeile + Bubble */
.chatline .content{
  max-width:350px; /* an Forum anpassen */
}

/* Kopfzeile: Name links, Datum rechts */
.chatline .head{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  margin:2px 0 6px;
  color:#e8eded;
  font-size:13px;
  font-weight:700;
}

.chatline .head .name{
  font-weight:700;
  font-size:13px;
  color:#e8eded;
}

.chatline .head .date{
  font-size:11px;
  font-weight:normal;
  color:#b9c2c2;
  margin-left:10px;
  white-space:nowrap; /* Datum bleibt einzeilig */
}

/* Sprechblase */
.chatline .bubble{
  position:relative;
  background:#fff;
  border-radius:16px;
  padding:12px 14px;
  font-size:13px;
  line-height:1.45;
  box-shadow:0 3px 10px rgba(0,0,0,.25);
}

/* “Schwanz” links */
.chatline .bubble::before{
  content:"";
  position:absolute;
  left:-8px;
  top:14px;
  width:0;
  height:0;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-right:8px solid #fff;
}

.scrollbox {
  overflow: auto;
  padding: 6px 8px;
}

.spoilerbox {
  margin: 6px 0;
  border: 1px solid #444;
  border-radius: 4px;
}

.spoilercontent {
  padding: 8px;
  background: rgba(0,0,0,0.12);
}

.spoilerhead{
  cursor: pointer;
  padding: 6px 8px;
  background: rgba(0,0,0,0.25);
  user-select: none;
  font-weight: bold;

  display:flex;
  align-items:center;
  gap:8px;
}

.spoilerlabel{ flex:0 0 auto; }
.spoilertitle{ flex:1 1 auto; }
.spoilericon{ flex:0 0 auto; opacity:.7; }

.spoilerhead .spoilertitle:empty{ display:none; }

/* Items */

/* ===== MyCode Box passend zu .box ===== */

.itembox{
  border: 1px solid #3e8a8a;
  background: #405252;
  padding: 0;
  margin: 10px auto;
  font-size: 12px;
  width: 90%;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #e9f2f2;
}

/* Titelzeile */
.itembox .mc-title{
  background: #2f3e3e;
  color: #e9f2f2;
  font-weight: bold;
  font-size: 13px;
  padding: 8px 10px;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-bottom: 1px solid #3e8a8a;
	text-align: center;
}

/* Inhalt in 2 Spalten */
.itembox .mc-body{
  display: flex;
  gap: 10px;
  padding: 10px;
}

/* linke schmale Bildspalte */
.itembox .mc-left{
  width: 110px;
  flex: 0 0 110px;
}

.itembox .mc-left img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  border: 1px solid #3e8a8a;
  background: #2f3e3e;
}

/* rechte Textspalte (scrollt) */
.itembox .mc-right{
  flex: 1 1 auto;
  background: #344242;
  border: 1px solid #3e8a8a;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.45;
  color: #e9f2f2;

  max-height: 160px;   /* Scroll-Höhe */
  overflow-y: auto;
  overflow-x: hidden;
}

/* Text-Highlights */
.itembox .mc-right b,
.itembox .mc-right strong{
  color: #bfe8e8;
}

/* optionale Scrollbar (WebKit) */
.itembox .mc-right::-webkit-scrollbar{
  width: 6px;
}
.itembox .mc-right::-webkit-scrollbar-thumb{
  background: #3e8a8a;
  border-radius: 10px;
}
.itembox .mc-right::-webkit-scrollbar-track{
  background: #2f3e3e;
}

/* Trennlinie */
.mchr{
  width: 100%;
  height: 0;
  border-top: 1px dashed #3e8a8a;
  margin: 10px auto;
  box-sizing: border-box;
}