/**
 * This file we can contain extra css that is not necessary part of Skeleton project.
 */

/* Sidebars
====================================*/

.floated.sidebar.right {
    margin-left: -1px;
    border-left: 1px solid #e0e0e0;
}
.floated.sidebar.left {
    margin-right: -1px;
    border-right: 1px solid #e0e0e0;
}
.sidebar, .page-content, .inhoudsopgave {
    padding:  0;
}

h4.margin {
    margin: 0 0 10px 0;
}
h3.margin {
    margin: 0 0 10px 0;
}
p.margin {
    margin: 0 0 25px 0;
}
.line {
    height: 1px;
    width: 100%;
    margin: 0 0 0 -40px;
    padding: 0 80px 0 0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

/* Sticky Header
====================================*/

.sticky-header {
    position: fixed;
    top: 0;
    background-color: white;
    width: 88%;
}

/* Logo Alignment
====================================*/
.logo {
    max-width: 100%;
    vertical-align: middle;
}

.clear{
    clear: both;
    display: block;
    content: "";
    width: 100%;
}


.site_slogan{
    line-height: 0%;
}

/* Alignments Classes
====================================*/

.text_center{
    text-align:center;
}

.float_left {
    float: left;
}

.float_right{
    float: right;
}

.display_inline  {
    display: inline;
}


/* SlickNav CSS
====================================*/

.slicknav_menu {
    display:none;
}

@media screen and (max-width: 40em) {
    /* #menu is the original menu */
    .js #menu {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }
}


.breadcrumb{
    display: none;
    padding-top: 12px;
    font-size: x-small;
}


@media (min-width: 600px) {
    .breadcrumb {
        float: right;
        display: inline;

    }
   
}



.right {
    float: right;
}

.left{
    float: left;
}

.option{
    display:inline;
}


fieldset {
    background-color: #fcfcfc;
    border: 2px solid #e0e0e0;
    padding: 23px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}


#footer-bottom{
    border-top: 1px solid #e0e0e0;
    padding: 16px 0px;
}


.title_color{
    background-color: rgba(30, 174, 219, 0.2);
    padding: 3.5px;
}

.header_image{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

input{
    max-width: 100%;
}

@media only screen and (min-width: 641px) {
    .header {
        margin:0;
        height:13vw;
        min-height:180px;
    }
}
@media only screen and (max-width: 640px) {
    .header {
        margin: 0;
        height:35vw;
    }
}


.keep_right {
    margin-right: 0;
    padding-right: 0;
}

.keep_left {
    margin-left: 0;
    padding-right: 0;
}

.navbar-item .is-active{
    color: #33C3F0;
}



#main-wrapper {
	/*margin-top: 60px;*/
}
.navbar.is-sticky {
	height: auto;
	display: block;
}
.no-mobile {
	display: block;
}

#menu {
	position: absolute;
	width: 100%;
	left: 0px;
	background: rgba(255,255,255,0.95);
	z-index: 501;
	border-bottom: 1px solid #ddd;
	display: block;
}

.navbar.is-sticky #menu {
	display: none;
}


.menu-header {
	text-align: left;
	font-size: 16px;
	padding:10px 0px 12px;
	display: none;
}

.navbar.is-sticky .menu-header {
	display: block;
}
.menu-header div {
	display: inline-block;
}
.menu-header .site-branding__logo {
	width: 40px;
	display: inline-block;
	margin-right: 5px;
}
.menu-header h2 {
	font-size: 2rem;
}
.menu-header h5, .menu-header .clear {
	display: none;
}
.menu-header .site-branding__logo img{
	width: 100%;
}

.navbar.is-sticky {
	border-top: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
}
.navbar.is-sticky li {
	float: none;
	display: block;
}
.navbar.is-sticky li a {
	/*float: none;*/
	display: block;
	margin-right: 0px;
	border-top: 1px solid #e6e6e6;
}
.navbar.is-sticky li a:hover {
	background-color: #fafafa;
}


@media only screen and (max-width: 641px) {
    .no-mobile {
    	
    }
}

.page_footer{
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.list-inline{
    display: inline;
    padding: 0px 9px;
}

.navbar-item a {
    color: #222;
}
#navigation {
    display: none;
}

.specialmenu #navigation {
    display: block;
}