body {
    background-color: #F7F7F7;
    font-size: 16px;
    line-height: 1.6;
}

header#site-header {
    background: white;
    padding-block: 0;
    padding: 20px;
}

.header-inner {
    background: white;
    padding: 20px;
}

body:not(.elementor-page) .site-main {
    background: #ffffff;
    padding: 30px;
}

.wps-white {
    padding: 40px 20px;
    background: #ffffff;
}

.page-content .elementor-element.e-parent>.e-con-inner {
    padding-block-start: 0;
    padding-block-end: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block: 0;
    padding-block: 10px;
}


footer#site-footer {
    padding-block: 0;
}

footer .site-navigation ul.menu a {
    padding: 0 10px;
    color: #b4b4b4;
    position: relative;
}

footer .site-navigation ul.menu a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.7em;
    background-color: #b4b4b4;
}

footer .site-navigation {
    align-items: center;
    display: flex;
    margin-left: 14px;
}

.site-footer .footer-inner {
    flex-direction: column;
    font-size: .8rem;
    font-weight: 600;
    background-color: #1B1B1B;
    padding: 40px 100px;
    color: #B4B4B4;
}

.site-footer .footer-high {
    flex: 1;
    display: flex;
}

.site-footer .footer-low {
    display: flex;
    flex-direction: row;
    flex: 3;
    align-items: center;
    justify-content: flex-end;
}

.vertical-separator {
    position: relative;
    padding-left: 20px;
}

.vertical-separator::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 2rem;
    background-color: #FCC012;
}

/* icons etc. */
.wps-icon-list .elementor-icon {
    /* padding-left: 16px; */
    padding-top: 12px;
    padding-bottom: 5px;
    /*     width: 60px; */
}

.elementor-element.wps-icon-list {
    min-width: 50px !important;
}

/* Elementor addon swiper*/
div.swiper-horizontal {
    overflow: hidden;
}

.swiper-slide {
    opacity: 0;
}

.swiper-backface-hidden .swiper-slide {
    display: flex;
    align-items: center;
}

.swiper-slide.swiper-slide-active {
    background: white;
    border-radius: 5px;
    /* border: 1px solid black; */
    box-shadow: 5px 5px 10px #0000002b;
    opacity: 1;
    display: flex;
    align-items: center;
}

/* Gult citattecken före blockquote */
.elementor-widget-text-editor blockquote {
    position: relative;
    padding-left: 2.25rem;
}

.elementor-widget-text-editor blockquote::before {
    content: "“";
    position: absolute;
    left: 0;
    top: -0.25rem;
    font-size: 3rem;
    line-height: 1;
    color: #f2c200;
}

.full-width-buttons .elementor-widget-button a{
    width: 100%;
}

@media (max-width: 767px) {
    .site-footer .footer-inner {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .site-footer .footer-high,
    .site-footer .footer-low {
        flex-direction: column;
        align-items: center;
    }

    .site-footer .footer-low {
        justify-content: center;
        margin-top: 20px;
    }
}