@charset "UTF-8";
/* CSS Document */



/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a[href]:after {
    content: none !important;
  }



/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.headerContent {
	display: none;
}


/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.1 Tools
--------------------------------------------------------------*/

.btn-red {
	margin-left: 13%;
	display: inline-block;
	margin-bottom: 15px;
	padding: 17px 26px 15px;
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
	background-color: #ff2015;
	transition: 0.3s ease-out;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	border-radius: 3px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-red:after {
	font-size: 33px;
	line-height: 23px;
	height: 24px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	width: 24px;
}
.btn-red.focus, .btn-red:hover, .btn-red:active {
	color: #242424;
	background-color: #ffc722;
	border-color: #ffc722;
	outline: none;
}
.btn-mehr {
	-moz-user-select: none;
	background-color: #5bc0de;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-bottom: 0px;
	margin-left: 13%;
	padding: 17px 0px 15px;
	text-align: center;
	/*text-transform: uppercase;*/
	touch-action: manipulation;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: absolute;
	right: 60px;
	bottom: 20px;
}
.btn-mehr::after {
	display: inline-block;
	font-size: 33px;
	height: 24px;
	line-height: 23px;
	margin-left: 10px;
	vertical-align: middle;
	width: 24px;
}
.ui-to-top.active {
	transform: translateY(0);
}
.ui-to-top {
	display: none;
	right: 40px;
	bottom: 20px;
	border: none;
	cursor: pointer;
	outline: none;
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 46px;
	color: #ffffff;
	background: #5bc0de;
	border-radius: 50%;
	position: fixed;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 11120;
	transition: 0.3s all ease;
}

/*--------------------------------------------------------------
13.2 Allgemeines
--------------------------------------------------------------*/

html {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.hidden {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
body {
	background: #242424;
	font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #242424;
	line-height: 24px;
	margin: 0;
	height: 100%;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 5;
	-webkit-hyphenate-limit-lines: 2;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 5;
	-ms-hyphenate-limit-lines: 2;
}

/*--------------------------------------------------------------
13.3 Header
--------------------------------------------------------------*/

.headerContent {
	background: #222222;
	color: #7b808d;
	height: 175px;
	/*height: 100%*/
	/*position: relative;
	height: 700px;*/
}

/*--------------------------------------------------------------
13.4 Front Page
--------------------------------------------------------------*/

.slider {
	/*padding: 50px 0;*/
	padding: 20px 0 110px;
	background-color: #222222;
}
main.page-home .slider {
	padding-bottom: 90px;
}
.carousel {
	margin-left: -15px;
	margin-right: -15px;
}
.carousel-indicators {
	bottom: 20px;
	left: 50%;
}
.carousel-indicators li {
	box-shadow: 1px 1px 5px #000000, -1px -1px 5px #000000;
}
.carousel-inner {
	overflow: visible;
}
.carousel-inner > .item > img {
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
.carousel-caption {
	left: 0%;
	top: 100%;
	text-align: left;
	right: 120px;
	padding: 0;
	width: 100%;
	display: flex;
}
.carousel-caption-title {
	display: inline-block;
	position: relative;
	width: 44.5%;
}
.carousel-caption h2 {
	font-size: 30px;
	display: block;
	line-height: 1.14;
	position: absolute;
	margin-top: 15px;
	padding-right: 15px;
	hyphens: auto;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.carousel-caption-btn-mehr {
	width: 105px;
	position: relative;
	top: 80px;
	display: inline-block;
	left: 0;
}
.carousel-caption-btn-mehr .btn-mehr {
	background-color: #ff2015;
	width: 100%;
	top: -65px;
	margin: 0;
	display: inline-block;
	right: 0;
	bottom: 15px;
	padding: 5px 0 0 0;
}
.carousel-caption-btn-mehr .btn-mehr:hover {
	background: #ffc722;
	color: #242424;
}

.carousel-caption-content {
	display: inline-block;
	margin-top: -10px;
	width: 30%;
	text-align: right;
	position: relative;
}
.carousel-caption p {
	display: block;
	position: relative;
	padding-top: 10px;
	line-height: 20px;
	width: 100%;
}
.carousel-caption time {
	position: relative;
	top: 15px;
}
.carousel-caption-btn-mehr p {
	padding-top: 0;
	line-height: 14px;
}
.carousel-control {
	top: 50%;
	font-size: 40px;
}
.carousel-control:hover {
	color: #ff2015;
}
.carousel-control:focus {
	color: #fff;
	outline: none;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
}
.carousel-control span {
	font-size: 40px;
}
.test-caption {
	position: relative;
	top: -5px;
}
.test-caption .carousel-caption-content-wrap {
	display: inline-block;
	width: 70%;
}
.test-caption .carousel-caption-content {
	position: absolute;
	text-align: left;
	top: 50px;
	width: 100%;
	display: block;
}
.test-caption .carousel-caption-title {
	width: 100%;
	display: block;
}
.test-caption .carousel-caption-btn-mehr {
	top: 95px;
}
.swiper-btn-alle {
	position: absolute;
	right: 0;
	bottom: -75px;
	width: 105px;
	height: 50px;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	opacity: 1;
	transition: 0.3s;
	background-color: #ff2015;
	margin-left: 0px;
	padding-top: 15px;
	border-radius: 3px;
}
.swiper-btn-alle:hover {
	background: #ffc722;
	color: #242424;
}
.swiper-btn-alle a {
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
}
.swiper-btn-alle:hover a {
	color: #242424;
	text-decoration: none;
}
.swiper-btn-alle-test {
	position: absolute;
	right: 0;
	bottom: -52px;
	width: 105px;
	height: 50px;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	opacity: 1;
	transition: 0.3s;
	background-color: #ffc722;
	margin-left: 0px;
	padding-top: 15px;
	border-radius: 3px;
}
.swiper-btn-alle-test:hover {
	background: #ff2015;
	color: #fff;
}
.swiper-btn-alle-test a {
	color: #242424;
	font-weight: bold;
	vertical-align: middle;
}
.swiper-btn-alle-test:hover a {
	color: #fff;
	text-decoration: none;
}

.slider-vorstand {
	padding: 0;
	background: none;
}

/*--------------------------------------------------------------
13.5 Regular Content
--------------------------------------------------------------*/

body #wrapper {
	/*min-height: 100%;*/
	/*padding-bottom: 965px;*/
	padding-top: 0;
	overflow: hidden;
	display: none;
	transform: 0.3s ease all;
}

/*--------------------------------------------------------------
13.6 Posts
--------------------------------------------------------------*/

.fixed-sidebar {
	bottom: 0;
	height: 100%;
	position: fixed;
	right: 0;
	top: 100px;
	width: 0;
	z-index: 1034;
}
.moduletable {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	transition: width .2s ease;
}
.moduletable > i.fa-rss {
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #ffc722;
	left: -50px;
	line-height: 50px;
	cursor: pointer;
	top: 0;
	position: absolute;
	color: #242424;
}
.moduletable-box {
	overflow: auto;
	width: 330px;
	right: 0;
	position: relative;
	background-color: #222222;
	color: #b0b0b0;
	display: none;
}


/*--------------------------------------------------------------
13.7 Section 0
--------------------------------------------------------------*/

#feature0 {
	padding: 30px 0;
	background-color: #222222;
}
.title-nav {
	height: 57px;
	margin: 0;
	background-color: #363533;
}
.title-nav-button-group {
	margin: 0;
	z-index: 8;
	width: 100%;
	height: 57px;
}
.title-nav-button-container {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1200px;
	/*padding: 0 25px;*/
	padding: 0;
}
.title-nav-button-container:before, .title-nav-button-container:after {
	content: " ";
	display: table;
}
.title-nav-button-container:after {
	clear: both;
}
.title-nav-label {
	padding: 13px 20px 14px 0;
	margin: 0 20px 0 0;
	background: #ffc722;
	font-weight: bold;
	font-size: 22px;
	color: #363533;
	position: relative;
	display: inline-block;
	line-height: 30px;
	vertical-align: top;
	float: left;
	min-height: 57px;
}
.title-nav-label:before {
	content: " ";
	background: #ffc722;
	position: absolute;
	right: 100%;
	display: block;
	top: 0;
	bottom: 0;
	left: -10000%;
}
.title-nav-links {
	overflow-x: auto;
	white-space: nowrap;
	padding-left: 30px;
}
.title-nav-detail {
	float: left;
	width: 50%;
}
.title-nav-detail time {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 13px 15px 0 0;
	margin: 0;
	display: inline-block;
}
.title-nav-button-group .title-nav-detail > p {
	font-size: 12px;
	padding: 13px 5px 0 0;
	margin: 0;
	display: inline-block;
	line-height: inherit;
}
.title-nav-button-group .title-nav-detail a {
	padding: 13px 5px 0 0;
	margin: 0;
	display: inline-block;
	color: #ff2015;
}
.title-nav-detail a:hover {
	color: #5bc0de;
}
.title-nav-button-group button {
	padding: 3px;
	border: thin solid #919191;
	background: #363533;
	outline: none;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}
.right-paddle, .right-paddle-team, .right-paddle-title, .left-paddle, .left-paddle-team, .left-paddle-title {
	position: absolute;
}
.h-scroll a, #btn-player-alle, #btn-player-goali, #btn-player-verteidigung, #btn-player-stuermer, #btn-player-staff {
	padding: 0;
	margin-right: 30px;
	border: none;
	background: none;
	outline: none;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	position: relative;
}
.h-scroll a {
	padding-top: 15px;
}
.h-scroll a:hover, #btn-player-alle:hover, #btn-player-goali:hover, #btn-player-verteidigung:hover, #btn-player-stuermer:hover, #btn-player-staff:hover {
	color: #ffc722;
}
.title-nav-button-group .active {
	color: #ffc722 !important;
}


/*--------------------------------------------------------------
13.8 Section 1
--------------------------------------------------------------*/

#feature1 {
	background-color: #edebeb;
	position: relative;
	padding: 50px 0;
}
.page-home #feature1 {
	padding-top: 120px;
}
#feature1:before {
	content: " ";
	background: #033958;
	position: absolute;
	top: 0;
	border: 0;
	left: 0;
	right: 0;
	opacity: 0.9;
}
.feature1-container {
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	max-width: 1200px;
	background-color: #ffffff;
	/*opacity: 0.7;*/
}
.feature1-title {
	color: #242424;
	font-size: 30px;
	line-height: 40px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 20px;
	text-transform: none;
	text-align: center;
	font-weight: bold;
	position: relative;
	text-rendering: optimizeLegibility;
	display: block;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.feature1-wrap {
	margin: 20px 0 90px 0;
}
.feature1-wrap:before, .feature1-wrap:after {
	display: table;
	content: " ";
	line-height: 0;
}
.feature1-wrap:after {
	clear: both;
}
.feature1-wrap .feature1-nav {
	margin: 0 0 53px 0;
	border: none;
	text-align: center;
	list-style: none;
	display: block;
}
.feature1-nav:before, .feature1-nav:after {
	content: " ";
	line-height: 0;
	display: table;
}
.feature1-nav:after {
	clear: both;
}
.feature1-wrap .feature1-nav li {
	display: inline-block;
	float: none;
	margin: 10px 6px;
	padding: 0;
	border: none;
	vertical-align: top;
	line-height: 24px;
}
.feature1-wrap .feature1-nav li a {
	background: #ff2015;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #ffffff;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 13px 42px 13px 42px;
	border: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	vertical-align: top;
	line-height: 15px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	width: 180px;
}
.feature1-wrap .feature1-nav li a:before {
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	position: absolute;
	right: 50%;
	bottom: -5px;
	width: 9px;
	height: 5px;
	overflow: hidden;
	margin: 0 -4px 0 0;
	content: " ";
}
.feature1-wrap .feature1-nav li a:hover, .feature1-wrap .feature1-nav li.active a {
	background: #ffc722;
	color: #242424;
	text-decoration: none;
}
.feature1-content {
	overflow: auto;
}
.feature1-content > .tab-pane {display: none;}
.feature1-content > .active {
	display: block;
}
.feature1-flexslider {
	min-height: 36px;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.feature1-flexslider.extra {
	width: 100%;
	overflow: visible!important;
	margin: 0;
}
.feature1-flexslider.no-bg {
	background: none;
}
.feature1-slides {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.feature1-slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.feature1-slides-list {
	width: 100%;
	float: left;
	margin-right: -100%;
	margin-left: 30px;
	position: relative;
	opacity: 1;
	display: block;
	z-index: 1;
}
.feature1-result-content {
	margin: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.post-container {
	display: inline-block;
	position: relative;
	width: 22%;
	overflow: hidden;
	margin: 0 30px 33px 0;
	vertical-align: top;
	background-color: #222222;
}
.post-container-article {
	float: none;
	margin: 0;
	padding: 20px;
	min-height: 120px;
	line-height: 10px;
	color: #ffffff;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.post-container-article h3 {
	margin: 0 0 10px 0;
	line-height: 1.2;
	/*color: #ff2015;*/
}
.post-container-article p {
	margin: 0;
	line-height: 1.2;
}
.button_1 {
	background: #919191;
	border: solid #919191;
	border-radius: 4px;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
	
}
.button_1:hover {
	background: #ffc722;
	border: solid #ffc722;
	color: #242424
}

/*--------------------------------------------------------------
13.9 Section 2
--------------------------------------------------------------*/

#feature2 {
	background-color: #222222;
	position: relative;
	padding: 50px 0;
	/*height: 550px;*/
	overflow: hidden;
}
main.page-team #feature2 {
	background-color: #fff;
}
main.page-home #feature2 {
	padding-top: 0;
	background-color: #fff;
	/*background-color: #bdbdbd;*/
}
.feature2-container {
	margin: 0 auto;
	padding: 0 15px 65px 15px;
	width: 100%;
	max-width: 1200px;
	position: relative;
	list-style: none;
}
main.page-home .feature2-container {
	padding-top: 20px;
}
.feature2-container:before, .feature2-container:after, .feature2-wrap:before, .feature2-wrap:after {
	content: " ";
	display: block;
	overflow: hidden;
}
.feature2-container:after, .feature2-wrap:after {
	clear: both;
}
.feature2-title {
	background-color: #222222;
	color: #fff;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	margin: 0 auto 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: none;
	text-align: center;
	font-weight: bold;
	position: relative;
	text-rendering: optimizeLegibility;
	display: block;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
main.page-team .feature2-title {
	background-color: #fff;
	color: #242424;
}
main.page-home #feature2 .feature2-title {
	margin-bottom: 0;
	background-color: #fff;
	/*background-color: #bdbdbd;*/
	color: #242424;
}
.feature2-wrap {
	position: relative;
	padding: 0;
	flex: none;
	margin: 0;
	float: left;
	width: 100%;
}
main.page-home #feature2 .feature2-wrap {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
main.page-home .feature2-sidenav {
	/*height: 250px;*/
	position: relative;
	z-index: 0;
	width: 230px;
	margin: 0 auto;
	padding: 50px 10px 0;
	list-style: none;
	overflow: hidden;
	float: left;
	touch-action: pan-y;
	display: block;
	flex: none;
}
main.page-home .feature2-sidenav:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.feature2-sidenav-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.cover-background  {
	position: absolute;
	top: 50px;
	bottom: 0;
	left: 15px;
	right: 15px;
}
.tab1 {
	background-image: url(../pics/team1.jpg);
}
.tab2 {
	background-image: url(../pics/team2.jpg);
}
.tab3 {
	background-image: url(../pics/team3.jpg);
}
.tab4 {
	background-image: url(../pics/team4.jpg);
}
.feature2-sidenav .img-title {
	position: absolute;
	text-align: center;
	top: 10px;
	width: 100%;
}
.feature2-sidenav .img-subtitle {
	font-size: 1.2vw;
	color: #ff2015;
	font-weight: bold;
}
.page-home #feature2 .img-hover-mehr {
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	top: -50px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: cubic-bezier(0.22,0.61,0.36,1) all 600ms;
	transition: cubic-bezier(0.22,0.61,0.36,1) all 600ms;
	z-index: 1;
}
.page-home #feature2 .img-hover-mehr .mehr-flickr {
	position: relative;
	opacity: 1.0;
	font-weight: bold;
	color: #FF2015;
	font-size: 30px;
	background-color: #f0f0f0;
	padding: 10px;
	border-radius: 15px;
}
.page-home #feature2 .img-hover-mehr .mehr-flickr:hover {
	color: #4c53cb;
}
.page-home #feature2 .feature2-sidenav:hover .img-hover-mehr {
	top: 60%;
}
.page-home #feature2 .cover-background {
	padding: 0;
	border: none;
	-webkit-filter:none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	/*width: 100%;*/
}
.page-home #feature2 .feature2-sidenav:hover .cover-background {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

