﻿.component.mxms-resultaten .teaser-container:not(.glide) .mxms-teaser-default {
    margin-top: 30px;
}



@media screen and (max-width:850px) {
    .component.mxms-resultaten .teaser-container:not(.glide) .mxms-teaser-default {
        margin-top: 17px;
    }
}

@media screen and (min-width:850px) {
    .component.mxms-resultaten .teaser-container .teaser:nth-child(-n+3) .mxms-teaser-default {
        margin-top: 0;
    }
}

.component.mxms-resultaten .teaser-container .teaser:first-child .mxms-teaser-default {
    
    margin-top: 0;
}

.component.mxms-resultaten .teaser-container .teaser .mxms-teaser-default {
    transition: opacity linear 0.15s;
}


.mxms-teaser-default {
    display: flex;
    position: relative;
    text-decoration: none;
    flex-direction: column;
}



    .mxms-teaser-default .title-container {
        order: 2;
    }

    .mxms-teaser-default .afbeelding-container {
        position: relative;
        display: flex;
        flex-direction: column;
        order: 1;
    }

        .mxms-teaser-default .afbeelding-container .afbeelding {
            transition: transform linear 0.3s;
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            background-color: #fff3ae;
            background-image: url(/assets/3.0/images/design/loading.svg);
            background-size: 50px 50px;
            background-position: center center;
            background-repeat: no-repeat;
            aspect-ratio: 640/420;
            display: flex;
        }

    .mxms-teaser-default:hover .afbeelding {
        transition: transform linear 3.2s;
        transform: scale(1.05);
    }

html.embed .mxms-teaser-default .favorieten {
    display:none;
}

.mxms-teaser-default .favorieten {
    box-shadow: 0px 2px 20px -6px rgba(0,0,0,0.75);
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    border: none;
    padding: 0;
    box-sizing: border-box;
    transition: all linear 0.15s;
}

    .mxms-teaser-default.is-favorite .favorieten {
        background-color: #ff4134;
    }

.mxms-teaser-default .favorieten svg {
    width: 24px;
    height: 24px;
    margin: 8px;
    position: absolute;
    top: 2px;
    left: 0px;
    transition: all linear 0.15s;
}



            .mxms-teaser-default .favorieten svg.favorite {
                opacity: 0;
                fill:#fff;
            }

            .mxms-teaser-default .favorieten svg.not-favorite {
                opacity: 1;
            }

    .mxms-teaser-default.is-favorite .favorieten svg.favorite {
        opacity: 1;
    }

    .mxms-teaser-default.is-favorite .favorieten svg.not-favorite {
        opacity: 0;
    }

.mxms-teaser-default .text-container {
    order: 3;
    box-sizing: border-box;
    position: relative;
    margin-top: -2px;
}

    .mxms-teaser-default .prioriteit {
        z-index: 2;
        background-color: #000;
        position: absolute;
        top: 20px;
        left: 20px;
        color: #fff;
        font-weight: 900;
        padding: 5px 10px;
    }

.mxms-teaser-default.has-theme-banner .prioriteit {
    top: 53px
}

.mxms-teaser-event .prioriteit {
    top: 55px;
}

.mxms-teaser-default:hover {
    color: #202020 !important;
}

    .mxms-teaser-default .text-container *:not(.button) {
        margin: 0;
        padding: 0;
    }

