.info {
	position: fixed;
	z-index: 5000;
	right: 0;
	top: 400px;
	right: -285px;

	-webkit-transition: all 0.7s ease-out;
	   -moz-transition: all 0.7s ease-out;
		-ms-transition: all 0.7s ease-out;
		 -o-transition: all 0.7s ease-out;
			transition: all 0.7s ease-out;
}
.info:hover{
	right: 0;
}
.info [class^="icon-"]::before,.info [class*=" icon-"]::before {
	margin-left:0;
}
.lay1{
	background:#e6e6e6;
}
.lay2{
	background:#ffffff;
}

body{
	margin-top:52px;
}
/* layout */

h1,h2{
	font-size:2.0rem;
	font-weight:500;
	padding-top:1.5rem;
	margin-bottom:1.1rem;
}
h3.tsv-news, h4.tsv-training {
	background: #e6e6e6;
	padding: 10px;
	text-align: left;
}
h4.tsv-training{
	/*font-size:1rem;*/
	margin-bottom:0;
}
.display-1,.display-2{
	color:#fff;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}
.display-2{
	margin-bottom: 1rem;
	margin-left: 1rem;
}
.display-2 img {
	height:8rem;
	vertical-align:bottom;
}

.display-2.icon{
	margin-bottom:0;
}
.display-2.icon i{
	font-size:8rem;
}
.display-2 [class^="icon-"]::before, .display-2 [class*=" icon-"]::before {
	margin-right: 0;
	margin-left: 0;

}
.tsv-teaser {
	border: 1px solid #e6e6e6;
	padding: 15px 15px 0 15px;
	margin-bottom:.5rem;
}
/*
.card h4{
	margin-bottom:0;
}
.card h4 i{
	font-size:1.25rem;
}
*/
i.icon-angle-right::before {
	margin-left: -3px;
}

.logo {
	padding:15px;
}
.container {
	position:relative;
}
.head {
	background:#ffffff;
}

nav .container {
	padding-left:0;
}
.content{
	border-left:1px solid #e6e6e6;
}
.card{
	width:100%;
}
.card-footer {
	background-color: rgba(0,0,0,0);
	border-top: none;
}
.card-body,.card-footer {
	padding: 0.25rem 1.25rem;
}

/* framed box */
.frame-filledbox {
	padding: 1.0rem;
	padding-top:0.25rem;
	padding-bottom:0.25rem;
	margin-bottom:1.5rem;
	background-color:rgb(238, 238, 238);
}
.frame-framedbox {
	padding: 1.0rem;
	padding-top:0.25rem;
	padding-bottom:0.25rem;
	margin-bottom:1.5rem;
	border: 1px solid black;
}

/* TSV Kontakt */

.frame-layout-100 img {
	border-radius:50% !important;
	width:90px;
	height:90px;
	object-fit: cover;
	border:0;
}
.frame-layout-100 h2 {
	font-size:1.1em;
	padding:0;
	margin:0;
}
.frame-layout-100 p {
	padding:0.2em 0 0 0;
	margin:0;
}
.frame-layout-100 .ce-gallery, .frame-layout-100 .ce-border {
	float:none;
}

/* TSV Sportstätte */

.frame-layout-200 p {
	padding:0.2em 0 0 0;
	margin:0;
}
.frame-layout-200 .ce-border {
	float:none;
}
.frame-layout-200 .ce-bodytext a {
	margin-right:1em;
	margin-bottom:1em;
}
.frame-layout-200 .map {
	display:block;
	position:relative;
	width:auto;
	height:400px;
	padding-top:2em;
}



.tsv-address img{
	width:90px;
}
.tsv-address p{
	margin-bottom: 0.4rem;
	line-height: 1.2;
}
.tsv-address-txt{
	padding-top:10px;
}
.tsv-vorstand .tsv-address-txt{
	padding-top:0;
}

/* navigation */
.navbar-brand{
	width:170px;
	min-height:40px;
	padding: 0;
}
.navbar{
	padding:0 1rem;
}
.navbar-toggler i{
	font-size:2rem;
}
.navbar-toggler:focus {
	outline: none;
}
.nav-mobile{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.nav-top, .nav-top a, .nav-top a:hover{
	font-size:0.92rem;
	color:rgba(0,0,0,0.45);
}
.nav-top a:hover{
	color:rgba(0,0,0,0.65);
}
.nav-top .nav-link{
	padding: 0 1rem;
	margin-top:10px;
}
.nav-main .nav-link{
	padding-top:11px;
}

.nav-main,.nav-main a{
	color:#333;
}
.nav-main a.nav-link {
	border-bottom:6px solid rgba(226,56,42,0);
}
.nav-main a.nav-link:hover, .nav-main a.nav-link.active, .nav-main a.nav-link.active0 {
	border-bottom:6px solid rgba(226,56,42,1);
}
.nav-main{
	margin-bottom:0;
}
.dropdown-menu{
	margin:0;
}
.dropdown-item{
	border-bottom:2px solid rgba(226,56,42,0);
}
.dropdown-item:hover, .dropdown-item:focus {
	background-color: #e6e6e6;
	border-bottom:2px solid rgba(226,56,42,1);
}
/* nav Mobile  */

#navbarsMobile a,
#navbarsSub a,
.navbar-default .navbar-nav > li > a,
#navbarsMobile ul li a ,
#navbarsSub ul li a ,
.navbar-expand-md .navbar-nav .nav-link{
	display: block !important;
	text-decoration: none;
}
#navbarsMobile ul a, #navbarsMobile ul ul a, #navbarsMobile ul ul ul a, #navbarsMobile ul ul ul ul a,
#navbarsSub ul a, #navbarsSub ul ul a, #navbarsSub ul ul ul a, #navbarsSub ul ul ul ul a{
	width: 100%;
	padding: 0.75rem 1rem;
	line-height:1.5rem;
}
#navbarsMobile li{
	border-top:1px solid #a6a6a6;
}
/* nav Submenu  */

