.allmode-img {
    overflow: hidden;
}

.raxo-block-button {
  	text-align: center;
}

.raxo-block-button a {
    display: inline-block;
    margin-top: 2rem;
    color: var(--white) !important;
    font-size: 1rem;
    font-weight: 600;
    padding: 2px 32px;
    background-color: var(--link-color) !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.raxo-block-button a:hover {
    background: var(--secundary-color) !important;
}

/* columns */
.raxo-columns article {
    flex: 1 1 33.33%;
}

.raxo-columns .raxo-image, .raxo-columns .raxo-btn a {
    border: none;
}

.raxo-columns .raxo-top .raxo-title {
    margin: -6rem 0;
}

.raxo-columns {
  	border-bottom: none;
}
.raxo-columns article {
    flex: 0 1 33.33%;
}

@media only all and (max-width: 969px) {
  	.raxo-columns article {
    	flex: 0 1 100%;
  	}
}

.raxo-columns .raxo-top .raxo-wrap {
  	border-bottom: none;
}

.raxo-columns .raxo-top .raxo-title {
    margin: -6rem 1rem -6rem 0;
    font-size: 1.2rem;
    line-height: 1.4;
    color: var(--white) !important;
  	z-index: 10;
    display: block;
    position: absolute;
}

.raxo-columns .raxo-top .raxo-title a {
    color: var(--white) !important;
    text-shadow: 3px 3px 5px var(--black);
    font-weight: 700;
    text-decoration: none !important;
}

.raxo-columns .raxo-image img {
  	border: none;
}

.raxo-columns .raxo-image {
    border-bottom: 8px solid var(--link-color) !important;
    border-radius: 0 !important;
}

.raxo-columns .raxo-top .raxo-image img {
  	transition: filter 0.3s ease-in;
}

.raxo-columns .raxo-top .raxo-image img:hover {
    filter: grayscale(1) blur(1px);
  	-webkit-filter: grayscale(1) blur(1px); /* Safari 6.0 - 9.0 */
}

.raxo-item-top:has(.raxo-title a:hover) .raxo-image img {
    filter: grayscale(1) blur(1px);
  	-webkit-filter: grayscale(1) blur(1px); /* Safari 6.0 - 9.0 */
}

.raxo-columns .raxo-block-button {
  	padding: 0;
    font-size: 1.2rem;
    line-height: 2;
    text-align: center !important;
}

/* Name */
h3.raxo-name {
    font-size: 1rem;
    margin-top: 3rem;
    display: grid;
    width: 100%;
    float: left;
}

h3.raxo-name a {
    color: var(--white) !important;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 14px 36px;
    background-color: var(--link-color) !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: auto;
}

h3.raxo-name a:hover {
    background-color: var(--background-link-hover);
}

.raxo-columns a:hover {
    color: var(--white) !important;
    text-decoration: none;
}

 
/* bricks */
.raxo-bricks .raxo-top article .raxo-wrap {
    flex-direction: row-reverse;
}

/* uitgelicht */
.allmode-uitgelicht {
    margin: 0;
}

.allmode-uitgelicht .allmode-wrapper {
    margin-bottom: 16px;
    margin-top: 0;
}

.allmode-uitgelicht .allmode-topitem .allmode-img img {
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.allmode-uitgelicht .allmode-wrapper .allmode-topitem:hover>.allmode-img img {
    -webkit-filter: grayscale(100%);
    transform: scale(1.1);
    overflow: hidden;
}

.allmode-uitgelicht a {
    color: var(--text-color) !important;
    font-size: .8em;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.allmode-uitgelicht .allmode-wrapper .allmode-topitem:hover>.allmode-title a {
    color: var(--text-color) !important;
    background: transparent none;
    opacity: 0.6;
}

.allmode-uitgelicht .allmode-topitem .allmode-title {
    margin: 10px 8px 0 8px !important;
}

.allmode-uitgelicht .allmode-wrapper {
    height: 336px !important;
}

.allmode-uitgelicht .allmode-wrapper>div {
    background: var(--white);
}

/* verhalen */
.allmode-verhalen {
    gap: 1rem !important;
}

/* Allmode Verhalen */

.allmode-verhalen {
    display: flex;
    align-items: stretch;
  	flex-wrap: wrap;
  	gap: 3rem;
}

.allmode-verhalen >  .allmode-topbox{
    position: relative;
    flex: 0 1 calc(100% / 3 - 40px);
    -webkit-box-shadow: 5px 20px 28px 2px rgba(220, 220, 220, .8);
    -moz-box-shadow: 5px 20px 28px 2px rgba(220, 220, 220, .8);
    box-shadow: 5px 20px 28px 2px rgba(220, 220, 220, .8);
}

@media only all and (max-width: 969px) {
  	.allmode-verhalen >  .allmode-topbox {
    	flex: 1 0 auto;
    	max-width: 100%;
  	}
}

.allmode-verhalen >  .allmode-topbox span.allmode-category {
    position: absolute;
    background: #EE7601;
    top: 20px;
    color: #Fff;
    padding: 0.2rem 1rem;
    text-align: center;
  	z-index: 100;
}
.allmode-verhalen >  .allmode-topbox .allmode-img img{
   width: 100%;
}
.allmode-verhalen > .allmode-topbox .allmode-img img:hover {
    transition: 200ms ease-in all;
    opacity: 0.7;
}
.allmode-verhalen >  .allmode-topbox .allmode-details{
    font-size: 0.7rem;
    margin: 16px 0 0 0;
    font-weight: 600;
    padding-left: 24px;
}
.allmode-verhalen >  .allmode-topbox .allmode-title{
    padding: 0 1.6rem;
    margin: 0 0 70px !important;
}

.allmode-verhalen .allmode-topitem .allmode-title {
    margin: 4rem 0px 44px -4px !important;
}

.allmode-verhalen .allmode-title a {
    color: var(--primary-color);
}

.allmode-verhalen .allmode-showall a {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0;
    display: block;
    background: var(--white)0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 solid var(--link-color);
    text-align: right !important;
    float: right;
    clear: both;
    margin: 2rem 0;
    line-height: 1.4;
    border-bottom: 2px solid var(--white)0;
}

.allmode-verhalen .allmode-showall a:hover {
    color: var(--primary-color);
    background: var(--white)0;
    border-bottom: 2px solid var(--primary-color);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.allmode-verhalen .allmode-details span:last-child {
    padding-left: 0;
}

.allmode-verhalen > .allmode-topbox span.allmode-category {
    position: absolute;
    background: #EE7601;
    top: 20px;
    color: #Fff;
    padding: 0.2rem 1rem;
    text-align: center;
    z-index: 100;
    max-width: 220px;
    line-height: 1.4;
}

#g-above .allmode-verhalen .allmode-topbox {
    margin: 30px 2% 4rem 2%;
}

#g-above .allmode-verhalen .allmode-topbox {
    margin: 30px 2% 4rem 2%;
}

#g-above .allmode-verhalen .allmode-topbox:nth-child(3n+1) {
    margin-left: 0;
}

#g-above .allmode-verhalen .allmode-topbox:nth-child(3n+3) {
    margin-right: 0;
}

