/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v20-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v20-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v20-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v20-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v20-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v20-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v20-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v20-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v20-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

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

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

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

 * {
      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:focus,
a,
footer,
section,
article,
div {
    outline: none!important
}

h1, h2 {
    font-size: 60px;
    color: #eca598;
    font-weight: 700;
    margin-bottom: 50px;
}

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

header {
    position: relative;
}

.header-img {
    background: url(../images/header.jpg)no-repeat center center / cover;
    width: 100%;
    height: 97vH;
    position: relative;
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}

.prozent1, .prozent2, .prozent3, .prozent4, .prozent5 {
    position: absolute;
}

.prozent1 {
    background: url(../images/header-zehn.svg)no-repeat;
    width: 50px;
    height: 50px;
    right: calc(22% - 25px);
    top: 38vH;	
    animation: jump1 5s ease-in-out infinite;
}

.prozent2 {
    background: url(../images/header-zwanzig.svg)no-repeat;
    width: 80px;
    height: 80px;
    left: calc(42% - 40px);
    top: 80vH;
    animation: jump1 4s ease-in-out infinite;
}

.prozent3 {
    background: url(../images/header-dreissig.svg)no-repeat;
    width: 100px;
    height: 50px;
    left: calc(18% - 50px);
    top: 41vH;
    animation: jump1 3s ease-in-out infinite;
}

.prozent4 {
    background: url(../images/header-vierzig.svg)no-repeat;
    width: 120px;
    height: 80px;
    right: calc(47% - 60px);
    top: 27vH;
    animation: jump1 5s ease-in-out infinite;
}

.prozent5 {
    background: url(../images/header-fuenfzig.svg)no-repeat;
    width: 120px;
    height: 80px;
    right: calc(34% - 60px);
    top: 75vH;
    animation: jump1 4s ease-in-out infinite;
}

.arrow-down {
    position: absolute;
    top: 87vH;
    left: calc(50% - 23px);
    animation: jump1 5s ease-in-out infinite;
}

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


.logo {
    position: fixed;
    z-index: 102;
    top: 38px;
    left: calc(50% - 110px);
}

.logo img {
    width: 220px;
}

.btn-shop {
    position: absolute;
    right: 0;
    top: 65vH;
}

.kontakt {
    position: fixed;
    left: 2%;
    top: 67vH;
    z-index: 101;
}

.kontakt img {
    width: 50px;
}

.kontakt ul li {
    margin-bottom: 10px;
    border-radius: 30px;
    animation: shadow-pulse 2s infinite;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(153, 153, 153, 0.5);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(153, 153, 153, 0);
    }
}

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

nav {
    background-color: #fff;
    position: fixed;
    display: flex;
    width: 100%;
    height: 130px;
    z-index: 100;
    top: 25px;
}

nav ul {
    padding-top: 94px;
    margin: 0 auto
}

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

nav ul li a {
    font-weight: 600;
    color: #000000;
}

nav ul li a:hover {
    color: #737271;
}

.sidenav,
.open-menu {
    display: none;
}

aside {
    position: fixed;
    background-color: #999999;
    color: #fff;
    height: 28px;
    z-index: 100;
    width: 100%;
    top: 0;
}

aside ul {
    position: absolute;
    right: 5%;
    margin-top: -2px;
}

aside ul li {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 2px;
}

aside ul li a img {
    width: 15px;
}

.slogan {
    position: fixed;
    top: 0;
    left: 5%;
    z-index: 101;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.right {
    padding-right: 5px;
    margin-top: 1px;
}

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

.flex-container {
    display: flex;
}

#ueber-uns {
    padding-top: 50px;
    position: relative;
    bottom: -150px;
    z-index: 1;
}

#ueber-uns h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

#ueber-uns .flex-item:nth-child(1) {
    width: 70%;
    background-color: #faf9f9;
    padding: 200px 15%  200px 10%;
    position: relative;
}

