/*
Theme Name: Bodenseespezial Media
Theme URI: http://www.bodenseespezial-media.de
Author: Raimund Holzinger
Author URI: http://www.bodenseespezial.de
Description: WP Site Bodenseespezial Media
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: BS Media
*/

body {
  padding-top: 50px;
  padding-bottom: 30px;
}

.logged-in .navbar-fixed-top {
	margin-top: 30px;
}

@media (min-width:768px) {
	.sub-menu {
		display: none;
		position: absolute;
		background: #222;
		padding: 10px 15px;
		width: 200px;		
	}

	li:hover .sub-menu {
		display: block;
	}

}

.sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu a  {
	color: #999;
	text-decoration: none;
}

.sub-menu a:hover  {
	color: #fff;	
}	

.current-menu-item > a, .current-menu-parent > a {
	background: #000;	
}
.current-menu-parent li a {
	background: inherit;
}
.current-menu-parent .current-menu-item a {
	color: #fff;
	font-weight: bold;
}

.sidebar {
	margin-top: 40px;
}

.widget {
	margin: 10px 0 30px;
}

.widget h4 {
	color: #888;
}

.portfolio-piece {
	margin-bottom: 20px;
}

.featured-image img,
.portfolio-piece img {
	max-width: 100%;
}

.prev-next {
	font-size: 24px;
	margin-top: 30px;
	text-align: right;
}

@media (max-width: 530px) {
	.prev-next {
		margin-top: 35px;
		font-size: 18px;
	} 
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}
/*
 * Bilder ausrichten im Editor
 * --------------------------------------------------
 */
img.alignleft, img[align="left"] {
    float:left;
    margin:2px 10px 5px 0px;
     border:0pt none;

}
img.alignright, img[align="right"] {
    float:right;
    margin:2px 0px 5px 10px;
     border:0pt none;

}
img.aligncenter, img[align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:0pt none;
 }
 
 
  		   /*
 * Beginn angepasste Programmierung Kunde
 * --------------------------------------------------
 */ 
   		   /*
 * Abstände
 * --------------------------------------------------
 */ 
 body {
 padding-top: 140px;
font-family: 'Montserrat', sans-serif;
 } 	
		   /*
 * Schriftgroessen
 * --------------------------------------------------
 */ 	
 body  {
	 font-size: 16px;
	 font-size: 100%;
	 color: #74787b;
	 }
html  {
	 font-size: 16px;
	 }
h1 {
	font-size: 48px;
	font-size: 300%;
	color: #009ee3;
	font-family: 'Playfair Display SC', serif;
}
h2 {
	font-size: 32px;
	font-size: 200%;
	color: #393e42;
	font-family: 'Playfair Display SC', serif;
}
h3 {
	font-size: 24px;
	font-size: 150%;
	color: #393e42;
	font-family: 'Playfair Display SC', serif;
}
   		   /*
 * Hintergrundbilder
 * --------------------------------------------------
 */ 
 .hg-section-home-1 {
  background:url("http://bodenseespezial-media.de/wp-content/uploads/2017/06/cinema4d1-original_67617_by-schnubbii_piqs_de.jpg");
   background-size: 100% auto;
   background-repeat: no-repeat;
 }
    		   /*
 * Farben
 * --------------------------------------------------
 */ 
.dunkelgrau {
	color: #393e42;
}
.hellgrau {
	color: #74787b;
}
.blau {
	color: #009ee3;
}
.schwarz {
	color: #000;
}
.weiss {
	color: #fff;
}
.background-dunkelgrau {
	background-color: #393e42;
}
.navbar-inverse {
    background-color: #393e42;
    border-color: #393e42;
}
   		   /*
 * Navi / Header
 * --------------------------------------------------
 */ 
.navbar {
    min-height: 150px;
}
.navbar-nav {
    float: right;
    margin: 50px;
	font-size: 150%;
	font-family: 'Playfair Display SC', serif;
}
.navbar-inverse .navbar-nav > li > a {
    color: #009ee3;
}
 .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #74787b;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}
 		   /*
 * Bildschirmgroessen
 * --------------------------------------------------
 */ 	 
	 @media(min-width: 1200px)
{
}
	@media(min-width: 1024px) and (max-width: 1199px)
{ 
}
	@media(min-width: 768px) and (max-width: 1023px)
{ 
}
@media(min-width: 360px) and (max-width: 767px)
{
}
@media(max-width: 359px)
{
}