/* Av-Line AB */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700|Catamaran:800');
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* Modal */
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css');

/* ==========================================================================
Generellt 
========================================================================== */
html {
	font-size: 62.5%;
}

body.isMobile {
	background: none !important;
}

body.isMobile .body-background {
	background-image: url("/files/background/avline-bg-darkblue-2000px.jpg");
	background-position: center center;
}

body {
	background-position: center 60%;
}

.SubPage .LayoutPage .section-wrapper {
	background-color: rgba(0, 123, 194, 0.82)
}

/* Layout
========================================================================== */
.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
	padding: 100px 30px;
}

.LayoutPage .section-block .section-block-wrapper,
.SubPage .LayoutPage .section-block .section-block-wrapper {
	max-width: 1200px;
}

/* Margins */
.mt-3 {
	margin-top: 3rem !important;
}

/* Bredder */
.full-width .section-block .section-block-wrapper {
	max-width: none !important;
}

.mw-70 {
	max-width: 70rem;
}

.max-width-650 p {
	max-width: 650px;
}

/* Layouts */
.LayoutPage .layout-12 .col-1 {
	padding-right: 2%;
}

.LayoutPage .layout-12 .col-2 {
	padding-left: 2%;
}

/* Text och typsnitt 
========================================================================== */
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #444;
}

/* Rubriker */
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 3px;
	font-weight: 500;
	color: #262626;
	line-height: 1.2em;
	text-transform: unset;
	font-family: 'Catamaran', sans-serif;
	letter-spacing: 0;

}

h1 {
	font-size: 45px;
	padding-bottom: 30px;
	color: #017ac0;
}

