@charset "UTF-8";

:root {
  --monkey-color: #ffea01;
  --gorilla-color: #00e676;
  --gorilla-rendering-pink: #ff33d4;
  --monkey-ColorInverted: #1a2374;
  --monkey-ColorBlue: #121952;
  --greyBG: #f6f6f6;
  --Indigo500: #5c6bc0;
  --Indigo100: #c5cae9;
  --backgroundBlue: #011d71;
  --plainWhite: #fff;
  --plainBlack: #000;
  --mouseGrey: #e6e8e6;
  --darkGrey: #444444;
  --transparent: #00000000;
}

/*reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "SourceCodePro" !important;
}
ol,
ul {
  list-style: disc;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*reset*/
li {
  margin-bottom: 4px;
}

html {
  scroll-behavior: smooth !important;
}

a {
  color: var(--Indigo500);
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: var(--monkey-ColorInverted);
}
.monkeyColor {
  color: var(--monkey-color) !important;
}
.monkeyColorBlueBG {
  background-color: var(--monkey-ColorBlue) !important;
}
.svgIcon {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(138deg)
    brightness(102%) contrast(101%);
}

.topBar {
  position: relative;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(24, 10, 110, 1) 56px,
    rgba(255, 255, 255, 1) 0px
  );
}

.monkeyColorInverted {
  color: var(--monkey-ColorInverted) !important;
}

.plainBlack {
  color: var(--plainBlack);
}

.navBarTransparent {
  background-color: #00000000 !important;
}

.navBarOpaque {
  background-color: #000000ff !important;
}

#username_form {
  display: none;
}

.d-none {
  display: none;
}

.img-full-width {
  width: 100%;
}

.border-light {
  border: 1px solid #eee;
}

.padding-10 {
  padding: 10px;
}

@font-face {
  font-family: "Antonio";
  src: url("fonts/Antonio-Regular.ttf");
}
@font-face {
  font-family: "SourceSansPro";
  src: url("fonts/SourceSansPro-Regular.otf");
}
@font-face {
  font-family: "SourceCodePro";
  src: url("fonts/SourceCodePro-Regular.otf");
}
@font-face {
  font-family: "SourceSerifPro";
  src: url("fonts/SourceSerifPro-Regular.ttf");
}
@font-face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans-Regular.ttf");
}

.forceZIndex0 {
  z-index: 0 !important;
}

.forceItalic {
  font-style: italic !important;
}

.font-weight-bold {
  font-weight: bold;
}

/*---General utility-------------------------------------*/
body {
  background-color: var(--greyBG) !important;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  /* font-size: inherit !important; */
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: inherit !important;
}
h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: inherit !important;
}

.blockText {
  margin: auto;
  width: 70%;
  text-align: justify;
}

#jobNav {
  padding-top: 5px;
  padding-left: 10px;
  background-color: var(--monkey-ColorBlue);
  height: 5rem;
}

.flexContainer {
  display: flex;
}

.stackedOnTop {
  width: 100%;
  margin-left: -100%;
}

.headlineBox {
  margin: auto;
  text-align: center;
  margin-top: 60px;
  width: 90%;
}

.cardTitle {
  text-align: left !important;
  background-color: var(--plainWhite) !important;
}

#FAQSection .subHeadLine {
  font-family: SourceCodePro !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  /* color: var(--plainWhite) !important;   */
}

.questions {
  font-family: sourceCodePro;
  font-size: 20px;
  font-weight: bold;
  margin: auto;
  width: 180px;
  margin-bottom: 17px;
}

.headLine {
  font-family: SourceCodePro;
  font-size: 32px;
  font-weight: 700;
}

.additionalHeadline {
  font-family: SourceCodePro;
  font-size: 17px;
  font-weight: 700;
  margin-right: 10px;
  margin-left: 10px;
}

.forceColorWhite {
  color: var(--plainWhite) !important;
}
\watch .forceBGColorWhite {
  background-color: var(--plainWhite) !important;
}
.forceBGGorillaGreen {
  background-color: var(--gorilla-color) !important;
}
.forceGorillaGreen {
  color: var(--gorilla-color) !important;
}
.forceMonkeyYellow {
  color: var(--monkey-color) !important;
}

.forceBGMonkeyYellow {
  background-color: var(--monkey-color) !important;
}

#metaverseGorillaLogo {
  width: 20%;
  height: auto;
}

.forceBGColorIndigo {
  background-color: var(--Indigo500) !important;
}

.forceColorIndigo {
  color: var(--Indigo500) !important;
}
.forceWidth550 {
  width: 550px !important;
}

.forcePlainBlack {
  color: var(--plainBlack) !important;
  text-decoration-color: (--plainBlack);
}

.forceUnderline {
  text-decoration: underline !important;
  cursor: pointer;
}
.forceBold {
  font-weight: 700;
}
.forceItalic {
  font-style: italic;
}
.forceLargeFont {
  font-size: 20px;
}

.forceSmallFont {
  font-size: 12px;
}

.forceCenter {
  margin: auto;
}

/* Tooltip container */
.tooltips {
  position: relative;
  width: 160px;
  height: 60px;
  /* background-color: rgb(139, 136, 139); */
}

/* Tooltip text */
.tooltipstext {
  position: absolute;
  bottom: 70px;
  right: -40px;
  width: 340px;
  height: auto;

  visibility: hidden;
  font-family: sourceCodePro;
  line-height: 1.4;
  font-size: 16px;
  text-align: left;
  background-color: var(--monkey-color);
  color: var(--monkeyColorInverted);
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  /* Position the tooltip text - see examples below! */

  z-index: 999;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltips:hover .tooltipstext {
  visibility: visible;
}

.tooltips .tooltipstext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 79%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--monkey-color) transparent transparent transparent;
}

.topBorder {
  border-top: 1px solid #ccc;
}

.blockblock {
  margin: auto;
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.blockgraphic {
  width: 45%;
}
.shortBlock {
  width: 45%;
  text-align: justify;
}

.generalImageInsert {
  margin: auto;
  width: 50%;
}

.logoStyle {
  width: 340px;
  height: auto;
}

.smallsubtext {
  font-size: 12px;
}

/*---Nav Footer--------------------------------*/

#footer {
  display: none;
}

#footerContainer {
  display: flex;
  justify-content: space-between !important;
  vertical-align: middle !important;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 100%;
  padding-bottom: 6px;
}

#footerAlt {
  display: block;
  position: fixed;
  bottom: 0px;
  height: 75px;
  width: 100%;
  padding-bottom: 20px;
}

