@CHARSET "ISO-8859-1";

@import "fonts.css";

html {
	height: auto;
}

html, body {
	background-color: #EEDAEA;
	color: #000000;
	font-family: 'Open Sans', Sans Serif, Arial;
}

a:focus-visible, input[type="radio"]:focus-visible + label, input[type="checkbox"]:focus-visible + label, button:focus-visible, img:focus-visible, 
select:focus-visible, textarea:focus-visible, input[type="submit"]:focus-visible, input[type="text"]:focus-visible, input[type="email"]:focus-visible, 
input[type="tel"]:focus-visible, input[type="image"]:focus-visible, input[type="search"]:focus-visible, i:focus-visible, .simplebox-title:focus-visible {
	outline: 2px solid black !important;
	outline-offset: 2px;
}

.top.container a:focus-visible, .top.container img:focus-visible {
	outline-color: #FFF !important;
}

.service-navigator li span::before {
    line-height: 16px;
	font-size: 18px;
	margin-top: 3px;
}

.btn.btn-light {
	background-color: #dcddde;
}

.search-wrapper .search .input-wrapper.focus input[type="text"], .search-wrapper .search .input-wrapper.focus .symbol {
	border-color: #164679;
}

header, header .top {
	background: #000;
}
header .top.container {
	margin-left: 10px;
	height: 43px;
}

header nav {
	background-color: #ffffff;
}

header .user {
	padding: 8px 2px 0 0;
	margin-right: 25px;
}

header .user .logged-in .toggler {
	background-color: #fff;
	border: none;
}

header .user .logged-in .toggler i {
	color: #000000;
}

header .user .logged-in .submenu ul li a .arrow {
	padding-left: 8px;
}

header .user .logged-in.active .toggler {
	border: none;
	background-color: #fff;
}

header .user .logged-in.active .toggler i {
	color: #000000;
}

header .user .logged-in .submenu ul li.bordered-link, header nav ul li .submenu ul li.bordered-link {
	border-bottom: 4px solid #164679;
}

header .user .logged-in .submenu ul li.bordered-link:hover, header nav ul li .submenu ul li.bordered-link:hover {
	border-bottom: 4px solid #2a5b90;
}

header .user .logged-in .submenu ul li a:hover {
	color: #2a5b90;
}

header nav ul {
	padding: 0;
}

header nav ul li.selected, header nav ul li.selected.dd, header nav ul.right li.selected, header nav ul li.active.dd, header ul.right li.active {
	background-color: #D1D4D6;
	box-shadow: none;
	border-right: none;
}

header nav ul.right li a:focus {
	text-decoration: none;
}

header .submenu ul li.active a span {
	color: #2a5b90 !important;
}

header nav ul li:hover, header nav ul li.active:hover, header nav ul li.active.dd:hover, header nav ul.right li.active:hover {
	background-color: #D1D4D6;
	box-shadow: none;
	border-right: none;
}

header nav ul.primary > li > a {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

header nav ul li:hover a {
	color: #000000;
}
header nav ul.primary li a:focus {
	color: #000000;
}

header nav ul li.active .marker {
	display: none;	
}

header nav ul.right li.active .marker {
	display: block;
}

header nav ul li a, header .user .logged-in h2, header nav ul li .submenu ul li a, header .user .logged-in .submenu ul li a {
    text-shadow: none;
    color: #000000;
}
header nav ul li a {
	color: #000000;
}
header nav ul li a:focus {
	outline: 2px dotted;
    outline-color: #767676;
}

header nav ul li a .count {
	color: #fff;
}

header nav ul.right li a i {
	color: #000000;
}

header nav ul li .submenu {
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.24);
}

.tags-wrapper .tags ul li a, .tags-wrapper .tags ul li a:hover, .footer-button,
.list-table li a:not(.delete_favourite):not(.delete):hover, .list-table li a:not(.delete_favourite):not(.delete):focus,
.previews li a:hover h2, .previews li a:focus h2 {
	color: #02639c;
}

.top.container img {
	-webkit-transition:height 0.2s ease-in-out 0s;
	transition: height 0.2s ease-in-out 0s;
}

