/* FONTS */


@font-face {
    font-family: 'Roca one';
    font-style: normal;
    font-weight: normal;
    src: local('Roca one'), url('assets/fonts/roca-one/roca-one-regular.ttf') format('TrueType');
}

@font-face {
    font-family: 'Lazy dog';
    font-style: normal;
    font-weight: normal;
    src: local('Lazy dog'), url('assets/fonts/lazy-dog/Lazydog.otf') format('OpenType');
}


@font-face {
    font-family: 'Lazy dog';
    font-style: normal;
    font-weight: normal;
    src: local('Lazy dog'), url('assets/fonts/lazy-dog/Lazydog.otf') format('OpenType');
}

@font-face {
    font-family: 'Now';
    font-style: normal;
    font-weight: 500;
    src: local('Now Medium'), url('assets/fonts/now/Now-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Now';
    font-style: normal;
    font-weight: 400;
    src: local('Now Regular'), url('assets/fonts/now/Now-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Now';
    font-style: normal;
    font-weight: 100;
    src: local('Now Thin'), url('assets/fonts/now/Now-Thin.woff') format('woff');
}


@font-face {
    font-family: 'Now Light';
    font-style: normal;
    font-weight: normal;
    src: local('Now Light'), url('assets/fonts/now/Now-Light.woff') format('woff');
}





@font-face {
    font-family: 'Now';
    font-style: normal;
    font-weight: 600;
    src: local('Now Bold'), url('assets/fonts/now/Now-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Now Black';
    font-style: normal;
    font-weight: normal;
    src: local('Now Black'), url('assets/fonts/now/Now-Black.woff') format('woff');
}

@font-face {
    font-family: 'Freude';
    font-style: normal;
    font-weight: normal;
    src: local('Freude'), url('assets/fonts/freude/Freude.otf') format('OpenType');
}

@font-face {
    font-family: 'Meltow San';
    font-style: normal;
    font-weight: normal;
    src: local('Freude'), url('assets/fonts/meltow-san/MeltowSan100-Regular.ttf') format('TrueType');
}


/*!
Theme Name: kleinproevers
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kleinproevers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kleinproevers is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p,
span.small {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
}

.montserrat {
    font-family: 'Montserrat';
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background-color: #d0c98a
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: auto;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    justify-content: center;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0px;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/* steps of 24px */



/* CUSTOM CSS */

/* colors & fonts */

.c1 {
    color: #fff6f0
}

.c1_bg {
    background-color: #fff6f0
}

.c2 {
    color: #46639f
}

.c2_bg {
    background-color: #46639f
}

.c3 {
    color: #ffe8d9;
}

.c3_bg {
    background-color: #ffe8d9;
}

.c4 {
    color: #973C47
}

.c4_bg {
    background-color: #973C47
}

.c5 {
    color: #481621
}

.c5_bg {
    background-color: #481621
}

.c6 {
    color: #d0c98a
}

.c6_bg {
    background-color: #d0c98a
    /*background-color: #c6bf83;*/
}

.c7 {
    color: #d57531
}



.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}


.freude {
    font-family: 'Freude';
}

.fs30 {
    font-size: 30px;
    margin: 0px;
    line-height: 33px
}

.fs36 {
    font-size: 36px;
    margin: 0px;
    line-height: 36px
}

.fs50 {
    font-size: 36px;
    margin: 0px;
    line-height: 55px
}

.fs65 {
    font-size: 36px;
    margin: 0px;
    line-height: 55px
}


/* #colors */

header {
    height: 192px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100;
    transition: 0.3s;
}

.header-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 0.95;
    display: none;
}

.scrolled .header-bg {
    display: block
}

.site-branding a {
    text-decoration: none;
}

#logo {
    font-family: 'Lazy dog';
    font-size: 30px;
    width: auto;
    font-weight: 400;

}

