/*
	Theme Name: Karina 2017 Theme
	Author: Mathias Bär
	Author URI: http://mathiasbaer.com
	Version: 0.1 alpha
*/


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 18px;
  /*line-height: 22px;*/
}

body {
  -webkit-text-stroke: 1px transparent;
  /* disable legibility because of walsheim kerning */
  /*text-rendering: optimizeLegibility; */
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
	color: #fdfdfd;
	background: #fdfdfd;
  -webkit-translate-z: 0;
  -moz-translate-z: 0;
  -ms-translate-z: 0;
  -o-translate-z: 0;
  translate-z: 0;
  /*font-family: "Graebenbach", helvetica, arial, sans-serif;*/
  font-family: 'MB Canellakis', helvetica, arial, sans-serif;

  font-variant: common-ligatures discretionary-ligatures contextual;
  -moz-font-feature-settings: "liga", "clig", "dlig";
  -webkit-font-feature-settings: "liga", "clig", "dlig";
  font-feature-settings: "liga", "clig", "dlig";

  /*-webkit-font-feature-settings:"liga","dlig", "clig";
  -moz-font-feature-settings:"liga=1, dlig=1", "clig=1";
  -moz-font-feature-settings:"liga","dlig", "clig";
  -ms-font-feature-settings:"liga","dlig", "clig";
  -o-font-feature-settings:"liga","dlig", "clig";
  font-feature-settings:"liga","dlig", "clig";*/

  /*font-variant: common-ligatures discretionary-ligatures contextual;*/

  font-weight:normal;
  font-style:normal;
  /*font-size: 20px;*/
  background-color: #1d2d62;
}

b, strong {
  text-transform: uppercase;
}

#pre-launch-index {
  background: #0011d9;
  background: #fdfdfd;
  background: #1a1a7f;
  height: 100vh;
  font-size: 25px;
  /*color: #1d2d62 !important;*/
  /*font-family: 'helvetica', 'arial', sans-serif;
  font-weight: 700;*/
  width: 100%;
}

#pre-launch-index a {
  color: #fdfdfd !important;
}

.pre-launch-title {
  text-transform: uppercase;
  font-size: 80px;
  letter-spacing: 0.06em;
  margin-left: -0.06em;
  line-height: 0.95em;
  padding-right: 20px;
  width: 61.81vw;
  width: 100%;
  margin-bottom: 0.06em;
}

.pre-launch-top,
.pre-launch-bottom {
  position: fixed;
  width: 100%;
  padding-right: 20px;
  padding-left:  19.09vw;
}

.pre-launch-top {
  top: 19.09vh;
  top: 10px;
  left: 20px;
}

.pre-launch-bottom {
  bottom: 20px;
  left: 20px;
  line-height: 1.1em;
}

body.force-walsheim {
  font-family: 'doc.33333A-Book', 'GTWalsheim-Medium' !important;
}

em, i {
  font-style: normal;
}

a {
  text-decoration: none;
  /*color: #081e1e;*/
  color: #1d2d62;
}

.hyphenauto{
  /*hyphens: auto;*/
}

.past-events-divider {
  font-size: 1rem;
  /*color: #;*/
}

strong, b {
  font-weight: normal;
}

.hidden {
  display: none !important;
}

.ui {
  cursor: pointer;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.btn {
  cursor: pointer;
  border: 1px solid;
  padding: 0px 10px 3px;
  line-height: 28px;
  display: inline-block;
  white-space: nowrap;
}

.btn:hover {
  /*border: 1px solid;
  border-color: inherit !important;*/
}
/*  lang   */
#qtranslate-chooser {

  font-size: 20px;
  line-height: 20px;

}

#qtranslate-chooser li {
  font-weight: normal;
}

#qtranslate-chooser .active {
  font-weight: bold;
}

#qtranslate-chooser a {
  color: #1d2d62;
}
