/* Theme Name: Narendji Aachen
Theme Description: Theme für das Architekturbüro Narendji aus Aachen 
Author: Sascha Zantis
URI: http://kugelmehl.de 
*/ 
@import url('bootstrap/css/bootstrap.css'); 
/*body { 
     padding-top: 20px; 
     padding-bottom: 60px; 
}*/

#link_parsi {
	direction:rtl;
}

#wrapper {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	padding-top: 20px;
}

#page_header {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
#page_header img {
	max-width: 300px;
	height: auto;
	float: left;
}

#page_header .title {
	float: right;
}

#page_header a:hover {
	color: black;
	text-decoration: none;
}


#contact_bar {
	float:right;
	margin-top: 10px;
	width:80%;
}

#contact_bar .col-md-4 {
	width: 30%;
	float:right;
	text-align: right;
}

#contact_bar a {
	color: #ff6119;
}

#impressum_bar {
	width:20%;
	margin-top:10px;
	float:left;
}

#nav_menu {
	float: left;
}

.gallery img {
	max-height: 200px;
	width: 100%;
	height: auto;
}

.gallery > div.element {
	width:47%;
	margin-right:5%;
	float:left;
	margin-bottom:5%;
}
.gallery > div.element.last {
	margin-right:0 !important;
}

a {
	color: black;
}

a:hover, a:focus{
	color: #ff6119;
}

#menu_wrapper{
	width:100%;
}

#nav_menu {
	width: 100%;
	margin-bottom: 20px;
}

#menu_description {
	display: none;
}

.navbar {
	border: none;
	background: none;
}
.navbar-default .navbar-nav > li > a {
	color: black;
	font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ff6119;	
}

.navbar-collapse {
	padding-left: 0;
}



#impressum_bar a:hover {
	text-decoration: none;
}

figure figcaption {
	float: left;
}

a.fancybox-nav:hover, a.fancybox-nav:focus {
	outline-style: none;
}

/*Media Queries fuer selbst gemachten Kram */

/*Menü-Einrückungsänderung nur auf großen Bildschirmen */
@media (min-width: 768px) {
	.navbar-default .navbar-nav > li.first > a {
			padding-left: 0;
	}
	.navbar-default .navbar-nav > li.last > a {
			padding-right: 0;
	}
}


@media (max-width: 768px){
	#menu_description {
		display: block;
	}
	#impressum_bar, #contact_bar {
		width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center;
	}

	#contact_bar .col-md-4 {
		width: 100% !important;
		text-align: center;
		float: none !important;
	}

	.col-md-6 {
		padding-top: 5px;
	}

	#page_header img {
		width: 100% !important;
		max-width: 200px;
		height: auto;
		float: none !important;
		/*margin-left: 10% !important;
		margin-right: 10% !important;*/
	}

	#page_header .title, #page_header .title h1 {
		width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
		min-width: 270px;
	}

	#page_header {
		width: 80% !important;
		min-width: 270px;
	}
	.navbar-collapse {
		padding-left: 15px;
	}
}