/*****************************
 ******************************
 *************essentials*******
 ******************************
 ****************************/
/* Body BG */
/* Border */
/* Border Dark */
/* Border Dots */
/* 14px */
/* 24px */
/* 54px */
/* 40px */
/* 32px */
/* 20px */
/* 14px */
/*##################################
 ############### Mixins ############
 ##################################*/
i, a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #323232; }
  i.active, a.active, i:hover, a:hover, i:active, a:active, i:focus, a:focus {
    text-decoration: none;
    color: #1b3d88; }
/*a*/
.internal-link {
  /* Vordefinierter Text-Link mit Link-Icon vorweg */ }

p {
  margin-bottom: 1rem; }

body {
  background: #f2f2f2;
  color: #323232;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem; }

.btn-light {
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #dcdcdc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #dcdcdc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #dcdcdc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dcdcdc',GradientType=0);
  /* IE6-9 */
  border: none;
  border-radius: 0; }
  .btn-light:hover {
    background: #dcdcdc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dcdcdc 0%, #f2f2f2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dcdcdc 0%, #f2f2f2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dcdcdc 0%, #f2f2f2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#f2f2f2',GradientType=0);
    /* IE6-9 */ }

.btn-danger {
  background: #872d1b;
  /* Old browsers */
  border: none;
  border-radius: 0; }
  .btn-danger:hover {
    background: #1b3d88;
    /* Old browsers */ }

.btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0.875rem;
  font-weight: 700; }
  .btn.btn-primary {
    padding: 0.75rem 1rem;
    background: #1b3d88;
    /* Old browsers */
    border: none;
    color: #fff;
    text-transform: uppercase; }
  .btn.btn-secondary {
    border-radius: 1.4rem;
    color: #1b3d88;
    background: #f2f2f2;
    border: none;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    font-weight: bold;
    font-size: 0.875rem; }
  .btn.btn-dark {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6e6e6e+0,323232+100 */
    background: #6e6e6e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6e6e6e 25%, #323232 75%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6e6e6e 25%, #323232 75%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6e6e6e 25%, #323232 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e6e6e', endColorstr='#323232',GradientType=0);
    /* IE6-9 */
    border-radius: 1.4rem;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 0.5rem 1rem; }
  .btn:hover {
    text-decoration: underline; }

select.custom-select {
  position: relative;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  width: auto;
  border: none;
  border-radius: 1.4rem;
  background: #f2f2f2;
  color: #1b3d88;
  font-weight: 400;
  font-size: 0.875rem; }
  @media (min-width: 450px) {
    select.custom-select {
      margin-top: 0; } }
  select.custom-select:before {
    content: 'TAESD';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #c00; }

.pt-10 {
  padding-top: 7rem; }
/*****************************
 ******************************
 *************Head*******
 ******************************
 ****************************/
.topKopp {
  border-bottom: solid 1px #dfdfdf; }
  .topKopp .page-header__aside .page-header__icons {
    padding-top: 0.35rem; }
  @media (max-width: 1340px) {
      .topKopp .page-header__aside .info-address {
        display: none !important; } }
  .topKopp .btn {
    font-weight: bold;
    padding: 0.6rem 1rem; }
  .topKopp svg {
    max-height: 27px;
    fill: #323232;
    margin-left: 0.4rem; }
  .topKopp svg:hover {
    fill: #1b3d88; }

.container.head {
  padding-left: 0;
  padding-right: 0; }

.head {
  max-width: auto; }
  @media (min-width: 200px) and (max-width: 992px) {
  .head {
    max-width: 100%; } }
  @media (min-width: 1200px) {
  .head {
    max-width: 100%; } }
  @media (min-width: 1500px) {
  .head {
    padding: 0; } }
  @media (min-width: 1200px) {
      .head .page-header__nav .col-xl-6:first-of-type {
        flex: 0 0 53%;
        max-width: 53%; } }
  @media (min-width: 1200px) {
      .head .page-header__nav .col-xl-6:last-of-type {
        flex: 0 0 47%;
        max-width: 47%; } }
  .head .page-header__nav .page-header__title {
    float: none;
    padding: 3rem 0 2.75rem 0;
    text-align: center; }
    @media (min-width: 992px) {
    .head .page-header__nav .page-header__title {
      float: left;
      padding: 3rem 0 3rem 3rem;
      text-align: left; } }
    .head .page-header__nav .page-header__title #site-logo {
      float: left; }
      @media (max-width: 992px) {
    .head .page-header__nav .page-header__title #site-logo {
      display: block;
      float: none;
      margin-bottom: 2rem; } }
    .head .page-header__nav .page-header__title #site-logo img {
      max-width: 110px;
      margin-right: 1rem !important; }
    .head .page-header__nav .page-header__title span {
      display: inline-block;
      padding-top: 30px;
      /*h1*/
      /*h2*/ }
      @media (max-width: 992px) {
    .head .page-header__nav .page-header__title span {
      padding-top: 0; } }
      .head .page-header__nav .page-header__title span #site-title {
        /*h3*/
        color: #1b3d88;
        font-size: 1.96875rem;
        font-weight: 700;
        white-space: nowrap; }
        @media (max-width: 767px) {
    .head .page-header__nav .page-header__title span #site-title {
      white-space: normal; } }
      .head .page-header__nav .page-header__title span #site-subtitle {
        /*h4*/
        color: #1b3d88;
        font-size: 1.09375rem; }

.skipnav {
  position: fixed;
  background: #dfdfdf;
  z-index: 999;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  left: 0; }
  .skipnav a {
    text-decoration: underline;
    display: block; }
  .skipnav.infocus, .skipnav.outline {
    transform: translateY(0); }
/*****************************
 ******************************
 *************Nav*******
 ******************************
 ****************************/
