@charset "UTF-8";
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2021, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2021-03-03
 */
/**
 * reset.css
 *
 * Adapted from:
 * Normalize.css by Nicolas Gallagher and Jonathan Neal: https://github.com/necolas/normalize.css/
 * HTML5 boilerplate: http://html5boilerplate.com/
 * HTML5 Doctor Reset by Eric Meyer and Richard Clark: html5doctor.com/html-5-reset-stylesheet/
 *
 * Modified by Elliot Jay Stocks
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: blue;
}

a:focus {
  outline: thin dotted;
}

li {
  list-style: none;
}

abbr[title] {
  border-bottom: none;
}

b,
strong {
  font-weight: 700;
}

i,
em,
dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

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

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

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

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

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

td {
  vertical-align: top;
}

/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @copyright Copyright (c) 2020, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2020-10-03
 */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @copyright Copyright (c) 2024, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2024-02-19
 */
body {
  font-family: "Jost", serif;
  font-size: 20px;
  line-height: 1.4;
  color: #15191D;
}

body > .content h1, body footer h1 {
  font-family: "IM Fell French Canon", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.4em;
  color: #15191D;
  margin-bottom: 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body > .content h2, body footer h2 {
  font-family: "IM Fell French Canon", serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.4em;
  color: #15191D;
  margin-bottom: 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body > .content h3, body footer h3 {
  font-family: "IM Fell French Canon", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4em;
  color: #15191D;
  margin-bottom: 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body > .content h4, body footer h4 {
  font-family: "Jost", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  color: #15191D;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.content.news-single .content-container .event-content,
.content.news-single .content-container .downloads-content, .content.news .posts > .gridWrapper > .grid > .grid-content {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

body .wpcf7-form .formElementSubmit > input[type=submit], body > .content .button, body footer .button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  overflow: hidden;
  background: #005A4E;
  border: none;
  outline: 1px solid #005A4E !important;
  outline-offset: 2px;
  border-radius: 0 22px;
  padding: 15px 20px;
  margin-top: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
body .wpcf7-form .formElementSubmit > input[type=submit]:hover, body > .content .button:hover, body footer .button:hover {
  background: #ffffff;
  color: #005A4E;
}
body .wpcf7-form .formElementSubmit > input[type=submit]:focus, body > .content .button:focus, body footer .button:focus {
  background: none;
}

*:focus {
  outline: none;
}

section.block .content-container, body > .content .content-container, body footer .content-container, body > footer .footer-wrapper .footer-container, body header > .header-wrapper .header-container, body.search .content-container {
  width: inherit;
  max-width: 1598px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.gridWrapper {
  margin: -15px;
}
.gridWrapper .grid {
  padding: 15px;
}
.gridWrapper .grid img {
  left: 15px !important;
}

/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
@media screen and (max-width: 1025px) {
  body > .content h1, body footer h1 {
    font-size: 38px;
  }
  body > .content h2, body footer h2 {
    font-size: 38px;
  }
  body > .content h3, body footer h3 {
    font-size: 32px;
  }
  body > .content h4, body footer h4 {
    font-size: 20px;
  }
}
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
@media screen and (max-width: 786px) {
  section.block .content-container, body > .content .content-container, body footer .content-container, body > footer .footer-wrapper .footer-container, body header > .header-wrapper .header-container, body.search .content-container {
    padding: 0 10px;
  }
  .gridWrapper {
    margin: -10px;
  }
  .gridWrapper .grid {
    padding: 10px;
  }
  body > .content h1, body footer h1 {
    font-size: 32px;
  }
  body > .content h2, body footer h2 {
    font-size: 32px;
  }
  body > .content h3, body footer h3 {
    font-size: 26px;
  }
  body .wpcf7-form .formElementSubmit > input[type=submit], body > .content .button, body footer .button {
    font-size: 16px;
  }
}
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/jost-v15-latin-regular.woff2") format("woff2"), url("fonts/jost-v15-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* jost-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/jost-v15-latin-700.woff2") format("woff2"), url("fonts/jost-v15-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* im-fell-french-canon-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IM Fell French Canon";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/im-fell-french-canon-v21-latin-regular.woff2") format("woff2"), url("fonts/im-fell-french-canon-v21-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/*!
Based on grid v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/grid/blob/master/LICENSE.md
*/
/*
$std_small_width: 480px;
$std_middle_small_width: 786px;
$std_middle_large_width: 900px;
$std_large_width: 1025px;
$std_extra_large_width: 1366px;
*/
body .gridWrapper {
  text-rendering: optimizespeed;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
body .gridWrapper .grid {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 100%;
  box-sizing: border-box;
}
body .gridWrapper .grid-1-2 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 50%;
  box-sizing: border-box;
}
body .gridWrapper .grid-1-3 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 33.3333%;
  *width: 33.3023%;
  box-sizing: border-box;
}
body .gridWrapper .grid-2-3 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 66.6667%;
  *width: 66.6357%;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  body .gridWrapper .grid-sm-1, body .gridWrapper .grid-sm-1-1, body .gridWrapper .grid-sm-1-2, body .gridWrapper .grid-sm-1-3, body .gridWrapper .grid-sm-2-3, body .gridWrapper .grid-sm-1-4, body .gridWrapper .grid-sm-3-4, body .gridWrapper .grid-sm-1-5, body .gridWrapper .grid-sm-2-5, body .gridWrapper .grid-sm-3-5, body .gridWrapper .grid-sm-4-5, body .gridWrapper .grid-sm-5-5, body .gridWrapper .grid-sm-1-6, body .gridWrapper .grid-sm-5-6, body .gridWrapper .grid-sm-1-8, body .gridWrapper .grid-sm-3-8, body .gridWrapper .grid-sm-5-8, body .gridWrapper .grid-sm-7-8, body .gridWrapper .grid-sm-1-12, body .gridWrapper .grid-sm-5-12, body .gridWrapper .grid-sm-7-12, body .gridWrapper .grid-sm-11-12, body .gridWrapper .grid-sm-1-24, body .gridWrapper .grid-sm-2-24, body .gridWrapper .grid-sm-3-24, body .gridWrapper .grid-sm-4-24, body .gridWrapper .grid-sm-5-24, body .gridWrapper .grid-sm-6-24, body .gridWrapper .grid-sm-7-24, body .gridWrapper .grid-sm-8-24, body .gridWrapper .grid-sm-9-24, body .gridWrapper .grid-sm-10-24, body .gridWrapper .grid-sm-11-24, body .gridWrapper .grid-sm-12-24, body .gridWrapper .grid-sm-13-24, body .gridWrapper .grid-sm-14-24, body .gridWrapper .grid-sm-15-24, body .gridWrapper .grid-sm-16-24, body .gridWrapper .grid-sm-17-24, body .gridWrapper .grid-sm-18-24, body .gridWrapper .grid-sm-19-24, body .gridWrapper .grid-sm-20-24, body .gridWrapper .grid-sm-21-24, body .gridWrapper .grid-sm-22-24, body .gridWrapper .grid-sm-23-24, body .gridWrapper .grid-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  body .gridWrapper .grid-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  body .gridWrapper .grid-sm-1-12, body .gridWrapper .grid-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  body .gridWrapper .grid-sm-1-8, body .gridWrapper .grid-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  body .gridWrapper .grid-sm-1-6, body .gridWrapper .grid-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  body .gridWrapper .grid-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  body .gridWrapper .grid-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  body .gridWrapper .grid-sm-1-4, body .gridWrapper .grid-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  body .gridWrapper .grid-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  body .gridWrapper .grid-sm-1-3, body .gridWrapper .grid-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  body .gridWrapper .grid-sm-3-8, body .gridWrapper .grid-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  body .gridWrapper .grid-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  body .gridWrapper .grid-sm-5-12, body .gridWrapper .grid-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  body .gridWrapper .grid-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  body .gridWrapper .grid-sm-1-2, body .gridWrapper .grid-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  body .gridWrapper .grid-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  body .gridWrapper .grid-sm-7-12, body .gridWrapper .grid-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  body .gridWrapper .grid-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  body .gridWrapper .grid-sm-5-8, body .gridWrapper .grid-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  body .gridWrapper .grid-sm-2-3, body .gridWrapper .grid-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  body .gridWrapper .grid-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  body .gridWrapper .grid-sm-3-4, body .gridWrapper .grid-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  body .gridWrapper .grid-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  body .gridWrapper .grid-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  body .gridWrapper .grid-sm-5-6, body .gridWrapper .grid-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  body .gridWrapper .grid-sm-7-8, body .gridWrapper .grid-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  body .gridWrapper .grid-sm-11-12, body .gridWrapper .grid-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  body .gridWrapper .grid-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  body .gridWrapper .grid-sm-1, body .gridWrapper .grid-sm-1-1, body .gridWrapper .grid-sm-5-5, body .gridWrapper .grid-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 786px) {
  body .gridWrapper .grid-ms-1, body .gridWrapper .grid-ms-1-1, body .gridWrapper .grid-ms-1-2, body .gridWrapper .grid-ms-1-3, body .gridWrapper .grid-ms-2-3, body .gridWrapper .grid-ms-1-4, body .gridWrapper .grid-ms-3-4, body .gridWrapper .grid-ms-1-5, body .gridWrapper .grid-ms-2-5, body .gridWrapper .grid-ms-3-5, body .gridWrapper .grid-ms-4-5, body .gridWrapper .grid-ms-5-5, body .gridWrapper .grid-ms-1-6, body .gridWrapper .grid-ms-5-6, body .gridWrapper .grid-ms-1-8, body .gridWrapper .grid-ms-3-8, body .gridWrapper .grid-ms-5-8, body .gridWrapper .grid-ms-7-8, body .gridWrapper .grid-ms-1-12, body .gridWrapper .grid-ms-5-12, body .gridWrapper .grid-ms-7-12, body .gridWrapper .grid-ms-11-12, body .gridWrapper .grid-ms-1-24, body .gridWrapper .grid-ms-2-24, body .gridWrapper .grid-ms-3-24, body .gridWrapper .grid-ms-4-24, body .gridWrapper .grid-ms-5-24, body .gridWrapper .grid-ms-6-24, body .gridWrapper .grid-ms-7-24, body .gridWrapper .grid-ms-8-24, body .gridWrapper .grid-ms-9-24, body .gridWrapper .grid-ms-10-24, body .gridWrapper .grid-ms-11-24, body .gridWrapper .grid-ms-12-24, body .gridWrapper .grid-ms-13-24, body .gridWrapper .grid-ms-14-24, body .gridWrapper .grid-ms-15-24, body .gridWrapper .grid-ms-16-24, body .gridWrapper .grid-ms-17-24, body .gridWrapper .grid-ms-18-24, body .gridWrapper .grid-ms-19-24, body .gridWrapper .grid-ms-20-24, body .gridWrapper .grid-ms-21-24, body .gridWrapper .grid-ms-22-24, body .gridWrapper .grid-ms-23-24, body .gridWrapper .grid-ms-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  body .gridWrapper .grid-ms-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  body .gridWrapper .grid-ms-1-12, body .gridWrapper .grid-ms-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  body .gridWrapper .grid-ms-1-8, body .gridWrapper .grid-ms-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  body .gridWrapper .grid-ms-1-6, body .gridWrapper .grid-ms-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  body .gridWrapper .grid-ms-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  body .gridWrapper .grid-ms-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  body .gridWrapper .grid-ms-1-4, body .gridWrapper .grid-ms-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  body .gridWrapper .grid-ms-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  body .gridWrapper .grid-ms-1-3, body .gridWrapper .grid-ms-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  body .gridWrapper .grid-ms-3-8, body .gridWrapper .grid-ms-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  body .gridWrapper .grid-ms-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  body .gridWrapper .grid-ms-5-12, body .gridWrapper .grid-ms-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  body .gridWrapper .grid-ms-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  body .gridWrapper .grid-ms-1-2, body .gridWrapper .grid-ms-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  body .gridWrapper .grid-ms-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  body .gridWrapper .grid-ms-7-12, body .gridWrapper .grid-ms-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  body .gridWrapper .grid-ms-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  body .gridWrapper .grid-ms-5-8, body .gridWrapper .grid-ms-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  body .gridWrapper .grid-ms-2-3, body .gridWrapper .grid-ms-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  body .gridWrapper .grid-ms-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  body .gridWrapper .grid-ms-3-4, body .gridWrapper .grid-ms-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  body .gridWrapper .grid-ms-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  body .gridWrapper .grid-ms-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  body .gridWrapper .grid-ms-5-6, body .gridWrapper .grid-ms-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  body .gridWrapper .grid-ms-7-8, body .gridWrapper .grid-ms-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  body .gridWrapper .grid-ms-11-12, body .gridWrapper .grid-ms-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  body .gridWrapper .grid-ms-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  body .gridWrapper .grid-ms-1, body .gridWrapper .grid-ms-1-1, body .gridWrapper .grid-ms-5-5, body .gridWrapper .grid-ms-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  body .gridWrapper .grid-md-1, body .gridWrapper .grid-md-1-1, body .gridWrapper .grid-md-1-2, body .gridWrapper .grid-md-1-3, body .gridWrapper .grid-md-2-3, body .gridWrapper .grid-md-1-4, body .gridWrapper .grid-md-3-4, body .gridWrapper .grid-md-1-5, body .gridWrapper .grid-md-2-5, body .gridWrapper .grid-md-3-5, body .gridWrapper .grid-md-4-5, body .gridWrapper .grid-md-5-5, body .gridWrapper .grid-md-1-6, body .gridWrapper .grid-md-5-6, body .gridWrapper .grid-md-1-8, body .gridWrapper .grid-md-3-8, body .gridWrapper .grid-md-5-8, body .gridWrapper .grid-md-7-8, body .gridWrapper .grid-md-1-12, body .gridWrapper .grid-md-5-12, body .gridWrapper .grid-md-7-12, body .gridWrapper .grid-md-11-12, body .gridWrapper .grid-md-1-24, body .gridWrapper .grid-md-2-24, body .gridWrapper .grid-md-3-24, body .gridWrapper .grid-md-4-24, body .gridWrapper .grid-md-5-24, body .gridWrapper .grid-md-6-24, body .gridWrapper .grid-md-7-24, body .gridWrapper .grid-md-8-24, body .gridWrapper .grid-md-9-24, body .gridWrapper .grid-md-10-24, body .gridWrapper .grid-md-11-24, body .gridWrapper .grid-md-12-24, body .gridWrapper .grid-md-13-24, body .gridWrapper .grid-md-14-24, body .gridWrapper .grid-md-15-24, body .gridWrapper .grid-md-16-24, body .gridWrapper .grid-md-17-24, body .gridWrapper .grid-md-18-24, body .gridWrapper .grid-md-19-24, body .gridWrapper .grid-md-20-24, body .gridWrapper .grid-md-21-24, body .gridWrapper .grid-md-22-24, body .gridWrapper .grid-md-23-24, body .gridWrapper .grid-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  body .gridWrapper .grid-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  body .gridWrapper .grid-md-1-12, body .gridWrapper .grid-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  body .gridWrapper .grid-md-1-8, body .gridWrapper .grid-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  body .gridWrapper .grid-md-1-6, body .gridWrapper .grid-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  body .gridWrapper .grid-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  body .gridWrapper .grid-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  body .gridWrapper .grid-md-1-4, body .gridWrapper .grid-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  body .gridWrapper .grid-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  body .gridWrapper .grid-md-1-3, body .gridWrapper .grid-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  body .gridWrapper .grid-md-3-8, body .gridWrapper .grid-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  body .gridWrapper .grid-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  body .gridWrapper .grid-md-5-12, body .gridWrapper .grid-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  body .gridWrapper .grid-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  body .gridWrapper .grid-md-1-2, body .gridWrapper .grid-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  body .gridWrapper .grid-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  body .gridWrapper .grid-md-7-12, body .gridWrapper .grid-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  body .gridWrapper .grid-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  body .gridWrapper .grid-md-5-8, body .gridWrapper .grid-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  body .gridWrapper .grid-md-2-3, body .gridWrapper .grid-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  body .gridWrapper .grid-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  body .gridWrapper .grid-md-3-4, body .gridWrapper .grid-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  body .gridWrapper .grid-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  body .gridWrapper .grid-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  body .gridWrapper .grid-md-5-6, body .gridWrapper .grid-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  body .gridWrapper .grid-md-7-8, body .gridWrapper .grid-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  body .gridWrapper .grid-md-11-12, body .gridWrapper .grid-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  body .gridWrapper .grid-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  body .gridWrapper .grid-md-1, body .gridWrapper .grid-md-1-1, body .gridWrapper .grid-md-5-5, body .gridWrapper .grid-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  body .gridWrapper .grid-lg-1, body .gridWrapper .grid-lg-1-1, body .gridWrapper .grid-lg-1-2, body .gridWrapper .grid-lg-1-3, body .gridWrapper .grid-lg-2-3, body .gridWrapper .grid-lg-1-4, body .gridWrapper .grid-lg-3-4, body .gridWrapper .grid-lg-1-5, body .gridWrapper .grid-lg-2-5, body .gridWrapper .grid-lg-3-5, body .gridWrapper .grid-lg-4-5, body .gridWrapper .grid-lg-5-5, body .gridWrapper .grid-lg-1-6, body .gridWrapper .grid-lg-5-6, body .gridWrapper .grid-lg-1-8, body .gridWrapper .grid-lg-3-8, body .gridWrapper .grid-lg-5-8, body .gridWrapper .grid-lg-7-8, body .gridWrapper .grid-lg-1-12, body .gridWrapper .grid-lg-5-12, body .gridWrapper .grid-lg-7-12, body .gridWrapper .grid-lg-11-12, body .gridWrapper .grid-lg-1-24, body .gridWrapper .grid-lg-2-24, body .gridWrapper .grid-lg-3-24, body .gridWrapper .grid-lg-4-24, body .gridWrapper .grid-lg-5-24, body .gridWrapper .grid-lg-6-24, body .gridWrapper .grid-lg-7-24, body .gridWrapper .grid-lg-8-24, body .gridWrapper .grid-lg-9-24, body .gridWrapper .grid-lg-10-24, body .gridWrapper .grid-lg-11-24, body .gridWrapper .grid-lg-12-24, body .gridWrapper .grid-lg-13-24, body .gridWrapper .grid-lg-14-24, body .gridWrapper .grid-lg-15-24, body .gridWrapper .grid-lg-16-24, body .gridWrapper .grid-lg-17-24, body .gridWrapper .grid-lg-18-24, body .gridWrapper .grid-lg-19-24, body .gridWrapper .grid-lg-20-24, body .gridWrapper .grid-lg-21-24, body .gridWrapper .grid-lg-22-24, body .gridWrapper .grid-lg-23-24, body .gridWrapper .grid-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  body .gridWrapper .grid-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  body .gridWrapper .grid-lg-1-12,
  body .gridWrapper .grid-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  body .gridWrapper .grid-lg-1-8,
  body .gridWrapper .grid-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  body .gridWrapper .grid-lg-1-6,
  body .gridWrapper .grid-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  body .gridWrapper .grid-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  body .gridWrapper .grid-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  body .gridWrapper .grid-lg-1-4,
  body .gridWrapper .grid-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  body .gridWrapper .grid-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  body .gridWrapper .grid-lg-1-3,
  body .gridWrapper .grid-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  body .gridWrapper .grid-lg-3-8,
  body .gridWrapper .grid-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  body .gridWrapper .grid-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  body .gridWrapper .grid-lg-5-12,
  body .gridWrapper .grid-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  body .gridWrapper .grid-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  body .gridWrapper .grid-lg-1-2,
  body .gridWrapper .grid-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  body .gridWrapper .grid-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  body .gridWrapper .grid-lg-7-12,
  body .gridWrapper .grid-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  body .gridWrapper .grid-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  body .gridWrapper .grid-lg-5-8,
  body .gridWrapper .grid-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  body .gridWrapper .grid-lg-2-3,
  body .gridWrapper .grid-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  body .gridWrapper .grid-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  body .gridWrapper .grid-lg-3-4,
  body .gridWrapper .grid-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  body .gridWrapper .grid-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  body .gridWrapper .grid-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  body .gridWrapper .grid-lg-5-6,
  body .gridWrapper .grid-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  body .gridWrapper .grid-lg-7-8,
  body .gridWrapper .grid-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  body .gridWrapper .grid-lg-11-12,
  body .gridWrapper .grid-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  body .gridWrapper .grid-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  body .gridWrapper .grid-lg-1,
  body .gridWrapper .grid-lg-1-1,
  body .gridWrapper .grid-lg-5-5,
  body .gridWrapper .grid-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 1598px) {
  body .gridWrapper .grid-xl-1, body .gridWrapper .grid-xl-1-1, body .gridWrapper .grid-xl-1-2, body .gridWrapper .grid-xl-1-3, body .gridWrapper .grid-xl-2-3, body .gridWrapper .grid-xl-1-4, body .gridWrapper .grid-xl-3-4, body .gridWrapper .grid-xl-1-5, body .gridWrapper .grid-xl-2-5, body .gridWrapper .grid-xl-3-5, body .gridWrapper .grid-xl-4-5, body .gridWrapper .grid-xl-5-5, body .gridWrapper .grid-xl-1-6, body .gridWrapper .grid-xl-5-6, body .gridWrapper .grid-xl-1-8, body .gridWrapper .grid-xl-3-8, body .gridWrapper .grid-xl-5-8, body .gridWrapper .grid-xl-7-8, body .gridWrapper .grid-xl-1-12, body .gridWrapper .grid-xl-5-12, body .gridWrapper .grid-xl-7-12, body .gridWrapper .grid-xl-11-12, body .gridWrapper .grid-xl-1-24, body .gridWrapper .grid-xl-2-24, body .gridWrapper .grid-xl-3-24, body .gridWrapper .grid-xl-4-24, body .gridWrapper .grid-xl-5-24, body .gridWrapper .grid-xl-6-24, body .gridWrapper .grid-xl-7-24, body .gridWrapper .grid-xl-8-24, body .gridWrapper .grid-xl-9-24, body .gridWrapper .grid-xl-10-24, body .gridWrapper .grid-xl-11-24, body .gridWrapper .grid-xl-12-24, body .gridWrapper .grid-xl-13-24, body .gridWrapper .grid-xl-14-24, body .gridWrapper .grid-xl-15-24, body .gridWrapper .grid-xl-16-24, body .gridWrapper .grid-xl-17-24, body .gridWrapper .grid-xl-18-24, body .gridWrapper .grid-xl-19-24, body .gridWrapper .grid-xl-20-24, body .gridWrapper .grid-xl-21-24, body .gridWrapper .grid-xl-22-24, body .gridWrapper .grid-xl-23-24, body .gridWrapper .grid-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  body .gridWrapper .grid-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  body .gridWrapper .grid-xl-1-12,
  body .gridWrapper .grid-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  body .gridWrapper .grid-xl-1-8,
  body .gridWrapper .grid-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  body .gridWrapper .grid-xl-1-6,
  body .gridWrapper .grid-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  body .gridWrapper .grid-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  body .gridWrapper .grid-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  body .gridWrapper .grid-xl-1-4,
  body .gridWrapper .grid-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  body .gridWrapper .grid-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  body .gridWrapper .grid-xl-1-3,
  body .gridWrapper .grid-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  body .gridWrapper .grid-xl-3-8,
  body .gridWrapper .grid-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  body .gridWrapper .grid-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  body .gridWrapper .grid-xl-5-12,
  body .gridWrapper .grid-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  body .gridWrapper .grid-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  body .gridWrapper .grid-xl-1-2,
  body .gridWrapper .grid-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  body .gridWrapper .grid-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  body .gridWrapper .grid-xl-7-12,
  body .gridWrapper .grid-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  body .gridWrapper .grid-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  body .gridWrapper .grid-xl-5-8,
  body .gridWrapper .grid-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  body .gridWrapper .grid-xl-2-3,
  body .gridWrapper .grid-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  body .gridWrapper .grid-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  body .gridWrapper .grid-xl-3-4,
  body .gridWrapper .grid-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  body .gridWrapper .grid-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  body .gridWrapper .grid-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  body .gridWrapper .grid-xl-5-6,
  body .gridWrapper .grid-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  body .gridWrapper .grid-xl-7-8,
  body .gridWrapper .grid-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  body .gridWrapper .grid-xl-11-12,
  body .gridWrapper .grid-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  body .gridWrapper .grid-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  body .gridWrapper .grid-xl-1,
  body .gridWrapper .grid-xl-1-1,
  body .gridWrapper .grid-xl-5-5,
  body .gridWrapper .grid-xl-24-24 {
    width: 100%;
  }
}

.hamburger .hamburger-menu {
  position: -webkit-sticky;
  position: sticky;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  outline: none;
  z-index: 99;
  cursor: pointer;
  box-sizing: border-box;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 10px 10px;
  border: 2px solid #009171;
  border-radius: 0;
}
.hamburger .hamburger-menu > span {
  position: absolute;
  background: #009171;
  display: inline-block;
  border-radius: 0;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  transform-origin: center;
}
.hamburger .hamburger-menu > span:nth-of-type(1) {
  transform: translateY(-9px);
}
.hamburger .hamburger-menu > span:nth-of-type(3) {
  transform: translateY(9px);
}
.hamburger .hamburger-menu.is-active > span:nth-of-type(1) {
  transform: translateY(0) rotate(-135deg);
}
.hamburger .hamburger-menu.is-active > span:nth-of-type(2) {
  opacity: 0;
}
.hamburger .hamburger-menu.is-active > span:nth-of-type(3) {
  transform: translateY(0) rotate(135deg);
}

body:not(.animated-scrolling-disabled) .animated-scrolling {
  opacity: 0;
  transform: translateY(20%);
  ms-transform: translateY(20%);
  transition: all 0.5s ease-out;
}
body:not(.animated-scrolling-disabled) .animated-scrolling.left {
  transform: translateX(-20%);
  ms-transform: translateX(-20%);
}
body:not(.animated-scrolling-disabled) .animated-scrolling.right {
  transform: translateX(20%);
  ms-transform: translateX(20%);
}
body:not(.animated-scrolling-disabled) .animated-scrolling.animated {
  opacity: 1;
  transform: translate(0%, 0%);
  ms-transform: translate(0%, 0%);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body:not(.animated-scrolling-disabled) .animated-scrolling {
    opacity: 1;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

html #wpadminbar {
  position: fixed !important;
}

html {
  margin-top: 0 !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
  &.menu-active {
    height: calc(calc(var(--vh, 1vh) * 100) - 46px);
    overflow: hidden;
  }
  &.admin-bar {
    &.menu-active {
      height: calc(var(--vh, 1vh) * 100);
    }
  }
  */
}
body #back_to_top {
  position: fixed;
  z-index: 95;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  outline: none;
  background: url(img/arrow_down.svg) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
}
a {
  outline: none !important;
  color: #005A4E;
  text-decoration: none;
}
a:focus {
  outline: none;
  background: none;
}

/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2021, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2021-03-03
 */
body header .desktop-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 70px;
  border-bottom: 2px solid #009171;
}
body header .desktop-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body header .desktop-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu > li {
  margin: 0 40px;
  position: relative;
}
body header .desktop-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu > li:last-child {
  margin-right: 0;
}
body header .desktop-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #15191D;
  font-size: 20px;
  text-transform: uppercase;
}
body header .desktop-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu > li:hover:after, body header .desktop-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu > li.current-menu-item:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  transform: translateY(100%);
  background: #009171;
  height: 13px;
}
body header .desktop-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu > li:hover > a, body header .desktop-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu > li.current-menu-item > a {
  color: #009171;
}

/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
@media screen and (max-width: 1025px) {
  body header .desktop-menu {
    display: none;
  }
}
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- $std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
body header .hamburger {
  display: none;
}
body header .mobile-menu {
  display: none;
}
body header .mobile-menu .menu-wrapper {
  width: 100vw;
  height: calc(100vh - (100vh - 100%));
  padding: 140px 0 100px 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  background: #009171;
}
body header .mobile-menu .menu-wrapper.toggled {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body header .mobile-menu .menu-wrapper > .menu-container {
  width: 100vw;
  min-height: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
body header .mobile-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu {
  display: flex;
  flex-flow: column;
  align-items: center;
}
body header .mobile-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu > li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 30px 0;
  text-align: center;
}
body header .mobile-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu > li > a {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
}
body header .mobile-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu > li:hover:after, body header .mobile-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu > li.current-menu-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  background: #ffffff;
  height: 3px;
}
body header .mobile-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu > li:hover > a, body header .mobile-menu .menu-wrapper > .menu-container > .mainmenu-wrapper > ul.menu > li.current-menu-item > a {
  color: #ffffff;
}
body header .mobile-menu .menu-socialmedia {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 0;
}
body header .mobile-menu .menu-socialmedia > ul.socialMedia {
  display: flex;
  justify-content: center;
  align-items: center;
}
body header .mobile-menu .menu-socialmedia > ul.socialMedia > li {
  margin-right: 50px;
}
body header .mobile-menu .menu-socialmedia > ul.socialMedia > li > .socialMedia-link > .socialMedia-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
}
body header .mobile-menu .menu-socialmedia > ul.socialMedia > li:last-child {
  margin-right: 0;
}

