li.pl-setup-1 {background-color: gainsboro ! important}
li.pl-setup-2 {background-color: antiquewhite ! important}

li.synthesis-line-1 {background-color: plum ! important}
li.synthesis-line-2 {background-color: antiquewhite ! important}
li.synthesis-line-3 {background-color: lightSalmon ! important}
/*kleuren synthesis lines*/
.column {
  float: left;
  width: 33.33%;
  padding:10px;
  border:1px solid grey;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/**************/

ul.pager__items a{}

li.pager__item.pager__previous a{color:black;
background-color:white;}

li.pager__item.pager__previous a:hover{color:#1e64c8;
}

li.pager__item.pager__next a{color:black;
background-color:white;
padding-right:40px;}

li.pager__item.pager__next a:hover{color:#1e64c8;
}

/*******calendar color****/
.calendar-view-table {
    --calendar-view-columns: 7;
    --calendar-view-color-white: #fff;
    --calendar-view-color-lighter: #f8f8f8 !important;
    --calendar-view-color-light: #f4f4f4 !important;
    --calendar-view-color-grey: #ccc;
    --calendar-view-color-gray: #2d8ca8 !important;
    --calendar-view-color-evil: #666;
    --calendar-view-color-dark: #1e64c8 !important;
    --calendar-view-day-rows-gap: 0.5rem;
    width: 100%;
    display: grid
;
    grid-template-columns: repeat(var(--calendar-view-columns), 1fr);
    border-collapse: collapse;
}

/*.footer {background-color: #1e64c8;}*/

.website-copyright {font-size: 10px;}

.page-title {color:#1e64c8;}
.site-name {font-size: 20px; }
.site-slogan {font-size: 12px;}
.site-logo {padding-right: 15px;}

/***border image equipment overview*****/
.views-field.views-field-field-image-equipment .image-field{border-radius: 10px 10px;}

.equipment-column{padding: 20px;}

/******driehoek in superfish menu****/
ul.sf-menu .sf-sub-indicator {
    right: -0.1em !important;
}