@charset "UTF-8";
/*!
Theme Name: Toolbox
Theme URI: http://underscores.me/
Author: Florian Brandel
Author URI: https://brandel-gerlach.de
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: toolbox
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.

Toolbox 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
--------------------------------------------------------------*/
/* Toolbox custom colors: */
/* */
/* Toolbox custom grid vars */
/* hamburger menu breakpoint */
/*--------------------------------------------------------------
# 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: #111;
  font-family: "ralewayregular", sans-serif;
  font-size: 14.4px;
  font-size: 0.99rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: normal;
}
@media (min-width: 576px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 16px;
    font-size: 1.1rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  line-height: 1.2em;
}

h1 {
  font-family: "ralewayextrabold", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1.4em;
}
@media (min-width: 576px) {
  h1 {
    font-size: 1.6em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-family: "ralewayextrabold", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1.4em;
  margin: 1.8em 0 0 0;
}
@media (min-width: 576px) {
  h2 {
    font-size: 1.7em;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.9em;
    margin: 2em 0 0 0;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.2em;
  }
}

h3 {
  font-family: "ralewayextrabold", sans-serif;
  font-size: 1.4em;
  letter-spacing: 0.03em;
  text-transform: none;
  margin: 1em 0 0.8em 0;
}

h4 {
  font-family: "ralewaybold", sans-serif;
  font-size: 1.2em;
  margin: 0.5em 0 0.8em 0;
}

h5 {
  font-family: "ralewaybold", sans-serif;
  font-size: 1em;
  margin: 0.3em 0 0.6em 0;
}

h6 {
  font-family: "ralewayregular", sans-serif;
  font-size: 1em;
  margin: 0.3em 0 0.6em 0;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
  overflow: visible;
  position: relative;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "ralewaymedium", sans-serif;
  font-size: 1.1em;
  white-space: normal;
  line-height: 1.3em;
  max-width: 100%;
  padding: 0.3em 0 0.5em 0;
  margin: 0 0 0.6em 0;
}
@media (min-width: 768px) {
  pre {
    font-size: 1.3em;
  }
}
pre::after {
  content: "";
  background-color: #e62a86;
  display: block;
  height: 10px;
  width: 85px;
  margin: 1.3em 0 0 0;
}

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

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 0;
}
@media (min-width: 768px) {
  ul, ol {
    margin: 0 0 1.5em 0.5em;
  }
}
@media (min-width: 992px) {
  ul, ol {
    margin: 0 0 1.5em 1em;
  }
}

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 solid;
  border-color: transparent;
  border-radius: 0;
  background: #e62a86;
  color: #fff;
  font-size: 12.8px;
  font-size: 0.88rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: transparent;
}
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: transparent;
}

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: #000;
  border: 0 solid #666;
  border-radius: 0;
  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 #666;
}

textarea {
  width: 100%;
}

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

.pink a {
  color: #e62a86;
}
.pink a:hover, .pink a:focus, .pink a:active, .pink a:visited {
  color: #e62a86;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.15);
  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 li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 3em 0 6em 0;
  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: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.9625rem;
  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;
}

.hentry {
  margin: 0 0 1.5em;
}

.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;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Toolbox custom layout
--------------------------------------------------------------*/
/*
 * Theme Name: Toolbox
 *
 * Layout: Content-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/
/*
 * Theme Name: Toolbox
 *
 * Layout: Sidebar-Content
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/
/* */
.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  padding: 0 17px 0 18px;
}

.container-fluid {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
}

/* isotope exception */
.layout-isotope .container.layout-container {
  display: block;
}
/* helpers */
.full-width {
  width: 100%;
}

.nopadding {
  padding: 0;
}

