@import "reset.css";
@import "fonts.css";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* remove standard-styles */
@import "../fonts/ichschaffs_icomoon/style.css";
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
input,
textarea,
keygen,
select,
button {
  font-family: 'Raleway', Helvetica, Arial, FreeSans, sans-serif;
  font-size: 16px;
}
label {
  font-weight: 800;
}
textarea,
input[type=text],
input[type=email],
select,
.form_btn {
  width: 100%;
  border: 1px solid #E8E5E4;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
  background-color: #FFF;
  padding: 14px;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
input[type=submit] {
  border: none;
  outline: none;
}
img.ajax-loader {
  float: left;
  margin-top: 20px;
}
div.wpcf7-response-output {
  background-color: #F04B41;
  color: #FFF;
  border: none !important;
  padding: 10px !important;
  margin: 0 !important;
}
div.wpcf7-mail-sent-ok {
  background-color: #093;
}
span.wpcf7-list-item {
  margin: 0;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  display: none;
}
select {
  width: auto;
  display: block;
  min-width: 100%;
  max-width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M21.51 14.246L16 19.755l-5.51-5.509z' fill='%239a9a9a'/%3E%3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 25px ;
}
.form_row {
  margin-bottom: 20px;
}
.form_flex {
  gap: 20px;
  display: flex;
}
/* remove standard-styles */
input[type='checkbox'],
input[type='radio'],
input[type='file'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
.check-box,
.radio-box,
.wpcf7-checkbox,
.wpcf7-radio,
.wpcf7-acceptance {
  position: relative;
  /* hide standard inputs */
}
.check-box .wpcf7-list-item-label,
.radio-box .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label,
.check-box .label,
.radio-box .label,
.wpcf7-checkbox .label,
.wpcf7-radio .label,
.wpcf7-acceptance .label {
  margin: 0;
  margin-right: 10px;
  display: block;
  margin-bottom: 10px;
}
.check-box input[type='checkbox']:checked,
.radio-box input[type='checkbox']:checked,
.wpcf7-checkbox input[type='checkbox']:checked,
.wpcf7-radio input[type='checkbox']:checked,
.wpcf7-acceptance input[type='checkbox']:checked,
.check-box input[type='checkbox']:not(:checked),
.radio-box input[type='checkbox']:not(:checked),
.wpcf7-checkbox input[type='checkbox']:not(:checked),
.wpcf7-radio input[type='checkbox']:not(:checked),
.wpcf7-acceptance input[type='checkbox']:not(:checked),
.check-box input[type='radio']:checked,
.radio-box input[type='radio']:checked,
.wpcf7-checkbox input[type='radio']:checked,
.wpcf7-radio input[type='radio']:checked,
.wpcf7-acceptance input[type='radio']:checked,
.check-box input[type='radio']:not(:checked),
.radio-box input[type='radio']:not(:checked),
.wpcf7-checkbox input[type='radio']:not(:checked),
.wpcf7-radio input[type='radio']:not(:checked),
.wpcf7-acceptance input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: -1;
  position: absolute;
}
.check-box input[type='checkbox'] + .wpcf7-list-item-label,
.radio-box input[type='checkbox'] + .wpcf7-list-item-label,
.wpcf7-checkbox input[type='checkbox'] + .wpcf7-list-item-label,
.wpcf7-radio input[type='checkbox'] + .wpcf7-list-item-label,
.wpcf7-acceptance input[type='checkbox'] + .wpcf7-list-item-label,
.check-box input[type='radio'] + .wpcf7-list-item-label,
.radio-box input[type='radio'] + .wpcf7-list-item-label,
.wpcf7-checkbox input[type='radio'] + .wpcf7-list-item-label,
.wpcf7-radio input[type='radio'] + .wpcf7-list-item-label,
.wpcf7-acceptance input[type='radio'] + .wpcf7-list-item-label,
.check-box input[type='checkbox'] + .label,
.radio-box input[type='checkbox'] + .label,
.wpcf7-checkbox input[type='checkbox'] + .label,
.wpcf7-radio input[type='checkbox'] + .label,
.wpcf7-acceptance input[type='checkbox'] + .label,
.check-box input[type='radio'] + .label,
.radio-box input[type='radio'] + .label,
.wpcf7-checkbox input[type='radio'] + .label,
.wpcf7-radio input[type='radio'] + .label,
.wpcf7-acceptance input[type='radio'] + .label {
  cursor: pointer;
  padding-left: 30px;
}
.check-box input[type='checkbox'] + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox'] + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox'] + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='checkbox'] + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='checkbox'] + .wpcf7-list-item-label::before,
.check-box input[type='radio'] + .wpcf7-list-item-label::before,
.radio-box input[type='radio'] + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio'] + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='radio'] + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='radio'] + .wpcf7-list-item-label::before,
.check-box input[type='checkbox'] + .label::before,
.radio-box input[type='checkbox'] + .label::before,
.wpcf7-checkbox input[type='checkbox'] + .label::before,
.wpcf7-radio input[type='checkbox'] + .label::before,
.wpcf7-acceptance input[type='checkbox'] + .label::before,
.check-box input[type='radio'] + .label::before,
.radio-box input[type='radio'] + .label::before,
.wpcf7-checkbox input[type='radio'] + .label::before,
.wpcf7-radio input[type='radio'] + .label::before,
.wpcf7-acceptance input[type='radio'] + .label::before {
  content: '';
  box-sizing: border-box;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-family: 'ichschaffs_icomoon' !important;
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 1;
  line-height: 1;
  transition: color 0.1s ease-in;
  color: #000;
  line-height: 22px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  border: 1px solid #E8E5E4;
  margin-right: 0.6em;
}
.check-box input[type=radio]:checked + .wpcf7-list-item-label::before,
.radio-box input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label::before,
.check-box input[type=radio]:not(:checked) + .wpcf7-list-item-label::before,
.radio-box input[type=radio]:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=radio]:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-radio input[type=radio]:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type=radio]:not(:checked) + .wpcf7-list-item-label::before,
.check-box input[type=radio]:checked + .label::before,
.radio-box input[type=radio]:checked + .label::before,
.wpcf7-checkbox input[type=radio]:checked + .label::before,
.wpcf7-radio input[type=radio]:checked + .label::before,
.wpcf7-acceptance input[type=radio]:checked + .label::before,
.check-box input[type=radio]:not(:checked) + .label::before,
.radio-box input[type=radio]:not(:checked) + .label::before,
.wpcf7-checkbox input[type=radio]:not(:checked) + .label::before,
.wpcf7-radio input[type=radio]:not(:checked) + .label::before,
.wpcf7-acceptance input[type=radio]:not(:checked) + .label::before {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.check-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.check-box input[type='radio']:checked + .wpcf7-list-item-label::before,
.radio-box input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='radio']:checked + .wpcf7-list-item-label::before,
.check-box input[type='checkbox']:checked + .label::before,
.radio-box input[type='checkbox']:checked + .label::before,
.wpcf7-checkbox input[type='checkbox']:checked + .label::before,
.wpcf7-radio input[type='checkbox']:checked + .label::before,
.wpcf7-acceptance input[type='checkbox']:checked + .label::before,
.check-box input[type='radio']:checked + .label::before,
.radio-box input[type='radio']:checked + .label::before,
.wpcf7-checkbox input[type='radio']:checked + .label::before,
.wpcf7-radio input[type='radio']:checked + .label::before,
.wpcf7-acceptance input[type='radio']:checked + .label::before {
  content: "\e901";
}
.message {
  padding: 15px;
  background-color: #FFE472;
  margin-bottom: 20px;
}
.success {
  background-color: #bcde8b;
}
/**
 * Defines a for-each mixin, to loop over a list
 */
