@charset "UTF-8";
/*
 * Colors.
 */
/*
 * Quiz Colors.
 */
/*
 * Fonts.
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(../node_modules/swiper/dist/css/swiper.min.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #4a4a4a;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #009fe3;
  text-decoration: none; }
  a:hover, a:focus {
    color: #006997;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 42px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 22px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #009fe3; }

a.text-primary:hover,
a.text-primary:focus {
  color: #007bb0; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #009fe3; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #007bb0; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

.container, .layout--hero_image .hero_image_text {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .layout--hero_image .hero_image_text:before, .container:after, .layout--hero_image .hero_image_text:after {
    display: table;
    content: " "; }
  .container:after, .layout--hero_image .hero_image_text:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .layout--hero_image .hero_image_text {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .layout--hero_image .hero_image_text {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .layout--hero_image .hero_image_text {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

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

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

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

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

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

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

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

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

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

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

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

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #009fe3; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #009fe3; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@media (min-width: 428px) and (max-width: 767px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left; }
  .col-ms-1 {
    width: 8.33333%; }
  .col-ms-2 {
    width: 16.66667%; }
  .col-ms-3 {
    width: 25%; }
  .col-ms-4 {
    width: 33.33333%; }
  .col-ms-5 {
    width: 41.66667%; }
  .col-ms-6 {
    width: 50%; }
  .col-ms-7 {
    width: 58.33333%; }
  .col-ms-8 {
    width: 66.66667%; }
  .col-ms-9 {
    width: 75%; }
  .col-ms-10 {
    width: 83.33333%; }
  .col-ms-11 {
    width: 91.66667%; }
  .col-ms-12 {
    width: 100%; }
  .col-ms-pull-0 {
    right: auto; }
  .col-ms-pull-1 {
    right: 8.33333%; }
  .col-ms-pull-2 {
    right: 16.66667%; }
  .col-ms-pull-3 {
    right: 25%; }
  .col-ms-pull-4 {
    right: 33.33333%; }
  .col-ms-pull-5 {
    right: 41.66667%; }
  .col-ms-pull-6 {
    right: 50%; }
  .col-ms-pull-7 {
    right: 58.33333%; }
  .col-ms-pull-8 {
    right: 66.66667%; }
  .col-ms-pull-9 {
    right: 75%; }
  .col-ms-pull-10 {
    right: 83.33333%; }
  .col-ms-pull-11 {
    right: 91.66667%; }
  .col-ms-pull-12 {
    right: 100%; }
  .col-ms-push-0 {
    left: auto; }
  .col-ms-push-1 {
    left: 8.33333%; }
  .col-ms-push-2 {
    left: 16.66667%; }
  .col-ms-push-3 {
    left: 25%; }
  .col-ms-push-4 {
    left: 33.33333%; }
  .col-ms-push-5 {
    left: 41.66667%; }
  .col-ms-push-6 {
    left: 50%; }
  .col-ms-push-7 {
    left: 58.33333%; }
  .col-ms-push-8 {
    left: 66.66667%; }
  .col-ms-push-9 {
    left: 75%; }
  .col-ms-push-10 {
    left: 83.33333%; }
  .col-ms-push-11 {
    left: 91.66667%; }
  .col-ms-push-12 {
    left: 100%; }
  .col-ms-offset-0 {
    margin-left: 0%; }
  .col-ms-offset-1 {
    margin-left: 8.33333%; }
  .col-ms-offset-2 {
    margin-left: 16.66667%; }
  .col-ms-offset-3 {
    margin-left: 25%; }
  .col-ms-offset-4 {
    margin-left: 33.33333%; }
  .col-ms-offset-5 {
    margin-left: 41.66667%; }
  .col-ms-offset-6 {
    margin-left: 50%; }
  .col-ms-offset-7 {
    margin-left: 58.33333%; }
  .col-ms-offset-8 {
    margin-left: 66.66667%; }
  .col-ms-offset-9 {
    margin-left: 75%; }
  .col-ms-offset-10 {
    margin-left: 83.33333%; }
  .col-ms-offset-11 {
    margin-left: 91.66667%; }
  .col-ms-offset-12 {
    margin-left: 100%; } }

.minax {
  display: inline-block; }
  .minax svg {
    fill: currentColor;
    max-width: 25px;
    height: 25px; }

.minax-herz svg {
  max-width: 100px;
  max-height: 95px; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

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

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

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

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

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

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

.align-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.align-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

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

@media (min-width: 768px) {
  .flex-sm {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 992px) {
  .flex-md {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

* {
  min-width: 0;
  min-height: 0; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar; }

img,
iframe,
svg {
  max-width: 100%; }

img {
  height: auto; }

label {
  display: block; }

input,
textarea,
select {
  width: 100%;
  border-radius: 0;
  border: 1px solid #a9a9a9;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: normal; }

input[type="radio"],
input[type="checkbox"] {
  width: auto; }

textarea {
  min-height: 100px;
  -webkit-appearance: textarea;
  -moz-appearance: textarea;
  appearance: textarea; }

fieldset {
  min-width: 0; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none; }
  button:focus {
    outline: none; }

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit; }

a:focus {
  text-decoration: none; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text;
    color: inherit;
    text-decoration: none !important; }
    a[href^="tel:"]:hover, a[href^="tel:"]:active, a[href^="tel:"]:focus {
      text-decoration: none;
      color: inherit !important;
      background: inherit; } }

a[href^="mailto:"] {
  word-wrap: break-word;
  overflow-wrap: break-word; }

@media (min-width: 768px) {
  .site-header.fixed-sm {
    position: fixed;
    left: 0;
    right: 0; } }

.off-canvas {
  transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95), background-color 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 10; }
  @media (min-width: 768px) {
    .off-canvas {
      position: static;
      width: auto;
      transform: none;
      transition: none; } }
  .menu-open .off-canvas {
    transform: none;
    z-index: 10; }
  @media (min-width: 768px) {
    .off-canvas.nav {
      transform: none; } }
  .off-canvas__toggle {
    appearance: none;
    border: none;
    background: #fff;
    transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95), margin 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    text-align: center;
    padding: 10px;
    z-index: 1;
    font-size: 1.5em; }
    .off-canvas__toggle::before {
      content: '\2630'; }
    .menu-open .off-canvas__toggle {
      margin-left: 0; }
  .off-canvas > * {
    position: relative; }

.content-overflow {
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 15px; }
  @media (min-width: 768px) {
    .content-overflow {
      overflow: visible;
      max-height: none; } }

.main-navigation {
  background: #fff; }

.menu {
  margin: 0;
  padding: 0; }
  .menu .menu-item {
    position: relative; }
    .menu .menu-item-has-children a[href="#"] {
      cursor: default; }
    .menu .menu-item-has-children:hover > .sub-menu {
      display: block; }
    .menu .menu-item-current-parent .sub-menu {
      display: block; }
      @media (min-width: 768px) {
        .menu .menu-item-current-parent .sub-menu {
          display: none; } }
    .menu .menu-item:last-of-type .sub-menu {
      right: 0; }
    .menu .menu-item a {
      text-decoration: none; }
  .menu .sub-menu {
    display: none;
    margin-left: 15px;
    z-index: 1; }
    @media (min-width: 768px) {
      .menu .sub-menu {
        position: absolute;
        top: 100%;
        margin-left: 0;
        padding: 7.5px 15px;
        background: #fff;
        white-space: nowrap; } }

.entry-header {
  overflow: hidden; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

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

.static {
  position: static; }

.row::before, .row::after {
  width: 0; }

.svg-holder {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden; }

/*
@font-face {
    font-family: 'merriweather_sans';
    src: url('../fonts/merriweathersans-bold-webfont.woff2') format('woff2'),
    url('../fonts/merriweathersans-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'merriweather_sans';
    src: url('../fonts/merriweathersans-bolditalic-webfont.woff2') format('woff2'),
    url('../fonts/merriweathersans-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'merriweather_sans';
    src: url('../fonts/merriweathersans-italic-webfont.woff2') format('woff2'),
    url('../fonts/merriweathersans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'merriweather_sans';
    src: url('../fonts/merriweathersans-regular-webfont.woff2') format('woff2'),
    url('../fonts/merriweathersans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 h5, .h5,
h6, .h6 {
  margin: 1.5em 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em; }

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 30px; } }

@media (max-width: 991px) {
  h2, .h2 {
    font-size: 22px; } }

@media (max-width: 991px) {
  h3, .h3 {
    font-size: 20px; } }

a,
.isc-pseudo-link {
  text-decoration: underline;
  color: inherit; }
  a:focus, a:hover,
  .isc-pseudo-link:focus,
  .isc-pseudo-link:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer; }

blockquote {
  font-size: 2.625em;
  font-style: italic;
  text-align: center;
  border-left: none;
  width: 60%;
  margin: 0 auto; }
  @media (max-width: 991px) {
    blockquote {
      width: 100%;
      font-size: 1.8em; } }
  blockquote:before {
    margin: 0 auto;
    content: url(/app/themes/minax-wl/img/icons/quotation_mark.svg);
    display: block;
    width: 3.5rem; }

.number-fact::before {
  content: "";
  display: none; }

.number-fact .fs-up {
  font-size: 1.5em;
  font-weight: bold; }

.image-caption {
  margin: 10px 0;
  font-style: italic; }

.topic-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.85em;
  padding: 8px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--main-color);
  font-weight: bold;
  letter-spacing: .1em; }
  @media (max-width: 767px) {
    .topic-title {
      font-size: .7em; } }
  .topic-title a, .topic-title a:link, .topic-title a:visited {
    color: #fff !important;
    text-decoration: none; }

.site-header {
  display: flex;
  flex-direction: column;
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .site-header {
      flex-direction: row;
      margin: 0; } }
  @media (min-width: 768px) {
    .site-header .site-branding {
      width: 200px; } }
  .site-header .site-branding .custom-logo-link {
    display: block;
    margin: 5px auto;
    padding-bottom: 5px; }
    @media (max-width: 768px) {
      .site-header .site-branding .custom-logo-link {
        max-width: 140px;
        padding: 0; } }
  .site-header .main-navigation {
    text-align: center; }
    @media (min-width: 768px) {
      .site-header .main-navigation {
        display: flex;
        flex-grow: 1;
        flex-direction: row;
        justify-content: flex-end; } }
    .site-header .main-navigation .navigation-inner {
      display: none; }
      @media (min-width: 768px) {
        .site-header .main-navigation .navigation-inner {
          display: flex;
          flex-direction: column; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .site-header .main-navigation .navigation-inner {
      flex-direction: column-reverse;
      justify-content: space-between; } }
      @media (min-width: 768px) {
          .site-header .main-navigation .navigation-inner ul {
            list-style: none; } }

.menu {
  list-style: none; }
  .menu > .menu-item:not(:first-child) {
    margin-left: 1em; }
    @media (max-width: 991px) {
      .menu > .menu-item:not(:first-child) {
        margin-left: .3em; } }
  .menu > .menu-item:not(:last-child) {
    margin-right: 1em; }
    @media (max-width: 991px) {
      .menu > .menu-item:not(:last-child) {
        margin-right: .3em; } }
  .menu.menu-main .menu-item a,
  .menu.menu-main .menu-item span {
    display: block;
    padding: .5em 1em;
    text-transform: uppercase;
    color: #000;
    font-size: .85em;
    letter-spacing: 0.05em; }
    @media (max-width: 991px) {
      .menu.menu-main .menu-item a,
      .menu.menu-main .menu-item span {
        padding: .5em 0.5em; } }
  .menu.menu-main .menu-item:last-child a,
  .menu.menu-main .menu-item:last-child span {
    padding-right: 0; }
  .menu.menu-main .menu-item .sub-menu {
    padding: 0;
    background: none; }
    .menu.menu-main .menu-item .sub-menu .menu-item {
      margin-bottom: 2px;
      background: #fff;
      border-bottom: 2px solid; }
  .menu.menu-main .menu-item .submenu-toggle {
    display: none; }
  @media (max-width: 767px) {
    .menu.menu-main .menu-item {
      margin: 0 !important;
      border-top: 1px solid;
      border-bottom: 0 !important;
      text-align: left; }
      .menu.menu-main .menu-item a,
      .menu.menu-main .menu-item span {
        padding: .5em 2.5em .5em 1em;
        font-size: 1em; }
      .menu.menu-main .menu-item .sub-menu {
        display: none;
        margin: 0; }
        .menu.menu-main .menu-item .sub-menu .menu-item a, .menu.menu-main .menu-item .sub-menu .menu-item span {
          padding-left: 2em; }
      .menu.menu-main .menu-item .submenu-toggle {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: .5em 1em;
        background: #eee; } }
  .menu.menu-social-media-icons .svg-wrapper, .menu.menu-social-share .svg-wrapper {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden; }
  .menu.menu-social-media-icons {
    margin-top: 1em; }
    .menu.menu-social-media-icons > .menu-item:not(:first-child) {
      margin-left: .5em; }
    .menu.menu-social-media-icons > .menu-item:not(:last-child) {
      margin-right: .5em; }
    .menu.menu-social-media-icons svg {
      fill: #4a4a4a; }
    @media (max-width: 767px) {
      .menu.menu-social-media-icons {
        margin-top: 0;
        padding: 1em;
        border-top: 1px solid; } }
  .menu.menu-social-share {
    display: inline-flex;
    vertical-align: top;
    background: #fff; }
    .menu.menu-social-share a {
      display: block;
      width: 100%;
      height: 100%; }
    .menu.menu-social-share .menu-item {
      margin: 0;
      margin-left: 1em;
      width: 25px;
      height: 25px;
      padding: 0; }
      .menu.menu-social-share .menu-item:last-of-type {
        margin-right: 1em; }
    .menu.menu-social-share .svg-wrapper {
      width: 100%;
      height: 100%; }
  .menu.menu-footer .menu-item {
    margin: 0; }
    @media (max-width: 767px) {
      .menu.menu-footer .menu-item {
        text-align: center;
        margin-bottom: .4em; } }
    .menu.menu-footer .menu-item a,
    .menu.menu-footer .menu-item span {
      padding: .5em .5em; }
    @media (min-width: 768px) {
      .menu.menu-footer .menu-item:not(:last-child)::after {
        content: '|'; } }

.layout--sharing_icons {
  position: relative;
  text-align: center; }
  .layout--sharing_icons::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
    border-top: 1px solid #979797;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .layout--sharing_icons svg {
    fill: #4a4a4a; }

.off-canvas__toggle {
  font-size: 1.1em; }

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

.site-content figcaption,
.site-content .wp-caption-text {
  font-style: italic; }

.site-content ul {
  padding-top: 1em;
  padding-bottom: 1em; }

.site-content li:not(.swiper-slide) {
  padding-left: 1em;
  margin-bottom: 1em; }

.full-width {
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .full-width {
      margin: 0 calc(-100vw / 2 + 737px / 2); } }
  @media (min-width: 992px) {
    .full-width {
      margin: 0 calc(-100vw / 2 + 957px / 2); } }
  @media (min-width: 1200px) {
    .full-width {
      margin: 0 calc(-100vw / 2 + 1157px / 2); } }

@media (min-width: 768px) {
  .container-size-s {
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 992px) {
  .container-size-s {
    width: 66%;
    margin-left: auto;
    margin-right: auto; } }

/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/* image source control plugin overwrites */
.isc-source .isc-source-inner {
  display: inline-block;
  position: relative; }