.wrapper {
    max-width: calc(1366px + 40px);
    padding: 0px 20px;
    margin: auto;
    height: 100%;
    width: 100%;
    position: relative;
}


.wrapper.big {
    max-width: calc(1920px + 40px);
    padding: 0px 96px;
}


.wrapper.small {
    max-width: calc(1066px + 40px);
}

.wrapper.smaller {
    max-width: calc(960px + 40px);
}



header .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* padding:0px 60px;*/
}

#site-navigation {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    left: calc(50% - 19px);
    transform: translate(-50%, 0px);
    width: 100%;
}

#site-navigation li {
    margin: 0px 40px;
}

#site-navigation li a {
    color: #4472c4
}

#site-navigation li a:hover {
    text-decoration: underline;
}

main {
    min-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
    margin:auto
}

#header-image {
    width: calc(641px * 1.4);
    background-size: cover;
    height: calc(540px * 1.4);
    background-position: center;
}

#header-image.large {
    width:100%
}

.page-template-coaching #header-image {
    background-size: 128%;
    background-position-x: 96%;
    background-position-y: 78%;
}

.row {
    position: relative;
    transition: 1s;
}

footer {
    color: white
}


.screen-height-container {
    height: 100vh;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

#h1-container {
    position: absolute;
    right: 0;
    opacity: 0;
    width: calc(100% - (641px * 1.1));
    top: 120px;
    height: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

#h1-container h1 {
    color: white;
    font-size: 65px;
    margin: auto;
    line-height: 60px;
    font-family: 'Roca one';
    font-weight: 400;
    padding-left: 60px;
    margin-bottom: 32px;
    transform: translate(-65px, 0px);
}

#h1-container h1 span {
    position: relative;
    left: -60px;
}

#h1-container p,
#h1-container .button-container {
    width: 489px;
    padding-left: 36px;
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    color: white;
}

#h1-container .button-container {
    text-align: left;
}





.pdt0 {
    padding-top: 0px !important
}

.pdb0 {
    padding-bottom: 0px !important
}

.pdb24 {
    padding-bottom: 24px !important
}

.col-4 {
    width: 33.333%;
    padding: 0px 40px;
}

.col-5 {
    width: 41.666%;
    padding: 0px 40px;
    position: relative;
}

.col-6 {
    width: 50%;
    padding: 0px 40px;
    position: relative;
}

.col-7 {
    width: 58.333%;
    padding: 0px 40px;
    position: relative;
}

.col-8 {
    width: 66.666%;
    padding: 0px 40px;
    position: relative;
}

.col-12 {
    width: 100%;
    padding: 0px 40px;
    position: relative;
}

.col-container {
    display: flex;
    width: calc(100% + 80px);
    margin-left: -40px;
    position: relative;
}

body {
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 28px;
    padding-top: 192px;
}

.roca {
    font-family: 'Roca One';
}

.roca-title {
    padding: 0px 40px 60px 40px;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Roca One';
    font-weight: 500;
    text-align: center;

}



#hp-r-2 .roca-title {
    max-width: 375px;
}

.image {
    margin: auto;
    background-size: 135%;
    background-position: center;

}

.image.placeholder {
    background-color: #ce7e6a;
}

.image-lg {
    width: 100%;
    z-index: 0;
    position: relative;
    height: 100vh;
    background-size: cover;

}

.image-lg.left {
    width: 125%;
    transform: translate(-25%, 0px);
}

.image-lg.right {
    width: 125%;
    transform: translate(0px, 0px);
}

button {
    border: none;
    font-size: 16px;
    padding: 18px 60px 14px 60px;
    cursor: pointer;
    font-weight: 500;
    font-family: 'Montserrat';
    border: 1px solid transparent;
    transition: 0.2s;
    border-radius: 0px;
    border-color: transparent;
    text-transform: uppercase
}

button.c4_bg {
    color: white;
}


button.c2_bg {
    color: #fff6f0
}

