/*
 Theme Name:     M2 assetmanagement
 Theme URI:      https://www.m2assetmanagement.se
 Description:    M2 asset management theme
 Author:         Levels
 Author URI:     https://www.lvls.se
 Template:       Divi
 Version:        1.0.0
*/

body {
        max-width: 100vw;
    overflow-x: hidden;
}
.m2-hero-section h2 {
    font-weight: 600 !important;
}

a {
    color: #FF5B51;
    font-weight: bold;
    text-decoration: none;
        -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

a:hover {
    color: #000;
}

/*
*****
MENU 
*****
*/

.home.nav li.et-touch-hover>ul,.home .nav li:hover>ul {
    visibility: visible;
    opacity: 0;
}

.home #page-container {
    margin-top: -80px !important;
}

.home #et-secondary-nav .menu-item-has-children>a:first-child:after,.home #top-menu .menu-item-has-children>a:first-child:after {
    content: "";
}

#page-container {
    margin-top: -1px;
    
}


#logo {
    max-width: 260px;
}
#main-header {
    background-color: transparent;
    box-shadow: none;
}

ul.sub-menu {
    display: none;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, 
#top-menu .menu-item-has-children>a:first-child:after {
    display: none;   
}


.et-fixed-header {
    background-color: #363942 !important;
}

#et_top_search {
    display: none;
}

.nav li {
    position: initial;
    line-height: 1em;
}

.nav li ul {
    position: absolute;
    padding: 0px !important;
}

.nav li ul {
    visibility: hidden;
    z-index: 9999;
    width: 110vw;
    border-top: none;
    opacity: 0;
    padding-left: 10%;
    left: -20%;
    background: rgba(54, 57, 66, 0.75);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
#top-menu li li {
    margin: auto;
    padding: 0 20px;
    text-align: center;
    width: 20%;
}

#top-menu li li a {
    width: auto;
    padding: 2px 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
        -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;  
}

#top-menu li li a:hover {
    color: rgba(255, 255, 255, 1);  
}

.sub-menu li.current-menu-item>a {
    color: #fff !important;
}

#top-menu a {
    display: block;
    position: relative;
    color: #fff;
}


/**SECOND MENY **/
#main-header.et-fixed-header {
    box-shadow: 0px 2px #00000050;
}

.et-fixed-header-period {
    position: fixed;
    background-color: #363942 !important;
    box-shadow: 0px 2px #00000038;
}


#m2-second-menu {
    position: fixed;
    top: auto;
    z-index: 999;
    width: 100%;
    text-align: center;
    background-color: #000;
    height: 36px;
    background-color: rgba(54, 57, 66, 0.95);
    box-shadow: 0px 2px #00000038;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul {
    padding: 4px 0 0!important;
    line-height: 1.7em;
}

.fullwidth-menu li {
    display: inline-block;
    padding-right: 13%;
}

.fullwidth-menu a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    color: rgba(255, 255, 255, 0.50);
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.fullwidth-menu .current-menu-item a {
    color: #fff !important;
}



/*
.mobile_menu_bar:before {
    display: block;
    border: 0;
    width: 40px;
    height: 25px;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9999;
}

.mobile_menu_bar:focus {
    outline: 1px dotted #E0AE19;    
}

.show_menu .mobile_menu_bar:focus {
    outline: none;  
}

.mobile_menu_bar .text {
    display: block;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;   
}

.mobile_menu_bar .bar,
.mobile_menu_bar .bar:before,
.mobile_menu_bar .bar:after {
    display: block;
    position: absolute;
    width: 40px;
    height: 5px;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile_menu_bar .bar {
    top: 10px;
    left: 0;    
}
    
.mobile_menu_bar .bar:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
}

.mobile_menu_bar .bar:after {
    position: absolute;
    content: '';
    top: -10px; 
    left: 0;
}

.show .mobile_menu_bar .bar {
    background-color: transparent;  
}

.show .mobile_menu_bar .bar:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);   
}

.show .mobile_menu_bar .bar:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);  
}

.overlay {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: fixed; 
  top: 0;
  left: 0;
  transition: width 0.3s ease-in;
  background-color: #fff;
  z-index: 8888;
}

.show .overlay {
  width: 100%;
  height: 100%;
  positiion: fixed;
  
}

nav ul {
  list-style-type: none;
  position: relative;
  top: 50px;
  left: 50px;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.3s 0.2s ease-out;
}

.show nav ul {
  opacity: 1;
  transform: translateX(0);
}

nav a {
  display: block;
  width: 200px;
  line-height: 42px;
  text-decoration: none;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

/*
*****
START PAGE
*****
*/

