@charset "UTF-8";

:root {
  --cassiopeia-font-family-body: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  --cassiopeia-font-weight-normal: 400;
  --cassiopeia-font-family-headings: "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive;
  --body-font-family: var(
    --cassiopeia-font-family-body,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
  );
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: rgb(37, 42, 34);
  --body-color-rgb: 37, 42, 34;
  --body-bg: rgb(243, 255, 202); /* BIT */
  --body-bg-rgb: 243, 255, 202;
  --heading-color: inherit;
  --cassiopeia-color-primary: #115514;
  --cassiopeia-color-link: #64aa22;
  --link-color: rgb(100, 170, 34);
  --link-color-rgb: 100, 170, 34;
  --cassiopeia-color-hover: #417740;
  --link-hover-color: rgb(65, 119, 64);
  --link-hover-color-rgb: 65, 119, 64;
}

body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  background-color: var(--body-bg);
  margin: 0;
}

h4,
h3,
h2,
h1 {
  font-family: var(
    --cassiopeia-font-family-headings,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
  );
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (width >= 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (width >= 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (width >= 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (width >= 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

ol,
ul {
  padding-left: 2rem;
  font-size: 1.2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 0.75em;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--link-color-rgb), var(--link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --link-color-rgb: var(--link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre {
  font-family: var(--font-monospace);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  display: block;
  overflow: auto;
}

img {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  color: var(--secondary-color);
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* ADDITIONAL */

.zentriert {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.width25,
.width50,
.width75,
.width100 {
  height: auto;
}
.width25 {
  width: 25%;
}
.width50 {
  width: 50%;
}
.width75 {
  width: 75%;
}
.width100 {
  width: 100%;
}

.farbe-lila {
  color: rgb(255, 0, 100) !important;
}

.farbe-weiss {
  color: rgb(255, 255, 255) !important;
}
.farbe-gelb {
  color: yellow;
}
.farbe-gruen {
  color: rgb(17, 85, 20);
}
.farbe-dunkelgruen {
  color: rgb(9, 50, 9);
}

.bg-lila{
  background-color: rgb(255, 0, 100) !important;
}

/* special links */

a[href*="youtube"],
a[href*=".pdf"],
a[href*=".PDF"],
a[href*=".doc"],
a[href*=".DOC"] {
  font-size: 1em;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
  color: rgb(9, 50, 9);
  padding: 4px 16px 6px 4px;
  margin: 4px;
  border: 1px solid var(--link-color);
  border-right: 0;
  border-radius: 10px 0 0 10px;
}

a[href*=".pdf" i]::before {
  color: red;
  content: " \1F4C4 PDF: "; /* content mit no-breakable-spaces */
}
a[href*=".doc" i]::before {
  color: red;
  content: " \1F4C4 Word: ";
}
a[href*="youtube" i]::before {
  color: red;
  content: " \1F3A6 Youtube-Video: ";
}

.font-xL,
.font-xxL,
.font-xxxL {
  font-weight: 300;
  /* line-height: 1.2; */
}
.font-xxxL {
  font-size: calc(1.3rem + 0.8vw);
}
.font-xxL {
  font-size: calc(1.2rem + 0.4vw);
}
.font-xL {
  font-size: calc(1rem + 0.2vw);
}

/* PADDINGS BORDERs .. */

.pad {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.pad_Vertikal {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

blockquote {
  /* font-variant: petite-caps; */
  margin: 0.5rem 0;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
blockquote > p {
  margin: 0.5rem 0;
}

.randOben {
  border-top: 1px solid;
}
.rand-Unten {
  border-bottom: 1px solid;
}
/* .rand-lila {border-color: rgb(255, 0, 100);} */

.gelb-auf-gruen {
  color: yellow;
  background-color: rgb(17, 85, 20);
}

ul.red-dot li::marker {
  color: red;
}

ul > ul {
  font-size: smaller;
}

/* float-end float-start */
.ziehe-nach-rechts {
  float: right;
}
.ziehe-nach-links {
  float: left;
}
.ziehen-beenden {
  display: inherit;
}
.ziehen-beenden::after {
  clear: both;
  content: "";
  display: block;
}

.ziehe-nicht {
  display: block;
}

.fett {
  font-weight: bold;
}
.kursiv {
  font-style: italic;
}


@media (width <= 768px) {
  .width25, .width50, .width75 {
    width: 100%;
  }
}
