.links-cms { 
	width: 100%;
	font-size: 16px; 
	font-family: Verdana, Geneva, sans-serif; 
	font-weight: 500; 
	color: #70787a; 
	text-rendering: optimizeLegibility;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.links-logo {
	text-align: center;
	margin-bottom: 40px;
}

.links-logo-img {
	max-width: 280px;
}

.links-div {
	background-color: transparent; 
	text-align: center;
	color: #70787a;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #464b4d;
	border-radius: 100px;
	max-width: 380px;
	height: auto;
	text-align: center;
}

.links-div:hover {
	border: 1px solid #b8310f;
	transition: 500ms;
}


a {
	text-decoration: none;
	width: 380px;
	color: #70787a;
}

a:hover {
	color: #b8310f;
	transition: 200ms;
	font-size: 18px;

}

.links-table {
	margin-top: 40px; 
	margin-bottom: 40px;
}

.links-td {
	margin-right: 20px;
}

.links-img {
	margin-right: 20px;
}

.impressum {
	text-align: center;
	font-size: 12px;
}