/*
	
Theme Name: Zorgplus Solutions
Theme URI: https://zorgplussolutions.nl
Author: Natali Duarte Lopes
Description: Zorgoplossingen voor iedereen.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
	"wdth" 100,
	"YTLC" 500;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	text-align: justify;
}

h1,
.widget-title {
	font-size: 35px;
	color: #102e52;
	text-transform: none;
	line-height: 40px;
	margin: 0 0 50px 0px;
}

p {
	font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0;
    text-align: left;
}

a{
	font-family: "Poppins", sans-serif;
}

label{
    width: 100%;
    font-weight: 400;
}

select{
	height: 40px;
    border: none;
    padding: 5px;
    width: 100%;
}
.container {
	max-width: 1140px;
}

input{
	color: black;
}

h3, strong{
	font-weight: 600;
}

/* 
theme
*/

#pg-522-0,
#pg-522-1,
#pl-522 .so-panel {
	margin-bottom: 0 !important;
}

#pl-23 {
	padding: 80px 0 0 0;
}

.error404 .header,
.error404 .footer-copy {
	display: none;
}

.page-404 {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin: 0;
	text-align: center;
	height: 100vh;
	justify-content: center;
}

.page-404 h3 {
	color: #909091;
	margin: 10px 0 5px 0;
}

.page-404 img {
	max-width: 400px;
}

.page-404 p {
	text-align: center
}

.error404 .top-header{
	display: none;
}


.page-404 strong{
    font-size: 20px;
    margin: 15px 0;	
}

    