.dropdown-item:hover {
  background-color: #3b62ac !important;
  color: #fff !important; }

.dropdown-toggle::after {
  border-right: none;
  border-left: none; }
/*nav*/
#main-navbar {
  /*ul*/ }
  #main-navbar a {
    color: #1b3d88; }
  #main-navbar a:hover {
    color: #fff !important;
    background-color: #1b3d88 !important; }
  #main-navbar .active {
    background-color: #1b3d88 !important; }
  #main-navbar .active a {
    color: #fff !important; }
  #main-navbar .active div .parent-active {
    background-color: #1b3d88 !important;
    color: #fff !important; }
    #main-navbar .active div .active {
      background-color: #1b3d88 !important;
      color: #fff !important; }
    #main-navbar .active div a {
      color: #1b3d88 !important; }
      #main-navbar .active div a:hover {
        color: #fff !important; }
  #main-navbar .navbar-nav {
    margin: 0 1rem 0 0;
    /*li*/ }
  @media (max-width: 450px) {
    #main-navbar .navbar-nav {
      margin-top: 6rem; } }
  @media (max-width: 1200px) {
    #main-navbar .navbar-nav {
      margin: 0 0 0 3rem; } }
  #main-navbar .navbar-nav .nav-item {
    margin: 0 0.1rem; }
    #main-navbar .navbar-nav .nav-item a {
      padding: 0.5rem 1rem;
      font-size: 1.09375rem;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media (max-width: 1200px) {
    #main-navbar .navbar-nav .nav-item a {
      padding: 0.5rem 0.75rem !important; } }
      @media (max-width: 1500px) {
    #main-navbar .navbar-nav .nav-item a {
      padding: 0.5rem 0.5rem; } }
    #main-navbar .navbar-nav .nav-item.active {
      background: #1b3d88; }
    @media (max-width: 991px) {
  #main-navbar .offcanvas-collapse button.navbar-toggler {
    position: fixed;
    top: 1.75rem;
    left: 0.75rem;
    border: none;
    color: #1b3d88; }
  #main-navbar .offcanvas-collapse i {
    margin-right: 0.7rem;
    padding: 0.7rem;
    width: 48px;
    height: 48px;
    border: solid 1px #1b3d88;
    border-radius: 50%;
    color: #1b3d88;
    font-size: 1.5rem;
    line-height: 1.6rem; }
    #main-navbar .offcanvas-collapse i.fa-home {
      display: none !important; } }
  @media (max-width: 1400px) {
    #main-navbar .offcanvas-collapse {
      margin-bottom: 2rem; } }
  #main-navbar .offcanvas-collapse.open {
    top: 0;
    transform: translateX(-1rem);
    z-index: 99999;
    display: table;
    height: 100%;
    background-color: #fff;
    /*ul*/ }
  #main-navbar .offcanvas-collapse.open .navbar-nav {
    margin: 0;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
    #main-navbar .offcanvas-collapse.open .navbar-nav .nav-item {
      /*li*/
      margin: 0.5rem;
      /*a*/ }
      #main-navbar .offcanvas-collapse.open .navbar-nav .nav-item .nav-link {
        padding: 0.5rem 1.2rem;
        color: #1b3d88;
        text-align: center; }
      #main-navbar .offcanvas-collapse.open .navbar-nav .nav-item:hover a {
        padding: 0.5rem 1rem;
        background: #3b62ac;
        /* Old browsers */
        border: none;
        color: #fff;
        text-transform: uppercase; }

#page-1 #main-navbar .home a {
  background: #3b62ac;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3b62ac 0%, #1e3c84 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3b62ac 0%, #1e3c84 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3b62ac 0%, #1e3c84 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b62ac', endColorstr='#1e3c84',GradientType=0);
  /* IE6-9 */
  border-radius: 1.4rem;
  color: #fff; }
  #page-1 #main-navbar .home i {
    color: #fff; }
/*****************************
 ******************************
 *************Jumbotron*******
 ******************************
 ****************************/
/* Temporärer Fix */
#carousel-7.d-none {
  display: block !important; }

.jumboTeaser {
  display: none; }
/* Temporär, nachher löschen, enthält Slider-Teaser-Texte */
.jumbotron {
  /*.carousel-inner {
   overflow: visible;
   .carousel-item {
   .freeSlide {
   position:absolute;
   bottom:-8rem;
   right: 19%;
   z-index: 99;
   @include animation('move-the-object 1s 1');
   animation-delay: 2s;
   animation-fill-mode: forwards;
   opacity:1;
   max-height: 48rem;
   }
   }
   }*/ }
  .jumbotron .jumboTeaser {
    background: #fff;
    position: absolute;
    z-index: 9;
    max-width: 37rem;
    padding: 2rem 2rem 5rem 2rem;
    right: 18rem;
    /* bottom: -4rem;*/ }
  .jumbotron .jumboTeaser h2 {
    font-family: 'Roboto Slab', serif;
    color: #1b3d88;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .jumbotron .jumboTeaser p {
    margin-bottom: 2rem; }
  .jumbotron .carousel-item img {
    width: 100%;
    height: 200px; }
  @media (min-width: 576px) {
    .jumbotron .carousel-item img {
      max-height: 230px;
      height: auto; } }
  @media (min-width: 767px) {
    .jumbotron .carousel-item img {
      max-height: 280px; } }
  @media (min-width: 992px) {
    .jumbotron .carousel-item img {
      max-height: 330px; } }
  @media (min-width: 1200px) {
    .jumbotron .carousel-item img {
      max-height: 430px; } }
  @media (min-width: 1500px) {
    .jumbotron .carousel-item img {
      max-height: 540px; } }

#carouselButtons {
  display: none;
  position: absolute;
  z-index: 100;
  bottom: -75px;
  left: 0;
  padding: 0 2rem !important;
  width: 100%; }
  @media (min-width: 576px) {
  #carouselButtons {
    left: 50%;
    margin-left: -270px;
    padding: 0 3rem !important;
    width: 540px;
    bottom: -75px; } }
  @media (min-width: 767px) {
  #carouselButtons {
    left: 50%;
    margin-left: -360px;
    padding: 0 3rem !important;
    width: 720px;
    bottom: 0; } }
  @media (min-width: 992px) {
  #carouselButtons {
    left: 50%;
    margin-left: -480px;
    padding: 0 3rem !important;
    width: 960px; } }
  @media (min-width: 1200px) {
  #carouselButtons {
    left: 50%;
    margin-left: -570px;
    padding: 0 3rem !important;
    width: 1140px; } }
  @media (min-width: 1500px) {
  #carouselButtons {
    left: 50%;
    margin-left: -705px;
    padding: 0 3rem !important;
    width: 1410px; } }
  #carouselButtons a {
    background: #f4f5f9;
    border-radius: 50%;
    margin-right: 0.2rem; }
  #carouselButtons a.act {
    display: inline-block; }
  #carouselButtons a.off {
    display: none; }

#mask-jumbo-wrap {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2; }
  #mask-jumbo-wrap #mask-jumbo {
    /* position: absolute;
     opacity: 0.96;
     width: 100%;
     height: inherit; */ }

