/**
 * @author      nicole
 * @package     Joomla!
 * @subpackage  Template Restaurant-zur-Waage-01
**/
/** Inhaltverzeichnis
- Allgemeine Formatierungen
- Multimedia 
- Google Font Import
- Typo
- Layout
- Navigation
- Sub-Navigation
- Footer
**/
/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/
@charset"utf-8";

*       {box-sizing: border-box; }
*		{ margin: 0px; padding: 0px; border: 0px; }
html	{ height: 100.2%; }
body	{ }

/* ************** Multimedia *********************
*****************************************************************/
img {max-width: 100%; height: auto;}

@media screen and (min-width: 600px) {
     .sixhundredminwidthclass {
          width: 30%;
          float: right;
     }
}

@media screen and (max-width: 600px) {
     .sixhundredmaxwidth {
          clear: both;
          font-size: 1.3em;
     }
}

/* ************************** IMAGE *****************************
*****************************************************************/
/*img 	{max-width: 100%; height: auto;}*/

/* ************************** Google Font Import ****************
*****************************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab');

/* ************************** TYPO ****************************
*****************************************************************/
body{
	font-family: 'Roboto', sans-serif;
	color: #000;
   	
}


code{
	font-size: 14px;
	color: #666;
	display:block;
	
/*	background: rgb(204,204,204); /* Old browsers */
/*	background: -moz-linear-gradient(top, rgba(204,204,204,1) 1%, rgba(204,204,204,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(204,204,204,1)), color-stop(50%,rgba(204,204,204,1)), color-stop(50%,rgba(255,255,255,1)), 	
	color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, rgba(204,204,204,1) 1%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, rgba(204,204,204,1) 1%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, rgba(204,204,204,1) 1%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
/*background: linear-gradient(top, rgba(204,204,204,1) 1%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

background-size: 36px;

border: 1px solid #333;
}

#artikeltext p:first-child{
	margin-top: 15px;
}

/*Headings*/
h2, h3,h4,h5,h6 {font-family: 'Roboto', sans-serif;
					text-transform: uppercase;
					line-height: 1.5;}

h1 {font-size: 45px;
  	font-size: 45px;
	font-weight: 700;
  	letter-spacing: 2px;
	}

h2 {font-size: 28px;
	font-weight: 400;
  	letter-spacing: 1px;
	}

h3 {font-size: 24px;
	font-weight: 400;
  	letter-spacing: 1px;
	}

h4 {font-size: 21px;
	font-weight: 400;
  	letter-spacing: 1px;
	}

h5	{font-size: 18px;
	font-weight: 400;
	}

h6 {font-size: 16px;
	font-weight: 700;
  	line-height: 1.5;
	}


p	{font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
/**a {	font-size: 16px;
	font-weight: 400;
	}**/

@media screen and (min-width: 970px) {
h1 {font-size: 68px;
	font-weight: 700;}
h2 {font-size: 45px;
	font-weight: 400;
	}
h3	{font-size:26px;}
h4	{font-size:22px;}
h5	{font-size:18px;}
h6	{font-size:16px;
  	font-weight:700;}
}

@media screen and (max-width: 570px) {
h1{	font-size: 27px;
	font-weight: 700;}
h2 {font-size: 25px;
	font-weight: 400;}
h3	{font-size:22px;}
h4	{font-size:20px;}
h5	{font-size:18px;}
h6	{font-size:16px;
  	font-weight:700;}
}
/*************************** LAYOUT ****************************
*****************************************************************/

#wrapper{
    width: 100%;
    margin: 0px auto;
    min-height: 600px;
    /*height:1050px;*/
    overflow: hidden !important; /* FF Scroll-leiste */
    
}


#header{
  	width: 100%;
  	max-height: 100px;
  	/*min-height: 80px;*/
  	background-color: #ffffff;
  	position: fixed;
 	top: 0px;
  	z-index: 8001;
  	/*border-bottom: solid 1px;
  	overflow:hidden;*/
}

#logo{
  width: 230px;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 5px;
  float:left;
}

@media screen and (min-width: 600px) {
#logo{
  	width:23%;}
}
@media screen and (min-width: 1200px) {
#logo{
  	width:23%;}
}

#page-image{
  	height:60%;
  	bottom:0;
  	float:left;
  	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  	top:100px;
}

@media screen and (max-width: 1200px) {
#page-image{
    position: relative;
    top:100px;}
}

#page-titel-innen{
  	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
} 
#content{
	width: 100%;
  	min-height: 405px;
  	padding-left:8%;
  	padding-top: 10px;
  	padding-bottom: 25px;
  	padding-right: 8%;
  	position: relative;
  	top:130px;
	float:right; 
}
@media screen and (min-width: 800px) {
#content{
  	padding-left: 15%;
  	padding-right: 15%;}
}

