#leftbar {
	background: #00a54f;	
}



a, a:visited {
	color: #00a54f;
}

a:hover, a:active {
	color: #0F5C3B;
}

.entry-header-blog {
	border: none;
}

.leftbar-kasten {
	
}

.single-kontakt {
	background-color: #ededed;
}

.blog-info-kaesten {
	border: 2px solid #fff;
	background-color: #ededed;
	font-size: 0.8rem;
	text-align: center;
}

.blog-info-single {
	border-top: 5px solid #00a54f;
	border-bottom: 5px solid #00a54f;
}

.blog-container {
	background: none;
	border: 2px dotted #00a54f;
}

.blog-main {
	font-style: italic;
}


.sticky #header-nav {
    background-image: url(/wp-content/uploads/2020/12/Wappen_Neu-Anspach.png);
}

#breadcrumb-nav {
	/* display: none; */
}

.blog-more a {
  /* display: block; */
  background-color: #00a54f;
	color: #fff;
  padding: 6px;
  text-transform: uppercase;
	font-size: 0.8rem;
}

.blog-more {
	text-align: right;
}

.blog-more-infos {
	font-size: 0.8rem;

}

.info-button, .link-button {
	border-radius: 5px;

		
	font-size: 0.8rem;
}
	
.blog-info {
			line-height: 1.8rem;
}
	
.info-button {
	padding: 3px 7px;
	color: #fff;
}

.link-button {
	padding: 1px 7px;
	border-style: solid;
	border-width: 2px;
	margin-left: 0.25rem;
}


.button-geoeffnet {
	background-color: #417713;
}

.button-lieferservice {
	background-color: #B0C641;
}

.button-abholservice {
	background-color: #2E8D64;
}

.button-webseite, .button-webseite a, .button-webseite a:visited {
	border-color: #555;
	color: #555;
}

.button-facebook, .button-facebook a, .button-facebook a:visited  {
	border-color: #4267B2;
	color: #4267B2;
}

.button-instagram, .button-instagram a, .button-instagram a:visited  {
	border-color: #c13584;
	color: #c13584;
}

.active-cat a, .active-cat a:visited {
	font-weight: bold;
	
}

.toggle-more  {
	font-size:0.8rem;
	font-weight: bold;
}

.toggle-more a:hover {
	text-decoration: none;
}











/* Stil für das Overlay 
        #overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
					z-index: 9999;
        }

        #overlay img {
            max-width: 80%;
            max-height: 80%;
            border: 2px solid white;
            border-radius: 5px;
        }

        #closeBtn {
            position: absolute;
            top: 10px;
            right: 10px;
            color: white;
            cursor: pointer;
        }
*/

/* Stil für das Overlay */
        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
						z-index: 9999;
						font-size: 250%;
        }

        .overlay img {
            max-width: 90%;
            max-height: 90%;
            border: 2px solid white;
            border-radius: 5px;
        }

        .closeBtn {
            position: absolute;
            top: 10px;
            right: 10px;
            color: white;
            cursor: pointer;
        }