@charset "UTF-8";
/*
$fontMainTitle: (
 	name:  "Noway",
 	include: (Noway, sans-serif)
 );*/
#pageEnd, .moveBg, .bg, .bgImage, #configLayer, #extraLayer, .bgText, #contentChanger, #overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.fsvideo2, .fsvideo1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@font-face {
  font-family: "Merriweather";
  src: url("/css/fonts/merriweather-regular-webfont.woff2") format("woff2"), url("/css/fonts/merriweather-regular-webfont.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Merriweather";
  src: url("/css/fonts/merriweather-light-webfont.woff2") format("woff2"), url("/css/fonts/merriweather-light-webfont.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Merriweather";
  src: url("/css/fonts/merriweather-italic-webfont.woff2") format("woff2"), url("/css/fonts/merriweather-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Hind";
  src: url("/css/fonts/hind-regular-webfont.woff2") format("woff2"), url("/css/fonts/hind-regular-webfont.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Hind";
  src: url("/css/fonts/hind-medium-webfont.woff2") format("woff2"), url("/css/fonts/hind-medium-webfont.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Hind";
  src: url("/css/fonts/hind-semibold-webfont.woff2") format("woff2"), url("/css/fonts/hind-semibold-webfont.woff") format("woff");
  font-weight: 600;
}
/* Fullscreen */
:-webkit-full-screen, :-moz-full-screen, :-ms-fullscreen {
  /* properties */
}

:full-screen {
  /*pre-spec */
  /* properties */
}

:fullscreen {
  /* spec */
  /* properties */
}

/* deeper elements */
:-webkit-full-screen video {
  /*  width: 100%;
    height: 100%;*/
}

/* styling the backdrop*/
::backdrop, ::-ms-backdrop {
  /* properties */
}

/* hide Body tooltip */
/* hide scrollbar */
* {
  margin: 0;
  /*	backface-visibility:hidden;
  	-webkit-backface-visibility:hidden;*/
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

/*
#login {
	width: 100%;;
  	@include bgColorMain;
  overflow-x: hidden;
  box-sizing: border-box;
  //  width: 100%;
// width: -webkit-calc(100% + 10px);
 // box-sizing: border-box;
}*/
a {
  color: #5ba9e2;
}
a:visited, a:hover, a:active {
  color: #5ba9e2;
}

#loginF {
  width: 100%;
  height: 100%;
  background-color: #202020;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  text-align: center;
}

#login {
  width: 100%;
  background-color: #202020;
  overflow-x: hidden;
  box-sizing: border-box;
  height: calc(100% - 40px);
  text-align: center;
}

html {
  width: 100%;
  height: 100%;
  background-color: #202020;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  background-color: #202020;
  overflow-x: hidden;
  box-sizing: border-box;
}
body > div {
  position: fixed;
  background: transparent left center no-repeat;
}
body.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

/* allgemeine Klassen */
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.clickable {
  cursor: pointer !important;
  text-decoration: none;
}

.transparent {
  opacity: 0 !important;
  pointer-events: none;
}

.none, .onscreen, .deactivate, body[title]:hover:after {
  display: none;
}

#bgOverview::-webkit-scrollbar {
  display: none;
}

/*TODO: custom scrollbar*/
/*
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar:hover{
	background-color:rgba(42, 42, 42,.5);
 }
::-webkit-scrollbar-track {
    border-radius: 0px;
         background-color:transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(91, 169, 226,0.8); 
}*/
.brightOverlay {
  background: white;
  background: rgba(255, 255, 255, 0.9);
}

.darkOverlay {
  background: #202020;
  background: rgba(32, 32, 32, 0.8);
}

.darkBorder {
  border-style: inset;
  border-color: #202020;
  border-color: rgba(32, 32, 32, 0.2);
  border-width: 1px;
}

/*.grayOverlay {
  background: #202020;
  background: rgba(42, 42, 42, 0.8);
}*/
.blueOverlay {
  background: #5ba9e2;
  background: rgba(91, 169, 226, 0.9);
}

.greenOverlay {
  background: #c1ddc1;
  background: rgba(193, 221, 193, 0.9);
}

.redOverlay {
  background: #c29090;
  background: rgba(194, 144, 144, 0.9);
}

.greenOverlay.clickable:hover, .blueOverlay.clickable:hover {
  background: white;
  background: rgba(255, 255, 255, 0.9);
}

.highlight {
  color: #5ba9e2;
}

.storyCaption a {
  color: #5ba9e2;
}
.storyCaption li {
  font-family: Hind, sans-serif;
  font-size: 10pt;
  list-style-type: disc;
}

/*.$fixed {
	position:fixed;
}*/
.ontop {
  z-index: 10;
}

.nextstory {
  margin-left: 100% !important;
}

.previousstory {
  margin-left: -100% !important;
}

.currentstory {
  margin-left: 0%;
}

#nextstory, #previousstory {
  z-index: 3;
}

.moveBg {
  margin-left: 260px;
}

#overlay {
  margin-left: 260px;
}

/* Fonts */
h1, h2, h3 {
  font-family: Hind, sans-serif;
  text-transform: uppercase;
}

h4 {
  font-family: Hind, sans-serif;
}

h2, h3, h4 {
  font-weight: 500;
}

p, span {
  position: relative;
  width: 100%;
  /*	font-size:14pt;*/
  line-height: 1.6em;
}

p {
  margin: 1em 0;
}
p.storyCaption {
  font-family: Hind, sans-serif;
  font-size: 12pt;
}

/*
h1 {
  font-weight: 600;
  font-size: 70pt;
  cursor: default;
  line-height: 60pt;
  &.white {
    color: white;
    text-shadow: $shadMainTitle;
  }
  &.black {
    color: black;
  }
}
*/
h2.title {
  font-weight: 600;
  margin-top: 20px;
  font-size: 21pt;
  line-height: 21pt;
  padding: 16px 17px 11px;
  display: inline-block;
}

/*
h1.mainTitle {
  font-family: map-get($fontMainTitle, include);
  letter-spacing: 0.5pt;
}*/
div.title {
  margin-bottom: 60px;
}

h2.navi {
  font-size: 14pt;
}

h3.navi {
  font-size: 10pt;
  margin-top: 5px;
  padding-bottom: 3px;
}