button.c2_bg:hover {
    background-color: #fff6f0;
    color: #4472c4;
    border: 1px solid #4472c4;
}


button.c3_bg:hover {
    background-color: #481621;
    color: #ffe8d9;
    border: 1px solid #ffe8d9;
}


button.c1_bg:hover {
    background-color: #bb6638d4;
    color: #fff6f0;
    border: 1px solid #fff6f0;
}

.button-container {
    text-align: center;
    margin-top: 40px;
    z-index: 1;
    position: relative;
    width: 100%;
}

.button-container.right {
    float: right
}

button.transparent-red-blue {
    background-color: transparent;
    border: 2px solid #d57531;
    color: #4472c4;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 18px 45px 16px 45px;
}

/*
button.transparent-red-blue:hover {
    color:#fff6f0;
    border: 1px solid #4472c4;
    background-color:#bb6638;
    
}
*/

.bg-img {
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    width: 500px;
    transform: translate(40%, -50%);
}

.custom-logo-container {
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
    padding: 15px;
    overflow: hidden;
    border-radius: 50%;
    width: 250px;
    text-align: center;
    z-index: 1
}

.custom-logo {
    width: calc((192px - 72px)*1.22);
    opacity: 1;
    z-index: 1;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    height: calc(192px - 72px);
}

.scrolled .custom-logo {
    width: calc((96px - 12px)*1.22);
    height: calc(96px - 24px);
}

.logo-part {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 0;
    transition: 0.1s
}


.site-branding a {
    z-index: 1;
    position: initial;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(0px, -50%);
}


#sub-header {
    width: 100%;
    position: fixed;
    top: 97px;
    height: calc(158px - 97px);
    z-index: 1;
    overflow: hidden
}

#sub-header .custom-logo-container {
    height: 155px;
    top: -40px;
    transition: 0.3s;
}

.scrolled #sub-header .custom-logo-container {
    top: -77px;
}

.scrolled #logo-b {
    top: 0px;
}

.scrolled #logo-a {
    opacity: 0;
}

.scrolled header {
    overflow: hidden;
    height: calc(192px / 4);
    background-color: transparent !important;
}


.ta-center {
    text-align: center;
}

#row-2 {
    padding-bottom: 600px
}

#row-2 {
    /*background:linear-gradient(180deg, #fff6f0 0%, #ffe8d9 100%);*/
}

#row-3 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
}

#row-3 ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    padding-left: 0px;
    margin-bottom: 20px;
    text-align: left;
    max-width: 500px;
    margin: 72px auto;
    color: #46639f;
    font-weight: 400;
    opacity: 0;
    transition: 0.3s;
}

#row-3 ul li span {
    width: calc(100% - 44px);
}

#row-3 ul img {
    width: 35px;
    padding-bottom: 12px;
    margin: auto;
    margin-right: 24px;
}

#hp-r-4 .bg-img {
    position: absolute;
    background-size: cover;
    background-position: left;
    height: 100%;
    width: 33.333%;
    right: 0px;
    left: auto;
    transform: none;
}

#hp-r-4 .bg-img img {
    position: absolute;
    top: 160px;
    transform: translate(-50%, 0%);
    width: 300px;
}

#hp-r-4 .text {
    width: calc(100% - (100vw * 0.333));
    max-width: 500px;
}

#hp-r-5 .col-container {
    padding-top: 120px
}

#hp-r-5 .roca-title {
    max-width: none;
    padding: 0px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 60px
}

#hp-r-5 .bg-img {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: -190px;
    width: 500px;
    left: auto;
    transform: none
}

#hp5-1 {
    width: 100%;
    height: 680px;
    margin-top: 240px;
}

#hp5-2 {
    height: 400px;
    width: 50%;
    margin-top: 80px;
    float: left;
}

#row-7 img {
    width: 120px;
    margin-bottom: 24px;
}

#row-7 h2 {
    margin-bottom: 40px;
}

#row-7 p {
    margin: 0px 0px 40px 0px
}