p {
    line-height: 1.4;
    font-family: 'Circular Std Book', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;

}

h2 {
    font-size: 1.75em;
    padding-bottom: 16px;
    font-weight: bold;
}
/*
Hero sektion: 
*/

.m2-arrow-hero {
    padding: 20px;
}

 .m2a-hero-300 {
    display: table-cell;
    vertical-align: middle;
    height: 300px !important;
    width: 100vw;
}

 .m2a-hero-400 {
    display: table-cell;
    vertical-align: middle;
    height: 400px !important;
    width: 100vw;
}

 .m2-hero-section {
	display: table-cell;
	vertical-align: middle;
	height: 550px;
	width: 100vw;
}

.m2-hero-section.startpage {
    height: 700px;
}

.m2-hero-section h2, .m2a-hero-300 h2 {
	font-size: 70px;
	color: #ffffff;
}

.hero-content-text {
    font-size: 18px;
    color: #fff;
	width: 80%;
    font-weight: 500;
    position: relative;
}

/*.hero-content-text:before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #FF5B51;
    position: absolute;
    left: 0px;
    top: 10px;
}*/

.filter:after {
    background-color: rgba(0, 0, 0, 0.45);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* line */ 

.m2-arrow-hero {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}

.m2-arrow-hero .et_pb_row_1 {
    padding: 0 !important;
}

.c-scrolldown {
    width: 2px;
    height: 100px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

    .c-line {
        width: 100%;
        height: 100%;
        display: block;
        background: linear-gradient(to bottom, #FF5B51 50%, rgba(255, 255, 255, 0) 50%);
        background-position: 0px 100px ;
        background-size: 100% 200%;
        animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
    }

@keyframes scrolldown {
    0%{
        background-position: 0 -100px;
    }
    75% {
        background-position: 0 0;
    }
    100%{
        background-position: 0 100px;
    }
}
/* 
PRESS SECTION
*/
.pressmeddelande-section h2,
.prospekt-section h2, 
.finansiellarapporter-section h2,
.leikod h2 {
    padding-top: 40px;
}
#m2_press_all, #m2_press_regulatoriska, #m2_press_other {

            -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out; 
}

.m2-press-all {
            -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out; 
}

.pressmeddelande-section .et_pb_posts .et_pb_post {
    position: relative;
    padding: 60px 20px 20px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 7px #00000030;
    margin-bottom: 30px;
}

.afd-press-button-fill a {
    padding: 10px 20px;
    background-color: #FF5B51;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
}

h2.entry-title {
    padding-top: 0px;
}

.pressmeddelande-section h2.entry-title {
    font-size: 16px;
}

.pressmeddelande-section .post-content p {
    font-size: 14px;
}

.pressmeddelande-section p.post-meta {
    pointer-events: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 96%;
    color: #FF5B51 !important;
        text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.single-format-standard p.post-meta {
    color: #fff;
}
span.author.vcard {
    display: none;
}

span.author.vcard, span.comments-number {
    display: none;
} 

.et_post_meta_wrapper {
    position: relative;
}

.single-format-standard #left-area .post-meta a {
    color: #000;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.pressmeddelande-section .post-meta a {
    color: #FF5B51 !important;
    right: 0 !important;
    position: absolute;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

#m2_press_all p.post-meta,
#pressmeddelande p.post-meta {
    color: #fff !important;
}

.single-format-standard .post span.published, .entry-date {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: bold;
    color: #000;
}
.pressmeddelande-section span.published {
    position: absolute;
    left: 0px;
    top: 1px;
    color: #ff5b51;
}

.et_pb_posts a.more-link {
    display: block;
    clear: both;
    color:#FF5B51;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
    line-height: 1;
    text-transform: uppercase;
}

.et_pb_module.et_pb_tabs {
    border: none !important;
}

.cision-feed-item {
    padding: 20px;
    box-shadow: 0px 0px 7px #00000030;
    border: none !important;
}

.home .cision-feed-item:first-child {
    margin-top: 0px;
}

.home ul.cision-feed-pager {
    display: none;
}

.cision-feed-item:first-child {
    margin-top: 50px;
}

.pressmeddelande-section .cision-feed-item h2 {
    padding-top: 0px;
    line-height: 1.2;
}

.cision-feed-item time {
    position: absolute;
    top: 10px;
    color: #FF5B51;
    font-weight: bold;
}

.cision-feed-item {
    padding: 40px 20px 10px 20px !important;
    position: relative;
    margin: 3% 0;
}

article.cision-feed-item a {
    line-height: 3;
    text-transform: uppercase;
    font-size: bold;
    position: relative;
    display: block;
}

article.cision-feed-item a:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FF5B51;
    right: 2px;
    top: 24px;
    -webkit-transition: .2s width ease-in-out;
    -o-transition: .2s width ease-in-out;
    -moz-transition: .2s width ease-in-out;
    transition: .2s width ease-in-out;
}


article.cision-feed-item a:hover,
article.cision-feed-item a:hover:after {
    color: #000;
}

article.cision-feed-item a:hover:before {
    background-color: #000;
    width: 32px;
}


article.cision-feed-item a:after {
    content: '';
    position: absolute;
    right: 2px;
    height: 8px;
    width: 8px;
    border-right: 2px solid #FF5B51;
    border-bottom: 2px solid #FF5B51;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    }

    article.cision-feed-item a:hover:after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

/*
PRESS SINGEL PAGE 
*/

.m2-singel-hero h1, 
h1.entry-title {
    font-size: 30px;
    padding-top: 80px;
    color: #FF5B51;
    line-height: 1.3;
    font-weight: bolder;
}


.m2-singel-hero {
    padding-bottom: 0 !important;
}

.m2-news-content {
    padding-top: 0 !important;
}

.m2-news-content a {
    color:  #FF5B51;
}

.m2-news-content a:hover {
    color: #000;
}

/* 
About M2 Section
*/

.about-m2-textblock {
    max-width: 757px;
    width: 90%;
    margin: auto;
}

.about-m2-textblock p,
.pressmeddelande-section p {
    line-height: 1.4;
    font-family: 'Circular Std Book', 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 16px;
}


.afd-aboutm2-blurb-column .et_pb_text_inner {
    padding: 20px;
    min-height: 250px;
    background-color: #fff;
        -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out; 
}

.afd-aboutm2-blurb-column .et_pb_text_inner:hover {
    transform: scale(1.01);
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;  
}

.m2-orange-arrow-link a, .et_pb_posts .more-link a {
    color: #FF5B51;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 12px;
    font-weight: bold;    
    width: 85%;  
        -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;  
}

.m2-orange-arrow-link a:hover, 
.et_pb_posts a.more-link:hover
 {
    color: #000;
}

.m2-orange-arrow-link a:hover:before,
.et_pb_posts a.more-link:hover:before {
    background-color: #000;
    width: 32px;
}

.m2-orange-arrow-link a:hover:after,
.et_pb_posts a.more-link:hover:after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.m2-orange-arrow-link a:after,
.et_pb_posts a.more-link:after {
    content: '';
    position: absolute;
    right: 2px;
    height: 8px;
    width: 8px;
    border-right: 2px solid #FF5B51;
    border-bottom: 2px solid #FF5B51;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
}
.m2-orange-arrow-link a:before,
.et_pb_posts a.more-link:before{
    content: '';
    position: absolute;
    width: 26px;
    height: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#FF5B51;
    right: 2px;
    top: 8px;
    -webkit-transition: .2s width ease-in-out;
    -o-transition: .2s width ease-in-out;
    -moz-transition: .2s width ease-in-out;
    transition: .2s width ease-in-out;
}

.m2-about-blurb-first h4:before,
.m2-about-blurb-second h4:before,
.m2-about-blurb-third h4:before {
    content: " ";
    font-family: FontAwesome;
    display: inherit;
    top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
    font-size: 50px;
    line-height: 1;
    color: #FF5B51;
}

.m2-about-blurb-first h4:before {
    content: "\f0e8";
}
.m2-about-blurb-second h4:before {
    content: "\f1ad";
}

.m2-about-blurb-third h4:before {
    content: "\f2b5";
}

.m2-about-parallax-image {
    max-width: 290px;
    vertical-align: middle;
    margin: auto !important;
    margin-top: 15% !important;
}

.m2-about-link-box.m2-orange-arrow-link a {
    left: 0px;
    top: 0px !important;
    text-transform: uppercase;
}

/*
*****
PROSPEKT
*****
*/

.afd-prospect-table tr:first-child {
    border-bottom: 2px solid #000;
    border-top: 2px solid;
}

.afd-prospect-table tr {
    border-bottom: 1px solid;
}

.afd-prospect-table table {
    border: none;
}

.afd-prospect-table tr:first-child td {
    font-weight: bold;
    color: #333;
}

.afd-prospect-table p {
    padding: 0;
    font-weight: 400;
}

.afd-prospect-table a {
    color: #333;
    padding-right: 50px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;  
}

.afd-prospect-table a:hover {
    color: #000;
    padding-right: 50px;
}

.afd-prospect-table a:after {
    content: "\f358";
    font-size: 19px;
    padding-left: 10px;
    color: #FF5B51;
    font-family: 'Font Awesome 5 Free';
}

/*
*****
Finansiella rapporter 
*****
*/


.et_pb_module.et_pb_toggle {
    margin-bottom: 14px;
}

.et_pb_module.et_pb_toggle.et_pb_toggle_item.et_pb_toggle_close {
    border: none;
    background-color: transparent !important;
        padding: 0px;
}

.et_pb_module.et_pb_toggle.et_pb_toggle.et_pb_toggle_item.et_pb_toggle_open {
    border: none;
    padding: 0px;
}

.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #fff;
    padding: 20px;
    background-color: #333;
}

.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
    color: #fff;
    padding: 20px;
    background-color: #333;
}

