.headline {
    font-size: 32px;
    line-height: 1.60em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    font-weight: 800;
    color: rgb(141, 43, 56);
}

.headline a:hover {
    text-decoration: underline;
}

.nav{cursor: pointer}

nav {
    text-align: right;
}

nav>ul li>a {
    transition: all 0.25s ease-in 0s;
    font-weight: 800;
    font-size: 14px;
    color: rgb(82, 33, 51);
}

nav:before {
    font-size: 30px;
    color: rgb(69, 69, 69);
}

nav>ul>li>ul a {
    font-size: 14px;
}

nav>ul li a:hover {
    background-color: rgba(82, 33, 51, 0);
    border-color: transparent;
}

nav>ul li a {
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    margin-top: 0px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: transparent;
    background-color: transparent;
}

nav>ul>li>ul li a {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

nav>ul>li>ul li a:hover {
    background-color: rgb(234, 234, 234);
}

nav>ul>li>ul li.active>a {
    background-color: rgb(234, 234, 234);
}

nav>ul li.active>a {
    color: rgb(141, 43, 56);
    border-color: transparent;
    background-color: rgba(82, 33, 51, 0);
}

nav>ul li>a:hover {
    color: rgb(141, 43, 56);
}

.subtitle {
    font-size: 22px;
    line-height: 1.6em;
    letter-spacing: 0em;
    margin-bottom: 0px;
    font-weight: 800;
    text-transform: none;
    color: rgb(141, 43, 56);
}

.preamble {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0em;
    margin-bottom: 5px;
    color: rgb(135, 135, 135);
    font-style: italic;
}

.bodytext {
    line-height: 1.60em;
    margin-bottom: 5px;
    color: rgb(51, 51, 51);
    font-size: 20px;
}

.bodytext a {
    color: rgb(141, 43, 56);
}

.bodytext a:hover {
    color: rgb(141, 43, 56);
    text-decoration: underline;
}

.smalltext {
    line-height: 1.40em;
    letter-spacing: 0em;
    font-size: 12px;
    margin-bottom: 5px;
}

body {
    color: rgb(96, 96, 96);
    font-size: 16px;
    font-family: Questrial;
    line-height: 1.40em;
    font-weight: 400;
}

body a {
    text-decoration: none;
    color: rgb(250, 226, 230);
}

body a:hover {
    color: rgb(141, 43, 56);
}

.button {
    margin-bottom: 40px;
    border-radius: 3px;
    font-weight: 400;
    color: rgb(141, 43, 56);
    background-color: transparent;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: rgb(141, 43, 56);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2em;
}

.button:hover {
    background-color: rgb(141, 43, 56);
    color: rgb(237, 237, 237);
    border-color: rgb(141, 43, 56);
}

.button .buttonIcon.fa {
    margin-right: 10px;
}

.form {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.form label {
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span {
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
    font-size: 11px;
}

.form input[type=text],
.form textarea,
.form select {
    border-radius: 3px;
    border-color: rgb(204, 204, 204);
    color: rgb(69, 69, 69);
    font-size: 14px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form input[type=submit] {
    margin-top: 20px;
    margin-bottom: 0px;
}

.form .optins span>a.optinLink {
    color: rgb(87, 87, 87);
}

.form .optins span>a.optinLink:hover {
    color: rgb(87, 87, 87);
    text-decoration: underline;
}

.text {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.text table td {
    padding-bottom: 15px;
}

.image {
    margin-bottom: 40px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.row {
    padding-top: 100px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.col {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.custom1 {
    color: rgb(141, 43, 56);
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.2em;
}

.custom1 a {
    color: rgb(141, 43, 56);
}

.custom1 a:hover {
    color: rgb(141, 43, 56);
}

.custom2 {
    font-family: Questrial;
    font-style: italic;
    font-size: 16px;
    line-height: 1.75em;
    color: rgb(82, 33, 51);
}

.custom4 {
    font-size: 31px;
    color: transparent;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 300;
}

.custom5 {
    font-size: 22px;
    line-height: 1.5em;
    color: transparent;
}

.custom3 {
    font-family: Questrial;
    font-style: italic;
    font-size: 28px;
    line-height: 1.5em;
}

.smallsubtitle {
    font-size: 18px;
    line-height: 1.40em;
    margin-bottom: 5px;
    font-family: Questrial;
    font-style: normal;
    color: rgb(51, 51, 51);
    font-weight: 400;
}

.spottext {
    font-size: 52px;
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 800;
    letter-spacing: 0em;
}

.footertext {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 5px;
    color: rgb(237, 237, 237);
}

.footertext a {
    color: rgb(237, 237, 237);
}

.footertext a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.companyname {
    font-size: 30px;
    text-align: left;
    line-height: 2.1em;
    color: rgb(255, 255, 255);
}

.companyname a {
    color: rgb(96, 96, 96);
}

.smallspottext {
    line-height: 1.5em;
    color: rgb(255, 255, 255);
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 800;
}

.locale {
    text-align: right;
}

.locale ul li a {
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
}

.locale ul li {
    background-color: rgb(69, 69, 69);
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.button2 {
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 40px;
    border-radius: 3px;
    color: rgb(250, 226, 230);
    border-color: rgba(0, 0, 0, 0);
    display: table;
    margin-left: 0;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-transform: uppercase;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: rgb(82, 33, 51);
    font-weight: 800;
}

.button2:hover {
    border-color: transparent;
    background-color: rgb(49, 0, 0);
    color: rgb(250, 226, 230);
}

.divider {
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 1px;
    border-color: rgb(49, 0, 0);
    width: 100%;
    margin-bottom: 20px;
}

.socialmedia {
    text-align: right;
    font-size: 19px;
}

.socialmedia li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.socialmedia li a {
    width: 30px;
    height: 30px;
    color: rgb(237, 237, 237);
}

.socialmedia li a:hover {
    color: rgb(255, 255, 255);
}

.paymenticons li {
    margin-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 40px;
}

.linklist {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
}

.linklist a {
    margin-bottom: 1px;
    background-color: rgb(242, 242, 242);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.arrow {
    height: 40px;
    font-size: 24px;
    width: 40px;
    color: rgb(250, 226, 230);
}

.arrow:hover {
    background-color: rgb(250, 226, 230);
    color: transparent;
}

.lightsubtitle {
    color: rgb(250, 226, 230);
    font-size: 24px;
    text-transform: none;
    font-weight: 800;
    letter-spacing: 0em;
    line-height: 1.60em;
    text-decoration: none;
}

.button3 {
    border-color: rgb(237, 237, 237);
    color: rgb(237, 237, 237);
    display: table;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.20em;
    font-weight: 800;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button3:hover {
    border-color: rgb(237, 237, 237);
    background-color: rgb(237, 237, 237);
    color: rgb(51, 51, 51);
}

.lightheadline {
    font-size: 38px;
    color: rgb(237, 237, 237);
    line-height: 1.60em;
    font-weight: 800;
}

.lightsmallsubtitle {
    font-size: 24px;
    line-height: 1.60em;
    color: rgb(237, 237, 237);
}

.lightpreamble {
    font-size: 20px;
    line-height: 1.60em;
    font-style: italic;
    color: rgb(237, 237, 237);
}

.lightbodytext {
    color: rgb(237, 237, 237);
    line-height: 1.60em;
}

.lightbodytext a {
    color: rgb(237, 237, 237);
}

.lightbodytext a:hover {
    color: rgb(237, 237, 237);
    text-decoration: underline;
}

.lightsmalltext {
    font-size: 12px;
    color: rgb(237, 237, 237);
    line-height: 1.40em;
}

.custom10 {
    font-size: 26px;
    color: rgb(237, 237, 237);
    line-height: 1.85em;
}

.custom9 {
    font-size: 80px;
    color: rgb(250, 226, 230);
}

.modal {
    background-color: rgb(255, 255, 255);
    border-color: rgb(141, 43, 56);
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
}

.engagement.modal .headline {
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.engagement.modal .bodytext {
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
}

.engagement.modal .closeBtn {
    color: rgb(141, 43, 56);
    font-size: 26px;
}

.engagement.modal .closeBtn:hover {
    color: rgb(141, 43, 56);
}

@media only screen and (max-width:1199px) {
    nav {}

    nav>ul li>a {}

    nav>ul li>a:hover {}

    nav>ul li.active>a {}

    nav>ul li {}

    nav>ul li:hover {}

    nav>ul li.active {}

    nav>ul>li>ul a {}

    nav>ul>li>ul a:hover {}

    nav>ul>li>ul li.active>a {}

    nav>ul>li>ul li {}

    nav>ul>li>ul li:hover {}

    nav>ul>li>ul li.active {}

    nav:before {
        color: rgb(69, 69, 69);
        font-size: 30px;
    }

    .row {
        padding-top: 70px;
        padding-bottom: 0px;
    }

    .custom4 {
        font-size: 24px;
    }

    .custom1 {
        line-height: 1.2em;
    }

    .custom1 a {}

    .custom1 a:hover {}

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    body {}

    body a {}

    body a:hover {}

    .text {}

    .headline {
        font-size: 32px;
    }

    .subtitle {
        font-size: 24px;
    }

    .preamble {
        font-size: 18px;
        text-transform: none;
        line-height: 1.60em;
    }

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smallsubtitle {
        font-size: 21px;
    }

    .smalltext {
        font-size: 12px;
    }

    .smalltext a {}

    .smalltext a:hover {}

    .spottext {
        font-size: 60px;
    }

    .smallspottext {
        font-size: 24px;
    }

    .companyname {
        font-size: 18px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {
        font-size: 12px;
    }

    .footertext a {}

    .footertext a:hover {}

    .custom5 {
        font-size: 15px;
    }

    .lightsubtitle {
        font-size: 24px;
    }

    .lightheadline {
        font-size: 32px;
    }

    .lightsmallsubtitle {
        font-size: 20px;
    }

    .lightpreamble {
        font-size: 18px;
    }
}

@media only screen and (max-width:767px) {
    nav>ul li>a {
        font-size: 16px;
        color: rgb(237, 237, 237);
    }

    nav>ul>li>ul a {
        font-size: 15px;
    }

    nav:before {
        font-size: 21px;
        color: rgb(51, 51, 51);
    }

    nav>ul li a:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    nav.opened-menu>ul {
        background-color: rgb(51, 51, 51);
        padding-top: 60px;
    }

    nav>ul li>a:hover {
        color: rgb(237, 237, 237);
    }

    nav>ul li.active>a {
        color: rgb(237, 237, 237);
        font-weight: 800;
    }

    .nav {
        padding-top: 20px;
    }

    nav>ul li a {
        background-color: rgba(0, 0, 0, 0);
    }

    .headline {
        font-size: 26px;
        text-align: center;
    }

    .subtitle {
        font-size: 18px;
    }

    .preamble {
        font-size: 16px;
    }

    .bodytext {
        font-size: 18px;
        line-height: 1.60em;
    }

    .smalltext {}

    .smalltext a {}

    .smalltext a:hover {}

    .text {
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .row {
        padding-top: 60px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .form {
        margin-bottom: 20px;
    }

    .form input[type=checkbox]+span,
    .form input[type=radio]+span {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .form .smalltext {
        font-size: 14px;
    }

    .gallery {
        margin-bottom: 20px;
    }

    .map {
        margin-bottom: 20px;
    }

    .image {
        margin-bottom: 20px;
    }

    .button {
        margin-bottom: 20px;
        font-size: 14px;
        padding-top: 13px;
        padding-right: 20px;
        padding-bottom: 13px;
        padding-left: 20px;
    }

    .custom1 {
        font-size: 12px;
        text-align: center;
    }

    .custom2 {}

    .custom2 a {}

    .custom2 a:hover {}

    .custom3 {
        font-size: 22px;
    }

    .custom4 {
        font-size: 14px;
        color: transparent;
        font-weight: 400;
    }

    .custom5 {
        font-size: 18px;
    }

    .spottext {
        font-size: 36px;
        margin-bottom: 0px;
    }

    body {}

    body a {}

    body a:hover {}

    .locale {}

    .locale ul li a {}

    .locale ul li a:hover {}

    .locale ul li.active a {}

    .locale ul li {}

    .locale ul li:hover {}

    .locale ul li.active {}

    .smallsubtitle {
        font-size: 18px;
    }

    .smallspottext {
        font-size: 16px;
    }

    .companyname {
        font-size: 20px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {
        font-size: 15px;
    }

    .button2 {
        margin-bottom: 20px;
        font-size: 14px;
        padding-top: 13px;
        padding-right: 20px;
        padding-bottom: 13px;
        padding-left: 20px;
    }

    .socialmedia {
        text-align: center;
        font-size: 22px;
    }

    .socialmedia li a {
        width: 22px;
        height: 22px;
    }

    .socialmedia li {
        margin-left: 0px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .lightheadline {
        font-size: 26px;
        text-align: center;
    }

    .lightsubtitle {
        font-size: 18px;
    }

    .lightsmallsubtitle {
        font-size: 18px;
    }

    .lightpreamble {
        font-size: 16px;
    }
}

#r5001 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#r3983 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(237, 237, 237);
    border-bottom-width: 2px;
    border-color: rgb(255, 255, 255);
}

#m4881 {
    margin-bottom: 0px;
}

#m4527 {
    margin-bottom: 0px;
}

#r2019 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(237, 237, 237);
}

#m4026 {
    margin-bottom: 0px;
}

#r5000 {
    background-color: rgb(250, 226, 230);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-width: 0px;
    border-color: rgb(82, 33, 51);
    border-bottom-width: 0px;
}

#c5000 {
    background-color: rgb(250, 226, 230);
    padding-left: 0px;
}

#m1233 {
    margin-bottom: 0px;
    margin-top: -34px;
}

#r5002 {
    background-color: rgb(255, 255, 255);
    background-position: 50% 0%;
    background-repeat: repeat-y;
}

#r5002>.container {}

#r1074 {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top-width: 10px;
    background-color: rgb(82, 33, 51);
    border-color: rgb(141, 43, 56);
}

#c3869 {
    border-right-width: 1px;
    border-color: rgb(135, 135, 135);
    border-left-width: 0px;
    border-style: dotted;
}

#m1028 {
    margin-bottom: 0px;
}

#c3299 {
    border-right-width: 1px;
    border-color: rgb(135, 135, 135);
    border-style: dotted;
}

#m2647 {
    margin-bottom: 0px;
}

#c1707 {
    border-right-width: 1px;
    border-color: rgb(135, 135, 135);
    border-style: dotted;
}

#m1158 {
    margin-bottom: 0px;
}

#m3210 {
    margin-bottom: 0px;
}

#p2374 #r4709 {
    background-image: url(../uploads/7c176moZ/883x0_2560x0/header-home-neu-3_830.jpg);
    background-size: cover;
    background-position: 50% 0%;
    padding-top: 500px;
    border-bottom-width: 5px;
    border-color: rgb(250, 226, 230);
    padding-bottom: 200px;
}

