@charset "UTF-8";

:root {
    --font-color: #000;
    --font-color-light: #f5f3ed;
    --page-bg: #f5f3ed;
    --primary-color: #2c463c;
    --green-dark: #2c463c;
    --green-light: #beffb4;
    --blue-light: #9be6e6;
    --beige: #ebe6dc;
    --yellow: #f0ffb4
}

@font-face {
    font-family: NiceHeadline;
    src: url(/dist/assets/fonts/NiceHeadline-RegularWeb.woff2) format("woff2")
}

@font-face {
    font-family: NiceText;
    src: url(/dist/assets/fonts/NiceText-RegularWeb.woff2) format("woff2")
}

@font-face {
    font-family: N27Medium;
    src: url(/dist/assets/fonts/n27-medium-webfont.woff2) format("woff2")
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

*,
:after,
:before {
    box-sizing: inherit
}

:focus {
    outline: 0
}

::selection {
    background-color: var(--green-dark);
    color: var(--page-bg)
}

body,
html {
    width: 100%;
    height: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
    cursor: default
}

body {
    background: var(--page-bg);
    opacity: 1;
    hyphens: auto;
    transition: opacity .3s ease-in-out
}

body.show {
    opacity: 1;
    transition: opacity .5s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    color: var(--font-color);
    margin: 0;
    padding: 0
}

h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child,
p:only-child,
ul:only-child {
    margin-bottom: 0 !important
}

.h1,
h1 {
    font-family: NiceHeadline;
    font-weight: 400;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(2.75rem, 2.75rem + .0125 * (100vw - 20rem), 4.5rem) !important
}

.h1 .underline-after,
h1 .underline-after {
    white-space: nowrap
}

.h1 .underline-after:after,
h1 .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

.h1>*,
h1>* {
    font-family: NiceHeadline;
    font-weight: 400;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(2.75rem, 2.75rem + .0125 * (100vw - 20rem), 4.5rem) !important
}

.h1>* .underline-after,
h1>* .underline-after {
    white-space: nowrap
}

.h1>* .underline-after:after,
h1>* .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

@media (orientation:portrait) {

    .h1,
    h1 {
        margin-bottom: 2vh
    }
}

@media (orientation:landscape) {

    .h1,
    h1 {
        margin-bottom: 2vw
    }
}

.h2,
h2 {
    font-family: NiceHeadline;
    font-weight: 400;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(2.75rem, 2.75rem + .0125 * (100vw - 20rem), 4.5rem) !important
}

.h2 .underline-after,
h2 .underline-after {
    white-space: nowrap
}

.h2 .underline-after:after,
h2 .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

.h2>*,
h2>* {
    font-family: NiceHeadline;
    font-weight: 400;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(2.75rem, 2.75rem + .0125 * (100vw - 20rem), 4.5rem) !important
}

.h2>* .underline-after,
h2>* .underline-after {
    white-space: nowrap
}

.h2>* .underline-after:after,
h2>* .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

@media (orientation:portrait) {

    .h2,
    h2 {
        margin-bottom: 2vh
    }
}

@media (orientation:landscape) {

    .h2,
    h2 {
        margin-bottom: 2vw
    }
}

.h3,
h3 {
    font-family: NiceHeadline;
    font-weight: 400;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.25;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(2rem, 2rem + .0071428571 * (100vw - 20rem), 3rem) !important
}

.h3 .underline-after,
h3 .underline-after {
    white-space: nowrap
}

.h3 .underline-after:after,
h3 .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

.h3>*,
h3>* {
    font-family: NiceHeadline;
    font-weight: 400;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.25;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(2rem, 2rem + .0071428571 * (100vw - 20rem), 3rem) !important
}

.h3>* .underline-after,
h3>* .underline-after {
    white-space: nowrap
}

.h3>* .underline-after:after,
h3>* .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

@media (orientation:portrait) {

    .h3,
    h3 {
        margin-bottom: 1.5vh
    }
}

@media (orientation:landscape) {

    .h3,
    h3 {
        margin-bottom: 1.5vw
    }
}

.h4,
h4 {
    font-family: NiceHeadline;
    font-weight: 400;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.25;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(2rem, 2rem + .0071428571 * (100vw - 20rem), 3rem) !important
}

.h4 .underline-after,
h4 .underline-after {
    white-space: nowrap
}

.h4 .underline-after:after,
h4 .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

.h4>*,
h4>* {
    font-family: NiceHeadline;
    font-weight: 400;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.25;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(2rem, 2rem + .0071428571 * (100vw - 20rem), 3rem) !important
}

.h4>* .underline-after,
h4>* .underline-after {
    white-space: nowrap
}

.h4>* .underline-after:after,
h4>* .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

@media (orientation:portrait) {

    .h4,
    h4 {
        margin-bottom: 1.5vh
    }
}

@media (orientation:landscape) {

    .h4,
    h4 {
        margin-bottom: 1.5vw
    }
}

.h5,
h5 {
    font-family: N27Medium;
    font-weight: 500;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.3;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(1.25rem, 1.25rem + .0035714286 * (100vw - 20rem), 1.75rem) !important
}

.h5 .underline-after,
h5 .underline-after {
    white-space: nowrap
}

.h5 .underline-after:after,
h5 .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

.h5>*,
h5>* {
    font-family: N27Medium;
    font-weight: 500;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.3;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(1.25rem, 1.25rem + .0035714286 * (100vw - 20rem), 1.75rem) !important
}

.h5>* .underline-after,
h5>* .underline-after {
    white-space: nowrap
}

.h5>* .underline-after:after,
h5>* .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

@media (orientation:portrait) {

    .h5,
    h5 {
        margin-bottom: 1.5vh
    }
}

@media (orientation:landscape) {

    .h5,
    h5 {
        margin-bottom: 1.5vw
    }
}

.h6,
h6 {
    font-family: N27Medium;
    font-weight: 500;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.3;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(1.25rem, 1.25rem + .0035714286 * (100vw - 20rem), 1.75rem) !important
}

.h6 .underline-after,
h6 .underline-after {
    white-space: nowrap
}

.h6 .underline-after:after,
h6 .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

.h6>*,
h6>* {
    font-family: N27Medium;
    font-weight: 500;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.3;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(1.25rem, 1.25rem + .0035714286 * (100vw - 20rem), 1.75rem) !important
}

.h6>* .underline-after,
h6>* .underline-after {
    white-space: nowrap
}

.h6>* .underline-after:after,
h6>* .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

@media (orientation:portrait) {

    .h6,
    h6 {
        margin-bottom: 1.5vh
    }
}

@media (orientation:landscape) {

    .h6,
    h6 {
        margin-bottom: 1.5vw
    }
}

ul {
    padding: 0 0 0 1.1em
}

@media (orientation:portrait) {
    ul {
        margin-bottom: 1.5vh
    }
}

@media (orientation:landscape) {
    ul {
        margin-bottom: 1.5vw
    }
}

@media (orientation:portrait) {
    ul li {
        margin-bottom: .5vh
    }
}

@media (orientation:landscape) {
    ul li {
        margin-bottom: .5vw
    }
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    display: inline-block
}

blockquote,
li,
p {
    font-family: NiceText;
    font-weight: 400;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.5;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(1.125rem, 1.125rem + .0026785714 * (100vw - 20rem), 1.5rem) !important
}

blockquote .underline-after,
li .underline-after,
p .underline-after {
    white-space: nowrap
}

blockquote .underline-after:after,
li .underline-after:after,
p .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

@media (orientation:portrait) {
    p {
        margin-bottom: 1.5vh
    }
}

@media (orientation:landscape) {
    p {
        margin-bottom: 1.5vw
    }
}

p:last-child,
p:only-child {
    margin-bottom: 0 !important
}

@media (orientation:portrait) {

    p+h1,
    p+h2,
    p+h3,
    p+h4,
    p+h5,
    p+h6 {
        margin-top: 2vh
    }
}

@media (orientation:landscape) {

    p+h1,
    p+h2,
    p+h3,
    p+h4,
    p+h5,
    p+h6 {
        margin-top: 2vw
    }
}

@media (orientation:portrait) {

    h1+h1,
    h1+h2,
    h1+h3,
    h1+h4,
    h1+h5,
    h1+h6 {
        margin-top: 1.5vh
    }
}

@media (orientation:landscape) {

    h1+h1,
    h1+h2,
    h1+h3,
    h1+h4,
    h1+h5,
    h1+h6 {
        margin-top: 1.5vw
    }
}

a {
    font-family: NiceText;
    font-weight: 400;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.5;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(1.125rem, 1.125rem + .0026785714 * (100vw - 20rem), 1.5rem) !important
}

a .underline-after {
    white-space: nowrap
}

a .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

a {
    text-decoration: none
}

a,
button:focus,
input:focus,
textarea:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent
}

