/*HSG 08 Tills Löwen - Löwen Power */
html{
	font-family: Oswald;
	color: #555555;
	font-weight: 300;
	font-size: 1em;
    scroll-behavior: smooth;
}
b, strong {
    font-weight: 600;
}
h1, h2, h3, h4, h5 { 
	font-family: Fira Sans; 
	font-weight: normal; 
	font-style: normal;
	text-transform: uppercase;
}

h2{
	font-size: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}

h3{
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 600;
}

h1, .ce_headline, .ce_h4a_aktuellespiele h2, .team_h2, .ce_h4a_tabelle h2, .ce_h4a_spiele h2{
	font-size: 60px;
	font-weight: 500;
	letter-spacing: -5px;
	position: relative;
	text-decoration: underline #e70000;
	text-underline-position: under;
}
#main {
	min-height: 100vh;
}
/*Navigation */
#navigation-block {
	position: fixed;
}
.navigation-block-social {
	margin: 50px 0 0;
	display: flex;
  	flex-wrap: nowrap;
	justify-content: center;

}
.navigation-block-social > div {
  	width: 30px;
	margin: 4px;
}
.navigation-block-social img {
	display: block;
	margin: auto;
}
nav{
	font-family: "Source Sans Pro",sans-serif;
	color: #fff;
	/*letter-spacing: .05em;*/
	font-size: 0.9em;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	list-style: none;
}


nav a {
	text-decoration: none;
	color: #fff;
	display:block;
}
.mod_navigation ul li {
  list-style: none;
	border-bottom: 1px dotted #fff;
	border-right: 5px solid #e70000;
	padding-bottom: 20px;
	padding-left: 25px;
	display: block;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
}
.mod_navigation ul li:hover{
	border-right: 5px solid #fff;
	 -webkit-transition : border 700ms ease-out; 
	 -moz-transition : border 700ms ease-out;
	 -o-transition : border 700ms ease-out;
}

.mod_navigation ul li a, .mod_navigation .active {
	padding-top: 20px;
}
.mod_navigation ul {
	margin-left: -40px;
}
.mod_navigation .sibling::after{
	display: none;
}
.mod_navigation ul li .first {
	border-top: 1px #fff dotted;
	margin-left: -40px;
	padding-left: 40px;
	padding-top: 20px;
}
/*Mega Nav*/
.mm_dropdown .inner .row{
	margin-top: 0;
}
.mod_navigation li.mm_container .mm_dropdown{
	/*display: block;Block me*/
 	z-index: 100;
  	width: 55vw;
	background-color: #fff;
	opacity: 0.95;
	color: #555;
	margin-left: 250px;
	margin-top: -38px;
}
nav .mod_customnav a {
	color: #555;
	display:block;
}
nav .mod_customnav .active{
	color: #555;
}
.mod_customnav ul li {
  	list-style: none;
	color:#555;
	border-bottom: 0;
	border-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.mod_customnav ul li .first {
	border-top: 0;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	color:#555;
}
.mod_customnav ul li:hover {
	border-right: 0;
}
.mod_navigation li.mm_container:hover > a::after, .mod_navigation li.mm_container:hover > span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  background-color: #e70000;
  z-index: 110;
}
/*Aufbau Seite*/
#left {
	background-color: #e70000;
	height: 100%;
}
#wrapper {
	background-color: #e70000;
}
#main {
	background-color: #fff;
	padding-bottom: 100px;
}
#article-1, #article-52, .row, .mod_newslist, .ce_headline, .ce_text, .ce_downloads, .ce_hyperlink, .ce_accordionStart{
	margin-top: 50px;
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1080px) {
	#article-1, #article-52, .row, .mod_newslist, .ce_headline, .ce_text, .team_text, .team-frame{
	margin-top: 50px;
	max-width: 96%;
	padding:0 2%;
	margin-left: auto;
	margin-right: auto;
	}
	h1, .ce_headline, .ce_h4a_aktuellespiele h2, .team_h2, .ce_h4a_tabelle h2, .ce_h4a_spiele h2{
		font-size: 2.4em;
		letter-spacing: -4px;
	}
}

/*Start*/
.start-img {
	height: 100vh;
	width: 100vw;
}
/*News Spielberichte*/
.mod_newslist {
	/*margin: 50px 0;*/
	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
}
.mod_newslist > div {
  	width: 450px;
  	margin: 1%;
	padding-bottom: 30px;
	-webkit-box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25); 
	box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25);
}