.et_pb_toggle_content {
    position: relative;
    padding: 20px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.18);
}

.et_pb_accordion .et_pb_toggle_title:before, .et_pb_toggle .et_pb_toggle_title:before {
    right: 20px;
        color: #FF5B51;
    font-size: 18px;
}

.et_pb_module.et_pb_toggle.et_pb_toggle_item.et_pb_toggle_close {
    margin-bottom: 1.3% !important;
}

.finansiellarapporter-section a {
    padding-left: 30px;
    color:  #363942;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Circular Std Book', 'Helvetica Neue', Helvetica, sans-serif;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.finansiellarapporter-section a:hover {
    color: #000;
}

.finansiellarapporter-section a:before {
    content: '\f1c1';
    position: absolute;
    color: #FF5B51;
    left: 20px;
    font-family: FontAwesome;
}

/*
******
STYRELSEN
******
*/

.afd-styrelse-blurbs .et_pb_text_inner {
    border-left: 2px solid #FF5B51;
    padding: 20px;
    width: 100%;
}


#et_search_icon:hover, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .bottom-nav li.current-menu-item>a, .comment-reply-link, .entry-summary p.price ins, .et-social-icon a:hover, .et_password_protected_form .et_submit_button, .footer-widget h4, .form-submit .et_pb_button, .mobile_menu_bar:after, .mobile_menu_bar:before, .nav-single a, .posted_in a, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce .star-rating span:before, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page .star-rating span:before, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #FF5B51;
}


