/*  HD Motor	 */

/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Condensed:ital,wght@0,300;0,400;1,300;1,400;1,700&family=Yeseva+One&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");

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

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

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

body,
body.isMobile .body-background {
    -webkit-font-smoothing: antialiased;
    background-position: center center;
    background-size: cover;
    font-family: "Poppins", sans-serif;
    background-image: url("");
}

html {
    font-size: 62.5%;
}

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 13rem 4rem;
}

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

.LayoutPage .block-container {
    margin-bottom: -1px;
}

.container {
    max-width: 100%;
}
 

@media only screen and (max-width: 1024px) {
    .LayoutPage .section-block,
    .SubPage .LayoutPage .section-block {
        padding: 9rem 2rem;
    }
}

@media only screen and (max-width: 580px) {
    .LayoutPage .section-block,
    .SubPage .LayoutPage .section-block {
        padding: 6rem 2rem;
    }
}


/* ==========================================================================
Knappar & speciella länkar
========================================================================== */

.btn {
    max-width: 50rem;
    width: auto;
    box-sizing: border-box;
    padding: 1.8rem 4rem;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 3px;
    line-height: 1.5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    color: #fff !important;
    background-color: transparent;
    border: 2px solid #fff;
}

.btn:hover {
    border: 2px solid #325bc2;
    color: #325bc2;
}

.btn-white,
.btn-white:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-primary {
    background-color: #bd1922;
    border: 1px solid #bd1922;
    color: #fff !important;
}

.btn-primary:hover {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    border: 1px solid #bd1922;
    color: #bd1922 !important;
}

.btn-secondary,
.btn-secondary:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-wrapper {
    margin-top: 5rem;
}

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

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

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

.arrow-link {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3rem;
    color: #910000;
}

.arrow-link::after {
    content: " \f178";
    opacity: 1;
    transition: all 0.3s ease;
    font-family: "Font Awesome 5 Pro";
    margin-left: 3px;
    font-weight: 400;
}

.arrow-link:hover::after {
    content: " \f178";
    opacity: 1;
    margin-left: 10px;
}

.link-wrapper {
    padding-top: 2rem !important;
}

/* knapp med cirkel */

.btn-wrapper {
    margin-top: 6rem;
}

.btn-wrapper a {
    color: #111;
}

.btn-wrapper a:hover {
    color: #fff;
}

.button {
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
}

.button,
.button::before,
.button::after {
    transition: all 0.3s ease;
}

.button:hover {
    text-decoration: none;
}

.button-circle {
    position: relative;
    margin: auto;
    padding: 18px 35px;
    transition: all 0.2s ease;
}

.button-circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #bd1922;
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}

.button-span {
    position: relative;
    font-size: 1.7rem;
    line-height: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.4rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: "Roboto Condensed", sans-serif;
}

.button-span::after {
    content: "\2192";
    margin-left: 0.5em;
    transition: all 0.3s ease;
}

.button:hover .button-span::after {
    margin-left: 1em;
    transition: all 0.3s ease;
}

.button-circle:hover::before {
    width: 100%;
    background: #bd1922;
}

.button-circle:active {
    transform: scale(0.96);
}

/**bouncing-arrow**/
svg {
    vertical-align: middle;
}

