.vomo-banc-widget {
	width: 100%;
	max-width: 1024px;
}

.vomo-banc-widget-headline {

}

.vomo-banc-widget-headline img {
	padding-left: 10px;
	display: inline;
	height: 1.5rem;
	width: auto;
}

.vomo-banc-widget-inner .vomo-banc-widget-buttons {
	padding: 20px 20px 10px 20px;
	border: 1px solid #6c6c6c;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}

.vomo-banc-widget-inner .vomo-banc-widget-buttons-inner {
	display: flex;
	flex-direction: row;
}

.vomo-banc-widget-inner .vomo-banc-widget-stats {
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}

.vomo-banc-widget-stats-logo {
	margin-right: 20px;
	align-items: center;
	display: flex;
}

.vomo-banc-widget-stats-logo svg {
    height: 50px;
    width: auto;
}

.vomo-banc-widget-stats-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vomo-banc-widget-stats-copy h3 {
	margin: 0;
}

.vomo-banc-widget-stats-copy span {
	font-weight: bold;
	color: #56B780;
}

@media only screen and (max-width: 600px) {
	.vomo-banc-widget-inner .vomo-banc-widget-buttons-inner  {
		flex-direction: column;
	}
}

.vomo-banc-widget-inner .vomo-banc-widget-buttons-inner .vomo-banc-widget-button {
	flex-basis: 50%;
	border: 2px solid #56B780;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 30px 40px;
	color: #56B780;
}

@media only screen and (max-width: 600px) {
	.vomo-banc-widget-inner .vomo-banc-widget-buttons-inner .vomo-banc-widget-button {
		margin-right: 0px;
	}
}

.vomo-banc-widget-inner .vomo-banc-widget-buttons-inner .vomo-banc-widget-button:last-child {
	margin-right: 0;
}

.vomo-banc-widget-inner .vomo-banc-widget-buttons-inner .vomo-banc-widget-button:hover {
	background-color: #56B780;
	border-color: #56B780;
	color: #fff;
	text-decoration: none;
}

.vomo-banc-widget-inner .vomo-banc-widget-buttons-inner .vomo-banc-widget-button svg {
	width: 40px;
	padding-bottom: 8px;
	height: auto;
}

.vomo-banc-widget-inner .vomo-banc-widget-buttons-inner .vomo-banc-widget-button span {
	display: block;
}

.vomo-banc-widget-inner .vomo-banc-widget-footer {
	display: flex;
}

.vomo-banc-widget-footer-logo {
	margin-right: 10px;
	align-items: center;
	display: flex;
}

.vomo-banc-widget-footer-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vomo-banc-widget-footer-copy p {
	padding: 10px;
	border-left: 1px solid #6c6c6c;
}

.vomo-banc-widget-inner .vomo-banc-widget-footer img {
	max-width: 140px;
	height: auto;
}
