/********************** 
	RESET
**********************/
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
**********************/
#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 TOPMENU
**********************/
#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;
}

/********************** 
	HEADERMENU
**********************/
#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;
}
/********************** 
	HAMBURGER
**********************/
.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;
}
/********************** 
	BUTTON INLOGGEN
**********************/
#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;    
}

/********************** 
	CONTENT
**********************/
#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; 
}

/********************** 
	PREFOOTER
**********************/
#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("../images/kennemerhart-125px.png") no-repeat;
	height: 120px;
	padding: 0 0 12px 0;
	width: 161px;
}
#logo-2 {
	background: url("../images/sintjacob-125px.png") no-repeat;
	height: 120px;
	margin: 7px 0 0 0;	
	padding: 0 0 12px 0;
	width: 161px;
}
#logo-3 {
	background: url("../images/zorgbalans-125px.png") no-repeat;
	height: 120px;
	margin: 7px 0 0 0;
	padding: 0 0 12px 0;
	width: 161px;
}
#logo-4 {
	background: url("../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("../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("../images/phone80px.png") no-repeat;
    background-size: cover;
	content: "";
    display: block;
    height: 63px;
    right: 18px;
    position: absolute;
    top: -63px;
    width: 57px;
}

/********************** 
	FOOTER
**********************/
#footer {
	background: url("../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;
}

/********************** 
	HOME
**********************/
#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(../images/icon-provider.png);
  background-position: 50% 0px;
}
.location .icon {
  background-image: url(../images/icon-location.png);
  background-position: 50% 0px;
}
.placement .icon {
  background-image: url(../images/icon-placement.png);
  background-position: 50% 5px;
}
.year .icon {
  background-image: url(../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;
}

/********************** 
	OVER
**********************/
#content-img {
    text-align: center;
}

img.over-cazhem {
    padding: 20px 0 40px;
    max-width: 100%;
    margin: 0 auto;
}
/********************** 
	BESCHIKBARE ZORG
**********************/
.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;
}
/*
.page-template-beschikbare_tz_pg_som #main .content::after,
.page-template-beschikbare_zorg #main .content::after {
    background: #00b7b1;
    bottom: -12px;
    content: '';
    height: 2px;
    left: 36px;
    position: absolute;
    width: calc(100% - 72px);
}
.page-template-beschikbare_tz_pg_som #main .content.last::after,
.page-template-beschikbare_zorg #main .content.last::after {
    background: transparent;
    bottom: 0px;
    content: '';
    height: 0px;
    left: 10%;
    position: absolute;
    width: 80%;
}*/
/********************** 
	TELEFOONLIJST
**********************/
h2.tablepress-table-name {
	color: #0089CE;
    font-size: 1.5em;
    margin: 12px 0;
}
.page-id-1562 #row {
    overflow: scroll;
}

/********************** 
	AANMELDFORMULIER
**********************/
.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; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #00b7b1, #0089ce); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #00b7b1, #0089ce); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #00b7b1, #0089ce); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #00b7b1, #0089ce); /* Standard syntax (must be last) */
	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(../images/icon-provider.png);
      background-position: 0 0;
    }
    .location .icon {
      background-image: url(../images/icon-location.png);
      background-position: 0 0;        
    }
    .placement .icon {
      background-image: url(../images/icon-placement.png);
      background-position: -2px 5px;
    }
    .year .icon {
      background-image: url(../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) {
    
    /********************** 
        RESET
    **********************/
    .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
    **********************/
    #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;
    }
    /********************** 
        MENU
    **********************/
    #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;
    }
    /********************** 
        CONTENT
    **********************/
    #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;
    }

    /********************** 
        PREFOOTER
    **********************/
    #main2 {
        min-height: 260px;
        padding: 45px 0 0 0;
    }
    #logoparade {
        width: /*72*/ 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
    **********************/
    #footer { 
        border-top: 24px #0a1b3c solid;
        background: none;
    }
    .footer__icon {
        background: url("../images/footer_icon.svg") no-repeat right 0px center;
        width: 156px;
        height: 132px;
        bottom: 0;
        right: 0;
    }    

    /********************** 
        HOME
    **********************/
    #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; /* For browsers that do not support gradients */    
        background: -webkit-linear-gradient(left, #00b7b1, #0089ce); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, #00b7b1, #0089ce); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, #00b7b1, #0089ce); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, #00b7b1, #0089ce); /* Standard syntax (must be last) */
        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(../images/icon-provider.png);
      background-position: 0 0;
    }
    .location .icon {
      background-image: url(../images/icon-location.png);
      background-position: 0 0;
    }
    .placement .icon {
      background-image: url(../images/icon-placement.png);
      background-position: -2px 5px;
    }
    .year .icon {
      background-image: url(../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;
    }

    /********************** 
        OVER CAZHEM
    **********************/
    .page-id-5 .content {
        float: left;
        width: 55%;
        padding: 0 5% 0 0;
    }
    #content-img {
        float: left;
        width: 40%;
        padding: 5% 0 0 0;
    }
    
    /********************** 
        BESCHIKBARE ZORG
    **********************/
    .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%;
    }
}

/****************
NIEUWS AANVULLINGEN
****************/
.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;
    }
}
/****************
SINGLE
****************/
.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;
    }
}
