@charset "UTF-8";
/*
Theme Name: Transnet
Theme URI: https://www.monopage.info/
Author: monopage GmbH
Author URI: https://www.monopage.info/
Description: monopage Theme | 2020
Version: 1.1
Tags: responsive, clean, minimal, modern
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
/* Media Queries ----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
:root {
  /* Spacing ----------------------------------------------- */
  --max-width: 1160px;
  --max-width-news: 1020px;
  --max-width-inner: 980px;
  --max-width-inner-small: 640px;
  --padding-top-body-mobile: 70px;
  --padding-top-body-desktop: 0;
  --margin-container-mobile: 20px;
  --margin-container-desktop: 20px;
  --margin-container-child-mobile: 10px;
  --margin-container-child-desktop: 10px;
  --margin-row-none: 0;
  --margin-row-default: -10px;
  --margin-row-medium: -30px;
  --margin-row-big: -50px;
  --gutter-col-none: 0;
  --gutter-col-default: 10px;
  --gutter-col-medium: 30px;
  --gutter-col-big: 50px;
  /* Colors ----------------------------------------------------- */
  --color-primary: var(--color-green);
  --color-secondary: var(--color-petrol);
  --color-tertiary: var(--color-gray-standard);
  --color-dark: #000;
  --color-light: #fff;
  --color-footer: #000;
  --color-gray-standard: #818181;
  --color-gray-dark: #424242;
  --color-gray-light: #aaaaaa;
  --color-petrol: #004754;
  --color-petrol-sekundar: #8ca9ad;
  --color-petrol-light: #669198;
  --color-green: #bebd02;
  --color-green-light: #e5e599;
  --color-red: #e30045;
  --color-yellow: #f6a800;
  --color-purple: #722669;
  --color-brown: #3c3c3c;
  --color-success: #24ff00;
  --color-error: var(--color-red);
  --color-warning: var(--color-yellow);
  --color-info: var(--color-primary);
  /* Fonts ------------------------------------------------------ */
  --font-text: 'Avenir Next', sans-serif;
  --font-head: 'Avenir Next Demi', sans-serif;
  --font-special: 'Avenir Next', sans-serif;
  --font-mono: var(--font-text);
  /* Font Sizes ------------------------------------------------- */
  /* --> Hero --------------------------------------------------- */
  --size-hero1-mobile: 52px;
  --lineheight-hero1-mobile: 1.35;
  --size-hero1-desktop: 62px;
  --lineheight-hero1-desktop: 1.15;
  --size-hero2-mobile: 42px;
  --lineheight-hero2-mobile: 1.35;
  --size-hero2-desktop: 52px;
  --lineheight-hero2-desktop: 1.15;
  --size-hero3-mobile: 32px;
  --lineheight-hero3-mobile: 1.35;
  --size-hero3-desktop: 42px;
  --lineheight-hero3-desktop: 1.15;
  /* --> Eyebrow ------------------------------------------------ */
  --size-eyebrow-mobile: 16px;
  --lineheight-eyebrow-mobile: 1.35;
  --size-eyebrow-desktop: 18px;
  --lineheight-eyebrow-desktop: 1.15;
  /* --> Heading ------------------------------------------------ */
  --size-h1-mobile: 30px;
  --lineheight-h1-mobile: 1.15;
  --size-h1-desktop: 34px;
  --lineheight-h1-desktop: 46.44px;
  --size-h2-mobile: 24px;
  --lineheight-h2-mobile: 1.15;
  --size-h2-desktop: 24px;
  --lineheight-h2-desktop: 1.15;
  --size-h3-mobile: 18px;
  --lineheight-h3-mobile: 1.15;
  --size-h3-desktop: 18px;
  --lineheight-h3-desktop: 24.59px;
  --size-h4-mobile: 22px;
  --lineheight-h4-mobile: 1.15;
  --size-h4-desktop: 32px;
  --lineheight-h4-desktop: 1.4;
  --size-h5-mobile: 18px;
  --lineheight-h5-mobile: 1.15;
  --size-h5-desktop: 28px;
  --lineheight-h5-desktop: 1.15;
  --size-h6-mobile: 16px;
  --lineheight-h6-mobile: 1.15;
  --size-h6-desktop: 18px;
  --lineheight-h6-desktop: 1.15;
  /* --> Subtitle ----------------------------------------------- */
  --size-subtitle-mobile: 18px;
  --lineheight-subtitle-mobile: 1.35;
  --size-subtitle-desktop: 20px;
  --lineheight-subtitle-desktop: 1.15;
  /* --> Lead --------------------------------------------------- */
  --size-lead-mobile: 16px;
  --lineheight-lead-mobile: 1.5;
  --size-lead-desktop: 18px;
  --lineheight-lead-desktop: 1.75;
  /* --> Text --------------------------------------------------- */
  --size-text-mobile: 16px;
  --lineheight-text-mobile: 1.5;
  --size-text-desktop: 18px;
  --lineheight-text-desktop: 1.7;
  /* --> Small -------------------------------------------------- */
  --size-small-mobile: 12px;
  --lineheight-small-mobile: 1.7;
  --size-small-desktop: 14px;
  --lineheight-small-desktop: 1.7;
  /* --> Blockquote --------------------------------------------- */
  --size-blockquote-mobile: var(--size-h3-mobile);
  --lineheight-blockquote-mobile: var(--lineheight-h3-mobile);
  --size-blockquote-desktop: var(--size-h3-desktop);
  --lineheight-blockquote-desktop: var(--lineheight-h3-desktop);
  /* --> List --------------------------------------------------- */
  --size-list-mobile: var(--size-text-mobile);
  --lineheight-list-mobile: var(--lineheight-text-mobile);
  --size-list-desktop: var(--size-text-desktop);
  --lineheight-list-desktop: var(--lineheight-text-desktop);
  /* --> Buttons ------------------------------------------------ */
  --size-button-regular-mobile: var(--size-text-mobile);
  --lineheight-button-regular-mobile: var(--lineheight-text-mobile);
  --size-button-regular-desktop: var(--size-text-desktop);
  --lineheight-button-regular-desktop: var(--lineheight-text-desktop);
  --size-button-big-mobile: var(--size-subtitle-mobile);
  --lineheight-button-big-mobile: var(--lineheight-subtitle-mobile);
  --size-button-big-desktop: var(--size-subtitle-desktop);
  --lineheight-button-big-desktop: var(--lineheight-subtitle-desktop); }

