/*!
Theme Name: Miranda Di Grande
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: miranda-digrande
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 with others.

Miranda Di Grande is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Showreal Teaser
# Grid-System
--------------------------------------------------------------*/


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


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


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

@font-face {
    font-family: Bebas;
    src: url(../wp-content/themes/miranda-digrande/fonts/bebas_neue-2/TTFsBebasNeue%20Regular.html);
    font-weight: normal;
}

* {
    -webkit-font-smoothing: antialiased;
}


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


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


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * 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;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 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: 'Bebas';
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: 800;
}


/**
 * 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: 'Bebas';
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * 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: 'Bebas';
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 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;
    /* 1 */
    padding: 0;
    /* 2 */
}


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


/**
 * 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;
    /* 1 */
    font: inherit;
    /* 2 */
}


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


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #ffffff;
    font-family: 'Helvetica';
    font-size: 18px;
    line-height: 24px;
}

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Bebas';
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: 'Bebas';
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #101010;
    /* Fallback for when there is no custom background color defined. */
}

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

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

.color-primary {
    color: #FD6AA4 !important;
}


/*--------------------------------------------------------------
# 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);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .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%;
}

.btn.btn-primary {
    color: #FD6AA4;
    border-radius: 15px;
    background: transparent;
    border-color: #FD6AA4;
    padding: 0.532rem 1.555rem;
    font-size: 14px;
}

.btn.btn-primary:hover {
    color: #101010;
    background: #FD6AA4;
}

.btn.btn-primary:focus,
.btn.btn-primary:active {
    background: #FD6AA4 !important;
    box-shadow: none !important;
    color: #101010;
}

.btn.btn-primary:focus:hover {
    background: #FD6AA4 !important;
}


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


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

a,
a:hover, a:focus, a:active, a:visited {
    color: #FD6AA4;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#nav-icon {
    width: 27px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FD6AA4;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 10px;
}

#nav-icon span:nth-child(4) {
    top: 20px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.main-navigation {
    clear: both;
    display: block;
    /*float: left;*/
    width: 100%;
}

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

.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 {
    left: 100%;
}

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

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