/*******Header******/
.zps-welcome-header {
    background-image: url(https://zorgplussolutions.nl/wp-content/uploads/2024/08/header-bg.png);
    background-color: #102e52 ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.zps-welcome-header .zps-welcome-header-text{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.zps-welcome-header .zps-welcome-header-text h1{
    font-weight: bold;
    color: white;
    font-size: 50px;
    margin: 0;
}

.zps-welcome-header .zps-welcome-header-text h1 span{
	color: #7ED13C;
}

.zps-welcome-header .zps-welcome-header-text p {
	color: white;
	font-size: 20px;
	font-weight: bold;
	margin: 25px 0;
	font-weight: 400;
} 

.top-header.links{
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 400;
}

.top-header.links a{
	color: #1A1A1A;
	display: flex;
	align-items: center;
}

.top-header.links a i{
	color:#7ED13C;
	font-size: 20px;
	margin: 0 5px 0px 0;
}

.top-header.links a:hover{
	text-decoration: none;
}

.subfooter .top-header.links a i {
	color: #007c64;
	font-size: 20px;
	margin: 0 5px 0px 0;
	background-color:transparent;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.subfooter .top-header.links a .fa-envelope{
	font-size: 15px;
}

.subfooter .top-header.links a{
	font-size: 15px;
}

.top-header.links.footer-links{
	background: transparent;
    flex-flow: column;
    align-items: baseline;
    gap: 10px;
    height: 1000%;
    padding: 0 0 10px 50px;
}

.top-header.links.footer-links .social-media {
	display: flex;
	gap: 5px;
}

svg {
  vertical-align: middle;
}

.google-map{
    padding: 15px 0px 15px 50px;
}

.scroll-down {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
}
.scroll-down.svg svg {
  width: 25px;
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.scroll-down.svg .stroke {
  stroke: #7ED13C;
}
.scroll-down.svg .scroller {
  fill: #7ED13C;
  -webkit-animation: updown 1s infinite;
  -moz-animation: updown 1s infinite;
  -o-animation: updown 1s infinite;
  animation: updown 1s infinite;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@-moz-keyframes updown {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -moz-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@-o-keyframes updown {
    0% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.widget_siteorigin-panels-builder{
	list-style: none;
}

    
.header {
	background-color: #102e52;
    width: 100%;
}

.header .row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-default {
	background: transparent;
	font-weight: 600;
	font-size: 13px;
	transition: all 0.1s linear;
	float: right;
	padding-right: 0;
}

.navbar-default .navbar-nav>li.active>a,
#main-nav.navbar-default .navbar-nav>li.open>a,
#main-nav.navbar-default .navbar-nav>li:hover>a {
	background: none;
    color: white;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 1px;
}

.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	font-size: 15px;
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.navbar.navbar-default .navbar-toggle {
	margin-top: 32px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: rgba(120, 120, 120, 0.76);
}

.navbar.navbar-default .navbar-toggle {
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 0px;
	border: none;
	color: rgba(120, 120, 120, 0.76);
}

.navbar-toggle:hover {
	background-color: black;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 25px;
	height: 4px;
	border-radius: 1px;
}

.navbar-toggle a {
	color: #fff;
}

.center-block {
	display: block;
	float: left;
}

.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 15px 15px 1px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #7ED13C;
	background: none;
	cursor: pointer;
}

.modal-backdrop {
	z-index: 1;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: white;
	background: transparent;
	font-weight: 600;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #007c64;
	background: transparent;
	border: none;
}

.navbar-nav>li>.dropdown-menu {
	padding: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 23px;
}

.dropdown-menu>li>a {
	padding-right: 30px;
	padding-bottom: 25px;
	padding-top: 25px;
	clear: both;
	line-height: 0;
	color: #232323;
	white-space: nowrap;
	background-color: white;
	font-weight: 300;
	font-size: 15px;
	transition: all 0.1s linear;
}

.dropdown-menu>li>a:hover {
	display: block;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-top: 25px;
	clear: both;
	color: #007c64;
	white-space: nowrap;
	background-color: #102e52;
	font-size: 15px;
	transition: all 0.1s linear;
}

.navbar-default .navbar-nav>li>a {
	display: block;
	white-space: nowrap;
	color: white;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0px;
	margin: 0 ;
	padding: 0 15px 0px 0;
	border-bottom: 2px solid transparent;
}

.navbar-default .navbar-nav>li>a img {
	width: 25px;
	height: 25px;
}

.navbar-default .navbar-nav>li>a:last-child .caret {
	display: none;
}

.menu-item.active .navbar-default .navbar-nav>li>a {
	border-bottom: 2px solid red;
}
.collapse.navbar-collapse.menu{
	display: flex !important;
    align-items: center;
}

#main-nav.navbar-default {
	background: #FFFFFF;
	box-shadow: 0px 1px 2px rgba(145, 145, 145, 0.6);
}

.navbar-nav>li {}

#main-nav.navbar-default .navbar-nav>li>a {
	padding-top: 32px;
	padding-bottom: 32px;
	border-top: 4px solid transparent;
}

.panel-row-style {
	max-width: 1200px;
	margin: 0 auto;
}

.logo {
	display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
}

.logo a {
	display: contents;
}

.logo a img {
	width: 100%;
    max-height: 60px;
}

.klanttevredenheidonderzoek-content{
	background-color: #102e52;
}

.klanttevredenheidonderzoek-section .widget-title {
	color: #7ED13C;
	text-align: center;
}

.klanttevredenheidonderzoek-section p {
	text-align: left;
}

.vacatures{
	background: #EEF0FE;
	padding: 5px 10px 5px 10px;
}

.vacatures a{
	font-weight: 400;
	color: #151885;
}


/******* Welcome Section******/

.welcome-section {
    padding: 0;
    width: 100%;
    height: 550px;
    max-width: none;
    text-align: center;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    align-items: center !important;
}

.welcome-section h1 {
    color: white;
    font-size: 80px;
    margin: 0;
    line-height: inherit;
    font-weight: bold;
}

.welcome-section p {
    color: #E1E1E1;
    font-size: 28px;
    margin: 0;
    text-align: center;
}

.welcome-section a, .btn-call-to-action {
    font-size: 15px;
    color: white;
    padding: 10px 25px;
    border-radius: 0;
    font-weight: 100;
}
    
    
.welcome-section a:hover,
.welcome-section a:focus,
.btn-call-to-action:hover,
.btn-call-to-action:focus {
	background-color: #102e52;
	color: white;
	text-decoration: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.welcome-section a{
	background-color: #102e52;
}

#menu-menu-nl{
	display: flex;
}

.btn-call-to-action {
	background-color: transparent;
	border: 2px solid #81B93A; 
	margin: 0 15px;
	font-weight: 400;
	font-size: 14px;
}
.btn-call-to-action:hover,
.btn-call-to-action:focus {
	background-color: #81B93A;
	border-color: #81B93A;
	color: #102e52;
}

/******* About sectionc ******/

.about-section{
	padding: 100px 0;
}

.about-section h3{
    font-size: 35px;
    margin: 0 0 10px 0px;
    padding: 50px 0px 0 0;
    color: #061A80;
    font-weight: bold;
}

.about-section p {
	padding: 0 100px 0px 0px;
}

.about-section.zorg-thuis-section{
	padding: 0 0 100px 0;
}
/******* Service sectionc ******/

.sp-ea-single {
    background: #102e52 !important;
    border: none !important;
    border-bottom: 1px solid lightgrey !important;
}

.ea-expand-icon{
	float: right !important;
	color: white !important;
	margin: 0 !important;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 400;
}

#pg-gb5-62e4195af2869-2{
	padding: 50px 0;
	background-color: #102e52;
}

.services-section{
	padding: 100px 13%;	
}

.services-section #sp-ea-46.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
    float: right;
    color: white;
}