/* Media Queries ----------------------------------------------- */
:root {
  /* Spacing ----------------------------------------------- */
  --max-width: 1160px;
  --max-width-news: 1020px;
  --max-width-inner: 980px;
  --max-width-inner-small: 640px;
  --padding-top-body-mobile: 70px;
  --padding-top-body-desktop: 0;
  --margin-container-mobile: 20px;
  --margin-container-desktop: 20px;
  --margin-container-child-mobile: 10px;
  --margin-container-child-desktop: 10px;
  --margin-row-none: 0;
  --margin-row-default: -10px;
  --margin-row-medium: -30px;
  --margin-row-big: -50px;
  --gutter-col-none: 0;
  --gutter-col-default: 10px;
  --gutter-col-medium: 30px;
  --gutter-col-big: 50px;
  /* Colors ----------------------------------------------------- */
  --color-primary: var(--color-green);
  --color-secondary: var(--color-petrol);
  --color-tertiary: var(--color-gray-standard);
  --color-dark: #000;
  --color-light: #fff;
  --color-footer: #000;
  --color-gray-standard: #818181;
  --color-gray-dark: #424242;
  --color-gray-light: #aaaaaa;
  --color-petrol: #004754;
  --color-petrol-sekundar: #8ca9ad;
  --color-petrol-light: #669198;
  --color-green: #bebd02;
  --color-green-light: #e5e599;
  --color-red: #e30045;
  --color-yellow: #f6a800;
  --color-purple: #722669;
  --color-brown: #3c3c3c;
  --color-success: #24ff00;
  --color-error: var(--color-red);
  --color-warning: var(--color-yellow);
  --color-info: var(--color-primary);
  /* Fonts ------------------------------------------------------ */
  --font-text: 'Avenir Next', sans-serif;
  --font-head: 'Avenir Next Demi', sans-serif;
  --font-special: 'Avenir Next', sans-serif;
  --font-mono: var(--font-text);
  /* Font Sizes ------------------------------------------------- */
  /* --> Hero --------------------------------------------------- */
  --size-hero1-mobile: 52px;
  --lineheight-hero1-mobile: 1.35;
  --size-hero1-desktop: 62px;
  --lineheight-hero1-desktop: 1.15;
  --size-hero2-mobile: 42px;
  --lineheight-hero2-mobile: 1.35;
  --size-hero2-desktop: 52px;
  --lineheight-hero2-desktop: 1.15;
  --size-hero3-mobile: 32px;
  --lineheight-hero3-mobile: 1.35;
  --size-hero3-desktop: 42px;
  --lineheight-hero3-desktop: 1.15;
  /* --> Eyebrow ------------------------------------------------ */
  --size-eyebrow-mobile: 16px;
  --lineheight-eyebrow-mobile: 1.35;
  --size-eyebrow-desktop: 18px;
  --lineheight-eyebrow-desktop: 1.15;
  /* --> Heading ------------------------------------------------ */
  --size-h1-mobile: 30px;
  --lineheight-h1-mobile: 1.15;
  --size-h1-desktop: 34px;
  --lineheight-h1-desktop: 46.44px;
  --size-h2-mobile: 24px;
  --lineheight-h2-mobile: 1.15;
  --size-h2-desktop: 24px;
  --lineheight-h2-desktop: 1.15;
  --size-h3-mobile: 18px;
  --lineheight-h3-mobile: 1.15;
  --size-h3-desktop: 18px;
  --lineheight-h3-desktop: 24.59px;
  --size-h4-mobile: 22px;
  --lineheight-h4-mobile: 1.15;
  --size-h4-desktop: 32px;
  --lineheight-h4-desktop: 1.4;
  --size-h5-mobile: 18px;
  --lineheight-h5-mobile: 1.15;
  --size-h5-desktop: 28px;
  --lineheight-h5-desktop: 1.15;
  --size-h6-mobile: 16px;
  --lineheight-h6-mobile: 1.15;
  --size-h6-desktop: 18px;
  --lineheight-h6-desktop: 1.15;
  /* --> Subtitle ----------------------------------------------- */
  --size-subtitle-mobile: 18px;
  --lineheight-subtitle-mobile: 1.35;
  --size-subtitle-desktop: 20px;
  --lineheight-subtitle-desktop: 1.15;
  /* --> Lead --------------------------------------------------- */
  --size-lead-mobile: 16px;
  --lineheight-lead-mobile: 1.5;
  --size-lead-desktop: 18px;
  --lineheight-lead-desktop: 1.75;
  /* --> Text --------------------------------------------------- */
  --size-text-mobile: 16px;
  --lineheight-text-mobile: 1.5;
  --size-text-desktop: 18px;
  --lineheight-text-desktop: 1.7;
  /* --> Small -------------------------------------------------- */
  --size-small-mobile: 12px;
  --lineheight-small-mobile: 1.7;
  --size-small-desktop: 14px;
  --lineheight-small-desktop: 1.7;
  /* --> Blockquote --------------------------------------------- */
  --size-blockquote-mobile: var(--size-h3-mobile);
  --lineheight-blockquote-mobile: var(--lineheight-h3-mobile);
  --size-blockquote-desktop: var(--size-h3-desktop);
  --lineheight-blockquote-desktop: var(--lineheight-h3-desktop);
  /* --> List --------------------------------------------------- */
  --size-list-mobile: var(--size-text-mobile);
  --lineheight-list-mobile: var(--lineheight-text-mobile);
  --size-list-desktop: var(--size-text-desktop);
  --lineheight-list-desktop: var(--lineheight-text-desktop);
  /* --> Buttons ------------------------------------------------ */
  --size-button-regular-mobile: var(--size-text-mobile);
  --lineheight-button-regular-mobile: var(--lineheight-text-mobile);
  --size-button-regular-desktop: var(--size-text-desktop);
  --lineheight-button-regular-desktop: var(--lineheight-text-desktop);
  --size-button-big-mobile: var(--size-subtitle-mobile);
  --lineheight-button-big-mobile: var(--lineheight-subtitle-mobile);
  --size-button-big-desktop: var(--size-subtitle-desktop);
  --lineheight-button-big-desktop: var(--lineheight-subtitle-desktop); }

.dark-text {
  color: var(--color-petrol) !important; }

.light-text {
  color: var(--color-light) !important; }

.green-text {
  color: var(--color-green) !important; }

.brown-text {
  color: var(--color-brown) !important; }

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

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

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

.uppercase {
  text-transform: uppercase !important; }

.fullwidth {
  width: 100vw;
  height: 75vh;
  margin-left: calc((100% - 100vw) / 2);
  margin-top: -4em; }

.inner {
  max-width: var(--max-width);
  margin: 0 auto;
  margin-top: 8em; }

.inner-content {
  max-width: var(--max-width-inner);
  margin: 0 auto; }

.inner-content-small {
  max-width: var(--max-width-inner-small);
  margin: 0 auto; }

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

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

.no-margin-top {
  margin-top: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.margin-top-biggest {
  margin-top: 8rem !important; }

.margin-top-big {
  margin-top: 4rem !important; }

.margin-top-medium {
  margin-top: 2rem !important; }

.margin-top-small {
  margin-top: 1rem !important; }

.margin-top-smallest {
  margin-top: 0.5rem !important; }

.margin-left-biggest {
  margin-left: 8rem !important; }

.margin-left-big {
  margin-left: 4rem !important; }

.margin-left-medium {
  margin-left: 2rem !important; }

.margin-left-small {
  margin-left: 1rem !important; }

.margin-left-smallest {
  margin-left: 0.5rem !important; }

.margin-right-biggest {
  margin-right: 8rem !important; }

.margin-right-big {
  margin-right: 4rem !important; }

.margin-right-medium {
  margin-right: 2rem !important; }

.margin-right-small {
  margin-right: 1rem !important; }

.margin-right-smallest {
  margin-right: 0.5rem !important; }

.margin-bottom-smallest {
  margin-bottom: 0.5rem !important; }

.margin-bottom-small {
  margin-bottom: 1rem !important; }

.margin-bottom-medium {
  margin-bottom: 2rem !important; }

.margin-bottom-big {
  margin-bottom: 4rem !important; }

.margin-bottom-biggest {
  margin-bottom: 8rem !important; }

.margin-top-auto {
  margin-top: auto; }
  @media screen and (max-widh: 576px) {
    .margin-top-auto {
      margin-top: 500; } }

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

.relative {
  position: relative; }

@media screen and (max-width: 576px) {
  .mobile-hidden {
    display: none; } }

.border-right {
  border-right: 1px solid var(--color-dark); }

.logo-caption figcaption {
  margin-top: -0.5em;
  font-size: 16px; }

@media screen and (max-width: 576px) {
  .mobile-reverse-column .wp-block-columns {
    display: flex;
    flex-direction: column-reverse; } }

#header .wrapper {
  width: auto;
  margin-left: 0; }

#header .wrapper-termine {
  padding: 5px 40px 0 0; }
  @media screen and (max-width: 1024px) {
    #header .wrapper-termine {
      padding-right: 20px; } }
  #header .wrapper-termine button {
    padding: 0; }

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1480px;
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 1024px) {
    .wrapper {
      padding: 0 20px; } }

.meeting-date {
  color: var(--color-tertiary);
  font-size: var(--size-text-desktop);
  line-height: var(--lineheight-text-desktop);
  font-size: 14px; }
  @media screen and (max-width: 1024px) {
    .meeting-date {
      font-size: var(--size-text-mobile);
      line-height: var(--lineheight-text-mobile); } }

.offline {
  color: var(--color-tertiary);
  cursor: not-allowed; }
  .offline:hover {
    color: var(--color-tertiary); }

.clearboth {
  clear: both; }

.termine-excerpt {
  color: var(--color-brown); }
  .termine-excerpt p {
    margin: 0;
    color: var(--color-brown); }

.overlapping-area {
  margin-top: -150px;
  position: relative;
  margin-left: 150px; }
  @media screen and (max-width: 1024px) {
    .overlapping-area {
      margin-top: 0;
      margin-left: 0; } }
  @media screen and (max-width: 576px) {
    .overlapping-area {
      margin-left: 0; } }

header {
  display: block; }
  header .btn-open-mega-menu {
    display: flex;
    background-color: transparent;
    border: none; }
    header .btn-open-mega-menu:hover span.nav-icon {
      background-size: contain;
      cursor: pointer;
      display: inline-block;
      height: 18px;
      width: 31px;
      margin-left: 20px; }
    header .btn-open-mega-menu .termin-label {
      line-height: 24px;
      font-family: var(--font-head); }
  header span.nav-icon {
    background: url("/wp-content/themes/transnet/img/terminubersicht-icon.svg") no-repeat center;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    width: 18px;
    transition: all 0.2s ease-in-out;
    margin-right: 8px; }
  header span.close-icon {
    background: url("/wp-content/themes/transnet/img/terminubersicht-close-icon.svg") no-repeat center;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    width: 18px;
    transition: all 0.2s ease-in-out;
    margin-right: 8px;
    margin-left: 30px; }

.mega-menu-container {
  width: auto;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0; }
  .admin-bar .mega-menu-container {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .mega-menu-container {
        top: 32px; } }
  .mega-menu-container.hidden {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.6s 0.2s ease-out, opacity 0.6s 0.2s ease-out; }
    .mega-menu-container.hidden .mega-menu-wrapper {
      transform: translate(520px); }
    .mega-menu-container.hidden .menu-overlay {
      visibility: hidden;
      opacity: 0; }

