

.banner {
    width: 100%;
    height: max-content;
}

.banner img {
    width: 100%;
}

.card-deck {
    margin: 5vw;
}

.dog-shows {
    margin: 5vw 5vw 2.5vw 5vw;

}

.dog-show-links {
    display: flex;
    flex-direction: row;
    gap: 17vw;
    justify-content: center;
}

.entry {
    margin: 2.5vw 20vw;
}

.table th {
    text-align: center;
}

table.pricelist {
    width: 50vw;
    margin: 5vw 25vw;
}

.flag {
    width: 1.5vw;
    height: 1.5vw;
}

.info {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.kontakt {
    width: 35%;
    padding: 5vw 5vw 5vw 10vw;
}

.map {
    width: 65%;
    padding: 5vw 5vw;
}

.google-map {
    width: 50vw;
    height: 30vw;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 70vw;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white !important;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  margin-right: 15px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: white;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}* {
    box-sizing: border-box;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    height: 4vw;
    text-align: center;
    padding: 1vw 1vw;
    color: white;
    font-size: 1.2vw;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

  .gallery-container {
    width: 90vw;
    margin: 2.5vw 5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1vw;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }

  
  * {
    box-sizing: border-box;
  }
  
  .responsive {
    float: left;
    width: 24%;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49%;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

.coming-soon {
  width: 50vw;
  margin: 5vw 25vw;
}