/* CSS-Stylesheet - elfsport.ch */

@charset "utf-8";
/* CSS Document */


/*----- General Formating -----*/
body, html {
  background-color:#ffffff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.95em;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body a {color:#0F243E;} */

 
 
a:active, a:focus {outline: none;}

/*--- Main - Vorlage --- 
main {
  margin: 3em 1em;
  line-height: 180%;
}
/*------------------------------*/

 
/*----- Logo -----*/
.brand {
/*  float: Left; */
  padding: 0.5em 1em 0 0.5em;
}
/*----------------*/


/*----- Menu -----*/
nav {
  margin: 0 auto;
  width: 100%;
  height: 11em;
  text-align: right;
  position: relative;
  background: rgba(255, 255, 255, 1.0);   /* Weiss */
  border-bottom: 1px solid white;
}
 
nav ul {
  margin: 0;
  padding: 8.1em 0 0 0;
  height: 100vh;
}
 
nav ul li {
  list-style: none;
  margin: 0;
  display: inline;
}
 
nav ul li a {
  color: #0F243E;  /* #0F243E = Dunkelblau #009999 */
  position: relative;
  padding: 0 0 0.5em 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
 
nav ul.menu li a:hover {
  color: #0F243E;   /* #03405f; */
  border-bottom: 2px solid #0F243E;  /* #03405f; */
}
/*----------------*/


/*----- Media Queries ----- */
@media screen and (min-width: 961px) {
  nav ul.menu {
    max-height: 20px;
  }
  nav a#nav-m,
  nav a.close {
    display: none;
  }
  nav ul li {
    margin: 0 30px 0 0;
  }
}



 
@media screen and (max-width: 960px) {
  /*Formatierung Mobiles Menue*/
  nav ul {
    top: 12em;
    position: absolute;
    background: #0F243E;  /* #ccc; */
    width: 100%;
    left: -100%;
 
    list-style-type:none;
    margin: 0;
    padding: 0;
 
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
 
  nav ul li{
    display: block;
    text-align: left;
    padding: 0em 0.5em;
    border-bottom: 1px solid #fff;
  }
 
  nav ul li a {
    color: #FFFF00;   /* #FFFF00 = Gelb - #555 */
    padding: 1em 0;
  }
 
  nav ul.menu li a:hover {
    border-bottom: 0;
  }
  
  
 
  /*Hamburger-Icon*/
  nav a#nav-m img,
  nav a.close img {
    width: 50px;
	margin-right: 50px;
	margin-top: 10px;
    height: auto;
  }
 
  nav > .close,
  nav a#nav-m:target {
    display: none;
  }
 
  nav a:target ~ ul,
  nav a:target ~ .close {
    display: inline-block;
  }
 
  nav a:target ~ .close {
    position: absolute;
    margin-left: -40px;
  }
 
  nav a:target ~ ul {
    left: 0;
  }
}
/*--------------------------------------*/


main {background-color:#ffffff;
	color: #000000;
	float:left;
	width:100%;}
/*	width:75%;} */

	
main h1 {font-size: x-large;
 	margin-bottom: 10px;
	margin-top: 0px;}		

main h2 {font-size: large;
 	margin-bottom: 1px;
	margin-top: 0px;}		
	
article {font-size: medium;   /* small - bei normalen Stylesheet */
	border: 1px solid white;
	border-radius:10px;
	margin:20px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;}



/* Fusszeile - Footer */
footer {background-color:#0F243E;
	clear:left;
	color:#ffffff;
	font-size:large;
	font-style:bold;
	font-weight:bolder;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width: 100%;}

img {max-width:100%; height:auto;}



/* Für Floating Button to Top */
a.back-to-top {
	display: none;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #0F243E url("up-arrow.png") no-repeat center 43%;  
	/* Hintergrundfarbe bei Pfeil kann hier gewechselt werden #0F243E = Dunkelblau */
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #000;
}