.mega-menu-wrapper {
  background: var(--color-light);
  height: 100vh;
  padding-top: 20px;
  overflow: auto;
  position: static;
  width: auto;
  width: 440px;
  box-shadow: 2px 2px 26px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease; }
  .admin-bar .mega-menu-wrapper {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .mega-menu-wrapper {
        top: 32px; } }
  @media screen and (max-width: 576px) {
    .mega-menu-wrapper {
      width: 100vw; } }
  .mega-menu-wrapper #mobile-back {
    display: none; }
    @media screen and (max-width: 1024px) {
      .mega-menu-wrapper #mobile-back {
        display: block;
        position: absolute;
        top: 30px; } }
  @media screen and (max-width: 1024px) {
    .mega-menu-wrapper .sub-menu.mobile-back-in-navigation {
      display: block !important;
      opacity: 1 !important; } }
  .mega-menu-wrapper .menu {
    width: 500px; }
    @media screen and (max-width: 576px) {
      .mega-menu-wrapper .menu {
        width: 100vw; } }
  .mega-menu-wrapper .container-child {
    margin-top: 50px;
    width: auto;
    padding-right: 0 !important; }
  .mega-menu-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    font-size: 24px; }
    .mega-menu-wrapper ul li {
      padding: 0;
      margin: 0; }
    .mega-menu-wrapper ul a {
      color: #2d3237; }
    .mega-menu-wrapper ul .menu-item-has-children .sub-menu {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      background-color: var(--color-light);
      left: 0%;
      height: 100%;
      top: 0;
      width: 500px;
      padding-top: 100px;
      padding-left: 30px;
      transition: all 0.3s ease;
      margin-left: 50%;
      z-index: -1;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 1024px) {
        .mega-menu-wrapper ul .menu-item-has-children .sub-menu {
          left: 0;
          margin-left: 0;
          z-index: 1; } }
    .mega-menu-wrapper ul .menu-item-has-children:hover > .sub-menu {
      opacity: 1;
      left: 50%;
      display: block;
      visibility: visible; }
      @media screen and (max-width: 1024px) {
        .mega-menu-wrapper ul .menu-item-has-children:hover > .sub-menu {
          opacity: 0;
          display: none;
          left: 0; } }
    .mega-menu-wrapper ul li {
      padding-bottom: 40px; }
      .mega-menu-wrapper ul li a:hover {
        color: var(--color-primary); }
    .mega-menu-wrapper ul li.menu-item-has-children {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center; }
      .mega-menu-wrapper ul li.menu-item-has-children .sub-menu {
        transition: all 0.2s ease-in-out; }
        .mega-menu-wrapper ul li.menu-item-has-children .sub-menu a::after {
          background: none; }
  .mega-menu-wrapper #open-sub-menu {
    padding-right: 30px;
    height: 15px; }
    @media screen and (max-width: 1024px) {
      .mega-menu-wrapper #open-sub-menu {
        padding-right: 40px; } }
  .mega-menu-wrapper .mega-menu-footer ul.menu {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    list-style-type: ' / '; }
    .mega-menu-wrapper .mega-menu-footer ul.menu li {
      margin-left: 20px;
      margin-bottom: 0; }
      .mega-menu-wrapper .mega-menu-footer ul.menu li:first-of-type {
        list-style-type: none;
        margin-left: 0; }
      .mega-menu-wrapper .mega-menu-footer ul.menu li a {
        font-size: 18px; }
  .mega-menu-wrapper .container-child.mega-menu-footer {
    margin-left: 0px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .mega-menu-wrapper .container-child {
    margin-left: 0px !important;
    margin-top: 20px !important; }
  .mega-menu-wrapper .menu-header-area {
    display: flex;
    justify-content: space-between; }
    .mega-menu-wrapper .menu-header-area #main-lang-switcher.lang-switcher ul {
      display: flex;
      margin-right: 40px; }
      .mega-menu-wrapper .menu-header-area #main-lang-switcher.lang-switcher ul li {
        padding-bottom: 0;
        padding-left: 1rem; }
        .mega-menu-wrapper .menu-header-area #main-lang-switcher.lang-switcher ul li.current-lang {
          text-decoration: underline; }
  .mega-menu-wrapper .trasse-placeholder {
    background: url(/wp-content/themes/transnet/img/trasse-platzhalter.jpg) no-repeat bottom;
    background-size: contain;
    height: 80%;
    width: 80%;
    position: absolute;
    bottom: 30px;
    right: 0; }

.menu-overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  right: 0;
  background-color: #000000;
  position: absolute;
  z-index: -2;
  visibility: visible;
  opacity: 0.5;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out; }

.container.header {
  align-items: center;
  background-color: var(--color-petrol);
  display: flex;
  height: 90px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999; }

.admin-bar .container.header {
  top: 46px; }

@media screen and (min-width: 783px) {
  .admin-bar .container.header {
    top: 32px; } }

.navbar.solid {
  display: block;
  background-color: var(--color-light);
  transition: background-color 0.2s ease 0s;
  box-shadow: 0 0 4px grey; }

#header .container-child {
  max-width: var(--max-width);
  margin: auto;
  padding-right: var(--margin-container-desktop);
  padding-left: var(--margin-container-desktop);
  display: flex;
  padding-top: 22px;
  padding-bottom: 25px; }

@media screen and (max-width: 1440px) {
  #header .container-child {
    padding-right: var(--margin-container-mobile);
    padding-left: var(--margin-container-mobile); } }

#header .custom-logo {
  height: 25px; }

#header .nav-logo {
  width: 200px;
  height: 24px; }
  @media screen and (max-width: 576px) {
    #header .nav-logo {
      display: flex;
      align-items: center;
      width: auto; }
      #header .nav-logo img {
        width: 150px;
        height: auto; } }

.menu {
  list-style-type: none;
  padding: 0; }
  .menu li a {
    text-transform: uppercase; }
  .menu li:first-of-type {
    font-weight: 700; }
  .menu li:not(:first-of-type) a {
    font-weight: 300;
    color: var(--color-secondary); }
    .menu li:not(:first-of-type) a:hover {
      color: var(--color-primary); }

.menu-primary-container {
  z-index: 1; }

.container.footer {
  background-color: var(--color-secondary);
  padding: 20px 0; }
  .container.footer.spacer-top {
    margin-top: 100px;
    padding-bottom: 80px; }
  .container.footer p {
    font-family: 'Avenir Next LT W01 Demi', sans-serif;
    margin-bottom: 0;
    color: var(--color-light); }
  .container.footer ul {
    padding-left: 0; }
    .container.footer ul li {
      color: var(--color-light); }
      .container.footer ul li.h2 {
        margin: 0 0 0 -20px;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 27.5px;
        list-style-position: outside; }
  .container.footer a {
    color: var(--color-light); }

.footer-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1480px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 70px; }
  .footer-inner img {
    margin-top: 1.5rem; }
    @media screen and (max-width: 576px) {
      .footer-inner img {
        margin-top: 2rem; } }
  @media screen and (max-width: 576px) {
    .footer-inner .margin-top-small {
      margin-top: 36px !important; } }
  .footer-inner .social-icon-svg {
    padding-right: 10px; }
  .footer-inner .social-icon-container {
    margin-top: 1.5rem; }
  @media screen and (max-width: 576px) {
    .footer-inner .menu {
      margin-top: 2rem; } }
  .footer-inner .menu li:not(:first-of-type) a {
    font-weight: 800;
    color: var(--color-light); }
    .footer-inner .menu li:not(:first-of-type) a:hover {
      color: var(--color-light); }
  .footer-inner #move-up {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    width: auto;
    height: 110px;
    z-index: 500;
    color: var(--color-green);
    padding: 8px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer; }
    .footer-inner #move-up span {
      display: inline;
      text-align: center;
      font-size: 12px; }
    .footer-inner #move-up svg {
      fill: #bebd00;
      height: 65px;
      position: absolute;
      bottom: 0;
      left: 7px;
      right: 0; }
    .footer-inner #move-up .move-up-arrow {
      background: url(img/move-up-arrow.svg) no-repeat;
      float: left;
      width: 71px;
      height: 60px; }

ul.link-list-footer.special {
  font-family: var(--font-head);
  font-size: 15.1667px;
  line-height: 1;
  padding: 4px 0;
  text-transform: uppercase; }
  ul.link-list-footer.special li {
    margin-bottom: 15px; }
    ul.link-list-footer.special li a {
      font-size: 0.8461538462em;
      color: var(--color-petrol-light); }
      ul.link-list-footer.special li a:hover {
        color: var(--color-primary); }

