@import "https://fonts.googleapis.com/css?family=Montserrat|PT+Sans&subset=cyrillic,cyrillic-ext,latin-ext";
@import "https://fonts.googleapis.com/css?family=Montserrat|PT+Sans&subset=cyrillic,cyrillic-ext,latin-ext";
@import 'https://fonts.googleapis.com/css?family=Montserrat|PT+Sans&subset=cyrillic,cyrillic-ext,latin-ext';
#prodSabout div {
  order: 2;
  position: unset !important; }
  #prodSabout div img {
    align-self: center;
    opacity: 0.7;
    transition: all 1s;
    margin: 5.76923px 5.76923px 0px 0px;
    width: 61px;
    vertical-align: -webkit-baseline-middle;
    z-index: 1; }
    #prodSabout div img:hover {
      cursor: pointer;
      opacity: 1;
      position: relative;
      transform: scale(3);
      z-index: 2; }
  #prodSabout div a img {
    align-self: center;
    opacity: 0.7;
    transition: all 1s;
    margin: 5.76923px 5.76923px 0px 0px;
    width: 61px;
    vertical-align: -webkit-baseline-middle;
    z-index: 1; }
    #prodSabout div a img:hover {
      cursor: pointer;
      opacity: 1;
      position: relative;
      transform: scale(3);
      z-index: 2; }

#prodSabout center {
  width: -webkit-fill-available;
  min-width: 50%;
  order: 1; }
  #prodSabout center img {
    display: block;
    align-self: unset;
    opacity: unset;
    transition: unset;
    margin: unset;
    width: unset;
    z-index: 1; }
    #prodSabout center img:hover {
      cursor: unset;
      position: initial;
      transform: unset; }

.product-about {
  position: relative;
  display: flex;
  margin: 0.5em 0; }
  @media screen and (max-width: 1000px) {
    .product-about {
      flex-direction: column; } }

#llbutton {
  background-color: #1d8b71;
  border: none !important;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 0.7rem;
  width: 250px; }
  @media screen and (max-width: 950px) {
    #llbutton {
      width: 100%;
      max-width: 500px; } }

.ll-btn-container {
  align-self: center;
  flex-grow: 1; }
  @media screen and (max-width: 950px) {
    .ll-btn-container {
      text-align: center;
      margin-top: 1rem; } }
  .ll-btn-container a {
    float: right; }
    @media screen and (max-width: 950px) {
      .ll-btn-container a {
        float: none; } }
    .ll-btn-container a button {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
      transition: all .3s ease-out; }
      .ll-btn-container a button:hover {
        background-color: #179e80 !important;
        box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225); }
  @media screen and (max-width: 950px) {
    .ll-btn-container {
      width: 100%; } }

#ll-btn-heading {
  font-size: 1rem; }

@media screen and (max-width: 950px) {
  #ll-btn-heading {
    font-size: 1.3rem; } }

@media screen and (max-width: 400px) {
  #ll-btn-heading {
    font-size: 1rem; } }

.header .flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.2rem; }

.header .logo-container {
  align-self: center;
  padding-right: 3rem; }

.header .smiley-logo {
  margin-right: 40px;
 }
  .header .smiley-logo-container {
    flex-grow: 1; }

