/* Svenska Försäkringskoncept AB */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

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

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

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

/* ==========================================================================
Generellt 
========================================================================== */

.edit-buttons {
	position: relative;
	z-index:300;
}

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

html {
	font-size: 62.5%;
}

body {
	background-position: center center;
}

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

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

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

#top {
	position: absolute;
	top:0;
	height:100vh;
	width:0;
}

/* ==========================================================================
Knappar
========================================================================== */

.btn {
    width:auto;
	display:inline-block;
    min-width:10rem;
    max-width:100rem;
    box-sizing: border-box;
    padding: 1.5rem 3rem;
   	background-color: #3B508A;
	border:2px solid #3B508A;
	border-radius:10rem;
   	color:#fff;
    text-align: center;
    text-transform: none;
    font-weight:700;
/*  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15); */
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-transform: uppercase;
    text-shadow: none !important;
    font-size: 1.4rem;
    cursor:pointer;
    font-family: 'Open Sans', sans-serif;
}

.btn:hover {
	background-color:transparent;
	color:#3B508A;
	border:2px solid #618DF6;
	text-decoration: none;
}

.btn:after {
	font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    display:inline-block;
    content: '\f054';
    margin-left:1rem;
    opacity: 0.25;
    transition:margin .2s ease;
}

.btn:hover:after {
	margin-left:2rem;
	animation-name:arrowbounce;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	color:#618DF6!important;
	opacity:1;
}

.btn.negative {
   	background-color: #fff;
	border-color:#fff;
   	color:#000;	
}

.btn-wrapper {
	margin-top:2rem;
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
}

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

.btn-wrapper .btn{
	margin-right:2rem;
	margin-bottom:2rem;
}

.btn.center {
	margin:0 auto!important;
	text-align: center;
}

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

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

.section-wrapper {
	overflow: hidden;
	padding:0;
}

.SubPage .section-block li {
	padding-bottom: 10px;
}

.display-none {
	display: none;
}

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

ul {
	margin:0;
	padding:0;
}

@media only screen and (max-width:550px){
	.btn-wrapper .btn{
		margin-right:0;
	}	
}


/* ==========================================================================
Split-wrapper
========================================================================== */

.split-section .normaltext-type {
	max-width: none;
}

.split-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-bottom:9rem;
}

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

