@charset "UTF-8";
/*!
Theme Name: tel143 
Text Domain: https://www.143.ch/
Author: Nicole Wiederkehr for POMCANYS Marketing AG
Author URI: https://pomcanys.ch/
Version: 1.0
*/
/* ==========================================================================
	@fonts.scss
	Font Import
============================================================================= */
/* fira-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/fira-sans-v17-latin-300.woff2") format("woff2"), url("./fonts/fira-sans-v17-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* fira-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/fira-sans-v17-latin-regular.woff2") format("woff2"), url("./fonts/fira-sans-v17-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* fira-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/fira-sans-v17-latin-italic.woff2") format("woff2"), url("./fonts/fira-sans-v17-latin-italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* fira-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/fira-sans-v17-latin-500.woff2") format("woff2"), url("./fonts/fira-sans-v17-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* fira-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/fira-sans-v17-latin-600.woff2") format("woff2"), url("./fonts/fira-sans-v17-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* ==========================================================================
	@imports.scss
	Imports
============================================================================= */
/* ==========================================================================
	@variables.scss
	Variablen 
============================================================================= */
/* ==========================================================================
	@mixins.scss
	Mixins / Functions
============================================================================= */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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 */
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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

figure {
  margin: 0;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cccccc;
}

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

.bs-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bs-container {
    width: 640px;
  }
}
@media (min-width: 1024px) {
  .bs-container {
    width: 768px;
  }
}
@media (min-width: 1200px) {
  .bs-container {
    width: 1024px;
  }
}
@media (min-width: 1536px) {
  .bs-container {
    width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
}
@media only screen and (max-width: 1024px -1) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container-wide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.row {
  margin-right: -24px;
  margin-left: -24px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.row-small-gutters [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 1536px) {
  .row-small-gutters [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.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;
}
@media only screen and (min-width: 1200px) {
  .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 {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 640px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before,
.clearfix:after,
.bs-container:before,
.bs-container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row: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,
.visible-sm,
.visible-md,
.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,
.visible-xl-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;
  }
  .hidden-xs {
    display: none;
  }
}
@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: 1024px -1) {
  .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: 1024px -1) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px -1) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px -1) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) 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: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) 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: 639px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xxl {
    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: 1200px) {
  .visible-xl-block {
    display: block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
/* ==========================================================================
   @basics.scss
   Base Styles | Typography, Utility classes
============================================================================= */
html {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  word-break: break-word;
  color: #342E31;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6,
.d1, .d2, .d3, .d4, .d5, .d6 {
  font-family: "Fira Sans", sans-serif;
  margin: 0 0 0.8em 0;
  line-height: 1.1;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 3; /* For Safari */
  -webkit-hyphenate-limit-after: 4; /* For Safari */
  -ms-hyphenate-limit-chars: 6 3 4;
  hyphenate-limit-chars: 6 3 4;
  color: inherit;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  display: block;
}

.d1, .d2, .d3, .d4, .d5, .d6 {
  font-weight: 300;
  display: block;
}

@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 1.66em;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 2em;
  }
}

@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 1.44em;
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 1.66em;
  }
}

h3, .h3 {
  font-size: 1.33em;
}

h4, .h4 {
  font-size: 1.11em;
}

h5, .h5 {
  font-size: 0.88em;
}

@media (max-width: 1023px) {
  .d1 {
    font-size: 3em;
  }
}
@media (min-width: 1024px) {
  .d1 {
    font-size: 3.55em;
  }
}

@media (max-width: 1023px) {
  .d2 {
    font-size: 2.61em;
  }
}
@media (min-width: 1024px) {
  .d2 {
    font-size: 3.11em;
  }
}

@media (max-width: 1023px) {
  .d3 {
    font-size: 2.27em;
  }
}
@media (min-width: 1024px) {
  .d3 {
    font-size: 2.66em;
  }
}

@media (max-width: 1023px) {
  .d4 {
    font-size: 1.83em;
  }
}
@media (min-width: 1024px) {
  .d4 {
    font-size: 2.11em;
  }
}

@media (max-width: 1023px) {
  .d5 {
    font-size: 1.5em;
  }
}
@media (min-width: 1024px) {
  .d5 {
    font-size: 1.66em;
  }
}

@media (max-width: 1023px) {
  .d6 {
    font-size: 1.22em;
  }
}
@media (min-width: 1024px) {
  .d6 {
    font-size: 1.11em;
  }
}

.title-linie {
  color: #7D1935;
  border-bottom: 1px solid #7D1935;
  margin-bottom: 1em;
}

@media (max-width: 1023px) {
  .lead-font-size {
    font-size: 1.22em;
  }
}
@media (min-width: 1024px) {
  .lead-font-size {
    font-size: 1.33em;
  }
}

.base-font-size {
  font-size: 18px;
}

.small-font-size {
  font-size: 0.88em;
  line-height: 1.4;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p, ul, ol {
  margin: 0 0 1em;
}
p:last-child, ul:last-child, ol:last-child {
  margin: 0;
}

strong {
  font-weight: 500;
}

hr {
  border-color: #D9D5CF;
}

.block:not(.block-home-intro, .block-team-r, .block-team, .teaser-row, .block-text-facts) h2:not(.mt-0, .d4),
.block:not(.block-home-intro, .block-team-r, .block-team, .teaser-row, .block-text-facts) .h2, .block:not(.block-home-intro, .block-team-r, .block-team, .teaser-row, .block-text-facts) h3, .block:not(.block-home-intro, .block-team-r, .block-team, .teaser-row, .block-text-facts) .h3, .block:not(.block-home-intro, .block-team-r, .block-team, .teaser-row, .block-text-facts) h4, .block:not(.block-home-intro, .block-team-r, .block-team, .teaser-row, .block-text-facts) .h4 {
  margin-top: 1.5em;
}
.block:not(.block-home-intro, .block-team-r, .block-team, .teaser-row, .block-text-facts) h2:not(.mt-0, .d4):first-child,
.block:not(.block-home-intro, .block-team-r, .block-team, .teaser-row, .block-text-facts) .h2:first-child, .block:not(.block-home-intro, .block-team-r, .block-team, .teaser-row, .block-text-facts) h3:first-child, .block:not(.block-home-intro, .block-team-r, .block-team, .teaser-row, .block-text-facts) .h3:first-child, .block:not(.block-home-intro, .block-team-r, .block-team, .teaser-row, .block-text-facts) h4:first-child, .block:not(.block-home-intro, .block-team-r, .block-team, .teaser-row, .block-text-facts) .h4:first-child {
  margin-top: 0;
}

a, .link-mehr, .link-back svg {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
}

.block ol li {
  margin: 0 0 0.5em -1rem;
}

.block ul:not(.links, .querlinks, .wpforms-field-radio ul, .wpforms-field-checkbox ul, .navigation-posts ul, #ur-submit-message-node ul) {
  list-style: none;
  padding-left: 1rem;
}
.block ul:not(.links, .querlinks, .wpforms-field-radio ul, .wpforms-field-checkbox ul, .navigation-posts ul, #ur-submit-message-node ul) li {
  margin: 8px 0;
  padding: 4px 0;
}
.block ul:not(.links, .querlinks, .wpforms-field-radio ul, .wpforms-field-checkbox ul, .navigation-posts ul, #ur-submit-message-node ul) li:before {
  content: "–";
  color: #E0301F;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}

.block.bg-kirsch ul li:before,
.block.bg-aubergine ul li:before,
.block.bg-red ul li:before,
.block .box-bg.bg-kirsch ul li:before,
.block .box-bg.bg-aubergine ul li:before,
.block .box-bg.bg-red ul li:before {
  color: white;
}

.block a:not(.btn, .batch, .teaser, .querlinks a, .links a, .post-teaser, .download, .text-logo a, .navigation-posts a, .mejs-horizontal-volume-slider, .password_preview) {
  position: relative;
  color: #6A4855;
  z-index: 1;
  text-decoration: underline;
  text-decoration-color: #EEEAE4;
  text-decoration-thickness: 4px;
  text-underline-position: under;
  text-underline-offset: 0px;
}
.block a:not(.btn, .batch, .teaser, .querlinks a, .links a, .post-teaser, .download, .text-logo a, .navigation-posts a, .mejs-horizontal-volume-slider, .password_preview):hover, .block a:not(.btn, .batch, .teaser, .querlinks a, .links a, .post-teaser, .download, .text-logo a, .navigation-posts a, .mejs-horizontal-volume-slider, .password_preview):active, .block a:not(.btn, .batch, .teaser, .querlinks a, .links a, .post-teaser, .download, .text-logo a, .navigation-posts a, .mejs-horizontal-volume-slider, .password_preview):focus, .block a:not(.btn, .batch, .teaser, .querlinks a, .links a, .post-teaser, .download, .text-logo a, .navigation-posts a, .mejs-horizontal-volume-slider, .password_preview):focus-within {
  text-decoration-thickness: 6px;
  text-underline-offset: -3px;
}

.block.bg-kirsch a:not(.btn, .batch, .teaser, .querlinks a, .links a, .post-teaser, .download, .text-logo a),
.block.bg-aubergine a:not(.btn, .batch, .teaser, .querlinks a, .links a, .post-teaser, .download, .text-logo a),
.block.bg-red a:not(.btn, .batch, .teaser, .querlinks a, .links a, .post-teaser, .download, .text-logo a),
.block .box-bg.bg-kirsch a,
.block .box-bg.bg-aubergine a,
.block .box-bg.bg-red a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration-color: rgba(255, 255, 255, 0.3);
}

.block.bg-sand a:not(.btn, .batch, .teaser, .querlinks a, .links a, .post-teaser, .download, .text-logo a),
.block.bg-sand-light a:not(.btn, .batch, .teaser, .querlinks a, .links a, .post-teaser, .download, .text-logo a),
.block .box-bg.bg-sand a:not(.btn, .batch, .teaser, .querlinks a, .links a, .post-teaser, .download, .text-logo a) {
  text-decoration-color: #DDD0C7;
}

.block.bg-kirsch,
.block.bg-aubergine:not(.teaser-row) {
  color: white;
}

textarea, select,
input[type=text],
input[type=button],
input[type=submit],
input[type=number],
input[type=email],
input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
}

