@charset "UTF-8";
/*!
Theme Name: FK Fischmarkt
Theme URI: http://underscores.me/
Author: Rogge & Pott | Björn Dammann
Author URI: https://roggeundpott.de
Description: Custom Theme for Fischköppe Friseur by Rogge & Pott
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fischmarkt
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.

FK Fischmarkt is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* --------------------------------------------------

   Breakpoint Settings
	 via @ https://davidhellmann.com/blog/development/sass-breakpoint-mixin
   -------------------------------------------------- */
/**
 * @license
 * MyFonts Webfont Build ID 3928955, 2020-07-24T05:30:02-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AmericanCaptain by The Fontry
 * URL: https://www.myfonts.com/fonts/fontry/american-captain/regular/
 * Copyright: Copyright (c) 2011 by The Fontry. All rights reserved.
 * 
 * 
 * 
 * © 2020 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3bf37b");
@font-face {
  font-family: 'AmericanCaptain';
  src: url("assets/fonts/AmericanCaptain/font.woff2") format("woff2"), url("assets/fonts/AmericanCaptain/font.woff") format("woff"); }
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/montserrat-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("assets/fonts/montserrat-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/montserrat-v14-latin-regular.woff2") format("woff2"), url("assets/fonts/montserrat-v14-latin-regular.woff") format("woff"), url("assets/fonts/montserrat-v14-latin-regular.ttf") format("truetype"), url("assets/fonts/montserrat-v14-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/montserrat-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("assets/fonts/montserrat-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/fonts/montserrat-v14-latin-700.woff2") format("woff2"), url("assets/fonts/montserrat-v14-latin-700.woff") format("woff"), url("assets/fonts/montserrat-v14-latin-700.ttf") format("truetype"), url("assets/fonts/montserrat-v14-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */ }
/* --------------------------------------------------

   Breakpoint Mixin
	 via @ https://davidhellmann.com/blog/development/sass-breakpoint-mixin
   -------------------------------------------------- */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