.search {
  align-self: end;
  flex-grow: 2; }
  .search form {
    float: right;
    display: inline-flex; }
  .search-bar {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 1rem;
    height: 34px;
    padding: 1rem;
    width: 180px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .search-bar:focus {
      border-color: #1d8b71; }
  .search-img {
    border-radius: unset;
    padding: 0 !important;
    width: unset; }
  @media screen and (max-width: 950px) {
    .search {
      display: none; } }

.flex-container {
  display: flex;
  margin: 1.2rem 0 0 0; }
  .flex-container nav {
    align-self: center; }
    .flex-container nav ul li {
      margin: 0 2rem 5px 0 !important; }

.search-btn {
  background: #1d8b71;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
  border-radius: 0.25rem;
  text-align: center;
  width: 33px;
  transition: all .3s ease-out; }

.search-btn:hover {
  background: #179e80;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225); }

/* (re)set */
* {
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0; }

html {
  position: relative; }

/* to place #profConfirm absolute to it */
hr {
  margin: 0.5em;
  border: 1px inset; }

input,
select,
textarea,
button {
  box-sizing: border-box;
  border: 1px inset;
  font-family: PT Sans, sans-serif; }

ul,
ol {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  padding-left: 2em; }

ul.flat {
  margin: 0;
  padding: 0; }

ul.flat li {
  list-style-type: none; }

ul.chevron {
  list-style-image: url("https://cdn.gceurope.com/v1/img/icons/chevron.png"); }

ul.chevron ul {
  list-style: initial; }

ul.chevron ol {
  list-style: decimal; }

body {
  font-family: PT Sans, sans-serif;
  letter-spacing: 0.015em;
  color: #000;
  -webkit-text-size-adjust: 100%; }

/* fix for iPhone (not only safari) adapting text-size in non-text elements like DIV */
h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.67em; }

a {
  color: #888;
  text-decoration: none; }

p {
  margin-bottom: 1em; }

img,
embed,
object {
  max-width: 100%; }

fieldset {
  margin: 0.5em 0;
  padding: 1em;
  border: 1px solid #158b70; }

legend {
  padding: 0 0.5em;
  color: #158b70;
  font-weight: 700; }

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

.clearfloat {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.dns {
  display: none; }

.absmiddle {
  vertical-align: middle; }

.green {
  color: #158b70; }

.grey {
  color: #888; }

.title {
  margin: 2em 0 1em 0;
  color: #158b70; }

.note {
  font-size: 0.75em; }

.card {
  display: inline-block;
  vertical-align: top;
  padding: 1em;
  background-color: #fffff0;
  box-shadow: 1px 1px 10px #ccc; }

.shadow {
  box-shadow: 1px 1px 10px #ccc; }

.shadowBorder {
  border: 1px solid #ccc;
  box-shadow: 5px 5px 10px #888; }

.elaborate {
  vertical-align: top; }

/* workaround for lists (OL/UL): if omitted, vertical bullet position will be inconsistent */
.elaborate.closed {
  margin: 0;
  padding: 0;
  border: 0; }

.elaborate.closed legend {
  padding: 0;
  color: #888;
  cursor: pointer; }

.elaborate.closed div:first-of-type {
  display: none; }

.videoWrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px; }

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videoMax-560x420 {
  margin-top: 0.5rem;
  max-width: 560px;
  max-height: 420px; }

.logOut {
  display: none;
  font-weight: 900;
  animation-name: lO;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in; }

@keyframes lO {
  from {
    color: #158b70;
    letter-spacing: auto; }
  to {
    color: #ff0000;
    letter-spacing: 3px; } }

/* page template */
.centerWFull {
  position: relative;
  background-color: #eee; }

.centerW1600 {
  position: relative;
  max-width: 1600px;
  margin: 0 auto; }

.centerW1200 {
  position: relative;
  max-width: 1168px;
  padding: 0 1rem;
  margin: 0 auto; }

#profConfirm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  display: none;
  background-color: #e1f2ef;
  background-color: rgba(225, 242, 239, 0.9); }

#profConfirm div {
  width: 40%;
  padding: 5%;
  margin: 10% auto;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px #333; }

#cookieWarning {
  padding: 0.5rem;
  text-align: center; }

#cookieWarning p,
#cookieWarning b {
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1em; }

#cookieWarning b a {
  margin-left: 1em;
  padding: 0.5em;
  background-color: #fff;
  cursor: pointer; }

#navigation aside {
  position: absolute;
  bottom: 0;
  right: 1rem;
  margin-top: 1rem;
  text-align: right;
  font-size: 0.75rem; }

#navigation aside div {
  margin-bottom: 4.5rem; }

#navigation aside form {
  display: inline;
  box-shadow: 0px 0px 30px 2px #999; }

#navigation aside input {
  vertical-align: middle;
  border: none;
  box-sizing: content-box; }

#navigation aside input[type="text"] {
  width: 15em;
  height: 1rem;
  padding: 0.5rem; }

#navigation h1 a {
  position: relative;
  /* for 'home button' */
  /*	display:block; width:240px; height:56px; margin-top:3rem; */
  display: block;
  width: 196px;
  height: 46px;
  margin-top: 2rem;
  background-image: url("https://cdn.gceurope.com/v1/img/logo.png"); }

#navigation h1 a > div {
  position: absolute;
  top: 0;
  left: 0;
  /*	width:240px; height:56px; */
  width: 196px;
  height: 46px;
  display: none; }

#navigation h1 a div div {
  /*	margin:43px 0 0 204px;	*/
  /*margin:-1px 0 0 1px;*/
  margin: 33px 0 0 160px;
  color: #6bbba9;
  font-size: 12px; }

#navigation h1 a:hover > div {
  display: block;
  border: 1px solid #6bbba9; }

#navigation nav ul {
  margin-left: -0.5rem; }

#navigation nav ul li {
  display: inline-block;
  margin: 2rem 2rem 0 0; }

#navigation nav ul a {
  padding: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  color: #158b70; }

#menuMobileButton,
#menuContent aside,
.menuCat,
.menuCatCnt {
  display: none; }

#menuContent {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 101; }

.menuCols {
  float: left;
  margin: 0 4% 1% 1%; }

.menuTitle {
  display: block;
  margin-top: 1rem;
  font-weight: bold; }

.menuTitle a {
  color: #000; }

.menuItem {
  display: block;
  margin: 0.5em 0; }

#breadcrumb {
  margin: 1rem auto 2rem auto;
  font-size: 0.75rem; }

#langWarning {
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 1px dashed #ff0000;
  text-align: center;
  background-color: #f7941d; }

#mainContent {
  margin-bottom: 2rem; }

#links section {
  float: left;
  width: 25%;
  margin: 1.33333em 0 2.66667em 0;
  font-size: 0.75rem;
  line-height: 2em; }

#links h1 {
  font-size: 1em; }

#socialMedia h1 {
  display: inline-block;
  font-size: 1rem;
  line-height: 32px;
  vertical-align: middle; }

.smIcon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 0.5rem;
  background-image: url("https://cdn.gceurope.com/v1/img/socialmedia.png");
  vertical-align: middle; }

#smYT {
  background-position: -32px 0; }

#smTW {
  background-position: -64px 0; }

#smLI {
  background-position: -96px 0; }

footer div:last-of-type {
  background-color: #158b70; }

#legal {
  display: block;
  margin-top: 1rem;
  background-color: #158b70;
  color: #fff;
  font-size: 0.75rem;
  line-height: 3em; }

#legal a {
  color: #fff; }

#legal a:hover {
  color: #888; }

/* SFTW adaptation - to get back to previous state: remove image in HTML + remove styles: general (below), MQ 1000px, MQ 600px &  MQ 400px  */
#sftw {
  display: block;
  position: absolute;
  left: 258px;
  /* 16 + 196 + 46 */
  top: -4px;
  /* (54 - 46) / 2 */ }

