/* ----------------------

    TRAFIKEN I SKOLAN BETA STYLE

-------------------------*/

/* GÖMMER SIDOMENY */
#sidebar-wrapper {
	display: none;
}

#wrapper {
    padding-left: 0;
}
 

/* ALLMÄNNA FIX */

body {
	background: #fff;
}

.container-fluid {
    max-width: 1800px;
}

.row.notiser {
	display: none;
}

.tab-content {
	padding-top: 0;
}

footer {
    border-top: none;
}

/* MOBIL TOPPMENY */

.col-xs-3.menu-toggle {
    width: 15% !important;
}

.col-xs-6.mini-logo {
    width: 70% !important;
}

.col-xs-3.navigation-icons {
    width: 15% !important;
}

.menu-toggle a {
    float: left;
}

.mini-logo {
	padding-top: 25px;
	padding-left: 0;
}

.mini-logo img {
    margin: 0 auto;
	height: 50px;
}

.navigation-icons {
	padding-top: 35px;
	padding-left: 0;
}

.navigation-icons-wrapper {
	float: right;
}

.search-mobile-option {
	float: right;
}

.translation-mobile-option .nav-language, .search-mobile-option .nav-search {
    font-size: 24px;
}

.translation-mobile-option {
	display: inline-block;
}

.search-mobile-option {
	display: inline-block;
	margin-left: 10px;
}

div.show-translation-mobile.open {
    display: block !important;
}

.visible-xs .colorbox {
    background-image: linear-gradient(90deg, #0F2B37 70%, #FFB960 30%) !important;
}

/* SIDOMENU MOBIL */

body.sidebar {
	overflow: hidden !important;
}

body.sidebar::after {
    content: "";
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#wrapper.toggled {
	padding-left: 0;
}

#wrapper #sidebar-wrapper {
    margin-top: -108px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 95% !important;
    margin-top: -108px;
}

#sidebar-wrapper {
    background: #fff;
    position: absolute;
}

.sidebar-whitemenu {
	background: #fff;
	width: 100%;
	min-width: 260px;
}

.sidebar-whitemenu .close-sidebar {
	float: right;
    padding: 14px;
	margin-top: 22px;
	margin-right: 14px;
}

.sidebar-whitemenu img.close-sidebar-img {
	width: 32px;
}

.sidebar-whitemenu .sidebar-blue-holder {
    border-left: 4px solid #0F2B37;
    margin-top: 100px;
    margin-left: 20px;
}

.sidebar-whitemenu .ul-blue-list {
	margin-bottom: 0px;
	padding: 10px 0px;
}

.sidebar-whitemenu .ul-yellow-list {
	padding: 10px 0px;
}

.sidebar-whitemenu .sidebar-yellow-holder {
	margin-left: 20px;
    border-left: 4px solid #FFB960;
}

.sidebar-whitemenu ul li a {
    color: #000;
	width: 90%;
    margin: 6px 0;
}

.sidebar-whitemenu ul li a:hover {
    color: #000;
}

.sidebar-whitemenu ul li.blue-item a {
    font-size: 20px;
}

.sidebar-whitemenu ul li.red-item a {
    color: #707070;
	margin: 2px 0;
}



/* HEADER */

.header-menu {
    height: 112px;
	display: flex;
  	align-items: center;
}

.header-wrapper {
	background-color: #fff;
}

.navbar-default {
	margin-top: 20px;
}

.header-menu nav {
	border: none;
	background-color: unset;
}

.header-menu .navbar {
	margin: 0;
	margin-top: 28px;
}

.navbar, .header-menu .dropdown-nav>li,  .header-menu .navbar-right>li {
	position: unset;
}

.navbar-header {
	margin: 15px 0;
}

.header-logo {
	height: auto;
	padding: 0;
	padding-right: 35px;
	padding-left: 15px;
	display: flex;
  	align-items: center;
}
	.header-logo img {
		width: 210px;
	}

.dropdown-nav, .navbar-right {
    margin: 0px;
}

.menu-items {
	font-size: 16px;
}

.navbar-nav>li>a {
    padding-top: 36px;
    padding-bottom: 26px;
}

