*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.33;
  color: #333333;
  text-align: left;
  background-color: #fff; }
    
@font-face {
	font-family: 'Roboto';
	src: url('../vendor/Roboto-Light.ttf?ccpxix') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../vendor/Roboto-Regular.ttf?ccpxix') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../vendor/Roboto-Medium.ttf?ccpxix') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../vendor/Roboto-Bold.ttf?ccpxix') format('truetype');
	font-weight: 700;
	font-style: normal;
}

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* CUSTOM RULES */

body.org-opencms-ade-containerpage-client-ui-css-I_CmsLayoutBundle-I_CmsContainerpageCss-enlargeSmallElements header {
	margin-top: 52px;
}

#mobmenu .langs a {
	text-transform: uppercase;
}

footer .menu .delimeter:first-child {
	display: none;
}
