#header .navbar a {
    padding: 10px 0!important;
}

#header .menu-container .dropdown-item {
	padding: 0!important;
}

@media only screen and (max-width: 2117px) and (min-width: 2000px)  {
	.webshop-landing-page .block .block-title {
		font-size: 14px;
	}
}

.onze-reis-page h1.dinconbold {
	font-size: 60px;
	line-height: 72px;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-bottom: 30px;
	text-align: center;
}

.terms-and-conditions-page ol,
.terms-and-conditions-page ul,
.terms-and-conditions-page table {
	font-family: "DINLight",Calibri,sans-serif;
	font-size: 14pt;
	padding-inline-start: 20px;
}

/* Info pages -> Remove after release */
.almostblackbg {
    background-color: #272727;
}

.almostblackbg h1,
.call-to-action ul.vinkjes,
.call-to-action a,
.call-to-action a:hover {
    color: white;
}

.call-to-action ul.vinkjes {
    padding-inline-start: 30px;
}

.call-to-action a {
    text-decoration: underline;
    font-weight: bold;
}

.warumdp {
	 padding: 150px 0 150px 0;
}
 .warumdp h3 {
	 font-size: 2.5rem;
	 margin-bottom: 40px;
}
 .warumdp p {
	 font-family: 'DINLight', Calibri, sans-serif;
	 font-size: 14pt;
	 margin: 0 0 30px;
}
 .warumdp strong {
	 font-family: 'DINMedium', Calibri, sans-serif;
}
 .warumdp a {
	 color: black;
	 text-decoration: underline;
	 font-weight: bold;
}
 .warumdp a:hover {
	 color: black;
}
 #formulier h3 {
	 font-size: 2.5rem;
	 margin-bottom: 25px;
}

/* DIT NA VOLGENDE RELEASE VERWIJDEREN | 21-12-2023 */
@media only screen and (max-width: 450px) {
    .category-page .top-content .ctabtn .btn-dpred,
    .category-page .description-content .ctabtn .btn-dpred{
        margin-right: 0;
    }

    .category-page .top-content .ctabtn .btn-dpgreen,
    .category-page .description-content .ctabtn .btn-dpgreen{
        margin-left: 0;
    }
}
/* Last Chance Sale banner 09-2024 -- GAW */
.last_chance-banner {
    background-color: #ea002a;
    color: #000;
    width: 100%;
    padding: 0 15px;
    height: 28vw;
}

.last_chance-banner p {
    font-family: 'DINBold', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.last_chance-banner a {
    color: #fff;
    text-decoration: underline;
}

.last_chance-banner a:hover {
    color: #fff;
}

.hoverblocks {
    top: 350px !important;
}

section#main-content {
    margin-top: 59.8vw !important;
}

@media screen and (min-width: 576px) {
    .last_chance-banner {
        height: 15vw;
    }

    section#main-content {
        margin-top: 38.8vw !important;
    }
}

@media screen and (min-width: 768px) {
    .last_chance-banner {
        height: 7.5vw;
    }

    section#main-content {
        margin-top: 32.5vw !important;
    }
}

@media screen and (min-width: 992px) {
    .last_chance-banner {
        height: 5.5vw;
    }

    section#main-content {
        margin-top: 22vw !important;
    }
}

@media screen and (min-width: 1199px) {
    .last_chance-banner {
        height: 2.8vw;
    }

    section#main-content {
        margin-top: 16vw !important;
    }
}

@media screen and (min-width: 1500px) {
    .last_chance-banner {
        height: 2vw;
    }

    section#main-content {
        margin-top: 11.9vw !important;
    }
}

@media screen and (min-width: 2000px) {
    .last_chance-banner {
        height: 1.5vw;
    }

    section#main-content {
        margin-top: 9.4vw !important;
    }
}