/*
Theme Name: BMA Säkerhet
Theme URI: http://jonssonweb.se/
Author: Jonas Jonsson, Jonssonweb
Author URI: http://jonssonweb.se/
Description: Kundanpassat tema
Version: 1.0
License: Copyright Jonas Jonsson 2021. All rights reserved.
License URI: Copyright Jonas Jonsson 2021. All rights reserved.
Tags: Kundanpassat tema
Text Domain: Kundanpassat tema
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

*[id] {
    scroll-margin-top: 310px;
    /* Justera till din offset */
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    background: #FFF;
    color: #000;
    overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h4 a,
h5 {
    font-family: "Poppins", serif;
    font-weight: 600;
    line-height: 130%;
}

a {
    color: #087b87;
    text-decoration: none !important;
}

a:hover {
    color: #000;
    text-decoration: none !important;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 500;
}

h3 {
    font-size: 39px;
    font-weight: 500;
}

h4 {
    font-size: 30px;
    font-weight: 500;
}

h5 {
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    color: #F18800;
}

h6 {
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
}

#content,
#header,
#footer,
#nav {
    width: 1212px;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

#content-inner,
#header-inner,
#footer-inner,
#nav-inner {
    width: 1235px;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

#header-widgets {
    /* float: right; */
    margin-top: 60px;
}

#header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.97);
    width: 100%;

}

/*
	FOOTER:
*/
#footer-container {
    background-color: #91d3c8;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: "Poppins", Serif;
}

#footer {}

/**
    MENY:
**/

.menu-main-menu-container {
    display: inline-block;
    float: right;
}

.menu-main-menu-container>ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu-main-menu-container>ul>li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.menu-main-menu-container>ul>li>a {
    display: inline-block;
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
}

/*
	HEADER:
*/
#header-inner {
    padding: 28px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header-inner #logo img {
    width: 150px;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.color-white,
.color-white p,
.color-white h5 {
    color: #FFF !important;
}

.gridbox>.vc_column-inner {
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 25px;
    display: block;
    box-sizing: border-box;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    height: 300px;
    transition: background-color 0.5s ease;
}

.gridbox>.vc_column-inner>.wpb_wrapper>div.wpb_text_column:nth-child(2) {
    display: none;
}

.gridbox>.vc_column-inner:hover {
    background: #EF8702;
}

.wpb_text_column.wpb_content_element.nummerbox p {
    font-size: 100px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    border: 8px solid #EF8702;
    width: auto !important;
    padding-left: 15px;
    padding-right: 20px;
    margin-left: 30px;
    font-weight: 600;
}

.quote p {
    font-family: "Montserrat";
    font-size: 160px;
    line-height: 100px;
    display: block;
    margin-bottom: -30px !important;
}

/**
 *  ACCORDION:
**/
.vc_tta-panel i.vc_tta-controls-icon {
    display: none !important;
}

.vc_tta-panel h4 {
    background: center left no-repeat url("/wp-content/uploads/2021/04/plus.png");
    background-position-y: 17px;
}

.vc_tta-panel.vc_active h4 {
    background: center left no-repeat url("/wp-content/uploads/2021/04/minus.png");
    background-position-y: 16px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: none !important;
    border: none;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: none !important;
    border: none;
}

.vc_tta.vc_general .vc_tta-panel-title>a {
    background: none !important;
    border: none;
    padding-left: 30px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.vc_tta-panel.vc_active .vc_tta-panel-title>a {
    font-weight: 600 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background: none !important;
    border: none;
    border-bottom: 2px solid #E7EBEC;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.mailruta>.wpb_wrapper {
    border-left: 1px solid #E3E4E6;
    border-right: 1px solid #E3E4E6;
    border-top: 1px solid #E3E4E6;
    border-bottom: 3px solid #F38603;
    padding: 30px 30px;
}

a:hover {
    color: #F38603;
}

#wprmenu_bar span.wpr-logo-wrap img {
    margin-top: -10px;
    margin-left: 10px;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 0px;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 16px;
}

textarea {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 0px;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 16px;
    height: 150px;
    margin-top: 15px;
}

input[type="submit"] {
    border: 1px solid #FFF;
    background: none;
    color: #FFF;
    padding: 7px 20px;
    border-radius: 5px;
    letter-spacing: 0.050em;
    margin-top: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
}

.wpcf7-not-valid-tip {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 13px;
    border-radius: 0px 0px 15px 5px;
    left: 0px;
    margin-top: -20px;
    float: left;
    margin-top: -14px;
    font-size: 12px;
    letter-spacing: 0.050em;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 7px;
}

.wpcf7-not-valid {
    border: 1px dashed red !important;
}

/* .adressbox {
    display: block;
    margin: 0 auto;
    width: 260px;
} */

div.wprm-wrapper {
    overflow: hidden;
}

.wpcf7 .ajax-loader {
    position: absolute;
    margin-top: 22px;
}




@media (max-width: 1080px) {}

@media only screen and (max-width: 1000px) {
    #wprmenu_bar span.wpr-logo-wrap.menu-elements a img {
        width: auto;
        height: 30px;
        margin-top: -20px;
    }

    *[id] {
        scroll-margin-top: 20px;
        /* Justera till din offset */
    }
}

@media (max-width: 992px) {

    .gridbox>.vc_column-inner {
        height: 400px;
    }

    .hidden-phone {
        display: none;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 600;
    }

    h3 {
        font-size: 30px;
        font-weight: 600;
    }

    h4 {
        font-size: 24px;
        font-weight: 600;
    }

    h5 {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #F18800;
    }

    h6 {
        font-size: 16px;
        font-weight: 300;
        line-height: 140%;
    }
}

@media (max-width: 768px) {
    .hidden-phone {
        display: none;
    }

    .gridbox>.vc_column-inner {
        height: auto;
        min-height: 300px;
    }
}