.color-white {
  color: #ffffff;
}

.color-red {
  color: #E0301F;
}

.bg-white {
  background-color: #ffffff;
}

.bg-red {
  background-color: #E0301F;
}

.bg-sand {
  background-color: #EEEAE4;
}

.bg-sand-light {
  background-color: #F7F5F2;
}

.bg-kirsch {
  background-color: #7D1935;
}

.bg-aubergine {
  background-color: #896D77;
}

.gradient-aubergine {
  background: linear-gradient(180deg, #9C848D 0%, #6B4855 100%);
}

.img-shadow,
.block-image img {
  box-shadow: 0px 29px 40px 0px rgba(97, 66, 77, 0.2), 0px 12px 12px 0px rgba(97, 66, 77, 0.13);
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pos-rel {
  position: relative;
}

img.alignright {
  float: right;
  margin: 0 0 10px 12px;
}

img.alignleft {
  float: left;
  margin: 0 18px 10px 0;
}

blockquote {
  font-style: italic;
}

.edit-button,
.admin-button {
  position: fixed;
  z-index: 1000;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 9999px;
  box-shadow: 0px 29px 40px 0px rgba(97, 66, 77, 0.2), 0px 12px 12px 0px rgba(97, 66, 77, 0.13);
  color: #ffffff;
  font-size: 22px;
}
.edit-button:hover,
.admin-button:hover {
  opacity: 0.7;
}

.edit-button {
  bottom: 50px;
  background-color: #342E31;
}

.admin-button {
  bottom: 100px;
  background-color: #7D1935;
}

::-moz-selection {
  color: #342E31;
  background: #DDD0C7;
}

::selection {
  color: #342E31;
  background: #DDD0C7;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #E0301F;
}

::-webkit-scrollbar-thumb:hover {
  background: #7D1935;
}

#main {
  position: relative;
  overflow-x: hidden;
  outline: none;
  min-height: 100vh;
}
@media (max-width: 1023px) {
  #main {
    padding-top: 60px;
  }
}
@media (min-width: 1024px) {
  #main {
    padding-top: 124px;
  }
}

.container-wrapper {
  position: relative;
  max-width: 100vw;
}

