@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #000;
    color: #fff;
    margin: 1%;
}

section {
  height: 100vh;
}

.title, .title a {
    font-size: 40px;
    text-decoration: none;
    color: #fff;
    clear: left;
    float: left;
}

.box_stream {
    width: 100%;
    height: 50vw;
    background-color: #fff;
    float: left;
}

.stream p {
  color: #fff;
  font-size: 20px;
}

.navbar p {
  clear: both;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.menu a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
}

.menu a:hover {
  text-decoration: underline;
}

.menu a:first-child {
  padding-left: 0px;
}

.menu {
  float: left;
}

.navbar ul {
  list-style-type: none;
  -webkit-padding-start: 0;
}

.navbar {
  float: left;
  width: 100%;
}

.copyright ul {
  clear: both;
  list-style-type: none;
  -webkit-padding-start: 0;
  display: flex;
}

.copyright {
  margin-top: 93vh;
}

.kontakt {
  margin-left: auto;
  list-style-type: none;
  -webkit-padding-start: 0;
  text-decoration: none;
}

.kontakt a {
  color: #fff;
  text-decoration: underline;
  list-style-type: none;
  -webkit-padding-start: 0;
}

.marker {
    background-color: green;
    background-size: cover;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    cursor: pointer;
}
  
  .mapboxgl-popup {
    width: 700px;
    height: 620px;
  }
  
  .mapboxgl-popup-content {
    width: 300px;
    text-align: left;
  }
  
  .mapboxgl-popup-content h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    line-height: 20px;
  }
  
  .mapboxgl-popup-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    line-height: 20px;
    margin: 0;
  }
  
  .mapboxgl-popup-content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 0;
  }
  
  .mapboxgl-popup-close-button {
    display: none;
  }
  
  .mapboxgl-ctrl-compass {
    display: none !important;
  }
  

/* The work below, CSSBox, is released under the Creative Commons
   Attribution-ShareAlike 4.0 license and is available on
   https://github.com/TheLastProject/CSSBox. You are not required to add
   additional credit to your website, just leave the above text in this file */
   .container {
    height: auto;
  }
  
  div.cssbox {
    display: inline-block;
  }
  
  .cssbox_thumb {
    width: 100%;
    height: auto;
    padding-top: 1%;
  }
  
  span.cssbox_full {
    z-index: 999999;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
  
  span.cssbox_full img {
    position: fixed;
    background-color: white;
    margin: 0;
    padding: 0;
    max-height: 90%;
    max-width: 90%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 20px black;
            box-shadow: 0 0 20px black;
  }
  
  a.cssbox_close,
  a.cssbox_prev,
  a.cssbox_next {
    z-index: 999999;
    position: fixed;
    text-decoration: none;
    visibility: hidden;
    color: white;
    font-size: 36px;
  }
  
  a.cssbox_close {
    top: 1%;
    right: 1%;
  }
  
  a.cssbox_close::after {
    content: '\00d7';
  }
  
  a.cssbox_prev,
  a.cssbox_next {
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  
  a.cssbox_prev {
    left: 5%;
  }
  
  a.cssbox_next {
    right: 5%;
  }
  
  a:target ~ a.cssbox_close,
  a:target ~ a.cssbox_prev,
  a:target ~ a.cssbox_next {
    visibility: visible;
  }
  
  a:target > img.cssbox_thumb + span.cssbox_full {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
  }
  
  @media only screen and (min-width: 768px) {

    .menu {
      float: right;
    }

    .navbar p {
      width: 60%;
    }

  }
  
  @media only screen and (min-width: 1080px) {

  .title, .title a {
    font-size: 50px;
  }

  .menu {
    float: right;
  }

  .menu a {
    font-size: 20px;
  }

  .navbar p {
    width: 60%;
  }

  .navbar p {
    clear: both;
    position: absolute;
    bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .stream p {
    color: #fff;
    font-size: 30px;
  }

  .cssbox_thumb {
    width: 50vw;
    padding-top: 1%;
  }

  .box_stream {
    width: 60vw;
    height: 60vh;
    background-color: #fff;
    float: right;
}

  }