.has-orange-background-color,
a.has-orange-background-color {
  background-color: #F04B41 !important;
}
.has-orange-color,
a.has-orange-color,
.has-orange-color > *,
.has-orange-color *,
.has-orange-color.wp-block-button__link {
  color: #F04B41;
}
.has-orange-border-color {
  border-color: #F04B41;
}
.wp-block-button.is-style-arrow a.has-orange-background-color:before {
  background-color: #F04B41 !important;
}
.has-orangelight-background-color,
a.has-orangelight-background-color {
  background-color: #FE7866 !important;
}
.has-orangelight-color,
a.has-orangelight-color,
.has-orangelight-color > *,
.has-orangelight-color *,
.has-orangelight-color.wp-block-button__link {
  color: #FE7866;
}
.has-orangelight-border-color {
  border-color: #FE7866;
}
.wp-block-button.is-style-arrow a.has-orangelight-background-color:before {
  background-color: #FE7866 !important;
}
.has-yellow-background-color,
a.has-yellow-background-color {
  background-color: #F5CB40 !important;
}
.has-yellow-color,
a.has-yellow-color,
.has-yellow-color > *,
.has-yellow-color *,
.has-yellow-color.wp-block-button__link {
  color: #F5CB40;
}
.has-yellow-border-color {
  border-color: #F5CB40;
}
.wp-block-button.is-style-arrow a.has-yellow-background-color:before {
  background-color: #F5CB40 !important;
}
.has-yellowlight-background-color,
a.has-yellowlight-background-color {
  background-color: #FFE472 !important;
}
.has-yellowlight-color,
a.has-yellowlight-color,
.has-yellowlight-color > *,
.has-yellowlight-color *,
.has-yellowlight-color.wp-block-button__link {
  color: #FFE472;
}
.has-yellowlight-border-color {
  border-color: #FFE472;
}
.wp-block-button.is-style-arrow a.has-yellowlight-background-color:before {
  background-color: #FFE472 !important;
}
.has-grey-background-color,
a.has-grey-background-color {
  background-color: #E8E5E4 !important;
}
.has-grey-color,
a.has-grey-color,
.has-grey-color > *,
.has-grey-color *,
.has-grey-color.wp-block-button__link {
  color: #E8E5E4;
}
.has-grey-border-color {
  border-color: #E8E5E4;
}
.wp-block-button.is-style-arrow a.has-grey-background-color:before {
  background-color: #E8E5E4 !important;
}
.has-greylight-background-color,
a.has-greylight-background-color {
  background-color: #F4F2F2 !important;
}
.has-greylight-color,
a.has-greylight-color,
.has-greylight-color > *,
.has-greylight-color *,
.has-greylight-color.wp-block-button__link {
  color: #F4F2F2;
}
.has-greylight-border-color {
  border-color: #F4F2F2;
}
.wp-block-button.is-style-arrow a.has-greylight-background-color:before {
  background-color: #F4F2F2 !important;
}
.has-bluegrey-background-color,
a.has-bluegrey-background-color {
  background-color: #163746 !important;
}
.has-bluegrey-color,
a.has-bluegrey-color,
.has-bluegrey-color > *,
.has-bluegrey-color *,
.has-bluegrey-color.wp-block-button__link {
  color: #163746;
}
.has-bluegrey-border-color {
  border-color: #163746;
}
.wp-block-button.is-style-arrow a.has-bluegrey-background-color:before {
  background-color: #163746 !important;
}
.has-bluegreylight-background-color,
a.has-bluegreylight-background-color {
  background-color: #385A67 !important;
}
.has-bluegreylight-color,
a.has-bluegreylight-color,
.has-bluegreylight-color > *,
.has-bluegreylight-color *,
.has-bluegreylight-color.wp-block-button__link {
  color: #385A67;
}
.has-bluegreylight-border-color {
  border-color: #385A67;
}
.wp-block-button.is-style-arrow a.has-bluegreylight-background-color:before {
  background-color: #385A67 !important;
}
.has-blue-background-color,
a.has-blue-background-color {
  background-color: #517F91 !important;
}
.has-blue-color,
a.has-blue-color,
.has-blue-color > *,
.has-blue-color *,
.has-blue-color.wp-block-button__link {
  color: #517F91;
}
.has-blue-border-color {
  border-color: #517F91;
}
.wp-block-button.is-style-arrow a.has-blue-background-color:before {
  background-color: #517F91 !important;
}
.has-bluelight-background-color,
a.has-bluelight-background-color {
  background-color: #C8DBE2 !important;
}
.has-bluelight-color,
a.has-bluelight-color,
.has-bluelight-color > *,
.has-bluelight-color *,
.has-bluelight-color.wp-block-button__link {
  color: #C8DBE2;
}
.has-bluelight-border-color {
  border-color: #C8DBE2;
}
.wp-block-button.is-style-arrow a.has-bluelight-background-color:before {
  background-color: #C8DBE2 !important;
}
.has-white-background-color,
a.has-white-background-color {
  background-color: #FFF !important;
}
.has-white-color,
a.has-white-color,
.has-white-color > *,
.has-white-color *,
.has-white-color.wp-block-button__link {
  color: #FFF;
}
.has-white-border-color {
  border-color: #FFF;
}
.wp-block-button.is-style-arrow a.has-white-background-color:before {
  background-color: #FFF !important;
}
.has-black-background-color,
a.has-black-background-color {
  background-color: #000 !important;
}
.has-black-color,
a.has-black-color,
.has-black-color > *,
.has-black-color *,
.has-black-color.wp-block-button__link {
  color: #000;
}
.has-black-border-color {
  border-color: #000;
}
.wp-block-button.is-style-arrow a.has-black-background-color:before {
  background-color: #000 !important;
}
.has-orange-background-color,
a.has-orange-background-color {
  background-color: #F04B41 !important;
}
.has-orange-color,
a.has-orange-color,
.has-orange-color > *,
.has-orange-color *,
.has-orange-color.wp-block-button__link {
  color: #F04B41;
}
.has-orange-border-color {
  border-color: #F04B41;
}
.wp-block-button.is-style-arrow a.has-orange-background-color:before {
  background-color: #F04B41 !important;
}
.has-orangelight-background-color,
a.has-orangelight-background-color {
  background-color: #FE7866 !important;
}
.has-orangelight-color,
a.has-orangelight-color,
.has-orangelight-color > *,
.has-orangelight-color *,
.has-orangelight-color.wp-block-button__link {
  color: #FE7866;
}
.has-orangelight-border-color {
  border-color: #FE7866;
}
.wp-block-button.is-style-arrow a.has-orangelight-background-color:before {
  background-color: #FE7866 !important;
}
.has-yellow-background-color,
a.has-yellow-background-color {
  background-color: #F5CB40 !important;
}
.has-yellow-color,
a.has-yellow-color,
.has-yellow-color > *,
.has-yellow-color *,
.has-yellow-color.wp-block-button__link {
  color: #F5CB40;
}
.has-yellow-border-color {
  border-color: #F5CB40;
}
.wp-block-button.is-style-arrow a.has-yellow-background-color:before {
  background-color: #F5CB40 !important;
}
.has-yellowlight-background-color,
a.has-yellowlight-background-color {
  background-color: #FFE472 !important;
}
.has-yellowlight-color,
a.has-yellowlight-color,
.has-yellowlight-color > *,
.has-yellowlight-color *,
.has-yellowlight-color.wp-block-button__link {
  color: #FFE472;
}
.has-yellowlight-border-color {
  border-color: #FFE472;
}
.wp-block-button.is-style-arrow a.has-yellowlight-background-color:before {
  background-color: #FFE472 !important;
}
.has-grey-background-color,
a.has-grey-background-color {
  background-color: #E8E5E4 !important;
}
.has-grey-color,
a.has-grey-color,
.has-grey-color > *,
.has-grey-color *,
.has-grey-color.wp-block-button__link {
  color: #E8E5E4;
}
.has-grey-border-color {
  border-color: #E8E5E4;
}
.wp-block-button.is-style-arrow a.has-grey-background-color:before {
  background-color: #E8E5E4 !important;
}
.has-greylight-background-color,
a.has-greylight-background-color {
  background-color: #F4F2F2 !important;
}
.has-greylight-color,
a.has-greylight-color,
.has-greylight-color > *,
.has-greylight-color *,
.has-greylight-color.wp-block-button__link {
  color: #F4F2F2;
}
.has-greylight-border-color {
  border-color: #F4F2F2;
}
.wp-block-button.is-style-arrow a.has-greylight-background-color:before {
  background-color: #F4F2F2 !important;
}
.has-bluegrey-background-color,
a.has-bluegrey-background-color {
  background-color: #163746 !important;
}
.has-bluegrey-color,
a.has-bluegrey-color,
.has-bluegrey-color > *,
.has-bluegrey-color *,
.has-bluegrey-color.wp-block-button__link {
  color: #163746;
}
.has-bluegrey-border-color {
  border-color: #163746;
}
.wp-block-button.is-style-arrow a.has-bluegrey-background-color:before {
  background-color: #163746 !important;
}
.has-bluegreylight-background-color,
a.has-bluegreylight-background-color {
  background-color: #385A67 !important;
}
.has-bluegreylight-color,
a.has-bluegreylight-color,
.has-bluegreylight-color > *,
.has-bluegreylight-color *,
.has-bluegreylight-color.wp-block-button__link {
  color: #385A67;
}
.has-bluegreylight-border-color {
  border-color: #385A67;
}
.wp-block-button.is-style-arrow a.has-bluegreylight-background-color:before {
  background-color: #385A67 !important;
}
.has-blue-background-color,
a.has-blue-background-color {
  background-color: #517F91 !important;
}
.has-blue-color,
a.has-blue-color,
.has-blue-color > *,
.has-blue-color *,
.has-blue-color.wp-block-button__link {
  color: #517F91;
}
.has-blue-border-color {
  border-color: #517F91;
}
.wp-block-button.is-style-arrow a.has-blue-background-color:before {
  background-color: #517F91 !important;
}
.has-bluelight-background-color,
a.has-bluelight-background-color {
  background-color: #C8DBE2 !important;
}
.has-bluelight-color,
a.has-bluelight-color,
.has-bluelight-color > *,
.has-bluelight-color *,
.has-bluelight-color.wp-block-button__link {
  color: #C8DBE2;
}
.has-bluelight-border-color {
  border-color: #C8DBE2;
}
.wp-block-button.is-style-arrow a.has-bluelight-background-color:before {
  background-color: #C8DBE2 !important;
}
.has-white-background-color,
a.has-white-background-color {
  background-color: #FFF !important;
}
.has-white-color,
a.has-white-color,
.has-white-color > *,
.has-white-color *,
.has-white-color.wp-block-button__link {
  color: #FFF;
}
.has-white-border-color {
  border-color: #FFF;
}
.wp-block-button.is-style-arrow a.has-white-background-color:before {
  background-color: #FFF !important;
}
.has-black-background-color,
a.has-black-background-color {
  background-color: #000 !important;
}
.has-black-color,
a.has-black-color,
.has-black-color > *,
.has-black-color *,
.has-black-color.wp-block-button__link {
  color: #000;
}
.has-black-border-color {
  border-color: #000;
}
.wp-block-button.is-style-arrow a.has-black-background-color:before {
  background-color: #000 !important;
}
.has-orange-background-color,
a.has-orange-background-color {
  background-color: #F04B41 !important;
}
.has-orange-color,
a.has-orange-color,
.has-orange-color > *,
.has-orange-color *,
.has-orange-color.wp-block-button__link {
  color: #F04B41;
}
.has-orange-border-color {
  border-color: #F04B41;
}
.wp-block-button.is-style-arrow a.has-orange-background-color:before {
  background-color: #F04B41 !important;
}
.has-orangelight-background-color,
a.has-orangelight-background-color {
  background-color: #FE7866 !important;
}
.has-orangelight-color,
a.has-orangelight-color,
.has-orangelight-color > *,
.has-orangelight-color *,
.has-orangelight-color.wp-block-button__link {
  color: #FE7866;
}
.has-orangelight-border-color {
  border-color: #FE7866;
}
.wp-block-button.is-style-arrow a.has-orangelight-background-color:before {
  background-color: #FE7866 !important;
}
.has-yellow-background-color,
a.has-yellow-background-color {
  background-color: #F5CB40 !important;
}
.has-yellow-color,
a.has-yellow-color,
.has-yellow-color > *,
.has-yellow-color *,
.has-yellow-color.wp-block-button__link {
  color: #F5CB40;
}
.has-yellow-border-color {
  border-color: #F5CB40;
}
.wp-block-button.is-style-arrow a.has-yellow-background-color:before {
  background-color: #F5CB40 !important;
}
.has-yellowlight-background-color,
a.has-yellowlight-background-color {
  background-color: #FFE472 !important;
}
.has-yellowlight-color,
a.has-yellowlight-color,
.has-yellowlight-color > *,
.has-yellowlight-color *,
.has-yellowlight-color.wp-block-button__link {
  color: #FFE472;
}
.has-yellowlight-border-color {
  border-color: #FFE472;
}
.wp-block-button.is-style-arrow a.has-yellowlight-background-color:before {
  background-color: #FFE472 !important;
}
.has-grey-background-color,
a.has-grey-background-color {
  background-color: #E8E5E4 !important;
}
.has-grey-color,
a.has-grey-color,
.has-grey-color > *,
.has-grey-color *,
.has-grey-color.wp-block-button__link {
  color: #E8E5E4;
}
.has-grey-border-color {
  border-color: #E8E5E4;
}
.wp-block-button.is-style-arrow a.has-grey-background-color:before {
  background-color: #E8E5E4 !important;
}
.has-greylight-background-color,
a.has-greylight-background-color {
  background-color: #F4F2F2 !important;
}
.has-greylight-color,
a.has-greylight-color,
.has-greylight-color > *,
.has-greylight-color *,
.has-greylight-color.wp-block-button__link {
  color: #F4F2F2;
}
.has-greylight-border-color {
  border-color: #F4F2F2;
}
.wp-block-button.is-style-arrow a.has-greylight-background-color:before {
  background-color: #F4F2F2 !important;
}
.has-bluegrey-background-color,
a.has-bluegrey-background-color {
  background-color: #163746 !important;
}
.has-bluegrey-color,
a.has-bluegrey-color,
.has-bluegrey-color > *,
.has-bluegrey-color *,
.has-bluegrey-color.wp-block-button__link {
  color: #163746;
}
.has-bluegrey-border-color {
  border-color: #163746;
}
.wp-block-button.is-style-arrow a.has-bluegrey-background-color:before {
  background-color: #163746 !important;
}
.has-bluegreylight-background-color,
a.has-bluegreylight-background-color {
  background-color: #385A67 !important;
}
.has-bluegreylight-color,
a.has-bluegreylight-color,
.has-bluegreylight-color > *,
.has-bluegreylight-color *,
.has-bluegreylight-color.wp-block-button__link {
  color: #385A67;
}
.has-bluegreylight-border-color {
  border-color: #385A67;
}
.wp-block-button.is-style-arrow a.has-bluegreylight-background-color:before {
  background-color: #385A67 !important;
}
.has-blue-background-color,
a.has-blue-background-color {
  background-color: #517F91 !important;
}
.has-blue-color,
a.has-blue-color,
.has-blue-color > *,
.has-blue-color *,
.has-blue-color.wp-block-button__link {
  color: #517F91;
}
.has-blue-border-color {
  border-color: #517F91;
}
.wp-block-button.is-style-arrow a.has-blue-background-color:before {
  background-color: #517F91 !important;
}
.has-bluelight-background-color,
a.has-bluelight-background-color {
  background-color: #C8DBE2 !important;
}
.has-bluelight-color,
a.has-bluelight-color,
.has-bluelight-color > *,
.has-bluelight-color *,
.has-bluelight-color.wp-block-button__link {
  color: #C8DBE2;
}
.has-bluelight-border-color {
  border-color: #C8DBE2;
}
.wp-block-button.is-style-arrow a.has-bluelight-background-color:before {
  background-color: #C8DBE2 !important;
}
.has-white-background-color,
a.has-white-background-color {
  background-color: #FFF !important;
}
.has-white-color,
a.has-white-color,
.has-white-color > *,
.has-white-color *,
.has-white-color.wp-block-button__link {
  color: #FFF;
}
.has-white-border-color {
  border-color: #FFF;
}
.wp-block-button.is-style-arrow a.has-white-background-color:before {
  background-color: #FFF !important;
}
.has-black-background-color,
a.has-black-background-color {
  background-color: #000 !important;
}
.has-black-color,
a.has-black-color,
.has-black-color > *,
.has-black-color *,
.has-black-color.wp-block-button__link {
  color: #000;
}
.has-black-border-color {
  border-color: #000;
}
.wp-block-button.is-style-arrow a.has-black-background-color:before {
  background-color: #000 !important;
}
.has-orange-background-color,
a.has-orange-background-color {
  background-color: #F04B41 !important;
}
.has-orange-color,
a.has-orange-color,
.has-orange-color > *,
.has-orange-color *,
.has-orange-color.wp-block-button__link {
  color: #F04B41;
}
.has-orange-border-color {
  border-color: #F04B41;
}
.wp-block-button.is-style-arrow a.has-orange-background-color:before {
  background-color: #F04B41 !important;
}
.has-orangelight-background-color,
a.has-orangelight-background-color {
  background-color: #FE7866 !important;
}
.has-orangelight-color,
a.has-orangelight-color,
.has-orangelight-color > *,
.has-orangelight-color *,
.has-orangelight-color.wp-block-button__link {
  color: #FE7866;
}
.has-orangelight-border-color {
  border-color: #FE7866;
}
.wp-block-button.is-style-arrow a.has-orangelight-background-color:before {
  background-color: #FE7866 !important;
}
.has-yellow-background-color,
a.has-yellow-background-color {
  background-color: #F5CB40 !important;
}
.has-yellow-color,
a.has-yellow-color,
.has-yellow-color > *,
.has-yellow-color *,
.has-yellow-color.wp-block-button__link {
  color: #F5CB40;
}
.has-yellow-border-color {
  border-color: #F5CB40;
}
.wp-block-button.is-style-arrow a.has-yellow-background-color:before {
  background-color: #F5CB40 !important;
}
.has-yellowlight-background-color,
a.has-yellowlight-background-color {
  background-color: #FFE472 !important;
}
.has-yellowlight-color,
a.has-yellowlight-color,
.has-yellowlight-color > *,
.has-yellowlight-color *,
.has-yellowlight-color.wp-block-button__link {
  color: #FFE472;
}
.has-yellowlight-border-color {
  border-color: #FFE472;
}
.wp-block-button.is-style-arrow a.has-yellowlight-background-color:before {
  background-color: #FFE472 !important;
}
.has-grey-background-color,
a.has-grey-background-color {
  background-color: #E8E5E4 !important;
}
.has-grey-color,
a.has-grey-color,
.has-grey-color > *,
.has-grey-color *,
.has-grey-color.wp-block-button__link {
  color: #E8E5E4;
}
.has-grey-border-color {
  border-color: #E8E5E4;
}
.wp-block-button.is-style-arrow a.has-grey-background-color:before {
  background-color: #E8E5E4 !important;
}
.has-greylight-background-color,
a.has-greylight-background-color {
  background-color: #F4F2F2 !important;
}
.has-greylight-color,
a.has-greylight-color,
.has-greylight-color > *,
.has-greylight-color *,
.has-greylight-color.wp-block-button__link {
  color: #F4F2F2;
}
.has-greylight-border-color {
  border-color: #F4F2F2;
}
.wp-block-button.is-style-arrow a.has-greylight-background-color:before {
  background-color: #F4F2F2 !important;
}
.has-bluegrey-background-color,
a.has-bluegrey-background-color {
  background-color: #163746 !important;
}
.has-bluegrey-color,
a.has-bluegrey-color,
.has-bluegrey-color > *,
.has-bluegrey-color *,
.has-bluegrey-color.wp-block-button__link {
  color: #163746;
}
.has-bluegrey-border-color {
  border-color: #163746;
}
.wp-block-button.is-style-arrow a.has-bluegrey-background-color:before {
  background-color: #163746 !important;
}
.has-bluegreylight-background-color,
a.has-bluegreylight-background-color {
  background-color: #385A67 !important;
}
.has-bluegreylight-color,
a.has-bluegreylight-color,
.has-bluegreylight-color > *,
.has-bluegreylight-color *,
.has-bluegreylight-color.wp-block-button__link {
  color: #385A67;
}
.has-bluegreylight-border-color {
  border-color: #385A67;
}
.wp-block-button.is-style-arrow a.has-bluegreylight-background-color:before {
  background-color: #385A67 !important;
}
.has-blue-background-color,
a.has-blue-background-color {
  background-color: #517F91 !important;
}
.has-blue-color,
a.has-blue-color,
.has-blue-color > *,
.has-blue-color *,
.has-blue-color.wp-block-button__link {
  color: #517F91;
}
.has-blue-border-color {
  border-color: #517F91;
}
.wp-block-button.is-style-arrow a.has-blue-background-color:before {
  background-color: #517F91 !important;
}
.has-bluelight-background-color,
a.has-bluelight-background-color {
  background-color: #C8DBE2 !important;
}
.has-bluelight-color,
a.has-bluelight-color,
.has-bluelight-color > *,
.has-bluelight-color *,
.has-bluelight-color.wp-block-button__link {
  color: #C8DBE2;
}
.has-bluelight-border-color {
  border-color: #C8DBE2;
}
.wp-block-button.is-style-arrow a.has-bluelight-background-color:before {
  background-color: #C8DBE2 !important;
}
.has-white-background-color,
a.has-white-background-color {
  background-color: #FFF !important;
}
.has-white-color,
a.has-white-color,
.has-white-color > *,
.has-white-color *,
.has-white-color.wp-block-button__link {
  color: #FFF;
}
.has-white-border-color {
  border-color: #FFF;
}
.wp-block-button.is-style-arrow a.has-white-background-color:before {
  background-color: #FFF !important;
}
.has-black-background-color,
a.has-black-background-color {
  background-color: #000 !important;
}
.has-black-color,
a.has-black-color,
.has-black-color > *,
.has-black-color *,
.has-black-color.wp-block-button__link {
  color: #000;
}
.has-black-border-color {
  border-color: #000;
}
.wp-block-button.is-style-arrow a.has-black-background-color:before {
  background-color: #000 !important;
}
.wp-block-columns {
  --wp--style--block-gap: 86px;
  margin-bottom: var(--wp--style--block-gap, 2em);
  display: flex;
  gap: var(--wp--style--block-gap, 2em) !important;
}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    gap: 35px !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) .has-text-align-right {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .wp-block-columns.is-not-stacked-on-mobile {
    margin-bottom: calc(var(--wp--style--block-gap, 2em) / 2);
    gap: calc(var(--wp--style--block-gap, 2em) / 2) !important;
  }
}
@media (max-width: 480px) {
  .wp-block-columns.is-not-stacked-on-mobile {
    margin-bottom: calc(var(--wp--style--block-gap, 2em) / 3);
    gap: calc(var(--wp--style--block-gap, 2em) / 3) !important;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
/* swiper mod */
.sliderpost_swiper,
.wp-block-ma-blocks-ma-swiper {
  /*bugfix flashing content of next slide*/
}
.sliderpost_swiper .swiper-button-prev,
.wp-block-ma-blocks-ma-swiper .swiper-button-prev,
.sliderpost_swiper .swiper-button-next,
.wp-block-ma-blocks-ma-swiper .swiper-button-next {
  background: none !important;
  color: #FFF;
  padding: 0 ;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
  height: 30px;
  top: calc(50% - 30px);
  margin: 0;
}
.sliderpost_swiper .swiper-button-prev::after,
.wp-block-ma-blocks-ma-swiper .swiper-button-prev::after,
.sliderpost_swiper .swiper-button-next::after,
.wp-block-ma-blocks-ma-swiper .swiper-button-next::after {
  font-family: 'ichschaffs_icomoon' !important;
  speak: never;
  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;
  color: #163746;
  font-size: 32px;
}
.sliderpost_swiper .swiper-button-prev:hover,
.wp-block-ma-blocks-ma-swiper .swiper-button-prev:hover,
.sliderpost_swiper .swiper-button-next:hover,
.wp-block-ma-blocks-ma-swiper .swiper-button-next:hover {
  opacity: 0.8;
}
@media (max-width: 1240px) {
  .sliderpost_swiper .swiper-button-prev,
  .wp-block-ma-blocks-ma-swiper .swiper-button-prev,
  .sliderpost_swiper .swiper-button-next,
  .wp-block-ma-blocks-ma-swiper .swiper-button-next {
    display: none;
  }
}
.sliderpost_swiper .swiper-button-prev,
.wp-block-ma-blocks-ma-swiper .swiper-button-prev,
.sliderpost_swiper .swiper-container-rtl .swiper-button-next,
.wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-next {
  left: -50px;
  right: auto;
}
.sliderpost_swiper .swiper-button-prev:after,
.wp-block-ma-blocks-ma-swiper .swiper-button-prev:after,
.sliderpost_swiper .swiper-container-rtl .swiper-button-next:after,
.wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-next:after {
  content: "\e905";
}
@media (max-width: 1240px) {
  .sliderpost_swiper .swiper-button-prev,
  .wp-block-ma-blocks-ma-swiper .swiper-button-prev,
  .sliderpost_swiper .swiper-container-rtl .swiper-button-next,
  .wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-next {
    left: 10px;
  }
}
.sliderpost_swiper .swiper-button-next,
.wp-block-ma-blocks-ma-swiper .swiper-button-next,
.sliderpost_swiper .swiper-container-rtl .swiper-button-prev,
.wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-prev {
  right: -50px;
  left: auto;
}
.sliderpost_swiper .swiper-button-next:after,
.wp-block-ma-blocks-ma-swiper .swiper-button-next:after,
.sliderpost_swiper .swiper-container-rtl .swiper-button-prev:after,
.wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-prev:after {
  content: "\e906";
}
@media (max-width: 1240px) {
  .sliderpost_swiper .swiper-button-next,
  .wp-block-ma-blocks-ma-swiper .swiper-button-next,
  .sliderpost_swiper .swiper-container-rtl .swiper-button-prev,
  .wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-prev {
    right: 10px;
  }
}
.sliderpost_swiper.alignfull .swiper-button-prev::after,
.wp-block-ma-blocks-ma-swiper.alignfull .swiper-button-prev::after,
.sliderpost_swiper.alignfull .swiper-button-next::after,
.wp-block-ma-blocks-ma-swiper.alignfull .swiper-button-next::after {
  font-size: 20px;
  color: inherit;
}
.sliderpost_swiper.alignfull .swiper-button-prev,
.wp-block-ma-blocks-ma-swiper.alignfull .swiper-button-prev,
.sliderpost_swiper.alignfull .swiper-container-rtl .swiper-button-next,
.wp-block-ma-blocks-ma-swiper.alignfull .swiper-container-rtl .swiper-button-next {
  left: 10px;
}
@media (max-width: 1240px) {
  .sliderpost_swiper.alignfull .swiper-button-prev,
  .wp-block-ma-blocks-ma-swiper.alignfull .swiper-button-prev,
  .sliderpost_swiper.alignfull .swiper-container-rtl .swiper-button-next,
  .wp-block-ma-blocks-ma-swiper.alignfull .swiper-container-rtl .swiper-button-next {
    right: 10px;
  }
}
.sliderpost_swiper.alignfull .swiper-button-next,
.wp-block-ma-blocks-ma-swiper.alignfull .swiper-button-next,
.sliderpost_swiper.alignfull .swiper-container-rtl .swiper-button-prev,
.wp-block-ma-blocks-ma-swiper.alignfull .swiper-container-rtl .swiper-button-prev {
  right: 10px;
}
@media (max-width: 1240px) {
  .sliderpost_swiper.alignfull .swiper-button-next,
  .wp-block-ma-blocks-ma-swiper.alignfull .swiper-button-next,
  .sliderpost_swiper.alignfull .swiper-container-rtl .swiper-button-prev,
  .wp-block-ma-blocks-ma-swiper.alignfull .swiper-container-rtl .swiper-button-prev {
    right: 10px;
  }
}
.sliderpost_swiper .swiper-pagination-bullet-active,
.wp-block-ma-blocks-ma-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F5CB40;
}
.sliderpost_swiper .swiper-pagination-bullets,
.wp-block-ma-blocks-ma-swiper .swiper-pagination-bullets {
  position: relative;
  margin-top: 25px;
  bottom: 10px;
  right: 0 ;
}
.sliderpost_swiper .swiper-pagination-bullets .swiper-pagination-bullet,
.wp-block-ma-blocks-ma-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #385A67;
  border: none;
  opacity: 1;
  margin: 0 6px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.sliderpost_swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.wp-block-ma-blocks-ma-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F5CB40;
}
.sliderpost_swiper .swiper-slide,
.wp-block-ma-blocks-ma-swiper .swiper-slide {
  box-sizing: border-box;
}
.sliderpost_swiper.is-style-boxes .swiper-wrapper-wrapper,
.wp-block-ma-blocks-ma-swiper.is-style-boxes .swiper-wrapper-wrapper {
  padding-bottom: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: -15px;
  box-sizing: border-box;
}
.sliderpost_swiper.is-style-boxes.alignfull .swiper-wrapper-wrapper,
.wp-block-ma-blocks-ma-swiper.is-style-boxes.alignfull .swiper-wrapper-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.sliderpost_swiper.is-style-boxes .swiper-slide,
.wp-block-ma-blocks-ma-swiper.is-style-boxes .swiper-slide {
  background: #163746;
  color: #FFF;
  padding: 50px;
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.wp-block-group.has-background.alignfull .sliderpost_swiper .swiper-button-prev,
.wp-block-group.has-background.alignfull .wp-block-ma-blocks-ma-swiper .swiper-button-prev,
.wp-block-group.has-background.alignfull .sliderpost_swiper .swiper-container-rtl .swiper-button-next,
.wp-block-group.has-background.alignfull .wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-next {
  left: 10px;
}
.wp-block-group.has-background.alignfull .sliderpost_swiper .swiper-button-next,
.wp-block-group.has-background.alignfull .wp-block-ma-blocks-ma-swiper .swiper-button-next,
.wp-block-group.has-background.alignfull .sliderpost_swiper .swiper-container-rtl .swiper-button-prev,
.wp-block-group.has-background.alignfull .wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-prev {
  right: 10px;
}
.wp-block-group.has-background.alignfull .sliderpost_swiper .swiper-button-prev::after,
.wp-block-group.has-background.alignfull .wp-block-ma-blocks-ma-swiper .swiper-button-prev::after,
.wp-block-group.has-background.alignfull .sliderpost_swiper .swiper-button-next::after,
.wp-block-group.has-background.alignfull .wp-block-ma-blocks-ma-swiper .swiper-button-next::after {
  color: inherit;
}
.wp-block-group.has-background:not(.alignfull) .sliderpost_swiper .swiper-button-prev,
.wp-block-group.has-background:not(.alignfull) .wp-block-ma-blocks-ma-swiper .swiper-button-prev,
.wp-block-group.has-background:not(.alignfull) .sliderpost_swiper .swiper-container-rtl .swiper-button-next,
.wp-block-group.has-background:not(.alignfull) .wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-next {
  left: -40px;
}
.wp-block-group.has-background:not(.alignfull) .sliderpost_swiper .swiper-button-next,
.wp-block-group.has-background:not(.alignfull) .wp-block-ma-blocks-ma-swiper .swiper-button-next,
.wp-block-group.has-background:not(.alignfull) .sliderpost_swiper .swiper-container-rtl .swiper-button-prev,
.wp-block-group.has-background:not(.alignfull) .wp-block-ma-blocks-ma-swiper .swiper-container-rtl .swiper-button-prev {
  right: -40px;
}
/* /////////////////////////////////////////////////////////////////////////  accordion //////////////////////////////////////////////////////////////////// */
.ma-block-accordion .ma-accordion-title {
  background-color: #F04B41;
  color: #FFF;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.ma-block-accordion .ma-accordion-title::before {
  font-family: 'ichschaffs_icomoon' !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;
  font-size: 1em;
  content: "\ea10";
  margin-top: 0.15em;
}
.ma-block-accordion .ma-accordion-title:active,
.ma-block-accordion .ma-accordion-title:focus,
.ma-block-accordion .ma-accordion-title:hover {
  background-color: #E8E5E4 !important;
}
.ma-block-accordion.open .ma-accordion-title::before {
  content: "\ea11";
}
.ma-block-accordion .ma-accordion-text {
  background-color: inherit;
  padding: 0;
  padding-bottom: 0;
  padding-top: 20px;
}
.ma-block-accordion + .ma-block-accordion {
  margin-top: 5px;
}
.ma-block-testimonial {
  text-align: left;
  margin-bottom: 30px;
}
.wp-block-group {
  box-sizing: border-box;
  margin-bottom: 35px;
}
.wp-block-group.is-style-shadow_box {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.entry-content > .wp-block-group.alignfull.has-background {
  padding: 60px;
  padding-left: 0;
  padding-right: 0;
}
.group_more_accordeon_split {
  display: none;
}
.group_more_accordeon .wp-block-columns {
  margin-bottom: 10px;
}
.group_more_accordeon .group_more_accordeon_split_button {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ichschaffs_icomoon' !important;
  speak: never;
  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;
  font-size: 30px;
  color: #163746;
  text-align: center;
  display: block;
}
.group_more_accordeon .group_more_accordeon_split_button:before {
  content: "\e904";
}
.group_more_accordeon.open .group_more_accordeon_split_button:before {
  content: "\e907";
}
.wp-block-gallery {
  --wp--style--block-gap: 30px;
  --wp--style--unstable-gallery-gap: 30px;
  --wp--style--gallery-gap-default: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 35px;
}
.wp-block-gallery.is-style-no_gaps {
  --wp--style--block-gap: 0px;
  --wp--style--unstable-gallery-gap: 0px;
  --wp--style--gallery-gap-default: 0px;
  gap: 0;
  margin: 0;
}
.flex-grid,
.wp-block-ma-blocks-block-ma-flex-grid {
  --wp--style--block-gap: 86px;
  margin-bottom: 60px;
  display: flex;
  gap: 60px;
  margin-left: 0;
  margin-right: 0;
}
.flex-grid .flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid .flex-grid-item,
.flex-grid .wp-block-ma-blocks-block-ma-flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid .wp-block-ma-blocks-block-ma-flex-grid-item {
  background-color: #fff;
  margin: 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  margin-left: 0;
  margin-right: 0;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-grid .flex-grid-item:after,
.wp-block-ma-blocks-block-ma-flex-grid .flex-grid-item:after,
.flex-grid .wp-block-ma-blocks-block-ma-flex-grid-item:after,
.wp-block-ma-blocks-block-ma-flex-grid .wp-block-ma-blocks-block-ma-flex-grid-item:after {
  display: none;
}
.flex-grid .flex-grid-item figure:first-child,
.wp-block-ma-blocks-block-ma-flex-grid .flex-grid-item figure:first-child,
.flex-grid .wp-block-ma-blocks-block-ma-flex-grid-item figure:first-child,
.wp-block-ma-blocks-block-ma-flex-grid .wp-block-ma-blocks-block-ma-flex-grid-item figure:first-child {
  margin: -35px;
  margin-bottom: 35px;
}
.flex-grid .flex-grid-item figure:first-child.wp-block-image.is-style-round_cropped img,
.wp-block-ma-blocks-block-ma-flex-grid .flex-grid-item figure:first-child.wp-block-image.is-style-round_cropped img,
.flex-grid .wp-block-ma-blocks-block-ma-flex-grid-item figure:first-child.wp-block-image.is-style-round_cropped img,
.wp-block-ma-blocks-block-ma-flex-grid .wp-block-ma-blocks-block-ma-flex-grid-item figure:first-child.wp-block-image.is-style-round_cropped img {
  clip-path: circle(75% at 73% -4%);
}
.flex-grid .flex-grid-item .wp-block-buttons:last-child,
.wp-block-ma-blocks-block-ma-flex-grid .flex-grid-item .wp-block-buttons:last-child,
.flex-grid .wp-block-ma-blocks-block-ma-flex-grid-item .wp-block-buttons:last-child,
.wp-block-ma-blocks-block-ma-flex-grid .wp-block-ma-blocks-block-ma-flex-grid-item .wp-block-buttons:last-child {
  margin-bottom: -20px;
}
.flex-grid.columns-12 .flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-12 .flex-grid-item,
.flex-grid.columns-12 .wp-block-ma-blocks-block-ma-flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-12 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(8.33333333% - 55px);
}
@media screen and (max-width: 1240px) {
  .flex-grid.columns-12 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-12 .flex-grid-item,
  .flex-grid.columns-12 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-12 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .flex-grid.columns-12 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-12 .flex-grid-item,
  .flex-grid.columns-12 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-12 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.flex-grid.columns-11 .flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-11 .flex-grid-item,
.flex-grid.columns-11 .wp-block-ma-blocks-block-ma-flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-11 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(9.09090909% - 54.54545455px);
}
@media screen and (max-width: 1240px) {
  .flex-grid.columns-11 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-11 .flex-grid-item,
  .flex-grid.columns-11 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-11 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .flex-grid.columns-11 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-11 .flex-grid-item,
  .flex-grid.columns-11 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-11 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.flex-grid.columns-10 .flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-10 .flex-grid-item,
.flex-grid.columns-10 .wp-block-ma-blocks-block-ma-flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-10 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(10% - 54px);
}
@media screen and (max-width: 1240px) {
  .flex-grid.columns-10 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-10 .flex-grid-item,
  .flex-grid.columns-10 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-10 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .flex-grid.columns-10 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-10 .flex-grid-item,
  .flex-grid.columns-10 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-10 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.flex-grid.columns-9 .flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-9 .flex-grid-item,
.flex-grid.columns-9 .wp-block-ma-blocks-block-ma-flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-9 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(11.11111111% - 53.33333333px);
}
@media screen and (max-width: 1240px) {
  .flex-grid.columns-9 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-9 .flex-grid-item,
  .flex-grid.columns-9 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-9 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .flex-grid.columns-9 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-9 .flex-grid-item,
  .flex-grid.columns-9 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-9 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.flex-grid.columns-8 .flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-8 .flex-grid-item,
.flex-grid.columns-8 .wp-block-ma-blocks-block-ma-flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-8 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(12.5% - 52.5px);
}
@media screen and (max-width: 1240px) {
  .flex-grid.columns-8 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-8 .flex-grid-item,
  .flex-grid.columns-8 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-8 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .flex-grid.columns-8 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-8 .flex-grid-item,
  .flex-grid.columns-8 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-8 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.flex-grid.columns-7 .flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-7 .flex-grid-item,
.flex-grid.columns-7 .wp-block-ma-blocks-block-ma-flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-7 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(14.28571429% - 51.42857143px);
}
@media screen and (max-width: 1240px) {
  .flex-grid.columns-7 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-7 .flex-grid-item,
  .flex-grid.columns-7 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-7 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .flex-grid.columns-7 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-7 .flex-grid-item,
  .flex-grid.columns-7 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-7 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.flex-grid.columns-6 .flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-6 .flex-grid-item,
.flex-grid.columns-6 .wp-block-ma-blocks-block-ma-flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-6 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(16.66666667% - 50px);
}
@media screen and (max-width: 1240px) {
  .flex-grid.columns-6 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-6 .flex-grid-item,
  .flex-grid.columns-6 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-6 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .flex-grid.columns-6 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-6 .flex-grid-item,
  .flex-grid.columns-6 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-6 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.flex-grid.columns-5 .flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-5 .flex-grid-item,
.flex-grid.columns-5 .wp-block-ma-blocks-block-ma-flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-5 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(20% - 48px);
}
@media screen and (max-width: 1240px) {
  .flex-grid.columns-5 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-5 .flex-grid-item,
  .flex-grid.columns-5 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-5 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .flex-grid.columns-5 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-5 .flex-grid-item,
  .flex-grid.columns-5 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-5 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.flex-grid.columns-4 .flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-4 .flex-grid-item,
.flex-grid.columns-4 .wp-block-ma-blocks-block-ma-flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-4 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(25% - 45px);
}
@media screen and (max-width: 1240px) {
  .flex-grid.columns-4 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-4 .flex-grid-item,
  .flex-grid.columns-4 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-4 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .flex-grid.columns-4 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-4 .flex-grid-item,
  .flex-grid.columns-4 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-4 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.flex-grid.columns-3 .flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-3 .flex-grid-item,
.flex-grid.columns-3 .wp-block-ma-blocks-block-ma-flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-3 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(33.33333333% - 40px);
}
@media screen and (max-width: 1240px) {
  .flex-grid.columns-3 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-3 .flex-grid-item,
  .flex-grid.columns-3 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-3 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .flex-grid.columns-3 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-3 .flex-grid-item,
  .flex-grid.columns-3 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-3 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.flex-grid.columns-2 .flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-2 .flex-grid-item,
.flex-grid.columns-2 .wp-block-ma-blocks-block-ma-flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-2 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1240px) {
  .flex-grid.columns-2 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-2 .flex-grid-item,
  .flex-grid.columns-2 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-2 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .flex-grid.columns-2 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-2 .flex-grid-item,
  .flex-grid.columns-2 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-2 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.flex-grid.columns-1 .flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-1 .flex-grid-item,
.flex-grid.columns-1 .wp-block-ma-blocks-block-ma-flex-grid-item,
.wp-block-ma-blocks-block-ma-flex-grid.columns-1 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(100% - 0px);
}
@media screen and (max-width: 1240px) {
  .flex-grid.columns-1 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-1 .flex-grid-item,
  .flex-grid.columns-1 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-1 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .flex-grid.columns-1 .flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-1 .flex-grid-item,
  .flex-grid.columns-1 .wp-block-ma-blocks-block-ma-flex-grid-item,
  .wp-block-ma-blocks-block-ma-flex-grid.columns-1 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.wp-block-image {
  margin: 0;
  margin-bottom: 35px;
}
.wp-block-image.is-style-circle_cropped,
.wp-block-image.is-style-round_cropped {
  position: relative;
}
.wp-block-image.is-style-circle_cropped figcaption,
.wp-block-image.is-style-round_cropped figcaption {
  text-align: center;
}
.wp-block-image.is-style-circle_cropped img,
.wp-block-image.is-style-round_cropped img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  object-position: center center;
  aspect-ratio: 1 / 1;
  clip-path: circle(50%);
  display: inline-block;
}
.wp-block-image.is-style-round_cropped img {
  aspect-ratio: 2 / 1.2;
  clip-path: circle(80% at 71% -11%);
}
.has-background {
  padding: 50px;
  box-sizing: border-box;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.wp-block-image {
  margin: 0;
  margin-bottom: 35px;
}
.wp-block-image img {
  margin: 0;
  height: auto;
}
.wp-block-image a {
  border: none;
}
.wp-block-image img {
  display: block;
}
.wp-block-image figcaption {
  line-height: 1.2em;
  text-align: left;
  font-size: 1em;
}
.entry-content > .alignfull + .alignfull {
  margin-top: -35px;
}
.wp-block-image.alignfull {
  max-width: none;
}
.wp-block-image.alignfull img {
  width: 100%;
  height: auto;
}
/* /////////////////////////////////////////////////////////////////////////  content-box  //////////////////////////////////////////////////////////////////// */
.wp-block-cover,
.wp-block-cover-image {
  box-sizing: border-box;
  margin-bottom: 35px;
}
.wp-block-video {
  margin-bottom: 35px;
  line-height: 0;
}
.wp-block-video video {
  width: 100%;
  margin: 0;
}
.wp-block-video.alignfull {
  margin-bottom: 0;
}
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font-family: 'Raleway', Helvetica, Arial, FreeSans, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  color: #163746;
}
@media screen and (max-width: 1240px) {
  body {
    font-size: 14.08px;
  }
}
a {
  color: #163746;
  text-decoration: underline;
}
body {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:focus {
  outline: 1px dotted invert;
}
hr {
  border: none;
  border: 0px #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 1px;
}
strong,
b {
  font-weight: 700;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 800;
  font-style: normal;
  line-height: 1.1em;
  margin-bottom: 20px;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 46.08px;
  line-height: 1.1em;
  font-weight: 800;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  margin-bottom: 45px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1240px) {
  h1,
  .h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
h2,
.h2 {
  font-size: 34.08px;
  line-height: 1.1em;
  font-weight: 800;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1240px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
h3,
.h3 {
  font-size: 28px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1240px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
h4,
.h4,
h5,
h6,
.h5,
.h6 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14.08px;
  margin-bottom: 10px;
  letter-spacing: 0.23em;
  line-height: 1.56em;
}
@media screen and (max-width: 1240px) {
  h4,
  .h4,
  h5,
  h6,
  .h5,
  .h6 {
    font-size: 12px;
  }
}
h5,
h6,
.h5,
.h6 {
  font-size: 12px;
  letter-spacing: 0.23em;
  line-height: 1.67em;
}
h4 + h2,
.h4 + h2,
h5 + h2,
.h5 + h2,
h6 + h2,
.h6 + h2,
h4 + .h2,
.h4 + .h2,
h5 + .h2,
.h5 + .h2,
h6 + .h2,
.h6 + .h2,
h4 + h1,
.h4 + h1,
h5 + h1,
.h5 + h1,
h6 + h1,
.h6 + h1,
h4 + .h1,
.h4 + .h1,
h5 + .h1,
.h5 + .h1,
h6 + .h1,
.h6 + .h1 {
  margin-top: 30px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  /*@media screen and (max-width: @small_media ) {*/
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 4;
  /* For Safari */
  -webkit-hyphenate-limit-after: 4;
  /* For Safari */
  -ms-hyphenate-limit-chars: 10 4 4;
  hyphenate-limit-chars: 10 4 4;
  /*}*/
}
hr {
  margin-top: 0px;
}
td {
  padding-bottom: 10px;
}
blockquote {
  margin-bottom: 20px;
  padding: 20px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal;
}
ul {
  list-style: square;
}
li {
  margin-left: 24px;
}
.content ul,
.content ol {
  overflow: hidden;
}
.content ul {
  list-style: none;
}
.content li {
  margin-left: 20px;
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 20px;
}
.pageof {
  font-size: 16px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.menue {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menue li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.menue li .toggle {
  display: none;
}
.menue a {
  text-decoration: none;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
#social-nav,
#footer-social-nav {
  display: flex;
  align-items: flex-start;
  text-align: center;
}
#social-nav li,
#footer-social-nav li {
  margin-right: 6px;
}
#social-nav a,
#footer-social-nav a {
  color: #F04B41;
  line-height: 36px;
  font-size: 36px;
  display: inline-block;
}
#social-nav a:hover,
#footer-social-nav a:hover {
  color: #E8E5E4;
}
#social-nav {
  right: 0;
  bottom: 180px;
  position: fixed;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#social-nav li {
  margin-bottom: 4px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#main-nav {
  font-weight: 800;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  letter-spacing: 0.1em;
}
#main-nav > li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: stretch;
  margin: 0 20px;
}
#main-nav > li > a {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: flex;
  align-content: center;
  align-items: center;
}
#main-nav .sub-menu {
  display: none;
}
@media (min-width: 1241px) {
  #main-nav > li > a {
    position: relative;
  }
  #main-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 0px;
    opacity: 0;
    background-color: #C8DBE2;
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  #main-nav > li.current-menu-parent > a::after,
  #main-nav > li.current-menu-ancestor > a::after,
  #main-nav > li.current-page-ancestor > a::after,
  #main-nav > li.current-menu-item > a::after,
  #main-nav > li > a:hover::after {
    height: 8px;
    opacity: 1;
  }
}
@media (max-width: 1240px) {
  #main-nav {
    margin: 0;
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 20px;
  }
  #main-nav li {
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
  }
  #main-nav li a {
    -webkit-transition: none 1s linear 0s;
    -moz-transition: none 1s linear 0s;
    -o-transition: none 1s linear 0s;
    -ms-transition: none 1s linear 0s;
    transition: none 1s linear 0s;
    display: block;
  }
  #main-nav li .sub-menu {
    display: block;
    margin: 0;
    padding-top: 15px;
    padding-left: 20px;
    font-weight: 700;
    margin-top: 10px;
  }
  #main-nav {
    display: none;
    justify-content: center;
    margin-bottom: 40px;
    text-align: center ;
  }
  #main-nav .nav-icon {
    font-size: 1.8em;
  }
  #header.open #main-nav {
    display: flex;
  }
}
.footer-nav {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-nav li {
  margin-bottom: 20px;
  display: block;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#ribbon-nav {
  left: 0;
  top: 40%;
  position: fixed;
  color: #FFF;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
}
#ribbon-nav li {
  margin-bottom: 0;
  margin-right: 5px;
  position: relative;
}
#ribbon-nav li a {
  background-color: #F04B41;
  color: #FFF;
  box-sizing: border-box;
  padding: 16px 36px;
  padding-bottom: 22px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1240px) {
  #ribbon-nav li a {
    padding: 10px 36px;
    padding-bottom: 16px;
  }
}
#ribbon-nav li a:hover {
  bottom: 0;
}
/* /////////////////////////////////////////////////////////////////////////  bottons //////////////////////////////////////////////////////////////////// */
input[type=submit],
.button,
.wp-block-button__link {
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
  padding: 14px 55px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word;
  background-color: #385A67;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14.08px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.wp-block-button__link:active,
.button:active,
input[type=submit]:active,
.wp-block-button__link:focus,
.button:focus,
input[type=submit]:focus,
.wp-block-button__link:hover,
.button:hover,
input[type=submit]:hover {
  background-color: #163746 !important;
  color: #FFF;
}
.submit,
input[type=submit] {
  background-color: #FFE472;
  color: #163746;
}
.wp-block-buttons {
  gap: 30px !important;
}
.wp-block-buttons.is-vertical {
  gap: 20px !important;
}
.wp-block-button.is-style-arrow .wp-block-button__link {
  padding: 0;
  position: relative;
  background: none !important;
  color: #163746;
  margin: 0;
}
.wp-block-button.is-style-arrow .wp-block-button__link .label {
  display: none;
}
.wp-block-button.is-style-arrow .wp-block-button__link .icon {
  position: absolute;
  left: -10px;
  top: 1px;
  font-size: 32px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.wp-block-button.is-style-arrow .wp-block-button__link:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  background-color: #C8DBE2;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.wp-block-button.is-style-arrow .wp-block-button__link:hover .icon {
  left: -3px;
}
.wp-block-button.is-style-arrow .wp-block-button__link:hover:before {
  opacity: 0.8;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #FFF;
  box-sizing: border-box;
  min-height: 235px;
  color: #E8E5E4;
  display: flex;
  flex-direction: column;
  font-size: 15.04px;
  line-height: 1.15;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
#header a {
  text-decoration: none;
}
@media screen and (max-width: 1240px) {
  #header {
    min-height: 72px;
  }
}
#header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 235px;
  margin-left: 60px;
  margin-right: 60px;
}
@media screen and (max-width: 1240px) {
  #header-wrapper {
    height: auto;
    margin-left: 36px;
    margin-right: 36px;
    flex-direction: column;
    align-items: center;
    max-height: 90vh;
    overflow: hidden;
    overflow-y: auto;
  }
  #header-wrapper #home_link {
    align-self: flex-start;
  }
}
@media (min-width: 1241px) {
  .scrolled #home_link {
    margin: 0;
  }
  .scrolled #header {
    min-height: auto;
  }
  .scrolled #header-wrapper {
    display: flex;
    height: 127px;
    flex-direction: row;
  }
  .scrolled #main-nav {
    flex: 1;
    justify-content: flex-end;
    margin-right: 60px;
  }
}
#header.open {
  background-color: #163746;
}
#header.open,
#header.open a {
  color: #FFF;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#footer_home_link,