header button {
    z-index: 1
}

.scrolled header button {
    background-color: transparent;
    border: none;
}

.pd0 {
    padding: 0px;
}

.pdl24 {
    padding-left: 24px
}

.pdt24 {
    padding-top: 60px;
}

.pdt60 {
    padding-top: 60px;
}

.pd96 {
    padding: 96px;
}

.pdt96 {
    padding-top: 96px;
}

.pdb96 {
    padding-bottom: 96px;
}


.pd120 {
    padding: 120px;
}

.pdt120 {
    padding-top: 120px;
}

.pdb120 {
    padding-bottom: 120px;
}

.pdl0 {
    padding-left: 0px;
}

.pdr0 {
    padding-right: 0px;
}

.mg0 {
    margin: 0px;
}

.mgb24 {
    margin-bottom: 24px;
}



.quote-line {
    width: 6px;
    position: absolute;
    left: 40px;
    height: 100px;
    border-radius: 4px;
}

.quote {
    font-family: 'Roca One';
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    max-width: 630px;
    margin: auto
}

.quote.large {
    font-size: 36px;
    line-height: 36px;
    padding: 96px 0px 48px 0px;
}

.spacer {
    width: 100%;
}

#hp1-b,
#hp1-c,
#hp1-d {
    visibility: hidden
}

main {
    transition: 1s;
}


#row-1 .bg-img {
    right: 100px;
    bottom: -230px;
    z-index: 1;
    transform: none;
}

#row-3 .bg-img {
    left: 0px;
    bottom: -72px;
    z-index: 1;
    transform: translate(-35%);
    opacity: 1
}

#row-3 .deco-element {
    position: absolute;
    z-index: 0;
    left: 0;
    transform: translate(-45%, 35%);
}

#row-3 .deco-element svg {
    width: 100vh;
    height: 100vh;
}

#row-2 .cbox {
    max-width: 500px;
}


#row-2 .pd120 {
    padding-bottom: 96px;
    padding-left: 0px;
}


#row-2 .button-container button {
    /*border-radius:24px;*/
    width: 364px;
}

#svg-animation-container {
    /*
    margin-bottom: -10px;
    width:calc(200%);
    margin-left:-50%;
    max-height:360px;
    overflow:hidden;
    */
    width: calc(100%);
    margin-left: 0%;
    max-height: 360px;
    overflow: hidden;
    position: absolute;
    top: 0px;
}

p.quote {
    position: relative
}

.quote-img {
    position: absolute;
    left: -61px;
    top: -39px;
    width: 100px;

}

h2, h3 {
    font-family: 'Roca one';
    font-weight: 400
}

#row-4 {
    margin-bottom: calc(-265px + 120px)
}

#row-4-content {
    position: relative;
    top: calc(-265px + 120px)
        /*top: calc(-669px + 96px);*/
}

.cards-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 48px;
}

.card {
    width: calc(33.333%);
    margin: 24px;
    background-color: white;
    padding: 18px 18px calc(36px + 50px + 12px) 18px;
    border-radius: 8px;
    position: relative;
}

.card-image {
    height: 300px;
    background-size: cover;
    background-position: center;
}

.card h3 {
    font-family: 'Freude';
    font-size: 28px;
    line-height: 28px;
    font-weight: 100;
    margin: 24px 0px 0px 0px;
}

.card button {
    margin-top: 24px;
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    max-width: 250px;
}

.swiper {
    width: 100%;
    height: auto;
}

#row-8 .swiper {
    height: 448px;
    padding-bottom: 48px;
}


.instagram-gallery__actions {
    display: none
}

#row-7 .ml-form-embedContent {
    display: none
}

#row-5 .text,
#row-7 .text {
    max-width: 50%;
    margin: auto;
    margin-left: 0px;
    text-align: center;
}

#row-7 .text {
    max-width:100%
}

