*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:.8em;	
	overflow-x:hidden;
	position:absolute;
	width:100%;
}
body div.background{
	background-image:url(../img/Hintergrundsvu.jpg); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
div.backgroundj{
	background-image:url(../img/Hintergrundsvu.jpg); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

body div.neu{
	background-image:url(../img/Hintergrundsvu.jpg);
	background-size: 100% 100%;
	height:1500px;
}
h1{
	font-size:24px;
}
img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
img {
	width:100%;
	height:auto;
}


.container {
	max-width:1250px;
	margin:0 auto;
}

header {
	position:absolute;
	float:left;
	width:100%;	
	height:auto;
	color:#FFF;
	padding:4%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.header{
	position:absolute;
	background-color:#000000;
	width:100%;
	height:96px;
	margin-bottom:0;
}


#logo {
	position:absolute;
	z-index:7;
	background-image:url(../images/Logo.Schatten-kl.png);
	background-repeat:no-repeat;
	width:80px;
	margin-bottom:10px;
	display:block;
	height:117px;
	text-align:center;
	float:left;
	text-indent:-9999px;
}
div.logo {
	padding-left:88px;
}
div.logo h1{
	padding-top:5px;
	font-size:20px;
	font-weight:600;
	line-height:1.2;
}
div.logo h1 span{
	display:block;
	font-weight:600;
	font-size:20px;
}
div.logo h1 b{
	font-weight:400;
}
/* navigation */
a,
a:hover {
	text-decoration:none;
}
ul,
ol {
	list-style:none;
}

.main {
	width:100%;
}
.nav {
	position:absolute;
	float:right;
	margin-top:46px;
	display:inline-block;
	font-size:14px;
	font-weight:400;
	z-index:3;
}
.nav-list {
	text-align:left;
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
}
.nav-item a {
	display:block;
	color:#FFF;
	padding:15px 20px;
	background:#000;
	border-bottom:1px solid #0c61e9;
	text-align:center;
}
.nav-item a.activlink{
	font-weight:900;
}
.nav-item > a:hover {
	background:#094ab1;
}
.nav-item:hover .nav-submenu {
	display:block;
}
/* Navigation submenu */
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:180px;
	background:#FFF;
}

.nav-submenu-item a {
	background:#094ab1;
	border-bottom:1px solid #0c61e9;
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
	background:#0c61e9;
}
/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background:#094ab1 url(../img/nav.svg) no-repeat center center;
	background-size:18px;
	height:50px;
	width:50px;
	margin-left:20px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #0c61e9;
	height:49px;
	width:50px;
	background:#094ab1;
	cursor:pointer;
	
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../img/drop.svg) no-repeat center center;
	background-size:20px;
	
}
.nav-click:hover {
	background-color:#0c61e9;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
/* navigation_end */

div#featuredContainer {
	float:left;
	margin-top:30px;
	margin-bottom:120px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div#featuredContainer h1{
	font-size:35px;
}
div#featuredContainer p{
	font-size:14px;
}
div#featuredContainer img  {
	padding-top:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}

a,
a:hover {
	text-decoration:none;
}
ul,
ol {
	list-style:none;
}

div#textFeatured{
	margin: 0 10px;
}
div#textFeatured h1{
	text-align:center;
}
div#textFeatured p{
	text-align:center;
}
/* tab */
.TContainer {
	float:left;
	width:100%;
	padding:4%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
		background-image:url(../img/Hintergrundsvu-kl.jpg);
	background-position:center;
	margin-bottom:5px;
}

.textT {
	padding:0;
	list-style:none;
	margin-bottom:100px;
}
.textT a{
		color:#FFFFFF;
	}
	.textT a h1:hover{
		color:#b30000;
	}
	.textT h1{
		text-align:center;
		color:#FFFFFF;
		margin:0;
		padding-bottom:6px;
		border-bottom: 1px solid rgba(255,255,255,0.8);
	}
	.textT h1 span{
		display:block;
		text-align:center;
		color:#FFFFFF;
		margin:0;
		font-size:22px;
	}