.max-width-large {
  max-width: 960px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.max-width {
  max-width: 760px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.max-width-small {
  max-width: 620px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.outer-width {
  max-width: 1280px;
  width: 100%;
  display: block;
}

.center-block {
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
}

.center {
  text-align: center;
}

.pull-right {
  margin-left: auto;
  margin-right: 0;
}

.pull-left {
  margin-right: auto;
  margin-left: 0;
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .mobile-off {
    display: none !important;
  }
}

.row {
  /* */
}

.col {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.col-1 {
  width: 8.333333%;
}

.col-2 {
  width: 16.666666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-5 {
  width: 41.666665%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333331%;
}

.col-8 {
  width: 66.666666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333%;
}

.col-11 {
  width: 91.666663%;
}

.col-12 {
  width: 100%;
}

/* sm: */
@media (min-width: 576px) {
  .container {
    width: 540px;
  }

  .col-sm-1 {
    width: 8.333333%;
  }

  .col-sm-2 {
    width: 16.666666%;
  }

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

  .col-sm-4 {
    width: 33.333333%;
  }

  .col-sm-5 {
    width: 41.666665%;
  }

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

  .col-sm-7 {
    width: 58.333331%;
  }

  .col-sm-8 {
    width: 66.666666%;
  }

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

  .col-sm-10 {
    width: 83.333333%;
  }

  .col-sm-11 {
    width: 91.666663%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
/* md: */
@media (min-width: 768px) {
  .container {
    width: 720px;
  }

  .col {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }

  .col-md-1 {
    width: 8.333333%;
  }

  .col-md-2 {
    width: 16.666666%;
  }

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

  .col-md-4 {
    width: 33.333333%;
  }

  .col-md-5 {
    width: 41.666665%;
  }

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

  .col-md-7 {
    width: 58.333331%;
  }

  .col-md-8 {
    width: 66.666666%;
  }

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

  .col-md-10 {
    width: 83.333333%;
  }

  .col-md-11 {
    width: 91.666663%;
  }

  .col-md-12 {
    width: 100%;
  }
}
/* lg: */
@media (min-width: 992px) {
  .container {
    width: 960px;
  }

  .col {
    padding-left: 1em;
    padding-right: 1em;
  }

  .col-lg-1 {
    width: 8.333333%;
  }

  .col-lg-2 {
    width: 16.666666%;
  }

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

  .col-lg-4 {
    width: 33.333333%;
  }

  .col-lg-5 {
    width: 41.666665%;
  }

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

  .col-lg-7 {
    width: 58.333331%;
  }

  .col-lg-8 {
    width: 66.666666%;
  }

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

  .col-lg-10 {
    width: 83.333333%;
  }

  .col-lg-11 {
    width: 91.666663%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
/* xl: */
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }

  .col-xl-1 {
    width: 8.333333%;
  }

  .col-xl-2 {
    width: 16.666666%;
  }

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

  .col-xl-4 {
    width: 33.333333%;
  }

  .col-xl-5 {
    width: 41.666665%;
  }

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

  .col-xl-7 {
    width: 58.333331%;
  }

  .col-xl-8 {
    width: 66.666666%;
  }

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

  .col-xl-10 {
    width: 83.333333%;
  }

  .col-xl-11 {
    width: 91.666663%;
  }

  .col-xl-12 {
    width: 100%;
  }
}
/* xxl: */
@media (min-width: 1500px) {
  .container {
    width: 1440;
  }

  .col-xxl-1 {
    width: 8.333333%;
  }

  .col-xxl-2 {
    width: 16.666666%;
  }

  .col-xxl-3 {
    width: 25%;
  }

  .col-xxl-4 {
    width: 33.333333%;
  }

  .col-xxl-5 {
    width: 41.666665%;
  }

  .col-xxl-6 {
    width: 50%;
  }

  .col-xxl-7 {
    width: 58.333331%;
  }

  .col-xxl-8 {
    width: 66.666666%;
  }

  .col-xxl-9 {
    width: 75%;
  }

  .col-xxl-10 {
    width: 83.333333%;
  }

  .col-xxl-11 {
    width: 91.666663%;
  }

  .col-xxl-12 {
    width: 100%;
  }
}
/* visibility */
.visible-lg-up {
  display: none;
}

@media (min-width: 992px) {
  .visible-lg-up {
    display: block;
  }

  .visible-lg-up-inline {
    display: inline;
  }

  .visible-lg-up-inline-block {
    display: inline-block;
  }
}
.wp-block-cover {
  margin: 0;
}
.wp-block-cover p.wp-block-cover-text {
  font-family: "ralewaybold", sans-serif;
  color: #ffffff;
}

.wp-block-cover {
  margin-bottom: 0;
}

.wp-block-quote {
  border-width: 0;
}
.wp-block-quote p {
  border-left: 10px #000 solid;
  padding-left: 1em;
}

.element-invisible {
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  height: 0px;
  width: 1px;
}

body:not(.wp-admin) #wpadminbar {
  display: none;
}

strong, b {
  font-family: "ralewaybold", sans-serif;
  font-weight: normal;
}

a, a:focus, a:active {
  outline: 0px;
}

a[href^="tel:"]:hover {
  cursor: default;
}

p.tags a {
  border: 1px solid #000;
  border-radius: 15px;
  text-decoration: none;
  padding: 3px 10px;
  line-height: 2em;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* button formats */
button,
.btn {
  background-color: #e62a86;
  color: #fff;
  border-radius: 0;
  padding: 0;
  line-height: 2.5em;
  font-family: "ralewaybold", sans-serif;
  font-size: 1em;
  width: auto;
  align-self: center;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 0 2em;
  border: 2px solid #e62a86;
  color: #e62a86;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
  color: #fff;
}
@media (min-width: 1200px) {
  button.btn-big,
.btn.btn-big {
    font-size: 1.4em;
  }
}
button a,
button a:visited,
button a:visited:focus,
.btn a,
.btn a:visited,
.btn a:visited:focus {
  color: #fff;
  text-decoration: none;
}
button a:hover,
button a:focus,
button a:visited:hover,
.btn a:hover,
.btn a:focus,
.btn a:visited:hover {
  color: #fff;
}
button:hover, button:focus,
.btn:hover,
.btn:focus {
  color: #fff;
}
button:hover a,
button:hover a:visited, button:focus a,
button:focus a:visited,
.btn:hover a,
.btn:hover a:visited,
.btn:focus a,
.btn:focus a:visited {
  color: #fff;
}

button.btn-default,
button.btn.btn-default,
.btn-small,
button.btn-mid,
button.btn.btn-mid,
.btn-mid,
button.btn-small,
button.btn.btn-small,
.btn-small {
  border: 2px solid #e62a86;
  color: #fff;
}
button.btn-default a,
button.btn-default a:visited,
button.btn-default a:visited:focus,
button.btn.btn-default a,
button.btn.btn-default a:visited,
button.btn.btn-default a:visited:focus,
.btn-small a,
.btn-small a:visited,
.btn-small a:visited:focus,
button.btn-mid a,
button.btn-mid a:visited,
button.btn-mid a:visited:focus,
button.btn.btn-mid a,
button.btn.btn-mid a:visited,
button.btn.btn-mid a:visited:focus,
.btn-mid a,
.btn-mid a:visited,
.btn-mid a:visited:focus,
button.btn-small a,
button.btn-small a:visited,
button.btn-small a:visited:focus,
button.btn.btn-small a,
button.btn.btn-small a:visited,
button.btn.btn-small a:visited:focus,
.btn-small a,
.btn-small a:visited,
.btn-small a:visited:focus {
  color: #fff;
}
button.btn-default a:hover,
button.btn-default a:focus,
button.btn-default a:visited:hover,
button.btn.btn-default a:hover,
button.btn.btn-default a:focus,
button.btn.btn-default a:visited:hover,
.btn-small a:hover,
.btn-small a:focus,
.btn-small a:visited:hover,
button.btn-mid a:hover,
button.btn-mid a:focus,
button.btn-mid a:visited:hover,
button.btn.btn-mid a:hover,
button.btn.btn-mid a:focus,
button.btn.btn-mid a:visited:hover,
.btn-mid a:hover,
.btn-mid a:focus,
.btn-mid a:visited:hover,
button.btn-small a:hover,
button.btn-small a:focus,
button.btn-small a:visited:hover,
button.btn.btn-small a:hover,
button.btn.btn-small a:focus,
button.btn.btn-small a:visited:hover,
.btn-small a:hover,
.btn-small a:focus,
.btn-small a:visited:hover {
  color: #fff;
}
button.btn-default:hover, button.btn-default:focus,
button.btn.btn-default:hover,
button.btn.btn-default:focus,
.btn-small:hover,
.btn-small:focus,
button.btn-mid:hover,
button.btn-mid:focus,
button.btn.btn-mid:hover,
button.btn.btn-mid:focus,
.btn-mid:hover,
.btn-mid:focus,
button.btn-small:hover,
button.btn-small:focus,
button.btn.btn-small:hover,
button.btn.btn-small:focus,
.btn-small:hover,
.btn-small:focus {
  color: #fff;
  background-color: #e62a86;
  border-color: #e62a86;
}
button.btn-default:hover a,
button.btn-default:hover a:visited, button.btn-default:focus a,
button.btn-default:focus a:visited,
button.btn.btn-default:hover a,
button.btn.btn-default:hover a:visited,
button.btn.btn-default:focus a,
button.btn.btn-default:focus a:visited,
.btn-small:hover a,
.btn-small:hover a:visited,
.btn-small:focus a,
.btn-small:focus a:visited,
button.btn-mid:hover a,
button.btn-mid:hover a:visited,
button.btn-mid:focus a,
button.btn-mid:focus a:visited,
button.btn.btn-mid:hover a,
button.btn.btn-mid:hover a:visited,
button.btn.btn-mid:focus a,
button.btn.btn-mid:focus a:visited,
.btn-mid:hover a,
.btn-mid:hover a:visited,
.btn-mid:focus a,
.btn-mid:focus a:visited,
button.btn-small:hover a,
button.btn-small:hover a:visited,
button.btn-small:focus a,
button.btn-small:focus a:visited,
button.btn.btn-small:hover a,
button.btn.btn-small:hover a:visited,
button.btn.btn-small:focus a,
button.btn.btn-small:focus a:visited,
.btn-small:hover a,
.btn-small:hover a:visited,
.btn-small:focus a,
.btn-small:focus a:visited {
  color: #fff;
}

button.btn-mid,
button.btn.btn-mid,
.btn-mid {
  font-size: 0.8em;
  line-height: 2.5em;
}

button.btn-small,
button.btn.btn-small,
.btn-small {
  font-size: 0.7em;
  line-height: 2em;
}

button.btn-intro,
button.btn.btn-intro,
.btn-intro {
  border: 2px solid #a1a2a3;
  color: #a1a2a3;
}
button.btn-intro a,
button.btn-intro a:visited:focus,
button.btn.btn-intro a,
button.btn.btn-intro a:visited:focus,
.btn-intro a,
.btn-intro a:visited:focus {
  color: #a1a2a3;
}
button.btn-intro a:hover,
button.btn-intro a:focus,
button.btn-intro a:visited:hover,
button.btn.btn-intro a:hover,
button.btn.btn-intro a:focus,
button.btn.btn-intro a:visited:hover,
.btn-intro a:hover,
.btn-intro a:focus,
.btn-intro a:visited:hover {
  color: #a1a2a3;
}
button.btn-intro:hover, button.btn-intro:focus,
button.btn.btn-intro:hover,
button.btn.btn-intro:focus,
.btn-intro:hover,
.btn-intro:focus {
  color: #a1a2a3;
  background-color: transparent;
  border-color: #a1a2a3;
}
button.btn-intro:hover a, button.btn-intro:focus a,
button.btn.btn-intro:hover a,
button.btn.btn-intro:focus a,
.btn-intro:hover a,
.btn-intro:focus a {
  color: #a1a2a3;
}

a.wrap-link:hover button.btn-default,
a.wrap-link:hover button.btn.btn-default,
a.wrap-link:hover .btn-small,
a.wrap-link:hover button.btn-mid,
a.wrap-link:hover button.btn.btn-mid,
a.wrap-link:hover .btn-mid,
a.wrap-link:hover button.btn-small,
a.wrap-link:hover button.btn.btn-small,
a.wrap-link:hover .btn-small {
  color: #fff;
  background-color: #e62a86;
  border-color: #e62a86;
}
a.wrap-link:hover button.btn.btn-intro,
a.wrap-link:hover .btn-intro {
  color: #a1a2a3;
  background-color: transparent;
  border-color: #a1a2a3;
}

.btn-load-more {
  margin: 100px auto 100px auto;
  width: 250px;
  display: block;
}

/* Logo */
.site-logo {
  background-image: url(images/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 210px;
  height: 35px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
@media (min-width: 576px) {
  .site-logo {
    width: 280px;
    height: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .site-logo {
    width: 420px;
    height: 68px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .site-logo {
    width: 560px;
    height: 90px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.site-logo.center {
  margin-left: auto;
  margin-right: auto;
}
.site-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .fixed .site-logo {
    width: 395px;
    height: 55px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* nav */
header.site-header {
  background: #ffffff;
  opacity: 0.97;
  position: fixed;
  width: 100%;
  z-index: 30000;
  top: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
header .site-description {
  text-align: center;
}
@media (min-width: 992px) {
  header nav.main-navigation {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  }
}
header nav.main-navigation button.menu-toggle {
  position: fixed;
  top: 22px;
  left: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 30000;
  background: none;
  cursor: pointer;
  border: none;
  /* desktop menu: */
  display: block;
  /* */
}
@media (min-width: 992px) {
  header nav.main-navigation button.menu-toggle {
    display: none;
  }
}
@media (min-width: 576px) {
  header nav.main-navigation button.menu-toggle {
    top: 32px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  header nav.main-navigation button.menu-toggle {
    top: 47px;
    left: 30px;
  }
}
@media (min-width: 992px) {
  header nav.main-navigation button.menu-toggle {
    top: 65px;
    left: 40px;
  }
}
header nav.main-navigation button.menu-toggle span {
  display: block;
  position: absolute;
  left: 3px;
  height: 3px;
  width: 24px;
  background-color: #000;
  transition: transform 500ms, opacity 500ms, top 500ms, width 500ms, left 500ms;
}
header nav.main-navigation button.menu-toggle span:nth-child(1) {
  top: 3px;
}
header nav.main-navigation button.menu-toggle span:nth-child(2) {
  top: 9px;
}
header nav.main-navigation button.menu-toggle span:nth-child(3) {
  top: 15px;
}
header nav.main-navigation div > ul {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  top: -100%;
  height: 100%;
  left: 0;
  background-color: #FFCC00;
  z-index: 10000;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  opacity: 0.5;
  padding-top: 10%;
  overflow: visible;
  /* desktop menu: */
  /* */
}
@media (min-width: 992px) {
  header nav.main-navigation div > ul {
    position: relative;
    height: auto;
    top: 0;
    opacity: 1;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
  }
}
header nav.main-navigation div > ul > li {
  display: block;
  float: none;
  font-size: 1.4em;
  text-align: center;
  padding: 0.3em 0;
  opacity: 0;
  -webkit-transition: opacity 300ms 0s;
  -moz-transition: opacity 300ms 0s;
  transition: opacity 300ms 0s;
  /* desktop menu: */
  /* */
  /* */
}
@media (min-width: 992px) {
  header nav.main-navigation div > ul > li {
    opacity: 1;
    float: left;
    font-size: 1.4em;
    margin: 0 1%;
    padding: 0.3em 0;
  }
}
header nav.main-navigation div > ul > li a {
  color: #000;
  border-bottom: 1px solid transparent;
  transition: border-bottom 300ms;
}
header nav.main-navigation div > ul > li:hover > a, header nav.main-navigation div > ul > li.current-menu-item > a, header nav.main-navigation div > ul > li.current_page_item > a {
  color: #000;
}
@media (min-width: 992px) {
  header nav.main-navigation div > ul > li:hover > a, header nav.main-navigation div > ul > li.current-menu-item > a, header nav.main-navigation div > ul > li.current_page_item > a {
    border-bottom: 1px solid #000;
  }
}
header nav.main-navigation div > ul > li > ul.sub-menu {
  opacity: 0;
  top: 0;
  background-color: #FFCC00;
  padding: 0 20px 0 30px;
  box-shadow: none;
  box-sizing: content-box;
  margin-left: -10px;
  transition: all 500ms;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: top;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  header nav.main-navigation div > ul > li > ul.sub-menu {
    clip: auto;
    opacity: 0;
    background: #FFCC00;
    padding: 0.5em 1em 0.5em 1em;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.15);
    margin-left: -1em;
    position: absolute;
    top: 100%;
    width: auto;
    height: auto;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
header nav.main-navigation div > ul > li > ul.sub-menu.expanded {
  left: 0;
  opacity: 0;
  clip: auto;
  height: auto;
  padding: 7px 20px 0 30px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
@media (min-width: 992px) {
  header nav.main-navigation div > ul > li > ul.sub-menu.expanded {
    left: -999em;
  }
}
header nav.main-navigation div > ul > li > ul.sub-menu li {
  line-height: 1.3em;
  white-space: nowrap;
  font-size: 0.8em;
  margin-bottom: 0.4em;
}
@media (min-width: 992px) {
  header nav.main-navigation div > ul > li > ul.sub-menu li {
    font-size: 1em;
    margin-bottom: 0.4em;
    text-align: left;
  }
}
header nav.main-navigation div > ul > li > ul.sub-menu li a {
  color: #000;
}
@media (min-width: 992px) {
  header nav.main-navigation div > ul > li > ul.sub-menu li:hover > a {
    color: #000;
    border-bottom: 1px solid #000;
  }
}
header nav.main-navigation div > ul > li > ul.sub-menu li.current-menu-item > a, header nav.main-navigation div > ul > li > ul.sub-menu li.current_page_item > a {
  color: #000;
  border-bottom: 1px solid #000;
}
header nav.main-navigation div > ul > li.sub-right:hover > ul.sub-menu {
  left: auto;
  right: 0;
}
header nav.main-navigation div > ul > li ul.sub-menu.expanded {
  opacity: 1;
}
@media (min-width: 992px) {
  header nav.main-navigation div > ul > li ul.sub-menu.expanded {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  header nav.main-navigation div > ul > li:hover > ul.sub-menu {
    opacity: 1;
    left: auto;
  }
}
@media (min-width: 992px) {
  header nav.main-navigation div > ul > li {
    float: left;
  }
}
header nav.main-navigation div > ul > li.wpml-ls-item {
  font-size: 1.25em;
  display: block;
  text-align: left;
  width: auto;
}
header nav.main-navigation div > ul > li.wpml-ls-item.wpml-ls-item-de {
  margin-top: 1.5em;
}
header nav.main-navigation div > ul > li.wpml-ls-item.wpml-ls-item-en {
  left: 1.75em;
  top: -1.9em;
}
header nav.main-navigation div > ul > li.wpml-ls-item.wpml-ls-item-en span {
  vertical-align: bottom;
  padding: 0 0 0 3px;
  position: relative;
}
header nav.main-navigation div > ul > li.wpml-ls-item.wpml-ls-item-en span::before {
  content: "";
  background-color: #a1a2a3;
  height: 70%;
  width: 1px;
  display: block;
  position: absolute;
  left: -8px;
  top: 5px;
}
@media (min-width: 992px) {
  header nav.main-navigation div > ul > li.wpml-ls-item {
    display: none;
  }
}
header nav.main-navigation.toggled button.menu-toggle span {
  background-color: #000;
}
header nav.main-navigation.toggled button.menu-toggle span:nth-child(1) {
  transform: rotate(225deg);
  top: 10px;
}
header nav.main-navigation.toggled button.menu-toggle span:nth-child(2) {
  opacity: 0;
  left: 15px;
  width: 1px;
}
header nav.main-navigation.toggled button.menu-toggle span:nth-child(3) {
  transform: rotate(-225deg);
  top: 10px;
}
header nav.main-navigation.toggled > div > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  opacity: 1;
  overflow: auto;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  transition: all 600ms;
}
header nav.main-navigation.toggled > div > ul > li {
  opacity: 1;
  -webkit-transition: opacity 600ms 300ms;
  -moz-transition: opacity 600ms 300ms;
  transition: opacity 600ms 300ms;
}
header.down {
  top: -100px;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  transition: all 600ms;
}
@media (min-width: 992px) {
  header.down {
    top: 0;
  }
}

@media (min-width: 768px) {
  header.fixed nav.main-navigation button.menu-toggle {
    top: 32px;
  }
}
header.down nav.main-navigation button.menu-toggle {
  margin: -100px 0 0 0;
}
@media (min-width: 768px) {
  header.down nav.main-navigation button.menu-toggle {
    margin: 0 0 0 0;
  }
}

#search-button {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 22px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
@media (min-width: 576px) {
  #search-button {
    top: 32px;
    right: 15px;
  }
}
@media (min-width: 768px) {
  #search-button {
    top: 47px;
    right: 30px;
  }
}
@media (min-width: 992px) {
  #search-button {
    top: 62px;
    right: 40px;
  }
}
@media only screen and (max-width: 850px) {
  #search-button {
    width: 30px;
    height: 30px;
    margin: 0 0 0 15px;
  }
}
#search-button i {
  font-size: 1.2em;
}
@media (min-width: 992px) {
  #search-button i {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  .fixed #search-button {
    top: 30px;
  }
}
.transparent-header #search-button i {
  color: #000;
}

#search-wrap {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 65px;
  z-index: 40000;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
@media (min-width: 576px) {
  #search-wrap {
    height: 85px;
  }
}
@media (min-width: 768px) {
  #search-wrap {
    height: 119px;
  }
}
@media (min-width: 992px) {
  #search-wrap {
    height: 150px;
  }
}

@media (min-width: 768px) {
  .fixed #search-wrap {
    height: 85px;
  }
}
#search-wrap form, #search-wrap form > div {
  height: 100%;
}

#search-wrap #s {
  float: left;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 100%;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 3em 0 3em;
  background: #FFCC00;
  color: #000;
  letter-spacing: 1px;
  -webkit-appearance: none;
  margin: 0;
  border: none;
  font-size: 15px;
}
@media (min-width: 768px) {
  #search-wrap #s {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 850px) {
  #search-wrap #s {
    font-weight: 700;
    padding: 0 3em 0 3em;
  }
}

#search-wrap #searchsubmit {
  float: left;
}

#search-wrap #close-search-button {
  position: absolute;
  top: -5px;
  right: 0;
  height: 100%;
  cursor: pointer;
  padding: 0px 1.6em 0px 1.6em;
}
@media (min-width: 576px) {
  #search-wrap #close-search-button {
    top: -4px;
    right: 0;
    padding: 0px 1.9em 0px 1.9em;
  }
}
@media (min-width: 768px) {
  #search-wrap #close-search-button {
    top: 0;
    right: 0;
    padding: 0px 2.7em 0px 2.7em;
  }
}
@media (min-width: 992px) {
  #search-wrap #close-search-button {
    top: 5px;
    right: 0;
    padding: 0px 3.2em 0px 3.2em;
  }
}

