@font-face {
	font-family: 'tvglustig';
	src: url('img/tvglustig-webfont.woff') format('woff'),
		url('img/tvglustig-webfont.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

 body, html {
	  font-size:0.85rem;
  }
  section {
	  padding:3rem 0.5rem !important;
  }
.container {
	max-width: 500px;
}
a {
	color: #9a141b;
}
h4.is-4.subtitle {
	padding-top:10px;
	margin-bottom:4px;
	border-top:1px solid #ccc;
}

.button.is-primary.is-active {

	background-color: #9a141b
}

.button.is-primary.is-active a {
	color: #fff;

}

.tabs li.is-active a {
	border-bottom-color: #9a141b;
	color: #9a141b;
}

tr.srsHome, tr.srsHome td {
	background-color: #dbd1ce;
}

h1, h2, h3, h4 {
	font-family: 'tvglustig';
	font-weight: 400 !important;
}

img {
	max-width: 100%;

}
tr.srsSpielGestrichen  {
	text-decoration: line-through;
}

.button.is-floating{
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  border-radius: 100px;
  text-align: center;
  font-size: 1.6rem;
  box-shadow: 0 .0625em .125em rgba(0,0,0,.05);
  z-index: 3;
}

  .is-floating.is-large{
    width: 90px;
    height: 90px;
    font-size: 2.6rem;
  }

  .is-floating.is-medium{
    width: 75px;
    height: 75px;
    font-size: 2.2rem;
  }

  .is-floating.is-small{
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    border-radius: 50px !important;
  }