@font-face {
    font-family: 'Calibri';
    font-weight: 300;
    font-display: fallback;
    src: local('Calibri Light'), local('Calibri-Light'), url(../fonts/Calibri-Light.woff2) format('woff2'), url(../fonts/Calibri-Light.woff) format('woff'), url(../fonts/Calibri-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Calibri';
    font-weight: normal;
    font-display: fallback;
    src: local('Calibri Light'), local('Calibri-Light'), url(../fonts/Calibri-Light.woff2) format('woff2'), url(../fonts/Calibri-Light.woff) format('woff'), url(../fonts/Calibri-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Calibri';
    font-weight: 600;
    font-display: fallback;
    src: local('Calibri Regular'), local('Calibri-Regular'), url(../fonts/Calibri-Regular.woff2) format('woff2'), url(../fonts/Calibri-Regular.woff) format('woff'), url(../fonts/Calibri-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Calibri';
    font-weight: bold;
    font-display: fallback;
    src: local('Calibri Bold'), local('Calibri-Bold'), url(../fonts/Calibri-Bold.woff2) format('woff2'), url(../fonts/Calibri-Bold.woff) format('woff'), url(../fonts/Calibri-Bold.ttf) format('truetype');
}

/* GENEREL */

body {
    font-family: 'Calibri', sans-serif;
}


body .related-articles .related-article:nth-child(3){
clear:both;
}

.layout-master ol li::marker{
color:red;
}

.layout-master ol li{
font-weight:600;
}

.layout-master p {
    line-height: 18px !important;
    font-weight: 600;
}

.layout-master .product strong {
    font-weight: 800;
}
.layout-master .article-item ul{
    /*list-style:none;*/
    overflow:auto;
    padding-left:20px;
}

    .layout-master .article-item ul li {
        margin-bottom: 0;     
    }

.layout-master {
    background-image: none !important;
}
    .layout-master .title {
        font-family: 'Calibri', sans-serif;
    }

    .layout-master .type-frontpage {
        padding: 25px 14px;
    }
    /* HEADERBAR */
    .layout-master .headerbar {
        position: relative;
        z-index: 999;
        background-color: #f2f2f2;
        height: 30px;
        color: #757575;
        overflow: hidden;
    }

.layout-master .submenu-content label.radiobutton{
color:#000;
}

.layout-master .headerbar-image {
    display: inline-block;
    margin-top: 4px;
    max-height: 22px;
}

.layout-master .headerbar-tool {
    float: right;
    margin-left: 20px;
    line-height: 20px;
    padding: 5px 0;
}

.layout-master .headerbar-tool img {
    transition: filter 0.2s;
}

.layout-master .headerbar-tool a {
    color: #757575;
    text-decoration: none;
}

.layout-master .headerbar-tool a:hover {
    color: #4f4f4f;
}

.layout-master .headerbar-tool a:hover img {
    filter: invert(30%);
}

.layout-master .headerbar-tool--trustpilot {
    padding-top: 3px;
}

.layout-master .headerbar .container {
    background-color: transparent;
}

    .layout-master .sub-header {
        padding: 0;
    }

    .layout-master .bar-wrapper .text-container .title {
    margin-bottom:10px;
    font-size:40px;
    }
    .layout-master .sub-title {
        font-size: 20px;
    }
    .layout-master .type-subpage .main-wrapper .title.type-seperator {
        font-size: 40px;
    }
    .layout-master .article-item .subtitle {
        font-size: 32px;
    }
    .layout-master .type-subpage .main-wrapper h1.title.type-seperator {
        line-height: 23px;
        margin-bottom: 28px;
    }
    .layout-master .type-subpage .main-wrapper .article-item.type-main{
        margin-bottom:0;
    }

    .layout-master .article-item .type-mainp {
        font-weight:600;
    }



    .layout-master .search-container .btn i {
        font-size: 19px;

    }
    /* Newsletter bar*/
    .layout-master .newsletter-wrapper {
        position: relative;
        background-color: rgba(0,0,0,0.0);
    }
    .layout-master .bar-wrapper .container {
        background-color: rgba(0,0,0,0.0);
    }

    .layout-master .newsletter-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(46, 76, 56, 0.90);
    }


    .layout-master .newsletter-wrapper .content-container .text-container {
        width: 70%;
        font-size: 16px;
        font-weight: 600;
    }

    .layout-master .newsletter-wrapper .content-container .image-container {
        right: 0;
        width: 28%;
    }
        .layout-master .newsletter-wrapper .content-container .text-container #newsletterForm div input {
            margin: 0;
            border: none;
        }
        .layout-master .newsletter-wrapper .content-container .text-container #newsletterForm .form-input {
            float: left;
            width: 34%;
            margin-right: 10px;
        }
        .layout-master .newsletter-wrapper .content-container .text-container #newsletterForm div:nth-child(1) {
            margin-right: 10px;
        }
        .layout-master .newsletter-wrapper .content-container .text-container #newsletterForm div, .layout-master .newsletter-wrapper .content-container .text-container #newsletterForm .btn {
            float: left;
        }
    .layout-master .newsletter-wrapper .content-container .text-container #newsletterForm .btn {
        background-color: #EC5345;
        color: #fff;
        border: none;
        padding: 5px 0;
        text-decoration: none !important;
    }
        .layout-master .newsletter-wrapper .content-container .text-container #newsletterForm label.error {
            top: 40px;
            left:0;
        }


    .layout-master .product p{
        font-size:16px;
    }
    .layout-master .product-image img, .layout-master .product-image {
        max-height: 140px;
    }

    .layout-master .product {
        min-height:280px;
    }
    /*NAV*/
    .layout-master {
        margin: 120px 0 0 0;
    }