.split-content {
    width: 50%;
    padding:6rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-text {
	padding:14rem 9rem;
}

.split-content.bg-dark {
	background-color: #000;
}

.split-content.bg-dark * {
	color: #fff;
}

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

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

.split-image.crop img {
	position: absolute!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 only screen and (max-width: 980px) {
	.split-content, .split-image {
		width:100%;
	}
	
	.split-image {
		min-height: 60rem;
	}
	
	.split-content {
		padding:2rem 0;
	}
}

@media only screen and (max-width: 550px){
	.split-image {
		min-height: 30rem;
	}	
}


/* ==========================================================================
Text och typsnitt
========================================================================== */
h1, h2, h3, h4, h5, h6, p, btn, a, nav.mainmenu a, li {
	font-family: 'Roboto', sans-serif;
}

p, a , li{
	line-height:2;
	font-size: 1.6rem;
	color: #222;
	font-weight: 300; 
	text-decoration: none;
}

p {
	padding-bottom:2rem;
}

p a {
	color:#618DF6;
}

p a:hover {
	text-decoration: underline;
}

a.link-styled {
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.6rem;
}

a:hover {
	text-decoration: none;
	color: #618DF6;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0px;
	color:#222;
/* 	text-transform: uppercase; */
	-webkit-font-smoothing:antialiased;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size:4.5rem; 
	padding-bottom:2.5rem;
	line-height:100%;
	font-weight:700;
	text-transform: uppercase;
	opacity:1;
	color:#3B508A;	
}

h2 {
	font-size:1.6rem; 
	padding-bottom:2.5rem;
	line-height:100%;
	font-weight:700;
	text-transform: uppercase;
	opacity:1;
	color:#3B508A;
/*
	word-wrap:break-word;
	overflow-wrap:break-word;
	hyphens:auto;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
*/
}

.subpage-content h2{
	font-size: 4rem; 
	margin-bottom: 3.5rem;
	line-height:1.2;
	text-transform: unset;
	color:#222;
	padding:0;
	vertical-align: middle;
	padding-bottom:0.2rem;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
}

.EditMode h3:after {
	display:none!important;
}

h3 {
	font-size: 4rem; 
	margin-bottom: 3.5rem;
	line-height:1.2;
	padding:0;
	vertical-align: middle;
	padding-bottom:0.2rem;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
}

.normaltext-type h3 {
	padding-left:0;
	padding-bottom:0;
	border:none;
}

h4 {
	font-size: 2.25rem;
	margin-top:1rem;
	line-height:1.2;
	font-weight:400;
/* 	text-transform: uppercase; */
}

h4 strong {
	color:#618DF6;
}

h5 {
	font-size: 1.7rem;
	letter-spacing: 3px;
	font-weight: 400;
	text-transform: uppercase;
	color: #616161;
	padding-bottom:30px;
}

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

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

.normaltext-type p {
	max-width:80rem;
	margin:auto;
	text-align: center!important;
}

.heading-type h5 {
	text-align: center;
}

.bolder {
	font-weight:700;
}

@media only screen and (max-width:550px){
	.subpage-content h2, h3 {
		font-size:3.5rem;
	}
}

@media only screen and (max-width:350px){
	.subpage-content h2, h3 {
		font-size:3rem;
	}
}


/* ==========================================================================
Header / Navigation
========================================================================== */
.forceBlock {
	display:block!important;
}

header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:transparent;
    height:6rem;
	box-shadow:none;
	animation-name:headerintro;
	animation-duration:2s;
	animation-timing-function: ease;
}

@keyframes headerintro {
	0% {
		top:-144px;
	}
	20% {
		top:-144px;
	}
	100% {
		top:0;
	}
}


header .container {
	max-width: none;
	padding:0;
}

header.scrolled {
	background:#1e2b50; 
	box-shadow: 0px -2px 10px rgba(0,0,0,0.1); 
}

header.scrolled .mobile-menu span {
	background: #fff;
}

.logo-image-positive {
	opacity:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo-image-negative{
	opacity:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.SubPage .logo-image-negative {
	opacity:1;
}

header.scrolled .logo-image-positive {
	opacity:0;
}

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


header .header-logo {
	box-sizing: border-box;
    padding:1.2rem;
    height:6rem;
    width:23.1rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
/*     opacity:0; */
}

.header-logo h2 {
	font-size:2.3rem;
	padding:0.7rem;
	padding-left:1rem;
	color:#fff;
	font-weight: 700;
	transition: ease .3s;
	opacity:0;
}

.header-logo h2 strong {
	color:#618DF6;
}

header.scrolled .header-logo h2 {
/* 	opacity:1; */
}


.header-logo-image {
	height:100%;
	position: relative;
}

header .header-logo img{
	max-height:100%;
	max-width:100%;
	position: absolute;
	padding:0rem;
}

.header-logo a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

@media only screen and (max-width: 980px) {
	.header-logo {
		padding-left:10px!important;
	}
}

@media only screen and (max-width: 360px) {
	.header-logo {
		transform:scale(0.8) translateX(-30px);
	}
}

nav.mainmenu {
	text-align:right;
}

nav.mainmenu a {
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 6rem;
	color: #fff;
	padding: 0 1rem;
	margin:0 0.5rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	transition:ease 0.3s;
	font-family: 'Open Sans', sans-serif;
}

nav.mainmenu li.active a {
	color: #fff;
}

nav.mainmenu ul.TemplateMenu > li {
	transition:ease-out .1s;
	line-height: 6rem;
	height:6rem;
}

header.scrolled nav.mainmenu li a {

}

header.scrolled nav.mainmenu li.active a {
	color:#fff;
}

nav.mainmenu li:last-of-type {
/* 	margin-right:10px; */
}

header.scrolled nav.mainmenu li:last-of-type {
/* 	margin-right:0; */
}

nav.mainmenu li a.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:first-of-type {
	display: none;
}
*/

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

nav.mainmenu li:hover {
	background:transparent;
}


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

@media only screen and (min-width:981px){
	nav.mainmenu .Padding > ul > li:hover > a, nav.mainmenu .Padding > ul > li.active:hover > a {
		color:#fff!important;
	}
}

header.scrolled nav.mainmenu .Padding > ul > li:hover > a, header.scrolled nav.mainmenu .Padding > ul > li.active:hover > a {
	color:#fff!important;
}

nav.mainmenu li.active a, nav.mainmenu li:hover a:not(.headersocial) {
	transform: translateY(-0rem);
}  

nav.mainmenu li.active a:before, nav.mainmenu li:hover a:not(.headersocial):before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

nav.mainmenu a:before {
    background-color:#fff;
    visibility: hidden;
    position: absolute;
    content: "";
    height: 0rem;
/*     border-radius: 100px; */
    bottom: 0.8rem;
    width:100%;
    left:0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} 

header.scrolled nav.mainmenu a:before {
    background-color:#fff;
    box-shadow: none;
}

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

header .close-menu {
	display: none;
}

header .close-menu:before, 
header .close-menu:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 3px;
	background-color: #222;
}

header .close-menu:before {
  	transform: rotate(45deg);
}

header .close-menu:after {
  	transform: rotate(-45deg);
}

nav.mainmenu .headersocial {
	font-size:2.5rem!important;
	line-height: 6.4rem!important;
	color:#fff!important;
	transition:none;
}

header.scrolled nav.mainmenu .headersocial {
	color:#618DF6!important;
}

nav.mainmenu .headersocial i {
	transition:color .2s;
	color:#fff;
}

nav.mainmenu .headersocial:hover i{
	color:#618DF6;
}
.headersocial i {
	transform:scale(0.9) translateY(6px);;
	display:inline-block;
}

@media only screen and (max-width: 980px) {
	/* Hamburgarmeny – Den är default svart, men för att ändra färg eller ikon använd koden nedan.*/
	.openmenu {
/*
		background: transparent url('/files/menu-white.png') no-repeat center center;
	    background-size: 250px 25px;
	    width: 30px;
	    height: 30px;
	    right: 30px;
	    top: 20px;
*/
	}
	
	nav.mainmenu {
		text-align: center;
		width: 100%;
		box-shadow: none;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		height: auto;
		overflow-y: scroll;
		background-color: #fff !important;
	}
	
	nav.mainmenu .Padding {
		padding-left: 0;
		margin-top: 7.2rem;
		height: calc(100vh - 7.2rem);
		overflow: auto;
	}

	nav.mainmenu ul.TemplateMenu > li {
		height: auto;
		width: 100%;
	}
	
	nav.mainmenu li a {
		font-size:1.5rem;
		border-bottom: none;
		margin:20px 0px;
		padding-left: 2rem;
	}
	
	nav.mainmenu li:hover, 
	nav.mainmenu li.active {
    	background-color: transparent;
	}
	
	nav.mainmenu li.active a {
		color:#fff!important;
	}
	
	nav.mainmenu li.active > ul li a {
		color:#000!important;
	}
	
	nav.mainmenu li.active > ul li:hover a {
		color:#fff!important;
	}
	
	nav.mainmenu a:before {
		display: none;
	}  
	
	.openmenu,
	.closemenu  {
	    background-image: none;
	}
	
	.openmenu {
		top:2rem;
		right:2rem;
	}
	
	header .mobile-menu span,
	header .close-menu {
		display: block; 
	}
	
	nav.mainmenu li:hover a, nav.mainmenu li.active:hover a {
		color:#222!important;
	}
	header.scrolled nav.mainmenu li:hover a, header.scrolled nav.mainmenu li.active:hover a {
		color:#222!important;
	}
	nav.mainmenu li.active a, nav.mainmenu li:hover a:not(.headersocial) {
		transform: translateY(0);
	}  
}

/* -- Undermeny -- */

nav.mainmenu li > ul {
	-webkit-box-shadow:0 1rem 1rem rgba(0,0,0,0.1), inset 0 0.2rem 0 rgba(0,0,0,0.05);
	        box-shadow:0 1rem 1rem rgba(0,0,0,0.1), inset 0 0.2rem 0 rgba(0,0,0,0.05);
}

header.scrolled nav.mainmenu li > ul {

}

nav.mainmenu li:hover > ul {
	padding:0;
	margin-top:-2px;
	right:0;
	background-color:#fff;
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:fit-content;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

nav.mainmenu li > ul > li {
	padding-left:0!important;
	border-radius:0!important;
	width:100%;
	background:transparent;
}

nav.mainmenu ul > li > ul > li > a {
	color:#222!important;
	line-height: 4.5rem!important;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform:translate(0)!important;
	    -ms-transform:translate(0)!important;
	        transform:translate(0)!important;
}

nav.mainmenu ul > li > ul > li:hover, nav.mainmenu ul > li > ul > li.active {
	background:#B59B82;
}

nav.mainmenu ul > li > ul > li:hover > a, nav.mainmenu ul > li > ul > li.active > a {
	color:#fff!important;
	-webkit-transform:translate(0)!important;
	    -ms-transform:translate(0)!important;
	        transform:translate(0)!important;
	width:100%
}

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

.block {
	display:block;
}

@media only screen and (max-width:980px){
	
	nav.mainmenu li:hover > ul {
		display:none;
		margin-top:0;
	}
	
	.expandable-li .expandable {
		margin:0;
	}
	
	nav.mainmenu ul > li > ul > li > a {
		font-size:1.4rem;
	}
	
	.expandable-li.level-open .dropdown-arrow:before {
		-webkit-transform:rotate(180deg);
		    -ms-transform:rotate(180deg);
		        transform:rotate(180deg);
	}
	
	.dropdown-arrow:before {
		display:block;
		position: absolute;
		top:0.25rem;
		left:2.3rem;
		font-family: 'Font Awesome 5 Pro';
		font-weight: 700;
		font-size:2rem;
		content: '\f0d7';
		color:rgba(0,0,0,0.25)!important;
	}
	.dropdown-arrow {
		width:60px;
		height:60px;
		z-index:100;
		border:1px solid rgba(0,0,0,0.1);
		background:#fff;
		top:0;
		right:0;
	}
	
	nav.mainmenu li a.expandable::after {
		display:none;
	}
	
	nav.mainmenu li.level-open {
		background:#fff;
	}
	nav.mainmenu li > ul > li {
		background:#f7f7f7;
		text-align: center;
	}
	
	nav.mainmenu ul > li > ul > li > a {
		padding:0.5rem 2rem;
		width:100%!important;
	}
	
	nav.mainmenu li.active a, nav.mainmenu li:hover a {
		-webkit-transform: translateY(-0rem);
		    -ms-transform: translateY(-0rem);
		        transform: translateY(-0rem);
	}  
	nav.mainmenu ul > li.expandable-li:hover > a {
		padding-bottom:0;
	}
	nav.mainmenu li > ul {
		-webkit-box-shadow:none;
		        box-shadow:none;
	}
}

@media only screen and (max-width:400px){
	.expandable-li .expandable {
		padding-right:6rem;
	}
		
	nav.mainmenu li, nav.mainmenu li > ul > li {
		text-align: left;
	}
}

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	height:100%;
	background: rgb(30,43,80);
	background: linear-gradient(90deg, rgba(30,43,80,0.75) 0%, rgba(30,43,80,0.25) 100%);
	box-shadow:inset 0 0px 12rem rgba(0,0,0,0.5);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 30% 20%;
}

/*
.top-section::before {
	background-image:url("/assets/images/stockholmcity-trafikskola-raster.png");
	background-size:cover;
	background-position: center center;
	background-attachment: fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	position: absolute;
	content:"";
	opacity:1;
}
*/

.svgscroll {
	margin:auto;
	height:2.25rem;
	width:2.25rem;
	left:calc(50% - 1.125rem);
	position: absolute;
	top:85vh;
	display:none;
}

.page-title-wrap {
	box-sizing: border-box;
	top:45%;
	width:100%;
	left:50%;
	padding:10rem;
	max-width:none;
	/*
	margin-left:5rem;
	border-left:2rem solid #618DF6;
*/
	text-align:left;
}

/*
.top-section::before {
	display:block;
	content:"";
	height:100%;
	width:30%;
	background:#002650;
	position: absolute;
	top:0;
	left:0;
}
*/

.page-title-wrap img {
	max-width:20rem;
	width:100%;
}

.page-title-wrap .btn {
	margin-top:4rem;
}

.page-title-wrap .btn:hover {
	color:#fff;
}

.page-title-wrap h1,
.page-title-wrap h2,
.page-title-wrap h3,
.page-title-wrap p {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	max-width:90rem;
}

.page-title-wrap h1 {
	font-size: 7rem;
	font-weight:300;
	padding:1rem 0;
	text-transform: unset;
	letter-spacing: 0;
	word-spacing:0;
	line-height: 1;
	text-shadow:none;
	font-family: 'Open Sans', sans-serif;
}

.page-title-wrap h2 {
	font-size: 1.7rem;
	margin-top:5rem;
	font-weight:300;
	text-shadow:none;
	text-transform: unset;
	line-height: 1.4;
}

.page-title-wrap h3 {
	font-size: 1.7rem;
	margin-top:5rem;
	font-weight:300;
	text-shadow:none;
}

.page-title-wrap p {
	margin:0;
	padding:0;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.page-title-wrap .options {
	position: absolute;
	border:1px solid #fff;
	display:flex;
	border-radius: 10rem;
	justify-content: center;
	align-items: center;
	width:fit-content;
	overflow: hidden;
}

.options a {
	display: block;
	padding:1.25rem 3rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size:1.4rem;
	transition:ease .3s;
}

.options a:after {
	font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    display:inline-block;
    content: '\f054';
    margin-left:1rem;
    opacity: 0.25;
}

.options:hover a {
	padding:1.5rem 3rem;
}

.options a:hover:after {
	margin-left:2rem;
	animation-name:arrowbounce;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	color:#618DF6!important;
	opacity:1;
}

@keyframes arrowbounce {
	0% {
		transform: translateX(0rem);
	}
	50% {
		transform: translateX(1rem);
	}
	100% {
		transform: translateX(0rem);
	}
}

.options a:hover {
	padding:1.5rem 7rem;
}

.options a:first-of-type {
	background:#fff;
	color:#3B508A;
}

.options a:not(:first-of-type){
	color:#fff;
}

.options a:not(:last-of-type){
	border-right:1px solid #fff;
}

@media only screen and (max-width:980px){
	.optionwrap {
		position: static;
		width:100%;
		margin:auto;
	}
		
	.page-title-wrap .options {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-width:calc(100% - 4rem);
		width:30rem;
		border-radius: 3rem;
	}
	
	.options a {
		width:100%;
		padding:1.25rem 3rem;
		text-align: center;
	}
	
	.options:hover a {
		padding:1.25rem 3rem;
	}
	
	.options a:hover {
		padding:1.25rem 3rem;
	}
	
	.options a:not(:last-of-type){
		border-right:none;
		border-bottom:1px solid #edd1b7;
	}
	
	.options a:after {
		position: absolute;
		display: inline-block;
	}
	
	.options a:hover:after {
		margin-left:1rem;
	}
}



@media only screen and (max-width: 920px){
	.page-title-wrap {
		padding:0 2rem;
	}
	
	.page-title-wrap h1 {
		font-size: 5rem;
	}
}

@media only screen and (max-width: 480px){
	.page-title-wrap {
		padding:0 2rem;
		top:42%;
	}
	
	.page-title-wrap h1 {
		font-size: 4rem;
	}
	
	.page-title-wrap h2 {
		margin-top:3rem;
	}
	
	.faqwrap {
		display: block;
	}
	
	.faq {
		font-size: 1.4rem;
		padding: 1rem 3rem;
		width: 100%;
		display: block;
	}
}

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


/* Idrottsförsäkring-sektion
========================================================================== */

#idrottsforsakring {
	background-image:url(/assets/images/idrottsforsakring-banner.jpg);
	background-size:cover;
}

#idrottsforsakring * {
	color:#fff;
}

#idrottsforsakring p {
	font-weight: 400;
}

