/**
* Template Name: Regna - v2.0.0
* Template URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/* Colors */
:root {
  --color-default: #364d59;
  --color-primary: #feb900;
  --color-secondary: #52565e;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #fba802;
}

a:hover, a:active, a:focus {
  color: #2dca98;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 992px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #fba802;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding-left: 20px;
  margin: -20px;
}

@media (max-width: 992px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 60px;
    padding-left: 30px;
    margin: -40px;
    padding-top: 4px;
  }
}

#header.header-fixed {
  background: rgba(52, 59, 64, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header-blog {
  padding: 30px 0;
  height: 92px;
  /*position: fixed;*/
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #666666;
}

#header-blog #logo {
  float: left;
}

#header-blog #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header-blog #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header-blog #logo img {
  padding-left: 20px;
  margin: -20px;
}

@media (max-width: 992px) {
  #header-blog #logo h1 {
    font-size: 26px;
  }
  #header-blog #logo img {
    max-height: 60px;
    padding-left: 30px;
    margin: -40px;
    padding-top: 4px;
  }
}

#header-blog.header-fixed {
  background: rgba(52, 59, 64, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# start Section
--------------------------------------------------------------*/
#start {
  width: 100%;
  height: 85vh;
  background: url(../img/WM_2017_desktop.jpg) top center;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #start {
    background-attachment: fixed;
  }
}

#start:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#start .start-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#start h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #ffb92c;
}

@media (max-width: 992px) {
  #start h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#start h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 992px) {
  #start h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#start .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#start .btn-get-started:hover {
  background: #fba802;
  border: 2px solid #fba802;
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.img-fluid {
    object-fit: contain;
    width: 100%;
    height: 200px;
}

@media (max-width: 1200px) {
  .img-fluid {
      object-fit: contain;
      width: 100%;
      height: 258px;
  }
}

@media (max-width: 992px) {
  .img-fluid {
      object-fit: contain;
      width: 100%;
      height: 188px;
  }
}

@media (max-width: 767px) {
  .img-fluid {
      object-fit: contain;
      width: 100%;
      height: 100%;
  }
}


.blog .blog-pagination {
  margin-top: 30px;
  color: #838893;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.blog .posts-list .post-img img {
  transition: 0.5s;
}

.blog .posts-list .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog .posts-list .post-content {
  padding: 30px;
}

.blog .posts-list .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.blog .posts-list .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.blog .posts-list .meta span {
  font-size: 15px;
  color: #838893;
}

.blog .posts-list p {
  margin-top: 20px;
}

.blog .posts-list hr {
  color: #888;
  margin-bottom: 20px;
}

.blog .posts-list .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.blog .posts-list .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
  color: var(--color-primary);
}

.blog .posts-list .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.ps-2 {
    padding-left: 0.5rem!important;
}

.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #838893;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(82, 86, 94, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(82, 86, 94, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.col-md-6{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.recent-blog-posts {
  background: #f7f7f7;
  padding: 60px 0;
}

.recent-blog-posts .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.recent-blog-posts .post-item .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.recent-blog-posts .post-item .post-content {
  padding: 30px;
}

.recent-blog-posts .post-item .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.recent-blog-posts .post-item .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.recent-blog-posts .post-item .meta span {
  font-size: 15px;
  color: #838893;
}

.recent-blog-posts .post-item hr {
  color: #888;
  margin: 20px 0;
}

.recent-blog-posts .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.recent-blog-posts .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-blog-posts .post-item:hover .post-title,
.recent-blog-posts .post-item:hover .readmore {
  color: var(--color-primary);
}

.recent-blog-posts .post-item:hover .post-img img {
  transform: scale(1.1);
}

@media (min-width: 769px) {
  .cta-btn-container {
    align-items: center;
    /*justify-content: flex-end;*/
  }
}

  a.cta-btn.align-middle {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fba802;
  color: #fba802;
}

a.cta-btn.align-middle:hover {
  background: #fba802;
  border: 2px solid #fba802;
  color: #fff;
}


/*--------------------------------------------------------------
# start Datenschutz Section
--------------------------------------------------------------*/
#dsstart {
  width: 100%;
  height: 25vh;
  background: url(../img/linie3.jpg) top center;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #dsstart {
    background-attachment: fixed;
  }
}

#dsstart:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#dsstart .dsstart-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#dsstart h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 992px) {
  #dsstart h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#dsstart h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 992px) {
  #dsstart h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 992px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 7px 10px 7px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fba802;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #fba802;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 992px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #fba802;
}

#mobile-nav ul .menu-item-active {
  color: #fba802;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  background: #f7f7f7;
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/*.bi-chevron-down::before {
    content: "\f282";
}
*/
.bi-chevron-down {
    background: url(../img/symbole/chevron-down.svg);
    width: 16px;
    height: 16px;
}

