@font-face {
    font-family: 'NeueMontreal-Regular';
    src: local ('NeueMontreal-Regular')
         url("../css/fonts/NeueMontreal-Regular.otf"); 
}

.header {
    height: 17vh;
}

.container {    
    display: flex;    
    overflow-x: auto;
    object-fit: cover;
    height: 80vh;
    -webkit-overflow-scrolling: touch;
}

.container img {
    height: 100%;
    width: auto;
    -webkit-overflow-scrolling: touch;
}

.single-container img {
    width: 100vw;
    height: auto;
    -webkit-overflow-scrolling: touch;
}

.container::-webkit-scrollbar {    
    
}

.small-container {    
    display: flex;    
    overflow-x: auto;
    object-fit: cover;
    height: 50vh;
    width: auto;
    -webkit-overflow-scrolling: touch;
}

.small-container img {
    height: 100%;
    width: auto;
    -webkit-overflow-scrolling: touch;
}

.small-container::-webkit-scrollbar {    
    
}

.big-container {    
    display: flex;    
    overflow-x: auto;
    object-fit: cover;
    height: 90vh;
    width: auto;
    -webkit-overflow-scrolling: touch;
}

.big-container img {
    height: 100%;
    width: auto;
    -webkit-overflow-scrolling: touch;
}

.big-container::-webkit-scrollbar {    
    
}

/* width */
::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 10px white;
  background-image: url("../images/bg_3.jpg");
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-image: url("../images/bg_2.jpg");    
}

.box {
    height: 80vh;
    margin-left: 10px;
    margin-right: 10px;
}

body {
    margin: auto;
    background: #fff;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
    display: none;
}

h1 {
    font-family: 'NeueMontreal-Regular', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    position: fixed;
    margin-left: 20px;
}

h6 {
    font-family: 'NeueMontreal-Regular', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 5px;
    padding-right: 4px;
    writing-mode: vertical-lr;
}

p {
    margin-top: 30px;
    color: #000;
    width: 550px;
}

a:link  {
    text-decoration: none;
    color: #000;    
}

a:active  {
    text-decoration: none;
    color: #000;    
}

a:visited  {
    text-decoration: none;
    color: #000;    
}

a:hover {
    text-decoration: none;
    color: #000;   
}

.nos247:hover {
    content: url("../images/hover/_noservice247.png");
    height: 100px;
    position: fixed;
}

.einsnulleins:hover {
    content: url("../images/hover/_101.png");
    height: 100px;
    position: fixed;
}

.mailto:hover {
    content: url("../images/hover/_mail.png");
    height: 100px;
    position: fixed;
}

nav {
    font-size: 14px;
}

nav:link  {
    text-decoration: none;
    color: #000;
}

nav:hover{ 
    text-decoration: underline;
    color: #000;
}

img {
    vertical-align: middle;
}

video::-webkit-media-controls {
      display: none;
}

video::-webkit-media-controls-play-button {}

video::-webkit-media-controls-volume-slider {}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-timeline {}

video::-webkit-media-controls-current-time-display {}

.bg-image {
    width: 100%;
    position: fixed;
    z-index: -1;
}

.contactimage {
        visibility: hidden;
}

::-moz-selection { 
    background: #fff; 
}
::selection { 
    background: #ffff00;
    color: #000;
}

@viewport {
   width: device-width;
    zoom: 1;
}

@media (orientation: portrait) {
    .container {
        height: 70vh;
    }
    
    p {
        width: 95%;
    }
    
    nav {
    font-size: 22px;
    }
    
    a:link  {
        text-decoration: underline;
        color: #000;    
    }

    a:active  {
        text-decoration: underline;
        color: #000;    
    }

    a:visited  {
        text-decoration: underline;
        color: #000;    
    }

    a:hover {
        text-decoration: underline;
        color: #000;   
    }
    
    .bg-image {
        visibility: hidden;
    }
    .contactimage {
        visibility: visible;
        width: 100%;
        margin-top: 20px;
    } 
    h1 {
        position: relative;
    }
    
}