/*
  Theme Name: HTML5 Blank
  Theme URI: http://html5blank.com
  Description: HTML5 Blank WordPress Theme
  Version: 1.4.3
  Author: Todd Motto (@toddmotto)
  Author URI: http://toddmotto.com
  Tags: Blank, HTML5, CSS3
  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html {
	font-size: 17px;
}
body {
	font: 400 17px/1.7 'Titillium Web', sans-serif;
	color: #183954;
	overflow-x: hidden;
}
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}
h1,
h2,
h3,
h4 {
	margin: 0;
	margin-bottom: 10px;
	color: #b61922;
	text-wrap: balance;
}
h1,
.heading {
	font-size: 3.3rem;
	font-family: 'Roboto Slab', serif;
	line-height: 1.2;
	font-weight: 400;
}
h2 {
	font-size: 2.2rem;
	font-family: 'Roboto Slab', serif;
	line-height: 1.2;
	font-weight: 800;
}
h3 {
	font-size: 1.4rem;
	font-family: 'Roboto Slab', serif;
	line-height: 1.2;
	margin-bottom: 0;
	font-weight: 800;
}
h4,
h5,
h6 {
	font-size: 1.1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
p {
	margin: 0;
}

a {
	color: #222;
	text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
	-webkit-transition: all 0.25s ease;
	-mox-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a:hover {
	color: #222;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 0;
}
.wpcf7 input,
.wpcf7 textarea {
	padding: 15px;
	border: none;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #0d0d0d;
}
label {
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.15rem;
}
.wpcf7 input[type='submit'] {
	border: none;
	background-color: #c3262f;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.12;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border: 1px solid transparent;
	font-family: 'Titillium Web', sans-serif;
}
.wpcf7 input[type='submit']:hover,
.contact-section .wpcf7 input[type='submit']:hover {
	background: #b61922;
	color: #fff;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */

