/*
	Frameless			<http://framelessgrid.com/>
	by Joni Korpi 		<http://jonikorpi.com/>
	licensed under CC0	<http://creativecommons.org/publicdomain/zero/1.0/>
*/
/*
	Margin, padding, and border resets
	except for form elements
*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
	Consistency fixes
	adopted from http://necolas.github.com/normalize.css/
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
/*
	These are easy to forget
*/
::selection {
  background: #c8d3d9;
  color: #000;
}
::-moz-selection {
  background: #c8d3d9;
  color: #000;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(227, 0, 15, 0.6);
}
@font-face {
  font-family: 'ChunkFiveRegular';
  src: url('../fonts/Chunkfive-webfont.eot');
  src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.woff2') format('woff2');
}
@font-face {
  font-family: 'open_sansextrabold';
  src: url('../fonts/opensans-extrabold-webfont.woff') format('woff'), url('../fonts/opensans-extrabold-webfont.woff2') format('woff2');
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/OpenSans-Bold-webfont.eot');
  src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/OpenSans-Semibold-webfont.eot');
  src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
}
body {
  font-family: 'open_sanssemibold', Arial, sans-serif;
  font-size: 62.5%;
  color: #000;
  background-color: #fff;
}
.clear {
  clear: both;
}
@media only screen and (min-width: 769px) {
  .showmobile {
    display: none;
  }
}
.hidemobile {
  display: none;
}
@media only screen and (min-width: 769px) {
  .hidemobile {
    display: block;
  }
}
div.wrap {
  position: relative;
  font-size: 1.4em;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  div.wrap {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 769px) {
  div.wrap {
    width: 960px;
    margin: 0 auto 0 auto;
  }
}
header#pageheader .wrap {
  position: relative;
  height: 12em;
}
@media only screen and (min-width: 769px) {
  header#pageheader .wrap {
    height: 220px;
  }
}
header#pageheader nav,
header#pageheader div#logo,
header#pageheader div#socialmedia {
  display: inline-block;
  position: absolute;
  top: 3em;
}
@media only screen and (min-width: 769px) {
  header#pageheader nav,
  header#pageheader div#logo,
  header#pageheader div#socialmedia {
    top: 60px;
  }
}
header#pageheader #socialmedia {
  right: 10px;
}
header#pageheader #socialmedia img {
  margin-left: 10px;
}
header#pageheader #socialmedia img.cert {
  margin: 10px 10px 0px 20px;
}
@media only screen and (max-width: 768px) {
  header#pageheader #socialmedia {
    text-align: center;
  }
  header#pageheader #socialmedia a {
    /*display: block;*/
    margin-bottom: 0.6em;
  }
}
@media only screen and (min-width: 769px) {
  div#content-head {
    position: relative;
    margin-bottom: 4.2em;
    max-height: 16vw;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  div#content-head div.ce-textpic div.ce-media {
    max-width: 100%;
    overflow-x: hidden;
  }
  div#content-head div.ce-textpic img {
    max-width: none;
  }
}
#content #con {
  margin-bottom: 1.6em;
}
@media only screen and (min-width: 769px) {
  #content #con {
    display: table;
    table-layout: fixed;
  }
}
@media only screen and (min-width: 769px) {
  #content main,
  #content aside {
    display: table-cell;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  #content main {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) {
  #content main {
    width: 82%;
    padding-right: 2em;
  }
}
#content main > div {
  margin-bottom: 1.6em;
}
@media only screen and (min-width: 769px) {
  #content main.full {
    width: 100%;
    padding: 0 3em;
  }
}
#content aside {
  padding: 1em;
}
@media only screen and (min-width: 769px) {
  #content aside {
    width: 18%;
  }
}
#content aside.grey {
  background: #c8d3d9;
}
#sponsoren {
  padding: 16px 8px;
  margin-bottom: 25px;
  background: #000;
  box-sizing: border-box;
}
#sponsoren div.row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #sponsoren div.row {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  #sponsoren div.row {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  #sponsoren div.row + div.row {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  #sponsoren a {
    margin-bottom: 1em;
  }
}
#sponsoren a img {
  filter: grayscale(1) brightness(50%) invert(1);
  transition: all 0.6s ease;
}
#sponsoren a img:hover {
  filter: none;
}
footer#pagefooter {
  color: #fff;
  background-color: #c8d3d9;
}
footer#pagefooter a {
  color: #fff;
}
footer#pagefooter .wrap {
  display: table;
  padding: 30px 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  footer#pagefooter .wrap {
    width: 100%;
  }
}
footer#pagefooter nav#nav-extra,
footer#pagefooter div#partner {
  display: table-cell;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  footer#pagefooter nav#nav-extra,
  footer#pagefooter div#partner {
    display: block;
    width: 50%;
    float: left;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 440px) {
  footer#pagefooter nav#nav-extra,
  footer#pagefooter div#partner {
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
}
footer#pagefooter nav#nav-extra {
  width: 45%;
}
footer#pagefooter nav#nav-extra ul {
  margin-bottom: 1.6em;
}
footer#pagefooter nav#nav-extra li {
  display: inline-block;
  font-size: 18px;
}
footer#pagefooter nav#nav-extra li a {
  text-decoration: none;
  text-transform: uppercase;
}
footer#pagefooter nav#nav-extra li:after {
  content: "|";
  margin-right: 5px;
}
footer#pagefooter nav#nav-extra li:last-child:after {
  content: "";
}
@media only screen and (max-width: 768px) {
  footer#pagefooter nav#nav-extra {
    margin-bottom: 40px;
  }
}
footer#pagefooter div#partner {
  width: 55%;
}
footer#pagefooter div#partner p {
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  footer#pagefooter div#partner ul li {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) {
  footer#pagefooter div#partner ul li {
    margin-right: 35px;
    display: inline;
  }
  footer#pagefooter div#partner ul li:last-child {
    margin-right: 0px;
  }
}
footer#pagefooter div#partner ul li img {
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  footer#pagefooter div#partner img {
    margin-bottom: 20px;
    display: inline-block;
  }
}
@media only screen and (max-width: 440px) {
  footer#pagefooter div#partner img {
    margin-right: 0px;
  }
}
footer#pagefooter div#partner div.dyn-link {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 25px;
}
footer#pagefooter div#partner div.dyn-link a {
  text-decoration: none;
}
#nav-main {
  /* 2. Ebene */
}
#nav-main ul#base-ul {
  box-sizing: border-box;
  padding: 150px 32px 4px 32px;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
  position: fixed;
  top: 0px;
  z-index: 5;
  width: 266px;
  box-shadow: 0 0 12px 0 #bbbcbd;
}
#nav-main ul li {
  list-style-type: none;
  margin-bottom: 22px;
}
#nav-main ul li ul li {
  margin-bottom: 0px;
}
#nav-main ul li a {
  display: block;
  color: #08579e;
  font-size: 17px;
  font-family: 'open_sansextrabold', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 0px;
  outline: none;
}
#nav-main ul li.last a {
  border: none;
}
#nav-main ul li ul {
  padding: 2px 0px 4px 32px;
}
#nav-main ul li.last ul {
  border: none;
}
#nav-main ul li ul li a {
  font-size: 16px;
  text-transform: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 0px 2px 1px;
  border: none;
  background-image: none;
  color: #08579e;
  font-family: 'open_sansregular', Arial, sans-serif;
}
#nav-main ul {
  display: none;
}
#nav-main .menu-open:checked ~ ul {
  display: block;
  height: 100%;
  overflow-y: auto;
}
#nav-main .menu-open:checked ~ ul::-webkit-scrollbar {
  height: 12px;
}
#nav-main .menu-open:checked ~ ul::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#nav-main .menu-open:checked ~ ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
#nav-main ul li ul {
  display: none;
}
#nav-main ul li ul.aktiv {
  display: block;
}
#nav-main ul li ul li.subnavaktiv a,
#nav-main ul li ul li a:hover,
#nav-main ul li ul li a.aktiv {
  color: #000;
}
#logo {
  left: 50%;
  margin-left: -75px;
}
#logo img {
  width: 149px;
  height: 110px;
}
@media only screen and (max-width: 768px) {
  #logo img {
    width: 121px;
    height: 90px;
  }
}
label.menu-open-button {
  z-index: 20;
}
.menu-open-button {
  background: transparent;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 25px;
  color: #08579e;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
}
.menu-open {
  /*inputfeld verstecken*/
  display: none;
}
.hamburger {
  /*hamburger position*/
  width: 40px;
  height: 2px;
  background: #08579e;
  display: block;
  position: absolute;
  top: 18px;
  left: 0px;
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
}
@media only screen and (min-width: 769px) {
  .hamburger {
    left: 0px;
  }
}
.hamburger-1 {
  /*hamburger abstande*/
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}
.hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hamburger-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}
.menu-open:checked + .menu-open-button .hamburger-1 {
  /*hamburger zum x animieren*/
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
.menu-open:checked + .menu-open-button {
  left: auto;
  margin-left: 25px;
  position: fixed;
}
.menu-open:checked + .menu-open-button:before {
  background: #FFFFFF;
  content: "";
  height: 120px;
  left: 0;
  position: absolute;
  top: -60px;
  width: 256px;
  border-bottom: 2px #c8d3d9 solid;
  z-index: 0;
  margin-left: -25px;
}
@media only screen and (min-width: 769px) {
  .menu-open:checked + .menu-open-button:before {
    width: 266px;
  }
}
.menu-open-button {
  cursor: pointer;
}
div#nav-toggle {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
ul.nav-sub {
  margin: 0 0 2.4em 0;
}
ul.nav-sub li {
  list-style-type: none;
}
ul.nav-sub li a {
  font-family: 'open_sansregular', Arial, sans-serif;
  letter-spacing: 1px;
  color: #08579e;
  text-decoration: none;
  padding: 2px 0px;
}
ul.nav-sub li a:hover,
ul.nav-sub li a.aktiv {
  color: #000;
}
ul.nav-sub li ul {
  margin: 0 0 0 1.2em;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 1.6em 0;
  padding: 0 0 0 0;
}
strong,
b {
  font-family: 'open_sansbold', Arial, sans-serif;
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
main ul,
main ol {
  margin: 0 0 1.6em 0;
}
main ul li,
main ol li {
  margin: 0 0 0 1.6em;
  padding: 0 0 0 0.6em;
}
h1 {
  font-size: 40/14em;
  font-family: 'ChunkFiveRegular', 'open_sansextrabold', Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  text-transform: uppercase;
  padding-bottom: 0.2em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid #c8d3d9;
}
h2 {
  font-size: 25/14em;
  font-family: 'open_sansextrabold', Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}
h3 {
  font-size: 18/14em;
  font-family: 'open_sansbold', Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}
main > div + div > h1 {
  margin-top: 1.6em;
}
main > div + div > h2 {
  margin-top: 1.6em;
}
header .subheader {
  font-size: 1em;
  font-family: inherit;
  margin: -1.6em 0 1.6em 0;
}
a.external-link-new-window {
  display: inline-block;
  padding-right: 15px;
  background: url(../img/pfeil-schwarz-klein.png) right no-repeat;
}
div#content-head div.ce-bodytext {
  color: #fff;
  position: relative;
  font-size: 1.4em;
  line-height: 1.5em;
  box-sizing: border-box;
  text-shadow: 0px 0px 25px #000;
}
div#content-head div.ce-bodytext h1 {
  font-size: 30/14em;
  font-family: 'ChunkFiveRegular', 'open_sansextrabold', Arial, sans-serif;
  line-height: 1.2em;
  border: none;
  margin: 0 0 0 3em;
  padding-bottom: 0;
}
div#content-head div.ce-bodytext h2 {
  font-size: 28/14em;
  font-family: 'open_sanssemibold', Arial, sans-serif;
  line-height: 1.2em;
  margin-bottom: 0;
}
div#content-head div.ce-bodytext a {
  display: inline-block;
  font-size: 12/14em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 3em;
  padding-right: 15px;
  background: url(../img/pfeil-weiss-klein.png) right no-repeat;
}
@media only screen and (max-width: 768px) {
  div#content-head div.ce-bodytext {
    padding: 0.5em;
    position: absolute;
    top: 0px;
  }
}
@media only screen and (min-width: 769px) {
  div#content-head div.ce-bodytext {
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 0 3em;
  }
}
@media only screen and (max-width: 768px) {
  div#content-head div.ce-textpic {
    position: relative;
  }
}
@media only screen and (min-width: 769px) {
  div#content-head div.ce-bodytext {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -480px;
  }
  div#content-head div.ce-bodytext .indent {
    padding-left: 320px;
    width: 320px;
    text-transform: uppercase;
    text-align: center;
    margin-left: 0 !important;
  }
  div#content-head div.ce-bodytext p.indent {
    margin-top: 1.6em;
  }
}
main div.ce-textpic div.ce-gallery {
  margin-bottom: 1.6em;
}
main div.ce-textpic div.ce-gallery figcaption {
  margin: 0.8em 0;
}
@media only screen and (min-width: 769px) {
  div.ce-left.ce-intext div.ce-gallery {
    max-width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  div.ce-right.ce-intext div.ce-gallery {
    max-width: 50%;
  }
}
aside > div {
  margin-bottom: 1.6em;
}
aside h1,
aside h2 {
  font-size: 18/14em;
}
table.ce-table {
  width: 100%;
}
table.ce-table th,
table.ce-table td {
  text-align: left;
  vertical-align: top;
  padding: 0 0.2em;
}
.unslider {
  position: relative;
  margin: 0;
  padding: 0;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap div.ce-content {
  position: relative;
}
.unslider-wrap.unslider-carousel > div {
  float: left;
}
div.unslider-arrow-wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  top: -24em;
}
a.unslider-arrow {
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 60px;
  top: 40%;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../img/pfeile-weiss.png) no-repeat;
}
a.unslider-arrow.prev {
  left: 20px;
}
a.unslider-arrow.next {
  right: 20px;
  background-position: 0px -100px;
}
.unslider-nav {
  position: relative;
  top: -3em;
}
@media only screen and (max-width: 768px) {
  .unslider-nav {
    display: none;
  }
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 1px solid #c8d3d9;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #c8d3d9;
  cursor: default;
}
div.ce-textpic.ce-left.ce-intext.ce-nowrap {
  clear: both;
  margin: 45px 0;
  overflow: unset;
}
@media only screen and (max-width: 768px) {
  div.ce-textpic.ce-left.ce-intext.ce-nowrap {
    float: none;
  }
}
@media only screen and (min-width: 769px) {
  div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-bodytext {
    padding-top: 60px;
  }
}
div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-bodytext p {
  margin-bottom: 0;
}
div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-bodytext h3 {
  font-size: 1em;
  text-transform: none;
  margin-bottom: 1.6em;
}
div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-gallery {
  position: relative;
  margin-right: 80px;
  overflow: unset;
}
@media only screen and (max-width: 768px) {
  div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-gallery {
    float: none;
  }
  div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-gallery div.ce-column {
    float: none;
  }
}
@media only screen and (min-width: 769px) {
  div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-gallery div.ce-column {
    min-height: 200px;
  }
}
div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-gallery img {
  border: none;
}
div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-gallery figure {
  border-radius: 100%;
  height: 142px;
  width: 142px;
  overflow: hidden;
  display: block;
  margin: 0 22px;
}
div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-gallery figure:before {
  content: "";
  display: block;
  height: 142px;
  width: 142px;
  border-radius: 100%;
  position: absolute;
  box-shadow: 1px 0px 12px 1px #c8d3d9 inset;
}
@media only screen and (min-width: 769px) {
  div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-gallery figure figcaption {
    position: absolute;
    top: 150px;
    left: 0px;
  }
}
div.ce-textpic.ce-left.ce-intext.ce-nowrap div.ce-gallery figure figcaption p {
  text-align: center;
  width: 190px;
  text-transform: uppercase;
  font-size: 17px;
  color: #bbbcbd;
}
div.ce-content.frame-6 {
  border-bottom: 1px solid #c8d3d9;
}
@media only screen and (min-width: 769px) {
  div.frame-10 {
    display: inline-flex;
    width: 50%;
    vertical-align: top;
  }
  div.frame-10 div.ce-textpic {
    display: flex;
  }
}
div.frame-20 {
  font-size: 12/14em;
  text-transform: uppercase;
  margin-top: -1.6em;
}
@media only screen and (max-width: 768px) {
  div.frame-20 {
    display: none;
  }
}
div.frame-20 b {
  font-family: 'open_sansregular', Arial, sans-serif;
  color: #bbbcbd;
}
div#content main div.frame-21 {
  margin: 3.2em 0 2.4em 0;
}
div#content main div.frame-21 div.ce-textpic div.ce-gallery {
  margin: 0;
}
div#content main div.frame-21:first-of-type {
  margin-top: 1.6em;
}
div#content main div.frame-20 + div.frame-21 {
  margin: 1.2em 0 3.6em 0;
}
main div.adserver {
  margin: 1.6em 0;
}
aside div.adserver {
  margin: 0.7em 0;
}
div#kurznews {
  margin: 0 0 1.6em 0;
}
div#kurznews a {
  color: inherit !important;
}
body#einstieg {
  background: #000;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  body#einstieg {
    overflow: auto;
  }
}
#einstieg-content {
  color: #000;
}
@media only screen and (max-width: 768px) {
  #einstieg-content {
    background-image: url("../img/hbw-einstieg-motiv-mobil.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#einstieg-content h1 {
  margin-bottom: -20px;
  padding-bottom: 0px;
  border: none;
}
#einstieg-content #side-con {
  position: absolute;
  top: 40px;
  left: 50px;
}
@media only screen and (min-width: 769px) {
  #einstieg-content #side-con .abstand {
    margin-top: 20px;
  }
}
#einstieg-content #side-con ul {
  font-size: 14px;
  padding-left: 116px;
  list-style: none;
  margin-top: 20px;
}
#einstieg-content #side-con ul li {
  margin-bottom: 10px;
}
#einstieg-content #side-con ul li:last-of-type {
  margin-bottom: 80px;
}
#einstieg-content #side-con ul li:hover {
  cursor: pointer;
}
#einstieg-content #side-con ul img {
  filter: invert(1);
}
@media only screen and (max-width: 768px) {
  #einstieg-content #side-con {
    position: static;
    text-align: center;
  }
  #einstieg-content #side-con ul {
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #einstieg-content .einstieg-banner {
    text-align: center;
    margin: 5vw;
  }
}
@media only screen and (min-width: 769px) {
  #einstieg-content .einstieg-banner {
    position: absolute;
    right: 15.5%;
    top: 0.5vh;
  }
}
@media only screen and (min-width: 1680px) {
  #einstieg-content .einstieg-banner {
    margin-top: 2vh;
  }
}
#einstieg-content #headlines {
  position: absolute;
  right: 15%;
  top: 20%;
  top: 5vw;
}
#einstieg-content #headlines h1 {
  font-family: 'ChunkFiveRegular', 'open_sansextrabold', Arial, sans-serif;
  font-size: 107px;
  font-size: 7vw;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 10px;
  color: rgba(0, 0, 0, 0.7);
}
#einstieg-content #headlines h2 {
  font-family: 'open_sansextrabold', Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: -15px 0px 0px 60px;
  display: inline-block;
}
#einstieg-content #headlines .heads {
  display: none;
}
#einstieg-content #headlines .heads.aktiv {
  display: block;
}
#einstieg-content #slides img {
  position: absolute;
  transition: opacity 1s;
}
@media only screen and (min-width: 1921px) {
	#einstieg-content #slides img {
		width: 100%;
	}
}
#einstieg-content #slides img:nth-child(1) {
  z-index: -1;
}
#einstieg-content #slides img:nth-child(2) {
  z-index: -2;
}
#einstieg-content #slides img:nth-child(3) {
  z-index: -3;
}
#einstieg-content #slides img:nth-child(4) {
  z-index: -4;
}
#einstieg-content #slides img:nth-child(5) {
  z-index: -5;
}
#einstieg-content #sponsoren {
  position: fixed;
  bottom: 0px;
  margin-bottom: 0px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  #einstieg-content #sponsoren {
    position: static;
  }
}
@media only screen and (min-width: 769px) {
  #einstieg-content #sponsoren {
    width: 960px;
  }
}
#einstieg-content .arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #000;
  border-top: 8px solid transparent;
  display: inline-block;
  margin-left: 5px;
}
#einstieg-content .dot {
  border: 1px solid #000;
  border-radius: 5px;
  display: inline-block;
  height: 8px;
  margin-bottom: 1px;
  margin-right: 8px;
  width: 8px;
}
#einstieg-content li.aktiv .dot {
  background: #000;
}
#einstieg-content a {
  color: #000;
  text-decoration: none;
  outline: 0;
}
#einstieg-content .wrap {
  padding: 0px;
}
div#spieltag {
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
div#spieltag h2 {
  text-align: center;
  font-size: 32px;
  font-family: 'open_sansregular', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div#spieltag h2 span {
  text-transform: lowercase;
}
div#spieltag h2 strong {
  font-family: 'open_sansextrabold', Arial, sans-serif;
}
div#spieltag h3 {
  text-align: center;
  font-size: 28px;
  font-family: 'open_sanssemibold', Arial, sans-serif;
}
div#spieltag div#tore1,
div#spieltag div#tore2 {
  width: 126px;
  height: 79px;
  color: #000;
  font-family: 'open_sansregular', Arial, sans-serif;
  font-size: 62px;
  letter-spacing: 33px;
  background: url(../img/spieltag-ergebnis.png) no-repeat;
  text-shadow: none;
}
div#spieltag div#tore1 span,
div#spieltag div#tore2 span {
  position: relative;
  left: 11px;
}
div#spieltag div#divider {
  font-size: 24px;
}
div#spieltag div#spieltag-titel {
  font-size: 16px;
  text-align: center;
}
div#spieltag ul li {
  display: inline-block;
  color: #c8d3d9;
  background: #fff;
  font-size: 18px;
  padding: 3px;
  text-transform: uppercase;
  text-shadow: none;
}
div#spieltag ul li a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  div#spieltag {
    padding: 1em 0.5em 2em 0.5em;
    margin-bottom: 2em;
    background: #011c53;
    background: radial-gradient(ellipse at center, #011c53 0%, #011133 100%);
  }
  div#spieltag #spieltag-ergebnis {
    text-align: center;
  }
  div#spieltag h2 {
    font-size: 28px;
  }
  div#spieltag h2 span {
    display: block;
  }
  div#spieltag h3 {
    font-size: 20px;
  }
  div#spieltag img#team1,
  div#spieltag img#team2 {
    display: none;
  }
  div#spieltag div#tore1,
  div#spieltag div#tore2,
  div#spieltag div#divider {
    position: relative;
    display: inline-block;
  }
  div#spieltag div#divider {
    margin: 0 0.6em;
  }
  div#spieltag div#uhr {
    font-size: 24px;
    margin-top: 0.5em;
    text-transform: uppercase;
  }
  div#spieltag div#spieltag-titel {
    margin: 1.2em 0;
  }
  div#spieltag ul {
    margin-top: 3em;
    text-align: center;
  }
  div#spieltag ul li {
    display: inline-block;
    margin: 0px 0px 2px 0px;
  }
}
@media only screen and (min-width: 769px) {
  div#spieltag div#spieltag-inhalt {
    position: relative;
    height: 313px;
    background: url("../img/spieltag-1bl-2020.jpg") center 0 no-repeat;
  }
  div#spieltag div#spieltag-inhalt.team-3l {
    background-image: url("../img/spieltag-3l-2020.jpg");
  }
  div#spieltag #spieltag-ergebnis {
    padding-top: 20px;
  }
  div#spieltag img#team1,
  div#spieltag img#team2 {
    position: absolute;
    top: 112px;
  }
  div#spieltag img#team1 {
    margin-right: 240px;
    right: 50%;
  }
  div#spieltag img#team2 {
    margin-left: 240px;
    left: 50%;
  }
  div#spieltag div#tore1,
  div#spieltag div#tore2 {
    position: absolute;
    top: 140px;
  }
  div#spieltag div#tore1 {
    margin-right: 15px;
    right: 50%;
  }
  div#spieltag div#tore2 {
    margin-left: 15px;
    left: 50%;
  }
  div#spieltag div#spieltag-titel {
    width: 804px;
    margin: 120px auto 0px auto;
  }
  div#spieltag div#divider {
    position: absolute;
    left: 50%;
    top: 165px;
    margin-left: -3px;
  }
  div#spieltag div#uhr {
    font-size: 28px;
    font-family: 'open_sansregular', Arial, sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 188px;
    margin-left: 155px;
  }
  div#spieltag ul {
    position: absolute;
    text-align: center;
    top: 277px;
    width: 100%;
  }
  div#spieltag ul li {
    width: 140px;
  }
}
div#tabelle-tabs input[type=radio] {
  display: none;
}
div#tabelle-tabs nav#tabelle-menu {
  margin: 3.2em 0;
  text-align: right;
}
div#tabelle-tabs nav#tabelle-menu label {
  cursor: pointer;
  padding: 0.4em 1.6em;
}
div#tabelle-tabs div#tabelle-tabs-content > div {
  display: none;
}
div#tabelle-tabs #tabelle1:checked ~ div#tabelle-tabs-content .tabelle1,
div#tabelle-tabs #tabelle2:checked ~ div#tabelle-tabs-content .tabelle2 {
  display: block;
}
div#tabelle-tabs #tabelle1:checked ~ nav#tabelle-menu label[for="tabelle1"],
div#tabelle-tabs #tabelle2:checked ~ nav#tabelle-menu label[for="tabelle2"] {
  background-color: #c8d3d9;
}
@media only screen and (max-width: 768px) {
  div#content div.tx-leaguemgm,
  div#content div.tx-leaguemgm-pi1 {
    width: 100%;
    overflow-x: scroll;
  }
  div#content div.tx-leaguemgm::-webkit-scrollbar,
  div#content div.tx-leaguemgm-pi1::-webkit-scrollbar {
    height: 12px;
  }
  div#content div.tx-leaguemgm::-webkit-scrollbar-track,
  div#content div.tx-leaguemgm-pi1::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  div#content div.tx-leaguemgm::-webkit-scrollbar-thumb,
  div#content div.tx-leaguemgm-pi1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
