<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("css/bootstrap.min.css");
@import url("css/offcanvas-bootstrap.css");

@charset "UTF-8";

::selection { background: #44546a;/* Theme color */ color: #fff; text-shadow: none; }

body {
    -webkit-font-smoothing: antialiased;  /*Font rendering in Chrome on Mac */
    -moz-osx-font-smoothing: grayscale; /* Font rendering in Firefox on Mac */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

a.btn,
.btn {
    margin-top: 2rem;
    background: transparent;
    border: 1px white solid;
    color: white;
    text-transform: uppercase;
    padding: 0.75rem 2rem;
    border-radius: 0;
    transition: opacity 0.2s;
    font-weight: 600;
    letter-spacing: 0.05em;
	-webkit-appearance:none;
	-webkit-border-radius:0;	
}

a.btn:hover,
.btn:hover,
a.btn-primary:hover,
.btn-primary:hover {
    background-color: transparent;
    border-color: #ffffff;
    opacity: 0.5;
}

a[type="button"].btn-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-color: white;
}

a[type="button"].btn-primary:focus, a.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,.4);
}

a[type="button"].btn-secondary,
a[type="button"].btn-secondary:not(:disabled):not(.disabled):active {
    color: #475369;
    border-color: #475369;
    font-weight: 600;
    margin-bottom: 1rem;
}

a[type="button"].btn-secondary:focus, a.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(68,84,106,0.4);
    color: #475369;
}

.btn-submit,
.btn-submit:not(:disabled):not(.disabled):active {
    color: #FFFFFF!important;
    border-color: #98A1B3;
    background-color: #98A1B3;
    font-weight: 600!important;
    padding: 0.75rem 0;
    width: 100%;
    max-width: 260px;
}

.btn-submit:focus,
.btn-submit:not(:disabled):not(.disabled):active:focus,
.btn-submit:hover {
    color: white!important;
    box-shadow: 0 0 0 0.2rem rgba(152, 161, 179, 0.4);
}

.form_submit a.btn-submit,
.form_submit a.btn-submit:not(:disabled):not(.disabled):active {
    margin-left: 0;
    width: 50%;
}

@media screen and (min-width: 992px) {
    .btn,
    a.btn {
        padding: 1rem 2rem;
    }
}

p, li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    font-weight: 300;
    line-height: 1.5;
}

p {
    margin-bottom: 0.75rem;
}

p.ingress {
    font-size: 1.125rem;
    font-weight: 600;
    color: #44546A;
}


@media screen and (min-width: 1700px) {
    p {
        font-size: 1.125rem;
    }

}


h1 {
    font-size: 1.375rem;
    color: #44546a;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5rem;
    width: 100%;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.025em;
}

