@charset "UTF-8";
/* CSS Document */

/* 1.0 Reset (eigene Datei; reset.css) */
/* 2.0 Preloader */
/* 3.0 Alignments (Ausrichtung) */
/* 4.0 Clearings */
/* 5.0 Typography (Allgemeine Einstellungen) */
/* 6.0 Forms (Formular) */
/* 7.0 Formatting (Strich; hr) */
/* 8.0 Lists (Liste) */
/* 9.0 Tables (Tabelle) */
/* 10.0 Links */
/* 11.0 Featured Image Hover (Vorzeigebilder) */
/* 12.0 Navigation */
/* 13.0 Layout */
	/* 13.1 Tools */
	/* 13.2 Allgemeines */
	/* 13.3 Header */
	/* 13.4 Front Page */
	/* 13.5 Regular Content */
	/* 13.6 Posts */
	/* 13.7 Section 0 */
	/* 13.8 Section 1 */
	/* 13.9 Section 2 */
	/* 13.10 Section 3 */
	/* 13.11 Section 4 */
	/* 13.12 Section 5 */
	/* 13.13 Section 6 */
	/* 13.14 Kontaktformular Teams */
	/* 13.15 Pages */
		/* 13.15.1 Frontpage */
		/* 13.15.2 Team */
		/* 13.15.3 Spieler Detail */
		/* 13.15.4 Post Übersichtsseite */
		/* 13.15.5 Post Detailseite */
		/* 13.15.6 Über Uns */
		/* 13.15.7 Shop */
		/* 13.15.8 Vereinsanmeldung */
		/* 13.15.9 Trainerbereich */
		/* 13.15.10 Fotoservice */
		/* 13.15.11 Elterninfos */
		/* 13.15.12 Club 111 */
		/* 13.15.13 Sponsoren */
		/* 13.15.14 Riders-Shop */
	/* 13.16 Footer */
/* 13.0 Comments (Kommentare) */
/* 14.0 Widgets (Anwendungen) */
/* 15.0 Media (Medien) */
	/* 15.1 Galleries (Galerie) */
/* 16.0 Customizer */
/* 17.0 SVGs Fallbacks */
/* 18.0 Media Queries */
/* 19.0 Print */


  @import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans&display=swap');


/* Korrektur Absatzerstellung Wordpress */
main > p {
	display: none;
}

.bx-wrapper .bx-viewport {
	left: 0;
}
.bxslide {
	background-color: #333;
	width: 100% !important;
}
.bx-wrapper img {
	margin-left: auto;
	margin-right: auto;
}
.bx-wrapper .bx-viewport {
	background: #333;
	text-align: center;
}
.bx-controls-direction .bx-next {
	right: 20px;
}

