/********************************************************************
*
*	TSV Asendorf - style
*	Copyright 2018 tsv-asendorf.de
*
*	by Patrick Bredemeier (patrick@bredemeier.io)
*
********************************************************************/

body {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
::selection {
  background-color: #3C8760;
  color: #fff;
  text-shadow: none;
}
.flexStretch {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
a {
  transition:all 0.2s ease-out 0s;
  text-decoration: none;
  color: #3C8760;
}
a:hover {
  text-decoration: underline;
}
input:focus,
textarea:focus {
  outline: none;
}

.h1 {
  color: #222;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}

.divider-v1 {
  background: #3C8760;
  width: 65px;
  height: 5px;
  margin-bottom: 20px;
  margin-top: 5px;
}

/* =============================================================================
 * header
 * ========================================================================== */
.header {
  /* background: url("../images/header-1.jpg"); */
}
.top-bar {
  font-size: 15px;
  line-height: 36px;
  color:#fff;
  background: #3C8760;
  height: 36px;
}
.top-bar .slogan {
  display: inline-block;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  background: #347453;
  padding: 0 10px;
}
.top-bar .slogan span {
  transform: skew(10deg);
  display: inline-block;
}
.header-container {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}
.header-container .header-bar {
  display: flex;
  align-items: center;
  height: 80px;
}
.header-container .logo {
  width: 130px;
  padding: 10px 0;
  position: relative;
  z-index: 100;
  margin: -40px 50px 0px 50px;
  align-self: baseline;
}
.header-container .logo a img {
  position: relative;
}

@media only screen and (max-width: 992px) {
  .top-bar .slogan {
	display: none;
  }
}

/* =============================================================================
 * mainmenu
 * ========================================================================== */
.mainmenu {
  position: static;
  display: flex;
  align-items: center;
}
.mainmenu .level_1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.mainmenu .level_1 li {
  margin: 0 8px;
}
.mainmenu .level_1 li a, .mainmenu .level_1 .active .skew {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
/*   background: #C6E3CF; */
  text-decoration: none;
  border: 0;
  /* transition: all 200ms ease-in; */
  transition: none;
  display: inline-block;
  color:#222;
/*   text-transform: uppercase; */
  padding: 10px 15px;
}
.mainmenu .level_1 li a:hover {
  background: #3C8760;
  color: white;
}
.mainmenu .level_1 li a, .mainmenu .level_1 .active .skew {
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
.mainmenu .level_1 li a > span, .mainmenu .level_1 .active .skew > span  {
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  display: inline-block;
}
.mainmenu .level_1 .active .skew {
  background: #3C8760;
  color: white;
}
.mainmenu .level_1 .active .skew {
  cursor: pointer;
}
.mainmenu .megamenu-wrapper {
  color: #222;
  display: none;
  left:0;
  right:0;
  position: absolute;
  z-index: 99;
}
.megamenu-wrapper .row {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 30px 0px;
  border-top: 3px solid #3C8760;
  padding: 20px 50px;
}
.mainmenu .megamenu:hover .megamenu-wrapper {
  display: block;
  margin-top: 19px;
}
.mainmenu .megamenu:hover .megamenu-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  height: 19px;
  position: absolute;
  top: -19px;
  left: 0;
}
.mainmenu .megamenu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainmenu .megamenu-wrapper ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .mainmenu {
	display: none;  
  }
}

/* =============================================================================
 * mobile
 * ========================================================================== */
.mobile-trigger {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .mobile-trigger {
	display: block;
	position: absolute;
    right: 0;
  }
}
.hamburger, .close {
  padding: 10px;
  margin-right: 20px;
}
.hamburger .line {
  width: 35px;
  height: 3px;
  background-color: #384150;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.close .line {
  width: 25px;
  height: 3px;
  background-color: #384150;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover, .close:hover{
  cursor: pointer;
  opacity: .7;
}
.hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}
.hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.close .line:nth-child(2){
  opacity: 0;
}
.close .line:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.close .line:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.sidenav-overlay {
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 0;
  z-index: 510;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }
.sidenav-overlay.is-open {
  height: 100%;
  opacity: 1;
  width: 100%;
}
.sidenav-bar {
  display: none;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 310px;
  z-index: 520;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}
.sidenav-bar.is-visible {
  display: block;
}
.sidenav-bar.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sidenav-bar--trigger {
  position: absolute;
  right: 8px;
  top: 11px;
}
.sidenav-nav-title {
  margin: 22px 0;
  color: #96A5AC;
  font-size: 22px;
  padding: 0 16px;
  text-transform: uppercase;
}
.sidenav-bar .divider-v1 {
  margin: 0 16px;	
}
.sidenav-nav .mobilemenu {
  margin:15px 0;
}
.sidenav-nav .mobilemenu ul {
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
}
.sidenav-nav .mobilemenu > ul > li a {
  padding: 8px 16px;
  display: block;
  font-size:21px;
  color:#384150;
  min-width: 220px;
}
.sidenav-nav .mobilemenu > ul > li > strong {
  padding: 8px 16px;
  display: block;
  font-size:21px;
  color:#384150;
  min-width: 220px;
}
.sidenav-nav .mobilemenu > ul > li > .active {
  padding: 8px 16px;
  display: block;
  font-size:21px;
  color:#384150;
}

.sidenav-nav .mobilemenu .submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap:wrap;
}
/* .sidenav-nav .mobilemenu ul > .trail {
  background: rgba(0, 0, 0, 0.1);
} */
.sidenav-nav .mobilemenu .trail > a {
  font-weight:600;
}
.sidenav-nav .mobilemenu > ul .arrow-down {
  padding: 11px 26px;
  transition: all 0.5s;
}
.sidenav-nav .mobilemenu > ul .arrow-down.is-clicked {
  transform: rotate(180deg);	
}
.sidenav-nav .mobilemenu > ul ul {
  display:none;
}
.sidenav-nav .mobilemenu > ul ul > li a {
  padding: 8px 16px;
  display: block;
  font-size:18px;
  color:#384150;
  min-width: 200px;
}
.sidenav-nav .mobilemenu > ul ul > li > strong {
  padding: 8px 16px;
  display: block;
  font-size: 18px;
  color: #384150;
  min-width: 200px;
}
.sidenav-nav .mobilemenu > ul ul ul {
  display:none;
}
.sidenav-nav .mobilemenu .level_1 .level_2.is-open {
  display:block;
  background: rgba(0,0,0,0.02);
  padding:10px;
}
.sidenav-nav .mobilemenu .level_1 .level_2 .level_3.is-open {
  display:block;
  background: #fff;
}
.sidenav-nav .mobilemenu > ul ul ul > li a {
  padding: 8px 16px;
  padding-left: 30px;
  display: block;
  font-size:18px;
  color:#384150;
  min-width: 220px;
  display: flex;
  align-items: center;
}
.sidenav-nav .mobilemenu > ul ul ul > li > strong {
  padding: 8px 16px;
  padding-left: 30px;
  display: block;
  font-size:18px;
  color:#384150;
  min-width: 220px;
  display: flex;
  align-items: center;
}
.sidenav-nav .mobilemenu > ul ul ul > li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-right: 10px;
  font-size: 10px;
}
.sidenav-nav .mobilemenu > ul ul ul > li > strong:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-right: 10px;
  font-size: 10px;
}
.sidenav-nav .mobilemenu ul li a:hover {
  text-decoration:none;
}
.sidenav-nav .mobilemenu .level_1 .arrow-down:hover {
  text-decoration:none;
  cursor:pointer;
}