#ueber-uns .flex-item:nth-child(1) img {
    position: absolute;
    left: 0;
    top: -102px;
}

#ueber-uns .flex-item:nth-child(1) p:first-of-type {
    margin-bottom: 25px;
}

#ueber-uns .flex-item:nth-child(2) {
    width: 50%;
    height: 50vH;
    position: relative;
}

#ueber-uns .flex-item:nth-child(2) .box-img {
    background: url(../images/ueber-uns.jpg)no-repeat center left / cover;
    width: 115%;
    height: 600px;
    position: relative;
    right: 15%;
    top: -50px;
}

#ueber-uns .flex-item:nth-child(2) .box-content {
    background-color: #99c6ba;
    color: #fff;
    padding: 55px;
    position: relative;
    top: -120px;
    width: 105%;
    right: 5%;
}

#ueber-uns .flex-item:nth-child(2) .box-content h3::before {
    content: url(../images/stars.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -23px;
}

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

.parallax {
    background: url(../images/mama-mit-baby.jpg)no-repeat right top / cover;
    width: 100%;
    height: 700px;
    position: relative;
    background-attachment: fixed;
}

.content-parallax {
    width: 700px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 250px;
    font-size: 30px;
    color: #fff;
    line-height: 2;
}
.content-parallax span {
    font-weight: 900;
    text-transform: uppercase
}

.jump {
    animation: jump 5s ease-in-out infinite;
}

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


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

#sale {
    padding: 150px 0 100px 0;
    position: relative;
}

.left {
    position: absolute;
    left: 0;
    top: -102px;
}

.rechts {
    position: absolute;
    right: 0;
    top: -31px;
}

#sale h3 {
    font-weight: 900;
    font-size: 22px;
}

#sale .content {
    width: 50%;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

#sale .content h2,
#sale .content h3,
#sale .content .text {
    position: relative;
    z-index: 1;
}

.prozent {
    position: absolute;
    left: -120px;
    bottom: -12px;
    font-size: 400px;
    color: #eca598;
    opacity: 0.1;
    z-index: 0;
    font-weight: 900;
}

#sale .flex-container,
#shop-kleidung .flex-container {
    flex-wrap: wrap;
    justify-content: space-around;
}

#sale .flex-item,
#shop-kleidung .flex-item {
    width: 30%;
    margin-bottom: 70px;
    position: relative;
}

#sale .flex-item img,
#shop-kleidung .flex-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#sale .flex-item:last-child,
#shop-kleidung .flex-item {
    margin-bottom: 0;
}

#sale .flex-item a,
#shop-kleidung .flex-item a{
    padding: 13px 25px;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 111px);    
}

#sale .flex-item:nth-child(1) a,
#sale .flex-item:nth-child(3) a,
#sale .flex-item:nth-child(5) a,
#sale .flex-item:nth-child(7) a,
#shop-kleidung .flex-item a,
#sale .flex-item:nth-child(2) a:hover,
#sale .flex-item:nth-child(4) a:hover,
#sale .flex-item:nth-child(6) a:hover {
    background-color: #eca598;
}

#sale .flex-item:nth-child(2) a,
#sale .flex-item:nth-child(4) a,
#sale .flex-item:nth-child(6) a,
#sale .flex-item:nth-child(1) a:hover,
#sale .flex-item:nth-child(3) a:hover,
#sale .flex-item:nth-child(5) a:hover,
#sale .flex-item:nth-child(7) a:hover,
#shop-kleidung .flex-item a:hover {
    background-color: #99c6ba;
}

#sale .flex-item:nth-child(3)::before {
    content: url(../images/punkte-pink-rechts.png);
    left: -32px;
    top: 20%;
    position: absolute;
}

#sale .flex-item:nth-child(4)::before {
    content: url(../images/punkte-tuerkis-links-zwei.png);
    right: -32px;
    top: 20%;
    position: absolute;
}

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

