@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v17-latin-regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), 
    url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), 
    url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), 
    url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v17-latin-600.eot');
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'),
    url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), 
    url('../fonts/open-sans-v17-latin-600.woff') format('woff'), 
    url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'),
    url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v17-latin-700.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), 
    url('../fonts/open-sans-v17-latin-700.woff') format('woff'),
    url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'),
    url('../fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg');
}

html,
body,
input,
textarea {
    color: #444444;
    font: 16px/27px 'Open Sans', sans-serif;
    / -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wrapper {
    width: 60%;
    margin: 0 auto;
}


html,
section,
body {
    overflow-y: inherit!important;
}

* {
    box-sizing: border-box;
}

a {
    color: #3F3C39;
    text-decoration: none;
    transition: all 1s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a:hover,
a,
footer,
section,
article,
div {
    outline: none!important
}

h1 {
    padding: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #648ebc;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 1.2;
    text-align: center;
    font-size: 28px;
}

h2 {
    text-transform: uppercase;
    color: #eaa12e;
    padding: 20px 0 10px 0;
    font-weight: 600;
    font-size: 28px
}

h3 {
    text-transform: uppercase;
    color: #eaa12e;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 18px
}


/* ==========================================================================
   header
   ========================================================================== */

.logo {
    position: absolute;
    top: 0;
    right: 50px;
}

header {
    background: url(../images/header.png)no-repeat center top / cover;
    width: 100%;
    height: 1200px;
}

.direktanruf {
    padding: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #648ebc;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 1.2;
    text-align: center;
    font-size: 20px;
}

.direktanruf p {
    position: relative;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

.slogan {
    width: 60%;
    padding-top: 620px;
    padding-left: 50px;
}

/* ==========================================================================
   navi
   ========================================================================== */

nav {
    position: fixed;
    display: flex;
    width: 100%;
    height: 80px;
    z-index: 100;
}

nav ul {
    padding-top: 10px;
}

nav ul li {
    display: inline-block;
    padding: 0 9px;
}

nav ul li a {
    font-weight: 300;
    color: #fff;
    background-color: #eaa12e;
    text-transform: uppercase;
    padding: 15px;
    font-size: 15px
}

nav ul li a:hover {
    background-color: #648ebc;
}

.sidenav,
header span {
    display: none;
}

/******************************* 
section1
*******************************/

#pflege .content,
#aktivierende-pflege .content {
    text-align: center;
    padding: 100px 0 150px 0;
}

#pflege a,
#kontakt a {
    color: #fff
}

#pflege a:hover,
#kontakt a:hover {
    text-decoration: underline;
}

.flex-container {
    display: flex;
}

#pflege .flex-item {
    flex-basis: 25%;
}

#pflege .flex-item {
    background-color: #648ebc;
    color: #fff;
    display: inline-block;
    padding: 50px;
    line-height: 2;
    transition: all 1s ease;
}

#pflege .flex-item:hover {
    background-color: #eaa12e
}

/******************************* 
section2
*******************************/

#pflege-vierundzwanzig-stunden {
    background: url(../images/hg-24-stunden.jpg)no-repeat center center / cover;
    width: 100%;
    height: 500px;
}

#leistungen {
    background: url(../images/zwischen-element.jpg)no-repeat center center / cover;
    width: 100%;
    height: 600px;
}

#pflege-vierundzwanzig-stunden .content {
    width: 50%;
    margin-left: 25%;
    background-color: rgba(100, 142, 188, 0.9);
    height: 500px;
    padding: 80px 50px 0 50px;
    text-align: center
}

#leistungen .content {
    width: 50%;
    margin-left: 25%;
    background-color: rgba(100, 142, 188, 0.8);
    height: 600px;
    padding: 120px 50px 25px 50px;
    text-align: center
}

#pflege-vierundzwanzig-stunden h2,
#pflege-vierundzwanzig-stunden h3,
#pflege-vierundzwanzig-stunden,
#leistungen,
#leistungen h2,
#leistungen h3 {
    color: #fff;
}

/******************************* 
section3
*******************************/

#hilfe-im-alltag {
    padding: 100px 0 150px 0;
    text-align: center;
    position: relative;
}

#hilfe-im-alltag .content,
#hilfe-im-alltag .stoerer {
    display: inline-block;
    width: 49%;
}

#hilfe-im-alltag .content {
    padding-left: 50px;
}

#hilfe-im-alltag .element {
    background: url(../images/balken.png)no-repeat center center / cover;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: -60px;
    height: 300px;
}