/* projecten */
.allmode-projecten {
  	display: flex;
  	align-items: stretch;
 	display: flex;
 	flex-direction: row;
  	flex-wrap: wrap;
  	width: 100%;
}

.allmode-projecten .allmode-topbox:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.allmode-projecten .allmode-topitem {
    margin-top: -150px;
    text-align: left;
  	flex: 33.33%
}

@media (min-width: 48em) {
  .allmode-projecten .allmode-topitem {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
  }
}

.allmode-projecten .allmode-topitem h3.allmode-title {
	
}

.allmode-projecten .allmode-topitem h3.allmode-title a {
    color: var(--white) !important;
    text-decoration: none !important;
    text-shadow: 2px 4px 4px #7f7f7f;
  	font-size: 1.2rem;
}

.allmode-projecten .allmode-topbox:hover>.allmode-img img {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.allmode-projecten .allmode-topbox:hover>.allmode-topitem .allmode-title a {
    color: #dedede;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Quotes  */
.allmode-quotes .allmode-topbox {
    margin: 0;
    float: left;
}

@media only all and (min-width: 960px) {
    .allmode-quotes .allmode-topbox {
        width: 100%;
    }
}

.allmode-quotes .allmode-topbox .allmode-topitem {
    padding: 2rem 2rem 4rem 2rem;
}

.allmode-quotes .allmode-topbox:nth-child(2n+1) .allmode-topitem {
    margin-right: 25%;
    background: var(--background-of-border-bottom);
    margin-top: -2rem;
}
@media only screen and (max-width: 450px){
    section#g-utility  .allmode-quotes .allmode-topbox{
        margin: 0 0;
    }
    section#g-utility  .allmode-quotes .allmode-topbox .allmode-topitem{
        margin: -2rem 0 0 0 !important;
    }
    section#g-utility  .allmode-quotes .allmode-topbox:nth-child(2n + 1){
       display: none;
    }
}