.socialblock {
  max-width: 100%;
  position: relative;
  margin-top: 15px;
  border-top: 1px solid #669198;
  padding-top: 30px; }
  .socialblock .social-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .socialblock .social-group h2 {
      min-width: 200px;
      word-break: keep-all; }
  .socialblock .socialicons {
    margin-left: 20px;
    padding: 0;
    min-width: 192px;
    margin-top: -18px; }
    @media screen and (max-width: 1080px) {
      .socialblock .socialicons {
        margin-top: 18px;
        margin-left: 0;
        width: 100%; } }
    .socialblock .socialicons .icon {
      display: block;
      width: 40px;
      height: 40px;
      margin-right: 6px;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: transparent; }
      .socialblock .socialicons .icon.icon--youtube {
        margin-right: 0; }
    .socialblock .socialicons .icon--linkedin .svg-icon-linkedin .st0,
    .socialblock .socialicons .icon--twitter .svg-icon-twitter .st0,
    .socialblock .socialicons .icon--xing .svg-icon-xing .st0,
    .socialblock .socialicons .icon--youtube .svg-icon-youtube .st0 {
      fill: #fff; }
    .socialblock .socialicons .icon--linkedin .svg-icon-linkedin .st1,
    .socialblock .socialicons .icon--twitter .svg-icon-twitter .st1,
    .socialblock .socialicons .icon--xing .svg-icon-xing .st1,
    .socialblock .socialicons .icon--youtube .svg-icon-youtube .st1 {
      fill: var(--color-petrol); }
    .socialblock .socialicons .icon--linkedin .svg-icon-linkedin .st2,
    .socialblock .socialicons .icon--twitter .svg-icon-twitter .st2,
    .socialblock .socialicons .icon--xing .svg-icon-xing .st2,
    .socialblock .socialicons .icon--youtube .svg-icon-youtube .st2 {
      fill: #004754; }
    .socialblock .socialicons li {
      list-style-type: none;
      display: inline-block; }
      .socialblock .socialicons li a:hover .svg-icon-youtube .st1 {
        fill: #e34233; }
      .socialblock .socialicons li a:hover .svg-icon-xing .st2 {
        fill: #cdd618; }
      .socialblock .socialicons li a:hover .svg-icon-twitter .st1 {
        fill: #4bb8e4; }
      .socialblock .socialicons li a:hover .svg-icon-linkedin .st1 {
        fill: #0286be; }

#menu-footer {
  padding-top: 35px;
  border-top: 1px solid #669198;
  font-family: var(--font-head);
  font-size: 11.8462px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap; }
  #menu-footer a {
    color: #356d78;
    white-space: nowrap; }
    #menu-footer a:hover {
      color: var(--color-primary); }
  #menu-footer li {
    margin: 10px 8px 0 0; }
  #menu-footer li:last-of-type a {
    pointer-events: none; }

/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.delay-1000 {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s; }

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-3000 {
  -webkit-animation-delay: 3.0s;
  -moz-animation-delay: 3.0s;
  -o-animation-delay: 3.0s;
  animation-delay: 3.0s; }

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0; }

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  60% {
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  60% {
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  60% {
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  60% {
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  60% {
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  60% {
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  60% {
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  60% {
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

.fadeIn {
  opacity: 0; }

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0; }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1);
    opacity: 1; } }

.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0; }

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn; }

/********
* Shake *
********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake; }

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px); } }

@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateY(10px); } }

.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp; }

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px); }

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px); }

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px); }

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/********
* swing *
*********/
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada; }

/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

/********
* pulse *
*********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }

.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }

.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort; }

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort; }

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort; }

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort; }

@font-face {
  font-family: 'Avenir Next Demi';
  src: url("/wp-content/themes/transnet/fonts/AvenirNext-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next LT W01 Demi';
  src: url("/wp-content/themes/transnet/fonts/AvenirNext-LT-W01-Demi.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: url("/wp-content/themes/transnet/fonts/AvenirNext-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: url("/wp-content/themes/transnet/fonts/AvenirNext-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next Ultra';
  src: url("/wp-content/themes/transnet/fonts/AvenirNext-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: url("/wp-content/themes/transnet/fonts/AvenirNext-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next Ultra';
  src: url("/wp-content/themes/transnet/fonts/AvenirNext-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: url("/wp-content/themes/transnet/fonts/AvenirNext-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next Demi';
  src: url("/wp-content/themes/transnet/fonts/AvenirNext-DemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: url("/wp-content/themes/transnet/fonts/AvenirNext-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: url("/wp-content/themes/transnet/fonts/AvenirNext-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: url("/wp-content/themes/transnet/fonts/AvenirNext-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next';
  src: url("/wp-content/themes/transnet/fonts/AvenirNext-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

.h2-forminator h2.forminator-title {
  font-size: 24px !important;
  color: var(--color-primary) !important;
  font-family: 'Avenir Next LT W01 Demi' !important; }

.forminator-select.forminator-select-dropdown-container--open {
  z-index: 10000000 !important; }

.forminator-response-message.forminator-show.forminator-success h1 {
  color: var(--color-petrol) !important; }

@media screen and (max-width: 576px) {
  .hustle-ui .hustle-info .hustle-layout .hustle-layout-content .hustle-content {
    padding: 0 10px 0 10px; } }

.forminator-button {
  padding: 15px 45px !important;
  border-radius: 0 !important; }

#submit.forminator-field {
  display: flex !important;
  justify-content: center !important; }

.hustle-button-icon.hustle-button-close {
  transform: scale(1.5) !important; }

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  hyphens: auto;
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  overflow-y: hidden;
  font-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-text);
  font-size: var(--size-text-desktop);
  line-height: var(--lineheight-text-desktop);
  color: var(--color-dark);
  box-sizing: border-box; }
  @media screen and (max-width: 576px) {
    body {
      font-size: var(--size-text-mobile);
      line-height: var(--lineheight-text-mobile); } }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }
  *::selection {
    background: var(--color-dark);
    color: var(--color-light); }

a,
button {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease; }

a {
  color: var(--color-green); }
  a:hover {
    color: var(--color-petrol-light); }

figure {
  margin: 0; }

figcaption {
  color: var(--color-tertiary);
  font-size: var(--size-text-desktop);
  line-height: var(--lineheight-text-desktop); }

hr {
  border: none;
  border-bottom: solid 1px var(--color-gray-light); }

fieldset {
  appearance: none;
  border: none; }

img,
svg {
  transition: all 0.3s ease; }
  img *,
  svg * {
    transition: all 0.3s ease; }

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

strong,
b {
  font-weight: 700; }

small {
  display: inline-block;
  font-size: var(--size-small-mobile);
  line-height: var(--lineheight-small-mobile); }
  @media screen and (max-width: 1440px) {
    small {
      font-size: var(--size-small-desktop);
      line-height: var(--lineheight-small-desktop); } }

.headline-big {
  font-family: var(--font-head);
  font-weight: 500;
  margin: 0;
  padding: 0;
  hyphens: manual;
  width: 100%;
  color: var(--color-petrol);
  text-transform: uppercase;
  font-size: 70px;
  line-height: 1.0285714286em;
  margin: 0 0 4rem 0; }
  @media screen and (max-width: 576px) {
    .headline-big {
      font-size: 35px;
      margin-bottom: 1rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-head);
  font-weight: 500;
  margin: 0;
  padding: 0;
  hyphens: manual; }

h1,
.h1 {
  text-transform: uppercase;
  font-size: var(--size-h1-mobile);
  line-height: var(--lineheight-h1-mobile); }
  @media screen and (min-width: 1024px) {
    h1,
    .h1 {
      font-size: var(--size-h1-mobile);
      line-height: var(--lineheight-h1-desktop); } }
  @media screen and (min-width: 1440px) {
    h1,
    .h1 {
      font-size: var(--size-h1-desktop);
      line-height: var(--lineheight-h1-desktop); } }
  @media screen and (max-width: 576px) {
    h1,
    .h1 {
      hyphens: auto; } }

h2,
.h2 {
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
  font-size: var(--size-h2-mobile);
  line-height: var(--lineheight-h2-mobile); }
  h2::before,
  .h2::before {
    content: '/';
    color: #bebd00;
    display: block;
    margin-right: 13px;
    position: absolute;
    top: 0;
    left: 0; }
  h2.h1,
  .h2.h1 {
    padding-left: 0; }
    h2.h1::before,
    .h2.h1::before {
      display: none; }
  @media screen and (min-width: 1024px) {
    h2,
    .h2 {
      font-size: var(--size-h2-desktop);
      line-height: var(--lineheight-h2-desktop); } }
  h2.not-decorated,
  .h2.not-decorated {
    padding-left: 0; }
    h2.not-decorated::before,
    .h2.not-decorated::before {
      content: ''; }
  h2.footer-special,
  .h2.footer-special {
    font-family: 'Avenir Next LT W01 Demi', sans-serif;
    color: var(--color-light);
    padding-left: 0;
    font-weight: 700; }
    h2.footer-special::before,
    .h2.footer-special::before {
      content: ''; }
  h2.termine,
  .h2.termine {
    color: var(--color-green); }
  @media screen and (max-width: 576px) {
    h2,
    .h2 {
      hyphens: auto; } }

h3,
.h3 {
  font-size: var(--size-h3-mobile);
  line-height: var(--lineheight-h3-mobile); }
  @media screen and (min-width: 1024px) {
    h3,
    .h3 {
      font-size: var(--size-h3-desktop);
      line-height: var(--lineheight-h3-desktop); } }
  @media screen and (max-width: 576px) {
    h3,
    .h3 {
      margin-bottom: 5px; } }
  h3.footer-special,
  .h3.footer-special {
    font-size: 16px;
    color: var(--color-primary); }

.termine h3 {
  color: var(--color-gray-standard); }

h4,
.h4 {
  font-size: var(--size-h4-mobile);
  line-height: var(--lineheight-h4-mobile); }
  @media screen and (min-width: 1024px) {
    h4,
    .h4 {
      font-size: var(--size-h4-desktop);
      line-height: var(--lineheight-h4-desktop); } }

h5,
.h5 {
  font-size: var(--size-h5-mobile);
  line-height: var(--lineheight-h5-mobile); }
  @media screen and (min-width: 1024px) {
    h5,
    .h5 {
      font-size: var(--size-h5-desktop);
      line-height: var(--lineheight-h5-desktop); } }

h6,
.h6 {
  font-size: var(--size-h6-mobile);
  line-height: var(--lineheight-h6-mobile); }
  @media screen and (min-width: 1024px) {
    h6,
    .h6 {
      font-size: var(--size-h6-desktop);
      line-height: var(--lineheight-h6-desktop); } }

p,
.p {
  color: var(--color-tertiary);
  font-size: var(--size-text-desktop);
  line-height: var(--lineheight-text-desktop); }
  @media screen and (max-width: 1024px) {
    p,
    .p {
      font-size: var(--size-text-mobile);
      line-height: var(--lineheight-text-mobile); } }

main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b {
  font-weight: 700; }

strong {
  font-weight: 700; }

code {
  font-family: monospace, monospace;
  font-size: 1em; }

kbd {
  font-family: monospace, monospace;
  font-size: 1em; }

samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

img {
  border-style: none; }

button {
  font-family: inherit;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
  padding: 10px 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  button.pum-trigger {
    font-family: inherit;
    font-size: 100%;
    font-weight: 700;
    color: var(--color-tertiary);
    background-color: var(--color-light);
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none;
    padding: 10px 40px; }
  button::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring {
    outline: 1px dotted ButtonText; }

input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible; }

optgroup {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-transform: none; }

textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: auto; }

[type='button'] {
  -webkit-appearance: button; }
  [type='button']::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  [type='button']:-moz-focusring {
    outline: 1px dotted ButtonText; }

[type='reset'] {
  -webkit-appearance: button; }
  [type='reset']::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  [type='reset']:-moz-focusring {
    outline: 1px dotted ButtonText; }

[type='submit'] {
  -webkit-appearance: button; }
  [type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  [type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type='checkbox'] {
  box-sizing: border-box;
  padding: 0; }

[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

[type='number']::-webkit-inner-spin-button {
  height: auto; }

[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.hidden {
  display: none; }

.hidden-desktop {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .hidden-desktop {
      display: block; } }

.hidden-tablet {
  display: block; }
  @media only screen and (max-width: 1024px) {
    .hidden-tablet {
      display: none; } }

.visible {
  display: block; }

article {
  padding: 0 20px; }

.wp-block-columns.inner-container {
  max-width: var(--max-width-inner);
  margin: 0 auto; }

.fullwidth-group-container {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2); }
  .fullwidth-group-container.left-side-image {
    background-image: url("img/fenster.png");
    background-repeat: no-repeat;
    background-size: 20%; }
  .fullwidth-group-container .wp-block-group__inner-container {
    width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    background-color: var(--color-light); }
    @media screen and (max-width: 1440px) {
      .fullwidth-group-container .wp-block-group__inner-container {
        max-width: 100%; } }
  @media screen and (max-width: 576px) {
    .fullwidth-group-container {
      max-width: 100%;
      margin-left: 0; } }

.fullwidth-group-container-cover {
  margin-left: calc((100% - 100vw) / 2); }
  .fullwidth-group-container-cover.right {
    margin-right: calc((100% - 100vw) / 2);
    margin-left: 0; }
  .fullwidth-group-container-cover .wp-block-group__inner-container {
    padding: 0 20px 0 0;
    margin: 0 auto; }
    @media screen and (max-width: 576px) {
      .fullwidth-group-container-cover .wp-block-group__inner-container {
        width: 100%; } }
  @media screen and (max-width: 576px) {
    .fullwidth-group-container-cover {
      width: 100%;
      margin-left: 0; } }

.wp-block-cover.align-top {
  align-items: flex-start; }

figure.invert img {
  filter: invert(1); }

.competenz-list img {
  height: 50px; }

@media screen and (max-width: 576px) {
  .competenz-list .wp-block-column {
    margin-bottom: 2rem;
    display: flex; }
  .competenz-list p {
    margin: 0;
    margin-left: 2rem; }
  .competenz-list img {
    height: auto;
    width: 50px; } }

.fullwidth-group-container-bg {
  width: 100vw;
  background-image: url(/wp-content/themes/fachverstand/img/background-last.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  margin-left: calc((100% - 100vw) / 2); }
  @media screen and (max-width: 1440px) {
    .fullwidth-group-container-bg {
      background-image: none; } }
  .fullwidth-group-container-bg .wp-block-group__inner-container {
    width: 1440px;
    padding: 0 20px;
    margin: 0 auto; }
    @media screen and (max-width: 1440px) {
      .fullwidth-group-container-bg .wp-block-group__inner-container {
        max-width: 100%; } }

body.error404 {
  height: 100vh; }
  body.error404 footer {
    position: absolute;
    bottom: 0;
    width: 100%; }

li {
  list-style-type: none; }

article li {
  list-style-type: square;
  color: var(--color-tertiary); }

.vcard p {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.45em;
  margin-bottom: 30px !important;
  font-weight: 700;
  letter-spacing: 0.5px; }

.dash-list {
  margin-bottom: 90px; }

.infostand-navigation {
  background-color: var(--color-light);
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 67px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  right: 0;
  left: 0;
  top: 90px;
  z-index: 99999; }
  .admin-bar .infostand-navigation {
    top: 136px; }
    @media screen and (min-width: 783px) {
      .admin-bar .infostand-navigation {
        top: 122px; } }
  .infostand-navigation .back {
    position: absolute;
    z-index: 10; }

.infostand {
  margin-top: 12rem; }

.infostand-name {
  font-family: var(--font-special); }

::-moz-selection {
  color: var(--color-light);
  background: var(--color-primary);
  text-shadow: none; }

::selection {
  color: var(--color-light);
  background: var(--color-primary);
  text-shadow: none; }

.no-before::before {
  content: ''; }

.group-flex .wp-block-group__inner-container {
  display: flex;
  --gap: 0px;
  --column-gap: var(--gap);
  --row-gap: var(--gap);
  margin: calc(var(--row-gap) / -2) calc(var(--column-gap) / -2);
  flex-wrap: wrap;
  --column-gap: 20px;
  --row-gap: 20px; }

.bg-group {
  background-color: var(--color-petrol);
  padding: 5rem 0 5rem 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
  .bg-group > .wp-block-group__inner-container {
    width: calc(var(--max-width) - 40px);
    margin: 0 auto; }
    @media screen and (max-width: 1160px) {
      .bg-group > .wp-block-group__inner-container {
        width: auto;
        padding: 0 20px 0 20px; } }
  .bg-group .border-group {
    border-top: 0;
    border-right: 1px;
    border-bottom: 1px;
    border-left: 1px;
    border-style: solid;
    border-color: white;
    padding: 5rem 20px 20px 20px;
    margin-top: -5rem; }
    @media screen and (max-width: 781px) {
      .bg-group .border-group {
        flex-basis: 100% !important; } }

.wp-block-group.has-background {
  padding: 35px 30px 50px 30px; }

.only-mobile {
  display: none; }
  @media screen and (max-width: 576px) {
    .only-mobile {
      display: block; } }

.not-mobile {
  display: block; }
  @media screen and (max-width: 576px) {
    .not-mobile {
      display: none; } }

.breadcrumbs {
  font-family: 'Avenir Next Demi';
  color: var(--color-petrol);
  text-transform: uppercase;
  margin-bottom: 20px; }
  .breadcrumbs .breadcrumbs__separator {
    color: var(--color-primary);
    padding: 0 5px; }

#not-found {
  margin: 3rem auto;
  width: 700px;
  padding: 10px; }
  @media screen and (max-width: 576px) {
    #not-found {
      margin: 0;
      width: 100%; } }
  #not-found .p {
    display: none;
    margin: 0 0 1.2857142857em 0; }

body.error404 footer {
  position: absolute;
  bottom: auto;
  width: 100%; }

.paraLine {
  z-index: -1;
  opacity: 0.2;
  height: 1px;
  width: 10000px;
  position: fixed;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.blue-link {
  color: var(--color-primary);
  font-size: var(--size-text-desktop); }
  .blue-link::before {
    content: '';
    background: url("/wp-content/themes/DESMA/img/arrow-link-blue.svg") no-repeat;
    background-size: 16px 12px;
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-right: 8px; }
  .blue-link.external::before {
    transform: rotate(-45deg); }
  .blue-link:hover {
    color: var(--color-secondary);
    transition: all 0.3s ease; }
    .blue-link:hover::before {
      background: url("/wp-content/themes/DESMA/img/arrow-link-active-blue.svg");
      transition: all 0.3s ease; }

.file::before {
  content: '';
  background: url("/wp-content/themes/DESMA/img/pdf-file-icon.svg") no-repeat;
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 6px;
  position: relative; }

.file:hover {
  color: var(--color-secondary);
  transition: all 0.3s ease; }
  .file:hover::before {
    background: url("/wp-content/themes/DESMA/img/pdf-file-icon-hover.svg");
    transition: all 0.3s ease;
    background-size: 24px 24px;
    display: inline-block;
    width: 24x;
    height: 24px; }

.light-link {
  color: var(--color-light);
  font-size: var(--size-text-desktop); }
  .light-link::before {
    content: '';
    background: url("/wp-content/themes/DESMA/img/arrow-link-blue.svg") no-repeat;
    background-size: 16px 12px;
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-right: 8px; }
  .light-link.external::before {
    transform: rotate(-45deg); }
  .light-link:hover {
    color: var(--color-primary);
    transition: all 0.3s ease; }
    .light-link:hover::before {
      transition: all 0.3s ease; }

.brand-button {
  font-size: var(--size-h6-mobile);
  font-family: var(--font-head);
  font-weight: 600;
  line-height: 22px;
  width: auto;
  padding: 15px 45px;
  display: inline-block;
  background-color: var(--color-primary);
  color: var(--color-light); }
  .brand-button.back {
    padding: 5px 20px; }
  .brand-button:hover {
    border-color: var(--color-primary);
    background-color: var(--color-petrol-sekundar);
    color: var(--color-light); }
  .brand-button:active {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary); }
  .brand-button.disable-click {
    pointer-events: none;
    text-decoration: line-through;
    background-color: var(--color-tertiary); }

blockquote {
  margin: 3rem auto;
  width: 700px;
  padding: 10px; }
  @media screen and (max-width: 1024px) {
    blockquote {
      width: 60%; } }
  @media screen and (max-width: 576px) {
    blockquote {
      width: 90%; } }
  blockquote p {
    font-style: italic;
    font-weight: bold;
    font-size: 36px;
    line-height: 130%;
    padding-left: 14px;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    text-transform: uppercase; }
  blockquote cite {
    font-size: 16px;
    line-height: 20px;
    color: #A2A9AD;
    font-style: initial;
    padding-left: 14px; }
  blockquote.quote-black p {
    border-left: 2px solid var(--color-tertiary);
    color: var(--color-tertiary); }
  blockquote.quote-purple p {
    border-left: 2px solid var(--color-purple);
    color: var(--color-purple); }
  blockquote.quote-green p {
    border-left: 2px solid var(--color-green);
    color: var(--color-green); }
  blockquote.quote-red p {
    border-left: 2px solid var(--color-red);
    color: var(--color-red); }
  blockquote.quote-yellow p {
    border-left: 2px solid var(--color-yellow);
    color: var(--color-yellow); }

/*
SCSS variables and mixins
*/
/*
-------------------------------------
*/
.tabbed-content {
  max-width: 1340px;
  margin-top: 20px; }
  .tabbed-content:after {
    content: '';
    display: table;
    clear: both; }
  .tabbed-content p {
    margin-top: 0; }

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold; }
  .tabs ul li a {
    margin: 1em 0;
    position: relative;
    color: var(--color-gray-dark);
    border-bottom: 2px solid transparent;
    font-size: var(--size-h4-mobile);
    line-height: var(--lineheight-h4-mobile); }
    @media screen and (min-width: 1024px) {
      .tabs ul li a {
        font-size: var(--size-h4-desktop);
        line-height: var(--lineheight-h4-desktop); } }
    .tabs ul li a:hover, .tabs ul li a.active {
      background: transparent;
      color: var(--color-light);
      border-right: 2px solid var(--color-light);
      border-bottom: 2px solid var(--color-light);
      transition: none; }