.scroll-down {
    margin-left: 50%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    bottom: 3rem;
    left: -40px;
    color: #fff;
    background-color: transparent;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-down a {
    padding: 15px;
}

.scroll-down.svg svg {
    opacity: 1;
    width: 2.5rem;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.scroll-down.svg .stroke {
    stroke: #fff;
}

.scroll-down.svg .scroller {
    fill: #fff;
    -webkit-animation: updown 2s infinite;
    -moz-animation: updown 2s infinite;
    -o-animation: updown 2s infinite;
    animation: updown 2s infinite;
}
@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-moz-keyframes updown {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -moz-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-o-keyframes updown {
    0% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    100% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p, li {
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 1.9rem;
    line-height: 1.8;
    letter-spacing: normal;
    text-transform: none;
    letter-spacing: 0.05em;
}

a {
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
}

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

.bold {
    font-weight: 800;
}

.blue-text {
    color: #323f51;
}

.red-text {
    color: #bd1922;
}

.light-text {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.text-label {
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.3rem;
    font-size: 1.5rem;
    text-align: left;
    padding-bottom: 3rem;
    text-shadow: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.display-none {
    display: none;
}

.ingress-title {
    text-align: left;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 2.5rem;
}

.linear-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #910000 70%);
}

h1,
h2,
h3 {
    font-family: "Oswald", sans-serif;
}

h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

h1 {
    font-weight: 600;
    font-style: normal;
    color: #fd6b3b;
}

h3 {
    font-style: normal;
    padding-bottom: 1rem;
    color: #bd1922;
    letter-spacing: 0.2rem;
    font-weight: 700;
    font-size: 5rem;
    line-height: 1.3;
    text-transform: none;
    padding-bottom: 2.5rem;
}

h4 {
    font-style: normal;
    color: #333;
    text-transform: none;
    font-weight: 900;
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
}

.smalltext-type {
    max-width: none;
}

.normaltext-type {
    max-width: 100rem;
    margin: 0 auto;
    text-align: center;
}

.small-title{
    font-style: normal;
    padding-bottom: 1rem;
    color: #bd1922;
    letter-spacing: 0.2rem;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.3;
    text-transform: none;
    padding-bottom: 2.5rem;
    margin: auto;
    text-align: center;
}

@media only screen and (max-width: 1080px) {
    h2 {
        font-size: 4rem;
    }
}

/* ==========================================================================
Färger
========================================================================== */

.bg-grey {
    background-color: #444041 !important;
}
.bg-grey * {
    color: #fff;
}

.bg-black {
    background-color: #111 !important;
}
.bg-black * {
    color: #fff;
}

.blue {
    background-color: #405169 !important;
}

.beige {
    background-color: #5e799f !important;
}


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

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

/* Knappar */
.popup-button {
    position: relative;
    width: 5rem;
    height: 5rem;
    background: #bd1922;
    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;
    color: white;
}

.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: 2rem;
    margin: 0 2rem;
    background: white;
    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;
}

@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 {
    width: 50%;
    text-align: left;
    align-items: center;
    justify-items: center;
}

.split-text {
    padding: 10rem;
}

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

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

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

@media only screen and (max-width: 1100px) {
    .split-text {
        padding: 9rem 4rem;
    }
}

@media screen and (max-width: 980px) {
    .split-wrapper.reverse {
        flex-direction: row;
    }

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

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

/* ==========================================================================
Modal startsida: Julhälsning
========================================================================== */
body:not(.EditMode) .section-auto-modal {
    display: none;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    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% - 4rem);
    max-width: 78rem;
    max-height: 75vh;
    padding: 2rem;
    border-radius: 0;
    overflow: hidden;
    background: #bd1922;
    color: black;
    transform: translate(-50%, -50%);
}

.section-auto-modal .section-block-wrapper {
    padding: 4rem;
    border: 1px solid #bd1922;
}

.section-auto-modal .close-modal {
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    font-size: 3rem;
    color: white;
    cursor: pointer;
}

.section-auto-modal .section-title {
    padding-bottom: 1rem;
    color: #333;
    text-align: center !important;
}

.section-auto-modal p {
    color: white;
    text-align: center !important;
}

.section-auto-modal h2 {
    color: white !important;
    text-align: center !important;
}

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

    .section-auto-modal .section-block-wrapper {
        padding: 2rem;
    }
 
    .section-auto-modal .close-modal {
        top: 0;
        right: 1rem;
    }

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

.section-name {
    position: relative;
    max-width: 100vw;
    overflow: hidden;
}

.snowflakes {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
}

.fa-snowflake {
    color: #fff !important;
    position: absolute; 
    top: -20px;
    animation: fall linear forwards;
}
  
@keyframes fall {
    to { transform: translateY(110vh); }
}

/* ==========================================================================
Popup startsida
========================================================================== */
#popupoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0 , 0, 0.75);
    z-index: 1000;
}

#oppningPopup {
	display: none;
	position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
	max-width: 530px;
	max-height: 400px;
    box-sizing: border-box;
	height: 90%;
	overflow:auto;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
	z-index: 1010;
	background-color: #fff;
    outline: 2px solid #bd1922;
    outline-offset: -11px;
}

#oppningPopup .fal {
	color: #000;
}

#oppningPopup .section-block {
	padding: 100px 40px;
}

#oppningPopup .btn {
	box-shadow: none;
}

#oppningPopup h2{
	color: #bd1922 !important;
	font-size: 4.4rem !important; 
	text-align: center !important; 
}

#oppningPopup p {
	color: #000;
    font-size: 1.8rem;
}

#oppningPopupExit {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	color: #000 !important;
}

#oppningPopupExit:hover {
	cursor: pointer;
	color: #000 !important;
}

.EditMode #oppningPopup {
	display: block;
	position: static;
	transform: none;
	-webkit-transform: none;
	margin: 0 auto;
}

@media only screen and (max-width: 414px) {
	#oppningPopup h3{
		font-size: 1.8rem !important; 
	}
	
	#oppningPopup h2{
		font-size: 4rem !important; 
	}
	
	#oppningPopup .button-circle {
  		padding: 1.2rem 1.1rem !important;
	}
}

/* ==========================================================================
Header / Navigation
========================================================================== */

header {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    background-color: transparent;
    box-shadow: none;
    margin-top: 0;
}

header.scrolled {
    background-color: #333;
    border: none !important;
}

header .container {
    padding: 0 20px;
}

header .header-logo {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    width: 21rem;
    position: absolute;
    line-height: 0;
    padding-top: 2rem;
}

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

header.scrolled .header-logo {
    width: 18rem;

    padding: 0rem;
    padding-top: 0.7rem;
}

.EditMode nav.mainmenu {
    display: block;
}

nav.mainmenu ul {
    margin-left: 23rem;
    text-align: left;
}

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

