@charset "UTF-8";
/*!
Theme Name: Steh-Paddler
Theme URI: https://www.bajorat-media.com
Author: Bajorat Media
Author URI: https://www.bajorat-media.com
Description: Description
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpbp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WordPress Boilerplate 3.0 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

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

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

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

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

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

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

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

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/** Bootstrpa 5 Column Fix **/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0.0625rem solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0.1875rem;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  outline: 0;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  padding: 0.625rem 1.25rem !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 0.0625rem solid #ccc;
  border-radius: 0;
  padding: 0.1875rem;
  outline: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 0.0625rem solid #ccc;
}

textarea {
  width: 100%;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-top: 0 !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .admin-bar .user-infothek {
    padding-right: 45px;
  }
}

.navigation {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .navigation {
    text-align: left;
  }
}
.navigation ul {
  margin: 0;
  padding: 0.3125rem 0;
}
.navigation a {
  color: #585858 !important;
  text-decoration: none;
}
.navigation a:hover {
  color: #0fa2c5 !important;
}
.navigation li {
  display: inline-block;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .navigation .user-infothek {
    position: absolute;
    top: -0.375rem;
    right: 0;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .navigation .user-infothek {
    top: -0.6875rem;
    font-size: 0.9375rem;
  }
  .navigation .user-infothek img {
    margin-top: 0.25rem;
  }
}
.navigation .user-infothek li {
  display: inline-block;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 991px) {
  .navigation .user-infothek li {
    display: block;
    text-align: right;
    padding-right: 0.9375rem;
    padding-bottom: 0.3125rem;
  }
  .navigation .user-infothek li:nth-child(1), .navigation .user-infothek li:nth-child(2) {
    text-align: left;
  }
  .navigation .user-infothek li:nth-child(1) {
    order: 2;
  }
  .navigation .user-infothek li:nth-child(2) {
    order: 1;
  }
  .navigation .user-infothek li:nth-child(3) {
    position: absolute;
    display: inline-block;
    top: 0.4375rem;
    right: 0;
    padding: 0 0.9375rem 0 0;
    z-index: 10;
  }
}
.navigation .user-infothek a {
  color: #404040;
}
.navigation .user-infothek a:hover {
  color: #0fa2c5;
}
@media screen and (max-width: 991px) {
  .navigation .main-navigation {
    padding-top: 0.9375rem;
    padding-bottom: 0.625rem;
  }
}
.navigation .main-navigation li {
  font-weight: 700;
  font-size: 1.125rem;
  position: relative;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 1030px) and (max-width: 1270px) {
  .navigation .main-navigation li {
    padding: 0 0.625rem;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 991px) and (max-width: 1030px) {
  .navigation .main-navigation li {
    padding: 0 0.3125rem;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 991px) {
  .navigation .main-navigation li {
    font-size: 1rem;
    padding: 0.3125rem 0.9375rem 0 0;
  }
  .navigation .main-navigation li:nth-child(n+7) {
    display: none;
  }
  .navigation .main-navigation li.overlay_toggle_more {
    display: inline-block !important;
  }
  .navigation .main-navigation li:last-child:after {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .navigation .main-navigation li:nth-child(n+6) {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .navigation .main-navigation li:nth-child(n+5) {
    display: none;
  }
}
.navigation .main-navigation li:before {
  content: "|";
  position: absolute;
  top: 0;
  left: -0.3125rem;
}
@media screen and (max-width: 991px) {
  .navigation .main-navigation li:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .navigation .main-navigation li:after {
    content: "|";
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
  }
}
.navigation .main-navigation li:first-child:before {
  display: none;
}
.navigation .main-navigation li:nth-last-child(1) {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .navigation .secondary-main-navigation {
    background: #0fa2c5;
    margin: 0 -0.9375rem;
    padding: 0 0.9375rem;
  }
  .navigation .secondary-main-navigation li a {
    color: #fff !important;
  }
}
.navigation .secondary-main-navigation li {
  padding: 0 0.625rem;
}
@media screen and (max-width: 991px) {
  .navigation .secondary-main-navigation li {
    padding: 0 0.625rem 0 0;
  }
}
.navigation .secondary-main-navigation li:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
## Overlay Mobile
--------------------------------------------------------------*/
.admin-bar .overlay_toggle {
  top: 3.25rem;
  right: 1.25rem;
}
.admin-bar .overlay_container {
  top: 2rem;
  left: 0;
}

.menu-toggle {
  display: none;
}

.overlay_toggle {
  color: #d11171;
  background: #fff;
  border: none;
  border-radius: 0;
  font-size: 1.5625rem;
  padding: 0.3125rem 0.625rem;
  outline: none !important;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10000;
  cursor: pointer;
}
.overlay_toggle.close {
  color: #0fa2c5;
}
.overlay_toggle.close:hover {
  background: #d11171;
  color: #fff;
}

.overlay_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #0fa2c5;
  width: 100vw;
  height: 100vh;
  padding-bottom: 3.125rem;
  z-index: 10000;
  overflow-y: scroll;
}
.overlay_container .content {
  position: relative;
  height: 100vh;
}
.overlay_container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-height: 991px) {
  .overlay_container ul li.menu-item-has-children {
    position: relative;
  }
  .overlay_container ul li.menu-item-has-children:after {
    position: absolute;
    top: 0;
    right: 20%;
    content: "";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    padding-left: 0.9375rem;
  }
}
.overlay_container ul ul {
  display: none;
}
.overlay_container ul ul li {
  font-size: 0.9375rem !important;
  margin: 0.9375rem !important;
}
.overlay_container a {
  color: #fff;
}
.overlay_container a:hover {
  text-decoration: underline;
}
.overlay_container #overlay-menu {
  padding: 1.25rem 0 0 0;
  text-align: center;
}
.overlay_container #overlay-menu li {
  font-weight: bold;
  margin: 1.25rem 0;
  display: block;
  text-align: center;
}
@media screen and (max-height: 500px) {
  .overlay_container #overlay-menu li {
    margin: 0.9375rem 0;
  }
}
.overlay_container #overlay-menu li a {
  color: #fff !important;
  font-size: 1.25rem;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  clip-path: none;
  color: #585858;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.form-submit input#submit {
  border: none;
  outline: 0;
  padding: 0.625rem 1.25rem !important;
  cursor: pointer;
  font-size: 1.0625rem;
}