/* 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; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #2E1F17;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3 {
  font-family: "AmericanCaptain", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  clear: both; }

h4,
h5,
h6 {
  font-weight: 700; }

h1 {
  font-size: 2.5rem; }
  @media (min-width: 1280px) {
    h1 {
      font-size: 3.125rem; } }

h2 {
  font-size: 2.125rem; }
  @media (min-width: 1280px) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  font-size: 1.375rem; }
  @media (min-width: 1280px) {
    h3 {
      font-size: 2.125rem; } }

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;
  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; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #FDFDFD; }

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: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #D53838;
  font-weight: 700; }
  a:visited {
    color: #D53838; }
  a:hover, a:focus, a:active {
    color: #E67B7B; }
  a:focus {
    outline: thin dotted;
    color: #A22727; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 0px;
  background: #D53838;
  color: #FDFDFD;
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #A22727; }
  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 {
    background: #E67B7B; }

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: 1px solid #ccc;
  border-radius: 0px;
  padding: 3px; }
  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: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.inner-wrapper {
  max-width: 87.5em;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center; }
  @media (min-width: 800px) {
    .inner-wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (min-width: 1024px) {
    .inner-wrapper {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 1024px) {
    .inner-wrapper {
      text-align: left; } }

.headline-wrapper {
  background: #2E1F17;
  color: #FDFDFD;
  text-align: center;
  padding: 1rem 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  @media (min-width: 1024px) {
    .headline-wrapper {
      padding: 1.5rem 0; } }
  @media (min-width: 1280px) {
    .headline-wrapper {
      padding: 2rem 0; } }
  .headline-wrapper .section-headline {
    text-transform: uppercase;
    font-size: 2.125rem;
    letter-spacing: 0.12em;
    margin: 0;
    padding-top: 0.2em; }
    @media (min-width: 1024px) {
      .headline-wrapper .section-headline {
        font-size: 2.5rem; } }
    @media (min-width: 1280px) {
      .headline-wrapper .section-headline {
        font-size: 3.125rem; } }

.page-section .inner-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 800px) {
    .page-section .inner-wrapper {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media (min-width: 1024px) {
    .page-section .inner-wrapper {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 1280px) {
    .page-section .inner-wrapper {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (min-width: 1450px) {
    .page-section .inner-wrapper {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.inner-wrapper.half-column-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .inner-wrapper.half-column-wrapper .half-column {
    width: 100%; }
    @media (min-width: 1024px) {
      .inner-wrapper.half-column-wrapper .half-column {
        width: 50%; } }

.page-section#slider {
  position: relative; }
  .page-section#slider .slick-slider:before {
    width: 100%;
    height: 50%;
    content: '';
    z-index: 5;
    position: absolute;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+70 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */ }
  .page-section#slider .slider-text-area {
    position: absolute;
    bottom: 15%;
    left: 0;
    z-index: 8;
    width: 100%; }
  .page-section#slider .inner-text-wrapper {
    max-width: 87.5em;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #FDFDFD; }
    @media (min-width: 800px) {
      .page-section#slider .inner-text-wrapper {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (min-width: 1024px) {
      .page-section#slider .inner-text-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    .page-section#slider .inner-text-wrapper h2 {
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.375rem;
      margin: 0.2em 0;
      line-height: 1.1;
      max-width: 100%; }
      @media (min-width: 480px) {
        .page-section#slider .inner-text-wrapper h2 {
          font-size: 2.125rem; } }
      @media (min-width: 800px) {
        .page-section#slider .inner-text-wrapper h2 {
          max-width: 50%;
          font-size: 2.5rem; } }
    .page-section#slider .inner-text-wrapper h3 {
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      text-transform: uppercase;
      font-size: 1.188rem;
      margin: 0.2em 0 1.2em;
      max-width: 50%;
      line-height: 1.1;
      max-width: 100%; }
      @media (min-width: 800px) {
        .page-section#slider .inner-text-wrapper h3 {
          max-width: 50%;
          font-size: 1.375rem; } }
    .page-section#slider .inner-text-wrapper .button {
      padding: 0.8em 1.2em;
      background: transparent;
      border: 2px solid #FDFDFD;
      color: #FDFDFD;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: .1em;
      font-size: 0.938em;
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
      .page-section#slider .inner-text-wrapper .button:hover {
        border-color: #D53838;
        color: #D53838; }

.page-section .slides {
  list-style: none;
  margin: 0;
  padding: 0; }
  .page-section .slides .slick-slide {
    font-size: 0; }
  .page-section .slides .slick-slide li {
    height: calc(100vh - 130px);
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    margin: 0;
    padding: 0; }
    @media (min-width: 1024px) {
      .page-section .slides .slick-slide li {
        height: calc(100vh - 135px); } }
    @media (min-width: 1024px) {
      .page-section .slides .slick-slide li {
        height: calc(100vh - 201px); } }
    @media (min-width: 1280px) {
      .page-section .slides .slick-slide li {
        height: calc(100vh - 142px); } }

@media (max-width: 1024px) {
  #ueber .inner-wrapper {
    padding-bottom: 0; } }
#ueber .about-logo-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 2em; }
#ueber .desktop-about-image {
  display: none;
  align-self: center; }
  @media (min-width: 1024px) {
    #ueber .desktop-about-image {
      display: inline-block; } }
#ueber .mobile-about-image {
  display: block;
  margin: 0 auto;
  max-width: none;
  width: calc(100% + 2rem);
  transform: translateX(-1rem); }
  @media (min-width: 1024px) {
    #ueber .mobile-about-image {
      display: none; } }
#ueber .half-column-right {
  padding-left: 0;
  display: block; }
  @media (min-width: 1024px) {
    #ueber .half-column-right {
      display: flex;
      padding-left: 6em;
      justify-content: center;
      align-content: center; } }

@media (min-width: 1024px) {
  #leistungen .inner-wrapper {
    max-width: 83.3333333333%; } }
@media (min-width: 1280px) {
  #leistungen .inner-wrapper {
    max-width: 66.6666666667%; } }
#leistungen .inner-wrapper .service-icons {
  margin: 0 auto 2em;
  display: block; }

.service-table-section ul li.title-row.has-one-detail .service-section-title {
  width: 50%; }
