/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Roboto/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('https://service.wochenblatt-reporter.de/ablage/fonts/Montserrat/montserrat-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Montserrat/montserrat-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Montserrat/montserrat-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Montserrat/montserrat-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Montserrat/montserrat-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://service.wochenblatt-reporter.de/ablage/fonts/Montserrat/montserrat-v18-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;         
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 1.5rem;
    font-size:1rem;
    color: #0a0a0a; 
    -webkit-font-smoothing: antialiased;
    width:100%;
}
h2 {
    font-size:2rem;
    line-height:2.5rem;
    font-weight:400;
    margin-bottom:0.5rem;
    color:#000;
    font-family: Montserrat,sans-serif;
    text-rendering: optimizeLegibility;
}
h3 {
	font-size:1.3rem;
    line-height:1.8rem;
    font-weight:600;
    margin-bottom:0.5rem;
    color:#000;
    font-family: Montserrat,sans-serif;
    text-rendering: optimizeLegibility;
	text-align:center;
}
h4 {
	font-size:1.1rem;
    line-height:1.5rem;
    font-weight:600;
    margin-bottom:0.2rem;
    color:#000;
    font-family: Montserrat,sans-serif;
    text-rendering: optimizeLegibility;
	text-align:center;
}
table {   
    border-spacing:0px; 
}
#myTable img {
    width:2rem;
    text-align:center;
}
#myTable td {
    padding:0.3rem;
}
#myTable {
    width:100%;
	
}

.tag {
    font-weight:600;
    font-size:0.8rem;
    line-height:0.9rem;
	text-align:center;
}
.res {
  font-size:1.5rem;
  font-family: Montserrat,sans-serif;
  width:10%;
  text-align:center;
}
.team1 {
  text-align:right;
  width:150px;
  font-size:1.1rem;
  line-height:1.2rem;
}
.team2 {
  text-align:left;
  width:150px;
   font-size:1.1rem;
   line-height:1.2rem;
}

#legende {
    font-size:0.4rem;
}
@media only screen and (max-width: 400px) {
	.team1 {
  
  font-size:0.85rem;
  line-height:0.9rem;
}
.team2 {
  
   font-size:0.85rem;
   line-height:0.9rem;
}
}


