<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'deadmatter.info Source Sans Pro', sans-serif;
	text-align: left;
	background-color: #0d0d0d;
	margin: 0px 0px 0px 0px;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.2;
	color: #d9d9d9;
	text-shadow: 1px 1px 3px black;
	
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media screen and (max-width: 640px) {
	body {
		font-size: 16px;
		height:100%;
		min-height:100%;
	}
}

h1 {
	font-size: 37px;
	font-weight: 400;
}

h2 {
	font-size: 33px;
	font-weight: 400;
}

h3 {
	font-size: 29px;
	font-weight: 400;
}

h4 {
	font-size: 25px;
	font-weight: 400;
}

h4.article-tag-line {
	font-weight: 300;
}

h5 {
	font-size: 23px;
	font-weight: 400;
}

h5.light {
	font-weight: 300;	
}

@media screen and (max-width: 640px) {

	h1 {
		font-size: 23px;
	}

	h2 {
		font-size: 21px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 19px;
	}

	h5 {
		font-size: 18px;
	}

}

.pages_spacer {
	display: inline;
	outline: 0px solid yellow;
	padding: 0px 2px 0px 2px;
	margin: 0px 2px 0px 2px;
}

@media screen and (max-width: 640px) {
	.pages_spacer {
		display: inline;
		outline: 0px solid yellow;
		padding: 0px 6px 0px 6px;
		margin: 0px 2px 0px 2px;
	}
}

.text-red {
	color: #781f1f;
}

.text-green {
	color: #23781f;
}

.text-yellow {
	color: #786c1f;
}

.text-bright-green {
	color: #7ec87a;
}

.text-bright-yellow {
	color: #c4c86e;
}


a {
	color: #d9d9d9;
	text-decoration: underline;
	text-decoration-color: #781f1f;
	-webkit-transition: color 0.4s;
    transition: color 0.4s;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: color 0.4s;
    transition: color 0.4s;
}

i {
	font-style: italic;
}

q {
	quotes: "â€ž" "â€" "â€˜" "â€™";
	font-style: italic;
	font-weight: 300;
}

q:before {
    content: open-quote;
	font-size: 140%;
	color: #78431f;
	font-weight: 600;
}

q:after {
	content: close-quote;
	font-size: 140%;
	color: #78431f;
	font-weight: 600;
}

blockquote {
	border-left: 5px solid #78431f;
	padding: 2px 0px 2px 10px;
}

.blockquote-right {
	float: right;
	border-right: 5px solid #78431f;
}



a.quote-source {
	font-size: 17px;
	font-weight: 300;
}

b {
  font-weight: 600;
}

em {
  font-weight: 400;
}


.header-expand-link {
	text-decoration: none;
}


label {
	display: inline-block;
	width: 5em;
	font-family: 'deadmatter.info Source Sans Pro', sans-serif;
	-webkit-transition: border-color 0.5s, color 0.5s;
    transition: border-color 0.5s, color 0.5s;
	font-weight: 400;
}

input {
	font-family: 'deadmatter.info Source Sans Pro', sans-serif;
	-webkit-transition: border-color 0.5s, color 0.5s;
    transition: border-color 0.5s, color 0.5s;
	font-weight: 400;
}

select {
	font-family: 'deadmatter.info Source Sans Pro', sans-serif;
	-webkit-transition: border-color 0.5s, color 0.5s;
    transition: border-color 0.5s, color 0.5s;
	font-weight: 400;
}

textarea {
	font-family: 'deadmatter.info Source Sans Pro', sans-serif;
	-webkit-transition: border-color 0.5s, color 0.5s;
    transition: border-color 0.5s, color 0.5s;
}


#top-menu a {
    display: block;
    padding: 5px 25px 7px 25px;
    width: 4em;
    text-align: center;
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    border-top: 3px solid white;
    color: #aaa;
    text-decoration: none;
}

#top-menu a:hover {
    color: #000;
}

#top-menu li.active a {
    border-top: 3px solid #333;
    color: #333;
}



.underline-red {
	text-decoration: underline;
	text-decoration-color: #781f1f;
}


.anchor {
	position: relative;
	display: block;
	top: -200px;
	visibility: hidden;
}