.isc-source .isc-source-text {
  border-radius: 20px;
  cursor: auto;
  padding: 0 .3em .15em .2em !important; }
  .isc-source .isc-source-text .isc-source-text-inner {
    display: none;
    margin: 0 .5em;
    vertical-align: middle; }
    .isc-source .isc-source-text .isc-source-text-inner.show {
      display: inline-block !important; }

.isc-source .isc-source-trigger {
  position: relative;
  display: inline-block;
  margin-left: .1em;
  text-decoration: none;
  vertical-align: text-top;
  cursor: pointer;
  color: inherit !important; }
  .isc-source .isc-source-trigger::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -8px;
    bottom: -5px;
    left: -8px; }

.isc-source.alignleft img, .isc-source.alignright img {
  float: none;
  margin: 0 !important; }

@media (min-width: 768px) {
  .isc-source.alignleft {
    margin-right: 1.5em; } }

.isc-source.alignleft > .alignleft {
  margin-right: 0;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .isc-source.alignright {
    margin-left: 1.5em; } }

.isc-source.alignright > .alignright {
  margin-left: 0;
  margin-bottom: 0; }

.isc-source.aligncenter {
  text-align: center; }

.wq_questionImage > span.isc-source {
  position: relative;
  padding: 0;
  background: none;
  font-size: 16px;
  line-height: 1.42857; }