#home_link {
  line-height: 1;
  display: flex;
  width: 218px;
  align-items: center;
  margin: 20px;
  flex-shrink: 0;
}
#footer_home_link img,
#home_link img {
  width: 100%;
  height: auto;
}
#home_link {
  margin-top: 75px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1240px) {
  #home_link {
    margin: 0;
    margin-top: 23px;
    height: 26px;
    width: auto;
  }
  #home_link img {
    width: auto;
    height: 100%;
  }
}
.open #home_link {
  display: none;
}
#mobile_nav_toggle {
  cursor: pointer;
  color: #E8E5E4;
  position: relative;
  display: none;
  position: absolute;
  top: 21px;
  right: 21px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #F5CB40;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#mobile_nav_toggle:hover {
  background-color: #F04B41;
}
@media screen and (max-width: 1240px) {
  #mobile_nav_toggle {
    display: block;
  }
}
#intranet_link {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -15px;
  text-transform: uppercase;
  text-align: right;
}
#intranet_link .st0 {
  fill: #163746;
}
#intranet_link #pfeil {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#intranet_link .textlabel {
  display: block;
  font-size: 11px;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#intranet_link:hover .textlabel {
  opacity: 1;
}
#intranet_link:hover #pfeil {
  -webkit-transform: translate(8px, 0);
  -moz-transform: translate(8px, 0);
  -ms-transform: translate(8px, 0);
  -o-transform: translate(8px, 0);
}
@media screen and (max-width: 1240px) {
  #intranet_link {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .open #intranet_link {
    display: block;
    position: relative;
    text-align: center;
    top: auto;
    right: auto;
    margin: 0;
    margin-bottom: 40px;
  }
  .open #intranet_link .st0 {
    fill: #FFF;
  }
  .open #intranet_link .textlabel {
    opacity: 1;
    font-size: inherit;
  }
}
@media screen and (min-width: 1241px) {
  .scrolled #intranet_link {
    position: relative;
    margin: 0;
    top: 17px;
    right: auto;
  }
}
#newsticker {
  background: #C8DBE2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 1;
  padding: 0;
  height: 28px;
}
#newsticker,
#newsticker a {
  color: #163746;
}
#newsticker .eocjs-newsticker-container {
  height: 28px;
}
#newsticker .eocjs-newsticker-one,
#newsticker .eocjs-newsticker-two {
  line-height: 28px;
  height: 28px;
}
@media screen and (max-width: 1240px) {
  #newsticker {
    height: 22px;
  }
  #newsticker .eocjs-newsticker-container {
    height: 22px;
  }
  #newsticker .eocjs-newsticker-one,
  #newsticker .eocjs-newsticker-two {
    line-height: 22px;
    height: 22px;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