body.layout-1, body.layout-2 {
  /* Mit Headerbild */
  /* Sportarten Übersicht */ }
  body.layout-1 #mask-jumbo-wrap, body.layout-2 #mask-jumbo-wrap {
    bottom: 5rem; }
  @media (min-width: 767px) {
    body.layout-1 #mask-jumbo-wrap, body.layout-2 #mask-jumbo-wrap {
      bottom: 11rem; } }
  @media (min-width: 1500px) {
    body.layout-1 #mask-jumbo-wrap, body.layout-2 #mask-jumbo-wrap {
      bottom: 11rem; } }
  body.layout-1 #TeaserTopLightblue, body.layout-2 #TeaserTopLightblue {
    display: none; }
  body.layout-1 #TeaserGradient .stop1, body.layout-2 #TeaserGradient .stop1 {
    stop-color: #1b3d88;
    stop-opacity: 1; }
  body.layout-1 #TeaserGradient .stop2, body.layout-2 #TeaserGradient .stop2 {
    stop-color: #fff;
    stop-opacity: 1; }
  body.layout-1 #TeaserGradient .stop3, body.layout-2 #TeaserGradient .stop3 {
    stop-color: #1b3d88;
    stop-opacity: 1; }

#TeaserDarkblue {
  fill: #1b3d88; }

body.layout-2 {
  /*Sportarten Übersicht*/ }

.headline-title {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 150px; }
  @media (min-width: 767px) {
  .headline-title {
    height: 100px; } }
  @media (min-width: 1500px) {
  .headline-title {
    height: 130px; } }

.headline-background {
  /* Unterseiten mit und ohne Bild */
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 120px;
  background-color: #1b3d88;
  border-bottom: 10px solid #385ba6;
  vertical-align: middle;
  overflow: hidden; }
  @media (min-width: 767px) {
  .headline-background {
    height: 120px; } }
  @media (min-width: 1500px) {
  .headline-background {
    height: 180px; } }
  .headline-background > svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px; }
  @media (min-width: 767px) {
    .headline-background > svg {
      top: 0;
      height: 320px; } }
  @media (min-width: 1500px) {
    .headline-background > svg {
      top: 0;
      height: 200px; } }

#page-1 .headline-background {
  /* Homepage */
  height: 80px; }
  @media (min-width: 767px) {
  #page-1 .headline-background {
    height: 100px;
    margin-top: 80px; } }
  @media (min-width: 1500px) {
  #page-1 .headline-background {
    height: 180px; } }
  @media (min-width: 767px) {
    #page-1 .headline-background > svg {
      top: 70px;
      height: 200px; } }
  @media (min-width: 1500px) {
    #page-1 .headline-background > svg {
      top: 0;
      height: 180px; } }

.titleNavigation {
  display: none;
  margin: 0 1.5rem; }
  @media (min-width: 767px) {
  .titleNavigation {
    margin: 0 3rem; } }
  .titleNavigation a, .titleNavigation select {
    margin: 0.5rem 0; }

.titleWrap {
  position: relative;
  margin: 0 1.5rem 1rem 1.5rem;
  text-align: left; }
  @media (min-width: 767px) {
  .titleWrap {
    margin: 0 3rem; } }
  @media (min-width: 767px) {
  .titleWrap {
    text-align: right; } }
  @media (min-width: 1500px) {
  .titleWrap {
    text-align: right; } }
  .titleWrap h1 {
    color: #fff;
    font-weight: bold; }
  .titleWrap .subtitle {
    padding: 0 1.5rem 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
/*****************************
 ******************************
 *************Content*******
 ******************************
 ****************************/
/*
 * Content-Padding nach oben und unten!
 */
.layout-1 #page-content {
  /* Padding-Angaben nur für Startseite .onecol .layout-1 */
  padding: 0rem 1.5rem 8rem 1.5rem !important; }
  @media (min-width: 767px) {
  .layout-1 #page-content {
    padding: 1.25rem 3rem 10rem 3rem !important; } }
  @media (min-width: 1500px) {
  .layout-1 #page-content {
    padding: 0rem 3rem 10rem 3rem !important; } }

.layout-2 #page-content {
  /* Padding-Angaben nur für Content-Seiten mit Headerbild .onecol .layout-2  */
  padding: 13rem 1.5rem 8rem 1.5rem !important; }
  @media (min-width: 767px) {
  .layout-2 #page-content {
    padding: 4rem 3rem 10rem 3rem !important; } }
  @media (min-width: 1500px) {
  .layout-2 #page-content {
    padding: 7rem 3rem 10rem 3rem !important; } }

#page-content {
  /* Padding-Angaben nur für Content-Seiten ohne Headerbild .twocol_9-3 */
  position: relative;
  z-index: 1;
  padding: 6rem 1.5rem 8rem 1.5rem;
  background: #fff;
  /* Homepage-Headline H4 oben rechts */ }
  @media (min-width: 767px) {
  #page-content {
    padding: 6rem 3rem 10rem 3rem; } }
  @media (min-width: 1500px) {
  #page-content {
    padding: 7rem 3rem 10rem 3rem; } }
  #page-content h1, #page-content .display-1 {
    font-size: 2.625rem; }
  #page-content h2, #page-content .display-2 {
    margin: 3rem 0;
    color: #1b3d88;
    font-size: 1.96875rem;
    font-weight: 700;
    line-height: 2.625rem; }
  @media (max-width: 1500px) {
    #page-content h2, #page-content .display-2 {
      font-size: 1.75rem; } }
  #page-content h3, #page-content .display-3 {
    font-size: 1.75rem;
    font-weight: 700; }
  #page-content h4, #page-content .display-4, #page-content .tx-powermail .powermail_legend, .tx-powermail #page-content .powermail_legend {
    margin: 2.25rem 0 0.5rem 0;
    /* Minimal kleiner um auf einer Linie mit <h2> in linker Spalte zu sein */
    font-size: 1.09375rem;
    line-height: 1.5rem; }
  #page-content h4-content-inner, #page-content .display-4-content-inner {
    /* Nutzung der Klasse .display-4 im Text-Feld von Typo */
    margin: 0 0 1rem 0; }
  #page-content .subheader {
    margin: 1rem 0;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.125rem; }
  #page-content .display-4-home > .display-4, #page-content .tx-powermail .display-4-home > .powermail_legend, .tx-powermail #page-content .display-4-home > .powermail_legend {
    margin-top: 3rem; }
  #page-content .col-xl-3:last-of-type > div:first-of-type .display-4, #page-content .col-xl-3:last-of-type > div:first-of-type .tx-powermail .powermail_legend, .tx-powermail #page-content .col-xl-3:last-of-type > div:first-of-type .powermail_legend {
    margin-top: 3rem; }
  #page-content p a {
    text-decoration: underline;
    font-weight: bold; }
  #page-content .blueRib {
    background: #1b3d88;
    overflow: hidden;
    margin: 0 -48px;
    padding: 0 2.5rem; }
  #page-content .blueRib:before {
    background: #fff;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    content: '';
    display: block;
    width: 120%;
    height: 3rem;
    margin-left: -10%;
    margin-right: -10%;
    top: -1.5rem;
    position: relative; }
  #page-content .blueRib:after {
    background: #fff;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    content: '';
    display: block;
    width: 120%;
    height: 8rem;
    margin-left: -10%;
    margin-right: -10%;
    bottom: -5rem;
    position: relative; }
  @media (max-width: 1200px) {
      #page-content .blueRib .pl-5 {
        padding-left: 15px !important; } }
  #page-content .blueRib h3, #page-content .blueRib h2 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    text-transform: uppercase;
    border-bottom: dashed 3px #fff;
    display: inline-block;
    width: inherit;
    font-size: 2rem; }
  #page-content .blueRib li, #page-content .blueRib p {
    color: #fff; }
  #page-content .blueRib a.btn-secondary {
    margin-top: -3rem;
    margin-bottom: 4rem; }
    @media (max-width: 767px) {
    #page-content .blueRib a.btn-secondary {
      margin: 1.5rem 0 1rem 0; } }
  #page-content .blueRib ul {
    margin: 0;
    padding: 0; }
    #page-content .blueRib ul li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      background-image: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%);
      background-position: top;
      background-size: 10px 2px;
      background-repeat: repeat-x;
      padding: 1rem 0; }
      #page-content .blueRib ul li:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        margin-right: 1rem; }
      #page-content .blueRib ul li:last-child {
        background-image: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%);
        background-position: bottom, top;
        background-size: 10px 2px, 10px 2px;
        background-repeat: repeat-x, repeat-x; }