/*--------------------------------------------------------------
13.10 Section 3
--------------------------------------------------------------*/

#feature3 {
	position: relative;
	padding: 50px 0;
}
.feature3-container {
	margin: 0 auto;
	padding: 0 15px 65px 15px;
	width: 100%;
	max-width: 1200px;
	position: relative;
	min-height: 1px;
}
.feature3-title {
	/*background-color: #2b2b2b;*/
	color: #ffffff;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	margin: 0 auto 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: none;
	text-align: center;
	font-weight: bold;
	position: relative;
	text-rendering: optimizeLegibility;
	display: block;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.feature3-item {
	margin: 30px 0 10px 0;
	opacity: 1;
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:  all 0.8s ease;
	width: 31%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 1%;
	padding-right: 1%;
}
.feature3-item-img {
	margin-bottom: 0;
	font-size: 0;
	line-height: 0;
	margin: 0 0 23px;
	position: relative;
}
.feature3-item-img a {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.feature3-item-img img {
	max-width: 100%;
	height: auto;
}
.feature3-news .feature3-item-img {
	background-color: #333;
	text-align: center;
	width: 300px;
	height: 102.5px;
}
.feature3-news .feature3-item-img img {
	height: 102.5px;
}
.feature3-item-content {
	background: #ffffff;
	padding: 20px 30px 15px;
	height: 500px;
}
.feature3-item-content .item_info {
	overflow: hidden;
}
.feature3-item-content dl {
	margin: 0 0 20px;
}
.feature3-item-content dl dt {
	font-weight: bold;
	line-height: 22px;
}
.feature3-item-content dl dd {
	font-size: 13px;
	margin: 0 16px 0 0;
	display: inline;
	line-height: 22px;
}
.item_published {
	/*display: inline;*/
	white-space: nowrap;
	margin: 0;
}
.item_published:before {
	content: "\f017";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 14px;
}
.item_createdby {
	display: inline;
	white-space: nowrap;
	margin: 0;
}
.item_createdby:before {
	content: "\f007";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 14px;
}
.feature-3-item-title {
	margin-bottom: 10px;
	font-size: 15px;
	text-decoration: none;
}

.feature-3-item-title-trainer {
	margin-bottom: 10px;
	font-size: 15px;
	text-decoration: none;
	color: #ff2015;
}
.feature-3-btn-more {
	position: absolute;
	bottom: 20px;
	width: 150px;
	left: 75px;
	margin-left: 0;
}
.feature3-button-more {
	margin-bottom: 44px;
	margin-top: 30px;
	text-align: center;
}
.feature3-button-more a {
	background: #ff2015;
	color: #ffffff;
	border: none;
	border-radius: 0;
	display: inline-block;
	margin-bottom: 0;
	margin-top: 30px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	vertical-align: middle;
	letter-spacing: 0.02em;
	touch-action: manipulation;
	cursor: pointer;
	max-width: 100%;
	width: 200px;
	padding: 14px 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.feature3-button-more a:hover {
	background-color: #ffc722;
	color: #242424;
}

/*--------------------------------------------------------------
13.11 Section 4
--------------------------------------------------------------*/

#feature4 {
	background-color: #ffffff;
	position: relative;
	padding: 50px 0 0 0;
	/*height: 500px;*/
}
.feature4-container {
	margin: 0 auto;
	padding: 0 15px 65px 15px;
	width: 100%;
	max-width: 1200px;
	position: relative;
	min-height: 1px;
}
.feature4-title {
	background-color: #ffffff;
	color: #242424;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	margin: 0 auto 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: none;
	text-align: center;
	font-weight: bold;
	position: relative;
	text-rendering: optimizeLegibility;
	display: block;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.feature4-wrap {
	margin: 20px 0 0 0;
}
.feature4-wrap:before, .feature1-wrap:after {
	display: table;
	content: " ";
	line-height: 0;
}
.feature4-wrap:after {
	clear: both;
}
.feature4-wrap .feature4-nav {
	margin: 0 0 0px 0;
	border: none;
	text-align: center;
	list-style: none;
	display: block;
}
.feature4-nav:before, .feature4-nav:after {
	content: " ";
	line-height: 0;
	display: table;
}
.feature4-nav:after {
	clear: both;
}
.feature4-wrap .feature4-nav li {
	display: inline-block;
	float: none;
	margin: 0 6px;
	padding: 0;
	border: none;
	vertical-align: top;
	line-height: 24px;
}
.feature4-wrap .feature4-nav li a {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 13px 42px 13px 42px;
	border: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	vertical-align: top;
	line-height: 15px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
.feature4-wrap .feature4-nav li a:before {
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	position: absolute;
	right: 50%;
	bottom: -5px;
	width: 9px;
	height: 5px;
	overflow: hidden;
	margin: 0 -4px 0 0;
	content: " ";
}
.feature4-nav li a img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	height: 80px;
}
.feature4-nav li:hover a img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}

/*--------------------------------------------------------------
13.12 Section 5
--------------------------------------------------------------*/

#feature5 {
	background-color: #edebeb;
	position: relative;
	padding: 0;
	min-height: 400px;
	padding-bottom: 50px;
	overflow: hidden;
}
.feature5-container {
	margin: 0 auto;
	padding: 0 15px 65px 15px;
	width: 100%;
	max-width: 1200px;
	position: relative;
	min-height: 1px;
	overflow: hidden;
}
.feature5-news, .feature5-item {
	overflow: hidden;
}
.feature5-item-content {
	/*padding: 30px 30px 15px;*/
	padding: 30px 0 15px;
	overflow: hidden;
}
.feature5-item-content-text {
	padding: 14px 0 0 !important;
	width: 100%;
	font-size: 16px;
	color: #242424;
	margin-bottom: 30px;
	overflow: hidden;
}
.feature5-item-img {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
13.13 Section 6
--------------------------------------------------------------*/

#feature6 {
	background-color: #222222;
	position: relative;
	padding: 0;
	min-height: 400px;
	padding-bottom: 50px;
	overflow: hidden;
}
.feature6-container {
	margin: 0 auto;
	padding: 0 15px 65px 15px;
	width: 100%;
	max-width: 1200px;
	position: relative;
	min-height: 1px;
}
.feature6-item-content {
	padding: 30px 30px 15px;
}
.feature6-item-content-text {
	padding: 14px 0 0 !important;
	width: 100%;
	font-size: 16px;
	color: #242424;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
13.14 Kontaktformular Teams
--------------------------------------------------------------*/
span.wpcf7-check {
	display: none;
}
.wpcf7-form p, .contact-form-trainer p {
	margin-bottom: 20px;
}
.wpcf7-form label, .contact-form-trainer label  {
	color: #242424;
	width: 100%;
	height: 40px;
	/*margin-left: 25px;*/
	margin-top: 30px;
	display: inline;
	font-size: 16px;
	vertical-align: middle;
	font-weight: bold;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .contact-form-trainer input[type="text"], .contact-form-trainer input[type="email"], .contact-form-trainer textarea {
	color: #242424;
	height: 40px;
	font-size: 16px;
	font-weight: normal;
	/*margin-left: 25px;*/
	width: 80%;
	border: thin solid #ff2015;
	padding-left: 10px;
	margin-top: 15px;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus, .contact-form-trainer input[type="text"]:focus, .contact-form-trainer input[type="email"]:focus, .contact-form-trainer textarea:focus {
	box-shadow: 0 0 12px rgba(255,0,0,1);
	outline: none;
}
.wpcf7-form textarea, .contact-form-trainer textarea {
	height: 180px;
}
input[type="radio"], input[type="checkbox"] {
	margin-right: 10px;
}
.wpcf7-form input[type="submit"], .contact-form-trainer input[type="submit"] {
	background-color: #ff2015;
	border: none;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin-top: 50px;
	padding: 14px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: middle;
	width: 200px;
}
.wpcf7-form input[type="submit"]:hover, .contact-form input[type="submit"]:hover {
	color: #242424;
	background: #ffc722;
}
.response-output, .wpcf7-response-output {
	/*border: thin solid red;*/
	text-align: left;
	padding: 5px 0 0;
	margin-bottom: 30px;
	width: 80%;
}
/*--------------------------------------------------------------
13.15 Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.15.1 Frontpage
--------------------------------------------------------------*/

.post-container-article .anlass {
	height: 200px;
}
.spielliste-ul {
	width: 97%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.spielliste-ul .spielliste-li {
	margin: 0;
}
.spielliste-ul .spielliste-li .post-container {
	width: 100%;
}
.post-container .frontpage-results-container {
	text-align: center;
}
.frontpage-news-multi {
	position: relative;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
}
.frontpage-news-multi-item {
	position: relative;
	width: 300px;
	margin: 30px auto 10px auto;
	flex: none;
	float: left;
	padding-left: 0;
	padding-right: 0;
}
.frontpage-news-multi-item-content {
	padding: 20px !important;
	height: 550px;
}
/*--------------------------------------------------------------
13.15.2 Team
--------------------------------------------------------------*/
.team-pic {
	padding-top: 0 !important;
	margin-top: -30px;
}
.team-pic-container {
	/*padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;*/
	padding-bottom: 20px;
}
.team-pic-content {
	padding: 0 !important;
}
.team-pic-content img {
	width: 100%;
}
.team {
	min-height: 400px;
	padding: 0 0 50px 0;
	background-color: #edebeb;
	position: relative;
	overflow: hidden;
}
.team-nav {
	height: 57px;
	margin: 0;
}
.team-nav-button-group {
	margin: 0;
	background: #363533;
	z-index: 8;
}
.team-nav-button-container {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1200px;
	padding: 0 25px;
}
.team-nav-button-container:before, .team-nav-button-container:after {
	content: " ";
	display: table;
}
.team-nav-button-container:after {
	clear: both;
}
.team-nav-label {
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	background: #ffc722;
	font-weight: bold;
	font-size: 22px;
	color: #363533;
	position: relative;
	display: inline-block;
	line-height: 57px;
	vertical-align: top;
}
.team-nav-label:before {
	content: " ";
	background: #ffc722;
	position: absolute;
	right: 100%;
	display: block;
	top: 0;
	bottom: 0;
	left: -10000%;
}
.team-nav-button-group button {
	padding: 19px 0 18px 0;
	margin-right: 50px;
	border: none;
	background: none;
	outline: none;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}
.team-nav-button-group .active {
	color: #ffc722;
	text-decoration: none;
}
.team-nav-button-group a, .title-nav-button-group p {
	padding: 19px 0 18px 0;
	margin-right: 50px;
	border: none;
	background: none;
	outline: none;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	position: relative;
	line-height: 50px;
}
.title-nav-button-group p {
	font-weight: normal;
}
.team-list-players-wrap {
	position: relative;
	background-color: #edebeb;
}
.team-list-players-container {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1200px;
	padding: 0;
}
.team-list-players-container:before, .team-list-players-container:after {
	content: "";
	display: table;
}
.team-list-players-container:after {
	clear: both;
}
.team-list-players-grid, .shop-list-items-grid {
	position: relative;
	/*height: 850px;*/
	padding: 40px 0 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
}
.team-list-players-grid::before, .team-list-players-grid::after, .shop-list-items-grid::before, .shop-list-items-grid::after {
	content: "";
	display: block;
	overflow: hidden;
}
.team-list-players-grid::after, .shop-list-items-grid::after {
	clear: both;
}
.team-list-players-grid > *, .shop-list-items-grid > * {
	-ms-flex: none;
	-webkit-flex:none;
	flex: none;
	margin: 0;
	float: left;
	/*padding-left: 40px;*/
	margin-top: 25px;
}
.team-list-players-item, .shop-list-item {
	position: relative;
	top: 40px;
	/*margin-bottom: 150px;*/
	/*width: 250px;*/
	width: 277.5px;
	flex: none;
	/*margin: 0 0 80px 45px;*/
	margin: 0 auto 80px auto;
	float: left;
}
/*.team-list-players-item:first-child, .team-list-players-item:nth-child(5), .team-list-players-item:nth-child(9), .team-list-players-item:nth-child(13), .team-list-players-item:nth-child(17), .team-list-players-item:nth-child(21), .team-list-players-item:nth-child(25), .team-list-players-item:nth-child(29), .team-list-players-item:nth-child(33) {
	margin-left: 0;
}*/

.team-list-players-article, .shop-list-item-article {
	/*width: 100%;*/
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.team-list-players-article:hover, .shop-list-item-article:hover {
	box-shadow: 0 0 3px 2px #ededed;
}
.team-list-players-img-wrap {
	position: relative;
	overflow: hidden;
}
.team-list-players-img-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.2);
	z-index: 1;
	opacity: 0;
}
.team-list-players-article:hover .team-list-players-img-wrap:before {
	opacity: 1;
}
.team-list-players-img-wrap .player-number {
	/*width: 120px;
	height: 120px;
	left: -90px;*/
	width: 60px;
	height: 60px;
	padding: 15px 15px 0 0;
	box-sizing: border-box;
	border-radius: 50%;
	text-align: right;
	background: #363533;
	position: absolute;
	top: -8px;
	left: -10px;
	font-size: 20px;
	color: #ffc722;
	/*-webkit-transform: skew(-33deg);
	transform: skew(-40deg);*/
	-webkit-transition: cubic-bezier(0.22,0.61,0.36,1) all 600ms;
	transition: cubic-bezier(0.22,0.61,0.36,1) all 600ms;
	z-index: 2;
}
.team-list-players-img-wrap .player-number span {
	/*-webkit-transform: skew(33deg);
	transform: skew(33deg);*/
	display: block;
	font-weight: bold;
	padding-right: 3px;
}
.team-list-players-img-wrap .player-bio {
	/*width: 120px;
	height: 120px;
	right: -170px;*/
	width: 80px;
	height: 40px;
	right: -80px;
	bottom: 0;
	padding: 10px 0 0 18px;
	box-sizing: border-box;
	z-index: 2;
	text-align: left;
	background: #ffc722;
	position: absolute;
	font-size: 20px;
	color: #363533;
	/*-webkit-transform: skew(-40deg);
	transform: skew(-40deg);*/
	-webkit-transition: cubic-bezier(0.22,0.61,0.36,1) all 600ms;
	transition: cubic-bezier(0.22,0.61,0.36,1) all 600ms;
}
.team-list-players-img-wrap .player-bio span {
	/*-webkit-transform: skew(33deg);
	transform: skew(33deg);*/
	display: inline-block;
	vertical-align: bottom;
}
.team-list-players-img-wrap .player-bio a {
	-webkit-transition: 400ms color;
	transition: 400ms color;
	outline: none;
}
.team-list-players-img-wrap .player-bio a:hover {
	color: #ffffff;
}
.team-list-players-article .team-list-players-img-wrap a img {
	padding: 0;
	border: none;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.team-list-players-img-wrap .sponsor {
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	top: -50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: cubic-bezier(0.22,0.61,0.36,1) all 600ms;
	transition: cubic-bezier(0.22,0.61,0.36,1) all 600ms;
	z-index: 1;
}
.team-list-players-img-wrap .sponsor img {
	width: 80%;
	position: relative;
	opacity: 0.7;
}
.team-list-players-article:hover .player-number {
	background: #ffc722;
	color: #363533;
}
.team-list-players-article:hover .player-bio {
	/*right: -90px;*/
	right: 0px;
}
.team-list-players-article:hover .sponsor {
	top: 50%;
}
.team-list-players-article .team-list-players-img-wrap a img {
	padding: 0;
	border: none;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	width: 100%;
}
.team-list-players-article:hover .team-list-players-img-wrap a img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;

}
.team-list-players-img-wrap .sponsor a:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.team-list-players-info {
	padding: 9px 0 0 14px;
	border: solid #f5f5f5;
	border-width: 0 1px 1px 1px;
	background: #ffffff;
	margin-bottom: 30px;
}
.team-list-players-info .name h3 {
	margin: 0;
	font-size: 20px;
}
.team-list-players-info .position {
	padding: 3px 0 12px 0;
	font-size: 16px;
	color: #919191;
}
.team-list-players-info .position a {
	color: #919191;
}
.team-list-players-info .position a:hover {
	color: #4C53CB;
}
main.page-team .team-pic-container .team-picture-legend {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	width: 49%;
	text-align: right;
	padding-top: 30px;
	hyphens: none;
}
main.page-team .team-pic-container .post-meta {
	display: inline-block;
	width: 50%;
}
main.page-team .team-pic-container .post-meta h2 {
	font-size: 30px;
	padding-top: 30px;
}
main.page-team .team-pic-container .team-comment {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
}
#feature1-team-tabelle {
	position: relative;
	padding: 140px 0 50px;
}
#team-spielplan, #team-tabelle {
	background-color: #292929;
}
#team-tabelle {
	width: 100%;
	margin-right: 0px;
	display: block;
}
#team-tabelle table {
	overflow-x: auto;
}
.suhv-table {
	width: 100%;
}
#team-spielplan table.large-only {
	display: block;
}
#team-spielplan table.small-only {
	display: none;
}