.layout-master header {
    z-index: 2000!important;
    max-width:inherit;
}

    .layout-master header nav > ul {
        margin-top: 0;
        margin-right: 175px;
    }

        .layout-master header nav > ul > li {
            position: relative;
            margin-bottom: 0;
            padding-right: 1px;
            padding-bottom: 27px;
            font-size: 20px;
            font-weight: 600;
        }

            .layout-master header nav > ul > li a {
                padding: 4px 8px;                
            }
    .layout-master header nav a {
        color: #000;

    }
    .layout-master header nav li a:hover{
        background-color: rgba(0,0,0,0.0);
        color: #EC5345;
    }

    .layout-master header nav > ul > li a img {
        display: inline-block;
        vertical-align: middle;
        transition: filter 0.2s;
        display: none;
    }

                .layout-master header nav > ul > li a:hover img {
                    filter: invert(100%);
                }

            .layout-master header nav > ul > li ul {
                position: absolute;
                z-index: 10;
                pointer-events: none;
                margin: 0;
                padding: 12px;
                opacity: 0;
                transition: opacity 0.3s;
                max-width: 200px;
                top: 100%;
                left: 0;
                background-color: white;
                box-shadow: 0px 0 20px -10px black;
            }

                .layout-master header nav > ul > li ul li {
                    font-size: 18px;
                    font-weight: normal;
                    width: 100%;
                }

                .layout-master header nav > ul > li ul:before {
                    content: "";
                    position: absolute;
                    bottom: 100%;
                    left: -20px;
                    right: -20px;
                    height: 20px;
                    background-color: white;
                    pointer-events: none;
                }

            .layout-master header nav > ul > li:hover > ul {
                opacity: 1;
                pointer-events: all;
                transition: opacity 0.3s;
            }

            .layout-master header nav > ul > li.menuitem.menuitem--home a img {
                height: 22px;
                margin-top: -3px;
            }

            .layout-master header nav > ul > li.menuitem.menuitem--home a:hover {
                background-color: transparent;
            }

                .layout-master header nav > ul > li.menuitem.menuitem--home a:hover img {
                    filter: invert(30%);
                }

    .layout-master header .logo {
        top: calc(50% + 4px);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 276px;
        max-height: 90px;
    }

        .layout-master header {
            position: fixed;
            z-index: 100;
            top: 0;
            left: 0;
            width: 100%;
            background-color: white;
            box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.6);
            padding: 0;
        }

