#blog.main.fullscreen.dark .card-container {
	color: rgb(58, 59, 60);
	display: block;
	font-family: monospace;
	font-size: 18px;
	line-height: 20.7px;
	margin-left: auto;
	margin-right: auto;
	max-width: 752px;
	text-size-adjust: 100%;
}
#blog {
background: url(https://matthias-kainer.de/css/images/overlay.png),url(https://matthias-kainer.de/images/intro.jpg);
background-size: 256px 256px,cover;
background-attachment: fixed,fixed;
background-position: top left,center center;
}
.card-container {
    max-width: 47rem
}

cite {
    font-family: monospace;
    text-align: right;
    font-style: italic;
    font-size: 1em;
}
.card {
    display: block;
    margin: 2.2rem 0;
    box-sizing: border-box;
    background-color: white;
    text-decoration: none;
    border-radius: .3rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: transform .2s cubic-bezier(0.25,0.8,0.25,1),box-shadow .2s cubic-bezier(0.25,0.8,0.25,1);
    box-shadow: 0 .5rem 1rem 0 rgba(0,0,0,0.19),0 .3rem .3rem -0.1rem rgba(0,0,0,0.23)
}

.home-card {
    padding: .8em;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: white;
    background-position: center center;
    object-fit: cover
}

.blog-card {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.card-img-container {
    position: relative
}

.card-img {
    border-radius: .3rem .3rem 0 0;
    margin: 0 0 -0.28em 0;
	max-height: 10em;
	width: 100%;
    object-fit: cover
}

.card-img-overlay {
    border-radius: .3rem .3rem 0 0;
    position: absolute;
    top: 0;
    font-size: 1.27em;
    text-align: center;
    padding: 1.18em 0 .5em 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    color: white;
    background-color: rgba(0,0,0,0.4);
    z-index: 5
}

.card-body {
    padding: 1em
}

.card-title {
    margin: 0;
    line-height: 1.2
}

.card-text {
    margin: 1em 0;
    line-height: 1.5
}

.card-subtext {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: .8em
}

.card-subtext>p {
    margin: 0
}

.card-subtext>p+p {
    margin-left: 1em;
    padding-left: 1em;
    word-spacing: .5em;
    border-left: thin solid #7a7b7c
}
@media screen and (pointer: coarse) {
	.card-hover {
	   transform: scale(0.95);
	   box-shadow: 0 0.15rem 0.3rem 0 rgba(0, 0, 0, 0.16), 0 0.15rem 0.3rem -0.04rem rgba(0, 0, 0, 0.23);
	   }
   }
   @media not screen and (pointer: coarse) {
	   .card:hover {
		   transform: scale(0.97);
		   box-shadow: 0 0.15rem 0.3rem 0 rgba(0, 0, 0, 0.16), 0 0.15rem 0.3rem -0.04rem rgba(0, 0, 0, 0.23);
	   }
	   .card:active {
		   transform: scale(1);
	   }
   }
   /* Medium devices (tablets, ~641px and up) */
   @media only screen and (min-width: 752px) {
	   
.card.blog-card {
	align-items: stretch;
	background-color: rgb(255, 255, 255);
	border-bottom-left-radius: 3.2px;
	border-bottom-right-radius: 3.2px;
	border-top-left-radius: 3.2px;
	border-top-right-radius: 3.2px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 8px 16px 0px, rgba(0, 0, 0, 0.23) 0px 4.8px 4.8px -1.6px;
	box-sizing: border-box;
	color: rgb(58, 59, 60);
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font-family: monospace;
	font-size: 18px;
	line-height: 20.7px;
	margin-bottom: 35.2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 35.2px;
	text-decoration-color: rgb(58, 59, 60);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-size-adjust: 100%;
	transition-delay: 0s, 0s;
	transition-duration: 0.2s, 0.2s;
	transition-property: transform, box-shadow;
	transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1), cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.card-image-container {
	color: rgb(58, 59, 60);
	cursor: pointer;
	display: block;
	font-family: monospace;
	font-size: 18px;
	line-height: 20.7px;
	position: relative;
	text-size-adjust: 100%;
	width: 270px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.card-img {
	border-bottom-right-radius: 0px;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-left-radius: 3.2px;
	border-top-right-radius: 0px;
	border-top-style: none;
	color: rgb(58, 59, 60);
	cursor: pointer;
	display: block;
	font-family: monospace;
	font-size: 18px;
	height: 100%;
	line-height: 20.7px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	max-height: none;
	object-fit: cover;
	text-size-adjust: 100%;
	width: 270px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.card-body {
	color: rgb(58, 59, 60);
	cursor: pointer;
	display: block;
	font-family: monospace;
	font-size: 18px;
	line-height: 20.7px;
	padding-bottom: 27px;
	padding-left: 23.4px;
	padding-right: 23.4px;
	padding-top: 27px;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.card-title {
	clear: both;
	color: rgb(58, 59, 60);
	cursor: pointer;
	display: block;
	font-family: monospace;
	font-size: 22.86px;
	font-weight: 700;
	line-height: 27.432px;
	margin-block-end: 0px;
	margin-block-start: 0px;
	margin-bottom: 0px;
	margin-inline-end: 0px;
	margin-inline-start: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.card-text {
	color: rgb(58, 59, 60);
	cursor: pointer;
	display: block;
	font-family: monospace;
	font-size: 17.1px;
	line-height: 25.65px;
	margin-block-end: 20.52px;
	margin-block-start: 20.52px;
	margin-bottom: 20.52px;
	margin-inline-end: 0px;
	margin-inline-start: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20.52px;
	text-size-adjust: 100%;
	width: 435.219px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.card-subtext {
	color: rgb(122, 123, 124);
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font-family: monospace;
	font-size: 12.6px;
	height: 14px;
	justify-content: flex-start;
	line-height: 14.49px;
	text-size-adjust: 100%;
	width: 435.219px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.card-subtext>p {
    margin: 0;
}
.card-subtext>p+p {
    margin-left: 1em;
    padding-left: 1em;
    word-spacing: .5em;
    border-left: thin solid #7a7b7c;
}
.list-header {
    clear:both;
color:rgb(236, 237, 239);
display:block;
font-family:monospace;
font-size:75.6px;
font-weight:400;
line-height:86.94px;
margin-block-end:15.12px;
margin-block-start:7.56px;
margin-bottom:15.12px;
margin-inline-end:0px;
margin-inline-start:0px;
margin-left:0px;
margin-right:0px;
margin-top:7.56px;
text-align:center;
text-size-adjust:100%;
text-transform:uppercase;
}
   }
   
h2[id] {
    padding-top: 3em;
    margin-top: -1.5em;
}

sup, a.footnote-ref, .footnotes {
    display: inline-block;
    margin-top: -200px;
    padding-top: 200px;
}