h2 {
	font-size: 40px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

h3 {
	font-size: 30px;
	color: #7c7c7c;
	text-align: left;
	max-width: 680px;
	padding-bottom: 10px;
}

h5 {
	color: #353535;
	font-size: 21px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.small-title {
	font-size: 30px;
	color: #017ac0;
}

/* Brodtext */
p,
a,
li {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1.8em;
	font-size: 18px;
}

p {
	padding: 0 0 0.8em 0;
}

a {
	text-decoration: none;
}

.text-small {
	font-size: 1.2rem;
	text-align: center;
	width: 40%;
}

.SubPage .ingress p,
.SubPage .ingress h3 {
	max-width: 750px;
	text-align: left;
	margin: 0 auto;
}

/* Ovriga klasser */
.subPage .text-center {
	text-align: center;
}

.smalltext-type {
	max-width: 750px;
}

.text-center *,
.text-center {
	text-align: center !important;
	margin: auto !important;
}

.text-box {
	max-width: 80rem;
	margin: auto;
}

.text-block-center {
	max-width: 80rem;
	margin: 0 auto;
}

.text-center *,
.text-center {
	text-align: center;
}

.text-bold {
	font-weight: 700;
}

.text-italic {
	font-style: italic;
}

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
	margin-top: 10px;
}

.btn-wrapper-center {
	justify-content: center;
	margin: auto;
	text-align: center;
}

.btn-wrapper center {
	justify-content: center;
	margin: auto;
}

.btn {
	max-width: 250px;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 20px;
	background-color: #fff;
	border: 2px solid #fff;
	color: #007ac2;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block;
	border-radius: 8px;
	letter-spacing: 0.5px;
	font-size: 16px;
	text-decoration: none;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.btn:hover {
	background-color: #007ac2;
	border: 2px solid #007ac2;
	color: #fff;
}

.btn-accent {
	background-color: #007ac2;
	border: 2px solid #007ac2;
	color: #fff;
}

.btn-border {
	background-color: transparent;
	border: 2px solid #007ac2;
	color: #fff;
}

.btn-accent:hover {
	background-color: transparent;
	border: 2px solid #007ac2;
	color: #007ac2;
}

/* Farger
========================================================================== */
.LayoutPage .section-wrapper {
	background-color: transparent;
}

/* Bakgrundsfarger */
.white .section-block {
	background-color: #fff !important;
}

.blue .section-block {
	background-color: #017ac2 !important;
}

.black-overlay .section-block {
	background-color: rgba(0, 0, 0, 0.48) !important;
}

/* Text */
.text-white {
	color: white;
}

.text-primary {
	color: #007ac2;
}

.blue .section-block h2,
.blue .section-block h3,
.blue .section-block h4,
.blue .section-block h5,
.blue .section-block p,
.blue .section-block a {
	color: #fff;
}

.black-overlay .section-block h2,
.black-overlay .section-block h3,
.black-overlay .section-block h4,
.black-overlay .section-block h5,
.black-overlay .section-block p,
.black-overlay .section-block a {
	color: #fff !important;
	text-align: left;
}

.fa-file-pdf,
.fa-file-image {
	color: #d73113;
}



/* Grafiska element
========================================================================== */
/* Video ratio */
.video-wrapper {
	padding-bottom: 5rem;
}

.video-ratio {
	position: relative;
	padding-bottom: 40.25%;
	height: 0;
	max-width: 80rem;
	margin: auto;
}

.video-ratio video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Cards
========================================================================== */


/* Cards 7 */
.cards-7-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.cards-7-wrapper .card-item {
	width: calc((100% / 3) - 2rem);
	margin: 1rem;
	border-radius: 0.8rem;
	box-shadow: 0 1.5rem 3rem rgb(105 85 61 / 27%);
	background: #fff;
	overflow: hidden;
}

.cards-7-wrapper .text-wrapper {
	padding: 2rem 3rem;
}

.cards-7-wrapper .text-wrapper p {
	font-size: 16px;
}

.cards-7-wrapper .text-wrapper h2 {
	font-size: 20px;
}

.cards-7-wrapper .text-wrapper .date {
	font-size: 15px;
	color: #007ac2;
}

.cards-7-wrapper .text-wrapper a {
	font-size: 16px;
	font-weight: 500;
	color: #097dc3;
}

.cards-7-wrapper .text-wrapper a:hover {
	color: #444;
}

.cards-7-wrapper h2 {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	font-size: 2rem;
	border-bottom: 1px solid #007ac2;
}

@media only screen and (max-width:1024px) {
	.cards-7-wrapper .card-item {
		width: calc((100% / 2) - 2rem);
		margin: 1rem;
	}
}

@media only screen and (max-width:680px) {
	.cards-7-wrapper .card-item {
		width: 100%;
		margin: 2rem 0;
	}
}

/* Split
========================================================================== */
.split-section .normaltext-type {
	max-width: none;
}

.split-wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.split-wrapper * {
	box-sizing: border-box;
	text-align: left !important;
}

.split-content {
	width: 50%;
	padding: 5rem;
	text-align: left;
}

.split-wrapper.reverse {
	flex-direction: row-reverse;
}

/* Centrera content */
.split-wrapper .align-center {
	align-self: center;
}

.split-image {
	width: 50%;
	position: relative;
	overflow: hidden;
}

.split-image img {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: unset !important;
}

@supports (object-fit: cover) {
	.split-image img {
		position: relative;
		transform: none;
		top: unset;
		left: unset;
		object-fit: cover;
		object-position: center;
		height: 100% !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 1100px) {
	.split-content {
		width: 100%;
		padding: 5rem 2rem;
	}

	.split-image {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 580px) {
	.split-content {
		padding: 3rem 2rem;
	}
}

/* ==========================================================================
Header / Navigation
========================================================================== */
header .container {
	max-width: 1600px;
}

header .container::after {
	content: '';
	display: table;
	clear: both;
}

header .mobile-menu span {
	height: 2px;
	width: 100%;
	background: #FFF;
	border-radius: 0px;
	margin-bottom: 7px;
	display: none;
}

header {
	height: 72px;
	background-color: transparent;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	box-shadow: none;
}

header .header-logo {
	width: 200px;
	opacity: 1;
	padding: 5px 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

header.scrolled .header-logo {
	opacity: 1;
}

header .header-logo a {
	height: 7.2rem;
	background-image: url('/assets/images/logotyp-avline-neg.png');
	background-size: auto 5.2rem;
	background-repeat: no-repeat;
}

header.scrolled .header-logo a {
	padding: 5px 0;
	background-image: url('/files/logo_new.png');
}


.SubPage header .header-logo a {
	padding: 5px 0;
	background-image: url('/files/logo_new.png');
}

header.scrolled {
	background-color: #ffffff;
	box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
}

header.scrolled nav.mainmenu li a {
	color: #4f616b;
}

nav.mainmenu {
	border-bottom: 0;
	text-align: right;
}

nav.mainmenu ul.TemplateMenu>li {
	line-height: auto;
	height: auto;
	transition: all 500ms linear;
}

nav.mainmenu ul {
	margin-right: 40px;
}

nav.mainmenu li a {
	font-size: 15px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 300;
	margin: 0;
	padding: 0 20px;
}

.SubPage nav.mainmenu li a {
	color: #444;
}

nav.mainmenu li:hover,
nav.mainmenu a:hover,
nav.mainmenu li.active,
nav.mainmenu .Padding>ul>li.active:before {
	background: none;
	text-decoration: none;
}

nav.mainmenu li:hover a {
	color: #017ac2 !important;
}

nav.mainmenu ul>li.expandable-li:hover,
nav.mainmenu ul>li.expandable-li:hover ul {
	color: #fff;
	background-color: #fff;
}

nav.mainmenu ul>li>ul>li:hover {
	background-color: #ffffff;
}

nav.mainmenu ul>li>ul li:hover>a.expandable {
	background-color: rgba(237, 237, 237, 0.98);
	color: #fff;
}

.dropdown-arrow {
	top: 28px;
	right: 20px;
}

/* Dropdown menu */
nav.mainmenu ul>li.expandable-li:hover {
	background-color: transparent;
}

nav.mainmenu li:hover,
nav.mainmenu li.active {
	background-color: transparent !important;
}

nav.mainmenu ul>li.expandable-li:hover>a {
	color: #3777a2;
	padding-bottom: 0;
}

nav.mainmenu ul>li>ul {
	background: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

nav.mainmenu ul>li>ul {
	line-height: 35px;
	display: none;
	position: absolute;
	min-width: 100%;
	width: auto;
	text-align: left;
	padding: 0;
	z-index: 10;
}

nav.mainmenu ul>li>ul a {
	background: transparent !important;
	text-decoration: none !important;
	white-space: nowrap;
}

nav.mainmenu ul>li>ul>li>a {
	color: #4e4e4e !important;
	text-transform: unset;
	letter-spacing: normal;
	font-size: 16px;
	padding: 10px 30px;
}

nav.mainmenu ul>li>ul>li>ul {
	top: -20px;
	left: 90px;
}

nav.mainmenu ul>li>ul>li:hover a,
nav.mainmenu ul>li>ul>li.active a {
	color: #3777a2 !important;
}


nav.mainmenu ul>li>ul>li.expandable-li:hover>a {
	color: #3777a2;
	border-bottom: none;
	padding-bottom: 10px;
}

nav.mainmenu .expandable:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f0d7';
	margin-left: 7px;
	text-decoration: none;
	display: inline-block;
}

nav.mainmenu li:hover .nav-dropdown:after {
	text-decoration: none !important;
}

/* Bakgrundsvideo
========================================================================== */
.bg-video {
	position: relative;
	margin-top: calc(-1 * var(--menu-height));
	overflow: hidden;
}

.bg-video-wrapper video {
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

/* ==========================================================================
Startsida
========================================================================== */
.lSAction>a {
	z-index: 50 !important;
}

.news {
	margin-top: 40px;
}

/* Top Section
========================================================================== */
.top-section {
	display: none;
}

.topsection {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(68vh);
	border: 2rem solid rgb(var(--white-color));
	border-top: 0;
	background-image: linear-gradient(to bottom, rgba(32, 32, 32, 0.659), rgba(39, 39, 39, 0.596));
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.topsection h1 {
	font-size: 5rem;
	line-height: 1.3;
	padding-bottom: 0;
}

.topsection h1 .text-handwritten {
	display: block;
	font-size: 1.4em;
	line-height: 1;
}

.topsection p {
	font-size: 1.6rem;
}

.topsection a {
	margin-bottom: 1rem;
}

/* CTA
========================================================================== */
#cta {
	/* 	margin-top:-270px; */
	position: relative;
	z-index: 5;
}

#cta,
.cta .section-block {
	background-color: #fff;
}

#cta .section-block .code-part,
.cta .section-block .code-part {
	font-size: 0;
	line-height: normal;
}



#cta .section-block .col-0,
#cta .section-block .col-1,
#cta .section-block .col-2,
#cta .section-block .col-3,
#cta .section-block .col-4 {
	padding: 0 !important;
}

.cta .section-block .col-0,
.cta .section-block .col-1,
.cta .section-block .col-2,
.cta .section-block .col-3,
.cta .section-block .col-4 {
	padding: 0 !important;
}

.project-thumb-wrapper {
	display: -webkit-inline-box;
	position: relative;
	overflow: hidden;
	margin-bottom: 0em !important;
	width: 100%;
	height: 270px;
	max-width: 100%;
	text-align: center;
	cursor: pointer;
	font-size: 0px;
	box-sizing: border-box;
	border: 0 !important;
	margin: 0;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
}

.project-thumb-wrapper .project-thumb {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 4;
	padding: 120px 20px;
	min-height: 140px;
	background-color: rgba(1, 122, 194, 0.63);
	cursor: pointer;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

.black-thumb .project-thumb {
	background-color: rgba(0, 45, 71, 0.79);
}

.project-thumb-wrapper:hover .project-thumb {
	background-color: rgba(0, 0, 0, 0.66);
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

.project-thumb h2 {
	font-size: 28px;
	font-weight: 600;
	height: 60px !important;
	margin-bottom: 3px;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 0;
}

.project-thumb p {
	font-weight: normal;
	font-size: 13px;
	opacity: 0;
	display: none;
}

.project-thumb ul {
	font-weight: bold;
	font-size: 20px;
	text-align: left !important;
	margin: 0 auto;
	width: 50%;
	line-height: 1.2em;
}

/* Om oss
========================================================================== */
#about-us {
	background-color: #fff;
}

#about-us .section-block .section-block-wrapper {
	max-width: 1200px;
}

#about-us p {
	max-width: 700px;
	text-align: left;
	color: #454545;
}

#about-us h1 {
	color: #017AC1;
	text-align: left;
}

#about-us h3 {
	color: #7c7c7c;
	text-align: left;
	max-width: 680px;
	padding-bottom: 20px;
}


#about-us .opening-hours {
	padding: 25px 0px 15px 0px;
	border: 2px solid rgba(248, 219, 174, 1);
	text-align: center;
	width: 85%;
	margin: 0 auto;
	margin-top: 45px;
}

#about-us .opening-hours h3 {
	color: #444;
	text-transform: uppercase;
}