.navi {
  line-height: 35px;
  margin-left: 20px;
  height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.captionC {
  font-size: 6pt;
}

div.brightmode {
  color: #202020;
}

input.darkmode, select.darkmode {
  background-color: #202020;
}

div.darkmode > p, div.darkmode > span, div.darkmode > h4 {
  color: #cccccc;
  font-weight: 300;
}

input.darkmode, h3.darkmode, select.darkmode {
  color: #cccccc;
  font-weight: 300;
}

div.brightmode > p, div.brightmode > h4 {
  color: #202020;
}

/*h4.brightmode, p.brightmode{
	color: #202020;
}*/
/*p.darkmode{
	color: #cccccc;
}*/
/*h4.darkmode{
	color: #cccccc !important;
}*/
/* Load Story */
.loginInput {
  background-color: transparent;
  color: white;
  font-size: 12pt;
  width: 200px;
  border-radius: 2px;
  font-family: Hind, sans-serif;
  margin-bottom: 10px;
  text-align: center;
}

#loginButton, #logback, #changepassword {
  color: #cccccc;
  background-color: transparent;
  border-radius: 10px;
  width: 100px;
  font-family: Hind, sans-serif;
  font-size: 12pt;
  margin-top: 10px;
  padding-top: 5px;
  text-transform: uppercase;
}

.fault {
  border-color: red;
}

/*TODO: cursor wait*/
/*
#cover {
	@extend %mainSkrollrElement;
	top: 0px;
	display: flex;
	z-index: 99;
}*/
/*TODO: blur 0.5*/
/*
#loadingImg {
@extend %mainSkrollrElement;
  z-index: 100;
  background-size: cover;
  -webkit-filter: blur(0.3em);
  -moz-filter: blur(0.3em);
  -o-filter: blur(0.3em);
  -ms-filter: blur(0.3em);
  filter: blur(0.3em);
  background-position: center center;
}*/
/*
#tempLoadingImg {
	@extend %mainSkrollrElement;

  z-index: 100;
  background-size: cover;
  -webkit-filter: blur(0.3em);
  -moz-filter: blur(0.3em);
  -o-filter: blur(0.3em);
  -ms-filter: blur(0.3em);
  filter: blur(0.3em);
  background-position: center center;
  @include transition(all ease 200ms);
}*/
.outprev {
  margin-left: -100%;
}

.previn {
  margin-left: 0%;
}

.transition {
  -moz-transition: all ease 200ms !important;
  -ms-transition: all ease 200ms !important;
  -webkit-transition: all ease 200ms !important;
  transition: all ease 200ms !important;
  /*	transition: margin 500ms cubic-bezier(0.570,0.740,0.220,1.000);*/
}

.prevout {
  margin-left: 100%;
}

/* Buttons & Icons */
.scrolldownIcon {
  font-size: 80px;
  line-height: 60px !important;
  text-align: right;
  -moz-text-shadow: 0px 1px 0px #000;
  -webkit-text-shadow: 0 1px 0px #000;
  text-shadow: 0px 1px 0px #000;
}

/* Story top */
#contentChanger {
  overflow: hidden;
  pointer-events: none;
}
#contentChanger > div {
  pointer-events: auto;
}

.slideChapter {
  background: #fff;
  overflow: hidden;
  z-index: 2;
}

.first {
  top: 0;
  display: flex;
  background-color: #202020;
}

.follow {
  top: 100%;
}

.last {
  -webkit-box-shadow: 0 11px 10px -4px rgba(74, 74, 74, 0.6);
  -moz-box-shadow: 0 11px 10px -4px rgba(74, 74, 74, 0.6);
  box-shadow: 0 11px 10px -4px rgba(74, 74, 74, 0.6);
}

.scrolldown {
  left: 18px;
  bottom: 18px;
}

.bgText.skrollable-between {
  will-change: transform;
}

.bgText {
  top: 100%;
  left: 0;
  z-index: 1;
  background-color: #edeae6;
}
.bgText.darkmode {
  background-color: #202020;
}
.bgText.brightmode {
  background-color: #edeae6;
}

.bgOnlyText {
  top: 0% !important;
  z-index: 1;
}

#extraLayer, #configLayer {
  top: 0%;
  overflow-x: hidden;
}

#extraLayer {
  overflow-y: scroll;
  z-index: 4;
}

#configLayer {
  overflow-y: hidden;
  z-index: 3;
}

.bgImage {
  left: 0;
}

/*
.bgImg{
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/
.bg {
  margin-left: 0;
  -moz-transition: margin 200ms cubic-bezier(0.57, 0.74, 0.22, 1);
  -ms-transition: margin 200ms cubic-bezier(0.57, 0.74, 0.22, 1);
  -webkit-transition: margin 200ms cubic-bezier(0.57, 0.74, 0.22, 1);
  transition: margin 200ms cubic-bezier(0.57, 0.74, 0.22, 1);
}

.moveBg {
  margin-left: 260px;
  overflow: hidden;
  -moz-transition: margin 500ms cubic-bezier(0.57, 0.74, 0.22, 1);
  -ms-transition: margin 500ms cubic-bezier(0.57, 0.74, 0.22, 1);
  -webkit-transition: margin 500ms cubic-bezier(0.57, 0.74, 0.22, 1);
  transition: margin 500ms cubic-bezier(0.57, 0.74, 0.22, 1);
}

.bgImage, .video {
  -moz-transition: filter 700ms ease-in;
  -ms-transition: filter 700ms ease-in;
  -webkit-transition: filter 700ms ease-in;
  transition: filter 700ms ease-in;
}

/* /story top /*

/* maybe */
.mapN {
  height: 100%;
  width: 100%;
  max-height: 640px;
  max-width: 480px;
  margin: 0;
  border: none;
}

.pulse1 {
  color: #bdbdbd;
  -moz-transition: color 1s ease-out;
  -ms-transition: color 1s ease-out;
  -webkit-transition: color 1s ease-out;
  transition: color 1s ease-out;
}

.pulse1white {
  color: #fff;
  -moz-transition: color 1s ease-out;
  -ms-transition: color 1s ease-out;
  -webkit-transition: color 1s ease-out;
  transition: color 1s ease-out;
}

.pulse2 {
  color: #d7eaf8;
  -moz-transition: color 1s ease-out;
  -ms-transition: color 1s ease-out;
  -webkit-transition: color 1s ease-out;
  transition: color 1s ease-out;
}

