/*   HighFinesse Website /// Iteration 01 /// February 2019   */


/*   H E A D E R   */

header {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 1.0);
  z-index: 1000;
}

/*   END – H E A D E R   */


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


/*   CONTACTs   */

.contactHighFinesseInfo {}

.contactServiceteam {}

.contactJobs {}

.contactDemodeviceSpectrometer {}

.contactHighFinessePhonecall {}

.contactHighFinesseInfo:hover {
	cursor: pointer; }

/*   END - CONTACTs   */


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


/*   M A I N  N A V I G A T I O N /// Desktop View   */

/*   E L E M E N T S  Desktop Menu   */

.desktop-menu-wrapper {	
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

/*   L O G O T Y P E  Desktop Menu   */

.desktop-menu-logotypewrapper {
  position: absolute;
  height: 22px;
  width: 200px;
  top: 9px;
  left: 2.5vw;
  text-align: left;
}

.desktop-menu-logotypewrapper img {
  height: 100%;
  -webkit-opacity: 1.0;
  -moz-opacity: 1.0;
  -ms-opacity: 1.0;
  -o-opacity: 1.0;
  opacity: 1.0;
}

/*   I C O N S  Desktop Menu   */

.desktop-menu-iconwrapper {
  position: absolute;
  height: 30px;
  width: 200px;
  top: 5px;
  right: 2.0vw;
  text-align: right;
}

.desktop-menu-iconwrapper img {
  -webkit-opacity: 1.0;
  -moz-opacity: 1.0;
  -ms-opacity: 1.0;
  -o-opacity: 1.0;
  opacity: 1.0;
    margin-left: 5px;
  height: 100%;
}

/*   M E N U I T E M S  Desktop Menu   */

.desktop-menu-item {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 11px 15px;
  -webkit-opacity: 1.0;
  -moz-opacity: 1.0;
  -ms-opacity: 1.0;
  -o-opacity: 1.0;
  opacity: 1.0;
}

.desktop-menu-item a, .desktop-menu-item p {
  font-family: 'sourcesanspro-regular';
  font-size: 14px;
  letter-spacing: 0.09em;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: rgba(255, 255, 255, 1.0);
}

.desktop-menu-logotypewrapper img:hover, .desktop-menu-iconwrapper img:hover {
  cursor: pointer;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}

.desktop-menu-item a:hover, .desktop-menu-item p:hover {
  cursor: pointer;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


/*   END – E L E M E N T S  Desktop Menu   */


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


/*   M A I N  N A V I G A T I O N /// Mobile View   */

/*   E L E M E N T S  Mobile Menu   */

/*   M O B I L E  M E N U /// Layer   */

.gradient {
  width: 100%;
  height: 100vh;
  background-color: rgba(230, 30, 30, 1.0);
  opacity: 0.0;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 500;
  background: url(../img/images_background/background_visual_mobile_menu.jpg) no-repeat center center/cover;
  -webkit-transition: all 0.4s cubic-bezier(.69,.18,.39,.99);
  -moz-transition: all 0.4s cubic-bezier(.69,.18,.39,.99);
  -ms-transition: all 0.4s cubic-bezier(.69,.18,.39,.99);
  -o-transition: all 0.4s cubic-bezier(.69,.18,.39,.99);
  transition: all 0.4s cubic-bezier(.69,.18,.39,.99);

}

.gradient.dark {
  background-color: rgba(230, 30, 30, 1.0);
  top: 0;
  opacity: 1.0;
  -webkit-transition: all 0.4s cubic-bezier(.69,.18,.39,.99);
  -moz-transition: all 0.4s cubic-bezier(.69,.18,.39,.99);
  -ms-transition: all 0.4s cubic-bezier(.69,.18,.39,.99);
  -o-transition: all 0.4s cubic-bezier(.69,.18,.39,.99);
  transition: all 0.4s cubic-bezier(.69,.18,.39,.99);
}

.mobile-menu-wrapper {
  position: absolute;
  width: 90%;
  top: 10vh;
  left: 5%;
  text-align: center;
}


/*   M O B I L E  M E N U /// Items for Navigation   */

.mobile-menu-item, .mobile-menu-item a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 3vh;
  font-family: 'sourcesanspro-regular';
  font-size: 22px;
  letter-spacing: 0.09em;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: rgba(255, 255, 255, 1.0);
}


/*   M O B I L E  M E N U /// Icons for Navigation   */

.mobile-menu-icon {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 3vh 2vw 1vh 2vw;
}


/*   M O B I L E  M E N U /// Logotype   */

.mobile-menu-logotype {
  position: fixed;
  display: block;
  top: 8px;
  left: 6vw;
  height: 24px;
  text-align: left;
  z-index: 2000;
}

.mobile-menu-logotype img {
  height: 100%;
}


/*   M E D I A  Q U E R Y   Mobile Menu   */

/*   Very Small Device /// iPhone SE   */

@media only screen and (max-width: 360px) {
  .mobile-menu-item {
    margin-bottom: 3.25vh; }
  .mobile-menu-item a {
    font-size: 20px; }
  .mobile-menu-icon {
    width: 70px;
    height: 70px;
    margin: 3vh 2vw 1vh 2vw; }
}

/*   Tablets /// Portrait View   */

@media only screen and (min-width: 600px) {
  .mobile-menu-wrapper {
    top: 12.5vh; }
  .mobile-menu-item {
    margin-bottom: 3.5vh; }
  .mobile-menu-item, .mobile-menu-item a {
	font-family: 'sourcesanspro-light';
    letter-spacing: 0.075em;
    font-size: 32px; }
  .mobile-menu-icon {
    width: 90px;
    height: 90px;
    margin: 4vh 2vw 1vh 2vw; }
}

/*   END - M E D I A  Q U E R Y  Mobile Menu   */


/*   B U R G E R  M E N U /// Button   */

.burgerMenu {
  position: fixed; 
  top: 5px;
  right: 5vw;
  width: 40px;
  height: 32px;
  text-align: right;
  -webkit-transition: all 0.5s cubic-bezier(.69,.18,.39,.99);
  -moz-transition: all 0.5s cubic-bezier(.69,.18,.39,.99);
  -ms-transition: all 0.5s cubic-bezier(.69,.18,.39,.99);
  -o-transition: all 0.5s cubic-bezier(.69,.18,.39,.99);
  transition: all 0.5s cubic-bezier(.69,.18,.39,.99);
  z-index: 2000;
}

.burgerMenu.active {}


/*   B U R G E R  M E N U /// Burger   */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 4px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 24px;
  height: 26px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 1px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
  .hamburger-inner::before {
    top: -10px;
}
  .hamburger-inner::after {
    bottom: -10px;
}

/*  Elastic Reverse  */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease;
}
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s;
}


