.pr-6 {
	padding-right:1.5rem
}

.anchor svg {
	display:inline;
}

.dark .toc-wrapper {
	background-color: var(--tw-prose-pre-bg)!important;
	border-color: rgb(55 65 81/var(--tw-divide-opacity))!important;
}

.light .toc-wrapper {
	border-color: rgb(229 231 235/var(--tw-divide-opacity))!important;
}

.toc-wrapper a, .related-posts a {
	text-decoration: none;
}

.toc-link a {
	display:none;
}

.toc-link:hover a{
	display:inline-block;
}

.tags a {
	margin-right: .75rem;
}

.category a {
	margin-right: .1rem;	
}

.category {
	line-height:3.2rem;
}

.read-more {
	text-decoration:inherit;
}

.nav-top li {
	display:inline-block;
    margin-left: 1.5rem;
	font-weight: 500;
}

.nav-mobile li{
	outline-width: 0;
	outline-style: solid;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
}

.menu-mobile {
	display:none;
}

@media (max-width: 640px) {
	.nav-top {
		display:none;
	}
	.is-menu-open .menu-mobile {
		display:block!important;
	}
}

.search-form {
	display:none;
}

.is-search-open .search-form {
	display: flex;
}

.tags a:hover {
	color:rgb(190 24 93);
}


.dark .tags a:hover {
	color:rgb(244 114 182);
}

.thumbnail {
	position:relative;
	display:block;
}

.nav li > ul {
	display:none;
}

.footnotes {
	margin-top:0;
	border:none;
}

.footnotes ol {
	margin-bottom:0;
	padding-top: 1.5em;
}

.footnotes > hr {
	margin:0;
}

.thumb-icon { 
	background: rgba(0,0,0,0.7); 
	color: #fff; 
	text-align: center; 
	display: block; 
	width: 32px; 
	height: 32px; 
	position: absolute; 
	bottom: 50%; 
	left: 50%; 
	margin-left: -16px; 
	margin-bottom: -16px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	-moz-transition: all 0.7s ease; 
	-webkit-transition: all 0.7s ease; 
	transition: all 0.7s ease;
}

.thumb-icon svg {
  margin: 1px 0 0 2px;
}

.thumbnail:hover .thumb-icon { 
	background: #fff; 
	color: #333; 
}

a, div.prose a, div.text-base a, a.text-primary-500, .dark .text-primary-500 {
	color: #b20000 !important;
}

a:hover, div.prose a:hover, div.text-base a:hover, a.text-primary-500:hover {
	color: #8e0000 !important;
}

.dark a:hover, .dark .text-primary-500:hover {
	color: #e60000 !important;
}

.btn-outline-red {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #b20000;
  color: #b20000;
  background-color: transparent;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}

.btn-outline-red:hover {
  background-color: #b20000;
  color: #ffffff;
}

a.nav-link[href$="/datenschutz"],
a.nav-link[href$="/impressum"] {
    display: none !important;
}


#klaro-cookie-notice, #klaro-cookie-notice .cn-body {
    background-color: #ddd !important;
}

p#id-cookie-notice {
    color: #000;
}

#klaro-cookie-notice .cn-learn-more {
    color: #b20000;
}

#klaro-cookie-notice .cm-btn-danger,
#cookieScreen .cm-btn-danger {
    border: 1px solid #b20000 !important;
    color: #b20000 !important;
    background-color: transparent !important;
}

#klaro-cookie-notice .cm-btn-success,
#cookieScreen .cm-btn-success {
    border: 1px solid #b20000 !important;
    color: #ffffff !important;
    background-color: #b20000 !important;
}

#cookieScreen .cm-modal {
    background-color: #ddd !important;
    color: #000000 !important;
}

#cookieScreen .cm-header .title,
#cookieScreen .cm-header button img,
#cookieScreen .cm-header p,
#cookieScreen .cm-body .cm-list-label .cm-list-title {
    color: #000000 !important;
}
