@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

nav.tabbed, .info-text .note, .info-text, header.main, ul.list li, ul.social_bar, .line, .content, .grid {
  *zoom: 1;
}
nav.tabbed:before, .info-text .note:before, .info-text:before, header.main:before, ul.list li:before, ul.social_bar:before, .line:before, .content:before, .grid:before, nav.tabbed:after, .info-text .note:after, .info-text:after, header.main:after, ul.list li:after, ul.social_bar:after, .line:after, .content:after, .grid:after {
  content: "";
  display: table;
}
nav.tabbed:after, .info-text .note:after, .info-text:after, header.main:after, ul.list li:after, ul.social_bar:after, .line:after, .content:after, .grid:after {
  clear: both;
}

/*
  example multiple: @include tn((opacity, visibility), (.5s, 0s), (0, .5s), (ease-out, linear));
  example multiple: @include tn(opacity, .5s, 0, .5s, linear);
*/
/*
@mixin transition($property, $duration: 0.3s, $function: linear, $delay: 0s){
	@include cross-browser('transition', $property $duration $delay $function);
} */
.container {
  margin: 0 auto;
  width: 96%;
  max-width: 990px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

.grid {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: justify;
}
.grid:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.grid .break {
  display: inline-block;
  margin-bottom: 0 !important;
}
.grid.grid--list img {
  width: 100%;
  line-height: 0;
}
.grid [class*=col-], .grid[class*=d-] > li, .grid[class*=d-] > div, .grid[class*=d-] > article, .grid[class*=d-] > a {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  text-rendering: auto;
  margin: 0;
  vertical-align: top;
  position: relative;
  text-align: left;
}
.grid .col-1-1, .grid.d-1-1 > li, .grid.d-1-1 > div, .grid.d-1-1 > article, .grid.d-1-1 > a {
  width: 100%;
}
@media only screen and (max-width: 680px) {
  .grid .col-1-1, .grid.d-1-1 > li, .grid.d-1-1 > div, .grid.d-1-1 > article, .grid.d-1-1 > a {
    width: 100%;
  }
}
.grid .col-1-2, .grid.d-1-2 > li, .grid.d-1-2 > div, .grid.d-1-2 > article, .grid.d-1-2 > a {
  width: 47.4747474747%;
}
@media only screen and (max-width: 680px) {
  .grid .col-1-2, .grid.d-1-2 > li, .grid.d-1-2 > div, .grid.d-1-2 > article, .grid.d-1-2 > a {
    width: 100%;
  }
}
.grid .col-1-3, .grid.d-1-3 > li, .grid.d-1-3 > div, .grid.d-1-3 > article, .grid.d-1-3 > a {
  width: 29.9663299663%;
}
@media only screen and (max-width: 680px) {
  .grid .col-1-3, .grid.d-1-3 > li, .grid.d-1-3 > div, .grid.d-1-3 > article, .grid.d-1-3 > a {
    width: 47.4747474747%;
  }
}
.grid .col-1-4, .grid.d-1-4 > li, .grid.d-1-4 > div, .grid.d-1-4 > article, .grid.d-1-4 > a {
  width: 21.2121212121%;
}
@media only screen and (max-width: 680px) {
  .grid .col-1-4, .grid.d-1-4 > li, .grid.d-1-4 > div, .grid.d-1-4 > article, .grid.d-1-4 > a {
    width: 47.4747474747%;
  }
}
.grid .col-1-5, .grid.d-1-5 > li, .grid.d-1-5 > div, .grid.d-1-5 > article, .grid.d-1-5 > a {
  width: 15.9595959596%;
}
@media only screen and (max-width: 680px) {
  .grid .col-1-5, .grid.d-1-5 > li, .grid.d-1-5 > div, .grid.d-1-5 > article, .grid.d-1-5 > a {
    width: 100%;
  }
}
.grid .col-2-3 {
  width: 64.9831649832%;
}
.grid .col-3-4 {
  width: 73.7373737374%;
}
@media only screen and (max-width: 768px) {
  .grid .t-1-1, .grid.t-1-1 > li, .grid.t-1-1 > div, .grid.t-1-1 > article {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .grid .t-1-2, .grid.t-1-2 > li, .grid.t-1-2 > div, .grid.t-1-2 > article {
    width: 47.4747474747%;
  }
}
@media only screen and (max-width: 768px) {
  .grid .t-1-3, .grid.t-1-3 > li, .grid.t-1-3 > div, .grid.t-1-3 > article {
    width: 29.9663299663%;
  }
}
@media only screen and (max-width: 768px) {
  .grid .t-1-4, .grid.t-1-4 > li, .grid.t-1-4 > div, .grid.t-1-4 > article {
    width: 21.2121212121%;
  }
}
@media only screen and (max-width: 768px) {
  .grid .t-1-5, .grid.t-1-5 > li, .grid.t-1-5 > div, .grid.t-1-5 > article {
    width: 15.9595959596%;
  }
}
@media only screen and (max-width: 680px) {
  .grid .m-1-1, .grid.m-1-1 > li, .grid.m-1-1 > div, .grid.m-1-1 > article {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .grid .m-1-2, .grid.m-1-2 > li, .grid.m-1-2 > div, .grid.m-1-2 > article {
    width: 47.4747474747%;
  }
}
@media only screen and (max-width: 680px) {
  .grid .m-1-3, .grid.m-1-3 > li, .grid.m-1-3 > div, .grid.m-1-3 > article {
    width: 29.9663299663%;
  }
}
@media only screen and (max-width: 680px) {
  .grid .m-1-4, .grid.m-1-4 > li, .grid.m-1-4 > div, .grid.m-1-4 > article {
    width: 21.2121212121%;
  }
}
@media only screen and (max-width: 680px) {
  .grid .m-1-5, .grid.m-1-5 > li, .grid.m-1-5 > div, .grid.m-1-5 > article {
    width: 15.9595959596%;
  }
}

.lt-ie8 .grid.d-1-2 .first {
  margin-right: 20px;
}

/* ==========================================================================
   Visible/Hidden responsive Styles
   ========================================================================== */
.hidden-desktop,
.visible-mobile,
.visible-tablet {
  display: none !important;
}

.visible-desktop {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .hidden-tablet,
.visible-desktop,
.visible-mobile {
    display: none !important;
  }

  .hidden-desktop, .visible-tablet {
    display: block !important;
  }
}
@media only screen and (max-width: 680px) {
  .hidden-mobile,
.visible-desktop,
.visible-tablet,
table .clickout {
    display: none !important;
  }

  .hidden-desktop, .visible-mobile {
    display: block !important;
  }
}
.lt-ie8 .container {
  max-width: 920px;
}

/* =WordPress Core
-------------------------------------------------------------- */
/**
 * Colors
 */
/**
 * Breakpoints & Media Queries
 */
/**
 * Often re-used variables
 */
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Button states and focus styles
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Applies editor right position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
.editor-block-list__layout .reusable-block-edit-panel {
  align-items: center;
  background: #f8f9f9;
  color: #555d66;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  position: relative;
  top: -14px;
  margin: 0 -14px;
  padding: 8px 14px;
  position: relative;
  z-index: 7;
}

.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
  margin: 0 -14px;
  padding: 8px 14px;
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
  margin: 0 5px;
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
  margin-right: auto;
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
  margin-right: 8px;
  white-space: nowrap;
  font-weight: 600;
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
  flex: 1 1 100%;
  font-size: 14px;
  height: 30px;
  margin: 4px 0 8px;
}

.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
  flex-shrink: 0;
}

@media (min-width: 960px) {
  .editor-block-list__layout .reusable-block-edit-panel {
    flex-wrap: nowrap;
  }

  .editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    margin: 0;
  }

  .editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    margin: 0 0 0 5px;
  }
}
.editor-block-list__layout .reusable-block-indicator {
  background: #fff;
  border-left: 1px dashed #e2e4e7;
  color: #555d66;
  border-bottom: 1px dashed #e2e4e7;
  top: -14px;
  height: 30px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  width: 30px;
  right: -14px;
}

.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-button.alignright {
  /*rtl:ignore*/
  text-align: right;
}

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active {
  color: inherit;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.is-style-outline {
  color: #32373c;
}

.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid currentcolor;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-column {
  flex: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (min-width: 680px) {
  .wp-block-column {
    flex-basis: 50%;
    flex-grow: 0;
  }
}
@media (min-width: 680px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 32px;
  }

  .wp-block-column:nth-child(even) {
    margin-left: 32px;
  }

  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }

  .wp-block-column:not(:last-child) {
    margin-right: 32px;
  }
}
.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 326px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: none;
    clear: both;
    display: block;
  }
}

.wp-block-embed {
  margin-bottom: 15px;
}

.wp-block-embed figcaption {
  margin: 0;
  color: #555d66;
  text-align: center;
  font-size: 15px;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 680px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2) / 3);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3) / 4);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4) / 5);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5) / 6);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6) / 7);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7) / 8);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignright {
  display: flex;
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

.wp-block-image {
  max-width: 100%;
  /*margin-bottom: 15px;*/
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image img {
  max-width: 100%;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter,
.wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 680px) {
  .wp-block-image .alignleft {
    margin-right: 0;
    float: none;
    margin: 10px auto;
  }
}

.wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-top: 10px;
  margin-left: 20px;
}
@media only screen and (max-width: 680px) {
  .wp-block-image .alignright {
    margin-left: 0;
    float: none;
    margin: 10px auto;
  }
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  margin: 0;
  color: #555d66;
  text-align: center;
  font-size: 14px;
}

.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 52px;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}