.wrap-big {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.wrap {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.wrap-small {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.wrap-xsmall {
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

/* header */

.logo {
	float: left;
	position: relative;
}
.logo-img {
	width: 220px;
	margin-top: 37px;
}

@media only screen and (max-width: 1078px) {
	.logo-img {
		width: 175px;
	}
}

.sub-header {
	background-color: #b61922;
	padding: 5px 0;
}
.sub-header a,
.sub-header p {
	color: #fff;
	font-size: 0.9rem;
}
.sub-header .contact {
	float: left;
}
.sub-header .login {
	float: right;
}
.header {
	background-color: #fff;
	position: relative;
	-webkit-transition: background 0.25s ease;
	-mox-transition: background 0.25s ease;
	transition: background 0.25s ease;
}
.top-header {
	align-items: center;
}
.nav {
	float: right;
}
.nav ul {
	list-style-type: none;
	margin-top: 0;
	padding-left: 0;
}
.nav ul li a {
	color: #b61922;
	padding: 40px 12px;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	position: relative;
}
.white {
	background: rgba(255, 255, 255, 0.9) !important;
	z-index: 99;
}
.white a {
	color: #262b2e !important;
}
.expand-ul,
.hamburger-outer,
.sub-menu {
	display: none;
}

@media only all and (min-width: 1024px) {
	.nav ul li a:hover:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 6px;
		background: ;
		bottom: 0;
		left: 0;
	}
	.nav ul li.current-menu-item a:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 6px;
		background: #d92d37;
		bottom: 0;
		left: 0;
	}
	.nav ul.sub-menu li a:after {
		content: '';
		position: relative;
	}
	.nav > ul > li {
		float: left;
		position: relative;
	}
	.sub-menu {
		position: absolute;
		background: #fff;
		min-width: 300px;
	}
	.menu-item-has-children:hover > .sub-menu {
		display: block;
	}
	.nav ul li.current-menu-item > a,
	.nav ul li.current-menu-ancestor > a {
		background: #b61922;
		color: #fff;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.nav ul.sub-menu li.current-menu-item > a {
		background: rgba(0, 0, 0, 0.1);
	}
	.nav ul li a:hover {
		background: #c3262f;
		color: #fff;
	}
}

.nav ul.sub-menu li a {
	padding: 13px 20px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 600;
	color: #333;
	line-height: 1.3;
}
.nav ul li .sub-menu a:hover {
	background: rgba(0, 0, 0, 0.1);
}
.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: auto;
	right: 0;
	transition: all 0.25s ease;
	z-index: 99;
}

body.admin-bar header.fixed {
	top: 32px;
}

.order-puff {
	background: #262b2e;
	color: #fff;
	position: absolute;
	right: -480px;
	width: 480px;
	padding: 60px;
	z-index: 2;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.order-puff .fa-times-circle {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #666;
	cursor: pointer;
}
.order-puff .fa-times-circle:hover {
	color: #fff;
}
.out-order {
	right: 0;
}
.order-puff h3 {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.order-puff h3:after {
	content: '';
	position: absolute;
	top: 100%;
	height: 4px;
	width: 90px;
	background: #60a3e0;
	left: 50%;
	margin-left: -45px;
}

/* footer */

footer {
	background-color: #b61922;
	padding: 60px 5%;
}
footer h3 {
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 30px;
}
footer ul {
	padding-left: 0;
}
footer ul li {
	display: block;
	color: #fff;
	letter-spacing: 1.1;
	font-size: 0.8rem;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover,
.soc-media a:hover {
	color: #60a3e0;
}
footer i {
	font-size: 0.8rem;
}
.footer-box {
	float: left;
	width: 23%;
}
.footer-box-tjanster {
	float: left;
	width: 30%;
	margin-right: 3%;
}
.tjanster-list {
	/* 	display: flex; */
	/* 	flex-wrap: wrap;
	max-height: 500px; */
}
.tjanster-list li {
	/* 	width: 50%; */
}
.footer-box-wider {
	float: left;
	width: 31%;
}
.footer-logo {
	padding-right: 5rem;
}
.footer-logo img,
.footer-logo svg {
	width: 250px;
}
.sub-footer {
	background: #071723;
	color: #fff;
	font-size: 0.8rem;
	padding: 15px 5%;
}
.sub-footer a {
	color: #fff;
}
.sub-footer .copyright {
	float: left;
}
.sub-footer .cookies {
	float: right;
}

/* call button */

.call-me-button {
	position: fixed;
	right: 48px;
	bottom: 320px;
	display: inline-block;
	padding: 14px 25px;
	background: #c3262f;
	text-transform: uppercase;
	letter-spacing: 0.16;
	font-weight: 700;
	color: #fff;
	z-index: 8;
	transform: rotate(-90deg);
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
	transform-origin: top right;
	border: none;
	font-family: 'Titillium Web', sans-serif;
}
.call-me-button:hover {
	background-color: #b61922;
}
.element-out {
	right: 0 !important;
}
.button-in {
	right: -125px;
}
.call-me-element {
	background: #fff;
	position: fixed;
	bottom: 180px;
	right: -560px;
	z-index: 99;
	padding: 45px 30px 36px;
	width: 550px;
	max-width: 100%;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.call-me-element h3 {
	margin-bottom: 30px;
}
.call-me-element i {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 1.1rem;
	cursor: pointer;
}
.call-me-element input[type='submit'] {
	width: 100%;
}
.call-me-element input[type='tel'],
.call-me-element input[type='email'] {
	width: 100%;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

/*------------------------------------*\
    COLS
\*------------------------------------*/

.col-1-2 {
	width: 48%;
	float: left;
}
.col-1-2 + .col-1-2 {
	margin-left: 4%;
}
.col-f-1-3 {
	width: 33.33333%;
	float: left;
}
.col-f-1-4 {
	width: 25%;
	float: left;
}
.col-2-3 {
	width: 58%;
	float: left;
	padding-right: 5%;
}
.col-1-3 {
	width: 32%;
	float: left;
}
.col-3-4 {
	width: 70%;
	float: left;
	margin-left: 3%;
}
.col-1-3 + .col-1-3 {
	margin-left: 2%;
}
/*.can-do .col-1-3 {
	width: 35%;
	float: left;
	margin-left: 7%;
} */
.top-head .col-1-3 {
	width: 42%;
	float: left;
}
.col-1-4 {
	width: 27%;
	float: left;
}
.col-f-1-2 {
	float: left;
	width: 50%;
	min-height: 200px;
	position: relative;
}
.col-1-2-full-flex {
	width: 50%;
}

/*------------------------------------*\
    GRID
\*------------------------------------*/

.display-grid {
	display: grid;
  	grid-template-columns: 1fr 1fr; /* två lika breda kolumner */
  	align-items: center;
  	position: relative;
}


.grid-70 img {
  width: 100%;
  height: auto;
  display: block;
}

  .display-grid {
    grid-template-columns: 40% 60%;  /* justera för balans */
    gap: 0;
  }

  .grid-30 {
    grid-column: 1 / 2;
    z-index: 2;                /* lägg ovanpå */
    transform: translateX(6rem); /* skjut in över bilden */
  }

  .grid-70 {
    grid-column: 2 / 3;
    z-index: 1;
  }
/* Mobil: stapla kolumnerna */
@media (max-width: 767px) {
  .display-grid {
    grid-template-columns: 1fr; /* en kolumn */
  }

  .grid-30,
  .grid-70 {
    grid-column: 1 / -1; /* ta hela bredden */
    transform: none;     /* ta bort förskjutning på texten */
  }

  /* Gör så att bilden går upp lite bakom texten */
  .grid-70 {
    margin-top: -2rem;   /* justera höjden på överlappet */
    z-index: 1;          /* ligger bakom texten */
  }
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* front page */

.owl-outer {
	position: relative;
}
.owl-carousel .item {
	height: 750px;
	max-height: 100vh;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-carousel video {
  width: 100% !important;
  	height: 750px;
	max-height: 100vh;
	object-fit: cover;
}
.element-wrap {
	margin-bottom: 20px;
}
.sub-heading {
	font-size: 1.4rem;
}
.owl-stage-outer {
	max-height: 100%;
}
.puff-outer h1 {
	/* text-transform: uppercase; */
	color: #fff;
}
.puff-outer {
	padding-top: 80px;
	top: 50%;
	color: #fff;
	position: absolute;
	z-index: 2;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.puff-outer .btn {
	margin-top: 40px;
}
.services i {
	font-size: 1.6rem;
	margin: 0 10px 4px 0;
}

.services svg {
	font-size: 1.6rem;
	margin: 2px 10px 2px 0;
}
.services svg path {
	fill: #fff;
}
.four-boxes img {
	height: 65px;
	margin: 0 auto 20px;
}
.four-boxes h3 {
	font-size: 1.2rem;
	line-height: 1.2;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}
.services .col-f-1-3,
.services .col-f-1-4 {
	padding: 15px;
}
.services h3 {
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.03em;
}

.we-offer img {
	height: 250px;
    width: 100%;
    object-fit: cover;
}

p.lato-font {
	font-family: 'Lato', sans-serif;
	font-size: 0.9rem;
	text-decoration: underline;
}

p.make-medium {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: 'Roboto Slab', serif;
	padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
	p.make-medium {
		font-size: 1rem;
		line-height: 1.4;
	}
}

	

.about {
	position: relative;
	/* background: #f5f5f5; */
	padding: 60px 0;
}
.about i {
	font-size: 0.8rem;
}
.about img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}
.about .col-1-3 + .col-1-3 {
	background-color: #fff;
}
.about h2 {
	margin-bottom: 20px;
}
.about h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.about h3:after {
	content: '';
	height: 2px;
	width: 100px;
	background-color: #b61922;
	position: absolute;
	top: 100%;
	left: 0;
}
.about .btn {
	margin-top: 40px;
}
.about p a,
.about .link {
	color: #d92d37;
	margin-top: 30px;
}
.about a p {
	color: #183954;
}
.about a.col-1-3 {
	margin-top: 0;
}
.about-us {
	padding: 60px 0;
}

.about-us h2 {
	font-size: 2.4rem;
	padding: 1rem 0;
}

@media only screen and (max-width: 768px) {
	.about-us h2 {
		font-size: 1.8rem;
	}
	.about-us {
	padding: 0 0 60px 0;
}
}

section.we-offer {
	padding-top: 4rem;
	padding-bottom: 2rem;
}

.kontakt-sektion {
	margin-bottom: 5rem;
}

.kontakt-sektion .wrap {
	display: block;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 6rem 6rem;
}

.kontakt-sektion .wrap .fader {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.6), transparent);
  pointer-events: none; /* så att knappar/länkar i bilden går att klicka */
  z-index: 2;           /* över bilden */
}

.kontakt-sektion .kontakt-uppgifter {
	display: flex;
	flex-direction: row;
	gap: 3rem;
	justify-content: flex-start;
	align-items: center;
	padding-top: 1.5rem;
}

.kontakt-sektion h3 {
	font-weight: 600;
	line-height: 1.6;
}


.kontakt-sektion .kontakt-uppgifter p, .kontakt-sektion .kontakt-uppgifter a, .kontakt-sektion h3 {
	color: #fff !important;
}

.kontakt-sektion .kontakt-uppgifter p.make-btn {
	color: #fff;
    border: 2px solid #fff;
    min-width: 200px;
    margin-top: 30px;
    padding: 10px 25px;
	font-weight: 800;
    text-align: center;
}

.kontakt-inner {
	max-width: 700px;
	position: relative;
    z-index: 3;
}

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

	.kontakt-sektion {
		margin-bottom: 2rem;
	}

	.kontakt-sektion .wrap {
		padding: 2rem 1rem;
	}

	.kontakt-sektion h3 {
	font-weight: 600;
	line-height: 1.6;
	font-size: 1.1rem;
	}

	.kontakt-sektion .kontakt-uppgifter {
		flex-wrap: wrap;
		gap: 1rem;
		padding-top: 1rem;
	}

	.kontakt-sektion .kontakt-uppgifter p.make-btn {
		margin-top: 1rem;
        min-width: unset;
        line-height: 1.8;
	}
}


.white-box {
	background-color: #fff;
	padding: 25px 30px;
}
.white-box ul {
	padding-left: 0;
	list-style: none;
}
.four-boxes {
	position: relative;
	color: #fff;
}
.four-boxes h2 {
	text-transform: uppercase;
	color: #fff;
}
.four-boxes p {
	font-weight: 600;
	width: 55%;
	margin: 10px auto;
}
.four-boxes .col-f-1-2 {
	padding: 100px 5%;
	background-position: center center;
	background-size: cover;
	border: 5px solid #f0f0f0;
}
.four-boxes .text {
	z-index: 10;
	position: relative;
}
.bottom-section {
	color: #fff;
}
.bottom-section .box-padding {
	padding: 200px 100px;
}
.bottom-section h2 {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.bottom-section h2:after {
	content: '';
	position: absolute;
	top: 100%;
	height: 4px;
	width: 100px;
	background: #60a3e0;
	left: 50%;
	margin-left: -50px;
}
.can-do {
	position: relative;
	padding: 60px 5% 0;
}

.can-do .wrap {
	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
}
.can-do h2 {
	margin-bottom: 25px;
	font-weight: 700;
}

.can-do h3 {
	color: #000;
}
.big-arrow {
	margin-top: 20px;
}
.big-arrow i {
	font-size: 8rem;
	font-weight: 300 !important;
}
.offert-button {
	display: inline-block;
	padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
	.can-do {
		img {
			display: none;
		}
	}
}

/* general pages */

.top-head {
	background: #b61922;
	position: relative;
	margin-top: 142px;
}
@media only screen and (max-width: 1024px) {
	.top-head {
		margin-top: 133.54px;
	}
}

@media only screen and (max-width: 769) {
	.top-head {
		margin-top: 109px;
	}
}
.top-head .box-padding {
	padding-left: 5%;
}
.top-head h1,
.top-head-no-image .heading {
	font-size: 2.8rem;
	color: #fff;
	margin-bottom: 0;
}

.top-head-no-image .heading {
	text-transform: uppercase;
}
.top-head .heading {
	font-size: 2rem;
	float: left;
}
.top-head .wrap {
	z-index: 2;
}
.top-head-no-image {
	background-color: #b61922;

	padding: 40px 5%;
	margin-top: 142px;
}
@media only screen and (max-width: 1024px) {
	.top-head-no-image {
		margin-top: 102.54px;
	}
}

@media only screen and (max-width: 769) {
	.top-head-no-image {
		margin-top: 108.7px;
	}
}
/* body.admin-bar .top-head-no-image {
	margin-top: 142px;
} */

.btn-contact {
	float: right;
	margin-top: 10px;
}
.page-content {
	padding: 80px 0;
}
.page-content h2 {
	margin-bottom: 20px;
	/*width: 700px; */
	max-width: 100%;
}
.page-content h3 {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.page-content p {
	margin-bottom: 30px;
}
.page-content a {
	color: #d92d37;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}
.page-content a:hover {
	color: #b61922;
}
.included {
	position: relative;
	z-index: 3;
}
.included .col-f-1-2 {
	z-index: 6;
}
.included .box-padding {
	padding: 80px 5%;
}
.selling-points {
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 1px;
}
.included h2 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.selling-points h3 {
	margin-bottom: 10px;
}
.selling-points p {
	margin-bottom: 30px;
}
.selling-points ul {
	list-style: none;
	padding-left: 0;
}
.selling-points li {
	padding-left: 60px;
	position: relative;
}
.selling-points img {
	position: absolute;
	left: 0;
	top: 5px;
}
.contact-section {
	position: relative;
	padding: 80px 0;
}
.contact-section h2 {
	margin-bottom: 40px;
}
.contact-section .wpcf7 input,
.wpcf7 textarea {
	background-color: #f2f2f2;
}
.contact-section .wpcf7 input[type='submit'] {
	background-color: #c3262f;
}
.page-contact .wpcf7 input,
.wpcf7 textarea {
	background-color: #fff;
}

/* contact page */

.contact-us {
	padding: 60px 0;
}
.contact-us ul {
	font-size: 1.4rem;
}
.contact-us li {
	display: inline-block;
	margin-right: 30px;
}
.contact-us span {
	color: #d92d37;
	margin-right: 3px;
	font-weight: 700;
}
.contact-places {
	padding: 60px 0;
	position: relative;
}
.contact-places .white-box h3 {
	margin-bottom: 15px;
	font-size: 1.3rem;
}
.contact-places .white-box a {
	color: #c3262f;
}
.contact-places p {
	margin-bottom: 20px;
}
.contact-places .col-1-3 {
	background-color: #fff;
}
.contact-title {
	background-color: #d92d37;
	padding: 10px 30px;
}
.contact-title h3 {
	color: #fff;
	margin-bottom: 0;
}
.contact-list {
	list-style: none;
	padding-left: 0;
}
.contact-list li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.contact-list li a:hover {
	text-decoration: underline;
}
.contact-list svg {
	background: #60a3e0 !important;
	margin-right: 15px;
	color: #fff;
	border-radius: 3px;
	padding: 10px;
	height: 35px;
	width: 35px !important;
}
.contact-info .box-padding {
	padding-right: 140px;
	padding-left: 140px;
}
.coworker-row .co-worker {
	float: left;
	width: 23%;
	text-align: center;
}
.contact-area img {
	height: 300px;
	object-fit: cover;
	width: 100%;
}
div.wpcf7-response-output {
	margin: 0;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 1px solid #60a3e0;
	padding: 10px;
	text-align: center;
}
.worker-section {
	background-color: #f5f5f5;
	padding: 60px 0;
}
.coworker-row {
	margin-bottom: 20px;
}
.coworker-row .co-worker + .co-worker {
	margin-left: 2.66666667%;
}
.co-worker div {
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding: 15px;
	min-height: 160px;
}
.coworker-row h4 {
	margin-bottom: 0;
	text-transform: uppercase;
}
.co-title {
	margin-bottom: 10px;
	color: #60a3e0;
}
#map {
	height: 100%;
	min-height: 200px;
}
article .col-1-4 {
	position: relative;
}
.absolute-img {
	position: absolute;
	width: 160px;
	left: -50px;
	top: -40px;
}
.services-subpage .col-f-1-3,
.services-subpage .col-f-1-4 {
	padding: 20px;
}
.after-text {
	margin-top: 20px;
}
.after-text a {
	font-size: 1.1rem;
}
.services-boxes {
	padding: 80px 0 40px;
	background: #fafafa;
}
.services-boxes .flex {
	margin-bottom: 40px;
}
.services-boxes .wrap .flex:nth-child(2n) {
	flex-direction: row-reverse;
}
.services-boxes .wrap .flex .move-box {
	margin-left: -60px;
}
.services-boxes .wrap .flex:nth-child(2n) .move-box {
	margin-right: -60px;
	margin-left: 0;
}
.move-box {
	background: #fff;
	padding: 30px 5%;
}
.text-box {
	padding: 80px 0;
}
.image-box {
	box-shadow: 3px 5px 14px rgba(0, 0, 0, 0.5);
}

/* 404 page */

#post-404 {
	margin-top: 105px;
	padding: 60px;
}

/*------------------------------------*\
    GENERALS
\*------------------------------------*/

.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-center {
	display: flex;
	align-items: center;
}
.align-self {
	align-self: center;
}
.center {
	text-align: center;
	justify-content: center;
}
.vert-center {
	-ms-align-items: center;
	align-items: center;
}
.horiz-center {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.bg-black {
	background-color: #262b2e;
}
.bg-dark-blue {
	background-color: #b61922;
	color: #fff;
}
.bg-blue {
	background-color: #c3262f;
}
.bg-kinda-light-blue {
	background-color: #c3262f;
}
.bg-light-blue {
	background-color: #d92d37;
}
.bg-pattern {
	background-image: url('https://www.simonedstrom.se/wp-content/uploads/2021/03/bg-repeated.svg');
	background-repeat: repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	opacity: 0.45;
}
.blue-line {
	height: 3px;
	width: 120px;
	background-color: #c3262f;
	margin: 30px 0;
}
.gradient {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4);
}

.gradient-small {
	 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.0) 100%
  );
}
.blue {
	color: #c3262f;
}
.light-blue {
	color: #d92d37;
}
.dark-blue {
	color: #b61922;
}
.content {
	padding: 40px 0 60px;
}
.width-70 {
	width: 70%;
}
.box-padding {
	padding: 60px 10%;
}
.box-padding-less {
	padding: 40px 5%;
}
.ingress {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-bottom: 20px;
}
.smaller {
	font-size: 0.95rem;
}
.style-none {
	list-style: none;
	padding-left: 0;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.btn,
.after-text a {
	padding: 12px 25px;
	background: transparent;
	letter-spacing: 0.1;
	/* text-transform: uppercase; */
	font-weight: 700;
	font-size: 1rem;
	display: inline-block;
	text-align: center;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	font-family: 'Titillium Web', sans-serif;
}
.btn-contact {
	color: #163954 !important;
	padding: 12px 25px;
	background: #fff;
	letter-spacing: 0.1;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9rem;
	float: left;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	font-family: 'Titillium Web', sans-serif;
	border: 3px solid #163954;
}
.btn-blue {
	background-color: #60a3e0;
	color: #fff;
}
.btn-dark-blue {
	background-color: #c3262f;
	color: #fff !important;
}
.btn-dark-blue:hover {
	background-color: #fff !important;
	color: #c3262f !important;
	border: 2px solid #c3262f;
}
.btn-blue:hover {
	background-color: #60a3e0;
	color: #fff;
}
.btn-transparent {
	color: #fff;
	border: 2px solid #fff;
	min-width: 200px;
	margin-top: 30px;
	padding: 10px 25px;
}
.after-text a {
	color: #b61922;
	border: 2px solid #b61922;
	min-width: 200px;
	margin-top: 30px;
	padding: 10px 25px;
}
.after-text a:hover {
	color: #fff;
	background: #b61922;
}
.btn-transparent:hover {
	color: #b61922;
	background-color: #fff;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1150px) {
	.order-puff {
		display: none;
	}
	.puff-outer h1 {
		font-size: 3.4rem;
	}
	h1,
	h2 {
		overflow-wrap: break-word;
		word-wrap: break-word;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 1024px) {
	main .flex {
		display: block;
	}
	main .four-boxes .flex {
		display: flex;
	}
	.col-1-4 {
		width: 50%;
		float: left;
	}
	.col-f-1-2 {
		width: 50%;
	}
	.col-1-3 {
		width: 100%;
		margin-bottom: 20px;
	}
	.col-1-3 + .col-1-3 {
		margin-left: 0;
	}
	.width-70 {
		width: 100%;
	}
	.header .wrap {
		width: 100%;
	}
	.logo {
		margin-top: 0;
		padding: 16px 5% 17px;
	}
	.logo img,
	.logo svg {
		margin-top: 0;
		width: 215px;
	}
	.top-head-no-image .heading {
		font-size: 1.4rem;
	}
	.top-head-no-image .wrap {
		width: 100%;
	}
	.sub-header .contact {
		margin-left: 5%;
	}
	.sub-header .login {
		margin-right: 5%;
	}
	.nav {
		position: fixed;
		width: 300px;
		height: 100%;
		max-height: 390px;
		top: 112px;
		right: -310px;
		z-index: 99;
		background: #071723;
		padding: 20px 10px;
		overflow: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.nav.active {
		right: 0;
	}
	.sub-menu {
		position: relative;
		top: 0;
		width: 100%;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.2);
	}
	.expand-ul,
	.active-expand {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		padding: 16px 25px 15px;
		font-size: 1.5rem;
		color: #f1f1f1;
		background: rgba(0, 0, 0, 0.2);
		line-height: 1;
		font-weight: 300;
		z-index: 999;
	}
	.nav ul.sub-menu li a {
		padding: 13px 40px;
		color: #f1f1f1;
	}
	.nav > ul > li {
		position: relative;
	}
	.nav ul {
		border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	}
	.nav ul li a {
		padding: 12px 20px;
		color: #f1f1f1;
		border-top: 1px solid rgba(255, 255, 255, 0.09);
	}
	.hamburger-outer {
		display: block;
		position: fixed;
		top: 50px;
		right: 5%;
		z-index: 100;
		background: transparent;
		padding: 10px 12px 8px;
	}
	.white .c-hamburger span,
	.white .c-hamburger span:before,
	.white .c-hamburger span:after {
		background-color: #60a3e0;
	}
	.white a {
		color: #fff !important;
	}
	.c-hamburger {
		position: relative;
		overflow: hidden;
		margin: 0;
		float: right;
		top: 0;
		z-index: 99;
		padding: 0;
		width: 28px;
		height: 28px;
		font-size: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		background: transparent;
		outline: none;
		cursor: pointer;
	}
	.c-hamburger--htx.is-active span {
		background: none;
	}
	.c-hamburger span {
		display: block;
		position: absolute;
		top: 11px;
		left: 0;
		right: 0;
		height: 3px;
		border-radius: 2px;
		background: #b61922;
	}
	.c-hamburger--htx.is-active span:before,
	.c-hamburger--htx.is-active span:after {
		transition-delay: 0s, 0.3s;
	}
	.c-hamburger--htx.is-active span:before {
		top: 0;
		transform: rotate(45deg);
	}
	.c-hamburger--htx.is-active span:after {
		bottom: 0;
		transform: rotate(-45deg);
	}
	.c-hamburger--htx span:before,
	.c-hamburger--htx span:after {
		transition-duration: 0.3s, 0.3s;
	}
	.c-hamburger--htx span:before,
	.c-hamburger--htx span:after {
		transition-duration: 0.3s, 0.3s;
	}
	.c-hamburger--htx span:before {
		transition-property: top, transform;
	}
	.c-hamburger--htx span:after {
		transition-property: bottom, transform;
	}
	.c-hamburger span:before {
		top: -8px;
	}
	.c-hamburger span:after {
		bottom: -8px;
	}
	.c-hamburger span:before,
	.c-hamburger span:after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 3px;
		background: #b61922;
		content: '';
		border-radius: 2px;
	}
	.main {
		margin-top: 98px;
	}
	.bottom-section .box-padding,
	.contact-info .box-padding {
		padding: 40px 30px;
	}
	.about {
		padding-top: 50px;
	}
	.puff-outer p {
		width: 100%;
	}
	.owl-carousel .item {
		max-height: 80vh;
	}
	.four-boxes h2 {
		font-size: 2rem;
	}
	.four-boxes p {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.col-f-1-3,
	.col-f-1-4 {
		width: 100%;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	body,
	html {
		font-size: 18px;
		line-height: 2.3;
	}
	main {
		overflow-x: hidden;
		margin-top: 0px;
	}
	main .four-boxes .flex {
		display: block;
	}
	.sub-header {
		line-height: 1.5;
	}

	.page-content h3  {
		font-size: 1.15rem;
	}

	.page-content {
		padding: 20px 0;
	}
	p {
		line-height: 1.6;
	}
	.col-f-1-2,
	.col-1-2-full-flex,
	.four-boxes .col-f-1-2,
	.four-boxes .row {
		width: 100%;
	}
	.col-2-3,
	.footer-box,
	.footer-box-wider,
	.can-do .col-1-3,
	.col-f-1-3,
	.col-f-1-4,
	.col-f-2-3,
	.col-f-3-4,
	.col-3-4 {
		width: 100%;
		margin-top: 10px;
	}
	.col-3-4 {
		margin-top: 30px;
		margin-left: 0;
		padding: 0 5%;
	}
	.can-do .col-1-3 {
		margin-left: 0;
	}
	.footer-box-wider,
	.footer-box {
		margin-bottom: 40px;
	}
	.four-boxes h2 {
		font-size: 1.8rem;
	}
	.owl-carousel .item {
		max-height: none;
		height: 700px;
	}
	.col-1-2-full-flex.image-box {
		height: 300px;
	}
	.services-boxes .wrap .flex .move-box {
		margin: 30px 0;
	}
	.services-boxes .wrap .flex:nth-child(2n) .move-box {
		margin-right: 0;
	}
	.col-1-2-full-flex.text-box {
		padding: 20px 0;
	}
	.services-boxes .flex {
		margin-bottom: 20px;
	}
	footer {
		padding-top: 40px;
	}
	.flex {
		display: block;
	}
	.col-1-4 {
		width: 100%;
	}
	h1,
	.heading,
	.top-head .heading {
		font-size: 1.78rem;
	}
	.puff-outer h1 {
		font-size: 2rem;
	}
	.puff-outer p {
		width: 100%;
		font-size: 1.1rem;
	}
	h2 {
		font-size: 1.35rem;
	}
	h3 {
		font-size: 1.3rem;
	}
	.selling-points .icon {
		font-size: 1.8rem;
	}
	.soc-media .wrap {
		padding: 20px 0 40px;
	}
	.services {
		display: block;
	}
	.services i,
	.services svg {
		display: block;
		margin: 0 auto;
		margin-bottom: 9px;
	}
	.services h3 {
		font-size: 0.9rem;
	}
	.four-boxes .col-f-1-2 {
		margin-top: 5px;
	}
	.can-do .icon-long-arrow-right,
	.contact-section .icon-long-arrow-right {
		display: none;
	}
	.contact-section {
		padding-bottom: 0;
	}
	.call-me-button {
		bottom: 0;
		left: 0;
		right: 0;
		transform: none;
		width: 100%;
		z-index: 999;
	}
	.call-me-element {
		bottom: 100px;
	}
	.top-head h1 {
		font-size: 2rem;
	}
	.absolute-img {
		width: 100px;
		top: -70px;
		right: 0;
		left: unset;
		opacity: 0.9;
	}
	.top-head {
		margin-top: 114px;
	}
	.included .box-padding {
		padding: 40px 5%;
	}
	input[type='submit'] {
		padding: 10px;
	}
	.simple-page .absolute-img {
		top: -70px;
	}
	.simple-page .col-3-4 {
		margin-top: 80px;
	}
	#post-404 .btn {
		width: 100%;
		margin-bottom: 20px;
	}
	#post-404 {
		padding: 60px 5%;
	}
	.btn-transparent {
		padding: 10px;
	}
	.footer-box:last-of-type {
		margin-bottom: 0;
	}
	.sub-footer {
		margin-bottom: 55px;
	}

}

@media only screen and (max-width: 500px) {
	.owl-carousel .item {
		max-height: none;
		height: 750px;
	}
	.puff-outer {
		padding-top: 40px;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* cookie notice */

#cookie-notice.cn-position-bottom {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	background: #b61922 !important;
}
#cookie-notice.cn-position-bottom .button#cn-accept-cookie {
	background: transparent;
	width: 200px;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 10px;
	box-shadow: none;
	text-shadow: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9em;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	font-family: 'Titillium Web', sans-serif;
	margin-left: 20px;
}
#cookie-notice.cn-position-bottom .button#cn-accept-cookie:hover {
	color: #b61922;
	background-color: #fff;
}
#cookie-notice.cn-position-bottom a.cookie-read {
	text-decoration: underline;
	color: #fff;
}
#cookie-notice.cn-position-bottom .cookie-notice-container {
	padding: 30px;
}
@media only all and (max-width: 1150px) {
	#cookie-notice.cn-position-bottom #cn-notice-text {
		display: block;
		margin-bottom: 20px;
	}
	#cookie-notice.cn-position-bottom .button#cn-accept-cookie {
		margin-left: 0;
	}
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
.gform_wrapper.gravity-theme .gform_body .gform_fields {
	grid-row-gap: 0;
}
.gform_wrapper.gravity-theme .gform_footer.before {
	margin-top: 3px;
	padding: 0;
}
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
body .ezfc-wrapper .ezfc-element-submit {
	border: none;
	background-color: #c3262f !important;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.12;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border: 1px solid transparent;
	font-family: 'Titillium Web', sans-serif;
	width: 100%;
	padding: 15px;
	appearance: none;
	margin-bottom: 10px;
}
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover {
	// darken bg
	background-color: #b61922;
}
.gform_wrapper.gravity-theme .gform_body input[type='text'],
.gform_wrapper.gravity-theme .gform_body input[type='password'],
.gform_wrapper.gravity-theme .gform_body input[type='email'],
.gform_wrapper.gravity-theme .gform_body input[type='url'],
.gform_wrapper.gravity-theme .gform_body input[type='date'],
.gform_wrapper.gravity-theme .gform_body input[type='month'],
.gform_wrapper.gravity-theme .gform_body input[type='time'],
.gform_wrapper.gravity-theme .gform_body input[type='datetime'],
.gform_wrapper.gravity-theme .gform_body input[type='datetime-local'],
.gform_wrapper.gravity-theme .gform_body input[type='week'],
.gform_wrapper.gravity-theme .gform_body input[type='number'],
.gform_wrapper.gravity-theme .gform_body input[type='search'],
.gform_wrapper.gravity-theme .gform_body input[type='tel'],
.gform_wrapper.gravity-theme .gform_body input[type='color'],
.gform_wrapper.gravity-theme .gform_body textarea,
.gform_wrapper.gravity-theme .gform_body select {
	padding: 15px;
	border: none;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #0d0d0d;
	background-color: #f2f2f2;
}

.can-do .gform_wrapper.gravity-theme .gform_body input[type='text'],
.can-do .gform_wrapper.gravity-theme .gform_body input[type='password'],
.can-do .gform_wrapper.gravity-theme .gform_body input[type='email'],
.can-do .gform_wrapper.gravity-theme .gform_body input[type='url'],
.can-do .gform_wrapper.gravity-theme .gform_body input[type='date'],
.can-do .gform_wrapper.gravity-theme .gform_body input[type='month'],
.can-do .gform_wrapper.gravity-theme .gform_body input[type='time'],
.can-do .gform_wrapper.gravity-theme .gform_body input[type='datetime'],
.can-do .gform_wrapper.gravity-theme .gform_body input[type='datetime-local'],
.can-do .gform_wrapper.gravity-theme .gform_body input[type='week'],
.can-do .gform_wrapper.gravity-theme .gform_body input[type='number'],
.can-do .gform_wrapper.gravity-theme .gform_body input[type='search'],
.can-do .gform_wrapper.gravity-theme .gform_body input[type='tel'],
.can-do .gform_wrapper.gravity-theme .gform_body input[type='color'],
.can-do .gform_wrapper.gravity-theme .gform_body textarea,
.can-do .gform_wrapper.gravity-theme .gform_body select {
	background-color: #ffff;
}

.gform_required_legend {
	display: none !important;
}

.ezfc-form h2 {
	margin-top: 2rem;
	font-size: 2rem;
}

/* TAB BLOCKS */

ul.seo-tabs__list {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0px;
	padding: 0;
}
button.seo-tabs__tab {
	background: transparent;
	border: none;
	font-size: 1.2rem;
	font-weight: 800;
	padding: 12px 25px;
	cursor: pointer;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	font-family: 'Titillium Web', sans-serif;
	color: #b61922;
}
ul.seo-tabs__list li.active {
	background: #F5F5F5;
	border-radius: 20px 20px 0 0;
}

.seo-tabs__panel {
	background: #F5F5F5;
	border-radius: 0 20px 20px 20px;
	padding: 30px;
}
.seo-tabs__panel  .wrap {
	width: 100%;
	gap: 3rem;

}

@media (max-width: 767px) {
	.seo-tabs__panel {
		padding: 20px 10px 20px 10px;
	}
	button.seo-tabs__tab {
		font-size: 1rem;
		padding: 8px 15px;
	}
	.seo-tabs__list{ flex-direction:column; gap:.5rem; }
  	.seo-tabs__tab{ width:100%; border-radius:.8rem; }
}

/* FAQ BLOCKS */

section.faq {
  padding: 60px 5%;
  background-color: #fff;
}

section.faq .faq-item {
    margin-bottom: 1em;
    margin-top: 1em;
    border-bottom: 1px solid #fff;
    background: #F7F7F7;
    border-radius: 12px;
    color: #fff;
   padding: 1.5em 1rem;
}
section.faq .faq-item .question {
    cursor: pointer;
    position: relative;
    display: block;
    padding-right: 1em;
    margin-right: 1em;
    margin-left: 1rem;
	margin-bottom: 0;
    font-weight: 600;
    margin-top: 20px;
    font-size: 1.15rem;
    color: 000;
    margin-top: 0;
}

section.faq h2 {
  margin-bottom: 1.5rem;
  color: black;
}

section.faq .faq-item .question.collapse {
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
}
section.faq .faq-item button {
	position: relative;
	border:0;
	background: transparent;
	cursor: pointer;
	padding: 0;
	width: 100%;
    text-align: left;
}

section.faq .faq-item button:after {
    position: absolute;
    right: 5px;
    top: 0;
    content: "\2715";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .15s ease-in-out;
}

section.faq .faq-item button.collapse:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
}

