body {
  padding: 0.5em;
  max-width: 1000px;
  margin: auto;
}

header {
  padding: 10px 0px;
  border-bottom: 1.5em solid #f5f5f5;
}

header img {
  max-height: 50px;
}

.bsb {
  max-height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

/* Metadaten */
.metadaten {
  margin: 20px;
}

.metadaten b, .metadatenLink {
  font-weight: 600;
}

.metadaten a {
  text-decoration: none;
}

.metadaten #katalog {
  display: block;
}

.metadaten .singleMetadataColumn {
  margin-bottom: 12px;
}

.metadaten .metadatenZeile {
  display: flex;
  flex-flow: wrap;
}

.metadaten .ersteSpalte {
  margin-right: .5em;
}

.metadaten .metadatenTopMargin {
  margin-top: 16px;
}

.btnColumn {
  min-width: 226px;
}

.card-text {
  margin-bottom: 5px;
}

.mybtn {
  display: block;
  margin: 10px 0;
  max-height: 38px;
}

main {
  display: none;
  margin: 20px;
}

.control {
  margin: 20px 0;
}

.btnNP {
  max-height: 58px;
}

.eingabe {
  font-size: 14px;
}

.zahl {
  width: 70px;
  margin-right: 5px;
  max-height: 38px;
  margin-top: auto;
  margin-bottom: auto;
}

.eingabe p {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
}

.mymargin {
  margin: auto;
}

.submit {
  font-size: 12px;
  width: 70px;
  height: 20px;
}

.haupt {
  max-height: 600px;
  margin: 15px auto;
  display: block;
}

.klein {
  max-height: 60px;
  margin-right: 5px;
  cursor: pointer;
}

.scroll {
  margin: 4px, 4px;
  padding: 4px;
  width: 100%;
  min-height: 0;
  height: 20%;
  overflow: auto;
  white-space: nowrap;
  scrollbar-color: #4285f4 #f5f5f5;
  scrollbar-width: 10px;
}

/* width */
.scroll::-webkit-scrollbar {
  height: 10px;
}

/* Track */
.scroll::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

/* Handle */
.scroll::-webkit-scrollbar-thumb {
  background: #4285f4;
  border-radius: 10px;
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 10px;
}

footer p {
  font-size: 14px;
}

footer {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.699);
  margin-top: 30px;
  padding-top: 10px;
  font-size: 14px;
}

footer a {
  margin: 0;
  text-decoration: underline;
}

button img {
  padding-bottom: 2px;
}

.download {
  display: none;
}

a img {
  padding-bottom: 4px;
}

.fso-label {
  margin: auto 2px auto 25px;
  font-size: 0.7rem;
  max-width: 110px;
}

.border {
  border: 5px solid #4286f48c !important;
  border-radius: 5px;
  max-height: 70px;
}

.logoGroß {
  max-height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  display: none !important;
}

.footerLink {
  padding: 0px 10px;
}

.footerText {
  text-align: center;
}

.hyphen {
  display: none;
}

.prov {
  margin-top: 15px;
}

.prov img {
 max-height: 50px;
 margin-left: 10px;
 text-align: center;
}

.prov p {
 margin: auto 0;
 font-size: 14px; 
}

.katFoto {
  margin: auto;
  padding: 0.375rem 0.5rem;
}

/* // Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {

  .footerLinks {
    display: flex;
  }

  footer a {
    margin: 0;
    justify-content: space-around;
  }

  .btnNP {
    padding: 6px 40px;
  }

  .card-body {
    display: flex;
  }

  .klein {
    max-height: 145px;
  }

  .border {
    border: 8px solid #4286f48c !important;
    max-height: 155px;
  }

  header img {
    max-height: 60px;
  }

  .bsb {
    max-height: 50px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .bsbklein {
    display: none;
  }

  .haupt {
    margin: 30px auto;
  }

  .logoGroß {
    max-height: 50px;
    margin-top: auto;
    margin-bottom: auto;
    display: block !important;
  }

  .logoKlein {
    display: none !important;
  }

  .prov {
    display: flex;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .btnNP {
    padding: 6px 60px;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .footerText {
    text-align: right;
  }
  
  .hyphen {
    display: block;
  }

  footer {
    line-height: 35px !important;
    display: flex;
    flex-wrap: wrap;
  }

  .btnNP {
    padding: 6px 60px;
  }
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