.footerSmText {
  font-family: SourceSansPro;
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
  margin-right: 5px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.footerSmTextLight {
  font-family: SourceSansPro;
  font-size: 16px;
  font-weight: 300;
  margin-top: -4px;
  margin-right: 10px;
}

.footerAdditional {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: sourceCodePro;
  margin-left: 40px;
  font-size: 14px;
  line-height: 16px;
  color: var(--monkey-color);
}

#stoerer {
  display: block;
  margin-left: 85%;
  margin-top: -760px;
}

#patentStamp {
  display: block;
  width: 74px;
  margin-top: 11px;
}

#epicMegaGrant {
  margin-top: 18px;
  display: block;
  width: 67px;
}

#shopStoerer {
  display: block;
  margin-top: 356px;
}

#tisaxStoerer {
  margin-top: 25px;
  width: 80px;
}

#legalStuff {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
  margin-right: 40px;
  color: var(--monkey-color);
  text-decoration: none !important;
  margin-top: -6px;
}
#legalStuff a {
  display: block;
  color: var(--monkey-color) !important;
  text-decoration: none !important;
}

.footerAdditionalRight {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 24px;
}

.footerAdditionalStamps {
  display: flex;
  gap: 30px;
  flex-direction: row;
  margin-right: 40px;
  margin-top: -48px;
  justify-content: end;
}

#footerYearNumber {
  margin-top: 13px;
  margin-left: 10px;
}

#mainNav {
  background-color: var(--backgroundBlue);
  justify-content: space-between;
  background-image: url("../images/monkeyLogo.svg");
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 5px;
}
#monkeylogo {
  width: 300px;
  height: 40px;
}

.group:has(input[name="city"]) {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#navContainer {
  display: block;
  width: 100%;
}
#navContainerAlt {
  display: none;
  width: 492px;
  background-color: #0000;
  font-family: "SourceSansPro";
  font-size: 18px;
}
.navbar-toggler {
  border: none !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbarstyle {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  list-style: none;
  justify-content: center;
}

@media (min-width: 996px) {
  .navbarstyle {
    flex-direction: row;
    width: 470px;
  }

  #footer {
    display: block;
    position: fixed;
    bottom: 0px;
    height: 54px;
    width: 100%;
  }
  #footerContainer {
    margin-bottom: 13px;
    padding-left: 33px;
    padding-right: 41px;
  }
  #footerMenu {
    display: flex;
    gap: 15px;
  }
  #footerAlt {
    display: none;
  }
  #navContainer {
    display: none;
  }
  #navContainerAlt {
    display: block;
  }
  #hamburgerButton {
    display: none;
  }
}

.navbar-toggler-icon {
  background-image: none !important;
}
#hamburger {
  margin-top: 0px;
  margin-right: 30px;
  border: none !important;
}

#navbarResponsive {
  text-align: center;
}

@media (max-width: 988px) {
  .hamLink {
    font-family: sourceCodePro;
    font-weight: 500 !important;
    font-size: 18pt !important;
    padding-bottom: 20px;
  }
  #navbarResponsive {
    background: var(--monkey-ColorBlue) !important;
  }
}

.footerIconMW {
  width: 44px;
  height: 44px;
  margin-left: 7px;
}

#footerFlex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 0px;
  margin-top: 5px;
}

.footerText {
  text-align: center;
  font-size: 12px;
  font-family: SourceSansPro;
  color: var(--monkey-color);
  width: 75px;
}

.footerLink {
  color: var(--monkey-color) !important;
  text-decoration: none;
}

.footerLink img {
  justify-self: center;
}

.hamButton {
  outline: none !important;
  background-color: transparent;
  border: none !important;
}

.lessHugeButton {
  padding: 12px;
  border: 0px;
  font-weight: 800;
  font-size: 15pt;
  border-radius: 5px;
  font-family: SourceCodePro;
}

.marginBottom {
  margin-bottom: 60px;
}

.presentationdownloader {
  display: inline-block;
  color: var(--Indigo500);
  margin-bottom: 40px;
}
.presentationdownloader:hover {
  color: var(--plainWhite);
}

.marginAutoHorizontal {
  margin-left: auto !important;
  margin-right: auto !important;
}

#sponsoring {
  margin: auto;
  width: 70%;

  display: Flex;
  gap: 40px;
  text-align: left;
}

#sponsoringLeft {
  width: 45%;
}
#wwf {
  width: 60px;
  height: auto;
}

#hellabrunn {
  width: 120px;
  height: auto;
}
#spidermonkey {
  width: 100%;
}

#FAQSection {
  background-color: var(--plainWhite);
}
.faqwhite {
  background-color: var(--plainWhite) !important;
}

#FAQ_Main {
}
#FAQ_Main h3 {
  all: unset;
  text-transform: uppercase;
  color: var(--Indigo500);
  font-weight: bold;
}

.faqLine {
  width: 75%;
  margin: auto;
  height: 2px;
}

.faqSubtext {
  width: 320px;
  margin: auto;
  margin-top: 30px;
}
.faqSubButton {
  width: 157px;
  margin: auto;
}
.faqCard {
  margin-bottom: 30px;
}

.faqCardHeader {
  width: 100%;
  text-align: left;
  color: var(--Indigo500);
  font-weight: bold;
  background-color: var(--plainWhite);
}

.faqCardBody {
  background-color: none;
}

.ccm-modal--footer .ccm-link-container a:link {
  color: #000;
}

.ccm-widget .ccm-modal--footer {
  align-items: flex-end;
}
*/

/*---Section: Stage -----------------------*/

#mainStage {
  background-color: var(--backgroundBlue);
}

#mainStageBG {
  width: 100%;
  height: 1000px;
  background-color: var(--backgroundBlue);
}

#mainStageFG {
  text-align: left;
}

#stageTextBox {
  margin-left: 23px;
}

#stage_img_div {
  overflow: hidden;
  height: 60vw;
  max-height: 1000px;
  width: 100%;
}

#stage_img_ls {
  width: 100%;
  height: auto;
}
#stage_img_pt {
  display: none;
}

@media (max-width: 800px) {
  #stage_img_div {
    overflow: hidden;
    height: 100%;
    max-height: 900px;
    width: 100%;
  }

  #stage_img_ls {
    display: none;
  }
  #stage_img_pt {
    display: block;
    width: 100%;
  }
}

.bg_blue {
  background-color: var(--backgroundBlue);
}

@media (max-width: 400px) {
  #patentStamp {
    display: none;
  }
}

#mainStage .text {
  margin-top: 70px !important;
}

#stageImagePortrait {
  margin-left: -8px;
  width: 100%;
}

.stageFont {
  font-family: Antonio;
  font-size: 160px;
  font-weight: 500;
  line-height: 1.2;
}

#getInTouchButton {
  display: block;
}