.comment-form-comment {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .comment-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media screen and (min-width: 767px) {
  .comment-form-author,
.comment-form-email,
.comment-form-url {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
  }
}

.comment-form-url input {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .comment-form-url {
    padding-right: 0;
  }
}

#comments {
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  #comments {
    padding: 1.25rem 0;
  }
}
#comments #reply-title {
  display: none;
}

#commentform textarea#comment {
  padding: 0.625rem;
  font-size: 1.0625rem;
  margin-top: 0.3125rem;
  border-radius: 0;
}
#commentform input[type=text],
#commentform input[type=url],
#commentform input[type=email] {
  border-radius: 0;
}

.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list li {
  list-style: none;
  padding-left: 2.0625rem;
}
.comment-list .comment-meta {
  padding: 0.625rem 0.9375rem;
  background: #f7f7f7;
  border-top: 0.0625rem solid #f1f1f1;
  margin: -0.9375rem -0.9375rem 0.9375rem -0.9375rem;
  font-size: 0.9375rem;
}
.comment-list .comment-meta a {
  text-decoration: none;
  color: #404040;
}
.comment-list .comment-author,
.comment-list .comment-metadata {
  display: inline-block !important;
}
.comment-list .comment-body {
  background: #f1f1f1;
  padding: 0.9375rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.comment-list .comment-body p:last-child {
  margin-bottom: 0;
}
.comment-list .comment-body .avatar {
  position: absolute;
  top: 0;
  left: -2rem;
}
.comment-list .reply {
  text-align: right;
}

/*--------------------------------------------------------------
## Basics
--------------------------------------------------------------*/
a:hover, a:active, a:focus {
  outline: 0;
  color: #d11171 !important;
}

a, a:visited {
  color: #0fa2c5;
}

a, a:hover, a:focus, input, input:hover, input:focus, button, button:hover, button:focus {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

p {
  margin-top: 0;
  padding-top: 0;
  line-height: 1.5;
}

::-moz-selection {
  background: #d11171;
  color: #fff;
}

::selection {
  background: #d11171;
  color: #fff;
}

.btn,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce a.button,
.woocommerce input[type=submit],
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order_back,
#price-section td span,
.form-submit input#submit,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  padding: 0.3125rem 0.625rem;
  color: #fff !important;
  background: #d11171 !important;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  border-radius: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.btn:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce input[type=submit]:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #place_order_back:hover,
#price-section td span:hover,
.form-submit input#submit:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  color: #fff !important;
  background: #0fa2c5 !important;
}
.btn.blue,
.woocommerce #respond input#submit.alt.blue,
.woocommerce a.button.alt.blue,
.woocommerce a.button.blue,
.woocommerce input[type=submit].blue,
.woocommerce button.button.alt.blue,
.woocommerce input.button.alt.blue,
.woocommerce #respond input#submit.blue,
.woocommerce a.button.blue,
.woocommerce button.button.blue,
.woocommerce input.button.blue,
.woocommerce #place_order_back.blue,
#price-section td span.blue,
.form-submit input#submit.blue,
.gform_wrapper .gform_footer input.button.blue,
.gform_wrapper .gform_footer input[type=submit].blue,
.gform_wrapper .gform_page_footer input.button.blue,
.gform_wrapper .gform_page_footer input[type=submit].blue {
  background: #0fa2c5 !important;
}
.btn.blue:hover,
.woocommerce #respond input#submit.alt.blue:hover,
.woocommerce a.button.alt.blue:hover,
.woocommerce a.button.blue:hover,
.woocommerce input[type=submit].blue:hover,
.woocommerce button.button.alt.blue:hover,
.woocommerce input.button.alt.blue:hover,
.woocommerce #respond input#submit.blue:hover,
.woocommerce a.button.blue:hover,
.woocommerce button.button.blue:hover,
.woocommerce input.button.blue:hover,
.woocommerce #place_order_back.blue:hover,
#price-section td span.blue:hover,
.form-submit input#submit.blue:hover,
.gform_wrapper .gform_footer input.button.blue:hover,
.gform_wrapper .gform_footer input[type=submit].blue:hover,
.gform_wrapper .gform_page_footer input.button.blue:hover,
.gform_wrapper .gform_page_footer input[type=submit].blue:hover {
  background: #d11171 !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 0.625rem 1.25rem;
  border-radius: 0;
}

.col-centered {
  margin: 0 auto !important;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
  padding: 1.25rem 0;
}
@media screen and (max-width: 991px) {
  #masthead {
    padding: 0.625rem 0 0 0;
  }
}
#masthead .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #masthead .container {
    display: block;
    position: relative;
    max-width: 100%;
  }
}
#masthead .site-branding {
  display: flex;
  align-items: center;
}
#masthead .site-branding img {
  max-width: 15rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  #masthead .site-branding img {
    max-width: 12.5rem;
  }
}
@media screen and (max-width: 480px) {
  #masthead .site-branding img {
    max-width: 10.625rem;
  }
}
@media screen and (max-width: 350px) {
  #masthead .site-branding img {
    max-width: 9.375rem;
  }
}
@media screen and (max-width: 350px) {
  #masthead .site-branding img {
    max-width: 8.75rem;
    margin-top: 0.1875rem;
  }
}

/*--------------------------------------------------------------
## Headhero
--------------------------------------------------------------*/
#headhero {
  background: url("img/bg-slideshow.png");
  padding: 1.25rem 0 2.1875rem 0;
  margin-bottom: 9.6875rem;
}
@media screen and (max-width: 991px) {
  #headhero {
    margin-bottom: 3.4375rem;
  }
}
#headhero .newsticker {
  width: 100%;
  padding: 0.625rem 0;
  background: rgba(255, 255, 255, 0.5);
  color: #d11171;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
