#menu-navigatie a{
	line-height: 1.5;
	margin-bottom: -2px;
}


body.admin-bar #masthead {
    top: 32px!important;
}



.section h2{
	font-family: "Impact", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
	margin: 0px;
	margin-bottom: 20px;
	word-break: break-word;
}


.entry-footer{
	display: none;
}

.btn-gold-border:hover a{
	color: #720C02;
}

.btn-gold-border a{
	color: #F4C939;
}

.gold-text {
  position: relative;
  background: linear-gradient(
    90deg,
    #F4C939 0%,
    #F4C428 10%,
    #EDB91C 16%,
    #E9B20E 23%,
    #E4AA00 31%,
    #E0A401 34%,
    #E0A401 38%,
    #E4AD0F 40%,
    #EFC231 43%,
    #F5D046 46%,
    #F8D54E 48%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.2));
}

.gold-text::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;
  color: rgba(90, 45, 0, 0.45);
  transform: translateY(2px);
  filter: blur(1px);
}


#masthead a{
	margin-bottom: -2px;
}


@media (max-width: 980px){
.btn-gold-border:hover{
	background: none!important;
}
}

#mobile-nav a{
	width: 100%;
	text-align: center;
	padding: 1px;
	transform: scale(1.05)
}




/* Slider */


@media (min-width: 980px){

.klassiekers-slider .is-selected.klassieker-slide{
	padding: 0px;
	opacity: 1;
}


.klassiekers-slider .is-before.klassieker-slide{
	padding: 10px;
	opacity: 1;
}

.klassiekers-slider .is-before.klassieker-slide img{
	transform: translatex(-10px);
}


.klassiekers-slider .is-after.klassieker-slide{
	padding: 10px;
		opacity: 1;
}

.klassiekers-slider .is-after.klassieker-slide img{
	transform: translatex(10px);
}

.klassiekers-slider .klassieker-slide{
}  

}

@media (max-width: 980px){

.klassieker-slide{
	padding: 0px;
	margin: 10px;
}

}



#locaties .events{
	font-family: "Impact", sans-serif;
	text-transform: uppercase;
}



/* ================================
   Contact Form 7 Styling
================================ */

/* Form wrapper */
.wpcf7 {
    width: 100%;
}

/* CF7 maakt vaak automatisch <p> tags aan */
.wpcf7 p {
    margin: 0;
    padding: 0;
}

/* Labels */
.wpcf7 label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0; /* voorkomt extra ruimte als je alleen placeholders gebruikt */
}

/* Basis velden */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select {
    width: 100%;
    max-width: 100%;
    height: 50px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #720C02;
    background-color: #F7F2EF;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* Select gelijk maken met input */
.wpcf7 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: normal;
    font-weight: 400;
    color: #720C02;
    padding-right: 56px;
    background-repeat: no-repeat;
}

/* Textarea */
.wpcf7 textarea {
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 150px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #1f1f1f;
    background-color: #F7F2EF;
    outline: none;
    resize: vertical;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* Focus state */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #b38a2e;
    box-shadow: 0 0 0 3px rgba(179, 138, 46, 0.15);
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #720C02;
    opacity: 1;
    font-weight: 400;
}

/* Select placeholder-achtige eerste optie */
.wpcf7 select:invalid {
    color: #999999;
}

/* Submit button */
.wpcf7 input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    padding: 12px 15px 10px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background-color: #b38a2e;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

/* Submit hover */
.wpcf7 input[type="submit"]:hover {
    background-color: #967124;
    transform: translateY(-1px);
}

/* Submit active */
.wpcf7 input[type="submit"]:active {
    transform: translateY(0);
}

/* Spinner */
.wpcf7-spinner {
    margin-left: 12px;
    display: none;
}

/* Field error text */
.wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #b00020;
}

/* Invalid fields */
.wpcf7 .wpcf7-not-valid {
    border-color: #b00020;
}

/* Response messages */
.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.4;
}

/* Error / validation message */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border: 1px solid #b00020;
    background-color: #fff0f2;
    color: #b00020;
}

/* Success message */
.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #237a3b;
    background-color: #effaf2;
    color: #237a3b;
}

/* Mobile */
@media (max-width: 640px) {
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="url"],
    .wpcf7 input[type="number"],
    .wpcf7 input[type="date"],
    .wpcf7 select {
        height: 58px;
        padding: 0 18px;
        font-size: 18px;
        line-height: 58px;
    }

    .wpcf7 select {
        padding-right: 44px;
        background-position: calc(100% - 22px) 50%, calc(100% - 15px) 50%;
        background-size: 7px 7px, 7px 7px;
    }

    .wpcf7 textarea {
        min-height: 220px;
        padding: 18px;
        font-size: 18px;
    }

    .wpcf7 input[type="submit"] {
        width: 100%;
        font-size: 16px;
        margin-top: 20px;
    }
}



html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 100px;
}