@media screen and (max-width: 1000px) {
  #cookiewarning p,
  #cookiewarning b {
    display: block; }
  #cookiewarning b {
    margin: 1.5em 0 1em 0;
    text-align: center; }
  #cookiewarning b a {
    margin-left: 0; }
  #navigation aside {
    position: static; }
  #navigation aside div {
    float: left;
    margin-bottom: 1.5em; }
  #navigation aside input[type="text"] {
    width: 10em; }
  #navigation h1 a {
    margin-top: 0; }
  /* SFTW adaptation - to get back to previous state: remove image in HTML + remove styles: general, MQ 1000px (below), MQ 600px &  MQ 400px  */
  #sftw {
    top: 31px;
    /* 17 (= H DIV "lang") + 18 (= margin-bottom DIV "lang") - 4 (= (54-46)/2) */ }
  /* /SFTW adaptation */ }

@media screen and (max-width: 600px) {
  #navigation h1 a {
    margin: 2rem auto; }
  #navigation aside,
  #navigation nav {
    display: none; }
  #menuMobileButton {
    display: block;
    position: absolute;
    top: -1rem;
    right: 1rem;
    z-index: 100; }
  #menuContent {
    position: static;
    margin-top: -1rem; }
  #menuContent aside {
    display: block;
    margin-top: 1rem;
    padding: 0.5rem;
    border-top: 1rem solid #eee;
    font-size: 0.75rem;
    background-color: #fff; }
  #menuContent aside div {
    margin-bottom: 1em; }
  #menuContent aside input {
    vertical-align: middle;
    border: 1px solid #158b70;
    box-sizing: content-box; }
  #menuContent aside input[type="text"] {
    width: 78%;
    height: 1rem;
    padding: 0.5rem; }
  .menuCols {
    float: none;
    margin: 0; }
  .menuCatCnt {
    background-color: #aaa; }
  .menuCat,
  .menuItem {
    display: block;
    padding: 0.5em;
    border-bottom: 1px solid #aaa;
    font-size: 1.25rem;
    color: #000; }
  .menuCat:hover,
  .menuItem:hover {
    border-color: #fff;
    color: #fff;
    background-color: #aaa; }
  .menuTitle {
    display: none; }
  .menuItem {
    margin: 0 0 0 0.5em;
    background-color: #eee; }
  #links section {
    width: 40%;
    padding: 0 5%; }
  /* SFTW adaptation - to get back to previous state: remove image in HTML + remove styles: general, MQ 1000px, MQ 600px (below) &  MQ 400px  */
  #navigation h1 a {
    margin: 2rem 0; }
  #sftw {
    top: -4px; }
  /* /SFTW adaptation */ }

@media screen and (max-width: 400px) {
  /* SFTW adaptation - to get back to previous state: remove image in HTML + remove styles: general, MQ 1000px, MQ 600px &  MQ 400px (below)  */
  #navigation h1 a {
    margin: 1rem 0;
    transform: scale(0.7, 0.7);
    transform-origin: left; }
  #sftw {
    transform: scale(0.7, 0.7);
    left: 169px; }
  /* /SFTW adaptation */ }

/* ------------------------------------  jm */
@media screen and (max-width: 1200px) {
  .centerW1200.clearfix {
    height: auto; } }

/* (re)set */
* {
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0; }

html {
  position: relative; }

/* to place #profConfirm absolute to it */
hr {
  margin: 0.5em;
  border: 1px inset; }

input,
select,
textarea,
button {
  box-sizing: border-box;
  border: 1px inset;
  font-family: PT Sans, sans-serif; }

ul,
ol {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  padding-left: 2em; }

ul.flat {
  margin: 0;
  padding: 0; }

ul.flat li {
  list-style-type: none; }

ul.chevron {
  list-style-image: url("https://cdn.gceurope.com/v1/img/icons/chevron.png"); }

ul.chevron ul {
  list-style: initial; }

ul.chevron ol {
  list-style: decimal; }

body {
  font-family: PT Sans, sans-serif;
  letter-spacing: 0.015em;
  color: #000;
  -webkit-text-size-adjust: 100%; }

/* fix for iPhone (not only safari) adapting text-size in non-text elements like DIV */
h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.67em; }

a {
  color: #888;
  text-decoration: none; }

p {
  margin-bottom: 1em; }

img,
embed,
object {
  max-width: 100%; }

fieldset {
  margin: 0.5em 0;
  padding: 1em;
  border: 1px solid #158b70; }

legend {
  padding: 0 0.5em;
  color: #158b70;
  font-weight: 700; }

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

.clearfloat {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.dns {
  display: none; }

.absmiddle {
  vertical-align: middle; }

.green {
  color: #158b70; }

.grey {
  color: #888; }

.title {
  margin: 2em 0 1em 0;
  color: #158b70; }

.note {
  font-size: 0.75em; }

.card {
  display: inline-block;
  vertical-align: top;
  padding: 1em;
  background-color: #fffff0;
  box-shadow: 1px 1px 10px #ccc; }

.shadow {
  box-shadow: 1px 1px 10px #ccc; }

.shadowBorder {
  border: 1px solid #ccc;
  box-shadow: 5px 5px 10px #888; }

.elaborate {
  vertical-align: top; }

/* workaround for lists (OL/UL): if omitted, vertical bullet position will be inconsistent */
.elaborate.closed {
  margin: 0;
  padding: 0;
  border: 0; }

.elaborate.closed legend {
  padding: 0;
  color: #888;
  cursor: pointer; }

.elaborate.closed div:first-of-type {
  display: none; }

.videoWrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px; }

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videoMax-560x420 {
  margin-top: 0.5rem;
  max-width: 560px;
  max-height: 420px; }

.logOut {
  display: none;
  font-weight: 900;
  animation-name: lO;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in; }

@keyframes lO {
  from {
    color: #158b70;
    letter-spacing: auto; }
  to {
    color: #ff0000;
    letter-spacing: 3px; } }

/* page template */
.centerWFull {
  position: relative;
  background-color: #eee; }

.centerW1600 {
  position: relative;
  max-width: 1600px;
  margin: 0 auto; }

.centerW1200 {
  position: relative;
  max-width: 1168px;
  padding: 0 1rem;
  margin: 0 auto; }

#profConfirm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  display: none;
  background-color: #e1f2ef;
  background-color: rgba(225, 242, 239, 0.9); }

#profConfirm div {
  width: 40%;
  padding: 5%;
  margin: 10% auto;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px #333; }

#cookieWarning {
  padding: 0.5rem;
  text-align: center; }

#cookieWarning p,
#cookieWarning b {
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1em; }

#cookieWarning b a {
  margin-left: 1em;
  padding: 0.5em;
  background-color: #fff;
  cursor: pointer; }

#navigation aside {
  position: absolute;
  bottom: 0;
  right: 1rem;
  margin-top: 1rem;
  text-align: right;
  font-size: 0.75rem; }

#navigation aside div {
  margin-bottom: 4.5rem; }

#navigation aside form {
  display: inline;
  box-shadow: 0px 0px 30px 2px #999; }

#navigation aside input {
  vertical-align: middle;
  border: none;
  box-sizing: content-box; }

#navigation aside input[type="text"] {
  width: 15em;
  height: 1rem;
  padding: 0.5rem; }

