@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("../font/subset-Roboto-Regular.woff2") format("woff2"), url("../font/subset-Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-padding-top: 4rem;
}

* {
  box-sizing: border-box;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

a {
  color: blue;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body {
  min-width: 360px;
  background: #ddd;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #222;
  margin: 0;
}

.header {
  background: #222831;
  color: white;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .logo {
  padding: 2px 10px 2px 0;
}
.header .logo .logo img {
  width: 32px;
  height: 32px;
}
@media (min-width: 400px) {
  .header .logo .logo img {
    width: 50px;
    height: 50px;
  }
}
.header .logo .text .name {
  font-size: 24px;
}
.header .logo .text .slogan {
  display: none;
  font-size: 16px;
}
@media (min-width: 400px) {
  .header .logo .text .slogan {
    display: block;
  }
}
.header .repository {
  color: white;
  font-size: 16px;
}
.header .repository .reponame {
  display: none;
}
@media (min-width: 600px) {
  .header .repository .reponame {
    display: inline-block;
  }
}
.header .repository img {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.showcase {
  background-image: url("../img/city2100px.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: center;
  padding: 30px 0;
}
@media (min-width: 400px) {
  .showcase {
    padding: 90px 0;
  }
}
.showcase .demo {
  margin: auto;
  width: 350px;
}
@media (min-width: 400px) {
  .showcase .demo {
    width: calc(100% - 20px);
    max-width: 450px;
  }
}
.showcase .demo .front {
  width: 100%;
  height: 100%;
  padding: 1px;
  background: #F2F2F2;
  box-shadow: #ccc 0 0 0 1px, rgba(0, 0, 0, 0.4) 0 80px 50px -40px;
  border-radius: 3px;
}
.showcase .demo .card-header {
  background: #2598bb;
  border-radius: 3px 3px 0 0;
  color: white;
  padding: 10px;
}
@media (min-width: 400px) {
  .showcase .demo .card-header {
    padding: 20px;
  }
}
.showcase .demo .card-header h3 {
  font-weight: normal;
  margin: 0;
}
.showcase .demo form.address {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 5px;
}
@media (min-width: 400px) {
  .showcase .demo form.address {
    padding: 10px;
  }
}
.showcase .demo form.address .form-element {
  flex-grow: 1;
  padding: 5px;
}
@media (min-width: 400px) {
  .showcase .demo form.address .form-element {
    padding: 10px;
  }
}
.showcase .demo form.address .form-element label {
  display: block;
  margin-bottom: 5px;
}
.showcase .demo form.address .form-element.postcode {
  width: 32%;
}
.showcase .demo form.address .form-element.municipality {
  width: 68%;
}
.showcase .demo form.address .form-element.street {
  width: 65%;
}
.showcase .demo form.address .form-element.housenumber {
  width: 35%;
}
.showcase .demo form.address .form-element.text {
  width: 100%;
}
.showcase .demo form.address .form-element.buttons {
  text-align: right;
}
.showcase .demo form.address .text {
  padding: 10px;
}
.showcase .demo form.address .text p {
  font-size: 18px;
  margin: 10px 0 0 0;
}
.showcase .demo form.address input {
  width: 100%;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
  padding: 10px;
}
.showcase .demo form.address input:focus {
  border-color: #fff;
  outline: 1px solid #ccc;
}
.showcase .demo form.address .kartana .menu {
  border: none;
  outline: 1px solid #ccc;
  box-shadow: 0 3px 2px -1px rgba(0, 0, 0, 0.5);
}
.showcase .demo form.address .kartana .menu .option {
  background: #fefefe;
}
.showcase .demo form.address .kartana .menu .option.no-context-match .context, .showcase .demo form.address .kartana .menu .option.no-context-match.highlighted .context {
  color: #ccc;
}
.showcase .demo form.address .kartana .menu .option.no-context-match .context:before, .showcase .demo form.address .kartana .menu .option.no-context-match.highlighted .context:before {
  content: "⚡ ";
}
.showcase .demo form.address .kartana .menu .option:hover {
  background: #e0e0e0;
}
.showcase .demo form.address .kartana .menu .option.highlighted, .showcase .demo form.address .kartana .menu .option.highlighted * {
  background: #e50095;
  color: #fff;
}

.menu {
  background: #222831;
  padding: 6px;
  box-shadow: inset 0 20px 0 0 rgba(0, 0, 0, 0.08);
}
.menu .button {
  box-shadow: inset 0 15px 0 0 rgba(255, 255, 255, 0.08);
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  background: #00b017;
  padding: 12px 0 12px 0;
  width: 280px;
  margin: auto;
}

.content {
  max-width: 980px;
  padding: 20px;
  margin: auto;
}

.section {
  padding-bottom: 60px;
}
.section.about {
  background: #c2ece5;
  color: #084b3d;
}
.section.docu {
  background: #fcfcfc;
}
.section.docu ol {
  padding: 0;
  list-style: none;
}
.section.docu .table-wrapper {
  margin: 40px 0;
  overflow-x: auto;
}
.section.docu .table-wrapper table {
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  min-width: 400px;
}
.section.docu .table-wrapper table th {
  border-bottom: 1px solid #ddd;
}
.section.docu .table-wrapper table td, .section.docu .table-wrapper table th {
  padding: 10px;
}
.section.docu .table-wrapper table td:first-child, .section.docu .table-wrapper table th:first-child {
  min-width: 180px;
}
.section.docu .table-wrapper table tr:first-child {
  background: #fff;
}
.section.docu .table-wrapper table tr:nth-child(2n) {
  background: #fafafa;
}
.section.docu .table-wrapper.download td:first-child {
  min-width: 150px;
}
.section.docu .table-wrapper.download td:nth-child(2) {
  min-width: 150px;
}
.section.docu .table-wrapper.download td:nth-child(3) {
  min-width: 370px;
}
.section.docu .table-wrapper.css-classes td:first-child {
  min-width: 350px;
}
.section.docu .table-wrapper.css-classes td:nth-child(2) {
  min-width: 300px;
}
.section.docu .table-wrapper.css-classes i.indent {
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
}
.section.docu .table-wrapper.css-classes i.indent::before {
  color: #ccc;
  content: ">";
}
.section.agb {
  background: #ddecf5;
  color: #08344b;
}
.section.datenschutz {
  background: #ddecf5;
  color: #08344b;
}
.section.data {
  background: #F2F8FC;
  color: #08344b;
  padding-bottom: 50px;
}
.section.data ul {
  margin-top: 20px;
}
.section h1 {
  font-weight: normal;
  font-size: 28px;
  margin-top: 60px;
}
.section h2 {
  font-weight: normal;
  font-size: 24px;
  margin-top: 60px;
}
.section h3 {
  margin-bottom: 10px;
  margin-top: 60px;
}
.section h4 {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
.section i.download {
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: bottom;
  background: url("../img/download.png") no-repeat center;
  background-size: 16px 16px;
  margin-right: 5px;
}
.section .sources {
  list-style: none;
  margin-top: 60px;
  padding: 0;
}
.section .sources li {
  background: url("../img/db.png") no-repeat;
  background-size: 21px 21px;
  padding-left: 30px;
}
.section .features {
  list-style: none;
  margin-top: 60px;
  padding: 0;
}
.section .features li {
  background: url("../img/check.png") no-repeat;
  background-size: 21px 21px;
  padding-left: 30px;
}
.section code.inline {
  background: #fff;
  font-size: 18px;
  padding: 1px 2px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 2px 0;
}
.section figure#css-classes {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}
.section figure#css-classes img {
  display: block;
  margin: auto;
  width: 200px;
}
.section figure#css-classes figcaption {
  margin-top: 10px;
  text-align: center;
}
.section .stories {
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: -10px;
}
.section .stories .story {
  flex-grow: 1;
  width: 155px;
  padding: 20px;
  margin: 10px;
  border-radius: 5px;
  text-align: center;
  background: white;
  background: linear-gradient(135deg, #e50095 6%, white 6%);
  box-shadow: 0 12px 5px -5px rgba(0, 0, 0, 0.05);
}
.section .stories .story h4 {
  font-size: 16px;
}
.section .stories .story h4 .who {
  color: #222;
  font-size: 24px;
}

.main {
  background: #F8F8F8;
  min-height: 500px;
}

footer {
  margin: 0;
  min-width: 100%;
  background: #222831;
  color: #ccc;
}
footer a {
  color: #00b017;
}
footer .imprint {
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
}

/*# sourceMappingURL=website.css.map */