@media (max-width: 662px) {
  .stageFont {
    font-size: 48px;
  }
  #mainStage .text {
    margin-top: 60vw !important;
  }
  #epicMegaGrant {
    display: none;
  }
  #shopStoerer {
    display: none;
  }
  #tisaxStoerer {
    display: none;
  }
  #mainStageFG {
    min-height: auto;
    max-height: auto;
  }
  #mainStageBG {
    min-height: 670px;
    height: 730px;
  }
  #getInTouchButton {
    display: table;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

#furioosModal {
  position: fixed;
  background-color: #000;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
#furioosModal.fadeInBanner {
  opacity: 0.6;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
}

#furioosModal.fadeOutBanner {
  opacity: 0;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
}

#furioosbanner {
  display: block;
  position: fixed;
  margin-left: calc(50vw - 255px);
  margin-top: calc(50vh - 255px);
  background-image: url(../images/popup.png);
  width: 510px;
  height: 456px;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow:
    0 -1px 1px 2px rgba(255, 255, 255, 0.1),
    0 1px 154px 0 rgba(255, 255, 255, 0.4);
  z-index: 10000;
  opacity: 0;
}

#furioosbanner.fadeInBanner {
  opacity: 1;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
}

#furioosbanner.fadeOutBanner {
  opacity: 0;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
}

#clickHereFurioos {
  font-family: Antonio;
  font-size: 27pt;
  color: #fff;
  position: absolute;
  top: 394px;
  left: calc(50% - 66px);
  text-shadow:
    1px 1px 2px blue,
    0 0 1em blue,
    0 0 0.2em blue;
}

#clickHereFurioos:hover {
  color: var(--gorilla-color);
  cursor: pointer;
}

@media (max-width: 600px) {
  #furioosbanner {
    width: 95%;
    height: 600px;
    /* box-shadow: 0 -1px 8px 21px rgba(0, 0, 0, -0.8), 0 14px 154px 0 rgba(0, 0, 0, 8.19); */
    box-shadow: none;
    margin-left: 0px;
    background-size: 90%;
    margin-top: calc(50vh - 52%);
    background-position-x: 50%;
  }

  #clickHereFurioos {
    position: fixed;
    top: calc(56.5vh);
    font-size: 17pt;
    left: calc(50% - 49px);
  }
}

.stageFontLittle {
  font-family: SourceCodePro;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

/*---Section: Gorilla streaming ----------------*/

#cloudServices {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 60px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  justify-content: center;
  color: var(--monkey-color);
  font-family: SourceCodePro;
}

#GStreaming {
  display: flex;
  flex-direction: column;
  width: 480px;

  row-gap: 20px;
}
#GStreamingVideoContainer {
  display: flex;
  max-width: 471px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-evenly;
}

.GStreamingVideo {
  margin-top: 20px;
  /* margin-left: -113px; */
  width: 95%;
}

.cloudLogoStreaming {
  width: 200px;
  margin: auto;
}
#GStreaming .bigLetters,
#GRendering .bigLetters {
  font-family: Antonio;
  font-size: 47pt;
  color: white;
  text-align: justify;
  line-height: 43px;
  margin-left: auto;
  margin-right: auto;
}

.bigLettersMedia {
  font-size: 84pt !important;
  line-height: 115px !important;
}

#GStreaming .smallLetters,
#GRendering .smallLetters {
  font-family: Antonio;
  font-size: 47pt;
  color: white;
  text-align: justify;
  line-height: 25px;
  margin-left: auto;
  margin-right: auto;
}
.smallLettersOnDemand {
  margin-top: 5px !important;
  font-size: 44pt !important;
  line-height: 14px !important;
}

#divideLine {
  width: 0px;
  border-right: 1px solid #fff;
}

#GRendering {
  display: flex;
  flex-direction: column;
  width: 480px;
  row-gap: 20px;
}

/* #GRendering h2{
  color:white;
} */

#GRenderingFotos {
  margin: auto;
  margin-top: 20px;
  display: flex;
  width: 470px;
  flex-wrap: wrap;
  column-gap: 18px;
  margin-bottom: 12px;
  row-gap: 10px;
}

.caroTile {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  height: 128px;
}

@media (max-width: 678px) {
  #GRenderingFotos {
    width: 320px;
  }
  .caroTile {
    width: 317px;
    height: 180px;
  }
}

#patentStampUp {
  position: relative;
  margin-top: -217px;
  height: 74px;
  margin-left: 272px;
}

.cloudLogoRendering {
  width: 266px;
  margin: auto;
  margin-top: 16px;
}
#GRenderingBottomButton {
  margin-top: 43px;
}

#serviceGRLogo {
  margin-top: 0px;
}

.caroIndicators {
  top: 800px;
}

.projectsCarousel {
  margin: auto;
  margin-top: 20px;
  max-width: 1100px;
}

@media (max-width: 980px) {
  #divideLine {
    display: none;
  }
  #cloudServices {
    width: 320px;
    margin-bottom: -60px;
    margin-top: -10px;
  }
  #GRendering {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .GStreamingVideo {
    margin-left: 2px;
  }

  #serviceGRLogo {
    margin-top: 0px;
  }
}

/*---Section: Solution Sketch ----------------*/

#solutionBG {
  width: 100%;
  background-color: var(--plainWhite);
}

#solutionFG_Landscape {
  display: none;
  text-align: center;
}

#solutionFG_Portrait {
  display: block;
  text-align: center;
}
.solutionSketchImage {
  max-width: 95%;
}
.seeFulloperationsButton {
  margin-bottom: 70px;
}

@media (min-width: 780px) {
  #solutionFG_Landscape {
    display: block;
  }
  .solutionSketchImage {
    max-width: 800px;
  }

  #solutionFG_Portrait {
    display: none;
  }
}

/*---Section: About Us -----------------------*/

#aboutUsBG {
  width: 100%;
}

#aboutUsFG {
  /* margin-top:15%;  */
  text-align: center;
  background-color: var(--greyBG);
  margin-bottom: 30px;
}

#aboutUsVid {
  position: fixed;
  top: 0px;
  min-width: 1920px;
  width: 100%;
  left: 0px;
  z-index: -1;
}

.aboutUsYear {
  font-weight: bold;
  font-size: 20px;
  color: var(--monkey-ColorInverted);
}

#aboutUsTopicBlock {
  display: flex;
  max-width: 810px;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-around;
}

#aboutUsBGPic {
  display: none;
}

@media (max-width: 732px) {
  #aboutUsVid {
    display: none;
  }
  #aboutUsTopicBlock {
    max-width: 342px;
  }
  #aboutUsBGPic {
    display: block;
    height: 100%;
  }
}

#dAgencyVideoTextBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
  margin-bottom: 60px;
  width: 800px;
}
#dAgencyVideoTextBox video {
  max-width: 511px;
  /* width: 100%; */
}
.agencyTextbox {
  max-width: 260px;
  text-align: left;
}

#AboutGorillaRendering {
  max-width: 300px;
}

