:root{
--color-2-light: rgba(255, 204, 0, 0.8);
--color-2-dark: rgba(255, 204, 0, 1);
--color-white: rgba(255, 255, 255, 1);
--font-family-2: arial;
--img-check: url("/file/check-mark-4.png");
--color-1-light: rgba(206, 23, 25, 0.8);
--color-1-dark: rgba(206, 23, 25, 1);
--border-radius: 2px;
--color-black: rgba(0, 0, 0, 1);
--font-family-1: 'Gothic A1'
}
/**
 * Maatwerk CSS
 * Dennis T 07/09/10-12-2021/29-12-2021/30-12-2021/03-01-2022
 */

/* Hide login username */
.entity-loginform-normal .logged-in .username{
  display:none;
}

/* No background colors in content locations */
main .loc-container {
  background-color:var(--color-white) !important;
  padding-top:48px;
  padding-bottom:24px;
}

/* Because the word bandenspecialist does not fit on mobile on home */
main h1 {
  font-size:39px;
}

/* Header less spacing */
.loc-h-2 .loc-center {
  padding-top:0;
}

/* Animated button in header */
.loc-h-2 .btn {
  position: relative;
  }

.loc-h-2 .btn::before {
content: '';
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid var(--color-2-light);
  box-shadow: 0 0 60px rgba(0,255,203,.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}
.loc-h-2 .btn::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid var(--color-2-light);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s 20;
}
.loc-h-2 .btn:hover::before,
.loc-h-2 .btn:hover::after {
  opacity:0;
}
@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

/* Extra spacing under header */
.loc-h-4 {
  margin-bottom:40px;
}

/* Header background always white-transparent, not only after scrolling down */
.container-sticky .block-foreground,
.container-sticky.container-sticky-sticked .block-foreground{
    background-color: var(--color-white);
}
.container-sticky .entity-menu {
  margin-top:68px;
}
.container-sticky .entity-menu .nav-pills > li.active > a, 
.container-sticky .entity-menu .nav-pills > li.active > a:hover, 
.container-sticky .entity-menu .nav-pills > li.active > a:focus,
.container-sticky .entity-menu .nav-pills > li > a:hover,
.container-sticky .entity-menu .nav-pills > li > a:focus,
.container-sticky .entity-menu .nav-pills > li > a {
    color:var(--color-black);
    border-top: none !important;
    border-bottom: 2px solid transparent !important;
    padding:0;
    margin:10px 6px 6px 10px;
}
.container-sticky .entity-menu .nav-pills > li > a.active,
.container-sticky .entity-menu .nav-pills > li > a:hover,
.container-sticky .entity-menu .nav-pills > li > a.active:hover {
    color:var(--color-black);
    border-bottom-color: var(--color-1-dark) !important;
}

/* Main menu make dropdown wider when aligned in center */
.entity-menu .nav-justified .dropdown-menu,
.entity-menu .nav-justified .dropdown-menu a {
  min-width:100%;
}

/* Slideshow text higher for large screen */
header .carousel-caption{
    top:60px;
}
@media (min-width:1040px) {
  header .carousel-caption{
    top:180px;
  }
}
@media (min-width:1200px) {
  header .carousel-caption{
    top:300px;
  }
}
@media (min-width:1380px) {
  header .carousel-caption{
    top:460px;
  }
}
@media (min-width:1540px) {
  header .carousel-caption{
    top:50%;
  }
}

/* Position and color scroll-to-top button */
.btn-default.btn-scrolltop {
  left: calc(100vw - 100px); /* = 100 pixels from right */
  background-color: var(--color-2-dark);
  border-color: var(--color-white);
  color: var(--color-white);
  bottom:38px;
}
.btn-default.btn-scrolltop:focus, .btn-default.btn-scrolltop:hover, .btn-default.btn-scrolltop:active {
  color: var(--color-white);
  background-color: var(--color-2-dark);
  border-color: var(--color-white);
  filter: brightness(125%);
}

/* Position cookie message */
.cookie-message {
  bottom: 40px;
}

/* Move logo to make space for menu button */
@media (max-width:600px) {
  .loc-h-2-e {
    margin-left:100px;
  }
}

/* Position and color mobile menu button */
.btn-default.block-overlay-toggle {
  left: 12px;
  background-color: var(--color-2-dark);
  border-color: var(--color-white);
  color: var(--color-white);
  bottom:auto;
  top:12px;
}
body[style*='overflow: hidden'] .btn-default.block-overlay-toggle {
  bottom:auto;
}

