/*
Theme Name: BFH Cleaning
Theme URI: http://bfhcleaningapp.nl
Description: Wordpress thema voor BFH Cleaning
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: bfhcleaningapp
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.25;
   
    
}


h1,
.h1 {
    font-size: 30px;
    font-weight: bold;
}

.h2,
h2 {
    font-size: 24px;
}

.h3,
h3 {
    font-size: 18px;
}

.h4,
h4 {
    font-size: 16px;
}

.h5,
h5 {
    font-size: 20px;
}

.h6,
h6 {
    font-size: 14px;
    font-weight: 600;
}

:is(h1, h2, h3, h4, h5, h6) span {
    font-weight: normal;
}

body {
    font-size: 16px;
    font-weight: 300;
    color: #3252A0;
    background: #FAFAFA;
     font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    line-height: 1.75;
    margin-bottom: 120px

  
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

a {
    color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.75;
    margin-bottom: 15px
}

li {
    list-style: none;
}

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

label {
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #3252A0 ;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    position: relative;
    color: #3252A0;
    background: #FAFAFA;
    padding: 12.5px 15px !important;
    border-radius: 5px;
    border: 2px solid #f5f5f5;
    line-height: 1 !important;

}

textarea {
    line-height: 1.5
}

select {
        background-image: linear-gradient(45deg,transparent 50%,#c5c5c5 50%),linear-gradient(135deg,#c5c5c5 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}

input[type="file"] {
   /* color: transparent;*/
       font-size: 14px;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

::-webkit-input-placeholder {
        color: rgb(7 85 75 / 50%);
    font-weight: 300;
}

::-moz-placeholder {
        color: rgb(7 85 75 / 50%);
    font-weight: 300;
}

:-ms-input-placeholder {
        color: rgb(7 85 75 / 50%);
    font-weight: 300;
}

::-moz-selection {
    background-color: #3252A0;
    color: #ffffff
}

::selection {
    background-color: #3252A0;
    color: #ffffff
}

::-moz-selection {
    background-color: #3252A0 ;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 15px;
    width: 100%
}

table tr th {
    font-weight: 500
}
b,
strong {
    font-weight: 600;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}


.row.medium-gutters {
    margin-right: -22.5px;
    margin-left: -22.5px;
}

.row.medium-gutters [class*="col-"] {
    padding-right: 22.5px;
    padding-left: 22.5px;
}

.btn:not(.m-signature-pad--clear),
.acf-button,
.button:not(.m-signature-pad--clear) {
 -moz-appearance: none;
    -webkit-appearance: none;
    padding: 15px;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    line-height: 1.25;
    white-space: normal;
    color: #ffffff;
    background: #3252A0;
    border: 0;
    overflow: hidden;
    text-align: left;
    font-size: 15px;
}

.btn:not(.button):hover,
.acf-button:hover{
    color: #ffffff;
    background: #E61735
}




/* Main styles */

header {
    /*position: sticky;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
*/

    position: relative;
    z-index: 999;
    background: #ffffff;
    border-bottom: 2px solid #f5f5f5;
    
}

footer {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    right: 0;
    left: 0;

    background: #FAFAFA;
    border-top: 2px solid #f5f5f5
    
}



header nav.navbar,
footer nav.navbar {
    padding: 0;
}

header nav.navbar .navbar-brand {
       margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    max-width: 225px;
    position: relative;
    padding: 15px 0;
    z-index: 1;
    margin-right: 45px;
}

header nav.navbar .navbar-brand:nth-child(2):before {
       content: '';
    border-left: 2px solid rgb(216 216 216 / 50%);
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: -22.5px;
}

footer nav.navbar .navbar-brand {
       margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    max-width: 150px;
    position: relative;
    padding: 7.5px 0;
    z-index: 1;
    margin-right: 15px;
}




header nav.navbar .navbar-nav {
  position: relative;
}




header nav.navbar .navbar-nav > .nav-item {

}






