/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url("../bower/lightbox2/dist/images/loading.2299ad0b3f63.gif") no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url("../bower/lightbox2/dist/images/prev.84b76dee6b27.png") left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url("../bower/lightbox2/dist/images/next.31f15875975a.png") right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url("../bower/lightbox2/dist/images/close.d9d2d0b1308c.png") top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:inline-block;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background:url("data:image/png;base64,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") no-repeat 0 0}.modal-spinner{display:none;width:64px;height:64px;position:fixed;top:50%;left:50%;margin-right:-32px;margin-top:-32px;background:url("data:image/gif;base64,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") #111 no-repeat center center;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px}
/* Basic stuff */
html, body {
  color: #424242;
  font-size: 16px;
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 1.5;
}
@media (max-width: 480px) {
  html, body {
    font-size: 14px;
  }
}

html {
  overflow-y: scroll !important;
}

h1, h2, h3, h4, h5, nav {
  text-align: center;
  font-family: "Amatic SC", cursive;
  color: #424242;
}
h1:not(nav), h2:not(nav), h3:not(nav), h4:not(nav), h5:not(nav), nav:not(nav) {
  font-weight: normal;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.3125rem;
}

h4 {
  font-size: 24px;
}

.wrapper {
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  height: auto;
  max-width: 100vw;
  overflow-x: hidden;
}
.wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-image: url(https://ambraune.imgix.net/static/common/img/hintergrund.png?auto=format);
  background-repeat: repeat;
  background-position: 50% 50%;
}
@media (max-width: 1280px) {
  .wrapper {
    box-sizing: border-box;
    padding: 0 5vw;
  }
}

.modalspace {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
  color: #424242;
}
a:hover, a:active {
  color: #008CBA;
}

.main, header, nav {
  margin: 0 auto;
  max-width: 1080px;
}

sidenav {
  width: 72px;
  display: block;
  position: absolute;
  left: 16px;
  top: 16px;
}
sidenav a, sidenav form {
  display: block;
  height: 48px;
}
sidenav a.fb, sidenav a.insta, sidenav form.fb, sidenav form.insta {
  margin-top: 4px;
  width: 48px;
}
sidenav a input.image, sidenav a img, sidenav form input.image, sidenav form img {
  width: 100%;
}
@media (max-width: 480px) {
  sidenav {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 1em;
  }
  sidenav a, sidenav form {
    flex: 0 0 32px;
    height: 32px;
    margin-top: 0 !important;
  }
  sidenav a.language, sidenav form.language {
    flex: 0 0 48px;
  }
}

header h1 {
  margin: 0.5em 0;
}
@media (max-width: 480px) {
  header h1 {
    font-size: 48px;
  }
}
header h2 {
  text-align: center;
}
@media (max-width: 480px) {
  header h2 {
    margin: 0.5em 0;
  }
}
header img {
  margin: 0 auto 12px;
  display: inherit;
  max-width: 771px;
}
@media (max-width: 768px) {
  header img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  header img {
    margin-bottom: 0;
  }
}

nav {
  padding: 0 16px;
  box-sizing: border-box;
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav ul li {
  flex: 0 0 auto;
  font-size: 1.5em;
  font-weight: bolder;
}
@media (max-width: 480px) {
  nav ul li {
    padding: 0 0.5em;
  }
}
nav ul.stick {
  background: #fefbe5;
  position: fixed;
  display: none;
  top: 0;
  width: 90vw;
  max-width: calc(1080px - 32px);
  z-index: 1;
}
@media (max-width: 1280px) {
  nav {
    padding: 0;
  }
  nav ul.stick {
    width: 90vw;
    max-width: 90vw;
  }
}
nav a {
  text-decoration: none;
  transition: color 0.3s;
  color: #424242;
}
nav a:hover, nav a:active {
  color: #008CBA;
}
nav.sticky ul.stick {
  display: flex;
}

.main h1 {
  margin: 8px auto;
}
.main .gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .main .gallery {
    padding: 0;
    margin: 0 -12px;
    width: calc(100% + 24px);
  }
}
.main .gallery > div, .main .gallery > a {
  flex: 1 1 242px;
  margin: 0 12px;
}
@media (max-width: 1280px) {
  .main .gallery > div, .main .gallery > a {
    flex: 1 1 200px;
  }
}
.main .gallery > a {
  margin: 12px;
}
.main .gallery > a img {
  transition: 0.5s;
  box-shadow: none !important;
  width: 100%;
}
.main .gallery > a:hover img {
  box-shadow: 4px 4px 4px rgba(30, 30, 30, 0.15);
  transform: scale(1.01, 1.01);
}

#contactForm {
  font-family: "Amatic SC", cursive !important;
  text-align: center;
}
#contactForm textarea, #contactForm input[type=text] {
  display: block;
  width: 100%;
  border: 0;
  padding: 10px 5px;
  margin: 16px 0;
  background: white no-repeat;
  background-image: linear-gradient(to bottom, #008cba, #008cba), linear-gradient(to bottom, silver, silver);
  background-size: 0 2px, 100% 1px;
  background-position: 50% 100%, 50% 100%;
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  box-sizing: border-box;
}
#contactForm textarea:focus, #contactForm input[type=text]:focus {
  background-size: 100% 2px, 100% 1px;
  outline: none;
}
#contactForm textarea {
  min-height: 13.37em;
}
#contactForm input[type=submit] {
  color: #fff;
  background: #008cba;
  padding: 0.75em 1.5em;
  font-weight: 700;
  border: 2px solid #008cba;
  transition: 0.7s;
}
#contactForm input[type=submit]:hover {
  background: #fff;
  color: rgba(0, 140, 186, 0.25);
  border-color: rgba(0, 140, 186, 0.25);
  cursor: pointer;
}
#contactForm input[type=submit]:disabled {
  background: #fff;
  color: #ddd;
  border-color: #ddd;
}

