[v-cloak] {
    display: none;
}

.desktop-view {
    display: none;
}

.mobile-view {
    display: inherit;
}

#LangSwitch {
    padding-left: 1em;
}

#ContactButton {
    padding-left: 2em;
}


#NavItemsContainer .nav-link {
    color: rgba(0,0,0,.9);
}

    #NavItemsContainer .nav-link.active {
        text-decoration: underline;
    }

a.navbar-brand {
    font-family: 'Bitter', serif;
    color: #969696 !important;
    font-size: 1.4rem;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
}

@media (min-width: 768px) {
    .desktop-view {
        display: inherit;
    }

    .mobile-view {
        display: none;
    }

    #NavItemsContainer li:not(#LangSwitch) {
        padding-left: 1.5em;
    }

    #LangSwitch {
        padding-left: 1em;
    }
}

/************** GENERAL STYLING **************/


.mobileTitle {
    font-family: 'Bitter', serif;
    color: #969696 !important;
    font-size: 1.4rem;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
}

    .mobileTitle > a {
        color: #969696 !important;
        text-decoration: none !important;
    }

.btn:disabled {
    color: gray;
    border-color: gray;
}

body {
    font-family: 'Fira Sans', sans-serif;
    color: #232323;
    overflow-x: hidden;
}

h1 {
    font-family: 'Bitter', serif;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

h2 {
    font-family: 'Bitter', serif;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

h3 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.3em;
    margin-bottom: 1rem;
}

p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #969696;
}

a {
    color: #232323;
}

    a:hover {
        color: #C73E32;
    }

label {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #969696;
}

.grey {
    color: #969696;
}

.black {
    color: black;
}

.bg-lightgreen {
    background: #D4EBC2;
}

.underline {
    text-decoration: underline;
}

.logo {
    height: 100px;
}