/* Bugfix: show review buttons correct, the second button used to jump a little bit down from the first */
.entity-socialmedia-google-review .btn + .btn {
  margin-bottom:1em;
}

/* Change color of buttons to show all reviews and write a review */
.entity-socialmedia-google-review .btn {
  color: var(--color-white);
  background-color: var(--color-2-dark);
  border-color: var(--color-2-dark);
}

/* Add some margin to the news list */
.entity-newsview-master {
  margin-bottom:40px;
}
.entity-newsview-master .label.description-publishdate {
  display:none;
}
.entity-newsview.entity-newsview-master .description-link:after {
  content:"";
}

/* Hide the sorting button and more info for the news item list, improve styling for showing date in news detail */
.newsview-header .newsview-pagination {
  display:none;
}
.entity-newsview-detail .info {
  margin-bottom:12px;
}
.entity-newsview.entity-newsview-detail .publishdate {
  top:auto;
}
.entity-newsview.entity-newsview-detail .newsview-intro-media {
  float:left;
  max-width:50%;
}
.entity-newsview.entity-newsview-detail .newsview-intro-media img {
  float:none;
  width:96%;
  max-width:96%;
}

.entity-newsview.entity-newsview-detail .newsview-image {
  clear:both;
  padding-top:24px;
}

/* Style the logo slider */
.entity-imagelist-thumbnails-carousel .carousel-inner {
  margin:auto;
  width:80%;
}
.entity-imagelist-thumbnails-carousel .carousel-inner .thumbnail{
  padding:0;
  margin:0;
  border:0;
}

/* Horizontal line thicker and with color */
hr {
  height:6px;
  color: var(--color-1-dark);
  border-color: var(--color-1-dark);
  background-color: var(--color-1-dark);
  margin-bottom:0;
  margin-top:12px;
}

/* Add border to article with white background */
.loc-container:not([style]) .entity-article-default[style="background-color:var(--color-white)"] {
  border:1px solid var(--color-1-dark);
}

/* Add margin bottom to article with colored background */
.entity-article-default[style*="background-color:"] {
  margin-bottom:24px;
}

/* Change color of labels */
.label-default {
  background-color: var(--color-1-dark);
}

/* Newsview master header without well */
.entity-newsview-master .category-info .well {
  padding:0;
  padding-bottom:36px;
  background-color:transparent;
}
.entity-newsview-master .category-info h1 {
  color: var(--color-1-dark);
}

/* Make image of newsview larger */
.entity-newsview-master .image-position-left .media-left {
  width:40% !important;
}

/* Border under newsitems in master list */
.entity-newsview-master .single-item .media,
.entity-newsview-master .single-item .thumbnail {
  padding-bottom:12px;
  border-bottom: 4px solid var(--color-1-dark);
}
.entity-newsview-master .single-item .thumbnail {
  padding-bottom:48px;
}

/* Make buttons out of the "read more" links */
.entity-newsview-master .description-intro {
    display: block;
    padding-bottom:24px;
}
.entity-newsview-master .description-link {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.57;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
font-size: inherit;
    text-transform: none;
    letter-spacing: normal;
white-space: normal;
  border-radius: var(--border-radius);
transition: all 0.1s;
    color: var(--color-white);
    background-color: var(--color-1-dark);
    border-color: var(--color-1-dark);
  float:right;
}
.entity-newsview-master .single-item .media-body {
  border-bottom:1px solid var(--color-grey-light);
}

/* No border for thumbs */
.thumbnail {
  border:0;
  padding:0;
}

/* Main menu styling */
.nav-tabs {
    border-bottom:0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
border-color: transparent;
border-bottom-color: var(--color-2-dark);
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active{
filter: none;
background-color:transparent;
border-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: var(--color-2-dark);
    filter: none;
}
@media (min-width: 920px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 0;
  }
}
header .entity-menu-list {
  text-align:center;
}
header .nav-tabs > li {
  float:none;
  display:inline-block;
  text-align:left;
}

/* Remove lines in forms */
.form-control {
  border-bottom: 1px solid rgb(204, 204, 204);
}

/* Extra margin on bottom of main content, above footer */
main {
  padding-bottom: 60px;
}

/* Remove lines in footer menu */
footer h1, 
footer .h1, 
footer h2, 
footer .h2,
footer h3, 
footer .h3, 
footer legend,
footer .entity-menu > ul > li > a.disabled {
  border:0;
}

/* limit social media description height */
.entity-socialmedia-google-review p.description {
  max-height:100px;
  overflow-y:auto;
  overflow-x:hidden;
}

