body {
	color: #000 !important;
}

.box-shadow {
	box-shadow: 0px 5px 10px 5px rgba(9, 9, 9, 0.2) !important;
}

.etg_logo {
	height:55px;
}

.form-control:focus, .form-check-input:focus {
	border-color: #eee;
	box-shadow: 0 0 0 0.2rem rgba(251, 186, 0, 0.25);
} 

.form-check-input:checked {
	border-color:#eee;
	background-color:#FBBA00;
}


.image-container {
	position: relative;
	display: inline-block;
	width:100%;
}

/* Bildvisning på startsidan */
.image-container img {
	width: 100% !important;
	height: auto;
	filter: brightness(70%);
}

.btn-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}