.header-130 > h2 {
  margin-bottom: 1.5rem !important; }
/* Sponsoring-Logos mit Abstand zum Rahmen */
#page-11 .gallery img {
  padding: 0.5rem; }

#sponsor-slider .slick-list .slick-track .slick-slide a img {
  margin: 0 10px;
  width: 140px;
  height: 140px; }

.calendarize .panel, .news-list-view .panel, .calendarize .news-list-item, .news-list-view .news-list-item {
  margin: 0;
  padding: 1.5rem 1rem 1.25rem 1rem;
  background: -moz-radial-gradient(center, ellipse cover, #6e6e6e 5%, #fff 30%);
  background: -webkit-radial-gradient(center, ellipse cover, #6e6e6e 5%, #fff 30%);
  background: radial-gradient(ellipse at center, #6e6e6e 5%, #fff 30%);
  background-position: top left;
  background-size: 12px 12px;
  background-repeat: repeat-x;
  /*img*/
  /*h3*/
  /*p*/ }
  @media (min-width: 1200px) {
    .calendarize .panel, .news-list-view .panel, .calendarize .news-list-item, .news-list-view .news-list-item {
      padding: 1.75rem 1rem 0.75rem 1rem; } }
  .calendarize .panel .col-12, .news-list-view .panel .col-12, .calendarize .news-list-item .col-12, .news-list-view .news-list-item .col-12 {
    padding: 0; }
  .calendarize .panel:last-child, .news-list-view .panel:last-child, .calendarize .news-list-item:last-child, .news-list-view .news-list-item:last-child {
    height: auto;
    padding: 1.5rem 1rem 1.75rem 1rem;
    background: -moz-radial-gradient(center, ellipse cover, #6e6e6e 5%, #fff 30%), -moz-radial-gradient(center, ellipse cover, #6e6e6e 5%, #fff 30%);
    background: -webkit-radial-gradient(center, ellipse cover, #6e6e6e 5%, #fff 30%), -webkit-radial-gradient(center, ellipse cover, #6e6e6e 5%, #fff 30%);
    background: radial-gradient(ellipse at center, #6e6e6e 5%, #fff 30%), radial-gradient(center, ellipse cover, #6e6e6e 5%, #fff 30%);
    background-position: top left, bottom left;
    background-size: 12px 12px;
    background-repeat: repeat-x; }
    .calendarize .panel .news-list-image, .news-list-view .panel .news-list-image, .calendarize .news-list-item .news-list-image, .news-list-view .news-list-item .news-list-image {
      width: 100%;
      height: auto; }
    @media (max-width: 449px) {
    .calendarize .panel .news-list-image, .news-list-view .panel .news-list-image, .calendarize .news-list-item .news-list-image, .news-list-view .news-list-item .news-list-image {
      margin-bottom: 1rem; } }
    @media (min-width: 450px) {
    .calendarize .panel .news-list-image, .news-list-view .panel .news-list-image, .calendarize .news-list-item .news-list-image, .news-list-view .news-list-item .news-list-image {
      margin-bottom: none; } }
    @media (max-width: 767px) {
    .calendarize .panel .news-list-image, .news-list-view .panel .news-list-image, .calendarize .news-list-item .news-list-image, .news-list-view .news-list-item .news-list-image {
      display: none; } }
    @media (min-width: 767px) {
    .calendarize .panel .news-list-image, .news-list-view .panel .news-list-image, .calendarize .news-list-item .news-list-image, .news-list-view .news-list-item .news-list-image {
      width: 140px;
      height: 110px;
      margin: 0 0.5rem; } }
    @media (min-width: 992px) {
    .calendarize .panel .news-list-image, .news-list-view .panel .news-list-image, .calendarize .news-list-item .news-list-image, .news-list-view .news-list-item .news-list-image {
      width: auto;
      height: 70px;
      max-width: 96px; } }
    @media (min-width: 1200px) {
    .calendarize .panel .news-list-image, .news-list-view .panel .news-list-image, .calendarize .news-list-item .news-list-image, .news-list-view .news-list-item .news-list-image {
      height: 100px;
      max-width: 135px; } }
    @media (min-width: 1500px) {
    .calendarize .panel .news-list-image, .news-list-view .panel .news-list-image, .calendarize .news-list-item .news-list-image, .news-list-view .news-list-item .news-list-image {
      height: 120px;
      max-width: 165px; } }
  .calendarize .panel .dateInfos, .news-list-view .panel .dateInfos, .calendarize .news-list-item .dateInfos, .news-list-view .news-list-item .dateInfos, .calendarize .panel .news-list-headline, .news-list-view .panel .news-list-headline, .calendarize .news-list-item .news-list-headline, .news-list-view .news-list-item .news-list-headline {
    /*h3*/
    margin-top: 0.5rem;
    font-size: 0.875rem !important;
    line-height: 1.5rem; }
    @media (min-width: 767px) {
    .calendarize .panel .dateInfos, .news-list-view .panel .dateInfos, .calendarize .news-list-item .dateInfos, .news-list-view .news-list-item .dateInfos, .calendarize .panel .news-list-headline, .news-list-view .panel .news-list-headline, .calendarize .news-list-item .news-list-headline, .news-list-view .news-list-item .news-list-headline {
      margin-top: 0; } }
    .calendarize .panel .dateInfos > i, .news-list-view .panel .dateInfos > i, .calendarize .news-list-item .dateInfos > i, .news-list-view .news-list-item .dateInfos > i, .calendarize .panel .news-list-headline > i, .news-list-view .panel .news-list-headline > i, .calendarize .news-list-item .news-list-headline > i, .news-list-view .news-list-item .news-list-headline > i {
      line-height: 1rem; }
  .calendarize .panel .eventName, .news-list-view .panel .eventName, .calendarize .news-list-item .eventName, .news-list-view .news-list-item .eventName, .calendarize .panel .news-list-description, .news-list-view .panel .news-list-description, .calendarize .news-list-item .news-list-description, .news-list-view .news-list-item .news-list-description {
    /*p*/
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5rem;
    text-decoration: none;
    /*h3*/
    /*a*/ }
    .calendarize .panel .eventName .label, .news-list-view .panel .eventName .label, .calendarize .news-list-item .eventName .label, .news-list-view .news-list-item .eventName .label, .calendarize .panel .news-list-description .label, .news-list-view .panel .news-list-description .label, .calendarize .news-list-item .news-list-description .label, .news-list-view .news-list-item .news-list-description .label {
      color: #6e6e6e; }
      .calendarize .panel .eventName .label-category, .news-list-view .panel .eventName .label-category, .calendarize .news-list-item .eventName .label-category, .news-list-view .news-list-item .eventName .label-category, .calendarize .panel .news-list-description .label-category, .news-list-view .panel .news-list-description .label-category, .calendarize .news-list-item .news-list-description .label-category, .news-list-view .news-list-item .news-list-description .label-category {
        text-transform: uppercase; }
    .calendarize .panel .eventName .news-list-headline, .news-list-view .panel .eventName .news-list-headline, .calendarize .news-list-item .eventName .news-list-headline, .news-list-view .news-list-item .eventName .news-list-headline, .calendarize .panel .news-list-description .news-list-headline, .news-list-view .panel .news-list-description .news-list-headline, .calendarize .news-list-item .news-list-description .news-list-headline, .news-list-view .news-list-item .news-list-description .news-list-headline, .calendarize .panel .eventName .news-list-description, .news-list-view .panel .eventName .news-list-description, .calendarize .news-list-item .eventName .news-list-description, .news-list-view .news-list-item .eventName .news-list-description, .calendarize .panel .news-list-description .news-list-description, .news-list-view .panel .news-list-description .news-list-description, .calendarize .news-list-item .news-list-description .news-list-description, .news-list-view .news-list-item .news-list-description .news-list-description {
      /*p*/
      margin-left: 0; }
      @media (min-width: 767px) {
    .calendarize .panel .eventName .news-list-headline, .news-list-view .panel .eventName .news-list-headline, .calendarize .news-list-item .eventName .news-list-headline, .news-list-view .news-list-item .eventName .news-list-headline, .calendarize .panel .news-list-description .news-list-headline, .news-list-view .panel .news-list-description .news-list-headline, .calendarize .news-list-item .news-list-description .news-list-headline, .news-list-view .news-list-item .news-list-description .news-list-headline, .calendarize .panel .eventName .news-list-description, .news-list-view .panel .eventName .news-list-description, .calendarize .news-list-item .eventName .news-list-description, .news-list-view .news-list-item .eventName .news-list-description, .calendarize .panel .news-list-description .news-list-description, .news-list-view .panel .news-list-description .news-list-description, .calendarize .news-list-item .news-list-description .news-list-description, .news-list-view .news-list-item .news-list-description .news-list-description {
      margin-left: 1rem; } }
    .calendarize .panel .eventName > a, .news-list-view .panel .eventName > a, .calendarize .news-list-item .eventName > a, .news-list-view .news-list-item .eventName > a, .calendarize .panel .news-list-description > a, .news-list-view .panel .news-list-description > a, .calendarize .news-list-item .news-list-description > a, .news-list-view .news-list-item .news-list-description > a {
      font-weight: 400 !important;
      text-decoration: none !important; }
    .calendarize .panel .eventName .link-text, .news-list-view .panel .eventName .link-text, .calendarize .news-list-item .eventName .link-text, .news-list-view .news-list-item .eventName .link-text, .calendarize .panel .news-list-description .link-text, .news-list-view .panel .news-list-description .link-text, .calendarize .news-list-item .news-list-description .link-text, .news-list-view .news-list-item .news-list-description .link-text {
      font-weight: 700 !important;
      text-decoration: underline !important; }
/*dl*/
.list-definition {
  float: left;
  width: 90%;
  margin: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dfdfdf; }
  @media (max-width: 767px) {
  .list-definition {
    width: 100%; } }
  .list-definition dt {
    float: left;
    width: 30%;
    margin: 0; }
  .list-definition dd {
    float: left;
    width: 70%;
    margin: 0; }

.news-lead {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.09375rem;
  line-height: 1.5rem; }

.news-thumbnail {
  margin-bottom: 1rem; }
  .news-thumbnail > img {
    width: 100%; }
  .news-thumbnail > .caption {
    font-style: italic; }

#news-container-1057 {
  /* Artikel-Detailseite */ }
  #news-container-1057 .col-md-4, #news-container-1057 img {
    display: none; }
  #news-container-1057 .col-md-8 {
    flex: 100%;
    max-width: 100%;
    padding: 0 0.5rem; }
  #news-container-1057 .news-list-item {
    padding-left: 0;
    padding-right: 0; }
/* News Pagination */
.page-navigation {
  margin: 3rem 0;
  text-align: center; }

.pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }

.pagination a {
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.4rem;
  border-color: #343a40;
  text-transform: uppercase;
  font-weight: bold;
  color: #343a40; }

.pagination .previous a:before {
  content: '«'; }

.pagination .previous a:hover, .pagination .next a:hover {
  text-decoration: underline; }

.pagination .next a:after {
  content: '»'; }

.pagination .active span {
  padding: 0.5rem 1rem;
  border-radius: 1.4rem;
  background: #3b62ac;
  background: -moz-linear-gradient(top, #3b62ac 0%, #1e3c84 100%);
  background: -webkit-linear-gradient(top, #3b62ac 0%, #1e3c84 100%);
  background: linear-gradient(to bottom, #3b62ac 0%, #1e3c84 100%);
  font-weight: bold;
  color: #fff; }

.monthTable th {
  text-align: center;
  padding: 1.5rem; }
  .monthTable td {
    height: 7rem;
    width: 14.5%; }
  .monthTable td ul {
    margin: 0;
    padding: 0; }
    .monthTable td ul li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  .monthTable td.not-current-month {
    color: #c2c2c2; }
  .monthTable td.hasEvents {
    background: #c2c2c2; }
  .monthTable a {
    text-decoration: underline; }
  .monthTable th a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #3b62ac;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3b62ac 0%, #1e3c84 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b62ac 0%, #1e3c84 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b62ac 0%, #1e3c84 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b62ac', endColorstr='#1e3c84',GradientType=0);
    /* IE6-9 */
    border-radius: 1.4rem;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0 1rem;
    text-decoration: none; }
  .monthTable th a:hover {
    text-decoration: underline; }

.tx-ttaddress-pi1 i {
  margin-right: 0.5rem; }
  .tx-ttaddress-pi1 .name {
    font-size: 1.2rem; }
  .tx-ttaddress-pi1 .adr {
    margin-top: 1rem; }

.twocol_9-3 .tx-ttaddress-pi1 > .row > .vcard {
  flex: 0 0 100%;
  max-width: 100%; }

.breadcrumb {
  background: none;
  margin: 0;
  padding: 3rem 0 0.75rem 0; }
  .breadcrumb .container {
    margin: 0;
    padding: 0; }
  .breadcrumb a {
    text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:before {
  content: "»"; }
/* Fixed scroll buttons right bottom */
#scrollMenu {
  position: fixed;
  right: 0;
  bottom: 12rem;
  z-index: 999999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateX(100%); }
  #scrollMenu > a {
    display: block;
    margin-bottom: 0.5rem;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase; }
  #scrollMenu.scrolled {
    opacity: 1;
    transform: translateX(0); }
/*a*/
.back-to-top {
  opacity: 1;
  cursor: pointer;
  bottom: 7rem;
  border-radius: 50%;
  background-color: #343a40;
  height: 60px; }
  @media (min-width: 767px) {
  .back-to-top {
    bottom: 7rem; } }
  .back-to-top:hover {
    opacity: 1;
    background-color: #343a40; }
  .back-to-top > i {
    color: #fff;
    font-size: 3em;
    line-height: 0.75; }
  .back-to-top > i:before {
    content: "\f062"; }
/* Sub-Menü rechte Spalte */
#page-content aside {
  padding-top: 9rem !important; }
  #page-content aside ul.nav {
    margin-top: 2.1rem; }
    #page-content aside ul.nav li {
      padding: 0.7rem 1.2rem;
      border-bottom: solid 1px #dfdfdf; }
      #page-content aside ul.nav li a {
        text-transform: uppercase;
        font-size: 1.1rem;
        color: #1b3d88;
        font-weight: bold;
        width: inherit;
        display: inline-block; }
        #page-content aside ul.nav li a:hover, #page-content aside ul.nav li a.active {
          border-radius: 1.4rem;
          color: #fff;
          background: #3b62ac;
          /* Old browsers */
          background: -moz-linear-gradient(top, #3b62ac 0%, #1e3c84 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #3b62ac 0%, #1e3c84 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #3b62ac 0%, #1e3c84 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b62ac', endColorstr='#1e3c84',GradientType=0);
          /* IE6-9 */ }
/*****************************
 ******************************
 *************Extension Mannschaften*******
 ******************************
 ****************************/
.tx-sharp-verein .sportTabs .tab-pane {
  background: #f2f2f2;
  border-top: solid 5px #1b3d88;
  padding: 2rem; }
  .tx-sharp-verein .sportTabs .tab-pane h2 {
    margin: 0 0 1.5rem 0 !important; }
  .tx-sharp-verein .sportTabs .nav-tabs {
    padding-left: 1.75rem; }
  .tx-sharp-verein .sportTabs .nav-tabs .nav-item {
    padding: 0 0.25rem; }
    .tx-sharp-verein .sportTabs .nav-tabs .nav-item .nav-link {
      background: #dcdcdc;
      border-radius: 0;
      border-top-left-radius: 1.4rem;
      border-top-right-radius: 1.4rem;
      color: #323232;
      border: none;
      text-transform: uppercase;
      font-weight: 700;
      padding: 0.5rem 1rem; }
      .tx-sharp-verein .sportTabs .nav-tabs .nav-item .nav-link:hover, .tx-sharp-verein .sportTabs .nav-tabs .nav-item .nav-link.active {
        background: #3b62ac;
        /* Old browsers */
        background: -moz-linear-gradient(top, #3b62ac 0%, #1e3c84 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #3b62ac 0%, #1e3c84 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #3b62ac 0%, #1e3c84 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b62ac', endColorstr='#1e3c84',GradientType=0);
        /* IE6-9 */
        border-radius: 0;
        border-top-left-radius: 1.4rem;
        border-top-right-radius: 1.4rem;
        color: #fff;
        border: none;
        text-transform: uppercase;
        padding: 0.5rem 1rem; }
  .tx-sharp-verein .sportTabs table {
    border-collapse: collapse; }
  .tx-sharp-verein .sportTabs table th {
    border: none; }
  .tx-sharp-verein .sportTabs table td {
    border: none;
    background: -moz-radial-gradient(center, ellipse cover, #495057 5%, #f2f2f2 30%);
    background: -webkit-radial-gradient(center, ellipse cover, #495057 5%, #f2f2f2 30%);
    background: radial-gradient(ellipse at center, #495057 5%, #f2f2f2 30%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
    padding: 0.75rem 0.75rem; }
    .tx-sharp-verein .sportTabs table td a {
      color: #1b3d88;
      text-decoration: underline; }
    .tx-sharp-verein .sportTabs table td.infos a {
      color: #323232;
      text-decoration: underline;
      font-weight: bold; }
      .tx-sharp-verein .sportTabs table td.infos a:hover {
        color: #1b3d88; }
    .tx-sharp-verein .sportTabs table td span.fail {
      display: block;
      color: #cd1719; }
      .tx-sharp-verein .sportTabs table td span.fail i {
        color: #cd1719; }
  .tx-sharp-verein .sportTabs #teams table th {
    border: none; }
    .tx-sharp-verein .sportTabs #teams table td {
      border: none;
      background: -moz-radial-gradient(center, ellipse cover, #495057 5%, #f2f2f2 30%);
      background: -webkit-radial-gradient(center, ellipse cover, #495057 5%, #f2f2f2 30%);
      background: radial-gradient(ellipse at center, #495057 5%, #f2f2f2 30%);
      background-position: top;
      background-size: 5px 1px;
      background-repeat: repeat-x;
      padding: 0.75rem 0.75rem; }
/*
 * Sportstätten Liste
 *
 * typo3conf/ext/tsg_verein/Resources/Private/Templates/Location/List.html
 */
.tx_tsgverein_location .sportStatte {
  background: #f2f2f2;
  margin: 0 0 2rem 0; }
  .tx_tsgverein_location .sportStatte .image {
    padding: 0; }
  .tx_tsgverein_location .sportStatte .image > img {
    width: 100%;
    height: 190px; }
  .tx_tsgverein_location .sportStatte .inhalt {
    padding: 2rem;
    line-height: 1.75rem; }
  .tx_tsgverein_location .sportStatte .inhalt > h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem; }
  .tx_tsgverein_location .sportStatte .desc {
    display: inline-block; }
  .tx_tsgverein_location .sportStatte .desc p {
    display: inline-block;
    margin-bottom: 0; }
    .tx_tsgverein_location .sportStatte .desc p.link {
      display: block;
      margin-bottom: 0; }
/*****************************
 ******************************
 *************Extension Sportartenübersicht*******
 ******************************
 ****************************/
#sport-filter {
  /* Orginal Styles und Templates direkt in der Extension */ }
  #sport-filter li {
    display: inline-block; }
  #sport-filter #filter_form {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem; }
  #sport-filter #filter_form .filter-headline {
    margin-top: 1rem; }
  #sport-filter #filter_form .checkbox label {
    width: 190px; }
  #sport-filter #filter_form .ul-days .checkbox label {
    width: 150px; }
  @media (min-width: 767px) {
      #sport-filter #filter_form .ul-days .checkbox label {
        width: 190px; } }
  @media (min-width: 992px) {
      #sport-filter #filter_form .ul-days .checkbox label {
        width: 110px; } }
  #sport-filter #filter_form .ul-last {
    margin-top: 0; }
  @media (min-width: 992px) {
      #sport-filter #filter_form .ul-last {
        margin-top: 0.8rem; } }
  #sport-filter .sport-item {
    position: relative;
    margin-bottom: 2rem; }
  #sport-filter .sport-item img {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem; }
  #sport-filter .sport-item .desc {
    color: #fff;
    width: 100%;
    background-color: transparent;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem; }
  #sport-filter .sport-item .desc .header {
    z-index: 2;
    margin-bottom: -2rem;
    background: #1b3d88; }
    #sport-filter .sport-item .desc .header strong {
      font-size: 1.6rem;
      font-weight: bold;
      margin-left: 0.8rem; }
    #sport-filter .sport-item .desc .header img {
      z-index: 99;
      position: relative;
      margin-left: 0.8rem;
      top: -0.5rem; }
    #sport-filter .sport-item .desc .header img.icon {
      border-radius: 0; }
  #sport-filter .sport-item .desc .attributesTrenn svg {
    width: 100%;
    height: inherit;
    margin: 0;
    margin-bottom: -8px; }
    #sport-filter .sport-item .desc .attributesTrenn svg .cls-1 {
      fill: #f2f2f2; }
    #sport-filter .sport-item .desc .attributesTrenn svg .cls-1, #sport-filter .sport-item .desc .attributesTrenn svg .cls-2 {
      fill-rule: evenodd; }
    #sport-filter .sport-item .desc .attributesTrenn svg .cls-2 {
      fill: #1b3d88; }
  #sport-filter .sport-item .desc .attributes {
    color: #323232;
    padding: 0.75rem 0 1rem 1.25rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    z-index: 1;
    position: relative; }
    #sport-filter .sport-item .desc .attributes p {
      z-index: 2;
      position: relative;
      display: inline-block;
      margin: 0; }
