html, body {
	min-height: 100%;
}

body {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

h6 {
	font-size: 12px;
}

.header {
	background-color: rgba(126, 167, 138, 0.9); 
	border-radius: 5px;
	margin: 10px;
	margin-right: 33px;
	height: 120px;
	padding: 10px;
}

.header img {
	width: 100%;
	height: 50px;
}

.navbar-collapse.show {
	background-color: rgba(126, 167, 138, 0.9); 
}

.main {
	height: calc(100vh - 152px);
}

@media only screen and (max-width: 767px) {
	.main {
		height: calc(100vh - 160px);
	}
}

.thanks {
	background-color: white;
	color: black;
	font-size: 8px;
	position: absolute;
	top: calc(100% - 12px);
	padding: 0 4px 0 4px;
}

.body {
	margin: 10px;
	min-height: calc(100vh - 600px);
	overflow-y: scroll;
	height: calc(100vh - 270px);
}

.navbar-brand {
	width: 100%;
}

.site-navigation {
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.site-navigation a {
	font-size: 20px;
	color: white;
}

.card {
	background: unset;
	border: none;
}

.card-body {
	background-color: rgba(255, 255, 255, .8);
	margin: 5px;
	border-radius: 5px;
}

.news {
	display: inline-flex;
}

.news span {
	max-width: 100% !important;
}

.news .card-subtitle {
	text-align: right;
}

span:has(img) {
	width: unset !important;
	height: unset !important;
}

.body img {
	max-width: 100% !important;
	height: unset !important;
	width: unset !important;
	border-radius: 15px;
}

.adds {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 110px;
	overflow-x: hidden;
	overflow-y: auto;
}

.add {
	border-radius: 5px;
	height: 100px !important;
	margin: 2px;
}

.associations fieldset {
	height: 400px;
	overflow: clip;
}

.association .body {
	max-height: 400px;
	overflow: auto;
}

.events {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.events .card-body {
	border: 1px solid darkgray;
	margin: 5px;
}

.bestyrelsefortelling img {
	width: 200px !important;
	height: 200px !important;
}

.loading {
	width: 100%;
	text-align: center;
}

.loading > img {
	margin: 10px;
	width: 100px !important;
}