/* ----- TSV HEADER BACKGROUND - HRDesign ----- */

@media only screen and (min-width: 1200px) {
	#jsn-header-inner,
	#jsn-menu-inner,
	#jsn-body,
	#jsn-footer,
	#jsn-pos-topbar {
		width: 1170px;
	}
	#jsn-maincontent.span12[class*="order"],
	#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order2 {
		padding: 0;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1170px), (min-device-width: 961px) and (max-device-width: 1170px){
	#jsn-pos-topbar, #jsn-header-inner, #jsn-menu-inner, #jsn-body, #jsn-footer{
		width: 100%;
	}
}



#jsn-header-inner {
	background: url(../images/backgrounds/bg-header.jpg) no-repeat;
	max-width: 100%;
	height: auto;
	background-size: cover;
}

img#jsn-logo-mobile  {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 4px;

	border-radius: 3px;

	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
}

 /* ----- GENERAL STYLING ----- */
 

	.larger {
		font-size: 1.1em;
	}

	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
		background-image: none;
		background-color: #9b0002;
	}

	div.jsn-modulecontainer ul.menu-mainmenu ul li {
		font-weight: bolder;
	}

	/*  SEARCH  */

	#jsn-pos-toolbar  {
		padding: 0;
	}
 
	
	#jsn-menu div.display-dropdown.jsn-modulecontainer.searchbox .jsn-modulecontainer_inner h3.jsn-moduletitle > span {
		padding: 23px 13px 22px;
		text-align: center;

			transition: background 0.3s ease-in-out;
			-moz-transition: background 0.3s ease-in-out;
			-webkit-transition: background 0.3s ease-in-out;

 	}

 	.searchdisplay-dropdown.searchbox.jsn-icon-search:before {
 		content: "";
 	}
 

	#jsn-menu div.display-dropdown.jsn-modulecontainer.searchbox .jsn-modulecontent {
			width: 325px;
			top: 70px;
			background-color: #4a4a4a;

			box-shadow: 3px 3px 5px #666;

			transition: background 0.3s ease-in-out;
			-moz-transition: background 0.3s ease-in-out;
			-webkit-transition: background 0.3s ease-in-out;			

	}

	 #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent

	@media only screen and (max-width: 768px), (max-device-width: 768px) {
		#jsn-menu div.display-dropdown.jsn-modulecontainer.searchbox .jsn-modulecontent {
			background-color: #4a4a4a;
			width: 100%;
			position: initial;


		}
	}
	.searchdisplay-dropdown.searchbox input[type="text"]:focus{

		border-color: rgba(191, 0, 0, 0.8);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(191,0,0,0.6);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(191,0,0,0.6);
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(191,0,0,0.6);
	}

	#jsn-page .searchdisplay-dropdown.searchbox button.btn.btn-primary {
		background: rgba(155,0,3,1);
		background: -moz-linear-gradient(top, rgba(155,0,3,1) 0%, rgba(237,0,8,1) 42%, rgba(122,1,3,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(155,0,3,1)), color-stop(42%, rgba(237,0,8,1)), color-stop(100%, rgba(122,1,3,1)));
		background: -webkit-linear-gradient(top, rgba(155,0,3,1) 0%, rgba(237,0,8,1) 42%, rgba(122,1,3,1) 100%);
		background: -o-linear-gradient(top, rgba(155,0,3,1) 0%, rgba(237,0,8,1) 42%, rgba(122,1,3,1) 100%);
		background: -ms-linear-gradient(top, rgba(155,0,3,1) 0%, rgba(237,0,8,1) 42%, rgba(122,1,3,1) 100%);
		background: linear-gradient(to bottom, rgba(155,0,3,1) 0%, rgba(237,0,8,1) 42%, rgba(122,1,3,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0003', endColorstr='#7a0103', GradientType=0 );
	}
	

	.article-info {
		padding-right: 1em;
	}

	/* TAGS */
	ul.tags.inline:before {
		font-size: larger;
		text-transform: uppercase;
		content: "Schlagworte:";
		line-height: 5em;		
	}

	ul.inline>li a.label-info[href], ol.inline>li a .label-info[href] {
		background-color: #9b0002;
		
	}

	/*  FOOTER  */
	#jsn-footer {
		background-color: black;
		color: #999;
	}

	#jsn-pos-footer .jsn-modulecontainer {
		margin-top: 0;
		line-height: 25px;
	}

	.hrdfooter .jsn-mod-custom p:last-child {
		margin: 3px 2em 2.2em 0; 
	}

	.nsb_container {
		margin: -4px 0 0 2em;
	}

	#twitter-widget-0 {
		margin-bottom: -8px; 
	}

@media only screen and (max-width: 768px), (max-device-width: 768px) {
		
		#jsn-footermodules [class*="span"] {
			width: 100%;
			margin-top: .5em;
		}

		#jsn-pos-footer .jsn-modulecontainer {
			margin-left: 0;
			
		}

		.copymobile .jsn-mod-custom p:last-child {
			margin-bottom: 2.2em; 
		}

		#jsn-gotoplink {
			left: 33%;
		}
	}

/* ----- USER MENU ----- */

	#jsn-pos-topbar .jsn-modulecontainer .mod-topmenu {
	text-align: center;

	}

	ul.menu-topmenu {
	margin: 0;
	padding: 0px;
	list-style: none;
	text-align: center;
	width: 100%;
	}

/*	#jsn-topbar {
	background-color: #4c5e16;
	display: block;
	padding: 0px;
	text-align: center;
	}*/

