/*
 Theme Name: Blog-de-Fin
 Theme URI:
 Description: Theme Name Child Theme
 Author: Blog.de
 Author URI: https://www.blog.de/
 Template: twentytwelve
 Version: 1.0
 License: No
 License URI: https://www.blog.de/
 Tags: Theme Name Child Theme
*/


img.header-image{ 
	box-shadow: none; 
	margin-top: 0.6rem;
}

#page { margin-top: 0; }

.entry-content p, .entry-content h1, .entry-content h2, .entry-content h3, 
.entry-content h4, .entry-content li, .entry-content{ color: #000; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
	margin: 12px 0;
}

.entry-content h2 {
	font-size: 19px;
}

.entry-content h3 {
	font-size: 15px;
}

.entry-header .entry-title { 
	color: #000;
	font-weight: bold; 
}

.main-navigation { margin-top: 0; }

.site-header { 
	border-bottom: 1px dotted #ededed;
	padding-top: 0;
	padding-bottom: 0.6rem;
} 

.site-content article { 
	border-bottom: none;
	margin-bottom: 0;
}


ul.nav-menu { border-top: none; }

.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: 500px) {
  .site {
    padding: 0 0.8rem;
  }
}