@import url("reset.css");

/* noto-sans-regular - latin */

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans'), local('NotoSans'), url('../fonts/noto-sans-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/noto-sans-v8-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-700 - latin */

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), url('../fonts/noto-sans-v8-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/noto-sans-v8-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-italic - latin */

@font-face {
    font-family: 'Noto Serif';
    font-style: italic;
    font-weight: 400;
    src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url('../fonts/noto-serif-v7-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/noto-serif-v7-latin-italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-700 - latin */

@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url('../fonts/noto-serif-v7-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/noto-serif-v7-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-700italic - latin */

@font-face {
    font-family: 'Noto Serif';
    font-style: italic;
    font-weight: 700;
    src: local('Noto Serif Bold Italic'), local('NotoSerif-BoldItalic'), url('../fonts/noto-serif-v7-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/noto-serif-v7-latin-700italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.clear {
    clear: both;
}
.is--hidden{
    display:none;
}
body {
    font: 400 14px/22px 'Noto Sans', arial, helvetica;
    color: #552a27;
}
.inner {
    width: 1024px;
    margin: auto;
}
header {
    background: url(../images/bg-hell.jpg);
}
.links {
    padding: 10px 0 0 0;
    float: left;
}
.links a {
    color: #522a27;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
.links a:first-child {
    margin: 0 15px 0 0;
}
.profil {
    float: right;
    padding: 10px 0 0 0;
}
.profil a {
    color: #522a27;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
.profil span {
    color: #abb95f;
    font-size: 12px;
}
.profil a:first-child {
    margin: 0 7px 0 0;
}
.profil .phone:before {
    content: url(../images/phone-icon.png);
    padding: 0 8px 0 0;
}
.profil a:last-child {
    margin: 0 0 0 7px;
}
.profil .login:before {
    content: url(../images/profil-icon.png);
    padding: 0 8px 0 0;
}
.logo {
    width: 210px;
    background: #fff;
    height: 210px;
    border-radius: 0 0 50% 50%;
    box-shadow: 0px 0px 4px #9f908e;
    position: absolute;
    z-index: 9;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}
.logo img {
    padding: 38px 24px 0 24px;
}
#headerbild {
    background: url(../images/kv-shop.jpg) no-repeat center center / cover;
    height: 100vh;
    -webkit-clip-path: ellipse(86% 92% at 50% 0%);
    clip-path: ellipse(86% 92% at 50% 0%);
}
#nav_button {
    display: none;
}
nav {
    display: flex;
    margin: 50px 0 20px 0;
}
nav ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    display: inline-flex;
}
nav ul li:nth-child(1) {
    margin: 0 50px 0 85px;
}
nav ul li:nth-child(2) {
    margin: 0 135px 0 0;
}
nav ul li:nth-child(3) {
    margin: 0 0 0 130px;
}
nav ul li:nth-child(4) {
    margin: 0 0 0 50px;
}
nav ul li a {
    color: #522a27;
    text-decoration: none;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
}
nav ul li a.active,
nav ul li a:hover {
    color: #abb95f;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
}
nav.menu-fixed * {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
nav.menu-fixed {
    position: fixed;
    right: 30px;
    width: 310px;
    top: 70px;
    z-index: 99999;
    background: none;
    box-shadow: none;
    display: inherit!important;
    justify-content: inherit;
    margin: 0;
    height: 40px;
    transition: all 1s ease;
    -webkiit-transition: all 1s ease;
}
nav.menu-fixed ul li {
    display: inherit;
    padding: 0;
    margin: 0;
}
nav.menu-fixed ul li:nth-child(1),
nav.menu-fixed ul li:nth-child(2),
nav.menu-fixed ul li:nth-child(3),
nav.menu-fixed ul li:nth-child(4) {
    margin: 0;
}
nav.menu-fixed ul li a {
    color: #fff;
    display: block;
}
nav.menu-fixed label {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
nav.menu-fixed #button {
    position: fixed;
    right: 30px;
    top: 30px;
}
nav.menu-fixed #nav_button ~ ul,
nav.menu-fixed #nav_button ~ ul li {
    max-height: 0;
    overflow: hidden;
    list-style-type: none;
    width: 100%;
    text-align: left;
    list-style-image: none;
    background-image: none;
}
nav.menu-fixed #nav_button ~ul li {
    background: #abb85f;
    padding: 0 0 0 15px;
}
nav.menu-fixed #nav_button ~ ul li:first-child {
    border-radius: 5px 5px 0 0;
}
nav.menu-fixed #nav_button ~ ul li:last-child {
    border-radius: 0 0 5px 5px;
}
nav.menu-fixed #nav_button ~ ul li {
    border-radius: 0;
    text-align: center;
}
nav.menu-fixed #nav_button ~ul li:hover {
    background: #869146;
}
nav.menu-fixed #nav_button:checked ~ul {
    max-height: 500px;
    overflow: hidden;
    border: 2px solid #fff;
    margin: 20px 0 0 0;
    border-radius: 8px;
}
nav.menu-fixed #nav_button:checked ~ul li {
    max-height: 60px;
    overflow: hidden;
    line-height: 40px;
    padding: 0;
    margin: 0!important;
}
nav.menu-fixed .burger-menu {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
}
nav.menu-fixed .burger {
    position: absolute;
    background: #abb85f;
    width: 30px;
    height: 4px;
    top: 50%;
    right: 0px;
    margin-top: -2px;
    opacity: 1;
    margin-right: 10px;
}
nav.menu-fixed .burger::before {
    position: absolute;
    background: #abb85f;
    width: 30px;
    height: 4px;
    top: 10px;
    content: "";
    display: block;
}
nav.menu-fixed .burger::after {
    position: absolute;
    background: #abb85f;
    width: 30px;
    height: 4px;
    bottom: 10px;
    content: "";
    display: block;
}
nav.menu-fixed .burger::after,
nav.menu-fixed .burger::before,
nav.menu-fixed .burger {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
nav.menu-fixed .burger-menu.menu-on .burger::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: -2px;
}
nav.menu-fixed .burger-menu.menu-on .burger::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 2px;
}
nav.menu-fixed .burger-menu.menu-on .burger {
    background: rgba(111, 111, 111, .0);
}
.claim {
    position: relative;
    top: 45%;
}
.claim p {
    font: italic 400 50px/54px 'Noto Serif', serif;
    color: #fff;
    text-shadow: 5px 5px 10px #552a27;
    text-align: center;
}
.claim p span {
    font: italic 400 40px/44px 'Noto Serif', serif;
}
.button {
    font: italic 700 20px/24px 'Noto Serif', serif;
    color: #fff;
    background: #552a27;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid #321210;
    margin: 20px auto 0;
    display: block;
    width: 180px;
    text-align: center;
}
header .stoerer {
    position: absolute;
    margin-top: -220px;
    right: 10%;
}
#section-1 {
    background: url(../images/bg-hell.jpg);
    padding: 0 0 50px 0;
}
h1 {
    font: italic 400 26px/32px 'Noto Serif', serif;
    color: #abb95f;
    margin: 0 0 20px 0;
    text-align: left;
}
strong {
    font-weight: 700;
}
p {
    margin: 0 0 20px 0;
}
#section-1 .inner {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
#section-1 .block {
    width: 48%;
}
#section-1 .block:first-child {
    text-align: justify;
    width: 46%;
}
#section-1 .block .circle {
    padding: 0 20px 0 0;
}
#section-1 .block h3 {
    font: italic 400 20px/30px 'Noto Serif', serif;
}
.linie {
    width: 3px;
    height: 460px;
    position: absolute;
    border-right: 3px dashed #abb95f;
    margin-top: -100px;
}
.point-1,
.point-2,
.point-3,
.point-4 {
    display: flex;
    margin-left: -28px;
    position: relative;
    z-index: 2;
}
#section-2 {
    padding: 100px 0 0 0;
}
#section-2 h2 {
    font: italic 400 40px/44px 'Noto Serif', serif;
    color: #abb85f;
    text-align: center;
    margin: 0 0 20px 0;
}
#section-2 p:first-of-type {
    width: 60%;
    text-align: center;
    margin: auto;
}
#section-2 .circle {
    background: url(../images/kv-barf-menue.png) no-repeat center center;
    height: 620px;
    margin: 60px 0 0 0;
}
#section-2 .circle::before {
    content: ' ';
    border: 5px solid #eee;
    width: 600px;
    height: 600px;
    position: absolute;
    border-radius: 100%;
    margin: auto;
    right: 0;
    left: 0;
}
#section-2 h4 {
    font: italic 400 20px/24px 'Noto Serif', serif;
    color: #522a27;
}
#section-2:hover .steps {
    animation: steps 0.6s;
    animation-delay: 1.8s;
}
@keyframes steps {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
#section-2 .step-1 {
    width: 200px;
    background: url(../images/step-1.png) no-repeat center right;
    position: absolute;
    top: 500px;
    left: 70px;
}
#section-2:hover .step-1 {
    animation: step-1 2s 1 2s normal;
    -webkit-animation: step-1 2s 1 2s normal;
    -moz-animation: step-1 2s 1 2s normal;
    -ms-animation: step-1 2s 1 2s normal;
    -o-animation: step-1 2s 1 2s normal;
}
@keyframes step-1 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#section-2 .step-2 {
    width: 270px;
    background: url(../images/step-2.png) no-repeat center right;
    position: absolute;
    top: 200px;
    left: 80px;
    text-align: right;
}
#section-2:hover .step-2 {
    animation: step-2 2.3s 1 2s normal;
    -webkit-animation: step-2 2.3s 1 2s normal;
    -moz-animation: step-2 2.3s 1 2s normal;
    -ms-animation: step-2 2.3s 1 2s normal;
    -o-animation: step-2 2.3s 1 2s normal;
}
@keyframes step-2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.step-2 img {
    padding: 0 130px 0 0;
}
.step-2 h4 {
    padding: 0 130px 0 0;
}
#section-2 .step-3 {
    width: 290px;
    background: url(../images/step-3.png) no-repeat center left;
    position: absolute;
    top: 240px;
    right: 30px;
}
#section-2:hover .step-3 {
    animation: step-3 2.6s 1 2s normal;
    -webkit-animation: step-3 2.6s 1 2s normal;
    -moz-animation: step-3 2.6s 1 2s normal;
    -ms-animation: step-3 2.6s 1 2s normal;
    -o-animation: step-3 2.6s 1 2s normal;
}
@keyframes step-3 {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.step-3 img,
.step-3 h4 {
    padding: 0 0 0 110px;
}
#section-2 .step-4 {
    width: 300px;
    background: url(../images/step-4.png) no-repeat center left;
    position: absolute;
    top: 600px;
    right: 30px;
}
#section-2:hover .step-4 {
    animation: step-4 3.3s 1 2s normal;
    -webkit-animation: step-4 3.3s 1 2s normal;
    -moz-animation: step-4 3.3s 1 2s normal;
    -ms-animation: step-4 3.3s 1 2s normal;
    -o-animation: step-4 3.3s 1 2s normal;
}
@keyframes step-4 {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.step-4 img,
.step-4 h4 {
    padding: 0 0 0 100px;
}
#section-2 .inner {
    position: relative;
}
#section-3 {
    background: url(../images/bg-dunkel.jpg);
}
#section-3 .stoerer {
    position: relative;
    float: right;
    z-index: 15;
    top: 50px;
}
#section-3:before {
    background: #fff;
    content: ' ';
    -webkit-clip-path: ellipse(57% 200px at 50% 0%);
    clip-path: ellipse(57% 200px at 50% 0%);
    height: 200px;
    width: 100%;
    position: absolute;
}
#section-3 h2 {
    font: italic 400 40px/44px 'Noto Serif', serif;
    color: #552a27;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 50px 0 0 0;
}
#section-3 .blocks {
    display: flex;
    justify-content: space-between;
}
#section-3 .block {
    width: 48%;
    text-align: justify;
}
#section-3 figcaption {
    background: #abb85f;
    border-radius: 5px;
    width: 270px;
    height: 160px;
}
#section-3 figure img {
    position: relative;
    z-index: 2;
}
#section-3 figcaption {
    position: relative;
    z-index: 1;
    top: -90px;
    left: 70px;
}
#section-3 figcaption img {
    padding: 95px 0 0 30px;
}
#section-4 {
    background: url(../images/bg-hell.jpg);
    border-top: 10px solid #fff;
    padding: 100px 0;
}
#section-4 h2 {
    font: italic 400 40px/44px 'Noto Serif', serif;
    color: #abb85f;
    text-align: center;
    margin: 0 0 20px 0;
}
#section-4 h2.panel--title {
    font-size: 20px;
    line-height: 24px;
    color: #5c2522;
    text-align: left;
}
#kvFachForm * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#kvFachForm input, #kvFachForm #salutation, #kvFachForm #country, #kvFachForm #salutation2, #kvFachForm #country_shipping {
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #dadada;
    font-size: 14px;
    color: #552a27;
    font-family: 'Noto Sans';
    margin: 0 0 15px 0;
    width: 100%;
}
#kvFachForm .register--phone {
    margin: 25px 0 0 0;
}
#kvFachForm .register--company {
    margin: 50px 0 0 0;
}
#kvFachForm .register--alt-shipping {
    margin: 30px 0 0 0;
}
#kvFachForm .register--submit {
    background: #552a27;
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    border: none;
    margin: 20px 0 0 0;
    font: italic 400 16px/20px 'Noto Serif', serif;
}