#row-5 .bg-img,
#row-7 .bg-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40%;
    transform: none;
    height: 100%;
    background-position: center;
    background-size: cover;
}




#row-7 .bg-img {
    background-size: contain;
    background-repeat: no-repeat;
}

#row-5 .bg-img img {
    position: absolute;
    left: -50%;
    bottom: 0%;
    width: 400px;
    transform: translate(44%, 0px);
}

.name-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 24px;
}

.name-container .photo {
    width: 150px;
    height: 150px;
    border-radius: 69% 37% / 42% 57%;
    overflow: hidden;
    position: relative;
    margin-right: 24px;

}

.name-container .photo img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.name-container .name {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.name-container .name h3,
.name-container .name p {
    margin: 0px;
}

.swiper-slide {
    padding: 48px;
    box-sizing: border-box;
    width:100%;
}

.review-text {
    position: relative;
}

.swiper-pagination-bullet-active {
    background-color: #ffe8d9;
}

.swiper-slide .quote-img {
    left: -35px;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
    padding-right: 0px !important;
}

footer #primary-menu {
    list-style: none;
    margin: 144px 0px 0px 0px;
    padding: 0px;
}

footer #primary-menu li {
    margin-bottom: 24px;
    text-transform: uppercase;
}

footer #primary-menu a,
.site-info-end ul a {
    color: white;
    text-decoration: none;
}

.site-info-end #footer-logo {
    width: 150px;
    filter: brightness(10);
    margin-bottom: 48px;
}

.site-info-end {
    position: relative;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.site-info-end ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    justify-content: center;
}

.site-info-end ul#social-icons {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.site-info-end ul#social-icons img {
    width: 36px;
    margin: 0px;
    filter: brightness(10);
}

.site-info-end ul li {
    margin: 0px 12px;
}


.info-box {
    background-color: white;
    padding: 18px 18px 36px 18px;
    border-radius: 8px;
    height: 400px;
}

#row-2 .text-container {
    column-count: 2;
}

#row-2 .text-container p:first-of-type {
    margin-top: 0px;
}

#row-6 .col-container {
    transform: translate(6.25%, 0px);
}

#row-6 .image-lg {
    height: 90vh;
}

.swiper-slide .blog-post {
    width: 100%;
    height: 100%;

}

.swiper.blog .swiper-slide {
    padding: 0px;
    overflow: hidden;
    border-radius: 8px;
}

.swiper.blog .swiper-slide .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    z-index: -1;
    filter: brightness(1);
    background-size: cover;
}

.swiper.blog .swiper-slide .image .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 23%);
    z-index: 0;

}

.swiper.blog .swiper-slide .content {
    width: 100%;
    height: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper.blog .swiper-slide .content span {
    font-family: 'Roca One';
    font-weight: 400;
    font-size: 18px;
}

.swiper.blog .swiper-slide .content h3,
.swiper.blog .swiper-slide .content span {
    text-shadow: 0 0 20px #020202;
}

.swiper.blog .swiper-slide .content button {
    transform: scale(0.80);
}

.swiper.blog .swiper-pagination-bullet-active {
    background-color: #973C47;

}

.mobile {
    display: none;
}

.desktop {
    display: flex;
}



#hamburger {
    display: none;
}

#offpage {
    position: fixed;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
    z-index: -1;
    left: 0px;
    height: calc(100% - 144px);
    bottom: 0px;
}

#row-1.subpage .wrapper {
    display: flex;
    flex-direction: row-reverse;
}

#row-1.subpage #h1-container {
    left:20px;
    right:auto;
    align-items: flex-start;
    max-width: none;
    width: 100%;
}

#row-1.subpage #h1-container h1 {
    transform: translate(0px, 0px);
    padding-left: 0px;
    margin-left: 0px;
    font-size: 80px;
}

#row-1.subpage #h1-container h1 span {
    left:0px;
    font-size: 50px;
}

#row-1.subpage #h1-container p {
    padding-left:0px;
}

