body {
	margin-top: 10rem;
	padding: 0;
	color: #343a40;
	color: var(--dark);
	height: 100%;

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.site-header {
	padding: 1.5rem 2em;
}

.site {
	overflow: hidden;
}

.site-main {
	min-height: 75vh;
}

.site-content,
.container-fluid {
	max-width: 1200px;
	margin: 0 auto;
}

.container-fluid .container-fluid {
	padding: 0;
}

/* Custom header styles */
#masthead {
	position: fixed;
	top: 0;
	left: 0;
	padding: 1rem 2rem 0.25rem;
	z-index: 2;
	background-color: #fff;
	width: 100vw;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 2px 6px -2px rgba(0, 0, 0, 0.05);
}

.navbar-expand-lg .navbar-nav .nav-link {
	margin: 0;
}

header.site-header a.nav-link {
	text-transform: none;
}

.navbar-collapse {
	align-items: flex-start;
}

@media (max-width: 767px) {
	.navbar-collapse {
		opacity: 0;
		transform: translate(-10px, 0);
		transition: opacity 0.1s ease-in-out, transform 0.3s ease-in-out;
	}

	.navbar-collapse.show {
		transform: translate(0, 0);
		opacity: 1;
	}

	header.site-header .navbar-collapse {
		padding: 10px 5px;
	}
}

.navbar+.navbar {
	margin-top: -1rem;
	font-size: 0.7em;
}

@media (max-width: 1000px) {
	#masthead {
		padding-bottom: 1rem;
	}

	.col-user-menu {
		position: absolute;
		top: 0;
		right: -5px;
	}

	.navbar-toggler {
		position: fixed;
		top: 3rem;
		right: 1rem;
		z-index: 1;
	}
}

@media (min-width: 768px) {
	.fancy-bg:after {
		background: url('/img/Schmuckgrafik-12.jpg') bottom right no-repeat;
		background-size: contain;
		content: '';
		opacity: 0.5;
		top: 50%;
		left: 50%;
		bottom: 0;
		right: 5%;
		position: absolute;
		z-index: -1;
	}
}

/** style.css overwrite */
a.mainlink {
	line-height: 1.2;
	padding: 10px 5px;
	border-radius: 0;
	text-align: center;
	transition: background-color 0.3s ease;
}

a.mainlink:hover {
	text-decoration: none;
	background: rgba(217, 3, 104, 0.05);
}

a.mainlink:after {
	background-image: url('/img/arrow-right.svg');
}

b,
strong {
	font-weight: bold;
}

input[type=file] {
	padding: 0.5em;
	border-style: dashed;
	height: auto;
}

.profile-picture {
	max-width: 150px;
}

.humanistifyer-picture {
	max-width: 300px;
}

.col-2 {
	max-width: fit-content;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #000000;
	text-transform: none;

	/* Override default in style.css that causes browsers to try to retrieve
       fonts that aren't served by us. This causes font flickering at the
       beginning of each view. */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

td,
th,
span,
div {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.dropdown-menu {
	border: none;
	border-radius: 0.5rem;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 2px 6px -2px rgba(0, 0, 0, 0.05);
}

.navbar-nav .dropdown-menu {
	position: absolute;
}

.dropdown-menu .dropdown-item.nav-link {
	padding: 0.35rem 0.5rem;
}

.dropdown-item.active,
.dropdown-item:active,
a.mainlink:hover {
	background: rgba(217, 3, 104, 0.1);
}

.card-group>div {
	padding-bottom: 30px;
}

.card {
	border-radius: 0;
	box-shadow: 4px 4px #f0f0f0;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.card-title {
	border-left: 8px solid #01BAEF;
	padding-left: 1rem;
	margin-left: -1.5rem;
}

form.vertical {
	max-width: 400px;
}

@media (min-width: 400px) {
	form.horizontal .form-group {
		display: inline-block;
	}
}

.form-text {
	margin: -1.25em 0 1em;
}

thead {
	background: #424242;
	color: #fff;
}

.table thead td {
	vertical-align: bottom;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.03);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075) !important;
}

.table-striped th,
.table-striped td {
	border-top: none;
}

footer {
	text-align: center;
	margin-top: 2em;
}

@media (min-width: 576px) {
	header.site-header .navbar {
		height: auto;
	}
}

.large-img {
	max-width: 100%;
}

/* Frontpage */
.realH1 {
	text-transform: uppercase;
	text-align: center;
}

.toolContainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.toolBox {
	display: flex;
	justify-content: center;
	flex-flow: column nowrap;
	width: 200px;
	box-shadow: 4px 4px #F0F0F0;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 25px 5px 25px 5px;
	margin: 25px;
}

.toolImg img {
	height: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}

.toolImg {
	align-items: center;
}

.toolText {
	text-align: center;
}

.toolText big {
	font-weight: bold;
	text-transform: uppercase;
}

.toolText b {
	color:
		#D90368;
}

.toolBox a {
	text-decoration: none;
	color: black;
}

.toolBox a:hover {
	color:
		#D90368;
}

.toolBox:hover {
	transform: scale(1.05);
	transition-duration: 0.2s;
	border: 1px solid #D90368;
}

a.nav-link {
	color: #D90368;
	font-weight: 500;
}
