
.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}
.youtube {
    background: #bb0000;
    color: white;
}

.instagram {
    background:#c82828;
    color: white;
}

.pinterest {
    background:#a26e59;
    color: white;
}

.icon-bar i {
    color:white;
}

.icon-bar {
    position: fixed;
    right:0px;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:999;
}


.icon-bar a {
    display: block;
    text-align: center;
    padding: 9px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #000;
}

@media (max-width: 767px) {
    .icon-bar {
        top: 50%;
    }
}

.alert-success {
    color: rgba(0,0,0,0.7);
    border: 2px solid rgba(0,0,0, 0.05);
}

.tmplt_sales_color {
    border-color: rgba(0,0,0,0.1);
    color:rgba(0,0,0,0.7);
}
.tmplt_sales_color:hover {
    filter: brightness(85%);
    color:rgba(0,0,0,1);
}



:root { 
  --main-color:#ef791e ;
}
:root { 
  --main-text-color:black ;
}
:root { 
  --accent-color:#472b86 ;
}
:root { 
  --accent-text-color:white ;
}
:root { 
  --section-color:#fafafa ;
}
.container { 
  max-width:1280px ;
}
 { 
  :<h2>{fabrikant} {artsubsubgroep}</h2> ;
}
 { 
  :{amt_articles} artikelen uit {amt_articles_total} ;
}



@font-face {
    font-family: 'Montserrat';
    src: url('https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW5rygbi49c.ttf');
}

* {
    font-family: 'Montserrat';
}


button:disabled {
     background-color:rgba(25, 25, 25, 0.3);
}

button:disabled:hover {
    background-color:rgba(25, 25, 25, 0.3);
}

button.selected {
    background-color:rgba(25,255,255,0.3);
}


@media (min-width: 0px) and (max-width: 45em ) {
    #sw_menu * {
        color:#000;
    }
}

.has-cms-content * {
    color:#000;
}

.has-cms-content a  {
    color:#000;
    text-decoration: underline;
}

/* menu styler */
@media (min-width:768px) {
    ul.menu-fat-sublevel1 ul.menu-level-1 > li > a {
        font-weight: 800;
    }

    ul.menu-margin-level2 ul.menu-level-2 {
        margin-left: 50px;
    }
}

#render_article_detail_here h2{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0px;
}

.article_search_results #main_content .cms_content > .col-12.opener.open h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .header-block.css_id_12997{
    height:350px;
  }
}
@media only screen and (max-width: 450px) {
  .header-block.css_id_12997{
    height:130px;
  }
}

.merken .col-2{
align-self:center;
}

.maakafspraak{
text-align:center;
font-size: 20px;
background-color:#6a329f;
padding:7px 15px;
color:#fff !important;
}

.homepage-titel-3 h3 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
}

.article-item-overlayer.aio_rotated{
background-color: #472b86;
border-radius: 50%;
padding: 13px 10px;
}

 .menu-item-active > a:first-child{
    font-weight:800;
 }