/* EXT-IMPORTS */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

@font-face {
  font-family: 'Fira Sans';
  src: url("fonts/Fira_Sans/FiraSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Fira Sans';
  src: url("fonts/Fira_Sans/FiraSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Fira Sans';
  src: url("fonts/Fira_Sans/FiraSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "Sugarstyle Millenial";
  src: url("fonts/Sugarstyle_Millenial/SugarstyleMillenial-Regular.ttf"); }
@font-face {
  font-family: "Flaticon";
  src: url("icons/Flaticon.ttf"); }
/* GENERAL STYLES */
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0; }

html body {
  font-family: 'Fira Sans', sans-serif;
  margin: 0;
  background: #fff;
  /* jquery mmenu -> smoother*/
  font-size: 14px; }

header.main-header {
  width: 100%;
  height: 70px;
  background: #fff;
  position: fixed;
  margin-top: -70px;
  z-index: 99;
  box-shadow: 0px 2px 3px 1px rgba(158, 158, 158, 0.7); }

main {
  /*background-image: url('../Images/old_wall.png');*/
  background-repeat: repeat; }

h2 {
  font-size: 16px;
  text-transform: uppercase; }

h3 {
  font-size: 14px; }

ul {
  padding: 0; }

a {
  text-decoration: none; }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  margin: 0 !important; }

.container {
  padding-left: 20px;
  padding-right: 20px; }

/* SCSS IMPORTS */
.navigation {
  display: flex;
  height: 70px; }

nav .menu {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  list-style: none; }
  nav .menu > li {
    margin-right: 3% !important; }
  nav .menu li {
    margin-right: 2%;
    position: relative;
    transition: 0.5s;
    /* first two li's */ }
    nav .menu li a {
      color: #005297;
      display: block;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 13px;
      font-weight: 600;
      /* border bottom */
      padding-top: 27px;
      padding-bottom: 21px; }
      nav .menu li a + ul {
        display: none;
        position: absolute; }
    nav .menu li:hover a + ul {
      list-style: none;
      display: block; }
    nav .menu li .sub-menu {
      width: 250px;
      height: auto;
      left: 0;
      padding: 40px 40px 40px 40px;
      margin-top: -1px;
      /* IE */
      text-align: left;
      border-bottom: 6px solid #a01651;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
      background: #fff;
      z-index: 1; }
      nav .menu li .sub-menu li a {
        padding: 8px;
        border: none; }
        nav .menu li .sub-menu li a:hover {
          background: #005297;
          color: #fff; }
      nav .menu li .sub-menu .menu-col {
        float: left;
        width: 32%; }
        nav .menu li .sub-menu .menu-col > ul {
          width: 100%;
          margin-top: 15px; }
          nav .menu li .sub-menu .menu-col > ul li a {
            text-transform: initial;
            font-weight: 400;
            font-size: 12px;
            border-bottom: 1px solid #005297;
            padding: 8px; }
            nav .menu li .sub-menu .menu-col > ul li a:hover {
              background: #005297;
              color: #fff; }
        nav .menu li .sub-menu .menu-col:last-child {
          margin-right: 0; }
    nav .menu li:nth-child(-n+2) .sub-menu {
      width: 800px;
      height: 590px; }

.logo {
  margin-left: 0;
  padding-left: 0;
  padding-top: 13px; }
  .logo img {
    height: 40px;
    width: auto; }
    .logo img:hover {
      opacity: 0.5; }

.breadcrumb {
  display: none; }

/* MOBILE SEARCH */
.mobile-search {
  display: none; }

.mm-navbar form#mobile-suchformular {
  position: relative;
  float: left; }
.mm-navbar input[type="text"] {
  padding: 5px; }
.mm-navbar input[type="submit"] {
  background: #005297;
  color: #fff;
  border: none;
  padding: 5px 10px 5px 10px;
  border-radius: 20px; }
.mm-navbar a {
  float: left; }
.mm-navbar a.mm-title {
  float: none; }

.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-5.mm-navbar-size-1 {
  bottom: 260px;
  border: 0; }

.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-4.mm-navbar-size-1 {
  bottom: 210px; }

.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-3.mm-navbar-size-1 {
  bottom: 160px; }

.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-2.mm-navbar-size-1 {
  bottom: 100px; }

.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-1.mm-navbar-size-1.mm-navbar-content-3 {
  bottom: 20px; }

.span-kontakt::before, .span-anmeldung::before, .span-info::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 40px;
  background-size: 20px 20px;
  background-image: url(icons/phone.svg);
  background-repeat: no-repeat;
  position: relative;
  top: 4px; }

.span-anmeldung::before {
  background-image: url(icons/edit-note-hand-drawn-interface-symbol.svg); }

.span-info::before {
  background-image: url(icons/calendar.svg); }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #005297; }

.mm-navbars-top {
  border: 0; }
  .mm-navbars-top #hamburger-close {
    display: block !important;
    position: relative;
    top: 5px;
    padding-left: 0; }
    .mm-navbars-top #hamburger-close .hamburger-inner, .mm-navbars-top #hamburger-close .hamburger-inner::before, .mm-navbars-top #hamburger-close .hamburger-inner::after {
      width: 25px; }