.main-container {
  width: 1158px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.content-container {
  width: 778px;
  max-width: 100%;
}

@media (max-width: 1023px) {
  .container-padding-top {
    padding-top: 48px;
  }
}
@media (min-width: 1024px) {
  .container-padding-top {
    padding-top: 90px;
  }
}

.bogen {
  position: relative;
  margin-bottom: -10px;
}
.bogen svg {
  width: 110%;
  height: auto;
  margin-left: -5px;
  margin-bottom: -10px;
}

.container-wrapper .block:last-child {
  padding-bottom: 270px;
}
@media (min-width: 1536px) {
  .container-wrapper .block:last-child {
    padding-bottom: 380px;
  }
}

.columns-1 {
  width: 100%;
}
.columns-1 > * {
  width: 100%;
  margin-bottom: 30px;
}

.columns-3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
@media (min-width: 1024px) {
  .columns-3 {
    column-gap: 30px;
  }
}
.columns-3 > * {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .columns-3 > * {
    width: calc((100% - 60px) / 3);
  }
}

.columns-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
@media (min-width: 1024px) {
  .columns-2 {
    column-gap: 30px;
  }
}
.columns-2 > * {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .columns-2 > * {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 1024px) {
  .columns-2 > * {
    width: calc((100% - 30px) / 2);
  }
}

@media (min-width: 640px) {
  .columns-2-grid {
    column-count: 2;
    column-gap: 30px;
  }
}

.pt-0 {
  padding-top: 0;
}

.pt-klein {
  padding-top: 35px;
}

.pt-mittel {
  padding-top: 48px;
}

@media (max-width: 639px) {
  .pt-gross {
    padding-top: 48px;
  }
}
@media (min-width: 640px) {
  .pt-gross {
    padding-top: 100px;
  }
}

.pb-0 {
  padding-bottom: 0;
}

.pb-klein {
  padding-bottom: 35px;
}

.pb-mittel {
  padding-bottom: 48px;
}

@media (max-width: 639px) {
  .pb-gross {
    padding-bottom: 48px;
  }
}
@media (min-width: 640px) {
  .pb-gross {
    padding-bottom: 100px;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-80 {
  margin-top: 80px;
}

.pt-70 {
  padding-top: 70px;
}

.lead {
  width: 778px;
  max-width: 100%;
  font-size: 1.33em;
  padding-bottom: 2em;
}

twint-donate-button {
  text-align: left;
}

/* ==========================================================================
   @header.scss
   Navigation und Header Styles 
============================================================================= */
.fixed-position {
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: scroll;
}
@media (min-width: 1024px) {
  .fixed-position {
    position: static;
    left: auto;
    right: auto;
    overflow-y: auto;
  }
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  background-color: white;
  height: 60px;
  transition: top cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  box-shadow: 0px 8px 47px 0px rgba(97, 66, 77, 0.17), 0px 5px 7px -120px rgba(97, 66, 77, 0.08);
}
@media (min-width: 1024px) {
  .header {
    justify-content: space-between;
    height: 124px;
  }
  .header #logo {
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .header #logo {
    margin-left: 10px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .header #logo {
    margin-left: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1536px) {
  .header #logo {
    margin-left: 100px;
  }
}
@media (min-width: 1024px) {
  .header .container-wide {
    transition-duration: 0s;
  }
  .header .header-logo {
    transition: height cubic-bezier(0.4, 0, 0.2, 1) 200ms;
  }
  .header .header-logo svg {
    transition: width cubic-bezier(0.4, 0, 0.2, 1) 500ms;
  }
  .header.is-top {
    top: 0;
  }
  .header.is-top .container-wide {
    align-items: center;
  }
  .header.is-top .header-logo {
    height: 95px;
  }
  .header.is-top .header-logo svg {
    height: auto;
    width: 166px;
  }
  .header.is-top .navigation .meta-navigation {
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .header.is-top .navigation .mainmenu {
    border-top: 1px solid #DDD0C7;
    padding: 10px 0;
  }
  .header.is-top .navigation .mainmenu li a.dropdown-toggle:after {
    bottom: -8px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .header.is-top .navigation .mainmenu li a.dropdown-toggle:after {
    bottom: -5px;
  }
}
@media (min-width: 1024px) {
  .header {
    top: -24px;
  }
  .header .header-logo {
    height: 69px;
    overflow: hidden;
  }
  .header .header-logo svg {
    width: 150px;
  }
  .header .navigation .meta-navigation {
    margin-top: -30px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .header .navigation .mainmenu {
    border-top: 1px solid transparent;
    padding: 0px 0 10px;
  }
  .header .navigation .mainmenu li a.dropdown-toggle:after {
    bottom: -18px;
  }
}
@media (min-width: 1024px) {
  .header.is-open {
    height: 124px;
  }
}
.header .nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .header .nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.header-mobile {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
  height: 100%;
  overflow: hidden;
}
.header-mobile .container-wide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-mobile .header-logo svg {
  margin-top: 5px;
  height: auto;
  width: 78px;
}
.header-mobile .spenden-mobile {
  position: absolute;
  right: 90px;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  background: #EEEAE4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E0301F;
  font-size: 16px;
  font-weight: 500;
  transform: rotate(-4.828deg);
}
.header-mobile .spenden-mobile:hover, .header-mobile .spenden-mobile:active, .header-mobile .spenden-mobile:focus, .header-mobile .spenden-mobile:focus-within {
  transform: rotate(1deg);
}
.header-mobile .hamburger {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  width: 60px;
  height: 50px;
}
.header-mobile .hamburger .desc {
  display: none;
}
.header-mobile .hamburger .hamburger-icon {
  position: relative;
  width: 24px;
  height: 15px;
}
.header-mobile .hamburger .hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 9999px;
  width: 100%;
  background-color: #E0301F;
  left: 0;
  right: 0;
  transform: rotate(0deg);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
}
.header-mobile .hamburger .hamburger-icon span:nth-child(1) {
  top: 0px;
}
.header-mobile .hamburger .hamburger-icon span:nth-child(2) {
  top: 6px;
}
.header-mobile .hamburger .hamburger-icon span:nth-child(3) {
  top: 12px;
}
.header-mobile .hamburger .hamburger-icon:hover span:nth-child(1), .header-mobile .hamburger .hamburger-icon:active span:nth-child(1), .header-mobile .hamburger .hamburger-icon:focus span:nth-child(1), .header-mobile .hamburger .hamburger-icon:focus-within span:nth-child(1) {
  top: -2px;
}
.header-mobile .hamburger .hamburger-icon:hover span:nth-child(2), .header-mobile .hamburger .hamburger-icon:active span:nth-child(2), .header-mobile .hamburger .hamburger-icon:focus span:nth-child(2), .header-mobile .hamburger .hamburger-icon:focus-within span:nth-child(2) {
  top: 6px;
}
.header-mobile .hamburger .hamburger-icon:hover span:nth-child(3), .header-mobile .hamburger .hamburger-icon:active span:nth-child(3), .header-mobile .hamburger .hamburger-icon:focus span:nth-child(3), .header-mobile .hamburger .hamburger-icon:focus-within span:nth-child(3) {
  top: 14px;
}
.header-mobile .hamburger.open .desc {
  opacity: 0;
}
.header-mobile .hamburger.open .hamburger-icon span:nth-child(1) {
  opacity: 0;
}
.header-mobile .hamburger.open .hamburger-icon span:nth-child(2) {
  transform: rotate(45deg);
}
.header-mobile .hamburger.open .hamburger-icon span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-mobile .hamburger.open .hamburger-icon span:nth-child(2),
.header-mobile .hamburger.open .hamburger-icon span:nth-child(3) {
  top: 6px;
  width: 100%;
}
.header-mobile .suche-mobile-link,
.header-mobile .wpml-ls-sidebars-sprache {
  display: none;
}

.is-open .header-mobile {
  background-color: #F4F1EC;
  overflow: visible;
}
.is-open .header-mobile .logo-mobile,
.is-open .header-mobile .spenden-mobile {
  display: none;
}
.is-open .header-mobile .suche-mobile-link,
.is-open .header-mobile .wpml-ls-sidebars-sprache {
  display: flex;
}

.navigation {
  height: 100%;
  position: fixed;
  visibility: hidden;
  right: -100vw;
  left: 100%;
  top: 0;
  bottom: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
  padding-top: 60px;
  max-height: 100vh;
  background-color: white;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .navigation {
    overflow-x: hidden;
  }
}
.navigation.open {
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: visible;
}
.navigation.open .menu-item.open .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1024px) {
  .navigation.open .menu-item.open .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .navigation {
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    visibility: visible;
    padding-top: 0 !important;
    display: block;
    position: static;
    max-height: none;
    overflow-y: visible;
    background: transparent;
  }
  .navigation .mobile-only {
    display: none;
  }
}
.navigation .container-wide {
  height: 100%;
  max-width: none;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .navigation .container-wide {
    justify-content: space-between;
    flex-direction: row;
    padding-top: 0;
  }
}
.navigation .nav-block {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .navigation .nav-block {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
}
.navigation .meta-navigation {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .navigation .meta-navigation {
    margin: 50px 24px 50px 24px;
  }
}
@media (min-width: 1024px) {
  .navigation .meta-navigation {
    justify-content: flex-end;
  }
}
.navigation .meta-navigation .nav {
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .navigation .meta-navigation .nav {
    width: 100%;
    flex-direction: column;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.navigation .meta-navigation .nav > li {
  display: flex;
  margin: 5px;
}
.navigation .meta-navigation .nav > li a {
  position: relative;
  color: #7A726D;
  line-height: 1;
  text-decoration: none;
  font-size: 0.88em;
  padding: 15px;
}
@media (max-width: 1023px) {
  .navigation .meta-navigation .nav > li a {
    font-weight: 500;
    padding: 10px;
  }
}
.navigation .meta-navigation .nav > li a:hover, .navigation .meta-navigation .nav > li a:active, .navigation .meta-navigation .nav > li a:focus, .navigation .meta-navigation .nav > li a:focus-within {
  color: #E0301F;
}
.navigation .meta-navigation .nav > li.current-menu-item a {
  color: #342E31;
}
.navigation .mainmenu {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .navigation .mainmenu .mega-nav {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .navigation .mainmenu {
    margin-right: -24px;
    justify-content: flex-end;
  }
}
.navigation .mainmenu > li {
  position: relative;
}
.navigation .mainmenu a {
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  color: #342E31;
  font-size: 1.11em;
  padding: 10px 20px 20px;
}
@media (max-width: 1023px) {
  .navigation .mainmenu a {
    font-size: 20px;
    padding: 24px 0;
    border-bottom: 1px solid #DDD0C7;
  }
  .navigation .mainmenu a .dropdown-toggle-icon {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    background: url("img/pfeil.svg") no-repeat center;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .navigation .mainmenu a {
    font-size: 0.9em;
    padding: 10px 15px 20px;
  }
}
.navigation .mainmenu a:hover, .navigation .mainmenu a:active, .navigation .mainmenu a:focus, .navigation .mainmenu a:focus-within {
  color: #E0301F;
}
.navigation .mainmenu a.dropdown-toggle:after {
  display: none;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 15px;
  background: url("img/nav-dropdown.svg") no-repeat center bottom;
}
@media (min-width: 1024px) {
  .navigation .mainmenu li:first-child a {
    padding-left: 0;
  }
  .navigation .mainmenu li:first-child a.dropdown-toggle:after {
    margin-left: -18px;
  }
}
.navigation .mainmenu li.leicht a {
  padding-left: 68px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .navigation .mainmenu li.leicht a {
    padding-left: 48px;
  }
}
.navigation .mainmenu li.leicht a:before {
  content: "";
  position: absolute;
  margin-left: -48px;
  width: 36px;
  height: 36px;
  background: url("img/icon-book.svg") no-repeat center;
}
@media (max-width: 1023px) {
  .navigation .mainmenu li.leicht a:before {
    background-size: 28px auto;
  }
}
.navigation .mainmenu li.this-open a.dropdown-toggle:after {
  display: block;
}
.navigation .mainmenu .nav-back {
  display: none;
}
.navigation .mainmenu .current_page_item > a,
.navigation .mainmenu .current_page_ancestor > a,
.navigation .mainmenu .current-menu-parent > a {
  color: #E0301F;
}
.navigation .mainmenu .current-normal > a {
  color: #342E31;
}
.navigation .mainmenu .current-normal > a:hover {
  color: #E0301F;
}
.navigation .mainmenu .dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
  transition-delay: 150ms;
}
@media (max-width: 1023px) {
  .navigation .mainmenu .dropdown-menu {
    top: 60px;
    bottom: 0;
    right: -100vw;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #F7F5F2;
  }
  .navigation .mainmenu .dropdown-menu .dropdown-menu-inner {
    padding: 0 24px;
    border-radius: 8px;
  }
  .navigation .mainmenu .dropdown-menu li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 32px;
    font-size: 16px;
    background: white;
    width: auto;
  }
  .navigation .mainmenu .dropdown-menu li a .dropdown-toggle-icon {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    background: url("img/pfeil.svg") no-repeat center yellow;
  }
  .navigation .mainmenu .dropdown-menu li a:hover, .navigation .mainmenu .dropdown-menu li a:active, .navigation .mainmenu .dropdown-menu li a:focus, .navigation .mainmenu .dropdown-menu li a:focus-within {
    color: #E0301F;
  }
  .navigation .mainmenu .dropdown-menu li:first-child a {
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #EEEAE4;
    border-color: transparent;
  }
  .navigation .mainmenu .dropdown-menu li:nth-child(2) a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .navigation .mainmenu .dropdown-menu li:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: transparent;
  }
  .navigation .mainmenu .dropdown-menu .current-menu-item.active a {
    color: #E0301F;
  }
}
@media (min-width: 1024px) {
  .navigation .mainmenu .dropdown-menu {
    background-color: #F4F1EC;
    top: 124px;
    right: 0;
    bottom: auto;
    left: 0;
    margin-top: -2px;
    visibility: hidden;
    opacity: 0;
    min-height: auto;
    border-top: 1px solid #E0301F;
    padding: 25px 24px;
    box-shadow: 0px 8px 47px 0px rgba(97, 66, 77, 0.17), 0px 5px 7px -120px rgba(97, 66, 77, 0.08);
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    min-height: 350px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .navigation .mainmenu .dropdown-menu {
    padding-left: 50px;
  }
}
@media (min-width: 1024px) and (min-width: 1536px) {
  .navigation .mainmenu .dropdown-menu {
    padding-left: 100px;
  }
}
@media (min-width: 1024px) {
  .navigation .mainmenu .dropdown-menu .dropdown-menu-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .navigation .mainmenu .dropdown-menu li {
    min-width: 745px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .navigation .mainmenu .dropdown-menu li {
    min-width: 800px;
  }
}
@media (min-width: 1024px) and (min-width: 1536px) {
  .navigation .mainmenu .dropdown-menu li {
    min-width: 850px;
  }
}
@media (min-width: 1024px) {
  .navigation .mainmenu .dropdown-menu li a {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    font-size: 1em;
    letter-spacing: 0.18px;
    color: #7A726D;
  }
  .navigation .mainmenu .dropdown-menu li a:hover, .navigation .mainmenu .dropdown-menu li a:active, .navigation .mainmenu .dropdown-menu li a:focus, .navigation .mainmenu .dropdown-menu li a:focus-within {
    color: #E0301F;
  }
  .navigation .mainmenu .dropdown-menu .current-menu-item.active a {
    color: #E0301F;
  }
}
.navigation .mainmenu .this-open .dropdown-menu {
  transition-delay: 0ms;
}
@media (min-width: 1024px) {
  .navigation .mainmenu .this-open > .dropdown-menu, .navigation .mainmenu.mainmenu-open > .help-block {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1023px) {
  .navigation .mainmenu .this-open > .dropdown-menu {
    z-index: 10;
    left: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
    position: fixed;
    overflow-y: scroll;
    padding-bottom: 60px;
  }
  .navigation .mainmenu .this-open .nav-back {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0 16px 24px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
  }
  .navigation .mainmenu .this-open .nav-back i {
    margin-right: 10px;
    color: #E0301F;
  }
  .navigation .mainmenu .this-open .nav-back:hover {
    color: #E0301F;
  }
}
.navigation .mainmenu .help-block {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 24px;
  top: 124px;
  margin-top: 35px;
  pointer-events: none;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 150ms, visibility cubic-bezier(0.4, 0, 0.2, 1) 150ms;
  transition-delay: 150ms;
}
@media (min-width: 1200px) {
  .navigation .mainmenu .help-block {
    margin-left: 50px;
  }
}
@media (min-width: 1536px) {
  .navigation .mainmenu .help-block {
    margin-left: 100px;
  }
}
.navigation .mainmenu .help-block .btn-full {
  width: 220px;
  color: white;
  padding: 12px 24px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .navigation .mainmenu .help-block .btn-full {
    width: 270px;
  }
}
@media (min-width: 1536px) {
  .navigation .mainmenu .help-block .btn-full {
    width: 310px;
  }
}
.navigation .is-open .navigation .mainmenu .help-block {
  transition-delay: 0ms;
}
@media (max-width: 1023px) {
  .navigation .is-open .navigation .mainmenu .help-block {
    visibility: visible;
    opacity: 1;
    position: relative;
  }
}
@media (max-width: 1023px) {
  .navigation .help-block-mobile .help-block {
    max-width: 327px;
  }
  .navigation .help-block-mobile .help-block .btn-full {
    width: 100%;
    color: white;
    padding: 12px 24px;
    margin-bottom: 15px;
  }
}

.sprache-suche {
  display: inline-flex;
  width: 200px;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .sprache-suche {
    width: 180px;
    margin-left: 10px;
  }
}

.sprache-desktop .wpml-ls-legacy-dropdown,
.sprache-mobile .wpml-ls-legacy-dropdown {
  width: auto;
  background-color: transparent;
}
.sprache-desktop .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.sprache-mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background-color: rgba(255, 255, 255, 0.9);
}
.sprache-desktop .wpml-ls-legacy-dropdown a,
.sprache-mobile .wpml-ls-legacy-dropdown a {
  border: none;
  background-color: transparent;
  color: #E0301F;
  padding: 5px 10px;
}
@media (min-width: 1024px) {
  .sprache-desktop .wpml-ls-legacy-dropdown a,
  .sprache-mobile .wpml-ls-legacy-dropdown a {
    font-size: 0.88em;
  }
}
.sprache-desktop .wpml-ls-legacy-dropdown a:hover, .sprache-desktop .wpml-ls-legacy-dropdown a:active, .sprache-desktop .wpml-ls-legacy-dropdown a:focus, .sprache-desktop .wpml-ls-legacy-dropdown a:focus-within,
.sprache-mobile .wpml-ls-legacy-dropdown a:hover,
.sprache-mobile .wpml-ls-legacy-dropdown a:active,
.sprache-mobile .wpml-ls-legacy-dropdown a:focus,
.sprache-mobile .wpml-ls-legacy-dropdown a:focus-within {
  color: #7A726D;
  background-color: #F7F5F2;
}
.sprache-desktop .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after,
.sprache-mobile .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  border: none;
  background: url("img/nav-arrow-down.svg") no-repeat center;
}

a.suche-nav {
  position: relative;
  padding-right: 40px;
  color: #E0301F;
}
@media (min-width: 1024px) {
  a.suche-nav {
    font-size: 0.88em;
    top: 2px;
  }
}
a.suche-nav:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: calc(50% - 12px);
  background: url("img/icon-search.svg") no-repeat center;
}
a.suche-nav:hover, a.suche-nav:active, a.suche-nav:focus, a.suche-nav:focus-within {
  color: #342E31;
}

#footer {
  position: relative;
  overflow-x: hidden;
  margin-top: -200px;
}
@media (min-width: 1536px) {
  #footer {
    margin-top: -350px;
  }
}
@media (max-width: 767px) {
  #footer h3, #footer .h3 {
    font-size: 30px;
  }
}
#footer .help-block .btn-full {
  width: 100%;
  color: white;
  padding: 12px 24px;
  margin-bottom: 15px;
}
#footer .footer-main {
  padding: 24px 0 64px 0;
}
#footer .footer-main .main-container {
  position: relative;
}
@media (min-width: 1200px) {
  #footer .footer-main .main-container {
    margin-top: -50px;
  }
}
@media (min-width: 1536px) {
  #footer .footer-main .main-container {
    margin-top: -100px;
  }
}
@media (min-width: 1800px) {
  #footer .footer-main .main-container {
    margin-top: -150px;
  }
}
@media (min-width: 2100px) {
  #footer .footer-main .main-container {
    margin-top: -180px;
  }
}
#footer .footer-legal {
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  #footer .footer-legal {
    padding: 32px 0 0;
  }
}
#footer .footer-copy {
  padding: 18px 0;
}
#footer .footer-legal,
#footer .footer-copy {
  border-top: 1px solid #D9D5CF;
}
#footer .columns-footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  wrap: nowrap;
}
@media (min-width: 768px) {
  #footer .columns-footer {
    column-gap: 50px;
  }
}
@media (min-width: 1024px) {
  #footer .columns-footer {
    column-gap: 126px;
  }
}
@media (max-width: 767px) {
  #footer .columns-footer > * {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .columns-footer > *:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #footer .columns-footer > .column-1 {
    width: 255px;
  }
  #footer .columns-footer > .column-2, #footer .columns-footer > .column-3 {
    width: 170px;
  }
}
@media (min-width: 1024px) {
  #footer .columns-footer > .column-2, #footer .columns-footer > .column-3 {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #footer .columns-footer > .column-1, #footer .columns-footer > .column-2, #footer .columns-footer > .column-3 {
    width: 255px;
  }
}
@media (max-width: 767px) {
  #footer .footer-main .columns-footer > * {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .footer-main .columns-footer > *:last-child {
    margin-bottom: 0;
  }
  #footer .footer-main .columns-footer > .column-2:before, #footer .footer-main .columns-footer > .column-3:before {
    content: "";
    display: block;
    position: relative;
    margin-left: -24px;
    margin-right: -24px;
    height: 35px;
    border-top: 1px solid #D9D5CF;
  }
}
#footer a {
  text-decoration: none;
  color: #7A726D;
}
#footer a:hover, #footer a:active, #footer a:focus, #footer a:focus-within {
  color: #E0301F;
}
#footer .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#footer .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .social-links a.footer-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #E0301F;
}
#footer .social-links a.footer-icon.facebook {
  background: url("img/facebook.svg") no-repeat center/contain;
}
#footer .social-links a.footer-icon.linkedin {
  background: url("img/linkedin.svg") no-repeat center/contain;
}
#footer .social-links a.footer-icon.instagram {
  background: url("img/instagram.svg") no-repeat center/contain;
}
#footer .social-links a:hover {
  opacity: 0.7;
}
#footer .footer-nav {
  display: flex;
  list-style: none;
  padding: 0;
  flex-direction: column;
}
#footer .footer-nav {
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  #footer .footer-nav {
    font-size: 18px;
  }
}
#footer .footer-nav li a {
  display: block;
  padding: 9px 0;
}
#footer .legal-nav {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #footer .legal-nav {
    font-size: 14px;
  }
}
#footer .legal-nav li a {
  padding: 6px 0;
}
@media (max-width: 767px) {
  #footer .legal-nav {
    margin-top: 30px;
  }
}
#footer .footer-logo {
  height: 100%;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}