.layout-master header .content-container {
    position: relative;
    height: 90px;
}
    .layout-master nav .basket-item {
        position: absolute;
        padding: 13px 22px 13px 58px;
        bottom: 20px;
        right: 0;
        display: inline-block;
        width: 165px;
        color: white;
        border-radius: 999px;
        font-size: 18px;
        font-weight: 200;
        text-decoration: none;
        height: inherit;
        background: #EC5345 url(./img/cart.svg) no-repeat 28px 12px;
    }
        .layout-master .basket-item:hover, .layout-master .article-item.type-teaser .btn:hover, .layout-master .newsletter-wrapper .content-container .text-container #newsletterForm .btn:hover, .layout-master .wide-banner-home .wide-banner-text .find-vet-btn:hover {
            background-color: #d14b42;
        }

    /* Footer */
        .layout-master footer {
            font-family: 'Calibri', sans-serif;
            background-color:#f2f2f2;
        }
            .layout-master footer .vf-logo {
                width:60%!important;
            }
            .layout-master footer p {
                font-size: 16px;
                font-weight: 600;
                font-family: 'Calibri', sans-serif;
            }

            .layout-master footer .title {
                font-size: 20px;
                font-weight: bold;
                font-family: 'Calibri', sans-serif;
            }
            .layout-master footer a {
                text-decoration: none;
                color: #EC5345;
                font-size: 16px;
            }


            /* IMAGE BANNER */
            .layout-master .image-banner {
                position: relative;
                min-height: 500px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
            }
                .layout-master .image-banner .search-container {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    min-width: 350px;
                    margin: 0 !important;
                    background: transparent radial-gradient(closest-side at 50% 50%, #00000080 0%, #00000000 100%);
                }
                    .layout-master .image-banner .search-container .btn {
                        width: 50px;
                    }
                    .layout-master .image-banner .search-container .btn {
                        padding-top: 9px;
                        text-decoration: none !important;
                    }
            .layout-master .image-banner .search-container h3{
                color:#fff;
                font-size:40px;
                text-align:center;
                max-width:600px;
            }
            .layout-master .image-banner .search-container .search-buttons {
                border: none;
                background-color: #fff;
                width: 400px;
                margin: auto;
                margin-top:25px;
            }
            .layout-master .image-banner .search-container .search-buttons input {
                border: none;
                background-color: #fff;
            }
                .layout-master .image-banner .search-container .search-buttons .btn {
                    border: none;
                    background-color: #EC5345;
                    text-decoration: none !important;
                }

        .layout-master .icon-link:hover {
            color: #EC5345;
        }
            /* HOME */

        .layout-master .forside-boks {
            min-height:190px;
        }
            .layout-master .left-align .column-wrapper:nth-child(1) {
            float: left !important;
            margin-left: 0 !important;
        }
        .layout-master .left-align .article-intro-wrapper{
            padding-right:15px;
        }
        .layout-master .column-wrapper .title-container .title {
            font-size: 28px !important;
            font-weight: bold !important;
        }
        .layout-master .article-intro-wrapper h2 {
            font-size: 20px !important;
            font-weight: bold;
            line-height: 22px;
        
            }
        .layout-master .article-intro-wrapper p {
            font-size: 16px !important;
            font-weight: 600;

        }
        .layout-master .article-intro-wrapper .btn {
            background-color: #E9544A;
            color: #fff;
            padding: 8px 25px;
            font-size: 16px !important;
            font-weight: 800;
            text-decoration: none!important;
        }
            .layout-master .article-intro-wrapper .btn i{
                display:none;
            }


            .layout-master .news-floater {
                width: 100%;
                float: none;
                background-color: #F2F2F2;
                padding: 15px;
            }
                .layout-master .news-floater .news-floater-header {
                    background-color: #2E4C38;
                    color: #fff;
                    font-size: 16px;
                    padding: 6px 15px;
                    font-weight: 800;
                    height: inherit;
                }


                .layout-master .news-floater .alternate .title a {
                    color: #2E4C38!important;
                }

    .layout-master .wide-banner-home {
        position: relative;
        min-height: 300px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 55px;
    }

        .layout-master .wide-banner-home .wide-banner-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(117, 117, 117, 0.80);
            z-index: 2;
        }
        .layout-master .wide-banner-home .wide-banner-text {
            position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
            background-color: rgba(0,0,0,0.0);
            z-index: 2;
            color:#fff;
            text-align:center;
            font-size:16px;
        }
            .layout-master .wide-banner-home .wide-banner-text a, .layout-master .pager a.pager-item {
                color: #fff !important;
            }

            .layout-master .wide-banner-home .wide-banner-text .find-vet-btn {
                background-color: #EC5345;
                color: #fff;
                padding: 8px 25px;
                text-decoration: none;
                font-weight: 600;
            }

        .layout-master .type-teaser .btn {
            background-color: #EC5345;
            color: #fff;
            border-radius: 0;
            float: left;
            font-weight: 600;
            text-decoration: none !important;
        }
    .layout-master .type-teaser .title{
        font-size:16px!important;
    }
        .layout-master .article-item.type-teaser p {
            font-size: 16px;
            font-weight: 600;
        }

        .layout-master .article-item ul  {
            list-style: none;
        }
        .layout-master .article-item ul li{
            padding:0;
        }
            .layout-master .article-item ul li:before {
                /* display:none;*/
                content: "\2022";
                color: #EC5345;
                margin-right: 6px;
                background: none;
                position: absolute;
				top:0;
				left: -15px;
                width: 10px;
                height: 25px;
                display: block;
                float: left;
            }

        .layout-master .article-item a {
            color: inherit;
            font-weight:800;
        }

        .layout-master .teaser-header {
            display: none !important;
        }
    .layout-master .type-teaser .btn i {
        display:none;
    }
    .layout-master .article-item .price{
        color:#000;
    }

        .layout-master .bokse-wrapper .column-wrapper {
            width: 31.33% !important;
            margin-right: 2% !important;
        }

        /* Employee page*/
        .layout-master .employee-page{
            min-height:0;
        }
        /* Leksikon */
        .layout-master .lexicon-banner-wrapper {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            min-height: 370px;
            width: 100%;
            margin-bottom: 25px;
        }
        .layout-master .lexicon-subject-wrapper ul {
            column-count: 3;
            width: 100%;
            padding-left: 0;
        }
            .layout-master .breadcrumb-wrapper ul li a {
            color: #000;
            text-decoration: none;
        }
        

        .layout-master .submenu, .layout-master .pagemenu-content {
            background-color: #F2F2F2;
        }
            .layout-master .submenu ul li a.active, .layout-master .pagemenu-content ul li a.active{
                background-color:#d6d6d6;
               
            }