/* =============================================================================
 * submenu
 * ========================================================================== */
/* .submenu {
  width: 100%;
} */
.submenu .level_1 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.submenu .level_1 li a {
  text-align: center;
  font-size: 15px;
  background: none;
  text-decoration: none;
  border: 0;
  color:#222;
  padding: 5px;
  margin: 5px 10px;
  min-width: 200px;
}
.submenu .level_1 .active .skew {
  text-align: center;
  font-size: 15px;
  background: #3C8760;
  color: white;
  text-decoration: none;
  border: 0;
  padding: 5px;
  margin: 5px 10px;
  min-width: 200px;
}
/* =============================================================================
 * skewslide
 * ========================================================================== */
.wrapper {
  max-width: 100%;
  margin: 0px auto;
  background: #000000;
  overflow: hidden;
}
.bigtitle {
  font-weight: bold;
}
.slider {
  background: transparent;
  height: 500px;
  overflow: hidden;
  display: flex;
  margin-left: -50px;
  margin-right: -285px;
}
.slider__item {
  flex: 1;
  border-left: 10px solid #fff;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  overflow: hidden;
  position: relative;
  left: -120px;
  opacity: 1;
  transition: all 0.9s;
  cursor: pointer;
}
.slider__img-platz {
  background-image: url('../images/IMG_6635_c.jpg');
  /* background-color: rgba(0, 132, 50, 0.4); */
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: -170px;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  
/*   opacity: 0.8; */
}
.slider__img-halle {
  background-image: url('../images/IMG_6685_c.jpg');
  /* background-color: rgba(0, 132, 50, 0.4); */
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: -50px;
  bottom: 0;
  right: -50px;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  
/*   opacity: 0.8; */
}
.slider__img-tennis {
  background-image: url('../images/IMG_6659_c.jpg');
  /* background-color: rgba(0, 132, 50, 0.4); */
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: -170px;
  bottom: 0;
  right: 0px;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  
/*   opacity: 0.8; */
}
.slider__item.active {
  flex: 4;
  opacity: 1;
}
.slider__item.active .slider__img-platz, .slider__item.active .slider__img-halle, .slider__item.active .slider__img-tennis {
  background-color:#fff;
  transition: all 0.5s;
/*   opacity: 1; */
}

