/*
 Theme Name:     Divi Child
 Template:       Divi
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* Lernfreude_Plakat_Mapping ab hier */

area:hover {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  left: 2%;
  top: 0;
  width: 96%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  /* margin: auto; */
  display: block;
  /* width: 80%; */
  max-width: 700px;
  max-height: 95vh;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

.modal-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 100%;
}

.arrow {
  color: #ccc;
  font-size: 1.5em;
  text-decoration: none;
  opacity: 0.5;
  transition: 0.3s ease;
  padding: 200px 10px;
}
.arrow:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.arrow:active {
  transform: scale(0.98);
}

#prev.arrow {
  margin-right: 40px;
}

#next.arrow {
  margin-left: 40px;
}

/* Lernfreude_Plakat_Mapping bis hier */