#BorlabsCookieBox ._brlbs-bar._brlbs-bar-advanced .container {
  max-width: 1158px !important;
}

.footer-sticky {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6A4855;
  padding: 16px 24px 32px 24px;
  color: white;
  font-size: 0.88em;
  transition: bottom 0.5s ease;
}
.footer-sticky .buttons {
  column-count: 3;
  gap: 8px;
}
.footer-sticky.is-visible {
  bottom: 0;
}
.footer-sticky.is-hidden {
  bottom: -200px;
}

@media (max-width: 767px) {
  .home #footer .footer-copy {
    padding-bottom: 150px;
  }
}

/* ==========================================================================
   @button.scss
   Button Styles
============================================================================= */
.btn {
  position: relative;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 58px;
  border: 2px solid transparent;
  text-decoration: none;
  background-color: inherit;
  color: inherit;
  letter-spacing: 0.18px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 8px 47px 0px rgba(97, 66, 77, 0.17), 0px 5px 7px -120px rgba(97, 66, 77, 0.08);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn {
    display: inline-flex;
  }
}
.btn-full {
  background-color: #E0301F;
  color: white;
}
.btn-full:hover {
  background-color: #7D1935;
  color: white;
}
.btn-full:focus {
  box-shadow: 0px 0px 0px 3px rgba(0, 133, 255, 0.5);
  color: white;
}

.btn-full-white {
  background-color: white;
  color: #E0301F;
}
.btn-full-white:hover {
  color: #7D1935;
}

.btn-outline {
  border: 2px solid #E0301F;
  background-color: transparent;
  color: #E0301F;
  box-shadow: none;
}
.btn-outline:hover {
  border-color: #7D1935;
  color: #7D1935;
}

.btn-outline-white {
  border: 2px solid white;
  background-color: transparent;
  color: white;
}
.btn-outline-white:hover {
  border-color: #7D1935;
  color: #7D1935;
}

.bg-kirsch .btn-outline-white:hover,
.bg-kirsch .btn-full:hover {
  border-color: #E0301F;
  color: #E0301F;
}

.btn-tel:before,
.btn-chat:before,
.btn-mail:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
}

.btn-ext:after,
.btn-arrow:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
}

.btn-full.btn-tel:before,
.btn-outline-white.btn-tel:before,
.btn-box.btn-tel:before {
  background: url("img/icon-phone.svg") no-repeat center/contain;
}
.btn-full.btn-chat:before,
.btn-outline-white.btn-chat:before,
.btn-box.btn-chat:before {
  background: url("img/icon-chat.svg") no-repeat center/contain;
}
.btn-full.btn-mail:before,
.btn-outline-white.btn-mail:before,
.btn-box.btn-mail:before {
  background: url("img/icon-mail.svg") no-repeat center/contain;
}
.btn-full.btn-ext:after,
.btn-outline-white.btn-ext:after,
.btn-box.btn-ext:after {
  background: url("img/icon-ext-link.svg") no-repeat center/contain;
}
.btn-full.btn-arrow:after,
.btn-outline-white.btn-arrow:after,
.btn-box.btn-arrow:after {
  background: url("img/pfeil-weiss.svg") no-repeat center/contain;
}

.btn-full-white.btn-ext:after,
.btn-outline.btn-ext:after,
.bg-kirsch .btn-outline-white:hover.btn-ext:after,
.bg-kirsch .btn-full:hover.btn-ext:after {
  background: url("img/icon-ext-link-red.svg") no-repeat center/contain;
}
.btn-full-white.btn-arrow:after,
.btn-outline.btn-arrow:after,
.bg-kirsch .btn-outline-white:hover.btn-arrow:after,
.bg-kirsch .btn-full:hover.btn-arrow:after {
  background: url("img/pfeil.svg") no-repeat center/contain;
}