/* No "new screen" image in footer */
footer .entity-article article a[target=_blank]:after {
  content: "";
}

/* Title over image in image list */
.entity-imagelist-basic.middle .single-item h4{
  position:absolute;
  width:94%;
  margin-top:25%;
  padding:1%;
  color:var(--color-white);
  font-weight:normal;
  font-size:2em;
}

/* Labels "Actie" over newsitems */
.label.type-actie {
    position: absolute;
    top: 3em;
    transform: rotate(-10deg);
    left: 10px;
    z-index: 2;
    font-size: 100%;
    text-transform: uppercase;
    padding-top: 0.4em;
}
.newsview-intro-media-image .label.type-actie {
    top:4em;
}

/* Vintage images in specific item */
.vintage img,
.cboxPhoto {
  filter: sepia(50%) contrast(150%) saturate(200%) brightness(100%) hue-rotate(-15deg);
  border: 10px solid white;
  border-bottom-width: 28px;
  box-shadow: 0 3px 6px rgba(0,0,0,.5);
  border-radius:0px !important;
-webkit-backface-visibility: hidden;
}
.vintage .newsview-intro-media img {
  filter: none;
  border: 0;
  box-shadow: none;
}
.vintage img[src*="right"] {
  transform: rotate(2deg);
}
.vintage img[src*="left"] {
  transform: rotate(-2deg);
}


/* Bugfix: show review buttons correct, the second button used to jump a little bit down from the first */
.entity-socialmedia-google-review .btn {
  margin-bottom:1em;
}

/* thumbnails moving up over header */
.loc-h-3 {
  min-height:300px;
  margin-top:160px;
}
@media (min-width:920px) {
.loc-h-3 {
  margin-bottom:120px;
  margin-top:0;
}
}
.loc-h-3-e .entity-imagelist-basic {
    position:relative;
    top:400px;
    width: 750px;
    margin: 0 auto 300px auto;
    background-color:var(--color-white);
    box-shadow: 0 0 20px var(--color-black);
}
.loc-h-3-e .entity-imagelist-basic .btn-primary {
  padding-left:24px;
  padding-right:24px;
    font-size:0.85em;
}
.loc-h-3-e .entity-imagelist-basic .single-item h4 {
  height:48px;
}
.loc-h-3-e .entity-imagelist-basic .single-item p {
  overflow-x:hidden;
  overflow-y:auto;
  height:220px;
    font-size:0.85em;
}
.loc-h-3-e .entity-imagelist-basic .single-item img {
    max-width: 50%;
    margin: auto;
}
/* Add line between tumbnails in header */
.loc-h-3 .entity-imagelist-basic .single-item:after {
  content: '';
  position: absolute;
  border-left: 1px solid rgba(0,0,0,0.5);
  top:20%;
  right:0;
  height: 70%;
}
.loc-h-3 .entity-imagelist-basic .single-item:last-child:after {
  display: none;
}

/* Also move header F down to not show behind the menu on mobile */
.loc-h-6 {
  min-height:300px;
  margin-top:160px;
}
@media (min-width:920px) {
.loc-h-6 {
  min-height:0;
  margin-top:0;
}
}

/* Align some buttons to the right */
.entity-imagelist-basic .btn {
    float: right;
    clear: both;
}

/* button menu styling */
.entity-menu > .btn-group .btn.btn-default{
  padding-left:12px;
  padding-right:12px;
}
.entity-menu > .btn-group-justified,
.entity-menu > .btn-group-vertical {
  margin-bottom:24px;
}
.entity-menu > .btn-group-vertical .dropdown-menu {
  min-width:100%;
}
.entity-menu > .btn-group-vertical.center-block .dropdown-menu {
  text-align:center;
}
.entity-menu.entity-menu-list > .btn-group-vertical .btn,
.entity-menu.entity-menu-list > .btn-group .btn {
  border:1px solid white !important;
}


/* List in newsitem next to image */
.entity-newsview-detail .newsview-content ol,
.entity-newsview-detail .newsview-content ul {
  list-style-position: inside;
}
.entity-newsview.entity-newsview-detail .publishdate {
  top:40px;
}

/* Align text left and add bottom border */
.entity-imagelist.entity-imagelist-basic.middle p,
.entity-imagelist.entity-imagelist-basic.top p {
  padding-top:6px;
  text-align:left;
}
.entity-imagelist.entity-imagelist-basic.middle .single-item {
}
.entity-imagelist.entity-imagelist-basic.middle .single-item > div {
  padding-bottom:54px;
  border-bottom:4px solid var(--color-1-dark);
}