@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Ruluko&display=swap');

/*--------------------SCROLLBAR--------------------*/

::-webkit-scrollbar {
  height: 3px;
  width: 5px;
  background: #6ea5cd;
  border: 3px solid rgba(225, 225, 225, 0.0);
  -moz-background-clip: border;     /* Firefox 3.6 */
  -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
  background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
  -moz-background-clip: padding;    /* Firefox 3.6 */
  -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
  background-clip: padding-box;     /* Firefox 4, Safari 5, Opera 10, IE 9 */
  -moz-background-clip: content;    /* Firefox 3.6 */
  -webkit-background-clip: content; /* Safari 4? Chrome 6? */
  background-clip: content-box;     /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

::-webkit-scrollbar-thumb:vertical {
  background: #e2c55a;
}

/*--------------------BASICS--------------------*/

@import url('https://fonts.googleapis.com/css2?family=Ruluko&display=swap');

p {
  padding-top: 5px;
  padding-bottom: 5px;
}

s {
  color: #52a3d0 !important; /* Farbe des Textes erzwingen */
  position: relative;
}

s::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px; /* Dicke des Strichs */
  background-color: #bfa33b; /* Farbe des Strichs */
  pointer-events: none; /* Damit der Strich keine Klicks blockiert */
}

@font-face {
  font-family: 'Brownist';
  src: url('http://moonlight-castle.whispered-tales.de/css/Fonts/BrownistRegular.woff2') format('woff2'),
       url('http://moonlight-castle.whispered-tales.de/css/Fonts/BrownistRegular.woff') format('woff'),
       url('http://moonlight-castle.whispered-tales.de/css/Fonts/BrownistRegular.ttf') format('truetype');
}

body {
  font-family: "Ruluko", system-ui;
  font-size: 12px;
  background-color: #c7d3dd;
  background-repeat: repeat-x;
  color: #7e7e7e;
  background-image: url('bg.png');
  background-repeat: repeat;
}

* {
  margin: 0;
  padding: 0;
}

#container {
  width: 1200px;
  margin: 0 auto;
  background-color: #e9eef3;
  border: 10px solid rgba(255, 255, 255, 0.2);
}

#top {
  background-color: ;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 15px;
}

#header {
  height: 450px;
  border-bottom: 10px solid rgba(255, 255, 255, 0.2);
}

#content {
  background-color: ;
  margin-right: 250px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  height: auto;
  font-family: "Ruluko", system-ui;
}

#navigation {
  float: right;
  width: 250px;
  background-color: ;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
}

#footer {
  clear: both;
  background-color: #6ea5cd;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  height: 15px;
  text-align: center;
}

#footer a:link {
  color: #ffffff;
  text-decoration: none;
}
#footer a:visited {
  color: #ffffff;
  text-decoration: none;
}
#footer a:active {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  color: #727d96;
  text-decoration: none;
  text-shadow: 0px 0px 7px #ffffff, 0px 0px 7px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 7px #ffffff;
}

/*--------------------STYLES--------------------*/

#navigation a.nav:link,
#navigation a.nav:active,
#navigation a.nav:visited {
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  background: #6ea5cd;
  margin: 1px 2px;
  padding: 4px 7px;
  display: inline-block;
  height: 12px;
  line-height: 12px;
  font-family: "Ruluko", system-ui;
  letter-spacing: 1px;
  float: left;
  width: 40%;
  text-align: center;
  text-shadow: 1px 1px 0px #455373;
}

#navigation a.nav:hover {
  text-decoration: none;
  background: #d9c05e;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #b4a632;
}

#navigation a.nav2:link,
#navigation a.nav2:active,
#navigation a.nav2:visited {
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  background: #6ea5cd;
  margin: 1px 2px;
  padding: 4px 7px;
  display: inline-block;
  height: 12px;
  line-height: 12px;
  font-family: "Ruluko", system-ui;
  letter-spacing: 1px;
  float: left;
  width: 87.2%;
  text-align: center;
  text-shadow: 1px 1px 0px #455373;
}

#navigation a.nav2:hover {
  text-decoration: none;
  background: #d9c05e;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #b4a632;
}

#navigation h1 {
  font-family: 'Brownist';
  font-size: 30px;
  color: #52a3d0;
  text-align: center;
  font-weight: normal;
  line-height: 1px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  border-bottom: 4px solid rgba(255, 255, 255, 0.7);
  border-image: url('https://i.imgur.com/PVyygQd.png') 30 stretch; /* Bild-URL und Stretch-Option */
  margin-bottom: 5px;
}

#navigation h1::first-letter {
  color: #e2c55a;
  font-size: 45px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

