@import"dsa-secure.css";
@import"reset.css";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.dsa-secure-plugin {
    border-radius: 5px;
    position: relative
}

.dsa-secure-plugin .dsa-secure-image {
    width: 100%;
    height: 100%
}

.dsa-secure-plugin {
    font-size: 12px;
    line-height: 16px
}

.dsa-secure-plugin .dsa-buttons {
    width: 90%;
    margin: auto;
    text-align: center
}

.dsa-secure-plugin .dsa-buttons a:nth-of-type(2n) {
    margin-top: 10px
}

.dsa-secure-plugin .undercheck {
    background-color: #fff;
    color: #222 !important;
    border-radius: 5px;
    padding: 4px;
    margin: 8px 50% 16px;
    width: 202px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dsa-secure-plugin .check-slide-content {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    margin: auto;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dsa-secure-plugin .dsa-switch {
    position: relative;
    width: 60px;
    height: 34px;
    display: block
}

.dsa-secure-plugin .check-slide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity .5s linear;
    transition: visibility 0s, opacity .5s linear
}

.dsa-secure-plugin .dsa-secure-plugin input {
    display: none
}

.dsa-secure-plugin iframe {
    width: 100%
}

.dsa-secure-plugin .dsa-switch {
    margin-left: calc(50% - 30px)
}

.dsa-secure-plugin p,
.dsa-secure-plugin p {
    text-align: center;
    font-family: arial;
    padding: 10px 0;
    display: block;
    margin: auto;
    font-weight: 700
}

.dsa-secure-plugin .check-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000
}

.dsa-secure-plugin .check-slide.hide {
    display: none
}

.dsa-secure-plugin a {
    font-size: 12px;
    text-align: center;
    font-family: arial;
    display: block;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 300px;
    background-color: #cc1417;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff
}

.dsa-secure-plugin a:hover {
    background-color: #dd171b
}