@media (min-width: 992px) {
  header.fixed #search-wrap #close-search-button {
    top: 10px;
    right: 0;
    padding: 0px 3.2em 0px 3.2em;
  }
}

#search-wrap #close-search-button i {
  height: 100%;
}

#search-wrap #close-search-button i::before {
  line-height: 100%;
  height: 100%;
  color: #000;
  top: 37%;
  left: 3px;
  position: relative;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 768px) {
  .fixed #search-wrap #close-search-button i::before {
    top: 21%;
  }
}
/* no full width exceptions */
.site-main article .entry-content > *:not(section):not(div):not(.wp-block-gallery):not(.wp-block-image),
.site-main article.post .entry-content > *:not(section):not(div):not(.wp-block-gallery):not(.wp-block-image),
.site-main .post-navigation .nav-links,
h1.entry-title,
h1.page-title,
.site-main article .entry-title,
.site-main article .entry-meta,
.site-main article .post-terms,
.site-main article .entry-footer,
.site-main article .entry-header p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 1em;
}

.site-main article .entry-content > *:not(section):not(div):not(ul):not(ol),
.site-main article.post .entry-content > *:not(section):not(div):not(ul):not(ol),
h1.entry-title,
h1.page-title,
.site-main article .entry-title,
.site-main article .entry-meta,
.site-main article .post-terms,
.site-main article .entry-footer,
.single .site-main article .entry-fields,
.site-main .comments-area,
.site-main article .entry-header p {
  padding-left: 18px;
  padding-right: 17px;
}

