/* Lowendahls Trafikskola */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* fonts: sofia-pro */
@import url("https://use.typekit.net/kxm5hxs.css");

/* ==========================================================================
Generellt
========================================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

@media only screen and (hover:none) {

	*,
	*::before,
	*::after {
		background-attachment: scroll !important;
		background-position: center center;
	}
}

html {
	font-size: 62.5%;
}

body {
	background-position: center center;
	background-color: #f2f2f2;
	overflow-x: hidden !important;
}

body.isMobile .body-background {
	background-position: center center;
	background-size: cover;
}


/* Video background */
.fullscreen-bg-video {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}

#bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.display-none {
	display: none;
}

.EditMode .display-none {
	display: block;
}

/* Layout
========================================================================== */
.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
	padding: 15rem 5rem;
}

.section-block-wrapper::after {
	content: '';
	display: table;
	clear: both;
}

.LayoutPage .pt-0 .section-block,
.LayoutPage .pt-0:not(.section-wrapper) {
	padding-top: 0;
}

/* Paddings */
.LayoutPage .pt-0 .section-block {
	padding-top: 0;
}

/* Speciella bredder */
.width-1200 .section-block .section-block-wrapper {
	max-width: 120rem;
}

.width-1300 .section-block .section-block-wrapper {
	max-width: 130rem;
}

.width-1500 .section-block .section-block-wrapper {
	max-width: 150rem;
}

.width-1600 .section-block .section-block-wrapper {
	max-width: 170rem;
}

.LayoutPage .mw-none .section-block-wrapper {
	max-width: none;
}

.LayoutPage .mw-none .section-block,
.SubPage .mw-none .section-block {
	padding: 0;
} 

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

	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
		padding: 10rem 2rem;
	}
}

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

	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
		padding: 7.5rem 2rem;
	}
}


/* Text och typsnitt
========================================================================== */
body {
	font-family: sofia-pro, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 1.3;
	text-transform: normal;
	font-family: sofia-pro, sans-serif;
}

h1 {
	font-size: 5rem;
}

h2,
.section-title {
	font-size: 4rem;
}

h3 {
	font-size: 3rem;
}

h4 {
	font-size: 2.5rem;
}

.text-label {
	font-weight: 500;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-bottom: 1em;
	color: #666;
}

.section-title {
	font-weight: 300;
	font-size: 4rem;
	color: #333;
}

.small-title {
	text-transform: none;
	font-size: 2.5rem;
	font-weight: 300;
	letter-spacing: normal;
	color: rgb(94, 94, 94);
	padding-bottom: 1rem;
	padding-top: 2rem;
}

/* Brodtext & lankar */
p {
	line-height: 1.8;
	font-size: 1.8rem;
	color: #444;
	font-family: inherit;
	font-weight: 300;
	text-decoration: none;
}

a,
li {
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}

a {
	color: #444;
}

a:hover {
	text-decoration: underline;

}

/* Ovriga klasser */
.text-bold {
	font-weight: 900;
}

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

.text-small {
	font-size: 1.5rem;
}

.text-align-left *:not(.btn) {
	text-align: left;
}

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

/* Listor */
.styled-check {
	list-style: none;
}

.styled-check li {
	position: relative;
	padding-left: 1.5rem;
	margin: 1.5rem 0;
}

.styled-check li::before {
	content: '\f00c';
	position: absolute;
	top: 50%;
	left: -2.5rem;
	color: #444;
	font-weight: 700;
	font-size: 1.5rem;
	font-family: 'Font Awesome 5 Pro';
	transform: translateY(-50%);
}

/* lilla "abc"-blocket */
.smalltext-type {
	max-width: none;
}

/* stora "ABC"-blocket */
.normaltext-type {
	max-width: 80rem;
	margin: 0 auto;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	h1 {
		font-size: 3rem;
	}

	.section-title {
		font-size: 3rem;
	}

	h4 {
		font-size: 1.6rem;
	}
}


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

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

.btn {
	max-width: 50rem;
	width: auto;
	box-sizing: border-box;
	padding: 1.5rem 4.8rem 1.5rem 3.8rem;
	border-radius: 0.1rem;
	text-align: center !important;
	text-transform: none;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0px;
	line-height: 1em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
}

