/*-------------------------------------/*
 * Projekt - Rene Surlemont      
             v1 / 000002
             Last Update / 106218
             Copyright by rs-review.de       
/*-------------------------------------*/

/*------------------------------------/*
 * slider - Styles
/*------------------------------------*/ 
   #intro {
    background: url('../img/"".JPG') no-repeat top center;   
    width: 100vw;
    height: 100vh;
    background-size: cover;
    /*padding:250px 0;*/
    position: relative;
}
  #slid {
    width: 100%;
    height: 100vw;
    background-size: cover;
    /*padding:250px 0;*/
    position: relative;
}
   .slid1 {
    background: url('../img/IMG_3060-k.JPG') no-repeat top center; 
    background-attachment: fixed;
   } 
   .slid2 {
    background: url('../img/ktm duke 125 2017-k1920.jpg') no-repeat top center; 
    background-attachment: fixed;
   } 
    .slid3 {
    background: url('../img/yamaha ybr 125-k.jpg') no-repeat top center;
    background-attachment: fixed;
   } 
    .slid4 {
    background: url('../img/IMG_1311-k.jpg') no-repeat top center;
    background-attachment: fixed;
   } 
#slid:before {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;   
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */    
}
#slid h1 {
    text-align: center;
    color:#fff;
    font-weight:bold;
    z-index:1;
}
#slid h1 span {
    display: block;
}
#slid .container {
    position: relative;
    z-index: 1;
}
/*------------------------------------/*
 * description
/*------------------------------------*/ 
div.absolute {
    position: absolute;
    top: 80px;
    right: 0;
    width: 350px;
    height: 200px;
    background-color: red;
}
div.absolute .h2, h2 {
    padding: 0 25px 0 20px;
    font-size:20px;
    margin-bottom: 15px;
    margin-top: 20px;
    color: white;
    text-align: left;
    text-decoration: underline;
    font-weight: bold;
}
  div.absolute .tbild {
    padding: 0 25px 0 20px;
    font-size: 16px;
    color: white;
    text-align: left;
}
@media screen and (max-width: 47.75em) {
        .slid1 {
        background: url('../img/IMG_3060-k-s.JPG') no-repeat top center; 
        width: 100%;
        height: 100%;
       }     
        .slid2 {
        background: url('../img/ktm duke 125 2017-k.JPG') no-repeat top center; 
        width: 100%;
        height: 100%;
       } 
        .slid3 {
        background: url('../img/yamaha ybr 125.jpg') no-repeat top center;
        width: 100%;
        height: 100%;
       } 
        .slid4 {
        background: url('../img/Peugeot Speedfight 3.jpg') no-repeat top center;
        width: 100%;
        height: 100%;
       } 
  div.absolute{
    position: static;
    margin-top: 0;
    right: 0;
    width: 100vw;
    height: 132px;
    background-color: red;
  }
  div.absolute .h2, h2 {
    padding: 10px 25px 0 20px;
    font-size:17px;
    margin-bottom: 8px;
    margin-top: 0px;
    color: white;
    text-align: left;
    text-decoration: underline;
    font-weight: bold;
}
  div.absolute .tbild {
    padding: 0 25px 0 20px;
    font-size: 13px;
    color: white;
    text-align: left;
}
}