
body {
  padding: 0;
  margin: 0;
}

body#mapPage {
  background-color: #000;
}

html, body, #map {
  height: 100%;
  width: 100%;
}

h1 {
  font-size: 200%;
}

.carousel-item .d-block {
  min-height: 360px;
  max-width: 720px;
}

.carousel-item .img-col {
  background-color: dimgray;
}

.carousel-item .text-col {
  background-color: dimgray;
}

.main-text {
  background-color: rgb(215, 211, 211);

}


.list-links a {
  color: #000000;
  font-size: .875em;
  text-decoration: none;;
}

.list-links a:hover {
  color: #19029f;
  font-size: .875em;
  text-decoration: none;;
}

.pslider{
  font-size: 1.2rem;
}


.leaflet-control-button {
  background-color: none;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.leaflet-control-button a {
  color: #fff;
}

/* ############################## */
/* */
/*     loccation button           */
/* */
/* ############################## */

.located-animation {
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #2a93ee;
  animation: border-pulse 2s infinite;
}

@keyframes border-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.locate-active {
  fill: red;
}

.locate-button {
  position: absolute;
  top: 80px;
  left: 10px;
  width: 26px;
  height: 26px;
  z-index: 999;
  cursor: pointer;
  display: none;
  padding: 5px;
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 65%);
}

.leaflet-touch .locate-button {
  width: 34px;
  height: 34px;
}

/* ############################## */
/* */
/*     home                       */
/* */
/* ############################## */

#home h1 {
  font-size: 300%;
  font-weight: 700;
}

#home h1 > a {
  color: #000;
  text-decoration: none;
}

#home h2 > a {
  color: #000;
  font-size: 80%;
  text-decoration: none;
}

#home .subTitle {
  color: #000;
  font-size: 50%;
  font-weight: normal;
  text-decoration: none; 
}

#home .leftImage {
  position: relative;
  display: inline-block;
  height: 80%;
}

#home .h80 {
  height: 80%;
  width: 80%;

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Hintergrundfarbe des Textcontainers */
    display: none;
    /*justify-content: center;
    align-items: center;*/
    display: flex;
    opacity: 0;
    transition: opacity 0.3s;
}

.overlay p {
    color: #fff; 
    font-size: 18px;    
    position: absolute;
    bottom: 0;
    right: 0;    

}

.leftImage:hover .overlay {
    display: flex;
    opacity: 1;
    border-radius: 5px;
}

.leftImage:hover  {
    border-radius: 5px;
}

.secondLine {
  font-weight: 700;
  font-size: 120%;
  letter-spacing: 8px;
}

.socialFooter .list-group-item {
  border: 0 !important;
  font-size: 200%;
}

.socialFooter a {
  color: #000;
}

.socialFooter {
  border-top: 1px solid #000;
}

.linkFooter .list-group-item {
  border: 0 !important;
  font-size: 150%;
}

.linkFooter a {
  color: #000;
  text-decoration: none;
}

#home .text-bg-yel {
  color: #000;
  background-color: #D3C79C;
}

#home .card a {
  color: #e3e3e3;
  text-decoration: none;
}

#home .card a:hover {
  color: #000;
}

#home .card-list a {
  color: #FFF;
}

#home .card-list {
  padding-left: 1rem;
}

#home .card-list a:hover {
  color: #000;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #000;
    color: #000;
}

.carousel-control-next, .carousel-control-prev {
    width: 3rem;
}

.sfma {
  width: 30%;
}

.bimg {
  width: 14rem;
}


@media (max-width: 510px) {
  .sfma {
    width: 60%;
  }
}
@media (max-width: 400px) {
  .sfma {
    width: 100%;
  }
}  

@media (max-width: 575px) {
  .pslider {
    font-size: 1rem;
  }
  .display-8 {
    fontsize: 1.5rem;
  }

  .carousel-item .text-col {
    min-height: 200px;
  }
  .sfma {
   width: 40%;
  }

}  

@media (max-width: 767px) {
  #home .h80 {
    text-align: center;
    height: 90%;
    width: 90%;
    margin-bottom: 15px;
  }

  .overlay {
    width: 100%;
    height: 98.05%;
    /* display: none; */
  }  
  .leftImage:hover .overlay {
    /* display: none; */

    display: flex;
    opacity: 1;


  }
  #home .leftImage {
    text-align: center !important;
  }

  .linkFooter .list-group-item {
    font-size: 80%
  }  
  .socialFooter .list-group-item {
    font-size: 150%;
  }

}


.modPlcImg {
  height: 80%;
  width: 80%;
}