/*
 * Message boxes (Bootstrap Alert)
 */
.alert-info, .tx-powermail .powermail_message.powermail_message_error {
  /* Sportartenübersicht, wenn keine passende Sportart gefunden wurde */
  margin-bottom: 2rem;
  background-color: #cd1719;
  border: none;
  border-radius: 0.8rem;
  color: #fff; }
/******* checkbox plugin https://codepen.io/Edrees21/pen/YXVYXM *****/
.checkbox {
  padding-left: 5px; }

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  margin: 0;
  line-height: 2rem; }

.checkbox label:before {
  content: "";
  display: inline-block;
  /* position: absolute; */
  width: 24px;
  height: 24px;
  margin: 0 10px -7px -10px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555; }

.checkbox input[type="checkbox"] {
  opacity: 0;
  display: none;
  z-index: 1; }

.checkbox input[type="checkbox"]:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label:before {
  background-color: #eee;
  cursor: not-allowed; }

.checkbox.checkbox-circle label:before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label:before {
  background-color: #428bca;
  border-color: #428bca; }

.checkbox-primary input[type="checkbox"]:checked + label:after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label:before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label:after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label:before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label:after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label:before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label:after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label:before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label:after {
  color: #fff; }

.radio {
  padding-left: 20px; }

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio label:after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.radio input[type="radio"]:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radio input[type="radio"]:disabled + label:before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label:after {
  background-color: #428bca; }

.radio-primary input[type="radio"]:checked + label:before {
  border-color: #428bca; }

.radio-primary input[type="radio"]:checked + label:after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label:after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label:before {
  border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label:after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label:after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label:before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label:after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label:after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label:before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label:after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label:after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label:before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label:after {
  background-color: #5cb85c; }
/*****************************
 ******************************
 *************Extension Sportartenkarussel*******
 ******************************
 ****************************/
#sport-slider {
  position: relative;
  padding: 2rem;
  background: #f2f2f2;
  border-radius: 1.5rem; }
  #sport-slider .slick-slide {
    height: auto;
    border-right: solid 1px #dfdfdf;
    text-align: center; }
  #sport-slider .slick-slide h3 {
    margin: 1rem 0;
    color: #1b3d88;
    font-size: 1.09375rem; }
  #sport-slider .slick-dots {
    /* Punkte, nur bei kleinen Auflösungen sichtbar */ }
  #sport-slider .slider-menu {
    position: absolute;
    right: 0;
    top: -3rem; }
  #sport-slider .slider-menu .slick-prev:after, #sport-slider .slider-menu .slick-next:after {
    background: #323232;
    display: block;
    height: 30px;
    width: 30px;
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: -1;
    border-radius: 50%; }
  #sport-slider .slider-menu .fas {
    /* Pause icon */
    height: 40px;
    width: 40px;
    top: -35px !important;
    background: #f2f2f2;
    border-radius: 50%;
    font-size: 1.25rem;
    text-align: center; }
  #sport-slider .slider-menu .fas:before {
    color: #323232; }