#navbarsSub {
	padding-left: 0;
	background-image: url("/fileadmin/template/TSV-2019/Resources/Public/Images/Nav/nav-sub-back.png");
	 background-repeat: repeat-y;
	background-position: right top;
}
#navbarsSub ul a, #navbarsSub ul ul a, #navbarsSub ul ul ul a, #navbarsSub ul ul ul ul a{
	padding: 0.4rem 1rem;
}

#navbarsSub li, #navbarsSub li.active, #navbarsSub li.active0, #navbarsSub li.active1, #navbarsSub li.active2 {
	border-top:1px solid #fff;
	background-image: url("/fileadmin/template/TSV-2019/Resources/Public/Images/Nav/nav-back.png");
	background-repeat: repeat-y;
	background-position: left bottom;
}

#navbarsSub li:hover{
	background-image: url("/fileadmin/template/TSV-2019/Resources/Public/Images/Nav/nav-back-active1.png");
	background-repeat: repeat-y;
	background-position: left bottom;
	background-color: #e6e6e6;
}

#navbarsSub li.active, #navbarsSub li.active0 {
	background-image: url("/fileadmin/template/TSV-2019/Resources/Public/Images/Nav/nav-back-active0.png");
	background-color: #e6e6e6;
}
#navbarsSub li li.active1 {
	background-image: url("/fileadmin/template/TSV-2019/Resources/Public/Images/Nav/nav-back-active1.png");
	background-color: #e6e6e6;
}
#navbarsSub li li.active2 {
	background-image: url("/fileadmin/template/TSV-2019/Resources/Public/Images/Nav/nav-back-active2.png");
	background-color: #e6e6e6;
}

.nav-sub,.nav-sub-top {
	padding:0;
}
.nav-sub ul:first-child{
	border-bottom:1px solid #fff;
}
.nav-sub a,.nav-sub a:hover,.nav-sub-top a,.nav-sub-top a:hover{
	color:#000;
}
#navbarsSub ul {
	padding: 0;
	background:#eeeeee;
}
#navbarsSub ul ul li a{
	padding: 0.4rem 2.0rem;
}
#navbarsSub ul ul ul li a{
	padding: 0.4rem 3.0rem;
}
#navbarsSub ul ul ul ul li a{
	padding: 0.4rem 4.0rem;
	font-size:0.9rem;
}

#navbarsMobile ul ul a{
	padding: 0.75rem 2.5rem;
	background:rgba(0,0,0,0.1);
}

#navbarsMobile ul ul ul a{
	padding: 0.75rem 4.5rem;
	background:rgba(0,0,0,0.2);
}
#navbarsMobile ul ul ul ul a{
	padding: 0.75rem 5.5rem;
	background:rgba(0,0,0,0.05);
}

#navbarsMobile .dropdown-toggle::before, #navbarsMobile li a::before,
#navbarsSub a.hassub::before, #navbarsSub li a::before, #navbarsSub nav-sub-top li a::before {
	font-family:"tsv-icon";
	/*display: inline-block;*/
	margin-right: .5em;
	content: "\f107";
}