.aboutUsAllBlock {
  position: relative;
}

/* 2. Dein Sub-Block (Basis-Styles und Hover) */
.aboutUsSubBlock {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 2px;
  width: 240px;
  height: 240px;
  background-color: #f0f0f0;
  box-shadow: 11px 11px 19px -1px rgba(0, 0, 0, 0.18);

  transition:
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
}
.aboutUsSubBlock:hover {
  transform: scale(1.0833);
  box-shadow: 15px 15px 25px -1px rgba(0, 0, 0, 0.25);
}
.topPad {
  padding-top: 11px;
}

.aboutUsSubBlockIcon img {
  width: 84px;
  padding-top: 30px;
  margin-right: 10px;
  margin-bottom: -20px;
}

.aboutUsSubBlockText {
  font-family: Antonio;
  font-size: 25px;
  color: var(--plainBlack);
  text-align: center;
  line-height: 28px;
  margin: auto;
}

.aboutUsBlockInfo {
  position: absolute;
  pointer-events: none;
  border: 1px solid var(--plainWhite);
  margin: 2px;
  max-width: 367px;
  height: auto;
  font-size: 15px;
  color: var(--Indigo500);
  background-color: var(--Indigo100);
  margin-top: -78px;
  margin-left: -60px;
  padding: 10px;
  font-family: "SourceCodePro";
  z-index: 99999;
  /* --- TRANSITION STYLES --- */
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s;
}
.aboutUsSubBlock:hover + .aboutUsBlockInfo {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 800px) {
  #aboutUsTopicBlock {
    width: 280px;
  }

  .aboutUsAllBlock {
    width: 100%;
  }

  .aboutUsSubBlock {
    width: 100%;
    height: 100px;
    border: 0.5px solid var(--darkGrey);
  }

  .aboutUsSubBlockIcon img {
    width: 54px;
    padding-top: 21px;
    margin-right: -160px;
    margin-bottom: -20px;
  }

  .aboutUsSubBlockText {
    text-align: left;
    margin-top: -35px;
    margin-left: 20px;
  }

  .aboutUsBlockInfo {
    margin-left: -42px;
  }

  #dAgencyVideoTextBox {
    margin: auto;
    margin-bottom: 20px;
    width: 300px;
  }

  .agencyTextbox {
    width: 300px;
    text-align: center;
    margin: auto;
  }

  #dAgencyVideoTextBox video {
    width: 300px;
  }
}

#aboutUsBlock {
  margin-top: 17px;
  margin-bottom: 12px;
  padding-top: 22px;
  padding-bottom: 22px;
  /* background-color: var(--backgroundBlue); */
  color: var(--backgroundBlue);
  font-family: antonio;
  font-size: 27px;
}

#tisaxLogo {
  margin-left: 80px;
}

#aboutUsDeco {
  z-index: -1;
  position: fixed;
  bottom: calc(-30vw + 100px);
}

.aboutUsTextImageBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 730px;
  min-width: 280px;
  margin: auto;
  justify-content: center;
}

.aboutUsBoxFlexImage {
  max-width: 300px;
  width: 100%;
}

.aboutUsTextboxText {
  width: 300px;
  text-align: justify;
  font-weight: 500;
}

@media (max-width: 996px) {
  .aboutUsTextboxText {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 624px;
  }
}

#tooltip1 {
  position: absolute;
  top: 8px;
  left: 254px;
}
#tooltip2 {
  position: absolute;
  top: 117px;
  left: 64px;
}
#tooltip3 {
  position: absolute;
  top: 117px;
  left: 452px;
}
#tooltip4 {
  position: absolute;
  top: 386px;
  left: 66px;
}
#tooltip5 {
  position: absolute;
  top: 386px;
  left: 444px;
}
#tooltip6 {
  position: absolute;
  top: 486px;
  left: 258px;
}

.centerIcon {
  text-align: center;
}

.blockText2 {
  max-width: 300px;
  text-align: justify;
  font-size: 13px;
}

#aboutUsFG_IMG {
  width: 75%;
  vertical-align: middle;
}

#aboutUsHeadline {
  margin: auto;
  margin-bottom: 40px;
  margin-top: 50px;
  width: 90%;
  text-align: center;
  color: var(--plainWhite);
}
#aboutUsHeadline_Text {
  color: #ffffff;
  font-size: 2.4vw;
  font-weight: 600;
}

.pdfIcon {
  width: 80px;
}

#aboutUsInfo {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}

#aboutUsToolTips {
  position: relative;
  top: -538px;
  left: -67px;
  width: 600px;
  height: 600px;
}

.aboutUsInfoGFXBig {
  display: inline-block;
  margin: auto;
  margin-bottom: 20px;
  width: 542px;
  height: 552px;
}
.aboutUsInfoGFXSmall {
  min-width: 319px;
  display: none;
}

@media (max-width: 700px) {
  .aboutUsInfoGFXBig {
    display: none;
  }
  .aboutUsInfoGFXSmall {
    display: inline-block;
  }
  #aboutUsHeadline {
    margin-bottom: 00px;
  }
}

.collapse-button {
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 300px;
  height: 70px;
  background-image: url("../../src/images/chevron-down.svg") !important;
  background-repeat: no-repeat;
  background-position: center 35px;
}
.collapse-button:not(.collapsed) {
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 300px;
  background-image: url("../../src/images/chevron-up.svg") !important;
  background-repeat: no-repeat;
  background-position: center 35px;
}

.aboutUsCollapsedHeadline {
  margin: auto;
  margin-bottom: 50px;
  font-family: Antonio;
  font-size: 28px;
  font-weight: 700;
  color: var(--plainWhite);
  max-width: 770px;
  width: 80%;
}

.aboutUsCollapsedText {
  margin: auto;
  margin-bottom: 20px;
  font-family: sourceCodePro;
  font-size: 14px;
  color: var(--plainWhite);
  max-width: 770px;
  width: 80%;
}

#aboutUsTop {
  margin-top: 0px;
  text-align: left;
  margin-bottom: 0px;
}

.aboutUsTopRow {
  display: flex;
  flex-direction: row;
  max-width: 800px;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

@media (max-width: 466px) {
  #aboutUsHeadline {
    margin-top: 40px;
  }
  .aboutUsTopRow {
    gap: 10px;
  }
  #aboutUsTop {
    margin-bottom: 40px;
  }
}

#aboutUsText {
  display: block;
  font-family: SourceCodePro;
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
  color: #fff;
  max-width: 796px;
  width: 80%;
  margin: auto;
  text-align: justify;
}

.generalIcon {
  width: 90px;
}
.aboutUsHeaderSingleText {
  max-width: 900px;
}

#aboutUsLowerHeadline {
  max-width: 800px;
}

#aboutUsSub {
  margin-top: 0px;
  text-align: left;
}