/*****************************
 ******************************
 ******** Kontaktformular *****
 ******************************
 ****************************/
.tx-powermail {
  /*label*/
  /*ul*/ }
  .tx-powermail .container-fluid {
    padding: 0; }
  .tx-powermail h3 {
    display: none; }
  .tx-powermail .powermail_legend {
    font-weight: 700; }
  .tx-powermail .col-sm-2 {
    max-width: 100%;
    flex: 0 0 100%; }
  .tx-powermail .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0; }
  .tx-powermail .powermail_message.powermail_message_error {
    list-style-type: none;
    background-image: none; }
  .tx-powermail .powermail_message.powermail_message_error li {
    color: #fff; }
/*****************************
 ******************************
 *************Footer*******
 ******************************
 ****************************/
#page-footer {
  background: #dfdfdf;
  border: none;
  position: relative;
  z-index: 5; }
  #page-footer .page-footer__bg {
    position: relative;
    overflow: hidden;
    top: -90px;
    height: 90px; }
  #page-footer .page-footer__bg:before {
    content: '';
    position: absolute;
    top: 50px;
    -webkit-transform: rotate(2.25deg) translateX(-25px);
    transform: rotate(2.25deg) translateX(-25px);
    width: 120%;
    height: 99px;
    background: #dfdfdf; }
  #page-footer .footer {
    border-top: 1px solid #1b3d88;
    padding-top: 1rem;
    padding-bottom: 3rem; }
  #page-footer .footer .footNav > div {
    border-bottom: solid 1px #c2c2c2;
    padding: 1.5rem 0; }
    #page-footer .footer .footNav > div header {
      float: left;
      width: 15%; }
    #page-footer .footer .footNav > div header h5 {
      text-transform: uppercase; }
    #page-footer .footer .footNav > div ul li a {
      padding: 0.3rem 1rem 0.3rem 0; }
      #page-footer .footer .footNav > div ul li a:hover {
        text-decoration: underline; }
  .page-footer__copyright {
    background: #1b3d88;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important; }
  .page-footer__copyright .footNavWrap {
    position: relative;
    z-index: 9; }
  .page-footer__copyright .footNavWrap .page-footer__copyright-ul {
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important; }
  .page-footer__copyright .footNavWrap .page-footer__copyright-ul li {
    position: relative;
    font-size: 0.8rem; }
    .page-footer__copyright .footNavWrap .page-footer__copyright-ul li a {
      color: #fff;
      padding: 0.5rem;
      font-size: 0.8rem; }
    .page-footer__copyright .footNavWrap .page-footer__copyright-ul li a:hover {
      text-decoration: underline; }
    .page-footer__copyright .footNavWrap .page-footer__copyright-ul li span {
      font-weight: bold; }
    .page-footer__copyright .footNavWrap .page-footer__copyright-ul li:before {
      content: '|';
      position: absolute;
      left: -10px;
      font-weight: 700;
      color: #385ba6; }
    .page-footer__copyright .footNavWrap .page-footer__copyright-ul li:first-child:before {
      content: ''; }
  /*****************************
   ******************************
   *************Mobile*******
   ******************************
   ****************************/

@media (min-width: 1500px) {
  .container {
    max-width: 1440px; } }

@media (max-width: 767px) {
  .jumbotron .jumboTeaser {
    position: relative;
    right: inherit;
    bottom: inherit;
    max-width: inherit; }

  #mask-jumbo-wrap .pt-10 {
    padding-top: 0; }

  .footer .hideMenMob {
    padding: 0.8rem 0 !important; }
    .footer .hideMenMob .abstract, .footer .hideMenMob .menupages {
      display: none; }
    .footer .hideMenMob header {
      float: none !important;
      width: 100% !important;
      text-align: center !important; }
      .footer .hideMenMob header h5 {
        margin: 0; }
        .footer .hideMenMob header h5 a {
          font-weight: bold; }

  #page-wrapper > .container {
    padding: 0; } }