h1 {
  font-family: 'Brownist';
  font-size: 30px;
  color: #52a3d0;
  text-align: center;
  font-weight: normal;
  line-height: 1px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  border-bottom: 4px solid rgba(255, 255, 255, 0.7);
  border-image: url('https://i.imgur.com/PVyygQd.png') 30 stretch; /* Bild-URL und Stretch-Option */
  margin-top: 15px;
  margin-bottom: 25px;
  font-style: italic;
}

h1::first-letter {
  color: #e2c55a;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-size: 45px;
  font-style: normal;
}

h2 {
  font-family: 'Brownist';
  color: #b0a330;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 15px;
  padding-bottom: 5px;
  text-align: right;
  font-weight: normal;
  line-height: 1px;
  padding-right: 5px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#navigation h2 {
  color: #b0a330;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 10px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: normal;
  line-height: 1px;
  padding-right: 5px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-shadow: 1px 1px 0 #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

h6 {
  color: #b0a330;
  font-size: 15px;
  background: #;
  margin: 1px 2px;
  padding: 2px 7px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  width: 88%;
  text-align: center;
  border-bottom: 2px solid #95b1ab;
}

blockquote {
  width: 550px;
  height: auto;
  background: url('https://i.imgur.com/PVyygQd.png');
  position: relative;
  outline: 4px solid rgba(255, 255, 255, 0.6);
  border: 1px solid #bdb235;
  margin: 20px;
  padding: 10px;
  color: #7e7e7e;
  text-shadow: -1px 0 #d9e2e8, 0 1px #d9e2e8, 1px 0 #d9e2e8, 0 -1px #d9e2e8;
}

a:link {
  color: #818181;
  text-decoration: none;
}
a:visited {
  color: #848484;
  text-decoration: none;
}
a:active {
  color: #6ea5cd;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 0px 7px #e2c65d, 0px 0px 7px #e2c65d, 0px 0px 5px #e2c65d, 0px 0px 5px #e2c65d, 0px 0px 5px #e2c65d, 0px 0px 7px #e2c65d;
}

b{
  color: #e2c55a;
  
  text-transform: capitalize;
  letter-spacing: 1.5px;
}

#footer b {
  color: #e2c55a;
  letter-spacing: 0.9px;
}

#fett {
  color: #e2c55a;
  text-shadow: 2px 2px 8px #ffffff, 0 -1px #ffffff, 1px 0 #ffffff, 0 1px #ffffff, -1px 0 #ffffff;
  font-weight: bold;
}

i, em {
  letter-spacing: 2px;
  color: #6ea5cd;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 3px;
}

s, strike {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

u {
  color: #818181;
  text-decoration: none;
  border-bottom: 1px dotted #e2c55a;
  text-decoration: none;
}

.box {
  padding: 5px;
  background-color: #9ee9eef3a7b5;
  border: 1px solid #6ea5cd;
  text-align: justify;
}

#s-m-t-tooltip {
  color: #ffffff;
  display: block;
  text-shadow: 1px 1px 0 #567799;
  font-family: "Ruluko", system-ui;
  font-size: 8px;
  letter-spacing: 1.5pt;
  line-height: 10px;
  margin: 10px 0px 0px 10px;
  padding: 3px 7px;
  text-align: center;
  min-width: 10px;
  max-width: 150px;
  text-transform: uppercase;
  z-index: 9;
  outline: 2px solid rgba(255, 255, 255, 0.6);
  border: 1px solid #e2c55a;
  background: #6ea5cd;
}

.button2 {
  display: inline-block;
  background-image: url('https://i.imgur.com/PVyygQd.png');
  position: relative;
  color: #e2c55a;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 11px;
  height: 15px;
  width: "90%";
  padding: 5px;
  margin: 2px;
  border-radius: 40px;
  border-bottom: 2px solid e2c55a;
  cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  text-shadow: 0 0 0.2em #fffff, 0 0 0.2em #fffff, 0 0 0.2em #fffff;
  -webkit-box-shadow: 1px 1px 8x 0px rgba(0, 0, 0, 0.3); /* WebKit */
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); /* Firefox */
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); /* Standard */
}

.button2:hover {
 background-image: url('https://i.imgur.com/PVyygQd.png');
  position: relative;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.4);
  letter-spacing: 2px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border-radius: 40px;
  border-bottom: 2px solid 6ea5cd;
  cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  -webkit-box-shadow: 1px 1px 8x 0px rgba(0, 0, 0, 0.3); /* WebKit */
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); /* Firefox */
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); /* Standard */
}

.button2 a {color: #ffffff;}
.button2 a:hover {color: #e2c55a;}

.linkstuff {
  padding: 4px;
  width: auto;
  outline: 4px solid rgba(255, 255, 255, 0.6);
  border: 1px solid #bbb15f;
  background: #a1aabe;
}