.services-section #sp-ea-46.sp-easy-accordion>.sp-ea-single{
    border-radius: 0;
    background: #EEF0FE;
    border: none;
}

.services-section #sp-ea-46.sp-easy-accordion>.sp-ea-single>.ea-header a{
	font-family: "Poppins", sans-serif;
    font-size: 15px;
    text-align: left;
}

.services-section, .klanttevredenheidonderzoek-section{
	max-width: initial;
    background-color: #EEF0FE;
    padding: 0;
    margin: 0;
    width: 100%;
}

.work-section, .services-section .services-section-content{
	padding: 100px 0 0 0 ;
}

.work-section, .services-section .services-section-content .widget-title{
    color: #102e52;
    text-align: center;
    font-weight: bold;
}

.work-section, .services-section .services-section-content a{
	color: white !important;
    font-weight: 300 !important;
     font-family: "Poppins", sans-serif !important;
}

.work-section, .services-section .services-section-content .ea-body strong{
	font-weight: 600;
}

.work-section, .services-section .services-section-content .ea-body a{
	color: #1A1A1A !important ;
	font-weight: 600 !important;
}

.work-section, .services-section .services-section-content .ea-body a:hover{
	color: #86DD38;
}

.work-section {
	background-color: white;
}

.work-section .tab-pane ul li{
	text-align: left;
	font-weight: 300;
	font-size: 15px;
}

.subfooter{
	background: #EEF0FE;
	padding: 100px 0;
}

.btn-modal{
	color: #fff;
    background-color: #102e52;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    color: white;
    font-size: 15px;
    margin: 15px 0 0 0;
    float: left;
    font-weight: 500;
}

.btn-modal:hover, .btn-modal:focus  {
	outline: none;
	 border-radius: 0;
    background-color: #7ED13C;
    color: #151885;
}

#pg-gb23-674dfca32f8d0-0, #pg-gb23-674dfca32f8d0-1, #pg-gb23-674dfca32f8d0-2, #pg-gb23-674dfca32f8d0-3, #pl-gb23-674dfca32f8d0 .so-panel{
	margin: 0;
}

.klanttevredenheidonderzoek-section{
background-color: #102e52;
    color: white;
    padding: 100px 0;
    margin: -30px 0 0 0px;
}

.klanttevredenheidonderzoek-section a{
	color: #86DD38;
	font-weight: 400;
}

.klanttevredenheidonderzoek-section img{
	width: 100%;
	max-width: 440px;
}


.diensten-image{
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 50px 0 100px 0;
}

.diensten-image img{
	max-width: 100px !important;
}

.language-selector__container select {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    min-width: 70px;
    padding: 0 20px 0 16px;
    position: absolute;
    outline: none;
    background-image: url(https://zorgplussolutions.nl/wp-content/uploads/2024/08/world.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    padding: 0 0px 0px 30px;
    font-size: 16px;
    font-weight: 300;
}

.language-selector__container{
	min-height: 60px;
}
.language-selector__container label {
  position: relative;
}
.language-selector__container label:before {
    content: "";
    left: 56px;
    top: 10px;
    width: 15px;
    height: 20px;
    background: transparent;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 1;
}

.services-section .services-section-content #sp-ea-46.sp-easy-accordion>.sp-ea-single>.ea-header a{
    color: #102e52 !important;
    padding-left: 50px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
}


