.cblock-swiper{
    position: relative;
}

.ontop{
    position: absolute;
    top: 0px;
    left: 40px;
    right: 40px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}




.landing-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-title {
    color: #000000;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    /*text-shadow: white 0px 0px 4px;*/
}



.landing-stamp{
    text-align: right;
}

.landing-button-wrapper{
    text-align: center;
}

.landing-button{
    color: white;
    background-color: var(--logo-color);
    text-decoration: none;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.landing-button:hover{
    color: white;
    background-color: var(--logo-color);
}




.swiper {
    position: relative;
    width: 100%;
    height: calc(100vh - 123px);
    overflow: hidden;
    /*border: black 1px solid;*/
}

.swiper-slide{
    position:relative;
    height: 100%;
    overflow:hidden;
    /*border: yellow 3px solid;*/
}

.swiper-slide iframe{
    width: 100%;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*border: green 3px solid;*/
}
.swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border: red 3px solid;*/
}
.swiper-slide video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border: blue 3px solid;*/
}

.swiper-button-next, .swiper-button-prev{
    color: white;
}







@media only screen {
    .landing-wrapper{
        min-height: 420px;
    }
    .landing-title {
        font-size: 46px;
        line-height: 61px;
    }
    .landing-button-wrapper{
        margin-top:60px;
        margin-bottom:60px;
    }
    .landing-button{
        padding: 10px 15px 10px 15px;
        font-size: 14px;
    }
    .landing-stamp{
        display: none;
    }
    .landing-het-zoute{
        margin-top:-30px;
        margin-left:100px;
        height: 40px;
    }
    .landing-het-zoute img{
        height: 50px;
    }
}

@media only screen and (min-width: 576px) {
	.landing-title {
        font-size: 46px;
        line-height: 61px;
    }
}

@media only screen and (min-width: 768px) {
    .landing-wrapper{
        min-height: 420px;
    }
	.landing-title {
        font-size: 70px;
        line-height: 98px;
    }
    .landing-button{
        padding: 20px 30px 20px 30px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
	.landing-title {
        font-size: 80px;
        line-height: 104px;
    }
    .landing-stamp{
        display: block;
    }
    .landing-het-zoute{
        margin-top:-50px;
        margin-left:25%;
        height: 90px;
    }
    .landing-het-zoute img{
        height: 90px;
    }
}

@media only screen and (min-width: 1200px) {
    .landing-wrapper{
        min-height: 440px;
    }
	/*.landing-title {
        font-size: 90px;
        line-height: 118px;
    }*/
}

@media only screen and (min-width: 1400px) {
    .landing-wrapper{
        min-height: 540px;
    }
	
}


/*
@media only screen {
    
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 992px) {
	
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1400px) {
	
}
*/