body {
  position: relative;
}

header {
  margin-top: 3%;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: rgb(108, 117, 125);;
  color: white;
  cursor: pointer;
  border-radius: 20px;
}

#topBtn:hover {
  background-color: #555;
}

#kontakt h3{
  margin-bottom: 3%;
}
.kontakt {
  margin-top: 10%;
}

.map-container-5{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-5 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.nav-link {
  border-bottom: .1rem solid transparent;
  font-size: 1.2rem;
}
.nav-link:hover{
  border-bottom-color: rgba(0,0,0,.7);
}

.nav-link:focus, .nav-link:active {
  color: rgba(0,0,0,.5);
}

a {
  color: rgba(0,0,0,.5);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.betrieb, .produkte, .vermarktung {
  padding-top: 10%;
  //border-bottom: .05rem solid #e5e5e5;
}
.card {
  //background-color: #e9ecef;
  border: none;
}

.termincalender {
  margin-top: 2%;
  margin-bottom: 2%;
}

.logo_bauernmarkt_freyung {
  max-width: 112px;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.card-title {
  padding-bottom: 4%;
}
.betrieb .card-title {
  padding-bottom: 1%;
}

.produkte .sonstige {
  margin-top: 5%;
}
.display-4 {
  font-size: 2.5rem;
  padding-bottom: 4%;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/*
 * Footer
 */
.footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  //border-top: .05rem solid #e5e5e5;
}
.footer p:last-child {
  margin-bottom: 0;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