.body-wrapper {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.page-wrapper {
	width: 998px;
	margin: 0px auto;
	outline: 0px solid DarkSeaGreen;
	opacity: 0;
	animation-name: fadeinboxx;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
	animation-delay: 0.2s;
	z-index: 99;
	position: relative;
	padding-top: 125px;
}

@media screen and (max-width: 640px) {
	.page-wrapper {
		width: 100%;
		margin: 0px auto;
		outline: 0px solid DarkSeaGreen;
		opacity: 0;
		animation-name: fadeinboxx;
		animation-fill-mode: forwards;
		animation-duration: 1.5s;
		animation-delay: 0.2s;
		z-index: 99;
		position: relative;
		padding-top: 85px;
	}
}


.article-video-left {
	float: left;
	margin: 10px 10px 10px 0px;
	border: 1px solid #999999;
	-webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
	box-shadow: 1px 1px 3px black;
	width: 420px;
	height: 236px;
}

.article-video-right {
	float: right;
	margin: 10px 0px 10px 10px;
	border: 1px solid #999999;
	-webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
	box-shadow: 1px 1px 3px black;
	width: 420px;
	height: 236px;
}

@media screen and (max-width: 640px) {

	.article-video-left,.article-video-right {
	float: none;
	display: block;
	width: calc(100% - 2px);
	/*width: 326px;*/
	height: 183px;
	margin: 10px auto 10px auto;
	}

}

.article-video-left:hover {
	border-color: #ffffff;
	box-shadow: 1px 1px 4px #781f1f;
	-webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.article-video-right:hover {
	border-color: #ffffff;
	box-shadow: 1px 1px 4px #781f1f;
	-webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.article-image-left {
	float: left;
	margin: 10px 10px 10px 0px;
}

.article-image-right {
	float: right;
	margin: 10px 0px 10px 10px;
}

.article-image-gallery {
	width: 234px;
	float: left;
	margin: 10px 10px 0px 0px;
}

.article-image-gallery-wrap {
	width: 234px;
	float: left;
	margin: 10px 0px 0px 0px;
}


@media screen and (max-width: 640px) {
	
	.article-image-left,.article-image-right,.article-image-gallery,.article-image-gallery-wrap {
		width: calc(100% - 2px);
		float: none;
		margin: 10px 0px 10px 0px;
	}

}

.article-contents-wrapper::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.article-contents-wrapper::-webkit-scrollbar-track {
	background-color: #d9d9d9;
}
.article-contents-wrapper::-webkit-scrollbar-thumb {
	background-color: #781f1f;
}


.article-contents-wrapper {

	scrollbar-color: #781f1f #d9d9d9;
	scrollbar-width: thin;

	width: 0px;
	height: auto;
	opacity: 0;

	animation-name: cookiewarn1;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
	animation-delay: 1s;

	border: 1px solid #8f8f8f;
	box-shadow: 1px 1px 4px #050505;
	background-color: rgba(0, 0, 0, 0.9);
	padding: 2px 4px 6px 6px;
	bottom: 20px;
	right: 20px;
	width: 250px;
	max-height: 360px;
	overflow-y: auto;
	
	outline: 0px solid green;
	
	position: fixed;
	z-index: 199;
}


@media screen and (max-width: 640px) {

	.article-contents-wrapper {

		animation-name: cookiewarn1_mobile;
		animation-fill-mode: forwards;
		animation-duration: 1.5s;
		animation-delay: 1s;

	}

}

.article-contents-content {
	margin-top: 4px;
}

.article-contents-listitem {
	margin-left: 3px;
	font-size: 19px;
}

.article-contents-active  {
    color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.article-contents {
	font-weight: 400;
}


.article-text-normal {
	font-size: 21px;
}


.article-fold {
	font-size: 25px;
	font-weight: 400;
}

.article-fold-content {
	padding: 5px 0px 5px 0px;
}


.article-table-overview-wrapper {
	outline: 0px solid red;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.article-table-overview-wrapper:after {
	outline: 0px solid red;
	content: "";
	padding: 0px 5px 0px 5px;
	width: 308px;
}

.article-table-overview-box {
	width: 318px;
	border: 0px solid #999;
	padding: 3px 0px 3px 0px;
	outline: 0px solid green;
}




.article-table-wrapper {
	outline: 0px solid red;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.article-table-box {
	outline: 0px solid orange;
	border: 1px solid #999;
	padding: 5px 5px 5px 5px;
	background-color: rgba(0, 0, 0, 0.69);
	box-shadow: 1px 1px 3px #050505;
	margin-bottom: 10px;
	flex-basis: 471px;
}

.article-table-box-former-occupations {
	outline: 0px solid orange;
	border: 1px solid #999;
	background-color: rgba(0, 0, 0, 0.69);
	box-shadow: 1px 1px 3px #050505;
	margin-bottom: 10px;
	flex-basis: 481px;
}

.article-table-box-former-occupations-header {
	border-bottom: 1px solid #999;
	padding: 5px 5px 5px 5px;
}

.article-table-box-former-occupations-content {
	padding: 5px 5px 5px 5px;
}

.article-table-box-former-occupations-boxes {
	display: flex;
	justify-content: space-between;
}

.article-table-box-former-occupations-box {
	flex-basis: calc(50% - 2.5px);
}




@media screen and (max-width: 640px) {
	.article-table-box,.article-table-box-article-table-box-former-occupations {
		flex-basis: calc(100% - 2px);
	}
	
}

.section-table-wrapper {
	outline: 0px solid red;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-table-box {
	outline: 0px solid orange;
	border: 1px solid #999;
	background-color: rgba(0, 0, 0, 0.69);
	box-shadow: 1px 1px 3px #050505;
	margin-bottom: 10px;
	flex-basis: 481px;
}




.article-table-33-left,.article-table-33-right {
	float: left;
	outline: 0px solid red;
	width: 306px;
	border: 1px solid #999;
	padding: 5px 5px 5px 5px;
	background-color: rgba(0, 0, 0, 0.69);
	box-shadow: 1px 1px 3px #050505;
}

.article-table-33-left {
	margin-right: 11px;
}

.article-table-icon {
	float: left;
	margin-right: 10px;
	border: 1px solid #999999;
}

.article-table-image {
	border: 1px solid #999999;
	width: 469px;
}


@media screen and (max-width: 640px) {
	.article-table-image {
		outline: 0px solid red;
		width: calc(100% - 2px);
	}
}

.article-table-image-noborder {
	width: 471px;
	
}

.article-table-icon-png {
	float: left;
	margin-right: 10px;
}

.article-table-details-left {
	float: left;
	width: 120px;
	padding: 0px 5px 0px 5px;
	background-color: rgba(120, 31, 31, 0.39);
	margin-right: 5px;
}

.article-table-details-right {
	float: left;
	padding: 0px 5px 0px 5px;
	width: 326px;
	background-color: rgba(17, 17, 17, 0.69);
}

@media screen and (max-width: 640px) {

	.article-table-details-left {
		width: calc(100% - 12px);
	}
	.article-table-details-right {
		width: calc(100% - 12px);
	}

}



.header-wrapper {
	
	width: 100%;
	background-color: rgba(0, 0, 0, 0.89);
	position: fixed;
	z-index: 100;
	box-shadow: 0px 1px 4px #050505;
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	outline: 0px solid red;
	
	top: 0px;
	
	/*
	opacity: 0;
	animation-name: headerfadein;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
	animation-delay: 0.2s;
	*/
}

.header {
	outline: 0px solid yellow;
	width: 998px;
	margin: 0px auto;
	text-align: left;
}

.header-menu {
	outline: 0px solid pink;
	/*float: left;*/
	width: 588px;
	margin-top: 40px;
	display: flex;
	align-items: baseline;
}

.header-menu-mobile {
	display: none;
}

.header-flex {
	display: flex;
}

.header-logo {
	outline: 0px solid indigo;
	width: 410px;
	height: 85px;
	float: left;
	background-image: url(https://deadmatter.info/images/headerlogo1.png);
}

.header-logo a {
	width: 410px;
	height: 85px;
	display: block;
}

.header-logo:hover {
	animation-name: headerlogofade;
	animation-fill-mode: forwards;
	animation-duration: 0s;
	animation-delay: 0s;	
}


@media screen and (max-width: 640px) {

	.header {
		width: 100%;
		padding: 5px 0px 5px 0px;
	}

	.header-menu {
		display: none;
	}
	
	.header-menu-mobile {
		display: block;
	}

	.header-logo {
		margin-left: auto;
		margin-right: 10px;
		margin-top: 2px;
		width: 217px;
		height: 45px;
		background-image: url(https://deadmatter.info/images/headerlogo1_mobile.png);
		outline: 0px solid red;
	}

	.header-logo a {
		width: 217px;
		height: 45px;
	}

	.header-logo:hover {
		animation-name: headerlogofade_mobile;
		animation-fill-mode: forwards;
		animation-duration: 0s;
		animation-delay: 0s;	
	}
	
}

.footer-wrapper {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.89);
	box-shadow: 0px -1px 4px #050505;
	border-top: 1px solid #8f8f8f;
	outline: 0px solid red;
	
	/*
	opacity: 0;
	
	animation-name: headerfadein;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
	animation-delay: 0.2s;
	*/
	
	position: relative;
	z-index: 1;
}

.footer {
	width: 998px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	outline: 0px solid yellow;
}

.footer-left, .footer-right {
	width: 498px;
	float: left;
	outline: 0px solid blue;
}

.footer-right {
	width: 250px;
	outline: 0px solid green;
}

.footer-notes {
	font-size: 16px;
}

.body-footer-spacer {
	clear: both;
	height: 120px;
}

@media screen and (max-width: 640px) {

	.footer {
		width: calc(100% - 20px);
		display: flex;
		outline: 0px solid red;
		justify-content: space-between;
		flex-direction: column;
		padding: 10px 10px 0px 10px;
	}

	.footer-left {
		width: auto;
		float: none;
		padding: 0px 5px 20px 5px;
	}

	.footer-right {
		width: auto;
		float: none;
		padding: 0px 5px 20px 5px;
	}

	.footer-notes {
		padding: 0px 5px 20px 5px;
	}

	.body-footer-spacer {
		clear: both;
		height: 80px;
	}

}


.sotw {

	width: 298px;
	margin: 5px 0px 2px 0px;

}


@media screen and (max-width: 640px) {

	.sotw {

		width: 100%;
		margin: 5px 0px 2px 0px;

	}

}

.side-wrapper-left {
	width: 638px;
	float: left;
	margin-right: 40px;
	outline: 0px solid red;

}

.side-wrapper-right {
	width: 320px;
	float: left;
	outline: 0px solid orange;

}


.side-content-left, .side-content-right {
	background-color: rgba(0, 0, 0, 0.89);
	border: 1px solid #8f8f8f;
	box-shadow: 1px 1px 4px #050505;
}

.side-content-inner {
	padding: 10px 10px 10px 10px;
}



.list-icon {
	position: relative;
	top: 2px;
}

.list-icon-article-contents {
	position: relative;
	top: 2px;
}

.info-icon {
	position: relative;
	top: 1px;
	margin-right: 4px;
}

.article-list-icon {
	position: relative;
	top: 1px;
	margin-right: 5px;
}



.column-left {
	width: 636px;
	margin-right: 40px;
	float: left;
}

.column-right {
	width: 322px;
	float: left;
	outline: 0px solid blue;
}


.content-wrapper {
	border: 1px solid #8f8f8f;
	box-shadow: 1px 1px 4px #050505;
	background-color: rgba(0, 0, 0, 0.89);
	padding: 5px 10px 5px 10px;
}

@media screen and (max-width: 640px) {
	.column-left {
		width: 100%;
		float: left;
	}

	.column-right {
		width: 100%;
		float: left;
		outline: 0px solid blue;
	}
	.content-wrapper {
		margin: 0px 5px 0px 5px;
	}
}

.content-wrapper::after {
	content: "";
	clear: both;
}


.mod-button {
	float: left;
	padding: 6px 12px 6px 10px;
	border: 1px solid #8f8f8f;
	border-bottom: 0px;
	background-color: rgba(0, 0, 0, 0.89);
	margin-bottom: 0px;
}

.mod-button:hover {
	text-decoration: underline;
	text-decoration-color: #781f1f;
	color: white;
}

.mod-page {
	text-decoration: none;
}
.mod-page-active {
	text-decoration: underline;
	text-decoration-color: #781f1f;
	color: white;
}

.mod-page-wrapper {
	opacity: 0;
	animation-name: fadeinmodpage;
	animation-fill-mode: forwards;
	animation-duration: 1s;
	animation-delay: 0.5s;
}

.mod-page-load {
	opacity: 1;
	animation-name: fadeoutload;
	animation-fill-mode: forwards;
	animation-duration: 0.5s;
	animation-delay: 0.4s;
	background-image: url(https://deadmatter.info/images/icons/spinner-64px.gif);
	height: 64px;
	width: 64px;
}

.content-br {
	clear: both;
	height: 0px;
}

.content-br-3 {
	clear: both;
	height: 3px;
}

.content-br-5 {
	clear: both;
	height: 5px;
}

.content-br-10 {
	clear: both;
	height: 10px;
}

.content-br-20 {
	clear: both;
	height: 20px;
}

.content-br-40 {
	clear: both;
	height: 40px;
}

.news-entry-wrapper {
	background-color: rgba(0, 0, 0, 0.89);
	border: 1px solid #8f8f8f;
	box-shadow: 1px 1px 4px #050505, inset 0px 0px 40px #262626;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
	.news-entry-wrapper {
		margin: 0px 5px 0px 5px;
	}
}

.news-entry-bar {
	background-color: rgba(0, 0, 0, 0.9);
	border-top: 1px solid #8f8f8f;
	padding: 10px 10px 5px 10px;
}

.section-entry-bar {
	background-color: rgba(0, 0, 0, 0.9);
	border-top: 1px solid #8f8f8f;
	padding: 10px 10px 5px 10px;
	height: 87px;
}


.gallery-image {
	margin: 5px 0px 5px 0px;
}


.generic-left-wrapper {
	width: 634px;
	float: left;
	border: 1px solid #8f8f8f;
	box-shadow: 1px 1px 4px #050505;
	background-color: rgba(0, 0, 0, 0.8);
}


.generic-left {
	padding: 5px 10px 5px 10px;
}



.url-share {
	
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	width: 600px;
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #8f8f8f;
	margin: auto;
	padding: 15px 10px 20px 10px;
	text-align: center;
	box-shadow: 1px 1px 4px #000000;
	height: 6em;

}

.comment-thanks, .comment-notice {
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	width: 500px;
	height: 3em;
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #8f8f8f;
	margin: auto;
	padding: 28px 10px 0px 10px;
	text-align: center;
	box-shadow: 1px 1px 4px #000000;
	
	animation-name: thankyoumessage;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
	animation-delay: 5s;

}

.comment-notice {
	height: 5em;
}

.comment-input-email {
	display: none;
}

.comment-input, .comment-input-textarea, .comment-input-button {
	float: left;
	border: 1px solid #8f8f8f;
	background-color: rgba(0, 0, 0, 0.89);
	color: #d9d9d9;
	font-size: 21px;
	width: 300px;
	padding: 3px 5px 3px 5px;
	max-width: 966px;
}

@media screen and (max-width: 640px) {

	.comment-input {
		width: calc(100% - 12px);
	}

	.comment-input-textarea {
		width: calc(100% - 12px);
		height: 150px;
		max-width: calc(100% - 12px);
	}

}

.comment-input:hover, .comment-input-textarea:hover, .comment-input-button:hover {
	border-color: #c2c2c2;
	color: white;
	
	background-color: rgba(5, 5, 5, 0.89);
	transition: background-color 0.2s;
}

.comment-input-textarea {
	width: 600px;
	font-weight: 400;
}

@media screen and (max-width: 640px) {

	.comment-input-textarea {
		width: 300px;
	}

}

.comment-input-button {
	width: 80px;
	font-weight: 400;
}

.comment-input-button:hover {
	cursor: hand;
	cursor: pointer;
}



.news-entry-info {
	font-size: 17px;
	color: #852222;
	font-weight: 600;
	padding: 10px 0px 0px 0px;
	outline: 0px solid coral;
}

@media screen and (max-width: 640px) {
	.news-entry-info {
		font-size: 15px;
	}
}

.news-entry-info-text {
	float: left;
	margin-right: 10px;
	color: #852222;
	font-weight: 400;
}

.news-entry-info-link {
	float: left;
	margin-right: 10px;
	color: #852222;
	font-weight: 400;
}

.news-entry-info-link:hover {
	color: #852222;
}

.news-entry-info-icon {
	float: left;
	margin-right: 5px;
	margin-top: 1px;
}

.article-info-icon {
	position: relative;
	right: 2px;
	top: 4px;
	width: 20px;
	height: 20px;
}

.article-info-share-icon {
	position: relative;
	top: 2px;
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 640px) {
	.article-info-share-icon {
		top: 0px;
	}
}

.article-info-text {
	color: #852222;
	font-weight: 400;
	margin-right: 10px;
}

.article-info-text:hover {
	color: #852222;
}


@media screen and (max-width: 640px) {
	.article-info-text {
		font-size: 15px;
	}
}

.news-wrapper {
	border: 1px solid #8f8f8f;
	box-shadow: 1px 1px 4px #050505;
}

@media screen and (max-width: 640px) {
	.news-wrapper {
		margin: 0px 5px 0px 5px;
	}

}

.news-header {
	outline: 0px solid orange;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.news-background {
	height: 220px;
}

.news-box {
	background-color: rgba(0, 0, 0, 0.9);
	border-top: 1px solid #8f8f8f;
}

.news-box-inner {
	padding: 5px 10px 5px 10px;	
}

.news-description {
	padding: 5px 0px 0px 0px;
}

.news-info {
	font-size: 18px;
	outline: 0px solid red;
	font-weight: 600;
}

@media screen and (max-width: 640px) {
	.news-info {
		font-size: 15px;
	}

}


.news-info-share {
	font-size: 18px;
	outline: 0px solid cyan;
}

@media screen and (max-width: 640px) {
	.news-info-share {
		margin-top: 15px;
	}

}


.news-info-icon-link  {
	text-decoration: none;
}

.news-content-wrapper {
	border-top: 1px solid #8f8f8f;
	background-color: rgba(0, 0, 0, 0.89);
	padding: 5px 10px 8px 10px;
	
}

.news-content {
	padding: 10px 10px 10px 10px;
}


.offsite {
	text-decoration: underline;
	text-decoration-color: OliveDrab;
}
.offsite:hover {
	text-decoration: none;
	
}



.generic-wrapper {
	border: 1px solid #8f8f8f;
	box-shadow: 1px 1px 4px #050505;
}

.generic-box {
	background-color: rgba(0, 0, 0, 0.89);
}

.generic-box-inner {
	padding: 5px 10px 5px 10px;	
}



.linkredu {
	text-decoration: underline;
	text-decoration-color: #781f1f;
}

.linkredu:hover {
	color: #ffffff;
	text-decoration: none;
}


.fade-red-div {
	background-color: rgba(120, 31, 31, 1);
	animation-name: fadereddiv;
	animation-fill-mode: forwards;
	animation-duration: 3s;
	animation-delay: 0.5s;
}

.ertzu:active {
	color: red;
	
}

@keyframes imagesin {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadereddiv {
    from { background-color: rgba(120, 31, 31, 1); }
    to { background-color: rgba(0, 0, 0, 0.89); }
}

@keyframes cookiewarn1 {
    from { right: 260px; opacity: 0; }
    to { right: 20px; opacity: 1; }
}

@keyframes cookiewarn1_mobile {
    from { right: 40px; opacity: 0; }
    to { right: 20px; opacity: 1; }
}

@keyframes headerfadein {
    from { opacity: 0; }
    to { opacity: 1; }
}


@keyframes cookiewarn_mobile {
    from { height: 0px; opacity: 0; }
    to { height: 120px; opacity: 1; }
}


@keyframes cookiewarn {
    from { height: 0px; opacity: 0; }
    to { height: 90px; opacity: 1; }
}

@keyframes cookiewarnclose {
    from { height: 100px; opacity: 1; }
    to { height: 0px; opacity: 0; visibility: hidden; }
}

@keyframes thankyoumessage {
    from { opacity: 1; }
    to { opacity: 0; visibility: hidden; }
}

@keyframes fadeinboxx {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeinmodpage {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeoutload {
    from { opacity: 1; }
    to { opacity: 0; visibility: hidden; height: 0px; }
}


@keyframes headerlogofade {
    from {
		background-image: url(https://deadmatter.info/images/headerlogo1.png);
	}
	
    to {
		background-image: url(https://deadmatter.info/images/headerlogo2.png);
	}
}

@keyframes headerlogofade_mobile {
	from {
		background-image: url(https://deadmatter.info/images/headerlogo1_mobile.png);
	}
	
	to {
		background-image: url(https://deadmatter.info/images/headerlogo2_mobile.png);
	}
}

.tooltip-content {
	display: none;
	position: absolute;
    background-color: rgba(0, 0, 0, 0.95);
	border: 1px solid #781f1f;
	font-size: 17px;
	padding: 2px 5px 2px 5px;
	z-index: 300;
	box-shadow: 1px 1px 4px #000;
	/*
	text-decoration: underline;
	text-decoration-color: #781f1f;
	*/
}

.cookie-warning-wrapper {
	border-top: 1px solid #8f8f8f;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.98);
	position: fixed;
	z-index: 101;
	opacity: 0;
	height: 0px;
	animation-name: cookiewarn;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
	animation-delay: 2s;
	
}

.cookie-warning-content {
	width: 998px;
	margin: 0px auto 0px auto;
}

.cookie-warning-left {
	padding: 10px 0px 0px 0px;
	float: left;
	outline: 0px solid yellow;
	width: 798px;
}

.cookie-warning-right {
	padding: 30px 0px 0px 0px;
	float: right;
}

@media screen and (max-width: 640px) {

	.cookie-warning-wrapper {
	animation-name: cookiewarn_mobile;
	}
	.cookie-warning-content {
		width: 100%;
		display: flex;
	}
	.cookie-warning-left {
		padding: 10px 5px 5px 5px;
	}
	.cookie-warning-right {
		padding: 30px 5px 5px 5px;
	}

}

.cookie-warning-linkold {
	background-color: rgba(0, 0, 0, 0.89);
	border: 1px solid #8f8f8f;
	padding: 2px 12px 6px 12px;
	font-size: 24px;
	font-weight: 600;
}






.youtubeframe {
	margin: 5px 0px 5px 0px;
	border: 1px solid #999999;
	box-shadow: 1px 1px 3px black;
	
	-webkit-transition: border-color 0.4s, box-shadow 0.4s;
	transition: border-color 0.4s, box-shadow 0.4s;
	
	width: 612px;
	height: 344px;
}

@media screen and (max-width: 640px) {
	.youtubeframe {
		width: calc(100% - 2px);
		height: 190px;
	}

}

.youtubeframe:hover {
	
	border-color: #ffffff;
	box-shadow: 1px 1px 4px #781f1f;
	
	-webkit-transition: border-color 0.4s, box-shadow 0.4s;
    transition: border-color 0.4s, box-shadow 0.4s;
}


.article-youtubeframe-left,  .article-youtubeframe-right {
	border: 1px solid #999999;
	box-shadow: 1px 1px 4px #1c1c1c;
	
	-webkit-transition: border-color 0.4s, box-shadow 0.4s;
    transition: border-color 0.4s, box-shadow 0.4s;
}

.article-youtubeframe-left:hover, .article-youtubeframe-right:hover {
	border-color: #ffffff;
	box-shadow: 1px 1px 4px #781f1f;
	
	-webkit-transition: border-color 0.4s, box-shadow 0.4s;
    transition: border-color 0.4s, box-shadow 0.4s;
}

.article-youtubeframe-left {
	float: left;
	margin: 10px 15px 10px 0px;
}

.article-youtubeframe-right {
	float: right;
	margin: 10px 0px 10px 15px;
}

.search-checkbox {
	outline: 0px solid red;
	width: auto;
	font-weight: 300;
}

.search-checkbox input {
	float: left;
	opacity: 0;
	width: 0px;
	height: 0px;
	display: none;
}

.search-checkbox label {
	outline: 0px solid red;
}


.search-checkbox span {
	outline: 0px solid red;
	float: left;
    width: 20px;
    height: 20px;
	background-image: url(https://deadmatter.info/images/icons/unchecked-checkbox-20.png);
	margin-top: 3px;
	margin-right: 5px;
}

.search-checkbox span:hover {
	background-image: url(https://deadmatter.info/images/icons/checked-checkbox-20.png);
	cursor: hand;
	cursor: pointer;
}

.search-checkbox input:checked + span {
	background-image: url(https://deadmatter.info/images/icons/checked-checkbox-20.png);
}

.search-wrapper {
	width: 998px;
	float: left;
	padding: 10px 0px 20px 0px;
	outline: 0px solid blue;
}


@media screen and (max-width: 640px) {
	.search-wrapper {
		width: 100%;
		padding: 10px 5px 20px 5px;
		border: 0px solid blue;
	}
}


.search-input {
	float: left;
	width: 400px;
	border: 1px solid #8f8f8f;
	background-color: black;
	color: #d9d9d9;
	font-size: 24px;
	padding: 5px 10px 5px 10px;
}

@media screen and (max-width: 640px) {
	.search-input {
		width: 50%;
		border: 1px solid #8f8f8f;
		background-color: black;
		color: #d9d9d9;
		font-size: 24px;
		padding: 5px 10px 5px 10px;
	}
}

.search-input:focus {
	border-color: #c2c2c2;
	color: white;
}
.search-input:hover {
	border-color: #c2c2c2;
	color: white;
}
	
.search-button {
	float: left;
	margin-left: 5px;
	border: 1px solid #8f8f8f;
	background-color: black;
	color: #d9d9d9;
	font-size: 24px;
	padding: 5px 10px 5px 10px;
	color: #d9d9d9;
	font-weight: 400;
}

@media screen and (max-width: 640px) {
	.search-button {
		margin-left: 5px;
		border: 1px solid #8f8f8f;
		background-color: black;
		color: #d9d9d9;
		font-size: 24px;
		padding: 5px 10px 5px 10px;
		color: #d9d9d9;
		font-weight: 400;
	}
}
	
.search-button:hover {
	border-color: #c2c2c2;
	color: white;
	cursor: hand;
	cursor: pointer;
}

.search-x {
	float: left;
	margin-left: 20px;
	padding-top: 5px;
}

.search-result-image {
	float: left;
	margin: 5px 10px 5px 0px;
	width: 60px;
	height: 60px;
}



.image-upload-input, .image-upload-file, .image-upload-button {
	float: left;
	border: 1px solid #8f8f8f;
	background-color: rgba(0, 0, 0, 0.89);
	color: #d9d9d9;
	font-size: 21px;
	width: 288px;
	padding: 3px 5px 3px 5px;
}

.image-upload-input:hover, .image-upload-file:hover, .image-upload-button:hover {
	border-color: #c2c2c2;
	color: white;
}

.image-upload-file {
	width: 150px;
	padding: 3px 5px 4px 5px;
}

.image-upload-file:hover, .image-upload-button:hover {
	cursor: hand;
	cursor: pointer;
}

.image-upload-input-textarea {
	float: left;
	border: 1px solid #8f8f8f;
	background-color: rgba(0, 0, 0, 0.89);
	color: #d9d9d9;
	font-size: 21px;
	width: 288px;
	padding: 3px 5px 3px 5px;	
}

.image-upload-button {
	width: 85px;
	font-weight: 400;
}










.video-upload-input, .video-upload-file, .video-upload-button {
	float: left;
	border: 1px solid #8f8f8f;
	background-color: rgba(0, 0, 0, 0.89);
	color: #d9d9d9;
	font-size: 21px;
	width: 288px;
	padding: 3px 5px 3px 5px;
}

.video-upload-input:hover, .video-upload-file:hover, .video-upload-button:hover {
	border-color: #c2c2c2;
	color: white;
}

.video-upload-file {
	width: 150px;
	padding: 3px 5px 3px 5px;
}

.video-upload-file:hover, .video-upload-button:hover {
	cursor: hand;
	cursor: pointer;
}

.video-upload-input-textarea {
	float: left;
	border: 1px solid #8f8f8f;
	background-color: rgba(0, 0, 0, 0.89);
	color: #d9d9d9;
	font-size: 21px;
	width: 288px;
	padding: 3px 5px 3px 5px;
	
}


.video-upload-button {
	width: 85px;
	font-weight: 400;
}
















.side {
	cursor: hand;
	cursor: pointer;
}




/* BACKEND */
.share-link-input {
	width: 550px;
	padding: 10px 10px 10px 10px;
	font-size: 20px;
	background-color: #050505;
	border: 1px solid #8f8f8f;
	color: #d9d9d9;
	text-decoration: underline;
	text-decoration-color: #781f1f;
}

.share-link-input:hover {
	background-color: #050505;
}

#map {
	width: 100%;
	height: 600px;
}

@media screen and (max-width: 640px) {

	#map {
		width: 100%;
		height: 440px;
	}

}











.map-menux {
	
}</pre></body></html>