/*
---------------------------------------------------------
---------------------------------------------------------*/
                  /* NYA SYSTEMET CSS */
/*---------------------------------------------------------
-----------------------------------------------------------*/

* { margin: 0; padding: 0; }
BODY,HTML { height: 100%; }

/*

font-family: 'Titillium Web', sans-serif;
*/

/*
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/

/* Accent ----------------------- */

.bg-accent {
	background-color: #cc3333!important;
}

/* Scales of grey background-color --------------- */

.bg-grey-5 {
	background-color: #f2f3f4!important;
}

.bg-grey-10 {
	background-color: #e5e7e8!important;
}

.bg-grey-20 {
	background-color: #cccfd2!important;
}

.bg-grey-40 {
	background-color: #999fa5!important;
}

.bg-grey-60 {
	background-color: #666f78!important;
}

.bg-grey-80 {
	background-color: #333f4b!important;
}

/* Text colors ----------------- */

.txt-primary {
	color: #cc3333!important;
}

.txt-secondary {
	color: #35587a!important;
}

.txt-accent {
	color: #cc3333!important;
}

.txt-white {
	color: #fff!important;
}

.txt-grey-5 {
	color: #f2f3f4!important;
}

.txt-grey-10 {
	color: #e5e7e8!important;
}

.txt-grey-20 {
	color: #cccfd2!important;
}

.txt-grey-40 {
	color: #999fa5!important;
}

.txt-grey-60 {
	color: #666f78!important;
}

.txt-grey-80 {
	color: #333f4b!important;
}

::selection {
	background: #022e59;
	/* Theme color */
	color: #fff;
	text-shadow: none;
}

/* End theme colors
––––––––––––––––––––––––––––––––– */

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––
BASE
–––––––––––––––––––––––––––––––––––––––––––––––––
*/

body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	-webkit-font-smoothing: antialiased;
	/*Font rendering in Chrome on Mac */
	-moz-osx-font-smoothing: grayscale;
	/* Font rendering in Firefox on Mac */
}

a, a:link, a:visited, a:active {
	color: #cc3030;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: disc;
	padding-left: 40px;
}

li {
	color: #333f4b;
	font-family: 'Titillium Web', sans-serif;
	font-size: .875rem;
}

td {
	font-size: .875rem;
}

address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem;
}

#dnn_ctr1657_HtmlModule_lblContent p:first-child {
	margin: 0;
}

/* ____ Text and typography ____ */

h1, h2, h3, h4, h5, h6 {
	color: #666f78;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	text-transform: none;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

h1 {
	color: #35587a;
	font-size: 1.75rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

h2 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	margin-top: 3rem;
}

h3 {
	font-size: 1.25rem;
	margin-bottom: .25rem;
	margin-top: 1.5rem;
}

h4 {
	font-size: 1.125rem;
	margin-bottom: .25rem;
	margin-top: 1.5rem;
	text-transform: uppercase;
}

h5 {
	font-size: 1rem;
	margin-bottom: .25rem;
	margin-top: 1.5rem;
}

h6 {
	font-size: .875rem;
	margin-bottom: .25rem;
	margin-top: 1.5rem;
}

h3+h4 {
	margin-top: .75em;
}

p {
	color: #333f4b;
	font-family: "Titillium Web", sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 1em;
}

p:last-child {
	margin-bottom: 0;
}

h2+h3, p:first-child {
	margin-top: 1rem;
}

p.ingress {
	color: #333f4b;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	margin: .75rem 0;
}

/* Breakpoints Text and typography */

@media (min-width: 576px) {
	h1, h2, h3, h4, h5, h6 {
		-webkit-hyphens: manual;
		-ms-hyphens: manual;
		hyphens: manual;
		/*hyphen only at &hyphen; or &shy; (if needed)*/
	}
	p {
		font-size: 1rem;
		margin-bottom: 1em;
	}
	p.ingress {
		font-size: 1.25rem;
		margin: 1rem 0;
	}
	li, td {
		font-size: 1rem;
	}
}

@media (min-width: 768px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.125rem;
	}
}

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––
HEADER AND NAVBAR
–––––––––––––––––––––––––––––––––––––––––––––––––
*/

.navbar {
	background-color: rgba(255, 255, 255, 1);
	border-bottom: transparent;
	padding: 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10), 0 3px 1px -2px rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.navbar-collapse {
	flex-direction: column;
	flex-wrap: wrap;
	background-color: #fff;
}

