<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1880px) {
    html {
        font-size: 1.2vw;
    }

}

@media screen and (min-width: 1025px) {
	
	.row-contact {
		margin-right: 0;
		margin-left: 0;
		border-left: 2px solid rgba(246, 240, 246, 0.75);
		border-right: 2px solid rgba(246, 240, 246, 0.75);
	}

	.row-midwife-search {
		padding: 2em 7em 4.5em 7em;
		margin-right: 0;
		margin-left: 0;
		border-left: 2px solid rgba(246, 240, 246, 0.75);
		border-right: 2px solid rgba(246, 240, 246, 0.75);
	}

}


@media screen and (min-width: 992px) and (max-width: 1199px) {
	
    html {
        font-size: 1.45vw;
    }
	
	.img-header {
	  transform: scale(.9) translateX(-.5em);
	}
	
	.header-right {
	  padding: 1.5em 0 0 1em;
	}
		
	.row-header .custom-wrap {
	  padding-right: 3em;
	}
	
	.row-content {
		padding: 1.25em 3.5em 0.41em 2.5em;
	}
	
	.row-contact {
		padding: 3.333em 3.5em 2.5em 2em;
	}
	
	.row-midwife-search {
		padding: 2em 1em 4.5em 1em;
	}
	
	.custom-select-language {
		margin-bottom: 1em;
	}
	
	.row-footer .footer-col.order-1 {
		transform: translateX(6vw);
	}


}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	
    html {
        font-size: 1.0625em;
    }
	
	.row-header .custom-wrap {
		padding-right: 5em;
	}
	
	
	.row-content {
		padding: 1.25em 4em 2em 8em;
    }
	
	.row-contact {
		padding: 3.333em 4em 2.5em 7.5em;
	}
	
	.row-midwife-search {
		padding: 2em 3vw 4.5em 3vw;
	}
	
	.custom-select-language {
		margin-bottom: 1em;
	}
	
	.row-footer .footer-col.order-1 {
		transform: translateX(2em);
	}
	
}

/*Medium*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 2.1vw;
    }

    h1 {
        font-size: 2.25em;
    }
	
	h2 {
        font-size: 1.625em;
    }
	
	.custom-logo {
		width: 29vw;
	}
	
	.custom-logo-small {
		width: 29vw;
	}
	
	.header-right {
		padding-top: 1em;
		padding-left: 1.75em;
	}
	
	.row-header .custom-wrap {
		padding-right: 2.5em;
	}
	
	.row-header .custom-btn {
		min-width: 42%;
	}
	
	.row-content,
	.row-contact	{
		padding-left: 2.25em;
		padding-right: 2.25em;
	}
	
	.header-logos {
		font-size: 65%;
		margin-right: 1.15em;
	}
	
	.img-header {
		transform: translateX(0);
	}
	
	.content-right {
		padding-top: .275em;
		padding-right: 1em;
	}
	
	.content-right ul {
	}
	
	.custom-title-logo {
		padding-top: 3.375em;
		font-size: 1.25em;
	}	
	
	.custom-container-form h4 {
		font-size: 100%;
	}

	.custom-container-form label {
		font-size: 100%;
	}
	
	.custom-select-language {
		margin-bottom: .75em;
	}
	
	.footer-logo {
		height: 2.5em;
	}
	
	.readmorebutton,
	.readmoreclose {
		padding-right: 2.6em;
		background-size: 12px auto;
	}

	
}

/*Small*/
@media screen and (max-width: 767px) {
    html {
        font-size: 18px;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    h1 {
        font-size: 2.25em;
    }
    
	.custom-logo,
	.custom-logo-small	{
		width: 20em;
		max-width: 290px;
	}
	
    .row-navbar {
        display: none;
    }

    .header-logos {
        display: none;
    }
	
	.row-header {
		padding: 5em 0 0 0;
	}
	
	.header-left {
		text-align: center;
	}
	
	.header-right {
		padding: 1.75em 2.25em 2.25em 2.25em;
	}
			
	.row-header .custom-wrap {
		padding-right: 0;
	}
	
	.img-header {
		width: 60%;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
		transform: translateX(0);
	}
	
	.row-content,
	.row-contact {
		padding-left: 2.25em;
		padding-right: 2.25em;
	}
	
	.content-right,
	.contact-right	{
		padding-left: 0;
	}
	
	.content-right ul {
		margin-left: 2em;
	}	
	
	.content-left {
		padding-left: 0;
	}
	
	.img-contact {
		width: 7em;
	}
	
	.row-btnimprint {
		padding-left: 2.25em;
	}
	
	.custom-title-logo {
		padding-top: 3.375em;
		font-size: 1.25em;
	}
	
	.row-contact {
		margin-left: -15px;
		margin-right: -15px;
	}	
	
	.row-midwife-search {
		margin-left: -25px;
		margin-right: -25px;
	}	
	
	.custom-container-form {
		padding: 2em 1.25em 4.5em 1.25em;
	}
	
	.custom-container-form h4 {
		font-size: 100%;
	}

	.custom-container-form label {
		font-size: 100%;
	}
	
	.custom-select-language {
		margin-bottom: .75em;
	}
			
	.footer-link {
		font-size: 100%;
		display: block;
		padding: .5em;
	}
	
	.footer-logo {
		height: 6vw;
	}
	
	.readmorebutton,
	.readmoreclose {
		padding-right: 2.6em;
		background-size: 12px auto;
	}

}

/*Extra Small*/

@media screen and (max-width: 575px) {
    html {
        font-size: 17px;
    }

    h1 {
        font-size: 2.1em;
    }
	
	h2 {
        font-size: 1.75em;
    }
	
	.custom-logo,
	.custom-logo-small	{
		width: 14em;
	}
	
	.logos-col {
		padding: 0;
		margin-bottom: -1em;
	}
	
	.row-header .custom-btn {
		min-width: 13em;
	}
	
	.footer-logo {
		height: 13vw;
	}
	
	.row-footer .img-div {
		display: block;
		margin-bottom: .25em;
		padding: .75em;
	}
	
	.breaking-news-headline {
		margin-left: 1em;
	}

	.marquee {
		animation: marquee 8s linear infinite;
		-webkit-animation-duration: 8s;
		-moz-animation-duration: 8s;
	}
	
	.readmorebutton,
	.readmoreclose {
		background-position: center 52%;
		padding-right: 2.25em;
	}
	
	.readmoretext {
		display: none;
	}
	
	.breaking-maintext {
		line-height: 1.4;
		padding: 2em 1.5em 0 1.5em;
		font-size: 95%;
	}
			
	.closebutton {
		transform: translate(.5em, .25em);
	}	
		
}

/*X Extra Small*/
@media screen and (max-width: 400px) {
    html {
        font-size: 4.75vw;
	   }
	   
	 h1 {
        font-size: 2.25em;
    }
	
	h2 {
        font-size: 1.78em;
    } 


}
</pre></body></html>