@font-face {
    font-family: "Kalam";
    src:
            local("Kalam"),
            url("../webfonts/kalam-v8-latin-regular.woff2") format("woff2");
}

.claim {
    font-family: "Kalam", sans-serif;
    margin-top: 35px;
}

.flow > * + * {
  margin-top: 1.5rem;
}
th {
  min-width: 250px;
}
.kachel-titel {
  bottom: 60px;
}
.kachel-titel p {
  background-color: rgba(236, 236, 236, 0.8);
}
.kachel-button {
  bottom: 10px;
  right: 10px;
}
.active a {
  pointer-events: none;
}
.vertical-align {
  vertical-align: super;
}
.border-right {
  border-right: 2px solid #285f32 !important;
}
.border-left {
  border-left: 2px solid #285f32 !important;
}



.img-logo {
    width: 70%;
    margin-left: 20px;
}

 .img-fluid {
   width: 100%;
 }

 .h1 {
   color: #3f3f3f;
 }
 .h2 {
   color: #3f3f3f;
 }

 .vertical-align {
   color: #3f3f3f;
 }
hr {
    color: #285f32;
}

.headings {
    color: #3f3f3f;
}








@media only screen and (max-width: 575px) {
  .btn-div {
    text-align: center !important;
  }
  .btn-row {
    gap: 15px;
  }
  .claim {
      font-size: 1rem;
      justify-content:center;
      margin: 0;
      padding: 0;
  }
  .img-logo {
      margin-left: 35px;
  }
}