#hilfe-im-alltag .stoerer {
    position: relative;
    z-index: 1;
}

/******************************* 
section4
*******************************/

#kontakt {
    display: flex;
    justify-content: space-around;
    position: relative;
    color: #fff;
}

#kontakt .flex-item {
    width: 20%;
    padding: 35px
}

#kontakt .flex-item p {
    margin-bottom: 15px;
}

#kontakt .flex-item:nth-child(1) {
    background-color: #648ebc;
}

#kontakt .flex-item:nth-child(2),
#kontakt .flex-item:nth-child(3),
#kontakt .flex-item:nth-child(4),
#kontakt .flex-item:nth-child(5) {
    background-color: #87b2e1;
    color: #fff;
    transition: all 1s ease;
}

#kontakt .flex-item:nth-child(2):hover,
#kontakt .flex-item:nth-child(3):hover,
#kontakt .flex-item:nth-child(4):hover,
#kontakt .flex-item:nth-child(5):hover {
    background-color: #648ebc;
}

#kontakt .flex-item h2 {
    color: #fff;
    font-size: 22px;
}

#kontakt .flex-item:nth-child(1),
#kontakt .flex-item:nth-child(2),
#kontakt .flex-item:nth-child(3),
#kontakt .flex-item:nth-child(4) {
    border-right: 1px solid #fff
}

.size {
    font-size: 14px
}

#kontakt .button {
    background-color: #fff;
    color: #648ebc;
    padding: 10px;
    font-weight: 600;
}


.daten {
    position: fixed;
    bottom: 3px;
    z-index: 1000;
    right: 5%;
}

.daten a {
    font-size: 14px;
    color: #fff;
    background-color: #eaa12e;
    padding: 7px 19px;
    transition: all 1s ease;
}

.daten a:nth-child(1) {
    margin-right: 5px;
}

.daten a:hover {
    background-color: #648ebc;
}

#impressum {
    padding: 100px 0;
}

#impressum p {
    padding-bottom: 15px
}

#impressum a {
    color: #eaa12e
}

/******************************* 
Plugins
*******************************/

.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;transform:translateX(-50%)}.dsa-secure-plugin .check-slide-content{position:absolute;top:50%;left:5%;width:90%;margin:auto;-webkit-transform:translateY(100%);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;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:'Open Sans';display:block;margin:auto;width:calc(100% - 20px);max-width:300px;background-color:#eaa12e;border-radius:5px;padding:5px 10px;text-decoration:none;color:#fff}.dsa-secure-plugin a:hover{background-color:#bb7e1e}.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;}.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:#eaa12e;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;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:#eaa12e transparent transparent}.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:#eaa12e}.dsa-secure-plugin input:focus+.dsa-slider{box-shadow:0 0 1px #eaa12e}.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-color:#bb7e1e; font-size: 20px;}.dsa-cookie-notice{font-family:'Open Sans';font-size:12px;display:block;position:fixed;right: 5%;bottom:40px;z-index:99999!important;background-color:rgba(234,161,46,0.9); margin:auto;width:300px;text-align:center;color: #fff}.cookie-inner a{color:#fff;font-weight: 700;text-decoration: underline}.dsa-cookie-notice a:hover{text-decoration: none;}.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}}

/******************************* 
textmarkierungen
*******************************/

::selection {
    / background: #eaa12e;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #eaa12e;
    color: #fff;
    text-shadow: none
}

/* ==========================================================================
   media Queries
   ========================================================================== */

@media screen and (max-width: 1500px) {
    #kontakt {
        flex-wrap: wrap
    }
    #kontakt .flex-item:nth-child(1) {
        width: 100%;
    }
    #kontakt .flex-item:nth-child(2),
    #kontakt .flex-item:nth-child(3),
    #kontakt .flex-item:nth-child(4),
    #kontakt .flex-item:nth-child(5) {
        width: 50%;
        border: 1px solid #fff
    }
    #kontakt .flex-item:nth-child(1),
    #kontakt .flex-item:nth-child(3),
    #kontakt .flex-item:nth-child(5) {
        border-right: none
    }
    #kontakt .flex-item:nth-child(2),
    #kontakt .flex-item:nth-child(4) {
        border-left: none
    }
}

@media screen and (max-width: 1300px) {
    header {
        height: 800px
    }
    .slogan {
        padding-top: 420px
    }
}

