/* ---[ jazykova-mutace ]--- */
#jazykova-mutace { max-width: 1170px; margin: 0 auto; text-align: right; }
#jazykova-mutace .inside { width:100%; margin: 0; }
img {max-width: 100%; height: auto; box-sizing: border-box;}
@media screen and (max-width:768px) {
  #content iframe {max-width: 100%; height: auto; box-sizing: border-box;}
}

/* Collapsible elements */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible_active, .collapsible:hover {
  background-color: #ccc;
}
.collapsible:after {
  content: "\002B"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #444;
  float: right;
  margin-left: 5px;
}
.collapsible_active:after {
  content: "\2212"; /* Unicode character for "minus" sign (-) */
}
/* Style the collapsible content. Note: hidden by default */
.collapsible_content {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Achievement item for achievements list */
.ap_list {
  display: flex;
  flex-wrap: wrap;
}
.ap_container {
  position: relative;
  width: 206px;
  height: 58px;
  margin: 1px;
  background-image: url("/picture/3/gw190-jpg/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0");
  background-repeat: no-repeat;
  background-size: cover;
}
#s5e0 { background-image: url("/picture/3/gw190-jpg/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#halloween_1 { background-image: url("/picture/3/gw728-jpg/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#halloween_2 { background-image: url("/picture/3/gw727-jpg/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#halloween_3 { background-image: url("/picture/3/gw726-jpg/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#s5e1 { background-image: url("/picture/3/gw955-jpg/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#winter_1 { background-image: url("/picture/3/gw332-jpg/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#winter_2 { background-image: url("/picture/3/gw333a-jpg/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#winter_3 { background-image: url("/picture/3/gw334a-jpg/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#s5e2 { background-image: url("/picture/3/vision-logo-jpg/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#vision_1 { background-image: url("/picture/3/vision-logo-jpg/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#vision_2 { background-image: url("/picture/3/vision-logo-jpg/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#vision_3 { background-image: url("/picture/3/vision-logo-jpg/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#s5e3 { background-image: url("/picture/3/No-quarter-logo-mini-png/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#quarter_1 { background-image: url("/picture/3/No-quarter-logo-mini-png/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#quarter_2 { background-image: url("/picture/3/No-quarter-logo-mini-png/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#quarter_3 { background-image: url("/picture/3/No-quarter-logo-mini-png/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#s5e4 { background-image: url("/picture/3/Jormag-rising-logo-mini-png/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#quarter_1 { background-image: url("/picture/3/Jormag-rising-logo-mini-png/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#quarter_2 { background-image: url("/picture/3/Jormag-rising-logo-mini-png/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
#quarter_3 { background-image: url("/picture/3/Jormag-rising-logo-mini-png/?preview_secret=9f51c7175cd160b3588d33dc8cc41ca0"); }
.ap_text {
  color: white;
  text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(0, -50%);
}
.ap_text a {
  color: white;
  text-decoration: none;
}



