:root {
/*images*/
	--hgbig: url(../../../images/nemo/bg_theme.png);
	--default_ava: url(../../../images/nemo/default_ava.png);
/*fonts*/
	--txtxxsmall: 9px;
	--txtxsmall: 10px;
	--txtsmall: 11px;
	--txtm: 12px;
	--txtl: 18px;
	--txtxl: 26px;
	--txtxxl: 40px;
	--txtxxxl: 80px;
    --megatxt: 120px;
	--akzenttext: 'penographregular';
	--fliesstext: 'ibm_plex_sansregular';
/*colors*/
	--tbl-main: #01070b;
	--tbl-main-tr: rgb(1,7,11, 0.8);
	--tbl-main-tr2: rgb(1,7,11, 0.5);
	--tbl-main-tr3: rgb(1,7,11, 0.1);
	--akzent-dkl: #010406;
	--akzent-hell: #0a1f38;
	--akzent-flash: #7c92aa;
	--akzent-flash2: #93b3cf;
    --akzent-red: #ab2b35;
    --akzent-green: #307159;
	--menschen:#e2a6b7;
	--edle:#e2d5a6;
	--sylvare:#b5e2a6;
	--nymphen:#a7a6e2;
	--warlocks: #ababab;
	--txtcol: var(--akzent-flash);
}

/*spezifikationen*/
textarea {
    font-size: var(--txtm);
    color: var(--txtcol);
	font-family: var(--fliesstext);
	background-color: var(--akzent-hell-tr);
}

input {
    font-size: var(--txtm);
    color: var(--txtcol);
	font-family: var(--fliesstext);
	background-color: var(--tbl-main);
	border: 1px solid var(--akzent-dkl);
}

body {
	box-sizing: border-box;
	color: var(--txtcol);
	margin: 0;
	font-family: var(--fliesstext);
}

b { color: var(--akzent-flash2); }

u {
	text-decoration: none;
	border-bottom: 2px solid var(--akzent-red);
}

.markierung {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  background-color: var(--akzent-dkl);
  margin: 3px 0;
  line-height: 1.4;
  letter-spacing: 1px;
}

.markItUpButton a:before {
    content: none !important;
}

li.markItUpButton::before {
    content: none !important;
}

.themebg {
    position: relative;
    background-image: var(--hgbig);
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
	box-shadow: 1px 1px 3px var(--akzent-hell); }

.forenheader {
	height: 20vh;
	align-self: center; }

.lexicon-entry a, .post_body a {
  position: relative;
  color: var(--akzent-flash, #ffcc00);
  text-decoration: none;
  transition: color 0.3s ease;
  padding-right: 1.2em; 
}

a {
  position: relative;
  color: var(--akzent-flash2);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 600;
}

.lexicon-entry a::after, .post_body a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: var(--akzent-flash);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

a:hover {
  color: var(--akzent-red);
}

.lexicon-entry a:hover::after, .post_body a:hover::after {
  transform: scaleX(1);
}

.lexicon-entry a::before, .post_body a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35d";
  position: absolute;
  right: 0;
  font-size: 0.75em;
  opacity: 0.6;
  pointer-events: none;
}

textarea {
    font-size: var(--txtm);
    color: var(--txtcol);
    font-family: var(--fliesstext);
    background-color: var(--tbl-main);
    border: 1px solid var(--akzent-hell);
}

h1, h2, h3, h4 {
  font-family: var(--akzenttext);
  color: var(--akzent-flash2);
  text-transform: lowercase;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 500;
}

h1 {
  font-size: var(--txtxxl);
  border-bottom: 1px solid var(--akzent-flash);
  padding-bottom: 5px;
  line-height: 0.7em;
}

h2 {
  font-size: var(--txtxl);
  text-decoration: underline;
  text-decoration-color: var(--akzent-red);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-style: solid;
}


h3 {
  color: var(--akzent-flash);
  font-size: var(--txtl);
  font-weight: 400;
}

h4 {
  font-size: var(--txtm);
  font-weight: 400;
  color: var(--akzent-flash);
}

mark {     color: var(--akzent-dkl);
	background: var(--akzent-red); }