.main-navigation li {
    float: left;
    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: block;
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# 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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    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;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


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

.sticky {
    display: block;
    background: #000000;
    border-bottom: 1px solid #FD6AA4;
    transition: background 0.3s ease-in;
}

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

.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;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */

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


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

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

.gallery-columns-2 .gallery-item {
    max-width: 49%;
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*CUSTOM STYLES*/

@font-face {
    font-family: 'bebas';
    src: url('../fonts/BebasNeueRegular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas';
    src: url('../fonts/bebas_neue-2/TTFs/BebasNeueBold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'bebas';
    src: url('../fonts/BebasNeueRegular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Black';
    src: url('../fonts/roboto/Roboto-Black.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

h1 {
    font-family: 'Roboto';
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 20px;
}

.sub-heading {
    color: #DADADA;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

h2 {
    font-family: 'Roboto';
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}

.navbar-brand h2 {
    font-family: 'bebas';
    font-size: 36px;
    text-align: center;
}

h3 {
    font-family: 'Roboto';
    font-size: 26px;
    font-weight: bold;
}

h3.twitterhandle {
    color: #7F0000;
    text-decoration: none;
}

.navbar-nav {
    margin-left: 1em;
}

li.menu-item.nav-item {
    margin-right: 10px;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 18px;
    color: rgba(255,255,255,0.5);
    margin-right: 70px;
}

li.menu-item.nav-item.active a.nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    z-index: 9999;
    transition: background 0.3s ease-in, border 0.3s ease-in;
}

.hero {
    position: relative;
    min-height: 600px;
    height: 100vh;
    max-height: 900px;
    display: flex;
    align-items: flex-end;
    background: rgba(0,0,0,1);
    padding-bottom: 60px;
    z-index: 0;
}

body.career .hero {
    height: 350px;
    min-height: 350px;
    background: none;
    align-items: center;
    padding-bottom: 0;
}

.resume-form .content-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.resume-form img {
    position: relative;
    z-index: 2;
}

.resume-form h2 {
    font-family: "Helvetica";
}

.resume-form p {
    color: #DADADA;
}

.resume-form .error {
    font-size: 12px;
    text-align: left;
}

button.btn[type="submit"].resume-form-submit.loading,
button.btn[type="submit"].contact-form-submit.loading {
    position: relative;
    pointer-events: none;
    color: transparent;
}

button.btn[type="submit"].resume-form-submit.loading:after,
button.btn[type="submit"].contact-form-submit.loading:after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

button.btn[type="submit"].resume-form-submit.submitted {
    background: white;
    border-color: white;
    color: #101010;
    position: relative;
    text-indent: -9999px;
    pointer-events: none;
    transition: all 0.3s ease-in;
}

button.btn[type="submit"].resume-form-submit.submitted:after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: center;
}

section.contact-form {
    padding-bottom: 100px;
}

.contact-form .thanks-message {
    display: none;
}

input,
select,
textarea {
    border: 1px solid #FD6AA4 !important;
    border-radius: 10px !important;
    background: transparent;
    width: 70%;
    font-size: 12px;
    color: #FD6AA4 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-right: 10px;
}

input::placeholder,
textarea::placeholder {
    color: #FD6AA4;
}

input:focus-visible,
textarea:focus-visible {
    background: #FD6AA4;
    outline: none;
    color: #101010 !important;
}

input:focus-visible::placeholder,
textarea:focus-visible::placeholder {
    color: #101010 !important;
}

body.contact form input,
body.contact form select,
body.contact form textarea {
    width: 100%;
    min-height: 46px;
    font-size: 14px;
}

body.contact form select {
    padding-left: 16px !important;
}

body.career form input[type="checkbox"],
body.contact form input[type="checkbox"] {
    width: auto;
    min-height: auto;
}

body.career form .form-check-label,
body.contact form .form-check-label {
    color: #FD6AA4;
    font-size: 12px;
}

body.career form .form-check-label a,
body.career form .form-check-label a:focus,
body.career form .form-check-label a:hover,
body.contact form .form-check-label a,
body.contact form .form-check-label a:focus,
body.contact form .form-check-label a:hover {
    color: #DADADA;
}

body.contact form select option {
    background: #101010;
}

body.career form .mandatory,
body.contact form .mandatory {
    color: #FD6AA4;
    font-size: 12px;
    text-align: left;
}

.error {
    display: none;
    color: red;
    font-size: 14px;
    padding-left: 21px;
}

.error-global {
    padding-left: 0;
}

.field-error {
    border-color: red !important;
}

button.btn[type="submit"] {
    width: 25%;
    height: 32px;
    font-size: 12px;
    line-height: 14px;
    color: #FD6AA4;
    background: transparent;
    border: 1px solid #FD6AA4;
    border-radius: 10px;
}

button.btn[type="submit"]:hover {
    background: #FD6AA4;
    color: #101010;
}

body.contact button.btn[type="submit"] {
    width: 167px;
    min-height: 46px;
    font-size: 14px;
}

.home .hero h3 {
    color: #FD6AA4;
    font-family: 'Helvetica';
    font-size: 18px;
}

.home .hero h1 {
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 30px;
    margin-left: -5px;
}

.career .hero h1 {
    margin-top: 100px;
}

.hero .headings-wrapper img {
    margin-left: -4px;
}

.hero .contact-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.hero .contact-wrapper .icons-wrapper {
    margin-bottom: 5px;
}

.hero .contact-wrapper .icons-wrapper img {
    height: 30px;
}

.icons-wrapper a:hover,
.icons-wrapper a:focus,
.icons-wrapper a:active {
    color: transparent;
}

.hero .contact-wrapper .contact-mail a {
    color: #C1C1C1;
}

ul.career-cat {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
}

.career-cat li {
    color: rgba(253, 106, 164, 0.5);
    font-family: "Helvetica";
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.career-cat li:hover {
    color: #FD6AA4;
}

.career-cat li.active {
    color: #FD6AA4;
    pointer-events: none;
}

.sections {
    margin-top: 100px;
}

section.timeline {
    padding: 80px 0 0;
}

.timeline h3 {
    font-family: "Helvetica";
    line-height: 40px;
}

.timeline .title {
    color: #DADADA;
}

.timeline .col {
    margin-bottom: 90px;
}

.timeline article.item-wrapper .item {
    padding: 50px 0;
    width: 50%;
    position: relative;
    padding-right: 80px;
    border-color: #e52d6b;
    border-style: solid;
    border-width: 0;
    border-right-width: 4px;
    font-size: 20px;
}

.timeline article.item-wrapper .item:after {
    content: "";
    position: absolute;
    top: 80px;
    height: 4px;
    width: 50px;
    right: 0;
    background: #e52d6b;
}

.timeline article.item-wrapper:nth-child(2n) .item:after {
    content: "";
    position: absolute;
    top: 80px;
    height: 4px;
    width: 50px;
    left: 0;
    background: #e52d6b;
}

.timeline article.item-wrapper .item .year {
    text-align: right;
    font-size: 55px;
    font-weight: bold;
    font-family: 'Roboto';
    color: #e52d6b;
    line-height: 60px;
}

.timeline article.item-wrapper .item ul.item-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    margin-top: 40px;
}

.timeline article.item-wrapper .item .item-list li {
    margin-bottom: 10px;
}

.timeline article.item-wrapper:nth-child(2n) {
    background-color: #030303;
}

.timeline article.item-wrapper:nth-child(2n) .item {
    border-right-width: 0;
    border-left-width: 4px;
    padding-right: 0;
    padding-left: 80px;
    margin-left: calc(50% - 4px);
}

.timeline article.item-wrapper:nth-child(2n) .item .year {
    text-align: left;
}

.timeline article.item-wrapper:nth-child(2n) .item ul.item-list {
    text-align: left;
}

.timeline article.item-wrapper:last-child .item {
    border-left-width: 0;
}

.timeline article.item-wrapper:first-child .item:before {
    content: "";
    position: absolute;
    top: -50px;
    right: -4px;
    width: 4px;
    height: 50px;
    background: #e52d6b;
}

.timeline article.item-wrapper:last-child .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 50%;
    background: #e52d6b;
}

section.theatre {
    padding: 30px 0;
}

.theatre .article,
.commercial .article {
    padding: 50px 0;
}

.theatre .article h3,
.commercial .article h3 {
    color: #FD6AA4;
    font-family: "Helvetica";
}

.theatre .article p,
.commercial .article p {
    color: #DADADA;
    margin: 0;
}

body.bio .hero,
body.imprint .hero,
body.contact .hero {
    height: 400px;
    background: #101010;
}

body.imprint .hero {
    background: transparent;
    height: 300px;
    min-height: 300px;
}

body.bio .hero,
body.contact .hero {
    background: transparent;
    align-items: center;
    min-height: 450px;
}

.form-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

body.bio p,
body.contact p {
    color: #DADADA !important;
}

body.bio .hero h1+p {
    max-width: 60%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

section.bio .content-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

section.bio .content-wrapper h2 {
    color: #FD6AA4;
    margin-bottom: 20px;
}

section.bio article {
    padding: 100px 0;
}

section.bio article.banner {
    background: transparent;
}

article.banner .content-wrapper {
    border: 1px solid #FD6AA4;
    border-radius: 40px;
    padding: 90px 160px;
}

section.bio .only-text h2 {
    color: #FD6AA4;
    width: 70%;
    margin-bottom: 20px;
}

section.bio article.only-text p {
    transform: none;
    position: static;
    margin-bottom: 1.5em;
}

section.reel {
    padding: 100px 0;
}

section.bio article.banner h3 {
    color: #FD6AA4;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

section.bio article p {
    margin: 0;
}

section.bio article img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

section.content {
    padding: 100px 0;
}

body.imprint section.content {
    padding: 0 0 100px 0;
}

.twitterlink {
    margin-bottom: 10px;
}

.header--wrapper {
    text-align: center;
    margin: 60px auto 40px;
    position: relative;
}

.header--wrapper::after {
    content: ' ';
    height: 1px;
    width: 90%;
    background-color: #7F0000;
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: -1;
}

.header--imprint {
    margin-top: 0;
}

.header--imprint::after {
    content: '';
    height: 0px;
    background-color: none;
}

#primary-menu {
    display: table;
    margin: 0 auto;
}

#primary-menu li {
    margin: 0 15px;
}

#primary-menu li a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}

#primary-menu li a:hover {
    color: #7F0000;
}

#primary-menu {
    border-top: 1px solid #7F0000;
    border-bottom: 1px solid #7F0000;
    padding: 10px 40px;
    margin-bottom: 44px;
}

.toggle-nav {
    display: none !important;
}

.headerhelper {
    height: 101px;
}

.headline--img {
    width: 113px;
    vertical-align: middle;
}

@media only screen and (max-width: 585px) {
    .headline {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and ( max-width: 535px) {
    .gal--unbreak {
        display: none;
        padding: 0 !important;
        cursor: initial !important;
        font-weight: initial !important;
        content: "";
    }
    .gal--break {
        display: initial !important;
    }
}

section.foundation {
    padding: 100px 0;
}

.foundation .foundation-wrapper {
    border: 1px solid #FD6AA4;
    border-radius: 40px;
    padding: 94px 100px;
}

.foundation h1 {
    color: #FD6AA4;
}

.foundation p {
    color: #DADADA;
}

.foundation .btn {
    background: #fff;
    border-color: #fff;
    border-radius: 10px;
    color: #101010;
    padding-left: 45px;
    padding-right: 45px;
}

.foundation .btn:hover {
    color: #fff;
    background: transparent;
}

section.connected {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.connected p {
    color: #DADADA;
}

.connected img {
    margin-bottom: 27px;
}

.connected .btn {
    padding-left: 45px;
    padding-right: 45px;
}

.connected .mail-me a {
    color: white;
}


/*Slider*/

.blur-bg-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.blur-bg {
    position: absolute;
    width: 550px;
    height: 550px;
    background: #FD6AA4;
    border-radius: 50%;
    filter: blur(250px);
    z-index: 0;
}

body.home .blur-bg {
    z-index: 1;
}

.blur-bg-wrapper .blur-bg.first {
    right: -550px;
    top: 0;
}

body.bio .blur-bg-wrapper .blur-bg.first {
    top: 500px;
}

.blur-bg-wrapper .blur-bg.second {
    top: 1000px;
    left: -650px;
}

body.bio .blur-bg-wrapper .blur-bg.second {
    top: 1500px;
}

.blur-bg-wrapper .blur-bg.third {
    right: -550px;
    top: 2100px;
}

.blur-bg.fourth {
    bottom: -300px;
    left: -550px;
}

.portfolio h1 {
    font-family: "Roboto";
    margin-bottom: 40px;
}

section.portfolio {
    background: #101010;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.portfolio > .container > .row:nth-child(2n+1) {
    margin-top: 200px;
}

.portfolio > .container > .row:first-child,
.portfolio > .container > .row:nth-child(2) {
    margin-top: 0;
}

.slick-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slick-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.slick-list {
    margin: 0 -10px;
}

.slick-slide {
    margin: 0 10px;
    width: 357px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.slick-slide:last-child {
    margin-right: 119px !important;
}

.slick-slide img {
    height: 357px;
    width: 357px;
    object-fit: cover;
    object-position: top;
}

.slick-slide,
.slick-loading {
    background:transparent url('../images/loader.gif') no-repeat center;
}

.slider-arrows {
    display: inline-block;
    float: right;
    margin-top: 30px;
}

.slider-arrows ul {
    list-style: none;
}

.slider-arrows ul li {
    float: left;
    margin-left: 20px;
    background: #e52d6b;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slider-arrows ul li img {
    width: 30px;
}

.slider-arrows ul li.prev img {
    transform: rotate(180deg);
}

.slider-arrows ul li.slick-disabled {
    background: #d07b98;
    pointer-events: none;
}

.slick-arrow {
    position: absolute;
    right: 0;
    bottom: -50px;
    background: transparent;
    background-image: url(../images/slick-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    border: 1px solid #FD6AA4;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.5;
}

.slick-arrow.prev {
    right: 35px;
    transform: rotate(180deg);
}

.slick-arrow:hover:not(.slick-disabled) {
    background: #FD6AA4;
    background-image: url(../images/slick-arrow-hover.png);
    background-repeat: no-repeat;
    background-position: center;
}

.slick-dots {
    list-style: none;
    margin: 10px auto 0px;
    display: table;
    padding: 0;
    float: left;
    margin-top: 66px;
}

.slick-dots li {
    float: left;
    margin-right: 10px;
}

.slick-dots li button {
    background: #d07b98;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    text-indent: -9999px;
}

.slick-dots li button:hover {
    cursor: pointer;
}

.slick-dots .slick-active button {
    background: #e52d6b;
}

/*Galleries*/

.gals .gal--categories {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 25px;
    color: #000000;
}

.gals .gal--categories span:hover {
    color: #7F0000;
}

.gals .gal--categories span {
    padding: 0 15px;
    cursor: pointer;
}

.gals .gal--categories span.active {
    color: #7F0000;
}

figure {
    margin: 0;
}

.gallery-item {
    position: relative;
    width: 50%;
    /* desired width */
}

.gallery-icon {
    padding: 3%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.gallery-item:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}

.size-gallery {
    width: 100%;
    height: 100%;
}

.gal--unbreak {
    padding: 0 !important;
    cursor: initial !important;
    font-weight: initial !important;
}

.gal--break {
    display: none;
}

@media only screen and (max-width: 768px) {
    .gallery-icon {
        padding: 2%;
    }
    .gal {
        padding: 0 2%
    }
}


/*Video*/

.videowrapper {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.videoplay {
    position: absolute;
    width: 15%;
    top: 33%;
    left: 42.5%;
    z-index: 10;
}


/*footer*/

footer.site-footer {
    padding: 90px 0 180px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.site-footer .copyright {
    float: left;
}

.site-footer .footer-menu {
    float: right;
}

.site-footer .footer-menu ul {
    list-style: none;
}

.site-footer .footer-menu ul li {
    float: left;
    margin-left: 40px;
}

.site-footer .footer-menu ul li a {
    color: white;
    text-decoration: none;
}

/*Impressum*/

.imprint_text {
    color: #DADADA;
}

/*--------------------------------------------------------------
# Grid-System
--------------------------------------------------------------*/

.grid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.grid-wrapper .row {
    display: flex;
    flex-wrap: wrap;
}

.grid-wrapper .col {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.grid-wrapper .col-2 {
    width: 50%;
}

.grid-wrapper .col-3 {
    width: 33.333%;
}

.grid-wrapper .col-4 {
    width: 25%;
}

@media only screen and (max-width: 600px) {
    .grid-wrapper .col-2,
    .grid-wrapper .col-3,
    .grid-wrapper .col-4 {
        width: 100%;
    }
}

*.cmpboxbtnno, A.cmpboxbtnno, A.cmpboxbtnno:link,
.cmpfullscreen *.cmpboxbtnyes, .cmpfullscreen A.cmpboxbtnyes, .cmpfullscreen A.cmpboxbtnyes:link,
*.cmpboxbtnyes, A.cmpboxbtnyes, A.cmpboxbtnyes:link {
    background-color: #e52d6b !important;
}

.cmpwelcomeprpsbtn .cmptogglespan svg .cmpsvgredfill,
.cmptdchoice .cmptogglespan svg .cmpsvgredfill {
    fill: #e52d6b !important;
}

/* Media Queries */

@media (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 25px;
    }

    h1 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 10px;
    }

    section.portfolio {
        padding-top: 80px !important;
        padding-bottom: 70px;
    }

    .blur-bg-wrapper .blur-bg.second,
    .blur-bg-wrapper .blur-bg.fourth {
        left: -700px;
    }

    .blur-bg-wrapper .blur-bg.first,
    .blur-bg-wrapper .blur-bg.third {
        right: -700px;
    }

    .blur-bg-wrapper .blur-bg {
        z-index: 0;
    }

    body.home .blur-bg-wrapper .blur-bg.first,
    body.home .blur-bg-wrapper .blur-bg.second,
    body.home .blur-bg-wrapper .blur-bg.third,
    .sub-heading {
        z-index: 1;
    }

    .connected h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .portfolio > .container > .row:nth-child(2n+1) {
        margin-top: 120px;
    }

    .portfolio > .container > .row:first-child {
        margin-top: 0;
    }

    .portfolio h1 {
        margin-bottom: 20px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 25px;
    }

    .theatre .article h3,
    .commercial .article h3,
    .timeline h3 {
        font-size: 20px;
    }

    .timeline .col {
        margin-bottom: 40px;
    }

    .timeline h3 {
        line-height: normal;
        margin-bottom: 0;
    }

    header {
        padding-top: 40px;
    }

    .navbar-dark .navbar-toggler {
        border: none;
        padding: 0;
        margin-top: -6px;
        outline: none;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(229,45,107,1)' stroke-width='2' stroke-linecap='' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar-nav {
        margin: 0;
    }

    li.menu-item.nav-item {
        margin-right: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 72px;
        width: calc(100% + 30px);
        height: calc(100vh - 70px);
        background: #030303;
        padding: 20px 15px;
        margin-left: -15px;
        margin-right: -15px;
        border-top: 1px solid #FD6AA4;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 25px;
        color: rgba(253, 106, 164, 0.5);
        line-height: 50px;
        font-weight: 700;
        padding-top: 0;
        padding-bottom: 0;
    }

    li.menu-item.nav-item.active a.nav-link,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #FD6AA4;
    }


    .navbar-brand h2 {
        font-size: 28px;
    }

    .slick-slider {
        margin-right: 0;
    }

    .slick-arrow.prev {
        left: 50px;
    }

    .next.slick-arrow {
        right: 50px;
    }

    .slick-dots {
        margin-top: 30px;
        width: calc(100% - 100px);
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .slick-arrow img {
        width: 25px;
    }

    .foundation .foundation-wrapper {
        padding: 30px;
    }

    .sections {
        margin-top: 50px;
    }

    .hero {
        max-height: 480px;
    }

    .home .hero {
        max-height: none;
        height: auto;
        display: block;
    }

    body.bio .hero {
        background: transparent;
        min-height: 320px;
        height: 320px;
        align-items: flex-end;
        padding-bottom: 40px;
    }

    body.imprint .hero {
        background: transparent;
    }

    body.bio .blur-bg-wrapper .blur-bg.first {
        left: -700px;
        top: 800px;
    }

    body.bio .blur-bg-wrapper .blur-bg.second {
        right: -700px;
        left: auto;
        top: 2100px;
    }

    body.bio .blur-bg-wrapper .blur-bg.third {
        left: -700px;
        top: 3500px;
    }

    body.bio .blur-bg-wrapper .blur-bg.fourth {
        right: -700px;
        left: auto;
    }

    .bio .site {
        position: relative;
        overflow: hidden;
    }

    .bio .site > .blur-bg {
        z-index: 0;
        right: -700px;
        top: -100px;
    }

    body.contact .hero {
        min-height: 300px;
        height: 300px;
        align-items: flex-end;
    }

    body.contact .form-wrapper {
        max-width: 300px;
    }

    .imprint .hero h1 {
        text-align: center;
        font-size: 30px;
        line-height: 35px;
    }

    section.timeline,
    section.theatre {
        padding-top: 0;
    }

    .bio .hero h1 {
        margin-top: 100px;
    }

    .home .hero h3 {
        font-size: 16px;
    }

    .home .hero h1 {
        font-size: 40px;
        margin-top: 0;
        margin-left: 0;
    }

    .hero .headings-wrapper {
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .hero .contact-wrapper {
        height: 40vh;
    }

    section.bio article img {
        height: 300px;
    }

    ul.career-cat {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        margin-bottom: 20px;
    }

    ul.career-cat:after {
        content: "";
        width: 50%;
        height: 1px;
        background: #FD6AA4;
        position: absolute;
        top: 13px;
        right: 0;
    }

    .career-cat li {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .career-cat li:first-child {
        margin-left: 0;
    }

    .career-cat li:last-child {
        margin-right: 0;
    }

    .theatre .article,
    .commercial .article {
        padding: 20px 0;
    }

    .theatre .row-wrapper:first-child .row.col-12:first-child .article,
    .commercial .row-wrapper:first-child .row.col-12:first-child .article {
        padding-top: 0;
    }

    .timeline article.item-wrapper .item {
        font-size: 20px;
        padding-right: 50px;
    }

    .timeline article.item-wrapper .item .year {
        font-size: 30px;
        line-height: 40px;
    }

    .timeline article.item-wrapper .item ul.item-list {
        margin-top: 20px;
    }

    .timeline article.item-wrapper .item:after,
    .timeline article.item-wrapper:nth-child(2n) .item:after {
        width: 30px;
        top: 68px;
    }

    .timeline article.item-wrapper:nth-child(2n) .item {
        padding-left: 50px;
    }

    body.bio .hero h1+p {
        max-width: 87%;
    }

    section.connected {
        padding: 20px 0 70px 0;
    }

    .connected img,
    .connected p {
        margin-bottom: 10px;
    }

    section.bio article {
        padding: 50px 0;
    }

    section.bio article.banner .content-wrapper {
        padding: 50px 20px;
        border-radius: 20px;
    }

    section.bio article.banner h3 {
        font-size: 25px;
        line-height: 35px;
    }

    section.bio .only-text h2 {
        width: 100%;
    }

    .resume-form img {
        width: 210px;
    }

    section.foundation,
    section.reel {
        padding: 50px 0;
    }

    .imprint_text:not(.privacy_text) p {
        margin-bottom: 0;
    }

    footer.site-footer {
        padding: 30px 0 100px 0;
    }

    .site-footer .copyright {
        text-align: center;
    }

    .site-footer .copyright,
    .site-footer .footer-menu {
        float: none;
    }

    .site-footer .footer-menu {
        margin-top: -70px;
    }

    .site-footer .footer-menu ul {
        margin: 0;
        margin-top: 10px;
        padding-left: 0;
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        width: 305px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .site-footer .footer-menu ul li {
        margin-left: 0;
    }

    .videowrapper {
        width: 300px;
    }

    body.career form .form-check-label {
        font-size: 12px;
        text-align: left;
    }
}

/* Media Queries */

/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */
