body {
  background-color: #ffffff;
  font-family: helvetica, sans-serif;
  font-size: 24px;
  color: #070605;
  height: 100vh;
  width: 100vw;
  background-color: #e3eff1;

 
}

.container-md {
  height: 80vh;
  margin: auto;
  display: flex;
  width: 100%;
  justify-content: center;
}

.row {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn:hover{
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .row {
    margin-top: 2vh;
  }
}

.img {
  height: 7vh;
  margin-left: 1rem;
  cursor: pointer;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 13vh;
  background-color: #343A40;
}

h1 {
  text-align: center;
  font-size: 1vh;
  color: #dedad6;
  margin: 2vh auto 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#dropdownMenuLanguage {
  margin: 5vh 7vw 0 0;
  background-color: #343A40;
  display: block;
  margin-bottom: 3vh;
}

.text-dropdown {
  font-size: 0.6em;
}

@media screen and (max-width: 768px) {
  .img {
    height: 5vh;
  }

  h1 {
    font-size: 1vh;
  }

  .text-dropdown {
    font-size: 0.5em;
  }

  .fs-1 {
    font-size: 1em !important;
  }
}

.card {
  margin-bottom: 10px;
  border-radius: 2%;
  border: 2px solid rgba(0, 0, 0, 0.53);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
  height: 60vh;
  background-color: #f8f9fa;
}

@media screen and (max-width: 1200px) {
  .card {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
  }
}

.card-title {
  padding-left: 18px;
  font-size: 1.2em;
}

.table thead th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.53);
}

.table th:first-child, .table td:first-child {
  padding-left: 20px;
  padding-right: 20px;
}

.table th:first-child {
  width: 28%;
}

.table th, .table td {
  background-color: #f8f9fa;
  font-size: 1em;
}

.table td {
  padding-top: 2%;
}

.keine_meldungen_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5%;
}

.keine_meldungen_text {
  width: 100%;
  font-size: 1.5em;
  text-align: center;
  margin-top: 5vh;
}

.icon_meldungen {
  margin-top: 10%;
  width: 12vh;
}

.mehr_infos {
  display: block;
  font-size: 2.3vh;
  background-color: #f8f9fa;
  color: #070605;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.4);
}

.table-responsive {
  display: block;
}

.mehr_infos_con {
  position: absolute;
  bottom: 0;
  width: 95%;
  height: 10%;
  margin-bottom: 2%;
}

.mehr_infos:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
  color: #070605;
  box-shadow: #070605;
}

@media screen and (max-width: 768px) {
  .table-responsive {
    display: none;
  }

  .card-body {
    width: 100%;
    padding: 0;
  }

  .mehr_infos_con {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    width: 100%;
    height: 100%;
    padding: 5%;
  }

  .card-title {
    padding: 4%;
  }

  .mehr_infos {
    font-size: 1em;
    padding: 10px 20px;
    height: 15%;
  }
}

.btn-custom {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-evenly;
  border: 2px solid rgba(0, 0, 0, 0.53);
  font-size: 1.1em;

  /*Button Höhe */
  height: 11vh;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 3vh;
  width: 100%;
  background-color: #f8f9fa;
  border-radius: 4%;
  
}

@media screen and (max-width: 1000px) {
  .btn-custom {
    width: 100%;
  }

  .col-md-5 {
    width: 100%;
  }
}

.btn-custom img {
  width: 6vh;
  position: absolute;
  margin-left: 70%;
}

.button-text-center {
  margin-right: 20%;
}

.btn-custom4 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-evenly;
  border: 2px solid rgba(0, 0, 0, 0.53);
  font-size: 1.1em;

  /*Button Höhe */
  height: 9vh;


  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 3vh;
  width: 100%;
  background-color: #f8f9fa;
  border-radius: 4%;
}

.btn-custom4 img {
  width: 6vh;
  position: absolute;
  margin-left: 70%;
}

@media screen and (max-width: 1000px) {
  .btn-custom4 {
    width: 100%;
  }

  .col-md-5 {
    width: 100%;
  }
}

.card5 {
  margin-bottom: 10px;
  border: 2px solid rgba(0, 0, 0, 0.53);
  width: 90%;
  height: 60vh;
  background-color: #f8f9fa;
}

@media screen and (max-width: 1200px) {
  .card5 {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
  }
}

.btn-custom5 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-evenly;
  border: 2px solid rgba(0, 0, 0, 0.53);
  font-size: 1.1em;

  /*Button Höhe */
  height: 8.5vh;
  
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 3vh;
  width: 100%;
  background-color: #f8f9fa;
  border-radius: 4%;
}


.btn-custom5 img {
  width: 6vh;
  position: absolute;
  margin-left: 70%;
}


.btn-custom5:last-child, .btn-custom4:last-child, .btn-custom:last-child {
  margin-bottom: 0vh;
}

@media screen and (max-width: 1000px) {
  .btn-custom5 {
    width: 100%;
  }

  .btn-custom5:last-child, .btn-custom4:last-child, .btn-custom:last-child {
    margin-bottom: 8vh;
  }

  .col-md-5 {
    width: 100%;
  }

  .card {
    margin-top: 1em;
  }
}

.d-flex {
  align-items: flex-start;
}

.col-lg-7 {
  display: flex;
  justify-content: flex-start;
}

.col-lg-1 {
  width: 2%;
}

.btn-allgemein {
  font-size: 1em;
}




.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #343A40;
}


