img.zahlarten {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%
}
.versand_table th {
	border-bottom: 2px solid #93599C;
	margin-bottom: 4px;
}
.versand_table td,
.versand_table th {
	padding: 2px 0px;
	font-size: small;
	text-align: right;
	vertical-align: middle
}
.versand_table tr:nth-child(even) {
	background-color: #EEE2F0
}
.versand_table td:first-child, 
.versand_table th:first-child {
	text-align: left
}
.page-header .panel.wrapper,
.copyright {
	background-color: #93599C;
}

.page-footer {
	background-color: #EEE2F0
}

.nav-sections-item-content {
	background-color: #FFF;
	
}
.navigation span {
	font-weight: 400;
	color: #fff
}
.actions .primary {
	background-color: #93599C;
	border-color: #93599C;
}
.actions .primary:hover {
	background-color: #EEE2F0;
	border-color: #93599C;
	color: #93599C;
}
.form input {
	border-color: #93599C;
}

/* mobil */
@media (max-width: 768px), screen and (max-width: 768px){
	.footer.content .links > li {
		background: #93599C;
	}
	.footer.content .links > li a {
		color: #fff;
	}
	.versand_table td, th {
		font-size: smaller;
	}
}
