
.donate-wrapper,
.diakoniePlus-wrapper {
	float: right;
	margin-right: 1.3em;
	position: relative;
}

.donate-button,
.diakoniePlus-button {
	line-height: 1.6;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 6px 16px;
	background: #469ed5;
	border: 1px solid #469ed5;
	text-decoration: none;
	border-radius: 5px;
	color: black;
	position: absolute;
	top: -4px;
	right: 0;
	transition: 1s ease all;
}

.diakoniePlus-button {
	text-transform: none;
}

.diakoniePlus-button span {
	background: #6e2272;
	color: white;
	font-size: 10px;
	display: inline-block;
	padding: 0px 6px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: -8px;
	right: -8px;
	transition: 1s ease all;

}

.donate-button:hover,
.donate-button:focus,
.diakoniePlus-button:hover,
.diakoniePlus-button:focus {
	color: white;
	text-decoration: none;
	background: #2e2672;
}

.donate-button:hover span,
.donate-button:focus span,
.diakoniePlus-button:hover span,
.diakoniePlus-button:focus span {
	background: #469ed5;
}

@media (max-width: 850px) {
	.donate-button,
	.diakoniePlus-button {
		right: -22px;
		font-size: 13px;
		padding: 4px 12px;
		top: 0;
	}

	.diakoniePlus-button {
		font-size: 11px;
		padding: 2px 6px;
		top: 0;
	}

	.diakoniePlus-button span {
		font-size: 9px;
	}
}

.nav > li.donate-service-link {
	display: none;
}

@media (max-width: 799px) {
	.donate-button {
		right: 5vw;
		top: 10px;
	}

	.diakoniePlus-button {
		right: 4vw;
		top: 15px;
	}

	.nav > li.donate-service-link {
		display: block;
	}
}

@media (max-width: 550px) {
	.donate-button,
	.diakoniePlus-button {
		display: none;
	}
}

.sidebar-buttons {
	position: fixed;
	z-index: 100;
	display: inline;
	right: 40px;
	bottom: auto;
	top: 40px;
	transition: all 1s ease;
}

.sidebar-buttons a {
	display: block;
	width: 64px;
	height: 64px;
	color: black;
	text-align: center;
	background: #469ed5;
	border-radius: 50%;
	border: 1px solid #469ed5;
	text-decoration: none;
	line-height: 1em;
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px, rgba(0, 0, 0, 0.12) 0px 1px 18px;
	transition: all 1s ease;
}

.sidebar-buttons a svg .b {
	fill: black;
	transition: all 1s ease;
}

.sidebar-buttons a:hover,
.sidebar-buttons a:focus {
	background: #2e2672;
	border: 1px solid #2e2672;
	text-decoration: none;
	color: white;
}

.sidebar-buttons a:hover svg .b,
.sidebar-buttons a:focus svg .b {
	fill: white;
}

.sidebar-buttons a svg {
	display: inline-block;
	width: 28px;
	height: auto;
	margin-top: 5px;
	transition: all 1s ease;
}

.sidebar-buttons b {
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	top: -3px;
	transition: all 1s ease;
}

@media (max-width: 1740px) {
	.sidebar-buttons {
		top: 120px;
		right: 40px;
	}
}

@media (max-width: 768px) {
	.sidebar-buttons {
		position: fixed;
		display: inline;
		right: 24px;
		top: auto;
		bottom: 24px;
	}

	.sidebar-buttons a {
		width: 44px;
		height: 44px;
	}

	.sidebar-buttons b {
		display: none;
		font-size: 6px;
	}
}
