/*
================================================================================
|                          Ravi Kirin Kaur ipad.css                           |
================================================================================
*/



@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
	#header_container { height: 100px !important; background-image: url(./images/bg_header_2000_ipad.jpg); background-size: 100%;}	
	#logo { height: 100px !important;}	
	.logo {    height: 100px !important;}
	nav {
		border-bottom: 0;
	}
	nav a { line-height:39px !important;}
	nav ul {
		display: none;
		height: auto;
		width: 100% !important;
	}
	nav li {
  		width: 100%;
		margin: auto;
		padding:0 !important;
		background-color: #796F61;
  	}
  	nav li a { padding: 3px 0 3px 0 !important;}
	nav a#pull {
		display: block !important;
		background-color: #796F61;
		width: 22%;
		margin: auto;
		position: relative;
		padding-left:15px;
		color:#FABB00;
		height:30px;
	}
	nav a#pull:after {
		content:"";
		background: url('menuicon.png') no-repeat;
		background-position: 2px 6px;
		width: 30px;
		height: 40px;
		display: inline-block !important;
		position: absolute;
		width: 50%;
		margin: auto;
		top: 10px;
		left:0px;
		color:#fabb00;
	}
	#footer_container {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    height: 40px;
    z-index: 5;
	}
	
	.home {	padding:23% 0 0 0; }
	.philosophie {	padding:20% 0 0 0; }
	.kompetenz {	padding:20% 0 0 0; }
	.kontakt {	padding:25% 0 0 0; }
	
	#content7 {    height:350px !important;}
	#RaviKirinKaur {  height:350px !important; }
}
