/* latin-ext */
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: local('Inconsolata'), url(../fonts/ic1.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: local('Inconsolata'), url(../fonts/ic2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

@font-face {
    font-family: 'SweetPea';
    src: local('Sweet Pea'), url(../fonts/sweetpea.ttf) format("truetype");
}
.sweetpea { 
  font-family: 'SweetPea', Verdana, Tahoma;
}

@font-face {
    font-family: 'Champagne & Limousines';
    src: local('Champagne & Limousines'), url(../fonts/chamlim.ttf) format("truetype");
}
.chamlim { 
  font-family: 'Champagne & Limousines', Verdana, Tahoma;
  font-size: 1.2em;
}

/* LANGUAGE SWITCHER */
/* ui-dropdown-list */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.gradient {
  background: #eee;
  border: 1px solid #DDD;
  background: -moz-linear-gradient(top, #EEE, #FFF);    
  background: -webkit-linear-gradient(top, #eee, #fff);
  background: -ms-linear-gradient(top, #eee, #fff);
  background: -o-linear-gradient(top, #eee, #fff);
  box-shadow: 1px 2px 4px rgba(0,0,0, .2);
}

.ui-dropdown-list {
  position: fixed; 
  right: 10px;
  border-radius: 10px;
}

p.ui-dropdown-list-trigger {
  margin-top: 0;
}

.ui-dropdown-list-trigger strong {
  position: relative;
  z-index: 999;
}

.ui-dropdown-list-trigger strong:after {
  display: block;
  position: absolute;
  content: '';
  right: 5px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #888;
}

.ui-dropdown-list-trigger strong,
.ui-dropdown-list ul a {
  display: block;
  width: 46px;
  cursor: pointer;
  padding: 6px 8px;
  font-size: 13px;
  line-height: 13px;
  color: #888;
  font-weight: normal;
}

.ui-dropdown-list ul {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  margin-top: 0;
  padding: 0;
  z-index: 1000;
}

.ui-dropdown-list li {
  list-style-type: none;
}

.ui-dropdown-list ul a,
.ui-dropdown-list ul a:link,
.ui-dropdown-list ul a:visited {
  position: relative;
  display: block;
  float: right;
  background-color: #FFF;
}

.ui-dropdown-list ul a:hover,
.ui-dropdown-list ul a:focus {
  border-bottom: none;
  background-color: #AAA;
  color: #012D6B;
}

/* JS interactivity */
.no-js .ui-dropdown-list ul,
.ui-dropdown-list.active ul {
  display: block;
}

.ui-dropdown-list.active strong {
  background-color: #FFF;
  color: #012D6B;
}

.ui-dropdown-list.active strong:after {
  padding-top:10px;
  border-top-color: #fff;
}

.ui-dropdown-list.inactive strong:after {
  border-top-color: #fff;
}

#lang-switcher a,
#lang-switcher strong {
  padding-left: 46px;
  background-image: url(../images/flag-de.png);
  background-repeat: no-repeat;
  background-position: 8px center;
}

#lang-switcher a.en,
#lang-switcher .en strong {
  background-image: url(../images/flag-en.png);
}

#lang-switcher a.fr,
#lang-switcher .fr strong {
  background-image: url(../images/flag-fr.png);
}

#lang-switcher strong {
  float: right;
}

.toast{
  background-color: #F04800;;
  opacity: 0.5;
}
