/* cmsms stylesheet: sociale verloskunde style modified: 20-06-25 16:50:20 */
/*
 * Author: Peercode BV
 * URL: www.peercode.nl
 *
 * Project Name: Sociale verloskunde Position Paper Styling
 * Version: 1.2
 * Date: 01-2025
 * URL: www.sociale-verloskunde.nl
 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');


html,
button,
input,
select,
textarea {
    color: #222;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

h2  {
  color: #81969C;
}

h3  {
	font-weight: 500;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  padding-left: 1.25rem;
}

.centered {
	text-align: center
}

.brand-colors  {
  position: absolute;
  top: 0;
  height: 15px;
}

.green-brand  {
  background-color: #00811f;
}

.blue-brand  {
  background-color: #0c2074;
}

.red-brand  {
  background-color: #d3104c;
}

.card  {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  border: none;
}

.card img  {
  padding: .5rem 1rem 1rem;
}

.card-header {
  color: #81969C;
  background: -webkit-linear-gradient(top, rgba(166, 178, 181, 0.33) 0%, white 100%);
  background: -moz-linear-gradient(top, rgba(166, 178, 181, 0.33) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(166, 178, 181, 0.33) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(166, 178, 181, 0.33) 0%, white 100%);
  border-bottom: none;
}

h5.card-title  {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.card-body ul li  {
  margin-bottom: .5rem;
}

.line  {
  border-radius: 4px;
  padding-top: 2rem;
  padding-left: 1.75rem;
}

.gray-line  {
  border-top: 1px solid #A6B2B5;
  border-left: 12px solid #A6B2B5;
}

.green-line  {
  border-top: 1px solid #00811f;
  border-left: 12px solid #00811f;
}

.blue-line  {
  border-top: 1px solid #0c2074;
  border-left: 12px solid #0c2074;
}

.red-line  {
  border-top: 1px solid #d3104c;
  border-left: 12px solid #d3104c;
}

#contact .green-line,
#contact .blue-line,
#contact .red-line  {
  padding-top: 10px;
  padding-bottom: 10px;
}

a  {
  color: #537C87;
  /*text-decoration: none;*/
}

a:focus, a:hover {
  color: #5290A1;
  text-decoration: underline;
}

.btn-primary {
  color: #fff;
  background-color: #5290A1;
  border-color: #5290A1;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2081a7;
  border-color: #2081a7;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #2081a7;
  border-color: #2081a7;
  box-shadow: 0 0 0 0.25rem rgba(23, 129, 167, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2081a7;
  border-color: #2081a7;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 129, 167, 0.5);
}

.btn-back  {
  color: #537C87;
  padding-left: 0;
}

.btn-back:focus,
.btn-back:hover {
  color: #2081a7;
}

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.navbar-dark  {
	background-color: #7B898A!important;
}

.navbar-dark .navbar-nav .nav-link  {
  color: #fff;
  padding-left: 1rem;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #212529;
  text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link.menuactive, .navbar-dark .navbar-nav .show > .nav-link {
  color: #6D7778;
  background-color: #fff;
  text-decoration: none;
}

.navbar-brand  {

}

.navbar-toggler  {
  /*margin-right: 1rem;*/
}

.dropdown-menu  {
  background-color: #7B898A;
  border-radius: 0;
  border-color: #7B898A;
  --bs-dropdown-spacer: 0;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

.wrap-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

#headerwrap {
	background: url(https://www.sociale-verloskunde.nl/uploads/images/sociale-verloskunde-image.jpg) no-repeat;
  background-size: cover;
  margin-top: 22px; 
	min-height: 212px;
	width: 100%;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#headerwrap .lead {
	color:#fff;
	margin-top: 70px;
	font-size: 1.75rem;
	font-weight: 400;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .75);
}

#headerwrap .lead span,
.lead span {
	font-weight: 700;
}

#content-pages  {
	margin-top: 70px;
	margin-bottom: 70px;
}

#content-pages .lead {
	margin-bottom: 3rem;
}

p+ul,
p+ol {
	margin-top: -.5rem;
}

.name p {
	text-align: center;
}

.name p.title {
	font-size: 22px;
	font-weight: 300;
/*	margin-top: 15px;*/
	letter-spacing: 1px;
}