.btn-full-white:hover.btn-ext:after,
.btn-outline:hover.btn-ext:after,
.btn-outline-white:hover.btn-ext:after {
  background: url("img/icon-ext-link-aubergine.svg") no-repeat center/contain;
}
.btn-full-white:hover.btn-arrow:after,
.btn-outline:hover.btn-arrow:after,
.btn-outline-white:hover.btn-arrow:after {
  background: url("img/pfeil-aubergine.svg") no-repeat center/contain;
}

.btn-load-more:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("img/plus-white.svg") no-repeat center/contain;
}

.btn-twint {
  background-color: black;
  color: white;
  padding: 6px 24px;
}
.btn-twint:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url("img/twint.svg") no-repeat center/contain;
  margin-right: 5px;
}
.btn-twint:hover {
  background-color: #777375;
}

.btn-small {
  padding: 4px 16px;
  font-size: 16px;
}
.btn-small.btn-tel:before, .btn-small.btn-chat:before, .btn-small.btn-mail:before {
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .block-button .btn {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .block-button .btn {
    margin-right: 1em;
  }
}

.button-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 15px;
  margin-top: 1.6em;
}
@media (min-width: 768px) {
  .button-wrapper {
    width: 300px;
  }
}

input[type=submit].btn-box {
  border-radius: 58px;
  background-color: #D9D5CF;
}

/* ==========================================================================
   @swiper.scss
   Swiper Styles
============================================================================= */
.swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #E0301F;
  background-color: white;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  border: 1px solid #7D1935;
  background-color: #7D1935;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E0301F;
}

.swiper-button-next,
.swiper-button-prev {
  top: 120px;
  width: 56px;
  height: 56px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  right: auto;
  left: 830px;
  background: url("img/swiper-next.svg");
}
.swiper-button-next:hover {
  background: url("img/swiper-next-red.svg");
}

.swiper-button-prev {
  left: -120px;
  background: url("img/swiper-prev.svg");
}
.swiper-button-prev:hover {
  background: url("img/swiper-prev-red.svg");
}

.swiper-quote {
  padding: 60px 0 100px 0;
}
.swiper-quote .swiper-slide {
  padding-left: 48px;
  padding-right: 48px;
  opacity: 0.5;
  filter: blur(5px);
}
.swiper-quote .swiper-slide.swiper-slide-active {
  opacity: 1;
  filter: none;
}

