/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/roboto-v20-latin-100.eot'); /* IE9 Compat Modes */
    src: local('Roboto Thin'), local('Roboto-Thin'),
         url('/fonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */
         url('/fonts/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/roboto-v20-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
         url('/fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
         url('/fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-regular - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
         url('/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-500 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
         url('/fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
         url('/fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
         url('/fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
         url('/fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-900 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/roboto-v20-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black'), local('Roboto-Black'),
         url('/fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */
         url('/fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  

html {
    font-family: 'Roboto';
    color: #ffffff;
}

body {
    background: url('background.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: top right;
    hyphens: auto!important;
}

h1 {
    font-size: 2.5em;
    /*! color: #e84e1b !important; */
    hyphens: auto!important;
    background: rgba(256,256,256,0.2);
    padding: 2px 0 2px 5px;
}
h2 {
    color: #fff !important;
    hyphens: auto!important;
    background: rgba(256,256,256,0.2);
    padding: 2px 0 2px 5px;
}

p {
    font-weight: 100;
}

a:link, a:visited {
    color: #ffffff;
    text-decoration: none;
}

p.subline {
    position: relative;
    top: -22px;
    left: 22px;
    font-size: 2em;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.credit {
    position: fixed;
    top: 14px;
    right: 0px;
    writing-mode: sideways-lr;
}
.credit p {
    font-size: 0.8rem;
    opacity: 0.4;
    color: #000;
    font-weight: 300;
}


#intro2 {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,-50%);
}

.logo.start {
    position: absolute;
    top: 8vw;
    left: 7vw;
}

.logo img {
    position: relative;
    top: 28px;
    left: -20px;
}
.logo.start img {
        width: 35vw;
        min-width: 400px;
        max-width: 586px;
}

#intro2 .logo img {
    position: relative;
    top: 28px;
    left: -6px;
    max-width: 750px;
}


.text {
    position: absolute;
    bottom: 60px;
    left: 7vw;
    background-color: rgba(0,0,0,0.3);
    padding: 0 20px;
    max-width: 460px;
}
.text ul {
    color: #e84e1b;
    font-size: 3vw;
}
.text p {
    font-size: 1.5em;
    max-width: 80vw;
    line-height: 1.3;
}

li a, li a:link, li a:visited {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: 700;
}
li a:hover {
    color: #e84e1b;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 5px;
    text-align: center;
    margin-top: 1rem;
}
.footer a, .footer a:link, .footer a:visited {
    color: #ffffff;
    font-size: 1rem; 
    opacity: 1;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}


.fliesstext {
    padding: 1px 15px 50px;
    font-size: 1em;
    background: rgba(0, 0, 0, 0.5);
    max-width: 800px;
    margin-top: 45px;
}
.fliesstext a:link,.fliesstext a:visited {
    color: #ffffff;
    text-decoration: none;
}
.fliesstext a:hover {
    text-decoration: underline;
} 

@media (max-width:768px) and (orientation: portrait){

    .logo.start {
        position: absolute;
        top: 8vw;
        left: 2vw;
        background: rgba(0,0,0,0.4);
        width: 95vw;
        padding: 0 0 45px 0;
    }

    .logo.start img {
        width: 80vw;
        min-width: 100px;
        max-width: 380px;
    }
    .logo img {
        position: relative;
        top: 28px;
        left: 9px;
    }

    p {
        font-weight: 300;
    }

    .text {
        background-color: rgba(0,0,0,0.5);
        left: 2vw;
        max-width: 84vw;
    }

    .text ul {
        color: #e84e1b;
        font-size: 8vw;
    }
    li a:link {
        text-decoration: none;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 8vw;
        font-weight: 700;
        line-height: 14vw;
    }
    .text p {
        font-size: 1em;
        max-width: 100%;
        line-height: 1.3;
    }

    #intro2 {
        position: absolute;
        top: 10px;
        left: 0px;
        transform: translate(0%,0%);
        -ms-transform: translate(-50%,-50%);
    }
    #intro2 .logo img {
        left: 10px;
        max-width: 90vw;
        display: inline-block;
    }
    
    .fliesstext {
        padding: 1px 15px 50px 15px;
        max-width: 92vw!important;
    }



}