.item {
  margin-bottom: 2px; }
  .item::before {
    cursor: pointer;
    font-weight: bold;
    background: #eee;
    padding: 0.5em;
    display: block; }
  .item.active::before {
    background: transparent;
    color: var(--color-light);
    border-right: 2px solid var(--color-light);
    border-bottom: 2px solid var(--color-light);
    transition: none; }
  .item.active .item-content {
    padding: 1em;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .item.active .item-content p {
      margin-block-start: 0;
      font-size: var(--size-h5-mobile);
      line-height: var(--lineheight-h5-mobile); }
      @media screen and (min-width: 1024px) {
        .item.active .item-content p {
          font-size: var(--size-h5-desktop);
          line-height: var(--lineheight-h5-desktop); } }

@media all and (min-width: 800px) {
  .item.active .item-content {
    padding-top: 0; }
    .item.active .item-content p {
      color: var(--color-light);
      line-height: 1.4; }
  .tabs-side .tabs li {
    margin-bottom: 2px; } }

@media all and (max-width: 800px) {
  .item.active .item-content p {
    color: var(--color-light);
    line-height: 1.4; } }

/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none; }

.tabbed-content .item {
  min-height: 2em; }
  .tabbed-content .item::before {
    content: attr(data-title); }
  .tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear; }
    .tabbed-content .item .item-content img {
      height: 0; }
  .tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition-delay: 0s; }
    .tabbed-content .item.active .item-content img {
      height: auto; }