.mm-navbars-bottom {
  border: 0; }

.mm-navbar {
  display: flex;
  align-items: center;
  left: 20px; }

.mm-navbar-content-3 > * {
  width: auto;
  margin-right: 10px; }

.mm-navbar-content-3 li.lnactive a {
  color: #333; }

@media only screen and (min-width: 600px) {
  .breadcrumb {
    display: inline;
    padding: 0 !important;
    font-size: 12px; }
    .breadcrumb li {
      display: inline; }
    .breadcrumb .breadcrumb-active a {
      font-weight: 600; }
    .breadcrumb [class^="flaticon-"]:before, .breadcrumb [class*=" flaticon-"]:before, .breadcrumb [class^="flaticon-"]:after, .breadcrumb [class*=" flaticon-"]:after {
      font-size: 12px;
      color: #005297; } }
@media only screen and (max-width: 500px) {
  nav .menu li a {
    font-size: 10px; } }
@media (max-width: 1099px) {
  #main-navigation {
    display: none !important; }

  ul.menu.mm-listview > li a {
    float: left; }

  #hamburger-icon {
    margin-left: auto; }

  .hamburger {
    outline: none; }

  .hamburger-box {
    height: 20px; }

  .nav-lang-search {
    display: none; } }
@media (min-width: 1100px) {
  #mm-main-navigation {
    display: none !important; }

  #hamburger-icon {
    display: none !important; }

  nav {
    padding: 0 !important;
    margin: auto; }
    nav > ul > li:hover a {
      border-bottom: 6px solid #a01651; }
    nav .current > a {
      border-bottom: 6px solid #a01651 !important; }
    nav .menu {
      justify-content: flex-end;
      flex-direction: row;
      width: 100%;
      margin: 0; }
      nav .menu li a {
        border-bottom: 6px solid transparent; }

  .menu-item-has-children > a:after {
    content: '\f16d';
    font-family: 'Flaticon';
    color: #005297;
    padding: 1px; }

  /* special alignment of sub-sub-menu-area */
  nav .menu li:first-child .sub-menu {
    left: -164px; }
  nav .menu li:NTH-CHILD(2) .sub-menu {
    left: -355px;
    height: 250px; }

  /*SEARCH*/
  .nav-lang-search {
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600; }
    .nav-lang-search ul.nav-lang {
      padding-top: 26px;
      display: inline-block; }
      .nav-lang-search ul.nav-lang li {
        display: inline; }
        .nav-lang-search ul.nav-lang li a {
          color: #005297; }
      .nav-lang-search ul.nav-lang .lnactive a {
        color: #a01651; }
    .nav-lang-search input[type="text"] {
      height: 60px;
      font-size: 20px;
      font-family: 'Fira Sans', sans-serif;
      display: inline-block;
      border: none;
      outline: none;
      color: #005297;
      padding: 3px;
      padding-right: 60px;
      width: 0px;
      position: absolute;
      top: 5px;
      right: 0;
      background: none;
      z-index: 3;
      transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
      cursor: pointer; }
    .nav-lang-search input[type="text"]:focus:hover {
      border-bottom: 1px solid #005297; }
    .nav-lang-search input[type="text"]:focus {
      width: 730px;
      z-index: 1;
      border-bottom: 1px solid #005297;
      background: #fff;
      cursor: text; }
    .nav-lang-search input[type="submit"] {
      height: 25px;
      width: 63px;
      display: inline-block;
      float: right;
      background: url("icons/lupe.svg") center center no-repeat;
      text-indent: -10000px;
      border: none;
      position: absolute;
      top: 20px;
      right: 0;
      z-index: 2;
      cursor: pointer;
      transition: opacity .4s ease;
      outline: none; }
    .nav-lang-search input[type="submit"]:hover {
      opacity: 0.8; }
    .nav-lang-search input:-moz-placeholder {
      color: #005297; }
    .nav-lang-search input:-ms-input-placeholder {
      color: #005297; }
    .nav-lang-search input::-webkit-input-placeholder {
      color: #005297; }
    .nav-lang-search ul {
      list-style: none; } }
.mobile-nav-visible {
  display: block !important; }

nav#mobile-navigation {
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  overflow: scroll;
  /*
  li.withsub::after {
  	content: '\f16d';
  	font-family: 'Flaticon';
  	color: #005297;
  	padding: 1px;
  }
  */ }
  nav#mobile-navigation .visible {
    display: block !important;
    padding-left: 20px; }
  nav#mobile-navigation .toggler {
    width: 50px;
    height: 60px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    nav#mobile-navigation .toggler::after {
      content: '\f16d';
      font-family: 'Flaticon';
      color: #005297;
      padding: 1px; }
  nav#mobile-navigation .visible + .toggler {
    transform: rotate(180deg); }
  nav#mobile-navigation ul {
    list-style: none; }
    nav#mobile-navigation ul li {
      width: 100%;
      border-top: 1px solid #eee;
      position: relative; }
      nav#mobile-navigation ul li a {
        border: 0 !important;
        display: block;
        padding: 20px;
        color: #005297; }
      nav#mobile-navigation ul li.act > a {
        color: #c1e1f9; }
  nav#mobile-navigation > ul > li > a {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    padding-top: 27px;
    padding-bottom: 21px; }
  nav#mobile-navigation ul.second {
    display: none; }
  nav#mobile-navigation ul.third {
    display: none; }
  nav#mobile-navigation ul.fourth {
    display: none; }
  nav#mobile-navigation .quicklinks {
    margin-top: 20px;
    padding: 20px;
    width: 100%;
    background: #c1e1f9; }
    nav#mobile-navigation .quicklinks a {
      color: #333; }
    nav#mobile-navigation .quicklinks li {
      border: 0; }
    nav#mobile-navigation .quicklinks .mobile-search {
      display: block; }
      nav#mobile-navigation .quicklinks .mobile-search .tx-indexedsearch-searchbox-sword {
        width: 75%;
        max-width: 300px; }
      nav#mobile-navigation .quicklinks .mobile-search .tx-indexedsearch-searchbox-button {
        width: 20%;
        max-width: 100px;
        background: #005297;
        color: #fff;
        border: none;
        padding: 5px 10px 5px 10px;
        border-radius: 20px; }
    nav#mobile-navigation .quicklinks .mm-anmeldung, nav#mobile-navigation .quicklinks .mm-info, nav#mobile-navigation .quicklinks .mm-kontakt {
      padding: 10px 0; }
    nav#mobile-navigation .quicklinks .nav-lang {
      display: flex; }
      nav#mobile-navigation .quicklinks .nav-lang li {
        text-align: center; }
        nav#mobile-navigation .quicklinks .nav-lang li:nth-child(2) {
          display: none; }
        nav#mobile-navigation .quicklinks .nav-lang li a {
          padding: 30px 0 0 0;
          color: rgba(0, 0, 0, 0.3); }
      nav#mobile-navigation .quicklinks .nav-lang li.lnactive a {
        color: #333; }