.btn-block .btn {
	display: block;
	margin-top: 1rem;
	clip-path: polygon(0% 0%, 90% 0, 95% 50%, 90% 100%, 0% 100%);
}

.btn-white,
.btn-white:hover {
	background-color: #FFF;
	border-color: #FFF;
	color: #a8dadc;
}

.btn-white-outline,
.btn-white-outline:hover {
	background-color: rgba(255, 255, 255, 0.171);
	border-color: #FFF;
	color: #fff;
}

.btn-link,
.btn-link:hover {
	background-color: transparent;
	border-color: transparent;
	color: #444;
}

.btn-link::after {
	display: inline-block;
	content: ' \2023';
	margin-left: .5rem;
	transition: all .4s ease;
}

.btn-link:hover::after {
	transform: translateX(1rem);
	transition: all .4s ease;
}

.btn-primary {
	background-color: #444;
	border-color: #444;
	color: #fff;
}

.btn-primary:hover {
	background-color: rgb(102, 101, 101);
	border-color: rgb(102, 101, 101);
	color: #fff;
}

.btn-secondary {
	background-color: rgb(102, 101, 101);
	border-color: rgb(102, 101, 101);
	color: #fff;
}

.btn-secondary:hover {
	background-color: #444;
	border-color: #444;
	color: #FFF;
}


/* Bouncing arrow */
.bouncing-arrow {
	position: absolute;
	left: 50%;
	z-index: 10;
	bottom: 4rem;
	transform: translatex(-50%);
	animation: bounce 2s infinite;
}