h2 {
    font-size: 1.375rem;
    color: #44546a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}


h3 {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    margin-top: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #44546a;
    font-family: 'Source Sans Pro', sans-serif;
}

h4 {
    color: #44546a;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
    width: 100%;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1.1px;
}

h5 {
    margin: 0;
    padding: 0;
    color: white;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

h3:first-child {
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

}


.container-fluid.bolag {
    background-color: #eff0f2;
}

.aktuellt, .bolag, .koncern, .kontakt {
    /* padding: 6rem 7vw; */
}

.body-startpage, .body-aktuellt {
    background-image: url('images/ohl-invest-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
@media only screen and (min-device-width: 320px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
.body-startpage, .body-aktuellt {
		background-size: inherit;
		background-position: inherit;
        background-attachment: scroll;
    }
}

/* ____________ Padding x space ____________ */

.section-x-space { 
  padding-left: 15px!important; 
  padding-right: 15px!important;
}

@media (min-width: 768px) { 
  .section-x-space  { 
    padding-left: 2rem!important; 
    padding-right: 2rem!important;  
  }
}

@media (min-width: 1200px) { 
  .section-x-space {
    padding-left: 8vw!important; 
    padding-right: 8vw!important;
  } 
}

/* ____________ Padding y space ____________ */

.section-y-space { 
  padding-top: 2rem; 
  padding-bottom: 2rem; 
}
@media (min-width: 768px) { 
.section-y-space  { 
    padding-top: 3rem; 
    padding-bottom: 3rem; 
  }
}
@media (min-width: 960px) { 
.section-y-space  { 
    padding-top: 4rem; 
    padding-bottom: 4rem; 
  }
}
@media (min-width: 1200px) { 
.section-y-space  { 
    padding-top: 5rem; 
    padding-bottom: 5rem; 
  }
}
/* _______________________________________ */



/* Navbar */

.header-startpage {
    height: 100vh;
    display: flex;
    align-items: center;
    margin-top: -60px;
}

.navbar {
    height: 60px;
    background-image: linear-gradient(180deg, rgba(71,83,105,1) 0%, rgba(71,83,105,0) 100%);
}

.navbar.navbar-blue {
    background-image: linear-gradient(180deg, rgba(71,83,105,1) 0%, rgba(71,83,105,1) 100%);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.10),0 3px 1px -2px rgba(0,0,0,0.08),0 1px 5px 0 rgba(0,0,0,0.2);
}

@media screen and (min-width: 768px) {
    .navbar {
        height: 90px;
        background-image: linear-gradient(180deg, rgba(71,83,105,1) 0%, rgba(71,83,105,0) 100%);
    }

}

/* Logo */

.navbar-brand {
    margin: 0 auto;
    padding: 0;

}
.navbar-brand img {
    max-height: 85px; 
	transition: all .5s;   
	margin-top: 1rem;
}
.navbar-blue .navbar-brand img{ max-height: 60px;margin-top:0; }
@media screen and (min-width: 992px) {
	.navbar-brand {

		}
}
@media screen and (max-width: 768px){
    .navbar-brand img{
	  max-height: 60px;
	}
	.navbar-blue .navbar-brand img {
	   max-height: 37px;
	}
}
/* Navbar toggle button */

.navbar-toggler {
    position: absolute;
    top: 16px;
    right: 8px;
    margin: 0;
    z-index: 9999;
}

.navbar-toggler-icon {
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='1' stroke-linecap='butt' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}

.navbar-toggler:focus, .navbar-toggler-icon:focus {
    outline: 0;
} 

.navbar-toggler-icon.active {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(68,84,106,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
  }


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

    .navbar-toggler {
        top: 28px;
        right: 16px;
    }

    .navbar-toggler-icon {
        width: 32px;
        height: 32px;
    }
 }


@media screen and (min-width: 992px) {

    .navbar-toggler {
        top: 13px;
        right: 16px;
    }

    .navbar-toggler-icon {
        width: 64px;
        height: 64px;
    }
 }


/* Offcanvas menu */

#desktopMenu {
    opacity: 1;
    padding-top: 90px;
    width: 350px;
    max-width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.10),0 3px 1px -2px rgba(0,0,0,0.08),0 1px 5px 0 rgba(0,0,0,0.2);
}
 
.navbar-dark .navbar-nav .nav-item {
    border-top: 1px solid rgba(68, 84, 106, 0.3);
}

.navbar-dark .navbar-nav .nav-item:last-child {
    border-bottom: 1px solid rgba(68, 84, 106, 0.3);
}

.navbar-dark .navbar-nav .nav-link {
    color: #293340;
    text-transform: uppercase;
    padding: 0.75rem 0;
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:active, .navbar-dark .navbar-nav .nav-link:focus {
    color: #293340;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    #desktopMenu {
        padding-top: 110px;
    }    
}

@media screen and (min-width: 1200px) {
    #desktopMenu {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        width: 400px;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.125rem;
    }
}

/* Start page */

.start-caption {
    margin: 0 auto;
    width: calc(100% - 32px);
    text-align: center;
}

.start-caption h1 {
    margin: 0 auto;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 2.25rem;
    font-family: 'Source Sans Pro', sans-serif;    
    text-transform: none;
}

.start-caption h1 span {
    font-weight: 300;
}

@media screen and (min-width: 992px) {
    .start-caption h1 {
        max-width: 60%;
        font-size: 3rem;
    }

    .start-caption a.btn {
        margin-top: 4rem;
    }
}

@media screen and (min-width: 1200px) {
    .start-caption h1 {
        font-size: 3.375rem;
        max-width: 600px;
    }

    .start-caption a.btn {
        margin-top: 4rem;
    }
}

@media screen and (min-width: 1200px) {
    .start-caption h1 {
        font-size: 3.875rem;
        max-width: 750px;
    }

    .start-caption a.btn {
        margin-top: 4rem;
    }
}

.content-pane {
    margin: 0 auto;
    text-align: center;
}

.content-pane span {
    font-weight: 300;
}

.edn_mediaContainer img, .bolag img {
    width: 100%;
}
/*.aktuellt-full-list .edn_mediaContainer img,.aktuellt-full-list .bolag img {
    width: 100%;
	object-fit: cover;
    height: 220px;
}*/
#dnn_LargeNewsPane {
    margin-bottom: 1.5rem;
}