#about-us .opening-hours p {
	text-align: left !important;
	width: 70%;
}

#about-us .opening-hours .text-right {
	float: right;
}

/* Jobba hos oss
========================================================================== */
#workhere {
	background-color: #f8f8f8;
}

.section-jobb .section-block .section-block-wrapper {
	max-width: 1400px;
}

.section-jobb .section-block .col-3 {
	padding-top: 20px;
}

.section-jobb .section-block .heading-type p {
	padding-bottom: 40px;
}

#workhere .heading-type p {
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
}

#workhere .btn {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}

.jobb-formular .normaltext-type p {
	text-align: center;
}

.center .slide {
	transform: scale(0.95);
}

.work-cards {
	margin-bottom: 17px;
	position: relative;
	height: 700px;
	border-radius: 5px;
	background-color: #fff;
	box-sizing: border-box;
	float: left;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.work-cards img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.work-cards .link {
	display: block;
	position: absolute;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	left: 30px;
	width: 100%;
}

.work-cards .text {
	padding-top: 4px;
	padding: 28px;
	text-align: left;
	height: 300px;
	overflow-y: scroll;
}

.work-cards .text ul {
	padding-left: 25px !important;
	margin-top: 5px;
	margin-bottom: 10px;
}

.work-cards .text ul li {
	color: #333;
	margin-right: 10px;
	font-size: 16px;
	line-height: 26px;
}

.work-cards .text p,
.work-cards .text a,
.work-cards .text li {
	color: #333;
	text-align: left;
	font-size: 15px;
	line-height: 1.7em;
}

.work-cards .text h3 {
	font-size: 25px;
	text-align: center;
	color: #007ac2;
	text-transform: uppercase;
}


.work-cards .text::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid white;
	background-color: rgba(194, 194, 194, 0.66);
}

.work-cards .text::-webkit-scrollbar {
	-webkit-appearance: none;
}

.work-cards .text::-webkit-scrollbar:vertical {
	width: 12px;
}

.slick-dots li button:before {
	font-size: 10px;
}

.slick-prev:before,
.slick-next:before {
	font-size: 30px;
	color: #3889c5;
	opacity: 1;
}

/* Prenumerera på nyhetsprev
========================================================================== */
.nyhetsbrev .section-block {
	/*background: rgba(0, 0, 0, 0.2); */
	background: rgba(0, 123, 194, 0.82);
	padding: 180px 30px !important;
}

.nyhetsbrev .block-object {
	max-width: 75rem;
	margin: 0 auto;
	display: block;
}

.nyhetsbrev .block-object h2 {
	text-align: center !important;
	padding-bottom: 2rem;
	color: #fff !important;
}

.nyhetsbrev .block-object p {
	padding-top: 2rem;
	font-size: 1.4rem;
	color: #fff !important;
	text-align: center !important;
}

.nyhetsbrev .Contact .ContactForm .ContactFormName,
.nyhetsbrev .Contact .ContactForm .ContactFormField,
.nyhetsbrev .Contact .ContactForm .ContactFormMessage {
	display: none;
}

.nyhetsbrev .Contact .ContactForm input.ContactSubmit {
	color: white !important;
	border: none !important;
	border-radius: 0rem 3rem 3rem 0rem !important;
	padding: 1.4rem 5rem;
	background-color: #000 !important;
	color: #fff !important;
	font-size: 1.4rem !important;
	letter-spacing: .2em !important;
	cursor: pointer !important;
	font-weight: 600 !important;
	margin-top: 0 !important;
	height: 5rem !important;
	margin-bottom: 0 !important;
}

.nyhetsbrev .Contact .ContactForm .ContactFormEmail {
	display: block !important;
}

.nyhetsbrev .Contact .ContactForm div {
	display: none !important;
}

.nyhetsbrev .Contact .ContactForm input.ContactSubmit:hover {
	color: #000;
}

.nyhetsbrev .Contact .ContactForm div {
	width: 100%;
	padding-bottom: 0;
}

.nyhetsbrev .Contact .ContactForm {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nyhetsbrev .section-block .Contact .ContactForm input.text {
	font-size: 1.4rem;
	height: 5rem !important;
	border-radius: 3rem 0rem 0rem 3rem;
	width: 100%;
	border: 2px solid #000 !important;
}

.nyhetsbrev .Contact .ContactForm .ContactFormEmail p {
	display: none;
}

@media only screen and (max-width: 640px) {
	.nyhetsbrev .Contact .ContactForm {
		flex-direction: column;
	}

	.nyhetsbrev .section-block .Contact .ContactForm input.text {
		border-radius: 2rem;
	}

	.nyhetsbrev .Contact .ContactForm input.ContactSubmit {
		border-radius: 2rem !important;
		margin-top: 10px !important;
		width: 100% !important;
	}
}

/* Kontaktformular
========================================================================== */
.contact-form h1,
.contact-form h3,
#contact h1 {
	color: #fff;
}