.layout--writers_list .isc-source {
  display: inline-block; }
  .layout--writers_list .isc-source .isc-source-text[style] {
    background-color: transparent !important; }
    .layout--writers_list .isc-source .isc-source-text[style] .isc-source-text-inner {
      background-color: #333333; }
    .layout--writers_list .isc-source .isc-source-text[style] .isc-source-trigger {
      color: #4a4a4a !important; }

body.isc-top-right .isc-source-text {
  top: 5px;
  left: auto !important;
  right: 5px; }

@media (max-width: 991px) {
  figure {
    max-width: 100%; } }

.swiper-wrapper {
  margin: 0;
  padding: 0; }

.post-password-form {
  margin-top: 30px; }
  .post-password-form input {
    width: auto;
    margin-bottom: 1em; }

.btn,
.acf-button {
  position: relative;
  display: inline-block;
  padding: 10px 43px 10px 23px;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  box-shadow: 0 0 5px #cacaca; }
  .btn:after,
  .acf-button:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    content: url("/wp-content/themes/minax-wl/img/arrow_white.svg");
    width: 13px;
    height: 28px;
    margin: 14px 12px 0; }
  .btn:hover,
  .acf-button:hover {
    transition: 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95); }

.site-footer {
  background: #4a4a4a;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 40px 0; }
  .site-footer a {
    color: #fff; }

#scrollToTop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 5%;
  right: 3%;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #75b322;
  box-shadow: 0 0 3px #4a4a4a; }
  @media (min-width: 768px) {
    #scrollToTop {
      height: 70px;
      width: 70px; } }
  #scrollToTop .svg-wrapper {
    display: block;
    height: 36%;
    margin-top: -11.5%; }
    #scrollToTop .svg-wrapper svg {
      transform: rotate(180deg);
      height: 100%;
      fill: #fff; }

.layout--container {
  padding: 50px 0;
  position: relative;
  background-size: cover;
  background-position: center; }
  @media (max-width: 991px) {
    .layout--container {
      background-size: 1600px; } }
  .layout--container.bottom-arrow:after {
    position: absolute;
    z-index: 200;
    bottom: -29px;
    left: 50%;
    width: 40px;
    height: 40px;
    content: "";
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ebebeb; }
  .layout--container.bottom-arrow:last-of-type:after {
    content: none; }
  .layout--container.bottom-arrow.arrow-green:after {
    border-top-color: #bac7be; }
  .layout--container.bottom-arrow.arrow-white:after {
    border-top-color: #fff; }
  .layout--container.bottom-arrow.arrow-darkblue:after {
    border-top-color: GREEN; }
  .layout--container.bottom-arrow.arrow-turquoise-gradient:after {
    border-top-color: #1b7277; }
  .layout--container.background-pattern {
    background-size: auto;
    background-position: top left; }

.layout--accordion {
  padding: 30px 0 10px 0; }
  .layout--accordion .panel + .panel {
    margin-top: 30px; }
  .layout--accordion .panel-heading a {
    text-decoration: none; }
    .layout--accordion .panel-heading a:hover {
      text-decoration: none; }
  .layout--accordion .panel-indicator {
    border-radius: 50%;
    color: #fff;
    height: 30px;
    width: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    margin-right: 10px;
    background-color: var(--main-color); }
    .layout--accordion .panel-indicator svg {
      width: 16px;
      height: 12px;
      fill: #fff;
      transform: rotate(180deg);
      transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
  .layout--accordion .panel .collapsed .panel-indicator svg {
    transform: rotate(0deg);
    transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
  .layout--accordion .panel-title {
    text-align: left;
    color: #4a4a4a;
    width: calc(100% - 56px);
    margin: 0; }
    .layout--accordion .panel-title-arrow {
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
      width: 15px; }
      .layout--accordion .panel-title-arrow svg {
        fill: #979797;
        width: 15px;
        height: 10px; }
  .layout--accordion .panel .collapsed .panel-title-arrow {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
  .layout--accordion .panel-body {
    margin-top: 20px; }
    .layout--accordion .panel-body .isc-source.alignleft,
    .layout--accordion .panel-body .isc-source.alignright {
      position: relative;
      width: auto;
      max-width: 40%; }
      .layout--accordion .panel-body .isc-source.alignleft img,
      .layout--accordion .panel-body .isc-source.alignright img {
        display: block;
        float: none; }
    .layout--accordion .panel-body .isc-source img {
      width: initial; }
    .layout--accordion .panel-body .isc-source-text {
      top: 5px !important;
      right: 5px !important; }
  .layout--accordion .panel-close {
    margin-bottom: -1em;
    text-align: right;
    font-size: .8em;
    color: #979797;
    clear: both; }
    .layout--accordion .panel-close button {
      padding: 0; }
    .layout--accordion .panel-close span {
      margin-right: 1em; }
    .layout--accordion .panel-close svg {
      fill: #979797;
      width: 15px;
      height: 10px;
      transform: rotate(180deg); }

.layout--headline {
  text-align: center; }
  .layout--headline a {
    display: inline-block;
    margin: 0; }
  .layout--headline a + h1,
  .layout--headline a + h2,
  .layout--headline a + h3,
  .layout--headline a + h4 {
    margin-top: .8em; }

.layout--hero_image {
  position: relative; }
  .layout--hero_image .hero_image_topic {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.5em;
    padding: .4em 1em;
    color: #fff;
    letter-spacing: 0.05em; }
    @media (min-width: 992px) {
      .layout--hero_image .hero_image_topic {
        font-size: 0.85em; } }
  .layout--hero_image .hero_image_text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .layout--hero_image .hero_image_text {
        left: 50%;
        transform: translateX(-50%);
        width: auto; } }
  .layout--hero_image .hero_image_image {
    width: 100%;
    height: auto; }
  .layout--hero_image .hero_image_headline {
    height: 100%;
    flex-wrap: nowrap;
    padding: 1.5em 2em;
    color: #fff;
    text-align: center; }
    @media (min-width: 768px) {
      .layout--hero_image .hero_image_headline {
        padding: 2em; } }
    .layout--hero_image .hero_image_headline .hl, .layout--hero_image .hero_image_headline .sub-hl {
      line-height: 1.2;
      text-transform: uppercase;
      opacity: .9;
      background-color: var(--main-color); }
    .layout--hero_image .hero_image_headline .hl {
      font-size: 3rem;
      margin: .125em 0;
      padding: .25em .5em;
      line-height: 1; }
      @media (min-width: 428px) {
        .layout--hero_image .hero_image_headline .hl {
          font-size: 4rem;
          padding: .05em .25em; } }
      @media (min-width: 768px) {
        .layout--hero_image .hero_image_headline .hl {
          font-size: 5rem;
          padding: .05em .25em; } }
      @media (min-width: 992px) {
        .layout--hero_image .hero_image_headline .hl {
          font-size: 6rem; } }
      @media (min-width: 1200px) {
        .layout--hero_image .hero_image_headline .hl {
          font-size: 8rem; } }
    .layout--hero_image .hero_image_headline .sub-hl {
      padding: .05em .25em;
      font-size: 1.3rem; }
      @media (min-width: 428px) {
        .layout--hero_image .hero_image_headline .sub-hl {
          font-size: 1.3rem; } }
      @media (min-width: 768px) {
        .layout--hero_image .hero_image_headline .sub-hl {
          font-size: 2rem; } }
      @media (min-width: 992px) {
        .layout--hero_image .hero_image_headline .sub-hl {
          font-size: 2.5rem; } }
      @media (min-width: 1200px) {
        .layout--hero_image .hero_image_headline .sub-hl {
          font-size: 4rem; } }
  .layout--hero_image .isc-source,
  .layout--hero_image .isc-source-inner {
    display: block; }

.layout--text p {
  overflow-wrap: break-word; }

.layout--text_media {
  background-color: #d9d9d9; }
  .layout--text_media.bg-blue {
    color: #fff;
    background-color: #009fe3; }
  .layout--text_media .image-container {
    align-items: center; }
    .layout--text_media .image-container img {
      width: 100%; }
  .layout--text_media .text {
    flex-direction: column;
    justify-content: center;
    padding: 30px !important; }
    @media (max-width: 767px) {
      .layout--text_media .text {
        padding: 15px !important; } }
    .layout--text_media .text h1:first-child, .layout--text_media .text h2:first-child, .layout--text_media .text h3:first-child, .layout--text_media .text h4:first-child, .layout--text_media .text h5:first-child, .layout--text_media .text p:first-child {
      margin-top: 0; }
    .layout--text_media .text h1:last-child, .layout--text_media .text h2:last-child, .layout--text_media .text h3:last-child, .layout--text_media .text h4:last-child, .layout--text_media .text h5:last-child, .layout--text_media .text p:last-child {
      margin-bottom: 0; }
  .layout--text_media .twoclicks {
    display: block; }
  .layout--text_media .BorlabsCookie {
    width: 100%; }
    .layout--text_media .BorlabsCookie ._brlbs-embed,
    .layout--text_media .BorlabsCookie ._brlbs-thumbnail {
      width: 100%; }
    .layout--text_media .BorlabsCookie ._brlbs-embed {
      margin-bottom: 0 !important; }

.layout--social_wall {
  background: #4a4a4a; }
  .layout--social_wall .headline {
    color: #fff; }
  .layout--social_wall .social_media_placeholder {
    padding: 0 0 30px 0; }
  .layout--social_wall .social_media_placeholder_outer {
    position: relative;
    padding: 2em; }
    @media (min-width: 768px) {
      .layout--social_wall .social_media_placeholder_outer {
        padding-top: 50%;
        padding-bottom: 0; } }
    .layout--social_wall .social_media_placeholder_outer .social_media_placeholder_inner {
      background: url("/wp-content/themes/minax-wl/img/social_wall_placeholder.jpg") no-repeat;
      background-size: cover; }
      @media (min-width: 768px) {
        .layout--social_wall .social_media_placeholder_outer .social_media_placeholder_inner {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      .layout--social_wall .social_media_placeholder_outer .social_media_placeholder_inner > .row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        margin: 0;
        background: rgba(74, 74, 74, 0.75); }
    .layout--social_wall .social_media_placeholder_outer .social_media_placeholder_inner_bg {
      flex: 0;
      padding: 0;
      background: rgba(255, 255, 255, 0.85); }
    .layout--social_wall .social_media_placeholder_outer #smgo {
      background-color: var(--main-color);
      color: #fff;
      padding: 10px 50px 10px 10px;
      text-transform: uppercase;
      font-weight: bold; }
      .layout--social_wall .social_media_placeholder_outer #smgo::after {
        margin-top: 12px; }
  .layout--social_wall .social_media_container {
    background: #4a4a4a;
    padding: 30px 0; }
  .layout--social_wall .social_media_post {
    margin: 0 0 24px 0; }
  .layout--social_wall .social_media_post_inner {
    background-color: #fff;
    font-size: .25em; }
    .layout--social_wall .social_media_post_inner blockquote::before {
      content: none; }
    .layout--social_wall .social_media_post_inner iframe {
      max-width: 100% !important;
      min-width: 99% !important;
      width: 100% !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
      @media (max-width: 767px) {
        .layout--social_wall .social_media_post_inner iframe {
          margin: 0 auto !important; } }
    .layout--social_wall .social_media_post_inner twitter-widget,
    .layout--social_wall .social_media_post_inner .twitter-tweet {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      width: 100% !important; }
    .layout--social_wall .social_media_post_inner .fb_iframe_widget {
      /*
            html {
                overflow: auto;
                background: red;
            }
            */ }
      .layout--social_wall .social_media_post_inner .fb_iframe_widget span {
        display: block;
        margin: auto;
        /*
                max-width: calc(100% - 1px ) !important;

                @media (max-width: $screen-xs-max) {
                    margin: 0 auto !important;
                    display: block;
                    min-width: 300px !important;
                    max-width: 300px !important;
                }
                */ }
  .layout--social_wall .social_media_posts_navigation {
    clear: both;
    margin: 1em 0;
    text-align: center;
    color: #fff; }
  .layout--social_wall .malinky-ajax-pagination-loading {
    clear: both; }

.layout--video_full_width p {
  margin: 0 auto; }

.layout--video_full_width .wp-video {
  margin-left: auto;
  margin-right: auto; }

.layout--video_full_width .twoclicks-inner iframe {
  width: 100%;
  height: 100%; }

.layout--video_full_width .BorlabsCookie {
  width: 100%; }
  .layout--video_full_width .BorlabsCookie ._brlbs-embed,
  .layout--video_full_width .BorlabsCookie ._brlbs-thumbnail {
    width: 100%; }
  .layout--video_full_width .BorlabsCookie ._brlbs-embed._brlbs-video-youtube ._brlbs-thumbnail {
    margin: -9.375% 0; }

.layout {
  margin-top: 30px; }
  .layout:first-of-type {
    margin-top: 0; }
  .layout.background-image, .layout.background-color {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px; }
  .layout.turquoise-gradient, .layout.blue-gradient {
    color: #fff; }
    .layout.turquoise-gradient svg, .layout.blue-gradient svg {
      fill: #fff; }
  .layout:last-of-type {
    padding-bottom: 30px; }

.container .layout:last-of-type, .layout--hero_image .hero_image_text .layout:last-of-type {
  padding-bottom: 0; }

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

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

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

.aligncenter {
  margin-bottom: 1.5em; }

.alignleft,
.alignright {
  margin-bottom: 1em; }
  @media (max-width: 767px) {
    .alignleft,
    .alignright {
      display: block;
      float: none;
      margin-left: auto;
      margin-right: auto; } }

.gallery {
  margin-bottom: 1.5em; }

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

.gallery-caption {
  display: block; }

.gallery {
  overflow: hidden; }
  .gallery-item {
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

.swiper-container-outer {
  position: relative; }
  .swiper-container-outer .swiper-container {
    position: static; }

.swiper-controls {
  position: relative;
  margin: 10px 0; }

.swiper-pagination {
  position: relative;
  top: .5em;
  padding: 0 1em;
  flex-grow: 1; }

.swiper-pagination-bullet {
  width: auto;
  height: auto;
  margin: 0 2px;
  padding: 6px;
  border-radius: 0;
  background: none; }
  .swiper-pagination-bullet::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #979797;
    border-radius: 50%;
    background: transparent;
    opacity: 1; }
  .swiper-pagination-bullet-active::after {
    background: #979797; }

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin-top: -26px;
  background: none;
  z-index: 20; }
  .swiper-button-prev svg, .swiper-button-next svg {
    fill: #979797;
    transform: rotate(90deg);
    height: 100%;
    width: 100%; }

.swiper-button-prev {
  left: 0; }
  .swiper-button-prev::after {
    content: ''; }

.swiper-button-next {
  right: 0; }
  .swiper-button-next::after {
    content: ''; }
  .swiper-button-next svg {
    transform: rotate(-90deg); }

.slide-gallery {
  border-bottom: 5px solid #cacaca;
  padding-bottom: 1rem;
  margin-bottom: 3rem; }
  .slide-gallery .swiper-controls .swiper-button-prev,
  .slide-gallery .swiper-controls .swiper-button-next {
    margin-top: 0;
    position: static; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.spinner:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite; }

.teaser {
  text-align: center;
  margin-bottom: 30px; }
  .teaser a {
    display: block;
    color: #4a4a4a;
    text-decoration: none; }
    .teaser a:hover {
      text-decoration: none; }
  .teaser .topic-title {
    z-index: 100;
    max-width: 85%; }
    @media (min-width: 428px) and (max-width: 767px) {
      .teaser .topic-title {
        left: 50%;
        max-width: 50%;
        font-size: 11px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .teaser .topic-title {
        font-size: 8px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .teaser .topic-title {
        font-size: 10px; } }
  .teaser--inner {
    position: relative;
    height: 100%;
    padding: 15px;
    box-shadow: 0 0 5px #cacaca; }
    @media (min-width: 428px) and (max-width: 767px) {
      .teaser--inner {
        padding: 5px; } }
    .teaser--inner:hover .teaser--border {
      border-bottom: #979797 6px solid; }
    .no-bg .teaser--inner .teaser--border {
      border: 2px solid #75b322;
      background-color: transparent;
      color: #75b322; }
    .no-bg .teaser--inner:hover .teaser--border {
      border-bottom: #75b322 6px solid; }
    .no-bg .teaser--inner .teaser--content {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .teaser--inner:before {
      content: "";
      display: block;
      padding-top: 100%; }
      @media (min-width: 1200px) {
        .teaser--inner:before {
          padding-top: 100%; } }
    .teaser--inner img {
      width: 100%; }
  .teaser--border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    pointer-events: none; }
  .teaser--content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    @media (min-width: 428px) and (max-width: 767px) {
      .teaser--content {
        padding: 0; } }
    @media (min-width: 428px) and (max-width: 767px) {
      .teaser--content a {
        display: flex;
        flex-wrap: nowrap; } }
  .teaser--image .isc-source-inner {
    display: block; }
  .teaser--text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    min-height: 90px;
    background-color: #fff;
    font-size: 14px; }
    @media (min-width: 428px) and (max-width: 767px) {
      .teaser--text {
        display: flex;
        width: 50%;
        flex-wrap: wrap;
        align-content: center;
        align-self: center;
        text-align: center;
        font-size: 13px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .teaser--text {
        font-size: 12px; } }
    .teaser--text p {
      width: 100%; }
      .teaser--text p:last-child {
        margin-bottom: 0; }
  .teaser--headline {
    margin: 0.5em 0; }
    @media (min-width: 428px) and (max-width: 991px) {
      .teaser--headline {
        font-size: 20px; } }
  .teaser.has-topic {
    text-align: left; }
    .teaser.has-topic a {
      color: #000; }
    .teaser.has-topic .teaser--inner {
      box-shadow: 0 0 5px #cacaca;
      padding: 0;
      background: none; }
    .teaser.has-topic .teaser--content {
      padding: 0; }
    .teaser.has-topic .teaser--text {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 10px 15px;
      background-color: #fff; }
      @media (min-width: 768px) and (max-width: 991px) {
        .teaser.has-topic .teaser--text {
          padding: 6px; } }
  .teaser.no-bg .teaser--text {
    color: #75b322; }
  .teaser.type-video .teaser--image {
    position: relative; }
    .teaser.type-video .teaser--image svg {
      fill: #fff;
      position: absolute;
      bottom: 10px;
      left: 10px;
      width: 46px;
      height: 34px; }
  .teaser.type-video .teaser--title {
    padding: 15px;
    color: #000; }
  .teaser.type-nav .menu-social-media-icons {
    padding: 0;
    border: none; }
    @media (min-width: 428px) and (max-width: 767px) {
      .teaser.type-nav .menu-social-media-icons {
        width: 50%; } }
    .teaser.type-nav .menu-social-media-icons .svg-wrapper {
      border-radius: 0;
      height: 100%;
      width: 100%; }
    .teaser.type-nav .menu-social-media-icons.menu {
      height: 185px;
      margin-top: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .teaser.type-nav .menu-social-media-icons.menu {
          height: 106px; } }
    .teaser.type-nav .menu-social-media-icons .menu-item {
      padding: 0;
      margin: 0;
      height: 50px;
      width: 50px; }
      @media (min-width: 428px) and (max-width: 767px) {
        .teaser.type-nav .menu-social-media-icons .menu-item {
          margin: 0 .5em;
          height: 38px;
          width: 36px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .teaser.type-nav .menu-social-media-icons .menu-item {
          margin: 0 .3em; } }
    .teaser.type-nav .menu-social-media-icons svg {
      fill: #fff; }
  @media (min-width: 428px) and (max-width: 767px) {
    .teaser.type-nav .teaser--content {
      display: flex;
      flex-wrap: nowrap; } }
  .teaser.type-nav .teaser--content .teaser--text {
    top: 0; }
  .teaser.type-nav .teaser--content, .teaser.type-nav .teaser--content .teaser--text {
    color: #fff;
    background-color: var(--main-color); }

/*

explizites überschreiben von nicht passenden werten die sich aus dem code oben ergeben:

*/
.teaser--text {
  display: flex;
  flex-direction: column;
  justify-content: center; }

/*
.teaser:not(.has-topic) {
    &.type-post,
    &.type-link,
    &.type-nav {
        .teaser--content {
            padding: $grid-gutter-width / 2;
        }

        .teaser--text {

            color: $white;
            background-color: var(--main-color);

            min-height: 9em;
        }
    }
}
*/
@media (min-width: 428px) and (max-width: 767px) {
  .layout--teaser_list > .row {
    justify-content: center; }
    .layout--teaser_list > .row .col-xs-12 {
      width: 360px; }
    .layout--teaser_list > .row .teaser--text {
      width: 100%; }
    .layout--teaser_list > .row .menu-social-media-icons {
      width: 100%;
      height: auto;
      padding-bottom: 100px; } }

#simple-translate {
  display: none !important; }

#tracking_note {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  padding: .5em 2em;
  font-size: 1.2rem;
  color: #fff;
  background: #333333; }
  #tracking_note .tracking_note_inner {
    display: inline-flex; }
  #tracking_note button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto auto .5em;
    padding: 1em 2em;
    border-radius: 4px;
    color: #fff;
    background-color: #75b322; }

.wq_quizCtr {
  border: 3px solid #4a4a4a;
  padding: 30px; }
  @media (max-width: 991px) {
    .wq_quizCtr {
      padding: 15px; } }
  .wq_quizCtr .wq_questionTextCtr {
    background: none !important;
    text-align: left;
    padding: 0; }
    .wq_quizCtr .wq_questionTextCtr h4 {
      margin-bottom: 1.25em;
      text-align: left;
      text-transform: initial;
      line-height: 1.2em;
      font-size: 1.3em; }
      @media (max-width: 991px) {
        .wq_quizCtr .wq_questionTextCtr h4 {
          font-size: 1em; } }
  .wq_quizCtr .wq_questionImage .isc-source-text {
    top: 10px !important;
    right: 10px !important; }
  .wq_quizCtr .wq_quizProgressBar {
    box-shadow: none !important;
    border-radius: 0 !important;
    height: 34px !important;
    background: #d9d9d9 !important; }
    .wq_quizCtr .wq_quizProgressBar .wq_quizProgressValue {
      background: #4a4a4a !important;
      box-shadow: none !important;
      border-radius: 0 !important;
      border: none !important;
      font-size: 14px !important;
      line-height: 1.7em !important;
      padding: 5px 5px 0 !important; }
  .wq_quizCtr .wq_answersWrapper .wq_singleAnswerCtr {
    border: none !important;
    margin-bottom: 5px !important; }
    @media (max-width: 991px) {
      .wq_quizCtr .wq_answersWrapper .wq_singleAnswerCtr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    .wq_quizCtr .wq_answersWrapper .wq_singleAnswerCtr.wq_hasImage {
      display: flex;
      flex-wrap: wrap;
      align-content: flex-end; }
    @media (max-width: 991px) {
      .wq_quizCtr .wq_answersWrapper .wq_singleAnswerCtr .wq_answerImgCtr {
        display: inline;
        width: 20%;
        order: 10; } }
    .wq_quizCtr .wq_answersWrapper .wq_singleAnswerCtr .wq_answerTxtCtr {
      background-repeat: no-repeat !important;
      background-size: 18px;
      font-weight: normal !important;
      font-size: 16px !important; }
      .wq_quizCtr .wq_answersWrapper .wq_singleAnswerCtr .wq_answerTxtCtr::before {
        border-radius: 50%; }
      @media (max-width: 991px) {
        .wq_quizCtr .wq_answersWrapper .wq_singleAnswerCtr .wq_answerTxtCtr {
          align-content: center;
          align-self: center;
          min-height: 18px; } }
    .wq_quizCtr .wq_answersWrapper .wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after {
      border-radius: 50%; }
    .wq_quizCtr .wq_answersWrapper .wq_singleAnswerCtr.wq_correctAnswer {
      background: #4f8904 !important; }
    .wq_quizCtr .wq_answersWrapper .wq_singleAnswerCtr.wq_incorrectAnswer {
      background: #d04040 !important; }
  @media (max-width: 991px) {
    .wq_quizCtr .wq_answersWrapper .row > div {
      display: block !important;
      width: 100% !important;
      float: none !important; } }
  .wq_quizCtr .wq-trivia-question-explanation {
    border: none !important;
    background: #d9d9d9;
    border-radius: 0 !important;
    padding: 15px !important; }
    .wq_quizCtr .wq-trivia-question-explanation .wq_ExplanationHead {
      margin-bottom: 15px; }
      .wq_quizCtr .wq-trivia-question-explanation .wq_ExplanationHead .wq-explanation-head-incorrect {
        color: #d04040 !important; }
      .wq_quizCtr .wq-trivia-question-explanation .wq_ExplanationHead .wq-explanation-head-correct {
        color: #4f8904 !important; }
  .wq_quizCtr .wq_continue .wq_btn-continue {
    background: #4a4a4a !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 13px !important;
    padding: 5px 60px 5px 10px;
    position: relative; }
    .wq_quizCtr .wq_continue .wq_btn-continue:before {
      content: "";
      display: block;
      width: 40px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      background: linear-gradient(110deg, #4a4a4a 20%, #333333 20%); }
    .wq_quizCtr .wq_continue .wq_btn-continue:after {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      content: url("/app/themes/minax-wl/img/arrow_white.svg");
      width: 8px;
      height: 16px;
      margin: 6px 12px; }
  .wq_quizCtr .wq_results .wq_singleResultWrapper {
    border-radius: 0 !important;
    background: none !important;
    margin: 80px -33px 40px !important;
    width: calc(100% + 66px);
    border: 3px solid #4a4a4a !important;
    padding: 30px !important; }
    @media (max-width: 991px) {
      .wq_quizCtr .wq_results .wq_singleResultWrapper {
        width: calc(100% + 33px);
        padding: 15px !important;
        margin: 80px -16px 40px !important; } }
    .wq_quizCtr .wq_results .wq_singleResultWrapper .wq-result-quiz-title {
      margin-bottom: 30px; }
    .wq_quizCtr .wq_results .wq_singleResultWrapper .wq_resultDesc {
      font-size: .8em; }
      @media (max-width: 991px) {
        .wq_quizCtr .wq_results .wq_singleResultWrapper .wq_resultDesc {
          font-size: 1em; } }

/*
 * Breakpoints.
 */
/*
 * Colors.
 */
/*
 * Stuff
*/
.main-navigation .menu > .menu-item:not(:first-child) {
  margin-left: 0.5em; }
  @media (max-width: 991px) {
    .main-navigation .menu > .menu-item:not(:first-child) {
      margin-left: .15em; } }

.main-navigation .menu > .menu-item:not(:last-child) {
  margin-right: 0.5em; }
  @media (max-width: 991px) {
    .main-navigation .menu > .menu-item:not(:last-child) {
      margin-right: .15em; } }

.main-navigation .menu > .menu-item a {
  color: #006633;
  font-size: 1.05em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 5px 8px #555555; }
  .site-header .container, .site-header .layout--hero_image .hero_image_text, .layout--hero_image .site-header .hero_image_text {
    display: flex;
    flex-direction: row; }

.layout--container.background-color.white {
  background-color: #fff; }
  .layout--container.background-color.white a {
    color: #A533AE; }

.layout--container.background-color.lightgreen {
  background-color: #77B437; }

.layout--container.background-color.darkgreen {
  background-color: #006633; }

.layout--container.background-color.purple {
  background-color: #A533AE; }

.layout--container.video-background .layout--video_full_width {
  padding: 11% 13%;
  background: url(../img/header-image.png) no-repeat center;
  background-size: contain; }

.site-content li:not(.swiper-slide) {
  margin-bottom: .5em; }

.layout--teaser_list {
  margin-bottom: -4rem; }
  .layout--teaser_list .teaser.col-sm-4 {
    transform: scale(0.85);
    margin-bottom: -10px; }

.layout--headline.container-size-s {
  width: auto !important; }

.layout--image {
  margin: 30px auto 0; }
  .layout--image img {
    width: 100%;
    height: 100%; }

.site-footer {
  background-image: url("../img/footer1.png"), url("../img/footer2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 5% 50%, 95% 50%;
  background-size: contain, contain;
  background-color: #006633; }

.layout--social_wall {
  background: transparent; }

.gallery .gallery-item {
  margin: 1em 0; }

.layout--hero_image img {
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6); }

.layout--hero_image .hero_image_headline .hl {
  background-color: transparent;
  text-shadow: 2px 5px #555555;
  background-image: none; }

li {
  margin-bottom: 0.5em; }

.table {
  border-collapse: collapse;
  border: 2px dotted #555555;
  text-align: left;
  width: 100%; }
  .table td, .table th {
    padding: 10px; }
  .table thead {
    background-color: #555555;
    color: #fff; }
  .table tbody tr:nth-child(odd) {
    background-color: #bce197; }
  .table tbody tr:nth-child(even) {
    background-color: #fff; }
  .table .corners {
    position: relative;
    display: block;
    padding: 2px;
    border: 4px solid #d10000;
    background-color: inherit;
    margin: 0.3rem 0; }
    .table .corners::before, .table .corners::after {
      content: "";
      position: absolute;
      background-color: inherit;
      z-index: 0; }
    .table .corners::before {
      width: calc(100% + 4px * 2 - 4rem);
      height: calc(100% + 4px * 2);
      top: -4px;
      left: 50%;
      transform: translateX(-50%); }
    .table .corners::after {
      height: calc(100% + 4px * 2 - 4rem);
      width: calc(100% + 4px * 2);
      left: -4px;
      top: 50%;
      transform: translateY(-50%); }
    .table .corners div {
      position: relative;
      display: inline-block;
      padding: 5px 10px;
      margin: 0 2px;
      z-index: 1; }
      .table .corners div strong {
        color: #d10000; }
    .table .corners.available {
      border: 4px solid #77B437; }
      .table .corners.available strong {
        color: #77B437; }

.btn.button-kidds,
.acf-button {
  background: #006633;
  box-shadow: 3px 3px 2px 1px #000; }
  .btn.button-kidds:hover,
  .acf-button:hover {
    color: #000;
    background-color: #77B437; }
  .btn.button-kidds a,
  .acf-button a {
    text-decoration: none; }

.vorstellung .layout--text_media .image-container img {
  background-color: #77B437;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px 10px 80px; }

.vorstellung.lightgreen .layout--text_media .image-container img {
  background-color: #fff; }

@font-face {
  font-family: 'comic_relief';
  src: url("../fonts/ComicRelief-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'desyrel';
  src: url("../fonts/desyrel-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sans';
  src: url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sans';
  src: url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'edo';
  src: url("../fonts/edo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "comic_relief";
  font-weight: normal;
  font-style: normal; }

p:last-child {
  margin-bottom: 0; }

h1, .h1,
h2, .h2,
h3, .h3 {
  font-family: 'edo';
  font-weight: normal;
  font-style: normal;
  color: #fff; }
  h1:not(.panel-title), .h1:not(.panel-title),
  h2:not(.panel-title), .h2:not(.panel-title),
  h3:not(.panel-title), .h3:not(.panel-title) {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 105px;
    padding: 0 15rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../img/brushstroke_headline-purple.svg); }

@media (max-width: 576px) {
  h1:not(.panel-title), .h1:not(.panel-title) {
    font-size: 18px;
    padding: 0 5rem; } }

@media (min-width: 576px) {
  h1:not(.panel-title), .h1:not(.panel-title) {
    font-size: 25px;
    padding: 0 5rem; } }

@media (min-width: 768px) {
  h1:not(.panel-title), .h1:not(.panel-title) {
    font-size: 35px;
    padding: 0 6rem; } }

@media (min-width: 992px) {
  h1:not(.panel-title), .h1:not(.panel-title) {
    font-size: 42px;
    padding: 0 8rem; } }

@media (max-width: 576px) {
  h2:not(.panel-title), .h2:not(.panel-title) {
    font-size: 15px;
    padding: 0 5rem; } }

@media (min-width: 576px) {
  h2:not(.panel-title), .h2:not(.panel-title) {
    font-size: 22px;
    padding: 0 5rem; } }

@media (min-width: 768px) {
  h2:not(.panel-title), .h2:not(.panel-title) {
    font-size: 30px;
    padding: 0 8rem; } }

@media (max-width: 576px) {
  h3:not(.panel-title), .h3:not(.panel-title) {
    font-size: 12px;
    padding: 0 5rem; } }

@media (min-width: 576px) {
  h3:not(.panel-title), .h3:not(.panel-title) {
    font-size: 18px;
    padding: 0 6rem; } }

@media (min-width: 768px) {
  h3:not(.panel-title), .h3:not(.panel-title) {
    font-size: 22px;
    padding: 0 8rem; } }

.lightgreen h1:not(.panel-title), .lightgreen .h1:not(.panel-title),
.lightgreen h2:not(.panel-title), .lightgreen .h2:not(.panel-title),
.lightgreen h3:not(.panel-title), .lightgreen .h3:not(.panel-title),
.purple h1:not(.panel-title),
.purple .h1:not(.panel-title),
.purple h2:not(.panel-title),
.purple .h2:not(.panel-title),
.purple h3:not(.panel-title),
.purple .h3:not(.panel-title) {
  color: #006633;
  background-image: url(../img/brushstroke_headline-white.svg); }

.hl-green h1:not(.panel-title), .hl-green .h1:not(.panel-title),
.hl-green h2:not(.panel-title), .hl-green .h2:not(.panel-title),
.hl-green h3:not(.panel-title), .hl-green .h3:not(.panel-title) {
  color: #fff;
  background-image: url(../img/brushstroke_headline-green.svg); }

a.stroke {
  display: inline-block;
  min-width: 8em;
  padding: 0em 1em .5em 1em;
  font-family: 'edo';
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  text-decoration: none;
  background: url(../img/brushstroke_link_purple.svg) no-repeat center bottom; }

.layout--teaser_list .teaser--text {
  font-family: "comic_relief";
  text-align: center !important; }

.main-navigation {
  font-family: 'edo'; }

.layout--accordion .panel-heading {
  border-radius: 0px 25px 0px; }
  .layout--accordion .panel-heading.background-color.lightgreen {
    background-color: #77B437; }
  .layout--accordion .panel-heading.background-color.white {
    background-color: #fff; }
    .layout--accordion .panel-heading.background-color.white .panel-title, .layout--accordion .panel-heading.background-color.white .panel-indicator svg {
      color: #77B437;
      fill: #77B437; }
    .layout--accordion .panel-heading.background-color.white a {
      border: 2px dashed #006633; }
  .layout--accordion .panel-heading.background-color.darkgreen {
    background-color: #006633;
    color: #fff; }
  .layout--accordion .panel-heading.background-color.purple {
    background-color: #A533AE; }
  .layout--accordion .panel-heading a {
    display: flex;
    flex-direction: row-reverse;
    padding: 1.75rem 4rem 1rem;
    border: 2px dashed #fff;
    border-radius: 0px 25px 0px; }

.layout--accordion .panel-title {
  flex: 1 1 auto;
  color: #fff; }

.layout--accordion .panel-indicator {
  margin: 0 0 0 10px;
  padding: 0;
  background-color: transparent; }

.layout--accordion .panel-body {
  margin: auto;
  width: 90%;
  padding: 2rem;
  background-color: #fff;
  border-right: 1px dashed #000;
  border-left: 1px dashed #000;
  border-bottom: 1px dashed #000; }
  .layout--accordion .panel-body a.stroke {
    color: #A533AE; }

.layout--accordion-image {
  margin-top: -30px;
  padding: 0; }
  .layout--accordion-image .panel:first-child {
    margin-top: 30px; }
  .layout--accordion-image .image-container {
    margin-bottom: 15px; }
    .layout--accordion-image .image-container img {
      margin: 0 auto;
      display: block; }
  @media (min-width: 576px) {
    .layout--accordion-image .panel-title {
      font-size: 18px; } }
  .layout--accordion-image #overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2; }
    .layout--accordion-image #overlay #text {
      width: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      .layout--accordion-image #overlay #text .panel-close {
        margin-top: -1em;
        margin-bottom: 0; }
        .layout--accordion-image #overlay #text .panel-close .symbol {
          color: #006633; }
      @media (min-width: 992px) {
        .layout--accordion-image #overlay #text {
          width: 30%; } }

.layout--donation_progress #progressBarHolder {
  width: 66%;
  margin: 20px auto; }

.layout--donation_progress #progressBar {
  background-image: linear-gradient(#fff, #77B437);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.585);
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
  transform: skewX(-20deg);
  padding: 10px; }

.layout--donation_progress #progressAmount {
  color: #000;
  font-size: 20px;
  text-align: center; }

.layout--image-slider .slide-gallery .swiper-slide {
  margin-top: auto;
  margin-bottom: auto; }

/*Hintergrundfarbe und Textfarbe wählbar*/
.layout--text_media {
  background: none; }
  .layout--text_media .background-lightgreen > div {
    background-color: #bce197; }
    .layout--text_media .background-lightgreen > div::after {
      background: url(../img/dots-green.svg); }
  .layout--text_media .background-white > div {
    background-color: #fff; }
    .layout--text_media .background-white > div::after {
      background: url(../img/dots-white.svg); }
  .layout--text_media .background-darkgreen > div {
    background-color: #006633;
    color: #fff; }
    .layout--text_media .background-darkgreen > div::after {
      background: url(../img/dots-darkgreen.svg); }
  .layout--text_media .background-darkgreen a.stroke {
    background: url(../img/brushstroke_link_white.svg) no-repeat center bottom;
    color: #fff; }
  .layout--text_media .background-purple > div {
    background-color: #e6bae9; }
    .layout--text_media .background-purple > div::after {
      background: url(../img/dots-purple.svg); }
  .layout--text_media .text {
    padding: 0; }
    .layout--text_media .text div {
      padding: 30px;
      border: 2px dashed;
      border-radius: 50px; }
      @media (min-width: 768px) {
        .layout--text_media .text div::after {
          content: "";
          position: absolute;
          width: 88px;
          height: 41px;
          top: calc(50% - 20px);
          left: -65px;
          right: auto; } }
    @media (min-width: 768px) {
      .layout--text_media .text.col-sm-pull-4 div::after, .layout--text_media .text.col-sm-pull-6 div::after, .layout--text_media .text.col-sm-pull-8 div::after {
        left: auto;
        right: -65px;
        transform: scaleX(-1); } }
  .layout--text_media a.stroke {
    color: #A533AE; }

.layout--text-slider .swiper-slide {
  padding: 3rem;
  border: 2px dashed;
  background-color: #fff;
  height: auto;
  margin-bottom: 20px; }

.layout--text-slider p {
  overflow-wrap: break-word; }

/*Hintergrundfarbe und Textfarbe wählbar*/
.layout--text {
  padding: 30px !important;
  margin-bottom: 30px;
  /*transparenter Hintergrund*/
  /*Schriftfarben*/ }
  .layout--text.background-color {
    border: 2px dashed #A533AE; }
    .layout--text.background-color.lightgreen {
      background-color: #bce197; }
      .layout--text.background-color.lightgreen a.stroke {
        color: #A533AE; }
    .layout--text.background-color.white {
      background-color: #fff; }
      .layout--text.background-color.white a.stroke {
        color: #A533AE; }
    .layout--text.background-color.darkgreen {
      background-color: #006633;
      border: 2px dashed #fff; }
      .layout--text.background-color.darkgreen a.stroke {
        background: url(../img/brushstroke_link_white.svg) no-repeat center bottom;
        color: #fff; }
    .layout--text.background-color.purple {
      background-color: #e6bae9; }
      .layout--text.background-color.purple a.stroke {
        background: url(../img/brushstroke_link.svg) no-repeat center bottom;
        color: #006633; }
  .layout--text a.stroke {
    color: #A533AE; }
  .layout--text .row.font-color.lightgreen {
    color: #77B437; }
  .layout--text .row.font-color.white {
    color: #fff; }
  .layout--text .row.font-color.darkgreen {
    color: #006633; }
  .layout--text .row.font-color.purple {
    color: #A533AE; }
  .layout--text .row.font-color.black {
    color: #000; }

.layout {
  margin-top: 30px; }
  .layout:first-of-type {
    margin-top: 0; }
  .layout.background-image, .layout.background-color {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px; }
  .layout.turquoise-gradient, .layout.blue-gradient {
    background: YELLOW;
    color: #fff; }
    .layout.turquoise-gradient svg, .layout.blue-gradient svg {
      fill: #fff; }
  .layout:last-of-type {
    padding-bottom: 30px; }

.container .layout:last-of-type, .layout--hero_image .hero_image_text .layout:last-of-type {
  padding-bottom: 30px; }

.teaser.type-icon {
  position: relative; }
  .teaser.type-icon img {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    width: 400px;
    height: auto; }
    @media (max-width: 720px) {
      .teaser.type-icon img {
        display: none; } }

.layout--hero_image {
  margin-top: 0; }

.teaser .teaser--content {
  padding: 1rem;
  overflow: hidden;
  background-color: #fff; }
  .teaser-purple .teaser .teaser--content {
    background-color: #A533AE; }
    .teaser-purple .teaser .teaser--content .teaser--text {
      background-color: #A533AE; }
  .teaser-green .teaser .teaser--content {
    background-color: #77B437; }
    .teaser-green .teaser .teaser--content .teaser--text {
      background-color: #77B437; }
  .teaser-green .teaser .teaser--content .teaser--text,
  .teaser-purple .teaser .teaser--content .teaser--text {
    color: #fff;
    top: 0;
    bottom: auto; }
  .teaser-green .teaser .teaser--content .teaser--image,
  .teaser-purple .teaser .teaser--content .teaser--image {
    top: auto; }

.teaser--text {
  background-color: #fff;
  color: #000;
  width: 100%;
  justify-content: flex-start;
  text-align: left;
  font-size: calc(16px + (20 - 16) * ((100vw - 450px) / (1600 - 450)));
  text-transform: uppercase;
  min-height: 80px;
  word-wrap: break-word;
  top: auto;
  left: 0;
  right: 1rem;
  bottom: 0; }
  @media (min-width: 768px) {
    .teaser--text {
      font-size: 1.3rem;
      min-height: 15%; } }
  @media (min-width: 992px) {
    .teaser--text {
      font-size: calc(16px + (20 - 16) * ((100vw - 450px) / (1600 - 450)));
      min-height: 80px; } }
  .teaser--text h1, .teaser--text h2, .teaser--text h3 {
    padding: 0;
    margin: auto 0; }

.teaser--image {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem; }

.teaser.no-img .teaser--inner {
  box-shadow: none; }

.teaser.no-img .teaser--content {
  background-color: rgba(0, 0, 0, 0); }
  .teaser.no-img .teaser--content .teaser--text {
    height: 100%;
    font-family: 'edo';
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/background_teaser-white.svg"); }
  .teaser-purple .teaser.no-img .teaser--content .teaser--text {
    background-image: url("../img/background_teaser-purple.svg"); }
  .teaser-green .teaser.no-img .teaser--content .teaser--text {
    background-image: url("../img/background_teaser-green.svg"); }

.slide-gallery {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 3rem; }
  .slide-gallery .swiper-controls {
    justify-content: center; }
    .slide-gallery .swiper-controls .swiper-pagination-bullet {
      opacity: 1; }
      .slide-gallery .swiper-controls .swiper-pagination-bullet::after {
        width: 20px;
        height: 20px;
        border: 0;
        background-color: #77B437; }
      .slide-gallery .swiper-controls .swiper-pagination-bullet-active::after {
        background-color: #A533AE; }
  .slide-gallery .swiper-button-prev,
  .slide-gallery .swiper-button-next {
    position: absolute;
    top: calc(50% - 45px);
    width: 30px;
    height: 90px; }
    .slide-gallery .swiper-button-prev:hover,
    .slide-gallery .swiper-button-next:hover {
      background-color: rgba(81, 81, 81, 0.5); }
    .slide-gallery .swiper-button-prev svg,
    .slide-gallery .swiper-button-next svg {
      fill: #A533AE; }

.layout--text-slider .slide-gallery .swiper-controls, .layout--teaser_list .slide-gallery .swiper-controls {
  justify-content: space-between; }
  .layout--text-slider .slide-gallery .swiper-controls .swiper-button-prev, .layout--text-slider .slide-gallery .swiper-controls .swiper-button-next, .layout--teaser_list .slide-gallery .swiper-controls .swiper-button-prev, .layout--teaser_list .slide-gallery .swiper-controls .swiper-button-next {
    height: 20px; }
    .layout--text-slider .slide-gallery .swiper-controls .swiper-button-prev:hover, .layout--text-slider .slide-gallery .swiper-controls .swiper-button-next:hover, .layout--teaser_list .slide-gallery .swiper-controls .swiper-button-prev:hover, .layout--teaser_list .slide-gallery .swiper-controls .swiper-button-next:hover {
      background-color: transparent; }

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