.icon {
  position: relative;
  top: 0.125rem;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  fill: currentColor;
  transition: fill 0.3s;
}

/* open-sans-condensed-300 - latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/open-sans-condensed-v14-latin-300.eot?cef1ef114fa09a778dfb570888703c8b); /* IE9 Compat Modes */
  src: local("Open Sans Condensed Light"), local("OpenSansCondensed-Light"), url(/fonts/open-sans-condensed-v14-latin-300.eot?cef1ef114fa09a778dfb570888703c8b?#iefix) format("embedded-opentype"), url(/fonts/open-sans-condensed-v14-latin-300.woff2?a192808a9079dee3a9e8bf65d84746d8) format("woff2"), url(/fonts/open-sans-condensed-v14-latin-300.woff?674d7a73332bab81bb2c265037d23572) format("woff"), url(/fonts/open-sans-condensed-v14-latin-300.ttf?766b2d06154bbc6177acf4d3399888b6) format("truetype"), url(/fonts/open-sans-condensed-v14-latin-300.svg?1987df4bf3118050778590947fb9bc85#OpenSansCondensed) format("svg"); /* Legacy iOS */
}
/* open-sans-condensed-700 - latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/open-sans-condensed-v14-latin-700.eot?1a55abe6da5f6c2ac2facfaa852dbc01); /* IE9 Compat Modes */
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url(/fonts/open-sans-condensed-v14-latin-700.eot?1a55abe6da5f6c2ac2facfaa852dbc01?#iefix) format("embedded-opentype"), url(/fonts/open-sans-condensed-v14-latin-700.woff2?b2da74db232df2fe1a0f56ee6079bcca) format("woff2"), url(/fonts/open-sans-condensed-v14-latin-700.woff?65bede556d831156e8680290c02d2254) format("woff"), url(/fonts/open-sans-condensed-v14-latin-700.ttf?61b166178932329f6d103e0fb653b8c6) format("truetype"), url(/fonts/open-sans-condensed-v14-latin-700.svg?92bb19cb4f4171fbaae20599cdc388a1#OpenSansCondensed) format("svg"); /* Legacy iOS */
}
@-webkit-keyframes backgroundSlideIn {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-position-x: 0;
  }
}
@keyframes backgroundSlideIn {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-position-x: 0;
  }
}
@-webkit-keyframes moviePreviewImageSlideIn {
  0% {
    right: -100vw;
  }
  100% {
    right: 0;
  }
}
@keyframes moviePreviewImageSlideIn {
  0% {
    right: -100vw;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes movieDataSlideIn {
  0% {
    right: -100vw;
  }
  100% {
    right: 0;
  }
}
@keyframes movieDataSlideIn {
  0% {
    right: -100vw;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes jump {
  0% {
    top: 0;
  }
  20% {
    top: -4px;
  }
  100% {
    top: 0;
  }
}
@keyframes jump {
  0% {
    top: 0;
  }
  20% {
    top: -4px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes addParallaxCurrentMovie {
  0% {
    top: 0;
  }
  100% {
    top: -100vh;
  }
}
@keyframes addParallaxCurrentMovie {
  0% {
    top: 0;
  }
  100% {
    top: -100vh;
  }
}
@-webkit-keyframes removeParallaxCurrentMovie {
  0% {
    top: -100vh;
  }
  100% {
    top: 0;
  }
}
@keyframes removeParallaxCurrentMovie {
  0% {
    top: -100vh;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes addParallaxMovieList {
  0% {
    top: 100vh;
  }
  100% {
    top: 0;
  }
}
@keyframes addParallaxMovieList {
  0% {
    top: 100vh;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes removeParallaxMovieList {
  0% {
    top: 0;
  }
  100% {
    top: 100vh;
  }
}
@keyframes removeParallaxMovieList {
  0% {
    top: 0;
  }
  100% {
    top: 100vh;
  }
}
.d-none {
  display: none;
}

.mapPoint--list {
  display: none;
}

.mapboxgl-popup-content {
  padding-top: 20px !important;
  width: 100%;
}

.mapboxgl-popup-content img {
  width: 100%;
}

.mapboxgl-popup-content p {
  margin: 0;
}

.mapboxgl-popup-content .mapboxgl-popup-close-button {
  color: #000000;
  padding: inherit;
  top: -15px;
}

.newMapPoint {
  z-index: -1;
  position: fixed;
  opacity: 0;
  height: calc(100% - 50px);
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.newMapPoint.show {
  opacity: 1;
  z-index: 1;
  transition: opacity 0.5s;
  margin-top: 50px;
}

.newMapPoint .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  color: #fff;
  width: 25px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newMapPoint p.small {
  font-style: italic;
  margin: -15px 0 15px;
  background: #eee;
  padding: 5px;
}

.newMapPoint p.alert-danger {
  color: #ff0000;
  font-weight: 700;
}

.newMapPoint form {
  display: flex;
  flex-flow: column;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  padding-top: 40px;
  width: 300px;
  pointer-events: all;
  position: relative;
  max-height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}

.mapInfo {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 45px;
  box-sizing: border-box;
}

@media screen and (min-width: 576px) {
  .mapInfo {
    width: 200px;
    margin-top: 0;
  }
}
.mapInfo > p {
  margin: 0;
}

menu {
  position: fixed;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  z-index: 2;
  padding-left: 0;
}

menu > div {
  margin-left: 2px;
}
menu > div:first-of-type {
  margin-left: 0;
}

menu > div > span {
  display: block;
  background: red;
  padding: 10px;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
}
@media screen and (min-width: 576px) {
  .footer {
    width: auto;
  }
}

.footer .legend,
.footer .imprint {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  width: 50%;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .footer .legend,
.footer .imprint {
    width: auto;
  }
}

.footer .legend--box,
.footer .imprint--box {
  display: none;
}
.footer .legend--box.show,
.footer .imprint--box.show {
  display: block;
  position: absolute;
  bottom: 32px;
  padding: 15px;
  background: white;
  width: 100%;
  box-sizing: border-box;
}
.footer .legend--box p,
.footer .imprint--box p {
  margin: 0;
}

.footer .imprint--box.show {
  min-width: 300px;
}

.footer .legend--box .item {
  padding-left: 15px;
}

.footer .legend--box .item::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 5px;
  margin-top: 4px;
}

.footer .legend--box .item.nothing::before {
  background: #ff0000;
}

.footer .legend--box .item.male::before {
  background: #0000ff;
}

.footer .legend--box .item.female::before {
  background: #ff69b4;
}

.footer .legend--box .item.divers::before {
  background: #7f00ff;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid .item {
  border-top: 1px solid #ccc;
  padding: 15px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .grid .item {
    width: 200px;
  }
}
.grid .item:first-child {
  border-top: 0;
}

.grid .item p {
  padding: 0;
  margin: 0;
}

button {
  background: #000000;
  border: 0;
  color: #ffffff;
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
  outline: none;
}
button.bordered::before, button.bordered::after {
  content: "";
  border: 0;
  height: 10px;
  width: 10px;
  display: inline-block;
  position: absolute;
  transition: height 0.3s, width 0.3s;
}
button.bordered::before {
  border-top: 1px solid #9b2321;
  border-left: 1px solid #9b2321;
  left: -1px;
  top: 0;
}
button.bordered::after {
  border-right: 1px solid #9b2321;
  border-bottom: 1px solid #9b2321;
  right: -1px;
  bottom: -1px;
}
button.bordered:hover::before, button.bordered:hover::after {
  height: 100%;
  width: 100%;
}

button.cancel {
  position: absolute;
  margin-top: -45px;
  margin-left: 130px;
}

.checkbox-group.flex .group {
  display: flex;
  flex-wrap: wrap;
}

.checkbox-group .form-check {
  width: 33%;
}
@media screen and (max-width: 576px) {
  .checkbox-group .form-check {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .checkbox-group .form-check {
    width: 100%;
  }
}

.checkbox-group > label {
  display: block;
  margin-bottom: 10px;
}

.checkbox-group .form-check-input {
  float: left;
  margin-right: 5px;
  top: 3px;
}

.file img {
  display: block;
  width: 100px;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-group > label {
  color: #000000;
  font-weight: 700;
}

.form-group input {
  background: #ffffff;
  border: 0;
  font-size: 0.8rem;
  color: #000000;
  display: block;
  outline: none;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
}
.form-group input:not([type=checkbox]) {
  width: 100%;
}
.form-group input[type=file] {
  font-size: 0.8rem;
}

.form-group input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #ffffff inset;
  -webkit-text-fill-color: #000000;
}

.form-group select {
  background: #ffffff;
  border: 0;
  color: #000000;
  display: block;
  font-size: 0.8rem;
  margin-top: 10px;
  outline: none;
  padding: 10px;
  width: 100%;
}

.invalid-feedback {
  font-size: 1rem;
  color: #9b2321;
}

.innerText {
  display: inline-flex;
}

@-webkit-keyframes hideAlert {
  0% {
    opacity: 100;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes hideAlert {
  0% {
    opacity: 100;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
.alert {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  -webkit-animation: hideAlert 1s forwards;
          animation: hideAlert 1s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 1;
  transition: opacity 0.5s;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Open Sans Condensed", sans-serif;
}

#map {
  width: 100vw;
  height: 100%;
}
