@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font-size: 16px;
}

.preloader{
			position: fixed;
			background-color: #F2F2F2;
			width: 100%;
			height: 100%;
			top:0;
			display: flex;
			justify-content: center;
			align-content: center;
			align-items: center;
			transition: opacity 0.5s ease;
			-webkit-transition: opacity 0.5s ease;
			inset: 0; 
			z-index: 9999;
		}
		.preloader h3{
			font-family: Corbel;
			font-weight: 300;
			margin: 30px 0;
		}
		.preloader img{
			width: 100px;
		}
		.preloader-finish{
			opacity: 0;
			pointer-events: none;
		}
		
		.loader_img{
			position: absolute;
			top: 30%;
			animation: rotationeffect 1s ease infinite;
		}
		
		@keyframes rotationeffect{
			from {
				transform: rotate(0deg);
			}
			to {
				transform: rotate(360deg);
			}
		}
  .preloader.preloader-finish {
    opacity: 0; pointer-events: none;
    transition: opacity .2s ease;
  }
.site-wrapper{
	font-family: Corbel;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0em;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	background-color: #f2f2f2;
	opacity: 0; 
	transition: opacity .2s ease;
}
.page-wrapper{
	max-width: 2200px;
	margin: auto;
}
.cursorOnHover:hover{
	cursor: pointer;
}

.article1 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.202), rgba(0, 0, 0, 0) ), 
                      url("../Images/photo-article1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
    max-height: 600px;
}
.article1_title_container{
	width: 60vw;
	padding: 70px;
}
.article1_title{
	margin: 50px;
}
.article1_title_1{
	color: #F2F2F2;
	font-weight: 300;
	font-size: 70px;
	margin-bottom: 10px;
	margin-top: 50px;
}
.article1_title_2{
	color: #F2F2F2;
	font-weight: 300;
	font-size: 30px;
}
.article2{
	background-color: #F6F5F4;
	width: 100%;
	height: 600px;
	max-height: 600px;
	display: flex;
}
.article2_title_container{
	flex-grow: 1;
	flex-direction: row;
}
.article2_title{
	margin: 0 59px 10px 50px;
	display: flex;
	flex-direction: column;
  	align-items: left;
  	justify-content: center;
	height: 600px;
}	
.article2_title_1{
	padding-left: 5vw;
	color: #2E2E2E;
	font-weight: 300;
	font-size: 70px;
}
.article2_title_2{
	text-align: left;
	padding-right: 5vw;
	color: #2E2E2E;
	font-weight: 300;
	font-size: 25px;
	line-height: 35px;
}
.article3_container{
	background-color: #6AA6C4;
	width: 100%;
	display: flex;
}