/*   M E D I A  Q U E R Y /// Change Mobile Menu - Desktop Menu   */

@media only screen and (min-width: 850px) {
  .mobile-menu-logotype, .burgerMenu {
    display: none; }
  .desktop-menu-wrapper {
    display: block; }
}

/*   END – E L E M E N T S  Mobile Menu   */


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


/*   C O N T E N T C O N T A I N E R   */

/*   P A G E T O P  Container   */

.pagetop-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  z-index: -1000;
}

/*   H E R O  Container   */

.hero-container {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow: hidden;
}

/*   H E R O  Container P R O D U C T S  */

.hero-container-products {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
}

/*   B A S I C  Container   */

.basic-container {
  position: relative;
  text-align: center;
  width: 100%;
  margin: auto;
}

/*   I N F O G R A P H I C  Container   */

.infographic-container {
  position: absolute;
  text-align: left;
  left: 6%;
  bottom: 60px;
}

.credit-container-top {
  position: absolute;
  text-align: left;
  left: 6%;
  top: 100px;
}

/*   P A D D I N G /// Absolute /// for Basic Container   */

.padd-40-40 {
  padding: 40px 0 40px 0;
}

.padd-60-0 {
  padding: 60px 0 0 0;
}

.padd-60-80 {
  padding: 60px 0 80px 0;
}

.padd-80-80 {
  padding: 80px 0;
}

.padd-80-60 {
  padding: 80px 0 60px 0;
}

.padd-80-0 {
  padding: 80px 0 0 0;
}

.padd-0-60 {
  padding: 0 0 60px 0;
}

.padd-0-80 {
  padding: 0 0 80px 0;
}

.padd-80-100 {
  padding: 80px 0 100px 0;
}

.padd-80-160 {
  padding: 80px 0 160px 0;
}

.padd-80-200 {
  padding: 80px 0 200px 0;
}

.padd-80-240{
  padding: 80px 0 240px 0;
}

.padd-80-280{
  padding: 80px 0 280px 0;
}


/*   P A D D I N G /// Relative /// for Hero Container   */


.padd-17-5vh-20vh {
  padding: 17.5vh 0 20vh 0;
}

.padd-top-10vh {
  padding-top: 10vh;
}

.padd-top-12-5vh {
  padding-top: 12.5vh;
}

.padd-12-5vh {
  padding: 12.5vh 0;
}

/* Padding Hero Container /// For large Devices 22.5 vh */

.padd-top-15vh {
  padding-top: 15vh;
}

@media only screen and (min-width: 600px) {
  .padd-top-15vh {
    	padding-top: 22.5vh; }
}

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

.padd-top-17-5vh {
  padding-top: 17.5vh;
}

.padd-top-20vh {
  padding-top: 20vh;
}


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


/*   B A C K G R O U N D  / Visuals and Colors for all Content Container   */

/*   B A C K G R O U N D   C O L O R S   */

/* Background Color RED */

.background-color-red {
	background-color: rgba(230, 30, 30, 1.0);
}

/* Background Color WHITE 250 */

.background-color-white-250 {
	background-color: rgba(255, 255, 255, 1.0);
}

/* Background Color GRAY 245 */

.background-color-gray-245 {
	background-color: rgba(245, 245, 245, 1.0);
}

/* Background Color GRAY-04 */

.background-color-gray-04 {
	background-color: rgba(90, 100, 100, 1.0);
}

/* Background Color GRAY-05 */

.background-color-gray-05 {
	background-color: rgba(70, 80, 80, 1.0);
}


/*   B A C K G R O U N D   V I S U A L S   */

/* Background Visual RED */

.background-visual-red {
	background: url(../img/images_background/background_visual_red.jpg) no-repeat center center/cover;
}

/* Background Visual BLUE */

.background-visual-blue {
	background: url(../img/images_background/background_visual_blue.jpg) no-repeat center center/cover;
}

/* Background Visual GRAY */

.background-visual-gray {
	background: url(../img/images_background/background_visual_gray.jpg) no-repeat center center/cover;
}

/* Background GUIDESTAR STORY Startseite */

.background-guidestar {
	background: url(../img/images_stories/story_guidestar/story_guidestar_landscape.jpg) no-repeat center center/cover; }

	@media only screen and (orientation: portrait) {
  		.background-guidestar {
    		background: url(../img/images_stories/story_guidestar/story_guidestar_portrait.jpg) no-repeat center center/cover; }
}

/* Background GUIDESTAR STORY on Contentpage */

.background-guidestar-story {
	background: url(../img/images_stories/story_guidestar/potw1549a_landscape.jpg) no-repeat bottom center/cover; }

	@media only screen and (orientation: portrait) {
  		.background-guidestar-story {
    		background: url(../img/images_stories/story_guidestar/potw1549a_portrait.jpg) no-repeat bottom center/cover; }
}

