

/* raleway-regular - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v28-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-italic - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/raleway-v28-latin-italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-700 - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v28-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.clear {
    clear: both;
}
html {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
}
body {
    font: 400 16px/24px 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1280px;
    margin: auto;
    width: 90%;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.topnavi {
    background: #f26e20;
}
.topnavi a {
    color: #fff;
    text-decoration: none;
}
.topnavi .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.datenschutz {
    display: flex;
    padding: 8px 0;
}
.datenschutz li {
    margin-right: 20px;
}
.phone {
  margin: 0;
  padding: 5px 0;
}
.phone:before {
    content: url(../images/phone-icon-small.png);
    padding: 3px 10px 0 0;
    display: inline-block;
}
#menu-btn {
    display: none;
}
nav {
    margin: 40px 0;
}
nav ul {
    display: flex;
    justify-content: center;
}
nav ul li {
    margin: 0 15px;
    list-style: none;
}
nav ul li a {
    text-decoration: none;
    color: #f26e20;
    font-size: 18px;
    font-weight: 700;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}
nav ul li a:hover {
    color: #2CA1DB;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}
nav.menu-fixed #menu-btn {
    background: #f26e20;
    font-size: 15px;
    border-radius: 10px;
    color: #FFF;
    padding: 10px;
    height: 50px;
    position: absolute;
    right: 0;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    z-index: 999;
    top: 12px;
}
nav.menu-fixed .logo {
    display: none;
}
nav.menu-fixed #menu-btn {
    right: 20px;
}
.menu-fixed #menu-btn span {
    display: block;
    height: 2px;
    background: #fff;
    width: 30px;
}
.menu-fixed #menu-btn span:before {
    content: '';
    height: 2px;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 10px;
}
.menu-fixed #menu-btn span:after {
    content: '';
    height: 2px;
    width: 30px;
    background: #fff;
    position: absolute;
    bottom: 15px;
    left: 10px;
}
nav.menu-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    right: 0;
    margin: 0;
}
nav.menu-fixed {
    width: auto;
    padding: 0;
    right: 0;
    left: inherit;
}
nav.menu-fixed ul {
    width: 240px;
    position: absolute;
    margin: 0 20px 0 0;
    top: -220px;
}
nav.menu-fixed ul {
    background: #2CA1DB;
    width: 240px;
    display: block;
    position: absolute;
    margin-top: 0;
    right: calc(10% - 1px);
    border-radius: 10px;
    padding: 20px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}
nav.menu-fixed ul li {
    display: block;
    margin: 0;
    padding: 0 25px;
    text-align: left;
}
.menu-fixed ul li {
    margin: 0;
}
nav.menu-fixed li {
    padding: 0 25px;
}
nav.menu-fixed ul li a {
    font-size: 15px;
    display: block;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}
nav.menu-fixed ul li a:hover {
    background: #f26e20;
    color: #fff;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}
.menu-fixed #menu-btn.menu-on + ul {
    visibility: visible;
    opacity: 1;
    margin-top: 75px;
    top: 0;
}
.headerbild {
    overflow: hidden;
    border-radius: 100px 0 100px 0;
    margin-right: 50px;
    flex-basis: 65%;
}
.headerbild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flex.head {
    justify-content: flex-start;
}
.title {
    flex-basis: 30%;
}
.title p {
    color: #2CA1DB;
    margin-top: 85px;
    font-size: 60px;
    line-height: 110%;
    font-weight: 700;
}
.title p strong {
    font-size: 80px;
}
.liste {
    margin-bottom: 20px;
    padding: 0;
}
.liste li {
    list-style: disc;
    margin-left: 15px;
}
#kontakt-bar {
    position: fixed;
    z-index: 199;
    right: 10px;
    top: 45%;
    width: 50px;
}
#kontakt-bar a {
    background: #f26e20;
    width: 50px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 100%;
}
#kontakt-bar a:nth-child(2) {
    margin: 5px 0;
}
#kontakt-bar .last {
    cursor: pointer;
    position: relative;
    box-shadow: none;
    border: none;
    background: #f26e20;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#kontakt-bar .last:after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(242, 110, 32, 0.5);
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
    transition: .6s ease;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
#popup {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    transition: top 0.3s ease-in-out;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
}
#popup:before {
    content: 'x';
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 101;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.layout {
    width: 90%;
    overflow: hidden;
    max-width: 768px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    height: 200px;
    top: 0;
    bottom: 0;
    background: #fff;
    padding: 50px;
    border-radius: 30px 0 30px 0;
}
.layout .icon {
    background: #f26e20;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    border-radius: 100%;
}
.layout p {
    color: #2CA1DB;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
}
#uber-uns, #impressum {
    padding: 100px 0;
}
#uber-uns .col, #impressum .col {
    width: 48%;
}
#uber-uns h1, #impressum h1 {
    color: #f26e20;
    font-size: 42px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 10px;
}
#uber-uns h2 {
    color: #2CA1DB;
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 30px;
}
#uber-uns strong, #impressum strong {
    font-weight: 700;
}
#uber-uns p, #impressum p {
    margin-bottom: 20px;
}
#impressum a {
    color: #f26e20;
}
.slider {
    border: 1px solid #2CA1DB;
    border-radius: 30px 0 0 0;
    overflow: hidden;
}
.slider .slick-slide img {
    width: 100%;
}
.slick-arrow {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: none;
    text-indent: -9999px;
}
.slick-prev {
    right: 65px;
    background: #f26e20 url(../images/arrow-left.png) no-repeat center center;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}
.slick-prev:hover {
    background: #2CA1DB url(../images/arrow-left.png) no-repeat center center;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}
.slick-next {
    right: 10px;
    background: #f26e20 url(../images/arrow-right.png) no-repeat center center;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}
.slick-next:hover {
    background: #2CA1DB url(../images/arrow-right.png) no-repeat center center;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}
.button {
    position: relative;
    background: #2CA1DB;
    padding: 30px;
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 0 0 30px 0;
}
.button strong {
    font-size: 22px;
}
.button a {
    color: #fff;
}
.cursor {
    position: absolute;
    top: 35px;
    right: 0;
    width: 60px;
    opacity: 0;
    animation: cursor 1s ease-out 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}
@-webkit-keyframes cursor {
    0% {
        transform: translate(0, 80px);
        opacity: 1;
    }
    80% {
        transform: translate(-115px, 0);
    }
    90% {
        transform: translate(-115px, 0);
        opacity: 1;
    }
    95% {
        transform: translate(-115px, 0);
        opacity: 0;
    }
    100% {
        transform: translate(-115px, 0);
        opacity: 1;
    }
}
#kontaktform {
    background: #E9F5FC url(../images/bg.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0;
}
#kontaktform h2 {
    text-align: center;
    color: #2CA1DB;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}
#kontaktform p {
    font-weight: 700;
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
}
#kontaktform .container {
    max-width: 768px;
}
.btn {
    background: #f26e20;
    padding: 15px;
    border-radius: 30px;
    width: 300px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 20px auto 0;
    text-decoration: none;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}
.btn:hover {
    background: #2CA1DB;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}
#leistungen {
    padding: 100px 0;
}
#leistungen .flex {
    justify-content: center;
}
#leistungen h2 {
    text-align: center;
    color: #f26e20;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}
#leistungen h4 {
    text-align: center;
    color: #f26e20;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}
#leistungen .box {
    flex-basis: 30%;
    text-decoration: none;
    overflow: hidden;
    background: #E9F5FC;
    margin-bottom: 40px;
    border-radius: 30px 0 30px 0;
    transition: .6s ease;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease
}
#leistungen .box:nth-child(2) {
    margin: 0 40px 40px 40px;
}
#leistungen .box:nth-child(4) {
    margin: 0 20px 0 0;
}
#leistungen .box:nth-child(5) {
    margin: 0 0 0 20px;
}
#leistungen .box:hover {
    background: #2CA1DB;
    transition: .6s ease;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease
}
#leistungen .box:hover img {
    opacity: 0.6;
    transition: .6s ease;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease
}
#leistungen .box img {
    width: 100%;
    transition: .6s ease;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease
}
#leistungen .box h3 {
    padding: 20px;
    color: #f26e20;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
#leistungen .box:hover h3 {
    color: #fff;
}
#leistungen p.first {
    text-align: center;
    margin: 50px 0 0 0;
    background: #2CA1DB;
    padding: 40px;
    color: #fff;
    border-radius: 30px 0 30px 0;
    font-style: italic;
}
#pflegeberatung {
    padding: 50px 0 0 0;
}
#pflegeberatung .icon {
    background: url(../images/hexagon.png) no-repeat;
    height: 120px;
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-right: 5%;
    margin-bottom: 20px;
}
#pflegeberatung .txt {
    width: 80%;
}
#pflegeberatung .flex {
    align-items: center;
}
#pflegeberatung .txt h3 {
    color: #f26e20;
    font-weight: 700;
    font-size: 20px;
}
#pflegeberatung .btn {
    margin: 20px 0 0 0;
}
#erfahrungen {
  padding: 60px 0 100px 0;
    background: #E9F5FC url(../images/bg.png) no-repeat center center;
}
#erfahrungen .container {
    position: relative;
}
#erfahrungen h2 {
    text-align: center;
    color: #f26e20;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}
#erfahrungen h4 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
#erfahrungen a {
    color: #2CA1DB;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    position: relative;
}
#erfahrungen a:after {
    content: '';
    background: #f26e20 url(../images/arrow-right.png) no-repeat center center;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100%;
    margin: auto;
    right: 0;
    left: 0;
    top: 55px;
}

#erfahrungen .box-5 {
    background: #fff;
    width: 100%;
    padding: 50px;
    text-align: center;
    border-radius: 30px 0 30px 0;
}
#erfahrungen .box-5 h4 {
    color: #f26e20;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.bewertungsslider strong {
    font-weight: 700;
    font-style: normal;
}
.bewertungsslider p {
    font-style: italic;
}
.bewertungsslider .slick-arrow {
    bottom: -60px;
}
.bewertungsslider .slick-prev {
    right: 220px;
}
.bewertungsslider .slick-next {
    right: 150px;
}
#standorte {
    background: #2CA1DB;
    padding: 100px 0;
}
#standorte h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 120%;
}
#standorte .col img {
    margin: auto;
    display: block;
}
#standorte .box {
    margin: auto;
    text-align: center;
    background: #fff;
    padding: 30px;
    margin-top: 10px;
    border-radius: 30px 0 30px 0;
}
#standorte .box a {
    color: #f26e20;
}
#kontakt {
    padding: 50px 0 0 0;
    background: #E9F5FC;
}
#kontakt .flex {
    align-items: center;
}
#kontakt .col:first-child {
    flex-basis: 38%;
}
#kontakt .col:last-child {
    flex-basis: 58%;
}
#kontakt .col:first-child img {
    width: 100%;
    display: block;
}
#kontakt h2 {
    color: #f26e20;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 120%;
}
#kontakt p {
    margin: 0 0 20px 0;
}
#kontakt a {
    color: #f26e20;
}
#kontakt strong {
    font-weight: 700;
}
footer {
    padding: 50px 0;
}
footer .flex {
    align-items: center;
}
footer h3 {
    font-weight: 700;
    font-size: 22px;
    color: #2CA1DB;
    text-align: center;
    margin-bottom: 20px;
}
#datenschutz {
    position: relative;
    left: 10px;
    background: #E9F5FC;
    padding: 12px 20px;
    display: inline-block;
    color: #000;
    border-radius: 15px 15px 0 0;
}
#datenschutz a {
    color: #000;
    text-decoration: none;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1380px) {
    #erfahrungen a {
        font-size: 18px;
    }

    #standorte {
        margin-top: 0;
    }
}
@media screen and (max-width: 1280px) {
    .headerbild {
        flex-basis: 60%;
    }
}
@media screen and (max-width: 1250px) {
    #erfahrungen {
        padding:100px 0;
    }
    #erfahrungen h2 {
        margin-bottom: 20px;
    }
    #erfahrungen a::after {
        background: none;
        width: inherit;
        height: inherit;
    }
    #standorte .col {
        flex-basis: 31%;
    }
    footer img {
        width: 25%;
    }
}
@media screen and (max-width: 1080px) {
    .title p strong {
        font-size: 62px;
    }
    .title p {
        font-size: 40px;
    }
    #uber-uns h1 {
        font-size: 32px;
    }
    #uber-uns h2 {
        font-size: 20px;
    }
    #pflegeberatung .txt {
        width: 75%;
    }
    #leistungen .box {
        margin-bottom: 20px;
    }
    #leistungen .box:nth-child(2) {
        margin: 0 20px 20px 20px;
    }
    #leistungen .box:nth-child(4) {
        margin: 0 10px 0 0;
    }
    #leistungen .box:nth-child(5) {
        margin: 0 0 0 10px;
    }
    @-webkit-keyframes cursor {
        0% {
            transform: translate(0, 80px);
            opacity: 1;
        }
        80% {
            transform: translate(0, 0);
        }
        90% {
            transform: translate(0, 0);
            opacity: 1;
        }
        95% {
            transform: translate(0, 0);
            opacity: 0;
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }
    #standorte {
        padding: 50px 0;
    }
}
@media screen and (max-width: 1024px) {
    nav #menu-btn {
        background: #f26e20;
        font-size: 15px;
        border-radius: 10px;
        color: #FFF;
        padding: 10px;
        height: 50px;
        position: absolute;
        right: 0;
        border: none;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        text-transform: uppercase;
        z-index: 999;
        top: 50px;
    }
    nav .logo {
        display: none;
    }
    nav #menu-btn {
        right: 20px;
    }
    #menu-btn span {
        display: block;
        height: 2px;
        background: #fff;
        width: 30px;
    }
    #menu-btn span:before {
        content: '';
        height: 2px;
        width: 30px;
        background: #fff;
        position: absolute;
        top: 15px;
        left: 10px;
    }
    #menu-btn span:after {
        content: '';
        height: 2px;
        width: 30px;
        background: #fff;
        position: absolute;
        bottom: 15px;
        left: 10px;
    }
    nav {
        position: fixed;
        top: 0;
        z-index: 999;
        right: 0;
        margin: 0;
    }
    nav {
        width: auto;
        padding: 0;
        right: 0;
        left: inherit;
    }
    nav ul {
        width: 240px;
        position: absolute;
        margin: 0 20px 0 0;
        top: -220px;
    }
    nav ul {
        background: #2CA1DB;
        width: 240px;
        display: block;
        position: absolute;
        margin-top: 0;
        right: calc(10% - 1px);
        border-radius: 10px;
        padding: 20px 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        visibility: hidden;
        opacity: 0;
    }
    nav ul li {
        display: block;
        margin: 0;
        padding: 0 25px;
        text-align: left;
    }
    ul li {
        margin: 0;
    }
    nav li {
        padding: 0 25px;
    }
    nav ul li a {
        font-size: 15px;
        display: block;
        padding: 8px 0;
        color: #fff;
        text-align: center;
        margin: 0 0 10px 0;
        transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
    }
    nav ul li a:hover {
        background: #f26e20;
        color: #fff;
        transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
    }
    #menu-btn.menu-on + ul {
        visibility: visible;
        opacity: 1;
        margin-top: 110px;
        top: 0;
    }
    .flex.head {
        margin-top: 50px;
    }
    .datenschutz {
        padding: 5px 0;
    }
    nav ul li a {
        font-size: 18px;
    }
    #uber-uns .col {
        width: 100%;
    }
    #kontaktform h2,
    #leistungen h2,
    #erfahrungen h2,
    #standorte h2,
    #kontakt h2 {
        font-size: 30px;
    }
    #leistungen .box h3 {
        font-size: 18px;
    }
    @-webkit-keyframes cursor {
        0% {
            transform: translate(0, 80px);
            opacity: 1;
        }
        80% {
            transform: translate(-20px, 0);
        }
        90% {
            transform: translate(-20px, 0);
            opacity: 1;
        }
        95% {
            transform: translate(-20px, 0);
            opacity: 0;
        }
        100% {
            transform: translate(-20px, 0);
            opacity: 1;
        }
    }
    #pflegeberatung {
        padding: 25px;
    }
    .headerbild {
        padding-right: 30px;
        margin-right: 0;
    }
}
@media screen and (max-width: 880px) {
    #uber-uns {
        padding: 50px 0;
    }
    .title p {
        margin-top: 40px;
    }
    .logo {
        width: 100%;
    }
    #erfahrungen a {
        font-size: 16px;
    }
    #pflegeberatung .txt {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    #impressum .col {
        flex-basis: 100%;
    }
    .headerbild {
        flex-basis: 100%;
        order: 2;
        padding: 0;
    }
    nav ul li {
        margin: 0 10px;
    }
    .title {
        flex-basis: 100%;
    }
    .logo {
        max-width: 310px;
        margin-bottom: 20px;
    }
    .title p {
      position: absolute;
      top: 420px;
      background: #fff;
        font-size: 30px;
      padding: 12px 20px;
    }
    .title p strong {
      font-size: 50px;
    }
    #kontaktform {
        padding: 50px 0;
    }
    #leistungen .box {
        flex-basis: 45%;
    }
    #leistungen .box:nth-child(1) {
        margin: 0 10px 20px 0;
    }
    #leistungen .box:nth-child(2) {
        margin: 0 0 20px 10px;
    }
    #leistungen .box:nth-child(3) {
        margin: 0 10px 20px 0;
    }
    #leistungen .box:nth-child(4) {
        margin: 0 0 20px 10px;
    }
    #standorte .container {
        max-width: 420px;
    }
    #standorte .col {
        flex-basis: 100%;
        margin-bottom: 40px;
    }
    #leistungen p.first {
        padding: 20px;
    }
    #pflegeberatung .icon {
        width: 100px;
        height: 100px;
        background-size: cover;
    }
    #kontakt .flex {
        align-items: end;
    }
}
@media screen and (max-width: 650px) {
    .logo {
        margin-top: 20px;
    }
    
    #kontakt .col:first-child {
        display: none;
    }
    #kontakt .col:last-child {
        flex-basis: 100%;
    }
    #kontakt {
        padding: 50px 0;
        text-align: center;
    }
}
@media screen and (max-width: 620px) {
    #pflegeberatung .icon {
        margin: 0;
    }
    #pflegeberatung .txt {
        width: 100%;
        text-align: center;
    }
    #pflegeberatung .btn {
        margin: 20px auto 0;
    }
    .title p {
      top: 370px;
    }
    .bewertungsslider .slick-next {
        right: 34%;
    }
    .bewertungsslider .slick-prev {
        right: inherit;
        left: 34%;
    }
    .bewertungsslider .slick-arrow {
        bottom: -60px;
    }
    #pflegeberatung .icon {
        width: 80px;
        height: 80px;
        background-size: cover;
        margin-bottom: 10px;
    }
    #pflegeberatung .icon img {
        width: 45px;
    }
    #kontaktform h2 {
        font-size: 22px;
    }
    #kontaktform p {
        width: 100%;
    }
    footer img {
        width: 30%;
    }
}
@media screen and (max-width: 480px) {
    .title p {
        font-size: 24px;
        top: 300px;
    }
    .title p strong {
        font-size: 30px;
    }
    #erfahrungen .box-5 {
        padding: 25px;
    }
    .cursor {
        display: none;
    }
    footer .flex {
        justify-content: center;
    }
    #leistungen .box {
        flex-basis: 100%;
    }
    #leistungen .box:nth-child(1),
    #leistungen .box:nth-child(2),
    #leistungen .box:nth-child(3),
    #leistungen .box:nth-child(4),
    #leistungen .box:nth-child(5) {
        margin: 0 0 30px 0;
    }

    footer .flex {
        display: block;
    }
    footer img {
        width: 100%;
        max-width: 240px;
        display: block;
        margin: 0 auto 20px;
    }
    .logo {
        max-width: 230px;
    }
    #leistungen {
        padding: 50px 0;
    }
    #uber-uns h1,
    #kontaktform h2,
    #leistungen h2,
    #erfahrungen h2,
    #standorte h2,
    #kontakt h2 {
        font-size: 26px;
    }
    #leistungen h4,
    #pflegeberatung .txt h3,
    #uber-uns h2 {
        font-size: 18px;
    }
    .button strong {
        font-size: 18px;
    }
    .btn {
        width: 250px;
    }
    .bewertungsslider .slick-next {
        right: 30%;
    }
    .bewertungsslider .slick-prev {
        right: inherit;
        left: 30%;
    }
}
@media screen and (max-width: 440px) {
    .headerbild {
        height: 310px;
    }
    #uber-uns, #impressum {
        padding: 50px 0;
    }
    .title p {
        top: 360px;
    }
}