
/* Standalone stylesheet voor GynaecoloogDilbeek.be */
/* reset */

html {
	/*flex*/
	width:100%;
	margin: 0;
	padding: 0;
	display:flex;
	min-width: 400px;
	}

body { 
    background: rgb(255,255,255);
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 31%, rgba(235,251,244,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 31%, rgba(235,251,244,1) 100%);
    background: radial-gradient(circle, rgba(255,255,255,1) 31%, rgba(235,251,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ebfbf4",GradientType=1);
    margin: 0;
    padding: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: 100;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.7em;
    font-variant: normal;
    font-size: 17px;

	position: relative;
	color: rgba(40,47,57,1);
	
	/*flex*/
	width:100%;
	min-height:100vh;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
}

.wrapper{
    overflow:hidden;
		/*flex*/
	width:100%;
	min-height:100vh;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
}

main{
    width: 100%;
    /*flex*/
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    clear: left;
    /**padding-top: 172px;*/
}

p { 
	margin-top: 7px;
	margin-bottom: 18px;
}

p:last-child {
	margin-bottom: 7px;
}

strong {
	font-weight: 500;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.text-align-left { 
	text-align: left;
}

.text-align-right { 
	text-align: right;
}

.text-align-center, .has-text-align-center { 
	text-align: center;
}

#desktop, #tablet_desktop, .desktop, .tablet_desktop {
	display: inline;
}

#mobile_tablet, #mobile, #tablet, .mobile_tablet, .mobile, .tablet {
	display: none;
}

.center {
    max-width: 85rem;
    margin-right: auto;
    margin-left: auto;
}

#center {
	width: 1024px;
	box-sizing: border-box;
	position: relative;
	margin-left: auto;
	margin-right: auto;
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
}

.col-2 {
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}

.padding-no {
    padding: 0px;
}

.padding-5 {
    padding: 5px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-30 {
    padding-right: 30px;
}

.margin-no {
    margin: 0px;
}

.margin-5 {
    margin: 5px;
}

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

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.btn {
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-style: normal;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 30px;
	text-decoration: none;
    outline: 0;
    padding: 15px 26px;
    box-shadow: 5px 5px 10px 1px rgba(0,0,80,0.04);
	color: rgba(255,255,255,1.00);
    background-color: rgb(6, 224, 198);
	text-shadow: none;
    -webkit-transition: .22s ease-in;
    transition: .22s ease-in;
    margin-right: 10px;
    
}

.btn:hover {
	background-color: #f0aac9;
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    
    color: white !important;
}

img.Elke {
    border-radius: 50%;
    position: absolute;
    right: 150px;
    bottom: -130px;
    width: 260px;
    height: auto;
    transition: .5s ease;
}

.line-horizontal {
    float: left;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    clear: left;
}

ul.blocks {
    display: inline-block;
    text-align: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

ul.blocks svg.fa-map-marker-alt {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.7em;
}

ul.blocks li {
    float: left;
    width: 40%;
    margin: 5%;
    background-color: white;
    position: relative;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.18) 0px 7px 21px 0px;
    color: black;
    font-style: normal;
    font-variant: normal;
    font-size: 1em;
    line-height: 1.4em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
}

ul.blocks li div:nth-of-type(1) {
    width: 100%;
    height: 200px;
    position: relative;
}

ul.blocks li div:nth-of-type(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.blocks li div:nth-of-type(2) {
    background-color: white;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: black;
    font-style: normal;
    font-variant: normal;
    font-size: 1em;
    line-height: 1.6em;
    text-align: center;
    padding: 45px 25px 20px;
    min-height: 180px;
}

ul.blocks li div:nth-of-type(3) {
    background-color: rgba(242,252,248,0.20);
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: black;
    font-style: normal;
    font-variant: normal;
    font-size: 1em;
    line-height: 1.6em;
    text-align: center;
    padding: 12px 25px 20px;
    border-top: 0.0625rem solid rgba(207,207,207,0.39);
}

ul.blocks svg.fa-phone, ul.blocks svg.fa-external-link {
    margin-right: 6px;
}

header, footer {
    width: 100%;
    position: relative; /**fixed header*/
	clear: left;
    top: 0px;
    left: 0px;
}

footer {
    margin-top: 10px;
}
section {
    clear: left;
    position: relative;
}

section div.center {
    padding-left: 6%;
    padding-right: 6%;
}


main section div.center article {
    padding-left: 4%;
    padding-right: 4%;

}

section a {
    padding: 0;
    transition: all 0.3s ease;
    color: rgb(40, 40, 40);
    cursor: pointer;
    text-decoration: none;
}

section a:hover {
    color: rgba(30,147,255,1);
    text-decoration: none;
}

section .me {
    font-size: 0.94em;
}

main section h1 {
    color: rgba(55,58,55,1.00);
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    font-size: 3em;
    line-height: 1.15em;
    margin-bottom: 0px;
    margin-top: 120px;
    padding-bottom: 0px;
    letter-spacing: 0px;
    text-align: left;
}

main section h2 {
    color: black;
    font-family: 'Heebo', sans-serif;
    font-weight: 100;
    font-style: normal;
    font-variant: normal;
    font-size: 1.20em;
    line-height: 1.4em;
    margin-bottom: 5px;
    margin-top: 17px;
    padding-bottom: 0px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

main section h3 {
    color: black;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-size: 1.20em;
    line-height: 1.4em;
    margin-bottom: 5px;
    margin-top: 24px;
    padding-bottom: 0px;
    letter-spacing: 0px;
    text-align: left;
}

main section h4 {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-size: 1.05em;
    line-height: 1.35em;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-bottom: 0px;
    letter-spacing: 0px;
    text-align: center;
}

main section h5 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-top: 8px;
    padding-bottom: 0px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(6, 224, 198);
}

footer section.copyright {
    background-color: white;
    color: black;
	font-size: 11.5px;
    font-weight: 100;
    line-height: 1.55em;
}

footer section.copyright div article:nth-of-type(2) {
	text-align: right;
}

footer section.copyright a {
    color: white;
    text-decoration: none;
}

footer section.copyright a:hover {
    color: rgba(30,147,255,1);
}

@media all and (max-width : 1100px) {
body {
	font-size: 16px;
}
    
#center, .center {
	width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

footer section.copyright .center {
    padding-left: 8%;
    padding-right: 8%;
}
    
main section div.center article, footer section.copyright div article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    
main section h1 {
    margin-top: 100px;
    font-size: 3.0em;
}
    
main section h2 {
    font-size: 1.10em;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-top: 12px;
}
    
img.Elke {
    right: 40px;
    bottom: -90px;
    width: 180px;
    height: auto;
    transition: .5s ease;
}
    
ul.blocks li {
    width: 90%;
    margin: 5%;
}

#tablet, #tablet_desktop, #mobile_tablet, .tablet, .tablet_desktop, .mobile_tablet  {
	display: inline;
}

#mobile, #desktop, .mobile, .desktop {
	display: none;
}
}
    
