:root {
    --hauptfarbe:#D6D1CB;
    --schriftfarbe-dunkel:#333333;
    --schriftfarbe-hell:beige;
    --gelb-transparent:#ffff0020;
    --hover-effekt:#d40000;
  } 

body {
    font-size: 1.6rem;
    background: var(--hauptfarbe);
    color:var(--schriftfarbe-dunkel);
}

img{width:100%;height:auto;}
a {
	color:var(--schriftfarbe-dunkel)!important;
	text-decoration:none;
}
a:hover {
	color:#ffffff60!important;
}

.navbar {
    border-bottom: 1px solid #888;
}

#navbar-valburg {
 z-index: 2000;
 width: 100vw;
}
.nav-link {
    cursor: pointer;
}

li.nav-item a.nav-link.active,
.nav-link:hover {
    background:var(--schriftfarbe-dunkel)!important;
    color: var(--gelb-transparent);
}