@media all and (min-width: 800px) {
  .tabbed-content .tabs {
    display: block; }
    .tabbed-content .tabs li {
      display: inline-block; }
      .tabbed-content .tabs li a {
        display: block; }
  .tabbed-content .item {
    min-height: 0; }
    .tabbed-content .item::before {
      display: none; }
  .tabbed-content.tabs-side .tabs {
    width: 40%;
    float: left; }
    .tabbed-content.tabs-side .tabs li {
      display: block; }
  .tabbed-content.tabs-side .item {
    margin-left: calc(40% + 10px); } }

.vertical-tab-section {
  padding: 60px; }
  @media all and (max-width: 800px) {
    .vertical-tab-section {
      padding: 20px; } }

.hover-item.open-above {
  display: flex;
  flex-direction: column-reverse; }
  @media only screen and (min-width: 577px) and (max-width: 1366px) {
    .hover-item.open-above {
      display: block; } }
  @media screen and (max-width: 576px) {
    .hover-item.open-above {
      display: none; } }
  .hover-item.open-above .hover-item-text {
    display: none;
    background-color: white;
    margin-bottom: 70px; }
    .hover-item.open-above .hover-item-text.hover {
      position: absolute;
      display: block;
      border-top: 1px solid;
      border-bottom: 0; }
      .hover-item.open-above .hover-item-text.hover::after {
        top: 0; }
      @media only screen and (min-width: 577px) and (max-width: 1366px) {
        .hover-item.open-above .hover-item-text.hover {
          position: relative;
          border-top: 0;
          border-bottom: 1px solid; }
          .hover-item.open-above .hover-item-text.hover::after {
            bottom: 0;
            top: unset; } }
  .hover-item.open-above .hover-item-button {
    border-right: 0;
    border-left: 1px solid; }
    .hover-item.open-above .hover-item-button::after {
      top: 0;
      left: 0; }
  .hover-item.open-above.position-right {
    position: relative; }
    .hover-item.open-above.position-right .hover-item-button {
      text-align: start; }
    .hover-item.open-above.position-right .visible-content {
      margin-left: auto; }

.hover-item.small-button .hover-item-button {
  padding-left: 0;
  width: 180px; }

.hover-item.left-corner .hover-item-button {
  border-right: 0;
  border-left: 1px solid;
  text-align: start; }
  .hover-item.left-corner .hover-item-button::after {
    bottom: 0;
    left: 0; }

.hover-item.left-corner .hover-item-text {
  margin-left: 20px; }

.hover-item .visible-content {
  width: 200px;
  display: flex;
  flex-direction: column; }

.hover-item img {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.hover-item .invisible-part:hover .hover-item-text {
  visibility: visible; }

.hover-item .hover-item-button {
  text-transform: uppercase;
  text-align: end;
  position: relative;
  background-color: var(--color-light);
  border: none;
  padding: 10px;
  border-right: 1px solid;
  color: var(--color-gray-standard); }
  .hover-item .hover-item-button:hover {
    color: var(--color-primary); }
    .hover-item .hover-item-button:hover::after {
      background: var(--color-primary); }
  .hover-item .hover-item-button::after {
    content: '';
    background: var(--color-gray-standard);
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 50%;
    transition: all 0.3s ease; }

.hover-item .hover-item-text {
  visibility: hidden;
  border-left: 1px solid;
  border-bottom: 1px solid;
  padding: 20px;
  position: relative; }
  @media screen and (max-width: 576px) {
    .hover-item .hover-item-text {
      visibility: visible;
      margin-bottom: 40px; } }
  .hover-item .hover-item-text .italic {
    font-style: italic; }
  .hover-item .hover-item-text.hover {
    visibility: visible; }
    @media screen and (max-width: 576px) {
      .hover-item .hover-item-text.hover {
        margin-bottom: 20px; } }
    .hover-item .hover-item-text.hover::after {
      content: '';
      background: black;
      position: absolute;
      bottom: 0;
      right: 0;
      height: 50%;
      width: 1px; }

.button-right .wp-block-group__inner-container {
  padding: 0; }

.button-right .visible-content {
  margin-left: auto; }

.wp-block-getwid-counter__number {
  font-weight: 700;
  font-size: 90px;
  color: var(--color-primary); }
  @media screen and (max-width: 576px) {
    .wp-block-getwid-counter__number {
      font-size: 1.8rem; } }
  .wp-block-getwid-counter__number::after {
    content: ' €'; }

.wp-block-getwid-accordion {
  border-bottom: none;
  background-color: var(--color-green); }
  .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
    color: var(--color-light);
    border-top: 16px solid white;
    border-left: 0;
    border-right: 0; }
    .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-of-type {
      border: 1px solid var(--color-light); }
    .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper .wp-block-getwid-accordion__header {
      padding: 6.5px 20px; }
  .wp-block-getwid-accordion .wp-block-getwid-accordion__header-title {
    color: var(--color-light);
    font-size: 16px;
    font-weight: 600; }
  .wp-block-getwid-accordion .wp-block-getwid-accordion__icon .fas.fa-plus,
  .wp-block-getwid-accordion .wp-block-getwid-accordion__icon .fas.fa-minus {
    color: var(--color-light); }
  .wp-block-getwid-accordion .wp-block-getwid-accordion__content {
    border: 0;
    background-color: var(--color-light);
    padding: 0.75em; }