@media only screen and (max-width: 720px){
    section#g-utility  .allmode-quotes .allmode-topbox{
        margin: 0 0;
    }
    section#g-utility  .allmode-quotes .allmode-topbox:nth-child(2n+1) .allmode-topitem{
       margin-left: 15%; 
    }
    section#g-utility  .allmode-quotes .allmode-topbox .allmode-topitem{
        margin-right: 15%;
    }
}

@media only screen and (max-width: 960px){
    section#g-utility  .allmode-quotes .allmode-topbox:nth-child(2n + 1){
       display: none;
    }
}

.allmode-quotes .allmode-topbox:nth-child(2n+2) .allmode-topitem {
    margin-left: 25%;
    margin-top: -2rem;
    background: #ccc;
}

.allmode-quotes .allmode-topbox:last-child .allmode-topitem {
    margin-bottom: 3rem;
}

.allmode-quotes .allmode-text p {
    font-weight: 400;
    font-style: italic;
    font-size: 1.1rem;
}

.allmode-quotes .allmode-topbox:nth-child(2n+1) .allmode-topitem .allmode-text p {
    text-align: left;
}

.allmode-quotes .allmode-topbox:nth-child(2n+2) .allmode-topitem .allmode-text p {
    text-align: right;
}

.allmode-quotes .allmode-text p.quote {
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    text-align: right;
    line-height: 1.2;
}

.allmode-quotes .allmode-text p:before {
    content: "“";
    font-weight: 600;
    font-size: 1.34rem;
    margin-right: 4px;
}

.allmode-quotes .allmode-text p:after {
    content: "”";
    font-weight: 600;
    font-size: 1.34rem;
}

@media only screen and (max-width: 450px){
    section#g-utility  .allmode-quotes .allmode-topbox{
        margin: 0 0;
    }
    section#g-utility  .allmode-quotes .allmode-topbox .allmode-topitem{
        margin: -2rem 0 0 0 !important;
    }
}

.allmode-quotes .allmode-text p.quote:before,
.allmode-quotes .allmode-text p.quote:after {
    content: "";
    margin: 0;
}

.allmode-quotes .allmode-showall a {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0;
    display: block;
    background: var(--white)0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 solid var(--link-color);
    text-align: right !important;
    float: right;
    clear: both;
    margin: 2rem 0;
    line-height: 1.4;
    border-bottom: 2px solid var(--white)0;
}

.allmode-quotes .allmode-showall a:hover {
    color: var(--primary-color);
    background: var(--white)0;
    border-bottom: 2px solid var(--primary-color);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

 /* All Mode Newstiles  */
.ons-team h2 {
    margin-bottom: 2.2rem;
}

.allmode-newstiles .allmode-topbox {
    display: flex;
    flex-wrap: wrap;
}

.allmode-newstiles .allmode-topbox .allmode-wrapper {
    flex: 0 0 25%;
}
@media only all and (max-width: 969px) {
  	.allmode-newstiles .allmode-topbox .allmode-wrapper {
    	flex: 0 0 33.3%;
  	}
}

@media only all and (max-width: 659px) {
  	.allmode-newstiles .allmode-topbox .allmode-wrapper {
    	flex: 0 0 100%;
  	}
}

.allmode-newstiles .allmode-topbox .allmode-img {
    padding: 8px;
}

.g-default #g-features .allmode-newstiles a {
    text-decoration: none;
    background: none;
}

.allmode-newstiles .allmode-topbox h3.allmode-title {
    font-size: 1.2rem;
    margin: 0.4rem 0;
}

.allmode-newstiles .allmode-topbox .allmode-text {
    line-height: 1.2;
}