#idrottsforsakring .col-wrapper {
	display: flex;
	justify-content: flex-end;
	background: rgba(0,0,0,0.5);
	background: linear-gradient(270deg, rgba(0,0,0,0.25) 30%, rgba(0,0,0,0) 100%);
}

#idrottsforsakring .smalltext-type {
	max-width:80rem!important;
	padding:9rem 6rem!important;
	background:rgba(0,0,0,0.3);
}

@media only screen and (max-width:800px) {
	#idrottsforsakring .col-wrapper {
		background: rgba(0,0,0,0.5);
	}
}

@media only screen and (max-width:550px){
	#idrottsforsakring .smalltext-type {
		padding:6rem 3rem!important;
	}
}


/* Offert
========================================================================== */

#offert {
	box-shadow:inset 0 0 8rem rgba(0,0,0,0.05);
}


/* Book columns
========================================================================== */

.book {
	column-count:2;
	column-gap:6rem;
	column-rule: 1px solid rgba(0,0,0,0.1);
}

.book * {
	break-inside: avoid-column;
}

.book:not(:last-of-type){
	display:block;
	padding-bottom:4rem;
	margin-bottom:4rem;
	border-bottom:2rem solid rgba(0,0,0,0.025);
}

.book .box {
	padding:1.5rem;
	margin-bottom:3rem;
	border:1px solid #618DF6;
	background:#daf2fd;
}

