

#carousel-wrapper, #carousel-wrapper_W {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #23908a;
}

#divcarousel_B{
  transition: all 0.8s linear;
  display: block;
  height: 100%;
}
#divcarousel_W{
  transition: all 0.8s linear;
  display: block;
  height: 100%;
  padding-left: 10px;
}
.visuallyhidden {
  opacity: 0;
}
#carousel-wrapper #menu, #carousel-wrapper_W #menu_W {
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transition: all 0.6s ease-in-out;
}
#carousel-wrapper #menu #current-option{
  position: relative;
  width: 100%;
  height: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
#carousel-wrapper_W #menu_W #current-option_W {
  position: relative;
  width: 100%;
  height: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
#carousel-wrapper #menu #current-option #current-option-text1,#carousel-wrapper_W #menu_W #current-option_W #current-option-text1_W  {
  font-size: 3rem;
  line-height: 3rem;
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-align: center;
}

@media (min-width:360px) and (max-width: 480px){
/**#current-option{
  height: 75%;
}
#current-option-text2{
  padding-bottom: 45px;
}**/
#previous-option, #previous-option_W{
  margin-left:5px !important ;
}

}

@media (min-width:992px){

  #previous-option, #previous-option_W{
    margin-left:5px !important ;
  }
  #next-option, #next-option_W {
    margin-right: 5px;
  }
  
  }
#carousel-wrapper #menu #current-option #current-option-text1::before,#carousel-wrapper_W #menu_W #current-option_W #current-option-text1_W::before {
  content: attr(data-next-text);
  position: absolute;
  transform: translate(0%, 1000px);
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#carousel-wrapper #menu #current-option #current-option-text1::after,#carousel-wrapper_W #menu_W #current-option_W #current-option-text1_W::after {
  content: attr(data-previous-text);
  position: absolute;
  transform: translate(0%, -380px);
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#carousel-wrapper #menu #current-option #current-option-text2 {
  font-size: 1.4rem;
  width: 65%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  text-align: center;
  padding-bottom: 45px;
}
#carousel-wrapper_W #menu_W #current-option_W #current-option-text2_W {
  font-size: 1.2rem;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
#carousel-wrapper #menu #current-option #current-option-text2::before,#carousel-wrapper_W #menu_W #current-option_W #current-option-text2_W::before {
  content: attr(data-next-text);
  position: absolute;
  transform: translate(0%, 380px);
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
#carousel-wrapper #menu #current-option #current-option-text2::after,#carousel-wrapper_W #menu_W #current-option_W #current-option-text2_W::after {
  content: attr(data-previous-text);
  position: absolute;
  transform: translate(0%, -700px);
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
#previous-option, #previous-option_W {
  width: 2rem;
  height: 2rem;
  border: none;
  display: inline-block;
  cursor: pointer;
  transform: rotate(90deg);
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 256 256'%3E%3Cpolygon points='225.813,48.907 128,146.72 30.187,48.907 0,79.093 128,207.093 256,79.093' fill='%23333'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: cover;
  filter: invert(90%) sepia(99%) saturate(36%) hue-rotate(194deg) brightness(108%) contrast(99%);
  z-index: 1000;
  margin-left: 15px;
}

#arrowdiv, #arrowdiv_W{
  display: flex;
  position: absolute;
  justify-content: space-between;
  width: 100%;


}
#next-option, #next-option_W {
  width: 2rem;
  height: 2rem;
  border: none;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 256 256'%3E%3Cpolygon points='225.813,48.907 128,146.72 30.187,48.907 0,79.093 128,207.093 256,79.093' fill='%23333'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: cover;
  transform: rotate(-90deg);
  display: inline-block;
  margin-left: 80px;
  filter: invert(90%) sepia(99%) saturate(36%) hue-rotate(194deg) brightness(108%) contrast(99%);
  z-index: 100;
}
#carousel-wrapper #image, #carousel-wrapper_W #image_W {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 101;
  position: absolute;
  transform: translateY(-100%);
  cursor: pointer;
}

#imagediv.wohl {
  padding-top: 46% !important;
}

#carousel-wrapper #imagediv {
  z-index: 101;
  position: absolute;
  border-radius: 50%;
  width: 55%;
  height: auto;
  padding-top: 55%;
  transition: all 0.5s linear;
}

#carousel-wrapper_W #imagediv_W {
  z-index: 101;
  position: absolute;
  width: 90%;
  height: auto;
  padding-top: 55%;
  transition: all 0.5s linear;
}
#carousel-wrapper.anim-next,  #carousel-wrapper_W.anim-text {
  pointer-events: none;
}
#carousel-wrapper.anim-next #current-option-text1, #carousel-wrapper_W.anim-next #current-option-text1_W {
  animation: next-text 1.6s 0.085s;
}
#carousel-wrapper.anim-next #current-option-text2, #carousel-wrapper_W.anim-next #current-option-text2_W {
  animation: next-text 1.6s 0.085s;
}
#carousel-wrapper.anim-next #previous-option, #carousel-wrapper_W.anim-next #previous-option_W {
  animation: next-top-arrow 0.65s 0.085s;
}
#carousel-wrapper.anim-next #next-option, #carousel-wrapper_W.anim-next #next-option_W {
  animation: next-bottom-arrow 0.65s 0.085s;
}
#carousel-wrapper.anim-next #image ,#carousel-wrapper_W.anim-next #image_W {
  animation: next-image 0.65s 0.085s;
}
#carousel-wrapper.anim-previous, #carousel-wrapper_W.anim-previous {
  pointer-events: none;
}
#carousel-wrapper.anim-previous #current-option-text1, #carousel-wrapper_W.anim-previous #current-option-text1_W {
  animation: previous-text 1.6s 0.085s;
  
}
#carousel-wrapper.anim-previous #current-option-text2, #carousel-wrapper_W.anim-previous #current-option-text2_W {
  animation: previous-text 1.6s 0.085s;
}
#carousel-wrapper.anim-previous #previous-option, #carousel-wrapper_W.anim-previous #previous-option_W {
  animation: previous-top-arrow 0.65s 0.085s;
}
#carousel-wrapper.anim-previous #next-option, #carousel-wrapper_W.anim-previous #next-option_W {
  animation: previous-bottom-arrow 0.65s 0.085s;
}
#carousel-wrapper.anim-previous #image, #carousel-wrapper_W.anim-previous #image_W {
  animation: previous-image 0.65s 0.085s;
}

@keyframes previous-text {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes previous-top-arrow {
  50% {
    transform: rotate(-180deg);
  }
}
@keyframes previous-bottom-arrow {
  50% {
    transform: rotate(-180deg);
  }
}
@keyframes previous-image {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes next-text {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes next-top-arrow {
  50% {
    transform: rotate(180deg);
  }
}
@keyframes next-bottom-arrow {
  50% {
    transform: rotate(180deg);
  }
}
@keyframes next-image {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
} 

#image_W:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #ccc;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1 !important;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}