#aboutUsSubText {
  display: block;
  font-family: SourceCodePro;
  font-size: 13px;
  font-weight: 200;
  line-height: 2;
  color: #fff;
  max-width: 484px;
  width: 80%;
  margin: auto;
}

#aboutUsConsultantText {
  font-family: SourceSansPro;
  color: var(--monkey-color);
  font-size: 20px;
  margin-bottom: 60px;
}

/*---Section: epic-streaming-service -----------------------*/

#epicStreamingBG {
  background-color: #fff;
  width: 100%;
}

#epicStreamingFG {
  /* margin-top:15%;  */
  height: 20%;
  text-align: center;
}

.floatDollarButton {
  position: relative;
  top: -70px;
  left: 100px;
  width: 60px;
}

.carousel-control-next {
  justify-content: flex-start !important;
  width: calc(53% + -360px) !important;
}
.carousel-control-prev {
  justify-content: flex-end !important;
  width: calc(53% + -360px) !important;
}
.carousel-caption {
  padding-bottom: 0px !important;
}
.caption1 {
  position: relative;
  font-family: Antonio;
  font-size: 15px;
  font-weight: bold;
  color: #00e676;
  text-shadow: 2px 2px 10px #00000088;
  margin-top: -52px;
}

.caption2 {
  position: relative;
  font-family: Antonio;
  font-size: 17px;
  color: #00e676;
  text-shadow: 2px 2px 10px #000000;
}

/*---Section: Clients -----------------------*/

#clientsBG {
  width: 100%;
  background-color: var(--plainWhite);
}

#clientsFG {
  height: 20%;
  text-align: center;
}
#clientsFG_IMG {
  width: 75%;
  vertical-align: middle;
}

#clientsHeadline {
  margin: auto;
  margin-top: 65px;
  width: 90%;
  height: 10%;
  text-align: center;
  color: var(--plainBlack);
}

#clientsHeadline_Text {
  color: #ffffff;
  font-size: 2.4vw;
  font-weight: 600;
}

#clientsCarousel {
  margin-top: 40px;
  text-align: center;
}

#carouselBrands {
  width: 100%;
  margin: auto;
}

.brandImage {
  margin-top: -14px;
}

.brandImageSmall {
  width: 80px;
}

#customersCarouselInner {
  margin: auto;
  width: auto;
}

#customerContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 90%;
  max-width: 820px;
  margin: auto;
  margin-top: 30px;
}
.customerItemBig {
  width: 140px;
}

.customerItem {
  width: 100px;
}

@media (max-width: 560px) {
  .customerItem {
    width: 70px;
  }
  #customerContainer {
    margin-bottom: 50px;
  }
}

.carouselItemRow {
  margin: auto;
  display: flex !important;
  gap: 25px;
  height: 160px;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-y: hidden;
  width: 250px;
}

@media (min-width: 768px) {
  .carouselItemRow {
    width: 525px;
  }
}
@media (min-width: 992px) {
  .carouselItemRow {
    width: 800px;
  }
}

.carouselItemRow .img {
  width: 250px !important;
}

.clientsCarouselFrame {
  background-color: #fff;
  border: 1px solid #413e3e;
  width: 250px;
  height: 160px;
}

.citeHeadline {
  font-size: 12pt;
  color: #000;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

#clientsSub {
  margin-top: 35%;
  text-align: center;
}

#clientsSubText {
  display: inline-block;
  font-family: SourceCodePro;
  font-size: 1vw;
  font-weight: 200;
  line-height: 2;
  color: #fff;
  width: 40%;
}

#clientsCarouselIndicator {
  bottom: -80px !important;
}

ol.carousel-indicators li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #222;
}

@media (min-width: 722px) {
  .vanishIfWide {
    display: none;
  }
}

#clientsWhatTheySay {
  margin-top: 150px;
}

#clientsSubline {
  text-align: center;
  color: var(--plainBlack);
  margin-bottom: 3%;
}

.clientHeadLine {
  font-family: SourceSansPro;
  font-size: 32px;
  font-weight: 700;
}

#clientsWhatTheySayContainer {
  width: 70%;
  margin: auto;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  row-gap: 15px;
  column-gap: 15px;
}

.clientsWhatTheySayColumn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.clientsWhatTheySayItem {
  display: Flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  font-family: sourceCodePro;
  font-size: 16px;
  width: 243px;
  min-height: 60px;
  height: auto;
  background-color: var(--plainWhite);
  border: 1px solid #eee;
  border-radius: 4px;
  text-align: left;
}

@media (max-width: 780px) {
  #clientsWhatTheySayContainer {
    width: 90%;
  }
  .clientsWhatTheySayItem {
    width: 100%;
  }
}

.clientsWhatTheySayItemBottomSection {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: right;
}

/*---News page -------------------------*/

.pagination li {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

#newsBG {
  width: 100%;
  background-color: var(--monkey-ColorBlue);
}

#newsFG {
  margin-top: 60px;
  padding-top: 50px;
  height: 100%;
  text-align: center;
  background-color: var(--greyBG);
}

.newsItemImage {
  width: 258px !important;
}

main {
  padding-bottom: 170px !important;
}

#newsMatrix {
  margin: auto;
  margin-top: 0px;
  display: flex;
  max-width: 815px;
  flex-wrap: wrap;
  gap: 17px;
  max-height: 3721px;
  flex-direction: row;
  justify-content: flex-start;
  row-gap: 0px;
}

.newsBottomNav {
  display: flex;
  margin-top: 60px;
  font-size: 11pt;
  font-weight: 700;
  justify-content: space-between;
  width: 100%;
}
.jungleNews {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: SourceCodePro;
  font-size: 32px;
  font-weight: 700;
}

.card {
  margin-top: 20px;
  width: 260px !important;
  font-size: 12px;
  background-color: #fff;
  border: none !important ;
}

.card:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);

  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
}

.card-text {
  background-color: #fff;
}
.card-body {
  padding-top: 0px !important;
  background-color: #fff;
}

.card-img-top {
  padding: 20px;
  background-color: #fff;
}

.generalCard {
  background-color: #00000000;
  padding: 40px;
}

.newsPage {
  margin: auto;
  margin-top: 20px;
  background-color: #fff;
  padding: 68px;
  padding-top: 40px;
  max-width: 850px;
  text-align: left;
}

.newsText {
  text-align: left;
  font-family: Antonio;
  font-size: 20pt;
  text-transform: uppercase;
  line-height: 31px;
}

.newsDate {
  text-align: left;
  font-size: 10pt;
}
.newsReadPost {
  text-align: right;
  font-size: 10pt;
}

.newsTitleImage {
  width: 100%;
  max-width: 710px;
  margin-bottom: 5px;
}