.menu-items li > a {
	color: #333 !important;
}
	.menu-items li > a:hover {
		color: #000 !important;
	}

.navbar-right {
    font-size: 14px;
}

.menu-ntf a {
    font-weight: 600;
}

.menu-divider a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nav-language, .nav-search {
	font-size: 18px;
	padding-bottom: 10px !important;
}

.nav-search {
	padding-left: 0px !important;
	padding-right: 0px !important;
}


/* Dropdown */


.dropdown-content, .dropdown-content-multi {
	display: none;
	position: absolute;
	padding: 0 20px;
    z-index: 1;
    width: 100%;
	left: 0;
	top: 110px;
    background-color: #fff;
	box-shadow: 0px 18px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content .container, 
.dropdown-content-multi .container {
	max-width: 100%;
}

.menu-dropdown-toggle:hover .dropdown-content,
.menu-dropdown-toggle:hover .dropdown-content-multi {
  display: block;
}

.dropdown-wrapper {
    padding: 50px 0px;
}

.dropdown-wrapper-multi {
    padding: 50px 0px 60px;
	position: relative;
}

.dropdown-img-wrapper {
	/* display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; */
}

.dropdown-img-wrapper img {
	/* flex-shrink: 0;
    min-width: 100%;
    min-height: 100%; */
	width: 100%;
    height: 160px;
    object-fit: cover;
}

.dropdown-divider-wrapper {
	width: 10%;
}

.dropdown-divider {
	position: absolute;
	border-right: 2px solid #c5c5c5;
    height: 160px;
    left: 50%;
}

.dropdown-links a,
.submenu-left-list a {
    display: block;
	font-size: 16px;
	margin: 5px;
	line-height: 20px;
}

.subsubmenu-menu-list a {
	font-size: 16px;
	margin: 5px;
	line-height: 20px;
}

ul.dropdown-links {
	list-style-type: none;
	padding: 0;
	padding-top: 6px;
	display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
	grid-template-columns: 220px 220px 220px;
}

ul.submenu-left-list {
	list-style-type: none;
	padding: 0;
	padding-top: 6px;
	display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
	grid-template-columns: 300px
}

ul.submenu-left-list {
	position: relative;
	padding-left: 50px;
}

ul.dropdown-links li a,
ul.submenu-left-list li a {
	margin: 0;
	margin-bottom: 12px;
}

/*.dropdown-content-multi  {
    display: block;
}*/

.subsubmenu-menu-list {
	display: none;
	min-height: 120px;
}

.subsubmenu-menu-list li {
	text-decoration: none !important;
}

.subsubmenu-menu-list li a {
	margin-bottom: 10px !important;
	margin-right: 10px !important;
}

.submenu-left-list li:hover {
	text-decoration: underline;
}

.submenu-left-list li:hover .subsubmenu-menu-list {
	list-style-type: none;
	padding: 0;
	padding-top: 6px;
	display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
	grid-template-columns: 250px 250px 250px;
	position: absolute;
    left: 300px;
    top: 0;
}

.subsubmenu-menu-list span.section-department:after {
    content: "\a";
    white-space: pre;
}

.subsubmenu-menu-list span {
    font-weight: 600;
	font-size: 14px;
	opacity: 0.8;
}

.dropdown-divider-multi {
	position: absolute;
	border-left: 2px solid #c5c5c5;
    height: 180px;
    left: 250px;
}

/* GOOGLE TRANSLATE */

li.translation-option {
	position: relative !important;
}

div.show-translation {
	display: none;
	position: absolute;
    background-color: #fff;
    padding: 18px 2px;
    z-index: 1000;
	width: max-content;
	right: 8px;
	box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.2);
}

#google_translate_element {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

div.show-translation.open {
    display: block !important;
}

/* Färgstreck */