div.tx-leaguemgm table,
div.tx-leaguemgm-pi1 table {
  width: 100%;
  font-size: 16/14em;
}
div.tx-leaguemgm table th,
div.tx-leaguemgm-pi1 table th,
div.tx-leaguemgm table td,
div.tx-leaguemgm-pi1 table td {
  text-align: left;
  vertical-align: top;
  padding: 0.5em;
}
div.tx-leaguemgm table th,
div.tx-leaguemgm-pi1 table th {
  font-family: 'open_sansbold', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
div.tx-leaguemgm table td.col-verein,
div.tx-leaguemgm-pi1 table td.col-verein {
  text-transform: uppercase;
  white-space: nowrap;
}
div.tx-leaguemgm table td.col-spiele,
div.tx-leaguemgm-pi1 table td.col-spiele {
  text-align: center;
}
div.tx-leaguemgm table tr.row-hbw td,
div.tx-leaguemgm-pi1 table tr.row-hbw td {
  font-family: 'open_sansbold', Arial, sans-serif;
}
div.tx-leaguemgm table a,
div.tx-leaguemgm-pi1 table a {
  text-decoration: none;
}
div.tx-leaguemgm table.tabelle-1bl tr:nth-child(1) td {
  background-color: #c8d3d9;
}
div.tx-leaguemgm table.tabelle-1bl tr:nth-child(2) td,
div.tx-leaguemgm table.tabelle-1bl tr:nth-child(3) td,
div.tx-leaguemgm table.tabelle-1bl tr:nth-child(4) td,
div.tx-leaguemgm table.tabelle-1bl tr:nth-child(5) td {
  background-color: #e3e9ec;
}
div.tx-leaguemgm table.tabelle-1bl tr:nth-child(n+17) td {
  background-color: #e3e9ec;
}
div.tx-leaguemgm table.tabelle-1bl tr.neutral td {
  background-color: transparent;
}
div.tx-leaguemgm table.tabelle-1bl.liga-2 tr:nth-child(1) td,
div.tx-leaguemgm table.tabelle-1bl.liga-2 tr:nth-child(2) td {
  background-color: #c8d3d9;
}
div.tx-leaguemgm table.tabelle-1bl.liga-2 tr:nth-child(3) td,
div.tx-leaguemgm table.tabelle-1bl.liga-2 tr:nth-child(4) td,
div.tx-leaguemgm table.tabelle-1bl.liga-2 tr:nth-child(5) td {
  background-color: inherit;
}
div.tx-leaguemgm table.tabelle-1bl.liga-2 tr:nth-child(n+18) td {
  background-color: #e3e9ec;
}
div.tx-leaguemgm table.tabelle-neutral tbody tr td {
  background-color: transparent !important;
}
div.tx-leaguemgm-pi1 table.tabelle-1bl tr:nth-child(2) td {
  background-color: #c8d3d9;
}
div.tx-leaguemgm-pi1 table.tabelle-1bl tr:nth-child(3) td,
div.tx-leaguemgm-pi1 table.tabelle-1bl tr:nth-child(4) td {
  background-color: #e3e9ec;
}
div.tx-leaguemgm-pi1 table.tabelle-1bl tr:nth-child(n+17) td {
  background-color: #e3e9ec;
}
div#navSpieltage {
  border-bottom: 1px solid #c8d3d9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
div#navSpieltage select {
  color: #c8d3d9;
  border: solid 1px #c8d3d9;
  width: 140px;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(../img/select-arrow.png) no-repeat;
  background-position: 7px 0px;
  cursor: pointer;
}
.spielplaneintrag {
  border-bottom: 1px solid #c8d3d9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.spielplaneintrag .spielplandaten {
  display: table;
  width: 100%;
}
.spielplaneintrag .spielplandaten .time,
.spielplaneintrag .spielplandaten .divider,
.spielplaneintrag .spielplandaten .team,
.spielplaneintrag .spielplandaten .score,
.spielplaneintrag .spielplandaten .icons {
  display: inline-block;
  font-family: 'open_sansextrabold', Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.spielplaneintrag .spielplandaten .time a,
.spielplaneintrag .spielplandaten .divider a,
.spielplaneintrag .spielplandaten .team a,
.spielplaneintrag .spielplandaten .score a,
.spielplaneintrag .spielplandaten .icons a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .spielplaneintrag .spielplandaten .time,
  .spielplaneintrag .spielplandaten .divider,
  .spielplaneintrag .spielplandaten .team,
  .spielplaneintrag .spielplandaten .score,
  .spielplaneintrag .spielplandaten .icons {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .spielplaneintrag .spielplandaten .time,
  .spielplaneintrag .spielplandaten .divider,
  .spielplaneintrag .spielplandaten .team,
  .spielplaneintrag .spielplandaten .score,
  .spielplaneintrag .spielplandaten .icons {
    display: table-cell;
  }
}
.spielplaneintrag .spielplandaten .score {
  text-align: center;
}
.spielplaneintrag .spielplandaten .divider {
  text-align: center;
}
.spielplaneintrag .spielplandaten .icons {
  text-align: right;
}
.spielplaneintrag .spielplandaten .team {
  text-transform: uppercase;
}
.spielplaneintrag .spielplandaten .icons img {
  max-width: 29px;
}
@media only screen and (min-width: 769px) {
  .spielplaneintrag .spielplandaten .team {
    width: 34%;
  }
  .spielplaneintrag .spielplandaten .divider {
    width: 5%;
  }
  .spielplaneintrag .spielplandaten .score {
    width: 12%;
  }
  .spielplaneintrag .spielplandaten .icons {
    width: 14%;
  }
  .spielplaneintrag .spielplandaten.addTime .team {
    width: 31%;
  }
  .spielplaneintrag .spielplandaten.addTime .time {
    width: 8%;
  }
  .spielplaneintrag .spielplandaten.addTime .score {
    width: 11%;
  }
  .spielplaneintrag .spielplandaten.addTime .icons {
    width: 13%;
  }
}
div#theben-countdown {
  position: relative;
  width: 160px;
  height: 300px;
  color: #000;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
  background: url("../img/theben-countdown-aus.jpg") no-repeat;
  transition: all 0.5s ease;
}
div#theben-countdown::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background: url("../img/theben-countdown-an.jpg") no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 3;
}
div#theben-countdown:hover,
div#theben-countdown:focus,
div#theben-countdown:active {
  color: #fff;
  text-shadow: 0px 0px 6px #fff;
}
div#theben-countdown:hover::after,
div#theben-countdown:focus::after,
div#theben-countdown:active::after {
  opacity: 1;
}
div#theben-countdown div#theben-time {
  position: relative;
  padding: 160px 10px 25px 10px;
  z-index: 5;
}
div#theben-countdown div#theben-logo {
  position: relative;
  width: 50%;
  left: 25%;
  z-index: 5;
}
div#rothaus-aktion {
  position: relative;
  width: 160px;
  height: 263px;
  margin: 0px 0px 12px 0px;
  background: url("../img/rothaus-zaepflemeter-motiv-2023.png") no-repeat;
  overflow: hidden;
}
div#rothaus-tore {
  position: absolute;
  left: 9px;
  top: 60px;
}
div#rothaus-tore span {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  font-family: 'open_sansbold', Arial, sans-serif;
  width: 16px;
  line-height: 25px;
  text-align: center;
}
div#rothaus-abdeckung {
  position: absolute;
  width: 57px;
  right: 26px;
  top: 41px;
  background: url("../img/rothaus-zaepflemeter-fuellstand-2023.png") no-repeat;
}
div#rothaus-link a {
  display: block;
  position: absolute;
  width: 72px;
  height: 48px;
  top: 82px;
  left: 8px;
  text-indent: -9999px;
}
div.news-list-container.loading {
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  div.news-list-container div.news-list-item > a {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  div.news-list-container div.news-list-item > a {
    float: right;
    margin-left: 23px;
  }
}
div.news-list-container div.news-list-item:after {
  content: "";
  border-bottom: 1px solid #c8d3d9;
  display: block;
  margin: 15px 0;
}
div.news-list-container div.news-list-item .news-list-subheader {
  margin-bottom: 1em;
}
div.news-list-container .news-list-browse .browseLinksWrap span,
div.news-list-container .news-list-browse .browseLinksWrap a {
  margin-left: 5px;
}
div.news-list-container .news-list-browse .browseLinksWrap span,
div.news-list-container .news-list-browse .browseLinksWrap a {
  display: inline-block;
}
div.news-list-container .news-list-morelink {
  display: none;
}
div.news-list-container .news-latest-morelink {
  display: inline-block;
}
div.news-list-container .news-latest-morelink a {
  font-size: 0px;
  border-left: solid 7px black;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  height: 7px;
  width: 7px;
  position: relative;
  top: 6px;
}
div.news-list-container h2 {
  line-height: 1.1em;
}
div.news-list-container h2 a {
  text-decoration: none;
}
div#news_category {
  float: right;
  margin-top: -3.2em;
}
div#news_category select {
  width: 140px;
  padding-left: 5px;
  color: #c8d3d9;
  border: solid 1px #c8d3d9;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(../img/select-arrow.png) no-repeat;
  background-position: 7px 0px;
  cursor: pointer;
}
#simplePollVote {
  font-weight: 700;
  margin-top: 0.6em;
}
.simplePollWrap .simplePollMain ul {
  list-style-type: none;
  padding-left: 30px;
  border-bottom: 1px solid #c8d3d9;
  margin-left: 0;
}
.simplePollWrap .simplePollMain ul:after {
  clear: both;
}
.simplePollWrap .simplePollMain ul li {
  text-indent: -30px;
}
.simplePollRow {
  margin-bottom: 10px;
}
.simplePollRadioText {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
/* see votes link and page */
#simplePollSeeVotes {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 1px 6px;
  margin: 0.6em 0;
}
.simplePollSeeVotes ul {
  list-style-type: none;
  margin-left: 0;
}
.simplePollSeeVotes ul li {
  text-indent: 0;
  margin-left: 0;
  padding-left: 0;
}
.simplePollSeeVotes .simplePollAnswer {
  margin-bottom: 2px;
}
/*------------------------------------------------------------------------------------------------------*/
/* percent bars */
.simplePollSeeVotes .simplePollPercentText {
  margin-top: 3px;
  color: #555;
}
.simplePollPercentBarLimiter {
  width: 75%;
  height: 0px;
}
.simplePollPercentBarColor-1 {
  /*background-color: red;*/
}
/*limit the overall length of the bars, so we can still fit the percent number behind it*/
.simplePollPercentBar {
  float: left;
  height: 14px;
  margin-top: 2px;
  margin-right: 5px;
  background-color: #c8d3d9;
  border: 1px solid #c8d3d9;
}
/*------------------------------------------------------------------------------------------------------*/
/* general */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
#close {
  position: fixed;
  left: 280px;
  top: 10px;
  height: 13px;
  width: 12px;
  z-index: 65;
  background: url('/fileadmin/template16/img/close-lightbox-black.png');
}
#close:hover {
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  #close {
    left: 50%;
    margin-left: 298px;
    margin-top: -238px;
    top: 50%;
    background: url('/fileadmin/template16/img/close-lightbox.png');
  }
}
#arrow-next,
#arrow-previous {
  width: 21px;
  height: 60px;
  position: fixed;
  top: 50%;
  z-index: 55;
  margin-top: -30px;
}
@media only screen and (min-width: 769px) {
  #arrow-next,
  #arrow-previous {
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #arrow-next,
  #arrow-previous {
    z-index: 65;
  }
}
#arrow-next:hover,
#arrow-previous:hover {
  cursor: pointer;
}
#arrow-next {
  background: url(../img/arrow-next.png) no-repeat;
  margin-left: 390px;
}
@media only screen and (max-width: 768px) {
  #arrow-next {
    margin-left: 0;
    right: 15px;
    background: url(../img/arrow-next-black.png) no-repeat;
  }
}
#arrow-previous {
  background: url(../img/arrow-previous.png) no-repeat;
  margin-left: -390px;
}
@media only screen and (max-width: 768px) {
  #arrow-previous {
    margin-left: 0;
    left: 15px;
    background: url(../img/arrow-previous-black.png) no-repeat;
  }
}
#lightboxmenu,
#lightbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
#lightboxmenu {
  background: transparent;
  z-index: 2;
}
#imagebox {
  left: 50%;
  margin-left: -310px;
  position: fixed;
  text-align: center;
  top: 50%;
  z-index: 56;
}
@media only screen and (max-width: 768px) {
  #imagebox {
    left: 0;
    top: 0;
    margin-left: 0;
    display: block;
    width: 320px;
    height: 100%;
    overflow-y: auto;
  }
  #imagebox::-webkit-scrollbar {
    height: 12px;
  }
  #imagebox::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  #imagebox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