#headhero .newsticker span:last-child:after {
  display: none;
}
#headhero .newsticker span:after {
  content: "+++";
  display: inline-block;
  padding: 0 0.625rem;
}
#headhero .newsticker:before, #headhero .newsticker:after {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  width: 3.75rem;
  height: 100%;
}
#headhero .newsticker:before {
  left: 0;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
#headhero .newsticker:after {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  right: 0;
}
#headhero .newsticker a {
  text-decoration: none;
  color: #d11171;
}
#headhero .newsticker a:hover {
  color: #0fa2c5 !important;
}
#headhero .newsticker p {
  margin: 0;
  display: inline-block;
  padding-left: 100%;
  animation: marquee 30s linear infinite;
}
#headhero .newsticker p:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/*--------------------------------------------------------------
## Slideshow
--------------------------------------------------------------*/
#slide {
  margin: 1.25rem 0 -8.4375rem 0;
}
@media screen and (max-width: 991px) {
  #slide {
    margin: 1.25rem 0 0 0;
  }
}
#slide .desktopslide {
  display: none;
}
@media screen and (min-width: 500px) {
  #slide .desktopslide {
    display: block;
  }
}
#slide .mobileslide {
  display: none;
}
@media screen and (max-width: 500px) {
  #slide .mobileslide {
    display: block;
  }
}

/*--------------------------------------------------------------
## Weather Widget
--------------------------------------------------------------*/
.weather_widget {
  border: 0.125rem solid #ededed;
  padding: 1.875rem 1.875rem 1.875rem 18.75rem;
  position: relative;
  margin: 0 0 5.3125rem 0;
}
@media screen and (max-width: 991px) {
  .weather_widget {
    padding: 0.9375rem;
    margin: 0 0 3.4375rem 0;
  }
}
@media screen and (max-width: 480px) {
  .weather_widget {
    padding: 0.625rem;
  }
}
.weather_widget:before {
  content: "";
  position: absolute;
  left: 2.5rem;
  top: -1.875rem;
  width: 13.8125rem;
  height: 11.6875rem;
  background: url("img/berlin-map.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .weather_widget:before {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .weather_widget:before {
    display: none;
  }
}
.weather_widget ul {
  margin: 0;
  padding: 0;
}
.weather_widget ul li {
  list-style: none;
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 0 0 3.125rem;
}
@media screen and (max-width: 991px) {
  .weather_widget ul li {
    padding: 0 0 0 1.5625rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .weather_widget ul li {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 480px) {
  .weather_widget ul li {
    font-size: 1rem;
    padding: 0 0 0 0.3125rem;
  }
}
.weather_widget ul li a {
  color: #404040;
  text-decoration: none;
}
.weather_widget ul li a:hover {
  color: #0fa2c5;
}
.weather_widget ul li span, .weather_widget ul li a span {
  color: #0fa2c5;
  font-weight: 700;
  font-size: 1.875rem;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .weather_widget ul li span, .weather_widget ul li a span {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 480px) {
  .weather_widget ul li span, .weather_widget ul li a span {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
## Product Overview
--------------------------------------------------------------*/
.sup-products {
  padding-bottom: 2.5rem;
}
.sup-products .sup-single-product {
  background: #f5f5f5;
  margin-bottom: 1.875rem;
}
.sup-products .sup-single-product a {
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .sup-products .sup-single-product img {
    width: 100%;
  }
}
.sup-products p {
  margin: 0;
  font-weight: 700;
}
.sup-products .sup-product-details {
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sup-products .sup-product-details a.btn {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 991px) {
  .sup-products .sup-product-details a.btn {
    text-align: center;
  }
}

/*--------------------------------------------------------------
## Section Defaults
--------------------------------------------------------------*/
.section-teaser {
  padding: 3.75rem 0;
}
@media screen and (max-width: 991px) {
  .section-teaser {
    padding: 1.875rem 0;
  }
}
.section-teaser h1, .section-teaser h2, .section-teaser h3, .section-teaser h4, .section-teaser h5, .section-teaser h6, .section-teaser #reply-title, .section-teaser .entry-title {
  font-size: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-teaser h1, .section-teaser h2, .section-teaser h3, .section-teaser h4, .section-teaser h5, .section-teaser h6, .section-teaser #reply-title, .section-teaser .entry-title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 576px) {
  .section-teaser h1, .section-teaser h2, .section-teaser h3, .section-teaser h4, .section-teaser h5, .section-teaser h6, .section-teaser #reply-title, .section-teaser .entry-title {
    font-size: 1.375rem;
  }
}
.section-teaser h1:after, .section-teaser h2:after, .section-teaser h3:after, .section-teaser h4:after, .section-teaser h5:after, .section-teaser h6:after, .section-teaser #reply-title:after, .section-teaser .entry-title:after {
  display: block;
  margin: 0.625rem auto 2.5rem auto;
  content: "";
  height: 0.125rem;
  width: 100%;
  max-width: 5rem;
  background: #0fa2c5;
}
.section-teaser.grey {
  background: #f5f5f5;
}
.section-teaser.black {
  background: #272626;
}
.section-teaser.white, .section-teaser.black {
  color: #fff;
}
.section-teaser.white h1, .section-teaser.white h2, .section-teaser.white h3, .section-teaser.white h4, .section-teaser.white h5, .section-teaser.white h6, .section-teaser.white p, .section-teaser.white a, .section-teaser.black h1, .section-teaser.black h2, .section-teaser.black h3, .section-teaser.black h4, .section-teaser.black h5, .section-teaser.black h6, .section-teaser.black p, .section-teaser.black a {
  color: #fff;
}
.section-teaser.white h1:after, .section-teaser.white h2:after, .section-teaser.white h3:after, .section-teaser.white h4:after, .section-teaser.white h5:after, .section-teaser.white h6:after, .section-teaser.white p:after, .section-teaser.white a:after, .section-teaser.black h1:after, .section-teaser.black h2:after, .section-teaser.black h3:after, .section-teaser.black h4:after, .section-teaser.black h5:after, .section-teaser.black h6:after, .section-teaser.black p:after, .section-teaser.black a:after {
  background: #fff;
}
.section-teaser.white a:hover, .section-teaser.black a:hover {
  text-decoration: none;
  color: #fff !important;
}

/*--------------------------------------------------------------
## Section Testimonials
--------------------------------------------------------------*/
#testimonials-section {
  background: url("img/bg-testimonials.png") no-repeat top center;
  background-size: cover;
}
#testimonials-section .rating {
  text-align: center;
  padding-top: 1.875rem;
}
@media screen and (max-width: 991px) {
  #testimonials-section .rating {
    padding: 0;
  }
}
#testimonials-section i {
  color: #d11171;
  font-size: 1.125rem;
}
#testimonials-section p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.7;
  padding: 0.625rem 0;
}
#testimonials-section span {
  display: block;
  color: #585858;
  font-weight: 300;
}