.submenu ul li a:hover, .layout-master .pagemenu-content ul li a:hover {
    background-color: #d6d6d6;
}
            .layout-master .submenu ul li a, .layout-master .pagemenu-content ul li a{
                color: #000;
                padding-bottom:12px!important;
            }
.layout-master .searcher--small .searcher-input {
    font-size: 15px;
}

.layout-master .teaser-content {
    padding: 15px 20px 15px 15px;
}

.layout-master .contentbox-title {
    font-size: 22px;
}
.layout-master .product .product-buy{
    color:#fff!important;
    text-decoration:none!important;

}

.layout-master aside .search-container input {
    border-color: #000;
    border-width: 1px 0 1px 1px;
    width: calc(100% - 45px);
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 10px;
}
.layout-master aside .search-container .btn {
    background-color: #EC5345;
    line-height: 18px;
    padding: 10px;
    text-decoration: none !important;
}
.layout-master .letter-btn {
    width: 45px;
    height: 45px;
    float: left;
    margin: 0 7px 7px 0;
    text-decoration: none;
    background-color: #F2F2F2;
    position: relative;
    -moz-transition: 100ms ease-in-out all;
    -o-transition: 100ms ease-in-out all;
    -webkit-transition: 100ms ease-in-out all;
    transition: 100ms ease-in-out all;
}
    .layout-master .letter-btn.active, .layout-master .letter-btn:hover {
        background-color: #EC5345;
    }
        .layout-master .letter-btn.active span, .layout-master .letter-btn:hover span {
            color: #fff;
        }
    .layout-master .letter-btn span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 25px;
        font-weight: bold;
        color: #000;
      
    }


    .layout-master .lexicon-subject-wrapper {
    display:none;
    padding:0;
}
        .layout-master .lexicon-subject-wrapper li {
            list-style: none;
            width: 100%;
            margin-bottom:20px;
        }