/* =============================================================================
 * sportcolumns
 * ========================================================================== */
.sportcolumn {
  margin: 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}
.sportcolumn .divider-v1 {
  background: #3C8760;
  width: 65px;
  height: 2px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.sportcolumn .img-container {
  display: flex;
  background: #3C8760;
  justify-content: center;
}
.sportcolumn .img-container img {
  width:100px;
  height:100px;
}
.sportcolumn .sportcolumn-content {
  padding: 20px;
}
.sportcolumn a:hover {
  text-decoration: none;
}
.sportcolumn .ce_text p {
  margin-top: 0px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .sportcolumn {
	margin: 20px 0;
  }
}
/* =============================================================================
 * table kontakte
 * ========================================================================== */
.kontakte-table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;	
}
.kontakte-table tr:nth-child(even) {
  background-color: rgb(226, 252, 236);	
}
.kontakte-table .title {
  background-color: rgb(60, 135, 96);
  color: #fff;
  font-weight: 700;
}
.kontakte-table .title td {
  padding: 5px 0;
  font-size: 18px;
}
.kontakte-table .ce_text p {
  margin: 0;
}
.kontakte-table .sparte {
  font-weight: 600;
  padding-left: 5px;  
}

/* =============================================================================
 * footer
 * ========================================================================== */
.footer {
  margin-top: 20px;
  background: #3C8760;
  /* background: rgba(0,0,0,0.02); */
}
.footer, .footer a {
  /* color: rgba(255, 255, 255, 0.4); */
  color:#fff;
}
.footer a {
  transition:all 0.2s ease-out 0s;
  /* color: rgb(255,255,255); */
}
.footer a:hover {
  /* color: #2F4858; */
  text-decoration: none;
}
.footer .inside {
  margin: 0 auto;
  padding: 30px 0;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: #fff;
}
/* @media only screen and (max-width: 1200px) {
  .footer .inside {
	margin: 0 auto;
	padding: 50px 40px;
  }
} */
.footer .footer--company {
  display:flex;
  align-items:center;
}
.footer .footer--company img {
  width: 120px;
  height: 120px;
}
.footer .footer--company .company-name {
  font-size: 30px;
  padding: 20px;
  font-weight: 600;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .footer .footer--company img {
	width: 80px;
	height: 80px;
  }
  .footer .footer-col3 {
	margin-top: 25px;
	text-align: center;
  }
  .footer .footer--company {
    justify-content: center;
  }
  .footer .footer--company .company-name {
	font-size: 22px;
  }
}

/* =============================================================================
 * bottom
 * ========================================================================== */