.navbar-brand {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#dnn_dnnLOGO_imgLogo
{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.navbar-brand img {
	height: 36px;
	width: auto;
}

.fair-transport-logotyp {
	height: 48px;
	border-left: 1px solid #ccc;
	padding-left: .75rem;
}

li.nav-item {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#main-menu .nav-link {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #333f4b;
}

#main-menu .nav-link, #extra-menu .nav-link {
	padding: 0.75rem 1rem;
}

#main-menu .nav-link:hover, #extra-menu .nav-link:hover {
	background-color: #f2f3f4;
}

/* Dropdown meny */

.dropdown-menu {
	margin: 0;
	padding: 0;
	border: 1px solid #f2f3f4;
	border-radius: 0;
}

.dropdown-item {
	padding: 0.75rem 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
}

.dropdown-item:hover {
	background-color: #f4f5f6;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #d1d0cc;
}

a.dropdown-item, a:link.dropdown-item, a:visited.dropdown-item, a:active.dropdown-item {
	color: #323c4b;
}

/* Extra meny */

#main-menu, #extra-menu {
	align-self: flex-end;
}

#main-menu {
	order: 2;
}

#extra-menu {
	width: 100%;
	margin-bottom: 0;
}

#extra-menu .nav-link {
	color: #323c4b;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1rem;
	font-weight: 600;
}

#extra-menu .nav-link.aktiv {
	color: #cc3030;
}

/* Sök */

#extra-menu li {
	width: 100%;
}

#dnn_dnnSearch_ClassicSearch {
	min-width: fit-content;
	height: 31px;
}

#dnn_dnnSearch_ClassicSearch .searchInputContainer {
	height: 31px;
	margin: 1px -3px 0 0;
}

#dnn_dnnSearch_ClassicSearch .searchInputContainer #dnn_dnnSearch_txtSearch {
	height: 100%;
	padding: 1.5px;
	padding-left: 5px;
	margin: 0;
}

#dnn_dnnSearch_cmdSearch {
	display: inline-block;
    background-color: #cc3030;
    border-radius: 0;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
    margin: 0;
    padding: .25rem .5rem;
	height: 31px;
	padding-top: 5.5px;
	margin-left: -1px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#dnn_dnnSearch_cmdSearch:hover {
	background-color: #022e59;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#dnn_dnnSearch_ClassicSearch .dnnSearchBoxClearText {
	display: none;
}

#search-site {
	padding: 1rem 0;
}

#search-site.form-inline {
	flex-wrap: nowrap;
}

#search-site .form-control-sm {
	border-radius: 0;
}

#search-site .btn {
	background-color: #cc3030;
	/*	border-color:rgba(255,255,255,.6) rgba(0,0,0,0.15) rgba(0,0,0,0.25) rgba(255,255,255,.4);*/
	border-radius: 0;
	color: #fff;
	font-size: .875rem;
	line-height: 1.5;
	margin: 0;
	padding: .25rem .5rem;
	height: 31px;
}

#search-site .btn:hover {
	background-color: #022e59;
}

#search-site .btn.gods {
	border-radius: 15px;
	margin-left: 0.5rem;
	padding: .25rem 1rem;
	max-width: 166px;
	background: none;
	background-color: #cc3030;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#search-site .btn.gods:hover, #search-site .btn.gods:focus, #search-site .btn.gods:active {
	background-color: #022e59!important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.fa-globe {
	margin-right: 5px;
}

#dnn_ctr406_ModuleContent .dnnSearchBoxPanel, #dnn_ctr406_ModuleContent .dnnSearchResultPanel {
	max-width: unset;
}

#dnn_ctr406_ModuleContent .dnnSearchBoxPanel .dnnSearchBox {
	margin-right: 130px;
}

@media (min-width: 992px) {

	#search-site {
		justify-content: flex-end;
	}

	@-moz-document url-prefix() {
		#dnn_dnnSearch_ClassicSearch {
			margin-left: auto;
		}
	}
}

/* END Extra meny */

/* Breakpoints Header and navbar */