section.faq .faq-item .answer {
  padding: 1rem 1rem;
  color: #000;
}

section.faq .faq-item .answer p {
	  margin-bottom: 0rem;
}

@media only screen and (max-width: 768px) {
  section.faq {
    padding: 0rem;
  }
  section.faq .wrap {
    width: 100% !important;
  }
  section.faq .faq-item {
    padding: 1rem 0;
  }
  section.faq .faq-item .question {
    font-size: 1rem;
  }
}


/* COLORS */

.has-primary-color-background-color {
	background-color: #b61922 !important;
	color: #fff !important;
}


/* GUTENBERG */

p.no-margin, h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin {
	margin-bottom: 0;
}

.alignfull {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

.wp-block-cover__inner-container {
	max-width: 1400px;
	margin: 0 auto;
}

.wp-block-group.is-style-mindre {
	max-width: 900px;
	margin: 0 auto;
}

.wp-block-button__link {
	padding: 12px 25px;
	font-weight: 700;
    font-size: 1rem;
}

p.is-style-typsnitt-mellan {
	font-size: 1.4rem;
    line-height: 1.5;
    font-family: 'Roboto Slab', serif;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
    p.is-style-typsnitt-mellan {
        font-size: 1rem;
        line-height: 1.4;
    }
	.wp-block-button__link {
		line-height: 1.3;
	}
	p.has-medium-font-size {
		font-size: 1.1rem !important;
	}
}