/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
@media screen and (max-width: 1025px) {
  body header .hamburger {
    display: block;
  }
  body header .mobile-menu {
    display: block;
  }
}
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- $std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
body.menu-active {
  position: fixed;
}
body header {
  position: fixed;
  top: 0;
  z-index: 101;
}
body header > .header-wrapper {
  position: relative;
  width: 100vw;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 102;
}
body header > .header-wrapper .header-container.headerGridWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}
body header > .header-wrapper .header-container.headerGridWrapper > .grid {
  height: 100%;
}
body header > .header-wrapper .header-container.headerGridWrapper > .grid.grid-menu {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  justify-content: flex-end;
}
body header > .header-wrapper .header-container .logo-link {
  display: inline-block;
  height: 100%;
}
body header > .header-wrapper .header-container .logo-link > .logo {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
@media screen and (max-width: 1598px) {
  body header > .header-wrapper .header-container .logo-link > .logo {
    width: 30vw;
    min-width: 220px;
  }
}
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- $std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2021, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2021-03-03
 */
body > footer {
  color: #ffffff;
  overflow: hidden;
}
body > footer a {
  color: #ffffff;
}
body > footer .footermenu-container > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #ffffff;
}
body > footer .footermenu-container > .menu > li {
  margin: 0;
}
body > footer .footermenu-container > .menu > li > a {
  text-decoration: none;
  color: #ffffff;
}
body > footer .footermenu-container > .menu > li:before {
  content: "|";
  margin: 0 5px;
}
body > footer .footer-wrapper > .footer-signet {
  position: relative;
  padding: 80px 0 50px 0;
  margin-top: 100px;
  background: #009171;
}
body > footer .footer-wrapper > .footer-signet > .footer-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
body > footer .footer-wrapper > .footer-signet > .footer-container > .signet-compass {
  display: inline-block;
  width: 140px;
  height: 140px;
  object-fit: contain;
  transform: translateY(-50%);
  position: absolute;
  top: 0;
}
body > footer .footer-wrapper > .footer-signet > .footer-container > .signet-logo {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  object-fit: contain;
}
body > footer .footer-wrapper > .footer-socialMedia {
  padding: 15px 0;
}
body > footer .footer-wrapper > .footer-socialMedia > .footer-container > ul.socialMedia {
  display: flex;
  justify-content: center;
  align-items: center;
}
body > footer .footer-wrapper > .footer-socialMedia > .footer-container > ul.socialMedia > li {
  margin-right: 50px;
}
body > footer .footer-wrapper > .footer-socialMedia > .footer-container > ul.socialMedia > li > .socialMedia-link > .socialMedia-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
}
body > footer .footer-wrapper > .footer-socialMedia > .footer-container > ul.socialMedia > li:last-child {
  margin-right: 0;
}
body > footer .footer-wrapper > .footer-legals {
  background-image: url(img/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body > footer .footer-wrapper > .footer-legals > .footer-container {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
@media screen and (max-width: 480px) {
  body > footer .footer-wrapper > .footer-legals > .footer-container {
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2023, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2023-08-09
 */
body {
  /*** BREADCRUMB ***/
}
body > .content, body footer {
  line-height: 1.5em;
}
body > .content p, body footer p {
  margin-bottom: 10px;
}
body > .content a:not(.button), body footer a:not(.button) {
  display: inline-block;
}
body > .content strong, body > .content b, body footer strong, body footer b {
  font-width: 600;
}
body > .content img:not(.no-style), body footer img:not(.no-style) {
  max-width: 100%;
  height: auto;
}
body > .content hr, body footer hr {
  height: 1px;
  border: none;
}
body > .content ul:not(.no-style):not(.splide__pagination), body footer ul:not(.no-style):not(.splide__pagination) {
  margin: 0;
  padding: 0;
}
body > .content ul:not(.no-style):not(.splide__pagination) > li, body footer ul:not(.no-style):not(.splide__pagination) > li {
  list-style: none;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
body > .content ul:not(.no-style):not(.splide__pagination) > li::before, body footer ul:not(.no-style):not(.splide__pagination) > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  background: #005A4E;
  border-radius: 50%;
}
body > .content ol:not(.no-style), body footer ol:not(.no-style) {
  margin: 0;
  padding: 0;
}
body > .content ol:not(.no-style) > li, body footer ol:not(.no-style) > li {
  list-style: none;
  counter-increment: step-counter;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
body > .content ol:not(.no-style) > li::before, body footer ol:not(.no-style) > li::before {
  content: counter(step-counter) ".";
  width: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -1px;
  font-weight: 500;
  color: #005A4E;
}
body > .content table:not(.no-style) tr > td, body > .content table:not(.no-style) tr > th, body footer table:not(.no-style) tr > td, body footer table:not(.no-style) tr > th {
  padding: 5px 10px;
}
body > .content table:not(.no-style) tr > td:first-child, body > .content table:not(.no-style) tr > th:first-child, body footer table:not(.no-style) tr > td:first-child, body footer table:not(.no-style) tr > th:first-child {
  padding-left: 0;
}
body > .content table:not(.no-style) tr > td:last-child, body > .content table:not(.no-style) tr > th:last-child, body footer table:not(.no-style) tr > td:last-child, body footer table:not(.no-style) tr > th:last-child {
  padding-right: 0;
}
body > .content table:not(.no-style) > thead td, body footer table:not(.no-style) > thead td {
  font-weight: 600;
}
body > .content .alignleft, body footer .alignleft {
  float: left;
}
body > .content .alignright, body footer .alignright {
  float: right;
}
body > .content .aligncenter, body footer .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
body > .content .hidden-link, body footer .hidden-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body > .content .button-container, body footer .button-container {
  display: block;
  text-align: center;
  margin: 50px 0 0 0;
}
body .breadcrumb {
  margin-top: 40px;
}
body .breadcrumb a {
  color: #15191D !important;
  text-decoration: none;
}
body .breadcrumb .delimiter {
  color: #005A4E;
}
body .breadcrumb a > br, body .breadcrumb .current-page > br {
  display: none;
}

/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
body input[type=text],
body input[type=email],
body input[type=tel],
body input[type=password],
body input[type=number],
body textarea,
body select {
  width: calc(100% - 20px);
  border: 2px solid #005A4E;
  background: transparent;
  padding: 8px;
  font-family: "Jost", serif;
  color: #15191D;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input[type=text]::-webkit-input-placeholder,
body input[type=email]::-webkit-input-placeholder,
body input[type=tel]::-webkit-input-placeholder,
body input[type=password]::-webkit-input-placeholder,
body input[type=number]::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder,
body select::-webkit-input-placeholder {
  font-family: "Jost", serif;
  font-style: italic;
  opacity: 1;
}
body input[type=text]::-moz-placeholder,
body input[type=email]::-moz-placeholder,
body input[type=tel]::-moz-placeholder,
body input[type=password]::-moz-placeholder,
body input[type=number]::-moz-placeholder,
body textarea::-moz-placeholder,
body select::-moz-placeholder {
  font-family: "Jost", serif;
  font-style: italic;
  opacity: 1;
}
body input[type=text]:-ms-input-placeholder,
body input[type=email]:-ms-input-placeholder,
body input[type=tel]:-ms-input-placeholder,
body input[type=password]:-ms-input-placeholder,
body input[type=number]:-ms-input-placeholder,
body textarea:-ms-input-placeholder,
body select:-ms-input-placeholder {
  font-family: "Jost", serif;
  font-style: italic;
  opacity: 1;
}
body input[type=text]::placeholder,
body input[type=email]::placeholder,
body input[type=tel]::placeholder,
body input[type=password]::placeholder,
body input[type=number]::placeholder,
body textarea::placeholder,
body select::placeholder {
  font-family: "Jost", serif;
  font-style: italic;
  opacity: 1;
}
body input[type=checkbox] {
  width: 16px;
  height: 16px;
  outline: 2px solid #005A4E;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 1px !important;
}
body input[type=checkbox]:checked {
  border: 3px solid #ffffff;
  background: #005A4E;
}
body input[type=radio] {
  width: 16px;
  height: 16px;
  outline: 2px solid #005A4E;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 1px !important;
}
body input[type=radio]:checked {
  border: 3px solid #ffffff;
  background: #005A4E;
}
body .select-wrapper {
  position: relative;
  overflow: hidden;
}
body .select-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -5px;
  bottom: 0;
  width: 40px;
  background: #005A4E url(img/arrow_down-white.svg) no-repeat;
  background-position: center;
  background-size: 60%;
  z-index: 0;
}
body .select-wrapper select {
  width: 100%;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
body .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body .checkbox-wrapper > input[type=checkbox] {
  margin-top: 7px;
}
body .checkbox-wrapper > .checkbox-text {
  width: calc(100% - 30px);
}
body .wpcf7-form > .formElementWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
body .wpcf7-form > .formElementWrap.textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body .wpcf7-form > .formElementWrap > .formElement {
  display: block;
  font-family: "Jost", serif;
  font-size: 20px;
  font-weight: 500;
  color: #15191D;
  text-transform: uppercase;
}
body .wpcf7-form > .formElementWrap > .formElement:first-child {
  width: 200px;
}
body .wpcf7-form > .formElementWrap > .formElement:last-child {
  width: calc(100% - 220px);
}
body .wpcf7-form > .formElementWrap > .formElement .wpcf7-list-item {
  margin: 0;
}
body .wpcf7-form .wpcf7-checkbox > .wpcf7-list-item,
body .wpcf7-form .wpcf7-radio > .wpcf7-list-item {
  margin: 10px 0 !important;
  display: block;
}
body .wpcf7-form .formElementSubmit {
  float: right;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
body .wpcf7-form .formElementSubmit > input[type=submit] {
  border: 3px solid #F0F0F0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 5px 20px;
  font-family: "Jost", serif;
  font-size: 20px;
  color: #15191D;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
}
body .wpcf7-form .formElementSubmit > .ajax-loader {
  display: none;
}
body .wpcf7-form .codedropz-upload-wrapper {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
}
body .wpcf7-form .codedropz-upload-wrapper a {
  text-decoration: underline;
  font-weight: 500;
  color: #15191D;
  border: none !important;
  padding: 0;
  margin: 0;
}
body .wpcf7-form .codedropz-upload-wrapper .codedropz-upload-container {
  padding: 30px;
}
body .wpcf7-form .codedropz-upload-wrapper .codedropz-upload-container .codedropz-upload-inner {
  white-space: unset;
}
body .wpcf7-form .codedropz-upload-wrapper .codedropz-upload-container .codedropz-upload-inner span {
  display: block;
}
body .wpcf7-form .wpcf7-acceptance {
  font-size: 16px;
}
body .wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label {
  display: block;
  width: 100%;
  clear: both;
}
body .wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label > input {
  float: left;
}
body .wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label > span {
  display: inline-block;
  width: calc(100% - 60px);
  float: left;
  margin-left: 20px;
  margin-top: -4px;
}
body label .required {
  color: #005A4E;
  padding-left: 5px;
}
body .error-message {
  color: #005A4E;
  font-size: 13px;
}
body .formElement label {
  padding-bottom: 5px;
  display: inline-block;
}

/* --------------------------------------- Anfrageformular --------------------------------------- */
body.angebotsanfrage .wpcf7-form,
.inquiry_form {
  display: block;
}

#inquiryform,
.formlayout {
  display: block;
  width: 100%;
}
#inquiryform p,
.formlayout p {
  padding: 0;
  margin: 0;
}
#inquiryform .wpcf7-checkbox > .wpcf7-list-item,
.formlayout .wpcf7-checkbox > .wpcf7-list-item {
  display: inline-block;
  margin: 0 10px !important;
}
#inquiryform .wpcf7-checkbox > .wpcf7-list-item.first,
.formlayout .wpcf7-checkbox > .wpcf7-list-item.first {
  margin-left: 0 !important;
}
#inquiryform .wpcf7-checkbox > .wpcf7-list-item.last,
.formlayout .wpcf7-checkbox > .wpcf7-list-item.last {
  margin-right: 0 !important;
}
#inquiryform .wpcf7-checkbox > .wpcf7-list-item > label,
.formlayout .wpcf7-checkbox > .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#inquiryform .wpcf7-form-control-wrap.Webseite textarea,
.formlayout .wpcf7-form-control-wrap.Webseite textarea {
  height: 70px;
}
#inquiryform .toggle-wrapper,
.formlayout .toggle-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#inquiryform .toggle-wrapper > button.toggle,
.formlayout .toggle-wrapper > button.toggle {
  cursor: pointer;
  min-width: 100px;
  padding: 15px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #15191D;
  background: #ffffff;
  border: 2px solid #005A4E;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
#inquiryform .toggle-wrapper > button.toggle:last-child,
.formlayout .toggle-wrapper > button.toggle:last-child {
  border-left: none;
}
#inquiryform .toggle-wrapper > button.toggle:hover, #inquiryform .toggle-wrapper > button.toggle.active,
.formlayout .toggle-wrapper > button.toggle:hover,
.formlayout .toggle-wrapper > button.toggle.active {
  background: #005A4E;
}
#inquiryform .if-elem,
#inquiryform .formlayout-elem,
.formlayout .if-elem,
.formlayout .formlayout-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
#inquiryform .if-elem p,
#inquiryform .formlayout-elem p,
.formlayout .if-elem p,
.formlayout .formlayout-elem p {
  width: 100%;
}
#inquiryform .if-elem-hl,
#inquiryform .formlayout-elem-hl,
.formlayout .if-elem-hl,
.formlayout .formlayout-elem-hl {
  width: 100%;
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 5px;
}
#inquiryform .inquiryform-center,
#inquiryform .formlayout-center,
.formlayout .inquiryform-center,
.formlayout .formlayout-center {
  text-align: center;
  margin-top: 30px;
}
#inquiryform .formgrid-2,
.formlayout .formgrid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
  width: 100%;
}
#inquiryform .inquiryform-onlineshop,
#inquiryform .inquiryform-interview,
#inquiryform .inquiryform-moreinfo,
.formlayout .inquiryform-onlineshop,
.formlayout .inquiryform-interview,
.formlayout .inquiryform-moreinfo {
  display: none;
  margin-top: 40px;
}
#inquiryform .toggleContent,
.formlayout .toggleContent {
  display: none;
  margin-top: 20px;
}
#inquiryform .oneRow,
.formlayout .oneRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#inquiryform .oneRow .formlayout-elem-hl,
#inquiryform .oneRow p,
.formlayout .oneRow .formlayout-elem-hl,
.formlayout .oneRow p {
  display: inline-block;
  width: auto;
}
#inquiryform .oneRow .wpcf7-list-item > label,
.formlayout .oneRow .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#inquiryform .oneRow .wpcf7-list-item > label > input,
.formlayout .oneRow .wpcf7-list-item > label > input {
  margin: 0 10px;
}
#inquiryform .oneRow .wpcf7-list-item > label > span,
.formlayout .oneRow .wpcf7-list-item > label > span {
  white-space: nowrap;
}

/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
@media screen and (max-width: 900px) {
  #inquiryform .formgrid-2,
  .formlayout .formgrid-2 {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2020, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2021-11-29
 */
section.block {
  margin: 0;
  padding: 100px 0;
  position: relative;
  color: #15191D;
}
section.block.sameBGbefore {
  padding-top: 0;
}
section.block.background-color-block_bg_1 {
  color: #ffffff;
  background: #005A4E;
}
section.block.background-color-block_bg_1 h1, section.block.background-color-block_bg_1 h2, section.block.background-color-block_bg_1 h3, section.block.background-color-block_bg_1 h4, section.block.background-color-block_bg_1 h5 {
  color: #ffffff;
}
section.block.background-color-block_bg_2 {
  color: #ffffff;
  background: url(img/background.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
section.block.background-color-block_bg_2 h1, section.block.background-color-block_bg_2 h2, section.block.background-color-block_bg_2 h3, section.block.background-color-block_bg_2 h4, section.block.background-color-block_bg_2 h5 {
  color: #ffffff;
}
section.block.background-color-block_bg_3 {
  background: transparent linear-gradient(180deg, #009171 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
section.block .content-container {
  position: relative;
  z-index: 2;
}
section.block .block_headline {
  display: block;
  padding-bottom: 30px;
  text-align: center;
}

/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
@media screen and (max-width: 786px) {
  section.block {
    padding: 40px 0;
  }
}
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2023, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2023-06-21
 */
section.block.banner {
  position: relative;
  padding: 0;
  margin: 0 0 20px 0;
  height: 80vh;
  min-height: 600px;
  max-height: 1200px;
}
section.block.banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #ffffff;
  background-image: url(img/kompass.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 5;
}
section.block.banner > .bannerWrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
section.block.banner > .bannerWrapper .ivy-area_image {
  display: block;
  width: auto;
  min-width: 100vw;
  max-width: unset;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: left;
  z-index: 1;
}
section.block.banner > .bannerWrapper .ivy-area_video {
  z-index: 1;
}
section.block.banner > .bannerWrapper .ivy-area_youtube {
  z-index: 1;
}
section.block.banner > .bannerWrapper > .ivy-area-content {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.block.banner > .bannerWrapper > .ivy-area-content > .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
section.block.banner > .bannerWrapper > .ivy-area-content > .content-container > .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 740px;
  text-align: center;
}
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
@media screen and (max-width: 1025px) {
  section.block.banner:after {
    width: 150px;
    height: 150px;
  }
  section.block.banner > .bannerWrapper > .ivy-area-content {
    top: 40%;
    padding-bottom: 100px;
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9019607843) 100%) 0% 0% no-repeat padding-box;
  }
  section.block.banner > .bannerWrapper > .ivy-area-content > .content-container {
    justify-content: flex-end;
  }
  section.block.banner > .bannerWrapper > .ivy-area-content > .content-container > .text-container {
    width: 100%;
    max-width: unset;
  }
}
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
@media screen and (max-width: 786px) {
  section.block.banner:after {
    width: 100px;
    height: 100px;
  }
  section.block.banner > .bannerWrapper > .ivy-area-content {
    padding-bottom: 75px;
  }
}
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2022, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2022-02-14
 */
section.block.faq > .content-container > .gridWrapper > .grid > .grid-content {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 70px;
  padding: 15px 0 15px 30px;
  box-sizing: border-box;
}
section.block.faq > .content-container > .gridWrapper > .grid > .grid-content:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 70px;
  background-image: url(img/fragezeichen.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2022, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2022-02-14
 */
section.block.freebee {
  overflow: hidden;
}
section.block.freebee > .content-container .gridWrapper {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.block.freebee > .content-container .gridWrapper.image-text {
  justify-content: flex-end;
}
section.block.freebee > .content-container .gridWrapper.image-text > .grid.image-container {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  left: 0;
}
section.block.freebee > .content-container .gridWrapper.image-text > .grid.text-container {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
section.block.freebee > .content-container .gridWrapper.text-image > .grid.image-container {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  right: 0;
}
section.block.freebee > .content-container .gridWrapper.text-image > .grid.text-container {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
section.block.freebee > .content-container .gridWrapper > .grid.image-container {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  overflow: hidden;
  height: auto;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
section.block.freebee > .content-container .gridWrapper > .grid.image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
section.block.freebee > .content-container .gridWrapper > .grid.text-container {
  text-align: center;
}
section.block.freebee > .content-container .gridWrapper > .grid.text-container > .grid-content {
  padding: 30px 0;
}
section.block.freebee > .content-container .gridWrapper > .grid.text-container > .grid-content h3 {
  margin-top: 5px;
  color: #ffffff;
}
section.block.freebee > .content-container .gridWrapper > .grid.text-container > .grid-content .text {
  margin-top: 30px;
  color: #ffffff;
}
section.block.freebee > .content-container .background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  max-width: unset;
  transform: translateX(-50%);
  object-position: center;
  object-fit: cover;
}

/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
@media screen and (max-width: 786px) {
  section.block.freebee > .content-container .gridWrapper > .grid.image-container {
    position: unset;
    transform: translateY(40px);
  }
}
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2022, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2022-11-04
 */
section.block.reviews > .content-container .splide {
  overflow: hidden;
  position: relative;
  padding: 0 40px;
}
section.block.reviews > .content-container .splide .splide__track > .splide__list > .splide__slide > .review-content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #005A4E;
  border-radius: 0px 20px;
  background: #ffffff;
  padding: 120px 40px 40px 40px;
  margin-top: 75px;
  text-align: center;
}
section.block.reviews > .content-container .splide .splide__track > .splide__list > .splide__slide > .review-content > span {
  display: block;
}
section.block.reviews > .content-container .splide .splide__track > .splide__list > .splide__slide > .review-content > a {
  margin-top: 20px;
}
section.block.reviews > .content-container .splide .splide__track > .splide__list > .splide__slide > .review-content > .review-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #005A4E;
  object-fit: cover;
  object-position: center;
}
section.block.reviews > .content-container .splide__pagination {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-top: 40px;
}
section.block.reviews > .content-container .splide__pagination > li > .splide__pagination__page {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #005A4E;
  opacity: 1 !important;
  background: transparent !important;
  box-sizing: border-box;
  transform: unset !important;
}
section.block.reviews > .content-container .splide__pagination > li > .splide__pagination__page.is-active {
  background: #009171 !important;
}
section.block.reviews > .content-container .splide__arrows > .splide__arrow {
  position: absolute;
  top: calc(50% + 37.5px - 15px);
  width: 15px;
  height: 30px;
  cursor: pointer;
  background-color: transparent;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0 !important;
}
section.block.reviews > .content-container .splide__arrows > .splide__arrow.splide__arrow--prev {
  left: 0;
  transform: rotate(180deg);
}
section.block.reviews > .content-container .splide__arrows > .splide__arrow.splide__arrow--next {
  right: 0;
}

/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2022, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2022-11-04
 */
section.block.teaser > .content-container > .gridWrapper > .grid > .grid-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  background: #ffffff;
  border: 2px solid #005A4E;
  border-radius: 0 20px;
  padding: 20px;
  text-align: center;
  color: #15191D;
}
section.block.teaser > .content-container > .gridWrapper > .grid > .grid-content > .count {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background: #005A4E;
  border-radius: 0 0 20px 0;
}

/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2022, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2022-02-14
 */
section.block.text > .content-container > .gridWrapper > .grid > .grid-content .button {
  margin-top: 15px;
}
section.block.text > .content-container.default .block_headline {
  text-align: left;
}
section.block.text > .content-container.center .block_headline {
  text-align: center;
}
section.block.text > .content-container.center > .gridWrapper > .grid > .grid-content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.block.text > .content-container.fullwidth {
  max-width: 1200px;
}

/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2022, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2022-02-14
 */
section.block.text-and-image {
  overflow: hidden;
}
section.block.text-and-image > .content-container .gridWrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.block.text-and-image > .content-container .gridWrapper.image-text {
  justify-content: flex-end;
}
section.block.text-and-image > .content-container .gridWrapper.image-text > .grid.image-container {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
section.block.text-and-image > .content-container .gridWrapper.image-text > .grid.text-container {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
section.block.text-and-image > .content-container .gridWrapper.text-image > .grid.image-container {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
section.block.text-and-image > .content-container .gridWrapper.text-image > .grid.text-container {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
section.block.text-and-image > .content-container .gridWrapper > .grid.image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
section.block.text-and-image > .content-container .gridWrapper > .grid.text-container {
  text-align: center;
}
section.block.text-and-image > .content-container .gridWrapper > .grid.text-container > .grid-content {
  padding: 30px 0;
}
section.block.text-and-image > .content-container .gridWrapper > .grid.text-container > .grid-content h3 {
  margin-top: 5px;
}
section.block.text-and-image > .content-container .gridWrapper > .grid.text-container > .grid-content .text {
  margin-top: 30px;
}
section.block.text-and-image > .content-container .gridWrapper > .grid.text-container > .grid-content .button {
  margin-top: 30px;
}
section.block.text-and-image.layout-default > .content-container .gridWrapper > .grid.image-container {
  position: relative;
  overflow: hidden;
  height: auto;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
section.block.text-and-image.layout-fullimage > .content-container {
  position: unset;
}
section.block.text-and-image.layout-fullimage > .content-container .gridWrapper > .grid.image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: -1;
}
section.block.text-and-image.layout-fullimage > .content-container .gridWrapper > .grid.image-container img {
  width: 100vw;
  max-width: unset;
  transform: translateX(-50%);
}

/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
@media screen and (max-width: 786px) {
  section.block.text-and-image.big {
    padding-bottom: 10px;
  }
  section.block.text-and-image > .content-container .gridWrapper.image-text > .grid.image-container.big img, section.block.text-and-image > .content-container .gridWrapper.text-image > .grid.image-container.big img {
    width: 100vw;
    margin-left: -10px;
    left: unset !important;
  }
}
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2022, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2022-11-25
 */
section.block.video > .content-container > .gridWrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.block.video > .content-container > .gridWrapper > .grid > .grid-content {
  box-sizing: border-box;
  height: 100%;
}
section.block.video > .content-container > .gridWrapper > .grid > .grid-content > h3 {
  margin-bottom: 10px;
}
section.block.video > .content-container > .gridWrapper > .grid > .grid-content > .video-container > video {
  width: 100%;
  height: auto;
}
section.block.video > .content-container > .gridWrapper > .grid > .grid-content > .youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
section.block.video > .content-container > .gridWrapper > .grid > .grid-content > .youtube-container > iframe,
section.block.video > .content-container > .gridWrapper > .grid > .grid-content > .youtube-container > object,
section.block.video > .content-container > .gridWrapper > .grid > .grid-content > .youtube-container > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2022, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2022-05-25
 */
/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/**
 * creative feat Theme
 *
 * @abstract
 * @author 	Bastian Schröder <bastian@creative-feat.com>
 * @author 	Marvin Landau <marvin@creative-feat.com>
 * @copyright Copyright (c) 2022, creative feat GmbH
 * @package cf-wp-theme-template
 * @version 2022-11-07
 */
.content.news {
  margin: 50px 0;
  position: relative;
}
.content.news .posts > .gridWrapper > .grid > .grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
  background: #F0F0F0;
}
.content.news .posts > .gridWrapper > .grid > .grid-content > .news-img {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.content.news .posts > .gridWrapper > .grid > .grid-content > .news-text {
  padding: 50px 30px;
}
.content.news .posts > .gridWrapper > .grid > .grid-content > .news-text > h3 {
  margin-bottom: 30px;
}
.content.news .posts > .gridWrapper > .grid > .grid-content > .news-text > a {
  color: #005A4E;
  font-style: italic;
  margin-top: 30px;
}
.content.news .pagination-container {
  margin-top: 50px;
}
.content.news .pagination-container > .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}
.content.news .pagination-container > .pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  background: #F0F0F0;
  color: #15191D;
  box-sizing: border-box;
}
.content.news .pagination-container > .pagination .page-numbers.current {
  background: #005A4E;
}
.content.news .pagination-container > .pagination .page-numbers.prev {
  font-size: 0px !important;
  background-color: transparent;
  background-image: url(img/arrow_button_prev.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.content.news .pagination-container > .pagination .page-numbers.next {
  font-size: 0px !important;
  background-color: transparent;
  background-image: url(img/arrow_button_for.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.content.news .pagination-container > .pagination .page-numbers.deco {
  opacity: 0.5;
}
.content.news-single .content-container > .button {
  margin-bottom: 50px;
}
.content.news-single .content-container > .gridWrapper > .grid > .grid-content {
  height: 100%;
}
.content.news-single .content-container time {
  display: block;
  color: #005A4E;
  font-style: italic;
  margin-bottom: 20px;
}
.content.news-single .content-container .single-content h3 {
  margin-bottom: 20px;
}
.content.news-single .content-container .event-content,
.content.news-single .content-container .downloads-content {
  background: #F0F0F0;
  height: 100%;
  padding: 20px;
}
.content.news-single .content-container .event-content > h3,
.content.news-single .content-container .downloads-content > h3 {
  display: block;
  text-align: center;
  border-bottom: 1px solid #15191D;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.content.news-single .content-container .event-content > ul > li > a.downloadlink,
.content.news-single .content-container .downloads-content > ul > li > a.downloadlink {
  background: url(img/button_download.svg) no-repeat right 0 center;
  background-size: 34px;
  padding-right: 40px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
/* ------------------------------------ std_small_width [sm] ------------------------------------ */

/*# sourceMappingURL=default.css.map */