#shop-kleidung {
    background: url(../images/bg-muster.jpg)no-repeat center center / cover;
    width: 100%;
    height: auto;
    padding: 100px 0;
    position: relative;
}

.btn-shop-2 {
    position: absolute;
    left: 0;
    top: -100px;
}

#shop-kleidung .flex-item:nth-child(2)::before {
    content: url(../images/vierzig-prozent-rabatt.svg);
    position: absolute;
    width: 80px;
    top: -30px;
    right: -30px;
}

#shop-kleidung .flex-item:nth-child(3)::before,
#shop-kleidung .flex-item:nth-child(1)::before {
    content: url(../images/dreiunddreissig-prozent-rabatt.svg);
    position: absolute;
    width: 80px;
    top: -30px;
    right: -30px;
}

/******************************* 
section5
*******************************/

.parallax2 {
    background: url(../images/mama-mit-baby-beim-online-shopping.jpg)no-repeat center center / cover;
    width: 100%;
    height: 500px;
    position: relative;
    background-attachment: fixed;
}

/******************************* 
section6
*******************************/

#kontakt {
    padding: 150px 0;
    position: relative;
}

#kontakt .flex-container {
    justify-content: space-between;
}

#kontakt .flex-item {
    width: 30%;
}

#kontakt .flex-item:nth-child(1) a,
#impressum a {
    font-weight: 700;
    color: #99c6ba;
    font-style: italic;
}

#kontakt .flex-item:nth-child(1) a:hover,
#impressum a:hover {
    color: #eca598;
}

#kontakt .flex-item:nth-child(1) ul li {
    display: inline-block;
}

#kontakt .flex-item:nth-child(1) img {
    width: 30px;
    margin-right: 10px;
    margin-top: 10px;
}

b {
    font-weight: 900;
}

#kontakt .flex-item:nth-child(3) {
    display: flex;
    justify-content: end;
}

#kontakt .flex-item:nth-child(3) .banner {
    background: url(../images/bg-muster-pink.jpg)no-repeat center left / cover;
    padding: 5vH 25px 25px 25px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    width: 310px;
    height: 100%;
    position: relative;
}

#kontakt .flex-item:nth-child(3) h3 {
    font-size: 37px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 10px;
}

#kontakt .flex-item:nth-child(3) a {
    text-transform: uppercase;
    padding: 10px 50px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 900;
}

#kontakt .flex-item:nth-child(3) a:hover {
    background-color: #fff;
    color: #eaa497;
}

#kontakt .flex-item:nth-child(3) .banner::before {
    content: url(../images/punkte-tuerkis-links-zwei.png);
    transform: scaleX(-1);
    position: absolute;
    top: 130px;
    left: -35px;
}

#kontakt .flex-item:nth-child(3) .banner::after {
    content: url(../images/punkte-tuerkis-rechteck.png);
    position: absolute;
    top: -29px;
    right: -35px;
    z-index: -1;
}

#impressum {
    padding: 300px 0 100px 0;
    background-color: #fdfdfd;
}

#impressum .flex-item {
    width: 48%
}

#impressum p {
    margin-bottom: 15px;
}

#impressum .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
}

/* ==========================================================================
   footer
   ========================================================================== */


.daten {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ebebea;
    color: #555;
    padding: 2px 10%;
    z-index: 1000;
    font-size: 14px;
}

.daten ul {
    position: absolute;
    right: 10%;
    bottom: 2px;
    color: #555;
}

.daten ul li {
    display: inline-block;
    padding: 0 2px;
}

.daten a {
    font-size: 14px;
    color: #555;
}

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

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

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

/* ==========================================================================
   Google Maps und Cookie Hinweis
   ========================================================================== */