.bouncing-arrow i {
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

@media only screen and (max-width: 810px) {
	.bouncing-arrow {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.btn {
		display: block;
		width: 100%;
	}

	.btn-wrapper .btn {
		margin: 1.5rem 0;
	}
}

/* Farger
========================================================================== */
.primary-color {
	color: #444;
}

.secondary-color {
	color: #666666;
}

.text-white {
	color: #FFF;
}

/* Bakgrunder */
.bg-black .section-block {
	background-color: #cfcfcf;
}

.LayoutPage .bg-gray {
	background-color: #f7f7f7;
}

.bg-primary .section-block {
	background-color: #444;
}

.bg-primary-light .section-block {
	background-color: #f2f2f2;
}

.bg-transparent.section-wrapper {
	background-color: transparent !important;
}

.bg-transparent .section-block {
	background-color: rgba(54, 54, 54, 0.886);
}

.gradient-gray-black .section-block {
	background-image: linear-gradient(to bottom, #fff 70%, #111 70%);
}

.gradient-primary-gray .section-block {
	background-image: linear-gradient(to bottom, #444 50%, #f2f2f2 50%);
}

.gradient-black-gray .section-block {
	background-image: linear-gradient(to bottom, #f2f2f2 50%, #fff 50%);
}

.gradient-gray-white .section-block {
	background-image: linear-gradient(to bottom, #f2f2f2 50%, #FFF 50%);
}

.gradient-white-gray .section-block {
	background-image: linear-gradient(to top, #F7F7F7 50%, #FFF 50%);
}

/* Popup-notis
========================================================================== */
.EditMode .popup-wrapper {
    display: none;
}

.popup-wrapper {
    z-index: 100;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
}

/* Knappar */
.popup-button {
    position: relative;
    width: 5rem;
    height: 5rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    cursor: pointer;
}

.popup-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.8rem;
    transform: translate(-50%,-50%);
    transition: .3s ease;
}

.popup-wrapper .popup-button .icon-open,
.popup-wrapper.opened .popup-button .icon-close {
    transform: translate(-50%,-50%) scale(1);
}

.popup-wrapper.opened .popup-button .icon-open,
.popup-wrapper .popup-button .icon-close {
    transform: translate(-50%,-50%) scale(0);
}

/* Innehåll */
.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 6rem;
    max-width: 45rem;
    max-height: calc(100vh - 12rem); 
    padding: 4rem;
    margin: 0 2rem;
    background: #FFF;
    border-radius: 2rem;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    overflow: auto;
    transition: opacity .3s ease, bottom .3s ease;
}

.popup-wrapper.opened .popup-window {
    opacity: 1;
    visibility: visible;
    display: block;
    bottom: 10rem;
}

.icon-close-popup {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2.5rem;
    cursor: pointer;
}

.popup-wrapper .small-title {
	padding-top: 0;
}

.popup-wrapper .text-label {
	padding-bottom: 1rem;
}

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

    .icon-close-popup {
        top: 1rem;
    }
}

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

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

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

.split-content {
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 8rem 5rem;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-self: center;
}

/* Bredd */
.split-content.w-100 {
	width: 100%;
	display: flex;
}

.split-image {
	width: 50%;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	max-height: 75rem;
}

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

.split-imagegrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 1rem;
	width: 50%;
	margin: -1rem 0;
}

.picture-split .split-image img {
	object-fit: contain;
}

.grid-image {
	position: relative;
	width: 100%;
}

.split-imagegrid>.grid-image:nth-child(1) {
	grid-column: 1 / 1;
	grid-row: 1 / 3;
}

.split-imagegrid>.grid-image:nth-child(2) {
	grid-column: 2 / 2;
	grid-row: 1 / 3;
}

.grid-image .split-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

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

	.split-content {
		padding: 6rem;
	}

}

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

	.split-content {
		padding: 0 0 5rem;
		width: 100%;
	}

	.split-image {
		width: 100%;
	}

	.split-imagegrid {
		width: 100%;
	}

	.grid-image .split-image {
		position: relative;
	}

}

/* Header / Navigation
========================================================================== */
header {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #fff;
	margin-top: 0;
	box-shadow: none;
}

header.scrolled,
.SubPage header {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}

header .container {
	padding: 0 2rem;
}

/* Header Logo */
header .header-logo {
	width: 30rem;
	padding: 0rem;
	box-sizing: border-box;
	position: absolute;
	left: 0rem;
	opacity: 1;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

header.scrolled .header-logo,
.SubPage header .header-logo {
	opacity: 1;
	width: 23rem;
}

/* Navigation */
nav.mainmenu {
	display: inline-block;
}

nav.mainmenu a {
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	color: #444;
	text-transform: none;
	padding: 0 1.5rem;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	line-height: 7.2rem;
	font-family: inherit;
}


/* Ta bort klick */
.TemplateMenu a[href="/17/6/utbildningar/"] {
	pointer-events: none;
}

header nav.mainmenu a {
	display: inline-block;
}

nav.mainmenu ul {
	text-align: center;
}

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

.EditMode nav.mainmenu li>ul>li:hover ul {
	max-height: 100vh;
	overflow-y: scroll;
}

.EditMode nav.mainmenu ul.TemplateMenu>li:first-child {
	display: inline-block;
}

/* Hides Hem / Home in menu */
nav.mainmenu ul.TemplateMenu>li:first-child {
	display: none;
}

.EditMode nav.mainmenu ul.TemplateMenu>li:first-child {
	display: inline-block;
}

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

nav.mainmenu li:hover a,
nav.mainmenu li.active a,
header.scrolled nav.mainmenu .fab {
	color: #000;
}

/* Dropdown menu */
nav.mainmenu ul>li>ul>li {
	line-height: normal;
	height: auto;
	cursor: pointer;
	padding: 0;
}

nav.mainmenu ul>li>ul>li:hover>a:before {
	display: none;
}

nav.mainmenu ul>li>ul>li a {
	line-height: 3;
	padding: 0 2rem;
	color: #444 !important;
}

nav.mainmenu ul>li>ul>li a:hover, header.scrolled 
nav.mainmenu ul>li>ul>li a:hover  {
	background-color: rgb(116, 113, 113) !important;
	color: #fff !important;
}

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: #444;
	padding-bottom: 0;
}

nav.mainmenu ul>li>ul {
	background: #fff;
	padding: 0;
	box-sizing: border-box;
	line-height: normal;
	height: auto;
	min-width: 100%;
	width: auto;
	text-align: left;
	z-index: 10;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.109);
}

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

nav.mainmenu ul>li>ul>li>ul {
	right: 0px;
}

nav.mainmenu ul>li>ul>li>a {
	line-height: 5rem;
}

#overlay {
	z-index: 7;
}


