@charset "UTF-8";
/* Als Erstes eingie CSS Resets */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  outline: 0;
  /* Safari/Chrome, otboxenher WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.4em;
}
html {
  -webkit-text-size-adjust: 100%;
}
body, html {
  min-height: 100%;
}
body a, body {
  color: #000;
}
ol, ul {
  list-style: none;
}
blockquofte, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  float: none;
  clear: both;
}
.mobilenav {
  display: none;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.aligncenter {
  display: block;
  margin: 0px auto;
}
.imagepreload {
  display: none;
}
/* Text Styles Allgemein */
/* styled */
.accordion,
.styled {
  font-size: 1.0em;
  line-height: 1.6em;
  color: #585858;
}
h1 {
  font-family: "Open Sans", sans-serif;
  color: #bc121f;
  opacity: .8;
  font-size: 3.5em;
  line-height: 1.1em;
  margin: 0 0 20px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.h1subtitel {
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: -20px;
  margin-bottom: 20px;
}
.mod_newsreader .ce_text h1,
.mod_newsreader .ce_headline h1,
h2,
.toggler {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: uppercase;
}
h2 {
  height: auto;
}
.toggler {
  margin: 0px 0 5px;
}
h2 strong {
  display: block;
  font-weight: 400 !important;
}
h2 a {
  color: #585858;
}
h3 {
  font-size: 1.0em;
  font-weight: 600;
  text-transform: uppercase;
}
h3.subh2title {
  margin-top: -30px;
  margin-bottom: 20px;
}
.bildzeile + .ce_accordion .accordion div h1,
.bildzeile + .ce_accordion .accordion div h2,
.bildzeile + .ce_accordion .accordion div h3 {
  margin-top:40px;
}

.styled p, .styled ul, .styled table {
  margin-bottom: 15px;
}
.ce_text strong {
  font-weight: 600;
}
.ce_text ul,
.styled ul {
  margin-left: 15px;
}
.ce_text ul li,
.styled ul li {
  list-style: none;
  margin-left: 0px;
  line-height: normal;
  margin-bottom: 5px;
  padding-left: 5px;
  position: relative;
}
.ce_text ul li:before,
.styled ul li:before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: -10px;
  color: #626262;
}
.ce_text ul ul li:before,
.styled ul ul li:before {
  content: "–";
}
.styled bold, .styled strong {
  font-weight: bold;
}
.styled .light {
  color: #b5b5b5;
}
.styled td {
  padding: 3px 15px 3px 15px;
  border: 0px !important;
}
.styled tr:nth-child(odd) {
  background: #eeeeee;
  z-index: -5;
}
.styled table.ohnebg tr {
  background: none !important;
}
.styled table.ohnebg tr td {
  padding: 0 15px 20px 0;
}
.styled thead tr {
  background: none !important;
  font-size: 0.8em;
}
.styled thead tr:nth-child(1) {
  font-weight: bold;
  font-size: 1.0em;
}
.mod_search {
  width: 100%;
}
.mod_search form {
  max-width: 500px;
}

