/* ibm-plex-sans-regular - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/ibm-plex-sans-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/ibm-plex-sans-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/ibm-plex-sans-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/ibm-plex-sans-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/ibm-plex-sans-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/ibm-plex-sans-v14-latin-regular.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}



body {
    font-family: 'Open Sans', sans-serif;
    background-color: black;
    color:white;
    margin: 0;
    padding: 0;
    font-weight: 300;
}
.first .halfed {
    height:100vh;
}
.second {
    margin-top:120px;
}
.third {
    margin-top:160px;
}
.fourth{
    text-align: center;
    margin-top:190px;
}
.halfed {
    width: 50%;
    float: left;
    min-height: 400px;
}
.right_center {
    width: 100%;
    display: inline-block;
    margin: 0;
    text-align: right;
}
.third .right_center {
    margin-top:30px;
}
h1 {
    width: 100%;
    font-weight: 400;
    text-align: right;
    margin: 0;
    font-size: 100px;
    line-height: 80px;
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
h2 {
    width: 100%;
    font-weight: 400;
    text-align: right;
    margin: 0;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
h3 {
    width: 100%;
    font-weight: 400;
    text-align: left;
    margin: 0;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
img {
    width: 70%;
}
.img_top_cover {
    float: right;
    margin: 0 30px 0 0;
    width: 50%;
}
.grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    padding: 10px;
    max-width: 1400px;
    margin: auto;
}
.grid-item {
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
.grid-item p {
    color:white;
    text-decoration: none;
    text-transform: uppercase;
}
.grid-item img {
    width: 257px;
    height: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
}
.grid-item img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
  color: white;
  text-decoration: none;
}
a:active {
  color: black;
}
a:-webkit-any-link {
    text-decoration: none;
}
.footer .footer-content {
    width: 100%;
    text-align: center;
    font-size:14px;
    margin-top:30px;
    padding:10px 0;
}
.footer .footer-content a {
    color:white;
    text-transform: uppercase;
}
@-webkit-keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    22% { left: -100%; }
    42% { left: -100%; }
    44% { left: -200%; }
    64% { left: -200%; }
    66% { left: -300%; }
    86% { left: -300%; }
    88% { left: -400%; }
    100% { left: -400%; }
}
@keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    22% { left: -100%; }
    42% { left: -100%; }
    44% { left: -200%; }
    64% { left: -200%; }
    66% { left: -300%; }
    86% { left: -300%; }
    88% { left: -400%; }
    100% { left: -400%; }
}
div#slider { 
    overflow: hidden;
    width: 70%;
    margin:0 0 0 30px;
    display: block;
}
div#slider figure img {
    width: 20%; 
    float: left; 
}
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation: 30s slidy infinite;
          animation: 30s slidy infinite; 
}
div#slider_mobil { 
    display: none;
}
@media only screen and (max-width: 910px) {
    .halfed {
        width: 100%;
        height: auto !important;
        min-height: 200px;
    }
    .right_mobil {
        text-align: right;
    }
    .left_mobil {
        text-align: left;
    }

    h1 {
        padding: 0 20px;
        width: calc(100% - 40px);
        font-size: 30px;
    }
    h2 {
        padding: 0 20px;
        width: calc(100% - 40px);
        font-size: 30px;
    }
    h3 {
        padding: 0 20px;
        width: calc(100% - 40px);
        font-size: 30px;
    }
    .logo img{
        padding: 0 20px;
    }
    img {
        width: 100%;
        max-width: 300px;
    }
    p {
        padding: 0 20px;
/*        text-align: left;*/
        font-size: 14px;
    }
    .img_top_cover {
        float: none;
        width: 100%;
        max-width: 300px;
        margin: 0;
        padding: 0 20px;
    }
    .grid-container {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .grid-item p {
        text-align: center;
    }
    @-webkit-keyframes slidy_mobil {
        0% { left: 0%; }
        20% { left: 0%; }
        22% { left: -100%; }
        42% { left: -100%; }
        44% { left: -200%; }
        64% { left: -200%; }
        66% { left: -300%; }
        86% { left: -300%; }
        88% { left: -400%; }
        100% { left: -400%; }
    }
    @keyframes slidy_mobil {
        0% { left: 0%; }
        20% { left: 0%; }
        22% { left: -100%; }
        42% { left: -100%; }
        44% { left: -200%; }
        64% { left: -200%; }
        66% { left: -300%; }
        86% { left: -300%; }
        88% { left: -400%; }
        100% { left: -400%; }
    }
    div#slider_mobil { 
        overflow: hidden;
        margin: 0 20px;
        display: block;
    }
    div#slider_mobil figure img { 
        width: 20%; 
        float: left; 
        max-width: none;
    }
    div#slider_mobil figure { 
      position: relative;
      width: 500%;
      margin: 0;
      left: 0;
      text-align: left;
      font-size: 0;
      -webkit-animation: 30s slidy_mobil infinite;
              animation: 30s slidy_mobil infinite; 
    }
    div#slider { 
        display: none;
    }
    .mobil_off { 
        display: none;
    }
    .third .right_center {
        margin-top: 0;
    }
    .fourth {
        margin-top: 120px;
    }
    .grid-item {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 911px) {
    .left_bottom {
        bottom: 0;
        position: absolute;
    }
    p.left_space {
        font-size: 14px;
        margin: 0 20% 10% 10px;
        text-align: left;
    }
    p.left {
        font-size: 14px;
        margin: 0 20% 0 0;
        text-align: left;
    }
    p.right {
        font-size: 14px;
        margin: 0 0 0 20%;
        text-align: right;
    }
    .left_center {
        width: 100%;
        display: inline-block;
        margin: 0;
        margin-top:22px;
    }
}