#p2374 #r4294 {
    background-image: url(../uploads/lcuQnzkT/767x0_2560x0/header-home-neu-3.jpg);
    background-size: cover;
    background-position: 0% 50%;
    padding-top: 0px;
    border-bottom-width: 5px;
    border-color: rgb(250, 226, 230);
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

#p2374 #r4780 {
    padding-top: 80px;
    padding-bottom: 110px;
}

#p2374 #m2219 {
    margin-bottom: -10px;
}

#p2374 #m2765 {
    border-color: rgb(250, 226, 230);
    border-top-width: 5px;
    width: 10%;
}

#p2374 #r4414 {
    background-color: rgb(82, 33, 51);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#p2374 #c4133 {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

#p2374 #m1815 {
    margin-bottom: 0px;
}

#p2374 #r1425 {
    background-color: rgb(82, 33, 51);
    padding-top: 40px;
    padding-bottom: 0px;
}

#p2374 #r2496 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#p2374 #c4361 {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

#p2374 #m2703 {
    margin-bottom: 0px;
    height: 420px;
}

#p1671 #r3552 {
    background-image: url(../uploads/ypYNnBJH/767x0_2560x0/zahnaerztin_eylers_wunstorf_791.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    padding-top: 600px;
    background-attachment: scroll;
    border-bottom-width: 5px;
    border-color: rgb(250, 226, 230);
    padding-bottom: 100px;
}

