body {
    font-size: 1rem;
    line-height: 1.3;
    font-family: "Libre FRanklin", "Helvetica Neue", Helvetica, arial, sans-serif /*{global-font-family}*/;
    background-color : white;
    color : #333;
    font-weight: 400;
}

select {
    border-color : #777;
    color: #777777;
    height : 1.3em;
}

.form-control {
    line-height: 1.5;
    height : 1.5em;
}

img {
    margin: 10px;
}

.container {
    background-color: white;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-top: 0.5em;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.25em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-top: 0.5em;
    font-weight: bold;
}


h4 {
    display: block;
    font-size: 1.12em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-top: 0.5em;
    font-weight: bold;
}

#header-img {
    position : relative;
    width : 100%;
    height : auto;
    margin-left: auto;
    margin-right: auto;
    max-width : 1200px;
    z-index : 1;
}

.footer {
    position: absolute;
    bottom: 0;
    width : 100%;
    height : 45px;
}

/*#pagina_container {*/
/*    min-height : 50%;*/
/*    color: #777777;*/
/*    padding : 0 0 20px 15px;*/
/*}*/

#pagina {
    margin-top: 20px;
    padding-bottom : 45px;
}

#pagina a:link    {color: #be2020; text-decoration: underline}
#pagina a:visited {color: #be2020; text-decoration: underline}
#pagina a:hover   {color: #222222; text-decoration: none}
#pagina a:active  {color: #222222; text-decoration: underline}

#nieuws {
    width : 100%;
    background-color: #dde8bc;
    padding : 10px;
    margin-top : 0;
    margin-bottom : 20px;
}
#nieuws a {
    font-size: 1.2em !important;
}

#nieuws fieldset {
    width : 100%;
    float : left;
    color : #777777;
    display: inline-block;
    border: 1px groove;
    border-color : #777 !important;
    border-radius: 10px;
    padding: 10px;
}

#nieuws fieldset legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

#nieuws fieldset p {
    margin-bottom: 0;
}

#nieuws fieldset a:link    {color: #777777; text-decoration: underline}
#nieuws fieldset a:visited {color: #777777; text-decoration: underline}
#nieuws fieldset a:hover   {color: #777777; text-decoration: none}
#nieuws fieldset a:active  {color: #777777; text-decoration: underline}

.datum {
    text-align: right;
    margin-right : 10px;
}

td.datum {
    vertical-align: top;
}

.bg-brown {
  background-color: #849658;
}

#footer {
    position : fixed;
    bottom: 0;
    height: 45px;
    width : 100%;
}

/* Bootstrap override */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
    font-weight: bolder;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 1.0);
    font-weight: bolder;
}

.navbar-toggler-icon {
    background: url("../images/mobile_menu_button.png");
}
#inlogDailog {
    min-width : 300px;
    width: 80%;
}

.form-group.required.control-label:before{
    color: red;
    content: "*";
    position: absolute;
    margin-left: -10px;
}

.fa-search {
    height : 24px;
    width : 24px;
    background: url('../images/search.png') no-repeat;
}
.cmspage{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#frmAanmelden.button a:link    {color:#333; text-decoration: none}
#frmAanmelden.button a:visited {color:#333; text-decoration: none}
#frmAanmelden.button a:hover   {color: #ffffff; text-decoration: none}
#frmAanmelden.button a:active  {color:#333; text-decoration: none}

.form-check-input {
    margin-left :0;
    margin-right : 0;
}

.form-group.row {
    margin-right : 0;
    margin-left : 0;
    margin-bottom: 1em;
}

#lunchBoxlist.list-inline {
    display:block;
}
#lunchBoxlist.list-inline li {
    display:inline-block;
}
#lunchBoxlist.list-inline li:after {
    content:'|';
    margin:0 10px;
}
#broodjeslijst.list-inline {
    list-style-type: decimal;
}