#row-1.subpage #header-image {
    height: calc(440px* 1.4);
}

/*
.coaching-box .image {
    width:66.666%;
    height:100%;
    background-size:cover;
    border-radius: 69% 37% / 42% 57%;
    box-shadow: -5px 13px 0 20px #973C47;
}
*/

.coaching-box {
    display:flex;
    flex-direction: column;
}

.coaching-box .col-12 {
    padding:0px;
    display: flex;
    margin-bottom:48px
}

.coaching-box .right  .col-12 {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.coaching-box .image {
    width: 200px;
    height: 300px;
    background-size: cover;
    border-radius: 12px;
    margin: 0px;
}

.coaching-box .text {
    width: calc(100% - 200px);
    padding-left: 48px;
}

.coaching-box .right  .text {
    padding-left: 0px;
    padding-right: 48px;
}

.coaching-box h2 {
    margin-top: -19px;
}

#consult-options {
    display: flex;
    flex-wrap: nowrap;
    width:calc(100% + 96px);
    margin-left: -48px;
}

.consult {
    margin:48px;
    padding:48px;
    text-align: center;
    border-radius:12px;
    width: calc(50% - 48px);
    display: flex;
    flex-direction: column;
}

.consult b {
    font-weight: 500;
    margin-bottom:12px
}

.consult h3 {
    margin-bottom:24px;
    line-height: 50px;
}

.consult hr {
    width:100%;
    margin-top:36px;
    margin-bottom:48px;
}

.consult ul {
    margin:12px 0px 72px 0px;
    padding:0px;
    padding-left:20px;
}
.consult ul li {
    margin-bottom:12px;
}

.consult .price {
    padding-bottom:24px;
}

#consult-container .bg-img {
    top: 0px;
    transform: translate(30%, 5%);
}

.bg-center {
    background-size: cover;
    background-position: center;
}

#contact-box {
    background-color:#ffffffdb;
    padding: 48px;
    text-align: center;
    border-radius: 12px;
}

#contact-box h2 {
    line-height:48px;
}

#contact-box p {
    font-weight: 500;
    margin:36px 0px;
}



/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    #header-image {
        width:60%;

    }

    #h1-container {
        width: calc(100% - (40% * 1.1));
    }

    #row-1 .bg-img {
        right:0px;
    }

    .image-lg.right {
        width:100%
    }
}

/* Large devices (desktops, less than 1200px) */
/* @media (max-width: 1199.98px) {} */