@media only screen and (max-width: 1700px) {
	.mod_newslist > div {
		width: 400px;
	}	
}
@media only screen and (max-width: 1530px) {
	.mod_newslist > div {
		width: 350px;
	}	
}
@media only screen and (max-width: 1365px) {
	.mod_newslist > div {
		width: 300px;
	}	
}
@media only screen and (max-width: 1210px) {
	.mod_newslist > div {
		width: 250px;
	}	
}

.mod_newslist > div p{
	padding: 0 10px;
}
.mod_newslist .info {
	display: none;
}
.mod_newslist h2 {
	display: none;
}
.mod_newslist .more a, a {
	text-decoration: none;
	color: #555555;
}
.more::before, .traininglink::before {
	font-family: FontAwesome;
	font-size: 1.3em;
	color: #e70000;
	text-rendering: auto;
	content: '  \f105';	
	padding: 0 10px 0 0;
}
.more{
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 15px 0 30px;
    color: #fff;
}
.traininglink{
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 0 0 10px;
    color: #555555;
}
.more a::before, .traininglink a::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 20%;
        height: 2px;
        background-color: #e70000;
        transform: scaleX(0);
        transform-origin: bottom left;
        transition: transform 0.3s;
		margin-left: 10px;
    }
.more a::after, .traininglink a::before{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 100%;
        height: 2px;
        background-color: #e70000;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s;
    }
.more a:hover::before, .traininglink a:hover::before{
        transform: scaleX(1);
        }
.more a:hover::after, .traininglink a:hover::after{
        transform: scaleX(1);
        }
/*Downloads*/
.ce_downloads ul li {
	list-style: none;
	margin-bottom: 10px;
}
.ce_downloads ul li::before{
	color: #e70000;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: '  \f08e';
	padding-right: 8px;
}
.ce_downloads ul li:hover::before{
	color: #861717;
	transition: all 0.4s ease-in-out;
	
}
.ce_hyperlink > a{
	color: #e70000;
}
.ce_hyperlink > a::before{
	color: #e70000;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: '  \f08e';
	padding-right: 8px;
}
.ce_hyperlink > a:hover::before{
	color: #861717;
	transition: all 0.4s ease-in-out;
	
}
/*News Lions*/
.mod_newsreader .rot {
	background-color: #fff;
	color: #555555;
}
.rot {
	background-color: #e70000;
	color: #fff;
}
.rot .more a {
	color:#fff;
}
.rot .more::before {
	font-family: FontAwesome;
	font-size: 1.3em;
	color: #fff;
	text-rendering: auto;
	content: '  \f105';	
	padding: 0 10px 0 0;
}
.rot .more{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.rot .more a::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 20%;
        height: 2px;
        background-color: #fff;
        transform: scaleX(0);
        transform-origin: bottom left;
        transition: transform 0.3s;
		margin-left: 10px;
    }
.rot .more a::after{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 100%;
        height: 2px;
        background-color: #fff;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s;
    }
.rot .more a:hover::before{
        transform: scaleX(1);
        }
.rot .more a:hover::after{
        transform: scaleX(1);
        }
.lion-news {
	margin: 20px 0 0;
	padding: 0 0 20px;
	display:block;
	float: left;
}
.lion-news > div {
  	width: 96%;
  	margin: 0 2% 43px ;
	padding-bottom: 30px;
	-webkit-box-shadow: none; 
	box-shadow: none;
}
.mod_newslist .lion-news > div p{
	padding: 0 10px;
}
.mod_newslist .info {
	display: none;
}
.mod_newslist h2 {
	display: none;
}
.lion-news {
	margin: 20px 0 0;
	padding: 0 0 20px;
	display:block;
	float: left;
}
.lion-news > div {
  	width: 96%;
  	margin: 0 2% 43px ;
	padding-bottom: 30px;
	-webkit-box-shadow: none; 
	box-shadow: none;
}
.mod_newslist .lion-news > div p{
	padding: 0 10px;
}
.mod_newslist .info {
	display: none;
}
.mod_newslist h2 {
	display: none;
}
/*Newsreader*/
.mod_newsreader {
		margin-top: 50px;
		max-width: 1460px;
		margin-left: auto;
		margin-right: auto;	
		}
.back::before {
	font-family: FontAwesome;
	font-size: 1.3em;
	color: #e70000;
	text-rendering: auto;
	content: '  \f105';	
	padding: 0 10px 0 0;
}
.back{
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 5px ;
    color: #fff;
}
.back a::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 20%;
        height: 2px;
        background-color: #e70000;
        transform: scaleX(0);
        transform-origin: bottom left;
        transition: transform 0.3s;
		margin-left: 10px;
    }
.back a::after{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 100%;
        height: 2px;
        background-color: #e70000;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s;
    }
.back a:hover::before{
        transform: scaleX(1);
        }
