@charset "UTF-8";
/*

Theme Name: PTScientists Custom Theme
Version: 1.0
Author: Leon Knauer
Author URI: mailto://leonknauer@gmail.com
Text Domain: ptscientists
Description: The Custom WordPress Theme for the PTScientists

*/
/* ************************************************************************** */
/* ********************************* MIXINS ********************************* */
/* ************************************************************************** */
/* GRADIENT */
/* TRIGONOMETRIE */
/* ************************************************************************ */
/* ********************************* VARS ********************************* */
/* ************************************************************************ */
/* ************************************************************************** */
/* ********************************* HEADER ********************************* */
/* ************************************************************************** */
header {
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
  width: 100%;
  margin: auto;
  height: 11rem; }
  @media (min-width: 57em) {
    header {
      height: 15.625rem; } }
  header.sticky {
    position: static;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    z-index: 3;
    background-color: transparent;
    /* Parallellogram-shape */
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 3.125rem), 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 3.125rem), 0% 100%); }
    @media (min-width: 40em) {
      header.sticky {
        position: fixed;
        top: -20rem;
        background-color: rgba(0, 0, 0, 0.9);
        /* Parallellogram-shape */
        clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 3.125rem), 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 3.125rem), 0% 100%); } }
  header.sticky--shown {
    top: 0rem; }
  header.sticky--hidden {
    top: -20rem; }
  header .header__background {
    margin: auto;
    height: 100%;
    width: 100%;
    top: 0px;
    position: absolute;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
  header .header__container {
    padding: 0rem !important;
    height: 7.1875rem;
    position: relative;
    left: 0;
    right: 0; }
  header .header__logo img {
    height: 4.4rem;
    margin-top: 2rem; }
    @media (min-width: 57em) {
      header .header__logo img {
        margin-top: 3.4rem; } }
    @media (min-width: 64em) {
      header .header__logo img {
        height: 5.3125rem;
        margin-top: 2.6rem; } }
  header .header__nav {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (min-width: 57em) {
      header .header__nav {
        display: block; } }
    header .header__nav ul#menu-main-menu {
      display: table;
      list-style: none;
      text-align: center; }
      header .header__nav ul#menu-main-menu > li {
        list-style: none;
        display: inline-block;
        margin-right: 0.5rem;
        position: relative;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        /* DROPDOWN AKTIVIERT WENN HOVER */
        /* Standardmäßig sind alle Unterpunkte eines aktiven Überpunktes nicht gehighlightet*/ }
        @media (min-width: 64em) {
          header .header__nav ul#menu-main-menu > li {
            margin-right: 1.25rem; } }
        header .header__nav ul#menu-main-menu > li > a {
          color: #ffffff;
          text-transform: uppercase;
          font-size: 1rem;
          font-weight: bolder;
          padding: 0.3125rem;
          -webkit-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }
        header .header__nav ul#menu-main-menu > li:after {
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          content: "";
          width: 0%;
          height: 0.0625rem;
          background-color: #7eb6e9;
          position: absolute;
          margin-left: -0.35rem;
          top: 1.5rem;
          left: 0.325rem; }
        header .header__nav ul#menu-main-menu > li:hover > a, header .header__nav ul#menu-main-menu > li.current-menu-item > a, header .header__nav ul#menu-main-menu > li.current-menu-ancestor > a, header .header__nav ul#menu-main-menu > li.current-page-ancestor > a {
          color: #7eb6e9 !important; }
        header .header__nav ul#menu-main-menu > li:hover:after, header .header__nav ul#menu-main-menu > li.current-menu-item:after, header .header__nav ul#menu-main-menu > li.current-menu-ancestor:after, header .header__nav ul#menu-main-menu > li.current-page-ancestor:after {
          width: 100%; }
        header .header__nav ul#menu-main-menu > li:hover:after {
          width: 100%; }
        header .header__nav ul#menu-main-menu > li:last-child {
          margin-right: 0px; }
        header .header__nav ul#menu-main-menu > li.current-menu-ancestor ul li a {
          color: #000000; }
          header .header__nav ul#menu-main-menu > li.current-menu-ancestor ul li a:after {
            display: none !important; }
  header .header__social {
    display: none;
    position: absolute;
    top: 1.25rem;
    right: 0rem; }
    @media (min-width: 57em) {
      header .header__social {
        display: block; } }
    header .header__social ul {
      vertical-align: middle; }

.social img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  height: 1.7rem;
  padding: 0rem 0.3125rem;
  -webkit-transition: filter 0.2s ease-in-out;
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out; }
  .social img:hover {
    -webkit-filter: invert(0) brightness(1);
            filter: invert(0) brightness(1); }

/* ************************************************************************* */
/* ********************************* GENERAL ******************************* */
/* ************************************************************************* */
* {
  margin: 0rem;
  padding: 0rem;
  font-family: 'Source Sans Pro', sans-serif;
  box-sizing: border-box;
  font-size: 90%;
  font-size: 1em; }
  @media (min-width: 90em) {
    * {
      font-size: 100%; } }

body {
  background-color: #000000;
  margin-top: 0rem !important; }

.left, .right {
  float: none !important; }

@media (min-width: 57em) {
  .left {
    float: left !important; } }

@media (min-width: 57em) {
  .right {
    float: right !important; } }

