
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: 'Mirza', cursive;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ENDE: Basis-Definitionen fuer den Swiper */

/* Allgemeine Definitionen */
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #00465C;
  color: #ffffff;
  margin: 0;
}

.title {
  text-align: center;
  margin: 0;
  padding-top: .5em;
}

.make_logo {
  width: 10em;
  display: block;
  margin: 0 auto;
}


@media screen and (min-width: 768px) {
  .title {
    padding-top: 1em;
  }

  .make_logo {
    width: 11em;
    position: absolute;
    padding: 2em;
  }
}


.beschreibung {
  margin: 1em;
  line-height: 1.5;
  text-align: center;
  padding-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .beschreibung {
    width: 50%;
    margin: 1em auto;
    padding-bottom: 1em;
  }
}

.make_link {
  color: #ffffff;
}

/* Anpassungen fuer den Swiper */
.mySwiper {
  height: auto;
}

.swiper-slide {
  font-size: 18px;
  background: #00465C;
  flex-direction: column;
  justify-content: flex-start;
  opacity: .25;
}

.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}

/* Anpassungen fuer den Inhalt des Swiper-Elementes */
.room_svg {
  max-width: 80%;
  min-height: 200px;
}

@media screen and (min-width: 768px) {
  .room_svg {
    min-height: 400px;
  }
  
  .swiper-slide .room_svg {
    width: 80%;
  }
  
  .swiper-slide-active .room_svg,
  .swiper-slide-duplicate-active .room_svg {
    max-width: 120%;
    width: 120%;
  }
}

.caption {
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .caption {
    padding-top: 1.5em;
    font-size: 1.5rem;
  }
}

.circle_element {
  opacity: 1;
  fill: transparent;
}

.circle_element:hover {
  /* fill: white; */
  opacity: 1;
  fill: transparent;
}

.circle_element:hover + .circle_text {
  fill: rgb(255, 255, 255);
  opacity: 1;
}

.circle_text {
  fill: white;
  opacity: 1;
  font-size: 1.25em;
  line-height: 1.5;
}
.terrasse {
  font-size: 2em;
}

@media screen and (min-width: 768px) {
  .circle_text {
    opacity: 0;
  }
}


/* Styling Image-Map */
.imagemap {
  margin: 0; /* Standard-Abstand figure aufheben */
}

.imagemap svg {
  width: 100%;
  opacity: 0;
}

.swiper-slide-active .imagemap svg {
  opacity: 1;
}

.Room_hover {
  fill: #cc0000;
  opacity: .6;
}