.book .btn {
	margin-top:2rem;
	margin-bottom:4rem;
}

@media only screen and (max-width:720px){
	.book {
		column-count:1;
		column-gap:0;
		column-rule:none;
	}
}

/* Timeline
========================================================================== */

.timeline-wrapper {
    position: relative;
    padding:3rem;
/*     margin-top: 70px; */
}

/*
.timeline-wrapper .section-title {
	font-size:2rem;
}
*/

.timeline-wrapper::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #eee;
    top: 0;
    bottom: 0;
    left: 50%;
    border-radius: 40px;
}

.timeline-item:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #718fd6;
    position: absolute;
    left: calc(50% - 0.625rem);
    top: 50%;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    z-index: 1;
}

.item-right .timeline-text:before {
	right: -.9rem;
	left: auto;
}


.timeline-item {
    margin-bottom: 12rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.timeline-text,
.timeline-image {
	width: 50%;
}

.item-left .timeline-image {
	padding-right: 10rem; 
}

.item-right .timeline-image {
	padding-left: 10rem; 
}

.item-left .timeline-image {
	padding-right: 10rem; 
}

.timeline-text {
    padding-left: 10rem;
}


.timeline-text p a:hover {
    text-decoration: none;
}

.item-right .timeline-image {
	order: 1;
	justify-content: flex-end;
}

.item-right .timeline-text {
    padding-right: 50px;
    padding-left: 0;
}

.timeline-item .timeline-image img {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.23);
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item .btn {
	margin-top:2rem;
}

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

	.timeline-wrapper::before, .timeline-item:before {
		display: none;
	}
	
	.timeline-item {
		margin-bottom:6rem;
	}
	
	.timeline-text, 
	.timeline-image {
		width: 100%;
	}
	
	.timeline-text {
	    padding-top: 7rem !important;
	}
	
	.item-left .timeline-image,
	.item-right .timeline-text {
		padding-right: 0;
		padding-left:0;
	}
	.item-right .timeline-image,
	.item-left .timeline-text {
		padding-left: 0;
		padding-right: 0;
	}
/*
	.timeline-image {
		padding-left: 5rem;
	}
*/
	
	.item-right {
		flex-direction: column-reverse;
	}
	
	.item-right .timeline-text:before {
		left: -0.9rem;
	}

}