.LayoutPage .Contact .ContactForm input.text,
.LayoutPage .Contact .ContactForm textarea.textmessage {
	border: none !important;
}

.Contact .ContactForm div.ContactFormMessage p,
.Contact .ContactForm .ContactFormEmail p,
.Contact .ContactForm .ContactFormField p,
.Contact .ContactForm .ContactFormName p {
	color: #fff;
	text-align: left;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit,
.LayoutPage .Contact .ContactForm input.ContactSubmit:hover {
	color: #fff;
	background-color: #017ac2;
	border: 2px solid #017ac2;
	margin: 35px auto 0px auto;
	border-radius: 10px;
	display: block;
	font-size: 15px;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit:hover {
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	color: #ffffff;
}

.LayoutPage .Contact .ContactForm input.text,
.LayoutPage .Contact .ContactForm textarea.textmessage {
	border-radius: 5px;
}

.LayoutPage .Contact .ContactForm textarea.textmessage {
	height: 195px;
}

.startpage .LayoutPage .Contact .ContactFormField input.field-2 {
	display: none !important;
}

.startpage .LayoutPage .layout-1 .form-part select {
	width: 100% !important;
	display: block;
	box-sizing: border-box;
	height: 30px;
	font-size: 15px;
	width: 480px !important;
}

.LayoutPage .form-part div {
	padding-bottom: 0px;
}

.contact-heading .section-block,
.contact-form .section-block {
	/*background: rgba(0, 0, 0, 0.2);*/
	background: rgba(0, 123, 194, 0.82);
}

.contact-heading .section-block h3 {
	color: #fff;
}

.contact-form .section-block {
	padding-top: 1px !important;
}

.contact-form .section-block .section-block-wrapper {
	max-width: 750px;
}

.contact-heading h1,
.contact-heading h2,
.contact-heading h3 {
	color: #fff;
	text-align: center;
}

.contact-form h3 {
	font-size: 33px;
}

.contact-heading h3 {
	text-align: center !important;
	max-width: none;
}

.contact-heading select {
	background-color: rgb(22, 122, 194);
	border:1px solid white;
	border-radius: 10px;
	width: 150px;
	height: 36px;
	padding: 5px;
	font-size: 16px;
	color: white;
}

.contact-form {
	display: none;
}

.EditMode .contact-form {
	display: block;
}

/* ==========================================================================
Undersidor - Generellt
========================================================================== */
.SubPage header {
	background-color: white !important;
	box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3) !important;
}

.SubPage header .header-logo {
	opacity: 1 !important;
}

.SubPage .top-section {
	height: 320px;
	display: none;
}

.SubPage .header-block h1 {
	font-size: 55px;
	line-height: 65px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	padding-bottom: 0;
	letter-spacing: normal !important;
}

.SubPage .header-block {
	background: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top 35%;
}

.SubPage .header-block p,
.SubPage .header-block h3 {
	color: #fff;
	text-align: center !important;
}

.SubPage .header-block h3 {
	max-width: 600px;
	margin: 0 auto;
}

.SubPage .header-block .section-block {
	background: rgba(0, 123, 194, 0.82);
	padding: 20vh 30px !important;
	height: 450px;
}

.SubPage .header-block.serviceavtal-top  .section-block{
	height: 100%;
}
.SubPage .header-block.header-block.serviceavtal-top .section-block {
	padding-bottom: 8rem !important;
}


.SubPage .page-title-wrap {
	top: 70px;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.SubPage #brand-logo {
	display: none;
}

.SubPage .page-title-wrap h1 {
	text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.5);
}


.SubPage h1 {
	padding-bottom: 0;
}

.SubPage h3 {
	padding-top: 15px;
}


.SubPage .gray-block .section-block {
	background-color: #f8f8f8;
}

.SubPage .white-block .section-block {
	background-color: #ffffff;
}

.SubPage .expertis {
	background: rgba(0, 0, 0, 0.65);
	background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
	color: #fff !important;
}

.SubPage .expertis h1,
.SubPage .expertis h2,
.SubPage .expertis h3 {
	color: #fff;
}

.expertis ul li {
	color: white !important;
	font-size: 20px;
}

.expertis ul {
	list-style: none;
	padding-left: 50px;
	text-align: left;
}

.expertis .ul-check li:before {
	content: '\2713\0020';
	color: #ffffff;
	font-size: 30px;
	margin-left: -30px;
}

.expertis .ul-check li {
	/* 	font-size: 22px !important; */
	margin-bottom: 20px;
}

.expertis h3 {
	padding-bottom: 30px;
	color: #fff;
}



.p20 .expertis {
	text-align: center;
}

.expertis .contact {
	background-color: white;
	width: 31%;
	margin: 1%;
	height: 250px;
	float: left;
	text-align: center;
	vertical-align: top;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding: 30px 20px;
	position: relative;
	border-radius: 10px;
}

.expertis .contact a {
	color: #017ac0;
}

.expertis .contact .contact-info h3 {
	color: #017ac0;
}

.expertis .contact .contact-info p {
	color: #333;
	text-align: center;
}

.expertis .section-block .section-block-wrapper {
	max-width: 1200px;
}

.subpage-personal h3 {
	color: #000;
	text-align: center !important;
}

.subpage-personal .normaltext-type {
	margin: 0 auto;
	text-align: center;
}

.subpage-personal .ingress p {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}
@media only screen and (max-width: 540px) {
.SubPage .header-block.header-text-block .section-block {
	min-height: 700px;
}
}

@media only screen and (max-width: 420px) {
	.SubPage .header-block.header-text-block .section-block {
		min-height: 650px;
	}
	}


/* Undersidor generellt: Tjanster beskrivning
========================================================================== */
.section-kompetenser .section-block .section-block-wrapper {
	max-width: 1400px;
}

.subpage-sakerhet .ingress p {
	max-width: 970px;
	text-align: center;
	margin: 0 auto;
}

