@font-face {
  font-family: Roboto;
  src: url('fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Roboto;
  src: url('fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Roboto;
  src: url('fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Roboto;
  src: url('fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

h1 {
  font-family: Roboto;
  font-size: 3rem;
  letter-spacing: 1px;
}

main {
  color: #dbd0c4 !important;
}

.navbar {
background-color: #546872 !important;
}


.logo {
  width: 50%;
}

.bg-primary {
  background-color: #546872!important;
}

.rotate {
  animation: 22s linear infinite spin;
  display: block;
  margin: 70px auto 0
}


@keyframes spin {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.btn, .card{
  border-radius: 1.75rem !important;
}

.section-0 {
  height: 100vh;
  background-image: url(media/zeitung_scroll-over.png);
  background-attachment: fixed;
  background-size: cover;
}

.komd {
  width: 20%;
}

.cover3 {
  border-radius: 100rem !important;
}
.cover2 {
  border-radius: 100rem !important;
}
.cover1 {
  border-radius: 100rem !important;
}

.accordion-item, .accordion-header {
  background-color: #546872!important;
  color: #dbd0c4 !important;
}

.accordion-button {
  background-color: #3f484d !important;
  color: #dbd0c4 !important;
}

.btn {
  background-color: #383737 !important;
  border-color: #92735c !important;
}

.card {
  background-color: #3f484d !important;
  color: #dbd0c4;
}

footer {
  color: #dbd0c4;
}

.bi-arrow-up {
  color: #dbd0c4 !important;
}

body {
  background-color: #546872 !important;
}


/** Größere Monitore **/
@media only screen and (min-width: 570px) {
  #mobil {
    display: none;
  }
}

/** Kleinere Monitore **/
@media only screen and (max-width: 700px) {

  #desktop,
  #spinner,
  .box {
    display: none;
  }

  h1 {
    font-size: 2rem;
  }
}

@media (min-width: 576px) {
  #mobil{
    display:none;
  }
}

