.break-row {
    padding-top: 2.625rem;
}

.article-head-wrapper h1 {
    margin-top: 0;
    margin-bottom: .375rem;
    line-height: 1.2;
}

h1 {
    font-weight: 800;
    margin-bottom: 2.625rem;
    font-size: 36px;
   /* font-family: 'Muli', sans-serif; */
}

.article-head-wrapper .bovenkopje {
    margin-bottom: 0;
}

.bovenkopje {
    font-size: 76%;
    color: #d64300;
    display: block;
    margin-top: -1.25rem;
}

.art-category {
    color: #d64300;
}

.article-text-wrapper {
    margin-bottom: 8.25rem;
}

.page-id-586 .article-text-wrapper, .page-id-550 .article-text-wrapper {
	/* kleinere marge op gastenboek tussen knop en quotes */
    margin-bottom: 3rem;
}

.article-social-wrapper {
    padding-top: 3.125rem;
}

.article-social-wrapper a {
    display: block;
    background-color: black;
    color: white;
    font-size: 1.5625rem;
    margin: 1.25rem auto;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    line-height: 1.6;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
    color: black;
    outline: none;
}

p a {
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

i {
	vertical-align: middle;
}

.page-content {
	font-weight: 400;
}

.article-head-wrapper {
	padding-top: 1.875rem;
}

.article-text-wrapper {
	padding-top: 1.6rem;
}

.article .item-intro, .head-intro{
    font-size: 1.5rem;
    margin-bottom: 3.125rem;
    line-height: 2.25rem;
    }
    
.article .item-intro:first-letter, .head-intro:first-letter, .article .item-intro p::first-letter{
    font-size: 36px;
   	font-weight: 800;
    margin-right: .125rem;
    }
    
.article-text-wrapper img{
    width: 100%;
    margin: .75rem 0 2.625rem 0;
    }
    
.module-wrapper{
    background-color: #F9F6F4;
    font-size: 84%;
    color: #d64300;
    position: relative;
    padding-bottom: 2.5rem;
    margin-top: .625rem;
    }
    
.module-wrapper > .container{
    position: relative;
    }        

.module-wrapper > .container:before{
    position: absolute;
    height: 3.75rem;
    width: 3.75rem;
    left: .5rem;
    border-radius: 50%;
    content: "i";
    /*content:"\f067";*/
    background-color: #F9F6F4;
    text-align: center;
    line-height: 3.125rem;
    font-size: 1.875rem;
    font-style: italic;
    font-family: 'Sanchez';
    }
    
.module-wrapper > .container:before {
	top: -1.875rem;
	}

.module-wrapper h2{
    padding: 0 0 1.25rem;
    border-bottom: 2px solid;
    margin-bottom: 1.25rem;
    display: inline-block;
    font-size: 1.875rem;
    font-weight: normal;
    }

.vacatures {
    margin-top: .9375rem;
}

.vacature{
    display: flex;
	justify-content: space-between;
	flex-direction: column;
    padding: 0 0 1.875rem 0;
    border-bottom: 1px dotted #d64300;
    height: 100%;
    }

.vacature p{
	margin-bottom: .25rem;
	}
	
.vacature .btn{
    color: #d64300;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #d64300;
    margin-top: 1rem;
    padding-right: 1.4375rem;
    }

.vacature .btn:hover{
    background-color: #d64300;
    color: #fbf7f6;
    border-width: 3px;
    border-style: solid;
    border-color: #d64300;
    }

.vacature i{
    	margin-right: 1.0625rem;
    	text-align: center;
    	width: 1.5rem;
    	}
	
.btn i{
    margin-right: 1.25rem;
    width: auto;
    }

.vacature .btn i{
    margin-right: 1.25rem;
    }

h4 {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: .9375rem;
}

.btn:not(.cx_btn-iconOnly) {
    border-radius: 2.5rem;
    font-size: 16px;
    text-transform: lowercase;
    line-height: 1;
    padding: 0 1.25rem 0;
}

iframe {
	max-width: 600px;
}

/* Gastenboek */

.btn:not(.cx_btn-iconOnly){
	border-radius: .5125rem;
	font-size: 18px;
	/*font-family:'Sanchez';*/
	text-transform: lowercase;
/*	padding: 0 2rem 0;*/
	}
	
.nav-row button{
    background-color: #d64300;
    color: #FFF7F1;
    border-color: #d64300;
    height: 3.125rem;
    }

.nav-row button:hover{
    color: #d64300;
    background-color: transparent;
    border-color: #d64300;
    }
    
.citaat-row{
	background-color: white;  
	background-color: #fff7f7;
    position: relative;
    border-radius: 0 11.875rem 0 0;
}

.citaat-row:before{
	content:'';
    background-color: white;
    background-color: #fff7f7;
    top: 0;
    left:-1000px;
    height: 10rem;
    width: 1000px;
    position: absolute;
}
	
.citaat-wrapper{
    position: relative;
    padding: 5.625rem 0 0 0;
    margin-bottom: 1.25rem;
   }

.gastenboek-page .citaat-row, .gastenboek-page .citaat-row:before {
	background-color: transparent;
}

@media (min-width: 576px) {  
	.gastenboek-page {
		padding-bottom: 2rem;
	}
}
 
.citaat-wrapper:before{
    content:'„';
    color: black;
    top: 1.125rem;
    left: 0;
    height: 3.75rem;
    width: 5rem;
    font-size: 6.875rem;
    line-height: .625rem;
    position: absolute;
}

.citaat-date{
	font-size: 90%;
}

.citaat-wrapper p{
    margin: 1.25rem 0 .9375rem;
}

.citaat-sub{
    /*color: #979291;
    color: #736e6d;*/
    font-weight: 600;
}

.citaat-row .citaat-wrapper a{
    padding: 1.0625rem 0;
    text-align: center;
    display: inline-block;
}

.gastenboek-list .pagination-wrapper{
	margin: 0;
}

.gastenboek-list .pagination-wrapper-bottom{
	margin: 1.25rem 0 0 0;
}

.gastenboek-list .citaat-wrapper{
	/*background-color: #F9F6F4;*/
	padding: 4.75rem 0 2rem 0;
	margin-top: .625rem;
	border-bottom: #D8DCD3 1px solid;
}

.gastenboek-list .citaat-wrapper:before{
	top: -1.0625rem;
	left: 1.5rem;
	font-size: 8.3125rem;
	width: 3.75rem;
	height: 6.25rem;
	line-height: 0;
	text-align: center;
	color: black;
}

.gastenboek-list .citaat-wrapper p{
    margin: .625rem 0;
}

.pagination-wrapper{
    color: #d64300;
	}

.pagination-wrapper a{
    display: inline-block;
    margin: 0 .1875rem;
    padding: 0 .5rem;
    color: #d64300;
    }

a.next-prev-arrow-wrapper{
    padding: 0 0;
    margin: 0 0;
}

.pagination-wrapper a:active{
    color: black;
    }
    
/* Einde Gastenboek */
    
@media (max-width: 575px) {  
    
    .article-text-wrapper{
    	margin-bottom: 1.875rem;
		}
    
    .article .item-intro, .head-intro{
    	font-size: 1.4375rem;
    	margin-bottom: 1.875rem;
    	line-height: 2.0625rem;
    	/*padding-left: 7.5px;*/
   		}
    
    .cx_content .head-intro-overzicht{
    	padding-left: 7.5px;
    	margin-bottom: 2.5rem;
    	}
    
    .item-intro-margin{
		margin-top: .625rem;
		}
    
     .article-head-wrapper h1{
        margin-top: .3125rem;
        margin-bottom: 1.875rem;
    	}
    
    .article .article-head-wrapper h1{
    	margin-bottom: 0;
    	}
    
    .article-social-wrapper{
        padding-top: 0;
        padding-bottom: 1.875rem;
        font-size: 80%;
    	}
    
   .article-social-wrapper a{ 
       float: left;
       margin: 0 1.25rem 0 0  
    	}
    	
    .btn, .btn-default, .cx_btn_wrapper .btn:not(.cx_btn-iconOnly){
        min-width: 68%;
        display: block;
        height: 50px;
        /*margin-left: auto;*/
        margin-right: auto;
        line-height: 1.3;
        font-size: 20px;
        }
    	
    footer .btn, .vacatures .btn, .activiteiten-zoeker .btn, .path-question-wrapper .btn, .doneer-form .btn{
    	margin-left: auto;
    }
    
    .module-wrapper-vacatures {
    	margin-bottom: -2rem;
    }
    
    iframe {
		max-height: 175px;
	}
}