.service-table-section ul li.title-row.has-one-detail .service-section-detail {
  width: 50%; }
.service-table-section ul li.title-row.has-two-details .service-section-title {
  width: 50%; }
.service-table-section ul li.title-row.has-two-details .service-section-detail {
  width: 25%; }
.service-table-section ul .single-service-row.has-one-price .single-service-title {
  width: 50%; }
.service-table-section ul .single-service-row.has-one-price .single-service-price {
  width: 50%; }
.service-table-section ul .single-service-row.has-one-price .single-service-price.align-center {
  width: 41.6666666667%;
  padding-right: 5%; }
.service-table-section ul .single-service-row.has-two-prices .single-service-title {
  width: 50%; }
.service-table-section ul .single-service-row.has-two-prices .single-service-price {
  width: 25%; }

.service-table-section {
  text-align: left; }
  .service-table-section ul {
    list-style: none;
    padding: 0;
    margin: 1em 0 2em 0; }
  .service-table-section li {
    border-bottom: 2px dotted #2E1F17;
    padding: 0.5em;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 800px) {
      .service-table-section li {
        padding: 0.8em; } }
    @media (min-width: 1024px) {
      .service-table-section li {
        padding: 1em; } }
  .service-table-section li.title-row {
    border-bottom: #2E1F17 solid 4px;
    /*
    position: relative;
    &:before {
    	position: absolute;
    	opacity: 0.5;
    	left: -10px;
    	top: 0;
    	content: '0';
    	@include breakpoint('xs') { 
    		content: 'xs';
    	} 
    	@include breakpoint('s') { 
    		content: 's';
    	}
    	@include breakpoint('m') { 
    		content: 'm';
    	} 
    	@include breakpoint('l') { 
    		content: 'l';
    	} 
    	@include breakpoint('xl') { 
    		content: 'xl';
    	}  
    } */ }
  .service-table-section .service-section-detail {
    font-size: 0.813rem; }
    @media (min-width: 480px) {
      .service-table-section .service-section-detail {
        font-size: 1em; } }
  .service-table-section .service-section-detail,
  .service-table-section .single-service-price {
    text-align: right; }
  .service-table-section .single-service-price span {
    margin-right: 0.4em; }
  .service-table-section .service-section-detail > span {
    display: none; }
    @media (min-width: 800px) {
      .service-table-section .service-section-detail > span {
        display: initial; } }
  .service-table-section .service-section-title {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
    line-height: 1; }
    @media (min-width: 480px) {
      .service-table-section .service-section-title {
        font-size: 2.125rem; } }
    @media (min-width: 1024px) {
      .service-table-section .service-section-title {
        font-size: 2.5rem; } }
  .service-table-section .service-section-detail {
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
  .service-table-section .single-service-row {
    display: flex;
    align-items: center; }
    .service-table-section .single-service-row .single-service-title {
      text-transform: uppercase; }
      @media (min-width: 800px) {
        .service-table-section .single-service-row .single-service-title {
          font-size: 1.188rem; } }
      @media (min-width: 1024px) {
        .service-table-section .single-service-row .single-service-title {
          font-size: 1.375rem; } }
    .service-table-section .single-service-row .single-service-price {
      text-transform: uppercase;
      font-family: "AmericanCaptain", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 1.375rem; }
      @media (min-width: 480px) {
        .service-table-section .single-service-row .single-service-price {
          font-size: 2.125rem; } }
      @media (min-width: 800px) {
        .service-table-section .single-service-row .single-service-price {
          font-size: 2.125rem; } }
      @media (min-width: 1024px) {
        .service-table-section .single-service-row .single-service-price {
          font-size: 2.5rem; } }
    .service-table-section .single-service-row .single-service-price .price-fixed,
    .service-table-section .single-service-row .single-service-price .price-starting-from {
      font-size: 1.188rem;
      text-transform: none; }
      @media (min-width: 1024px) {
        .service-table-section .single-service-row .single-service-price .price-fixed,
        .service-table-section .single-service-row .single-service-price .price-starting-from {
          font-size: 1.375rem; } }
    .service-table-section .single-service-row .single-service-price span.stars {
      font-size: 1.188rem;
      position: absolute; }
  .service-table-section .service-table-footer p {
    font-size: 0.813rem;
    font-style: italic; }

@media (min-width: 800px) {
  #leistungen .table-bottom-text-wrapper {
    font-size: 1.188rem; } }