/*--------------------------------------------------------------
## Responsive Videos
--------------------------------------------------------------*/
.responsive_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive_video iframe,
.responsive_video object,
.responsive_video embed,
.responsive_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
## Section Newsletter
--------------------------------------------------------------*/
#newsletter-section {
  background: #d11171;
}
#newsletter-section .nl-disclaimer {
  text-align: center;
  font-size: 0.75rem;
  opacity: 0.6;
}
#newsletter-section .nl-form input {
  border-radius: 0;
  border: none;
  outline: none;
  font-size: 1.125rem;
}
#newsletter-section .nl-form .nl_input {
  background: #fff;
  padding: 0.9375rem 1.25rem;
  width: 75%;
}
@media screen and (max-width: 1240px) {
  #newsletter-section .nl-form .nl_input {
    width: 100%;
  }
}
#newsletter-section .nl-form .nl_submit {
  background: none;
  border: 0.1875rem solid #fff;
  color: #fff;
  cursor: pointer;
  padding: 0.9375rem 1.875rem;
  line-height: 1.2;
}
@media screen and (max-width: 1240px) {
  #newsletter-section .nl-form .nl_submit {
    margin-top: 0.9375rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #newsletter-section .nl-form .nl_submit {
    margin-bottom: 1.5625rem;
  }
}
#newsletter-section .nl-form .nl_submit:hover {
  background: #fff;
  color: #d11171;
}

/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.accordion {
  overflow: hidden;
}
.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab {
  width: 100%;
  color: #404040;
  overflow: hidden;
}
.tab p:last-child {
  margin-bottom: 0;
}
.tab-label {
  display: flex;
  font-size: 1.25rem;
  padding: 0.4375rem 1.25rem 0.4375rem 2.1875rem;
  border-bottom: 0.0625rem solid #dddddd;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .tab-label {
    font-size: 1.0625rem;
  }
}
.tab-label:hover {
  background: #f5f5f5;
}
.tab-label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "";
  color: #ccc;
  padding: 0.125rem 0.625rem 0 0;
  text-align: center;
  transition: all 0.35s;
  position: absolute;
  top: 0.4375rem;
  left: 0.9375rem;
}
.tab-content {
  max-height: 0;
  opacity: 0;
  padding: 0;
  color: #404040;
  transition: all 0.35s;
}

input:checked + .tab-label {
  background: #f5f5f5;
  align-items: center;
  color: #404040;
  border-bottom: 0.0625rem solid transparent;
  font-weight: 400;
}
input:checked + .tab-label:after {
  transform: rotate(90deg);
  color: #404040;
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 0.625rem 1.25rem 1.25rem 2.1875rem;
  background: #f5f5f5;
  display: block;
  opacity: 1;
}

/*--------------------------------------------------------------
## Section FAQ
--------------------------------------------------------------*/
#faq-section .accordion-list {
  margin: 0 0 1.875rem 0;
  padding: 0;
}
#faq-section .accordion-list li {
  border-bottom: 0.0625rem solid #dddddd;
  list-style: none;
}
#faq-section .accordion-list li a {
  font-size: 1.25rem;
  color: #0fa2c5;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 0.4375rem 0.9375rem;
  position: relative;
  transition: none;
}
@media screen and (max-width: 1200px) {
  #faq-section .accordion-list li a {
    font-size: 1.0625rem;
  }
}
#faq-section .accordion-list li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "";
  padding-right: 0.625rem;
  font-size: 1.125rem;
}
#faq-section .accordion-list li a:after {
  opacity: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 20px;
  border-color: transparent transparent transparent #0fa2c5;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
@media screen and (max-width: 991px) {
  #faq-section .accordion-list li a:after {
    display: none;
  }
}
#faq-section .accordion-list li:hover a, #faq-section .accordion-list li a.active {
  background: #0fa2c5;
  color: #fff !important;
}
#faq-section .accordion-list li:hover a:after, #faq-section .accordion-list li a.active:after {
  opacity: 1;
}