#p1671 #m4750 {
    margin-bottom: 0px;
}

#p1671 #m2199 {
    border-color: rgb(250, 226, 230);
    border-top-width: 5px;
    width: 10%;
}

#p1671 #r1475 {
    padding-bottom: 0px;
}

#p1671 #m4071 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

#p1671 #r4340 {
    background-color: rgb(255, 255, 255);
}

#p1671 #c3557 {
    padding-top: 0px;
    padding-bottom: 20px;
}

#p1671 #m1852 {
    margin-bottom: 0px;
}

#p1671 #r3040 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#p1671 #c3389 {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

#p1671 #m3710 {
    margin-bottom: -10px;
}

#p1671 #m1534 {
    margin-bottom: -10px;
}

#p6464 #r3456 {
    background-image: url(../uploads/7c176moZ/883x0_2560x0/header-home-neu-3_830.jpg);
    background-size: cover;
    background-position: 50% 0%;
    padding-top: 500px;
    border-bottom-width: 5px;
    border-color: rgb(250, 226, 230);
    padding-bottom: 200px;
}

#p6464 #r3256 {
    background-image: url(../uploads/lcuQnzkT/767x0_2560x0/header-home-neu-3.jpg);
    background-size: cover;
    background-position: 0% 50%;
    padding-top: 0px;
    border-bottom-width: 5px;
    border-color: rgb(250, 226, 230);
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

