html {
    font-size: 62.5%;
}

body {
    max-width: 1600px;
    margin: 0 auto;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #555154;
    background-color: #F4F89C;
}

.gewoon {
    background-color: #ffffff;
    max-width: 1024px;
    margin: 0 auto;
}

.content li {
    list-style: disc outside none;
    padding: 6px 0 6px 0;
}

.content {
    padding: 1rem 1.3rem 1.3rem 1.2rem;
    font-size: 1.7rem;
    line-height: 1.0;
}

.content a {
    text-decoration: none;
    font-style: italic;
    color: #008080;
}

.content a:hover {
    color: #959595;
    font-style: italic;
}

@media (min-width:768px)and (max-width:1024px) {
    .headerblock {
        width: 100%;
        padding-bottom: 13px;
        vertical-align: middle;
    }
    .content {
        width: 80%;
        padding: 1rem 1.3rem 1.3rem 1.2rem;
        font-size: 1.7rem;
        line-height: 1.50;
    }
    .links {
        width: 20%;
    }
    .linkerkolom {
        padding-left: 1.0rem;
    }
    .terzijde1 {
        font-size: 1.5rem;
        font-style: italic;
        padding: 0.06rem 0.63rem 0.06rem 1.0rem;
    }
    .terzijde2 {
        font-size: 1.4rem;
        font-style: italic;
        margin: 10px 1px 0 5px;
    }
}

@media (min-width:768px) {
    .content {
        width: 75%;
    }
    .links {
        width: 25%;
        padding-right: 10px;
        margin-top: 60px;
    }
}

.terzijde1 {
    font-size: 1.3rem;
    font-style: italic;
    padding: 0.06rem 0.63rem 0.06rem 1.0rem;
    color: darkgrey;
}

.terzijde1 a {
    color: #008080;
    text-decoration: none;
}

.terzijde2 {
    font-size: 1.3rem;
    font-style: italic;
    color: darkgrey;
    padding-left: 1.2rem;
}

.terzijde2 a {
    color: #008080;
    text-decoration: none;
}

h1,
h2,
h3 {
    line-height: 1.45;
    font-weight: 200;
}

p {
    line-height: 1.50;
}

.content h1 {
    font-family: 'ubuntu', sans-serif;
    font-size: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #386361;
    margin-top: -19px;
}

@media (min-width:480px) {
    .content h1 {
        margin-top: inherit;
    }
}

.content h1:hover {
    overflow: visible;
    width: auto;
    white-space: normal;
}

.content h2 {
    font-family: 'ubuntu', sans-serif;
    font-size: 2.5rem;
    color: #386361;
    line-height: 1.0;
    padding-top: 1.3rem;
    ;
}

.content h3 {
    font-size: 2rem;
    color: #386361;
}

img {
    max-width: 100%;
    height: auto;
}

#menu-button {
    font-size: 1.7rem;
    color: blue;
}

i.fa.fa-bars.fa-2x {
    color: #E90B6D;
}

#main-menu.collapsed {
    display: none;
}

@media (min-width:768px) {
    #menu-button {
        display: none;
    }
    #main-menu.collapsed {
        display: block;
    }
}

ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

ol,
ul {
    padding-left: 0;
    margin-top: -40px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}

li {
    margin-bottom: 0.2em;
}

th,
td {
    padding: 12px 15px;
    text-align: left;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

button,
.button {
    margin-bottom: 1rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 2.2rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}

.header {
    padding: 0 10px 0 10px;
}

.logo {
    text-indent: -9999px;
    color: #FFFFFF;
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
}

.hmenu {
    background-color: #0D324D;
}

.footer {
    background-color: #f5fffb;
    color: #859390;
    padding: 0 0.63em 0 0.63em;
    font-size: 1.5rem;
}

.footer a {
    text-decoration: none;
    color: grey;
}

.footer h2 {
    margin-top: 10px;
    margin-bottom: 1.9rem;
    font-size: 1.9rem;
    line-height: 1.35;
    color: #859394;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer h2:hover {
    overflow: visible;
    width: auto;
    white-space: normal;
}

.footer hr {
    border: 0;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #fff;
    margin: -15px 0 0 0;
}

@media only screen and (min-width:768px) {
    .footer {
        font-size: 1.3rem;
        color: #859390;
        background-color: #f5fffb;
    }
}

.numaga {
    text-align: center;
    padding: 10px;
    margin: 0;
    border-top: 1px solid #ddd;
    color: #999;
    font-size: 1.2rem;
    text-shadow: 0px 1px 1px #fff;
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    letter-spacing: 0.1em;
}

.numaga a:link,
.numaga a:visited,
.numaga a:active {
    color: #999;
    text-decoration: none;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width:479px) {
    .no-phone {
        display: none;
    }
}

@media (min-width:480px)and (max-width:768px) {
    .no-tablet {
        display: none;
    }
}

@media only screen and (min-width:601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media only screen and (max-width:600px) {
    .show-on-med-and-up {
        display: none !important;
    }
}

#ui-preview {
    border: 5px solid #ddd;
    margin: 30px 0;
    display: block;
}

ul.share-buttons {
    list-style: none;
    padding: 0;
}

ul.share-buttons li {
    display: inline;
}

.footersm {
    padding-top: 60px;
}

.kindermenu p {
    margin-bottom: 6rem;
    font-size: 1.6rem;
}

.kindermenu {
    vertical-align: top;
    padding: 1.88rem 0 0 1.2rem;
    font-size: 1.5rem;
}

.kindermenu a {
    text-decoration: none;
    color: #008080;
    font-weight: 400;
}

.kindermenu a:hover {
    color: #959595;
}

.kindermenu .menu-current a {
    color: #7E7E7E;
}

.kindermenu li {
    list-style: none;
}

.fixed-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
    background-color: #00a087;
}

@media (min-width:768px) {
    #main-menu {
        position: relative;
        z-index: 9999;
    }
    #main-menu ul {
        width: 12em;
    }
}

/*a[href $='.pdf'] {
    padding-right: 18px;
    background: transparent url(../../../images/iconpdf.gif) no-repeat center right;
}*/