/* Background OPTICLOCK */

.background-opticlock {
	background: url(../img/images_stories/opticlock/background_opticlock_landscape.jpg) no-repeat center center/cover;
}

/* Background DISTRIBUTION */

.background-distribution-big {
	background: url(../img/images_background/background_distribution_big.jpg) no-repeat center center/cover;
}

.background-distribution-small {
	background: url(../img/images_background/background_distribution_small.jpg) no-repeat center center/cover;
}

/* Background SUPPORT /// Quick Start Guide */

.background-quickstartguide {
	background: url(../img/images_background/background_quickstart.jpg) no-repeat center center/cover;
}

/* Background SUPPORT /// Software Update */

.background-softwareupdate {
	background: url(../img/images_background/background_software.jpg) no-repeat center center/cover;
}

/* Background TECHNOLOGY FIZEAU */

.background-technology-fizeau {
	background: url(../img/images_technology/images_technology_fizeau/fizeau_hero_landscape.jpg) no-repeat center center/cover; }

	@media only screen and (orientation: portrait) {
  		.background-technology-fizeau {
    		background: url(../img/images_technology/images_technology_fizeau/fizeau_hero_portrait.jpg) no-repeat center center/cover; }
}

/* Background TECHNOLOGY FIZEAU Infographic */

.background-technology-fizeau-overview {
	background: url(../img/images_technology/images_technology_fizeau/fizeau_overview_landscape.jpg) no-repeat center center/cover; }

	@media only screen and (orientation: portrait) {
  		.background-technology-fizeau-overview{
    		background: url(../img/images_technology/images_technology_fizeau/fizeau_overview_portrait.jpg) no-repeat center center/cover; }
}

/* Background TECHNOLOGY ECHELLE */

.background-technology-echelle {
	background: url(../img/images_technology/images_technology_echelle/echelle_hero_landscape.jpg) no-repeat center center/cover; }

	@media only screen and (orientation: portrait) {
  		.background-technology-echelle {
    		background: url(../img/images_technology/images_technology_echelle/echelle_hero_portrait.jpg) no-repeat center center/cover; }
}

/* Background TECHNOLOGY ECHELLE Infographic */

.background-technology-echelle-overview {
	background: url(../img/images_technology/images_technology_echelle/echelle_overview_landscape.jpg) no-repeat center center/cover; }

	@media only screen and (orientation: portrait) {
  		.background-technology-echelle-overview {
    		background: url(../img/images_technology/images_technology_echelle/echelle_overview_portrait.jpg) no-repeat center center/cover; }
}

/* Background TECHNOLOGY LINEWIDTH ANALYZER */

.background-technology-linewidth-analyzer {
	background: url(../img/images_technology/images_technology_linewidth_analyzer/linewidth_analyzer_hero_landscape.jpg) no-repeat center center/cover; }

	@media only screen and (orientation: portrait) {
  		.background-technology-linewidth-analyzer  {
    		background: url(../img/images_technology/images_technology_linewidth_analyzer/linewidth_analyzer_hero_portrait.jpg) no-repeat center center/cover; }
}

/* Background TECHNOLOGY LINEWIDTH ANALYZER Infographic */

.background-technology-linewidth-analyzer-overview {
	background: url(../img/images_technology/images_technology_linewidth_analyzer/linewidth_analyzer_overview_landscape.jpg) no-repeat center center/cover; }

	@media only screen and (orientation: portrait) {
  		.background-technology-linewidth-analyzer-overview {
    		background: url(../img/images_technology/images_technology_linewidth_analyzer/linewidth_analyzer_overview_portrait.jpg) no-repeat center center/cover; }
}


/*   B A C K G R O U N D   P R O D U C T S   */

/* Background Wavelength Meter */

.background-product-wavelengthmeter {
	background: url(../img/images_product_wavemeter/background_wavemeter.jpg) no-repeat center center/cover;
}

/* Background Wavelength Meter WS Fast */

.background-product-wavelengthmeter-wsfast {
	background: url(../img/images_product_wavemeter/background_wavemeter_wf6.jpg) no-repeat center center/cover;
}

/* Background Wavelength Meter Accuracy Overview */

.background-accuracy-overview {
	background: url(../img/images_product_wavemeter/background_wavemeter_accuracy_overview.jpg) no-repeat center center/cover;
}

/* Background Linewidth Analyzer */

.background-product-linewidthanalyzer {
	background: url(../img/images_product_linewidthanalyzer/background_linewidthanalyzer.jpg) no-repeat center center/cover;
}

/* Background Precision Current Sources */

.background-product-precisioncurrentsources {
	background: url(../img/images_product_precisioncurrentsources/background_precisioncurrentsources.jpg) no-repeat center center/cover;
}

.background-product-precisioncurrentsources-dark {
	background: url(../img/images_product_precisioncurrentsources/background_precisioncurrentsources_dark.jpg) no-repeat center center/cover;
}

/* Background Calibration Sources */

.background-product-calibrationsources {
	background: url(../img/images_product_calibrationsources/background_calibrationsources.jpg) no-repeat center center/cover;
}

.background-product-calibrationsources-dark {
	background: url(../img/images_product_calibrationsources/background_calibrationsources_dark.jpg) no-repeat center center/cover;
}

/* Background Calibration Sources SLR Series */

.background-product-calibrationsources-slr-series {
	background: url(../img/images_product_calibrationsources/background_slr_series.jpg) no-repeat center center/cover;
}

/* Background Spectrometer */

.background-product-spectrometer {
	background: url(../img/images_product_spectrometer/background_spectrometer_landscape.jpg) no-repeat center center/cover;
}

/* Background Spectrometer PORTRAIT VIEW */

@media only screen and (orientation: portrait) {
  .background-product-spectrometer{
		background: url(../img/images_product_spectrometer/background_spectrometer_mobile.jpg) no-repeat center center/cover; }
}

