@charset "UTF-8";
/* CSS Document */
@import url("https://use.typekit.net/xcc4wrq.css");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap");
@font-face {
  font-family: "NanumGothic-Regular";
  src: url("../fonts/NanumGothic-Regular.ttf");
}
body {
  font-size: 100%;
  color: #000;
  background-color: hsla(39, 53%, 52%, 0.5);
  font-family: Arial, Helvetica, sans-serif;
}

#container {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  background-color: antiquewhite;
  overflow: hidden;
}

#kopf {
  padding-bottom: 10px;
  background-color: #660033;
  height: 40%;
  width: 100%;
  font-style: italic;
  font-size: 2.5em;
  font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
  font-variant: normal;
  color: #fff;
  text-align: left;
}

h1 {
  color: #494949;
  font-weight: bold;
  font-size: 1.7em;
}

#gruppe {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

#namen {
  vertical-align: bottom;
}

#navigation {
  width: 200px;
  float: left;
  padding-top: 40px;
}

#seite {
  color: red;
  width: 140px;
  padding: 0px 20px;
  float: right;
}

#inhalt {
  background-color: white;
  color: rgb(0, 0, 0);
  padding: 1rem 1rem 1rem 3rem;
  font-size: large;
  font-weight: 300;
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  min-height: 50em;
  bottom: 2em;
}
#inhalt h4 {
  color: #B3070A;
  margin-top: 1em;
}
#inhalt table {
  border-width: thin;
  border-style: solid;
  border-radius: 8px;
  background-color: #E8C6C7;
}
#inhalt li {
  font-weight: normal;
}
#inhalt a {
  font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, " sans-serif";
  font-weight: normal;
}

#inhalt_home {
  background-color: white;
  color: black;
  padding: 1rem 1rem 1rem 3rem;
  font-size: large;
  font-weight: 300;
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  min-height: 50em;
  bottom: 2em;
  width: 720px;
  float: left;
}

#spalte_rechts {
  margin-left: 730px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 3px;
}
#spalte_rechts h4 {
  font-family: "Times New Roman", "Hoefler Text", "Liberation Serif", Times, serif;
  font-style: italic;
  font-weight: bold;
  font-size: large;
}

h2 {
  color: #494949;
  font-family: "Titillium Web", sans-serif;
  font-style: italic;
  font-weight: bold;
}

p {
  margin-bottom: 20px;
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 300;
}

#fuss {
  position: fixed;
  background-color: #9b102f;
  padding: 0.4rem;
  width: 100%;
  bottom: 0.5rem;
  color: #fff;
  clear: both;
  height: 2rem;
  text-align: center;
}
#fuss a {
  color: #fff;
}

.navbar-brand {
  color: white;
  font-family: "permanent-marker";
  font-size: 1.2rem;
}

.navbar {
  background-color: #9b102f;
}

.navbar .navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.navbar-toggleable-md {
  padding-left: 25%;
}

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover {
  color: #FFFFFF;
  font-weight: bold;
}

.btn-outline-success {
  color: white;
  background-image: none;
  background-color: rgba(21, 18, 235, 0.5);
  border-color: #0A170A;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: bold;
}

.row .col-lg-3 img {
  border: thin solid #595959;
  -webkit-box-shadow: 3px 3px 3px #171717;
  box-shadow: 3px 3px 3px #171717;
}

.dropdown-menu {
  background-color: #9b102f;
}

.dropdown-item {
  color: #fff;
}

a {
  color: black;
}

.vorne {
  float: left;
}

.hinten {
  float: right;
}

/* Bildunterschriften und Schalter vor und zurück
**************************************************/
figure {
  display: inline-flex;
  position: relative;
  width: auto;
}

.bild {
  width: 100%;
}

.rechts {
  display: block;
  float: right;
  width: 60%;
}

.raster {
  width: 60%;
}

figcaption {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: small;
  text-align: center;
  color: white;
  margin: 0 auto 0.5rem auto;
  background: rgba(0, 0, 0, 0.3);
}

.schalter {
  width: 100vh;
  clear: both;
  position: fixed;
  bottom: 0.5rem;
  z-index: 5;
}

button {
  background-color: burlywood;
  border-radius: 10px;
}

.button-left {
  margin-left: 1rem;
}

.button-right {
  position: relative;
  float: right;
}

/*# sourceMappingURL=basis.css.map */