@media only screen and (max-width: 550px) {
	.timeline-wrapper {
		padding:0;
	}
	.timeline-text {

	}
	
}

/* ==========================================================================
Undersidor - gäller alla undersidor 
========================================================================== */

.js-page-title {
	display:none;
	position: absolute;
	bottom:20%;
	color:#fff;
	width:100%;
	text-align: center;
	font-size: 5rem;
	font-weight:700;
	padding:0 3rem;
	letter-spacing: 0;
	word-spacing: 0;
	text-transform: unset;
	hyphens:auto;
}

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

.SubPage .js-page-title {
	display:block;
}
.SubPage .top-section {
	height:40%;
}

.SubPage .top-section:before {
	background-position: center top;
}
.SubPage .top-section .page-title-wrap {
	display: none;
}

.SubPage ul {
	padding-left:2rem;
	list-style: disc!important;
}

.subpage-content .col-block {
	padding:4rem!important;
	animation-name:subpage-fadein;
	animation-duration:1.8s;
	animation-timing-function: ease;
}

.subpage-content.full-width .col-block {
	padding:0!important;
}

@keyframes subpage-fadein {
	0% {
		opacity:0;
		transform:translateY(10rem);
	}
	16.67% {
		opacity:0;
		transform:translateY(10rem);	
	}
	100% {
		opacity:1;
		transform:translateY(0);	
	}
}