#navigation h1 a {
  position: relative;
  /* for 'home button' */
  /*	display:block; width:240px; height:56px; margin-top:3rem; */
  display: block;
  width: 196px;
  height: 46px;
  margin-top: 2rem;
  background-image: url("https://cdn.gceurope.com/v1/img/logo.png"); }

#navigation h1 a > div {
  position: absolute;
  top: 0;
  left: 0;
  /*	width:240px; height:56px; */
  width: 196px;
  height: 46px;
  display: none; }

#navigation h1 a div div {
  /*	margin:43px 0 0 204px;	*/
  /*margin:-1px 0 0 1px;*/
  margin: 33px 0 0 160px;
  color: #6bbba9;
  font-size: 12px; }

#navigation h1 a:hover > div {
  display: block;
  border: 1px solid #6bbba9; }

#navigation nav ul {
  margin-left: -0.5rem; }

#navigation nav ul li {
  display: inline-block;
  margin: 2rem 2rem 0 0; }

#navigation nav ul a {
  padding: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  color: #158b70; }

#menuMobileButton,
#menuContent aside,
.menuCat,
.menuCatCnt {
  display: none; }

#menuContent {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 101; }

.menuCols {
  float: left;
  margin: 0 4% 1% 1%; }

.menuTitle {
  display: block;
  margin-top: 1rem;
  font-weight: bold; }

.menuTitle a {
  color: #000; }

.menuItem {
  display: block;
  margin: 0.5em 0; }

#breadcrumb {
  margin: 1rem auto 2rem auto;
  font-size: 0.75rem; }

#langWarning {
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 1px dashed #ff0000;
  text-align: center;
  background-color: #f7941d; }

#mainContent {
  margin-bottom: 2rem; }

#links section {
  float: left;
  width: 25%;
  margin: 1.33333em 0 2.66667em 0;
  font-size: 0.75rem;
  line-height: 2em; }

#links h1 {
  font-size: 1em; }

#socialMedia h1 {
  display: inline-block;
  font-size: 1rem;
  line-height: 32px;
  vertical-align: middle; }

.smIcon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 0.5rem;
  background-image: url("https://cdn.gceurope.com/v1/img/socialmedia.png");
  vertical-align: middle; }

#smYT {
  background-position: -32px 0; }

#smTW {
  background-position: -64px 0; }

#smLI {
  background-position: -96px 0; }

footer div:last-of-type {
  background-color: #158b70; }

#legal {
  display: block;
  margin-top: 1rem;
  background-color: #158b70;
  color: #fff;
  font-size: 0.75rem;
  line-height: 3em; }

#legal a {
  color: #fff; }

#legal a:hover {
  color: #888; }

/* SFTW adaptation - to get back to previous state: remove image in HTML + remove styles: general (below), MQ 1000px, MQ 600px &  MQ 400px  */
#sftw {
  display: block;
  position: absolute;
  left: 258px;
  /* 16 + 196 + 46 */
  top: -4px;
  /* (54 - 46) / 2 */ }

@media screen and (max-width: 1000px) {
  #cookiewarning p,
  #cookiewarning b {
    display: block; }
  #cookiewarning b {
    margin: 1.5em 0 1em 0;
    text-align: center; }
  #cookiewarning b a {
    margin-left: 0; }
  #navigation aside {
    position: static; }
  #navigation aside div {
    float: left;
    margin-bottom: 1.5em; }
  #navigation aside input[type="text"] {
    width: 10em; }
  #navigation h1 a {
    margin-top: 0; }
  /* SFTW adaptation - to get back to previous state: remove image in HTML + remove styles: general, MQ 1000px (below), MQ 600px &  MQ 400px  */
  #sftw {
    top: 31px;
    /* 17 (= H DIV "lang") + 18 (= margin-bottom DIV "lang") - 4 (= (54-46)/2) */ }
  /* /SFTW adaptation */ }

