/*
** Verstecken
*/
.unsichtbar,
.versteckt {
  display:none;
}

.fullwidth{
  width:100% !important;
}