.inplayscenes-formular_input-row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        margin: 5px 10px;
        gap: 5px;
        }

        .inplayscenes-formular_input-desc {
        width: 30%;
        }

        .inplayscenes-formular_input-input {
        width: 70%;
        }

        .inplayscenes-formular_button {
        text-align: center;
        margin: 5px 0;
        }

        .inplayscenes_memberprofile {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        background-color: #f5f5f5;
        }

        .inplayscenes_memberprofile-mainplays {
        width: 60%;
        padding: 10px;
        max-height: 450px;
        overflow: auto;
        }

        .inplayscenes_memberprofile-sideplays {
        width: 37%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 10px;
        gap: 10px;
        }

        .inplayscenes_memberprofile-scenes {
        margin-bottom: 5px;
        }

        .inplayscenes_overview-filter-table {
        display: flex;
        flex-wrap: wrap;
        gap: 0 5px;
        justify-content: space-around;
        margin: 10px;
        }

        .inplayscenes_overview-filter-row {
        width: 49%;
        }

        .inplayscenes_overview-filter-input {
        text-align: center;
        margin: 5px 0;
        }

        .inplayscenes_overview-button {
        text-align: center;
        margin: 10px 0;
        }

        .inplayscenes_overview-sort {
        text-align: center;
        margin: 10px 0;
        }

        .inplayscenes_overview-scene-table {
        display: flex;
        flex-direction: column;
        }

        .inplayscenes_overview-scene-row {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 10px;
        align-items: center;
        }

        .inplayscenes_overview-scene-column {
        flex: 1;
        }

        .inplayscenes_overview-scene-column:last-child {
        text-align: right;
        }

        .inplayscenes_overview-none {
        text-align: center;
        margin: 10px 0;
        }

        .inplayscenes-postbit {
        text-align:center; 
        margin-bottom: 10px;
        }

        .inplayscenes_postingreminder-desc {
        padding: 20px 40px;
        text-align: justify;
        line-height: 180%;
        }

        .inplayscenes_postingreminder-scene-table {
        display: flex;
        flex-direction: column;
        width: 100%;
        }

        .inplayscenes_postingreminder-scene-row {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 10px;
        align-items: center;
        }

        .inplayscenes_postingreminder-scene-column {
        flex: 1;
        padding: 0 10px;
        }

        .inplayscenes_postingreminder-none {
        text-align: center;
        margin: 10px 0;
        }

        .inplayscenes_showthread-bit {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        }

        .inplayscenes_showthread-bit:last-child {
        border-bottom: none;
        }

        .inplayscenes_showthread-label {
        width: 20%;
        font-weight: bold;
        }

        .inplayscenes_showthread-value {
        flex-grow: 1;
        }

        .inplayscenes_user-settings {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 0px;
        align-items: flex-start;
        justify-content: space-evenly;
        padding: 20px 0;
        text-align: center;
        }

        .inplayscenes_user-scene-sort {
        text-align: center;
        }

        .inplayscenes_user-character-scenes {
        width: 80%;
        margin: 20px auto;
        }

        .inplayscenes_user-button {
        width: 100%;
        text-align: center;
        }

        .inplayscenes_user-scene-header span {
        float: right;
        font-style: italic;
        }

        .inplayscenes_user-scene-table {
        border: 1px solid #ddd;
        }

        .inplayscenes_user-scene-row {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        align-items: center;
        }

        .inplayscenes_user-scene-row:last-child {
        border-bottom: none;
        }

        .inplayscenes_user-scene-col {
        width: 33%;
        padding: 5px;
        }

        .inplayscenes_user-scene-none {
        text-align: center;
        margin: 10px 0;
        }
        
        .inplayscene_next_none {
        color: #a91717;
        }

        .inplayscene_next_you {
        color: #127b12;
        }

/* =========================================================
   FORUMDISPLAY – INPLAY SZENENINFOS
   ========================================================= */

.thread-sceneinfo {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;

	column-gap: 22px;
	row-gap: 6px;

	margin-top: 7px;

	font-size: 9px;
	line-height: 1.5;

	color: #aaa19b;
}


/* einzelne Information */

.thread-sceneinfo-line {
	display: inline-flex;
	align-items: baseline;

	gap: 5px;

	min-width: 0;
}


/* Label */

.thread-sceneinfo-label {
	flex: 0 0 auto;

	font-size: 7px;
	letter-spacing: .8px;
	text-transform: uppercase;

	color: #817976;
}


/* Wert */

.thread-sceneinfo-value {
	color: #b7ada7;
}


/* Charaktere etwas hervorheben */

.thread-sceneinfo-characters {
	color: #d8b49b;
	font-weight: 600;
}

.thread-sceneinfo-characters a {
	color: #d8b49b !important;
	text-decoration: none !important;
}

.thread-sceneinfo-characters a:hover {
	color: #c98a68 !important;
}

/* =========================================================
   FORUMDISPLAY – ÜBERSCHRIFT
   ========================================================= */

.forumdisplay-heading-cell {
	padding: 0 !important;

	background: transparent !important;

	border: 0 !important;
}


/* gesamter Kopf */

.forumdisplay-heading {
	position: relative;

	width: 100%;

	padding: 18px 20px 14px;

	background: transparent;

	box-sizing: border-box;
}


/* =========================
   FORUMNAME
   ========================= */

.forumdisplay-heading-title {
	font-family: Georgia, "Times New Roman", serif;

	font-size: 27px;
	font-weight: normal;
	font-style: italic;

	line-height: 1.2;

	text-align: center;

	color: #d8b49b;
}


/* =========================
   DEKOLINIE
   ========================= */

.forumdisplay-heading-line {
	display: flex;
	align-items: center;
	justify-content: center;

	gap: 8px;

	width: 100%;

	margin: 9px auto 10px;
}

.forumdisplay-heading-line span {
	display: block;

	width: 38%;
	height: 1px;

	background: rgba(154,129,105,.42);
}

.forumdisplay-heading-line i {
	display: block;

	width: 6px;
	height: 6px;

	background: #c77854;

	transform: rotate(45deg);

	box-shadow: 0 0 0 3px #282529;
}


/* =========================
   AKTIONEN
   ========================= */

.forumdisplay-heading-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	gap: 6px 12px;

	min-height: 16px;

	font-size: 8px;
	letter-spacing: .8px;
	text-transform: uppercase;

	color: #817976;
}

.forumdisplay-heading-actions a {
	color: #9f8d80 !important;

	text-decoration: none !important;

	transition: color .18s ease;
}

.forumdisplay-heading-actions a:hover {
	color: #c98a68 !important;
}


/* Plugin-/MyBB-Trenner etwas beruhigen */

.forumdisplay-heading-actions strong,
.forumdisplay-heading-actions span {
	font-weight: normal;
}


/* =========================================================
   THREADLISTEN-KOPF DIREKT DARUNTER
   ========================================================= */

.threadlist-table > tbody > tr:nth-child(2) > td.tcat {
	background: #292627 !important;

	border-top: 1px solid rgba(154,129,105,.20) !important;
	border-bottom: 1px solid rgba(154,129,105,.16) !important;

	color: #817976;

	font-size: 8px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.threadlist-table > tbody > tr:nth-child(2) > td.tcat a {
	color: #9f8d80 !important;

	text-decoration: none;
}

.threadlist-table > tbody > tr:nth-child(2) > td.tcat a:hover {
	color: #c98a68 !important;
}