.dsa-secure-plugin:hover .check-slide,
.dsa-secure-plugin .check-slide:hover {
    visibility: visible;
    opacity: 1;
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.dsa-secure-plugin .dsa-buttons a:hover {
    color: #fff !important
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext {
    font-size: 12px;
    visibility: hidden;
    width: 100%;
    max-width: 300px;
    background-color: #cc1417;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.dsa-secure-plugin .dsa-tooltip:hover .tooltiptext,
.dsa-tooltip.active .tooltiptext {
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin .dsa-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin input:checked+.dsa-slider {
    background-color: #cc1417
}

.dsa-secure-plugin input:focus+.dsa-slider {
    -webkit-box-shadow: 0 0 1px #cc1417;
    box-shadow: 0 0 1px #cc1417
}

.dsa-secure-plugin input:checked+.dsa-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.dsa-secure-plugin .dsa-slider.round {
    border-radius: 34px
}

.dsa-secure-plugin .dsa-slider.round:before {
    border-radius: 50%
}

.dsa-cookie-notice-close:hover {
    background-color: #000
}

.dsa-cookie-notice-close {
    position: absolute;
    display: block;
    height: 20px;
    bottom: 20px;
    width: 20px;
    line-height: 20px;
    right: 5px;
    top: 5px;
    text-decoration: none;
    color: #fff !important;
    background: #731d34;
    text-align: center;
    border-radius: 100%
}

.dsa-cookie-notice {
    font-family: arial;
    font-size: 12px;
    display: block;
    position: fixed;
    right: 10%;
    bottom: 40px;
    z-index: 99999 !important;
    background-color: rgba(255, 255, 255, .8);
    margin: auto;
    width: 245.13px;
    text-align: left;
    border-radius: 2px 2px 7px 7px
}

.dsa-cookie-notice a {
    color: #000
}

.dsa-cookie-notice.hide {
    display: none
}

.cookie-inner {
    padding: 25px
}

@media(max-width: 900px) {

    .dsa-secure-plugin .check-slide,
    .dsa-secure-plugin .check-slide {
        visibility: visible;
        opacity: 1;
        visibility: visible;
        opacity: 1
    }
}

:root {
    --popup-background: #fff;
    --popup-roundness: 10px
}

.popups {
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms
}

.popups.show {
    opacity: 1;
    pointer-events: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .popups {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
}

.popups .popup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 99999;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    background: var(--popup-background);
    border-radius: var(--popup-roundness);
    padding: 5vmin;
    max-height: 85vh;
    overflow-y: auto;
    translate: 0 30px;
    opacity: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms
}

@media(min-width: 850px) {
    .popups .popup {
        width: min(95%, 750px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        bottom: unset;
        top: 10%;
        translate: 0 -20px;
        padding: 2vmax
    }
}

.popups .popup.show {
    translate: 0 0;
    opacity: 1
}

.popups .popup video {
    max-width: 100%
}

.popups .popup .popup-close {
    width: 1.5em;
    aspect-ratio: 1;
    position: sticky;
    top: 0;
    left: 96%;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

@media(min-width: 768px) {
    .popups .popup .popup-close {
        width: 1.2em;
        left: 100%
    }
}

.popups .popup .popup-close::before,
.popups .popup .popup-close::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #303030
}

.popups .popup .popup-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popups .popup .popup-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.clear {
    clear: both
}

@font-face {
    font-family: "Philosopher";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/philosopher-v19-latin-regular.eot);
    src: local(""), url("../fonts/philosopher-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url(../fonts/philosopher-v19-latin-regular.woff2) format("woff2"), url(../fonts/philosopher-v19-latin-regular.woff) format("woff"), url(../fonts/philosopher-v19-latin-regular.ttf) format("truetype"), url("../fonts/philosopher-v19-latin-regular.svg#Philosopher") format("svg")
}

@font-face {
    font-family: "Philosopher";
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/philosopher-v19-latin-700.eot);
    src: local(""), url("../fonts/philosopher-v19-latin-700.eot?#iefix") format("embedded-opentype"), url(../fonts/philosopher-v19-latin-700.woff2) format("woff2"), url(../fonts/philosopher-v19-latin-700.woff) format("woff"), url(../fonts/philosopher-v19-latin-700.ttf) format("truetype"), url("../fonts/philosopher-v19-latin-700.svg#Philosopher") format("svg")
}

@font-face {
    font-family: "Caveat";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/caveat-v15-latin-regular.eot);
    src: local(""), url("../fonts/caveat-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url(../fonts/caveat-v15-latin-regular.woff2) format("woff2"), url(../fonts/caveat-v15-latin-regular.woff) format("woff"), url(../fonts/caveat-v15-latin-regular.ttf) format("truetype"), url("../fonts/caveat-v15-latin-regular.svg#Caveat") format("svg")
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/roboto-v30-latin-300.eot);
    src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url(../fonts/roboto-v30-latin-300.woff2) format("woff2"), url(../fonts/roboto-v30-latin-300.woff) format("woff"), url(../fonts/roboto-v30-latin-300.ttf) format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg")
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/roboto-v30-latin-500.eot);
    src: local(""), url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url(../fonts/roboto-v30-latin-500.woff2) format("woff2"), url(../fonts/roboto-v30-latin-500.woff) format("woff"), url(../fonts/roboto-v30-latin-500.ttf) format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg")
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #171717
}

body a {
    text-decoration: none;
    cursor: pointer
}

body a:hover {
    cursor: pointer
}

body b {
    font-weight: 500
}

html {
    scroll-behavior: smooth
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    line-height: 1.6
}

:is(h1, h2, h3, h4, h5, h6) {
    line-height: 1.3
}

header {
    height: 1000px;
    width: 100%;
    background: url(../images/welle-header.webp), url(../images/kieferorthopaedische-behandlung-kind.webp);
    background-position: bottom center, center center;
    background-size: 100% auto, cover;
    background-repeat: no-repeat;
    background-attachment: scroll, fixed;
    position: relative
}

nav {
    position: relative;
    position: fixed;
    width: 100%;
    padding: 25px 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #6f2f62;
    background: -webkit-gradient(linear, left top, right top, from(rgb(111, 47, 98)), color-stop(50%, rgb(48, 137, 195)), to(rgb(1, 79, 109)));
    background: linear-gradient(90deg, rgb(111, 47, 98) 0%, rgb(48, 137, 195) 50%, rgb(1, 79, 109) 100%);
    z-index: 999
}

#logo {
    position: absolute;
    left: 10%;
    top: 0
}

nav ul li {
    display: inline-block;
    margin-left: 20px
}

nav ul a {
    color: #fff;
    font-family: "Philosopher";
    font-size: 20px
}

.button {
    padding: 15px 25px;
    background: #6f2f62;
    background: -webkit-gradient(linear, left top, right top, from(rgb(111, 47, 98)), color-stop(50%, rgb(48, 137, 195)), to(rgb(1, 79, 109)));
    background: linear-gradient(90deg, rgb(111, 47, 98) 0%, rgb(48, 137, 195) 50%, rgb(1, 79, 109) 100%);
    color: #fff;
    font-family: "Philosopher";
    border-radius: 9px
}

.slogan {
    position: absolute;
    bottom: 150px;
    left: 0;
    background: #f0f2fa;
    width: 800px;
    padding: 40px 40px 40px 10%;
    border-radius: 0 15px 15px 0
}

h1,
h2 {
    color: #731d34;
    font-family: "Philosopher";
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 25px
}

h3 {
    color: #731d34;
    font-family: "Philosopher";
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px
}

#kontakt-button {
    position: fixed;
    right: -68px;
    top: 390px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 150px 10%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lp-text .wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.col {
    width: 45%
}

:is(#unterschrift, .subheadline) {
    font-family: "Caveat";
    font-size: 26px;
    color: #004d69
}

html .subheadline {
    font-size: 22px !important
}

:is(#praxis, .lp-text) .col:last-of-type img {
    max-width: 100%;
    height: auto
}

:is(#praxis, .lp-text) {
    background: url(../images/welle-praxis.webp) no-repeat center 100.5%;
    background-size: 100% auto
}

:is(#praxis, .lp-text) .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 200px
}

:is(#leistungen, #behandlung, #landingpages) {
    background: #006b92;
    color: #fff
}

:is(#leistungen, #behandlung, #landingpages) .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

:is(#leistungen, #behandlung, #landingpages) h2 {
    color: #fff
}

:is(#leistungen, #landingpages) .col {
    width: 32%
}

:is(#behandlung) .col {
    width: 45%
}

:is(#leistungen, #landingpages) .col:last-of-type img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 7px
}

:is(#behandlung) .col:last-of-type img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 7px
}

:is(#leistungen, #behandlung, #landingpages) .col:nth-of-type(2) ul li {
    margin-bottom: 17px;
    position: relative;
    padding-left: 30px
}

:is(#leistungen, #behandlung, #landingpages) .col:nth-of-type(2) ul li a {
    color: #41ace3;
    text-decoration: underline
}

:is(#leistungen, #behandlung, #landingpages) .col:nth-of-type(2) ul li img {
    position: absolute;
    left: 0;
    top: 3px
}

#landingpages a {
    color: #fff;
    text-decoration: underline
}

#parallax {
    width: 100%;
    height: 700px;
    background: url(../images/welle-leistungen.webp), url(../images/welle-team.webp), url(../images/glueckliches-king-beim-kieferorthopaeden.webp);
    background-repeat: no-repeat;
    background-position: center -0.5%, center bottom, center center;
    background-size: 100% auto, 100% auto, cover;
    background-attachment: scroll, scroll, fixed
}