.layout-master .lexicon-subject-wrapper.active {
    display: block;
}

        .layout-master .lexicon-subject-wrapper a {
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            color: #000;
        }

        /* Lexicon */
.layout-master .article-item p{
    line-height:20px!important;
}
.layout-master .article-item .comment2 a {
    color: #000 !important;
}

.layout-master .container .main-wrapper .lexicon-sub-header {
    min-height: 103px;
}
.layout-master .container .main-wrapper .lexicon-sub-header h1 {
	margin-bottom:0;
}

.layout-master .article-item span.title{
    font-size:28px!important;
}

.layout-master .article-item ul li {
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 18px;
}


.layout-master .lexicon-content-wrapper a, .layout-master .article-item a {
    color: #19627d !important;
    font-weight: 600;
    text-decoration: underline;
}

.layout-master .related-articles.main.article-item .related-article {
    width: 48%;
    float: left;
}

.layout-master .lexicon-content-wrapper a.btn, .layout-master .article-item a.btn {
    color: #fff !important;
    text-decoration: none !important;
}

.layout-master .related-articles.main.article-item .related-article:nth-child(2n) {
    margin-left: 4%;
}
.layout-master .related-articles.main.article-item .related-article a {
    font-weight:600;
}
    .layout-master .related-articles.main.article-item .related-article .icon-link {
        color:#000;
    }
    .layout-master .related-articles.main.article-item .related-article .icon-link:before {
        background-color: #EC5345!important;
        border-radius:100px;
    }

    /* Lexicon pop-in */

.layout-master .products-pop-in-wrapper {
    margin-top: 25px;
}

.layout-master .products-pop-in-btn {
    background-color: #2E4C38;
    color: #fff;
    position: fixed;
    right: 0;
    padding: 5px 8px;
    cursor: pointer;
    /*display: none;*/
    margin-top: 25px;
    z-index: 5;
	/*display:none!important;*/
}
    .layout-master .products-pop-in-btn.active {
        display: block;
    }

    .layout-master .products-pop-in-btn .right-side, .layout-master .products-pop-in-btn .left-side {
        float: left;
    }
    .layout-master .products-pop-in-btn .left-side {
        width: 30px;
        height: 35px;
        position:relative;
        margin-right:8px;
    }
    .layout-master .products-pop-in-btn .left-side img {
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
    }


    .layout-master .products-pop-in-btn .right-side {
        width: 80px;
    }
        .layout-master .products-pop-in-btn .right-side span:nth-child(2) {
            font-weight: 800;
            font-size:17px;
        }

.layout-master .products-pop-in {
    width: 270px;
    position: fixed;
    right: 0;
    z-index: 4;
    background-color: #f2f2f2;
    padding: 15px;
    display: none;
    margin-top: 25px;
    z-index: 5;
}
    .layout-master .products-pop-in.active {
        display: block;
    }
    .layout-master .products-pop-in .product .product-buy {
        padding: 5px 11px;
        width: 60%;
        left: 10px;
        transform: none;
        text-transform: none;
        margin-top:0;
		    border-radius: 2em;
    border: none;
    }
    .layout-master .products-pop-in .product .product-buy:before {
        display:none;
    }

    .layout-master .products-pop-in .pop-in-top h3 {
        margin: 0;
        float: left;
        font-size: 18px;
    }
    .layout-master .products-pop-in .pop-in-top span {
        float: left;
        margin-top: -4px;
    }
    .layout-master .products-pop-in .pop-in-top .close-pop-in{
        cursor:pointer;
    }

    /* Brevkasse */
.layout-master .searcher-button {
    background-color: #EC5345 !important;
}
.layout-master .searcher.searcher--right .searcher-input {
    border: 1px solid #000 !important;
    border-width: 1px 0 1px 1px !important;
    width: 100%;
}
.layout-master .submenu-content-section .submenu-title {
    color:#000;
}
.layout-master .radioicon .radioicon-text {
    color: #000;
}
.layout-master .teaser .teaser-content .teaser-link:before, .layout-master .teaserbox-content .teaserbox-link:before {
    background-color: #EC5345 !important;
    border-radius: 100px;
}