nav.mainmenu a {
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0 1.5rem;
    letter-spacing: 0.4rem;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
}

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

header nav.mainmenu a {
    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 {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    color: #bd1922 !important;
    font-weight: 800;
}

nav.mainmenu .fab {
    color: #fff;
    font-size: 1.7rem;
    vertical-align: middle;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

nav.mainmenu .social {
    padding: 0 5px;
}

nav.mainmenu .facebook-item a:before {
    display: none;
}

nav.mainmenu .fab:hover {
    color: #fecd3f !important;
}

nav.mainmenu .facebook-item a {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 1em;
}

.cta-menu {
    float: right;
    line-height: 8rem;
    transition: all 500ms linear;
    z-index: 11;
    margin-right: 0rem;
}

.cta-menu .btn-primary:hover {
    background-color: #fff;
}

@media only screen and (max-width: 1500px) {
    header .header-logo,
    header.scrolled .header-logo {
        width: 16rem;
        padding: 0rem;
        padding-top: 0.7rem;
    }

    nav.mainmenu ul {
        margin-left: 16rem;
    }

    nav.mainmenu a {
        padding: 0 1rem;
    }
}

/* Mobilmenu med tidig breakpoint */ 
@media only screen and (max-width: 1400px) {
    /* ny nav */

    header {
        height: 72px;
    }

    header .header-logo,
    header.scrolled .header-logo {
        z-index: 101 !important;
        width: 12rem;
        padding-top: 1.6rem;
    }

    .openmenu {
        display: none !important;
    }

    .mainmenu {
        position: fixed;
        top: 0;
        left: 0;
        display: block !important;
        height: 72px !important;
        width: 100% !important;
        background: transparent;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        scrollbar-width: none;
        box-shadow: none !important;
        transition: all 0.5s ease;
    }
    .mainmenu::-webkit-scrollbar {
        width: 0 !important;
    }

    /* nav ej aktiv */
    #close {
        position: fixed;
        top: 25px;
        right: 0px;
        transform: translateY(-25px);
        width: 60px;
        height: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        background-color: transparent;
    }

    header.scrolled {
        background-color: #333;
    }

    #close .bar {
        position: absolute;
        width: 50%;
        height: 2px;
        background-color: #fff;
        transition: all 0.5s ease;
    }

    nav.mainmenu ul {
        margin-left: 0rem;
    }

    #close .bar:first-of-type {
        top: 42%;
    }
    #close .bar:last-of-type {
        top: 58%;
    }

    .Padding {
        display: block !important;
        visibility: hidden;
        margin: 0 !important;
        padding: 120px 0 0 0 !important;
        transition: all 0.5s ease;
    }

    .Padding ul li {
        height: auto !important;
        line-height: unset !important;
        opacity: 0;
        text-align: center;
        -webkit-transition: opacity 0.75s ease;
        -moz-transition: opacity 0.75s ease;
        -o-transition: opacity 0.75s ease;
        transition: opacity 0.75s ease;
    }

    nav.mainmenu a {
        color: #fff !important;
        display: block;
    }

    nav.mainmenu .fab {
        color: #ff6c4c;
    }

    .Padding ul li a {
        color: #fff !important;
        padding: 15px 0 !important;
        margin: 5px 0 !important;
        transition: color 0.25s ease;
        width: 100%;
    }

    /* nav aktiv */
    .mainmenu.active-menu {
        height: 100% !important;
        background-color: #333333;
    }

    .mainmenu.active-menu #close .bar {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .mainmenu.active-menu #close .bar:first-of-type {
        transform: rotate(225deg);
    }
    .mainmenu.active-menu #close .bar:last-of-type {
        transform: rotate(-225deg);
    }

    .mainmenu.active-menu .Padding {
        visibility: visible;
    }

    .mainmenu.active-menu .Padding ul li {
        opacity: 1;
    }

    .mainmenu.active-menu .Padding ul li:nth-child(1) {
        -webkit-transition: opacity 0.5s ease 0.15s;
        -moz-transition: opacity 0.5s ease 0.15s;
        -o-transition: opacity 0.5s ease 0.15s;
        transition: opacity 0.5s ease 0.15s;
    }

    .mainmenu.active-menu .Padding ul li:nth-child(2) {
        -webkit-transition: opacity 0.5s ease 0.2s;
        -moz-transition: opacity 0.5s ease 0.2s;
        -o-transition: opacity 0.5s ease 0.2s;
        transition: opacity 0.5s ease 0.2s;
    }

    .mainmenu.active-menu .Padding ul li:nth-child(3) {
        -webkit-transition: opacity 0.5s ease 0.25s;
        -moz-transition: opacity 0.5s ease 0.25s;
        -o-transition: opacity 0.5s ease 0.25s;
        transition: opacity 0.5s ease 0.25s;
    }

    .mainmenu.active-menu .Padding ul li:nth-child(4) {
        -webkit-transition: opacity 0.5s ease 0.3s;
        -moz-transition: opacity 0.5s ease 0.3s;
        -o-transition: opacity 0.5s ease 0.3s;
        transition: opacity 0.5s ease 0.3s;
    }

    .mainmenu.active-menu .Padding ul li:nth-child(5) {
        -webkit-transition: opacity 0.5s ease 0.35s;
        -moz-transition: opacity 0.5s ease 0.35s;
        -o-transition: opacity 0.5s ease 0.35s;
        transition: opacity 0.5s ease 0.35s;
    }

    .mainmenu.active-menu .Padding ul li:nth-child(6) {
        -webkit-transition: opacity 0.5s ease 0.4s;
        -moz-transition: opacity 0.5s ease 0.4s;
        -o-transition: opacity 0.5s ease 0.4s;
        transition: opacity 0.5s ease 0.4s;
    }

    .closemenu {
        display: none;
        background: url("/assets/images/closemenu-icon-black.png") no-repeat center center;
        width: 50px;
        height: 50px;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 10px;
        background-size: 40px 40px;
    }

    nav.mainmenu {
        text-align: center;
        width: 100%;
        box-shadow: none;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        height: 100%;
        overflow-y: scroll;
        background-color: transparent;
    }

    nav.mainmenu .Padding {
        padding: 40px 0 0 0;
        margin-top: 72px;
    }

    nav.mainmenu ul.TemplateMenu > li {
        height: 60px;
        width: 100%;
    }

    nav.mainmenu a {
        padding: 10px 36px;
        font-size: 22px;
    }

    .SubPage nav.mainmenu .home {
        display: block;
    }

    nav.mainmenu li,
    nav.mainmenu li a {
        font-size: 2rem;
        border-bottom: none;
        margin: 20px 0px;
        color: #fff !important;
        padding-left: 10px;
        font-weight: 400;
    }

    nav.mainmenu li a:hover {
        text-decoration: underline;
        color: #fff !important;
    }

    nav.mainmenu li.li-logo a {
        display: none;
    }

    .cta-menu {
        display: none;
    }
}

