.newsite .text-block{
    width: 60%;

    text-align: center;
    margin: 50px auto 30px auto;
}


.newsite .double-text-block,.newsite .img-text-block{
    text-align: center;
    width: 60%;
    margin: 100px auto 100px auto;
    max-width: 1192px;
}
.newsite .img-text-block{
    width:45%;
}

.newsite .double-text-block img, .newsite .img-text-block img{
    display: block;
    margin: auto;
    margin-bottom: 40px;
}
.newsite .double-text-block .text-left-div,.newsite  .double-text-block .text-right-div{
    width: 45%;
    
}

.newsite h1.bold{
    font-weight: 900;
}
a{
    font-size: 14px;
    font-weight: 600;
}
.newsite .half-width-image {
    height: 560px;
}
.newsite .half-width-image .img-half{
    width: 50%;
}
.newsite .half-width-image .text-block{
    width: 50%;
    margin: 0;
    padding: 10%;
    padding-right: 20%;
    text-align: left;
    color: white;
}

.newsite .half-width-double{

}
.newsite .half-width-double .img-half{
    width: 50%;
    height: 900px;
}
.newsite .half-width-double .text-block{
    width: 100%;
    margin: 0;
    padding: 15%;
    padding-right: 25%;
    text-align: left;
    height: 50%;
    
}

.newsite .half-width-double .text-half{
    width: 50%;
    height: 900px;
}

.newsite .half-width-image .text-block a{
    color: white;
}
.newsite .d-flex{
    display: flex!important;
}

.newsite .bg-blue{
    background: #0098EA;
}

.newsite .bg-red{
    background:#A60010;
    
}
.newsite .bg-red h5, .newsite .bg-blue h5{
    color: #D6D6D6;
}
.newsite .bg.grey h5 {
    color: #8F8F8F;
}

.newsite .bg-grey{
    background: #F2F2F2;
    color: black!important;
}
.newsite .bg-grey a{
    color: black!important;
}
.newsite .bg-white{
    background:white;

}
.newsite .bg-white h5{
    color: #8F8F8F;
}

.newsite .bg-black{
    background: black!important;
}
.newsite .bg-black a{
    color: white;
}
.newsite .bg-black h5{
    color: #EBEBEB;
}
.newsite .justify-between{
    justify-content: space-between;
}



.newsite .margin-bottom{
    margin-bottom: 100px;
}

.newsite .margin-bottom-small{
    margin-bottom: 50px;
}
.newsite img{
    max-width: 100%!important;
}
.newsite h5{
    color:#8F8F8F;
    font-size: 12px;
    margin-bottom: 3px;
    letter-spacing: 2.4px;
    line-height: 17px;
    
}
.newsite p{
    font-size: 14px;
}
.text-align-left{
    text-align: left;
}
.newsite .padding-right-smaller{
    padding-right: 13%!important;
}
.newsite h1{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px;
}
#stilo{
    background-image: url(/fileadmin/_ns_/images/Stilo_ES.png);
    background-size: cover;
}

#fiore{
    background-image: url(/fileadmin/_ns_/images/Fiore-outdoor-Dauphin.png);
    background-size: cover;
}

#trendoffice1{
    background-image: url(/fileadmin/_ns_/images/trendoffice-1.png);
    background-size: cover;
}
#trendoffice2{
    background-image: url(/fileadmin/_ns_/images/trendoffice-2.png);
    background-size: cover;
}

#averio{
    background-image: url(/fileadmin/_ns_/images/averio.png);
    background-size: cover;
}

#zueco{
    background-image: url(/fileadmin/_ns_/images/zueco.png);
    background-size: cover;
}
#bossolino{
    background-image: url(/fileadmin/_ns_/images/Bosselino-1.png);
    background-size: cover;
}

#bosse-2{
    background-image: url(/fileadmin/_ns_/images/bosse-2.png);
    background-size: cover;
}
#modulspace{
    background-image: url(/fileadmin/_ns_/images/modulspace.png);
    background-size: cover;
}

.newsite .img-block{
    width:100%;
    height: 750px;
    position: relative;
}
.newsite .img-block-big{
    width:100%;
    height: 880px;
    position: relative;
}

.newsite .img-block-big .img-block-inner{

}