footer {
  font-family: "Amatic SC", cursive;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 24px;
  margin-top: 24px;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-end;
}
footer span {
  font-weight: bold;
  font-size: 24px;
  flex: 0 0 auto;
  text-align: center;
}
@media (max-width: 480px) {
  footer {
    flex-wrap: wrap;
    width: 100%;
  }
  footer span:nth-of-type(1) {
    order: 1;
  }
  footer span:nth-of-type(2) {
    order: 3;
    flex-shrink: 1;
  }
  footer span:nth-of-type(3) {
    order: 2;
  }
}

.lb-data .lb-caption {
  font-size: 24px;
}

.lb-data .lb-number {
  font-size: 18px;
}

.modal {
  max-width: 1080px;
  padding: 0 24px 16px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .modal.narrow {
    padding: 0 4px 8px;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .modal {
    width: 95%;
  }
}
@media (max-width: 480px) {
  .modal {
    padding: 0 4px 8px;
    width: 100%;
  }
}
.modal .close {
  height: calc(1.5 * 2.3125rem);
  width: calc(1.5 * 2.3125rem);
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: #008cba;
  color: #fff;
  transition: 0.3s;
}
.modal .close a, .modal .close i {
  line-height: calc(1.5 * 2.3125rem) !important;
  transition: 0.2s;
}
.modal .close a {
  color: #fff;
}
.modal .close:hover {
  background: #fff;
}
.modal .close:hover a {
  color: #008cba;
}
.modal .close:hover i {
  font-size: 32px;
}
.modal > h2:first-of-type {
  margin-top: 0;
}
@media (max-width: 480px) {
  .modal > h2:first-of-type {
    margin-bottom: 0.3em;
  }
}
.modal .close-modal {
  display: none !important;
  line-height: calc(1.5 * 2.3125rem);
}
.modal .flexcontent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}
.modal .flexcontent.wrap {
  flex-wrap: wrap;
  align-items: flex-start;
}
.modal .flexcontent.flip div.flex40 {
  flex: 1 0 30%;
  margin-left: 48px;
}
.modal .flexcontent.flip div.flex55 {
  flex: 0 1 auto;
}
@media (max-width: 768px) {
  .modal .flexcontent.flip div.flex40 {
    flex-basis: 40%;
    margin-left: 24px;
  }
}
@media (max-width: 480px) {
  .modal .flexcontent.flip {
    flex-direction: column;
  }
  .modal .flexcontent.flip div.flex40 {
    margin-left: 0;
  }
}
.modal .flexcontent .card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 16px 24px;
  transition: 0.4s;
}
.modal .flexcontent .card:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.32), 0 2px 10px 0 rgba(0, 0, 0, 0.24);
}
.modal .flexcontent .card .content {
  padding: 24px;
}
.modal .flexcontent .card .content h4 {
  margin: 0 auto;
}
.modal .flexcontent .card .content ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
.modal .flexcontent .card .content div {
  text-align: center;
}
.modal .flexcontent .card .video {
  position: relative;
}
.modal .flexcontent .card .video:before {
  content: "";
  float: left;
  padding-bottom: 56.25%;
  margin-right: -100%;
}
.modal .flexcontent .card .video:after {
  content: "";
  display: table;
  clear: both;
}
.modal .flexcontent .card .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .flexcontent .card .action {
  padding: 24px;
  font-size: 24px;
  font-weight: bold;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  text-align: center;
}
.modal .flexcontent .card .action a {
  color: #008cba;
}
@media (max-width: 480px) {
  .modal .flexcontent .card {
    margin: 0 12px 24px;
  }
  .modal .flexcontent .card .content {
    padding: 4px 12px;
  }
  .modal .flexcontent .card .content p {
    margin: 8px 0;
  }
  .modal .flexcontent .card .action {
    padding: 8px 12px;
  }
}
.modal .flexcontent .flex-1 {
  flex: 1 1 calc((1/12) * 100% - 48px);
}
.modal .flexcontent .flex-2 {
  flex: 1 1 calc((2/12) * 100% - 48px);
}
.modal .flexcontent .flex-3 {
  flex: 1 1 calc((3/12) * 100% - 48px);
}
.modal .flexcontent .flex-4 {
  flex: 1 1 calc((4/12) * 100% - 48px);
}
.modal .flexcontent .flex-5 {
  flex: 1 1 calc((5/12) * 100% - 48px);
}
.modal .flexcontent .flex-6 {
  flex: 1 1 calc((6/12) * 100% - 48px);
}
.modal .flexcontent .flex-7 {
  flex: 1 1 calc((7/12) * 100% - 48px);
}
.modal .flexcontent .flex-8 {
  flex: 1 1 calc((8/12) * 100% - 48px);
}
.modal .flexcontent .flex-9 {
  flex: 1 1 calc((9/12) * 100% - 48px);
}
.modal .flexcontent .flex-10 {
  flex: 1 1 calc((10/12) * 100% - 48px);
}
.modal .flexcontent .flex-11 {
  flex: 1 1 calc((11/12) * 100% - 48px);
}
.modal .flexcontent .flex-12 {
  flex: 1 1 calc((12/12) * 100% - 48px);
}
@media (max-width: 768px) {
  .modal .flexcontent .flex-7, .modal .flexcontent .flex-8, .modal .flexcontent .flex-9, .modal .flexcontent .flex-10, .modal .flexcontent .flex-11, .modal .flexcontent .flex-12 {
    flex-basis: 100%;
  }
  .modal .flexcontent .flex-1, .modal .flexcontent .flex-2, .modal .flexcontent .flex-3, .modal .flexcontent .flex-4, .modal .flexcontent .flex-5, .modal .flexcontent .flex-6 {
    flex-basis: calc(50% - 48px);
  }
}
@media (max-width: 480px) {
  .modal .flexcontent .flex-1, .modal .flexcontent .flex-2, .modal .flexcontent .flex-3, .modal .flexcontent .flex-4, .modal .flexcontent .flex-5, .modal .flexcontent .flex-6 {
    flex-basis: 100%;
  }
}
.modal .flexcontent img {
  max-width: 100%;
  max-height: 80vh;
}
.modal .flexcontent ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}
.modal .flexcontent ul li {
  position: relative;
  font-size: 16px;
  margin-bottom: 8px;
}
.modal .flexcontent ul li span {
  display: inline-block;
  text-align: center;
}
.modal .flexcontent ul li h3 {
  margin-top: 0;
  font-size: 1.21875rem;
  margin-left: auto;
  margin-right: auto;
}
.modal .flexcontent ul li.header {
  text-align: center;
}
.modal .flexcontent ul.milestones li {
  display: flex;
  flex-direction: row;
}
.modal .flexcontent ul.milestones li span.year {
  flex: 0 0 4rem;
}
.modal .flexcontent ul.milestones li span.entry {
  flex: 1 1 auto;
}
.modal .flexcontent h2, .modal .flexcontent h3, .modal .flexcontent h4, .modal .flexcontent li {
  font-family: "Open Sans Condensed", sans-serif;
}
.modal .event {
  background: rgba(0, 140, 186, 0.5);
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 24px;
  padding: 4px 0;
}
.modal .event .date {
  flex: 0 0 20%;
  text-align: center;
  font-size: 1.33rem;
}
.modal .event .infos {
  flex: 0 0 80%;
  text-align: center;
}
.modal .event span {
  display: block;
}
.modal .event h3 {
  margin: 0 auto;
  font-size: 2.33rem;
  font-weight: bold;
  color: inherit;
}
.modal .event.old {
  background: rgba(0, 140, 186, 0.25);
}
.modal .event.active {
  background: #008cba;
  color: #fff;
}
@media (max-width: 768px) {
  .modal .event {
    flex-direction: column;
  }
  .modal .event .date span {
    display: inline;
  }
}

