body {
    background: url(/images/template/tiles.png) 50% 600px;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
    color: #d25028;
}

.headerbar-container {
    position: relative;
}

.tm-headerbar {
    position: relative;
    margin: 20px 0;
}

.tm-headerbar .uk-panel {
    float: none;
    margin-right: 0;
    max-width: 0;
}

#sign {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    width: 294px;
    height: 107px;
    background: url(/images/template/sign_bg.png) no-repeat;
    font-size: 32px;
    line-height: 36px;
    padding: 10px 30px;
    margin-left: 110px;
    text-decoration: none;
}

#sign .sinds {
    font-size: 18px;
    line-height: 22px;
}

.kip {
    position: absolute;
}

.kip.links {
    width: 70px;
    height: 132px;
    bottom: -27px;
    left: 0;
    background: url(/images/template/kip_links.png) no-repeat;
}

.kip.rechts {
    width: 90px;
    height: 141px;
    bottom: -5px;
    right: 0;
    background: url(/images/template/kip_rechts.png) no-repeat;
}

.navbar-container {
    background: url(/images/template/menu_bg.png) repeat-x;
/*
    box-shadow: inset 0px -5px 5px -5px #000000, inset 0px 5px 5px -5px #FFFFFF;
*/
}

.navbar-container .uk-navbar {
    margin: 6px 0;
    border: 0;
    background: transparent;
}

.uk-dropdown-navbar {
	border-radius: 0 !important;
}

.uk-navbar a {
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

nav.tm-navbar {
    padding: 0 35px;
}

nav.tm-navbar > ul > li {
    margin: 0 20px 0 0;
    padding-left:11px;
    background: url(/images/template/menu_level1_bg_left.png) top left no-repeat transparent !important;
}

nav.tm-navbar > ul > li > a {
/*
    height: 40px;
    line-height: 40px;
*/
    margin: 0;
    padding: 0 20px 0 9px;
    padding: 0 11px 0 0px;
    background: url(/images/template/menu_level1_bg_right.png) top right no-repeat transparent !important;
    text-shadow: none !important;
}

.uk-dropdown  ul  li > a:hover {
/*
    background: url(/images/template/menu_level2_item_hover.png) no-repeat transparent !important;
*/
}

.uk-nav-navbar > li.uk-active > a {
    color: #D25028 !important;
}

.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus,
.uk-nav-side > li.uk-active > a,
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    box-shadow: none;
}

.uk-nav-side > li {
    padding: 0 20px;
}

.uk-nav-side > li > a {
    padding-left: 5px;
    padding-right: 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #DDDDDD;
}

.uk-nav-side > li:first-child > a {
    border-top: 1px solid #DDDDDD;
}

.uk-offcanvas .uk-panel ul li.uk-parent ul li.uk-active a {
    color: #D25028;
}

.uk-offcanvas-bar:after {
    box-shadow: none;
}

.tm-sidebar-a .uk-panel-title,
.tm-sidebar-a .readmore {
    text-align: center;
}

.middle-bg {
    background-color: white;
    border-radius: 0;
}

.tm-middle > [class*=uk-width-medium-] > .uk-panel-box {
    padding: 35px;
}

article {
    font-size: 16px;
    line-height: 2;
}

.acysubbuttons {
    text-align: left;
}

.acysubbuttons input {
    border: 0;
    background: transparent;
    margin-right: 10px;
    vertical-align: top !important;
}

.readmore a,
.readmore a span,
.acysubbuttons span,
.acysubbuttons span input {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #6392ce;
}

.readmore a,
.acysubbuttons span {
    background: url(/images/template/button-blue-left.png) top left no-repeat;
    padding-left: 11px;
}

.readmore a span,
.acysubbuttons span input {
    background: url(/images/template/button-blue-right.png) top right no-repeat;
    padding: 0 16px 0 5px;
}

.readmore a:hover,
.acysubbuttons span:hover {
    background-position: bottom left;
}

.readmore a:hover span,
.acysubbuttons span:hover input {
    background-position: bottom right;
}

.uk-panel.classic,
.uk-panel.classic .uk-panel {
    padding: 3px;
    box-shadow: inset 0px -3px 3px rgba(0, 0, 0, 0.1);
}

.uk-panel.classic {
    position: relative;
}

.uk-offcanvas .uk-panel .uk-panel {
    margin: 0;
}

.uk-offcanvas-bar {
    background-color: #FAFAFA;
}

.classic .corner {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
    border-style: solid;
    border-color: #C7C7C7;
    border-width: 0;
    color: #4C4C4C;
}

.classic .corner:after {
    content: "\2022";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 8px;
}

.corner.top {
    top: -1px;
    border-bottom-width: 1px;
}
.corner.left {
    left: -1px;
    border-right-width: 1px;
}
.corner.bottom {
    bottom: -1px;
    border-top-width: 1px;
    box-shadow: inset 0px -3px 3px rgba(0, 0, 0, 0.1);
}
.corner.right {
    right: -1px;
    border-left-width: 1px;
}
.corner.top.left {
    border-bottom-right-radius: 65%;
}
.corner.top.right {
    border-bottom-left-radius: 65%;
}
.corner.bottom.left {
    border-top-right-radius: 65%;
}
.corner.bottom.right {
    border-top-left-radius: 65%;
}

.uk-panel.classic > .uk-panel {
    padding: 20px;
}

.uk-panel.classic p.readmore {
    margin-bottom: 0;
}

.article-image.align-none {
    margin: 30px auto;
    display: block;
}

.category-blog .tm-content > .uk-grid:not(.tm-leading-article) {
    margin-top: 0;
}

.acymailing_finaltext {
    display: block;
    padding: 10px 0 0;
    border-top: 1px solid #DDD;
}

.tm-footer {
    border: 1px solid #DDD;
    background-color: #FFF;
    padding: 15px 35px;
    margin-top: 15px;
}

.tm-footer .uk-panel {
    text-align: right;
}

.tm-totop-scroller {
}

dl.openingstijden dt {
    clear: both;
    float: left;
}

dl.openingstijden dd {
    float: right;
}

.bereikbaarheid-en-service ul {
    line-height: 26px;
}