body.home h1 {
    /*display: none;*/
   font-size: 48px
}

h1 {
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-align: center;
    font-weight: 600;
}

.blog>p {
    font-size: 28px;
}

.navbar .container {
   max-width: auto !important;
   box-sizing: content-box;
}

p.posted-in {
    display:none;
}

#more-button {
    margin-bottom: 20px;
}

.btn-more:hover {
	background-color: #A8A8A8;
	color: #fff;
}

.authorship {
 display: none;
}

.post-navigation {
   margin-top: 0px;
   padding-top: 0px !important;
}

.post-navigation h2 {
    display:none;
}

.blog-block ul li {
    list-style-type: disc;
    padding-bottom: 2px;
    margin-left: 20px;
}

.alignright a,
.alignleft a,
.post-navigation a,
.comment-reply-link {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    background-color: white;
    
    border: 1px solid #A8A8A8;
    color: #333;
    transition: background .2s ease-out, color .2s ease-out;
    -moz-transition: background .2s ease-out, color .2s ease-out;
    -webkit-transition: background .2s ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, color .2s ease-out;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(173,173,173,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(173,173,173,1);
    box-shadow: 0px 2px 5px 0px rgba(173,173,173,1);
}

.post-navigation a:hover,
.comment-reply-link:hover,
.alignright a:hover,
.alignleft a:hover {
    background-color: #A8A8A8;
    color: #fff;
}

.nav-previous {
    float:right;
}

.nav-next {
    float:left;
}

.post .wp-post-image {
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 17px; */
    margin: 10px 0px;
}

.footer-tml {
    display: none;
}

.gallery-caption {
    position: relative;
    color: #999;
    background-color: transparent;
    opacity: 1;
    padding: 6px 20px;
}

@media (max-width: 990px) {
   #site-title {
      display: none;
   }
}

@media (max-width: 480px) {
    .gallery-caption {
        padding: 0px;
    }
    .page .col-md-8,
    .page .col-md-4,
    .single .col-md-8,
    .single .col-md-4,
    .home .col-md-4 {
        padding-left: 0px;
        padding-right: 0px;
        clear: both;
    }
}

.blog h2 a{
    font-size: 20px;
    font-weight: 400;
}

h2 {
    line-height: 0.8;
}

table.member,
table.member th {
    font-size: 10px !important;
}

/* calendar */

.tribe-bar-disabled,
.tribe-events-list-separator-month,
.tribe-events-read-more
 {
   display: none;
}

.tribe-events-list-event-title a {
    border-bottom: 1px solid black;
    display: block;
}

.tribe-events-event-meta {
    font-size: 16px !important;
}

.ecs-event {
    list-style-type: none !important;
}

h4.entry-title.oeffentlich {
   color: #d0ae75 !important;
}

#commentform label{
    width: 140px;
}