#p6464 #r1355 {
    padding-bottom: 0px;
}

#p6464 #m2215 {
    border-color: rgb(250, 226, 230);
    border-top-width: 5px;
    width: 10%;
}

#p6464 #c3812 {
    padding-left: 200px;
    padding-right: 0px;
}

#p4110 #r3969 {
    background-image: url(../uploads/53rAAI1r/767x0_2560x0/zahnaerztin_eylers_wunstorf01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 700px;
    border-bottom-width: 5px;
    border-color: rgb(250, 226, 230);
    padding-bottom: 100px;
}

#p4110 #m1507 {
    margin-bottom: 0px;
}

#p4110 #m3743 {
    border-color: rgb(250, 226, 230);
    border-top-width: 5px;
    width: 10%;
}

#p4110 #r2279 {
    padding-bottom: 100px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding-top: 0px;
}

#p4110 #m1919 {
    margin-bottom: 20px;
}

#p4110 #m1703 {
    margin-bottom: 20px;
}

#p4110 #m2095 {
    margin-bottom: 20px;
}

#p4110 #m2094 {
    margin-bottom: 20px;
}

#p4110 #m3594 {
    margin-bottom: 20px;
}

#p4110 #m2262 {
    margin-bottom: 20px;
}

#p4110 #m4710 {
    margin-bottom: 20px;
}