@media only screen and (min-width: 600px) and (orientation: portrait) {
  .background-product-spectrometer{
		background: url(../img/images_product_spectrometer/background_spectrometer_portrait.jpg) no-repeat center center/cover; }
}

/* Background Spectrometer LSA IR */

.background-product-spectrometer-lsa-ir {
	background: url(../img/images_product_spectrometer/background_spectrometer_lsa_ir.jpg) no-repeat center center/cover;
}

/* Background Switches */

.background-product-switches {
	background: url(../img/images_product_switches/background_switches.jpg) no-repeat center center/cover;
}

/*   B A C K G R O U N D   P R O M O T I O N  P R O D U C T S  */

/* Background LWA-10k */

.background-product-lwa-10k {
	background: url(../img/images_hero/product_lwa_10k_landscape.jpg) no-repeat center center/cover;
}

@media only screen and (orientation: portrait) {
  .background-product-lwa-10k {
  	background: url(../img/images_hero/product_lwa_10k_portrait.jpg) no-repeat center center/cover; }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
  .background-product-lwa-10k {
  background: url(../img/images_hero/product_lwa_10k_mobile.jpg) no-repeat center center/cover; }
}

/* Background LWA-10k */

.background-product-lwa-100k {
	background: url(../img/images_hero/product_lwa_100k_landscape.jpg) no-repeat center center/cover;
}

@media only screen and (orientation: portrait) {
  .background-product-lwa-100k {
  	background: url(../img/images_hero/product_lwa_100k_portrait.jpg) no-repeat center center/cover; }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
  .background-product-lwa-100k {
  background: url(../img/images_hero/product_lwa_100k_mobile.jpg) no-repeat center center/cover; }
}


/*   B A C K G R O U N D   A B O U T  H I G H F I N E S S E  */

/* Background COMPANY PROFILE /// Hero */

.background-company-profile {
	background: url(../img/images_highfinesse/images_compamy_profile/close_up_peter_landscape.jpg) no-repeat center center/cover;
}

@media only screen and (orientation: portrait) {
    .background-company-profile {
        background: url(../img/images_highfinesse/images_compamy_profile/close_up_peter_portrait.jpg) no-repeat center center/cover; }
}

/* Background COMPANY PROFILE /// Technology*/

.background-company-technology {
	background: url(../img/images_highfinesse/images_compamy_profile/technology_landscape.jpg) no-repeat center center/cover; }

@media only screen and (orientation: portrait) {
    .background-company-technology {
        background: url(../img/images_highfinesse/images_compamy_profile/technology_portrait.jpg) no-repeat center center/cover; }
}

/* Background JOBS */

.background-jobs {
	background: url(../img/images_background/background_jobs.jpg) no-repeat center center/cover;
}

.background-jobs-bewerbung {
	background: url(../img/images_background/background_jobs_03.jpg) no-repeat center center/cover;
}


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


/*   P A G E E N D  V I S U A L / Spectrum Line */

.pageend-visual {
	height: 2px;
	width: 100%;
	background: url(../img/icons_navigation/icon_footer_visual_pos.svg) no-repeat center center/cover;
}


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


/*   C O N T E N T M O D U L E /// Startseite   */

/*   P R O D U C T S  Modul   */

#products {
  min-height: 33vh;
  background-color: rgba(255, 255, 255, 1.0);
}

/*   S T O R I E S  Modul   */

#stories {
  min-height: 33vh;
  background-color: rgba(245, 245, 245, 1.0);
}

/*   D I S T R I B U T I O N  Modul   */

#distribution {
  min-height: 33vh;
  background-color: rgba(230, 30, 30, 1.0);
}

/*   T E C H N O L O G Y  Modul   */

#technology {
  min-height: 33vh;
  background-color: rgba(245, 245, 245, 1.0);
}

/*   S U P P O R T  Modul   */

#support {
  min-height: 33vh;
  background-color: rgba(255, 255, 255, 1.0);
}

/*   A B O U T  Modul   */

#about {
  min-height: 33vh;
  background-color: rgba(250, 250, 250, 1.0);
}

/*   C O N T A C T  Modul   */

#contact {
  min-height: 33vh;
  background-color: rgba(230, 30, 30, 1.0);
}

/*   Q U I C K F I N D E R  Modul   */

#quickfinder {
  min-height: 50vh;
  background-color: rgba(245, 245, 245, 1.0);
}


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


/*   L A Y O U T  W R A P P E R   */

/*   H E R O  Content Wrapper   */

.hero-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
}

/*   B A S I C  Content Wrapper   */

.content-wrapper {
  position: relative;
  width: 88%;
  max-width: 600px;
  margin: auto;
}

/*   T E X T  C E N T E R  Text Align   */

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

/*   T E X T  L E F T  Text Align   */

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

/*   I C O N W R A P P E R  all Icons / Align Center */

.icon-wrapper-center {
  position: relative;
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 900px;
}

/*   S E L E C T O R W R A P P E R  Ranges */

.selector-wrapper-center {
  position: relative;
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 900px;
}

/*   F O O T E R  Content Wrapper   */

.footer-wrapper {
  display: inline-block;
  position: relative;
  width: 90%;
}

.footer-wrapper-info {
  display: inline-block;
  position: relative;
  width: 55%;
  margin-left: 30px;
}


/*   M E D I A  Q U E R Y /// Icon Wrapper & Footer Layout   */

@media only screen and (min-width: 360px) {
  .icon-wrapper-center {
    width: 90%; }
}

@media only screen and (min-width: 500px) and (max-width: 800px) and (orientation: portrait) {
  .icon-wrapper-center {
    width: 66%; }
}

@media only screen and (min-width: 600px) {
  .footer-wrapper {
    width: 32.5%; }
}


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


