/*
Mobilgeräte
*/
@media
only screen and (max-width: 720px) {
.portalvietnam-hidemobile {
display:none !important;
}
.portalvietnam-mobileonly {
display: block !important;
}
.portalvietnam-layouttabelle table, .portalvietnam-layouttabelle th, .portalvietnam-layouttabelle tbody, .portalvietnam-layouttabelle tr {
display:block;
border:none;
}
.portalvietnam-layouttabelle table {
width:100% !important;
}
.portalvietnam-layouttabelle td {
display:block;
border:none;
width:unset !important;
}
.portalvietnam-layouttabelle th {
padding:0;
width:unset !important;
}
}