﻿@import "/css/root.css";

.eventsvisit {
    font-family: 'LatoLight', sans-serif;
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #c1c1c1;
    text-align: left;
}
.eventsvisit a {
    font-family: 'LatoLight', sans-serif;
    font-size: 18px;
}
@media only screen and (max-width: 768px) {
    .eventsvisit {
        font-size: 16px;
    }
    .eventsvisit a {
        font-size: 16px;
    }   
}
.eventsvisit:nth-of-type(odd) {
    background: #f7f7f7;
}
.saldo {
    font-family: 'LatoLight', sans-serif;
    font-size: 16px;
    padding: 2px;
    border-bottom: 1px solid #c1c1c1;
    text-align: left;
}

    .saldo a {
        font-family: 'LatoLight', sans-serif;
        font-size: 16px;
    }

@media only screen and (max-width: 768px) {
    .saldo {
        font-size: 14px;
    }

        .saldo a {
            font-size: 14px;
        }
}

.saldo:nth-of-type(odd) {
    background: #f7f7f7;
}
.eventsheader {
    color: #969696;
    font-size: 17px;
    font-weight: normal;
    background-color:white!important;
}
.override-modal-open.modal-open .modal {
    overflow-y: scroll;
}
.override-modal-open {
    overflow-y: scroll;
}

/*3d container presentatie pand */
.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}
 
.intrinsic-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.leden_avatar {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
    display: block;  
    vertical-align:top;
}
.leden_avatar .avatar {
    display: block;
    margin: 13px auto;
    border-radius: 100px;
    border: 3px solid #ddd;
    background-color: #c1c1c1;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-size: cover;
    background-image: url("/_content/sprekers/empty.png");
}
.btn-anim {
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}

.btn-color {
    background-color: #6FB583;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 3px);
    }

    to {
        transform: translate(0, -0px);
    }
}

.btn-circle {
    width: 100px;
    height: 100px;
    padding: 18px 16px;
    border-radius: 50px;
    text-align: center;
}
@media only screen and (min-width: 541px) {
    .btn-circle {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1080px) {
    .btn-circle
    {
        font-size: 21px;
    }
}

.flyin {
    animation-name: leftright;
    animation-duration: 1s;
    animation-iteration-count: initial;
    animation-timing-function: ease;
}

@keyframes leftright {
    from {
        transform: translate(-800px, 0);
    }

    to {
        transform: translate(0px, 0);
        animation-timing-function: ease-in-out
    }
}

.counter, .counters_fast {
    color: white;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (min-width: 541px) {
    .counter, .counters_fast {
        font-size: 60px;
    }
}
/* lidmaatschap */


@media only screen and (max-width: 540px) {
    .counter, .counters_fast {
        font-size: 35px;
    }
}

.blue {
    background-color: #3787c2;
}

.margin {
    margin: 20px;
}

.titel {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.card {
    background-color: #3787c2;
    text-align: center;
    padding: 10px;
    border-radius: 11px;
    margin-bottom: 50px
}

blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    color: #0065a5;
    margin-right: 10px;
}

@media only screen and (min-width: 541px) {
    blockquote {
        max-width: 300px;
        float: right;
    }
}

@media only screen and (max-width: 540px) {
    blockquote {
        float: left;
    }
    .btn-circle {
        font-size: 20px;
    }
}

.rowloi { margin-bottom:15px;}

/* THEMATISERING */
.thema {    margin-left: 10px; }
.thema1 {   background-color: var(--color-thema-1) !important;}
.thema2 {   background-color: var(--color-thema-2) !important;}
.thema3 {   background-color: var(--color-thema-3) !important;}
.thema4 {   background-color: var(--color-thema-4) !important;}
.thema5 {   background-color: var(--color-thema-5) !important;}
.thema6 {   background-color: var(--color-thema-6) !important;}
.thema7 {   background-color: var(--color-thema-7) !important;}
.thema8 {   background-color: var(--color-thema-8) !important;}
.thema1t {   background-color: var(--color-thema-1-trans) !important;}
.thema2t {   background-color: var(--color-thema-2-trans) !important;}
.thema3t {   background-color: var(--color-thema-3-trans) !important;}
.thema4t {   background-color: var(--color-thema-4-trans) !important;}
.thema5t {   background-color: var(--color-thema-5-trans) !important;}
.thema6t {   background-color: var(--color-thema-6-trans) !important;}
.thema7t {   background-color: var(--color-thema-7-trans) !important;}
.thema8t {   background-color: var(--color-thema-8-trans) !important;}
