@font-face {
  font-family: 'Inter';
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/Inter-Regular.ttf"); }

@font-face {
  font-family: 'Inter';
  font-weight: bold;
  font-style: normal;
  src: url("/fonts/Inter-Bold.ttf"); }

body {
  font-family: Inter, system-ui, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
    height: 100%;
  box-sizing: border-box; }

.activity_info {
  margin: 0;
  padding: 0.3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

#activity_info_planned {
  padding-bottom: 1em;
  border: none; }

.activity_info {
  margin: 0;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 10px;
  border-bottom: 1px solid #035E24; }

.info_item {
  display: flex;
  flex-flow: column;
  gap: 5px; }

.info_caption {
  position: relative;
  display: block;
  text-align: left;
  font-size: 90%; }

.info_value {
  position: relative;
  text-align: right;
  font-weight: bold; }

#comments form {
  box-sizing: border-box;
  margin: 40px auto;
  max-width: 810px;
  width: 100%;
  background-color: white;
  padding: 20px 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 576px) {
    #comments form {
      padding: 20px 60px; } }
  @media only screen and (min-width: 768px) {
    #comments form {
      padding: 20px 100px; } }
  #comments form h3 {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 32px;
    color: #0278FE;
    padding-top: 60px;
    margin: 0; }

#comments h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin: 80px 0 40px 0;
  font-size: 39px; }

#comment {
  width: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #A1A1A1;
  border-radius: 4px; }

#submit {
  margin-top: 1em;
  width: 100%;
  border: none;
  border-radius: 4px;
  background-color: #0278FE;
  color: white;
  font-weight: bold;
  padding: 13px; }

#name {
  margin-bottom: 1em;
  position: relative;
  top: 3em;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #A1A1A1;
  border-radius: 4px;
  width: 100%; }

#name_label {
  position: relative;
  top: 2em; }

#text_label,
#text {
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
  height: 0; }

.comment {
  background: #F6F6F6;
  padding: 30px;
  margin-bottom: 30px; }
  .comment p {
    text-indent: 2em;
    margin: 0;
    line-height: 150%;
    font-size: 14px;
    color: #666; }
    .comment p:first-of-type {
      text-indent: 0em;
      margin-top: 1em; }

.header {
  font-size: 1em;
  margin: 0;
  padding: 0em;
  display: flex;
  flex-flow: column; }
  .header a {
    color: black;
    font-weight: normal;
    display: inline-block; }
  .header .date {
    font-size: 60%;
    display: inline-block;
    color: #035E24;
    font-weight: bold; }
  .header h4 {
    margin: 0;
    padding: 0;
    font-weight: bold; }
    .header h4 a {
      text-decoration: none; }

body {
    height: 100%;
  overflow: hidden;
  color: #2E2E2E; }
  body a {
    color: #035E24; }

#a {
  width: 30em;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: auto;
  overflow-x: hidden;
  background: none;
  direction: rtl;
  padding: 0 1em 0 0em;
  transition: left 1s ease-in 0s; }
  #a * {
    direction: ltr; }

#hide {
  background-color: #0278FE;
  color: white;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  right: 0em;
  top: 0;
  border-radius: 3px;
  padding: 0.5em; }
  #hide:hover {
    background-color: #0278FE;
    color: black; }

#show {
  display: none; }

#a:target {
  position: absolute;
  left: -25em;
  overflow: hidden; }
  #a:target #hide {
    display: none; }
  #a:target #show {
    display: block;
    background-color: #035E24;
    color: #14B9C7;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    right: 0em;
    top: 0;
    border-radius: 3px;
    padding: 0.5em; }
    #a:target #show:hover {
      background-color: #14B9C7;
      color: #035E24; }

.activity,
#activity_planned {
  border: none;
  background: white; }
  .activity .activity_info,
  #activity_planned .activity_info {
    border: none; }

.activity_name {
  font-size: 1em;
  margin: 0;
  padding: 0.3em; }
  .activity_name a {
    font-weight: normal;
    display: inline-block; }
  .activity_name .date {
    width: 7em;
    font-size: 60%;
    display: inline-block; }

.activity {
  border-top: 2px solid #035E24;
  padding: 20px;
  background: white; }
  .activity .images {
    padding: 0.4em;
    max-height: 10.2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    overflow: hidden;
    margin: 0 0 -1px 0;
    background: white; }
  .activity img {
    height: 5em;
    border: 1px solid #676767; }

.activity_end {
  background: white;
  height: 6px; }

.big_map {
    z-index:1;
  overflow: hidden;
  height: 100%;
  touch-action: none; }

.activity_name {
  background: white; }

a.zoom {
  float: right;
  position: relative;
  padding-left: 20px; }
  a.zoom::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0px; }
  a.zoom img {
    height: 1.1em;
    border: none; }

.activity_0 a.zoom::before {
  background-color: #e41a1c; }

.activity_1 a.zoom::before {
  background-color: #377eb8; }

.activity_2 a.zoom::before {
  background-color: #b3ff00; }

.activity_3 a.zoom::before {
  background-color: #ff00fc; }

.activity_4 a.zoom::before {
  background-color: #ff7f00; }

.activity_5 a.zoom::before {
  background-color: #ffff33; }

.activity_6 a.zoom::before {
  background-color: #a65628; }

.activity_7 a.zoom::before {
  background-color: #7f49f1; }

.activity_selected {
  background-color: #14B9C7; }
  .activity_selected .activity_name {
    background-image: none;
    background-color: #14B9C7; }

.activity_link {
  max-width: 75%; }

#link_to_main {
  display: block;
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center; }

.activity_description_inner p {
  margin-top: 20px;
  text-indent: 0; }

.activity_description_inner a {
  display: block;
  padding: 0.5em 1em 0.5em 1em;
  text-align: right; }

#activity_info_planned {
  padding-bottom: 1em; }

@media only screen and (max-width: 700px) {
  #a {
    width: 70%; }
    #a:target {
      left: -50%; }
  .date {
    width: 100% !important; } }