/*
******
STRATEGISKT INNEHAV
******
*/

.m2-logo-blurb .et_pb_text_inner {
    visibility: hidden;
    background-color: #fff;
    text-align: left;
}

.m2-logo-blurb {
    border: 20px solid #fff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    overflow: hidden;
}

.et_pb_module.et_pb_tabs.et_pb_tabs_0.m2-strategiskainnehav-logo {
    border: none !important;
}

ul.et_pb_tabs_controls,
.m2-press-filter {
    background-color: transparent !important;
    border: none !important;
    margin: auto;
}

.m2-press-filter li {
    display: inline-block;
    padding-right: 20px;
    text-align: center;
    text-transform: uppercase;
}
.m2-press-filter a {
    color: #666;
}

.et_pb_tabs_controls li,
.m2-press-filter li {
    border: none !important;
    display: inline-block;
    float: none;
}
.display_none {
    display: none;
}

.show {
    display: block !important;
}

.m2-strategiskainnehav-logo img {
    max-width: 250px;
    padding: 2%;
}

ul.et_pb_tabs_controls:after {
    display: none;
}

.m2-strategiskainnehav-logo .et_pb_tab_content {
    position: relative;
    margin: 5% 0;
}

.et_pb_tabs_controls li a:hover {
    color: #000;
}

