@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;
  --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%);
}

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

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

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

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

#username_form{
  display:none;
}



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


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

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

#monkeyLogo{
  width:340px !important;
  height:50px !important;
}
@media(max-width:768px){
  

#monkeyLogo{
  width:220px !important;
  height:30px !important;
}
}
/*---Nav Footer--------------------------------*/



#footer{
  display:none;
}

#footerContainer{
  display: flex;  
  justify-content: space-between !important;
  vertical-align: middle !important;
  margin-top:-5px;
}

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


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

#navContainer{
  display:block;
  width:100%;
}
#navContainerAlt{
  display:none;
  width:567px;
  background-color: #0000;
}
.navbar-toggler{
  border:none !important;
}
.navbar-toggler:focus{
  box-shadow:none !important;
}

.navbar-nav {
  gap:20px !important;
}
@media(min-width:996px){
  #footer{
    display: block;
    position: fixed;
    bottom: 0px;
    height: 54px;
    width: 100%;
    padding: 4px;
  }
  #footerContainer{
    margin-bottom:20px;
    margin-bottom: 20px;
    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:26px !important;
  }
  #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;
}

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

.marginBottom{
  margin-bottom:40px;
}

.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: 900px;
  width: 100%;
}

#stage_img_ls{
  width:100%;
}
#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);
}


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


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

#epicMegaGrant{
  display:block;
}

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

#tisaxStoerer{
  display:block;
  margin-top: 45px;
  margin-left: -10px;
}

@media(max-width:662px){
  .stageFont{font-size:68px;}
  #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.0;
  width:100vw;
  height:100vh;
  z-index:9999;
}
#furioosModal.fadeInBanner{
  opacity: .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.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:970px;
  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: 360px;

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

.GStreamingVideo{
  margin-top:20px;
  width:320px;
}
.cloudLogoStreaming{
  width:200px;
  margin:auto;
}
#GStreaming .bigLetters, #GRendering .bigLetters{
  font-family: Antonio;
  font-size: 67pt;
  color:white;
  text-align: justify;
  line-height:107px;
  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:360px;
  row-gap: 20px;  
}

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

#GRenderingFotos{
  margin-top:20px;
  display:flex;
  width: 350px;
  flex-wrap: wrap;
  gap:10px;
  justify-content: space-evenly;
}

.caroTile{
  display:flex;
  flex-direction: column;
  column-gap:30px;
  width:158px;
 }

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

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



.caroIndicators{
  top:800px;
}

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


@media(max-width:980px){
  #divideLine{display:none;}
  #cloudServices{width:320px;margin-bottom:20px;}
  #GRendering{margin-top:40px;margin-bottom: 40px;}
}


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

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

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

#solutionFG_Portrait{
  display:block;
  text-align: center;
}
.solutionSketchImage{max-width:95%;}

@media(min-width:780px){
  #solutionFG_Landscape{
    display:block;
	  background-color: var(--plainWhite);

  }
  .solutionSketchImage{max-width:740px;}

  #solutionFG_Portrait{
    display:none;

  }

}


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

#aboutUsBG{
  width:100%;
  background-color: #ffffff00;
}

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

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


#aboutUsTopicBlock{
  display: flex;
  max-width: 730px;
  margin: auto;
  flex-wrap: wrap;
}

#aboutUsBGPic{
	display:none;
}


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


.aboutUsSubBlock{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border: 1px solid var(--plainWhite);
  margin: 2px;
  width: 359px;
  height: 80px;
  background:var(--backgroundBlue);
}
.topPad{
  padding-top:11px;
}

.aboutUsSubBlockIcon img{
  width: 54px;
  padding-top: 13px;
  margin-right: 10px;
}

.aboutUsSubBlockText{
  font-family: Antonio;
  font-size: 25px;
  color: var(--plainWhite);
  text-align: left;
  margin-top: 12px;
  line-height: 28px;
  margin-left: 13px;
}

.aboutUsBlockInfo{
  position: absolute;
  pointer-events: none;
  display: none;
  border: 1px solid var(--plainWhite);
  margin: 2px;
  width: 367px;
  height: auto;
  font-size: 15px;
  color: var(--monkey-color);
  background-color: #000;
  margin-top: -78px;
  margin-left: -10px;
  padding: 10px;
  opacity: 1;
  font-family: 'SourceCodePro';
}

.aboutUsAllBlock{

}

.aboutUsAllBlock:hover > .aboutUsBlockInfo{
  opacity: 1;
  transition: opacity 1s linear 2s;
  display: block;
  -webkit-transition: opacity 2s ease-out;
  -moz-transition: opacity 2s ease-in-out;
}



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

  .aboutUsAllBlock {
    width: 100%;
  }

  .aboutUsSubBlock{
    width:100%;
  }

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

}



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

.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(--greyBG) ;
}

#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: 1200px;
  margin: auto;
  margin-top: 30px;
}
.customerItem{ 
  width:150px;
}

@media(max-width:560px){
  .customerItem{ 
    width:130px;
  }
}

.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:1.0vw;
  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 -------------------------*/

#newsBG{
  width: 100%;
  background-color: #e7eaf2 ;
}
.newsItemImage{
  width:258px !important;
}

#newsFG{
  margin-top:111px;
  height:100%;
  text-align: center;
  background-color: #e7eaf2 ;
  padding-bottom: 100px;
}

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

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

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

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

.forceWidth550{
  width:550px !important;
}

#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);

}

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

#Contact_Headline {
  margin-bottom:40px;
}

#contactBox{
  display:flex;
  flex-direction: row;
  column-gap:40px;
  margin:auto;
  max-width:1150px;
  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:70px;
  width:620px;
}

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


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

  #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:left;
	height: 140px;	
	width:100%;
  margin-bottom:60px;
  }

  #featureMatrix_Partners #wrapper{
	margin:auto;
	min-width:280px;
	min-width:320px;
	text-align:center;
  }

  .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:10px;
  }

  #featureMatrix_Partner_Epic{
	height:35px;
  }

  #featureMatrix_Partner_NVIDIA{
	height:35px;
  }

  #logoLine{
	display:flex;
	justify-content: space-between;
	width: 270px;
	margin:auto;
  }

@media(max-width:480px){
	#contactFormular{
    margin-top:0px;
		/* margin-right: 0px; */
	}
  #contactForm{
    margin-top:0px !important;
  }
}

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

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

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

#howedoit_yellowBand{
  display: block;
  position: relative;
  top: -15px;
  width: 100%;
  height: 49px;
  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;
  font-weight:500;
  font-family: "Antonio";
  font-size: 16pt;
  color: #999;
}
#howedoit_support{
  margin-top:4px;
  margin-left:474px;
  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/howwedoit_landscape.webp") no-repeat center;
  order:2;
}

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

#howedoit_button{
}

#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/howwedoit_portrait.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;
  }
}
/*------------------------------------------------------*/
#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"); }