/* chapterCaption (may not survive) */
.chapterCaptionContainer {
  left: 80px;
  position: absolute;
}

.chapterCaption {
  bottom: 18px;
  line-height: 40px;
  font-size: 10pt;
  position: fixed;
  z-index: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* / */
.navCol {
  color: #bdbdbd;
}
.navCol:hover {
  color: #fff;
}

/*

.navColBright { 
  color: rgba(32, 32, 32, 0.5);
  -moz-transition: color .2s 0 ease-out;
  -webkit-transition: color .2s 0 ease-out;
  transition: color .2s 0 ease-out;
  &:hover {
    color: rgba(32, 32, 32, 0.9);
    -moz-transition: color .2s 0 ease-out;
    -webkit-transition: color .2s 0 ease-out;
    transition: color .2s 0 ease-out;
  }
}
*/
/*
.mleft {
	margin-left:20px!important;
}*/
/* /maybe */
/* unsorted */
.storyType {
  font-family: Hind, sans-serif;
  padding: 0.5pt 4pt 0pt 4pt;
  font-weight: 600;
  left: 7px;
  line-height: 7pt;
  bottom: 3pt;
  color: #1a1a1a;
  font-size: 7pt;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.login {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.loginContainer {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #202020;
}

input.email {
  display: block;
  padding: 8px 0;
  margin: 0 4% 10px 0;
  text-indent: 5px;
  width: 220px;
  min-width: 130px;
  border: 1px solid #999;
  -webkit-appearance: none;
}

.subscribe {
  display: block;
  width: 220px;
  margin: 0 0 10px;
  min-width: 90px;
  color: #bdbdbd;
  clear: both;
  border: 0 none;
  font-size: 14pt;
  font-family: Hind, sans-serif;
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
}

/* /unsorted */
/* Buttons */
.button {
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 100;
  position: fixed;
}
.button > .menuIcon {
  line-height: 40px;
}

.buttonTouch {
  top: 16px !important;
  left: 16px !important;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  text-align: center;
  z-index: 10;
  position: fixed;
}

#buttonTitle, #buttonTitleStart {
  height: 40px;
  z-index: 10;
  position: fixed;
  left: 80px;
}

.buttonT {
  margin-top: 0px !important;
  left: 80px;
  position: fixed !important;
}

#buttonTitleSContent {
  font-size: 21pt;
  font-weight: 500;
  margin-left: 30px;
  margin-right: 12px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/*
.navColD {
	color:#2e2e2e!important;
	-moz-transition:color .2s 0 ease-out;
	-webkit-transition:color .2s 0 ease-out;
	transition:color .2s 0 ease-out;
}

.navColD:hover {
	color:#000!important;
	-moz-transition:color .2s 0 ease-out;
	-webkit-transition:color .2s 0 ease-out;
	transition:color .2s 0 ease-out;
}*/
.buttonMenu1, .buttonMenu2, .buttonMenu3, .buttonMenu4, .buttonT {
  top: 20px;
}

.buttonMenu1 {
  left: 20px;
}

.buttonMenu2 {
  left: 80px;
}

.buttonMenu3 {
  left: 140px;
}

.buttonMenu4 {
  left: 200px;
}

.buttonIcon, .buttonIconC {
  font-size: 25px;
}

.buttonIcon {
  line-height: 40px;
}

.buttonIconC {
  line-height: 44px;
}

.menuIcon {
  font-size: 40px;
  /*	line-height:1em;*/
  display: inline-block;
}

#button, #x {
  top: 20px;
  left: 20px;
}

.unrotate {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: transform 200ms cubic-bezier(0.57, 0.74, 0.22, 1);
  -ms-transition: transform 200ms cubic-bezier(0.57, 0.74, 0.22, 1);
  -webkit-transition: transform 200ms cubic-bezier(0.57, 0.74, 0.22, 1);
  transition: transform 200ms cubic-bezier(0.57, 0.74, 0.22, 1);
}

.rotate {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: transform 500ms cubic-bezier(0.57, 0.74, 0.22, 1);
  -ms-transition: transform 500ms cubic-bezier(0.57, 0.74, 0.22, 1);
  -webkit-transition: transform 500ms cubic-bezier(0.57, 0.74, 0.22, 1);
  transition: transform 500ms cubic-bezier(0.57, 0.74, 0.22, 1);
}

/* navigation */
.storybackground {
  width: 260px;
}

#navigationTop {
  width: 260px;
  background-color: #202020;
  position: fixed;
  padding: 0;
  height: 80px;
  z-index: 4;
  margin: 0;
}

#navigation {
  width: 260px;
  background-color: #202020;
  position: fixed;
  padding: 0;
  z-index: 3;
  margin: 0;
  top: 80px;
}

.navshad {
  -webkit-box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, 0.6);
}

#newsletterNavi {
  width: 260px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  float: left;
}

#bgOverview {
  width: 260px;
  background-color: #202020;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  z-index: 0;
  opacity: 1;
}

#storyNavi {
  position: absolute;
}

.navFiller {
  position: relative;
  /*	float:left;*/
}

.preview {
  height: 173px;
}

.thumbnail {
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
}

h3.naviL {
  white-space: normal;
  font-size: 10pt;
  line-height: 12pt;
  padding: 8px 10px 4px 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

i.naviIcon {
  font-size: 14px;
  line-height: 12px;
  text-shadow: 0px 1px 0px #000;
}
i.chapterC {
  margin-left: 6px;
  font-size: 6pt;
}

.inImg {
  position: absolute;
  z-index: 2;
  margin-left: 10px;
  margin-top: 11px;
  margin-right: 26px;
}

.preview:hover .naviL, .preview:hover .naviIcon {
  color: #fff;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.preview:hover .thumbnail {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.activeChapter {
  -webkit-box-shadow: -0.1em 0.1em 1em -0.2em #151515;
  -moz-box-shadow: -0.1em 0.1em 1em -0.2em #151515;
  box-shadow: -0.1em 0.1em 1em -0.2em #151515;
  z-index: 2;
}

/* /navigation */
/* page end */
#pageEnd {
  background-color: #fff;
  bottom: 0px;
  z-index: -1;
  -webkit-box-shadow: -9px 0 20px -2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: -9px 0 20px -2px rgba(0, 0, 0, 0.6);
  box-shadow: -9px 0 20px -2px rgba(0, 0, 0, 0.6);
}