.top.container p {
	margin-top: 5px;
/* 	margin-bottom: 10px; */
}

@media screen and (max-width: 1004px) {
	.top.container img {
		height: 40px;
	}
}

@media screen and (max-width: 767px) {
	.top.container img {
		height: 35px;
	}
	.top.container p {
		text-align: center;
	}
}

.summary-buttons li.flagged a, .btn.btn-file {
	background-color: rgba(238,177,17,0.2);
}
.aside-inside .section.yellow {
	background-color: #e8eae8;
}

.panel-wrapper.follow, .panel-wrapper.yellow {
	background-color: #fcefcf;
}

.skip-to-main {
	position: absolute;
	transform: translateY(-100%);
	top: 50px;
  	left: 7px;
  	background-color: #FFF !important;
  	padding: 1em;
  	outline: 2px solid black;
  	outline-offset: 2px;
}

.skip-to-main:focus {
	transform: translateY(0%);
	z-index: 999;
}

/* Footer */

footer {
    background: #e8e9e8 none repeat scroll 0 0;
    box-shadow: 0 500px 0 500px #e8e9e8;
    color: #000000;
    padding: 40px 25px;
}

footer a[href^="tel"] {
    color: #000000;
}

footer .container {
    background-color: #e8e9e8;
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 964px;
}

footer .container::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

footer .container .column, footer .container .columns {
	display: inline;
	float: left;
}

footer .container .two.columns {
    width: 226px;
}

footer .container .six.columns {
    max-width: 718px;
}

footer .container .eight.columns {
    max-width: 964px;
}

footer .container .column.alpha, footer .container .columns.alpha {
    margin-left: 0;
}

footer .container .column.omega, footer .container .columns.omega {
    margin-right: 0;
}

footer .container .row {
    margin-bottom: 20px;
}

footer h2 {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 20px;
    padding-bottom: 3px;
    line-height: 1.2em;
}

footer h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25em;
    margin-bottom: 8px;
}

footer a.white {
    border-bottom: 1px dotted white;
    color: #fff;
    padding: 1px;
}

footer div.box {
    font-size: 14px;
    margin-bottom: 20px !important;
}

footer i.facebook {
    background: transparent url("../images/icon_footer_facebook.png") no-repeat scroll left center;
    padding-right: 22px;
}

footer .container .subFooterOrg {
    float: left;
    margin-top: 20px;
    padding: 2px 0;
}

@media screen and (max-width: 1320px) {
	header .top.container {
		padding-left: 9px;
	}
	header nav ul {
		padding-left: 10px;
	}
}

@media screen and (max-width: 1320px) and (min-width: 1004px) {
	footer {
		margin-top: 16px;
	}
}

/* Target group flow browser overrides */
#malmo .filter-list ul li a.selected .count {
	background-color: #FFFFFF;
}
#malmo .filter-list ul li a .count {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	margin-top: 2px;
	line-height: 1.7;
}

.btn.btn-blue {
	color: #000000;
	padding: 9px 22px 13px 20px;
}
header .user .logged-out {
	color: #000000;
	padding: 11px 22px 13px 20px;
}
header .user .logged-out i {
	margin-right: 0;
}
.btn-blue {
	padding: 11px 22px 13px 20px;
}
.btn-blue.xl:hover, .btn-blue.xl:focus {
	padding: 9px 22px 13px 20px;
}

#malmo .search-wrapper.flowbrowser {
	background-color: #fff;
}
#malmo .search-wrapper.flowbrowser > .inner {
	background-color: #72246C;
}
.browsing .search-wrapper.flowbrowser .search-field {
	background-image: url("../images/search.svg");
	padding-left: 40px;
	margin-left: 25px;
	width: 94%;
}

.browsing .search-wrapper.flowbrowser .search-field:focus-visible {
	outline-color: #FFFFFF !important;
}

#malmo .search-result-wrapper {
	background-color: #e8eae8;
}

.view-toggler a.grid,.view-toggler a.list.selected {
	background-image: url("../images/view-toggler-list.svg") !important;
}