.textT h2{
		text-align:center;
		color:#FFFFFF;
		padding-bottom:10px;
		padding-top:30px;
	}
	.textT p{
		text-align:center;
		color:#FFFFFF;
		font-size:14px;
		padding-bottom:5px;
	}
	.textT b{
		padding-right:10px;
		word-spacing:0.5;
	}
	div.space-line{
		height:15px;
	}
	
div.space{
	clear:both;
	height:150px;
}


ul.textline li {
	width:100%;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:1%;
}
ul.textline li p{
	letter-spacing:0.5px;
}
#Leitung{
	width:200px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	padding-top:40px;
}

#widget-svu{
	background:url(../img/gras-verlauf.jpg)50% 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	margin-top:30px;
	margin-bottom:0px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0;
	clear:both;
}
div.widget {
	background-color:#FFFFFF;
	width:320px;
	height:610px;
	padding:5px 5px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
/* tab_end */
#content {
	float:left;
	width:100%;
	margin-top:80px;
	padding:0 3%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.grid{ float:left;
		margin-bottom: 4%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.grid,
	.grid:nth-of-type(even) {
		width:49%;	
		margin-right:2%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.grid:nth-of-type(2n+2) {
		margin-right:0;	
	}
/* Common style */
.grid figure{
	position: relative;
	float: left;
	overflow: hidden;
	width:100%;
	margin: 3px 0;
	text-align: center;
	cursor: pointer;
	margin-bottom:13px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 15px 30px -10px rgba(0,0,0,0.3);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.grid figure img{
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	padding:0px;
}

.grid figure figcaption{
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 800;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	margin-top:70%;
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.frame {
	background: #094ab1;
	padding:0px;
}

figure.frame img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	padding:0px;
}

figure.frame:hover img {
	opacity: 0.4;
}

figure.frame h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.frame p {
	padding: 20px 6px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.frame p span{
	display:block;
}
figure.frame:hover figcaption::before,
figure.frame:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.frame:hover h2,
figure.frame:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

div#trainer{
	background-image:url(../img/Hintergrundsvu-kl.jpg);
	background-size:cover;
	height:610px;
	padding:30px 0;
	clear:both;
	width:100%;
}
h2.titel_Trainer{
	color:#FFF;
	padding-bottom:20px;
	margin: 0 10px;
	font-size:35px;
	clear:both;
	text-align:center;
}
h2.titel_Mannschaft{
	color:#000;
	padding:50px 0;
	margin: 0 10px;
	font-size:35px;
	text-align:center;
	clear:both;
}


div.content h3{
	color:#FFF;
	margin-top:600px;
}
div.content h2{
	color:#FFF;
}
.sponsor {
	clear: both;
	padding: 6em 1em;
	font-size: 120%;
}

.sponsor > div {
	display: inline-block;
	margin: 20px 10px;
	padding: 25px;
	border: 1px solid #FFF;
	text-align: center;
}

.sponsor div {
	max-width: 100%;
	opacity: 0.9;
}
.sponsor img{
	max-width: 300px;
	padding-right:8px;
}

section.sponsor h2 {
	text-align: center;
	color:#FFF;
}
section.sponsor p {
	text-align: center;
	color:#FFF;
	font-size:14px;
}
footer div.impressum{
	color:#FFFFFF;
	padding-top:7px;
	text-align:center;
}
figure.sponsor {
	width:100%;
	background-image:url(../img/gras.jpg);
}
footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color:#990000;
	height:35px;
}
footer div.impressum a{
	font-weight:800;
	color:#FFF;
	padding-left:5px;
	text-transform: uppercase;
	text-decoration:none;
}
.clr{
	clear: both;
}

div.space{
	clear:both;
	height:150px;
	width:100%;
}
/* Overlay style */
button#trigger-overlay{
	background-image:url(../img/ball5x50.png);
	background-repeat:no-repeat;
	clear:both;
}
section button {
	border: none;
	outline: none;
	width:50px;
	height:50px;
	padding: 10px 0;
	margin-top: 120px;
	margin-right:3px;
	float:right;
	right:0;
	
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(9,74,177);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(9,74,177,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(9,74,177,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(9,74,177,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(9,74,177,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(9,74,177,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(9,74,177,1) 100%);
	z-index: 90;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay nav h2{
	margin-top:60px;
	font-size:30px;
	color:#FFFFFF;
	padding-bottom:20px;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	min-height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	background-color:#FFF;
	margin-bottom:2px;
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 24px;
	font-weight: 300;
	padding:10px 0 12px;
	display: block;
	color: #000;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #03F;
	font-weight:600;
}

/* Effects */
.overlay-scale {
	overflow-x: hidden;
	overflow-y: scroll;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	
}

.overlay ul li a.activlink{
	font-weight:600;
	color:#FFFFFF;
	background-color:#3b83f5;
}
/* navigation*/
@media only screen and (min-width: 320px) and (max-width: 1115px) {
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding:50px 0 0;
	}
	
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item > a {
		padding:15px;
	}
	.nav-item a {
	background:#094ab1;
	border-bottom:1px solid #0c61e9;
}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
	}
	.nav-submenu a {
		background:#08429f;
	}
	
}
@media screen and (min-width:400px) {
#logo {
		top:30px;
	}
	div.logo {
	position:absolute;
	padding-left:85px;
	top:10px;
	}
div.logo h1{
	font-size:22px;
	font-weight:600;
	line-height:1.2;
}
div.logo h1 span{
	font-size:21.5px;
	font-weight:400;
	display:block;
}
	
}
@media screen and (min-width:450px) {
	.grid{ float:left;
		margin-bottom: 4%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.grid,
	.grid:nth-of-type(even) {
		width:23.5%;	
		margin-right:2%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.grid:nth-of-type(4n+4) {
		margin-right:0;	
	}
}
@media screen and (min-width:500px) {
	body {font-size:0.95em;}
	.overlay nav h2{
	margin-top:50px;
	}
	
}

@media screen and (min-width:550px) {
	body {font-size:1em;}
	div.logo {
	padding-left:80px;
}
	div.header{
	position:absolute;
	background-color:#000000;
	width:100%;
	height:115px;
	margin-bottom:0;
}
	#logo {
	position:absolute;
	background-image:url(../images/Logo.Schatten-m.png);
	width:110px;
	margin-bottom:10px;
	display:block;
	height:117px;
	text-align:center;
	float:left;
	text-indent:-9999px;
	top:30px;
}
	div.logo {
	padding-left:115px;
	padding-top:10px;
}
	
div.widget {
	background-color:#FFFFFF;
	width:330px;
	height:620px;
	padding:10px 10px;
}	
}

@media screen and (min-width:620px) {
	
	header {
		padding-top:15px;	
		padding-bottom:0;	
	}
	
	#logo {
		position:absolute;
		float:left;
	}
	#content {padding:4% 4% 0 4%;}
	
	div.sponsor{
		width:100%;
	}
	div.sponsor-logo{
		position:relative;
		margin-top:800px;
	}
	div.sponsor h4{
		text-align:center;
		color:#FFF;
	}
	figure.frame p {
	padding: 20px 15px;
}
}

@media screen and (min-width:769px) {
	
#featuredContainer{
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
	
#featuredContainer img {
		float:right;
		position:relative;
		padding-bottom:60px;
		width:100%;
	}
	div#textFeatured{
		padding-top:70px;
	}
	div.widget-frame{
		width:700px;
		margin:0px;
		padding:0px;
		margin-left:auto;
		margin-right:auto;
	}
	#widget-svu{
	background:url(../img/gras-verlauf.jpg)50% 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width:100%;
	height:900px;
}
	div.widget {
	float:left;
	width:330px;
	height:620px;
	margin-right:30px;
}
div.widget:last-child {margin-right:0;}
}
@media screen and (min-width:820px) {
	div#textFeatured h1{
	text-align:left;
	margin-left:60px;
}
div#textFeatured p{
	text-align:left;
	margin-left:60px;
	margin-right:60px;
}
div#trainer{
	height:550px;
}
	h2.titel_Trainer{
	text-align:left;
	margin-left:60px;
}
h2.titel_Mannschaft{
	text-align:left;
}
h2.titel_Trainer{
	text-align:left;
}
h2.titel_Mannschaft{
	text-align:left;
}
	#Leitung{
		width:200px;
	float:right;
	margin:0;
	margin-right:20px;
}
	
	.textT li{
		width:100%;
	}
	.textT {
		float:right;
		width:50%;
		margin:2% 0 5%;	
		padding-left:4%;
		
	}
	.textT h1{
		padding-top:25px;
	}
	ul.textline li {
		width:100%;	
		
	}
	.textT li h2{
		padding-top:2px;	
		
	}
	.textT h1{
		text-align:left;
	}
	.textT h2{
		color:#FFFFFF;
		padding-bottom:10px;
		text-align:left;
	}
	.textT p{
		color:#FFFFFF;
		text-align:left;
	}
	
}