.layout-master .teaserbox-content .teaserbox-title, .layout-master .teaser .teaser-content .teaser-title {
    font-weight: 800;
}
.layout-master .pager .pager-item {
    background-color: #ADADAD;
    color:#fff;
}
.layout-master .pager .pager-item.pager-item--active {
    background-color: #757575!important;
}

.layout-master .products-slideshow-mobile-wrapper {
    display: none!important;
}

.layout-master .products-slideshow-wrapper {
    display: block!important;
}

.layout-master .backlink:before {
    background-color: #2E4C38;
}

/* Personer */
.layout-master .thumb-container .thumb-wrapper .text-container .overlay {
    background-color: #2E4C38;
}
/* Small desktop */
@media only screen and (min-width : 646px) and (max-width : 1250px) {
    body {
        background-color:#fff;
    }
    
    .layout-master .wide-banner-text.container {
        width: 90%;
    }
    .layout-master .wide-banner-text .title.type-seperator {
        margin-top: 0;
    }

    .layout-master header .logo {
        max-width:196px;
    }
}

/* Tablet */
@media only screen and (min-width : 646px) and (max-width : 1030px) {

    .layout-master header .logo {
        max-width: 196px;
        position: absolute;
        top: 14px;
        margin-top: 10px;
    }
    .layout-master header nav > ul {
        margin-right: 115px !important;
        margin-left: 0 !important;
    }
        .layout-master header nav > ul > li {
            font-size: 18px;
            padding-bottom: 17px;
        }

    .layout-master header nav {
        overflow: visible;
    }
        .layout-master header nav .basket-item {
            padding: 13px 22px 13px 36px;
            background: #EC5345 url(./img/cart.svg) no-repeat 8px 12px;
            font-size: 18px;
            width: 115px;
        }

}
@media only screen and (min-width : 646px) and (max-width : 676px) {

    .layout-master header nav > ul {
        margin-right: 0 !important;
        height: 37px;
    }
    .layout-master header nav .basket-item{
        bottom:40px!important;
    } 
}

/* Styling of product slider*/
@media only screen and (max-width: 820px) {
.layout-master .product .product-buy{
	width:115px;
}
	
	.layout-master .wide-partner-banner{
		display:none;
	} 
	
}

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

	.layout-master .small-partner-banner{
		display:none;
	} 
	
}

    /* Mobile */