#parallax-zwei {
    width: 100%;
    height: 700px;
    background: url(../images/welle-team-unten.webp), url(../images/welle-kontakt.webp), url(../images/team/praxisteam.webp);
    background-repeat: no-repeat;
    background-position: center top, center bottom, center center;
    background-size: 100% auto, 100% auto, cover;
    background-attachment: scroll, scroll, fixed
}

#parallax-zwei-1 {
    width: 100%;
    height: 700px;
    background: url(../images/welle-leistungen.webp), url(../images/welle-kontakt.webp), url(../images/team/praxisteam.webp);
    background-repeat: no-repeat;
    background-position: center top, center bottom, center center;
    background-size: 100% auto, 100% auto, cover;
    background-attachment: scroll, scroll, fixed
}

#parallax-zwei-1-2 {
    width: 100%;
    height: 700px;
    background: url(../images/welle-leistungen.webp), url(../images/welle-team.webp), url(../images/kieferbehandlung-parallax-1.jpg);
    background-repeat: no-repeat;
    background-position: center top, center bottom, center center;
    background-size: 100% auto, 100% auto, cover;
    background-attachment: scroll, scroll, fixed
}

#parallax-zwei-1-3 {
    width: 100%;
    height: 700px;
    background: url(../images/welle-leistungen.webp), url(../images/welle-praxis.webp), url(../images/kieferbehandlung-parallax-2.jpg);
    background-repeat: no-repeat;
    background-position: center top, center bottom, center center;
    background-size: 100% auto, 100% auto, cover;
    background-attachment: scroll, scroll, fixed
}

#parallax-2-1 {
    width: 100%;
    height: 700px;
    background: url(../images/welle-leistungen.webp), url(../images/welle-team.webp), url(../images/kind-parallax.jpg);
    background-repeat: no-repeat;
    background-position: center top, center bottom, center center;
    background-size: 100% auto, 100% auto, cover;
    background-attachment: scroll, scroll, fixed
}