#leistungen .coupon-wrapper {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1024px) {
    #leistungen .coupon-wrapper {
      margin-top: 6em; } }
  #leistungen .coupon-wrapper .coupon-image-wrapper {
    width: 100%; }
    @media (min-width: 1024px) {
      #leistungen .coupon-wrapper .coupon-image-wrapper {
        width: 45%;
        padding-right: 1rem; } }
    #leistungen .coupon-wrapper .coupon-image-wrapper img {
      margin: 0 auto;
      display: block; }
      @media (min-width: 1024px) {
        #leistungen .coupon-wrapper .coupon-image-wrapper img {
          margin: 0; } }
  #leistungen .coupon-wrapper .coupon-text-wrapper {
    width: 100%; }
    @media (min-width: 1024px) {
      #leistungen .coupon-wrapper .coupon-text-wrapper {
        width: 55%;
        padding-left: 1rem; } }
#leistungen .coupon-headline {
  text-align: center;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 800px) {
    #leistungen .coupon-headline {
      font-size: 1.188rem; } }
  @media (min-width: 1024px) {
    #leistungen .coupon-headline {
      text-align: left; } }

#termine .half-column-wrapper {
  justify-content: center;
  align-items: center; }
  @media (max-width: 1024px) {
    #termine .half-column-wrapper {
      padding-top: 0; } }
  @media (max-width: 1024px) {
    #termine .half-column-wrapper img {
      margin-bottom: 1em;
      max-width: none;
      width: calc(100% + 2rem);
      transform: translateX(-1rem); } }
#termine .half-column-left {
  padding-right: 0;
  display: block; }
  @media (min-width: 1024px) {
    #termine .half-column-left {
      display: flex;
      padding-right: 6em;
      justify-content: center;
      align-content: center; } }
#termine img {
  display: block;
  margin: 0 auto; }
#termine a {
  text-decoration: none; }
#termine h2 {
  margin-top: 0; }
#termine p {
  margin-bottom: 0.5em; }

#jobs .half-column-wrapper {
  justify-content: center;
  align-items: center; }
  @media (max-width: 1024px) {
    #jobs .half-column-wrapper {
      padding-top: 0; } }
  @media (max-width: 1024px) {
    #jobs .half-column-wrapper img {
      margin-bottom: 1em;
      max-width: none;
      width: calc(100% + 2rem);
      transform: translateX(-1rem); } }
#jobs .half-column-left {
  padding-right: 0;
  display: block; }
  @media (min-width: 1024px) {
    #jobs .half-column-left {
      display: flex;
      padding-right: 6em;
      justify-content: center;
      align-content: center; } }
#jobs img {
  display: block;
  margin: 0 auto; }

.page-section#social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .page-section#social ul li {
    flex: 0 0 50%;
    line-height: 0; }
    @media (min-width: 480px) {
      .page-section#social ul li {
        flex: 0 0 50%; } }
    @media (min-width: 800px) {
      .page-section#social ul li {
        flex: 0 0 20%; } }
    @media (min-width: 1024px) {
      .page-section#social ul li {
        flex: 0 0 20%; } }
.page-section#social .headline-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
  .page-section#social .headline-wrapper .section-headliner {
    display: inline-block; }
  .page-section#social .headline-wrapper .social-link {
    font-size: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 1rem;
    background-size: contain; }
    @media (min-width: 1024px) {
      .page-section#social .headline-wrapper .social-link {
        width: 34px;
        height: 34px; } }
  .page-section#social .headline-wrapper .social-link-fb {
    background-image: url("assets/social-icon-fb.svg"); }
  .page-section#social .headline-wrapper .social-link-ig {
    background-image: url("assets/social-icon-ig.svg"); }
  .page-section#social .headline-wrapper .social-link-fb:hover {
    background-image: url("assets/social-icon-fb-red.svg"); }
  .page-section#social .headline-wrapper .social-link-ig:hover {
    background-image: url("assets/social-icon-ig-red.svg"); }