.view-toggler a.grid.selected {
	background-image: url("../images/view-toggler-grid.svg") !important;
}

.section-inside .heading-wrapper figure {
	border-radius: 50%;
}

div.flowadmin div.adminicons img{
	
	padding-left: 8px;
}

.popular-flows-wrapper {
	background: #fff !important;
}

.popular-flows-wrapper ul.flow-list li {
	margin: 0 0 2em 1.5%
}

#malmo .filters-wrapper {
	height: 100%;
	width: 24.5% !important;
	margin-right: 1.65% !important;
	border: 1px solid #c1c6c8 !important;
	box-shadow: none;
}
.views-wrapper.grid-view ul.flow-list li {
	width: 31.45%;
}
.views-wrapper.grid-view ul.flow-list li {
	margin: 0 0 0.8em 1.8%
}

#malmo .popular-flows-wrapper ul.flow-list li, #malmo .grid-view ul.flow-list li {
	padding: 10px 15px 40px 15px;
	min-height: 199px;
}

#malmo ul.flow-list li {
	box-shadow: none !important;
	border: 1px solid #c1c6c8 !important;
}

.no-sections {
	border-right: none;
	border-bottom: 1px solid #888888;
}

.btn.btn-blue, .logged-out, #loginmoduleform input[type=submit] {
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%) !important;
    background-repeat: repeat-x !important;
    background-color: #fff;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
}
#malmo .btn.btn-blue:hover, #malmo .btn.btn-blue:active, #malmo .btn.btn-blue:focus {
	border: 1px solid #ccc !important;
	background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	background-repeat: repeat-x;
	background-color: #e0e0e0;
    background-position: 0 -15px;
    border-color: #adadad;
    box-shadow: none;
    color: #333;
}

#malmo .btn.btn-red {
	background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
	background-repeat: repeat-x;
	border-color: #b92c28;
}
#malmo .btn.btn-red:hover {
	background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
	background-repeat: repeat-x;
	border-color: #b92c28;
}
#malmo .btn.btn-red:active, #malmo .btn.btn-red:focus  {
	background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
	background-repeat: repeat-x;
	border-color: #b92c28;
}

#malmo .clear-filter-btn, #malmo .clear-filter-btn:hover, #malmo .clear-filter-btn:active, #malmo .clear-filter-btn:focus {
	background: #9d2235;
	box-shadow: inset 0 1px 0 #ad2539;
	border-color: #9d2235;
}
#malmo .clear-filter-btn.disabled, #malmo .clear-filter-btn.disabled:hover, #malmo .clear-filter-btn.disabled:active, #malmo .clear-filter-btn.disabled:focus {
	background: #000;
	border-color: #000;
	box-shadow: none;
}

#malmo .btn.btn-red.clear-all-filter-btn, #malmo .btn.btn-red.clear-all-filter-btn:hover, #malmo .btn.btn-red.clear-all-filter-btn:active, #malmo .btn.btn-red.clear-all-filter-btn:focus {
	background: #9d2235;
	border-color: #9d2235;
	box-shadow: none;
}

#malmo .btn.btn-green {
    background-color: #046a38;
    border-color: #046a38;
}
#malmo .btn.btn-green:hover, #malmo .btn.btn-green:focus {
    background-color: #004921;
    background-position: 0 -15px;
    box-shadow: inset 0 1px 0 #004921;
}

#malmo .list-view ul.flow-list li a.btn.only-mobile span.arrow, #malmo ul.flow-list li a.btn.only-mobile span.arrow {
	background-image: url(../images/right-arrow.svg)
}

#malmo .search-wrapper.flowbrowser .search-btn {
	padding: 8px 40px 10px;
	right: -103px;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
}

#malmo .search-result-wrapper .search-close-btn {
	position: absolute;
	right: 0;
	top: -35px;
}

#malmo .search-result-wrapper .category-list {
  padding-left: 0;
  padding-right: 0;
}

#malmo .search-result-wrapper .search-results-title {
	padding: 0;
	margin-bottom: 0.83em;
}

