/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);


/* Style the header */
.header {
  ##padding: 0 0;  /* 10px 16px */
  background: #555;
  color: #f1f1f1;


}

/* Page content */
.content {
  ##padding: 0; /* 16px 10 */	
  padding-top: 200px; /* 16px 10 */

}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 90px; /* 102 px */
}

.mystyle3{
	font-size: 16px;
	white-space: nowrap;
	display: inline;
	}

.mystyle3hx{
	font-size: 16px;
	##white-space: nowrap;
	##display: inline;
	}

.mystyle3h{
	font-size: 16px;
	line-height: 20px;
    font-weight: bold;
	white-space: nowrap;
	display: inline;
	color: #FFF;
	width: 100%;
	background-color: #E64A19;
	}

.mystyle4{
	font-size: 18px;
	white-space: nowrap;
		display: inline;
	}

.mystyle4b{
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	display: inline;
	}

.mystyle4h{
	font-size: 18px;
	line-height: 20px;
    font-weight: bold;
	white-space: nowrap;
	display: inline;
	color: #FFF;
	width: 100%;
	background-color: #E64A19;
	}
	
.mystyle5{
	font-size: 22px;
	white-space: nowrap;
	display: inline;
	}	

body {
	background: #F5DA81;
	font-size: 14px; /* 14px */
	line-height: 20px;
	color: #000;6
	word-wrap:break-word !important;
	font-family: 'Open Sans', sans-serif;
	}

h1 {
	font-size: 60px;
	text-align: center;
	color: #FFF;
}	

h2 {
	font-size: 30px;
	
}

h3 a {
	color: #FFF;
}

a {
	color: #8B0000;
}

h3 {
	margin-top: 10px;
	text-align:center;
	font-size:60px;
	font-family: 'Bree Serif', 'serif';
	}

#container {
	margin: 0 auto;
	position: fixed;
	top: 0;
	width: 100%;
}

p {
	text-align: center;
}

nav {
	margin:  0px; /* war 50px 0 */
	background-color: #E64A19;
    font-size: 16px; /* 14px */
	display: inline;
}

nav ul {
	padding: 0;
    margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	background-color: #E64A19;
	font-size:16px;
	}

nav a {
	display:block;
	padding:0 8px;	/* 0 8 px re/li einzelne*/
	color:#FFF;
	font-size:16px;
	line-height: 20px;  /* 60px Zeilenhöhe Menue*/
	text-decoration:none;
}

nav a:hover { 
	background-color: #000000; 
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 40px; /* the height of the main nav 40 pc*/
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; /* -60 px */
	left:170px;
}

@media screen and (max-width=1200)
	
/* Change this in order to change the Dropdown symbol 
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }
*/

/* Smartphone Hochformat (Portrait) */
@media only screen
  and (min-width: 320px)
  and (max-width: 479px) {

 nav {
	 ##font-size: calc(15vw);/* 40px */
     font-size: 20px;/* 40px */
 }

  nav a {
	##line-height: calc(17vw);  /* 60px Zeilenhöhe Menue*/
    line-height: 20px;  /* 60px Zeilenhöhe Menue*/
  }

}

/* Smartphone Querformat (Landscape) */
@media only screen
  and (min-width: 480px)
  and (max-width: 767px) {
	  
	  nav {
	 font-size: calc(1vw);/* 40px */
	 ##font-size:25px;
	}

  nav a {
	line-height: 30px;  /* 60px Zeilenhöhe Menue*/
	##line-height: calc(17vw);
	}

}


  }

/* Tablet Hochformat (Portrait) */
@media only screen
  and (min-width: 768px)
  and (max-width: 991px) {
	
	  
	  nav {
	 font-size:25px;
	}

  nav a {
	line-height: 40px;  /* 60px Zeilenhöhe Menue*/
	}

}

/* Tablet Querformat (Landscape) - PC mit geringer Auflösung */
@media only screen
  and (min-width: 992px)
  and (max-width: 1199px) {
	  nav {
	 font-size:35px;
	}

  nav a {
	line-height: 45px;  /* 60px Zeilenhöhe Menue*/
	}

}

/* PC mit hoher Auflösung */
@media only screen
  and (min-width: 1200px) {
	  nav {
	 font-size:35px;
	}

  nav a {
	line-height: 45px;  /* 60px Zeilenhöhe Menue*/
	}

}
