.tm-sidebar-width-20 .tm-content-wrapper {
    width: 100%;
}
.tm-content-wrapper, body{
 
  background:#282931;
  
}
.tm-wrapper {
    margin-left: auto!important;
    margin-right: auto!important;
}
.logos_container{
  max-width:1040px;
  margin-left:auto;
  margin-right:auto;
  display:block;
}

.tm-content-wrapper{
  border:none;
}

 

/*-----------------------responsive--------------------*/




/*phones*/


@media only screen 
and (min-width : 320px) 
and (max-width : 480px){
  
  .intro .uk-width-1-5{
    width:80%;
    margin-left:auto;
    margin-right:auto;
  }

}



@media only screen 
and (min-width : 320px) 
and (max-width : 480px)
and (orientation : portrait){
    
  
}

  
@media only screen 
and (min-width : 320px) 
and (max-width : 480px)
and (orientation : landscape){
   
}

/*bis zu iPad*/
@media only screen
and (min-width : 481px) 
and (max-width : 767px) {
 
  .intro .uk-width-1-5{
    width:80%;
    margin-left:auto;
    margin-right:auto;
  }

}

/*iPad*/
@media only screen
and (min-width : 768px) 
and (max-width : 1024px) {
.intro .uk-width-1-5{
    width:80%;
    margin-left:auto;
    margin-right:auto;
  }

}
/*iPad portrait*/

@media only screen
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait){ 
 
  

  
  }

/*ipad Landscape*/
@media only screen
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape){ 
  
  
  
  
  

}  

/*Desktop*/
@media only screen 
  and (min-width : 1025ppx)
  and (max-width : 1200px){
   
    .logos.margin-top{
      margin-top:90px;
    }
   
}
@media only screen
  and (min-width : 1200px){
    .logos.margin-top{
      margin-top:90px;
    }
}

