/*

	markenbaum.de

*/

.link-button a {
	display: inline-block;
	padding: 10px 15px;
	background-color: #31394D;
	color: #ffffff;
	text-decoration: none;
}
.link-button a:hover {
	background-color: #000000;
}



.card .image_container + .text_container a {
	display: inline-block;
	padding: 10px 15px;
	border: 2px solid #ffffff;
	background-color: rgba(255,255,255,0.2);
	color: #ffffff;
	text-decoration: none;
}
.card .image_container + .text_container a:hover {
	background-color: rgba(255,255,255,0.4);
}

.card .image_container + .text_container::after, 
.team .text_container::after, 
.ce_contact .text_container::after {
	background: #31394D;
}
.card .image_container + .text_container a, 
.team .text_container a, 
.ce_contact .text_container a {
	color: #ffffff;
}


.zustimmung input.checkbox {
    display: inline-block;
    margin-right: 10px;
}
.zustimmung label {
    display: unset;
    font-size: 14px;
    font-size: 0.875rem;
}



.cookiebar--position-top {
	z-index: 1010;
	top: 85px;
}
.cookiebar__message, 
.cookiebar__text {
	margin-bottom: 15px;
}
.cookiebar__button {
	background-color: #27946B;
}
.cookiebar__button:hover {
	background-color: #27946B;
	opacity: 0.6;
}