#p4110 #m1515 {
    margin-bottom: 20px;
}

#p4110 #m1359 {
    margin-bottom: 20px;
}

#p4110 #m2303 {
    margin-bottom: 20px;
}

#p4110 #m1236 {
    margin-bottom: 20px;
}

#p4110 #c4863 {
    margin-top: 60px;
}

#p4110 #m1361 {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#p2522 #r4810 {
    background-image: url(../uploads/LpZ2gNDP/767x0_2560x0/kontakt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 600px;
    background-attachment: scroll;
    border-bottom-width: 5px;
    border-color: rgb(250, 226, 230);
}

#p2522 #m2243 {
    margin-bottom: 0px;
}

#p2522 #m2587 {
    border-color: rgb(250, 226, 230);
    border-top-width: 5px;
    width: 10%;
}

#p2522 #r2645 {
    background-color: rgb(255, 255, 255);
}

#p2522 #m1439 {
    margin-bottom: 30px;
}

#p2522 #m4079 {
    border-style: dotted;
    border-color: rgb(250, 226, 230);
}

#p2522 #m4843 {
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-color: rgba(0, 0, 0, 0);
    margin-bottom: 20px;
}

#p2522 #m2176 {
    border-color: rgb(250, 226, 230);
    border-style: dotted;
}

#p2522 #m3451 {
    margin-bottom: 0px;
}

#p2522 #c4635 {
    padding-left: 70px;
}

#p2522 #r4095 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#p2522 #c1598 {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

#p2522 #m4218 {
    margin-bottom: 0px;
    height: 420px;
}

