/* inter-300 - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('../fonts/inter-v11-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/inter-v11-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* inter-600 - latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: local(''),
         url('../fonts/inter-v11-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/inter-v11-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }@media (max-width: 760px) {
  html {
    font-family: 'Inter', sans-serif;
    font-size: 1.25em;
    line-height: 1.4em;
    color: #4A5568;
  }
  #sidebar {
    position: fixed;
    top: 0;
    left: -100% !important;
    width: 100%;
    background-color: #FFF;
    color: #fff;
    z-index: 20;
    transition: all 0.4s ease-in-out;
  }
  #sidebar ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: opacity ease-in-out .2s;
  }
  #sidebar ul li {
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 25px 0;
  }
  #sidebar ul li a {
    width: 100%;
    font-size: 2rem;
  }
  #sidebar.open {
    position: fixed;
    z-index: 20;
    display: block;
    left: 0 !important;
  }
  #sidebar.open #mtgl {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23FEB539' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18L18 6M6 6l12 12' /%3E%3C/svg%3E") center center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    background-size: 60%;
    background-color: #F6F6F6;
    position: fixed;
    left: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 200;
  }
  #sidebar.open ul {
    transition: opacity ease-in-out .9s;
    opacity: 1;
  }
  #video_bg #mod-custom117 {
    top: 210px;
    left: 0;
    margin-left: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  #video_bg #mod-custom117 span {
    width: 100%;
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  #video_bg #mod-custom117 .claim_01 {
    width: 100%;
    left: 30px;
  }
  #video_bg #mod-custom117 .claim_02 {
    width: 100%;
    margin: 0;
    position: relative;
  }
  #wrapper {
    width: 100%;
    margin: 0;
  }
  #wrapper #content {
    width: 95%;
    margin: 450px 2.5% 0 2.5%;
  }
  #wrapper #content #content_head {
    width: 100%;
    flex-direction: column;
    left: 0;
    margin-left: 0;
    top: 0;
    background: #FFF;
    border-radius: 0;
    justify-content: center;
  }
  #wrapper #content #content_head #mod-custom110 img {
    width: 60%;
    height: auto;
    margin: 0 10%;
  }
  #wrapper #content .item-page {
    padding: 15px;
  }
  #wrapper #content ul.nav {
    display: none;
  }
  #wrapper #content #quick_nav {
    flex-direction: column;
  }
  #wrapper #content #mtgl {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%23FEB539' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4 6h16M4 12h16M4 18h16' /%3E%3C/svg%3E") center center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    background-size: 60%;
    background-color: #F6F6F6;
    position: fixed;
    left: 10px;
    cursor: pointer;
    z-index: 200;
  }
  #recruit {
    flex-direction: column-reverse;
  }
  #recruit .rec-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: url('../../../images/assets/side_back-01.jpg') center center;
  }
  #recruit .rec-image img {
    width: 100%;
    height: auto;
    margin-top: -150px;
    display: none;
  }
  #recruit .rec-text {
    width: 100%;
    padding: 15px;
  }
  #footer-wrap {
    display: flex;
    justify-content: center;
  }
  #footer-wrap ul {
    width: auto;
    float: initial;
  }
  body.team .team_grid {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0;
  }
  body.jobs .accordion {
    font-size: 1rem;
    font-weight: 600;
  }
  body.kontakt .con_left {
    width: 100%;
  }
  body.kontakt .con_right {
    width: 100%;
  }
}