@media screen and (min-width:920px) {
	
	
	.grid,
	.grid:nth-of-type(even) {
		width:15%;	
		margin-right:2%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.grid:nth-of-type(6n+6) {
		margin-right:0;	
	}
	.gridtwo,
	.gridtwo:nth-of-type(even) {
		width:23.5%;	
		margin-right:2%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.gridtwo:nth-of-type(3n+3) {
		margin-right:0;	
	}
	.grid3,
	.grid3:nth-of-type(even) {
		width:32%;	
		margin-right:2%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.grid3:nth-of-type(3n+3) {
		margin-right:0;	
	}
	
	.gridtwo,
	.gridtwo:nth-of-type(even) {
		width:23.5%;	
		margin-right:2%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.gridtwo:nth-of-type(4n+4) {
		margin-right:0;	
	}
	
}

@media screen and (min-width:960px) {
	div#textFeatured h1{
	margin-top:0;
	padding-top:0;
	}
	div#textFeatured p{
	margin-right:10px;
	}
	
	#featuredContainer img  {
	float:left;
	padding-top:66px;
	padding-bottom:10px;
	padding-right:20px;
	width:56%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
div#textFeatured{
	
		margin-left:0;
		padding-left:0;
	}

}
@media screen and (min-width:1115px) {
	.nav {
		float:right;
		right:0;
	}
}
@media screen and (min-width:1180px) {
	#Leitung{
	padding-top:0;
	margin:0;
	float:left;
	margin:0;
	
}
#Leitung img{
	float:left;
	width:100%;
	margin:0;
	padding-top:0;
	
}
	.TContainer {
	margin-top:30px;
	float:left;
	width:49%;
	margin-right:2%;
	padding:4%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-image:url(../img/Hintergrundsvu-kl.jpg);
	
	background-position:center;
	margin-bottom:5px;
}