.SubPage .section-kompetenser {
	/*     background-image: url('/files/el.jpg') !important; */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.SubPage .section-kompetenser .section-block {
	background-color: rgba(0, 0, 0, 0.2);
}

.SubPage .elinstallationer {
	background-image: url('/files/el.jpg') !important;
}

.SubPage .elservice {
	background-image: url('/assets/images/elservice-2000px.jpg') !important;
}


.SubPage .kommunikation {
	background-image: url('/files/kommunikation1.jpg') !important;
}

.SubPage .sakerhet {
	background-image: url('/files/sakerhet.jpg') !important;
}

.SubPage .laddstationer {
	background-image: url('/files/laddstation.jpg') !important;
}

.subpage-laddstationer .section-5ec53fec h5 {
	color: #007bc2;
}

.sakerhetssidor .gray-block h3,
.sakerhetssidor .gray-block h3 {
	color: #017ac2;
}

.tjanster-checklista {
	padding: 70px 40px;
	max-width: 600px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	box-sizing: border-box;
}

.tjanster-checklista h3 {
	color: #000 !important;
}

.tjanster-checklista ul li {
	color: #000 !important;
}

.tjanster-checklista .ul-check li:before {
	content: '\2713\0020';
	color: #017ac2;
	font-size: 30px;
	margin-left: -30px;
}

.p15 main {
	background-color: #f8f8f8;
	padding-bottom: 300px;
}

.jobb-date {
	text-align: center;
	margin: auto;
}

.job-date-text {
	padding: 1rem;
}

.text-white {
	color: white !important;
}

.jobb-anons-info {
	display: flex;
	border: 1px solid black;
	padding: 2rem;

}

.job-anons-date {
	margin-left: auto;
	margin-right: 0;

}

.job-contents {
	margin-right: 2rem;
	color: #017ac2;
}

.cert-wrapper{
	margin: auto;
	margin-top: 50%;
}

@media only screen and (max-width: 890px) {
	.section-kompetenser .col-0,
	.section-kompetenser .col-1{
width: 100% !important;
	}
	.cert-wrapper{
		margin-top: 4rem;
		text-align: center;
	}
}

@media only screen and (max-width: 540px) {
	.jobb-anons-info {
		flex-direction: column;

	}
}

/* ==========================================================================
Undersida: Teknik
========================================================================== */
.teknik-wrapper{
	display: flex;
}
.teknik-wrapper a{
	min-height: 30rem;
}

/* ==========================================================================
Undersida: Laddstationer
========================================================================== */
#projektering .section-block {
	background: #FFF;
}


/* ==========================================================================
Undersida: Service
========================================================================== */
.p18 .LayoutPage .section-wrapper,
.p6 .LayoutPage .section-wrapper {
	background-color: transparent;
}

.p18 .block-container {
	margin-bottom: 0px;
}

.p18 .contact-heading h1 {
	padding-bottom: 35px;
}

.p18 h3 {
	margin-top: 0px;
}

/* ==========================================================================
Nyheter
========================================================================== */
.bg-gray .section-block {
	background-color: #fafafa !important;
}

/* ==========================================================================
Enskilda undersidor - nyheter 
========================================================================== */
.sub-news .block-object img {
	display: block;
	margin: 0 auto;
	width: 100% !important;
	max-width: 750px !important;
	padding: 2rem 0rem 3rem 0rem;
}

.sub-news .image-wrapper.w-50 {
	display: flex;
	flex-wrap: wrap;
	max-width: 750px !important;
	margin: 0 auto;
}

.sub-news .image-wrapper.w-50 img {
	width: 50% !important;
}

.sub-news .header-block h1 {
	line-height: 50px !important;
	padding-bottom: 2rem !important;
	font-size: 3rem !important;
}

@media only screen and (max-width:680px) {
	.SubPage.sub-news .LayoutPage .section-block {
		padding: 30px 30px;
	}

	.sub-news .header-block h1 {
		line-height: 30px !important;
		padding-bottom: 2rem !important;
		font-size: 2rem !important;
	}
}

/* Modal till nyheterna
========================================================================== */
.modal {
	max-width: 85rem;
	width: 100%;
	max-height: 85vh;
	padding: 4rem;
	border-radius: 0;
	box-shadow: none;
	overflow: auto;
}

.blocker {
	z-index: 100;
}

.modal a.close-modal {
	display: none;
}

.modal .custom-close-modal {
	position: absolute;
	top: 0rem;
	right: 2rem;
	font-size: 3rem;
}

.modal img {
	width: 70%;
	margin: 0 auto;
	display: block;
	padding-bottom: 1rem;
}

.modal .date {
	font-size: 15px;
	color: gray;
	padding: 0px !important;
	margin: 0 auto;
	padding-top: 1rem;
	display: block;
	text-align: center !important;
}

.modal h3 {
	padding-bottom: 2rem;
	text-align: center !important;
	margin: 0 auto;
	display: block;
	font-size: 25px;
}

@media only screen and (max-width: 450px) {
	.modal {
		padding: 3rem 2rem;
	}

	.blocker {
		padding: 1rem;
	}
}

/* ==========================================================================
Undersida: Kontakt
========================================================================== */
.section-kontakt .section-block .section-block-wrapper {
	max-width: 700px !important;
}


.section-kontaktikoner .fas {
	font-size: 35px;
	color: #017ac2;
	padding-bottom: 20px;
	text-align: center;
}

.section-kontaktikoner h5 {
	font-size: 21px;
}

.section-kontaktikoner .normaltext-type p,
.section-kontaktikoner .normaltext-type {
	text-align: center;
}

/* ==========================================================================
Undersida: Medarbetarportal 
========================================================================== */
.sub-menu .section-block {
	padding: 0;
}


