/* ibm-plex-mono-300italic - latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/ibm-plex-mono-v15-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ibm-plex-mono-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ibm-plex-mono-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ibm-plex-mono-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ibm-plex-mono-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ibm-plex-mono-v15-latin-300italic.svg#IBMPlexMono') format('svg'); /* Legacy iOS */
}

/* ibm-plex-mono-600 - latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/ibm-plex-mono-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ibm-plex-mono-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ibm-plex-mono-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ibm-plex-mono-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ibm-plex-mono-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ibm-plex-mono-v15-latin-600.svg#IBMPlexMono') format('svg'); /* Legacy iOS */
}


html, body {
    height: 100%;
    text-align: center;
    scroll-behavior: smooth;
}



/* Eigener Button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  background-color: #d7d7d1;
  border: .05rem solid #fff;
}


/* Schriftart */

h1, .card-ueberschrift {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 600;
}

h2, .card-department {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 300;
    font-style: italic;
}


/* Bearbeitung Text */
.lead {
    margin-bottom: 5em;
}

#ueber-uns {
    margin-top: 2em;
}

/* Ab hier random */

.lost-logo {
    max-width: 200px;
}

body {
    background-color: #261d25;
    color: #d7d7d1;
    display: flex;
    box-shadow: inset 0 10em 10em -10em rgba(0,0,0,0.5);
}

.h2-team {
    margin-bottom: 1em;
}

.lost-container {
    max-width: 70em;
}

p {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
}

.nav-masthead {
    float: right;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}
  
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}
  
.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

.impressum-footer a {
    color: gray;


}

@media (min-width: 48em) {
  .masthead-brand {
      float: left;
  }
  .nav-masthead {
    float: right;
  }
}

main {
    margin-top: 10em;
    text-align: center;
}

.text-left {
    text-align: left;
}

#trailer {
    margin-bottom: 1em;
}

/* Bearbeitung Teambilder */

.row {
    margin-left: 0em;
    margin-right: 0em;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.card {
    background-color: #37353d;
    border: none;
}

.card-ueberschrift {
    margin-top: -0.3em;
    font-size: 22px;
    font-weight: 700;
}

.card-department {
    margin-top: -1em;
    font-weight: 400;
}

.card-body {
    min-height: 11.2em;
}

.col-md-4 {
    max-width: 50%;
    padding-right: 7px;
    padding-left: 7px;
}

.jan-zentriert{
    float: none;
    margin: 0 auto;
}

/* Banner fullpage */
.banner-hintergrund {
    width:100%;
    height: 100%; 
    background-image: url(https://lostreality-vr.de/img/banner.jpg);
    background-size: cover;
  }

  .scroll-content {
    position:absolute;
    width:100%; 
    top:100%; 
    height: 100px;

}

.max-width-fix {
    max-width: 70em;
    margin-left: auto; 
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
}


/* galerie */
.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}
    .gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
    
    @media (max-width: 767.98px) {
    .gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    }
    }

    @media (max-width: 575.98px) {
        .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
        }
        }
    
    @media (max-width: 400px) {
    .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    }
    }

/* Teambilder Mobile korrektur und Startseite fix */

@media (max-width: 575.98px) {
    .col-md-4 {
        max-width: 100%;
    }

    main {
        margin-top: 5em;
    }

    h1 {
        font-size: 2em;
    }

    .inner .lead {
        margin-bottom: 3em;
    }
}

/* Logo mittig mobile */

@media (max-width: 767.98px) {
    
    .lost-logo {
        display: block;
        margin-left: auto;
        margin-right: auto 
    }

    .nav-masthead {
        float: none;
    }
}