@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,400:italic,700);
.container,
body,
html {
    height: 100%
}

.bl-header,
body {
    background: #fff
}

.bl-header,
.bl-main,
.bl-main>section {
    position: absolute
}

.bl-icon,
a {
    text-transform: none
}

.bl-content p,
.bl-icon,
body {
    font-style: normal
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot?#iefix) format('embedded-opentype'), url(../fonts/icomoon.woff) format('woff'), url(../fonts/icomoon.ttf) format('truetype'), url(../fonts/icomoon.svg#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

body,
html {
    font-size: 100%;
    padding: 0;
    margin: 0
}

#element::-webkit-scrollbar {
    display: none
}

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

body {
    font-family: 'Josefin Sans', sans-serif;
    color: #f2ede3;
    font-size: .9em;
    font-weight: 400;
    min-width: 290px
}

.bl-box h2,
a {
    font-weight: 700;
    letter-spacing: 2px
}

a {
    color: #f0f0f0;
    text-decoration: none;
    padding: 0;
    font-size: 100%
}

.staff-image { max-width: 275px !important; }

a:hover {
    color: #fff
}
.logo {
	height: 100%;
}
.bl-header {
    height: 20%;
    width: 100%;
    text-align: right;
	top: 0;
}

.bl-header img {
	display: inline-block;
	height: 80%;
	margin: 0.5rem;
	width: auto;
}

.bl-main {
    width: 100%;
    height: 100%;
    overflow: hidden;
	top: 0;
}

.bl-main>section:first-child {
    width: 50%;
    height: 35%;
    top: 20%;
    left: 0;
    background: #ae5175;
}

.bl-main>section:nth-child(2) {
    width: 50%;
    height: 35%;
    top: 20%;
    left: 50%;
    background: #98badf;
}

.bl-main>section:nth-child(3) {
    width: 50%;
    height: 35%;
    top: 55%;
    left: 0;
    background: #98badf;
}

.bl-main>section:nth-child(4) {
    width: 50%;
    height: 35%;
    top: 55%;
    left: 50%;
    background: #ae5175;
}

.bl-main>section:nth-child(5) {
    width: 100%;
    height: 10%;
    top: 90%;
    left: 0;
    background: #ffffff;
}

.bl-main>section:nth-child(5) .ueberschrift {
	color: #b4b4b4;
}

.bl-box {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bl-box h2 {
    text-align: center;
    margin: 0;
    padding: 20px;
    width: 100%;
    font-size: 1.8em
}

.bl-icon {
    font-family: icomoon;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

.bl-icon:before {
    display: block;
    font-size: 2em;
    margin-bottom: 10px
}

.bl-icon-about:before {
    content: "\e000"
}

.bl-icon-works:before {
    content: "\e001"
}

.bl-icon-blog:before {
    content: "\e002"
}

.bl-icon-contact:before {
    content: "\e003"
}

.bl-main>section .bl-icon-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    pointer-events: none
}

.bl-icon-close:before {
    content: "\e005"
}

.bl-content,
div.bl-panel-items>div>div {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 0 20px;
    overflow: hidden;
    overflow-y: auto
}

.bl-content p {
    margin: 0 auto;
    font-size: 1.41em;
    line-height: 1.8em;
    font-weight: 400
}

.bl-content h2 {
    font-size: 3em;
    font-weight: 400;
    margin: 0 0 20px
}

.bl-content article {
    padding: 20px 40px 20px 0
}

.bl-content article h3 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding-top: 20px;
    font-size: 1.4em
}

.bl-content article a {
    color: rgba(0, 0, 0, .2)
}

.bl-content.impressum-datenschutz a {
	color: #b4b4b4;
}

.bl-content>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.bl-content>ul li {
    display: inline-block;
    width: 20%;
    margin: 1%
}

.bl-content>ul li a {
    display: block;
    padding: 0;
    border: 8px solid rgba(0, 0, 0, .1)
}

.bl-content>ul li a img {
    display: block;
    max-width: 100%
}

div.bl-panel-items,
div.bl-panel-items>div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

div.bl-panel-items>div>div {
    width: 60%;
    margin: 0 auto;
    opacity: 1;
    bottom: 90px;
    top: 90px;
    pointer-events: auto
}

div.bl-panel-items>div>div h3 {
    font-size: 2.4em;
    font-weight: 400;
    margin: 0 0 20px
}

div.bl-panel-items>div>div p {
    font-size: 1.3em
}

div.bl-panel-items>div>div img {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 100%
}

div.bl-panel-items {
    top: 100%;
    z-index: 9999
}