/*   B A S I C  T Y P O G R A F I E   */

h1, h2, h3, h4, h5, h6, p {
    font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
    color: rgba(0, 0, 0, 1.0);
}


/*   T Y P O G R A F I E  Einzelformate /// Mobile First   */

/* Hero Headline */

.hero-headline {
  font-family: 'sourcesanspro-regular';
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.045em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 1.0);
  line-height: 125%;
  max-width: 85%;
  margin: auto;
}

.hero-headline-black {
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 1.0);
}

/* Hero Subline */

.hero-subline {
  font-family: 'sourcesanspro-regular';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.045em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 1.0);
  line-height: 140%;
  max-width: 85%;
  margin: auto;
}

.hero-subline-black {
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 1.0);
}

/* Regular Headline */

.headline {
  font-family: 'sourcesanspro-regular';
  font-size: 24px;
  letter-spacing: 0.045em;
  color: rgba(12, 10, 10, 1.0);
  line-height: 130%;
}

/* Regular Subline */

.subline {
  font-family: 'sourcesanspro-regular';
  font-size: 20px;
  letter-spacing: 0.045em;
  color: rgba(12, 10, 10, 1.0);
  line-height: 135%;
}

/* Mengentext */

.infotext {
  font-family: 'sourcesanspro-regular';
  font-size: 18px;
  letter-spacing: 0.055em;
  color: rgba(5, 3, 3, 1.0);
  line-height: 160%;
}

/* Bildunterschriften und Legenden */

.legend {
	font-family: 'sourcesanspro-regular';
    font-size: 16px;
    letter-spacing: 0.075em;
	color: rgba(5, 3, 3, 1.0);
    line-height: 160%;
}

/* Fußnoten hochgestellt */

.note {
	font-size: 12px;
	vertical-align: super;
}

.note-small {
	font-size: 9px;
	vertical-align: super;
}

/* Quickfinder Headline */

.footer-headline {
  font-family: 'sourcesanspro-regular';
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0.075em;
  color: rgba(30, 30, 30, 1.0);
}

/* Quickfinder Text */

.footer-text {
  font-family: 'sourcesanspro-regular';
  font-size: 14px;
  font-weight: normal;
  line-height: 28px; 
  letter-spacing: 0.075em;
  color: rgba(120, 120, 120, 1.0);
}

.footer-text-info {
  line-height: 20px; 
}

/* Feature Text */

.feature-text {
  font-family: 'sourcesanspro-regular';
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: rgba(5, 3, 3, 1.0);
}

.feature-text-negative {
  font-family: 'sourcesanspro-regular';
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 1.0);
}

/* Footerzeile LEGAL ... */

.footer-text-pageend {
  display: block;
  margin-right: 15px; }

.footer-text:hover {
  cursor: pointer;
  color: rgba(90, 90, 90, 1.0);
}

/* Quickfinder Empty Field /// invisible on small devices */

.footer-empty { 
  display: none;
}


/*   T Y P O G R A F I E  Colors and Weights /// Mobile First   */

/* Bold Type */

.bold {
  font-family: 'sourcesanspro-regular';
  font-weight: bold;
  letter-spacing: 0.01em;
}

/* Negative Type /// White */

.negative {
  letter-spacing: 0.07em;
  color: rgba(250, 250, 250, 1.0);
}

.hero-headline.negative, .headline.negative {
	letter-spacing: 0.055em;
}

/* Type Color RED */

.color-red {
  color: rgba(230, 30, 30, 1.0);
}

/* Type Color BLUE */

.color-blue {
  color: rgba(30, 60, 130, 1.0);
}

/* Type Color GRAY 01 */

.color-gray-01 {
  color: rgba(217, 220, 220, 1.0);
}

/* Type Color GRAY 02 */

.color-gray-02 {
  color: rgba(170, 180, 180, 1.0);
}

/* Type Color GRAY 03 */

.color-gray-03 {
  color: rgba(130, 140, 140, 1.0);
}

/* Type Color GRAY 04 */

.color-gray-04 {
  color: rgba(90, 100, 100, 1.0);
}

/* Type Color GRAY 05 */

.color-gray-05 {
  color: rgba(70, 80, 80, 1.0);
}

.color-fc-apc {
  color: rgba(0, 210, 100, 1.0);
}

.color-fc-pc {
  color: rgba(0, 100, 210, 1.0);
}


/*   M E D I A  Q U E R Y /// T Y P O G R A F I E /// Mobile First   */

/* Tablets Portrait View */

@media only screen and (min-width: 600px) {
  .hero-headline {
	font-family: 'sourcesanspro-light';
    font-size: 40px;
	letter-spacing: 0.045em;
    max-width: 66%; }
  .hero-subline {
	font-family: 'sourcesanspro-light';
    font-size: 28px;
	line-height: 130%;
	letter-spacing: 0.045em;
    max-width: 80%;
	margin-bottom: 10px; }
  .headline {
	font-family: 'sourcesanspro-light';
	letter-spacing: 0.045em;
    font-size: 32px; }
  .subline {
	font-family: 'sourcesanspro-light';
	letter-spacing: 0.045em;
    font-size: 22px; }
  .infotext {
	font-family: 'sourcesanspro-light';
	letter-spacing: 0.05em; }
  .legend {
	font-family: 'sourcesanspro-light'; }
  .footer-text {
  	color: rgba(150, 150, 150, 1.0); }
  .footer-empty { 
    display: block; }
  .footer-text-pageend {
    display: inline-block; }
  .negative {
    letter-spacing: 0.065em; }
  .hero-headline.negative, .headline.negative {
	letter-spacing: 0.03em; }
  .infotext.negative {
    letter-spacing: 0.075em; }
  .bold {
	font-family: 'sourcesanspro-regular';
    font-weight: normal;
    letter-spacing: 0.035em; }
}