/*--------------------------------------------------------------
## Section Imageteaser
--------------------------------------------------------------*/
.imageteaser {
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
  padding: 8.75rem 0 10rem 0;
}
@media screen and (max-width: 991px) {
  .imageteaser {
    padding: 6.25rem 0 7.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .imageteaser {
    padding: 3.125rem 0 3.75rem 0;
  }
}
.imageteaser h1, .imageteaser h2, .imageteaser h3, .imageteaser h4, .imageteaser h5, .imageteaser h6 {
  color: #fff;
  font-weight: 700;
  text-align: left;
  font-size: 2.1875rem;
  margin-bottom: 0.625rem;
}
.imageteaser h1:after, .imageteaser h2:after, .imageteaser h3:after, .imageteaser h4:after, .imageteaser h5:after, .imageteaser h6:after {
  display: none;
}
.imageteaser .btn {
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
}
.imageteaser ul.cta {
  list-style: none;
  margin: 1.875rem 0 0 0;
  padding: 0;
}
.imageteaser ul.cta li {
  display: inline-block;
  padding-right: 1.25rem;
  margin-bottom: 0.625rem;
}
.imageteaser ul.cta li:last-child {
  padding-right: 0;
}
.imageteaser p, .imageteaser li, .imageteaser a {
  color: #fff;
  font-size: 1.125rem;
}

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
#team-section .row > div:first-child .teamrow {
  padding-top: 0;
}
#team-section img {
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  #team-section .teamdescription {
    text-align: center;
    padding-top: 1.25rem;
  }
}
#team-section .teamrow {
  padding-top: 3.125rem;
}
#team-section p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Price Section
--------------------------------------------------------------*/
#price-section .price_headline {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 576px) {
  #price-section .price_headline {
    font-size: 1.125rem;
  }
}
#price-section .price_headline:after {
  display: none;
}
#price-section table {
  border-spacing: 0;
}
#price-section td {
  padding: 0.4375rem 0.9375rem;
  border-bottom: 0.0625rem solid #dddddd;
}
#price-section tr {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#price-section tr:hover {
  background: #0fa2c5;
  color: #fff;
}
#price-section tr:hover a {
  color: #fff;
}
#price-section tr:last-child td {
  border: none;
}
#price-section tr td:nth-of-type(2) {
  text-align: right;
}

/*--------------------------------------------------------------
## Opening Times Section
--------------------------------------------------------------*/
#opening-times-section .gmaps {
  width: 100%;
  height: 23.75rem;
  border: 0;
  margin-bottom: 0.625rem;
}

/*--------------------------------------------------------------
## Slideshow & Partner Section
--------------------------------------------------------------*/
.slideimage {
  min-height: 35rem;
  width: 100%;
  overflow: hidden;
  /* a {
    display:inline-block;
    position:absolute;
    top:rem-calc(40px);
    right:rem-calc(40px);
    background:rgba(0,0,0,.5);
    color:#fff;
    padding:rem-calc(5px 15px);
    text-decoration: none;

    &:hover {
      background:rgba(0,0,0,.8);
    }

    i {
      margin-right:rem-calc(5px);
    }
  } */
}
@media screen and (max-width: 991px) {
  .slideimage {
    min-height: inherit;
  }
}

.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  margin-bottom: 0 !important;
}

.bx-pager {
  position: absolute;
  left: 50%;
  bottom: 2.9375rem !important;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .bx-pager {
    display: none;
  }
}
.bx-pager a {
  width: 1.25rem !important;
  height: 1.25rem !important;
  border-radius: 6.25rem !important;
  opacity: 0.6;
  color: #fff;
  border: 0.1875rem solid #fff;
  background: none !important;
}
.bx-pager a.active {
  background: #fff !important;
}
.bx-pager a:hover {
  opacity: 1;
}

.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
  line-height: 1;
  padding: 0.3125rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: none;
  text-decoration: none;
}
.bx-controls-direction .bx-prev:before,
.bx-controls-direction .bx-next:before {
  text-indent: 0;
  display: block;
  color: #fff;
  border-radius: 6.25rem;
  font-size: 3.125rem;
  opacity: 0.6;
}
.bx-controls-direction .bx-prev:hover:before,
.bx-controls-direction .bx-next:hover:before {
  opacity: 1;
}
.bx-controls-direction .bx-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "";
}
.bx-controls-direction .bx-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "";
}

#partner-section {
  padding-bottom: 9.375rem;
}
#partner-section .slideimage {
  min-height: inherit;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}