@media all and (max-width : 700px) {
body {
	font-size: 15px;
}
     
img.Elke {
    right: 0px;
    bottom: -70px;
    width: 140px;
    height: auto;
}
    
main section h1 {
    margin-top: 60px;
    font-size: 2.3em;
    line-height: 1.4em;
    padding-bottom: 0px;
}

main section h2 {
    margin-top: 9px;
    font-size: 1.10em;
    line-height: 1.4em;
}
    
.btn {
    margin-right: 5px;
    padding: 8px 16px;
}

footer {
    text-align: center;
}
    
footer section.copyright div article:nth-of-type(2) {
    text-align: center;
    width: 100%;
}
    
#mobile, #mobile_tablet, .mobile, .mobile_tablet {
	display: inline;
}

#tablet_desktop, #tablet, #desktop, .tablet_desktop, .tablet, .desktop {
	display: none;
}

}

@media all and (max-width : 500px) {
img.Elke {
    right: 0px;
    bottom: -50px;
    width: 100px;
    height: auto;
}
    
main section h1 {
    margin-top: 60px;
    font-size: 2.1em;
    line-height: 1.4em;
    padding-bottom: 0px;
}

main section h2 {
    margin-top: 9px;
    font-size: 1.10em;
    line-height: 1.4em;
}
}

.puregraphics img {
	vertical-align: middle;
	width: auto;
	height: 16px;
}
.puregraphics img:last-child{
	display:none;
}
.puregraphics:hover img:first-child{
	display:none;
}
.puregraphics:hover img:last-child{
	display:inline-block;
}

.puregraphics-print {
	display: none;
}

/* Informatievenster */
body.popup-open {
    overflow: hidden;
}

.popup-overlay[hidden] {
    display: none;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, .45);
}

.popup-box {
    position: relative;
    width: 100%;
    max-width: 680px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 34px 38px;
    color: #1f2933;
    line-height: 1.55;
    background: #fff;
    border-top: 8px solid rgb(6, 224, 198);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    scrollbar-color: rgb(6, 224, 198) transparent;
    scrollbar-width: thin;
}

.popup-box h2 {
    margin: 0 0 22px;
    padding-right: 45px;
    color: rgb(6, 224, 198);
    font-size: 30px;
    line-height: 1.2;
}

.popup-box h3 {
    margin: 0 0 12px;
    color: rgb(6, 224, 198);
    font-size: 21px;
    line-height: 1.3;
}

.popup-box p {
    margin: 0 0 18px;
    font-size: 17px;
}

.popup-box ul {
    margin: 0 0 18px 22px;
    padding: 0;
}

.popup-box li {
    margin-bottom: 6px;
    font-size: 17px;
}

.popup-box a {
    color: rgb(6, 224, 198);
    font-weight: 700;
    text-decoration: none;
}

.popup-box a:hover,
.popup-box a:focus-visible {
    color: #f0aac9;
    text-decoration: underline;
}

.popup-section {
    margin: 22px 0;
    padding: 22px 24px;
    background: rgba(6, 224, 198, .13);
    border-left: 6px solid rgb(6, 224, 198);
    border-radius: 18px;
}

.popup-section > :last-child {
    margin-bottom: 0;
}

.popup-warning {
    margin-bottom: 14px;
    padding: 14px 16px;
    background: rgba(240, 170, 201, .22);
    border-left: 6px solid #f0aac9;
    border-radius: 14px;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    background: rgb(6, 224, 198);
    border: 0;
    border-radius: 50%;
}

.popup-close:hover,
.popup-close:focus-visible {
    background: #f0aac9;
    outline: 3px solid #1f2933;
    outline-offset: 2px;
}

.line-horizontal line {
    stroke: rgb(5, 255, 225);
    stroke-width: 1.2;
}

.error-page main section {
    min-height: 100vh;
}

.error-page article {
    padding: 10vh 8%;
}

@media all and (max-width: 600px) {
    .popup-overlay {
        padding: 14px;
    }

    .popup-box {
        max-height: 88vh;
        padding: 28px 22px;
        border-radius: 20px;
    }

    .popup-box h2 {
        padding-right: 42px;
        font-size: 24px;
    }

    .popup-box h3 {
        font-size: 19px;
    }

    .popup-box p,
    .popup-box li {
        font-size: 15.5px;
    }

    .popup-section {
        padding: 18px;
        border-radius: 16px;
    }

    .popup-close {
        top: 16px;
        right: 18px;
        width: 38px;
        height: 38px;
        font-size: 26px;
    }
}