#artikeltext{
  margin: auto;
  max-width: 900px;
}

hr{width: 100%;
	height: 1px;
	margin: 0 auto;
	color: black;
	background: #000;}
/**************************** NAVIGATION ************************
*****************************************************************/
/*
#navigation { 
    height: 35px; 
    line-height: 35px; 
    float: right; 
    position: relative; 
    z-index: 20; 
}
*/
#navigation{
	float:right;
    margin-top:58px;
}
/*
@media screen and (max-width: 1200px) {
#navigation{
  	margin-top:8.5%;}
}
*/
@media screen and (max-width: 969px) {
#navigation{
  	display: none;}
}

#navigation ul { 
    list-style: none; 
/*    list-style-position: outside; */
    font-size: 18px; 
   	font-weight: 400; 
 /*    text-shadow: rgba(255,255,255,0.5) 0px 1px 1px; 
  */
}
#navigation ul li { 
    float: left; 
    position: relative; 
    padding-right: 45px; 
/*    background: url(images/navigation-border.png) no-repeat right 0; 
  */
}
#navigation ul > li.last { 
    background: transparent; 
    width: auto; 
    float: left; 
    padding-right: 10px; 
}
#navigation ul > li.last a { 
    border-radius: 0px 5px 5px 0px; 
    -moz-border-radius: 0px 5px 5px 0px; 
    -webkit-border-radius: 0px 5px 5px 0px; 
    -o-border-radius: 0px 5px 5px 0px; 
    border-right: 1px solid #d7e1e8 !important; 
}
#navigation ul > li.first a { 
    border-radius: 5px 0px 0px 5px ; 
    -moz-border-radius: 5px 0px 0px 5px ; 
    -webkit-border-radius: 5px 0px 0px 5px ; 
    -o-border-radius: 5px 0px 0px 5px; 
    border-left: 1px solid #d7e1e8 !important; 
}
#navigation ul li a { 
    color: black;
    float: left; 
    padding: 0 0px; 
  /*  border: 1px solid #d7e1e8; */
    border-left: 0; 
    border-right: 0; 
/*    background: url(images/navigation.png) repeat 0 0;  
  */
    text-decoration-line: none;
}
#navigation ul li a:hover,
#navigation ul li.active a { 
/*    background: url(images/navigation-a.png) repeat 0 0; 
  */
    color: black;
    text-decoration-line: underline; 
}

#navigation ul li a span { 
/*    background: url(images/navigation-arr.png) no-repeat right 0; 
  */
/*    width: 10px; */
   	width: 200px; 

    height: 6px; 
    float: right; 
    padding-left: 3px; 
    margin-top: 14px; 
}

#navigation ul li ul { 
    display: none; 
    float: none; 
    line-height: 40px;  
    position: absolute; 
    top: 100%; 
    left: 0; 
/*    width: 100%; */
   	width: 200px; 
    background: white; 
    border-radius: 0px 0px 5px 5px; 
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px; 
    -o-border-radius: 0px 0px 5px 5px; 
}

#navigation li:hover > ul { 
    display:block; 
}

#navigation ul li ul li { 
  	width: 200px; 
  	clear: left;

    display: block; 
    float: none; 
    padding: 0; 
    background: transparent; 
}

#navigation ul li ul li a { 
    float: none; 
    display: block !important; 
    padding: 0 18px; 
}

#navigation ul li ul li a:hover { 
    float: none; 
    display: block; 
    background: transparent; 
    background-color: #bdd7f4; 
}

#navigation ul li.last ul li a {  
    padding: 0 18px !important;  
    float: none; 
    display: block;  
    border-radius: 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    -o-border-radius: 0px;
}

#navigation ul li ul li.last { 
    float: none; 
    display: block; 
}

#navigation ul li ul li.last a { 
    border-radius: 0px 0px  5px 5px; 
    -moz-border-radius: 0px 0px  5px 5px; 
    -webkit-border-radius: 0px 0px  5px 5px; 
    -o-border-radius: 0px 0px  5px 5px; 
}

#navigation ul li ul li.first a { 
    border-radius: 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    -o-border-radius: 0px;
}

#navigation ul li.first ul li a { 
    border-radius: 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    -o-border-radius: 0px;
}

