/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*Sofos SCSS*/
/* Hide DESKTOP language picker in main MENU on mobile */
@media screen and (max-width: 767px) {
  #lang-menu-up-de, #lang-menu-up-en, #lang-mob-de, #lang-mob-en, #lang-mob-me {
    display: none;
  }
}
/* Hide DESKTOP language picker on mobile */
@media screen and (max-width: 767px) {
  .language-desktop {
    display: none;
  }
}
/* Hide MOBILE language picker on DESKTOP */
@media screen and (min-width: 768px) {
  .language-mobile {
    display: none;
  }
}
/* Style MOBILE language picker */
@media screen and (max-width: 767px) {
  .language-mobile {
    text-align: center;
    margin: auto;
    max-width: 50px;
  }
}
/* Style Social on MOBILE */
@media screen and (max-width: 767px) {
  .social {
    padding-left: 12px;
    margin: auto;
  }
}
/* Menu Footer */
/*
#horizontalmenu-9034-particle {
	text-align:center;
	align-items: center;
    justify-content: center;
	
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	line-height:1;
	}

#logo-8954-particle{
	
	}
*/
.g-horizontalmenu {
  text-align: center !important;
}
/* Centered menu */
/*
@media screen and (max-width: 1440px) {
	#menu-6409-particle, #menu-9351-particle, #menu-1907-particle {
		position: absolute;  left: 7%; transform: translate(-50%, 0%);
	}
}
*/
/*
@media screen and (max-width: 1400px) {
	#logo-9608-particle {transform: translate(250px, 0px);}
}
*/
/* Change the default tap highlight color for Chrome mobile */
/* Remove the blue highlighting of elements in chrome when clicking */
html {
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: none !important;
}
.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noSelect:focus {
  outline: none !important;
}
html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
/*# sourceMappingURL=custom_23.css.map */