.teaminfo {
	width: 40%;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.team-table {
	background: none;
	border: none;
}
.team-table, td,tr {
	background: none;
	border: none;
}
.trikot {
	width: 60%;
	float: left;
}	
.sponsor {
	position: relative;
	margin-top: -60%;
	width: 47%;
	margin-left: 26%;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

#team-template .subtitle {
    background: #777 none repeat scroll 0 0;
    color: white;
    display: block;
    font: 20px/33px "Open Sans Condensed",sans-serif;
    text-indent: 10px;
    text-transform: uppercase;
	margin-bottom: 15px;
}

#team-template .leftJersey {
    background: #bababa none repeat scroll 0 0;
    color: white;
    display: block;
    font: 14px/22px "Open Sans Condensed",sans-serif;
    text-indent: 10px;
    text-transform: uppercase;
	margin-bottom: 15px;
}

.stadion-image {
    display: block;
	padding-bottom: 20px;
}

.stadionImg {
    display: block;
    width: 100%;
	max-width: 620px;
}

#team_form label {
    width: 10em;
    display: block;
    float: left;
}

.historie {
	width: 100%;
	margin: 0 auto;
}

.box-historie {
    height: 110px;
    margin-top: 0;
    padding: 10px 0;
    background-image: url("../../../images/historie_back.png");
    background-size: 100% 100%;
    color: #000;
    width: 16%;
	float: left;
	margin: 0 2%;
}

.box-historie-title {
	font-weight: bold;
	line-height: 12px !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    height: 23px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
}

.box-historie-value {
	font: bold 32pt/40px Arial,Helvetica,sans-serif;
    height: 36px;
    text-align: center;
    box-sizing: border-box;
}

.description {
	clear: both; 
	display: block;
	height: auto;
}

@media only screen and (max-width: 768px) {
	.box-historie {
		width: 44%;
		margin-bottom: 10px;
	}
	
	.teaminfo {
		width: 100%;
		float: none;
	}
	.trikot {
		width: 100%;
		float: none;
		display: block;
		padding: 0 10%;
		margin-bottom: 20%;
	}
	.trikot img {
		width: 100%;
		height: auto;
	}	
	.ersatzwappen {
		float: right;
		max-width: 33%;
	}
}