@media screen and (max-width: 600px) {
  #navigation h1 a {
    margin: 2rem auto; }
  #navigation aside,
  #navigation nav {
    display: none; }
  #menuMobileButton {
    display: block;
    position: absolute;
    top: -1rem;
    right: 1rem;
    z-index: 100; }
  #menuContent {
    position: static;
    margin-top: -1rem; }
  #menuContent aside {
    display: block;
    margin-top: 1rem;
    padding: 0.5rem;
    border-top: 1rem solid #eee;
    font-size: 0.75rem;
    background-color: #fff; }
  #menuContent aside div {
    margin-bottom: 1em; }
  #menuContent aside input {
    vertical-align: middle;
    border: 1px solid #158b70;
    box-sizing: content-box; }
  #menuContent aside input[type="text"] {
    width: 78%;
    height: 1rem;
    padding: 0.5rem; }
  .menuCols {
    float: none;
    margin: 0; }
  .menuCatCnt {
    background-color: #aaa; }
  .menuCat,
  .menuItem {
    display: block;
    padding: 0.5em;
    border-bottom: 1px solid #aaa;
    font-size: 1.25rem;
    color: #000; }
  .menuCat:hover,
  .menuItem:hover {
    border-color: #fff;
    color: #fff;
    background-color: #aaa; }
  .menuTitle {
    display: none; }
  .menuItem {
    margin: 0 0 0 0.5em;
    background-color: #eee; }
  #links section {
    width: 40%;
    padding: 0 5%; }
  /* SFTW adaptation - to get back to previous state: remove image in HTML + remove styles: general, MQ 1000px, MQ 600px (below) &  MQ 400px  */
  #navigation h1 a {
    margin: 2rem 0; }
  #sftw {
    top: -4px; }
  /* /SFTW adaptation */ }

@media screen and (max-width: 400px) {
  /* SFTW adaptation - to get back to previous state: remove image in HTML + remove styles: general, MQ 1000px, MQ 600px &  MQ 400px (below)  */
  #navigation h1 a {
    margin: 1rem 0;
    transform: scale(0.7, 0.7);
    transform-origin: left; }
  #sftw {
    transform: scale(0.7, 0.7);
    left: 169px; }
  /* /SFTW adaptation */ }

@media screen and (max-width: 1200px) {
  .centerW1200.clearfix {
    height: auto; } }

/* added css for mailing banner */
/*join-mailing css*/
.join-mailing {
  background: #d6eeea;
  position: relative;
  padding: 15px 20px; }

.join-mailing .content {
  float: left;
  margin-right: 15px; }

.join-mailing .content h2 {
  color: #158b70;
  font-size: 21px; }

.join-mailing .join-btn {
  float: right; }

.join-mailing .join-btn a {
  background: #fff;
  color: #158b70;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 8px;
  border: 1px solid #158b70;
  display: inline-block;
  font-size: 16px; }

.join-mailing .join-btn a:hover {
  background: #158b70;
  color: #fff; }

@media screen and (max-width: 767px) {
  .join-mailing .join-btn,
  .join-mailing .content {
    float: none; }
  .join-mailing .join-btn a {
    display: block;
    text-align: center; }
  .join-mailing {
    padding: 15px 12px; }
  .join-mailing .content h2 {
    font-size: 17px;
    margin-bottom: 15px; } }

@media screen and (max-width: 481px) {
  .mobile-fix {
    margin-top: 20px; } }

@media screen and (max-width: 400px) {
  /* SFTW adaptation - to get back to previous state: remove image in HTML + remove styles: general, MQ 1000px, MQ 600px &  MQ 400px (below)  */
  #navigation h1 a {
    margin: 1rem 0;
    transform: scale(0.7, 0.7);
    transform-origin: left; }
  #sftw {
    transform: scale(0.7, 0.7);
    left: 169px; }
  /* /SFTW adaptation */ }

@media screen and (max-width: 1200px) {
  .centerW1200.clearfix {
    height: auto; } }