ul {
    padding: 0 1.6em
}

li {
    list-style: none
}

li:before {
    content: "→";
    display: inline-block;
    font-size: .8em;
    margin: 0 .4em 0 0;
    transform: translate(-150%, 15%);
    position: absolute
}

.sub-headline {
    font-family: N27Medium;
    font-weight: 500;
    font-style: normal;
    color: var(--font-color);
    line-height: 1.3;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(1.25rem, 1.25rem + .0035714286 * (100vw - 20rem), 1.75rem) !important
}

.sub-headline .underline-after {
    white-space: nowrap
}

.sub-headline .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

button {
    padding: 0;
    border: none;
    outline: none;
    background: none;
}

img {
    width: 100%;
    height: auto
}

.anchor {
    top: 0;
    visibility: hidden;
    display: block;
    position: relative
}

.color-green-light {
    color: var(--green-light) !important
}

.color-blue-light,
.color-gradient-green-blue {
    color: var(--blue-light) !important
}

.color-gradient-green-blue {
    background-image: linear-gradient(-20deg, var(--green-light), var(--yellow) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sticky-logo {
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    overflow: hidden
}

.sticky-logo svg {
    width: 100%;
    height: auto;
    opacity: .03
}

.c-button--light {
    appearance: none;
    text-decoration: none;
    display: inline-block;
    color: var(--font-color-light);
    line-height: 1.5;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(1.125rem, 1.125rem + .0044642857 * (100vw - 20rem), 1.75rem) !important
}

.c-button--light .underline-after {
    white-space: nowrap
}

.c-button--light .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

.c-button--light {
    font-weight: 900;
    transition: all .1s ease-in-out;
    position: relative;
    border: .1em solid var(--font-color-light);
    padding: .5em 1.5em
}

.c-button--light:hover {
    color: var(--green-dark) !important;
    border-color: var(--font-color-light);
    background: var(--font-color-light)
}


.c-button--green {
    appearance: none;
    text-decoration: none;
    display: inline-block;
    color: var(--font-color);
    line-height: 1.5;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(1.125rem, 1.125rem + .0044642857 * (100vw - 20rem), 1.75rem) !important
}

.c-button--green .underline-after {
    white-space: nowrap
}

.c-button--green .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

.c-button--green {
    font-weight: 900;
    transition: all .1s ease-in-out;
    position: relative;
    border: .1em solid var(--font-color);
    padding: .5em 1.5em
}

.c-button--green:hover {
    color: var(--font-color-light) !important;
    border-color: var(--font-color);
    background: var(--font-color)
}

.lay-wrapper {
    width: 100%;
    position: relative
}

.lay-wrapper--header {
    width: 100%;
    top: 0;
    height: 80px;
    background: var(--page-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    transition: all .3s ease-in-out
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--header {
        height: 140px
    }
}

.lay-wrapper--header.unpinned {
    transform: translateY(-100%)
}

.lay-wrapper--content img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 3vw
}

.lay-wrapper--content section .sticky-logo {
    left: auto;
    right: 5vw;
    top: auto;
    bottom: 0;
    width: 5vw;
    height: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0);
    pointer-events: none;
    display: none
}

.lay-wrapper--content section .sticky-logo:before {
    content: "";
    bottom: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2.5vw 3vw;
    border-color: transparent transparent var(--page-bg);
    transform: rotate(0deg);
    z-index: -1
}

.lay-wrapper--content section .sticky-logo svg {
    width: 100%;
    height: auto;
    opacity: 1
}

.lay-wrapper--content section .img-wrapper {
    position: relative
}

.lay-wrapper--content section .img-wrapper svg {
    width: 100%;
    max-width: 100px;
    height: auto
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--content section .img-wrapper svg {
        max-width: 100%;
    }

    .lay-wrapper--content section#kontakt .img-wrapper svg {
        max-width: 50%;
    }
}