/* section for the mobile menu to show the arrow to open submenus */
.dropdown{
	position:relative;
}
#navbarsMobile ul a.link {
	width:85%;
	float:left;
}
#navbarsMobile ul a.subarrow {
	width:15%;
	float:right;
	padding: 0.75rem 0;
	height:3rem;
	text-align: center;
	background:rgba(0,0,0,0.5);
	color:#fff;
}
#navbarsMobile ul a.subarrow::before {
	content:"";
}
#navbarsMobile li {
	border-top: 1px solid #a6a6a6;
	clear: both;
}
.dropdown-menu{
	clear:both;
}

/* more mobile menu */
#navbarsSub .nav-sub-top li a::before {
//    content: "\e909";
    content: "";
    font-size: 1.5rem;
    position: absolute;
    top: 0;
	left:12px;
}
#navbarsSub .nav-sub-top li a img {
	height:1.75rem;
}

#navbarsSub .nav-sub-top li a{
//	margin-left:20px;
}
#navbarsMobile li a::before,#navbarsSub li a::before{
	content: "\f105";

}
#navbarsMobile .dropdown-toggle::after,
#navbarsSub .dropdown-toggle::after{
	display:none;
	content: "";
}
#navbarsMobile ul {
	border:none;
}
#navbarsMobile .nav-top{
	background:rgba(0,0,0,0.4);
}
#navbarsMobile .nav-top a{
	font-size:1rem;
	color:rgba(255,255,255,1);
}
#navbarsMobile .nav-top a:hover{
	background:rgba(0,0,0,0.2);
	color:rgba(255,255,255,0.8);
}
/* breadcrumb */
.breadcrumb, .breadcrumb a{
	font-size:0.8rem;
	color:rgba(0,0,0,0.45);
}
.breadcrumb .active{
	color:#000;
}
nav[aria-label="breadcrumb"] .container {
	padding-left:15px;
}

/* CE-Uploads: File Images */
.ce-uploads img {
	width:64px;
}


/* flexible Medien*/
img, embed, object, video {
 max-width: 100%;
 height: auto;
 width: auto;
}
img.rounded{
	margin-bottom:10px;/**/
}
/* fix for IE */
.frame-type-image .ce-gallery .ce-column .image .image-embed-item {
 width: 100%;
}


/*Slider, Banner*/
.tsv-slide-item,.tsv-banner{
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	min-height: 250px;
	background-position: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: flex-end;
	align-items: flex-end;

	text-align: center;
}
.tsv-banner{
	-ms-flex-pack: start;
	justify-content: start;
	text-align: left;
	padding-left:0;
	padding-bottom:0;
}
.tsv-slide-content{
	width:100%;
}
.tsv-slide-pikto{
	margin:15px 2%;
	width:96%;
	display: flex;
	justify-content: center;
}
.tsv-slide-pikto img {
	width: 45px;
	margin:2px 0;
	border:1px solid #ffffff;
	border-radius:5px;
	background:#c0c0c040;
}
.tsv-slide-pikto img:hover, .tsv-slide-pikto .redsvg {
	background:rgba(226,56,42,1);
}
.owl-carousel .owl-item img {
	width: 50px;
	padding:0 2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.owl-carousel .owl-item img {
		width: 100%;
	}
}

/* Accordion */
.accordion > .card .card-header{
	padding: .5rem 1rem;
}
.accordion > .card a.card-header {
	font-size:1rem;
	font-weight:500;
	color:#000;
	padding-right: 60px;
}
.accordion > .card a.card-header:hover {
	text-decoration: none;
}
.accordion > .card .card-body{
    padding: 1rem 1.25rem 0.5rem 1.25rem;
}
.accordion .card-header:after {
	font-family: "tsv-icon";
	font-size: 1rem;
	position: absolute;
	right: 24px;
	/*top: 5px;*/
}

.accordion .card-header:after,
.card-header[aria-expanded="false"]:after{
	content: "\e807";
}
.accordion .card-header[aria-expanded="true"]:after{
	content: "\e80a";
}





/*  Footer  */
.footer{
	color:#fff;
	padding-top:25px;
	padding-bottom:10px;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	color:rgba(255,255,255,0.6);
}
.footer .nav-link {
	padding: .2rem 1rem .2rem 0;
}
.footer ul.nav{
	margin-bottom:1rem;
}
.footer h3{
	font-size:18px;
}
.tsv-footer-pikto{
	margin:10px 0 15px 0;
}
.tsv-footer-pikto img {
	width: 45px;
	margin:2px 0;
	border:1px solid #ffffff;
	border-radius:5px;
}
.tsv-footer-pikto img:hover {
	background:rgba(226,56,42,1);
}