#partner-section .bx-pager {
  bottom: -3.125rem !important;
}
#partner-section .bx-pager a {
  width: 1.25rem !important;
  height: 1.25rem !important;
  border-radius: 6.25rem !important;
  opacity: 0.6;
  color: #8e8e8e;
  border: 0.1875rem solid #8e8e8e;
  background: none !important;
}
#partner-section .bx-pager a.active {
  background: #8e8e8e !important;
}
#partner-section .bx-pager a:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: #353535;
  color: #d9d9d9;
  font-size: 1.125rem;
  padding: 3.125rem 0 0 0;
}
@media screen and (max-width: 991px) {
  .site-footer {
    padding: 1.25rem 0 0 0;
  }
}
.site-footer h4 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 991px) {
  .site-footer .widget-title {
    margin-top: 1.875rem;
  }
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer ul li {
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid #969696;
}
.site-footer a {
  color: #d9d9d9;
  text-decoration: none;
}
.site-footer .social_media li {
  font-size: 1.375rem;
  padding-top: 0.625rem;
}

.footerEnd {
  background: #272727;
  margin-top: 3.125rem;
  padding: 1.5625rem 0 3.125rem 0;
  text-align: center;
}
.footerEnd ul li {
  display: inline-block;
  padding: 0 0.625rem;
  font-size: 1rem;
  border: none;
}

/*--------------------------------------------------------------
## Shop Styling
--------------------------------------------------------------*/
.woocommerce-page section.related > h1:first-child, .woocommerce-page section.related > h2:first-child, .woocommerce-page section.related > h3:first-child, .woocommerce-page section.related > h4:first-child, .woocommerce-page section.related > h5:first-child, .woocommerce-page section.related > h6:first-child,
.woocommerce-page header.entry-header > h1:first-child,
.woocommerce-page header.entry-header > h2:first-child,
.woocommerce-page header.entry-header > h3:first-child,
.woocommerce-page header.entry-header > h4:first-child,
.woocommerce-page header.entry-header > h5:first-child,
.woocommerce-page header.entry-header > h6:first-child,
.woocommerce-page section.upsells > h1:first-child,
.woocommerce-page section.upsells > h2:first-child,
.woocommerce-page section.upsells > h3:first-child,
.woocommerce-page section.upsells > h4:first-child,
.woocommerce-page section.upsells > h5:first-child,
.woocommerce-page section.upsells > h6:first-child {
  font-size: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .woocommerce-page section.related > h1:first-child, .woocommerce-page section.related > h2:first-child, .woocommerce-page section.related > h3:first-child, .woocommerce-page section.related > h4:first-child, .woocommerce-page section.related > h5:first-child, .woocommerce-page section.related > h6:first-child,
.woocommerce-page header.entry-header > h1:first-child,
.woocommerce-page header.entry-header > h2:first-child,
.woocommerce-page header.entry-header > h3:first-child,
.woocommerce-page header.entry-header > h4:first-child,
.woocommerce-page header.entry-header > h5:first-child,
.woocommerce-page header.entry-header > h6:first-child,
.woocommerce-page section.upsells > h1:first-child,
.woocommerce-page section.upsells > h2:first-child,
.woocommerce-page section.upsells > h3:first-child,
.woocommerce-page section.upsells > h4:first-child,
.woocommerce-page section.upsells > h5:first-child,
.woocommerce-page section.upsells > h6:first-child {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-page section.related > h1:first-child, .woocommerce-page section.related > h2:first-child, .woocommerce-page section.related > h3:first-child, .woocommerce-page section.related > h4:first-child, .woocommerce-page section.related > h5:first-child, .woocommerce-page section.related > h6:first-child,
.woocommerce-page header.entry-header > h1:first-child,
.woocommerce-page header.entry-header > h2:first-child,
.woocommerce-page header.entry-header > h3:first-child,
.woocommerce-page header.entry-header > h4:first-child,
.woocommerce-page header.entry-header > h5:first-child,
.woocommerce-page header.entry-header > h6:first-child,
.woocommerce-page section.upsells > h1:first-child,
.woocommerce-page section.upsells > h2:first-child,
.woocommerce-page section.upsells > h3:first-child,
.woocommerce-page section.upsells > h4:first-child,
.woocommerce-page section.upsells > h5:first-child,
.woocommerce-page section.upsells > h6:first-child {
    font-size: 1.375rem;
  }
}
.woocommerce-page section.related > h1:after, .woocommerce-page section.related > h2:after, .woocommerce-page section.related > h3:after, .woocommerce-page section.related > h4:after, .woocommerce-page section.related > h5:after, .woocommerce-page section.related > h6:after,
.woocommerce-page header.entry-header > h1:after,
.woocommerce-page header.entry-header > h2:after,
.woocommerce-page header.entry-header > h3:after,
.woocommerce-page header.entry-header > h4:after,
.woocommerce-page header.entry-header > h5:after,
.woocommerce-page header.entry-header > h6:after,
.woocommerce-page section.upsells > h1:after,
.woocommerce-page section.upsells > h2:after,
.woocommerce-page section.upsells > h3:after,
.woocommerce-page section.upsells > h4:after,
.woocommerce-page section.upsells > h5:after,
.woocommerce-page section.upsells > h6:after {
  display: block;
  margin: 0.625rem auto 2.5rem auto;
  content: "";
  height: 0.125rem;
  width: 100%;
  max-width: 5rem;
  background: #0fa2c5;
}
.woocommerce-page .product_title {
  line-height: 1.4;
  margin-top: -0.6875rem;
}
@media screen and (max-width: 991px) {
  .woocommerce-page .product_title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-page .product_title {
    font-size: 1.375rem;
    margin-top: 0;
  }
}
.woocommerce-page #primary {
  padding: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-page #primary {
    padding: 1.5625rem 0;
  }
}
.woocommerce-page #main {
  padding: 0 0.9375rem;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  width: 48%;
  max-width: 48%;
  flex: 0 0 48%;
}
@media screen and (max-width: 767px) {
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 740px) {
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    padding: 0;
  }
}

.woocommerce .wcdefault,
.woocommerce-page .wcdefault {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.woocommerce #main {
  padding: 0 0.9375rem;
}
.woocommerce div.product div.summary {
  margin-top: 0;
}
.woocommerce .star-rating,
.woocommerce .star-rating::before,
.woocommerce .stars a {
  color: #d11171;
}
.woocommerce .wc-bookings-booking-form fieldset {
  border: none;
  padding: 0;
}
.woocommerce .summary .product_meta {
  display: none;
}
.woocommerce .wgm-info.woocommerce_de_versandkosten {
  display: none;
}
.woocommerce #tab-description {
  max-width: 70%;
  margin: 0 auto;
}
.woocommerce #tab-description h4 {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .woocommerce #tab-description {
    max-width: 100%;
  }
}
.woocommerce .woocommerce-Reviews {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-Reviews {
    max-width: 100%;
  }
}
.woocommerce .product p.price,
.woocommerce .product span.price {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px !important;
  color: #fff !important;
  background: #d11171;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .woocommerce .product p.price,
.woocommerce .product span.price {
    font-size: 1.125rem;
  }
}
.woocommerce .woocommerce-product-details__short-description {
  padding-top: 0.9375rem;
}
.woocommerce .woocommerce-product-details__short-description ul {
  margin: 0 0 2.5rem 0;
}
.woocommerce .woocommerce-product-details__short-description ul li {
  margin-bottom: 0.625rem;
}
.woocommerce .woocommerce-product-details__short-description ul li:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-product-gallery ol {
  padding-top: 1.25rem !important;
  margin: 0 -0.625rem !important;
}
.woocommerce .woocommerce-product-gallery ol li {
  padding: 0 0.625rem;
}
.woocommerce .description .emoji {
  float: none !important;
}
.woocommerce #comments ol.commentlist {
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 576px) {
  .woocommerce #comments ol.commentlist .comment_container .comment-text {
    margin-left: 0 !important;
  }
  .woocommerce #comments ol.commentlist .comment_container .avatar {
    display: none;
  }
}
.woocommerce #comments h2 {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .woocommerce #comments .woocommerce-Reviews-title {
    font-size: 1.125rem;
  }
}
.woocommerce #comments .woocommerce-Reviews-title a {
  background: #d11171;
  color: #fff !important;
  text-decoration: none !important;
  padding: 0.625rem 1.25rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}
