

/* Liste DE + EN */


#studienangebot-liste {
  
}

#studienangebot-liste #view-filter-marker {
  display: none;
}
 

@media only screen and (max-width: 1030px) {
  
}


@media only screen and (max-width: 970px) {
  
  #studienangebot-liste #view-filter-marker {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: -10px;
  }
  
  #studienangebot-liste #c25r-filter {
    display: none;
  } 
  
  #studienangebot-liste #c75l-list {
    display: block;
    width: 100%;
  } 
  
  #studienangebot-liste #c75l-list > .subcl {
    padding-right: 0;
  } 
  
  #studienangebot-liste table th:nth-child(1) {
    width: 50% !important;
  }
  
  #studienangebot-liste table th:nth-child(2) {
    width: 25% !important;
  }
}


@media only screen and (max-width: 650px) {

  #studienangebot-liste table th:nth-child(3) {
    display: none;
  }
  
  #studienangebot-liste table td:nth-child(3) {
    display: none;
  }
}


@media only screen and (max-width: 450px) {
  
  #studienangebot-liste table th:nth-child(1),
  #studienangebot-liste table td:nth-child(1) {
    width: 100% !important;
  }
  
  #studienangebot-liste table th:nth-child(2),
  #studienangebot-liste table td:nth-child(2) {
    /* display: none !important; */
  }
}


@media only screen and (max-width: 420px) {
	 
}

@media only screen and (max-width: 400px) {
	
  
}


@media only screen and (max-width: 300px) {
	
  
}

