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

    BETA STYLE

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

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

#wrapper {
    padding-left: 0;
}
 /* GÖMMER SIDOMENY */

/* MOBIL TOPPMENY */

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

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

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

.menu-toggle a {
    float: left;
}

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

.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 75%, #DC2C34 25%) !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-red-list {
	padding: 10px 0px;
}

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

.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;
}

/* ALLMÄNNA FIX */

.divider2 .panel-title a::after{
	right: 15px;
}

.divider2 .panel-title a{
	padding: 0px 0px 15px 0px;
}

ul{
	padding-left:20px;
}

ul li{
	margin-bottom: 15px;
}


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

.row.notiser {
	display: none;
}

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

footer {
    border-top: none;
}

.twitter-typeahead #search{
	border: 1px solid #ededed;
	box-shadow: none;
	border-radius: 10px;
}

.twitter-typeahead #search::placeholder{
	color:#333;
	font-style: normal;
}

.faq-front-special .btn.btn-big.btn-search{
	background-color:#fff;
}

.centered-pills {
    margin-bottom: 20px;
}

.slider-caption-information h3{
	margin-top:15px;
}

/* ÄNDRAR MARGIN MELLAN OBJEKT I BILDSNURRAR */

/* the slides */
.boxspaces .slick-slide {
	margin: 0 8px;
}

/* the parent */
.boxspaces .slick-list {
	margin: 0 -8px;
}


/* HEADER */

/* DOLT I MENYN */

#meny-51776, #meny-1517, #meny-2926 {
	display: none;
}

#mobilemenu-51776, #mobilemenu-1517, #mobilemenu-2926 {
	display: none;
}

.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;
}

.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: 80px;
	}

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

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

.navbar-nav>li>a {
    padding-top: 63px;
    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 {
	display: none;
	position: absolute;
	padding: 0 20px;
    z-index: 1;
    width: 100%;
	left: 0;
	top: 99px;
    background-color: #fff;
	box-shadow: 0px 18px 16px 0px rgba(0,0,0,0.2);
}

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

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

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

.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 {
    display: block;
	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: 200px 200px 200px 200px 200px;
}

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

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);
}

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


/* Färgstreck */

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

/* 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 {
	text-transform: unset;
	max-width: unset;
	position: unset;
	transform: unset;
	text-align: unset;
	padding-top: 0;
}

.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;
}

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

    Frågor och svar

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

.faq-start-faqboxes .kat-box {
    min-height: 260px;
}


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

    SÖKSIDA

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

.search-start-input-holder {
    margin-top: 36px;
}

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

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

.search-start-input-wrapper span.search-loader {
	color: #C93E3C;
	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;
	}
}
  

.localSearch {
	display: none !important;
}

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

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

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 12px;
	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;
}

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

.tab-pane .search-item {
	margin-bottom: 30px;
}

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

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

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

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

    VÄST

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

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

.location-details {
	padding: 30px 0;
	margin-top: 80px;
}

.contact-info {
	display: flex;
}

.contact-info p {
	font-size: 16px;
}

.contact-info .contact-title {
	font-size: 30px;
	margin-bottom: 20px;
}

.address-title, .openhours-title {
	font-weight: 500;
}

.openhours-text {
	margin-bottom: 24px;
}

.location-details iframe {
    width: 110%;
    height: 235px;
}

.location-details .single-location iframe {
    width: 100%;
    height: 235px;
	margin-top: -50px;
}

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



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

    Slider Links

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

.wrapper-txt-navs {
	height: 60px;
}

.wrapper-txt-navs .slidertxt-wrapper, .wrapper-txt-navs .sliderheadline {
	margin: 0 !important;
}

.wrapper-txt-navs .slider-navs {
    top: 28px;
}



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

    ALLMÄN TEXTÖVERSIKT

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

body {
	font-size: 18px;
}

.kategorier h1, .kategorier h4 {
	text-align: left;
}

.kategorier p, .kategorier p:first-of-type, .kategorier ul {
	margin-left: 0;
} 

.rte-medium {
    font-size: 18px;
}

.faq-start-faqboxes .kat-box {
    font-size: 18px;
}

.text-page h1 {
    margin: 20px 0 10px;
}

ul.countylist li {
    font-size: 20px;
}

.news-archive-page h3 {
    color: #000;
}


/* RESPONSIVE */

@media (min-width: 768px) {
	.kategorier p, .kategorier p:first-of-type, .kategorier ul {
		font-size: 18px;
		width: 75%;
	}
} 

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

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

@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;
	}
}


@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;
	}
	
	.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;
	}
	
}

@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;
	}
}

@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: 38px;
		    margin-top: 25px;
	}
	
	h3{
		font-size:24px;
	}
	
	h2{
		font-size:30px;
	}
	
	h2.rte {
    	font-size: 30px !important;
	}
	
	h4{
		font-size:22px;
	}
	
	.market-page p, .market-page ul li{
		font-size:17px;
	}
	
	
}

@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;
	}
	
	.faq-front-special #accordion{
	    margin: 15px;
		line-height: 25px;
	}
	
	.faq-front-special .panel-title{
		font-size:15px;
	}
	
	.faq-front-special .panel-title a:after{
		font-size: 12px;
		right: 12px;
   	 	top: 26px;
	}
	
	#sliderlinks{
		margin-bottom: 60px;
	}
	
	.senaste  #my-tab-content .btn.btn-default{
		margin-top: 20px;
	}
	
	span.twitter-typeahead{
		width: 100%!important;
    	margin-top: -7px;
	}
	
	.btn.btn-big.btn-search{
    	right: 33px;
    	top: 10px;
	}
	
	.centered-pills .nav-pills > li{
		margin-bottom:10px;
	}
	
	#special-content #my-tab-content .tab-title{
		font-size: 22px;
    	line-height: 29px;
	}
	
	.centered-pills {
    	margin-bottom: 6px;
    	margin-top: 30px;
	}
	
	.divider2 .panel-title{
		font-size:18px;
	}
	
	
	.contourPage .contourPageName{
		line-height: 43px !important;
	}
	
	.sidebar-whitemenu img.close-sidebar-img {
    	width: 18px;
	}
	
	.sidebar-whitemenu .close-sidebar {
    	margin-top: 6px;

	}
	
	.breadcrumb{
		border-bottom: 1px solid #ededed;
    	border-radius: 0;
		margin-top: 0;
	}
	
	.divider2 .panel-default > .panel-heading{
		padding-top: 13px;
    	padding-bottom: 1px;
	}
	
	.dynamic-slider .slick-dots{
	    bottom: -37px;
	}
	
	.slick-dots li{
		margin:0;
	}
	
	.dynamic-sliderlinks .slider-navs {
    	top: -25px;
	}
	
	.sliderstartpage .slick-dots {
   		bottom: -36px;
	}
	
	.kategorier h1{
		margin-bottom: 25px;
	}
	
	.img-grid.row.image-grid-wrapper{
		margin:0;
	}
	
	.image-grid-wrapper .img-grid-item{
		padding:0;
		margin-bottom: 15px;
	}
	
	.image-grid-wrapper .img-grid-item p{
		bottom: 7px;
	}
	
	#spec-start-page{
		margin-bottom:50px;
	}
	
	/*.mendi-container.startpage{
		margin-top:0;
		padding-top:0;
		padding-bottom:0;
	}*/
	
	
}