/* ----- CHRONIK MENU ----- */

	.menu-chronikmenu>li {
		font-size: larger;
	}

/* ----- BLOG - LAYOUT ----- */

	.items-leading, .items-row {
		//background-color: lime;
		//  border-bottom: 1px dotted #888;
		margin-bottom: 3em;
	}

	@media only screen and (max-width: 768px), (max-device-width: 768px) {

		dl.article-info {
			margin-bottom: 2em;
			min-width: 100%;
		}
	}

/* ----- ARTICLE TOOLBAR ----- */

 .jsn-article-toolbar {
/*	max-width: 60px;
	float: right;*/
	background: none;
	margin: -50px 0 0;
}

/* ----- JOOMSPORT & Modules ----- */

/* next match modules */
	#jsn-promo {
		margin: 0;
	}

	@media only screen and (max-width: 960px), (max-device-width: 960px) {
		#jsn-promo {
			margin-top: 1em;
		}
	}	
	.next-match h3, .module-gray h3 {
		text-align: center;
		background-color: #f5f5f5
	}

	#jsn-promo .display-mobile .next-match h3 {
		margin: 0 10px !important;
	}


/* tableheader sort */
table.style-greystripes thead th.asc{
	background-image: url(../images/uparrow.png);
	background-repeat: no-repeat;
	background-position: center right;
}
table.style-greystripes thead th.desc{
	background-image: url(../images/downarrow.png);
	background-repeat: no-repeat;
	nterbackground-position: center right;
}

.etabs_vis, .etabs_hide {
	list-style-type: none;
}

/*  tabs */
.etablist {
	margin-bottom: -2px;
	list-style-type: none;
}

.etabs_vis, .etabs_hide {
	float:left;
	padding:.5em 2em;
	border:1px solid #cfcfcf;
	
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;

	background-repeat:no-repeat;
	background-position:5px 5px;

	cursor:pointer;
}

.etabs_vis{
	margin: 0 0 1px 0;
	/* background-color:#cfcfcf;  */
	/* edited - HRDesgin */
	border-bottom: 2px solid #fff;
	border-radius: 5px 5px 0 0;
	font-weight: bolder;
}

.etabs_hide{
	margin:1px 0 0 0;
	background-color:#eee;
}
.etabs_hide:hover{
	background-color: #BF0000;
	color: #fff;
}


/* team images */
.team-images img {
	margin: 5px 0;
	
	-webkit-box-shadow: #888 1px 1px 2px;
	-moz-box-shadow: #888 1px 1px 2px;
	box-shadow: #888 1px 1px 2px;
}


/* contact detail */
dl.contact-address dt {
	width: auto;
	float: none;
	text-align: left;
	min-width: 50%;
	margin: 2em 0 0 25px;
}

dl.contact-address dt:first-child {
	margin-top: 0;
}

dd.jobTitle {
	font-size: larger;
	font-weight: bolder;
	margin: .5em 0;
}

dt.contact-telephone-dt {
	margin-left: 25px;
	width: auto;
	font-weight: normal;
}

/* ANFANG JOVER_WEBLINKS */

.link-list.category .row {
    margin-bottom: 2rem;
}

#jsn-mainbody h2.weblink {
	margin: 0 0 .8em 1.5em;
}

.weblink-sponsor {
	margin-bottom: 2em;
	overflow: hidden;
	border: 1px solid lightgrey;
	padding: 1.5em;
	min-height: 205px;

	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	box-shadow: 1px 1px 2px #D8D8D8;
}

.weblink-sponsor-item {
	float: left;
}

.weblink-sponsor-text {
	padding-top: 1em;
	word-wrap: break-word;
}

.weblink-sponsor-text>h3 {
	line-height: 1.5em;
}

a.weblink-sponsor-text-link {
	color: #666;
}

a.weblink-sponsor-text-link:hover{
	color: #bf0000;
}

.image-weblink-sponsoren {
	padding: .5em;
}
/*  ENDE JOVER_WEBLINKS  */


/*  JEVENTS - COLOURS  */

#jevents_body .nav-items div.active a, .jev_header2 .active a, 
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth, 
#jevents_body .cal_today a.cal_daylink {
	background-color: #bf0000;
}


.jev_toprow div.currentmonth, .jev_toprow div.previousmonth, .jev_toprow div.nextmonth, .nav-items > div,
.nav-items > div:first-child {
	border-color: #bf0000;
}



/*  Sonstige */

.equal {
 margin-bottom: -99999px;
 padding-bottom: 99999px;
}

.equalheight {
 overflow: hidden; 
}

@media only screen and (min-width: 768px) and (max-width: 960px), (min-device-width: 768px) and (max-device-width: 960px) {

	.weblink-sponsor {
	min-height: 300px;
	}
}

@media only screen and (max-width: 767px), (max-device-width: 767px) {

	.weblink-sponsor {
	min-height: auto;
	}
}


ul.social_share {
    display: inline-flex;
    list-style-type: none;
}

/*   !! - Fehler - Fontawseome Einbindung -> fa fa-navicon - ICON MENU2 - ICONMOON */

.fa-navicon:before {
	content: "\e6b8";
	font-family: 'JSN IcoMoon';
    src:url('/icomoon/fonts/icomoon.eot');
    src:url('/icomoon/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('/icomoon/fonts/icomoon.svg#icomoon') format('svg'),
        url('/icomoon/fonts/icomoon.woff') format('woff'),
        url('/icomoon/fonts/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
}

/* 100 Jahre TSV Galerie Button */
li.tsv-100-gallery a span.jsn-menutitle  {
  color: lime !important;
  background-color: red;
}