/* Responsive Tables */
.tablewrap {
  overflow-x: auto;
}
.styled a {
  text-decoration: underline;
  color: #000;
}
.ce_image img,
.styled img {
  max-width: 100%;
  height: auto;
}
.styled td img {
  min-width: 120px;
}
a.button {
  display: inline-block;
  padding: 8px 12px 8px 12px;
  background: #ededed;
  color: #004b34;
  border: 2px #ededed solid;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 200;
  text-decoration: none;
  -webkit-transition: .2s all;
  transition: .2s all;
}
a.button:hover {
  background: none;
}
/* Ghost Buttons */
.btn, a.btn, .pagination a {
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 15px 35px 15px 35px;
  border: 1px solid #bec0c4;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: .5s all;
  transition: .5s all;
  cursor: pointer;
}
.bildzeile a.btn {
  border: 1px solid #000;
}
.btn:hover, a.btn:hover, .pagination a:hover {
  background: #bec0c4;
  color: #fff;
}
.pagination a {
  margin-right: 20px;
}
a.smallbtn {
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  padding: 2px 6px 2px 6px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.8em;
}
a.smallbtn:hover {
  background: none;
}
/* Scroll Top Button*/
.scrolltop {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 10;
  background: #373737;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.8em;
  color: #fff;
  opacity: .8;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: .2s all;
  transition: .2s all;
}
.scrolltop:hover {
  opacity: 1;
}
.scrolltop.visible {
  display: block;
  bottom: 10px;
}
/* Allgemeine Sponsorendarstellung */
ul.sponsorenliste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.sponsorenliste li {
  margin: 20px 10px;
  min-width: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.sponsorenliste.gemeinden li {
  min-width: 10px;
}
ul.sponsorenliste li img {
  max-height: 50px;
  width: auto !important;
}
ul.sponsorenliste.scale li img {
  max-height: 30px;
  max-width: 100px !important;
}
ul.sponsorenliste.scale2 li img {
  max-height: 50px;
  max-width: 120px !important;
}
ul.sponsorenliste li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: .2s all;
  transition: .2s all;
}
ul.sponsorenliste li a:hover {
  opacity: .8;
}
ul.sponsorenliste.shadowed li {
  border: 1px solid #d9d9d9;
  padding: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.row.textzeile ul.sponsorenliste {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.row.textzeile ul.sponsorenliste.noborder {
  border-bottom: none;
}
/* Allgemeines Row Styling */
.row {
  width: 100%;
  position: relative;
  margin: 0px !important;
}
.row.shortrow {
  min-height: 0px;
}
.row .middler,
.ce_accordionStart .toggler,
.ce_accordionStart .accordion {
  width: auto;
  margin-left: 360px;
  margin-right: 100px;
  display: block;
  overflow: hidden;
  -webkit-transition: .5s all;
  transition: .5s all;
}
.row .sponsoren {
  float: none;
  clear: both;
  text-align: center;
}
.row .sponsoren h3 {
  text-transform: none;
  margin-bottom: 20px;
  font-weight: normal;
}
/* Video Overlay allgemein */
/* video Overlay */
.no-video .video-container video, .touch .video-container video {
  display: none;
}
.no-video .video-container .poster, .touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 5;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}
/* Einstiegsrow */
/* Row Einstieg */
.row.einstiegsrow {
  width: 100%;
  height: 1000px;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.row.einstiegsrow .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: .5s all;
  transition: .5s all;
}
.row.einstiegsrow .overlay .imgoverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; 
  z-index: 5;
  background: rgba(209, 11, 20, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc121f+0,bc121f+100&amp;0.6+0,0.8+100,0.8+100 */
      /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(209, 11, 20, 0.5)), color-stop(100%, rgba(209, 11, 20, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(209, 11, 20, 0.5) 0%, rgba(209, 11, 20, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
      /* Opera 12+ */
      /* IE10+ */
  background: -webkit-radial-gradient(center ellipse, rgba(209, 11, 20, 0.5) 0%, rgba(209, 11, 20, 0.9) 100%);
  background: radial-gradient(ellipse at center, rgba(209, 11, 20, 0.5) 0%, rgba(209, 11, 20, 0.9) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99bc121f', endColorstr='#ccbc121f', GradientType=1 );
/* IE6-9 fallback on horizontal gradient */ }
.touch .row.einstiegsrow .overlay .overlay {
  background-size: inherit;
}
.row.einstiegsrow .overlay .middler {
  height: 100%;
  min-height: 500px;
  color: #fff;
  position: relative;
  z-index: 10;
  font-family: "Open Sans", sans-serif;
  font-size: 2.2em;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
/* start countdown */
.row.einstiegsrow .overlay .middler .countdown {
  font-size: 1.2em;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 4px;
  opacity: 0;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
}
.row.einstiegsrow .overlay .middler .countdown .digit {
  display: inline-block;
  margin-right: -15px;
  padding: 0 2px;
}
.row.einstiegsrow .overlay .middler .countdown .digit:after {
  content: " :";
  display: inline-block;
}
.row.einstiegsrow .overlay .middler .countdown .digit.sekunden:after {
  content: none;
}
.row.einstiegsrow .overlay .middler .countdown.visible {
  opacity: 1;
}
.row.einstiegsrow .overlay .middler .countdown-title {
  width: 100%;
  font-weight: bold;
  font-size: 1.0em;
  margin-top: 40px;
}
.row.einstiegsrow .overlay .middler .countdown-mobile {
  margin-top: 150px;
  margin-bottom: 4px;
  font-size: 0.5em;
  opacity: 0;
  display: none;
}
.row.einstiegsrow .overlay .middler .countdown-mobile.visible {
  opacity: 1;
}
.row.einstiegsrow .overlay .middler .countdown-mobile .digit {
  display: inline-block;
}
.row.einstiegsrow .overlay .middler .countdown-sponsor .sponsored {
  font-size: 0.2em;
  margin-bottom: 3px;
}
.row.einstiegsrow .overlay .middler .countdown-sponsor .sponsor img {
  max-width: 120px;
}
/* end countdown */


.row.einstiegsrow .overlay .middler .countdown-date {
  font-size: 1.8em;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
  line-height: 1em;
}
.row.einstiegsrow .overlay .middler a.scrolldown {
  color: #fff;
  text-decoration: none;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.4em;
  margin-top: 80px;
  background: url("../images/scrolldown-pfeil.png") no-repeat bottom center;
  padding-bottom: 44px;
  cursor: pointer;
}
.row.einstiegsrow .shortnews {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.45em;
  line-height: 1.5em;
  color: #727272;
  overflow: hidden;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.row.einstiegsrow .shortnews .empty {
  display: none;
}
.row.einstiegsrow .shortnews h3 a {
  text-decoration: none;
}
.row.einstiegsrow .shortnews .newsbox {
  text-transform: none;
  text-align: left;
  width: 50%;
  -webkit-transition: .5s all;
  transition: .5s all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row.einstiegsrow .shortnews .newsbox.inactive {
  opacity: 0;
}
.row.einstiegsrow .shortnews .newsbox .nwrap {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 12px 12px 0 0;
  margin-right: 24px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row.einstiegsrow .shortnews .newsbox .contenttext {
  border-width: 0 0 0 12px;
  border-style: solid;
  padding-left: 12px;
  padding-bottom: 12px;
  min-height: 180px;
}
.row.einstiegsrow .shortnews .newsbox.gruen .contenttext {
  border-color: #4d962a;
}
.row.einstiegsrow .shortnews .newsbox.rot .contenttext {
  border-color: #bc121f;
}
.row.einstiegsrow .shortnews .newsbox h3 {
  font-size: 1.0em;
  text-transform: uppercase;
  margin-bottom: 6x;
  padding-bottom: 0px;
}
.row.einstiegsrow .shortnews .newsbox .close {
  position: absolute;
  right: -5px;
  top: 0px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  -webkit-transition: .5s all;
  transition: .5s all;
}
.row.einstiegsrow .shortnews .newsbox .close:before, .row.einstiegsrow .shortnews .newsbox .close:after {
  width: 100%;
  height: 3px;
  display: block;
  content: "";
  background: #bebecb;
}
.row.einstiegsrow .shortnews .newsbox .close:hover:before, .row.einstiegsrow .shortnews .newsbox .close:hover:after {
  background: #000;
}
.row.einstiegsrow .shortnews .newsbox .close:before {
  margin-top: -5px;
  -webkit-transform: rotate(45deg) translate3d(4px, 20px, 0);
  -ms-transform: rotate(45deg) translate3d(4px, 20px, 0);
  transform: rotate(45deg) translate3d(4px, 20px, 0);
}
.row.einstiegsrow .shortnews .newsbox .close:after {
  margin-top: 24px;
  margin-left: -7px;
  -webkit-transform: rotate(-45deg) translate3d(10px, -10px, 0);
  -ms-transform: rotate(-45deg) translate3d(10px, -10px, 0);
  transform: rotate(-45deg) translate3d(4px, -10px, 0);
}
.row.einstiegsrow .sponsoren {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.45em;
  line-height: 1.5em;
  overflow: hidden;
  width: 28%;
  padding-bottom: 25px;
}
.row.einstiegsrow .sponsoren img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
/* Störer Zeile */
.row.stoerer {
  min-height: 0px;
  background: #db0015;
  background: #e14646;
  padding: 40px 0 20px 0;
  margin: 0px;
}
.row.stoerer.rot {
  background: #bc121f;
}
.row.stoerer .styled, .row.stoerer .styled a, .row.stoerer .styled ul li:before {
  color: #fff !important;
}
.row.stoerer .styled h2 {
  font-weight: 600;
}
.row.stoerer .btn {
  border: 1px solid #fff;
  color: #fff;
  margin-top: 10px !important;
}
.row.stoerer .btn:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
/* Row Texzeile */
.ce_accordionStart, 
.row.textzeile, .row.suche {
  min-height: 200px;
  background-image: -webkit-linear-gradient(#f2f2f2 0%, #ffffff 100%);
  background-image: linear-gradient(#f2f2f2 0%, #ffffff 100%);
  padding: 20px 0 20px 0;
}
.row.alles-eingemittet {
  text-align: center;
}
.breadcrumbs {
  font-weight: normal;
  color: #6a6a6a;
  margin-bottom: 5px;
  font-size: 0.8em;
  display: none;
}
.breadcrumbs a, .breadcrumbs .separator {
  color: #6a6a6a;
  font-weight: normal;
}
.textzeile .textcontent {
  margin: 50px 0 50px 0;
  width: 50%;
}
.ce_headline,
.ce_text,
.ce_youtube,
.ce_download,
.ce_epaper,
.ce_form,
.ce_image,
.ce_datasport,
.mod_newslist {
  width: 60%;
}
.ce_youtube iframe {
  width: 100%;
  height: 350px;
}

.textzeile .textcontent.breitertext {
  width: 70%;
}
/* News textzeile */
.newstextzeile .textcontent {
  margin: 60px 0 50px 0;
}
.newstextzeile .textcontent .date {
  margin-bottom: 10px;
  margin-top: -5px;
}
/* Row Boxen */
.row.section {
  background-image: -webkit-linear-gradient(#f2f2f2 0%, #ffffff 100%);
  background-image: linear-gradient(#f2f2f2 0%, #ffffff 100%);
}
.row.section .middler,
.ce_accordionStart {
  padding: 60px 20px 60px 0;
  overflow: hidden;
}
.row.section .bwrap,
.accordion > div,
.ce_gallery ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ie11 .ce_gallery ul,
.ie10 .ce_gallery ul {
  max-width: 700px;
}
.accordion .box,
.row.section .box {
  width: 31%;
  padding: 20px;
  margin-right: 2%;
  margin-bottom: 20px;
  background: #dee0e2;
}
.accordion .box.team,
.row.section .box.team {
  width: 21%;
  padding: 0;
  margin-bottom: 30px;
  background: none;
}
.accordion .box.team h2,
.row.section .box.team h2 {
  margin-bottom: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
.accordion .box.team img,
.row.section .box.team img {
  max-width: 267px;
}
.ce_gallery li {
  width: 31%;
  padding: 0;
  margin-right: 2%;
  margin-bottom: 20px;
  background: none;
}
.ce_gallery figure img {
  width: 100%;
  height: auto;
}
.accordion .box h2,
.row.section .box h2 {
  font-size: 1.4em;
}
.accordion .box h2 a,
.row.section .box h2 a {
  text-decoration: none;
}
.row.section.socialmedia .box {
  width: 50%;
}
.accordion .box .einleitungsbild,
.row.section .box .einleitungsbild {
  width: 100%;
  margin-bottom: 20px;
}
.accordion .box.team .einleitungsbild,
.row.section .box.team .einleitungsbild {
  margin-bottom: 10px;
}
.row.section .btnwrapper {
  text-align: center;
  padding-top: 40px;
  float: none;
  clear: both;
}
/* Row Bildzeile */
.row.bildzeile {
  color: #3f3f3f;
  font-weight: 600;
  text-shadow: 0 0 10px white;
  height: 500px;
}
@media only screen and (max-width: 800px) {
  .row.bildzeile {
    display: none;
  }
  .row.bildzeile + * {
    padding-top: 100px;
  }
}


.row.bildzeile .overlay {
  background: rgba(255, 255, 255, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.83+0,0.4+100 */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.83)), color-stop(100%, rgba(255, 255, 255, 0.4)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.83) 0%, rgba(255, 255, 255, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.83) 0%, rgba(255, 255, 255, 0.4) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ffffff', endColorstr='#66ffffff', GradientType=0 );
  /* IE6-9 */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.bildzeile .hintergrundbild {
  width: 100%;
  height: 560px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
}
.bildzeile .hintergrundbild .video-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -10;
}
.touch .bildzeile .hintergrundbild {
  background-attachment: inherit;
}
.hintergrundbild .middler {
  text-align: left;
  padding-top: 220px;
  text-align: center;
}
.hintergrundbild .middler .langertext {
  width: 70%;
  margin-left: 15%;
}
/* News Bildzeile */
.row.bildzeile.newsbildrow {
  height: 400px !important;
  min-height: 0 !important;
}
.row.bildzeile.newsbildrow .hintergrundbild {
  height: 400px;
}
.row.bildzeile.newsbildrow .hintergrundbild .middler {
  text-align: left;
  padding-top: 200px;
  padding-bottom: 100px;
}



/* Content Elemente */
h2.ce_headline, .block > h2, 
h3.ce_headline, .block > h3 {
  margin-top: 10px;
  margin-bottom: 10px;
} 
.ce_text p, .ce_text ul {
  padding-bottom:15px;
}
.ce_text p:last-child {
  padding-bottom:0;
}
.ce_image,
.ce_download,
.ce_epaper,
.ce_gallery,
.ce_youtube,
.ce_form,
.ce_datasport,
.ce_text {
  padding-bottom:30px;
}
body script + * {
  width: 100%;
  padding-bottom:50px;
  margin:-30px 0 0 -20px;
}


/* Main Navigation */
.mainnav {
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(#f2f3f7 0%, #b3b6ba 100%);
  background-image: linear-gradient(#f2f3f7 0%, #b3b6ba 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 55;
  width: 260px;
  height: 100%;
  opacity: .95;
  overflow-y: auto;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.topnavminimized .mainnav,  .mainnav .no-touch {
  overflow: visible;
}
.mainnav .scrollWrapper {
  min-height: 100%;
  position: relative;
}
/* Homelink */
.homelink {
  display: block;
  position: fixed;
  z-index: 50;
  right: auto;
  left: 15px;
  top: 25px;
  -webkit-transition: .2s all;
  transition: .2s all;
  display: none;
}
.homelink img {
  width: 200px;
}
.topnavminimized .homelink {
  left: 80px;
  top: 0px;
  display: block;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.topnavminimized .homelink img {
  width: 150px;
}
.socialbox {
  position: fixed;
  right: 30px;
  top: 0px;
  z-index: 50;
}
.socialbox ul li {
  display: inline-block;
  margin-right: 4px;
}
.socialbox ul li a {
  background-color: #fff;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: bottom 4px left 6px;
  text-indent: -999em;
  display: block;
  width: 37px;
  height: 55px;
  margin-top: -5px;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.socialbox ul li a:hover {
  margin-top: 0px;
}
.socialbox ul li.facebook a {
  background-image: url("../images/icons/icon-facebook.png");
  background-size: 15px;
  background-position: bottom 4px left 10px;
}
.socialbox ul li.youtube a {
  background-image: url("../images/icons/icon-youtube.png");
}
.socialbox ul li.instagram a {
  background-image: url("../images/icons/icon-instagram.png");
}
.socialbox ul li.twitter a {
  background-image: url("../images/icons/icon-twitter.png");
}
/* Close Icon */
.menu-icon {
  display: block;
  width: 60px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99999;
  cursor: pointer;
  padding: 4px 15px 4px 15px;
  opacity: .2;
  -webkit-transition: .2s all;
  transition: .2s all;
}
.menu-icon:hover {
  opacity: 1;
}
.menu-icon:before, .menu-icon:after, .menu-icon .menu-icon__text {
  background: #444444;
  content: '';
  display: block;
  height: 4px;
  margin: 6px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}
.menu-icon .menu-icon__text {
  text-indent: -9999px;
}
.menu-icon.active {
  width: 45px;
}
.menu-icon.active:before {
  -webkit-transform: rotate(45deg) translate3d(4px, 10px, 0);
  -ms-transform: rotate(45deg) translate3d(4px, 10px, 0);
  transform: rotate(45deg) translate3d(4px, 10px, 0);
}
.menu-icon.active .menu-icon__text {
  opacity: 0;
}
.menu-icon.active:after {
  -webkit-transform: rotate(-45deg) translate3d(4px, -10px, 0);
  -ms-transform: rotate(-45deg) translate3d(4px, -10px, 0);
  transform: rotate(-45deg) translate3d(4px, -10px, 0);
}
.mainnav .menulogo {
  display: block;
  width: 80%;
  padding: 20px 0 20px 20px;
  opacity: 1;
  -webkit-transition: .2s all;
  transition: .2s all;
}
.mainnav .menulogo img {
  max-width: 100%;
  height: auto;
}
.mainnav {
  width: 260px;
  overflow: visible;
}
.mainnav .topnav {
  position: relative;
  margin: 0px 0 0px 15px;
}
.mainnav.mnavAnimated, .mainnav.mnavAnimated .topnav, .mainnav.mnavAnimated .topnav li a, .mainnav.mnavAnimated .topnav li li a, .mainnav.mnavAnimated .topnav li div, .mainnav.animated .topnav li li, .topnavminimized .mainnav.mnavAnimated .topnav li a, .topnavminimized .mainnav.mnavAnimated .bottomnav .bnav a {
  -webkit-transition: .2s all;
  transition: .2s all;
}
.topnav li {
  display: block;
}
.topnav li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  position: relative;
  padding: 10px 0 10px 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.topnav li.backtode a {
  font-size: 0.9em;
}
.topnav li img {
  width: 25px;
  margin-right: 10px;
  max-height: 40px;
}
.topnav li div {
  display: inline-block;
  padding-top: 4px;
}
.topnav li:hover a {
  opacity: .6;
}
/* Subnav  Dropdown */
.topnav li ul {
  position: absolute;
  right: 0px;
  margin-top: -50px;
  padding: 10px;
  width: 200px;
  right: -9999%;
  box-shadow: 0;
  background-color: #d9d9d9;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.1) inset;
  opacity: 0;
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
}
.topnav .menu > ul > li.hover:before {
  content: "";
  display: block;
  width: 100px;
  height: 200px;
  position: absolute;
  right: 0px;
  margin-top: -80px;
  z-index: 999;
}
.topnav li.hover ul {
  opacity: 1;
  right: -200px;
}
.topnav li li {
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.topnav li li a {
  padding: 5px;
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: none;
  opacity: 1 !important;
}
.topnav li li:hover a, .topnav li li.current_page_item a, .topnav li li.current_page_ancestor a {
  background: #eaeaea;
  opacity: 1;
}
.bottomnav {
  position: relative;
  bottom: 0px;
  left: 0px;
  padding-bottom: 50px;
  width: 100%;
}
.bottomnav .bnav li {
  margin-bottom: 0px;
}
.bnav .mobiletext {
  display: none;
}
.bnav {
  margin-bottom: 8px;
  margin-left: 15px;
}
.bottomnav .bnav a,
.bottomnav .bnav span {
  color: #525250;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: normal;
  font-weight: 400;
}
.bottomnav .bnav a .long {
  display: block;
}
.bottomnav .bnav a .short {
  display: none;
}
.bottomnav .bnav li.active a {
  font-weight: 600;
  color: #fff;
}
.bottomnav .search {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
}
.bottomnav .search input {
  border: none;
  padding: 15px 15px 15px 40px;
  margin: 0px;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  color: #cbced2;
  background: #fff url("../images/icons/suche.png") no-repeat left 6px top 8px;
  background-size: 28px 28px;
}
.bottomnav .search input:focus {
  color: #000;
}
/* mainnav Closed */
.topnavminimized .menulogo {
  opacity: 0;
}
.topnavminimized .mainnav {
  width: 60px;
}
.topnavTextHidden .topnav li a div {
  opacity: 0;
}
.topnavminimized .toggler,
.topnavminimized .accordion,
.topnavminimized .row .middler {
  margin-left: 100px;
}
.topnavminimized .menu-icon {
  opacity: 1;
}
.topnavminimized .mainnav .topnav {
  margin: 0px 0 0 0px;
}
.topnavminimized .topnav .menu > ul > li, .topnavminimized .bottomnav .bnav .menu > ul > li a, .topnavminimized .menu-icon {
  display: block;
  margin-bottom: 0px;
  border-bottom: 1px solid #b2b2b2;
}
.topnavminimized .topnav li.backtode {
  display: none;
}
.topnavminimized .topnav .menu > ul > li > a, .topnavminimized .bottomnav .bnav a {
  padding: 15px;
  display: block;
  text-align: center;
}
.topnavminimized .topnav li a {
  padding-left: 12px;
}
.topnavminimized .topnav li a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.topnavminimized .bottomnav .bnav li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.topnavminimized .topnav .menu > ul > li:hover:before {
  display: none;
}
.topnavminimized .topnav li img {
  width: 30px;
  margin-right: 30px;
  float: none;
}
.topnavminimized .topnav .menu > ul > li a:hover {
  opacity: .5;
}
.topnavminimized .newsletterbox {
  display: none;
}
.topnavminimized .bottomnav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-bottom: 0px;
}
.topnavminimized .bottomnav .bnav li {
  margin-bottom: 2px;
}
.topnavminimized .bnav {
  margin-bottom: 0px;
  margin-left: 0px;
  width: 100%;
}
.topnavminimized .bnav a {
  font-weight: 600;
}
.topnavminimized .bnav a .long {
  display: none;
}
.topnavminimized .bnav a .short {
  display: block;
}
.topnavminimized .subnav, .topnavminimized .search {
  display: none;
}
/* Subnav Dropdown auf Touch Geräten */
.touch .mainnav {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.touch .mainnav .topnav {
  position: relative;
}
.touch .mainnav .bottomnav {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
}
.touch .bottomnav .newsletterbox input {
  width: 80%;
}
.touch .topnav li ul {
  position: relative;
  right: 0px;
  top: 0px;
  padding: 0px;
  margin: -5px 0 20px 48px;
  width: auto;
  right: 0px auto;
  left: 0px !important;
  box-shadow: 0;
  background: none;
  box-shadow: none;
  opacity: block;
  opacity: 1;
  display: none;
}
.touch .topnavminimized .topnav li ul {
  display: none !important;
}
.touch .topnav .menu > ul > li:hover:before {
  display: none;
}
.touch .topnav li li a {
  padding: 3px;
}
.touch .topnav li.open ul {
  display: block;
}

/* Wordpress Galerie Style */
.gallery-columns-3 .gallery-item {
  width: 30% !important;
  margin-right: 3% !important;
}
.gallery .gallery-item img {
  border: 0px !important;
  width: 100%;
  height: auto;
}
/* Form Styles */
/* fieldset+legend */
.ce_form {
  margin-left:3px;
}
fieldset {
  border: 1px solid #ccc;
  padding: 0.5em;
}
fieldset.radio_container {
  margin-bottom: 10px;
}
legend {
  display: none;
}
/* input, select, textarea */
input, select, textarea {
  width: 100%;
  padding: 10px;
  margin: 0 0 10px 0;
  border: 1px solid #E1E1E1;
  color: #333;
  background: #FCFCFC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 18px;
  border-radius: 0;
  font: inherit;
  color: inherit;
}
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0!important;
}
select {
  height: 40px;
  padding: 8px;
}
textarea {
  height: 200px;
  min-height: 80px;
}
/* radio-buttons */
.radio_container {
  margin-top: 1px;
}
.radio_container label {
  float: none;
}
.radio_container input {
  width: 20px;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 100%;
}
.radio_container legend {
  display: block;
  overflow: hidden;
}
.radio_container > span {
  display: block;
}
.radio_container.horizontal span {
  display: inline-block;
  margin-right: 15px;
}
/* checkboxes */
.checkbox_container {
  margin-top: 1px;
}
.checkbox_container legend span {
  margin-bottom: 5px;
  /* display: inline!important; */
}
.checkbox_container label {
  float: none;
}
.checkbox_container input {
  width: 20px!important;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.checkbox_container legend {
  display: block;
  overflow: hidden;
}
.checkbox_container > span {
  display: block;
}
.checkbox_container.horizontal span {
  display: inline-block;
  margin-right: 15px;
}
/* submit-button */
.submit_container input {
  width: auto!important;
}
.submit {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
input[type="submit"], input.submit {
  padding: 10px 12px;
  text-align: center;
  display: inline-block;
  margin-bottom: 4px;
  background: #d10020;
  color: #fff;
  cursor: pointer;
}
input[type="submit"], input.submit {
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}
input[type="submit"]:hover, input.submit:hover {
  opacity: 0.9;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
}
form.merchandise fieldset {
  border: none;
}
form .hide-field legend {
  display: none;
}


/* errors */
label.error {
  color: red;
}
input.error {
  border: 1px solid red;
}
p.error {
  color: red;
  clear: both;
}
/* captcha */
.ce_form .captcha {
  width: 20%;
}
.ce_form .captcha-container label {
  width: 100%;
  display: block;
}
.ce_form .widget-captcha label {
  display: block;
}
.ce_form .captcha_text {
  display: block;
  margin-top: 0;
  padding-bottom: 15px;
}
.ce_form .captcha-container {
  background: #ecd0d0;
  padding: 2%;
  margin-bottom: 15px;
}
.submit_container {
  margin-top: 15px;
}

form.strongfix strong {
  font-weight: 600;
}



/* Responsive */
@media only screen and (max-width: 1300px) {
.accordion .box,
.row.section .box {
  width: 45%;
}
}

@media only screen and (max-width: 1100px) {
body {
  font-size: 1.05em;
}
h1 {
  font-size: 2em;
  line-height: 1.1em;
  margin: 0 0 20px 0;
  font-weight: 600;
  text-transform: uppercase;
}
.h1subtitel {
  font-size: 1.5em !important;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
  margin: 0px auto;
  max-width: 100%;
}
.mod_newsreader .ce_text h1,
.mod_newsreader .ce_headline h1,
h2 {
  font-size: 1.5em;
  margin-bottom: 5px;
}
h3 {
  font-size: 1.0em;
  font-weight: 600;
  text-transform: uppercase;
}
h3.subh2title {
  margin-top: 0px;
  margin-bottom: 20px;
}
/* Textzeile */
.ce_headline,
.ce_text,
.ce_youtube,
.ce_download,
.ce_epaper,
.ce_form,
.ce_image,
.ce_datasport,
.textzeile .textcontent,
.mod_newslist {
  width: 100% !important;
  overflow-x: none;
}
.ce_youtube iframe {
  height: 180px;
}



/* Social Media Boxen*/
.row.section.socialmedia .box {
  width: 100%;
}
/* Einstiegs Row */
.einstiegsrow .overlay {
  background-attachment: inherit;
  background-position: 50% 0;
}
.overlay .overlayimage {
  max-width: 63%;
  display: block;
  float: none;
  position: absolute;
  top: 2px;
}
.overlayimage.hidden {
  opacity: 0;
}
.overlay .smllogo {
  top: 140px;
  display: block;
}
.overlay .sponsoren {
  position: absolute;
  bottom: 0px;
}
.einstiegsrow .downbutton {
  display: none;
}
.accordion,
.row .middler,  .topnavminimized .row .middler {
  width: auto;
  margin: 0px !important;
  padding-right: 0 !important;
  padding-left: 80px !important;
}
.accordion .box,
.row.section .box {
  width: 100%;
  padding: 20px;
}
.accordion .box.team,
.row.section .box.team {
  width: 31%;
  padding: 20px;
}
.accordion .box.team h2,
.row.section .box.team h2 {
  font-size: 1em;
}
.row.einstiegsrow .countdown {
  display: none;
}
.row.einstiegsrow .countdown-mobile {
  display: block !important;
  font-size: 0.5em !important;
}
.row.einstiegsrow .countdown-title {
  font-size: 0.8em !important;
}
.row.einstiegsrow .countdown-date {
  font-size: 1.5em !important;
  margin-bottom: 30px  !important;
}
.row.einstiegsrow .overlay .middler .countdown-sponsor .sponsor img {
  max-width: 70px !important;
}
.row.einstiegsrow a.scrolldown {
  display: none !important;
}
.row.einstiegsrow .shortnews {
  width: 100%;
  padding: 0;
  display: block;
}
.row.einstiegsrow .shortnews .newsbox {
  width: 100%;
  -webkit-transition: .5s all;
  transition: .5s all;
  padding-left: 80px;
}
.row.einstiegsrow .shortnews .newsbox .nwrap {
  padding: 0px;
  margin-right: 0px;
  position: relative;
  width: 100%;
}
.row.einstiegsrow .shortnews .newsbox .contenttext {
  min-height: 0px;
  padding: 10px 0 10px 10px;
}
.row.einstiegsrow .shortnews .newsbox .short {
  display: none;
}
.row.einstiegsrow .shortnews .newsbox h3 {
  font-size: 1.0em;
  text-transform: uppercase;
  margin-bottom: 6x;
  padding-bottom: 0px;
}
.row.einstiegsrow .shortnews .newsbox .close {
  display: none;
}
.row.einstiegsrow .sponsoren {
  position: relative;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  text-align: left;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
}
.row.einstiegsrow .sponsoren h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: none;
}
}

@media only screen and (max-width: 800px) {
/* Allgemeine Sponsorendarstellung */
body .bodyoverlay {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.row.einstiegsrow .countdown-mobile {
  font-size: 0.4em !important;
}
.row.einstiegsrow .countdown-date {
  font-size: 0.6em !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.row.einstiegsrow .countdown-title {
  font-size: 0.5em !important;
  line-height: 1.2em !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
body.topnavminimized .bodyoverlay {
  display: none;
}
.accordion .box.team,
.row.section .box.team {
  width: 45%;
  padding: 20px;
}


ul.sponsorenliste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.sponsorenliste li {
  margin: 10px 5px;
  min-width: 60px;
}
ul.sponsorenliste li img {
  max-height: 35px;
}
.scrolltop {
  position: fixed;
  right: 10px;
}


@media only screen and (max-width: 600px) {
h1, .mod_newsreader .ce_text h1,
.mod_newsreader .ce_headline h1,
h2 {
  font-size: 1.4em !important;
}
h3 {
  font-size: 1.2em;
}



}


/* Form Styles */
/*

*/


.topnavminimized .homelink {
  position: absolute;
  top: 5px;
}
.topnavminimized .homelink img {
  width: 120px;
}
.socialbox {
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 50;
}
.socialbox ul {
  overflow: hidden;
}
.socialbox ul li {
  display: block;
  margin-bottom: 10px;
}
.socialbox ul li a {
  background-color: #fff;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: bottom 4px left 6px;
  text-indent: -999em;
  display: block;
  margin-right: -5px;
  width: 44px;
  height: 35px;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.socialbox ul li.facebook a {
  background-image: url("../images/icons/icon-facebook.png");
  background-size: 13px;
  background-position: bottom 4px left 10px;
}
.socialbox ul li.youtube a {
  background-image: url("../images/icons/icon-youtube.png");
  background-position: bottom 7px left 6px;
}
.socialbox ul li.instagram a {
  background-image: url("../images/icons/icon-instagram.png");
  background-position: bottom 5px left 6px;
}
.socialbox ul li.twitter a {
  background-image: url("../images/icons/icon-twitter.png");
}
.stoererRechts {
  width: 100px;
  height: auto;
}
.notshowmobile {
  display: none !important;
}
}

@media only screen and (max-height: 680px) {
.homelink img {
  width: 150px;
}
.mainnav .topnav {
  position: relative;
  margin-top: 0px;
}
.mainnav .scrollWrapper {
  min-height: 540px;
  position: relative;
}
.einstiegsrow .overlay {
  background-attachment: inherit;
  background-position: 34% 15%;
}
}

@media only screen and (max-height: 540px) {
/*
  .topnavminimized .langchooser {
    display: none;
  }
*/ 
}

@media only screen and (max-width: 550px) {
.accordion .box.team,
.row.section .box.team {
  width: 100%;
}
}
@media only screen and (max-width: 450px) {
.stoererRechts {
  display: none !important;
}
}


/*
Download
 ----------------------------------------*/
.ce_download img {
  display: none;
}
.ce_download a {
  display: block;
  min-height: 40px;
  vertical-align: bottom;
  padding-left: 46px;
  background-image:  url("../../images/iconPDF.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left top;
}
.ce_download + .ce_download {
  margin-top: -25px;
}


/*
ePaper
 ----------------------------------------*/
a.ce_epaper {
  display: block;
  min-height: 74px;
  vertical-align: bottom;
  padding-left: 90px;
  background-image:  url("../../images/iconEpaper.png");
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: left 5px;
  text-decoration: none;
}
.ce_epaper div.title {
  font-weight: bold;
}
.ce_epaper div.link {
  text-decoration: underline;
}
.ce_epaper + .ce_headline {
  margin-top: -10px !important;
}

/*
Accordion FAQ
 ----------------------------------------*/

.smk_accordion {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    width: 100%;
}
.smk_accordion .accordion_in {
    border-top: 1px solid #ccc;
}
.smk_accordion .accordion_in .acc_head {
    display: block;
    cursor: pointer;
    padding: 10px 15px 10px 0px;
}
.smk_accordion .accordion_in .acc_head h2 {
    margin: 0px 0px 0px 35px;
    color: #51504c;
    font-size: 18px;
    font-weight: 500;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    float: right;
}
.smk_accordion .accordion_in .acc_head .acc_icon_title {
    float: left;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand .fa-angle-down {
    font-size: 20px;
    line-height: 24px;
    margin-left: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.smk_accordion .acc_active .acc_head .acc_icon_expand .fa-angle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.smk_accordion .accordion_in .acc_content {
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
}
.smk_accordion .accordion_in .acc_content ul {
}
.smk_accordion .accordion_in .acc_content ul li {
    list-style: none;
    margin-left: 0px;
    line-height: normal;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}
.smk_accordion .accordion_in .acc_content ul li:before {
    content: "-";
    display: inline-block;
    position: absolute;
    left: 0;
    color: #626262;
}
.smk_accordion h2 {
    padding-bottom: 15px;
}
.smk_accordion h3.acc_section {
    padding-bottom: 15px;
}
.smk_accordion .accordion_in h3 {
    margin-top: 0 !important;
    text-transform: none;
    font-size: inherit; /* mobile */
}


/*
Datasport
 ----------------------------------------*/
.ce_datasport + .ce_datasport {
  margin-top: -20px;
}


 /*
Hyphenate
 ----------------------------------------*/
.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}


 /*
Social Wall
 ----------------------------------------*/
#sb_wall1 {
  width: 100%;
}


/*
Divers
 ----------------------------------------*/

.invisible,
.pagination {
  display:none;
}