.gc-slideshow {
  color: #fff;
  display: flex;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .gc-slideshow {
      flex-wrap: wrap; } }
  .gc-slideshow__wrapper {
    bottom: 0;
    right: 0;
    padding: 0 15px 0 0;
    position: absolute;
    width: 375px; }
    @media screen and (max-width: 1200px) {
      .gc-slideshow__wrapper {
        display: flex;
        padding: 2rem 1.3rem;
        position: unset;
        justify-content: space-between;
        width: unset; } }
    @media screen and (max-width: 750px) {
      .gc-slideshow__wrapper {
        flex-direction: column;
        padding: calc(2rem - 12px) 1rem; } }
  .gc-slideshow p {
    font-size: 20px;
    margin-bottom: 0;
    overflow: auto; }
    .gc-slideshow p::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px; }
    .gc-slideshow p::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
    .gc-slideshow p::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 480px) {
      .gc-slideshow p {
        font-size: 13px; } }
  .gc-slideshow__information-container {
    background-color: #138b70;
    order: 1;
    width: 38%;
    position: relative;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 1200px) {
      .gc-slideshow__information-container {
        margin: unset;
        order: 2;
        width: 100%; } }
  .gc-slideshow__headline {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 18px 0; }
    @media screen and (max-width: 480px) {
      .gc-slideshow__headline {
        font-size: 13px; } }
  .gc-slideshow__article a {
    color: #fff; }
  .gc-slideshow__article h1 {
    font-size: 21px;
    margin: 0 0 6px 0;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 480px) {
      .gc-slideshow__article h1 {
        font-size: 14px; } }
  @media screen and (max-width: 1200px) {
    .gc-slideshow__article {
      min-width: 70%; } }
  .gc-slideshow__map {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 30px 0 0 0;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .gc-slideshow__map {
        justify-content: flex-end;
        margin: unset;
        min-width: 30%; } }
    @media screen and (max-width: 750px) {
      .gc-slideshow__map {
        justify-content: center;
        margin: 20px 0 0 0; } }
    @media screen and (max-width: 480px) {
      .gc-slideshow__map {
        justify-content: flex-start;
        margin: 5px 0 0 0; } }
    .gc-slideshow__map-spot {
      border: 2px solid #fff;
      border-radius: 50%;
      box-shadow: 0px 0px 20px 1px #999;
      display: inline-block;
      height: 10px;
      margin: 0 16px 16px 0;
      width: 10px; }
      @media screen and (max-width: 1200px) {
        .gc-slideshow__map-spot {
          margin: 0 0 0 12px; } }
      @media screen and (max-width: 750px) {
        .gc-slideshow__map-spot {
          margin: 0 12px 12px 0; } }
      @media screen and (max-width: 480px) {
        .gc-slideshow__map-spot {
          height: 7px;
          margin: 0 8px 12px 0;
          width: 7px; } }
  .gc-slideshow__flyer {
    cursor: pointer;
    order: 2;
    width: 62%;
    height: 100%; }
    @media screen and (max-width: 1200px) {
      .gc-slideshow__flyer {
        order: 1;
        width: 100%; } }

.ce-link {
  color: unset; }

.ce-program {
  display: inline-flex;
  border-bottom: 1px solid #80808054;
  border-left: 1px solid #80808054;
  border-right: 1px solid #80808054;
  cursor: pointer;
  margin: 12.5px 0;
  padding: 25px 0;
  width: 100%;
  background: #138b7047;
  background: -moz-linear-gradient(top, #138b7047 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #138b7047 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #138b7047 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#138b70', endColorstr='#ffffff', GradientType=0); }
  .ce-program__date {
    width: 75px;
    text-align: center; }
    .ce-program__date .date {
      font-size: 30px; }
    .ce-program__date .month {
      color: #888;
      font-weight: bold; }
  .ce-program__details {
    width: calc(100% - 75px); }
  .ce-program p {
    color: #888;
    font-weight: bold;
    margin: 7px 0 0 0; }
  .ce-program h2 {
    font-size: 1.2em; }

.zoom_Img {
  display: inline-block;
  position: relative;
  border: 1px solid #CCC;
  line-height: 0;
  /* avoid extra pixels below image - clearly visible by border set above */ }

.zoom_Img:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("http://cdn.gceurope.com/v1/img/zoom.png"); }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  position: absolute;
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* FADE ANIMATION*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 2.5s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 1s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.prodCols {
  background: -webkit-linear-gradient(left, #DCEEEA 200px, #FFF 200px, #FFF);
  background: -moz-linear-gradient(left, #DCEEEA 200px, #FFF 200px, #FFF);
  background: -ms-linear-gradient(left, #DCEEEA 200px, #FFF 200px, #FFF);
  background: -o-linear-gradient(left, #DCEEEA 200px, #FFF 200px, #FFF);
  background: linear-gradient(left, #DCEEEA 200px, #FFF 200px, #FFF); }

#prodContent NAV,
#prodLinks {
  float: left;
  width: 200px;
  /* width to avoid that box becomes wider than fake column */
  padding: 1em;
  box-sizing: border-box;
  /* border-box to add padding without adding an extra div inside */ }

#prodContent NAV IMG {
  display: block; }

#prodContent NAV A {
  display: block;
  margin: 0.5em 0; }

#prodContent NAV A IMG {
  display: inline; }

#prodContent HEADER,
#prodContent SECTION,
#prodPics {
  margin-left: 220px; }

#prodContent HEADER {
  padding: 0.5em;
  background-color: #EEE; }

#prodContent HEADER H1 {
  font-size: 1.5em;
  color: #158B70; }

#prodContent HEADER H2 {
  font-size: 1.125em; }

#prodContent SECTION,
.prodMNav {
  display: none;
  margin-top: 1em; }

.prodLink {
  display: inline-block;
  width: 50px;
  margin-right: 9px;
  font-size: 0.5em;
  text-align: center;
  color: #FFF;
  background-color: #000; }

#prodLinks IMG {
  display: block; }

#prodLinks,
#prodPics {
  padding-top: 1em; }

#prodPics IMG {
  margin-right: 10px;
  border: 3px solid #EEE;
  box-shadow: 1px 1px 1px #888; }

@media screen and (max-width: 600px) {
  .prodCols {
    background: #FFF; }
  #prodContent NAV {
    display: none; }
  #prodContent HEADER,
  #prodContent SECTION {
    margin: 0; }
  #prodContent HEADER {
    padding: 0;
    background-color: inherit; }
  .prodMNav {
    display: block;
    padding: 0.5em;
    color: #FFF;
    font-size: 1rem;
    font-weight: bold;
    background-color: #158B70; }
  #prodLinks {
    float: none;
    margin-top: 2em;
    padding: 0; }
  #prodPics {
    margin: 1em 0 0 0;
    padding: 0; } }

#breadcrumb {
  margin-bottom: 0; }

#langWarning {
  margin-top: 1rem; }

.tile {
  float: left;
  width: 31.5%;
  /* ~370/1168 */
  display: block;
  margin: 2.5% 0 0 0;
  background-color: #AAA;
  cursor: pointer;
  overflow: hidden; }

.tile:nth-child(3n+2) {
  margin-left: 2.5%;
  margin-right: 2.5%;
  /* ~29/1168 */ }

.tile IMG {
  display: block; }

.tile,
.tile HEADER {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain; }

.tile H1 {
  font-size: 1.125rem;
  padding: 3.5%;
  /* ~14/370 */
  color: #FFF; }

.tile DIV {
  display: none; }

.tile DIV A {
  display: block;
  margin: 0 0 0.5em 1em;
  color: #000; }

@media screen and (max-width: 1200px) {
  .tile H1 {
    font-size: 1rem; } }

@media screen and (max-width: 1000px) {
  .tile H1 {
    font-size: 0.9rem; } }

@media screen and (max-width: 600px) {
  #breadcrumb {
    margin-bottom: 1rem; }
  #mainContent {
    padding: 0;
    margin-bottom: 0; }
  #mainContent .tile {
    /* #mainContent: add weight to overrule .tile:nth-child(3n+2) */
    float: none;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #FFF; }
  .tile IMG {
    display: none; }
  .tile H1 {
    font-size: 1.5rem;
    font-weight: normal; } }

/* sorry for those using lt IE9 or old alternative - please use a (somewhat) recent browser */
/*
@font-face {
	font-family:'pt_sansRegular';
		src:	url('font/pt_sans-regular.eot');
		src:	url('font/pt_sans-regular.eot?#iefix') format('embedded-opentype'),
			url('font/pt_sans-regular.woff2') format('woff2'),
			url('font/pt_sans-regular.woff') format('woff'),
			url('font/pt_sans-regular.ttf') format('truetype'),
			url('font/pt_sans-regular.svg#pt_sansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'montserratRegular';
		src:	url('font/montserrat-regular.eot');
		src:	url('font/montserrat-regular.eot?#iefix') format('embedded-opentype'),
			url('font/montserrat-regular.woff2') format('woff2'),
			url('font/montserrat-regular.woff') format('woff'),
			url('font/montserrat-regular.ttf') format('truetype'),
			url('font/montserrat-regular.svg#montserratRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/* (re)set */
* {
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0; }

HTML {
  position: relative; }

/* to place #profConfirm absolute to it */
HR {
  margin: 0.5em;
  border: 1px inset; }

INPUT,
SELECT,
TEXTAREA,
BUTTON {
  box-sizing: border-box;
  border: 1px inset;
  font-family: PT Sans, sans-serif; }

UL,
OL {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  padding-left: 2em; }

UL.flat {
  margin: 0;
  padding: 0; }

UL.flat LI {
  list-style-type: none; }

UL.chevron {
  list-style-image: url("https://cdn.gceurope.com/v1/img/icons/chevron.png"); }

UL.chevron UL {
  list-style: initial; }

UL.chevron OL {
  list-style: decimal; }

BODY {
  font-family: PT Sans, sans-serif;
  letter-spacing: 0.015em;
  color: #000;
  -webkit-text-size-adjust: 100%; }

/* fix for iPhone (not only safari) adapting text-size in non-text elements like DIV */
H1 {
  font-size: 2em; }

H2 {
  font-size: 1.5em; }

H3 {
  font-size: 1.17em; }

H4 {
  font-size: 1em; }

H5 {
  font-size: 0.83em; }

H6 {
  font-size: 0.67em; }

A {
  color: #888;
  text-decoration: none; }

P {
  margin-bottom: 1em; }

IMG,
EMBED,
OBJECT {
  max-width: 100%; }

FIELDSET {
  margin: 0.5em 0;
  padding: 1em;
  border: 1px solid #158B70; }

LEGEND {
  padding: 0 0.5em;
  color: #158B70;
  font-weight: 700; }

SUP,
SUB {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

SUB {
  top: 0.4em; }

.clearfloat {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.dns {
  display: none; }

.absmiddle {
  vertical-align: middle; }

.green {
  color: #158B70; }

.grey {
  color: #888; }

.title {
  margin: 2em 0 1em 0;
  color: #158B70; }

.note {
  font-size: 0.75em; }

.card {
  display: inline-block;
  vertical-align: top;
  padding: 1em;
  background-color: #FFFFF0;
  box-shadow: 1px 1px 10px #CCC; }

.shadow {
  box-shadow: 1px 1px 10px #CCC; }

.shadowBorder {
  border: 1px solid #CCC;
  box-shadow: 5px 5px 10px #888; }

.elaborate {
  vertical-align: top; }

/* workaround for lists (OL/UL): if omitted, vertical bullet position will be inconsistent */
.elaborate.closed {
  margin: 0;
  padding: 0;
  border: 0; }

.elaborate.closed LEGEND {
  padding: 0;
  color: #888;
  cursor: pointer; }

.elaborate.closed DIV:first-of-type {
  display: none; }

.videoWrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px; }

.videoWrapper IFRAME,
.videoWrapper OBJECT,
.videoWrapper EMBED {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videoMax-560x420 {
  margin-top: 0.5rem;
  max-width: 560px;
  max-height: 420px; }

.logOut {
  display: none;
  font-weight: 900;
  animation-name: lO;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in; }

@keyframes lO {
  from {
    color: #158B70;
    letter-spacing: auto; }
  to {
    color: #FF0000;
    letter-spacing: 3px; } }

/* page template */
.centerWFull {
  position: relative;
  background-color: #EEE; }

.centerW1600 {
  position: relative;
  max-width: 1600px;
  margin: 0 auto; }

.centerW1200 {
  position: relative;
  max-width: 1168px;
  padding: 0 1rem;
  margin: 0 auto; }

#profConfirm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  display: none;
  background-color: #E1F2EF;
  background-color: rgba(225, 242, 239, 0.9); }

#profConfirm DIV {
  width: 40%;
  padding: 5%;
  margin: 10% auto;
  text-align: center;
  background-color: #FFF;
  box-shadow: 0 0 15px #333; }

#cookieWarning {
  padding: 0.5rem;
  text-align: center; }

#cookieWarning P,
#cookieWarning B {
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1em; }

#cookieWarning B A {
  margin-left: 1em;
  padding: 0.5em;
  background-color: #FFF;
  cursor: pointer; }

#navigation ASIDE {
  position: absolute;
  bottom: 0;
  right: 1rem;
  margin-top: 1rem;
  text-align: right;
  font-size: 0.75rem; }

#navigation ASIDE DIV {
  margin-bottom: 4.5rem; }

#navigation ASIDE FORM {
  display: inline;
  box-shadow: 0px 0px 30px 2px #999; }

#navigation ASIDE INPUT {
  vertical-align: middle;
  border: none;
  box-sizing: content-box; }

#navigation ASIDE INPUT[type=text] {
  width: 15em;
  height: 1rem;
  padding: 0.5rem; }

#navigation H1 A {
  position: relative;
  /* for 'home button' */
  /*	display:block; width:240px; height:56px; margin-top:3rem; */
  display: block;
  width: 196px;
  height: 46px;
  margin-top: 2rem;
  background-image: url("https://cdn.gceurope.com/v1/img/logo.png"); }

#navigation H1 A > DIV {
  position: absolute;
  top: 0;
  left: 0;
  /*	width:240px; height:56px; */
  width: 196px;
  height: 46px;
  display: none; }