/* CTA Menu  */
header .cta-btn {
	position: absolute;
	top: 1.5rem;
	right: 2rem;
	opacity: 1;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

header .cta-btn .btn {
	padding: 1rem 3rem 1rem 2rem;
	display: block;
}

@media only screen and (min-width: 1251px) {

	.hamburger {
		display: none;
	}

	.expandable:after {
		font-family: 'Font Awesome 5 Pro';
		font-weight: 700;
		content: '\f0d7';
		margin-left: 7px;
		text-decoration: none;
		display: inline-block;
		font-size: .8em;
		vertical-align: middle;
	}

	nav.mainmenu a:before,
	nav.mainmenu a:hover:before {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-moz-transform: scaleX(1);
		visibility: visible;
		transform: scaleX(1);
	}

	nav.mainmenu a:before {
		background-color: #444;
		visibility: hidden;
		position: absolute;
		content: "";
		height: 2px;
		bottom: 15px;
		width: 50%;
		margin: 0 auto;
		display: block;
		left: 25%;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-moz-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

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

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

}

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

	header .cta-socials,
	header .cta-btn {
		right: 7rem;
	}

	/* Hamburger */
	.hamburger {
		position: absolute;
		z-index: 99;
		left: auto;
		right: 2rem;
		top: 1rem;
	}

	.scrolled .hamburger-inner,
	.scrolled .hamburger-inner::after,
	.scrolled .hamburger-inner::before {
		color: #000;
		background-color: #000;
	}

	.hamburger-inner,
	.hamburger-inner::after,
	.hamburger-inner::before {
		width: 4rem;
	}

	/* Navigation */
	nav.mainmenu {
		text-align: left;
		display: none;
		position: fixed;
		height: 100%;
		left: 0;
		width: 100%;
		max-width: 35rem;
		background-color: #FFF;
		z-index: 15;
		top: 0;
		box-shadow: none;
		overflow-y: scroll;
	}

	nav.mainmenu .Padding {
		margin: 8rem 0 !important;
	}

	nav.mainmenu li {
		text-align: left;
		display: block;
	}

	nav.mainmenu li a {
		margin: unset;
		padding: unset;
		padding-left: 4rem;
		font-size: 1.6rem;
		line-height: 3.7;
		display: block;
		color: #000 !important;
	}

	#overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.75);
		z-index: 7;
	}

	/* Dropdown */
	nav.mainmenu ul>li>ul {
		background-color: #fff !important;
		width: auto !important;
		border: none;
	}

	nav.mainmenu ul>li>ul {
		display: contents !important;
	}

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

	nav.mainmenu ul>li>ul>li>a {
		width: auto;
		padding: 0 0 0 6rem;
	}

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

	nav.mainmenu ul.TemplateMenu>li,
	.scrolled nav.mainmenu ul.TemplateMenu>li {
		line-height: unset;
		height: unset;
	}

}

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

	header .header-logo,
	header.scrolled .header-logo,
	.SubPage header .header-logo {
		width: 14rem;
		top: 5px;
		left: 5px;
	}
}

/* ==========================================================================
Startsida
========================================================================== */

/* top-section
========================================================================== */
.top-section {
	z-index: 1;
	min-height: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: flex-end;
	background-color: rgba(0, 0, 0, .5);
}

.page-title-wrap {
	position: static;
	transform: none;
	max-width: 85rem;
	text-align: left;
	padding: 15rem 5rem;
}

.page-title-innerwrap {
	max-width: 65rem;
}

.page-title-wrap h1 {
	font-size: 7rem;
	font-weight: 500;
	color: #fff;
	padding: 0 0 .1em;
	line-height: 1.2em;
	text-shadow: none;
	text-transform: none;
	letter-spacing: 0;
}


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

	.page-title-wrap {
		padding: 20rem 2rem 11rem;
	}

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

	.top-section {
		align-items: center;
	}
}


@media only screen and (max-width: 500px) {
	.page-title-wrap h1 {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 330px) {
	.page-title-wrap h1 {
		font-size: 3.5rem;
	}
}



/* Modal som öppnas automatiskt
========================================================================== */
body:not(.EditMode) .section-auto-modal {
    display: none;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 110vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
  }

  body:not(.EditMode) .section-auto-modal .section-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 10rem);
    max-width: 50rem;
    max-height: 95vh;
    padding: 0rem;
    border-radius:0;
    overflow: auto;
    background: white;
    transform: translate(-50%,-50%);
  }

  .section-auto-modal .close-modal {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3rem;
    cursor: pointer;
	color: #000; 
	padding: 0 1rem;
	color: white;
  }

  @media only screen and (max-width: 450px) {
    body:not(.EditMode) .section-auto-modal .section-block {
      padding: 0rem 0rem;
    }
  }