.obesitaskliniek .article3_container{
	background-color: #FF4766;
}
.article3_first_column{
	width: 50%;
    box-sizing: border-box;
}
.article3_title{
	margin-left: 50px;
	padding-left: 5vw;
}	
.article3_title_1{
	margin-bottom: 10px;
	padding-top: 10px;
	color: #F2F2F2;
	font-weight: 300;
	font-size: 70px;
}
.article3_title_1 a{
	text-decoration: none;
	color: inherit;
}
.article3_title_1b{
	color: #F2F2F2;
	margin-right: 70px;
	font-weight: 300;
	font-size: 25px;
}
.article3_second_column{
	width: 50%;
    padding: 10px;
	padding-right: 70px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.article3_columns{
	display: flex;
    flex-wrap: wrap;
	padding: 30px 0px;
}
.article3_pair{
	width: 50%;
    box-sizing: border-box;
	padding: 5px;
	margin-top: 10px
}

.article3_pair:hover .article3_subtitle1{
	transform: translateX(10px);
}

.article3_pair:hover .article3_subtitle2{
	transform: translateX(20px);
}

.article3_title_2{
	color: #F2F2F2;
	font-weight: 300;
	font-size: 30px;
	text-decoration: none;
	text-align: left;
	padding-bottom: 10px;
}
.article3_subtitle1{
	padding: 0;
	margin: 0;
	-webkit-transition: transform 0.4s;
	transition:  transform 0.4s;
}
.article3_subtitle2{
	margin: 0 0 10px 0;
	font-size: 20px;
	padding-left: 10px;
	-webkit-transition: transform 0.4s;
	transition:  transform 0.4s;
}

.colored_btn {
	display: inline-block;
	position: relative;
	padding: 5px 15px;
	background-color: #3B8BB4;
	border: none;
	border-radius: 20px;
	font-size: 1.125rem;
	cursor: pointer;
	color: #F2F2F2;
	transition: padding 0.2s;
}

.obesitaskliniek .article3_container .colored_btn{
	background-color: #FFA44A;
}

.ob_bmi_calculator .colored_btn{
	padding: 5px 15px;
}

.obesitaskliniek .colored_btn {
		background-color: #FF4766;
	transition: padding 0.2s;
}

.obesitaskliniek .memberpage_container .colored_btn {
	background-color: #FFA44A;
transition: padding 0.2s;
}

.memberpage_container .colored_btn {
	background-color: #3B8BB4;
transition: padding 0.2s;
}

.colored_btn:hover{
	opacity: 0.75;
	padding-right: 25px;
}
.colored_btn a{
	text-decoration: none;
	color: inherit;
}
.arrow_hover {
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.colored_btn:hover .arrow_hover{
	opacity: 1;
}

.no_opacity_change:hover{
	opacity: 1;
}
.article4{
	background: linear-gradient(to right, rgba(0, 0, 0, 0.40) 15%, transparent), url("../Images/obesity_image.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	width: 100%;
	height: 600px;
	max-height: 600px
}
.article4_title_container{
	width: 60vw;
	padding: 70px;
}
.article4_title{
	margin: 50px;
}

.obesitaskliniek .article4_title{
	margin: 0px;
}
.article4_title_1{
	color: #F2F2F2;
	font-weight: 300;
	font-size: 70px;
	margin-bottom: 10px;
	margin-top: 50px;
}
.article4_title_2{
	color: #F2F2F2;
	font-weight: 300;
	font-size: 25px;
	line-height: 40px;
}

.article5{
	background-color: #F6F5F4;
	width: 100%;
	height: 600px;
	max-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.article5_title{
	text-align: center;
}	
.article5_title_1{
	margin: 0px 0px 40px 0px;
	color: #2E2E2E;
	font-weight: 300;
	font-size: 50px;
}
.cookie-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	color: #F6F5F4;
	padding: 20px 30px 20px 30px;
	text-align: left;
	display: flex;
	justify-content: space-around;
}

.cookie-bar p {
	margin: 0;
	font-size: 0.875rem;
}

.cookie-bar a {
	color: #F6F5F4;
	text-decoration: underline;
}

.cookie-bar button{
	background-color: transparent;
	color: #F6F5F4;
	border: none;
	font-family: CORBEL;
	font-size: 0.875rem;
	padding: 0px 0px;
	text-decoration: none;
	cursor: pointer;
}
.cookie-page-content {
	margin: auto;
	width: 60%;
	color: #2E2E2E;
}
.cookie-page-content a{
	color: #2E2E2E;
}

.capitalized_small {
	font-variant-caps: all-small-caps;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 20;
}

.disclaimer_container {
	border-top: 1px solid #2E2E2E;
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 0.875rem;
}

.disclaimer_container a{
	text-decoration: none;
	color: inherit;
}

.copyright_text::after{
	padding: 0 2rem;
	content: ' | ';
}

.footer-logo-image {
	max-height: 100%;
	max-width: 100%;
}

.full_width_line {
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-top: 1px solid #2E2E2E;
}

.page_top_image {
	max-height: 600px;
	height: 600px;
	max-width: 2200px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.40) 15%, transparent), url("../Images/DSCF4254.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.team_top_page_image{
	max-height: 20vw;
	height: 20vw;
	max-width: 2200px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-color: #f2f2f2; 
	background-size: cover;
}

.team_title {
	margin: 0;
	padding: 30px 20px 0px ;
	max-width: 60%;
	color: #3B8BB4;
	background-color: #F2F2F2;
	border-radius: 20px;
	display: inline-block;
	position: absolute;
	top: 535x;
	text-align: center;
}

.aanbod_title {
	margin: 0;
	padding: 0px 1s0px 0px ;
	max-width: 60%;
	color: #3B8BB4;
	background-color: #F2F2F2;
	border-radius: 20px;
	display: inline-block;
	position: absolute;
	top: 535px;
	text-align: center;
}
.aanbod_title h1{
	margin: 0;
	padding: 0 50px;
	font-size: 3.75rem;
	color: #3B8BB4;
	font-weight: 300;
	font-variant-caps:all-small-caps;	
}

.team_top_page_image .aanbod_title {
	position: absolute;
	top: 18vw;
}

.team_title h1{
	margin: 0;
	padding: 0 50px;
	font-size: 3.75rem;
	color: #3B8BB4;
	font-weight: 300;
	font-variant-caps:all-small-caps;	
}

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

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

.aanbod_container {
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0px
}

.aanbod_wrapper {
	max-width: 2200px;
	background-color: #f2f2f2;
	margin: auto;
}

.aanbod_group_container {
	width: 80%;
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.aanbod_single_container {
	margin: 25px 15px;
	padding: 40px 0 0 0;
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	transition: opacity 0.4s;
	height: 350px;
}

.aandoeningen_container .aanbod_single_container {
	border-radius: 20px;
	border: 1px solid #3B8BB4;
}

.aanbod_single_container[aria-hidden="true"] {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}

.aanbod_front, .aanbod_back {
    width: 100%;
    position: absolute;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    transition: transform 0.6s;
	transform-style: preserve-3d;
}

.aanbod_back{
	background-color: #3B8BB4;
	color: #F2F2F2;
	transform: rotateY(180deg);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: calc(100% - 40px);
	border-radius: 20px;
	padding-top: 40px;
	top: 0;
	z-index: -1;
}

.aanbod_back a{
	padding: 10px 40px;
	text-align: center;
	background:
    linear-gradient(
      to right,
      #3B8BB4,
      #3B8BB4
    ),
    linear-gradient(
      to right,
      #5698ba,
	  #5698ba
  );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 50% 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.aanbod_back a:hover{
	background-size: 0 3px, 75% 3px;
}

.aanbod_front{
	transform: rotateY(0deg);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: calc(100% - 40px);
	border-radius: 20px;
	padding-top: 40px;
	top: 0;
	z-index: -1;
	border: 1px solid #3B8BB4;
	flex-grow: 1;
}

.aanbod_single_container.flipped .aanbod_back {
	transform: rotateY(0deg);
}

.aanbod_single_container.flipped .aanbod_front{
	transform: rotateY(-180deg);
}

.aanbod_single_container button{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.75rem;
}

.aanbod_single_container p{
	width: 80%;
	overflow: visible;
	margin: 15px 15px 0px 15px;
	padding: 10px 10px 0px 10px;
	border-radius: 20px;
	line-height: 23px;
}

.aanbod_single_container h2{
	text-align: center;
	margin-bottom: 0px;
	padding: 0 10px;
	font-variant-caps: small-caps;
}

.aanbod_back h2{
	padding-bottom: 20px;
	font-variant-caps: small-caps;
}

.aanbod_single_container a{
	text-decoration: none;
	color: inherit;
}

.inverse_btn {
	display: inline-block;
	position: relative;
	padding: 5px 15px;
	background: #F2F2F2;
	color: #3B8BB4;
	border: 0.2px solid #3B8BB4;
	border-radius: 20px;
	transition: padding 0.2s;
	margin-top:0;
}
.inverse_btn:hover{
	padding-right: 25px;
	background-color: #3B8BB4;
	color: #F2F2F2;
	border: 0.2px solid #F2F2F2;
	cursor: pointer;
}
.inverse_btn a{
	text-decoration: none;
	color: inherit;
}
.inverse_btn .arrow_hover{
	color: #F2F2F2;
}
.inverse_btn:hover .arrow_hover{
	opacity: 1;
}

.aanbod_image_container {
	position: absolute;
	top: -40px;
	width: 80px;
	height: 80px;
	color: #F2F2F2;
	border-radius: 80px;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-size: 60%;
	background-repeat: no-repeat;
  	background-position: center; 
	background-color: #3B8BB4;
	z-index: 2;
}

.aanbod_single_container h5 {
	margin: 0px;
	font-weight: 100;
	font-style: italic;
}

.search-container {
	display: inline-block;
	margin: 0px 20px;
}

.search-container input{
	background-color: transparent;
	border: 1px solid #3B8BB4;
	border-radius: 20px;
}

#sortOption {
  	background-color: #F6F5F4;
  	padding: 2px; /* Optional: Add some padding to give space around the arrow */
	border: 1px solid #3B8BB4;
	border-radius: 20px;
}

#sortOption::after {
	content: "XXX";
}

.search-sort-container {
	display: flex;
	width: 80%;
	justify-content: flex-end;
	margin: 40px 0px 0px 0px;
}

.teampage_container {
	background-color: #f2f2f2;
	width: 100%;
	min-height: 100vw;
	display: flex;
	flex-direction: column;
  	justify-content: flex-start;
  	align-items: center;
	padding: 30px 0 0 0;
}

.pathology p {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

.memberpage_container {
	background-color: #f2f2f2;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0 0 0;
}

.teampage_member_container {
	width: 400px;
	margin: 30px;
}

.teampage_member_container a{
	display: flex;
	justify-content: center;
	align-items: center;
}

.teampage_member_circle {
	background-color: #f2f2f2;
	border: 1px solid #3B8BB4;
	width: 100%;
	border-radius: 50%;
  	transition: transform 0.3s, background-size 0.3s;
	padding-bottom: 100%; 
	background-size: 100%;
	background-repeat: no-repeat;
  	background-position: center; 
	position: relative;
}

.teampage_member_circle:hover{
	background-size: 105%;
	cursor: pointer;
}

.teampage_member_circle:hover .teampage_member_name{
	left: 50%;
	transform: translateX(-50%);
}

.teampage_container_group {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 90%;
}

.campus-filter {
    margin: 0px 10px 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.campus-option {
    cursor: pointer;
    border: 1px solid hsla(201, 51%, 51%, 1.00);
    color: hsla(201, 51%, 51%, 1.00);
    border-radius: 20px;
    padding: 8px 12px;
    margin: 10px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
	z-index: 99;
}

.campus-option:hover {
    text-shadow: 0px 0px 1px currentColor; /* Mimic bold effect */
	border: 1.2px solid hsla(201, 51%, 51%, 1.00);
    transition: all 0.2s ease-in-out;
}

.campus-option.selected {
    text-shadow: 0px 0px 1px currentColor; /* Mimic bold */
	border: 1.2px solid #F2F2F2;
    background-color: hsla(201, 51%, 51%, 1.00);
	color:#F2F2F2;
}

.surgery-filter-container {
    display: flex;
    justify-content: center;  /* Centers horizontally */
    align-items: center;      /* Centers vertically if needed */
    width: 100%;
    margin-top: 100px; /* Adjust as needed */
}

#surgery-filter-btn {
    cursor: pointer;
    border: 1px solid hsla(201, 51%, 51%, 1.00);
	background-color: #F2F2F2;
    color: hsla(201, 51%, 51%, 1.00);
    border-radius: 20px;
    padding: 8px 12px;
    margin: 10px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

#surgery-filter-btn:hover {
    text-shadow: 0px 0px 1px currentColor; /* Mimic bold effect */
	border: 1.2px solid hsla(201, 51%, 51%, 1.00);
    transition: all 0.2s ease-in-out;
}

#surgery-dropdown {
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: #F2F2F2;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 1000;
}

.surgery-options {
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.surgery-option {
    padding: 7px;
    margin: 5px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid hsla(201, 51%, 51%, 1.00);
    border-radius: 5px;
    color: hsla(201, 51%, 51%, 1.00);
    transition: background 0.3s ease-in-out;
}

.surgery-option:hover {
    background: hsla(201, 51%, 51%, 0.2);
}

.surgery-option.selected {
    background: hsla(201, 51%, 51%, 1.00);
    color: #F2F2F2;
}

.teampage_member_name {
	background-color: hsla(201,51%,51%,1.00);
	border-radius: 20px;
	padding: 10px 15px 5px;
	display: inline-block;
	position: absolute;
	bottom: 10%;
	left: 0%;
	transform: translateX(0%);
	transition: left 0.4s, transform 0.4s;
}
.teampage_member_name p{
	margin: 0;
	color: #F2F2F2
}


.member_info_container {
	display: flex;
	justify-content: center;
	width: 80%;
}

.member_info {
	border: 1px solid hsla(201,51%,47%,1.00);
	border-radius: 20px;
	color: #1f1f1f;
	padding: 10px 30px 40px;
	margin: 50px;
	width:80%;
	max-width: 1200px;
}

.obesitaskliniek .member_info {
	border: 1px solid #ffa449; ;
}

.member_info p{
	margin: 2px;
}

.member_info h1{
	padding-top: 10px;
	margin-bottom: 5px;
	color: #3B8BB4;
	text-transform: capitalize;
	font-variant-caps: small-caps
}

.member_info2 {
	background-color: hsla(201,51%,47%,1.00);
	border-radius: 20px;
	color: #f2f2f2;
	padding: 30px;
	width: 50%;
	max-width: 300px;
	align-self: flex-start;
	margin-left: 50px;
}

.obesitaskliniek .member_info h1 {
	color: #ffa449;
}

.obesitaskliniek .member_info2 {
	background-color: #ff7753;
	;
}

.memberpage_container a{
	text-decoration: none;
  	color: inherit;
}

.member_info2 a:hover{
	font-weight: bold;
}

.member_info2 p{
	margin: 10px 0 10px;
}
.member_info2 span{
	padding-left: 10px;
}

.disabled-link {
  pointer-events: none;
  /* Add any additional styles to indicate that the link is disabled */
  text-decoration: none; /* Remove underlining */
  cursor: not-allowed; /* Change cursor style to indicate the link is disabled */
}
.member_calender_container {
	width: 80%;
	margin: 50px 0px 0px;;
	color: hsla(201,51%,47%,1.00);
	font-size: 1.125rem;
	max-width: 1400px;
}

.obesitaskliniek .member_calender_container{
	color: #ff7753;
}

.cal_small{
	display: none;
}

.member_calender_container table{
	width: 80%;
	text-transform: uppercase;
	border-collapse: collapse;
	margin: auto;
}

.member_calender_container th{
	text-align: center;
	padding: 10px 10px;
}

.member_calender_container tr{
	padding: 10px 0px;
	border-bottom: 1px solid darkgray;
}

.member_calender_container td{
	text-align: center;
	text-transform: capitalize;
	padding: 10px;
	color: #1f1f1f;
}

.member_calender_contact {
	display: flex;
	justify-content: center;
	color: #1F1F1F;
}

.member_calender_contact a{
	text-decoration: none;
	color: inherit;
}
.member_calender_contact p{
	margin: 0;
}

.member_calender_contact_info {
	padding: 20px;
}

.modal {
	display: none;
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5); /* Dark transparent grey background */
	justify-content: center;
	align-content: center;
	padding: 40px 16px;
	box-sizing: border-box;
	overflow-y: auto;
}

.modal[style*="display: block"],
.modal[style*="display:block"],
.modal.modal-open {
	display: grid !important;
}

.modal > * {
	grid-area: 1 / 1;
}

.modal-content {
	position: relative;
	background-color: #f2f2f2;
	padding: 50px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	max-height: 80vh; /* Set a maximum height for the modal content */
	width: 80vw;
	max-width: 2200px;
  	overflow-y: auto;
	z-index: 1;
}

.modal-content h1 {
	color: hsla(201,51%,47%,1.00);
	text-transform: uppercase;
	text-align: center;
}

.modal-content h2 {
	color: hsla(201,51%,47%,1.00);
	font-variant-caps: all-small-caps;
}

.modal-content p{
	margin-bottom: 40px;
}

.modal-content span.line-break {
    display: block; /* Ensures spans are treated as blocks */
    margin-top: 0.5em; /* Adjust the margin to increase line height */
    visibility: hidden; /* Hide the span element */
  }

.modal-content ul{
	padding-top: 0px;
}	

.close_container{
	align-self: start;
	justify-self: end;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: 2200px;
	padding: 12px 12px 0 0;
	margin: 0;
	position: relative;
	z-index: 2;
	pointer-events: none;
}

.close {
	font-size: 40px;
	cursor: pointer;
	transition: transform 0.4s;
	line-height: 1;
	pointer-events: auto;
}

.aanbod_back .close {
	position: absolute;
 	top: 5px;
 	right: 15px;
 	font-size: 40px;
 	cursor: pointer;
 	transition: transform 0.4s;
}

.close:hover{
	transform: rotate(90deg);
}

.contact_page {
	min-height: 50vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 50px;
}

.contact_page_top_image{ 
	background: linear-gradient(to right, rgba(0, 0, 0, 0.40) 15%, transparent), url("../Images/DSCF4254.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-size: 30%; 
	height: 50px;
}

.obesitaskliniek .contact_page_top_image{ 
	background-size: 40%; 
}

.contact_page h1 {
	color: #1f1f1f;
	font-size: 60px;
	font-weight: 200;
}

.contact_page .colored_btn_container {
	margin-bottom: 50px;
}

.member_image_container {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.40) 15%, transparent), url("../Images/DSCF4254.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}

.member_name {
	padding: 100px 0 0 0;
	color: #3B8BB4;
	background: linear-gradient(to top, rgba(244,244,244,1), rgba(244,244,244,0));
	border-radius: 20px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 50%;
    transform: translate(-50%);
	text-align: center;
	width: 100%;
}

.obesitaskliniek .member_name{
	color: #ff7753;
}

.member_container {
	width: calc(50% - 60px);
	max-width: 400px;
	margin-right: 50px;
}

.ease_in {
	transition-timing-function: ease-in;
	transition-duration: 0.9s;
	transition-delay: 0.452174s;
}

.fade-up {
    opacity: 0;
    transform: translateY(50px); /* Adjust the value as needed */
    transition: opacity 0.9s, transform 0.9s, -webkit-transform 0.6s;
}

.fade-left {
    opacity: 0;
    transform: translateX(-100%); /* Adjust the value as needed */
    transition: opacity 0.9s, transform 0.6s, -webkit-transform 0.6s;
}

.fade-right {
    opacity: 0;
    transform: translateX(100%); /* Adjust the value as needed */
    transition: opacity 0.9s, transform 0.6s, -webkit-transform 0.6s;
}

.ob_effect_icon{
	border: solid 4px #ffd051; 
	border-radius: 50%; 
	height: 25%; 
	width: 25%; 
	position: absolute; 
	background-repeat: no-repeat; 
	background-position: center; 
	background-color: #ffa449; 
	transition: background-color 0.4s;
}

.ob_effect_icon:hover{
	cursor: pointer;
}

.ob_effect_article_container{
	width: 100%; 
	background-color: #ff7753; 
	text-align: center;
	padding-top: 20px;
	padding-bottom: 150px;
}

.ob_effect_article_title_container{
	max-width: 1200px; margin: auto
}

.ob_effect_article_title_container h2{
	margin: 0; 
	padding: 50px 50px 0 50px; 
	text-transform:uppercase; 
	font-weight: 800;
	font-size: 40px; 
	color: #f2f2f2;
}

.ob_effect_article_title_container h3{
	padding: 0px 30px 60px 30px; 
	font-weight: 300;
	color: #f2f2f2;
}

.ob_effect_scheme_container{
	display: flex; 
	justify-content: space-around; 
	max-width: 1200px; 
	margin:auto; 
	align-items: center;
}

.ob_effect_table{
	flex:1; 
	padding: 10px; 
	height: auto; 
	margin: 0 0 0 30px; 
	border-radius: 30px; 
	border: 3px dashed #ffd051; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.ob_effect_table_inner{
	width:100%; 
	height: 100%; 
	background-color: #ffa449; 
	border-radius: 20px; 
	display: flex; 
	flex-direction: column; 
	justify-content:space-evenly; 
	align-items: center;
}

.ob_effect_dashedline{
	border:2px dashed #ffd051; 
	width:40px;
}

.ob_effect_circle{
	padding: 0px; 
	border-radius: 100%; 
	height: 270px; 
	width: 270px; 
	background-color: #ffa449; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	background-image: url(/Includes/Images/obese_person.png); 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-origin:content-box;
}

.ob_effect_circle_inner{
	padding: 10px; 
	border:3px dashed #ffd051; 
	border-radius: 100%; 
	height: 200px; 
	width: 200px; 
	position: relative;
}

.ob_effect_title{
	width: 100%; 
	border:1px solid #ff7753;
	background-color: transparent;
	transition: background-color 0.4s;
}

.ob_effect_title a{
	text-decoration: none;
}

.ob_effect_title p{
	margin:0; 
	color: #f2f2f2; 
	font-size: 1rem; 
	font-variant-caps: small-caps;
	padding: 10px;
	font-weight: 600;
	text-shadow: 1px 1px 2px #ff7753;
 }

.ob_effect_title_top{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.ob_effect_title_bottom{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.ob_effect_title_top:hover, .ob_effect_title:hover, .ob_effect_title_bottom:hover{
	cursor: pointer;
}

.ob_causes_relative_container{ 
	position: relative;
	height: 800px;
	max-width: 1800px;
	margin: auto auto 100px;
}

.ob_causes_absolute_container{
	position: absolute; 
	width:100%; 
	height: 120%; 
	top:-10%; 
	overflow: hidden;
}

.ob_causes_curve{
	height: 15%; 
	width: 120%; 
	border-radius: 50%; 
	background-color: #f2f2f2; 
	position: absolute; 
	top: 5%;
	right: -50%; 
	transform: translateX(-33%);
}

.ob_causes_article_container{
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top:9%; 
	overflow: hidden;
}

.ob_causes_title_container{
	max-width: 1200px;
	margin: auto;
}

.ob_causes_title_container h2{
	font-size: 40px; 
	text-align: center; 
	text-transform: uppercase; 
	color: #FF4766;
	margin-top: 40px;
}

.ob_causes_title_container p{
	font-size: 20px; 
	text-align: center; 
	color: #1F1F1F;
	margin: 30px 30px 50px 30px;
}

.ob_causes_carousel{
	position: relative; 
	overflow: hidden;
	max-width: 1300px;
	margin: auto;
}

.ob_causes_carousel_container{
	width:90%; 
	max-width:1200px; 
	margin: auto; 
	display: flex; 
	overflow: hidden;
}

.ob_causes_carousel_box{
	flex: 0 0 auto; 
	max-width: 33.3333%;
	transition: transform 0.4s ease-in-out;
}

.ob_causes_carousel_item{
	max-width: 100%;
	border-radius: 20px; 
	position: relative; 
	margin: 30px 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.ob_causes_carousel_circle{
	width: 60px; 
	height: 60px; 
	border-radius: 50%; 
	background-color:#ffd051; 
	position: absolute; 
	top:-30px; 
	left:50%; 
	transform: translateX(-50%); 
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.ob_causes_carousel_circle h2{
	color: #f2f2f2; 
	text-shadow: 1px 1px 2px #ff7753; 
	font-size: 30px; 
	text-align: center;
}

.ob_causes_carousel_top{
	background-color:#ffa449; 
	border-radius: 20px 20px 0px 0px; 
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}
.ob_causes_carousel_top h2{
	color: #f2f2f2; 
	text-shadow: 1px 1px 2px #ff7753; 
	font-size: 30px; 
	text-align: center;
	font-variant-caps: small-caps;
}
.ob_causes_carousel_bottom{
	background-color:#ff7753; 
	padding: 20px; 
	height: 300px;
	overflow: scroll;
	border-radius: 0px 0px 20px 20px;
}	
.ob_causes_carousel_bottom p{
	color: #f2f2f2; 
	text-shadow: 1px 1px 2px #ff7753; 
	text-align: center; 
}	

.carousel-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

.prev-button {
	left: 20px; /* Adjust the position as needed */
	font-size: 40px;
	font-weight: 800;
	color: #ff4766;
}

.next-button {
	right: 20px; /* Adjust the position as needed */
	font-size: 40px;
	font-weight: 800;
	color: #ff4766;
}

.next-button:hover, .prev-button:hover {
	color:#ff7753
}

.carousel-indicators {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.carousel-dot {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, 0.26);
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}

.carousel-dot.active {
	background-color: #ffa44ad0; /* Change to your desired active color */
}

.ob_bmi_container{
	height: auto; 
	position: relative; 
	overflow: hidden;
	padding-bottom: 200px;
}

.ob_bmi_circle{
	position: absolute; 
	width: 100%; 
	height: 100%; 
	left:0; 
	top: 0%; 
	border-radius: 0%; 
	/*background-image: radial-gradient(farthest-side at 50% 50%, #ef4769bd, #ffd15100); */
	background-image: linear-gradient(to top, #ffa44999, #ffa44900, #ffa44900);
	z-index: 0;
}

.ob_bmi_title_container h2{
	font-size: 40px; 
	text-align: center; 
	text-transform: uppercase; 
	color: #FF4766;
}

.ob_bmi_info_container{
	max-width: 1200px; 
	margin: auto;
}

.ob_bmi_info_box{
	width: 90%; 
	margin: auto; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between; 
	align-items: center;
}

.ob_bmi_text{
	flex: 1 1 250px;
}

.ob_bmi_text p{
	font-size: 20px; 
	line-height: 30px; 
	margin-top: 0;
}

.ob_bmi_img_container{
	width: 65%; 
	flex: 1 0 500px; 
	display: flex; 
	justify-content: center; 
	margin: 40px;
}

.ob_bmi_calculator_container{
	width: 90%; 
	margin: auto;
}

.ob_bmi_calculator_text p{
	font-size: 20px; 
	line-height: 30px; 
	margin: 60px 0; 
	text-align: center;
}

.ob_bmi_calculator{
	max-width: 1000px; 
	margin:50px auto;
}

.ob_bmi_calculator form{
	text-align: center; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-around; 
	background-image: linear-gradient(-45deg, #Ffd051, #f3be44); 
	border-radius: 20px; 
	padding: 20px; 
	color: #1f1f1f; 
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.ob_bmi_calculator div{
	flex: 0 1 calc(33.33% - 20px); 
	margin: 10px 0 ; 
	z-index: 100; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	flex-wrap: nowrap;
}

.ob_bmi_result_container{
	margin: 0px 0; 
	display: flex; 
	justify-content: space-around; 
	align-items: center;
}

.ob_bmi_result_container p{
	display: none; 
	font-size: 30px;
}

.ob_bmi_result_container div{
	display: none; 
	margin-top: 60px;
	width: 300px; 
	height: 300px; 
	background-position: center; 
	background-repeat:no-repeat; 
	background-size: contain;
}

.ob_treatment_title h2{
	font-size: 40px; 
	text-align: center; 
	text-transform: uppercase; 
	color: #FF4766;
	text-shadow: 1px 1px 2px #Ffd051; 
	margin: 0px;
}
/*
.container {
	overflow-y: scroll;
	height: 100vh;
	scroll-snap-type: y mandatory;
}
*/
.section {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	scroll-snap-align: start;
	overflow: hidden;
	margin: auto;
}

.lastsection {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	scroll-snap-align: start;
	overflow: hidden;
	margin: auto;
}

.first_section{
   scroll-snap-align: end; 
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	}
.s1_container{
	width: 100%; 
	max-width: 1800px;
	height: auto;
	padding: 10px 50px;
	box-sizing: border-box; 
	display: flex; 
	justify-content: center; 
	align-items:flex-start;
}
.s1_button_container{
	width: 500px;
	display: flex;
	justify-content:space-around;
	padding: 40px;
	margin-bottom: 50px;
}

.fourth_section{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin-bottom: 50px;   
}

.sixth_section{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin-bottom: 50px;
 }

#headerContainer{
   scroll-snap-align: start; 
}

#footerContainer{
   scroll-snap-align: start; 
}
.s1_flex_box{
	display: flex; 
	width: 100%; 
	max-width: 1800px;
	height: 30vw ;
	max-height: 500px;
	justify-content: space-between; 
	align-items: center; 
	border: 3px solid #3B8BB4; 
	background-color: #3B8BB4; 
	border-radius: 20px;
}

.s1_text_container{
	flex: 1 0 30%; 
	height: 100%; 
	display: flex; 
	flex-direction: column; 
	justify-content: space-evenly; 
	padding: 20px 20px 20px 40px; 
	box-sizing: border-box;
}

.s1_text_container h1{
	font-variant-caps: small-caps; 
	color: #F2F2F2; 
	font-size: 3em; 
	font-weight: 300; 
	margin: 0
}
.s1_text_container p{
	color: #F2F2F2; 
	font-size: 20px; 
	font-weight: 100; 
	margin: 0;
	line-height: 30px;
}
.s1_text_container button{
	font-size: 1rem; 
	font-variant-caps: small-caps; 
	display: inline-block; 
	white-space: nowrap; 
	margin: 0 auto 0 0;
}

.s1_img_container{
	flex: 1 0 70%; 
	display: flex; 
	align-items: center; 
	position: relative;
}

.s1_img_container img{
	width: 100%; 
	position: absolute;
}

.s1_button_container{
	width: 100%; 
	max-width: 1500px;
	max-height: 500px;
}

.s1_button_icon{
	width: 100px;
	height: 100px;
	color: #F2F2F2;
	border-radius: 80px;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-size: 60%;
	background-repeat: no-repeat;
  	background-position: center; 
	background-color: #3b8cb4dc;
	position: relative;
}

.s1_button_icon:hover{
 	background-color:#3B8BB4;
	cursor: pointer;
}

.s1_button_icon:hover .inverse_btn{
	padding-right: 25px;
	background-color: #3B8BB4;
	color: #F2F2F2;
	border: 0.2px solid #F2F2F2;
	cursor: pointer;
}

.s1_button_icon:hover .inverse_btn .arrow_hover{
	color: #F2F2F2;
}
.s1_button_icon:hover .inverse_btn .arrow_hover{
	opacity: 1;
}

.s1_button_text{
	font-size: 16px;
	position: absolute;
	top:110%;
	left: 50%;
	transform: translateX(-50%);
}

.s2_question_container{
	width: 60%; 
	height: 80%; 
	display: flex; 
	flex-direction: column; 
	justify-content: flex-start; 
	position: relative;
	font-weight: normal;
    transition: font-weight 0.3s ease;
}

.s2_question {
	border-bottom: 1px solid #3B8BB4; 
	margin: 0; 
	z-index: 1;
}

.s2_question p{
	position: relative;
	margin: 0;
	padding: 15px 8% 15px 0; 
	font-size: 1.3rem;
}

.s2_question span {
    border: solid #1F1F1F;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    transition: transform 0.3s ease;
	-webkit-transform: translateY(-50%) rotate(-45deg);
}

.s2_question:hover {
    font-weight: bold;
	cursor: pointer;
}

.s2_question:hover span {
    transform: translateY(-50%) rotate(45deg);
}

.s2_respons{
	font-weight: normal;
	padding-bottom: 0px;
	font-size: 18px;
	max-height: 0px;
    overflow: hidden;
	opacity: 0;
    transition: max-height 0.3s, padding 0.3s, opacity 0.3s;
}

.s2_question.open .s2_respons {
	max-height: 600px; 
	opacity: 1;
	padding: 0 0 20px 0;
}

.s2_question.open span {
    transform: translateY(-50%) rotate(45deg);
}

.s4-modifier{
	color: #F2F2F2;
	border-bottom: 1px solid #F2F2F2; 
	text-shadow: 1px 1px #3B8BB4;
	background-color: #3b8cb469;
}

.s2_container{
	display: flex; 
	justify-content: space-evenly; 
	position: relative;
}

.s2_content{
	padding: 40px;
	width: 80%;
	max-width: 1800px;
    margin: auto;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.s2_img_container{
	width: 50%;
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	align-items: center;
	padding: 20px;
}

.s2_img_container img:hover{
	cursor: pointer;
}

.s2_hidden_img{
	display: none;
}

.s2_hidden_img:hover{
	cursor: pointer;
}

.s2_text_container{
	padding: 40px;
	width: 50%;
}

.s2_text_container h1{
	padding-top: 20px;
	font-size: 40px;
	color: #3B8BB4; 
	font-variant-caps: small-caps;
}

.s2_text_container p{
	font-size: 20px;
}

.s2_question.s4-modifier:hover{
	background-color: #3b8cb4c7;
}

.s2_question.open.s4-modifier{
	background-color: #3b8cb4c7;
}

.s2_question.s4-modifier span{
    border: solid #f2f2f2;
	border-width: 0 3px 3px 0;
}

.s2_question_container h1{
	color: #1F1F1F; 
	font-variant-caps: small-caps; 
	font-size: 40px; 
	font-weight: 300; 
	margin: 0; 
	padding-bottom: 30px;
}

.s3_container{
	display: flex; 
	justify-content: space-evenly; 
	position: relative;
	height: 100%; 
}

.s3_content{
	padding: 40px;
	width: 80%;
	max-width: 1800px;
    margin: auto;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.s3_text_container{
	padding: 40px;
	width: 80%;

}

.s3_text_container h1{
	padding-top: 20px;
	font-size: 40px;
	color: #3B8BB4; 
	font-variant-caps: small-caps;
}

.s3_text_container p{
	font-size: 20px;
}

.s3_first_half{
	width: 100%;
	box-sizing: border-box;
	background-color: rgb(193, 211, 222); 
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.s3_first_half_container{
	max-width: 1000px; 
	padding: 50px 0px; 
	margin: auto;
}

.s3_first_half_title{
	padding: 30px 50px 0px 50px; 
	display: flex; 
	justify-content: space-between; 
	align-items: center;
}

.s3_first_half_title h1{
	color: #3B8BB4; 
	font-variant-caps: small-caps; 
	font-size: 40px; 
	margin: 0; 
	padding-bottom: 30px;
}
.s3_first_half_title img{
	width: 100px; 
	aspect-ratio: 1/1; 
	border: 3px solid #3B8BB4; 
	border-radius: 50%; 
	padding: 5px;
	align-self: flex-end;
}
.s3_first_half_text{
	padding: 0 50px; 
	display: flex; 
	justify-content: space-around; 
	align-items: center;
}
.s3_first_half_text p{
	margin: 0; 
	color: #1F1F1F; 
	font-size: 1.2rem; 
	line-height: 1.4rem;
}
.s3_first_half_text h2{
	color: #3B8BB4; 
	font-variant-caps: small-caps; 
	font-size: 30px; 
	margin: 0; 
	padding: 20px 0px ;
}
.s3_second_half{
	width: 100%; 
	background-color: #3B8BB4; 
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.s3_first_half,
.s3_second_half {
  flex: 1;
}

.s3_second_half_container{
	max-width: 1000px; 
	margin: auto;
	padding: 50px 0px; 
}
.s3_second_half_title{
	display: flex; 
	flex-direction: column; 
	justify-content: space-around; 
	align-items: right; 
	padding: 20px 50px;
}

.s3_second_half_title h1{
	margin: 0; 
	color: #F2F2F2; 
	font-variant-caps: small-caps; 
	font-size: 40px; 
	margin: 0; 
	padding-bottom: 20px;
}
.s3_second_half_title p{
	margin: 0 0 10px 0; 
	color: #F2F2F2; 
	font-size: 1.2rem; 
	line-height: 1.4rem; 
}
.s4_container{
	background-color: #3B8BB4; 
	width: 100vw;
	height: 100vh; 
	background-size: 75%; 
	background-position: center; 
	background-repeat: no-repeat; 
	display: flex; 
	justify-content: center;
}

.s4_container .s2_question_container h1{
	color: #F2F2F2; 
}

.s6_modifier h1{
	font-size: 30px; 
}
.s6_modifier p{
	font-size: 1rem; 
	line-height: 1.2rem; 
}
.surgery-page-container{
	height: calc(100vh - 200px); 
	background-color: #3B8BB4;
}

.surgery-page-main{
	height: 90%; 
	display: flex; 
	flex-direction: column; 
	justify-content: space-evenly; 
	align-items: center;
}

.surgery-title-container{
	max-width: 1000px; 
	width: 100%; 
	display: flex; 
	justify-content: space-evenly; 
	padding: 50px 0 0 0;
}

.surgery-title-text-container{
	display: flex; 
	align-items: center;
}

.surgery-title-text-container h1{
	font-variant-caps: small-caps; 
	color: #f2f2f2; 
	font-size: 2.75rem; 
	font-weight: 300;
}

.surgery-title-img-container{
	border: 1px solid #F2F2F2; 
	border-radius: 50%; 
	width: 50px; 
	height: 50px; 
	background-repeat: no-repeat; 
	background-size: 70%; 
	background-position: 50% 50%;
	margin-left: 30px;
}

.surgery-subtext-container{
	padding: 0 50px; 
	color: #f2f2f2; 
	font-size: 1.2rem; 
	line-height: 1.6rem;
	max-width: 800px;
}

.aanbod_specific{
	background-color: #F2F2F2; 
	border-radius: 20px; 
	color: #3B8BB4; 
	text-align: center; 
	padding: 50px;
}

.aanbod_specific h1{
	margin: 0; 
	font-variant-caps: small-caps; 
	color: #3B8BB4; 
	font-size: 2rem; 
	font-weight: 300;
}

.aanbod_specific a{
	display: block;
	text-decoration: none;
	color: #3B8BB4;
	padding: 10px 40px;
	text-align: center;
	background:
	linear-gradient(
	to right,
	#F2F2F2,
	#F2F2F2
	),
	linear-gradient(
	to right,
	#3b8cb4b9,
	#3b8cb4b9
	);
	background-size: 100% 3px, 0 3px;
	background-position: 100% 100%, 50% 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.aanbod_specific a:hover{
	background-size: 0 3px, 75% 3px;
}

.fifth_section_half_container1{
	width: 50%; 
	height: 100%; 
	background-color: rgb(193, 211, 222);
	display: flex; 
	align-items: center; 
	justify-content: center;
	transition: background-color 0.3s ease, width 0.3s ease;
}

.fifth_section_half_container1 .halfpage_title_container{
	border: 3px solid #3B8BB4;
	color: #3B8BB4;
}

.fifth_section_half_container2 .halfpage_title_container{
	border: 3px solid rgb(193, 211, 222);
	color: rgb(193, 211, 222);
}

.halfpage_title_container{
	width: 50%; 
	aspect-ratio: 1/1; 
	transition: border 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center; 
	padding: 20px;
	border-radius: 20px;
}

.halfpage_title_container h1{
	text-align: center; 
	width: 100%; 
	word-wrap: break-word; 
	font-size: 5vw; 
	margin: 0; 
	padding: 0; 
	text-transform: uppercase;
	transition: font-size 0.3s ease;
}

.halfpage_title_container p{
	display:none;
	height: 0;
	font-size: 1.4rem;
	padding: 20px;
	text-align: justify;
	transition: height 0.3s ease;
}

.closed .halfpage_title_container{
	border: 3px solid #3B8BB4;
	color: #3B8BB4;
	padding: 5px;
}

.closed .halfpage_title_container .span1{
	display: none;
}

.halfpage_title_container .span2{
	display: none;
}

.closed .halfpage_title_container .span2{
	display: inline;
}

.halfpage_title_container:hover{
	border-width: 10px;
	cursor: pointer;
}

.open .halfpage_title_container{
	border: 10px solid rgb(193, 211, 222);
	color: #F2F2F2;
	width: 80%;
	aspect-ratio: auto;
}

.open .halfpage_title_container p{
	display: block;
	height: auto;
}

.fifth_section_half_container2{
	width: 50%; 
	height: 100%; 
	background-color: #3B8BB4; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	transition: background-color 0.3s ease, width 0.3s ease;
}

.fifth_section_half.open{
	width: 90%;
	background-color: #3B8BB4;
}

.fifth_section_half.closed{
	background-color: rgb(193, 211, 222);
	width: 10%;
}

.s5_btn{
	font-variant-caps: small-caps; 
	font-size: 1rem; 
	position: absolute; 
	bottom: 50px; 
	left: 50%; 
	transform: translateX(-50%);
}

.s7_container{
	display: flex; 
	justify-content: space-evenly; 
	position: relative;
}

.s7_question_container{
	width: 60%; 
	height: 80%; 
	display: flex; 
	flex-direction: column; 
	justify-content: flex-start; 
	position: relative;
	font-weight: normal;
    transition: font-weight 0.3s ease;
	padding-bottom: 50px;
}

.s7_question_container h1{
	color: #3B8BB4;
}

.ob_gevolgen_section{
	min-height: 600px;
	display: flex;
	align-items: center;
	border: 1px solid blue;
}

.ob_gevolgen_icon{
	border: solid 4px #ffd051; 
	border-radius: 50%; 
	width: 100%; 
	margin: 0 5%;
	aspect-ratio: 1/1; 
	background-repeat: no-repeat; 
	background-position: center; 
	background-color: #ffa449; 
	transition: background-color 0.4s; 
	background-size: 80%; 
}

.ob_gevolgen_text_container{
	flex-grow: 1; 
	max-width: 60%;
	padding: 50px;
	border: 1px solid red;
}

.ob_gevolgen_text_container h1{
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #FF4766;
}

.ob_gevolgen_text_container p{
	font-size: 20px;
	line-height: 30px;
	color: #1f1f1f;
}

@media (max-width: 1200px) {
	.aanbod_group_container {
		width: 90%;
	}
	
	.search-sort-container{
		justify-content: center;
	}
	.team_top_page_image{
		height: 40vw;
	}
	.s1_text_container h1{
		font-size: 2em; 
	}
	.s1_text_container p{
		font-size: 18px; 
		line-height: 22px;
	}
	.s1_button_icon{
		width: 80px;
		height: 80px;
	}
	.s1_button_text{
		font-size: 14px;
	}
}

@media (max-width: 1100px) {
.article3_container{
	background-color: #6AA6C4;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.article3_first_column{
	width: 100%;
    box-sizing: border-box;
	margin: 50px 0;
}
.article3_title{
	margin: 0 5vw;
	width: auto;
	padding: 0;
}	
.article3_title_1{
	margin: 0px;
	padding-top: 0px;
	color: #F2F2F2;
	font-weight: 300;
	font-size: 70px;
}
.article3_title_1 a{
	text-decoration: none;
	color: inherit;
	margin-top: 5vw;
}
.article3_title_1b{
	margin-right: 0px;
}
.article3_second_column{
	width: auto;
    padding: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.article3_columns{
	padding: 0px 0px;
	margin: 20px 5vw 0;
}
.article3_pair{
	width: 30%;
	padding: 0px;
	margin: 0px auto 30px;
}

.article3_title_2{
	padding: 0px;
}

.article3_subtitle2{
	margin: 0px;
	padding: 0;
	font-size: 1.125rem;
}
	
.article4{
	height: auto;
	max-height: 600px
}
.article4_title_container{
	width: 100%;
	padding: 30px 0px;
}
.obesitaskliniek .article4_title{
	margin: 5vw;
}	
	
.article4_title{
	margin: 5vw;
}
.article4_title_1{
	font-size: 70px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.article4_title_2{
	font-size: 25px;
	line-height: 40px;
}

.aanbod_single_container {
	width: 40%;
}
}

@media (max-width: 1024px) {
	.article1{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		height: 500px;
	}
	.article1_title_container{
		padding: 0;
		width: 100%;
	}
	.article1_title_1{
		font-size: 70px;
	}
	.article1_title_2{
		font-size: 30px;
	}
	
	.article1_title_2{
		font-size: 30px;
	}
	
	.article2{
		height: 500px;
	}
	.article2_title{
		margin: 0px;
		height: 500px;
		padding: 0px;
	}
	.article2_title_1{
		font-size: 60px;
		padding: 0px 50px;
	}
	.article2_title_2{
		font-size: 20px;
		line-height: 30px;
	}
	.article3_second_column{
		display: none;
	}
	.cookie-bar {
		text-align: center;
		flex-direction: column;
		justify-content: center;
		padding-left: 0;
}

	.cookie-bar p {
		padding: 5px 0;
		margin: 0 10px;
	}	

	.aanbod_single_container {
		width: 45%;
	}
	.team_top_page_image{
		display: none;
	}
	.team_top_page_image .aanbod_title{
		display: none;
	}
	.teampage_container_group {
		width: 100vw;
	}
	.teampage_member_container {
		margin: 30px 40px;
		width: 300px;
		padding: 0;
	}
	.member_info_container{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		height: 100%;
	}
	.member_container {
		width: 100%;
		max-width: none;
		margin-right: 0px;
	}
	.member_image_container {
		width: 100%;
		height: 300px;
	}
	.member_info2 {
		width: calc(100% - 60px);
		max-width: none;
		margin: 30px 0 0 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.member_info2 a{
		transform: translateX(50%);
		margin-left: calc(-20% - 100px);
	}
	.member_calender_container {
		font-size: 1rem;
	}
	.first_section{
		display: flex;
		width: 100%; 
		height: (100vw - 200px);
		align-items: center; 
		background-color: #3B8BB4; 
		justify-content: flex-start;
		padding-top: 100px;
	}
	.s1_container{
		padding: 0;
		height: auto;
	}
	.s1_flex_box{
		height: auto;
	}
	.s1_text_container{
		text-align: center;
		padding: 20px;
	}
	.s1_text_container h1{
		font-size: 50px;
		margin-bottom: 20px;;
	}
	.s1_text_container p{
		font-size: 20px;
	}
	.s1_img_container{
		display: none;
	}
	.s1_button_container{
		display: flex;
		flex-wrap: wrap;
	}
	.s1_button_icon{
		border: 1px solid #F2F2F2;
		margin: 25px;
	}
	.s1_button_icon:hover{
		background-color:#5da3c5;
		border: 1px solid #f2f2f200;
	}
	.s1_button_icon:hover .inverse_btn{
		padding-right: 25px;
		background-color: #3B8BB4;
		color: #F2F2F2;
		border: 0.2px solid #F2F2F2;
		cursor: pointer;
	}
	.s1_button_icon:hover .inverse_btn .arrow_hover{
		color: #F2F2F2;
	}
	.s1_button_icon:hover .inverse_btn .arrow_hover{
		opacity: 1;
	}
	.s2_content{
		margin-top: 50px;
	}
	.s2_img_container{
		display: none;
	}
	.s2_hidden_img{
		display: block;
	}
	.s2_text_container{
		width: 100%;
	}
	.surgery-page-container{
		height: calc(100vh - 100px); 
		background-color: #3B8BB4;
	}

}

@media (max-width: 768px) {
	.aanbod_title {
		max-width: 100%;
	}
	
	.article1_title_1{
		font-size: 70px;
	}
	.article1_title_2{
		font-size: 25px;
	}
	.article2{
		height: auto;
		max-height: 1000px;
		flex-direction: column;
	}
	.article2_title_container{
		flex-direction: column;
		height: auto;
	}
	.article2_title{
		margin: 0px;
		display: block;
		height: auto;
	}	
	.article2_title_1{
		padding: 0 5vw;
		font-size: 50px;
		margin: 8vw 0 0 0
	}
	.article2_title_2{
		padding-right: 5vw;
		font-size: 20px;
		line-height: 30px;
		margin: 5vw;
		padding: 0;
	}
	.article2 .colored_btn{
		margin: 0 5vw 5vw;
	}
	.article4_title_1{
		font-size: 12vw;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.article4_title_2{
		font-size: 25px;
		line-height: 30px;
	}
	.article5{
		height: auto;
		padding: 60px 0;
	}

	.aanbod_single_container {
		margin: 45px 15px;
		width: 80%;
	}

	.teampage_member_container {
		margin: 0px;
		width: 100%;
		height: auto;
	}
	.teampage_member_circle {
		background-color: #f2f2f2;
		border: none;
		border-top: 1px solid #3B8BB4;
		width: auto;
		border-radius: 0%;
		transition: transform 0.3s, background-size 0.3s;
		padding: 20vw; 
		background-size: 40vw;
		background-repeat: no-repeat;
		position: relative;
	}
	.teampage_member_container a{
		display: block;
	}
	.teampage_member_name {
		background-color: hsla(201,51%,51%,1.00);
		border-radius: 20px;
		padding: 10px 15px 5px;
		display: inline-block;
		position: absolute;
		bottom: 50%;
		left: 0%;
		transform: translateX(10%);
		transition: left 0.4s, transform 0.4s;
	}
	.teampage_member_circle:hover{
		background-size: 40%;
		cursor: pointer;
	}

	.teampage_member_circle:hover .teampage_member_name{
		left: 5%;
		transform: translateX(0%);
	}
	.member_info2 a{
		transform: translateX(50%);
		margin-left: calc(-30% - 100px);
	}
	.cal_big{
		display: none
	}
	.cal_small{
		display: block;
	}
	.s2_content{
		padding: 0px;
		width: 100%;
		border-radius: 0;
	}
	.s2_img_container{
		padding: 0px;
	}
	.s2_text_container{
		padding: 20px;
		width: 100%;
	}
	.s2_question_container{
		width: 100%; 
		padding: 20px;
	}
	.s3_first_half_text{
		padding: 0px 20px;
	}
	.s3_first_half_title{
		padding: 0px 20px;
	}
	.s3_second_half_title{
		padding: 20px;
	}
	.s3_content{
		padding: 20px;
		width: 100%;
		border-radius: 0;
	}
	.s3_text_container{
		padding: 0px; 
		width: 100%;
	}
	.s3_first_half_title img{
		width: 75px; 
	}
	.s6_modifier h1{
		font-size: 25px; 
	}
	.s6_modifier p{
		font-size: 0.8rem; 
		line-height: 1rem; 
	}
	.s7_question_container{
		width: 100%; 
		padding: 20px;
	}
	.halfpage_title_container p{
		font-size: 1rem;
	}
	
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2){
	.aanbod_title {
		max-width: 100%;
	}
	
	.article1_title_1{
		font-size: 70px;
	}
	.article1_title_2{
		font-size: 25px;
	}
	.article2{
		height: auto;
		max-height: 1000px;
		flex-direction: column;
	}
	.article2_title_container{
		flex-direction: column;
		height: auto;
	}
	.article2_title{
		margin: 0px;
		display: block;
		height: auto;
	}	
	.article2_title_1{
		padding: 0 5vw;
		font-size: 40px;
		margin: 8vw 0 0 0
	}
	.article2_title_2{
		padding-right: 5vw;
		font-size: 20px;
		line-height: 25px;
		margin: 5vw;
		padding: 0;
	}
	.article2 .colored_btn{
		margin: 0 5vw 5vw;
	}
	.article3_title_1{
		font-size: 40px;
	}
	.article3_title_1b{
		font-size: 20px;
	}
	.article4_title_1{
		font-size: 40px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.article4_title_2{
		font-size: 20px;
		line-height: 25px;
	}
	.article5{
		height: auto;
		padding: 60px 0;
	}

	.aanbod_single_container {
		margin: 45px 15px;
		width: 80%;
	}
	.teampage_member_container {
		margin: 0px;
		width: 100%;
		height: auto;
	}
	.teampage_member_circle {
		background-color: #f2f2f2;
		border: none;
		border-top: 1px solid #3B8BB4;
		width: auto;
		border-radius: 0%;
		transition: transform 0.3s, background-size 0.3s;
		padding: 20vw; 
		background-size: 40vw;
		background-repeat: no-repeat;
		position: relative;
	}
	.teampage_member_container a{
		display: block;
	}
	.teampage_member_name {
		background-color: hsla(201,51%,51%,1.00);
		border-radius: 20px;
		padding: 10px 15px 5px;
		display: inline-block;
		position: absolute;
		bottom: 50%;
		left: 0%;
		transform: translateX(10%);
		transition: left 0.4s, transform 0.4s;
	}
	.teampage_member_circle:hover{
		background-size: 40%;
		cursor: pointer;
	}

	.teampage_member_circle:hover .teampage_member_name{
		left: 5%;
		transform: translateX(0%);
	}
	.pathology .teampage_member_name {
		left: 7%;
		bottom: 10%;
	}
	.pathology .teampage_member_circle:hover .teampage_member_name {
		left: 12%;
	}
	.close_container{
		padding: 16px 16px 0 0;
	}
	.close {
		font-size: 36px;
	}

	.contact_page h1 {
		font-size: 6vw;
		margin-bottom: 60px;
	}

	.contact_page_top_image{
		height: 50px;
		background-size: 50%;
	}

	.obesitaskliniek .contact_page_top_image{ 
		background-size: 70%; 
	}
}

@media (max-width: 480px) {
	.page_top_image{
		height: 300px;
	}

	.s1_text_container{
		padding: 20px 16px;
		text-align: center;
	}
	.s1_text_container h1{
		font-size: 32px;
		line-height: 1.15;
		margin-bottom: 14px;
	}
	.s1_text_container p{
		font-size: 16px;
		line-height: 1.4;
	}
	.s1_button_container{
		justify-content: center;
		gap: 40px;
	}
	.s1_button_icon{
		width: 72px;
		height: 72px;
		margin: 8px auto;
		border-radius: 50%;
		background-size: 48%;
	}
	.s1_button_text{
		font-size: 12px;
		line-height: 1.2;
		margin-top: 6px;
	}

	.aanbod_title {
		width: 100%;
		padding: 30px 0;
		top: 235px;
	}
	.aanbod_title h1{
		font-size: 10vw;
	}

	.search-sort-container{
		margin: 60px 0 30px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		flex-wrap: nowrap;
	}

	.search-container{
		margin: 10px 0;
	}

	.article1_title_1{
		font-size: 40px;
	}
	.article1_title_2{
		font-size: 20px;
	}

	.aanbod_group_container {
		width: 100%;
	}

	.aanbod_back{
		border: none;
		border-top: 1px solid #3B8BB4;
		border-radius: 0px;
	}

	.aanbod_front{
		border: none;
		border-top: 1px solid #3B8BB4;
		border-radius: 0px;
	}
	.aanbod_single_container {
		border: none;
		margin: 60px 0 0 0px;
		padding: 40px 0 0 0;
		width: 100%;
	}
	.aandoeningen_container .aanbod_single_container {
		border: none;
		border-top: 1px solid #3B8BB4;
		border-radius: 0px;
	}
	.close_container{
		padding: 20px 20px 0 0;
	}
	.close {
		font-size: 32px;
	}
	.contact_page h1 {
		font-size: 8vw;
	}
	.contact_page_top_image{
		height: 50px;
		background-size: 70%;
	}

	.obesitaskliniek .contact_page_top_image{ 
		background-size: 90%; 
	}

	.teampage_member_circle {
		background-color: #f2f2f2;
		border: none;
		border-top: none;
		border-bottom: 1px solid #3B8BB4;
		width: auto;
		height: 300px;
		border-radius: 0%;
		transition: transform 0.3s, background-size 0.3s;
		padding: 20vw 0;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	.teampage_member_circle:hover{
		background-size: cover;
	}
	.teampage_member_name {
		bottom: 10%;
	}
	.campus-filter{
		flex-direction: column;
	}
	#surgery-filter-btn{
		width: 100%;
		margin-left: 20px;
		margin-right: 20px;
	}
	.member_container{
		margin-bottom: 30px;;
	}
	.member_info_container{
		width: 100%;
	}
	.member_info2 {
		border: none;
		border-radius: 0px;
		margin: 0px 0 0 0;
		align-items: flex-start;
	}
	.member_info2 a{
		transform: unset;
		margin-left: 10%;
	}
	.member_calender_container {
		width: 100%;
		font-size: 4vw;
	}
	.member_calender_contact{
		flex-direction: column;
	}
	.member_info{
		border:none;
		border-radius: 0px;
		border-top: 1px solid #3B8BB4;
	}
	.member_info h1{
		font-size: 8vw;
	}
	.member_info p{
		font-size: 4vw;
	}
	.s2_content{
		margin: 0px;
	}
	.s3_content{
		margin: 0px;
	}
	.fourth_section{
		margin-bottom: 0px;   
	}
	.sixth_section{
		margin-bottom: 0px;
	 }
	.s2_question_container h1{
		font-size: 1.5rem
	}
	.s2_question_container button{
		font-size: 0.6rem
	}
	.s2_question p{
		font-size: 1.2rem;
	}
	.s2_respons{
		font-size: 1rem;
	}
	.s2_text_container h1{
		font-size: 1.5rem;
	}
	.s2_text_container p{
		font-size: 1rem;
	}
	.s3_first_half_title h1{
		font-size: 1.5rem; 
	}
	.s3_first_half_title img{
		display: none; 
	}
	.s3_first_half_text p{
		font-size: 1rem;
	}
	.s3_second_half_title h1{
		font-size: 1.5rem; 
	}
	.s3_first_half_text h2{
		font-size: 1.3rem; 
	}
	.s3_second_half_title p{
		font-size: 1rem;
	}
	.s3_text_container h1{
		font-size: 1.5rem; 
	}
	.s3_text_container p{
		font-size: 1rem;
	}
	.s3_second_half button{
		font-size: 0.6rem;
	}
	.halfpage_title_container h1{
		font-size: 1.2rem;
	}
	.halfpage_title_container p{
		font-size: 0.8rem;
	}
	
}