#bosse-2 .img-block-inner{
    color: white;
    top: 42%;
    left: 14%;
}
#bossolino .img-block-inner{
    
    top: 57%;
    left: 70%;
}
.newsite .img-block-inner{
    top: 32%;
    left: 5%;
    width: 427px;
    
    padding: 45px 30px;
    position: absolute;
    background: white;
}






.newsite .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* Hide the images by default */
  .newsite .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .newsite .prev,.newsite  .next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    
    padding: 16px;
    color: black;
    font-weight: bold;
    font-size: 28px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .newsite .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
 
  
  /* Caption text */
  .newsite .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .newsite .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .newsite .dot {
    display: none;
  }
  
  

/* Fading animation */
.newsite .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    opacity: 1;
    
  }
  .newsite .fade img, .fade video {
    height: 584px;
  }

  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }


  .newsite  .flex-wrap{
    flex-wrap: wrap;
  }



  @media(max-width:991px){
    .newsite  .text-block{
        width: 100%;
    
        
    }
    .rff-logo{
        margin-top: 50px!important;
    }
    .newsite .mt-negativ{
        margin-top:-450px!important ;
    }

    .newsite .img-block-inner{
        padding: 10px 30px;
        top: 46%;
    }
    .newsite .d-none-sm{
        display:none;
    }

    .newsite .fade img, .fade video {
        height: 55vw;
      }

    .newsite .double-text-block,.newsite .img-text-block{
        text-align: center;
        width: 100%;
        margin: 50px auto 100px auto;
        max-width: 1192px;
        
    }
    .newsite .double-text-block .text-left-div,.newsite .double-text-block .text-right-div{
        width: 100%;
        
    }

    .newsite .img-block{
        background-size: contain!important;
        background-repeat: no-repeat;
        height: 470px;
    }

    .newsite .half-width-image {
        height:100vw;
        margin-bottom: 100px;
    }
    .newsite .half-width-image .img-half{
        width: 100%;
        height: 50vw;
    }
    .newsite .half-width-image .text-block{
        width: 100%;
        margin: 0;
        padding: 10%;
        padding-right: 20%;
        
        text-align: left;
        color: white;
    }

    .newsite .half-width-double .img-half{
        width: 100%;
        height: 96vw;
        background-size: contain!important;
        background-repeat: no-repeat;
    }
    .newsite .half-width-double .text-half{
        width: 100%;
       
    }
    .newsite .half-width-double .text-block{
        width: 100%;
        margin: 0;
        padding: 15%;
        padding-right: 25%;
        text-align: left;
        height: 50%;
        
    }
    .newsite .img-block-big{
        width:100%;
        height: 100vw;
        background-size: contain!important;
        background-repeat: no-repeat;
        position: relative;
    }
    #bossolino .img-block-inner {
        top: 40%;
        left: 4%;
    }
    #bosse-2 .img-block-inner {
        color: white;
        top: 40%;
        left: 0%;
        width: 100%;
    }
  }

  @media(min-width:992px) and ( max-width:1280px){
    .newsite .text-block{
        width: 80%;
    
        
    }

    .newsite .fade img,.newsite .fade video {
        height: 47vw;
      }

      .newsite .double-text-block,.newsite .img-text-block{
        text-align: center;
        width: 100%;
        margin: 50px auto 100px auto;
        max-width: 1192px;
        
    }
    .newsite .double-text-block .text-left-div, .newsite .double-text-block .text-right-div{
        width: 45%;
        
    }

    .newsite .img-block{
        
        height: 400px;
    }

    .newsite .img-block-inner{
        top: 15%;
        
    }

    .newsite .half-width-image {
        height: 290px;
    }
    .newsite .half-width-image .img-half{
        background-size: contain!important;
    }
    .newsite .half-width-image .text-block{
        padding: 5%;
    }

    .newsite .img-block-big{
        background-size: contain!important;
        height: 460px;
        background-repeat: no-repeat;
    }
    
    #bossolino .img-block-inner {
        top: 30%;
        left: 50%;
    }
    #bosse-2 .img-block-inner {
        color: white;
        top: 20%;
        left: 0%;
        
    }
  }

  @media(min-width:2150px) {
    .newsite .half-width-image {
        height: auto;
    }
    .newsite .half-width-image.margin-bottom-small {
        margin-bottom: 20px;
    }
    }