.page-section#kontakt .inner-wrapper {
  max-width: 56.250rem; }
@media (min-width: 1024px) {
  .page-section#kontakt .half-column-left {
    padding-left: 6em; } }
@media (min-width: 1280px) {
  .page-section#kontakt .half-column-left {
    padding-left: 6em; } }
@media (min-width: 1450px) {
  .page-section#kontakt .half-column-left {
    padding-left: 6em; } }
.page-section#kontakt .half-column-right {
  border-top: 2px solid #D53838;
  padding-left: 0;
  padding-top: 1.7em;
  margin-top: 2em; }
  @media (min-width: 1024px) {
    .page-section#kontakt .half-column-right {
      border-left: 2px solid #D53838;
      border-top: none;
      padding-left: 5.5rem;
      margin-top: 0;
      padding-top: 0; } }
.page-section#kontakt h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 2.125rem; }
  @media (min-width: 1024px) {
    .page-section#kontakt h3 {
      font-size: 2.5rem; } }
.page-section#kontakt .telephone {
  font-size: 1.375rem;
  margin-bottom: 0; }
.page-section#kontakt .hours {
  list-style: none;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
  padding: 0;
  white-space: nowrap; }
  .page-section#kontakt .hours span {
    font-weight: 700;
    text-transform: uppercase;
    width: 9rem;
    display: inline-block; }
  .page-section#kontakt .hours li {
    width: 100%; }

.page-section#anfahrt {
  line-height: 0; }
  .page-section#anfahrt .map-desktop {
    display: none;
    width: 100%;
    height: auto; }
    @media (min-width: 1024px) {
      .page-section#anfahrt .map-desktop {
        display: inline-block; } }
  .page-section#anfahrt .map-mobile {
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 1024px) {
      .page-section#anfahrt .map-mobile {
        display: none; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  font-family: "AmericanCaptain", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 0.5em;
  margin-top: 1em;
  display: flex; }
  .main-navigation ul {
    display: flex;
    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 {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
    .main-navigation ul > li:not(:last-child) {
      margin-right: 1.5rem; }
    .main-navigation ul > li:last-child {
      margin-right: .5rem; }
  .main-navigation li {
    position: relative; }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      color: #D53838; }
  .main-navigation a {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #FDFDFD;
    font-size: 1.500rem;
    font-weight: 400;
    letter-spacing: 0.087em; }

.page:not(.page-template-page-home) .menu .current_page_item > a,
.page:not(.page-template-page-home) .menu .current-menu-item > a,
.page:not(.page-template-page-home) .menu .current_page_ancestor > a,
.page:not(.page-template-page-home) .menu .current-menu-ancestor > a {
  color: #D53838; }

.page.page-template-page-home .menu .page-item-5 > a {
  color: #D53838; }

#social-menu {
  height: 100%; }
  #social-menu li {
    display: flex;
    align-items: center; }
  #social-menu li.social-link a {
    font-size: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-bottom: 0.28rem; }
  #social-menu li.social-fb a {
    background-image: url("assets/social-icon-fb.svg"); }
  #social-menu li.social-ig a {
    background-image: url("assets/social-icon-ig.svg"); }
  #social-menu li.social-fb:hover a {
    background-image: url("assets/social-icon-fb-red.svg"); }
  #social-menu li.social-ig:hover a {
    background-image: url("assets/social-icon-ig-red.svg"); }
  #social-menu > li:not(:last-child) {
    margin-right: 1rem; }
    @media (min-width: 800px) {
      #social-menu > li:not(:last-child) {
        margin-right: 1.5rem; } }

