﻿/*
Theme Name: _nosbers
Theme URI: https://github.com/psahalot/_nosbers
Author: Manuel Michaelis Themes
Author URI: http://ideaboxthemes.com/
Description: Hi, I am the ultra minimal starter theme _nosbers, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress.
Version: 1.0
License: GNU General Public License V2 or Later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: _nosbers
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

This theme has been derived from _tk https://github.com/Themekraft/_tk which is licensed under GPL. 

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Twitter Bootstrap


*/
/* Farbe: 
Nosbers, blau: #129adf */
/* Import the necessary Bootstrap WP CSS additions */
@import url( //www.zimmerei-nosbers.de/wp-content/themes/_nosbers/includes/css/bootstrap-wp.css );
/*@import url( //www.zimmerei-nosbers.de/wp-content/themes/_nosbers/includes/css/colors.css );*/
@import url( //www.zimmerei-nosbers.de/wp-content/themes/_nosbers/includes/css/navigation-centered.css );
@import url( //www.zimmerei-nosbers.de/wp-content/themes/_nosbers/includes/css/contactform.css );
/* ========================================
	AUSBLENDEN
======================================== */
.sidebar, .site-branding, .navbar-brand,
.page-header{display:none;}


/* ========================================
	STRUKTUR
======================================== */
/* Zurücksetzen auf 1024px Breite */
.container{max-width:1024px;}
/* GLOBAL */
.fl{position: relative; float: left;}
body{background: url("//www.zimmerei-nosbers.de/wp-content/themes/_nosbers/images/bg-1.jpg") no-repeat; background-size:cover; font-family:Arial, Helvetiva, sans-serif; font-weight: normal;}
.container { background: white; border-right: 1px solid #eee; border-left: 1px solid #eee;}
.container {padding: 0 15px;}
/* Pages */
.main-content-inner{padding-top:30px;}
/* HOME */
.slider-home{width: 43%; margin-bottom: 20px; margin-right: 15px;}
.slider-home img{margin: 0 !important;}
.text-home{width: 55%; background:rgba(128,128,128,0.1);/*grey*/ padding: 0 15px;}
.text-home h3{text-align: center; margin-top: 10px; margin-bottom: 30px;}
/* Navigation Beiträge */
.nav-previous, .nav-next{position: relative; max-width: 50%; list-style-type: none;}
.nav-previous .meta-nav, .nav-next  .meta-nav{display: none;}
.nav-previous:before{content: "\f060";
display: block;
font-family: FontAwesome;
color: #129adf;
width: 20px;
height: 20px;
float: left;
margin: 0 6px 0 0;
}
.nav-next:after{content: "\f061";
display: block;
font-family: FontAwesome;
color: #129adf;
width: 20px;
height: 20px;
float: right;
margin: 0 0 0 6px;
}
.nav-previous{float: left;}
.nav-next{float: right;}
.entry-meta{display: none;}
/* Fusszeile */
.site-info{text-align: center; border-top: 2px solid #129adf; padding-top: 15px;}
.site-info .fa{margin-left: 15px; color: #129adf;}
/* ========================================
	NAVIGATION
======================================== */
.navbar{padding: 0 15px;}
.navbar-nav{padding: 5px 0; border-top: 2px solid #129adf; border-bottom: 2px solid #129adf;}
.navbar-nav li {width: 12.5% !important; background:#E0E0E0;}
.navbar-nav > li > a {padding: 0;line-height: 50%;}
.navbar-default .navbar-nav > li > a {color: black;}
/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}


/* Clearing */
.clear {
	clear: both;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }
 


/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */



@media (min-width:320px){

    .site-navigation-inner{
        float:none;
        padding:13px 0 0;
    }

    .site-navigation{
        padding:0;
    }

    .navbar{
        min-height:0;
        margin-bottom:0;
    }

    .navbar-nav>li>a{
        padding:10px 20px;
    }

    .navbar-nav{
        margin:0;
        box-shadow:none;
    }

    .navbar-default .navbar-collapse{
        border:none;
        box-shadow:none;
    }

    .navbar-default a{
        text-align:center;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color:#fff;
    }

}
@media (max-width:335px){
	.text-home h3{font-size: 150%;}
}
@media (max-width:515px){
	.ngg-galleryoverview{position: relative; float: none; max-width: 245px !important; margin: 0 auto;}
}
@media (max-width:767px){
.navbar-nav {
float:none;
margin:0 auto;
display: block;
border-top: none; border-bottom: 2px solid #129adf;
}
.navbar-nav>li {position: relative; float:left; display: block; width: 100% !important; padding: 10px 0; border-bottom: 2px solid white; }
.ngg-galleryoverview{position: relative; float: none; width: 490px !important; margin: 0 auto;}
}
@media (max-width:991px){
	.container{width:100%}
/* ========================================
	NAVIGATION
======================================== */
.navbar-nav > li > a {padding: 0;line-height: 150%;}
/* HOME */
.slider-home{width: 100%; text-align: center; margin-bottom: 20px; margin-right: 0;}
.slider-home img{margin: 0 !important; padding: 0 !important;}
.text-home{width: 100%; background:rgba(128,128,128,0.1);/*grey*/ padding: 0 15px;}
.text-home h3{text-align: center; margin-top: 10px; margin-bottom: 30px;}
}
@media (max-width:1024px){
.ngg-galleryoverview{position: relative; float: none; width: 735px !important; margin: 0 auto;}
}