@charset "UTF-8";
/* CSS Document */

:root {
  --main-color: #e30513;
}
#tokushu {
  padding: 0;
}
#tokushu  p {
  margin: 0 0 1.5em 0;
}
#tokushu a {
  text-decoration: underline;
}
#tokushu a:hover {
  text-decoration: none;
}
#tokushu h1 {
  font-size: 32px;
  line-height: 1.2em;
  margin: 10px 0 15px 0;
  padding: 0;
}
#tokushu span.grey{
  margin: 0 0 20px 0
}
#tokushu h3 {
  padding: 10px 0;
  border-left: none;
  line-height: 1.5;
}
#tokushu h3.bundesliga-title_border {
  padding: 5px 10px;
  border-left: 5px solid;
}
#tokushu .box-words {
  border: 1px solid var(--main-color);
  padding: 0 36px 16px;
  position: relative;
  margin: 60px 0 0;
}
#tokushu div.box-words span {
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 20px;
  font-size: 20px;
}

#tokushu div.box-words p:first-of-type {
  margin: 60px 0 1.5em;
}

table.bundesliga-table_schedule {
  border: 1px solid var(--main-color);
  padding: 8px;
  width: 100%;
  margin: 0 0 32px;
}
table.bundesliga-table_schedule th {
  border-right: 1px solid var(--main-color);
  padding-right: 20px;
  font-weight: bold;
  text-align: center;
}

table.bundesliga-table_schedule td {
  padding-left: 20px;
}
#tokushu .bundesliga-box {
  border: 1px solid var(--main-color);
  padding: 32px;
  margin: 0 0 24px;
}
#tokushu .bundesliga-box strong {
  color: var(--main-color);
  font-size: 20px;
}
#tokushu .bundesliga-box p:last-of-type {
  margin: 0;
}
#tokushu h4.bundesliga-center {
  text-align: center;
}
#tokushu strong.bundesliga-strong {
  color: var(--main-color);
  font-size: 20px;
}
#tokushu span.bundesliga-team {
  background-color:  var(--main-color);
  padding: 4px 8px;
  text-align: center;
  margin: 0 0 16px;
  display: inline-block;
  color: #fff;
}
#tokushu span.bundesliga-number {
  color: #fff;
  background-color: var(--main-color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 8px 0 0;
  font-weight: bold;
  text-align: center;
  vertical-align: text-top;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#tokushu .bundesliga-wrap {
  display: flex;
  align-items: flex-start;
}
#tokushu .bundesliga-team__wrap {
  display: flex;
  color: var(--main-color);
  font-size: 24px;
  align-items: center;
}
#tokushu div.bundesliga-team_detail {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
#tokushu div.bundesliga-team_detail span {
  border: 1px solid;
  padding: 2px 8px;
  margin: 0 8px 0 0;
  width: 12%;
  text-align: center;
}
#tokushu div.bundesliga-wrap__box {
  width: 80%;
}
#tokushu div.bundesliga-wrap img {
  width: 14%;
}
#tokushu div.bundesliga-wrap img.bundesliga-wrap__img_bigger {
  width: 24%;
}

#tokushu div.bundesliga-wrap img.bundesliga-wrap__img_koln {
  width: 18%;
}

/* responsive */
body.white .site #tokushu {
  font-size: 16px;
  margin: 0 0 10px 0
}

body.white .site #tokushu h1 {
  margin: 15px 0 10px 0;
  padding: 0;
  font-size: 34px;
  line-height: 1.2em;
}
body.white .site #tokushu h3 {
  padding: 0;
}
body.white .site #tokushu h3 small {
  margin: 0;
}
body.white .site #tokushu h3.bundesliga-title_border {
  padding: 5px 10px;
}
body.white .site #tokushu div.box-more h4 {
  margin: 0;
}
body.white .site #tokushu .bundesliga-wrap {
  display: block;
}
body.white .site #tokushu div.bundesliga-wrap__box {
  width: 100%;
}
body.white .site #tokushu div.bundesliga-team_detail span {
  width: 16%;
  flex-shrink: 0;
}
body.white .site #tokushu div.bundesliga-wrap img {
  width: 46%;
  margin: 12px auto;
  display: block;
}
body.white .site #tokushu .bundesliga-team__wrap {
  flex-wrap: wrap;
  line-height: 1.2;
}
/* img-zoom */
.lum-lightbox.lum-open {
  z-index: 100;
}
a.img-zoom {
  position: relative;
  display: block;
}
a.img-zoom:after {
  content: "\f00e";
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 4px;
}
.lum-lightbox-inner {
  overflow: scroll;
  -ms-overflow-style: none;
}
.lum-lightbox-inner img {
  max-width: 100%;
  max-height: none;
}
.lum-lightbox-inner::-webkit-scrollbar {
  display: none;
}
.lum-gallery-button {
  display: none !important;
}
.lum-close-button {
  opacity: 0.7;
  background: #333;
}