/* CTA-list
========================================================================== */
.cta-list {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cta-list {
	background-color: transparent;
}

.cta-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.cta-list li {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	height: auto;
	line-height: auto;
	position: relative;
	padding: 0;
	-moz-transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;

}

.cta-list li a {
	font-family: inherit;
	width: auto;
	max-width: 70rem;
	padding: 1rem 4rem;
	background: #fff;
	border: 2px solid #fff;
	color: #000;
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	line-height: 8rem;
	-moz-transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}


.cta-list li a:hover {
	text-decoration: none !important;
	background: rgb(100, 100, 100);
	border: 2px solid rgb(102, 101, 101);
	color: #fff;
}

.cta-list li:first-child a {
	color: #fff;
	background: rgb(102, 101, 101);
	border: 2px solid rgb(102, 101, 101);
}

.cta-list li:first-child a i {
	color: #fff;
}

.cta-list li:first-child a:hover {
	background: #fff;
	border-color: #fff;
	color: #333;
}

.cta-list li:first-child a:hover i {
	color: #333;
}


@media only screen and (max-width:696px) {
	.cta-list li a {
		padding: 1rem;
		line-height: 4rem;
	}
}


/* Kurser
========================================================================== */
.service-section .section-block {
	padding-bottom: 0;
}

.services-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 3;
	position: relative;
	margin-top: 5rem;
}

.services-wrap * {
	text-align: left;
}

