@import 'https://fonts.googleapis.com/css?family=Lobster';

.uk-responsive-height {
    margin-top: -95px;
}

.uk-navbar-nav > li > a {
    padding: 8px 20px;
}

.uk-nav-navbar > li > a {
	font-size: 20px;
	line-height: 28px;
}
.uk-dropdown, .uk-dropdown-blank {
    width: 271px;
}

/*Titels*/
.uk-heading-hero {
    color: #fff;
}
.uk-h1 {
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #c4311b;
    font-family: "Lobster";
    text-transform: none !important;
}
h1 {
    font-size: 40px;
}

* + h1 {
    margin-top: 25px;
    font-size: 40px !important;
    text-transform: uppercase;
    line-height: 45px;
}
.uk-panel-box h1 {
    color: #c4311b;
}
h2 {
    font-size: 36px;
	line-height: 45px;
}
/*.uk-h2 {
	font-family: "Lobster";
	color: #fff !important;
}*/

/*.uk-h3 {
    line-height: 18px;
}*/

h3 {
    font-size: 24px;
}

* + h3 {
    margin-top: 15px;
}



h4 {
    font-family: "Lobster";
    color: #c4311b !important;
    text-transform: none;
    font-size: 28px;
	line-height: 36px;
	margin: 0px 0px 15px;
	letter-spacing: 1px;
}
.uk-h4 {
    color: #fff !important;
    margin: 0px 0px -10px 0px;
    font-size: 40px;
}
.uk-heading-large {
    font-size: 50px;
    line-height: 50px !important;
}
h5, .uk-h5 {
    font-size: 23px;
    font-family: "Lobster";
    text-transform: none;
    color: #c4311b !important;
    letter-spacing: 1px;
}
.uk-h5 {
    line-height: 32px;
}
.uk-article-meta {
    font-size: 0px;
    line-height: 0px;
    color: rgba(255,255,255,0);
    margin-bottom: 0px;
    margin-top: 0;
    text-transform: none;
}
.uk-h6 {
    font-size: 24px;
    line-height: 26px;
    color: #fff !important;
}

/*Typo*/
.uk-panel-box-primary .uk-panel-title {
    color: #fff;
}
.uk-text-success {
    color: #8ab42c !important;
}


/*Linken*/
a {
    color: #c4311b;
    font-weight: 400;
}
.uk-button.uk-button-large.uk-button-primary {
    background-color: #c4311b;
}
a:hover, .uk-link:hover {
    color: #8ab42c;
    text-decoration: none;
}
.uk-panel-box-secondary a {
    color: #7AA41C;
}
.uk-panel-box-secondary a:hover {
    color: #D8262E;
}
.uk-button-success a {
    color: #fff;
}
.uk-button-success a:hover {
    color: #fff;
}
.uk-article > p > a {
    font-weight: 400 !important;
}
.uk-article > ul > li > a {
    font-weight: 400 !important;
}

/*Blokken modules*/
.uk-panel-box {
	padding: 50px 20px;
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.25);
	background-color: #fff;
}
.uk-panel-box-primary {
    background-color: rgb(115, 115, 117) !important;
    color: #cccccc;
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.4) !important;
}
.uk-panel-box-secondary {
    background-color: #D9E021 !important;
	box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.3);
}
.uk-panel-box > .uk-panel-teaser {
    margin-top: -15px;
    margin-left: -25px;
    margin-right: -25px;
}
.uk-block-primary .uk-text-primary {
    color: #D8262E !important;
}
.uk-block-primary a:not([class]) {
    color: #D8262E;
}

/*hr*/
.uk-panel-box-primary hr{
	border-color: #afafaf;
}


/*button in slide home*/
.uk-slidenav-contrast {
    color: #fff;
}
.uk-button {
    border: 1px solid #fff;
    color: #fff;
	padding: 12px;
	line-height: 15px;
}
.uk-button:hover:not(.uk-button-primary):not(.uk-button-success):not(.uk-button-danger):not(:disabled):not(.uk-button-link), .uk-button:focus:not(.uk-button-primary):not(.uk-button-success):not(.uk-button-danger):not(:disabled):not(.uk-button-link) {
    border-color: #fff !important;
	background-color: #fff;
    color: #4B4B4B;
}
.uk-button-primary {
    background-color: #a9c943;
	border: none;
}
.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: rgb(189, 211, 77);
}