.lay-wrapper--content section .img-wrapper--img {
    border-radius: 3vw;
    width: 100%
        /*  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 15px*/
}

/*@media only screen and (min-width:1024px),
print {
  .lay-wrapper--content section .img-wrapper--img {
    width: 100%;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-top: 30px
  }
}*/
section#home .opening-badge:after {
    content: "Eröffnung \A 1. April";
    position: absolute;
    left: calc(50% - 80px);
    bottom: -6%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: var(--green-dark);
    color: var(--beige);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: NiceHeadline;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 1.5rem;
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--content section .img-wrapper--img:before {
        margin: -2px
    }
}

.lay-wrapper--content section .img-wrapper img {
    position: relative
}

.lay-wrapper--content section#home {
    position: relative;
    padding-top: 100px
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--content section#home {
        padding-top: 190px
    }
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--content section#home>.lay-wrapper {
        display: flex;
        gap: 7vw
    }
}

.lay-wrapper--content section#home>.lay-wrapper>div {
    width: 100%
}

@media (orientation:portrait) {
    .lay-wrapper--content section#home>.lay-wrapper>div:first-child {
        margin-bottom: 6vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper--content section#home>.lay-wrapper>div:first-child {
        margin-bottom: 6vw
    }
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--content section#home>.lay-wrapper>div {
        width: 50%
    }

    .lay-wrapper--content section#home>.lay-wrapper>div:first-child {
        margin-bottom: 0
    }
}