.gs_bg {
  width: 100%;
  max-height: 867px;
  margin-bottom: 5px;
}

@media (max-width: 974px) {
  .gs_bg {
    display: none;
  }
  main {
    padding-bottom: 60px !important;
  }
}

.imgCaption {
  text-align: left;
  font-size: 8pt;
  margin-bottom: 20px;
  color: var(--Indigo500);
}

.newsContentFlexSplit {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.leftSplitBox {
  width: 100%;
  max-width: 500px;
  text-align: justify;
  padding-right: 20px;
}

.rightSplitBox {
  max-width: 200px;
  border-left: 2px dotted #3c3c3c;
  padding-left: 30px;
  text-align: left;
  font-family: Antonio;
  font-size: 20px;
}
.leftSplitBoxNoPartner {
  max-width: 792px;
  padding-right: 0px;
}
.rightSplitBoxNoPartner {
  display: none;
}

.rightSplitBox_logo {
  width: 80%;
}

.rightSplitBox_logo_small {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 25px;
}

.rightSplitBox_logo .noPartner {
  width: 100px;
}

.rightSplitBox_logo_bmw {
  width: 105px;
  margin-bottom: 20px;
  padding-left: 23px;
}

.rightSplitBox_logo_up {
  margin-top: -35px;
  width: 149px;
}

@media (max-width: 992px) {
  #newsFG {
    margin-top: 75px;
  }
}

@media (max-width: 567px) {
  #newsFG {
    margin-top: 60px;
  }
  .card {
    margin: auto;
    width: 85% !important;
  }
  #newsMatrix {
    margin-top: 10px;
    max-height: 11207px !important;
    max-width: 421px !important;
    row-gap: 20px;
  }
}

@media (max-width: 1000px) {
  #newsMatrix {
    max-height: 1481px;
    max-width: 537px;
  }

  .newsPage {
    padding: 33px;
  }

  .leftSplitBox {
    margin: auto;
    padding-right: 0px;
  }

  .rightSplitBox {
    margin: auto;
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin-top: 29px;
    border-left: none;
    border-top: 2px dotted #3c3c3c;
    padding-left: 0px;
    padding-top: 20px;
  }
  .rightSplitBox_logo {
    width: 50%;
  }
}

.bg_grey {
  background-color: #f6f6f6;
}

.lexiconletter {
  color: var(--Indigo500);
  font-family: Antonio;
  font-size: 20pt;
}

.bordered {
  border: 2px solid #e8e8e8;
}

/*---Gorilla streaming -----------------------*/
#infoBubbels {
  position: relative;
  margin-top: -412px;
  margin-left: -752px;
  z-index: 10000;
}
.carouselPic {
  width: 330px;
}

@media (max-width: 830px) {
  .carouselPic {
    width: 320px;
  }
  #infoBubbels {
    display: none;
  }
}

/*---Section: Gorilla Rendering -----------------------*/

#gorillaRenderingBG {
  width: 100%;
  background-color: var(--plainWhite);
}

#gorillaRenderingFG {
  height: auto;
  text-align: center;
  margin-bottom: 40px;
}

#gorillaRenderingFG > div:nth-child(1) > img {
  margin-top: 60px;
  width: 200px;
}
#gorillaRenderingFG > div:nth-child(2) {
  max-width: 700px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
}
#gorillaRenderingFG > img:nth-child(3) {
  display: block;
  margin: auto;
}
#gorillaRenderingFG > img:nth-child(4) {
  display: none;
  margin: auto;
}

#gorillaRenderingFG > div:nth-child(5) {
  max-width: 700px;
  margin: auto;
  margin-top: 30px;
  color: var(--gorilla-rendering-pink);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
}
#gorillaRenderingFG > div:nth-child(6) {
  margin: auto;
  margin-top: 50px;
}

@media (max-width: 732px) {
  #gorillaRenderingFG > img:nth-child(3) {
    display: none;
  }
  #gorillaRenderingFG > img:nth-child(4) {
    display: block;
  }
}

/*---Section: Products -----------------------*/

#productsSection {
}

#productsBG {
  width: 100%;
  background-color: var(--backgroundBlue);
}

#productsFG {
  margin-top: -40px;
  height: 20%;
  text-align: center;
}

#spacerGFX {
  background-color: var(--monkey-ColorInverted);
  width: 100%;
  /* margin-top:66px;   */
  border: none;
}

.marginAuto {
  margin: auto;
}

#productsTable {
  display: flex;
  flex-direction: column;
  min-width: 285px;
  max-width: 385px;
  margin: auto;
  align-items: baseline;
}

#productsHeadline {
  margin-top: 65px;
  text-align: center;
  color: var(--monkey-color);
}
#productsImage {
  margin-top: 5vh;
  min-width: 260px;
  max-width: 420px;
  width: 60%;
  margin-bottom: 5vh;
}
#productSupportSection_Main {
  margin: auto;
  margin-top: 2vh;
  text-align: center;
  font-family: SourceCodePro;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  /* background-color: var(--monkey-ColorInverted); */
  color: var(--plainWhite);
  height: auto;

  max-width: 1200px;
}

@media (min-width: 580px) {
  #productSupportSection_Main {
    font-size: 16px;
  }
}

.productsIconBox {
  display: flex;
  align-items: center;
  margin-top: -30px;
  font-family: sourceCodePro;
  line-height: 24px;
  margin-bottom: 24px;
}

#productsTextbox {
  display: inline-block;
  font-family: SourceCodePro;
  font-size: 17px;
  font-weight: 200;
  line-height: 2;
  color: #fff;
  max-width: 770px;
  width: 80%;
}
#productsTextbox div a {
  color: var(--plainWhite);
}

#productsLogo {
  margin: auto;
  display: block;
  width: 28vh;
}
/*----------------------------------------------*/

#jobSection {
}

#jobsBG {
  width: 100%;
  background-color: var(--plainWhite);
}

#jobsFG {
  margin-top: 20px;
  height: 20%;
  text-align: center;
  font-family: SourceCodePro;
  line-height: 20px;
}

.jobsWidthLine {
  max-width: 1200px;
}

.jobItemSubPage {
  padding: 12px;
  text-align: center;
}

.jobitemborder {
  border-bottom: 1px solid #808080;
}

#jobsHeadline {
  margin-top: 55px;
  color: var(--plainBlack);
  text-align: center;
}

#jobsSubHeadline {
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  color: var(--plainBlack);
  text-align: center;
  margin-bottom: 50px;
}

.bluedot-joboffer {
  width: 200px;
  position: relative;
  margin-top: -670px;
  margin-left: 600px;
  margin-bottom: 429px;
}

.bluedot-joboffer-PM {
  width: 200px;
  position: absolute;
  margin-top: 590px;
  margin-left: 600px;
  margin-bottom: 429px;
}