.clear {
  clear: both; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.list-reset {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    cursor: pointer; }

.fancylink, .topmenu ul li a, .posts .pagination__link a, .careers .pagination__link a, .wpcf7 input[type="submit"] {
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  font-weight: bold !important;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #7eb6e9;
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  cursor: pointer;
  border: none !important; }

.fancylink--arrow, .wpcf7 input[type="submit"] {
  background-image: url("https://pts.space/wp-content/themes/ptscientists/img/right-arrow-lightblue.svg");
  background-size: 2.3rem;
  padding-left: 3.4375rem;
  display: block;
  margin-top: 1rem; }
  .fancylink--arrow:hover, .wpcf7 input[type="submit"]:hover {
    background-position: 0.4375rem center; }

.fancylink--button {
  background-image: url("https://pts.space/wp-content/themes/ptscientists/img/right-arrow-white.svg");
  color: #ffffff;
  background-color: #021125;
  background-position: 0.8125rem center;
  background-size: 2.3rem;
  padding: 1rem 1.25rem 1rem 3.75rem;
  display: inline-block; }
  .fancylink--button:hover {
    background-position: 1.25rem center; }

.background_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.background_overlay--black {
  background-color: rgba(0, 0, 0, 0.4); }

.background_overlay--orange {
  background-color: #dc7200; }

.background--std {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.background--gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.effect--zoom {
  -webkit-animation: zoom-background 60s ease-out;
  animation: zoom-background 60s ease-out; }

.parallel {
  /* top left, top right, bottom right, bottom left */
  -webkit-clip-path: polygon(0 3.125rem, 100% 0%, 100% calc(100% - 3.125rem), 0% 100%);
          clip-path: polygon(0 3.125rem, 100% 0%, 100% calc(100% - 3.125rem), 0% 100%);
  margin-top: -3.125rem; }
  @media (min-width: 57em) {
    .parallel {
      -webkit-clip-path: polygon(0% 6.25rem, 100% 0%, 100% calc(100% - 6.25rem), 0% 100%);
              clip-path: polygon(0% 6.25rem, 100% 0%, 100% calc(100% - 6.25rem), 0% 100%);
      margin-top: -6.25rem; } }

/* Homepage -> News Section */
.parallel--mobile {
  /* top left, top right, bottom right, bottom left */
  -webkit-clip-path: polygon(0 3.125rem, 100% 0%, 100% calc(100% - 3.125rem), 0% 100%);
          clip-path: polygon(0 3.125rem, 100% 0%, 100% calc(100% - 3.125rem), 0% 100%); }
  @media (min-width: 57em) {
    .parallel--mobile {
      -webkit-clip-path: none;
              clip-path: none;
      margin-top: 0rem; } }

.parallel--last {
  -webkit-clip-path: polygon(0 3.125rem, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 3.125rem, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -3.125rem; }
  @media (min-width: 57em) {
    .parallel--last {
      -webkit-clip-path: polygon(0% 6.25rem, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 6.25rem, 100% 0%, 100% 100%, 0% 100%);
      margin-top: -6.25rem; } }

.parallel--smaller {
  /* Parallellogram-shape */
  -webkit-clip-path: polygon(0 1.5rem, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 1.5rem, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -1.5rem; }

main > section {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  z-index: 1; }

.container {
  width: 90%;
  margin: auto;
  z-index: 2;
  padding: 5.5rem 0rem; }
  @media (min-width: 57em) {
    .container {
      padding: 9.5rem 0rem; } }
  @media (min-width: 76em) {
    .container {
      width: 70rem; } }

.section--page_header {
  min-height: 15rem;
  height: 100%;
  z-index: 1;
  position: relative; }
  @media (min-width: 57em) {
    .section--page_header {
      min-height: 25rem; } }
  .section--page_header h2 {
    font-size: 2rem;
    font-weight: bold; }
    @media (min-width: 40em) {
      .section--page_header h2 {
        font-size: 3.125rem; } }
  .section--page_header p {
    font-size: 1.5rem;
    font-weight: normal; }
    @media (min-width: 40em) {
      .section--page_header p {
        font-size: 1.875rem; } }
  .section--page_header .section__background {
    background-blend-mode: multiply, luminosity; }
  .section--page_header .container {
    z-index: 2;
    position: relative;
    top: 0.5rem;
    padding: 4.375rem 0rem; }
    @media (min-width: 57em) {
      .section--page_header .container {
        padding: 9rem 0rem 10.5rem; } }
  .section--page_header .content {
    width: 90%; }
    @media (min-width: 40em) {
      .section--page_header .content {
        width: 85%; } }

.topmenu {
  display: none;
  margin-bottom: 4rem; }
  @media (min-width: 57em) {
    .topmenu {
      display: block; } }
  .topmenu ul {
    list-style: none;
    padding-left: 0rem !important;
    margin-left: -0.5rem !important; }
    .topmenu ul li {
      display: inline;
      margin-right: 0.3rem; }
      .topmenu ul li a {
        padding: 0.5rem;
        position: relative; }
        .topmenu ul li a:after {
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          content: "";
          position: absolute;
          border-left: 0.6rem solid transparent;
          border-right: 0.6rem solid transparent;
          border-top: 0.6rem solid transparent;
          top: 100%;
          left: calc(50% - 0.6rem);
          clear: both;
          width: 0;
          height: 0; }
        .topmenu ul li a:hover {
          background-color: #7eb6e9;
          color: #ffffff; }
        .topmenu ul li a:hover:after {
          border-top: 0.6rem solid #7eb6e9; }
      .topmenu ul li.current-menu-item a,
      .topmenu ul li.current_page_parent a {
        background-color: #7eb6e9;
        color: #ffffff; }
        .topmenu ul li.current-menu-item a:after,
        .topmenu ul li.current_page_parent a:after {
          border-top: 0.6rem solid #7eb6e9; }

.section--main {
  margin-top: -3.125rem;
  color: #000000;
  background-color: white;
  z-index: 2;
  /* Responsive Videos */ }
  @media (min-width: 57em) {
    .section--main {
      margin-top: -10rem; } }
  @media (min-width: 64em) {
    .section--main {
      background-color: transparent; } }
  .section--main .container {
    background-color: white;
    box-sizing: content-box; }
    @media (min-width: 64em) {
      .section--main .container {
        padding: 9.5rem 3rem !important; } }
  .section--main .threefourth {
    width: 100%; }
    @media (min-width: 64em) {
      .section--main .threefourth {
        width: 75%; } }
  .section--main p, .section--main a, .section--main ul li, .section--main ol li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.5;
    font-weight: lighter; }
  .section--main p {
    display: block; }
    .section--main p a {
      border-bottom: 1px solid #7eb6e9; }
  .section--main hr {
    border: 0;
    height: 0.125rem;
    margin: 2.5rem 0rem;
    background-color: #cccccc; }
  .section--main strong, .section--main em {
    font-size: inherit; }
  .section--main ul {
    list-style-type: square;
    padding-left: 1.25rem; }
  .section--main ol {
    padding-left: 1.125rem; }
  .section--main h1, .section--main h1 a, .section--main .like_h1 {
    font-size: 1.875rem; }
  .section--main h2, .section--main h2 a, .section--main .like_h2 {
    font-size: 1.875rem;
    font-weight: normal;
    display: block; }
  .section--main h3, .section--main h3 a, .section--main .like_h3 {
    font-size: 1.1875rem; }
  .section--main h4, .section--main h4 a, .section--main .like_h4 {
    font-size: 1.1875rem; }
  .section--main h5, .section--main h5 a, .section--main .like_h5 {
    font-size: 1.1875rem; }
  .section--main h6, .section--main h6 a, .section--main .like_h6 {
    font-size: 1.1875rem; }
  .section--main h1, .section--main h3, .section--main h4, .section--main h5, .section--main h6,
  .section--main .like_h1, .section--main .like_h3, .section--main .like_h4, .section--main .like_h5, .section--main .like_h6 {
    font-weight: bolder;
    margin-bottom: 7px; }
  .section--main h2 {
    font-weight: normal; }
  .section--main h1 a, .section--main h3 a, .section--main h4 a, .section--main h5 a, .section--main h6 a {
    font-weight: bolder;
    cursor: pointer; }
  .section--main h1 a:hover, .section--main h2 a:hover, .section--main h3 a:hover, .section--main h4 a:hover, .section--main h5 a:hover, .section--main h6 a:hover {
    text-decoration: underline; }
  .section--main a {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
  .section--main a:hover {
    cursor: pointer;
    color: #7eb6e9; }
  .section--main img {
    max-width: 100%;
    height: auto;
    margin-top: 5px; }
  .section--main blockquote {
    display: block;
    position: relative;
    padding: 1rem 0rem 1rem 4rem;
    margin: 0 0 1.25rem;
    line-height: 1.2; }
    .section--main blockquote:before {
      content: "\201C";
      /*Unicode for Left Double Quote*/
      /*Font*/
      font-size: 5rem;
      font-weight: bold;
      /*Positioning*/
      position: absolute;
      left: 0;
      top: -0.85rem; }
    .section--main blockquote p {
      width: 100%; }
    .section--main blockquote ul {
      margin-top: 1rem;
      list-style: none;
      padding: 0 !important; }
      .section--main blockquote ul li {
        position: relative;
        padding-left: 4rem; }
        .section--main blockquote ul li:before {
          content: "";
          width: 3rem;
          height: 0.125rem;
          background-color: #000000;
          position: absolute;
          top: 0.9rem;
          left: 0rem; }
  .section--main .gallery {
    grid-gap: 1rem; }
    .section--main .gallery .gallery_image {
      width: 100%;
      height: 16rem;
      max-width: 30rem;
      position: relative; }
      .section--main .gallery .gallery_image a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .section--main iframe.googlemaps {
    margin-top: 1.5rem;
    width: 100% !important;
    height: 20rem !important; }
  .section--main .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden; }
  .section--main .video-container iframe,
  .section--main .video-container object,
  .section--main .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (min-width: 57em) {
    .section--main .content {
      -webkit-box-ordinal-group: 2;
              order: 1; } }

/* ************************************************************************** */
/* ******************************** HOMEPAGE ******************************** */
/* ************************************************************************** */
.home .video_parallel, .section--call2action .video_parallel {
  -webkit-clip-path: polygon(0% 6.25rem, 100% 0%, 100% calc(100% - 6.25rem), 0% 100%);
  clip-path: polygon(0% 6.25rem, 100% 0%, 100% calc(100% - 6.25rem), 0% 100%); }

.home .container h2, .section--call2action .container h2 {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block; }
  @media (min-width: 57em) {
    .home .container h2, .section--call2action .container h2 {
      font-size: 3.125rem; } }

.home .container p, .section--call2action .container p {
  font-size: 1.5rem;
  font-weight: lighter;
  display: inline; }
  @media (min-width: 57em) {
    .home .container p, .section--call2action .container p {
      font-size: 1.875rem; } }

.home .container .fancylink--arrow, .section--call2action .container .fancylink--arrow, .home .container .wpcf7 input[type="submit"], .wpcf7 .home .container input[type="submit"], .section--call2action .container .wpcf7 input[type="submit"], .wpcf7 .section--call2action .container input[type="submit"] {
  margin-top: 3.125rem; }

.home .container .parallax-window, .section--call2action .container .parallax-window {
  margin: -3.125rem 0px; }

.section--intro {
  height: auto; }
  @media (min-width: 57em) {
    .section--intro {
      height: 52rem; } }
  .section--intro .container {
    position: relative;
    z-index: 2;
    box-sizing: content-box;
    padding: 7rem 0rem 5rem; }
    @media (min-width: 57em) {
      .section--intro .container {
        padding: 15rem 0rem; } }
    .section--intro .container h2 {
      display: inline-block;
      background-color: rgba(2, 17, 37, 0.8);
      line-height: 1;
      padding: 0.8rem; }
    .section--intro .container p {
      display: block;
      margin: 2rem 0rem;
      background-color: rgba(2, 17, 37, 0.8);
      padding: 0.8rem; }
    .section--intro .container .fancylink--button {
      background-color: rgba(2, 17, 37, 0.8); }
    .section--intro .container .content {
      width: 85%; }
      @media (min-width: 57em) {
        .section--intro .container .content {
          width: 70%; } }
  .section--intro .section__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #021125; }
    .section--intro .section__background video {
      display: none;
      position: relative;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0; }
      @media (min-width: 57em) {
        .section--intro .section__background video {
          display: block; } }
  .section--intro .section__background--fallback {
    display: block;
    z-index: 0; }
    @media (min-width: 57em) {
      .section--intro .section__background--fallback {
        display: none; } }

.section--partners {
  height: auto;
  color: #ffffff; }
  @media (min-width: 64em) {
    .section--partners {
      height: 30rem; } }
  .section--partners .container {
    padding: 6rem 0rem; }
    @media (min-width: 57em) {
      .section--partners .container {
        padding: 9.5rem 0rem; } }
  .section--partners .logos {
    margin-top: 1.875rem; }
  .section--partners img {
    margin-top: 1.875rem;
    margin-right: 1.875rem;
    height: 3.5rem;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
    @media (min-width: 57em) {
      .section--partners img:nth-child(2) {
        margin-left: 6rem; } }

.section--news {
  height: auto;
  position: relative;
  background-color: #ffffff;
  color: #000000; }
  @media (min-width: 57em) {
    .section--news {
      height: 46.875rem; } }
  .section--news .container {
    padding: 3rem 0rem 6rem 0rem; }
    @media (min-width: 57em) {
      .section--news .container {
        padding: 9.5rem 0px; } }
  .section--news .section--news__image {
    height: 18rem;
    width: 100%; }
    @media (min-width: 57em) {
      .section--news .section--news__image {
        width: 50%;
        height: 100%; } }
  .section--news .content {
    padding: 0rem;
    width: auto; }
    @media (min-width: 57em) {
      .section--news .content {
        width: 50%;
        padding: 2rem 2rem 1rem 4rem; } }

.section--join {
  background-color: #000000; }
  .section--join .container {
    padding: 6rem 0rem; }
    @media (min-width: 57em) {
      .section--join .container {
        padding: 9.5rem 0px 6rem; } }

/* ************************************************************************** */
/* *************************** Wordpress Generated ************************** */
/* ************************************************************************** */
img.alignright {
  float: none;
  width: 100%;
  margin: 0rem; }
  @media (min-width: 57em) {
    img.alignright {
      float: right;
      max-width: 70%;
      width: auto;
      margin: 0 0 1rem 1rem; } }

img.alignleft {
  float: none;
  width: 100%;
  margin: 0rem; }
  @media (min-width: 57em) {
    img.alignleft {
      float: left;
      max-width: 70%;
      width: auto;
      margin: 0 2rem 2rem 0; } }

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

.alignright {
  float: none; }
  @media (min-width: 57em) {
    .alignright {
      float: right; } }

.alignleft {
  float: none; }
  @media (min-width: 57em) {
    .alignleft {
      float: left; } }

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* ************************************************************************* */
/* ********************************** GRID ********************************* */
/* ************************************************************************* */
.grid {
  grid-gap: 2.5rem;
  width: 100%; }
  @media (min-width: 40em) {
    .grid {
      /* FLEX FALLBACK */
      display: grid; } }
  .grid--2cols {
    grid-template-columns: 1fr;
    /* FLEX FALLBACK */ }
    @media (min-width: 57em) {
      .grid--2cols {
        grid-template-columns: 1fr 1fr; } }
  .grid--3cols {
    grid-template-columns: 1fr 1fr;
    /* FLEX FALLBACK */ }
    @media (min-width: 64em) {
      .grid--3cols {
        grid-template-columns: 1fr 1fr 1fr; } }
  .grid--4cols {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    width: 90%;
    margin: 0rem auto 7rem; }
    @media (min-width: 40em) {
      .grid--4cols {
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
        margin: 0rem; } }
    @media (min-width: 64em) {
      .grid--4cols {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    .grid--4cols .grid__child {
      width: 100%;
      margin-bottom: 0rem !important; }
      @media (min-width: 57em) {
        .grid--4cols .grid__child {
          margin-bottom: 2.5rem !important; } }
  .grid--varcols {
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: wrap;
    align-content: stretch;
    -webkit-box-align: center;
            align-items: center; }
  .grid .grid__child {
    margin-bottom: 2.5rem;
    border-box: content-box; }
    @media (min-width: 40em) {
      .grid .grid__child {
        margin-bottom: 0rem; } }
    .grid .grid__child--contentbox a:hover.overlay a {
      color: #7eb6e9; }
    .grid .grid__child--contentbox .image {
      height: 25rem;
      overflow: hidden; }
      .grid .grid__child--contentbox .image img {
        margin-top: 0rem;
        display: block;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .grid .grid__child--contentbox .overlay {
      background-color: #021125;
      color: #ffffff;
      padding: 2rem 1rem 1rem; }
      .grid .grid__child--contentbox .overlay h2 {
        display: inline-block;
        text-transform: uppercase;
        font-size: 1.25rem;
        font-weight: bold;
        position: relative;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
      .grid .grid__child--contentbox .overlay h3 {
        font-size: 1.25rem;
        font-weight: lighter; }
    .grid .grid__child:hover > .overlay h2 {
      color: #7eb6e9; }

.team .intro {
  margin-bottom: 3rem; }

.team .grid__child {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 40em) {
    .team .grid__child {
      margin-left: 0rem;
      margin-right: 0rem;
      max-width: none; } }
  .team .grid__child .image {
    -webkit-filter: saturate(0);
            filter: saturate(0);
    -webkit-transition: filter 0.2s ease-in-out;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .team .grid__child .image:hover {
      -webkit-filter: saturate(1);
              filter: saturate(1);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .team .grid__child .overlay {
    height: 7.7rem;
    margin-top: -7.7rem;
    background-color: rgba(2, 17, 37, 0.8); }

.partners .section--main .container {
  padding: 0rem !important;
  position: relative;
  width: 100%; }
  @media (min-width: 76em) {
    .partners .section--main .container {
      width: 76rem; } }

.partners .grid {
  padding: 0rem;
  border-bottom: 1px #a3a3a4 solid; }
  @media (min-width: 40em) {
    .partners .grid {
      padding: 0rem 3rem 3rem; } }
  .partners .grid h2 {
    grid-column: 1/-1;
    width: 90%;
    margin: 3rem auto;
    font-weight: bolder; }
    @media (min-width: 40em) {
      .partners .grid h2 {
        width: 100%;
        margin: 4rem 0rem 1rem 0rem; } }
  .partners .grid.mission_partners h2 {
    grid-column: auto; }
  .partners .grid .grid__child .grid__child--content {
    width: 90%;
    margin: 0rem auto 4rem; }
    @media (min-width: 40em) {
      .partners .grid .grid__child .grid__child--content {
        width: 100%;
        margin: 0rem; } }
  .partners .grid .grid__child .child__image {
    height: 4rem; }
    .partners .grid .grid__child .child__image:before {
      content: ' ';
      display: inline-block;
      vertical-align: middle;
      /* vertical alignment of the inline element */
      height: 100%; }
    .partners .grid .grid__child .child__image img {
      display: inline-block;
      vertical-align: middle;
      max-height: 4rem;
      width: auto;
      margin-top: 0rem; }
  .partners .grid .grid__child .child__info {
    margin-top: 1em; }
  .partners .grid .grid__child h3.child__title {
    display: none !important;
    margin-top: 0.5rem;
    display: inline;
    font-size: 1.25rem;
    font-weight: bold; }
    .partners .grid .grid__child h3.child__title:after {
      content: ". "; }
  .partners .grid .grid__child p.child__summary {
    display: inline;
    font-size: 1.25rem; }
  .partners .grid .grid__child a.child__link:hover {
    text-decoration: none; }
  .partners .grid--varcols {
    width: 90%;
    margin: auto; }
    @media (min-width: 40em) {
      .partners .grid--varcols {
        width: 100%; } }
    .partners .grid--varcols h2 {
      width: 100%;
      margin: 3rem 0rem; }
      @media (min-width: 40em) {
        .partners .grid--varcols h2 {
          margin: 4rem 0rem; } }
    .partners .grid--varcols .grid__child {
      width: 100%; }
      @media (min-width: 40em) {
        .partners .grid--varcols .grid__child {
          width: auto !important; } }
      .partners .grid--varcols .grid__child a {
        border: none; }
        .partners .grid--varcols .grid__child a img {
          max-height: 4rem;
          margin-right: 2rem; }
  .partners .grid:last-child {
    border-bottom: none;
    padding-bottom: 0rem; }
    @media (min-width: 40em) {
      .partners .grid:last-child {
        padding-bottom: 7rem; } }

.partners .key_tech_partners {
  z-index: 1;
  border-bottom: 0.225rem #e4e4e5 solid;
  padding-top: 4rem;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e5));
  background: linear-gradient(180deg, #ffffff 0%, #e4e4e5); }
  @media (min-width: 40em) {
    .partners .key_tech_partners {
      border-bottom: none; } }
  @media (min-width: 57em) {
    .partners .key_tech_partners {
      padding-top: 9.5rem; } }
  .partners .key_tech_partners h2 {
    margin: 1rem auto 3rem; }
    @media (min-width: 40em) {
      .partners .key_tech_partners h2 {
        margin: 0rem 0rem 1rem; } }
  @media (min-width: 40em) {
    .partners .key_tech_partners .key_tech_partners {
      padding-bottom: 4rem; } }

@media (min-width: 40em) {
  .partners .mission_partners  .gear_partner h2, .partners .mission_partners  .gear_partner .grid__child {
    grid-column: 1; } }

@media (min-width: 40em) {
  .partners .mission_partners  .timekeeper h2, .partners .mission_partners  .timekeeper .grid__child {
    grid-column: 2; } }

@media (min-width: 40em) {
  .partners .mission_suppliers .grid__child .child__image, .partners .mission_supporters .grid__child .child__image {
    text-align: center; } }

.products .grid__child .overlay {
  min-height: 22rem;
  padding: 3rem 2rem 2rem 2rem; }
  .products .grid__child .overlay h2 {
    font-size: 1.875rem; }

/* *********************************************************************** */
/* ******************************** INDEX ******************************** */
/* *********************************************************************** */
.posts article, .careers article {
  border-bottom: 0.0625rem #a3a3a4 solid;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem; }
  @media (min-width: 40em) {
    .posts article, .careers article {
      display: table; } }
  @media (min-width: 57em) {
    .posts article, .careers article {
      width: 85%;
      border-bottom: none; } }
  .posts article .thumbnail, .careers article .thumbnail {
    width: 100%;
    height: 12rem; }
    @media (min-width: 40em) {
      .posts article .thumbnail, .careers article .thumbnail {
        float: left;
        width: 45%;
        height: 15rem; } }
    @media (min-width: 57em) {
      .posts article .thumbnail, .careers article .thumbnail {
        width: 34%; } }
  @media (min-width: 40em) {
    .posts article .preview, .careers article .preview {
      float: right;
      width: 50%; } }
  @media (min-width: 57em) {
    .posts article .preview, .careers article .preview {
      width: 63%; } }
  .posts article .preview .meta, .careers article .preview .meta {
    margin: 1rem 0rem 0.5rem 0rem; }
    @media (min-width: 40em) {
      .posts article .preview .meta, .careers article .preview .meta {
        margin: 0rem; } }
    @media (min-width: 57em) {
      .posts article .preview .meta, .careers article .preview .meta {
        margin: 0rem 0rem 0.5rem; } }
    .posts article .preview .meta span, .careers article .preview .meta span {
      color: #a3a3a4;
      text-transform: uppercase;
      font-size: 1rem; }
    .posts article .preview .meta .category, .careers article .preview .meta .category {
      font-weight: bolder; }
  .posts article .preview a.title h2, .careers article .preview a.title h2 {
    font-weight: bold !important;
    line-height: 1;
    margin-bottom: 0.5rem; }

.posts .pagination, .careers .pagination {
  display: table;
  width: 90%; }
  .posts .pagination__link, .careers .pagination__link {
    display: inline !important; }
    .posts .pagination__link a, .careers .pagination__link a {
      margin-right: 2rem;
      position: relative; }
      .posts .pagination__link a:after, .careers .pagination__link a:after {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        content: "";
        width: 0%;
        height: 0.0625rem;
        background-color: #7eb6e9;
        position: absolute;
        margin-left: -0.35rem;
        top: 1.5rem;
        left: 0.325rem; }
      .posts .pagination__link a:hover:after, .careers .pagination__link a:hover:after {
        width: 100%; }
  .posts .pagination .previous, .careers .pagination .previous {
    float: left; }
  .posts .pagination .next, .careers .pagination .next {
    float: right; }

.careers .intro {
  width: 100%; }
  @media (min-width: 57em) {
    .careers .intro {
      width: 85%; } }

.careers article .preview {
  float: none;
  width: 100%; }

/* ************************************************************************ */
/* ******************************** SINGLE ******************************** */
/* ************************************************************************ */
.single--team.pagelayout--sidebar .section--main .container, .single--partner.pagelayout--sidebar .section--main .container, .single--product.pagelayout--sidebar .section--main .container, .single--career.pagelayout--sidebar .section--main .container {
  display: table; }
  @media (min-width: 57em) {
    .single--team.pagelayout--sidebar .section--main .container, .single--partner.pagelayout--sidebar .section--main .container, .single--product.pagelayout--sidebar .section--main .container, .single--career.pagelayout--sidebar .section--main .container {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
              justify-content: space-between; } }
  .single--team.pagelayout--sidebar .section--main .container .topmenu, .single--partner.pagelayout--sidebar .section--main .container .topmenu, .single--product.pagelayout--sidebar .section--main .container .topmenu, .single--career.pagelayout--sidebar .section--main .container .topmenu {
    -webkit-box-ordinal-group: 2;
            order: 1;
    flex-basis: 100%; }
  .single--team.pagelayout--sidebar .section--main .container .title, .single--partner.pagelayout--sidebar .section--main .container .title, .single--product.pagelayout--sidebar .section--main .container .title, .single--career.pagelayout--sidebar .section--main .container .title {
    -webkit-box-ordinal-group: 3;
            order: 2;
    flex-basis: 100%;
    margin-bottom: 2rem; }
  .single--team.pagelayout--sidebar .section--main .container .logo, .single--partner.pagelayout--sidebar .section--main .container .logo, .single--product.pagelayout--sidebar .section--main .container .logo, .single--career.pagelayout--sidebar .section--main .container .logo {
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-bottom: 2rem;
    flex-basis: 100%; }
    .single--team.pagelayout--sidebar .section--main .container .logo img, .single--partner.pagelayout--sidebar .section--main .container .logo img, .single--product.pagelayout--sidebar .section--main .container .logo img, .single--career.pagelayout--sidebar .section--main .container .logo img {
      height: 5rem; }
  .single--team.pagelayout--sidebar .section--main .container .content, .single--partner.pagelayout--sidebar .section--main .container .content, .single--product.pagelayout--sidebar .section--main .container .content, .single--career.pagelayout--sidebar .section--main .container .content {
    -webkit-box-ordinal-group: 5;
            order: 4;
    flex-basis: 60%; }
    @media (min-width: 57em) {
      .single--team.pagelayout--sidebar .section--main .container .content, .single--partner.pagelayout--sidebar .section--main .container .content, .single--product.pagelayout--sidebar .section--main .container .content, .single--career.pagelayout--sidebar .section--main .container .content {
        -webkit-box-ordinal-group: 4;
                order: 3; } }
  .single--team.pagelayout--sidebar .section--main .container .sidebar, .single--partner.pagelayout--sidebar .section--main .container .sidebar, .single--product.pagelayout--sidebar .section--main .container .sidebar, .single--career.pagelayout--sidebar .section--main .container .sidebar {
    -webkit-box-ordinal-group: 4;
            order: 3;
    flex-basis: 30%;
    width: 100%;
    max-width: 30rem;
    margin-bottom: 2rem; }
    @media (min-width: 57em) {
      .single--team.pagelayout--sidebar .section--main .container .sidebar, .single--partner.pagelayout--sidebar .section--main .container .sidebar, .single--product.pagelayout--sidebar .section--main .container .sidebar, .single--career.pagelayout--sidebar .section--main .container .sidebar {
        position: relative;
        margin-top: 8.5rem;
        margin-bottom: 0rem;
        -webkit-box-ordinal-group: 5;
                order: 4; } }
    .single--team.pagelayout--sidebar .section--main .container .sidebar .image, .single--partner.pagelayout--sidebar .section--main .container .sidebar .image, .single--product.pagelayout--sidebar .section--main .container .sidebar .image, .single--career.pagelayout--sidebar .section--main .container .sidebar .image {
      height: 16rem; }
      @media (min-width: 57em) {
        .single--team.pagelayout--sidebar .section--main .container .sidebar .image, .single--partner.pagelayout--sidebar .section--main .container .sidebar .image, .single--product.pagelayout--sidebar .section--main .container .sidebar .image, .single--career.pagelayout--sidebar .section--main .container .sidebar .image {
          position: absolute;
          top: -8rem;
          left: 0;
          width: 100%;
          height: 16rem;
          overflow: hidden; } }
      .single--team.pagelayout--sidebar .section--main .container .sidebar .image img, .single--partner.pagelayout--sidebar .section--main .container .sidebar .image img, .single--product.pagelayout--sidebar .section--main .container .sidebar .image img, .single--career.pagelayout--sidebar .section--main .container .sidebar .image img {
        margin: 0rem !important;
        display: block;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .single--team.pagelayout--sidebar .section--main .container .sidebar .sideinfo, .single--partner.pagelayout--sidebar .section--main .container .sidebar .sideinfo, .single--product.pagelayout--sidebar .section--main .container .sidebar .sideinfo, .single--career.pagelayout--sidebar .section--main .container .sidebar .sideinfo {
      margin-top: -0.5rem;
      padding: 1rem 2rem 1rem;
      background: #ffffff;
      background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#cdced1));
      background: linear-gradient(to right, #ffffff 0%, #cdced1 100%); }
      @media (min-width: 57em) {
        .single--team.pagelayout--sidebar .section--main .container .sidebar .sideinfo, .single--partner.pagelayout--sidebar .section--main .container .sidebar .sideinfo, .single--product.pagelayout--sidebar .section--main .container .sidebar .sideinfo, .single--career.pagelayout--sidebar .section--main .container .sidebar .sideinfo {
          float: right;
          width: 100%;
          margin-right: -3rem;
          padding: 10rem 0rem 3rem; } }
      .single--team.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul, .single--team.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul, .single--partner.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul, .single--partner.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul, .single--product.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul, .single--product.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul, .single--career.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul, .single--career.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul {
        list-style: none !important;
        padding-left: 0rem !important; }
        .single--team.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul li, .single--team.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul li a, .single--team.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul li, .single--team.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul li a, .single--partner.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul li, .single--partner.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul li a, .single--partner.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul li, .single--partner.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul li a, .single--product.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul li, .single--product.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul li a, .single--product.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul li, .single--product.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul li a, .single--career.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul li, .single--career.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul li a, .single--career.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul li, .single--career.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul li a {
          font-weight: normal;
          line-height: 1.5 !important;
          margin-left: 0.1rem; }
        .single--team.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul i, .single--team.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul i, .single--partner.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul i, .single--partner.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul i, .single--product.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul i, .single--product.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul i, .single--career.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul i, .single--career.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul i {
          color: #838383;
          padding-right: 0.5rem; }
          @media (min-width: 57em) {
            .single--team.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul i, .single--team.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul i, .single--partner.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul i, .single--partner.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul i, .single--product.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul i, .single--product.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul i, .single--career.pagelayout--sidebar .section--main .container .sidebar .sideinfo .contact ul i, .single--career.pagelayout--sidebar .section--main .container .sidebar .sideinfo .more_info ul i {
              color: #a3a3a4; } }

.single--team .pagination a.next, .single--partner .pagination a.next, .single--product .pagination a.next, .single--post .pagination a.next, .single--career .pagination a.next {
  float: right;
  display: block; }

.single--team .pagination a.back, .single--partner .pagination a.back, .single--product .pagination a.back, .single--post .pagination a.back, .single--career .pagination a.back {
  float: left;
  display: block; }

.single--partner .section--main .container .logo {
  margin-bottom: 2rem;
  flex-basis: 100%; }
  .single--partner .section--main .container .logo img {
    max-height: 5rem;
    height: auto !important; }

.single--partner .section--main .container .content .title {
  margin-bottom: 1rem; }

.single--partner.pagelayout--sidebar .section--main .container .logo {
  margin-bottom: 2rem;
  flex-basis: 100%; }
  .single--partner.pagelayout--sidebar .section--main .container .logo img {
    height: 5rem; }

@media (min-width: 57em) {
  .single--partner.pagelayout--sidebar .section--main .container .content .gallery .gallery_image {
    height: 10rem; } }

.single--partner.pagelayout--sidebar .section--main .container .sidebar {
  margin-top: 4rem; }
  @media (min-width: 57em) {
    .single--partner.pagelayout--sidebar .section--main .container .sidebar {
      margin-top: -1.5rem; } }
  .single--partner.pagelayout--sidebar .section--main .container .sidebar .sideinfo {
    padding: 2rem 0rem; }

@media (min-width: 57em) {
  .single--career.pagelayout--sidebar .section--main .container .sidebar {
    margin-top: 0rem; } }

@media (min-width: 57em) {
  .single--career.pagelayout--sidebar .section--main .container .sidebar .sideinfo {
    padding: 2rem 0rem;
    margin-top: -2rem; } }

.single--post article.post {
  width: 100%; }
  @media (min-width: 57em) {
    .single--post article.post {
      width: 75%; } }

.single--post h1.title {
  font-size: 2rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 57em) {
    .single--post h1.title {
      font-size: 3.125rem; } }

.single--post .meta {
  margin: 2rem 0rem 3rem 0rem; }
  .single--post .meta span {
    color: #a3a3a4;
    text-transform: uppercase !important;
    font-size: 1rem !important; }
  .single--post .meta .category a {
    font-weight: bolder;
    font-size: 1rem; }

.contact table, .more_info table {
  width: 100%; }
  @media (min-width: 40em) {
    .contact table, .more_info table {
      width: auto; } }
  .contact table td, .more_info table td {
    width: 25%;
    padding-right: 0.4rem;
    text-align: center; }
    @media (min-width: 40em) {
      .contact table td, .more_info table td {
        padding-right: 3rem;
        width: auto; } }
    .contact table td img, .more_info table td img {
      height: 2rem;
      width: auto; }
      @media (min-width: 40em) {
        .contact table td img, .more_info table td img {
          height: 3rem; } }
    .contact table td a.social_icon, .more_info table td a.social_icon {
      border: none !important;
      line-height: 1.1875rem; }

.contact .grid, .more_info .grid {
  grid-gap: 5rem; }
  @media (min-width: 57em) {
    .contact .grid .grid__child:last-child, .more_info .grid .grid__child:last-child {
      padding-top: 3.6rem; } }

.contact iframe, .more_info iframe {
  width: 100% !important; }

/* ************************************************************************ */
/* ******************************** FOOTER ******************************** */
/* ************************************************************************ */
footer {
  min-height: 18.75rem;
  width: 100%;
  margin: auto;
  position: relative;
  bottom: 0rem;
  color: #ffffff;
  font-weight: normal; }
  footer .container {
    position: relative;
    padding: 0rem !important; }
    footer .container * {
      font-size: 1.0625rem; }
  footer .grid {
    display: block !important;
    grid-template-columns: 1fr 1fr 1fr !important; }
    @media (min-width: 57em) {
      footer .grid {
        display: grid !important; } }
  footer .grid__child {
    padding-bottom: 2rem;
    margin-bottom: 2rem !important;
    border-bottom: 1px white solid; }
    @media (min-width: 57em) {
      footer .grid__child {
        padding: 0;
        border-bottom: none; } }
    footer .grid__child:last-child {
      border-bottom: none; }
  footer .footer__background {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1; }
    footer .footer__background:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: -webkit-gradient(linear, left top, right bottom, from(black), to(black));
      background-image: linear-gradient(to bottom right, black, black);
      opacity: .6; }
  footer .footer__logo {
    padding-top: 3rem; }
    @media (min-width: 57em) {
      footer .footer__logo {
        padding: 5rem 0rem 5rem; } }
    footer .footer__logo img {
      height: 5rem;
      display: block;
      margin-bottom: 2rem; }
  @media (min-width: 57em) {
    footer .footer__nav {
      padding-top: 5rem; } }
  footer .footer__nav nav ul {
    display: block;
    margin: auto; }
    @media (min-width: 57em) {
      footer .footer__nav nav ul {
        display: table; } }
    footer .footer__nav nav ul a {
      color: #ffffff;
      font-size: 1.875rem;
      font-weight: lighter;
      text-transform: uppercase;
      position: relative; }
      footer .footer__nav nav ul a:before {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        content: "•";
        opacity: 0;
        position: absolute;
        left: -0.5em; }
      footer .footer__nav nav ul a:hover:before {
        opacity: 1; }
  footer .footer__nav .mttm_logo {
    margin-top: 3rem; }
    @media (min-width: 57em) {
      footer .footer__nav .mttm_logo {
        text-align: center;
        margin-top: 4rem; } }
    footer .footer__nav .mttm_logo img {
      width: 10rem; }
  @media (min-width: 57em) {
    footer .footer__address {
      padding-top: 5rem;
      float: right; } }
  footer .footer__address p {
    display: block; }
  footer .footer__social {
    padding: 0rem; }
    @media (min-width: 57em) {
      footer .footer__social {
        margin-top: 3.125rem; } }

/* ************************************************************************ */
/* ******************************** PLUGINS ******************************* */
/* ************************************************************************ */
.parallax-window {
  background: transparent;
  min-height: 15rem;
  z-index: 5; }

.parallax-mirror {
  z-index: 5; }

.wpcf7 {
  width: 100%;
  margin-top: 3rem;
  max-width: 40rem; }
  .wpcf7 * {
    font-weight: lighter;
    font-size: 1.1875rem; }
  .wpcf7 label {
    display: block; }
  .wpcf7 input, .wpcf7 textarea {
    display: block;
    padding: 0.5rem;
    margin: 0.2rem 0rem 1rem 0rem;
    border: 0.0625rem #d9d9d9 solid;
    width: 100%;
    resize: none; }
  .wpcf7 input[type="submit"] {
    padding-left: 0;
    width: 50%;
    background-color: transparent;
    outline: none;
    border: none;
    max-width: 10rem; }
  .wpcf7 span.wpcf7-not-valid-tip {
    color: red;
    margin-top: -10px;
    margin-bottom: 10px; }

#responsive-menu-pro-container #responsive-menu-pro-title {
  font-size: 1.6rem !important; }

#responsive-menu-pro-container #responsive-menu-pro-title, #responsive-menu-pro-container a {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 1.4rem;
  line-height: 3.1rem !important; }

#responsive-menu-pro-container ul.responsive-menu-pro-submenu li a {
  font-weight: normal; }

#responsive-menu-pro-container .responsive-menu-pro-subarrow:after {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-image: url("https://pts.space/wp-content/themes/ptscientists/img/chevron-down.svg");
  background-size: 100%;
  background-repeat: no-repeat; }

#responsive-menu-pro-container .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active:after {
  background-image: url("https://pts.space/wp-content/themes/ptscientists/img/chevron-up.svg"); }

#responsive-menu-pro-container .responsive-menu-pro-submenu li a:before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-image: url("https://pts.space/wp-content/themes/ptscientists/img/chevron-right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 0.7rem; }

#responsive-menu-pro-container .social li {
  width: 20%;
  text-align: center; }

#responsive-menu-pro-container img.menu_icon {
  height: 1em; }

.ssba {
  margin-bottom: 1rem; }
  .ssba a {
    margin-right: 0.5rem !important; }

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: rgba(0, 0, 0, 0.8); }

.cc_container {
  border-radius: 0px !important;
  background: #021125 !important;
  /* Hintergrundfarbe des gesamten Bereichs */
  color: #ffffff !important;
  /* Schriftfarbe des gesamten Bereichs */
  box-shadow: none !important; }
  .cc_container .cc_btn {
    border-radius: 0px !important;
    font-weight: bolder;
    background-color: #7eb6e9 !important;
    /* Farbe des Buttons */
    color: #ffffff !important;
    /* Textfarbe des Buttons */ }
  .cc_container a {
    color: #7eb6e9 !important;
    /* Textlink-Farbe "Mehr Infos" */ }