@media only screen and (max-width:980px){
	.subpage-content .col-0, .subpage-content .col-1, .subpage-content .col-2 {
		width:100%!important;
	}
}


/* ==========================================================================
Företagsförsäkring - Servicepaket
========================================================================== */

.package-wrap {
	display: flex;
	flex-direction: column;
	margin:3rem 0;
}

.package {
	display: flex;
	flex-direction: column;
}

.package:not(:first-of-type){
	margin-top:9rem;
}

.package .section {
	display: flex;
	border:1px solid #ddd;
	transition:border .2s ease;
	border-bottom:none;
}

.package:hover .section {
	border-color:#1e2b50;
}

.package .section.info > div {
	width:100%;
}

.package .section.info > div:first-of-type {
	padding:6rem;
}

.package .section.info h3 {
	font-size: 3.5rem;
	font-weight: 300;
	padding-bottom:3rem;
	margin-bottom:0;
}

.package .section.info > div:last-of-type {
	width:50%;
	position: relative;
}

.package .section.info > div:last-of-type 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) {
    .package .section.info > div:last-of-type img {
        position: relative;
        transform: none;
        top: unset;
        left: unset;

        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

.package .section.details {
	padding:6rem 3rem;
/* 	background:#f7f7f7; */
	border-top:none;
	box-shadow:inset 0 0 6rem rgba(0,0,0,0.1);
}

.package .section.details > div {
	width:100%;
	padding:0 3rem;
}

.package .section.details > div:not(:last-of-type){
	border-right:1px solid #ddd;
}

.package .section.details h5{
	padding-bottom:1rem;
	font-size: 1.4rem;
	font-weight:700;
}

.package .signup {
	padding:2rem 3rem;
	text-align: center;
	background:#1e2b50;
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.25em;
	word-spacing: 0.25em;
	font-size: 1.4rem;
	transition:cubic-bezier(0,0,0,1) .3s;
	position: relative;
	z-index: 2;
}

.package .signup:hover {
	background:#618DF6;
	padding:3rem;
	margin-top:-1rem;
	margin-bottom:-1rem;
}

.package .signup:after {
	font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    display:inline-block;
    content: '\f054';
    margin-left:1rem;
    color:#618DF6!important;
	transition:cubic-bezier(0,0,0,1) .3s;
}

.package .signup:hover:after {
	margin-left:2rem;
	animation-name:arrowbounce;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	color:#fff!important;
}

@media only screen and (max-width:980px){
	.package .section {
		flex-direction: column;
	}
	
	.package .section.info {
		flex-direction: column-reverse;
	}
	
	.package .section.info > div:last-of-type {
		width:100%;
		height:30rem;
	}
	
	.package .section.details {
		padding:3rem 6rem;
	}
	
	.package .section.details > div {
		padding:3rem 0;
		padding-bottom:0rem;
	}
	
	.package .section.details > div:not(:last-of-type){
		border-right:none;
		padding-bottom:3rem;
		border-bottom:1px solid #ddd;
	}
}

@media only screen and (max-width:550px){
	.package .section.info > div:first-of-type {
		padding:2rem;
	}
	
	.package .section.info h3 {
		font-size: 3rem;
	}
	
	.package .section.details {
		padding:3rem;
	}
}

/* ==========================================================================
Om oss
========================================================================== */

.split-wrapper.portrait {
	justify-content: flex-start;
	align-items: flex-start;
}

.split-wrapper.portrait .split-content{
	padding:3rem!important;
}

.portrait img{
	margin-bottom:2rem;
}

.quote {
	display: block;
	font-size: 2.2rem;
	line-height: 1.2;
	max-width:60rem;
	margin:3rem auto;
	margin-top:6rem;
	text-align: center!important;
}

.split-wrapper.djurgarden {
	max-width:140rem;
	padding:6rem 0;
	margin:auto;
}

.split-wrapper.djurgarden .split-content {
	width:calc(100% - 50rem);
}

.split-wrapper.djurgarden .split-content:last-of-type {
	width:50rem;
	padding:0;
	text-align: center;
}

.split-wrapper.djurgarden *{
	color:#fff;
}

.split-wrapper.djurgarden p {
	font-weight: 400;
}

#djurgarden {
	background-image: url(/assets/images/idrottsforsakring-banner-dif.jpg);
	background-size: cover;
}

@media only screen and (max-width:980px){
	.split-wrapper.portrait .split-content{
		padding:0rem!important;
	}
	.portrait img{
		margin-top:3rem;
	}
	
	.split-wrapper.djurgarden .split-content {
		width:100%!important;
		padding:6rem;
	}
}

@media only screen and (max-width:550px){
	.split-wrapper.djurgarden .split-content {
		width:100%!important;
		padding:6rem 3rem;
	}
}

/* ==========================================================================
Partners
========================================================================== */
.partners-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5rem;
}