.bi-chevron-up {
    background: url(../img/symbole/chevron-up.svg);
    width: 16px;
    height: 16px;
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #106eea;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: none;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/* ausrichter Us Section
--------------------------------*/
#ausrichter {
  background: #fff;
  padding: 60px 0;
}

#ausrichter .ausrichter-container .background {
  min-height: 300px;
  /*background: url(../img/Logo_SA_Ringtennis.png) center no-repeat;*/
  background: url(../img/orga-team.jpg) center no-repeat;
  margin-bottom: 10px;
  background-size: 77%;
}

#ausrichter .ausrichter-container .content {
  background: #fff;
}

#ausrichter .ausrichter-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #ausrichter .ausrichter-container .title {
    padding-top: 15px;
  }
}

#ausrichter .ausrichter-container p {
  line-height: 26px;
}

#ausrichter .ausrichter-container p:last-child {
  margin-bottom: 0;
}

#ausrichter .ausrichter-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#ausrichter .ausrichter-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fba802;
}

#ausrichter .ausrichter-container .icon-box .icon i {
  color: #fba802;
  font-size: 24px;
}

#ausrichter .ausrichter-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#ausrichter .ausrichter-container .icon-box .title a {
  color: #111;
}

#ausrichter .ausrichter-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #fff;
  padding: 60px 0 60px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #fba802;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}


/* Zeitplan Section
--------------------------------*/

#zeitplan {
  background: #f7f7f7;
  padding: 60px 0;
}

#zeitplan #zeitplan-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#zeitplan .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#zeitplan .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#zeitplan .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

@media (max-width: 991px) {
  #zeitplan .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 767px) {
  #zeitplan .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 480px) {
  #zeitplan .nav-tabs a {
    padding: 8px 30px;
  }
}

#zeitplan .nav-tabs a.aktiv {
  background-color: #f82249;
  color: #fff;
}

#zeitplan .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
  #zeitplan .sub-heading {
    width: 75%;
  }
}

#zeitplan .tab-pane {
  transition: ease-in-out .2s;
}

.Zeitplan_Element {
  /*
  background-color: #2196F3;
  color: #ffffff;
  float: left;
  width: 100px;
  line-height: 100px;
  */
  text-align: left;
  margin: 2px;
  display: none;
}

.show {
  display: block;
}

.zeitplan_container {
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  margin: 4px;
  background-color: #ffffff;
  cursor: pointer;
  color: #666666;
}

.btn:hover {
  background-color: #fba802;
  color: white;
}

.btn.aktiv {
  background-color: #fba802;
  color: white;
}


#zeitplan .zeitplan-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  transition: background-color ease-in-out 0.3s;
  /*height: 100px;
  position: relative;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
  */
  overflow: hidden !important;

}

#zeitplan .zeitplan-item a {
  display: block;
  margin-right: 15px;
}

#zeitplan .zeitplan-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#zeitplan .zeitplan-item .details {
  height: 50px;
  background: #fba802;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#zeitplan .zeitplan-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#zeitplan .zeitplan-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#zeitplan .zeitplan-item:hover .details {
  bottom: 0;
}

#zeitplan .zeitplan-item:hover img {
  /*
  top: -30px;
  */
}

#zeitplan .zeitplan-item:hover {
  background-color: #fff;
}

#zeitplan .zeitplan-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#zeitplan .zeitplan-item .bild {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#zeitplan .zeitplan-item .bild img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#zeitplan .zeitplan-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#zeitplan .zeitplan-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#zeitplan .zeitplan-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}


/* grusswort Section
--------------------------------*/
#grusswort {
    background: #f7f7f7;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.grusswort .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 10px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}



.grusswort .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.grusswort .member .pic img {
  transition: ease-in-out 0.3s;
}

.grusswort .member:hover {
  transform: translateY(-10px);
}

.grusswort .member .member-info {
  padding-left: 30px;
  width: 100%;
}

.grusswort .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.grusswort .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  color: #666666;
}

.grusswort .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.grusswort .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #666666;
}

.grusswort .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.grusswort .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.grusswort .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.grusswort .member .social a:hover {
  background: #47b2e4;
}

.grusswort .member .social a:hover i {
  color: #fff;
}

.grusswort .member .social a+a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# Sponsoren
--------------------------------------------------------------*/
.sponsoren {
  padding: 60px 0 60px 0;
  text-align: center;
  background: peachpuff;
}

.sponsoren img {
  height: 150px;
  width: auto;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 30px 30px;
  filter: grayscale(100);
}

.sponsoren img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (min-width: 768px) {
.col-md-94 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 48.333333%;
}
}

@media (min-width: 992px) {
.col-lg-92 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}