.suhv-table caption {
	display: none;
}
.suhv-table tr {
	height: 30px; 
	vertical-align: middle;
}
.suhv-table td {
	padding: 2px;
}
#team-tabelle tr th, #team-tabelle tr td, #team-spielplan tr th, #team-spielplan tr td {
	height: 30px;
	line-height: 1;
}
.spielliste-li .suhv-date {width: 20%;}
.spielliste-li .suhv-place { width:20%; }
.spielliste-li .suhv-opponent { width: 25%;}
.spielliste-li .suhv-result { width: 10%;}

#team-spielplan .suhv-date { width: 20%;}
#team-spielplan .suhv-opponent { width: 40%;}
#team-spielplan .suhv-place { width: 30%; }
#team-spielplan .suhv-place a { color: #ffc722;}
#team-spielplan .suhv-place a:hover { color: #4C53CB;}
#team-spielplan .suhv-result { width: 10%; display: inline; line-height: 30px;}
#team-spielplan .fa-thumbs-o-up::before, #team-spielplan .fa-thumbs-o-down::before, #team-spielplan .fa-hand-o-right, .post-container-article .fa-thumbs-o-up::before, .post-container-article .fa-thumbs-o-down::before, .post-container-article .fa-hand-o-right::before {
	padding-right: 10px;
}
#team-spielplan .suhv-without a { color: #fff;}
#team-tabelle tr th abbr, #team-spielplan tr th abbr {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
#team-tabelle tr td, #team-spielplan tr td {
	background-color: #292929;
}
#team-tabelle tr td abbr, #team-spielplan tr td abbr {
	border-bottom: none;
	text-decoration: none;
}
#team-tabelle .suhv-my-team td {
	color: #ff2015;
}
#team-spielplan {
	width: 100%;
	margin-right: 0px;
	display: none;	
}
#team-spielplan tr .suhv-win, #team-spielplan tr .suhv-win span {
	/*color: green;*/
	color: #287105
}
#team-spielplan tr .suhv-lose, #team-spielplan tr .suhv-lose span, .post-container-article .fa-thumbs-o-down::before {
	color: #ff2015;
}
#team-spielplan tr .suhv-even, #team-spielplan tr .suhv-even span, .post-container-article .fa-hand-o-right::before {
	color: #ffc722;
}
#team-tabelle tbody tr td, #team-spielplan tbody tr td {
	border: none;
	padding-top: 10px;
}
.suhv-table .loc_home {
	background-color: #68695e;
}
.suhv-table .loc_home .suhv-place {
	font-weight: bold;
}
.suhv-home {
	color: #ffc722;
}
.post-container-article .suhv-win, .post-container-article .suhv-lose, .post-container-article .suhv-draw, .post-container-article .suhv-even {
	text-align: center;
	padding-top: 5px;
}
.post-container-article .suhv-win a, .post-container-article .fa-thumbs-o-up::before {
	color: #45c00a;
}
.post-container-article .suhv-win a:hover, .post-container-article > a:hover, .post-container-article .suhv-draw a:hover {
	color: #4C53CB;
}
.post-container-article .suhv-even a {
	color: #ffc722;
}
.post-container-article .suhv-draw a {
	color: #fff;
}
.post-container-article .suhv-text a {
	font-size: 12px;
}
.post-container-article h3 {
	font-size: 16px; 
	padding-top: 0; 
	font-weight: normal;
	hyphens: none;
}
.frontpage-termine-container {
	text-align: center;
}
.btn-anmeldung {
	background-color: #ff2015;
	margin-top: 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	
}
.btn-anmeldung:hover {
	background-color: #ffc722;
	color: #242424;
}
#feature1_2-team-tabelle {
	background-attachment: scroll;
	background: url(../pics/hintergrund3.jpg) 50% 50% no-repeat fixed;
	position: relative;
	background-size: cover;
	padding: 50px 0;
}
.training-tag {
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
}
#feature3-team-nlb {
	position: relative;
	padding: 50px 0;
}
#feature3-team-herren-gf {
	background-attachment: scroll;
	background: url(../pics/hintergrund4.jpg) 50% 50% no-repeat fixed;
	position: relative;
	background-size: cover;
	padding: 50px 0;
}
.player-grid {
	width: 100%;
}
.playerlist-compact {
	background: #fff;
	margin-top: 30px;
	padding: 20px 40px;
}
.playerlist-compact .playerlist-compact-content {
	margin: 12px 0;
	padding: 0;
}
.playerlist-compact .playerlist-compact-content i.fa {
	font-size: 19px;
	margin-right: 20px;
	margin-top: 2px;
}
.kader {
	color: #242424;
	position: relative;
	float: left;
	width: 30%;
	padding: 30px 0;
	margin-left: 175px;
	line-height: 26px;
}
.team-training-wrap {
	display: flex;
	flex-wrap: wrap;
}
.team-training-content {
	box-shadow: 0 0 3px 2px #ff2015;
	border: 1px solid #f5f5f5;
	width: 300px;
	margin: 50px auto 0 auto;
	height: 400px;
}
.team-training-text {
	text-align: center;
}
.team-training-text p {
	margin: 0;
}
.team-training-content .team-training-map iframe {
	width: 100%;
	height: 267px;
}
.contact-mail .team-list-players-item {
	top: 10px;
	margin-bottom: 20px;
}
.contact-mail .team-list-players-article {
	margin-left: 0;
	margin-right: 0;
}
.contact-mail-text {
	display: inline;
	font-size: 20px;
	color: #242424;
	position: relative;
	width: 100%;
	left: 15px;
}
.contact-mail-text a {
	display: block;
}