.right-side-rounded {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

.invisible {
    visibility: hidden;
}

/************** MODALS **************/
.modal-close-button button {
    margin: 10px 10px 10px auto;
    display: block;
}

/************** BUTTONS **************/

.btn-outline-primary {
    color: #FFFFFF;
    background-color: #DF5346;
    border-color: #DF5346;
    border-width: 2px;
}

    .btn-outline-primary:hover {
        background-color: #C73E32;
        border-color: #C73E32;
    }

.btn-outline-secondary {
    color: #DF5346;
    background-color: #FFFFFF;
    border-color: #DF5346;
    border-width: 2px;
}

    .btn-outline-secondary:hover {
        color: #C73E32;
        border-color: #C73E32;
        background-color: #FFFFFF;
    }

.btn-outline-tertiary:hover {
    color: #AAA;
    background-color: #FFFFFF;
    border-color: #AAA;
    border-width: 2px;
}

.btn-outline-secondary:hover {
    color: #c73232;
    border-color: #C73E32;
    background-color: #FFFFFF;
}

/************** SOCIAL ICONS **************/

span.social {
    color: #232323;
    font-size: 1.5em;
}

    span.social i {
        padding: 0.15em;
    }




/************** STRETCH BACKGROUND TO BORDER **************/

.white-background-stretch-to-left-border {
    margin-left: -100vw;
    padding-left: 100vw;
    background: rgba(254, 254, 254, 0.5);
}

.grey-background-stretch-to-right-border {
    margin-left: -500px;
    margin-right: -500px;
    padding-left: 500px;
    padding-right: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(220, 220, 220, 0.5);
}

@media (min-width: 768px) {
    .grey-background-stretch-to-right-border {
        margin-left: 0;
        padding-left: 100px;
    }
}

.grey-background-stretch-to-left-border {
    margin-left: -500px;
    padding-left: 500px;
    padding-top: 1.8em;
    padding-bottom: 1.8em;
    padding-right: 1.8em;
    background: #969696;
    color: #FFF;
}


/************** OVERLAP ADRESS WHEN STACKED **************/

.overlap-address-when-stacked {
    margin-top: -40px;
}

@media (min-width: 768px) {
    .overlap-address-when-stacked {
        margin-top: 0;
    }
}


/************** TITLE WIDTH **************/

@media (min-width: 768px) {
    .title {
        padding-right: calc(60px + 10px); /* image overlap + extra padding */
    }
}


/************** BRANDED BORDERS **************/

.green-border-on-the-left {
    border-left: 10px solid #87c857;
    border-right: 10px solid transparent;
    padding-top: 0px;
    padding-bottom: 20px;
}

.green-border-on-the-right {
    border-right: 10px solid #87c857;
    border-left: 10px solid transparent;
    padding-top: 0px;
    padding-bottom: 20px;
    overflow-x: hidden;
}

.no-border-on-either-side {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    padding-top: 3em;
    padding-bottom: 3em;
}

@media (min-width: 768px) { /*MD*/
    .green-border-on-the-left {
        border-left: 20px solid #87c857;
        border-right: 20px solid transparent;
        padding-left: 20px;
        padding-right: 20px;
    }

    .green-border-on-the-right {
        border-right: 20px solid #87c857;
        border-left: 20px solid transparent;
        padding-right: 20px;
        padding-left: 20px;
    }

    .no-border-on-either-side {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) { /*LG & XL & XXL*/
    .green-border-on-the-left {
        border-left: 80px solid #87c857;
        border-right: 80px solid transparent;
        padding-left: 80px;
        padding-right: 80px;
    }

    .green-border-on-the-right {
        border-right: 80px solid #87c857;
        border-left: 80px solid transparent;
        padding-right: 80px;
        padding-left: 80px;
    }

    .no-border-on-either-side {
        border-left: 80px solid transparent;
        border-right: 80px solid transparent;
        padding-left: 80px;
        padding-right: 80px;
    }
}


/************** NEWS **************/

.news img { /* XS */
    object-fit: cover;
    width: 100%;
    height: 240px;
}

@media (min-width: 576px) { /* SM */
    .news img {
        object-fit: cover;
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 768px) { /*MD & LG */
    .news img {
        object-fit: cover;
        width: 100%;
        height: 150px;
    }
}

@media (min-width: 1200px) { /*XL & XXL*/
    .news img {
        object-fit: cover;
        width: 100%;
        height: 240px;
    }
}

.grey-badge {
    display: inline-block;
    background-color: #969696;
    color: #FFF;
    padding: 0.3em 0.8em 0.3em 0.8em;
    text-transform: uppercase;
}

.news a {
    text-decoration: none;
}

    .news a i {
        color: #DF5346;
    }

    .news a:hover {
        color: #C73E32;
    }

        .news a:hover i {
            color: #C73E32;
        }

.news p {
    line-height: 1.7em;
}

.article {
    cursor: pointer;
    display: contents;
}

    .article:hover .article-img-container {
        opacity: 0.5;
    }

.article-img-container {
    display: grid;
}

    .article-img-container > * {
        grid-area: 1/-1;
    }

.news-tag {
    align-self: start;
    justify-self: start;
    margin: 0.5rem;
    padding: 0.25rem 0.75rem 0.15rem 0.75rem;
    background-color: white;
    border-radius: 1rem;
    line-height: 1;
    box-shadow: 0 0 5px 0px #0002;
}

.article .anchor {
    text-decoration: underline;
    color: black;
}

.article:hover .anchor {
    color: #C73E32;
}

.iconContainer {
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 10px auto;
}

.circleContainer {
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: white;
    color: gray;
    font-weight: bold;
    width: 70px;
    height: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -ms-opacity: 1;
    opacity: 1;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}


.carousel-control-next, .carousel-control-prev {
    width: 50px;
    /*half the imageHeight*/
    -ms-opacity: 1;
    opacity: 1;
    top: 120px;
    bottom: unset;
}

.carousel-control-prev {
    left: -10px;
}

.carousel-control-next {
    right: -10px;
}

/* Others */
.otherlink {
    text-decoration: none;
}

    .otherlink .icon-apotheek-icon {
        font-size: 2rem;
        vertical-align: middle;
    }

.overlay {
    position: fixed;
    background: #000;
    opacity: .3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9998
}

.btn-group-item-left {
    -ms-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    border: 1px solid gray;
}

.btn-group-item-right {
    -ms-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    border: 1px solid gray;
}

.btn-group-item-active {
    background: #efefef;
    font-weight: bold;
}

.btn-group-item-inactive {
    color: gray;
    font-weight: bold;
}

.tags-container {
    font-size: .8em;
    line-height: 1.75;
    margin: 0 -.25rem .5rem -.25rem;
    display: flex;
    flex-wrap: wrap;
}

.tag {
    text-transform: uppercase;
    background: #969696;
    border-radius: 10rem;
    padding: .125em 1em;
    color: white;
    margin: .25rem;
}

.tag:hover {
    opacity: .8;
    color: white !important;
}

.tag.section-tag {
    background: #4CA1EF;
}

.version {
    color: white;
}

.d-contents {
    display: contents;
}