@media only screen and (max-width: 645px) {
	
	body .layout-master .product-content-wrapper{
	width:50%;
		float: right;
	}
	body .layout-master .products-slideshow-mobile-wrapper .product-image{
	width:40%;
		float: left;
		background-color:rgba(0,0,0,0.0)!important;
	}
	body .layout-master .product-image img{
	
	}
	.layout-master .product .product-buy{
	position:inherit;
		transform:inherit;
		left:inherit;
		bottom:inherit;
		    margin: 40px auto 0;
}
	
	
    body {
        margin-top: -50px;
        background-color: #fff;
    }
    .type-subpage .article-item .title-container {
        margin-bottom: 10px;
    }
    .layout-master .article-item.type-teaser .btn {
        width:100%;
    
    }
	.layout-master .clinic-name{
		border:none;
		padding-bottom:0;
		
	}
	.layout-master .clinic-address{

		padding-top:0;
		
	}
	

	   
	
    .layout-master .type-frontpage aside .search-container{
        display:none!important;
    }
    .layout-master .related-articles.main.article-item .related-article {
        width:100%!important;
        margin-left:0!important;
    
    }
        .layout-master .article-item p {
        font-size: 18px !important;
        font-weight: 600;
        /*word-break: break-all;*/
    }
    .layout-master .related-articles .icon-link {
        word-break: break-all;
    }

    .layout-master footer {
        background-color: #F2F2F2;
        text-align: center;
        margin-top: 45px;
        background-image: none;
    }

    .layout-master .products-pop-in {
        margin-top: 0px;
    }

    .layout-master footer .disclaimer-container {
        text-align: center;
    }

    .layout-master .lexicon-subject-wrapper ul {
        column-count: 2;
    }
        .layout-master .mobilesearch.buffer-bottom-none-tablet input {
        background-color: #F2F2F2;
        color: #000;
    }

        .layout-master .mobilesearch.buffer-bottom-none-tablet input::placeholder {
            font-weight: 600;
            color: #000;
        }

    .layout-master .mobilesearch.buffer-bottom-none-tablet button {
        background-color: #EC5345;
    }

    .layout-master .image-banner {
        min-height: 350px;
    }

        .layout-master .image-banner .search-container h3 {
            margin-top: 0;
        }

    .layout-master .main-wrapper .article-item.type-main .column-wrapper:first-child {
        display: none;
    }

    .layout-master .main-wrapper .article-item.type-main .column-wrapper:last-child {
        width: 100%;
    }

    .layout-master .news-floater {
        display: none;
    }

    .layout-master .wide-banner-text.container {
        width: 90%;
    }

    .layout-master .bokse-wrapper .column-wrapper:first-child {
        width: 100% !important;
    }


    .layout-master .wide-banner-text .title.type-seperator {
        margin-top: 0;
    }

    .layout-master .newsletter-wrapper .content-container .text-container #newsletterForm .form-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .layout-master .wide-banner-home {
        min-height: 360px;
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .layout-master .ad-wrapper {
        margin: 0;
    }

    .layout-master .article-intro-wrapper h2 {
        font-size: 20px !important;
        font-weight: bold;
        line-height: 20px;
    }
    .layout-master .type-subpage .main-wrapper .title.type-seperator {
        font-size: 24px;
    }
    .layout-master .article-intro-wrapper h2 {
        font-size: 18px;
    }
        /* Menu */
        .layout-master .mobilemenu-item--active, .layout-master .mobilemenu-list-header {
        background-color: #757575 !important;
    }

    .layout-master .mobilemenu-item {
        border-color: #757575;
        color: #fff !important;
    }

    .layout-master .mobilemenu-item, .layout-master .mobilemenu-list {
        background-color: #ADADAD;
    }

    .layout-master .mobilemenu-item--shop, .layout-master .mobilemenu-item--shop.mobilemenu-item--active {
        background-color: #EC5345 !important;
    }

    .layout-master .mobilemenu-list ul li a:hover {
        background-color: #757575 !important;
        border-color: #757575;
    }

    .layout-master .products-slideshow-mobile-wrapper {
        display: block !important;
    }

    .layout-master .products-slideshow-wrapper {
        display: none !important;
    }

    .layout-master .lexicon-subject-wrapper li {
        width: 50%;
    }

    .layout-master .main-wrapper .column-wrapper .title.type-seperator {
        padding: 0;
        margin-top: -15px !important;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .layout-master .type-subpage .article-item p {
        margin-bottom: 10px;
    }

    .layout-master .type-subpage .main-wrapper h1.title.type-seperator {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .layout-master .type-subpage .main-wrapper .title.type-seperator {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 34px;
    }

    .layout-master .type-subpage .main-wrapper .article-item.type-main {
        margin-bottom: 0;
    }

    .layout-master .products-pop-in .product .product-image, .layout-master .product-image img {
        max-height: 160px;
        background-color: #fff;
    }

    .layout-master .products-pop-in .product {
        min-height: 250px;
    }

        .layout-master .products-pop-in .product .product-buy {
            position: static;
            margin-top: 10px;
        }

    .layout-master .products-slideshow-mobile-wrapper h3 {
        background-color: #D4D4D4;
        color: #000;
        text-align: center;
        font-size: 20px;
        padding: 6px;
        margin-top: 0;
    }

    .layout-master .products-slideshow-mobile-wrapper {
        background-color: #F2F2F2;
    }

        .layout-master .products-slideshow-mobile-wrapper .product {
            min-height: 150px;
            padding: 0;
        }

        .layout-master .products-slideshow-mobile-wrapper .product-image {
            width: 40%;
            float: left;
            margin-bottom: 0;
            background-color: #fff;
        }

        .layout-master .products-slideshow-mobile-wrapper .product-information {
            width: 60%;
            float: left;
            position: relative;
            min-height: 150px;
            padding: 12px 12px 12px;
        }

            .layout-master .products-slideshow-mobile-wrapper .product-information strong {
                font-weight: 800;
                margin-top: 6px;
            }

        .layout-master .products-slideshow-mobile-wrapper .special-label {
            width: 115px !important;
            padding: 5px 1px !important;
        }

        .layout-master .products-slideshow-mobile-wrapper .product-information .product-buy {
            text-transform: none;
            border: none;
            position: absolute;
            transform: none;
            width: 80%;
            bottom: 0;
            left: 0;
            width: 120px;
            padding: 7px 9px;
        }

            .layout-master .products-slideshow-mobile-wrapper .product-information .product-buy:before {
                display: none;
            }

    .layout-master .products-pop-in {
        top: 70px;
    }

    .layout-master .products-pop-in-btn {
        bottom: 25px;
    }

    .layout-master .pagemenu--theme .pagemenu-header {
        background-color: #F2F2F2;
        color: #000;
        margin-bottom: 30px;
    }

    .layout-master .collapser .collapser-item, .layout-master .collapser .collapser-item .collapser-title {
        background-color: #F2F2F2;
        color: #000;
    }

        .layout-master
        .collapser .collapser-item .collapser-title:hover {
            background-color: #D4D4D4;
            color: #000;
        }


    .layout-master footer img {
        margin: 0 auto;
    }

    .layout-master .search-container {
        display: block;
    }

        .layout-master .search-container input {
            width: 250px;
        }

        .layout-master .search-container .btn {
            float: left;
            text-decoration: none !important;
        }

    .layout-master .banner-search-wrapper {
        position: absolute;
        width: 100%;
        transform: translateX(-50%);
        left: 50%;
    }

        .layout-master .banner-search-wrapper .search-buttons {
            left: 50%;
            transform: translateX(-50%);
            position: absolute;
            width: 300px !important;
        }

    .layout-master .bar-wrapper .text-container .title{
        font-size:36px;
    }
    .layout-master .article-item .subtitle {
        font-size: 23px;
    }

    .layout-master .sub-header .breadcrumb-wrapper{
        padding-left:0;
    }
    .layout-master .type-frontpage .main-wrapper .article-item.type-main{
        padding:0;
    }
    .layout-master .related-articles {
        margin-left:0;
        margin-right:0;
    }

    .layout-master .ad-wrapper .title.type-seperator{
        padding-left:0;
    }
    .layout-master .container.type-frontpage .accordion{
        margin-top:-20px;
    }
    .layout-master .container.type-frontpage h1.title.type-seperator{
        padding:0;
    }
    .layout-master aside {
        padding-left: 0;
        padding-right: 0;
    }

    .layout-master .article-item ul li {
        font-weight: 600;
        font-size: 18px;
    }

    .layout-master .article-item span.title {
        line-height: 25px;
        word-break: break-word;
    }
    .layout-master .article-item h3 {
        line-height: 25px;
        margin-bottom: 5px;
    }

    .layout-master .products-pop-in-wrapper{
        margin-top:0;
    }

    .layout-master .products-slideshow-mobile-wrapper .product-information .product-buy{
        left:12px;
    }
    .layout-master .products-slideshow-mobile-wrapper .product-image img{
        height:160px;
    }
    .layout-master .products-slideshow-mobile-wrapper .special-label {
        margin-bottom: 10px;
    }

    .layout-master .pagemenu--theme .pagemenu-header.overview-header {
        margin-bottom: 0px;
    }
    .layout-master .brevkasse-slideshow {
        margin: 0px;
    }
    .layout-master .teaser .teaser-content .teaser-title {
        line-height: 24px;
    }

    .layout-master .teaserbox .teaserbox-content .teaserbox-title {
        line-height: 18px;
    }

    .layout-master .contentbox-title {
        line-height: 24px
    }

    .layout-master .forside-boks {
        min-height: inherit;
    }

    }
    
    /* Landscape */
    @media only screen and (min-device-width: 200px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
        .layout-master .products-pop-in-btn.active {
            display: none;
        }
    }

    @media only screen and (min-device-width: 200px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
        .layout-master .products-pop-in-btn.active {
            display: none;
        }
    }