/*
 * Theme Name: Kachelofen Kamine
 * Theme URI: 
 * Theme Description: 
 * Author: FK Web Consulting
 * Author URI: 
 * Version: 1.0
 * Tags:
 * License:
 * License URI:
*/



/* Apply bootstrap styles */
@import url('bootstrap/css/bootstrap.min.css');

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* styles for shortcodes  */

.divider {
    margin-bottom: 25px;
    padding-top: 25px;
    clear: both;
    display: block;
    margin-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}


/* Styling of standard gallery shortcode */

.gallery {
    margin: auto;
}

.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 25%;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}






/*Styles for Plugins*/

/* Pagenavi */

.wp-pagenavi{
    margin-bottom: 25px;
    text-align: center;
}






/* very basic styles for layout */


/*Body*/ 

html, body {
    border: 0 none;
    background: url(background4.png);
    font-size: 100%;
    color: #454545;
    font-weight: 300;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    background: #FFF;
    padding: 0;
}
.main-content {
    padding-left: 25px;
    padding-right: 25px;
}
.content {
    margin-top: 50px;
    margin-bottom: 80px;
    padding-left: 0px;
    padding-right: 40px;
}
.content p {
    line-height: 1.6;
}
.fullcontent {
    padding-left: 0;
    padding-right: 0px;
}
.fullcontent p {
    line-height: 1.6;
}
.brand {
    padding-top: 6px;
    padding-left: 40px;
}
a {
    color: #AA0011;
}
a:hover {
    color: #AA0011;
}

/* Top Header */ 

 #top-header{
        display: none;
    }

    
#top-header{
    background-color: #F8F8F8;
    color: #333;
    font-size: 0.8rem;
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
}

#top-header ul,ol{
    margin-bottom: 3px;
    margin-left: 0px; 
    padding-left: 0px;
}

#top-header  a{
    color: #333;
}


/* Brand */

.brand{
    margin-top: 15px;
    margin-bottom: 15px;
}


#site-title{
    font-size: 2rem;
}



/*Header Menu */

.header-menu{
    list-style: none outside none;
    display: inline-block;
}

.header-menu  li {
    display: inline;
    padding-right: 10px;
    padding-left: 5px;
}




/*Main Menu*/

.navbar-toggled-title{
    float: left;
    display: inline;
    margin: 15px;
}
.navbar-fixed-top {
  position: relative;
}
/* Navbar Default Custom changes */
.navbar-default {
    background: none;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #A01;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover {
    color: #A01;
    background: none;
}
.dropdown-menu>.active>a {
    background-color:#AA0011;
}


/*Breadcrumbs*/

.breadcrumb{
    background-color: transparent;
    border-radius: 0;
    padding-left: 10px;
}


/* post image */

.wp-post-image{
    float: left;
    margin-right: 15px;  
}



/*Read More Links*/

.read-more{
    background-color: #428BCA;
    border-color: #428BCA;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.read-more:hover {
    background-color: #3276B1;
    border-color: #3276B1;
    color: #FFFFFF;
    text-decoration: none;
}


/* meta data */ 

.meta{	
    font-size: 0.9rem;
}

.cats{
    margin-left: 5px;
    margin-right: 10px;	
}

.tags{
    margin-left: 5px;
    margin-right: 10px;
}



/* Sidebar */

.sidebar-wrapper{
    padding-top: 0px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
    border-left: 1px solid transparent;
    border-color: #dcdcdc;
}

.sidebar-wrapper ul {
    padding-left: 25px;
}

.sidebar-wrapper p {
    padding-left: 10px;
}

.sidebar-posts .textwidget, .sidebar-page .textwidget{
    padding-left: 15px;

}

/* Form */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.control-label {
    font-weight: normal;

}


/* Widgets */

.widget{
    margin-bottom: 40px;
}

.header-widget{
    display: none;
}
/* Thumbnail Oefen WPgallery */
.thumbnail {
    padding: 0;
    border-radius: 0px;  
     
}

/* code in comments*/

code {
    white-space: normal; 
}


/* Footer */

.footer-wrapper{
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
}

.footer{
    padding-top: 35px;
    padding-bottom: 20px;
    background: #F0F0F0;
    text-align: center;
}

.footer h3, .footer h4, .footer h5, .footer h6 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    text-transform: none;
    font-weight: bold;
}

.footer-menu {
    list-style: none outside none;
    display: inline-block;

}

.footer-menu-wrapper ul, ol{
    margin-left: 0px;
    padding-left: 0px; 
}

.footer-menu  li {
    display: inline;
    padding-right: 10px;
    padding-left: 5px;
}


/* Copyright*/

.copyright-wrapper{
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
    font-size: 0.8rem;
}

.credit{
    font-size: 0.8rem;
    text-transform: none;
    list-style: none outside none;
    display: inline-block;
    text-transform: uppercase;
}

.credit li{
    display: inline;
}

.copyright-text {
    margin-right: 40px
}

.copyright{
    padding-top: 10px;
    background: #F0F0F0;
}


/* Fonts */
h1, h2, h3, h4 {
  
  color: #2B2B2B;
}
h1, h2, h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 18px;
}
h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color:#AA0011;
}
#home h2 {
    margin-bottom: 45px;
    color: #2B2B2B;
}
h3 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 300;
    color:#AA0011;
}
.btn-primary {
    background-color:rgb(174, 2, 1);
    border:0;
}
.btn-primary:hover {
    background-color:rgba(174, 2, 1,0.8);
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* MEDIA QUERIES */

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {

 #top-header{
        display: block;
    }
    
    .header-widget{
        display: block;
    }

    .header-menu-wrapper{
        float: right;
    }

    .footer-menu-wrapper{
        float: right;
    }

    .footer-menu-wrapper ul, ol{
        margin-left: 10px;
    }
    .own-gutter > [class*='col-sm-3'] {
    padding-right:0px;
    padding-left: 0;
    background: red;
    }
    .sidebar-wrapper {
        margin-left: -15px;
    }
    .headerpic {
	    position: relative;
    }
    .hinweismarienberg {
	    position: absolute;
	    left: 20px;
	    top: 90px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .top-main-menu {
        margin-top: 70px;
    }
    .navbar-fixed-top {
        position: fixed;
        background: #FFF;
        right: auto;
        left: auto;
        width: 970px;
        border-bottom: 1px solid #E8E8E8;
    }

    .header-menu li:first-child {
        padding-left: 20px;
    }
    .container {
        
        box-shadow: 10px 0px 10px -7px rgba(71,71,71,0.3), -10px 0px 10px -7px rgba(71,71,71,0.3);
        -webkit-box-shadow: 10px 0px 10px -7px rgba(71,71,71,0.3), -10px 0px 10px -7px rgba(71,71,71,0.3);
        -moz-box-shadow: 10px 0px 10px -7px rgba(71,71,71,0.3), -10px 0px 10px -7px rgba(71,71,71,0.3);
    }
    /* Dropdown durch Hover ersetzen bei groeßeren Bildschirmen */
    ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    margin-top:0px;
	}
	.hinweismarienberg {
	    position: absolute;
	    left: 30px;
	    top: 150px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
     .navbar-fixed-top {
        width: 1170px;
    }
    .hinweismarienberg {
	    position: absolute;
	    left: 50px;
	    top: 210px;
    }
}