.lay-wrapper--content section#karriere {
    position: relative;
    padding-top: 100px
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--content section#karriere {
        padding-top: 190px
    }
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--content section#karriere>.lay-wrapper {
        display: flex;
        gap: 7vw
    }
}

.lay-wrapper--content section#karriere>.lay-wrapper>div {
    width: 100%
}

@media (orientation:portrait) {
    .lay-wrapper--content section#karriere>.lay-wrapper>div:first-child {
        margin-bottom: 6vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper--content section#karriere>.lay-wrapper>div:first-child {
        margin-bottom: 6vw
    }
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--content section#karriere>.lay-wrapper>div {
        width: 75%
    }

    .lay-wrapper--content section#karriere>.lay-wrapper>div:first-child {
        margin-bottom: 0;
        width: 25%
    }
}



.lay-wrapper--content section#ueberweiser {
    position: relative
}

.lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper {
    z-index: 11
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper {
        display: flex;
        gap: 7vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper--oralchirurgie {
        margin-bottom: 10vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper--oralchirurgie {
        margin-bottom: 10vw
    }
}

/*.lay-wrapper--content section#leistungen > .lay-wrapper .leistungen-wrapper--oralchirurgie img {
  width: calc(100% - 5px);
  position: relative;
  box-shadow: 5px 5px 0 var(--green-light)
}*/
/*@media only screen and (min-width:1024px),
print {
  .lay-wrapper--content section#leistungen > .lay-wrapper .leistungen-wrapper--oralchirurgie img {
    width: calc(100% - 10px);
    box-shadow: 10px 10px 0 var(--green-light)
  }
}*/
.lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper--oralchirurgie li:before {
    color: var(--green-light)
}

.lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper--endodontie {
    flex-direction: row-reverse
}

/*.lay-wrapper--content section#leistungen > .lay-wrapper .leistungen-wrapper--endodontie img {
  width: calc(100% - 5px);
  position: relative;
  box-shadow: 5px 5px 0 var(--blue-light)
}*/
/*@media only screen and (min-width:1024px),
print {
  .lay-wrapper--content section#leistungen > .lay-wrapper .leistungen-wrapper--endodontie img {
    width: calc(100% - 10px);
    box-shadow: 10px 10px 0 var(--blue-light)
  }
}*/
.lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper--endodontie li:before {
    color: var(--blue-light)
}

.lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper>div {
    width: 100%;
    position: relative
}

@media (orientation:portrait) {
    .lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper>div:first-child {
        margin-bottom: 6vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper>div:first-child {
        margin-bottom: 6vw
    }
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper>div {
        width: 100%
    }

    .lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper>div:first-child {
        margin-bottom: 0
    }
}

.lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper>div img {
    max-width: 600px
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--content section#leistungen>.lay-wrapper .leistungen-wrapper>div img {
        max-width: 100%
    }
}

.lay-wrapper--content section#kontakt:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: var(--beige);
    background-size: cover;
}

.lay-wrapper--content section#kontakt:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
    background-image: url(/dist/assets/img/hero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.lay-wrapper--content section#kontakt>.lay-wrapper {
    z-index: 1;
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--content section#kontakt>.lay-wrapper {
        display: flex;
        gap: 7vw;
    }
}