#kvFachForm #salutation, #kvFachForm #country, #kvFachForm #salutation2, #kvFachForm #country_shipping {
  -webkit-appearance: none;
-moz-appearance: none;
    background: #fff url("../images/pfeil-unten.png") no-repeat scroll 96% center;
}
#kvFachForm {
    display: flex;
    justify-content: space-between;
}
#kvFachForm .colum {
    width: 48%;
}
#kvFachForm .js--fancy-select-text {
    display: none;
}
#kvFachForm .register--personal, #kvFachForm .register--company, #kvFachForm .register--address, #kvFachForm .register--shipping, #kvFachForm .register--required-info, #kvFachForm .register--action {
    width: 100%;
}
#kvFachForm #register_billing_shippingAddress {
    width: inherit;
}
#kvFachForm #datenschutz {
    width: 13px;
}
#kvFachForm a {
    color: #552a27;
}
.meldung {
    background: rgba(171, 184, 95, 0.8);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 30px 0;
}

::-webkit-input-placeholder {
    color: #5c2522;
    opacity: 1 !important; /* for chrome */
}

:-moz-placeholder { /* Firefox 18- */
    color: #5c2522;
    opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #5c2522;
    opacity: 1 !important;
}

:-ms-input-placeholder {  
   color: #5c2522;
   opacity: 1 !important;
}
#section-5 h2 {
    font: italic 400 40px/44px 'Noto Serif', serif;
    color: #552a27;
    text-align: center;
    margin: 0 0 40px 0;
}
#section-5 {
    padding: 100px 0;
}
#section-5 .blocks {
    display: flex;
    justify-content: space-between;
}
#section-5 .block {
    width: 30%;
}
#section-5 .block a {
    color: #abb85f;
}
.gruen-bg {
    background: #abb85f;
}
.gruen-bg .inner {
    display: flex;
    justify-content: space-between;
}
.gruen-bg .col {
    width: 33%;
}
.gruen-bg .col:first-child img {
    position: absolute;
    margin-top: 30px;
}
.gruen-bg .col:nth-child(2) img {
    padding: 38px 0;
}
.gruen-bg .col:last-child img {
    position: absolute;
    margin-top: -122px;
}
.copyright {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    padding: 25px 0 0 0;
}
.totop {
    float: right;
}
footer .inner:last-child {
    padding: 20px 0;
}
@media screen and (max-width: 1280px) {
    body {
        overflow-x: hidden;
    }
}
@media screen and (max-width: 1024px) {
    .inner {
        width: 90%;
        margin: 0 5%;
    }
    #section-2 .inner {
        width: 100%;
        margin: 0;
    }
    #section-2 .circle::before {
        width: 500px;
        height: 500px;
    }
    #section-2 .circle {
        background: url(../images/kv-barf-menue.png) no-repeat center center/ 400px auto;
        height: 580px;
    }
    #section-2 .step-1 {
        left: 125px;
    }
    #section-2 .step-4 {
        top: 480px;
    }
    nav ul {
        width: 100%;
    }
    nav ul li:nth-child(1) {
        margin: 0 3% 0 3%;
    }
    nav ul li:nth-child(2) {
        margin: 0 15% 0 0;
    }
    nav ul li:nth-child(3) {
        margin: 0 0 0 16%;
    }
    nav ul li:nth-child(4) {
        margin: 0 0 0 3%;
    }
}
@media screen and (max-width: 940px) {
    #section-2 .step-1, #section-2 .step-2, #section-2 .step-3, #section-2 .step-4 {
        position: inherit;
        background-position: center left;
        width: 300px;
        height: 85px;
        background-size: 70px 70px;
    }
    #section-2 .inner {
        width: 90%;
        margin: 0 5%;
    }
    #section-2 .steps img {
        display: none;
    }
    .step-1 h4, .step-2 h4, .step-3 h4, .step-4 h4 {
        padding: 15px 0 0 100px;
        text-align: left;
    }
    #section-2 .circle::before {
        border: none;
    }
    #section-2 .circle {
        height: inherit;
        background: url(../images/kv-barf-menue.png) no-repeat center right/ 400px auto;
    }
}
@media screen and (max-width: 890px) {
    .claim p {
        font: italic 400 40px/40px 'Noto Serif', serif;
    }
    .claim p span {
        font: italic 400 26px/30px 'Noto Serif', serif;
    }
    nav * {
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }
    nav {
        position: fixed;
        right: 30px;
        width: 310px;
        top: 70px;
        z-index: 99999;
        background: none;
        box-shadow: none;
        display: inherit!important;
        justify-content: inherit;
        margin: 0;
        height: 40px;
        transition: all 1s ease;
        -webkiit-transition: all 1s ease;
    }
    nav ul li {
        display: inherit;
        padding: 0;
        margin: 0;
    }
    nav ul li:nth-child(1),
    nav ul li:nth-child(2),
    nav ul li:nth-child(3),
    nav ul li:nth-child(4) {
        margin: 0;
    }
    nav ul li a {
        color: #fff;
        display: block;
    }
    nav label {
        display: block;
        width: 100%;
        text-align: right;
        padding: 0;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    nav #button {
        position: fixed;
        right: 30px;
        top: 60px;
    }
    nav #nav_button ~ ul,
    nav #nav_button ~ ul li {
        max-height: 0;
        overflow: hidden;
        list-style-type: none;
        width: 100%;
        text-align: left;
        list-style-image: none;
        background-image: none;
    }
    nav #nav_button ~ul li {
        background: #abb85f;
        padding: 0 0 0 15px;
    }
    nav ul li a.active,
    nav ul li a:hover {
        color: #fff;
    }
    nav #nav_button ~ ul li:first-child {
        border-radius: 5px 5px 0 0;
    }
    nav #nav_button ~ ul li:last-child {
        border-radius: 0 0 5px 5px;
    }
    nav #nav_button ~ ul li {
        border-radius: 0;
        text-align: center;
    }
    nav #nav_button ~ul li:hover {
        background: #869146;
    }
    nav #nav_button:checked ~ul {
        max-height: 500px;
        overflow: hidden;
        border: 2px solid #fff;
        margin: 50px 0 0 0;
        border-radius: 8px;
    }
    nav #nav_button:checked ~ul li {
        max-height: 60px;
        overflow: hidden;
        line-height: 40px;
        padding: 0;
        margin: 0!important;
    }
    nav .burger-menu {
        position: relative;
        width: 50px;
        height: 50px;
        cursor: pointer;
        border-radius: 3px;
        background: #fff;
    }
    nav .burger {
        position: absolute;
        background: #abb85f;
        width: 30px;
        height: 4px;
        top: 50%;
        right: 0px;
        margin-top: -2px;
        opacity: 1;
        margin-right: 10px;
    }
    nav .burger::before {
        position: absolute;
        background: #abb85f;
        width: 30px;
        height: 4px;
        top: 10px;
        content: "";
        display: block;
    }
    nav .burger::after {
        position: absolute;
        background: #abb85f;
        width: 30px;
        height: 4px;
        bottom: 10px;
        content: "";
        display: block;
    }
    nav .burger::after,
    nav .burger::before,
    nav .burger {
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }
    nav .burger-menu.menu-on .burger::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        bottom: -2px;
    }
    nav .burger-menu.menu-on .burger::before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 2px;
    }
    nav .burger-menu.menu-on .burger {
        background: rgba(111, 111, 111, .0);
    }
    .profil,
    .links {
        padding: 10px 0;
    }
    .logo {
        width: 180px;
        height: 180px;
    }
    .logo img {
        width: 132px;
    }
    #headerbild {
        height: 600px;
    }
    header .stoerer {
        margin-top: -170px;
    }
    .stoerer img {
        width: 180px;
    }
    .button {
        font: italic 700 16px/24px 'Noto Serif', serif;
        padding: 12px 20px;
    }
    h1 {
        font: italic 400 22px/28px 'Noto Serif', serif;
    }
    #section-2 h2, #section-3 h2, #section-4 h2, #section-5 h2 {
        font: italic 400 30px/34px 'Noto Serif', serif;
    }
    #section-2 p:first-of-type {
        width: 90%;
    }
    #section-1 .block:first-child {
        text-align: left;
    }
    #section-3::before {
        -webkit-clip-path: ellipse(57% 170px at 50% 0%);
        clip-path: ellipse(57% 170px at 50% 0%);
    }
    .gruen-bg .inner {
        display: inherit;
    }
    .gruen-bg .col {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }
    .gruen-bg .col:first-child img {
        position: inherit;
        margin: 0;
    }
    .gruen-bg .col:last-child {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #section-1 .inner {
        display: inherit;
        padding: 0;
    }
    #section-1 .block,
    #section-1 .block:first-child {
        width: 100%;
    }
    .linie {
        height: 360px;
        margin-top: 0;
        margin-left: 28px;
    }
    .point-1,
    .point-2,
    .point-3,
    .point-4 {
        margin-left: 0;
    }
    #section-5 .blocks {
        display: block; 
    }
    #section-5 .block {
        width: 100%;
    }
    #kvFachForm {
        display: block;
    }
    #kvFachForm .colum {
        width: 100%;
    }
}
@media screen and (max-width: 680px) {
    .links.fixed {
        position: fixed;
        z-index: 99;
        background: #abb95f;
        padding: 10px 15px;
        border-radius: 5px 5px 0 0;
        bottom: 0;
    }
    .links.fixed a {
        color: #fff;
        font-weight: 700;
    }
    .logo {
        position: inherit;
        box-shadow: none;
        background: none;
        height: inherit;
        width: 163px;
        padding: 0 0 15px 0;
    }
    .logo img {
        padding: 0;
        width: 100%;
    }
    #section-1 {
        padding: 50px 0;
    }
    #section-2 {
        padding: 50px 0 0 0;
    }
    #section-2 .step-1, #section-2 .step-2, #section-2 .step-3, #section-2 .step-4 {
        width: 49%;
        display: inline-block;
    }
    #section-2 .circle {
        height: 450px;
        background: url(../images/kv-barf-menue.png) no-repeat bottom center/ 350px auto;
    }
    #section-2 .circle::before {
        width: inherit;
        height: inherit;
    }
    #section-3::before {
        clip-path: ellipse(57% 130px at 50% 0%);
        -webkit-clip-path: ellipse(57% 130px at 50% 0%);
        height: 130px;
    }
    #section-3 .stoerer {
        top: 10px;
    }
    #section-3 h2 {
        padding: 0;
    }
    #section-3 .blocks {
        display: block;
    }
    #section-3 .block {
        width: 100%;
    }
    #headerbild {
        height: 500px;
    }
    .claim {
        top: 38%;
    }
    header .stoerer {
        margin-top: -140px;
    }
    #section-4, #section-5 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 520px) {
    .claim p {
        font: italic 400 30px/30px 'Noto Serif', serif;
    }
    .claim p span {
        font: italic 400 20px/20px 'Noto Serif', serif;
    }
    .button {
        font: italic 700 14px/24px 'Noto Serif', serif;
        padding: 10px 15px;
    }
    #section-2 .step-1, #section-2 .step-2, #section-2 .step-3, #section-2 .step-4 {
        background-size: 50px 50px;
    }
    #section-2 h4 {
        font: italic 400 16px/20px 'Noto Serif', serif;
        padding: 20px 0 0 70px;
    }
    #section-2 .circle {
        background: url(../images/kv-barf-menue.png) no-repeat bottom center/ 300px auto;
    }
    .gruen-bg .col:first-child img, .gruen-bg .col:nth-child(2) img {
        width: 100%;
    }
}
@media screen and (max-width: 460px) {
    .profil, .links {
        float: none;
        padding: 0;
    }
    .links {
        padding: 10px 0 0 0;
    }
    nav #button {
        top: 20px;
    }
    .linie {
        height: 450px; 
    }
    #section-2 p:first-of-type {
        width: 100%;
    }
    #section-2 .circle {
        margin: 20px 0 0 0;
    }
    #headerbild {
        height: 450px;
        -webkit-clip-path: ellipse(115% 92% at 50% 0%);
        clip-path: ellipse(115% 92% at 50% 0%);
    }
    header .stoerer {
        margin-top: -120px;
    }
    .stoerer img {
        width: 140px;
    }
    #section-3::before {
        clip-path: ellipse(75% 130px at 50% 0%); 
         -webkit-clip-path: ellipse(75% 130px at 50% 0%);
    }
    #section-3 h2 {
        margin: 40px 0 20px 0;
    }
}
@media screen and (max-width: 360px) {
    nav {
        right: 0;
        width: 100%;
    }
    .claim {
        display: none;
    }
    .linie {
        height: 500px;
    }
    #section-1 .block h3 {
        font: italic 400 18px/24px 'Noto Serif', serif;
    }
    #headerbild {
        height: 300px; 
    }
    #section-2 .step-1, #section-2 .step-2, #section-2 .step-3, #section-2 .step-4 {
        width: 100%;
        display: block;
        height: 70px;
    }
    #section-2 .circle {
        height: 520px;
    }
    #section-3::before {
        clip-path: ellipse(75% 90px at 50% 0%);
        -webkit-clip-path: ellipse(75% 90px at 50% 0%);
        height: 90px;
    }
    #section-3 h2 {
        margin: 20px 0 20px 0;
    }
    #section-3 figure img {
        width: 100%;
    }
    #section-3 figcaption img {
        width: 137px;
    }
}
