/*@font-face 		{
  	font-family: "dafoe";    src: url("fonts/MrDafoe-Regular.ttf");
  	font-family: "oswald";   src: url("fonts/Oswald-VariableFont_wght.ttf");
  	font-family: "rajdhani"; src: url("fonts/Rajdhani-Regular.ttf");
}*/

.bg-primary {
  	background-color: 	#3b9ab4 !important;
}

.bg-dark {
  	background-color: 	#4d4d4d !important;
}

.bg-secondary {
  	background-color:  	#4d4d4d !important;
}

.btn-secondary {
	background-color:  	#4d4d4d !important;
  	border-color:		#4d4d4d !important;
}

.text-primary {
	color: 				#3b9ab4 !important;
}

/* --- Tabellen --- */
table {
	width: 100%;
}
tr {
	border-bottom: 1px solid LIGHTGRAY;
}
td, th {
	padding: 0.5em;
}

/* --- Pending --- */
.pending {
	background-color:	#3b9ab4;
	padding-left:		0.6em;
	padding-right: 		0.6em;
	padding-bottom:		0.34em;
	color:				#ffffff;
	font-size:			0.7em;
	top:				-27px;
	box-shadow:			0px 10px 10px rgba(0,0,0,0.1);
	margin-right:		1em;
}

/* --- Meta-Info --- */
.meta {
	font-size: 			0.7em;
	color:				#aaaaaa;
}

.form-check-input:checked {
  background-color: 	#4d4d4d;
  border-color: 		#4d4d4d;
}

em {
  	font-weight: 		lighter !important;
}

/* --- Textlink Inline --*/
.link-inline {
  	border: 			1px solid lightgray;
	padding-left: 		0.3em;
	padding-right: 		0.3em;
	border-radius: 		4px;
	background-color: 	#f7f7f7;
  	font-size: 			0.9em;
  	_box-shadow: 		0px 0px 15px rgba(0,0,0,0.1);
}
._link-inline::after {
  	content: 			'↗';
	margin-left: 		0.5em;
	top: 				-0.45em;
	font-size: 			0.6em;
	position: 			relative;
	border: 			1px solid #bbb;
	padding-left: 		0.2em;
	padding-right: 		0.2em;
	border-radius: 		3px;
	background-color: 	#fff;
	color: 				#999;
}

/* --- Textlinks --- */
.link {
	background-color:	rgba(235,235,235,0.2);
  	padding: 			1em;
	padding-right:      1.1em;
  	color: 				GRAY;
  	display: 			inline-block;
  	margin:				0.3em;
  	border-bottom:		2px solid #3b9ab4;
  	margin-bottom:		2em;
}
.link::before {
  content: 				'» ';
}
._link::after {
  	content: 			'↗';
	margin-left: 		0.5em;
	top: 				-0.75em;
	font-size:			smaller;
	position: 			relative;
}
/* --- Textlinks --- */

pre {
  	background-color: 	#f8f9fa !important;
	padding: 			1em !important;
	font-size:			0.8em;
	_font-weight:		bold;
	color:				#333333;
}

a {
  	text-decoration:	none;
  	color:				#3b9ab4;
}

blockquote {
	border-left:		10px solid #3b9ab4;
	padding-left:   	1em;
	font-weight: 		lighter;
}

.footnotes {
	margin-top: 		4em;
	margin-left:		2em;
	margin-right:		2em;
	font-weight:		lighter;
	font-size:			smaller;
}

article h2 {
	margin-top: 		1.1em;
	margin-bottom: 		1em;
}

article h3 {
	margin-top: 		1.1em;
	margin-bottom: 		1em;
}

/* --- Seitenmenü --- */
.sidebar {
	margin-left: 		0px;
  	padding-left: 		0px;
  	list-style-type: 	none;
}
.sidebar li {
	border-bottom:		1px dotted #cccccc;
}
/* --- Seitenmenü --- */

/* --- TOC --- */
.toc {
	margin-left: 		0px;
  	padding-left: 		15px;
  	list-style-type: 	square;
}
.toc li {
	border-bottom:		1px dotted #cccccc;
}
/* --- TOC --- */

/* --- Unterschrift unter Code Block --- */
pre + p em {
	display:            block;
    font-size:          0.7em !important;
    color:              GRAY;
    _margin-left:        10px;
	padding-left:		1em;
	margin-top:         -15px;
}
pre + p em::before {
	content: 			'└─▸ ';
	color:              GRAY;
}

/* --- Bilder mit dem Alt 'small' --- */
img[alt="small"] { 
  	max-width:  		25%; 
  	display:            block;
  	float: 				right;
	_border-right: 		2px solid #3b9ab4;
  	_margin-right: 		2.8em;
}
/* --- Bilder mit dem Alt 'small' --- */

/* --- Bilder passend zentrieren --- */
article img {
    display:            block; 
    margin:             auto;
    max-width:          98%;
    height:             auto;
    _background-color:   #4c5e70;
    _background-color:   CadetBlue;
    _border-radius:      5px;
    _box-shadow: 		0px 0px 5px #aaa;
}
/* Bildunterschriften unter dem Foto ohne Leerzeile mit Stern-Bildunterstrift-Stern markiert */
article img + em {
    display:            block;
    font-size:          0.7em !important;
    color:              var(--txt-light);
    margin-left:        15px;
}
article img + em::after {
	content: 			' ◂─┘';
	color:              GRAY;
}
/* --- Bilder passend zentrieren --- */
