@keyframes ifMenuFadeIn {
from {
opacity: 0;
transform: translate3d(20%, 0, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
.if-menu-peek {
position: relative;
}
.if-menu-peek a {
opacity: 0.8;
}
.if-menu-peek::before {
content: "If Menu peek";
position: absolute;
text-align: center;
top: 50%;
left: calc(100% + 15px);
background: #f6f9fc;
box-shadow: 0 0 0 1px rgba(136,152,170,.1), 0 15px 35px 0 rgba(49,49,93,.1), 0 5px 15px 0 rgba(0,0,0,.08);
border-radius: 4px;
width: 140px;
margin-top: -17px;
padding: 10px 15px;
font-size: 14px;
opacity: 0;
pointer-events: none;
}
.if-menu-peek:hover::before {
animation: ifMenuFadeIn ease-in-out .2s forwards;
}
.if-menu-peek::after {
content: "";
position: absolute;
width: 20px;
height: 17px;
background: url(//cazhem.nl/wordpress/wp-content/plugins/if-menu/assets/icon-visibility.svg);
color: rgb(80,169,47);
background-size: cover;
top: -14px;
right: -15px;
border-radius: 50%;
}body { 
font-family: "raleway", sans-serif;	
margin: 0px;
}
#wrapper { 
display: block; 
margin: 0px auto;
width: 100%; 
}
#break {
clear: both;
width: 100%;
}
p {
margin-block-start: 0.75em;
margin-block-end: 1.5em;
}
ul {
margin: 0 0 0 0px;
padding: 0 0 0 16px;
}
p,li {
color: #4e4e4e;
font-size: 0.8em;
line-height: 1.6;
}
td,th {
color: #4e4e4e;
font-size: 0.9em;
line-height: 1.2em;
min-width: 100px;
text-align: left;
}
td {
font-size: 0.8em;
padding: 5px 0;
}
h1 {
color: #0a1b3c;
font-size: 1.6em;
margin-top: 0;	
text-decoration: none;
}
h2 {
color: #0a1b3c;
font-size: 1.1em;
margin-block-end: 3px;
margin-block-start: 0;
}
h3 {
color: #0089CE;
font-size: 1.1em;
margin-block-end: 3px;
margin-block-start: 0;
}
h4 {
color: #00b7b1;
font-size: 0.9em;
font-weight: strong;
line-height: 1.5em;
}
h5 {
color: #0a1b3c;
font-size: 0.6em;
text-transform: uppercase;
}
h6 {
color: #0a1b3c;
font-size: 0.9em;
font-weight: strong;
line-height: 1.5em;
margin-block-start: 0;
margin-block-end: 0;
}
.home li,
.semibold {
color: #000000;
font-weight: 600;
}
.bold, strong {
font-weight: bold;
}
.center {
text-align: center;
}
a,
a:visited {
color: #0a1b3c;
font-weight: bold;
text-decoration: none;
-webkit-transition: color 0.25s ease-in-out 0s;
-moz-transition: color 0.25s ease-in-out 0s;
-o-transition: color 0.25s ease-in-out 0s;
transition: color 0.25s ease-in-out 0s;
}
a:hover {
color: #00b7b1;
-webkit-transition: color 0.25s ease-in-out 0s;
-moz-transition: color 0.25s ease-in-out 0s;
-o-transition: color 0.25s ease-in-out 0s;
transition: color 0.25s ease-in-out 0s;
}
.mobile {
display: block;
}
.desktop {
display: none;
}
.white a,
.white a:link,
.white a:visited,
.white,
.red {
color: #FFF;
}
.fw-normal {
font-weight: normal;
}
.full-width {
border-spacing: 0 !important;
width: 100%;
}
.full-width th {
background-color: #d9edf7;
padding: 5px 0 5px 5px;
}
.full-width td {
border-top: 1px solid #DDD;
padding: 5px 0 5px 5px;
}
.full-width tr:nth-of-type(2) {
background-color: #f3f3f3;
}
.full-width tr:last-of-type td {
border-bottom: 1px solid #DDD;
}
caption {
display: none !important;
} #header { 
background-color: #f3f3f3;
display: block;
margin: 0 auto;
}
#header-container {
align-items: center;
display: flex;
flex-direction: row-reverse;
height: 87px;
justify-content: space-between;
margin: 0 auto;
padding: 0 20px;
}
#topmenu {
background-color: rgba(40, 183, 177, 0.14);
display: none;
justify-content: center;
padding: 20px;
}
#logo img {
width: 129px;
}
.grad {
background: #00b7b1;
background: -webkit-linear-gradient(left, #00b7b1, #0089ce);
background: -o-linear-gradient(right, #00b7b1, #0089ce);
background: -moz-linear-gradient(right, #00b7b1, #0089ce);
background: linear-gradient(to right, #00b7b1, #0089ce);
}
#grad1 {
height: 16px;
margin: 0;
} #header-menu {
display: none;
}
#header-topmenu-mobile.top-is-open nav.header-topmenu {
background-color: rgba(40, 183, 177, 0.14);
height: calc(100vh - 149px);    
left: 0;
opacity: 1;
position: sticky;
top: 105px;
-webkit-transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
transition: all 0.25s ease-in-out 0s;
width: 100%;
}
#header-topmenu-mobile nav.header-topmenu {
height: 0;
opacity: 0;
-webkit-transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
transition: all 0.25s ease-in-out 0s;
}
.header-topmenu ul {
padding: 0;
text-align: center;
}
.header-topmenu li {
display: block;
font-size: 14px;
padding: 24px 0 0;
text-transform: uppercase;
}
.header-topmenu li:last-child {
border-top: 2px solid #00b7b1;    
bottom: 30px;
left: 0;
margin: auto;
padding: 10px 0 0 0;
position: absolute;    
right: 0;
width: calc(100% - 60px);
}
.header-topmenu li a,
.header-topmenu li a:visited {
color: #0a1b3c;
text-decoration: none;
-webkit-transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
transition: all 0.25s ease-in-out 0s;    
}
.header-topmenu li.current-menu-item a,
.header-topmenu li a:hover {
color:  #00b7b1;
text-decoration: none;
-webkit-transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
transition: all 0.25s ease-in-out 0s;   
}
.header-topmenu li:last-child a {
color: #00b7b1;
}
#header-topmenu-mobile.top-is-open ul li {
display: block;
height: auto;
-webkit-transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
transition: all 0.25s ease-in-out 0s;
}
#header-topmenu-mobile ul li {
display: none;
height: 0;
-webkit-transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
transition: all 0.25s ease-in-out 0s;
} #header-menu {
display: none;
}
#header-menu-mobile.is-open nav.header-menu {
background-color: #f3f3f3;
height: calc(100vh - 103px);    
left: 0;
opacity: 1;
position: sticky;
top: 105px;
-webkit-transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
transition: all 0.25s ease-in-out 0s;
width: 100%;
}
.logged-in #header-menu-mobile.is-open nav.header-menu {
height: calc(100vh - 149px);        
}
#header-menu-mobile nav.header-menu {
height: 0;
opacity: 0;
-webkit-transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
transition: all 0.25s ease-in-out 0s;
}
.header-menu ul {
padding: 0;
text-align: center;
}
.header-menu li {
display: block;
font-size: 20px;
padding: 40px 0 0;
text-transform: uppercase;
}
.header-menu li a,
.header-menu li a:visited {
color: #0a1b3c;
text-decoration: none;
-webkit-transition: color 0.25s ease-in-out 0s;
-moz-transition: color 0.25s ease-in-out 0s;
-o-transition: color 0.25s ease-in-out 0s;
transition: color 0.25s ease-in-out 0s;    
}
.header-menu li.current-menu-item a,
.header-menu li a:hover {
color:  #00b7b1;
text-decoration: none;
-webkit-transition: color 0.25s ease-in-out 0s;
-moz-transition: color 0.25s ease-in-out 0s;
-o-transition: color 0.25s ease-in-out 0s;
transition: color 0.25s ease-in-out 0s;   
}
#header-menu-mobile.is-open ul li {
display: block;
height: auto;
-webkit-transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
transition: all 0.25s ease-in-out 0s;
}
#header-menu-mobile ul li {
display: none;
height: 0;
-webkit-transition: all 0.25s ease-in-out 0s;
-moz-transition: all 0.25s ease-in-out 0s;
-o-transition: all 0.25s ease-in-out 0s;
transition: all 0.25s ease-in-out 0s;
} .mobile-menu {
cursor: pointer;
width: 27px;
}
.menu-bar {
background: #0A1B3C;
display: block;
height: 4px;
margin: 4px 0 8px 0;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
width: 27px;
border-radius: 2px;
}
.mobile-menu.is-open .menu-bar {
background-color: #0089CE;
width: 34px;
}
.mobile-menu.is-open .menu-bar:first-child {
-webkit-transform: rotate(45deg);    
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 1px;        
-ms-transform-origin: 1px;
transform-origin: 1px;
}
.mobile-menu.is-open .menu-bar:nth-child(2) {
opacity: 0;
}
.mobile-menu.is-open .menu-bar:nth-child(3) {
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-ms-transform-origin: -1px;
-webkit-transform-origin: -1px;    
transform-origin: -1px;    
}
.menu_caption {
color: #0A1B3C;
font-size: 0.6em;
font-weight: bold;
margin: 0 0 0 -1px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;    
}
.is-open .menu_caption {
color: #0089CE;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
} #preheader {
width: 48px;
}
.user-menu {
width: 48px;
}
#login-button {
display: none;
}
.user_menu {
display: none;
}
.user_login,
.user_menu {
width: 48px;
}
.logged-in .user_login {
display: none;
}
.logged-in .user_menu {
display: block;
}
.logged-in .user-menu.top-is-open .user_menu {
display: none;
}
.topmenu-bar {
background-color: #0A1B3C;
display: none;
height: 4px;
margin: 4px 0 8px 0;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
width: 27px;
border-radius: 2px;
}
.logged-in .user-menu.top-is-open .topmenu-bar {
background-color: #0089CE;
display: block;
height: 4px;
margin: 4px 0 8px 12px;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
width: 34px;
border-radius: 2px;
}
.logged-in .user-menu.top-is-open .topmenu-bar:first-child {
-webkit-transform: rotate(45deg);    
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 1px;        
-ms-transform-origin: 1px;
transform-origin: 1px;
}
.logged-in .user-menu.top-is-open .topmenu-bar:nth-child(2) {
opacity: 0;
}
.logged-in .user-menu.top-is-open .topmenu-bar:nth-child(3) {
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-ms-transform-origin: -1px;
-webkit-transform-origin: -1px;    
transform-origin: -1px;    
} #main {
overflow: scroll;
padding: 50px 0px;
}
.content-container {
padding: 0px 36px;
}
.thumbnail {
display: flex;
justify-content: center;
max-height:200px;
max-width: 100%;
height: auto;
margin: 0 auto;
overflow: hidden; 
} #main2 {
padding: 50px 0px 0px 0px;
}
#logoparade {
display: block;
width: 100%;
}
#logoparade .content-container {
text-align: center;
max-width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;    
}
#logo-1 {
background: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/kennemerhart-125px.png) no-repeat;
height: 120px;
padding: 0 0 12px 0;
width: 161px;
}
#logo-2 {
background: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/sintjacob-125px.png) no-repeat;
height: 120px;
margin: 7px 0 0 0;	
padding: 0 0 12px 0;
width: 161px;
}
#logo-3 {
background: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/zorgbalans-125px.png) no-repeat;
height: 120px;
margin: 7px 0 0 0;
padding: 0 0 12px 0;
width: 161px;
}
#logo-4 {
background: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/logo_amstelring.png) no-repeat;
background-size: contain;
height: 120px;
margin: 7px 0 0 0;
padding: 0 0px 0 0;
width: 161px;
}
#logo-5 {
background: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/logo_cordaan.jpeg) no-repeat;
background-size: contain;
height: 120px;
margin: 7px 0 0 0;
padding: 0 0px 0 0;
width: 161px;
}
#telefoon {
display: block;
}
#phone_number {
padding: 100px 0 35px;
text-align: center;
}
#phone_number h1 {
margin: 0 auto;
position: relative;
width: 200px;
}
#phone_number h1::before {
background: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/phone80px.png) no-repeat;
background-size: cover;
content: "";
display: block;
height: 63px;
right: 18px;
position: absolute;
top: -63px;
width: 57px;
} #footer {
background: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/footer_icon.svg) no-repeat right -20px center;    
padding: 0 36px;
}
#footer .container {
align-items: center;    
display: flex;
justify-content: space-between;
padding: 36px 0;
}
#footer_text {
font-size: 0.7em;
line-height: 2;
max-width: 650px;
} #main.home {
padding: 50px 0px 0px 0px;
}
.home .title,
.page-template-front-page_test .title {
display: none;
}
.announcement {
display: flex;
justify-content: center;
padding-top: 32px;
}
.content.beschikbaarheid {
background-color: #0A1B3C;
color: #FFF;
margin-top: -45px;
padding: 80px 0px 20px 0;
}
#grad3 {
border-top: 4px #0a1b3c solid;
color: #FFF;
height: 400px;
margin: 0 auto;
padding: 60px 36px 120px 36px;
}
#grad3 h1 {
color: #FFF;
}
h1.white {
font-size: 28px;
line-height: 50px;
width: 100%;
}
.row {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.icon {
background-repeat: no-repeat;
background-size: contain;
height: 71px;
width: 100%;
}
.provider .icon {
background-image: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/icon-provider.png);
background-position: 50% 0px;
}
.location .icon {
background-image: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/icon-location.png);
background-position: 50% 0px;
}
.placement .icon {
background-image: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/icon-placement.png);
background-position: 50% 5px;
}
.year .icon {
background-image: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/icon-year.png);
background-position: 40% 0px;
}
.cipher {
align-items: flex-end;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 20px 0;    
width: 45%;
}
.cipher__number {
text-align: left;
font-size: 24px;
font-weight: bold;
line-height: 56px;
padding: 0 10px 0 20px;
}
.location .cipher__number {
padding: 0 10px 0 15px;    
}
.cipher__text {
text-align: left;
font-size: 12px;
font-weight: bold;
line-height: 24px;
padding: 0 0 13px 0;
}
.placement .cipher__text {
padding: 0 0 13px 20px;
}
#delimiter {
background-color: #0A1B3C;
height: 16px;
margin: 0;
} #content-img {
text-align: center;
}
img.over-cazhem {
padding: 20px 0 40px;
max-width: 100%;
margin: 0 auto;
} .page-template-beschikbare_tz_pg_som #main,
.page-template-beschikbare_zorg #main {
padding: 50px 0 0 0;
}
.page-template-beschikbare_tz_pg_som #main .container,
.page-template-beschikbare_zorg #main .container {
margin: 24px 0;
}
.page-template-beschikbare_tz_pg_som #main .container.first,
.page-template-beschikbare_zorg #main .container.first {
margin: 0 0 24px 0;
}
.page-template-beschikbare_tz_pg_som #main .content-container,
.page-template-beschikbare_zorg #main .content-container {
overflow: scroll;
padding: 0 36px 24px 36px;
}
.page-template-beschikbare_tz_pg_som #main .content,
.page-template-beschikbare_zorg #main .content {
position: relative;
}  h2.tablepress-table-name {
color: #0089CE;
font-size: 1.5em;
margin: 12px 0;
}
.page-id-1562 #row {
overflow: scroll;
} .page-id-1642 .content-container,
.page-id-13604 .content-container {
padding: 0px 16px;
}
.gform_button {
background: #fff;  
border: 2px solid #00b7b1;
color: #0a1b3c;
font-family: Raleway, sans-serif;
font-size: 13px;
font-weight: bold;
height: 36px;
margin-top: 10px;
text-transform: uppercase;
transition: all 0.25s;
width: 160px;
}
.gform_button:hover {
background: #00b7b1; background: -webkit-linear-gradient(left, #00b7b1, #0089ce); background: -o-linear-gradient(right, #00b7b1, #0089ce); background: -moz-linear-gradient(right, #00b7b1, #0089ce); background: linear-gradient(to right, #00b7b1, #0089ce); border: 2px solid #FFF;
color: #fff;
cursor: pointer;
font-family: Raleway, sans-serif;
text-transform: uppercase;
transition: background 0.25s;
}
.gform_wrapper.gravity-theme .gform_save_link.button {
border: none;
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
.header-menu li {
font-size: 16px;
padding: 20px 0 0;
}
#header-topmenu-mobile.top-is-open nav.header-topmenu,
#header-menu-mobile.is-open nav.header-menu {
height: calc(100vh - 135px);
}
#header-topmenu-mobile.top-is-open ul li {
display: inline-block;
padding: 30px 10px 0 10px;
}
#header-topmenu-mobile.top-is-open ul li:last-child {
bottom: 20px;
padding: 10px 0 0 0;
}
.icon {
height: 71px;
width: 71px;
}
.provider .icon {
background-image: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/icon-provider.png);
background-position: 0 0;
}
.location .icon {
background-image: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/icon-location.png);
background-position: 0 0;        
}
.placement .icon {
background-image: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/icon-placement.png);
background-position: -2px 5px;
}
.year .icon {
background-image: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/icon-year.png);
background-position: 0 0;
}
.cipher {
align-items: flex-end;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 20px 20px 20px 0;    
width: calc(50% -  40px);
}
.cipher__number {
text-align: left;
font-size: 38px;
font-weight: bold;
line-height: 56px;
padding: 0 10px 0 20px;
}
.location .cipher__number {
padding: 0 10px 0 15px;    
}
.cipher__text {
text-align: left;
font-size: 16px;
font-weight: bold;
line-height: 24px;
max-width: 100px;
padding: 0 0 10px 0;
}
.placement .cipher__text {
padding: 0;
}
}
@media all and (max-width: 900px) and (min-width: 750px) {
.header-topmenu li:last-child {
bottom: 80px;
}
#logoparade {
width: 80%;
}    
}
@media all and (min-width: 901px) { .mobile,
.mobile-menu,
.user-menu,
.user_login {
display: none;
}
p, li {
font-size: 0.9em;
}
h3 {
color: #0089ce;
font-size: 1.2em;
margin-block-start: 1em;
margin-block-end: 1em;
} #header-container {
display: block;
height: 80px;
max-width: 960px;
text-align: right;
}
#preheader {
border-bottom: 1px #0a1b3c solid; 
height: auto;
min-height: 20px;
padding: 0px 0 0 0;
position: relative;
text-align: left;
width: 100%;
}
#topmenu {
background-color: transparent;
display: inline-block;
padding: 0;
}
#logo img {
width: 217px;
}
.menu-afgeschermd-container ul {
padding: 0;
text-align: left;
}
.menu-afgeschermd-container ul li {
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
left: 0;
}
.menu-afgeschermd-container ul li a,
.menu-afgeschermd-container ul li a:visited,
.header-topmenu li:last-child a,
.header-topmenu li:last-child a:visited {
color: #ad0064;
padding: 4px 8px 2px 0px;
text-decoration: none;
transition: 0.25s;
}
.menu-afgeschermd-container ul li.current-menu-item a,
.menu-afgeschermd-container ul li a:hover,
.header-topmenu li:last-child a:hover {
color: #e0005b;
transition: 0.25s;
}
.menu-afgeschermd-container ul li {
display: inline;
}
.header-topmenu li:last-child {
border: none;
bottom: unset;
left: unset;
margin: auto;
padding: 0;
position: relative;
right: unset;
width: auto;
}
#login-button {
background: #0a1b3c;
color: #fff;
display: inline-block;
font-size: 12px;
padding: 4px 10px 3px 10px;
position: absolute;
right: 0;
text-transform: uppercase;
}
.logged-in #login-button {
display: none;
}
#logo {
clear: both;
display: block;
float: left;
padding: 10px 0;
}
#grad1 {
background: #00b7b1;   
background: -webkit-linear-gradient(left, #00b7b1, #0089ce);
background: -o-linear-gradient(right, #00b7b1, #0089ce);
background: -moz-linear-gradient(right, #00b7b1, #0089ce);
background: linear-gradient(to right, #00b7b1, #0089ce);
height: 5px;
margin: 0 0 45px;
} #header-menu {
display: block;
float: right;
}
#header-menu ul {
padding: 18px 0 0;
}
#header-menu li {
display: inline;
font-size: 14px;
font-weight: bold;
padding: 2px 10px 0;
text-transform: uppercase;
}
#header-menu li:last-child {
padding: 2px 0px 0 10px;
}
#header-menu li a,
#header-menu li a:visited {
color: #0a1b3c;
text-decoration: none;
transition: color 0.25s;
}
#header-menu li.current-menu-item a,
#header-menu li a:hover {
color:  #00b7b1;
text-decoration: none;
transition: color 0.25s;
}
#header-menu-mobile {
display: none;
} #main {
min-height: 280px;
padding: 0;
}
.container {
margin: 0 auto;
max-width: 960px;
}
.content { 
float: left;
width: 75%; 
}
.content-container {
padding: 0 0 20px 0;
position: relative;
}
.content-container.content--post {
padding: 0 0 20px 0;
}    
#delimiter {
background-color: transparent;
height: 0;
margin: 0;
}
.mb-40 {
margin-bottom: 40px !important;
} #main2 {
min-height: 260px;
padding: 45px 0 0 0;
}
#logoparade {
width: 60%;
float: left;
margin: -14px 0 0 0;
}
#logo-4,
#logo-5 {
height: 60px;
}
#phone_number {
float: right;
margin-top: 71px;
padding: 0;
}    
#phone_number h1 {
font-size: 2em;
width: 250px;
}
#phone_number h1::before {
height: 90px;
right: 10px;
top: -90px;
width: 80px;
} #footer { 
border-top: 24px #0a1b3c solid;
background: none;
}
.footer__icon {
background: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/footer_icon.svg) no-repeat right 0px center;
width: 156px;
height: 132px;
bottom: 0;
right: 0;
} #main.home {
padding: 0;
}
.home h2,
.home h3 {
margin: 0.2em 0;
}
.home .content,
.news .content { 
border: 0px #a2a2a2 solid;
float: left;
width: 40%;
margin: 0 10% 0 0;
}
.red {
color: #e0005b;
font-size: 0.9em;
margin-block-start: 8px;
}
.content.beschikbaarheid {
background-color: transparent;
padding: 0;
}
#grad2 {
background: #00b7b1; background: -webkit-linear-gradient(left, #00b7b1, #0089ce); background: -o-linear-gradient(right, #00b7b1, #0089ce); background: -moz-linear-gradient(right, #00b7b1, #0089ce); background: linear-gradient(to right, #00b7b1, #0089ce); clear: both;
height: 35px;
margin: 0;
}
#grad3 {
height: 160px;
padding: 100px 0 120px;    
}
h1.white {
color: #0A1B3C;
font-size: 37px;
}
.icon {
height: 71px;
width: 71px;
}
.provider .icon {
background-image: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/icon-provider.png);
background-position: 0 0;
}
.location .icon {
background-image: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/icon-location.png);
background-position: 0 0;
}
.placement .icon {
background-image: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/icon-placement.png);
background-position: -2px 5px;
}
.year .icon {
background-image: url(//cazhem.nl/wordpress/wp-content/themes/cazhem%203.30/images/icon-year.png);
background-position: 0 0;
}
.cipher {
align-items: flex-end;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
padding: 20px 20px 20px 0;    
width: calc(50% -  40px);
}
.cipher__number {
text-align: left;
font-size: 38px;
font-weight: bold;
line-height: 56px;
padding: 0 10px 0 20px;
}
.location .cipher__number {
padding: 0 10px 0 15px;    
}
.cipher__text {
text-align: left;
font-size: 16px;
font-weight: bold;
line-height: 24px;
max-width: 100px;
padding: 0 0 10px 0;
}
.placement .cipher__text {
padding: 0;
}
.home #phone_number {
float: right;
margin:  40px 120px 0 0;
padding: 90px 0 0 0;
} .page-id-5 .content {
float: left;
width: 55%;
padding: 0 5% 0 0;
}
#content-img {
float: left;
width: 40%;
padding: 5% 0 0 0;
} .page-template-beschikbare_tz_pg_som #main,
.page-template-beschikbare_zorg #main {
margin: 0 auto;
max-width: 960px;        
padding: 0;
}
.page-template-beschikbare_tz_pg_som .content,
.page-template-beschikbare_zorg .content {
float: unset;
width: 100%;
}
} .d-flex {
display: flex;
flex-wrap: wrap;
}
.home .content,
.news .content {
width: 100%;
}
.container--nieuws {
margin: 0px 0 40px 0;
padding: 40px 0 0 0;
}
.announcement {
margin: 0 auto;
z-index: 999;   
}
.content.beschikbaarheid h2,
.content.beschikbaarheid p {
color: #FFF;
}
h2.card__intro {
line-height: 36px;
}
h2.card__intro.link {
color: #9B9B9B;
font-size: 16px;
font-weight: normal;
margin-block-start: 1em;
text-align: right;
text-decoration: underline;
text-decoration-style: dashed;
text-underline-offset: 6px;    
}
.card {
box-shadow: 0 0 20px #DDDDDD;
display: flex;
height: 360px;
-ms-flex-direction: row;
flex-direction: row;
margin: 0 0 40px 0;
}
.card__body {
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding: 30px;
width: calc(55% - 60px);
}
.card__body h4 {
color: #1B88CE;    
font-size: 16px;
line-height: 24px;
}
.news h4 {
margin-block-start: 10px;
margin-block-end: 0px;        
}
.card__body p {
color: #000000;
margin-bottom: 30px;
}
.card__body a button {
background-color: #1B88CE;
border: 2px #1B88CE solid;    
color: #FFF;
font-weight: bold;
width: 120px;
padding: 8px 13px;
transition: all 0.25s ease-in-out;
}
.card__body a button:hover {
background-color: #FFF;
border: 2px #1B88CE solid;    
color: #1B88CE;
cursor: pointer;
transition: all 0.25s ease-in-out;    
}
.card__image {
height: 100%;
width: 45%;
}
.card__image img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
object-position: 50% 0;
}
.o-p--0   { object-position: 0    0 !important; }
.o-p--10  { object-position: 10%  0 !important; }
.o-p--20  { object-position: 20%  0 !important; }
.o-p--30  { object-position: 30%  0 !important; }
.o-p--40  { object-position: 40%  0 !important; }
.o-p--50  { object-position: 50%  0 !important; }
.o-p--60  { object-position: 60%  0 !important; }
.o-p--70  { object-position: 70%  0 !important; }
.o-p--80  { object-position: 80%  0 !important; }
.o-p--90  { object-position: 90%  0 !important; }
.o-p--100 { object-position: 100% 0 !important; }
@media all and (min-width: 901px) {
#logo {
padding: 14px 0 0 0;
}
#logo img {
width: 180px;
}
.container--intro {
padding:  0 0 20px 0;
}
.home .content,
.news .content {
margin: 0 5% 0 0;
width: 47.5%;  
}
.home .content:nth-of-type(2),
.news .content:nth-of-type(2),
.home .content.beschikbaarheid { 
margin: 0;
}
.home h2 {
font-size:  1.4em;
margin-block-start: 0.7em;
}
.container--intro h3 {
font-size:  1.4em;
}
.content.beschikbaarheid h2,
.content.beschikbaarheid p,
#phone_number h1 {
color: #0A1B3C;
}
.container--nieuws {
margin: 0px auto;
}
.card {
height: 340px;
}
.thumbnail {
justify-content: flex-start;
max-height: unset;
}
#grad3 {
height: 285px;
}
} .navigation {
padding: 0 36px 30px 36px;
}
.nav-links {
padding: 15px 0 0 0;
}
.nav-previous {
float: left;
}
.nav-next {
float: right;
}
@media only screen and (max-width: 900px) and (orientation: portrait) {
}
@media only screen and (min-width: 900px) {
.navigation {
padding: 0 0 60px 0;
}
}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2";content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc";content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container table.tablepress{margin-bottom:0}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}