.border5 {border: 5px solid #fff;}
.tm-logo h2 {margin-left: 56px; margin-top: -36px;}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Regular'), local('Lato-Regular'), url(lato300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Light'), local('Lato-Light'), url(lato400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.tm-article-content table {width: 100%;}
.tm-article-content td {padding: 3px 10px; }
.tm-article-content tr:nth-child(even) {
background-color: #efefef;
}

.halb {max-width: 40%; float: left;}
.halb2 {max-width: 50%; padding-left: 20px; float: left;}

@media (max-width: 1219px) {
.halb {max-width: 100%; float: none;}
.halb2 {max-width: 100%; padding-left: 0px; float: none;}
}