.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:'Lato';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:'Lato';display:block;margin:auto;width:calc(100% - 20px);max-width:300px;background-color:#99c6ba;border-radius:5px;padding:5px 10px;text-decoration:none;color:#fff}.dsa-secure-plugin a:hover{background-color:#eca598}.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:#99c6ba;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:#99c6ba 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:#99c6ba}.dsa-secure-plugin input:focus+.dsa-slider{box-shadow:0 0 1px #99c6ba}.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:#eca598}.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:#99c6ba;font-size: 20px;}.dsa-cookie-notice{font-family:'Lato';font-size:12px;line-height: 24px; display:block;position:fixed;right:10%;bottom:40px;z-index:99999!important;background-color:rgba(106,191,171,0.9);color:#fff;;margin:auto;width:300px;text-align:center}.cookie-inner a{color:#fff;font-weight: 600; font-style: italic}.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}}

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

@media screen and (max-width: 1700px) {
    #ueber-uns .flex-item:nth-child(1) {
        padding: 150px 15% 150px 10%;
    }
    #shop-kleidung .flex-item:nth-child(1)::before,
    #shop-kleidung .flex-item:nth-child(2)::before,
    #shop-kleidung .flex-item:nth-child(3)::before {
        width: 60px;
    }
}

@media screen and (max-width: 1366px) {
    .parallax, .parallax2 {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 1120px) {
    .flex-container {
        flex-wrap: wrap;
    }
    #ueber-uns .flex-item:nth-child(1) {
        padding: 100px 10%;
        width: 100%;
    }
    #ueber-uns .flex-item:nth-child(2) {
        width: 100%;
        height: auto;
        display: flex;
    }
    #ueber-uns .flex-item:nth-child(2) .box-img {
        width: 100%;
        height: auto;
        right: 0;
        top: 0;
    }
    #ueber-uns .flex-item:nth-child(2) .box-content {
        padding: 70px;
        top: 0;
        width: 90%;
        right: 0;
    }
    #ueber-uns .flex-item:nth-child(2) .box-content h3::before {
        top: 10px;
    }
    .parallax {
        height: 500px;
    }
    .content-parallax,
    #kontakt .flex-item {
        width: 100%;
    }
    #ueber-uns .flex-item:nth-child(1) img {
        top: -143px;
    }
    #sale .flex-item, #shop-kleidung .flex-item {
        width: 45%;
    }
    #sale .flex-container,
    #shop-kleidung .flex-container {
        justify-content: space-between;
    }
    #shop-kleidung .flex-item:nth-child(1),
    #shop-kleidung .flex-item:nth-child(2) {
        margin-bottom: 70px;
    }
    #kontakt .flex-item:nth-child(2) {
        height: 300px;
        margin: 50px 0;
    }
    #kontakt .flex-item:nth-child(3) .banner {
        padding: 5vH 25px 8vH 25px;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .btn-shop {
        top: 70vH;
    }
    .btn-shop img {
        width: 150px;
    }
    .btn-shop-2 {
        top: -70px;
    }
    .btn-shop-2 img {
        width: 100px;
    }
    .prozent1 {
        width: 30px;
        right: calc(17% - 25px);
    }
    .prozent2 {
        width: 40px;
        top: 74vH;
    }
    .prozent5 {
        width: 80px;
        top: 71vH;
    }
    .prozent4 {
        width: 80px;
        top: 30vH;
    }
    .prozent3 {
        width: 60px;
        left: calc(14% - 50px);
    }
}

@media screen and (max-width: 800px) {
    #ueber-uns .flex-item:nth-child(2) {
        flex-wrap: wrap;
    }
    #ueber-uns .flex-item:nth-child(2) .box-img {
        height: 400px;
    }
    #ueber-uns .flex-item:nth-child(2) .box-content,
    #impressum .flex-item {
        width: 100%;
    }
    #ueber-uns .flex-item:nth-child(2) .box-content h3::before {
        top: -19px;
        left: 13px;
    }
    #ueber-uns .flex-item:nth-child(1) {
        padding: 100px 5%;
    }
    .wrapper {
        width: 90%;
    }
    #sale .content {
        width: 70%; 
    }
    .prozent {
        left: -80px;
    }
    .daten {
        padding: 2px 5%;
    }
    .daten ul {
        right: 5%;
    }
}