/*buttons*/
.uk-panel-box-secondary .uk-button {
    background-color: #fff;
}
.uk-button.uk-button-primary > a {
	color: #fff;
}
.uk-button.uk-button-primary > a:hover {
	color: #000;
}
.uk-panel-box-secondary > p > span > a {
    color: #D8262E !important;
}
.uk-button-primary > span > a {
    color: #ffffff !important;
}

/*uk-card*/
.uk-card.uk-card-primary.uk-card-body {
    background: rgba(255,255,255,0.4);
    padding: 70px;
}

/*INSCHRIJVEN NIEUWSBRRIEF*/
form {
    margin: 0px 0px -20px;
}
.acymailing_module div {
    margin: -10px 0px 10px !important;
}
/*button nieuwsbrief*/
.btn:first-child {
    border: 1px solid #fff;
	padding: 10px 26px;
}
/*velden nieuwsbrief*/
input[type="text"] {
	border-radius: 0px;
	height: 40px;
	line-height: 22px;
	box-shadow: none;
	border: none;
	padding: 2px 14px;
}
input[type="text"]:focus {
	border: 1px solid #707070;
}
/*bericht succesvol ingeschreven*/
.uk-alert-success {
    background: rgb(172, 202, 89) none repeat scroll 0% 0%;
    border-color: rgb(172, 202, 89);
    color: rgb(255, 255, 255);
}
/*END NIEUWSBRIEF*/


/*texture achtergronden*/
.tm-block-texture.uk-block-primary {
    background: url("../../../images/paw/block_texture_border_primary.png") repeat-x scroll 50% -29px, #E1E1E1 url("../../../images/paw/block_texture_primary.png") repeat scroll 50% 0px padding-box;
}
.tm-block-texture.uk-block-secondary {
    background: url("../../../images/paw/block_texture_border_secondary.png") repeat-x scroll 50% -30px, rgb(225, 225, 225) url("../../../images/paw/block_texture_secondary.png") repeat scroll 50% 0px padding-box;
}
/*BG switcher*/
.uk-switcher {
    background: #e0e0e0;
    color: #000000;
}


/*badges*/
.uk-badge {
    padding: 2px 7px;
    font-size: 16px;
    font-weight: 400;
}
.uk-badge-danger {
    color: #FFF !important;
}

/*socialbar*/
.tm-social-toggle {
    background-color: rgb(225, 39, 26) !important;
}
.tm-social-toggle:hover {
    background-color: #A9C943 !important;
}

/*navbar tablet versie ruimte voor logo*/
.uk-navbar-content {
    height: 80px;
    padding: 10px 25px;
}

/* Phone landscape and smaller*/
@media (max-width: 768px) {
  .uk-heading-large {
    font-size: 31px;
    line-height: 30px;
  }
  .uk-overlay-panel {
    top: 30px;
  }
  .uk-width-4-5 {
    width: 90%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 50px;
    line-height: 40px;
  }
}
/*cookies*/
.jb.cookie h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
    letter-spacing: 1px;
    color: #adadad;
}
.jb.cookie p {
    font-size: 15px;
    letter-spacing: 1px;
}
.jb.accept {
    font-size: 14px;
    margin: 5px auto;
    min-width: 90px;
    padding: 8px 30px;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    text-shadow: none;
    border: 1px solid #fff;
}
.uk-modal-dialog > p {
    text-align: left;
    padding: 0 50px;
    font-size: 16px;
    letter-spacing: 0px;
}
.uk-modal-dialog > h5 {
    text-align: left;
    padding-left: 50px;
}
.jb.accept.red {
    background: none;
}

.uk-modal-dialog > ul, ol {
    padding-left: 75px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    padding-right: 50px;
}