#cras {
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: 0;
}

.copyRight, .version {
  position: absolute;
  bottom: 8px;
  color: #fff;
  font-family: Hind, sans-serif;
  font-size: 10pt;
}

.copyRight {
  text-align: right;
  right: 20px;
}

.version {
  text-align: left;
  left: 20px;
}

/*
.fb-like {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .7;
}
*/
/* /page end */
div.sslidernav {
  z-index: 1;
  text-align: center;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.subtitle {
  z-index: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 73px;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

span.sslidernav {
  color: #fff;
  font-size: 16pt;
  font-weight: 300;
  font-family: Hind, sans-serif;
  cursor: pointer;
  text-shadow: 1px 1px 0px rgba(160, 160, 160, 0.05), 1px 1px 0px rgba(160, 160, 160, 0.05), -1px 1px 0px rgba(160, 160, 160, 0.05), -1px -1px 0px rgba(160, 160, 160, 0.05);
  letter-spacing: 0.3pt;
}

.centeredContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.centered {
  z-index: 1;
  margin: auto;
  text-align: center;
  /*  
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}

.centeredT {
  text-align: center;
}

/*
.noprint {
	display:none !important;
}*/
.topS {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  transform: rotate(180deg);
}

.markIcon {
  position: absolute;
  left: -40px;
}

/*////////////////////////Startpage/* ////////////////////////Startpage/* ////////////////////////Startpage/* ////////////////////////Startpage/* ////////////////////////Startpage/* ////////////////////////Startpage/* ////////////////////////Startpage/* ////////////////////////Startpage/* ////////////////////////Startpage/* ////////////////////////Startpage/* ////////////////////////Startpage/* ////////////////////////Startpage/* ////////////////////////Startpage/* ////////////////////////Startpage/* ////////////////////////Startpage */
@media screen and (max-aspect-ratio: 3/2) {
  .bChovered {
    border-bottom-right-radius: 0% !important;
    border-bottom-left-radius: 0% !important;
  }

  #controlButtons, #controls {
    position: fixed;
    left: 62px;
    z-index: 100;
  }

  #controlButtons {
    top: 18px;
  }

  #controls {
    top: 62px;
  }

  .buttonC {
    margin-left: 16px !important;
  }

  .control {
    margin-left: 16px;
    border-bottom-left-radius: 44px;
    border-bottom-right-radius: 44px;
    width: 44px;
    clear: left;
  }

  #controls, .control {
    height: 90px;
  }

  #volume-bar, #seek-bar {
    margin-top: 22px;
  }

  .buttonC.onlystart {
    margin-left: 0px !important;
    margin-top: 16px !important;
  }

  #volume-bar, #seek-bar {
    transform: rotate(-270deg);
  }

  .controlButton {
    float: left;
  }
}
.buttonC, .notice, .control {
  text-align: center;
  z-index: 100;
  /*z-index: 10;*/
  position: relative;
  float: left;
}

.buttonC {
  float: left;
}

.control {
  float: right;
}

.onlystart {
  clear: both;
}

.buttonC {
  width: 44px;
  height: 44px;
  border-radius: 100%;
}

.control {
  display: hidden;
  visibility: hidden;
}

#volume-bar, #seek-bar {
  width: 72px;
  height: 38px;
  margin-left: -13px;
}

.notice {
  line-height: 43px;
  /*42px*/
  height: 40px;
  margin-top: 18px;
  font-family: Hind, sans-serif;
  font-weight: 500;
  padding-right: 13px;
  margin-bottom: 2px;
  font-style: bold;
  color: #1a1a1a;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.buttonsS, .NoticesS {
  position: fixed;
  top: 62px;
  /*62px;*/
  z-index: 100;
}

.buttonsS {
  left: 18px;
}

.NoticesS {
  left: 80px;
}

.space30 {
  padding-right: 8px;
  padding-left: 5px;
}

.boxV {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: black;
  -webkit-backface-visibility: visible;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: center;
}

@media screen and (min-aspect-ratio: 3/2) {
  .video1 {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: block;
  }
}
@media screen and (max-aspect-ratio: 3/2) {
  .video1 {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
  }
}

@media screen and (max-aspect-ratio: 16/9) {
  .video2 {
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    /*
        left: 0;
        right: 0;
    */
  }
}
@media screen and (min-aspect-ratio: 16/9) {
  .video2 {
    height: 100%;
    /*
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
    */
  }
}

@media screen and (min-aspect-ratio: 3/2) {
  .fsvideo1 {
    width: 100%;
    /*
    	    min-height: 100%;
    	    height: auto;
    */
  }
}
@media screen and (max-aspect-ratio: 3/2) {
  .fsvideo1 {
    height: 100%;
    /*
    	    min-width: 100%;
    	    width: auto; 
    */
  }
}

@media screen and (max-aspect-ratio: 16/9) {
  .fsvideo2 {
    min-width: 100%;
    height: 100%;
    /*
    	    height: 100%;
    	    width: auto;
    */
  }
}
@media screen and (min-aspect-ratio: 16/9) {
  .fsvideo2 {
    width: 100%;
    /*
    	    min-height: 100%;
    	    height: auto;
    */
  }
}

@media screen and (min-aspect-ratio: 3/2) {
  #controlButtons, #controls {
    position: fixed;
    top: 62px;
    z-index: 100;
  }

  #controlButtons {
    left: 18px;
  }

  #controls {
    left: 62px;
    width: 90px;
  }

  .control {
    width: 90px;
  }

  #volume-bar, #seek-bar {
    margin-top: 2px;
  }

  .buttonC, .control {
    margin-top: 16px !important;
  }

  .buttonSt {
    clear: both;
  }

  .buttonEx {
    clear: left;
  }

  .control {
    clear: right;
  }

  .bChovered {
    border-bottom-right-radius: 0% !important;
    border-top-right-radius: 0% !important;
  }

  .control {
    border-bottom-right-radius: 44px;
    border-top-right-radius: 44px;
    height: 44px;
  }
}
.activeF, .active {
  color: #fff !important;
}

/*
.chapters {
	cursor:default;
	line-height:33pt!important;
}*/
.navFillerWI {
  width: 260px;
  height: 144px;
  position: relative;
  float: left;
}

