@font-face {
    font-family: 'Moderat';
    src: url('/media/1j2b0cs0/moderat-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Moderat';
    src: url('https://www.t-emballage.se/media/u4gfi2we/moderat-bold.woff') format('woff2');
    font-weight: 500;
    font-style: normal;
}

html, body {
    overflow-x:hidden !important;
}

body {
    color:#2B2E34;
    font-family: 'Moderat';
}

a {
    color:#2B2E34;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

h1,h2,h3 {
    color:#2B2E34;
    font-family: 'Moderat';
    letter-spacing: -1px;
}

h2 {
    font-size: 50px;
    line-height: 1.2em;
}

h3 {
    font-size: 40px;
}

h2.narrowHeader {
    width: 85%;
}

p {
    line-height: 1.5em;
}

p.ingress {
    font-weight: normal;
    
}

p.smallText {
    font-size: 16px;
}

p.smallText14 {
    font-size: 14px;
}

#no-padding-video .column:first-child {
    padding: 0 !important;
}

video {
    display: block;
}

.readMoreLink {
    margin-top: 15px;
}

summary {
    font-weight: 400;
}

hr {
    border-top: solid 1px #707070;
}

.link-with-arrow:after {
    background-image: url(/media/15zhqkkp/right-arrow.svg);
    background-size: 24px 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 7px;
    left: 5px;
    content: "";
}

.personalItem, .personalItem:last-child {
    border: none;
}

.tab ul {
    list-style: none;
    margin-top: 2rem;
}

.tab li {
    background: url(/media/1fff5md2/check.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    background-size: 15px;
    margin-bottom: 1rem;
}

.tabs-wrapper div.column {
    transition: all 0.5s;
}

.tabs-wrapper .row:first-child div.column:hover {
    background: #f7f7f7;
    cursor:pointer;
}

.tabs-wrapper div.column.active {
    background-color: #2B2E34;
    
}

.tabs-wrapper div.column.active:hover a {
    color: #2B2E34;
}

.tabs-wrapper div.column.active a:hover:after {
       filter: invert(1);
}

.tabs-wrapper div.column.active a {
    color: #fff;
}

.tabs-wrapper div.column.active a:after {
    filter: invert(1);
}

div.border-bottom {
    border-bottom: solid 1px #707070 !important;
}

div.border-right {
    border-right: solid 1px #707070 !important;
}


div[customClass~="height-100"] {
}

div[customClass="marginTop120"] {
    margin-top: 120px;
}

div[customClass~="margin10"] {
    margin: 10%;
}

div[customClass~="centerContent"] {
    align-self: center;
}

div[customClass~="centerContent"] h2 {
    margin-bottom: 40%;
}

main .container .grid-section div[rowwidth="mellan"] > div {
    width: 70%;
}

div[customClass="mellan"] {
    width: 85%;
}

div[customClass~="padding10"] {
    padding: 10%;
}

div[customClass~="bg-grey"] {
    background: #f7f7f7;
}


.outerVideoWrapper {
    position:relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1rem;
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1rem;
}

.embed-container:last-child {
    margin-bottom: 0;
}

.embed-container embed, .embed-container iframe, .embed-container object, .embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embeddedVideoWrapper {
    position:relative;
}

.playBtn img {
    width: 100px;
   
}

.embeddedVideoWrapper .videoWrapper {
    display:none;
}

.videoThumbWrapper {
    position:relative;
    display:block;
}

.videoTextWrapper {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
    text-align:center;
    
}

.videoTextWrapper.Center {
    align-items: center;
}

.videoTextWrapper.Center .playBtn {
    text-align:center;
}

.videoTextWrapper.Center .playBtn img {
    float:none;
}

.videoTextWrapper * {
    color: #fff;
}

.videoTextWrapper > a {
    display:block;
    text-decoration: none;
    width: 100%;
}

.topInfoSectionWrapper {
    display:none;
}

main {
    border-top: solid 1px #707070;
    margin-top: 30px;
    position:relative;
}

main .container {
    width: 100%;
    padding: 0;
    padding-top: 60px;
    
    /*padding: 0 60px;
    width: 1780px;
    border-left: solid 1px #707070;
    border-right: solid 1px #707070;*/
}

main .container .grid-section > div > .row {
    width: 80%;
    margin:auto;
}

.line {
    position: absolute;
    border-left: solid 1px #707070;
    height: 100%;
    bottom: 0;
}

.line.line-left {
    left: 5%;
}

.line.line-right {
    right: 5%;
}

div[bottomLine="Ja"] {
    border-bottom: solid 1px #707070;
}

div[customclass~="boxed"] .column {
    border-left: solid 1px #707070;
}

div[customclass~="boxed"] .column:last-child {
    border-right: solid 1px #707070;
}

.boxedLink:after {
    background-image: url('/media/15zhqkkp/right-arrow.svg');
    background-size: 24px 24px;
    display: inline-block;
    width: 24px; 
    height: 24px;
    position: relative;
    top: 7px;
    left: 5px;
    content:"";
}

.projectInterviewWrapper {
    margin-top: 80px;
}

.projectinterviewTitle p:first-child {
    border-bottom: solid 1px #707070;
    padding-bottom: 10px;
}

.projectinterviewTitle {
    padding-left: 30px;
    
}

div[customClass~="align-bottom"] {
    display:flex;
    align-items:flex-end;
}

a.readMoreLink span {
    border: none;
    color:#2B2E34;
    font-size: 16px;
}

a.readMoreLink span:hover {
    text-decoration: underline;
}

.caseProductWrapper img {
    margin:auto;
}

.caseProductWrapper h3 {
    font-size: 26px;
    border-bottom: solid 1px #707070;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.readMore {
    background: #00A048;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

.caseProductWrapper a {
    background: none;
}

.caseProductWrapper a:hover,
.readMore:hover {
    text-decoration: none;
    background: #007e39;
    color:#fff;
}

.dynamiContentWrapper img {
    margin-left: 10px;
    width: 18px;
}

p.dynamiContentWrapper {
    line-height: 2.5em;
    font-size: 24px;
}

.dynamiContentWrapper a {
    text-decoration: none;
}

#monteringWrapper .grid-section > div > .row {
    width: 100%;
}

#monteringWrapper .grid-section > div[rowwidth="mellan"] > .row {
    width: 90%;
}

#monteringWrapper .row {
    margin-left: -15px;
    margin-right: -15px;
}

