/* Enter Your Custom CSS Here */
@media only screen and (max-width: 768px) {
.team-abstand {
  margin-bottom:30px !important; 
}
  
  
  .one_half { width:100% !important; }
  
}

.standard ul li {
list-style-type: square;
}

.one_half .last_column { 
  width:49%;
}

.one_half  { 
  width:49%;
}

/* Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  
  
  .node iframe {
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.node2 iframe {
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tab-content {
    padding: 0px !important ;}

}