@media (max-width: 639px) {
  .swiper-gallery {
    padding-bottom: 45px;
  }
}
@media (min-width: 640px) {
  .swiper-gallery {
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .swiper-gallery {
    padding-bottom: 85px;
  }
}
.swiper-gallery .swiper-slide {
  width: auto;
}
@media (max-width: 639px) {
  .swiper-gallery .swiper-slide {
    height: 200px;
  }
}
@media (min-width: 640px) {
  .swiper-gallery .swiper-slide {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .swiper-gallery .swiper-slide {
    height: 378px;
  }
}
.swiper-gallery .swiper-slide img {
  height: 100%;
}

/* ==========================================================================
   @accordion.scss
   accordion Styles
============================================================================= */
.block-accordion .accordion {
  border-radius: 8px;
  overflow: hidden;
}
.block-accordion .accordion-item {
  position: relative;
  background-color: #EEEAE4;
  margin-bottom: 1px;
}
.block-accordion .accordion-item:hover {
  background-color: #F7F5F2;
}
.block-accordion .accordion-item .accordion-toggle {
  position: relative;
  width: 100%;
  padding: 18px 45px 18px 18px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  cursor: pointer;
}
.block-accordion .accordion-item .accordion-toggle:hover {
  color: #7D1935;
}
.block-accordion .accordion-item .accordion-toggle:hover .accordion-icon .icon-up {
  background: url("img/nav-arrow-up-red.svg");
}
.block-accordion .accordion-item .accordion-toggle:hover .accordion-icon .icon-down {
  background: url("img/nav-arrow-down.svg");
}
.block-accordion .accordion-item .accordion-toggle > *:first-child {
  flex-grow: 1;
}
.block-accordion .accordion-item .accordion-toggle .accordion-icon {
  position: absolute;
  right: 18px;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.block-accordion .accordion-item .accordion-toggle .accordion-icon .icon-up {
  display: none;
}
.block-accordion .accordion-item .accordion-toggle .accordion-icon .icon-down {
  display: flex;
}
.block-accordion .accordion-item .accordion-toggle .accordion-icon .icon-up {
  width: 24px;
  height: 24px;
  background: url("img/nav-arrow-up.svg") no-repeat center/contain;
}
.block-accordion .accordion-item .accordion-toggle .accordion-icon .icon-down {
  width: 24px;
  height: 24px;
  background: url("img/nav-arrow-down-black.svg") no-repeat center/contain;
}
.block-accordion .accordion-item .accordion-content {
  display: none;
  font-size: 16px;
  padding: 8px 18px 18px;
}
.block-accordion .accordion-item.open {
  background-color: #F7F5F2;
}
.block-accordion .accordion-item.open .accordion-toggle {
  color: #7D1935;
  padding-bottom: 24px;
}
.block-accordion .accordion-item.open .accordion-toggle:hover {
  color: #E0301F;
}
.block-accordion .accordion-item.open .accordion-icon .icon-down {
  display: none;
}
.block-accordion .accordion-item.open .accordion-icon .icon-up {
  display: flex;
}
.block-accordion .links {
  list-style: none;
  padding: 0;
  border-top: 1px solid #9C848D;
  margin-top: 40px;
  margin-bottom: 30px;
}
.block-accordion .links li a {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #9C848D;
  font-weight: 500;
}
.block-accordion .links li a:after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 0;
  background: url("img/pfeil.svg") no-repeat center/contain;
}
.block-accordion .links li a:hover {
  background-color: #EEEAE4;
}

/* ==========================================================================
   @downloads.scss
   downloads Styles
============================================================================= */
.block-downloads .downloads {
  border-radius: 8px;
  overflow: hidden;
}
.block-downloads .download {
  position: relative;
  background-color: #EEEAE4;
  margin-bottom: 1px;
  display: block;
  padding: 18px;
}
.block-downloads .download:hover {
  background-color: #F7F5F2;
}
.block-downloads .download .download-icon {
  position: absolute;
  right: 18px;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: url("img/icon-download.svg") no-repeat center/contain;
}

.downloadsByTopic {
  margin-bottom: 300px;
}
@media (min-width: 1536px) {
  .downloadsByTopic {
    margin-bottom: 380px;
  }
}

/* ==========================================================================
    @form.scss
    Form
============================================================================= */
.with_frm_style .frm_primary_label {
  font-size: 16px !important;
  color: #342E31 !important;
}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number],
.with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select,
.with_frm_style textarea {
  padding: 10px !important;
  font-size: 16px !important;
  border: 1px solid #C0BEBF !important;
}
.with_frm_style input[type=text]:hover, .with_frm_style input[type=password]:hover, .with_frm_style input[type=email]:hover, .with_frm_style input[type=number]:hover,
.with_frm_style input[type=url]:hover, .with_frm_style input[type=tel]:hover, .with_frm_style input[type=phone]:hover, .with_frm_style input[type=search]:hover, .with_frm_style select:hover,
.with_frm_style textarea:hover {
  border: 1px solid #342E31 !important;
}
.with_frm_style input[type=text]:focus, .with_frm_style input[type=password]:focus, .with_frm_style input[type=email]:focus, .with_frm_style input[type=number]:focus,
.with_frm_style input[type=url]:focus, .with_frm_style input[type=tel]:focus, .with_frm_style input[type=phone]:focus, .with_frm_style input[type=search]:focus, .with_frm_style select:focus,
.with_frm_style textarea:focus {
  box-shadow: none !important;
  border: 1px solid #342E31 !important;
}
.with_frm_style input[type=number] {
  appearance: textfield !important;
}
.with_frm_style .frm_blank_field label,
.with_frm_style .frm_error,
.with_frm_style .frm_limit_error {
  color: #E0301F !important;
}
.with_frm_style .frm_blank_field input[type=text],
.with_frm_style .frm_blank_field input[type=password],
.with_frm_style .frm_blank_field input[type=url],
.with_frm_style .frm_blank_field input[type=tel],
.with_frm_style .frm_blank_field input[type=number],
.with_frm_style .frm_blank_field input[type=email],
.with_frm_style .frm_blank_field textarea,
.with_frm_style .frm_form_field :invalid {
  border: 1px solid #E0301F !important;
  background: url("img/error.svg") no-repeat 98% 50% white !important;
}
.with_frm_style p.description,
.with_frm_style div.description,
.with_frm_style div.frm_description,
.with_frm_style .frm-show-form > div.frm_description,
.with_frm_style .frm_error,
.with_frm_style .frm_pro_max_limit_desc {
  padding-top: 5px !important;
  font-size: 14px !important;
  color: #777375 !important;
}
.with_frm_style .frm_form_field.frm_html_container {
  margin-top: 20px;
  font-size: 16px !important;
}
.with_frm_style .vertical_radio .frm_checkbox,
.with_frm_style .vertical_radio .frm_radio,
.with_frm_style .frm_catlevel_1 {
  display: inline-block !important;
  margin-right: 20px !important;
}
.with_frm_style .vertical_radio .frm_checkbox label,
.with_frm_style .vertical_radio .frm_radio label,
.with_frm_style .frm_catlevel_1 label {
  font-size: 16px !important;
}
.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox] {
  border: 1px solid #342E31 !important;
}
.with_frm_style .frm_radio input[type=radio]:checked,
.with_frm_style .frm_checkbox input[type=checkbox]:checked {
  border: 4px solid #E0301F !important;
}
.with_frm_style .frm_radio input[type=radio]:before,
.with_frm_style .frm_checkbox input[type=checkbox]:before {
  display: none !important;
}
.with_frm_style .frm_button_submit {
  background-color: #E0301F !important;
  color: white !important;
  box-shadow: 0px 8px 47px 0px rgba(97, 66, 77, 0.17), 0px 5px 7px -120px rgba(97, 66, 77, 0.08) !important;
  border-radius: 58px !important;
  padding: 12px 24px !important;
  border: 2px solid transparent !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
.with_frm_style .frm_button_submit:hover {
  background-color: #7D1935 !important;
  color: white !important;
}
.with_frm_style .frm_button_submit:focus {
  box-shadow: 0px 0px 0px 3px rgba(0, 133, 255, 0.5) !important;
  color: white !important;
}

.grecaptcha-badge {
  display: none;
}

/* ==========================================================================
    @filter.scss
    Filter
============================================================================= */
.filter {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .filter {
    margin-bottom: 100px;
  }
}
.filter .formItem {
  position: relative;
  display: flex;
}
@media (min-width: 1024px) {
  .filter .formItem {
    max-width: 349px;
  }
}
.filter .filter-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.dropselect {
  position: absolute;
  top: 27px;
  display: block;
  z-index: 2;
  left: 0;
  right: 0;
  outline: none;
  appearance: none;
  cursor: pointer;
  border: 1.5px solid #7D1935;
  border-radius: 8px;
  color: #7D1935;
  background: white;
  overflow: hidden;
  background: url("img/nav-arrow-down.svg") no-repeat center;
}
.dropselect .option {
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  height: 58px;
  margin: 0;
  pointer-events: none;
  order: 2;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  transition: background 0.2s ease-in-out;
}
.dropselect .option.all {
  display: flex;
  z-index: 2;
  padding: 14px 24px;
}
.dropselect .option.all:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: 10px;
  background: url("img/nav-arrow-down.svg") no-repeat center;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.dropselect .option:hover {
  cursor: pointer;
}
.dropselect:focus .option {
  position: relative;
  pointer-events: all;
  background-color: #EEEAE4;
  border-bottom: 1px solid #D9D5CF;
  color: #342E31;
}
.dropselect:focus .option:hover {
  background-color: #D9D5CF;
}
.dropselect input[type=radio] {
  opacity: 0;
  position: absolute;
  left: -99999px;
  display: block;
  top: 0;
}
.dropselect input[type=radio]:checked + .option {
  order: 1;
  z-index: 2;
  position: relative;
  background-color: white;
  color: #342E31;
  padding: 14px 24px;
  height: 58px;
}
.dropselect input[type=radio]:checked + .option.all {
  background: white;
  color: inherit;
}
.dropselect:focus input[type=radio]:checked + .option:not(.option.all) {
  background-color: #F7F5F2;
  color: #342E31;
}
.dropselect input[type=radio]:checked + .option:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: 10px;
  background: url("img/nav-arrow-down.svg") no-repeat center;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.dropselect input[type=radio]:checked + .option.all:after {
  background: url("img/nav-arrow-down.svg") no-repeat center;
}
.dropselect:focus input[type=radio]:checked + .option:after {
  display: none;
}

/* ==========================================================================
   @aktuelles.scss
   Aktuelles Page / Single
============================================================================= */
@media (min-width: 640px) {
  .columns-3-grid {
    column-count: 2;
    column-gap: 25px;
  }
}
@media (min-width: 1024px) {
  .columns-3-grid {
    column-count: 3;
    column-gap: 30px;
  }
}

.post-wrapper {
  padding: 24px 0 80px;
}

.no-entries {
  break-inside: avoid-column;
}

.post-teaser {
  position: relative;
  display: block;
  border-radius: 12px;
  background-color: #EEEAE4;
  box-shadow: 0px 29px 40px 0px rgba(97, 66, 77, 0.2), 0px 12px 12px 0px rgba(97, 66, 77, 0.13);
  overflow: hidden;
  margin-bottom: 48px;
}
.post-teaser .teaser-bild .bild-verlauf {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.post-teaser .teaser-bild img {
  width: 100%;
}
.post-teaser.no-image {
  padding-top: 16px;
}
.post-teaser .datum, .post-teaser .ort, .post-teaser .ausbildung, .post-teaser .ext {
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
}
.post-teaser .datum:before, .post-teaser .ort:before, .post-teaser .ausbildung:before, .post-teaser .ext:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  background: no-repeat center/contain;
}
.post-teaser.has-image .infos {
  position: absolute;
  margin-top: -55px;
  color: white;
}
.post-teaser.has-image .infos .datum:before {
  background-image: url("img/icon-calendar-white.svg");
}
.post-teaser.has-image .infos .ort:before {
  background-image: url("img/icon-map-white.svg");
}
.post-teaser.has-image .infos .ausbildung:before {
  background-image: url("img/icon-school-white.svg");
}
.post-teaser.has-image .infos .ext:before {
  background-image: url("img/icon-ext-white.svg");
}
.post-teaser.has-image.kurs .infos {
  margin-top: -80px;
}
.post-teaser.no-image .infos {
  color: #E0301F;
  margin-bottom: 16px;
}
.post-teaser.no-image .infos .datum:before {
  background-image: url("img/icon-calendar.svg");
}
.post-teaser.no-image .infos .ort:before {
  background-image: url("img/icon-map.svg");
}
.post-teaser.no-image .infos .ausbildung:before {
  background-image: url("img/icon-school.svg");
}
.post-teaser.no-image .infos .ext:before {
  background-image: url("img/icon-ext.svg");
}
.post-teaser.bg-red {
  background-color: #E0301F;
  color: white;
}
.post-teaser.bg-red .monat {
  color: white;
}
.post-teaser.bg-red:hover, .post-teaser.bg-red:active, .post-teaser.bg-red:focus, .post-teaser.bg-red:focus-within {
  background: #E6594D;
}
.post-teaser .teaser-content {
  padding: 24px;
}
.post-teaser .link-mehr {
  position: absolute;
  bottom: -75px;
  right: -87px;
  width: 125px;
  height: 112px;
  border-radius: 27%;
  background: url("img/pfeil-weiss.svg") no-repeat 8px 10px #E0301F;
}
.post-teaser.bg-red .link-mehr {
  background: url("img/pfeil-aubergine.svg") no-repeat 8px 10px #EEEAE4;
}
.post-teaser:hover, .post-teaser:active, .post-teaser:focus, .post-teaser:focus-within {
  background-color: #F7F5F2;
  box-shadow: 0px 5px 30px 0px rgba(97, 66, 77, 0.17), 0px 2px 5px -45px rgba(97, 66, 77, 0.08);
}
.post-teaser:hover .link-mehr, .post-teaser:active .link-mehr, .post-teaser:focus .link-mehr, .post-teaser:focus-within .link-mehr {
  background: url("img/pfeil-weiss.svg") no-repeat 8px 10px #7D1935;
}

.cat-item {
  position: absolute;
  top: 0;
  left: 24px;
  padding: 3px 6px 2px 6px;
  background-color: #7D1935;
  color: white;
  border-radius: 0px 0px 3px 3px;
  font-size: 11px;
}

@media (max-width: 1023px) {
  .single-post .d2 {
    font-size: 2.27em;
    margin-bottom: 0.6em;
  }
}
.single-post .link-back {
  top: -16px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .single-post .link-back {
    top: -38px;
    margin-top: -10px;
  }
}
.single-post .link-back svg {
  position: relative;
  margin-right: 5px;
  left: 0;
}
.single-post .link-back:hover svg, .single-post .link-back:active svg, .single-post .link-back:focus svg, .single-post .link-back:focus-within svg {
  left: -8px;
}
.single-post .cat-item {
  top: 0;
}
@media (min-width: 1024px) {
  .single-post .cat-item {
    font-size: 16px;
  }
}
.single-post .teaser-bild:not(.teaser-row .teaser-bild) {
  max-height: 650px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .single-post .teaser-bild:not(.teaser-row .teaser-bild) {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 1024px) {
  .single-post .teaser-bild:not(.teaser-row .teaser-bild) {
    margin-top: 10px;
    margin-left: -80px;
    margin-right: -80px;
  }
}
.single-post .teaser-bild:not(.teaser-row .teaser-bild) img {
  width: 100%;
}
.single-post .teaser-bild:not(.teaser-row .teaser-bild) .cat-item {
  left: 24px;
}
@media (min-width: 1024px) {
  .single-post .teaser-bild:not(.teaser-row .teaser-bild) .cat-item {
    left: 80px;
  }
}
.single-post .infos:not(.teaser-row .infos) {
  min-height: 30px;
}
@media (max-width: 1023px) {
  .single-post .infos:not(.teaser-row .infos) {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 48px;
    font-size: 0.88em;
  }
  .single-post .infos:not(.teaser-row .infos).infos-ohne-bild .bg-sand {
    padding-top: 45px;
  }
}
@media (min-width: 1024px) {
  .single-post .infos:not(.teaser-row .infos) {
    margin-bottom: 80px;
  }
}
.single-post .infos:not(.teaser-row .infos).infos-bild {
  margin-top: -35px;
}
.single-post .infos:not(.teaser-row .infos) .cat-item {
  left: 24px;
}
@media (min-width: 1024px) {
  .single-post .infos:not(.teaser-row .infos) .cat-item {
    left: 0;
  }
}
.single-post .infos:not(.teaser-row .infos) .bg-sand {
  display: flex;
  padding: 24px 24px 12px 24px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .single-post .infos:not(.teaser-row .infos) .bg-sand {
    justify-content: center;
  }
}
.single-post .datum, .single-post .ort, .single-post .zeit, .single-post .ausbildung, .single-post .ext, .single-post .info {
  align-items: center;
  display: inline-flex;
  margin-right: 18px;
  margin-bottom: 12px;
}
.single-post .datum:before, .single-post .ort:before, .single-post .zeit:before, .single-post .ausbildung:before, .single-post .ext:before, .single-post .info:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
  background: no-repeat center/contain;
}
@media (min-width: 1024px) {
  .single-post .datum:before, .single-post .ort:before, .single-post .zeit:before, .single-post .ausbildung:before, .single-post .ext:before, .single-post .info:before {
    width: 24px;
    height: 24px;
  }
}
.single-post .datum:before {
  background-image: url("img/icon-calendar-grau.svg");
}
.single-post .zeit:before {
  background-image: url("img/icon-watch-grau.svg");
}
.single-post .ort:before {
  background-image: url("img/icon-map-grau.svg");
}
.single-post .ausbildung:before {
  background-image: url("img/icon-school-grau.svg");
}
.single-post .ext:before {
  background-image: url("img/icon-ext-grau.svg");
}
.single-post .info:before {
  background-image: url("img/icon-info-grau.svg");
}
.single-post .teaser-row .datum, .single-post .teaser-row .ort, .single-post .teaser-row .zeit, .single-post .teaser-row .ausbildung, .single-post .teaser-row .ext, .single-post .teaser-row .info {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .single-post .teaser-row .datum:before, .single-post .teaser-row .ort:before, .single-post .teaser-row .zeit:before, .single-post .teaser-row .ausbildung:before, .single-post .teaser-row .ext:before, .single-post .teaser-row .info:before {
    width: 16px;
    height: 16px;
  }
}
.single-post .share {
  padding: 16px 0;
}
.single-post .share .main-container {
  display: flex;
  align-items: center;
}
.single-post .share .addtoany_list {
  margin-left: 18px;
}
.single-post .share .addtoany_list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #E0301F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.single-post .share .addtoany_list a:hover, .single-post .share .addtoany_list a:active, .single-post .share .addtoany_list a:focus, .single-post .share .addtoany_list a:focus-within {
  border-color: rgba(224, 48, 31, 0.7);
}