.wp-block-latest-posts.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}

.wp-block-latest-posts.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}

@media (min-width: 680px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px);
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px);
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px);
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px);
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px);
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}

.wp-block-media-text {
  display: grid;
}

.wp-block-media-text {
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}

.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8% 0 8%;
}

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media (max-width: 680px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content";
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content" "media-text-media";
  }
}
p.is-small-text {
  font-size: 14px;
}

p.is-regular-text {
  font-size: 16px;
}

p.is-large-text {
  font-size: 36px;
}

p.is-larger-text {
  font-size: 48px;
}

p.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

p.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}

p.has-background {
  padding: 20px 30px;
}

p.has-text-color a {
  color: inherit;
}

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 305px;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px;
}

.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}

.wp-block-pullquote .has-text-color a {
  color: inherit;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote.is-style-solid-color {
  border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}

.wp-block-pullquote cite {
  color: inherit;
}

.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  margin: 0 0 16px;
  padding: 0 1em;
}

.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  font-size: 18px;
  text-align: right;
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}

.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}

.wp-block-separator.is-style-dots::before {
  content: "···";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}

.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table.alignleft,
.wp-block-table.aligncenter,
.wp-block-table.alignright {
  display: table;
  width: auto;
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  border-bottom: 1px solid #f3f4f5;
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes td {
  border-color: transparent;
}

.wp-block-text-columns {
  display: flex;
}

.wp-block-text-columns.aligncenter {
  display: flex;
}

.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: calc(100% / 2);
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: calc(100% / 3);
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: calc(100% / 4);
}

pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-video video {
  max-width: 100%;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}

.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.has-pale-pink-background-color.has-pale-pink-background-color {
  background-color: #f78da7;
}

.has-vivid-red-background-color.has-vivid-red-background-color {
  background-color: #cf2e2e;
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #313131;
}

.has-pale-pink-color.has-pale-pink-color {
  color: #f78da7;
}

.has-vivid-red-color.has-vivid-red-color {
  color: #cf2e2e;
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
  color: #ff6900;
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
  color: #fcb900;
}