.lightbox .lb-outerContainer .lb-container .lb-image {
  -moz-border-radius: 1px 1px 0 0;
  -webkit-border-radius: 1px 1px 0 0;
  border-radius: 1px 1px 0 0;
  border: none;
}
.lightbox .lb-dataContainer {
  background: #fff;
  -moz-border-radius: 0 0 1px 1px;
  -webkit-border-radius: 0 0 1px 1px;
  border--radius: 0 0 1px 1px;
  padding: 0;
  min-height: 64px;
}
.lightbox .lb-dataContainer .lb-data {
  position: relative;
}
.lightbox .lb-dataContainer .lb-data .lb-details .lb-caption {
  padding-top: 4px;
  padding-left: 4px;
  line-height: 32px;
  height: 32px;
  color: #424242;
  display: inline-block;
  font-weight: normal;
}
.lightbox .lb-dataContainer .lb-data .lb-details .lb-number {
  height: 24px;
  line-height: 24px;
  padding: 0;
  padding-left: 4px;
}
.lightbox .lb-dataContainer .lb-data .lb-close {
  float: none;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 64px;
  width: 64px;
  background: #008cba;
  color: #fff;
  text-align: center;
  transition: 0.4s;
}
.lightbox .lb-dataContainer .lb-data .lb-close:before {
  content: "clear";
  line-height: 64px;
  letter-spacing: normal;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  display: inline-block;
  transition: 0.3s;
}
.lightbox .lb-dataContainer .lb-data .lb-close:hover {
  background: #fff;
}
.lightbox .lb-dataContainer .lb-data .lb-close:hover:before {
  font-size: 56px;
  color: #008cba;
}

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