/*
 Theme Name: TuS
 Author: Rainer Falkenroth
 Version: 1
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.raster {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../uploads/raster.gif) 0 0 repeat;
  background-size: 8px 8px;
  z-index: -1;
}
.backstretch-caption-container {
  position: fixed;
  top: 250px;
  left: 6%;
  margin-left: 10px;
  z-index: -1;
}
.backstretch-caption {
  opacity: 0;
  font-family: "play", sans-serif;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 1.4em;
  padding: 0 10px 0.1em 0;
  position: relative;
  text-transform: uppercase;
  display: inline;
  color: #4d4d4d;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
}
.backstretch-caption a {
  color: #4d4d4d;
  display: inline;
  line-height: 1.3em;
  text-decoration: none;
  text-transform: uppercase;
}
.backstretch-caption a::after {
  content: " \BB";
  color: #e4002c;
  font-size: 1.3em;
  vertical-align: -0.05em;
}
.prev-slide,
.next-slide {
  width: 30px;
  height: 65px;
  position: fixed;
  top: 50%;
  margin-top: -33px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.prev-slide:hover,
.next-slide:hover {
  opacity: 0.8;
}
.prev-slide {
  background: url(../../uploads/pfeil_li.png) 0 0 no-repeat;
  background-size: 30px 65px;
  left: 1.5%;
}
.next-slide {
  background: url(../../uploads/pfeil_re.png) 0 0 no-repeat;
  background-size: 30px 65px;
  right: 1.5%;
}
.header {
  font-family: "play", sans-serif;
  font-weight: 700;
  position: fixed;
  top: 0;
  left: 6%;
  width: 88%;
  z-index: 1;
}
.header a {
  text-decoration: none;
  color: #7f7f7f;
}
.header h1 {
  margin-top: calc(75px - 0.5em);
  font-size: 2em;
  color: #e4002c;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.scrolled .header h1 {
  opacity: 0;
  margin-top: 0px;
}
.header .white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.scrolled .header .white {
  height: 60px;
}
.header .logo {
  width: 130px;
  height: 150px;
  margin: 0 20px 0 40px;
  float: left;
  background: url(../../uploads/tus_logo_gross_schatten.png) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.scrolled .header .logo {
  width: 130px;
  height: 95px;
}
.header .meta {
  font-size: 0.8em;
  font-weight: normal;
  position: absolute;
  top: 12px;
  right: 20px;
}
.container-tabelle,
.container-spielplan {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 15px 0;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 4em;
  width: 145.5%;
}
.container-tabelle h2,
.container-spielplan h2,
.container-tabelle h4,
.container-spielplan h4,
.container-spielplan .hb-embed > div p,
.container-spielplan .hb-embed > div a,
.hb-embed__schedule-list-item-teams,
.hb-embed__schedule-list-item-starts-at {
  padding: 0 0.5em;
}
.hb-embed__title-logo,
.hb-embed__schedule-list-item-starts-at.hb-embed__post {
  margin-right: 0.5em;
}
.content table.hb-embed__table {
  border-spacing: 0px;
  margin: 0 0 1.2em 0;
}
.hb-embed__btn.hb-embed__btn-primary,
.hb-embed__btn.hb-embed__btn-primary:hover {
  background-color: #e4002c !important;
  border-color: #e4002c !important;
  color: #fff !important;
}
.hb-embed__btn.hb-embed__btn-primary:hover {
  text-decoration: underline;
}
.hb-embed__table thead th {
  border-bottom: none !important;
  color: #fff;
  background-color: #999999;
  text-transform: uppercase;
}
.hb-embed__title-container {
  border-bottom: none !important;
}
.scrolled .header .meta,
.hb-embed__branding {
  display: none !important;
}
.header .some {
  position: absolute;
  top: calc(65px - 0.5em);
  right: 40px;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}
.header .mobile-some .some {
  position: relative;
  top: auto;
  right: auto;
  left: 0;
}
.scrolled .header .some {
  top: 12px;
}

.header .some a {
  display: block;
  float: right;
  margin-left: 10px;
  width: 35px;
  height: 35px;
}
.mobile-some a {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin: 10px 10px 10px 0;
}
.header .some a.fbk {
  background: url(../../uploads/icons_facebook.png) 50% 50% no-repeat;
  background-size: contain;
}
.header .some a.dhb {
  background: url(../../uploads/icons_dhb.png) 50% 50% no-repeat;
  background-size: contain;
}
.header .some a.hbk {
  background: url(../../uploads/icons_handballkreis_gt.png) 50% 50% no-repeat;
  background-size: contain;
}
.header .some a.sis {
  background: url(../../uploads/icons_sis.png) 50% 50% no-repeat;
  background-size: contain;
}
.header .some a.h4a {
  background: url(../../uploads/Icons_Handball4all.png) 50% 50% no-repeat;
  background-size: contain;
}
.header .some a.hbn {
  background: url(../../uploads/Icons_HandballNet.png) 50% 50% no-repeat;
  background-size: contain;
}
.mobile-some a.fbk {
  background: url(../../uploads/icons_facebook_w.png) 50% 50% no-repeat;
  background-size: contain;
}
.mobile-some a.dhb {
  background: url(../../uploads/icons_dhb_w.png) 50% 50% no-repeat;
  background-size: contain;
}
.mobile-some a.hbk {
  background: url(../../uploads/icons_handballkreis_gt_w.png) 50% 50% no-repeat;
  background-size: contain;
}
.mobile-some a.sis {
  background: url(../../uploads/icons_sis_w.png) 50% 50% no-repeat;
  background-size: contain;
}
.mobile-some a.h4a {
  background: url(../../uploads/Icons_Handball4all_w.png) 50% 50% no-repeat;
  background-size: contain;
}
.mobile-some a.hbn {
  background: url(../../uploads/Icons_HandballNet_w.png) 50% 50% no-repeat;
  background-size: contain;
}
.header .meta li {
  float: left;
}
.header .meta a {
  margin-right: 20px;
}
.header .meta a:hover,
.header .meta .current_page_item a {
  font-weight: bold;
}
.desktop-menu .sub-menu a:hover,
.desktop-menu .menu .current_page_ancestor > a,
.desktop-menu .sub-menu .current_page_item > a {
  text-decoration: underline;
}
.header .desktop-menu {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 4.1em;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}
.scrolled .header .desktop-menu {
  top: 40px;
}
.desktop-menu .menu {
  position: absolute;
  width: 100%;
  padding: 1.9em 0 0.7em 0;
  background-color: #e4002c;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}
.desktop-menu .menu li {
  float: right;
  margin-right: 50px;
}
.desktop-menu .menu li:first-child {
  margin-right: 40px;
}
.desktop-menu .menu a {
  font-size: 1.1em;
  color: #ffffff;
  text-decoration: none;
}
.desktop-menu a:hover,
.desktop-menu .sub-menu a:hover {
  text-decoration: underline;
}
.desktop-menu .sub-menu {
  position: absolute;
}
.desktop-menu .sub-menu .sub-menu {
  position: relative;
  margin: 0.5em 0 0 0.66em;
  font-weight: normal;
}
.mobile-menu,
.sub-menu {
  display: none;
}
.desktop-menu .menu .sub-menu li {
  float: none;
  clear: both;
  margin-left: 0;
  margin-bottom: 0.5em;
}
.desktop-menu .menu .sub-menu li:first-child {
  padding-top: 1.7em;
}
.desktop-menu .menu .sub-menu .sub-menu li:first-child {
  padding-top: 0;
}

.container {
  background-color: #ffffff;
  position: relative;
  margin: 216px 0 20px 6%;
  width: 88%;
  min-height: calc(100vh - 250px);
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}
.home .container {
  display: none;
}
.side-menu {
  display: block;
  float: left;
  margin-top: 2.15em;
  margin-left: 6%;
  width: 23%;
}
.fixedsidemenu .side-menu {
  position: fixed;
  top: 90px;
  margin-left: 5.28%;
  width: 20.24%;
}
.side-menu li {
  margin-bottom: 1.2em;
}
.side-menu .page-item-233 .children {
  display: none;
}
.side-menu .current_page_ancestor .children,
.side-menu .current_page_item .children {
  display: block;
}
.side-menu .children li {
  margin-bottom: 0em;
  margin-left: 1em;
}
.side-menu a {
  font-family: "play", sans-serif;
  text-decoration: none;
  color: #000000;
}
.side-menu .current_page_item > a,
.side-menu .current_page_ancestor > a.prevent:hover,
.side-menu .current_page_ancestor > a,
.side-menu a:hover {
  font-weight: 700;
}
.side-menu a.prevent:hover {
  font-weight: normal;
  cursor: normal;
}
.content {
  display: block;
  float: left;
  margin-top: 2em;
  padding-bottom: 2em;
  width: 65%;
}
.fixedsidemenu .content {
  margin-left: 29%;
}
.page-template-page-no-sidemenu .content {
  margin-left: 6%;
  width: 88%;
}
.page-template-page-team .content,
.page-template-page-team-neu .content {
  width: 42%;
}
.content h2 {
  font-family: "play", sans-serif;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 1.1em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.content h3 {
  font-family: "play", sans-serif;
  text-transform: uppercase;
  color: #e4002c;
  font-weight: 700;
  font-size: 1.33em;
  margin-bottom: 1.2em;
}
.content h3.showtable {
  padding-bottom: 1em;
  cursor: pointer;
  border-bottom: 2px dotted #666666;
}
.content h3.showtable::after {
  content: url(../../uploads/button_pfeil_nach_unten.png);
  transform: scale(0.5);
  transform-origin: bottom left;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: -0.25em;
  cursor: pointer;
}
.content h3.showtable.hidetable {
  border-bottom: none;
}
.content h3.showtable.hidetable::after {
  content: url(../../uploads/button_pfeil_nach_oben.png);
}
.content h4 {
  font-family: "play", sans-serif;
  font-weight: 700;
  font-size: 1.33em;
  margin-bottom: 0.6em;
}
.content .tabelle h4 {
  margin: 0.3em 0 0.3em 0;
}
.content table + h3 {
  display: block;
  margin-top: 2.4em;
}
.content .box h2 {
  font-size: 1.33em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.content .box h3,
.content .person .kontakt h4 {
  font-size: 1em;
  color: #000000;
  margin-bottom: 0;
}
.content p {
  margin-bottom: 1.5em;
}
.content a {
  color: #000000;
  text-decoration: none;
}
.page-template-default .content a,
.page-template-default .content table a:hover {
  color: #e4002c;
  text-decoration: none;
}
.content a:hover {
  color: #e4002c;
}
.page-template-default .content a:hover {
  text-decoration: underline;
}
.content img {
  max-width: 100%;
  height: auto;
}
.page-template-default .grid {
  width: 100%;
  margin-bottom: 4em;
}
.page-template-page-team .grid,
.page-template-page-team-neu .grid {
  width: 150%;
  margin-bottom: 4em;
}
.grid::after {
  content: "";
  display: block;
  clear: both;
}
.grid .person {
  float: left;
  width: 20%;
  margin: 0 3% 3% 0;
  padding: 1% 1% 9% 1%;
  border-radius: 18px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.page-template-page-team .grid .person,
.page-template-page-team-neu .grid .person {
  padding: 1% 1% 4% 1%;
}
.page-template-page-team .grid .person.focused,
.page-template-page-team-neu .grid .person.focused {
  width: 45%;
  padding-bottom: 5.9%;
  font-size: 2em;
  line-height: 1.2em;
}
.page-template-default .grid .person .btn {
  font-family: "play", sans-serif;
  font-size: 0.9em;
  display: block;
  position: absolute;
  bottom: 4px;
  right: 10px;
}
.page-template-default .grid .person .btn:hover {
  color: #e4002c;
}
.page-template-default .grid .person .btn::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45M3B4IiBoZWlnaHQ9IjExLjE0cHgiIHZpZXdCb3g9IjAgMCAxMi45M3B4IDExLjE0cHgiPjxkZWZzPjxzdHlsZT4uYzF7ZmlsbDojZTQwMDJjO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iYzEiIGQ9Ik0gMi44NSAwIEwgMCAwIDIuMSA0LjMgMCA4LjYgMi44NSA4LjYgNS4xIDQuMyAyLjg1IDAgTSAxMC4wNSA0LjMgTCA3LjggMCA0Ljk1IDAgNyA0LjMgNC45NSA4LjYgNy44IDguNiAxMC4wNSA0LjMgWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAyLjUpIi8+PC9zdmc+");
  margin-left: 5px;
  float: right;
}
.page-template-default .grid .person .kontakt {
  font-family: "play", sans-serif;
  display: block;
  opacity: 0;
  width: 100%;
  padding: 3% 1% 3% 1%;
  height: 95%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-template-default .grid .person .kontakt a {
  color: #000000;
  text-decoration: none;
  display: none;
}
.page-template-default .grid .person .kontakt a:hover {
  color: #e4002c;
}
.page-template-default .grid .person.focused {
  margin: 0 69% 3% 0;
  -webkit-box-shadow: 4px 0px 6px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 0px 6px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 0px 6px -3px rgba(0, 0, 0, 0.3);
}
.person .kontakt strong,
.person .kontakt b {
  display: inline-block;
  width: 5em;
}
.page-template-default .grid .person.focused .kontakt {
  opacity: 1;
  width: 330%;
  padding: 3% 1% 3% 120%;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  cursor: normal;
}
.page-template-default .grid .person.focused .kontakt a {
  display: inline;
}
.page-template-default .grid .person .kontakt .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-weight: 700;
  cursor: pointer;
}
.page-template-default .grid .person .kontakt .close:hover {
  color: #e4002c;
}
.grid .person img {
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
}
.page-template-page-team .grid .person .name::before,
.page-template-page-team-neu .grid .person .name::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.8em;
  left: 0.3em;
  width: 100%;
  height: 200%;
  background: url(../../uploads/tus_logo_klein.png) 0 100% no-repeat;
  background-size: contain;
}
.grid .person .name {
  position: absolute;
  font-family: "play", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.grid .person .position {
  display: none;
  position: absolute;
  padding: 0.1em 0.4em 0.4em 0.4em;
  background-color: #ffffff;
  font-family: "play", sans-serif;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
  width: 80%;
  top: -0.7em;
  right: 0;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.page-template-page-team .grid .person .position,
.page-template-page-team-neu .grid .person .position {
  width: 97%;
}
.content table {
  font-family: "play", sans-serif;
  border-collapse: separate;
  border-spacing: 10px 0px;
  margin: 0 -10px 1.2em -10px;
}
.content table:not(.hb-embed__table) tr td {
  padding: 5px 0 5px 0;
  border-bottom: 2px dotted #666666;
}
.content table:not(.hb-embed__table) tr:first-child td {
  border-top: 2px dotted #666666;
}
.content table + table tr:first-child td {
  border-top: none;
}
.page-template-page-news .content table {
  width: 80%;
}
.page-template-page-news .content table td:last-child {
  width: 70%;
}
.page-template-page-table .content table {
  width: 100%;
}
.page-template-page-table .content table td {
  width: 20%;
}
.page-template-page-table .content table td:first-child {
  width: 10%;
}
.content table.download_table {
  width: 80%;
}
.content table.download_table td:first-child {
  width: 70%;
}
.content table.download_table td:last-child {
  width: 15%;
}
.content table.tabelle {
  width: 140%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}
.content table.tabelle td {
  border: none;
  text-align: center;
  padding: 0.5em 1em 0.5em 1em;
}
.content table.tabelle tr:first-child td {
  border: none;
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
}
.content table.tabelle td:nth-child(2),
.content table.tabelle tr:first-child td:nth-child(2) {
  text-align: left;
}
.content table.tabelle tr {
  border-top: 2px dotted #666666;
}
.content table.tabelle tr:first-child,
.content table.tabelle tr.grau + tr,
.content table.tabelle tr.rot + tr {
  border: none;
}
.content table.tabelle tr.grau {
  background-color: #999999;
  color: #ffffff;
  font-weight: 700;
  border: none;
}
.content table.tabelle tr.rot {
  background-color: #e4002c;
  color: #ffffff;
  font-weight: 700;
  border: none;
}
.content table.tabelle tr.rot:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.content table.tabelle tr.rot:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.box {
  position: relative;
  width: 570px;
  font-family: "play", sans-serif;
  padding: 1.2em 2em 1.2em 2em;
  border-radius: 20px;
  border: 2px dotted #666666;
  margin: 4em 0 4em 0;
}
.page-template-page-team .box,
.page-template-page-team-neu .box {
  width: calc(100% - 4em - 4px);
}
.box hr {
  border: none;
  margin-bottom: 1.2em;
  border-top: 2px dotted #666666;
}
.box a,
.page-template-default .content .box a,
.page-template-default .content table a {
  text-decoration: none;
  color: #000000;
}
.box a:hover,
.page-template-default .content .box a:hover {
  color: #e4002c;
}
.box strong,
.box b {
  display: inline-block;
  width: 9em;
}
.spiele {
  float: right;
  margin: 1em 1.5% 0 0;
}
.spiele .spiel {
  font-family: "play", sans-serif;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-bottom: 2em;
}
.spiele .spiel h3 {
  font-size: 1.33em;
  margin-bottom: 0.5em;
  color: #e4002c;
}
.spiele .spiel .tore,
.spiele .spiel .teams,
.spiele .spiel .halle {
  display: block;
  text-align: center;
}
.spiele .spiel .tore {
  font-size: 2em;
  margin: 0.5em;
  font-weight: 700;
}
.spiele .spiel .halle {
  font-size: 0.8em;
}
.bottom img {
  width: 100%;
}
.bottom img.alignleft {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.bottom img:first-child {
  margin-left: 0;
}
.wp-post-image {
  width: 97%;
  height: auto;
  margin: 1.5% 0 0 1.5%;
  border-radius: 10px 10px 0 0;
}
.stoerer {
  position: absolute;
  right: 2.5%;
  top: 31vw;
  width: 16vw;
  height: auto;
}
.box .stoerer {
  top: auto;
  bottom: 3vw;
  right: -7vw;
  width: 11.5vw;
}
a.btn,
.page-template-default .content a.btn,
.page-template-page-news .content table a {
  display: block;
  font-family: "play", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 28px 5px 10px;
  width: 13em;
  color: #ffffff;
  background-color: #e4002c;
}
table a.btn,
.page-template-default .content table a.btn,
.page-template-page-news .content table a {
  display: inline-block;
  width: auto;
}
.page-template-page-news .content table a {
  float: right;
}
a.btn::after,
.gallery .btn::after,
.page-template-page-news .content table a::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45M3B4IiBoZWlnaHQ9IjExLjE0cHgiIHZpZXdCb3g9IjAgMCAxMi45M3B4IDExLjE0cHgiPjxkZWZzPjxzdHlsZT4uYzF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iYzEiIGQ9Ik0yOTcuMzEsNDIwLjM4bC0yLjksNS41NmgtMy42NWwyLjY2LTUuNTYtMi42Ni01LjU3aDMuNjVabTYuMzgsMC0yLjksNS41NmgtMy42NWwyLjY2LTUuNTYtMi42Ni01LjU3aDMuNjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkwLjc2IC00MTQuODEpIi8+PC9zdmc+");
  position: absolute;
  margin-left: 5px;
}
a.btn:hover,
.page-template-default .content a.btn:hover,
.page-template-page-news .content table a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.small {
  font-size: 0.8em;
  font-style: italic;
}
#loginform label {
  display: block;
}
#loginform .input {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}
#loginform .button {
  border: none;
  font-size: 1em;
  display: block;
  font-family: "play", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 30px 10px 10px;
  margin-top: 119px;
  color: #ffffff;
  background: #e4002c
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45M3B4IiBoZWlnaHQ9IjExLjE0cHgiIHZpZXdCb3g9IjAgMCAxMi45M3B4IDExLjE0cHgiPjxkZWZzPjxzdHlsZT4uYzF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iYzEiIGQ9Ik0yOTcuMzEsNDIwLjM4bC0yLjksNS41NmgtMy42NWwyLjY2LTUuNTYtMi42Ni01LjU3aDMuNjVabTYuMzgsMC0yLjksNS41NmgtMy42NWwyLjY2LTUuNTYtMi42Ni01LjU3aDMuNjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkwLjc2IC00MTQuODEpIi8+PC9zdmc+")
    90% 50% no-repeat;
  cursor: pointer;
}
#loginform .button:hover {
  text-decoration: underline;
}
.gallery + p {
  margin-bottom: 3.8em;
}
.gallery br {
  clear: none;
  display: none;
}
.gallery::after {
  content: "";
  display: block;
  clear: both;
}
.gallery-item {
  display: none;
  width: auto !important;
  margin-right: 1em;
}
.gallery-item a {
  display: block;
  position: relative;
}
.gallery-item img {
  display: block;
  height: 150px;
  width: auto;
  border: 0 !important;
  margin: 0 !important;
}
.gallery-item a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5) url(../../uploads/icon_vergroesserung.png) 50%
    50% no-repeat;
  background-size: 2.5em 2.5em;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.gallery-item a:hover::after {
  opacity: 1;
}
.gallery .btn,
.gallery .zur {
  float: left;
  display: block;
  font-family: "play", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 28px 5px 10px;
  margin-top: 125px;
  color: #ffffff;
  background-color: #e4002c;
  cursor: pointer;
}
.gallery .zur {
  clear: both;
  margin-top: 0.5em;
  padding: 5px 10px 5px 10px;
  width: 220px;
}
.gallery .zur::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45M3B4IiBoZWlnaHQ9IjExLjE0cHgiIHZpZXdCb3g9IjAgMCAxMi45M3B4IDExLjE0cHgiPjxkZWZzPjxzdHlsZT4uYzF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iYzEiIGQ9Ik05LjMsMGwzLjcsMGwtMi43LDUuNmwyLjcsNS42SDkuM0w2LjQsNS42TDkuMywweiBNMi45LDBsMy43LDBMMy45LDUuNmwyLjcsNS42SDIuOUwwLDUuNkwyLjksMHoiLz48L3N2Zz4=");
  margin-right: 10px;
}
.gallery-item:nth-child(1),
.gallery-item:nth-child(2),
.gallery-item:nth-child(3),
.gallery-item.show {
  display: block;
}
.slb_viewer {
  position: fixed !important;
}
.slb_viewer_layout {
  top: 1em !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-family: "play", sans-serif !important;
  font-style: normal !important;
  font-size: 1.5em !important;
  color: #000000 !important;
}
#slb_viewer_wrap
  .slb_theme_slb_default
  .slb_controls
  .slb_slideshow
  .slb_template_tag {
  background: url("../../uploads/icon_play.png") 0 0 no-repeat !important;
  background-size: contain !important;
}

#slb_viewer_wrap
  .slb_theme_slb_default
  .slb_controls
  .slb_close
  .slb_template_tag {
  background: url("../../uploads/icon_schliessen.png") 0 0 no-repeat !important;
  background-size: contain !important;
}
#slb_viewer_wrap
  .slb_theme_slb_default
  .slb_content
  .slb_prev
  .slb_template_tag {
  background-image: url(../../uploads/pfeil_li.png) !important;
  background-size: 20px 44px;
}
#slb_viewer_wrap
  .slb_theme_slb_default
  .slb_content
  .slb_prev
  .slb_template_tag:hover,
#slb_viewer_wrap
  .slb_theme_slb_default
  .slb_content
  .slb_next
  .slb_template_tag:hover {
  opacity: 0.8 !important;
}
#slb_viewer_wrap
  .slb_theme_slb_default
  .slb_content
  .slb_next
  .slb_template_tag {
  background-image: url(../../uploads/pfeil_re.png) !important;
  background-size: 20px 44px;
}
#slb_viewer_wrap
  .slb_theme_slb_default.slideshow_active
  .slb_controls
  .slb_slideshow
  .slb_template_tag {
  background: url("../../uploads/icon_pause.png") 0 0 no-repeat !important;
  background-size: contain !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_template_tag_ui,
#slb_viewer_wrap
  .slb_theme_slb_default
  .slb_controls
  .slb_template_tag_ui:hover {
  width: 2.5em !important;
  height: 2.5em !important;
}
#slb_viewer_wrap
  .slb_theme_slb_default
  .slb_controls
  .slb_template_tag_ui_close,
#slb_viewer_wrap
  .slb_theme_slb_default
  .slb_controls
  .slb_template_tag_ui_close:hover {
  opacity: 1 !important;
}
.clear {
  clear: both;
}
@media all and (max-width: 1280px) {
  .desktop-menu .menu li {
    margin-right: 20px;
  }
  .header h1 {
    font-size: 1.8em;
  }
  .scrolled .header .logo {
    width: 95px;
    height: 95px;
  }
}
@media all and (max-width: 1024px) {
  .header .logo {
    margin-left: 20px;
  }
  .desktop-menu .menu li {
    margin-right: 12px;
  }
  .scrolled .header .logo {
    width: 77px;
    height: 77px;
  }
  .header h1 {
    font-size: 1.6em;
  }
  .side-menu {
    margin-left: 3%;
    width: 20%;
  }
  .content {
    width: 74%;
  }
  a.btn::after,
  .gallery .btn::after {
    margin-left: 6px;
  }
  .fixedsidemenu .side-menu {
    margin-left: 2.64%;
    width: 17.6%;
  }
  .fixedsidemenu .content {
    margin-left: 23%;
  }
  .box {
    width: 500px;
  }
  .page-template-page-team .box,
  .page-template-page-team-neu .box {
    width: calc(144.4% - 4em - 4px);
  }
  .content table.tabelle {
    width: 144.4%;
  }
  .grid .person {
    width: 28%;
    padding: 1% 1% 9% 1%;
  }
  .page-template-page-team .grid .person,
  .page-template-page-team-neu .grid .person {
    padding: 1% 1% 6% 1%;
  }
  .page-template-page-team .grid .person.focused,
  .page-template-page-team-neu .grid .person.focused {
    width: 61%;
    padding-bottom: 10.66%;
  }
  .page-template-default .grid .person.focused .kontakt {
    width: 207.5%;
  }
  .gallery-item img {
    height: 120px;
  }
  .gallery .btn {
    margin-top: 96px;
  }
}
@media all and (max-width: 990px) {
  .header {
    left: 2%;
    width: 96%;
  }
  .scrolled .header .logo {
    width: 90px;
    height: 90px;
  }
  .scrolled .header h1 {
    opacity: 1;
    margin-top: 20px;
  }
  .stoerer {
    width: 24vw;
    top: 34.2vw;
  }
  .container {
    width: 96%;
    margin: 200px 0 0 2%;
  }
  .page-template-page-news .content table {
    width: 100%;
  }
  .desktop-menu,
  .side-menu,
  .meta,
  .some {
    display: none;
  }
  .mobile-menu,
  .mobile-some .some {
    display: block;
  }
  .mbtn {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 60px;
    right: 20px;
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
  }
  .scrolled .mbtn {
    top: 17px;
  }
  .mbtn:after,
  .mbtn:before,
  .mbtn span {
    background: #e4002c;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 3.3px;
    margin-top: -1.5px;
    transition: all 0.2s linear;
  }
  .mbtn:before {
    content: "";
    top: 8px;
  }
  .mbtn:after {
    content: "";
    top: 22px;
  }
  .mmenu .mbtn:after,
  .mmenu .mbtn:before {
    transform: rotate(45deg);
    top: 15px;
  }
  .mmenu .mbtn:after {
    transform: rotate(-45deg);
  }
  .mmenu .mbtn span {
    opacity: 0;
  }
  .menu-mobile-menu-container {
    margin-top: 130px;
    padding-top: 2em;
    height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 130px - 2em);
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: margin-top 0.2s, height 0.2s;
    transition: margin-top 0.2s, height 0.2s;
  }
  .scrolled .menu-mobile-menu-container {
    margin-top: 40px;
  }
  .mmenu .mobile-menu .menu-mobile-menu-container {
    height: 275px;
  }
  .menu-mobile-menu-container::before {
    content: "";
    position: absolute;
    margin-top: -2em;
    height: 3em;
    width: 100%;
    background-color: #e4002c;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  }
  .menu-mobile-menu-container .menu {
    margin: 3%;
  }
  .menu-mobile-menu-container .menu::after {
    content: "";
    display: block;
    clear: both;
  }
  .menu-mobile-menu-container .menu .sub-menu {
    margin: 0.25em 0.25em 0.25em 1em;
  }
  .menu-mobile-menu-container .menu a {
    color: #ffffff;
  }
  .menu-mobile-menu-container .menu .current_page_item > a,
  .menu-mobile-menu-container .menu .current_page_ancestor > a {
    text-decoration: underline;
  }
  .content,
  .page-template-page-team .content,
  .page-template-page-team-neu .content,
  .page-template-page-no-sidemenu .content,
  .fixedsidemenu .content,
  .spiele {
    float: left;
    margin-left: 2.5%;
    width: 95%;
  }
  .spiele::after {
    content: "";
    clear: both;
    display: block;
    height: 4em;
  }
  .spiel {
    float: left;
    width: calc(48.5% - 20px);
    margin-left: 3%;
    height: 12em;
  }
  .spiel:first-child {
    margin-left: 0;
  }
  .spiele .btn {
    float: left;
    clear: both;
    margin-bottom: 1em;
    width: calc(48.5% - 40px);
  }
  .content table.tabelle,
  .container-tabelle,
  .container-spielplan {
    width: 100%;
  }
  .page-template-page-team .grid,
  .page-template-page-team-neu .grid {
    width: 103%;
  }
  .box {
    width: calc(100% - 4em - 4px);
  }
  .box.mitstoerer {
    width: calc(100% - 4em - 4px - 7vw);
  }
  .page-template-page-team .box,
  .page-template-page-team-neu .box {
    width: calc(100% - 4em - 4px);
  }
  .page-template-default .grid .person.focused .kontakt {
    width: 207.5%;
  }
}
@media all and (max-width: 600px) {
  .scrolled .header h1,
  .header h1 {
    font-size: 5.25vw;
    line-height: 1em;
    width: 55vw;
    margin-top: 2vw;
  }
  .scrolled .header .white,
  .header .white {
    height: 15vw;
  }
  .scrolled .header .logo,
  .header .logo {
    width: 21vw;
    height: 21vw;
    margin: 0 2vw 0 2vw;
  }
  .mbtn,
  .scrolled .mbtn {
    top: 5vw;
  }
  .menu-mobile-menu-container,
  .scrolled .menu-mobile-menu-container {
    margin-top: 10vw;
    padding-top: 11vw;
    max-height: calc(100vh - 21vw - 80px);
  }
  .menu-mobile-menu-container::before {
    height: 11vw;
    margin-top: -10vw;
  }
  .backstretch-caption-container {
    top: 100px;
  }
  .backstretch-caption {
    font-size: 1em;
  }
  .prev-slide,
  .next-slide {
    width: 20px;
    height: 44px;
    margin-top: -22px;
    background-size: 20px 44px;
  }
  .container {
    margin-top: 26vw;
  }
  .content {
    margin-top: 20px;
  }
  .content,
  .page-template-page-team .content,
  .page-template-page-team-neu .content,
  .page-template-page-no-sidemenu .content,
  .fixedsidemenu .content,
  .spiele {
    float: left;
    margin-left: 5%;
    width: 90%;
  }
  .content h2 {
    font-size: 1.5em;
    line-height: 1.1em;
    margin-bottom: 0.5em;
  }
  .content h3 {
    font-size: 1.2em;
    line-height: 1.1em;
    margin-bottom: 1.1em;
  }
  .wp-post-image {
    width: 95%;
    margin: 2.5% 0 0 2.5%;
  }
  .bottom img.alignleft {
    width: 100%;
    margin: 0 0 2.5% 0;
  }
  .stoerer {
    width: 32vw;
    top: 32vw;
    right: 3.2%;
  }
  .content table.download_table {
    width: 105%;
  }
  .box,
  .box.mitstoerer,
  .page-template-page-team .box,
  .page-template-page-team-neu .box {
    padding: 20px 0.66em;
    width: calc(100% - 1.32em - 4px);
  }
  .box .stoerer {
    width: 30vw;
    bottom: -15vw;
    right: 3vw;
  }
  .box br:first-child,
  .box .hidemobile {
    display: none;
  }
  .box strong {
    width: 100%;
  }
  .page-template-default .grid {
    width: 103%;
  }
  .grid .person {
    width: 43%;
    padding: 2% 2% 20% 2%;
  }
  .grid .person .name {
    font-size: 0.9em;
    line-height: 1.1em;
    width: 90%;
  }
  .page-template-page-team .grid .person .name::before,
  .page-template-page-team-neu .grid .person .name::before {
    bottom: 2em;
  }
  .grid .person .position {
    width: 92%;
    top: -1.2em;
    right: 0.1em;
    padding: 0.1em 0.2em 0.2em 0.2em;
  }
  .page-template-page-team .grid .person,
  .page-template-page-team-neu .grid .person {
    padding: 2% 2% 8% 2%;
  }
  .page-template-page-team .grid .person.focused,
  .page-template-page-team-neu .grid .person.focused {
    font-size: 1.8em;
    width: 93%;
    padding-bottom: 12%;
  }
  .page-template-default .grid .person.focused {
    font-size: 1.5em;
    width: 93%;
    padding-bottom: 60%;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  }
  .page-template-default .grid .person.focused .position {
    font-size: 5vw;
    top: -0.7em;
  }
  .page-template-default .grid .person.focused .name,
  .page-template-default .grid .person.focused .btn {
    display: none;
  }
  .page-template-default .grid .person.focused .kontakt {
    font-size: 0.55em;
    width: 93%;
    height: auto;
    padding: 102% 2% 2% 2%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .page-template-default .grid .person.focused .kontakt strong {
    width: 4em;
  }
  .page-template-default .grid .person.focused .kontakt p {
    margin-bottom: 0;
  }
  .page-template-default .grid .person.focused .kontakt b {
    font-size: 5vw;
  }
  .page-template-default .grid .person .kontakt .close {
    top: 93vw;
    right: 0;
  }
  .page-template-page-news .content table a {
    float: none;
  }
  .table_container {
    width: 98%;
    padding: 1%;
    overflow-x: scroll;
  }
  .spiel {
    width: calc(100% - 20px);
    margin-left: 0;
  }
  .spiele .btn {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 400px) {
  .content h2 {
    font-size: 1.2em;
  }
  .page-template-default .grid .person.focused {
    padding-bottom: 70%;
  }
  .page-template-page-team .grid .person.focused,
  .page-template-page-team-neu .grid .person.focused {
    padding-bottom: 13%;
  }
}
@media all and (min-width: 1980px) {
  body,
  html {
    font-size: 110%;
  }
}