#imagebox img {
  margin-top: -208px;
  position: relative;
  top: 50%;
  box-shadow: 0 0 20px 2px black;
}
@media only screen and (min-width: 769px) {
  #imagebox img.center {
    margin-left: 160px;
  }
}
@media only screen and (max-width: 768px) {
  #imagebox img {
    margin-top: 0px;
    top: 0;
  }
}
#imagebox img:first-child {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #imagebox img:first-child {
    margin-right: 0px;
  }
}
#imagebox img:nth-child(2) {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  #imagebox img:nth-child(2) {
    margin-left: 0px;
  }
}
#content main > div.ce-hbw-spieler {
  width: 208px;
  text-align: center;
  margin-bottom: 2.4em;
}
#content main > div.ce-hbw-spieler a {
  text-decoration: none;
}
#content main > div.ce-hbw-spieler figcaption {
  text-transform: uppercase;
  font-size: 17px;
  color: #bbbcbd;
}
@media only screen and (min-width: 769px) {
  #content main > div.ce-hbw-spieler {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }
}
#content main > div.ce-extra {
  margin: 0px;
}
.ce-div {
  clear: both;
  border: none;
  margin: 0px;
}
ul.sponsoren {
  position: relative;
  margin-bottom: 2.4em;
}
ul.sponsoren li {
  position: relative;
  display: inline-block;
  width: 208px;
  line-height: 100px;
  list-style-type: none;
  text-align: center;
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 12px 10px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../img/sponsoren-bgl.gif);
}
ul.sponsoren li.h {
  background-image: url(../img/sponsoren-bgh.gif);
  width: 418px;
  line-height: 132px;
  text-align: left;
}
ul.sponsoren li.l,
ul.sponsoren li.r {
  height: 100px;
}
ul.sponsoren li.h {
  height: 132px;
}
ul.sponsoren li img,
ul.sponsoren li span {
  vertical-align: middle;
}
ul.sponsoren li.h img {
  vertical-align: middle;
  padding-bottom: 16px;
  padding-left: 32px;
}
ul.sponsoren li span {
  display: -moz-inline-box;
  display: inline-block;
  height: 100px;
  width: 1px;
}
ul.sponsoren li h4 {
  margin: -25px 0px 0px 15px;
  text-align: left;
  position: absolute;
  bottom: 8px;
  right: 16px;
  color: #999;
  font-size: 0.9em;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  ul.sponsoren li.haupt {
    width: 416px;
    line-height: 200px;
    background-image: url(../img/sponsoren-bgl-haupt.gif);
  }
  ul.sponsoren li.haupt span {
    height: 200px;
  }
}
