html, body {
	min-height: 100vh;
	font-family: Gudea, Roboto, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #C35D42;
	font-family: Roboto, sans-serif;
	font-weight: 400;
}
a {
	color: #c35d42;
	text-decoration: none;
}
a:hover {
	color: #af4228;
	text-decoration: underline;
}
.text-orange {
	color: #db6159;
}
.text-blue {
	color: #345165;
}
.title {
	font-size: 48px;
}

header {
	background-color: #345165;
	color: #fff;
}
header .logo {
	height: auto;
	padding-top: 20px;
	padding-bottom: 16px;
	font-size: 1.3rem;
	color: #fff;
}
header a, header i {
	color: #fff;
}
header a:hover {
	color: #ccc;
}
.logo {
	background-image: url(oqaasileriffik.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 83%;
}
header h1, header h3 {
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	margin: 0;
}
header h3 {
	font-size: 24px;
}
.menu {
	background-color: #c35d42;
}
.menu .lang-select {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	margin-right: 1.5rem;
}
.menu .lang-select .item {
	margin-left: .5rem;
}
.menu .item {
	display: flex;
	padding: 2px;
	color: #212529;
}
.item tt {
	color: #c35d42;
	margin-right: 1ex;
}
.menu i.item {
	padding-top: 5px;
}
@media screen and (max-width: 575px) {
	header .logo {
		padding-top: 10px;
		padding-bottom: 8px;
	}
	header .logo {
		background-position-y: .3rem;
	}
	header h1 {
		font-size: 28px;
	}
	header h3 {
		font-size: 14px;
	}
	.title {
		font-size: 36px;
	}
	.menu .lang-select {
		margin-right: 0;
	}
}

.notready {
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	background-color: transparent;
}

#splash {
	background-color: #345165;
}

#splash img {
	max-width: 100%;
	max-height: 100%;
}

#progress {
	height: 20px;
	width: calc(100vh / 3);
}

#progress .progress {
	height: 100%;
	width: 100%;
}

.btn-primary, .btn-check:checked + .btn-outline-primary {
	background-color: #c35d42;
	border-color: #c35d42;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-check:active + .btn-outline-primary {
	background-color: #af4228;
	border-color: #af4228;
	color: #fff;
}

.btn-outline-primary {
	border-color: #c35d42;
	color: #c35d42;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
	border-color: #af4228;
	background-color: #fff;
	color: #af4228;
}

.btn-outline-secondary {
	border-color: #345165;
	color: #345165;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
	border-color: #547185;
	background-color: #fff;
	color: #547185;
}
.btnKey {
	min-width: 26px;
}

.card-header {
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	height: 100px;
}

#index {
	max-width: 65vw;
}
#index, #entries {
	height: 500px;
	overflow-y: auto;
}

#index a {
	display: block;
}
#index a:hover {
	text-decoration: none;
}

#sbox {
	max-width: 40ex;
}

#xkey {
	z-index: 9999;
	border-radius: 0.2rem;
}
#xkey a {
	display: inline-block;
}

.no-shadow {
	text-shadow: unset;
}

.selected, .selected td {
	background-color: #cfc;
}

.table-squished td {
	cursor: pointer;
	padding: 0;
}

.navbar .form-control {
	display: inline-block;
}

b.primary {
	font-size: 1.2rem;
}

td, th {
	min-width: 25%;
}

.ib-50 div, .ib-50 .ib {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

td.s-entry {
	padding-left: 2em;
}
.s-link {
	min-width: 1%;
	max-width: 5ex;
}
.s-link a {
	font-size: 150%;
}

td span:after {
	content: " ";
}
.opslagsord, .variant, .nutidsform, .blikfang {
	font-weight: bold;
}
sup {
	font-weight: normal;
}
.variant:before {
	content: '; ';
}
.fork-for, .ordklasse, .bøjning, .idiom, .beskriver, .glose {
	font-style: italic;
}
.hoved + span:before {
	content: " ";
}
.rubrik, .underartikel {
	display: block;
}
.rubrik:before {
	content: "–––––";
	padding-right: 1ex;
}
.rubrik:after {
	content: "–––––";
	padding-left: 1ex;
}
.betydning, .underbetydning, .fod {
	display: block;
	margin-left: 3ex;
}
.betydning:before, .underbetydning:before {
	font-weight: bold;
	content: attr(data-ord);
	padding-right: 0.5ex;
}
.henv-txt:before {
	content: "";
	display: block;
}
.bøjning:before, .beskriver:before {
	content: "(";
}
.eksempel:before {
	content: "(fx: ";
}
.bøjning:after, .beskriver:after, .eksempel:after {
	content: ") ";
}
.ækvivalent:after {
	content: ", ";
}
.ækvivalent:last-child:after {
	content: " ";
}
.betydning:after, .underbetydning:after {
	content: "; ";
}
.betydning:last-child:after, .underbetydning:last-child:after {
	content: "";
}

footer {
	margin-top: 2rem;
	background-color: #d6d7d2;
	color: #345165;
}
.footer {
	flex-wrap: wrap;
	padding-bottom: 0;
}
.footer a {
	color: #345165;
}
.main-footer {
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	justify-content: space-between;
}
.footer-title {
	margin-top: 1.2em;
	padding-bottom: .5em;
}
.footer-title h2 {
	display: inline-block;
    color: #345165;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
	padding-bottom: .5em;
	border-bottom: 1px solid #345165;
	white-space: nowrap;
}
.footer .btn {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.footer-line {
	border-top: 1px solid #B6B6B6c0;
}
.footer.copyright {
	padding-top: .4rem;
	padding-bottom: .6rem;
	justify-content: center;
}
span.copyr {
	font-size: 104%;
    font-family: Roboto, Gudea, sans-serif;
}
span.sep {
	padding-left: .3em;
	padding-right: .3em;
}