/* content */
.site {
  top: 0;
  position: relative;
}

.site-content {
  padding-top: 65px;
  top: 0;
  position: relative;
  /* desktop menu: */
  /* */
}
@media (min-width: 576px) {
  .site-content {
    padding-top: 85px;
  }
}
@media (min-width: 768px) {
  .site-content {
    padding-top: 118px;
  }
}
@media (min-width: 992px) {
  .site-content {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .site-content {
    padding-top: 203px;
  }
}
.site-content h1 {
  margin-top: 2em !important;
  margin-bottom: 0.5em !important;
}
.site-content .page-content, .site-content .entry-content {
  margin: 0;
}
.site-content article {
  margin-bottom: 0;
}
.site-content article .entry-meta {
  color: #a3a4a5;
  margin-top: 1em;
}
.site-content article .entry-meta .post-terms {
  padding: 0;
}
.site-content article .entry-footer {
  margin-top: 1em;
}
.site-content article .entry-footer .cat-links,
.site-content article .entry-footer .tags-links {
  display: block;
  clear: both;
  white-space: normal;
  font-size: 0.8em;
  margin-bottom: 1em;
}
.site-content article .entry-footer .cat-links a,
.site-content article .entry-footer .tags-links a {
  background-color: #a1a2a3;
  text-decoration: none;
  border-radius: 1em;
  color: #ffffff;
  padding: 0 1em;
  line-height: 2em;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.2em;
}
.site-content article .entry-footer .cat-links a:hover, .site-content article .entry-footer .cat-links a:visited:hover,
.site-content article .entry-footer .tags-links a:hover,
.site-content article .entry-footer .tags-links a:visited:hover {
  background-color: #e62a86;
}
.site-content article .entry-footer .cat-links a:first-child,
.site-content article .entry-footer .tags-links a:first-child {
  clear: both;
}
.site-content article .entry-footer .cat-links ul,
.site-content article .entry-footer .tags-links ul {
  list-style-type: none;
  margin: 0;
  clear: both;
}
.site-content article .entry-footer .cat-links ul li,
.site-content article .entry-footer .tags-links ul li {
  float: left;
}
.site-content article.product_post_type .entry-content .col:first-child,
.site-content article.product_post_type .entry-content .col:nth-child(3) {
  padding-top: 2em;
}
.site-content article.product_post_type .entry-content p {
  margin-bottom: 0.75em;
}
.site-content .nav-links {
  line-height: 1.75em;
}
.site-content .nav-links i {
  font-size: 1.7em;
  position: absolute;
}
.site-content .nav-links .nav-previous i {
  left: 5px;
  top: 1px;
}
.site-content .nav-links .nav-previous a {
  padding-left: 2.5em;
}
.site-content .nav-links .nav-next i {
  right: 5px;
  top: 1px;
}
.site-content .nav-links .nav-next a {
  padding-right: 2.5em;
}

.archive .site-content article {
  margin-bottom: 5em;
}
.archive .site-content article .entry-header .entry-title {
  font-size: 1.8rem;
  line-height: 1.2em;
  text-decoration: none;
}
.archive .site-content article .entry-header .entry-title a {
  text-decoration: none;
  color: #e62a86;
}

.site-content article.category-veranstaltungen .entry-meta {
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  height: 0px;
  width: 1px;
}

/* Slider */
.swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) {
  width: 100%;
  height: 230px;
}
@media (min-width: 576px) {
  .swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) {
    height: 400px;
  }
}
@media (min-width: 1500px) {
  .swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) {
    height: 600px;
  }
}
.swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) .swiper-wrapper {
  height: 100%;
}
.swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) .swiper-wrapper .swiper-slide img.lazy-hidden {
  display: block !important;
  opacity: 1 !important;
}
.swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) .swiper-wrapper img {
  width: 100%;
  max-width: 10000px;
  height: auto;
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  height: 8%;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) .swiper-pagination {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) .swiper-pagination {
    bottom: 15px;
  }
}
@media only screen and (max-width: 620px) {
  .swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) .swiper-pagination {
    bottom: 0;
  }
}
.swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) .swiper-pagination-bullet {
  background-color: #e0e0e0;
  border: none;
  width: 14px;
  height: 14px;
  top: 40%;
  display: inline-block;
  position: relative;
  opacity: 1;
}
@media only screen and (max-width: 620px) {
  .swiper-container:not(.gallery-top):not(.gallery-thumbs):not(.container):not(.simple-section-swiper) .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    top: -2px;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px 0 12px;
}

.swiper-pagination-bullet-active {
  background-color: #484647;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  display: block;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 0.9;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("../images/icon-pfeil-slide-links.svg");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("../images/icon-pfeil-slide-rechts.svg");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/icon-pfeil-slide-rechts.svg");
  right: 25px;
  left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/icon-pfeil-slide-links.svg");
  left: 25px;
  right: auto;
}

@media only screen and (max-width: 1023px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
.swiper-container.gallery-top {
  height: auto;
}
.swiper-container.gallery-top .swiper-wrapper {
  height: auto;
}
.swiper-container.gallery-top .swiper-wrapper .swiper-slide {
  height: auto;
}
.swiper-container.gallery-top .swiper-wrapper .swiper-slide img {
  display: block;
}

.swiper-container.gallery-thumbs {
  box-sizing: border-box;
  padding: 1px 0;
  margin-right: 1px;
}
.swiper-container.gallery-thumbs .swiper-slide {
  width: 20%;
  opacity: 0.6;
  cursor: pointer;
}
.swiper-container.gallery-thumbs .swiper-slide img {
  display: block;
}
.swiper-container.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.simple-section {
  overflow: hidden;
}
.simple-section .swiper-container {
  overflow: visible;
  height: auto !important;
  max-width: 100%;
}
.simple-section .swiper-container .swiper-wrapper .swiper-slide {
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 0;
  background: none;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .simple-section .swiper-container .swiper-wrapper .swiper-slide {
    max-height: 400px;
  }
}
.simple-section .swiper-container .swiper-wrapper .swiper-slide article {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .simple-section .swiper-container .swiper-wrapper .swiper-slide article {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .simple-section .swiper-container .swiper-wrapper .swiper-slide article {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .simple-section .swiper-container .swiper-wrapper .swiper-slide article .entry-image img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
  }
}
.simple-section .swiper-container .swiper-wrapper .swiper-slide .post-inner {
  padding: 0;
}
.simple-section .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.simple-section .swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  display: block !important;
}
.simple-section .swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  display: block !important;
}