@media (min-width: 992px) {

	.navbar-brand img {
		height: 48px;
		padding-left: 0;
	}
	
	#main-menu .nav-link {
		padding: .5rem .5rem .5rem .75rem;
		font-size: 0.8rem;
	}

	#extra-menu {
		background-color: transparent;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}

	#extra-menu .nav-link {
		padding: .25rem 1.25rem .5rem 0;
	}

	#search-site {
		padding: 0;
	}

	li.nav-item {
		border-top: none;
	}

	#main-menu .nav-link:hover, #extra-menu .nav-link:hover {
		background-color: transparent;
		color: #cc3030;
	}

	#search-site .btn.gods {
		margin-left: 1rem;
	}
}

@media (min-width: 1200px) {

	.fair-transport-logotyp {
		height: 62px;
		padding-left: .75rem;
	}
}

@media (min-width: 1300px) {

	#main-menu .nav-link {
		font-size: 0.9rem;
	}
}

@media (min-width: 1400px) {

	#main-menu .nav-link {
		font-size: 1rem;
	}
}

/* 
END HEADER AND NAVBAR 
––––––––––––––––––––––––––––––––––––––––––––––––– */

/* --------- Hero section ---------- */

#hero-section {
	background-color: rgba(103, 130, 155, 1);
	padding-top: 1rem;
	padding-bottom: 1rem;
	/*    background-image: url(images/bg-pattern.png);
    background-size: 50%;
    background-attachment: fixed;
    background-position: center;*/
	background-image: linear-gradient(to right bottom, #47729b, #37608a, #274f7a, #163e69, #022e59);
}

.hero-container {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.hero-caption {
	background-color: rgba(255, 255, 255, .8);
	box-shadow: none;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 2.5rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero-caption h1 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 auto;
	text-transform: uppercase;
}

.hero-caption p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 1rem;
	text-transform: uppercase;
}

.hero-caption a.btn-hero {
	background-color: rgba(255, 255, 255, .05);
	border: 2px solid rgba(103, 130, 155, 1);
	color: rgba(103, 130, 155, 1);
	padding: 1.25em 2em;
}

.hero-caption a.btn-hero:hover {
	border: 2px solid #cc3030;
	color: #cc3030;
}

#video-container {
	overflow: hidden;
	position: relative;
	display: flex;
	height: 75vh;
	width: 100%;
}

.video {
	object-fit: cover;
	height: 100%;
	width: 100%;
	opacity: .9;
}

.video-caption {
	position: absolute;
	width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.video-caption-content {
	z-index: 20;
	text-align: inherit;
	background-color: transparent;
	padding: 2rem;
	align-self: center;
	text-align: center;
}

.video-caption-content .fal {
	color: #cc3333;
	font-size: 2.5rem;
	opacity: 1;
}

.video-caption-content .fal:hover {
	color: #022e59;
	cursor: pointer;
}

/* Breakpoints hero section */

@media (min-width: 768px) {
	.hero-caption h1 {
		font-size: 2.125rem;
	}
	.hero-caption p {
		font-size: 1.125rem;
	}
}

@media (min-width: 992px) {
	#hero-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.hero-caption {
		background-color: rgba(255, 255, 255, 1);
		box-shadow: 0 0 45px 15px rgba(0, 0, 0, 0.2);
		width: 50%;
		top: auto;
		bottom: -2.5rem;
		left: 0;
		padding: 2.5rem;
		text-align: left;
	}
	.video-caption {
		justify-content: center;
	}
	.video-caption-content .fal {
		font-size: 4rem;
	}
	#video-container {
		height: 66vh;
		width: 75%;
	}
}

.corona p {
	color: #cc3333!important;
	font-weight: bold;
	font-size: 1.25rem;
}

.corona img {
	width: 50%;
}

@media (min-width: 992px) {
	.corona img {
		width: 100%;
	}
}
/* --------- Business areas ---------- */

#business-areas {
	background-color: rgba(2, 46, 89, 0.05)
}

#business-areas a:hover {
	text-decoration: none;
}

#business-areas .row{
	justify-content: space-between;
}

.business-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

a .business-item img {
	width: 110px;
	height: 110px;
	padding: 1rem;
	transition: .25s;
}

a:hover .business-item img {
	cursor: pointer;
	filter: grayscale(100%);
	padding: .5rem;
}

.business-item h3 {
	color: #022e59;
	margin: 0;
	font-size: 1.125rem;
	text-transform: uppercase;
	width: 100%;
	border-top: 1px solid rgba(103, 130, 155, .6);
	padding-top: .75rem;
}