.smart-infostaende-slider .slider-information {
  left: calc(((100vw - var(--max-width)) / 2) + 20px) !important; }
  @media screen and (max-width: 1160px) {
    .smart-infostaende-slider .slider-information {
      left: 20px !important; } }

.smart-infostaende-slider.main-page .n2-ss-align.n2-ss-align-visible {
  background: linear-gradient(180deg, #ffffff 70%, var(--color-petrol) 30%); }

.smart-infostaende-slider.sub-page .n2-ss-align.n2-ss-align-visible {
  background: linear-gradient(360deg, #ffffff 70%, var(--color-petrol) 30%);
  padding-top: 50px; }

.smart-infostaende-slider .n2-ss-slide[data-title]::before {
  display: inline-block;
  background-image: url("/wp-content/themes/transnet/img/infostand-nummer-cicle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
  background-color: var(--color-primary);
  line-height: 48px;
  width: 50px;
  height: 50px;
  justify-content: flex-start;
  position: absolute;
  color: white;
  content: attr(data-title);
  z-index: 100;
  font-weight: 600;
  top: 20px;
  left: 20px;
  transition: all 0.3s ease-out; }

.smart-infostaende-slider .infostaende-slider .align-content {
  transition: all 0.3s ease-out;
  max-height: 212px !important; }

.smart-infostaende-slider .infostaende-slider .infostaende-icon {
  transition: all 0.3s ease-out; }

.smart-infostaende-slider .infostaende-slider .infostaende-image {
  position: absolute !important;
  top: 0px;
  left: 0;
  transition: all 0.3s ease-out; }

.smart-infostaende-slider .infostaende-slider .infostaende-excerpt p {
  overflow: hidden;
  transition: all 0.3s ease-out; }

.smart-infostaende-slider .infostaende-slider .full-width-button {
  width: 100% !important;
  position: fixed;
  left: 0;
  bottom: 0;
  box-shadow: 0px -30px 20px #ddeceeff; }
  .smart-infostaende-slider .infostaende-slider .full-width-button .n2-ss-button-container {
    width: 100% !important; }
    .smart-infostaende-slider .infostaende-slider .full-width-button .n2-ss-button-container a {
      transition: all 0.3s ease-out 0.1s;
      width: 100%;
      box-sizing: border-box; }

.smart-infostaende-slider .n2-ss-slider-3.n2-ow {
  height: 600px !important; }
  .smart-infostaende-slider .n2-ss-slider-3.n2-ow .n2-ss-slide {
    height: 480px !important; }
  .smart-infostaende-slider .n2-ss-slider-3.n2-ow .n2-ss-slider-pane-single.n2-ow {
    margin: 60px 20px !important;
    height: 480px !important; }

.smart-infostaende-slider .infostaende-slider:hover .full-width-button {
  box-shadow: none; }
  .smart-infostaende-slider .infostaende-slider:hover .full-width-button a {
    background: var(--color-primary) !important; }

.smart-infostaende-slider .infostaende-slider:hover .infostaende-image {
  position: absolute;
  left: 0;
  top: -60px; }

.smart-infostaende-slider .infostaende-slider:hover .align-content {
  max-height: 285px !important; }

.n2-ss-slide:hover::before {
  top: 10px !important;
  transform: scale(0.7); }

#n2-ss-2-arrow-previous,
#n2-ss-3-arrow-previous {
  left: calc(((100vw - var(--max-width)) / 2) - 40px) !important; }

#n2-ss-2-arrow-next,
#n2-ss-3-arrow-next {
  right: calc(((100vw - var(--max-width)) / 2) - 40px) !important; }

.smart-image-slider .n2-ss-slider .n2-ss-slide-background-image {
  background-position: 0% 0%; }

.smart-image-slider .n2-ss-slider-3.n2-ow {
  height: 100% !important; }

.smart-image-slider .icon-slider-plus {
  pointer-events: none; }

.informationsmaterial .clickable-info {
  display: flex;
  flex-direction: row;
  align-items: flex-start; }

.informationsmaterial h2 {
  margin-bottom: 20px; }

.informationsmaterial h5::before {
  content: '/';
  margin-right: 4px; }

.informationsmaterial .title {
  font-family: var(--font-text);
  color: var(--color-primary);
  transition: all .1s ease; }

.informationsmaterial span {
  color: var(--color-secondary); }

.informationsmaterial span ~ span::before {
  content: '/';
  margin-left: 8px;
  margin-right: 4px; }

.informationsmaterial .extra-infos {
  display: flex;
  flex-direction: row; }

.informationsmaterial i {
  padding-top: .2rem;
  min-width: 48px;
  min-height: 48px;
  margin-right: .5rem; }

.informationsmaterial .grid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }

.informationsmaterial .grid__item {
  padding: 1em; }

.informationsmaterial .grid__item-without-headline {
  padding: 1em 1em 1em 0em;
  margin-left: -8px; }

.informationsmaterial a:hover .title {
  color: var(--color-petrol-light); }

.informationsmaterial .flex-container {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row; }

.informationsmaterial .column-image {
  max-width: 50%; }

.informationsmaterial .column-download {
  padding-left: 3rem;
  max-width: 50%; }

@media (max-width: 800px) {
  .informationsmaterial .flex-container {
    flex-direction: column; }
  .informationsmaterial .column-image {
    max-width: 100%; }
  .informationsmaterial .column-download {
    margin-top: 1rem;
    padding-left: 0rem;
    max-width: 100%; }
  .informationsmaterial .grid__item {
    padding-left: 0em; } }

.icon-image {
  content: url(/wp-content/themes/transnet/img/icons/media-type/image.svg); }

.icon-pdf {
  content: url(/wp-content/themes/transnet/img/icons/media-type/pdf.svg); }

.icon-folder {
  content: url(/wp-content/themes/transnet/img/icons/media-type/folder.svg); }

.icon-powerpoint {
  content: url(/wp-content/themes/transnet/img/icons/media-type/powerpoint.svg); }

.cpt-wrapper .card-link {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  margin: calc(var(--row-gap) / 2) calc(var(--column-gap) / 2);
  margin-top: 10px !important;
  flex-basis: calc(33.33% - 20px);
  background-color: var(--color-light); }
  @media screen and (max-width: 1024px) {
    .cpt-wrapper .card-link {
      flex-basis: calc(50% - 20px); } }
  @media screen and (max-width: 576px) {
    .cpt-wrapper .card-link {
      flex-basis: calc(100% - 20px);
      min-height: 200px; } }
  .cpt-wrapper .card-link.offline {
    cursor: not-allowed; }
  .cpt-wrapper .card-link .card-button {
    margin-top: auto;
    font-weight: 500; }
  .cpt-wrapper .card-link .meeting-status {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .cpt-wrapper .card-link .meeting-status .dot {
      height: 14px;
      width: 14px;
      background-color: var(--color-gray-light);
      border-radius: 50%;
      display: inline-block; }
  .cpt-wrapper .card-link.online .card-button {
    color: var(--color-primary); }
  .cpt-wrapper .card-link.online .meeting-status .dot {
    background-color: var(--color-success); }

.cpt-wrapper .card-spacer {
  display: flex;
  justify-content: center;
  min-width: 48px;
  background-color: var(--color-petrol-sekundar); }
  .cpt-wrapper .card-spacer svg {
    margin-top: 20px; }
    .cpt-wrapper .card-spacer svg.meeting-person-icon {
      display: none; }

.cpt-wrapper .card-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 1rem; }
  .cpt-wrapper .card-content span {
    color: var(--color-tertiary); }
  .cpt-wrapper .card-content h3 {
    color: var(--color-dark); }
  .cpt-wrapper .card-content .card-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 1.5rem;
    /* fallback */
    max-height: 3rem;
    /* fallback */ }

[data-sign='online'] {
  background-color: var(--color-success) !important;
  color: var(--color-primary); }

[data-sign='offline'] {
  background-color: var(--color-gray-light);
  color: var(--color-tertiary); }

#meeting-raum.cpt-wrapper .card-link {
  flex-basis: 100%;
  background-color: var(--color-light); }
  @media screen and (max-width: 1024px) {
    #meeting-raum.cpt-wrapper .card-link {
      flex-basis: calc(100% - 20px); } }
  @media screen and (max-width: 576px) {
    #meeting-raum.cpt-wrapper .card-link {
      flex-basis: calc(100% - 20px);
      min-height: 200px; } }

#meeting-raum.cpt-wrapper .card-spacer {
  display: flex;
  justify-content: center;
  min-width: 130px;
  background-color: var(--color-petrol-sekundar); }
  #meeting-raum.cpt-wrapper .card-spacer svg {
    margin: auto 0 auto 0; }
    #meeting-raum.cpt-wrapper .card-spacer svg.camera-icon {
      display: none; }
    #meeting-raum.cpt-wrapper .card-spacer svg.meeting-person-icon {
      display: block; }
  @media screen and (max-width: 576px) {
    #meeting-raum.cpt-wrapper .card-spacer {
      min-width: 50px; }
      #meeting-raum.cpt-wrapper .card-spacer svg {
        margin-top: 20px; }
        #meeting-raum.cpt-wrapper .card-spacer svg.meeting-person-icon {
          display: none; }
        #meeting-raum.cpt-wrapper .card-spacer svg.camera-icon {
          display: block; } }