.site-footer .menu {
  font-family: "AmericanCaptain", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .site-footer .menu > li:not(:last-child) {
    margin-right: 1rem; }
    @media (min-width: 800px) {
      .site-footer .menu > li:not(:last-child) {
        margin-right: 1.5rem; } }
  .site-footer .menu a {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #FDFDFD;
    font-size: 1.188rem;
    font-weight: 400;
    letter-spacing: 0.087em; }
    .site-footer .menu a:hover {
      color: #D53838; }

.site-footer #social-menu {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding-left: 1.5em; }

/* Small menu. */
.menu-toggle {
  padding: 1em;
  margin-left: -1em;
  background: none; }
  .menu-toggle:focus, .menu-toggle:hover {
    background: none; }
  .menu-toggle:focus > div, .menu-toggle:hover > div, .menu-toggle.toggled > div {
    background: #D53838; }

.menu-toggle > div {
  width: 32px;
  height: 3px;
  background: #FDFDFD; }
  .menu-toggle > div:not(:last-of-type) {
    margin-bottom: 6px; }

#mobile-menu {
  display: none; }

@media (min-width: 800px) {
  #mobile-menu.toggled {
    display: none !important; } }

#mobile-menu {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0; }
  #mobile-menu li a {
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #2E1F17;
    display: block;
    padding: 0.5rem;
    border-bottom: 1px solid #D8CCC6;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 800px) {
      #mobile-menu li a {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (min-width: 1024px) {
      #mobile-menu li a {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
  #mobile-menu .current_page_item > a,
  #mobile-menu .current-menu-item > a,
  #mobile-menu .current_page_ancestor > a,
  #mobile-menu .current-menu-ancestor > a {
    color: #D53838; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* 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 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;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Header
--------------------------------------------- */
.site-header {
  background: #2E1F17;
  color: #FDFDFD; }
  .site-header .inner-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 800px) {
      .site-header .inner-wrapper {
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    @media (min-width: 1024px) {
      .site-header .inner-wrapper {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    @media (min-width: 800px) {
      .site-header .inner-wrapper {
        flex-wrap: wrap; } }
  .site-header .site-title {
    margin: 0; }

#desktop-logo,
#primary-menu {
  display: none; }
  @media (min-width: 800px) {
    #desktop-logo,
    #primary-menu {
      display: flex; } }

#mobile-logo,
#mobile-navigation {
  display: block; }
  @media (min-width: 800px) {
    #mobile-logo,
    #mobile-navigation {
      display: none; } }

.site-logo-wrapper img {
  max-width: 17.500rem;
  display: inherit; }

#primary-menu {
  margin-right: 1em; }

#mobile-logo {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }
  #mobile-logo img {
    width: 100%;
    height: auto; }

/* Header
--------------------------------------------- */
.site-footer {
  background: #2E1F17;
  color: #FDFDFD; }
  .site-footer .inner-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    @media (min-width: 800px) {
      .site-footer .inner-wrapper {
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    @media (min-width: 1024px) {
      .site-footer .inner-wrapper {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    @media (min-width: 800px) {
      .site-footer .inner-wrapper {
        flex-wrap: wrap; } }

/* Slick Slider Theme
--------------------------------------------- */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("assets/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("assets/fonts/slick.eot");
  src: url("assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("assets/fonts/slick.woff") format("woff"), url("assets/fonts/slick.ttf") format("truetype"), url("assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 100;
  position: absolute;
  display: block;
  height: 22px;
  width: 14px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  @media (min-width: 1450px) {
    .slick-prev,
    .slick-next {
      height: 32px;
      width: 20px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    display: none;
    font-size: 20px;
    line-height: 1;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    color: white;
    opacity: 0.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url("assets/slider-arrow.svg"); }
    @media (min-width: 800px) {
      .slick-prev:before,
      .slick-next:before {
        display: inline-block; } }

.slick-prev {
  left: 2px; }
  @media (min-width: 1450px) {
    .slick-prev {
      left: 25px; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  [dir="rtl"] .slick-prev:before {
    transform: rotate(180deg); }

.slick-next {
  right: 2px; }
  @media (min-width: 1450px) {
    .slick-next {
      right: 25px; } }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    transform: rotate(180deg); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  z-index: 100;
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          background: #FDFDFD; }
      .slick-dots li button:before {
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 50%;
        border: 2px solid #FDFDFD;
        content: '';
        width: 12px;
        height: 12px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      background: #FDFDFD; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Slick Slider
--------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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; }
  .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: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*# sourceMappingURL=style.css.map */