#navigation H1 A DIV DIV {
  /*	margin:43px 0 0 204px;	*/
  /*margin:-1px 0 0 1px;*/
  margin: 33px 0 0 160px;
  color: #6BBBA9;
  font-size: 12px; }

#navigation H1 A:hover > DIV {
  display: block;
  border: 1px solid #6BBBA9; }

#navigation NAV UL {
  margin-left: -0.5rem; }

#navigation NAV UL LI {
  display: inline-block;
  margin: 2rem 2rem 0 0; }

#navigation NAV UL A {
  padding: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  color: #158B70; }

#menuMobileButton,
#menuContent ASIDE,
.menuCat,
.menuCatCnt {
  display: none; }

#menuContent {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 101; }

.menuCols {
  float: left;
  margin: 0 4% 1% 1%; }

.menuTitle {
  display: block;
  margin-top: 1rem;
  font-weight: bold; }

.menuTitle A {
  color: #000; }

.menuItem {
  display: block;
  margin: 0.5em 0; }

#breadcrumb {
  margin: 1rem auto 2rem auto;
  font-size: 0.75rem; }

#langWarning {
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 1px dashed #FF0000;
  text-align: center;
  background-color: #F7941D; }

#mainContent {
  margin-bottom: 2rem; }

#links SECTION {
  float: left;
  width: 25%;
  margin: 1.33333em 0 2.66667em 0;
  font-size: 0.75rem;
  line-height: 2em; }

#links H1 {
  font-size: 1em; }

#socialMedia H1 {
  display: inline-block;
  font-size: 1rem;
  line-height: 32px;
  vertical-align: middle; }

.smIcon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 0.5rem;
  background-image: url("https://cdn.gceurope.com/v1/img/socialmedia.png");
  vertical-align: middle; }

#smYT {
  background-position: -32px 0; }

#smTW {
  background-position: -64px 0; }

#smLI {
  background-position: -96px 0; }

FOOTER DIV:last-of-type {
  background-color: #158B70; }

#legal {
  display: block;
  margin-top: 1rem;
  background-color: #158B70;
  color: #FFF;
  font-size: 0.75rem;
  line-height: 3em; }

#legal A {
  color: #FFF; }

#legal A:hover {
  color: #888; }

/* SFTW adaptation - to get back to previous state: remove image in HTML + remove styles: general (below), MQ 1000px, MQ 600px &  MQ 400px  */
#sftw {
  display: block;
  position: absolute;
  left: 258px;
  /* 16 + 196 + 46 */
  top: -4px;
  /* (54 - 46) / 2 */ }

/* /SFTW adaptation */
@media screen and (max-width: 1000px) {
  #cookiewarning P,
  #cookiewarning B {
    display: block; }
  #cookiewarning B {
    margin: 1.5em 0 1em 0;
    text-align: center; }
  #cookiewarning B A {
    margin-left: 0; }
  #navigation ASIDE {
    position: static; }
  #navigation ASIDE DIV {
    float: left;
    margin-bottom: 1.5em; }
  #navigation ASIDE INPUT[type=text] {
    width: 10em; }
  #navigation H1 A {
    margin-top: 0; }
  /* SFTW adaptation - to get back to previous state: remove image in HTML + remove styles: general, MQ 1000px (below), MQ 600px &  MQ 400px  */
  #sftw {
    top: 31px;
    /* 17 (= H DIV "lang") + 18 (= margin-bottom DIV "lang") - 4 (= (54-46)/2) */ }
  /* /SFTW adaptation */ }

@media screen and (max-width: 950px) {
  #navigation H1 A {
    margin: 2rem auto; }
  #navigation ASIDE,
  #navigation NAV {
    display: none; }
  #menuMobileButton {
    display: block !important;
    position: absolute;
    top: 8px !important;
    right: 1rem;
    z-index: 100; }
  #menuContent {
    position: static;
    margin-top: -1rem; }
  #menuContent ASIDE {
    display: block;
    margin-top: 1rem;
    padding: 0.5rem;
    border-top: 1rem solid #EEE;
    font-size: 0.75rem;
    background-color: #FFF; }
  #menuContent ASIDE DIV {
    margin-bottom: 1em; }
  #menuContent ASIDE INPUT {
    vertical-align: middle;
    border: 1px solid #158B70;
    box-sizing: content-box; }
  #menuContent ASIDE INPUT[type=text] {
    width: 78%;
    height: 1rem;
    padding: 0.5rem; }
  .menuCols {
    float: none;
    margin: 0; }
  .menuCatCnt {
    background-color: #AAA; }
  .menuCat,
  .menuItem {
    display: block !important;
    padding: 0.5em;
    border-bottom: 1px solid #AAA;
    font-size: 1.25rem;
    color: #000; }
  .menuCat:hover,
  .menuItem:hover {
    border-color: #FFF;
    color: #FFF;
    background-color: #AAA; }
  .menuTitle {
    display: none; }
  .menuItem {
    margin: 0 0 0 0.5em;
    background-color: #EEE; }
  #links SECTION {
    width: 40%;
    padding: 0 5%; }
  /* SFTW adaptation - to get back to previous state: remove image in HTML + remove styles: general, MQ 1000px, MQ 600px (below) &  MQ 400px  */
  #navigation H1 A {
    margin: 2rem 0; }
  #sftw {
    top: -4px; }
  /* /SFTW adaptation */ }