@media only screen and (max-width: 580px) {
    header .header-logo a {
        margin-left: 0;
    }
}

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.page-title-wrap {
    background-color: transparent;
    top: 47vh;
    width: 100%;
    max-width: 150rem;
    padding: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}

.page-title-wrap .fas {
    color: #3c3c8c;
    font-size: 3rem;
}

.page-title-innerwrap {
    width: 100%;
    max-width: 111rem;
    text-align: left !important;
    position: relative;
    margin-left: 15rem;
    box-sizing: border-box;
}

.page-title-wrap h1 {
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.4rem;

    text-align: left;
    padding-bottom: 1rem;
    text-shadow: none;

    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 1.7rem;
 
}

.page-title-wrap h2 {
    font-style: normal;
    text-transform: none;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 0.5rem;
    font-weight: 300;
    font-size: 10rem;
    text-align: left;
    padding-bottom: 4rem;
    text-shadow: none;
}

.page-title-wrap p {
    text-align: left;
    padding-bottom: 3rem;
    color: #fff;
    max-width: 90rem;
}

.usp-decoration {
    font-weight: 600;
}

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

.page-title-wrap .btn-wrapper {
    text-align: left;
}

@media only screen and (max-width: 1470px) {
    .page-title-wrap {
        top: 44vh;
    }

    .page-title-wrap h2 {
        font-size: 9rem;
    }

    .page-title-wrap p {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 1280px) {
    .page-title-wrap h2 {
        font-size: 8rem;
        max-width: none;
    }

    .page-title-wrap {
        top: 44vh;
        max-width: 88rem;
    }

    .page-title-innerwrap {
        margin-left: 0rem;
    }
}

@media only screen and (max-width: 1050px) {
    .page-title-wrap h2 {
        font-size: 7rem;
        padding-bottom: 3rem;
    }

    .page-title-wrap {
        top: 45vh;
        left: 56%;
    }
    .page-title-wrap p {
        padding-bottom: 2rem;
        max-width: 70rem;
    }
}

@media only screen and (max-width: 850px) {
    .page-title-wrap {
        padding-left: 3vh;
        top: 38vh;
        max-width: 56rem;
    }

    .page-title-wrap p {
        max-width: 50rem;
    }

    .page-title-wrap p {
        line-height: 1.5;
        max-width: 40rem;
    }

    .page-title-wrap h2 {
        font-size: 7.4rem;
        line-height: 1.3;
    }
}


@media only screen and (max-width: 480px) {
    .page-title-wrap p {
        max-width: 30rem;
    }

    .page-title-wrap {
        padding-left: 0vh;
        top: 28vh;
        width: 80% !important;
   
    }

    .page-title-wrap h2 {
        line-height: 1.3;
        font-size: 4.6rem;
    }
}

@media only screen and (max-width: 380px) {
    .page-title-wrap {
        top: 24vh;
        left: 47%;
    }
    .page-title-wrap h2 {
        font-size: 4rem;
    }
    
    .page-title-wrap h1 {
	    padding-bottom: 1rem;
    }
}

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

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

.about * {
    text-align: left;
    color: #fff;
}

.about p.bold {
    padding-top: 2rem;
}

.about .introblock .imgwrap img {
    object-position: 1% center;
}

.introblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding-bottom: 7rem;
    -webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.1);
    background-color: #bd1922;
}