#parallax-2-2 {
    width: 100%;
    height: 700px;
    background: url(../images/welle-leistungen.webp), url(../images/welle-team.webp), url(../images/parallax-lose-zahnspannge.jpg);
    background-repeat: no-repeat;
    background-position: center top, center bottom, center center;
    background-size: 100% auto, 100% auto, cover;
    background-attachment: scroll, scroll, fixed
}

#parallax-2-3 {
    width: 100%;
    height: 700px;
    background: url(../images/welle-leistungen.webp), url(../images/welle-praxis.webp), url(../images/parallax-zaehne.jpg);
    background-repeat: no-repeat;
    background-position: center top, center bottom, center center;
    background-size: 100% auto, 100% auto, cover;
    background-attachment: scroll, scroll, fixed
}

#team .col {
    width: 100%
}

.team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mitarbeiter {
    position: relative;
    background: #f0f2fa;
    width: 40%;
    padding: 30px 30px 30px 150px;
    margin: 30px;
    border-radius: 7px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mitarbeiter p span {
    color: #731d34;
    font-family: "Philosopher";
    font-weight: 700;
    font-size: 20px
}

.mitarbeiter-bild {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    position: absolute;
    left: -100px;
    top: 0
}

#kontakt {
    background: #65599d;
    color: #fff
}

#kontakt h2 {
    color: #fff
}

#kontakt p span {
    color: #fff;
    font-family: "Philosopher";
    font-weight: 700;
    font-size: 20px
}

#kontakt .col:first-of-type a {
    color: #fff;
    text-decoration: underline
}

#dse {
    background: #6f2f62;
    background: -webkit-gradient(linear, left top, right top, from(rgb(111, 47, 98)), color-stop(50%, rgb(48, 137, 195)), to(rgb(1, 79, 109)));
    background: linear-gradient(90deg, rgb(111, 47, 98) 0%, rgb(48, 137, 195) 50%, rgb(1, 79, 109) 100%);
    position: fixed;
    bottom: 0;
    right: 10%;
    padding: 5px 15px;
    border-radius: 7px 7px 0 0;
    z-index: 99
}

#dse li {
    display: inline-block;
    font-size: 14px;
    color: #fff
}

#dse a {
    color: #fff
}

#popup1,
#popup2,
#popup3,
#popup4,
#popup5,
#popup6,
#popup7,
#popup8,
#popup9,
#popup10,
#popup11,
#popup12,
#popup13 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.popup_visible #popup1,
.popup_visible #popup2,
.popup_visible #popup3,
.popup_visible #popup4,
.popup_visible #popup5,
.popup_visible #popup6,
.popup_visible #popup6,
.popup_visible #popup7,
.popup_visible #popup8,
.popup_visible #popup9,
.popup_visible #popup10,
.popup_visible #popup11,
.popup_visible #popup12,
.popup_visible #popup13 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.popup-style {
    margin: 2rem 0;
    width: 80%;
    min-height: 20px;
    padding: 50px 30px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 18px -2px rgba(0, 0, 0, .4);
    box-shadow: 0 0 18px -2px rgba(0, 0, 0, .4);
    height: 70%;
    overflow-y: hidden
}

.popup-style ul li {
    list-style: disc
}

strong {
    font-weight: 700;
}

@media(min-width: 576px) {
    .popup-style {
        width: 70%
    }
}

@media(min-width: 768px) {
    .popup-style {
        width: 60%
    }
}

@media(min-width: 992px) {
    .popup-style {
        width: 50%
    }
}

.popup-style a {
    color: #731d34
}

.popup-style p {
    text-align: left
}

@media only screen and (min-width: 768px) {
    .popup-style {
        padding: 4rem 2rem
    }
}

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

.close-popup {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
    position: fixed;
    top: .5rem;
    right: .5rem;
    width: 39px;
    height: 39px;
    background: #731d34 url(../images/close.webp) no-repeat center center;
    background-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 100%
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #6f2f62;
    background: -webkit-gradient(linear, left top, right top, from(rgba(111, 47, 98, 0.9)), color-stop(50%, rgba(48, 137, 195, 0.9)), to(rgba(1, 79, 109, 0.9)));
    background: linear-gradient(90deg, rgba(111, 47, 98, 0.9) 0%, rgba(48, 137, 195, 0.9) 50%, rgba(1, 79, 109, 0.9) 100%);
    overflow-x: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 60px;
    text-align: center
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 25px;
    color: #fff;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Philosopher";
    font-weight: 700
}