.colorbox {
    width: auto;
    height: 8px;
    background-image: linear-gradient(90deg, #0F2B37 70%, #FFB960 30%);
}


/* HERO-TEXT */

.hero-text-wrapper {
	height: unset !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    max-width: 90%;
	margin: 0 auto;
}

.hero-text-wrapper .big-text {
	color: #fff;
	padding-top: 0;
	max-width: unset;
	position: unset;
	transform: unset;
	text-align: unset;
	text-transform: none;
}

.hero-text-wrapper .liten-text {
	max-width: unset;
	position: unset;
	transform: unset;
	text-align: unset;
}


.hero-text-wrapper .small-text, .hero-text-wrapper .liten-text {
    color: #fff;
    font-size: 50px;
    width: auto;
    margin: 0 auto;
}

.ulc-text .hero-text-wrapper {
	top: 15%;
    transform: translateY(-15%);
	text-align: left !important;
}

.urc-text .hero-text-wrapper {
	top: 15%;
    transform: translateY(-15%);
	text-align: right !important;
}

.llc-text .hero-text-wrapper {
	top: 85%;
    transform: translateY(-85%);
	text-align: left !important;
}

.lrc-text .hero-text-wrapper {
	top: 85%;
    transform: translateY(-85%);
	text-align: right !important;
}

.textPlacement .big-text {
	font-size: 90px;
    line-height: 100px;
}

/* --------------
	
	STARTSIDA

---------------- */


/* BOX LAYOUT */

.start-box-wrapper {
    margin-bottom: 50px;
}

.start-box {
    position: relative;
    z-index: 10;
}

.start-box div[class^=col-] {
    padding: 6px;
}

.start-box .row {
    margin: -6px;
}

.box-feature {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    /* margin-bottom: 30px; */
    text-align: center;
    background-color: #fff;
}

.box-feature.big-box {
    text-align: left;
}

.box-feature a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: inherit;
}

.img-box {
    object-fit: cover;
    height: 100%;
}

.color-box {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: 0.3s;
}

.color-box:hover {
    opacity: 0.9;
}


.green .color-box {
    /* background-color: #2D735E; */
    background-color: #007955;
}

.yellow .color-box {
    background-color: #F0B35F;
}

.blue .color-box {
    background-color: #4F9CD8;
}

.red .color-box {
    /* background-color: #BC5C67; */
    background-color: #bc1a2c;
}

.box-feature .text-box {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    color: #fff;
}

.big-box .text-box {
    padding: 0 15%;
}

.text-box-wrapper {
    width: 100%;
    height: 100%;
    display: table;
}

.center-text-box-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.bottom-text-box-wrapper {
    display: table-cell;
    vertical-align: bottom;
}

