/*

16px = 1rem
18px = 1.125rem
20px = 1.25rem
22px = 1.375rem
24px = 1.5rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem

sm (small devices)
@media (max-width: 575px) {}
@media (min-width: 576px) {}

md (medium devices)
@media (max-width: 767px) {}
@media (min-width: 768px) {}

lg (large devices)
@media (max-width: 991px) {}
@media (min-width: 992px) {}

xl (extra large devices)
@media (max-width: 1199px) {}
@media (min-width: 1200px) {}

*/

/*font-family: rubik, sans-serif;
font-weight: 300;
font-style: normal;*/

.container {
    max-width: 1310px;
}

body {
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
    /* vanweg fixed top */
    margin-top: 134px;
    transition: all ease-in 250ms;
}
body.scroll {
    margin-top: 80px;
    transition: all ease-in 250ms;
}
strong {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: #666;
}
h1 {font-size: 2rem; margin-bottom: 1.5rem;}
h2 {font-size: 1.75rem; margin-bottom: 1.5rem;}
h3 {font-size: 1.5rem; margin-bottom: 1.2rem;}
h4 {font-size: 1.25rem;}
h5 {font-size: 1rem;}
h6 {font-size: 0.75rem;}

p {margin-bottom: 1.5rem;}

a {
   color: #09c;
   text-decoration:none;
}
a:hover {
    color: #e95b0b;
    text-decoration: none;
}

td.noWrap{
     white-space: nowrap;
}
td.maxWidth{
    width:100%;
}
td.valignMiddle{
    vertical-align:middle;
}

/* buttons */
.btn-primary {
    background-color: #e95b0b;
    border-color: #e95b0b;
}
.btn-primary:hover,
.btn-primary.active,
.btn-primary:focus {
    background-color: #1c2560 !important;
    border-color: #1c2560 !important;
}

/* Bootstrap Extension - Partially Disable Class image-responsive */

#main .img-not-fluid {display: inline-block;}

/* Bootstrap Extension - Reset Content Image Sizes */

@media (max-width: 991px) {
    #main .img-fluid {width: auto !important; height: auto !important;}
}

/* Input */
input[type=checkbox] {
    vertical-align: top;
    margin-top: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    margin-left: 4px;
    margin-right: 0;
    display: inline-block;
}
.required-field {
    display: none;
}
.inputErr {
    background-color: #ffe5e5;
}
table.inputErr,
span.inputErr {
    border-radius: 4px;
}
table.inputErr td,
span.inputErr {
    padding-left: 10px;
}

.btn.submit-loader {
    color: transparent;
    background: #fff url(/images/submit-loader.gif) center center no-repeat;
}

/* Header */
header{
    height:400px;
}
body.home header {
    height: CALC(100vh - 124px);
}
header .top-wrapper {
    background-color: #1c2560;
}
#top {
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
    background-color: #1c2560;
    transition: all ease-in 250ms;
}
body.scroll #top{
    margin-top:-34px;
    transition:all ease-in 250ms;
}
#top .info,
#top .info a {
    color: #fff;
    transition: all ease-in 250ms;
}
#top .social {
    position: absolute;
    top:0;
    right: 0;
    text-align: right;
    transition: all ease-in 250ms;
}
body.scroll #top .social {
    top:30px;
    transition: all ease-in 250ms;
}
@media (max-width: 991px) {
    #top .social {
       display:none;
    }
}
#top .social a {
    color: #fff;
    font-size: 2rem;
    margin-left: 4px;
    transition: all ease-in 250ms;
}
body.scroll #top .social a {
    font-size: 1.5rem;
    transition: all ease-in 250ms;
}
#top .social a:hover {
    color: #ea5b0b;
}
#visual .vegas-content {
    height: 100%;
}
#visual .info{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
#visual .info .payoff {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-align:center;
}
#visual .info .buttons{
    margin-top:10px;
    animation-delay:250ms;
}
#visual .info .buttons .btn {
    font-size: 1.2rem;
    width: auto;
    margin-right: 0.5rem;
}
@media (max-width: 767px) {
    #visual .info .buttons .btn {
        width: 100%;
        margin-right: 0;
        margin-bottom:0.5rem;
    }
}

/* Nav */
nav {}

/* Regio's */
.region-list {
    position:absolute;
    top:0;
    right:0;
    margin-top: -110px;
    padding: 10px 20px 10px 20px;
    background-color: rgba(255,255,255,0.8);
    transition: all ease-in 250ms;
}
@media (max-width: 991px) {
    .region-list {
        display:block;
        width:100%;
        margin-top: -115px;
        padding: 10px 10px 10px 10px;
    }
}
.region-list:hover {
    margin-top: 0;
    transition: all ease-in 250ms;
}
.region-list a.region-list-selector {
    margin-top:20px;
    display:block;
    color: #1c2560;
    font-size: 1.2rem;
}
.region-list .region-list-selector img{
    float:right;
    margin-top:-10px;
}
.region-list ul{
    margin:0;
    padding:0;
}
.region-list ul li{
    list-style:none;
}

