@font-face {
  font-family: 'JetBrainsMono';
  src: url('fonts/JetBrainsMono-Regular.woff2') format('woff2'),
       url('fonts/JetBrainsMono-Regular.ttf')  format('truetype'),
       url('fonts/JetBrainsMono-Italic.woff2') format('woff2'),
       url('fonts/JetBrainsMono-Italic.ttf')  format('truetype'),
       url('fonts/JetBrainsMono-Bold.woff2') format('woff2'),
       url('fonts/JetBrainsMono-Bold.ttf')  format('truetype');
}

/*
Theme Name: Digital Media
Theme URI: http://digitalemedien-bremen.de/
Author: the WordPress team
Author URI: http://digitalemedien-bremen.de/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: private, white, black
Text Domain: digitalemedien-bremen
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	font-size: 16px;
	line-height: 24px;
	font-family: 'JetBrainsMono', monospace;
	vertical-align: baseline;
	text-align: left;
}

body {
	line-height: 1.2;
	background-color: #FFF;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    a:visited {
        color: #0000FF;
        background-color: #FF0000;
    }
}

table a {
    color: #FFF !important;
    background-color: #000 !important;
}

table a:visited {
    color: #FFF !important;
    background-color: #000 !important;
}

table a:hover {
    color: #000 !important;
    background-color: #000 !important;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #EEEEEE;
	text-decoration: none;
}
hr {
	color: #000;
	border: 0;
	padding 0;
	height: 1px;
	margin: 15px 0 15px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width:100%;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* --- */

a {
	font-weight: normal;
	border-bottom: none;
	color: #FFF;
	background-color: #000;
	border-bottom: 0px solid #000;
	text-decoration: underline dashed;
}

a:visited {
	color: #FFF;
	background-color: #000;
}

a:hover {
	color: #000;
	background-color: #000;
	text-decoration: none;
}

hr {
	border-top: 1px dashed #000;
}

blockquote {
	font-weight: normal;
	text-align: left;
	border: 1px dashed #000;
	padding: 15px 15px 0 15px;
	margin: 0 0 15px 0;
}

blockquote a {
	text-decoration: underline dashed;
	background-color: #000;
}

blockquote a:link {
	text-decoration: none;
}

blockquote a:visited {
	text-decoration: none;
}

blockquote a:hover {
	border-bottom: 0px solid #000;
}

h1, h2, h3, h4, h5 { 
	font-weight: 700; 
	font-style: normal;
	margin: 0 0 15px 0;
}

li, ul, ol {
	padding: 0;
	margin: 0;
}

ol {
	list-style-position:inside;
	list-style-type: decimal;
	padding: 0 0 15px 0;
	margin: 0;
}

ul {
	list-style-position:outside;
	list-style-type: disc;
	padding: 0 0 15px 0;
	margin: 0 0 0 15px;
}

li>ul {
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}

header {}

footer{
	padding: 15px 0 0 0;
}

.site-header {
	padding: 0 0 15px 0;
/* 	border-bottom: 1px dashed #000; */
}

#page {
  margin: 0;
  padding: 42px;
  max-width: 900px;
}

.entry-header {
	padding: 15px 15px 15px 15px;
	margin: 0 -15px 0 -15px;
/* 	background-color: hsl(100, 100%, 100%); */
}

h1.entry-title {
	margin: 0px;
}

.entry-content {
/* 	padding: 0px 15px 0px 15px; */
	margin: 0 -15px 0 -15px;
	padding: 0 15px 0 15px;
/* 	background-color: hsl(100, 100%, 100%); */
}

.entry-meta:before {
}

.entry-meta {
	padding: 15px 15px 15px 15px;
	margin: 0 -15px 0 -15px;
/* 	background-color: hsl(100, 100%, 100%); */
}

.site-info {
	display: none;
}

.assistive-text {
	display: none;
}

.menu-toggle {
	display: none;
}

.nav-menu {
	display: none;
}

.site-description:before {
	content: "---";
	padding-bottom: 15px;
	display: block;
}

h2.site-description {
	font-weight: normal;
	font-style: normal;
}

.widget {
	padding: 0 0 15px 0;
}

.leave-reply {
}

.entry-summary {
	padding: 0px 15px 0px 15px;
	background-color: hsl(100, 100%, 100%);
}

article {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #000;
	background-color: hsl(100, 100%, 100%);
}

article.comment {
	border-bottom: 0px;
}

article a {
	color: #000;
	background-color: #FFF;
}

article a:link {
	color: #000;
	background-color: #FFF;
}

article a:visited {
	color: #000;
	background-color: #FFF;
}

article a:hover {
	color: #FFF;
	background-color: #000;
}

article h1 a {
	color: #FFF;
	background-color: #000;
    text-decoration: none;
}

article h1 a:link {
	color: #FFF;
	background-color: #000;
    text-decoration: none;
}

article h1 a:visited {
	color: #FFF;
	background-color: #000;
    text-decoration: none;
}

article h1 a:hover {
	color: #000;
	background-color: #FFF;
}

.comments-area {
	padding: 15px;
	margin: 0 0 15px 0;
	background-color: hsl(100, 100%, 100%);
}

.comments-link {
	padding: 15px 0 15px 0;
}

.comment-author {
	padding: 15px 15px 0 15px;
}

.comment-content {
	margin: 15px 0 15px 0;
	padding: 15px;
	background: white;
}

.reply {
	padding: 0 15px 15px 15px;
}

td, th {
	border: 1px dashed #000;
	border-spacing: 15px;
	padding: 7.5px;
}

th {
	font-weight: bold;
}

div {
	padding: 0 0 15px 0;
}

.rssSummary {
	padding: 0 0 0 7px;
	display:inline-block;
}

ul.rssSummary {
	padding: 0 0 0 15px;
}

li.rssSummary {
	padding: 15px 0 0 0;
}

.widget-title {
	padding: 0;
}

.widget_rss {
	padding: 15px 15px 0px 15px;
	margin: 15px 0 15px 0;
	background-color: #EEEEEE;
}

.s2_form_widget{
	padding: 15px 15px 0px 15px;
	margin: 15px 0 15px 0;
	background-color: #EEEEEE;
}

.rsswidget img {
	display: none;
}

.widget-title a {
	background: none;
	color: #000;
	font-weight: bold;
}

code {
	background: none;
	border: 0px;
/* 	padding: 15px; */
}

pre {
	background: #FFF;
	border: 0px;
	padding: 15px;
	word-wrap: break-word;
}

.featured-post {
	background-color: yellow;
	padding: 0;
	margin: 0;
	color: transparent;
}

.post.sticky {
	background-color: yellow;
	padding: 0 15px;
	border-bottom: 0;
	margin: 0 -15px;
}

#email-subscribers-2 {
	padding: 15px 15px 0px 15px;
	background: #FF0000;
	color: #FFF;
}

#email-subscribers-2 h3 {
	font-weight: bold;
}

.prettyprint {}

.prettyprinted {
	background: #FFF;
	padding: 15px;
	border: 0px;
}

.site-title a {
	padding: 1px 3px 1px 3px;
	font-size: 32px;
	line-height: 38px;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}

.site-title-at {
	padding: 1px 3px 1px 3px;
	font-size: 22px;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    0% {
        opacity: 0;
    }
}