.introblock .imgwrap {
    width: 40%;
    height: 83rem;
    background: #aaa;
    margin-top: -5rem;
    -webkit-transform: translateX(5rem);
    -ms-transform: translateX(5rem);
    transform: translateX(5rem);
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.1);
}

.introblock .content {
    width: 50%;
    padding: 12rem;
    padding-right: 3rem;
    padding-top: 18rem;
}

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

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .introblock .imgwrap img {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: unset;
        left: unset;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .introblock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .introblock .content {
        width: 100%;
        padding: 7rem 7rem;
    }

    .introblock .imgwrap {
        margin-top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: calc(100% - 6rem);
        margin: auto;
        height: 50rem;
    }
}

@media only screen and (max-width: 1024px) {
    .about .section-block {
        padding: 10rem 0rem;
        padding-top: 0rem;
    }
}

@media only screen and (max-width: 480px) {
    .introblock {
        padding-bottom: 0;
    }
}


/* Besiktningar 
========================================================================== */

.inspection .section-wrapper {
    background-color: #f8f8f8;
}

.inspection .section-block {
    max-width: 120rem;
    margin: 0 auto;
}

.inspection .service-box * {
    color: #fff;
    text-align: center;
}

.services-wrap {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.service-box {
    width: 52%;
    margin: 3%;
    text-align: center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
    background-color: #bd1922;
}

.service-icon {
    padding: 0 2rem 2rem;
    display: flex;
    font-size: 2rem;
    justify-content: center;
}

.inspection .far {
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    font-size: 7rem;
    font-weight: 300;
    color: #bd1922;
}

p {
    padding-bottom: 2rem;
    text-align: center;
}

h4 {
    text-align: center;
}

.circle-wrapper {
    position: relative;
    height: 15rem;
    width: 15rem;
    margin: 1rem;
    margin-top: 3rem;
    background-color: #fff;
    border-radius: 50%;
}

.service-text {
    padding: 1.5rem 4rem 3rem 4rem;
}

.service-box img {
    width: auto;
    height: 10rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
}

.highlight {
    background-color: #e6e6e6;
    color: #fff;
    max-width: 20rem;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 1050px) {
    .service-text {
        padding: 1.5rem 4rem 3rem 2rem;
    }

    .services-wrap {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1100px) {
    .service-box {
        width: 100%;
        padding-bottom: 2rem;
    }
}

@media only screen and (max-width: 480px) {
    .LayoutPage .section-block {
        overflow: hidden;
    }

    .introblock .content {
        padding: 3rem;
        padding-top: 7rem;
    }

    .introblock .imgwrap {
        width: calc(100% - 0rem);
    }

    h3 {
        font-size: 4rem;
    }

    p.info {
        padding: 4rem;
        padding-top: 0rem;
    }

    .section-block {
        padding: 6rem 0rem;
    }

    .service-box {
        margin: 0%;
        margin-bottom: 11%;
    }

    .service-box .service-text {
        padding: 2rem;
    }

    .btn-wrapper {
        margin-top: 0;
        width: 80%;
        margin: 0 auto;
    }

    #parallax,
    #parallax .section-block {
        height: 40rem !important;
    }
}

/* Tjanster, Services
========================================================================== */

.about .tjanster-box {
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-top: 10rem;
}

.services .tjanster-text {
    padding: 4rem;
    width: 100%;
}

.tjanster-wrap {
    padding-top: 7rem !important;
    font-size: 0;
}

.tjanster-box {
    width: 30.33%;
    display: inline-block;
    vertical-align: top;
    margin: 1.5%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.tjanster-box * {
    color: #fff;
    text-align: left;
}

.tjanster-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.tjanster-img 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) {
    .tjanster-img img {
        position: relative;
        transform: none;
        top: unset;
        left: unset;

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

.tjanster-text.red {
    background-color: #bd1922;
}

.tjanster-text.red2 {
    background-color: #942028;
}

.tjanster-text.red3 {
    background-color: #bd1922;
}

.service-box.red2 {
    background-color: #942028;
}

.tjanster-text p {
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 1px;
    padding-bottom: 2rem;
}

.tjanster-text hr {
    border: 1px solid rgba(204, 204, 204, 0.62);
}

.tjanster-text h4 {
    padding-bottom: 1rem;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
    .tjanster-text h4 {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 1100px) {
    .tjanster-box {
        width: 96%;
        margin-bottom: 7%;
        justify-content: center;
        background-color: #f8f8f8;
        display: block;
    }
    .tjanster-box:nth-child(2) {
        margin-top: 0rem;
    }
    .sub-services .tjanster-box {
        display: flex;
    }
    .sub-services .tjanster-text {
        width: 50rem;
    }
    .sub-inspection .text-label {
        padding-top: 0rem;
    }

    .tjanster-text h4 {
        font-size: 2rem;
    }
    .tjanster-text {
        padding: 4rem;
    }

    .tjanster-img {
        display: flex;
        align-items: center;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .services .section-block {
        padding: 6rem 0rem;
    }

    .tjanster-box {
        margin: 0;
        width: 100%;
        margin-bottom: 14%;
    }
}

@media only screen and (max-width: 380px) {
    .service-text h4 {
        font-size: 2rem;
    }

    h3 {
        font-size: 3rem;
    }

    .inspection p.info {
        text-align: left;
    }

    .services h3 {
        padding: 2rem;
    }
    
      .sub-about .text-label {
        padding-top: 4rem;
    }

}

/* Parallax
========================================================================== */
#parallax {
    background-image: url("/assets/images/hdmotor-parallax.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 50rem;
}

#parallax .section-block {
    height: 50rem;
}

@media only screen and (hover: none) {
    *,
    *::before,
    *::after {
        background-attachment: scroll !important;
        background-position: center center;
    }
}

.sub-about #parallax {
    background-image: url("/assets/images/hdmotor-parallax-2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 50rem;
}

#parallax .section-block {
    height: 50rem;
}

/* Karta
========================================================================== */
#karta {
    font-size: 0;
}

/* Certifieringar
========================================================================== */

/* Paddings */
.p-2 .section-block,
.p-2:not(.section-wrapper) {
    padding: 2rem;
}

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

.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* Bredder */
.cards-wrapper.w-25 .card-item {
    width: calc((100% / 4) - 2rem);
    margin: 1rem;
}

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

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

/* Card 3-1 */
.card-3-1 .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-3-1 .image-wrapper img {
    height: 100%;
    max-height: 20rem;
}

.card-3-1 .card-item p {
    padding-bottom: 0;
}

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

.mb-3 {
    margin-bottom: 3rem;
}

/* ==========================================================================
Undersidor
========================================================================== */

/* Top intro
========================================================================== */
.SubPage .top-section {
    height: 30vh;
}

.SubPage .page-title-wrap {
    display: none;
}

.LayoutPage .top-intro {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 50%, #FFF 50%);
}

.LayoutPage .top-intro .section-block {
    padding: 0;
}

.subpage-title-wrap {
    max-width: 80rem;
    margin: 0 auto;
    padding: 4rem;
    background-color: #bd1922;
}

.top-intro h1 {
    padding-bottom: 1rem;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 5rem;
    line-height: 1.3;
    letter-spacing: 0.2rem;
    text-align: center;
}

.top-intro p {
    color: #fff;
    font-weight: 500;
}

@media only screen and (max-width: 850px) {
    .SubPage .top-section {
        height: 45vh;
    }
    .subpage-title-wrap {
        padding: 2rem;
    }

    .top-intro h1 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 440px) {
    .top-intro h1 {
        font-size: 2.5rem;
    }
}

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

.sub-about .introblock * {
    color: #fff;
    text-align: left;
}

.sub-about p {
    padding-bottom: 1rem;
}

.sub-about p.bold {
    padding-top: 2.5rem;
    font-size: 2.5rem;
    padding-bottom: 0.5rem;
}

.sub-about .fal {
    font-size: 7rem;
    padding: 2rem;
    color: #333;
}

@media only screen and (max-width: 1050px) {
    .SubPage .intro .section-block {
        padding: 5rem 0rem;
    }
    
    .sub-about p.intro {
        padding: 0rem 7rem;
    }
}

@media only screen and (max-width: 580px) {
    .sub-about p.intro {
        padding: 3rem !important;
    }

    .sub-about .fal {
        display: flex;
        justify-content: center;
        padding: 0rem;
    }
}

/* ==========================================================================
Undersida: Våra tjänster
========================================================================== */
.sub-services .tjanster-box {
    display: flex;
    width: 98%;
    background-color: #bd1922;
    margin-bottom: 5%;
    justify-content: space-between;
}

.sub-services .tjanster-box:nth-child(2) {
    background-color: #942028;
}

.sub-services h4 {
    font-size: 4rem;
}

.sub-services .tjanster-text p {
    font-size: 2.2rem;
}

/* Gemnsamma quries för subpags som använder tjanster-box "cards"
========================================================================== */
@media only screen and (max-width: 780px) {
    .SubPage .tjanster-box {
        display: block;
        margin-bottom: 4%;
        width: 97%;
    }

    .SubPage .tjanster-img {
        width: 100%;
        display: block;
    }

    .SubPage .tjanster-text {
        padding: 4rem;
        width: 100% !important;
    }
    
    .SubPage .tjanster-box p, 
    .SubPage .tjanster-box h4 {
	    text-align: center;
    }
    
    .sub-inspection .circle-wrapper {
	    margin: 0 auto;
	    
    }
    
    .sub-about .col-0:first-of-type {
    padding-top: 5rem;
    }
}

@media only screen and (max-width: 580px) {
    .SubPage .tjanster-text {
        padding: 1.5rem 4rem 3rem 4rem;
    }

    .SubPage .tjanster-box {
        width: 100%;
        margin-bottom: 8%;
    }

    .SubPage h4 {
        padding-top: 2rem;
        font-size: 3rem;
    }

    .SubPage .tjanster-text p {
        font-size: 1.9rem !important;
    }
}

@media only screen and (max-width: 380px) {
    .SubPage .service-text {
        padding: 1.5rem 3rem 3rem 3rem;
    }  
}

/* Image gallery besiktningar */ 
.header-image-gallery {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 5rem;
}

.header-image {
    width: calc((100% - 24rem) / 4);
}

.header-image:nth-of-type(odd) {
    top: -10rem;
    position: relative;
}

@media only screen and (max-width: 1300px) {
    .header-image {
        width: calc((100% - 15rem) / 4);
    }
   
}

@media only screen and (max-width: 1024px) {
    .header-image {
        width: calc((100% - 6rem) / 4);
    }
    .header-image-gallery {
        margin-top: 0rem;
    }
}

@media only screen and (max-width: 768px) {
    .header-image-gallery {
        flex-wrap: wrap;
    }

    .header-image {
        width: calc((100% - 2rem) / 2);
        margin-bottom: 2rem;
    }

    .header-image:nth-of-type(odd) {
        top: -5rem;
        position: relative;
    }

   
    .sub-services .tjanster-sub .section-block {
        padding-top: 10rem;
    }
}

/* ==========================================================================
Undersida: Besiktningar
========================================================================== */
.tjanster-text {
    align-self: center;
    padding: 5rem;
    width: 50%;
}

.sub-inspection .tjanster-box {
    display: flex;
    width: 98%;
    margin-bottom: 5%;
    justify-content: space-between;
    background-color: #fff;
}

.sub-inspection .tjanster-box * {
    color: #333;
}

.sub-inspection .tjanster-box:nth-child(2) {
    background-color: #fff;
}

.sub-inspection .circle-wrapper {
    position: relative;
    height: 15rem;
    width: 15rem;
    margin: 1rem;
    margin-top: 3rem;
    background-color: #bd1822;
    border-radius: 50%;
}

.sub-inspection .far {
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    font-size: 7rem;
    font-weight: 300;
    color: #fff;
}

.sub-inspection h4 {
    padding-top: 2rem;
}

@media only screen and (max-width: 780px) {
    .sub-inspection .tjanster-box {
        flex-wrap:wrap;
    }

    .sub-inspection .tjanster-box:first-of-type {
        flex-direction: column-reverse;
    }

    .sub-inspection .circle-wrapper {
        margin:0 auto;
    }
}

/* ==========================================================================
Undersida: Besiktningar > Verkstadsbesiktningar
========================================================================== */
.LayoutPage .section-skadebesiktning .layout-12 .col-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
    padding: 0 6rem !important;
}

.LayoutPage .section-skadebesiktning .layout-12 .col-1,
.LayoutPage .section-skadebesiktning .layout-12 .col-2 {
    padding: 2rem 6rem !important;
}

.section-skadebesiktning * {
    text-align: left!important;
}

@media only screen and (max-width: 1180px) {
    .LayoutPage .section-skadebesiktning .layout-12 .col-0,
    .LayoutPage .section-skadebesiktning .layout-12 .col-1,
    .LayoutPage .section-skadebesiktning .layout-12 .col-2 {
        width: 100% !important;
        padding: 2rem !important;
    }

    .section-skadebesiktning h2 {
        font-size: 3rem !important;
    }
}

/* ==========================================================================
Undersida: Besiktningar > Fotobesiktning
========================================================================== */
.section-foto .col-0,
.section-foto .col-1{
	padding: 2rem 6rem !important; 
}

.section-foto p,
.section-foto li{
	text-align: left !important; 
}

.section-foto li{
	padding-bottom: 1rem; 
}

@media only screen and (max-width: 1180px) {
	.LayoutPage .section-foto .col-0,
	.LayoutPage .section-foto .col-1{
		width: 100% !important; 
		padding: 1rem !important; 
	}
	
	.section-foto h2{
		font-size: 3rem !important; 
	}
}


/* =========================================================================
Undersida: Skadeverkstad - Frågor och svar
========================================================================== */

/* FAQ
========================================================================== */
.section-faq .split-content {
    padding: 0 4rem; 
}

/* Pilen */
.crc-chevron {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1rem;
    max-width: 10%;
}

.fa-chevron-down {
    color: #333;
    font-size: 2rem;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    -o-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    float: right;
    cursor: pointer;
    padding:1.5rem;
}

/* Title */
.acc-head {
    width: 100%;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 1.5rem 2rem;
    cursor: pointer;
	border-bottom: 1px solid #bd1922;
 }

 .accordion-title {
     display: flex;
     align-items: center;
     text-transform: none;
     padding-bottom: 0;
     font-weight: 700;
     max-width: 52rem;
     font-size: 1.6rem;
     color: #333;
 }

/* Content */
.acc-body {
    display: none;
    width: 100%;
    padding: 1.5rem;
    margin: 0 0 0 .8rem;
	color: #333;
}

.acc-body p {
    text-align: left;
}

.acc-body ul {
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    .section-faq .split-content {
        width: 100%;
        padding: 0;
    }
}

/* ==========================================================================
Undersida för kontakt
========================================================================== */
.sub-contact .section-block-wrapper {
    max-width: none;
}

.sub-contact .section-block {
    padding: 5rem 0rem !important;
}

.sub-contact .contact-wrapper {
    display: flex;
    margin-top: 4rem;
    justify-content: center;
    padding: 5rem;
    flex-wrap: wrap;
    /*     background-color: #bd1922; */
}

.sub-contact .contact-wrap {
    width: 29%;
    margin: 2%;
    text-align: center;
    transition: 0.2s ease-in-out;
}

.sub-contact .contact-wrap p {
    padding-top: 0;
}

.sub-contact .contact-text {
    padding: 0 3rem;
}

.sub-contact .contact-wrap a:hover {
    color: #333;
   font-weight: 600;
}

.sub-contact .contact-icon {
    display: flex;
    margin-bottom: 2rem;
    justify-content: center;
}

.sub-contact .contact-wrap .far,
.sub-contact .contact-wrap .fas {
    color: #bd1922;
    font-size: 7rem;
    padding-bottom: 1rem;
}

.sub-contact .contact-text * {
    text-align: center;
    color: #333;
}

.sub-contact .contact-wrap a {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.4em;
    text-transform: none;
    font-size: 2rem;
    color: #333;
}

.sub-contact .contact-text h4 {
    font-size: 2rem;
}

@media only screen and (max-width: 800px) {
    .sub-contact .contact-wrap {
        width: 100%;
        padding-bottom: 3rem;
    }
    .sub-contact .section-block {
        padding-bottom: 0rem !important;
    }
}

@media only screen and (max-width: 580px) {
    .SubPage .contacts .section-block {
        padding-top: 4rem;
    }
}

.sub-contact .map {
    font-size: 0;
}

/* =========================================================================
Footer
========================================================================== */
.footer {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0;
    text-align: left !important;
}

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

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

.footer .fas {
    color: #bd1922;
    padding-right: 1rem;
}

.footer p,
.footer a,
.footer li {
    font-size: 1.6rem;
    padding: 0;
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 4px;
    color: #5c5a5a;
    text-decoration: none !important;
    letter-spacing: 0.012em;
}

.footer h3 {
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
    font-weight: 600;
    padding-top: 0;
    letter-spacing: 0.012em;
    color: #bd1922;
    font-style: normal;
}

.footer a {
    display: inline-block;
}

.footer a:hover {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    color: #910000;
    cursor: pointer;
}

.footer .footer-top {
    max-width: 140rem;
    padding: 7rem 4rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: -1rem;
}

.footer .social-media {
    padding-top: 3rem;
    color: #333;
    display: flex;
    justify-content: center;
}

.footer .social-media .fab:hover {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    color: #bd1922 !important;
    cursor: pointer;
}

.footer .social-media .fab {
    vertical-align: sub;
    color: #bd1922;
    font-size: 2.2rem;
}

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

.footer-col-top {
    width: 25%;
}

.email {
    word-break: break-all;
}

.footer-col-top:first-child {
    width: 20% !important;
    align-self: left;
}

.footer-col-top:nth-child(2) {
    width: 30%;
    padding-right: 6rem;
}

.footer-col-top h2 {
    padding-bottom: 0;
    font-size: 3.5rem;
    font-weight: 600;
}

.footer img {
    width: 25rem;
    height: auto;
}

.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 {
    background-color: #bd1922;
    text-align: center;
    width: 100%;
    padding: 2.5rem 0 2rem 0;
}

.footer-col-bottom * {
    text-align: center !important;
    color: #fff;
}

.footer-col-bottom p {
    color: #fff;
}

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

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
    filter: invert();
}
a.webbess-stamp {
    color: white;
}
@media only screen and (max-width: 1300px) {
    .footer h2 {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 1270px) {
    .footer h2 {
        font-size: 3rem;
    }

    .footer img {
        width: 15rem;
    }

    .footer-col-top {
        width: 20%;
    }
    .webbess-stamp img {
        width: 3rem;
        
    }
}

@media only screen and (max-width: 980px) {
    .footer .footer-bottom {
        min-height: auto;
    }

    .footer-col-top:first-child {
        width: 100% !important;
        align-self: left;
    }

    .footer-col-top {
        width: 100% !important;
        max-width: 50rem;
        margin: 0 auto 3rem;
    }

    .footer-col-top:nth-child(2) {
        padding-right: 0rem;
    }

    .footer-col-bottom {
        width: 100%;
        margin: 10px 0;
    }

    .footer *,
    .footer-col-bottom:last-child p {
        text-align: center !important;
    }

    .footer h3 {
        padding-bottom: 1.5rem;
    }
}

.footer-col-top:first-child {
    width: 25%;
}
.footer-col-top h2 {
    font-size: 3.2rem;
    color: #333;
}
.footer-col-top:nth-child(2) {
    width: 30%;
}
.footer-col-top {
    width: 20%;
}