.back a:hover::after{
        transform: scaleX(1);
        }
/*h4all Startseite*/
.ce_h4a_aktuellespiele{
	margin: 0 0 43px 0;	
}
.matchtable_club {
	font-size: 0.7em;
}
.myteam {
	font-weight: bold;
}
.lastupdate {
	font-size: 0.8em;
	font-weight: 600;
	display: none;
}
table, td{ 
	border-top: 1px solid #ddd; 
	}
td{
	padding: .5em;
}
tbody tr:nth-child(even) { 
  background-color: #f9f9f9;  
}
/*Sponsoren Liste + normale Linklisten*/
.ce_hyperlink_flex  {
	margin: 50px 0 0;
	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
}
.ce_hyperlink_flex > div {
  	width: 300px;
  	margin: 2%;
	padding-bottom: 30px;
}
.ce_hyperlink_member  {
	margin: 50px 0 0;
	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
}
.ce_hyperlink_member > div {
  	width: 300px;
	padding-bottom: 30px;
}
.ce_hyperlink_fvtl  {
	margin: 50px 0 0;
	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
}
.ce_hyperlink_fvtl > div {
  	width: 450px;
	padding-bottom: 30px;
}
.ce_hyperlink_verbaende {
	margin: 50px 0 0;
	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
}
.ce_hyperlink_verbaende > div {
  	width: 300px;
	margin: 25px 25px;
	padding-bottom: 30px;
	-webkit-box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25); 
	box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25);
	text-align: center;
}
.ce_hyperlink_verbaende > div:hover {
	-webkit-box-shadow: 2px 11px 13px 2px rgba(32, 22, 8, 0.62); 
	box-shadow: 2px 11px 13px 2px rrgba(32, 22, 8, 0.62);
}
/*Vorstandsboxen*/
.vorstand {
	margin: 50px 0 0;
	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
}
.vorstand > div {
  	width: 235px;
	margin: 25px 25px;
	padding: 10px 0;
	-webkit-box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25); 
	box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25);
	text-align: center;
}
.vorstand > div:hover {
	-webkit-box-shadow: 2px 11px 13px 2px rgba(32, 22, 8, 0.62); 
	box-shadow: 2px 11px 13px 2px rrgba(32, 22, 8, 0.62);
}
/*Mannschafst Cluster*/
.mod_catalogUniversalView h1{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.teams-img {
	/*margin: 50px 0;*/
	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
}
.teams-img > div {
  	width: 400px;
  	margin: 1%;
	padding-bottom: 10px;
	-webkit-box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25); 
	box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25);
	text-align: center;
}
/*Mannschaftsseite*/
.ctlg_view_message, .ctlg_group_headline h1{
	display: none;
}
.team_h1{
	text-decoration: none;
	color: #fff;
	position: relative;
	margin-top: -85px;
	letter-spacing: 0.05em;
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
}
.team_h2{
	text-transform: none;
	font-size: 45px;
	padding: 20px 0 5px;
}
.team-info-box {
	width: 400px;
	margin: -65px auto 10px;
	padding:20px;
	float: right;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25); 
	box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25);
}
.team_social_link{
	margin-top: 10px;
	padding-left: 2%;
	width: 40%;
	float: left;
}
@media only screen and (max-width: 1080px) {
	.team-info-box{
	margin: -50px 20px 30px;
	}
}
.team-frame{
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
}
.team-img figure img {
	width: 100%; 
	height:auto; 
	object-fit: fill;
	object-position: 50%	
}
.team_text{
	margin-top: 50px;
}
.team_member, .team_member_coach {
	margin: 50px 0 0;
	display: flex;
  	flex-wrap: wrap;
	justify-content: start;
	background-color: #fff;
	
}
.team_member > div, .team_member_coach > div {
	font-family: Oswald;
  	width: 250px;
	min-height: 250px;
	height: auto;
  	margin: 2%;
	padding-bottom: 30px;
	-webkit-box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25); 
	box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25);
}
.player_number{
	
}
.player_img{
	position: relative;
	display: block;
}
.player_img img {
	height: auto;
	width: auto;
		object-fit: cover; 

	/*padding: 10px 0 0;*/
}
.player_img h5{
	font-family: Oswald;
    position: absolute;
    top: -55px;
	right: 20px;
    width: 100%;
    text-align: right;
	color: #fff;
	font-size: 2.2em;
	font-weight: 700;
}
.player_name{
	color: #e70000;
	font-weight: 600;
	margin-top: 25px;
	padding-left: 15px;
	font-size: 22px;
}
.player_postion{
	color: #e70000;
	font-weight: 600;
	padding-left: 15px;
}
/*Akkordeon*/
.ui-accordion-header-active h2::after{
	font-family: FontAwesome;
	font-size: 0.75em;
	color: #e70000;
	text-rendering: auto;
	content: '  \f068';	
	padding: 0 10px 0 0;
	text-align: center;
}
.ui-accordion-header-collapsed h2::after{
	font-family: FontAwesome;
	font-size: 0.75em;
	color: #e70000;
	text-rendering: auto;
	content: ' \f067';	
	padding: 0 10px 0 0;
	text-align: center;
}

