.imagefloatleft{
	float:left;
	object-fit:cover;
	width:150px;
	height:150px;
	margin: 10px 10px 0px 0px;
}

.imagefloatleft img{
	float:left;
	object-fit:cover;
	width:150px;
	height:150px;
}

.imagefloatleftar{
	float:left;
	object-fit:cover;
	width:150px;
	height:150px;
	margin: 15px 20px 10px 10px;
}

.imagefloatleftar img{
	float:left;
	object-fit:cover;
	width:150px;
	height:150px;
}

.imagefloatleftoz{
	float:left;
	margin:15px 20px 0px 0px;
}

.imagefloatleftoz img{
	float:left;
	}

.aussenrahmen{
	outline:1px solid var(--headings-side);
	outline-offset:10px;
}

.imageblackwhite{
	filter:grayscale(100%);
}

.innenrahmen{
	outline:1px solid var(--box-postcont);
	outline-offset:-5px;
}

.imagefloatright{
	float:right;
	object-fit:cover;
	width:150px;
	height:150px;
	margin: 10px 0px 0px 10px;
}

.imagefloatright img{
	float:right;
	object-fit:cover;
	width:150px;
	height:150px;
}

.imagefloatrightar {
	float:right;
	object-fit:cover;
	width:150px;
	height:150px;
	margin: 15px 10px 10px 20px;
}

.imagefloatrightar img{
	float:right;
	object-fit:cover;
	width:150px;
	height:150px;
}

.imagefloatrightoz{
	float:right;
	margin:15px 20px 0px 10px;
}

.imagefloatrightoz img{
	float:right;
	}

.hundredimage{
	width:100px;
	height:100px;
	object-fit:cover;
display: inline-block;
margin: 10px 10px 10px 10px;
	margin-right: 20px;
}

.hundredimage:last-child {
  margin-right: 0;
}

.hundredimage img{
	width:100px;
	height:100px;
	object-fit:cover;
}


.inthemood_trennbox {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto; 
}

.inthemood_trennstrich {
  flex-grow: 1;
  height: 1px;
  background-color: #2E2A26;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.inthemood_trennbox img {
  margin-left: 20px;
outline: none !important;
}

.winzquadrat{
  width: 50px;
  height: 50px;
  object-fit: cover;
  display: flex;
  gap: 5px;
}

.winzquadrat img{
	width:50px;
	height:50px;
	object-fit:cover;
}

.inthemood-npc {
  width: 100%;
}

.inthemood-npc-top {
  display: flex;
  width: 100%;
  height: 300px;
  align-items: center;
margin-bottom: 10px;
}

.inthemood-npc-top-left {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 340px;
  
  margin-right: 20px;
}

.inthemood-npc-title {
  
  
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
  
  height: 100px;
  width: 100%;
  
  background: url(https://i.imgur.com/5wRunnl.png);
  background-size: 80%;
  background-position: 100% 10%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  margin-bottom: 10px;

  flex-flow: column nowrap;
  justify-content: center;
}

.inthemood-npc-name {
  font-family: Eve of Ocean;
  font-size: 30px;
  letter-spacing: var(--lhead);
  line-height: 100%;
  flex: 0;
  z-index: 2;
  text-align: center;
  text-transform: lowercase;
  color: var(--headings-side);
}

.inthemood-npc-untertitel {
  font-size: 12px;
  font-family: var(--font-sub);
  text-align: center;
  flex: 0;
  opacity: 0.5;
  z-index: 1;
  font-style: italic;
  color: var(--headings-body);
  margin-top: 0px;
}

.inthemood-npc-text {
  background-color: var(--box-body2);
  flex: 1;
  width: 100%;
overflow-x: hidden;
  scrollbar-width: none;
}

.inthemood-npc-text1 {
font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 12px;
letter-spacing: 0%;
text-align: justify;
  
  color: var(--headings-body);
  
  margin: 5px 10px 5px 10px;
}

.inthemood-npc-bild {
  border: 1px solid var(--box-body2);
  height: 340px;
  width: 290px;
  
   display: flex;
  align-items: center;
  justify-content: center;
}

.inthemood-npc-bild img {
  height: 300px;
  width: 250px;
  object-fit: cover;
  outline: 1px solid var(--box-body2);
  outline-offset: 10px;
}

.inthemood-npc-bot {
  width: 100%;
}

.inthemood-npc-linebot {
  width: 95%;
  display: flex;
  align-items: center;
  align-content: center;
  margin: auto;
}

.inthemood-npc-linebot-1 {
  width: 50%;
  height: 1px;
    background-color: #6d6762;
}

.inthemood-npc-linebot-img img {
  margin-left: 20px;
  margin-right: 20px;
}

.inthemood-npc-linebot-2 {
  width: 50%;
  height: 1px;
    background-color: #6d6762;
}

.inthemood-npc-bot {
  width: 100%;
  border: 1px solid var(--box-body2);
}

.inthemood-npc-stichpunkte {
  width: 100%;
  font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0%;
text-align: justify;
color: var(--moodmaincolor);
}

.inthemood-npc-stichpunkte li {
  margin-right: 15px;
  margin-left: -5px;
}

.inthemood-npc-bot-stichpunkte {
  line-height: 3;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.inthemood-npc-bot-stichpunkte span {
  font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0%;
text-align: justify;
text-transform: uppercase;
  color: var(--headings-body);
  margin-right: 5px;
  
background-color: var(--box-body2);
  padding: 5px 20px 5px 20px;
}