#malmo .search-wrapper.flowbrowser.bg-search .search-btn {
	right: 31px;
	top: 23px;
}

#malmo .search-wrapper.flowbrowser .search-btn:hover {
	padding: 8px 40px 10px;
}

#malmo .search-wrapper.flowbrowser .search-btn:focus-visible {
	outline-color: #FFFFFF !important
}

#malmo .search-wrapper.flowbrowser .search-btn .search-icon {
	background-image: url("../images/search-black.svg");
}

#malmo ul.flow-list li figure img, #malmo .section-inside .heading-wrapper figure {
	border-radius: 0%;
}

/* Desktop */
@media screen and (max-width: 1320px) {
	#malmo .search-wrapper.flowbrowser .search-btn {
		right: -103px;
	}
	
	#malmo .search-wrapper.flowbrowser.bg-search .search-btn {
		right: 27px;
		top: 25px;
	}
}

#malmo .search-wrapper.flowbrowser .search-btn.only-tablet-mobile {
	padding: 9px;
}
#malmo .search-wrapper.flowbrowser .search-btn.only-tablet-mobile:hover, .search-wrapper.flowbrowser .search-btn.only-tablet-mobile:focus {
	padding: 9px 9px 9px;
}

/* Tablet */
@media screen and (max-width: 1004px) {
	#malmo .search-wrapper.flowbrowser .search-btn {
		right: -46px;
	}
	
	.top.container img {
		height: 27px;
	}
}

/* Mobile */
@media screen and (max-width: 767px) {

	header nav #toggle-primary {
		color: #000000;
		padding-left: 13px;
	}
	
	#malmo .filters-wrapper {
		width: 100% !important;
	}
	
	#malmo .filter-list-btn:hover, .filter-list-btn:active, .filter-list-btn:focus {
		padding: 9px 40px 8px !important;
	}

	#malmo .search-wrapper.flowbrowser .search-btn {
		right: -56px;
	}

	#malmo .search-wrapper.flowbrowser.bg-search .search-btn {
		right: 10px;
		top: 52px;
	}
	
	.top.container img {
		height: 27px;
	}
	
	.popular-flows-wrapper {
		display: none;
	}

	#malmo .popular-flows-wrapper ul.flow-list li, #malmo .grid-view ul.flow-list li {
		min-height: auto;
	}
	
	#malmo .search-wrapper.flowbrowser > .inner {
		padding-right: 66px;
	}
	
	#malmo .search-wrapper.flowbrowser .inner > h2 {
		margin-left: 9px;
		margin-bottom: 9px;
		color: #FFFFFF;
		font-weight: 600;
	}
	
	#malmo .search-result-wrapper .inner > h2.search-results-title {
		color: #000;
	}
	
	#malmo .search-wrapper.flowbrowser .search-field {
		margin-left: 0;
		width: 100%;
		background-position: 7px center;
		padding-left: 35px;
	}
	
	#malmo ul.flow-list li {
		margin-left: 0 !important;
	}
	
	#malmo header .user {
		padding: 5px 0px 0 0;
		margin-right: 9px;
	}
	
	#malmo header .user .logged-in {
		margin-top: 2px;
	}
	
/* 	Temporary solution until it is fixed globaly */
	.flow-overview .section-inside div.heading-wrapper .heading {
		display: block;
		height: auto;
	}
	
}

#malmo .search-wrapper.flowbrowser .recommended-searches {
	margin-left: 25px;
	color: #fff;
}
#malmo .search-wrapper.flowbrowser .recommended-searches a {
	color: #fff;
}

.logged-out:hover, .logged-out:active, .logged-out:focus, #loginmoduleform input[type=submit]:hover, #loginmoduleform input[type=submit]:active, #loginmoduleform input[type=submit]:focus {
	background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%) !important;
	background-repeat: repeat-x !important;
	background-color: #e0e0e0 !important;
    background-position: 0 -15px !important;
    border-color: #adadad;
    border-width: 1px;
    border-style: solid;
}