/*	.buttonC {
		width:44px;
		height:44px;
		text-align:center;
		z-index:10;
		position:fixed;
		font-weight:100;
		border-radius: 100%;
	}*/
/*
.coverImg {
  height: auto;
  width: 100%;
  margin: auto;
  left: 0;
}*/
.narration {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 10%;
}

u.subs {
  font-size: 22pt;
  font-family: Hind, sans-serif;
  font-weight: 400;
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 1px -1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5);
  padding: 5px 20px 5px 20px;
}

.contentContainer {
  position: absolute;
  z-index: 1;
  width: 100%;
  font-family: Merriweather, serif;
}

u.noteMark {
  position: absolute;
  font-style: normal !important;
}
u.noteMarkA {
  /*	color: #9dcced !important;*/
  opacity: 0.6;
}

.outFocusNote {
  opacity: 8;
  cursor: pointer;
}

.outFocus {
  opacity: 0.6;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}

.outFocusText {
  color: #878685 !important;
  cursor: pointer;
}

p.cont {
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-family: Merriweather, serif;
  line-height: 1.6em;
  white-space: pre-line;
}

/*	.focusText{
		color: #202020;		
		transition: color .2s  ease-in-out;
		-moz-transition: color  .2s   ease-in-out;
		-webkit-transition: color  .2s   ease-in-out;
	}*/
.focus {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

iframe.footnote {
  max-width: 35em;
  max-height: 35em;
  border: none;
  width: 100%;
  height: 100%;
  margin: auto;
}

.activeImg {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
  z-index: 1;
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.5), 0px -7px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.5), 0px -7px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.5), 0px -7px 5px 0px rgba(0, 0, 0, 0.5);
}

/*	.boxContainer {
		position: fixed;
		margin-left: 0%;
		margin-right: 0%;
		-webkit-backface-visibility: visible;	
	}*/
