:root {
	--color-primary: #6cb241;
	--color-danger: #000;
	--border-radius: 0px;
	--color-scheme-dark-text-color: #fff;
}

body, html {
	background-color: #000;
	color: var(--color-text);
}

a:hover {
	color: #67a244;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.font-headline,
.font-headlines {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.social-berolino {
	display: none;
}
.social-berolinoxl {
	display: block;
}

.modal-backdrop {
	background: #000;
}

.modal-header {
	background: var(--color-primary);
}