.info-section {
  height: 375px;
  margin-top: -100px; }

.box-container {
  position: relative;
  width: 100%;
  height: 100%; }

.info-box {
  width: 100%;
  height: 100px;
  background: #005297;
  color: #fff;
  border-radius: 0 0 10px 10px; }
  .info-box [class^="flaticon-"]:before, .info-box [class*=" flaticon-"]:before, .info-box [class^="flaticon-"]:after, .info-box [class*=" flaticon-"]:after {
    font-size: 40px; }
  .info-box .info-line {
    position: absolute;
    width: 100%;
    bottom: 12%;
    left: 0;
    text-align: center; }
    .info-box .info-line i {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .info-box .info-line span {
      text-transform: uppercase;
      font-weight: 900; }
    .info-box .info-line a {
      color: #fff; }
  .info-box .info-material {
    position: absolute;
    width: 100%;
    bottom: 0%;
    right: 0;
    text-align: center; }
    .info-box .info-material a {
      color: #fff; }
    .info-box .info-material i {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      transform: scale(-1, 1); }

.select-box {
  width: 100%;
  height: 310px;
  background-color: #fff;
  border-radius: 10px 10px 0 0; }
  .select-box h1, .select-box h2 {
    padding-top: 5%;
    text-align: center;
    color: #005297;
    font-size: 26px;
    text-transform: uppercase; }
  .select-box .select-items {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    padding-top: 2%; }
    .select-box .select-items select {
      margin: 0 auto;
      width: 80%;
      height: 50px;
      font-size: 16px;
      outline: none;
      border-radius: 0;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom-color: #005297;
      color: #005297;
      /* Arrow */
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding: 2px 2px 2px 2px;
      background: transparent url("icons/pfeil-down.svg") no-repeat 100% center;
      background-size: 16px; }
    .select-box .select-items select::-ms-expand {
      display: none; }
    .select-box .select-items .search-container {
      margin: 0 auto;
      width: 100px;
      height: 50px;
      background: #005297;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      line-height: 50px;
      margin-top: 15px;
      border: none;
      cursor: pointer;
      -webkit-appearance: none; }

@media only screen and (min-width: 700px) {
  .info-section {
    height: 0;
    margin-top: -200px; }

  .box-container {
    margin: auto;
    top: 0; }

  .info-box {
    height: 70px; }
    .info-box .info-line {
      width: auto;
      bottom: 15px;
      left: 10%; }
    .info-box .info-material {
      width: auto;
      bottom: 15px;
      right: 10%; }

  .select-box {
    height: 160px; }
    .select-box .select-items {
      flex-flow: row nowrap; }
      .select-box .select-items select {
        width: 20%; }
      .select-box .select-items .search-container {
        margin-top: 0; } }
@media only screen and (min-width: 900px) {
  .select-box {
    height: 190px; } }
.masonry-grid {
  top: 100px;
  margin-bottom: 130px; }

.grid-sizer {
  width: 31.5%; }

.gutter-sizer {
  width: 25px; }

.gutter-sizer-subpage {
  width: 20px; }

.grid-item {
  float: left;
  width: 31.5%;
  margin-bottom: 50px;
  height: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1); }
  .grid-item img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
    margin-top: -50px;
    margin-bottom: 20px; }
  .grid-item h3 {
    padding: 0 30px 0 30px;
    text-transform: uppercase;
    font-size: 16px; }
  .grid-item p {
    padding: 15px 30px 0 30px; }
    .grid-item p a {
      display: block;
      padding-bottom: 30px;
      text-decoration: none;
      color: #005297; }
      .grid-item p a:before {
        content: '\f221';
        font-family: 'Flaticon'; }
  .grid-item--lightblue {
    background: #c1e1f9; }
  .grid-item--quote {
    font-family: 'Sugarstyle Millenial', sans-serif;
    font-size: 38px;
    color: #005297; }
    .grid-item--quote p {
      padding: 0 30px 30px 30px;
      line-height: 40px; }

.icon-box {
  width: 50px;
  height: 50px;
  background: #005297;
  color: #fff;
  text-align: center;
  border-radius: 40%;
  margin: 0 auto;
  transform: translateY(-50%);
  line-height: 50px; }
  .icon-box--insta {
    border: 2px solid #c1e1f9; }

@media only screen and (min-width: 700px) {
  .masonry-grid {
    top: 300px;
    margin-bottom: 270px; } }
@media only screen and (max-width: 900px) {
  .grid-sizer {
    width: 45%; }

  .grid-item {
    width: 45%; }

  .gutter-sizer {
    width: 55px; } }
@media only screen and (max-width: 600px) {
  .grid-sizer {
    width: 100%; }

  .grid-item {
    width: 100%; } }
/* WEGWEISER & BUS */
@media only screen and (min-width: 768px) {
  .vw-bus-icon {
    /*background-image: url('icons/grafik-vw-bus.svg');*/
    background-repeat: no-repeat;
    height: 200px;
    width: 300px;
    position: relative;
    right: -60%;
    margin-bottom: -80px; }

  .wegweiser-icon-subpage-container {
    margin-top: 350px; }

  .wegweiser-icon-subpage {
    /* background-image: url('icons/grafik-wegweiser.svg');*/
    background-repeat: no-repeat;
    height: 300px;
    width: 200px;
    position: absolute;
    bottom: -50px;
    right: -10px; }

  .wegweiser-icon {
    /*background-image: url('icons/grafik-wegweiser.svg');*/
    background-repeat: no-repeat;
    height: 250px;
    width: 200px;
    position: relative;
    margin-bottom: -50px;
    left: -30px; }

  .masonry-grid {
    top: 500px;
    margin-bottom: 450px; }

  .info-section {
    margin-top: -320px; } }
@media only screen and (min-width: 992px) {
  .wegweiser-icon {
    height: 300px; }

  .masonry-grid {
    top: 570px;
    margin-bottom: 520px; }

  .info-section {
    margin-top: -430px; } }
@media only screen and (min-width: 1200px) {
  .wegweiser-icon {
    height: 350px;
    width: 300px; }

  .masonry-grid {
    top: 650px;
    margin-bottom: 600px; }

  .info-section {
    margin-top: -520px; }

  .wegweiser-icon-subpage {
    /*background-image: url('icons/grafik-wegweiser.svg');*/
    background-repeat: no-repeat;
    height: 400px;
    width: 280px;
    position: absolute;
    bottom: -50px;
    right: -30px; } }
@media only screen and (min-width: 1400px) {
  .wegweiser-icon {
    margin-bottom: -70px;
    left: -110px; }

  .info-section {
    margin-top: -600px; }

  .vw-bus-icon {
    right: -70%; } }
@media only screen and (min-width: 1700px) {
  .wegweiser-icon {
    height: 500px;
    width: 400px;
    left: -160px;
    margin-bottom: -100px; }

  .masonry-grid {
    top: 730px;
    margin-bottom: 700px; }

  .info-section {
    margin-top: -700px; } }
@media only screen and (min-width: 2000px) {
  .info-section {
    margin-top: -800px; } }
.subpage-article {
  overflow: hidden; }
  .subpage-article .subpage-sidebar {
    overflow: visible; }

.video-section {
  background: #c1e1f9;
  padding: 70px 0 70px 0; }
  .video-section .ce-gallery figure {
    display: block; }
  .video-section .ce-left .ce-gallery, .video-section .ce-column {
    float: none; }
  .video-section .ce-bodytext h2 {
    font-family: 'Sugarstyle Millenial', sans-serif;
    font-size: 30px;
    text-transform: none;
    font-weight: 500;
    color: #005297;
    padding: 10px;
    line-height: 40px; }

.frame-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video iframe {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 767px) {
  .video iframe {
    position: relative; } }
/*
.video-box {
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    height: 500px;
}

.video-box > div {
  width: 100%;
}

*/
/*

.video-desc {
	font-family: 'Sugarstyle Millenial', sans-serif;
	font-size: 30px;
    color: $icye_blue;

    p {
      font-size: 42px;
    }
}


@media only screen and (min-width: 600px) {
  .video-box {
    flex-direction: row;
  }
  .video-desc {
    margin-left: 10%;
  }
}

*/
.instagram {
  background: #005297;
  color: #fff; }
  .instagram h2 {
    padding-top: 10px;
    padding-bottom: 25px;
    text-align: center;
    font-weight: 100;
    font-size: 36px;
    font-style: italic;
    text-transform: lowercase; }

.insta-img {
  float: left;
  padding: 0 10px 0 10px; }
  .insta-img img {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 600px) {
  .insta-img {
    padding: 0;
    padding-right: 20px; } }
@media only screen and (max-width: 600px) {
  .instagram_gallery a img {
    width: 100% !important; } }
/*
.instagram-galerie {
	display: flex;
	flex-direction: column;
	margin-top: 5%;
	img {
		width: 100%;
		height: auto;
	}
}



@media only screen and (min-width: 600px) {
	.instagram-galerie {
		flex-direction: row;
	}
}

*/
.footer {
  background: #005297;
  color: #fff; }
  .footer .main-footer a {
    color: #fff; }

.footer-nav {
  height: inherit;
  clear: both; }

.bot-nav {
  display: flex;
  flex-direction: column;
  margin: 20px 0 40px 0; }
  .bot-nav li {
    display: block; }
    .bot-nav li a {
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      display: inline-block; }

.bot-nav-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px; }

.laender-title > a {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px; }

.partner {
  margin-top: 40px;
  margin-bottom: 40px; }
  .partner .first-col .logo-intermundo {
    width: 60%;
    margin-top: 15px;
    margin-bottom: 15px; }
  .partner .second-col .logo-eidgenossenschaft {
    margin-top: 15px;
    margin-right: 15px;
    width: 55%; }
  .partner .second-col .logo-mercator {
    margin-top: 15px;
    width: 26%; }
  .partner .third-col {
    margin-top: 15px; }
    .partner .third-col .logo-international {
      width: 80%;
      margin-top: 15px; }

section.main-footer {
  width: 100%;
  background: #0d1f3a;
  color: #fff;
  font-size: 12px;
  padding: 1% 0 1% 0; }

ul.contact-details {
  width: 100%;
  list-style: none;
  padding: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center; }
  ul.contact-details li a {
    color: #fff; }

ul.copyright {
  list-style: none;
  padding: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center; }

@media screen and (min-width: 768px) {
  .bot-nav {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    float: left; }
    .bot-nav li {
      margin: 0 3% 0 0; }
      .bot-nav li ul {
        padding: 0; }

  .partner .first-col {
    width: 30%;
    display: inline-block;
    float: left; }
    .partner .first-col .logo-intermundo {
      width: 60%; }
  .partner .second-col {
    width: 33%;
    float: left;
    margin-left: 15px; }
    .partner .second-col .logo-eidgenossenschaft {
      width: 60%;
      float: left;
      margin-right: 15px;
      margin-top: 15px; }
    .partner .second-col .logo-mercator {
      width: 30%;
      float: left;
      margin-top: 15px; }
  .partner .third-col {
    width: 32%;
    margin-top: 0;
    float: right; }
    .partner .third-col .logo-international {
      width: 90%; }

  .footer-nav {
    height: 460px; }

  ul.copyright {
    flex-direction: row; }

  ul.contact-details {
    flex-direction: row;
    width: 100%;
    list-style: none;
    padding: 10px; }

  ul.contact-details li:last-child {
    padding-right: 0px; }

  ul.contact-details li {
    padding-right: 24px; }

  ul.copyright li:last-child {
    padding-right: 0px; }

  ul.copyright li {
    padding-right: 24px; } }
@media screen and (min-width: 900px) {
  section.footer-container {
    width: 75%; } }
@media only screen and (min-width: 1200px) {
  .footer-nav {
    height: 320px; }

  .bot-nav {
    width: 65%; }

  .partner {
    margin-top: 30px;
    width: 35%;
    float: right; }
    .partner .first-col {
      width: 100%; }
      .partner .first-col .logo-intermundo {
        width: 40%; }
    .partner .second-col {
      width: 100%;
      margin-bottom: 15px;
      margin-left: 0; }
      .partner .second-col .logo-eidgenossenschaft {
        width: 40%; }
      .partner .second-col .logo-mercator {
        width: 20%; }
    .partner .third-col {
      width: 100%;
      clear: both; }
      .partner .third-col .logo-international {
        width: 46%; } }
/* SUBPAGE BILDER INHALT ABSTAND */
div.frame.frame-default.frame-type-textpic.frame-layout-0 {
  margin-bottom: 20px; }

div.frame.frame-default.frame-type-textmedia.frame-layout-0 {
  margin-bottom: 20px; }

.subpage-section {
  /*background-image: url(../Images/old_wall.png);*/
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  margin-top: -41%; }
  .subpage-section h2, .subpage-section h3 {
    text-transform: uppercase;
    color: #005297;
    font-size: 14px; }
  .subpage-section .grid-item h3 {
    font-size: 14px !important; }
  .subpage-section a {
    color: #005297;
    text-decoration: none; }

.content-container {
  height: 100%;
  width: 100%;
  margin-bottom: 100px;
  border-radius: 8px;
  background: #fff;
  position: relative; }
  .content-container .subpage-article {
    width: 100%;
    height: 100%;
    min-height: 1300px; }
    .content-container .subpage-article img {
      width: 100%;
      height: auto; }
    .content-container .subpage-article .no-sidebar {
      width: 100% !important; }
    .content-container .subpage-article .subpage-content {
      background: #fff;
      height: auto;
      width: 100%;
      float: left;
      /* IMAGE full width fluid-styled-content overwrite*/ }
      .content-container .subpage-article .subpage-content h1 {
        font-family: 'Sugarstyle Millenial', sans-serif;
        font-size: 50px;
        font-weight: 500;
        color: #005297;
        margin-top: 10px; }
      .content-container .subpage-article .subpage-content h2 {
        margin: 0 0 20px 0; }
      .content-container .subpage-article .subpage-content h3 {
        padding-bottom: 0.1em;
        font-size: 16px; }
      .content-container .subpage-article .subpage-content ul {
        padding-left: 15px; }
        .content-container .subpage-article .subpage-content ul li {
          list-style-type: disc;
          font-weight: normal; }
          .content-container .subpage-article .subpage-content ul li a {
            color: #005297; }
      .content-container .subpage-article .subpage-content ul.countries {
        font-weight: 600;
        padding: 0; }
        .content-container .subpage-article .subpage-content ul.countries li {
          list-style-type: none; }
          .content-container .subpage-article .subpage-content ul.countries li ul {
            display: inline;
            padding: 0; }
            .content-container .subpage-article .subpage-content ul.countries li ul li {
              display: inline; }
              .content-container .subpage-article .subpage-content ul.countries li ul li a {
                font-weight: 100;
                color: #005297;
                text-decoration: none; }
      .content-container .subpage-article .subpage-content .ce-intext.ce-left .ce-gallery {
        margin-right: 20px; }
      .content-container .subpage-article .subpage-content .ce-textpic .ce-outer, .content-container .subpage-article .subpage-content .ce-textpic .ce-inner, .content-container .subpage-article .subpage-content .ce-center .ce-outer, .content-container .subpage-article .subpage-content .ce-center .ce-inner, .content-container .subpage-article .subpage-content .ce-above .ce-outer, .content-container .subpage-article .subpage-content .ce-above .ce-inner {
        width: 100%; }
        .content-container .subpage-article .subpage-content .ce-textpic .ce-outer .ce-column, .content-container .subpage-article .subpage-content .ce-textpic .ce-inner .ce-column, .content-container .subpage-article .subpage-content .ce-center .ce-outer .ce-column, .content-container .subpage-article .subpage-content .ce-center .ce-inner .ce-column, .content-container .subpage-article .subpage-content .ce-above .ce-outer .ce-column, .content-container .subpage-article .subpage-content .ce-above .ce-inner .ce-column {
          width: 100%; }
          .content-container .subpage-article .subpage-content .ce-textpic .ce-outer .ce-column figure.image, .content-container .subpage-article .subpage-content .ce-textpic .ce-inner .ce-column figure.image, .content-container .subpage-article .subpage-content .ce-center .ce-outer .ce-column figure.image, .content-container .subpage-article .subpage-content .ce-center .ce-inner .ce-column figure.image, .content-container .subpage-article .subpage-content .ce-above .ce-outer .ce-column figure.image, .content-container .subpage-article .subpage-content .ce-above .ce-inner .ce-column figure.image {
            width: 100%;
            padding: 10px 0 15px 0; }
    .content-container .subpage-article .subpage-sidebar {
      height: auto;
      width: 100%;
      float: left;
      margin: 4% 4% 4% 0; }
      .content-container .subpage-article .subpage-sidebar img {
        padding: 15px 0 15px 0; }
      .content-container .subpage-article .subpage-sidebar h3 {
        text-transform: uppercase;
        color: #005297;
        padding-top: 20px;
        font-size: 14px; }
      .content-container .subpage-article .subpage-sidebar h4 {
        padding-bottom: 5px; }
      .content-container .subpage-article .subpage-sidebar p {
        padding-bottom: 15px; }
      .content-container .subpage-article .subpage-sidebar div:before {
        padding-right: 10px;
        font-family: 'Flaticon';
        font-size: 18px;
        color: #005297; }
      .content-container .subpage-article .subpage-sidebar .tel p, .content-container .subpage-article .subpage-sidebar .mail p, .content-container .subpage-article .subpage-sidebar .pdf p {
        display: inline; }
      .content-container .subpage-article .subpage-sidebar .tel:before {
        content: '\f24e'; }
      .content-container .subpage-article .subpage-sidebar .mail:before {
        content: '\f1cd'; }
      .content-container .subpage-article .subpage-sidebar .pdf:before {
        content: '\f1fa'; }
      .content-container .subpage-article .subpage-sidebar input[type="text"], .content-container .subpage-article .subpage-sidebar input[type="email"] {
        width: 99%;
        height: 30px;
        border-radius: 5px;
        box-shadow: 1px 1px rgba(0, 0, 0, 0.31);
        margin-bottom: 7px;
        border-style: none;
        background-color: #EBEBEB;
        padding: 10px;
        font-family: 'Fira Sans', sans-serif; }
      .content-container .subpage-article .subpage-sidebar input[type="submit"] {
        width: 100%;
        height: 30px;
        color: #fff;
        border-radius: 5px;
        font-size: 12px;
        border-style: none;
        background: #005297;
        font-family: 'Fira Sans', sans-serif;
        padding: 0;
        -webkit-appearance: none; }
      .content-container .subpage-article .subpage-sidebar textarea {
        width: 99%;
        border-radius: 5px;
        box-shadow: 1px 1px rgba(0, 0, 0, 0.31);
        margin-bottom: 7px;
        border-style: none;
        background-color: #EBEBEB;
        padding: 10px;
        font-family: 'Fira Sans', sans-serif; }
      .content-container .subpage-article .subpage-sidebar fieldset {
        background: #fff; }
      .content-container .subpage-article .subpage-sidebar label {
        display: none; }
      .content-container .subpage-article .subpage-sidebar .powermail_fieldwrap {
        padding: 0; }
      .content-container .subpage-article .subpage-sidebar .container-fluid {
        padding: 0; }
  .content-container #powermail_captchaimage {
    width: auto;
    margin-top: 10px; }

.finder {
  width: 99%;
  margin-bottom: 7%;
  background-color: #EBEBEB;
  border-radius: 8px;
  box-shadow: 8px 8px #005297; }
  .finder h1 {
    padding-top: 5%;
    text-align: center;
    color: #005297;
    font-size: 20px; }
  .finder .finder-select {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px; }
    .finder .finder-select select {
      width: 80%;
      height: 50px;
      font-size: 16px;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom-color: #005297;
      color: #005297;
      /* Arrow */
      appearance: none;
      padding: 2px 2px 2px 2px;
      background: transparent url("icons/down-arrow-hand-drawn-outline.svg") no-repeat 100% center;
      background-size: 16px; }

.result {
  border-bottom: 1px solid #777;
  padding-top: 20px; }
  .result p {
    margin-bottom: 2%;
    margin-top: 2%; }
    .result p a {
      display: block;
      text-decoration: none;
      color: #005297; }
      .result p a:before {
        content: '\f221';
        font-family: 'Flaticon'; }

@media only screen and (min-width: 700px) {
  .content-container {
    height: 100%;
    width: 100%; }
    .content-container .subpage-article .subpage-content {
      height: 100%;
      width: 67%;
      float: left;
      margin: 10px 20px 40px 20px; }
    .content-container .subpage-article .no-sidebar {
      margin: 0; }
    .content-container .subpage-article .subpage-sidebar {
      height: 100%;
      width: 24%;
      float: left;
      margin: 80px 20px 10px 0px; }

  .finder .finder-select {
    flex-flow: row nowrap; }
    .finder .finder-select select {
      width: 30%; } }
@media only screen and (min-width: 1024px) {
  .content-container .subpage-article .subpage-sidebar {
    margin: 80px 20px 10px 20px; }
    .content-container .subpage-article .subpage-sidebar input[type="submit"] {
      width: 50%; } }
@media only screen and (min-width: 1200px) {
  .content-container .subpage-article .subpage-sidebar {
    width: 25%; } }
@media only screen and (max-width: 768px) {
  .ce-left .ce-gallery, .ce-column {
    float: none; }

  .ce-textpic.ce-left.ce-intext {
    margin-bottom: 20px; } }
.tx-powermail {
  margin-top: 20px; }
  .tx-powermail .container-fluid {
    padding: 0; }

/* VALIDIERUNGSTEXT */
.parsley-errors-list {
  color: #a01651; }

a.pull-right, a.btn-warning {
  padding-bottom: 20px;
  font-size: 20px; }

a.pull-right::after {
  content: '\f221';
  font-family: 'Flaticon';
  color: #005297;
  padding: 10px; }

a.btn-warning::before {
  content: '\f1b6';
  font-family: 'Flaticon';
  color: #005297;
  padding: 10px; }

.powermail_form {
  line-height: 30px; }
  .powermail_form fieldset {
    padding: 0;
    border: none;
    margin-top: 3%;
    background: #c1e1f9;
    border-radius: 5px; }
  .powermail_form legend.powermail_legend {
    display: none; }
  .powermail_form label.powermail_label {
    font-size: 16px; }
  .powermail_form input[type=text], .powermail_form input[type=email], .powermail_form textarea, .powermail_form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 6px;
    resize: vertical; }
  .powermail_form .powermail_submit {
    font-family: "Fira Sans", sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    border: initial;
    padding: 10px 40px 10px 40px;
    margin-bottom: 5%;
    background: #005297;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-appearance: none; }
  .powermail_form .powermail_fieldwrap {
    padding: 3% 5% 0 5%; }
  .powermail_form .btn-group .btn-primary {
    font-weight: 600; }
  .powermail_form .btn-group button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    color: #005297; }
    .powermail_form .btn-group button:nth-child(-n + 2):after {
      content: '\f221';
      font-family: 'Flaticon';
      font-size: 10px;
      padding: 5px;
      font-weight: normal; }
  .powermail_form .powermail_tab_navigation {
    font-size: 30px; }

#tx_indexedsearch fieldset {
  border: none;
  padding: 0; }
  #tx_indexedsearch fieldset legend {
    display: none; }
  #tx_indexedsearch fieldset .tx-indexedsearch-form {
    float: left; }
    #tx_indexedsearch fieldset .tx-indexedsearch-form label {
      display: none; }
    #tx_indexedsearch fieldset .tx-indexedsearch-form input#tx-indexedsearch-searchbox-sword {
      padding: 10px;
      margin-right: 10px;
      width: 300px; }
  #tx_indexedsearch fieldset .tx-indexedsearch-searchbox-button {
    font-family: "Fira Sans", sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    border: initial;
    padding: 10px 40px 10px 40px;
    margin-bottom: 5%;
    background: #005297;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-appearance: none; }

@media only screen and (max-width: 600px) {
  .tx-indexedsearch-searchbox-button {
    margin-top: 10px; } }
.subpage-content .news .article {
  padding-top: 30px; }
.subpage-content .news .footer {
  background: none; }

/* preview image in detail view fullwidth */
.news-single .article .news-img-wrap {
  width: 100%;
  float: left;
  margin: 0; }
  .news-single .article .news-img-wrap img {
    width: auto;
    height: 300px; }

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  padding: 0 !important;
  display: flex;
  margin-top: 20px; }
  .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
    list-style-type: none !important;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #005297;
    background: #f0f0f0; }

.tx-indexedsearch-res h3 {
  height: 30px;
  margin-top: 10px;
  background: #c1e1f9;
  border-top: 1px solid #005297;
  border-bottom: 1px solid #005297; }
.tx-indexedsearch-res span.tx-indexedsearch-icon img {
  width: 20px;
  height: auto;
  margin-top: 6px; }
.tx-indexedsearch-res span.tx-indexedsearch-title {
  position: relative;
  top: -2px; }
.tx-indexedsearch-res span.tx-indexedsearch-result-number {
  display: none; }
.tx-indexedsearch-res span.tx-indexedsearch-percent {
  float: right;
  margin-top: 6px; }
.tx-indexedsearch-res p.tx-indexedsearch-description {
  margin: 10px 0 30px 0; }
.tx-indexedsearch-res dl.tx-indexedsearch-info {
  display: none; }

/* SLIDER */
.slide-show {
  margin-top: 70px; }

.slider img {
  width: 100%;
  height: auto; }

.slick-slide {
  outline: none; }
  .slick-slide img {
    width: 100%; }

/* CONTENT ELEMENT GENERAL CUSTOM STYLING */
.ce-textpic.ce-left.ce-above {
  margin: 20px 0 20px 0;
  border-bottom: 1px solid #005297;
  padding-bottom: 20px; }

/* Newsbox Starpage */
.grid-item article {
  color: black;
  padding: 15px 30px 0 30px; }
  .grid-item article a, .grid-item article a:hover, .grid-item article a:visited {
    color: black; }