#footer {
  background-color: #FFF;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
#footer a {
  display: block;
  text-decoration: none;
}
#footer .footer-content {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  max-width: none;
}
.footer-content-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.footer-logo-wrapper,
.footer-nav-wrapper {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.footer-logo-wrapper {
  width: 60%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer_title {
  font-size: 16px;
  font-weight: 700;
  margin-left: 20px;
  margin-right: 20px;
}
#footer-social-nav-wrapper {
  margin-top: 20px;
}
@media screen and (max-width: 1240px) {
  #footer .footer-content {
    padding-left: 36px;
    padding-right: 36px;
  }
  .footer-content-inner {
    width: 80%;
  }
  .footer-nav-wrapper {
    width: 50%;
  }
  .footer-logo-wrapper {
    width: 100%;
    order: -1;
    margin-bottom: 30px;
  }
  #footer-social-nav-wrapper {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  #footer-social-nav {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo-wrapper,
  .footer-nav-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-content-inner {
    flex-direction: column;
    width: 80%;
  }
  .footer-logo-wrapper,
  .footer-nav-wrapper {
    width: auto;
    min-width: 100%;
  }
  .footer-logo-wrapper {
    order: -1;
    justify-content: flex-start;
  }
  #footer_home_link {
    margin: 0;
    margin-bottom: 40px;
  }
  .footer-nav-wrapper {
    margin-bottom: 20px;
  }
  /*
	#footer-nav { order:2; margin-bottom: 20px;}
	.footer-nav-wrapper { order:3; margin-bottom: 20px;}
	#second-footer-nav-wrapper { order:2}
	#footer-social-nav {
		order:10;

	}
*/
}
@media screen and (max-width: 480px) {
  .footer-content-inner {
    flex-direction: column;
    width: 100%;
  }
}
.type-event {
  background-color: #FFF;
  padding: 35px;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}