.popular-flows-wrapper .inner > h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #000000;
}
section.flowtype > .heading-wrapper > h2, section.targetgroup > h2 {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}
.filter-list h2 {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

#malmo .filter-list ul li {
	background-color: #F6F6EF;
}
#malmo .filter-list ul li:nth-child(2n), #malmo .filter-list ul li.odd {
	background-color: #fff;
}

.filter-list ul li a {
	color: #000000 !important;
	line-height: 27px;
}

.filter-list ul li a span.text {
	font-size: 18px;
	font-weight: 400;
}

.filters-wrapper .clear-filter-btn {
	margin-right: 9px;
}
#malmo .filter-list ul li a.selected {
	color: #007896;
	background-color: #8bb8e8;
	background-color: #F7DC68;
	background-color: #FFF4A4;
}
.heading-wrapper a.clear-filter-btn {
	display: none !important;
}

#malmo a.show-all-btn, #malmo a.show-fewer-btn {
	color: #000000;
}

.description .details a, .about-flow a, .aside-inside .section .checklist li.link a, .about-flow-extension a {
	color: #007896;
}
/* ul.flow-list .description { */
/* 	display: none; */
/* } */

#FlowBrowser .heading-wrapper .heading {
	margin-top: 19px;
}

.aside-inside .section.yellow .bordered {
	border-bottom: none;
}

.aside-inside .section.yellow .btn-wrapper {
	border-color: #888888; 
}

#malmo-footer {
	border-top: 1px solid #888888;
}

footer#malmo-footer address, footer#malmo-footer nav.about, footer#malmo-footer nav.alternatives {
    margin: 0 auto 1em;
    font-style: normal;
    text-align: center;
}

footer#malmo-footer address>div, footer#malmo-footer nav.about li a, footer#malmo-footer nav.alternatives li a {
    line-height: 1.5em;
}
footer#malmo-footer address>div, footer#malmo-footer nav.about>div, footer#malmo-footer nav.alternatives>div {
    display: inline-block;
    margin: 0 1.5em 0 0;	
}
footer#malmo-footer ul, footer#malmo-footer ol {
	margin: 0;
    padding: 0;
    list-style: none;
}
footer#malmo-footer address li, footer#malmo-footer nav.about li, footer#malmo-footer nav.alternatives li {
	display: inline-block;
    margin: 0;
}
footer#malmo-footer nav ul li a {
	color: #000000;
	text-decoration: underline;
}
footer#malmo-footer address li a, footer#malmo-footer nav.about li a, footer#malmo-footer nav.alternatives li a {
	margin: 0 1.5em 0 0;
}

body.test-version::after, body.utv-version::after {
    position: fixed;
    bottom: 3.4em;
    left: -3.4em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 100;
    background: #c00;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding-top: .3em;
    padding-bottom: .3em;
    content: 'Testversion';
    padding-left: 4.9em;
    padding-right: 4.9em;
}

body.utv-version::after { 
	content: 'Utvecklingsmiljö';
}

#malmo.narrow .container, 
#malmo.narrow .search-wrapper.flowbrowser .inner, 
#malmo.narrow .search-result-wrapper .inner, 
#malmo.narrow .popular-flows-wrapper .inner {
	max-width: 1280px;
}

@media screen and (min-width: 1005px) {

	#malmo.narrow .container .section-inside {
		width: 57%;
	}
	
	/* #malmo.narrow .section-inside .heading-wrapper {
		width: auto;
	} */
	
	#malmo.narrow .container .aside-inside {
		margin-left: 5.2%;
		width: 36.5%;
	}
	
	#malmo.narrow .aside-inside .section {
		width: 88.5%;
	}

}

#malmo.narrow .start-flow-panel h2 {
	padding-left: 8.57988%;
	padding-right: 8.57988%;
	text-align: left;
	padding-bottom: 0;
}

#malmo.narrow .start-flow-panel.fixed {
	max-width: 423px;
}

#malmo.narrow nav .container {
	max-width: 1280px;
}

#malmo.narrow #FlowBrowser .flow-overview .heading-wrapper .heading {
	width: 100%;
}

