:root {
--main: #8b2346;
--main50: rgba(51, 112, 133,0.5);
--secondary: #337085;
--wit: rgb(254, 254, 254);
--zwart:#000000c4;
   
}


body.anonymous-user {
@media (min-width: 992px) {
    #menu.sf-menu > li:last-child > a {
        background-color: var(--main);
        font-weight: 600;
        border-radius:15px 15px 0px 0px;
        color:var(--wit);
        border-bottom-color:var(--main50);
    }
    #menu.sf-menu > li:last-child > a:focus,
    #menu.sf-menu > li:last-child > a:hover {
        background-color: var(--main50);
        border-radius:15px 15px 0px 0px;
    }
}
}

.login{ float: right; }

.login a {
    width: auto;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 12px;
    padding: 6px 10px;
}

.login a:last-of-type{
    background-color: var(--main);
    border-radius:0px 0px 13px 13px;
    color: #fff !important;
    padding: 6px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.login a:not(:last-child){
    color: var(--main) !important;
}
header .container .header-nav-top {padding-top: 0px;}     

footer{
    background-color: var(--zwart);
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.social-icons li a {
	background-color: rgba(255,255,255,.2);
  background-color:var(--wit);
  color:var(--);
  border-radius: 5px;
}
dl.headlines.headlines-footer dd .text-muted {
	color: rgba(255,255,255,1);
}
footer a,
dl.headlines.headlines-footer dd a {
	color: var(--wit);
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff;
}
section#copyright {
    color: var(--wit);
    background: #252525;
        border-top:none;
}
section#copyright a {
    color:var(--wit);
}

#carousel-homepage.carousel .carousel-inner .item {
    height: 62dvh;
}