.services-section .services-section-content p,
.services-section .services-section-content ul li{
    font-weight: 300;
    line-height: 25px;
    font-size: 16px;
}

.call-to-action-section{
    background-size: cover;
    background-position-y: -50px;
    height: 225px;
    left: 0;
    right: 0;
    margin: -60px 0 0 0;
    float: none;
    max-width: none;
    background-repeat: no-repeat;
	background-image: url(https://zzz-rotterdam.kessyms.com/wp-content/uploads/2022/07/team-male-female-nurses-talking-with-old-retired-man-bright-nursing-home.jpg);

}    

#sp-ea-46.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body{
	font-weight: 300;
	font-size: 13px;

}


.persoonlijk-advies{
	border-bottom: 1px solid lightgrey;
	background-color: white;
	padding: 14px;
}

.persoonlijk-advies h3{
	text-align: left;
    margin: 0;
    color: #102e52;
    font-size: 20px;
    padding: 0 0 15px 0;
	
}

.persoonlijk-advies p  .link-c{
	color: #1A1A1A !important;
    font-weight: 600 !important;
}


/****** Call to action *******/

.call-to-action{
	height: 250px;
	margin: -30px 0 0 0;
	max-width: inherit;
}

/*************/

.input[type=reset],
input[type=submit] {
    text-transform: none;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    color: white;
    font-size: 15px;
    float: right;
    background-color: #102e52;
    margin: 20px 0 0 0;
    width: auto;
    float: left;
    font-weight: 500;
}

.input[type=reset]:hover,
input[type=submit]:hover,
.input[type=reset]:focus,
input[type=submit]:focus {
	outline: none;
	background-color: #007c64;
	color: #102e52;
}

.input[type=reset],
input[type=submit]:hover{
	background-color: #102e52;
	color: white;
	outline: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea {
    width: 100%;
    display: block;
    height: 40px;
    padding: 0;
    font-size: 18px;
    line-height: 1.42857143;
    background-image: none;
    border: none;
    border-bottom: 1px solid #4444;
    font-weight: 300;
    background-color: transparent;
}

textarea{
	height: 100px;
}

#klachtenreglement{
	color: white;
	text-align: center;
}




input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus,
textarea:focus{
    outline: none;
    border-bottom: 1px solid #444;
    color: #444;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    display: block;
    margin: 50px 0 0 0 !important;
    font-weight: 400;
    border-radius: 0;
}


.wpcf7-not-valid-tip {
	font-size: 13px  !important;
	font-weight: 300 !important;
}

.wpcf7 form .wpcf7-response-output{
	text-align: left;
    border-radius: 0;
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output{
width: 100%;
    border-radius: 0;
    float: left;
    font-weight: 300;
    font-size: 15px;
}



/****** Novo --- Menu Mobile ******/

.navT {
	-webkit-transition: all 0.25s;
	z-index: 111;
	cursor: pointer;
	width: 100%;
	top: 0;
	height: 70px;
	background-color: transparent;
	margin-left: 90%;
}

.navT .icon {
	-webkit-transition: all 0.25s;
	position: absolute;
	width: 30px;
	height: 1px;
	right: 15px;
	top: 33px;
	background-color: white;
}

.navT .icon:before,
.navT .icon:after {
	-webkit-transition: all 0.25s;
	width: 30px;
	height: 1px;
	left: 0;
	background: white;
	position: absolute;
	content: '';
}

.navT .icon:before {
	top: -10px;
}

.navT .icon:after {
	top: 10px;
}

.navT:hover .icon:before {
	top: -10px;
}

.navT:hover .icon:after {
	top: 10px;
}

.navT.active .icon {
	-webkit-transform: rotate(180deg);
	background-color: transparent;
	right: 10px;
}

.navT.active .icon:before,
.navT.active .icon:after {
	top: 0;
}

.navT.active .icon:before {
	-webkit-transform: rotate(45deg);
}

.navT.active .icon:after {
	-webkit-transform: rotate(-45deg);
}

#menu {
	z-index: 111;
	-webkit-transition: all 0.5s;
	text-align: center;
	position: fixed;
	right: 0;
	margin: 0 auto;
	top: 180px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	width: 100%;
	height: auto;
	border-bottom: 1px solid transparent;
	overflow: hidden;
	left: -900px;
	height: 100%;
}