.start-box .text-box .title-box {
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

.start-box .text-box .small-title-box {
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

.small-box .title-box {
    font-size: 28px;
}

.big-box .title-box {
    font-size: 34px;
}

.big-box .ingress-box {
    margin-bottom: 30px;
    font-size: 16px;
}


.button-box {
    display: inline-block;
    font-weight: normal;
    padding: 10px 30px;
    line-height: 20px;
    border-radius: 5px;
    background-color: #FEB960;
    color: #fff;
    border-color: #FEB960;
    transition: 0.3s;
}
    .button-box p {
        margin: 0;
    }

    .button-box:hover {
        background-color: #ff9f21;
    }

.bottom-text-box-wrapper img {
    height: 35px;
    margin-bottom: 20px;
    transition: 0.3s;
}
    .bottom-text-box-wrapper img:hover {
        height: 45px;
        margin-bottom: 15px;

    }

/* Kunskapsbank */

.blog-preview-date {
    font-size: 18px !important;
	margin-bottom: 5px;
}


/* --------------

KUNSKAPSBANK SIDA

----------------- */

.blog-article {
	max-width: 1200px;
	margin: 0 auto;
}

.blog-small-text time {
	display: none;
}

.blog-small-text {
	font-weight: normal; 
	font-size: 26px; 
	color: #000;
	text-transform: initial;
}

.blog-article h1 {
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 26px;
}

.blog-article {
	background-color: unset;
}

.blog-img {
	max-height: 450px;
	width: 100%;
	object-fit: cover;
}

.blog-grid-wrapper a {
    line-break: anywhere;
}

/* ----------------------

    SÖKSIDA

-------------------------*/

.search-start-input-holder {
    margin-top: 36px;
	margin-bottom: 40px;
	padding: 0;
}

.search-start-search-icon svg {
    height: 20px;
    position: absolute;
    fill: #FFB960;
    top: 3px;
}

.search-start-input-wrapper span.search-loader.inactive {
	display: none;
}

.search-start-input-wrapper span.search-loader {
	color: #FFB960;
	font-size: 4px;
	margin: 0;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: absolute;
    top: 8px;
    right: 30px;
	text-indent: -9999em;
	animation: mulShdSpin 1.3s infinite linear;
	transform: translateZ(0);
}

@keyframes mulShdSpin {
	0%,
	100% {
    	box-shadow: 0 -3em 0 0.2em, 
    	2em -2em 0 0em, 3em 0 0 -1em, 
    	2em 2em 0 -1em, 0 3em 0 -1em, 
    	-2em 2em 0 -1em, -3em 0 0 -1em, 
    	-2em -2em 0 0;
	}
	12.5% {
    	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
    	3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
    	-2em 2em 0 -1em, -3em 0 0 -1em, 
		-2em -2em 0 -1em;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em, 
		2em -2em 0 0, 3em 0 0 0.2em, 
		2em 2em 0 0, 0 3em 0 -1em, 
		-2em 2em 0 -1em, -3em 0 0 -1em, 
		-2em -2em 0 -1em;
	}
	37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
		3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
		-2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
		3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
		-2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
		3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
		-2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
	3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
	-2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
		3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
		-2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}
  

#txtMasterSearchTop {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #FFB960;
    padding-left: 36px;
    padding-bottom: 14px;
}

.search-result-page .result-details {
	margin-bottom: 45px;
}

ul.result-nav-list {
	font-size: 16px;
	border-bottom: none;
	display: inline-block;
}

ul.result-nav-list .tab-inactive {
	pointer-events: none;
}

ul.result-nav-list .tab-inactive a {
	opacity: 0.5;
}

.search-result-page span.totalCounts {
    font-size: unset;
    margin-top: 20px;
	display: unset;
}

.result-nav-list li a {
    background-color: #0F2B37 !important;
    color: #fff !important;
	border: none;
	margin-right: 12px;
	padding: 8px 16px;
	border-radius: 8px 8px 0 0;
}

.result-nav-list li:last-of-type a {
    margin-right: 0;
}

.result-nav-list li.active a {
    background-color: #F4F4F4 !important;
    color: #000 !important;
	border: none !important;
}

.result-nav-list li.active a:hover, .result-nav-list li.active a:active {
	border: none !important;
}

.result-nav-list span {
	font-size: unset;
	margin-top: unset;
	display: unset; 
}

.result-content-holder {
	background-color: #F4F4F4;
	padding: 60px 10px;
	margin-top: -6px;
}

.search-result-page h3 {
    font-size: 24px;
    color: #000;
}

.result-content-holder .tab-pane.active {
	overflow: hidden;
}

.tab-pane .search-item {
	margin-bottom: 30px;
	border-top: 1px solid #e5e5e5;
}

.tab-pane .search-item p {
    font-size: 16px;
}

div.search-item-holder {
	display: none;
}

.searchOnMain a.searchOnMain-btn {
	background-color: #0F2B37 !important;
} 


/* RESPONSIVE */

@media (min-width: 992px) {
	.header-menu .container {
		width: 1070px;
	}
}

@media (min-width: 1200px) {
	.header-menu .container {
    	width: 1810px;
	}
	
	.blog-article .blog-grid p {
    	font-size: 18px;
	}
	.blog-article .blog-grid p strong {
    	font-size: 20px;
	}
	
	.blog-article .blog-grid ul li {
    	font-size: 16px;
	}
}

@media (min-width: 1300px) {
	ul.dropdown-links {
		grid-template-columns: 250px 250px 250px 250px 250px;
	}
}

@media (min-width: 1530px) {
	ul.dropdown-links {
		grid-template-columns: 300px 300px 300px 300px 300px;
	}
	
	.current-item p {
    	font-size: 18px;
	}
}


@media (max-width: 1299px) {
	.navbar-nav>li>a {
    	padding-left: 5px;
    	padding-right: 5px;
	}
	
	.navbar-right li a {
		padding-left: 0px;
	}
	.header-logo {
    	padding-right: 10px;
	}
	
	.menu-items {
    	font-size: 14px;
	}
	
	.dropdown-wrapper-multi {
    	padding: 50px 0px 95px;

	}
	
	.dropdown-links a, .submenu-left-list a {
    	font-size: 14px;
	}
	
	.submenu-left-list li:hover .subsubmenu-menu-list {
		grid-template-columns: 200px 200px 200px 200px;
		left: 260px;
	}
	
	.dropdown-divider-multi {
		left: 222px;
	}
	
	.subsubmenu-menu-list span {
		font-size: 12px;
	}
	
	.textPlacement .big-text {
		font-size: 75px;
		line-height: 80px;
	}
	
	.textPlacement .small-text, .textPlacement .liten-text {
		font-size: 40px;
	}
	
}

@media (max-width: 1199px) {
	.result-nav-list li a {
		font-size: 14px;
		margin-right: 8px;
	}
	
	ul.submenu-left-list {
    	padding-left: 0px;
	}
	
	.dropdown-divider-multi {
		left: 170px;
	}
	
	.submenu-left-list li:hover .subsubmenu-menu-list {
    	left: 210px;
	}
	
}

@media (max-width: 1100px) {
	ul.dropdown-links {
		grid-template-columns: 160px 160px 160px 160px 160px;
	}
	
	.result-nav-list li a {
		font-size: 16px;
		margin-bottom: 12px;
		border-radius: 14px;
		text-align: center;
		padding: 12px;
	}
	
}

@media (max-width: 991px) {
	.header-wrapper {
		display: none;
	}
	
	#sidebar-wrapper {
    	display: block;
	}
	
	.textPlacement .big-text {
		font-size: 50px;
		line-height: 60px;
	}
	
	.textPlacement .small-text, .textPlacement .liten-text {
		font-size: 30px;
	}
	
	.location-details iframe, .location-details .single-location iframe {
		margin-top: 20px;
		width: inherit;
		height: 210px;
	}
	
	.contact-divider-wrapper {
		margin: 30px 0;
	}
			.contact-divider {
				position: absolute;
				border-right: none;
				border-top: 2px solid #c5c5c5;
				width: 80%;
				height: auto;
				left: 10%;
		}
	
	.tab-content .tab-text {
		margin-top: 0px;
	}
	
	.contact-info {
    	display: block;
	}
	
	.search-result-page .result-details {
    	display: none;
	}
	
	ul.result-nav-list {
		display: block;
	}
	
	.result-nav-list li {
		float: unset;
	}
	
	.result-nav-list li a {
		margin-right: 0px;
	}
	
	.result-content-holder {
		margin-top: 0px;
	}
	
	.blog-img {
    	max-height: 315px !important;
	}
}

@media (max-width: 767px) {
	
	.hero .big-text {
		margin-left: 0;
	}
	
	.hero .small-text, .hero .liten-text, .textPlacement .small-text, .textPlacement .liten-text {
    	font-size: 30px;
	}
	
	.row.visible-xs .medium-text-mobile, .row.visible-xs .small-text-mobile {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.row.visible-xs .medium-text-mobile {
		line-height: 35px;
	}
	
	.start-box-wrapper {
    margin-top: 30px;
	}
	
	.blog-small-text {
		font-size: 22px;
	}
	
	.blog-small-text p {
		margin: 0;
	}
	
	.blog-article h1 {
    	margin-bottom: 16px;
		font-size: 42px;
	}
	
}

@media (max-width: 580px) {
	.textPlacement .big-text {
		font-size: 30px;
		line-height: 35px;
	}
	
	.hero .small-text, .hero .liten-text, .textPlacement .small-text, .textPlacement .liten-text {
    	font-size: 16px;
	}
	
	.lan.hero .big-text {
		text-align: unset;
	}
	
	.ingress-box {
        display: none;
    }

    .box-feature.big-box {
        text-align: center;
    }

    .big-box .text-box {
        padding: 0 15px;
    }
}