
* {
  padding:0;
  margin:0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:inherit;
  font-family:inherit;
  color:inherit;
}

html {
  font-size:100%;
}

body {
  font-size:14pt;
  line-height:150%;
  font-family:calibri,helvetica,arial,sans-serif;
  /*padding:1.5cm;*/
}

img {
  max-width:100%;
}

h1 img {
  border-radius:0.3cm;
  border:2px solid #ccc;
}

.teaser-box {
  padding:0.2cm 0.5cm;
  border-radius:0.3cm;
  background:#eee;
  border:2px solid #444;
  text-align:center;
}

#accordion dd {
  display:block ! important;
  margin-bottom:0.1cm;
}

#accordion {
  margin-bottom:0.3cm;
}

dt h3 {
  display:none;
}

#accordion h3,
#accordion dd {
  border-radius:0.3cm;
  border:2px solid #ccc;
  padding:0.2cm 0.5cm ! important;
}

#accordion h3 {
margin-bottom:0.05cm;
}

th,td {
  border:1px solid #ddd;
  border-radius:0.1cm;
  padding:0.1cm 0.2cm;
}

th {
  text-align:left;
}

#accordion h3 span,
.noprint,
img.fullwidth,
button,
a.button,
hr,
#footer,
#footer .flr {
  display:none ! important;
}