.event-image {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.event_image {
  width: 260px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1240px) {
  .event_image {
    width: 200px;
  }
}
.event_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.event_text {
  flex: 1;
}
.event_info {
  font-size: 14.08px;
  line-height: 1.5;
  flex-basis: 180px;
}
.event_info img,
.event_info .wp-caption {
  width: 100% !important;
  height: auto;
}
.event_info_head {
  font-weight: 700;
}
.event_buttons {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.event_buttons .button {
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .type-event {
    flex-wrap: wrap;
  }
  .type-event .event_info {
    flex-basis: calc(50% - (35px/2));
  }
  .type-event .event_text {
    flex-shrink: 0;
  }
}
.event_detail_box {
  position: relative;
  background-color: #FFF;
  padding: 35px;
  box-sizing: border-box;
  max-width: 620px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.event_detail_box .event_tags,
.event_detail_box .event_image {
  margin-bottom: 30px;
  display: block;
}
.event_detail_box .event_text {
  margin-bottom: 60px;
}
.event_detail_box .event_image {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.event_detail_box .event_image img {
  width: 260px;
  max-width: 100%;
}
.event_detail_box .columns {
  flex-direction: row;
}
.event_detail_box .columns .col {
  flex: 1 ;
}
@media screen and (max-width: 1240px) {
  .event_detail_box {
    max-width: none;
    flex-direction: row;
    display: flex;
    gap: 30px ;
    align-items: flex-start;
  }
  .event_detail_box .event_detailpart {
    flex: 1;
  }
  .event_detail_box .event_image {
    width: 260px;
  }
  .event_detail_box .columns {
    flex-direction: column;
    gap: 10px;
    width: 200px;
  }
  .event_detail_box .columns .col {
    flex: 1 ;
  }
  .event_detail_box .event_info {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .event_detail_box {
    flex-direction: column;
    gap: 10px ;
  }
  .event_detail_box .event_image {
    width: auto;
    max-width: 260px;
  }
  .event_detail_box .columns {
    flex-direction: row;
    gap: 30px;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .event_detail_box .columns {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 1240px) {
  .event_detail_columns {
    flex-direction: column;
  }
}
.event_footer .icon {
  position: absolute;
  bottom: 20px;
  right: 25px;
  font-size: 35px;
}
.coaches_cat_group {
  margin-bottom: 50px;
}
.coach_teaser {
  width: 260px;
  height: 260px;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  display: inline-block;
  background-color: #FFF;
  background-color: #e9e9e9;
  cursor: pointer;
  position: relative;
  aspect-ratio: 1 / 1;
  clip-path: circle(50%);
}
.coach_teaser img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  object-position: center center;
}
.coach_teaser .coach_text {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
.coach_teaser .coach_text .coach_plz {
  word-break: normal;
  -ms-word--break: normal;
  word-wrap: normal;
}
.coach_teaser.no_image .coach_text {
  opacity: 1;
  background-color: #E8E5E4;
}
.coach_teaser:hover .coach_text {
  opacity: 1;
}
.coach_teaser:hover.no_image .coach_text {
  background-color: #F4F2F2;
}
.coaches {
  display: flex;
  flex-wrap: wrap;
  gap: 110px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .coaches {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .coaches {
    gap: 20px;
  }
}
.coaches .coach_teaser {
  width: 260px;
  height: 260px;
}
@media screen and (max-width: 1240px) {
  .coaches .coach_teaser {
    width: 195px;
    height: 195px;
  }
}
@media screen and (max-width: 768px) {
  .coaches .coach_teaser {
    width: 145px;
    height: 145px;
  }
}
#coachmap {
  width: 100%;
  height: auto;
  filter: drop-shadow(3px 5px 7px rgba(0, 0, 0, 0.3));
}
#coachmap path {
  fill: #385A67;
  -webkit-transition: fill 0.3s ease 0s;
  -moz-transition: fill 0.3s ease 0s;
  -o-transition: fill 0.3s ease 0s;
  -ms-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}
#coachmap a.active path,
#coachmap a:hover path {
  fill: #FFE472;
}
.coaches_archive-header {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}
.coaches_archive-header .coaches_archive-intro {
  flex-basis: 45%;
}
.coaches_archive-header .coaches_archive-selector {
  flex-basis: 55%;
}
@media screen and (max-width: 1240px) {
  .coaches_archive-header {
    flex-direction: column;
  }
}
.coaches_selector {
  display: flex;
  flex-direction: row;
  gap: 0px;
  width: 100%;
  align-items: flex-end;
}
.coaches_selector .coachmap_wrapper {
  flex-basis: 70%;
}
.coaches_selector .coachfilter_wrapper {
  flex-basis: 30%;
  min-width: 320px;
}
@media screen and (max-width: 1240px) {
  .coaches_selector .coachmap_wrapper,
  .coaches_selector .coachfilter_wrapper {
    flex-basis: 50%;
    min-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .coaches_selector {
    flex-direction: column;
  }
  .coaches_selector .coachmap_wrapper,
  .coaches_selector .coachfilter_wrapper {
    flex-basis: 100%;
    width: 100%;
  }
}
.coachfilter_wrapper > * {
  margin-bottom: 30px;
}
.coachfilter_wrapper select,
.coachfilter_wrapper input,
.coachfilter_wrapper .form_btn {
  cursor: pointer;
  background-color: #C8DBE2;
  text-align: center;
  text-align-last: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M21.51 14.246L16 19.755l-5.51-5.509z' fill='%239a9a9a'/%3E%3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 25px ;
  border: none;
  font-size: 16px;
  line-height: 1;
  padding: 15px;
  border-radius: 46px;
  -moz-border-radius: 46px;
  -webkit-border-radius: 46px;
}
.coachfilter_wrapper select.active,
.coachfilter_wrapper input.active,
.coachfilter_wrapper .form_btn.active {
  background-color: #F5CB40;
}
.coachfilter_wrapper .form_btn {
  width: 46px;
  height: 46px;
  padding: 0;
  display: block;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath d='m14.2 11.5 5.5 5.5-5.5 5.5v-11z' style='fill:%239a9a9a'/%3E%3C/svg%3E%0A");
}
.coachfilter_wrapper #plz_reset {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath style='fill:%239a9a9a' d='m21.1 12.3-1.4-1.4-3.7 3.7-3.7-3.7-1.4 1.4 3.7 3.7-3.7 3.7 1.4 1.4 3.7-3.7 3.7 3.7 1.4-1.4-3.7-3.7z'/%3E%3C/svg%3E%0A");
  display: none;
}
.coachfilter_wrapper .active #plz_reset {
  display: block;
  background-color: #F5CB40;
}
.coachfilter_wrapper .active #plz_submit {
  display: none;
}
.coachfilter_wrapper input {
  background-color: #FFF;
  background-image: none;
  border: none;
}
.coachfilter_wrapper .active input {
  background-color: #F5CB40;
}
#plz_select {
  position: relative;
  display: flex;
  align-items: center;
  align-items: stretch;
  gap: 0;
  height: 46px;
}
#plz_select .form_btn {
  margin-left: -46px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: inherit !important;
}
#coach_LB_wrapper,
#coach_LB_wrapper_inner {
  position: relative;
}
#coach_LB_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  top: 235px;
}
@media screen and (max-width: 1240px) {
  #coach_LB_wrapper {
    top: 72px;
  }
}
#coach_LB {
  background: rgba(22, 55, 70, 0.9);
  color: #FFF;
  position: relative;
  padding: 75px;
  box-sizing: border-box;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-top: 30px;
  max-height: calc(100vh - 235px - 60px);
}
#coach_LB a {
  color: #FFF;
}
@media screen and (max-width: 1240px) {
  #coach_LB {
    max-height: calc(100vh - 72px - 60px);
  }
}
@media screen and (max-width: 768px) {
  #coach_LB {
    padding: 25px;
  }
}
#coach_LB #coach_LB_cont {
  overflow: hidden;
  overflow-y: scroll;
}
#coach_LB .close {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  cursor: pointer;
}
#coach_LB .close:hover {
  color: #F5CB40;
}
@media (min-width: 1241px) {
  .scrolled #coach_LB_wrapper {
    top: 127px;
  }
  .scrolled #coach_LB {
    max-height: calc(100vh - 127px - 60px);
  }
}
.coach-image {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  /*  width: 260px;
  max-width: 100%;
  height: auto;*/
}
.coach_entry.columns,
.coach_entry .columns {
  gap: 80px;
}
@media screen and (max-width: 1240px) {
  .coach_entry.columns,
  .coach_entry .columns {
    flex-direction: column;
    gap: 20px;
  }
}
.coach_entry .col-1 {
  flex-basis: 58%;
}
.coach_entry .col-2 {
  flex-basis: 42%;
}
.coach_entry .coach_image {
  width: 260px ;
  flex-shrink: 0;
  flex-grow: 0;
}
.coach_entry .coach_image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .coach_entry .coach_image {
    width: 100%;
  }
}
.coach_entry .coach_title {
  margin-bottom: 100px;
}
@media screen and (max-width: 1240px) {
  .coach_entry .coach_title {
    margin-bottom: 20px;
  }
}
.coach_entry .content_two {
  margin-bottom: 60px;
}
.coach_tag_list {
  list-style: none;
  margin-top: 20px;
}
.coach_tag_list li {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
  margin-bottom: 20px;
}
.coach_tag_list li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #C8DBE2;
  position: absolute;
  left: 0;
  top: 2px;
}
.material .entry_wrapper {
  padding-top: 36px;
}
.material .entry {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.material .entry_wrapper .post_image {
  width: 23%;
}
@media screen and (max-width: 1240px) {
  .material .entry_wrapper .post_image {
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  .material .entry_wrapper .post_image {
    width: 100%;
  }
}
.material .entry-subtitle + .entry-title {
  margin-top: 20px;
}
.material_meta {
  flex-direction: row;
  display: flex;
  gap: 30px ;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .material_meta {
    flex-direction: column;
  }
}
.material_meta .order {
  min-width: 280px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .material_meta .order {
    min-width: inherit;
  }
}
[class*="sloping-"] {
  margin-top: calc(var(--slopingStength, 100) * -1);
  position: relative;
}
@media screen and (max-width: 1240px) {
}
@viewport {
  width: device-width;
}
body {
  -webkit-text-size-adjust: 100%;
  padding-top: 235px;
  background-color: #F4F2F2;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 235px);
}
@media screen and (max-width: 1240px) {
  body {
    padding-top: 72px;
    min-height: calc(100vh - 72px);
  }
}
.nopad {
  padding: 0;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
hr,
.wp-block-separator {
  border: 0px #ccc solid;
  border-bottom-width: 3px;
  width: 50%;
}
hr.is-style-wide,
.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom-width: 3px;
}
hr.is-style-dots,
.wp-block-separator.is-style-dots {
  border: 0px #ccc solid;
  border-bottom-width: 3px;
  border-style: dashed;
}
hr::before,
.wp-block-separator::before {
  display: none;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
#content {
  flex: 1;
  padding-top: 110px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  #content {
    padding-top: 30px;
  }
}
article {
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.anchor {
  position: absolute;
  left: 0px;
  top: -235px;
}
@media screen and (max-width: 768px) {
  .anchor {
    top: 0;
  }
}
.page_header_image {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  text-align: right;
  /*@media screen and (max-width: @large_media ) {
		position: relative;
		margin-top: -@content_top_space_s;

		.header_image {
				width: 40vw;

		}
	}
*/
}
.page_header_image .header_image {
  width: 36vw;
  text-align: right;
  float: right;
}
@media screen and (max-width: 768px) {
  .page_header_image {
    position: relative;
    margin-top: -30px;
  }
  .page_header_image .header_image {
    width: 100vw;
  }
}
.tax-events.has_cat_image .taxonomy-description {
  padding-right: 30vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tax-events.has_cat_image .taxonomy-description {
    padding-right: 0;
  }
}
/*.footer-content,
.post_nav,*/
.container {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.entry-content {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .entry-content {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.entry-content > *.alignfull {
  margin-left: calc(((100vw - 1560px) / -2) - 60px);
  margin-right: calc(((100vw - 1560px) / -2) - 60px);
  width: 100vw;
}
@media (max-width: 1560px) {
  .entry-content > *.alignfull {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (max-width: 1240px) {
  .entry-content > *.alignfull {
    margin-left: -36px;
    margin-right: -36px;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.entry-content > .wp-block-group.alignfull > * {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .entry-content > .wp-block-group.alignfull > * {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.entry-content > .wp-block-group.alignfull > *.alignfull {
  max-width: 100%;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.columns {
  display: flex;
  flex-direction: row;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .columns {
    flex-direction: column;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.archive-header {
  margin-bottom: 80px;
}
@media screen and (max-width: 1240px) {
  .archive-header {
    margin-bottom: 50px;
  }
}
.archive-content {
  padding-top: 0px;
  padding-bottom: 100px;
}
.posts-archive-content,
.coaches-archive-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.archive-header-columns {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}
.archive-header-columns .archive-header-column {
  flex-basis: 50%;
}
@media screen and (max-width: 1240px) {
  .archive-header-columns {
    flex-direction: column;
  }
}
.entry_date {
  padding: 8px 0;
}
.post .entry-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .post .entry-title {
    margin-bottom: 20px;
  }
}
.entry_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
  border-top: 1px solid #000;
  padding-top: 26px;
}
@media screen and (max-width: 1240px) {
  .entry_wrapper {
    gap: 30px;
  }
}
.entry_wrapper .post_image {
  width: 30%;
}
.entry_wrapper .post_image img {
  width: 100%;
  height: auto;
}
.entry_wrapper .entry {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .entry_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .entry_wrapper .post_image {
    width: 100%;
  }
}
h4 + .wp-block-columns,
h5 + .wp-block-columns,
h6 + .wp-block-columns,
.archive-header-subhead + .archive-header-columns {
  margin-top: 30px;
}
.moretag_button {
  text-decoration: none;
}
.moretag_button .icon {
  font-size: 30px;
}
.term-widget-area {
  margin-top: 60px;
  margin-bottom: -35px;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.loader_wrapper {
  text-align: center;
}
.loading {
  display: none;
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #C8DBE2;
  border-bottom-color: #F04B41;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ichschaffs_loadmore_wrapper {
  text-align: center;
  margin-top: 80px;
}
.ichschaffs_loadmore_posts {
  background-color: #C8DBE2;
  color: #163746;
}
.posts .post,
.materials .post,
.posts .material,
.materials .material {
  margin-bottom: 60px;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.post_nav,
.pagination {
  padding-bottom: 20px;
  text-align: center;
}
.post_nav .prev,
.pagination .prev,
.post_nav .next,
.pagination .next,
.post_nav .page-numbers,
.pagination .page-numbers {
  width: 40px;
  padding: 10px 15px;
  background-color: #E8E5E4;
  background-color: #FFF;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 5px;
  margin-bottom: 5px;
}
.post_nav .prev.current,
.pagination .prev.current,
.post_nav .next.current,
.pagination .next.current,
.post_nav .page-numbers.current,
.pagination .page-numbers.current,
.post_nav .prev:hover,
.pagination .prev:hover,
.post_nav .next:hover,
.pagination .next:hover,
.post_nav .page-numbers:hover,
.pagination .page-numbers:hover {
  background-color: #E8E5E4;
  color: #FFF;
}
.post_nav .prev.next,
.pagination .prev.next,
.post_nav .next.next,
.pagination .next.next,
.post_nav .page-numbers.next,
.pagination .page-numbers.next,
.post_nav .prev.prev,
.pagination .prev.prev,
.post_nav .next.prev,
.pagination .next.prev,
.post_nav .page-numbers.prev,
.pagination .page-numbers.prev {
  width: auto;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.post-thumbnail {
  margin-bottom: 20px;
}
.entry img {
  width: 100%;
  height: auto;
}
.entry-title a:hover {
  color: #F04B41;
}
/* /////////////////////////////////////////////////////////////////////////  alignment //////////////////////////////////////////////////////////////////// */
.alignleft {
  float: left;
  margin: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 5px;
}
.alignright {
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
  margin-top: 5px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  margin: 0 auto 20px;
}
.alignnone {
  margin-bottom: 20px;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .alignright,
  .alignleft,
  .aligncenter,
  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .aligncenter {
    float: none;
    margin: 0;
    margin-bottom: 20px;
    display: block;
  }
}
