@charset "UTF-8";
/*
Theme Name: 4films
Description: 4films Theme
Author: OAO Kreation GmbH
Template:
Version: 1.0.5
*/
/* ---- FONT ---- */
@import url("https://use.typekit.net/ffr5xrz.css");
@font-face {
  font-family: "wix-regular";
  src: url("./font/wix-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wix-extrabold";
  src: url("./font/wix-extrabold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* ---- DEF ---- */
* {
  font-family: "pragmatica-extended", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, a, p, label, article, li {
  font-family: "pragmatica-extended", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

a, p, label, article, li {
  font-size: 16px;
  font-weight: 200;
}

strong {
  font-weight: 700;
}

a {
  color: #E53011;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:link, a:visited {
  text-decoration: none;
}

.clear {
  clear: both;
}

::selection,
::-moz-selection {
  background: #E53011;
  color: #FFFFFF;
}

.biofilms ::selection,
.biofilms ::-moz-selection {
  background: #0086C0;
  color: #FFFFFF;
}

/* ---- MAIN ---- */
body {
  background: black;
}

img {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
img.circle {
  border-radius: 50%;
}

.no-margin {
  margin-bottom: 0px !important;
}

.darkened {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}

.darkened--50 {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}

.darkened--70 {
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
}

/* ---- HEADER ---- */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 300;
  transition: all 1s ease;
  background-color: rgba(0, 0, 0, 0);
}
header .header-inner {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 15px;
  transition: all 1s ease;
}
header .brand {
  display: block;
  width: calc(20% - 40px);
  max-width: 225px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all 1s ease;
}
header nav {
  display: block;
  width: calc(60% - 80px);
  padding-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s ease;
}
header nav ul {
  display: inline-block;
  list-style: none;
}
header nav ul li {
  float: left;
  display: block;
  margin-right: 0px;
  transition: all 1s ease;
}
header nav ul li a {
  color: #FFFFFF;
  background: none;
  padding: 12px 15px 10px;
  border-radius: 20px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 0, 0, 0);
  text-transform: uppercase;
  transition: all 1s ease;
}
header nav ul li a:hover, header nav ul li a:focus {
  background: #E53011;
  color: white;
}
header nav ul li a.highlight {
  background: #E53011;
  color: white;
}
header nav ul li a.highlight.outline {
  background: none;
  color: black;
  border: 1px solid #E53011;
}
header nav ul li a.highlight:hover, header nav ul li a.highlight:focus {
  background: #E53011;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0);
}
header.fixed-header {
  background-color: #000000;
}
header.fixed-header .header-inner {
  padding: 20px 15px;
  max-height: 110px;
}
header.fixed-header nav {
  padding-top: 10px;
  float: right;
  margin-left: 20px;
  margin-right: 20px;
}
header.fixed-header nav ul li {
  margin-right: 0px;
}
header.fixed-header nav ul li a {
  font-size: 16px;
}
header.fixed-header .brand {
  max-width: 130px;
}

/* ---- TOP-BAR ---- */
.top-bar {
  display: block;
  width: 100%;
}
.top-bar .top-bar-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 35px;
}
.top-bar .top-bar-inner .studio-info {
  float: left;
}
.top-bar .top-bar-inner .studio-info label {
  float: left;
  text-transform: lowercase;
  padding: 8px 0px 7px 0px;
}
.top-bar .top-bar-inner .studio-info label.studio {
  font-weight: 700;
}
.top-bar .top-bar-inner .studio-info label.studio::after {
  font-weight: 300;
  content: " • ";
  margin-right: 4px;
}
.top-bar .top-bar-inner ul {
  list-style: none;
  display: inline-block;
  float: right;
}
.top-bar .top-bar-inner ul li {
  float: left;
  margin-left: 0px;
}
.top-bar .top-bar-inner a {
  display: inline-block;
  text-transform: lowercase;
  padding: 6px 18px 5px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 18px;
  transition: all 1s ease;
}

/* ---- SECTION ---- */
section {
  width: 100vw;
  height: auto;
  background-size: auto;
  background-position: center center;
}
section.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
section.flex.flex-start {
  align-items: flex-start;
}
section.flex.flex-end {
  align-items: flex-end;
}
section.full-height {
  min-height: 100vh;
}
section.height--50 {
  min-height: 50vh;
}
section.height--55 {
  min-height: 55vh;
}
section.height--60 {
  min-height: 60vh;
}
section.height--65 {
  min-height: 65vh;
}
section.height--70 {
  min-height: 70vh;
}
section.height--75 {
  min-height: 75vh;
}
section.padding {
  padding: 120px;
}
section.background-img {
  background-position: center center;
  background-size: cover !important;
}
section.background-img--left {
  background-position: left center;
  background-size: cover !important;
}
section.bg-dark {
  background: #000000;
}
section.bg-red {
  background: #E53011;
  color: #FFFFFF;
}
section.bg-film {
  background-color: #000000;
  background: url(../images/background/4films-background-film.jpg);
  color: #FFFFFF;
}
section.bg-structure {
  background-color: #000000;
  background: url(../images/background/4films-background-film.jpg);
  color: #FFFFFF;
}
section.background-video .video-player .video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
}
section.background-video .content {
  padding-top: 90px;
  padding-bottom: 80px;
}
section .section-inner {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 240px);
  flex-direction: row;
  align-items: center;
}
section .section-inner.background-video .video-player {
  width: 100%;
}
section .section-inner.background-video .video-player .video {
  position: absolute;
  top: 120px;
  left: 120px;
  width: calc(100vw - 240px);
  height: calc(100vh - 240px);
  object-fit: cover;
  object-position: center center;
  z-index: -1;
}
section.sticky {
  position: sticky;
  top: 0px;
}

/* ---- CONTENT ---- */
.bg-gradient {
  background-color: #E53011;
  background: -moz-linear-gradient(0deg, #e95610 4%, #E53011 35%, #E53011 60%, #f3e8b9 100%);
  background: -webkit-linear-gradient(0deg, #e95610 4%, #E53011 35%, #E53011 60%, #f3e8b9 100%);
  background: linear-linear-gradient(0deg, #e95610 4%, #E53011 35%, #E53011 60%, #f3e8b9 100%);
  background-clip: border-box;
  color: #fff;
}

.bg-gradient-blue {
  background-color: #0086C0;
  background: -moz-linear-gradient(0deg, #73a0b4 4%, #0086C0 35%, #0086C0 60%, #8cb2c9 100%);
  background: -webkit-linear-gradient(0deg, #73a0b4 4%, #0086C0 35%, #0086C0 60%, #8cb2c9 100%);
  background: linear-linear-gradient(0deg, #73a0b4 4%, #0086C0 35%, #0086C0 60%, #8cb2c9 100%);
  background-clip: border-box;
  color: #fff;
}

.content {
  color: white;
}
.content.sticky {
  position: sticky;
  top: 0px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-family: "pragmatica-extended", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: none;
}
.content h1.uppercase, .content h2.uppercase, .content h3.uppercase, .content h4.uppercase, .content h5.uppercase, .content h6.uppercase {
  text-transform: uppercase;
}
.content h1.gradient, .content h2.gradient, .content h3.gradient, .content h4.gradient, .content h5.gradient, .content h6.gradient {
  background-image: linear-gradient(0deg, #e95610 4%, #E53011 35%, #E53011 60%, #f3e8b9 100%);
  background: -moz-linear-gradient(0deg, #e95610 4%, #E53011 35%, #E53011 60%, #f3e8b9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.content h1.gradient-blue, .content h2.gradient-blue, .content h3.gradient-blue, .content h4.gradient-blue, .content h5.gradient-blue, .content h6.gradient-blue {
  background-image: linear-gradient(0deg, #73a0b4 4%, #0086C0 35%, #0086C0 60%, #8cb2c9 100%);
  background: -moz-linear-gradient(0deg, #73a0b4 4%, #0086C0 35%, #0086C0 60%, #8cb2c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.content strong {
  font-weight: 700;
}
.content h1, .content h2 {
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin-bottom: 20px;
}
.content h1.big, .content h1.size-1, .content h2.big, .content h2.size-1 {
  font-size: 4rem;
  line-height: 4.2rem;
}
.content h1.size-2, .content h2.size-2 {
  font-size: 3rem;
  line-height: 3.1rem;
}
.content h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 20px;
}
.content h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 10px;
}
.content h1.color-red, .content h2.color-red, .content h3.color-red, .content h4.color-red {
  color: #E53011;
}
.content h1.color-blue, .content h2.color-blue, .content h3.color-blue, .content h4.color-blue {
  color: #0086C0;
}
.content h1.color-lime, .content h2.color-lime, .content h3.color-lime, .content h4.color-lime {
  color: #96AC1A;
}
.content p {
  line-height: 1.55rem;
  font-weight: 200;
  margin-bottom: 20px;
}
.content .text-pull-center {
  text-align: center;
}
.content .text-pull-right {
  text-align: right;
}
.content blockquote {
  font-family: "pragmatica-extended", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 5.5rem;
  line-height: 5rem;
  text-transform: uppercase;
  margin-left: -8px;
  margin-bottom: 40px;
}
.content .oao-counter {
  font-family: "pragmatica-extended", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 5.5rem;
  line-height: 5rem;
  text-transform: uppercase;
}
.content a {
  color: #FFFFFF;
}
.content a.button {
  display: inline-block;
  min-height: 38px;
  padding: 8px 25px 5px;
  color: black;
  background: white;
  border-radius: 20px;
  margin: 0px 3px;
}
.content a.button.outline {
  background: none;
  border: 1px solid white;
  color: white;
}
.content a.button.color-red {
  background: #E53011;
  color: white;
}
.content a.button.color-blue {
  background: #0086C0;
  color: white;
}
.content a.button.color-lime {
  background: #96AC1A;
  color: white;
}
.content .social-links {
  display: block;
  padding: 8px 0px 0px;
}
.content .social-links a.social-link-single {
  font-size: 24px;
  color: white;
  margin-right: 10px;
}
.content .social-links a.social-link-single:last-of-type {
  margin-right: 0px;
}
.content button {
  display: inline-block;
  min-height: 38px;
  padding: 8px 15px;
  color: black;
  background: white;
  border: none;
  border-radius: 20px;
  outline: none;
  margin: 0px 3px;
}
.content button.outline {
  background: none;
  border: 1px solid white;
  color: white;
}
.content .product img {
  z-index: -10;
}
.content .product .product-shortinfo-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 30px;
}
.content .product .product-shortinfo-icons img {
  width: 35px;
  margin-right: 8px;
  z-index: 0;
}
.content .product .product-shortinfo {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 80px 30px 30px 30px;
}
.content .product .product-shortinfo h3 {
  text-transform: uppercase;
  color: #E53011;
  margin-bottom: 0px;
}
.content .product.bio h3 {
  color: #0086C0;
}
.content .team {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.content .team img {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
  margin-right: 30px;
}
.content .team p span.name {
  color: #E53011;
  text-transform: uppercase;
}
.content .team p span.position {
  /* font-weight: 700; */
}

.product-page {
  background-size: 100% auto !important;
  background-position: center center !important;
  background-attachment: fixed !important;
}
.product-page.background-img-bottom {
  background-position: center bottom !important;
}
.product-page .content-wrapper {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.9) 80%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.9) 80%, rgb(0, 0, 0) 100%);
  background: linear-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.9) 80%, rgb(0, 0, 0) 100%);
  background-clip: border-box;
}
.product-page .content {
  padding-top: 200px;
}
.product-page .product-headline {
  display: flex;
  width: 100%;
  padding-top: 70vh;
  margin-bottom: 0px;
  object-fit: fill;
  object-position: center center;
}
.product-page .product-headline img {
  width: auto;
  height: 100%;
}
.product-page .subline {
  padding-top: 20px;
  text-align: center;
}
.product-page .subline span {
  color: #888888;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.product-page .product-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 0px 0px;
}
.product-page .product-icons img {
  width: 45px;
  margin-right: 8px;
  z-index: 0;
}
.product-page .product-icons img:first-of-type {
  margin-left: auto;
}
.product-page .product-icons img:last-of-type {
  margin-right: auto;
}

.supply-standards .supply-row {
  display: flex;
  flex-direction: row;
  padding: 0px 0px;
  border-bottom: 2px dotted #FFFFFF;
}
.supply-standards .supply-row:first-of-type {
  background: #E53011;
}
.supply-standards .supply-row:first-of-type .label {
  font-weight: 700;
}
.supply-standards .supply-row:last-of-type {
  border-bottom: none !important;
}
.supply-standards .supply-row .label {
  width: 25%;
  padding: 15px 15px;
  border-right: 2px dotted #FFFFFF;
}
.supply-standards .supply-row .label:first-of-type {
  font-weight: 700;
}
.supply-standards .supply-row .label:last-of-type {
  border-right: none !important;
}
.supply-standards.supply-standards-blue .supply-row:first-of-type {
  background: #0086C0;
}

/* ---- quicklinks ---- */
.quicklinks {
  position: absolute;
  top: calc(50vh - 125px);
  right: 0px;
}
.quicklinks a {
  display: block;
  width: 45px;
  height: 45px;
  padding: 12px;
  text-align: center;
  background: #E53011;
}
.quicklinks a:first-of-type {
  border-top-left-radius: 5px;
}
.quicklinks a:last-of-type {
  border-bottom-left-radius: 5px;
}
.quicklinks a img {
  max-width: 100%;
  max-height: 100%;
}

.biofilms .quicklinks a {
  background: #0086C0;
}

/* ---- FOOTER ---- */
footer {
  width: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 300;
  transition: all 1s ease;
}
footer .content {
  padding-top: 50px;
  padding-bottom: 30px;
}
footer .footer-inner {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 45px 30px;
  transition: all 1s ease;
}
footer p, footer a {
  font-size: 13px;
  color: #ffffff;
}
footer p {
  text-align: right;
  margin-bottom: 10px;
}
footer a {
  color: white;
  font-weight: 200;
}
footer a:hover, footer a:focus {
  color: white;
  text-decoration: none;
}
footer a:last-of-type {
  padding-right: 0px;
  border-right: none;
  margin-right: 0px;
}
footer a i {
  color: white;
  font-size: 25px;
}
footer .social {
  padding-top: 20px;
}
footer .social a {
  margin-right: 15px;
}
footer .logo a {
  display: inline-block;
}
footer .logo a img {
  width: 130px;
  height: auto;
}
footer .legal {
  padding-top: 30px;
}
footer .legal a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
}
footer .legal a::after {
  content: " ";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  right: -4px;
}
footer .legal a:last-of-type {
  padding-right: 0px;
  border-right: none;
  margin-right: 0px;
}
footer .legal a:last-of-type::after {
  display: none;
}

/*# sourceMappingURL=oao-4films-style.css.map */