/* ------- END Business areas -------- */

/* _______________ Theme Button  _______________ */

/* Bootstrap buttons */

/* Button basic */

.btn {
	-webkit-appearance: none!important;
	border-radius: 2px;
	padding: 0.75em 2em;
	font-size: 0.875rem;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Titillium Web', sans-serif!important;
	font-weight: 600;
	letter-spacing: 0.05em;
	-webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    filter: none!important;
}

/* Large button */

.btn-large {
	padding: 1em 2em;
}

/* Button theme color */

.btn-primary {
	background-color: #cc3030!important;
	border-color: transparent!important;
}

a.btn-primary {
	color: #fff!important;
}

.btn-primary:hover {
	color: #fff!important;
	background-color: #022e59!important;
	border-color: #022e59!important;
}

.btn-secondary {
	background-color: #35587a!important;
	border-color: transparent!important;
}

a.btn-secondary {
	color: #fff!important;
}

.btn-secondary:hover {
	color: #fff!important;
	background-color: #cc3333!important;
	border-color: transparent!important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff!important;
	background-color: #000!important;
	border-color: #000!important;
}

/* Outline button */

.btn-outline {
	background-color: rgba(255, 255, 255, 0.5)!important;
	border: 1px solid #cc3030!important;
}

a.btn-outline {
	color: #000!important;
}

.btn-outline:hover {
	color: #767366!important;
	background-color: rgba(255, 255, 255, 0.5)!important;
	border-color: #767366!important;
}

.btn-outline-white {
	background-color: rgba(0, 0, 0, 0.15)!important;
	border: 1px solid #fff!important;
	color: #fff!important;
}

a.btn-outline-white {
	color: #fff!important;
}

.btn-outline-white:hover {
	background-color: rgba(255, 255, 255, 0)!important;
}

/* END Buttons */

/* ***** LAYOUT ***** */

/* ____________ Padding x space ____________ */

.section-x-space {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.section-x-space {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width: 1200px) {
	.section-x-space {
		padding-left: 8vw;
		padding-right: 8vw;
	}
}

/* _______________________________________ */

/* ____________ Padding y space ____________ */

.section-y-space {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.section-y-space {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

@media (min-width: 960px) {
	.section-y-space {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

@media (min-width: 1200px) {
	.section-y-space {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

/* _______________________________________ */

/* Content in a box */

.panel {
	border-radius: 4px;
	background-color: #f4f5f6;
	margin: 2rem 0;
	padding: 1rem;
}

/* ____ Singel column margin-bottom on small screens ____ */

[class^="col-sm-"], [class^="col-md-"], [class^="col-lg-"], [class^="col-xl-"] {
	margin-bottom: 3rem;
}

[class^="col-sm-"]:last-child, [class^="col-md-"]:last-child, [class^="col-lg-"]:last-child, [class^="col-xl-"]:last-child {
	margin-bottom: 0;
}

[class^="col-md-"]>[class^="col-md-"] {
	margin-bottom: 4rem;
}

@media (min-width: 576px) {
	[class^="col-sm-"] {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	[class^="col-md-"] {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	[class^="col-lg-"] {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	[class^="col-xl-"] {
		margin-bottom: 0;
	}
}

/* ____________ Recent News ____________ */

#aktuellt img {
	width: 100%;
	height: auto;
}

/* ___________ Promo Section ___________ */

#promo-section {
	background-image: url(images/promo-lbc2.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

#promo-section h2 {
	color: #35587a;
	margin: 0;
	text-transform: uppercase;
	font-size: 2rem;
}

#promo-section .promo-text {
	background-color: rgba(255, 255, 255, .5);
	padding: 2rem;
}

/* ____________ DMT ____________ */

#dmt {
	background-color: rgba(103, 130, 155, .125);
	height: 100%;
	background-image: url(images/dmt-bg.jpg);
	background-size: cover;
}

.dmt-info {
	padding: 3em 1rem;
}

#dmt h2 {
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
}

#dmt h2, #dmt h3, #dmt p {
	color: #35587a;
}

#dmt table {
	color: #35587a;
}

#dmt table.dmt-aktuellt {
	text-align: center;
}

#dmt td, #dmt th {
	border-color: #35587a;
	font-size: 1rem;
}

#dmt th {
	font-weight: 600;
}

#dmt td.dmt-number {
	border-width: 2px;
	font-size: 2.5rem;
	padding-bottom: 0;
}

#dmt td.dmt-date {
	border: none;
	padding-top: 0;
}

@media (min-width: 576px) {
	.dmt-info {
		padding: 3em;
	}
}

@media (min-width: 768px) {
	#dmt td, #dmt th {
		font-size: 1.25rem;
	}
}

/* ____________ CTA ____________ */

.transportledning {
	background-color: #f2f3f4;
	background-image: url(images/dmt-bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 1.5rem;
	height: 100%;
}

.transportledning h3 {
	color: #35587a;
	margin-bottom: 1rem;
}

.transportledning h4 {
	color: #35587a;
	margin-top: 0;
	padding-top: .5rem;
	border-top: 1px solid;
}

.transportledning p {
	color: #cc3333;
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: .5rem;
}

.transportledning .fas {
	color: #35587a;
	margin-right: .5rem;
}

.kontakta-mig {
	border: 1px solid #ddd;
	padding: 1.5rem;
	height: 100%;
}

.kontakta-mig h3, .kontakta-mig p {
	color: #35587a;
}

.contact-icons .fas {
	color: #35587a;
	margin-right: .5rem;
}
/*Reklamationsformulär*/
.reklamation .column{
	width:95%
}
.reklamation .Result_01_Default .form_submit {
display:none;
}
.reklamation .Result_01_Default .form_submit .return-btn {
display:none;
}

.reklamation #selArea {
width:100%;
}

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––––––
SUBPAGE 
–––––––––––––––––––––––––––––––––––––––––––––––––––––
*/

/* Breadcrumb*/

.sticky-bread {
	background-color: #f2f3f4;
	position: sticky;
	top: 68px;
	z-index: 100;
	padding: 0.5rem 0;
}

.sticky-bread a.brodtext {
	color: #35587a;
	font-weight: bold;
}

ol.breadcrumb {
	background-color: transparent;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.breadcrumb img {
	display: none;
}

span[itemprop="itemListElement"]::after {
    content: ' / ';
    color: #35587a;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
}

span[itemprop="itemListElement"]:last-child::after {
    content: '';
}

@media (min-width: 992px) {
	.sticky-bread {
		top: 119px;
	}
}

/* Hero Image */

.hero-section #dnn_TitlePane_SyncPanel, .hero-section #dnn_TitlePane {
	position: absolute;
	top: 44%;
	right: 0;
	width: 100%;
}

.hero-section #subpage-header-img img {
	height: 25vw;
	min-height: 220px;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.hero-section h1 {
	color: #fff;
	font-size: 2.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-350%);
	bottom: initial;
	right: 8vw;
	left: 8vw;
	text-align: right;
	text-transform: uppercase;
	text-shadow: 2px 1px black;
}



@media (min-width: 576px) {
	.hero-section h1 {
		font-size: 3rem;
	}
}

@media (min-width: 768px) {
	.hero-section h1 {
		font-size: 4rem;
	}
}

@media (min-width: 992px) {

	.hero-section h1 {
		transform: translateY(-50%);
		text-align: right;
	}
}

#subpage header h1 {
	font-size: 1.25rem;
	margin: 1rem 0;
	color: #35587a;
}

#subpage .main-content, #subpage .side-bar {
	padding: 0 0 0;
}

#subpage .col-lg-4:first-child, #subpage .col-lg-8:first-child {
	margin-bottom: 0;
}

#subpage h2:first-child, #subpage h3:first-child, #subpage h4:first-child {
	margin-top: 0;
}

/* Side-bar Subpage */

#subpage .side-bar {
	display: none;
}

#subpage .side-bar.side-bar-left {
	padding-right: 0;
}

#subpage .side-bar.side-bar-right {
	padding-left: 0;
}

/* Side-bar Menu */

.side-bar nav {
	margin-bottom: 3rem;
	margin-top: 1.5rem;
}

.side-bar nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.side-bar nav li {
	border-bottom: 1px solid #bf0020;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
}

.side-bar nav li:first-child {
	border-top: 1px solid #bf0020;
}

.side-bar nav ul li:last-child {
	margin-bottom: 0;
}

