@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100% !important;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}

:root {
     color-scheme: light only;
}

#et-boc .w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

#et-boc .w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

#et-boc .w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

#et-boc .w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

#et-boc .w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#et-boc .w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

#et-boc .w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

#et-boc .w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

#et-boc .w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#et-boc .w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

#et-boc body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

#et-boc h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

#et-boc h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

#et-boc h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

#et-boc h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

#et-boc h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

#et-boc h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

#et-boc p {
  margin-bottom: 10px;
}

#et-boc a {
  display: inline;
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

#et-boc a:hover {
  color: #32343a;
}

#et-boc a:active {
  color: #43464d;
}

#et-boc ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

#et-boc li {
  margin-bottom: 10px;
}

#et-boc img {
  display: block !important;
}

#et-boc label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#et-boc blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

#et-boc figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

#et-boc figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

#et-boc .container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

#et-boc .paragraph-small {
  display: block;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

#et-boc .paragraph-small.underline {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 12px;
  font-weight: 700;
}

#et-boc .paragraph-small._2 {
  font-style: italic;
}

#et-boc .paragraph-small._2.voc {
  color: #424256;
}

#et-boc .paragraph-small.platz {
  margin-top: 20px;
}

#et-boc .styleguide-header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

#et-boc .heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roughmarker, sans-serif;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

#et-boc .paragraph-tiny {
  color: #424256;
  font-size: 12px;
  line-height: 20px;
}

#et-boc .paragraph-light {
  opacity: 0.6;
}

#et-boc .section {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

#et-boc .button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #424256;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
}

#et-boc .button:hover {
  background-color: #32343a;
  color: #fff;
}

#et-boc .button:active {
  background-color: #43464d;
}

#et-boc .button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

#et-boc .button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

#et-boc .button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

#et-boc .button.filtering-button {
  display: inline-block;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #50705b;
}

#et-boc .button.filtering-button.filter {
  position: static;
  display: inline-block;
  width: 50%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #50705b;
}

#et-boc .button.filtering-button.filter.artikelseite {
  display: inline-block;
  text-transform: none;
}

#et-boc .button.filtering-button.schrift {
  font-size: 11px;
}

#et-boc .paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

#et-boc .paragraph-bigger.cc-bigger-light {
  margin-top: 30px;
  opacity: 0.6;
}

#et-boc .logo-image {
  display: block;
  width: auto;
  height: 12.5vh;
}

#et-boc .intro-wrap {
  margin-top: 40vh;
  margin-bottom: 50px;
  padding-right: 0px;
}

#et-boc .intro-wrap._2 {
  padding-right: 0px;
}

#et-boc .intro-wrap._2.prof {
  margin-top: 35vh;
}

#et-boc .intro-wrap.prof {
  margin-top: 35vh;
}

#et-boc .intro-wrap.prof.spenden {
  margin-top: 47vh;
}

#et-boc .intro-wrap.pod {
  margin-top: 25vh;
}

#et-boc .text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

#et-boc .text-field:hover {
  border-color: #e3e6eb;
}

#et-boc .text-field:active {
  border-color: #43464d;
}

#et-boc .text-field:focus {
  border-color: #43464d;
}

#et-boc .text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

#et-boc .text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

#et-boc .text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

#et-boc .text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

#et-boc .text-field.footer {
  background-color: #fff;
  font-family: Suisseintl, sans-serif;
}

#et-boc .status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

#et-boc .status-message.cc-success-message {
  background-color: #12b878;
}

#et-boc .status-message.cc-error-message {
  background-color: #db4b68;
}

#et-boc .contact-form-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#et-boc .utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

#et-boc ._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #424256;
}

#et-boc ._404-content-wrap {
  margin-bottom: 20px;
}

#et-boc .protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#et-boc .protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#et-boc .protected-heading {
  margin-bottom: 30px;
}

#et-boc .menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9000;
  width: 12.5vh;
  height: 12.5vh;
  max-height: 100px;
  max-width: 100px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #424256;
}

#et-boc .menu.only-on-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#et-boc .menu.only-on-mobile {
  display: none;
}

#et-boc .brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 8500;
  height: 12.5vh;
  margin-top: 5vh;
  margin-left: 10vw;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: opacity 200ms ease, -webkit-transform 600ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms ease, -webkit-transform 600ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 600ms cubic-bezier(.215, .61, .355, 1), opacity 200ms ease;
  transition: transform 600ms cubic-bezier(.215, .61, .355, 1), opacity 200ms ease, -webkit-transform 600ms cubic-bezier(.215, .61, .355, 1);
}

#et-boc .brand.menu-brand {
  position: relative;
  margin-top: 0vh;
  margin-left: 0vw;
}

#et-boc .brand._2 {
  margin-left: 5vw;
}

#et-boc .menu-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5vh;
  height: 12.5vh;
  max-height: 100px;
  max-width: 100px;
  padding: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #424256;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
  cursor: pointer;
}

#et-boc .menu-btn:active {
  padding: 31%;
  background-color: #18181c;
}

#et-boc .menu-open-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

#et-boc .menu-close-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

#et-boc .menu-animation-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 50px;
  max-width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#et-boc .menu-animation-pic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

#et-boc .menu-animation-pic.malx {
  display: none;
}

#et-boc .menu-list-cont {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 50vw;
  height: 100vh;
  background-color: transparent;
}

#et-boc .menu-bg-flex {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#et-boc .menu-list-bg-stripe {
  width: 100%;
  height: 12.5vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1a1b1f;
}

#et-boc .menu-list-bg-stripe.mlbs1 {
  background-color: #424256;
}

#et-boc .menu-list-bg-stripe.mlbs2 {
  background-color: #424256;
}

#et-boc .menu-list-bg-stripe.mlbs3 {
  background-color: #424256;
}

#et-boc .menu-list-bg-stripe.mlbs4 {
  background-color: #424256;
}

#et-boc .menu-list-bg-stripe.mlbs5 {
  background-color: #424256;
}

#et-boc .menu-list-bg-stripe.mlbs6 {
  background-color: #424256;
}

#et-boc .menu-list-bg-stripe.mlbs7 {
  background-color: #424256;
}

#et-boc .menu-list-bg-stripe.mlbs8 {
  background-color: #424256;
}

#et-boc .menu-sec-close-trigger {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(26, 27, 31, 0.14);
  cursor: pointer;
}

#et-boc .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

#et-boc .text-white {
  color: #fff;
}

#et-boc .mb-0 {
  margin-bottom: 0px;
}

#et-boc .font-heading {
  font-family: Ubuntu, Helvetica, sans-serif;
}

#et-boc .p-big {
  font-size: 1.2rem;
}

#et-boc .p-big.font-heading {
  font-family: Montserrat, sans-serif;
}

#et-boc .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

#et-boc .h1 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
  font-weight: 400;
}

#et-boc .h1.font-body {
  font-family: Montserrat, sans-serif;
}

#et-boc .bg-gray {
  background-color: #aeb0b5;
}

#et-boc .bg-salmon {
  background-color: #f2d488;
}

#et-boc .mb-1 {
  margin-bottom: 12px;
}

#et-boc .font-body {
  font-family: 'Open Sans', sans-serif;
}

#et-boc .text-small {
  font-size: 0.8rem;
  line-height: 1.4;
}

#et-boc .text-gray {
  color: #aeb0b5;
}

#et-boc .styles__section-label {
  margin-top: 4%;
  margin-bottom: 4%;
  padding-bottom: 8px;
  border-bottom: 1px dotted #212121;
  letter-spacing: 0em;
  text-transform: none;
}

#et-boc .bg-dark {
  background-color: #1a1b1f;
  color: #fff;
}

#et-boc .col {
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#et-boc .col.col-lg-6 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

#et-boc .col.col-lg-3 {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

#et-boc .btn {
  display: inline-block;
  margin-top: 12px;
  margin-right: 12px;
  padding: 8px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #212121;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: box-shadow 300ms ease-out, border-color 300ms ease-out;
  transition: box-shadow 300ms ease-out, border-color 300ms ease-out;
  color: #fff;
  text-decoration: none;
}

#et-boc .btn:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.15);
  color: #fff;
}

#et-boc .btn.btn-primary {
  border-color: transparent;
  background-color: #fecb4e;
}

#et-boc .btn.btn-sm {
  padding: 5px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.8rem;
}

#et-boc .btn.btn-secondary {
  border-color: #fecb4e;
  background-color: transparent;
  color: #212121;
}

#et-boc .btn.btn-secondary.btn-light {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

#et-boc .btn.btn-secondary.btn-light:hover {
  box-shadow: inset 0 0 0 100px hsla(0, 0%, 100%, 0.15);
}

#et-boc .btn.btn-light {
  background-color: #fff;
  color: #323a45;
}

#et-boc .styles__color-swatch {
  width: 100%;
  height: 100px;
}

#et-boc .bg-red {
  background-color: #ff4467;
}

#et-boc .card-body {
  position: relative;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#et-boc .mt-3 {
  margin-top: 48px;
}

#et-boc .bg-light {
  background-color: #f3f3f3;
}

#et-boc .mb-3 {
  margin-bottom: 48px;
}

#et-boc .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#et-boc .bg-primary {
  background-color: #fecb4e;
}

#et-boc .menu-logo-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 65vw;
  bottom: auto;
  width: 35vw;
  height: 12.5vh;
  margin-top: 5vh;
  padding-left: 10vw;
  background-color: #fcf3e7;
}

#et-boc .menu-logo-wrap-end {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 12.5vh;
  height: 12.5vh;
  background-color: #fcf3e7;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

#et-boc .menu-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

#et-boc .flex-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#et-boc .flex-section.footer-enclose {
  display: block;
  min-height: 0vh;
}

#et-boc .flex-section.hero-section {
  z-index: 10;
}

#et-boc .flex-section.z9 {
  z-index: 9;
}

#et-boc .flex-section.z8 {
  z-index: 8;
}

#et-boc .flex-section.z7 {
  z-index: 7;
}

#et-boc .flex-section.z6 {
  z-index: 6;
}

#et-boc .flex-section.z5 {
  z-index: 5;
}

#et-boc .flex-section._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  background-color: transparent;
}

#et-boc .flex-section._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #96a89d;
}

#et-boc .flex-section._2._7._1 {
  margin-top: 0px;
  background-color: #48715c;
}

#et-boc .flex-section._2._7._1.gr-n {
  background-color: #536e5f;
}

#et-boc .flex-section._2.spark {
  background-color: transparent;
}

#et-boc .flex-section._4.auto.farbe {
  background-color: #f7e0d0;
}

#et-boc .flex-section._8 {
  background-color: #3f4253;
}

#et-boc .flex-section.logo {
  background-color: #2e3182;
}

#et-boc .flex-section.logo.phineo {
  background-color: #324e96;
}

#et-boc .flex-section.logo.unite {
  background-color: #505a68;
}

#et-boc .flex-section.logo2 {
  background-color: #e99f9c;
}

#et-boc .flex-section.logo2._2 {
  background-color: #dca19d;
}

#et-boc .flex-section.logo2.orange {
  background-color: #dc774d;
}

#et-boc .flex-section.reachlogo {
  background-color: #3a4357;
}

#et-boc .flex-section.reachlogo._200 {
  background-color: #3b4255;
}

#et-boc .flex-half-cont {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

#et-boc .flex-half-cont.first-flex {
  height: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

#et-boc .flex-half-cont.first-flex.pic-flex-half {
  height: auto;
  min-height: 100vh;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#et-boc .flex-half-cont.first-flex.pic-flex-half._100 {
  height: auto;
}

#et-boc .flex-half-cont.first-flex.guide {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#et-boc .flex-half-cont.first-flex.guide._2 {
  min-height: 100vh;
  background-color: transparent;
}

#et-boc .flex-half-cont.pic-flex-half {
  overflow: hidden;
  height: auto;
  min-height: 100vh;
}

#et-boc .flex-half-cont.pic-flex-half.sticky-pic-flex {
  overflow: visible;
}

#et-boc .flex-half-cont.triple-stack-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

#et-boc .flex-half-cont.triple-stack-cont.auto {
  height: auto;
}

#et-boc .flex-half-cont.triple-stack-cont.auto.blog {
  width: auto;
  margin-top: 20px;
}

#et-boc .flex-half-cont.triple-stack-cont.auto.blog._5._5px {
  margin-right: 5px;
  margin-left: 5px;
}

#et-boc .flex-half-cont.triple-stack-cont.auto._2 {
  min-height: 100vh;
}

#et-boc .flex-half-cont.white-flex {
  background-color: #fff;
}

#et-boc .flex-half-cont._1 {
  background-color: #d7d8ea;
}

#et-boc .flex-half-cont._2 {
  background-color: #e8c38f;
}

#et-boc .flex-half-cont._2.edu {
  background-color: #e0f0e4;
}

#et-boc .flex-half-cont._3 {
  background-color: #f7e0d0;
}

#et-boc .flex-half-cont._4 {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block4_links.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

#et-boc .flex-half-cont._5 {
  background-color: #b5d2bc;
}

#et-boc .flex-half-cont._6 {
  background-color: #dee0ed;
}

#et-boc .flex-half-cont._6.reach {
  height: auto;
  min-height: 100vh;
  background-color: #f38f69;
}

#et-boc .flex-half-cont._6.reach2 {
  background-color: #f8bc9b;
}

#et-boc .flex-half-cont._6.reachvereine1 {
  height: auto;
  min-height: 100vh;
  background-color: #e0e1e5;
}

#et-boc .flex-half-cont.dreieck {
  background-image: url('/wp-content/themes/ryl-vereine/images/block6_links-1.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

#et-boc .flex-half-cont.dreieck.guide {
  background-image: url('/wp-content/themes/ryl-vereine/images/6_Farbe_rechts.jpg');
}

#et-boc .flex-half-cont.dreieck.start {
  height: auto;
  min-height: 100vh;
  background-image: url('/wp-content/themes/ryl-vereine/images/6_Farbe_links.jpg');
}

#et-boc .flex-half-cont.dreieck.grow {
  background-image: url('/wp-content/themes/ryl-vereine/images/6_Farbe_rechts.jpg');
}

#et-boc .flex-half-cont.dreieck.lead {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block6_Farbe_rechts.jpg');
}

#et-boc .flex-half-cont.dreieck.spark {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block10_Farbe_links.jpg');
}

#et-boc .flex-half-cont.dreieck.spark._1 {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block7_Farbe_links.jpg');
  background-position: 100% 50%;
}

#et-boc .flex-half-cont.dreieck.unfold11 {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block8_farbe_rechts.jpg');
}

#et-boc .flex-half-cont.dreieck.prof {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block6_links.jpg');
}

#et-boc .flex-half-cont.dreieck.inspire {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block7_Farbe_links-1.jpg');
}

#et-boc .flex-half-cont.dreieck.vision {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block7_Farbe_links_1.jpg');
}

#et-boc .flex-half-cont.dreieck.unite {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block6_Farbe_rechts-Kopie.jpg');
}

#et-boc .flex-half-cont.dreieck.reach {
  height: auto;
  min-height: 100vh;
  background-image: url('/wp-content/themes/ryl-vereine/images/9_Farbe_rechts-Kopie.jpg');
}

#et-boc .flex-half-cont.logo {
  height: auto;
  min-height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #344e95;
}

#et-boc .flex-half-cont._10 {
  height: auto;
  min-height: 100vh;
  background-color: #e1eff8;
}

#et-boc .flex-half-cont._10.guide1 {
  background-color: #d3552c;
}

#et-boc .flex-half-cont._10.start1 {
  background-color: #2e3182;
}

#et-boc .flex-half-cont._10.sparkeasy1 {
  background-color: #5d6cab;
}

#et-boc .flex-half-cont._10.sparkeasy1.reach {
  background-color: #f7bc9b;
}

#et-boc .flex-half-cont._10.sparkeasy1.reachvereine {
  background-color: #f8bc9b;
}

#et-boc .flex-half-cont._10.lead1 {
  background-color: #505a68;
}

#et-boc .flex-half-cont._10.grow._1 {
  background-color: #2e3282;
}

#et-boc .flex-half-cont._10.unfold1 {
  background-color: #1f3f4e;
}

#et-boc .flex-half-cont._10.inspire1 {
  background-color: #ef723f;
}

#et-boc .flex-half-cont._10.share {
  background-color: #badff5;
}

#et-boc .flex-half-cont._10.share._100 {
  height: auto;
}

#et-boc .flex-half-cont._10.vision1 {
  background-color: #455b6b;
}

#et-boc .flex-half-cont._10.unite {
  background-color: #b98b4b;
}

#et-boc .flex-half-cont._11 {
  height: auto;
  min-height: 100vh;
  background-color: #e1eff8;
  color: #1a1b1f;
}

#et-boc .flex-half-cont._11.guide2 {
  min-height: 100vh;
  background-color: #ebb090;
}

#et-boc .flex-half-cont._11.start2 {
  background-color: #c9a16e;
}

#et-boc .flex-half-cont._11.sparkeasy4 {
  background-color: #fddfce;
}

#et-boc .flex-half-cont._11.sparkeasy4._2 {
  background-color: #f5dad7;
}

#et-boc .flex-half-cont._11.sparkeasy4._1 {
  background-color: #c9c9c7;
}

#et-boc .flex-half-cont._11.sparkeasy4.reach1 {
  background-color: #f3986a;
}

#et-boc .flex-half-cont._11.sparkeasy4.reachvereine1 {
  background-color: #f4996b;
}

#et-boc .flex-half-cont._11.grow2 {
  background-color: #f9c9b0;
}

#et-boc .flex-half-cont._11.lead2 {
  background-color: #f8ae8b;
}

#et-boc .flex-half-cont._11.sparkeasy5 {
  background-color: #d6d7eb;
}

#et-boc .flex-half-cont._11.sparkeasy6 {
  background-color: #bfc1dc;
}

#et-boc .flex-half-cont._11.sparkeasy7 {
  background-color: #fee6d6;
}

#et-boc .flex-half-cont._11.sparkeasy7.platzunten {
  padding-bottom: 5vw;
}

#et-boc .flex-half-cont._11.unfold4 {
  background-color: #c6ccd0;
}

#et-boc .flex-half-cont._11.unfold5 {
  background-color: #fcdfcd;
}

#et-boc .flex-half-cont._11.unfold8 {
  background-color: #e0e6e7;
}

#et-boc .flex-half-cont._11.unfold9 {
  background-color: #b2c0c6;
}

#et-boc .flex-half-cont._11.unfold10 {
  background-color: #f2e4d1;
}

#et-boc .flex-half-cont._11.inspire {
  background-color: #f3986b;
}

#et-boc .flex-half-cont._11.share {
  background-color: tan;
}

#et-boc .flex-half-cont._11.vision {
  background-color: #d8dfe3;
}

#et-boc .flex-half-cont._11.vision1 {
  background-color: #fcdfcd;
}

#et-boc .flex-half-cont._11.vision2 {
  background-color: #f4996b;
}

#et-boc .flex-half-cont._11.unite {
  background-color: #d3b58c;
}

#et-boc .flex-half-cont._11.reach {
  background-color: #bddcc8;
}

#et-boc .flex-half-cont._11.reach.ffdd {
  background-color: #fddfce;
}

#et-boc .flex-half-cont._11._110 {
  min-height: 110vh;
}

#et-boc .flex-half-cont._12 {
  height: auto;
  min-height: 100px;
  background-color: #dddee0;
}

#et-boc .flex-half-cont._12.guide1 {
  min-height: 100vh;
  background-color: #e1eff8;
}

#et-boc .flex-half-cont._12.start {
  min-height: 100vh;
  background-color: #acacce;
}

#et-boc .flex-half-cont._12.sparkeasy2 {
  background-color: #f8bc9b;
}

#et-boc .flex-half-cont._12.sparkeasy3 {
  background-color: #e0f0e5;
}

#et-boc .flex-half-cont._12.lead2 {
  background-color: #d6d7dc;
}

#et-boc .flex-half-cont._12.unfold2 {
  background-color: #f3e5d1;
}

#et-boc .flex-half-cont._12.unfold3 {
  background-color: #f8bc9c;
}

#et-boc .flex-half-cont._12.inspire2 {
  background-color: #c6cdd1;
}

#et-boc .flex-half-cont._12.inspire3 {
  background-color: #f3e5d1;
}

#et-boc .flex-half-cont._12.share {
  background-color: #f7ab8d;
}

#et-boc .flex-half-cont._12.unite1 {
  min-height: 100vh;
  background-color: #cdcee2;
}

#et-boc .flex-half-cont._12.unite3 {
  background-color: #f7ab8d;
}

#et-boc .flex-half-cont._12.vision12 {
  background-color: #b2c0c7;
}

#et-boc .flex-half-cont._12.reach {
  background-color: #f6dbd8;
}

#et-boc .flex-half-cont._12.reach1 {
  background-color: #d6d7eb;
}

#et-boc .flex-half-cont._12.reach2 {
  background-color: #f7bc9b;
}

#et-boc .flex-half-cont._12.reachvereine2 {
  background-color: #fddfce;
}

#et-boc .flex-half-cont._12.reachverine3 {
  background-color: #afb3bb;
}

#et-boc .flex-half-cont._12.reachvereine {
  min-height: 100vh;
  background-color: #f8bc9b;
}

#et-boc .flex-half-cont._14 {
  background-color: #d1e7f4;
}

#et-boc .flex-half-cont._14.guide2 {
  background-color: #acafb6;
}

#et-boc .flex-half-cont._14.start3 {
  height: auto;
  min-height: 100vh;
  background-color: #d3d6e7;
}

#et-boc .flex-half-cont._14.lead3 {
  background-color: #d3b48c;
}

#et-boc .flex-half-cont._14.grow2 {
  background-color: #d3b48c;
}

#et-boc .flex-half-cont._14.prof {
  background-color: #b9bcc4;
}

#et-boc .flex-half-cont._14.share2 {
  height: auto;
  min-height: 100vh;
  background-color: #9a9cc5;
}

#et-boc .flex-half-cont._14.unite2 {
  height: auto;
  min-height: 100vh;
  background-color: #c5c9ce;
}

#et-boc .flex-half-cont.eins {
  height: auto;
  min-height: 100vh;
  background-color: #f0e5d3;
}

#et-boc .flex-half-cont.zwei {
  background-color: #b7c1c3;
}

#et-boc .flex-half-cont.zwei.first {
  height: auto;
  min-height: 100vh;
}

#et-boc .flex-half-cont._20 {
  background-color: #f0e5d3;
}

#et-boc .flex-half-cont._20.first {
  height: auto;
  min-height: 100vh;
}

#et-boc .flex-half-cont.voc {
  height: auto;
  min-height: 100vh;
  background-image: url('/wp-content/themes/ryl-vereine/images/Blcok4_links.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

#et-boc .flex-half-cont.bot11 {
  background-color: #d4d5da;
}

#et-boc .flex-half-cont.bot22 {
  background-color: #f3e2c8;
}

#et-boc .flex-half-cont._30 {
  background-color: transparent;
}

#et-boc .flex-half-cont._33 {
  background-color: #eab7a2;
}

#et-boc .flex-half-cont.grey {
  background-color: #b3b8c4;
}

#et-boc .flex-half-cont.podcast1 {
  background-color: #ef713f;
}

#et-boc .flex-half-cont.podcast2 {
  background-color: #c5ccd0;
}

#et-boc .flex-half-cont.jobs1 {
  background-color: #ffd8ae;
}

#et-boc .flex-half-cont.jobs2 {
  background-color: #b8c4bf;
}

#et-boc .flex-half-cont._200.ueberuns {
  height: auto;
  min-height: 100vh;
}

#et-boc .flex-half-cont._200.ueberuns.gross {
  min-height: 120vh;
}

#et-boc .flex-half-cont._200.ueberuns.gross._100 {
  min-height: 100vh;
}

#et-boc .et_pb_text.text-container {
  position: relative;
  padding: 5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 80px;
}

#et-boc .et_pb_text.text-container.hero-text-container {
  min-height: 100vh;
  padding-right: 10vw;
  padding-left: 10vw;
}

#et-boc .et_pb_text.text-container.tc-tight-fit {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

#et-boc .et_pb_text.text-container.tc-tight-fit.fest {
  padding-right: 2vw;
  padding-left: 2vw;
}

#et-boc .et_pb_text.text-container.footer-text-cont {
  padding: 2vw;
}

#et-boc .et_pb_text.text-container.footer-text-cont.txt-center {
  margin-right: 0vw;
}

#et-boc .et_pb_text.text-container.float-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

#et-boc .et_pb_text.text-container.float-bottom.txt-white {
  color: #424256;
}

#et-boc .et_pb_text.text-container.float-bottom.txt-white.dat {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 100px;
  padding-bottom: 30vw;
}

#et-boc .et_pb_text.text-container.float-bottom.txt-white.dat.blog.vereine {
  z-index: auto;
}

#et-boc .et_pb_text.text-container.float-bottom.txt-white.up {
  padding-bottom: 10vw;
}

#et-boc .et_pb_text.text-container.float-bottom.txt-white.vision {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10vw;
}

#et-boc .et_pb_text.text-container.float-bottom.txt-white.vision.hoher {
  padding-top: 5vw;
}

#et-boc .et_pb_text.text-container.float-bottom.txt-white.unfold {
  left: auto;
  top: auto;
  right: 4%;
  bottom: 14%;
}

#et-boc .et_pb_text.text-container.float-bottom.txt-white.jobs {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

#et-boc .et_pb_text.text-container.float-bottom.txt-white.mitte {
  display: none;
}

#et-boc .et_pb_text.text-container.float-bottom.txt-white {
  color: #fff;
}

#et-boc .et_pb_text.text-container.float-bottom.txt-white.reach {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

#et-boc .et_pb_text.text-container.float-bottom.txt-white.reach.rechts {
  padding-left: 10vw;
}

#et-boc .et_pb_text.text-container._1._2 {
  padding-top: 0vw;
}

#et-boc .et_pb_text.text-container._1.unten {
  padding-top: 0vw;
}

#et-boc .et_pb_text.text-container._1.neu {
  padding-bottom: 2vw;
}

#et-boc .et_pb_text.text-container._1.neu._17 {
  background-color: #fddfce;
}

#et-boc .et_pb_text.text-container._1.platzunten {
  padding-bottom: 10vw;
}

#et-boc .et_pb_text.text-container._1.platzunten.neu {
  padding-bottom: 41vw;
}

#et-boc .et_pb_text.text-container.personen {
  width: 100%;
  height: 100%;
  padding: 0vw;
}

#et-boc .et_pb_text.text-container.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .et_pb_text.text-container.utnenguide {
  padding-top: 27vw;
  padding-bottom: 10vw;
}

#et-boc .et_pb_text.text-container.gf {
  padding-bottom: 12vw;
}

#et-boc .et_pb_text.text-container.utnenguide.h-her {
  padding-top: 27vw;
  padding-bottom: 10vw;
}

#et-boc .et_pb_text.text-container.utnenguide.reachvereine {
  padding-top: 25vw;
}

#et-boc .et_pb_text.text-container.utnenguide.tiefer {
  padding-top: 40vw;
  padding-bottom: 7vw;
}

#et-boc .et_pb_text.text-container.left {
  text-align: left;
}

#et-boc .et_pb_text.text-container.left.imp {
  padding-top: 10vw;
}

#et-boc .et_pb_text.text-container.platz {
  padding-bottom: 10vw;
}

#et-boc .page-subheading {
  margin-bottom: 30px;
  font-family: Suisseneue, sans-serif;
  color: #d3552c;
  font-size: 80px;
  line-height: 1.2;
  font-weight: 500;
}

#et-boc .page-subheading._2 {
  margin-right: 0px;
  font-family: Suisseintlmono, sans-serif;
  color: #abd4ba;
  font-size: 50px;
}

#et-boc .page-subheading._4 {
  color: #fff;
}

#et-boc .page-subheading._4.beige {
  color: #fcf3e7;
}

#et-boc .page-subheading._4.spenden {
  color: #e96431;
}

#et-boc .page-subheading._4.beige.staat {
  font-size: 80px;
  line-height: 100px;
}

#et-boc .page-subheading._4.spenden.staat {
  font-size: 80px;
  line-height: 100px;
}

#et-boc .page-subheading.voc {
  font-family: Suisseintl, sans-serif;
  color: #fcf3e7;
  font-size: 40px;
  font-weight: 400;
}

#et-boc .page-subheading.startseite.home {
  font-size: 70px;
}

#et-boc .bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover;
  object-position: top;
}

#et-boc .bg-image.animate-bg {
  color: #3a4358 !important;
}

#et-boc .bg-image.animate-bg._8.sparkeasy2.mobil {
  display: none;
}

#et-boc .bg-image.animate-bg._9.reach2.mobil {
  display: none;
}

#et-boc .bg-image.animate-bg.voc {
  width: 100%;
}

#et-boc .bg-image.animate-bg.bot12.mobile {
  display: none;
}

#et-boc .section-preheading {
  display: none;
  font-size: 18px;
}

#et-boc .accordion {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

#et-boc .accordion.js-accordion.oben {
  margin-top: 20px;
}

#et-boc .accordion.js-accordion.oben.platzunten {
  padding-bottom: 5vw;
}

#et-boc .accordion.js-accordion.oben.platzunten._2 {
  padding-bottom: 5vw;
}

#et-boc .accordion.js-accordion.untenplatz {
  margin-bottom: 5vw;
}

#et-boc .accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .accordion-header.js-accordion-header {
  background-color: rgba(52, 78, 149, 0.7);
  opacity: 1;
  cursor: pointer;
}

#et-boc .accordion-header.js-accordion-header._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e9a09c;
}

#et-boc .accordion-header.js-accordion-header._2.voc2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #b2c2c0;
}

#et-boc .accordion-header.js-accordion-header._2.voc3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #9da1ac;
}

#et-boc .accordion-header.js-accordion-header._2.voc4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #628893;
}

#et-boc .accordion-header.js-accordion-header._2.voc4.vis {
  background-color: #ef723f;
}

#et-boc .accordion-header.js-accordion-header._2.reach2 {
  background-color: #adb1d5;
}

#et-boc .accordion-header.js-accordion-header._2.reach3 {
  background-color: #999c96;
}

#et-boc .accordion-header.js-accordion-header.voc1 {
  background-color: #f4976b;
}

#et-boc .accordion-header.js-accordion-header.bot1 {
  background-color: #b4b8c3;
}

#et-boc .accordion-header.js-accordion-header.jan {
  background-color: #d3552c;
}

#et-boc .accordion-header.js-accordion-header.reach1 {
  background-color: #e99f9c;
}

#et-boc .accordion-header.js-accordion-header.inspire2 {
  background-color: #8aa2ac;
}

#et-boc .accordion-header.js-accordion-header.spenden1 {
  background-color: #b3b8c4;
}

#et-boc .accordion-header.js-accordion-header.spenden2 {
  background-color: #ffb29b;
}

#et-boc .accordion-header.js-accordion-header.spenden3 {
  background-color: #dce3de;
}

#et-boc .accordion-header.js-accordion-header.spenden4 {
  background-color: #f4cf9f;
}

#et-boc .accordion-header.js-accordion-header.spenden5 {
  background-color: #d4d5da;
}

#et-boc .accordion-header.js-accordion-header.vereine {
  background-color: #ef713f;
}

#et-boc .question-text {
  margin-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

#et-boc .question-text.question-heading {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 700;
}

#et-boc .question-text.question-heading._1 {
  font-family: Suisseintlmono, sans-serif;
  font-size: 18px;
}

#et-boc .question-text.question-heading._1.voc {
  color: #424256;
}

#et-boc .question-text.question-heading._1.voc.vis {
  font-family: Suisseintl, sans-serif;
}

#et-boc .question-text.question-heading._1.reach {
  font-size: 20px;
  font-weight: 700;
}

#et-boc .question-text.question-heading.jobs {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-size: 20px;
  font-weight: 500;
}

#et-boc .question-text.rechts {
  margin-left: 20px;
  color: #1a1b1f;
}

#et-boc .question-text.rechts.custom {
  margin-left: 33px;
}

#et-boc .question-text.rechts.custom3 {
  margin-left: 33px;
}

#et-boc .question-text.rechts.custom2 {
  margin-left: 22px;
}

#et-boc .question-text.bot1 {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-weight: 500;
}

#et-boc .accordion-body {
  display: block;
  margin-top: 5px;
  padding: 20px 20px 20px 40px;
  background-color: #f3f3f3;
}

#et-boc .accordion-body.js-accordion-body {
  background-color: rgba(52, 78, 149, 0.4);
}

#et-boc .accordion-body.js-accordion-body._2 {
  background-color: rgba(233, 160, 156, 0.4);
}

#et-boc .accordion-body.js-accordion-body._2.voc2 {
  background-color: #b2c2c0;
}

#et-boc .accordion-body.js-accordion-body._2.voc3 {
  background-color: #9da1ac;
}

#et-boc .accordion-body.js-accordion-body._2.voc4 {
  background-color: #628893;
}

#et-boc .accordion-body.js-accordion-body._2.voc4.vis {
  background-color: #ef723f;
}

#et-boc .accordion-body.js-accordion-body._2.reach2 {
  background-color: #adb1d5;
}

#et-boc .accordion-body.js-accordion-body._2.reach3 {
  background-color: #999c96;
}

#et-boc .accordion-body.js-accordion-body.voc1 {
  background-color: #f4976b;
}

#et-boc .accordion-body.js-accordion-body.bot1 {
  padding-left: 20px;
  background-color: #d4d5da;
}

#et-boc .accordion-body.js-accordion-body.jan {
  background-color: #fecb4e;
}

#et-boc .accordion-body.js-accordion-body.reach1 {
  background-color: #e99f9c;
}

#et-boc .accordion-body.js-accordion-body.inspire2 {
  background-color: #c6ccd1;
}

#et-boc .accordion-body.js-accordion-body.spenden1 {
  background-color: #b3b8c4;
}

#et-boc .accordion-body.js-accordion-body.spenden2 {
  background-color: #ffb29b;
}

#et-boc .accordion-body.js-accordion-body.spenden3 {
  background-color: #dce3de;
}

#et-boc .accordion-body.js-accordion-body.spenden4 {
  background-color: #f4cf9f;
}

#et-boc .accordion-body.js-accordion-body.spenden5 {
  background-color: #d4d5da;
}

#et-boc .accordion-body.js-accordion-body.vereine {
  background-color: #ef713f;
}

#et-boc .accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  text-decoration: none;
}

#et-boc .button-basic {
  position: relative;
  display: inline-block;
  margin-left: -40px;
  padding-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

#et-boc .button-basic.dark-bg-button {
  color: #fff;
}

#et-boc .button-stripe {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fecb4e;
}

#et-boc .button-line {
  width: 40px;
  height: 40px;
  border-left: 1px solid #1a1b1f;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#et-boc .button-line.light-line {
  border-left-color: #fff;
}

#et-boc .button-text {
  position: relative;
  font-weight: 500;
}

#et-boc .button-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .button-stripe-end {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30%;
  height: 100%;
  background-color: #fecb4e;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#et-boc .menu-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100vh;
  padding-top: 25vh;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#et-boc .menu-list-link {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
}

#et-boc .menu-list-link:hover {
  color: #fff;
  text-decoration: underline;
}

#et-boc .menu-list-link:active {
  color: #fcf3e7;
}

#et-boc .menu-list-link.w--current {
  padding-left: 15px;
  border-left: 1px solid #fcf3e7;
}

#et-boc .menu-list-link.w--current:active {
  color: #fcf3e7;
}

#et-boc .menu-list-link.mll-small {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 16px;
}

#et-boc .menu-list-link.mll-small.mll-dropdown-link {
  width: 100%;
  margin-right: 0px;
  padding: 6px 15px;
  font-size: 14px;
}

#et-boc .menu-list-link.mll-small.mll-dropdown-link.w--current {
  color: #fff;
}

#et-boc .menu-list-link.mll-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
}

#et-boc .menu-list-link.mll-desktop.w--current {
  border-bottom: 1px solid #fff;
  border-left-style: none;
}

#et-boc .menu-list-link.mll-desktop.mll-dropdown {
  width: auto;
  padding: 0px;
  color: #fff;
}

#et-boc .menu-list-link.mll-desktop.mll-dropdown.fest {
  width: 23%;
}

#et-boc .menu-list-link.mll-desktop.inv {
  display: none;
}

#et-boc .main-links {
  position: relative;
  width: 100%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#et-boc .secondary-links {
  position: relative;
  max-width: 500px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#et-boc .social-media-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#et-boc .social-media-link-box {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

#et-boc .triple-stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#et-boc .triple-stack._1 {
  background-color: #f1c287;
  background-image: none;
}

#et-boc .triple-stack._1.fest {
  width: 100%;
}

#et-boc .triple-stack._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e59d74;
}

#et-boc .triple-stack._2.fest {
  width: 100%;
}

#et-boc .triple-stack._3 {
  background-color: #d4d5db;
}

#et-boc .triple-stack._3.fest {
  width: 100%;
}

#et-boc .triple-stack-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#et-boc .triple-stack-flex._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .triple-stack-flex._2.podcast123 {
  margin-top: 50px;
}

#et-boc .triple-stack-flex.guide {
  margin-top: 50px;
}

#et-boc .triple-stack-flex.guide.vereine {
  margin-top: 0px;
}

#et-boc .triple-stack-flex.guide.vereine._2 {
  margin-top: 10px;
  margin-bottom: 5vw;
  padding-bottom: 0vw;
}

#et-boc .triple-stack-flex.podcast1 {
  margin-top: 40px;
}

#et-boc .triple-stack-flex.podcast {
  margin-top: 15px;
}

#et-boc .triple-stack-flex.edu {
  margin-top: 10px;
}

#et-boc .triple-stack-flex.edu.oben.untenplatz {
  margin-top: 20px;
  padding-bottom: 5vw;
}

#et-boc .big-icon {
  width: auto;
  height: 35px;
  margin-top: 15px;
  margin-right: 25px;
}

#et-boc .big-icon.pfeil {
  display: block;
  height: 40px;
  margin-top: 0px;
  margin-right: 35px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#et-boc .big-icon.pfeil.gro {
  height: 40px;
}

#et-boc .big-icon.pfeil.gro.zwei {
  margin-left: 35px;
}

#et-boc .hide {
  display: none;
}

#et-boc .employee-slider {
  overflow: hidden;
  height: auto;
  max-width: 50vw;
  min-height: 100vh;
  background-color: #bea273;
}

#et-boc .employee-slider._2 {
  background-color: #fbd6c5;
}

#et-boc .employee-slider.start {
  background-color: #ddeff9;
}

#et-boc .employee-slider.lead {
  background-color: #a8d8f2;
}

#et-boc .employee-slider.grow {
  background-color: #d7d6e5;
}

#et-boc .employee-slider.spark {
  background-color: #adb0aa;
}

#et-boc .employee-slider.unfold {
  background-color: #f3e5d1;
}

#et-boc .employee-slider.share {
  background-color: #b7bbc3;
}

#et-boc .employee-slider.unite {
  background-color: #badff5;
}

#et-boc .employee-slider.reach {
  background-color: #f3986a;
}

#et-boc .employee-slider._200.vereine {
  background-color: #fddfce;
}

#et-boc .employee-slider._200.gross {
  min-height: 120vh;
}

#et-boc .employee-slider._200.gross._100 {
  min-height: 100vh;
}

#et-boc .employee-slide-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .employee-slide-cont.bottom01 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#et-boc .employee-slide-cont.bottom01._200.ueberuns {
  height: 100vh;
  margin-top: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#et-boc .employee-slide-cont.bottom01._200.ueberuns.akt {
  height: 1000px;
}

#et-boc .employee-slide-cont.bottom01._200.ueberuns.gross {
  height: 1000px;
}

#et-boc .es-photo-cont {
  position: relative;
  width: 60%;
  height: 500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 14px;
  border-color: #e2e2e2;
}

#et-boc .employee-mask {
  overflow: visible;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

#et-boc .employee-name {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Amstirdamending, sans-serif;
  color: #1a1b1f;
  font-size: 55px;
  text-align: center;
}

#et-boc .slide-arrow {
  color: #1a1b1f;
}

#et-boc .slide-arrow.sa-right {
  width: 15vw;
}

#et-boc .slide-arrow.sa-left {
  width: 15vw;
}

#et-boc .employee-text-cont {
  width: 80%;
  height: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

#et-boc .footer {
  overflow: hidden;
  background-color: #f7f6f1;
}

#et-boc .footer-row {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

#et-boc .footer-row.fr-first-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#et-boc .footer-row.fr-second-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#et-boc .footer-row.fr-last-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .hor-line {
  width: 100%;
  height: 1px;
  background-color: #f3f3f3;
}

#et-boc .email-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#et-boc .name-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#et-boc .footer-link-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#et-boc .footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

#et-boc .footer-link:hover {
  text-decoration: underline;
}

#et-boc .mail-link {
  padding-left: 25px;
  background-image: url('/wp-content/themes/ryl-vereine/images/icons8-email-send.svg');
  background-position: 0% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  text-decoration: none;
}

#et-boc .mail-link:hover {
  text-decoration: underline;
}

#et-boc .footer-social-media-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#et-boc .full-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/ryl-vereine/images/Titelbild-Kopie.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

#et-boc .full-bg-image.home {
  background-image: url('/wp-content/themes/ryl-vereine/images/Titelbildneu_1.jpg');
}

#et-boc .full-bg-image.prof {
  background-image: url('/wp-content/themes/ryl-vereine/images/Titelbild_1.jpg');
}

#et-boc .full-bg-image.spenden {
  background-image: url('/wp-content/themes/ryl-vereine/images/spendenheader.jpg');
}

#et-boc .full-bg-image.voc {
  background-image: url('/wp-content/themes/ryl-vereine/images/Titelbild.jpg');
}

#et-boc .full-bg-image.podcast {
  background-image: url('/wp-content/themes/ryl-vereine/images/Podcasttitel-Kopie.jpg');
}

#et-boc .snap-container {
  position: relative;
  display: block;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#et-boc .sticky-bg-cont {
  position: absolute;
  left: 0%;
  top: -100vh;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 200vh;
}

#et-boc .sticky-pic-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  height: 100vh;
}

#et-boc .lottie-text {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
  display: none;
  width: 60%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

#et-boc .style-guide-text-field {
  margin-bottom: 25px;
}

#et-boc .style-guide-textstyle-heading {
  font-size: 4.4rem;
}

#et-boc .headings {
  font-family: Montserrat, sans-serif;
}

#et-boc .bg-blue {
  background-color: #4253ff;
}

#et-boc .section-arrow-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12.5vh;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .section-arrow-wrap.footer-top-arrow {
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#et-boc .section-arrow-wrap.front {
  z-index: 9999;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .et_pb_button.section-arrow-lb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_down.png') !important;
  background-position: 50% 50%;
  background-size: 60% !important;
  background-repeat: no-repeat;
  text-decoration: none !important;
}

.et-db #et-boc .et-l .et_pb_button.section-arrow-lb {
  background-size: 60% !important;
}

#et-boc .section-arrow-lb:hover {
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_down.png');
  color: #fecb4e;
}

#et-boc .section-arrow-lb:active {
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
  color: #fecb4e;
}

#et-boc .section-arrow-lb.w--current {
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_down.png');
}

#et-boc .section-arrow-lb.bright {
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_down_white.png');
  color: #fff;
}

#et-boc .section-arrow-lb.bright:hover {
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_down_white.png');
  color: #fecb4e;
}

#et-boc .section-arrow-lb.footer-section-arrow-lb {
  width: 60px;
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_up.png');
  color: #424256;
}

#et-boc .section-arrow-lb.footer-section-arrow-lb:hover {
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_up.png');
}

#et-boc .section-arrow-lb.footer-section-arrow-lb:active {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

#et-boc .section-arrow-lb.footer-section-arrow-lb.inv {
  display: none;
}

#et-boc .flex-half-text-cont-spacer {
  width: 100%;
  height: 12.5vh;
  margin-top: 10px !important;
  font-family: Suisseintl, sans-serif;
  color: #424256 !important;
  font-size: 14px;
}

#et-boc .flex-half-text-cont-spacer._1 {
  height: auto;
  font-size: 16px;
  font-weight: 400;
}

#et-boc .flex-half-text-cont-spacer._1._2 {
  font-size: 14px;
}

#et-boc .flex-half-text-cont-spacer._1._2._3 {
  margin-top: 30px;
}

#et-boc .flex-half-text-cont-spacer._1._2._3._4 {
  font-size: 14px;
  font-weight: 400;
}

#et-boc .flex-half-text-cont-spacer._1._2._3._4._5 {
  display: inline;
  height: auto;
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#et-boc .flex-half-text-cont-spacer._1._2._3._4._5.oben {
  display: inline;
  margin-top: 20px;
}

#et-boc .flex-half-text-cont-spacer._1._2._3._4._5.oben.zeile {
  display: block;
}

#et-boc .flex-half-text-cont-spacer._1._2._3._4._5.zeile {
  display: block;
}

#et-boc .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#et-boc .flex-half-text-cont-spacer._1._3 {
  margin-top: 20px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
  font-weight: 500;
}

#et-boc .flex-half-text-cont-spacer._1._3.breite.nicht-dick.kurz {
  margin-top: 5px;
}

#et-boc .flex-half-text-cont-spacer._1._3.breite.nicht-dick.kurz._5vw {
  margin-bottom: 5px;
}

#et-boc .flex-half-text-cont-spacer._1._3.nicht-dick {
  font-weight: 400;
}

#et-boc .flex-half-text-cont-spacer._1._3.nicht-dick.links {
  text-align: left;
}

#et-boc .flex-half-text-cont-spacer._1._3.nicht-dick.links._5px {
  margin-right: 5px;
  margin-left: 5px;
}

#et-boc .flex-half-text-cont-spacer._2 {
  height: auto;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  text-align: left;
}

#et-boc .flex-half-text-cont-spacer._2.imp {
  margin-top: 50px;
}

#et-boc .flex-half-text-cont-spacer._2.imp.kurz {
  margin-top: 10px;
}

#et-boc .flex-half-text-cont-spacer._2.b {
  width: auto;
  background-color: transparent;
  text-align: left;
}

#et-boc .flex-half-text-cont-spacer._2._3 {
  margin-top: 20px;
}

#et-boc .flex-half-text-cont-spacer._2.podcast1 {
  margin-top: 50px;
}

#et-boc .flex-half-text-cont-spacer._2.oben {
  width: 100%;
  margin-top: 20px;
}

#et-boc .flex-half-text-cont-spacer._2.oben.auto {
  width: auto;
  margin-right: 15px;
}

#et-boc .flex-half-text-cont-spacer._2.reachgrid {
  text-align: center;
}

#et-boc .flex-half-text-cont-spacer._2.reachgrid.fett {
  font-size: 15px;
  font-weight: 700;
}

#et-boc .flex-half-text-cont-spacer._2.kurz {
  margin-top: 0px;
}

#et-boc .flex-half-text-cont-spacer._2.dick {
  margin-bottom: 10px;
  font-weight: 600;
}

#et-boc .flex-half-text-cont-spacer._2.unten {
  margin-bottom: 10px;
}

#et-boc .flex-half-text-cont-spacer._2.unten._3 {
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #424256;
  text-decoration: none;
}

#et-boc .flex-half-text-cont-spacer.bot {
  font-family: Suisseneue, sans-serif;
  color: #fff;
}

#et-boc .spacer-30 {
  height: 30px;
}

#et-boc .menu-desktop-open-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#et-boc .menu-desktop-close-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

#et-boc .menu-list-desktop {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 12.5vh;
  max-height: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #1a1b1f;
}

#et-boc .text-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#et-boc .dropdown {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

#et-boc .dropdown.w--open {
  background-color: #18181c;
}

#et-boc .dropdown-list {
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #18181c;
  color: #fff;
}

#et-boc .dropdown-list-end {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  background-color: #18181c;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

#et-boc .dropdown-text {
  position: relative;
}

#et-boc .menu-list-desktop-inner-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 12.5vw;
  padding-right: 17.5vh;
  padding-left: 12.5vw;
}

#et-boc .back-to-top-fullscreen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .back-to-top-chevron {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -5%;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fecb4e;
}

#et-boc .div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#et-boc .div-block._2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#et-boc .div-block._2.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#et-boc .div-block._3 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

#et-boc .div-block._3.hom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#et-boc .div-block._3.hom.home {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 17%;
}

#et-boc .div-block.obenlinks {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

#et-boc .heading {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d3552c;
  font-size: 80px;
  font-weight: 700;
}

#et-boc .heading.podcast {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roughmarker, sans-serif;
  color: #f2e4d0;
  font-size: 100px;
  line-height: 160px;
  font-weight: 400;
}

#et-boc .heading.podcast.mobile {
  display: none;
}

#et-boc .heading-2 {
  margin-bottom: 30px;
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-size: 35px;
  line-height: 45px;
}

#et-boc .text-block-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  display: block;
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
  font-weight: 400;
}

#et-boc .heading-3 {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-size: 30px;
}

#et-boc .heading-3.klein {
  margin-top: 0px;
  line-height: 30px;
  text-align: left;
}

#et-boc .heading-4 {
  font-family: Suisseneue, sans-serif;
  color: #424256;
}

#et-boc .heading-5 {
  font-family: Suisseneue, sans-serif;
  color: #424256;
}

#et-boc .heading-6 {
  margin-bottom: 30px;
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-size: 35px;
  line-height: 45px;
}

#et-boc .text-block-3 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
}

#et-boc .text-block-3.footer {
  margin-right: -2vw;
  margin-left: 0vw;
}

#et-boc .text-block-3.footer.platz {
  margin-top: 10px;
  margin-right: -2vw;
  margin-left: 0vw;
}

#et-boc .link-block {
  text-decoration: none;
}

#et-boc .link-block:hover {
  text-decoration: underline;
}

#et-boc .link-block-2 {
  text-decoration: none;
}

#et-boc .link-block-2:hover {
  text-decoration: underline;
}

#et-boc .link-block-2.non:hover {
  text-decoration: none;
}

#et-boc .link-block-3 {
  text-decoration: none;
}

#et-boc .link-block-3:hover {
  text-decoration: underline;
}

#et-boc .link-block-3.non:hover {
  text-decoration: none;
}

#et-boc .link-block-4 {
  text-decoration: none;
}

#et-boc .link-block-4:hover {
  text-decoration: underline;
}

#et-boc .field-label {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
  text-transform: capitalize;
}

#et-boc .field-label-2 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
  text-transform: capitalize;
}

#et-boc .heading-7 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 700;
}

#et-boc .heading-8 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

#et-boc .heading-9 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

#et-boc .heading-9:hover {
  text-decoration: none;
}

#et-boc .heading-10 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

#et-boc .heading-10:hover {
  text-decoration: none;
}

#et-boc .heading-11 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

#et-boc .heading-12 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

#et-boc .button-2 {
  margin-top: 0px;
  padding: 12px 25px;
  background-color: #424256;
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
  text-align: center;
}

#et-boc .button-2:hover {
  color: #fff;
}

#et-boc .button-2._10 {
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 0px;
  line-height: 1;
}

#et-boc .button-2.guide {
  color: #fff;
  font-size: 14px;
}

#et-boc .button-2.home {
  font-size: 12px;
}

#et-boc .button-2.home.mobilesmall {
  width: 250px;
}

#et-boc .button-2.podcast {
  width: 230px;
}

#et-boc .button-2.podcast.farbe1 {
  background-color: #f8bc9c;
  color: #424256;
  font-weight: 600;
}

#et-boc .button-2.podcast.farbe2 {
  background-color: #608894;
  color: #424256;
  font-weight: 600;
}

#et-boc .button-2.podcast.farbe3 {
  background-color: #f3e5d1;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

#et-boc .button-2.podcast.farbe4 {
  background-color: #b4c1c3;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

#et-boc .button-2.vereine {
  width: 211px;
}

#et-boc .paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  margin-left: 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Amstirdam, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 1.2;
}

#et-boc .paragraph._2 {
  margin-top: 300px;
  margin-bottom: 0px;
  margin-left: 150px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #424256;
  font-size: 150px;
  line-height: 1;
}

#et-boc .paragraph._2._3 {
  margin-left: 100px;
  font-family: Amstirdam, sans-serif;
}

#et-boc .paragraph._2._3.home.etwasrunter {
  margin-top: 500px;
}

#et-boc .paragraph._2._3.home.etwasrunter.kleiner {
  margin-top: 250px;
  font-size: 115px;
}

#et-boc .paragraph._3 {
  margin-top: 200px;
  margin-left: 150px;
}

#et-boc .paragraph._3.home {
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#et-boc .paragraph._3.home.tilted {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

#et-boc .paragraph.start {
  margin-bottom: 50px;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 50px;
  font-family: Amstirdamending, sans-serif;
  color: #000;
  font-size: 60px;
  text-align: center;
}

#et-boc .paragraph.start.tilted {
  margin-bottom: 50px;
  margin-left: 50px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

#et-boc .paragraph.tilted {
  margin-left: 100px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  font-family: Amstirdamending, sans-serif;
  text-align: center;
}

#et-boc .paragraph.tilted.neu {
  margin-left: 40px;
}

#et-boc .text-block-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 12%;
  margin-right: 150px;
  margin-left: 150px;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  font-size: 14px;
}

#et-boc .heading-13 {
  font-family: Suisseintlmono, sans-serif;
  color: #abd4ba;
  font-size: 100px;
  line-height: 1.2em;
  font-weight: 700;
}

#et-boc .heading-14 {
  font-family: Suisseintlmono, sans-serif;
  color: #344e95;
  font-size: 35px;
  line-height: 45px;
}

#et-boc .heading-14._2 {
  margin-top: 50px;
  font-size: 20px;
}

#et-boc .heading-14._2._3 {
  margin-top: 50px;
}

#et-boc .heading-14._2._3.mono {
  font-family: Suisseintlmono, sans-serif;
}

#et-boc .heading-14._2.mono {
  font-family: Suisseintlmono, sans-serif;
  font-weight: 400;
}

#et-boc .heading-14.bot {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-weight: 500;
}

#et-boc .heading-14.bot.dat {
  text-align: left;
}

#et-boc .heading-14.bot.dat.tr {
  margin-top: 50px;
}

#et-boc .heading-14.bot.oben {
  margin-top: 20px;
}

#et-boc .heading-14.bot.oben.mehr {
  margin-top: 50px;
}

#et-boc .heading-14.bot.blog {
  margin-top: 20px;
  font-size: 50px;
  text-align: left;
}

#et-boc .heading-14.bot.blog.vereine {
  margin-top: 10px;
  color: #d3552c;
  font-size: 30px;
  line-height: 35px;
}

#et-boc .heading-14.bot.auto {
  margin-right: 15px;
}

#et-boc .heading-14.mobileinv {
  display: none;
}

#et-boc .heading-14.oben {
  margin-top: 40px;
  color: #344e95;
}

#et-boc .text-1 {
  margin-top: 10px;
  font-family: Suisseintlmono, sans-serif;
  color: #424256;
  font-weight: 400;
}

#et-boc .text-1.oben.neu._20 {
  margin-top: 20px;
}

#et-boc .heading-15 {
  font-family: Mystique, sans-serif;
}

#et-boc .heading-15._1 {
  margin-bottom: 20px;
  font-family: Amstirdamending, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 70px;
}

#et-boc .heading-15._1._2 {
  font-family: Staat, sans-serif;
  color: #d3552c;
}

#et-boc .heading-15._1._2.start {
  font-family: Staat, sans-serif;
  color: #c9a16e;
}

#et-boc .heading-15._1._2.start.schriftgroesse {
  font-size: 100px;
  line-height: 100px;
}

#et-boc .heading-15._1._2.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  color: #5d6cab;
}

#et-boc .heading-15._1._2.sparkeasy.reach {
  color: #e84519;
}

#et-boc .heading-15._1._2.sparkeasy.mobile {
  display: none;
}

#et-boc .heading-15._1._2.unfold {
  font-family: Suisseintl, sans-serif;
  color: #e84715;
  font-weight: 500;
}

#et-boc .heading-15._1._2.unfold.inspire {
  color: #f4996b;
}

#et-boc .heading-15._1._2.unfold.weiss {
  color: #fff;
}

#et-boc .heading-15._1._2.unfold.weiss.kleiner {
  font-size: 90px;
}

#et-boc .heading-15._1._2.unfold.kleiner {
  font-size: 70px;
}

#et-boc .heading-15._1._2.share {
  color: #badff5;
}

#et-boc .heading-15._1._2.share.schriftgroesse {
  font-size: 100px;
  line-height: 100px;
}

#et-boc .heading-15._1._2.unite {
  color: #b98b4b;
}

#et-boc .heading-15._1._2.unite.schriftgroesse {
  font-size: 100px;
  line-height: 100px;
}

#et-boc .heading-15._1._2.schriftgroesse {
  font-size: 100px;
  line-height: 100px;
}

#et-boc .heading-15._1.mitte {
  margin-right: 130px;
  padding-left: 0px;
  text-align: center;
}

#et-boc .heading-15._1.mitte.stiftung {
  margin-right: 0px;
  padding-left: 0px;
  text-align: center;
}

#et-boc .et_pb_text.text-container.stiftung{
  position: absolute;
  top: 74%;
  width: 100%;
}

#et-boc .heading-15._1.mitte.tilted {
  font-size: 100px;
  line-height: 100px;
}

#et-boc .heading-15.voc {
  font-family: Amstirdam, sans-serif;
  font-size: 70px;
}

#et-boc .heading-15.voc.tilted.rough {
  font-family: Roughmarker, sans-serif;
  color: #424256;
  font-size: 40px;
  line-height: 70px;
}

#et-boc .heading-15.tilted {
  margin-bottom: 40px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

#et-boc .text-block-5 {
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
}

#et-boc .text-block-5.guide {
  color: #d3552c;
  font-size: 20px;
  font-weight: 500;
}

#et-boc .text-block-5.guide.share {
  color: #badff5;
}

#et-boc .text-block-5.start {
  color: #c9a16e;
  font-size: 20px;
  font-weight: 500;
}

#et-boc .text-block-5.start.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  color: #fcf3e7;
  font-weight: 400;
}

#et-boc .text-block-5.start.sparkeasy.reach {
  color: #e84519;
}

#et-boc .text-block-5.start.unfold {
  color: #e84715;
}

#et-boc .text-block-5.start.unfold.inspire {
  color: #f4996b;
}

#et-boc .text-block-5.start.unfold.weiss {
  color: #fff;
}

#et-boc .text-block-5.start.untie {
  color: #b98b4b;
}

#et-boc .h16 {
  font-family: Suisseintl, sans-serif;
  color: #fff;
}

#et-boc .h16.beige {
  color: #fcf3e7;
  font-size: 40px;
  line-height: 50px;
}

#et-boc .h16.spenden {
  color: #e96431;;
  font-size: 40px;
  line-height: 50px;
}

#et-boc .heading-16 {
  font-family: Suisseworks, sans-serif;
  color: #344e95;
}

#et-boc .heading-16._2 {
  margin-top: 30px;
  font-size: 36px;
}

#et-boc .heading-16.msg {
  position: absolute;
  left: 0vw;
  top: 3vw;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  text-align: center;
}

#et-boc .heading-16.msg.staat {
  left: 1.3vw;
  top: 4vw;
  text-align: left;
}

#et-boc .heading-16.msg.staat.spark {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-weight: 500;
}

#et-boc .heading-16.msg.staat.spark.vis {
  position: absolute;
}

#et-boc .heading-16.msg.staat.unfold.invndesktop {
  display: none;
}

#et-boc .heading-16.msg.staat.unfold.invndesktop._2 {
  display: block;
}

#et-boc .heading-16.msg.staat.db.static {
  position: static;
  margin-top: -100px;
  margin-left: 5%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

#et-boc .heading-16.msg.staat.bottom01 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 4vw;
  margin-bottom: 0px;
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-weight: 500;
}

#et-boc .heading-16.msg.staat.bottom01.vereine {
  font-family: Suisseintlmono, sans-serif;
  color: #344e95;
  font-weight: 400;
}

#et-boc .heading-16.guide.unten {
  font-family: Staat, sans-serif;
}

#et-boc .heading-16.guide.unten.start {
  color: #c9a16e;
}

#et-boc .heading-16.guide.unten.start.schrift {
  font-size: 25px;
  line-height: 35px;
}

#et-boc .heading-16.guide.unten.sparkeasy h2 {
  font-family: Suisseintlmono, sans-serif;
  color: #fcf3e7;
  font-size: 25px;
  line-height: 30px;
}

#et-boc .heading-16.guide.unten.sparkeasy.reach h2 {
  color: #344e95;
}

#et-boc .heading-16.guide.unten.sparkeasy.reach.vereine h2 {
  margin-top: 0px;
}

#et-boc .heading-16.guide.unten.unfold {
  font-family: Suisseintl, sans-serif;
  color: #fcf3e7;
  font-size: 25px;
  line-height: 30px;
}

#et-boc .heading-16.guide.unten.unfold.inspire {
  color: #424256;
}

#et-boc .heading-16.guide.unten.db {
  color: #2c3283;
}

#et-boc .heading-16.guide.unten.db.schrift {
  font-size: 25px;
  line-height: 35px;
}

#et-boc .heading-16.guide.unten.unite {
  color: #2c3283;
}

#et-boc .heading-16.guide.unten.unite.schrift {
  font-size: 25px;
  line-height: 35px;
}

#et-boc .heading-16.start {
  color: #c9a16e;
}

#et-boc .heading-16.start.staat.gold {
  color: #c9a16e;
}

#et-boc .heading-16.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

#et-boc .heading-16.sparkeasy.reach {
  margin-top: 50px;
}

#et-boc .heading-16.sparkeasy.reachvereine {
  margin-top: 50px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

#et-boc .heading-16.staat {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-weight: 500;
  line-height: 45px;
}

#et-boc .heading-16.staat.db {
  color: #2c3283;
}

#et-boc .heading-16.unfold {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}

#et-boc .grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(50vh, 1fr) repeat(auto-fit, minmax(50vh, 1fr));
}

#et-boc .div-block-2 {
  background-image: url('/wp-content/themes/ryl-vereine/images/liFe_16jan18_1556-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

#et-boc .div-block-2.farbe1 {
  background-color: #f5dad7;
  background-image: none;
}

#et-boc .div-block-2.farbe2 {
  background-color: #e0f0e4;
  background-image: none;
}

#et-boc .div-block-3 {
  background-image: url('/wp-content/themes/ryl-vereine/images/Melissa-01619dsf_pp.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

#et-boc .text-block-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#et-boc .text-block-6._1 {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

#et-boc .text-block-6._1.melissa {
  font-size: 16px;
  font-weight: 500;
}

#et-boc .heading-17 {
  font-family: Mystique, sans-serif;
}

#et-boc .heading-17.voc {
  font-family: Amstirdam, sans-serif;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
}

#et-boc .heading-17.voc.tilted {
  font-family: Roughmarker, sans-serif;
  font-size: 40px;
  line-height: 80px;
}

#et-boc .heading-17.bot1 {
  font-family: Amstirdam, sans-serif;
  font-size: 300px;
  line-height: 300px;
}

#et-boc .heading-17.bot1._2 {
  color: #fff;
  font-size: 100px;
  line-height: 130px;
  text-align: center;
}

#et-boc .heading-17.bot1._3 {
  font-size: 100px;
  line-height: 100px;
  text-align: center;
}

#et-boc .heading-17.imp {
  margin-bottom: 135px;
  font-family: Amstirdamending, sans-serif;
  color: #424256;
  font-size: 200px;
  line-height: 200px;
  text-align: right;
}

#et-boc .heading-17.dat {
  margin-top: 150px;
  margin-bottom: 0px;
  font-family: Amstirdamending, sans-serif;
  color: #fff;
  font-size: 200px;
  line-height: 200px;
}

#et-boc .heading-17.dat.tr {
  margin-top: 150px;
  color: #424256;
}

#et-boc .heading-17.dat.tr.presse {
  margin-top: 50px;
  font-size: 150px;
}

#et-boc .heading-17.dat.tr.presse.hoeher {
  margin-top: 0px;
}

#et-boc .heading-17.dat.tr.blog {
  margin-top: -5px;
  color: #50705b;
  font-size: 130px;
  line-height: 120px;
  text-align: right;
}

#et-boc .heading-17.vision {
  font-family: Roughmarker, sans-serif;
  color: #b2c0c7;
  font-size: 70px;
  line-height: 110px;
  text-align: center;
}

#et-boc .heading-17.vision.inspire {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ef723f;
  font-size: 45px;
  font-weight: 400;
}

#et-boc .heading-17.vision.inspire.grell {
  color: #ff4a00;
}

#et-boc .heading-17.vision.inspire2 {
  color: #f3e5d1;
  font-size: 50px;
}

#et-boc .heading-17.vision.inspire2.unfold {
  margin-top: 0px;
  font-size: 80px;
}

#et-boc .heading-17.vision.inspire3 {
  color: #8aa2ac;
  font-size: 50px;
}

#et-boc .heading-17.vision.inspire3.unfold {
  font-size: 70px;
}

#et-boc .heading-17.vision.inspire3.unfold.farbe {
  color: #246674;
}

#et-boc .heading-17.vision.rylblau {
  color: #455b6b;
}

#et-boc .heading-17.reach {
  color: #22392d;
}

#et-boc .heading-17.reach.rechts {
  font-size: 60px;
}

#et-boc .heading-17.reachvereine {
  margin-bottom: 50px;
  font-size: 40px;
}

#et-boc .heading-17.dark {
  display: none;
}

#et-boc .heading-17.tilted {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

#et-boc .div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#et-boc .div-block-5 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

#et-boc ._1 {
  font-family: Suisseworks, sans-serif;
  color: #344e95;
}

#et-boc ._1._2 {
  margin-top: 20px;
}

#et-boc ._1._2._3 {
  font-size: 16px;
  font-weight: 500;
}

#et-boc ._1._2._3.guide {
  margin-top: 0px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

#et-boc ._1._2._3.guide.nicht-dick {
  font-size: 14px;
  font-weight: 400;
}

#et-boc ._1._2._3.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  font-weight: 400;
  text-align: left;
}

#et-boc ._1._2._3.sparkeasy.reachgrid {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

#et-boc ._1._2._3.staat {
  font-family: Staat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

#et-boc ._1._2._3.staat.db {
  line-height: 40px;
}

#et-boc ._1._2._3.unfold {
  color: #424256;
  font-size: 20px;
  font-weight: 600;
}

#et-boc ._1._2._3.unfold.podcast1 {
  margin-top: 50px;
}

#et-boc ._2 {
  display: block;
  font-family: Suisseworks, sans-serif;
  color: #344e95;
  font-size: 14px;
}

#et-boc ._2.inv {
  display: none;
}

#et-boc ._2.start {
  color: #c9a16e;
}

#et-boc ._2.unfold {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 500;
}

#et-boc ._2.unfold._1 {
  color: #fcf3e7;
}

#et-boc ._2.blau {
  font-family: Staat, sans-serif;
  color: #2c3283;
  font-weight: 700;
}

#et-boc ._2.vision {
  font-family: Staat, sans-serif;
  color: #fcf3e7;
}

#et-boc ._2.unite {
  color: #2c3283;
}

#et-boc ._2.reach {
  font-family: Suisseintlmono, sans-serif;
  color: #344e95;
}

#et-boc .div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#et-boc .zahlen {
  font-family: Suisseworks, sans-serif;
  color: #d3552c;
  font-size: 50px;
  font-weight: 700;
}

#et-boc .zahlen._1 {
  width: 100px;
  min-width: 100px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #424256;
  font-size: 25px;
}

#et-boc .text-block-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#et-boc .text-block-7._10 {
  margin-left: 15px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
}

#et-boc .text-block-7._10._2 {
  margin-right: 15px;
  margin-left: 20px;
  font-size: 12px;
}

#et-boc .text-block-8 {
  font-size: 14px;
}

#et-boc .text-block-8._1 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

#et-boc .text-block-8._1.oben {
  margin-top: 20px;
}

#et-boc .text-block-8._1.dick {
  font-weight: 700;
}

#et-boc .div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-top: 5px;
  background-color: #d3552c;
}

#et-boc .div-block-7._2 {
  background-color: #979ba6;
}

#et-boc .div-block-7._3 {
  background-color: #a9d8f2;
}

#et-boc .div-block-7._4 {
  background-color: #8185b5;
}

#et-boc .div-block-7._5 {
  background-color: #c4a06c;
}

#et-boc .div-block-7._6 {
  margin-bottom: 0px;
  background-color: #f7bc9c;
}

#et-boc .div-block-7._6.platz {
  margin-bottom: 0vw;
}

#et-boc .berschrift1 {
  font-family: Suisseintl, sans-serif;
  color: #f2e4d0;
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
}

#et-boc .heading20 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

#et-boc .heading20.bottom1 {
  font-family: Suisseneue, sans-serif;
  font-weight: 500;
}

#et-boc .heading20.bottom1.oben {
  margin-top: 40px;
}

#et-boc .italic-text {
  color: #424256;
}

#et-boc .speech-bubble-question {
  position: relative;
  margin-right: 30%;
  margin-bottom: 12px;
  padding: 12px 16px;
  border-radius: 16px;
  background-color: #e5e3e9;
}

#et-boc .speech-bubble-question.show-if-in-view {
  margin-right: 5%;
  margin-left: 5%;
  padding: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 0px;
  background-color: #bbb5cc;
}

#et-boc .speech-bubble-question.show-if-in-view.start {
  background-color: #c9a16e;
}

#et-boc .speech-bubble-question.show-if-in-view.start.grow {
  height: auto;
  background-color: #be9969;
}

#et-boc .speech-bubble-question.show-if-in-view.lead {
  background-color: #8994c1;
}

#et-boc .speech-bubble-question.show-if-in-view.spark {
  background-color: #f5dad7;
}

#et-boc .speech-bubble-question.show-if-in-view.unfold {
  background-color: #f7c5a8;
}

#et-boc .speech-bubble-question.show-if-in-view.inspire {
  background-color: #c1c6c5;
}

#et-boc .speech-bubble-question.show-if-in-view.share {
  background-color: #8b8fb8;
}

#et-boc .speech-bubble-question.show-if-in-view.reach {
  background-color: #f0ccc8;
}

#et-boc .speech-bubble-question.show-if-in-view.reachvereine {
  background-color: #d7d9dd;
}

#et-boc .bubble-left {
  position: absolute;
  left: -1px;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 3vw;
}

#et-boc .bubble-left._2.start {
  left: 0px;
  bottom: 0%;
  margin-top: 0px;
  padding-top: 0px;
}

#et-boc .speech-bubble-headline {
  position: relative;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 500;
}

#et-boc .speech-bubble-headline.blau {
  color: #344e95;
}

#et-boc .link {
  color: #424256;
}

#et-boc .link.stefan.tel.spyra {
  display: inline;
  margin-top: 0px;
}

#et-boc .link-2 {
  color: #424256;
}

#et-boc .heading-18.staat {
  font-family: Staat, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

#et-boc .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#et-boc .styleguide-content {
  max-width: 100%;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #b8c4be;
}

#et-boc .styleguide-content.tr {
  background-color: #b3b8c4;
}

#et-boc .styleguide-content.imp {
  background-color: #ffbf72;
}

#et-boc .styleguide-content.spenden {
  background-color: #96a89d;
}

#et-boc .styleguide-content.presse {
  background-color: #dce2de;
}

#et-boc .styleguide-content.blog {
  background-color: #faf3e5;
}

#et-boc .styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  height: 100vh;
  max-height: none;
  min-height: 100vh;
  min-width: 50%;
  margin-right: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#et-boc .styleguide-sidebar.blog {
  height: 150vh;
  max-height: none;
  min-height: 0px;
}

#et-boc .styleguide-sidebar.blog.vereine {
  height: 100vh;
}

#et-boc .styleguide-sidebar.blog.groesser {
  height: 1000px;
  padding-bottom: 0px;
}

#et-boc .container-default {
  display: block;
  max-width: none;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

#et-boc .rich-text-block {
  text-align: left;
}

#et-boc .rich-text-block.dat {
  margin-top: 50px;
  font-size: 14px;
}

#et-boc .div-block-8 {
  padding-top: 10vw;
  padding-right: 5vw;
  padding-left: 5vw;
}

#et-boc .image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

#et-boc .divguide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

#et-boc .divguide.oben {
  margin-top: 20px;
}

#et-boc .divguide.nicht-dick {
  font-family: Suisseintl, sans-serif;
  font-weight: 400;
}

#et-boc .haken {
  margin-top: 5px;
  width: 24px;
  height: 24px;
}

#et-boc .staat {
  font-family: Staat, sans-serif;
}

#et-boc .staat.db {
  color: #2c3283;
  font-size: 35px;
  line-height: 45px;
}

#et-boc .bold-text-3 {
  font-size: 16px;
  font-weight: 600;
}

#et-boc .italic-text-2 {
  font-size: 1rem;
  font-weight: 400;
}

#et-boc .italic-text-2.blau {
  color: #344e95;
}

#et-boc .contact-form-2 {
  padding: 5vw 5vw 0px;
}

#et-boc .contact-form-2._2 {
  padding-top: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
}

#et-boc .contact-form-2.oben {
  padding-top: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
}

#et-boc .contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

#et-boc .div-form-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#et-boc .div-form-contact.blau {
  height: 50px;
  margin-top: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #aeb1d5;
}

#et-boc .div-form-contact.blau.unfold {
  background-color: #f3e5d1;
}

#et-boc .div-form-contact.blau.un {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b2c1c7;
}

#et-boc .div-form-contact.blau.unten {
  margin-top: 0px;
}

#et-boc .div-form-contact.rot {
  height: 50px;
  margin-top: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8bc9c;
}

#et-boc .div-form-contact.rot._1 {
  background-color: #999c96;
}

#et-boc .div-form-contact.rot._1.unfold {
  background-color: #f1f2f5;
}

#et-boc .div-form-contact.rot.unten {
  margin-top: 0px;
}

#et-boc .field-label-form {
  width: 100%;
  margin-bottom: 0px;
}

#et-boc .field-label-form.rot {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  background-color: #f8bc9c;
  font-family: Suisseintl, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

#et-boc .field-label-form.rot._1 {
  background-color: #999c96;
}

#et-boc .field-label-form.rot._1.unfold {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f1f2f5;
}

#et-boc .field-label-form.blau {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  background-color: #aeb1d5;
  font-family: Suisseintl, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

#et-boc .field-label-form.blau.weit {
  width: 200%;
  margin-top: 5px;
}

#et-boc .field-label-form.blau.unfold {
  background-color: #f3e5d1;
}

#et-boc .field-label-form.blau.un {
  margin-top: 0px;
  background-color: #b2c1c7;
}

#et-boc .field-label-form.blau.un.unten {
  margin-top: 0px;
}

#et-boc .text-field-2 {
  height: 100%;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #f8bc9c;
  font-family: Suisseintl, sans-serif;
  font-size: 11px;
}

#et-boc .text-field-2._1 {
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #999c96;
  font-family: Suisseintl, sans-serif;
}

#et-boc .text-field-2._1.unfold {
  height: auto;
  margin-right: 5px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #f1f2f5;
  opacity: 1;
}

#et-boc .text-field-3 {
  height: 100%;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #aeb1d5;
  font-family: Suisseintl, sans-serif;
  font-size: 11px;
}

#et-boc .text-field-3.unfold {
  height: auto;
  margin-right: 5px;
  border: 1px none #000;
  background-color: #f3e5d1;
}

#et-boc .text-field-3.unfold.blau {
  color: #344e95;
}

#et-boc .text-field-3.un {
  background-color: #b2c1c7;
}

#et-boc .submit-button {
  margin-top: 20px;
  padding: 12px 25px;
  background-color: #424256;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  font-size: 14px;
}

#et-boc .checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Suisseintl, sans-serif;
  font-weight: 400;
  text-transform: none;
}

#et-boc .checkbox-field.kurz {
  width: auto;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
}

#et-boc .checkbox-field.kurz._2 {
  margin-top: 0px;
  margin-right: 0px;
}

#et-boc .checkbox-label {
  width: auto;
  color: #1a1b1f;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

#et-boc .checkbox-label.kurz {
  width: auto;
  color: #1a1b1f;
  text-transform: none;
}

#et-boc .checkbox-label.kurz._2 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

#et-boc .checkbox-label.mitte {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#et-boc .checkbox-label.nlauer {
  color: #424256;
}

#et-boc .checkbox {
  width: auto;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

#et-boc .text-block-10 {
  color: #424256;
}

#et-boc .text-block-10._1 {
  font-family: Suisseintl, sans-serif;
}

#et-boc .error-message {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

#et-boc .text-block-11 {
  text-align: center;
}

#et-boc .reihe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 30px;
}

#et-boc .reihe._2 {
  margin-top: 0px;
}

#et-boc .zelle1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Suisseintlmono, sans-serif;
  color: #424256;
  font-size: 18px;
  font-weight: 400;
}

#et-boc .zelle2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fddfce;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
}

#et-boc .zelle2.g {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0f0e5;
}

#et-boc .zelle2.r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5dad7;
}

#et-boc .zellea {
  width: 30%;
  background-color: #fddfce;
  text-align: center;
}

#et-boc .zellea.g {
  background-color: #e0f0e5;
}

#et-boc .zellea.r {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #f5dad7;
}

#et-boc .zelleb {
  width: 70%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#et-boc .div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 5px;
}

#et-boc .div-block-12.oben {
  margin-top: 20px;
}

#et-boc .div-block-12.unfold {
  margin-top: 0px;
}

#et-boc .div-block-12.pasddingweg {
  margin-top: 0px;
}

#et-boc .a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7bc9b;
  font-family: Suisseintlmono, sans-serif;
  color: #424256;
  text-align: center;
}

#et-boc .a.o {
  background-color: transparent;
}

#et-boc .a.blau {
  background-color: #bfb4cb;
  text-align: center;
}

#et-boc .a.blau._1 {
  font-weight: 600;
}

#et-boc .a.blau._3 {
  margin-left: 5px;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 14px;
  font-weight: 600;
}

#et-boc .a._1 {
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 14px;
  font-weight: 600;
}

#et-boc .a._2 {
  margin-left: 5px;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-weight: 600;
}

#et-boc .a.inspire {
  width: 40%;
  margin-left: 5px;
  font-family: Suisseintl, sans-serif;
  color: #e74715;
  font-size: 14px;
  font-weight: 600;
}

#et-boc .a.inspire.weiss {
  background-color: #f3e5d1;
  font-weight: 600;
}

#et-boc .a.inspire.inv {
  background-color: transparent;
  color: #424256;
}

#et-boc .b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 5px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #f7bc9b;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 400;
  text-align: center;
}

#et-boc .b.o {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Suisseintlmono, sans-serif;
  text-align: center;
}

#et-boc .b.blau {
  background-color: #bfb4cb;
}

#et-boc .b.blau._2 {
  width: 20%;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-weight: 600;
}

#et-boc .b._3 {
  width: 40%;
  padding-right: 5px;
  padding-left: 5px;
  color: #d3552c;
  font-size: 14px;
  font-weight: 600;
}

#et-boc .b.inspire {
  width: 20%;
  color: #e74715;
  font-size: 14px;
  font-weight: 600;
}

#et-boc .b.inspire.links {
  margin-left: 0px;
}

#et-boc .b.inspire.links.weiss {
  background-color: #f3e5d1;
  font-weight: 600;
}

#et-boc .b.inspire.links.inv {
  background-color: transparent;
}

#et-boc .b.inspire.weiss {
  background-color: #f3e5d1;
}

#et-boc .b.inspire.inv {
  background-color: transparent;
  color: #424256;
}

#et-boc .oben {
  font-family: Suisseintlmono, sans-serif;
  color: #424256;
}

#et-boc .table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 30px;
  background-color: #f1bba1;
}

#et-boc .flex-half-text-cont-spacer-2 {
  width: 100%;
  height: 12.5vh;
  margin-top: 10px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 18px;
}

#et-boc .flex-half-text-cont-spacer-2._2 {
  color: #fff;
}

#et-boc .zeilen.rot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3e5d1;
}

#et-boc .zeilen.rot.oben {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3e5d1;
}

#et-boc .zeilen.rot.oben.neu {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#et-boc .zeilen.rot.oben.neu.wrapper {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#et-boc .zeilen.rot._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8bc9b;
}

#et-boc .zeilen.rot._2.neu {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#et-boc .zeilen.rot._2.neu.wrapper {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#et-boc .zeilen.rot.neu {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#et-boc .zeilen.rot.neu.wrapper {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#et-boc .text1 {
  margin-left: 15px;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 16px;
  font-weight: 600;
}

#et-boc .text1.neu {
  margin-left: 0px;
}

#et-boc .text1.zoom {
  color: #d3552c;
}

#et-boc .podlink {
  display: block;
  margin-top: 5px;
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
}

#et-boc .podlink.oben {
  margin-top: 10px;
}

#et-boc .podlink.oben.dunkel {
  display: block;
  color: #000;
}

#et-boc .podlink.platzunten {
  padding-bottom: 5vw;
}

#et-boc .bold-text-4 {
  font-weight: 400;
}

#et-boc .ifo-logo {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-right: 10vw;
  margin-left: 0vw;
}

#et-boc .ifo-logo.w--current {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 10vw;
  margin-left: 0vw;
}

#et-boc .richtext-vision {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
}

#et-boc .vision-leisten1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7bc9b;
  text-decoration: none;
}

#et-boc .vision-leisten1._2 {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #608994;
  text-decoration: none;
}

#et-boc .vision-leisten1._3 {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f3e5d1;
  text-decoration: none;
}

#et-boc .vision-leisten1._4 {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #b5c2c4;
  text-decoration: none;
}

#et-boc .vision-leisten1._5 {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f1f2f4;
  text-decoration: none;
}

#et-boc .leiste1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 0px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 15px;
  font-weight: 700;
}

#et-boc .imgmic {
  margin-right: 10px;
}

#et-boc .heading-19 {
  font-family: Suisseworks, sans-serif;
  color: #344e95;
}

#et-boc .heading-19.guide.unten {
  font-family: Staat, sans-serif;
}

#et-boc .heading-19.guide.unten.db {
  color: #2c3283;
}

#et-boc .heading-19.guide.unten.db.schrift {
  font-size: 25px;
  line-height: 35px;
}

#et-boc ._2-2 {
  display: block;
  font-family: Suisseworks, sans-serif;
  color: #344e95;
  font-size: 14px;
}

#et-boc .zoom {
  color: #d3552c;
}

#et-boc .zoom:hover {
  color: #d3552c;
}

#et-boc .zoom2 {
  margin-right: 10px;
  margin-left: 15px;
}

#et-boc .grid-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

#et-boc .grid-2.reach {
  margin-top: 50px;
  -ms-grid-rows: 200px 200px 200px 200px;
  grid-template-rows: 200px 200px 200px 200px;
}

#et-boc .stefan {
  width: 60%;
  margin-top: 20px;
}

#et-boc .image-3 {
  width: 40px;
  font-size: 16px;
}

#et-boc .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .column {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid #424256;
}

#et-boc .column.kurz {
  padding-left: 0px;
}

#et-boc .linkcolu {
  width: 570px;
}

#et-boc .orange-datum {
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

#et-boc .link-cms {
  width: 500px;
  text-decoration: none;
}

#et-boc .collection-list-wrapper {
  margin-top: 20px;
}

#et-boc .collection-list-wrapper-2 {
  margin-top: 20px;
}

#et-boc .jahr {
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

#et-boc .text-block-12 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

#et-boc .div-block-14 {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#et-boc .heading-20 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

#et-boc .bloghead {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Suisseneue, sans-serif;
  color: #50705b;
  font-size: 25px;
  line-height: 30px;
}

#et-boc .bloghead.unten {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #50705b;
  font-size: 16px;
}

#et-boc .bloghead.platzoben {
  margin-top: 20px;
}

#et-boc .blogtext {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 400;
}

#et-boc .bloglink {
  margin-bottom: 0px;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-weight: 500;
}

#et-boc .bloglink:hover {
  color: #d3552c;
}

#et-boc .div-block-15 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 1px none #424256;
}

#et-boc .div-block-15.untenlinie {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #424256;
}

#et-boc .mix {
  display: block !important;
}

#et-boc .categ {
  display: none;
  margin-top: 0px;
  font-family: Suisseneue, sans-serif;
  color: #50705b;
  font-size: 16px;
  line-height: 30px;
}

#et-boc .categ.hidden {
  display: none;
}

#et-boc .filter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4"
    "Area-5 Area-6"
    "Area-7 Area-8";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

#et-boc .filter-menu {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

#et-boc .filter-menu.dyn {
  margin-top: 0px;
  margin-bottom: 0px;
}

#et-boc .filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

#et-boc .div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

#et-boc .text-block-14 {
  padding-right: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

#et-boc .social-share-icon {
  margin-right: 5px;
  margin-left: 5px;
}

#et-boc .social-share-icon.facebook {
  width: 35px;
  height: 35px;
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_facebook-2.png');
  background-position: 0px 0px;
  background-size: contain;
}

#et-boc .social-share-icon.instagram {
  width: 35px;
  height: 35px;
  background-image: url('/wp-content/themes/ryl-vereine/images/instagram.png');
  background-position: 0px 0px;
  background-size: cover;
}

#et-boc .social-share-icon.linkedin {
  width: 35px;
  height: 35px;
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_linkedin-2.png');
  background-position: 0px 0px;
  background-size: cover;
}

#et-boc .social-share-icon.xing {
  width: 35px;
  height: 35px;
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_xing-2.png');
  background-position: 0px 0px;
  background-size: cover;
}

#et-boc .collection-list-wrapper-3 {
  display: block;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

#et-boc .divlinks {
  margin-right: 0px;
}

#et-boc .columns-2 {
  margin-bottom: 30px;
}

#et-boc .column-2 {
  border-bottom: 1px solid #424256;
}

#et-boc .div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#et-boc .youtube {
  margin-top: 20px;
}

#et-boc .image-4 {
  margin-top: 50px;
  margin-left: 50px;
}

#et-boc .sample {
  display: block;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

#et-boc .post-card-icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -14%;
  width: 150px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  border-radius: 10px;
  background-color: #0d3a5e;
}

#et-boc .tab-dropdown {
  display: block;
  width: 250px;
  height: 50px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  border-radius: 0px;
  background-color: #50705b;
  background-image: url('/wp-content/themes/ryl-vereine/images/dropdown-icon.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  cursor: pointer;
}

#et-boc .tab-dropdown:hover {
  border-radius: 0px;
  background-color: #50705b;
  background-image: url('/wp-content/themes/ryl-vereine/images/dropdown-icon.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

#et-boc .tab-link {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: transparent;
  color: #3b444b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

#et-boc .tab-link:hover {
  border-radius: 10px;
  background-color: #3e4b3b;
  color: #fff;
}

#et-boc .tab-link.w--current {
  border-radius: 10px;
  background-color: #4a5747;
  color: #fff;
  font-weight: 800;
}

#et-boc .tab-link.w--current:hover {
  background-color: #5c6959;
}

#et-boc .text-block-15 {
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

#et-boc .tab-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
}

#et-boc .content-div-wrap {
  padding: 5%;
}

#et-boc .text-block-16 {
  color: #fff;
  text-align: center;
}

#et-boc .tabs-content {
  margin-top: 5%;
  padding: 0px 0px 35px;
  border-radius: 6px;
  background-color: transparent;
  text-align: left;
}

#et-boc .tabs-menu {
  z-index: 5;
  display: none;
  width: 50%;
  margin-top: 1%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #78cec3;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}

#et-boc .tab-system {
  z-index: 9;
}

#et-boc .post-card-image {
  position: relative;
  width: 100%;
  height: 216px;
  max-height: none;
  margin-bottom: 8px;
  border-radius: 10px;
  background-color: #f3f3f7;
  background-image: url('/wp-content/themes/ryl-vereine/images/Asset-14x.png'), -webkit-gradient(linear, left top, left bottom, from(#92a177), to(#92a177));
  background-image: url('/wp-content/themes/ryl-vereine/images/Asset-14x.png'), linear-gradient(180deg, #92a177, #92a177);
  background-position: 50% 50%, 0px 0px;
  background-size: 150px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

#et-boc .rich-text-block-2 {
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-weight: 600;
}

#et-boc .link-3 {
  white-space: normal;
}

#et-boc .div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .dropdown-2 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

#et-boc .dropdown-2.w--open {
  background-color: #18181c;
}

#et-boc .dropdown-list-2 {
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #18181c;
  color: #fff;
}

#et-boc .menu-list-link-2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
}

#et-boc .menu-list-link-2:hover {
  color: #fff;
  text-decoration: underline;
}

#et-boc .menu-list-link-2:active {
  color: #fcf3e7;
}

#et-boc .menu-list-link-2.w--current {
  padding-left: 15px;
  border-left: 1px solid #fcf3e7;
}

#et-boc .menu-list-link-2.w--current:active {
  color: #fcf3e7;
}

#et-boc .menu-list-link-2.mll-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
}

#et-boc .menu-list-link-2.mll-desktop.w--current {
  border-bottom: 1px solid #fff;
  border-left-style: none;
}

#et-boc .menu-list-link-2.mll-desktop.mll-dropdown {
  width: auto;
  padding: 0px;
  color: #fff;
}

#et-boc .menu-list-link-2.mll-desktop.mll-dropdown.fest {
  width: 28%;
}

#et-boc .menu-list-link-2.mll-small {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 16px;
}

#et-boc .menu-list-link-2.mll-small.mll-dropdown-link {
  width: 100%;
  margin-right: 0px;
  padding: 6px 15px;
  font-size: 14px;
}

#et-boc .menu-list-link-2.mll-small.mll-dropdown-link.w--current {
  color: #fff;
}

#et-boc .checkboxmetries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Suisseintl, sans-serif;
  color: #000;
}

#et-boc .checkboxmetries._2 {
  margin-right: 15px;
}

#et-boc .div-block-24 {
  height: 100px;
  margin-top: -20px;
}

#et-boc .wrapperbox {
  margin-top: -20px;
}

#et-boc .wrapperboxzwei {
  margin-top: -20px;
}

#et-boc .platz5 {
  padding-bottom: 7vh;
}

#et-boc .dropdown-innerlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: 350px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
}

#et-boc .dropdowncontainer {
  position: absolute;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: -10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#et-boc .dropdown-list-3 {
  overflow: hidden;
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px 10px 10px;
  background-color: transparent;
}

#et-boc .container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .dropdownlink-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: none;
  cursor: pointer;
}

#et-boc .navlink:hover {
  color: #2193b0;
  text-align: left;
}

#et-boc .navlink.w--current {
  padding-right: 20px;
  padding-left: 20px;
  color: #2193b0;
  text-transform: capitalize;
}

#et-boc .navlink.sub {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

#et-boc .navlink.sub:hover {
  color: #2193b0;
  text-decoration: none;
}

#et-boc .dropdownwrapper {
  position: relative;
  display: block;
  height: 100%;
  padding-top: 0px;
}

#et-boc .navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.3);
}

#et-boc .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

#et-boc .nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#et-boc .collection-item-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

#et-boc .collection-item-9:hover {
  color: #509bf1;
}

#et-boc .down {
  display: none;
}

#et-boc .hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#et-boc .line-3-1 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

#et-boc .hamburger-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

#et-boc .line-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 30px;
  height: 2px;
}

#et-boc .line-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

#et-boc .line-3 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

#et-boc .text-block-17 {
  font-family: Suisseintl, sans-serif;
}

#et-boc .text-block-18 {
  font-family: Suisseintl, sans-serif;
}

#et-boc .text-block-19 {
  font-family: Suisseintl, sans-serif;
}

#et-boc .text-block-20 {
  font-family: Suisseintl, sans-serif;
}

#et-boc .footerlink {
  color: #424256;
}

#et-boc .html-embed {
  margin-top: 20px;
}

#et-boc .div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

#et-boc .collection-list-wrapper-4 {
  width: 100%;
}

#et-boc .button-3 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #424256;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
}

#et-boc .button-3:hover {
  background-color: #32343a;
  color: #fff;
}

#et-boc .button-3:active {
  background-color: #43464d;
}

#et-boc .button-3.filtering-button {
  display: inline-block;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #50705b;
}

#et-boc .button-3.filtering-button.filter {
  position: static;
  display: inline-block;
  width: 50%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #50705b;
}

#et-boc .jobsdiv {
  margin-top: 20px;
}

#et-boc .empty-state {
  display: none;
}

#et-boc .empty-state-2 {
  display: none;
}

#et-boc .div-block-26 {
  display: none;
}

#et-boc .do-not-cancel {
  display: none;
}

#et-boc .collection-list-wrapper-5 {
  display: block;
}

#et-boc .collection-list-wrapper-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#et-boc .empty-state-3 {
  display: none;
}

#et-boc .empty-state-4 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .paragraph-small {
    font-size: 16px;
  }

#et-boc .paragraph-small.underline {
    font-size: 18px;
  }

#et-boc .paragraph-small._2 {
    font-style: normal;
  }

#et-boc .button.filtering-button {
    width: 100%;
  }

#et-boc .brand {
    margin-left: 10vw;
  }

#et-boc .brand._2 {
    margin-left: 5vw;
  }

#et-boc .flex-half-cont.dreieck.unfold11 {
    background-image: url('/wp-content/themes/ryl-vereine/images/Block8_farbe_rechts.jpg');
  }

#et-boc .flex-half-cont._11 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.unfold8 {
    background-color: #e0e6e7;
  }

#et-boc .flex-half-cont._11.unfold9 {
    background-color: #b2c0c6;
  }

#et-boc .flex-half-cont._11.unfold10 {
    background-color: #f2e4d1;
  }

#et-boc .flex-half-cont._11._110 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._200.ueberuns {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._200.ueberuns.gross {
    min-height: 130vh;
  }

#et-boc .et_pb_text.text-container {
    padding-right: 7vw;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white.vision.hoher {
    padding-top: 5vw;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white.reach.rechts {
    padding-left: 10vw;
  }

#et-boc .et_pb_text.text-container._1 {
    padding-right: 7vw;
    padding-left: 5vw;
    font-size: 18px;
  }

#et-boc .et_pb_text.text-container._1.platzunten.neu {
    padding-bottom: 39vw;
  }

#et-boc .et_pb_text.text-container.utnenguide {
    padding-top: 35vw;
  }

#et-boc .et_pb_text.text-container.utnenguide.h-her {
    padding-top: 35vw;
  }

#et-boc .et_pb_text.text-container.utnenguide.tiefer {
    padding-top: 35vw;
    padding-bottom: 10vw;
  }

#et-boc .et_pb_text.text-container.platz {
    padding-bottom: 10vw;
  }

#et-boc .et_pb_text.text-container.platz._2 {
    padding-bottom: 10vw;
  }

#et-boc .page-subheading {
    font-size: 100px;
  }

#et-boc .page-subheading._4.beige.staat, .page-subheading._4.spenden.staat {
    font-size: 100px;
    line-height: 100px;
  }

#et-boc .page-subheading.voc {
    font-size: 50px;
  }

#et-boc .page-subheading.startseite.home {
    font-size: 90px;
  }

#et-boc .accordion.js-accordion.oben.platzunten._2 {
    padding-bottom: 5vw;
  }

#et-boc .question-text {
    font-size: 16px;
  }

#et-boc .big-icon.pfeil {
    height: 40px;
  }

#et-boc .employee-slider._200.gross {
    min-height: 130vh;
  }

#et-boc .employee-slide-cont {
    height: 1200px;
  }

#et-boc .employee-slide-cont.bottom01._200.ueberuns {
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

#et-boc .employee-slide-cont.bottom01._200.ueberuns.akt {
    height: 1200px;
  }

#et-boc .employee-slide-cont.bottom01._200.ueberuns.gross {
    height: 1200px;
    margin-bottom: 60px;
  }

#et-boc .employee-name {
    font-size: 65px;
  }

#et-boc .flex-half-text-cont-spacer {
    font-size: 16px;
  }

#et-boc .flex-half-text-cont-spacer._1._2 {
    font-size: 16px;
  }

#et-boc .flex-half-text-cont-spacer._1._2._3._4 {
    font-size: 16px;
  }

#et-boc .flex-half-text-cont-spacer._1._2._3._4._5 {
    font-size: 16px;
  }

#et-boc .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 50%;
  }

#et-boc .flex-half-text-cont-spacer._1._3 {
    font-size: 18px;
  }

#et-boc .flex-half-text-cont-spacer._1._3.nicht-dick {
    font-size: 16px;
    font-weight: 400;
  }

#et-boc .flex-half-text-cont-spacer._2 {
    font-size: 16px;
  }

#et-boc .flex-half-text-cont-spacer._2.reachgrid.fett {
    font-size: 16px;
  }

#et-boc .heading {
    font-size: 100px;
  }

#et-boc .heading-2 {
    font-size: 40px;
    line-height: 50px !important;
  }

#et-boc .text-block-2 {
    font-size: 16px;
  }

#et-boc .heading-3 {
    font-size: 30px;
  }

#et-boc .heading-6 {
    font-size: 40px;
    line-height: 50px;
  }

#et-boc .text-block-3 {
    font-size: 16px;
  }

#et-boc .text-block-3.footer {
    margin-right: -3vw;
    margin-left: 0vw;
    font-size: 14px;
  }

#et-boc .text-block-3.footer.platz {
    margin-top: 10px;
    margin-right: -2vw;
    margin-left: 0vw;
  }

#et-boc .button-2 {
    font-size: 16px;
  }

#et-boc .button-2.guide {
    font-size: 16px;
  }

#et-boc .button-2.home {
    font-size: 16px;
  }

#et-boc .button-2.home.mobilesmall {
    width: 320px;
  }

#et-boc .button-2.podcast.farbe1 {
    width: 280px;
  }

#et-boc .button-2.podcast.farbe2 {
    width: 280px;
  }

#et-boc .button-2.podcast.farbe3 {
    width: 280px;
  }

#et-boc .button-2.podcast.farbe4 {
    width: 280px;
  }

#et-boc .button-2.vereine {
    width: 300px;
  }

#et-boc .paragraph._2._3.home.etwasrunter {
    margin-top: 500px;
  }

#et-boc .paragraph._2._3.home.etwasrunter.kleiner {
    margin-top: 400px;
  }

#et-boc .paragraph._2._3.home.etwasrunter.kleiner.tilted {
    margin-top: 300px;
  }

#et-boc .paragraph.start {
    margin-left: 90px;
    font-size: 80px;
  }

#et-boc .paragraph.start.tilted {
    margin-left: 70px;
  }

#et-boc .paragraph.tilted {
    margin-left: 100px;
  }

#et-boc .text-block-4 {
    font-size: 16px;
  }

#et-boc .heading-13 {
    font-size: 100px;
  }

#et-boc .heading-14 {
    font-size: 40px;
    line-height: 50px;
  }

#et-boc .heading-14.bot.blog {
    font-size: 60px;
    line-height: 75px;
  }

#et-boc .heading-14.bot.blog.vereine {
    font-size: 45px;
    line-height: 50px;
  }

#et-boc .text-1 {
    font-size: 18px;
  }

#et-boc .text-1.oben {
    margin-top: 20px;
    font-size: 18px;
  }

#et-boc .heading-15 {
    font-size: 50px;
    line-height: 70px;
  }

#et-boc .heading-15._1._2.start.schriftgroesse {
    font-size: 110px;
    line-height: 110px;
  }

#et-boc .heading-15._1._2.unfold.weiss.kleiner {
    font-size: 90px;
  }

#et-boc .heading-15._1._2.unfold.kleiner {
    font-size: 80px;
  }

#et-boc .heading-15._1._2.share.schriftgroesse {
    font-size: 110px;
    line-height: 110px;
  }

#et-boc .heading-15._1._2.unite.schriftgroesse {
    font-size: 130px;
    line-height: 130px;
  }

#et-boc .heading-15._1._2.schriftgroesse {
    font-size: 110px;
    line-height: 110px;
  }

#et-boc .heading-15.voc.tilted.rough {
    color: #424256;
    font-size: 60px;
    line-height: 100px;
  }

#et-boc .text-block-5 {
    font-size: 16px;
  }

#et-boc .text-block-5.guide.schriftgroesse {
    font-size: 25px;
  }

#et-boc .text-block-5.start.schriftgroesse {
    font-size: 25px;
  }

#et-boc .h16.beige {
    font-size: 50px;
  }

#et-boc .heading-16.msg.staat.unfold.invndesktop {
    display: block;
  }

#et-boc .heading-16.guide.unten.start.schrift {
    font-size: 25px;
    line-height: 35px;
  }

#et-boc .heading-16.guide.unten.db.schrift {
    font-size: 25px;
    line-height: 35px;
  }

#et-boc .heading-16.guide.unten.unite.schrift {
    font-size: 25px;
    line-height: 35px;
  }

#et-boc .heading-16.sparkeasy {
    font-size: 40px;
    line-height: 50px;
  }

#et-boc .heading-16.staat {
    font-size: 40px;
    line-height: 50px;
  }

#et-boc .heading-16.unfold {
    font-size: 40px;
    line-height: 50px;
  }

#et-boc .heading-17.voc.tilted {
    font-size: 60px;
  }

#et-boc .heading-17.bot1._2 {
    font-size: 120px;
  }

#et-boc .heading-17.dat.tr.blog {
    font-size: 150px;
  }

#et-boc .heading-17.reach.zeilenabstand {
    font-size: 60px;
    line-height: 80px;
  }

#et-boc ._1._2._3.guide {
    font-size: 15px;
  }

#et-boc ._1._2._3.guide.nicht-dick {
    font-size: 16px;
  }

#et-boc ._1._2._3.sparkeasy {
    font-size: 18px;
  }

#et-boc ._1._2._3.sparkeasy.reachgrid {
    font-size: 28px;
  }

#et-boc ._1._2._3.staat.db {
    line-height: 40px;
  }

#et-boc .zahlen {
    font-size: 60px;
  }

#et-boc .zahlen._1 {
    font-size: 25px;
  }

#et-boc .text-block-7._10 {
    font-size: 18px;
  }

#et-boc .text-block-7._10._2 {
    font-size: 13px;
  }

#et-boc .text-block-8._1 {
    font-size: 16px;
  }

#et-boc .berschrift1 {
    font-size: 100px;
    line-height: 1.2em;
  }

#et-boc .heading20 {
    font-size: 40px;
    line-height: 50px;
  }

#et-boc .heading-18.staat {
    font-size: 45px;
    line-height: 55px;
  }

#et-boc .styleguide-sidebar.blog {
    height: 100vh;
  }

#et-boc .styleguide-sidebar.blog.vereine.groesser {
    height: 1000px;
  }

#et-boc .styleguide-sidebar.blog.groesser {
    height: 1000px;
  }

#et-boc .rich-text-block.dat {
    font-size: 16px;
  }

#et-boc .staat {
    font-size: 45px;
    line-height: 55px;
  }

#et-boc .staat.db {
    font-size: 40px;
    line-height: 50px;
  }

#et-boc .bold-text-3 {
    font-size: 16px;
  }

#et-boc .contact-form-2._2 {
    padding-right: 0vw;
    padding-left: 0vw;
  }

#et-boc .contact-form-2.oben {
    padding-right: 0vw;
    padding-left: 0vw;
  }

#et-boc .div-form-contact.blau {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Suisseintl, sans-serif;
    font-weight: 400;
  }

#et-boc .div-form-contact.blau.unfold {
    background-color: #f3e5d1;
  }

#et-boc .div-form-contact.blau.un {
    background-color: #b2c1c7;
  }

#et-boc .div-form-contact.rot {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Suisseintl, sans-serif;
    font-size: 13px;
  }

#et-boc .div-form-contact.rot._1.unfold {
    background-color: #f1f2f5;
  }

#et-boc .field-label-form.rot {
    margin-top: 0px;
    font-size: 13px;
    font-weight: 400;
  }

#et-boc .field-label-form.rot._1.unfold {
    background-color: #f1f2f5;
  }

#et-boc .field-label-form.blau {
    margin-top: 0px;
    font-size: 13px;
    font-weight: 400;
  }

#et-boc .field-label-form.blau.weit {
    width: 230%;
    font-weight: 400;
  }

#et-boc .field-label-form.blau.unfold {
    background-color: #f3e5d1;
    font-size: 13px;
  }

#et-boc .field-label-form.blau.un {
    background-color: #b2c1c7;
    font-size: 13px;
  }

#et-boc .field-label-form.blau.un.unten {
    margin-top: 15px;
  }

#et-boc .text-field-2 {
    font-size: 13px;
  }

#et-boc .text-field-2._1.unfold {
    background-color: #f1f2f5;
  }

#et-boc .text-field-3 {
    font-size: 13px;
  }

#et-boc .text-field-3.unfold {
    background-color: #f3e5d1;
  }

#et-boc .text-field-3.un {
    background-color: #b2c1c7;
  }

#et-boc .submit-button {
    font-size: 16px;
  }

#et-boc .checkbox-field {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

#et-boc .checkbox-label {
    margin-bottom: 0px;
    color: #1a1b1f;
    font-size: 13px;
    font-weight: 400;
  }

#et-boc .checkbox-label.kurz {
    color: #1a1b1f;
  }

#et-boc .checkbox-label.kurz._2 {
    font-family: Suisseintl, sans-serif;
    color: #424256;
    font-size: 13px;
  }

#et-boc .checkbox-label.kurz.nlauer {
    color: #424256;
  }

#et-boc .checkbox-label.mitte {
    margin-top: 0px;
    font-weight: 400;
  }

#et-boc .checkbox {
    margin-top: 0px;
  }

#et-boc .zelle2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

#et-boc .a {
    font-size: 16px;
  }

#et-boc .a.blau._1 {
    font-size: 16px;
  }

#et-boc .a.blau._3 {
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-size: 16px;
    font-weight: 600;
  }

#et-boc .a._1 {
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-size: 16px;
    font-weight: 600;
  }

#et-boc .a._2 {
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-weight: 600;
  }

#et-boc .b {
    font-size: 16px;
  }

#et-boc .b.blau._2 {
    width: 20%;
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-weight: 600;
  }

#et-boc .b.blau._3 {
    font-size: 16px;
  }

#et-boc .b._3 {
    width: 40%;
    color: #d3552c;
    font-size: 16px;
    font-weight: 600;
  }

#et-boc .flex-half-text-cont-spacer-2._2 {
    font-size: 16px;
  }

#et-boc .zeilen {
    margin-top: 40px;
  }

#et-boc .zeilen.rot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3e5d1;
  }

#et-boc .zeilen.rot.oben {
    margin-top: 40px;
  }

#et-boc .zeilen.rot._2 {
    background-color: #f8bc9b;
  }

#et-boc .text1 {
    margin-left: 15px;
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-size: 16px;
    font-weight: 600;
  }

#et-boc .richtext-vision {
    font-size: 16px;
  }

#et-boc .bold-text-5 {
    font-size: 16px;
  }

#et-boc .bold-text-6 {
    font-size: 16px;
  }

#et-boc .bold-text-7 {
    font-size: 16px;
  }

#et-boc .heading-19.guide.unten.db.schrift {
    font-size: 25px;
  }

#et-boc .filter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

#et-boc .button-3.filtering-button {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-small {
    font-size: 18px;
  }

#et-boc .brand {
    margin-left: 10vw;
  }

#et-boc .brand._2 {
    margin-left: 5vw;
  }

#et-boc .flex-half-cont.first-flex {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._2 {
    background-color: #e8c38f;
  }

#et-boc .flex-half-cont.logo {
    height: auto;
    min-height: auto;
  }

#et-boc .flex-half-cont._12 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont.bot11 {
    background-color: #d4d5da;
  }

#et-boc .flex-half-cont._200.ueberuns.gross {
    min-height: 120vh;
  }

#et-boc .et_pb_text.text-container {
    padding-right: 9vw;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white.vision.hoher {
    padding-top: 5vw;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white.unfold {
    bottom: 12%;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white.reach.rechts {
    padding-left: 15vw;
  }

#et-boc .et_pb_text.text-container._1 {
    padding-right: 9vw;
    padding-left: 5vw;
  }

#et-boc .et_pb_text.text-container._1.platzunten.neu {
    padding-bottom: 32vw;
  }

#et-boc .page-subheading {
    font-size: 120px;
  }

#et-boc .page-subheading._4.beige.staat {
    font-size: 120px;
    line-height: 1.2em;
  }
  .page-subheading._4.spenden.staat {
    font-size: 120px;
    line-height: 1.2em;
  }

#et-boc .page-subheading.startseite.home {
    font-size: 100px;
  }

#et-boc .accordion.js-accordion.oben.platzunten._2 {
    padding-bottom: 5vw;
  }

#et-boc .accordion-header.js-accordion-header.bot1 {
    background-color: #b4b8c3;
  }

#et-boc .question-text.question-heading._1.voc {
    font-size: 20px;
  }

#et-boc .question-text.rechts {
    font-size: 18px;
  }

#et-boc .question-text.bot1 {
    font-family: Suisseneue, sans-serif;
    color: #424256;
    font-size: 18px;
  }

#et-boc .question-text.bot1.dick {
    font-size: 18px;
  }

#et-boc .accordion-body.js-accordion-body.bot1 {
    padding-left: 20px;
    background-color: #d4d5da;
  }

#et-boc .menu-list-link.mll-small.mll-dropdown-link {
    font-size: 18px;
  }

#et-boc .triple-stack-flex.edu.oben {
    margin-top: 20px;
  }

#et-boc .triple-stack-flex.edu.oben.untenplatz {
    padding-bottom: 0vw;
  }

#et-boc .big-icon.pfeil {
    height: 40px;
  }

#et-boc .employee-slider._200.gross {
    min-height: 120vh;
  }

#et-boc .employee-slide-cont {
    height: 1350px;
  }

#et-boc .employee-slide-cont.bottom01._200.ueberuns.akt {
    height: 1300px;
  }

#et-boc .employee-slide-cont.bottom01._200.ueberuns.gross {
    height: 1300px;
  }

#et-boc .es-photo-cont {
    height: 600px;
  }

#et-boc .employee-name {
    font-size: 70px;
  }

#et-boc .full-bg-image.home {
    background-image: url('/wp-content/themes/ryl-vereine/images/Titelbildneu.jpg');
  }

#et-boc .flex-half-text-cont-spacer {
    font-size: 18px;
  }

#et-boc .flex-half-text-cont-spacer._1._2 {
    font-size: 18px;
  }

#et-boc .flex-half-text-cont-spacer._1._2._3._4 {
    font-size: 18px;
  }

#et-boc .flex-half-text-cont-spacer._1._2._3._4._5 {
    font-size: 18px;
  }

#et-boc .flex-half-text-cont-spacer._1._2._3._4._5.zeile {
    display: block;
  }

#et-boc .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 40%;
  }

#et-boc .flex-half-text-cont-spacer._1._3.nicht-dick {
    font-size: 18px;
  }

#et-boc .flex-half-text-cont-spacer._1._3.nicht-dick.links {
    text-align: left;
  }

#et-boc .flex-half-text-cont-spacer._2 {
    font-size: 18px;
  }

#et-boc .flex-half-text-cont-spacer.bot {
    font-family: Suisseneue, sans-serif;
    color: #fff;
    font-size: 25px;
    text-align: left;
  }

#et-boc .text-block {
    font-size: 18px;
  }

#et-boc .dropdown-text {
    font-size: 18px;
  }

#et-boc .heading {
    font-size: 120px;
    line-height: 120px;
  }

#et-boc .heading.startseite.home {
    font-size: 110px;
  }

#et-boc .heading-2 {
    font-size: 45px;
    line-height: 55px;
  }

#et-boc .text-block-2 {
    font-size: 18px;
  }

#et-boc .heading-3 {
    font-size: 35px;
  }

#et-boc .heading-4 {
    font-size: 35px;
  }

#et-boc .heading-5 {
    font-size: 35px;
  }

#et-boc .heading-6 {
    font-size: 45px;
    line-height: 55px;
  }

#et-boc .text-block-3 {
    font-size: 18px;
  }

#et-boc .button-2 {
    font-size: 18px;
  }

#et-boc .button-2.home {
    font-size: 18px;
  }

#et-boc .button-2.home.mobilesmall {
    width: 350px;
  }

#et-boc .button-2.podcast.farbe1 {
    width: 300px;
  }

#et-boc .button-2.podcast.farbe2 {
    width: 300px;
  }

#et-boc .button-2.podcast.farbe3 {
    width: 300px;
  }

#et-boc .button-2.podcast.farbe4 {
    width: 300px;
  }

#et-boc .button-2.vereine {
    width: 300px;
  }

#et-boc .paragraph._2._3.home.etwasrunter {
    margin-top: 550px;
  }

#et-boc .paragraph._2._3.home.etwasrunter.kleiner {
    margin-top: 500px;
    font-size: 150px;
  }

#et-boc .paragraph._2._3.home.etwasrunter.kleiner.tilted {
    margin-top: 400px;
  }

#et-boc .paragraph._3.home.tilted {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

#et-boc .paragraph.start {
    margin-left: 80px;
    font-size: 80px;
  }

#et-boc .paragraph.start.tilted {
    margin-bottom: 60px;
    margin-left: 80px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

#et-boc .paragraph.tilted {
    margin-left: 400px;
  }

#et-boc .paragraph.tilted.neu {
    margin-left: 70px;
  }

#et-boc .text-block-4 {
    font-size: 19px;
  }

#et-boc .heading-13 {
    font-size: 120px;
  }

#et-boc .heading-14 {
    font-size: 45px;
    line-height: 55px;
  }

#et-boc .heading-14._2.mono {
    font-size: 25px;
  }

#et-boc .heading-14.bot {
    font-family: Suisseneue, sans-serif;
    color: #424256;
  }

#et-boc .heading-14.bot.blog {
    font-size: 80px;
    line-height: 90px;
  }

#et-boc .heading-14.bot.blog.vereine {
    font-size: 60px;
    line-height: 65px;
  }

#et-boc .heading-15._1._2.start.schriftgroesse {
    font-size: 130px;
    line-height: 130px;
  }

#et-boc .heading-15._1._2.sparkeasy.reach {
    font-size: 100px;
    line-height: 100px;
  }

#et-boc .heading-15._1._2.sparkeasy.desktop {
    font-size: 100px;
    line-height: 100px;
  }

#et-boc .heading-15._1._2.unfold.weiss {
    font-size: 100px;
  }

#et-boc .heading-15._1._2.share.schriftgroesse {
    font-size: 130px;
    line-height: 130px;
  }

#et-boc .heading-15._1._2.schriftgroesse {
    font-size: 130px;
    line-height: 130px;
  }

#et-boc .heading-15.voc {
    font-size: 120px;
    line-height: 120px;
  }

#et-boc .heading-15.voc.tilted.rough {
    font-size: 70px;
    line-height: 150px;
  }

#et-boc .text-block-5 {
    font-size: 18px;
  }

#et-boc .text-block-5.guide.schriftgroesse {
    font-size: 30px;
  }

#et-boc .text-block-5.start.schriftgroesse {
    font-size: 30px;
  }

#et-boc .heading-16.msg.staat.bottom01.vereine {
    margin-bottom: 0px;
  }

#et-boc .heading-16.guide.unten.start.schrift {
    font-size: 35px;
    line-height: 45px;
  }

#et-boc .heading-16.guide.unten.db.schrift {
    font-size: 35px;
    line-height: 45px;
  }

#et-boc .heading-16.guide.unten.unite.schrift {
    font-size: 35px;
    line-height: 45px;
  }

#et-boc .heading-16.sparkeasy {
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
  }

#et-boc .heading-16.staat {
    font-size: 45px;
    line-height: 55px;
  }

#et-boc .heading-16.unfold {
    font-size: 45px;
    line-height: 55px;
  }

#et-boc .text-block-6._1.melissa {
    font-size: 18px;
  }

#et-boc .heading-17 {
    font-size: 60px;
    line-height: 65px;
  }

#et-boc .heading-17.voc {
    font-size: 120px;
    line-height: 120px;
  }

#et-boc .heading-17.voc.tilted {
    font-size: 70px;
    line-height: 120px;
  }

#et-boc .heading-17.bot1 {
    font-family: Amstirdamendingswash, sans-serif;
    font-size: 500px;
    line-height: 250px;
    text-align: center;
  }

#et-boc .heading-17.bot1._2 {
    font-family: Amstirdamending, sans-serif;
    color: #fff;
    font-size: 150px;
    line-height: 150px;
  }

#et-boc .heading-17.dat.tr.blog {
    font-size: 150px;
  }

#et-boc .heading-17.vision.inspire {
    font-size: 60px;
  }

#et-boc .heading-17.vision.inspire2 {
    font-size: 60px;
  }

#et-boc .heading-17.reach {
    font-size: 80px;
    line-height: 85px;
  }

#et-boc .heading-17.reach.zeilenabstand {
    font-size: 60px;
    line-height: 100px;
  }

#et-boc .heading-17.reachvereine {
    font-size: 60px;
    line-height: 60px;
  }

#et-boc ._1 {
    font-size: 18px;
  }

#et-boc ._1._2._3 {
    font-size: 30px;
    font-weight: 500;
  }

#et-boc ._1._2._3.guide {
    font-size: 14px;
    font-weight: 400;
  }

#et-boc ._1._2._3.guide.nicht-dick {
    font-size: 18px;
  }

#et-boc ._1._2._3.sparkeasy {
    font-size: 20px;
  }

#et-boc ._2 {
    font-size: 16px;
  }

#et-boc .text-block-7._10._2 {
    font-size: 14px;
  }

#et-boc .text-block-8._1 {
    font-size: 18px;
  }

#et-boc .berschrift1 {
    font-size: 120px;
  }

#et-boc .heading20 {
    font-size: 45px;
    line-height: 55px;
  }

#et-boc .speech-bubble-headline {
    font-size: 1.25px;
  }

#et-boc .styleguide-sidebar.blog.vereine.groesser {
    height: 1500px;
  }

#et-boc .styleguide-sidebar.blog.groesser {
    height: 1500px;
  }

#et-boc .rich-text-block.dat {
    font-size: 18px;
  }

#et-boc .staat.db {
    font-size: 45px;
    line-height: 55px;
  }

#et-boc .bold-text-3 {
    font-size: 18px;
  }

#et-boc .contact-form-2.oben {
    padding-right: 0vw;
    padding-left: 0vw;
  }

#et-boc .field-label-form.rot {
    font-size: 15px;
  }

#et-boc .field-label-form.blau {
    font-size: 15px;
  }

#et-boc .field-label-form.blau.unfold {
    font-size: 15px;
  }

#et-boc .field-label-form.blau.un {
    font-size: 15px;
  }

#et-boc .field-label-form.blau.un.unten {
    margin-top: 0px;
  }

#et-boc .text-field-2._1 {
    font-size: 15px;
  }

#et-boc .text-field-3 {
    color: #1a1b1f;
    font-size: 13px;
  }

#et-boc .text-field-3.un.rylblau {
    color: #424256;
  }

#et-boc .text-field-3.blau {
    color: #344e95;
    font-size: 15px;
  }

#et-boc .submit-button {
    font-size: 16px;
  }

#et-boc .checkbox-label {
    font-size: 15px;
  }

#et-boc .checkbox-label.kurz._2 {
    font-size: 15px;
  }

#et-boc .checkbox-label.kurz.nlauer {
    color: #424256;
  }

#et-boc .zelle2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

#et-boc .a.blau._1 {
    font-size: 16px;
  }

#et-boc .a.blau._3 {
    font-size: 16px;
  }

#et-boc .a._1 {
    font-size: 16px;
  }

#et-boc .b.blau._3 {
    font-size: 16px;
  }

#et-boc .b._3 {
    font-size: 16px;
  }

#et-boc .flex-half-text-cont-spacer-2._2 {
    font-size: 18px;
  }

#et-boc .podlink {
    display: block;
  }

#et-boc .podlink.oben.dunkel {
    display: block;
  }

#et-boc .richtext-vision {
    font-size: 18px;
  }

#et-boc .bold-text-5 {
    font-size: 18px;
  }

#et-boc .bold-text-6 {
    font-size: 18px;
  }

#et-boc .bold-text-7 {
    font-size: 18px;
  }

#et-boc .heading-19.guide.unten.db.schrift {
    font-size: 35px;
    line-height: 45px;
  }

#et-boc ._2-2 {
    font-size: 16px;
  }

#et-boc .zoom2 {
    margin-right: 0px;
    margin-left: 0px;
  }

#et-boc .linkcolu {
    width: 880px;
  }

#et-boc .sample {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

#et-boc .menu-list-link-2.mll-small.mll-dropdown-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .paragraph-small {
    font-size: 12px;
  }

#et-boc .paragraph-small.underline {
    font-size: 13px;
  }

#et-boc .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

#et-boc .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

#et-boc .logo-image {
    max-height: 90px;
  }

#et-boc .menu.only-on-desktop {
    display: none;
  }

#et-boc .menu.only-on-mobile {
    display: block;
  }

#et-boc .brand {
    padding-left: 0px;
  }

#et-boc .brand.menu-brand {
    max-height: 90px;
  }

#et-boc .menu-btn {
    max-height: 90px;
    max-width: 90px;
    padding: 23%;
  }

#et-boc .menu-btn:active {
    padding: 25%;
  }

#et-boc .menu-list-cont {
    width: 100vw;
  }

#et-boc .col.col-md-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

#et-boc .col.col-md-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

#et-boc .menu-logo-wrap {
    right: 50vw;
    width: 50vw;
    max-height: 90px;
    margin-top: 0vh;
  }

#et-boc .menu-logo-wrap-end {
    max-height: 90px;
  }

#et-boc .menu-wrap {
    display: none;
    background-color: #424256;
  }

#et-boc .flex-section {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-section._1 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-section._2 {
    height: auto;
  }

#et-boc .flex-section._2._7 {
    height: auto;
  }

#et-boc .flex-section._2.spark {
    height: auto;
  }

#et-boc .flex-section._3._200 {
    height: auto;
  }

#et-boc .flex-section._4._200 {
    height: auto;
  }

#et-boc .flex-section._5._200 {
    height: auto;
  }

#et-boc .flex-section.logo2._2 {
    background-color: #dca19d;
  }

#et-boc .flex-section.reachlogo._200 {
    height: auto;
  }

#et-boc .flex-section.neu {
    height: 100vh;
  }

#et-boc .flex-section.neu._200 {
    height: auto;
  }

#et-boc .flex-half-cont {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

#et-boc .flex-half-cont.first-flex {
    min-height: 100vh;
  }

#et-boc .flex-half-cont.first-flex.pic-flex-half {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.first-flex.pic-flex-half.l {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.first-flex.guide._2 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.pic-flex-half {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.triple-stack-cont {
    display: block;
    height: auto;
  }

#et-boc .flex-half-cont.triple-stack-cont.auto {
    height: 100vh;
  }

#et-boc .flex-half-cont.triple-stack-cont.auto.blog._5 {
    height: 100%;
  }

#et-boc .flex-half-cont.triple-stack-cont.auto._2 {
    height: auto;
  }

#et-boc .flex-half-cont._1 {
    height: 100vh;
  }

#et-boc .flex-half-cont._2 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._3 {
    height: 100vh;
  }

#et-boc .flex-half-cont._6 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.dreieck.guide {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.dreieck.lead {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.dreieck.spark {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.dreieck.spark._1 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.dreieck.unfold11 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.dreieck.prof {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.dreieck.inspire {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.dreieck.vision {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.dreieck.unite {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.dreieck.reach {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
  }

#et-boc .flex-half-cont._10.unfold1 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._10.inspire1 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._10.vision1 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.sparkeasy4 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.sparkeasy5 {
    height: auto;
    min-height: 100px;
  }

#et-boc .flex-half-cont._11.sparkeasy5.first {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.sparkeasy6 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.sparkeasy7 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.unfold4 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.unfold5 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.unfold8 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.unfold9 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.unfold10 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.inspire {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.vision {
    height: auto;
    min-height: 100px;
  }

#et-boc .flex-half-cont._11.vision1 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.vision2 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.reach.ffdd {
    height: auto;
    min-height: auto;
  }

#et-boc .flex-half-cont._11._110 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._12 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._12.sparkeasy2 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._12.sparkeasy3 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._12.unfold2 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._12.unfold3 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._12.inspire2 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._12.inspire3 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._12.vision12 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._14.guide2 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._14.lead3 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._14.prof {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.eins {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.zwei {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._20 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.voc {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.bot11 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.bot22 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont._33 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.podcast1 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.podcast2 {
    height: auto;
    min-height: 100px;
  }

#et-boc .flex-half-cont._200.ueberuns {
    min-height: 100vh;
  }

#et-boc .et_pb_text.text-container.tc-tight-fit {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white.oben {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

#et-boc .et_pb_text.text-container._1.platzunten {
    padding-bottom: 5vw;
  }

#et-boc .et_pb_text.text-container._1.platzunten.neu {
    padding-bottom: 5vw;
  }

#et-boc .et_pb_text.text-container.utnenguide {
    padding-top: 40vw;
    padding-bottom: 5vw;
  }

#et-boc .et_pb_text.text-container.utnenguide.h-her {
    padding-top: 37vw;
    padding-bottom: 5vw;
  }

#et-boc .et_pb_text.text-container.platz {
    padding-bottom: 5vw;
  }

#et-boc .page-subheading {
    font-size: 60px;
  }

#et-boc .page-subheading._2 {
    margin-right: 0px;
    font-size: 40px;
  }

#et-boc .page-subheading.startseite.home {
    font-size: 60px;
  }

#et-boc .bg-image.animate-bg._8.sparkeasy2.inv {
    display: block;
  }

#et-boc .accordion.js-accordion.oben.platzunten {
    padding-bottom: 0vw;
  }

#et-boc .accordion.js-accordion.untenplatz {
    margin-bottom: 0vw;
  }

#et-boc .accordion-body.js-accordion-body {
    padding: 15px;
  }

#et-boc .button-basic {
    margin-left: 0px;
  }

#et-boc .menu-list {
    padding-right: 13vw;
    padding-left: 13vw;
  }

#et-boc .menu-list-link.mll-small {
    text-align: left;
  }

#et-boc .menu-list-link.mobil {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1;
    text-align: left;
  }

#et-boc .menu-list-link.mobil.kontakt {
    display: none;
  }

#et-boc .main-links {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

#et-boc .secondary-links {
    display: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

#et-boc .social-media-links {
    position: relative;
  }

#et-boc .social-media-link-box {
    width: 30px;
    height: 30px;
  }

#et-boc .triple-stack._1 {
    height: 33%;
  }

#et-boc .triple-stack._2 {
    height: 33%;
  }

#et-boc .triple-stack._3 {
    height: 34%;
  }

#et-boc .triple-stack-flex.guide {
    margin-top: 20px;
  }

#et-boc .big-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

#et-boc .big-icon.pfeil {
    width: auto;
    height: 40px;
  }

#et-boc .big-icon.pfeil.gro.zwei._4.vereine {
    margin-left: 20px;
  }

#et-boc .big-icon.pfeil.gro.zwei._6.vereine {
    margin-left: 17px;
  }

#et-boc .big-icon.blog {
    margin-right: 25px;
  }

#et-boc .employee-slider {
    width: 50vw;
  }

#et-boc .employee-slide-cont {
    height: 1350px;
  }

#et-boc .employee-slide-cont.bottom01._200.ueberuns {
    height: 100vh;
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

#et-boc .employee-slide-cont.bottom01._200.ueberuns.akt {
    height: 1200px;
  }

#et-boc .employee-slide-cont.bottom01._200.ueberuns.gross {
    height: 1200px;
  }

#et-boc .es-photo-cont {
    width: 96%;
    height: 450px;
  }

#et-boc .employee-mask {
    width: 80%;
  }

#et-boc .slide-arrow.sa-right {
    width: 10vw;
  }

#et-boc .slide-arrow.sa-left {
    width: 10vw;
  }

#et-boc .footer-row.fr-first-row {
    display: block;
  }

#et-boc .footer-row.fr-second-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

#et-boc .footer-link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.33%;
    -ms-flex: 0 33.33%;
    flex: 0 33.33%;
  }

#et-boc .section-arrow-wrap {
    display: none;
  }

#et-boc .section-arrow-lb {
    display: none;
    width: 60px;
    height: 60px;
    font-size: 5vw;
  }

#et-boc .section-arrow-lb:hover {
    background-image: url('/wp-content/themes/ryl-vereine/images/icons8-chevron-down-dark.svg');
  }

#et-boc .section-arrow-lb:active {
    background-image: url('/wp-content/themes/ryl-vereine/images/icons8-chevron-down-yellow.svg');
  }

#et-boc .section-arrow-lb.bright:hover {
    background-image: url('/wp-content/themes/ryl-vereine/images/icons8-chevron-down-white.svg');
  }

#et-boc .section-arrow-lb.bright:active {
    background-image: url('/wp-content/themes/ryl-vereine/images/icons8-chevron-down-yellow.svg');
  }

#et-boc .section-arrow-lb.footer-section-arrow-lb:hover {
    background-image: url('/wp-content/themes/ryl-vereine/images/icons8-chevron-up-dark.svg');
  }

#et-boc .section-arrow-lb.footer-section-arrow-lb:active {
    background-image: url('/wp-content/themes/ryl-vereine/images/icons8-chevron-up-yellow.svg');
  }

#et-boc .flex-half-text-cont-spacer {
    height: auto;
    font-size: 14px;
  }

#et-boc .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 80%;
  }

#et-boc .flex-half-text-cont-spacer._1._3.nicht-dick.k-rzer {
    margin-top: 10px;
  }

#et-boc .flex-half-text-cont-spacer._2 {
    font-size: 13px;
  }

#et-boc .dropdown-list-end.mobil {
    background-color: transparent;
  }

#et-boc .back-to-top-chevron {
    position: relative;
    bottom: 0%;
    width: auto;
    height: 100%;
  }

#et-boc .div-block._2.home {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

#et-boc .heading {
    font-size: 70px;
    line-height: 70px;
  }

#et-boc .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

#et-boc .text-block-2 {
    font-size: 14px;
  }

#et-boc .heading-3 {
    font-size: 20px;
    line-height: 30px;
  }

#et-boc .heading-4 {
    font-size: 20px;
    line-height: 30px;
  }

#et-boc .heading-5 {
    font-size: 20px;
    line-height: 30px;
  }

#et-boc .heading-6 {
    font-size: 25px;
    line-height: 30px;
  }

#et-boc .text-block-3 {
    font-size: 14px;
  }

#et-boc .text-block-3.footer {
    display: none;
  }

#et-boc .text-block-3.footer.platz {
    display: none;
  }

#et-boc .button-2 {
    font-size: 14px;
  }

#et-boc .button-2._10 {
    margin-left: 50px;
  }

#et-boc .button-2.home.mobilesmall {
    width: 250px;
  }

#et-boc .button-2.vereine {
    width: 190px;
    font-size: 12px;
  }

#et-boc .paragraph {
    font-size: 60px;
  }

#et-boc .paragraph._2 {
    margin-left: 15px;
    font-size: 100px;
  }

#et-boc .paragraph._2._3.home.etwasrunter {
    margin-top: 150px;
  }

#et-boc .paragraph._2._3.home.etwasrunter.kleiner {
    margin-top: 150px;
    font-size: 80px;
  }

#et-boc .paragraph._3 {
    margin-top: 150px;
    margin-left: 50px;
    font-size: 100px;
  }

#et-boc .paragraph._3.home {
    font-size: 90px;
  }

#et-boc .paragraph.start {
    margin-left: 0px;
  }

#et-boc .paragraph.tilted {
    margin-left: 40px;
  }

#et-boc .paragraph.tilted.neu {
    margin-left: 20px;
  }

#et-boc .text-block-4 {
    margin-right: 20px;
    margin-left: 20px;
  }

#et-boc .heading-13 {
    font-size: 90px;
  }

#et-boc .heading-14 {
    font-size: 25px;
    line-height: 35px;
  }

#et-boc .text-1.oben.neu {
    margin-top: 20px;
  }

#et-boc .heading-15._1 {
    line-height: 60px;
  }

#et-boc .heading-15._1._2.start.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

#et-boc .heading-15._1._2.sparkeasy.mobile {
    display: block;
    font-size: 75px;
    line-height: 80px;
  }

#et-boc .heading-15._1._2.sparkeasy.desktop {
    display: none;
  }

#et-boc .heading-15._1._2.unfold.kleiner {
    font-size: 60px;
  }

#et-boc .heading-15._1._2.share.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

#et-boc .heading-15._1._2.unite.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

#et-boc .heading-15._1._2.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

#et-boc .heading-15._1.mitte {
    margin-right: 0px;
  }

#et-boc .heading-15._1.mitte.tilted {
    font-size: 70px;
    line-height: 80px;
  }

#et-boc .heading-15.voc.tilted.rough {
    line-height: 80px;
  }

#et-boc .text-block-5 {
    font-size: 14px;
  }

#et-boc .heading-16 {
    font-size: 25px;
    line-height: 30px;
  }

#et-boc .heading-16._2 {
    font-size: 25px;
    line-height: 30px;
  }

#et-boc .heading-16.msg.staat.spark {
    font-size: 25px;
    line-height: 35px;
  }

#et-boc .heading-16.msg.staat.unfold.invndesktop {
    display: block;
  }

#et-boc .heading-16.guide.unten.start.schrift {
    line-height: 30px;
  }

#et-boc .heading-16.guide.unten.db.schrift {
    line-height: 30px;
  }

#et-boc .heading-16.guide.unten.unite.schrift {
    line-height: 30px;
  }

#et-boc .heading-16.sparkeasy {
    font-size: 25px;
    line-height: 35px;
  }

#et-boc .heading-16.sparkeasy.reachvereine {
    font-size: 16px;
    line-height: 20px;
  }

#et-boc .div-block-2 {
    background-position: 50% 50%;
  }

#et-boc .div-block-3 {
    background-position: 40% 50%;
  }

#et-boc .heading-17 {
    text-align: left;
  }

#et-boc .heading-17.voc.tilted {
    font-size: 40px;
    line-height: 80px;
  }

#et-boc .heading-17.bot1._2 {
    font-size: 80px;
    line-height: 100px;
  }

#et-boc .heading-17.imp {
    margin-top: 370px;
    margin-bottom: 0px;
  }

#et-boc .heading-17.reach {
    text-align: center;
  }

#et-boc .heading-17.reachvereine {
    font-size: 25px;
  }

#et-boc ._1 {
    font-size: 14px;
  }

#et-boc ._1._2._3.sparkeasy.reachgrid {
    margin-top: 0px;
    font-size: 20px;
  }

#et-boc ._2 {
    font-size: 13px;
  }

#et-boc .zahlen._1 {
    margin-left: 20px;
  }

#et-boc .text-block-7._10 {
    font-size: 13px;
  }

#et-boc .text-block-7._10._2 {
    display: none;
  }

#et-boc .text-block-8._1 {
    font-size: 13px;
  }

#et-boc .heading20 {
    font-size: 30px;
    line-height: 35px;
  }

#et-boc .speech-bubble-headline {
    font-size: 0.8rem;
  }

#et-boc .heading-18 {
    font-size: 25px;
    line-height: 30px;
  }

#et-boc .flex {
    display: block;
  }

#et-boc .styleguide-content {
    margin-left: 0px;
  }

#et-boc .styleguide-sidebar {
    position: static;
    display: block;
    height: auto;
    min-height: auto;
    min-width: auto;
  }

#et-boc .styleguide-sidebar.blog {
    height: 100vh;
  }

#et-boc .styleguide-sidebar.blog.groesser {
    height: 140vh;
  }

#et-boc .image-2 {
    position: static;
  }

#et-boc .image-2.tr {
    position: static;
  }

#et-boc .image-2.imp {
    position: static;
  }

#et-boc .image-2.spende {
    position: static;
    width: auto;
    height: auto;
  }

#et-boc .image-2.presse {
    position: static;
  }

#et-boc .image-2.blog {
    position: static;
    object-fit: cover;
  }

#et-boc .div-form-contact.blau {
    height: auto;
  }

#et-boc .div-form-contact.rot {
    height: auto;
  }

#et-boc .field-label-form.rot {
    margin-top: 5px;
    margin-bottom: 5px;
  }

#et-boc .field-label-form.blau {
    margin-top: 5px;
    margin-bottom: 5px;
  }

#et-boc .field-label-form.blau.weit {
    margin-bottom: 5px;
  }

#et-boc .text-field-2._1 {
    border-style: none;
  }

#et-boc .checkbox-field.kurz._4 {
    margin-right: 5px;
    margin-left: 5px;
  }

#et-boc .checkbox-label {
    margin-top: 5px;
    margin-bottom: 5px;
  }

#et-boc .checkbox-label.kurz._2 {
    font-size: 11px;
  }

#et-boc .checkbox-label.mitte {
    margin-top: 5px;
    margin-bottom: 5px;
  }

#et-boc .checkbox.platzweg {
    margin-right: 5px;
  }

#et-boc .a {
    font-size: 12px;
  }

#et-boc .a.blau._3 {
    font-size: 10px;
  }

#et-boc .a._1 {
    font-size: 10px;
  }

#et-boc .a._2 {
    font-size: 10px;
  }

#et-boc .a.inspire {
    font-size: 10px;
  }

#et-boc .b {
    font-size: 12px;
  }

#et-boc .b.o {
    font-size: 11px;
  }

#et-boc .b.blau._2 {
    font-size: 10px;
  }

#et-boc .b._3 {
    font-size: 10px;
  }

#et-boc .b.inspire {
    font-size: 10px;
  }

#et-boc .b.inspire.links {
    font-size: 10px;
  }

#et-boc .b.inspire.links.weiss {
    font-size: 10px;
  }

#et-boc .b.inspire.weiss {
    font-size: 10px;
  }

#et-boc .flex-half-text-cont-spacer-2 {
    height: auto;
    font-size: 16px;
  }

#et-boc .zeilen.rot.oben.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

#et-boc .zeilen.rot._2.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

#et-boc .zeilen.rot.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

#et-boc .text1.neu {
    font-size: 13px;
  }

#et-boc .podlink.platzunten {
    padding-bottom: 0vw;
  }

#et-boc .ifo-logo {
    margin-right: 15vw;
    margin-left: 0vw;
  }

#et-boc .bold-text-5 {
    font-size: 13px;
  }

#et-boc .heading-19 {
    font-size: 25px;
    line-height: 30px;
  }

#et-boc .heading-19.guide.unten.db.schrift {
    font-size: 25px;
    line-height: 30px;
  }

#et-boc ._2-2 {
    font-size: 13px;
  }

#et-boc .zoom {
    font-size: 14px;
  }

#et-boc .grid-2.reach {
    grid-column-gap: 16px;
    -ms-grid-rows: 149px 150px 150px 150px;
    grid-template-rows: 149px 150px 150px 150px;
  }

#et-boc .divgris {
    margin-top: 0px;
  }

#et-boc .post-card-icon {
    display: none;
  }

#et-boc .tab-dropdown {
    width: 50%;
    height: 50px;
    padding-top: 16px;
    padding-left: 0px;
    border-radius: 0px;
    background-image: url('/wp-content/themes/ryl-vereine/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }

#et-boc .tab-dropdown:hover {
    border-radius: 0px;
    background-color: #50705b;
  }

#et-boc .tab-link:hover {
    border-radius: 10px;
  }

#et-boc .tab-link.w--current {
    border-radius: 10px;
  }

#et-boc .tabs-content {
    margin-top: 40px;
  }

#et-boc .tabs-menu {
    display: block;
  }

#et-boc .post-card-image {
    height: 31vw;
    max-height: none;
  }

#et-boc .dropdown-list-2.mobil {
    background-color: transparent;
  }

#et-boc .menu-list-link-2.mll-desktop.mll-dropdown.fest.mobil {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

#et-boc .menu-list-link-2.mll-small {
    text-align: left;
  }

#et-boc .checkboxmetries {
    margin-left: 5px;
  }

#et-boc .checkboxmetries._2 {
    margin-right: 5px;
  }

#et-boc .dropdown-innerlist {
    width: 100%;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    box-shadow: none;
  }

#et-boc .icon-2 {
    width: 34px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px none #000;
    font-family: Suisseintl, sans-serif;
    color: #fff;
    font-size: 34px;
    font-style: normal;
    font-weight: 100;
    text-decoration: none;
  }

#et-boc .dropdowncontainer {
    position: relative;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #424256;
    color: #000;
  }

#et-boc .dropdown-list-3 {
    margin-top: 0px;
    margin-left: 0px;
    padding: 5px 0px;
    box-shadow: none;
    color: transparent;
  }

#et-boc .dropdownlink-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

#et-boc .navlink {
    padding: 10px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
  }

#et-boc .navlink:hover {
    color: #fff;
    text-decoration: none;
  }

#et-boc .navlink.w--current {
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
  }

#et-boc .navlink.sub {
    display: block;
    padding: 7px 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Suisseintl, sans-serif;
    color: #fff;
    font-weight: 300;
  }

#et-boc .navlink.sub:hover {
    color: #fff;
    text-decoration: none;
  }

#et-boc .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #424256;
    color: #424256;
  }

#et-boc .menu-button.w--open {
    background-color: #424256;
    color: #333;
  }

#et-boc .navbar {
    position: absolute;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    box-shadow: none;
  }

#et-boc .nav-menu {
    z-index: 9999;
    height: auto;
    background-color: #424256;
    box-shadow: 0 7px 10px -6px rgba(0, 0, 0, 0.3);
    color: #fff;
  }

#et-boc .nav-wrap {
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

#et-boc .collection-item-9 {
    width: 100%;
  }

#et-boc .down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_down_white.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 18px;
    cursor: pointer;
  }

#et-boc .hamburger-wrapper {
    width: 34px;
    height: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

#et-boc .etwas-kleiner {
    font-size: 30px;
  }

#et-boc .button-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

#et-boc .paragraph-small.mobileplatz {
    margin-top: 20px;
  }

#et-boc .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

#et-boc .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

#et-boc .intro-wrap {
    padding-right: 0vw;
  }

#et-boc .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

#et-boc .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

#et-boc .utility-page-wrap {
    padding: 15px;
  }

#et-boc ._404-wrap {
    padding: 30px;
  }

#et-boc .brand {
    padding-left: 0px;
  }

#et-boc .menu-btn {
    max-height: 80px;
    max-width: 80px;
    padding: 20%;
  }

#et-boc .menu-btn:active {
    padding: 23%;
  }

#et-boc .p-big {
    font-size: 1.1rem;
  }

#et-boc .h1 {
    font-size: 3.2rem;
  }

#et-boc .styles__section-label {
    padding-bottom: 10px;
  }

#et-boc .col.col-sm-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

#et-boc .btn {
    padding: 7px 15px;
  }

#et-boc .btn.btn-sm {
    padding: 3px 11px;
  }

#et-boc .card-body {
    padding: 16px 20px 20px;
  }

#et-boc .flex-section {
    height: auto;
    min-height: 200vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

#et-boc .flex-section._1 {
    height: auto;
    min-height: 200vh;
  }

#et-boc .flex-section._2 {
    height: auto;
  }

#et-boc .flex-section._3._200 {
    height: auto;
  }

#et-boc .flex-section._4 {
    min-height: 100vh;
  }

#et-boc .flex-section._4._200 {
    height: auto;
  }

#et-boc .flex-section._5._200 {
    height: auto;
  }

#et-boc .flex-section.reachlogo._200 {
    height: auto;
  }

#et-boc .flex-section.oben._2 {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-section.neu._200 {
    height: auto;
  }

#et-boc .flex-half-cont {
    height: auto;
    min-height: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

#et-boc .flex-half-cont.first-flex {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

#et-boc .flex-half-cont.first-flex.pic-flex-half {
    height: auto;
    min-height: 200vh;
  }

#et-boc .flex-half-cont.first-flex.pic-flex-half.l {
    min-height: 200vh;
  }

#et-boc .flex-half-cont.first-flex.pic-flex-half.l.vorher {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont.first-flex.guide._2 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont.first-flex.guide._2.mobile._100 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont.first-flex.guide._2._120 {
    min-height: 120vh;
  }

#et-boc .flex-half-cont.first-flex.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont.pic-flex-half {
    height: auto;
    min-height: 200vh;
  }

#et-boc .flex-half-cont.pic-flex-half.sticky-pic-flex {
    overflow: hidden;
  }

#et-boc .flex-half-cont.pic-flex-half.first {
    height: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont.triple-stack-cont.auto {
    height: auto;
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont.triple-stack-cont.auto.blog {
    min-height: auto;
  }

#et-boc .flex-half-cont._1 {
    height: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._2.edu {
    height: auto;
    min-height: 100px;
  }

#et-boc .flex-half-cont._3 {
    height: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._4 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

#et-boc .flex-half-cont._6 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont.dreieck.vision {
    min-height: 100vh;
  }

#et-boc .flex-half-cont.logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

#et-boc .flex-half-cont.logo.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._10.vision1 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._10.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._11.grow2.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._11.sparkeasy5.first {
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._11.sparkeasy6 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.sparkeasy7 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.vision {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.vision1 {
    min-height: 200vh;
  }

#et-boc .flex-half-cont._11.vision2 {
    min-height: 200vh;
  }

#et-boc .flex-half-cont._11.vision2.first {
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._11.reach.ffdd.first {
    min-height: 200vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._11.reach.auto.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._12.sparkeasy3.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._12.inspire3 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._12.vision12 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._12.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont.eins {
    min-height: 200vh;
  }

#et-boc .flex-half-cont.zwei.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._20.first {
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont.voc {
    min-height: 100vh;
  }

#et-boc .flex-half-cont.grey {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.podcast2.first {
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._120 {
    min-height: 120vh;
  }

#et-boc .flex-half-cont._200 {
    min-height: 200vh;
  }

#et-boc .flex-half-cont._200.ueberuns {
    min-height: 200vh;
  }

#et-boc .et_pb_text.text-container.hide-on-phones {
    display: none;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white.dat.blog.vereine {
    margin-top: 0px;
  }

#et-boc .et_pb_text.text-container.logos {
    padding-top: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

#et-boc .page-subheading._2 {
    font-size: 25px;
  }

#et-boc .page-subheading._4.beige {
    font-size: 50px;
  }

#et-boc .page-subheading._4.beige.staat {
    font-size: 60px;
    line-height: 80px;
  }
  .page-subheading._4.spenden.staat {
    font-size: 60px;
    line-height: 80px;
  }

#et-boc .accordion {
    width: 100%;
  }

#et-boc .question-text {
    margin-top: 8px;
  }

#et-boc .question-text.rechts {
    margin-left: 10px;
  }

#et-boc .question-text.rechts.custom {
    margin-left: 23px;
  }

#et-boc .question-text.rechts.custom3 {
    margin-left: 23px;
  }

#et-boc .question-text.rechts.custom2 {
    margin-left: 12px;
  }

#et-boc .menu-list {
    overflow: scroll;
  }

#et-boc .triple-stack._1 {
    height: 33%;
  }

#et-boc .triple-stack._2 {
    height: 33%;
  }

#et-boc .triple-stack._3 {
    height: 34%;
  }

#et-boc .big-icon {
    width: 40px;
    height: 40px;
  }

#et-boc .employee-slider {
    width: 100vw;
    max-width: 100%;
    min-height: 100vh;
    padding-top: 25px;
    padding-bottom: 25px;
  }

#et-boc .employee-slider._2 {
    max-width: 100%;
    min-height: 100vh;
  }

#et-boc .employee-slider.spark {
    max-width: 100%;
  }

#et-boc .employee-slider.unfold {
    max-width: 100%;
    min-height: 120vh;
  }

#et-boc .employee-slider.reach {
    width: auto;
    height: 100%;
    max-width: none;
  }

#et-boc .employee-slider._200 {
    min-height: 200vh;
  }

#et-boc .employee-slide-cont {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 95vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

#et-boc .employee-slide-cont.bottom01._200 {
    height: 200vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

#et-boc .employee-slide-cont.bottom01._200.ueberuns {
    height: 200vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

#et-boc .employee-slide-cont.bottom01._200.ueberuns.akt {
    height: 1000px;
  }

#et-boc .employee-slide-cont.bottom01._200.ueberuns.gross {
    height: 1000px;
  }

#et-boc .employee-slide-cont._115 {
    height: 120vh;
  }

#et-boc .es-photo-cont {
    height: 65%;
  }

#et-boc .footer {
    margin-top: 0vh;
  }

#et-boc .footer-row.fr-first-row {
    display: block;
  }

#et-boc .sticky-bg-cont {
    top: 0vh;
    height: auto;
  }

#et-boc .sticky-pic-wrap {
    position: relative;
  }

#et-boc .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 50%;
  }

#et-boc .heading {
    font-size: 50px;
  }

#et-boc .heading.podcast.mobile {
    display: none;
  }

#et-boc .text-block-3.footer {
    display: none;
  }

#et-boc .paragraph {
    font-size: 60px;
  }

#et-boc .paragraph._2 {
    margin-top: 450px;
    margin-left: 35px;
  }

#et-boc .paragraph._2._3.home {
    margin-top: 150px;
    font-size: 100px;
  }

#et-boc .paragraph._2._3.home.etwasrunter.kleiner {
    margin-top: 100px;
    font-size: 100px;
  }

#et-boc .paragraph.start {
    font-family: Amstirdamending, sans-serif;
  }

#et-boc .paragraph.start.tilted {
    margin-left: 0px;
  }

#et-boc .paragraph._90 {
    font-size: 90px;
  }

#et-boc .heading-13 {
    font-size: 60px;
    line-height: 60px;
  }

#et-boc .heading-14 {
    font-size: 25px;
    line-height: 35px;
  }

#et-boc .heading-14.bot.blog {
    margin-top: 40px;
    font-size: 35px;
  }

#et-boc .heading-14.mobileinv {
    display: none;
  }

#et-boc .heading-15._1._2.sparkeasy {
    font-size: 60px;
  }

#et-boc .heading-15._1._2.sparkeasy.mobile {
    display: none;
  }

#et-boc .heading-15._1._2.sparkeasy.desktop {
    display: block;
  }

#et-boc .heading-15._1._2.unite.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

#et-boc .text-block-5.start.sparkeasy {
    font-size: 18px;
  }

#et-boc .h16.beige {
    font-size: 35px;
  }

#et-boc .heading-16.msg {
    display: none;
  }

#et-boc .heading-16.msg.staat.spark.vis {
    display: none;
  }

#et-boc .heading-16.msg.staat.unfold {
    display: none;
  }

#et-boc .heading-16.msg.staat.db {
    display: none;
  }

#et-boc .grid {
    position: static;
  }

#et-boc .heading-17.imp {
    margin-top: 250px;
    margin-bottom: 0px;
  }

#et-boc .zahlen._1 {
    margin-left: 0px;
  }

#et-boc .div-block-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

#et-boc .heading20 {
    font-size: 25px;
    line-height: 30px;
  }

#et-boc .speech-bubble-question {
    margin-right: 15%;
  }

#et-boc .bubble-left {
    left: -6px;
    width: 24px;
  }

#et-boc .bubble-left._2 {
    left: 0px;
  }

#et-boc .bubble-left._2.inspire {
    left: 0px;
  }

#et-boc .bubble-left._2.reach {
    left: 0px;
  }

#et-boc .flex {
    display: block;
  }

#et-boc .styleguide-sidebar.blog {
    height: 350vh;
  }

#et-boc .styleguide-sidebar.blog.vereine {
    height: 200vh;
  }

#et-boc .styleguide-sidebar.blog.groesser {
    height: 200vh;
  }

#et-boc .bold-text-3 {
    font-size: 14px;
  }

#et-boc .contact-form-2 {
    padding: 40px 20px;
  }

#et-boc .text-field-2 {
    border-style: none;
    border-width: 1px;
    border-color: rgba(66, 66, 86, 0.27);
  }

#et-boc .text-field-2._1 {
    border-style: none;
  }

#et-boc .text-field-3 {
    border-style: none;
  }

#et-boc .zelle1 {
    font-size: 16px;
  }

#et-boc .zelle2 {
    font-size: 13px;
  }

#et-boc .zeilen.rot.oben.neu.wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

#et-boc .zeilen.rot._2.neu.wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

#et-boc .zeilen.rot.neu.wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

#et-boc .ifo-logo {
    margin-right: 15vw;
  }

#et-boc .bloghead {
    margin-top: 10px;
  }

#et-boc .tab-dropdown {
    display: block;
    width: 70%;
    height: 50px;
    padding-top: 15px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: #50705b;
    background-image: url('/wp-content/themes/ryl-vereine/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.2px;
    cursor: pointer;
  }

#et-boc .tab-dropdown:hover {
    background-color: #50705b;
    background-image: url('/wp-content/themes/ryl-vereine/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }

#et-boc .tab-link {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
  }

#et-boc .tab-link.w--current {
    background-color: #4a5747;
    color: #fff;
    font-weight: 600;
  }

#et-boc .tab-link.w--current:hover {
    background-color: #5c6959;
  }

#et-boc .tabs-content {
    margin-top: 25px;
    padding: 25px 0px;
  }

#et-boc .tabs-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 50;
    display: block;
    overflow: hidden;
    width: 70%;
    margin-top: -50px;
    margin-bottom: 0px;
    padding-top: 48px;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 28px 28px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
  }

#et-boc .dropdown-innerlist {
    max-width: 100%;
  }

#et-boc .icon-2 {
    width: 34px;
    height: 34px;
  }

#et-boc .dropdowncontainer {
    display: none;
  }

#et-boc .menu-button {
    background-color: #424256;
  }

#et-boc .nav-wrap {
    padding-right: 0px;
    padding-left: 15px;
  }

#et-boc .down {
    width: 34px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

#et-boc .paragraph-small {
    display: block;
    font-size: 13px;
  }

#et-boc .paragraph-small.underline.mobileinv {
    display: none;
  }

#et-boc .paragraph-small.mobilesmall {
    font-size: 12px;
  }

#et-boc .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

#et-boc .paragraph-tiny {
    display: none;
  }

#et-boc .section {
    overflow: hidden;
  }

#et-boc .logo-image {
    height: 80px;
    max-height: 80px;
  }

#et-boc .intro-wrap {
    margin-top: 25vh;
    padding-right: 15vw;
  }

#et-boc .intro-wrap.pod {
    margin-top: 15vh;
  }

#et-boc .contact-form-grid {
    display: block;
  }

#et-boc .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

#et-boc .menu.only-on-mobile {
    display: block;
  }

#et-boc .brand {
    display: inline;
    height: 80px;
    margin-top: -0.5vh;
    margin-left: 5vw;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

#et-boc .menu-btn {
    max-height: 60px;
    max-width: 60px;
    padding: 18%;
  }

#et-boc .menu-btn:active {
    padding: 21%;
  }

#et-boc .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

#et-boc .p-big {
    font-size: 1rem;
  }

#et-boc .h1 {
    font-size: 2rem;
  }

#et-boc .col {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

#et-boc .col.col-lg-3.col-md-6.col-12.d-flex {
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

#et-boc .menu-logo-wrap {
    max-height: 80px;
    padding-left: 0vw;
  }

#et-boc .menu-logo-wrap-end {
    max-height: 80px;
  }

#et-boc .menu-wrap {
    display: none;
  }

#et-boc .flex-section {
    height: auto;
    min-height: 200vh;
  }

#et-boc .flex-section._2 {
    height: auto;
  }

#et-boc .flex-section._4 {
    min-height: 200vh;
  }

#et-boc .flex-section.reachlogo._200 {
    height: auto;
  }

#et-boc .flex-section.unten {
    height: 200vh;
  }

#et-boc .flex-section.unten.autoraus {
    height: auto;
  }

#et-boc .flex-section.oben {
    height: 100vh;
    min-height: 0vh;
  }

#et-boc .flex-section._100 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont.first-flex.pic-flex-half {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.first-flex.pic-flex-half.l {
    min-height: 100vh;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

#et-boc .flex-half-cont.first-flex.pic-flex-half.l.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont.first-flex.pic-flex-half.l.vorher {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont.first-flex.guide._2 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont.pic-flex-half {
    height: auto;
    min-height: 100vh;
  }

#et-boc .flex-half-cont.pic-flex-half.l {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

#et-boc .flex-half-cont.pic-flex-half._100 {
    height: 100vh;
  }

#et-boc .flex-half-cont.pic-flex-half._100.first {
    height: auto;
  }

#et-boc .flex-half-cont._2.edu {
    min-height: 100vh;
  }

#et-boc .flex-half-cont.dreieck.vision {
    min-height: 100vh;
  }

#et-boc .flex-half-cont.logo.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._10.vision1 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.unfold9._7 {
    padding-bottom: 30px;
  }

#et-boc .flex-half-cont._11.vision {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.vision1 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.vision2 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.reach.ffdd.first {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._11.reach.auto {
    height: auto;
    min-height: 100px;
  }

#et-boc .flex-half-cont._11.reach.auto.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._12.inspire3 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._12.vision12 {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._12.reach2.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

#et-boc .flex-half-cont._12.reach2.first.auto {
    height: auto;
    min-height: 100px;
  }

#et-boc .flex-half-cont.eins {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._20.first {
    min-height: 100vh;
  }

#et-boc .flex-half-cont.voc {
    min-height: 100vh;
  }

#et-boc .flex-half-cont._200 {
    min-height: 120vh;
  }

#et-boc .flex-half-cont._200.ueberuns {
    min-height: 120vh;
  }

#et-boc .et_pb_text.text-container {
    padding: 12vw 8vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

#et-boc .et_pb_text.text-container.hero-text-container {
    padding-right: 5vw;
    padding-left: 5vw;
  }

#et-boc .et_pb_text.text-container.footer-text-cont {
    padding-right: 3vw;
    padding-left: 3vw;
  }

#et-boc .et_pb_text.text-container.footer-text-cont.txt-center {
    text-align: center;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white.dat.blog {
    padding-top: 8vw;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white.dat.blog.vereine {
    margin-top: 100px;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white.up {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white.oben {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

#et-boc .et_pb_text.text-container.float-bottom.txt-white.mitte {
    left: -25%;
    top: 42%;
    right: 0%;
    bottom: 0%;
    display: block;
  }

#et-boc .et_pb_text.text-container.logos {
    position: relative;
    top: 0%;
    padding-top: 0vh;
  }

#et-boc .page-subheading {
    font-size: 40px;
  }

#et-boc .page-subheading._2 {
    font-size: 18px;
  }

#et-boc .page-subheading._4.beige {
    font-size: 30px;
  }

#et-boc .page-subheading._4.beige.staat {
    font-size: 40px;
    line-height: 60px;
  }
  .page-subheading._4.spenden.staat {
    font-size: 40px;
    line-height: 60px;
  }

#et-boc .page-subheading.voc {
    font-size: 20px;
  }

#et-boc .page-subheading.startseite.home {
    font-size: 40px;
  }

#et-boc .bg-image.animate-bg._8.sparkeasy2.inv {
    display: none;
  }

#et-boc .bg-image.animate-bg._8.sparkeasy2.mobil {
    display: block;
  }

#et-boc .bg-image.animate-bg._9.reach2.inv {
    display: none;
  }

#et-boc .bg-image.animate-bg._9.reach2.mobil {
    display: block;
  }

#et-boc .bg-image.animate-bg.bot12.mobile {
    display: block;
  }

#et-boc .bg-image.animate-bg.bot12.desktop {
    display: none;
  }

#et-boc .accordion-header {
    padding-right: 10px;
    padding-left: 10px;
  }

#et-boc .question-text {
    margin-bottom: 8px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

#et-boc .question-text.question-heading._1.voc.vis {
    font-size: 13px;
  }

#et-boc .question-text.question-heading._1.reach {
    font-size: 16px;
    line-height: 20px;
  }

#et-boc .question-text.rechts {
    margin-right: 10px;
    margin-left: -10px;
    padding-right: 0px;
  }

#et-boc .question-text.rechts.custom {
    margin-left: 3px;
  }

#et-boc .question-text.rechts.custom3 {
    margin-left: 3px;
  }

#et-boc .question-text.rechts.custom2 {
    margin-left: -10px;
  }

#et-boc .accordion-body {
    padding-left: 56px;
  }

#et-boc .accordion-body.js-accordion-body {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

#et-boc .button-basic {
    margin-left: 0px;
  }

#et-boc .button-line {
    margin-right: 10px;
  }

#et-boc .menu-list {
    padding-top: 20vh;
    padding-right: 10vw;
    padding-left: 10vw;
  }

#et-boc .menu-list-link.mobil.kontakt {
    display: none;
  }

#et-boc .social-media-link-box {
    width: 28px;
    height: 28px;
    margin-right: 7px;
    margin-left: 7px;
  }

#et-boc .triple-stack-flex.guide.untenplatz {
    margin-bottom: 0px;
  }

#et-boc .big-icon {
    width: 36px;
    height: 36px;
    margin-right: 5px;
  }

#et-boc .big-icon.pfeil.gro.zwei {
    margin-left: 35px;
  }

#et-boc .big-icon.pfeil.gro.zwei.podcast {
    margin-left: 20px;
  }

#et-boc .big-icon.blog {
    margin-left: 5px;
  }

#et-boc .employee-slider {
    width: 100vw;
  }

#et-boc .employee-slider._200 {
    min-height: 120vh;
  }

#et-boc .employee-slide-cont.bottom01._200 {
    height: 120vh;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

#et-boc .employee-slide-cont.bottom01._200.ueberuns {
    height: 120vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

#et-boc .es-photo-cont {
    width: 95%;
    height: 40%;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

#et-boc .slide-arrow.sa-right {
    width: 15vw;
    font-size: 30px;
  }

#et-boc .slide-arrow.sa-left {
    width: 15vw;
    font-size: 30px;
  }

#et-boc .employee-text-cont {
    height: 25%;
  }

#et-boc .footer {
    margin-top: 0vh;
  }

#et-boc .footer-row.fr-first-row {
    padding-right: 5vw;
    padding-left: 5vw;
  }

#et-boc .footer-row.fr-second-row {
    padding-right: 5vw;
    padding-left: 5vw;
  }

#et-boc .footer-row.fr-last-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

#et-boc .footer-link-block {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

#et-boc .footer-social-media-links {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

#et-boc .full-bg-image {
    background-position: 68% 50%;
  }

#et-boc .sticky-bg-cont {
    height: 100%;
  }

#et-boc .sticky-pic-wrap {
    height: 100%;
  }

#et-boc .section-arrow-lb {
    display: none;
    font-size: 10vw;
  }

#et-boc .flex-half-text-cont-spacer {
    font-size: 13px;
  }

#et-boc .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 75%;
  }

#et-boc .flex-half-text-cont-spacer._1._3 {
    font-size: 13px;
  }

#et-boc .flex-half-text-cont-spacer._1._3.breite {
    width: 95%;
  }

#et-boc .flex-half-text-cont-spacer._2 {
    width: 100%;
  }

#et-boc .flex-half-text-cont-spacer._2.reachgrid {
    font-size: 11px;
  }

#et-boc .flex-half-text-cont-spacer._2.reachgrid.fett {
    font-size: 13px;
  }

#et-boc .flex-half-text-cont-spacer._2.dick.presse {
    width: 250px;
  }

#et-boc .div-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

#et-boc .div-block._2.home {
    top: 0%;
  }

#et-boc .div-block._3.hom.home {
    bottom: 20%;
  }

#et-boc .heading {
    font-size: 30px;
  }

#et-boc .heading.podcast {
    display: none;
  }

#et-boc .heading.podcast.mobile {
    display: block;
    font-size: 70px;
  }

#et-boc .text-block-2 {
    font-size: 13px;
  }

#et-boc .heading-3.klein.blog {
    font-size: 18px;
    line-height: 20px;
  }

#et-boc .heading-6 {
    font-size: 25px;
    line-height: 30px;
  }

#et-boc .heading-6.kleiner {
    font-size: 23px;
  }

#et-boc .text-block-3 {
    font-size: 13px;
  }

#et-boc .text-block-3.footer {
    display: none;
    text-align: left;
  }

#et-boc .text-block-3.footer.platz {
    text-align: left;
  }

#et-boc .button-2 {
    font-size: 11px;
  }

#et-boc .button-2._10 {
    margin-right: 0px;
  }

#et-boc .button-2.home.mobilesmall {
    width: 232px;
    font-size: 11px;
  }

#et-boc .button-2.podcast.farbe1 {
    width: 190px;
  }

#et-boc .button-2.podcast.farbe2 {
    width: 190px;
  }

#et-boc .button-2.podcast.farbe3 {
    width: 190px;
  }

#et-boc .button-2.podcast.farbe4 {
    width: 190px;
  }

#et-boc .button-2.vereine {
    width: 165px;
    font-size: 10px;
  }

#et-boc .paragraph {
    margin-left: 0px;
    font-size: 60px;
    text-align: center;
  }

#et-boc .paragraph._2 {
    margin-top: 330px;
    margin-left: 15px;
    font-size: 80px;
  }

#et-boc .paragraph._2._3 {
    margin-top: 300px;
  }

#et-boc .paragraph._2._3.home {
    font-size: 80px;
  }

#et-boc .paragraph._2._3.home.etwasrunter.kleiner {
    font-size: 70px;
  }

#et-boc .paragraph._3 {
    margin-top: 40px;
    font-size: 75px;
  }

#et-boc .paragraph._3.home {
    font-size: 70px;
  }

#et-boc .paragraph.start {
    font-family: Amstirdamending, sans-serif;
    font-weight: 400;
  }

#et-boc .paragraph.tilted {
    margin-left: 0px;
  }

#et-boc .paragraph.tilted.neu {
    margin-left: 0px;
  }

#et-boc .text-block-4 {
    bottom: 12%;
    font-size: 15px;
  }

#et-boc .text-block-4.platzuntenrein {
    bottom: 15%;
    margin-bottom: 5vw;
    padding-bottom: 0vw;
  }

#et-boc .heading-13 {
    font-size: 45px;
    line-height: 40px;
  }

#et-boc .heading-14 {
    line-height: 35px;
  }

#et-boc .heading-14.bot.dat.tr {
    font-size: 20px;
    line-height: 25px;
  }

#et-boc .heading-14.bot.blog {
    max-width: none;
    margin-top: 0px;
    font-size: 30px;
  }

#et-boc .heading-14.bot.blog.vereine {
    margin-top: 0px;
  }

#et-boc .heading-14.mobileinv {
    display: block;
    height: auto;
  }

#et-boc .heading-14.vis {
    display: none;
  }

#et-boc .heading-15._1 {
    line-height: 80px;
  }

#et-boc .heading-15._1._2.sparkeasy.mobile {
    display: block;
    font-size: 65px;
    line-height: 70px;
  }

#et-boc .heading-15._1._2.sparkeasy.desktop {
    display: none;
  }

#et-boc .heading-15._1.mitte {
    font-size: 60px;
  }

#et-boc .heading-15._1.mitte.tilted {
    font-size: 60px;
  }

#et-boc .heading-15.voc.tilted.rough {
    color: #424256;
    font-size: 35px;
  }

#et-boc .text-block-5 {
    font-size: 13px;
  }

#et-boc .h16.beige {
    font-size: 25px;
    line-height: 30px;
  }

#et-boc .heading-16.msg {
    display: none;
  }

#et-boc .heading-16.msg.staat {
    display: block;
  }

#et-boc .heading-16.msg.staat.spark.vis {
    display: block;
    margin-bottom: 10px;
  }

#et-boc .heading-16.msg.staat.unfold {
    display: block;
  }

#et-boc .heading-16.msg.staat.db {
    display: block;
  }

#et-boc .heading-16.guide.unten.sparkeasy h2 {
    font-size: 20px;
  }

#et-boc .heading-16.sparkeasy {
    font-size: 20px;
    line-height: 30px;
  }

#et-boc .heading-16.staat {
    font-size: 25px;
    line-height: 35px;
  }

#et-boc .heading-16.staat.db {
    font-size: 25px;
    line-height: 35px;
  }

#et-boc .heading-17.voc.tilted {
    font-size: 35px;
  }

#et-boc .heading-17.bot1._2 {
    font-size: 67px;
    line-height: 80px;
  }

#et-boc .heading-17.bot1._2.blue {
    color: #424256;
    font-size: 120px;
  }

#et-boc .heading-17.bot1.mobileopt {
    font-size: 250px;
    line-height: 130px;
  }

#et-boc .heading-17.imp {
    margin-top: 125px;
    margin-bottom: 0px;
    font-size: 125px;
    line-height: 125px;
  }

#et-boc .heading-17.dat {
    margin-top: 0px;
    font-size: 125px;
    line-height: 125px;
  }

#et-boc .heading-17.dat.tr {
    margin-top: 0px;
    font-size: 125px;
    line-height: 125px;
  }

#et-boc .heading-17.dat.tr.presse {
    margin-top: 0px;
  }

#et-boc .heading-17.dat.tr.blog {
    margin-top: -15px;
    font-size: 100px;
    line-height: 100px;
  }

#et-boc .heading-17.vision.inspire3.unfold.farbe {
    font-size: 50px;
  }

#et-boc .heading-17.kleiner {
    font-size: 33px;
  }

#et-boc .heading-17.dark {
    display: block;
    color: #000;
    text-align: center;
  }

#et-boc .heading-17.dark.klein {
    font-size: 30px;
  }

#et-boc ._1._2._3.sparkeasy.reachgrid {
    font-size: 18px;
  }

#et-boc ._1._2._3.staat.db {
    font-size: 25px;
    line-height: 35px;
  }

#et-boc ._1._2._3.unfold.podcast1 {
    margin-top: 50px;
  }

#et-boc .berschrift1 {
    font-size: 40px;
    line-height: 50px;
  }

#et-boc .heading20 {
    font-size: 25px;
    line-height: 30px;
  }

#et-boc .speech-bubble-question {
    margin-right: 0%;
  }

#et-boc .speech-bubble-question.show-if-in-view.reach {
    margin-top: 30px;
    margin-right: 10%;
    margin-left: 10%;
  }

#et-boc .bubble-left._2.unfold {
    left: 0px;
  }

#et-boc .bubble-left._1 {
    left: 0px;
  }

#et-boc .link-2.mail-alles.elisa.invmob {
    display: none;
  }

#et-boc .link-2.stefan.invmob {
    display: none;
  }

#et-boc .heading-18.staat {
    font-size: 25px;
    line-height: 35px;
  }

#et-boc .heading-18.staat.db {
    font-size: 25px;
    line-height: 35px;
  }

#et-boc .flex {
    display: block;
  }

#et-boc .styleguide-sidebar.blog {
    height: 140vh;
  }

#et-boc .styleguide-sidebar.blog._2 {
    height: 120vh;
  }

#et-boc .styleguide-sidebar.blog.vereine {
    height: 110vh;
  }

#et-boc .styleguide-sidebar.blog.groesser {
    height: 150vh;
  }

#et-boc .styleguide-sidebar._100 {
    min-height: 100vh;
  }

#et-boc .container-default {
    padding-right: 0px;
    padding-left: 0px;
  }

#et-boc .container-default.scroll {
    padding-right: 0px;
    padding-left: 0px;
  }

#et-boc .image-2.spende {
    position: static;
  }

#et-boc .image-2.presse {
    min-height: 0px;
  }

#et-boc .image-2.blog {
    position: static;
    height: 100%;
    object-fit: cover;
  }

#et-boc .staat.db {
    font-size: 25px;
    line-height: 35px;
  }

#et-boc .bold-text-3 {
    font-size: 13px;
  }

#et-boc .italic-text-2 {
    font-size: 0.8rem;
  }

#et-boc .field-label-form.rot {
    font-size: 10px;
  }

#et-boc .field-label-form.blau {
    font-size: 10px;
  }

#et-boc .text-field-2 {
    border: 1px none #000;
    font-size: 10px;
  }

#et-boc .text-field-2._1 {
    font-size: 10px;
  }

#et-boc .text-field-3 {
    border-style: none;
    font-size: 10px;
  }

#et-boc .checkbox-field.kurz._2._3 {
    margin-left: 10px;
  }

#et-boc .checkbox-label {
    font-size: 10px;
    text-transform: none;
  }

#et-boc .checkbox {
    width: 40px;
    height: 10px;
  }

#et-boc .checkbox.platzweg {
    width: 10px;
    margin-right: 5px;
  }

#et-boc .checkbox._1 {
    width: 10px;
  }

#et-boc .checkbox._2 {
    width: 30px;
  }

#et-boc .checkbox.kuerzer {
    width: auto;
    margin-right: 5px;
  }

#et-boc .zelle1 {
    font-size: 12px;
  }

#et-boc .zelle2 {
    font-size: 11px;
  }

#et-boc .a {
    font-size: 12px;
  }

#et-boc .b {
    font-size: 12px;
  }

#et-boc .b.o {
    font-size: 11px;
  }

#et-boc .flex-half-text-cont-spacer-2 {
    font-size: 13px;
  }

#et-boc .zeilen.rot.oben.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

#et-boc .zeilen.rot._2.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

#et-boc .zeilen.rot.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

#et-boc .podlink {
    font-size: 13px;
  }

#et-boc .podlink.oben.dunkel {
    font-size: 13px;
  }

#et-boc .ifo-logo {
    display: none;
    margin-right: 5vw;
    margin-left: 0vw;
  }

#et-boc .leiste1 {
    font-size: 13px;
  }

#et-boc .bold-text-5.mobilesmall {
    font-size: 12px;
  }

#et-boc .bold-text-6.mobilesmall {
    font-size: 12px;
  }

#et-boc .bold-text-7.mobilesmall {
    font-size: 12px;
  }

#et-boc .grid-2.reach {
    margin-top: 50px;
    -ms-grid-rows: 115px 115px 115px 115px;
    grid-template-rows: 115px 115px 115px 115px;
  }

#et-boc .heading-20.blog {
    font-size: 12px;
  }

#et-boc .bloghead {
    margin-top: 10px;
  }

#et-boc .mix {
    display: none;
  }

#et-boc .tab-dropdown {
    width: 100%;
    padding-top: 13px;
    padding-left: 0px;
    background-color: #50705b;
    background-position: 94% 50%;
    font-size: 16px;
    text-align: left;
  }

#et-boc .tab-dropdown:hover {
    background-color: #50705b;
  }

#et-boc .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

#et-boc .tab-link.w--current {
    background-color: #4a5747;
    color: #fff;
  }

#et-boc .tabs-content {
    margin-top: 30px;
    padding: 20px 0px;
  }

#et-boc .tabs-menu {
    display: none;
    width: 100%;
  }

#et-boc .post-card-image {
    height: 58vw;
  }

#et-boc .checkboxmetries {
    margin-left: 5px;
  }

#et-boc .checkboxmetries._2 {
    margin-left: 5px;
  }

#et-boc .divdreier {
    margin-left: 10px;
  }

#et-boc .navlink {
    font-family: Suisseintl, sans-serif;
  }

#et-boc .menu-button {
    background-color: #424256;
    color: #424256;
  }

#et-boc .navbar {
    position: fixed;
    box-shadow: none;
  }

#et-boc .nav-menu {
    position: absolute;
  }

#et-boc .down {
    width: 34px;
  }

#et-boc .etwas-kleiner {
    font-size: 25px;
  }
}

#et-boc #w-node-_4e752545-69ff-6b2a-6ec0-c5719a24e48d-9a24e480 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#et-boc #w-node-_4e752545-69ff-6b2a-6ec0-c5719a24e491-9a24e480 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#et-boc #w-node-f08cb0cc-fc1b-3513-c26b-2567b4de230a-c06790d6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#et-boc #w-node-dff537aa-47d2-0794-8bb0-e7c103bb4762-c06790d6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#et-boc #w-node-_8f56c0c8-ec15-a80b-5e72-8f3b00c4a7a5-c06790d6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#et-boc #w-node-_47131fe0-bb0f-2728-8247-f263d436db75-c06790d6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#et-boc #w-node-_6d095b4f-0ace-da7b-833c-90f1b97b83e3-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#et-boc #w-node-_17ef20f0-9152-41ac-c75b-2de5d3dcd7f0-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#et-boc #w-node-_751c6c9e-c93f-5637-ee7e-3bf858260362-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#et-boc #w-node-c6b202de-fdd0-6309-c0a3-b5435a8a66c0-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#et-boc #w-node-_5ada2688-93e1-1a23-cc85-fbbab95fb20e-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#et-boc #w-node-edb5b69d-e2ab-cc01-9b3a-ad503f32e078-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#et-boc #w-node-dbe2cbb1-4890-1bad-a910-8d999c289a1a-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#et-boc #w-node-_24388b67-bd5a-5b70-5f00-23bdc9b67a00-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#et-boc #w-node-_79450aaf-0f9b-5e0a-bd5f-9ef1bc09c5e0-f767915f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#et-boc #w-node-_79450aaf-0f9b-5e0a-bd5f-9ef1bc09c5e4-f767915f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#et-boc #w-node-_329af423-6953-e540-bb34-c51ba04661ff-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_329af423-6953-e540-bb34-c51ba0466203-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-_329af423-6953-e540-bb34-c51ba046620f-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_9a2b2608-4fed-4144-25c7-5b3f6df8691c-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_9a2b2608-4fed-4144-25c7-5b3f6df86920-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-_69c21687-84f2-a4d1-c75a-3ddf3a4f2d5d-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-a365e4aa-580e-ef78-28ce-b6ef1dc69139-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-_1a851b53-4ff7-568f-98ec-267e447f6bf5-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_054e138b-e59c-b18b-c143-010eac705f25-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-_75c4880a-8f33-1cdf-854e-232577e1c78a-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-e000b767-c4c8-9ee4-09a6-286742f3f456-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_5d22d6e5-6744-0b60-e138-de0efb631b5c-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-a3ab6a1d-4ff1-3d72-3eeb-a9461218bb46-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-de4e9527-a49e-47cf-69f7-01bddec71c8a-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-_32bc944a-6925-ccb4-6c3a-d31d7eecda75-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_32d3215d-bc47-455e-a42f-711803475f3f-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-cf0cf3b4-3b68-2b84-7257-bb5c0a89dce7-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_329af423-6953-e540-bb34-c51ba04661ff-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_329af423-6953-e540-bb34-c51ba0466203-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-_329af423-6953-e540-bb34-c51ba046620f-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb71-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb75-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb79-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb7d-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb81-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_21a71a17-2278-292b-79e8-6649430e3fe9-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-b866bd4a-b6b0-fb0c-9d46-36d15cdaf0bb-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb85-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-eebfbec0-7ffb-2fd6-78a1-111ddd262b33-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-ea178515-5e3b-884a-7501-c3ab83ca274b-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cba4-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cba8-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-_75c4880a-8f33-1cdf-854e-232577e1c78a-1c679176 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

#et-boc #w-node-_21a71a17-2278-292b-79e8-6649430e3fe9-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

#et-boc #w-node-b866bd4a-b6b0-fb0c-9d46-36d15cdaf0bb-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb85-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

#et-boc #w-node-eebfbec0-7ffb-2fd6-78a1-111ddd262b33-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

#et-boc #w-node-ea178515-5e3b-884a-7501-c3ab83ca274b-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4e752545-69ff-6b2a-6ec0-c5719a24e491-9a24e480 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

#et-boc #w-node-_79450aaf-0f9b-5e0a-bd5f-9ef1bc09c5e4-f767915f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_329af423-6953-e540-bb34-c51ba04661ff-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_329af423-6953-e540-bb34-c51ba0466203-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_329af423-6953-e540-bb34-c51ba046620f-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_9a2b2608-4fed-4144-25c7-5b3f6df8691c-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_9a2b2608-4fed-4144-25c7-5b3f6df86920-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_69c21687-84f2-a4d1-c75a-3ddf3a4f2d5d-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-a365e4aa-580e-ef78-28ce-b6ef1dc69139-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_1a851b53-4ff7-568f-98ec-267e447f6bf5-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_054e138b-e59c-b18b-c143-010eac705f25-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-e000b767-c4c8-9ee4-09a6-286742f3f456-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_5d22d6e5-6744-0b60-e138-de0efb631b5c-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-a3ab6a1d-4ff1-3d72-3eeb-a9461218bb46-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-de4e9527-a49e-47cf-69f7-01bddec71c8a-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_32bc944a-6925-ccb4-6c3a-d31d7eecda75-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_32d3215d-bc47-455e-a42f-711803475f3f-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_329af423-6953-e540-bb34-c51ba04661ff-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_329af423-6953-e540-bb34-c51ba0466203-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_329af423-6953-e540-bb34-c51ba046620f-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb71-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb75-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb79-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb7d-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb81-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_21a71a17-2278-292b-79e8-6649430e3fe9-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-b866bd4a-b6b0-fb0c-9d46-36d15cdaf0bb-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb85-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-eebfbec0-7ffb-2fd6-78a1-111ddd262b33-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-ea178515-5e3b-884a-7501-c3ab83ca274b-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cba4-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

#et-boc #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cba8-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#et-boc @font-face {
  font-family: 'Suisseworks';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-RegularItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-BookItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-RegularItalic.otf') format('opentype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-MediumItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Medium.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-UltralightItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-UltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Ultralight.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks book';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Book.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-ThinItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Thin.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Bold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Thin.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-ThinItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-LightItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Light.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-SemiBold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-RegularItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Medium.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlmono';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlMono-Bold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlMono-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-MediumItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlmono';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlMono-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-Bold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-RegularItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-MediumItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Semibold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Semibold.otf') format('opentype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-SemiBoldIta.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-BoldItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-Light.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-Medium.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Black.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-BlackItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-LightItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Bold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-MediumItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl book';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Book.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-BoldItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-BookItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-RegularItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-BookItalic.otf') format('opentype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Bold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-BoldItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-RegularItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Light.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-LightItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Medium.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-SemiBoldItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlmono';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlMono-Thin.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlMono-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-Thin.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-ThinItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-SemiBold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-SemiBoldItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amstirdam';
  src: url('/wp-content/themes/ryl-vereine/fonts/Amstirdam.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/Amstirdam.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mystique';
  src: url('/wp-content/themes/ryl-vereine/fonts/Mystique-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/Mystique-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mystique splashes';
  src: url('/wp-content/themes/ryl-vereine/fonts/Mystique-Splashes.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/Mystique-Splashes.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roughmarker';
  src: url('/wp-content/themes/ryl-vereine/fonts/Roughmarker.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amstirdamendingswash';
  src: url('/wp-content/themes/ryl-vereine/fonts/AmstirdamEndingSwash.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amstirdamending';
  src: url('/wp-content/themes/ryl-vereine/fonts/AmstirdamEnding.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hessleyandreas 7brdr';
  src: url('/wp-content/themes/ryl-vereine/fonts/hessleyandreas-7brdr.otf') format('opentype'), url('/wp-content/themes/ryl-vereine/fonts/hessleyandreas-7brdr.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Staat';
  src: url('/wp-content/themes/ryl-vereine/fonts/Staat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Staat';
  src: url('/wp-content/themes/ryl-vereine/fonts/Staat-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

#et-boc #spendenbutton {
    position: fixed;
    display: block;
    top: 40%;
    right: 0%;
    margin: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px #264652;
    box-shadow: 0px 0px 20px 0px #264652;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

#et-boc #spendenbutton:hover{
  box-shadow: 0px 0px 50px 0px #000;
}

#et-boc @keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

#et-boc 30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

#et-boc 40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@media screen and (max-width: 370px){
  .donation-image{
    height: 100px !important;
  }
}

#et-boc .row.ryllogo{
  background-color: #3b4254;
}

#et-boc .column.ryllogo{
  margin: 10%;
  background-color: #3b4254;
  border-bottom: none;
}

#et-boc .ryllogo img {
    display: inline !important;
    max-width: 30% !important;
    margin-left: 10px;
    margin-bottom: 10px;
}

#et-boc .w-button.mint{
    background-color: #bddcc8;
    color: #000;
}

#et-boc .triple-stack-flex.guide.untenplatz.mint{
  margin-top: 10px;
}

#et-boc #wp-admin-bar-et-use-visual-builder {
    display: none;
}

#et-boc .flex-half-cont.logo.first{
  background-color: #dc744d;
}

#et-boc .heading-16.guide.unten.sparkeasy.reach.vereine.anmeldung {
    margin-top: 50px;
}

#et-boc .anmeldung .et_pb_text.text-container.utnenguide.reachvereine {
    padding-top: 10vw;
}

#et-boc .wpcf7-form .div-form-contact{
  margin-top:0px
}

#et-boc .div-form-contact .wpcf7-form-control-wrap, .div-form-contact .wpcf7-form-control-wrap input{
  width: 100%;
  height:100%;
}

#et-boc .div-form-contact.blau.unfold input, .div-form-contact.blau.unfold select, .div-form-contact.blau.unfold textarea{
  background-color: #f3e5d1;
}

#et-boc .div-form-contact.blau.un input, .div-form-contact.blau.un select, .div-form-contact.blau.un textarea{
  background-color: #b2c1c7;
}

#et-boc .div-form-contact.rot._1.unfold input, .div-form-contact.rot._1.unfold select, .div-form-contact.rot._1.unfold textarea{
  background-color: #f1f2f5;
}

#et-boc .div-form-contact.rot input, .div-form-contact.rot select, .div-form-contact.rot textarea{
  height: 100%;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #f8bc9c;
  font-family: Suisseintl, sans-serif;
}

#et-boc .div-form-contact.blau input, .div-form-contact.blau select, .div-form-contact.blau textarea{
  height: 100%;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #aeb1d5;
  font-family: Suisseintl, sans-serif;
}

#et-boc .wpcf7-form-control-wrap.bildungsakteurin-389 {
    width: 4%;
    margin-top: 33px;
}

#et-boc input:focus-visible, textarea:focus-visible {
    outline: none;
}

#et-boc .wpcf7-form-control-wrap.previousryl, .wpcf7-form-control-wrap.adresstyp{
  margin-top: 3%;
}

#et-boc .previousryl input {
    margin-left: -6px;
}

#et-boc .wpcf7-select{
  width: 100%;
  height: 100%;
}

#et-boc .div-form-contact.textarea{
  height: 250px;
}

#et-boc .div-form-contact textarea{
  resize: none;
}

#et-boc #contact-form-studentin, #contact-form-school, #contact-form-company {
    padding-top: 0;
    padding-bottom: 5vw;
}

#et-boc .wpcf7-form-control.wpcf7-radio{
  float: right;
}

#et-boc .wpcf7 {
    margin-top: 15px;
}

#et-boc .flex-half-cont._11.unfold9._7.inspireleft {
  background-color: #b2c0c6;
}

#et-boc .flex-half-cont._11.unfold10.inspireright {
  background-color: #f3986b;
}

#et-boc .wpcf7-form .name-wrap, .wpcf7-form .email-wrap {
    width: 50%;
}

#et-boc .footer.w-input {
    margin-top: -10%;
}

#et-boc .div-form-contact .wpcf7-form-control-wrap {
    border-left: lightgray;
    border-left-style: solid;
    border-left-width: 1px;
}

#et-boc .w-layout-grid.grid-5.trainer {
    grid-template-columns: 1fr 1fr 1fr;
}

#et-boc .wpcf7-form-control.wpcf7-textarea{
  width: 100%;
}

#et-boc .standortlogo {
  width: 20%;
  float: left;
  padding: 1.5%;
}

#et-boc .full-bg-image.home.trainerausbildung{
  background-image:url('/wp-content/themes/ryl-vereine/images/trainer_background.jpg');
}

#et-boc .et_pb_text.text-container.logos.ueber{
    margin-bottom: 0px;
  }

#et-boc .heading-15._1.mitte.tilted.dark {
  color: #424256;
}

#et-boc #WebToLeadForm .div-form-contact input, #WebToLeadForm .div-form-contact select {
  font-size: 13px !important;
  width: 100% !important;
}

:root {
     color-scheme: light only;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: inline;
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block !important;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-small {
  display: block;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.paragraph-small.underline {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 12px;
  font-weight: 700;
}

.paragraph-small._2 {
  font-style: italic;
}

.paragraph-small._2.voc {
  color: #424256;
}

.paragraph-small.platz {
  margin-top: 20px;
}

.styleguide-header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roughmarker, sans-serif;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.paragraph-tiny {
  color: #424256;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: 0.6;
}

.section {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #424256;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.filtering-button {
  display: inline-block;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #50705b;
}

.button.filtering-button.filter {
  position: static;
  display: inline-block;
  width: 50%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #50705b;
}

.button.filtering-button.filter.artikelseite {
  display: inline-block;
  text-transform: none;
}

.button.filtering-button.schrift {
  font-size: 11px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  margin-top: 30px;
  opacity: 0.6;
}

.logo-image {
  display: block;
  width: auto;
  height: 12.5vh;
}

.intro-wrap {
  margin-top: 40vh;
  margin-bottom: 50px;
  padding-right: 0px;
}

.intro-wrap._2 {
  padding-right: 0px;
}

.intro-wrap._2.prof {
  margin-top: 35vh;
}

.intro-wrap.prof {
  margin-top: 35vh;
}

.intro-wrap.prof.spenden {
  margin-top: 47vh;
}

.intro-wrap.pod {
  margin-top: 25vh;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.footer {
  background-color: #fff;
  font-family: Suisseintl, sans-serif;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-form-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #424256;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-heading {
  margin-bottom: 30px;
}

.menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9000;
  width: 12.5vh;
  height: 12.5vh;
  max-height: 100px;
  max-width: 100px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #424256;
}

.menu.only-on-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.only-on-mobile {
  display: none;
}

.brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 8500;
  height: 12.5vh;
  margin-top: 5vh;
  margin-left: 10vw;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: opacity 200ms ease, -webkit-transform 600ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms ease, -webkit-transform 600ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 600ms cubic-bezier(.215, .61, .355, 1), opacity 200ms ease;
  transition: transform 600ms cubic-bezier(.215, .61, .355, 1), opacity 200ms ease, -webkit-transform 600ms cubic-bezier(.215, .61, .355, 1);
}

.brand.menu-brand {
  position: relative;
  margin-top: 0vh;
  margin-left: 0vw;
}

.brand._2 {
  margin-left: 5vw;
}

.menu-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5vh;
  height: 12.5vh;
  max-height: 100px;
  max-width: 100px;
  padding: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #424256;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
  cursor: pointer;
}

.menu-btn:active {
  padding: 31%;
  background-color: #18181c;
}

.menu-open-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.menu-close-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.menu-animation-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 50px;
  max-width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-animation-pic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.menu-animation-pic.malx {
  display: none;
}

.menu-list-cont {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 50vw;
  height: 100vh;
  background-color: transparent;
}

.menu-bg-flex {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-list-bg-stripe {
  width: 100%;
  height: 12.5vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1a1b1f;
}

.menu-list-bg-stripe.mlbs1 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs2 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs3 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs4 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs5 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs6 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs7 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs8 {
  background-color: #424256;
}

.menu-sec-close-trigger {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(26, 27, 31, 0.14);
  cursor: pointer;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.text-white {
  color: #fff;
}

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

.font-heading {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.p-big {
  font-size: 1.2rem;
}

.p-big.font-heading {
  font-family: Montserrat, sans-serif;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
  font-weight: 400;
}

.h1.font-body {
  font-family: Montserrat, sans-serif;
}

.bg-gray {
  background-color: #aeb0b5;
}

.bg-salmon {
  background-color: #f2d488;
}

.mb-1 {
  margin-bottom: 12px;
}

.font-body {
  font-family: 'Open Sans', sans-serif;
}

.text-small {
  font-size: 0.8rem;
  line-height: 1.4;
}

.text-gray {
  color: #aeb0b5;
}

.styles__section-label {
  margin-top: 4%;
  margin-bottom: 4%;
  padding-bottom: 8px;
  border-bottom: 1px dotted #212121;
  letter-spacing: 0em;
  text-transform: none;
}

.bg-dark {
  background-color: #1a1b1f;
  color: #fff;
}

.col {
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.col-lg-6 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col.col-lg-3 {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.btn {
  display: inline-block;
  margin-top: 12px;
  margin-right: 12px;
  padding: 8px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #212121;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: box-shadow 300ms ease-out, border-color 300ms ease-out;
  transition: box-shadow 300ms ease-out, border-color 300ms ease-out;
  color: #fff;
  text-decoration: none;
}

.btn:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.btn.btn-primary {
  border-color: transparent;
  background-color: #fecb4e;
}

.btn.btn-sm {
  padding: 5px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.8rem;
}

.btn.btn-secondary {
  border-color: #fecb4e;
  background-color: transparent;
  color: #212121;
}

.btn.btn-secondary.btn-light {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn.btn-secondary.btn-light:hover {
  box-shadow: inset 0 0 0 100px hsla(0, 0%, 100%, 0.15);
}

.btn.btn-light {
  background-color: #fff;
  color: #323a45;
}

.styles__color-swatch {
  width: 100%;
  height: 100px;
}

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

.card-body {
  position: relative;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mt-3 {
  margin-top: 48px;
}

.bg-light {
  background-color: #f3f3f3;
}

.mb-3 {
  margin-bottom: 48px;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bg-primary {
  background-color: #fecb4e;
}

.menu-logo-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 65vw;
  bottom: auto;
  width: 35vw;
  height: 12.5vh;
  margin-top: 5vh;
  padding-left: 10vw;
  background-color: #fcf3e7;
}

.menu-logo-wrap-end {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 12.5vh;
  height: 12.5vh;
  background-color: #fcf3e7;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.menu-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.flex-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-section.footer-enclose {
  display: block;
  min-height: 0vh;
}

.flex-section.hero-section {
  z-index: 10;
}

.flex-section.z9 {
  z-index: 9;
}

.flex-section.z8 {
  z-index: 8;
}

.flex-section.z7 {
  z-index: 7;
}

.flex-section.z6 {
  z-index: 6;
}

.flex-section.z5 {
  z-index: 5;
}

.flex-section._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  background-color: transparent;
}

.flex-section._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #96a89d;
}

.flex-section._2._7._1 {
  margin-top: 0px;
  background-color: #48715c;
}

.flex-section._2._7._1.gr-n {
  background-color: #536e5f;
}

.flex-section._2.spark {
  background-color: transparent;
}

.flex-section._4.auto.farbe {
  background-color: #f7e0d0;
}

.flex-section._8 {
  background-color: #3f4253;
}

.flex-section.logo {
  background-color: #2e3182;
}

.flex-section.logo.phineo {
  background-color: #324e96;
}

.flex-section.logo.unite {
  background-color: #505a68;
}

.flex-section.logo2 {
  background-color: #e99f9c;
}

.flex-section.logo2._2 {
  background-color: #dca19d;
}

.flex-section.logo2.orange {
  background-color: #dc774d;
}

.flex-section.reachlogo {
  background-color: #3a4357;
}

.flex-section.reachlogo._200 {
  background-color: #3b4255;
}

.flex-half-cont {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.flex-half-cont.first-flex {
  height: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.flex-half-cont.first-flex.pic-flex-half {
  height: auto;
  min-height: 100vh;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.flex-half-cont.first-flex.pic-flex-half._100 {
  height: auto;
}

.flex-half-cont.first-flex.guide {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.flex-half-cont.first-flex.guide._2 {
  min-height: 100vh;
  background-color: transparent;
}

.flex-half-cont.pic-flex-half {
  overflow: hidden;
  height: auto;
  min-height: 100vh;
}

.flex-half-cont.pic-flex-half.sticky-pic-flex {
  overflow: visible;
}

.flex-half-cont.triple-stack-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.flex-half-cont.triple-stack-cont.auto {
  height: auto;
}

.flex-half-cont.triple-stack-cont.auto.blog {
  width: auto;
  margin-top: 20px;
}

.flex-half-cont.triple-stack-cont.auto.blog._5._5px {
  margin-right: 5px;
  margin-left: 5px;
}

.flex-half-cont.triple-stack-cont.auto._2 {
  min-height: 100vh;
}

.flex-half-cont.white-flex {
  background-color: #fff;
}

.flex-half-cont._1 {
  background-color: #d7d8ea;
}

.flex-half-cont._2 {
  background-color: #e8c38f;
}

.flex-half-cont._2.edu {
  background-color: #e0f0e4;
}

.flex-half-cont._3 {
  background-color: #f7e0d0;
}

.flex-half-cont._4 {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block4_links.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.flex-half-cont._5 {
  background-color: #b5d2bc;
}

.flex-half-cont._6 {
  background-color: #dee0ed;
}

.flex-half-cont._6.reach {
  height: auto;
  min-height: 100vh;
  background-color: #f38f69;
}

.flex-half-cont._6.reach2 {
  background-color: #f8bc9b;
}

.flex-half-cont._6.reachvereine1 {
  height: auto;
  min-height: 100vh;
  background-color: #e0e1e5;
}

.flex-half-cont.dreieck {
  background-image: url('/wp-content/themes/ryl-vereine/images/block6_links-1.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.flex-half-cont.dreieck.guide {
  background-image: url('/wp-content/themes/ryl-vereine/images/6_Farbe_rechts.jpg');
}

.flex-half-cont.dreieck.start {
  height: auto;
  min-height: 100vh;
  background-image: url('/wp-content/themes/ryl-vereine/images/6_Farbe_links.jpg');
}

.flex-half-cont.dreieck.grow {
  background-image: url('/wp-content/themes/ryl-vereine/images/6_Farbe_rechts.jpg');
}

.flex-half-cont.dreieck.lead {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block6_Farbe_rechts.jpg');
}

.flex-half-cont.dreieck.spark {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block10_Farbe_links.jpg');
}

.flex-half-cont.dreieck.spark._1 {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block7_Farbe_links.jpg');
  background-position: 100% 50%;
}

.flex-half-cont.dreieck.unfold11 {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block8_farbe_rechts.jpg');
}

.flex-half-cont.dreieck.prof {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block6_links.jpg');
}

.flex-half-cont.dreieck.inspire {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block7_Farbe_links-1.jpg');
}

.flex-half-cont.dreieck.vision {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block7_Farbe_links_1.jpg');
}

.flex-half-cont.dreieck.unite {
  background-image: url('/wp-content/themes/ryl-vereine/images/Block6_Farbe_rechts-Kopie.jpg');
}

.flex-half-cont.dreieck.reach {
  height: auto;
  min-height: 100vh;
  background-image: url('/wp-content/themes/ryl-vereine/images/9_Farbe_rechts-Kopie.jpg');
}

.flex-half-cont.logo {
  height: auto;
  min-height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #344e95;
}

.flex-half-cont._11.sparkeasy4.reachonline{
  background-color: #344e95;
}

.logo2._2 .flex-half-cont.logo {
  background-color: #dca19d;
}

._1._2._3.sparkeasy.claim {
  font-family: SuisseIntl;
}

.flex-half-cont._11.reach.reachonline.mentor li::marker {
  color: #424256;
}

.dreieck.reach.reachonline .triple-stack-flex.edu.oben {
  margin-top: 10%;
}

.haken {
  margin-top: 5px;
  width: 24px;
  height: 24px;
}

.haken.mentee {
  margin-top: 25px;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.haken.mentor {
  width: 20px;
  height: 20px;
}

.mentee6 .text-container.txt-white {
  padding-top: 0px;
}

.mentee7 ._1._2._3.sparkeasy.reachonline {
  margin-bottom: 10%;
}

.menteetop {
  font-family: Suisseintlmono, sans-serif !important;
}

._1._2._3.sparkeasy.reachonline.top.white {
  padding-top: 30%;
  font-size: 30px;
  font-weight: lighter;
}

.text-block-5.start.reachonline {
  font-size: 30px;
}

.landing5 ._1._2._3.sparkeasy.reachonline {
  padding-top: 8%;
}

.flex-half-cont._11.sparkeasy4.reach1.reachonline {
  background-color: #ed713d;
}

.mentor2 .heading-16.sparkeasy {
  padding-bottom: 10%;
}

.landing1 .text-container.txt-white {
  padding-top: 3vw;
}

.landing2 ._1._2._3.sparkeasy.reachonline {
  padding-top: 5%;
}

.landing2 .heading-15.tilted.reachonline.grey.small {
  margin-left: 25%;
}

.buttonlink.top {
  margin-bottom: 10%;
}

.buttonlink a {
  padding-top: 5%;
  padding-bottom: 5%;
}

.text-block-5.reachonline {
  font-family: Suisseintl, sans-serif;
  font-size: 24px;
}

.employee-slider.reach.reachonline.w-slider {
  background-color: #7d89bb;
}

.heading-16.msg.sparkeasy.reach.reachonline.slider {
  text-align: inherit;
}

._1._2._3.sparkeasy.reachonline.top.white, .text-block-5.start.sparkeasy.reach.reachonline{
  color: #fff;
}

.flex-half-cont._12.reach1.green{
  background-color: #435348;
}

.heading-16.sparkeasy.lightblue, ._1._2._3.sparkeasy.lightblue, .flex-half-text-cont-spacer._2.lightblue, .heading-15.tilted.reachonline.lightblue {
  color: #d6d7eb !important;
}

.menteegreen .heading-16.sparkeasy, .menteegreen ._1._2._3.sparkeasy {
  color: #e0f0e5;
}

.green .a {
  width: 33%;
  color: #424256 !important;
  padding: 2%;
}

.green .div-block-12.unfold.reachonline {
  height: auto;
}

.green .flex-half-text-cont-spacer._2.lightblue {
  padding-bottom: 5%;
}

._1._2._3.sparkeasy.reachonline.top.white{
  padding-top:25%;
}

.flex-half-cont._12.sparkeasy3.reachonline.menteeblue {
  background-color: #aeb1d4;
}

.heading-15.tilted.reachonline.menteeblue{
  color: #aeb1d4;
}

.menteegreen .a {
  width: 33%;
  color: #424256 !important;
  font-weight: 400 !important;
  background-color: #fcdfcd;
}

.menteegreen .a.blau{
  background-color: #e1eee4;
}

.menteelightgreen .a {
  width: 33%;
  color: #424256 !important;
  font-weight: 400 !important;
  background-color: #fcdfcd;
}

.menteelightgreen .mentee7 .a {
  background-color: #f9bc9d;
}

.menteelightgreen .a.blau{
  background-color: #e1eee4;
}

.menteegreen .div-block-12.oben {
  margin-bottom: 5px;
}

.flex-half-cont._12.reach1.reachonline.menteelightgreen {
  background-color: #bcddca;
}

.menteelightgreen .dreieck .a {
  width: 100%;
  background-color: #bbb3ca;
}
.menteelightgreen .mentee7 .a.blau{
  background-color: #bbb3ca !important;
}

.div-block-12.dreieck.unten .a{
  background-color: transparent;
}

.div-block-12.dreieck.unten .a._1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
  position: relative;
  z-index: 0;
  overflow:hidden;
}
.div-block-12.dreieck.unten .a._1:before,
.div-block-12.dreieck.unten .a._1:after {
  content:"";
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: #bbb3ca;
}

.div-block-12.dreieck.unten{
  height: 15px;
}

.div-block-12.unfold.mentee7 {
  height: auto;
}

.div-block-12.unfold.mentee7 .a.blau {
  padding: 2%;
}

.div-block-12.dreieck.unten .a._1:before {
  top:0;
  left:0;
  transform: skewY(25deg);
  transform-origin: right;
  border-width: 0 0 1px 1px;
}
.div-block-12.dreieck.unten .a._1:after {
  top:0;
  right:0;
  transform: skewY(-25deg);
  transform-origin: left;
  border-width: 0 1px 1px 0;
}

.menteelightgreen .dreieck {
  margin-top: 0px;
  height: 30px;
}

.reachonline.dreieck .flex-half-text-cont-spacer._2.oben {
  padding-top: 10%;
}

.reachonline.dreieck .heading-16.sparkeasy {
  margin-bottom: 5%;
}

.dreieck li {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

.dreieck a {
  color: #424256;
}
.flex-half-cont.dreieck.reach.reachonline{
  background-image: url('/wp-content/themes/ryl-vereine/images/reach-online/landingpage/reachonline_dreieck.jpg');
}


.menteegreen .div-block-12 {
  height: 85px;
}
.heading-15.tilted.reachonline.grey.right {
  text-align: right;
}

.flex-half-cont._12.reach1.reachonline.menteegreen{
  background-color: #6e766b;
}

.heading-15._1._2.sparkeasy.reach.reachonline{
  color: #e99f9c;
}

.text-container.txt-white.reducedpadding {
  padding-right: 2vw;
}

.heading-15.tilted.reachonline{
  color: #e84519;
  text-align: right;
}
.heading-15.tilted.reachonline.white{
  color: #ffffff;
  text-align: right;
}

._1._2._3.sparkeasy.reachonline {
  padding-top: 0%;
  color: #424256;
}

.mentor4 .text-container .heading-15.tilted.reachonline.small {
  padding-bottom: 5%;
}

.mentor .heading-15.tilted.reachonline.grey.small {
  text-align: right;
  margin-right: 10%;
}

.green .heading-16.sparkeasy.lightblue {
  margin-bottom: 13%;
}

.green ._1._2._3.sparkeasy.lightblue {
  margin-top: 7%;
}

.mentor7 .heading-16.sparkeasy.orange {
  margin-bottom: 5%;
}

.mentor7 ._1._2._3.sparkeasy.reachonline {
  margin-top: 10%;
}

.mentor8 .heading-16.sparkeasy{
  margin-bottom: 10%;
}

.menteegreen ._1._2._3.sparkeasy.lightorange {
  margin-top: 8%;
}

.heading-15.tilted.reachonline.grey{
  color: #424256;
  text-align: center;
}

.flex-half-cont._11.sparkeasy4.reachonline.mentor2 {
  background-color: #faeceb;
}

.mentor2 .heading-15.tilted.reachonline.grey {
  font-size: 30px;
  line-height: 50px;
  padding-top: 5%;
}

.mentor3 .flex-half-text-cont-spacer {
  margin-top: 3px !important;
  margin-bottom: 5%;

}

.heading-15.tilted.reachonline.small {
  font-size: 30px;
  line-height: 50px;
}

.flex-half-cont._11.reach.reachonline.mentor3 {
  background-color: #acd4ba;
}

.heading-15.tilted.reachonline.lightorange, ._1._2._3.sparkeasy.lightorange{
  color: #f7bc9b;
}

.lightorange{
  color: #f7bc9b;
  text-align: left;
}

.sparkeasy.orange{
  color: #e84617;
}

.flex-half-cont._10.sparkeasy1.reach.reachonline.mentee, .flex-half-cont._11.reach.reachonline.mentor{
  background-color: #eeb4b0;
}

.onlinebuttonstack .button-2.guide.w-button{
  font-size: 30px;
}

@media screen and (max-width: 991px) {
    .text-container.float-bottom.txt-white.overlay.reachonline.mentor4{
      top:58% !important;
  }
}

@media screen and (max-width: 767px) {

  }

@media screen and (max-width: 479px) {
  .triple-stack-flex.edu.onlinebuttonstack .big-icon.pfeil.gro {
    display: none !important;
  }
}

  @media screen and (min-width: 1920px){
    .text-block-5.reachonline, ._1._2._3.sparkeasy.reachonline.top.white {
      font-size: 28px;
    }
    .heading-17.tilted.small, .heading-15.tilted.reachonline.small, .mentor2 .heading-15.tilted.reachonline.grey, .onlinebuttonstack .button-2.guide.w-button{
      font-size: 43px;
    }
}
  @media screen and (min-width: 1440px){
    .text-block-5.reachonline, ._1._2._3.sparkeasy.reachonline.top.white {
      font-size: 26px;
    }
    .heading-17.tilted.small, .heading-15.tilted.reachonline.small, .mentor2 .heading-15.tilted.reachonline.grey, .onlinebuttonstack .button-2.guide.w-button{
      font-size: 38px;
    }
    .text-container.float-bottom.txt-white.overlay.reachonline.mentor4{
      top:62% !important;
    }
}

.green .a.blau._1, .green .a.blau._2, .green .a.blau._3 {
  font-weight: 400;
}

.green .oben .a {
  font-family: Suisseintlmono, sans-serif;
  font-weight: 400;
  text-align: left;
}

.onlinebuttoncontainer{
  width:100%;
  height:100%;
}

.onlinebuttonstack{
  margin:auto;
  justify-content: center;
  align-items: center !important;
  height: 100%;
  display: flex;
}

.onlinebuttonstack.twobuttons{
  flex-direction: column;
  font-size: 30px;
}

.onlinebuttonstack.twobuttons .button-2.guide.w-button{
  font-size: 25px;
}

.onlinebuttonstack .button-2.guide.w-button {
  color: #d6d7eb;
}

.heading-17.tilted.small {
  font-size: 30px;
  color: #d6d7eb;
}

.flex-half-text-cont-spacer._2.whiteoverlay.lightgrey{
  color: #d6d7eb !important;
}

.text-container.float-bottom.txt-white.overlay.reachonline.mentor4{
  left: 20%;
  top: 65%;
  padding-right: 3vw;
}

.flex-half-cont._10 {
  height: auto;
  min-height: 100vh;
  background-color: #e1eff8;
}

.flex-half-cont._10.guide1 {
  background-color: #d3552c;
}

.flex-half-cont._10.start1 {
  background-color: #2e3182;
}

.flex-half-cont._10.sparkeasy1 {
  background-color: #5d6cab;
}

.flex-half-cont._10.sparkeasy1.reach {
  background-color: #f7bc9b;
}

.flex-half-cont._10.sparkeasy1.reachvereine {
  background-color: #f8bc9b;
}

.flex-half-cont._10.lead1 {
  background-color: #505a68;
}

.flex-half-cont._10.grow._1 {
  background-color: #2e3282;
}

.flex-half-cont._10.unfold1 {
  background-color: #1f3f4e;
}

.flex-half-cont._10.inspire1 {
  background-color: #ef723f;
}

.flex-half-cont._10.share {
  background-color: #badff5;
}

.flex-half-cont._10.share._100 {
  height: auto;
}

.flex-half-cont._10.vision1 {
  background-color: #455b6b;
}

.flex-half-cont._10.unite {
  background-color: #b98b4b;
}

.flex-half-cont._11 {
  height: auto;
  min-height: 100vh;
  background-color: #e1eff8;
  color: #1a1b1f;
}

.flex-half-cont._11.guide2 {
  min-height: 100vh;
  background-color: #ebb090;
}

.flex-half-cont._11.start2 {
  background-color: #c9a16e;
}

.flex-half-cont._11.sparkeasy4 {
  background-color: #fddfce;
}

.flex-half-cont._11.sparkeasy4._2 {
  background-color: #f5dad7;
}

.flex-half-cont._11.sparkeasy4._1 {
  background-color: #c9c9c7;
}

.flex-half-cont._11.sparkeasy4.reach1 {
  background-color: #f3986a;
}

.flex-half-cont._11.sparkeasy4.reachvereine1 {
  background-color: #8794bc;
}

.flex-half-cont._11.grow2 {
  background-color: #f9c9b0;
}

.flex-half-cont._11.lead2 {
  background-color: #f8ae8b;
}

.flex-half-cont._11.sparkeasy5 {
  background-color: #d6d7eb;
}

.flex-half-cont._11.sparkeasy6 {
  background-color: #bfc1dc;
}

.flex-half-cont._11.sparkeasy7 {
  background-color: #fee6d6;
}

.flex-half-cont._11.sparkeasy7.platzunten {
  padding-bottom: 5vw;
}

.flex-half-cont._11.unfold4 {
  background-color: #c6ccd0;
}

.flex-half-cont._11.unfold5 {
  background-color: #fcdfcd;
}

.flex-half-cont._11.unfold8 {
  background-color: #e0e6e7;
}

.flex-half-cont._11.unfold9 {
  background-color: #b2c0c6;
}

.flex-half-cont._11.unfold10 {
  background-color: #f2e4d1;
}

.flex-half-cont._11.inspire {
  background-color: #f3986b;
}

.flex-half-cont._11.share {
  background-color: tan;
}

.flex-half-cont._11.vision {
  background-color: #d8dfe3;
}

.flex-half-cont._11.vision1 {
  background-color: #fcdfcd;
}

.flex-half-cont._11.vision2 {
  background-color: #f4996b;
}

.flex-half-cont._11.unite {
  background-color: #d3b58c;
}

.flex-half-cont._11.reach.mentee._6 {
  background-color: #3399ff;
}

.flex-half-cont._11.reach.ffdd {
  background-color: #fddfce;
}

.flex-half-cont._11._110 {
  min-height: 110vh;
}

.flex-half-cont._12 {
  height: auto;
  min-height: 100px;
  background-color: #dddee0;
}

.flex-half-cont._12.guide1 {
  min-height: 100vh;
  background-color: #e1eff8;
}

.flex-half-cont._12.start {
  min-height: 100vh;
  background-color: #acacce;
}

.flex-half-cont._12.sparkeasy2 {
  background-color: #f8bc9b;
}

.flex-half-cont._12.sparkeasy3 {
  background-color: #e0f0e5;
}

.flex-half-cont._12.lead2 {
  background-color: #d6d7dc;
}

.flex-half-cont._12.unfold2 {
  background-color: #f3e5d1;
}

.flex-half-cont._12.unfold3 {
  background-color: #f8bc9c;
}

.flex-half-cont._12.inspire2 {
  background-color: #c6cdd1;
}

.flex-half-cont._12.inspire3 {
  background-color: #f3e5d1;
}

.flex-half-cont._12.share {
  background-color: #f7ab8d;
}

.flex-half-cont._12.unite1 {
  min-height: 100vh;
  background-color: #cdcee2;
}

.flex-half-cont._12.unite3 {
  background-color: #f7ab8d;
}

.flex-half-cont._12.vision12 {
  background-color: #b2c0c7;
}

.flex-half-cont._12.reach {
  background-color: #f6dbd8;
}

.flex-half-cont._12.reach1 {
  background-color: #d6d7eb;
}
.flex-half-cont._12.reach1.onlinereach {
  background-color: #BCE18D;
}

.flex-half-cont._12.reach2 {
  background-color: #f7bc9b;
}

.flex-half-cont._12.reachvereine2 {
  background-color: #fddfce;
}

.flex-half-cont._12.reachverine3 {
  background-color: #afb3bb;
}

.flex-half-cont._12.reachvereine {
  min-height: 100vh;
  background-color: #7e8782;
}

.flex-half-cont._14 {
  background-color: #d1e7f4;
}

.flex-half-cont._14.guide2 {
  background-color: #acafb6;
}

.flex-half-cont._14.start3 {
  height: auto;
  min-height: 100vh;
  background-color: #d3d6e7;
}

.flex-half-cont._14.lead3 {
  background-color: #d3b48c;
}

.flex-half-cont._14.grow2 {
  background-color: #d3b48c;
}

.flex-half-cont._14.prof {
  background-color: #b9bcc4;
}

.flex-half-cont._14.share2 {
  height: auto;
  min-height: 100vh;
  background-color: #9a9cc5;
}

.flex-half-cont._14.unite2 {
  height: auto;
  min-height: 100vh;
  background-color: #c5c9ce;
}

.flex-half-cont.eins {
  height: auto;
  min-height: 100vh;
  background-color: #f0e5d3;
}

.flex-half-cont.zwei {
  background-color: #b7c1c3;
}

.flex-half-cont.zwei.first {
  height: auto;
  min-height: 100vh;
}

.flex-half-cont._20 {
  background-color: #f0e5d3;
}

.flex-half-cont._20.first {
  height: auto;
  min-height: 100vh;
}

.flex-half-cont.voc {
  height: auto;
  min-height: 100vh;
  background-image: url('/wp-content/themes/ryl-vereine/images/Blcok4_links.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.flex-half-cont.bot11 {
  background-color: #d4d5da;
}

.flex-half-cont.bot22 {
  background-color: #f3e2c8;
}

.flex-half-cont._30 {
  background-color: transparent;
}

.flex-half-cont._33 {
  background-color: #eab7a2;
}

.flex-half-cont.grey {
  background-color: #b3b8c4;
}

.flex-half-cont.podcast1 {
  background-color: #ef713f;
}

.flex-half-cont.podcast2 {
  background-color: #c5ccd0;
}

.flex-half-cont.jobs1 {
  background-color: #ffd8ae;
}

.flex-half-cont.jobs2 {
  background-color: #b8c4bf;
}

.flex-half-cont._200.ueberuns {
  height: auto;
  min-height: 100vh;
}

.flex-half-cont._200.ueberuns.gross {
  min-height: 120vh;
}

.flex-half-cont._200.ueberuns.gross._100 {
  min-height: 100vh;
}

.text-container {
  position: relative;
  padding: 5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0px;
}

.text-container.hero-text-container {
  min-height: 100vh;
  padding-right: 10vw;
  padding-left: 10vw;
}

.text-container.tc-tight-fit {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.text-container.tc-tight-fit.fest {
  padding-right: 2vw;
  padding-left: 2vw;
}

.text-container.footer-text-cont {
  padding: 2vw;
}

.text-container.footer-text-cont.txt-center {
  margin-right: 0vw;
}

.text-container.float-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.text-container.float-bottom.txt-white {
  color: #424256;
}

.text-container.float-bottom.txt-white.dat {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 100px;
  padding-bottom: 30vw;
}

.text-container.float-bottom.txt-white.dat.blog.vereine {
  z-index: auto;
}

.text-container.float-bottom.txt-white.up {
  padding-bottom: 10vw;
}

.text-container.float-bottom.txt-white.vision {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10vw;
}

.text-container.float-bottom.txt-white.vision.hoher {
  padding-top: 5vw;
}

.text-container.float-bottom.txt-white.unfold {
  left: auto;
  top: auto;
  right: 4%;
  bottom: 14%;
}

.text-container.float-bottom.txt-white.jobs {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.text-container.float-bottom.txt-white.mitte {
  display: none;
}

.text-container.float-bottom.txt-white {
  color: #fff;
}

.text-container.float-bottom.txt-white.reach {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.text-container.float-bottom.txt-white.reach.rechts {
  padding-left: 10vw;
}

.text-container._1._2 {
  padding-top: 0vw;
}

.text-container._1.unten {
  padding-top: 0vw;
}

.text-container._1.neu {
  padding-bottom: 2vw;
}

.text-container._1.neu._17 {
  background-color: #fddfce;
}

.text-container._1.platzunten {
  padding-bottom: 10vw;
}

.text-container._1.platzunten.neu {
  padding-bottom: 41vw;
}

.text-container.personen {
  width: 100%;
  height: 100%;
  padding: 0vw;
}

.text-container.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-container.utnenguide {
  padding-top: 27vw;
  padding-bottom: 10vw;
}

.text-container.gf {
  padding-bottom: 12vw;
}

.text-container.utnenguide.h-her {
  padding-top: 27vw;
  padding-bottom: 10vw;
}

.text-container.utnenguide.reachvereine {
  padding-top: 10vw;
}

.text-container.utnenguide.tiefer {
  padding-top: 40vw;
  padding-bottom: 7vw;
}

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

.text-container.left.imp {
  padding-top: 10vw !important;
}

.text-container.platz {
  padding-bottom: 10vw;
}

.page-subheading {
  margin-bottom: 30px;
  font-family: Suisseneue, sans-serif;
  color: #d3552c;
  font-size: 80px;
  line-height: 1.2;
  font-weight: 500;
}

.page-subheading._2 {
  margin-right: 0px;
  font-family: Suisseintlmono, sans-serif;
  color: #abd4ba;
  font-size: 50px;
}

.page-subheading._4 {
  color: #fff;
}

.page-subheading._4.beige {
  color: #fcf3e7;
}

.page-subheading._4.spenden {
  color: #e96431;
}

.page-subheading._4.beige.staat {
  font-size: 80px;
  line-height: 100px;
}

.page-subheading._4.spenden.staat {
  font-size: 80px;
  line-height: 100px;
}

.page-subheading.voc {
  font-family: Suisseintl, sans-serif;
  color: #fcf3e7;
  font-size: 40px;
  font-weight: 400;
}

.page-subheading.startseite.home {
  font-size: 70px;
}

.bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover;
  object-position: top;
}

.bg-image.animate-bg {
  color: #3a4358 !important;
}

.bg-image.animate-bg._8.sparkeasy2.mobil {
  display: none;
}

.bg-image.animate-bg._9.reach2.mobil {
  display: none;
}

.bg-image.animate-bg.voc {
  width: 100%;
}

.bg-image.animate-bg.bot12.mobile {
  display: none;
}

.section-preheading {
  display: none;
  font-size: 18px;
}

.accordion {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.accordion.js-accordion.oben {
  margin-top: 20px;
}

.accordion.js-accordion.oben.platzunten {
  padding-bottom: 5vw;
}

.accordion.js-accordion.oben.platzunten._2 {
  padding-bottom: 5vw;
}

.accordion.js-accordion.untenplatz {
  margin-bottom: 5vw;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-header.js-accordion-header {
  background-color: rgba(52, 78, 149, 0.7);
  opacity: 1;
  cursor: pointer;
}

.accordion-header.js-accordion-header._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e9a09c;
}

.accordion-header.js-accordion-header._2.voc2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #b2c2c0;
}

.accordion-header.js-accordion-header._2.voc3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #9da1ac;
}

.accordion-header.js-accordion-header._2.voc4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #628893;
}

.accordion-header.js-accordion-header._2.voc4.vis {
  background-color: #ef723f;
}

.accordion-header.js-accordion-header._2.reach2 {
  background-color: #adb1d5;
}

.accordion-header.js-accordion-header._2.reach3 {
  background-color: #999c96;
}

.accordion-header.js-accordion-header.voc1 {
  background-color: #f4976b;
}

.accordion-header.js-accordion-header.bot1 {
  background-color: #b4b8c3;
}

.accordion-header.js-accordion-header.jan {
  background-color: #d3552c;
}

.accordion-header.js-accordion-header.reach1 {
  background-color: #e99f9c;
}

.accordion-header.js-accordion-header.inspire2 {
  background-color: #8aa2ac;
}

.accordion-header.js-accordion-header.spenden1 {
  background-color: #b3b8c4;
}

.accordion-header.js-accordion-header.spenden2 {
  background-color: #ffb29b;
}

.accordion-header.js-accordion-header.spenden3 {
  background-color: #dce3de;
}

.accordion-header.js-accordion-header.spenden4 {
  background-color: #f4cf9f;
}

.accordion-header.js-accordion-header.spenden5 {
  background-color: #d4d5da;
}

.accordion-header.js-accordion-header.vereine {
  background-color: #ef713f;
}

.question-text {
  margin-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.question-text.question-heading {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 700;
}

.question-text.question-heading._1 {
  font-family: Suisseintlmono, sans-serif;
  font-size: 18px;
}

.question-text.question-heading._1.voc {
  color: #424256;
}

.question-text.question-heading._1.voc.vis {
  font-family: Suisseintl, sans-serif;
}

.question-text.question-heading._1.reach {
  font-size: 20px;
  font-weight: 700;
}

.question-text.question-heading.jobs {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-size: 20px;
  font-weight: 500;
}

.question-text.rechts {
  margin-left: 20px;
  color: #1a1b1f;
}

.question-text.rechts.custom {
  margin-left: 33px;
}

.question-text.rechts.custom3 {
  margin-left: 33px;
}

.question-text.rechts.custom2 {
  margin-left: 22px;
}

.question-text.bot1 {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-weight: 500;
}

.accordion-body {
  display: block;
  margin-top: 5px;
  padding: 20px 20px 20px 40px;
  background-color: #f3f3f3;
}

.accordion-body.js-accordion-body {
  background-color: rgba(52, 78, 149, 0.4);
}

.accordion-body.js-accordion-body._2 {
  background-color: rgba(233, 160, 156, 0.4);
}

.accordion-body.js-accordion-body._2.voc2 {
  background-color: #b2c2c0;
}

.accordion-body.js-accordion-body._2.voc3 {
  background-color: #9da1ac;
}

.accordion-body.js-accordion-body._2.voc4 {
  background-color: #628893;
}

.accordion-body.js-accordion-body._2.voc4.vis {
  background-color: #ef723f;
}

.accordion-body.js-accordion-body._2.reach2 {
  background-color: #adb1d5;
}

.accordion-body.js-accordion-body._2.reach3 {
  background-color: #999c96;
}

.accordion-body.js-accordion-body.voc1 {
  background-color: #f4976b;
}

.accordion-body.js-accordion-body.bot1 {
  padding-left: 20px;
  background-color: #d4d5da;
}

.accordion-body.js-accordion-body.jan {
  background-color: #fecb4e;
}

.accordion-body.js-accordion-body.reach1 {
  background-color: #e99f9c;
}

.accordion-body.js-accordion-body.inspire2 {
  background-color: #c6ccd1;
}

.accordion-body.js-accordion-body.spenden1 {
  background-color: #b3b8c4;
}

.accordion-body.js-accordion-body.spenden2 {
  background-color: #ffb29b;
}

.accordion-body.js-accordion-body.spenden3 {
  background-color: #dce3de;
}

.accordion-body.js-accordion-body.spenden4 {
  background-color: #f4cf9f;
}

.accordion-body.js-accordion-body.spenden5 {
  background-color: #d4d5da;
}

.accordion-body.js-accordion-body.vereine {
  background-color: #ef713f;
}

.accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  text-decoration: none;
}

.button-basic {
  position: relative;
  display: inline-block;
  margin-left: -40px;
  padding-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.button-basic.dark-bg-button {
  color: #fff;
}

.button-stripe {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fecb4e;
}

.button-line {
  width: 40px;
  height: 40px;
  border-left: 1px solid #1a1b1f;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.button-line.light-line {
  border-left-color: #fff;
}

.button-text {
  position: relative;
  font-weight: 500;
}

.button-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-stripe-end {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30%;
  height: 100%;
  background-color: #fecb4e;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.menu-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100vh;
  padding-top: 25vh;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-list-link {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
}

.menu-list-link:hover {
  color: #fff;
  text-decoration: underline;
}

.menu-list-link:active {
  color: #fcf3e7;
}

.menu-list-link.w--current {
  padding-left: 15px;
  border-left: 1px solid #fcf3e7;
}

.menu-list-link.w--current:active {
  color: #fcf3e7;
}

.menu-list-link.mll-small {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 16px;
}

.menu-list-link.mll-small.mll-dropdown-link {
  width: 100%;
  margin-right: 0px;
  padding: 6px 15px;
  font-size: 14px;
}

.menu-list-link.mll-small.mll-dropdown-link.w--current {
  color: #fff;
}

.menu-list-link.mll-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
}

.menu-list-link.mll-desktop.w--current {
  border-bottom: 1px solid #fff;
  border-left-style: none;
}

.menu-list-link.mll-desktop.mll-dropdown {
  width: auto;
  padding: 0px;
  color: #fff;
}

.menu-list-link.mll-desktop.mll-dropdown.fest {
  width: 23%;
}

.menu-list-link.mll-desktop.inv {
  display: none;
}

.main-links {
  position: relative;
  width: 100%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.secondary-links {
  position: relative;
  max-width: 500px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.social-media-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.social-media-link-box {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.triple-stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.triple-stack._1 {
  background-color: #f1c287;
  background-image: none;
}

.triple-stack._1.fest {
  width: 100%;
}

.triple-stack._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e59d74;
}

.triple-stack._2.fest {
  width: 100%;
}

.triple-stack._3 {
  background-color: #d4d5db;
}

.triple-stack._3.fest {
  width: 100%;
}

.triple-stack-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.triple-stack-flex._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.triple-stack-flex._2.podcast123 {
  margin-top: 50px;
}

.triple-stack-flex.guide {
  margin-top: 50px;
}

.triple-stack-flex.guide.vereine {
  margin-top: 0px;
}

.triple-stack-flex.guide.vereine._2 {
  margin-top: 10px;
  margin-bottom: 5vw;
  padding-bottom: 0vw;
}

.triple-stack-flex.podcast1 {
  margin-top: 40px;
}

.triple-stack-flex.podcast {
  margin-top: 15px;
}

.triple-stack-flex.edu {
  margin-top: 10px;
}

.triple-stack-flex.edu.oben.untenplatz {
  margin-top: 20px;
  padding-bottom: 5vw;
}

.big-icon {
  width: auto;
  height: 35px;
  margin-top: 15px;
  margin-right: 25px;
}

.big-icon.pfeil {
  display: block;
  height: 40px;
  margin-top: 0px;
  margin-right: 35px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.big-icon.pfeil.gro {
  height: 40px;
}

.big-icon.pfeil.gro.zwei {
  margin-left: 35px;
}

.hide {
  display: none;
}

.employee-slider {
  overflow: hidden;
  height: auto;
  max-width: 50vw;
  min-height: 100vh;
  background-color: #bea273;
}

.employee-slider._2 {
  background-color: #fbd6c5;
}

.employee-slider.start {
  background-color: #ddeff9;
}

.employee-slider.lead {
  background-color: #a8d8f2;
}

.employee-slider.grow {
  background-color: #d7d6e5;
}

.employee-slider.spark {
  background-color: #adb0aa;
}

.employee-slider.unfold {
  background-color: #f3e5d1;
}

.employee-slider.share {
  background-color: #b7bbc3;
}

.employee-slider.unite {
  background-color: #badff5;
}

.employee-slider.reach {
  background-color: #f3986a;
}
.employee-slider.reach.mentee {
  background-color: #558e44;
}

.employee-slider._200.vereine {
  background-color: #fddfce;
}

.employee-slider._200.gross {
  min-height: 120vh;
}

.employee-slider._200.gross._100 {
  min-height: 100vh;
}

.employee-slide-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.employee-slide-cont.bottom01 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.employee-slide-cont.bottom01._200.ueberuns {
  height: 100vh;
  margin-top: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.employee-slide-cont.bottom01._200.ueberuns.akt {
  height: 1000px;
}

.employee-slide-cont.bottom01._200.ueberuns.gross {
  height: 1000px;
}

.es-photo-cont {
  position: relative;
  width: 60%;
  height: 500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 14px;
  border-color: #e2e2e2;
}

.employee-mask {
  overflow: visible;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.employee-name {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Amstirdamending, sans-serif;
  color: #1a1b1f;
  font-size: 55px;
  text-align: center;
}

.slide-arrow {
  color: #1a1b1f;
}

.slide-arrow.sa-right {
  width: 15vw;
}

.slide-arrow.sa-left {
  width: 15vw;
}

.employee-text-cont {
  width: 80%;
  height: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer {
  overflow: hidden;
  background-color: #f7f6f1;
}

.footer-row {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.footer-row.fr-first-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-row.fr-second-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-row.fr-last-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hor-line {
  width: 100%;
  height: 1px;
  background-color: #f3f3f3;
}

.email-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.name-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-link-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.mail-link {
  padding-left: 25px;
  background-image: url('/wp-content/themes/ryl-vereine/images/icons8-email-send.svg');
  background-position: 0% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.mail-link:hover {
  text-decoration: underline;
}

.footer-social-media-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.full-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/ryl-vereine/images/Titelbild-Kopie.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.full-bg-image.home {
  background-image: url('/wp-content/themes/ryl-vereine/images/Titelbildneu_1.jpg');
}

.full-bg-image.prof {
  background-image: url('/wp-content/themes/ryl-vereine/images/Titelbild_1.jpg');
}

.full-bg-image.spenden {
  background-image: url('/wp-content/themes/ryl-vereine/images/spendenheader.jpg');
}

.full-bg-image.voc {
  background-image: url('/wp-content/themes/ryl-vereine/images/Titelbild.jpg');
}

.full-bg-image.podcast {
  background-image: url('/wp-content/themes/ryl-vereine/images/Podcasttitel-Kopie.jpg');
}

.snap-container {
  position: relative;
  display: block;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sticky-bg-cont {
  position: absolute;
  left: 0%;
  top: -100vh;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 200vh;
}

.sticky-pic-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  height: 100vh;
}

.lottie-text {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
  display: none;
  width: 60%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.style-guide-text-field {
  margin-bottom: 25px;
}

.style-guide-textstyle-heading {
  font-size: 4.4rem;
}

.headings {
  font-family: Montserrat, sans-serif;
}

.bg-blue {
  background-color: #4253ff;
}

.section-arrow-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12.5vh;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-arrow-wrap.footer-top-arrow {
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-arrow-wrap.front {
  z-index: 9999;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-arrow-lb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_down.png') !important;
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  text-decoration: none !important;
}

.section-arrow-lb:hover {
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_down.png');
  color: #fecb4e;
}

.section-arrow-lb:active {
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
  color: #fecb4e;
}

.section-arrow-lb.w--current {
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_down.png');
}

.section-arrow-lb.bright {
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_down_white.png');
  color: #fff;
}

.section-arrow-lb.bright:hover {
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_down_white.png');
  color: #fecb4e;
}

.section-arrow-lb.footer-section-arrow-lb {
  width: 60px;
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_up.png');
  color: #424256;
}

.section-arrow-lb.footer-section-arrow-lb:hover {
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_up.png');
}

.section-arrow-lb.footer-section-arrow-lb:active {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.section-arrow-lb.footer-section-arrow-lb.inv {
  display: none;
}

.flex-half-text-cont-spacer {
  width: 100%;
  height: 12.5vh;
  margin-top: 10px !important;
  font-family: Suisseintl, sans-serif;
  color: #424256 !important;
  font-size: 14px;
}

.flex-half-text-cont-spacer._1 {
  height: auto;
  font-size: 16px;
  font-weight: 400;
}

.flex-half-text-cont-spacer._1._2 {
  font-size: 14px;
}

.flex-half-text-cont-spacer._1._2._3 {
  margin-top: 30px;
}

.flex-half-text-cont-spacer._1._2._3._4 {
  font-size: 14px;
  font-weight: 400;
}

.flex-half-text-cont-spacer._1._2._3._4._5 {
  display: inline;
  height: auto;
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-half-text-cont-spacer._1._2._3._4._5.oben {
  display: inline;
  margin-top: 20px;
}

.flex-half-text-cont-spacer._1._2._3._4._5.oben.zeile {
  display: block;
}

.flex-half-text-cont-spacer._1._2._3._4._5.zeile {
  display: block;
}

.flex-half-text-cont-spacer._1._2._3._4._5.jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-half-text-cont-spacer._1._3 {
  margin-top: 20px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
  font-weight: 500;
}

.flex-half-text-cont-spacer._1._3.breite.nicht-dick.kurz {
  margin-top: 5px;
}

.flex-half-text-cont-spacer._1._3.breite.nicht-dick.kurz._5vw {
  margin-bottom: 5px;
}

.flex-half-text-cont-spacer._1._3.nicht-dick {
  font-weight: 400;
}

.flex-half-text-cont-spacer._1._3.nicht-dick.links {
  text-align: left;
}

.flex-half-text-cont-spacer._1._3.nicht-dick.links._5px {
  margin-right: 5px;
  margin-left: 5px;
}

.flex-half-text-cont-spacer._2 {
  height: auto;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  text-align: left;
}

.flex-half-text-cont-spacer._2.imp {
  margin-top: 50px;
}

.flex-half-text-cont-spacer._2.imp.kurz {
  margin-top: 10px;
}

.flex-half-text-cont-spacer._2.b {
  width: auto;
  background-color: transparent;
  text-align: left;
}

.flex-half-text-cont-spacer._2._3 {
  margin-top: 20px;
}

.flex-half-text-cont-spacer._2.podcast1 {
  margin-top: 50px;
}

.flex-half-text-cont-spacer._2.oben {
  width: 100%;
  margin-top: 20px;
}

.flex-half-text-cont-spacer._2.oben.auto {
  width: auto;
  margin-right: 15px;
}

.flex-half-text-cont-spacer._2.reachgrid {
  text-align: center;
}

.flex-half-text-cont-spacer._2.reachgrid.fett {
  font-size: 15px;
  font-weight: 700;
}

.flex-half-text-cont-spacer._2.kurz {
  margin-top: 0px;
}

.flex-half-text-cont-spacer._2.dick {
  margin-bottom: 10px;
  font-weight: 600;
}

.flex-half-text-cont-spacer._2.unten {
  margin-bottom: 10px;
}

.flex-half-text-cont-spacer._2.unten._3 {
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #424256;
  text-decoration: none;
}

.flex-half-text-cont-spacer.bot {
  font-family: Suisseneue, sans-serif;
  color: #fff;
}

.spacer-30 {
  height: 30px;
}

.menu-desktop-open-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-desktop-close-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.menu-list-desktop {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 12.5vh;
  max-height: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #1a1b1f;
}

.text-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dropdown.w--open {
  background-color: #18181c;
}

.dropdown-list {
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #18181c;
  color: #fff;
}

.dropdown-list-end {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  background-color: #18181c;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.dropdown-text {
  position: relative;
}

.menu-list-desktop-inner-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 12.5vw;
  padding-right: 17.5vh;
  padding-left: 12.5vw;
}

.back-to-top-fullscreen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-to-top-chevron {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -5%;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fecb4e;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block._2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block._2.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block._3 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block._3.hom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block._3.hom.home {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 17%;
}

.div-block.obenlinks {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.heading {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d3552c;
  font-size: 80px;
  font-weight: 700;
}

.heading.podcast {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roughmarker, sans-serif;
  color: #f2e4d0;
  font-size: 100px;
  line-height: 160px;
  font-weight: 400;
}

.heading.podcast.mobile {
  display: none;
}

.heading-2 {
  margin-bottom: 30px;
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-size: 35px;
  line-height: 45px;
}

.text-block-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  display: block;
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
  font-weight: 400;
}

.heading-3 {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-size: 30px;
}

.heading-3.klein {
  margin-top: 0px;
  line-height: 30px;
  text-align: left;
}

.heading-4 {
  font-family: Suisseneue, sans-serif;
  color: #424256;
}

.heading-5 {
  font-family: Suisseneue, sans-serif;
  color: #424256;
}

.heading-6 {
  margin-bottom: 30px;
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-size: 35px;
  line-height: 45px;
}

.text-block-3 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
}

.text-block-3.footer {
  margin-right: -2vw;
  margin-left: 0vw;
}

.text-block-3.footer.platz {
  margin-top: 10px;
  margin-right: -2vw;
  margin-left: 0vw;
}

.link-block {
  text-decoration: none;
}

.link-block:hover {
  text-decoration: underline;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2:hover {
  text-decoration: underline;
}

.link-block-2.non:hover {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3:hover {
  text-decoration: underline;
}

.link-block-3.non:hover {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-4:hover {
  text-decoration: underline;
}

.field-label {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
  text-transform: capitalize;
}

.field-label-2 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
  text-transform: capitalize;
}

.heading-7 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 700;
}

.heading-8 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.heading-9 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.heading-9:hover {
  text-decoration: none;
}

.heading-10 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.heading-10:hover {
  text-decoration: none;
}

.heading-11 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.heading-12 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.button-2 {
  margin-top: 0px;
  padding: 12px 25px;
  background-color: #424256;
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
  text-align: center;
}

.button-2:hover {
  color: #fff;
}

.button-2._10 {
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 0px;
  line-height: 1;
}

.button-2.guide {
  color: #fff;
  font-size: 14px;
}

.button-2.home {
  font-size: 12px;
}

.button-2.home.mobilesmall {
  width: 250px;
}

.button-2.podcast {
  width: 230px;
}

.button-2.podcast.farbe1 {
  background-color: #f8bc9c;
  color: #424256;
  font-weight: 600;
}

.button-2.podcast.farbe2 {
  background-color: #608894;
  color: #424256;
  font-weight: 600;
}

.button-2.podcast.farbe3 {
  background-color: #f3e5d1;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.button-2.podcast.farbe4 {
  background-color: #b4c1c3;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.button-2.vereine {
  width: 211px;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  margin-left: 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Amstirdam, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 1.2;
}

.paragraph._2 {
  margin-top: 300px;
  margin-bottom: 0px;
  margin-left: 150px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #424256;
  font-size: 150px;
  line-height: 1;
}

.paragraph._2._3 {
  margin-left: 100px;
  font-family: Amstirdam, sans-serif;
}

.paragraph._2._3.home.etwasrunter {
  margin-top: 500px;
}

.paragraph._2._3.home.etwasrunter.kleiner {
  margin-top: 250px;
  font-size: 115px;
}

.paragraph._3 {
  margin-top: 200px;
  margin-left: 150px;
}

.paragraph._3.home {
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.paragraph._3.home.tilted {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.paragraph.start {
  margin-bottom: 50px;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 50px;
  font-family: Amstirdamending, sans-serif;
  color: #000;
  font-size: 60px;
  text-align: center;
}

.paragraph.start.tilted {
  margin-bottom: 50px;
  margin-left: 50px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.paragraph.tilted {
  margin-left: 100px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  font-family: Amstirdamending, sans-serif;
  text-align: center;
}

.paragraph.tilted.neu {
  margin-left: 40px;
}

.text-block-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 12%;
  margin-right: 150px;
  margin-left: 150px;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  font-size: 14px;
}

.heading-13 {
  font-family: Suisseintlmono, sans-serif;
  color: #abd4ba;
  font-size: 100px;
  line-height: 1.2em;
  font-weight: 700;
}

.heading-14 {
  font-family: Suisseintlmono, sans-serif;
  color: #344e95;
  font-size: 35px;
  line-height: 45px;
}

.heading-14._2 {
  margin-top: 50px;
  font-size: 20px;
}

.heading-14._2._3 {
  margin-top: 50px;
}

.heading-14._2._3.mono {
  font-family: Suisseintlmono, sans-serif;
}

.heading-14._2.mono {
  font-family: Suisseintlmono, sans-serif;
  font-weight: 400;
}

.heading-14.bot {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-weight: 500;
}

.heading-14.bot.dat {
  text-align: left;
}

.heading-14.bot.dat.tr {
  margin-top: 50px;
}

.heading-14.bot.oben {
  margin-top: 20px;
}

.heading-14.bot.oben.mehr {
  margin-top: 50px;
}

.heading-14.bot.blog {
  margin-top: 20px;
  font-size: 50px;
  text-align: left;
}

.heading-14.bot.blog.vereine {
  margin-top: 10px;
  color: #d3552c;
  font-size: 30px;
  line-height: 35px;
}

.heading-14.bot.auto {
  margin-right: 15px;
}

.heading-14.mobileinv {
  display: none;
}

.heading-14.oben {
  margin-top: 40px;
  color: #344e95;
}

.text-1 {
  margin-top: 10px;
  font-family: Suisseintlmono, sans-serif;
  color: #424256;
  font-weight: 400;
}

.text-1.oben.neu._20 {
  margin-top: 20px;
}

.heading-15 {
  font-family: Mystique, sans-serif;
}

.heading-15._1 {
  margin-bottom: 20px;
  font-family: Amstirdamending, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 70px;
}

.heading-15._1._2 {
  font-family: Staat, sans-serif;
  color: #d3552c;
}

.heading-15._1._2.start {
  font-family: Staat, sans-serif;
  color: #c9a16e;
}

.heading-15._1._2.start.schriftgroesse {
  font-size: 100px;
  line-height: 100px;
}

.heading-15._1._2.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  color: #5d6cab;
}

.heading-15._1._2.sparkeasy.reach {
  color: #e84519;
}

.heading-15._1._2.sparkeasy.mobile {
  display: none;
}

.heading-15._1._2.unfold {
  font-family: Suisseintl, sans-serif;
  color: #e84715;
  font-weight: 500;
}

.heading-15._1._2.unfold.inspire {
  color: #f4996b;
}

.heading-15._1._2.unfold.weiss {
  color: #fff;
}

.heading-15._1._2.unfold.weiss.kleiner {
  font-size: 90px;
}

.heading-15._1._2.unfold.kleiner {
  font-size: 70px;
}

.heading-15._1._2.share {
  color: #badff5;
}

.heading-15._1._2.share.schriftgroesse {
  font-size: 100px;
  line-height: 100px;
}

.heading-15._1._2.unite {
  color: #b98b4b;
}

.heading-15._1._2.unite.schriftgroesse {
  font-size: 100px;
  line-height: 100px;
}

.heading-15._1._2.schriftgroesse {
  font-size: 100px;
  line-height: 100px;
}

.heading-15._1.mitte {
  margin-right: 130px;
  padding-left: 0px;
  text-align: center;
}

.heading-15._1.mitte.stiftung {
  margin-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.text-container.stiftung{
  position: absolute;
  top: 74%;
  width: 100%;
}

.heading-15._1.mitte.tilted {
  font-size: 100px;
  line-height: 100px;
}

.heading-15.voc {
  font-family: Amstirdam, sans-serif;
  font-size: 70px;
}

.heading-15.voc.tilted.rough {
  font-family: Roughmarker, sans-serif;
  color: #424256;
  font-size: 40px;
  line-height: 70px;
}

.heading-15.tilted {
  margin-bottom: 40px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.text-block-5 {
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
}

.text-block-5.guide {
  color: #d3552c;
  font-size: 20px;
  font-weight: 500;
}

.text-block-5.guide.share {
  color: #badff5;
}

.text-block-5.start {
  color: #c9a16e;
  font-size: 20px;
  font-weight: 500;
}

.text-block-5.start.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  color: #fcf3e7;
  font-weight: 400;
}

.text-block-5.start.sparkeasy.reach {
  color: #fddcdb;
}

.text-block-5.start.unfold {
  color: #e84715;
}

.text-block-5.start.unfold.inspire {
  color: #f4996b;
}

.text-block-5.start.unfold.weiss {
  color: #fff;
}

.text-block-5.start.untie {
  color: #b98b4b;
}

.h16 {
  font-family: Suisseintl, sans-serif;
  color: #fff;
}

.h16.beige {
  color: #fcf3e7;
  font-size: 40px;
  line-height: 50px;
}

.h16.spenden {
  color: #e96431;;
  font-size: 40px;
  line-height: 50px;
}

.heading-16 {
  font-family: Suisseworks, sans-serif;
  color: #344e95;
}

.heading-16._2 {
  margin-top: 30px;
  font-size: 36px;
}

.heading-16.msg {
  position: absolute;
  left: 0vw;
  top: 3vw;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  text-align: center;
}

.heading-16.msg.staat {
  left: 1.3vw;
  top: 4vw;
  text-align: left;
}

.heading-16.msg.staat.spark {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-weight: 500;
}

.heading-16.msg.staat.spark.vis {
  position: absolute;
}

.heading-16.msg.staat.unfold.invndesktop {
  display: none;
}

.heading-16.msg.staat.unfold.invndesktop._2 {
  display: block;
}

.heading-16.msg.staat.db.static {
  position: static;
  margin-top: -100px;
  margin-left: 5%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-16.msg.staat.bottom01 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 4vw;
  margin-bottom: 0px;
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-weight: 500;
}

.heading-16.msg.staat.bottom01.vereine {
  font-family: Suisseintlmono, sans-serif;
  color: #344e95;
  font-weight: 400;
}

.heading-16.guide.unten {
  font-family: Staat, sans-serif;
}

.heading-16.guide.unten.start {
  color: #c9a16e;
}

.heading-16.guide.unten.start.schrift {
  font-size: 25px;
  line-height: 35px;
}

.heading-16.guide.unten.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  color: #fcf3e7;
  font-size: 25px;
  line-height: 30px;
}

.heading-16.guide.unten.sparkeasy.reach {
  color: #344e95;
}

.heading-16.guide.unten.sparkeasy.reach.vereine {
  margin-top: 0px;
}

.heading-16.guide.unten.unfold {
  font-family: Suisseintl, sans-serif;
  color: #fcf3e7;
  font-size: 25px;
  line-height: 30px;
}

.heading-16.guide.unten.unfold.inspire {
  color: #424256;
}

.heading-16.guide.unten.db {
  color: #2c3283;
}

.heading-16.guide.unten.db.schrift {
  font-size: 25px;
  line-height: 35px;
}

.heading-16.guide.unten.unite {
  color: #2c3283;
}

.heading-16.guide.unten.unite.schrift {
  font-size: 25px;
  line-height: 35px;
}

.heading-16.start {
  color: #c9a16e;
}

.heading-16.start.staat.gold {
  color: #c9a16e;
}

.heading-16.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  font-size: 35px;
  line-height: 45px;
}
.heading-16.sparkeasy.reach.slider {
  font-family: Suisseintlmono, sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
  margin-top: 70px;
}

.heading-16.sparkeasy.reach {
  margin-top: 50px;
}

.heading-16.sparkeasy.reachvereine {
  margin-top: 50px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.heading-16.staat {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-weight: 500;
  line-height: 45px;
}

.heading-16.staat.db {
  color: #2c3283;
}

.heading-16.unfold {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}

.grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(50vh, 1fr) repeat(auto-fit, minmax(50vh, 1fr));
}

.div-block-2 {
  background-image: url('/wp-content/themes/ryl-vereine/images/liFe_16jan18_1556-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-2.farbe1 {
  background-color: #f5dad7;
  background-image: none;
}

.div-block-2.farbe2 {
  background-color: #e0f0e4;
  background-image: none;
}

.div-block-3 {
  background-image: url('/wp-content/themes/ryl-vereine/images/Melissa-01619dsf_pp.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-6._1 {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

.text-block-6._1.melissa {
  font-size: 16px;
  font-weight: 500;
}

.heading-17 {
  font-family: Mystique, sans-serif;
}

.heading-17.voc {
  font-family: Amstirdam, sans-serif;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
}

.heading-17.voc.tilted {
  font-family: Roughmarker, sans-serif;
  font-size: 40px;
  line-height: 80px;
}

.heading-17.bot1 {
  font-family: Amstirdam, sans-serif;
  font-size: 300px;
  line-height: 300px;
}

.heading-17.bot1._2 {
  color: #fff;
  font-size: 100px;
  line-height: 130px;
  text-align: center;
}

.heading-17.bot1._3 {
  font-size: 100px;
  line-height: 100px;
  text-align: center;
}

.heading-17.imp {
  margin-bottom: 135px;
  font-family: Amstirdamending, sans-serif;
  color: #424256;
  font-size: 200px;
  line-height: 200px;
  text-align: right;
}

.heading-17.dat {
  margin-top: 150px;
  margin-bottom: 0px;
  font-family: Amstirdamending, sans-serif;
  color: #fff;
  font-size: 200px;
  line-height: 200px;
}

.heading-17.dat.tr {
  margin-top: 150px;
  color: #424256;
}

.heading-17.dat.tr.presse {
  margin-top: 50px;
  font-size: 150px;
}

.heading-17.dat.tr.presse.hoeher {
  margin-top: 0px;
}

.heading-17.dat.tr.blog {
  margin-top: -5px;
  color: #50705b;
  font-size: 130px;
  line-height: 120px;
  text-align: right;
}

.heading-17.vision {
  font-family: Roughmarker, sans-serif;
  color: #b2c0c7;
  font-size: 70px;
  line-height: 110px;
  text-align: center;
}

.heading-17.vision.inspire {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ef723f;
  font-size: 45px;
  font-weight: 400;
}

.heading-17.vision.inspire.grell {
  color: #ff4a00;
}

.heading-17.vision.inspire2 {
  color: #000088;
  font-size: 50px;
}

.heading-17.vision.inspire2.unfold {
  margin-top: 0px;
  font-size: 80px;
}

.heading-17.vision.inspire3 {
  color: #8aa2ac;
  font-size: 50px;
}

.heading-17.vision.inspire3.unfold {
  font-size: 70px;
}

.heading-17.vision.inspire3.unfold.farbe {
  color: #246674;
}

.heading-17.vision.rylblau {
  color: #455b6b;
}

.heading-17.reach {
  color: #f38f69;
}

.heading-17.reach.rechts {
  font-size: 60px;
}

.heading-17.reachvereine {
  margin-bottom: 50px;
  font-size: 40px;
}

.heading-17.dark {
  display: none;
}

.heading-17.tilted {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._1 {
  font-family: Suisseworks, sans-serif;
  color: #344e95;
}

._1._2 {
  margin-top: 20px;
}

._1._2._3 {
  font-size: 16px;
  font-weight: 500;
}

._1._2._3.guide {
  margin-top: 0px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

._1._2._3.guide.nicht-dick {
  font-size: 14px;
  font-weight: 400;
}

._1._2._3.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  font-weight: 400;
  text-align: left;
}
._1._2._3.sparkeasy.mentee._5 {
  font-family: Suisseintlmono, sans-serif;
  font-weight: 400;
  text-align: left;
}

._1._2._3.sparkeasy.reachgrid {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

._1._2._3.staat {
  font-family: Staat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

._1._2._3.staat.db {
  line-height: 40px;
}

._1._2._3.unfold {
  color: #424256;
  font-size: 20px;
  font-weight: 600;
}

._1._2._3.unfold.podcast1 {
  margin-top: 50px;
}

._2 {
  display: block;
  font-family: Suisseworks, sans-serif;
  color: #344e95;
  font-size: 14px;
}

._2.inv {
  display: none;
}

._2.start {
  color: #c9a16e;
}

._2.unfold {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 500;
}

._2.unfold._1 {
  color: #fcf3e7;
}

._2.blau {
  font-family: Staat, sans-serif;
  color: #2c3283;
  font-weight: 700;
}

._2.vision {
  font-family: Staat, sans-serif;
  color: #fcf3e7;
}

._2.unite {
  color: #2c3283;
}

._2.reach {
  font-family: Suisseintlmono, sans-serif;
  color: #344e95;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.zahlen {
  font-family: Suisseworks, sans-serif;
  color: #d3552c;
  font-size: 50px;
  font-weight: 700;
}

.zahlen._1 {
  width: 100px;
  min-width: 100px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #424256;
  font-size: 25px;
}

.text-block-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-7._10 {
  margin-left: 15px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
}

.text-block-7._10._2 {
  margin-right: 15px;
  margin-left: 20px;
  font-size: 12px;
}

.text-block-8 {
  font-size: 14px;
}

.text-block-8._1 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

.text-block-8._1.oben {
  margin-top: 20px;
}

.text-block-8._1.dick {
  font-weight: 700;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-top: 5px;
  background-color: #d3552c;
}

.div-block-7._2 {
  background-color: #979ba6;
}

.div-block-7._3 {
  background-color: #a9d8f2;
}

.div-block-7._4 {
  background-color: #8185b5;
}

.div-block-7._5 {
  background-color: #c4a06c;
}

.div-block-7._6 {
  margin-bottom: 0px;
  background-color: #f7bc9c;
}

.div-block-7._6.platz {
  margin-bottom: 0vw;
}

.berschrift1 {
  font-family: Suisseintl, sans-serif;
  color: #f2e4d0;
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
}

.heading20 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.heading20.bottom1 {
  font-family: Suisseneue, sans-serif;
  font-weight: 500;
}

.heading20.bottom1.oben {
  margin-top: 40px;
}

.italic-text {
  color: #424256;
}

.speech-bubble-question {
  position: relative;
  margin-right: 30%;
  margin-bottom: 12px;
  padding: 12px 16px;
  border-radius: 16px;
  background-color: #e5e3e9;
}

.speech-bubble-question.show-if-in-view {
  margin-right: 5%;
  margin-left: 5%;
  padding: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 0px;
  background-color: #bbb5cc;
}

.speech-bubble-question.show-if-in-view.start {
  background-color: #c9a16e;
}

.speech-bubble-question.show-if-in-view.start.grow {
  height: auto;
  background-color: #be9969;
}

.speech-bubble-question.show-if-in-view.lead {
  background-color: #8994c1;
}

.speech-bubble-question.show-if-in-view.spark {
  background-color: #f5dad7;
}

.speech-bubble-question.show-if-in-view.unfold {
  background-color: #f7c5a8;
}

.speech-bubble-question.show-if-in-view.inspire {
  background-color: #c1c6c5;
}

.speech-bubble-question.show-if-in-view.share {
  background-color: #8b8fb8;
}

.speech-bubble-question.show-if-in-view.reach {
  background-color: #f0ccc8;
}

.speech-bubble-question.show-if-in-view.reachvereine {
  background-color: #d7d9dd;
}

.bubble-left {
  position: absolute;
  left: -1px;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 3vw;
}

.bubble-left._2.start {
  left: 0px;
  bottom: 0%;
  margin-top: 0px;
  padding-top: 0px;
}

.speech-bubble-headline {
  position: relative;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 500;
}

.speech-bubble-headline.blau {
  color: #344e95;
}

.link {
  color: #424256;
}

.link.stefan.tel.spyra {
  display: inline;
  margin-top: 0px;
}

.link-2 {
  color: #424256;
}

.heading-18.staat {
  font-family: Staat, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #b8c4be;
}

.styleguide-content.tr {
  background-color: #b3b8c4;
}

.styleguide-content.imp {
  background-color: #ffbf72;
}

.styleguide-content.spenden {
  background-color: #96a89d;
}

.styleguide-content.presse {
  background-color: #dce2de;
}

.styleguide-content.blog {
  background-color: #faf3e5;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  height: 100vh;
  max-height: none;
  min-height: 100vh;
  min-width: 50%;
  margin-right: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.styleguide-sidebar.blog {
  height: 150vh;
  max-height: none;
  min-height: 0px;
}

.styleguide-sidebar.blog.vereine {
  height: 100vh;
}

.styleguide-sidebar.blog.groesser {
  height: 1000px;
  padding-bottom: 0px;
}

.container-default {
  display: block;
  max-width: none;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

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

.rich-text-block.dat {
  margin-top: 50px;
  font-size: 14px;
}

.div-block-8 {
  padding-top: 10vw;
  padding-right: 5vw;
  padding-left: 5vw;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.divguide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.divguide.oben {
  margin-top: 20px;
}

.divguide.nicht-dick {
  font-family: Suisseintl, sans-serif;
  font-weight: 400;
}

.staat {
  font-family: Staat, sans-serif;
}

.staat.db {
  color: #2c3283;
  font-size: 35px;
  line-height: 45px;
}

.bold-text-3 {
  font-size: 16px;
  font-weight: 600;
}

.italic-text-2 {
  font-size: 1rem;
  font-weight: 400;
}

.italic-text-2.blau {
  color: #344e95;
}

.contact-form-2 {
  padding: 5vw 5vw 0px;
}

.contact-form-2._2 {
  padding-top: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
}

.contact-form-2.oben {
  padding-top: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
}

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-form-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-form-contact.blau {
  height: 50px;
  margin-top: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #aeb1d5;
}

.div-form-contact.blau.unfold {
  background-color: #f3e5d1;
}

.div-form-contact.blau.un {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b2c1c7;
}

.div-form-contact.blau.unten {
  margin-top: 0px;
}

.div-form-contact.rot {
  height: 50px;
  margin-top: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8bc9c;
}

.div-form-contact.rot._1 {
  background-color: #999c96;
}

.div-form-contact.rot._1.unfold {
  background-color: #f1f2f5;
}

.div-form-contact.rot.unten {
  margin-top: 0px;
}

.field-label-form {
  width: 100%;
  margin-bottom: 0px;
}

.field-label-form.rot {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  background-color: #f8bc9c;
  font-family: Suisseintl, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.field-label-form.rot._1 {
  background-color: #999c96;
}

.field-label-form.rot._1.unfold {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f1f2f5;
}

.field-label-form.blau {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  background-color: #aeb1d5;
  font-family: Suisseintl, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.field-label-form.blau.weit {
  width: 200%;
  margin-top: 5px;
}

.field-label-form.blau.unfold {
  background-color: #f3e5d1;
}

.field-label-form.blau.un {
  margin-top: 0px;
  background-color: #b2c1c7;
}

.field-label-form.blau.un.unten {
  margin-top: 0px;
}

.text-field-2 {
  height: 100%;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #f8bc9c;
  font-family: Suisseintl, sans-serif;
  font-size: 11px;
}

.text-field-2._1 {
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #999c96;
  font-family: Suisseintl, sans-serif;
}

.text-field-2._1.unfold {
  height: auto;
  margin-right: 5px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #f1f2f5;
  opacity: 1;
}

.text-field-3 {
  height: 100%;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #aeb1d5;
  font-family: Suisseintl, sans-serif;
  font-size: 11px;
}

.text-field-3.unfold {
  height: auto;
  margin-right: 5px;
  border: 1px none #000;
  background-color: #f3e5d1;
}

.text-field-3.unfold.blau {
  color: #344e95;
}

.text-field-3.un {
  background-color: #b2c1c7;
}

.submit-button {
  margin-top: 20px;
  padding: 12px 25px;
  background-color: #424256;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  font-size: 14px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Suisseintl, sans-serif;
  font-weight: 400;
  text-transform: none;
}

.checkbox-field.kurz {
  width: auto;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
}

.checkbox-field.kurz._2 {
  margin-top: 0px;
  margin-right: 0px;
}

.checkbox-label {
  width: auto;
  color: #1a1b1f;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.checkbox-label.kurz {
  width: auto;
  color: #1a1b1f;
  text-transform: none;
}

.checkbox-label.kurz._2 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

.checkbox-label.mitte {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.checkbox-label.nlauer {
  color: #424256;
}

.checkbox {
  width: auto;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-10 {
  color: #424256;
}

.text-block-10._1 {
  font-family: Suisseintl, sans-serif;
}

.error-message {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

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

.reihe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 30px;
}

.reihe._2 {
  margin-top: 0px;
}

.zelle1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Suisseintlmono, sans-serif;
  color: #424256;
  font-size: 18px;
  font-weight: 400;
}

.zelle2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fddfce;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
}

.zelle2.g {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0f0e5;
}

.zelle2.r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5dad7;
}

.zellea {
  width: 30%;
  background-color: #fddfce;
  text-align: center;
}

.zellea.g {
  background-color: #e0f0e5;
}

.zellea.r {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #f5dad7;
}

.zelleb {
  width: 70%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 5px;
}

.div-block-12.oben {
  margin-top: 20px;
}

.div-block-12.unfold {
  margin-top: 0px;
}

.div-block-12.pasddingweg {
  margin-top: 0px;
}

.a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7bc9b;
  font-family: Suisseintlmono, sans-serif;
  color: #424256;
  text-align: center;
}

.a.o {
  background-color: transparent;
}

.a.blau {
  background-color: #bfb4cb;
  text-align: center;
}

.a.blau._1 {
  font-weight: 600;
}

.a.blau._3 {
  margin-left: 5px;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 14px;
  font-weight: 600;
}

.a._1 {
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 14px;
  font-weight: 600;
}
.a._1.mentee {
  font-family: Suisseintl, sans-serif;
  color: #ffb266;
  font-size: 14px;
  font-weight: 600;
}

.a._2 {
  margin-left: 5px;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-weight: 600;
}

.a.inspire {
  width: 40%;
  margin-left: 5px;
  font-family: Suisseintl, sans-serif;
  color: #e74715;
  font-size: 14px;
  font-weight: 600;
}

.a.inspire.weiss {
  background-color: #f3e5d1;
  font-weight: 600;
}

.a.inspire.inv {
  background-color: transparent;
  color: #424256;
}

.b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 5px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #f7bc9b;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 400;
  text-align: center;
}

.b.o {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Suisseintlmono, sans-serif;
  text-align: center;
}

.b.blau {
  background-color: #bfb4cb;
}

.b.blau._2 {
  width: 20%;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-weight: 600;
}

.b._3 {
  width: 40%;
  padding-right: 5px;
  padding-left: 5px;
  color: #d3552c;
  font-size: 14px;
  font-weight: 600;
}

.b.inspire {
  width: 20%;
  color: #e74715;
  font-size: 14px;
  font-weight: 600;
}

.b.inspire.links {
  margin-left: 0px;
}

.b.inspire.links.weiss {
  background-color: #f3e5d1;
  font-weight: 600;
}

.b.inspire.links.inv {
  background-color: transparent;
}

.b.inspire.weiss {
  background-color: #f3e5d1;
}

.b.inspire.inv {
  background-color: transparent;
  color: #424256;
}

.oben {
  font-family: Suisseintlmono, sans-serif;
  color: #424256;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 30px;
  background-color: #f1bba1;
}

.flex-half-text-cont-spacer-2 {
  width: 100%;
  height: 12.5vh;
  margin-top: 10px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 18px;
}

.flex-half-text-cont-spacer-2._2 {
  color: #fff;
}

.zeilen.rot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3e5d1;
}

.zeilen.rot.oben {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3e5d1;
}

.zeilen.rot.oben.neu {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.zeilen.rot.oben.neu.wrapper {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zeilen.rot._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8bc9b;
}

.zeilen.rot._2.neu {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.zeilen.rot._2.neu.wrapper {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.zeilen.rot.neu.wrapper {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text1 {
  margin-left: 15px;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 16px;
  font-weight: 600;
}

.text1.neu {
  margin-left: 0px;
}

.text1.zoom {
  color: #d3552c;
}

.podlink {
  display: block;
  margin-top: 5px;
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
}

.podlink.oben {
  margin-top: 10px;
}

.podlink.oben.dunkel {
  display: block;
  color: #000;
}

.podlink.platzunten {
  padding-bottom: 5vw;
}

.bold-text-4 {
  font-weight: 400;
}

.ifo-logo {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-right: 10vw;
  margin-left: 0vw;
}

.ifo-logo.w--current {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 10vw;
  margin-left: 0vw;
}

.richtext-vision {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
}

.vision-leisten1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7bc9b;
  text-decoration: none;
}

.vision-leisten1._2 {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #608994;
  text-decoration: none;
}

.vision-leisten1._3 {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f3e5d1;
  text-decoration: none;
}

.vision-leisten1._4 {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #b5c2c4;
  text-decoration: none;
}

.vision-leisten1._5 {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f1f2f4;
  text-decoration: none;
}

.leiste1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 0px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 15px;
  font-weight: 700;
}

.imgmic {
  margin-right: 10px;
}

.heading-19 {
  font-family: Suisseworks, sans-serif;
  color: #344e95;
}

.heading-19.guide.unten {
  font-family: Staat, sans-serif;
}

.heading-19.guide.unten.db {
  color: #2c3283;
}

.heading-19.guide.unten.db.schrift {
  font-size: 25px;
  line-height: 35px;
}

._2-2 {
  display: block;
  font-family: Suisseworks, sans-serif;
  color: #344e95;
  font-size: 14px;
}

.zoom {
  color: #d3552c;
}

.zoom:hover {
  color: #d3552c;
}

.zoom2 {
  margin-right: 10px;
  margin-left: 15px;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid-2.reach {
  margin-top: 50px;
  -ms-grid-rows: 200px 200px 200px 200px;
  grid-template-rows: 200px 200px 200px 200px;
}

.stefan {
  width: 60%;
  margin-top: 20px;
}

.image-3 {
  width: 40px;
  font-size: 16px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid #424256;
}

.column.kurz {
  padding-left: 0px;
}

.linkcolu {
  width: 570px;
}

.orange-datum {
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-cms {
  width: 500px;
  text-decoration: none;
}

.collection-list-wrapper {
  margin-top: 20px;
}

.collection-list-wrapper-2 {
  margin-top: 20px;
}

.jahr {
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.text-block-12 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

.div-block-14 {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-20 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.bloghead {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Suisseneue, sans-serif;
  color: #50705b;
  font-size: 25px;
  line-height: 30px;
}

.bloghead.unten {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #50705b;
  font-size: 16px;
}

.bloghead.platzoben {
  margin-top: 20px;
}

.blogtext {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 400;
}

.bloglink {
  margin-bottom: 0px;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-weight: 500;
}

.bloglink:hover {
  color: #d3552c;
}

.div-block-15 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 1px none #424256;
}

.div-block-15.untenlinie {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #424256;
}

.mix {
  display: block !important;
}

.categ {
  display: none;
  margin-top: 0px;
  font-family: Suisseneue, sans-serif;
  color: #50705b;
  font-size: 16px;
  line-height: 30px;
}

.categ.hidden {
  display: none;
}

.filter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4"
    "Area-5 Area-6"
    "Area-7 Area-8";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.filter-menu {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.filter-menu.dyn {
  margin-top: 0px;
  margin-bottom: 0px;
}

.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.text-block-14 {
  padding-right: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

.social-share-icon {
  margin-right: 5px;
  margin-left: 5px;
}

.social-share-icon.facebook {
  width: 35px;
  height: 35px;
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_facebook-2.png');
  background-position: 0px 0px;
  background-size: contain;
}

.social-share-icon.instagram {
  width: 35px;
  height: 35px;
  background-image: url('/wp-content/themes/ryl-vereine/images/instagram.png');
  background-position: 0px 0px;
  background-size: cover;
}

.social-share-icon.linkedin {
  width: 35px;
  height: 35px;
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_linkedin-2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.social-share-icon.xing {
  width: 35px;
  height: 35px;
  background-image: url('/wp-content/themes/ryl-vereine/images/Icon_xing-2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.collection-list-wrapper-3 {
  display: block;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.divlinks {
  margin-right: 0px;
}

.columns-2 {
  margin-bottom: 30px;
}

.column-2 {
  border-bottom: 1px solid #424256;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.youtube {
  margin-top: 20px;
}

.image-4 {
  margin-top: 50px;
  margin-left: 50px;
}

.sample {
  display: block;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.post-card-icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -14%;
  width: 150px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  border-radius: 10px;
  background-color: #0d3a5e;
}

.tab-dropdown {
  display: block;
  width: 250px;
  height: 50px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  border-radius: 0px;
  background-color: #50705b;
  background-image: url('/wp-content/themes/ryl-vereine/images/dropdown-icon.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  cursor: pointer;
}

.tab-dropdown:hover {
  border-radius: 0px;
  background-color: #50705b;
  background-image: url('/wp-content/themes/ryl-vereine/images/dropdown-icon.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.tab-link {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: transparent;
  color: #3b444b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.tab-link:hover {
  border-radius: 10px;
  background-color: #3e4b3b;
  color: #fff;
}

.tab-link.w--current {
  border-radius: 10px;
  background-color: #4a5747;
  color: #fff;
  font-weight: 800;
}

.tab-link.w--current:hover {
  background-color: #5c6959;
}

.text-block-15 {
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.tab-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
}

.content-div-wrap {
  padding: 5%;
}

.text-block-16 {
  color: #fff;
  text-align: center;
}

.tabs-content {
  margin-top: 5%;
  padding: 0px 0px 35px;
  border-radius: 6px;
  background-color: transparent;
  text-align: left;
}

.tabs-menu {
  z-index: 5;
  display: none;
  width: 50%;
  margin-top: 1%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #78cec3;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}

.tab-system {
  z-index: 9;
}

.post-card-image {
  position: relative;
  width: 100%;
  height: 216px;
  max-height: none;
  margin-bottom: 8px;
  border-radius: 10px;
  background-color: #f3f3f7;
  background-image: url('/wp-content/themes/ryl-vereine/images/Asset-14x.png'), -webkit-gradient(linear, left top, left bottom, from(#92a177), to(#92a177));
  background-image: url('/wp-content/themes/ryl-vereine/images/Asset-14x.png'), linear-gradient(180deg, #92a177, #92a177);
  background-position: 50% 50%, 0px 0px;
  background-size: 150px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.rich-text-block-2 {
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-weight: 600;
}

.link-3 {
  white-space: normal;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-2 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dropdown-2.w--open {
  background-color: #18181c;
}

.dropdown-list-2 {
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #18181c;
  color: #fff;
}

.menu-list-link-2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
}

.menu-list-link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.menu-list-link-2:active {
  color: #fcf3e7;
}

.menu-list-link-2.w--current {
  padding-left: 15px;
  border-left: 1px solid #fcf3e7;
}

.menu-list-link-2.w--current:active {
  color: #fcf3e7;
}

.menu-list-link-2.mll-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
}

.menu-list-link-2.mll-desktop.w--current {
  border-bottom: 1px solid #fff;
  border-left-style: none;
}

.menu-list-link-2.mll-desktop.mll-dropdown {
  width: auto;
  padding: 0px;
  color: #fff;
}

.menu-list-link-2.mll-desktop.mll-dropdown.fest {
  width: 28%;
}

.menu-list-link-2.mll-small {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 16px;
}

.menu-list-link-2.mll-small.mll-dropdown-link {
  width: 100%;
  margin-right: 0px;
  padding: 6px 15px;
  font-size: 14px;
}

.menu-list-link-2.mll-small.mll-dropdown-link.w--current {
  color: #fff;
}

.checkboxmetries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Suisseintl, sans-serif;
  color: #000;
}

.checkboxmetries._2 {
  margin-right: 15px;
}

.div-block-24 {
  height: 100px;
  margin-top: -20px;
}

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

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

.platz5 {
  padding-bottom: 7vh;
}

.dropdown-innerlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: 350px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
}

.dropdowncontainer {
  position: absolute;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: -10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-list-3 {
  overflow: hidden;
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px 10px 10px;
  background-color: transparent;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdownlink-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: none;
  cursor: pointer;
}

.navlink:hover {
  color: #2193b0;
  text-align: left;
}

.navlink.w--current {
  padding-right: 20px;
  padding-left: 20px;
  color: #2193b0;
  text-transform: capitalize;
}

.navlink.sub {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

.navlink.sub:hover {
  color: #2193b0;
  text-decoration: none;
}

.dropdownwrapper {
  position: relative;
  display: block;
  height: 100%;
  padding-top: 0px;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.3);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-item-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.collection-item-9:hover {
  color: #509bf1;
}

.down {
  display: none;
}

.hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-3-1 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.hamburger-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 30px;
  height: 2px;
}

.line-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.line-3 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.text-block-17 {
  font-family: Suisseintl, sans-serif;
}

.text-block-18 {
  font-family: Suisseintl, sans-serif;
}

.text-block-19 {
  font-family: Suisseintl, sans-serif;
}

.text-block-20 {
  font-family: Suisseintl, sans-serif;
}

.footerlink {
  color: #424256;
}

.html-embed {
  margin-top: 20px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.button-3 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #424256;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
}

.button-3:hover {
  background-color: #32343a;
  color: #fff;
}

.button-3:active {
  background-color: #43464d;
}

.button-3.filtering-button {
  display: inline-block;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #50705b;
}

.button-3.filtering-button.filter {
  position: static;
  display: inline-block;
  width: 50%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #50705b;
}

.jobsdiv {
  margin-top: 20px;
}

.empty-state {
  display: none;
}

.empty-state-2 {
  display: none;
}

.div-block-26 {
  display: none;
}

.do-not-cancel {
  display: none;
}

.collection-list-wrapper-5 {
  display: block;
}

.collection-list-wrapper-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.empty-state-3 {
  display: none;
}

.empty-state-4 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .paragraph-small {
    font-size: 16px;
  }

  .paragraph-small.underline {
    font-size: 18px;
  }

  .paragraph-small._2 {
    font-style: normal;
  }

  .button.filtering-button {
    width: 100%;
  }

  .brand {
    margin-left: 10vw;
  }

  .brand._2 {
    margin-left: 5vw;
  }

  .flex-half-cont.dreieck.unfold11 {
    background-image: url('/wp-content/themes/ryl-vereine/images/Block8_farbe_rechts.jpg');
  }

  .flex-half-cont._11 {
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold8 {
    background-color: #e0e6e7;
  }

  .flex-half-cont._11.unfold9 {
    background-color: #b2c0c6;
  }

  .flex-half-cont._11.unfold10 {
    background-color: #f2e4d1;
  }

  .flex-half-cont._11._110 {
    min-height: 100vh;
  }

  .flex-half-cont._200.ueberuns {
    min-height: 100vh;
  }

  .flex-half-cont._200.ueberuns.gross {
    min-height: 130vh;
  }

  .text-container {
    padding-right: 7vw;
  }

  .text-container.float-bottom.txt-white.vision.hoher {
    padding-top: 5vw;
  }

  .text-container.float-bottom.txt-white.reach.rechts {
    padding-left: 10vw;
  }

  .text-container._1 {
    padding-right: 7vw;
    padding-left: 5vw;
    font-size: 18px;
  }

  .text-container._1.platzunten.neu {
    padding-bottom: 39vw;
  }

  .text-container.utnenguide {
    padding-top: 35vw;
  }

  .text-container.utnenguide.h-her {
    padding-top: 35vw;
  }

  .text-container.utnenguide.tiefer {
    padding-top: 35vw;
    padding-bottom: 10vw;
  }

  .text-container.platz {
    padding-bottom: 10vw;
  }

  .text-container.platz._2 {
    padding-bottom: 10vw;
  }

  .page-subheading {
    font-size: 100px;
  }

  .page-subheading._4.beige.staat, .page-subheading._4.spenden.staat {
    font-size: 100px;
    line-height: 100px;
  }

  .page-subheading.voc {
    font-size: 50px;
  }

  .page-subheading.startseite.home {
    font-size: 90px;
  }

  .accordion.js-accordion.oben.platzunten._2 {
    padding-bottom: 5vw;
  }

  .question-text {
    font-size: 16px;
  }

  .big-icon.pfeil {
    height: 40px;
  }

  .employee-slider._200.gross {
    min-height: 130vh;
  }

  .employee-slide-cont {
    height: 1200px;
  }

  .employee-slide-cont.bottom01._200.ueberuns {
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .employee-slide-cont.bottom01._200.ueberuns.akt {
    height: 1200px;
  }

  .employee-slide-cont.bottom01._200.ueberuns.gross {
    height: 1200px;
    margin-bottom: 60px;
  }

  .employee-name {
    font-size: 65px;
  }

  .flex-half-text-cont-spacer {
    font-size: 16px;
  }

  .flex-half-text-cont-spacer._1._2 {
    font-size: 16px;
  }

  .flex-half-text-cont-spacer._1._2._3._4 {
    font-size: 16px;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5 {
    font-size: 16px;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 50%;
  }

  .flex-half-text-cont-spacer._1._3 {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer._1._3.nicht-dick {
    font-size: 16px;
    font-weight: 400;
  }

  .flex-half-text-cont-spacer._2 {
    font-size: 16px;
  }

  .flex-half-text-cont-spacer._2.reachgrid.fett {
    font-size: 16px;
  }

  .heading {
    font-size: 100px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 50px !important;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .heading-6 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .text-block-3.footer {
    margin-right: -3vw;
    margin-left: 0vw;
    font-size: 14px;
  }

  .text-block-3.footer.platz {
    margin-top: 10px;
    margin-right: -2vw;
    margin-left: 0vw;
  }

  .button-2 {
    font-size: 16px;
  }

  .button-2.guide {
    font-size: 16px;
  }

  .button-2.home {
    font-size: 16px;
  }

  .button-2.home.mobilesmall {
    width: 320px;
  }

  .button-2.podcast.farbe1 {
    width: 280px;
  }

  .button-2.podcast.farbe2 {
    width: 280px;
  }

  .button-2.podcast.farbe3 {
    width: 280px;
  }

  .button-2.podcast.farbe4 {
    width: 280px;
  }

  .button-2.vereine {
    width: 300px;
  }

  .paragraph._2._3.home.etwasrunter {
    margin-top: 500px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner {
    margin-top: 400px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner.tilted {
    margin-top: 300px;
  }

  .paragraph.start {
    margin-left: 90px;
    font-size: 80px;
  }

  .paragraph.start.tilted {
    margin-left: 70px;
  }

  .paragraph.tilted {
    margin-left: 100px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .heading-13 {
    font-size: 100px;
  }

  .heading-14 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-14.bot.blog {
    font-size: 60px;
    line-height: 75px;
  }

  .heading-14.bot.blog.vereine {
    font-size: 45px;
    line-height: 50px;
  }

  .text-1 {
    font-size: 18px;
  }

  .text-1.oben {
    margin-top: 20px;
    font-size: 18px;
  }

  .heading-15 {
    font-size: 50px;
    line-height: 70px;
  }

  .heading-15._1._2.start.schriftgroesse {
    font-size: 110px;
    line-height: 110px;
  }

  .heading-15._1._2.unfold.weiss.kleiner {
    font-size: 90px;
  }

  .heading-15._1._2.unfold.kleiner {
    font-size: 80px;
  }

  .heading-15._1._2.share.schriftgroesse {
    font-size: 110px;
    line-height: 110px;
  }

  .heading-15._1._2.unite.schriftgroesse {
    font-size: 130px;
    line-height: 130px;
  }

  .heading-15._1._2.schriftgroesse {
    font-size: 110px;
    line-height: 110px;
  }

  .heading-15.voc.tilted.rough {
    color: #424256;
    font-size: 60px;
    line-height: 100px;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .text-block-5.guide.schriftgroesse {
    font-size: 25px;
  }

  .text-block-5.start.schriftgroesse {
    font-size: 25px;
  }

  .h16.beige {
    font-size: 50px;
  }

  .heading-16.msg.staat.unfold.invndesktop {
    display: block;
  }

  .heading-16.guide.unten.start.schrift {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-16.guide.unten.db.schrift {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-16.guide.unten.unite.schrift {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-16.sparkeasy {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-16.staat {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-16.unfold {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-17.voc.tilted {
    font-size: 60px;
  }

  .heading-17.bot1._2 {
    font-size: 120px;
  }

  .heading-17.dat.tr.blog {
    font-size: 150px;
  }

  .heading-17.reach.zeilenabstand {
    font-size: 60px;
    line-height: 80px;
  }

  ._1._2._3.guide {
    font-size: 15px;
  }

  ._1._2._3.guide.nicht-dick {
    font-size: 16px;
  }

  ._1._2._3.sparkeasy {
    font-size: 18px;
  }
  ._1._2._3.sparkeasy.mentee._5 {
    font-size: 28px;
  }

  ._1._2._3.sparkeasy.reachgrid {
    font-size: 28px;
  }

  ._1._2._3.staat.db {
    line-height: 40px;
  }

  .zahlen {
    font-size: 60px;
  }

  .zahlen._1 {
    font-size: 25px;
  }

  .text-block-7._10 {
    font-size: 18px;
  }

  .text-block-7._10._2 {
    font-size: 13px;
  }

  .text-block-8._1 {
    font-size: 16px;
  }

  .berschrift1 {
    font-size: 100px;
    line-height: 1.2em;
  }

  .heading20 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-18.staat {
    font-size: 45px;
    line-height: 55px;
  }

  .styleguide-sidebar.blog {
    height: 100vh;
  }

  .styleguide-sidebar.blog.vereine.groesser {
    height: 1000px;
  }

  .styleguide-sidebar.blog.groesser {
    height: 1000px;
  }

  .rich-text-block.dat {
    font-size: 16px;
  }

  .staat {
    font-size: 45px;
    line-height: 55px;
  }

  .staat.db {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text-3 {
    font-size: 16px;
  }

  .contact-form-2._2 {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .contact-form-2.oben {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .div-form-contact.blau {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Suisseintl, sans-serif;
    font-weight: 400;
  }

  .div-form-contact.blau.unfold {
    background-color: #f3e5d1;
  }

  .div-form-contact.blau.un {
    background-color: #b2c1c7;
  }

  .div-form-contact.rot {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Suisseintl, sans-serif;
    font-size: 13px;
  }

  .div-form-contact.rot._1.unfold {
    background-color: #f1f2f5;
  }

  .field-label-form.rot {
    margin-top: 0px;
    font-size: 13px;
    font-weight: 400;
  }

  .field-label-form.rot._1.unfold {
    background-color: #f1f2f5;
  }

  .field-label-form.blau {
    margin-top: 0px;
    font-size: 13px;
    font-weight: 400;
  }

  .field-label-form.blau.weit {
    width: 230%;
    font-weight: 400;
  }

  .field-label-form.blau.unfold {
    background-color: #f3e5d1;
    font-size: 13px;
  }

  .field-label-form.blau.un {
    background-color: #b2c1c7;
    font-size: 13px;
  }

  .field-label-form.blau.un.unten {
    margin-top: 15px;
  }

  .text-field-2 {
    font-size: 13px;
  }

  .text-field-2._1.unfold {
    background-color: #f1f2f5;
  }

  .text-field-3 {
    font-size: 13px;
  }

  .text-field-3.unfold {
    background-color: #f3e5d1;
  }

  .text-field-3.un {
    background-color: #b2c1c7;
  }

  .submit-button {
    font-size: 16px;
  }

  .checkbox-field {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox-label {
    margin-bottom: 0px;
    color: #1a1b1f;
    font-size: 13px;
    font-weight: 400;
  }

  .checkbox-label.kurz {
    color: #1a1b1f;
  }

  .checkbox-label.kurz._2 {
    font-family: Suisseintl, sans-serif;
    color: #424256;
    font-size: 13px;
  }

  .checkbox-label.kurz.nlauer {
    color: #424256;
  }

  .checkbox-label.mitte {
    margin-top: 0px;
    font-weight: 400;
  }

  .checkbox {
    margin-top: 0px;
  }

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

  .a {
    font-size: 16px;
  }

  .a.blau._1 {
    font-size: 16px;
  }

  .a.blau._3 {
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-size: 16px;
    font-weight: 600;
  }

  .a._1 {
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-size: 16px;
    font-weight: 600;
  }

  .a._2 {
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-weight: 600;
  }

  .b {
    font-size: 16px;
  }

  .b.blau._2 {
    width: 20%;
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-weight: 600;
  }

  .b.blau._3 {
    font-size: 16px;
  }

  .b._3 {
    width: 40%;
    color: #d3552c;
    font-size: 16px;
    font-weight: 600;
  }

  .flex-half-text-cont-spacer-2._2 {
    font-size: 16px;
  }

  .zeilen {
    margin-top: 40px;
  }

  .zeilen.rot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3e5d1;
  }

  .zeilen.rot.oben {
    margin-top: 40px;
  }

  .zeilen.rot._2 {
    background-color: #f8bc9b;
  }

  .text1 {
    margin-left: 15px;
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-size: 16px;
    font-weight: 600;
  }

  .richtext-vision {
    font-size: 16px;
  }

  .bold-text-5 {
    font-size: 16px;
  }

  .bold-text-6 {
    font-size: 16px;
  }

  .bold-text-7 {
    font-size: 16px;
  }

  .heading-19.guide.unten.db.schrift {
    font-size: 25px;
  }

  .filter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .button-3.filtering-button {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-small {
    font-size: 18px;
  }

  .brand {
    margin-left: 10vw;
  }

  .brand._2 {
    margin-left: 5vw;
  }

  .flex-half-cont.first-flex {
    min-height: 100vh;
  }

  .flex-half-cont._2 {
    background-color: #e8c38f;
  }

  .flex-half-cont.logo {
    height: auto;
    min-height: auto;
  }

  .flex-half-cont._12 {
    min-height: 100vh;
  }

  .flex-half-cont.bot11 {
    background-color: #d4d5da;
  }

  .flex-half-cont._200.ueberuns.gross {
    min-height: 120vh;
  }

  .text-container {
    padding-right: 9vw;
  }

  .text-container.float-bottom.txt-white.vision.hoher {
    padding-top: 5vw;
  }

  .text-container.float-bottom.txt-white.unfold {
    bottom: 12%;
  }

  .text-container.float-bottom.txt-white.reach.rechts {
    padding-left: 15vw;
  }

  .text-container._1 {
    padding-right: 9vw;
    padding-left: 5vw;
  }

  .text-container._1.platzunten.neu {
    padding-bottom: 32vw;
  }

  .page-subheading {
    font-size: 120px;
  }

  .page-subheading._4.beige.staat {
    font-size: 120px;
    line-height: 1.2em;
  }
  .page-subheading._4.spenden.staat {
    font-size: 120px;
    line-height: 1.2em;
  }

  .page-subheading.startseite.home {
    font-size: 100px;
  }

  .accordion.js-accordion.oben.platzunten._2 {
    padding-bottom: 5vw;
  }

  .accordion-header.js-accordion-header.bot1 {
    background-color: #b4b8c3;
  }

  .question-text.question-heading._1.voc {
    font-size: 20px;
  }

  .question-text.rechts {
    font-size: 18px;
  }

  .question-text.bot1 {
    font-family: Suisseneue, sans-serif;
    color: #424256;
    font-size: 18px;
  }

  .question-text.bot1.dick {
    font-size: 18px;
  }

  .accordion-body.js-accordion-body.bot1 {
    padding-left: 20px;
    background-color: #d4d5da;
  }

  .menu-list-link.mll-small.mll-dropdown-link {
    font-size: 18px;
  }

  .triple-stack-flex.edu.oben {
    margin-top: 20px;
  }

  .triple-stack-flex.edu.oben.untenplatz {
    padding-bottom: 0vw;
  }

  .big-icon.pfeil {
    height: 40px;
  }

  .employee-slider._200.gross {
    min-height: 120vh;
  }

  .employee-slide-cont {
    height: 1350px;
  }

  .employee-slide-cont.bottom01._200.ueberuns.akt {
    height: 1300px;
  }

  .employee-slide-cont.bottom01._200.ueberuns.gross {
    height: 1300px;
  }

  .es-photo-cont {
    height: 600px;
  }

  .employee-name {
    font-size: 70px;
  }

  .full-bg-image.home {
    background-image: url('/wp-content/themes/ryl-vereine/images/Titelbildneu.jpg');
  }

  .flex-half-text-cont-spacer {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer._1._2 {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer._1._2._3._4 {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5 {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5.zeile {
    display: block;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 40%;
  }

  .flex-half-text-cont-spacer._1._3.nicht-dick {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer._1._3.nicht-dick.links {
    text-align: left;
  }

  .flex-half-text-cont-spacer._2 {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer.bot {
    font-family: Suisseneue, sans-serif;
    color: #fff;
    font-size: 25px;
    text-align: left;
  }

  .text-block {
    font-size: 18px;
  }

  .dropdown-text {
    font-size: 18px;
  }

  .heading {
    font-size: 120px;
    line-height: 120px;
  }

  .heading.startseite.home {
    font-size: 110px;
  }

  .heading-2 {
    font-size: 45px;
    line-height: 55px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .heading-3 {
    font-size: 35px;
  }

  .heading-4 {
    font-size: 35px;
  }

  .heading-5 {
    font-size: 35px;
  }

  .heading-6 {
    font-size: 45px;
    line-height: 55px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .button-2 {
    font-size: 18px;
  }

  .button-2.home {
    font-size: 18px;
  }

  .button-2.home.mobilesmall {
    width: 350px;
  }

  .button-2.podcast.farbe1 {
    width: 300px;
  }

  .button-2.podcast.farbe2 {
    width: 300px;
  }

  .button-2.podcast.farbe3 {
    width: 300px;
  }

  .button-2.podcast.farbe4 {
    width: 300px;
  }

  .button-2.vereine {
    width: 300px;
  }

  .paragraph._2._3.home.etwasrunter {
    margin-top: 550px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner {
    margin-top: 500px;
    font-size: 150px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner.tilted {
    margin-top: 400px;
  }

  .paragraph._3.home.tilted {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  .paragraph.start {
    margin-left: 80px;
    font-size: 80px;
  }

  .paragraph.start.tilted {
    margin-bottom: 60px;
    margin-left: 80px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  .paragraph.tilted {
    margin-left: 400px;
  }

  .paragraph.tilted.neu {
    margin-left: 70px;
  }

  .text-block-4 {
    font-size: 19px;
  }

  .heading-13 {
    font-size: 120px;
  }

  .heading-14 {
    font-size: 45px;
    line-height: 55px;
  }

  .heading-14._2.mono {
    font-size: 25px;
  }

  .heading-14.bot {
    font-family: Suisseneue, sans-serif;
    color: #424256;
  }

  .heading-14.bot.blog {
    font-size: 80px;
    line-height: 90px;
  }

  .heading-14.bot.blog.vereine {
    font-size: 60px;
    line-height: 65px;
  }

  .heading-15._1._2.start.schriftgroesse {
    font-size: 130px;
    line-height: 130px;
  }

  .heading-15._1._2.sparkeasy.reach {
    font-size: 100px;
    line-height: 100px;
  }

  .heading-15._1._2.sparkeasy.desktop {
    font-size: 100px;
    line-height: 100px;
  }

  .heading-15._1._2.unfold.weiss {
    font-size: 100px;
  }

  .heading-15._1._2.share.schriftgroesse {
    font-size: 130px;
    line-height: 130px;
  }

  .heading-15._1._2.schriftgroesse {
    font-size: 130px;
    line-height: 130px;
  }

  .heading-15.voc {
    font-size: 120px;
    line-height: 120px;
  }

  .heading-15.voc.tilted.rough {
    font-size: 70px;
    line-height: 150px;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .text-block-5.guide.schriftgroesse {
    font-size: 30px;
  }

  .text-block-5.start.schriftgroesse {
    font-size: 30px;
  }

  .heading-16.msg.staat.bottom01.vereine {
    margin-bottom: 0px;
  }

  .heading-16.guide.unten.start.schrift {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-16.guide.unten.db.schrift {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-16.guide.unten.unite.schrift {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-16.sparkeasy {
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
  }

  .heading-16.staat {
    font-size: 45px;
    line-height: 55px;
  }

  .heading-16.unfold {
    font-size: 45px;
    line-height: 55px;
  }

  .text-block-6._1.melissa {
    font-size: 18px;
  }

  .heading-17 {
    font-size: 60px;
    line-height: 65px;
  }

  .heading-17.voc {
    font-size: 120px;
    line-height: 120px;
  }

  .heading-17.voc.tilted {
    font-size: 70px;
    line-height: 120px;
  }

  .heading-17.bot1 {
    font-family: Amstirdamendingswash, sans-serif;
    font-size: 500px;
    line-height: 250px;
    text-align: center;
  }

  .heading-17.bot1._2 {
    font-family: Amstirdamending, sans-serif;
    color: #fff;
    font-size: 150px;
    line-height: 150px;
  }

  .heading-17.dat.tr.blog {
    font-size: 150px;
  }

  .heading-17.vision.inspire {
    font-size: 60px;
  }

  .heading-17.vision.inspire2 {
    font-size: 60px;
  }

  .heading-17.reach {
    font-size: 80px;
    line-height: 85px;
  }

  .heading-17.reach.zeilenabstand {
    font-size: 60px;
    line-height: 100px;
  }

  .heading-17.reachvereine {
    font-size: 60px;
    line-height: 60px;
  }

  ._1 {
    font-size: 18px;
  }

  ._1._2._3 {
    font-size: 30px;
    font-weight: 500;
  }

  ._1._2._3.guide {
    font-size: 14px;
    font-weight: 400;
  }

  ._1._2._3.guide.nicht-dick {
    font-size: 18px;
  }

  ._1._2._3.sparkeasy {
    font-size: 20px;
  }

  ._2 {
    font-size: 16px;
  }

  .text-block-7._10._2 {
    font-size: 14px;
  }

  .text-block-8._1 {
    font-size: 18px;
  }

  .berschrift1 {
    font-size: 120px;
  }

  .heading20 {
    font-size: 45px;
    line-height: 55px;
  }

  .speech-bubble-headline {
    font-size: 1.25px;
  }

  .styleguide-sidebar.blog.vereine.groesser {
    height: 1500px;
  }

  .styleguide-sidebar.blog.groesser {
    height: 1500px;
  }

  .rich-text-block.dat {
    font-size: 18px;
  }

  .staat.db {
    font-size: 45px;
    line-height: 55px;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .contact-form-2.oben {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .field-label-form.rot {
    font-size: 15px;
  }

  .field-label-form.blau {
    font-size: 15px;
  }

  .field-label-form.blau.unfold {
    font-size: 15px;
  }

  .field-label-form.blau.un {
    font-size: 15px;
  }

  .field-label-form.blau.un.unten {
    margin-top: 0px;
  }

  .text-field-2._1 {
    font-size: 15px;
  }

  .text-field-3 {
    color: #1a1b1f;
    font-size: 13px;
  }

  .text-field-3.un.rylblau {
    color: #424256;
  }

  .text-field-3.blau {
    color: #344e95;
    font-size: 15px;
  }

  .submit-button {
    font-size: 16px;
  }

  .checkbox-label {
    font-size: 15px;
  }

  .checkbox-label.kurz._2 {
    font-size: 15px;
  }

  .checkbox-label.kurz.nlauer {
    color: #424256;
  }

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

  .a.blau._1 {
    font-size: 16px;
  }

  .a.blau._3 {
    font-size: 16px;
  }

  .a._1 {
    font-size: 16px;
  }

  .b.blau._3 {
    font-size: 16px;
  }

  .b._3 {
    font-size: 16px;
  }

  .flex-half-text-cont-spacer-2._2 {
    font-size: 18px;
  }

  .podlink {
    display: block;
  }

  .podlink.oben.dunkel {
    display: block;
  }

  .richtext-vision {
    font-size: 18px;
  }

  .bold-text-5 {
    font-size: 18px;
  }

  .bold-text-6 {
    font-size: 18px;
  }

  .bold-text-7 {
    font-size: 18px;
  }

  .heading-19.guide.unten.db.schrift {
    font-size: 35px;
    line-height: 45px;
  }

  ._2-2 {
    font-size: 16px;
  }

  .zoom2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .linkcolu {
    width: 880px;
  }

  .sample {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .menu-list-link-2.mll-small.mll-dropdown-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .paragraph-small {
    font-size: 12px;
  }

  .paragraph-small.underline {
    font-size: 13px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

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

  .logo-image {
    max-height: 90px;
  }

  .menu.only-on-desktop {
    display: none;
  }

  .menu.only-on-mobile {
    display: block;
  }

  .brand {
    padding-left: 0px;
  }

  .brand.menu-brand {
    max-height: 90px;
  }

  .menu-btn {
    max-height: 90px;
    max-width: 90px;
    padding: 23%;
  }

  .menu-btn:active {
    padding: 25%;
  }

  .menu-list-cont {
    width: 100vw;
  }

  .col.col-md-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .col.col-md-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .menu-logo-wrap {
    right: 50vw;
    width: 50vw;
    max-height: 90px;
    margin-top: 0vh;
  }

  .menu-logo-wrap-end {
    max-height: 90px;
  }

  .menu-wrap {
    display: none;
    background-color: #424256;
  }

  .flex-section {
    height: auto;
    min-height: 100vh;
  }

  .flex-section._1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-section._2 {
    height: auto;
  }

  .flex-section._2._7 {
    height: auto;
  }

  .flex-section._2.spark {
    height: auto;
  }

  .flex-section._3._200 {
    height: auto;
  }

  .flex-section._4._200 {
    height: auto;
  }

  .flex-section._5._200 {
    height: auto;
  }

  .flex-section.logo2._2 {
    background-color: #dca19d;
  }

  .flex-section.reachlogo._200 {
    height: auto;
  }

  .flex-section.neu {
    height: 100vh;
  }

  .flex-section.neu._200 {
    height: auto;
  }

  .flex-half-cont {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .flex-half-cont.first-flex {
    min-height: 100vh;
  }

  .flex-half-cont.first-flex.pic-flex-half {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.first-flex.pic-flex-half.l {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.first-flex.guide._2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.pic-flex-half {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.triple-stack-cont {
    display: block;
    height: auto;
  }

  .flex-half-cont.triple-stack-cont.auto {
    height: 100vh;
  }

  .flex-half-cont.triple-stack-cont.auto.blog._5 {
    height: 100%;
  }

  .flex-half-cont.triple-stack-cont.auto._2 {
    height: auto;
  }

  .flex-half-cont._1 {
    height: 100vh;
  }

  .flex-half-cont._2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._3 {
    height: 100vh;
  }

  .flex-half-cont._6 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.guide {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.lead {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.spark {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.spark._1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.unfold11 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.prof {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.inspire {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.vision {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.unite {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.reach {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
  }

  .flex-half-cont._10.unfold1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._10.inspire1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._10.vision1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11 {
    min-height: 100vh;
  }

  .flex-half-cont._11.sparkeasy4 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.sparkeasy5 {
    height: auto;
    min-height: 100px;
  }

  .flex-half-cont._11.sparkeasy5.first {
    min-height: 100vh;
  }

  .flex-half-cont._11.sparkeasy6 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.sparkeasy7 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold4 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold5 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold8 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold9 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold10 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.inspire {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.vision {
    height: auto;
    min-height: 100px;
  }

  .flex-half-cont._11.vision1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.vision2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.reach.ffdd {
    height: auto;
    min-height: auto;
  }

  .flex-half-cont._11._110 {
    min-height: 100vh;
  }

  .flex-half-cont._12 {
    min-height: 100vh;
  }

  .flex-half-cont._12.sparkeasy2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._12.sparkeasy3 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._12.unfold2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._12.unfold3 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._12.inspire2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._12.inspire3 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._12.vision12 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._14.guide2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._14.lead3 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._14.prof {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.eins {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.zwei {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._20 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.voc {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.bot11 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.bot22 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._33 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.podcast1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.podcast2 {
    height: auto;
    min-height: 100px;
  }

  .flex-half-cont._200.ueberuns {
    min-height: 100vh;
  }

  .text-container.tc-tight-fit {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .text-container.float-bottom.txt-white {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .text-container.float-bottom.txt-white.oben {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .text-container._1.platzunten {
    padding-bottom: 5vw;
  }

  .text-container._1.platzunten.neu {
    padding-bottom: 5vw;
  }

  .text-container.utnenguide {
    padding-top: 40vw;
    padding-bottom: 5vw;
  }

  .text-container.utnenguide.h-her {
    padding-top: 37vw;
    padding-bottom: 5vw;
  }

  .text-container.platz {
    padding-bottom: 5vw;
  }

  .page-subheading {
    font-size: 60px;
  }

  .page-subheading._2 {
    margin-right: 0px;
    font-size: 40px;
  }

  .page-subheading.startseite.home {
    font-size: 60px;
  }

  .bg-image.animate-bg._8.sparkeasy2.inv {
    display: block;
  }

  .accordion.js-accordion.oben.platzunten {
    padding-bottom: 0vw;
  }

  .accordion.js-accordion.untenplatz {
    margin-bottom: 0vw;
  }

  .accordion-body.js-accordion-body {
    padding: 15px;
  }

  .button-basic {
    margin-left: 0px;
  }

  .menu-list {
    padding-right: 13vw;
    padding-left: 13vw;
  }

  .menu-list-link.mll-small {
    text-align: left;
  }

  .menu-list-link.mobil {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1;
    text-align: left;
  }

  .menu-list-link.mobil.kontakt {
    display: none;
  }

  .main-links {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .secondary-links {
    display: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .social-media-links {
    position: relative;
  }

  .social-media-link-box {
    width: 30px;
    height: 30px;
  }

  .triple-stack._1 {
    height: 33%;
  }

  .triple-stack._2 {
    height: 33%;
  }

  .triple-stack._3 {
    height: 34%;
  }

  .triple-stack-flex.guide {
    margin-top: 20px;
  }

  .big-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .big-icon.pfeil {
    width: auto;
    height: 40px;
  }

  .big-icon.pfeil.gro.zwei._4.vereine {
    margin-left: 20px;
  }

  .big-icon.pfeil.gro.zwei._6.vereine {
    margin-left: 17px;
  }

  .big-icon.blog {
    margin-right: 25px;
  }

  .employee-slider {
    width: 50vw;
  }

  .employee-slide-cont {
    height: 1350px;
  }

  .employee-slide-cont.bottom01._200.ueberuns {
    height: 100vh;
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .employee-slide-cont.bottom01._200.ueberuns.akt {
    height: 1200px;
  }

  .employee-slide-cont.bottom01._200.ueberuns.gross {
    height: 1200px;
  }

  .es-photo-cont {
    width: 96%;
    height: 450px;
  }

  .employee-mask {
    width: 80%;
  }

  .slide-arrow.sa-right {
    width: 10vw;
  }

  .slide-arrow.sa-left {
    width: 10vw;
  }

  .footer-row.fr-first-row {
    display: block;
  }

  .footer-row.fr-second-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.33%;
    -ms-flex: 0 33.33%;
    flex: 0 33.33%;
  }

  .section-arrow-wrap {
    display: none;
  }

  .section-arrow-lb {
    display: none;
    width: 60px;
    height: 60px;
    font-size: 5vw;
  }

  .section-arrow-lb:hover {
    background-image: url('/wp-content/themes/ryl-vereine/images/icons8-chevron-down-dark.svg');
  }

  .section-arrow-lb:active {
    background-image: url('/wp-content/themes/ryl-vereine/images/icons8-chevron-down-yellow.svg');
  }

  .section-arrow-lb.bright:hover {
    background-image: url('/wp-content/themes/ryl-vereine/images/icons8-chevron-down-white.svg');
  }

  .section-arrow-lb.bright:active {
    background-image: url('/wp-content/themes/ryl-vereine/images/icons8-chevron-down-yellow.svg');
  }

  .section-arrow-lb.footer-section-arrow-lb:hover {
    background-image: url('/wp-content/themes/ryl-vereine/images/icons8-chevron-up-dark.svg');
  }

  .section-arrow-lb.footer-section-arrow-lb:active {
    background-image: url('/wp-content/themes/ryl-vereine/images/icons8-chevron-up-yellow.svg');
  }

  .flex-half-text-cont-spacer {
    height: auto;
    font-size: 14px;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 80%;
  }

  .flex-half-text-cont-spacer._1._3.nicht-dick.k-rzer {
    margin-top: 10px;
  }

  .flex-half-text-cont-spacer._2 {
    font-size: 13px;
  }

  .dropdown-list-end.mobil {
    background-color: transparent;
  }

  .back-to-top-chevron {
    position: relative;
    bottom: 0%;
    width: auto;
    height: 100%;
  }

  .div-block._2.home {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    font-size: 70px;
    line-height: 70px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .text-block-3.footer {
    display: none;
  }

  .text-block-3.footer.platz {
    display: none;
  }

  .button-2 {
    font-size: 14px;
  }

  .button-2._10 {
    margin-left: 50px;
  }

  .button-2.home.mobilesmall {
    width: 250px;
  }

  .button-2.vereine {
    width: 190px;
    font-size: 12px;
  }

  .paragraph {
    font-size: 60px;
  }

  .paragraph._2 {
    margin-left: 15px;
    font-size: 100px;
  }

  .paragraph._2._3.home.etwasrunter {
    margin-top: 150px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner {
    margin-top: 150px;
    font-size: 80px;
  }

  .paragraph._3 {
    margin-top: 150px;
    margin-left: 50px;
    font-size: 100px;
  }

  .paragraph._3.home {
    font-size: 90px;
  }

  .paragraph.start {
    margin-left: 0px;
  }

  .paragraph.tilted {
    margin-left: 40px;
  }

  .paragraph.tilted.neu {
    margin-left: 20px;
  }

  .text-block-4 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading-13 {
    font-size: 90px;
  }

  .heading-14 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-1.oben.neu {
    margin-top: 20px;
  }

  .heading-15._1 {
    line-height: 60px;
  }

  .heading-15._1._2.start.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-15._1._2.sparkeasy.mobile {
    display: block;
    font-size: 75px;
    line-height: 80px;
  }

  .heading-15._1._2.sparkeasy.desktop {
    display: none;
  }

  .heading-15._1._2.unfold.kleiner {
    font-size: 60px;
  }

  .heading-15._1._2.share.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-15._1._2.unite.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-15._1._2.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-15._1.mitte {
    margin-right: 0px;
  }

  .heading-15._1.mitte.tilted {
    font-size: 70px;
    line-height: 80px;
  }

  .heading-15.voc.tilted.rough {
    line-height: 80px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .heading-16 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-16._2 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-16.msg.staat.spark {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-16.msg.staat.unfold.invndesktop {
    display: block;
  }

  .heading-16.guide.unten.start.schrift {
    line-height: 30px;
  }

  .heading-16.guide.unten.db.schrift {
    line-height: 30px;
  }

  .heading-16.guide.unten.unite.schrift {
    line-height: 30px;
  }

  .heading-16.sparkeasy {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-16.sparkeasy.reachvereine {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-2 {
    background-position: 50% 50%;
  }

  .div-block-3 {
    background-position: 40% 50%;
  }

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

  .heading-17.voc.tilted {
    font-size: 40px;
    line-height: 80px;
  }

  .heading-17.bot1._2 {
    font-size: 80px;
    line-height: 100px;
  }

  .heading-17.imp {
    margin-top: 370px;
    margin-bottom: 0px;
  }

  .heading-17.reach {
    text-align: center;
  }

  .heading-17.reachvereine {
    font-size: 25px;
  }

  ._1 {
    font-size: 14px;
  }

  ._1._2._3.sparkeasy.reachgrid {
    margin-top: 0px;
    font-size: 20px;
  }

  ._2 {
    font-size: 13px;
  }

  .zahlen._1 {
    margin-left: 20px;
  }

  .text-block-7._10 {
    font-size: 13px;
  }

  .text-block-7._10._2 {
    display: none;
  }

  .text-block-8._1 {
    font-size: 13px;
  }

  .heading20 {
    font-size: 30px;
    line-height: 35px;
  }

  .speech-bubble-headline {
    font-size: 0.8rem;
  }

  .heading-18 {
    font-size: 25px;
    line-height: 30px;
  }

  .flex {
    display: block;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-sidebar {
    position: static;
    display: block;
    height: auto;
    min-height: auto;
    min-width: auto;
  }

  .styleguide-sidebar.blog {
    height: 100vh;
  }

  .styleguide-sidebar.blog.groesser {
    height: 140vh;
  }

  .image-2 {
    position: static;
  }

  .image-2.tr {
    position: static;
  }

  .image-2.imp {
    position: static;
  }

  .image-2.spende {
    position: static;
    width: auto;
    height: auto;
  }

  .image-2.presse {
    position: static;
  }

  .image-2.blog {
    position: static;
    object-fit: cover;
  }

  .div-form-contact.blau {
    height: auto;
  }

  .div-form-contact.rot {
    height: auto;
  }

  .field-label-form.rot {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .field-label-form.blau {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .field-label-form.blau.weit {
    margin-bottom: 5px;
  }

  .text-field-2._1 {
    border-style: none;
  }

  .checkbox-field.kurz._4 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .checkbox-label {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .checkbox-label.kurz._2 {
    font-size: 11px;
  }

  .checkbox-label.mitte {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .checkbox.platzweg {
    margin-right: 5px;
  }

  .a {
    font-size: 12px;
  }

  .a.blau._3 {
    font-size: 10px;
  }

  .a._1 {
    font-size: 10px;
  }

  .a._2 {
    font-size: 10px;
  }

  .a.inspire {
    font-size: 10px;
  }

  .b {
    font-size: 12px;
  }

  .b.o {
    font-size: 11px;
  }

  .b.blau._2 {
    font-size: 10px;
  }

  .b._3 {
    font-size: 10px;
  }

  .b.inspire {
    font-size: 10px;
  }

  .b.inspire.links {
    font-size: 10px;
  }

  .b.inspire.links.weiss {
    font-size: 10px;
  }

  .b.inspire.weiss {
    font-size: 10px;
  }

  .flex-half-text-cont-spacer-2 {
    height: auto;
    font-size: 16px;
  }

  .zeilen.rot.oben.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .zeilen.rot._2.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .zeilen.rot.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .text1.neu {
    font-size: 13px;
  }

  .podlink.platzunten {
    padding-bottom: 0vw;
  }

  .ifo-logo {
    margin-right: 15vw;
    margin-left: 0vw;
  }

  .bold-text-5 {
    font-size: 13px;
  }

  .heading-19 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-19.guide.unten.db.schrift {
    font-size: 25px;
    line-height: 30px;
  }

  ._2-2 {
    font-size: 13px;
  }

  .zoom {
    font-size: 14px;
  }

  .grid-2.reach {
    grid-column-gap: 16px;
    -ms-grid-rows: 149px 150px 150px 150px;
    grid-template-rows: 149px 150px 150px 150px;
  }

  .divgris {
    margin-top: 0px;
  }

  .post-card-icon {
    display: none;
  }

  .tab-dropdown {
    width: 50%;
    height: 50px;
    padding-top: 16px;
    padding-left: 0px;
    border-radius: 0px;
    background-image: url('/wp-content/themes/ryl-vereine/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .tab-dropdown:hover {
    border-radius: 0px;
    background-color: #50705b;
  }

  .tab-link:hover {
    border-radius: 10px;
  }

  .tab-link.w--current {
    border-radius: 10px;
  }

  .tabs-content {
    margin-top: 40px;
  }

  .tabs-menu {
    display: block;
  }

  .post-card-image {
    height: 31vw;
    max-height: none;
  }

  .dropdown-list-2.mobil {
    background-color: transparent;
  }

  .menu-list-link-2.mll-desktop.mll-dropdown.fest.mobil {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-list-link-2.mll-small {
    text-align: left;
  }

  .checkboxmetries {
    margin-left: 5px;
  }

  .checkboxmetries._2 {
    margin-right: 5px;
  }

  .dropdown-innerlist {
    width: 100%;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    box-shadow: none;
  }

  .icon-2 {
    width: 34px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px none #000;
    font-family: Suisseintl, sans-serif;
    color: #fff;
    font-size: 34px;
    font-style: normal;
    font-weight: 100;
    text-decoration: none;
  }

  .dropdowncontainer {
    position: relative;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #424256;
    color: #000;
  }

  .dropdown-list-3 {
    margin-top: 0px;
    margin-left: 0px;
    padding: 5px 0px;
    box-shadow: none;
    color: transparent;
  }

  .dropdownlink-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navlink {
    padding: 10px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
  }

  .navlink:hover {
    color: #fff;
    text-decoration: none;
  }

  .navlink.w--current {
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
  }

  .navlink.sub {
    display: block;
    padding: 7px 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Suisseintl, sans-serif;
    color: #fff;
    font-weight: 300;
  }

  .navlink.sub:hover {
    color: #fff;
    text-decoration: none;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #424256;
    color: #424256;
  }

  .menu-button.w--open {
    background-color: #424256;
    color: #333;
  }

  .navbar {
    position: absolute;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .nav-menu {
    z-index: 9999;
    height: auto;
    background-color: #424256;
    box-shadow: 0 7px 10px -6px rgba(0, 0, 0, 0.3);
    color: #fff;
  }

  .nav-wrap {
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .collection-item-9 {
    width: 100%;
  }

  .down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/wp-content/themes/ryl-vereine/images/Icon_Arrow_down_white.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 18px;
    cursor: pointer;
  }

  .hamburger-wrapper {
    width: 34px;
    height: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .etwas-kleiner {
    font-size: 30px;
  }

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

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .paragraph-small.mobileplatz {
    margin-top: 20px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .intro-wrap {
    padding-right: 0vw;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .brand {
    padding-left: 0px;
  }

  .menu-btn {
    max-height: 80px;
    max-width: 80px;
    padding: 20%;
  }

  .menu-btn:active {
    padding: 23%;
  }

  .p-big {
    font-size: 1.1rem;
  }

  .h1 {
    font-size: 3.2rem;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .col.col-sm-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .btn {
    padding: 7px 15px;
  }

  .btn.btn-sm {
    padding: 3px 11px;
  }

  .card-body {
    padding: 16px 20px 20px;
  }

  .flex-section {
    height: auto;
    min-height: 200vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-section._1 {
    height: auto;
    min-height: 200vh;
  }

  .flex-section._2 {
    height: auto;
  }

  .flex-section._3._200 {
    height: auto;
  }

  .flex-section._4 {
    min-height: 100vh;
  }

  .flex-section._4._200 {
    height: auto;
  }

  .flex-section._5._200 {
    height: auto;
  }

  .flex-section.reachlogo._200 {
    height: auto;
  }

  .flex-section.oben._2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-section.neu._200 {
    height: auto;
  }

  .flex-half-cont {
    height: auto;
    min-height: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .flex-half-cont.first-flex {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-half-cont.first-flex.pic-flex-half {
    height: auto;
    min-height: 200vh;
  }

  .flex-half-cont.first-flex.pic-flex-half.l {
    min-height: 200vh;
  }

  .flex-half-cont.first-flex.pic-flex-half.l.vorher {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.first-flex.guide._2 {
    min-height: 100vh;
  }

  .flex-half-cont.first-flex.guide._2.mobile._100 {
    min-height: 100vh;
  }
  .flex-half-cont.first-flex.guide._2.mobile._100.mentee {
    min-height: 100vh;
    padding-top: 600px;
    text-align: left;
  }

  .flex-half-cont.first-flex.guide._2._120 {
    min-height: 120vh;
  }

  .flex-half-cont.first-flex.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.pic-flex-half {
    height: auto;
    min-height: 200vh;
  }

  .flex-half-cont.pic-flex-half.sticky-pic-flex {
    overflow: hidden;
  }

  .flex-half-cont.pic-flex-half.first {
    height: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.triple-stack-cont.auto {
    height: auto;
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.triple-stack-cont.auto.blog {
    min-height: auto;
  }

  .flex-half-cont._1 {
    height: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._2.edu {
    height: auto;
    min-height: 100px;
  }

  .flex-half-cont._3 {
    height: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._4 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .flex-half-cont._6 {
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.vision {
    min-height: 100vh;
  }

  .flex-half-cont.logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-half-cont.logo.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._10.vision1 {
    min-height: 100vh;
  }

  .flex-half-cont._10.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._11.grow2.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._11.sparkeasy5.first {
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._11.sparkeasy6 {
    min-height: 100vh;
  }

  .flex-half-cont._11.sparkeasy7 {
    min-height: 100vh;
  }

  .flex-half-cont._11.vision {
    min-height: 100vh;
  }

  .flex-half-cont._11.vision1 {
    min-height: 200vh;
  }

  .flex-half-cont._11.vision2 {
    min-height: 200vh;
  }

  .flex-half-cont._11.vision2.first {
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._11.reach.ffdd.first {
    min-height: 200vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._11.reach.auto.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._12.sparkeasy3.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._12.inspire3 {
    min-height: 100vh;
  }

  .flex-half-cont._12.vision12 {
    min-height: 100vh;
  }

  .flex-half-cont._12.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.eins {
    min-height: 200vh;
  }

  .flex-half-cont.zwei.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._20.first {
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.voc {
    min-height: 100vh;
  }

  .flex-half-cont.grey {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.podcast2.first {
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._120 {
    min-height: 120vh;
  }

  .flex-half-cont._200 {
    min-height: 200vh;
  }

  .flex-half-cont._200.ueberuns {
    min-height: 200vh;
  }

  .text-container.hide-on-phones {
    display: none;
  }

  .text-container.float-bottom.txt-white {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .text-container.float-bottom.txt-white.dat.blog.vereine {
    margin-top: 0px;
  }

  .text-container.logos {
    padding-top: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-subheading._2 {
    font-size: 25px;
  }

  .page-subheading._4.beige {
    font-size: 50px;
  }

  .page-subheading._4.beige.staat {
    font-size: 60px;
    line-height: 80px;
  }
  .page-subheading._4.spenden.staat {
    font-size: 60px;
    line-height: 80px;
  }

  .accordion {
    width: 100%;
  }

  .question-text {
    margin-top: 8px;
  }

  .question-text.rechts {
    margin-left: 10px;
  }

  .question-text.rechts.custom {
    margin-left: 23px;
  }

  .question-text.rechts.custom3 {
    margin-left: 23px;
  }

  .question-text.rechts.custom2 {
    margin-left: 12px;
  }

  .menu-list {
    overflow: scroll;
  }

  .triple-stack._1 {
    height: 33%;
  }

  .triple-stack._2 {
    height: 33%;
  }

  .triple-stack._3 {
    height: 34%;
  }

  .big-icon {
    width: 40px;
    height: 40px;
  }

  .employee-slider {
    width: 100vw;
    max-width: 100%;
    min-height: 100vh;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .employee-slider._2 {
    max-width: 100%;
    min-height: 100vh;
  }

  .employee-slider.spark {
    max-width: 100%;
  }

  .employee-slider.unfold {
    max-width: 100%;
    min-height: 120vh;
  }

  .employee-slider.reach {
    width: auto;
    height: 100%;
    max-width: none;
  }
  .employee-slider.reach {
    width: auto;
    height: 100%;
    max-width: none;
  }

  .employee-slider._200 {
    min-height: 200vh;
  }

  .employee-slide-cont {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 95vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .employee-slide-cont.bottom01._200 {
    height: 200vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .employee-slide-cont.bottom01._200.ueberuns {
    height: 200vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .employee-slide-cont.bottom01._200.ueberuns.akt {
    height: 1000px;
  }

  .employee-slide-cont.bottom01._200.ueberuns.gross {
    height: 1000px;
  }

  .employee-slide-cont._115 {
    height: 120vh;
  }

  .es-photo-cont {
    height: 65%;
  }

  .footer {
    margin-top: 0vh;
  }

  .footer-row.fr-first-row {
    display: block;
  }

  .sticky-bg-cont {
    top: 0vh;
    height: auto;
  }

  .sticky-pic-wrap {
    position: relative;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 50%;
  }

  .heading {
    font-size: 50px;
  }

  .heading.podcast.mobile {
    display: none;
  }

  .text-block-3.footer {
    display: none;
  }

  .paragraph {
    font-size: 60px;
  }

  .paragraph._2 {
    margin-top: 450px;
    margin-left: 35px;
  }

  .paragraph._2._3.home {
    margin-top: 150px;
    font-size: 100px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner {
    margin-top: 100px;
    font-size: 100px;
  }

  .paragraph.start {
    font-family: Amstirdamending, sans-serif;
  }

  .paragraph.start.tilted {
    margin-left: 0px;
  }

  .paragraph._90 {
    font-size: 90px;
  }

  .heading-13 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-14 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-14.bot.blog {
    margin-top: 40px;
    font-size: 35px;
  }

  .heading-14.mobileinv {
    display: none;
  }

  .heading-15._1._2.sparkeasy {
    font-size: 60px;
  }

  .heading-15._1._2.sparkeasy.mobile {
    display: none;
  }

  .heading-15._1._2.sparkeasy.desktop {
    display: block;
  }

  .heading-15._1._2.unite.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-5.start.sparkeasy {
    font-size: 18px;
  }

  .h16.beige {
    font-size: 35px;
  }

  .heading-16.msg {
    display: none;
  }

  .heading-16.msg.staat.spark.vis {
    display: none;
  }

  .heading-16.msg.staat.unfold {
    display: none;
  }

  .heading-16.msg.staat.db {
    display: none;
  }

  .grid {
    position: static;
  }

  .heading-17.imp {
    margin-top: 250px;
    margin-bottom: 0px;
  }

  .zahlen._1 {
    margin-left: 0px;
  }

  .div-block-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading20 {
    font-size: 25px;
    line-height: 30px;
  }

  .speech-bubble-question {
    margin-right: 15%;
  }

  .bubble-left {
    left: -6px;
    width: 24px;
  }

  .bubble-left._2 {
    left: 0px;
  }

  .bubble-left._2.inspire {
    left: 0px;
  }

  .bubble-left._2.reach {
    left: 0px;
  }

  .flex {
    display: block;
  }

  .styleguide-sidebar.blog {
    height: 350vh;
  }

  .styleguide-sidebar.blog.vereine {
    height: 200vh;
  }

  .styleguide-sidebar.blog.groesser {
    height: 200vh;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .text-field-2 {
    border-style: none;
    border-width: 1px;
    border-color: rgba(66, 66, 86, 0.27);
  }

  .text-field-2._1 {
    border-style: none;
  }

  .text-field-3 {
    border-style: none;
  }

  .zelle1 {
    font-size: 16px;
  }

  .zelle2 {
    font-size: 13px;
  }

  .zeilen.rot.oben.neu.wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .zeilen.rot._2.neu.wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .zeilen.rot.neu.wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ifo-logo {
    margin-right: 15vw;
  }

  .bloghead {
    margin-top: 10px;
  }

  .tab-dropdown {
    display: block;
    width: 70%;
    height: 50px;
    padding-top: 15px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: #50705b;
    background-image: url('/wp-content/themes/ryl-vereine/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.2px;
    cursor: pointer;
  }

  .tab-dropdown:hover {
    background-color: #50705b;
    background-image: url('/wp-content/themes/ryl-vereine/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .tab-link {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
  }

  .tab-link.w--current {
    background-color: #4a5747;
    color: #fff;
    font-weight: 600;
  }

  .tab-link.w--current:hover {
    background-color: #5c6959;
  }

  .tabs-content {
    margin-top: 25px;
    padding: 25px 0px;
  }

  .tabs-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 50;
    display: block;
    overflow: hidden;
    width: 70%;
    margin-top: -50px;
    margin-bottom: 0px;
    padding-top: 48px;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 28px 28px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }

  .icon-2 {
    width: 34px;
    height: 34px;
  }

  .dropdowncontainer {
    display: none;
  }

  .menu-button {
    background-color: #424256;
  }

  .nav-wrap {
    padding-right: 0px;
    padding-left: 15px;
  }

  .down {
    width: 34px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  .paragraph-small {
    display: block;
    font-size: 13px;
  }

  .paragraph-small.underline.mobileinv {
    display: none;
  }

  .paragraph-small.mobilesmall {
    font-size: 12px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph-tiny {
    display: none;
  }

  .section {
    overflow: hidden;
  }

  .logo-image {
    height: 80px;
    max-height: 80px;
  }

  .intro-wrap {
    margin-top: 25vh;
    padding-right: 15vw;
  }

  .intro-wrap.pod {
    margin-top: 15vh;
  }

  .contact-form-grid {
    display: block;
  }

  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.only-on-mobile {
    display: block;
  }

  .brand {
    display: inline;
    height: 80px;
    margin-top: -0.5vh;
    margin-left: 5vw;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .menu-btn {
    max-height: 60px;
    max-width: 60px;
    padding: 18%;
  }

  .menu-btn:active {
    padding: 21%;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-big {
    font-size: 1rem;
  }

  .h1 {
    font-size: 2rem;
  }

  .col {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .col.col-lg-3.col-md-6.col-12.d-flex {
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .menu-logo-wrap {
    max-height: 80px;
    padding-left: 0vw;
  }

  .menu-logo-wrap-end {
    max-height: 80px;
  }

  .menu-wrap {
    display: none;
  }

  .flex-section {
    height: auto;
    min-height: 200vh;
  }

  .flex-section._2 {
    height: auto;
  }

  .flex-section._4 {
    min-height: 200vh;
  }

  .flex-section.reachlogo._200 {
    height: auto;
  }

  .flex-section.unten {
    height: 200vh;
  }

  .flex-section.unten.autoraus {
    height: auto;
  }

  .flex-section.oben {
    height: 100vh;
    min-height: 0vh;
  }

  .flex-section._100 {
    min-height: 100vh;
  }

  .flex-half-cont.first-flex.pic-flex-half {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.first-flex.pic-flex-half.l {
    min-height: 100vh;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-half-cont.first-flex.pic-flex-half.l.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.first-flex.pic-flex-half.l.vorher {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.first-flex.guide._2 {
    min-height: 100vh;
  }

  .flex-half-cont.pic-flex-half {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.pic-flex-half.l {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-half-cont.pic-flex-half._100 {
    height: 100vh;
  }

  .flex-half-cont.pic-flex-half._100.first {
    height: auto;
  }

  .flex-half-cont._2.edu {
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.vision {
    min-height: 100vh;
  }

  .flex-half-cont.logo.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._10.vision1 {
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold9._7 {
    padding-bottom: 30px;
  }

  .flex-half-cont._11.vision {
    min-height: 100vh;
  }

  .flex-half-cont._11.vision1 {
    min-height: 100vh;
  }

  .flex-half-cont._11.vision2 {
    min-height: 100vh;
  }

  .flex-half-cont._11.reach.ffdd.first {
    min-height: 100vh;
  }

  .flex-half-cont._11.reach.auto {
    height: auto;
    min-height: 100px;
  }

  .flex-half-cont._11.reach.auto.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._12.inspire3 {
    min-height: 100vh;
  }

  .flex-half-cont._12.vision12 {
    min-height: 100vh;
  }

  .flex-half-cont._12.reach2.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._12.reach2.first.auto {
    height: auto;
    min-height: 100px;
  }

  .flex-half-cont.eins {
    min-height: 100vh;
  }

  .flex-half-cont._20.first {
    min-height: 100vh;
  }

  .flex-half-cont.voc {
    min-height: 100vh;
  }

  .flex-half-cont._200 {
    min-height: 120vh;
  }

  .flex-half-cont._200.ueberuns {
    min-height: 120vh;
  }

  .text-container {
    padding: 12vw 8vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-container.hero-text-container {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .text-container.footer-text-cont {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .text-container.footer-text-cont.txt-center {
    text-align: center;
  }

  .text-container.float-bottom.txt-white {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .text-container.float-bottom.txt-white.dat.blog {
    padding-top: 8vw;
  }

  .text-container.float-bottom.txt-white.dat.blog.vereine {
    margin-top: 100px;
  }

  .text-container.float-bottom.txt-white.up {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .text-container.float-bottom.txt-white.oben {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .text-container.float-bottom.txt-white.mitte {
    left: -25%;
    top: 42%;
    right: 0%;
    bottom: 0%;
    display: block;
  }

  .text-container.logos {
    position: relative;
    top: 0%;
    padding-top: 0vh;
  }

  .page-subheading {
    font-size: 40px;
  }

  .page-subheading._2 {
    font-size: 18px;
  }

  .page-subheading._4.beige {
    font-size: 30px;
  }

  .page-subheading._4.beige.staat {
    font-size: 40px;
    line-height: 60px;
  }
  .page-subheading._4.spenden.staat {
    font-size: 40px;
    line-height: 60px;
  }

  .page-subheading.voc {
    font-size: 20px;
  }

  .page-subheading.startseite.home {
    font-size: 40px;
  }

  .bg-image.animate-bg._8.sparkeasy2.inv {
    display: none;
  }

  .bg-image.animate-bg._8.sparkeasy2.mobil {
    display: block;
  }

  .bg-image.animate-bg._9.reach2.inv {
    display: none;
  }

  .bg-image.animate-bg._9.reach2.mobil {
    display: block;
  }

  .bg-image.animate-bg.bot12.mobile {
    display: block;
  }

  .bg-image.animate-bg.bot12.desktop {
    display: none;
  }

  .accordion-header {
    padding-right: 10px;
    padding-left: 10px;
  }

  .question-text {
    margin-bottom: 8px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .question-text.question-heading._1.voc.vis {
    font-size: 13px;
  }

  .question-text.question-heading._1.reach {
    font-size: 16px;
    line-height: 20px;
  }

  .question-text.rechts {
    margin-right: 10px;
    margin-left: -10px;
    padding-right: 0px;
  }

  .question-text.rechts.custom {
    margin-left: 3px;
  }

  .question-text.rechts.custom3 {
    margin-left: 3px;
  }

  .question-text.rechts.custom2 {
    margin-left: -10px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-basic {
    margin-left: 0px;
  }

  .button-line {
    margin-right: 10px;
  }

  .menu-list {
    padding-top: 20vh;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .menu-list-link.mobil.kontakt {
    display: none;
  }

  .social-media-link-box {
    width: 28px;
    height: 28px;
    margin-right: 7px;
    margin-left: 7px;
  }

  .triple-stack-flex.guide.untenplatz {
    margin-bottom: 0px;
  }

  .big-icon {
    width: 36px;
    height: 36px;
    margin-right: 5px;
  }

  .big-icon.pfeil.gro.zwei {
    margin-left: 35px;
  }

  .big-icon.pfeil.gro.zwei.podcast {
    margin-left: 20px;
  }

  .big-icon.blog {
    margin-left: 5px;
  }

  .employee-slider {
    width: 100vw;
  }

  .employee-slider._200 {
    min-height: 120vh;
  }

  .employee-slide-cont.bottom01._200 {
    height: 120vh;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .employee-slide-cont.bottom01._200.ueberuns {
    height: 120vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .es-photo-cont {
    width: 95%;
    height: 40%;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .slide-arrow.sa-right {
    width: 15vw;
    font-size: 30px;
  }

  .slide-arrow.sa-left {
    width: 15vw;
    font-size: 30px;
  }

  .employee-text-cont {
    height: 25%;
  }

  .footer {
    margin-top: 0vh;
  }

  .footer-row.fr-first-row {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .footer-row.fr-second-row {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .footer-row.fr-last-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .footer-link-block {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .footer-social-media-links {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .full-bg-image {
    background-position: 68% 50%;
  }

  .sticky-bg-cont {
    height: 100%;
  }

  .sticky-pic-wrap {
    height: 100%;
  }

  .section-arrow-lb {
    display: none;
    font-size: 10vw;
  }

  .flex-half-text-cont-spacer {
    font-size: 13px;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 75%;
  }

  .flex-half-text-cont-spacer._1._3 {
    font-size: 13px;
  }

  .flex-half-text-cont-spacer._1._3.breite {
    width: 95%;
  }

  .flex-half-text-cont-spacer._2 {
    width: 100%;
  }

  .flex-half-text-cont-spacer._2.reachgrid {
    font-size: 11px;
  }

  .flex-half-text-cont-spacer._2.reachgrid.fett {
    font-size: 13px;
  }

  .flex-half-text-cont-spacer._2.dick.presse {
    width: 250px;
  }

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

  .div-block._2.home {
    top: 0%;
  }

  .div-block._3.hom.home {
    bottom: 20%;
  }

  .heading {
    font-size: 30px;
  }

  .heading.podcast {
    display: none;
  }

  .heading.podcast.mobile {
    display: block;
    font-size: 70px;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .heading-3.klein.blog {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-6.kleiner {
    font-size: 23px;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .text-block-3.footer {
    display: none;
    text-align: left;
  }

  .text-block-3.footer.platz {
    text-align: left;
  }

  .button-2 {
    font-size: 11px;
  }

  .button-2._10 {
    margin-right: 0px;
  }

  .button-2.home.mobilesmall {
    width: 232px;
    font-size: 11px;
  }

  .button-2.podcast.farbe1 {
    width: 190px;
  }

  .button-2.podcast.farbe2 {
    width: 190px;
  }

  .button-2.podcast.farbe3 {
    width: 190px;
  }

  .button-2.podcast.farbe4 {
    width: 190px;
  }

  .button-2.vereine {
    width: 165px;
    font-size: 10px;
  }

  .paragraph {
    margin-left: 0px;
    font-size: 60px;
    text-align: center;
  }

  .paragraph._2 {
    margin-top: 330px;
    margin-left: 15px;
    font-size: 80px;
  }

  .paragraph._2._3 {
    margin-top: 300px;
  }

  .paragraph._2._3.home {
    font-size: 80px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner {
    font-size: 70px;
  }

  .paragraph._3 {
    margin-top: 40px;
    font-size: 75px;
  }

  .paragraph._3.home {
    font-size: 70px;
  }

  .paragraph.start {
    font-family: Amstirdamending, sans-serif;
    font-weight: 400;
  }

  .paragraph.tilted {
    margin-left: 0px;
  }

  .paragraph.tilted.neu {
    margin-left: 0px;
  }

  .text-block-4 {
    bottom: 12%;
    font-size: 15px;
  }

  .text-block-4.platzuntenrein {
    bottom: 15%;
    margin-bottom: 5vw;
    padding-bottom: 0vw;
  }

  .heading-13 {
    font-size: 45px;
    line-height: 40px;
  }

  .heading-14 {
    line-height: 35px;
  }

  .heading-14.bot.dat.tr {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-14.bot.blog {
    max-width: none;
    margin-top: 0px;
    font-size: 30px;
  }

  .heading-14.bot.blog.vereine {
    margin-top: 0px;
  }

  .heading-14.mobileinv {
    display: block;
    height: auto;
  }

  .heading-14.vis {
    display: none;
  }

  .heading-15._1 {
    line-height: 80px;
  }

  .heading-15._1._2.sparkeasy.mobile {
    display: block;
    font-size: 65px;
    line-height: 70px;
  }

  .heading-15._1._2.sparkeasy.desktop {
    display: none;
  }

  .heading-15._1.mitte {
    font-size: 60px;
  }

  .heading-15._1.mitte.tilted {
    font-size: 60px;
  }

  .heading-15.voc.tilted.rough {
    color: #424256;
    font-size: 35px;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .h16.beige {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-16.msg {
    display: none;
  }

  .heading-16.msg.staat {
    display: block;
  }

  .heading-16.msg.staat.spark.vis {
    display: block;
    margin-bottom: 10px;
  }

  .heading-16.msg.staat.unfold {
    display: block;
  }

  .heading-16.msg.staat.db {
    display: block;
  }

  .heading-16.guide.unten.sparkeasy {
    font-size: 20px;
  }

  .heading-16.sparkeasy {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-16.sparkeasy.reach.slider {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-16.staat {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-16.staat.db {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-17.voc.tilted {
    font-size: 35px;
  }

  .heading-17.bot1._2 {
    font-size: 67px;
    line-height: 80px;
  }

  .heading-17.bot1._2.blue {
    color: #424256;
    font-size: 120px;
  }

  .heading-17.bot1.mobileopt {
    font-size: 250px;
    line-height: 130px;
  }

  .heading-17.imp {
    margin-top: 125px;
    margin-bottom: 0px;
    font-size: 125px;
    line-height: 125px;
  }

  .heading-17.dat {
    margin-top: 0px;
    font-size: 125px;
    line-height: 125px;
  }

  .heading-17.dat.tr {
    margin-top: 0px;
    font-size: 125px;
    line-height: 125px;
  }

  .heading-17.dat.tr.presse {
    margin-top: 0px;
  }

  .heading-17.dat.tr.blog {
    margin-top: -15px;
    font-size: 100px;
    line-height: 100px;
  }

  .heading-17.vision.inspire3.unfold.farbe {
    font-size: 50px;
  }

  .heading-17.kleiner {
    font-size: 33px;
  }

  .heading-17.dark {
    display: block;
    color: #000;
    text-align: center;
  }

  .heading-17.dark.klein {
    font-size: 30px;
  }

  ._1._2._3.sparkeasy.reachgrid {
    font-size: 18px;
  }

  ._1._2._3.staat.db {
    font-size: 25px;
    line-height: 35px;
  }

  ._1._2._3.unfold.podcast1 {
    margin-top: 50px;
  }

  .berschrift1 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading20 {
    font-size: 25px;
    line-height: 30px;
  }

  .speech-bubble-question {
    margin-right: 0%;
  }

  .speech-bubble-question.show-if-in-view.reach {
    margin-top: 30px;
    margin-right: 10%;
    margin-left: 10%;
  }

  .bubble-left._2.unfold {
    left: 0px;
  }

  .bubble-left._1 {
    left: 0px;
  }

  .link-2.mail-alles.elisa.invmob {
    display: none;
  }

  .link-2.stefan.invmob {
    display: none;
  }

  .heading-18.staat {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-18.staat.db {
    font-size: 25px;
    line-height: 35px;
  }

  .flex {
    display: block;
  }

  .styleguide-sidebar.blog {
    height: 140vh;
  }

  .styleguide-sidebar.blog._2 {
    height: 120vh;
  }

  .styleguide-sidebar.blog.vereine {
    height: 110vh;
  }

  .styleguide-sidebar.blog.groesser {
    height: 150vh;
  }

  .styleguide-sidebar._100 {
    min-height: 100vh;
  }

  .container-default {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default.scroll {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-2.spende {
    position: static;
  }

  .image-2.presse {
    min-height: 0px;
  }

  .image-2.blog {
    position: static;
    height: 100%;
    object-fit: cover;
  }

  .staat.db {
    font-size: 25px;
    line-height: 35px;
  }

  .bold-text-3 {
    font-size: 13px;
  }

  .italic-text-2 {
    font-size: 0.8rem;
  }

  .field-label-form.rot {
    font-size: 10px;
  }

  .field-label-form.blau {
    font-size: 10px;
  }

  .text-field-2 {
    border: 1px none #000;
    font-size: 10px;
  }

  .text-field-2._1 {
    font-size: 10px;
  }

  .text-field-3 {
    border-style: none;
    font-size: 10px;
  }

  .checkbox-field.kurz._2._3 {
    margin-left: 10px;
  }

  .checkbox-label {
    font-size: 10px;
    text-transform: none;
  }

  .checkbox {
    width: 40px;
    height: 10px;
  }

  .checkbox.platzweg {
    width: 10px;
    margin-right: 5px;
  }

  .checkbox._1 {
    width: 10px;
  }

  .checkbox._2 {
    width: 30px;
  }

  .checkbox.kuerzer {
    width: auto;
    margin-right: 5px;
  }

  .zelle1 {
    font-size: 12px;
  }

  .zelle2 {
    font-size: 11px;
  }

  .a {
    font-size: 12px;
  }

  .b {
    font-size: 12px;
  }

  .b.o {
    font-size: 11px;
  }

  .flex-half-text-cont-spacer-2 {
    font-size: 13px;
  }

  .zeilen.rot.oben.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .zeilen.rot._2.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .zeilen.rot.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .podlink {
    font-size: 13px;
  }

  .podlink.oben.dunkel {
    font-size: 13px;
  }

  .ifo-logo {
    display: none;
    margin-right: 5vw;
    margin-left: 0vw;
  }

  .leiste1 {
    font-size: 13px;
  }

  .bold-text-5.mobilesmall {
    font-size: 12px;
  }

  .bold-text-6.mobilesmall {
    font-size: 12px;
  }

  .bold-text-7.mobilesmall {
    font-size: 12px;
  }

  .grid-2.reach {
    margin-top: 50px;
    -ms-grid-rows: 115px 115px 115px 115px;
    grid-template-rows: 115px 115px 115px 115px;
  }

  .heading-20.blog {
    font-size: 12px;
  }

  .bloghead {
    margin-top: 10px;
  }

  .mix {
    display: none;
  }

  .tab-dropdown {
    width: 100%;
    padding-top: 13px;
    padding-left: 0px;
    background-color: #50705b;
    background-position: 94% 50%;
    font-size: 16px;
    text-align: left;
  }

  .tab-dropdown:hover {
    background-color: #50705b;
  }

  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .tab-link.w--current {
    background-color: #4a5747;
    color: #fff;
  }

  .tabs-content {
    margin-top: 30px;
    padding: 20px 0px;
  }

  .tabs-menu {
    display: none;
    width: 100%;
  }

  .post-card-image {
    height: 58vw;
  }

  .checkboxmetries {
    margin-left: 5px;
  }

  .checkboxmetries._2 {
    margin-left: 5px;
  }

  .divdreier {
    margin-left: 10px;
  }

  .navlink {
    font-family: Suisseintl, sans-serif;
  }

  .menu-button {
    background-color: #424256;
    color: #424256;
  }

  .navbar {
    position: fixed;
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .down {
    width: 34px;
  }

  .etwas-kleiner {
    font-size: 25px;
  }
}

#w-node-_4e752545-69ff-6b2a-6ec0-c5719a24e48d-9a24e480 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4e752545-69ff-6b2a-6ec0-c5719a24e491-9a24e480 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f08cb0cc-fc1b-3513-c26b-2567b4de230a-c06790d6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-dff537aa-47d2-0794-8bb0-e7c103bb4762-c06790d6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_8f56c0c8-ec15-a80b-5e72-8f3b00c4a7a5-c06790d6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_47131fe0-bb0f-2728-8247-f263d436db75-c06790d6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_6d095b4f-0ace-da7b-833c-90f1b97b83e3-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_17ef20f0-9152-41ac-c75b-2de5d3dcd7f0-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_751c6c9e-c93f-5637-ee7e-3bf858260362-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-c6b202de-fdd0-6309-c0a3-b5435a8a66c0-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5ada2688-93e1-1a23-cc85-fbbab95fb20e-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-edb5b69d-e2ab-cc01-9b3a-ad503f32e078-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-dbe2cbb1-4890-1bad-a910-8d999c289a1a-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_24388b67-bd5a-5b70-5f00-23bdc9b67a00-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_79450aaf-0f9b-5e0a-bd5f-9ef1bc09c5e0-f767915f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_79450aaf-0f9b-5e0a-bd5f-9ef1bc09c5e4-f767915f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_329af423-6953-e540-bb34-c51ba04661ff-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_329af423-6953-e540-bb34-c51ba0466203-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_329af423-6953-e540-bb34-c51ba046620f-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9a2b2608-4fed-4144-25c7-5b3f6df8691c-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9a2b2608-4fed-4144-25c7-5b3f6df86920-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_69c21687-84f2-a4d1-c75a-3ddf3a4f2d5d-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a365e4aa-580e-ef78-28ce-b6ef1dc69139-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_1a851b53-4ff7-568f-98ec-267e447f6bf5-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_054e138b-e59c-b18b-c143-010eac705f25-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_75c4880a-8f33-1cdf-854e-232577e1c78a-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e000b767-c4c8-9ee4-09a6-286742f3f456-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5d22d6e5-6744-0b60-e138-de0efb631b5c-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a3ab6a1d-4ff1-3d72-3eeb-a9461218bb46-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-de4e9527-a49e-47cf-69f7-01bddec71c8a-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_32bc944a-6925-ccb4-6c3a-d31d7eecda75-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_32d3215d-bc47-455e-a42f-711803475f3f-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cf0cf3b4-3b68-2b84-7257-bb5c0a89dce7-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_329af423-6953-e540-bb34-c51ba04661ff-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_329af423-6953-e540-bb34-c51ba0466203-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_329af423-6953-e540-bb34-c51ba046620f-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb71-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb75-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb79-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb7d-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb81-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_21a71a17-2278-292b-79e8-6649430e3fe9-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b866bd4a-b6b0-fb0c-9d46-36d15cdaf0bb-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb85-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-eebfbec0-7ffb-2fd6-78a1-111ddd262b33-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ea178515-5e3b-884a-7501-c3ab83ca274b-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cba4-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cba8-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-_75c4880a-8f33-1cdf-854e-232577e1c78a-1c679176 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_21a71a17-2278-292b-79e8-6649430e3fe9-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-b866bd4a-b6b0-fb0c-9d46-36d15cdaf0bb-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb85-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-eebfbec0-7ffb-2fd6-78a1-111ddd262b33-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-ea178515-5e3b-884a-7501-c3ab83ca274b-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4e752545-69ff-6b2a-6ec0-c5719a24e491-9a24e480 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_79450aaf-0f9b-5e0a-bd5f-9ef1bc09c5e4-f767915f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_329af423-6953-e540-bb34-c51ba04661ff-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_329af423-6953-e540-bb34-c51ba0466203-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_329af423-6953-e540-bb34-c51ba046620f-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9a2b2608-4fed-4144-25c7-5b3f6df8691c-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9a2b2608-4fed-4144-25c7-5b3f6df86920-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_69c21687-84f2-a4d1-c75a-3ddf3a4f2d5d-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a365e4aa-580e-ef78-28ce-b6ef1dc69139-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1a851b53-4ff7-568f-98ec-267e447f6bf5-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_054e138b-e59c-b18b-c143-010eac705f25-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e000b767-c4c8-9ee4-09a6-286742f3f456-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5d22d6e5-6744-0b60-e138-de0efb631b5c-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a3ab6a1d-4ff1-3d72-3eeb-a9461218bb46-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-de4e9527-a49e-47cf-69f7-01bddec71c8a-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_32bc944a-6925-ccb4-6c3a-d31d7eecda75-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_32d3215d-bc47-455e-a42f-711803475f3f-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_329af423-6953-e540-bb34-c51ba04661ff-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_329af423-6953-e540-bb34-c51ba0466203-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_329af423-6953-e540-bb34-c51ba046620f-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb71-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb75-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb79-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb7d-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb81-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_21a71a17-2278-292b-79e8-6649430e3fe9-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b866bd4a-b6b0-fb0c-9d46-36d15cdaf0bb-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb85-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eebfbec0-7ffb-2fd6-78a1-111ddd262b33-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ea178515-5e3b-884a-7501-c3ab83ca274b-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cba4-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cba8-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Suisseworks';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-RegularItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-BookItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-RegularItalic.otf') format('opentype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-MediumItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Medium.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-UltralightItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-UltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Ultralight.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks book';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Book.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-ThinItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Thin.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Bold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Thin.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-ThinItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-LightItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Light.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-SemiBold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-RegularItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Medium.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlmono';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlMono-Bold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlMono-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-MediumItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlmono';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlMono-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-Bold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-RegularItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-MediumItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Semibold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Semibold.otf') format('opentype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-SemiBoldIta.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-BoldItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-Light.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-Medium.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Black.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-BlackItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-LightItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Bold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-MediumItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl book';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Book.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-BoldItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-BookItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-RegularItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-BookItalic.otf') format('opentype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Bold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-BoldItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-RegularItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Light.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-LightItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Medium.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlCond-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-SemiBoldItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlmono';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlMono-Thin.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntlMono-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-Thin.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-ThinItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseSign-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-SemiBold.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-SemiBoldItalic.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/SuisseIntl-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amstirdam';
  src: url('/wp-content/themes/ryl-vereine/fonts/Amstirdam.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/Amstirdam.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mystique';
  src: url('/wp-content/themes/ryl-vereine/fonts/Mystique-Regular.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/Mystique-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mystique splashes';
  src: url('/wp-content/themes/ryl-vereine/fonts/Mystique-Splashes.ttf') format('truetype'), url('/wp-content/themes/ryl-vereine/fonts/Mystique-Splashes.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roughmarker';
  src: url('/wp-content/themes/ryl-vereine/fonts/Roughmarker.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('/wp-content/themes/ryl-vereine/fonts/SuisseWorks-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amstirdamendingswash';
  src: url('/wp-content/themes/ryl-vereine/fonts/AmstirdamEndingSwash.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amstirdamending';
  src: url('/wp-content/themes/ryl-vereine/fonts/AmstirdamEnding.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hessleyandreas 7brdr';
  src: url('/wp-content/themes/ryl-vereine/fonts/hessleyandreas-7brdr.otf') format('opentype'), url('/wp-content/themes/ryl-vereine/fonts/hessleyandreas-7brdr.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Staat';
  src: url('/wp-content/themes/ryl-vereine/fonts/Staat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Staat';
  src: url('/wp-content/themes/ryl-vereine/fonts/Staat-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

#spendenbutton {
    position: fixed;
    display: block;
    top: 40%;
    right: 0%;
    margin: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px #264652;
    box-shadow: 0px 0px 20px 0px #264652;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

#spendenbutton:hover{
  box-shadow: 0px 0px 50px 0px #000;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@media screen and (max-width: 370px){
  .donation-image{
    height: 100px !important;
  }
}

.row.ryllogo{
  background-color: #3b4254;
}

.column.ryllogo{
  margin: 10%;
  background-color: #3b4254;
  border-bottom: none;
}

.ryllogo img {
    display: inline !important;
    max-width: 30% !important;
    margin-left: 10px;
    margin-bottom: 10px;
}

.w-button.mint{
    background-color: #bddcc8;
    color: #000;
}

.triple-stack-flex.guide.untenplatz.mint{
  margin-top: 10px;
}

#wp-admin-bar-et-use-visual-builder {
    display: none;
}

.flex-half-cont.logo.first{
  background-color: #dc744d;
}

.heading-16.guide.unten.sparkeasy.reach.vereine.anmeldung {
    margin-top: 50px;
}

.anmeldung .text-container.utnenguide.reachvereine {
    padding-top: 10vw;
}

.div-form-contact{
  margin-top:0px !important;
}

.div-form-contact .wpcf7-form-control-wrap, .div-form-contact .wpcf7-form-control-wrap input{
  width: 100%;
  height:100%;
}

.div-form-contact.blau.unfold input, .div-form-contact.blau.unfold select, .div-form-contact.blau.unfold textarea{
  background-color: #f3e5d1;
}

.div-form-contact.blau.un input, .div-form-contact.blau.un select, .div-form-contact.blau.un textarea{
  background-color: #b2c1c7;
}

.div-form-contact.rot._1.unfold input, .div-form-contact.rot._1.unfold select, .div-form-contact.rot._1.unfold textarea{
  background-color: #f1f2f5;
}

.div-form-contact.rot input, .div-form-contact.rot select, .div-form-contact.rot textarea{
  height: 100%;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #f8bc9c;
  font-family: Suisseintl, sans-serif;
}

.div-form-contact.blau input, .div-form-contact.blau select, .div-form-contact.blau textarea{
  height: 100%;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #aeb1d5;
  font-family: Suisseintl, sans-serif;
}

.wpcf7-form-control-wrap.bildungsakteurin-389 {
    width: 4%;
    margin-top: 33px;
}

input:focus-visible, textarea:focus-visible {
    outline: none;
}

.wpcf7-form-control-wrap.previousryl, .wpcf7-form-control-wrap.adresstyp{
  margin-top: 3%;
}

.previousryl input {
    margin-left: -6px;
}

.wpcf7-select{
  width: 100%;
  height: 100%;
}

.div-form-contact.textarea{
  height: 250px;
}

.div-form-contact textarea{
  resize: none;
}

#contact-form-studentin, #contact-form-school, #contact-form-company {
    padding-top: 0;
    padding-bottom: 5vw;
}

.wpcf7-form-control.wpcf7-radio{
  float: right;
}

.wpcf7 {
    margin-top: 15px;
}

.flex-half-cont._11.unfold9._7.inspireleft {
  background-color: #b2c0c6;
}

.flex-half-cont._11.unfold10.inspireright {
  background-color: #f3986b;
}

.wpcf7-form .name-wrap, .wpcf7-form .email-wrap {
    width: 50%;
}

.footer.w-input {
    margin-top: -10%;
}

.div-form-contact .wpcf7-form-control-wrap {
    border-left: lightgray;
    border-left-style: solid;
    border-left-width: 1px;
}

.w-layout-grid.grid-5.trainer {
    grid-template-columns: 1fr 1fr 1fr;
}

.wpcf7-form-control.wpcf7-textarea{
  width: 100%;
}

.standortlogo {
  width: 20%;
  float: left;
  padding: 1.5%;
}

.full-bg-image.home.trainerausbildung{
  background-image:url('/wp-content/themes/ryl-vereine/images/trainer_background.jpg');
}

  .text-container.logos.ueber{
    margin-bottom: 0px;
  }

.heading-15._1.mitte.tilted.dark {
  color: #424256;
}

#WebToLeadForm .div-form-contact input, #WebToLeadForm .div-form-contact select {
  font-size: 13px !important;
  width: 100% !important;
}

#WebToLeadForm input, #WebToLeadForm select {
  border-left: lightgray;
    border-left-style: none;
    border-left-width: medium;
  border-left-style: solid;
  border-left-width: 1px;
}

.suiteformcheckbox{
  height: 50% !important;
  margin-left: -80%;
}

.extraspace .employee-slide.w-slide {
  padding-bottom: 75%;
}

/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-brands-400.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-brands-400.eot#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-brands-400.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-brands-400.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-brands-400.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-regular-400.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-regular-400.eot#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-regular-400.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-regular-400.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-regular-400.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-solid-900.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-solid-900.eot#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-solid-900.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-solid-900.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-solid-900.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/* According Arrow */
.accordion__item > .accordion-header:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\f077";
  color: #000;
  float: right;
  position: relative;
  display: block;
  top: 2px;
  transition: 0.3s all;
  transform: rotate(-180deg);
  opacity: 100;
}
.accordion__item.active > .accordion-header:after {
  transform: rotate(0deg);
}
.accordion-body.js-accordion-body {
  display: none;
}

img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }

img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}

.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-form input[type=submit]{width:auto}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}

.safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%}

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.w-dyn-items.loading .w-dyn-item {
    visibility: hidden;
}

[data-udy-fe-enabled="link_"] a * {
    pointer-events: none;
}

[udy-el="wc-variation-add-to-cart"] select {
    display: none;
}

.udy-wc-notices-wrapper a {
    display: inline-block;
}

.udy-wc-notices-wrapper {
    opacity: 0;
    transition: opacity 1s linear;
}

.udy-wc-notices-wrapper.is-ajax, .udy-wc-notices-wrapper.is-ajaxnotices-parent {
    opacity: 1;
    transition: opacity 1s linear;
}

/* bug fix for checkout notices */
.woocommerce-NoticeGroup-checkout .udy-wc-notices-wrapper {
    opacity: 1!important;
}

[udy-el="wc-cart"].empty form > *{
    display: none;
}
[udy-el="wc-cart"].empty form .w-dyn-list{
    display: inherit;
}

.woocommerce-MyAccount-content p a, .woocommerce p a {
    display: inline;
}

p.logged-in-as a {
    display: inline-block;
}

ul ul.children {
    list-style-type: inherit;
}

/*
    Theme Name: rock-your-life-vereine
    Author: Jan Hery & Philip Hanke
    Description: Theme for new RYL! Vereine CI
    Version: 1.0.0
    License: GPL v2
    License URI: https://www.gnu.org/licenses/licenses.html
    Text Domain: ryl-vereine
    */
    .screen-reader-text {
      display: none;
    }

/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html{box-sizing:border-box;-ms-overflow-style:scrollbar}.sp-dsgvo *,.sp-dsgvo ::after,.sp-dsgvo ::before{box-sizing:inherit}.sp-dsgvo .container,.sp-dsgvo .container-fluid,.sp-dsgvo .container-lg,.sp-dsgvo .container-md,.sp-dsgvo .container-sm,.sp-dsgvo .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.sp-dsgvo .container,.sp-dsgvo .container-sm{max-width:540px}}@media (min-width:768px){.sp-dsgvo .container,.sp-dsgvo .container-md,.sp-dsgvo .container-sm{max-width:720px}}@media (min-width:992px){.sp-dsgvo .container,.sp-dsgvo .container-lg,.sp-dsgvo .container-md,.sp-dsgvo .container-sm{max-width:960px}}@media (min-width:1200px){.sp-dsgvo .container,.sp-dsgvo .container-lg,.sp-dsgvo .container-md,.sp-dsgvo .container-sm,.sp-dsgvo .container-xl{max-width:1140px}}.sp-dsgvo .lwb-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.sp-dsgvo .no-gutters{margin-right:0;margin-left:0}.sp-dsgvo .no-gutters>.sp-dsgvo .lwb-col,.sp-dsgvo .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.sp-dsgvo .lwb-col,.sp-dsgvo .lwb-col-1,.sp-dsgvo .lwb-col-10,.sp-dsgvo .lwb-col-11,.sp-dsgvo .lwb-col-12,.sp-dsgvo .lwb-col-2,.sp-dsgvo .lwb-col-3,.sp-dsgvo .lwb-col-4,.sp-dsgvo .lwb-col-5,.sp-dsgvo .lwb-col-6,.sp-dsgvo .lwb-col-7,.sp-dsgvo .lwb-col-8,.sp-dsgvo .lwb-col-9{position:relative;width:100%;padding-right:15px;padding-left:15px}.sp-dsgvo .lwb-col-auto{position:relative;padding-right:15px;padding-left:15px}.sp-dsgvo .lwb-col-lg,.sp-dsgvo .lwb-col-lg-1,.sp-dsgvo .lwb-col-lg-10,.sp-dsgvo .lwb-col-lg-11,.sp-dsgvo .lwb-col-lg-12,.sp-dsgvo .lwb-col-lg-2,.sp-dsgvo .lwb-col-lg-3,.sp-dsgvo .lwb-col-lg-4,.sp-dsgvo .lwb-col-lg-5,.sp-dsgvo .lwb-col-lg-6,.sp-dsgvo .lwb-col-lg-7,.sp-dsgvo .lwb-col-lg-8,.sp-dsgvo .lwb-col-lg-9,.sp-dsgvo .lwb-col-lg-auto,.sp-dsgvo .lwb-col-md,.sp-dsgvo .lwb-col-md-1,.sp-dsgvo .lwb-col-md-10,.sp-dsgvo .lwb-col-md-11,.sp-dsgvo .lwb-col-md-12,.sp-dsgvo .lwb-col-md-2,.sp-dsgvo .lwb-col-md-3,.sp-dsgvo .lwb-col-md-4,.sp-dsgvo .lwb-col-md-5,.sp-dsgvo .lwb-col-md-6,.sp-dsgvo .lwb-col-md-7,.sp-dsgvo .lwb-col-md-8,.sp-dsgvo .lwb-col-md-9,.sp-dsgvo .lwb-col-md-auto,.sp-dsgvo .lwb-col-sm,.sp-dsgvo .lwb-col-sm-1,.sp-dsgvo .lwb-col-sm-10,.sp-dsgvo .lwb-col-sm-11,.sp-dsgvo .lwb-col-sm-12,.sp-dsgvo .lwb-col-sm-2,.sp-dsgvo .lwb-col-sm-3,.sp-dsgvo .lwb-col-sm-4,.sp-dsgvo .lwb-col-sm-5,.sp-dsgvo .lwb-col-sm-6,.sp-dsgvo .lwb-col-sm-7,.sp-dsgvo .lwb-col-sm-8,.sp-dsgvo .lwb-col-sm-9,.sp-dsgvo .lwb-col-sm-auto,.sp-dsgvo .lwb-col-xl,.sp-dsgvo .lwb-col-xl-1,.sp-dsgvo .lwb-col-xl-10,.sp-dsgvo .lwb-col-xl-11,.sp-dsgvo .lwb-col-xl-12,.sp-dsgvo .lwb-col-xl-2,.sp-dsgvo .lwb-col-xl-3,.sp-dsgvo .lwb-col-xl-4,.sp-dsgvo .lwb-col-xl-5,.sp-dsgvo .lwb-col-xl-6,.sp-dsgvo .lwb-col-xl-7,.sp-dsgvo .lwb-col-xl-8,.sp-dsgvo .lwb-col-xl-9,.sp-dsgvo .lwb-col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.sp-dsgvo .lwb-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-1{margin-left:8.333333%}.sp-dsgvo .offset-2{margin-left:16.666667%}.sp-dsgvo .offset-3{margin-left:25%}.sp-dsgvo .offset-4{margin-left:33.333333%}.sp-dsgvo .offset-5{margin-left:41.666667%}.sp-dsgvo .offset-6{margin-left:50%}.sp-dsgvo .offset-7{margin-left:58.333333%}.sp-dsgvo .offset-8{margin-left:66.666667%}.sp-dsgvo .offset-9{margin-left:75%}.sp-dsgvo .offset-10{margin-left:83.333333%}.sp-dsgvo .offset-11{margin-left:91.666667%}@media (min-width:576px){.sp-dsgvo .lwb-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-sm-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-sm-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-sm-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-sm-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-sm-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-sm-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-sm-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-sm-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-sm-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-sm-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-sm-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-sm-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-sm-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-sm-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-sm-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-sm-0{margin-left:0}.sp-dsgvo .offset-sm-1{margin-left:8.333333%}.sp-dsgvo .offset-sm-2{margin-left:16.666667%}.sp-dsgvo .offset-sm-3{margin-left:25%}.sp-dsgvo .offset-sm-4{margin-left:33.333333%}.sp-dsgvo .offset-sm-5{margin-left:41.666667%}.sp-dsgvo .offset-sm-6{margin-left:50%}.sp-dsgvo .offset-sm-7{margin-left:58.333333%}.sp-dsgvo .offset-sm-8{margin-left:66.666667%}.sp-dsgvo .offset-sm-9{margin-left:75%}.sp-dsgvo .offset-sm-10{margin-left:83.333333%}.sp-dsgvo .offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.sp-dsgvo .lwb-col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-md-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-md-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-md-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-md-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-md-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-md-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-md-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-md-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-md-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-md-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-md-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-md-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-md-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-md-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-md-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-md-0{margin-left:0}.sp-dsgvo .offset-md-1{margin-left:8.333333%}.sp-dsgvo .offset-md-2{margin-left:16.666667%}.sp-dsgvo .offset-md-3{margin-left:25%}.sp-dsgvo .offset-md-4{margin-left:33.333333%}.sp-dsgvo .offset-md-5{margin-left:41.666667%}.sp-dsgvo .offset-md-6{margin-left:50%}.sp-dsgvo .offset-md-7{margin-left:58.333333%}.sp-dsgvo .offset-md-8{margin-left:66.666667%}.sp-dsgvo .offset-md-9{margin-left:75%}.sp-dsgvo .offset-md-10{margin-left:83.333333%}.sp-dsgvo .offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.sp-dsgvo .lwb-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-lg-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-lg-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-lg-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-lg-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-lg-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-lg-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-lg-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-lg-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-lg-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-lg-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-lg-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-lg-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-lg-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-lg-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-lg-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-lg-0{margin-left:0}.sp-dsgvo .offset-lg-1{margin-left:8.333333%}.sp-dsgvo .offset-lg-2{margin-left:16.666667%}.sp-dsgvo .offset-lg-3{margin-left:25%}.sp-dsgvo .offset-lg-4{margin-left:33.333333%}.sp-dsgvo .offset-lg-5{margin-left:41.666667%}.sp-dsgvo .offset-lg-6{margin-left:50%}.sp-dsgvo .offset-lg-7{margin-left:58.333333%}.sp-dsgvo .offset-lg-8{margin-left:66.666667%}.sp-dsgvo .offset-lg-9{margin-left:75%}.sp-dsgvo .offset-lg-10{margin-left:83.333333%}.sp-dsgvo .offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.sp-dsgvo .lwb-col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-xl-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-xl-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-xl-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-xl-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-xl-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-xl-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-xl-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-xl-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-xl-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-xl-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-xl-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-xl-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-xl-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-xl-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-xl-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-xl-0{margin-left:0}.sp-dsgvo .offset-xl-1{margin-left:8.333333%}.sp-dsgvo .offset-xl-2{margin-left:16.666667%}.sp-dsgvo .offset-xl-3{margin-left:25%}.sp-dsgvo .offset-xl-4{margin-left:33.333333%}.sp-dsgvo .offset-xl-5{margin-left:41.666667%}.sp-dsgvo .offset-xl-6{margin-left:50%}.sp-dsgvo .offset-xl-7{margin-left:58.333333%}.sp-dsgvo .offset-xl-8{margin-left:66.666667%}.sp-dsgvo .offset-xl-9{margin-left:75%}.sp-dsgvo .offset-xl-10{margin-left:83.333333%}.sp-dsgvo .offset-xl-11{margin-left:91.666667%}}.sp-dsgvo .d-none{display:none!important}.sp-dsgvo .d-inline{display:inline!important}.sp-dsgvo .d-inline-block{display:inline-block!important}.sp-dsgvo .d-block{display:block!important}.sp-dsgvo .d-table{display:table!important}.sp-dsgvo .d-table-row{display:table-row!important}.sp-dsgvo .d-table-cell{display:table-cell!important}.sp-dsgvo .d-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.sp-dsgvo .d-sm-none{display:none!important}.sp-dsgvo .d-sm-inline{display:inline!important}.sp-dsgvo .d-sm-inline-block{display:inline-block!important}.sp-dsgvo .d-sm-block{display:block!important}.sp-dsgvo .d-sm-table{display:table!important}.sp-dsgvo .d-sm-table-row{display:table-row!important}.sp-dsgvo .d-sm-table-cell{display:table-cell!important}.sp-dsgvo .d-sm-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.sp-dsgvo .d-md-none{display:none!important}.sp-dsgvo .d-md-inline{display:inline!important}.sp-dsgvo .d-md-inline-block{display:inline-block!important}.sp-dsgvo .d-md-block{display:block!important}.sp-dsgvo .d-md-table{display:table!important}.sp-dsgvo .d-md-table-row{display:table-row!important}.sp-dsgvo .d-md-table-cell{display:table-cell!important}.sp-dsgvo .d-md-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.sp-dsgvo .d-lg-none{display:none!important}.sp-dsgvo .d-lg-inline{display:inline!important}.sp-dsgvo .d-lg-inline-block{display:inline-block!important}.sp-dsgvo .d-lg-block{display:block!important}.sp-dsgvo .d-lg-table{display:table!important}.sp-dsgvo .d-lg-table-row{display:table-row!important}.sp-dsgvo .d-lg-table-cell{display:table-cell!important}.sp-dsgvo .d-lg-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.sp-dsgvo .d-xl-none{display:none!important}.sp-dsgvo .d-xl-inline{display:inline!important}.sp-dsgvo .d-xl-inline-block{display:inline-block!important}.sp-dsgvo .d-xl-block{display:block!important}.sp-dsgvo .d-xl-table{display:table!important}.sp-dsgvo .d-xl-table-row{display:table-row!important}.sp-dsgvo .d-xl-table-cell{display:table-cell!important}.sp-dsgvo .d-xl-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.sp-dsgvo .d-print-none{display:none!important}.sp-dsgvo .d-print-inline{display:inline!important}.sp-dsgvo .d-print-inline-block{display:inline-block!important}.sp-dsgvo .d-print-block{display:block!important}.sp-dsgvo .d-print-table{display:table!important}.sp-dsgvo .d-print-table-row{display:table-row!important}.sp-dsgvo .d-print-table-cell{display:table-cell!important}.sp-dsgvo .d-print-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.sp-dsgvo .flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.sp-dsgvo .flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.sp-dsgvo .flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.sp-dsgvo .flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.sp-dsgvo .flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.sp-dsgvo .m-0{margin:0!important}.sp-dsgvo .mt-0,.sp-dsgvo .my-0{margin-top:0!important}.sp-dsgvo .mr-0,.sp-dsgvo .mx-0{margin-right:0!important}.sp-dsgvo .mb-0,.sp-dsgvo .my-0{margin-bottom:0!important}.sp-dsgvo .ml-0,.sp-dsgvo .mx-0{margin-left:0!important}.sp-dsgvo .m-1{margin:.25rem!important}.sp-dsgvo .mt-1,.sp-dsgvo .my-1{margin-top:.25rem!important}.sp-dsgvo .mr-1,.sp-dsgvo .mx-1{margin-right:.25rem!important}.sp-dsgvo .mb-1,.sp-dsgvo .my-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-1,.sp-dsgvo .mx-1{margin-left:.25rem!important}.sp-dsgvo .m-2{margin:.5rem!important}.sp-dsgvo .mt-2,.sp-dsgvo .my-2{margin-top:.5rem!important}.sp-dsgvo .mr-2,.sp-dsgvo .mx-2{margin-right:.5rem!important}.sp-dsgvo .mb-2,.sp-dsgvo .my-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-2,.sp-dsgvo .mx-2{margin-left:.5rem!important}.sp-dsgvo .m-3{margin:1rem!important}.sp-dsgvo .mt-3,.sp-dsgvo .my-3{margin-top:1rem!important}.sp-dsgvo .mr-3,.sp-dsgvo .mx-3{margin-right:1rem!important}.sp-dsgvo .mb-3,.sp-dsgvo .my-3{margin-bottom:1rem!important}.sp-dsgvo .ml-3,.sp-dsgvo .mx-3{margin-left:1rem!important}.sp-dsgvo .m-4{margin:1.5rem!important}.sp-dsgvo .mt-4,.sp-dsgvo .my-4{margin-top:1.5rem!important}.sp-dsgvo .mr-4,.sp-dsgvo .mx-4{margin-right:1.5rem!important}.sp-dsgvo .mb-4,.sp-dsgvo .my-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-4,.sp-dsgvo .mx-4{margin-left:1.5rem!important}.sp-dsgvo .m-5{margin:3rem!important}.sp-dsgvo .mt-5,.sp-dsgvo .my-5{margin-top:3rem!important}.sp-dsgvo .mr-5,.sp-dsgvo .mx-5{margin-right:3rem!important}.sp-dsgvo .mb-5,.sp-dsgvo .my-5{margin-bottom:3rem!important}.sp-dsgvo .ml-5,.sp-dsgvo .mx-5{margin-left:3rem!important}.sp-dsgvo .p-0{padding:0!important}.sp-dsgvo .pt-0,.sp-dsgvo .py-0{padding-top:0!important}.sp-dsgvo .pr-0,.sp-dsgvo .px-0{padding-right:0!important}.sp-dsgvo .pb-0,.sp-dsgvo .py-0{padding-bottom:0!important}.sp-dsgvo .pl-0,.sp-dsgvo .px-0{padding-left:0!important}.sp-dsgvo .p-1{padding:.25rem!important}.sp-dsgvo .pt-1,.sp-dsgvo .py-1{padding-top:.25rem!important}.sp-dsgvo .pr-1,.sp-dsgvo .px-1{padding-right:.25rem!important}.sp-dsgvo .pb-1,.sp-dsgvo .py-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-1,.sp-dsgvo .px-1{padding-left:.25rem!important}.sp-dsgvo .p-2{padding:.5rem!important}.sp-dsgvo .pt-2,.sp-dsgvo .py-2{padding-top:.5rem!important}.sp-dsgvo .pr-2,.sp-dsgvo .px-2{padding-right:.5rem!important}.sp-dsgvo .pb-2,.sp-dsgvo .py-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-2,.sp-dsgvo .px-2{padding-left:.5rem!important}.sp-dsgvo .p-3{padding:1rem!important}.sp-dsgvo .pt-3,.sp-dsgvo .py-3{padding-top:1rem!important}.sp-dsgvo .pr-3,.sp-dsgvo .px-3{padding-right:1rem!important}.sp-dsgvo .pb-3,.sp-dsgvo .py-3{padding-bottom:1rem!important}.sp-dsgvo .pl-3,.sp-dsgvo .px-3{padding-left:1rem!important}.sp-dsgvo .p-4{padding:1.5rem!important}.sp-dsgvo .pt-4,.sp-dsgvo .py-4{padding-top:1.5rem!important}.sp-dsgvo .pr-4,.sp-dsgvo .px-4{padding-right:1.5rem!important}.sp-dsgvo .pb-4,.sp-dsgvo .py-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-4,.sp-dsgvo .px-4{padding-left:1.5rem!important}.sp-dsgvo .p-5{padding:3rem!important}.sp-dsgvo .pt-5,.sp-dsgvo .py-5{padding-top:3rem!important}.sp-dsgvo .pr-5,.sp-dsgvo .px-5{padding-right:3rem!important}.sp-dsgvo .pb-5,.sp-dsgvo .py-5{padding-bottom:3rem!important}.sp-dsgvo .pl-5,.sp-dsgvo .px-5{padding-left:3rem!important}.sp-dsgvo .m-n1{margin:-.25rem!important}.sp-dsgvo .mt-n1,.sp-dsgvo .my-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-n1,.sp-dsgvo .mx-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-n1,.sp-dsgvo .my-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-n1,.sp-dsgvo .mx-n1{margin-left:-.25rem!important}.sp-dsgvo .m-n2{margin:-.5rem!important}.sp-dsgvo .mt-n2,.sp-dsgvo .my-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-n2,.sp-dsgvo .mx-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-n2,.sp-dsgvo .my-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-n2,.sp-dsgvo .mx-n2{margin-left:-.5rem!important}.sp-dsgvo .m-n3{margin:-1rem!important}.sp-dsgvo .mt-n3,.sp-dsgvo .my-n3{margin-top:-1rem!important}.sp-dsgvo .mr-n3,.sp-dsgvo .mx-n3{margin-right:-1rem!important}.sp-dsgvo .mb-n3,.sp-dsgvo .my-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-n3,.sp-dsgvo .mx-n3{margin-left:-1rem!important}.sp-dsgvo .m-n4{margin:-1.5rem!important}.sp-dsgvo .mt-n4,.sp-dsgvo .my-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-n4,.sp-dsgvo .mx-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-n4,.sp-dsgvo .my-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-n4,.sp-dsgvo .mx-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-n5{margin:-3rem!important}.sp-dsgvo .mt-n5,.sp-dsgvo .my-n5{margin-top:-3rem!important}.sp-dsgvo .mr-n5,.sp-dsgvo .mx-n5{margin-right:-3rem!important}.sp-dsgvo .mb-n5,.sp-dsgvo .my-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-n5,.sp-dsgvo .mx-n5{margin-left:-3rem!important}.sp-dsgvo .m-auto{margin:auto!important}.sp-dsgvo .mt-auto,.sp-dsgvo .my-auto{margin-top:auto!important}.sp-dsgvo .mr-auto,.sp-dsgvo .mx-auto{margin-right:auto!important}.sp-dsgvo .mb-auto,.sp-dsgvo .my-auto{margin-bottom:auto!important}.sp-dsgvo .ml-auto,.sp-dsgvo .mx-auto{margin-left:auto!important}@media (min-width:576px){.sp-dsgvo .m-sm-0{margin:0!important}.sp-dsgvo .mt-sm-0,.sp-dsgvo .my-sm-0{margin-top:0!important}.sp-dsgvo .mr-sm-0,.sp-dsgvo .mx-sm-0{margin-right:0!important}.sp-dsgvo .mb-sm-0,.sp-dsgvo .my-sm-0{margin-bottom:0!important}.sp-dsgvo .ml-sm-0,.sp-dsgvo .mx-sm-0{margin-left:0!important}.sp-dsgvo .m-sm-1{margin:.25rem!important}.sp-dsgvo .mt-sm-1,.sp-dsgvo .my-sm-1{margin-top:.25rem!important}.sp-dsgvo .mr-sm-1,.sp-dsgvo .mx-sm-1{margin-right:.25rem!important}.sp-dsgvo .mb-sm-1,.sp-dsgvo .my-sm-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-sm-1,.sp-dsgvo .mx-sm-1{margin-left:.25rem!important}.sp-dsgvo .m-sm-2{margin:.5rem!important}.sp-dsgvo .mt-sm-2,.sp-dsgvo .my-sm-2{margin-top:.5rem!important}.sp-dsgvo .mr-sm-2,.sp-dsgvo .mx-sm-2{margin-right:.5rem!important}.sp-dsgvo .mb-sm-2,.sp-dsgvo .my-sm-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-sm-2,.sp-dsgvo .mx-sm-2{margin-left:.5rem!important}.sp-dsgvo .m-sm-3{margin:1rem!important}.sp-dsgvo .mt-sm-3,.sp-dsgvo .my-sm-3{margin-top:1rem!important}.sp-dsgvo .mr-sm-3,.sp-dsgvo .mx-sm-3{margin-right:1rem!important}.sp-dsgvo .mb-sm-3,.sp-dsgvo .my-sm-3{margin-bottom:1rem!important}.sp-dsgvo .ml-sm-3,.sp-dsgvo .mx-sm-3{margin-left:1rem!important}.sp-dsgvo .m-sm-4{margin:1.5rem!important}.sp-dsgvo .mt-sm-4,.sp-dsgvo .my-sm-4{margin-top:1.5rem!important}.sp-dsgvo .mr-sm-4,.sp-dsgvo .mx-sm-4{margin-right:1.5rem!important}.sp-dsgvo .mb-sm-4,.sp-dsgvo .my-sm-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-sm-4,.sp-dsgvo .mx-sm-4{margin-left:1.5rem!important}.sp-dsgvo .m-sm-5{margin:3rem!important}.sp-dsgvo .mt-sm-5,.sp-dsgvo .my-sm-5{margin-top:3rem!important}.sp-dsgvo .mr-sm-5,.sp-dsgvo .mx-sm-5{margin-right:3rem!important}.sp-dsgvo .mb-sm-5,.sp-dsgvo .my-sm-5{margin-bottom:3rem!important}.sp-dsgvo .ml-sm-5,.sp-dsgvo .mx-sm-5{margin-left:3rem!important}.sp-dsgvo .p-sm-0{padding:0!important}.sp-dsgvo .pt-sm-0,.sp-dsgvo .py-sm-0{padding-top:0!important}.sp-dsgvo .pr-sm-0,.sp-dsgvo .px-sm-0{padding-right:0!important}.sp-dsgvo .pb-sm-0,.sp-dsgvo .py-sm-0{padding-bottom:0!important}.sp-dsgvo .pl-sm-0,.sp-dsgvo .px-sm-0{padding-left:0!important}.sp-dsgvo .p-sm-1{padding:.25rem!important}.sp-dsgvo .pt-sm-1,.sp-dsgvo .py-sm-1{padding-top:.25rem!important}.sp-dsgvo .pr-sm-1,.sp-dsgvo .px-sm-1{padding-right:.25rem!important}.sp-dsgvo .pb-sm-1,.sp-dsgvo .py-sm-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-sm-1,.sp-dsgvo .px-sm-1{padding-left:.25rem!important}.sp-dsgvo .p-sm-2{padding:.5rem!important}.sp-dsgvo .pt-sm-2,.sp-dsgvo .py-sm-2{padding-top:.5rem!important}.sp-dsgvo .pr-sm-2,.sp-dsgvo .px-sm-2{padding-right:.5rem!important}.sp-dsgvo .pb-sm-2,.sp-dsgvo .py-sm-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-sm-2,.sp-dsgvo .px-sm-2{padding-left:.5rem!important}.sp-dsgvo .p-sm-3{padding:1rem!important}.sp-dsgvo .pt-sm-3,.sp-dsgvo .py-sm-3{padding-top:1rem!important}.sp-dsgvo .pr-sm-3,.sp-dsgvo .px-sm-3{padding-right:1rem!important}.sp-dsgvo .pb-sm-3,.sp-dsgvo .py-sm-3{padding-bottom:1rem!important}.sp-dsgvo .pl-sm-3,.sp-dsgvo .px-sm-3{padding-left:1rem!important}.sp-dsgvo .p-sm-4{padding:1.5rem!important}.sp-dsgvo .pt-sm-4,.sp-dsgvo .py-sm-4{padding-top:1.5rem!important}.sp-dsgvo .pr-sm-4,.sp-dsgvo .px-sm-4{padding-right:1.5rem!important}.sp-dsgvo .pb-sm-4,.sp-dsgvo .py-sm-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-sm-4,.sp-dsgvo .px-sm-4{padding-left:1.5rem!important}.sp-dsgvo .p-sm-5{padding:3rem!important}.sp-dsgvo .pt-sm-5,.sp-dsgvo .py-sm-5{padding-top:3rem!important}.sp-dsgvo .pr-sm-5,.sp-dsgvo .px-sm-5{padding-right:3rem!important}.sp-dsgvo .pb-sm-5,.sp-dsgvo .py-sm-5{padding-bottom:3rem!important}.sp-dsgvo .pl-sm-5,.sp-dsgvo .px-sm-5{padding-left:3rem!important}.sp-dsgvo .m-sm-n1{margin:-.25rem!important}.sp-dsgvo .mt-sm-n1,.sp-dsgvo .my-sm-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-sm-n1,.sp-dsgvo .mx-sm-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-sm-n1,.sp-dsgvo .my-sm-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-sm-n1,.sp-dsgvo .mx-sm-n1{margin-left:-.25rem!important}.sp-dsgvo .m-sm-n2{margin:-.5rem!important}.sp-dsgvo .mt-sm-n2,.sp-dsgvo .my-sm-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-sm-n2,.sp-dsgvo .mx-sm-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-sm-n2,.sp-dsgvo .my-sm-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-sm-n2,.sp-dsgvo .mx-sm-n2{margin-left:-.5rem!important}.sp-dsgvo .m-sm-n3{margin:-1rem!important}.sp-dsgvo .mt-sm-n3,.sp-dsgvo .my-sm-n3{margin-top:-1rem!important}.sp-dsgvo .mr-sm-n3,.sp-dsgvo .mx-sm-n3{margin-right:-1rem!important}.sp-dsgvo .mb-sm-n3,.sp-dsgvo .my-sm-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-sm-n3,.sp-dsgvo .mx-sm-n3{margin-left:-1rem!important}.sp-dsgvo .m-sm-n4{margin:-1.5rem!important}.sp-dsgvo .mt-sm-n4,.sp-dsgvo .my-sm-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-sm-n4,.sp-dsgvo .mx-sm-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-sm-n4,.sp-dsgvo .my-sm-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-sm-n4,.sp-dsgvo .mx-sm-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-sm-n5{margin:-3rem!important}.sp-dsgvo .mt-sm-n5,.sp-dsgvo .my-sm-n5{margin-top:-3rem!important}.sp-dsgvo .mr-sm-n5,.sp-dsgvo .mx-sm-n5{margin-right:-3rem!important}.sp-dsgvo .mb-sm-n5,.sp-dsgvo .my-sm-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-sm-n5,.sp-dsgvo .mx-sm-n5{margin-left:-3rem!important}.sp-dsgvo .m-sm-auto{margin:auto!important}.sp-dsgvo .mt-sm-auto,.sp-dsgvo .my-sm-auto{margin-top:auto!important}.sp-dsgvo .mr-sm-auto,.sp-dsgvo .mx-sm-auto{margin-right:auto!important}.sp-dsgvo .mb-sm-auto,.sp-dsgvo .my-sm-auto{margin-bottom:auto!important}.sp-dsgvo .ml-sm-auto,.sp-dsgvo .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.sp-dsgvo .m-md-0{margin:0!important}.sp-dsgvo .mt-md-0,.sp-dsgvo .my-md-0{margin-top:0!important}.sp-dsgvo .mr-md-0,.sp-dsgvo .mx-md-0{margin-right:0!important}.sp-dsgvo .mb-md-0,.sp-dsgvo .my-md-0{margin-bottom:0!important}.sp-dsgvo .ml-md-0,.sp-dsgvo .mx-md-0{margin-left:0!important}.sp-dsgvo .m-md-1{margin:.25rem!important}.sp-dsgvo .mt-md-1,.sp-dsgvo .my-md-1{margin-top:.25rem!important}.sp-dsgvo .mr-md-1,.sp-dsgvo .mx-md-1{margin-right:.25rem!important}.sp-dsgvo .mb-md-1,.sp-dsgvo .my-md-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-md-1,.sp-dsgvo .mx-md-1{margin-left:.25rem!important}.sp-dsgvo .m-md-2{margin:.5rem!important}.sp-dsgvo .mt-md-2,.sp-dsgvo .my-md-2{margin-top:.5rem!important}.sp-dsgvo .mr-md-2,.sp-dsgvo .mx-md-2{margin-right:.5rem!important}.sp-dsgvo .mb-md-2,.sp-dsgvo .my-md-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-md-2,.sp-dsgvo .mx-md-2{margin-left:.5rem!important}.sp-dsgvo .m-md-3{margin:1rem!important}.sp-dsgvo .mt-md-3,.sp-dsgvo .my-md-3{margin-top:1rem!important}.sp-dsgvo .mr-md-3,.sp-dsgvo .mx-md-3{margin-right:1rem!important}.sp-dsgvo .mb-md-3,.sp-dsgvo .my-md-3{margin-bottom:1rem!important}.sp-dsgvo .ml-md-3,.sp-dsgvo .mx-md-3{margin-left:1rem!important}.sp-dsgvo .m-md-4{margin:1.5rem!important}.sp-dsgvo .mt-md-4,.sp-dsgvo .my-md-4{margin-top:1.5rem!important}.sp-dsgvo .mr-md-4,.sp-dsgvo .mx-md-4{margin-right:1.5rem!important}.sp-dsgvo .mb-md-4,.sp-dsgvo .my-md-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-md-4,.sp-dsgvo .mx-md-4{margin-left:1.5rem!important}.sp-dsgvo .m-md-5{margin:3rem!important}.sp-dsgvo .mt-md-5,.sp-dsgvo .my-md-5{margin-top:3rem!important}.sp-dsgvo .mr-md-5,.sp-dsgvo .mx-md-5{margin-right:3rem!important}.sp-dsgvo .mb-md-5,.sp-dsgvo .my-md-5{margin-bottom:3rem!important}.sp-dsgvo .ml-md-5,.sp-dsgvo .mx-md-5{margin-left:3rem!important}.sp-dsgvo .p-md-0{padding:0!important}.sp-dsgvo .pt-md-0,.sp-dsgvo .py-md-0{padding-top:0!important}.sp-dsgvo .pr-md-0,.sp-dsgvo .px-md-0{padding-right:0!important}.sp-dsgvo .pb-md-0,.sp-dsgvo .py-md-0{padding-bottom:0!important}.sp-dsgvo .pl-md-0,.sp-dsgvo .px-md-0{padding-left:0!important}.sp-dsgvo .p-md-1{padding:.25rem!important}.sp-dsgvo .pt-md-1,.sp-dsgvo .py-md-1{padding-top:.25rem!important}.sp-dsgvo .pr-md-1,.sp-dsgvo .px-md-1{padding-right:.25rem!important}.sp-dsgvo .pb-md-1,.sp-dsgvo .py-md-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-md-1,.sp-dsgvo .px-md-1{padding-left:.25rem!important}.sp-dsgvo .p-md-2{padding:.5rem!important}.sp-dsgvo .pt-md-2,.sp-dsgvo .py-md-2{padding-top:.5rem!important}.sp-dsgvo .pr-md-2,.sp-dsgvo .px-md-2{padding-right:.5rem!important}.sp-dsgvo .pb-md-2,.sp-dsgvo .py-md-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-md-2,.sp-dsgvo .px-md-2{padding-left:.5rem!important}.sp-dsgvo .p-md-3{padding:1rem!important}.sp-dsgvo .pt-md-3,.sp-dsgvo .py-md-3{padding-top:1rem!important}.sp-dsgvo .pr-md-3,.sp-dsgvo .px-md-3{padding-right:1rem!important}.sp-dsgvo .pb-md-3,.sp-dsgvo .py-md-3{padding-bottom:1rem!important}.sp-dsgvo .pl-md-3,.sp-dsgvo .px-md-3{padding-left:1rem!important}.sp-dsgvo .p-md-4{padding:1.5rem!important}.sp-dsgvo .pt-md-4,.sp-dsgvo .py-md-4{padding-top:1.5rem!important}.sp-dsgvo .pr-md-4,.sp-dsgvo .px-md-4{padding-right:1.5rem!important}.sp-dsgvo .pb-md-4,.sp-dsgvo .py-md-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-md-4,.sp-dsgvo .px-md-4{padding-left:1.5rem!important}.sp-dsgvo .p-md-5{padding:3rem!important}.sp-dsgvo .pt-md-5,.sp-dsgvo .py-md-5{padding-top:3rem!important}.sp-dsgvo .pr-md-5,.sp-dsgvo .px-md-5{padding-right:3rem!important}.sp-dsgvo .pb-md-5,.sp-dsgvo .py-md-5{padding-bottom:3rem!important}.sp-dsgvo .pl-md-5,.sp-dsgvo .px-md-5{padding-left:3rem!important}.sp-dsgvo .m-md-n1{margin:-.25rem!important}.sp-dsgvo .mt-md-n1,.sp-dsgvo .my-md-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-md-n1,.sp-dsgvo .mx-md-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-md-n1,.sp-dsgvo .my-md-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-md-n1,.sp-dsgvo .mx-md-n1{margin-left:-.25rem!important}.sp-dsgvo .m-md-n2{margin:-.5rem!important}.sp-dsgvo .mt-md-n2,.sp-dsgvo .my-md-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-md-n2,.sp-dsgvo .mx-md-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-md-n2,.sp-dsgvo .my-md-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-md-n2,.sp-dsgvo .mx-md-n2{margin-left:-.5rem!important}.sp-dsgvo .m-md-n3{margin:-1rem!important}.sp-dsgvo .mt-md-n3,.sp-dsgvo .my-md-n3{margin-top:-1rem!important}.sp-dsgvo .mr-md-n3,.sp-dsgvo .mx-md-n3{margin-right:-1rem!important}.sp-dsgvo .mb-md-n3,.sp-dsgvo .my-md-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-md-n3,.sp-dsgvo .mx-md-n3{margin-left:-1rem!important}.sp-dsgvo .m-md-n4{margin:-1.5rem!important}.sp-dsgvo .mt-md-n4,.sp-dsgvo .my-md-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-md-n4,.sp-dsgvo .mx-md-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-md-n4,.sp-dsgvo .my-md-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-md-n4,.sp-dsgvo .mx-md-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-md-n5{margin:-3rem!important}.my-md-n5,.sp-dsgvo .mt-md-n5{margin-top:-3rem!important}.sp-dsgvo .mr-md-n5,.sp-dsgvo .mx-md-n5{margin-right:-3rem!important}.sp-dsgvo .mb-md-n5,.sp-dsgvo .my-md-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-md-n5,.sp-dsgvo .mx-md-n5{margin-left:-3rem!important}.sp-dsgvo .m-md-auto{margin:auto!important}.sp-dsgvo .mt-md-auto,.sp-dsgvo .my-md-auto{margin-top:auto!important}.sp-dsgvo .mr-md-auto,.sp-dsgvo .mx-md-auto{margin-right:auto!important}.sp-dsgvo .mb-md-auto,.sp-dsgvo .my-md-auto{margin-bottom:auto!important}.sp-dsgvo .ml-md-auto,.sp-dsgvo .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.sp-dsgvo .m-lg-0{margin:0!important}.sp-dsgvo .mt-lg-0,.sp-dsgvo .my-lg-0{margin-top:0!important}.sp-dsgvo .mr-lg-0,.sp-dsgvo .mx-lg-0{margin-right:0!important}.sp-dsgvo .mb-lg-0,.sp-dsgvo .my-lg-0{margin-bottom:0!important}.sp-dsgvo .ml-lg-0,.sp-dsgvo .mx-lg-0{margin-left:0!important}.sp-dsgvo .m-lg-1{margin:.25rem!important}.sp-dsgvo .mt-lg-1,.sp-dsgvo .my-lg-1{margin-top:.25rem!important}.sp-dsgvo .mr-lg-1,.sp-dsgvo .mx-lg-1{margin-right:.25rem!important}.sp-dsgvo .mb-lg-1,.sp-dsgvo .my-lg-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-lg-1,.sp-dsgvo .mx-lg-1{margin-left:.25rem!important}.sp-dsgvo .m-lg-2{margin:.5rem!important}.sp-dsgvo .mt-lg-2,.sp-dsgvo .my-lg-2{margin-top:.5rem!important}.sp-dsgvo .mr-lg-2,.sp-dsgvo .mx-lg-2{margin-right:.5rem!important}.sp-dsgvo .mb-lg-2,.sp-dsgvo .my-lg-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-lg-2,.sp-dsgvo .mx-lg-2{margin-left:.5rem!important}.sp-dsgvo .m-lg-3{margin:1rem!important}.sp-dsgvo .mt-lg-3,.sp-dsgvo .my-lg-3{margin-top:1rem!important}.sp-dsgvo .mr-lg-3,.sp-dsgvo .mx-lg-3{margin-right:1rem!important}.sp-dsgvo .mb-lg-3,.sp-dsgvo .my-lg-3{margin-bottom:1rem!important}.sp-dsgvo .ml-lg-3,.sp-dsgvo .mx-lg-3{margin-left:1rem!important}.sp-dsgvo .m-lg-4{margin:1.5rem!important}.sp-dsgvo .mt-lg-4,.sp-dsgvo .my-lg-4{margin-top:1.5rem!important}.sp-dsgvo .mr-lg-4,.sp-dsgvo .mx-lg-4{margin-right:1.5rem!important}.sp-dsgvo .mb-lg-4,.sp-dsgvo .my-lg-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-lg-4,.sp-dsgvo .mx-lg-4{margin-left:1.5rem!important}.sp-dsgvo .m-lg-5{margin:3rem!important}.sp-dsgvo .mt-lg-5,.sp-dsgvo .my-lg-5{margin-top:3rem!important}.sp-dsgvo .mr-lg-5,.sp-dsgvo .mx-lg-5{margin-right:3rem!important}.sp-dsgvo .mb-lg-5,.sp-dsgvo .my-lg-5{margin-bottom:3rem!important}.sp-dsgvo .ml-lg-5,.sp-dsgvo .mx-lg-5{margin-left:3rem!important}.sp-dsgvo .p-lg-0{padding:0!important}.sp-dsgvo .pt-lg-0,.sp-dsgvo .py-lg-0{padding-top:0!important}.sp-dsgvo .pr-lg-0,.sp-dsgvo .px-lg-0{padding-right:0!important}.sp-dsgvo .pb-lg-0,.sp-dsgvo .py-lg-0{padding-bottom:0!important}.sp-dsgvo .pl-lg-0,.sp-dsgvo .px-lg-0{padding-left:0!important}.sp-dsgvo .p-lg-1{padding:.25rem!important}.sp-dsgvo .pt-lg-1,.sp-dsgvo .py-lg-1{padding-top:.25rem!important}.sp-dsgvo .pr-lg-1,.sp-dsgvo .px-lg-1{padding-right:.25rem!important}.sp-dsgvo .pb-lg-1,.sp-dsgvo .py-lg-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-lg-1,.sp-dsgvo .px-lg-1{padding-left:.25rem!important}.sp-dsgvo .p-lg-2{padding:.5rem!important}.sp-dsgvo .pt-lg-2,.sp-dsgvo .py-lg-2{padding-top:.5rem!important}.sp-dsgvo .pr-lg-2,.sp-dsgvo .px-lg-2{padding-right:.5rem!important}.sp-dsgvo .pb-lg-2,.sp-dsgvo .py-lg-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-lg-2,.sp-dsgvo .px-lg-2{padding-left:.5rem!important}.sp-dsgvo .p-lg-3{padding:1rem!important}.sp-dsgvo .pt-lg-3,.sp-dsgvo .py-lg-3{padding-top:1rem!important}.sp-dsgvo .pr-lg-3,.sp-dsgvo .px-lg-3{padding-right:1rem!important}.sp-dsgvo .pb-lg-3,.sp-dsgvo .py-lg-3{padding-bottom:1rem!important}.sp-dsgvo .pl-lg-3,.sp-dsgvo .px-lg-3{padding-left:1rem!important}.sp-dsgvo .p-lg-4{padding:1.5rem!important}.sp-dsgvo .pt-lg-4,.sp-dsgvo .py-lg-4{padding-top:1.5rem!important}.sp-dsgvo .pr-lg-4,.sp-dsgvo .px-lg-4{padding-right:1.5rem!important}.sp-dsgvo .pb-lg-4,.sp-dsgvo .py-lg-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-lg-4,.sp-dsgvo .px-lg-4{padding-left:1.5rem!important}.sp-dsgvo .p-lg-5{padding:3rem!important}.sp-dsgvo .pt-lg-5,.sp-dsgvo .py-lg-5{padding-top:3rem!important}.sp-dsgvo .pr-lg-5,.sp-dsgvo .px-lg-5{padding-right:3rem!important}.sp-dsgvo .pb-lg-5,.sp-dsgvo .py-lg-5{padding-bottom:3rem!important}.sp-dsgvo .pl-lg-5,.sp-dsgvo .px-lg-5{padding-left:3rem!important}.sp-dsgvo .m-lg-n1{margin:-.25rem!important}.sp-dsgvo .mt-lg-n1,.sp-dsgvo .my-lg-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-lg-n1,.sp-dsgvo .mx-lg-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-lg-n1,.sp-dsgvo .my-lg-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-lg-n1,.sp-dsgvo .mx-lg-n1{margin-left:-.25rem!important}.sp-dsgvo .m-lg-n2{margin:-.5rem!important}.sp-dsgvo .mt-lg-n2,.sp-dsgvo .my-lg-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-lg-n2,.sp-dsgvo .mx-lg-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-lg-n2,.sp-dsgvo .my-lg-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-lg-n2,.sp-dsgvo .mx-lg-n2{margin-left:-.5rem!important}.sp-dsgvo .m-lg-n3{margin:-1rem!important}.sp-dsgvo .mt-lg-n3,.sp-dsgvo .my-lg-n3{margin-top:-1rem!important}.sp-dsgvo .mr-lg-n3,.sp-dsgvo .mx-lg-n3{margin-right:-1rem!important}.sp-dsgvo .mb-lg-n3,.sp-dsgvo .my-lg-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-lg-n3,.sp-dsgvo .mx-lg-n3{margin-left:-1rem!important}.sp-dsgvo .m-lg-n4{margin:-1.5rem!important}.sp-dsgvo .mt-lg-n4,.sp-dsgvo .my-lg-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-lg-n4,.sp-dsgvo .mx-lg-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-lg-n4,.sp-dsgvo .my-lg-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-lg-n4,.sp-dsgvo .mx-lg-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-lg-n5{margin:-3rem!important}.sp-dsgvo .mt-lg-n5,.sp-dsgvo .my-lg-n5{margin-top:-3rem!important}.sp-dsgvo .mr-lg-n5,.sp-dsgvo .mx-lg-n5{margin-right:-3rem!important}.sp-dsgvo .mb-lg-n5,.sp-dsgvo .my-lg-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-lg-n5,.sp-dsgvo .mx-lg-n5{margin-left:-3rem!important}.sp-dsgvo .m-lg-auto{margin:auto!important}.sp-dsgvo .mt-lg-auto,.sp-dsgvo .my-lg-auto{margin-top:auto!important}.sp-dsgvo .mr-lg-auto,.sp-dsgvo .mx-lg-auto{margin-right:auto!important}.sp-dsgvo .mb-lg-auto,.sp-dsgvo .my-lg-auto{margin-bottom:auto!important}.sp-dsgvo .ml-lg-auto,.sp-dsgvo .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.sp-dsgvo .m-xl-0{margin:0!important}.sp-dsgvo .mt-xl-0,.sp-dsgvo .my-xl-0{margin-top:0!important}.sp-dsgvo .mr-xl-0,.sp-dsgvo .mx-xl-0{margin-right:0!important}.sp-dsgvo .mb-xl-0,.sp-dsgvo .my-xl-0{margin-bottom:0!important}.sp-dsgvo .ml-xl-0,.sp-dsgvo .mx-xl-0{margin-left:0!important}.sp-dsgvo .m-xl-1{margin:.25rem!important}.sp-dsgvo .mt-xl-1,.sp-dsgvo .my-xl-1{margin-top:.25rem!important}.sp-dsgvo .mr-xl-1,.sp-dsgvo .mx-xl-1{margin-right:.25rem!important}.sp-dsgvo .mb-xl-1,.sp-dsgvo .my-xl-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-xl-1,.sp-dsgvo .mx-xl-1{margin-left:.25rem!important}.sp-dsgvo .m-xl-2{margin:.5rem!important}.sp-dsgvo .mt-xl-2,.sp-dsgvo .my-xl-2{margin-top:.5rem!important}.sp-dsgvo .mr-xl-2,.sp-dsgvo .mx-xl-2{margin-right:.5rem!important}.sp-dsgvo .mb-xl-2,.sp-dsgvo .my-xl-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-xl-2,.sp-dsgvo .mx-xl-2{margin-left:.5rem!important}.sp-dsgvo .m-xl-3{margin:1rem!important}.sp-dsgvo .mt-xl-3,.sp-dsgvo .my-xl-3{margin-top:1rem!important}.sp-dsgvo .mr-xl-3,.sp-dsgvo .mx-xl-3{margin-right:1rem!important}.sp-dsgvo .mb-xl-3,.sp-dsgvo .my-xl-3{margin-bottom:1rem!important}.sp-dsgvo .ml-xl-3,.sp-dsgvo .mx-xl-3{margin-left:1rem!important}.sp-dsgvo .m-xl-4{margin:1.5rem!important}.sp-dsgvo .mt-xl-4,.sp-dsgvo .my-xl-4{margin-top:1.5rem!important}.sp-dsgvo .mr-xl-4,.sp-dsgvo .mx-xl-4{margin-right:1.5rem!important}.sp-dsgvo .mb-xl-4,.sp-dsgvo .my-xl-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-xl-4,.sp-dsgvo .mx-xl-4{margin-left:1.5rem!important}.sp-dsgvo .m-xl-5{margin:3rem!important}.sp-dsgvo .mt-xl-5,.sp-dsgvo .my-xl-5{margin-top:3rem!important}.sp-dsgvo .mr-xl-5,.sp-dsgvo .mx-xl-5{margin-right:3rem!important}.sp-dsgvo .mb-xl-5,.sp-dsgvo .my-xl-5{margin-bottom:3rem!important}.sp-dsgvo .ml-xl-5,.sp-dsgvo .mx-xl-5{margin-left:3rem!important}.sp-dsgvo .p-xl-0{padding:0!important}.sp-dsgvo .pt-xl-0,.sp-dsgvo .py-xl-0{padding-top:0!important}.sp-dsgvo .pr-xl-0,.sp-dsgvo .px-xl-0{padding-right:0!important}.sp-dsgvo .pb-xl-0,.sp-dsgvo .py-xl-0{padding-bottom:0!important}.sp-dsgvo .pl-xl-0,.sp-dsgvo .px-xl-0{padding-left:0!important}.sp-dsgvo .p-xl-1{padding:.25rem!important}.sp-dsgvo .pt-xl-1,.sp-dsgvo .py-xl-1{padding-top:.25rem!important}.sp-dsgvo .pr-xl-1,.sp-dsgvo .px-xl-1{padding-right:.25rem!important}.sp-dsgvo .pb-xl-1,.sp-dsgvo .py-xl-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-xl-1,.sp-dsgvo .px-xl-1{padding-left:.25rem!important}.sp-dsgvo .p-xl-2{padding:.5rem!important}.sp-dsgvo .pt-xl-2,.sp-dsgvo .py-xl-2{padding-top:.5rem!important}.sp-dsgvo .pr-xl-2,.sp-dsgvo .px-xl-2{padding-right:.5rem!important}.sp-dsgvo .pb-xl-2,.sp-dsgvo .py-xl-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-xl-2,.sp-dsgvo .px-xl-2{padding-left:.5rem!important}.sp-dsgvo .p-xl-3{padding:1rem!important}.sp-dsgvo .pt-xl-3,.sp-dsgvo .py-xl-3{padding-top:1rem!important}.sp-dsgvo .pr-xl-3,.sp-dsgvo .px-xl-3{padding-right:1rem!important}.sp-dsgvo .pb-xl-3,.sp-dsgvo .py-xl-3{padding-bottom:1rem!important}.sp-dsgvo .pl-xl-3,.sp-dsgvo .px-xl-3{padding-left:1rem!important}.sp-dsgvo .p-xl-4{padding:1.5rem!important}.sp-dsgvo .pt-xl-4,.sp-dsgvo .py-xl-4{padding-top:1.5rem!important}.sp-dsgvo .pr-xl-4,.sp-dsgvo .px-xl-4{padding-right:1.5rem!important}.sp-dsgvo .pb-xl-4,.sp-dsgvo .py-xl-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-xl-4,.sp-dsgvo .px-xl-4{padding-left:1.5rem!important}.sp-dsgvo .p-xl-5{padding:3rem!important}.sp-dsgvo .pt-xl-5,.sp-dsgvo .py-xl-5{padding-top:3rem!important}.sp-dsgvo .pr-xl-5,.sp-dsgvo .px-xl-5{padding-right:3rem!important}.sp-dsgvo .pb-xl-5,.sp-dsgvo .py-xl-5{padding-bottom:3rem!important}.sp-dsgvo .pl-xl-5,.sp-dsgvo .px-xl-5{padding-left:3rem!important}.sp-dsgvo .m-xl-n1{margin:-.25rem!important}.sp-dsgvo .mt-xl-n1,.sp-dsgvo .my-xl-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-xl-n1,.sp-dsgvo .mx-xl-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-xl-n1,.sp-dsgvo .my-xl-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-xl-n1,.sp-dsgvo .mx-xl-n1{margin-left:-.25rem!important}.sp-dsgvo .m-xl-n2{margin:-.5rem!important}.sp-dsgvo .mt-xl-n2,.sp-dsgvo .my-xl-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-xl-n2,.sp-dsgvo .mx-xl-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-xl-n2,.sp-dsgvo .my-xl-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-xl-n2,.sp-dsgvo .mx-xl-n2{margin-left:-.5rem!important}.sp-dsgvo .m-xl-n3{margin:-1rem!important}.sp-dsgvo .mt-xl-n3,.sp-dsgvo .my-xl-n3{margin-top:-1rem!important}.sp-dsgvo .mr-xl-n3,.sp-dsgvo .mx-xl-n3{margin-right:-1rem!important}.sp-dsgvo .mb-xl-n3,.sp-dsgvo .my-xl-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-xl-n3,.sp-dsgvo .mx-xl-n3{margin-left:-1rem!important}.sp-dsgvo .m-xl-n4{margin:-1.5rem!important}.sp-dsgvo .mt-xl-n4,.sp-dsgvo .my-xl-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-xl-n4,.sp-dsgvo .mx-xl-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-xl-n4,.sp-dsgvo .my-xl-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-xl-n4,.sp-dsgvo .mx-xl-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-xl-n5{margin:-3rem!important}.sp-dsgvo .mt-xl-n5,.sp-dsgvo .my-xl-n5{margin-top:-3rem!important}.sp-dsgvo .mr-xl-n5,.sp-dsgvo .mx-xl-n5{margin-right:-3rem!important}.sp-dsgvo .mb-xl-n5,.sp-dsgvo .my-xl-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-xl-n5,.sp-dsgvo .mx-xl-n5{margin-left:-3rem!important}.sp-dsgvo .m-xl-auto{margin:auto!important}.sp-dsgvo .mt-xl-auto,.sp-dsgvo .my-xl-auto{margin-top:auto!important}.sp-dsgvo .mr-xl-auto,.sp-dsgvo .mx-xl-auto{margin-right:auto!important}.sp-dsgvo .mb-xl-auto,.sp-dsgvo .my-xl-auto{margin-bottom:auto!important}.sp-dsgvo .ml-xl-auto,.sp-dsgvo .mx-xl-auto{margin-left:auto!important}}@media (min-width:768px){.sp-dsgvo .lwb-d-md-flex{display:-ms-flexbox!important;display:flex!important}}

.sp-dsgvo .row:before,.sp-dsgvo .row:after{display:none !important}.sp-dsgvo-btn{background-color:#ea6153;border:0;color:white;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:3px;float:left}.sp-dsgvo-btn-red{background-color:red}#cookie-notice-blocker{position:fixed;display:block;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:9999}#cookie-notice{display:none;position:fixed;width:100%;box-sizing:border-box;height:auto;z-index:100000;font-size:13px;line-height:20px;left:0;text-align:center;background-color:#333;color:#fff}@media only screen and (max-width:375px){#cookie-notice{height:auto !important}}.cookie-notice-container{padding:10px;text-align:center;width:100%;display:block}@media only screen and (max-width:576px){.cookie-notice-container{text-align:center}#cn-notice-text{display:block}}.cookie-notice-container #cn-notice-icon{width:25px;vertical-align:middle;margin-right:5px;float:left}.cn-shadow-top{box-shadow:0 -5px 5px 0 #e4e4e4}.cn-top{top:0}.cn-bottom{bottom:0}#cookie-notice .button{margin-left:10px}#cookie-notice .button.button-default{font-family:sans-serif;line-height:18px;padding:2px 20px;background-image:none;-moz-box-sizing:border-box;border-radius:2px;border-style:solid;border-width:1px;cursor:pointer;display:inline-block;font-size:12px;font-style:normal;text-decoration:none;text-transform:uppercase;white-space:nowrap;outline:0;width:fit-content;height:fit-content}@media only screen and (max-width:576px){#cookie-notice .button.button-default{display:block;width:100%;text-align:center;margin:5px 0 0 0;padding:5px}}input[name="gdpr-cb"]{background-color:red;display:inline-block !important}label[for="gdpr-cb"]{display:inline;position:relative;left:0}p.notice{margin-bottom:0;color:#f0ad4e}.gdpr-cb-info-text{color:red}.gdpr-warning{background-color:orange}.gdpr-disabled{background-color:#c1c1c1 !important}.sp-dsgvo-blocked-embedding-placeholder{min-height:100px;background:linear-gradient(90deg,#e3ffe7 0,#d9e7ff 100%);padding:20px 10px;font-family:'Roboto',sans-serif;text-align:center;border-radius:3px;line-height:normal}@media all and (max-width:375px){.sp-dsgvo-blocked-embedding-placeholder{font-size:85%}}@media all and (min-width:376px) and (max-width:768px){.sp-dsgvo-blocked-embedding-placeholder{font-size:90% !important}}.sp-dsgvo-blocked-embedding-placeholder-header{font-weight:bold;font-size:120%}.sp-dsgvo-blocked-embedding-placeholder-header-icon,.sp-dsgvo-blocked-embedding-placeholder-header-icon img{height:40px !important;display:block !important;margin-left:auto;margin-right:auto;margin-bottom:5px}.sp-dsgvo-blocked-embedding-placeholder-body p{line-height:normal}@media all and (max-width:375px){.sp-dsgvo-blocked-embedding-placeholder-body p{font-size:85% !important}}@media all and (min-width:376px) and (max-width:768px){.sp-dsgvo-blocked-embedding-placeholder-body p{font-size:90% !important}}.sp-dsgvo-blocked-embedding-button-container{margin-top:20px}a.sp-dsgvo-blocked-embedding-button-enable{display:inline-block;padding:.5em 3em;border-style:solid;border-width:2px;margin:0 .3em .3em 0;box-sizing:border-box;text-decoration:none;text-transform:uppercase;font-family:'Roboto',sans-serif;font-weight:400;text-align:center;transition:all .15s}@media all and (max-width:375px){a.sp-dsgvo-blocked-embedding-button-enable{display:block;margin:.4em auto;padding:.5em .5em}}.sp-dsgvo-hidden-embedding-content{display:none}.form-row-website-cap{display:none !important}

.sp-dsgvo-popup-overlay,.sp-dsgvo-cookie-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(34,34,34,.8);z-index:9999999}.sp-dsgvo-privacy-popup{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;max-width:500px;font-family:'Roboto',Roboto,"Helvetica Neue",Arial,sans-serif;font-size:22px;padding-bottom:10px;padding-left:5px !important;padding-right:5px !important;line-height:normal;background-color:white;color:black;letter-spacing:normal;box-sizing:border-box}@media(max-width:320px){.sp-dsgvo-privacy-popup{max-width:310px;font-size:18px}}@media(max-width:540px){.sp-dsgvo-privacy-popup{max-width:360px;font-size:20px}}@media(min-width:541px){.sp-dsgvo-privacy-popup{max-width:620px}}.sp-dsgvo-popup-overlay.sp-dsgvo-overlay-hidden{display:none}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-top{padding:20px 10px 10px 10px;box-sizing:border-box}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-more-information-top{padding:10px;height:50px;box-sizing:border-box}.sp-dsgvo-popup-close,.sp-dsgvo-popup-more-information-close{height:10px}a.sp-dsgvo-popup-close,a.close{background:none !important;border:none !important}.sp-dsgvo-popup-close svg{vertical-align:top}.sp-dsgvo-popup-more-information-close svg{vertical-align:middle}.sp-dsgvo-popup-close svg line,.sp-dsgvo-popup-more-information-close svg line{stroke-width:2px;stroke:#000}.sp-dsgvo-privacy-popup .sp-dsgvo-logo-wrapper{width:40px;float:left;margin-right:5px}.sp-dsgvo-privacy-popup .sp-dsgvo-logo-wrapper img{max-height:35px;max-width:35px;position:relative}@media(max-width:480px){.sp-dsgvo-privacy-popup .sp-dsgvo-logo-wrapper img{max-width:100px}}.sp-dsgvo-header-description-text{font-size:.65em}.sp-dsgvo-privacy-popup .sp-dsgvo-link-wrapper a,.sp-dsgvo-privacy-popup .sp-dsgvo-link-wrapper span{font-size:.5em;font-weight:bold;color:#555}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown{display:none;position:absolute;left:0;top:calc(100% - 10px);width:100%;border:1px solid #f1f1f1;background-color:#fff;border-radius:5px;z-index:10}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-wrapper{display:flex;justify-content:flex-end}.sp-dsgvo-privacy-popup .dsgvo-lang-active{cursor:pointer;font-size:12px;font-weight:600;display:flex;align-items:flex-start}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active span{width:calc(100% /*!*/- 38px)}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-language-switcher{position:relative}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-language-switcher span{font-size:.75em}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active img{margin-right:5px}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active svg{margin-left:3px;vertical-align:middle}@media(max-width:540px){.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active svg{margin-top:5px;vertical-align:top}}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active svg line{stroke-width:2px;stroke:#000}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown.active{display:block}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown a,.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown a span{width:100%;font-size:.6em;font-weight:500;align-items:center;padding:3px;color:black}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown a img{margin-right:5px;padding-left:3px;vertical-align:middle}.sp-dsgvo-privacy-category-content,.sp-dsgvo-popup-more-information-content{overflow-y:auto;overflow-x:hidden}.sp-dsgvo-popup-more-information-content strong{color:black}#sp-dsgvo-popup-more-information-content>p{line-height:initial;text-align:left;line-height:normal}@media(max-width:540px){.sp-dsgvo-privacy-category-content{overflow-y:scroll;max-height:412px}.sp-dsgvo-popup-more-information-content{overflow-y:scroll;max-height:330px}}.sp-dsgvo-privacy-popup p,.sp-dsgvo-privacy-popup span{font-size:.7em}.sp-dsgvo-popup-more-information-content p,.sp-dsgvo-popup-more-information-content span{font-size:.6em;margin:0}@media(max-height:568px){.sp-dsgvo-privacy-content-category-content{max-height:250px !important}.sp-dsgvo-popup-more-information-content{max-height:280px !important}}@media(min-height:569px) and (max-height:667px){.sp-dsgvo-privacy-content-category-content,.sp-dsgvo-popup-more-information-content{max-height:370px !important}}@media(min-height:668px){.sp-dsgvo-privacy-content-category-content,.sp-dsgvo-popup-more-information-content{max-height:430px !important}}.sp-dsgvo-privacy-popup-title{font-size:.9em;font-weight:500;margin-bottom:0}.sp-dsgvo-privacy-content{padding:10px}.sp-dsgvo-category-container{border-radius:3px;background-color:#f0f0f0;padding:10px 15px 10px 15px;margin-bottom:5px}.sp-dsgvo-category-name,.sp-dsgvo-popup-more-information-title{font-size:.8em;font-weight:bold}.sp-dsgvo-category-name small{font-size:75%;font-weight:400}.sp-dsgvo-category-count{font-size:.7em;width:80px}.sp-dsgvo-category-description{font-size:.6em}.sp-dsgvo-category-item{margin-left:10px;margin-top:5px;margin-bottom:5px}.sp-dsgvo-category-item-name{font-size:.7em;font-weight:bold}.sp-dsgvo-category-item-name small{font-size:70%;font-weight:600}.sp-dsgvo-category-item-company{font-size:.60em}.sp-dsgvo-category-item-description-url a{font-size:.6em;color:#006d91 !important;text-decoration:none !important}.sp-dsgvo-category-container hr{margin:1px 0 1px 0 !important;height:1px;border:0;color:white;background-color:white}.sp-dsgvo-category-item-toggle input[type=checkbox],.sp-dsgvo-category-toggle input[type=checkbox]{height:0;width:0;visibility:hidden;display:block}.sp-dsgvo-category-item-toggle label,.sp-dsgvo-category-toggle label{margin-bottom:0}.sp-dsgvo-category-item-toggle>.switch,.sp-dsgvo-category-toggle>.switch{display:block;margin-bottom:5px}.switch{position:relative;display:inline-block;vertical-align:top;width:65px;height:24px;padding:2px;cursor:pointer;border-radius:18px}.switch-input{position:absolute;top:0;left:0;opacity:0}.switch-label{position:relative;display:block;height:20px;font-size:11px !important;text-transform:uppercase;background:#eceeef;border-radius:inherit;box-shadow:inset 0 1px 2px rgba(0,0,0,0.12),inset 0 0 2px rgba(0,0,0,0.15);-webkit-transition:.15s ease-out;-moz-transition:.15s ease-out;-o-transition:.15s ease-out;transition:.15s ease-out;-webkit-transition-property:opacity background;-moz-transition-property:opacity background;-o-transition-property:opacity background;transition-property:opacity background}.switch-label:before,.switch-label:after{position:absolute;top:50%;margin-top:-.5em;line-height:1;-webkit-transition:inherit;-moz-transition:inherit;-o-transition:inherit;transition:inherit}.switch-label:before{content:attr(data-off);right:11px;color:#aaa;text-shadow:0 1px rgba(255,255,255,0.5)}.switch-label:after{content:attr(data-on);left:11px;color:white;text-shadow:0 1px rgba(0,0,0,0.2);opacity:0}.switch-input:checked ~ .switch-label{background:#47a8d8;box-shadow:inset 0 1px 2px rgba(0,0,0,0.15),inset 0 0 3px rgba(0,0,0,0.2)}.switch-input:checked ~ .switch-label:before{opacity:0}.switch-input:checked ~ .switch-label:after{opacity:1}.switch-handle{position:absolute;top:4px;left:4px;width:17px;height:17px;background:white;border-radius:10px;box-shadow:1px 1px 5px rgba(0,0,0,0.2);background-image:-webkit-linear-gradient(top,white 40%,#f0f0f0);background-image:-moz-linear-gradient(top,white 40%,#f0f0f0);background-image:-o-linear-gradient(top,white 40%,#f0f0f0);background-image:linear-gradient(to bottom,white 40%,#f0f0f0);-webkit-transition:left .15s ease-out;-moz-transition:left .15s ease-out;-o-transition:left .15s ease-out;transition:left .15s ease-out}.switch-handle:before{content:'';position:absolute;top:50%;left:50%;margin:-6px 0 0 -6px;width:12px;height:12px;background:#f9f9f9;border-radius:6px;box-shadow:inset 0 1px rgba(0,0,0,0.02);background-image:-webkit-linear-gradient(top,#eee,white);background-image:-moz-linear-gradient(top,#eee,white);background-image:-o-linear-gradient(top,#eee,white);background-image:linear-gradient(to bottom,#eee,white)}.switch-input:checked ~ .switch-handle{left:40px;box-shadow:-1px 1px 5px rgba(0,0,0,0.2)}.switch-green>.switch-input:checked ~ .switch-label{background:#4fb845}.switch-green>.switch-input:disabled ~ .switch-label{background:#a9a9a9}.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button{text-transform:uppercase;font-size:.62em;font-weight:500 !important;padding:6px 11px 6px 11px !important;display:inline-block !important;position:relative;box-shadow:inset 0 1px rgba(0,0,0,0.02) !important;border-radius:3px !important;color:white !important;text-decoration:none !important}.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:hover,.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:focus,.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:active{text-decoration:none !important;color:#fafafa !important}@media(max-width:540px){.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button{margin-left:0 !important;margin-right:0 !important;text-align:center;font-size:.55em;padding:5px 5px 5px 5px !important}}.sp-dsgvo-privacy-bottom a.grey{color:white;border-color:#4d4c53;background-color:#4d4c53}.sp-dsgvo-privacy-bottom a.blue{color:white;border-color:#27a1e5;background-color:#27a1e5}.sp-dsgvo-privacy-bottom a.green{color:white;border-color:#4fb845;background-color:#4fb845}.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:hover{color:#555}.sp-dsgvo .progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:10px;overflow:hidden;font-size:.703125rem;background-color:#ccc;border-radius:0}.sp-dsgvo .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.sp-dsgvo .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.sp-dsgvo .progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#999;-webkit-transition:width .6s ease;transition:width .6s ease;font-size:12px;font-weight:500}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}

[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask,.simplebar-offset{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0}.simplebar-mask{direction:inherit;overflow:hidden;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer,.simplebar-track{position:absolute;pointer-events:none;overflow:hidden}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}.simplebar-track{z-index:1;right:0;bottom:0}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

#wp-admin-bar-et-use-visual-builder a:before{font-family:ETmodules!important;content:"\e625";font-size:30px!important;width:28px;margin-top:-3px;color:#974df3!important}#wp-admin-bar-et-use-visual-builder:hover a:before{color:#fff!important}#wp-admin-bar-et-use-visual-builder:hover a,#wp-admin-bar-et-use-visual-builder a:hover{transition:background-color .5s ease;-webkit-transition:background-color .5s ease;-moz-transition:background-color .5s ease;background-color:#7e3bd0!important;color:#fff!important}* html .clearfix,:first-child+html .clearfix{zoom:1}.iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css{background-attachment:scroll}.et-social-facebook a.icon:before{content:"\e093"}.et-social-twitter a.icon:before{content:"\e094"}.et-social-google-plus a.icon:before{content:"\e096"}.et-social-instagram a.icon:before{content:"\e09a"}.et-social-rss a.icon:before{content:"\e09e"}.ai1ec-single-event:after{content:" ";display:table;clear:both}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot.eventon_details_shading_bot{z-index:3}.wp-block-divi-layout{margin-bottom:1em}#et-boc .et-l{text-shadow:none}#et-boc .et-l .hentry,#et-boc .et-l a,#et-boc .et-l a:active,#et-boc .et-l blockquote,#et-boc .et-l div,#et-boc .et-l em,#et-boc .et-l form,#et-boc .et-l h1,#et-boc .et-l h2,#et-boc .et-l h3,#et-boc .et-l h4,#et-boc .et-l h5,#et-boc .et-l h6,#et-boc .et-l hr,#et-boc .et-l iframe,#et-boc .et-l img,#et-boc .et-l input,#et-boc .et-l label,#et-boc .et-l li,#et-boc .et-l object,#et-boc .et-l ol,#et-boc .et-l p,#et-boc .et-l span,#et-boc .et-l strong,#et-boc .et-l textarea,#et-boc .et-l ul,#et-boc .et-l video{text-align:inherit;margin:0;padding:0;border:none;outline:0;vertical-align:baseline;background:transparent;letter-spacing:normal;color:inherit;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;text-shadow:inherit;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;transition:none}#et-boc .et-l h1,#et-boc .et-l h2,#et-boc .et-l h3,#et-boc .et-l h4,#et-boc .et-l h5,#et-boc .et-l h6{line-height:1em;padding-bottom:10px;font-weight:500;text-transform:none;font-style:normal}#et-boc .et-l ol,#et-boc .et-l ul{list-style:none;text-align:inherit}#et-boc .et-l ol li,#et-boc .et-l ul li{padding-left:0;background:none;margin-left:0}#et-boc .et-l blockquote{quotes:none}#et-boc .et-l blockquote:after,#et-boc .et-l blockquote:before{content:"";content:none}#et-boc .et-l :focus{outline:0}#et-boc .et-l article,#et-boc .et-l aside,#et-boc .et-l footer,#et-boc .et-l header,#et-boc .et-l hgroup,#et-boc .et-l nav,#et-boc .et-l section{display:block}#et-boc .et-l input[type=email],#et-boc .et-l input[type=number],#et-boc .et-l input[type=password],#et-boc .et-l input[type=text]{height:49px}#et-boc .et-l a{text-decoration:none!important}#et-boc .et-l p{padding-bottom:1em;color:inherit!important}#et-boc .et-l p:last-of-type{padding-bottom:0}#et-boc .et-l img{max-width:100%;height:auto}#et-boc .et-l embed,#et-boc .et-l iframe,#et-boc .et-l object,#et-boc .et-l video{max-width:100%}.et-db #et-boc .et-l .et_pb_widget_area .enigma_sidebar_widget #searchform .input-group-btn,.et-db #et-boc .et-l .et_pb_widget_area .widget_search .large-2,.et-db #et-boc .et-l .et_pb_widget_area .widget_search .small-2,.et-db #et-boc .et-l .et_pb_widget_area .widget_search>form>.input-group>span.input-group-btn{position:absolute;top:0;right:0;z-index:5;width:80px}.et-db #et-boc .et-l .et_pb_module a{color:#2ea3f2}.et-db #et-boc .et-l .et_pb_module .sticky h2,.et-db #et-boc .et-l .et_pb_module h2 a{color:inherit!important}.et-db #et-boc .et-l .et_pb_module input{margin:0}.et-db #et-boc .et-l .et_pb_module .post-meta{position:relative}.et-db #et-boc .et-l .et_pb_bg_layout_dark a{color:#fff}.et-db #et-boc .et-l .et-pb-slider-arrows a:before,.et-db #et-boc .et-l .et_pb_video_play:before,.et-db #et-boc .et-l ul.et_pb_member_social_links a:before{color:inherit}.et-db #et-boc .et-l ul.et_pb_social_media_follow .et_pb_social_icon a.icon{top:auto;position:relative}.et-db #et-boc .et-l .clearfix{clear:none;display:inline;display:initial}.et-db #et-boc .et-l address.clearfix,.et-db #et-boc .et-l article.clearfix,.et-db #et-boc .et-l aside.clearfix,.et-db #et-boc .et-l blockquote.clearfix,.et-db #et-boc .et-l canvas.clearfix,.et-db #et-boc .et-l dd.clearfix,.et-db #et-boc .et-l div.clearfix,.et-db #et-boc .et-l dl.clearfix,.et-db #et-boc .et-l fieldset.clearfix,.et-db #et-boc .et-l figcaption.clearfix,.et-db #et-boc .et-l figure.clearfix,.et-db #et-boc .et-l footer.clearfix,.et-db #et-boc .et-l form.clearfix,.et-db #et-boc .et-l h1.clearfix,.et-db #et-boc .et-l h2.clearfix,.et-db #et-boc .et-l h3.clearfix,.et-db #et-boc .et-l h4.clearfix,.et-db #et-boc .et-l h5.clearfix,.et-db #et-boc .et-l h6.clearfix,.et-db #et-boc .et-l header.clearfix,.et-db #et-boc .et-l hgroup.clearfix,.et-db #et-boc .et-l hr.clearfix,.et-db #et-boc .et-l main.clearfix,.et-db #et-boc .et-l nav.clearfix,.et-db #et-boc .et-l noscript.clearfix,.et-db #et-boc .et-l ol.clearfix,.et-db #et-boc .et-l output.clearfix,.et-db #et-boc .et-l p.clearfix,.et-db #et-boc .et-l pre.clearfix,.et-db #et-boc .et-l section.clearfix,.et-db #et-boc .et-l table.clearfix,.et-db #et-boc .et-l tfoot.clearfix,.et-db #et-boc .et-l ul.clearfix,.et-db #et-boc .et-l video.clearfix{display:block}.et-db #et-boc .et-l .et_main_video_container *,.et-db #et-boc .et-l .et_pb_slide_video *,.et-db #et-boc .et-l .et_pb_video_box *{height:auto}.et-db #et-boc .et-l .et_main_video_container iframe,.et-db #et-boc .et-l .et_pb_slide_video iframe,.et-db #et-boc .et-l .et_pb_video_box iframe{height:100%}.et-db #et-boc .et-l .et_pb_module ul{overflow:visible}.et-db #et-boc .et-l .et_pb_module ol,.et-db #et-boc .et-l .et_pb_module ul,ol .et-db #et-boc .et-l .et_pb_module,ul .et-db #et-boc .et-l .et_pb_module{background:transparent}.et-db #et-boc .et-l .et_pb_module h3{display:block!important}.et-db #et-boc .et-l .et_pb_module img{max-width:100%;margin:0;border:none;padding:0;background:none;border-radius:0}.et-db #et-boc .et-l .et_pb_module img:hover{opacity:1;box-shadow:none}.et-db #et-boc .et-l .et_pb_module a:not(.wc-forward),.et-db #et-boc .et-l .et_pb_module h1 a,.et-db #et-boc .et-l .et_pb_module h2 a,.et-db #et-boc .et-l .et_pb_module h3 a,.et-db #et-boc .et-l .et_pb_module h4 a,.et-db #et-boc .et-l .et_pb_module h5 a,.et-db #et-boc .et-l .et_pb_module h6 a{line-height:1em;padding-bottom:10px;font-weight:500;text-transform:none;font-style:normal}.et-db #et-boc .et-l .et_pb_module .entry-featured-image-url{padding-bottom:0}.et-db #et-boc .et-l .et_pb_module blockquote{margin:20px 0 30px;padding-left:20px;border-left:5px solid;border-color:#2ea3f2;font-style:normal}.et-db #et-boc .et-l .et_pb_module input[type=radio]{margin-right:7px}.et-db #et-boc .et-l .et_pb_module input.text:not(.qty),.et-db #et-boc .et-l .et_pb_module input.title,.et-db #et-boc .et-l .et_pb_module input[type=email],.et-db #et-boc .et-l .et_pb_module input[type=password],.et-db #et-boc .et-l .et_pb_module input[type=tel],.et-db #et-boc .et-l .et_pb_module input[type=text],.et-db #et-boc .et-l .et_pb_module input select,.et-db #et-boc .et-l .et_pb_module input textarea{border:1px solid #bbb;color:#4e4e4e;padding:5px 10px;height:auto;width:auto}.et-db #et-boc .et-l .et_pb_module #email{width:100%}.et-db #et-boc .et-l .et-pb-slider-arrows a{color:inherit}.et-db #et-boc .et-l .et_pb_post .post-meta a{color:inherit!important}.et-db #et-boc .et-l .et_pb_counter_amount_number{letter-spacing:inherit;text-decoration:inherit}.et-db #et-boc .et-l .et_pb_blurb img{width:inherit}.et-db #et-boc .et-l .comment-content *,.et-db #et-boc .et-l .et_pb_blurb_container,.et-db #et-boc .et-l .et_pb_blurb_container *,.et-db #et-boc .et-l .et_pb_blurb_content,.et-db #et-boc .et-l .et_pb_newsletter_button_text,.et-db #et-boc .et-l .et_pb_newsletter_description *,.et-db #et-boc .et-l .et_pb_promo_description,.et-db #et-boc .et-l .et_pb_promo_description *{letter-spacing:inherit}.et-db #et-boc .et-l .et_pb_image img{width:inherit}.et-db #et-boc .et-l .et_pb_image a{line-height:0;padding-bottom:0}.et-db #et-boc .et-l .et_pb_newsletter_description{letter-spacing:inherit}.et-db #et-boc .et-l .et_pb_newsletter_form p input{background-color:#fff!important;width:100%!important}.et-db #et-boc .et-l .et_pb_text *{letter-spacing:inherit}.et-db #et-boc .et-l .et-db .et_pb_section{background-color:transparent}.et-db #et-boc .et-l .et_pb_section *{-webkit-font-smoothing:antialiased}.et-db #et-boc .et-l .pagination{width:100%;clear:both}.et-db #et-boc .et-l .pagination:after,.et-db #et-boc .et-l .pagination:before{visibility:hidden}.et-db #et-boc .et-l .pagination a{width:auto;border:none;background:transparent}.et-db #et-boc .et-l .wp-pagenavi{text-align:right;border-top:1px solid #e2e2e2;padding-top:13px;clear:both;margin-bottom:30px}.et-db #et-boc .et-l .wp-pagenavi a,.et-db #et-boc .et-l .wp-pagenavi span{color:#666;margin:0 5px;text-decoration:none;font-size:14px!important;font-weight:400!important;border:none!important}.et-db #et-boc .et-l .wp-pagenavi .nextpostslink,.et-db #et-boc .et-l .wp-pagenavi .previouspostslink{color:#999!important}.et-db #et-boc .et-l .wp-pagenavi a:hover,.et-db #et-boc .et-l .wp-pagenavi span.current{color:#82c0c7!important}.et-db #et-boc .et-l .nav-previous{float:left}.et-db #et-boc .et-l .nav-next{float:right}.et-db #et-boc .et-l article .et_pb_text_color_light,.et-db #et-boc .et-l article .et_pb_text_color_light a,.et-db #et-boc .et-l article .et_pb_text_color_light a:hover,.et-db #et-boc .et-l article .et_pb_text_color_light a:visited,.et-db #et-boc .et-l article .et_pb_text_color_light blockquote{color:#fff}.et-db #et-boc .et-l .et_pb_posts .et_pb_post{padding:0;border-top:none;border-left:0;border-right:0;border-bottom:none;background:transparent;width:100%;margin-top:0}.et-db #et-boc .et-l .et_pb_posts .et_pb_post .entry-title a,.et-db #et-boc .et-l .et_pb_posts .et_pb_post .post-content,.et-db #et-boc .et-l .et_pb_posts .et_pb_post .post-content *,.et-db #et-boc .et-l .et_pb_posts .et_pb_post .post-meta a,.et-db #et-boc .et-l .et_pb_posts .et_pb_post .post-meta span{letter-spacing:inherit}.et-db #et-boc .et-l .et_pb_blog_grid blockquote:before,.et-db #et-boc .et-l .et_pb_posts blockquote:before{display:none}.et-db #et-boc .et-l .et_pb_blog_grid a.more-link,.et-db #et-boc .et-l .et_pb_posts a.more-link{position:relative;color:inherit!important;font-size:inherit;background-color:transparent!important;float:none!important;padding:0!important;text-transform:none;line-height:normal;display:block;font-family:inherit;bottom:auto;right:auto}.et-db #et-boc .et-l .et_pb_blog_grid .column{width:100%;margin:0}.et-db #et-boc .et-l .et_pb_blog_grid .et_pb_post{padding:19px!important;background-image:none!important;float:none;width:100%;margin-top:0}.et-db #et-boc .et-l .et_pb_blog_grid .et_pb_image_container{max-width:none}.et-db #et-boc .et-l .et_pb_blog_grid_wrapper .et_pb_blog_grid article{border-bottom:1px solid #ddd!important}.et-db #et-boc .et-l .et_pb_grid_item.entry{padding:0}.et-db #et-boc .et-l .et_pb_module ul,.et-db #et-boc .et-l ul.et_pb_module{margin:0}.et-db #et-boc .et-l .et_pb_module li{list-style:none}.et-db #et-boc .et-l .et_pb_module a,.et-db #et-boc .et-l .et_pb_module a:hover{text-decoration:none}.et-db #et-boc .et-l .et_pb_module h1,.et-db #et-boc .et-l .et_pb_module h2,.et-db #et-boc .et-l .et_pb_module h3,.et-db #et-boc .et-l .et_pb_module h4,.et-db #et-boc .et-l .et_pb_module h5,.et-db #et-boc .et-l .et_pb_module h6{margin:0;text-align:inherit}.et-db #et-boc .et-l .et_pb_module .column{padding:0}.et-db #et-boc .et-l .et_pb_module p{margin:0;text-align:inherit}.et-db #et-boc .et-l .et_pb_module a:focus{outline:none}.et-db #et-boc .et-l .et_pb_module img{display:inline}.et-db #et-boc .et-l .et_pb_module span.percent-value{font-size:inherit;letter-spacing:inherit}.et-db #et-boc .et-l .et_pb_module .hentry{box-shadow:none}.et-db #et-boc .et-l .et_pb_blurb_content ol,.et-db #et-boc .et-l .et_pb_blurb_content ul,.et-db #et-boc .et-l .et_pb_code ol,.et-db #et-boc .et-l .et_pb_code ul,.et-db #et-boc .et-l .et_pb_fullwidth_header .header-content ol,.et-db #et-boc .et-l .et_pb_fullwidth_header .header-content ul,.et-db #et-boc .et-l .et_pb_newsletter_description_content ol,.et-db #et-boc .et-l .et_pb_newsletter_description_content ul,.et-db #et-boc .et-l .et_pb_promo_description ol,.et-db #et-boc .et-l .et_pb_promo_description ul,.et-db #et-boc .et-l .et_pb_slide_content ol,.et-db #et-boc .et-l .et_pb_slide_content ul,.et-db #et-boc .et-l .et_pb_tab ol,.et-db #et-boc .et-l .et_pb_tab ul,.et-db #et-boc .et-l .et_pb_team_member_description ol,.et-db #et-boc .et-l .et_pb_team_member_description ul,.et-db #et-boc .et-l .et_pb_testimonial_description_inner ol,.et-db #et-boc .et-l .et_pb_testimonial_description_inner ul,.et-db #et-boc .et-l .et_pb_text ol,.et-db #et-boc .et-l .et_pb_text ul,.et-db #et-boc .et-l .et_pb_toggle_content ol,.et-db #et-boc .et-l .et_pb_toggle_content ul{margin-top:15px;margin-bottom:15px;margin-left:25px}.et-db #et-boc .et-l .et_pb_blurb_content ul li,.et-db #et-boc .et-l .et_pb_code ul li,.et-db #et-boc .et-l .et_pb_fullwidth_header .header-content ul li,.et-db #et-boc .et-l .et_pb_newsletter_description_content ul li,.et-db #et-boc .et-l .et_pb_promo_description ul li,.et-db #et-boc .et-l .et_pb_slide_content ul li,.et-db #et-boc .et-l .et_pb_tab ul li,.et-db #et-boc .et-l .et_pb_team_member_description ul li,.et-db #et-boc .et-l .et_pb_testimonial_description_inner ul li,.et-db #et-boc .et-l .et_pb_text ul li,.et-db #et-boc .et-l .et_pb_toggle_content ul li{list-style:disc}.et-db #et-boc .et-l .et_pb_blurb_content ol li,.et-db #et-boc .et-l .et_pb_code ol li,.et-db #et-boc .et-l .et_pb_fullwidth_header .header-content ol li,.et-db #et-boc .et-l .et_pb_newsletter_description_content ol li,.et-db #et-boc .et-l .et_pb_promo_description ol li,.et-db #et-boc .et-l .et_pb_slide_content ol li,.et-db #et-boc .et-l .et_pb_tab ol li,.et-db #et-boc .et-l .et_pb_team_member_description ol li,.et-db #et-boc .et-l .et_pb_testimonial_description_inner ol li,.et-db #et-boc .et-l .et_pb_text ol li,.et-db #et-boc .et-l .et_pb_toggle_content ol li{list-style:decimal}.et-db #et-boc .et-l .et_pb_section{margin-bottom:0}.et-db #et-boc .et-l .widget .widget-title,.et-db #et-boc .et-l .widget a{color:inherit}.et-db #et-boc .et-l span.et_portfolio_image{position:relative;display:block}.et-db #et-boc .et-l span.et_portfolio_image img{display:block}.et-db #et-boc .et-l .et_audio_container .mejs-time.mejs-currenttime-container.custom{line-height:18px}.et-db #et-boc .et-l hr.et_pb_module{background-color:transparent;background-image:none;margin:0;padding:0}.et-db #et-boc .et-l .et-pb-slider-arrows a,.et-db #et-boc .et-l .et_pb_blurb_container h4 a,.et-db #et-boc .et-l .et_pb_module .post-meta a,.et-db #et-boc .et-l .et_pb_module h2 a,.et-db #et-boc .et-l .et_pb_module li a,.et-db #et-boc .et-l .et_pb_portfolio_item a,.et-db #et-boc .et-l .et_pb_testimonial_meta a{border-bottom:none}.et-db #et-boc .et-l .et_pb_portfolio_filter a{letter-spacing:inherit;line-height:inherit}.et-db #et-boc .et-l .et_pb_portfolio img{width:100%}.et-db #et-boc .et-l .et_pb_filterable_portfolio.et_pb_filterable_portfolio_grid .hentry,.et-db #et-boc .et-l .et_pb_fullwidth_portfolio .hentry,.et-db #et-boc .et-l .et_pb_portfolio_grid .hentry{padding:0;border:none;clear:none}.et-db #et-boc .et-l .et_pb_filterable_portfolio .hentry:after,.et-db #et-boc .et-l .et_pb_fullwidth_portfolio .hentry:after,.et-db #et-boc .et-l .et_pb_portfolio .hentry:after,.et-db #et-boc .et-l .et_pb_portfolio_grid .hentry:after{background:transparent}.et-db #et-boc .et-l .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2{font-size:26px}.et-db #et-boc .et-l .et_pb_filterable_portfolio .et_pb_portfolio_filter a{max-width:none}.et-db #et-boc .et-l .et_pb_filterable_portfolio .et_pb_portfolio_filter li{color:#666}.et-db #et-boc .et-l .et_pb_filterable_portfolio .et_pb_portfolio_filter li a{color:inherit!important}.et-db #et-boc .et-l .et_pb_filterable_portfolio .et_pb_portfolio_filter li a:hover{color:#666!important}.et-db #et-boc .et-l .et_pb_filterable_portfolio h2 a{letter-spacing:inherit}.et-db #et-boc .et-l .et_pb_portfolio_filters li a.active{color:#82c0c7!important}.et-db #et-boc .et-l .et_pb_module .hentry.has-post-thumbnail:first-child{margin-top:0}.et-db #et-boc .et-l .et_pb_portfolio_items .hentry,.et-db #et-boc .et-l .format-quote.hentry{padding:0}.et-db #et-boc .et-l .et-bg-layout-dark{text-shadow:none;color:inherit}.et-db #et-boc .et-l .et_pb_slide_image img{margin:0}.et-db #et-boc .et-l .et_pb_slide_description h2{line-height:1em;padding-bottom:10px}.et-db #et-boc .et-l .et_pb_slider .mejs-offscreen{display:none}.et-db #et-boc .et-l .et_pb_slide_content *{letter-spacing:inherit}.et-db #et-boc .et-l .et_pb_countdown_timer .section{width:auto}.et-db #et-boc .et-l .et_pb_widget_area{max-width:100%}.et-db #et-boc .et-l .et_pb_widget_area #searchform,.et-db #et-boc .et-l .et_pb_widget_area #searchform #s,.et-db #et-boc .et-l .et_pb_widget_area *,.et-db #et-boc .et-l .et_pb_widget_area input.search-field{max-width:100%;word-wrap:break-word;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.et-db #et-boc .et-l .et_pb_widget_area .widget{border:none;background:transparent;padding:0;box-shadow:none}.et-db #et-boc .et-l .et_pb_widget_area .widget:after{background:transparent}.et-db #et-boc .et-l .et_pb_widget_area .widget-title{border-bottom:none}.et-db #et-boc .et-l .et_pb_widget_area>.widget-title:not(:first-child){margin-top:30px}.et-db #et-boc .et-l .et_pb_widget_area .widget-title,.et-db #et-boc .et-l .et_pb_widget_area h1:first-of-type,.et-db #et-boc .et-l .et_pb_widget_area h2:first-of-type,.et-db #et-boc .et-l .et_pb_widget_area h3:first-of-type,.et-db #et-boc .et-l .et_pb_widget_area h4:first-of-type,.et-db #et-boc .et-l .et_pb_widget_area h5:first-of-type,.et-db #et-boc .et-l .et_pb_widget_area h6:first-of-type{font-weight:500;font-style:normal}.et-db #et-boc .et-l .et_pb_widget_area .widget-title:before,.et-db #et-boc .et-l .et_pb_widget_area h1:first-of-type:before,.et-db #et-boc .et-l .et_pb_widget_area h2:first-of-type:before,.et-db #et-boc .et-l .et_pb_widget_area h3:first-of-type:before,.et-db #et-boc .et-l .et_pb_widget_area h4:first-of-type:before,.et-db #et-boc .et-l .et_pb_widget_area h5:first-of-type:before,.et-db #et-boc .et-l .et_pb_widget_area h6:first-of-type:before{display:none}.et-db #et-boc .et-l .et_pb_widget_area .widgettitle{font-size:18px;padding-bottom:10px}.et-db #et-boc .et-l .et_pb_widget_area .enigma_sidebar_widget,.et-db #et-boc .et-l .et_pb_widget_area .fwidget,.et-db #et-boc .et-l .et_pb_widget_area .sb-widget,.et-db #et-boc .et-l .et_pb_widget_area .widget,.et-db #et-boc .et-l .et_pb_widget_area .widget-box,.et-db #et-boc .et-l .et_pb_widget_area .widget-container,.et-db #et-boc .et-l .et_pb_widget_area .widget-wrapper{margin-top:0;margin-bottom:30px;color:inherit}.et-db #et-boc .et-l .et_pb_widget_area ul li{margin-top:.25em;margin-bottom:.25em;background:none;margin-left:0}.et-db #et-boc .et-l .et_pb_widget_area ul li:after,.et-db #et-boc .et-l .et_pb_widget_area ul li:before{display:none}.et-db #et-boc .et-l .et_pb_widget_area ul ul{border-top:none}.et-db #et-boc .et-l .et_pb_widget_area ul ul li{margin-top:5px;margin-left:15px}.et-db #et-boc .et-l .et_pb_widget_area ul ul li:last-child{border-bottom:none;margin-bottom:0}.et-db #et-boc .et-l .et_pb_widget_area .widgettitle:before{display:none}.et-db #et-boc .et-l .et_pb_widget_area select{margin-right:0;margin-left:0;width:auto}.et-db #et-boc .et-l .et_pb_widget_area img{max-width:100%!important}.et-db #et-boc .et-l .et_pb_widget_area .enigma_sidebar_widget ul li a{display:inline-block;margin-left:0;padding-left:0}.et-db #et-boc .et-l .et_pb_widget_area .enigma_sidebar_widget ul ul li:last-child{padding-bottom:0}.et-db #et-boc .et-l .et_pb_widget_area #searchform,.et-db #et-boc .et-l .et_pb_widget_area .widget_search form{position:relative;padding:0;background:none;margin-top:0;margin-left:0;margin-right:0;display:block;width:100%;height:auto;border:none}.et-db #et-boc .et-l .et_pb_widget_area #searchform input[type=text],.et-db #et-boc .et-l .et_pb_widget_area .enigma_sidebar_widget #searchform input[type=text],.et-db #et-boc .et-l .et_pb_widget_area .widget_search .search-field,.et-db #et-boc .et-l .et_pb_widget_area .widget_search input[type=search],.et-db #et-boc .et-l .et_pb_widget_area .widget_search input[type=text]{position:relative;margin:0;padding:.7em 90px .7em .7em!important;min-width:0;width:100%!important;height:40px!important;font-size:14px;line-height:normal;border:1px solid #ddd!important;color:#666;border-radius:3px!important;display:block;background:#fff!important;background-image:none!important;box-shadow:none!important;float:none!important}.et-db #et-boc .et-l .et_pb_widget_area .et-narrow-wrapper #searchform input[type=text]{padding-right:.7em!important}.et-db #et-boc .et-l .et_pb_widget_area #searchform input[type=submit],.et-db #et-boc .et-l .et_pb_widget_area .enigma_sidebar_widget #searchform button{background-color:#ddd!important;font-size:14px;text-transform:none!important;padding:0 .7em!important;min-width:0;width:80px!important;height:40px!important;-webkit-border-top-right-radius:3px!important;-webkit-border-bottom-right-radius:3px!important;-moz-border-radius-topright:3px!important;-moz-border-radius-bottomright:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;position:absolute!important;left:auto;right:0!important;top:0!important;display:inline-block!important;clip:auto;text-align:center;box-shadow:none!important;cursor:pointer;color:#666!important;text-indent:0!important;background-image:none!important;border:none!important;margin:0!important;float:none!important}.et-db #et-boc .et-l .et_pb_widget_area .et-narrow-wrapper #searchform input[type=submit],.et-db #et-boc .et-l .et_pb_widget_area .widget_search .search-submit,.et-db #et-boc .et-l .et_pb_widget_area .widget_search button,.et-db #et-boc .et-l .et_pb_widget_area .widget_search form.searchform>button,.et-db #et-boc .et-l .et_pb_widget_area .widget_search input[type=submit]{position:relative!important;margin-top:1em!important;-webkit-border-top-left-radius:3px!important;-webkit-border-bottom-left-radius:3px!important;-moz-border-radius-topleft:3px!important;-moz-border-radius-bottomleft:3px;border-top-left-radius:3px;border-bottom-left-radius:3px}.et-db #et-boc .et-l .et_pb_widget_area .widget_search .themeform.searchform div:after,.et-db #et-boc .et-l .et_pb_widget_area .widget_search form:before{display:none}.et-db #et-boc .et-l .et_pb_widget_area .widget_search .input-group,.et-db #et-boc .et-l .et_pb_widget_area .widget_search fieldset,.et-db #et-boc .et-l .et_pb_widget_area .widget_search label{display:block;max-width:100%!important}.et-db #et-boc .et-l .et_pb_widget_area .widget_search.et-narrow-wrapper input[type=search],.et-db #et-boc .et-l .et_pb_widget_area .widget_search.et-narrow-wrapper input[type=text],.et-db #et-boc .et-l .et_pb_widget_area .widget_search.et-no-submit-button input[type=search],.et-db #et-boc .et-l .et_pb_widget_area .widget_search.et-no-submit-button input[type=text]{padding-right:.7em!important}.et-db #et-boc .et-l .et_pb_widget_area .widget_search .search-submit:hover,.et-db #et-boc .et-l .et_pb_widget_area .widget_search input[type=submit]:hover{background:#ddd}.et-db #et-boc .et-l .et_pb_widget_area .widget_search button.search-submit .screen-reader-text{display:inline-block;clip:auto;width:auto;height:auto;position:relative!important;line-height:normal;color:#666}.et-db #et-boc .et-l .et_pb_widget_area .widget_search button.search-submit:before{display:none}.et-db #et-boc .et-l .et_pb_widget_area .widget_search form.form-search .input-group-btn,.et-db #et-boc .et-l .et_pb_widget_area .widget_search form.searchform #search-button-box{position:absolute;top:0;right:0;width:80px;height:40px;z-index:12}.et-db #et-boc .et-l .et_pb_widget_area .widget_search.et-narrow-wrapper form.form-search .input-group-btn,.et-db #et-boc .et-l .et_pb_widget_area .widget_search.et-narrow-wrapper form.searchform #search-button-box,.et-db #et-boc .et-l .et_pb_widget_area .widget_search.et-no-submit-button form.form-search .input-group-btn,.et-db #et-boc .et-l .et_pb_widget_area .widget_search.et-no-submit-button form.searchform #search-button-box{position:relative!important}.et-db #et-boc .et-l .et_pb_widget_area .widget_search .seach_section fieldset{padding:0;margin:0}.et-db #et-boc .et-l .et_pb_widget_area .widget_search .seach_section fieldset .searchsub,.et-db #et-boc .et-l .et_pb_widget_area .widget_search .seach_section fieldset .searchtext{padding:0;background:none}.et-db #et-boc .et-l .et_pb_widget_area .widget_search .assistive-text,.et-db #et-boc .et-l .et_pb_widget_area .widget_search>form>div>.screen-reader-text[for=s]{display:none}.et-db #et-boc .et-l .et_pb_widget_area .widget_search .enigma_sidebar_widget .input-group{display:block}.et-db #et-boc .et-l .et_pb_widget_area .widget_search.et-narrow-wrapper>form>.input-group>span.input-group-btn,.et-db #et-boc .et-l .et_pb_widget_area .widget_search.et-no-submit-button>form>.input-group>span.input-group-btn{position:relative!important}.et-db #et-boc .et-l .et_pb_widget_area .widget_search table.searchform td.searchfield{width:auto;border:none}.et-db #et-boc .et-l .et_pb_widget_area .widget_search table.searchform td.searchbutton{border:none;background:transparent}.et-db #et-boc .et-l .et_pb_widget_area .widget_search .large-10,.et-db #et-boc .et-l .et_pb_widget_area .widget_search .small-10{width:100%}.et-db #et-boc .et-l .et_pb_widget_area .widget_search div.search-field{border:none!important;padding:0!important}.et-db #et-boc .et-l .et_pb_widget_area .widget_search #searchform:after{display:none}.et-db #et-boc .et-l .et_pb_widget_area .enigma_sidebar_widget .input-group{display:block}.et-db #et-boc .et-l .et_pb_widget_area #calendar_wrap{width:100%}.et-db #et-boc .et-l .et_pb_widget_area #wp-calendar,.et-db #et-boc .et-l .et_pb_widget_area .widget_calendar table{table-layout:fixed;width:100%;margin:0}.et-db #et-boc .et-l .et_pb_widget_area .widget_calendar table td,.et-db #et-boc .et-l .et_pb_widget_area .widget_calendar table th{background:transparent}.et-db #et-boc .et-l .et_pb_widget_area .widget_nav_menu ul,.et-db #et-boc .et-l .et_pb_widget_area .widget_nav_menu ul li{display:block}.et-db #et-boc .et-l .et_pb_widget_area .widget_nav_menu .menu{font-family:inherit}.et-db #et-boc .et-l .et_pb_widget_area .widget_nav_menu .menu-item-has-children>a:after,.et-db #et-boc .et-l .et_pb_widget_area .widget_nav_menu .menu li>ul:before{display:none}.et-db #et-boc .et-l .et_pb_newsletter input#email{float:none;max-width:100%}.et-db #et-boc .et-l .et_pb_newsletter_form input{outline:none!important;box-shadow:none!important}.et-db #et-boc .et-l .et_pb_fullwidth_header .et_pb_fullwidth_header_container{float:none}.et-db #et-boc .et-l .et_quote_content blockquote{background-color:transparent!important}.et-db #et-boc .et-l .et_pb_bg_layout_dark .widget,.et-db #et-boc .et-l .et_pb_bg_layout_dark h1 a,.et-db #et-boc .et-l .et_pb_bg_layout_dark h2 a,.et-db #et-boc .et-l .et_pb_bg_layout_dark h3 a,.et-db #et-boc .et-l .et_pb_bg_layout_dark h4 a,.et-db #et-boc .et-l .et_pb_bg_layout_dark h5 a,.et-db #et-boc .et-l .et_pb_bg_layout_dark h6 a{color:inherit!important}.et-db #et-boc .et-l .et-menu-nav{padding:0 5px;margin-bottom:0;overflow:visible!important;background:transparent;border:none}.et-db #et-boc .et-l .et-menu a{padding-top:0;color:inherit!important;background:transparent;text-decoration:inherit!important}.et-db #et-boc .et-l .et-menu a:hover{background:inherit}.et-db #et-boc .et-l .et-menu.nav li,.et-db #et-boc .et-l .et-menu.nav li a{float:none}.et-db #et-boc .et-l .et-menu.nav li ul{display:block;border-radius:0;border-left:none;border-right:none;border-bottom:none}.et-db #et-boc .et-l .et-menu.nav li li{padding:0 20px!important;border-bottom:none;background:inherit}.et-db #et-boc .et-l .et-menu.nav li li a{padding:6px 20px!important;border:none}.et-db #et-boc .et-l .et-menu.nav>li>ul{top:auto}.et-db #et-boc .et-l .et_pb_fullwidth_menu .mobile_nav,.et-db #et-boc .et-l .et_pb_menu .mobile_nav{display:block}.et-db #et-boc .et-l .et_pb_fullwidth_menu .mobile_nav>span,.et-db #et-boc .et-l .et_pb_menu .mobile_nav>span{width:auto;height:auto;top:auto;right:auto}.et-db #et-boc .et-l .et_pb_fullwidth_menu .mobile_nav.opened>span,.et-db #et-boc .et-l .et_pb_menu .mobile_nav.opened>span{transform:none}.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu li>a,.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li>a{color:inherit!important;background:none;width:100%;padding:10px 5%!important}.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu>.menu-item-has-children>a,.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu>.menu-item-has-children>a{background-color:rgba(0,0,0,.03)}.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu li li,.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li li{padding-left:5%!important}.et-db #et-boc .et-l ul.et_pb_member_social_links{margin-top:20px}.et-db #et-boc .et-l .mejs-container,.et-db #et-boc .et-l .mejs-container .mejs-controls,.et-db #et-boc .et-l .mejs-embed,.et-db #et-boc .et-l .mejs-embed body{background:#222}.et-db #et-boc .et-l .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.et-db #et-boc .et-l .mejs-controls .mejs-time-rail .mejs-time-total{background:hsla(0,0%,100%,.33)}.et-db #et-boc .et-l .mejs-controls .mejs-time-rail .mejs-time-total{margin:5px}.et-db #et-boc .et-l .mejs-controls div.mejs-time-rail{padding-top:5px}.et-db #et-boc .et-l .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.et-db #et-boc .et-l .mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.et-db #et-boc .et-l .mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.et-db #et-boc .et-l .mejs-controls .mejs-time-rail .mejs-time-float{background:#eee;border:1px solid #333;margin-left:-18px;text-align:center;color:#111}.et-db #et-boc .et-l .mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px}.et-db #et-boc .et-l .mejs-controls .mejs-time-rail .mejs-time-float-corner{border:5px solid transparent;border-top-color:#eee;border-radius:0}.et-db #et-boc .et-l .mejs-container .mejs-controls .mejs-time{color:#fff;padding:10px 3px 0;box-sizing:content-box}.et-db #et-boc .et-l .et_pb_audio_module button{box-shadow:none;text-shadow:none;min-height:0}.et-db #et-boc .et-l .et_pb_audio_module button:before{position:relative}.et-db #et-boc .et-l .et_pb_audio_module_content h2{padding-bottom:10px;line-height:1em}.et-db #et-boc .et-l .et_audio_container .mejs-mediaelement{background:transparent}.et-db #et-boc .et-l .et_audio_container .mejs-clear,.et-db #et-boc .et-l .et_audio_container .mejs-time-handle,.et-db #et-boc .et-l .et_audio_container .mejs-volume-slider{display:block!important}.et-db #et-boc .et-l .et_audio_container span.mejs-currenttime{text-shadow:none}.et-db #et-boc .et-l .et_audio_container p.et_audio_module_meta{margin-bottom:17px}.et-db #et-boc .et-l .et_audio_container .mejs-button.mejs-playpause-button,.et-db #et-boc .et-l .et_audio_container .mejs-button.mejs-playpause-button button,.et-db #et-boc .et-l .et_audio_container .mejs-button.mejs-volume-button,.et-db #et-boc .et-l .et_audio_container .mejs-button.mejs-volume-button button{border:none;box-shadow:none}.et-db #et-boc .et-l .et_audio_container .mejs-button.mejs-playpause-button button:before{top:0}.et-db #et-boc .et-l .et_audio_container .mejs-button.mejs-volume-button.mejs-mute,.et-db #et-boc .et-l .et_audio_container .mejs-button.mejs-volume-button.mejs-unmute{position:relative;float:left;clear:none!important;top:auto}.et-db #et-boc .et-l .et_audio_container .mejs-button button:focus{text-decoration:none!important}.et-db #et-boc .et-l .et_audio_container .mejs-controls{box-shadow:none;bottom:auto!important}.et-db #et-boc .et-l .et_audio_container .mejs-controls div.mejs-time-rail{width:auto!important}.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-time-rail span{height:10px}.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-time-rail a,.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-time-rail span{width:auto}.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle{border-radius:5px}.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-float{border:none!important;color:inherit!important}.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-horizontal-volume-slider{width:50px}.et-db #et-boc .et-l .et_audio_container span.mejs-offscreen{display:none}.et-db #et-boc .et-l .et_audio_container span.mejs-time-handle{background-color:#fff}.et-db #et-boc .et-l .et_audio_container span.mejs-time-float-current{min-width:30px}.et-db #et-boc .et-l .et_audio_container .mejs-container{background-color:transparent!important}.et-db #et-boc .et-l .et_audio_container .mejs-container span.mejs-currenttime{display:inline-block}.et-db #et-boc .et-l .et_audio_container .mejs-container .mejs-controls .mejs-time span{line-height:1em}.et-db #et-boc .et-l .et_audio_container .mejs-container .mejs-horizontal-volume-current,.et-db #et-boc .et-l .et_audio_container .mejs-container .mejs-time-current{background:#fff!important}.et-db #et-boc .et-l .et_audio_container .mejs-container .mejs-pause{top:0}.et-db #et-boc .et-l .et_audio_container button:focus{box-shadow:none}.et-db #et-boc .et-l .et_audio_container .mejs-play button:after,.et-db #et-boc .et-l .mejs-pause button:after,.et-db #et-boc .et-l .mejs-volume-button button:after{display:none!important}.et-db #et-boc .et-l .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n){float:left!important}.et-db #et-boc .et-l .et_pb_module .woocommerce-page ul.products li.product,.et-db #et-boc .et-l .et_pb_module .woocommerce-page ul.products li.product h3,.et-db #et-boc .et-l .et_pb_module .woocommerce ul.products li.product,.et-db #et-boc .et-l .et_pb_module .woocommerce ul.products li.product h3{background-color:transparent}.et-db #et-boc .et-l .et_pb_module .woocommerce ul.products li.product h3{padding:.3em 0}.et-db #et-boc .et-l .et_pb_module.et_pb_shop_grid:before{display:none}.et-db #et-boc .et-l .et_pb_module .star-rating span{letter-spacing:inherit;padding-top:1.5em}.et-db #et-boc .et-l .product.et-background-image{box-shadow:none}.et-db #et-boc .et-l .et_pb_shop .onsale{box-sizing:content-box;z-index:3;background:#ef8f61;color:#fff;padding:6px 18px;font-size:20px;border-radius:3px;width:auto;height:auto;line-height:1.6em;text-transform:none;font-weight:400;min-width:0;min-height:0;position:absolute;top:20px!important;left:20px!important;right:auto;transform:none}.et-db #et-boc .et-l .et_pb_shop .featured{display:inline-block!important}.et-db #et-boc .et-l .et_pb_shop .woocommerce ul.products{margin-left:0!important}.et-db #et-boc .et-l .et_pb_shop .woocommerce ul.products .entry{overflow:visible}.et-db #et-boc .et-l .et_pb_shop .woocommerce ul.products li.last{margin-right:0!important}.et-db #et-boc .et-l .et_pb_shop .woocommerce ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%}.et-db #et-boc .et-l .et_pb_shop .woocommerce ul.products li.product .button{max-width:100%;white-space:normal;padding:.618em 1em}.et-db #et-boc .et-l .et_pb_shop .woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.et-db #et-boc .et-l .et_pb_shop .woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.et-db #et-boc .et-l .et_pb_shop .woocommerce.columns-2 ul.products li.product{width:48%}.et-db #et-boc .et-l .et_pb_shop .woocommerce.columns-3 ul.products li.product{width:30.75%}.et-db #et-boc .et-l .et_pb_shop .woocommerce.columns-5 ul.products li.product{width:16.95%}.et-db #et-boc .et-l .et_pb_shop h3:before{display:none}.et-db #et-boc .et-l .et_pb_shop .desc{width:100%}.et-db #et-boc .et-l .et_pb_shop .image_frame{width:100%;margin-bottom:15px}.et-db #et-boc .et-l .et_pb_shop .onsale>i{position:relative;top:auto;right:auto;bottom:auto;left:auto}.et-db #et-boc .et-l .et_pb_shop .onsale>span:after{display:none}.et-db #et-boc .et-l .et_pb_shop .inner_product_header{padding:0;border:none}.et-db #et-boc .et-l .et_pb_shop .isotope-item>a,.et-db #et-boc .et-l .et_pb_shop .woocommerce ul.products li.product>a{width:100%}.et-db #et-boc .et-l .et_pb_shop .rating_container,.et-db #et-boc .et-l .et_pb_shop .star-rating{float:none;position:relative;top:auto;right:auto;bottom:auto;left:auto;margin-bottom:15px}.et-db #et-boc .et-l .et_pb_shop .box-text{padding-bottom:20px}.et-db #et-boc .et-l .et_pb_shop .col-inner{padding:0 10px}.et-db #et-boc .et-l .et_pb_shop .image_frame.hover .image_wrapper img,.et-db #et-boc .et-l .et_pb_shop .image_frame:hover .image_wrapper img{top:0!important}.et-db #et-boc .et-l .et_pb_shop .et_shop_image{display:block;position:relative;line-height:.8!important;margin-bottom:10px}.et-db #et-boc .et-l .et_pb_shop .add-to-cart-button-outer,.et-db #et-boc .et-l .et_pb_shop .add_to_cart_button,.et-db #et-boc .et-l .et_pb_shop .avia_cart_buttons,.et-db #et-boc .et-l .et_pb_shop .image_links,.et-db #et-boc .et-l .et_pb_shop .product-buttons-container,.et-db #et-boc .et-l .et_pb_shop .product-thumb .button,.et-db #et-boc .et-l .et_pb_shop .show-on-hover{display:none}.et-db #et-boc .et-l .et_pb_shop .inner-wrap>a{line-height:0}.et-db #et-boc .et-l .et_pb_shop .quick-view{line-height:1em;color:#fff;padding:5px 0;text-align:center}.et-db #et-boc .et-l .et_pb_pricing .et_pb_featured_table{z-index:50}.et-db #et-boc .et-l .et_pb_pricing li span{letter-spacing:inherit}.et-db #et-boc .et-l .et_pb_tab *,.et-db #et-boc .et-l .et_pb_tabs_controls a{letter-spacing:inherit;text-decoration:inherit!important}.et-db #et-boc .et-l .et_pb_testimonial:before{visibility:visible;width:auto;height:auto}.et-db #et-boc .et-l button.et_pb_button{text-shadow:none!important;box-shadow:none!important;background-color:transparent!important;white-space:inherit}.et-db #et-boc .et-l button.et_pb_button:after{width:auto;left:auto;top:auto;background-color:transparent}.et-db #et-boc .et-l button.et_pb_button:hover{background-color:rgba(0,0,0,.05)!important}.et-db #et-boc .et-l a.et_pb_button{padding-bottom:.3em}.et-db #et-boc .et-l .et_pb_button:before{content:""}.et-db #et-boc .et-l .et_pb_contact p input{height:auto}.et-db #et-boc .et-l .et_pb_contact p input[type=text]{width:100%}.et-db #et-boc .et-l .et_pb_contact p input,.et-db #et-boc .et-l .et_pb_contact p textarea{border:none!important;border-radius:0!important;color:#999!important;padding:16px!important;max-width:100%;outline:none!important;box-shadow:none;background-color:#eee!important}.et-db #et-boc .et-l .et_pb_contact .et_pb_contact_submit{vertical-align:top}.et-db #et-boc .et-l .et_pb_contact input.et_pb_contact_captcha{display:inline-block;max-width:50px!important}.et-db #et-boc .et-l .et_pb_contact form span{width:auto}.et-db #et-boc .et-l .et_pb_contact_left p{margin:0 3% 3% 0!important;display:block}.et-db #et-boc .et-l .et_pb_contact_left p:last-child{margin-right:0!important}.et-db #et-boc .et-l .et_pb_contact_right p{margin:0!important}.et-db #et-boc .et-l hr.et_pb_divider{width:100%}.et-db #et-boc .et-l .comment-form-author,.et-db #et-boc .et-l .comment-form-email,.et-db #et-boc .et-l .comment-form-url{width:auto;float:none;margin-right:0;padding-bottom:1em}.et-db #et-boc .et-l .comment_avatar:before{display:none}.et-db #et-boc .et-l .et_pb_comments_module a.et_pb_button{border-bottom-style:solid;border-bottom-width:2px}.et-db #et-boc .et-l .et_pb_comments_module button.et_pb_button{color:inherit}.et-db #et-boc .et-l .children .comment-body,.et-db #et-boc .et-l .comment-body{border:none}.et-db #et-boc .et-l .et_pb_gallery_grid .et_pb_gallery_image{font-size:100%}.et-db #et-boc .et-l .et_pb_gallery_image a{line-height:0}.et-db #et-boc .et-l .et_pb_wc_related_products .et_shop_image{display:block;position:relative;line-height:.8!important;margin-bottom:10px}@media (min-width:981px){.et-db #et-boc .et-l .et_pb_column_3_4 .et_pb_shop_grid .columns-0 ul.products li.product.last,.et-db #et-boc .et-l .et_pb_column_4_4 .et_pb_shop_grid .columns-0 ul.products li.product.last{margin-right:5.5%!important}.et-db #et-boc .et-l .et_pb_column_2_3 .et_pb_shop_grid .columns-0 ul.products li.product.last{margin-right:8.483%!important}.et-db #et-boc .et-l .et_pb_column_1_2 .et_pb_shop_grid .columns-0 ul.products li.product.last{margin-right:11.64%!important}.et-db #et-boc .et-l .et_pb_shop_grid .columns-0 ul.products li.product.first{clear:none!important}.et-db #et-boc .et-l .et_pb_column_1_2 .et_pb_shop_grid .columns-0 ul.products li.product:nth-child(2n),.et-db #et-boc .et-l .et_pb_column_2_3 .et_pb_shop_grid .columns-0 ul.products li.product:nth-child(2n),.et-db #et-boc .et-l .et_pb_column_3_4 .et_pb_shop_grid .columns-0 ul.products li.product:nth-child(3n),.et-db #et-boc .et-l .et_pb_column_4_4 .et_pb_shop_grid .columns-0 ul.products li.product:nth-child(4n){margin-right:0!important}.et-db #et-boc .et-l .et_pb_column_1_2 .et_pb_shop_grid .columns-0 ul.products li.product:nth-child(odd),.et-db #et-boc .et-l .et_pb_column_2_3 .et_pb_shop_grid .columns-0 ul.products li.product:nth-child(odd),.et-db #et-boc .et-l .et_pb_column_3_4 .et_pb_shop_grid .columns-0 ul.products li.product:nth-child(3n+1),.et-db #et-boc .et-l .et_pb_column_4_4 .et_pb_shop_grid .columns-0 ul.products li.product:nth-child(4n+1){clear:both!important}.et-db #et-boc .et-l .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .columns-0 ul.products li.product:nth-child(4n){margin-right:7.47%!important}.et-db #et-boc .et-l .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .columns-0 ul.products li.product:nth-child(3n){margin-right:0!important}.et-db #et-boc .et-l .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .columns-0 ul.products li.product:nth-child(4n+1){clear:none!important}.et-db #et-boc .et-l .woocommerce-page.columns-6 ul.products li.product,.et-db #et-boc .et-l .woocommerce.columns-6 ul.products li.product{width:13.5%!important;margin:0 3.8% 2.992em 0!important}.et-db #et-boc .et-l .woocommerce-page.columns-6 ul.products li.product.last,.et-db #et-boc .et-l .woocommerce.columns-6 ul.products li.product.last{margin-right:0!important}.et-db #et-boc .et-l .et_pb_shop .woocommerce.columns-6 ul.products li.product:nth-child(3n+1){clear:none}.et-db #et-boc .et-l .et_pb_shop .woocommerce.columns-6 ul.products li.product.first{clear:both}.et-db #et-boc .et-l .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product{width:20.875%!important;margin:0 5.5% 5.5% 0!important}.et-db #et-boc .et-l .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product{width:28.353%!important;margin:0 7.47% 5.5% 0!important}.et-db #et-boc .et-l .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product{width:45.758%!important;margin:0 8.483% 5.5% 0!important}.et-db #et-boc .et-l .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product{width:44.18%!important;margin:0 11.64% 5.5% 0!important}.et-db #et-boc .et-l .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,.et-db #et-boc .et-l .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product{margin-left:0!important;margin-right:0!important}}@media only screen and (max-width:800px){.et-db #et-boc .et-l #main .et_pb_shop_grid .products li:nth-child(3n),.et-db #et-boc .et-l #main .et_pb_shop_grid .products li:nth-child(4n){float:left!important;margin:0 9.5% 9.5% 0!important}.et-db #et-boc .et-l #main .et_pb_shop_grid .products li:nth-child(2n){margin-right:0!important}}@media only screen and (min-width:768px) and (max-width:980px){.et-db #et-boc .et-l .et_pb_shop ul.products li.product:nth-child(odd){clear:none!important}.et-db #et-boc .et-l .et_pb_column .woocommerce ul.products li.product:nth-child(3n+1){clear:both!important}}.et-db #et-boc .et-l ul.products li.product .onsale{display:block}.et-db #et-boc .et-l ul.products li.product .star-rating{margin-top:5px}.et-db #et-boc .et-l ul.products li.product .price{position:relative;top:auto;right:auto;left:auto}.et-db #et-boc .et-l ul.products li.product .price:after{display:none}.et-db #et-boc .et-l ul.products li.product .price del{display:block;margin-bottom:10px}.et-db #et-boc .et-l ul.products li.product .price ins{margin-left:0}.et-db #et-boc .et-l ul.products li.product .price ins:before{content:""!important}.et-db #et-boc .et-l *{box-sizing:border-box}.et-db #et-boc .et-l #et-info-email:before,.et-db #et-boc .et-l #et-info-phone:before,.et-db #et-boc .et-l #et_search_icon:before,.et-db #et-boc .et-l .comment-reply-link:after,.et-db #et-boc .et-l .et-cart-info span:before,.et-db #et-boc .et-l .et-pb-arrow-next:before,.et-db #et-boc .et-l .et-pb-arrow-prev:before,.et-db #et-boc .et-l .et-social-icon a:before,.et-db #et-boc .et-l .et_audio_container .mejs-playpause-button button:before,.et-db #et-boc .et-l .et_audio_container .mejs-volume-button button:before,.et-db #et-boc .et-l .et_overlay:before,.et-db #et-boc .et-l .et_password_protected_form .et_submit_button:after,.et-db #et-boc .et-l .et_pb_button:after,.et-db #et-boc .et-l .et_pb_contact_reset:after,.et-db #et-boc .et-l .et_pb_contact_submit:after,.et-db #et-boc .et-l .et_pb_font_icon:before,.et-db #et-boc .et-l .et_pb_newsletter_button:after,.et-db #et-boc .et-l .et_pb_pricing_table_button:after,.et-db #et-boc .et-l .et_pb_promo_button:after,.et-db #et-boc .et-l .et_pb_testimonial:before,.et-db #et-boc .et-l .et_pb_toggle_title:before,.et-db #et-boc .et-l .form-submit .et_pb_button:after,.et-db #et-boc .et-l .mobile_menu_bar:before,.et-db #et-boc .et-l a.et_pb_more_button:after{font-family:ETmodules!important;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-shadow:0 0;direction:ltr}.et-db #et-boc .et-l .et_pb_custom_button_icon.et_pb_button:after,.et-db #et-boc .et-l .et_pb_login .et_pb_custom_button_icon.et_pb_button:after,.et-db #et-boc .et-l .et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:after,.et-db #et-boc .et-l .et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:hover:after{content:attr(data-icon)}.et-db #et-boc .et-l .et-pb-icon{font-family:ETmodules;content:attr(data-icon);speak:none;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;font-size:96px;font-style:normal;display:inline-block;box-sizing:border-box;direction:ltr}.et-db #et-boc .et-l #et-ajax-saving{display:none;transition:background .3s,box-shadow .3s;box-shadow:0 0 60px rgba(0,139,219,.247059);position:fixed;top:50%;left:50%;width:50px;height:50px;background:#fff;border-radius:50px;margin:-25px 0 0 -25px;z-index:999999;text-align:center}.et-db #et-boc .et-l #et-ajax-saving img{margin:9px}.et-db #et-boc .et-l .et-safe-mode-indicator,.et-db #et-boc .et-l .et-safe-mode-indicator:focus,.et-db #et-boc .et-l .et-safe-mode-indicator:hover{box-shadow:0 5px 10px rgba(41,196,169,.15);background:#29c4a9;color:#fff;font-size:14px;font-weight:600;padding:12px;line-height:16px;border-radius:3px;position:fixed;bottom:30px;right:30px;z-index:999999;text-decoration:none;font-family:Open Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.et-db #et-boc .et-l .et_pb_button{font-size:20px;font-weight:500;padding:.3em 1em;line-height:1.7em!important;background-color:transparent;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;border:2px solid;border-radius:3px;transition-duration:.2s;transition-property:all!important}.et-db #et-boc .et-l .et_pb_button_inner{position:relative}.et-db #et-boc .et-l .et_pb_button:hover,.et-db #et-boc .et-l .et_pb_module .et_pb_button:hover{border:2px solid transparent;padding:.3em 2em .3em .7em}.et-db #et-boc .et-l .et_pb_button:hover{background-color:hsla(0,0%,100%,.2)}.et-db #et-boc .et-l .et_pb_bg_layout_light.et_pb_button:hover,.et-db #et-boc .et-l .et_pb_bg_layout_light .et_pb_button:hover{background-color:rgba(0,0,0,.05)}.et-db #et-boc .et-l .et_pb_button:after,.et-db #et-boc .et-l .et_pb_button:before{font-size:32px;line-height:1em;content:"\35";opacity:0;position:absolute;margin-left:-1em;transition:all .2s;text-transform:none;font-feature-settings:"kern" off;font-variant:none;font-style:normal;font-weight:400;text-shadow:none}.et-db #et-boc .et-l .et_pb_button.et_hover_enabled:hover:after,.et-db #et-boc .et-l .et_pb_button.et_pb_hovered:hover:after{transition:none!important}.et-db #et-boc .et-l .et_pb_button:before{display:none}.et-db #et-boc .et-l .et_pb_button:hover:after{opacity:1;margin-left:0}.et-db #et-boc .et-l .et_pb_column_1_3 h1,.et-db #et-boc .et-l .et_pb_column_1_4 h1,.et-db #et-boc .et-l .et_pb_column_1_5 h1,.et-db #et-boc .et-l .et_pb_column_1_6 h1,.et-db #et-boc .et-l .et_pb_column_2_5 h1{font-size:26px}.et-db #et-boc .et-l .et_pb_column_1_3 h2,.et-db #et-boc .et-l .et_pb_column_1_4 h2,.et-db #et-boc .et-l .et_pb_column_1_5 h2,.et-db #et-boc .et-l .et_pb_column_1_6 h2,.et-db #et-boc .et-l .et_pb_column_2_5 h2{font-size:23px}.et-db #et-boc .et-l .et_pb_column_1_3 h3,.et-db #et-boc .et-l .et_pb_column_1_4 h3,.et-db #et-boc .et-l .et_pb_column_1_5 h3,.et-db #et-boc .et-l .et_pb_column_1_6 h3,.et-db #et-boc .et-l .et_pb_column_2_5 h3{font-size:20px}.et-db #et-boc .et-l .et_pb_column_1_3 h4,.et-db #et-boc .et-l .et_pb_column_1_4 h4,.et-db #et-boc .et-l .et_pb_column_1_5 h4,.et-db #et-boc .et-l .et_pb_column_1_6 h4,.et-db #et-boc .et-l .et_pb_column_2_5 h4{font-size:18px}.et-db #et-boc .et-l .et_pb_column_1_3 h5,.et-db #et-boc .et-l .et_pb_column_1_4 h5,.et-db #et-boc .et-l .et_pb_column_1_5 h5,.et-db #et-boc .et-l .et_pb_column_1_6 h5,.et-db #et-boc .et-l .et_pb_column_2_5 h5{font-size:16px}.et-db #et-boc .et-l .et_pb_column_1_3 h6,.et-db #et-boc .et-l .et_pb_column_1_4 h6,.et-db #et-boc .et-l .et_pb_column_1_5 h6,.et-db #et-boc .et-l .et_pb_column_1_6 h6,.et-db #et-boc .et-l .et_pb_column_2_5 h6{font-size:15px}.et-db #et-boc .et-l .et_pb_bg_layout_dark,.et-db #et-boc .et-l .et_pb_bg_layout_dark h1,.et-db #et-boc .et-l .et_pb_bg_layout_dark h2,.et-db #et-boc .et-l .et_pb_bg_layout_dark h3,.et-db #et-boc .et-l .et_pb_bg_layout_dark h4,.et-db #et-boc .et-l .et_pb_bg_layout_dark h5,.et-db #et-boc .et-l .et_pb_bg_layout_dark h6{color:#fff!important}.et-db #et-boc .et-l .et_pb_module.et_pb_text_align_left{text-align:left}.et-db #et-boc .et-l .et_pb_module.et_pb_text_align_center{text-align:center}.et-db #et-boc .et-l .et_pb_module.et_pb_text_align_right{text-align:right}.et-db #et-boc .et-l .et_pb_module.et_pb_text_align_justified{text-align:justify}.et-db #et-boc .et-l .clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.et-db #et-boc .et-l .et_pb_bg_layout_light .et_pb_more_button{color:#2ea3f2}.et-db #et-boc .et-l .et_builder_inner_content{position:relative;z-index:1}header .et-db #et-boc .et-l .et_builder_inner_content{z-index:2}.et-db #et-boc .et-l .et_pb_css_mix_blend_mode_passthrough{mix-blend-mode:unset!important}.et-db #et-boc .et-l .et_pb_image_container{margin:-20px -20px 29px}.et-db #et-boc .et-l .et_pb_module_inner{position:relative}.et-db #et-boc .et-l .et_hover_enabled_preview{z-index:2}.et-db #et-boc .et-l .et_hover_enabled:hover{position:relative;z-index:2}.et-db #et-boc .et-l .et_pb_all_tabs,.et-db #et-boc .et-l .et_pb_module,.et-db #et-boc .et-l .et_pb_posts_nav a,.et-db #et-boc .et-l .et_pb_tab,.et-db #et-boc .et-l .et_pb_with_background{position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat}.et-db #et-boc .et-l .et_pb_background_mask,.et-db #et-boc .et-l .et_pb_background_pattern{bottom:0;left:0;position:absolute;right:0;top:0}.et-db #et-boc .et-l .et_pb_background_mask{background-size:calc(100% + 2px) calc(100% + 2px);background-repeat:no-repeat;background-position:50%;overflow:hidden}.et-db #et-boc .et-l .et_pb_background_pattern{background-position:0 0;background-repeat:repeat}.et-db #et-boc .et-l .et_pb_with_border{position:relative;border:0 solid #333}.et-db #et-boc .et-l .post-password-required .et_pb_row{padding:0;width:100%}.et-db #et-boc .et-l .post-password-required .et_password_protected_form{min-height:0}body.et_pb_pagebuilder_layout.et_pb_show_title .et-db #et-boc .et-l .post-password-required .et_password_protected_form h1,body:not(.et_pb_pagebuilder_layout) .et-db #et-boc .et-l .post-password-required .et_password_protected_form h1{display:none}.et-db #et-boc .et-l .et_pb_no_bg{padding:0!important}.et-db #et-boc .et-l .et_overlay.et_pb_inline_icon:before,.et-db #et-boc .et-l .et_pb_inline_icon:before{content:attr(data-icon)}.et-db #et-boc .et-l .et_pb_more_button{color:inherit;text-shadow:none;text-decoration:none;display:inline-block;margin-top:20px}.et-db #et-boc .et-l .et_parallax_bg_wrap{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0}.et-db #et-boc .et-l .et_parallax_bg{background-repeat:no-repeat;background-position:top;background-size:cover;position:absolute;bottom:0;left:0;width:100%;height:100%;display:block}.et-db #et-boc .et-l .et_parallax_bg.et_parallax_bg__hover,.et-db #et-boc .et-l .et_parallax_bg.et_parallax_bg_phone,.et-db #et-boc .et-l .et_parallax_bg.et_parallax_bg_tablet,.et-db #et-boc .et-l .et_parallax_gradient.et_parallax_gradient__hover,.et-db #et-boc .et-l .et_parallax_gradient.et_parallax_gradient_phone,.et-db #et-boc .et-l .et_parallax_gradient.et_parallax_gradient_tablet,.et-db #et-boc .et-l .et_pb_section_parallax_hover:hover .et_parallax_bg:not(.et_parallax_bg__hover),.et-db #et-boc .et-l .et_pb_section_parallax_hover:hover .et_parallax_gradient:not(.et_parallax_gradient__hover){display:none}.et-db #et-boc .et-l .et_pb_section_parallax_hover:hover .et_parallax_bg.et_parallax_bg__hover,.et-db #et-boc .et-l .et_pb_section_parallax_hover:hover .et_parallax_gradient.et_parallax_gradient__hover{display:block}.et-db #et-boc .et-l .et_parallax_gradient{bottom:0;display:block;left:0;position:absolute;right:0;top:0}.et-db #et-boc .et-l .et_pb_module.et_pb_section_parallax,.et-db #et-boc .et-l .et_pb_posts_nav a.et_pb_section_parallax,.et-db #et-boc .et-l .et_pb_tab.et_pb_section_parallax{position:relative}.et-db #et-boc .et-l .et_pb_section_parallax .et_pb_parallax_css,.et-db #et-boc .et-l .et_pb_slides .et_parallax_bg.et_pb_parallax_css{background-attachment:fixed}.et-db #et-boc .et-l body.et-bfb .et_pb_section_parallax .et_pb_parallax_css,.et-db #et-boc .et-l body.et-bfb .et_pb_slides .et_parallax_bg.et_pb_parallax_css{background-attachment:scroll;bottom:auto}.et-db #et-boc .et-l .et_pb_section_parallax.et_pb_column .et_pb_module,.et-db #et-boc .et-l .et_pb_section_parallax.et_pb_row .et_pb_column,.et-db #et-boc .et-l .et_pb_section_parallax.et_pb_row .et_pb_module{z-index:9;position:relative}.et-db #et-boc .et-l .et_pb_more_button:hover:after{opacity:1;margin-left:0}.et-db #et-boc .et-l .et_pb_preload .et_pb_section_video_bg,.et-db #et-boc .et-l .et_pb_preload>div{visibility:hidden}.et-db #et-boc .et-l .et_pb_preload,.et-db #et-boc .et-l .et_pb_section.et_pb_section_video.et_pb_preload{position:relative;background:#464646!important}.et-db #et-boc .et-l .et_pb_preload:before{content:"";position:absolute;top:50%;left:50%;background:url(/wp-content/plugins/divi-builder/core/admin/images/loader.gif) no-repeat;border-radius:32px;width:32px;height:32px;margin:-16px 0 0 -16px}.et-db #et-boc .et-l .box-shadow-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none}.et-db #et-boc .et-l .et_pb_section>.box-shadow-overlay~.et_pb_row{z-index:11}.et-db #et-boc .et-l body.safari .section_has_divider{will-change:transform}.et-db #et-boc .et-l .et_pb_row>.box-shadow-overlay{z-index:8}.et-db #et-boc .et-l .has-box-shadow-overlay{position:relative}.et-db #et-boc .et-l .et_clickable{cursor:pointer}.et-db #et-boc .et-l .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.et-db #et-boc .et-l .et_multi_view_hidden,.et-db #et-boc .et-l .et_multi_view_hidden_image{display:none!important}@keyframes multi-view-image-fade{0%{opacity:0}10%{opacity:.1}20%{opacity:.2}30%{opacity:.3}40%{opacity:.4}50%{opacity:.5}60%{opacity:.6}70%{opacity:.7}80%{opacity:.8}90%{opacity:.9}to{opacity:1}}.et-db #et-boc .et-l .et_multi_view_image__loading{visibility:hidden}.et-db #et-boc .et-l .et_multi_view_image__loaded{-webkit-animation:multi-view-image-fade .5s;animation:multi-view-image-fade .5s}.et-db #et-boc .et-l #et-pb-motion-effects-offset-tracker{visibility:hidden!important;opacity:0;position:absolute;top:0;left:0}.et-db #et-boc .et-l .et-pb-before-scroll-animation{opacity:0}.et-db #et-boc .et-l header.et-l.et-l--header:after{clear:both;display:block;content:""}.et-db #et-boc .et-l .et_pb_module{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-duration:.2s;animation-duration:.2s}@-webkit-keyframes fadeBottom{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeBottom{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeLeft{0%{opacity:0;transform:translateX(-10%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translateX(-10%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeRight{0%{opacity:0;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeRight{0%{opacity:0;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeTop{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeTop{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.et-db #et-boc .et-l .et-waypoint:not(.et_pb_counters){opacity:0}@media (min-width:981px){.et-db #et-boc .et-l .et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,.et-db #et-boc .et-l .et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,.et-db #et-boc .et-l .et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child,.et-db #et-boc .et-l .et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child,.et-db #et-boc .et-l .et_pb_section div.et_pb_row .et_pb_column .et_pb_module.et-last-child,.et-db #et-boc .et-l .et_pb_section div.et_pb_row .et_pb_column .et_pb_module:last-child{margin-bottom:0}}@media (max-width:980px){.et-db #et-boc .et-l .et_overlay.et_pb_inline_icon_tablet:before,.et-db #et-boc .et-l .et_pb_inline_icon_tablet:before{content:attr(data-icon-tablet)}.et-db #et-boc .et-l .et_parallax_bg.et_parallax_bg_tablet_exist,.et-db #et-boc .et-l .et_parallax_gradient.et_parallax_gradient_tablet_exist{display:none}.et-db #et-boc .et-l .et_parallax_bg.et_parallax_bg_tablet,.et-db #et-boc .et-l .et_parallax_gradient.et_parallax_gradient_tablet{display:block}.et-db #et-boc .et-l .et_pb_column .et_pb_module{margin-bottom:30px}.et-db #et-boc .et-l .et_pb_row .et_pb_column .et_pb_module.et-last-child,.et-db #et-boc .et-l .et_pb_row .et_pb_column .et_pb_module:last-child,.et-db #et-boc .et-l .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child,.et-db #et-boc .et-l .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child{margin-bottom:0}.et-db #et-boc .et-l .et_pb_more_button{display:inline-block!important}.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet.et_pb_button,.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet.et_pb_module.et_pb_button,.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet .et_pb_more_button{color:#2ea3f2}.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet .et_pb_forgot_password a{color:#666}.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet h1,.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet h2,.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet h3,.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet h4,.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet h5,.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet h6{color:#333!important}.et_pb_module .et-db #et-boc .et-l .et_pb_bg_layout_light_tablet.et_pb_button{color:#2ea3f2!important}.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet{color:#666!important}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet h1,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet h2,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet h3,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet h4,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet h5,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet h6{color:#fff!important}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet.et_pb_button,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet.et_pb_module.et_pb_button,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_pb_more_button{color:inherit}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_pb_forgot_password a{color:#fff}.et-db #et-boc .et-l .et_pb_module.et_pb_text_align_left-tablet{text-align:left}.et-db #et-boc .et-l .et_pb_module.et_pb_text_align_center-tablet{text-align:center}.et-db #et-boc .et-l .et_pb_module.et_pb_text_align_right-tablet{text-align:right}.et-db #et-boc .et-l .et_pb_module.et_pb_text_align_justified-tablet{text-align:justify}}@media (max-width:767px){.et-db #et-boc .et-l .et_pb_more_button{display:inline-block!important}.et-db #et-boc .et-l .et_overlay.et_pb_inline_icon_phone:before,.et-db #et-boc .et-l .et_pb_inline_icon_phone:before{content:attr(data-icon-phone)}.et-db #et-boc .et-l .et_parallax_bg.et_parallax_bg_phone_exist,.et-db #et-boc .et-l .et_parallax_gradient.et_parallax_gradient_phone_exist{display:none}.et-db #et-boc .et-l .et_parallax_bg.et_parallax_bg_phone,.et-db #et-boc .et-l .et_parallax_gradient.et_parallax_gradient_phone{display:block}.et-db #et-boc .et-l .et-hide-mobile{display:none!important}.et-db #et-boc .et-l .et_pb_bg_layout_light_phone.et_pb_button,.et-db #et-boc .et-l .et_pb_bg_layout_light_phone.et_pb_module.et_pb_button,.et-db #et-boc .et-l .et_pb_bg_layout_light_phone .et_pb_more_button{color:#2ea3f2}.et-db #et-boc .et-l .et_pb_bg_layout_light_phone .et_pb_forgot_password a{color:#666}.et-db #et-boc .et-l .et_pb_bg_layout_light_phone h1,.et-db #et-boc .et-l .et_pb_bg_layout_light_phone h2,.et-db #et-boc .et-l .et_pb_bg_layout_light_phone h3,.et-db #et-boc .et-l .et_pb_bg_layout_light_phone h4,.et-db #et-boc .et-l .et_pb_bg_layout_light_phone h5,.et-db #et-boc .et-l .et_pb_bg_layout_light_phone h6{color:#333!important}.et_pb_module .et-db #et-boc .et-l .et_pb_bg_layout_light_phone.et_pb_button{color:#2ea3f2!important}.et-db #et-boc .et-l .et_pb_bg_layout_light_phone{color:#666!important}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone h1,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone h2,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone h3,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone h4,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone h5,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone h6{color:#fff!important}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone.et_pb_button,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone.et_pb_module.et_pb_button,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_pb_more_button{color:inherit}.et_pb_module .et-db #et-boc .et-l .et_pb_bg_layout_dark_phone.et_pb_button{color:#fff!important}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_pb_forgot_password a{color:#fff}.et-db #et-boc .et-l .et_pb_module.et_pb_text_align_left-phone{text-align:left}.et-db #et-boc .et-l .et_pb_module.et_pb_text_align_center-phone{text-align:center}.et-db #et-boc .et-l .et_pb_module.et_pb_text_align_right-phone{text-align:right}.et-db #et-boc .et-l .et_pb_module.et_pb_text_align_justified-phone{text-align:justify}}@media (max-width:479px){.et-db #et-boc .et-l a.et_pb_more_button{display:block}}@media (min-width:768px) and (max-width:980px){.et-db #et-boc .et-l [data-et-multi-view-load-tablet-hidden=true]:not(.et_multi_view_swapped){display:none!important}}@media (max-width:767px){.et-db #et-boc .et-l [data-et-multi-view-load-phone-hidden=true]:not(.et_multi_view_swapped){display:none!important}}.et-db #et-boc .et-l .et_pb_menu.et_pb_menu--style-inline_centered_logo .et_pb_menu__menu nav ul{justify-content:center}@-webkit-keyframes multi-view-image-fade{0%{transform:scale(1);opacity:1}50%{transform:scale(1.01);opacity:1}to{transform:scale(1);opacity:1}}.et-db #et-boc .et-l .et_pb_section .et_pb_row{width:100%}.et-db #et-boc .et-l .et_pb_with_background .et_pb_row,.et-db #et-boc .et-l .single.et_full_width_page .et_pb_row,.et-db #et-boc .et-l .single.et_full_width_portfolio_page .et_pb_row{width:80%}.et-db #et-boc .et-l .et_pb_row.et_pb_row_fullwidth,.et-db #et-boc .et-l .et_pb_specialty_fullwidth>.et_pb_row.et_pb_row_fullwidth{width:100%!important;max-width:100%!important}.et-db #et-boc .et-l .et_pb_with_background .et_pb_row.et_pb_row_fullwidth,.et-db #et-boc .et-l .et_pb_with_background.et_pb_specialty_fullwidth>.et_pb_row.et_pb_row_fullwidth,.et-db #et-boc .et-l .single.et_full_width_page .et_pb_row.et_pb_row_fullwidth,.et-db #et-boc .et-l .single.et_full_width_page .et_pb_specialty_fullwidth>.et_pb_row.et_pb_row_fullwidth,.et-db #et-boc .et-l .single.et_full_width_portfolio_page .et_pb_row.et_pb_row_fullwidth,.et-db #et-boc .et-l .single.et_full_width_portfolio_page .et_pb_specialty_fullwidth>.et_pb_row.et_pb_row_fullwidth{width:89%!important;max-width:89%!important}.et-db .mfp-ready.mfp-fade .mfp-figure{opacity:1}.et-db .mfp-image-holder .mfp-arrow{border:none!important;opacity:.55;width:48px!important;height:48px!important}.et-db .mfp-image-holder .mfp-arrow:after{background:none;opacity:1;transform:none!important}.et-db .mfp-image-holder .mfp-arrow-right{right:10px!important}.et-db .mfp-image-holder .mfp-arrow-left,.et-db .mfp-image-holder .mfp-arrow-left:after{left:0!important}.et-db .mfp-image-holder .mfp-close{line-height:44px;font-weight:200;font-family:Open Sans,Arial,sans-serif!important}.et-db .mfp-arrow-right .mfp-a,.et-db .mfp-arrow-right:after{content:"\35"}.et-db .mfp-arrow-left .mfp-a,.et-db .mfp-arrow-left:after{content:"\34"}.et-db #et-boc ul.products li.product .woocommerce-loop-product__link{display:inline-block}.et-db #et-boc .woocommerce-product-gallery img{width:100%}.et-db #et-boc .et-l .et_pb_wc_checkout_additional_info #order_review_heading,.et-db #et-boc .et-l .et_pb_wc_checkout_billing #order_review_heading,.et-db #et-boc .et-l .et_pb_wc_checkout_payment_info #order_review_heading,.et-db #et-boc .et-l .et_pb_wc_checkout_shipping #order_review_heading{display:none!important}#et-ai-app ol,#et-ai-app ul{box-sizing:border-box;margin-top:auto;margin-bottom:auto}

@font-face{font-family:ETmodules;font-display:block;src:url(/wp-content/plugins/divi-builder/core/admin/fonts/modules/all/modules.eot);src:url(/wp-content/plugins/divi-builder/core/admin/fonts/modules/all/modules.eot#iefix) format("embedded-opentype"),url(/wp-content/plugins/divi-builder/core/admin/fonts/modules/all/modules.woff) format("woff"),url(/wp-content/plugins/divi-builder/core/admin/fonts/modules/all/modules.ttf) format("truetype"),url(/wp-content/plugins/divi-builder/core/admin/fonts/modules/all/modules.svg#ETmodules) format("svg");font-weight:400;font-style:normal}
.et-db #et-boc .et-l .et_audio_content,.et-db #et-boc .et-l .et_link_content,.et-db #et-boc .et-l .et_quote_content{background-color:#2ea3f2}.et-db #et-boc .et-l .et_pb_post .et-pb-controllers a{margin-bottom:10px}.et-db #et-boc .et-l .format-gallery .et-pb-controllers{bottom:0}.et-db #et-boc .et-l .et_pb_blog_grid .et_audio_content{margin-bottom:19px}.et-db #et-boc .et-l .et_pb_row .et_pb_blog_grid .et_pb_post .et_pb_slide{min-height:180px}.et-db #et-boc .et-l .et_audio_content .wp-block-audio{margin:0;padding:0}.et-db #et-boc .et-l .et_audio_content h2{line-height:44px}.et-db #et-boc .et-l .et_pb_column_1_2 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_1_3 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_1_4 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_1_5 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_1_6 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_2_5 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_3_5 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_3_8 .et_audio_content h2{margin-bottom:9px;margin-top:0}.et-db #et-boc .et-l .et_pb_column_1_2 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_3_5 .et_audio_content{padding:35px 40px}.et-db #et-boc .et-l .et_pb_column_1_2 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_3_5 .et_audio_content h2{line-height:32px}.et-db #et-boc .et-l .et_pb_column_1_3 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_1_4 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_1_5 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_1_6 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_2_5 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_3_8 .et_audio_content{padding:35px 20px}.et-db #et-boc .et-l .et_pb_column_1_3 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_1_4 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_1_5 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_1_6 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_2_5 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_3_8 .et_audio_content h2{font-size:18px;line-height:26px}.et-db #et-boc .et-l article.et_pb_has_overlay .et_pb_blog_image_container{position:relative}.et-db #et-boc .et-l .et_pb_post>.et_main_video_container{position:relative;margin-bottom:30px}.et-db #et-boc .et-l .et_pb_post .et_pb_video_overlay .et_pb_video_play{color:#fff}.et-db #et-boc .et-l .et_pb_post .et_pb_video_overlay_hover:hover{background:rgba(0,0,0,.6)}.et-db #et-boc .et-l .et_audio_content,.et-db #et-boc .et-l .et_link_content,.et-db #et-boc .et-l .et_quote_content{text-align:center;word-wrap:break-word;position:relative;padding:50px 60px}.et-db #et-boc .et-l .et_audio_content h2,.et-db #et-boc .et-l .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_link_content h2,.et-db #et-boc .et-l .et_quote_content blockquote cite,.et-db #et-boc .et-l .et_quote_content blockquote p{color:#fff!important}.et-db #et-boc .et-l .et_quote_main_link{position:absolute;text-indent:-9999px;width:100%;height:100%;display:block;top:0;left:0}.et-db #et-boc .et-l .et_quote_content blockquote{padding:0;margin:0;border:none}.et-db #et-boc .et-l .et_audio_content h2,.et-db #et-boc .et-l .et_link_content h2,.et-db #et-boc .et-l .et_quote_content blockquote p{margin-top:0}.et-db #et-boc .et-l .et_audio_content h2{margin-bottom:20px}.et-db #et-boc .et-l .et_audio_content h2,.et-db #et-boc .et-l .et_link_content h2,.et-db #et-boc .et-l .et_quote_content blockquote p{line-height:44px}.et-db #et-boc .et-l .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_quote_content blockquote cite{font-size:18px;font-weight:200}.et-db #et-boc .et-l .et_quote_content blockquote cite{font-style:normal}.et-db #et-boc .et-l .et_pb_column_2_3 .et_quote_content{padding:50px 42px 45px}.et-db #et-boc .et-l .et_pb_column_2_3 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_2_3 .et_link_content{padding:40px 40px 45px}.et-db #et-boc .et-l .et_pb_column_1_2 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_1_2 .et_link_content,.et-db #et-boc .et-l .et_pb_column_1_2 .et_quote_content,.et-db #et-boc .et-l .et_pb_column_3_5 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_3_5 .et_link_content,.et-db #et-boc .et-l .et_pb_column_3_5 .et_quote_content{padding:35px 40px}.et-db #et-boc .et-l .et_pb_column_1_2 .et_quote_content blockquote p,.et-db #et-boc .et-l .et_pb_column_3_5 .et_quote_content blockquote p{font-size:26px;line-height:32px}.et-db #et-boc .et-l .et_pb_column_1_2 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_1_2 .et_link_content h2,.et-db #et-boc .et-l .et_pb_column_3_5 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_3_5 .et_link_content h2{line-height:32px}.et-db #et-boc .et-l .et_pb_column_1_2 .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_column_1_2 .et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_column_3_5 .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_column_3_5 .et_quote_content blockquote cite{font-size:14px}.et-db #et-boc .et-l .et_pb_column_1_3 .et_quote_content,.et-db #et-boc .et-l .et_pb_column_1_4 .et_quote_content,.et-db #et-boc .et-l .et_pb_column_1_5 .et_quote_content,.et-db #et-boc .et-l .et_pb_column_1_6 .et_quote_content,.et-db #et-boc .et-l .et_pb_column_2_5 .et_quote_content,.et-db #et-boc .et-l .et_pb_column_3_8 .et_quote_content{padding:35px 30px 32px}.et-db #et-boc .et-l .et_pb_column_1_3 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_1_3 .et_link_content,.et-db #et-boc .et-l .et_pb_column_1_4 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_1_4 .et_link_content,.et-db #et-boc .et-l .et_pb_column_1_5 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_1_5 .et_link_content,.et-db #et-boc .et-l .et_pb_column_1_6 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_1_6 .et_link_content,.et-db #et-boc .et-l .et_pb_column_2_5 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_2_5 .et_link_content,.et-db #et-boc .et-l .et_pb_column_3_8 .et_audio_content,.et-db #et-boc .et-l .et_pb_column_3_8 .et_link_content{padding:35px 20px}.et-db #et-boc .et-l .et_pb_column_1_3 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_1_3 .et_link_content h2,.et-db #et-boc .et-l .et_pb_column_1_3 .et_quote_content blockquote p,.et-db #et-boc .et-l .et_pb_column_1_4 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_1_4 .et_link_content h2,.et-db #et-boc .et-l .et_pb_column_1_4 .et_quote_content blockquote p,.et-db #et-boc .et-l .et_pb_column_1_5 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_1_5 .et_link_content h2,.et-db #et-boc .et-l .et_pb_column_1_5 .et_quote_content blockquote p,.et-db #et-boc .et-l .et_pb_column_1_6 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_1_6 .et_link_content h2,.et-db #et-boc .et-l .et_pb_column_1_6 .et_quote_content blockquote p,.et-db #et-boc .et-l .et_pb_column_2_5 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_2_5 .et_link_content h2,.et-db #et-boc .et-l .et_pb_column_2_5 .et_quote_content blockquote p,.et-db #et-boc .et-l .et_pb_column_3_8 .et_audio_content h2,.et-db #et-boc .et-l .et_pb_column_3_8 .et_link_content h2,.et-db #et-boc .et-l .et_pb_column_3_8 .et_quote_content blockquote p{font-size:18px;line-height:26px}.et-db #et-boc .et-l .et_pb_column_1_3 .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_column_1_3 .et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_column_1_4 .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_column_1_4 .et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_column_1_5 .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_column_1_5 .et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_column_1_6 .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_column_1_6 .et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_column_2_5 .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_column_2_5 .et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_column_3_8 .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_column_3_8 .et_quote_content blockquote cite{font-size:14px}.et-db #et-boc .et-l .et_pb_post .et_pb_gallery_post_type .et_pb_slide{min-height:500px;background-size:cover!important;background-position:top}.et-db #et-boc .et-l .format-gallery .et_pb_slider.gallery-not-found .et_pb_slide{box-shadow:inset 0 0 10px rgba(0,0,0,.1)}.et-db #et-boc .et-l .format-gallery .et_pb_slider:hover .et-pb-arrow-prev{left:0}.et-db #et-boc .et-l .format-gallery .et_pb_slider:hover .et-pb-arrow-next{right:0}.et-db #et-boc .et-l .et_pb_post>.et_pb_slider{margin-bottom:30px}.et-db #et-boc .et-l .et_pb_column_3_4 .et_pb_post .et_pb_slide{min-height:442px}.et-db #et-boc .et-l .et_pb_column_2_3 .et_pb_post .et_pb_slide{min-height:390px}.et-db #et-boc .et-l .et_pb_column_1_2 .et_pb_post .et_pb_slide,.et-db #et-boc .et-l .et_pb_column_3_5 .et_pb_post .et_pb_slide{min-height:284px}.et-db #et-boc .et-l .et_pb_column_1_3 .et_pb_post .et_pb_slide,.et-db #et-boc .et-l .et_pb_column_2_5 .et_pb_post .et_pb_slide,.et-db #et-boc .et-l .et_pb_column_3_8 .et_pb_post .et_pb_slide{min-height:180px}.et-db #et-boc .et-l .et_pb_column_1_4 .et_pb_post .et_pb_slide,.et-db #et-boc .et-l .et_pb_column_1_5 .et_pb_post .et_pb_slide,.et-db #et-boc .et-l .et_pb_column_1_6 .et_pb_post .et_pb_slide{min-height:125px}.et-db #et-boc .et-l .et_pb_portfolio.et_pb_section_parallax .pagination,.et-db #et-boc .et-l .et_pb_portfolio.et_pb_section_video .pagination,.et-db #et-boc .et-l .et_pb_portfolio_grid.et_pb_section_parallax .pagination,.et-db #et-boc .et-l .et_pb_portfolio_grid.et_pb_section_video .pagination{position:relative}.et-db #et-boc .et-l .et_pb_bg_layout_light .et_pb_post .post-meta,.et-db #et-boc .et-l .et_pb_bg_layout_light .et_pb_post .post-meta a,.et-db #et-boc .et-l .et_pb_bg_layout_light .et_pb_post p{color:#666}.et-db #et-boc .et-l .et_pb_bg_layout_dark .et_pb_post .post-meta,.et-db #et-boc .et-l .et_pb_bg_layout_dark .et_pb_post .post-meta a,.et-db #et-boc .et-l .et_pb_bg_layout_dark .et_pb_post p{color:inherit}.et-db #et-boc .et-l .et_pb_text_color_dark .et_audio_content h2,.et-db #et-boc .et-l .et_pb_text_color_dark .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_text_color_dark .et_link_content h2,.et-db #et-boc .et-l .et_pb_text_color_dark .et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_text_color_dark .et_quote_content blockquote p{color:#666!important}.et-db #et-boc .et-l .et_pb_text_color_dark.et_audio_content h2,.et-db #et-boc .et-l .et_pb_text_color_dark.et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_text_color_dark.et_link_content h2,.et-db #et-boc .et-l .et_pb_text_color_dark.et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_text_color_dark.et_quote_content blockquote p{color:#bbb!important}.et-db #et-boc .et-l .et_pb_text_color_dark.et_audio_content,.et-db #et-boc .et-l .et_pb_text_color_dark.et_link_content,.et-db #et-boc .et-l .et_pb_text_color_dark.et_quote_content{background-color:#e8e8e8}@media (min-width:981px) and (max-width:1100px){.et-db #et-boc .et-l .et_quote_content{padding:50px 70px 45px}.et-db #et-boc .et-l .et_pb_column_2_3 .et_quote_content{padding:50px 50px 45px}.et-db #et-boc .et-l .et_pb_column_1_2 .et_quote_content,.et-db #et-boc .et-l .et_pb_column_3_5 .et_quote_content{padding:35px 47px 30px}.et-db #et-boc .et-l .et_pb_column_1_3 .et_quote_content,.et-db #et-boc .et-l .et_pb_column_1_4 .et_quote_content,.et-db #et-boc .et-l .et_pb_column_1_5 .et_quote_content,.et-db #et-boc .et-l .et_pb_column_1_6 .et_quote_content,.et-db #et-boc .et-l .et_pb_column_2_5 .et_quote_content,.et-db #et-boc .et-l .et_pb_column_3_8 .et_quote_content{padding:35px 25px 32px}.et-db #et-boc .et-l .et_pb_column_4_4 .et_pb_post .et_pb_slide{min-height:534px}.et-db #et-boc .et-l .et_pb_column_3_4 .et_pb_post .et_pb_slide{min-height:392px}.et-db #et-boc .et-l .et_pb_column_2_3 .et_pb_post .et_pb_slide{min-height:345px}.et-db #et-boc .et-l .et_pb_column_1_2 .et_pb_post .et_pb_slide,.et-db #et-boc .et-l .et_pb_column_3_5 .et_pb_post .et_pb_slide{min-height:250px}.et-db #et-boc .et-l .et_pb_column_1_3 .et_pb_post .et_pb_slide,.et-db #et-boc .et-l .et_pb_column_2_5 .et_pb_post .et_pb_slide,.et-db #et-boc .et-l .et_pb_column_3_8 .et_pb_post .et_pb_slide{min-height:155px}.et-db #et-boc .et-l .et_pb_column_1_4 .et_pb_post .et_pb_slide,.et-db #et-boc .et-l .et_pb_column_1_5 .et_pb_post .et_pb_slide,.et-db #et-boc .et-l .et_pb_column_1_6 .et_pb_post .et_pb_slide{min-height:108px}}@media (max-width:980px){.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_audio_content h2{color:#fff!important}.et-db #et-boc .et-l .et_pb_text_color_dark_tablet.et_audio_content h2{color:#bbb!important}.et-db #et-boc .et-l .et_pb_text_color_dark_tablet.et_audio_content{background-color:#e8e8e8}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_audio_content h2,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_link_content h2,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_quote_content blockquote p{color:#fff!important}.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .et_audio_content h2,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .et_link_content h2,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .et_quote_content blockquote p{color:#666!important}.et-db #et-boc .et-l .et_pb_text_color_dark_tablet.et_audio_content h2,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet.et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet.et_link_content h2,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet.et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet.et_quote_content blockquote p{color:#bbb!important}.et-db #et-boc .et-l .et_pb_text_color_dark_tablet.et_audio_content,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet.et_link_content,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet.et_quote_content{background-color:#e8e8e8}}@media (min-width:768px) and (max-width:980px){.et-db #et-boc .et-l .et_audio_content h2{font-size:26px!important;line-height:44px!important;margin-bottom:24px!important}.et-db #et-boc .et-l .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide{min-height:384px!important}.et-db #et-boc .et-l .et_quote_content{padding:50px 43px 45px!important}.et-db #et-boc .et-l .et_quote_content blockquote p{font-size:26px!important;line-height:44px!important}.et-db #et-boc .et-l .et_quote_content blockquote cite{font-size:18px!important}.et-db #et-boc .et-l .et_link_content{padding:40px 40px 45px}.et-db #et-boc .et-l .et_link_content h2{font-size:26px!important;line-height:44px!important}.et-db #et-boc .et-l .et_link_content a.et_link_main_url{font-size:18px!important}}@media (max-width:767px){.et-db #et-boc .et-l .et_audio_content h2,.et-db #et-boc .et-l .et_link_content h2,.et-db #et-boc .et-l .et_quote_content,.et-db #et-boc .et-l .et_quote_content blockquote p{font-size:20px!important;line-height:26px!important}.et-db #et-boc .et-l .et_audio_content,.et-db #et-boc .et-l .et_link_content{padding:35px 20px!important}.et-db #et-boc .et-l .et_audio_content h2{margin-bottom:9px!important}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_audio_content h2{color:#fff!important}.et-db #et-boc .et-l .et_pb_text_color_dark_phone.et_audio_content{background-color:#e8e8e8}.et-db #et-boc .et-l .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_quote_content blockquote cite{font-size:14px!important}.et-db #et-boc .et-l .format-gallery .et-pb-controllers{height:auto}.et-db #et-boc .et-l .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide{min-height:222px!important}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_audio_content h2,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_link_content h2,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_quote_content blockquote p{color:#fff!important}.et-db #et-boc .et-l .et_pb_text_color_dark_phone .et_audio_content h2,.et-db #et-boc .et-l .et_pb_text_color_dark_phone .et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_text_color_dark_phone .et_link_content h2,.et-db #et-boc .et-l .et_pb_text_color_dark_phone .et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_text_color_dark_phone .et_quote_content blockquote p{color:#666!important}.et-db #et-boc .et-l .et_pb_text_color_dark_phone.et_audio_content h2,.et-db #et-boc .et-l .et_pb_text_color_dark_phone.et_link_content a.et_link_main_url,.et-db #et-boc .et-l .et_pb_text_color_dark_phone.et_link_content h2,.et-db #et-boc .et-l .et_pb_text_color_dark_phone.et_quote_content blockquote cite,.et-db #et-boc .et-l .et_pb_text_color_dark_phone.et_quote_content blockquote p{color:#bbb!important}.et-db #et-boc .et-l .et_pb_text_color_dark_phone.et_audio_content,.et-db #et-boc .et-l .et_pb_text_color_dark_phone.et_link_content,.et-db #et-boc .et-l .et_pb_text_color_dark_phone.et_quote_content{background-color:#e8e8e8}}@media (max-width:479px){.et-db #et-boc .et-l .et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play{font-size:1.5rem;line-height:1.5rem;margin-left:-.75rem;margin-top:-.75rem}.et-db #et-boc .et-l .et_audio_content,.et-db #et-boc .et-l .et_quote_content{padding:35px 20px!important}.et-db #et-boc .et-l .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide{min-height:156px!important}}.et_full_width_page .et_gallery_item{float:left;width:20.875%;margin:0 5.5% 5.5% 0}.et_full_width_page .et_gallery_item:nth-child(3n){margin-right:5.5%}.et_full_width_page .et_gallery_item:nth-child(3n+1){clear:none}.et_full_width_page .et_gallery_item:nth-child(4n){margin-right:0}.et_full_width_page .et_gallery_item:nth-child(4n+1){clear:both}
.et-db #et-boc .et-l .et_pb_slider{position:relative;overflow:hidden}.et-db #et-boc .et-l .et_pb_slide{padding:0 6%;background-size:cover;background-position:50%;background-repeat:no-repeat}.et-db #et-boc .et-l .et_pb_slider .et_pb_slide{display:none;float:left;margin-right:-100%;position:relative;width:100%;text-align:center;list-style:none!important;background-position:50%;background-size:100%;background-size:cover}.et-db #et-boc .et-l .et_pb_slider .et_pb_slide:first-child{display:list-item}.et-db #et-boc .et-l .et-pb-controllers{position:absolute;bottom:20px;left:0;width:100%;text-align:center;z-index:10}.et-db #et-boc .et-l .et-pb-controllers a{display:inline-block;background-color:hsla(0,0%,100%,.5);text-indent:-9999px;border-radius:7px;width:7px;height:7px;margin-right:10px;padding:0;opacity:.5}.et-db #et-boc .et-l .et-pb-controllers .et-pb-active-control{opacity:1}.et-db #et-boc .et-l .et-pb-controllers a:last-child{margin-right:0}.et-db #et-boc .et-l .et-pb-controllers .et-pb-active-control{background-color:#fff}.et-db #et-boc .et-l .et_pb_slides .et_pb_temp_slide{display:block}.et-db #et-boc .et-l .et_pb_slides:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0;width:0}@media (max-width:980px){.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet .et-pb-controllers .et-pb-active-control{background-color:#333}.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet .et-pb-controllers a{background-color:rgba(0,0,0,.3)}.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet .et_pb_slide_content{color:#333}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_pb_slide_description{text-shadow:0 1px 3px rgba(0,0,0,.3)}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_pb_slide_content{color:#fff}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et-pb-controllers .et-pb-active-control{background-color:#fff}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et-pb-controllers a{background-color:hsla(0,0%,100%,.5)}}@media (max-width:767px){.et-db #et-boc .et-l .et-pb-controllers{position:absolute;bottom:5%;left:0;width:100%;text-align:center;z-index:10;height:14px}.et-db #et-boc .et-l .et_transparent_nav .et_pb_section:first-child .et-pb-controllers{bottom:18px}.et-db #et-boc .et-l .et_pb_bg_layout_light_phone.et_pb_slider_with_overlay .et_pb_slide_overlay_container,.et-db #et-boc .et-l .et_pb_bg_layout_light_phone.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper{background-color:hsla(0,0%,100%,.9)}.et-db #et-boc .et-l .et_pb_bg_layout_light_phone .et-pb-controllers .et-pb-active-control{background-color:#333}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone.et_pb_slider_with_overlay .et_pb_slide_overlay_container,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper,.et-db #et-boc .et-l .et_pb_bg_layout_light_phone .et-pb-controllers a{background-color:rgba(0,0,0,.3)}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et-pb-controllers .et-pb-active-control{background-color:#fff}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et-pb-controllers a{background-color:hsla(0,0%,100%,.5)}}.et_mobile_device .et_pb_slider_parallax .et_pb_slide,.et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css{background-attachment:scroll}
.et-db #et-boc .et-l .et-pb-arrow-next,.et-db #et-boc .et-l .et-pb-arrow-prev{position:absolute;top:50%;z-index:100;font-size:48px;color:#fff;margin-top:-24px;transition:all .2s ease-in-out;opacity:0}.et-db #et-boc .et-l .et_pb_bg_layout_light .et-pb-arrow-next,.et-db #et-boc .et-l .et_pb_bg_layout_light .et-pb-arrow-prev{color:#333}.et-db #et-boc .et-l .et_pb_slider:hover .et-pb-arrow-prev{left:22px;opacity:1}.et-db #et-boc .et-l .et_pb_slider:hover .et-pb-arrow-next{right:22px;opacity:1}.et-db #et-boc .et-l .et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control{background-color:#333}.et-db #et-boc .et-l .et_pb_bg_layout_light .et-pb-controllers a{background-color:rgba(0,0,0,.3)}.et-db #et-boc .et-l .et-pb-arrow-next:hover,.et-db #et-boc .et-l .et-pb-arrow-prev:hover{text-decoration:none}.et-db #et-boc .et-l .et-pb-arrow-next span,.et-db #et-boc .et-l .et-pb-arrow-prev span{display:none}.et-db #et-boc .et-l .et-pb-arrow-prev{left:-22px}.et-db #et-boc .et-l .et-pb-arrow-next{right:-22px}.et-db #et-boc .et-l .et-pb-arrow-prev:before{content:"4"}.et-db #et-boc .et-l .et-pb-arrow-next:before{content:"5"}.et-db #et-boc .et-l .format-gallery .et-pb-arrow-next,.et-db #et-boc .et-l .format-gallery .et-pb-arrow-prev{color:#fff}.et-db #et-boc .et-l .et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev,.et-db #et-boc .et-l .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev,.et-db #et-boc .et-l .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev,.et-db #et-boc .et-l .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev,.et-db #et-boc .et-l .et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-prev{left:0}.et-db #et-boc .et-l .et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next,.et-db #et-boc .et-l .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev,.et-db #et-boc .et-l .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev,.et-db #et-boc .et-l .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev,.et-db #et-boc .et-l .et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-next{right:0}.et-db #et-boc .et-l .et_pb_column_1_4 .et_pb_slider .et_pb_slide,.et-db #et-boc .et-l .et_pb_column_1_5 .et_pb_slider .et_pb_slide,.et-db #et-boc .et-l .et_pb_column_1_6 .et_pb_slider .et_pb_slide{min-height:170px}.et-db #et-boc .et-l .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next,.et-db #et-boc .et-l .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-next,.et-db #et-boc .et-l .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-next{right:0}@media (max-width:980px){.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet .et-pb-arrow-next,.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet .et-pb-arrow-prev{color:#333}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et-pb-arrow-next,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et-pb-arrow-prev{color:#fff}}@media (max-width:767px){.et-db #et-boc .et-l .et_pb_slider:hover .et-pb-arrow-prev{left:0;opacity:1}.et-db #et-boc .et-l .et_pb_slider:hover .et-pb-arrow-next{right:0;opacity:1}.et-db #et-boc .et-l .et_pb_bg_layout_light_phone .et-pb-arrow-next,.et-db #et-boc .et-l .et_pb_bg_layout_light_phone .et-pb-arrow-prev{color:#333}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et-pb-arrow-next,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et-pb-arrow-prev{color:#fff}}.et_mobile_device .et-pb-arrow-prev{left:22px;opacity:1}.et_mobile_device .et-pb-arrow-next{right:22px;opacity:1}@media (max-width:767px){.et_mobile_device .et-pb-arrow-prev{left:0;opacity:1}.et_mobile_device .et-pb-arrow-next{right:0;opacity:1}}
.et-db #et-boc .et-l .et_overlay{z-index:-1;position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:hsla(0,0%,100%,.9);opacity:0;pointer-events:none;transition:all .3s;border:1px solid #e5e5e5;box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:antialiased}.et-db #et-boc .et-l .et_overlay:before{color:#2ea3f2;content:"\E050";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:32px;transition:all .4s}.et-db #et-boc .et-l .et_portfolio_image,.et-db #et-boc .et-l .et_shop_image{position:relative;display:block}.et-db #et-boc .et-l .et_pb_has_overlay:not(.et_pb_image):hover .et_overlay,.et-db #et-boc .et-l .et_portfolio_image:hover .et_overlay,.et-db #et-boc .et-l .et_shop_image:hover .et_overlay{z-index:3;opacity:1}.et-db #et-boc .et-l #ie7 .et_overlay,.et-db #et-boc .et-l #ie8 .et_overlay{display:none}.et-db #et-boc .et-l .et_pb_module.et_pb_has_overlay{position:relative}.et-db #et-boc .et-l .et_pb_module.et_pb_has_overlay .et_overlay,.et-db #et-boc .et-l article.et_pb_has_overlay{border:none}
.et-db #et-boc .et-l .et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span{font-size:14px}.et-db #et-boc .et-l .et_audio_container .mejs-container{width:auto!important;min-width:unset!important;height:auto!important}.et-db #et-boc .et-l .et_audio_container .mejs-container,.et-db #et-boc .et-l .et_audio_container .mejs-container .mejs-controls,.et-db #et-boc .et-l .et_audio_container .mejs-embed,.et-db #et-boc .et-l .et_audio_container .mejs-embed body{background:none;height:auto}.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded,.et-db #et-boc .et-l .et_audio_container .mejs-time.mejs-currenttime-container{display:none!important}.et-db #et-boc .et-l .et_audio_container .mejs-time{display:block!important;padding:0;margin-left:10px;margin-right:90px;line-height:inherit}.et-db #et-boc .et-l .et_audio_container .mejs-android .mejs-time,.et-db #et-boc .et-l .et_audio_container .mejs-ios .mejs-time,.et-db #et-boc .et-l .et_audio_container .mejs-ipad .mejs-time,.et-db #et-boc .et-l .et_audio_container .mejs-iphone .mejs-time{margin-right:0}.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total{background:hsla(0,0%,100%,.5);border-radius:5px;height:4px;margin:8px 0 0;top:0;right:0;left:auto}.et-db #et-boc .et-l .et_audio_container .mejs-controls>div{height:20px!important}.et-db #et-boc .et-l .et_audio_container .mejs-controls div.mejs-time-rail{padding-top:0;position:relative;display:block!important;margin-left:42px;margin-right:0}.et-db #et-boc .et-l .et_audio_container span.mejs-time-total.mejs-time-slider{display:block!important;position:relative!important;max-width:100%;min-width:unset!important}.et-db #et-boc .et-l .et_audio_container .mejs-button.mejs-volume-button{width:auto;height:auto;margin-left:auto;position:absolute;right:59px;bottom:-2px}.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;height:4px;border-radius:5px}.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle{display:block;border:none;width:10px}.et-db #et-boc .et-l .et_audio_container .mejs-time-rail .mejs-time-handle-content{border-radius:100%;transform:scale(1)}.et-db #et-boc .et-l .et_pb_text_color_dark .et_audio_container .mejs-time-rail .mejs-time-handle-content{border-color:#666}.et-db #et-boc .et-l .et_audio_container .mejs-time-rail .mejs-time-hovered{height:4px}.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{background:#fff;border-radius:5px;height:10px;position:absolute;top:-3px}.et-db #et-boc .et-l .et_audio_container .mejs-container .mejs-controls .mejs-time span{font-size:18px}.et-db #et-boc .et-l .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider{display:block!important;height:19px;margin-left:5px;position:absolute;right:0;bottom:0}.et-db #et-boc .et-l .et_audio_container .mejs-controls div.mejs-horizontal-volume-slider{height:4px}.et-db #et-boc .et-l .et_audio_container .mejs-playpause-button button,.et-db #et-boc .et-l .et_audio_container .mejs-volume-button button{background:none!important;margin:0!important;width:auto!important;height:auto!important;position:relative!important;z-index:99}.et-db #et-boc .et-l .et_audio_container .mejs-playpause-button button:before{content:"E"!important;font-size:32px;left:0;top:-8px}.et-db #et-boc .et-l .et_audio_container .mejs-playpause-button button:before,.et-db #et-boc .et-l .et_audio_container .mejs-volume-button button:before{color:#fff}.et-db #et-boc .et-l .et_audio_container .mejs-playpause-button{margin-top:-7px!important;width:auto!important;height:auto!important;position:absolute}.et-db #et-boc .et-l .et_audio_container .mejs-controls .mejs-button button:focus{outline:none}.et-db #et-boc .et-l .et_audio_container .mejs-playpause-button.mejs-pause button:before{content:"`"!important}.et-db #et-boc .et-l .et_audio_container .mejs-volume-button button:before{content:"\E068";font-size:18px}.et-db #et-boc .et-l .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.et-db #et-boc .et-l .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total{background:hsla(0,0%,60%,.5)}.et-db #et-boc .et-l .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.et-db #et-boc .et-l .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current{background:#999}.et-db #et-boc .et-l .et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before,.et-db #et-boc .et-l .et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before{color:#666}.et-db #et-boc .et-l .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,.et-db #et-boc .et-l .et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle{background:#666}.et-db #et-boc .et-l .et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span{color:#999}.et-db #et-boc .et-l .et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,.et-db #et-boc .et-l .et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,.et-db #et-boc .et-l .et_pb_column_1_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,.et-db #et-boc .et-l .et_pb_column_1_6 .et_audio_container .mejs-container .mejs-controls .mejs-time span,.et-db #et-boc .et-l .et_pb_column_2_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,.et-db #et-boc .et-l .et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span{font-size:14px}.et-db #et-boc .et-l .et_audio_container .mejs-container .mejs-controls{padding:0;flex-wrap:wrap;min-width:unset!important;position:relative}@media (max-width:980px){.et-db #et-boc .et-l .et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,.et-db #et-boc .et-l .et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,.et-db #et-boc .et-l .et_pb_column_1_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,.et-db #et-boc .et-l .et_pb_column_1_6 .et_audio_container .mejs-container .mejs-controls .mejs-time span,.et-db #et-boc .et-l .et_pb_column_2_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,.et-db #et-boc .et-l .et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span{font-size:18px}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total{background:hsla(0,0%,100%,.5)}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current{background:#fff}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-playpause-button button:before,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-volume-button button:before{color:#fff}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .mejs-controls .mejs-time-rail .mejs-time-handle{background:#fff}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .mejs-container .mejs-controls .mejs-time span{color:#fff}.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total{background:hsla(0,0%,60%,.5)}.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current{background:#999}.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .et_audio_container .mejs-playpause-button button:before,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .et_audio_container .mejs-volume-button button:before{color:#666}.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .mejs-controls .mejs-time-rail .mejs-time-handle{background:#666}.et-db #et-boc .et-l .et_pb_text_color_dark_tablet .mejs-container .mejs-controls .mejs-time span{color:#999}}@media (max-width:767px){.et-db #et-boc .et-l .et_audio_container .mejs-container .mejs-controls .mejs-time span{font-size:14px!important}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total{background:hsla(0,0%,100%,.5)}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current{background:#fff}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_audio_container .mejs-playpause-button button:before,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_audio_container .mejs-volume-button button:before{color:#fff}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .mejs-controls .mejs-time-rail .mejs-time-handle{background:#fff}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .mejs-container .mejs-controls .mejs-time span{color:#fff}.et-db #et-boc .et-l .et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.et-db #et-boc .et-l .et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total{background:hsla(0,0%,60%,.5)}.et-db #et-boc .et-l .et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.et-db #et-boc .et-l .et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current{background:#999}.et-db #et-boc .et-l .et_pb_text_color_dark_phone .et_audio_container .mejs-playpause-button button:before,.et-db #et-boc .et-l .et_pb_text_color_dark_phone .et_audio_container .mejs-volume-button button:before{color:#666}.et-db #et-boc .et-l .et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,.et-db #et-boc .et-l .et_pb_text_color_dark_phone .mejs-controls .mejs-time-rail .mejs-time-handle{background:#666}.et-db #et-boc .et-l .et_pb_text_color_dark_phone .mejs-container .mejs-controls .mejs-time span{color:#999}}
.et-db #et-boc .et-l .et_pb_video_box{display:block;position:relative;z-index:1;line-height:0}.et-db #et-boc .et-l .et_pb_video_box video{width:100%!important;height:auto!important}.et-db #et-boc .et-l .et_pb_video_overlay{position:absolute;z-index:10;top:0;left:0;height:100%;width:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;cursor:pointer}.et-db #et-boc .et-l .et_pb_video_play:before{font-family:ETmodules;content:"I"}.et-db #et-boc .et-l .et_pb_video_play{display:block;position:absolute;z-index:100;color:#fff;left:50%;top:50%}.et-db #et-boc .et-l .et_pb_column_1_2 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_2_3 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_3_4 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_3_5 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_4_4 .et_pb_video_play{font-size:6rem;line-height:6rem;margin-left:-3rem;margin-top:-3rem}.et-db #et-boc .et-l .et_pb_column_1_3 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_1_4 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_1_5 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_1_6 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_2_5 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_3_8 .et_pb_video_play{font-size:3rem;line-height:3rem;margin-left:-1.5rem;margin-top:-1.5rem}.et-db #et-boc .et-l .et_pb_bg_layout_light .et_pb_video_play{color:#333}.et-db #et-boc .et-l .et_pb_video_overlay_hover{background:transparent;width:100%;height:100%;position:absolute;z-index:100;transition:all .5s ease-in-out}.et-db #et-boc .et-l .et_pb_video .et_pb_video_overlay_hover:hover{background:rgba(0,0,0,.6)}@media (min-width:768px) and (max-width:980px){.et-db #et-boc .et-l .et_pb_column_1_3 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_1_4 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_1_5 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_1_6 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_2_5 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_3_8 .et_pb_video_play{font-size:6rem;line-height:6rem;margin-left:-3rem;margin-top:-3rem}}@media (max-width:980px){.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet .et_pb_video_play{color:#333}}@media (max-width:768px){.et-db #et-boc .et-l .et_pb_column_1_2 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_2_3 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_3_4 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_3_5 .et_pb_video_play,.et-db #et-boc .et-l .et_pb_column_4_4 .et_pb_video_play{font-size:3rem;line-height:3rem;margin-left:-1.5rem;margin-top:-1.5rem}}@media (max-width:767px){.et-db #et-boc .et-l .et_pb_bg_layout_light_phone .et_pb_video_play{color:#333}}
.et-db #et-boc .et-l .et_post_gallery{padding:0!important;line-height:1.7!important;list-style:none!important}.et-db #et-boc .et-l .et_gallery_item{float:left;width:28.353%;margin:0 7.47% 7.47% 0}.et-db #et-boc .et-l .blocks-gallery-item,.et-db #et-boc .et-l .et_gallery_item{padding-left:0!important}.et-db #et-boc .et-l .blocks-gallery-item:before,.et-db #et-boc .et-l .et_gallery_item:before{display:none}.et-db #et-boc .et-l .et_gallery_item:nth-child(3n){margin-right:0}.et-db #et-boc .et-l .et_gallery_item:nth-child(3n+1){clear:both}
.et-db #et-boc .et-l .et_pb_post{margin-bottom:60px;word-wrap:break-word}.et-db #et-boc .et-l .et_pb_fullwidth_post_content.et_pb_with_border img,.et-db #et-boc .et-l .et_pb_post_content.et_pb_with_border img,.et-db #et-boc .et-l .et_pb_with_border .et_pb_post .et_pb_slides,.et-db #et-boc .et-l .et_pb_with_border .et_pb_post img:not(.woocommerce-placeholder),.et-db #et-boc .et-l .et_pb_with_border.et_pb_posts .et_pb_post,.et-db #et-boc .et-l .et_pb_with_border.et_pb_posts_nav span.nav-next a,.et-db #et-boc .et-l .et_pb_with_border.et_pb_posts_nav span.nav-previous a{border:0 solid #333}.et-db #et-boc .et-l .et_pb_post .entry-content{padding-top:30px}.et-db #et-boc .et-l .et_pb_post .entry-featured-image-url{display:block;position:relative;margin-bottom:30px}.et-db #et-boc .et-l .et_pb_post .entry-title a,.et-db #et-boc .et-l .et_pb_post h2 a{text-decoration:none}.et-db #et-boc .et-l .et_pb_post .post-meta{font-size:14px;margin-bottom:6px}.et-db #et-boc .et-l .et_pb_post .post-meta a{text-decoration:none}.et-db #et-boc .et-l .et_pb_post .more{color:#82c0c7;text-decoration:none}.et-db #et-boc .et-l .et_pb_posts a.more-link{clear:both;display:block}.et-db #et-boc .et-l .et_pb_posts .et_pb_post{position:relative}.et-db #et-boc .et-l .et_pb_has_overlay.et_pb_post .et_pb_image_container a{display:block;position:relative;overflow:hidden}.et-db #et-boc .et-l .et_pb_image_container img,.et-db #et-boc .et-l .et_pb_post a img{vertical-align:bottom;max-width:100%}@media (min-width:981px) and (max-width:1100px){.et-db #et-boc .et-l .et_pb_post{margin-bottom:42px}}@media (max-width:980px){.et-db #et-boc .et-l .et_pb_post{margin-bottom:42px}.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet .et_pb_post .post-meta,.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet .et_pb_post .post-meta a,.et-db #et-boc .et-l .et_pb_bg_layout_light_tablet .et_pb_post p{color:#666}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_pb_post .post-meta,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_pb_post .post-meta a,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .et_pb_post p{color:inherit}.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .comment_postinfo a,.et-db #et-boc .et-l .et_pb_bg_layout_dark_tablet .comment_postinfo span{color:#fff}}@media (max-width:767px){.et-db #et-boc .et-l .et_pb_post{margin-bottom:42px}.et-db #et-boc .et-l .et_pb_post>h2{font-size:18px}.et-db #et-boc .et-l .et_pb_bg_layout_light_phone .et_pb_post .post-meta,.et-db #et-boc .et-l .et_pb_bg_layout_light_phone .et_pb_post .post-meta a,.et-db #et-boc .et-l .et_pb_bg_layout_light_phone .et_pb_post p{color:#666}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_pb_post .post-meta,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_pb_post .post-meta a,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .et_pb_post p{color:inherit}.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .comment_postinfo a,.et-db #et-boc .et-l .et_pb_bg_layout_dark_phone .comment_postinfo span{color:#fff}}@media (max-width:479px){.et-db #et-boc .et-l .et_pb_post{margin-bottom:42px}.et-db #et-boc .et-l .et_pb_post h2{font-size:16px;padding-bottom:0}.et-db #et-boc .et-l .et_pb_post .post-meta{color:#666;font-size:14px}}
@media (min-width:981px){.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column{margin-right:5.5%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_4_4,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_4_4{width:100%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module{margin-bottom:2.75%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_3_4,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_3_4{width:73.625%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module{margin-bottom:3.735%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_2_3,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_2_3{width:64.833%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module{margin-bottom:4.242%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_3_5,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_3_5{width:57.8%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_3_5 .et_pb_module,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module{margin-bottom:4.758%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_1_2,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_2{width:47.25%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module{margin-bottom:5.82%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_2_5,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_2_5{width:36.7%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_2_5 .et_pb_module,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module{margin-bottom:7.493%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_1_3,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_3{width:29.6667%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module{margin-bottom:9.27%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_1_4,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_4{width:20.875%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module{margin-bottom:13.174%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_1_5,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_5{width:15.6%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_1_5 .et_pb_module,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_module{margin-bottom:17.628%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_1_6,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_6{width:12.0833%}.et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_1_6 .et_pb_module,.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_module{margin-bottom:22.759%}.et-db #et-boc .et-l .et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product{width:20.875%;margin-right:5.5%;margin-bottom:5.5%}.et-db #et-boc .et-l .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products li.product,.et-db #et-boc .et-l .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product{width:28.353%;margin-right:7.47%}.et-db #et-boc .et-l .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product,.et-db #et-boc .et-l .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product{width:100%;margin-right:0}.et-db #et-boc .et-l .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product,.et-db #et-boc .et-l .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product{width:48%;margin-right:4%}.et-db #et-boc .et-l .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2),.et-db #et-boc .et-l .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2){margin-right:0}.et-db #et-boc .et-l .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1),.et-db #et-boc .et-l .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1){clear:none}}

.sp-dsgvo-blocked-embedding-placeholder
    {
        color: #313334;
                    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);            }

    a.sp-dsgvo-blocked-embedding-button-enable,
    a.sp-dsgvo-blocked-embedding-button-enable:hover,
    a.sp-dsgvo-blocked-embedding-button-enable:active {
        color: #313334;
        border-color: #313334;
        border-width: 2px;
    }

            .wp-embed-aspect-16-9 .sp-dsgvo-blocked-embedding-placeholder,
        .vc_video-aspect-ratio-169 .sp-dsgvo-blocked-embedding-placeholder,
        .elementor-aspect-ratio-169 .sp-dsgvo-blocked-embedding-placeholder{
            margin-top: -56.25%; /*16:9*/
        }

        .wp-embed-aspect-4-3 .sp-dsgvo-blocked-embedding-placeholder,
        .vc_video-aspect-ratio-43 .sp-dsgvo-blocked-embedding-placeholder,
        .elementor-aspect-ratio-43 .sp-dsgvo-blocked-embedding-placeholder{
            margin-top: -75%;
        }

        .wp-embed-aspect-3-2 .sp-dsgvo-blocked-embedding-placeholder,
        .vc_video-aspect-ratio-32 .sp-dsgvo-blocked-embedding-placeholder,
        .elementor-aspect-ratio-32 .sp-dsgvo-blocked-embedding-placeholder{
            margin-top: -66.66%;
        }

/* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: italic;
                    font-weight: 300;
                    src: local('Roboto Light Italic'),
                    local('Roboto-LightItalic'),
                    url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-LightItalic-webfont.woff) format('woff');
                    font-display: swap;

                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: italic;
                    font-weight: 400;
                    src: local('Roboto Italic'),
                    local('Roboto-Italic'),
                    url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Italic-webfont.woff) format('woff');
                    font-display: swap;
                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: italic;
                    font-weight: 700;
                    src: local('Roboto Bold Italic'),
                    local('Roboto-BoldItalic'),
                    url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-BoldItalic-webfont.woff) format('woff');
                    font-display: swap;
                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: italic;
                    font-weight: 900;
                    src: local('Roboto Black Italic'),
                    local('Roboto-BlackItalic'),
                    url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-BlackItalic-webfont.woff) format('woff');
                    font-display: swap;
                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: normal;
                    font-weight: 300;
                    src: local('Roboto Light'),
                    local('Roboto-Light'),
                    url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Light-webfont.woff) format('woff');
                    font-display: swap;
                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: normal;
                    font-weight: 400;
                    src: local('Roboto Regular'),
                    local('Roboto-Regular'),
                    url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Regular-webfont.woff) format('woff');
                    font-display: swap;
                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: normal;
                    font-weight: 700;
                    src: local('Roboto Bold'),
                    local('Roboto-Bold'),
                    url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Bold-webfont.woff) format('woff');
                    font-display: swap;
                }

                /* latin */
                @font-face {
                    font-family: 'Roboto';
                    font-style: normal;
                    font-weight: 900;
                    src: local('Roboto Black'),
                    local('Roboto-Black'),
                    url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Black-webfont.woff) format('woff');
                    font-display: swap;
                }

.menu-sec-close-trigger {
        -webkit-backdrop-filter: saturate(150%) blur(5px);
        backdrop-filter: saturate(150%) blur(5px);
    }