/*
 Theme Name: Blog-de-Fin-Boostrap
 Theme URI:
 Description: Theme Name Child Theme
 Author: Blog.de
 Author URI: https://www.blog.de/
 Template: sparkling
 Version: 1.0
 License: No
 License URI: https://www.blog.de/
 Tags: Theme Name Child Theme
*/

#page .navbar-default .navbar-nav li a{
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.navbar-header{ float: left; }

.post-inner-content {
    padding: 0px 25px;
}

.page-header {
    padding-bottom: 0;
    margin: 30px 0 20px;
}

.entry-title {
    margin-bottom: 10px;
}

.main-content-area {
    margin-top: 15px;
}

.navbar.navbar-default {
    padding-top: 7px;
    padding-bottom: 7px;
}

.fa_row div a .fa_logoimg, 
.fa_row div a .fa_karteimg_mobile, 
.fa_row div .fa_karteimg_mobile { box-shadow: none; }

.vglhead{
	background-color: #f5f5f5;
	padding: 2px 5px;
}

ul.besonderheiten li{ margin-left: 0; }

.fa-ul{ 
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.fa_ul li { margin-left: 25px; }

.click-button-resp {
    text-indent: 0;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    padding: 5px 0;
    line-height: 1.4;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #454545;
    background-color: #F8B334;
    color: #000 !important;
    text-decoration: none;
    font-weight: bold !important;
    display: block;
    width: 100%;
    margin-top: 5px;
}

.fa_button, .fa_button:hover {
    background-color: #F8B334 !important;
    color: #000000 !important;
}


@media only screen and (max-width: 767px) {
  .post-inner-content {
    padding: 0px 15px;
  }
  
  .main-content-inner{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .btn.navbar-toggle{ display:none; }
}

@media only screen and (max-width: 467px) {
  .post-inner-content {
    padding: 0px 4px;
  }
}

h1,
.h1 {
  font-size: 28px !important;
}

h2,
.h2 {
  font-size: 24px !important;
}

h3,
.h3 {
  font-size: 20px !important;
}

h4,
.h4 {
  font-size: 16px !important;
}

h5,
.h5 {
  font-size: 14px !important;
}

h6,
.h6 {
  font-size: 13px !important;
}


@media only screen and (max-width: 800px){
	.not-mobile{ display:none !important; }
}

.align-center {
	text-align:center !important;
}

.btn-warning {
	background-color: #f8b334 !important;
	border-color: #f8b334 !important;
}

.btn-warning:hover {
    background-color: #f9a305 !important;
    border-color: #f9a305 !important;
}

/* AddThis Bugfix Sichtarbkeit Footer + Scrollbutton */
@media screen and (max-width: 783px) {

#colophon {
padding-bottom: 80px !important;
overflow:visible !important;
}

.scroll-to-top {
	bottom: 10% !important;
}

}

.more-link, .says {
    display: block !important;
}

.page-content, .entry-content, .entry-summary {
    margin: 20px 0 25px 0!important;
}

#secondary .widget a {
    color: #333 !important;
}