.closeMontering {
    float: right;
    margin-bottom: 15px;
}

.swiper-pagination.productSlider,
.swiper-pagination.imageSlider {
    display:none;
}
.swiper-pagination-bullet {
    background: #2B2E34;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #D5CFCF;
}

.caseProductWrapper {
    /*display:flex;
    flex-wrap:wrap;
    height: 100%; */
    display: contents;
}

.caseProductImageWrapper {
    
}

.caseProductTextWrapper {
    width: 100%;
    align-self:flex-end;
}

.swiper-slide {
    height: auto;
    padding-bottom: 15px;
}

.imageSlider img {
    width: 100%;
}

div[customClass="imageFull"] img {
    width: 100%;
}

div[customClass="imagesMargin"] img {
    margin-bottom: 30px;
    width: 90%;
}

div[customClass="imagesMargin"] img:first-child {
    margin-top: 30px;
}

footer.footerDesk {
    margin-top: 0;
}
@media (max-width:1366px) {
    
    
    div[customClass~="fullColumnsOnTablet"] .column {
        max-width: 100%;
        flex: 0 0 100%;
    }

}

@media (max-width:820px) {
    .heroVideoWrapper  {
        height: auto !important;
    }
    
    .heroVideoWrapper video {
        height: auto !important;
    }
}

@media (max-width: 1024px) {
    h2 {
        font-size: 45px;
    }
    
    .projectinterviewTitle {
        padding-left: 15px;
        margin-bottom: 30px;
    }
}