div.bl-panel-items>div {
    background: #fff;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(0);
    -webkit-transition: -webkit-transform .5s ease-in-out, opacity 0s linear .5s;
    -moz-transform: translateY(0);
    -moz-transition: -moz-transform .5s ease-in-out, opacity 0s linear .5s;
    transform: translateY(0);
    transition: transform .5s ease-in-out, opacity 0s linear .5s;
    -ms-transform: translateY(0)
}

div.bl-panel-items nav {
    position: absolute;
    z-index: 9999;
    width: 216px;
    left: 50%;
    top: 0;
    margin-left: -108px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out .5s;
    -moz-transition: opacity .2s ease-in-out .5s;
    transition: opacity .2s ease-in-out .5s
}

div.bl-panel-items.bl-panel-items-show nav span {
    float: left;
    margin: 5px
}

div.bl-panel-items nav span.bl-next-work {
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase;
    line-height: 2em;
    cursor: pointer;
    margin-right: 2em
}

div.bl-panel-items.bl-panel-items-show nav {
    opacity: 1;
    top: -70px
}

div.bl-panel-items>div.bl-show-work {
    z-index: 1000;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transform: translateY(-100%);
    -moz-transition: -moz-transform .5s ease-in-out;
    transform: translateY(-100%);
    transition: transform .5s ease-in-out;
    -ms-transform: translateY(-100%)
}

div.bl-panel-items>div.bl-hide-current-work {
    opacity: 0;
    -webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out;
    -webkit-transform: translateY(-100%) scale(.5);
    -moz-transition: -moz-transform .5s ease-in-out, opacity .5s ease-in-out;
    -moz-transform: translateY(-100%) scale(.5);
    transition: transform .5s ease-in-out, opacity .5s ease-in-out;
    transform: translateY(-100%) scale(.5);
    -ms-transform: translateY(-100%) scale(.5);
    z-index: 0
}