/*
#navigation li {
  	float:left;
  	list-style-type:none;
  	font-size: 18px;
  	font-weight: 400; 
  	padding: 14px 16px;
  	color: #575757;
  	text-transform: uppercase;
}

#navigation li:hover > ul { display:block; }

#navigation ul li ul li{
  	width: 200px; 
  	clear: left;

    display: none; 
    float: none; 
    background: transparent; 

}
#navigation ul li ul li a { 
    float: none; 
    display: block !important; 
    padding: 0 18px; 
}
#navigation ul li ul li a:hover { 
    float: none; 
    display: block; 
    background: transparent; 
    background-color: #bdd7f4; 
}


#navigation li a{
  	display: block;
  	font-family: 'Roboto', sans-serif;
  	font-size: 18px;
  	color: #575757;
  	text-transform: uppercase;
  	text-decoration: none;
}

#navigation li a:hover {
    color: #000;
    text-decoration: underline;
  }

.active{
    text-decoration: underline;
}
.separator:hover, .separator:active {
  CSS-Eigenschaften;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
#navigation .nav-child{
  position:absolute;
  top: 95%;
  left:0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 230px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
}

#navigation .nav-child.pull-right{
  right:0;
  left: auto;
}

#navigation .nav-child .divider{
  *width:100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

#navigation .nav-child a{
  display: block;
  padding: 3px 3px 3px 3px;
  clear: both;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}

#navigation .nav > li{
  position:relative;
}

#navigation .nav-child a:hover {
    color: #000;
    text-decoration: underline;
  }
#navigation .nav > li:hover > .nav-child,
#navigation .nav > li > a:focus + .nav-child {
  display: block;
}

#navigation .nav-child:before{
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
}

#navigation .nav-child:after{
  position: absolute;
  top: -6px;
  left: 10px;
}

#navigation .nav-child li > a:hover,
#navigation .nav-child li > a:focus,
#navigation .nav-child:hover > a{
  text-decoration: none;
}
*/


@media screen and (max-width:680px)
{
  .topnav.responsive 
  {
    position: relative;
  }
  .topnav.responsive li.icon 
  {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive li 
  {
    float: none;
    display: inline;
  }
  .topnav.responsive li a 
  {
    display: block;
    text-align: left;
  }
}

/**************************** overlay MENU **********************
*****************************************************************/
@media screen and (min-width: 970px) {
#navigation-icon,{
  	display: none;}
}

.container {
    display: inline-block;
    cursor: pointer;
  	float: right;
  	margin-right: 3%;
  	margin-top:30px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 4px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

@media screen and (min-width: 970px) {
.container, .bar1, .bar2, .bar3, .change .bar1, .change .bar2, .change .bar3{
  	display: none;}
}
  
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    width:90%;
  	top: 20%;
  	left: 6%;
    height: 260px;
    margin-top: 20px;
}
  
  
@media screen and (min-width: 970px) {
.overlay, .overlay-content{
  	display: none;}
}
  
.overlay li {
	list-style-type:none;
  	width:250px;
  	font-size:18px;
  	color: #fff;
}

.overlay ul li ul li{
  	font-size: 18px;
  	width: 250px;
}

.overlay a {
  	/*width: 35px;*/
    padding: 8px;
    text-decoration: none;
  	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}
.overlay li{
	float: left;
	position: relative;  
}

.overlay ul li ul li a{
  	font-family: 'Roboto', sans-serif;
  	font-size: 18px;
  	color: #818181;
  	list-style-type: none;
  	float:left;
}

.overlay a:hover, .overlay a:focus {
    color: #fff;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 50px;
}

/*@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 20px;
    top: 15px;
    right: 35px;
  }
}*/

/**************************** FOOTER ****************************
*****************************************************************/

#footer{
	width: 100%;
    min-height: 380px;
	float: left;
  	display: inline-block;
  	list-style: none;
  	background-color:#2f2f2f;
  	color: #ffffff;
  	position: relative;
  	top:130px;
  	
}

  
@media screen and (max-width:800px){
	#footer{
    min-height: 710px; 
  }
}
#footer-innen{
  	margin: auto;
    max-width: 900px;
    padding: 10px;
}
/*@media screen and (min-width: 1200px) {
  #footer-innen{
   	padding-left: 15%;
    Padding-right: 15%;
  }
}*/

.footer-alle {
   	float: left;
  	/*width: 33%;*/
   	/*min-width: 225px;*/
  	padding: 12px;
  	/*margin-left:2%;*/
}

@media screen and (min-width: 800px){
#footer-adresse{
  	width:35%;
  	/*margin-left:2%;*/
  }
}
@media screen and (min-width: 800px){
#footer-oeffnungszeiten{
  	width:40%;
  	/*text-align:center;*/
  }
}
@media screen and (min-width: 800px){
#footer-info{
  	width:25%;
  }
}


/*neu
@media screen and (min-width: 800px){
  .footer-alle{
  padding-left:15%;
  padding-right:15%;
  }
}*/
  
@media screen and (max-width:800px){
	.footer-alle, #footer-adresse{
    margin-left:8%;
    margin-right:8%;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
    width: 83%;
    /*text-align: center;*/
  }
}