.stage video {
  width: 100%;
  filter: drop-shadow(0px 1px 12px rgba(0, 0, 0, 0.25)); }

.stage video:focus {
  outline: none; }

.stage .stage-shadow {
  filter: none; }

.stage h2 {
  margin-top: 1.25em;
  text-transform: none;
  padding-left: 0px; }
  .stage h2:before {
    display: none; }

.stage p {
  margin-top: 3px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%; }

.container-image {
  position: relative;
  text-align: center; }

.icon-chevron-down {
  margin-top: 0.75rem;
  position: relative;
  content: url(/wp-content/themes/transnet/img/stage-chevron-down.svg); }
  @media screen and (max-width: 800px) {
    .icon-chevron-down {
      width: 30px; } }
  @media screen and (max-width: 576px) {
    .icon-chevron-down {
      display: none; } }

.text-on-image {
  color: var(--color-petrol);
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 3rem; }
  @media screen and (max-width: 800px) {
    .text-on-image {
      font-size: 2rem;
      line-height: 2.25rem; } }
  @media screen and (max-width: 576px) {
    .text-on-image {
      font-size: 1.8rem;
      line-height: 2.1rem; } }

#video-button {
  /* Dimensions */
  width: 220px;
  height: auto;
  margin-top: -150px;
  float: right;
  margin-bottom: 20px;
  /* The code above makes sure the video is
    both vertically and horizontally centered
    to the screen */
  /* Styling */
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  /* remove annoying grey border */
  border-radius: 50%;
  /* make it a circle */
  outline: none;
  /* Ditch the annoyning blue outline on click */
  cursor: pointer;
  padding: 0;
  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  /* ----- Transitions ----- */
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease-out; }
  #video-button .video-button {
    margin-right: 10px; }
    #video-button .video-button::before {
      background-image: url(/wp-content/themes/transnet/img/video-play-button.svg);
      background-size: 80px 80px;
      display: inline-block;
      width: 80px;
      height: 80px;
      content: '';
      position: absolute;
      bottom: 70px; }
      @media screen and (max-width: 576px) {
        #video-button .video-button::before {
          width: 50px;
          height: 50px;
          background-size: 50px 50px;
          bottom: -10;
          left: 0; } }
  #video-button p {
    margin-top: 10px;
    line-height: 25px; }
    @media screen and (max-width: 576px) {
      #video-button p {
        text-align: left;
        padding-top: 10px; } }
  @media screen and (max-width: 576px) {
    #video-button {
      width: 100%;
      align-items: center;
      margin-top: 20px; }
      #video-button .video-button {
        width: auto;
        height: auto;
        float: left; }
      #video-button > * {
        width: 100%; } }

#video-button:hover {
  /* ----- Transformations ----- */
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  /* ----- Transitions ----- */
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease-out; }

#lightbox {
  /* ----- Positioning ----- */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000000;
  /* The code above makes sure that the
    lightbox covers the entire page*/
  /* ----- Visibility ----- */
  display: none;
  /* ----- Styling ----- */
  background-color: rgba(0, 0, 0, 0.8);
  /* Normally, most lightboxes do not use
    a completely solid black, but with about
    90-95% opacity so that the background is
    somewhat visible */ }

#video-wrapper {
  /* ----- Positioning ----- */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* The code above makes sure the video is
    both vertically and horizontally centered
    to the screen */
  /* ----- Styling ----- */
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  /* The code above is used to add a little shadow to the video making blend in better */ }
  #video-wrapper #video {
    max-width: 100vw; }
    @media screen and (max-width: 767px) {
      #video-wrapper #video {
        padding: 12%; } }

#close-btn {
  width: 36px;
  height: 36px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAABGdBTUEAALGPC/xhBQAAANVQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////jF9lcQAAAEZ0Uk5TCjk7xdCKoIju7ezPxiPv9ms2WJiZ6ckW+AYbnvAl9RetqzLoCZ8nKJybt7YMDZoV6wfE0fTyOonqbFf5OMj6JBnzCPEdALak5UoAAAGASURBVDjLpZTndoJAEIVNL/ausRdU7ALSiyLc93+kIEUWhJPkZH7tmfPt7rQ7GfsXlvkztJarWr3VqmtVeZ0CGTSHm3G0kQCZbwqwlNSBaQ5UaQkoghmH8lmAmoeX5xSQNaLQeILcYzRaPofJmIQMEcNpPCdzCNEIoekzRkmpj8BOb5CAJzMJMhkIAZTXwSdXkYdu+BCN17RaU1h40IaDn3ux8OUdrO7ZO8zAbVxIxsq/18XFpawzPn3XCrILbSH5HuvoUg5zGfguCVsX0qDaBHW6MqfAo0JzoT12NkmRjL3D3oUUHGySIhn7ACUBOidDke+cv45J35GBX+OxjgmBEyXwYibTC0oQKebJhz9ixXTaMvM8/Xf/Aatwa0vfa4u9AJXW4E7QYNtIHZUH6L1w6Ji0oXsJx5dNHd9MVAjmD0JwJcXE4uKZmKSct1igQ4hz1gFY407mgu7IvFRuttvNcsmRuX4vc8d6dD9cGMVFL231VGoNUdfFRq2y/t8SS7NvNfRFXoyOLJ8AAAAASUVORK5CYII=) no-repeat center;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100000; }

img.rounded {
  height: 172px;
  width: 172px;
  border-radius: 50%;
  object-fit: cover; }
  @media screen and (max-width: 576px) {
    img.rounded {
      width: 100px;
      height: 100px; } }

.wp-block-getwid-image-hotspot__tooltip {
  text-align: left;
  font-family: Avenir Next;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */ }
  .wp-block-getwid-image-hotspot__tooltip .wp-block-getwid-image-hotspot__tooltip-title {
    font-family: 'Avenir Next Demi';
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    /* Fließtext Grau */
    color: #818181; }
  .wp-block-getwid-image-hotspot__tooltip .wp-block-getwid-image-hotspot__tooltip-content {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0.3em; }
    .wp-block-getwid-image-hotspot__tooltip .wp-block-getwid-image-hotspot__tooltip-content a {
      display: block;
      margin-top: 20px; }

.wp-block-getwid-image-hotspot__wrapper .tippy-arrow::before {
  border-top-color: var(--color-petrol) !important; }

.wp-block-getwid-image-hotspot__wrapper .tippy-box {
  max-width: 400px !important;
  background-color: var(--color-petrol) !important;
  border-radius: 0 !important; }
  .wp-block-getwid-image-hotspot__wrapper .tippy-box .wp-block-getwid-image-hotspot__tooltip-title {
    color: white; }
  .wp-block-getwid-image-hotspot__wrapper .tippy-box .wp-block-getwid-image-hotspot__tooltip-content {
    color: white;
    hyphens: manual; }
    .wp-block-getwid-image-hotspot__wrapper .tippy-box .wp-block-getwid-image-hotspot__tooltip-content a {
      display: inline-block;
      font-family: 'Avenir Next LT W01 Demi', 'Avenir Next LT Com', 'Helvetica Neue', Helvetica, sans-serif;
      font-size: 14px;
      background-color: #fff;
      color: var(--color-petrol);
      text-transform: uppercase;
      padding: 0.6em 1.4em;
      text-decoration: none;
      margin-top: 1em; }
  .wp-block-getwid-image-hotspot__wrapper .tippy-box a {
    color: white; }

.no-icons-mobile .wp-block-getwid-image-hotspot__dot {
  display: none !important; }

.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-icon {
  height: 1.75em;
  width: 1.75em;
  line-height: 1.65; }

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(243px, 1fr));
  grid-auto-rows: 260px;
  gap: 30px 30px; }
  .project-grid .project-item {
    position: relative;
    padding: 20px;
    background-color: var(--color-petrol);
    transition: 0.2s ease-out; }
    .project-grid .project-item:hover {
      opacity: 0.9; }
    .project-grid .project-item .flex-content {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .project-grid .project-item .flex-content span {
        margin-top: auto;
        max-width: calc(100% - 70px); }
    .project-grid .project-item i {
      position: absolute;
      bottom: 15px;
      right: 15px;
      width: 70px;
      mix-blend-mode: screen; }
    .project-grid .project-item .icon-buergersprechstunde {
      content: url(/wp-content/themes/transnet/img/TBW-Piktogramm-Personen-Petrol-2.png); }
    .project-grid .project-item .icon-aufzeichnung {
      content: url(/wp-content/themes/transnet/img/TBW-Piktogramm-Movie-Petrol-2.png); }
    .project-grid .project-item .icon-dialogveranstaltung {
      content: url(/wp-content/themes/transnet/img/Piktogramm_Kreislauf.png); }
    .project-grid .project-item .icon-spatenstich {
      content: url(/wp-content/themes/transnet/img/Piktogramm_Strommast.png); }