.woocommerce #comments .woocommerce-Reviews-title a:hover {
  background: #0fa2c5;
}
.woocommerce .woocommerce-tabs {
  margin-bottom: 3.125rem !important;
}
.woocommerce #respond {
  padding: 1.25rem !important;
  background: #f1f1f1 !important;
}
@media screen and (max-width: 767px) {
  .woocommerce #respond {
    margin-bottom: 1.25rem !important;
  }
}
.woocommerce #respond #reply-title {
  font-size: 1.375rem;
  font-weight: 300;
  margin-bottom: 0.9375rem;
  display: block;
}
.woocommerce #respond .stars {
  padding-top: 0.3125rem;
  font-size: 1.25rem;
}
.woocommerce #respond .comment-form-privacy-policy-checkbox-text {
  padding: 0 0 0 0.625rem;
}
.woocommerce #respond textarea#comment {
  padding: 0.625rem;
  max-height: 8.125rem;
  height: 100%;
  margin-top: 0.3125rem;
}
.woocommerce .wc-bookings-booking-form select {
  outline: none;
}
.woocommerce a.button {
  padding: 0.625rem 1.25rem;
}
.woocommerce .woocommerce-loop-product__title {
  font-size: 1.25rem !important;
  text-align: left;
}
.woocommerce .woocommerce-loop-product__title:after {
  display: none;
}
.woocommerce ul.products li.product .price {
  font-size: 1.125rem !important;
  display: inline-block;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0.9375rem !important;
}
@media screen and (max-width: 576px) {
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce ul.products[class*=columns-] li.product {
    width: 100%;
  }
}
.woocommerce span.onsale {
  border-radius: 0;
  background: #0fa2c5;
  padding: 0 1.25rem;
  margin: 0 !important;
}
.woocommerce #wc-stripe-payment-request-wrapper,
.woocommerce .wcppec-checkout-buttons__separator,
.woocommerce #wc-stripe-payment-request-button-separator,
.woocommerce .woocommerce-checkout .gift-certificate {
  display: none !important;
}
.woocommerce .checkout-button {
  width: 100%;
  padding-bottom: 0.9375rem !important;
  display: block;
}
.woocommerce .coupon .input-text {
  width: 50% !important;
  line-height: 1.45;
}
@media screen and (max-width: 576px) {
  .woocommerce .coupon .input-text {
    width: 100% !important;
    text-align: center;
  }
}
.woocommerce .coupon .button {
  padding: 0.625rem;
}
@media screen and (max-width: 576px) {
  .woocommerce .coupon .button {
    width: 100% !important;
    margin-top: 0.625rem;
  }
}
.woocommerce input[type=submit] {
  padding: 0.625rem !important;
}
.woocommerce .cross-sells {
  padding: 1.5625rem;
  background: #f1f1f2;
}
@media screen and (max-width: 991px) {
  .woocommerce .cross-sells {
    display: none;
  }
}
.woocommerce .cross-sells ul {
  margin-bottom: 0 !important;
}
.woocommerce .cross-sells li {
  margin-bottom: 0.625rem !important;
}
@media screen and (max-width: 767px) {
  .woocommerce .cross-sells li {
    margin-bottom: 1.875rem !important;
  }
  .woocommerce .cross-sells li:last-child {
    margin-bottom: 0;
  }
}
.woocommerce .cross-sells h2 {
  margin-bottom: 1.5625rem;
}
.woocommerce .cart_totals {
  padding: 1.5625rem 0;
}
.woocommerce .cart_totals h2 {
  margin-bottom: 1.5625rem;
}
.woocommerce .shop_table .product-thumbnail,
.woocommerce .shop_table .german-market-product-image {
  display: none;
}
.woocommerce .shop_table .variation {
  margin-top: 0;
}
.woocommerce .shop_table a {
  text-decoration: none;
  font-weight: 600;
}
.woocommerce .shop_table a.remove {
  color: #0fa2c5 !important;
  background: #f1f1f1 !important;
  font-weight: 400 !important;
  font-size: 1.375rem !important;
}
.woocommerce .shop_table a.remove:hover {
  background: #d11171 !important;
  color: #fff !important;
}
.woocommerce .woocommerce-message {
  border-top-color: #d11171;
}
.woocommerce .woocommerce-message:before {
  color: #d11171;
}
.woocommerce .form-row input.input-text,
.woocommerce .form-row textarea {
  padding: 0.4375rem 0.625rem;
}
.woocommerce .form-row.mailchimp-newsletter {
  font-size: 0.75rem;
  font-weight: bold;
}
.woocommerce #add_payment_method #payment,
.woocommerce .woocommerce-cart #payment,
.woocommerce .woocommerce-checkout #payment {
  background: #f1f1f1;
  margin-bottom: 2.1875rem;
}
.woocommerce #add_payment_method #payment ul.payment_methods,
.woocommerce .woocommerce-cart #payment ul.payment_methods,
.woocommerce .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0;
}
.woocommerce #add_payment_method #payment .payment_box,
.woocommerce .woocommerce-cart #payment .payment_box,
.woocommerce .woocommerce-checkout #payment .payment_box {
  background: #e4e4e4;
}
.woocommerce #add_payment_method #payment .payment_box:before,
.woocommerce .woocommerce-cart #payment .payment_box:before,
.woocommerce .woocommerce-checkout #payment .payment_box:before {
  border: 1em solid #e4e4e4;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce .select2-container .select2-selection--single {
  height: auto !important;
  padding: 0.3125rem 0;
  border-color: #ccc !important;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.375rem !important;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-additional-fields {
    margin: 2.5rem 0;
  }
}
.woocommerce section.related.products {
  display: none;
}
.woocommerce #commentform p.comment-form-privacy-policy {
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-navigation {
  border: 0.125rem solid #f1f1f1;
  padding: 1.875rem;
  margin-bottom: 1.25rem;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul a {
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0.625rem;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
.woocommerce input.qty {
  padding: 0.3125rem !important;
}
.woocommerce .paypal-button,
.woocommerce .wc-bookings-booking-form-button,
.woocommerce .checkout-button {
  max-width: 100%;
  width: 100%;
}
.woocommerce .wc-bookings-booking-form-button,
.woocommerce .checkout-button {
  padding: 1.1875rem !important;
}

.wgm-second-checkout #payment_method {
  display: none;
}
.wgm-second-checkout .wgm_second_checkout_payment {
  text-align: center;
  margin-bottom: 1.875rem;
}
.wgm-second-checkout .wgm_second_checkout_payment img {
  max-width: 3.125rem !important;
  margin: 0 0.625rem;
}
.wgm-second-checkout .wcdefault {
  width: auto;
  max-width: 66.666667%;
  flex: auto;
}
.wgm-second-checkout .wcdefault .col-1 {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .wgm-second-checkout .wcdefault {
    max-width: 100%;
  }
}
.wgm-second-checkout #main .wgm-place-order > a {
  float: left;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .wgm-second-checkout #main .wgm-place-order > a {
    display: block;
    width: 100%;
  }
}
.wgm-second-checkout #main .wgm-place-order > a input {
  background: #ccc !important;
}
@media screen and (max-width: 767px) {
  .wgm-second-checkout #main .wgm-place-order > a input {
    max-width: 100%;
    width: 100%;
  }
}
.wgm-second-checkout #main .wgm-place-order > a input:hover {
  background: #d11171 !important;
}
.wgm-second-checkout #main .checkout-button {
  display: inline-block;
  float: left;
  width: auto;
  background: #0fa2c5 !important;
}
@media screen and (max-width: 767px) {
  .wgm-second-checkout #main .checkout-button {
    max-width: 100%;
    width: 100%;
    float: none;
    display: block;
  }
}
.wgm-second-checkout #main .checkout-button:hover {
  background: #d11171 !important;
}
.wgm-second-checkout #main #place_order_back {
  line-height: 1.65;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .wgm-second-checkout #main #place_order_back {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .wgm-second-checkout .review_order_billing,
