/*! siebeneck - TW 30-03-2017 */

/*!
Theme Name: Siebeneck
Author: TW
Author URI: http://team-wandres.de
Version: 0.9
Text Domain: tw-siebeneck
*/
/* Magnific Popup CSS */


/* Import fonts
 * ------------ */

/* -- Open Sans */

/* Regular */
@font-face {
  font-family: "Open Sans";
  src: url("vendor/fonts/OpenSans-Regular-webfont.ttf");
}

/* Bold */
@font-face {
  font-family: "Open Sans";
  src: url("vendor/fonts/OpenSans-Bold-webfont.ttf");
  font-weight: 700;
}

/* Light */
@font-face {
  font-family: "Open Sans";
  src: url("vendor/fonts/OpenSans-Light-webfont.ttf");
  font-weight: 300;
}


.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.95;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #356ab2;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #356ab2;
}

.mfp-preloader a:hover {
  color: #356ab2;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #356ab2;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #356ab2;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #356ab2;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #356ab2;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #356ab2;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #356ab2;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #356ab2;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.alignnone {
  margin: 5px 20px 20px 0;
  max-width: 100%;
  height: auto;
  border: solid white .75em;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  max-width: 100%;
  height: auto;
  border: solid white .75em;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  max-width: 100%;
  height: auto;
  border: solid white .75em;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  max-width: 100%;
  height: auto;
  border: solid white .75em;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin: 0;
  text-align: center;
  width: 33%;
  padding: 0;
}
.gallery .gallery-item img {
  width: 100%;
  height: auto;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery dl, .gallery dt {
  margin: 0;
}

.gallery br + br {
  display: none;
}

.page-id-13 #gallery-2 {
  background-color: #fff;
}
.page-id-13 #gallery-2 img {
  padding: 15px;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* Pagination dots */
.owl-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  z-index: 1000;
}
.owl-page {
  display: inline-block;
  margin: 0 5px;
}
.owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background-color: transparent;
}
.owl-page.active span {
  background-color: #fff;
}