/*--------------------------------------------------------------
2.0 Preloader
------
--------------------------------------------------------*/
.no-js #loader {
	display: none;
}
/* Center the loader */
#loader {
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: 0px auto;
	position: relative;
	top: 40%;
	box-sizing: border-box;
	text-align: center;
	z-index: 0;
	text-transform: uppercase;
	color: #ccc;
}
#loader::before, #loader::after {
	opacity: 0;
	box-sizing: border-box;
	content: "\0020";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	border: 5px solid #fff;
	box-shadow: 0 0 50px #fff, inset 0 0 50px #fff;
}
#loader::after {
	z-index: 1;
	-webkit-animation: gogoloader 2s infinite 1s;
	-moz-animation: gogoloader 2s infinite 1s;
	-o-animation: gogoloader 2s infinite 1s;
	animation: gogoloader 2s infinite 1s;
}
#loader::before {
	z-index: 2;
	-webkit-animation: gogoloader 2s infinite;
	-moz-animation: gogoloader 2s infinite;
	-o-animation: gogoloader 2s infinite;
	animation: gogoloader 2s infinite;
}
@-webkit-keyframes gogoloader {
	0% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	50% { opacity: 1;}
	100% {
		-webkit-transform: scale(1); 
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(0);
		opacity: 0;
	}
}
@keyframes gogoloader {
	0% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	50% { opacity: 1;}
	100% {
		-webkit-transform: scale(1); 
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}



/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
[class*="center"]{
	text-align: center;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}
.clear {
	clear: both;
	display: block !important;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

p {
	text-decoration: none;
	margin:  5px 0;
	line-height: 25px;
	/*font-family: 'Raleway', Arial, Helvetica, sans-serif !important;*/
}
span {
	font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif !important;
}
.text-size-small {
	font-size: 14px;
}
.text-size-medium {
	font-size: 18px;
}
.text-size-large {
	font-size: 20px;
}
h1 {
	font-size: 1.8em;
	margin-top: 50px;
	margin-bottom: 50px;
	hyphens: none;
}
h2 {
	font-size: 1.5em;
	hyphens: none;
}
h3 {
	font-size: 1.3em;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 10px;
	hyphens: none;
}
.anchor {
	display: block;
	height: 86px;
	margin-top: -86px;
	visibility: hidden;
	hyphens: none;
}
h4 {
	color: #ff2015;
	hyphens: none;
}
dt {
	font-weight: bold;
}
dt, dd {
	line-height: 24px;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
[class*='fa-']::before {
	font-weight: 400;
	font-family: 'FontAwesome';
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.box-border {
	border: 1px solid #333;
	padding: 20px;
}
.bg-white {
	background-color: white !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.box-shadow {
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-ms-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-o-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../pics/select-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}
/* feature 31 Kontakt Trainer */
#feature31 {
	background-color: #edebeb;
	position: relative;
	padding: 50px 0;
	height: 700px;
}
.feature31-title {
	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;
}
.feature31-button {
	margin-bottom: 44px;
	margin-top: 30px;
	text-align: center;
}
.feature31-button 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-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.feature31-button a:hover {
	background-color: #ffc722;
	color: #242424;
}
.form-group {
	margin-bottom: 15px;
}
.form-kontakt label {
	color: #242424;
	width: 80%;
	height: 40px;
	margin-left: 25px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.form-kontakt select, .form-kontakt input[type="text"], .form-kontakt input[type="email"] {
	color: #242424;
	height: 40px;
	font-size: 16px;
	margin-left: 25px;
	width: 80%;
	border: thin solid #ff2015;
	padding-left: 10px;
}
.form-kontakt textarea {
	color: #242424;
	font-size: 16px;
	margin-left: 25px;
	width: 80%;
	border: thin solid #ff2015;
	height: 335px;
}
.form-kontakt select:focus, .form-kontakt input[type="text"]:focus, .form-kontakt input[type="email"]:focus, .form-kontakt textarea:focus {
	box-shadow: 0 0 12px rgba(255,0,0,1);
	outline: none;
}
.form-kontakt input[type="reset"], .form-kontakt input[type="submit"] {
	background-color: #ff2015;
	border: none;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 22px;
	margin-top: 50px;
	margin-right: 50px;
	padding: 14px 20px;
	touch-action: manipulation;
	-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;
}
.form-kontakt input[type="reset"]:hover, .form-kontakt input[type="submit"]:hover {
	color: #242424;
}

/*----------- Suchformular ------------------------------------*/
h2.screen-reader-text {
	display: none;
}
.nav-links a.prev::before {
	content: '\e5cb';
	display: inline-block;
	font-family: "Material Icons";
	color: #242424;
	font-size: 24px;
	font-weight: bold;
	padding-right: 5px;
}
.nav-links a.next::after {
	content: '\e5cc';
	display: inline-block;
	font-family: "Material Icons";
	color: #242424;
	font-size: 24px;
	font-weight: bold;
	padding-left: 5px;
}
.nav-links a.next span, .nav-links a.prev span {
	display: none;
	font-size: 24px;
	font-weight: bold;
}
.nav-links a.next:hover span, .nav-links a.prev:hover span {
	color: #ff2015;
}
.nav-links .page-numbers {
	padding-right: 10px;
}
/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/


/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #ff2015;
	-webkit-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-e-transition: 0.5s all ease;
	transition: 0.5s all ease;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #4C53CB;
}
a:focus {
	outline: none;
}
.download-link {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navbar {
	display: block;
}
.navbar-top {
	background-color: #ffffff;
	width: 100%;
	height: 175px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Social Media */
.navbar-top-nav {
	background-color: #222222;
	border: none;
	border-radius: 0px;
	margin-bottom: 0;
	width: 100%;
}
.navbar-top-wrap {
	/*position: relative;*/
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	background-color: #222222;
	height: 40px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.navbar-top-wrap p {
	display: inline-block;
	margin-top: 0;
}
.navbar-top-wrap p span {
	color: #ffffff;
	font-size: 20px;
}
.block-right {
	width: 100%;
	height: 60px;
	text-align: right;
}
.fbbuttonfarbig, .instabuttonfarbig, .flickrbuttonfarbig {
	display: block;
}
.fbbuttonsw, .instabuttonsw, .flickrbuttonsw {
	display: none;
}
.list-inline {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
	margin-top: 18px;
	
}
.list-inline > li {
	padding: 0 11px;
	display: inline-block;
}
.list-inline > li a {
	color: #ffffff;
}
.list-inline > li:hover a, .list-inline > li:active a {
	color: #ff2015;
}
.list-inline-home:before {
	content: "\f015";
	font-family: FontAwesome;
	font-size: 25px;
	font-weight: 400;
}
.list-inline-home, .list-inline-home:hover {
	color: #242424;
}
.navbar-search {
	display: inline-block;
	margin-top: 0;
}
.navbar-search-mobile {
	display: none;
}
.navbar-search-form {
	right: 21px;
	width: 320px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 10px;
	transition: 0.3s all ease;
}
.navbar-search-mobile .navbar-search-form {
	top: 13px;
}
.navbar-search-form-input {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	cursor: pointer;
	transition: 0.3s all ease;
}
.navbar-search-mobile .navbar-search-form-input {
	top: -53px;
	left: 80px;
	width: 200px;
}
.navbar-search input, .navbar-search-mobile input {
	background-color: #4c4c4c;
	border: none;
	border-left: thin solid #9d9d9d;
	outline: none;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	width: 100%;
	padding: 0 0 0 15px;
	height: 40px;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}
.navbar-search-form-submit {
	background-color: #4c4c4c;
	right: 0px;
	width: 40px;
	height: 40px;
	line-height: inherit;
	font-size: 16px;
	border: none;
	border-left: thin solid #9d9d9d;
	display: inline-block;
	cursor: pointer;
	color: #ffc722;
	text-align: center;
	position: absolute;
	top: 19px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.3s all ease;
}
.navbar-search-form-submit:before {
	font-family: FontAwesome;
	font-weight: 400;
	font-size: 18px;
	content: "\f002";
	text-decoration: inherit;
}
.navbar-search-mobile .navbar-search-form-submit {
	top: -33px;
}
.navbar-search-toggle-1 {
	color: #ffc722;
	background-color: #4c4c4c;
	border: none;
	/*border-left: thin solid #9d9d9d;*/
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 40px;
	height: 60px;
	display: inline-block;
	cursor: pointer;
	top: -10px;
	right: -20px;
}
.navbar-search .navbar-search-toggle-1::before {
	font-family: FontAwesome;
	font-weight: 400;
	font-size: 18px;
	content: "\f002";
	transform: 0.3s all ease;
	position: absolute;
	left: 0;
	top: 28px;
	text-align: center;
	width: 40px;
	height: 60px;
}
.navbar-search-mobile .navbar-search-toggle-1 {
	width: 40px;
	height: 40px;
	top: -43px;
}
.navbar-search-mobile .navbar-search-toggle-1::before {
	font-family: FontAwesome;
	font-weight: 400;
	font-size: 18px;
	content: "\f002";
	transform: 0.3s all ease;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0px;
	top: 8px;
}
.navbar-search .navbar-search-toggle-2 {
	color: #ffc722;
	background-color: #4c4c4c;
	border: none;
	border-left: thin solid #9d9d9d;
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 40px;
	height: 60px;
	display: inline-block;
	cursor: pointer;
	top: -10px;
	right: -20px;
}
.navbar-search .navbar-search-toggle-2:before {
	font-family: FontAwesome;
	font-weight: 400;
	font-size: 18px;
	content: "\f00d";
	transform: 0.3s all ease;
	position: absolute;
	left: 0;
	top: 28px;
	text-align: center;
	width: 40px;
	height: 60px;
}
.navbar-search-mobile .navbar-search-toggle-2 {
	color: #ffc722;
	background-color: #4c4c4c;
	border: none;
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	top: -43px;
	right: -15px;
}
.navbar-search-mobile .navbar-search-toggle-2:before {
	font-family: FontAwesome;
	font-weight: 400;
	font-size: 18px;
	content: "\f00d";
	transform: 0.3s all ease;
	position: absolute;
	left: 0;
	top: 8px;
	text-align: center;
	width: 40px;
	height: 40px;
}


/* Hauptnavigation */ 
.navbar-inner {
	position: relative;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.navbar-inner-container {
	width: 100%;
	background-color: #ffffff;
	height: 135px;
	border: none;
	border-bottom: thin solid #919191;
}
.navbar-panel {
	vertical-align: middle;
	padding: 15px 0;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	transition: 0.3s all ease;
}
.navbar-logo {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	top: 15px;
}
.navbar-logo > * {
	display: inline-block;
	vertical-align: middle;
}
.navbar-logo > a {
	color: #ffffff;
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
}
.navbar-logo > a > img {
	margin-right: 6px;
	position: relative;
	top: -3px;
	width: 100px;
}
.menuToggle {
	position: absolute;
	float: left;
	right: -20px;
	top: 40px;
}
.menuToggle input {
	opacity: 0;
}
.navbar-main {
	background-color: #ffffff;
	border: none;
	border-radius: 0px;
	margin-bottom: 0;
	width: 100%
}
.head-room {
	margin-top: 40px;
}
.navbar-fixed-top {
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.block-banner, .custom-menu-class {
	display: inline-block;
	position: relative;
}
.block-banner-img {
	height: 90px;
	width: 100%;
}
.navbar-inner-wrap {
	width: 100%;
	display: block;
	background-color: #ffffff;
}
.topmenu, .menu {
	margin-bottom: 0;
	padding: 0 0 0 29px;
	display: block;
}
.topmenu > ul:after, .menu > ul:after {
	clear: both;
}
.topmenu > li, .menu > li {
	display: block;
	float: left;
	position: relative;
	padding-left: 60px;
}
.topmenu > li > a {
    border-bottom: 7px solid transparent;
    display: block;
    font-size: 20px;
    letter-spacing: 0.1px;
    padding: 0 0 11px;
    position: relative;
    z-index: 1;
    color: #242424;
    background: transparent;
}
.fa-home::before {			/* Home-Menu */
	color: #242424;
	font-size: 22px;
}
.topmenu > li > a * {
	font: inherit;
}
.topmenu > li > a:hover, .topmenu > li > a.hover, .topmenu > li > a:focus {
    background: transparent;
    border-color: #ff2015;
	text-decoration: none;
	outline: none;
}

.topmenu > li.active > a, .topmenu > li.hover > a, .topmenu > li.current-menu-parent > a  {
	background: transparent;
	border-color: #ff2015;
	text-decoration: none;
}
.current-menu-parent > a {
	border-color: #ff2015;
}
.topmenu > li span, .menu > li a {
	color: #242424;
	line-height: 1.25em;
	padding: 0;
	position: absolute;
	right: -50px;
}
.topmenu .topmenu-toggle {
	display: none;
}
/* ohne Untermenu */
.topmenu > li > a > span.topmenu_nosubtitle {
	display: inline-block;
}
/* 2. Level */
.topmenu > li > ul, .menu > li > ul {
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
	height: 0;
	left: 18px;
	margin: 0 0 0 20px;
	opacity: 0;
	overflow: hidden;
	padding: 25px 0;
	pointer-events: none;
	position: absolute;
	text-align: left;
	top: 100%;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-moz-transform: translate(0%, 30px);
	-webkit-transform: translate(0%, 30px);
	-ms-transform: translate(0%, 30px);
	-o-transform: translate(0%, 30px);
	transform: translate(0%, 30px);
	z-index: 9999;
	background: #ffffff;
	border: thin solid #ff2015;
}
.topmenu > li > ul > li:before, .menu > li > ul > li:before, .topmenu > li > ul > li:after, .menu > li > ul > li:after {
	content: " ";
	display: table;
}
.topmenu > li > ul > li:after, .menu > li > ul > li:after {
	clear: both;
}
.topmenu > li > ul > li a {
	display: block;
	padding: 4px 20px;
	color: #242424;
}
.topmenu > li > ul > li.active > a, .topmenu > li > ul > li:hover > a, .topmenu > li > ul > li.hover > a {
	color: #ffffff;
	background: transparent;
}
.topmenu > li:hover > ul, .menu > li:hover > ul  {
	height: auto;
	opacity: 1;
	overflow: visible;
	pointer-events: auto;
	width: auto;
	-moz-tranform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	transform: translate(0, 0px);
}
.topmenu > li > ul > li:hover, .menu > li > ul > li:hover,  .topmenu > li > ul > li.active, .menu > li > ul > li.active {
	background-color: #ff2015;
	padding: 10px 0;
}
.topmenu > li > ul > li:hover > a span, .menu > li > ul > li:hover > a {
	color: #ffffff;
}
.topsubmenu.visible {
	height: auto;
}
.topmenu > li > ul > li, .menu > li > ul > li {
	position: relative;
	width: 200px;
	padding: 10px 0;
}
/* Nachwuchs Untermenu Zweispaltig */
@media screen and (min-width: 992px) {
	.topmenu .multicolumn .sub-menu {
		width: 410px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}

/* Titelleiste scrollbar */
.h-scroll-back {
	background-color: #363533;
	width: 104%;
	height: 57px;
	position: relative;
	top: 57px;
	left: -4%;
}
.h-scroll, .h-scroll-team {
	height: 57px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: ms-autohiding-scrollbar;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
}
.h-scroll-team {
	display: none;
}
.title-item {
	white-space: nowrap;
}
.h-scroll a, .h-scroll-team button, .h-scroll .title-item {
	flex: 0 0 auto;
}
.h-scroll::-webkit-scrollbar, .h-scroll-team::-webkit-scrollbar {
    width: 0px !important;
}
.h-scroll::-webkit-scrollbar-track-piece, .h-scroll-team::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px;
	border-radius: 6px;
}

/*--------------------------------------------------------------
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;
	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;
	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;
}
.ui-to-top.mobile::before {
	margin-left: -7px;
  }

/*--------------------------------------------------------------
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;
	-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;
	hyphenate-limit-chars: auto 5;
	hyphens: auto;
}

/*--------------------------------------------------------------
13.3 Header
--------------------------------------------------------------*/

.headerContent {
	background: #222222;
	color: #7b808d;
	height: 175px;
}

/*--------------------------------------------------------------
13.4 Front Page
--------------------------------------------------------------*/

.slider {
	padding: 20px 0;
	background-color: #222222;
}
.carousel {
	margin-left: -15px;
	margin-right: -15px;
	height: 518px;
}
.carousel-indicators {
	bottom: 160px;
	left: 50%;
}
.carousel-indicators li {
	box-shadow: 1px 1px 5px #000000, -1px -1px 5px #000000;
}
.carousel-inner {
	overflow: visible;
}
.item_img {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.carousel-caption-title {
	display: inline-block;
	position: relative;
	width: 100%;
}
.carousel-caption-title h2 {
	font-size: 30px;
	display: block;
	line-height: 1.14;
	color: white;
	margin-top: 15px;
	padding-right: 15px;
	hyphens: auto;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.carousel-caption {
	position: relative;
	left: 0%;
	top: 0%;
	text-align: left;
	right: 100%;
	bottom: 100%;
	padding: 0;
	width: 100%;
	display: flex;
}
.carousel-caption-content {
	width: 65%;
	text-align: left;
	position: relative;
}
.carousel-caption-time {
	width: 100%;
	margin-top: 15px;
}
.carousel-caption-time time {
	position: relative;
}
.carousel-caption-author {
	width: 100%;
}
.carousel-caption-author p {
	position: relative;
	line-height: 20px;
	width: 100%;
}

.carousel-caption-btn-mehr {
	margin-bottom: 7px;
	text-align: left;
	width: 35%;
	position: relative;
}
.carousel-caption-btn-mehr .btn-mehr {
	text-align: center;
	text-transform: none;
	background-color: #ff2015;
	width: 105px;
	margin: 0;
	display: inline-block;
	right: 0%;
	bottom: 0%;
	padding: 5px 0 0 0;
}
.carousel-caption-btn-mehr .btn-mehr:hover {
	background: #ffc722;
	color: #242424;
}

.carousel-caption-btn-mehr p {
	padding-top: 0;
	line-height: 14px;
}
.carousel-control {
	top: 35%;
	bottom: 35%;
	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;
}
.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: 7px;
	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 {
	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;
}
.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;
	color: #242424;
}
.feature2-wrap {
	position: relative;
	padding: 0;
	flex: none;
	margin: 0;
	float: left;
	width: 100%;
}
main.page-home #feature2 .feature2-wrap, main.page-home #feature3 .feature2-wrap {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
main.page-home .feature2-sidenav {
	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;
}
.cover-background.flickr img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.cover-background.flickr .flickr-title {
    position: absolute;
    width: 200px;
    height: 60px;
    bottom: 10px;
    left: 0px;
    color: #fff;
    line-height: 15px;
    background: linear-gradient(to top, #000, transparent);
    padding-top: 10px;
    padding-left: 15px;
    font-size: 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 #feature3 .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 #feature3 .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 #feature3 .img-hover-mehr .mehr-flickr:hover {
	color: #4c53cb;
}
.page-home #feature3 .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: 153.85px;
}
.feature3-news .feature3-item-img img {
	width: 300px;
}
.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 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 {
	text-align: center;
	margin-bottom: 20px;
}
.feature5-item-img.news {
	display: none;
}

/*--------------------------------------------------------------
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
--------------------------------------------------------------*/

main.page-home .col-md-4.news {
	display: block;
}
.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;
}
#btn-trainings {
    padding-right: 0;
    padding-left: 0;
}

/* Mobiliar Topskorer */
#feature2 .feature2-wrap.topscorer {
    justify-content: space-between;
}
.bp-container-topskorer {
    width: 360px;
}
.bp-container-topskorer .su-spieldaten {
    margin: 0 !important;
    overflow: hidden;
}
.bp-container-topskorer .su-result {
    padding: 135px 15px 135px 15px; 
    overflow: auto;
    color: #ffffff;
    background: #da2323 url(https://www.fbriders.ch/wp-content/themes/riders/pics/bg_mobitop_de.png) no-repeat top center;
    background-size: contain; 
    position: relative;
    max-width: 360px;
}
.bp-container-topskorer .su-result thead {
    display: none;
}
.bp-container-topskorer .su-result thead tr {
    height: auto;
    background: #dae8e6;
}
.bp-container-topskorer .su-result thead tr th {
    padding: 10px 2px;
    font-weight: 700;
    border-bottom: 2px #fff solid;
    text-align: left;
}
.bp-container-topskorer .su-result tbody .sujs-foldedbox.picture {
    height: 294.67px;
}
.bp-container-topskorer .su-result tbody .sujs-foldedbox.picture td {
    border: 0; 
    text-align: center;
    padding: 135px 10px 0 0px;
    word-break: break-all;
    position: relative;
}
.bp-container-topskorer .su-result tbody .sujs-foldedbox.picture td img {
    height: 160px;
    width: auto;
    padding-bottom: 10px;
    max-width: 100%;
}
.bp-container-topskorer .su-result tbody .sujs-foldedbox.playername {
    height: 23.33px;
}
.bp-container-topskorer .su-result tbody .sujs-foldedbox.playername td {
    border: 0; 
    text-align: center;
    padding: 5px 10px 0 10px;
    word-break: break-all;
    font-size: 16px;
    font-weight: 700;
}
.bp-container-topskorer .su-result tbody .sujs-foldedbox.teamname {
    height: 23.33px;
}
.bp-container-topskorer .su-result tbody .sujs-foldedbox.teamname td {
    border: 0; 
    text-align: center;
    padding: 5px 10px 0 10px;
    word-break: break-all;
    font-size: 12px;
}
.bp-container-topskorer .su-result tbody .sujs-foldedbox.number {
    height: 158px;
}
.bp-container-topskorer .su-result tbody .sujs-foldedbox.number td {
    border: 0; 
    text-align: center;
    padding: 5px 10px 135px 10px;
    word-break: break-all;
    font-size: 18px;
}
.bp-container-topskorer .sujs-last:after {
    content: '';
    height: 68px;
    background-image: url("https://www.fbriders.ch/wp-content/themes/riders/pics/bg_moblogo_de.png");
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-45%);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}



.bp-container-tv {
    width: 702px;
}
.su-spieldaten {
    font-family: 'museo_sans', Helvetica, Arial, sans-serif;
    font-weight: 300; 
    color: #00003b;
    font-size: 16px;
    line-height: 1.2em;
    padding: 0;
    margin: 0 0 30px 0;
    overflow: auto;
}
.su-header.su-basictable {
    display: none !important;
}
.bp-container-tv .su-mainmenu {
    text-align: center;
}

/*--------------------------------------------------------------
13.15.2 Team
--------------------------------------------------------------*/
.team-pic {
	padding-top: 0 !important;
	margin-top: -30px;
}
.team-pic-container {
	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;
	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;
	margin-top: 25px;
}
.team-list-players-item, .shop-list-item {
	position: relative;
	top: 40px;
	width: 277.5px;
	flex: none;
	margin: 0 auto 80px auto;
	float: left;
}

.team-list-players-article, .shop-list-item-article {
	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: 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-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 {
	display: block;
	font-weight: bold;
	padding-right: 3px;
}
.team-list-players-img-wrap .player-bio {
	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-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 {
	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-2020.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;
	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;
	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 {
	float: left;
	padding-right: 30px;
	margin-top: 30px;
	padding-left: 0;
}
.ueber-uns-statuten-pdf {
	float: left;
}
.ueber-uns-statuten-link {
	position: relative;
	padding-top: 25px;
}
.ueber-uns-leitbild-text {
	float: right;
	margin-top: 30px;
	padding-left: 0;
	padding-right: 0;
}
.ueber-uns-leitbild-pdf {
	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 {
	float: left;
	padding-right: 30px;
	margin-top: 30px;
	padding-left: 0;
}
.vereinsanmeldung-img {
	float: left;
}
.vereinsanmeldung-link {
	padding-top: 30px;
}
.vereinsanmeldung-anschrift {
	float: left;
	margin-top: 30px;
	padding-right: 30px;
}
.vereinsanmeldung-wichtig {
	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 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;
	float: left;
	padding: 12px 24px 0 0;
}
.fotoservice-bild-top, .fotoservice-bild-middle {
	float: left;
	padding-top: 18px;
}
.fotoservice-text-middle {
	position: relative;
	float: left;
	padding-right: 20px;
	margin-top: 90px;
}

/*--------------------------------------------------------------
13.15.11 Elterninfos
--------------------------------------------------------------*/

.elterninfos-top-text {
	float: left;
	padding: 20px 50px 0 0;
}
.elterninfos-link {
	padding-top: 20px;
}
.elterninfos-pdf {

	float: left;
}

/*--------------------------------------------------------------
13.15.12 Club 111
--------------------------------------------------------------*/

.club111-text {
	position: relative;
	float: left;
	padding: 0;
}
.club111-img {
	float: left;
	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-ueber-uns.col-2-t {
	width: 50%;
	float: none;
}
.item_introtext-ueber-uns.col-3-t {
	width: 33.3%;
	float: none;
}
.item_introtext-ueber-uns.col-4-t {
	width: 25%;
	float: none;
}
.item_introtext-sponsoren {
	margin-top: -30px;
	padding-top: 0 !important;
}
.sponsor-marketing-img {
	margin-top: 30px;
	float: left;
	width: 250px;
}
.sponsor-img-content-main {
	display: flex;
}
@media screen and (max-width: 1169px) {
	.sponsor-img-content-main.reihe2 {
		display: block;
	}
	.item_introtext-ueber-uns.col-2-t {
		width: 100%;
	}
}
@media screen and (max-width: 889px) {
	.sponsor-img-content-main.reihe1 {
		display: block;
	}
	.item_introtext-ueber-uns.col-3-t {
		width: 100%;
	}
}
@media screen and (max-width: 529px) {
	.item_introtext-ueber-uns.col-2-t.container {
		display: block !important;
	}
}


.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;
}
.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; 
	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.15.14 Riders-Shop
--------------------------------------------------------------*/

.oeffnungszeiten {
	margin-top: 20px;
	margin-bottom: 20px;
}
.oeffnungszeiten tbody tr:nth-child(odd) {
	background-color: #fff !important;
}
.oeffnungszeiten td {
	padding: 10px;
}


/*--------------------------------------------------------------
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 {
	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;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.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;
	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);
}
.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;
	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;
}
.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: 11.11%;
}
.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%;
	}
	.navbar-panel {
		padding: 0;
	}
}
@media screen and (min-width: 1200px) {
    main.page-home .feature1-home {
        background: url('https://www.fbriders.ch/wp-content/uploads/hintergrund-home-schwarz.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    main.page-home .feature3-news {
        background: url('https://www.fbriders.ch/wp-content/uploads/hintergrund-home-weiss.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
	.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;
	}
	main.page-home #feature2 .feature2-wrap {
		display: block;
	}
    main.page-home #feature2 .feature2-wrap.topscorer {
        justify-content: center;
		display: flex;
    }
    main.page-home .bp-container-topskorer {
        margin: 0 auto 50px auto;
    }
    main.page-home .bp-container-tv {
        margin: 0 auto 0 auto;
    }
    main.page-home .feature3-news {
        background-color: #bdbdbd;
    }
    main.page-home .feature3-news .feature3-title {
        color: #242424;
    }

	#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;
	}
	.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 {
		padding: 15px 0;
	}
	.topmenu, .menu {
		padding: 0;
	}
	.menuToggle {
		margin-top: -20px;
	}
	.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;
	}
	.test-caption .carousel-caption-content-wrap {
		width: 60%;
	}
	.carousel-caption-btn-mehr {
		width: 15%;
	}
	
	.swiper-button-prev {
		left: 91%;
	}
	.col-md-4.news {
		padding-left: 0;
		padding-right: 0;
		margin-top: 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;
		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 {
		top: -43px;
	}
	.navbar-top {
		height: 65px;
	}
	.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);
	}
	.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);
		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 {
		margin-top: -17.5px;
		-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%;
	}
	.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%;
	}
	#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) {
	#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) {
    .navbar-search-mobile .navbar-search-toggle-1 {
        display: none;
    }
	.title-nav-detail {
		float: left;
		width: 100%;
	}
	.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-mobiliar {
		background-color: #7a7a7a !important;
	}
	main.page-home .feature2-mobiliar .feature2-title {
		background-color: #7a7a7a !important;
		color: #ffffff !important;
	}
    main.page-home .bp-container-tv {
        width: 90%;
    }
    main.page-home .feature3-flickr .feature3-title {
        color: #242424;
    }
    main.page-home .feature3-news {
        background-color: #222222 !important;
    }

	#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: flex;
	}
	.contact-mail-text-content {
		text-align: center;
	}
	.contact-mail-text-content p {
		left: 0;
	}
	.contact-mail-text-content a {
		display: block;
	}
}
@media screen and (max-width: 660px) {
	.navbar-panel {
		padding: 0;
	}
	.title-nav-detail {
		float: left;
		width: 100%;
	}
	.slider .carousel-caption h2 {
		font-size: 20px;
	}
	.carousel-caption-content {
		width: 100%;
	}
	.carousel-caption-content-wrap {
		width: 80%;
	}
	.slider .carousel-caption p, .slider .carousel-caption time {
		font-size: 12px;
		line-height: 12px;
	}
	.carousel-caption-btn-mehr {
		top: -40px;

	}
	.carousel-caption-btn-mehr .btn-mehr {
		font-size: 12px;
		padding: 5px 0 0;
		width: 115px;
	}
	.swiper-btn-alle-test {
		font-size: 12px;
		width: 115px;
		height: 40px;
		bottom: -77px;
		padding-top: 10px;
	}
	.carousel-control {
		top: 40%;
	}
}

@media screen and (max-width: 600px) {
	.navbar-panel {
		padding: 0;
	}
	.title-nav-detail {
		float: left;
		width: 100%;
	}
    
    /*main.page-home .feature3-flickr .feature3-title {
        color: #242424;
    }*/
    main.page-home .feature3-news {
        background-color: #bdbdbd;
    }
    main.page-home .feature3-news .feature3-title {
        color: #242424;
    }
	.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 {
		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: 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 {
		display: inline-block;
	}
	.slider .carousel-caption h2 {
		font-size: 20px;
	}
	.slider .carousel-caption .carousel-caption-btn-mehr {
		display: inline;
		top: 0;
	}
	.slider .carousel-caption .carousel-caption-content {
		text-align: left;
		display: inline-block;
	}
	.carousel-control {
		font-size: 30px;
		top: 15%;
	}
	.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;
	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;
}
.m-0 {
    margin: 0px !important;
}
.m-5 {
    margin: 5px !important;
}
.m-10 {
    margin: 10px !important;
}
.m-15 {
    margin: 15px !important;
}
.m-20 {
    margin: 20px !important;
}
.m-25 {
    margin: 25px !important;
}
.m-30 {
    margin: 30px !important;
}
.m-35 {
    margin: 35px !important;
}
.m-40 {
    margin: 40px !important;
}
.m-45 {
    margin: 45px !important;
}
.m-50 {
    margin: 50px !important;
}
.m-55 {
    margin: 55px !important;
}
.m-60 {
    margin: 60px !important;
}
.m-65 {
    margin: 65px !important;
}
.m-70 {
    margin: 70px !important;
}
.m-75 {
    margin: 75px !important;
}
.m-80 {
    margin: 80px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-55 {
    margin-top: 55px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-65 {
    margin-top: 65px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-75 {
    margin-top: 75px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-neg-0 {
    margin-top: -0px !important;
}
.mt-neg-5 {
    margin-top: -5px !important;
}
.mt-neg-10 {
    margin-top: -10px !important;
}
.mt-neg-15 {
    margin-top: -15px !important;
}
.mt-neg-20 {
    margin-top: -20px !important;
}
.mt-neg-25 {
    margin-top: -25px !important;
}
.mt-neg-30 {
    margin-top: -30px !important;
}
.mt-neg-35 {
    margin-top: -35px !important;
}
.mt-neg-40 {
    margin-top: -40px !important;
}
.mt-neg-45 {
    margin-top: -45px !important;
}
.mt-neg-50 {
    margin-top: -50px !important;
}
.mt-neg-55 {
    margin-top: -55px !important;
}
.mt-neg-60 {
    margin-top: -60px !important;
}
.mt-neg-65 {
    margin-top: -65px !important;
}
.mt-neg-70 {
    margin-top: -70px !important;
}
.mt-neg-75 {
    margin-top: -75px !important;
}
.mt-neg-80 {
    margin-top: -80px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-55 {
    margin-bottom: 55px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-65 {
    margin-bottom: 65px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-75 {
    margin-bottom: 75px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-35 {
    margin-left: 35px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-45 {
    margin-left: 45px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.ml-55 {
    margin-left: 55px !important;
}
.ml-60 {
    margin-left: 60px !important;
}
.ml-65 {
    margin-left: 65px !important;
}
.ml-70 {
    margin-left: 70px !important;
}
.ml-75 {
    margin-left: 75px !important;
}
.ml-80 {
    margin-left: 80px !important;
}
.ml-neg-0 {
    margin-left: -0px !important;
}
.ml-neg-5 {
    margin-left: -5px !important;
}
.ml-neg-10 {
    margin-left: -10px !important;
}
.ml-neg-15 {
    margin-left: -15px !important;
}
.ml-neg-20 {
    margin-left: -20px !important;
}
.ml-neg-25 {
    margin-left: -25px !important;
}
.ml-neg-30 {
    margin-left: -30px !important;
}
.ml-neg-35 {
    margin-left: -35px !important;
}
.ml-neg-40 {
    margin-left: -40px !important;
}
.ml-neg-45 {
    margin-left: -45px !important;
}
.ml-neg-50 {
    margin-left: -50px !important;
}
.ml-neg-55 {
    margin-left: -55px !important;
}
.ml-neg-60 {
    margin-left: -60px !important;
}
.ml-neg-65 {
    margin-left: -65px !important;
}
.ml-neg-70 {
    margin-left: -70px !important;
}
.ml-neg-75 {
    margin-left: -75px !important;
}
.ml-neg-80 {
    margin-left: -80px !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-25 {
    margin-right: 25px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-35 {
    margin-right: 35px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-45 {
    margin-right: 45px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.mr-55 {
    margin-right: 55px !important;
}
.mr-60 {
    margin-right: 60px !important;
}
.mr-65 {
    margin-right: 65px !important;
}
.mr-70 {
    margin-right: 70px !important;
}
.mr-75 {
    margin-right: 75px !important;
}
.mr-80 {
    margin-right: 80px !important;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-right: auto;
}
.mt-3 {
    margin-top: 3px !important;
}
.ml-28 {
    margin-left: 28px !important;
}
.p-0 {

    padding: 0px !important;
}
.p-5 {
    padding: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
    padding: 15px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-25 {
    padding: 25px !important;
}
.p-30 {
    padding: 30px !important;
}
.p-35 {
    padding: 35px !important;
}
.p-40 {
    padding: 40px !important;
}
.p-45 {
    padding: 45px !important;
}
.p-50 {
    padding: 50px !important;
}
.p-55 {
    padding: 55px !important;
}
.p-60 {
    padding: 60px !important;
}
.p-65 {
    padding: 65px !important;
}
.p-70 {
    padding: 70px !important;
}
.p-75 {
    padding: 75px !important;
}
.p-80 {
    padding: 80px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-45 {
    padding-top: 45px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-55 {
    padding-top: 55px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-65 {
    padding-top: 65px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-75 {
    padding-top: 75px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-45 {
    padding-bottom: 45px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-55 {
    padding-bottom: 55px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-65 {
    padding-bottom: 65px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-75 {
    padding-bottom: 75px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-25 {
    padding-left: 25px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-35 {
    padding-left: 35px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-45 {
    padding-left: 45px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-55 {
    padding-left: 55px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.pl-65 {
    padding-left: 65px !important;
}
.pl-70 {
    padding-left: 70px !important;
}
.pl-75 {
    padding-left: 75px !important;
}
.pl-80 {
    padding-left: 80px !important;
}
.pr-0 {
    padding-right: 0px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-25 {
    padding-right: 25px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-35 {
    padding-right: 35px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-45 {
    padding-right: 45px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-55 {
    padding-right: 55px !important;
}
.pr-60 {
    padding-right: 60px !important;
}
.pr-65 {
    padding-right: 65px !important;
}
.pr-70 {
    padding-right: 70px !important;
}
.pr-75 {
    padding-right: 75px !important;
}
.pr-80 {
    padding-right: 80px !important;
}
.o-30 {
    opacity: 0.3 !important;
}
.w-100 {
    width: 100% !important;
}
.border-bottom {
    border-bottom: 1px solid #ccc;
}
.border-left {
    border-left: 1px solid #ccc;
}
.border-right {
    border-right: 1px solid #ccc;
}
.border-top {
    border-top: 1px solid #ccc;
}
.no-border {
    border: 0 !important;
}
.no-shadow {
	box-shadow: 0 !important;
}
.rounded-border {
    border-radius: 5px;
}
.white-background {
    background: #fff;
}
.gray-background {
    background: #f4f4f4;
}
.yellow-fade,
#account-settings #manage-sample-data:target {
    background: #fffcde;
    -webkit-animation: 5s 2s forwards yellowFadeTech;
    animation: 5s 2s forwards yellowFadeTech;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
.fl-none {
    float: none;
}
.clear {
    clear: both;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-inherit {
    color: inherit;
}
.text-default {
    color: #333;
}
.text-medium {
    color: #666;
}
.text-light {
    color: #888;
}
.text-lighter {
    color: #a0a0a0;
}
.text-success {
    color: #14a000;
}
.text-error {
    color: #e61e14;
}
.text-blue {
    color: #0078c9;
}
.text-orange {
    color: #f36c00;
}
.text-400 {
    font-weight: 400 !important;
}
.text-500 {
    font-weight: 500 !important;
}
.text-600 {
    font-weight: 600 !important;
}
.text-16 {
    font-size: 16px !important;
}
.text-15 {
    font-size: 15px !important;
}
.text-14 {
    font-size: 14px !important;
}
.text-13 {
    font-size: 13px !important;
}
.text-12 {
    font-size: 12px !important;
}
.text-11 {
    font-size: 11px !important;
}
.text-10 {
    font-size: 10px !important;
}
.remove-line-height {
    line-height: 1 !important;
}
.block {
    display: block !important;
}
.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.inline-block {
    display: inline-block !important;
}
.relative {
    position: relative !important;
}
.valign-top {
    vertical-align: top !important;
}
.valign-bottom {
    vertical-align: bottom !important;
}
.valign-middle {
    vertical-align: middle !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-flex-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.aligned-to-button {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
}
.aligned-to-button-tn {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}
.aligned-to-button-sm {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    vertical-align: middle;
}
.aligned-to-button-lg {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
}
.nowrap {
    white-space: nowrap !important;
}
.flex-wrap {
	flex-wrap: wrap;
}
.underlined {
    text-decoration: underline;
}
.no-underline {
    text-decoration: none;
}
[hidden] {
    display: none !important;
}
.display-none {
	display: none;
}
.display-block {
	display: block;
}
