@import "../lib/bootstrap/bootstrap.min.css";
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../fonts/open-sans-v34-latin-700italic.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: local(""), url("../fonts/open-sans-v34-latin-800italic.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-800italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  padding: 2em 0 0;
  background: #000;
  font-size: 17px;
  color: #ddd;
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a,
a:link,
a:active,
a:hover,
a:visited {
  text-decoration: none;
  color: #fc3;
}
body:not(.touch) a:hover,
body:not(.touch) a:link:hover,
body:not(.touch) a:active:hover,
body:not(.touch) a:hover:hover,
body:not(.touch) a:visited:hover {
  color: #fc3;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Open Sans", serif;
  font-weight: 800;
  font-style: italic;
  margin: 2em 0 1em;
}

h1,
.h1 {
  text-align: center;
  margin-top: 0;
  font-size: 2.441em;
}

h2,
.h2 {
  font-size: 1.953em;
}

h3,
.h3 {
  font-size: 1.563em;
}

h4,
.h4 {
  font-size: 1.25em;
  margin: 1em 0 0.5em;
}

h5,
.h5 {
  font-size: 1em;
  margin: 1em 0 0.5em;
}

.btn-primary {
  background: #fc3;
  color: #000 !important;
  border: none;
  border-radius: 2px;
  font-family: "Open Sans", serif;
  font-weight: 700;
  font-style: italic;
  transition: all 0.3s ease;
}
body:not(.touch) .btn-primary:hover {
  background: #fc3;
  box-shadow: 0 2px 20px #ffcc33, 0 0 5px black;
  color: #000;
}

a {
  color: #fc3;
}

.container {
  padding: 0 1.5em;
}

/* Custom container */
.container-narrow {
  margin: 0 auto;
  max-width: 700px;
}

.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  margin: 60px 0;
  text-align: center;
}

.jumbotron h1 {
  font-size: 72px;
  line-height: 1;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}

.marketing p + h4 {
  margin-top: 28px;
}

.navbar .nav > li > a:hover,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover {
  border-color: #fc6;
}

.navbar .navbar-inner {
  padding-left: 0;
}

label,
input,
button,
select,
textarea {
  font-size: 100%;
  line-height: 1.5em;
}

p {
  line-height: 1.5em;
}

h2 {
  margin: 0 0 1em;
}

.details {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.details li {
  list-style: none;
  padding: 15px 20px;
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.1em;
  line-height: 1.4em;
  color: #fff;
}
.details li:last-child {
  border: none;
}

label {
  margin: 0 0 1.5em;
}

.form-control {
  background: #111;
  border-color: #666;
  color: #fff;
}

.logo {
  display: block;
  margin: 0 0 3em;
}
.logo img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

footer {
  margin: 4em 0 0;
  padding: 2em;
  background: #111;
  text-align: center;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5em;
  justify-content: center;
}
footer ul li {
  padding: 0;
  margin: 0;
}
footer ul li a {
  text-transform: uppercase;
  text-decoration: none;
}

.box,
.login {
  margin: 3em auto;
  display: grid;
  padding: 2em;
  background: #111;
  border-radius: 0.5em;
}
.box .form-label,
.login .form-label {
  text-transform: uppercase;
  color: #666;
  font-size: 0.85em;
  letter-spacing: 0.1em;
}
.box h2,
.box h3,
.box h4,
.box h5,
.box pre,
.login h2,
.login h3,
.login h4,
.login h5,
.login pre {
  text-align: center;
}
.box h2:first-of-type,
.box h3:first-of-type,
.box h4:first-of-type,
.box h5:first-of-type,
.box pre:first-of-type,
.login h2:first-of-type,
.login h3:first-of-type,
.login h4:first-of-type,
.login h5:first-of-type,
.login pre:first-of-type {
  margin-top: 0;
}
.box,
.form {
  max-width: 30em;
}

.login {
  max-width: 20em;
}

.error {
  text-align: center;
  color: #fc3;
  font-size: 1.25em;
  margin: 2em 0;
}

.lead {
  font-size: 1.25em;
}

.btn-group-vertical {
  margin: 1em 0 2em;
}
.btn-group-vertical label {
  margin: 0;
}

.btn-check + .btn {
  border-color: #666;
  color: #fff;
}
body:not(.touch) .btn-check + .btn:hover {
  border-color: #fff;
  color: #fff;
}

.btn-check:checked + .btn {
  background-color: #fff;
  border-color: #fff;
  color: #000 !important;
}

.btn-check:checked + .btn.btn-good {
  background-color: #5c5;
  border-color: #5c5;
  color: #000 !important;
}

.btn-check:checked + .btn.btn-bad {
  background-color: #c55;
  border-color: #c55;
  color: #000 !important;
}

td.ja {
  background: #5c5;
  color: #333;
}

td.nein {
  background: #c55;
}

font {
  color: #000;
}/*# sourceMappingURL=site.css.map */