ul.intra-menu {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

ul.intra-menu li {
	margin: 10px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

ul.intra-menu li a {
	padding: 10px;
	border: 1px solid #017ac1;
	list-style: none;
	display: inline-block;
	border-radius: 10px;
}

ul.intra-menu li a:hover {
	background-color: #017ac1;
	color: white;
}

.subpage-medarbetare .LayoutPage .section-wrapper,
.subpage-portal .LayoutPage .section-wrapper {
	background-color: #fff;
}

.subpage-medarbetare .body-background,
body.subpage-lokal.isMobile .body-background {
	background-image: url(/files/851140877.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 55%;
	display: block !important;
}

.subpage-medarbetare main {
	padding-top: 0;
}

.subpage-medarbetare .ingress p {
	max-width: 500px;
}

.photo-gallery {
	padding: 12px 20px;
	background-color: #017AC1;
	width: 100%;
	/*     max-width: 400px; */
	box-sizing: border-box;
	border-radius: 4px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 auto;
	margin: 5px;
	color: #ffffff !important;
	font-weight: 500;
}

.photo-gallery a,
.photo-gallery p {
	color: #fff;
	text-align: center !important;
}

/* Undersida -- Nyheter */
.LayoutPage .p5050 .section-block,
.LayoutPage .p5050-right .section-block {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/*
.overscroll-block {
	overflow-y: scroll;
}
*/

.p5050-right .section-block .col-0 {
	background-image: url("/files/Stockholm_vinter.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: right;
}

.p23 .subpage-nyheter-foretagsvard .section-block .col-0 {
	background-image: url("/files/Telefonlista.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.p5050 .col-block,
.p5050-right .col-block {
	position: relative;
	max-height: 450px;
	height: 450px;
	overflow: hidden;
	padding: 0 !important;
}

.p5050 .col-block .text-part,
.p5050-right .col-block .text-part {
	position: absolute;
	top: 50%;
	left: 55%;
	width: 60%;
	height: auto;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

/* ==========================================================================
Undersida: Medarbetarportal > Nyheter
========================================================================== */
.p23 .subpage-nyheter-foretagsvard .col-block {
	position: relative;
	min-height: 1030px !important;
	overflow: hidden;
	padding: 0 !important;
}

.p23 .subpage-nyheter-foretagsvard .col-block .text-part {
	position: absolute;
	top: 50%;
	left: 45%;
}

.p23 .section-block p {
	max-width: 600px;
}

.p23 .expertis a {
	color: #fff;
	font-weight: bold;
}

.p23 .expertis * {
	color: #fff;
}

/* ==========================================================================
Undersida Bilder
========================================================================== */
.section-fotogalleri h1 {
	margin-top: 6rem;
	margin-bottom: 1rem;
}

.section-fotogalleri p {
	text-align: center !important;
}

.bg-white .section-block {
	background-color: #fff !important;
}

.lightbox-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	;
}

.lightbox-wrapper a {
	width: calc(100% / 3 - 1rem);
	padding: 0.5rem;
	margin: 0 0 1rem;
	background-color: #FFF;
}

@media only screen and (max-width: 600px) {
	.lightbox-wrapper a {
		width: calc(100% / 2 - .5rem);
		padding: .5rem;
		margin: 0 0 1rem;
	}
}

/* ==========================================================================
Undersida: Medarbetarportal > Personalhandbok
========================================================================== */
.section-personalhandbok .section-block {
	background-color: #fff;
}

.LayoutPage .section-personalhandbok .section-block,
.LayoutPage .section-personalhandbok-tele .section-block {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.section-personalhandbok .section-block .col-0 {
	background-image: url("/files/Stockholm_vinter.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: right;
}

.section-phb-foretagshalsovard .section-block .col-1 {
	background-image: url("/files/helsa-vardcentral-hornstull-ingang-skylt.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-personalhandbok-tele .section-block .col-0 {
	background-image: url("/files/Telefonlista.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}

.section-personalhandbok .col-block,
.section-personalhandbok-tele .col-block {
	position: relative;
	max-height: 450px;
	height: 450px;
	overflow: hidden;
	padding: 0 !important;
}

.section-phb-foretagshalsovard .col-block {
	position: relative;
	min-height: 600px;
	overflow: hidden;
	padding: 0 !important;
}


.section-personalhandbok .col-block .text-part,
.section-personalhandbok-tele .col-block .text-part,
.section-phb-foretagshalsovard .col-block .text-part {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: auto;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.section-personalhandbok-tele .col-block .text-part {
	position: absolute;
	top: 50%;
	left: 45%;
	width: 40%;
	text-align: center;
}

.section-personalhandbok-tele p {
	padding-bottom: 20px;
}

.section-phb-arbeta .col-block .text-part,
.section-phb-hrpolicy .col-block .text-part,
.section-phb-forbattringsforslag .col-block .text-part,
.section-phb-utvecklingsamtal .col-block .text-part,
.section-phb-foretagshalsovard .col-block .text-part,
.section-phb-schema .col-block .text-part,
.section-phb-kollektivavtal .col-block .text-part,
.section-phb-blanketter .col-block .text-part,
.section-phb-policy .col-block .text-part,
.section-phb-processflode .col-block .text-part {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}

.section-personalhandbok-tele .section-block a,
.section-phb-arbeta .section-block a,
.section-phb-processflode .section-block a,
.section-phb-hrpolicy .section-block a,
.section-phb-forbattringsforslag .section-block a,
.section-phb-utvecklingsamtal .section-block a,
.section-phb-foretagshalsovard .section-block a,
.section-phb-schema .section-block a,
.section-phb-kollektivavtal .section-block a,
.section-phb-blanketter .section-block a,
.section-phb-policy .section-block a {
	color: #017AC1;
}

/* ==========================================================================
Undersida: Fotogalleri
========================================================================== */
.subpage-fotogalleri main {
	padding-top: 70px;
	background: #f1f1f1;
}

.p27 main {
	background-color: #fff;
	padding-bottom: 100px;
}

/* ==========================================================================
Undersida: Företagsloggor
========================================================================== */
.p28 main {
	background-color: #f8f8f8;
	padding-bottom: 200px;
}

/* ==========================================================================
Undersida: Tjänster > Säkerhet
========================================================================== */
.p13 .expertis ul,
.p12 .expertis ul,
.p11 .expertis ul {
	text-align: left;
}


/* ==========================================================================
Undersida: Tjänster > Laddstationer
========================================================================== */

.SubPage h3 {
	text-align: left;
	color: #007bc2;
}

.SubPage p {
	text-align: left;
}

.SubPage .section-block .link a {
	color: #017ac1;
}


/* NYTT */

/* ==========================================================================
Undersida: Medarbetarportalen
========================================================================== */

.subpage-portal .col-block .text-part p {
	text-align: center;
}

.subpage-portal a {
	color: #017AC1 !important;
}

ul.intra-menu li a {
	color: #6f6f6f !important
}

ul.intra-menu li a:hover {
	color: #FFF !important
}

/* split */
.split-section .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.split-section .col-block {
	min-height: 500px;
}

.split-section.img-right .col-0,
.split-section.img-left .col-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 100px 50px;
}

.split-section.img-right .col-1,
.split-section.img-left .col-0 {
	position: relative;
	overflow: hidden;
}

.split-section.img-right img,
.split-section.img-left img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
}

.split-section h1,
.split-section h2,
.split-section p {
	max-width: 570px;
	text-align: left !important;
}

@media only screen and (max-width:980px) {

	.split-section.img-right .col-0,
	.split-section.img-left .col-1 {
		width: 100% !important;
		min-height: unset !important;
		padding: 100px 30px !important;
	}

	.split-section.img-right .col-1,
	.split-section.img-left .col-0 {
		width: 100% !important;
		min-height: 300px !important;
	}
}

/* Medarbetare - nyheter
========================================================================== */
.section-corona .split-wrapper:first-of-type {
	background-color: #fafafa;
}

/* Medarbetare - personalhandbok
========================================================================== */
#personalhandbok .col-1 {
	background-image: url(/files/Stockholm_vinter.jpg);
	background-size: cover;
	background-position: center;
}

#foretagshalsovard .section-block {
	background: #f8f8f8;
}

#foretagshalsovard .col-1 {
	background-image: url(/assets/images/foretagsvard-feelgood.jpg);
	background-size: cover;
}

#telefonlista .col-0 {
	background: url(/files/Telefonlista.jpg);
	background-size: cover;
	background-position: center;
}

/* ==========================================================================
Footer 
========================================================================== */
.footer {
	background-color: #ffffff;
	padding: 65px 0px 0px 0px;
}

.footer .container {
	max-width: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
}

.footer .footer-center {
	max-width: 1300px;
	min-height: 200px;
}

.footer .footer-second {
	background: #017ac2;
	padding-bottom: 20px;
	padding-top: 20px;
}

.footer .footer-second p {
	text-align: center;
	font-size: 14px;
	padding: 0;
	color: #fff;
}

.footer h3 {
	font-weight: normal;
	font-size: 24px;
	color: #017ac2;
	text-transform: uppercase;
	padding-top: 5px;
	margin: 0 0px;
	letter-spacing: 0.5px;
	text-align: left;
}

.footer p,
.footer a {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	line-height: 1.2em;
	color: #5a5a5a;
	text-transform: unset;
}

.footer a:hover {
	color: #282828;
}

.footer .fas {
	color: #5a5a5a;
}

.footer .container .footer-center {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.footer .container .fab {
	color: #a9a9a9;
	margin-top: 0;
	padding-top: 0;
}

.footer .container .fab:hover {
	color: #ffffff;
}

.footer-col-1 {
	width: 38%;
	float: left;
	margin-right: 3%;
}


.footer img {
	width: 250px;
	/* float:left; */
	height: auto;
}

.footer-col-2 {
	width: 21%;
	float: left;
	margin-right: 5%;
}

.footer-col-3 {
	width: 20%;
	float: left;
	margin-right: 5%;
}

.footer-col-4 {
	float: left;
}

.footer-col-4 h3 {
	text-align: center;
}

.footer .btn {
	background-color: #007ac2;
	border: 2px solid #007ac2;
	color: #fff;
}

.footer .btn:hover {
	background-color: #0066a0;
	border: 2px solid #0066a0;
	color: #fff;
}

.footer-second.logos {
	background: none;
	padding-top: 0;
}

.footer-second img {
	display: inline-block !important;
	max-height: 70px !important;
	height: unset !important;
	width: unset !important;
	margin: 10px 30px !important;
}

/* WebbEss Stamp  */
.webbess-stamp {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 1.3rem;
	color: #fff !important;
	font-weight: normal;
	padding-bottom: 1rem !important;
}

.webbess-stamp a {
	color: #fff !important;
}

.webbess-stamp img {
	width: 3rem !important;
	margin-left: 1rem !important;
	filter: invert();
}

.sammarbete-logga {
	margin: auto;
	margin-top: 4rem;
}

/* ==========================================================================
Media queries
========================================================================== */
@media all and (max-width: 1466px) {

	header .container {
		max-width: 1200px;
	}

	.project-thumb-wrapper .project-thumb {
		padding: 90px 20px;
	}




	.p23 .subpage-nyheter-foretagsvard .section-block .col-1 {
		width: 70%;
	}

	.p23 .subpage-nyheter-foretagsvard .section-block .col-0 {
		width: 30%;
	}

	.p23 .subpage-nyheter-foretagsvard .col-block .text-part {
		position: absolute;
		top: 50%;
		left: 55%;
		width: 90%;
	}


	.project-thumb-wrapper {
		height: 200px;
	}

	/*#cta {
     margin-top: -200px;} */

	/*
    .page-title-wrap {
	    top:43%;
    }
*/

	.project-thumb h2 {
		font-size: 25px;
	}
}


@media all and (max-width: 1350px) {

	header .container {
		max-width: 980px;
	}
}

@media all and (max-width: 1280px) {
	.section-phb-foretagshalsovard .col-block {
		min-height: 700px;
	}

	.section-phb-foretagshalsovard .col-block .text-part {
		width: 80%;
	}

	.section-phb-foretagshalsovard .section-block .col-0 {
		width: 70%;
	}

	.section-phb-foretagshalsovard .section-block .col-1 {
		width: 30%;
	}

	.project-thumb h2 {
		font-size: 22px;
	}

	#cta .section-block .col-0,
	#cta .section-block .col-1 {
		padding: 0 !important;
		width: 50%;
		margin: 0 auto;
	}

	#cta .section-block .col-2,
	#cta .section-block .col-3,
	#cta .section-block .col-4 {
		width: 33.3333%;
	}
}


@media all and (max-width: 1024px) {

	.contact-form .section-block {
		padding-top: 1px;
	}

	h1 {
		font-size: 35px;
	}

	.page-title-wrap {
		top: 52%;
	}

	#usp-first {
		font-size: 33px;
	}

	#usp-second {
		font-size: 28px;
	}

	#brand-usp {
		width: 650px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.project-thumb-wrapper {
		height: 150px;
	}

	.project-thumb h2 {
		font-size: 20px;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	}

	.project-thumb p {
		display: none;
	}

	.project-thumb-wrapper .project-thumb {
		padding: 62px 20px;
	}

	#cta {
		/*     	margin-top: -150px; */
	}

	.p23 .subpage-nyheter-foretagsvard .col-block .text-part {
		position: absolute;
		top: 50%;
		left: 52%;
		width: 90%;
	}

	header .container {
		max-width: 880px;
	}

	/* Footer */
	.footer .footer-center {
		min-height: 300px;
	}

	.footer img {
		width: 200px;
		float: none;
		height: auto;
		margin: 0 auto;
		display: block;
	}

	.footer .footer-col-1 {
		width: 100%;
		float: none;
		display: block;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.footer .footer-col-1 p {
		display: block;
		float: none;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	.footer .footer-col-2,
	.footer .footer-col-3,
	.footer .footer-col-4 {
		width: 25%;
		padding-left: 6%;
		box-sizing: border-box;
	}

	/* footer */
	.footer .footer-col-2,
	.footer .footer-col-3,
	.footer .footer-col-4 {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
		padding-left: 0;
		padding-bottom: 15px;
	}

	.footer h3,
	.footer p,
	.footer a {
		text-align: center !important;
	}
}


@media only screen and (max-width: 980px) {

	.openmenu {
		background-image: none;
		z-index: 100;
		top: 30px;
	}

	header .mobile-menu span {
		display: block;
		height: 4px;
		width: 100%;
		background: #007ac2;
		border-radius: 0;
		margin-bottom: 5px;
	}

	header .header-logo {
		z-index: 15;
	}

	nav.mainmenu ul.TemplateMenu>li {
		line-height: auto;
		height: auto;
	}

	nav.mainmenu {
		text-align: left;
		width: 100%;
		box-shadow: none;
		max-width: 350px;
		background: #f8f8f8;
	}


	nav.mainmenu {
		text-align: left;
		box-shadow: none;
	}

	nav.mainmenu .Padding {
		border-top: none !important;
	}

	nav.mainmenu li a {
		font-size: 20px;
		border-bottom: none;
		margin: 20px 0px;
		color: #000 !important;
		padding-left: 40px;
		line-height: 50px;
	}

	nav.mainmenu li:hover a,
	nav.mainmenu li.active a {
		color: #222 !important;
	}

	nav.mainmenu li:hover,
	nav.mainmenu li.active {
		background-color: transparent;
	}

	nav.mainmenu ul>li>ul>li.active {
		background-color: transparent;
	}

	nav.mainmenu ul>li>ul>li.active a {
		font-weight: 700;
	}

	/* Dropdown menu */

	.nav-dropdown:after {
		display: none;
	}

	.expandable-li {
		position: relative !important;
	}

	.expandable-li ul {
		width: 100% !important;
		column-count: 1;
		padding: 20px 0 !important;
		border-top: 1px solid lightgray;
	}

	.dropdown-link {
		width: auto !important;
		padding-left: 40px !important;
	}

	.dropdown-arrow {
		max-width: 300px;
		width: 100%;
		height: 50px;
		top: 0;
		right: 0;
	}

	.dropdown-arrow {
		background-image: none;
	}


	nav.mainmenu ul>li.expandable-li:hover ul,
	nav.mainmenu ul>li>ul>li {
		background: #ededed;
	}

	nav.mainmenu ul>li>ul>li:hover a,
	nav.mainmenu ul>li>ul>li.active a {
		color: #000 !important;
	}

	nav.mainmenu ul>li>ul>li>ul>li>a {
		padding: 5px;
	}


}


@media all and (max-width: 768px) {

	#cta .section-block .col-0,
	#cta .section-block .col-1,
	#cta .section-block .col-2,
	#cta .section-block .col-3,
	#cta .section-block .col-4 {
		padding: 0 !important;
		width: 100%;
		margin: 0 auto;
	}

	#cta {
		/*     	margin-top: -230px; */
	}

	/*
	.page-title-wrap {
		top:45%;
	}
*/
	.project-thumb-wrapper .project-thumb {
		padding: 82px 20px;
	}

	#usp-first {
		font-size: 65px;
		width: 71%;
		margin: 0 auto;
	}

	#brand-usp {
		width: 460px;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.page-title-wrap img {
		width: 180px;
	}


	.project-thumb h2 {
		font-size: 30px;
	}

	.project-thumb-wrapper {
		height: 230px;
	}

	body.isMobile .body-background {
		background-position: 10% center;
	}

	.p23 .subpage-nyheter-foretagsvard .section-block .col-1 {
		width: 100%;

	}

	.p23 .subpage-nyheter-foretagsvard .section-block .col-0 {
		width: 100%;
		max-height: 600px !important;
	}

	.section-personalhandbok .col-block .text-part,
	.section-personalhandbok-tele .col-block .text-part {
		left: 53%;
		width: 90%;
	}

	.section-personalhandbok .section-block .col-1 {
		width: 70%;
	}

	.section-personalhandbok .section-block .col-0 {
		width: 30%;
	}

	.startpage .LayoutPage .layout-1 .form-part select {
		width: 355px !important;
	}

	.expertis .contact {
		width: 48%;
	}

}

@media all and (max-width: 696px) {

	.LayoutPage .layout-12 .col-1,
	.LayoutPage .layout-12 .col-2 {
		width: 100%;
		padding: 0;
	}

	.expertis .contact * {
		word-break: break-word;
	}

	.expertis .contact {
		padding: 20px 15px;
	}

	.expertis .contact h3 {
		font-size: 17px;
	}

	.expertis .contact a,
	.expertis .contact p {
		font-size: 14px;
	}


	.section-kontaktikoner .section-block .col-1,
	.section-kontaktikoner .section-block .col-2,
	.section-kontaktikoner .section-block .col-3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.SubPage .header-block .section-block {
		height: 730px;
	}
}


@media all and (max-width: 480px) {

	.SubPage .header-block h1,
	.SubPage h1,
	.SubPage h2 {
		font-size: 30px;
	}

	.SubPage .header-block .section-block {
		height: 730px;
	}

	.page-title-wrap img {
		width: 160px;
		height: auto;
	}

	.page-title-wrap h1 {
		font-size: 3rem;
	}

	.tjanster-checklista {
		padding: 70px 20px;
	}

	#brand-usp {
		width: auto;
	}

	#brand-logo {
		width: 290px;
	}

	#usp-first {
		font-size: 35px;
		width: 100%;
		margin: 0 auto;
	}

	.page-title-wrap {
		top: 60%;
	}

	#cta {
		margin-top: 0px;
	}

	.project-thumb h2 {
		font-size: 25px;
	}

	.LayoutPage .Contact .ContactForm div.ContactFormMessage p {
		margin-top: 15px;
	}

	.p18 h3 {
		margin-top: 15px;
	}

	.p23 .subpage-nyheter-foretagsvard .section-block .col-1 {
		width: 100%;
		min-height: 1030px !important;

	}

	.p23 .subpage-nyheter-foretagsvard .col-block {
		position: relative;
		min-height: 1030px !important;
		overflow: hidden;
		padding: 0 !important;
	}



	.p5050 .col-block .text-part,
	.p5050-right .col-block .text-part {
		width: 80%;
	}

	.section-personalhandbok .col-block .text-part,
	.section-personalhandbok-tele .col-block .text-part {
		text-align: center;
	}

	.section-personalhandbok .section-block .col-1 {
		height: 200px;
	}

	.startpage .LayoutPage .layout-1 .form-part select {
		width: 325px !important;
	}

	.section-phb-foretagshalsovard .section-block .col-1 {
		background-position: 65% center;
	}

	.btn,
	.btn:hover {
		padding: 12px 10px;
	}
}