.jobsRow {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
}

#jobsSectionHeadBox {
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  max-width: 980px;
  margin-bottom: 75px;
}
.jobHeadBoxItem {
  margin: auto;
  margin-top: 0px;
  text-align: left;
  min-width: 319px;
  max-width: 470px;
  font-size: 17px;
}
#jobsSectionImage {
  min-width: 20px;
  margin-top: 10px;
  width: 100%;
}

#jobGreyArea {
  margin-top: 50px;
  background-color: #c3c3c3;
  /* height:200px; */
  margin-left: 0px;
  margin-right: 0px;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 17px;
}

#jobGreyAreaIconBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  max-width: 900px;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 30px;
}
.jobsValuesHeadline {
  font-size: 21px;
  margin-bottom: 48px;
}
.jobGreyAreaItem {
  display: flex;
  width: 150px;
  flex-direction: column;
}

@media (max-width: 996px) {
  .jobHeadBoxItem {
    margin: auto;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    align-self: center;
  }
  #jobsSubHeadline {
    margin-bottom: 0px;
  }
}

@media (max-width: 420px) {
  #jobsSectionImage {
    width: 277px;
  }
}

.jobsHeadline {
  color: var(--plainBlack);
  font-family: SourceSansPro;
  font-size: 28px;
  font-weight: 700;
}
.jobsText {
  color: var(--plainBlack);
  font-family: sourceCodePro;
  font-size: 16px;
  font-weight: 500;
}

#jobsLowerHeadline {
  margin-top: 60px;
  margin-bottom: 40px;
  height: 10%;
  color: var(--plainBlack);
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  font-family: sourceCodePro;
}

#jobOfferingsPart {
  margin-top: 20px;
  margin-bottom: 60px;
  max-width: 1200px;
  margin: auto;
}

.jobDetailSection {
  margin-top: 10px;
  margin-right: auto;
}
.jobsItemMainText {
  width: 100%;
  font-family: sourceCodePro;
  font-weight: 500;
  font-size: 16px;
  color: var(--plainBlack);
  text-align: left;
  line-height: 25px;
}
.jobsSpecialHeadline {
  text-align: left;
  font-family: sourceCodePro;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 13px;
  line-height: 29px;
}

#jobOfferingsContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
  max-width: 835px;
}

.jobItem {
  display: flex;
  flex-direction: row;
  gap: 20px;
  border-top: 1px solid #808080;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
}
.jobItemReduced {
  display: none;
  margin-bottom: 47px;
  font-family: OpenSans;
  font-size: 17px;
  font-weight: 600;
  color: var(--plainBlack);
}
.jobItemReducedText {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: OpenSans;
  font-size: 17px;
  font-weight: 600;
  color: var(--plainBlack);
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .jobItem {
    display: none;
  }
  .jobItemReduced {
    display: inline-block;
    /* text-decoration: underline var(--plainBlack); */
  }
}

.jobItemLeft {
  width: 500px;
  padding-right: 20px;
}
.jobItemCenter {
  width: 300px;
  text-align: right;
  padding-right: 20px;
}
.jobItemRight {
  text-align: right;
  width: 210px;
}

.jobsItemText {
  text-align: left;
  width: 80%;
  font-family: SourceCodePro;
  font-size: 16px;
  font-weight: 500;
}

.jobsItemHeadline {
  text-align: left;
  /* margin-top:20px; */
  font-family: sourceCodePro;
  font-size: 18px;
  font-weight: bold !important;
}

.jobButton {
  margin: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  min-width: 160px;
  max-width: 206px;
  background-color: var(--monkey-color);
  color: var(--plainBlack) !important;
  border: none;
  font-family: SourceSansPro;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none !important;
}

.jobButton a {
  color: var(--plainBlack) !important;
}

.jobButton:hover {
  color: var(--monkey-ColorInverted) !important;
  text-decoration: none !important;
}

.jobButton a:hover {
  color: var(--monkey-ColorInverted) !important;
  text-decoration: none !important;
}

.jobButtonSmall {
  margin: auto;
  border-radius: 4px;
  width: 148px;
  height: 28px;
  padding: 20px 5px;
  background-color: var(--monkey-color);
  color: var(--plainBlack) !important;
  border: none;
  font-family: SourceSansPro;
  font-weight: 600;
  font-size: 20px;
  line-height: 0px;
  text-decoration: none !important;
}
.jobButtonSmall:hover {
  color: var(--monkey-ColorInverted) !important;
  text-decoration: none !important;
}

#jobsAppliance {
  margin: auto;
  margin-top: 30px;
  max-width: 500px;
}
#jobsApplianceContainer {
  text-align: center;
}

.jobsSubLine1 {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 10px;
}

/*------------------------------------------------------*/

#ContactSection {
}
#contactBG {
  width: 100%;
  background-color: var(--greyBG);
  margin-bottom: -10px;
}

#contactFG {
  height: 20%;
  text-align: center;
  font-family: "SourceCodePro";
}

#Contact_Headline {
  margin-bottom: 40px;
}

#contactBox {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  row-gap: 40px;
  margin: auto;
  max-width: 1250px;
  flex-wrap: wrap;
  justify-content: center;
}

#formPostSuccessBox {
  display: none;
  flex-direction: row;
  column-gap: 40px;
  margin: auto;
  max-width: 1050px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 30px;
  font-family: "SourceCodePro";
  margin-top: 80px;
}

#monkeyMap {
  padding-top: 0px;
  width: 700px;
}

#ContactText {
  max-width: 370px;
  min-width: 280px;
  text-align: left;
  margin-bottom: 30px;
}

#contactFormular {
  display: flex;
  width: 100%;
  max-width: 444px;
  margin-left: 20px;
  margin-right: 20px;
  border: 2px solid #9ab;
  background-color: #fff;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  padding: 20px;
}
#contactFooter {
  align-self: center;
  width: 576px;
  font-size: 11pt;
}

.fullGroup {
  width: 100%;
}
.formElementFull {
  font-size: 12px !important;
  width: 100%;
  text-align: left;
}
#formMessage {
  width: 100%;
  height: 69px;
}
.formCheckbox {
  font-size: 9pt;
}

.modal-dialog {
  padding-right: -17px !important;
}

#contactQRCode {
  width: 130px;
  height: auto;
}

.formElement {
  font-size: 12px !important;
  width: 190px;
  text-align: left;
}

.googlecloudlogoAboutus {
  width: 140px;
  margin-top: 20px;
}

.group {
  width: 190px;
}

#Contact_logo {
  margin-top: 33px;
}

.logo1 {
  height: 28px;
  margin-left: 22px;
  margin-right: 20px;
  margin-top: -9px;
}
.logo2 {
  height: 37px;
  margin-left: 20px;
}
.logo3 {
  height: 37px;
  margin-left: 23px;
}