header nav.navbar .navbar-nav > .nav-item > .nav-link,
footer nav.navbar .navbar-nav > .nav-item > .nav-link {
    padding: 22.5px 15px;
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
    line-height: 1;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link {
    padding-right: 45px;
}


header nav.navbar .navbar-nav > .nav-item > .nav-link > img {
    width: 30px
}

footer nav.navbar .navbar-nav > .nav-item > .nav-link > img {
        width: 20px;
    margin: 0 15px;
    vertical-align: -4px;
}

header nav.navbar .navbar-nav > .nav-item > .nav-link .nav-image {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #FAFAFA;
    display: inline-block;
        font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #c5c5c5;
    /*font-size: 12px;*/
}



header nav.navbar .navbar-nav > .nav-item:hover > .nav-link,
header nav.navbar .navbar-nav > .nav-item.active > .nav-link {
    color: #E61735;
}







header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle:after {
        content: url(images/arrow.svg);
    width: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

header nav.navbar .navbar-nav > .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}


header nav.navbar .navbar-nav > .nav-item > .dropdown-menu {
padding: 10px 0;
    margin: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: unset;
    border: 2px solid #f5f5f5;
    border-top: 0;
    text-align: right;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li {
     padding: 10px 15px;
}


header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a{

    padding: 0;
    line-height: 1;
    white-space: nowrap;
    position: relative;
        color: #c5c5c5;
        font-weight: 400
}






header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:hover,
header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li.current-menu-item a {
    color: #3252A0;
    background: transparent;

}

/* Blocks */


section.blocks {
    margin: 60px 0;
}

.blocks .blocks-header {
    margin-bottom: 45px;
}


.blocks .blocks-header h1,
.blocks .blocks-header h2,
.blocks .blocks-header h3,
.blocks .blocks-header h4,
.blocks .blocks-header h5,
.blocks .blocks-header h6 {
     margin-bottom: 0;
}

.blocks .block {
    background: #ffffff;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 6%);
    text-align: center;
    position: relative;

        position: relative;
    display: block;
    padding-bottom: 75%;
    margin-bottom: 45px;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blocks .block:hover {
    box-shadow: 0px 2px 16px rgb(0 0 0 / 20%);
}



.blocks .block .block-image {
        position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}

article .article-content .blocks .block .block-image {
    top: 30%;
}

.blocks .block .block-image img{
    height: 100px;
    width: auto
}

article .article-content .blocks .block .block-image img {
        height: 75px;
}

.blocks .block .block-content {
        position: absolute;
    left: 15px;
    right: 15px;
    bottom: 22.5px;
}



.blocks .block .block-content h1,
.blocks .block .block-content h2,
.blocks .block .block-content h3,
.blocks .block .block-content h4,
.blocks .block .block-content h5,
.blocks .block .block-content h6 {
    margin-bottom: 0
}

/* Article */

article  {
    margin: 45px 0;
}

article .article-header {
    margin-bottom: 45px
}

article .blocks-header h1,
article .blocks-header h2,
article .blocks-header h3,
article .blocks-header h4,
article .blocks-header h5,
article .blocks-header h6 {
    margin-bottom: 0;
}

article .article-content {
background: #ffffff;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 6%);
    padding: 30px;
}

article .article-content p,
article .article-content ul,
article .article-content table {
    margin-bottom: 30px;
}

article .article-content ul {
    list-style: inside;
}

article .article-content ol {
    
}


article .article-content a:not(.btn) {
    /*text-decoration: underline;*/
}

article .article-content .blocks {
        margin-top: 45px;
}

article .article-content > *:last-child {
    margin-bottom: 0
}

article .article-content .btn:first-child {
    float: right;
}
article .article-content .breadcrumbs {
    margin-bottom: 15px;
    font-size: 87.5%;
    font-weight: 500;
}

article .article-content .breadcrumbs .breadcrumbs__current {
    color: #E61735;
    text-decoration: underline;
}

article .article-content .last-updated {
    font-weight: 300;
     font-size: 87.5%;
}

article .article-content .dataTables_wrapper {
     margin-top: 60px;
}

article .article-content .dataTables_wrapper > .row:not(:first-child) {
    margin-top: 15px;
}

article .article-content table {

}

article .article-content table:not(.dataTable) {
    font-size: 12px;
}

article .article-content table:not(.dataTable) thead,
article .article-content table:not(.dataTable) tfoot {
    background: #c5c5c5;
    color: #ffffff;
    position: sticky;
    top: 97px
}

article .article-content table thead.dataTable tr th {
    border-bottom: 2px solid #f5f5f5
}
article .article-content table:not(.dataTable) thead tr th,
article .article-content table:not(.dataTable) thead tr td,
article .article-content table:not(.dataTable) tfoot tr th,
article .article-content table:not(.dataTable) tfoot tr td{
    padding: 5px 2.5px
}

article .article-content table tbody tr {
-webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article .article-content table.dataTable tbody tr:hover {
    background:  #e5e5e5 !important;
}
article .article-content table tbody tr.even {
   background: #FAFAFA;
}

article .article-content table tbody tr th,
article .article-content table tbody tr td {
    border-top: 1px solid #f5f5f5;
}

article .article-content table:not(.dataTable) tbody tr th,
article .article-content table:not(.dataTable) tbody tr td {
    border-left: 1px solid #f5f5f5;
    padding: 5px 2.5px;
        min-width: 15px;
}

.article-content table:not(.dataTable) tbody tr td.uitgevoerd:not(.planning) {
    background: orange
}

article .article-content table:not(.dataTable) tbody tr:last-child th,
article .article-content table:not(.dataTable) tbody tr:last-child td {
 border-bottom: 1px solid #f5f5f5;
}
article .article-content table:not(.dataTable) tbody tr th[colspan] {
    background: #FAFAFA;
}

article .article-content table:not(.dataTable) tbody tr td.td-background {
    background: #3252A0;
}
article .article-content table tbody tr td .author-initials {
float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #FAFAFA;
    margin-right: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
    color: #c5c5c5;
border: 1px solid rgb(197 197 197 / 50%);
}

article .article-content table tbody tr td .author-name {
    display: block;
    font-weight: 500;
   line-height: 1.5;
}

article .article-content table tbody tr td .author-email {
    display: block;
}

article .article-content table tbody tr td img{
    width: 20px;
    margin-right: 10px;
}

article .article-content canvas {
    width: 100%
}

/*article .article-content .embed-container  {
    position: relative;
    display: block;
    padding-bottom: 126.5%;
}


article .article-content .embed-container embed{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
*/
article aside.article-sidebar {
    position: sticky;
    top: 30px;
    font-size: 14px
}


article aside.article-sidebar > .tocify {
   background: #ffffff;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 6%);
    margin-bottom: 30px;
     counter-reset: item;
}

article aside.article-sidebar > .tocify ul.tocify-header {
    margin: 0;
    list-style: none;
    padding: 0;

       
}


article aside.article-sidebar > .tocify ul.tocify-header li a:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

article aside.article-sidebar > .tocify ul.tocify-header li.tocify-item {
    
}


article aside.article-sidebar > .tocify ul.tocify-header li.tocify-item a {
        padding: 15px;
    display: block;
    line-height: 1.125;
    font-weight: 500
}

article aside.article-sidebar > .tocify ul.tocify-header li.tocify-item.tocify-focus a {
    background: #E61735;
    color: #ffffff;
}

article aside.article-sidebar > .tocify ul.tocify-header ul.tocify-subheader {
    margin: 0;
    list-style: none;
    padding: 0;
    
    counter-reset: item;
}

article aside.article-sidebar > .tocify ul.tocify-header ul.tocify-subheader li.tocify-item a {
    padding: 5px 15px 5px 30px;
    font-size: 87.5%;
    line-height: 1.25;
}

article aside.article-sidebar > ul {
    margin: 0;
    list-style: none;
  background: #ffffff;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 6%);
    margin-bottom: 0;
    padding: 0
}

article aside.article-sidebar > ul > li {

}

article aside.article-sidebar > ul > li > a {
   padding: 15px;
    line-height: 1.25;
    display: block;
    font-weight: 500;
    position: relative;
}

article aside.article-sidebar > ul > li > a .count {
position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #3252A0;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 87.5%;
    font-weight: bold;
    right: 15px;
}



article aside.article-sidebar > ul li.current_page_item > a {
    background: #E61735;
    color: #ffffff;
}

article aside.article-sidebar > ul > li > ul{
    display: none;
    margin: 0;
    list-style: none;
    padding: 0;
    /*margin-top: -7.5px;
    margin-bottom: -7.5px;*/
}

article aside.article-sidebar > ul > li.current_page_item > ul,
article aside.article-sidebar > ul > li.current_page_parent > ul,
article aside.article-sidebar > ul > li.current_page_ancestor > ul{
    display: block;
}

article aside.article-sidebar > ul > li > ul > li > a {
    padding: 10px 15px 10px 30px;
    font-size: 87.5%;
    line-height: 1.125;
        display: block;
        font-weight: 400
}

article aside.article-sidebar > ul > li > ul > li > ul {
    display: none;
    margin: 0;
    list-style: none;
    padding: 0;
}

article aside.article-sidebar > ul > li > ul > li > ul > li > a {
    padding: 10px 15px 10px 45px;
    font-size: 75%;
    line-height: 1.125;
        display: block;
}

article aside.article-sidebar > ul > li > ul > li.current_page_item > ul,
article aside.article-sidebar > ul > li > ul > li.current_page_parent > ul {
    display: block;
}






/* ACF */


.acf-fields > .acf-field {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0 !important;
}

.acf-fields .acf-field .acf-label {
        margin: 0 0 5px;
}

.acf-fields .acf-field .acf-label label,
.acf-fields .acf-field .acf-input label {
    margin: 0;
}

.acf-fields .acf-field.acf-field-message {
    padding-bottom: 0;
}

.acf-fields .acf-field.acf-field-message .acf-label {
    margin: 0;
}



.acf-fields .acf-field.acf-field-message .acf-label label {
    font-size: 30px;
}

.acf-fields .acf-field.acf-field-signature .m-signature-pad--body canvas {
        background: #FAFAFA;
    border-radius: 5px;
    border: 2px solid #f5f5f5;
    margin: 0;
    box-shadow: none;
    width: 100%;
}

.acf-fields .acf-field.acf-field-true-false .acf-input .acf-switch {
    border-radius: 50px;
    border: 0
}

.acf-fields .acf-field.acf-field-true-false .acf-input .acf-switch.-on {
    
    background: #38cf5b
}

.acf-fields .acf-field.acf-field-true-false .acf-input .acf-switch {
        border-radius: 50px;
    background: #FAFAFA;
    color: #c5c5c5;
        width: 85px;
height: 44px;
border: 2px solid #f5f5f5;
}

.acf-fields .acf-field.acf-field-true-false .acf-input .acf-switch span {
    text-shadow: unset;
    padding: 0;
    /* display: none; */
}

.acf-fields .acf-field.acf-field-true-false .acf-input .acf-switch span.acf-switch-on {
    position: absolute;
    left: 10px;
    top: 50%;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: 500;
}

.acf-fields .acf-field.acf-field-true-false .acf-input .acf-switch span.acf-switch-off {
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 500;
}

.acf-fields .acf-field.acf-field-true-false .acf-input .acf-switch:not(.-on) span.acf-switch-on,
.acf-fields .acf-field.acf-field-true-false .acf-input .acf-switch.-on span.acf-switch-off  {
    opacity: 0
}
.acf-fields .acf-field.acf-field-true-false .acf-input .acf-switch .acf-switch-slider{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    border: 0;
}

.acf-fields .acf-field.acf-field-true-false .acf-input .acf-switch .acf-switch-slider {
    top: 3px;
        left: 3px;
}

.acf-fields .acf-field.acf-field-true-false .acf-input .acf-switch.-on .acf-switch-slider {
    left: calc(100% - 37px);
}


.acf-fields .acf-field.acf-field-checkbox .acf-input ul,
.acf-fields .acf-field.acf-field-radio .acf-input ul {
    margin-bottom: 0;
    -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

.acf-fields .acf-field.acf-field-checkbox .acf-input ul li label,
.acf-fields .acf-field.acf-field-radio .acf-input ul li label {
    display: block;
}

.acf-fields .acf-field.acf-field-checkbox .acf-input ul li label:before,
.acf-fields .acf-field.acf-field-radio .acf-input ul li label:before {
        content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: -3px;
    border: 2px solid #3252A0;
    border-radius: 3px;
    margin-right: 5px;

}

.acf-fields .acf-field.acf-field-checkbox .acf-input ul li label.selected:before,
.acf-fields .acf-field.acf-field-radio .acf-input ul li label.selected:before {
    background: #3252A0;
}

.acf-fields .acf-field.acf-field-checkbox .acf-input ul li label input,
.acf-fields .acf-field.acf-field-radio .acf-input ul li label input {
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.acf-image-uploader .image-wrap img {
    background: #ffffff !important;
    padding-right: 30px !important;
}

/* Responsive */

@media (max-width: 1600px) {
}   

@media (max-width: 1400px) {

    .row.medium-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .blocks .block {
            margin-bottom: 30px;
    }

    article .article-content table:not(.dataTable) {
        font-size: 11px;
    }

    article .article-content table:not(.dataTable) tbody tr th, 
    article .article-content table:not(.dataTable) tbody tr td {
            min-width: 10px;
    }

    .blocks .block .block-content {
    }

    .blocks .block .block-image img {
        height: 75px;
    }
}

@media (max-width: 1200px) {
}

@media (max-width: 991.98px) {



  

    body {
        font-size: 15px;
    }
    

    header nav.navbar .navbar-nav > .nav-item > .nav-link, footer nav.navbar .navbar-nav > .nav-item > .nav-link {
        padding: 15px 7.5px;
    }   

    header nav.navbar .navbar-nav > .nav-item > .nav-link .nav-image {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    header nav.navbar .navbar-brand {
        margin-right: 30px;
    }

    header nav.navbar .navbar-brand:nth-child(2):before {
        left: -15px;
    }

    article .article-content {
            padding: 22.5px;
    }

    article .article-content table:not(.dataTable) thead, article .article-content table:not(.dataTable) tfoot {
            position: relative;
    top: unset;
    }
 

  



}
   