/*
**
*/
.head h1 {
	font-size:3.0rem;
	font-weight:800;
	padding-top:1.5rem;
	margin-bottom:1.1rem;
	text-transform: uppercase;
	align:right;
}

/*
**	tables
*/
.ce-table th, .ce-table td {
	border-top: 1px solid #dadada;
	padding: 0.5em 0.75em;
	vertical-align: top;
}

/*
** make the first row bold
*/
.ce-table thead tr:first-child td {
	font-weight:bold;
}

/*
**	ensure compact layout inside tables
*/
td p {
	margin:0;
	padding:0;
}

/*
**	make tables scroll horizontal
**
**	the table class table-scrollable is set via jquery
*/
.table-scrollable {
	width: 100%;
	overflow-y: auto;
	margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #ffffff;
	background-color: rgba(0, 0, 0, .3);
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	body{
		margin-top:0;
	}

	.navbar-brand{
		width:240px;
		min-height:40px;
		padding: 0;
	}
	.head{
		background-image: url("/fileadmin/template/TSV-2019/Resources/Public/Images/Nav/nav-back.png");
		background-repeat: repeat-x;
		background-position: left bottom;
		margin-bottom:12px;
	}
	.tsv-slide-item, .tsv-banner{
		min-height: 390px;
	}
	.owl-carousel .owl-item img {
		width: 55px;
		margin:0 2px;
	}

	.nav-mobile{
		position: relative;
	}
	.nav-item .dropdown-menu {
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		-ms-transition: all 0.7s;
		-o-transition: all 0.7s;
		transition: all 0.7s;
		max-height: 0;
		display: block;
		overflow: hidden;
		opacity: 0;
		white-space: nowrap;
		}
	.nav-item:hover .dropdown-menu {
		max-height: 400px;
		opacity: 1;
	}
}

/*
**	decorate mail & phone links
**
**	https://fsymbols.com/signs/
*/
a[href^="mailto:"]::before {
	content: "\2709";
	padding-right:0.5rem;
}
a[href^="tel:"]::before {
	content: "\2706";
	padding-right:0.5rem;
}
a[href^="sms:"]::before {
	content: "\2709";
	padding-right:0.5rem;
}


@media (min-width: 992px) {
	h3.tsv-news, h4.tsv-training {
		//text-align: center;
	}
	.tsv-address-txt{
		padding-top:0;
	}
}

@media (min-width: 1200px) {
	h3.tsv-news, h4.tsv-training {
		text-align: center;
	}
	.tsv-address-txt{
		padding-top:10px;
	}
}

/* Formulare */
.powermail_form .control-label, .powermail_form .col-sm-2 {
	width:100%;
	max-width:100%;
}
.powermail_form h3 {
	display:none;
}
.powermail_fieldset {
	margin-top:1rem;
	border:1px solid #c0c0c0;
  padding: 1rem;
}
.powermail_legend {
	margin-left:1rem;
	padding-left:1rem;
	padding-right:1rem;
	width:unset;
}


/* simple poll */
.simplePollWrap {
	width:100%;
}
.simplePollRow {
	padding-top:1rem;
}
label.simplePollRadioText {
	display:inline;
}
.simplePollCounterText {
	font-weight:bold;
	font-size:1.5rem;
	float:left;
	width:3rem;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}

/* grid gallery */

.justified-gallery > a > .caption, .justified-gallery > div > .caption, .justified-gallery > figure > .caption {
	font-weight:bold;
}

.REWE-Scheine-fuer-Vereine {
	font-weight:bold;
	font-size:2rem;
	background-color:#26638f;
	margin:0;
	padding-top:1rem;
	padding-bottom:1px;
	padding-left:50px;
	text-align:center;
	color:#ebc050;
	border:2px solid #ebc050;
	border-radius:10px;
	background-image:url("/fileadmin/template/TSV-2019/Resources/Public/Images/REWE-Scheine-fuer-Vereine.png");
	background-size: 50px;
	background-position: 10px center;
	background-repeat:no-repeat;

}
.alarm a {
	font-weight:bold;
	color:#ff0000;
}

.fancybox-caption {
	font-size:2rem;
}

.tsv-strikeout {
	text-decoration:line-through;
}

.tsv-bold {
	font-weight:bold;
}

.nobr {
	white-space: nowrap;
}

/* Indexed_Search TYPO3 v13. */
ul.tx-indexedsearch-browsebox {
  margin: 1rem 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;

  li {
    margin-right: 1rem;
  }
}