.services-wrap .service-box {
	width: 30%;
	margin: 5rem 1rem 1rem 1rem;
	display: inline-block;
	background: #f7f7f7;
	text-align: left;
	padding: 0;
	-moz-transform: scale(0.93);
	-webkit-transform: scale(0.93);
	transform: scale(0.93);
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.services-wrap .service-box:hover {
	background-color: #cfcccc;
}

.services-wrap .service-box:nth-child(2),
.services-wrap .service-box:nth-child(5) {
	margin-top: -0.1rem;
	margin-bottom: 5rem;
}

.services-wrap .service-image {
	height: 35rem;
	width: 100%;
	overflow: hidden;
}

.services-wrap .service-text {
	padding-top: 1.5em;
	padding: 6rem 3rem 4rem 3rem;
}

.services-wrap .service-text p {
	padding: 0;
}

.services-wrap .service-box img {
	width: 100% !important;
	height: 100% !important;
	padding-bottom: 0;
	object-fit: cover;
}

.services-wrap .service-icon .fal,
.services-wrap .service-icon .fas {
	color: #fff;
	font-size: 4rem;
}

.services-wrap .service-info * {
	text-align: left;
}

.services-wrap .services-title {
	position: absolute;
	font-size: 2.2rem;
	font-weight: 500;
	color: #fff;
	background-color: #444;
	letter-spacing: normal;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-transform: none;
	padding: 1rem 3rem 1rem 2rem;
	width: fit-content;
	margin-left: -5rem;
	margin-top: -8rem;
	clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
}

.services-wrap .service-info h3:after {
	border-bottom: 1px solid #444;
	content: "";
	display: inline-block;
	height: 0.1em;
	position: relative;
	vertical-align: middle;
	width: 70px;
	margin-bottom: 0.15em;
	left: 13px;
	margin-left: 13px;
}


@media only screen and (max-width: 980px) {
	.services-wrap .service-box {
		width: 46%;
	}
}

@media only screen and (max-width: 580px) {
	.services-wrap .service-text {
		padding: 2rem;
	}

	.services-wrap .service-box {
		width: 100%;
		margin: 0;
		margin-bottom: 2rem;
	}

	.services-wrap .services-title {
		margin-left: -6rem;
		margin-top: -6rem;
	}
}

/* Sektion boka tid
========================================================================== */
.intro-section .normaltext-type * {
	text-align: left;
}

.line-before {
	font-size: 2.5rem;
	font-weight: 200;
	position: relative;
}

.line-before:before {
	content: '';
	position: absolute;
	background-color: rgb(148, 148, 148);
	width: 2px;
	height: 100%;
	bottom: 0;
	left: -30px;
}

/* Sektion Om oss
========================================================================== */
.about-section .normaltext-type {
	max-width: none;
}

.about-section .split-image {
	object-fit: cover;
}

.about-split {
	background-color: #f7f7f7;
	border-radius: 0.1rem;
}

.about-section *:not(.btn-primary, .section-title, .bold) {
	color: #333;
}

@media only screen and (max-width: 1000px) {
	.about-split .split-content {
		padding: 5rem 2rem;
	}
}


/* iInstagram
========================================================================== */
.instagram .heading-type {
	margin-bottom: 5rem;
}

.instagram .section-block {
	padding-bottom: 7rem;
}

/* ==========================================================================
Undersidor - galler alla undersidor
========================================================================== */
.SubPage .top-section,
.SubPage .bouncing-arrow {
	display: none;
}

.EditMode .edit-top {
	padding-top: 20rem;
}

/* Hero
========================================================================== */
.subpage-header {
	background-image: url(/assets/images/bilratt-sol-2000.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
}

.subpage-header .section-block {
	min-height: 45rem;
	background-color: rgba(59, 59, 59, 0.6);
}

.subpage-header h1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1;
	padding-top: 5rem;
	text-align: left;
	color: #fff;
}

.colour-text-block {
	background-color: #fff;
	padding: 5rem 4rem;
}


@media only screen and (max-width: 580px) {
	.subpage-header h1 {
		font-size: 3rem;
	}

	.LayoutPage .subpage-header .section-block {
		padding: 17rem 2rem;
	}
}

/* CTA sektion, aterkommande
========================================================================== */
.subpage-cta-section .section-title {
	color: #f2f2f2;
}

.subpage-cta-section p,
.subpage-cta-section .btn-link {
	color: #fff;
}

@media only screen and (max-width: 1000px) {
	.subpage-cta-section * {
		text-align: center;
	}
}

/* ======================================================================
Undersidor Utbildningar > introduktion, riskettan etc.
========================================================================== */

/* Split 1, overlap med bilden
========================================================================== */
.LayoutPage .course-first .section-block {
	padding-top: 0;
	padding-bottom: 5rem;
}

.SubPage .course-first .split-wrapper {
	position: relative;
}

.SubPage .course-first .split-image {
	position: relative;
	margin-top: -5rem;
	z-index: 2;
}

.course-first .split-image.no-max {
	max-height: none;
}

.SubPage .course-first .split-content {
	padding-left: 0;
}

.course-list {
	padding-top: 2rem;
}

.course-list li::before {
	content: '\f1b9';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	color: #444;
	position: absolute;
	left: -2.5rem;
}

.course-list {
	list-style: none;
	margin: 0 0 2rem;
}

.course-list li {
	color: #444;
	line-height: 2.2;
	position: relative;
	font-weight: 300;
}


/* Andra spliten, med rutor i gra
========================================================================== */
.course-second .split-content:nth-child(2) {
	background-color: #f2f2f2;
}

@media only screen and (max-width: 1000px) {
	.LayoutPage .course-first .section-block {
		padding-top: 5rem;
	}

	.SubPage .course-first .split-image {
		margin-top: 2rem;
	}

	.course-second .split-content {
		padding: 5rem 1rem;
	}
}

/* ==========================================================================
Undersida - Introduktionsutbildning
========================================================================== */
.intro {
	background-image: url(/assets/images/introduktionsutbildning-2000.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
}

.intro .section-block {
	background-color: rgba(51, 51, 51, 0.575);
}

/* =======================================================================
Undersida Korkortsteori
========================================================================== */

/* Kortillfallen, tva kolumner
========================================================================== */
.course-cols {
	display: flex;
	flex-wrap: wrap;
	
}

.course-col {
	width: 25%;

}

@media only screen and (max-width: 1000px) {
	.course-col {
		width: 100%;
	}
}

/* ==========================================================================
Undersida: Kontakt
========================================================================== */
.contact-section .normaltext-type {
	margin-bottom: 5rem;
}

/* Contact Options */
.contact-option-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.contact-option {
	width: 25%;
	text-align: center;
}

.contact-link {
	display: block;
	height: 100%;
	padding: 2rem;
	text-align: center;
	text-decoration: none;
	background-color: #444;
	border-radius: 2px;
	transition: all .3s ease;
	clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
}

.contact-link:hover {
	text-decoration: none;
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
	transform: translateY(-1rem);
	transition: all .3s ease;
}

.contact-icon {
	color: #FFF;
	font-size: 4rem;
	width: 8rem;
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.contact-title {
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 0;
	color: #fff;
	text-align: left;
	margin-left: 2rem;
}

.contact-text {
	font-style: normal;
	line-height: 1.8;
	text-align: left;
	margin-left: 2rem;
	color: #fff;
	padding-bottom: 1rem;
}

.contact-text a {
	text-decoration: none;
}

.contact-text p:hover {
	text-decoration: none;
	color: #000 !important;
}

@media only screen and (max-width:980px) {
	.contact-option {
		width: 48%;
		margin-bottom: 2rem;
	}

	.LayoutPage .contact-section .section-block {
		padding-top: 14rem;
	}
}

@media only screen and (max-width:550px) {
	.contact-option {
		width: 100%;
	}

	.contact-option * {
		text-align: left !important;
	}

	.contact-text,
	.contact-title {
		margin-left: 0;
	}

	.contact-icon {
		width: 4rem;
	}
}


/* Karta
========================================================================== */
.map {
	font-size: 0;
}

.LayoutPage .map .section-block {
	padding: 0 5rem;
}

@media only screen and (max-width:550px) {
	.map iframe {
		max-height: 35rem;
	}
}

/* ==========================================================================
Undersida: Prislista
========================================================================== */

/* Prislista .price-section
========================================================================== */
.tab-container {
	padding: 5rem 7rem;
	outline: 1px solid #444;
	outline-offset: -11px;
	border: 5px solid #444;
	top: -5rem;
	position: relative;
	background-color: #fff;
}

.info-wrapper{
	max-width: 50rem;
    margin: auto;
    text-align: center;
    margin-bottom: 5rem;
}

/* Tabbval */
.tabs-wrapper {
	margin-bottom: 5rem;
}

.tabs-list {
	text-align: center;
}

.tabs-heading {
	display: none;
}

.tab {
	display: inline-block;
	padding: 1rem 2rem;
	color: #333;
	font-size: 1.8rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .3rem;
	cursor: pointer;
}

.tab:hover {
	text-decoration: underline;
}

.tab-active {
	color: #fff;
	background-color: #444;
}

/* Innehall */
.tab-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tab-col {
	width: calc((100% / 2) - 2rem);
}

.tab-item {
	display: flex;
	flex-direction: column;
	padding-bottom: 4rem;
}

.tab-item .small-title {
	display: flex;
	justify-content: space-between;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	font-size: 1.8rem;
	letter-spacing: .2rem;
	line-height: 1.1;
	text-transform: uppercase;
	border-bottom: 1px dotted #e6e6e6;
}

.tab-item .price {
	padding-left: 1rem;
}

.tab-item .description {
	font-size: 1.4rem;
	color: #555;
}

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

	/* Tabbval */
	.tabs-wrapper {
		position: relative;
		max-width: 25rem;
		padding: 1rem 2rem;
		background: rgb(var(--primary-color));
		cursor: pointer;
	}

	.tabs-heading {
		display: block;
	}

	.tabs-heading p {
		display: flex;
		justify-content: space-between;
		padding-bottom: 0;
		color: #444;
	}

	.tabs-heading i {
		margin-left: 2rem;
	}

	.tabs-list {
		display: none;
		z-index: 1;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		text-align: left;
		background: #FFF;
		box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
	}

	.tabs-wrapper.opened .tabs-list {
		display: block;
	}

	.tab {
		display: block;
		padding: 1.5rem 1rem;
		letter-spacing: normal;
		text-transform: initial;
	}
}

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

	/* Innehall */
	.tab-col {
		width: 100%;
	}
}

@media only screen and (max-width:550px) {
	.tab-container {
		padding: 5rem 2rem;
	}

	/* Tabbval */
	.tabs-wrapper {
		max-width: 100%;
	}

	/* Innehall */
	.tab-item .small-title {
		font-size: 1.5rem;
	}

	.tab-item .description {
		font-size: 1.3rem;
	}
}

/* Utbildningspaket
========================================================================== */
.price-section .services-wrap .service-text .small-title {
	padding-top: 2rem;
}

.center-block {
	max-width: 50rem;
	margin: 0 auto;
	border-top: 1px solid rgba(68, 68, 68, 0.708);
	margin-top: 5rem;
}

@media only screen and (max-width:580px) {
	.price-section .services-wrap .service-text {
		padding: 2rem;
	}

	.price-section .services-wrap .service-box {
		margin-bottom: 5rem;
	}
}


/* ==========================================================================
Undersida: Boka tid
========================================================================== */
.LayoutPage .book .section-block {
	padding: 0;
	padding-top: 7.2rem;
}

.book a:not(.btn) {
	text-decoration: underline;
}

.book a:hover {
	text-decoration: none;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #111;
	padding: 0;
	color: #fff;
	position: relative;
}

.footer .container {
	padding: 5rem 5rem 0;
	max-width: 160rem;
}

.footer p,
.footer a,
.footer-heading {
	text-align: left;
	font-size: 1.6rem;
	color: inherit;
	text-transform: none;
	font-weight: inherit;
	font-family: inherit;
	letter-spacing: normal;
}

p.footer-heading {
	font-size: 2rem;
	padding-bottom: 2rem;
	color: #fff;
}

.footer-container {
	display: flex;
	flex-direction: column;
	padding: 2rem 0 0;
	position: relative;
}

.footer a {
	padding-top: 0;
}

.footer-logo {
	position: absolute;
	width: 15rem;
	margin: 0;
	display: none;
	text-align: left;
	top: -14rem;
	left: -1rem;
}

/* FOOTER MENU */

.footer-nav {
	width: 100%;
	margin-bottom: 10rem;
	padding-left: 5rem;
}

.footer-menu-wrapper {
	display: flex;
	list-style-type: none;
	padding-inline-start: 0;
	justify-content: space-between;
	margin: 0;
}

.footer .gdpr {
	font-weight: 600;
	text-decoration: underline;
}

.footer-menu {
	text-align: left;
	width: 25%;
}

.footer-heading {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .1em;
}

/* FOOTER SUBMENU */

.footer-submenu {
	padding-inline-start: 0;
	list-style-type: none;
}

.footer-submenu li {
	text-align: left;
}

.footer-menu-link {
	font-size: 1.6rem;
	line-height: 2em !important;
}

.footer-menu-link:hover {
	color: #fff;
	text-decoration: underline;
}

/* FOOTER SOCIAL LINKS */
.footer .social-list {
	display: flex;
	list-style: none;
}

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 4rem;
	height: 4rem;
	margin-right: 1.2rem;
	padding: 0;
	border-radius: 2rem;
	background-color: #fff;
	color: #111;
}

.footer .social:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

.footer .social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1.7rem;

	position: relative;
	top: 1px;
}

.social-facebook::before {
	content: '\f39e';
}

.social-linkedin::before {
	content: '\f0e1';
}

.social-instagram::before {
	content: '\f16d';
}

.social-youtube::before {
	content: '\f167';
}

.social-whatsapp::before {
	content: '\f232';
}

/* Footer Bottom */

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.47);
	margin: 0 auto;
	width: 100%;
	padding: 2rem 2rem 2rem 5rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	flex-direction: row;
	line-height: 1rem;
}

.footer-bottom p {
	font-size: 1.2rem;
}

/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
	margin-bottom: 1rem;
}

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


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

	.footer-container {
		flex-wrap: wrap;
	}

	.footer-menu-wrapper {
		flex-wrap: wrap;
	}

	.footer-menu {
		width: 45%;
		margin-bottom: 2rem;
	}

}

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

	.footer .container {
		padding: 2rem 2rem;
	}

	.footer-menu {
		width: 100%;
		margin-bottom: 3rem;
	}

	.footer-nav {
		padding-left: 0;
		margin-bottom: 0;
	}

	.footer .footer-bottom {
		padding-left: 0;
		margin-bottom: 0rem;
	}
}