#malmo .about-flow-extension h2 [data-icon-before='+']::before, #malmo .simplebox-title::after, div.simplebox-title::after {
	font-family: 'Open Sans', Sans Serif, Arial;
	font-size: 30px;
	font-weight: 600;
}

#malmo .simplebox.expanded > .simplebox-title::after {
	font-family: 'riges-icons';
	font-size: 11px;
}

#malmo #FlowBrowser.contentitem input[type="radio"]:checked + label::before {
	color: #000000;
	line-height: 16px;
}

#malmo .contactdetailquery .notification-channel-settings input[type="checkbox"][id$="contactByEmail"] + label {
	padding-left: 0;
	cursor: default;
	font-weight: 600px;
	color: #000000;
}

#malmo .contactdetailquery .notification-channel-settings input[type="checkbox"][id$="contactByEmail"] + label {
	display: none !important;
}

#malmo .contactdetailquery .notification-channel-settings input[type="checkbox"][id$="contactByEmail"]:checked + label {
	display: inline-block !important;
}

#malmo .contactdetailquery .notification-channel-settings input[type="checkbox"][id$="contactByEmail"] + label::before {
	display: none;
} 

#malmo .flowinstanceadmin-overview .search-results {
	background-color: #FFF;
}

#malmo .queries .query .italic.html-description, #malmo .queries .query .heading-wrapper h2 ,#malmo .queries .query .alternative {
	max-width: 656px;
}

/* Paragraph overrides */

#malmo .queries .query .italic.html-description {
	font-style: normal;
}

#malmo .section-inside .heading-wrapper .heading h1, #malmo .section-inside .heading-wrapper .heading h2.h1 {
	font-size: 44px !important;
	font-weight: 600;
	line-height: 56px;
}

@media screen and (max-width: 767px) {
	#malmo .section-inside .description .readmore-text h1, body.cke_editable h1, #malmo #PageViewModule h1,
	#malmo .section-inside .heading-wrapper .heading h1, #malmo .section-inside .heading-wrapper .heading h2.h1 {
		font-size: 38px !important;
		line-height: 48px !important;
	}
}

#malmo .section-inside .description .readmore-text h1, body.cke_editable h1, #malmo #PageViewModule h1, #malmo #FlowListExtensionProviderModule .flowlistextension-content h1 {
	font-weight: 600;
	font-size: 44px;
	line-height: 48px;
	margin: 0 0 .3em;
	padding: 0;
}

#malmo #FlowBrowser .description .readmore-text h2, body.cke_editable h2, #malmo #PageViewModule h2, #malmo #FlowListExtensionProviderModule .flowlistextension-content h2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 42px;
	margin: 1.5em 0 .2em;
	padding: 0;
}

#malmo #FlowBrowser .description .readmore-text h3, body.cke_editable h3, #malmo #PageViewModule h3, #malmo #FlowListExtensionProviderModule .flowlistextension-content h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	margin: 1.5em 0 0;
	padding: 0;
}

#malmo #FlowBrowser .description .readmore-text h4, body.cke_editable h4, #malmo #PageViewModule h4, #malmo #FlowListExtensionProviderModule .flowlistextension-content h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 31x;
	margin: 1.5em 0 0;
	padding: 0;
}

#malmo .section-inside .heading-wrapper .heading h1, 
#malmo .section-inside .heading-wrapper .heading h2.h1,
#malmo #FlowBrowser .description .readmore-text h1,
#malmo #FlowBrowser .description .readmore-text h2,
#malmo #FlowBrowser .description .readmore-text h3,
#malmo #FlowBrowser .description .readmore-text h4,
#malmo #FlowBrowser .description .readmore-text p,
#malmo #FlowBrowser .description ul,
#malmo #FlowBrowser .description ol,
body.cke_editable h1,
body.cke_editable h2,
body.cke_editable h3,
body.cke_editable h4,
body.cke_editable p,
body.cke_editable ul,
body.cke_editable ol,
#malmo #PageViewModule h1,
#malmo #PageViewModule h2,
#malmo #PageViewModule h3,
#malmo #PageViewModule h4,
#malmo #PageViewModule p,
#malmo #PageViewModule ul,
#malmo #PageViewModule ol,
#malmo #FlowListExtensionProviderModule .flowlistextension-content h1,
#malmo #FlowListExtensionProviderModule .flowlistextension-content h2,
#malmo #FlowListExtensionProviderModule .flowlistextension-content h3,
#malmo #FlowListExtensionProviderModule .flowlistextension-content h4,
#malmo #FlowListExtensionProviderModule .flowlistextension-content p,
#malmo #FlowListExtensionProviderModule .flowlistextension-content ul,
#malmo #FlowListExtensionProviderModule .flowlistextension-content ol  {
	/*font-family: Georgia;
	font-feature-settings: 'liga', 'kern';
	text-rendering: optimizeLegibility;*/
	color: #000000;
}