/* Tablets Landscape View */

@media only screen and (min-width: 800px) {
  .heroHeadline {
    max-width: 66%; }
  .heroSubline {
    max-width: 66%; }
}

/* Large Tablets Portrait View */

@media only screen and (min-width: 1000px) and (orientation: portrait) {
  .hero-headline {
	font-size: 54px;
    max-width: 66%;
	margin-bottom: 10px; }
  .hero-subline {
	font-size: 42px;
    max-width: 80%; 
	margin-bottom: 10px; }
  .infotext.negative {
    letter-spacing: 0.07em; }
}

/* Regular Desktop Devices */

@media only screen and (min-width: 1170px) {
  .hero-headline {
	font-size: 46px;
	letter-spacing: 0.03em;
    max-width: 60%;
	margin-bottom: 10px; }
  .hero-subline {
	font-size: 34px;
	letter-spacing: 0.03em;
    max-width: 75%; 
	margin-bottom: 10px; }
  .headline {
    font-size: 40px;
	letter-spacing: 0.03em; }
  .subline  {
    font-size: 24px;
	letter-spacing: 0.03em; }
  .footer-headline, .footer-text {
    font-size: 12px;
	line-height: 24px; }
  .footer-text-info {
    font-size: 12px;
	line-height: 20px; }
  .negative {
    letter-spacing: 0.065em; }
  .infotext.negative {
    letter-spacing: 0.07em; }
  .bold {
	letter-spacing: 0.035em; }
}

/* Large Desktop Devices */

@media only screen and (min-width: 1400px) {
  .hero-headline {
    max-width: 750px; }
  .hero-subline {
    max-width: 1000px; }
  .negative {
    letter-spacing: 0.055em; }
  .infotext.negative {
    letter-spacing: 0.07em; }
}

/*   END – T Y P O G R A F I E   */


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


/*   V I D E O   */

video {
    width: 100%;
	max-width: 720px;
}

/*   END – V I D E O   */


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


/*   I M A G E S   */

/*   P R O D U C T S  Regular Images  */

.product-image {
    width: 100%;
}

.banner-image {
    width: 100%;
	margin-bottom: -25px;
}

.dynamic-image {
    width: 100%;
}

@media only screen and (min-width: 600px) {
  .dynamic-image {
    width: 66%; }
}

@media only screen and (min-width: 1440px) {
  .dynamic-image {
    width: 50%; }
}

@media only screen and (min-width: 1900px) {
  .dynamic-image {
    width: 33%; }
}


/*   I N F O G R A P H I C  Accuracy Overview */

.accuracy-overview-image-20 {
    display: inline-block;
    width: 19%;
}

.accuracy-overview-image-60 {
    display: inline-block;
    width: 58%;
}

/*   I M A G E S  S T R O R I E S  Overview    */

/*   S T O R Y  Image Wrapper  */

.story-items-wrapper {
	position: relative;
	text-align: center;
    width: 100%;
}

/*   S T O R Y  Images  */

