/* body{
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
	opacity: .4;} */
body {
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
	background-color: #000;
	color: var(--white);
}

.text-highlight, a:hover {
	color: var(--primary);
}

.bordered-highlight {
	border: 1px solid var(--primary);
}

@media(min-width:768px){
	.bordered-highlight-md {
		border: 1px solid var(--primary);
	}
}

.bg-black {
	background-color: var(--black);
}

.body_container {
	margin: auto;
	max-width: 1200px;
}

.nav_container {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.navigation{
	font-size: 1.3rem;
}

.nav_list {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	// background-color: rgba(60, 60, 60, 0.8);
}

.nav_text {
	// color: #c8c4c4;
	text-decoration: none!important;
	font-weight: 800;
}

.nav_text.inactive:hover {
	cursor: default;
	color: var(--white)!important;
}

.active {
	color: var(--primary) !important;
	text-decoration: none!important;
	font-weight: 800;
}

.nav_text:hover {
	cursor: pointer;
	color: var(--primary) !important;
}

.text-light {
	color: #c8c4c4;
	text-decoration: none;
}

.text-light:hover {
	cursor: pointer;
	color: #fff;
}

.img_container {
	display: flex;
	max-width: 210px;
	align-items: center;
	padding-right: 50px;
}

.club_img {
	width: 100%;
}

.text_container{
	width: 100%;
	margin-top: 20px;
	background-color: rgba(224, 224, 224, 0.9);
}

.time_container {
	padding: 10px 0 0 50px;
}

#leotkt-events {
	display: flex;
	width: 100%;
	//margin-right: 8px;
	//margin-top: 20px;
	//border-radius: 3px;
	//box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 3px 10px 0 rgba(0, 0, 0, 0.39);
	//padding-top: 10px;
	//background-color: rgb(255, 255, 255);
}

.program_text_container {
	width: 30%;
}

.news_text_container {
	width: 100%;
	margin-top: 20px;
	height: 320px;
	border-radius: 3px;
	text-align: center;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 3px 10px 0 rgba(0, 0, 0, 0.39);
	background-color: rgba(230, 230, 230, 0.794);
	overflow: auto;
	color: #303030;
}

.news_text_container p {
	padding: 0 20px 0 20px;
}

@media only screen and (max-width: 769px) {
	.nav_container {
		font-size: 16px;
		margin: 0;
	}

	.navigation{
		align-content: space-between;
		flex-wrap: wrap;
		background-color: black;
	}

	li{
		height: 40px;
		flex-basis: 25%;
	}

	.container {
		width: 100%;
	}

	.program_container {
		display: block;
	}

	.program_text_container {
		width: 100%;
	}
}

h2 {
	font-size: 1.928571428rem;
	font-weight: normal;
	line-height: 1.2;
	color: #303030;
	margin-bottom: 0.5rem;
}

.brand-image {
	margin-bottom: 1.714285714rem;
	max-width: 150px;
}

.video-container {
	width: 100%;
	/*margin: 0 0 3em 0;*/
	background-color: #000;
	object-fit: cover;
}

.msg-container .info {
	font-size: .7em;
	padding: 2em 0;
}

.msg-container {
	padding: 3em 0;
	min-height: 10em;
	visibility: hidden;
	font-size: 1.5em;
	color: red;
	text-align: center;
}

.msg-container:empty {
	display: none;
}

#chatIframe {
	display: none;
}

span {
	display: block;
}

.content_container {
	background-color: rgba(224, 224, 224, 0.9);
}

.contact_link {
	text-decoration: none;
	color: #961f36;
}

.footer_container {
	margin: auto;
	max-width: 1200px;
	background-color: transparent;
	color: var(--white);
}

.footer_list_container{
	display: block;
	width: 100%;
}

.address_title {
	font-size: 18px;
	font-weight: 600;
	//color: rgb(46, 46, 46);
}

.address_text {
	margin-top: 0;
	font-size: 14px;
	//color: rgb(46, 46, 46);
}

.footer_nav_list {
	display: flex;
}

.footer_nav_text {
	color: var(--white);
	text-decoration: none!important;
}

.content_underline {
	text-decoration: underline;
}

.video-controls {
	margin: 0 0 3em 0;
	background-color: rgba(0,0,0, .08);
	padding: 6px;
}

.video-controls .live-icon {
	font-size: 10px;
	font-weight: 900;
	border-radius: 4px;
	padding: 0px 5px 0px 5px;
	color: #fff;
	border: 1px solid rgba(0,0,0,.09);
	letter-spacing: 1px;
	background-color: rgba(0,0,0,.08);
	cursor: pointer;
}

.video-controls .live-icon.active, .video-controls .live-icon:hover {
	background-color: #c40e0e;
	border-color: #c40e0e;
}

.video-controls .volume-icon {
	font-size: 17px;
	color: #495057;
}

.video-controls .fa-volume-mute{
   color: #C40E0E;
}

.carousel-item img {
	height: 600px;
	object-fit: cover;
}

s-card img{
	height: 600px;
	object-fit: contain;
}

.slider-headline--fixed {
	z-index:999;
	font-weight: 800;
	bottom: 1em;
	text-shadow: 3px 3px 4px rgba(0,0,0,.5);
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link.disabled {
	color: var(--white);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: var(--primary);
}

.navbar-dark .navbar-toggler {
	border: none;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(149, 31, 54, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
button:focus {
	outline: none;
}

.page-footer {
	cursor: default !important;
}

footer a {
	color: var(--white);
}

footer a.link--empty {
	text-decoration: none;
	color: var(--white);
	cursor: default;
}

.sport-collage {
	height: calc(100vw / 8);
	max-height: 7.5rem;
	box-sizing: content-box;
}

.sport-collage img {
	object-fit: cover;
	object-position: center 0;
	width: 32%;
}

@media(max-width:768px){
	.title_container h2{
		font-size: 3.5rem;
	}
}