.page-template-tpl-chat #main {
  padding-bottom: 260px;
}
@media (min-width: 1024px) {
  .page-template-tpl-chat #main {
    padding-bottom: 300px;
  }
}
@media (min-width: 1536px) {
  .page-template-tpl-chat #main {
    padding-bottom: 450px;
  }
}
.page-template-tpl-chat .iframeContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.page-template-tpl-chat .iframeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.chatWindow {
  padding-bottom: 100px;
}

.preChatText {
  margin-top: 30px;
}

.beigeBox {
  padding: 50px 25px;
  background-color: #EEEAE4;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .beigeBox {
    padding: 60px;
    border-radius: 12px;
  }
}
.beigeBox h3 {
  color: #E0301F;
}
.beigeBox .lead {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 1em;
}
.beigeBox .buttons {
  display: flex;
  align-items: center;
  padding-top: 2em;
}
.beigeBox .buttons .spinner {
  display: none;
}
.beigeBox .buttons.loading .spinner {
  display: inline-block;
}
.beigeBox label.required::after {
  content: "*";
  color: #E0301F;
  font-weight: bold;
  margin-left: 0.3em;
}
.beigeBox .radioSelection .radioWithInfo {
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  border-radius: 6px;
  background-color: #FAF8F6;
  margin-bottom: 1em;
}
.beigeBox .radioSelection .radioWithInfo label {
  flex-grow: 1;
  margin-left: 0.7em;
}
.beigeBox .radioSelection .radioWithInfo .radioInfo {
  position: relative;
  display: flex;
  align-items: center;
}
.beigeBox .radioSelection .radioWithInfo .radioInfo::before {
  content: "i";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0.7em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #7D1935;
}
.beigeBox .radioSelection .radioWithInfo .radioInfo .text {
  display: none;
  position: absolute;
  left: 50px;
  width: 200px;
  padding: 0.5em 1em;
  color: #ffffff;
  border-radius: 6px;
  background-color: #7D1935;
}
@media (max-width: 767px) {
  .beigeBox .radioSelection .radioWithInfo .radioInfo .text {
    left: -260px;
    top: -100px;
    width: 250px;
    background-color: #591226;
    box-shadow: 0px 29px 40px 0px rgba(97, 66, 77, 0.3), 0px 12px 12px 0px rgba(97, 66, 77, 0.2);
  }
}
.beigeBox .radioSelection .radioWithInfo .radioInfo:hover .text, .beigeBox .radioSelection .radioWithInfo .radioInfo:active .text {
  display: block;
}
.beigeBox .radioSelection .radioWithInfo.checked {
  color: #ffffff;
  background-color: #7D1935;
}
.beigeBox .radioSelection .radioWithInfo.checked .radioInfo::before {
  color: #7D1935;
  background-color: #ffffff;
}
.beigeBox .plzSelection {
  display: none;
}
.beigeBox .plzSelection.show {
  display: block;
}
.beigeBox .plzSelection .error {
  display: none;
  padding: 0.5em 1em;
  color: #ffffff;
  background-color: #E0301F;
  border-radius: 6px;
}
.beigeBox .plzSelection.invalid .error {
  display: block;
}
.beigeBox .plzSelection label {
  display: block;
}
.beigeBox .plzSelection input {
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 6px;
  border: 2px solid #D9D5CF;
  margin-bottom: 0.3em;
}
.beigeBox .plzSelection .description {
  color: #7A726D;
  margin: 0;
}

.block-spenden-weiche .image {
  position: relative;
  max-width: 778px;
}
@media (max-width: 767px) {
  .block-spenden-weiche .beigeBox {
    padding-top: 120px;
    margin-left: -24px;
    margin-right: -24px;
  }
  .block-spenden-weiche .image {
    margin-bottom: -90px;
  }
}
@media (min-width: 768px) {
  .block-spenden-weiche {
    display: grid;
    align-items: center;
    grid-template-columns: 600px auto;
  }
  .block-spenden-weiche .beigeBox {
    padding-right: 150px;
    grid-row-start: 2;
  }
  .block-spenden-weiche .image {
    margin-left: -100px;
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media (min-width: 1024px) {
  .block-spenden-weiche {
    grid-template-columns: 778px auto;
  }
  .block-spenden-weiche .image {
    margin-left: -130px;
  }
  .block-spenden-weiche .beigeBox {
    padding-right: 230px;
  }
}

.faqBox {
  width: 778px;
  max-width: 100%;
  margin-bottom: 300px;
}
@media (min-width: 1536px) {
  .faqBox {
    margin-bottom: 380px;
  }
}

.raiseNow {
  margin-bottom: 300px;
}
@media (min-width: 1536px) {
  .raiseNow {
    margin-bottom: 380px;
  }
}

svg.spinner {
  display: inline-block;
  margin-left: 20px;
  width: 30px;
  height: 30px;
  x: 0px;
  y: 0px;
  viewBox: 0 0 30 30;
}
svg.spinner circle {
  fill: transparent;
  stroke: #7D1935;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 94.2;
  transform-origin: 15px 15px 0;
  animation: spinner 2s linear infinite;
}

@keyframes spinner {
  0% {
    stroke-dashoffset: 19.8;
    transform: rotate(0deg);
  }
  50% {
    stroke-dashoffset: 94.2;
    transform: rotate(720deg);
  }
  100% {
    stroke-dashoffset: 19.8;
    transform: rotate(1080deg);
  }
}
.such-resultate .teaser {
  position: relative;
  display: block;
  padding: 25px 25px 10px 25px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0px 29px 40px 0px rgba(97, 66, 77, 0.2), 0px 12px 12px 0px rgba(97, 66, 77, 0.13);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
  margin-bottom: 25px;
}
.such-resultate .teaser .link-mehr {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #E0301F;
}
.such-resultate .teaser .link-mehr svg {
  width: 24px;
  margin-left: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
}
.such-resultate .teaser:hover {
  box-shadow: 0px 8px 47px 0px rgba(97, 66, 77, 0.17), 0px 5px 7px -120px rgba(97, 66, 77, 0.08);
  background-color: #F4F1EC;
}
.such-resultate .teaser:hover .link-mehr svg {
  margin-left: 15px;
}

.searchbox {
  min-height: 400px;
}
.searchbox .search-field {
  position: relative;
}
.searchbox .search-input {
  border: 2px solid #E0301F;
  padding: 15px;
  background-color: white;
  border-radius: 8px;
  width: 100%;
  color: #342E31;
}
.searchbox .search-button {
  border: none;
  background: none;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.relevanssi-query-term {
  font-weight: 500;
  color: #7D1935;
}

.navigation-posts ul {
  list-style: none;
  padding: 0;
}
.navigation-posts ul li {
  display: inline-flex;
}
.navigation-posts ul a {
  display: block;
  background-color: #6A4855;
  padding: 5px 15px;
  border-radius: 6px;
  color: white;
}
.navigation-posts ul a:hover {
  background-color: #9C848D;
}
.navigation-posts ul li.active a {
  background-color: #9C848D;
}

.page-template-tpl-mailberatung .sidebar {
  max-width: 778px;
}
@media (min-width: 1200px) {
  .page-template-tpl-mailberatung .sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
  }
}
.page-template-tpl-mailberatung .sidebar .block-sidebar {
  padding: 20px;
  border-radius: 12px;
}
.page-template-tpl-mailberatung .teaser {
  padding: 20px;
  border-radius: 12px;
}
.page-template-tpl-mailberatung .teaser:hover {
  opacity: 0.8;
}

.box-bg-beige {
  padding: 40px 24px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .box-bg-beige {
    margin-left: -24px;
    margin-right: -24px;
    width: auto;
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .box-bg-beige {
    border-radius: 12px;
    padding: 40px;
  }
}

#wpsc-container .wpsc-header {
  background-color: transparent !important;
}
#wpsc-container .wpsc-header .wpsc-menu-list {
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 58px;
  border: 2px solid #E0301F;
  opacity: 1 !important;
}
#wpsc-container .wpsc-header .wpsc-menu-list.ticket-list,
#wpsc-container .wpsc-header .wpsc-menu-list.log-out,
#wpsc-container .wpsc-header .wpsc-menu-list.agent-profile {
  background-color: transparent;
  color: #E0301F;
}
#wpsc-container .wpsc-header .wpsc-menu-list.ticket-list:hover,
#wpsc-container .wpsc-header .wpsc-menu-list.log-out:hover,
#wpsc-container .wpsc-header .wpsc-menu-list.agent-profile:hover {
  color: #7D1935;
  border: 2px solid #7D1935;
}
#wpsc-container .wpsc-header .wpsc-menu-list.new-ticket {
  background-color: #E0301F;
}
#wpsc-container .wpsc-header .wpsc-menu-list.new-ticket:hover {
  border: 2px solid #7D1935;
  background-color: #7D1935;
}
#wpsc-container .submit-container .wpsc-button.primary,
#wpsc-container .submit-container .wpsc-button.secondary {
  padding: 12px 24px !important;
  border-radius: 58px !important;
  border: 2px solid #E0301F !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
