:root {
    --mk-blue: #005eb8;
}
a {
    color: var(--mk-blue);
}
html {
	font-size: 100%;
}
body {
	font-family: "Myriad Pro", Verdana;
	font-size: 1rem;
}
img {
	max-width: 100% !important;
	height: auto !important;
}
h1 {
	font-size: 1.75rem;
	font-weight: 600;
}

h2 {
	font-size: 1.5rem;
	font-weight: 600;
}

h3 {
	font-size: 1.25rem;
	font-weight: 600;
}
table {
	width: 100%;
}
td {
	padding: .125rem;
}
label {
	font-weight: normal;
}
.brand-absolute-position-top-right {
    position: absolute;
    top: .75rem;
    right: .5rem;
}
a.block-link {
    text-decoration: none;
}
.block-link p {
    color: #000;
}
.block-link .header {
    font-size: 1.25rem;
}
.btn-collapse:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.25rem;
    font-weight: bold;
    content: "\f056";
    float: right;
}
.btn-collapse.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.25rem;
    font-weight: bold;
    content: "\f055";
    float: right;
}
.pt-3-5rem {
    padding-top: 3.5rem;
}
.pt-4rem {
    padding-top: 4rem;
}
.jumbotron {
	margin-bottom: 1rem;
	padding-bottom: 1.25rem;
	padding-top: 4rem;
}
.jumbotron h1 {
	font-size: 2rem;
}
#jumbotronheader {
	float: left;
}
#title {
	float: left;
	display: inline-block;
}
#countrylinks {
	display: inline-block;
	position: relative;
	float: left;
	padding-left: 1rem;
	padding-top: .5rem;
}
.formfield {
	min-width: 100px;
	max-width: 400px;
	width: 100%;
}
.mandatory {
	color: #ee0000;
}

/**umb_name:Underrubrik*/
h2 {
}

/**umb_name:Styckerubrik*/
h3 {
}