#dnn_LargeNewsPane .edn_mediaContainer {
    position: relative;
}

#dnn_LargeNewsPane .edn_mediaContainer img {
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}

.aktuellt-box .edn_mediaContainer img {
    height: 212px;
	min-height: 145px;
    object-fit: cover;
    object-position: center;
	    
}

#dnn_LargeNewsPane {
    position: relative;
}

#dnn_LargeNewsPane .info-wrapper {
    background-color: #eff1f2;
}

@media (min-width: 768px) {

    #dnn_LargeNewsPane {
        margin-bottom: 30px;
    }


    #dnn_LargeNewsPane div.info-wrapper {
        background-color: rgba(239, 241, 242, 0.75);
        position: absolute;
        /*width: 90%;*/
        bottom: 2rem;
        left: 0;
        padding: 1rem;
		right:2rem;
    }
}

@media (min-width: 992px) {

    #dnn_LargeNewsPane {
        margin-bottom: 0;
    }

    .main-start #dnn_LargeNewsPane,
    .main-start #dnn_LargeNewsPane div,
    .main-start #dnn_LargeNewsPane article {
        height: 100%;
    }

    .content-pane h1 {
        font-size: 4rem;
    }

    #dnn_LargeNewsPane {
        margin-bottom: 0;
    }

    #dnn_LargeNewsPane div.info-wrapper {
        /*left: 0;
        bottom: 2rem;*/
        height: auto;
    }

    #dnn_LargeNewsPane div.info-wrapper .edn_readMoreButtonWrapper {
        height: auto;
    }

    #dnn_LargeNewsPane .edn_mediaContainer img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

}

.aktuellt-box {
    background-color: #eff1f2;
    height: 100%;
    margin-bottom: 2rem;
}

.info-wrapper {
    padding: 1rem;
}

.article-wrapper {
    height: 100%;
    background-color: #eff1f2;
}

.aktuellt-full-list .edn_article {
    margin-bottom: 2rem;
}

.aktuellt-full-list .info-wrapper {
    background-color: #eff1f2;
    margin-bottom: 2rem;
}

.info-wrapper h2, .info-wrapper p, time, .info-wrapper a, .info-wrapper a:visited {
    margin: 0;
    padding: 0;
    color: #4d5c71;
}

.aktuellt-full-list p {
    font-size: 1.125rem;
}
.aktuellt-full-list .edn_articleSummary
{
	font-size: 1.125rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #4d5c71;
}
time {
    font-size: 0.875rem;
}

.info-wrapper h2 {
    line-height: 1;
    margin: 0.5rem 0;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25rem;
}

.info-wrapper a:hover {
    text-decoration: none;
}

.info-wrapper p {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.aktuellt-full-list .edn_articleSummary{
	font-size: 1rem;
}

/*simple list start*/
.aktuellt-simple-list .article-wrapper {
    height: 100%;
    background-color: #fff;
}

.aktuellt-simple-list .info-wrapper {
    padding: 0;
}

.eds_template_List_Article_Aktuellt_Right_Pane .article_pager
{
	margin-left: 1rem;
}
.eds_template_List_Article_Aktuellt_Right_Pane .article_pager a
{
	margin-right: .5rem;
	color:#4d5c71;
}
.eds_template_List_Article_Aktuellt_Right_Pane .article_pager a.active
{
	text-decoration:underline;
}
 .eds_template_List_Article_Aktuellt_Right_Pane h2.simple-list-header
 {
	font-size: 1.375rem;
	font-weight: 700;
 }
/*simple list end*/

@media screen and (min-width: 768px) {
    .info-wrapper p {
        font-size: 1.125rem;
    }
	.aktuellt-full-list .edn_articleSummary{
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 1200px) {
    .info-wrapper p {
        font-size: 1.125rem;
    }
	.aktuellt-full-list .edn_articleSummary{
		font-size: 1.125rem;
	}
    .info-wrapper h2 {
        font-size: 1.375rem;
    }


}

.edn_adminActions {
    background: white;
}

.info-wrapper .edn_readMoreButtonWrapper {
    right: 2rem;
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    bottom: 1rem;
}

.info-wrapper .edn_readMoreButtonWrapper a {
    font-size: 1rem;
}

.aktuellt-box .info-wrapper .edn_readMoreButtonWrapper {
    right: 3rem;
}

.aktuellt-full-list .info-wrapper .edn_readMoreButtonWrapper {
    right: 3rem;

}

.info-wrapper .edn_readMoreButtonWrapper a::after, a.all-news::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free Brands", "Font Awesome 5 Free Solid", "Font Awesome 5 Free" !important;
    position: absolute;
    right: -13px;
    top: 3px;
    font-weight: 700;
    font-size: 12px;
}

a.all-news::after {
    right: 10px;
    top: 19px;
    width: 15px;
    height: 21px;
}

.aktuellt a.all-news {
    color: #98A1B3;
    text-transform: uppercase;
    float: right;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 1rem;
    margin-right: 1rem;
}

.eds_template_Details_Article_Ohlssons-press-artiklar {
    padding: 0 11vw;
}


/* Artikel-sida */

#artikel-sida img {
    width: 100%;
    /*max-height: 400px;
    object-fit: cover;*/
    margin-bottom: 1rem;
}

