@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic";
@import "https://cdn.jsdelivr.net/jquery.tooltipster/4.1.4/css/tooltipster.bundle.min.css";
@import "https://cdn.jsdelivr.net/jquery.tooltipster/4.1.4/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-borderless.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.3.5/css/lightgallery.min.css";
/* line 5, ../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../scss/_main.scss */
:root {
  --bs-backdrop-opacity: 0;
  --pin-height: 73px;
}

/* line 6, ../scss/_main.scss */
body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
}
/* line 10, ../scss/_main.scss */
body.form-page {
  background: #e6e6e6;
}
/* line 15, ../scss/_main.scss */
body.home {
  overflow: hidden;
}

/* line 19, ../scss/_main.scss */
a {
  color: #2B6699;
}

/* line 22, ../scss/_main.scss */
.map-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
/* line 27, ../scss/_main.scss */
.map-wrapper.mouseDown:hover {
  cursor: move;
}

/* line 31, ../scss/_main.scss */
.map {
  position: relative;
  width: 1500px;
  height: 992px;
  margin: auto;
  background-image: url(../images/map_2023.jpg);
  background-size: contain;
}
/* line 38, ../scss/_main.scss */
.map .marker {
  opacity: 1;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -moz-transform: translate(0, calc(var(--pin-height) * -1));
  -ms-transform: translate(0, calc(var(--pin-height) * -1));
  -webkit-transform: translate(0, calc(var(--pin-height) * -1));
  transform: translate(0, calc(var(--pin-height) * -1));
}
/* line 46, ../scss/_main.scss */
.map .marker svg {
  width: auto;
  height: var(--pin-height);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  filter: drop-shadow(2px -1px 3px rgba(0, 0, 0, 0.3));
}
/* line 51, ../scss/_main.scss */
.map .marker svg .pin-class-1 {
  fill: #478ead;
}
/* line 54, ../scss/_main.scss */
.map .marker svg .pin-class-2 {
  fill: #57a0c0;
}
/* line 59, ../scss/_main.scss */
.map .marker:hover:after, .map .marker:active:after {
  display: block;
}
/* line 65, ../scss/_main.scss */
.map .map-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 72, ../scss/_main.scss */
.zoomButton {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 10px;
  line-height: 40px;
  text-align: center;
  color: #e5eff8;
  background-color: #2B6699;
  font-size: 2em;
  font-weight: 200;
  z-index: 1010;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Source Sans Pro', sans-serif;
}
/* line 86, ../scss/_main.scss */
.zoomButton:hover, .zoomButton:active {
  cursor: pointer;
  background-color: #3681c1;
}
/* line 90, ../scss/_main.scss */
.zoomButton.zoomPlus {
  bottom: 55px;
}
/* line 92, ../scss/_main.scss */
.zoomButton.zoomPlus::before {
  content: '+';
}
/* line 96, ../scss/_main.scss */
.zoomButton.zoomMinus {
  bottom: 10px;
}
/* line 98, ../scss/_main.scss */
.zoomButton.zoomMinus::before {
  content: '-';
}

/* line 103, ../scss/_main.scss */
.zoomInfo {
  position: fixed;
  right: 68px;
  bottom: 86px;
  width: 80px;
  background: url(../images/NaviHinweisFutureM.png) no-repeat center center;
  background-size: cover;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-animation: pulsieren 1.5s ease 0s infinite;
  -webkit-animation: pulsieren 1.5s ease 0s infinite;
  animation: pulsieren 1.5s ease 0s infinite;
}
/* line 112, ../scss/_main.scss */
.zoomInfo div {
  padding-bottom: 100%;
}