.side-bar nav li a {
	color: #323c4b;
	display: block;
	font-weight: 600;
	line-height: 1;
	padding: 15px 0;
	text-decoration: none;
}

.side-bar nav li a .far {
	color: #323c4b;
	margin-right: .5rem;
}

.side-bar nav li a:hover, .side-bar nav li.selected a {
	color: #bf0020;
}

.form_desc {
	display: none;
}

.Theme_FancyBox a {
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: button;
	border: 1px solid transparent;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	width: 100%;
	border-radius: 2px;
	padding: 0.75em 2em;
	font-size: 0.875rem;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	background-color: #35587a;
	cursor: pointer;
	text-decoration: none;
}

.Theme_FancyBox a:hover {
	color: white;
	background-color: #cc3333;
	text-decoration: none;
}

.Theme_FancyBox a:active, .Theme_FancyBox a:focus {
	color: white;
	background-color: #cc3333;
	text-decoration: none;
	box-shadow: 0 0 0 0.2rem rgba(130,138,145,.5);
}

.right-side-content {
  padding-top: 32px;
}

.beige_corner {
  display: none;
}

p.date.ng-binding {
  margin-bottom: 0;
}

.console {
  height: 50%;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	#subpage header h1 {
		font-size: 1.5rem;
		margin: 1.5rem 0;
	}
	#subpage .side-bar {
		display: block;
	}
	#subpage .side-bar.side-bar-left {
		padding-right: 1rem;
	}
	#subpage .side-bar.side-bar-right {
		padding-left: 1rem;
	}
}

/* 
END SUBPAGE 
––––––––––––––––––––––––––––––––––––––––––––––––– */

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––
SIDFOT 
–––––––––––––––––––––––––––––––––––––––––––––––––
*/

#sidfot, #sidfot h3, #sidfot h4, #sidfot p, #sidfot a, #sidfot li a, #sidfot .svg-inline--fa {
	color: #fff;
}

#sidfot {
	background-color: #67829b;
	background-image: linear-gradient(to right bottom, #47729b, #37608a, #274f7a, #163e69, #022e59);
}

#sidfot h3 {
	border-top: 1px solid rgba(255, 255, 255, .3);
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0.5rem;
	padding-top: 0.5rem;
}

#sidfot h4 {
	font-size: 1rem;
	margin-top: 1.75rem;
}

#sidfot ul {
	list-style-type: none;
	margin: .75rem 0;
	padding: 0;
}

#sidfot li {
	padding-bottom: .25rem;
}

#sidfot li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f35a";
	padding-right: .25rem;
}

#sidfot .fas {
	margin-right: .5rem;
	opacity: .75;
}

#sidfot [class^="col-lg-"] {
	margin-bottom: 0;
	padding-bottom: 3rem;
	border-bottom: none;
}

#sidfot [class^="col-lg-"]:last-child {
	padding-bottom: 0;
}

#sidfot .social {
	display: flex;
}

#sidfot .social .fab {
	font-size: 2rem;
	margin-right: 1rem;
}

@media (min-width: 992px) {
	#sidfot [class^="col-lg-"] {
		padding-bottom: 0;
	}
	#sidfot.panel-section {
		padding: 6rem 3vw;
	}
}

/* 
END SIDFOT 
–––––––––––––––––––––––––––––––––––––––––––––––––
*/

/* 
-------------------------------------------------
				CONTACT-SUBPAGE
-------------------------------------------------
*/

.aktuellt-item .wrapper p:first-of-type {
	margin: 0;
}

.aktuellt-item .wrapper p {
	line-height: 1.6;
}

#dnn_ArkrivPane h2 {
	margin-top: 0;
}

/*
-------------------------------------------------
				CONTACT-SUBPAGE
-------------------------------------------------
*/

#OrderSearchResult img {
	width: 50%;
}
/*
-------------------------------------------------
				LOGIN
-------------------------------------------------
*/
#dnn_ctr1737_ModuleContent {
    width: 100%;
    margin-left: 31%;
}
/*
-------------------------------------------------
				LOGIN
-------------------------------------------------
*/

.pff-segment {
    padding-top: 45px;
    padding-bottom: 15px;
}


@media (min-width: 1200px){
.pff-segment{
    padding-bottom: 1.5rem;
}


.pff-segment .aktuellt1{
    display: flex;
    align-items: center;
	}