#visual{
    height:100%;
}

/* crumb */
#crumb{
    margin-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}

/* Content */
main{
    margin-top:20px;
}
body.home main{
    margin-top:40px;
}

/* Media */
.item {
    margin-bottom: 30px;
    transition: all 200ms ease-in;
}
.item.animation {
    margin-top: 50px;
    opacity: 0.25;
}
.item.animation.in-view {
    margin-top: 0;
    opacity: 1;
    transition: all 200ms ease-in;
}
.item:hover {
    transform: scale(1.05);
    transition: all 200ms ease-in;
}
.item-wrapper{
    border: 1px solid #ccc;
    padding:10px;
    height:100%;
}
.item img {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.item .date {
    padding:10px;
    background-color: #ea5b0b;
    color:#fff;
    text-align:right;
}
.item .date img.logo{
    height:20px;
    float:left;
    border:none;
}
.item h4{
    margin-top:15px;
}

/* Pagination */
.pagination .page-item .page-link {
    border-color: #ccc;
    color: #000;
}
.pagination .page-item .page-link:hover {
    background-color: #ea5b0b;
    color: #fff;
}
.pagination .page-item.disabled .page-link {
    color: #ccc;
}
.pagination .page-item.active .page-link {
    background-color: #ea5b0b;
    color: #fff;
}

/* banner */
#banner{
    text-align:center;
}
#banner a {
    width: 165px;
    height: 115px;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    text-align: center;
    overflow:hidden;
}
#banner img{
    max-height:75px;
    max-width:125px;
}
#banner .banner{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;

}
#banner .banner a {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    #banner a {
        width: 155px;
        height: 105px;
        padding: 15px;
    }
}

/* banner2 */
#banner2 .item .item-wrapper{
   display:flex;
   flex-direction:column;
   align-items:center;

   
}
#banner2 .item .item-wrapper img {
    max-width: 125px;
    max-height: 75px;
    margin-bottom:30px;
    border:none;
}
#banner2 .item .item-wrapper a{
   margin-top:auto;
}

/* album */
a.album-thumb {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
    width: 300px;
    height: 225px;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align:center;
}
a.album-thumb img {
    height: 100%;
    width: auto;
    transition: all 200ms linear;
}
a.album-thumb:hover img {
    transform: scale(1.2);
    transition: all 200ms linear;
}

@media only screen and (max-width: 767px) {
    a.album-thumb {
        margin-right: 0;
        width: auto;
        height: auto;
        clear:left;
        text-align:center;
    }
    a.album-thumb img {
        width: auto;
        height: auto;
    }
}

/* mailing */
#mailing a.mailing-item{
    display:block;
}

/* newsletter */
#newsletter {
    margin-top: 40px;
    padding: 40px;
    color: #313131;
    background-color: #c7c7c7;
}
    #newsletter h3 {
        color: #313131;
        margin-top:10px;
    }

/* Footer */
footer {
    padding-top:20px;
    padding-bottom:20px;
    background-color: #1c2560;
    color:#fff;
}
footer h3{
    color:#fff;
}
footer .links a{
    display:block;
    color:#fff;
}
footer .links a:hover{
    color: #ea5b0b;
}
footer .contact a{
    color:#fff;
}
footer .contact a:hover {
    color: #ea5b0b;
}
footer .social a{
    color:#fff;
    font-size:2rem;
    margin-right:8px;
}
footer .social a:hover {
    color: #ea5b0b;
}

footer #colofon{
    margin-top:20px;
    padding-top:20px;
    border-top:#ccc 1px solid;
    font-size:0.8rem;
}
footer #colofon a{
    color:#fff;
}
    footer #colofon a:hover {
        text-decoration:underline;
    }

/* separator */
.separator {
    position: relative;
    border-top: 1px solid #ccc;
    margin-top:40px;
    margin-bottom:40px;
}
.separator img{
    position:absolute;
    left:CALC(50% - 17px);
    top:-8px;
}

/* Cookie Alert */
#cookie-alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
    padding: 20px;
    z-index: 99999;
    background-color: #ea5b0b;
    color: #fff;
    text-align: center;
}
#cookie-alert a {
    color: #fff;
    text-decoration:underline;
}
#cookie-alert a:hover {
    color: #fff;
    text-decoration: none;
}


.slide-in-bottom {
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-1-28 9:33:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