@keyframes pulsieren {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* line 124, ../scss/_main.scss */
.tooltip_templates {
  display: none;
}

/* line 127, ../scss/_main.scss */
.tooltip-wrapper {
  padding: 5px 0 9px;
}
/* line 129, ../scss/_main.scss */
.tooltip-wrapper p {
  margin: 0 0 10px;
}

/* line 133, ../scss/_main.scss */
.play-video {
  display: block;
  text-align: center;
  background-color: #2B6699;
  color: #e5eff8;
  padding: 0.6em 0.8em;
  font-weight: 200;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 142, ../scss/_main.scss */
.play-video:hover, .play-video:active {
  background-color: #3681c1;
}

/* line 149, ../scss/_main.scss */
.site-header {
  position: fixed;
  z-index: 999;
  top: 0px;
  right: 0px;
  /*
  .info-btn a {
      display: block;
      height: 35px;
      width: 35px;
      background: url(../images/FutureMInfobutton.jpg) no-repeat left top;
      background-size: 100%
  }
  */
}
/* line 154, ../scss/_main.scss */
.site-header .container {
  float: right;
  padding: 0;
  width: auto;
}
/* line 159, ../scss/_main.scss */
.site-header a {
  text-decoration: none;
}
/* line 162, ../scss/_main.scss */
.site-header nav {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 168, ../scss/_main.scss */
.site-header nav > ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0;
  padding: 0;
}
/* line 172, ../scss/_main.scss */
.site-header nav > ul > li {
  float: left;
}
/* line 174, ../scss/_main.scss */
.site-header nav > ul > li a {
  display: block;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 14px;
}
/* line 179, ../scss/_main.scss */
.site-header nav > ul > li a:hover {
  color: #FF662B;
}
/* line 184, ../scss/_main.scss */
.site-header nav > ul > li.parent:hover > ul {
  visibility: visible;
  opacity: 1;
}
/* line 190, ../scss/_main.scss */
.site-header nav > ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 180px;
  background: #f8f8f8;
  margin-top: 7px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
}
/* line 200, ../scss/_main.scss */
.site-header nav > ul ul > li {
  display: block;
  border-bottom: 1px solid #c9c9c9;
}
/* line 203, ../scss/_main.scss */
.site-header nav > ul ul > li a {
  display: block;
  padding: 7px 15px;
  text-align: center;
}
/* line 212, ../scss/_main.scss */
.site-header .info-btn {
  display: block;
  cursor: pointer;
  float: left;
  height: 35px;
  width: 35px;
  margin-top: 7px;
  margin-right: 15px;
  background: url(../images/FutureMInfobutton.jpg) no-repeat left top;
  background-size: 100%;
}

/* line 237, ../scss/_main.scss */
.lg-backdrop.in {
  opacity: 0;
}

/* line 241, ../scss/_main.scss */
.lg-toolbar {
  opacity: 0;
}

/* line 249, ../scss/_main.scss */
.modal .modal-content {
  background: transparent;
  border: none;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 254, ../scss/_main.scss */
.modal .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
/* line 260, ../scss/_main.scss */
.modal .info_grafik {
  background: url(../images/StartInfoFutureMmitNavi.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 100%;
}
/* line 265, ../scss/_main.scss */
.modal .archiv_grafik {
  background: url(../images/StartInfoFutureMArchivseiteGr.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 100%;
}

/* line 271, ../scss/_main.scss */
.modal-backdrop.show {
  opacity: 0;
}

/* line 279, ../scss/_main.scss */
body.archiv .content-wrapper {
  max-width: 1400px;
  padding: 0 20px;
  margin: 90px auto 0;
}
/* line 283, ../scss/_main.scss */
body.archiv .content-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 288, ../scss/_main.scss */
body.archiv .content-wrapper .button {
  padding: 10px;
  flex-basis: 50%;
}
/* line 292, ../scss/_main.scss */
body.archiv .content-wrapper .button-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 296, ../scss/_main.scss */
body.archiv .content-wrapper h2 {
  color: #afafaf;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 1, ../scss/_mediaqueries.scss */
:root {
  --item-padding: 12%;
}

@media only screen and (max-width: 767px) {
  /* line 7, ../scss/_mediaqueries.scss */
  :root {
    --pin-height: 50px;
  }

  /* line 11, ../scss/_mediaqueries.scss */
  .site-header nav {
    margin: 8px 0 0 0px;
  }
  /* line 13, ../scss/_mediaqueries.scss */
  .site-header nav > ul > li > a {
    padding: 6px 10px;
  }

  /* line 19, ../scss/_mediaqueries.scss */
  body.archiv .content-wrapper {
    padding: 0 35px;
  }
  /* line 21, ../scss/_mediaqueries.scss */
  body.archiv .content-wrapper .button-wrapper {
    margin-left: calc(var(--item-padding) / 2 * -1);
    margin-right: calc(var(--item-padding) / 2 * -1);
  }
  /* line 25, ../scss/_mediaqueries.scss */
  body.archiv .content-wrapper .button {
    padding: calc(var(--item-padding) / 2);
  }
  /* line 30, ../scss/_mediaqueries.scss */
  body.archiv .content-wrapper .circle-section .column + .column {
    margin-top: 30px;
  }
  /* line 35, ../scss/_mediaqueries.scss */
  body.archiv .content-wrapper .making-of-section .button {
    padding: var(--item-padding);
  }

  /* line 41, ../scss/_mediaqueries.scss */
  .zoomInfo {
    width: 70px;
    right: 58px;
    bottom: 88px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 52, ../scss/_mediaqueries.scss */
  .site-header {
    top: 30px;
    right: 30px;
  }

  /* line 57, ../scss/_mediaqueries.scss */
  body.archiv .content-wrapper {
    margin-top: 140px;
  }
  /* line 60, ../scss/_mediaqueries.scss */
  body.archiv .content-wrapper img {
    width: 100%;
  }
  /* line 63, ../scss/_mediaqueries.scss */
  body.archiv .content-wrapper .column {
    padding: 0 2.6%;
    width: 20%;
  }
  /* line 71, ../scss/_mediaqueries.scss */
  body.archiv .content-wrapper .making-of-section .button-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 75, ../scss/_mediaqueries.scss */
  body.archiv .content-wrapper .making-of-section .button-wrapper-inner {
    padding-left: calc(2.6% - 15px);
    padding-right: calc(2.6% - 15px);
    width: 20%;
  }
  /* line 81, ../scss/_mediaqueries.scss */
  body.archiv .content-wrapper h2 {
    text-align: center;
  }
}