#menu ul {
	margin: 0
}

#menu li {
	-webkit-transition: all 0.2s;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 5px 0;
	color: white;
	text-align: center;
	padding-left: 25px;
}

#menu a {
	padding: 8px;
	-webkit-transition: all 0.25s;
	cursor: pointer;
	color: #102e52;
	letter-spacing: 1px;
	padding: 0;
	background-color: transparent;
	font-size: 20px;
}

#menu.open {
    height: 100%;
    width: 100%;
    background-color: #7ED13C;
    color: #102e52;
    left: 0;
    top: 70px;
    margin-left: 0;
    padding: 25px 0;
}

.content {
	width: 100%;
	font-size: 20px;
	font-weight: 100;
	-webkit-transition: top 0.5s;
	position: absolute;
	top: 65px;
	margin: 0 auto;
}

.content h1 {
	font-size: 3em;
	text-transform: uppercase;
	margin-top: 85px;
	margin-left: 10px;
}

.content h2 {
	font-size: 1em;
	text-transform: uppercase;
	margin-top: -25px;
	margin-left: 10px;
	font-weight: 400;
	letter-spacing: 0.7em;
}

.content.shift {
	top: 335px;
}



/*************/

.wpcf7-form-control-wrap.date-289 {
	font-weight: 300;
	color: black;
}

.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
	margin: 10px 0;
	height: 44px;
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	line-height: 1.42857143;
	background-image: none;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	color: black;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em !important;
	padding: 0.2em 1em !important;
	color: white !important;
	margin-left: 0px;
	margin-right: 20px;
	border: none;
	background-color: #ffb900;
	display: table-cell;
}

div.wpcf7-mail-sent-ok {
	color: white !important;
	border: 2px solid white !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	color: white !important;
	border: 2px solid white !important;
	margin-left: 0px;
	margin-right: 20px;
}

div.wpcf7-spam-blocked {
	color: white !important;
	border: 2px solid white !important;
	margin-left: 0px;
	margin-right: 20px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	color: white !important;
	margin-left: 0px;
	margin-right: 20px;
	border: 2px solid white !important;
}

.send {
	padding-right: 20px;
}

#wereken .textwidget{
    margin: 0;
}

#wereken .inline-input{
	display: flex;
	gap: 15px;
}

.werken-kart{
	margin: 0 0 100px 0;
}

.werken-kart img{
	max-width: 400px !important;
}
/*******Footer******/

.subfooter{
	margin: 0;
	width: 100%;
	max-width: inherit;
	margin: -30px 0 0 0;
}

.subfooter .widget-title{
    padding: 50px 0 0 0;
    margin: 0;
    text-align: center;
}

.subfooter .textwidget{
	text-align: center;
	font-weight: 300;
	font-size: 16px;
}
.subfooter .subfooter-content .wpcf7-form label{
	display: block;
	font-weight: 300;
}

.subfooter .subfooter-content p,
.subfooter .subfooter-content label{
	margin: 0;
}

    
.subfooter .subfooter-content ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0 0px 0px 25px;
}

.subfooter .subfooter-content ul li a {
    color: #484848;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 0 25px;
    margin: 0 10px 0px 0;
}

.subfooter .subfooter-content ul li a:hover {
	text-decoration: none;
}


.subfooter-content-list{
	padding: 30px 0px 0px 50px;
}

.subfooter-content-list li{
	padding: 0 0px 20px 20px;
}

.subfooter-content{
	padding: 50px 0;
}

.subfooter-content-list .icon{
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	
	
}

