@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Baloo+Tamma%7CLove+Ya+Like+A+Sister');*/

/*========================
  |  Tags überschreiben  |
  ------------------------*/
body,
div,
table,
p,
h1,
h2,
h3,
h4,
ul,
ol,
a {}

* {
  font-family: Verdana, Geneva, sans-serif;
  font-size: medium;
  line-height: 1.4
}

html {
  min-height: 100.1%;
  scroll-behavior: smooth;
}

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: white;
}

h1,
h2,
h3 {
  font-family: Arial, Verdana, cursive;
}

h1 {
  font-size: 2em;
  user-select: none;
}

h2 {
  font-size: 2.2em;
  user-select: none;
  text-shadow: 1px 1px 2px lightgray;
  color: #3c375d;
}

h3 {
  font-size: 1.5em;
  border: 1px black dotted;
  border-radius: 5px;
  background: #f2f4ff;
  padding: 10px;
  padding-left: 1em;
  padding-right: 1em;
  user-select: none;
}

img {
  user-select: none;
}


/*╔═══════════════╗
  ║  CSS Klassen  ║
  ╚═══════════════╝*/

.wegdamit {
  font-size: inherit;
}

.auflistung {
  list-style-image: url(pfeil.png);
}

.klein {
  font-size: small;
}

.hinweis {
  background-color: #000;
  font-size: small;
  color: #FFF;
  text-align: left;
  padding: 5px;
  padding-left: 25px;
}

/*╔══════════════╗
  ║  Hyperlinks  ║
  ╚══════════════╝*/

/* Lauftext Links, im Text integriert */
.inlink {
  color: #000;
  text-decoration: none;
  font-size: inherit;
  border-bottom: 1px dashed black;
}

.inlink:link.inlink:visited.inlink:focus {
  color: #000;
  text-decoration: none;
  font-size: inherit;
}

.inlink:hover {
  color: #00C;
  font-size: inherit;
  border-bottom: 1px solid black;
}

.inlink:active {
  color: #000;
  text-decoration: none;
  font-size: inherit;
}

/* Bild-Link Klasse */
.bildlink:link {
  border: none !important;
}

.bildlink:visited {
  border: none !important;
}

.bildlink:focus {
  border: none !important;
}

.bildlink:hover {
  border: none !important;
}

.bildlink:active {
  border: none !important;
}

/*LINKS IN DER class="in"*/
.in:link {}

.in:visited {}

.in:focus {}

.in:hover {}

.in:active {}

/* Links in Form eines Buttons */
.downlink,
.downlink:link,
.downlink:focus,
.downlink:active,
.downlink:visited {
  font-size: 1.1em;
  text-decoration: none;
  margin-right: 0.2em;
  background: #f5f5f5;
  color: black;
  padding: 0.4em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 5px;
  border: 1px solid gray;
  box-shadow: 2px 2px 1px 0px lightgray;
  display: inline-block;
  user-select: none;
}

.downlink:hover {
  background-color: #3c375d;
  color: white;
}

/*╔═══════════════════════════╗
    ║  Startseite Hauptstrukur  ║
    ╚═══════════════════════════╝*/

#container {
  width: 100%;
  background-color: white;
  overflow: auto;
}

#inhaltsDIV {
  width: 70%;
  margin: auto;
}

.volleZeile {
  padding-left: 5%;
  padding-right: 5%;
}

#linkerdiv {
  margin-left: 5%;
  width: 40%;
  padding-top: 3em;
}

#rechterdiv {
  float: right;
  width: 40%;
  margin-right: 5%;
  padding-top: 2em;
}

/*╔═══════════════════════════╗
  ║  Fusszeile                ║
  ╚═══════════════════════════╝*/
#copyright {
  width: 100%;
  text-align: center;
  font-size: 0.7em;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: linear-gradient(transparent, #CCC);
}