/*Formular*/
form{
	width: 80%;
}
fieldset {
	border: 0;
}
input[type="text"], input[type="email"], input[type="tel"],input[type="submit"],input[type="number"] {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color:#5f5f5f;
	width: 100%;
	height: 40px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background-color: #fafafa;
	border: 1px solid #E70000;
	border-radius: 2px;
}
input[type="tel"] {
	margin-left: 0;
	margin-bottom: 20px;
}
input[type="submit"] {
	width: 100%;
	color: #fff;
	background-color: #5f5f5f;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	border: 1px solid #5f5f5f;
}
input[type="submit"]:hover {
	width: 100%;
	color: #5f5f5f;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
textarea {
	color: #5f5f5f;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	padding: 20px;
	margin-left: 0;
	width: calc(100% - 20px);
	height: 150px;
	margin-bottom: 20px;
	background-color: #fafafa;
	border: 1px solid #E70000;
	border-radius: 2px;
}
select {
	
	width: 310px;
	height: 45px;
	margin-bottom: 20px;
}

.submit{
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #E70000;
	background-color: #fff;
	border: 1px solid #E70000;
	border-radius: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 16px;
	padding-right: 16px;
	margin-top: 25px;
}
.submit:hover{
	color: #fff;
	background-color: #E70000;
	transition: color 0.75s;
}
.checkbox_container, .cffs-9{
	border: none;
}
.checkbox{
	color:#E70000;
}
/*Footer*/
#footer {
	background-color: #e70000;
}
footer .inside {
	width: calc(100% - 250px);
	background-color: #fff;
	margin-left: 250px;
}
#footer .skyline {
    /*background-image: url('../img/footer/Skyline.png');*/
	background-image: url('../img/footer/Skyline-Footer.png');
	background-size: cover;
	height: 200px;
}
#footer .skyline-menue{
	height: 80px;
	background-color: #000000;	
}
#footer .mod_customnav ul li {
	display: inline-flex;
	list-style: none;
	padding: 0 15px ;
	float: right;
}
#footer .mod_customnav ul li .first{
	color: #fff;
}
/*Mobil Menu*/
.mobile_menu .inner {
	background-color: #e70000;
}
#mobile-navigation {
		border-bottom: dotted #fff;
}
	.contact_box{
		display: flex; 
		justify-content: center; 
		align-items: center;
		border-bottom: dotted #fff;
		padding: 10px 0 ;
	}
.mod_mobile_menu{
	display: none;
}
@media only screen and (max-width: 940px) {
	.mod_mobile_menu{
		display: block;
	}
	#left, #article-47{
		display: none;
	}
	#container{
		padding-left: 0;
	}
	#footer{
		background-color: #000;
	}
	#header {
		height: 100px;
	}
	footer .inside {
		  width: 100%;
		  background-color: #fff;
		  margin-left: 0;
	}
	.skyline{
		display: none;
	}
	.menue-icon img {
		margin: 30px 0 0 50px;
	}
}
@media only screen and (max-width: 750px) {
	#header{
		height: 150px;
		background-image: url('../img/logo/Logo-HSG-Tills-Loewen.png'); 
		background-repeat: no-repeat;
		background-position: 95% 10px;
		background-size: 80px 80px;
	}
	#container{
		margin-top: -40px;
	}
	.mod_rocksolid_slider{
		display: none;
	}
	.team_h1{
		display: none;
	}
	.team-img figure img {
	  width: 100%;
	  height: 300px;
	}
	.team-info-box{
		margin: -110px 20px 30px;
		width: 80%;
		position: relative;
		z-index: 800;
	}
	.team_text {
	  margin-top: 50px;
	  position: relative;
	  z-index: 500;
	}
	.team_h2, .team-info-box h3,.ctlg_group_content h2{
		font-size: 2.0em;	
		text-decoration: underline #e70000;
		text-underline-position: under;
	}
	.mod_catalogUniversalView{
		margin-top: 0px;
	}
	.team_member, .team_member_coach{
		justify-content: center;
	}
	.autospiele{
		display: none;
	}
	.mod_newslist > div {
  		width: 90%;
		justify-content: center;
		margin-bottom: 10px;
	}
}