.subfooter-content-list .icon.phone{
	background-image: url(https://zorgplussolutions.nl/wp-content/uploads/2024/08/phone.svg);
	    padding: 5px 0px 5px 35px;
}

.subfooter-content-list .icon.mobile{
	background-image: url(https://zorgplussolutions.nl/wp-content/uploads/2024/08/mobile.svg);
	padding: 10px 0px 10px 25px;
    background-size: 15px;
}

.subfooter-content-list .icon.mail{
	background-image: url(https://zorgplussolutions.nl/wp-content/uploads/2024/08/envelope.svg);
	padding: 5px 0 5px 30px;
}

.subfooter-content-list .icon.map{
	background-image: url(https://zorgplussolutions.nl/wp-content/uploads/2024/08/pin.svg);
	padding: 5px 0px 5px 25px;
}

.subfooter-content-logo{
    float: left;
    margin: 20px 0 0 0;	
}

.subfooter-content-logo:hover{
	cursor: pointer;
}

.subfooter-content-logo img{
	max-width: 300px;
    margin: 0 0 50px 0;
}

.footer-copy {
    display: flex;
    background-color: #102e52;
    height: 60px;
    align-items: center;
}

.footer-copy a{
	color: white;
}

.footer-copy a:hover{
	color: white;
}

.footer-copy .social-icons a {
	color: white;
	margin: 0 0 0 15px;
	float: right;
}

.footer-copy span {
    color: white;
    text-align: left;
}

.copyright a:hover {
	color: white;
	text-decoration: none;
	font-weight: 600;
}

.copyright p {
	font-weight: bold;
	color: #005d9b;
	margin: 10px 0 5px;
}

.ontevreden-button{
    position: fixed;
    right: 30px;
    bottom: 30px;
}


.ontevreden-button img{
    max-width: 150px;
}

#sp-ea-46.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon{
	color: white !important;
}

.zzzrotterdam-modal .modal-header{
    background-color: #102e52;
    color: white;
}

.wpcf7-list-item-label{
    font-weight: 400;
    color: black !important;
}

.darkHeader {
	position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
	
}

.darkHeader .navbar.navbar-default{
	padding: 0;
	
}

.top-header{
	background-color: white;
}

.subfooter .subfooter-content .inline-input{
    display: flex;
    gap: 15px;
}

.new-subfooter{
	background-color: #102e52;
    padding: 100px 0 50px 0;
    color: white;
    border-bottom: 1px solid #ffffff14;
}
.new-subfooter li{
    list-style: none;
    margin: 0;
    padding: 0;	
}

.new-subfooter p{
	font-size: 14px;
	margin: 0;
}

.new-subfooter a i{
	color: #86DD38;
	    font-size: 25px;
    margin: 0 10px 0px 0;
}

.new-subfooter .subfooter-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.new-subfooter .subfooter-list ul li a{
	font-size: 15px;
	line-height: 45px;
	color: white;
	font-weight: 200;
}

#tab_container_310 .tab-content{
	font-family: "Poppins", sans-serif !important;

}

@media only screen and (max-width: 768px) {
}

@media (max-width: 480px) {
	
	
	.menu {
		position: fixed;
		z-index: 3;
		width: 100vh;
		height: 175px !important;
		left: 14px;
		top: 76px;
		border: none;
		background: black;
	}
	.header .container {
		width: 100%;
	}
	
	.top-header{
		display: none;
		height: auto;
	}
	
	.top-header.links{
		height: auto;
		flex-flow: column;
		gap: 0;
	}
	
	.top-header.links a:first-child{
	    font-size: 13px;
	}
	
	.top-header.links a i {
    	font-size: 15px;
	}
	
	.top-header.links a{
		margin: 0 0px 15px 0;
		padding: 0;
		font-size: 13px;
	}
	

	
	.about-section .so-widget-sow-image{
		display: none;
	}
	.welcome-section{
		height: 70vh;
		justify-content: center !important;
	}
	.welcome-section p{
		font-size: 16px;
	}
	
	.welcome-section h1{
		font-size: 25px;
		margin: 0 0 10px 0;
	}
	
	.logo a{
		width: 100%;
	    height: 100%;
	    min-width: 135px;
	}
	
	.logo a img{
		height: 100px;
		width: 100%;
    }
    
    .about-section {
    	padding: 50px 15px;
	}
	.about-section p {
	    padding: 0;
	    line-height: 25px;
	    font-size: 13px;
	    text-align: start;
	}
	
	h1, .widget-title,
	.about-section h3 {
		padding: 0;
		font-family: "Poppins", sans-serif;
		font-weight: bold;
	    font-size: 25px;
	    margin: 0 0 10px 0px;
	}
	
	.services-section .services-section-content {
    	padding: 15px;
	}
	
	
	.services-section .services-section-content .ea-body {
		font-size: 15px;
		text-align: initial;
	}
	
	.services-section .services-section-content {
        padding: 50px 15px 0 15px;
	}
	
	.subfooter .widget-title {
    	padding: 50px 0px 10px 0;
	}
	
	.subfooter{
		padding: 0 15px;
	}
	
	.subfooter-content {
    	padding: 0;
	}
	
	.subfooter .subfooter-content ul{
		margin: 0;
	}
	
	.subfooter .textwidget{
		font-size: 15px;
	}
	
	.header .row {
		display: block;
	}
	
	.navT{
		margin-left: 0;
		float: right;
		width: auto;
	}
	
	.call-to-action {
    	height: 100px;
    }
    
    .panel-grid .so-parallax .simpleParallax, .panel-grid .so-parallax img[data-siteorigin-parallax]{
	    height: inherit;
    }
    
    .sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p:first-of-type{
		font-size: 12px;
    }
    
    p, .services-section .services-section-content p{
	    font-size: 12px;
        line-height: 20px;
    }
    
    .sp-easy-accordion .sp-ea-single .ea-header a{
        font-size: 13px !important;
        text-align: left;
    }
    
    #sp-ea-45.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon{
		width: 25px;
		height: 25px;
		font-size: 10px !important;
		padding: 0;
		line-height: 23px;
    }
    
    .diensten-image {
    	padding: 0 0 50px 0;
	}
	
	.zps-welcome-header .zps-welcome-header-text h1 {
        font-size: 30px;
        line-height: 45px;
	}
	
	.zps-welcome-header .zps-welcome-header-text p{
		text-align: center;
		font-size: 15px;
		margin: 0;
	}
	
	.google-map {
    	padding: 0 0 15px 0;
	}
	
	.subfooter-content-list li {
    	padding: 0;
	}
	
	.contact-info{
		padding: 30px 0;
	}
	
	.subfooter .subfooter-content ul li a{
		display: block;
		width: 100%;
		margin: 0 0 15px 0px;
		height: 26px;
	}
	
	
	#pg-gb23-66d8b0c29067c-0, #pg-gb23-66d8b0c29067c-1, #pg-gb23-66d8b0c29067c-3, #pl-gb23-66d8b0c29067c .so-panel{
		margin: 0;
	}
	
	.klanttevredenheidonderzoek-section .so-panel{
		margin: 0 !important;
	}
	
	.klanttevredenheidonderzoek-section {
	    padding: 50px 0;
	}
	
	.klanttevredenheidonderzoek-section .widget-title {
		max-width: 350px;
		overflow: hidden;
		text-align: left;
	}
	
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea{
		font-size: 15px;
	}
	
	.language-selector__container {
	    min-height: 60px;
	    max-width: 50px;
	    margin: 0 auto ;
	}
	
	.btn-call-to-action{
		background-color: #102e52 !important;
		color: white !important;
		border-color: #102e52 !important;
		font-size: 15px !important;
		padding: 10px !important;
	}
	
	.top-header.links.footer-links{
		text-align: left;
		padding: 0 0 20px 0;
	}
	
	.top-header.links.footer-links .social-media a{
		margin: 0;
	}
	
	.zps-welcome-header .zps-welcome-header-text h1{
		line-height: 50px;
	}
	
	#wereken .inline-input,
	.subfooter .subfooter-content .inline-input{
		flex-flow: column;
		gap: 0;
		margin: 0;
	}
	
	.social-media{
		margin: 25px 0 0 0;
	}
	
	#wereken .tab-pane ul  {
		    padding: 0 0px 0px 15px;
	}
	#wereken .tab-pane ul li {
    	font-size: 13px;
	}
	
	.new-subfooter p {
		font-size: 13px;
	}
	
	.new-subfooter {
    	padding: 50px 0;
	}
	
	.werken-kart img{
		max-width: 250px !important;
	}
	
	.services-section .services-section-content p, .services-section .services-section-content ul li{
		font-size: 12px;
	}
	
	#sp-ea-45.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body ul{
		    padding: 0 0px 0px 15px;
	}
	
	.top-header.links.footer-links a{
		font-size: 13px;
		margin: 0 0 5px 0px;
	}
	
}