.name-label {
	width: 60px;
	height: 60px;
	margin: 0 auto 45px;
	border-top: 1px solid #000;
	background: url(https://www.sociale-verloskunde.nl/uploads/images/name-label.png) center bottom no-repeat;
	background-size: 35px 35px;
}

.name-zig {
	width: 73px;
	height: 17px;
	margin: 38px 0 38px;
	background: url(https://www.sociale-verloskunde.nl/uploads/images/name-zig.png) 0 0 no-repeat;
	background-size: 73px 17px;
}

.name-desc h1 {
	font-size: 28px;
	line-height: 1.45;
}

.name-desc h1 span {
	font-weight: 500;
}

.appendix  {
  font-size: smaller;
  text-align: left;
  list-style: none;
  margin-top: 54px;
  padding-left: 0;
  margin-bottom: 30px;
  line-height: 1.2;
}

.appendix a  {
  color: #537C87;
  text-decoration: none;
}

.appendix a:hover,
.appendix a:focus  {
  text-decoration: underline;
}

.appendix li  {
  margin-bottom: 10px;
  padding-left: 10px;
}

.appendix li .fa  {
  margin-left: -8px;
}

/* Separator About - Parallax Section - causes issues on most mobile browsers background-attachment: fixed */
.sep {
  background-color: #bcc1c2;
	/*background-attachment: fixed;*/
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 450px;
	position: relative;
}
.about {
	background-image: url(https://www.sociale-verloskunde.nl/uploads/images/Mamas-Garden-Jonge-Moeder-Klas-Zadkine.jpg);
}

#menu  {
  background-color: #f3f3f3;
  padding-bottom: 30px;
}

#corporationwrap .foto  {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

#corporationwrap .logo  {
  text-align: center;
  margin-bottom: 1.5rem;
}

#corporationwrap .logo img  {
  max-height: 150px;
}

/* About Wrap Section */
#aboutwrap {
	/*display: block;*/
  /*position: relative;*/
}

.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 60px;
}

#aboutwrap i {
	font-size: 50px;
}

.proc {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px transparent;
}

#aboutwrap .proc:hover {
	background-color: #eee;
	border-bottom: solid 2px #2f2f2f
}

.portfolio {
	background-image: url(https://www.sociale-verloskunde.nl/uploads/images/portfolio-sep.jpg);
}

.strategie {
	background-image: url(https://www.sociale-verloskunde.nl/uploads/images/strategie-sep.png);
}

/* Service Wrap */
#servicewrap-1,
#servicewrap-2 {
	display: block;
}

#servicewrap-1 h1,
#servicewrap-2 h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

.service {
	text-align: left;
}

.service small {
	font-size: 12px;
	font-weight: bold
}

.service i {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	vertical-align: middle;
}

/* Testimonials Wrap = gray-background */
.gray-background {
	display: block;
	background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 60px;
}

#ambitie {
	display: block;
	background-color: #f3f3f3;
}

/* Contact Wrap */
#contactwrap {
	color: #000;
	background-color: #A6B2B5;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#contactwrap p,
#contactwrap a {
	color: #000;
}

#contactwrap small {
	/*font-size: 13px;*/
}

.contact {
	background-image: url(https://www.sociale-verloskunde.nl/uploads/images/contact-sep.jpg);
}

#contactwrap label {
	color: #000;
	margin-top: 10px;
}

.captcha {
	margin-top: 8px;
	margin-bottom: 25px;
}

.captcha img {
	display: block;
	margin-bottom: 5px;
}

.captcha input {
	margin-top: 5px;
}