.textContainer {
  opacity: 0;
  position: absolute;
  z-index: 1;
  overflow: visible;
  right: 20px;
  max-width: 40em;
}
@media screen and (max-aspect-ratio: 4/5) and (max-width: 500px) {
  .textContainer {
    left: 20px;
    padding-left: 0em;
  }
}
@media screen and (min-width: 800px) {
  .textContainer {
    width: calc(61% - 50px);
    left: 39%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .textContainer {
    left: 20px;
    padding-left: 0em;
  }
}

.footnotes {
  z-index: 2;
  position: fixed;
  display: none;
  /*
  	@media screen and (max-height: 500px) and (min-width: 1200px) { 
  	    left: 80px;
  	    height: calc(100% - 60px);
  	    width: calc(39% - 90px);
  	    top: 20px;
  	    bottom: 40px;
  	}
  */
}
.footnotes.brightmode {
  background-color: #edeae6;
}
.footnotes.darkmode {
  background-color: #202020;
}
@media screen and (max-width: 800px) {
  .footnotes {
    padding: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .footnotes.brightmode {
    background-color: rgba(237, 234, 230, 0.9);
  }
  .footnotes.darkmode {
    background-color: rgba(32, 32, 32, 0.8);
  }
}
@media screen and (min-width: 800px) {
  .footnotes {
    left: 20px;
    height: calc(100% - 160px);
    width: calc(39% - 30px);
    top: 80px;
    bottom: 80px;
  }
}
@media screen and (min-width: 800px) and (max-height: 650px) and (min-width: 1200px) {
  .footnotes {
    left: 80px;
    height: calc(100% - 40px);
    width: calc(39% - 90px);
    top: 20px;
    bottom: 20px;
  }
}

.footnoteContainerImg {
  Z-index: 1;
  margin: auto;
  max-height: 640px;
  height: 100%;
  /*
  	@media (max-aspect-ratio: 6 / 4) {

      }
      @media (min-aspect-ratio: 6 / 4) {
   	    height: 100%;
  // 	    width: 50vh;
  	}
  */
}

img.inText {
  max-height: calc(100% - 30px);
  max-width: 100%;
  /*
  	@media (max-aspect-ratio: 6 / 4) {

      }
  */
}
@media screen and (max-width: 800px) {
  .quoteContainer {
    display: none;
    /*	will-change: transform;*/
  }

  p.inlineQuote {
    font-family: Merriweather, serif;
    font-size: 23pt;
    line-height: 1.6em;
    font-style: italic;
    color: #2e2e2e;
    font-weight: bold;
    font-weight: 300;
    text-align: center;
    margin-left: 25px;
    width: calc(100% - 60px);
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 600px) {
  p, span {
    font-size: 14pt;
  }
}
@media screen and (max-width: 600px) and (min-width: 500px) {
  p, span {
    font-size: 13pt;
  }

  h1 {
    font-size: 65pt;
    line-height: 55pt;
    /*50*/
  }

  div.storyCaption > p {
    font-size: 11pt;
  }
}
@media screen and (max-width: 500px) {
  p, span {
    font-size: 12pt;
  }

  p.inlineQuote {
    font-size: 20pt;
  }

  h1 {
    font-size: 60pt;
    line-height: 50pt;
    /*50*/
  }

  div.storyCaption > p {
    font-family: Hind, sans-serif;
    font-size: 10pt;
  }
}
@media screen and (min-width: 800px) {
  .quoteContainer {
    position: absolute;
    opacity: 0;
    height: calc(100% - 140px);
    width: calc(39% - 30px);
    left: 20px;
    top: 5.2em;
    z-index: 1;
    bottom: 5.2em;
  }

  .quoteCenter {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
  }
  .quoteCenter.brightmode {
    background-color: transparent;
  }
  .quoteCenter.darkmode {
    background-color: transparent;
  }

  p.inlineQuote {
    display: none;
  }
}
/* u.quoteT{
			text-transform: none;
			font-style: italic;		
			white-space: normal;
			text-decoration: none;
			font-size: 23pt;
			line-height: 2em;
			color: #2e2e2e;
			font-weight: 600;
			margin-bottom: 3em;
		}*/
h4.quote {
  font-family: Merriweather, serif;
  font-size: 23pt;
  line-height: 1.6em;
  font-style: italic;
  color: #2e2e2e;
  font-weight: bold;
  font-weight: 300;
  max-width: 10em;
  text-align: right;
  margin: auto;
}

u.footnote {
  color: #3b99dc;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
u.nofootnote {
  color: #202020;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
u.nofootnote.darkmode {
  color: #cccccc !important;
}
u.footnote.darkmode {
  color: #5ba9e2 !important;
}
u.fn {
  text-decoration: none;
}
u.fp {
  text-decoration: none;
  font-style: italic;
}

.footnoteContainer {
  margin: auto;
  z-index: 1;
}

.footnoteContainerMap {
  height: 100%;
  max-height: 640px;
  width: 100%;
  max-width: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

p.footnote {
  color: #5ba9e2;
  font-size: 14pt;
  line-height: 1.6em;
  max-width: 20em;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footnoteSmall {
  color: #5ba9e2;
  font-size: 16px;
  line-height: 16px;
  max-width: 20em;
  margin-top: 10px;
}

/*///////////////////////////////wiSlider/////////*/
div.WIsliderContainer {
  position: absolute;
  overflow: hidden;
  background-size: contain;
  background-color: white;
  padding: 10px;
}
@media screen and (min-aspect-ratio: 3/2) {
  div.WIsliderContainer {
    height: calc(100% - 20px);
    width: calc(150vh - 30px);
  }
}
@media screen and (max-aspect-ratio: 3/2) {
  div.WIsliderContainer {
    height: calc(100vw / 3*2 - 20px/3*2);
    width: calc(100% - 20px);
  }
}

.storySelector {
  background-color: #202020;
}

div.storyCaption {
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 20px;
}
div.storyCaption > p {
  font-family: "Hind", sans-serif;
  font-size: 12pt;
}

.edPlace, .edDate {
  display: inline-block;
}

.slide, .sliderImg {
  width: 100%;
  height: 100%;
}

div.wisStoryImg, .slide, .sliderImg {
  position: absolute;
  display: flex;
}

div.wisStoryDes {
  position: absolute;
}
div.wisStoryDesF {
  transition: all 500ms cubic-bezier(0.57, 0.74, 0.22, 1);
}
div.wisStoryDesS {
  transition: all 200ms cubic-bezier(0.57, 0.74, 0.22, 1);
}
div.wisStoryDes {
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.5);
  /*	    transition: all .2s  ease-in-out;
  			-moz-transition: all  .3s   ease-in-out;
  			-webkit-transition: all  .3s   ease-in-out;*/
}
div.WIstorySliderContainer {
  position: fixed;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  overflow: hidden;
  background-size: contain;
}
div.slider {
  position: relative;
  height: 100%;
  min-width: 100%;
  cursor: all-scroll;
  overflow: hidden;
}

@media (min-aspect-ratio: 1/1) {
  #wisButtonSContainer {
    height: 81px;
  }

  div.WIstorySliderContainer {
    height: calc(100% - 20px);
    width: calc(100% - 410px);
  }
  div.wisStoryDes {
    top: 10px;
    margin-left: 380px;
  }

  .wisStoryDesF > .storyCaption {
    column-count: auto;
    column-gap: 20px;
    column-width: 330px;
    column-fill: auto;
    height: calc(100% - 140px);
    overflow: scroll;
    padding-bottom: 16px;
  }
  .wisStoryDesF > .storyCaption > p {
    padding: 1em 0;
    margin: 0 0;
  }
  .wisStoryDesF > .storyCaption > h4 {
    column-span: all;
  }

  div.wisStoryDesS {
    width: 390px;
  }
  div.wisStoryDesF {
    width: calc(100% - 20px);
  }
}
@media (max-aspect-ratio: 1/1) {
  #wisButtonSContainer {
    height: 80px;
  }

  div.WIstorySliderContainer {
    height: calc(100% - 400px);
    width: calc(100% - 20px);
  }
  div.wisStoryDes {
    left: 10px;
    margin-top: 380px;
  }
  div.wisStoryDesS {
    height: 380px;
  }
  div.wisStoryDesF {
    height: calc(100% - 20px);
  }
}
.sliderImg {
  pointer-events: none;
  object-fit: cover;
  object-position: left;
  left: 0px;
  pointer-events: none;
}

.wisMeta:hover > .meta {
  opacity: 1;
  transition: opacity 0.3s 0.1s ease-in-out;
  -moz-transition: opacity 0.3s 0.1s ease-in-out;
  -webkit-transition: opacity 0.3s 0.1s ease-in-out;
}

div.wisStoryImg, div.slider {
  width: 100%;
  height: 100%;
}
div.showCaption, div.showMeta {
  right: 30%;
  left: 30%;
  height: 8%;
  opacity: 0;
  position: absolute;
}
div.showCaption {
  bottom: 0;
  border-top-right-radius: 50% 100%;
  border-top-left-radius: 50% 100%;
}
div.showMeta {
  top: 0;
  border-bottom-right-radius: 50% 100%;
  border-bottom-left-radius: 50% 100%;
}
div.showMeta:hover + .wisMeta > .meta {
  opacity: 1;
  transition: opacity 0.3s 0.1s ease-in-out;
  -moz-transition: opacity 0.3s 0.1s ease-in-out;
  -webkit-transition: opacity 0.3s 0.1s ease-in-out;
}
div.wisMeta, div.wisCaption {
  position: absolute;
  right: 48%;
  left: 48%;
  overflow: hidden;
  height: 2%;
  opacity: 0.6;
  /*   transition: all .2s  ease-out;
  -moz-transition: all  .2s   ease-out;
  -webkit-transition: all  .2s   ease-out;*/
  transition: left 0.1s ease-out, right 0.1s ease-out, height 0.1s ease-out;
  -moz-transition: left 0.1s ease-out, right 0.1s ease-out, height 0.1s ease-out;
  -webkit-transition: left 0.1s ease-out, right 0.1s ease-out, height 0.1s ease-out;
}
div.wisMeta {
  top: 10px;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  box-shadow: 1px 1px 0px rgba(200, 200, 200, 0.25), 1px -1px 1px rgba(200, 200, 200, 0.25), -1px 1px 1px rgba(200, 200, 200, 0.25), -1px -1px 1px rgba(200, 200, 200, 0.25);
}
div.wisCaption {
  bottom: 10px;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  box-shadow: 1px 1px 0px rgba(90, 90, 90, 0.25), 1px -1px 1px rgba(90, 90, 90, 0.25), -1px 1px 1px rgba(90, 90, 90, 0.25), -1px -1px 1px rgba(90, 90, 90, 0.25);
}
div.showCaption:hover + .wisCaption {
  border-top-left-radius: 0% 0% !important;
  border-top-right-radius: 0% 0% !important;
  border-bottom-left-radius: 0% 0% !important;
  border-bottom-right-radius: 0% 0% !important;
  right: 10px !important;
  opacity: 1 !important;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.wisCaption:hover, div.showMeta:hover + .wisMeta, .wisMeta:hover, .wisCMA {
  border-top-left-radius: 0% 0% !important;
  border-top-right-radius: 0% 0% !important;
  border-bottom-left-radius: 0% 0% !important;
  border-bottom-right-radius: 0% 0% !important;
  right: 10px !important;
  opacity: 1 !important;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

div.showCaption:hover + .wisCaption, .wisCaption:hover, .wisCMA.wisCaption {
  height: 140px !important;
  left: 10px !important;
}

div.showMeta:hover + .wisMeta, .wisMeta:hover, .wisCMA.wisMeta {
  height: 70px !important;
  left: 10px !important;
}

div.showMeta:hover + .chMeta, .chMeta:hover, .wisCMA.chMeta {
  height: 70px !important;
  left: 0px !important;
  right: 0px !important;
}

.noTransition {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}

.wisMeta:hover {
  background: #202020 !important;
  background: #202020 !important;
}

.wisCaption:hover {
  background: white !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

.wisButtonR, .wisButtonL {
  position: absolute;
  top: calc(50% - 22px);
}

.wisButtonRS, .wisButtonLS {
  position: absolute;
  bottom: 18px;
}

.wisButtonR {
  right: 10px;
}

.wisButtonRS {
  right: 18px;
}

#wisButtonSContainer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: white;
}

div.wisStoryDes {
  background: white;
}

.wisButtonL {
  left: 10px;
}

.wisButtonLS {
  margin-left: 18px;
}

.wisCaption:hover > .caption, div.showCaption:hover + .wisCaption > .caption, .wisCMA > .caption {
  opacity: 1;
  transition: opacity 0.3s 0.1s ease-in-out;
  -moz-transition: opacity 0.3s 0.1s ease-in-out;
  -webkit-transition: opacity 0.3s 0.1s ease-in-out;
}

.chMeta {
  top: 0px !important;
}

.caption, .meta {
  opacity: 0;
  padding-left: 80px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
  font-family: "Hind", sans-serif;
  width: auto;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  display: inline-block;
}

.caption {
  padding-top: 30px;
  font-size: 11pt;
}

.meta {
  font-size: 9pt;
  line-height: 10px;
  color: #CCCCCC;
  text-align: right;
  padding-top: 30px;
  width: calc(100% - 120px);
}

.visible {
  opacity: 1 !important;
}

.wisArrow {
  top: 10px;
  bottom: 10px;
  opacity: 0;
  position: absolute;
}

div.showArrowRight, div.showArrowLeft {
  top: 10px;
  bottom: 10px;
  opacity: 0;
  position: absolute;
}
div.showArrowRight, div.showArrowLeft {
  width: 6%;
  background-color: #202020;
}
div.showArrowRight {
  right: 0px;
  border-top-left-radius: 100px 500px;
  border-bottom-left-radius: 100px 500px;
}
div.showArrowLeft {
  left: 0px;
  border-top-right-radius: 100px 500px;
  border-bottom-right-radius: 100px 500px;
}
div.showArrowRight:hover + .wisArrow, div.showArrowLeft:hover + .wisArrow {
  opacity: 1 !important;
  width: 70px !important;
  pointer-events: auto !important;
  transition: opacity 0.2s ease;
}

.wisArrow:hover, .wisArrowA {
  opacity: 1 !important;
  width: 70px !important;
  pointer-events: auto !important;
  transition: opacity 0.2s ease;
}

.wisArrow {
  width: 70px;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.wisButton {
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.wisArrowRight {
  right: 9px;
  cursor: e-resize;
}

.wisArrowLeft {
  left: 9px;
  cursor: w-resize;
}

.full {
  width: 100%;
  height: 100%;
}

.wiscShowAll {
  text-align: center;
  font-size: 8pt;
  color: rgba(32, 32, 32, 0.7);
  font-family: "Hind", sans-serif;
}

.wisStartStory {
  margin-left: calc(50% - 22px) !important;
  position: absolute;
  bottom: 18px;
}

/* WHEN LOGGED IN: */
#typeSelCon > .mediaSel, #sortableMedia > .mediaSel, .mediaSelConf, .mediaSelConfS, #newMedia, #allMedia > .mediaSel {
  position: relative;
  float: left;
  list-style-type: none;
  border-style: solid;
  border-width: 2px;
  border-bottom-color: black;
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}

#filterMedia {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 70px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, 0.6);
}

.mediaSel {
  background-color: black;
  transition: width 0.1s;
  transition: height 0.1s;
}

.selVid {
  padding-left: 2vw;
  position: absolute;
  font-size: 2vw;
  cursor: pointer;
  float: left;
  line-height: 5.5vw;
  height: 5vw;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  padding-right: 2vw;
  color: #1a1a1a;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #5BA9E2;
  background: rgba(91, 169, 226, 0.7);
}
.selVid:hover {
  background: white;
  background: rgba(255, 255, 255, 0.9);
}

.cisel {
  position: relative;
  width: 100%;
  height: 100%;
}

#sel0 {
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
}

#sel1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sel2 {
  top: 50%;
  right: 5%;
  transform: translate(0%, -50%);
}

#sel0, #sel1, #sel2 {
  /*	color: white;
  	font-size: 20pt;
  	font-family: Noway;
  	cursor: pointer;*/
}

.intSel {
  text-align: center;
  display: none;
}

@media (max-width: 700px) {
  #typeSelCon > .mediaSel, #sortableMedia > .mediaSel, .mediaSelConf, .mediaSelConfS, #newMedia, #allMedia > .mediaSel {
    width: calc(100% / 2 - 4px);
  }

  #typeSelCon > .mediaSel, #sortableMedia > .mediaSel, .mediaSelConf, #newMedia, #allMedia > .mediaSel {
    height: calc(100vw / 3 - 5.3px);
  }
}
@media (min-width: 700px) and (max-width: 1600px) {
  #typeSelCon > .mediaSel, #sortableMedia > .mediaSel, .mediaSelConf, .mediaSelConfS, #newMedia, #allMedia > .mediaSel {
    width: calc(100% / 3 - 4px);
  }

  #typeSelCon > .mediaSel, #sortableMedia > .mediaSel, .mediaSelConf, #newMedia, #allMedia > .mediaSel {
    height: calc(100vw / 4.5 - 5.3px);
  }
}
@media (min-width: 1600px) {
  #typeSelCon > .mediaSel, #sortableMedia > .mediaSel, .mediaSelConf, .mediaSelConfS, #newMedia, #allMedia > .mediaSel {
    width: calc(100% / 4 - 4px);
  }

  #typeSelCon > .mediaSel, #sortableMedia > .mediaSel, .mediaSelConf, #newMedia, #allMedia > .mediaSel {
    height: calc(100vw / 6 - 5.3px);
  }
}
.dropspacer {
  width: 76px;
}