#bottom {
  background: #347453;
}
#bottom .inside .container {
  display: flex;
  justify-content: space-between;
  align-items:center;
  flex-wrap:wrap;
}
#bottom .inside {
  margin: 0 auto;
  padding: 40px;
  overflow: hidden;
  font-size: 1em;
}
#bottom .inside {
  color: rgba(255,255,255,0.4);
/* 	color: #fff; */
}
#bottom .inside a {
  color: rgb(255,255,255);
/* 	color: #fff; */
}
#bottom .inside a:hover {
  text-decoration: underline;
}
#bottom .inside .right a {
  margin:0 15px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #bottom .inside .right, #bottom .inside .left {
	margin:10px 0;
	text-align: center;
  }
  #bottom .inside .container {
    justify-content: center;
  }
}
#bottom .inside a.copyright {
  color: rgba(255,255,255,0.7);	
}

/* =============================================================================
 * Iconboxes
 * ========================================================================== */
.iconbox-wrapper .iconbox-v1 {
  margin-bottom: 5px;
}
.iconbox-wrapper .iconbox-v1 a {
  margin-left: 8px;
}
.iconbox-wrapper .iconbox-v1 i {
  color: #9CB0A4;
}
 
/* =============================================================================
 * newsteaser
 * ========================================================================== */
.newsteaser .teaser-short {
  margin:10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}
.newsteaser .teaser-short .teaser-content {
  padding:20px;
}
.newsteaser .teaser-short .teaser-content h2 {
  margin-bottom:0px;
}
.newsteaser .info {
  color: #96A5AC;
  margin-top: 0px;
}
.newsteaser .info .year {
  padding-right: 5px;
}
.newsteaser .info .day, .newsteaser .info .month, .newsteaser .info .year {
  font-size: 22px;
  font-weight: 500;
  color: #222;
}
.newsteaser .thumbnail {
  height: 250px;
  overflow: hidden;
}
.newsteaser .thumbnail img {
  min-width: 100%;
  min-height: 100%;
  display:block;
}
.newsteaser .more {
  margin: 0;	
}

/* =============================================================================
 * Slick
 * ========================================================================== */
.slick-cnt {
  display:flex;
  align-items:center;  
}
.slick {
  width:100%;
}
.slick-highlight {
  background: #3C8760;
  /* width: 210px; */
  padding: 0 20px;
  z-index: 2;
/*   -webkit-transform: skew(-10deg);
  transform: skew(-10deg); */
  display: flex;
  align-items: center;
  box-shadow: -1px 1px 20px -12px black;
  margin: 10px 0;
  min-height: 105px;
  position: relative;
}
.slick-highlight img {
/*   -webkit-transform: skew(10deg);
  transform: skew(10deg); */
  height: 100px;
  width: 100px;
}
.slick-highlight h1 {
  color: #fff;
  font-size: 30px;
  /* padding: 0 20px; */
/*   -webkit-transform: skew(10deg);
  transform: skew(10deg); */
}
.slick-partner {
  background-color: rgb(226, 252, 236);
/*   -webkit-transform: skew(-10deg);
  transform: skew(-10deg); */
  margin-top: -40px;
  padding: 30px 40px 0px;
}
.slick-partner .ce_text {
  font-size:24px;
/*   -webkit-transform: skew(10deg);
  transform: skew(10deg); */
}
.slick-partner .ce_text a {
  font-size:18px;
}
.slick-img {
  display: flex;
  align-items: center;
  padding: 40px;
}
.slick-img .img-highlight {
/*   -webkit-transform: skew(-10deg);
  transform: skew(-10deg); */
  border: 8px solid #3C8760;
  border-right: none;
}
.slick-img .img-highlight .img-cont {
  overflow: hidden;
  display: block;
  margin-bottom: -30px;
  min-width: 110%;
  margin: 10px;
}
.slick-img .img-highlight .img-cont img {
  display: block;
/*   -webkit-transform: skew(10deg);
  transform: skew(10deg); */
  min-width: 120%;
  margin-left: -40px;
  max-height: 300px;
}
@media only screen and (max-width: 768px) {
  .slick-partner .ce_text {
	text-align:center;
	font-size:20px;
  }
  .slick-partner .ce_text a {
    font-size:16px;
  }
}