.story-item {
	position: relative;
    display: inline-block;
	width: 80vw;
    height: 80vw;
	overflow: hidden;
	outline: none;
	margin: 2vh;
	background: url(../img/images_background/background_stories_blue.jpg) no-repeat center center/cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.story-item-video {
    height: 55vw;
}

/*   S T O R Y  Images Verhalten  */

.story-item-image {
	position: absolute;
	top: 50%;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
	-webkit-transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1);
	transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.story-item:hover .story-item-image {
	opacity: 1.0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

/*   S T O R Y  Title Wrapper  */

.story-item-title {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0;
	padding-bottom: 2.0em;
	color: rgba(255, 255, 255, 1.0);
	font-size: 22px;
	font-family: 'sourcesanspro-light';
    letter-spacing: 0.08em;
	line-height: 125%;
	text-align: center;	
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.story-item:hover .story-item-title {
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

/*   S T O R Y  Typografie  */

.story-item-title .infotext {
	margin: auto;
	margin-top: 10px;
	max-width: 80%;
}


/*   M E D I A  Q U E R Y /// Images  /// Mobile First   */

/* Bigger than Smartphones */

@media only screen and (min-width: 600px) {
  .story-item {
	width: 50vw;
    height: 50vw; }

  .story-item-video {
    height: 33vw; }
}

/* Bigger than Tablets Landscape View */

@media only screen and (min-width: 800px) {
  .story-item {
	width: 38vh;
    height: 38vh; }

  .story-item-video {
    height: 25vh; }
}

/* Bigger than Large Tablets Landscape View */

@media only screen and (min-width: 1070px) {
  .story-item {
	width: 40vh;
    height: 40vh; }

  .story-item-video {
    height: 27.5vh; }
}


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


/*   G R A P H I C  E L E M E N T S   */

/*   B U T T O N  Positive   */

.button-positive {
  display: inline-block;
  min-width: 100px;
  padding: 0.8em 1.4em;
  margin: 0 10px;
  border: 1px solid rgba(230, 30, 30, 1.0);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0);
  font-family: 'sourcesanspro-regular';
  font-size: 14px;
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: rgba(230, 30, 30, 1.0);
  text-transform: uppercase;
}

.button-positive:hover {
  cursor: pointer;
  background-color: rgba(230, 30, 30, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

/*   B U T T O N  Negative   */

.button-negative {
  display: inline-block;
  min-width: 100px;
  padding: 0.8em 1.4em;
  margin: 0 10px;
  border: 1px solid rgba(230, 30, 30, 1.0);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.25);
  font-family: 'sourcesanspro-regular';
  font-size: 14px;
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 1.0);
  text-transform: uppercase;
}

.button-negative:hover {
  cursor: pointer;
  background-color: rgba(230, 30, 30, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

/*   B U T T O N  White   */

.button-white {
  display: inline-block;
  min-width: 100px;
  padding: 0.8em 1.4em;
  margin: 0 10px;
  border: 1px solid rgba(255, 255, 255, 1.0);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.0);
  font-family: 'sourcesanspro-regular';
  font-size: 14px;
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 1.0);
  text-transform: uppercase;
}

.button-white:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 1.0);
}

/*   B U T T O N  To Top  */

.button-totop {
  position: relative;
  float: right;
  width: 32px;
  height: 32px;
  margin-top: -2px;
}

.button-totop img {
  height: 100%;
}


/*   B U L L E T  /// For Infographic  */

.bullet {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: rgba(150, 160, 160, 1.0);
	margin-right: 10px;
}

/* Bullet Colors */

.bullet-green {
	background: rgba(185, 210, 110, 1.0);
}

.bullet-red {
	background: rgba(240, 110, 125, 1.0);
}

.bullet-blue {
	background: rgba(80, 150, 205, 1.0);
}


/*   I C O N S  /// Sizes and Wrapper */

/*   I C O N W R A P P E R  */

/* Feature Icons */

.icon-wrapper-feature-main {
  display: inline-block;
  margin: auto;
}

/* Selector Icons Range */

.icon-wrapper-selector-range {
  display: inline-block;
  margin: auto;
}

/* Selector Icons Range /// SWITCH OFF and Dummy Icon for Layout*/

.icon-wrapper-selector-range-off {
  display: none;
}

.icon-selector-range {
  display: block;
  margin: auto;
  height: 50px;
  margin: 20px;
}

.icon-selector-distribution-europe {
  display: inline-block;
  margin: auto;
  height: 50px;
  margin: 10px 20px;
}

.icon-selector-wavelength {
  display: block;
  margin: auto;
  height: 50px;
  margin: 20px 20px 0 20px;
}

/* SWITCH ON and Dummy Icon at 600 px */

.icon-dummy-off {
  display: none;
}

@media only screen and (min-width: 600px) {
  .icon-dummy-off {
	display: block; }
}


/*   I C O N S I Z E S  */

.icon-size-32 {
  height: 32px;
}

.icon-size-50 {
  height: 50px;
}

.icon-size-80 {
  height: 80px;
}

.icon-size-100 {
  height: 100px;
}

.icon-size-140 {
  height: 140px;
}

.icon-texticon-small {
  height: 16px;
  margin-bottom: -2px;
}
.icon-texticon {
  height: 24px;
  margin-bottom: -6px;
}

.icon-textlink {
  height: 12px;
  margin-right: 10px;
}

.icon-textlink-small {
  height: 9px;
  margin-right: 10px;
}

.icon-size-team {
  height: 120px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  margin-left:  20px;
  margin-right: 20px;
}

.icon-size-tutorial {
  height: 32px;
  margin-bottom:  -8px;
  margin-right: 10px;
}

.icon-size-userguide {
  height: 48px;
  margin-bottom:  -8px;
  margin-right: 10px;
}

/*   M E D I A  Q U E R Y /// Team Images  /// Mobile First   */

/* Bigger than 450 px */

@media only screen and (min-width: 450px) {
  .icon-size-team {
  	margin-left:  30px;
  	margin-right: 30px; }
}



/*   B U L L E T S  for Text and Infographic */

/*   B U L L E T L I S T  /// List Image */

.bullet-list {
  margin-left: 18px;
  list-style-image: url(../img/icons_navigation/bullet_gray_01.svg); }

/*   B U L L E T  Basic Settings */

.bullet {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px; }

/* Bullet Color BLUE */

.bullet-color-red {
  background-color: rgba(230, 30, 30, 1.0);
}

/* Bullet Color BLUE */

.bullet-color-blue {
  background-color: rgba(30, 60, 130, 1.0);
}

/* Bullet Color GRAY 01 */

.bullet-color-gray-01 {
  background-color: rgba(225, 225, 225, 1.0);
}

/* Bullet Color GRAY 02 */

.bullet-color-gray-02 {
  background-color: rgba(180, 180, 180, 1.0);
}

/* Bullet Color GRAY 03 */

.bullet-color-gray-03 {
  background-color: rgba(135, 135, 135, 1.0);
}

/* Bullet Color GRAY 04 */

.bullet-color-gray-04 {
  background-color: rgba(90, 90, 90, 1.0);
}

/* Bullet Color GRAY 05 */

.bullet-color-gray-04 {
  background-color: rgba(45, 45, 45, 1.0);
}



/*   S P A C E R   */

/*   S P A C E R  T O P  Absolute   */

.space-top-5 {
  margin-top: 5px;
}

.space-top-10 {
  margin-top: 10px;
}

.space-top-15 {
  margin-top: 15px;
}

.space-top-20 {
  margin-top: 20px;
}

.space-top-30 {
  margin-top: 30px;
}

.space-top-40 {
  margin-top: 40px;
}

.space-top-45 {
  margin-top: 45px;
}

.space-top-60 {
  margin-top: 60px;
}

.space-top-80 {
  margin-top: 80px;
}

.space-top-5vh {
  margin-top: 5vh;
}

.space-bottom-shift-15 {
  margin-bottom: -15px;
}

.space-left-right-10 {
  margin-left: 10px;
  margin-right: 10px;
}


/*   L I N E S  */

.line-100 {
  width: 100%;
  height: 1px;
  margin: 50px 0 40px 0;
  background-color: rgba(45, 45, 45, 1.0);
}

.line-100-end {
  width: 100%;
  height: 1px;
  margin: 50px 0 0 0;
  background-color: rgba(45, 45, 45, 1.0);
}

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



/* A N I M A T I O N  L I N K */

/* Hover Opacity 75% */

.hover-link:hover {
  cursor: pointer;
  opacity: 0.6;
}

/* Turn Color to RED */

.hover-link-red:hover {
  cursor: pointer;
  color: rgba(230, 30, 30, 1.0);
}


/* A N I M A T I O N  I C O N S / Scale 115% */

.hover-icon { }

.hover-icon:hover {
  cursor: pointer;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}


/*  A N I M A T I O N  ///  Transitions  */

.ease-02 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ease-04 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ease-06 {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}


/*  A N I M A T I O N  ///  Ease-in on Entering Viewport  */

.animationElement {
  	transition: transform .6s .0s ease-in-out;
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
  	-webkit-opacity: 0;
  	-moz-opacity: 0;
  	-ms-opacity: 0;
  	-o-opacity: 0;
  	opacity: 0;
}

.inView {
	-webkit-opacity: 1.0;
  	-moz-opacity: 1.0;
  	-ms-opacity: 1.0;
  	-o-opacity: 1.0;
  	opacity: 1.0;
    -webkit-transition: all 0.6s ease-in-out;
  	-moz-transition: all 0.6s ease-in-out;
  	-ms-transition: all 0.6s ease-in-out;
  	-o-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
}

@-webkit-keyframes pulse {
  10% {
    opacity: 1; }
  20% {
    opacity: 0.5; }
  30% {
    opacity: 1; }
  40% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0.5; }
  70% {
    opacity: 1; }
  80% {
    opacity: 0.5; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; }
}
	