#wpsc-container .submit-container .wpsc-button.primary {
  border: 2px solid #E0301F !important;
  background-color: #E0301F !important;
}
#wpsc-container .submit-container .wpsc-button.primary:hover {
  border: 2px solid #7D1935 !important;
  background-color: #7D1935 !important;
}
#wpsc-container .submit-container .wpsc-button.secondary {
  border: 2px solid #E0301F !important;
  background-color: transparent !important;
  color: #E0301F !important;
}
#wpsc-container .submit-container .wpsc-button.secondary:hover {
  border: 2px solid #7D1935 !important;
  color: #7D1935 !important;
}
#wpsc-container .wpsc-thread {
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 30px;
}
#wpsc-container .wpsc-thread.reply.customer {
  background-color: #F7F5F2;
  border: 1px solid #D9D5CF;
}
#wpsc-container .wpsc-thread.reply.agent {
  background-color: #fff;
  border: 1px solid #6A4855;
}
#wpsc-container .wpsc-thread.note {
  background-color: #97475D;
  color: white;
}
#wpsc-container .wpsc-thread.note .wpsc-link {
  color: white !important;
}
#wpsc-container .wpsc-thread.log {
  display: none;
}
#wpsc-container .wpsc-thread:hover .actions {
  display: none !important;
}
#wpsc-container .wpsc-link:hover {
  color: #6A4855 !important;
}
#wpsc-container h2 {
  margin-top: 0;
}

#wpsc-container .wpsc-shortcode-container {
  background-color: #EEEAE4 !important;
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0px 29px 40px 0px rgba(97, 66, 77, 0.2), 0px 12px 12px 0px rgba(97, 66, 77, 0.13);
}
#wpsc-container .wpsc-it-mob-widget-trigger-btn,
#wpsc-container select {
  background-color: #fff;
}
#wpsc-container .wpsc-tickets-container {
  box-shadow: none;
  padding: 0;
  background-color: #EEEAE4 !important;
}
#wpsc-container #wpsc-more-actions-btn,
#wpsc-container #wpsc-input-sort-order {
  display: none;
}
#wpsc-container .wpsc-it-editor-action-container .actions {
  display: none;
}

.contributor .wpsc-filter,
.contributor .wpsc-filter-actions .wpsc-link.wpsc-it-refresh,
.contributor .wpsc-filter-actions .wpsc-link.wpsc-it-close,
.contributor .wpsc-filter-actions .wpsc-link.wpsc-it-duplicate,
.contributor .wpsc-filter-actions .wpsc-link.wpsc-it-delete,
.contributor .wpsc-filter-actions .wpsc-link.wpsc-it-copy,
.contributor .wpsc-filter-actions .action-devider,
.contributor .wpsc-it-subject-container span,
.contributor #wpsc-bulk-actions-btn, .subscriber .wpsc-filter,
.subscriber .wpsc-filter-actions .wpsc-link.wpsc-it-refresh,
.subscriber .wpsc-filter-actions .wpsc-link.wpsc-it-close,
.subscriber .wpsc-filter-actions .wpsc-link.wpsc-it-duplicate,
.subscriber .wpsc-filter-actions .wpsc-link.wpsc-it-delete,
.subscriber .wpsc-filter-actions .wpsc-link.wpsc-it-copy,
.subscriber .wpsc-filter-actions .action-devider,
.subscriber .wpsc-it-subject-container span,
.subscriber #wpsc-bulk-actions-btn, .fm .wpsc-filter,
.fm .wpsc-filter-actions .wpsc-link.wpsc-it-refresh,
.fm .wpsc-filter-actions .wpsc-link.wpsc-it-close,
.fm .wpsc-filter-actions .wpsc-link.wpsc-it-duplicate,
.fm .wpsc-filter-actions .wpsc-link.wpsc-it-delete,
.fm .wpsc-filter-actions .wpsc-link.wpsc-it-copy,
.fm .wpsc-filter-actions .action-devider,
.fm .wpsc-it-subject-container span,
.fm #wpsc-bulk-actions-btn {
  display: none;
}

.contributor #wpsc-it-submit-actions .wpsc-popover-menu-item:nth-child(3), .subscriber #wpsc-it-submit-actions .wpsc-popover-menu-item:nth-child(3), .fm #wpsc-it-submit-actions .wpsc-popover-menu-item:nth-child(3) {
  display: none;
}

.wpsc-ticket-pagination-footer .wpsc-pagination-txt, .wpsc-ticket-pagination-header .wpsc-pagination-txt,
.wpsc-thread .thread-type {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #7D1935 !important;
}

.wpsc-filter-actions .wpsc-link.wpsc-it-print {
  position: aboslute;
  margin: -100px 0 0 250px;
  font-weight: 500 !important;
  color: #E0301F;
}

#wpsc-container .wpsc-header.wpsc-visible-xs {
  background-color: #E0301F !important;
}

@media (max-width: 767px) {
  .block-box-bg.block-register .has-image .box-img {
    padding: 30px;
    margin: -60px 24px 60px 24px;
  }
}
@media (min-width: 768px) {
  .block-box-bg.block-register .has-image .box-img {
    padding-left: 120px;
    padding-right: 30px;
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media (max-width: 767px) {
  .block-box-bg.block-register .has-image .box-bg {
    padding: 30px 24px 120px 24px !important;
  }
}
@media (min-width: 768px) {
  .block-box-bg.block-register .has-image .box-bg {
    position: relative;
    z-index: 1;
  }
}

#user-registration {
  background-color: transparent;
  box-shadow: none;
}

#user-registration .ur-frontend-form,
#user-registration-form-4434.ur-frontend-form {
  margin-bottom: 30px;
  border: none;
  background: transparent !important;
  padding: 0;
}
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid legend,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid label,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid legend,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid label {
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
  font-weight: 400;
}
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid {
  padding: 0;
}
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=text],
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=email],
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=url],
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=password],
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=date],
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=number],
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker],
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone],
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid textarea,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid select,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=text],
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=email],
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=url],
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=password],
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=date],
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=number],
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker],
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone],
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid textarea,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid select {
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #C0BEBF;
  background: #FFF;
  padding: 8px 8px;
  width: 100%;
}
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=text]:hover,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=email]:hover,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=url]:hover,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=password]:hover,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=date]:hover,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=number]:hover,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker]:hover,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone]:hover,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid textarea:hover,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid select:hover,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=text]:hover,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=email]:hover,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=url]:hover,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=password]:hover,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=date]:hover,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=number]:hover,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker]:hover,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone]:hover,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid textarea:hover,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid select:hover {
  border: 1px solid #342E31;
}
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=text].error,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=email].error,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=url].error,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=password].error,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=date].error,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=number].error,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker].error,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone].error,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid textarea.error,
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid select.error,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=text].error,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=email].error,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=url].error,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=password].error,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=date].error,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=number].error,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker].error,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone].error,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid textarea.error,
#user-registration-form-4434.ur-frontend-form .ur-form-row .ur-form-grid select.error {
  border: 1px solid #E0301F;
  background: url("img/error.svg") no-repeat 98% 50% white;
}
#user-registration .ur-frontend-form button,
#user-registration .ur-frontend-form input[type=submit],
#user-registration .ur-frontend-form button[type=submit],
#user-registration-form-4434.ur-frontend-form button,
#user-registration-form-4434.ur-frontend-form input[type=submit],
#user-registration-form-4434.ur-frontend-form button[type=submit] {
  position: relative;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 58px;
  border: 2px solid transparent;
  text-decoration: none;
  letter-spacing: 0.18px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 8px 47px 0px rgba(97, 66, 77, 0.17), 0px 5px 7px -120px rgba(97, 66, 77, 0.08);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
  background-color: #E0301F;
  color: white;
  margin-right: 0;
  margin-top: 15px;
}
#user-registration .ur-frontend-form button:hover,
#user-registration .ur-frontend-form input[type=submit]:hover,
#user-registration .ur-frontend-form button[type=submit]:hover,
#user-registration-form-4434.ur-frontend-form button:hover,
#user-registration-form-4434.ur-frontend-form input[type=submit]:hover,
#user-registration-form-4434.ur-frontend-form button[type=submit]:hover {
  background-color: #7D1935;
  color: white;
}
#user-registration .ur-frontend-form button:focus,
#user-registration .ur-frontend-form input[type=submit]:focus,
#user-registration .ur-frontend-form button[type=submit]:focus,
#user-registration-form-4434.ur-frontend-form button:focus,
#user-registration-form-4434.ur-frontend-form input[type=submit]:focus,
#user-registration-form-4434.ur-frontend-form button[type=submit]:focus {
  box-shadow: 0px 0px 0px 3px rgba(0, 133, 255, 0.5);
  color: white;
}

#user-registration .user-registration-message:lang(fr) .de {
  display: none;
}
#user-registration .user-registration-message:lang(fr) .fr {
  display: block;
}

#user-registration .user-registration-message:lang(de) .fr {
  display: none;
}
#user-registration .user-registration-message:lang(de) .de {
  display: block;
}

#user-registration .user-registration-message {
  margin-bottom: 30px;
}

#user-registration .user-registration-error {
  margin-bottom: 20px;
}