/*--------------------------------------------------------------
13.15.3 Spieler Detail
--------------------------------------------------------------*/
main.page-player-info #profile {
	height: 100%;
	overflow: hidden;
	padding-bottom: 80px;
	background: #edebeb;
}
main.page-player-info .team-list-players-item {
	width: 100%;
	margin: 0;
	float: none;
	top: 17px;
}

main.page-player-info .team-list-players-article {
	width: 100%;
}
main.page-player-info .team-list-players-sponsor {
	background-color: #fff;
	width: 100%;
	margin-top: 50px;
	padding: 10px;
}
main.page-player-info .team-list-players-table-wrap {
	margin: 0;
	padding-left: 2%;
	padding-right: 2%;
}

.team-list-players-table {
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 42px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 1px;
	color: #242424;
	flex: none;
}
.team-list-players-table > table {
	width: 100%;
	margin-top: 30px;
}
.team-list-players-table > table > tbody > tr > td {
	border-top: 1px solid #ddd;
	line-height: 1.5;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
main.page-player-info .team-list-players-table > table > tbody > tr > td.spalte2 {
	padding-left: 10px;
}
.sponsor > span {
	font-weight: bold;
	font-size: 30px;
	color: #ffffff;
	line-height: 32px;
	hyphens: none;
}
/*--------------------------------------------------------------
13.15.4 Post Übersichtsseite
--------------------------------------------------------------*/
main.page-article .feature5-news .post-nav {
	padding-left: 30px;
	padding-right: 30px;
}

/*--------------------------------------------------------------
13.15.5 Post Detailseite
--------------------------------------------------------------*/
.title-nav-button-group .title-nav-post time {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
	margin: 0;
	display: inline-block;
	white-space: nowrap;
}
.title-nav-button-group .title-nav-post > p {
	font-size: 12px;
	padding: 13px 5px 0 0;
	margin: 0;
	display: inline-block;
	line-height: inherit;
	white-space: nowrap;
}
.title-nav-button-group .title-nav-post a {
	padding: 13px 5px 0 0;
	margin: 0;
	display: inline-block;
	color: #ff2015;
	white-space: nowrap;
}
main.page-post .feature5-item-content-text p {
	margin: 12px 0;
}
/* Facebook - Like */
.fb-like, .fb_iframe_widget iframe, .fb_iframe_widget iframe table {
	width: 120px !important;
}
.fb-like {
	margin-top: 20px;
}
._2tga_49ve {
	height: 30px !important;
}
._5n6j {
	height: 30px !important;
	padding-top: 5px !important;
}

/*--------------------------------------------------------------
13.15.6 Über Uns
--------------------------------------------------------------*/

#feature3-ueber-uns {
	background: url("../../../uploads/ueber_uns.jpg") 50% 50% no-repeat;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}
.feature-3-item-ueber-uns_1 {
	margin: 30px 0 10px 0;
	opacity: 1;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 1%;
	padding-right: 1%;
	height: 100%;
	background: #ffffff;
	overflow: hidden;
}
.item_introtext-ueber-uns {
	padding: 50px 0 0 !important;
	width: 100%;
	font-size: 16px;
	color: #242424;
	margin-bottom: 30px;
	float: left;
}
.item_introtext-ziele {
	padding: 15px;
	font-size: 16px;
	color: #242424;
	border: solid 1px #242424;
	height: 230px;
	margin: 20px 2.9% 0;
}
.ueber-uns-list {
	list-style: circle;
	padding-left: 20px;
	padding-top: 10px;
}
#featureBlack {
	padding: 50px 0 0;
	background-color: #222222;
	color: #b0b0b0;
}
.feature-3-item-ueber-uns_black {
	margin: 30px 0 10px 0;
	opacity: 1;
	width: 100%;
	position: relative;
	min-height: 1px;
	/*padding-left: 1%;
	padding-right: 1%;*/
	height: 100%;
	background: #222222;
	overflow: hidden;
}
.feature3-item-content-black {
	background: #222222;
	padding: 20px 30px 15px;
}
.item_introtext-ueber-uns-black {
	padding: 14px 0 0 !important;
	width: 100%;
	font-size: 16px;
	color: #b0b0b0;
	margin-bottom: 30px;
	float: left;
}
.item_introtext-ueber-uns-white {
	padding: 14px 0 0 !important;
	width: 100%;
	font-size: 16px;
	color: #242424;
	margin-bottom: 30px;
	float: left;
}
.featureBlack-title {
	color: #ffffff;
	font-size: 30px;
	line-height: 40px;
	margin: 0 auto 50px;
	text-align: center;
	font-weight: bold;
	padding-top: 0;
	hyphens: none;
}
#featureWhite {
	padding: 50px 0 0;
	background-color: #edebeb;
	overflow: hidden;
}
.feature-3-item-ueber-uns_white {
	margin: 30px 0 10px 0;
	opacity: 1;
	width: 100%;
	position: relative;
	min-height: 1px;
	/*padding-left: 1%;
	padding-right: 1%;*/
	height: auto;
	background: #edebeb;
}
.feature3-item-content-white {
	background: #edebeb;
	padding: 0px 30px 15px;
}
.featureWhite-title {
	color: #242424;
	font-size: 30px;
	line-height: 40px;
	margin: 0 auto 50px;
	text-align: center;
	font-weight: bold;
	padding-top: 0;
	hyphens: none;
}
.ueber-uns-statuten-text {
	/*width: 50%;*/
	float: left;
	padding-right: 30px;
	margin-top: 30px;
	padding-left: 0;
}
.ueber-uns-statuten-pdf {
	/*width: 50%;*/
	float: left;
}
.ueber-uns-statuten-link {
	position: relative;
	padding-top: 25px;
}
.ueber-uns-leitbild-text {
	/*width: 50%;*/
	float: right;
	margin-top: 30px;
	padding-left: 0;
	padding-right: 0;
}
.ueber-uns-leitbild-pdf {
	/*width: 50%;*/
	float: right;
}

/*--------------------------------------------------------------
13.15.7 Shop
--------------------------------------------------------------*/
.shop-list-item {
	background-color: #fff;
	height: 400px;
}
.shop-list-item .image {
	height: 345px;
}
.shop-list-item .image_block::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	left: 0;
	background: #fff;
	-webkit-transition: 400ms all;
	transition: 400ms all;
}
.shop-list-item .image_block:hover::before {
	background: rgba(0,0,0,0.5);
}
.shop-list-item .image_block {
	position: relative;
	height: 100%;
	text-align: center;
}
.shop-list-item .image_block img.img_height {
	height: 100%;
	width: auto;
}
.shop-list-item .image_block img.img_width {
	width: 100%;
	height: auto;
}
.shop-list-item .image_block:hover .name {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shop-list-item .image_block .name {
	position: absolute;
	text-align: center;
	left: 10px;
	opacity: 0;
	right: 10px;
	top: 50%;
	color: #fff;
	-webkit-transition: 400ms all;
	transition:  400ms all;
}
.shop-list-item .image_block .name h2 {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}
.shop-list-item .descript {
	font-size: 0;
	overflow: hidden;
}
.shop-list-item .descript > div {
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.shop-list-item .descript .price-wrap {
	background: #ffc722;
	font-size: 16px;
	width: 277.5px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.shop-list-item .descript .price-wrap > div {
	padding: 0 3px;
	display: inline-block;
	vertical-align: top;
}
/*--------------------------------------------------------------
13.15.8 Vereinsanmeldung
--------------------------------------------------------------*/

.feature5-item-content-text-top {
	/*width: 60%;*/
	float: left;
	padding-right: 30px;
	margin-top: 30px;
	padding-left: 0;
}
.vereinsanmeldung-img {
	/*width: 40%;*/
	float: left;
}
.vereinsanmeldung-link {
	padding-top: 30px;
}
.vereinsanmeldung-anschrift {
	/*width: 40%;*/
	float: left;
	margin-top: 30px;
	padding-right: 30px;
}
.vereinsanmeldung-wichtig {
	/*width: 60%;*/
	float: left;
	margin-top: 30px;
}

/*--------------------------------------------------------------
13.15.9 Trainerbereich
--------------------------------------------------------------*/

#feature3-trainer-bereich {
	background-attachment: scroll;
	background: #edebeb;
	position: relative;
	background-size: cover;
	padding: 10px;
}
.good-to-know {
	color: #242424;
	list-style-type: circle;
	margin-left: 15px;
}
.tenini, .trainer-tenini, .papierlager {
	float: left;
	/*width: 30%;*/
	position: relative;
	padding: 30px 0;
}
.tenini-text-top {
	padding: 0;
}
.tenini-map, .trainer-tenini-map {
	position: relative;
	/*width: 70%;*/
	float: left;
	padding-top: 20px;
}
.tenini-tabelle {
	/*width: 50%;*/
}
.tenini-tabelle table {
	width: 100%;
	margin-top: 20px;
}
.tenini-card {
	float: left;
	padding-top: 30px;
}
.papierlager-map {
	position: relative;
	float: left;
}
.trainer-text-top {
	padding-top: 20px;
}
.feature-3-item-trainer-bereich {
	margin: 30px 0 10px 0;
	opacity: 1;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 1%;
	padding-right: 1%;
	background: #ffffff;
}
#feature3-kamera {
	background-attachment: scroll;
	background: #edebeb;
	position: relative;
	background-size: cover;
	padding: 10px;
}
.feature-3-item-kamera {
	margin: 30px 0 10px 0;
	opacity: 1;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 1%;
	padding-right: 1%;
	background: #ffffff;
}
.gopro {
	color: #242424;
	margin-left: 15px;
}
.app {
	color: #5bc0de;
	margin-left: 15px;
}
.filetype-icon {
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 20px;
	width: 20px;
}
.text-container {
	height: 100%;
	margin-top: 30px;
	background-color: #ffffff;
	color: #242424;
}
.text-content {
	padding: 20px 30px 15px;
}
.text {
	padding: 14px 0 0 !important;
}
.slider_white {
	padding: 50px 0;
	background-color: #edebeb;
}
.slider_black {
	padding: 50px 0;
	background-color: #222222;
}
.kamera-sportchef-img {
	/*width: 200px;*/
	float: left;
}
.kamera-sportchef {
	float: left;
	padding: 100px 60px;
}
.allg-info-link {
	float: left;
	padding-top: 150px;
	padding-left: 0;
	/*width: 50%;*/
}
.belegungsplan {
	float: left;
	margin-bottom: 50px;
	/*width: 50%;*/
}
.members-access-error {
	background: #edebeb;
	color: #242424;
	padding: 150px;
	text-align: center;
	font-size: 20px;
}
/*--------------------------------------------------------------
13.15.10 Fotoservice
--------------------------------------------------------------*/

#feature3-fotoservice {
	background-attachment: scroll;
	background: #edebeb;
	position: relative;
	background-size: cover;
	padding: 10px;
}
.feature-3-item-fotoservice {
	margin: 30px 0 10px 0;
	opacity: 1;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 1%;
	padding-right: 1%;
	height: 280px;
	background: #ffffff;
}
.fotoservice-text-top {
	position: relative;
	/*width: 50%;*/
	float: left;
	padding: 12px 24px 0 0;
}
.fotoservice-bild-top, .fotoservice-bild-middle {
	/*width: 50%;*/
	float: left;
	padding-top: 18px;
}
.fotoservice-text-middle {
	position: relative;
	/*width: 40%;*/
	float: left;
	padding-right: 20px;
	margin-top: 90px;
}

