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;
}

/* Bildvisning på startsidan */
.image-container img {
	width: 100%;
	height: auto;
}

.btn-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


html, body {
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.content {
	flex: 1;  /* Trycker ner footern till botten */
}

.footer {
	background: #333;
	color: white;
	padding: 10px;
}