/*
Theme Name: openTransfer
Theme URI: http://underscores.me/
Author: Beate Seifert
Author URI: http://beateseifert.de
Description: Responsive Theme for openTransfer website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: opentransfer
Tags:

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.

openTransfer is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Icons
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.base-padding {
  padding: 0.75em;
}
@media screen and (min-width: 60em) {
  .base-padding {
    padding: 1.5em;
  }
}
.base-padding-small {
  padding: 0.5em;
}
@media screen and (min-width: 60em) {
  .base-padding-small {
    padding: 1em;
  }
}
.base-padding-left {
  padding-left: 0.75em;
}
@media screen and (min-width: 60em) {
  .base-padding-left {
    padding-left: 1.5em;
  }
}
.base-padding-right {
  padding-right: 0.75em;
}
@media screen and (min-width: 60em) {
  .base-padding-right {
    padding-right: 1.5em;
  }
}
.base-margin-top {
  margin-top: 1em;
}
@media screen and (min-width: 60em) {
  .base-margin-top {
    margin-top: 1.5em;
  }
}
.base-margin-bottom {
  margin-bottom: 1em;
}
@media screen and (min-width: 60em) {
  .base-margin-bottom {
    margin-bottom: 1.5em;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.flexbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2.2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.h2 {
  display: block;
  font-family: 'Outfit';
	font-weight: bold;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.entry-title strong,
.h2 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.entry-title b,
.h2 b {
  font-weight: 400;
}
h1.title {
  font-size: 28px;
  font-size: 1.75rem;
}
h2.title {
  font-size: 24px;
  font-size: 1.75rem;
}
@media screen and (min-width: 48em) {
  h1,
  h2.title {
    font-size: 36px;
    font-size: 2.25rem;
	  line-height:1.2;
  }
}
h2,
.h2 {
  margin: 0.25em 0 .83em;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 48em) {
  h2,
  .h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
h3,
.h3 {
  margin: 0.25em 0 .5em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 48em) {
  h3,
  .h3 {
    font-size: 24px;
    font-size: 1.2rem;
  }
}
h4,
.h4 {
  margin: 0.25em 0 .5em;
  font-size: 20px;
  font-size: 1.25rem;
}
.inter-title {
  text-align: center;
  margin: 0;
  padding: .25em 0 .5em;
}
.inter-title:before {
  content: "\e911";
}
.inter-title:before {
  display: inline-block;
  font-family: 'ot-icons';
  margin-right: .2em;
  margin-left: -1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 36px;
  font-size: 2.25rem;
}
.title {
  color: #e74011;
}
.sub-title {
  margin-top: -1em;
  margin-bottom: 1.5em;
}
h4.sub-title {
  font-weight: 700;
}
p {
  margin: 0 0 1em;
}
.text {
  color: #000;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-small {
  font-size: 14px;
  font-size: 0.875rem;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
@font-face {
  font-family: 'FjallaOne';
  src: url('assets/fonts/FjallaOneRegular.eot');
  src: url('assets/fonts/FjallaOneRegular.eot') format('embedded-opentype'), url('assets/fonts/FjallaOneRegular.woff2') format('woff2'), url('assets/fonts/FjallaOneRegular.woff') format('woff'), url('assets/fonts/FjallaOneRegular.ttf') format('truetype'), url('assets/fonts/FjallaOneRegular.svg#FjallaOneRegular') format('svg');
}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #e9e7e5;
  /* Fallback for when there is no custom background color defined. */
  font-family: "Outfit", Arial, sans-serif;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em;
}
ul {
  list-style: disc;
  margin: 0 0 0 1em;
  padding: 0;
}
.link-list {
  list-style: none;
  margin: 0;
}
.link-list li {
  position: relative;
  padding-left: 1.5em;
}
.link-list li:before {
  content: "\e903";
}
.link-list li:before {
  color: #e74011;
  position: absolute;
  top: 0;
  left: -4px;
  font-family: 'ot-icons';
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1em;
}
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 {
  max-width: 100%;
  /* container width. */
  vertical-align: top;
  height: auto;
  opacity: 1;
}
img.img-transition {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
img[data-src] {
  opacity: 0;
}
.site-content div.lazy,
.site-content article.lazy {
  background-image: url('assets/images/blank.gif');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.lazy,
.img-transition {
  width: auto;
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
article {
  margin-bottom: 1.5em;
  background-color: #ffffff;
  border-radius: 2px;
}
article.frontpage {
  margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
## General helper classes
--------------------------------------------------------------*/
.box-bg {
  background-color: #ffffff;
}
.box {
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
}
.box,
.box-content {
  padding: 0.75em;
}
@media screen and (min-width: 60em) {
  .box,
  .box-content {
    padding: 1.5em;
  }
}
.box-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.box-left {
  text-align: left;
}
.box-left-padding {
  padding-left: 0.75em;
}
@media screen and (min-width: 60em) {
  .box-left-padding {
    padding-left: 1.5em;
  }
}
.box-bottom-margin {
  margin-bottom: 0.75em;
}
.box-bottom-margin-small {
  margin-bottom: 0.5em;
}
.box-bottom-margin-lg {
  margin-bottom: 1em;
}
.box-margin {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.box-margin-lg {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.box-fill {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
.box-brand-primary,
.box.box-brand-secondary {
  background-color: #e74011;
  border-radius: 2px;
}
.box-brand-primary *,
.box.box-brand-secondary * {
  color: #ffffff;
}
.box-brand-primary a:hover,
.box.box-brand-secondary a:hover {
  color: #e6e6e6;
}
.box-brand-secondary {
  background-color: #000;
}
.breadcrumb {
  margin: 0.5em 0;
  font-size: 16px;
  font-size: 1rem;
  background-color: #ffffff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
@media screen and (min-width: 60em) {
  .breadcrumb {
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 60em) {
  .breadcrumb {
    padding-right: 1.5em;
  }
}
.breadcrumb h1 {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit", Arial, sans-serif;
  margin: 0;
}
.grid-box,
.grid-box-primary {
  position: relative;
  padding-bottom: 1.5em;
}
.grid-box.grid-box-has-link,
.grid-box-primary.grid-box-has-link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.grid-box:before,
.grid-box-primary:before {
  content: '';
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 1.5em;
  right: 0;
  z-index: -1;
  border-radius: 2px;
}
@media screen and (min-width: 35em) {
  .grid-box:before,
  .grid-box-primary:before {
    left: 0.75em;
    right: 0.75em;
  }
}
.grid-box-primary:before {
  background-color: #e74011;
}
.grid-box-primary * {
  color: #ffffff;
}
.grid-box-meta:before {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
}
.grid-box-bottom {
  width: 100%;
  margin-top: auto;
}
.grid-box-bottom a {
  display: block;
}
.grid-box-bottom-content {
  border-top: 1px solid #dfdfdf;
  padding: 0.75em;
}
@media screen and (min-width: 60em) {
  .grid-box-bottom-content {
    padding: 1.5em;
  }
}
@media screen and (min-width: 35em) {
  .grid-box-bottom-content {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: 0.5em 1.5em;
  background: none;
  border: 2px solid #e74011;
  border-radius: 2px;
  color: #e74011;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #e74011;
}
input[type="button"] .icon,
input[type="reset"] .icon,
input[type="submit"] .icon {
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: .25em;
}
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 {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  padding: 0.2em 0.5em;
}
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 {
  outline: none;
  border-color: #939393;
}
input[type="text"].inputError,
input[type="email"].inputError,
input[type="url"].inputError,
input[type="password"].inputError,
input[type="search"].inputError,
input[type="number"].inputError,
input[type="tel"].inputError,
input[type="range"].inputError,
input[type="date"].inputError,
input[type="month"].inputError,
input[type="week"].inputError,
input[type="time"].inputError,
input[type="datetime"].inputError,
input[type="datetime-local"].inputError,
input[type="color"].inputError,
textarea.inputError {
  border-color: #ff0000;
}
textarea {
  width: 100%;
}
label {
  display: block;
  font-weight: 700;
}
.robot,
.label-regular {
  font-weight: 400;
}
button,
.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  background: none;
  border: 2px solid #e74011;
  border-radius: 2px;
  color: #e74011;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
button:focus,
.btn:focus {
  outline: none;
}
button:hover,
.btn:hover {
  color: #ffffff;
  background-color: #e74011;
}
button .icon,
.btn .icon {
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: .25em;
}
.btn-grey {
  color: #ffffff;
  background-color: #575756;
  border-color: transparent;
}
.btn-grey:hover {
  color: #575756;
  border-color: #575756;
  background: none;
}
.btn-grey-outline {
  color: #575756;
  border-color: #575756;
}
.btn-grey-outline:hover {
  color: #ffffff;
  background-color: #575756;
}
.btn-highlight {
  background-color: #feed00;
  color: #575756;
  border-color: #feed00;
}
.btn-highlight .icon {
  color: #575756;
}
.btn-highlight:hover {
  background-color: #575756;
  border-color: #575756;
  color: #ffffff;
}
.btn-highlight:hover .icon {
  color: #ffffff;
}
.btn-orange {
  color: #ffffff;
  background-color: #e74011;
  border-color: #e74011;
}
.btn-orange:hover,
.btn-orange:focus {
  color: #e74011;
  border-color: #e74011;
  background-color: transparent;
}
.btn-lg {
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 1em;
  padding-left: 1em;
}
.btn-lg .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  font-size: 1.75rem;
}
.btn-small {
  padding: 0 .25em;
}
.contact-form input[type="text"],
#mc-embedded-subscribe-form input[type="text"] {
  width: 100%;
  margin-bottom: 0.75em;
}
.contact-form input[type="submit"],
#mc-embedded-subscribe-form input[type="submit"] {
  margin-top: 1.5em;
}
.required {
  color: #e74011;
}
.re-field-desc {
  color: #939393;
}
.success {
  color: #4dbd33;
}
.error {
  color: #ff0000;
}
#mc_embed_signup .inputError {
  border-color: #ff0000;
}
#mc_embed_signup .mc-field-group,
#mc_embed_signup .mc-field-group label.error {
  padding: 0;
  margin: 0;
}
#mc_embed_signup .mc-field-group .button {
  display: inline-block;
  padding: 0.5em 1.5em;
  background: none;
  border: 2px solid #e74011;
  border-radius: 2px;
  color: #e74011;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
#mc_embed_signup .mc-field-group .button:focus {
  outline: none;
}
#mc_embed_signup .mc-field-group .button:hover {
  color: #ffffff;
  background-color: #e74011;
}
#mc_embed_signup .mc-field-group .button .icon {
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: .25em;
}
.frm_form_fields legend {
  display: none;
}
.frm_form_fields input {
  width: 100%;
}
.frm_form_fields .frm_radio input,
.frm_form_fields .frm_checkbox input {
  width: auto;
  margin-right: 0.5em;
  margin-top: 0.375em;
}
.frm_form_fields .frm_opt_container label {
  font-weight: 400;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.frm_fields_container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.frm_fields_container > div {
  width: 100%;
}
.frm_form_field {
  margin-bottom: 0.75em;
}
.frm_primary_label {
  font-weight: 700;
}
.frm_required {
  color: #e74011;
}
.frm_submit {
  margin-top: 1em;
}
.frm12 {
  width: 100%;
}
.frm_error,
.frm_error_style {
  color: #ff0000;
}
.frm_error_style {
  padding: 0.75em 0;
}
.frm_error {
  font-size: 14px;
  font-size: 0.875rem;
}
.frm_verify {
  display: none;
}
@media screen and (min-width: 48em) {
  .frm_fields_container .frm_half {
    width: 50%;
  }
  .frm_fields_container .frm_half:nth-child(even) {
    padding-right: 0.75em;
  }
}
@font-face {
  font-family: 'ot-icons';
  src: url('assets/fonts/icons.eot?auuh09');
  src: url('assets/fonts/icons.eot?auuh09#iefix') format('embedded-opentype'), url('assets/fonts/icons.ttf?auuh09') format('truetype'), url('assets/fonts/icons.woff?auuh09') format('woff'), url('assets/fonts/icons.svg?auuh09#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
.ot-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ot-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ausrufezeichen:before {
  content: "\e900";
}
.icon-auszeichnung:before {
  content: "\e901";
}
.icon-buch:before {
  content: "\e902";
}
.icon-dot:before {
  content: "\e903";
}
.icon-flamme:before {
  content: "\e904";
}
.icon-gluehbirne_1:before {
  content: "\e905";
}
.icon-gluehbirne_2:before {
  content: "\e906";
}
.icon-gruppe:before {
  content: "\e907";
}
.icon-hut:before {
  content: "\e908";
}
.icon-laptop_film:before {
  content: "\e909";
}
.icon-laptop_sprechblase:before {
  content: "\e90a";
}
.icon-lupe:before {
  content: "\e90b";
}
.icon-personen_zahnrader:before {
  content: "\e90c";
}
.icon-pfeil_90grad:before {
  content: "\e90d";
}
.icon-pfeil_links:before {
  content: "\e90e";
}
.icon-pfeil_links_dick:before {
  content: "\e90f";
}
.icon-pfeil_links_dreifach:before {
  content: "\e910";
}
.icon-pfeil_rechts:before {
  content: "\e911";
}
.icon-pfeil_rechts_unterbrochen:before {
  content: "\e912";
}
.icon-pfeil-180grad:before {
  content: "\e913";
}
.icon-rakete:before {
  content: "\e914";
}
.icon-sonne:before {
  content: "\e915";
}
.icon-sonnenbrille:before {
  content: "\e916";
}
.icon-stift:before {
  content: "\e917";
}
.icon-tablet:before {
  content: "\e918";
}
.icon-wegweiser:before {
  content: "\e919";
}
@font-face {
  font-family: 'icomoon';
  src: url('assets/fonts/icomoon.eot?acdumb');
  src: url('assets/fonts/icomoon.eot?acdumb#iefix') format('embedded-opentype'), url('assets/fonts/icomoon.ttf?acdumb') format('truetype'), url('assets/fonts/icomoon.woff?acdumb') format('woff'), url('assets/fonts/icomoon.svg?acdumb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="ico-"],
[class*=" ico-"],
.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-facebook:before {
  content: "\ea91";
}
.ico-instagram:before {
  content: "\ea92";
}
.ico-twitter:before {
  content: "\ea96";
}
.ico-youtube:before {
  content: "\ea9d";
}
@media screen and (min-width: 35em) {
  .grid,
  .grid-table {
    overflow: hidden;
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  .grid [class^='col-'].flr {
    float: right;
  }
  .grid-table {
    display: table;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .grid-table > [class^='col-'] {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .grid-table-content {
    display: table-cell;
    vertical-align: middle;
  }
  .grid-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .grid-flex > [class^='col-'] {
    float: none;
  }
  .grid-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div[class^='col-'] {
    float: left;
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .col-1 {
    width: 8.33333333%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-12 {
    width: 100%;
  }
  .box-square {
    position: relative;
    display: block;
  }
  .box-square:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .box-square-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
/*
@media screen and (min-width: @phone-viewport-width) and (max-width: @tablet-viewport-width) {
  .grid {
    [class^='col-'] {
      width: 100%;
    }
  }
}
*/
@media screen and (min-width: 35em) and (max-width: 64em) {
  .grid-small [class^='col-'],
  .grid-flex [class^='col-'] {
    width: 50%;
  }
  .grid-page [class^='col-'] {
    width: 100%;
  }
}
@media screen and (min-width: 48em) and (max-width: 77.5em) {
  .grid-small [class^='col-'] {
    width: 33.33333333%;
  }
}
/*--------------------------------------------------------------
## Listings
--------------------------------------------------------------*/
.categories-listing {
  margin-bottom: 0.5em;
}
.categories-listing a {
  display: block;
  text-decoration: none;
}
.categories-listing .h3 {
  margin-bottom: 0;
}
.category-image {
  display: block;
  width: 100px;
  width: 6.25rem;
  height: 80px;
  height: 5rem;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.categories-post .categories-post-intro .text-content {
  margin-top: .25em;
}
.categories-post .categories-post-intro h2 {
  color: #e74011;
}
.categories-nav {
  text-align: center;
  margin: 2em 0 1em;
  max-height: 2.9em;
  overflow: hidden;
}
.categories-nav-content {
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.categories-nav-link:hover {
  background-color: #646463;
}
.categories-nav-link.active {
  background-color: #e74011;
  color: #ffffff;
}
.themen-entry-content p,
.themen-entry-content h4 {
  max-width: 765px;
  max-width: 47.8125rem;
  margin: auto;
}
.themen-logo {
  width: 110px;
  width: 6.875rem;
  height: 100px;
  height: 6.25rem;
  margin: auto auto 1em;
}
.events-list {
  padding: 0;
  text-align: left;
  margin: .5em 0 1em;
}
.event-content {
  margin-left: 0;
  position: relative;
}
.event-content b {
  font-weight: 400;
}
.event-content h3 {
  font-size: 16;
  line-height: 1.5;
}
.partner-list {
  list-style: none;
  margin: 0 -0.75em;
  padding: 0;
  overflow: hidden;
}
.partner-list li {
  display: inline-block;
  margin: 0 0.5em 0.75em;
}
.partner-list a {
  display: inline-block;
  padding: 0.5em;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  width: 150px;
  width: 9.375rem;
  line-height: 132px;
  line-height: 8.25rem;
  text-align: center;
}
.partner-list a:hover {
  border-color: #c6c6c6;
}
.partner-list img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
/*--------------------------------------------------------------
## Projects
--------------------------------------------------------------*/
.project-entry .project-content-inner:first-child {
  border-bottom: 1em solid #e9e7e5;
}
.project-entry .button-bar {
  margin: 1em 0 0;
}
.project-entry .project-title {
  margin-top: 0;
}
.project-image {
  text-align: center;
}
.project-single-image {
  margin-bottom: 1em;
}
.timeline {
  position: relative;
  margin-bottom: 1em;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border: 1px solid #575756;
  z-index: -1;
}
.timeline .timeline-entry {
  padding-top: 2em;
  padding-bottom: 1em;
}
.timeline .timeline-entry:last-child .box {
  margin-bottom: -1em;
}
.timeline .timeline-entry:before,
.timeline .timeline-entry:after {
  content: '';
  position: absolute;
}
.timeline .timeline-entry:before {
  top: 5em;
  background: none;
}
.timeline .timeline-entry:after {
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #575756;
  border-radius: 50%;
  background-color: #e9e7e5;
  top: 0;
  left: 50%;
  z-index: 1;
  margin-left: -0.7em;
}
.timeline .timeline-entry:last-child,
.timeline .timeline-entry:last-child:nth-child(even) {
  clear: both;
  margin: 0 auto;
  padding: 2em 0 0;
  background-color: #e9e7e5;
}
.timeline .timeline-entry:last-child:before,
.timeline .timeline-entry:last-child:nth-child(even):before,
.timeline .timeline-entry:last-child:after,
.timeline .timeline-entry:last-child:nth-child(even):after {
  display: none;
}
.timeline .timeline-entry:last-child,
.timeline .timeline-entry:last-child:nth-child(even),
.timeline .timeline-entry:last-child .box,
.timeline .timeline-entry:last-child:nth-child(even) .box {
  float: none;
  text-align: center;
}
/*--------------------------------------------------------------
## E-book
--------------------------------------------------------------*/
.e-book .post:first-child,
.e-book .title-bar {
  width: 100%;
}
.e-book .box-image {
  text-align: center;
}
@media screen and (min-width: 35em) {
  .e-book .post:first-child {
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
}
.e-book-stores {
  margin-top: 2em;
}
.e-book-stores a {
  width: auto;
  line-height: 0;
  border-color: #000000;
}
@media screen and (min-width: 48em) {
  .home .box-image {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 66.66%;
  }
  .home .box-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .categories-listing a:hover {
    border: 2px solid #e74011;
  }
  .project-entry:nth-child(odd) > div:first-child {
    order: 1;
  }
  .project-single-image {
    margin: 0;
  }
  .project .entry-content {
    padding-top: 0;
  }
  .timeline .box,
  .timeline .box-image {
    max-width: 95%;
    width: 100%;
  }
  .timeline .timeline-entry {
    padding-top: 0;
    padding-bottom: 2em;
  }
  .timeline .timeline-entry:before {
    left: 0;
    width: 0;
    height: 0;
    border: 1.5em solid transparent;
  }
  .timeline .timeline-entry:after {
    top: 5.8em;
  }
  .timeline .timeline-entry:nth-child(odd) {
    clear: left;
  }
  .timeline .timeline-entry:nth-child(odd):before {
    right: 3.2%;
    left: auto;
    border-left-color: #ffffff;
    border-right: none;
  }
  .timeline .timeline-entry:nth-child(odd):after {
    left: auto;
    right: 0;
    margin-right: -0.8em;
  }
  .timeline .timeline-entry:nth-child(even) {
    margin-top: 10%;
  }
  .timeline .timeline-entry:nth-child(even) .box,
  .timeline .timeline-entry:nth-child(even) .box-image {
    float: right;
  }
  .timeline .timeline-entry:nth-child(even):before {
    border-right-color: #ffffff;
    border-left: none;
    left: 3.2%;
  }
  .timeline .timeline-entry:nth-child(even):after {
    left: 0;
  }
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  position: absolute;
  top: 2.4em;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.toggled .main-navigation {
  max-height: 30em;
}
.main-navigation ul {
  list-style: none;
  padding: 1em 0;
  margin: 0;
}
.main-navigation li {
  position: relative;
  display: block;
}
.main-navigation li a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  padding: .5em 1em;
}
.main-navigation li a:hover {
  color: #e74011;
}
.main-navigation li.current-menu-item a,
.main-navigation li.current-page-ancestor a,
.main-navigation li.current-post-ancestor a {
  //background-color: #575756;
  color: #e74011;
}
.menu-container {
  position: relative;
  flex: 1;
  background-color: #ffffff;
  min-height: 2.35em;
  padding-right: 2.8em;
}
.menu-container .market-link {
  display: inline-block;
  margin-bottom: 1em;
}
.menu-container .social-media-list {
  display: block;
  margin-bottom: 1em;
}
/* Small menu. */
.menu-toggle {
  position: relative;
  display: inline-block;
  border: none;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  outline: 0;
  color: #575756;
  background: #e9e7e5;
  border-radius: 0;
  padding: 0;
  z-index: 1;
  margin-left: 0.5em;
  flex-shrink: 0;
  order: 1;
}
.menu-toggle:hover {
  background: #e9e7e5;
}
.menu-toggle span {
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  height: 4px;
  width: 28px;
  width: 1.75rem;
  opacity: 1;
  background-color: #575756;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-toggle span:nth-child(2) {
  top: 12px;
}
.menu-toggle span:nth-child(3) {
  top: 22px;
}
.toggled .menu-toggle span:nth-child(1) {
  top: 2px;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggled .menu-toggle span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.toggled .menu-toggle span:nth-child(3) {
  top: 22px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.market-link {
  display: none;
  background-color: #e74011;
  padding: .44em 1.5em;
  color: #ffffff;
  text-decoration: none;
}
.market-link:hover,
.market-link:focus {
  color: #ffffff;
  background-color: #a02c0c;
}
@media screen and (min-width: 60em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    position: relative;
    top: 0;
    max-height: none;
  }
  .main-navigation ul {
    background: none;
    border: none;
    padding: 0;
  }
  .main-navigation li {
    display: inline-block;
  }
  .main-navigation .market-link,
  .main-navigation .social-media-list {
    display: none;
  }
  .menu-inside {
    display: inline-block;
  }
}
@media screen and (min-width: 77.5em) {
  .market-link {
    display: block;
    margin-left: 0.5em;
  }
  .main-navigation .social-media-list {
    display: block;
    float: right;
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #e74011;
  text-decoration: none;
}
a:hover,
a:active {
  color: #a02c0c;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a.text-link {
  color: #000;
}
a.text-link:hover {
  color: #e74011;
}
a.chevron:after {
  content: '\203A';
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: .75em;
  margin: -0.2em 0 0 0.2em;
  vertical-align: middle;
}
.cta-link {
  overflow: hidden;
  position: relative;
  //padding-left: 1.3em;
}
/*
.cta-link:before {
  content: '';
  position: absolute;
  top: .25em;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  background: #feed00 url('assets/images/arrow.svg') no-repeat center left;
  background-size: contain;
}
*/
.cta-link:hover:before {
  background-color: #e5d500;
}
@media screen and (min-width: 77.5em) {
  a.box {
    color: #575756;
  }
}
/*--------------------------------------------------------------
## Posts and comment navigation
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  display: inline-block;
  padding: 0.5em 1.5em;
  background: none;
  border: 2px solid #e74011;
  border-radius: 2px;
  color: #e74011;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  color: #ffffff;
  background-color: #575756;
  border-color: transparent;
  position: relative;
}
.comment-navigation a:focus,
.posts-navigation a:focus,
.post-navigation a:focus {
  outline: none;
}
.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  color: #ffffff;
  background-color: #e74011;
}
.comment-navigation a .icon,
.posts-navigation a .icon,
.post-navigation a .icon {
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: .25em;
}
.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  color: #575756;
  border-color: #575756;
  background: none;
}
.comment-navigation a:before,
.posts-navigation a:before,
.post-navigation a:before {
  content: "\e911";
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  margin-bottom: 0.75em;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  padding-left: 2.5em;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  left: 0.75em;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  padding-right: 2.5em;
}
.comment-navigation .nav-next a:before,
.posts-navigation .nav-next a:before,
.post-navigation .nav-next a:before {
  right: 0.75em;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before,
.comment-navigation .nav-next a:before,
.posts-navigation .nav-next a:before,
.post-navigation .nav-next a:before {
  position: absolute;
  top: 0.75em;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ot-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination {
  text-align: center;
  margin: 1em 0;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.5em 1.5em;
  background: none;
  border: 2px solid #e74011;
  border-radius: 2px;
  color: #e74011;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  color: #575756;
  border-color: #575756;
}
.pagination .page-numbers:focus {
  outline: none;
}
.pagination .page-numbers:hover {
  color: #ffffff;
  background-color: #e74011;
}
.pagination .page-numbers .icon {
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: .25em;
}
.pagination .page-numbers:hover {
  color: #ffffff;
  background-color: #575756;
}
.pagination .current {
  color: #ffffff;
  background-color: #575756;
  border-color: transparent;
}
.pagination .current:hover {
  color: #575756;
  border-color: #575756;
  background: none;
}
@media screen and (min-width: 48em) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous,
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    width: 48%;
    float: left;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
  }
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-title {
  margin: 0;
}
.logo {
  display: inline-block;
  max-width: 150px;
  max-width: 9.375rem;
}
.logo img {
  vertical-align: bottom;
}
.logo a {
  display: block;
}
@media screen and (min-width: 23.438em) {
  .logo {
    max-width: 265px;
    max-width: 16.5625rem;
  }
}
.site-header {
  position: relative;
  z-index: 100;
  padding-right: 0.5em;
  padding-left: 0.5em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.site-branding {
  padding-right: 0.5em;
  margin-top: 1em;
  flex-shrink: 0;
  min-height: 2.35em;
  line-height: 2.35;
}
.site-search {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 2.8em;
  border-left: 1px solid #dfdfdf;
  -webkit-transition: max-width 0.3s ease-out;
  -moz-transition: max-width 0.3s ease-out;
  -o-transition: max-width 0.3s ease-out;
  transition: max-width 0.3s ease-out;
}
.site-search.toggled {
  max-width: 100%;
}
.site-search .search-field {
  width: 100%;
  border: none;
  line-height: 1.95;
  border-radius: 0;
}
.site-search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border-color: #ffffff;
  background-color: #ffffff;
  color: #575756;
  padding: 0 0.6em;
  line-height: 1.5;
  z-index: 1;
}
.site-search .search-submit:hover:before {
  color: #e74011;
  background: none;
}
.site-search .search-submit:before {
  font-size: 22px;
  font-size: 1.375rem;
}
.social-media-list {
  display: none;
  margin-right: 0.5em;
  min-width: 120px;
  min-width: 7.5rem;
}
.social-media-list a {
  color: #939393;
  line-height: 2;
  margin: 0 0.25em;
  font-size: 18px;
  font-size: 1.125rem;
}
.social-media-list a:hover {
  color: #e74011;
}
@media screen and (min-width: 64em) {
  .social-media-list {
    display: block;
  }
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #575756;
  color: #e9e7e5;
  font-size: 16px;
  font-size: 1rem;
  padding: 1.5em 0.75em 2em;
}
.site-footer p {
  margin: 0;
}
.site-footer a {
  color: #e9e7e5;
  text-decoration: none;
}
.site-footer a:hover {
  color: #dddad7;
}
.site-footer h4 {
  display: inline-block;
  margin: 0;
}
.site-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem;
}
.site-branding-footer {
  background: transparent url('assets/images/logo-opentransfer-sw.svg') no-repeat 0 0;
  width: 150px;
  width: 9.375rem;
  height: 50px;
  height: 3.125rem;
  margin: 0 auto;
  background-size: contain;
}
.site-info-logo {
  width: 100%;
  margin-bottom: 2em;
  max-width: 150px;
  max-width: 9.375rem;
}
.site-info-contact,
.site-info-number {
  width: 100%;
  text-align: center;
}
.site-info-contact {
  margin-bottom: 0.75em;
}
.site-info-nav {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 60em) {
  .site-info-nav {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 77.5em) {
  .site-info-nav {
    margin-right: 0;
  }
}
.site-info-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-info-nav li {
  display: inline-block;
}
.site-info-nav li:after {
  content: '';
  display: inline-block;
  background-color: #feed00;
  width: 5px;
  height: 5px;
  margin: 0 5px 0 8px;
}
.site-info-nav li:last-child:after {
  display: none;
}
.site-info-nav a {
  vertical-align: middle;
}
.copy {
  padding: 1em 0.5em;
}
.copyright {
  color: #b3b3b3;
  text-align: center;
  margin: auto;
}
.copyright span {
  display: block;
}
@media screen and (min-width: 35em) {
  .site-info-logo,
  .site-info-contact,
  .site-info-number {
    width: calc(100%/3);
    text-align: left;
  }
  .site-branding-footer {
    align-self: center;
    margin: 0;
  }
}
@media screen and (min-width: 48em) {
  .site-info-logo,
  .site-info-contact,
  .site-info-number,
  .site-info-nav {
    margin-top: 0;
    width: auto;
  }
  .site-info-contact {
    padding: 0 2em;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin-bottom: 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  padding: 0.75em;
}
@media screen and (min-width: 60em) {
  .page-content,
  .entry-content,
  .entry-summary {
    padding: 1.5em;
  }
}
.entry-content h3 b,
.entry-content h3 strong {
  font-weight: 400;
}
.entry-content p {
  max-width: 765px;
  max-width: 47.8125rem;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.entry-title {
  color: #e74011;
}
.home .entry-title {
  margin-bottom: 0;
}
.home .text-content {
  margin-top: 0.75em;
}
.entry-footer {
  background-color: #ffffff;
  margin-top: 1em;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.entry-footer,
.entry-footer-top {
  overflow: hidden;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #ffffff;
}
@media screen and (min-width: 60em) {
  .entry-footer,
  .entry-footer-top {
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 60em) {
  .entry-footer,
  .entry-footer-top {
    padding-right: 1.5em;
  }
}
.entry-footer-top {
  border-bottom: 1px solid #dfdfdf;
  padding: 0.5em;
}
.entry-footer-top span:first-child {
  margin-left: 0;
}
.entry-footer-top span:first-child:before {
  content: '';
  margin: 0;
}
.entry-meta a,
.cat-links a,
.comments-link a {
  color: #575756;
}
.entry-meta a:hover,
.cat-links a:hover,
.comments-link a:hover {
  color: #000000;
}
.edit-link {
  float: right;
}
.post-date {
  color: #b3b3b3;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: .25em;
}
.post-excerpt {
  position: relative;
}
.post-excerpt .entry-title {
  margin-bottom: .28em;
  color: #575756;
  font-size: 20px;
  font-size: 1.25rem;
}
.post-excerpt .post-image {
  text-align: center;
  max-height: 100%;
  width: auto;
}
.post-excerpt .cta-link {
  display: block;
  line-height: 1.5;
}
.post-excerpt p {
  margin: 0;
}
.post-excerpt img {
  width: auto;
}
/*
.post,
.event,
.post-excerpt {
  border: 1px solid @border-color;
}
*/
.blog-post-tags {
  padding: 0.75em;
  margin: 1em 0 0;
}
.blog-post-tags p {
  margin: 0;
}
.blog-post-tags a {
  color: #575756;
}
.blog-post-tags a:hover {
  color: #000000;
}
.meta-box {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
}
.blog-post-tags,
.blog-post-author {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
}
.blog-post-author {
  overflow: hidden;
}
.blog-post-author-image {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  margin-right: 1em;
  float: left;
}
.blog-post-author-content {
  overflow: hidden;
}
.blog-post-author h3 {
  margin-top: 0;
}
.post-image {
  display: block;
}
.post-image .partner {
  vertical-align: top;
}
.posted-on a {
  color: #575756;
}
.entry-content-small {
  padding-left: 0.5em;
  padding-right: 1em;
}
.box-image:hover img,
.post-image:hover img {
  opacity: .85;
}
@media screen and (min-width: 35em) {
  .post-excerpt .entry-content {
    padding-left: 0.5em;
    padding-right: 1em;
  }
  .post-excerpt .post-image {
    padding-top: 1em;
    padding-right: 0;
    padding-left: 1em;
  }
}
@media screen and (min-width: 60em) {
  .post-excerpt {
    overflow: hidden;
  }
  .post-excerpt .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .post-excerpt .post-image {
    height: 14em;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .blog-post-author-image {
    width: 150px;
    width: 9.375rem;
    height: 150px;
    height: 9.375rem;
  }
}
@media screen and (min-width: 77.5em) {
  .post-excerpt .post-image {
    vertical-align: middle;
    padding-top: 0;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  margin-bottom: 1em;
  border-radius: 2px;
}
.widget-area h4,
.widget-area ul {
  padding: 0.75em;
}
.widget-area h4 {
  border-bottom: 1px solid #dfdfdf;
}
.widget-area .page-nav {
  list-style: none;
}
.widget-area .page-nav a {
  display: block;
}
.widget-area .page-nav .current_page_item a {
  color: #575756;
  font-weight: 700;
}
.widget-area .page-nav img {
  margin-right: 0.75em;
  float: left;
}
.widget-title {
  margin: 0;
}
aside .textwidget {
  padding: 0.75em;
  background-color: #ffffff;
  margin-bottom: 1em;
}
h2.widgettitle,
h2.widget-title {
  color: #575756;
  font-weight: 400;
  margin: 0.25em 0 .5em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 48em) {
  h2.widgettitle,
  h2.widget-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget ul li {
  position: relative;
  padding-left: 1.5em;
}
.widget ul li:before {
  content: "\e903";
}
.widget ul li:before {
  color: #e74011;
  position: absolute;
  top: 0;
  left: -4px;
  font-family: 'ot-icons';
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1em;
}
.widget a {
  color: #575756;
}
.widget a:hover {
  color: #000000;
}
.widget .wp-caption {
  width: 100% !important;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-header,
.site-content,
.content-container,
.site-info {
  max-width: 1440px;
  margin: 0 auto;
}
.site-content {
  min-height: 78vh;
  padding: 1.5em 0.5em;
}
.container {
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
}
.content-container {
  position: relative;
  padding: 0.75em;
}
@media screen and (min-width: 60em) {
  .content-container {
    padding: 1.5em;
  }
}
.content-container.col-right {
  padding-left: 0.5em;
}
.content-container.col-left {
  padding-right: 0.5em;
}
.article-container {
  margin-bottom: 1.5em;
}
.text-content {
  max-width: 765px;
  max-width: 47.8125rem;
}
.button-bar {
  margin: 1em 0 2em;
}
.title-bar {
  margin: 1em 0 0.75em;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.bold {
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .site-header,
  .site-content,
  .site-info {
    padding-right: 1em;
    padding-left: 1em;
  }
}
/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.market-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1.5em;
}
.market-banner img {
  background-color: #ffffff;
  padding: 1em;
}
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error-404 .icon-404 {
  font-size: 8em;
  margin-top: 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.error-404 label {
  display: inline;
}
.error-404 .search-field {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 10px;
  padding: 0.625rem;
  width: 300px;
  width: 18.75rem;
}
.error-404 .search-submit {
  display: inline-block;
}
/*--------------------------------------------------------------
## Cookie Banner
--------------------------------------------------------------*/
.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #575756;
  z-index: 100;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.cookie-banner-content {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
}
.cookie-banner button {
  border-color: #ffffff;
  color: #ffffff;
  margin-right: 0.75em;
}
.cookie-banner a {
  color: #e9e7e5;
}
.cookie-banner a:hover {
  color: #dddad7;
}
/*
 * Theme Name: openTransfer
 *
 * Layout: Content-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/
@media screen and (min-width: 60em) {
  .single-post .content-area,
  .single-event .content-area {
    overflow: hidden;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .single-post .site-main,
  .single-event .site-main {
    float: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 75%;
  }
  .single-post .site-content .widget-area,
  .single-event .site-content .widget-area {
    float: right;
    overflow: hidden;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 25%;
  }
  .single-post .site-footer,
  .single-event .site-footer {
    clear: both;
    width: 100%;
  }
}
/*--------------------------------------------------------------
# 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%;
  width: 100%;
}
.iframe-container,
.image-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.iframe-container-4x3,
.image-container-4x3 {
  padding-top: 75%;
}
.iframe-container-3x2,
.image-container-3x2 {
  padding-top: 66.66%;
}
.iframe-container iframe,
.image-container iframe,
.iframe-container .mejs-mediaelement,
.image-container .mejs-mediaelement,
.iframe-container img,
.image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.iframe-container img,
.image-container img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.iframe-container.box img,
.image-container.box img {
  padding: 0.75em;
}
@media screen and (min-width: 60em) {
  .iframe-container.box img,
  .image-container.box img {
    padding: 1.5em;
  }
}
.iframe-container.image-full-width img,
.image-container.image-full-width img {
  min-width: 100%;
  max-height: none;
}
.iframe-container.image-full-height img,
.image-container.image-full-height img {
  max-width: none;
  min-width: initial;
  min-height: 100%;
}
.iframe-container.image-full-height img.placeholder,
.image-container.image-full-height img.placeholder {
  min-height: auto;
}
@media screen and (min-width: 77.5em) {
  .register iframe {
    height: 100vh;
  }
  .register div > div {
    display: none;
  }
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin: 0;
  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: left;
  padding: 0 0.75em;
}
/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## Videos
--------------------------------------------------------------*/
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
.mejs-container {
  padding-top: 56.25%;
}
video.wp-video-shortcode {
  position: relative;
  max-width: 100% !important;
}
.mejs-controls {
  display: none !important;
}
.video-embed {
  background-color: #000000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}
.video-embed-3x2 {
  padding-top: 66.66%;
}
.video-embed img {
  width: 100%;
  top: 50%;
  left: 0;
  opacity: 0.7;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.video-embed .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.video-embed .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.video-embed img,
.video-embed .play-button {
  cursor: pointer;
}
.video-embed img,
.video-embed iframe,
.video-embed .play-button,
.video-embed .play-button:before {
  position: absolute;
}
.video-embed .play-button,
.video-embed .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.video-embed iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.ot-slider-container {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 2.5em;
  border-radius: 2px;
}
.slides-container {
  position: relative;
  overflow: hidden;
}
.slide {
  float: left;
  display: none;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-color: #ffffff;
  cursor: pointer;
}
.slick-initialized .slide {
  display: block;
}
.slide:hover .slide-content {
  opacity: .85;
}
.slide:focus {
  outline: none;
}
.slide-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slide-caption {
  display: block;
  width: 100%;
  overflow: hidden;
  flex: 0 0 auto;
  background-color: #e74011;
  border-radius: 2px;
}
.slide-caption * {
  color: #ffffff;
}
.slide-caption a:hover {
  color: #e6e6e6;
}
@media screen and (max-width: 60em) {
  .slide-caption h2,
  .slide-caption p {
    margin: 0;
  }
}
.slide-image {
  flex: 1;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
.slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5em;
}
.slider-nav .controls {
  float: right;
  cursor: pointer;
  text-decoration: none;
  height: 2.5em;
  padding: 0.25em 0.5em;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ot-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider-nav .controls:before {
  content: "\e911";
}
.slider-nav .controls:before {
  font-size: 2em;
  color: #575756;
}
.slider-nav .controls:hover:before {
  color: #000000;
}
.slider-nav .controls:first-child {
  float: left;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-dots {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  text-align: center;
  margin-top: .5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  white-space: nowrap;
}
.slider-dots .slick-active button:before {
  font-weight: 600;
}
.slider-dots li {
  display: inline-block;
  list-style: none;
}
.slider-dots button {
  position: relative;
  display: block;
  text-indent: -99999px;
  padding: .5em 0;
  width: 1.75em;
  z-index: 1;
  border: 0;
  background: none;
  outline: none;
  margin: 0;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ot-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider-dots button:before {
  content: "\e903";
}
.slider-dots button:before {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  text-indent: 0;
  font-size: 2em;
  color: #575756;
  width: 1em;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.slider-dots button:hover:before {
  color: #000000;
}
.slider-dots button.active:before {
  font-weight: 600;
}
.map {
  width: 100%;
  height: 500px;
  height: 31.25rem;
  padding: 0;
  margin-bottom: 2.25em;
}
.leaflet-popup-content {
  font-weight: 700;
}
@media screen and (min-width: 60em) {
  .slide .video-embed {
    padding-top: 0;
  }
  .slides-container {
    min-height: 400px;
    min-height: 25rem;
  }
  .slide-content {
    cursor: pointer;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .slide-image {
    order: 1;
    height: 400px;
    height: 25rem;
  }
  .slide-image img {
    min-width: 100%;
  }
  .slide-caption {
    max-width: calc(33.33333333%);
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-area {
  margin-top: 2em;
  padding: 0.75em;
  background-color: #ffffff;
}
@media screen and (min-width: 60em) {
  .comments-area {
    padding: 1.5em;
  }
}
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
}
.comment {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.comment-metadata {
  margin-left: 2.3em;
}
.comment-metadata time {
  color: #939393;
}
.comments-title {
  color: #575756;
}
.comments-link,
.post-author-link {
  margin-left: 0.5em;
}
.comments-link:before,
.post-author-link:before {
  content: '|';
  display: inline-block;
  margin-right: 0.5em;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */


.wp-block-embed__wrapper {
position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.wp-block-embed-youtube iframe.cmplz-video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.elementor-heading-title {
	font-family: "Outfit", Sans-serif !important;
	font-weight: bold;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.author-bio-section {
	display: none;
}