@keyframes pulse {
  10% {
    opacity: 1; }
  20% {
    opacity: 0.5; }
  30% {
    opacity: 1; }
  40% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0.5; }
  70% {
    opacity: 1; }
  80% {
    opacity: 0.5; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; }
}


/*   D E S K T O P  B R E A K /// for Layout   */

.desktopBreak {}

 @media only screen and (orientation: portrait) {
    .desktopBreak {
      display: none; }
}


/*   P O R T R A I T  B R E A K /// for Layout   */

.portraitBreak {}

 @media only screen and (orientation: landscape) {
    .portraitBreak {
      display: none; }
}

.mobileBreak {display: none;}

 @media only screen and (max-width: 600px) and (orientation: portrait) {
    .desktopBreak {
      display: none; }
}



/*   D I S T R I B U T I O N  P R O D U C T S E L E C T O R  */

/* Handler Contextmenu Distribution */

#distribution-main-menu {}

#distribution-mobile-menu {}

#distribution-content-icon {}

#distribution-content-button {}

#distribution-footer-menu {}

#close-distribution-menu {}

/*   Product Group Selector IDs */

#distribution-selector-wavelengthmeter {}

#distribution-selector-spectrometer {}

#distribution-selector-linewidthanalyzer {}

#distribution-selector-precisioncurrentsources {}

#distribution-selector-calibrationsources {}

/* Menu Container */

.distributonSelectorContainer {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 3000;
  -webkit-opacity: 0.0;
  -moz-opacity: 0.0;
  -ms-opacity: 0.0;
  -o-opacity: 0.0;
  opacity: 0.0; 
}

.distributonSelectorContainer-active {
  top: 0;
}

.distributonSelectorContainer-visible {
  -webkit-opacity: 1.0;
  -moz-opacity: 1.0;
  -ms-opacity: 1.0;
  -o-opacity: 1.0;
  opacity: 1.0; 
}

/* Menu Container /// Top Spacer */

.space-top-distribution-menu {
  margin-top: 20vh;
}

@media only screen and (max-width: 500px) {
  .space-top-distribution-menu {
      margin-top: 15vh; }
}

@media only screen and (max-width: 400px) {
  .space-top-distribution-menu {
      margin-top: 10vh; }
}

@media only screen and (max-width: 320px) {
  .space-top-distribution-menu {
      margin-top: 5vh; }
}

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


/*   P H O N E  L A N D S C A P E  V I E W  B L O C K E R   */

.phoneLandscape {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background: url("../img/images_background/background_visual_red.jpg") no-repeat center center/cover;
}

.phoneLandscape img {
  position: relative;
  margin-left: 50%;
  height: 100%;
  transform: translateX(-50%); }

  @media only screen and (max-width: 850px) and (orientation: landscape) {
    .phoneLandscape {
      display: block; }
}


/*   L O A D I N G  A N I M A T I O N   */

.preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -99999;
}

.preloaderOff{
  display: none; }

.preloader img {
  position: relative;
  margin-left: 50%;
  margin-top: 45vh;
  height: 64px;
  width: 64px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);   
}


/*   DELETE /// C O O K I E I N F O R M A T I O N   */

/*
.cookieInformation {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 45px 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 4000;
  opacity: 1.0;
}

.cookieInformation p {
  font-family: 'sourcesanspro-light';
  font-size: 14px;
  letter-spacing: 0.09em;
  line-height: 160%;
  color: rgba(255, 255, 255, 1.0);
  width: 90%;
  max-width: 750px;
  margin: auto;
}
*/

/*   DELETE /// C O O K I E I N F O  ///  Text Cookieinformation   */

/*
 #cookieText::after {
  content:"This website uses session cookies which are strictly necessary to enable you to move throughout the site. We also use Google Analytics which creates a cookie, enabling us to anonymously track site usage. If you continue, we will assume that you are happy to receive all cookies from this website.";
}

.cookieInformation-off {
  opacity: 0.0;
  bottom: -110%;
}

.cookieInformation-checked {
  display: block;
}
*/


/*   P R O D U C T F I N D E R   */

/*   Selected Range for JavaScript  */

#showAllRanges { }

#showAllAccuracies { }

#selectText { }

.replaceText { }

.replaceText-selected { }

.replaceText-selected-accuracy { }

.invisibleItem {
	display: none;
}

.invisibleText {
	display: none;
}

.visibleText {
	display: block;
}

/*   Delete before launch  */

.todo {
	color: blue;
}