@media screen and (max-width: 560px) {
    .logo {
        left: 0;
    }
    nav {
        height: 95px;
    }
    nav ul {
        display: none;
    }
    .open-menu {
        display: block;
        position: fixed;
        top: 50px;
        right: 5%;
        width: 56px;
        height: 50px;
        cursor: pointer;
        z-index: 1000;
        transition: all 1s;
    }
    .open-menu img {
        width: 41px;
        height: 31px;
        position: absolute;
        top: 9px;
        left: 7px;
        margin: 0;
    }
    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 10000;
        top: 0;
        right: 0;
        background: rgba(153, 198, 186, 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: 'Lato';
        font-weight: 700;
        text-align: center;
    }
    .sidenav a:nth-child(2) {
        margin-top: 70px;
    }
    .sidenav a:hover,
    .offcanvas a:focus {
        font-weight: 900;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .header-img {
        height: 80vH;
    }
    .btn-shop {
        top: 57vH;
    }
    .kontakt {
        top: 60vH
    }
    .slogan, aside ul li {
        font-size: 11px;
    }
    .daten, .daten a {
        font-size: 12px;
    }
    aside ul li a img {
        width: 12px;
    }
    .content-parallax {
        width: 100%;
        top: 350px;
        font-size: 20px;
    }
    #sale .flex-item,
    #shop-kleidung .flex-item {
        width: 100%;
    }
    #sale .content {
      width: 90%;
    }
    #shop-kleidung .flex-item:nth-child(1)::before, #shop-kleidung .flex-item:nth-child(2)::before, #shop-kleidung .flex-item:nth-child(3)::before {
        right: -19px;
    }
    .daten {
      padding: 2px 5% 20px 5%;
    }
    .daten ul {
        right: 0;
        left: 5%;
        bottom: 0px;
    }
    .prozent1 {
        top: 28vH;
        width: 25px;
        right: calc(8% - 25px);
    }
    .prozent2 {
        top: 61vH;
        height: 40px;
        left: calc(39% - 40px);
    }
    .prozent3 {
        width: 30px;
        top: 25vH;
        left: calc(22% - 50px);
    }
    .prozent4 {
        width: 60px;
        top: 24vH;
        right: calc(50% - 60px);
    }
    .prozent5 {
        width: 50px;
        top: 64vH;
        height: 40px;
        right: calc(49% - 25px);
    }
    .btn-shop img {
        width: 120px;
    }
    .arrow-down {
        top: 73vH;
        left: calc(50% - 15px);
    }
    .arrow-down img {
        width: 30px;
    }
    #impressum {
      padding: 200px 0 100px 0;
    }
    .dsa-cookie-notice {
        bottom: 60px;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 460px) {
    .header-img {
        height: 80vH;
    }
    .logo {
        top: 52px;
    }
    .logo img {
        width: 200px;
    }
    nav {
        height: 83px;
        top: 44px;
    }
    .open-menu img {
        top: 19px;
    }
    aside {
        height: 44px;
    }
    aside ul {
        right: 0;
        left: 22px;
        top: 17px;
    }
    #ueber-uns {
        padding-top: 0;
    }
    #ueber-uns .flex-item:nth-child(2) .box-content {
        padding: 70px 5% 50px 5%;
    }
    .parallax {
        background: url(../images/mama-mit-baby.jpg)no-repeat top right -100px / cover;
    }
    #sale, #kontakt {
        padding: 100px 0;
    }
    .content-parallax {
        font-size: 16px;
    }
    .content-parallax img {
        width: 28px;
    }
    .left {
        top: -73px
    }
    #sale h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 350px) {
    #sale .flex-item {
        height: 300px;
    }
    aside ul {
        left: 11px;
    }
    aside ul li {
        padding: 0px 5px;
    }
    h1, h2 {
      font-size: 40px;
    }