.mxms-teaser-default a {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

        .mxms-teaser-default a:hover {
            color: #202020;
        }

    .mxms-teaser-default .thema-banner {
        height: 35px;
        line-height: 35px;
        background-color: #fff;
        font-size: 80%;
        font-weight: 900;
        padding-left: 10px;
        color: #202020;
    }

        .mxms-teaser-default .thema-banner.waarschuwing {
            background-color: #202020;
            color: #fff;
            font-size: 15px;
            font-weight: 900;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: absolute;
            top: 0;
            width: 100%;
            box-sizing: border-box;
        }

        .mxms-teaser-default .thema-banner .extra-tekst {
            float: right;
            height: 100%;
            padding: 0px 10px;
        }

.mxms-teaser-default .title {
    line-height: 120%;
    font-weight: 900;
    font-size: 100%;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mxms-teaser-default .text-container .extra-informatie {
    font-size: 80%;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 11px;
}

    .mxms-teaser-default .text-container .text {
        font-weight: 500;
        font-size: 80%;
        line-height: 150%;
    }

.mxms-teaser-default .details {
    display:flex;
    align-items:center;
}

.mxms-teaser-default.branch .details {
    flex-direction:column;
    align-items: self-start;
}

    .mxms-teaser-default.branch .details .adres {
        margin-bottom: 5px;
    }

    .mxms-teaser-default .details .locatie {
        flex: 1;
    }

    .mxms-teaser-default .details .tekst {
        vertical-align: top;
        line-height: 20px;
        font-size: 80%;
        font-weight: 900;
    }

    .mxms-teaser-default .details .locatie .tekst {
        display: inline-block;
        line-height: 20px;
    }

    .mxms-teaser-default .details svg {
        width: 17px;
        height: 20px;
        vertical-align: top;
    }

.mxms-teaser-default .details .links {
    display: flex;
}

    .mxms-teaser-default .details .links a {
        padding:4px;
    }

    .mxms-teaser-default .details .links a:not(:first-child) {
        margin-left: 8px;
    }

    .mxms-teaser-default .details .links svg {
        height: 20px;
        width: 24px;
        display: inline-block;
    }

.mxms-teaser-nieuwsbericht {
    background-color: #fff;
    position: relative;
    text-decoration: none;
    display: block;
    height: 100%;
}

.component:not(.has-background) .mxms-teaser-nieuwsbericht {
    background-color: #f5f5f5;
}

.mxms-teaser-nieuwsbericht .afbeelding-container {
    position: relative;
    overflow: hidden;
    padding-top: 84.02%;
}



    .mxms-teaser-nieuwsbericht .afbeelding-container .afbeelding {
        transition: transform linear 0.3s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: #fff3ae;
        background-image: url(/assets/3.0/images/design/loading.svg);
        background-size: 50px 50px;
        background-position: center center;
        background-repeat: no-repeat;
    }

.mxms-teaser-nieuwsbericht:hover .afbeelding {
    transition: transform linear 3.2s;
    transform: scale(1.05);
}


.mxms-teaser-nieuwsbericht .text-container {
    box-sizing: border-box;
    padding: 17px;
    padding-bottom: 40px;
}

    .mxms-teaser-nieuwsbericht .text-container .date {
        font-size: 80%;
        font-weight: 900;
        margin-bottom: 10px;
    }


.mxms-teaser-nieuwsbericht:hover {
    color: #202020 !important;
}

.mxms-teaser-nieuwsbericht .text-container * {
    margin: 0;
    padding: 0;
}

.mxms-teaser-nieuwsbericht .text-container .title {
    margin-bottom: 10px;
    line-height: 120%;
    font-weight: 900;
    font-size: 110%;
}

.mxms-teaser-nieuwsbericht .text-container .text {
    font-weight: 500;
    font-size: 80%;
    line-height: 150%;
    margin-bottom: 17px;
}

.mxms-teaser-nieuwsbericht .text-container .link {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 17px;
    bottom: 17px;
}

    .mxms-teaser-nieuwsbericht .text-container .link svg {
        width: 100%;
        height: 100%;
    }

    .mxms-kaart .teaser .text-container .titel {
        margin-bottom: 17px;
        font-size: 30px;
        font-weight: 900;
    }

.map-teaser .text-container .naam {
    margin-bottom: 17px;
    font-size: 26px;
    font-weight: 900;
}

.map-teaser .text-container .afbeelding {
    margin-bottom: 18px;
}

    .map-teaser .text-container .afbeelding img {
        display: block;
        width: 100%;
        max-height: 250px;
        box-sizing: border-box;
        background-color: #fff3ae;
        background-image: url(/assets/3.0/images/design/loading.svg);
        background-size: 50px 50px;
        background-repeat: no-repeat;
        background-position: center;
        border: none;
    }

.map-teaser .text-container .adres {
    margin-bottom: 17px;
    font-size: 20px;
}

.map-teaser .text-container .maps-titel {
    font-size: 18px;
    font-weight: bold;
    padding-top: 17px;
    margin-bottom: 17px;
}

.map-teaser .text-container .maps-knop {
    margin-bottom: 35px;
}

.map-teaser.chargelocation .text-container .bezoek {
    margin-bottom: 17px;
}

.map-teaser.chargelocation .icon {
    margin-bottom: 17px;
    width: 60px;
    height: 60px;
}

@media screen and (max-width:800px) {
    .map-teaser .icon {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .map-teaser {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}

    @media screen and (min-width:801px) {
        .map-teaser .icon {
            float: left;
        }


        .map-teaser.chargelocation .text-container {
            float: right;
            padding-top: 12px;
            width: calc(100% - 77px);
        }
    }


.mxms-teaser-default.tickli-ticket .logo-tickli {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 86px;
    height: 48px;
    transform: rotate(3deg);
    box-shadow: 0px 2px 20px -6px rgba(0,0,0,0.75);
}

.mxms-teaser-default.tickli-ticket .button.ticket {
    display: inline-flex;
}

.teaser:nth-child(even) .mxms-teaser-default.tickli-ticket .logo-tickli {
    transform: rotate(-3deg);
}