/*--------------------------------------------------------------
13.15.11 Elterninfos
--------------------------------------------------------------*/

.elterninfos-top-text {
	float: left;
	/*width: 50%;*/
	padding: 20px 50px 0 0;
}
.elterninfos-link {
	padding-top: 20px;
}
.elterninfos-pdf {
	/*width: 50%;*/
	float: left;
}

/*--------------------------------------------------------------
13.15.12 Club 111
--------------------------------------------------------------*/

.club111-text {
	position: relative;
	float: left;
	padding: 0;
	/*width: 50%;*/
}
.club111-img {
	float: left;
	/*width: 50%;*/
	padding-top: 30px;
}
.club111-pdf {
	float: left;
	padding: 20px 0 0 40px;
}
.club111-anmeldung {
	padding-top: 100px;
}
.club-111-danke {
	padding: 10px 10px 10px 20px;
	border: 1px solid #222222;
	width: 310px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
13.15.13 Sponsoren
--------------------------------------------------------------*/
.page-sponsoren #featureBlack, .page-sponsoren .feature3-item-content-black, .page-sponsoren .feature-3-item-ueber-uns_black {
	background: #535454;
}
.page-sponsoren #featureBlack .sponsor-img-content-main {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.page-sponsoren #featureBlack .sponsor-img-content-main .item_introtext-ueber-uns {
	width: 33%;
	float: left;
	display: block;
	flex: none;
	margin: 0 auto 30px;
}
.item_introtext-sponsoren {
	margin-top: -30px;
	padding-top: 0 !important;
}
.sponsor-marketing-img {
	margin-top: 30px;
	/*margin-left: -15px;*/
	float: left;
	width: 250px;
}
.sponsor-marketing {
	float: left;
	padding: 100px 30px 0 60px;
}
.sponsor-img-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.sponsoring-wrap {
	width: 250px;
	height: 250px;
	float: left;
	display: block;
	flex: none;
	margin: 0 auto 30px;
	border: 1px solid #b6b5b5;
	padding: 10px;
}
.sponsoring-img {
	width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.sponsoring {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 20px;
	/*padding: 30px 40px;*/
}
.sponsoring a {
	font-size: 18px;
	color:#242424;
	font-weight:  500;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.feature3-item-content-black .sponsoring a {
	color:#fff;
}
.sponsoring a:hover {
	color: #4C53CB;
}
.sponsor-text-top span {
	display: block;
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
13.15.13 Shop
--------------------------------------------------------------*/
.body { <?php if ($showwindow == 'true') { echo 'overflow: hidden;'; } ?>}
.shop-list-article-grid	{ display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: -webkit-box; display: flex; flex-wrap: wrap; margin: 0; padding: 40px 0 0; position: relative; }
.shop-list-article-item { width: 500px; height: 326px; flex: none; margin: 0 auto 80px auto;}
.shop-list-article-wrapper { display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: -webkit-box; display: flex; }
.shop-list-article-img-wrap { overflow: hidden; width: 250px; }
.shop-list-article-img-wrap img {border: thin solid #bdbdbd;}
.shop-list-article-info { width: 250px; background-color: #fff; padding: 15px; }
.article-prize { height: 60px; background-color: #363533; color: #ffc722; padding: 15px 15px; text-align: center; font-size: 20px; }
.shop-list-article-info .name { text-align: center; margin-bottom: 10px; }
.shop-list-article-info .color { margin-bottom: 20px; }
.shop-list-article-info .bemerkung { margin-bottom: 13px;}
.shop-list-article-info .anzahl, .shop-list-article-info .size { margin-bottom: 15px; }
.shop-list-article-info .name h3 { color: #ff2015; font-weight: bold; }
.shop-list-article-info label { width: 100px; font-weight: normal;}
.shop-list-article-info select { width: 110px; padding-left: 15px;}
.shop-list-article-info textarea { width: 220px; height: 40px; padding-left: 15px; font-size: 13px; }
.shop-gesamtbetrag { width: 100%; text-align: center; display: flex; visibility: hidden;}
.shop-gesamtbetrag-label, .shop-submit { width: 25%; }
.shop-gesamtbetrag-label { text-align: center; border: thin solid #bdbdbd; padding: 15px; background-color: #ffc722; margin: 10px auto 80px auto; line-height: 40px; }
.shop-gesamtbetrag-label, .shop-gesamtbetrag-label span { font-weight: bold; font-size: 30px; }
.shop-userdaten { width: 50%; }
.shop-userdaten label { width: 30%; text-align: left; padding-top: 10px; }
.shop-userdaten input { width: 55%; margin: 5px 0; padding: 4px 10px; }
.shop-gesamtbetrag-submit { background-color: #ff2015; border: none; border-radius: 15px; color: #ffffff; cursor: pointer; font-size: 30px; font-weight: 700; line-height: 22px; padding: 22px 20px; vertical-align: middle; width: 500px; -webkit-transition: all 0.3s, ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; margin: 10px auto 80px auto; line-height: 40px; -moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; }
.shop-gesamtbetrag-submit:hover { background-color: #363533; color: #ffffff; }
.shop-list-article-caps-note { font-size: 18px; text-align: center; line-height: 30px; }
.shop-list-article-caps-note span { display: block; }



/*--------------------------------------------------------------
13.16 Footer
--------------------------------------------------------------*/

.bottom-wrapper {
	padding: 90px 0 0 0;
	background: #222222 50% 50%;
	background-size: cover;
	overflow: hidden;
}
.box-container {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1200px;
	padding: 0 25px;
}
.box-container:before, .box-container:after, .box1-panel:before, .box1-panel:after, .box2-panel:before, .box2-panel:after {
	content: " ";
	display: table;
}
.box-container:after, .box1-panel:after, .box2-panel:after {
	clear: both;
}
.box-grid {
	margin-left: -25px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.box-grid:before, .box-grid:after {
	content: " ";
	display: block;
	overflow: hidden;
}
.box-grid:after {
	clear: both;
}
.box1-row, .box2-row {
	/*width: 50%;*/
	box-sizing: border-box;
	padding-left: 25px;
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	margin: 0;
	float: left;
	padding-right: 0;
}
.box1-row {
	padding-right: 25px;
}
.box1-panel, .box2-panel {
	min-height: 106px;
	display: block;
	position: relative;
}

.box1-modul {
	position: relative;
}
.last-match-top {
	padding-bottom: 10px;
}
.box1-title {
	font-size: 45px;
	color: #ffffff;
	line-height: normal;
}
.box1-slider {
	margin-top: 40px;
	display: inline-block;
	background: #363533;
	overflow: hidden;
	height: 37px;
	width: 72px;
	border: 1px solid #646464;
}
.box1-slidenav-prev, .box1-slidenav-next {
	margin: 0;
	top: 0;
	left: auto;
	right: auto;
	height: 33px;
	width: 35px;
	line-height: 33px;
	position: relative;
	z-index: 1;
	display: block;
	float: left;
	color: #ffc722;
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}
.box1-slidenav-prev {
	color: #686868;
}
.box1-slidenav-prev:before {
	position: absolute;
	left: 50%;
	margin-left: -4px;
	content: "\f104";
	font-family: FontAwesome;
}
.box1-slidenav-next:before {
	position: absolute;
	left: 50%;
	margin-left: -4px;
	content: "\f105";
	font-family: FontAwesome;
}
.box1-slidenav-prev:hover, .box1-slidenav-next:hover {
	color: #fff;
}
.box1-slideshow {
	position: relative;
	/*z-index: 0;*/
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	/*touch-action: pan-y;*/
}
.box1-slideshow > li {
	height: 37px;
	animation-duration: 500ms;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.box1-slideshow > .box1-active {
	z-index: 10;
	opacity: 1;
}
.job-list-item {
	height: 37px;
	background: rgba(0,0,0,0.1);
	border: 1px solid #646464;
	padding: 0 0 0 10px;
	width: 85%;
	display: inline-block;
	text-align: left;
	font-size: 0;
	box-sizing:border-box;
	margin-top: 40px;
}
.job-list-wrapper {
	display: table-cell;
	vertical-align: middle;
	min-height: 37px;
	text-align: left;
	box-sizing: border-box;
}
.job-title {
	line-height: 37px;
	display: inline;
	vertical-align: middle;
	min-height: 37px;
	padding: 0 14px;
	font-size: 16px;
	color: #ffffff;
}
.job-list-item .read-more {
	margin-right: 11px;
	line-height: 37px;
	float: right;
	display: inline-block;
	font-size: 12px;
	color: #ffc722;
}
.job-list-item .read-more:after {
	margin-left: 7px;
	content: "\f105";
	font-family: FontAwesome;
}
.job-list-item a:hover {
	font-weight: bold;
}

.mail-title {
	font-size: 45px;
	color: #ffffff;
	float: left;
	line-height: normal;
}
.introtext {
	padding: 4px 0 0 !important;
	/*width: 50%;*/
	font-size: 14px;
	line-height: 18px;
	color: #b0b0b0;
	float: right;
}
.box2-form .space {
	height: 28px;
}
.box2-form-table {
	overflow: hidden;
	width: 100%;
}
.box2-form-table tbody tr:first-child {
	width: 63%;
	float: left;
}
.box2-form-table tbody tr {
	width: 30%;
	float: right;
}
.box2-form-table tr td {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
}
.box2-form-table tr td .mail-wrap {
	position: relative;
	display: block;
}
.box2-form-table tr td .mail-wrap:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: 400ms all;
	transition: 400ms all;
	left: -15px;
	background: rgba(255,255,255,0.05);
	/*border: 1px solid #646464;*/
	/*-webkit-transform: skew(-33deg);
	transform: skew(-33deg);*/
}
.box2-form-table tr td input[type="text"] {
	padding-left: 10px;
	margin: 0;
	width: 100% !important;
	line-height: 33px;
	border: 1px solid #646464;
	background: none;
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #b0b0b0;
	display: inline-block;
	vertical-align: middle;
}
.box2-form-table tr td .submit-wrap {
	padding: 2px 1px 2px 0;
	position: relative;
	border-right: 1px solid #ffc722;
	display: block;
}
.box2-form-table tr td .submit-wrap:before {
	content: " ";
	position: absolute;
	border: 1px solid #ffc722;
	/*-webkit-transform: skew(-33deg);
	transform: skew(-33deg);*/
	top: 0;
	bottom: 0;
	left: -17px;
	right: -20px;
}
.box2-form-table tr td .submit-wrapper {
	position: relative;
	display: block;
}
.box2-form-table tr td .submit-wrapper:before {
	content: " ";
	position: absolute;
	left: -15px;
	top: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: 400ms all;
	transition: 400ms all;
	background: #ffc722;
	/*-webkit-transform: skew(-33deg);
	transform: skew(-33deg);*/
}
.box2-form-table tr td input[type="submit"] {
	height: 33px;
	width: 100%;
	background: #ffc722;
	-webkit-transition: 400ms all;
	transition: 400ms all;
	font-size: 12px;
	color: #363533;
	font-weight: bold;
	outline: none;
	position: relative;
	z-index: 1;
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	align-items: flex-start;
	box-sizing: border-box;
}
.box2-form-table tr td input[type="submit"]:hover {
	color: #ffffff;
}
.bottom-footer {
	margin-bottom: 0;
	position: relative;
	text-align: center;
	margin-top: 25px;
	background-color: #222222;
	opacity: 1;
}
.footer-panel {
	display: block;
	position: relative;
}
.footer-panel:before, .footer-panel:after, .footer-container:before, .footer-container:after {
	content: " ";
	display: table;
}
.footer-panel:after, .footer-container:after {
	clear: both;
}
.footer-container {
	box-sizing: border-box;
	max-width: 1200px;
	padding: 0 25px;
	margin: 0 auto;
}
.footer-grid {
	margin-left: -25px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-grid:before, .footer-grid:after {
	content: " ";
	display: block;
	overflow: hidden;
}
.footer-grid:after {
	clear: both;
}
.footer-grid-1 {
	width: 100%;
	box-sizing: border-box;
	padding-left: 25px;
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	margin: 0;
	float: left;
}
#menu-footer {
	text-align: left;
}
.footer-wrap {
	padding: 25px 0 0 0;
	position: relative;
}
.footer-wrap:before {
	content: " ";
	height: 1px;
	background: rgba(255,255,255,0.1);
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.footer-menu-wrap, .footer-menu-class, .footer-menu-wrap {
	float: left;
	width: 100%;
}
.footer-menu-wrap ul li, .footer-menu-class ul li {
	padding-right: 40px;
	display: inline-block;
	text-align: left; 
	line-height: 1;
	padding-top: 12px;
}
.menu-footer-menu-container > ul > li {
	width: 15%;
}
.menu-footer-menu-container > ul > li:last-child {
	padding-right: 0;
	width: 60px;
}
.menu-footer-menu-container > ul > li.menu-item-object-page > a, .menu-footer-menu-container > ul > li.footer-menu-item-top > a {
	font-weight: bold;
}
.menu-footer-menu-container > ul > li > ul > li {
	display: block;
	width: 100%;
	padding-right: 0;
}
.footer-menu-wrap ul li a, .footer-menu-class ul li a {
	font-size: 14px;
	color: #b0b0b0;
}
.menu-footer-menu-container > ul > li:hover > a, .footer-menu-class ul li:hover {
	color: #ff2015;
}
.menu-footer-menu-container > li.active > a{
	color: #ff2015;
}
.menu-footer-menu-container > ul > li > ul > li:hover > a {
	color: #ff2015;
}
.copyrights {
	float: right;
	font-size: 12px;
	color: #787878;
	padding: 20px;
	margin-right: 100px;
}
.copyrights a {
	font-size: 12px;
	color: #b0b0b0;
}

/*--------------------------------------------------------------
13.0 Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
14.0 Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
15.0 Media
--------------------------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-e-transition: all 0.5s linear;
	transition: all 0.5s linear;
	vertical-align: middle;
	border: 0;
}

/*--------------------------------------------------------------
15.1 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
16.0 Customizer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
17.0 SVGs Fallbacks
--------------------------------------------------------------*/

/*--------------------------------------------------------------
18.0 Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 600px) and (max-width: 1200px) {
	.navbar-top-wrap {
		max-width: 96%;
	}
	.container, .team-list-players-container {
		padding: 0 2%;
		width: 96%;
	}
	.container-small {
		width: 100%;
		/*height: 99.2px;*/
	}
	.navbar-panel {
		padding: 0;
	}
}
@media screen and (min-width: 1200px) {
	.team-pic-container .post-meta {
		width: 50%;
		float: left;
	}
	.team-pic-container .team-picture-legend {
		width: 50%;
		float: left;
		margin-top: 20px;
		display: block;
		font-size: 12px;
		line-height: 15px;
	}
	.team-pic-container .team-picture-legend p {
		font-size: 12px;
		line-height: 14px;
		text-align: right;
		hyphens: none;
	}
}
@media screen and (max-width: 1200px) {
	#feature0 .container  {
		padding: 0 4%;
		width: 100%;
		margin: 0;
	}
	.slider .container {
		padding: 0 4%;
		width: 100%;
		margin: 0;
	}
	.slider .swiper-container {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.menuToggle {
		margin-top: -20px;
	}
	.spielliste-ul {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.page-home #feature2 .feature2-wrap {
		display: block;
	}
	#feature3-ueber-uns, .feature-3-item-ueber-uns_1, .feature3-item-content, .feature5-item-content{
		background: #edebeb;
		padding: 1px 0;
	}
	.feature-3-item-ueber-uns_black, .feature-3-item-ueber-uns_white, .feature-3-item-ueber-uns_1, .feature3-item-content, .feature5-item, .feature5-item-content  {
		padding-left: 15px;
		padding-right: 15px;
	}
	/*.team-list-players-grid {
		justify-content: space-around;
		width: 100%;
	}*/
	/*.team-list-players-item {
		margin-left: 30px;
	}
	.team-list-players-item:first-child, .team-list-players-item:nth-child(5), .team-list-players-item:nth-child(9), .team-list-players-item:nth-child(13), .team-list-players-item:nth-child(17), .team-list-players-item:nth-child(21), .team-list-players-item:nth-child(25), .team-list-players-item:nth-child(29), .team-list-players-item:nth-child(33) {
		margin-left: 30px;
	}*/
	.title-nav-button-container {
		margin: 0;
		padding: 0 0 65px;
		width: 100%;
	}
	.title-nav-button-container-team {
		padding-left: 4%;
	}
	.feature1-container, .feature2-container, .feature3-container, .feature4-container, .feature5-container {
		padding-left: 4%;
		padding-right: 4%;
		width: 100%;
	}
	.team-pic-container {
		width: 100%;
	}
	.team-training-content {
		width: 250px;
	}
	.feature3-item-content-white {
		padding: 0 15px;
	}
	.feature3-item-content-black {
		padding: 20px 15px 15px;
	}
	.fotoservice-bild-top {
		padding-top: 20px;
	}
	.fotoservice-text-middle {
		margin-top: 70px;
	}
	.job-list-item, .box1-slider {
		margin-top: 57px;
	}
	.shop-gesamtbetrag { display: none; }
	.shop-gesamtbetrag-label, .shop-userdaten, .shop-submit { width: 100%; margin: 0 auto 40px auto; }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
	.topmenu > li > a, .menu > li > a {
		font-size: 16px;
	}
	.navbar-logo > a > img {
		/*width: 80px;*/
		padding: 15px 0;
	}
	.topmenu, .menu {
		padding: 0;
	}
	.menuToggle {
		margin-top: -20px;
	}
	/*.block-banner {*/
	.menu-hauptmenu-container {
		margin-top: 25px;
	}
	.ueber-uns-leitbild-pdf {
		margin-left: -35px;
	}
	.ueber-uns-leitbild-text {
		margin-left: 35px;
		padding-left: 60px;
	}
	.elterninfos-pdf {
		padding: 0;
	}
}
@media screen and (max-width: 992px) {
	.navbar-top-wrap {
		display: flex;
		display: webkit-flex;
		display: ms-flex;
		z-index: 2000;
		background-color: transparent;
		height: 65px;
		width: 55%;
		padding: 0;
	}
	.navbar-top-nav {
		background-color: transparent;
	}
	.block-right {
		height: 65px;
		text-align: center;
	}
	.fbbuttonfarbig, .instabuttonfarbig, .flickrbuttonfarbig {
		display: none;
	}
	.fbbuttonsw, .instabuttonsw, .flickrbuttonsw {
		display: block;
	}
	.navbar-search {
		display: none;
	}
	.title-nav-button-container {
		padding-left: 0;
		padding-right: 0;
	}
	.title-nav-label {
		margin-right: 25px;
		/*font-size: 20px;
		line-height: 22px;
		padding-top: 8px;*/
	}
	.test-caption .carousel-caption-content-wrap {
		width: 60%;
	}
	.test-caption .carousel-caption-content {
		/*top: 65px;*/
	}
	.carousel-caption-btn-mehr {
		width: 15%;
	}
	
	.swiper-button-prev {
		left: 91%;
	}
	.feature3-container {
		/*padding-left: 30px;
		padding-right: 30px;*/
	}
	.feature3-item-content-black, .feature3-item-content-white {
		padding: 1px 15px;
	}
	.item_introtext-ziele {
		margin: 20px 0 0;
		height: auto;
		overflow: hidden;
	}
	.navbar-search-mobile {
		display: inline-block;
		position: absolute;
		/*right: 90px;*/
		left: 130px;
		top: 44px;
		z-index: 10;
	}
	.navbar-search-mobile .navbar-search-form {
		right: -55px;
	}
	.navbar-search-mobile .navbar-search-form-submit {
		top: -23px;
	}
	.navbar-search-mobile .navbar-search-toggle-1, .navbar-search-mobile .navbar-search-toggle-2 {
		top: -30px;
	}

	.navbar-search-mobile .navbar-search-form-input {
		/*left: 80px;*/
		top: -43px;
	}
	.navbar-top {
		height: 65px;
	}
	/*.navbar-top-wrap {
		display: none;
	}*/
	.navbar-inner-container {
		height: 65px;
	}
	.head-room {
		margin-top: 0;
	}
	.navbar-logo > a > img {
		width: 50px !important;
	}
	.navbar-panel {
		display: block;
		position: relative;
		z-index: 110;
		-webkit-user-select: none;
		user-select: none;
	}
	.navbar-panel .menuToggle input {
		display: block;
		width: 40px;
		height: 32px;
		position: absolute;
		top: -7px;
		right: -5px;
		cursor: pointer;
		opacity: 0;
		z-index: 130;
		-webkit-touch-callout: none;
	}
	.menuToggle-icon {
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background: #222222;
		border-radius: 3px;
		z-index: 120;
		transform-origin: 4px 0;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
	}
	.navbar-search-mobile .navbar-search-form-input input {
		display: inline-block;
		width: 200px;
		position: relative;
		height: 40px;
		right: -240px;
		top: 0;
		opacity: 1;
		cursor: text;
		border-radius: 0;
	}
	.navbar-panel .menuToggle input:hover .menuToggle-icon {
		background: #ff2015;
	}
	.menuToggle-icon:nth-last-child(3) {
		transform-origin: 0% 0%;
	}
	.menuToggle-icon:nth-last-child(2) {
		transform-origin: 0% 100%;
	}
	.navbar-panel .menuToggle input:checked ~ span {
		opacity: 1;
		transform: rotate(45deg) translate(-2px, -1px);
		background: #222222;
	}
	.navbar-panel .menuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
	}
	.navbar-panel .menuToggle input:checked ~ span:first-child {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}
	.navbar-panel .menuToggle input:checked ~ span:nth-last-child(2) {
		opacity: 1;
		transform: rotate(-45deg) translate(0, -1px);
	}
	.menu-hauptmenu-container {
		position: relative;
	}
	.topmenu {
		position: absolute;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;		
		right: -100px;
		width: 300px;
		margin: 17px 0 0;
		padding: 0;
		background: #ffc722;
		list-style: none;
		-webkit-font-smoothing: antialiased;
		transform-origin: 0% 0%;
		transform: translate(100%, 0);
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
		/*-webkit-transform: translateX(-120%);
		transform: translateX(-120%);*/
	}
	.topmenu, .menu {
		height: auto;
		max-height: 500px;
		overflow-x: hidden;
	}
	.topmenu li, .menu li {
		padding: 0;
		font-size: 20px;
		float: none;
	}
	.menu > li:hover > a, .menu > li:active > a {
		color: #ffffff;
	}
	.topmenu > li > a, .menu > li > a {
		font-weight: 500;
		padding: 20px 0 20px 60px;
	}
	.topmenu > li > a:hover, .topmenu > li > a.hover, .topmenu > li > a:focus, .topmenu > li.active > a, .topmenu > li.current-menu-parent > a, .topmenu > li.topmenuLiLevel_1 > .submenu-button:hover {
    	color: #ffffff;
    	background: #ff2015;
		text-decoration: none;
		outline: none;
		/*padding-bottom: 10px;*/
	}
	.topmenu > li > .fa-home {
		color: red;
	}	
	.topmenu > li:hover > a.list-inline-home, .menu > li:hover > a.menu-item-1104, .topmenu > li.active > a.list-inline-home, .menu > li.current-menu-parent > a.menu-item-1104 {
		color: #ffffff;
		background-color: #ff2015;
	}	
	.topmenu > li.has-sub > a::after {
		content: '\f078';
		font-family: 'FontAwesome';
		color: #242424;
		position: absolute;
		right: 60px;
		top: 18px;
	}
	.topmenu > li.open > a:after {
		content:'\f077';
		font-family: 'FontAwesome';
		color: #242424;
		position: absolute;
		right: 60px;
		top: 18px;
	}
	.holder::after {
		content: '\f078';
		position: absolute;
		top: 22px;
		right: 0;
		margin-top: -22px;
		width: 65px;
		height: 44px;
		font: 400 14px "FontAwesome";
		line-height: 42px;
		text-align: center;
		transition: 0.4s all ease;
		z-index: 2;
		color: transparent;
	}
	.topmenu > li:hover > .holder, .topmenu > li:hover > a span, .topmenu > li:active > a span {
		color: transparent;
	}
	.navbar-panel .menuToggle input:checked ~ div > ul {
		-webkit-transform: scale(1.0, 1.0);
		-moz-transform: scale(1.0, 1.0);
		-ms-transform: scale(1.0, 1.0);
		-o-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
		/*-webkit-transform: translateX(0);
		transform: translateX(0);*/
		opacity: 1;
	}
	.topmenu li.submenu-button::after {
		content: "\f078";
		font-family: FontAwesome;
		font-size: 18px;
		font-weight: 400;
	}
	.topmenu li input.submenu-input-button, .menu li.menu-item input.submenu-input-button {
		position: absolute;
		top: 10px;
		right: 15px;
	}
	.topmenu li.submenu-button {
		/*position: absolute;
		top: 35px;
		right: 18px;*/
		margin-top: -17.5px;
		/*width: 32px;
		height: 32px;
		font: 400 18px "FontAwesome";
		line-height: 32px;
		text-align: center;*/
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-transition: 0.5s all ease;
		-moz-transition: 0.5s all ease;
		-o-transition: 0.5s all ease;
		transition: 0.5s all ease;
		z-index: 1;
	}
	.topmenu li.topmenuLiLevel_1 span.submenu-button:hover, .menu li.menu-item span.submenu-button:hover {
		cursor: pointer;
		background: #ffffff;
		color: #242424;
	}
	.topmenu .topmenuLiLevel_1 input:checked ~ span.submenu-button, .menu .menu-item input:checked ~ span.submenu-button {
		opacity: 1;
		-moz-transform: rotate(180deg) translate(-2px, -1px);
		-ms-transform: rotate(180deg) translate(-2px, -1px);
		-o-transform: rotate(180deg) translate(-2px, -1px);
		-webkit-transform: rotate(180deg) translate(-2px, -1px);
		transform: rotate(180deg) translate(-2px, -1px);
		background: #ffffff;
		color: #242424;
	}
	.topmenu > li > ul, .menu > li > ul {
		position: static;
		display: none;
	}
	.topmenu > li.open > ul {
		display: block;
		background-color: #ffffff;
		opacity: 1;
		height: auto;
		overflow: visible;
		position: static;
		-webkit-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		-moz-transform: none;
		-webkit-transform:none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.topmenu > li > ul > li, .menu > li > ul > li {
		width: 100%;							/*width: 300px;*/
	}
	.fa-home::before {
		font-size: 30px;
		top: 5px;
		position: relative;
	}
	.title-nav-detail {
		float: left;
		width: 100%;
	}
	.slider .carousel-caption p, .slider .carousel-caption time {
		font-size: 14px;
		padding-right: 0;
	}
	.slider .carousel-caption h2 {
		font-size: 26px;
	}
	.swiper-btn-alle {
		font-size: 16px;
	}
	#feature1-team-tabelle {
		background: #222222;
	}
	#feature1-team-tabelle .feature1-container {
		width: 100%;
		/*background-color: #222222;*/
	}
	#feature1-team-tabelle .feature1-container h1 {
		/*color: #fff;*/
	}
	#feature1-team-tabelle .post-container-article {
		background: #292929;
		border: 1px solid #edebeb;
	}
	#team-spielplan tr th, #team-spielplan tr td {
		background: #292929;
	}
	.contact-form-trainer input[type="text"], .contact-form-trainer input[type="email"], .contact-form-trainer textarea {
		width: 100%;
	}
	.contact-form-trainer input[type="submit"] {
		margin-left: 15px;
	}
	.feature2-sidenav .img-subtitle {
		font-size: 1.4vw;
	}
	main.page-team .h-scroll-team {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.ueber-uns-statuten-pdf {
		width: 100%;
		float: none;
		margin: 80px 0 0;
		text-align: center;
		display: inline-block;
	}
	.ueber-uns-leitbild-text {
		width: 100%;
		float: none;
		
	}
	.ueber-uns-leitbild-pdf {
		width: 100%;
		float: none;
		margin: 80px 0 0;
		text-align: center;
	}
	.bottom-wrapper {
		padding: 0;
	}
	.copyrights {
		padding: 20px 15px;
		background: #222222;
		width: 100%;
		font-size: 12px;
		margin-right: 0;
	}
	.bottom-box, .bottom-footer {
		display: none;
	}
	.elterninfos-pdf {
		text-align: center;
		padding-top: 20px;
	}
	.fotoservice-bild-top {
		padding-left: 0px;
		padding-right: 0px;
	}
	.fotoservice-text-middle, .fotoservice-text-top, .page-fotoservice .item_introtext-ueber-uns_white {
		padding-left: 15px;
		padding-right: 15px;
	}
	.papierlager-map {
		padding-top: 50px;
	}
	.kontakt-page .kontakt-text-anschrift, .kontakt-page .kontakt-text-bankverbindung, .kontakt-page .kontakt-formular {
		margin-bottom: 20px;
		float: none;
	}
	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .contact-form-trainer input[type="text"], .contact-form-trainer input[type="email"], .contact-form-trainer textarea {
		width: 100%;
	}
	.page-sponsoren #featureBlack .sponsor-img-content-main .item_introtext-ueber-uns {
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#feature1 {
		/*background-image: none !important;*/
	}
	#bg_wrap_feature1 {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	height: 768px;
	background-position: 50% 0;
	background-image: url(../pics/hintergrund1_1024-768.jpg);
	background-repeat: no-repeat;
}

}
@media screen and (min-width: 768px) and (max-width: 992px){
	.team-training-content:last-child {
		display: inline-block;
	}
}
@media screen and (max-width: 768px) {
	.title-nav-detail {
		float: left;
		width: 100%;
	}
	.slider {
		padding-bottom: 100px;
	}
	.swiper-btn-alle {
		left: 0;
		bottom: -120px;
	}
	#feature1, #feature3 {
		background: #ebebeb;
	}
	.page-home #feature1 {
		padding-top: 0;
	}
	.feature1-home {
		background: #ffffff !important;
	}
	.swiper-button-prev {
		left: 90%;
	}
	main.page-home #feature2 {
		background-color: #7a7a7a;
	}
	main.page-home #feature2 .feature2-title {
		background-color: #7a7a7a;
		color: #ffffff;
	}

	#feature3-team-nlb {
		background: #242424;
	}
	#feature3-team-nlb h3 {
		color: #fff;
	}
	.feature1-home .feature1-container {
		padding: 0;
	}
	main.page-home .feature1-container {
		padding-left: 4%;
		padding-right: 4%;
	}
	.feature2-sidenav-content {
		margin-bottom: 30px;
	}
	.feature2-sidenav .img-subtitle {
		font-size: 1em;
	}
	.page-home #feature2 .img-hover-mehr .mehr-flickr {
		font-size: 1.8em;
	}
	main.page-team .team-pic-container .post-meta {
		width: 100%;
	}
	main.page-team .team-pic-container .team-picture-legend {
		display: none;
	}

	.elterninfos-top-text, .fotoservice-text-top {
		margin-top: -30px;
	}
	.fotoservice-text-middle {
		margin-top: 0;
	}
	.fotoservice-text-middle, .fotoservice-text-top, .page-fotoservice .item_introtext-ueber-uns_white {
		padding-left: 0px;
		padding-right: 0px;
	}
	.fotoservice-bild-middle {
		margin: 50px 50px 0;
	}
	.tenini, .tenini-map, .tenini-card, .papierlager-map, .papierlager-pic {
		text-align: center;
	}
	
	.feature2-container, .feature3-container, .feature4-container, .feature5-container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.page-home .feature3-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	#featureWhite #kontakt {
		padding-left: 4%;
		padding-right: 4%;
	}
	.team-pic-container {
		padding-left: 4%;
		padding-right: 4%;
	}
	#feature3 h3.feature3-title {
		color: #fff;
		margin-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	#feature3 .frontpage-news-multi-item {
		border-bottom: solid 1px #242424;
	}
	.sponsor-marketing-img {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.sponsor-marketing {
		float: none;
		padding: 30px 0;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.vereinsanmeldung-img, .club111-img {
		display: none;
	}
	.elterninfos-top-text {
		padding: 0;
	}
	.club111-pdf {
		padding-left: 0;
	}
}
@media screen and (min-width: 600px) and (max-width: 992px){
	.team-training-container {
		padding-left: 4%;
		padding-right: 4%;
		width: 100%;
	}
	.feature2-title {
		margin-bottom: 0px;
	}
	.team-training-content {
		width: 100%;
		height: 320px;
		margin-bottom: 30px;
	}
	.team-training-text {
		width: 50%;
		text-align: left;
		padding-left: 30px;
		display: inline-block;
		padding-top: 100px;
	}
	.team-training-map {
		width: 49%;
		display: inline-block;
		padding: 10px;
		text-align: center;
		margin-top: -10px;
	}
	.team-training-map iframe {
		height: 300px;
		margin-top: 0 !important;
		width: 80%;
	}
	.contact-form-trainer input[type="submit"] {
		margin-left: 0;
	}
	.contact-mail {
		display: inline;
		position: relative;
		top: -80px;
		left: 250px;
	}
	.contact-mail-text-content {
		display: inline-block;
		position: relative;
		overflow: hidden;
		top: -450px;
		width: 230px;
	}
	.contact-mail-text-content a {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.navbar-panel {
		padding: 0;
	}
	.title-nav-detail {
		float: left;
		width: 100%;
	}
	.slider {
		padding-bottom: 90px;
	}
	.slider .carousel-caption h2 {
		font-size: 20px;
	}
	.test-caption .carousel-caption-content {
		/*top: 55px;*/
	}
	.test-caption .carousel-caption-content-wrap {
		width: 80%;
	}
	.slider .carousel-caption p, .slider .carousel-caption time {
		font-size: 12px;
		line-height: 12px;
	}
	.test-caption .carousel-caption-btn-mehr {
		width: 20%;
		top: 75px;
	}
	.carousel-caption .btn-mehr {
		font-size: 12px;
		padding: 5px 0 0;
	}
	.swiper-btn-alle-test {
		font-size: 12px;
		width: 20%;
		height: 40px;
		bottom: -77px;
		padding-top: 10px;
	}
	.carousel-control {
		top: 40%;
	}
	.feature3-item-content-black, .feature3-item-content-white {
		padding: 0;
	}
	.playerlist-compact {
		padding-left: 10px;
		padding-right: 10px;
	}
	.playerlist-compact .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.team-list-players-item {
		margin-bottom: 40px;
	}
	#feature1-team-tabelle {
		padding: 0;
	}
	#feature1-team-tabelle .feature1-container {
		background-color: #242424;
	}
	#feature1-team-tabelle .feature1-container h1 {
		color: #fff;
	}
	#team-tabelle table.large-only {
		display: table;
	}
	#team-tabelle table.small-only {
		display: none;
	}
	#team-spielplan table.large-only {
		display: none;
	}
	#team-spielplan table.small-only {
		display: block;
	}
	#team-tabelle .suhv-ranking th.suhv-games, #team-tabelle .suhv-ranking th.suhv-win, #team-tabelle .suhv-ranking th.suhv-even, #team-tabelle .suhv-ranking th.suhv-ties, #team-tabelle .suhv-ranking th.suhv-lost, #team-tabelle .suhv-ranking th.suhv-defeats, #team-tabelle .suhv-ranking th.suhv-scored, #team-tabelle .suhv-ranking th.suhv-diff, #team-tabelle .suhv-ranking th.suhv-points, #team-tabelle .suhv-ranking td.suhv-games, #team-tabelle .suhv-ranking td.suhv-win, #team-tabelle .suhv-ranking td.suhv-ties, #team-tabelle .suhv-ranking td.suhv-lost, #team-tabelle .suhv-ranking td.suhv-scored, #team-tabelle .suhv-ranking td.suhv-diff, #team-tabelle .suhv-ranking td.suhv-points, #team-tabelle .suhv-ranking td.suhv-defeats {
		text-align: center;
	}
	#team-tabelle .suhv-ranking th.suhv-games abbr, #team-tabelle .suhv-ranking th.suhv-win abbr, #team-tabelle .suhv-ranking th.suhv-even abbr, #team-tabelle .suhv-ranking th.suhv-lost abbr, #team-tabelle .suhv-ranking th.suhv-scored abbr, #team-tabelle .suhv-ranking th.suhv-diff abbr, #team-tabelle .suhv-ranking th.suhv-points abbr, #team-tabelle .suhv-ranking th.suhv-ties abbr, #team-tabelle .suhv-ranking th.suhv-defeats abbr {
		font-size: 12px;
	}
	.suhv-table tr th.st-head-row {
		padding-top: 40px;
	}
	.suhv-table tr td.st-key {
		width: 30%;
		text-align: left;
	}
	.suhv-table tr td.st-val {
		width: 70%;
		text-align: left;
	}
	.suhv-table .post-container-article .suhv-draw {
		text-align: left;
	}
	.team-training-content{
		margin-bottom: 30px;
		height: 400px;
	}
	.team-training-map {
		display: flex;
		flex-wrap: wrap;
	}
	.team-training-map iframe {
		margin: 20px auto 5px auto;
	}
	.contact-form-wrap-submit {
		text-align: center;
	}
	.contact-form-trainer input[type="submit"] {
		margin-left: 0;
		margin-top: 20px;
	}
	.contact-mail-text-content {
		display: block;
		position: relative;
		top: -480px;
		text-align: center;
		float: left;
		width: 100%;
	}
	.contact-mail-text {
		display: block;
		margin-left: 0;
		left: 0;
	}
	.contact-mail-text-content a {
		display: block;
	}
	.contact-mail {
		display: flex;
		position: relative;
		top: 80px;

	}
	.contact-mail .team-list-players-item {
		width: 100%;
	}
	.contact-mail .team-list-players-article {
		margin-left: auto;
		margin-right: auto;
	}
	main.page-player-info .team-list-player-info, main.page-player-info .team-list-players-table-wrap {
		width: 100%;
		padding-left: 35px;
		padding-right: 35px;
	}
	.ueber-uns-statuten-text, .ueber-uns-leitbild-text {
		padding-left: 0;
		padding-right: 0;
	}
	.vereinsanmeldung-link {
		padding-top: 20px;
	}
	.vereinsanmeldung-anschrift, .vereinsanmeldung-wichtig {
		width: 100%;
	}
	.vereinsanmeldung-anschrift, .vereinsanmeldung-wichtig {
		text-align: center;
	}
	.feature4-wrap {
		margin-left: 15px;
		margin-right: 15px;
	}
	.feature5-item-content-text-top {
		width: 100%;
		float: none;
	}
	.fotoservice-bild-top, .fototservice-bild-middle, .elterninfos-pdf, .ueber-uns-statuten-pdf, .ueber-uns-leitbild-pdf, .tenini-map {
		display: none;
	}
	.item_introtext-sponsoren {
		/*margin-top: -80px;*/
		padding-top: 0 !important;
	}
	.club-111-danke {
		border: none;
		margin-left: -20px;
	}
	.bx-wrapper .bx-next, .bx-wrapper .bx-prev, .bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover {
		background-size: 30px 30px;
	}
	.bx-wrapper .bx-controls-direction a {
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 530px) {
	.shop-userdaten label, .shop-userdaten input { width: 100%; }
	.shop-list-article-item { height: auto; width: auto; }
	.shop-list-article { text-align: center; }
	.shop-list-article-wrapper { display: inline-block; }
	.shop-list-article-wrapper .shop-list-article-info { text-align: left; }
}
@media screen and (max-width: 480px) {
	.navbar-search-mobile .navbar-search-form-submit {
		/*top: -23px;*/
	}
	.navbar-search-mobile .navbar-search-toggle-1, .navbar-search-mobile .navbar-search-toggle-2 {
		/*top: -33px;*/
	}
	.navbar-search-mobile .navbar-search-form-input {
		/*left: 80px;
		top: -43px;
		position: absolute;*/
	}
	.navbar-search-mobile .navbar-search-form-input input {
		/*width: 150px;*/
	}
}
@media screen and (max-width: 360px) {
	.navbar-search-mobile .navbar-search-form-submit {
		top: -33px;
	}
	.navbar-search-mobile .navbar-search-toggle-1, .navbar-search-mobile .navbar-search-toggle-2 {
		top: -33px;
	}
	.navbar-search-mobile .navbar-search-form {
		top: 20px;
	}
	.navbar-search-mobile .navbar-search-form-input {
		left: -40px;
		top: -53px;
	}
	.navbar-search-mobile .navbar-search-form-input input {
		right: -40px;
	}
	.title-nav-detail {
		float: left;
		width: 100%;
	}
	.slider .carousel-caption {
		width: 100%;
		display: block;
	}
	.slider .carousel-caption .carousel-caption-title {
		width: 100%;
		display: block;
	}
	.slider .carousel-caption h2 {
		font-size: 20px;
	}
	.test-caption .carousel-caption-content-wrap {
		width: 75%;
	}
	.slider .carousel-caption p, .slider .carousel-caption time {
		font-size: 12px;
	}
	.slider .carousel-caption .carousel-caption-btn-mehr {
		width: 23%;
	}
	.slider .carousel-caption .carousel-caption-content {
		width: 73%;
		text-align: left;
		display: inline-block;
	}
	.carousel-control {
		font-size: 30px;
		top: 30%;
	}
	.swiper-btn-alle-test {
		width: 23%;
	}
	.navbar-inner-container {
		height: 65px;
	}
	.navbar-search-form {
		width: 100%;
	}
	.navbar-panel {
		top: 10px;
	}
	.menuToggle {
		top: 30px;
	}
	.navbar-logo > a {
		margin-top: -20px;
	}
	.navbar-logo > a > img {
		top: 5px;
		margin-top: 0;
	}
	.topmenu {
		margin-top: 17px;
	}
	.topmenu > li > a {
		padding: 15px 0 15px 60px;
	}
	.page-home .feature1-title {
		padding-top: 0;
	}
	.feature1-wrap .feature1-nav li a {
		padding: 13px 10px;
		font-size: 16px;
		width: 110px;
	}
	.page-home #feature1 {
		padding-bottom: 0;
		padding-top: 30px;
		overflow: hidden;
		height: 100%;
	}
	.page-home #feature1 .feature1-wrap {
		margin-bottom: 50px;
	}
	.page-home #feature3 {
		padding-top: 30px;
	}
	.page-home #feature3 .feature3-container {
		padding-bottom: 0;
	}
	main.page-player-info .team-list-player-info, main.page-player-info .team-list-players-table-wrap {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*--------------------------------------------------------------
19.0 Print
--------------------------------------------------------------*/

/*! 
    BxSlider Integration for WordPress
    WordPress plugin written by Vincent Prat, Marvinlabs (www.marvinlabs.com)
*/
.bx-wrapper{
	position:relative;
	margin:0 auto 60px;
	padding:0;
	*zoom:1;
}
.bx-wrapper img{
	max-width:100%;
	display:block;
}
.bx-wrapper .bx-viewport{
	-moz-box-shadow:0 0 5px #ccc;
	-webkit-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
	border:5px solid #fff;
	left:-5px;background:#fff;
	-webkit-transform:translatez(0);
	-moz-transform:translatez(0);
	-ms-transform:translatez(0);
	-o-transform:translatez(0);
	transform:translatez(0);
}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{
	position:absolute;
	bottom:-30px;
	width:100%
}
.bx-wrapper .bx-loading{
	min-height:50px;
	background:url(../img/bx_loader.gif) center center no-repeat #fff;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2000;
}
.bx-wrapper .bx-pager{
	text-align:center;
	font-size:.85em;
	font-family:Arial;
	font-weight:bold;
	color:#666;
	padding-top:20px;
}
.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{
	display:inline-block;
	*zoom:1;
	/*display:inline;*/
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background:#666;
	text-indent:-9999px;
	display:block;
	width:10px;
	height:10px;
	margin:0 5px;
	outline:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#000;
}
.bx-wrapper .bx-prev{
	left:20px;
	background:url(../img/icon-prev.png) no-repeat;
}
.bx-wrapper .bx-next{
	right:10px;
	background:url(../img/icon-next.png) no-repeat;
}
.bx-wrapper .bx-prev:hover{
	background:url(../img/icon-prev-hover.png);
}
.bx-wrapper .bx-next:hover{
	background:url(../img/icon-next-hover.png);
}
.bx-wrapper .bx-controls-direction a{
	position:absolute;
	top:50%;
	margin-top:-16px;
	outline:0;
	width:50px;
	height:50px;
	text-indent:-9999px;
	z-index:9999;
}
.bx-wrapper .bx-controls-direction a.disabled{
	display:none;
}
.bx-wrapper .bx-controls-auto{
	text-align:center;
}
.bx-wrapper .bx-controls-auto .bx-start{
	display:block;
	text-indent:-9999px;
	width:10px;
	height:11px;
	outline:0;
	background:url(../img/controls.png) -86px -11px no-repeat;
	margin:0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active{
	background-position:-86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop{
	display:block;
	text-indent:-9999px;
	width:9px;
	height:11px;
	outline:0;
	background:url(../img/controls.png) -86px -44px no-repeat;
	margin:0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active{
	background-position:-86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{
	text-align:left;
	width:80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{
	right:0;
	width:35px;
}
.bx-wrapper .bx-caption{
	position:absolute;
	bottom:0;
	left:0;
	background:#666\9;
	background:rgba(80,80,80,0.75);
	width:100%;
}
.bx-wrapper .bx-caption span{
	color:#fff;
	font-family:Arial;
	display:block;
	font-size:.85em;
	padding:10px;
}
.bxslider-gallery.adaptive-height-off .gallery-wrapper .bxslider .bxslide img{
	height:500px;
	width:auto;
	margin:0 auto;
	box-shadow:0 0 5px #ccc;
	border:5px solid #fff;
}
.bxslider-gallery.adaptive-height-off .gallery-wrapper .bx-wrapper .bx-viewport{
	box-shadow:0 0 0 #ccc;
	border:0px none;
	padding:5px;
}