﻿.headeruitgelichthome {
    font-family: Oswald;
    font-size: 22px;
    font-weight: lighter;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.parallax-head {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 800;
    padding-bottom: 0;
    line-height: normal;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
    text-transform: uppercase;
}
@media (max-width:375px) {
    .parallax-head {
        font-size: 38px;
    }
}
.parallax-sub {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
}

.headercontainer {
    position: relative;
    color: white;
}
.headercontainer a {
    color: #454545;
}
.centered {
    position: absolute;
    bottom: 0;
    padding:10px;
    width:100%;
    background-color:rgba(255,255,255, 0.5);
    color:#555;
}
@media (max-width:767px) {
    .centered {
        font-size:40%;
    }
    .centered h2 {
        padding:0;
    }
}
@media (min-width:375px) and (max-width:767px) {
    .centered-content {
        font-size:200%;
    }
}
@media (max-width:374px) {
    .centered-content {
        display:none;
    }
}

.kadobon-banner {
    background-image: url('/images-layout-12/banner-Duurzame-Last-Minute-Deals.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 350px;
    position: relative
}
@media (min-width:2100px) {
    .kadobon-banner {
        background-size: cover;
        min-height: 400px;
    }
}
@media (max-width:767px) {
    .kadobon-banner {
        background-image: url('/images-layout-12/banner-Duurzame-Last-Minute-Deals-mobile.jpg');
        background-size: contain;
    }
}
.kadobon-bekijk {
    background-color: #9389C2;
    text-transform: uppercase;
    padding: 10px 40px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.kadobon-bekijk:hover {
    background: #27ae60;
    color: #FFFFFF;
}
.kadobon-bekijk:focus {
    color: #FFFFFF;
}
.banner-bottom-text {
    padding: 0 100px 0 100px;
    text-align: justify;
    font-size: 24px;
    line-height: 30px;
    text-align-last: center;
    cursor: text;
}
@media (max-width:1440px) {
    .banner-bottom-text {
        padding: 0;
    }
}
@media (max-width:1024px) {
    .banner-bottom-text {
        font-size: 20px;
    }
}
.noclick:hover {
    cursor:default;
}
.fullwidth {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}