.news-details h1 {
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0;
}

.news-list-right h2.simple-list-header {
    border-bottom: 1px solid #98A1B3;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.news-list-right hr {
    margin-top: 1.5rem;
    margin-bottom: 0;
    border-top: 1px solid #98A1B3;
}

.news-list-right h2.edn_articleTitle {
    margin-top: 0.5rem;
    font-size: 1.125rem;
}

.news-list-right .article_pager {
    margin: 0.5rem 0;
}


.bolag .bolags-text {
    background-color: #44546a;
    padding: 3rem 2rem;
    display: flex;
    align-items: center;
}

.bolag .bolags-text div {
    text-align: center;
}

.bolags-text p.ingress {
    color: white;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
}

@media screen and (min-width: 768px) {
    .bolags-text p.ingress {
        color: white;
        font-size: 1.5rem;
    }
    
}

@media screen and (min-width: 992px) {

    .bolags-text p.ingress {
        color: white;
        font-size: 1.75rem;
    }

}

@media screen and (min-width: 1200px) {

    .bolags-text p.ingress {
        font-size: 2rem;
    }
    
}

@media screen and (min-width: 1700px) {

    .bolags-text p.ingress {
        font-size: 2.625rem;
    }
    
}

.bolag-bg {
    width: 100%;
    height: 190px;
}

.bolag-wrapper:not(:last-child) {
    margin-bottom: 2rem;
}

.bolag-wrapper .bolag-bg {
    /* height: unset; */
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #eff1f2;
}

.bolag-bg .bg-1 {
    background: url('images/ohlssons.jpg');
}

.bolag-bg .bg-2 {
    background: url('images/puls.jpg');
}

.bolag-bg .bg-3 {
    background: url('images/exellent.jpg');
}

.bolag-bg .bg-4 {
    background: url('images/soreto-bg.png');
}

.bolag-bg .bg-5 {
    background: url('images/tintorella.jpg');
}

.bolag-bg .bg-6 {
    background: url('images/omab-bg.jpg');
}

.bolag-bg img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50%;
}

.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6 {
    position: relative;
    height: 100%;
    background-position: center!important;
    background-size: cover!important;
}

.bolag-wrapper .bolag-bg .bg-1,
.bolag-wrapper .bolag-bg .bg-2,
.bolag-wrapper .bolag-bg .bg-3,
.bolag-wrapper .bolag-bg .bg-4,
.bolag-wrapper .bolag-bg .bg-5,
.bolag-wrapper .bolag-bg .bg-6 {
    height: 225px;
}

.bolag-bg .overlay {
    background: rgba(0, 0, 0, 0.4);
    /* background: rgba(68, 84, 106, 0.5); */
    width: 100%;
    height: 100%;
}

.bolag-info {
    background: #eff1f2;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.bolag-info h2 {
    font-size: 1.15rem;
}

.bolag-info p {
    color: #2B3240;
    margin: 0;
}

.bolag-info a.btn {
    max-width: 250px;
}

.bolag-info p:last-of-type {
    margin-top: 0.5rem;
}

.bolag-info strong {
    color: #44546A;
    text-transform: uppercase;
}

#dnn_SidebarPane .download {
    color: #475369;
    border: 1px solid #475369;
    padding: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

#dnn_SidebarPane .download img {
    width: 15px;
    margin-right: 1rem;
}

#dnn_SidebarPane .download a, #dnn_SidebarPane .download a:hover {
    color: #475369;
    vertical-align: middle;
}

#dnn_SidebarPane .download:last-child {
    margin-bottom: 0;
}

