@import url("reset.css");
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* playfair-display-700italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'),
       url('../fonts/playfair-display-v13-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/playfair-display-v13-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.clear {
    clear: both;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#nav_button {
    display: none;
}
strong {
    font-weight: 700;
}
body {
    font: 13px/22px "Open Sans", sans-serif;
    color: #78797b;
    -webkit-text-size-adjust: none;
}
#headerbild {
    box-shadow: 0 2px 10px #dedede inset;
    background: url(../images/seniorin-2.jpg) no-repeat center center;
    height: 430px;
}
#headerbild.abstand {
    margin-top: 60px;
}
.logo-mini {
    display: none;
}
.menu {
    padding: 15px 0;
}
.menu-fixed {
    background: #fff;
    position: fixed;
    height: 60px;
    z-index: 99;
    top: -60px;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: transform 1s ease 0s;
    -o-transition: transform 1s ease 0s;
    transition: transform 1s ease 0s;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.menu-fixed a {
    color: #c9627e;
}
.menu-fixed a.active {
    color: #80394c;
}
.menu-fixed .logo-mini {
    display: block;
    left: 50px;
    position: absolute;
    top: 5px;
    width: 190px;
}

.logo {
    width: 223px;
    margin: auto;
    padding: 60px 0 30px 0;
    display: block;
}
nav {
    margin: auto;
    width: 790px;
}
nav ul li a {
    color: #78797b;
    text-decoration: none;
    line-height: 24px;
    vertical-align: top;
}
nav ul li {
    float: left;
    font-size: 15px;
    line-height: 18px;
    margin: 0 15px;
}
nav ul li a.active {
    color: #c9627e;
}
.inner {
    width: 1024px;
    margin: auto;
}
.txt-box {
    background: #c9627e;
    box-shadow: 0 2px 10px #dedede;
    padding: 10px;
    position: relative;
    top: 80px;
    width: 450px;
    text-align: center;
}
.txt-box .inner-2 {
    border: 1px solid #dedede;
    padding: 40px 25px 30px 25px;
}
.txt-box h4 {
    font: italic 20px/24px "Playfair Display", serif;
    color: #fff;
    margin: 0 0 12px 0;
}
.txt-box p {
    color: #fff;
}
img.pfeil {
    margin: 12px 0 0 0;
    animation: 1s linear 0s normal none 3 running pulse;
    -webkit-animation: 1s linear 0s normal none 3 running pulse;
    -moz-animation: 1s linear 0s normal none 3 running pulse;
    -o-animation: 1s linear 0s normal none 3 running pulse;
}
@keyframes pulse {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
#home {
    padding: 100px 0;
}
h1 {
    font: italic 34px/38px "Playfair Display", serif;
    color: #c9627e;
}
h2 {
    font: italic 22px/28px "Playfair Display", serif;
    color: #78797b;
    margin: 0 0 20px 0;
}
h3 {
    font: italic 34px/38px "Playfair Display", serif;
    color: #c9627e;
    text-align: center;
    margin: 0 0 12px 0;
}
.col-l {
    margin: 0 3% 0 0;
    width: 64%;
}
.col-l p {
    margin: 0 0 12px 0;
}
.col-r {
    width: 32%;
}
.col-r h2 {
    color: #80394c;
}
.col-l,
.col-r {
    display: inline-block;
    vertical-align: top;
}
.col-r ul li:before {
    content: url("../images/schere-lila2.png");
    vertical-align: top;
    margin: 0 5px 0 0;
}
.col-r ul li {
    font-size: 14px;
    color: #78797b;
}
#toggle {
    display: none;
}
#pflege {
    background: #f2f2f2;
}
.boxen {
    width: 730px;
    margin: auto;
    padding: 30px 0 0 0;
}
.box-1,
.box-2,
.box-3 {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 500px;
    overflow: hidden;
}
.box-1 img,
.box-2 img,
.box-3 img {
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.box-1 img:hover,
.box-2 img:hover,
.box-3 img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.box-1 .rubrik,
.box-2 .rubrik,
.box-3 .rubrik {
    background: #c9627e;
    color: #fff;
    position: absolute;
}
.box-1 .rubrik {
    bottom: 100px;
    width: 100%;
}
.box-2 .rubrik {
    bottom: 200px;
    width: 100%;
}
.box-3 .rubrik {
    bottom: 40px;
    width: 100%;
}
.rubrik h4 {
    font: 700 italic 20px/24px "Playfair Display", serif;
    padding: 20px 40px;
    text-align: center;
}
#pflege {
    padding: 100px 0 200px 0;
}
#pflege p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
}
#preise .box-l,
#preise .box-r {
    display: inline-block;
    width: 48%;
}
#preise .box-r {
    float: right;
}
#preise .box-l a {
    color: #80394c;
    display: block;
    font-size: 21px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
}
#preise .box-l a:after {
    content: url("../images/schere-lila.png");
    padding: 0 0 0 10px;
}
#preise .box-l .ui-tabs-active a {
    border-bottom: 2px solid #fff;
    color: #fff;
}
#preise .box-l .ui-tabs-active a:after {
    content: url("../images/schere-weiss.png");
}
#preise .box-r::before {
    background: #80394c;
    content: "";
    height: 550px;
    margin-left: -150px;
    margin-top: -50px;
    position: absolute;
    transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    width: 200px;
}
#preise .box-r {
    background: #80394c;
    color: #fff;
    height: 550px;
    padding: 50px;
    position: relative;