/* Prev/next buttons */
.owl-buttons .dashicons {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #356ab2;
  font-size: 40px;
  transition: 0.2s ease-in;
}
.owl-buttons .dashicons:hover {
  background-color: rgba(255, 255, 255, 1);
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-prev {
  left: 15px;
}
.owl-next {
  right: 15px;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

* {
  vertical-align: top;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

body {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "din-condensed-web", sans-serif;
  text-transform: uppercase;
  color: #356ab2;
}

h1 {
  font-size: 2.5em;
  margin: .5em 0;
}

h2 {
  font-size: 2em;
  margin: 1em 0 .25em 0;
}

h3 {
  font-size: 1.5em;
  margin: 1em 0 .25em 0;
}

a {
  color: inherit;
  text-decoration: underline;
}

p {
  margin: 1em 0;
}

.btn {
  display: inline-block;
  background: #356ab2;
  color: #fff;
  padding: 1em;
  border-radius: .25em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0.25em 0.75em rgba(53, 106, 178, 0.75);
  text-decoration: none;
}
.btn:hover {
  background: light(#356ab2, 5);
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
  box-shadow: 0 0 0 #356ab2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fluid {
  width: 100%;
  height: auto;
}

.site_article {
  width: 100%;
  color: #585858;
  line-height: 1.75em;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list.vertical {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.list.vertical li {
  padding-right: .5em;
}

.page {
  width: 100%;
}

.wrap {
  max-width: 80em;
  margin: auto;
  padding: 2em 3em;
}

.preloader {
  position: fixed;
  background: #fff;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9500;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #356ab2;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
header.site {
  width: 100%;
  z-index: 90;
  background: #fff;
}

.logo {
  background: #fff;
  display: inline-block;
  padding: 1em;
  height: 5em;
  text-align: center;
}
.logo_text {
  display: none;
}
.logo img {
  max-width: 100%;
  height: 100%;
}

.main-nav {
  float: right;
}
.main-nav--list {
  position: absolute;
  display: none;
  top: 4em;
  background: #356ab2;
  right: 0;
  z-index: 9999;
  padding: 0;
  list-style: none;
}
.main-nav--list li {
  display: block;
  border-bottom: solid 1px #29538b;
  color: #fff;
}
.main-nav--list li a {
  display: block;
  padding: .75em 1em;
  text-decoration: none;
  color: inherit;
  font-family: "din-condensed-web", sans-serif;
  text-transform: uppercase;
  font-size: 1.25em;
}
.main-nav--list li.current-menu-item > a {
  background: #869abd;
}
.main-nav--list li:last-child {
  border: none;
}
.main-nav--list li.menu-item-has-children .sub-menu-toggle {
  display: none;
}
.main-nav--list .sub-menu {
  padding: 0;
  border-top: solid 1px #29538b;
}
.main-nav--list .sub-menu li {
  color: #e6e6e6;
}
.main-nav--list .sub-menu li a {
  padding: .75em 1em .75em 2em;
  font-size: 1.25em;
}
.main-nav.collapsed .main-nav--list {
  display: block;
}
.main-nav.collapsed .main-nav--toggle {
  background: #356ab2;
}
.main-nav.collapsed .main-nav--toggle span {
  background: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-nav.collapsed .main-nav--toggle span:after {
  background: #fff;
}
.main-nav.collapsed .main-nav--toggle span:before {
  background: #fff;
}
.main-nav.collapsed .main-nav--toggle span:before, .main-nav.collapsed .main-nav--toggle span:after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-nav.collapsed .main-nav--toggle span:before {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.main-nav.collapsed .main-nav--toggle span:after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.main-nav--toggle {
  display: block;
  width: 5em;
  height: 5em;
  float: right;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: inherit;
  outline: none;
  color: #fff;
}
.main-nav--toggle span {
  display: block;
  background: #356ab2;
  height: 4px;
  width: 60%;
  margin: auto;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-nav--toggle span:after, .main-nav--toggle span:before {
  content: '';
  display: block;
  background: #356ab2;
  height: 4px;
  left: 0;
  right: 0;
  border-radius: 5px;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-nav--toggle span:after {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -o-transform: translateY(300%);
  transform: translateY(300%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-nav--toggle span:before {
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  -o-transform: translateY(-300%);
  transform: translateY(-300%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

main.site {
  width: 100%;
  background: #f7f7f7;
}

.full-carousel .teaser {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-shadow: 0 0 1em rgba(88, 88, 88, 0.5);
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.full-carousel .teaser .inner {
  text-align: center;
  max-width: 60%;
  color: #fff;
  font-size: .75em;
  text-shadow: inherit;
}
.full-carousel .teaser h1,
.full-carousel .teaser h2 {
  color: #fff;
}

.quicklinks {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.quicklinks .quicklink--item {
  position: relative;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
.quicklinks .quicklink--item a {
  text-decoration: none;
  background: rgba(53, 106, 178, 0.9);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.quicklinks .quicklink--item a span {
  color: white;
  font-size: 1.25em;
  font-family: "din-condensed-web", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.quicklinks .quicklink--item:hover a {
  background: rgba(53, 106, 178, 0.65);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.quicklinks .quicklink--item:hover a span {
  letter-spacing: .25em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.location {
  background: #fff;
}

/******* KIDS *******/
.kids-wrap {
  background: #356ab2;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
}
.kids-wrap h1, .kids-wrap h2, .kids-wrap h3 {
  color: inherit;
}

.story-wrap {
  background: #63b5ff;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.story-svg {
  width: 100%;
}

.story-timeline {
  width: 20%;
  background: url(img/dot.png) #59b0ff center center;
  background-repeat: repeat-y;
}

.kids-highlight {
  background: url(img/kids-special.png) no-repeat center;
}

.story-content {
  width: 80%;
  text-align: center;
}
.story-content .wrap {
  padding: 2em;
}

.white-button {
  margin-top: 0.5em;
  background-color: white;
  border-radius: 1.7em;
  padding: 0.6em 1.9em 0.6em 1.9em;
  color: #356ab2;
  text-decoration: none;
}
.white-button i {
  line-height: 1.7em;
  font-size: 1em;
  margin-right: 0.7em;
}

.image-figure {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.image-figure img {
  min-width: 100%;
  height: auto;
}
.image-figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 0 2em;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: .75em;
  line-height: 1em;
}

footer.site .list a {
  font-size: .75em;
}

@media (min-width: 40em) {
  .wrap {
    padding: 4em 6em;
  }

  .full-carousel .teaser .inner {
    font-size: 1em;
  }

  .location {
    background: #f7f7f7;
  }
  .location .frame {
    overflow: scroll;
    padding: 2em;
    border: solid 1em #fff;
    box-shadow: 0 0 2em #e4e4e4, 0 0 2em #e4e4e4 inset;
    background: transparent;
  }

  #map {
    width: 100%;
    height: 400px;
  }

  .quicklinks .quicklink--item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
}
@media (min-width: 60em) {
  .wrap {
    padding: 8em;
  }

  header.site {
    width: 16em;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 90;
    border-right: solid 1px #f1f1f1;
  }

  .full-carousel .teaser .inner {
    font-size: 1.25em;
  }
  .full-carousel .teaser h1, .full-carousel .teaser h2 {
    font-size: 3em;
  }

  .main-nav--toggle {
    display: none;
  }

  .main-nav {
    width: 100%;
    padding: 0;
  }
  .main-nav .main-nav--list {
    display: block;
    position: static;
    width: 100%;
    background: #fff;
  }
  .main-nav .main-nav--list li {
    position: relative;
    color: #869abd;
    border: none;
  }
  .main-nav .main-nav--list li a {
    padding: .125em 1em;
    font-size: 1.375em;
    border-left: solid 6px transparent;
  }
  .main-nav .main-nav--list li.current-menu-item {
    background-color: transparent;
  }
  .main-nav .main-nav--list li.current-menu-item > a {
    background-color: transparent;
    border-color: #356ab2;
  }
  .main-nav .main-nav--list li.menu-item-has-children .sub-menu-toggle {
    display: block;
    position: absolute;
    top: 6px;
    right: 24px;
    width: 24px;
    height: 24px;
    color: #869abd;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .main-nav .main-nav--list li.menu-item-has-children .sub-menu-toggle.active {
    transform: rotate(-180deg);
    transform-origin: center;
  }
  
  .main-nav .main-nav--list li.menu-item-has-children .sub-menu-toggle:before {
    border: 2px solid #869abd;
    border-radius: 50%;
    line-height: 24px;
  }
  .main-nav .main-nav--list .sub-menu {
    overflow: hidden;
    height: 0;
    padding: 0;
    border: none;
    transition: 0.4s ease-in;
  }
  .main-nav .main-nav--list .sub-menu.active {
    height: 280px;
  }
  .main-nav .main-nav--list .sub-menu li {
    color: #b8c3d8;
  }
  .main-nav .main-nav--list .sub-menu li a {
    font-size: 1.25em;
    padding-left: 1.5em;
  }

  .logo {
    width: 100%;
    height: auto;
    padding: 2em;
    text-align: center;
  }
  .logo img {
    height: auto;
  }
  .logo_signet {
    padding-bottom: 2em;
  }
  .logo_text {
    display: inline-block;
  }

  .location .frame {
    padding: 6em;
  }

  .page-wrap {
    padding-left: 16em;
    max-width: 90em;
  }
}


/* Facebook and Instagram feed
 * --------------------------- */

.facebook-feed-container {
  margin-top: 8em;
}
.facebook-feed-item {
  padding: 0;
  z-index: 80;
  background-size: cover;
  background-position: center;
}
.facebook-feed a,
.instagram-feed a {
  display: block;
  position: relative;
}
.facebook-feed a {
  display: block;
  width: 100%;
  padding-top: 100%;
}
.facebook-feed a:after,
.instagram-feed a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(53,106,178,0.8);
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
   transition: all 0.3s;
}
.facebook-feed a:before,
.instagram-feed a:before {
  z-index: 77;
  font-family: "din-condensed-web", sans-serif;
  font-size: 100px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
   transition: all 0.3s;
}
.facebook-feed a:before {
  content: 'f';
}
.instagram-feed a:before {
  content: 'i';
}
.facebook-feed a:hover:after,
.facebook-feed a:hover:before,
.instagram-feed a:hover:after,
.instagram-feed a:hover:before {
  opacity: 1;
}


/* Interferer "MS Ortho"
 * --------------------- */

.interferer-container {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 999;
  width: 100px;
  max-width: 10vw;
}
.interferer {
  width: 100%;
  height: auto;
}

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