.bl-main>section {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.bl-main>section.bl-expand {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bl-main>section.bl-expand-top {
    z-index: 100
}

.bl-main>section:first-child.bl-expand {
    background: #ae5175
}

.bl-main>section:nth-child(2).bl-expand,
.bl-main>section:nth-child(3).bl-expand {
    background: #98badf
}

.bl-main>section:nth-child(4).bl-expand {
    background: #ae5175
}

.bl-main.bl-expand-item>section.bl-scale-down,
.bl-main.bl-expand-item>section:not(.bl-expand) {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.bl-box {
    -webkit-transition: opacity .2s linear .5s;
    -moz-transition: opacity .2s linear .5s;
    transition: opacity .2s linear .5s
}

section.bl-expand .bl-box {
    opacity: 0;
    -webkit-transition: opacity 0s linear;
    -moz-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.bl-box h2 {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.no-touch section:not(.bl-expand) .bl-box:hover h2 {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.bl-content,
.bl-icon-close {
    -webkit-transition: opacity .1s linear 0s;
    -moz-transition: opacity .1s linear 0s;
    transition: opacity .1s linear 0s
}

section.bl-expand .bl-content,
section.bl-expand .bl-icon-close {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: opacity .3s linear .5s;
    -moz-transition: opacity .3s linear .5s;
    transition: opacity .3s linear .5s
}

.ueberschrift {
    margin: 0;
    padding: 20px;
    width: 100%;
    font-size: 3em;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center
}

.sprechzeitenueberschrift {
    text-align: center;
    font-weight: 700;
    font-size: 1.7em;
    letter-spacing: .1em;
    margin-left: auto;
    margin-right: auto;
    float: center
}

.sprechzeitentext {
    line-height: 8px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.56em
}

.textzujahreszahl {
    margin-top: -50px
}

.inhaltcontent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.weisselinie {
    margin-top: 40px;
    margin-bottom: 50px;
    max-width: 892px;
    width: 100%;
    border: 0 solid #fff;
    background-color: #fff;
    height: 1px
}

.hebammenbiografie,
.hebammezweibiografie,
.schurigbiografie {
    max-width: 700px;
    margin-left: 44px;
    margin-right: 44px
}


.bildundtitel {
    margin-top: 10px
}

.hebammenbiografie {
    margin-top: -1.5em
}

.hebammezweibiografie {
    margin-top: -5em
}

.schurigbiografie {
    margin-top: 3.8em
}

.tagezeitnach,
.tagezeitzeit {
    margin: 20px;
    text-align: left
}

.tagezeitnach {
    padding-top: 13px
}

.sprechzeiten {
    margin-bottom: -205px
}

.arzthelferinnen,
.sprechzeitenbilder {
    border: 1px solid #fff;
    margin: 15px;
	width: 90%;
    max-width: 245px;
}

.adresse {
    margin-bottom: -40px
}

.adressencontent {
    text-align: left;
    margin: 10px
}

.arzthelferinnenname {
    letter-spacing: .05em;
    font-size: 1.41em;
    font-weight: 700
}

section.impressum-datenschutz {
	color: #000000;
}
section.impressum-datenschutz p {
	color: #000000;
}

@media screen and (max-width:1429px) {
    .arzthelferinnenname {
        padding-bottom: 25px
    }
}

@media screen and (min-width:1024px) {
	section.impressum-datenschutz .ueberschrift {
        font-size: 1.5em
    }
}

@media screen and (max-width:1280px) {
    .bl-box {
        font-size: 50%;
        font-weight: 400
    }
    .bl-expand .bl-box {
        height: 130px
    }
    .bl-content>ul li {
        width: 40%
    }
    .hebammenbiografie,
    .hebammezweibiografie {
        margin-top: 2em
    }
    body {
        overflow: hidden
    }
}

@media screen and (min-width:531px) {
    .mobiletagezeittag {
        display: none
    }
}

@media screen and (orientation:landscape) and (max-height:1280px) {
    .mobiletagezeittag,
    .tagezeitzeit {
        padding-right: 5%;
        padding-left: 5%
    }
    .mobiletagezeittag,
    .tagezeitnach,
    .tagezeittag,
    .tagezeitzeit {
        font-size: 100%;
        margin: 25px;
        text-align: left
    }
    .arzthelferinnen,
    .sprechzeitenbilder {
        margin: 0;
		width: 90%;
    }
}

@media screen and (max-width:530px) {
    .tagezeitzeit {
        text-align: left;
        margin: 20px 10% 20px 20px
    }
    .tagezeittag {
        margin: 20px 25%
    }
}

@media screen and (max-width:415px) {
    .ueberschrift {
        font-size: 2.4em
    }
    .mobiletagezeittag,
    .tagezeitnach,
    .tagezeittag,
    .tagezeitzeit {
        font-size: 100%;
        margin: 14px
    }
	section.impressum-datenschutz .ueberschrift {
        font-size: 2.4em
    }
}

@media screen and (max-width:408px) {
    .mobiletagezeittag,
    .tagezeitnach,
    .tagezeittag,
    .tagezeitzeit {
        font-size: 85%;
        margin: 14px
    }
}

@media screen and (max-width:320px) {
    .ueberschrift {
        font-size: 2em
    }
	section.impressum-datenschutz .ueberschrift {
        font-size: 2em
    }
    .mobiletagezeittag,
    .tagezeitnach,
    .tagezeittag,
    .tagezeitzeit {
        font-size: 75%;
        margin: 12px
    }
}

@media screen and (orientation:landscape) and (max-height:600px) {
    .bl-main>section {
        position: absolute;
    }
    .bl-main>section:first-child {
        width: 50%;
        height: 35%;
        top: 20%;
        left: 0;
        background: #ae5175
    }
    .bl-main>section:nth-child(2) {
        width: 50%;
        height: 35%;
        top: 20%;
        left: 50%;
        background: #98badf
    }
    .bl-main>section:nth-child(3) {
        width: 50%;
        height: 35%;
        top: 55%;
        left: 0;
        background: #98badf
    }
    .bl-main>section:nth-child(4) {
        width: 50%;
        height: 35%;
        top: 55%;
        left: 50%;
        background: #ae5175
    }
    .bl-main>section:nth-child(5) {
        width: 100%;
        height: 10%;
        top: 90%;
        left: 0;
        background: #ffffff
    }
    .bl-main>section.bl-expand {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
}

@media screen and (orientation:landscape) and (max-height:320px) {
    .bl-main>section {
        position: absolute;
    }
    .bl-main>section:first-child {
        width: 50%;
        height: 35%;
        top: 20%;
        left: 0;
        background: #ae5175
    }
    .bl-main>section:nth-child(2) {
        width: 50%;
        height: 35%;
        top: 20%;
        left: 50%;
        background: #98badf
    }
    .bl-main>section:nth-child(3) {
        width: 50%;
        height: 35%;
        top: 55%;
        left: 0;
        background: #98badf
    }
    .bl-main>section:nth-child(4) {
        width: 50%;
        height: 35%;
        top: 55%;
        left: 50%;
        background: #ae5175
    }
    .bl-main>section:nth-child(5) {
        width: 100%;
        height: 10%;
        top: 90%;
        left: 0;
        background: #ffffff;
    }
    .bl-main>section.bl-expand {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
}