.btn,
.detaillink a,
.wwwlink a,
.spielberichtlinkhome a,
.btn-align-center,
.news-list-item .btn-read-more {
  display: block;
  display: inline-block;
  padding: 6px 25px;
  margin-bottom: 0;
  font-weight: 400;
  /*white-space: nowrap;*/
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 5px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*float:left;*/
  background: #9c9c9c;
  color: #fff !important;
  border-radius: 3px;
  text-align: center;
  padding: 10px 25px 20px 20px;
  padding: 10px 25px;
  margin: 0 10px 10px 0;
  border-style: none;
  background: url("/typo3conf/ext/zeitlosdesign/Resources/Public/Images/background_stoerer.png");
  /*background:#9c9c9c;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  /*border:1px solid #fff;*/
}
.btn.highlight {
  background: red;
  color: white;
}
.btn:hover,
.detaillink a:hover,
.wwwlink a:hover,
.spielberichtlinkhome a:hover,
.btn-align-center:hover,
.news-list-item .btn-read-more:hover {
  color: white !important;
  /*background: url("/typo3conf/ext/zeitlosdesign/Resources/Public/Images/background_stoerer_hover.png");*/
  /*  -webkit-filter: saturate(0);
   filter: saturate(0);*/
  /* background:#000000;*/
  /* background: #3b7f8a;*/
  background: url(/typo3conf/ext/zeitlosdesign/Resources/Public/Images/background_stoerer.png);
  filter: saturate(0.1);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btn-align-center {
  text-align: center;
}
.controls {
  width: 100%;
  height: 5%;
  /* of figure's height */
  position: relative;
}