.TContainer:last-child {margin-right:0;}
	
	.TContainer img {
		float:left;
		width:20%;
		margin-top:1%;
	}
	
	.textT {
		float:right;
		width:58%;
		margin-top:1%;	
		padding-left:10px;
		
	}
ul.textline li {
		margin-top:1%;
		float:right;
		width:100%;
	}
	
	.textT h2{
		color:#FFFFFF;
		padding-bottom:10px;
	}
	.textT p{
		color:#FFFFFF;
	}
	.textT b{
		padding-right:10px;
		word-spacing:0.5;
	}
	
	
}

@media screen and (min-width:1234px) {

div#textFeatured h1{
	margin-left:0;
	}
	div#textFeatured p{
	margin-left:0;
	margin-right:5px;
	}
	
	#featuredContainer img  {
	float:left;
	padding-top:66px;
	width:78.5%;
	margin-right:0.5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
div#textFeatured{
	float:left;
		width:20%;
		margin-right:0;
		margin-left:0;
		padding-left:0;

}
}

@media screen and (min-width:1250px) {
	h2.titel_Trainer{
	text-align:left;
	margin-left:0;
}
}
@media screen and (min-width:1371px) {
div.logo h1{
	font-size:24px;
	font-weight:600;
	line-height:1.2;
}
div.logo h1 span{
	font-size:24px;
	font-weight:400;
	display:inline;
}
}