#malmo #FlowBrowser .description .readmore-text a, body.cke_editable a, #malmo #PageViewModule a, #malmo #FlowListExtensionProviderModule .flowlistextension-content a {
	color: #007896;
	text-decoration: underline;
}

#malmo #FlowBrowser .description .readmore-text p, body.cke_editable p, #malmo #PageViewModule p, #malmo #FlowListExtensionProviderModule .flowlistextension-content p {
    font-size: 18px;
    font-weight: 400px;
	line-height: 27px;
	margin: 0 0 1em;
}

#malmo #FlowBrowser .description .readmore-text p.preamble, body.cke_editable p.preamble, #malmo #PageViewModule p.preamble, #malmo #FlowListExtensionProviderModule .flowlistextension-content p.preamble {
	font-weight: 200;
	font-size: 24px;
	line-height: 36px;
}

#malmo #FlowBrowser .description ul, #malmo #FlowBrowser .description ol, #malmo #PageViewModule ol, #malmo #FlowListExtensionProviderModule .flowlistextension-content ol,
body.cke_editable ul, body.cke_editable ol {
	margin: 0 0 16px 16px;
	padding-left: 16px;
	font-size: 18px;
	font-weight: 400;
}

#malmo #FlowBrowser .description ul li, #malmo #FlowBrowser .description ol li, #malmo #PageViewModule ol li, #malmo #FlowListExtensionProviderModule .flowlistextension-content ol li,
body.cke_editable ul li, body.cke_editable ol li {
	line-height: 27px;
}

#malmo #FlowBrowser section.modal.success a, #malmo #FlowBrowser section.modal.success a:hover, #malmo #FlowBrowser section.modal.success a:focus {
	color: #000;
	text-decoration: underline;
}

#malmo .about-flow-extension {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

#malmo .about-flow-extension > h2.h1, #malmo .simplebox-title, #malmo div.simplebox-title, #malmo body.cke_editable .simplebox-title.cke_widget_editable {
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 27px !important;
	background-color: #E8E8E8 !important;
}

#malmo .about-flow-extension h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
}

#malmo .simplebox button {
	color: #000000;
	font-family: 'Open Sans', Sans Serif, Arial;
}

#malmo .simplebox.expanded .simplebox-title::after {
	margin-top: 12px;
}

#malmo .start-flow-panel h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
}

#malmo .start-flow-panel ul li a {
	color: #007896;
}

#malmo .start-flow-panel ul li, #malmo .start-flow-panel ~ div h2.h1, #malmo .service-navigator li span {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

#malmo .aside-inside .section .btn-wrapper .btn-green {
	background-color: #046a38;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	background-image: none;
}

#malmo .aside-inside .section .btn-wrapper .btn-green:hover {
	background-color: #004921;
	box-shadow: none;
}

#malmo #FlowBrowser .receipt .info-box-message.success a {
	color: #000;
	text-decoration: underline;
} 

#malmo .aside-inside .section .btn-wrapper .btn-green.disabled, #malmo .aside-inside .section .btn-wrapper .btn-green.disabled:hover, #malmo .aside-inside .section .btn-wrapper .btn-green.disabled:focus {
	background-color: #c0c0c0;
	color: #808080 !important;
}

#malmo .service-navigator li span {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

#malmo ul.flow-list li h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	color: #000000;
}

