/*
Theme Name: Figmentum 2.0 
Author: Heinrich Fenkart, Johannes Felber, Oswald Comber
Version: 1.0
*/

* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font: 16px/1.5 'Neris', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #839297;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comingsoon {
  text-align: center;
  font-size: larger;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.font-body {
  font: 16px/1.5 'Neris', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.text-center {
  text-align: center;
}
.text-light {
  color: #777;
}
.text-small {
  font-size: 12px;
}
.u-m0 {
  margin: 0;
}

html,
body,
#pages,
.carousel-inner {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir Next W01', 'Avenir Next', 'Avenir', 'Helvetica Neue',
    Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

a {
  color: inherit;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: '';
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.control {
  color: inherit;
}

.control input {
  top: 0;
  bottom: 0;
  height: 100%;
}

.control-matrix-first {
  order: -1;
}

.toast {
  display: block;
  padding: 16px 20px;
  margin-bottom: 16px;
  background-color: #ccc;
}

.toast-error {
  background-color: #c0392b;
  color: #fff;
}

.toast-success {
  background-color: #2bc069;
  color: #fff;
}

.toast ul {
  margin: 0;
  padding: 0 0 0 24px;
}

.fluid-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 1000px;
  margin: 0 auto;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.light {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  display: block;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: rgba(80, 98, 107, 0.8);
}

.btn-inline {
  display: inline-block;
  padding: 14px 20px;
}

.btn:hover,
.btn:focus {
  background-color: #4e6068;
}

.vertical-center-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.heading {
  margin-bottom: 32px;
}

.heading-top {
  margin: 0;
  font-size: 28px;
  line-height: 1;
}

.heading-bottom {
  margin: 0;
  font: italic 18px/1.7 'Neris', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: none;
}

.heading a {
  text-decoration: none;
}

.l-wb {
  padding: 32px 15%;
  background-color: rgba(255, 255, 255, 0.975);
}

.carousel-inner > .item {
  height: 100%;
  overflow-y: auto;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 56px;
  -webkit-overflow-scrolling: touch;
}

.item-inner {
  width: 100%;
  max-width: 960px;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.item-inner:after {
  content: '';
  display: table;
  clear: both;
}

.template-fullscreen {
  background-color: #000;
}

.template-fullscreen .item-inner {
  max-width: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.page-title {
  margin: 0;
  line-height: 1;
  font-size: 28px;
}

.item-height {
  height: 100%;
  margin-top: -90px;
}

.js .l-an {
  opacity: 0;
  visibility: hidden;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: opacity, visibility, transform;
}

.l-an.active {
  opacity: 1;
  visibility: visible;
}

.cookie-settings {
  line-height: 1.9;
}

#datenschutz {
  display: block;
  margin-top: -56px;
  padding-top: 56px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grecaptcha-badge {
  display: none !important;
}

.template-default .item-inner {
  min-height: 0;
  /* max-width: 700px; */
}

@media (min-width: 600px) {
  .item-height {
    display: none;
  }

  .item-inner {
    margin: 48px auto;
  }

  .page-title,
  .heading-top {
    /* oc */
    font-size: 30px;
  }

  .js .l-an {
    transform: translateX(-100%);
  }

  .js .l-an-r {
    transform: translateX(100%);
  }

  .js .l-an-t {
    transform: translateY(-100%);
  }

  .js .l-an-b {
    transform: translateY(100%);
  }

  .l-an.active {
    transform: none;
  }

  .control-matrix-first {
    order: 0;
  }
}

.hidden {
  display: none;
}

#nav-state {
  display: none;
}

/* Cookie notice */
.cookie-notice-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

#cn-notice-text {
  text-align: justify;
}

#cn-notice-text:before {
  content: 'Hinweis zu Cookies';
  display: block;
  margin-bottom: 8px;
  font-family: 'Avenir Next W01', 'Avenir Next', 'Avenir', 'Helvetica Neue',
    Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.cookie-notice-actions {
  margin-top: 12px;
}

#cookie-notice .cookie-notice-actions .button {
  display: block;
  margin-left: 0;
  width: 100%;
}

#cn-accept-cookie {
  margin-bottom: 6px;
}

@media (min-width: 1000px) {
  .cookie-notice-container {
    display: flex;
    align-items: center;
  }

  .cookie-notice-actions {
    margin-top: 0;
    margin-left: 12px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role='button'] {
  cursor: pointer;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item,
.gallery-item {
  display: none;
  position: relative;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
  transform: translateX(100%);
  left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
  transform: translateX(-100%);
  left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
  transform: none;
  left: 0;
}
.carousel-control {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.7;
  z-index: 15;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.95;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  background-size: 75%;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-control .icon-prev {
  background-image: url(img/chevron-left.svg);
}
.carousel-control .icon-next {
  background-image: url(img/chevron-right.svg);
}
@media screen and (min-width: 768px) {
  .carousel-control {
    width: 128px;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 42px;
    height: 42px;
    margin-top: -32px;
    background-size: 26px;
  }
  .carousel-control .icon-prev {
    margin-left: -42px;
  }
  .carousel-control .icon-next {
    margin-right: -32px;
  }

  .l-wb {
    padding: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .carousel-control {
    width: 128px;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 62px;
    height: 62px;
    margin-top: -32px;
    background-size: 38px;
  }
  .carousel-control .icon-prev {
    margin-left: -32px;
  }
  .carousel-control .icon-next {
    margin-right: -32px;
  }
}