.has-light-green-cyan-color.has-light-green-cyan-color {
  color: #7bdcb5;
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
  color: #00d084;
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
  color: #8ed1fc;
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
  color: #0693e3;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #eee;
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.has-very-dark-gray-color.has-very-dark-gray-color {
  color: #313131;
}

.has-small-font-size {
  font-size: 13px;
}

.has-regular-font-size,
.has-normal-font-size {
  font-size: 16px;
}

.has-medium-font-size {
  font-size: 20px;
}

.has-large-font-size {
  font-size: 36px;
}

.has-larger-font-size,
.has-huge-font-size {
  font-size: 42px;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello/fontello.eot?60487804");
  src: url("../fonts/fontello/fontello.eot?60487804#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?60487804") format("woff2"), url("../fonts/fontello/fontello.woff?60487804") format("woff"), url("../fonts/fontello/fontello.ttf?60487804") format("truetype"), url("../fonts/fontello/fontello.svg?60487804#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/fontello.svg?60487804#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-comment-empty:before {
  content: "";
}

/* '' */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #f1f1f1;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 1.7;
  font-family: "PT Sans", sans-serif;
}

/* ==========================================================================
   General
   ========================================================================== */
h1, h2, .h2, h3, h4, .h4, h5, h6 {
  /*font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;*/
  margin-bottom: 8px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h1, h2, .h2, h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.page h1 {
  font-size: 26px;
  line-height: 24px;
}
@media only screen and (max-width: 680px) {
  .page h1 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

h4, .h4, h5, h6 {
  font-size: 18px;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 20px 0;
}

div.page {
  background: #fff;
  -moz-box-shadow: 0 0 10px #BFBFBF;
  -webkit-box-shadow: 0 0 10px #BFBFBF;
  box-shadow: 0 0 10px #BFBFBF;
  padding: 0 35px;
}
@media only screen and (max-width: 1024px) {
  div.page {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 680px) {
  div.page {
    padding: 0 15px;
    box-shadow: none;
  }
}

.content {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 680px) {
  .content {
    padding-top: 43px;
    margin-top: 0;
  }
}

.box {
  background: #fff;
  font-size: 14px;
  color: #161616;
}
@media only screen and (min-width: 681px) {
  .box {
    padding: 25px;
    -moz-opacity: 0.93;
    -ms-filter: "alpha(opacity= 93)";
    filter: alpha(opacity=93);
    opacity: 0.93;
  }
}
.box p:last-child {
  margin-bottom: 0;
}
.box.box--welcome h1 {
  font-size: 20px;
}
@media only screen and (max-width: 680px) {
  .box.box--welcome {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 681px) {
  .box.box--welcome {
    margin-bottom: 43px;
  }
}

.line {
  background-image: url(../img/bg-line.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 20px;
  margin-bottom: 20px;
  clear: both;
}

.content input[type=text], .content input[type=password], .content input[type=date], .content input[type=datetime], .content input[type=datetime-local], .content input[type=month], .content input[type=week], .content input[type=email], .content input[type=number], .content input[type=search], .content input[type=tel], .content input[type=time], .content input[type=url], .content textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #ccc;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 14px;
  margin: 0 0 16px 0;
  padding: 8px;
  height: 37px;
  width: 100%;
  outline: 0;
  -webkit-transition: box-shadow 0.45s 0s linear, border-color 0.45s 0s ease-in-out;
  -moz-transition: box-shadow 0.45s 0s linear, border-color 0.45s 0s ease-in-out;
  -ms-transition: box-shadow 0.45s 0s linear, border-color 0.45s 0s ease-in-out;
  -o-transition: box-shadow 0.45s 0s linear, border-color 0.45s 0s ease-in-out;
  transition: box-shadow 0.45s 0s linear, border-color 0.45s 0s ease-in-out;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.content textarea {
  height: auto;
}
.content #commentform #submit {
  height: 40px;
  padding: 12px;
  font-weight: bold;
  border: 1px solid #ccc;
  color: #005DA8;
  background: none;
  margin-bottom: 24px;
}

.left {
  float: left;
}

.right {
  float: right;
}
@media only screen and (max-width: 680px) {
  .right {
    float: none;
    clear: left;
  }
}

.clear {
  clear: both;
  height: 0px;
  line-height: 0;
  font-size: 0;
  width: 100%;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 680px) {
  .alignnone {
    margin-bottom: 10px;
  }
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media only screen and (max-width: 680px) {
  .alignright {
    margin-bottom: 10px;
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 680px) {
  .alignleft {
    margin-bottom: 10px;
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}

a.icon-arrow {
  background-image: url(../img/sprite.png);
  background-position: 0 -47px;
  background-repeat: no-repeat;
  padding-left: 18px;
  color: #e46200;
}
ul.social_bar {
  margin: 15px 0 !important;
  padding: 10px 0;
  height: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.social_bar li {
  float: left;
  margin: 0;
  text-indent: 0 !important;
  padding: 0 10px 0 0 !important;
}
ul.social_bar li.twitter {
  padding-right: 25px;
}
ul.social_bar li:before {
  display: none;
}

ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px 0;
}
ul.list li {
  margin-bottom: 15px;
}
ul.list li img {
  width: 150px;
}
@media only screen and (max-width: 680px) {
  ul.list li img {
    width: 25%;
    height: auto;
  }
}
ul.list li .headline a {
  color: #e46200;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  /*font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;*/
  margin-bottom: 8px;
}
ul.list li h2 a, ul.list li .h2 a, ul.list li .h4 a {
  color: #e46200;
  text-decoration: none;
}
ul.list li a {
  color: #e46200;
  text-decoration: none;
}
@media only screen and (max-width: 680px) {
  ul.list li p {
    display: none;
  }
}

p > .tablepress-overflow ~ br {
  display: none;
}

.info-text table {
  background: white;
  margin-bottom: 20px;
  border: solid 1px #ddd;
}
@media only screen and (max-width: 680px) {
  .info-text table {
    width: 100%;
  }
}
.info-text table td {
  padding: 9px 10px;
  font-size: 14px;
  color: #222;
}
.info-text table tr.even, .info-text table tr.alt, .info-text table tr:nth-of-type(even) {
  background: #f9f9f9;
}
.info-text table.tablepress {
  margin-top: 12px;
  width: 100%;
}
.info-text table.tablepress thead, .info-text table.tablepress tr.odd {
  background: #fff;
}
.info-text table.tablepress td {
  font-size: 14px;
}
.info-text table.tablepress th {
  text-align: left;
  color: #222;
  padding: 8px 8px 10px;
  font-weight: bold;
}
.info-text table.tablepress th:first-child {
  width: 40%;
}
.info-text table.tablepress tr.even td {
  background: #F6F6F6;
}
.info-text table.tablepress tr.even td:first-child {
  background: #EBEBEB;
}
.info-text table.small-column-1 th:first-child {
  width: auto;
}

@media only screen and (max-width: 680px) {
  .tablepress-overflow {
    overflow: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Header
   ========================================================================== */
header.main {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  header.main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    padding: 15px;
  }
}
header.main .toggle-menu {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  top: 36px;
  left: 15px;
  background: #fff;
  text-decoration: none;
}
header.main .toggle-menu i {
  position: absolute;
  top: -14px;
  left: -1px;
  font-size: 11px;
  line-height: 11px;
  color: #000;
  font-style: normal;
}
@media only screen and (max-width: 680px) {
  header.main .toggle-menu {
    top: 25px;
  }
}
header.main .toggle-menu span {
  height: 3px;
  display: block;
  width: 25px;
  background: #000;
  position: relative;
}
header.main .toggle-menu span:after, header.main .toggle-menu span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
  left: 0;
}
header.main .toggle-menu span:before {
  top: 7px;
}
header.main .toggle-menu span:after {
  top: 14px;
}
header.main .toggle-menu._hidden {
  display: none !important;
}
header.main .toggle-menu-link {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  top: 36px;
  left: 15px;
  background: #fff;
  text-decoration: none;
}
header.main .toggle-menu-link i {
  position: absolute;
  top: -14px;
  left: -1px;
  font-size: 11px;
  line-height: 11px;
  color: #000;
  font-style: normal;
}
@media only screen and (max-width: 680px) {
  header.main .toggle-menu-link {
    top: 25px;
  }
}
header.main .toggle-menu-link span {
  height: 3px;
  display: block;
  width: 25px;
  background: #000;
  position: relative;
}
header.main .toggle-menu-link span:after, header.main .toggle-menu-link span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
  left: 0;
}
header.main .toggle-menu-link span:before {
  top: 7px;
}
header.main .toggle-menu-link span:after {
  top: 14px;
}
header.main .logo {
  margin: 0;
  padding: 0;
}
header.main .logo a {
background-image: url(../img/bussgeldkatalog-logo-2025.png);
  background-repeat: no-repeat;
  display: block;
  width: 260px;
  height: 46px;
  text-indent: -9999px;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  header.main .logo a {
    margin: auto;
  }
}
@media only screen and (max-width: 680px) {
  header.main .logo a {
    width: 130px;
    height: 23px;
    background-size: cover;
  }
}
header.main .logo-mobilitaetsmagazin {
  margin: 0;
  padding: 0;
}
header.main .logo-mobilitaetsmagazin__wrap {
  width: 260px;
  position: relative;
}
@media only screen and (max-width: 680px) {
  header.main .logo-mobilitaetsmagazin__wrap {
    width: 160px;
    margin: 0 auto;
  }
}
header.main .logo-mobilitaetsmagazin a:first-child {
  background-image: url(../img/logo-mobilitaetsmagazin.png);
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  text-indent: -9999px;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  header.main .logo-mobilitaetsmagazin a:first-child {
    margin: auto;
  }
}
@media only screen and (max-width: 680px) {
  header.main .logo-mobilitaetsmagazin a:first-child {
    height: 28px;
    background-size: cover;
    margin: 0 auto;
  }
}
header.main .logo-mobilitaetsmagazin a:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64%;
  height: 15px;
  display: block;
  text-indent: -9999px;
}
@media only screen and (max-width: 680px) {
  header.main .logo-mobilitaetsmagazin a:nth-of-type(2) {
    height: 9px;
  }
}
header.main .logo-testsieger {
  margin: 0;
  padding: 0;
}
header.main .logo-testsieger__wrap {
  width: 260px;
  position: relative;
}
@media only screen and (max-width: 680px) {
  header.main .logo-testsieger__wrap {
    width: 160px;
    margin: 0 auto;
  }
}
header.main .logo-testsieger a:first-child {
  background-image: url(../img/logo-testsieger.png);
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  text-indent: -9999px;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  header.main .logo-testsieger a:first-child {
    margin: auto;
  }
}
@media only screen and (max-width: 680px) {
  header.main .logo-testsieger a:first-child {
    height: 28px;
    background-size: cover;
    margin: 0 auto;
  }
}
header.main .logo-testsieger a:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64%;
  height: 15px;
  display: block;
  text-indent: -9999px;
}
@media only screen and (max-width: 680px) {
  header.main .logo-testsieger a:nth-of-type(2) {
    height: 9px;
  }
}
@media only screen and (min-width: 769px) {
  header.main .search {
    float: right;
    position: relative;
    top: -46px;
    margin-right: 20px;
    margin-bottom: -15px;
  }
}
@media only screen and (max-width: 800px) {
  header.main .search {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 768px) {
  header.main .search {
    position: absolute;
    right: 55px;
    top: 18px;
    display: flex;
    justify-content: flex-end;
    width: 42px;
    overflow: hidden;
    transition: all 0.2s ease-out;
    display: none;
  }
  header.main .search._mobile-opened {
    width: 202px;
  }
  header.main .search._mobile-opened button {
    border-radius: 0 5px 5px 0;
    transition: all 0.2s ease-out;
    outline: none;
  }
}
header.main .search input[type=text] {
  background: #F3F3F3;
  border: 0 none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  float: left;
  width: 210px;
  font-size: 14px;
  padding: 8px;
  height: 42px;
  outline: 0;
}
@media only screen and (max-width: 800px) {
  header.main .search input[type=text] {
    width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  header.main .search input[type=text] {
    flex-shrink: 0;
  }
}
header.main .search button {
  background-color: #f3f3f3;
  background-image: url(../img/sprite.png);
  background-position: 8px 0;
  background-repeat: no-repeat;
  border: 0 none;
  height: 42px;
  width: 36px;
  flex-shrink: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  text-indent: -9999px;
}
.svg header.main .search button {
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  header.main .search button {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    height: 42px;
    width: 42px;
    background-position: 12px 0px;
  }
}
@media only screen and (max-width: 680px) {
  header.main .search button {
    height: 30px;
    width: 30px;
    background-position: 6px -6px;
  }
}
@media only screen and (max-width: 680px) {
  header.main .search {
    top: 14px;
    width: 30px;
  }
  header.main .search._mobile-opened {
    width: 190px;
  }
}
@media only screen and (max-width: 680px) and (max-width: 430px) {
  header.main .search._mobile-opened {
    width: calc(100% - 70px);
  }
  header.main .search._mobile-opened input[type=text] {
    width: auto;
    flex: 1;
  }
}
@media only screen and (max-width: 680px) {
  header.main .search input[type=text] {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
  }
}
header.main .social-navigation {
  float: right;
  position: relative;
  top: -46px;
  margin-bottom: -15px;
}
@media only screen and (max-width: 768px) {
  header.main .social-navigation {
    display: none;
  }
}
header.main .social-navigation a {
  background-color: #f3f3f3;
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
  text-indent: -9999px;
  margin-left: 10px;
}
.svg header.main .social-navigation a {
  background-image: url(../img/sprite.svg);
  background-repeat: no-repeat;
}
header.main .social-navigation a.icon-fb {
  background-position: -42px 0;
}
header.main .social-navigation a.icon-gp {
  background-position: -84px 0;
}
header.main .social-navigation a.icon-tw {
  background-position: -126px 0;
}
header.main .social-navigation a.icon-app {
  background-position: -97px -47px;
}

@media only screen and (max-width: 680px) {
  .lt-ie9 header.main .logo a {
    background-image: url(../img/logo-ie-mobile.png);
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 680px) {
  .lt-ie9 header.main .logo-mobilitaetsmagazin a {
    background-image: url(../img/logo-mobilitaetsmagazin.png);
    background-repeat: no-repeat;
  }
}

.lt-ie8 header.main .social-navigation {
  width: 165px;
}
.lt-ie8 header.main .social-navigation a {
  text-indent: 0;
  font-size: 0;
  line-height: 0;
}
.lt-ie8 header.main .search input[type=text] {
  height: 26px;
}

body.page-template-default .toggle-menu, body.page-template-page-anwalt-kanzlei .toggle-menu, body.page-template-page-verkehrsanwalt .toggle-menu, body.post-template-default .toggle-menu, body.blog .toggle-menu {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  body.page-template-default .search, body.page-template-page-anwalt-kanzlei .search, body.page-template-page-verkehrsanwalt .search, body.post-template-default .search, body.blog .search {
    right: 15px;
  }
}

.mobile-search-form {
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.mobile-search-form__body {
  display: none;
  flex: 1;
  top: 0;
  background: #fff;
  align-items: center;
}
.mobile-search-form__body input {
  background: transparent;
  border: 0;
  flex: 1;
  width: 100%;
}
.mobile-search-form__body button {
  border: 0;
  background: transparent;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  font-size: 24px;
  color: #444;
  width: 50px;
  text-align: center;
  outline: none;
}
.mobile-search-form__field {
  flex: 1;
}
.mobile-search-form__toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  cursor: pointer;
}
.mobile-search-form__toggle i {
  font-size: 24px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.mobile-search-form__toggle i:last-child {
  display: none;
}
.mobile-search-form._open {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .mobile-search-form._open {
    display: flex;
  }
}
.mobile-search-form._open .mobile-search-form__toggle i:last-child {
  display: inline-block;
}
.mobile-search-form._open .mobile-search-form__toggle i:first-child {
  display: none;
}
.mobile-search-form._open .mobile-search-form__body {
  display: flex;
}

.icon-search {
  background-image: url(../img/sprite.png);
  background-position: 8px 0;
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  display: block;
}

.mobile-search-toggle {
  display: none;
  position: absolute;
  right: 8px;
  top: 6px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
@media only screen and (max-width: 768px) {
  .mobile-search-toggle {
    display: block;
  }
}

/* ==========================================================================
   Featured Image
   ========================================================================== */
.featured-image {
  position: relative;
  left: -35px;
  right: -35px;
  top: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .featured-image {
    left: -20px;
    right: -20px;
    min-height: 263px;
  }
}
@media only screen and (max-width: 680px) {
  .featured-image {
    display: none;
  }
}
body.search .featured-image, .home .featured-image, .page-template-page-bussgeldkatalog-home .featured-image, .page-template-page-bussgeldkatalog .featured-image, .page-template-page-bussgeldkatalog-fahrrad .featured-image {
  position: absolute;
  height: 263px;
}
body.search .featured-image img, .home .featured-image img, .page-template-page-bussgeldkatalog-home .featured-image img, .page-template-page-bussgeldkatalog .featured-image img, .page-template-page-bussgeldkatalog-fahrrad .featured-image img {
  max-width: none;
}
@media only screen and (max-width: 768px) {
  .page-template-page-bussgeldkatalog .featured-image, .page-template-page-bussgeldkatalog-fahrrad .featured-image {
    height: 132px;
  }
}

/* ==========================================================================
   Main Navigation
   ========================================================================== */
nav.main {
  position: relative;
  z-index: 10;
  background: #fff;
  display: none;
}
@media only screen and (min-width: 769px) {
  nav.main._hidden {
    display: none !important;
  }
}
.home nav.main, .page-template-page-bussgeldkatalog-home nav.main, .page-template-page-bussgeldkatalog nav.main, .page-template-page-bussgeldkatalog-fahrrad nav.main {
  display: block;
}
@media only screen and (min-width: 769px) {
  nav.main {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -moz-box-shadow: 0 0 20px -10px #000;
    -webkit-box-shadow: 0 0 20px -10px #000;
    box-shadow: 0 0 20px -10px #000;
    width: 32.06%;
    margin-right: 3.81%;
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  nav.main {
    position: fixed;
    top: 75px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 15px 15px;
    padding-top: 0;
    transition: transform 0.3s ease 0s;
    width: 90%;
    background: #fff;
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1002;
    right: auto;
    bottom: 0;
    display: flex !important;
    flex-direction: column;
  }
  nav.main._open {
    transform: translateX(0);
  }
}
nav.main a {
  -webkit-transition: background 0.3s 0s linear;
  -moz-transition: background 0.3s 0s linear;
  -ms-transition: background 0.3s 0s linear;
  -o-transition: background 0.3s 0s linear;
  transition: background 0.3s 0s linear;
  text-decoration: none;
  color: #000;
  display: block;
}
@media only screen and (min-width: 769px) {
  nav.main a:hover, nav.main a.active {
    background: #e46200;
    color: #fff;
  }
}
nav.main .nav--top-header {
  text-align: right;
  padding-top: 15px;
  display: none;
}
@media only screen and (max-width: 768px) {
  nav.main .nav--top-header {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  nav.main .nav--head {
    border-bottom: 1px solid #968F87;
    padding: 20px;
  }
}
nav.main .nav--head .nav--headline {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  /*font-family: Verdana, sans-serif;*/
  display: block;
}
nav.main .nav--head .nav--choice {
  position: relative;
}
@media only screen and (min-width: 769px) {
  nav.main .nav--head .nav--choice:hover ul {
    display: block;
  }
}
nav.main .nav--head .nav--choice span, nav.main .nav--head .nav--choice a {
  display: block;
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 14px;
}
nav.main .nav--head .nav--choice span {
  background: #F3F3F3;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 1px 1px 4px 2px #ccc;
  -webkit-box-shadow: inset 1px 1px 4px 2px #ccc;
  box-shadow: inset 1px 1px 4px 2px #ccc;
  color: #000;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
nav.main .nav--head .nav--choice span._open + ul {
  display: block;
}
nav.main .nav--head .nav--choice span:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0 7px;
  border-color: #e46200 transparent transparent transparent;
}
nav.main .nav--head .nav--choice ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  width: 100%;
  z-index: 347;
  position: absolute;
  top: 41px;
  background: #F3F3F3;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
nav.main .nav--head .nav--choice ul li a {
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  nav.main .nav--head .nav--choice ul li {
    position: relative;
    z-index: 10;
  }
}
nav.main .nav--list {
  clear: both;
}
@media only screen and (max-width: 768px) {
  nav.main .nav--list {
    margin: 15px 0 30px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 680px) {
  nav.main .nav--list {
    top: 94px;
  }
}
nav.main .nav--list a {
  border-bottom: 1px solid #EEEEEE;
  padding: 8px 20px;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  nav.main .nav--list a {
    padding-left: 0;
    padding-right: 0;
  }
}
nav.main .nav--list a:last-child {
  border-bottom: 0;
}

.icon-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  position: relative;
  display: inline-block;
}

.icon-close:before, .icon-close:after {
  position: absolute;
  left: 10px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #333;
  margin: 0;
}

.icon-close:before {
  transform: rotate(45deg);
}

.icon-close:after {
  transform: rotate(-45deg);
}

/* ==========================================================================
   Teaser
   ========================================================================== */
.content_search #content_search_input {
  width: 71%;
  float: left;
}
.content_search #content_search_submit {
  width: 26%;
  background: #e46200;
  color: #fff;
  float: right;
  padding: 4px 0;
  border: none;
}

.teaser {
  width: 64.13%;
  float: left;
  position: relative;
}
@media only screen and (min-width: 681px) {
  .teaser {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .teaser {
    width: 100%;
  }
}
.teaser .grid--list li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 680px) {
  .teaser .grid--list li {
    margin-bottom: 0;
    border-top: 1px solid #ddd;
  }
}
@media only screen and (min-width: 681px) {
  .teaser .grid--list li:nth-child(2n) {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 680px) {
  .teaser .grid--list a.icon-arrow {
    background: none;
    background-image: none;
    padding: 10px 0;
    font-size: 18px;
    display: inline-block;
  }
}
.teaser .grid--list img {
  margin-bottom: 20px;
}
.teaser .grid--list p {
  margin-bottom: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 680px) {
  .teaser .grid--list p {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.breadcrumb {
  margin-bottom: 25px;
  font-size: 14px;
}
.breadcrumb h2 {
  font: inherit;
  font-weight: 700;
  color: #5A5A5A;
  margin: 0;
}
.breadcrumb span {
  display: inline-block;
  margin-right: 8px;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:before {
  color: #5A5A5A;
  content: "»";
  margin: 0 8px;
  font-size: 14px;
  font-weight: bold;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb a {
  color: #005DA8;
  text-decoration: underline;
}
.breadcrumb .current a {
  font-weight: bold;
  color: #5A5A5A;
  text-decoration: none;
}

@media only screen and (max-width: 680px) {
  body.page-template-page-bussgeldkatalog-home .breadcrumb {
    display: none;
  }
}

/* ==========================================================================
   Infotext
   ========================================================================== */
.info-text {
  clear: both;
}
@media only screen and (max-width: 680px) {
  .info-text {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.info-text a {
  color: #e46200;
  text-decoration: none;
}
.info-text a:hover {
  text-decoration: underline;
}
.info-text ol, .info-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.info-text li {
  padding-bottom: 12px;
}
.info-text ul li {
  padding-left: 15px;
}
.info-text ul li:before {
  content: "■ ";
  font-size: 16px;
  color: #e46200;
}
.info-text ol {
  list-style: decimal;
  margin-left: 20px;
}
.info-text blockquote {
  /*font-size: 12px;*/
  font-style: italic;
  /*width: 590px;*/
  /*margin: 0.25em 0;*/
  margin: 0 0;
  /*padding: 0.25em 50px;*/
  padding: 0 50px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
.info-text blockquote:before {
  font-family: Georgia, serif;
  display: block;
  content: "“";
  font-size: 80px;
  position: absolute;
  left: 0;
  top: -20px;
  color: #7a7a7a;
}
.info-text .note {
  clear: both;
  /*color: $orange;*/
  border: 2px solid #e46200;
  padding: 12px;
  margin-bottom: 20px;
  /*strong {
   font-size: 13px;
   font-weight: 400;
  }*/
}
@media only screen and (max-width: 680px) {
  .info-text .note {
    text-align: left;
  }
}
.info-text .note ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.info-text .note ul li {
  padding-bottom: 0 !important;
}

/* ==========================================================================
   Bußgeldrechner Detail
   ========================================================================== */
@media only screen and (min-width: 769px) {
  .page-template-page-bussgeldkatalog .teaser, .page-template-page-bussgeldkatalog-fahrrad .teaser {
    margin-top: 270px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-bussgeldkatalog .teaser, .page-template-page-bussgeldkatalog-fahrrad .teaser {
    margin-top: 145px;
  }
}
@media only screen and (max-width: 680px) {
  .page-template-page-bussgeldkatalog .teaser, .page-template-page-bussgeldkatalog-fahrrad .teaser {
    margin-top: 0;
  }
}

nav.tabbed {
  margin-bottom: 30px;
}
nav.tabbed .icon-comment-empty {
  display: none;
}
@media only screen and (max-width: 680px) {
  nav.tabbed .icon-comment-empty {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: -2px;
  }
  nav.tabbed .icon-comment-empty ~ span {
    display: none;
  }
}
nav.tabbed a {
  color: #005DA8;
  font-size: 14px;
  text-align: center;
  /*width: 25%;*/
  width: 33%;
  display: inline-block;
  line-height: 36px;
  height: 36px;
  border-bottom: 1px solid #ddd;
  float: left;
  text-decoration: none;
}
nav.tabbed a.active {
  color: #000;
  position: relative;
  z-index: 10;
  text-decoration: none;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
nav.tabbed a.active:hover {
  background-color: #fff;
}
nav.tabbed a:hover {
  background: #F6F6F6;
  text-decoration: none;
}
@media only screen and (max-width: 680px) {
  nav.tabbed > div {
    display: flex;
  }
  nav.tabbed > div > a {
    width: auto;
    flex-grow: 1;
    font-size: 12px;
  }
}

.tabbed-content {
  display: none;
}
.tabbed-content.active {
  display: block;
}
.tabbed-content ol {
  margin: 0 0 30px 22px;
  padding: 0;
}
.tabbed-content ol ol, .tabbed-content ol ul {
  list-style: none;
  margin-left: 30px;
  padding-left: 0;
  margin-bottom: 0;
}
.tabbed-content ol ol li, .tabbed-content ol ul li {
  padding-bottom: 20px;
}
.tabbed-content ol ol li:before, .tabbed-content ol ul li:before {
  display: none;
}

/* ==========================================================================
   Inhaltsverzeichnis
   ========================================================================== */
#ez-toc-container, #toc_container {
  padding: 15px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 600px;
  border: 2px solid #EBEBEB;
}
#ez-toc-container .ez-toc-title, #ez-toc-container .toc_title, #toc_container .ez-toc-title, #toc_container .toc_title {
  font-weight: 700;
}
#ez-toc-container ul, #toc_container ul {
  margin-bottom: 0;
}
#ez-toc-container ul li, #toc_container ul li {
  padding-bottom: 6px;
}
#ez-toc-container ul li:before, #toc_container ul li:before {
  content: none;
}
#ez-toc-container ul li:last-child, #toc_container ul li:last-child {
  padding-bottom: 0;
}
#ez-toc-container ul ul, #toc_container ul ul {
  margin-top: 6px;
}

/* ==========================================================================
   Kommentare
   ========================================================================== */
.commentlist {
  list-style: none !important;
  margin: 12px 0 !important;
  padding: 0 !important;
  word-break: break-word;
}
.commentlist li {
  clear: both;
  padding: 12px 0;
  margin: 0;
  text-indent: 0;
}
.commentlist li:before {
  display: none;
}
.commentlist .comment-author {
  float: left;
}
.commentlist .comment-author cite {
  font-weight: bold;
  font-size: 15px;
  padding: 0;
  margin: 0;
  /*padding-left: 12px;*/
}
.commentlist .comment-meta {
  float: right;
}
.commentlist p {
  clear: both;
  margin: 0;
  padding: 12px 0;
}
.commentlist .children {
  margin: 24px 0 12px;
  margin-left: 12px;
  padding: 0 12px;
  border-left: 1px solid #ddd;
}

/* ==========================================================================
   Bußgeldrechner Detail
   ========================================================================== */
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
  margin-bottom: 20px;
}

table.gsc-search-box {
  width: 100%;
  /*background: #E7E7E7;*/
  /*padding: 18px;*/
  border: 0 none;
  margin: 0;
  /*@include radius(6px);*/
}
table.gsc-search-box td {
  vertical-align: middle;
}
table.gsc-search-box td.gsc-input {
  padding-right: 12px;
}
@media only screen and (max-width: 680px) {
  table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
  }
}
table.gsc-search-box td.gsc-search-button {
  width: 1%;
}
table.gsc-search-box td.gsc-search-button button {
  background-color: #e46200;
  color: #fff;
  border: 0 none;
}
table.gsc-search-box input.gsc-input {
  outline: none;
  background: #fff;
  margin: 0;
  color: #919194;
  padding: 5px;
  height: 52px;
  font-size: 25px;
  border: 0 none;
  box-shadow: none;
}
table.gsc-search-box .gsc-clear-button {
  width: 0;
  display: none;
}

.gsc-above-wrapper-area {
  border-bottom: 1px solid #E9E9E9;
  padding: 5px 0 5px 0;
  position: relative !important;
  /*
   &:after {
     content: "";
     position: absolute;
     bottom: 28px;
     left: 30px;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 18px 51px 0 51px;
     border-color: #e9e9e9 transparent transparent transparent;
     z-index: 100;
   }
  */
}
.gsc-above-wrapper-area td {
  background: #E7E7E7;
  color: #000;
  font-size: 13px;
}
@media only screen and (max-width: 680px) {
  .gsc-above-wrapper-area .gsc-result-info-container {
    display: none;
  }
}
.gsc-above-wrapper-area .gsc-result-info {
  font-weight: bold;
  color: #000;
}
.gsc-above-wrapper-area .gsc-orderby-container {
  display: none;
}
.gsc-above-wrapper-area .gsc-selected-option-container {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  font-size: 12px;
  height: 28px;
  font-weight: normal;
  line-height: 28px;
  outline: 0 none;
  padding: 0 28px 0 6px;
  position: relative;
  text-align: center;
  width: 134px !important;
}

.gsc-wrapper .gsc-resultsHeader {
  border: 0 none;
}
.gsc-wrapper table {
  border: 0 none;
  margin-bottom: 20px;
  border: 0 none;
}
.gsc-wrapper table td {
  padding-left: 0;
  padding-right: 0;
}
.gsc-wrapper .gsc-webResult.gsc-result, .gsc-wrapper .gsc-results .gsc-imageResult,
.gsc-wrapper .cse .gsc-webResult.gsc-result, .gsc-wrapper .gsc-webResult.gsc-result, .gsc-wrapper .gsc-imageResult-column, .gsc-wrapper .gsc-imageResult-classic {
  margin: 0 0 20px;
  padding: 0;
}
.gsc-wrapper .gsc-webResult.gsc-result, .gsc-wrapper .gsc-webResult.gsc-result:hover, .gsc-wrapper .gsc-results .gsc-imageResult, .gsc-wrapper .gsc-results .gsc-imageResult:hover,
.gsc-wrapper .cse .gsc-webResult.gsc-result,
.gsc-wrapper .cse .gsc-webResult.gsc-result:hover, .gsc-wrapper .gsc-webResult.gsc-result, .gsc-wrapper .gsc-webResult.gsc-result:hover, .gsc-wrapper .gsc-imageResult-column, .gsc-wrapper .gsc-imageResult-column:hover, .gsc-wrapper .gsc-imageResult-classic, .gsc-wrapper .gsc-imageResult-classic:hover {
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 681px) {
  .gsc-wrapper .gsc-table-cell-snippet-close {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 680px) {
  .gsc-wrapper td.gsc-table-cell-thumbnail {
    display: none;
  }
}
.gsc-wrapper div.gs-visibleUrl {
  padding-top: 4px;
  text-decoration: underline;
}
@media only screen and (max-width: 680px) {
  .gsc-wrapper div.gs-visibleUrl {
    display: none !important;
  }
}

.gsc-results .gsc-cursor-box {
  margin-bottom: 10px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: #fff;
  color: #e46401;
  cursor: pointer;
  text-decoration: none !important;
  margin-right: 8px;
  display: inline;
  font-size: 15px;
  padding: 3px 6px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  background: #e46200;
  color: #fff;
  font-weight: bold;
  height: 500px;
}
.gsc-results .gs-title {
  height: auto !important;
  overflow: visible !important;
  margin-bottom: 10px;
}

@media only screen and (min-width: 681px) {
  .lt-ie8 .teaser {
    width: 63.3%;
  }
}
.lt-ie8 .breadcrumb li {
  background-image: url(../img/ie-arrow-right.png);
  background-position: center right;
  background-repeat: no-repeat;
  margin-right: 10px;
  padding-right: 20px;
}
.lt-ie8 .breadcrumb li.current {
  background: none;
}
@media only screen and (min-width: 681px) {
  .lt-ie8 nav.tabbed a {
    /*width: 24.9999999%;*/
    width: 33%;
  }
}
.lt-ie8 nav.main .nav--head .nav--choice {
  border: 1px solid #ccc;
  background: #F3F3F3;
}
.lt-ie8 nav.main .nav--head .nav--choice span {
  background-image: url(../img/ie-arrow-down.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.lt-ie8 nav.main .nav--head .nav--choice ul {
  left: -1px;
  top: 42px;
}
.lt-ie8 .info-text ul li {
  text-indent: 0;
  padding-left: 15px;
  background-image: url(../img/ie-bullet.png);
  background-position: 7px left;
  background-repeat: no-repeat;
}
.lt-ie8 .info-text ul.social_bar li {
  background: none;
}

.clickout_sidebardiv {
  background-color: #e76300;
  border-bottom: 1px solid #ddd;
  padding: 4px 12px;
  cursor: pointer;
}

.clickout_sidebarspan {
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}

span.clickout_sidebarspan:hover {
  text-decoration: underline;
}

.media {
  clear: both;
  padding: 0;
  margin: 10px 0;
}

@media only screen and (max-width: 680px) {
  .yarpp-related .list li span.headline a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 680px) {
  .yarpp-related img {
    display: none;
  }
}

.faq {
  background-color: #efefef;
  padding: 20px;
  margin: 20px 0;
  border-top: solid #e46200 2px;
}

.faq h3 {
  color: #e46200;
}

.schema-faq-answer {
  margin-bottom: 15px;
  margin-top: 0px;
}

.share-btns {
  margin-bottom: 14px;
}

.news-data {
  margin: 0;
}

@media (min-width: 681px) and (max-width: 768px) {
  body.single-post nav.breadcrumb.line {
    margin-top: 20px;
  }
}

@media (min-width: 681px) and (max-width: 1021px) {
  body.page-template-default .featured-image {
    min-height: auto;
  }
}

@media (min-width: 681px) and (max-width: 768px) {
  body.page-template-page-bussgeldkatalog .teaser {
    margin-top: 278px;
  }
}

@media print {
  .td--clickout .clickout {
    font-size: 0;
  }
  .td--clickout .clickout:after {
    content: "Auf www.sos-verkehrsrecht.de prüfen";
    font-size: 14px;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
footer.main {
  font-family: Arial;
  background: #EFEFEE;
  color: #373737;
  padding: 23px 35px 0;
  margin-left: -35px;
  margin-right: -35px;
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  footer.main {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 680px) {
  footer.main {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 1024px) {
  footer.main .about {
    width: 100%;
  }
  footer.main .intern {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 680px) {
  footer.main .intern {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  footer.main .about {
    width: 100%;
  }
}
footer.main .intern ul,
footer.main .footer-grid__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-right: 15px;
}
footer.main .intern ul li,
footer.main .footer-grid__col ul li {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  footer.main .intern ul.icon-arrow,
footer.main .footer-grid__col ul.icon-arrow {
    width: 50%;
    margin-right: 0;
  }
}
footer.main .intern ul.icon-arrow.without-headline,
footer.main .footer-grid__col ul.icon-arrow.without-headline {
  margin-top: 28px;
}
@media only screen and (max-width: 480px) {
  footer.main .intern ul.icon-arrow.without-headline,
footer.main .footer-grid__col ul.icon-arrow.without-headline {
    margin-top: -20px;
  }
}
footer.main .intern ul.icon-arrow li,
footer.main .footer-grid__col ul.icon-arrow li {
  background-position: 0 -75px;
  padding-left: 20px;
}
footer.main .intern ul.icon-arrow a,
footer.main .footer-grid__col ul.icon-arrow a {
  color: #000;
  text-decoration: none;
}
footer.main .intern ul.icon-arrow a:hover,
footer.main .footer-grid__col ul.icon-arrow a:hover {
  text-decoration: underline;
}
footer.main .legal {
  clear: both;
  display: block;
  border-top: 1px solid #b6b6b6;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  text-align: center;
}
footer.main .legal a {
  color: #000;
  text-decoration: none;
  padding: 0 20px;
}
footer.main .legal a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 680px) {
  footer.main .legal {
    border: none;
    padding-top: 0;
  }
}

.lt-ie8 footer.main {
  position: relative;
}

footer.main .collapsed-box__header {
  font-size: 130%;
  font-weight: 700;
  padding-bottom: 10px;
}
@media only screen and (max-width: 680px) {
  footer.main .collapsed-box__header {
    padding-left: 10px;
  }
}
footer.main .collapsed-box__header:after {
  margin-top: -6px;
}
footer.main .collapsed-box__body {
  font-size: 13px;
}
footer.main .collapsed-box__body ul.icon-arrow li {
  margin-bottom: 3px;
  background-image: none !important;
  position: relative;
}
footer.main .collapsed-box__body ul.icon-arrow li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -75px;
}
footer.main .collapsed-box__body ul.icon-arrow li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 680px) {
  footer.main .collapsed-box__body ul.icon-arrow li {
    background-image: none !important;
    padding-left: 10px !important;
  }
  footer.main .collapsed-box__body ul.icon-arrow li:before {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  footer.main .collapsed-box__body ul.icon-arrow {
    float: none !important;
    width: auto !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 680px) {
  footer.main .collapsed-box {
    border-bottom: 1px solid #cacaca;
  }
  footer.main .collapsed-box._last {
    border-bottom: 0;
  }
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.footer-grid__col {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .footer-grid__col {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .footer-grid__col {
    width: 100%;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.lt-ie9 body {
  overflow-x: hidden;
}
.lt-ie9 .page {
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #EBEBEB;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 680px) {
  .wp-caption.alignleft {
    display: block;
    margin: 5px auto 5px auto;
    float: none !important;
  }
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
@media only screen and (max-width: 680px) {
  .wp-caption.alignright {
    display: block;
    margin: 5px auto 5px auto;
    float: none !important;
  }
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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. */
}

/* ==========================================================================
   Einspruch
   ========================================================================== */
.einspruch-top:hover, .einspruch-bottom:hover {
  background: #ffe4e4;
}

.einspruch-top .einspruch-inner .einspruch_headline, .einspruch-bottom .einspruch-inner .einspruch_headline {
  color: #00BF5F;
}

.einspruch-top .einspruch-inner .einspruch_button, .einspruch-bottom .einspruch-inner .einspruch_button {
  background-color: #00BF5F;
}

.einspruch-top, .einspruch-bottom {
  width: 100%;
  border: 0px solid #F6F6F6;
  clear: both;
  margin-bottom: 10px;
  background-color: #F6F6F6;
}

.einspruch-top:hover, .einspruch-bottom:hover {
  background: #DEDEDE;
  cursor: pointer;
}

.einspruch-top .einspruch-inner, .einspruch-bottom .einspruch-inner {
  display: block;
  text-align: left;
  padding: 2px;
}

.einspruch-top .einspruch-inner:hover, .einspruch-bottom .einspruch-inner:hover {
  text-decoration: none !important;
  cursor: pointer;
}

.einspruch-top .einspruch-inner div, .einspruch-bottom .einspruch-inner div {
  display: block;
  margin: 0 0 0 0;
}

.einspruch-top .einspruch-inner .einspruch_headline, .einspruch-bottom .einspruch-inner .einspruch_headline {
  max-width: 100%;
  display: block;
  font-size: 20px;
  color: #e76300;
  line-height: 1.2;
}
@media only screen and (max-width: 680px) {
  .einspruch-top .einspruch-inner .einspruch_headline, .einspruch-bottom .einspruch-inner .einspruch_headline {
    font-size: 18px;
  }
}

.einspruch-top .einspruch-inner .einspruch_description, .einspruch-bottom .einspruch-inner .einspruch_description {
  max-width: 100%;
  display: block;
  font-size: 16px;
  color: #000;
  padding: 15px 0;
  line-height: 1.2;
}

.einspruch-top .einspruch-inner .einspruch_button, .einspruch-bottom .einspruch-inner .einspruch_button {
  text-align: center;
  display: block;
  font-size: 18px;
  background-color: #e76300;
  color: #fff;
  width: 250px;
  padding: 10px 0;
}
@media only screen and (max-width: 680px) {
  .einspruch-top .einspruch-inner .einspruch_button, .einspruch-bottom .einspruch-inner .einspruch_button {
    font-size: 16px;
  }
}

.einspruch-top:hover .einspruch-inner .einspruch_button span, .einspruch-bottom:hover .einspruch-inner .einspruch_button span {
  padding-bottom: 0;
  border-bottom: 1px solid #fff;
  line-height: 20px;
  cursor: pointer;
}

/* ==========================================================================
   Custom Tables
   ========================================================================== */
.clickout_table {
  color: #e76300;
  cursor: pointer;
}

.clickout_table:hover {
  text-decoration: underline;
}

.video_wrapper_outer {
  max-width: 500px;
  margin: 0 0 20px;
}

.video_wrapper_inner {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0;
}

.video_wrapper_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.downloadbox {
  border: 2px solid #e46200;
  padding: 15px 20px 15px 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  overflow: auto;
}

.downloadbox ul li:before {
  content: "🗸";
  font-size: 25px;
  margin-right: 10px;
  color: #e46200;
}

.downloadbox ul li {
  padding: 1px 10px 15px 10px;
  list-style: none !important;
  text-indent: 10px;
}

.downloadbox h4 {
  color: #000;
  text-decoration: underline;
  border: none;
}

.downloadbox .button {
  background: #e46200;
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
  float: left;
  display: inline-block;
  width: auto;
}

.downloadbox .button a {
  font-size: 16px;
  color: #fff;
  padding: 10px;
}

.muster {
  background: #ededed;
  padding: 10px;
  margin: 20px;
  border: 1px solid black;
}

.post-ratings {
  margin: 5px 0 10px;
}

.cookieAdvice {
  background: #dadbdb;
  color: #564b47;
  font-size: 13px;
  margin-bottom: 10px;
}

.cookieAdvice a {
  color: #564b47;
  text-decoration: underline;
}

.cookieAdvice p {
  background: #dadbdb;
  max-width: 1173px;
  text-align: center;
  margin: 0 auto;
  padding: 3px 0;
  display: block;
}

a.caClose {
  cursor: pointer;
}

.legalAdvice {
  background: #dadbdb;
  color: #564b47;
  font-size: 13px;
}

.legalAdvice a {
  color: #564b47;
  text-decoration: underline !important;
}

.legalAdvice div {
  max-width: 990px;
  margin: 0 auto;
  padding-left: 5px;
}

.legalAdvice p {
  width: 1000px;
  text-align: left;
  padding: 3px;
}

/*
.legalAdviceDePart1:before {

	content: "\0024D8\000020Hinweise: 1. Diese Website verwendet u.a. Cookies zur Analyse und Verbesserung der Webseite, zum Ausspielen personalisierter Anzeigen und zum Teilen von Artikeln in sozialen Netzwerken. Unter ";

}

.legalAdviceDePart2:before {

	content: " erhalten Sie weitere Informationen und Möglichkeiten, diese Cookies auszuschalten. 2. Wir verlinken hier auf ausgew\0000E4hlte Online-Shops, in denen das jeweilige Produkt erh\0000E4ltlich ist. Dafür erhalten wir eine Verg\0000FCtung von den verlinkten Shops, jedoch niemals vom Hersteller selbst. ";

}
*/
.legalAdviceProducts:before {
  content: "ⓘ Hinweis: Unsere Redaktion vergleicht alle Produkte unabhängig. Dabei verlinken wir auf ausgewählte Online-Shops und Partner, von denen wir ggf. eine Vergütung erhalten.";
}

.inline_social_toolbox {
  margin: 15px 0;
  height: 35px;
}

#slidein {
  width: 360px;
  background-color: #FFFFFF;
  border-left: 8px solid #e76300;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 0px;
  right: -408px;
  margin: 0;
}

#slidein span {
  color: #e76300;
}

#slidein_content {
  width: 360px;
  background-color: #FFFFFF;
  border-left: 8px solid #e76300;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0;
}

#slidein_title {
  width: 330px;
  font-weight: 700;
  font-size: 24px;
  margin-left: 13px;
  padding-top: 17px;
  color: #333333;
  display: block;
}

#slidein_slogan {
  width: 330px;
  line-height: 20px;
  font-weight: 300;
  margin-left: 13px;
  margin-top: 8px;
  color: #444444;
  font-size: 15px;
  display: block;
}

#slidein_bottom {
  width: 352px;
  background-color: #F1F1F1;
  margin-top: 17px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  padding-bottom: 5px;
}

#slidein_bottom_title {
  width: 330px;
  font-weight: 700;
  margin-left: 13px;
  color: #3B3B3B;
  padding-top: 21px;
  margin-bottom: 15px;
  font-size: 16px;
}

#slidein_field {
  width: 190px;
  height: 40px;
  background-color: #FFFFFF;
  line-height: 40px;
  padding: 0px;
  padding-left: 15px;
  font-weight: 400;
  margin-left: 13px;
  float: left;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border: 0px;
  color: #333333;
  font-weight: 400;
  font-size: 12px;
}

#slidein_field::-webkit-input-placeholder {
  font-style: italic;
  color: #979797;
}

#slidein_field::-moz-placeholder {
  font-style: italic;
  color: #979797;
}

/* firefox 19+ */
#slidein_field:-ms-input-placeholder {
  font-style: italic;
  color: #979797;
}

/* ie */
#slidein_field:-moz-placeholder {
  font-style: italic;
  color: #979797;
}

#slidein_button {
  width: 120px;
  height: 40px;
  padding: 0px;
  padding-left: 20px;
  line-height: 40px;
  font-weight: 700;
  margin-left: 13px;
  float: left;
  background-color: #e76300;
  border: 0px;
  color: #FFFFFF;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
}

#slidein_button:hover {
  text-decoration: underline;
}

.slidein_privacy {
  margin-left: 13px;
  font-size: 10px;
  color: black;
  clear: both;
}

.slidein_privacy a, .slidein_privacy a:visited {
  color: #8C8C8C;
}

#slidein .fancybox-close {
  right: -5px;
}

/*
.close {
	display: block;
	text-align: center;
	color: #000;
	text-decoration: underline;
	font-style: italic;
	font-size: 12px;
	padding: 5px 0 10px;
	clear: both;
	font-weight: 600;
}
*/
/*

.thumbnail-excerpt {
	overflow: visible !important;
	margin: 0;

	a {
		display: none !important;
	}

}

.info-text ul.rss-aggregator > li {text-indent: 0 !important; clear: both; margin: 0; padding: 10px 0; height: auto; line-height: auto;}

.info-text ul.rss-aggregator > li:before { display: none; }

.info-text ul.rss-aggregator > li a {margin-left: 90px; font-size: 18px; display:inline-block;}

.info-text ul.rss-aggregator > li img {margin-top: -20px;}
*/
.info-text ul.rss-aggregator {
  margin: 0;
}

.mc4wp-checkbox-wp-comment-form {
  clear: both;
  display: block;
  position: static;
  width: auto;
}

.mc4wp-checkbox-wp-comment-form input {
  float: none;
  width: auto;
  position: static;
  margin: 0 6px 0 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block !important;
  max-width: 21px;
  -webkit-appearance: checkbox;
}

.mc4wp-checkbox-wp-comment-form label {
  float: none;
  display: block;
  cursor: pointer;
  width: auto;
  position: static;
  margin: 0 0 16px 0;
}

.clickout {
  cursor: pointer;
  color: #e46200;
}

.navigation {
  text-align: center;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  text-decoration: none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #fff;
  border: 1px solid #e46200;
  color: #e46200;
  cursor: pointer;
  padding: 10px;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #e46200;
  color: #fff;
  text-decoration: underline;
}

*[src*="https://farm-de.plista.com"] {
  display: none;
}

.adsense_responsive1_container {
  background: #F6F6F6;
  padding: 20px;
}
@media only screen and (max-width: 680px) {
  .adsense_responsive1_container {
    padding: 10px;
  }
}

.adsense_responsive2_container {
  background: #F6F6F6;
  padding: 20px;
}
@media only screen and (max-width: 680px) {
  .adsense_responsive2_container {
    background: none;
    padding: 0;
  }
}

.adsense_responsive1_unit {
  width: 320px;
  height: 100px;
  margin: 0 auto;
}

@media (min-width: 500px) {
  .adsense_responsive1_unit {
    width: 368px;
    height: 250px;
    margin: 0 auto;
  }
}
@media (min-width: 800px) {
  .adsense_responsive1_unit {
    width: 728px;
    height: 90px;
    margin: 0 auto;
  }
}
.adsense_responsive3_unit {
  width: 320px;
  height: 100px;
  margin: 0 auto;
}

@media (min-width: 500px) {
  .adsense_responsive3_unit {
    width: 468px;
    height: 60px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 425px) {
  .table-about table {
    float: none;
    max-width: 390px !important;
  }

  .table-about .wp-block-columns {
    margin-right: 2% !important;
  }

  .table-about td {
    height: 200px !important;
  }
}
@media (min-width: 680px) {
  .table-about .wp-block-column {
    flex-basis: 32%;
    flex-grow: 0;
    margin: 3px !important;
  }
}
@media only screen and (max-width: 768px) {
  .table-about table {
    max-width: 250px;
    margin-bottom: 3px !important;
  }

  .table-about .wp-block-columns {
    margin: 0px !important;
    width: 100% !important;
  }

  .table-about td {
    height: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  .table-about .wp-block-column:not(:last-child) {
    margin-right: 8px !important;
  }
}
@media only screen and (max-width: 2560px) {
  .table-about table {
    max-width: 280px;
  }

  .table-about .wp-block-columns {
    margin-right: -60px;
    margin-left: -2px;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .table-about .wp-block-column {
    margin: 2px;
  }

  .table-about .info-text table {
    margin-bottom: 0;
  }
}
header.main .social-navigation a.icon-ig {
  background-image: url("../img/instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

header.main .social-navigation a.icon-yt {
  background-image: url("../img/youtube.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

header.main .search._right {
  right: 10px;
}

.wp-block-embed.aligncenter .video_wrapper_outer {
  margin: 0 auto 0;
}

.wp-block-embed .video_wrapper_inner {
  padding-bottom: 56.23%;
  padding-top: 0;
}

.wp-block-embed {
  background-color: #f6f6f6;
  padding: 1em 0;
  margin-bottom: 20px;
}

figure.wp-block-embed figcaption {
  margin-bottom: 0;
}

.sticky-banner {
  position: absolute;
  width: 300px;
  height: 100%;
  top: 102px;
  right: calc(((100% - 990px) / 2) - 320px);
}

.sticky-banner__ad {
  height: 600px;
  width: 100%;
  position: sticky;
  top: 20px;
}

@media (max-width: 1660px) {
  .sticky-banner {
    width: 160px;
    right: calc(((100% - 990px) / 2) - 180px);
  }
}
@media (max-width: 1380px) {
  .sticky-banner {
    width: 120px;
    right: calc(((100% - 990px) / 2) - 135px);
  }

  .sticky-banner__ad {
    top: 15px;
  }
}
@media (max-width: 1282px) {
  .sticky-banner {
    display: none;
  }
}
.button_redaktion {
  background-color: #e46200;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 480px;
  font-weight: 700;
}

.static-featured-image {
  margin: 0 -35px 20px -35px;
}
.static-featured-image img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .static-featured-image {
    margin: 0 -20px 20px -20px;
  }
}

@media only screen and (max-width: 680px) {
  body.search .content {
    padding-top: 85px;
  }
  body.search .static-featured-image {
    display: none;
  }
}

.navigation ul {
  padding-left: 0;
}
.navigation li a {
  white-space: nowrap;
}
@media only screen and (max-width: 680px) {
  .navigation li a {
    padding: 5px !important;
    font-size: 13px;
  }
}

@media only screen and (max-width: 680px) {
  .wp-block-image {
    background: #F6F6F6;
  }
  .wp-block-image img {
    display: block;
    padding: 10px;
    margin: 5px auto;
    background: #F6F6F6;
  }
}
.overlay-background {
  background-color: rgba(22, 22, 22, 0);
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translateX(-100vw);
  transition: transform 0s ease 0.3s, background-color 0.3s ease 0s;
  z-index: 1001;
}
@media (min-width: 769px) {
  .overlay-background {
    display: none;
  }
}

body._mobile-menu-open .overlay-background {
  background-color: rgba(22, 22, 22, 0.7);
  transform: translateX(0vw);
  transition: transform 0s ease 0s, background-color 0.3s ease 0s;
}

h2[id], h2 span[id],
h3[id], h3 span[id],
h4[id], h4 span[id],
a[name] {
  scroll-margin-top: 5px;
  scroll-snap-margin-top: 5px;
}
@media only screen and (max-width: 680px) {
  h2[id], h2 span[id],
h3[id], h3 span[id],
h4[id], h4 span[id],
a[name] {
    scroll-margin-top: 62px;
    scroll-snap-margin-top: 62px;
  }
}

@media only screen and (max-width: 600px) {
  #cls-anwaltskosten {
    min-height: 26em;
  }

  #cls-kfzsteuer {
    min-height: 19em;
  }

  #cls-prozesskosten {
    min-height: 28em;
  }
}
@media only screen and (min-width: 1200px) {
  #cls-anwaltskosten {
    min-height: 29em;
  }

  #cls-kfzsteuer {
    min-height: 22em;
  }

  #cls-prozesskosten {
    min-height: 31em;
  }
}
.collapsed-box {
  display: flex;
  flex-direction: column;
}
.collapsed-box__footer a {
  color: #e46200;
}
@media only screen and (min-width: 769px) {
  .collapsed-box__footer {
    display: none;
  }
}
.collapsed-box__header {
  padding-left: 0px;
  position: relative;
}
@media only screen and (max-width: 680px) {
  .collapsed-box__header {
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
}
.collapsed-box__header:after {
  display: none;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 6px 7px;
  border-color: #e46200 transparent transparent transparent;
}
.collapsed-box__header._open:after {
  border-color: transparent transparent #e46200 transparent;
  margin-top: -9px;
}
.collapsed-box__header._open a {
  display: inline-block !important;
}
@media only screen and (max-width: 680px) {
  .collapsed-box__header:after {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  .collapsed-box__body {
    order: 2;
    display: none;
  }
}
.collapsed-box._no-collapse .collapsed-box__body {
  display: block;
}
@media only screen and (max-width: 680px) {
  .collapsed-box._post-card .collapsed-box__header {
    padding-right: 20px;
  }
  .collapsed-box._post-card .collapsed-box__header:after {
    right: 0;
    top: 12px;
  }
}
@media only screen and (max-width: 680px) {
  .collapsed-box._advice-box .collapsed-box__header {
    padding-right: 40px;
  }
}

.post-card {
  display: flex;
}
.post-card__image {
  width: 150px;
  margin-right: 20px;
}
.post-card__image img {
  display: block;
  float: none;
  margin-right: 0;
  width: 100% !important;
}
@media only screen and (max-width: 680px) {
  .post-card__image {
    width: 25%;
  }
}
.post-card__body {
  flex: 1;
}
@media only screen and (max-width: 680px) {
  .post-card__body p {
    display: block !important;
  }
}

/* Table CTA raws handling on mobile  */
@media only screen and (max-width: 680px) {
  table.table--clickout {
    display: block;
  }
  table.table--clickout thead, table.table--clickout tbody {
    display: block;
  }
  table.table--clickout tr {
    display: flex;
    flex-wrap: wrap;
  }
  table.table--clickout tr td:nth-of-type(1), table.table--clickout tr th:nth-of-type(1) {
    width: 40%;
  }
  table.table--clickout tr td:nth-of-type(2), table.table--clickout tr td:nth-of-type(3), table.table--clickout tr td:nth-of-type(4), table.table--clickout tr th:nth-of-type(2), table.table--clickout tr th:nth-of-type(3), table.table--clickout tr th:nth-of-type(4) {
    flex: 1;
  }
  table.table--clickout tr td[colspan] {
    width: 100%;
  }
  table.table--clickout tr td.td--clickout {
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
  }
  table.table--clickout tr td.td--clickout .clickout {
    display: inline-block !important;
  }
  table.table--clickout tr td.td--clickout:before {
    content: "Lohnt ein Einspruch? ";
  }
}

/* Hinweise invisible on mobile  */
@media only screen and (max-width: 600px) {
  .disclaimer_link {
    display: none;
  }
}
#tablepress-1910 .row-3 .column-1,
#tablepress-1910 .row-4 .column-1,
#tablepress-1910 .row-5 .column-1,
#tablepress-1910 .row-6 .column-1,
#tablepress-1910 .row-7 .column-1,
#tablepress-1910 .row-8 .column-1,
#tablepress-1910 .row-9 .column-1 {
  color: #e94e1a;
}
#tablepress-1910 .row-3 .column-2,
#tablepress-1910 .row-4 .column-2,
#tablepress-1910 .row-5 .column-2,
#tablepress-1910 .row-6 .column-2,
#tablepress-1910 .row-7 .column-2,
#tablepress-1910 .row-8 .column-2,
#tablepress-1910 .row-9 .column-2 {
  position: relative;
  overflow: hidden;
  height: 69px;
}
#tablepress-1910 .row-3 .column-2:before,
#tablepress-1910 .row-4 .column-2:before,
#tablepress-1910 .row-5 .column-2:before,
#tablepress-1910 .row-6 .column-2:before,
#tablepress-1910 .row-7 .column-2:before,
#tablepress-1910 .row-8 .column-2:before,
#tablepress-1910 .row-9 .column-2:before {
  content: "Tipp";
  background-color: #e94e1a;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 90px;
  line-height: 1.4;
  transform-origin: bottom;
  transform: rotate(-45deg);
  font-size: 12px;
  left: -21px;
  top: 6px;
}

.chevron-arrow-up {
  display: inline-block;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  width: 10px;
  height: 10px;
  transform: rotate(-135deg);
  position: relative;
  top: -2px;
  transition: all 0.2s ease-out;
}

.scroll-top-button {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: 20px;
  right: 30px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: all 0.2s ease-out;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #F3F3F3;
  border-radius: 10px;
  box-shadow: 0 0 10px #bfbfbf;
  opacity: 1;
  transform: translateY(0px);
}
.scroll-top-button__icon {
  margin-right: 12px;
  position: relative;
  top: 4px;
}
.scroll-top-button._hidden {
  opacity: 0;
  transform: translateY(100px);
}
.scroll-top-button:hover {
  background: #e46200;
  color: #fff;
  border-color: #c55500;
}
.scroll-top-button:hover .chevron-arrow-up {
  border-color: #fff;
}
@media only screen and (max-width: 680px) {
  .scroll-top-button {
    border-radius: 0;
    right: 8px;
    bottom: 8px;
    padding: 2px 10px;
    box-shadow: none;
    border-color: #c55500;
    background: #e46200;
  }
  .scroll-top-button .chevron-arrow-up {
    border-color: #fff;
  }
  .scroll-top-button__text {
    display: none;
  }
  .scroll-top-button__icon {
    margin-right: 0;
  }
  .scroll-top-button._hidden {
    transform: translateY(50px);
  }
}

.yt-video {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.yt-video figure::before {
  content: url("https://www.bussgeldkatalog.org/wp-content/uploads/playbutton.png");
  top: 45% !important;
  left: 50% !important;
  margin: -50px 0 0 -50px !important;
  position: absolute !important;
  pointer-events: none;
}

/*-------------------------------------------------------------------------*/

.i-tooltip-container {
    position: relative;
  display: inline-block;
}

.i-tooltip-container .i-tooltip-info {
  display: none;
  position: absolute;
  top: -142px;
	left: -118px;	
  line-height: 1.5;
  font-size: 12px;
  padding: 10px;
  width: 250px;
    background: white;
    border-radius: 4px;
    color: gray;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    transition: opacity 250ms ease-in-out;
}

@media screen and (max-width: 940px) {
  .i-tooltip-container {
        left: -230;
  }
}

@media screen and (max-width: 477px) {
  .i-tooltip-container {
        left: 0;
  }
}

@media screen and (max-width: 477px) {
  .i-tooltip-container {
        left: 0;
  }
}

.i-tooltip-container .i-tooltip-btn {
  width: 18px;
  height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  padding-left: 6px;
  cursor: help;
  border: solid 1px #bbbbbb;
  font-family: 'Times New Roman', serif;
  color: #bbbbbb;
  border-radius: 100%;
  font-size: 14px;
}

label {
  cursor: pointer;
}

@media all and (max-width: 980px) {
  .tablepress-overflow {
    overflow: visible;
  }
}

.mobile-search-form__button > button {
  background: none;
  border: none;
}
@media all and (max-width: 768px) {
  .mobile-search-form._open {
    padding-left: 10px;
  }
}
/*-------------------------------------------------------------------------*/
