/*ToDo: handle in media Queries, mobil-menue not working, currently not used
.header div.actionPageMainNav{
  margin: 10px auto;
  font-size: 0.9em;
  padding: 10px 16px;
  top:5px;
  width:100%;
  left: -180px;
  display:block;
  position:absolute;
}
.header div.row{
	height:180px;
}
*/
.header h1.actionPageLogo{
	margin-right:10px;
	display:inline;
	text-decoration:none;
}
.header h1.actionPageLogo + div {
	margin-top: 30px;
	margin-bottom:0px;
	margin-left: 0px;
	width: 90%;
	position:relative;
	display:inline;
	float:left;
}
.actionServiceNav a {
	color:#FFF;
}
.actionServiceNav a:hover {
	color:#1f6a95;
}
.actionServiceNav a:visited {
	color:#FFF;
}
.header h1 a.actionPageLogo{
	/*top:30px;*/
	margin-left: 40px;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom:0px;
	display: block;
    /*width: 150px;*/
    height: 55px;
	overflow: hidden;
	text-indent: -2000px;
	/*background: url("../img/webTactics.png") no-repeat;*/
	/*background: url("../img/Logo_SCW_Home.png") no-repeat;*/
	background: url("../img/Tennisverein_NH_LOGO.svg") no-repeat; 
	background-size: 100%;
	position: relative;
	z-index:1;
}
h1 a.platz-manager{
	/*background: url("../img/Logo_SCW_Home.png") no-repeat;*/
	background: url("../img/Tennisverein_NH_LOGO.svg") no-repeat; 
	  width: 160px;
  height: 100px;
}
/*
.header div.actionPageHeaderContainer {
	display:block;
	height:180px;
	position:relative;
	color:#FFF;
	width:100%;
}
*/
.header h2.actionPageHeadline {
	display: block;
	text-align:center;
	margin: 1% auto;
	color: #272727; /*#feefb3; #FFC;* /
	/*margin: 20px 0px 10px 40px;*/ 
	position:relative;
	width:90%;
	float:left;
	font-size:1.6em;
	font-weight:bolder;
	text-transform:uppercase;
	padding-top:15px; 
	padding-bottom:15px;
}

.header span.actionPageHeaderHinweis {
	clear:both;
display:block;
margin-top:30px;
font-size:0.6em;
text-transform:none;
font-weight:normal;
color:#FFF;
}
.header_content p a {
  padding: 0 2px;
  font-size: 0.9em;
  /*color: #5fd1fb;*/
  color: white;
}
.header_content div a.info{
	color: white;
}
.sub_nav.menu {
  bottom: 20px;
  top: 40px;
  height: 25px;
  font-size: 0.8em:
}
.sub_nav.menu.fixed {
  bottom: 0px;
  top: 0px;
  height: 50px;
}
.sub_nav a.menu {
	position: relative;
	top: -40px;
}
.sub_nav.fixed a.menu {
  top: 0px;
}
@media all and (max-width: 750px) {
	/*
.header div.actionPageMainNav{    
  left: -155px;
  top: -50px;
  z-index:0;
}
*/
  .header h1.actionPageLogo + div {
    position: fixed;
    width: auto;
    top: 0px;
    z-index: 3;
    margin: 0;
    height: 34px;
    text-align: left;
	display:block;
	width:100%;
  }
}