.slide-caption {
  position: absolute;
  bottom: 45px;
  left: 50px;
  display: inline-block;
  z-index: 100;
  background: #e62a86;
}
@media only screen and (max-width: 768px) {
  .slide-caption {
    bottom: 20px;
    left: 30px;
  }
}
@media only screen and (max-width: 620px) {
  .slide-caption {
    bottom: 15px;
    margin: 0 0 10px 0;
    left: 10px;
  }
}
.slide-caption p {
  font-family: "ralewaybold", sans-serif;
  font-weight: 400;
  color: #ffffff;
  padding: 0.4em 0.75em;
  margin: 0;
  font-size: 1.1em;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 620px) {
  .slide-caption p {
    padding: 0.4em 0.75em;
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 768px) {
  .slide-caption p {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 1024px) {
  .slide-caption p {
    padding: 0.4em 0.75em;
    font-size: 2.2em;
  }
}

/* Content */
.category-header {
  width: 100%;
  text-align: center;
  margin: 1em 0 1em 0;
}
.category-header a,
.category-header a:hover,
.category-header a:visited:hover {
  color: #e62a86;
}

/* post teasers defaults */
.post-thumbnail {
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .post-thumbnail {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .post-thumbnail {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .post-thumbnail {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .post-thumbnail {
    height: 400px;
  }
}
@media (min-width: 1500px) {
  .post-thumbnail {
    height: 600px;
  }
}
.post-thumbnail img {
  width: 100%;
  max-width: 10000px;
  height: auto;
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.col .post-thumbnail {
  height: auto;
}
.col .post-thumbnail img {
  /* override cover-image() mixin */
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  /* */
}

.padding-1 {
  padding: 0;
}

.padding-2 {
  padding: 0;
}

.padding-3 {
  padding: 0;
}

.padding-4 {
  padding: 0;
}

.padding-5 {
  padding: 0;
}

@media (min-width: 576px) {
  .padding-1 {
    padding: 0.2em 0;
  }

  .padding-2 {
    padding: 0.6em 0;
  }

  .padding-3 {
    padding: 1.4em 0;
  }

  .padding-4 {
    padding: 2em 0;
  }

  .padding-5 {
    padding: 2.5em 0;
  }
}
@media (min-width: 768px) {
  .padding-1 {
    padding: 1em 0;
  }

  .padding-2 {
    padding: 2em 0;
  }

  .padding-3 {
    padding: 3em 0;
  }

  .padding-4 {
    padding: 4em 0;
  }

  .padding-5 {
    padding: 5em 0;
  }
}
@media (min-width: 992px) {
  .padding-1 {
    padding: 1em 0;
  }

  .padding-2 {
    padding: 2em 0;
  }

  .padding-3 {
    padding: 3em 0;
  }

  .padding-4 {
    padding: 4em 0;
  }

  .padding-5 {
    padding: 5em 0;
  }
}
.post-section {
  padding: 0;
}
.post-section.padding-1 {
  padding: 0;
}
.post-section.padding-2 {
  padding: 0;
}
.post-section.padding-3 {
  padding: 0;
}
.post-section.padding-4 {
  padding: 0;
}
@media (min-width: 576px) {
  .post-section.padding-1 {
    padding: 0.2em 0.1em;
  }
  .post-section.padding-2 {
    padding: 0.6em 0.3em;
  }
  .post-section.padding-3 {
    padding: 1.4em 0.7em;
  }
  .post-section.padding-4 {
    padding: 2em 1em;
  }
}
@media (min-width: 768px) {
  .post-section.padding-1 {
    padding: 1em 0.5em;
  }
  .post-section.padding-2 {
    padding: 0.2em 0.1em;
  }
  .post-section.padding-3 {
    padding: 3em 1.5em;
  }
  .post-section.padding-4 {
    padding: 4em 2em;
  }
}
@media (min-width: 992px) {
  .post-section.padding-1 {
    padding: 2em 1em;
  }
  .post-section.padding-2 {
    padding: 4em 2em;
  }
  .post-section.padding-3 {
    padding: 6em 3em;
  }
  .post-section.padding-4 {
    padding: 8em 4em;
  }
}

.nav-section {
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.nav-section.padding-1 {
  padding: 0;
}
.nav-section.padding-2 {
  padding: 0;
}
.nav-section.padding-3 {
  padding: 0;
}
.nav-section.padding-4 {
  padding: 0;
}
@media (min-width: 576px) {
  .nav-section.padding-1 {
    padding: 0.2em 0;
  }
  .nav-section.padding-2 {
    padding: 0.6em 0;
  }
  .nav-section.padding-3 {
    padding: 1.4em 0;
  }
  .nav-section.padding-4 {
    padding: 2em 0;
  }
}
@media (min-width: 768px) {
  .nav-section.padding-1 {
    padding: 1em 0;
  }
  .nav-section.padding-2 {
    padding: 2em 0;
  }
  .nav-section.padding-3 {
    padding: 3em 0;
  }
  .nav-section.padding-4 {
    padding: 4em 0;
  }
}
@media (min-width: 992px) {
  .nav-section.padding-1 {
    padding: 1em 0;
  }
  .nav-section.padding-2 {
    padding: 2em 0;
  }
  .nav-section.padding-3 {
    padding: 3em 0;
  }
  .nav-section.padding-4 {
    padding: 4em 0;
  }
}
.nav-section ul {
  list-style-type: none;
  padding: 0 1em;
  margin: 0 auto;
}
.nav-section ul li {
  position: relative;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  padding: 1em 2em;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-section ul li {
    padding: 1em 5em;
  }
}
.nav-section ul li:first-child {
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
}
.nav-section ul li .entry-fields {
  margin-bottom: 0.7em;
  font-size: 1.3rem;
}
.nav-section ul li span {
  display: none;
}
.nav-section ul li i {
  position: absolute;
  top: 0.5em;
  left: 0.2em;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .nav-section ul li i {
    top: 0.2em;
    left: 0.5em;
    font-size: 2.4rem;
  }
}
.nav-section ul li i.icon-calendar {
  background-image: URL("images/icon-calendar.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1em;
  height: 1.06em;
}
.nav-section ul li a {
  font-family: "ralewaybold", sans-serif;
  text-decoration: none;
  color: #000;
  padding: 0 20px 0 20px;
  margin-bottom: 0.5em;
  display: block;
  line-height: 1.3em;
  font-size: 1.3rem;
}
.nav-section ul li a:hover {
  text-decoration: underline;
}
.nav-section ul li p {
  margin-bottom: 0;
}
.nav-section .btn {
  margin: 2em 0 3em 0;
}

.post-wrap,
.widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75em;
  position: relative;
}
.post-wrap .post-inner,
.post-wrap .widget-inner,
.widget .post-inner,
.widget .widget-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  position: relative;
  width: 100%;
  background-color: #f1f2f3;
  -webkit-transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  transition: background-color 500ms;
}
.post-wrap .post-inner article.post,
.post-wrap .post-inner article.type-post,
.post-wrap .widget-inner article.post,
.post-wrap .widget-inner article.type-post,
.widget .post-inner article.post,
.widget .post-inner article.type-post,
.widget .widget-inner article.post,
.widget .widget-inner article.type-post {
  display: flex;
}
.post-wrap .post-inner article.post > a,
.post-wrap .post-inner article.type-post > a,
.post-wrap .widget-inner article.post > a,
.post-wrap .widget-inner article.type-post > a,
.widget .post-inner article.post > a,
.widget .post-inner article.type-post > a,
.widget .widget-inner article.post > a,
.widget .widget-inner article.type-post > a {
  display: block;
  text-decoration: none;
  color: #111;
}
.post-wrap .post-inner article.post .entry-image,
.post-wrap .post-inner article.type-post .entry-image,
.post-wrap .widget-inner article.post .entry-image,
.post-wrap .widget-inner article.type-post .entry-image,
.widget .post-inner article.post .entry-image,
.widget .post-inner article.type-post .entry-image,
.widget .widget-inner article.post .entry-image,
.widget .widget-inner article.type-post .entry-image {
  padding-bottom: 1em;
}
.post-wrap .post-inner article.post .entry-image img,
.post-wrap .post-inner article.type-post .entry-image img,
.post-wrap .widget-inner article.post .entry-image img,
.post-wrap .widget-inner article.type-post .entry-image img,
.widget .post-inner article.post .entry-image img,
.widget .post-inner article.type-post .entry-image img,
.widget .widget-inner article.post .entry-image img,
.widget .widget-inner article.type-post .entry-image img {
  display: block;
}
.post-wrap .post-inner article.post .entry-header .entry-title,
.post-wrap .post-inner article.type-post .entry-header .entry-title,
.post-wrap .widget-inner article.post .entry-header .entry-title,
.post-wrap .widget-inner article.type-post .entry-header .entry-title,
.widget .post-inner article.post .entry-header .entry-title,
.widget .post-inner article.type-post .entry-header .entry-title,
.widget .widget-inner article.post .entry-header .entry-title,
.widget .widget-inner article.type-post .entry-header .entry-title {
  color: #e62a86;
  margin: 0;
  padding: 0;
}
.post-wrap .post-inner article.post .entry-header .entry-title a,
.post-wrap .post-inner article.type-post .entry-header .entry-title a,
.post-wrap .widget-inner article.post .entry-header .entry-title a,
.post-wrap .widget-inner article.type-post .entry-header .entry-title a,
.widget .post-inner article.post .entry-header .entry-title a,
.widget .post-inner article.type-post .entry-header .entry-title a,
.widget .widget-inner article.post .entry-header .entry-title a,
.widget .widget-inner article.type-post .entry-header .entry-title a {
  text-decoration: none;
}
.post-wrap .post-inner article.post .entry-header p,
.post-wrap .post-inner article.type-post .entry-header p,
.post-wrap .widget-inner article.post .entry-header p,
.post-wrap .widget-inner article.type-post .entry-header p,
.widget .post-inner article.post .entry-header p,
.widget .post-inner article.type-post .entry-header p,
.widget .widget-inner article.post .entry-header p,
.widget .widget-inner article.type-post .entry-header p {
  margin: 0.7em 0 0 0;
}
.post-wrap .post-inner article.post .entry-header .entry-meta,
.post-wrap .post-inner article.type-post .entry-header .entry-meta,
.post-wrap .widget-inner article.post .entry-header .entry-meta,
.post-wrap .widget-inner article.type-post .entry-header .entry-meta,
.widget .post-inner article.post .entry-header .entry-meta,
.widget .post-inner article.type-post .entry-header .entry-meta,
.widget .widget-inner article.post .entry-header .entry-meta,
.widget .widget-inner article.type-post .entry-header .entry-meta {
  padding: 0;
  margin: 0.7em 0 0 0;
}
.post-wrap .post-inner article.post .entry-header p.post-terms,
.post-wrap .post-inner article.type-post .entry-header p.post-terms,
.post-wrap .widget-inner article.post .entry-header p.post-terms,
.post-wrap .widget-inner article.type-post .entry-header p.post-terms,
.widget .post-inner article.post .entry-header p.post-terms,
.widget .post-inner article.type-post .entry-header p.post-terms,
.widget .widget-inner article.post .entry-header p.post-terms,
.widget .widget-inner article.type-post .entry-header p.post-terms {
  margin: 0 0 0.2em 0;
}
.post-wrap .post-inner article.post .entry-content,
.post-wrap .post-inner article.type-post .entry-content,
.post-wrap .widget-inner article.post .entry-content,
.post-wrap .widget-inner article.type-post .entry-content,
.widget .post-inner article.post .entry-content,
.widget .post-inner article.type-post .entry-content,
.widget .widget-inner article.post .entry-content,
.widget .widget-inner article.type-post .entry-content {
  margin: 0.7em 0 0 0;
  font-size: 0.9em;
}
.post-wrap .post-inner article.post .entry-content p,
.post-wrap .post-inner article.type-post .entry-content p,
.post-wrap .widget-inner article.post .entry-content p,
.post-wrap .widget-inner article.type-post .entry-content p,
.widget .post-inner article.post .entry-content p,
.widget .post-inner article.type-post .entry-content p,
.widget .widget-inner article.post .entry-content p,
.widget .widget-inner article.type-post .entry-content p {
  margin-bottom: 1em;
  margin-top: 0 !important;
  padding: 0;
}
.post-wrap .post-inner article.post .entry-fields,
.post-wrap .post-inner article.type-post .entry-fields,
.post-wrap .widget-inner article.post .entry-fields,
.post-wrap .widget-inner article.type-post .entry-fields,
.widget .post-inner article.post .entry-fields,
.widget .post-inner article.type-post .entry-fields,
.widget .widget-inner article.post .entry-fields,
.widget .widget-inner article.type-post .entry-fields {
  margin: 0 0 1.5em 0;
}
.post-wrap .post-inner article.post .entry-fields p,
.post-wrap .post-inner article.type-post .entry-fields p,
.post-wrap .widget-inner article.post .entry-fields p,
.post-wrap .widget-inner article.type-post .entry-fields p,
.widget .post-inner article.post .entry-fields p,
.widget .post-inner article.type-post .entry-fields p,
.widget .widget-inner article.post .entry-fields p,
.widget .widget-inner article.type-post .entry-fields p {
  margin: 0;
  display: inline-block;
}
.post-wrap .post-inner article.post .entry-fields p::after,
.post-wrap .post-inner article.type-post .entry-fields p::after,
.post-wrap .widget-inner article.post .entry-fields p::after,
.post-wrap .widget-inner article.type-post .entry-fields p::after,
.widget .post-inner article.post .entry-fields p::after,
.widget .post-inner article.type-post .entry-fields p::after,
.widget .widget-inner article.post .entry-fields p::after,
.widget .widget-inner article.type-post .entry-fields p::after {
  content: ", ";
}
.post-wrap .post-inner article.post .entry-fields p:last-child::after,
.post-wrap .post-inner article.type-post .entry-fields p:last-child::after,
.post-wrap .widget-inner article.post .entry-fields p:last-child::after,
.post-wrap .widget-inner article.type-post .entry-fields p:last-child::after,
.widget .post-inner article.post .entry-fields p:last-child::after,
.widget .post-inner article.type-post .entry-fields p:last-child::after,
.widget .widget-inner article.post .entry-fields p:last-child::after,
.widget .widget-inner article.type-post .entry-fields p:last-child::after {
  content: "";
  display: none;
}
.post-wrap .post-inner article.post .btn,
.post-wrap .post-inner article.type-post .btn,
.post-wrap .widget-inner article.post .btn,
.post-wrap .widget-inner article.type-post .btn,
.widget .post-inner article.post .btn,
.widget .post-inner article.type-post .btn,
.widget .widget-inner article.post .btn,
.widget .widget-inner article.type-post .btn {
  margin: 0 0 0 0;
  position: relative;
  left: 0;
  -webkit-transform: none;
  transform: none;
  white-space: nowrap;
}
.post-wrap .post-inner article.post-type-quote_post_type,
.post-wrap .widget-inner article.post-type-quote_post_type,
.widget .post-inner article.post-type-quote_post_type,
.widget .widget-inner article.post-type-quote_post_type {
  font-size: 0.6em;
}
@media (min-width: 768px) {
  .post-wrap .post-inner article.post-type-quote_post_type,
.post-wrap .widget-inner article.post-type-quote_post_type,
.widget .post-inner article.post-type-quote_post_type,
.widget .widget-inner article.post-type-quote_post_type {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  .post-wrap .post-inner article.post-type-quote_post_type,
.post-wrap .widget-inner article.post-type-quote_post_type,
.widget .post-inner article.post-type-quote_post_type,
.widget .widget-inner article.post-type-quote_post_type {
    font-size: 1em;
  }
}
.post-wrap .post-inner article.post-type-quote_post_type .entry-header,
.post-wrap .widget-inner article.post-type-quote_post_type .entry-header,
.widget .post-inner article.post-type-quote_post_type .entry-header,
.widget .widget-inner article.post-type-quote_post_type .entry-header {
  position: absolute;
  bottom: -10px;
}
.post-wrap .post-inner article.post-type-quote_post_type .entry-header h2, .post-wrap .post-inner article.post-type-quote_post_type .entry-header h3, .post-wrap .post-inner article.post-type-quote_post_type .entry-header h4, .post-wrap .post-inner article.post-type-quote_post_type .entry-header h5, .post-wrap .post-inner article.post-type-quote_post_type .entry-header h6,
.post-wrap .widget-inner article.post-type-quote_post_type .entry-header h2,
.post-wrap .widget-inner article.post-type-quote_post_type .entry-header h3,
.post-wrap .widget-inner article.post-type-quote_post_type .entry-header h4,
.post-wrap .widget-inner article.post-type-quote_post_type .entry-header h5,
.post-wrap .widget-inner article.post-type-quote_post_type .entry-header h6,
.widget .post-inner article.post-type-quote_post_type .entry-header h2,
.widget .post-inner article.post-type-quote_post_type .entry-header h3,
.widget .post-inner article.post-type-quote_post_type .entry-header h4,
.widget .post-inner article.post-type-quote_post_type .entry-header h5,
.widget .post-inner article.post-type-quote_post_type .entry-header h6,
.widget .widget-inner article.post-type-quote_post_type .entry-header h2,
.widget .widget-inner article.post-type-quote_post_type .entry-header h3,
.widget .widget-inner article.post-type-quote_post_type .entry-header h4,
.widget .widget-inner article.post-type-quote_post_type .entry-header h5,
.widget .widget-inner article.post-type-quote_post_type .entry-header h6 {
  text-transform: none;
  font-family: "ralewayregular", sans-serif;
  font-size: 1em;
}
.post-wrap .post-inner article.post-type-quote_post_type p,
.post-wrap .widget-inner article.post-type-quote_post_type p,
.widget .post-inner article.post-type-quote_post_type p,
.widget .widget-inner article.post-type-quote_post_type p {
  font-size: 2em;
  line-height: 1.3em;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  margin: 0;
}
.post-wrap .post-inner article.post-type-quote_post_type p::before, .post-wrap .post-inner article.post-type-quote_post_type p::after,
.post-wrap .widget-inner article.post-type-quote_post_type p::before,
.post-wrap .widget-inner article.post-type-quote_post_type p::after,
.widget .post-inner article.post-type-quote_post_type p::before,
.widget .post-inner article.post-type-quote_post_type p::after,
.widget .widget-inner article.post-type-quote_post_type p::before,
.widget .widget-inner article.post-type-quote_post_type p::after {
  font-size: 3em;
  position: absolute;
}
.post-wrap .post-inner article.post-type-quote_post_type p::before,
.post-wrap .widget-inner article.post-type-quote_post_type p::before,
.widget .post-inner article.post-type-quote_post_type p::before,
.widget .widget-inner article.post-type-quote_post_type p::before {
  content: "“";
  left: -20px;
  top: 8px;
}
.post-wrap .post-inner article.post-type-quote_post_type p::after,
.post-wrap .widget-inner article.post-type-quote_post_type p::after,
.widget .post-inner article.post-type-quote_post_type p::after,
.widget .widget-inner article.post-type-quote_post_type p::after {
  content: "“";
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 8px;
  margin-left: 3px;
}
@media (min-width: 576px) {
  .post-wrap .post-inner article.post-type-quote_post_type p::before,
.post-wrap .widget-inner article.post-type-quote_post_type p::before,
.widget .post-inner article.post-type-quote_post_type p::before,
.widget .widget-inner article.post-type-quote_post_type p::before {
    left: -20px;
    top: 8px;
  }
  .post-wrap .post-inner article.post-type-quote_post_type p::after,
.post-wrap .widget-inner article.post-type-quote_post_type p::after,
.widget .post-inner article.post-type-quote_post_type p::after,
.widget .widget-inner article.post-type-quote_post_type p::after {
    bottom: 8px;
    margin-left: 3px;
  }
}
@media (min-width: 768px) {
  .post-wrap .post-inner article.post-type-quote_post_type p::before,
.post-wrap .widget-inner article.post-type-quote_post_type p::before,
.widget .post-inner article.post-type-quote_post_type p::before,
.widget .widget-inner article.post-type-quote_post_type p::before {
    left: -30px;
    top: 10px;
  }
  .post-wrap .post-inner article.post-type-quote_post_type p::after,
.post-wrap .widget-inner article.post-type-quote_post_type p::after,
.widget .post-inner article.post-type-quote_post_type p::after,
.widget .widget-inner article.post-type-quote_post_type p::after {
    bottom: 13px;
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  .post-wrap .post-inner article.post-type-quote_post_type p::before,
.post-wrap .widget-inner article.post-type-quote_post_type p::before,
.widget .post-inner article.post-type-quote_post_type p::before,
.widget .widget-inner article.post-type-quote_post_type p::before {
    left: -40px;
    top: 10px;
  }
  .post-wrap .post-inner article.post-type-quote_post_type p::after,
.post-wrap .widget-inner article.post-type-quote_post_type p::after,
.widget .post-inner article.post-type-quote_post_type p::after,
.widget .widget-inner article.post-type-quote_post_type p::after {
    bottom: 13px;
    margin-left: 10px;
  }
}
.post-wrap .widget-inner,
.widget .widget-inner {
  flex-direction: column;
  background-color: transparent;
}
.post-wrap .widget-inner .widget-title,
.widget .widget-inner .widget-title {
  margin: 0 0 0.7em 0;
  font-size: 1.4em;
}
.post-wrap:hover .post-inner,
.widget:hover .post-inner {
  background-color: #e1e2e3;
}

.widget {
  background-color: #f1f2f3;
}
.widget ul {
  margin: 0;
}
.layout-background-image > .container {
  padding: 0;
}
.layout-background-image .post-wrap .post-inner {
  padding: 0;
}
.layout-background-image .post-wrap .post-inner article .entry-image {
  padding: 0;
}
.layout-background-image .post-wrap .post-inner article .entry-image + div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-background-image .post-wrap .post-inner article .entry-header {
  padding: 1em;
}
.layout-background-image .post-wrap .post-inner article .entry-content {
  padding: 0 1em 1em 1em;
}

.layout-left-right > .container {
  padding: 0;
}
.layout-left-right .post-wrap {
  width: 100%;
  padding: 0;
}
.layout-left-right .post-wrap .post-inner {
  padding: 0;
}
.layout-left-right .post-wrap .post-inner article.post .entry-image,
.layout-left-right .post-wrap .post-inner article.type-post .entry-image {
  padding-bottom: 0;
}
.layout-left-right .post-wrap .post-inner article.post .entry-image img,
.layout-left-right .post-wrap .post-inner article.type-post .entry-image img {
  padding: 2em 2em 0 2em;
}
.layout-left-right .post-wrap .post-inner article.post a.wrap-link,
.layout-left-right .post-wrap .post-inner article.type-post a.wrap-link {
  display: block;
}
@media (min-width: 768px) {
  .layout-left-right .post-wrap .post-inner article.post a.wrap-link,
.layout-left-right .post-wrap .post-inner article.type-post a.wrap-link {
    display: flex;
  }
}
.layout-left-right .post-wrap .post-inner article.post a.wrap-link .layout-item,
.layout-left-right .post-wrap .post-inner article.type-post a.wrap-link .layout-item {
  width: 100%;
  display: block;
}
.layout-left-right .post-wrap .post-inner article.post a.wrap-link .layout-item .entry-header .entry-title,
.layout-left-right .post-wrap .post-inner article.type-post a.wrap-link .layout-item .entry-header .entry-title {
  font-size: 1.4em;
}
@media (min-width: 992px) {
  .layout-left-right .post-wrap .post-inner article.post a.wrap-link .layout-item .entry-header .entry-title,
.layout-left-right .post-wrap .post-inner article.type-post a.wrap-link .layout-item .entry-header .entry-title {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) {
  .layout-left-right .post-wrap .post-inner article.post a.wrap-link .layout-item,
.layout-left-right .post-wrap .post-inner article.type-post a.wrap-link .layout-item {
    width: 50%;
  }
}
.layout-left-right .post-wrap .post-inner article.post a.wrap-link .layout-item:last-child,
.layout-left-right .post-wrap .post-inner article.type-post a.wrap-link .layout-item:last-child {
  padding: 2em 2em 2em 2em;
}
@media (min-width: 768px) {
  .layout-left-right .post-wrap .post-inner article.post a.wrap-link .layout-item:last-child,
.layout-left-right .post-wrap .post-inner article.type-post a.wrap-link .layout-item:last-child {
    padding: 2.5em 2em 1em 2em;
  }
}
@media (min-width: 992px) {
  .layout-left-right .post-wrap .post-inner article.post a.wrap-link .layout-item:last-child,
.layout-left-right .post-wrap .post-inner article.type-post a.wrap-link .layout-item:last-child {
    padding: 5em 2.5em 2.5em 2.5em;
  }
}
.layout-left-right .post-wrap.even a.wrap-link {
  flex-direction: row-reverse;
}

.highlight,
.color-highlight {
  background: #f0b500;
  padding: 1.8em 17px 1.8em 18px;
  color: #000;
}
@media (min-width: 768px) {
  .highlight,
.color-highlight {
    padding: 2.4em 17px 2.4em 18px;
  }
}
@media (min-width: 992px) {
  .highlight,
.color-highlight {
    padding: 2.8em 17px 2.8em 18px;
  }
}
@media (min-width: 1200px) {
  .highlight,
.color-highlight {
    padding: 3em 17px 3em 18px;
  }
}
.highlight h1, .highlight h2, .highlight h3, .highlight h4, .highlight h5, .highlight h6,
.color-highlight h1,
.color-highlight h2,
.color-highlight h3,
.color-highlight h4,
.color-highlight h5,
.color-highlight h6 {
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.highlight p,
.color-highlight p {
  font-size: 1em;
  margin: 0.5em 0;
}
.highlight a,
.color-highlight a {
  color: #ffffff;
  text-decoration: none;
}
.highlight i,
.color-highlight i {
  padding: 0 0.5em;
}
.highlight span,
.color-highlight span {
  white-space: nowrap;
}
@media (min-width: 576px) {
  .highlight p,
.color-highlight p {
    font-size: 1.2em;
    margin: 0.5em 0;
  }
}
@media (min-width: 768px) {
  .highlight p,
.color-highlight p {
    font-size: 1.3em;
    margin: 0.5em 0;
  }
}
@media (min-width: 992px) {
  .highlight p,
.color-highlight p {
    font-size: 1.5em;
    margin: 0.5em 0;
  }
}

.color-dark,
.post-type-archive-product_post_type,
.tax-product_cat {
  color: #ffffff;
  background-color: #333;
}
.color-dark .post-wrap .post-inner,
.post-type-archive-product_post_type .post-wrap .post-inner,
.tax-product_cat .post-wrap .post-inner {
  background-color: transparent;
}
.color-dark .post-wrap .post-inner article,
.post-type-archive-product_post_type .post-wrap .post-inner article,
.tax-product_cat .post-wrap .post-inner article {
  max-width: 100%;
}
.color-dark .post-wrap .post-inner article.post,
.post-type-archive-product_post_type .post-wrap .post-inner article.post,
.tax-product_cat .post-wrap .post-inner article.post {
  max-width: 100%;
}
.color-dark .post-wrap .post-inner article.post .entry-header .entry-title,
.post-type-archive-product_post_type .post-wrap .post-inner article.post .entry-header .entry-title,
.tax-product_cat .post-wrap .post-inner article.post .entry-header .entry-title {
  color: #fff;
}
.color-dark .post-wrap:hover .post-inner,
.post-type-archive-product_post_type .post-wrap:hover .post-inner,
.tax-product_cat .post-wrap:hover .post-inner {
  background-color: transparent;
}
.color-dark .post-wrap a.wrap-link,
.post-type-archive-product_post_type .post-wrap a.wrap-link,
.tax-product_cat .post-wrap a.wrap-link {
  text-decoration: none;
}
.color-dark .post-wrap a.wrap-link h1, .color-dark .post-wrap a.wrap-link h2, .color-dark .post-wrap a.wrap-link h3, .color-dark .post-wrap a.wrap-link h4, .color-dark .post-wrap a.wrap-link h5, .color-dark .post-wrap a.wrap-link h6,
.post-type-archive-product_post_type .post-wrap a.wrap-link h1,
.post-type-archive-product_post_type .post-wrap a.wrap-link h2,
.post-type-archive-product_post_type .post-wrap a.wrap-link h3,
.post-type-archive-product_post_type .post-wrap a.wrap-link h4,
.post-type-archive-product_post_type .post-wrap a.wrap-link h5,
.post-type-archive-product_post_type .post-wrap a.wrap-link h6,
.tax-product_cat .post-wrap a.wrap-link h1,
.tax-product_cat .post-wrap a.wrap-link h2,
.tax-product_cat .post-wrap a.wrap-link h3,
.tax-product_cat .post-wrap a.wrap-link h4,
.tax-product_cat .post-wrap a.wrap-link h5,
.tax-product_cat .post-wrap a.wrap-link h6 {
  color: #ffffff;
}
.color-dark .post-wrap a.wrap-link p,
.post-type-archive-product_post_type .post-wrap a.wrap-link p,
.tax-product_cat .post-wrap a.wrap-link p {
  color: #ffffff;
}

.color-mid {
  color: #ffffff;
  background-color: #888;
}
.color-mid a.wrap-link {
  text-decoration: none;
}
.color-mid a.wrap-link h1, .color-mid a.wrap-link h2, .color-mid a.wrap-link h3, .color-mid a.wrap-link h4, .color-mid a.wrap-link h5, .color-mid a.wrap-link h6 {
  color: #ffffff;
}
.color-mid a.wrap-link p {
  color: #ffffff;
}

.color-light {
  color: #ffffff;
  background-color: #dadbdc;
}
.color-light a.wrap-link {
  text-decoration: none;
}
.color-light a.wrap-link h1, .color-light a.wrap-link h2, .color-light a.wrap-link h3, .color-light a.wrap-link h4, .color-light a.wrap-link h5, .color-light a.wrap-link h6 {
  color: #000;
}
.color-light a.wrap-link p {
  color: #000;
}

/* logos */
.wp-block-gallery.logos {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  -ms-display: flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wp-block-gallery.logos li.blocks-gallery-item {
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px;
}
.wp-block-gallery.logos li.blocks-gallery-item figure {
  -ms-flex-align: center;
  align-items: center;
}
.wp-block-gallery.logos li.blocks-gallery-item figure img {
  max-height: 80px;
}
.wp-block-gallery.logos li.blocks-gallery-item figure figcaption {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.wp-block-gallery.logos li.blocks-gallery-item figure figcaption a {
  display: block;
  height: 100%;
}

.wp-block-media-text.logos {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.wp-block-media-text.logos .wp-block-media-text__media {
  text-align: center;
}
.wp-block-media-text.logos .wp-block-media-text__media img {
  max-height: 120px;
  width: auto;
}
.wp-block-media-text.logos .wp-block-media-text__content p {
  margin-bottom: 0;
}

/* footer */
.site-footer {
  padding: 40px 1em 60px 1em;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 70px 3em 100px 3em;
    font-size: 1em;
  }
}
.site-footer a {
  color: #000;
  text-decoration: none;
}
.site-footer a[href^="tel:"]:hover {
  color: #000;
}
.site-footer.color-dark {
  background-color: #333;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer.color-dark a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.site-footer.color-dark a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.color-dark a[href^="tel:"]:hover {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer nav {
  display: none;
  margin: 0 0 1.5em 0;
}
.site-footer nav div {
  text-align: center;
}
.site-footer nav div ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.site-footer nav div ul li {
  display: inline-block;
  margin: 0 0.5em;
}
@media (min-width: 768px) {
  .site-footer nav {
    display: block;
  }
}
.site-footer .site-info {
  text-align: center;
}
.site-footer .site-info span {
  padding: 1em 0.75em;
  display: block;
}
@media (min-width: 768px) {
  .site-footer .site-info span {
    display: inline;
    padding: 0 0.75em;
  }
}
.site-footer .site-info .shariff {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.site-footer .site-info .shariff ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.site-footer .site-info .shariff ul li {
  display: inline-block;
  margin: 0 0.5em;
}
.site-footer .site-info .shariff ul li a span {
  padding: 0;
}
.site-footer .site-info .shariff ul li a span.fab::before {
  font-size: 1.5em;
}
.site-footer .site-info .shariff ul li a .share_text {
  display: none;
}

.ui-widget {
  padding: 0 !important;
  font-family: "ralewayregular", sans-serif !important;
}

.ui-widget-header {
  border: 0px solid transparent !important;
  background: transparent !important;
}

.ui-widget-content {
  border: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #000 !important;
  background: #fff !important;
  border: 1px solid transparent !important;
  border-color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid transparent !important;
  border-bottom-width: 1px !important;
  border-color: #666 #666 #fff #666 !important;
  background: #fff !important;
  font-weight: normal !important;
  color: #000 !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #000 !important;
  background: #fff !important;
}

/* tabs */
.ui-tabs {
  padding: 0 !important;
  margin: 2em 0 0 0;
}
.ui-tabs .ui-tabs-nav {
  padding: 0 !important;
  border-bottom: 1px solid transparent !important;
  border-color: transparent !important;
  font-family: "ralewaybold", sans-serif !important;
}
@media (min-width: 1200px) {
  .ui-tabs .ui-tabs-nav {
    padding: 0 0.7em !important;
  }
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-size: 0.8em;
  padding: 0.5em 0.5em !important;
}
@media (min-width: 1200px) {
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0.5em 0.7em !important;
  }
}
.ui-tabs .ui-tabs-nav > li {
  top: 1px;
}
.ui-tabs .ui-tabs-nav > li:not(.ui-state-active) a {
  color: #000;
}
.ui-tabs .ui-tabs-nav > li:not(.ui-state-active) a:hover {
  text-decoration: underline;
}
.ui-tabs .ui-tabs-panel {
  font-size: 0.8em;
  padding: 1.3em 0 0 0 !important;
}

/* FX */
/* on scroll slide elements in / out at top / bottom when moving out of viewport */
.fx-slide-up .fx-item {
  top: 100px;
  opacity: 0;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  transition: all 700ms;
}
.fx-slide-up .fx-item.show {
  top: 0px;
  opacity: 1;
}
.fx-slide-up .fx-item.show .background {
  background-color: rgba(255, 255, 255, 0.05);
}
.fx-slide-up .fx-item.hide-up {
  top: -70px;
  opacity: 0;
}

/* hover zoom in on image */
@media (min-width: 768px) {
  .fx-zoom-image .fx-item img {
    padding: 0 !important;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.65;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
  }
  .fx-zoom-image .fx-item:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* hover zoom out of image */
@media (min-width: 768px) {
  .fx-zoom-image-out .fx-item img {
    padding: 0 !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.65;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
  }
  .fx-zoom-image-out .fx-item:hover img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
}

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