#p4307 #r4470 {
    background-image: url(../uploads/JW0Vizgk/767x0_2560x0/zahnaerztin_pia_eylers_wunstorf23.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 300px;
    border-bottom-width: 5px;
    border-color: rgb(250, 226, 230);
}

#p4307 #m4971 {
    margin-bottom: 0px;
}

#p4307 #r3536 {
    padding-bottom: 20px;
    border-bottom-width: 0px;
    border-color: rgb(49, 0, 0);
}

#p4307 #r3205 {
    padding-top: 20px;
    padding-bottom: 0px;
}

#p4307 #r3033 {
    padding-top: 40px;
}

#p9189 #r4470 {
    background-image: url(../uploads/JW0Vizgk/767x0_2560x0/zahnaerztin_pia_eylers_wunstorf23.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 300px;
    background-attachment: scroll;
    border-bottom-width: 5px;
    border-color: rgb(250, 226, 230);
}

#p9189 #m4971 {
    margin-bottom: 0px;
}

@media only screen and (max-width:1199px) {
    #c5000 {
        padding-bottom: 0px;
    }

    #m1233 {
        margin-top: -10px;
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #r1074>.container {}

    #p2374 #r4709 {
        background-position: 0% 50%;
    }

    #p2374 #r4294 {
        background-position: 0% 0%;
    }

    #p1671 #r3552 {
        background-image: url(../uploads/Hsr3Nban/767x0_2560x0/zahnaerztin_eylers_wunstorf_1209_2.jpg);
    }

    #p6464 #r3456 {
        background-position: 0% 50%;
    }

    #p6464 #r3256 {
        background-position: 0% 0%;
    }

    #p6464 #c3812 {
        padding-left: 0px;
    }

    #p2522 #c1302 {
        padding-left: 15px;
    }

    #p2522 #c4635 {
        padding-right: 15px;
    }
}

@media only screen and (max-width:767px) {
    #r2019 {
        background-color: rgb(82, 33, 51);
    }

    #r5000 {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 0px;
    }

    #c5000 {
        padding-right: 0px;
        padding-left: 0px;
    }

    #m1233 {
        margin-top: 0px;
    }

    #r1074 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    #c3869 {
        border-left-width: 0px;
        border-right-width: 0px;
        margin-bottom: 20px;
    }

    #m1028 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    #c3299 {
        border-right-width: 0px;
        margin-bottom: 20px;
    }

    #m2647 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    #c1707 {
        border-right-width: 0px;
    }

    #m1158 {
        margin-bottom: 20px;
    }

    #m3210 {
        margin-bottom: 30px;
    }

    #p2374 #r4709 {
        padding-top: 200px;
        background-position: 50% 50%;
    }

    #p2374 #r4294 {
        padding-top: 200px;
        background-position: 50% 0%;
        background-image: url(../uploads/BlKYK7so/767x0_2560x0/header-home-neu-3_267.jpg);
    }

    #p2374 #m1815 .arrow {
        width: 24px;
        height: 24px;
        color: rgb(250, 226, 230);
        background-color: rgb(255, 255, 255);
        font-size: 20px;
    }

    #p2374 #m1815 .arrow:hover {
        color: rgb(250, 226, 230);
        background-color: rgb(255, 255, 255);
    }

    #p1671 #r3552 {
        padding-top: 180px;
    }

    #p1671 #m4071 {
        max-width: 100%;
    }

    #p6464 #r3456 {
        padding-top: 200px;
        background-position: 50% 50%;
    }

    #p6464 #r3256 {
        padding-top: 200px;
        background-position: 50% 0%;
        background-image: url(../uploads/BlKYK7so/767x0_2560x0/header-home-neu-3_267.jpg);
    }

    #p4110 #r3969 {
        padding-bottom: 40px;
        padding-top: 180px;
    }

    #p2522 #r4810 {
        padding-bottom: 40px;
        padding-top: 180px;
    }

    #p2522 #r2645 {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    #p2522 #c1302 {
        margin-bottom: 40px;
    }

    #p2522 #c4635 {
        padding-left: 15px;
    }

    #p4307 #r4470 {
        padding-bottom: 40px;
        padding-top: 180px;
    }

    #p9189 #r4470 {
        padding-bottom: 40px;
        padding-top: 180px;
    }
}