.wgm-second-checkout .shop_table {
    hyphens: auto;
  }
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 {
  margin-bottom: 0.625rem;
}
.site-main h3, .site-main h4, .site-main h5, .site-main h6 {
  font-size: 1.3125rem;
  font-weight: 200;
}
.site-main h3 strong, .site-main h3 b, .site-main h4 strong, .site-main h4 b, .site-main h5 strong, .site-main h5 b, .site-main h6 strong, .site-main h6 b {
  font-weight: 200;
}
.site-main ul, .site-main ol {
  margin-left: 0;
}

.error404-search {
  background: #f1f1f1;
  padding: 1.5625rem;
  margin-bottom: 5rem;
}
.error404-search input {
  width: 100%;
  text-align: center;
  padding: 0.625rem 1.25rem !important;
}
.error404-search input[type=submit] {
  border: none;
  cursor: pointer;
  width: 6.25rem;
  margin: 0.625rem auto 0 auto;
  font-size: 1.0625rem;
  display: block;
}

.comment-reply-link {
  text-decoration: none;
}

.woocommerce-tabs a > button {
  font-size: 16px;
  padding: 0.8rem 1rem;
  color: #fff !important;
  background: #d11171 !important;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  border-radius: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.woocommerce-tabs a > button:hover {
  background: #0fa2c5;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.blogentry {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .blogentry {
    margin-bottom: 1.875rem;
  }
}
.blogentry a {
  text-decoration: none;
  color: #404040;
}
.blogentry h2 {
  font-size: 1.375rem;
  text-align: left;
  font-weight: 400;
  line-height: 1.4;
}
.blogentry h2 span {
  font-weight: 300;
  font-size: 1rem;
  display: block;
}
.blogentry h2:after {
  display: none;
}
.blogentry img {
  margin-bottom: 0.625rem;
}

.blogpost_nav {
  border: 0.0625rem solid #f1f1f1;
  padding: 0.9375rem;
  text-align: center;
}
.blogpost_nav a {
  display: inline-block;
  padding: 0 0.625rem;
  text-decoration: none;
}

.blogpost .entry-meta,
.blogpost .nav-links,
.blogpost .entry-footer {
  display: none;
}
.blogpost .entry-content h1, .blogpost .entry-content h2, .blogpost .entry-content h3, .blogpost .entry-content h4, .blogpost .entry-content h5, .blogpost .entry-content h6 {
  font-weight: 300;
  text-align: left;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}
.blogpost .entry-content h1:after, .blogpost .entry-content h2:after, .blogpost .entry-content h3:after, .blogpost .entry-content h4:after, .blogpost .entry-content h5:after, .blogpost .entry-content h6:after {
  display: none;
}
.blogpost .entry-content h2 {
  font-size: 1.5625rem;
}
.blogpost .entry-content h3 {
  font-size: 1.4375rem;
}
.blogpost .entry-content h4 {
  font-size: 1.3125rem;
}
.blogpost .entry-content h5 {
  font-size: 1.1875rem;
}
.blogpost .entry-content h6 {
  font-size: 1.0625rem;
}

.social_actions {
  border: 0.0625rem solid #f1f1f1;
  padding: 1.25rem;
  list-style: none;
  text-align: center;
  margin: 1.875rem 0;
}
.social_actions li {
  display: inline-block;
  font-size: 1.25rem;
  padding: 0 0 0 0.625rem;
}
.social_actions li:first-child {
  padding-left: 0;
}
.social_actions li.onlymobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .social_actions li.onlymobile {
    display: inline-block;
  }
}
.social_actions li.desktoponly {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .social_actions li.desktoponly {
    display: none;
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

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