/**
 * Bundesliga CSS
 *
 * $Id: _bundesliga.css 8606 2017-02-16 15:33:16Z yannick $
 *
 * @package   TAG Heuer website
 * @author    Yannick Delwiche
 * @copyright (c) 2015 Kjerag S.A.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

body {
	background: #F1F1F1 url("../../img/tagheuer/bundesliga/bkg.png") top repeat-x;

	color: #333333;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	height: 54px;
	line-height: 54px;
	margin: 0;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	white-space: nowrap;
}
img {
	vertical-align: middle;
}
.countdown_date span {
	border-bottom: 1px solid #333333;
	display: inline-block;
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
	margin: 4px 2px 5px 2px;
	text-align: center;
	vertical-align: top;
	width: 30px;
}
.countdown_date span.unit {
	border: none;
	font-size: 11px;
	margin-left: -33px;
	vertical-align: bottom;
	width: 33px;
}
#logo {
	display: none;
}
#logo,
#logo1,
#logo2,
#logo_team1,
#logo_team2 {
	margin: 0 8px;
	vertical-align: middle;
	width: 40px;
}
#next {
	color: #666666;
	height: 54px;
	margin-right: 136px;
	position: absolute;
	right: 47%;
	text-align: right;
}
#matches {
	display: inline-block;
	font-weight: 600;
	height: 54px;
	left: 47%;
	margin-left: 136px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	z-index: 0;
}
.team_short {
	display: none;
}
#countdown {
	height: 54px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
}

/* Tablet */
@media screen and (max-width: 1023px) {
	.team_full {
		display: none;
	}
	.team_short {
		display: inline;
	}
}

/* Mobile */
@media screen and (max-width: 767px) {
	body {
		height: 66px;
		line-height: 56px;
	}
	#next {
		display: none;
	}
	#matches {
		display: inline-block;
		left: auto;
		height: 60px;
		margin: -12px 0;
		position: relative;
		width: auto;
	}
	#countdown {
		display: inline;
		height: 36px;
		position: static;
	}
	.countdown_date span {
		border: none;
		display: inline;
		font-size: 12px;
		font-weight: 600;
		line-height: normal;
		margin: 0;
		text-align: left;
		vertical-align: middle;
	}
	.countdown_date span.unit {
		display: inline-block;
		font-weight: 300;
		font-size: 12px;
		margin: 0 0.5em 0 0;
		vertical-align: middle;
		width: auto;
	}
	#logo,
	#logo1,
	#logo2,
	#logo_team1,
	#logo_team2 {
		margin: -3px 8px;
	}
	#logo {
		display: inline;
	}
	#logo1,
	#logo2 {
		display: none;
	}
    #logo_team1,
	#logo_team2 {
		position: relative;
        text-align: center;
        top: 1em;
    }
    #logo_team1 {
	    float: left;
    }
    #logo_team2 {
	    float: right;
    }
    .team_short {
		display: none;
	}
    #separator {
	    line-height: 50px;
    }
}
