.lawless_checkliste_box {
	padding: 35px;
	background: var(--background_schwarz);
	margin: 25px;
	font-size: 14px;
	text-align: justify;
}

.lawless_checked {
	padding: 6px;
	font-size: 13px;
	background: var(--weiss_transparent);
}

.lawless_unchecked {
	padding: 6px;
	font-size: 13px;
	background: var(--background_schwarz);
}

.lawless_header_guest {
	padding: 10px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.lawless_header_guest a:link, .lawless_header_guest a:visited, .lawless_header_guest a:hover, .lawless_header_guest a:active {
	color: var(--akzentfarbe);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
}

.lawless_titel {
	font-family: var(--akzentfont);
	font-size: 80px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 300px;
	transition: all 1s;
	width: 100%;
}

.lawless_untertitel {
	font-family: var(--normalfont);
	font-weight: 800;
	font-size: 15px;
	letter-spacing: 4px;
	margin-bottom: 200px;
}

.lawless_titel:hover {
	color: var(--akzentfarbe);
	transition: all 1s;
}

.lawless_untertitel::after {
	content: '';
	height: 1px;
	width: 200px;
	background: var(--akzentfarbe);
	display: -webkit-inline-box;
	margin-left: 70px;
	margin-top: -4px;
}

.lawless_header_outbox {
	border: 1px solid var(--borderfarbe);
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	background: var(--akzentbackground);
	background-attachment: fixed;
	background-position: center;
	margin-bottom: 100px;
}

.lawless_header_inbox {
	font-size: 13px;
	text-align: justify;
	color: var(--lesfarbe);
	margin: 5px;
	position: relative;
	z-index: 1;
	width: 286px;
	height: 274px;
	overflow: auto;
	padding-right: 4px;
	scrollbar-width: thin;
}

.lawless_header_inbox_news {
	font-size: 14px;
	text-align: justify;
	color: var(--lesfarbe);
	margin: 5px;
	position: relative;
	z-index: 1;
	width: 286px;
}

.lawless_header_inbox_news b {
	color: var(--akzentfarbe);
	font-family: var(--seriffont);
}

.lawless_header_inbox_team {
	display: flex;
	justify-content: space-evenly;
}

.lawless_header_teamicon {
	outline: 1px solid var(--borderfarbe);
	outline-offset: 10px;
	margin: 15px;
}

.lawless_header_teamicon_moons::after {
	content: "";
	width: 100px;
	height: 100px;
	background-color: rgba(240, 10, 10, 1);
	mix-blend-mode: multiply;
	transition: opacity 1s ease;
	opacity: 0;
	display: block;
	margin-top: -115px;
	margin-left: 15px;
}

.lawless_header_teamicon_moons:hover::after {
            opacity: 1;
        }


.lawless_header_teamicon_moo::after {
	content: "";
	width: 100px;
	height: 100px;
	background-color: rgba(240, 10, 10, 1);
	mix-blend-mode: multiply;
	transition: opacity 1s ease;
	opacity: 0;
	display: block;
	margin-top: -115px;
	margin-left: 15px;
}

.lawless_header_teamicon_moo:hover::after {
            opacity: 1;
        }

.lawless_header_dekogif {
	outline: 1px solid var(--borderfarbe);
	outline-offset: 10px;
	float: left;
	margin: 25px;
	margin-left: 12px;
}

.lawless_header_userbox {
	display: flex;
	width: 100%;
	margin: auto;
	gap: 20px;
	align-items: center;
	background: var(--background_schwarz);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	border-bottom: 1px solid var(--borderfarbe);
	padding: 4px;
}

.lawless_header_userinbox {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.lawless_avatar_index {
	width: 70px;
	height: 70px;
	border: 1px solid var(--borderfarbe);
}

.lawless_headerlink_welcome {
	font-family: var(--akzentfont);
	text-transform: uppercase;
	font-size: 30px;
}

.lawless_header_userinbox a:link, .lawless_header_userinbox a:visited, .lawless_header_userinbox a:hover, .lawless_header_userinbox a:active {
	color: var(--lesfarbe);
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.lawles_header_inbox_jahrundsetting {
	font-family: var(--akzentfont);
	color: #ffffff24;
	font-size: 95px;
	text-align: center;
	letter-spacing: -2px;
	padding: 9px;
	margin-top: 194px;
	margin-left: 430px;
	text-transform: uppercase;
	z-index: 0;
	position: absolute;
	width: 784px;
}

.lawless_header_inbox_allgemein {
	font-size: 14px;
	text-align: justify;
	color: var(--lesfarbe);
	margin: 5px;
	position: relative;
}

.lawless_header_linkbox a:link, .lawless_header_linkbox a:visited, .lawless_header_linkbox a:hover, .lawless_header_linkbox a:active {
	color: var(--allg_linkfarbe);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.lawless_header_linkbox {
	background: var(--background_schwarz);
	width: 1221px;
	margin: auto;
	padding: 10px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.lawless_header_linkbox_dekobild {
	width: 50px;
}