@media (max-width: 992px) {
  header .container {
    max-width: 100%;
    width: 100%; }
    header .mainNavWrap {
      background: #1b3d88;
      padding: 0.5rem 1rem; }
      header .mainNavWrap #main-navbar {
        justify-content: flex-start;
        background: none !important; }
      header .mainNavWrap button.navbar-toggler {
        color: #fff;
        border: none;
        cursor: pointer; }
      header .mainNavWrap i {
        margin-right: 0.7rem;
        padding: 0.7rem;
        width: 48px;
        height: 48px;
        border: solid 1px #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.6rem; } }

@media (max-width: 767px) {
  #sport-slider .slider-menu {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    float: none; } }
/************************High Contrast und Zoom ******************************/
.outline {
  outline: dashed 2px #d40b0b !important; }

.highcontrast * {
  color: #fff !important;
  background: #000 !important; }

body.mundoed {
  font-size: 200%; }
  body.mundoed * {
    font-size: inherit !important;
    max-width: 100% !important; }
/************************ AmazonSmile Banner ******************************/
#amznCharityBanner iframe {
  margin: 20px auto; }
/************************ Corona-Infos ******************************/
/*img*/
.corona-index-figure {
  width: 100%;
  text-align: center; }
  .corona-index-figure a {
    width: 100%; }
/*div*/
.sportCorona {
  margin: 0 0 40px 0;
  padding: 20px;
  color: #fff;
  background: #c00; }
  .sportCorona a {
    color: #fff; }
/*h5*/
.corona-info-headline a {
  color: #cd1719; }
/* Corona-Infos & Listen-Definitionen */
#c1417, #c1434 ol {
  margin-right: 2.5rem; }

ol ol {
  list-style-type: lower-latin !important; }
