html {
  font-size: 12px;
}

body {
  margin: 1rem;
  padding: 0;
  background-color:#FBFBFF;
  text-align: center;
}

body, td, div, p, a, .normal, .SU-normal {
  font-family: Verdana, sans-serife;
  letter-spacing: 0px;
  color:#666666;
}

div, p, h1 {
  margin: 0 auto;
  padding: 0;
}
 
ul, li, h2, form {
  margin: 0; 
  padding: 0;
}

h1 {
   letter-spacing: 1.5px;
   font-weight: bold;
   font-size: 3.5rem;
}

.box {
  max-width: 620px;
}

table {
  border: none;
  margin: 0 auto;
}

col.col1 {
  width: 210px;
}
col.col2 {
  width: 400px;
}
td {
  border: none;
  padding: 5px 2px;
  border-bottom: 1px solid gray;
  text-align: left;
}
tr td:first-child {
  vertical-align: top;
  text-align: center;
}

.subtitle, .SU-Untertitel {
   font-weight:bold;
   font-size:12pt;
}

.bold, .SU-hervorgehoben {
   font-weight:bold;
}

.zitat, .SU-Zitat {
   font-style:italic;
}

small,.small, .SU-klein {
   font-size:8pt;
   letter-spacing:0px;
}

@media only screen and (max-width: 480px) {
  body {
    margin: 1rem .5rem;
  }
  h1 {
    font-size: 2rem;
    letter-spacing: .5px;
  }
  col.col1 {
    width: auto;
  }
  col.col2 {
    width: 50%;
  }
  
  tr td:first-child img {
    max-width: 100%;
    height: auto;
  }

}