.partner-item {
	width: 47%;
	margin: 1.5%;
}

.partner-item .image-wrapper {
    padding: 2rem;
	background: #1e2b50;
}

.partner-item .text-wrapper {
	padding: 2rem 2rem 0 2rem;
	box-shadow: inset 0 0 6rem rgb(0 0 0 / 10%);
	transition: .2s ease;
}

.partner-item:hover .text-wrapper {
	box-shadow: inset 0 0 6rem rgb(0 0 0 / 15%);
}

@media only screen and (max-width: 750px) {
	.partner-item {
		width: 100%;
		margin: 1rem 0;
	}
}

/* ==========================================================================
Kontakt
========================================================================== */

.box {
	border:1px solid #eee;
	border-radius: 1rem;
	padding:3rem 3rem;
	margin:2rem 0;
}

.box h5 {
	font-size: 1.4rem;
}

.box p {
	font-weight: 300;
}

p a {
	word-break: break-word;
	hyphens:none;
	font-weight: 400;
}

.ContactForm {
	margin-top:10px;
	max-width:80rem;
	margin:auto;
}

.ContactForm p{
	display:none;
}

.ContactForm div:not(last-of-type) {
	margin-bottom:20px;
}

.ContactForm input::placeholder, .ContactForm textarea::placeholder {
	opacity:0.5;
}

.Diary .DiaryCommentForm input, .Diary .DiaryCommentForm textarea, .Guestbook .GuestbookForm input.textname, .Guestbook .GuestbookForm textarea.textmessage, .GalleryCommentFormControl textarea, .Contact .ContactForm input.text, .Contact .ContactForm textarea.textmessage {
	width:100%!important;
	font-size:1.5rem;
	padding:22px 16px!important;
	background:#f7f7f7!important;
	border:none!important;
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage {
	position: static;
}

.LayoutPage .Contact .ContactForm div {
	width:100%;
}

.LayoutPage .Contact .ContactForm textarea.textmessage {
	height:100px;
	padding:11px 16px!important;	
}

.LayoutPage .Contact .ContactForm input.ContactSubmit {
	padding:20px 30px;
}

.Contact .ContactForm input[type="submit"] {
    width:auto;
	display:block;
    min-width:10rem;
    max-width:100rem;
    box-sizing: border-box;
    padding: 1.5rem 3rem;
   	background-color: #3B508A;
	border:2px solid #3B508A;
	border-radius:10rem;
   	color:#fff;
    text-align: center;
    text-transform: none;
    font-weight:700;
/*  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15); */
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-transform: uppercase;
    text-shadow: none !important;
    font-size: 1.4rem;
    cursor:pointer;
    font-family: 'Open Sans', sans-serif;
    margin:auto;
}	

.Contact .ContactForm input[type="submit"]:hover {
	background-color: transparent;
	color: #618DF6!important;
	border:2px solid #618DF6;
	text-decoration: none;
}

@media only screen and (max-width:980px) {
	#contact-us .col-0, #contact-us .col-1 {
		width:100%!important;
		min-height: 500px;

	}
	#contact-us .col-1 {
		padding:6rem 2rem!important;
	}
}