.lay-wrapper--content section#kontakt>.lay-wrapper>div {
    width: 100%
}

@media (orientation:portrait) {
    .lay-wrapper--content section#kontakt>.lay-wrapper>div:first-child {
        margin-bottom: 6vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper--content section#kontakt>.lay-wrapper>div:first-child {
        margin-bottom: 6vw
    }
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper--content section#kontakt>.lay-wrapper>div {
        width: 50%
    }

    .lay-wrapper--content section#kontakt>.lay-wrapper>div:first-child {
        margin-bottom: 0
    }
}

.lay-wrapper--content section#kontakt>.lay-wrapper a {
    display: block
}

@media (orientation:portrait) {
    .lay-wrapper--content section#kontakt>.lay-wrapper a {
        margin-bottom: 1.5vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper--content section#kontakt>.lay-wrapper a {
        margin-bottom: 1.5vw
    }
}

.lay-wrapper--content section#karriere>.lay-wrapper a,
.lay-wrapper--content section#kontakt>.lay-wrapper a {
    color: var(--font-color);
    transition: color .3s ease-in-out;
    position: relative
}

.lay-wrapper--content section#karriere>.lay-wrapper a:before,
.lay-wrapper--content section#kontakt>.lay-wrapper a:before {
    content: "";
    width: 0;
    height: .1em;
    left: 0;
    bottom: 0;
    background: var(--font-color);
    position: absolute;
    transition: width .3s ease-in-out
}

.lay-wrapper--content section#karriere>.lay-wrapper a:hover,
.lay-wrapper--content section#kontakt>.lay-wrapper a:hover {
    color: var(--green-dark);
    padding: 0 !important
}

.lay-wrapper--content section#karriere>.lay-wrapper a:hover:before,
.lay-wrapper--content section#kontakt>.lay-wrapper a:hover:before {
    background: var(--green-dark);
    width: 100%
}

.lay-wrapper--content section#karriere>.lay-wrapper a,
.lay-wrapper--content section#kontakt>.lay-wrapper a {
    width: max-content;
    text-align: center
}

.lay-wrapper--footer {
    width: 100%;
    position: relative
}

.lay-wrapper--overflow {
    overflow: hidden
}

.lay-wrapper.grid-width-s {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding: 0 5vw
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-width-s {
        padding: 0 15vw
    }
}

.lay-wrapper.grid-width-m {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding: 0 5vw
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-width-m {
        padding: 0 10vw
    }
}

.lay-wrapper.grid-width-l {
    max-width: 1920px
}

.lay-wrapper.full-width,
.lay-wrapper.grid-width-l {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 5vw
}

.lay-wrapper.full-width:after,
.lay-wrapper.full-width:before {
    content: " ";
    display: table
}

.lay-wrapper.full-width:after {
    clear: both
}