@media screen and (max-width: 1220px) {
    #pflege .flex-container {
        flex-wrap: wrap;
    }
    #pflege .flex-item {
        flex-basis: 50%;
    }
    #pflege .flex-item:nth-child(1),
    #pflege .flex-item:nth-child(2) {
        border-bottom: 1px solid #fff;
    }
    #pflege .flex-item:nth-child(1),
    #pflege .flex-item:nth-child(3) {
        border-right: 1px solid #fff;
    }
    #pflege-vierundzwanzig-stunden .content,
    #leistungen .content {
        width: 80%;
        margin-left: 10%;
    }
}

@media screen and (max-width: 1000px) {
    nav ul {
        display: none;
    }
    nav {
        height: 50px;
    }
    header span {
        display: block;
        position: fixed;
        top: 25px;
        left: 50px;
        width: 56px;
        height: 50px;
        cursor: pointer;
        z-index: 10000;
        transition: all 1s;
        background-color: #eaa12e
    }
    header span:hover {
        background-color: #648ebc
    }
    header span img {
        width: 41px;
        height: 31px;
        position: absolute;
        top: 9px;
        left: 7px;
        margin: 0;
    }
    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 20000;
        top: 0;
        right: 0;
        background: rgba(100, 142, 188, 0.9);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 15px;
    }
    .sidenav a {
        padding: 17px 0 8px 0;
        text-decoration: none;
        font-size: 17px;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-family: 'Open Sans';
        text-align: center;
    }
    .sidenav a:nth-child(2) {
        margin-top: 70px;
    }
    .sidenav a:hover,
    .offcanvas a:focus {
        font-weight: bold
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    header {
        height: 600px;
    }
    .slogan {
        padding-top: 300px;
    }
    h1 {
        font-size: 20px
    }
    .direktanruf {
        font-size: 16px
    }
    #hilfe-im-alltag {
        padding: 100px 0 120px 0;
    }
    #hilfe-im-alltag .content,
    #hilfe-im-alltag .stoerer {
        display: block;
        width: 100%;
    }
    #hilfe-im-alltag .content {
        padding-left: 0;
        width: 80%;
        margin-left: 10%;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 810px) {
    .slogan {
        width: 100%;
        padding-left: 0;
        padding-top: 320px;
    }
}

@media screen and (max-width: 700px) {
    .wrapper {
        width: 80%;
    }
    #pflege-vierundzwanzig-stunden .content {
        width: 100%;
        margin-left: 0;
        padding: 80px 25px 0 25px;
    }
    #leistungen .content {
        width: 100%;
        margin-left: 0;
        padding: 120px 25px 0 25px;
    }
    #hilfe-im-alltag .element {
        margin-top: -40px;
    }
    #kontakt .flex-item:nth-child(2),
    #kontakt .flex-item:nth-child(3),
    #kontakt .flex-item:nth-child(4),
    #kontakt .flex-item:nth-child(5) {
        width: 100%;
        border-left: none;
        border-right: none;
    }    
    #pflege .flex-item {
        flex-basis: 100%;
    }
    #pflege .flex-item:nth-child(1),
    #pflege .flex-item:nth-child(2),
    #pflege .flex-item:nth-child(3),
    #pflege .flex-item:nth-child(4) {
        border-bottom: 1px solid #fff;
    }
    #pflege .flex-item:nth-child(1),
    #pflege .flex-item:nth-child(3) {
        border-right: none;
    }
}

@media screen and (max-width: 570px) {
    #kontakt .col-1 {
        height: 560px
    }
    #leistungen .content,
    #leistungen {
        height: 700px;
    }
}

@media screen and (max-width: 500px) {
    #hilfe-im-alltag .stoerer img {
        width: 100%
    }
    #kontakt .flex-item {
        padding: 25px;
    }
}

@media screen and (max-width: 450px) {
    .logo {
        right: 10px;
    }
    .wrapper {
        width: 90%;
    }
    #pflege-vierundzwanzig-stunden,
    #pflege-vierundzwanzig-stunden .content {
        height: 700px;
    }
    #hilfe-im-alltag .content {
        width: 90%;
        margin-left: 5%;
    }
    #kontakt .col-1 {
        height: 650px
    }
    #pflege .flex-item {
        padding: 50px 25px;
    }
}

@media screen and (max-width: 400px) {
    #leistungen .content,
    #leistungen,
    #pflege-vierundzwanzig-stunden,
    #pflege-vierundzwanzig-stunden .content {
        height: 850px;
    }
}
