/*
Theme Name: Kourage
Author: a2v
Author URI: https://able2create.com
Description: Description
Version: 1.0.0
*/

.white {
    min-height: 700px;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}

[data-scroll-container] {
    min-height: 100vh;
}

.site,
.site-main,
.post-2 {
    height: 100%;
    padding: 0;
}

.post-2 h1 {
    display: none;
}

.post-2 .entry-content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.middle-logo {
    padding: 25px;
}

.fullscreen-video video {
    position: absolute;
    object-position: center;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
}

h1 {
    font-weight: normal;
    font-style: italic;
    font-size: 69px;
    letter-spacing: 0.02em;
    line-height: 79px;
}

h2 {
    font-weight: normal;
    font-style: italic;
    font-size: 69px;
    letter-spacing: 0.02em;
    line-height: 79px;
    margin: 40px auto 15px auto;
}

.dist-below-video {
    height: 100vh !important;
}

.mejs-controls {
    background: transparent !important;
}

@font-face {
    font-family: 'Acumin Pro SemiCondensed';
    src: url('fonts/acu/AcuminProSemiCond-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro SemiCondensed';
    src: url('fonts/acu/AcuminProSemiCond-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro SemiCondensed';
    src: url('fonts/acu/AcuminProSemiCond-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro SemiCondensed';
    src: url('fonts/acu/AcuminProSemiCond-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro SemiCondensed';
    src: url('fonts/acu/AcuminProSemiCond-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro SemiCondensed';
    src: url('fonts/acu/AcuminProSemiCond-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    color: #000;
    background-image: url('https://kourage.at/media/2023/05/line.svg');
    background-position: center 0;
    background-size: 2602px;
    background-repeat: no-repeat;
}

/**
 * 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: 69px;
    line-height: 79px;
    font-weight: 400;
}

/* 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: 600;
}

/**
 * 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;
    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;
    appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    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;
    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: var(--black);
    font-family: 'Acumin Pro SemiCondensed', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 28px;
    font-weight: 300;
}

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

h2 {
    font-size: 69px;
    line-height: 79px;
    font-weight: 400;
}

h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
}

p {
    margin-bottom: 1.5em;
}

.black {
    max-width: 1920px;
    margin: auto;
}

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: var(--white);
    overflow-x: hidden;
}

hr {
    background-color: var(--grey);
    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;
}

embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 0;
}

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

.border {
    position: fixed;
    height: 4px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--red);
    z-index: 9;

}

.hold-on {
    height: 80px;
}



/* Links
--------------------------------------------- */

a {
    color: var(--black);
    font-size: 14px;
}

a:visited {
    color: var(--black);
}

a:hover,
a:focus,
a:active {
    color: var(--black);
}

a:focus {
    outline: thin dotted;
}

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

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

:root {
    --red: #E85867;
    --white: #fff;
    --grey: #707070;
    --black: #000;
}

/* Navigation
--------------------------------------------- */

.site-header {
    position: sticky;
    height: 200px;
    background: var(--white);
    width: 100%;
    z-index: 1;
    border-bottom: 1.5px solid var(--grey);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
}

.inner-header {
    max-width: 1350px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 170px;
    font-size: 14px;
}

.inner-header a {
    font-size: 14px;
    text-decoration: none;
}

.inner-header a:hover {
    text-decoration: underline;
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 12px;
}

.menu a {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

.menu a:hover {
    text-decoration: underline;
}

/* Posts and pages
--------------------------------------------- */

.mega-logo-container {
    max-height: 100vh;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.kourage-top-mega-logo {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}*/

.narrow {
    max-width: 810px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: relative;
}

.narrower {
    max-width: 512px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: relative;
}

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

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

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

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

.group-container {
    padding: 20px;
}

.group-container>div>div {
    max-width: 1180px;
    margin: auto;
}

.group-container-stripe>div>div {
    max-width: 1180px;
    margin: auto;
}

.group-container-stripe:before {
    content: '';
    display: none;
}

.narrow-bottom-contact {
    max-width: 810px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: relative;
}

.narrow-bottom-contact p {
    margin-bottom: 15px;
}

.narrow-bottom-contact p.has-large-font-size {
    margin: 0;
}

.narrow-bottom-contact p.has-large-font-size a {
    font-size: 36px;
}

/* 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;
}

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

/* Slider */

.owl-carousel {
    z-index: 0 !important;
}

#work_slider .owl-item > div {
    border: solid 1.5px var(--red);
}

#work_slider .owl-item p,
#work_slider .owl-item h3 {
    padding: 0 35px;
}

#work_slider .owl-item h3 {
    font-weight: normal;
    font-size: 36px;
    letter-spacing: 0.02em;
    margin: 15px 0;
}

#work_slider .owl-item p:first-of-type {
    margin: 0;
    padding: 0;
}

#work_slider .owl-item p:last-of-type {
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

#work_slider .owl-item a {
    font-weight: 600;
    color: var(--red);
    text-decoration: none;
}

/*--------------------------------------------------------------
# Impressum etc.
--------------------------------------------------------------*/

.post-281 {
    font-size: larger;
    max-width: 960px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.post-281 a {
    font-size: 22px;
}

.post-281 h1 {
    font-size: 69px;
    line-height: 79px;
    font-weight: 400;
}

.post-281 h2 {
    font-size: 49px;
    line-height: 59px;
    font-weight: 500;
}

.post-281 .back-btn {
    display: inline-block;
    margin-top: 55px;
    margin-bottom: -25px;
    font-size: 14px;
}

.post-281 .back-btn:hover {
    cursor: pointer;
    text-decoration: underline;
}

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

.second-footer {
    position: fixed;
    bottom: 50px;
    height: 25px;
    width: 100%;
}

.second-footer .site-info {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    padding: 25px;
    margin: auto;
}

/* 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;
}

.blackwidow {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    text-align: center;
    width: 0%;
}

@media only screen and (max-width: 767px) {

    body {
        background-image: none;
    }

    .site-header {
        display: none;
    }

    .h2-first-item {
        font-size: 36px;
        line-height: 46px;
        font-weight: 400;
        padding: 0 25px;
    }

    .slick-track {
        display: block;
    }

    .group-container-stripe:before {
        display: none;
    }

    .wp-block-getwid-content-slider-slide {
        margin: 0 5px;
    }

    .blackwidow {
        display: block;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%;
        padding: 20px 30px 10px 30px;
        background: white;
        border-bottom: 1px solid #000;
    }

    .blackwidow img {
        max-width: 60%;
    }

    #work_slider .owl-item p,
    #work_slider .owl-item h3 {
        padding: 0 20px;
    }

    #work_slider .owl-item h3 {
        margin-top: -10px;
        margin-bottom: -14px;
    }
    
}