/* Medium devices (tablets, less than 992px) */
/* @media (max-width: 991.98px) {*/
@media (max-width: 1199.98px) {
    .mobile {
        display: flex;
    }

    .desktop {
        display: none;
    }


    header {
        height: 144px;
    }

    body {
        padding-top: 144px
    }

    #row-1 .wrapper {
        max-width: none;
        padding: 0px;
    }

    .wrapper,
    .wrapper.big,
    .wrapper.small,
    .wrapper.smaller {
        padding: 0px 24px;
        max-width: none;
    }

    #header-image {
        width: calc(100vw);
        height: auto;
        background-image: none !important;
    }


    #row-1 .bg-img {
        width: 50%;
        right: 0px;
        bottom: 0px;
        transform: translate(38%, 61%);
    }

    #h1-container {
        left: 0px;
        right: 0px;
        width: calc(100%);
        margin-left: 0px;
        position: relative;
        top: 0px;
        padding: 0px 24px;
        margin-top: 24px;
        max-width: 600px;

    }

    #site-navigation {
        display: none
    }

    #h1-container h1 {

        padding-left: 0px;
        font-size: 32px;
        padding-left: 0px;
        line-height: 32px;
        transform: none;
        margin: 0px;
        width: 100%;

    }

    #h1-container p {
        color: #46639f
    }

    #h1-container h1 span {
        left: 0px;
    }

    p,
    body {
        font-size: 16px !important;
        line-height: 24px !important;

    }

    #h1-container p,
    #h1-container .button-container {
        width: 100%;
        padding: 0px;
        margin-top: 12px;
    }

    .custom-logo {
        left: 24px;
        width: calc((144px - 48px)* 1.22);
        height: calc(144px - 48px);
    }

    .pd96,
    .pdt120 {
        padding: 72px 0px;
    }

    #row-3 h2 {
        z-index: 2;
        position: relative;
    }

    #row-3 ul li {
        margin: 24px 0px;
    }

    #row-3 .bg-img {
        /*display: none*/
        bottom: -100%;
        transform: translate(0%);
        bottom: -75%;
        width: 25%;
        z-index: 1;
    }

    #row-2 .wrapper {
        display: flex;
        justify-content: flex-end;
    }

    #row-2 .col-container {
        width:70%
    }

    

    .col-container {
        width: 100%;
        margin-left: 0px;
        position: relative;
        flex-direction: column;
    }

    #row-2 .col-container {
        flex-direction: column-reverse;
    }

    #row-3 ul svg {
        width: 16px !important;
        margin-right: 24px !important
    }

    .image-lg.right {
        width: calc(100vw - 48px);
        height: 150vw;
        transform: none;
    }

    .fs50 {
        font-size: 32px;
        margin: 0px;
        line-height: 32px;
    }

    #row-3 .deco-element {
        transform: translate(-45%, 16%);
    }

    #row-3 .deco-element svg {
        width: 250vh;
        height: 150vh;
    }

    #row-2 .image-lg.right {
        margin-top: 72px;
        margin-bottom: 48px;
    }

    p.quote {
        font-size: 22px !important;
        line-height: 24px !important;
    }

    .quote-img {
        left: -36px;
        width: 75px
    }

    #row-2 .col-12.pd96 {
        padding: 48px 0px;
    }

    #row-2 {
        padding-bottom: 72px;
        z-index:2
    }

    #row-2 .pdt120 {
        padding-bottom: 0px
    }

    #svg-animation-container {
        display: none;

    }

    #row-4 {
        margin-bottom: auto;
        padding-top: 72px;
        background-color: transparent;
    }

    #row-4-content {
        top: 0px;
    }

    .wrapper.big {
        max-width: none
    }

    .cards-container {
        flex-direction: column;
        width: 100%;
        margin-left: 0px;
    }

    .wrapper .wrapper {
        padding: 0px;
    }

    .card {
        width: 100%;
        margin: 0px;
        margin-bottom: 48px;
    }



    

    .pd120 {
        padding: 72px 0px;
    }

    #row-6 .image-lg {
        height: 500px;
    }

    

    .image-lg.left {
        width: 100%;
        transform: none;
    }

    #row-6 .col-7.pdt96 {
        padding: 0px;
        margin-bottom: 48px;
    }

    #row-2 .col-7.pdt120 {
        padding-top: 0px;
        width:100%
    }

    #row-7 img {
        display: none
    }

    .col-4,
    .col-8 {
        width: 100%;
        padding: 0px;
    }

    footer .col-4 {
        display: flex;
        flex-direction: column-reverse;
    }

    footer #primary-menu {
        margin-top: 0px;
    }

    .instagram-gallery-feed {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .site-info-end {
        position: relative;
        margin-top: 48px;
        text-align: left;

    }

    .site-info-end ul {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .site-info-end ul#social-icons {
        position: relative;
        margin-top: 24px;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;

    }

    .scrolled #logo-b,
    .scrolled #logo-a {
        transform: translate(-36px, 0px);
    }

    .ta-center {
        text-align: left;
    }

    .ta-center:last-of-type {
        margin-bottom: 0px;
    }

    .pdb120 {
        padding-bottom: 72px;
    }

    .review-text {
        text-align: left;
    }

    .name-container .photo {
        width: 100px;
        height: 100px;
    }

    .name-container {
        justify-content: flex-start;
    }


    /* hamburger menu */
    #hamburger {
        display: block;
        position: absolute;
        right: 24px;
        top: 50%;
        z-index: 1000;
        cursor: pointer;
        transform: translate(0px, -50%);
        width: 36px;
        height: calc(8px * 3);
        transition: 0.4s;
    }

    .scrolled #hamburger {
        transform: scale(0.75);
        top: 14px;
    }

    .line {
        width: 36px;
        height: 4px;
        background-color: #46639f;
        transition: 0.4s;
        border-radius: 4px;
        position: absolute;
    }

    #line1 {
        top: 0px
    }

    #line2 {
        top: calc(6px + 4px);
    }

    #line3 {
        top: calc(12px + 8px);
    }

    .menu-opening #hamburger #line1 {
        top: 14px;
    }



    .menu-opening #hamburger #line3 {
        top: 14px;
    }

    .menu-opening #hamburger #line2 {
        display: none;
    }


    .menu-opening.menu-open #hamburger #line1 {
        transform: rotate(45deg);
        transition: 0.3s;
    }

    .menu-opening.menu-open #hamburger #line3 {
        transform: rotate(-45deg);
        transition: 0.3s;
    }

    .menu-opening #offpage {
        opacity: 1;
        z-index: 1001;
    }


    #offpage .header-bg {
        display: block;
    }

    .scrolled #offpage {
        height: calc(100% - (192px / 4));
    }

    #row-2 .cbox {
        max-width:none
    }

    #offpage #site-navigation {
        display: block;
        width: 100%;
        text-align: center;
        position: absolute;
        top: calc(50% - 72px);
        left: 50%;
        transform: translate(-50%, -50%);
        transition:0.4s;
    }

    .scrolled #offpage #site-navigation {
        top: calc(50% - 48px);
    }

    .main-navigation ul {
        flex-direction: column;
        display: flex;
    }

    #site-navigation li {
        margin: 40px 0px;
    }

    .card {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding:18px;
    }

    .card-image {
        width: 324px;
        margin-right: 24px;
    }

    .card button {
        margin-top: 24px;
        position: relative;
        bottom: auto;
        left: 0%;
        transform: none;
        width: 100%;
        max-width: 250px;
    }

    .card-content {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #row-5 .bg-img img {
        width: 300px;
        transform: translate(22%, 0px);
    }

    #row-6 .col-container {
        transform: none;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    #row-6 .col-7.pdt96 {
        padding-right: 48px;
    }



}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  

    #row-5 .bg-img,
    #row-7 .bg-img {
        position: relative;
        height: 350px;
        width: 100%;
    }

    #row-5 {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: center;
        padding-bottom: 0px;
    }

    #row-5 .text,
    #row-7 .text {
        max-width: 100%;
        margin-bottom: 48px;
    }

    #row-5 .swiper-slide {
        padding: 24px 0px 72px 0px;
        margin-right: 1px;
    }

    .swiper-slide .quote-img {
        left: 0px;
    }

    #row-5 .bg-img img {
        left: auto;
        bottom: auto;
        width: 200px;
        transform: translate(-40%, -50%);
        top: 0px;
        left: 0px;
    }

    #row-5 .bg-img {
        transform: rotateY(180deg);
        height: 200px;
    }

    .col-7 {
        width: 100%
    }

    .col-5 {
        width: 100%
    }

    #row-2 .col-container {
        width:100%;
    }

    #row-3 .bg-img {
        transform: translate(-39%);
        bottom: -44%;
        width: 45%;
        z-index: 1;
        opacity: 0.4;
    }

    .card {
        flex-direction: column;
    }

    .card-image {
        width: 100%;
        margin-right: 0px;
    }

    #row-6 .image-lg {
        margin-bottom:48px;
    }

    .card-content {
        text-align: center;
    }

    .card button {
        left:50%;
        transform:translate(-50%, 0%)
    }

    
}











/* END */