@media only screen and (max-width:350px) {
	.Contact .ContactForm input[type="submit"] {
		position: absolute;
		left:calc(50% - 130px);
	}
	#contact-us .col-1 {
		padding-bottom:120px!important;
	}
}

.LayoutPage .Contact .ContactForm input.text.illegal, .Contact .ContactForm textarea.textmessage.illegal {
	background:#ffdada!important;
}
/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color:#1e2b50;
	padding:3rem 0;
	box-sizing: border-box;
}


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

.footer .footer-top {
    max-width: 140rem;
	min-height: 25rem;
	padding:6rem 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
}

.footer-col-top {
	box-sizing: border-box;
	max-width:32rem;
	margin:2rem;
}

.footer ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

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

.footer .footer-bottom {
	border-top:1px solid rgba(255,255,255, 0.2);
	text-align:left;
	margin: 0 auto;
	width: 100%;
	padding: 15px;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1400px;
	padding: 20px 20px;
    box-sizing: border-box;	
/*         font-size: .75rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    line-height: 1rem;
}

.footer-col-bottom {
    box-sizing: border-box;
    width:100%;
    height:5rem;
}

/*
.footer-col-bottom:first-child p {
	display: inline-block;
}

.footer-col-bottom:first-child img {
	margin-right: 20px;
}
*/

.footer img {
	max-width:40rem;
	width:100%;
	margin:auto;
	margin-bottom:2rem;
	display:block;
}

.footer .footer-bottom img {
	max-width:20rem;
	max-height: none;
	margin:0 auto;
}

.footer .footer-bottom a:hover {
	text-decoration: none!important;
}

.footer-col-bottom:last-child p {
	text-align: right !important;
	font-size: 1.5rem;
	opacity:0.67;
}

.footer .container .fab {
	margin: 0;
}



.footer .social-icons {
	padding-top: 10px;
}

.footer p, 
.footer a,
.footer li {
    font-size: 1.5rem;
    padding: 0;
    font-weight: 300; 
    line-height: 1.6em;
    color: #fff;
    text-decoration: none !important;
}

.footer p {
	padding-bottom:0.5rem;
}

.footer h4 {
	font-size: 1.6rem;
	color:#618DF6;
	text-transform:uppercase;
	padding-bottom: 1.5rem;
	font-weight: 700;
	padding-top: 0;
}

.footer .footer-top * {
	text-align: left !important;
}

.footer a {
	display: inline-block;
}

.footer a:hover {
    text-decoration: underline !important;
}

.footer a:hover img {
	opacity:0.67;
}

.footer .container .fab:hover {
	color:#618DF6!important;
}

.footer .container .fab {
	vertical-align: sub;
	transition:ease .2s;
	color:#fff!important;
}

.footer em {
	color:#618DF6;
	margin-right:5px;
}

#copyright-year {
	color:#fff;
	font-size:1.4rem;
}


@media only screen and (max-width:1080px) {
	
	.footer-col-top:first-of-type {
		display:block;
	}	
	
	.footer .footer-bottom {
		min-height: auto;
		flex-wrap: wrap;
	}
	
	.footer-col-top {
		width: 100%;
		margin-bottom: 3rem;
		max-width:none;
	}
	
	.footer .footer-top *,
	.footer-col-bottom:last-child p {
		text-align: center !important;
	}

	.footer-col-bottom {
		width:100%;
		margin:3rem 0;
		text-align: center;
	}
	
	.footer .footer-bottom img {
		max-width:30rem;
		width:90%;
	}
	
	.footer h4 {
		padding-bottom: 10px;
	}
}

/* ==========================================================================
Media queries
========================================================================== */


/* Select only for IE11 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .LayoutPage .Contact .ContactForm p {
		display: block;
	}
	.LayoutPage .Contact .ContactForm input {
		padding:0!important;
	}
}