.dropbtn {
  line-height: 40px;
  height: 40px;
  margin-top: 20px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  padding-right: 15px;
  padding-left: 10px;
  bottom: 3pt;
  font-style: bold;
  font-size: 10pt;
  letter-spacing: 2px;
  margin-right: 10px;
  text-transform: uppercase;
  color: white;
  border: none;
  cursor: pointer;
}

.selReward {
  bottom: 10px;
  left: calc(50% - 22px);
  background-color: #3b99dc;
  height: 44px;
  width: 44px;
  opacity: 0.7;
  position: absolute;
  border: black;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  border-radius: 75%;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

#selectedImg {
  background-color: #c1ddc1 !important;
}

/*.selReward:hover{
	right: 0px;
    bottom: 0px;

    height: 100%;
    width: 100%;
    opacity: 0.8;
    border-top-left-radius: 25%;
        transition: all .2s  ease-out;
	-moz-transition: all  .2s   ease-out;
	-webkit-transition: all  .2s   ease-out;
}*/
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Links inside the dropdown */
/* Change color of dropdown links on hover */
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: rgba(120, 120, 120, 0.8);
}

@font-face {
  font-family: "fontello";
  src: url("/css/icons/fontello/fontello.eot?91904633");
  src: url("/css/icons/fontello/fontello.eot?91904633#iefix") format("embedded-opentype"), url("/css/icons/fontello/fontello.woff2?91904633") format("woff2"), url("/css/icons/fontello/fontello.woff?91904633") format("woff"), url("/css/icons/fontello/fontello.ttf?91904633") format("truetype"), url("/css/icons/fontello/fontello.svg?91904633#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/css/font/fontello.svg?91904633#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased ../icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/*
.animate-spin {
  -moz-animation: spin 2.5s infinite linear;
  -o-animation: spin 2.5s infinite linear;
  -webkit-animation: spin 2.5s infinite linear;
  animation: spin 2.5s infinite linear;
  display: inline-block;
  line-height: 35px;
}*/
.icon-eye:before {
  content: "";
}

/* '' */
.icon-music:before {
  content: "";
}

/* '' */
.icon-ccw:before {
  content: "";
}

/* '' */
.icon-point–left:before {
  content: "";
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* '' */
.icon-picture:before {
  content: "";
}

/* '' */
.icon-video:before {
  content: "";
}

/* '' */
.icon-aperture:before {
  content: "";
}

/* '' */
.icon-link-ext-alt:before {
  content: "";
}

/* '' */
.icon-up-open-big:before {
  content: "";
}

/* '' */
.icon-globe:before {
  content: "";
}

/* '' */
.icon-resize-full-1:before {
  content: "";
}

/* '' */
.icon-menu:before {
  content: "";
}

/* '' */
.icon-resize-small-1:before {
  content: "";
}

/* '' */
.icon-play:before {
  content: "";
}

/* '' */
.icon-pause:before {
  content: "";
}

/* '' */
.icon-circle:before {
  content: "";
  -ms-transform: translate(0px, -1.5pt);
  -webkit-transform: translate(0px, -1.5pt);
  transform: translate(0px, -1.5pt);
}

.icon-circle-empty:before {
  content: "";
}

/* '' */
.icon-asterisk:before {
  content: "";
}

/* '' */
.icon-chart-pie:before {
  content: "";
}

/* '' */
.icon-chart-area:before {
  content: "";
}

/* '' */
.icon-chart-bar:before {
  content: "";
}

/* '' */
.icon-certificate:before {
  content: "";
}

/* '' */
.icon-tasks:before {
  content: "";
}

/* '' */
.icon-circle-thin:before {
  content: "";
}

/* '' */
.icon-login:before {
  content: "";
}

/* '' */
.icon-logout:before {
  content: "";
}

/* '' */
.icon-note-beamed:before {
  content: "";
}

/* '' */
/*.icon-plus:before {
  content: '\e837';
}*/
/* '' */
.icon-info-1:before {
  content: "";
}

/* '' */
.icon-home:before {
  content: "";
}

/* '' */
.icon-down-open-big:before {
  content: "";
}

/* '' */
.icon-left-open-big:before {
  content: "";
}

/* '' */
.icon-right-open-big:before {
  content: "";
}

/* '' */
.icon-play-1:before {
  content: "";
}

/* '' */
.icon-stop:before {
  content: "";
}

/* '' */
.icon-pause-1:before {
  content: "";
}

/* '' */
.icon-facebook:before {
  content: "";
}

/* '' */
.icon-info-2:before {
  content: "";
}

/* '' */
.icon-award-1:before {
  content: "";
}

/* '' */
.icon-award-empty:before {
  content: "";
}

/* '' */
.icon-article:before {
  content: "";
}

/* '' */
.icon-music-1:before {
  content: "";
}

/* '' */
.icon-spin4:before {
  content: "";
}

/* '' */
.icon-spin5:before {
  content: "";
}

/* '' */
.icon-volume-up-1:before {
  content: "";
}

/* '' */
.icon-volume-off-1:before {
  content: "";
  margin-left: -0.3em;
}

/* '' */
.icon-volume-down-1:before {
  content: "";
  margin-left: -0.1em;
}

/* '' */
.icon-angle-double-down:before {
  content: "";
}

/* '' */
.icon-twitter:before {
  content: "";
}

/* '' */
/*

@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}*/
/*@import '../_parts/mapbox'*/

/*# sourceMappingURL=main.css.map */
