/* --------------------- Frutiger Schriften --------------------- */

@font-face {
    font-family: 'FrutigerNeueLTPro-Bold';
    src: url("/fonts/FrutigerNeueLTPro-Bold.otf");
}

@font-face {
    font-family: 'FrutigerNeueLTPro-Light';
    src: url("/fonts/FrutigerNeueLTPro-Light.otf");
}


/* --------------------------- Farben --------------------------- */


/* #000000 Schriftfarbe */


/* #ffffff Hintergrundfarbe Weiss */


/* #e8e7e3 Hintergrundfarbe helles Beige */


/* #e2007a Hintergrundfarbe Pink */


/* #6c5b47 Titelfarbe Braun */


/* #e50051 Titelfarbe */


/* #ea4b6b Magenfarbe und Überschriftfarbe Sliderbild */


/* #E7BC94 Magenfarbe */


/* -------------------------- Allgemein ------------------------- */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    scroll-behavior: smooth;
    font-family: 'FrutigerNeueLTPro-Light';
    margin-top: 15px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}


/* --------------- Überschriften / Schriftgrössen --------------- */


/* Header Titel */

h1 {
    font-family: 'FrutigerNeueLTPro-Bold';
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 3em;
    line-height: normal;
}


/* Header Untertitel */

h3 {
    font-family: 'FrutigerNeueLTPro-Light';
    color: #ffffff;
    padding-bottom: 20px;
    font-size: 1.8em;
    line-height: normal;
}


/* Titel */

h2 {
    font-family: 'FrutigerNeueLTPro-Bold';
    color: #e50051;
    margin-bottom: 20px;
    font-size: 2.5em;
    line-height: normal;
}

a h2:hover {
    color: #6c5b47;
}


/* Titel 6 Vorteile */

h4 {
    font-family: 'FrutigerNeueLTPro-Bold';
    color: #6c5b47;
    margin-bottom: 20px;
    font-size: 2.5em;
    line-height: normal;
}

a h4,
h4 a {
    color: #6c5b47;
}

a h4:hover,
h4 a:hover {
    color: #e50051;
}


/* Titel 6 Vorteile */

h5 {
    font-family: 'FrutigerNeueLTPro-Bold';
    color: #6c5b47;
    font-size: 1.4em;
    line-height: 1.3em;
}


/* Laufschriften */

p {
    font-family: 'FrutigerNeueLTPro-Light';
    color: #000000;
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.5em;
}


/* Aufzählungen */

li {
    font-size: 1.7em;
}


/* Link */

a {
    text-decoration: none;
    color: #e50051;
    font-family: 'FrutigerNeueLTPro-Bold';
}


/* Button */

button,
.button {
    background-color: #ffffff;
    border: none;
    color: #e2007a;
    padding: 18px 40px 18px 40px;
    display: inline-block;
    border-radius: 20px;
    font-size: 1.8em;
    font-family: 'FrutigerNeueLTPro-Bold';
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    animation: heartbeat 2.25s ease-in-out infinite both;
}


/* --------------------------- Header --------------------------- */

.logo {
    padding: 40px 0 0 80px;
    width: 450px;
    height: auto;
}

header {
    height: 85vh;
    background-image: url(/img/headerpicture.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.headertext {
    padding-top: 190px;
}

.arrow_pink {
    width: 90px;
    height: auto;
    padding: 40px 0 40px 0;
}


/* --------------------- Produkt Remosan 30 --------------------- */

.produkt {
    width: 494px;
    height: auto;
}

.produkt-remosan {
    margin-top: 20px;
    margin-bottom: 50px;
}


/* -------- Text Hintergrund Weiss (So wirkt Glucomannan) ------- */

.text_hintergrund_weiss {
    padding-top: 75px;
    padding-bottom: 55px;
}


/* ------------------------ Inhaltsstoffe ----------------------- */

.inhaltsstoffe {
    background-color: #e2007a;
    padding: 50px 0 30px 0;
}

.inhaltsstoffe p {
    color: #ffffff;
    padding-top: 10px;
    font-family: 'FrutigerNeueLTPro-Bold';
    font-size: 1.3em;
}

.inhaltsstoffe img {
    height: 160px;
    width: auto;
}


/* -------------- So wird Glucomannan & 6 Vorteile -------------- */

.bgwhite {
    padding-top: 60px;
}

.bgbeige {
    background-color: #e9e8e4;
}

.boxen-vorteile h2 {
    padding-bottom: 30px;
}

.boxen-vorteile {
    padding-top: 70px;
    padding-bottom: 120px;
}

.boxen-vorteile.row {
    margin-top: 0;
}

.card {
    padding: 25px 25px;
    border: solid 1px;
    border-radius: 20px;
    border-color: #6c5b47;
    background-color: #e8e7e3;
}


/* --------------------- Newsletteranmeldung -------------------- */

.newsletterformular {
    background-color: #e2007a;
    padding: 50px 0 30px 0;
}

.newsletterformular,
.newsletterformular p,
.newsletterformular h2 {
    color: #ffffff;
}

.newsletterformular button {
    animation: none;
}


/* ------------------ Section Produkt bestellen ----------------- */

section {
    background-color: #e8e7e3;
    color: #6C5B47;
    padding: 125px 0 75px 0;
}

section .button.bestellen-braun {
    background-color: #6c5b47;
    color: #ffffff;
    animation: none;
}

section .button.bestellen-braun:hover {
    background-color: #e2007a;
    color: #ffffff;
}

section .button {
    animation: none;
}


/* --------------------------- Footer --------------------------- */

footer p,
footer a {
    color: #ffffff;
}

.footerpink {
    background-color: #e2007a;
    padding: 20px 80px 20px 80px;
    color: #ffffff;
}


/* --- Generated by Animista, Licensed under FreeBSD License. --- */


/* ------- See http://animista.net/license for more info. ------- */

@keyframes heartbeat {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }
    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }
    17% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }
    33% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }
    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}