#malmo ul.flow-list li a.btn-blue {
	color: #000000;
    font-size: 16px;
    font-weight: 600;
}

#malmo.browsing .settings label, #malmo.browsing .settings select {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

#malmo .section-inside .description .readmore-text a, #malmo #PageViewModule a, body.cke_editable a {
	text-decoration: underline !important;
}

#malmo #FlowBrowser.contentitem label.checkbox::before, #malmo #FlowBrowser.contentitem label.radio::before,
#malmo #FlowBrowser.contentitem select, #malmo #FlowBrowser.contentitem textarea, #malmo #FlowBrowser.contentitem input[type='text'] {
	border-color: #C4C4C4;
}

#malmo #FlowBrowser.contentitem select:focus, #malmo #FlowBrowser.contentitem textarea:focus, #malmo #FlowBrowser.contentitem input[type='text']:focus,
#malmo #FlowBrowser.contentitem input[type="checkbox"]:focus + label::before, #malmo #FlowBrowser.contentitem input[type="radio"]:focus + label::before {
	border-color: #424242;
}

#malmo #PageViewModule.no-sections {
	padding: 16px 23% 19px;
	width: 54%;
}

@media screen and (max-width: 767px) { 
	#malmo #PageViewModule.no-sections {
		padding: 16px 2.5% 19px;
		width: 95%;
	}
}

#malmo .calendar.week-view div.calendar-row > a.activities li .hide-month.hide-mobile {
	display: none !important;
}

#malmo .calendar.week-view .calendar-row > .day > ul > li {
	min-height: inherit;
}

#cookieProviderHandler.no-sections {
    padding: 16px 23% 19px;
    width: 54%;
}

#cookieBanner .btn {
	font-size: 16px;
}

#cookieBanner .btn.btn-green, #cookieBanner .btn.btn-blue, #cookieBanner .btn.btn-dark {
	background-color: #000;
    padding: 11px 24px 15px 22px;
    border: none;
    border-radius: 22px;
    background-image: none !important;
    color: #fff;
}

#cookieBanner .btn.btn-green:hover, #cookieBanner .btn.btn-blue:hover, #cookieBanner .btn.btn-dark:hover {
	background-color: #fff;
    padding: 9px 22px 13px 20px;
	border: 2px solid #000 !important;
    color: #000;
    box-shadow: none;
}

#cookieBanner .btn.btn-green:focus, #cookieBanner .btn.btn-blue:focus, #cookieBanner .btn.btn-dark:focus {
	background-color: #fff;
    padding: 9px 22px 13px 20px;
	border: 2px solid #000 !important;
    color: #000;
    box-shadow: none;
}

#cookieBanner .btn.btn-green:active, #cookieBanner .btn.btn-blue:active, #cookieBanner .btn.btn-dark:active {
	background-color: #fff;
    padding: 9px 22px 13px 20px;
	border: 2px solid #000 !important;
    color: #000;
    box-shadow: none;
}

#cookieBanner h1, #cookieProviderHandler h1 {
	font-weight: 600;
	font-size: 44px;
	line-height: 48px;
	margin: 0 0 .3em;
	padding: 0;
}

#cookieBanner h2, #cookieProviderHandler h2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 42px;
	margin: 1.5em 0 .2em;
	padding: 0;
}

#cookieBanner p, #cookieProviderHandler p, #cookieBanner li, #cookieProviderHandler li {
	font-size: 18px;
	font-weight: 400px;
	line-height: 27px;
	margin: 0 0 1em;
}

#cookieBanner label, #cookieProviderHandler label {
	font-size: 18px;
}

#malmo #OperatingMessageBackgroundModule a, #malmo #OperatingMessageBackgroundModule a:hover, #malmo #OperatingMessageBackgroundModule a:focus {
	color: #000;
}

body.test-version::after {
    position: fixed;
    bottom: 3.4em;
    left: -3.4em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 100;
    background: #c00;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding-top: .3em;
    padding-bottom: .3em;
    content: 'Testversion';
    padding-left: 4.9em;
    padding-right: 4.9em;
}