.et_pb_tabs_controls, 
.m2-press-filter {
    width: 100%;
    text-align: center;
}

.et_pb_tabs_controls li a {
    border-radius: 11px;
}
.et_pb_tabs_controls li.et_pb_tab_active a, .m2-press-active {
    background-color: #363942;
    border-radius: 11px;
    color: #fff !important;
    padding: 5px 15px;
}

li.m2-press-active {
    padding: 0;
}

.m2-press-filter a {
    padding: 5px 15px;
} 
.m2-press-active a {
    color: #fff;
}

.et_pb_tabs_controls li.et_pb_tab_active a:hover {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.30);
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}


.afd-press-button-fill a:hover {
    box-shadow: 0px 0px 7px 0px rgba(255, 91, 81, 0.5);
    -webkit-transition: .2s box-shadow ease-in-out;
    -o-transition: .2s box-shadow ease-in-out;
    -moz-transition: .2s box-shadow ease-in-out;
    transition: .2s box-shadow ease-in-out;
}

.afd-press-button-fill a {
    -webkit-transition: .2s box-shadow ease-in-out;
    -o-transition: .2s box-shadow ease-in-out;
    -moz-transition: .2s box-shadow ease-in-out;
    transition: .2s box-shadow ease-in-out;

}

.afd-bolagsstyrning-rubrik:before {
    content: '';
    width: 3px;
    background-color: #FF5B51;
    height: 50px;
    position: absolute;
    left: 0px;
    top: -10px;
}

.afd-bolagsstyrning-rubrik {
    padding-left: 20px;
}

.afd-bolagsstyrning-rubrik h3 {
    padding-bottom: 12px;
}

.m2a-logo-section {
    padding-bottom: 0 !important;
}

.m2a-logotyp-section {
    padding-bottom: 0 !important;
}

.afd-bolagsstyrning-rubrik p {
    line-height: 1.6;
}

.m2a-bolagsstyrning-links {
    padding-top: 0px !important;
    padding-bottom: 70px !important;
}

.no-link-des a {
    padding-left: 0px;
    color: #FF5B51;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

.no-link-des a:before {
    visibility: hidden;
}

.m2a-logotyp-section .et_pb_main_blurb_image {
    max-width: 200px;
}

.m2a-logotyp-section .et_pb_blurb_content {
    text-align: left;
}

.m2a-logotyp-section {
    padding-top: 20px !important;
    padding-left: 20px !important;
}

.investeringar-section {
    padding: 60px 0 0 !important;
}

.investeringar-section .m2a-bolagsstyrning-links {
    padding-bottom: 15px !important; 
}

.et_pb_animation_top.et-animated {
    cursor: pointer;
         -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;   
}

.et_pb_animation_top.et-animated:hover {
    transform: scale(1.1);
}

div#media_image-2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.category-regulatoriskt .et_pb_section, .category-regulatoriskt .et_pb_row {
    padding: 0 !important;
}