/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #2f2f2f;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
  background-color: #2f2f2f;
	background-image:url(https://www.sociale-verloskunde.nl/uploads/images/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}

.desc {
	margin-top: 25px;
}

.fa-bookmark  {
  margin-left: -12px;
}

/*   form bootstrap    */

fieldset legend  {
    display: none;
}

.cms_textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.cms_textarea:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.cms_textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.gray-background .item  {
  font-size: 14px;
  width: 50%;
  /*float: left;*/
}

.gray-background .item.mb  {
  margin-bottom: 30px;
  padding: 0 .25rem;
  overflow: hidden;
}

.gray-background .item h3  {
  color: #5290A1;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}

.gray-background .item h4  {
  margin-bottom: 10px;
}

.img-circle {
  border-radius: 50%;
  margin-bottom: 1rem;
}

a.pdf,
a.website 	{
  margin-top:5px;
  padding-right:3px;
  position:relative;
}

a.pdf::after,
a.website::after  {
  font-family:FontAwesome;
  /*top:0px;*/
  /*right:-6px;*/
  position:relative;
}
 
a.pdf::after {
  content: " \f1c1";  /* fa-file-pdf-o */
}
 
a.website::after {
  content: " \f08e";  /* fa-external-link */
}

.label-danger  {
  color: #fff;
  background-color: #d9534f;  
}

.nav-tabs .nav-link  {
  color: #81969C;
	font-size: 18px;
	font-weight: 400;
  height: 100%;
  border: none;
}

.nav-justified .nav-item, .nav-justified > .nav-link  {
  /*background-color: #e4e4e4;*/
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}

.nav-pills button.nav-link {
  color: #537C87;
  font-size: 85%;
  font-weight: 500;
  text-align: right;
  padding-left: 0;
}

.nav-pills button.nav-link:focus, .nav-pills button.nav-link:hover {
  color: #5B696D;
  text-decoration: underline;
}

.nav-pills button.nav-link.active, .nav-pills .show > button.nav-link {
  color: inherit;
  background: none;
  border-radius: 0;
}

.tab-content h3  {
  font-weight: 400;
}

.tab-content > .active  {
  /*padding: .5rem 0 .5rem 1rem;*/
}

.embed-responsive-4by3  {
  padding-bottom: 99%;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron ol,
.jumbotron ul  {
  padding-left: 1.5rem;
}

.imagecount {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
  color: #fff;
}

.bron-position  {
  position: absolute;
  top: -50px;
  right: 30px;
}

.e-learning-logo  {
  text-align: center;
  margin-bottom: 2.5rem;
}

.e-learning-logo img  {
}

@media (min-width: 375px) {
  #headerwrap .lead {
    margin-left: 3rem;
  }
}

@media (min-width: 576px) {
  .nav-pills button.nav-link {
    font-size: 100%
  }
  .nav-pills button.nav-link.active, .nav-pills .show > button.nav-link {
    border-right: 2px solid #537C87;
  }
  .e-learning-logo  {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  ol, ul {
    padding-left: 1.75rem;
  }
  h2  {
    font-size: 2.5rem;
  }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover  {
    border: none;
  }
  .gray-background .item.mb  {
    padding: 0 .5rem;
  }
  #headerwrap  {
    background-position: 0 center;
  }
  .home #headerwrap  {
  	min-height: 350px;
    background-position: 0 center;
  }
  #headerwrap .lead {
    font-size: 2.25rem;
  	margin-top: 59px;
  }
  .home #headerwrap .lead {
    font-size: 2.5rem;
  	margin-top: 123px;
  }
  .gray-background .item  {
    width: 33.333%;
  }
  .gray-background .item h4  {
    font-size: 19px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .line-left  {
    border-left: 2px solid #537C87;
  }
  .nav-pills button.nav-link {
    font-size: 18px;
    font-weight: 700;
  }
  
  .tab-content > .active  {
    padding: .5rem 0 .5rem 1rem;
  }
}

@media (min-width: 992px) {
  .name {
    margin-top: 16px;
  }
  .gray-background .item  {
    width: 25%;
  }
  .navbar-dark  {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-dark .navbar-brand  {
    display: none;
  }
  .navbar-dark .navbar-nav .nav-link  {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .navbar-dark ul.navbar-nav {
    border-bottom: 1px solid #6D7778;
  }
  .home #headerwrap  {
  	min-height: 440px;
  }
  .home #headerwrap .lead {
    font-size: 3.5rem;
  	margin-top: 146px;
  }
  .sep {
  	background-attachment: fixed;
  }
}


@media (min-width: 1200px) {

  .wrap-padding {
  	padding-top: 70px;
  	padding-bottom: 70px;
  }
  .tab-content > .active  {
    padding-left: 2rem;
  }
}

@media (min-width: 1400px) {
  #corporationwrap .line  {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
