
/*
RESPONSIVE
*/


@media screen and (max-width: 1000px) {

  .tableRwd tbody th, .tableRwd thead th {
    display: none;
    border: none;
    width: auto;
  }
  .tableRwd thead th{
    width: 100%;    
  }

  .tableRwd tfoot{
    display: block;
  }
  .tableRwd tbody td  {
    display: block;
    border: none;
    padding: 0;
    padding-left: 0.5em;
    width: 100% !important;
    text-align: left;
    clear: both;
  }
  .tableRwd tbody tr{
    border-top: 1px solid lightgray;  
  }

  .tableRwd tbody td:first-child {
    padding-top: .5em;
  }
  .tableRwd tbody td:last-child {
    padding-bottom: .5em;
  }
  .tableRwd tbody td[data-th]:before {
    content: attr(data-th) " : ";
  }
  .tableRwd tbody td:before {
    font-weight: bold;
    min-width: 30%;
    display: block;
    padding-right: 1em;
    float: left;
  }
  .tableRwd td[headers="hActions"]{
    text-align: center;
    font-size: 1.5em;
  }

}
@media screen and (max-width: 640px) {
  body{
    padding-top: none;
    margin-left: 0;
  }
  #content-inner, #header-inner, #footer-inner{
    width: 100% !important;
  }
  .block-baseline{
    font-size: 1rem;
  }
  .inner-line .void{
    display: none;
  }
  .inner-line{
    height: auto;
  }
  [class*="grid-"]{
    justify-content: space-around;
  }
  [class*="grid-1"] > *{
    margin: 0 !important;
    padding: 0 !important;
  }

  [class*="small-1"]{
    margin-left: 0 !important;
  }
  /*#header-inner .logo, #footer-inner .logo{
    width: auto !important;
  }*/

  #topbar{
    position: relative;
    width: 100%;
    display: block;
  }
  #topbar>div{
    text-align: center;
  }
  #topbar .zertitle{
    width: 100%;
    display: block;
  }

  .flex-item-double{
    width: calc(100% - 1em - 0.01px) ;
  }

  
  .account-admin{
    padding-top: 0;
  }
  #topbar .dropdowns{
    width: 100%;
  }
  #topbar .globalSearch{
    padding-top: 0.5em;
  }
  #topbar .events .hideable{
    min-width: auto;
  }
  #topbar  .events-list{
    width: 94vw;
  }
 

  #topbar>.dropdowns>div{
    text-align: right;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .feedback-service{
    display: none;
  }
  .wrapper-cols{
    display: block;
  }
  .isAdmin #container{
    width: 100% !important;
  }




  .menu-sidebar{
    /*position:fixed;*/
    /*bottom: 0;
    left: 0;*/
    width: 100%;
  }
  .menu-sidebar-content{
    width: 100%; 
    padding-top: 0;
  }

  .menu-sidebar-content ul li{
    display: inline-block;
  }

  .menu-sidebar-content ul li a{
    width: 2em;
    height: 2em;
    font-size: 2em;
  }
  .menu-sidebar-content ul li span{
    display: none;
  }
  .rbe_image img{
    width: 100%;
  }
  .rbe_image .img-small{
    width: auto; 
  }

  .rbe_bl iframe {
    /*width: 100%;*/
  }
  .rbe_text{
    padding-left: 0.5em; 
    padding-right: 0.5em;
  }

  .rbe_column_20{width:100% !important; }
  .rbe_column_25{width:100% !important; }
  .rbe_column_33{width:100% !important; }
  .rbe_column_50{width:100% !important; }
  .rbe_column_66{width:100% !important; }
  .rbe_column_75{width:100% !important; }

  .rbe_fullwidth:before{
    display: none;
  }
  
  .post-content{
    margin: 0 !important;
  } 

  .post-right, .post-left{
    width: 100% !important;
    margin: 0 !important;
  }
  .post-abstract{
    margin-right: 0 !important; 
    margin-left: 0 !important; 
  }

  .post-abstract .rbe_bl{
    padding: 0 0.5em; 
  }
  .post-left{
    padding: 0 !important;
  }
  .post-thumbnail img{
    width: 100%;
  }

  .inner-lines .inner-line > .block-menu{
    display: block;
  }


  .rbe_height_25, .rbe_height_50, .rbe_height_75{
      height: auto !important;
  }
  #cartSummary #itemPurchaseType,#cartSummary #itemUnitPriceIt,#cartSummary #itemQuantity{
    display: none;
  }
  #cartSummary tbody .itemPurchaseType,#cartSummary tbody .itemUnitPriceIt,#cartSummary tbody .itemQuantity{
    display: none;
  }

}


@media screen and (max-width: 550px) {
  .burger{
    display: inline-block;
  }
  .burger.active{

  }

  /*, #header-inner .block-rbe*/
  #header-inner .block-socials, #header-inner .block-baseline{
    display: none;
  }

  .inner-lines .inner-line > .menu-top{
    display: none;
  }
  .inner-lines .inner-line > .menu-top nav li{
    display: block !important;
  }
  .inner-lines .inner-line > .menu-top nav ul{
    margin: 0 !important;
    padding: 0 !important;
  }
  .inner-lines .inner-line > .menu-top nav a{
    display: block;
  }
  .block-menu li{
    display: block;
  }
  #container #header-inner .inner-line > .block-loginmenu{
    border-radius: 0px;
  }
  .rbe_catch{
    font-size: 1.5em !important;
  }
  h1{
    font-size: 1.5em !important;
  }
  h2{
    font-size: 1.3em !important;
  }
  h3{
    font-size: 1.1em !important;
  }
  h4{
    font-size: 1.0em !important;
  }

  .flex{
    flex-direction: column !important;
  }
  .flex>*{
    width: 100%;
  }
  .inner-line.flex{
    flex-direction: column !important;
  }
  .inner-line{
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    min-height: 0px !important;
  }

  .inner-line > div{
    height: 100% !important;
    width: 100% !important;
    text-align: center !important;
  }

  .breadcrumb{
    
  }

  .breadcrumb li{
    min-width: auto;
    font-size: 0.8em;
    padding: 0;
  }
  .breadcrumb-counter li a::before{
    display: none;
  }

  .sticky_seats{
    position: relative;
  }

}