/*
*****
Footer
*****
*/ 

#main-footer .container {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: auto;
    background-color: rgba(54, 57, 66, 0.32);
}

#main-footer {
    background-color: #363942;
}

#footer-widgets {
    padding: 80px 70% 0;
    min-height: 400px;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 20%;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
    width: auto !important;
}

.m2-footer-iframe iframe,
.m2-footer-iframe {
    width: 60%;
    float: left;
}

.m2-footer-iframe {
    height: 400px;
}

.m2-footer-iframe {
    background-image: url(https://m2assetmanagement.se/wp-content/uploads/2019/01/m2-map.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-widget:nth-child(4n),
#footer-bottom  {
    display: none;
}

.footer-widget {
    margin-bottom: 60px !important;
}

.footer-widget h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.footer-widget a {
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.6;
    padding-left: 25px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.footer-widget a:hover {
    color: rgba(255, 255, 255, 0.55);
}

.footer-widget p {
    padding-left: 20px;
    position: relative;
}

.m2-footer-link-epost:before,
.m2-footer-link-phone:before, 
.m2-footer-link-adress:before {
    content: '';
    position: absolute; 
    color: #FF5B51;
    left: 0px;
    font-family: FontAwesome;
}

.m2-footer-link-epost:before {
    content: "\f0e0";

}

.m2-footer-link-phone:before {
    content: "\f095";
   }

.m2-footer-link-adress:before {
    content: "\f041";
   
}

.m2-footer-link-annat:before {
    content: "\f3c5";
   
}

.footer-widget:nth-child(3n) {
    margin-bottom: 0px !important;
    min-width: 400px;
    position: absolute;
    bottom: 20px;

}

.footer-widget .fwidget:last-child {
    min-width: 400pc;
    margin-bottom: 0!important;
}

.footer-widget:nth-child(3n) p {
    padding-left: 0;

}

.m2a-footer-map {
    background-position: top center; 
    background-size: cover; 
    background-image: url('https://m2assetmanagement.se/wp-content/uploads/2019/01/m2-map-e1549455978547.png'); 
    width: 60%; 
    height: 400px; 
    position: absolute;
}

.error404 #main-content {
    padding: 100px 0;
}

#main-content .container:before {
    display: none;
}

.afd-bolagsstyrning-rubrik:before {
    content: '';
    width: 3px;
    background-color: #FF5B51;
    height: 50px;
    position: absolute;
    left: 0px;
    top: -10px;
}

.afd-bolagsstyrning-rubrik {
    padding-left: 20px;
}

.afd-bolagsstyrning-rubrik {
    padding-left: 20px;
}

.afd-bolagsstyrning-rubrik p {
    line-height: 1.6;
}

@media only screen and (max-width: 1305px) {
    .footer-widget:nth-child(3n) {
        margin-bottom: 0px !important;
        min-width: 340px;
        font-size: 12px;
    }
}

@media (max-width: 980px) {
.et_fixed_nav #main-header, .et_fixed_nav #top-header, 
.et_non_fixed_nav.et_transparent_nav #main-header, 
.et_non_fixed_nav.et_transparent_nav #top-header {
    position: fixed;
    height: 70px;
}


/*MOBILE MENU */
.et_mobile_menu {
    visibility: visible;
    position: absolute;
    z-index: 99;
    left: 0;
    text-align: right;
    width: 100%;
    padding: 5%;
    border-top: none;
    top: 0;
    opacity: 1;
    background: #363942;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.mobile_menu_bar:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    z-index: 999;
    color: #fff;
}

.et_header_style_left .logo_container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.et_mobile_menu {
    visibility: visible;
    position: absolute;
    z-index: 99;
    left: -12.5%;
    width: 100vw;
    right: 0;
    padding: 5%;
    padding-top: 100px;
    border-top: none;
    top: 0;
    opacity: 1;
    background: #363942;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.et_mobile_menu li a {
    font-size: 16px;
    color: #fff ;
}