@media (max-width: 996px) {
  #contactBox {
    column-gap: 0px;
    row-gap: 40px;
  }

  #monkeyMap {
    display: none;
  }
  #ContactText {
    margin-bottom: 30px;
    text-align: center;
  }
  #contactFormular {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .group {
    width: 100%;
  }
}

#featureMatrix_Partners {
  padding-top: 30px;
  margin: auto;
  text-align: center;
  height: 140px;
  width: 550px;
  margin-bottom: 60px;
}

#featureMatrix_Partners #wrapper {
  margin: auto;
  text-align: center;
  width: 440px;
}

.featureMatrix_Partner {
  height: 35px;
  font-size: 12px;
}
#featureMatrix_Partners a:hover {
  text-decoration: none !important;
}

#featureMatrix_Partner_MW {
  margin-top: -10px;
  height: 28px;
}

#featureMatrix_Partner_Google {
  height: 45px;
  margin-top: -25px;
  margin-right: 30px;
}

#featureMatrix_Partner_AWS {
  height: 65px;
  margin-top: -12px;
  margin-right: 15px;
}

#featureMatrix_Partner_Epic {
  height: 80px;
  margin-top: -10px;
  margin-right: 20px;
}

#featureMatrix_Partner_NVIDIA {
  height: 35px;
}

#logoLine {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 440px;
}

@media (max-width: 420px) {
  #featureMatrix_Partners {
    width: 320px;
    margin-top: -20px;
  }

  #featureMatrix_Partners #wrapper {
    margin: auto;
    text-align: center;
    width: 230px;
    margin-bottom: 30px;
  }

  #logoLine {
    width: 220px;
  }

  #contactFormular {
    margin-top: 0px;
    /* margin-right: 0px; */
  }
  #contactForm {
    margin-top: 0px !important;
  }
}

.downloadPresentation {
  margin: auto;
  width: 300px;
  margin-top: 70px;
  margin-bottom: 60px;
  text-align: center;
}

/*------------------------------------------------------*/

#howedoitFlexor {
  display: flex;
  flex-direction: column;
}

#howedoit_upperpart {
  margin-top: 16vh;
  line-height: 20pt;
  order: 1;
}

#howedoit_yellowBand {
  display: block;
  position: relative;
  top: 0px;
  width: 100%;
  height: 43px;
  background-color: var(--monkey-color);
  z-index: -10;
  font-family: Antonio;
  padding-top: 6px;
}

#howedoit_yellowBand_inner {
  margin: auto;
  width: 546px;
}

#howedoit_consulting {
  margin-top: 4px;
  margin-left: 30px;
  font-weight: 500;
  font-family: "Antonio";
  font-size: 16pt;
  color: #999;
}
#howedoit_support {
  margin-top: 4px;
  margin-left: 384px;
  font-weight: 500;
  font-family: "Antonio";
  font-size: 16pt;
  color: #999;
}

#howedoit_center {
  width: 100%;
  margin-top: 50px;
  height: 255px;
  text-align: center;
  background: url("../images/how-we-do-it.webp") no-repeat center;
  order: 2;
}

#howedoit_bottom {
  width: 800px;
  margin: auto;
  font-weight: 700;
  text-align: center;
  margin-top: 4.5vh;
}

#howedoit_button {
  margin-top: 50px;
}

#formButtonSubmit {
  margin: auto;
  display: block;
}

.stretchBox {
  display: flex;
  max-height: 268px;
  flex-direction: column;
  justify-content: space-between;
  height: calc(20vh + 4px);
}

@media (max-width: 1000px) {
  #howedoit_upperpart {
    margin: auto;
    margin-top: 120px;
    margin-bottom: 30px;
  }
  #howedoit_yellowBand {
    display: none;
  }
  #howedoit_center {
    margin: auto;
    width: 100%;
    height: 1010px;
    text-align: center;
    background: url("../images/how-we-do-it_mobile.webp") no-repeat center;
  }
  #howedoit_bottom {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    font-weight: 700;
    text-align: center;
    order: 1;
  }
  #howedoit_button {
    margin-top: 50px;
    order: 4;
  }
  .stretchBox {
    margin-bottom: 100px;
  }
}
/*------------------------------------------------------*/
#notFoundText {
  max-width: 600px;
  min-width: 280px;
  margin: auto;
  padding: 20px;
}

#notFoundImage {
  max-width: 600px;
  min-width: 280px;
  margin: auto;
  padding: 20px;
}

#notFoundLogo {
  max-width: 200px;
  min-width: 200px;
  margin: auto;
  padding: 20px;
}
/*----------------------------------------------*/

@font-face {
  font-family: "Material Icons";

  font-style: normal;

  font-weight: 400;

  font-display: block;

  src: url(../font/MaterialIcons-Regular.eot);

  /* For IE6-8 */

  src:
    local("☺"),
    url(../font/MaterialIcons-Regular.woff2) format("woff2"),
    url(../font/MaterialIcons-Regular.woff) format("woff"),
    url(../font/MaterialIcons-Regular.ttf) format("truetype");
}

#mainNav,
#footer,
#hamburger {
  transition: all 0.2s ease-out;
}

/*----------------------------------------*/
#glide {
  margin-left: auto;
  margin-right: auto;

  padding-bottom: 20px;
  margin-bottom: 40px;
  height: 90px;
}

#glide .glide__slides {
  display: flex;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#glide .glide__slide {
  display: flex;
  flex-direction: column;
  height: 120px !important;
}

.glide__slide .image {
  margin: auto;
  width: 90%;
  min-width: 280px;
  max-width: 220px;
  margin-top: 47px;
  margin-bottom: 0px;
}

.glide__slide .projectText {
  margin: auto;
  width: 200px;
  text-align: justify;
  font-size: 16px;
  font-family: sourceCodePro;
  line-height: 1.5;
}

.glide__slide .projectHeadline {
  display: block;
  margin: auto;
  font-family: Antonio;
  font-size: 18px;
  font-weight: 600;
  margin-top: -316px;
  text-align: center;
  width: 189px;
  background-color: var(--gorillaColorInverted);
  color: var(--gorilla-color);
  text-transform: uppercase;
}

.glide__slide button {
  width: 194px;
  height: 48px;
  font-family: sourceSansPro;
  font-size: 20px;
  text-align: center;
  border: none;
  margin-top: 25px;
  margin-bottom: 20px;
  align-self: center;
}

.glide__arrows {
  display: flex;
  justify-content: space-between;
  padding: 1em;
}
.glide__arrow {
  border: none;
  border-radius: 20em;
  padding: 0.5em 3em;
  background-color: #ffc400;
  font-size: 1.1em;
  cursor: pointer;
  transition: 0.3s;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:active {
  transform: scale(0.88);
}