@media (max-width:768px) {
    
    .closeMontering {
        margin-right: 15px;
    }
    
    div[customClass="marginTop120"] {
        margin-top: 0;
    }
    
    .grid-section div[customclass="boxed"] {
        margin-bottom: 0 !important;
    }
    
    div[customclass="boxed"] > .row {
        display:flex;
        flex-wrap:wrap;
    }
    
    div[customclass="boxed"] .column {
        width: 50%;
        
    }
    
    div[customclass="boxed"] .column a {
        font-size: 14px;
    }
    
    div[customclass="boxed"] .column > div {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    div[customclass="boxed"] .column > div p {
        text-align:left !important
    }
    
    div[customclass="boxed"] .column:nth-child(1) p,
    div[customclass="boxed"] .column:nth-child(3) p {
        padding-left: 30px !important;
    }

    div[customclass="boxed"] .column:nth-child(3) {
        border-bottom: none;
    }
    
    div[customclass="boxed"] .column:nth-child(1),
    div[customclass="boxed"] .column:nth-child(2) {
        border-bottom: solid 1px #707070;
        
    }
    
    div[customclass="boxed"] .column:nth-child(1) > div,
    div[customclass="boxed"] .column:nth-child(2) div {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    
    div[customclass="boxed"] .column:nth-child(3) > div,
    div[customclass="boxed"] .column:nth-child(4) > div {
        padding-bottom: 0 !important;
        padding-top: 30px !important;
    }
    
    div[customclass="boxed"] .column {
        border-left: none;
        padding: 0;
    }
    
    div[customclass="boxed"] .column:last-child {
        border: none;
    }
    
    div[customClass="reverse"] > div {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .grid-section > div {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
        padding-top: 0 !important;
    }
    
    main .container {
        padding-top: 15px;
    }
    
    .projectIntervewText {
        margin-bottom: 15px;
    }
    
    .projectInterviewWrapper {
        margin-top: 30px;
    }
    
    div[customClass~="hideOnMobile"] {
        display:none;
    }
    
    .listDynamicWrapper {
        margin-top: 15px;
    }
    
    .caseProductWrapper {
        margin-bottom: 15px;
    }
    
    .swiper-pagination.productSlider,
    .swiper-pagination.imageSlider {
        display:block;
    }
    
    .swiper-wrapper {
        margin-bottom: 45px;
    }
    
    #monteringWrapper .grid-section .row {
        margin: 0;
    }
    
    #monteringWrapper .grid-section .row .column {
        padding-left: 0;
        padding-right: 0;
    }
    
    #monteringWrapper .grid-section > div[rowwidth="mellan"] > .row {
        width: 100%;
    }
    
    div[customClass~="centerContent"] h2 {
        margin-bottom: 15px; 
    }
    
    div[customClass="imagesMargin"] img {
    margin-bottom: 30px;
        width: 100%;
    }
    
    .caseProductWrapper img {
        margin:auto;
        height: auto;
    }
    
    div[customclass~="monteringChoise"] {
        padding-top: 15px !important;
    }
    
    div[customclass~="mobileEmbedded"] > div > .column  {
        width: 100%;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 35px;
        margin-top: 0;
    }
    
    .videoTextWrapper h2{
        font-size: 18px;
    }
    
    .playBtn img {
        width: 25px;
    }
    
    .line.line-left {
        left: 2%;
    }
    
    .line.line-right {
        right: 2%;
    }
    
    main .container .grid-section > div > .row {
        width: 100%;
    }
    
    main .container {
        padding-top: 15px;
        /*padding-left: 15px;
        padding-right: 15px;*/
    }
    
    div[customClass="monteringChoise"] {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    div[customClass="monteringWrapperRow"] {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    .dynamiContentWrapper img {
        width: 11px;
    }
    
    p.dynamiContentWrapper {
        font-size: 17px;
    }
    
    h3 {
        font-size: 28px;
    }
    
    .caseProductWrapper h3 {
        font-size: 22px;
    }
    
    main .container .grid-section div[rowwidth="mellan"] > div {
        width: 100%;
    }
    
    div[customclass="mellan"],
    div[rowwidth="full"] {
        width: 100%;
        margin:auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    div[customclass="margin10"] { 
        margin: 0;
        margin-top: 15px;
    }
    

    
    .boxedLink:after {
        background-image: url('/media/15zhqkkp/right-arrow.svg');
        background-size: 16px 16px;
        width: 16px; 
        height: 16px;
        top: 3px;
        left: 5px;
        content:"";
    }
    
    .listDynamicWrapper {
        margin-left: 0;
        margin-right: 0;
    }
    
    div[customclass="boxed"] .column {
        width: 100%;
    }
    
    div[customclass="boxed"] .column {
        border-left: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #no-padding-video .column:first-child {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    
    .personalItem {
        padding: 10px;
        width: 100%;
    }
    
    div[customclass~="noMargins"] > .row > .col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .tabs-wrapper .column {
        border-bottom: solid 1px #707070;
        
    }
    
    .tabs-wrapper .column > div {
        padding-top: 20px !important;
    }
}