.sub-menu a {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.50) !important;
}

.et_mobile_menu .current-menu-item {
    color: #000;
}

.et_mobile_menu .menu-item-has-children>a {
    background-color: rgba(0,0,0,.03);
    font-weight: 700;
}
/*

.et_header_style_left .logo_container {
    position: relative;
    top: 10px;
    width: 70%;
    height: 100%;
    display: block;
    float: left;
}

.et_header_style_left #logo, .et_header_style_split #logo {
     max-width: 250px;
}

/** MOBILE MENU */ /*
#et_mobile_nav_menu {
    display: block;
    height: 40px;
    width: 50px;
    cursor: pointer;
    margin-top: -50px;
    margin-right: -10px;
}

.mobile_menu_bar:before {
    content:'';
    width: 30px;
    height: 1px;
    background-color: #fff; 
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    cursor: pointer;
    z-index: 99999;
}

.mobile_menu_bar_toggle {
    content:'';
    width: 30px;
    height: 1px;
    top: 10px;
    background-color: #fff; 
    display: block;
    position: absolute;
    top: 27px;
    right: 0;
    padding: 0 !important;
    cursor: pointer;
    z-index: 99999;
}

.mobile_menu_bar:after {
    content:'';
    width: 30px;
    height: 1px;
    background-color: #fff; 
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    z-index: 99999;
}

.et_mobile_menu {
    list-style-type: none;
    position: absolute;
    top: 50px;
    background: #363942;
    left: 200px;
    border: none;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    display: initial;
    transform: translateX(800px);
    transition: all 0.3s 0.2s ease-out;
}

.et_pb_fullwidth_menu .et_pb_row {
    min-height: 0;
}

.show {
    opacity: 1;
    transform: translateX(-280px);
}
*/

.et_pb_fullwidth_section {
    padding: 0;
    height: 0;
}

.m2-hero-section h2 {
    font-size: 50px;
    color: #ffffff;
}

.m2-singel-hero h1 {
    font-size: 40px;
}

.hero-content-text {
    font-size: 16px;
    padding-left: 0px;
}    

.hero-content-text:before {
    content: none; 
}

.m2-orange-arrow-link a {
    width: 94%;
}  

.m2-footer-iframe iframe,
.m2-footer-iframe {
    width: 100%;
    float: left;
}

.footer-widget:nth-child(n) {
    width: 46.25%!important;
    margin: 0 7.5% 7.5% 0!important;
    padding-top: 5%;
}

#footer-widgets .footer-widget:nth-last-child(-n+2) {
    margin-bottom: 0!important;
    padding-top: 0;
}

#footer-widgets {
    padding: 80px 10% 0;
    min-height: 400px;
}

.m2a-footer-map {
    position: relative !important;
    width: 100% !important;
}
}

@media (max-width: 767px) {

    .et_pb_row {
        position: relative;
        width: 95%;
        max-width: 1080px;
        margin: auto;
    }
    .et_pb_row {
        position: relative;
        width: 95%;
        max-width: 1080px;
        margin: auto;
    }

    .container {
        position: relative;
        width: 95%;
    }

    .et_mobile_menu {
        visibility: visible;
        position: absolute;
        z-index: 99;
        left: -2.7%;
    }

    .afd-prospect-table {
        overflow: scroll;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 550px) {

.m2-hero-section {
    display: table-cell;
    vertical-align: middle;
    height: 500px;
    width: 100vw;
}

.m2-hero-section h2 {
    font-size: 36px;
    color: #ffffff;
}

.m2-singel-hero h1 {
    font-size: 35px;
}    

.et_pb_column .et_pb_module {
    margin-bottom: 10px;
}

.pressmeddelande-section p.post-meta {
    width: 89%;
}




.m2-orange-arrow-link a {
    width: 90%;
}

.m2-about-parallax-image {
    margin: 15% !important;
}

}


body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}