.kontakt h2 {
    color: #44546A;
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.koncern h3 {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
}

.contact-person img {
    width: 100%;
    margin-bottom: 0.5rem;
}

.kontakt p {
    color: #2B3240;
    margin-bottom: 0;
}

.kontakt p.address {
    line-height: 1.5;
    margin-bottom: 1rem;
}

.kontakt p.namn {
    margin: 0;
}

.kontakt div.kontakt-mail {
    /* margin-top: 0.75rem;
    margin-bottom: 0.25rem; */
}

.kontakt div.kontakt-mail img {
    width: 16px;
    height: 12px;
    vertical-align: middle;
    margin-bottom: 0;
}

.kontakt-tele img {
    width: 16px;
    height: 16px;
    margin-bottom: 0;
}

.kontakt-mail a {
    vertical-align: middle;
    color: #2B3240;
    font-weight: 300;
    margin-left: 0.25rem;
}

.kontakt .col-md-8 h2 {
    font-size: 1.25rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1em;
}

@media screen and (min-width: 992px) {

    .kontakt .col-md-8 h2 {
        font-size: 1.5rem; 
    }
}

footer {
    height: 400px;
    background: linear-gradient(0deg, rgba(71,83,105,1) 0%, rgba(71,83,105,0) 100%);
}

footer .footer-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 91.5px;
}

footer .footer-wrapper p {
    color: white;
    line-height: 1.5;
    font-size: 0.75rem;
}

footer .footer-kontakt {
    padding-bottom: 2rem;
}

footer h3 {
    color: #ffffff;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.025em;
    margin-bottom: 0.75rem;
}

footer ul {
    margin: 0;
    list-style: none;
}

footer li {
    color: #ffffff;
}

footer .footer-wrapper a.footer-link, footer .footer-wrapper a.footer-link:visited
{
	color:#98A1B3 ;
	display:block;
	
}

footer .sociala-media {
    border-top: #98A1B3 solid 1px;
    width: auto;
    padding-top: 2rem;
}

footer .sociala-media img  {
 width: auto;
 height: 32px;
 margin: 0 0.75rem;
}

/* Dölj li-ikon */
footer .sociala-media a:nth-child(2)  {
   
}

#dnn_ctr401_View_Index_pnlTrial,
a[name="401"] {
    display: none!important;
}

@media (min-width: 576px) {
    .bolag .bolags-text {
        padding: 5rem;
    }

    .bolag .bolag-wrapper:last-child,
    .bolag .bolag-wrapper:nth-last-child(2) {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {

    .content-pane h1 {
        font-size: 4rem;
    }

    .bolag .bolag-wrapper:nth-last-child(3) {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .aktuellt-full-list .info-wrapper h2 a {
        font-size: 1.25rem;
    }

    .bolag-wrapper .bolag-bg .bg-1,
    .bolag-wrapper .bolag-bg .bg-2,
    .bolag-wrapper .bolag-bg .bg-3,
    .bolag-wrapper .bolag-bg .bg-4,
    .bolag-wrapper .bolag-bg .bg-5,
    .bolag-wrapper .bolag-bg .bg-6 {
        height: 250px;
    }
}

@media (min-width: 1400px) {
    .aktuellt-full-list .info-wrapper h2 a {
        font-size: 1.25rem;
    }

    .bolag-wrapper .bolag-bg .bg-1,
    .bolag-wrapper .bolag-bg .bg-2,
    .bolag-wrapper .bolag-bg .bg-3,
    .bolag-wrapper .bolag-bg .bg-4,
    .bolag-wrapper .bolag-bg .bg-5,
    .bolag-wrapper .bolag-bg .bg-6 {
        height: 300px;
    }
}

.sustainable-box {
    display: flex;
    flex-direction: column;
    margin: 0 auto 1.5rem;
    width: auto;
    max-width: 100%;
}

.sustainable-image div,
.sustainable-image p {
    height: 100%;
    margin: 0;
}

.sustainable-image img {
    height: 100%;
    width: 100%;
    min-height: 180px;
    object-fit: cover;

}


.sustainable-caption {
    background-color: #eff0f2;
    padding: 1.5rem;
}

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

    .sustainable-list .DnnModule:nth-child(even) .sustainable-image {
        order: 2;
    }

    .sustainable-list .DnnModule:nth-child(even) .sustainable-caption {
        order: 1;
    }

    .sustainable-box {
        flex-direction: row;
        margin-bottom: 2rem;
    }

    .sustainable-box &gt; div {
        flex-basis: 50%;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .sustainable-caption {
       padding: 2.5rem;
    }


}
@media only screen and (min-device-width: 320px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .quote-block {
        background-attachment: scroll;
    }
}</pre></body></html>