/*    top: -90px;*/
}
#preise .box-r h3 {
    color: #fff;
}
#preise .box-r p {
    font-size: 11px;
    line-height: 16px;
    margin: 12px 0 0;
}
#preise .box-l {
    background: url(../images/bg.jpg) repeat-x;
    padding: 70px 0 70px 100px;
    position: relative;
    border-top: 75px solid #f2f2f2;
    width: 51%;
}
#tabs-1,
#tabs-2,
#tabs-3,
#tabs-4,
#tabs-5 {
    position: relative;
    z-index: 3;
    height: 400px;
    overflow: scroll;
    padding: 0 20px 0 0;
}
table .size {
    font-size: 16px;
}
table td:first-child {
    width: 64%;
}
table td {
    padding: 5px 8px;
}
table tr:nth-child(2n) {
    background: #65313f;
}
table tr td.right {
    text-align: right;
    width: 12%;
}
table {
    margin: 15px 0 0 0;
}
.formular {
    width: 840px;
    margin: auto;
}
.formular h3 {
    margin: 0 0 30px 0;
}
#kontakt {
    padding: 100px 0;
}
footer {
    background: #c9627e;
    border-bottom: 30px solid #80394c;
    border-top: 10px solid #e5e5e5;
    padding: 50px 0;
}
footer .box {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}
footer h5 {
    font: italic 18px/20px "Playfair Display", serif;
    margin: 0 0 12px 0;
}
footer a {
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .inner {
        width: 90%;
        margin: 0 5%;
    }
    
    .logo {
        padding: 20px 0 0 0;
    }
    .menu-fixed {
        height: inherit;
    }
    .menu-fixed .logo-mini {
        top: 12px;
    }
    #navwrapper * {
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }
    nav {
        height: auto;
        width: 100%;
        background: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    nav ul li {
        border: none;
    }
    nav ul li:hover a {
        color: #c9627e;
    }
    nav {
        position: relative;
    }
    .menu {
        padding: 0 0 30px 0;
    }
    .menu-fixed #navwrapper ul {
        position: relative;
        top: 40px;
    }
    nav ul li {
        margin: 0;
    }
    #navwrapper label {
        display: block;
        width: 100%;
        text-align: right;
        padding: 0;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    #nav_button ~ ul,
    #nav_button ~ ul li {
        max-height: 0;
        overflow: hidden;
        list-style-type: none;
        width: 100%;
        text-align: center;
        list-style-image: none;
        background-image: none;
    }
    #nav_button:checked ~ul {
        max-height: 500px;
        overflow: hidden;
    }
    #nav_button:checked ~ul li {
        max-height: 60px;
        overflow: hidden;
        line-height: 40px;
    }
    #toggle {
        display: block;
        margin: auto;
    }
    body {
        -webkit-font-smoothing: antialiased;
    }
    .burger-menu {
        position: relative;
        cursor: pointer;
        height: 50px;
        top: 28px;
    }
    .burger-menu p {
        font: italic 20px/24px "Playfair Display", serif;
        color: #c9627e;
    }
    #kontakt {
        padding: 100px 0 20px 0;
    }
}
@media screen and (max-width: 890px) {
    .boxen {
        width: 80%;
        margin: 0 10%;
    }
    .box-1, .box-2, .box-3 {
        width: 32%;
    }
    #preise .box-l {
        background: #C9627F;
        padding: 70px 0 70px 60px;
        width: 48%;
    }
    #preise .box-l a {
        font-size: 16px;
        line-height: 22px;
    }
    #preise .box-r {
        background: #80394C;
    }
    .formular {
        width: 90%;
        margin: 0 5%;
    }
}

@media screen and (max-width: 768px) {
    .txt-box {
        width: 280px;
    }
    #pflege {
        padding: 80px 0 50px 0;
    }
    .col-l, .col-r {
        display: block;
        width: 100%;
    }
    .col-r {
        margin: 30px 0 0 0;
    }
    #preise .box-r::before, #preise .box-l a::after, #preise .box-l .ui-tabs-active a::after {
        display: none;
    }
    #preise .box-l, #preise .box-r {
        width: 100%;
        display: block;
        padding: 50px;
        height: inherit;
    }
    .box-l li {
        display: inline-block;
    }
    #preise .box-l a {
        margin: 0 12px 0 0;
        font-weight: 700;
    }
    footer .box {
        text-align: center;
        width: 100%;
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width: 640px) {
    h1, h3 {
        font: italic 28px/32px "Playfair Display", serif;
        color: #c9627e;
    }
    .boxen {
        width: 100%;
        margin: 0;
    }
    .rubrik h4 {
        font: 700 italic 16px/20px "Playfair Display", serif;
    }
}
@media screen and (max-width: 460px) {
    #headerbild {
        background: url(../images/seniorin-2.jpg) no-repeat center right;
    }
    .box-1, .box-2, .box-3 {
        width: 100%;
        height: 350px;
    }
    .box-1 img, .box-2 img, .box-3 img {
        width: 100%;
    }
    .box-1 .rubrik, .box-2 .rubrik, .box-3 .rubrik {
        bottom: 0;
    }
    .box-l li {
        display: block;
        text-align: center;
    }
    #preise .box-l li a {
        line-height: 30px;
    }
    .txt-box {
        width: 100%;
        top: 210px;
    }
    .txt-box .inner-2 {
        padding: 20px;
    }
}
@media screen and (max-width: 360px) {
    table {
        width: 100%;
    }
    table * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
}