@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraBold.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-BlackItalic.woff2') format('woff2'),
        url('../fonts/Raleway-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Black.woff2') format('woff2'),
        url('../fonts/Raleway-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-BoldItalic.woff2') format('woff2'),
        url('../fonts/Raleway-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.woff2') format('woff2'),
        url('../fonts/Raleway-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Italic.woff2') format('woff2'),
        url('../fonts/Raleway-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-LightItalic.woff2') format('woff2'),
        url('../fonts/Raleway-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraLight.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-MediumItalic.woff2') format('woff2'),
        url('../fonts/Raleway-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Thin.woff2') format('woff2'),
        url('../fonts/Raleway-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ThinItalic.woff2') format('woff2'),
        url('../fonts/Raleway-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Indie Flower';
    src: url('../fonts/IndieFlower.woff2') format('woff2'),
        url('../fonts/IndieFlower.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ThinItalic.woff2') format('woff2'),
        url('../fonts/Raleway-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Thin.woff2') format('woff2'),
        url('../fonts/Raleway-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

html, body {
	overflow-x: hidden;
}

/** Header */
.c-header {
    min-height: 50vh;
}

.c-header h1 {
    color: #f7aab8;
}

.c-header h2 {
    font-size: 2em;
}

/** Showcase */
.c-showcase .row {
    background: url('../img/backgrounds/teaser1.jpg') no-repeat center center;
    transition: all 2s;
    position: relative;
    z-index: 1 !important;
}

.f-showcase .row {
    background: url('../img/backgrounds/teaser2.jpg') no-repeat center center;
    transition: all 2s;
}

.c-details-showcase h3,
.c-showcase h3 {
    color: #fff;
    font-size: 450%;
    text-shadow: 2px 2px 4px #333;
    margin: 20vh 0 20vh 0;
    font-weight: 700;
    font-family: 'Indie Flower', sans-serif;
}

@media ( max-width: 767px ) {

	.c-details-showcase h3, 
	.c-showcase h3 {
		font-size: 300%;
	}
	
}

.f-showcase h3 {
    color: #fff;
    font-size: 450%;
    text-shadow: 2px 2px 4px #333;
    margin: 10vh 0 10vh 0;
    font-weight: 700;
    font-family: 'Indie Flower', sans-serif;
}

/** Body */
body {
    font-family: 'Raleway', sans-serif;
    color: #444;
}

/** Navigation */
.c-navi {
    position: fixed;
    right: 15px;
    top: 25%;
    z-index: 9999;
}

.c-navi a {
    display: block;
    border-radius: 75%;
    line-height: 2.75em;
    text-align: center;
    font-size: 1.3em;
    width: 2.75em;
    height: 2.75em;
    background: #fff;
    color: #bbb;
    transition: all .2s;
    margin: 0 0 .5em 0;
    opacity: .75 !important;
}

.c-navi a:hover {
    background:#f7aab8;
    color: #fff;
    transition: all .2s !important;
    opacity: 1 !important;
}

/** Products */
.c-products {

}

/** Details */
.c-details {
    min-height: 100vh;
    background: #97b2e4;
    color: #fff;
}

.c-details hr {
    border-color: #92bae6;
}

.c-details .big {
    font-size: 4em;
    font-weight: bold;
    font-family: 'Indie Flower', sans-serif;
    padding: 0;
    margin: 0;
}

.c-details-showcase .row {
    background: url('../img/backgrounds/teaser2.jpg') no-repeat center center;
    transition: all 2s;
    min-height: 50vh;
}

/** Thank you */
.c-thankyou {
    background: #d39aa2;
    color: #834C54;
    margin: 5em 0 0 0;
}

.c-thankyou p {
    font-size: 2em;
    font-family: 'Indie Flower', sans-serif;
}

/** Footer */
.c-footer {
    background: #fab9c2;
    color: #834C54;
}

.c-footer a {
    color: #834C54;
}

.c-footer hr {
    border-color: #d39aa2;
}

/** Common Styles */
h1 {
    font-size: 5em;
    font-family: 'Indie Flower', sans-serif;
    font-weight: bold;
    font-style: italic;
}

@media ( max-width: 767px ) {
	h1 {
		font-size: 4em;
		font-family: 'Indie Flower', sans-serif;
		font-weight: bold;
		font-style: italic;
	}
}

h1 small {
    font-size: .3em;
}

h2 {
    font-size: 3em;
    font-family: 'Indie Flower', sans-serif;
    font-weight: bold;
}

h2 small {
    font-size: .5em;
}

.hidden {
    display: none;
}

@media ( max-width: 768px ) {

    .hidden-mobile {
        display: none;
    }

}

a:hover {
    text-decoration: none;
}

.btn {
    border: 0;
}

.btn-primary {
    background: #97b2e4;
}

.btn-primary:hover {
    background: #bacff6;
}

.color-blau {
    color: #7692c5;
}

.color-rosa {
    color: #e8b3bb;
}

.color-weiss {
    color: #aaa;
}

.color-red {
    color: #ff0000;
}

.font-style {
    font-family: 'Indie Flower', sans-serif;
    font-weight: bold;
    font-size: 200%;
}

/** Rating */
.rating .fa {
    color: #FC0;
    font-size: 2em;
}