/* body */
body{
overflow-x:hidden;
}

/* Footer */
footer {
    background-color:#0d0058;
}

#sitemap > li:nth-child(n) > a {
color: white;
}

body > footer > div > div > div:nth-child(n) > div {
color: #099fc4;}

body > footer > div > div > div:nth-child(n) > dl:nth-child(n) > dd > a {
color: white;}

body > footer > div > div > div:nth-child(n) > dl:nth-child(n) > dd > ul {
color: #099fc4;}

body > footer > div > div > div:nth-child(n) > address {
color: white;}

body > footer > div > div > div:nth-child(3) > address > p:nth-child(2) > a {
color: #099fc4;}

#copyright {
    background-color:#0d0058;
}

/* Top bar nav */
.row {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-right: 1.5%;
}

.login p a:hover {
    color: #099fc4;
    font-weight: bold;
}

.header-nav-top {
    background-color: #0d0058;
    padding-bottom: 0.2%;
    padding-top: 0.2% !important;
}

.header-nav-top .login p {
    color: white !important;
    margin-right: 20px;
}

.header-nav-top .login p a {
    color: white !important;
}

/* container en navbar */
@media (min-width: 992px){
	header .container .header-nav .navbar-header {
        margin-top: 0px;
        margin-left: 8%;
    }
}

.container{
    width: auto;
}

header .container .header-nav .header-logo{
	margin-bottom: 0px !important;
    margin-right: 0px !important;
}

@media (max-width: 1535px) {
header .container .header-nav {
    max-height: 100%;
    overflow-y: visible;
    }}

/* Menu */
#menu > li:nth-child(n) > a { color: #099fc4; }

#menu{
	margin-right:60px;
}

@media screen and (max-width: 800px) {
    #menu{
        width: auto;
        margin-right: 0 !important;
    }
    body > header > div > div.header-nav > nav{
        margin-left: 5%;
        margin-right: 5%;
    }
}

/* Agenda */
#events-calendar { 
    background-color: white;
    padding: 30px;
}

/* Homepage carousel */
#carousel-homepage.carousel.slide {
    display: block !important;
    visibility: visible !important;
}

.slider-inner.hidden-xs {
    display: block !important;
    visibility: visible !important;
}

@media (max-width: 767px) {
    #carousel-homepage .carousel-inner {
    	height: 130px;
    }
    #carousel-homepage .carousel-caption {
        max-width: 100% !important;
        margin-left: 0 !important;
    }
    #carousel-homepage .carousel-caption h2 {
        font-size: 12px;
    }
}

.carousel-container {
width: 100%;}

#carousel-homepage > div > div.item.active > div {
}

/* Header */
body > header > div {
padding-left: 0px !important;
padding-right: 0px !important;
}

/* personalia */
#personalia > fieldset:nth-child(n) > legend {
    color: #099fc4;
    font-weight: bold;
}

/* content */
#content > div.container > div > div.paragraphs.col-md-9 > form > fieldset:nth-child(n) > legend {
    color: #099fc4;
    font-weight: bold;
}

#content > div.container{
	margin-left: 8%;
    margin-right: 8%;
}

/* preferences */
#preferences > fieldset:nth-child(n) > legend, #preferences > form > fieldset:nth-child(n) > legend, #personalia > form > fieldset:nth-child(n) > legend {
    color: #099fc4;
    font-weight: bold;
}

/* text right */
.text-right {
    color: white;
}

.text-right {
	color: black;
}

/* toegevoegd door Folmer van Congressus: Afbeeldingen volledig tonen bij Nieuws en Events */

.module-news .paragraphs .img-responsive { 
object-fit: contain !important; 
    object-position: center left; 
} 

 .module-events .paragraphs .img-responsive { 
object-fit: contain !important; object-position: center left; 
} 