@media only screen and (min-width:768px) {
    .lay-wrapper.full-width {
        padding: 0
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vmt-s {
        margin-top: 4vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vmt-s {
        margin-top: 4vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vmt-m {
        margin-top: 6vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vmt-m {
        margin-top: 6vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vmt-l {
        margin-top: 10vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vmt-l {
        margin-top: 10vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vmt-xl {
        margin-top: 12vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vmt-xl {
        margin-top: 12vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vmb-s {
        margin-bottom: 4vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vmb-s {
        margin-bottom: 4vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vmb-m {
        margin-bottom: 6vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vmb-m {
        margin-bottom: 6vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vmb-l {
        margin-bottom: 10vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vmb-l {
        margin-bottom: 10vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vmb-xl {
        margin-bottom: 12vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vmb-xl {
        margin-bottom: 12vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vpt-s {
        padding-top: 4vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vpt-s {
        padding-top: 4vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vpt-m {
        padding-top: 6vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vpt-m {
        padding-top: 6vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vpt-l {
        padding-top: 10vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vpt-l {
        padding-top: 10vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vpt-xl {
        padding-top: 12vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vpt-xl {
        padding-top: 12vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vpb-s {
        padding-bottom: 4vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vpb-s {
        padding-bottom: 4vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vpb-m {
        padding-bottom: 6vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vpb-m {
        padding-bottom: 6vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vpb-l {
        padding-bottom: 10vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vpb-l {
        padding-bottom: 10vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vpb-xl {
        padding-bottom: 12vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vpb-xl {
        padding-bottom: 12vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vmt-s-minus {
        margin-top: vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vmt-s-minus {
        margin-top: vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vmt-m-minus {
        margin-top: vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vmt-m-minus {
        margin-top: vw
    }
}

@media (orientation:portrait) {
    .lay-wrapper.vmt-l-minus {
        margin-top: vh
    }
}

@media (orientation:landscape) {
    .lay-wrapper.vmt-l-minus {
        margin-top: vw
    }
}

.lay-wrapper.grid-0 {
    width: 100%
}

.lay-wrapper.push-0 {
    margin-left: 0
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-0 {
        width: 0
    }

    .lay-wrapper.push-0 {
        margin-left: 0
    }
}

.lay-wrapper.grid-1 {
    width: 100%
}

.lay-wrapper.push-1 {
    margin-left: 0
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-1 {
        width: 8.3333333333%
    }

    .lay-wrapper.push-1 {
        margin-left: 8.3333333333%
    }
}

.lay-wrapper.grid-2 {
    width: 100%
}

.lay-wrapper.push-2 {
    margin-left: 0
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-2 {
        width: 16.6666666667%
    }

    .lay-wrapper.push-2 {
        margin-left: 16.6666666667%
    }
}

.lay-wrapper.grid-3 {
    width: 100%
}

.lay-wrapper.push-3 {
    margin-left: 0
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-3 {
        width: 25%
    }

    .lay-wrapper.push-3 {
        margin-left: 25%
    }
}

.lay-wrapper.grid-4 {
    width: 100%
}

.lay-wrapper.push-4 {
    margin-left: 0
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-4 {
        width: 33.3333333333%
    }

    .lay-wrapper.push-4 {
        margin-left: 33.3333333333%
    }
}

.lay-wrapper.grid-5 {
    width: 100%
}

.lay-wrapper.push-5 {
    margin-left: 0
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-5 {
        width: 41.6666666667%
    }

    .lay-wrapper.push-5 {
        margin-left: 41.6666666667%
    }
}

.lay-wrapper.grid-6 {
    width: 100%
}

.lay-wrapper.push-6 {
    margin-left: 0
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-6 {
        width: 50%
    }

    .lay-wrapper.push-6 {
        margin-left: 50%
    }
}

.lay-wrapper.grid-7 {
    width: 100%
}

.lay-wrapper.push-7 {
    margin-left: 0
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-7 {
        width: 58.3333333333%
    }

    .lay-wrapper.push-7 {
        margin-left: 58.3333333333%
    }
}

.lay-wrapper.grid-8 {
    width: 100%
}

.lay-wrapper.push-8 {
    margin-left: 0
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-8 {
        width: 66.6666666667%
    }

    .lay-wrapper.push-8 {
        margin-left: 66.6666666667%
    }
}

.lay-wrapper.grid-9 {
    width: 100%
}

.lay-wrapper.push-9 {
    margin-left: 0
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-9 {
        width: 75%
    }

    .lay-wrapper.push-9 {
        margin-left: 75%
    }
}

.lay-wrapper.grid-10 {
    width: 100%
}

.lay-wrapper.push-10 {
    margin-left: 0
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-10 {
        width: 83.3333333333%
    }

    .lay-wrapper.push-10 {
        margin-left: 83.3333333333%
    }
}

.lay-wrapper.grid-11 {
    width: 100%
}

.lay-wrapper.push-11 {
    margin-left: 0
}

@media only screen and (min-width:1024px),
print {
    .lay-wrapper.grid-11 {
        width: 91.6666666667%
    }

    .lay-wrapper.push-11 {
        margin-left: 91.6666666667%
    }
}

.lay-wrapper.page-bg {
    background: var(--page-bg)
}

.lay-wrapper.page-bg * {
    color: var(--font-color)
}

.lay-wrapper.green-dark {
    background: var(--green-dark)
}

.lay-wrapper.green-dark * {
    color: var(--font-color-light)
}

.lay-wrapper.green-light {
    background: var(--green-light)
}

.lay-wrapper.green-light * {
    color: var(--font-color)
}

.lay-wrapper.blue-light {
    background: var(--blue-light)
}

.lay-wrapper.blue-light * {
    color: var(--font-color)
}

.c-logo {
    width: 20vw;
    min-width: 150px;
    max-width: 300px;
    height: auto;
    white-space: nowrap;
    position: relative;
    transition: all .5s ease-in-out;
    transform-origin: 0 50%
}

.c-logo a {
    display: block
}

.c-logo a svg {
    width: 100%;
    height: auto
}

.c-logo a svg g {
    fill: var(--font-color)
}

.c-burger {
    right: 5vw;
    top: 40px;
    width: 40px;
    height: 40px;
    padding: 5px;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    z-index: 9999;
    position: fixed;
    transition: all .3s ease-in-out
}

.c-burger-icon {
    transform: rotate(0deg)
}

.c-burger-icon span {
    height: 2px;
    width: 30px;
    background: var(--font-color);
    transition: all .1s ease-in-out;
    display: block;
    position: absolute
}

.c-burger-icon span:nth-child(2n) {
    left: 50%
}

.c-burger-icon span:nth-child(odd) {
    left: 0
}

.c-burger-icon span:first-child,
.c-burger-icon span:nth-child(2) {
    top: 6px
}

.c-burger-icon span:nth-child(3),
.c-burger-icon span:nth-child(4) {
    top: 14px
}

.c-burger-icon span:nth-child(5),
.c-burger-icon span:nth-child(6) {
    top: 22px
}

.c-burger.active .c-burger-icon:after {
    opacity: 1
}

.c-burger.active .c-burger-icon span:first-child,
.c-burger.active .c-burger-icon span:nth-child(6) {
    transform: rotate(45deg)
}

.c-burger.active .c-burger-icon span:nth-child(2),
.c-burger.active .c-burger-icon span:nth-child(5) {
    transform: rotate(-45deg)
}

.c-burger.active .c-burger-icon span:first-child,
.c-burger.active .c-burger-icon span:nth-child(2),
.c-burger.active .c-burger-icon span:nth-child(5),
.c-burger.active .c-burger-icon span:nth-child(6) {
    width: 11px
}

.c-burger.active .c-burger-icon span:first-child {
    left: 5px;
    top: 10px
}

.c-burger.active .c-burger-icon span:nth-child(2) {
    left: 13px;
    top: 10px
}

.c-burger.active .c-burger-icon span:nth-child(3) {
    left: -50%;
    opacity: 0
}

.c-burger.active .c-burger-icon span:nth-child(4) {
    left: 100%;
    opacity: 0
}

.c-burger.active .c-burger-icon span:nth-child(5) {
    left: 5px;
    top: 18px
}

.c-burger.active .c-burger-icon span:nth-child(6) {
    left: 13px;
    top: 18px
}

.c-navigation,
.c-navigation .c-navigation-mobile {
    position: relative
}

@media only screen and (min-width:1024px),
print {
    .c-navigation .c-navigation-mobile {
        display: none
    }
}

.c-navigation .c-navigation-mobile .c-navigation-mobile-content {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    position: fixed;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    padding: 0 15vw;
    flex-direction: column;
    transition: all .3s ease-in-out;
    pointer-events: none;
    background: var(--page-bg)
}

.c-navigation .c-navigation-mobile .c-navigation-mobile-content ul {
    list-style: none;
    opacity: 0;
    padding: 0;
    transition: opacity .1s ease-in-out 0s
}

.c-navigation .c-navigation-mobile .c-navigation-mobile-content ul>li {
    transition: transform .5s ease-in-out;
    margin: 17px 0
}

.c-navigation .c-navigation-mobile .c-navigation-mobile-content ul>li>a {
    transition: color .1s ease-in-out;
    font-family: N27Medium;
    font-weight: 500;
    font-style: normal;
    color: var(--font-color);
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(1.5rem, 1.5rem + 0 * (100vw - 20rem), 1.5rem) !important
}

.c-navigation .c-navigation-mobile .c-navigation-mobile-content ul>li>a .underline-after {
    white-space: nowrap
}

.c-navigation .c-navigation-mobile .c-navigation-mobile-content ul>li>a .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

.c-navigation .c-navigation-mobile.active .c-navigation-mobile-content {
    opacity: 1;
    pointer-events: auto
}

.c-navigation .c-navigation-mobile.active .c-navigation-mobile-content ul {
    opacity: 1;
    transition: opacity .5s ease-in-out
}

.c-navigation .c-navigation-desktop {
    display: none;
    position: relative;
    transition: all .5s ease-in-out
}

@media only screen and (min-width:1024px),
print {
    .c-navigation .c-navigation-desktop {
        display: block
    }
}

.c-navigation .c-navigation-desktop ul {
    display: flex;
    list-style: none;
    padding: 0
}

.c-navigation .c-navigation-desktop ul li {
    margin: 0 15px
}

.c-navigation .c-navigation-desktop ul li:first-child {
    margin-left: 0
}

.c-navigation .c-navigation-desktop ul li:last-child {
    margin-right: 0
}

.c-navigation .c-navigation-desktop ul li a {
    font-family: N27Medium;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(1.125rem, 1.125rem + .0026785714 * (100vw - 20rem), 1.5rem) !important
}

.c-navigation .c-navigation-desktop ul li a .underline-after {
    white-space: nowrap
}

.c-navigation .c-navigation-desktop ul li a .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

.c-navigation .c-navigation-desktop ul li a {
    white-space: nowrap;
    color: var(--font-color);
    transition: color .3s ease-in-out
}

.c-navigation .c-navigation-desktop ul li a:before {
    content: "";
    width: 0;
    height: .1em;
    left: 0;
    bottom: 0;
    background: var(--font-color);
    position: absolute;
    transition: width .3s ease-in-out
}

.c-navigation .c-navigation-desktop ul li a:hover {
    color: var(--green-dark);
    padding: 0 !important
}

.c-navigation .c-navigation-desktop ul li a:hover:before {
    background: var(--green-dark);
    width: 100%
}

.c-header,
.c-navigation .c-navigation-desktop ul li a {
    position: relative
}

.c-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between
}

.c-header li:before {
    content: none
}

.c-header .c-header-burger,
.c-header .c-header-logo,
.c-header .c-header-navigation {
    position: relative
}

@media only screen and (min-width:1024px),
print {
    .c-header .c-header-burger {
        display: none
    }
}

.c-footer {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.c-footer li:before {
    content: none
}

.c-footer ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-footer ul li {
    margin: 0 20px
}

.c-footer ul li:first-child {
    margin-left: 0
}

.c-footer ul li:last-child {
    margin-right: 0
}

.c-footer ul li a {
    font-family: N27Medium;
    font-weight: 500;
    font-style: normal;
    color: var(--font-color);
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transition: font-size .3s ease-in-out;
    font-size: clamp(1rem, 1rem + .0017857143 * (100vw - 20rem), 1.25rem) !important
}

.c-footer ul li a .underline-after {
    white-space: nowrap
}

.c-footer ul li a .underline-after:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: .15em;
    background-color: var(--primary-color);
    margin-left: .25em
}

.c-footer ul li a {
    color: var(--green-dark);
    transition: color .3s ease-in-out;
    position: relative
}

.c-footer ul li a:before {
    content: "";
    width: 0;
    height: .1em;
    left: 0;
    bottom: 0;
    background: var(--green-dark);
    position: absolute;
    transition: width .3s ease-in-out
}

.c-footer ul li a:hover {
    color: var(--green-dark);
    padding: 0 !important
}

.c-footer ul li a:hover:before {
    background: var(--green-dark);
    width: 100%
}

.doctolib-widget {
    position: fixed;
    top: 200px;
    right: 0;
    display: block;
    text-align: center;
    background: #00264c !important;
    color: #00264c !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    width: auto;
    border-radius: 4px 0 0 4px;
    padding: 5px;
    z-index: 999;
    opacity: .8;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
    line-height: 1.4
}

.doctolib-widget a {
    display: block;
    color: #00264c;
    text-decoration: none;
    padding: 6px;
    margin-top: 5px;
    background: #fff;
    border-radius: 4px;
    font-weight: 700;
    transition: .2s
}

.doctolib-widget a:hover,
.doctolib-widget a:focus {
    opacity: .9;
    outline: 2px solid #f5f5f5;
    outline-offset: 2px
}

.doctolib-widget img {
    display: inline-block;
    height: 18px;
    margin: 3px 0;
    vertical-align: middle;
    width: auto
}

@media(max-width:600px) {
    .doctolib-widget {
        top: auto;
        bottom: 10px;
        right: 0px;
        width: auto !important;
        padding: 4px
    }

    .doctolib-widget a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        padding: 5px
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        transition: none !important
    }
}