.sidenav a:hover {
    text-decoration: underline
}

#resp-nav {
    text-align: center;
    width: auto;
    display: none;
    z-index: 999
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px
    }

    .sidenav a {
        font-size: 18px
    }
}

@media screen and (max-width: 1325px) {
    :is(#leistungen, #landingpages, #behandlung) .col {
        width: 48%;
        margin: 20px 0
    }

    :is(#leistungen, #landingpages, #behandlung) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    :is(#leistungen, #landingpages, #behandlung)>div>div:nth-child(3) {
        width: 100% !important
    }
}

@media screen and (max-width: 1150px) {

    #parallax,
    #parallax-zwei,
    #parallax-zwei-1,
    #parallax-zwei-1-2,
    #parallax-zwei-1-3,
    #parallax-2-1,
    #parallax-2-2,
    #parallax-2-3 {
        height: 470px
    }

    #parallax-zwei {
        background-attachment: inherit
    }
}

@media screen and (max-width: 1024px) {
    nav ul {
        display: none
    }

    #resp-nav {
        display: block;
        position: fixed;
        right: 10px;
        top: 10px
    }

    .mitarbeiter {
        width: 80%;
        height: 150px;
        margin: 30px 0
    }

    .team {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .mitarbeiter-bild {
        width: 150px;
        height: 150px;
        left: -50px
    }
}

@media screen and (max-width: 887px) {

    .col,
    :is(#leistungen, #landingpages, #behandlung) .col {
        width: 100%;
        margin: 30px 0
    }

    #parallax-zwei,
    #parallax-zwei-1,
    #parallax-zwei-1-2,
    #parallax-zwei-1-3,
    #parallax-2-1,
    #parallax-2-2,
    #parallax-2-3 {
        height: 470px
    }

    #logo img {
        width: 235px
    }
}

@media screen and (max-width: 808px) {
    .slogan {
        width: 100%;
        bottom: 0;
        border-radius: 15px 15px 0 0;
        background: rgba(240, 242, 250, .768627451)
    }

    header {
        height: 800px;
        background: url(../images/kieferorthopaedische-behandlung-kind.webp) no-repeat center right/cover
    }

    #parallax,
    #parallax-zwei,
    #parallax-zwei-1,
    #parallax-zwei-1-2,
    #parallax-zwei-1-3,
    #parallax-2-1,
    #parallax-2-2,
    #parallax-2-3 {
        background-attachment: scroll
    }

    .mitarbeiter {
        width: 90%;
        height: 213px;
        padding: 94px 20px 20px 20px;
        margin: 48px 0
    }

    .mitarbeiter-bild {
        left: 43px;
        top: -67px
    }
}

@media screen and (max-width: 550px) {

    #parallax-zwei,
    #parallax-zwei-1,
    #parallax-zwei-1-2,
    #parallax-zwei-1-3,
    #parallax-2-1,
    #parallax-2-2,
    #parallax-2-3 {
        height: 300px
    }
}

@media screen and (max-width: 429px) {

    h1,
    h2 {
        font-size: 30px
    }

    h3 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
}

.lp-text ul {
    list-style-type: disc;
    padding: 0;
    margin-left: 1.1em;
    padding-block: 1rem
}

.landingpage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.landingpage-list-item {
    position: relative;
    padding: 1rem;
    background-color: #fff;
    color: #000;
    border-radius: 5px
}

.landingpage-list-item h3 {
    margin-bottom: 0
}

.landingpage-list-item p {
    margin-bottom: .5rem
}

.landingpage-list-item p::after {
    content: " [...]";
    font-style: italic;
    opacity: .5
}

.landingpage-list-item em {
    font-style: italic
}

.landingpage-list-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

@media (max-width: 900px) {
    .wrap {
        flex-direction: column;
    }

    .col {
        width: 100%;
    }
}

@media(min-width: 768px) {
    .columns {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        gap: 2rem
    }
}

@media(max-width: 479px) {
    .button {
        padding: 15px 10px;
        font-size: 12px;
    }

    #kontakt-button {
        display: none;
    }

    #logo img {
        width: 200px;
    }

    .wrap {
        display: flex;
        gap: 30px;
    }

    h1,h2{
        font-size: 20px;
    }



}

@media(max-width: 379px) {
    .button {
        padding: 15px 8px;
        font-size: 10px;
    }
}