.g-default #g-features .allmode-newstiles .allmode-title a:hover {
    color: var(--link-color) !important;
}

.allmode-newstiles .allmode-topitem .allmode-img img {
    width: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.allmode-newstiles .allmode-img img {
    max-width: 100%;
    height: auto;
    font-style: italic;
    vertical-align: middle;
}

//Raxo Related Articles
.raxo-related-articles.raxo-bricks .raxo-item {
    background-color: var(--white);
    min-height: 328px;
}

.raxo-related-articles.raxo-bricks .raxo-name,
.raxo-related-articles.raxo-bricks .raxo-item>div:first-child {
    border: none;
}

.raxo-related-articles.raxo-bricks .raxo-info {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-color) !important;
    text-align: left;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}

.raxo-related-articles.raxo-bricks .raxo-info span+span {
    margin-left: 2px;
}

.raxo-related-articles.raxo-bricks .raxo-title {
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    text-align: left;
    margin-top: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}

.raxo-related-articles.raxo-bricks .raxo-title a {
    color: var(--primary-color) !important;
    text-decoration: none !important;
}

.raxo-related-articles.raxo-bricks .raxo-title a:hover {
    color: var(--link-color) !important;
}

.raxo-related-articles.raxo-bricks.projecten .raxo-item {
    background-color: var(--white);
    position: relative;
    min-height: auto;
}

.raxo-related-articles.raxo-bricks.projecten .raxo-content {
    position: absolute;
    bottom: 1rem;
    padding: 1rem 10%;
}

.raxo-related-articles.raxo-bricks.projecten .raxo-img img {
    opacity: 0.7;
}

.raxo-related-articles.raxo-bricks.projecten .raxo-img img:hover {
    opacity: 1;
}

.raxo-related-articles.raxo-bricks.projecten .raxo-title a {
    color: var(--white) !important;
    text-shadow: 2px 2px 3px var(--black);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}

/* Nieuwe Raxo Related Articles */
.raxo-related-articles.raxo-bricks .raxo-itemsbox,
.raxo-related-articles.raxo-columns .raxo-itemsbox {
    display: block;
}

/* Projecten */
.raxo-related-articles.raxo-columns .raxo-container>div {
    margin: 0;
    padding-bottom: 5px;
}

.raxo-related-articles.raxo-columns,
.raxo-related-articles.raxo-columns .raxo-block-name,
.raxo-related-articles.raxo-columns .raxo-image img {
    border: none;
}

.raxo-related-articles.raxo-columns .raxo-item {
    float: left;
    display: block;
    width: 20%;
    margin: 0 1rem;
    border: none;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
    position: relative;
}

.raxo-related-articles.raxo-columns h4.raxo-title {
    position: absolute;
    margin: 1.4rem;
    width: calc(224px - 4rem);
    bottom: 0;
}

.raxo-related-articles.raxo-columns .raxo-title a {
    color: var(--white) !important;
    text-shadow: 3px 3px 5px var(--black);
    font-weight: 700;
    text-decoration: none !important;
}

.raxo-related-articles.raxo-columns .raxo-img {
    opacity: 0.7;
    transition: all ease-in 0.1s;
}

.raxo-related-articles.raxo-columns .raxo-img:hover {
    opacity: 1;
}

/* Nieuws */
.raxo-related-articles.raxo-bricks .raxo-item {
    float: left;
    display: block;
    width: 20%;
    margin: 0 1rem;
    border: none;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
    min-height: 336px;
}

.raxo-related-articles.raxo-bricks .raxo-content {
    min-height: 150px;
}

.raxo-related-articles.raxo-bricks .raxo-item .raxo-info {
    float: left;
    clear: none;
    padding-left: 2px;
    font-size: 12px;
    font-weight: 600;
    width: 100%
}

.raxo-related-articles.raxo-bricks .raxo-item .raxo-info span+span {
    margin-left: 4px;
}

@media only all and (max-width: 959px) {
    .raxo-related-articles.raxo-columns .raxo-item {
        width: calc(100% - 2rem);
        margin: 1rem;
    }

    .raxo-related-articles.raxo-bricks .raxo-item {
        width: calc(100% - 2rem);
        margin: 1rem;
    }
}