/*--------------------------------------------------------------
# aktuelles
--------------------------------------------------------------*/
.aktuelles {
  padding: 60px 0;

  /*background: url("assets/img/background.jpg") no-repeat;*/
  /*background-position: center center;*/
  /*background-size: cover;*/
  /*position: relative;*/

  background: #f7f7f7;
  background-size: cover;
  position: relative;
}

.aktuelles::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

.aktuelles .quote-icon {
  text-align: center;
  margin-bottom: 0px;
}

.aktuelles .quote-icon i {
  color: #fba802;
  font-size: 24px;
  padding: 18px;
  border-radius: 50px;
  border: 2px solid #fba802;
}

.aktuelles .schlagzeile-item {
  text-align: center;
  color: ##666666;
}

.aktuelles .schlagzeile-item p {
  font-style: italic;
  color: ##666666;
  margin: 0 auto 30px auto;
  font-size: 20px;
}

.aktuelles .schlagzeile-item .schlagzeile-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(19, 25, 27, 0.25);
  margin: 0 auto;
}

.aktuelles .schlagzeile-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: ##333333;
}

.aktuelles .schlagzeile-item h4 {
  font-size: 14px;
  color: ##333333;
  margin: 0 0 15px 0;
}

.aktuelles .owl-nav, .aktuelles .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.aktuelles .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.aktuelles .owl-dot.active {
  background-color: #fba802 !important;
}

@media (min-width: 1024px) {
  .aktuelles {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .aktuelles .schlagzeile-item p {
    width: 80%;
  }
}


/*--------------------------------------------------------------
# preise
--------------------------------------------------------------*/
.preise {
  padding: 60px 0;
  /*
  background: url("assets/img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  */
  /*background: #f7f7f7;*/
  background-size: cover;
  position: relative;
}

.preise .row {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preise .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  position: relative;
  min-width: 60%;
}

.preise .featured-badge {
  display: inline-block;
  position: absolute;
  top: -11px;
  left: calc(50% - 70px);
  background: #fdc134;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  padding: 4px 20px 5px 20px;
  font-size: 12px;
  text-transform: uppercase;
}

.preise h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.preise h4 {
  font-size: 46px;
  color: #fdc134;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.preise h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.preise ul {
  padding: 0;
  list-style: disc;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.preise ul li {
  padding-bottom: 12px;
}

.preise ul i {
  color: #fdc134;
  font-size: 18px;
  padding-right: 4px;
}

.preise ul .na {
  color: #ccc;
}

.preise ul .na i {
  color: #ccc;
}

.preise ul .na span {
  text-decoration: line-through;
}

.preise .get-started-btn {
  background: #213b52;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.preise .get-started-btn:hover {
  background: #fdc134;
}

.preise .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
  border: 1px solid #fdc134;
}

.preise .featured .get-started-btn {
  background: #fdc134;
}


.preise .featured .get-started-btn:hover {
  background: #fdcd5c;
}

@media (max-width: 992px) {
  .preise .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .preise .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .preise .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/* dokumente Section
--------------------------------*/
#dokumente {
  background: #fff;
  background-size: cover;
  padding: 60px 0 60px 0;
}

#dokumente .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  background: #fafafa;
}

#dokumente .box a{
  color: #666666;
}

#dokumente .box a:hover{
  color: #fba802;
}

#dokumente .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #fba802;
}

#dokumente .icon a {
  display: inline-block;
}

#dokumente .icon i {
  color: #fff;
  font-size: 24px;
}

#dokumente .box:hover .icon {
  background: #fff;
  border: 2px solid #fba802;
}

#dokumente .box:hover .icon i {
  color: #fba802;
}

#dokumente .box:hover .icon a {
  color: #fba802;
}

#dokumente .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#dokumente .title a {
  color: #111;
}

#dokumente .description {
  font-size: 14px;
  line-height: 24px;
}

/* Call To Action Section
--------------------------------*/
#grundlagen {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/kaempfer.jpeg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

@media (max-width: 1024px) {
  #grundlagen {
    background-attachment: scroll;
  }
}

#grundlagen .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#grundlagen .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #grundlagen .cta-btn-container {
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
  }
}

#grundlagen .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#grundlagen .cta-btn:hover {
  background: #fba802;
  border: 2px solid #fba802;
}

#grundlagen .Liste_Probetraining {
    text-align: left;
    color: #ffffff;
}

#grundlagen .hervorhebung {
  color: #fba802;
  font-size: 20px;
  font-weight: 700;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f7f7f7;
  padding: 60px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #fba802;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #fba802;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

.col-lg-3.col-md-6.portfolio-item.filter-spieler {
    width: auto;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #fba802;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

@media (min-width: 992px) {
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}


/* Contact Section
--------------------------------*/
#contact {
  background: #ffffff;
  padding: 60px 0 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #fba802;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #fba802;
  color: #fff;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #fba802;
}

#contact .php-email-form button[type="submit"] {
  background: #fba802;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #51d8ad;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #343b40;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
