@charset "UTF-8";
/*
 * Usage: @include browser-prefix(transition, color 0.5s, background 0.3s);
 * Please just use plain CSS (transition: ...;) instead of this function
 */
html, body {
  padding: 0;
  margin: 0;
  border: 0;
}
body {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  background: #fff;
  color: #5e6765;
}
h1, h2, h3, h4, h5 {
  font-size: 40px;
  line-height: 1.2em;
  padding: 0 0 20px;
  margin: 0;
  font-weight: 600;
  color: #4cbc9d;
}
h1 {
  font-weight: 400;
}
h2 {
  font-size: 25px;
  line-height: 1.2em;
}
h3 {
  font-size: 20px;
  line-height: 1.2em;
}
h4 {
  font-size: 18px;
  line-height: 1.2em;
}
h5 {
  font-size: 16px;
  line-height: 1.2em;
}
a {
  text-decoration: none;
  color: #4cbc9d;
}
p {
  padding: 0 0 20px;
  margin: 0;
}
ol, ul {
  margin: 0;
  padding: 0 0 20px 18px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 2px;
  background-color: #4cbc9d;
  color: #fff;
  transition: background-color 0.3s;
  outline: none;
  border: 0;
  position: relative;
  cursor: pointer;
}
.btn:hover {
  background-color: #2a616c;
}
.btn.btn-big {
  padding: 10px 20px 10px 20px;
}
.btn.btn-big.btn-plus {
  padding: 10px 20px 10px 30px;
}
.btn.btn-big.btn-plus:before {
  content: "+";
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 9px;
  left: 10px;
}
.btn.btn-green {
  background-color: #4cbc9d;
  transition: background-color 0.3s;
}
.btn.btn-green:hover {
  background-color: #2a616c;
}
.btn-back {
  margin: 20px 0;
  background-color: #cfcfcf;
  border: 1px solid #fff;
  border-radius: 3px;
}
.btn-back:before {
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-weight: 900;
  font-size: 14px;
  padding-right: 10px;
}
.clafter:after {
  display: block;
  visibility: visible;
  clear: both;
  content: "";
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 0;
}
.cele.ctype-textmedia .ce-textpic {
  overflow: hidden;
}
.cele.ctype-textmedia .ce-gallery figure {
  display: block;
  margin: 0;
}
.cele.ctype-textmedia .ce-gallery figcaption {
  display: block;
  padding: 5px 0 0;
  font-size: 12px;
  line-height: 1.2em;
}
.cele.ctype-textmedia .ce-gallery .ce-column {
  padding-bottom: 20px;
  max-width: 100%;
}
.cele.ctype-textmedia .ce-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.cele.ctype-textmedia .ce-gallery .video-embed {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}
.cele.ctype-textmedia .ce-gallery .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.cele.ctype-textmedia .ce-gallery .video-embed .consent-wrap {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cele.ctype-textmedia .ce-gallery .video-embed .consent-wrap .play-btn {
  display: block;
  text-decoration: none;
  font-size: 24px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  background: #444;
  padding: 15px 0;
  width: 80px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  margin: -28px 0 0 -40px;
  cursor: pointer;
}
.cele.ctype-textmedia .ce-gallery .video-embed .consent-wrap .play-btn:hover {
  background: #f00;
}
.cele.ctype-textmedia .ce-gallery .video-embed .consent-wrap .info-text {
  font-size: 16px;
  line-height: 1.2em;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}
.cele.ctype-textmedia .ce-left.ce-intext, .cele.ctype-textmedia .ce-right.ce-intext {
  overflow: hidden;
}
.cele.ctype-textmedia .ce-left.ce-intext .ce-gallery, .cele.ctype-textmedia .ce-right.ce-intext .ce-gallery {
  max-width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  float: left;
}
.cele.ctype-textmedia .ce-left.ce-intext.ce-nowrap, .cele.ctype-textmedia .ce-right.ce-intext.ce-nowrap {
  display: -ms-flexbox;
  display: flex;
}
.cele.ctype-textmedia .ce-left.ce-intext.ce-nowrap .ce-gallery, .cele.ctype-textmedia .ce-right.ce-intext.ce-nowrap .ce-gallery {
  float: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cele.ctype-textmedia .ce-left.ce-intext.ce-nowrap .ce-bodytext, .cele.ctype-textmedia .ce-right.ce-intext.ce-nowrap .ce-bodytext {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.cele.ctype-textmedia .ce-right.ce-intext .ce-gallery {
  padding: 0 0 0 20px;
  float: right;
}
.cele.ctype-textmedia .ce-right.ce-intext.ce-nowrap .ce-gallery {
  float: none;
}
.cele.ctype-textmedia .ce-below.ce-center .ce-gallery, .cele.ctype-textmedia .ce-above.ce-center .ce-gallery {
  text-align: center;
}
.cele.ctype-textmedia .ce-below.ce-right .ce-gallery, .cele.ctype-textmedia .ce-above.ce-right .ce-gallery {
  text-align: right;
}
.cele.ctype-textmedia .ce-below .ce-gallery .ce-row, .cele.ctype-textmedia .ce-above .ce-gallery .ce-row {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.cele.ctype-textmedia .ce-below .ce-gallery .ce-column, .cele.ctype-textmedia .ce-above .ce-gallery .ce-column {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.cele.ctype-textmedia .ce-below .ce-gallery[data-ce-columns="2"] .ce-inner, .cele.ctype-textmedia .ce-below .ce-gallery[data-ce-columns="3"] .ce-inner, .cele.ctype-textmedia .ce-below .ce-gallery[data-ce-columns="4"] .ce-inner, .cele.ctype-textmedia .ce-above .ce-gallery[data-ce-columns="2"] .ce-inner, .cele.ctype-textmedia .ce-above .ce-gallery[data-ce-columns="3"] .ce-inner, .cele.ctype-textmedia .ce-above .ce-gallery[data-ce-columns="4"] .ce-inner {
  overflow: hidden;
}
.cele.ctype-textmedia .ce-below .ce-gallery[data-ce-columns="2"] .ce-row, .cele.ctype-textmedia .ce-below .ce-gallery[data-ce-columns="3"] .ce-row, .cele.ctype-textmedia .ce-below .ce-gallery[data-ce-columns="4"] .ce-row, .cele.ctype-textmedia .ce-above .ce-gallery[data-ce-columns="2"] .ce-row, .cele.ctype-textmedia .ce-above .ce-gallery[data-ce-columns="3"] .ce-row, .cele.ctype-textmedia .ce-above .ce-gallery[data-ce-columns="4"] .ce-row {
  margin: 0 -10px;
}
.cele.ctype-textmedia .ce-below .ce-gallery[data-ce-columns="2"] .ce-column, .cele.ctype-textmedia .ce-below .ce-gallery[data-ce-columns="3"] .ce-column, .cele.ctype-textmedia .ce-below .ce-gallery[data-ce-columns="4"] .ce-column, .cele.ctype-textmedia .ce-above .ce-gallery[data-ce-columns="2"] .ce-column, .cele.ctype-textmedia .ce-above .ce-gallery[data-ce-columns="3"] .ce-column, .cele.ctype-textmedia .ce-above .ce-gallery[data-ce-columns="4"] .ce-column {
  max-width: 50%;
  padding: 0 10px 20px;
  box-sizing: border-box;
}
.cele.ctype-textmedia .ce-below .ce-gallery[data-ce-columns="3"] .ce-column, .cele.ctype-textmedia .ce-above .ce-gallery[data-ce-columns="3"] .ce-column {
  max-width: 33.33333%;
}
.cele.ctype-textmedia .ce-below .ce-gallery[data-ce-columns="4"] .ce-column, .cele.ctype-textmedia .ce-above .ce-gallery[data-ce-columns="4"] .ce-column {
  max-width: 25%;
}
.cele.ctype-textmedia .ce-below .ce-gallery[data-ce-columns="5"] .ce-column, .cele.ctype-textmedia .ce-above .ce-gallery[data-ce-columns="5"] .ce-column {
  max-width: 20%;
}
.cele.ctype-textmedia .ce-below .ce-gallery[data-ce-columns="6"] .ce-column, .cele.ctype-textmedia .ce-above .ce-gallery[data-ce-columns="6"] .ce-column {
  max-width: 16.66666%;
}
.cele.has-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.space-before-20 {
  padding-top: 20px;
}
.space-before-40 {
  padding-top: 40px;
}
.space-before-60 {
  padding-top: 60px;
}
.space-after-20 {
  padding-bottom: 20px;
}
.space-after-40 {
  padding-bottom: 40px;
}
.space-after-60 {
  padding-bottom: 60px;
}
.cookie-consent-container {
  display: none;
}
.fancybox__container.cookie-consent-wrap .consent-modal {
  max-width: 800px;
  padding: 0;
  background: none;
  font-size: 14px;
  line-height: 1.5em;
  color: #555;
}
.fancybox__container.cookie-consent-wrap .consent-modal .btn {
  padding: 8px 15px;
  border-radius: 3px;
  background: #233f66;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #233f66;
  box-sizing: border-box;
  transition: color 0.3s, background 0.3s;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2em;
}
.fancybox__container.cookie-consent-wrap .consent-modal .btn:hover {
  background: #fff;
  color: #233f66;
}
.fancybox__container.cookie-consent-wrap .consent-modal .modal-title {
  padding: 13px 10px;
  background: #233f66;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.fancybox__container.cookie-consent-wrap .consent-modal .modal-footer {
  padding: 10px;
  background: #efefef;
  border-radius: 0 0 5px 5px;
}
.fancybox__container.cookie-consent-wrap .consent-modal .mid-wrap {
  background: #fff;
  display: table;
  table-layout: fixed;
}
.fancybox__container.cookie-consent-wrap .consent-modal .sidebar {
  display: table-cell;
  width: 200px;
  vertical-align: top;
  background: #efefef;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.fancybox__container.cookie-consent-wrap .consent-modal .sidebar li.nav-item {
  cursor: pointer;
  display: block;
  padding: 12px 10px;
  border-bottom: 1px solid #cfcfcf;
  font-weight: bold;
  color: #233f66;
  font-size: 14px;
  line-height: 1.5em;
  transition: background 0.3s;
}
.fancybox__container.cookie-consent-wrap .consent-modal .sidebar li.nav-item.active {
  background: #fff;
}
.fancybox__container.cookie-consent-wrap .consent-modal .description {
  display: table-cell;
  vertical-align: top;
  background: #fff;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.fancybox__container.cookie-consent-wrap .consent-modal .description .description-wrap {
  list-style-type: none;
  padding: 15px 15px 5px;
  margin: 0;
  height: 300px;
  overflow: auto;
}
.fancybox__container.cookie-consent-wrap .consent-modal .description .description-wrap .entry {
  display: none;
}
.fancybox__container.cookie-consent-wrap .consent-modal .description .description-wrap .entry.active {
  display: block;
}
.fancybox__container.cookie-consent-wrap .consent-modal .description .description-wrap .entry ul {
  margin: 0;
  padding: 0 0 10px 18px;
}
.fancybox__container.cookie-consent-wrap .consent-modal .description .title, .fancybox__container.cookie-consent-wrap .consent-modal .description .title-smaller {
  padding: 0 0 10px;
  font-weight: bold;
  color: #233f66;
  font-size: 16px;
  line-height: 1.3em;
}
.fancybox__container.cookie-consent-wrap .consent-modal .description .title-smaller {
  font-size: 14px;
  line-height: 1.3em;
}
.fancybox__container.cookie-consent-wrap .consent-modal .description .switch-title {
  font-weight: bold;
  color: #233f66;
  font-size: 16px;
  line-height: 1.3em;
  padding: 0 60px 10px 0;
  position: relative;
}
.fancybox__container.cookie-consent-wrap .consent-modal .description .switch-title .switch {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 20px;
  border-radius: 50px;
  background: #333;
  display: block;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s;
}
.fancybox__container.cookie-consent-wrap .consent-modal .description .switch-title .switch .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.fancybox__container.cookie-consent-wrap .consent-modal .description .switch-title .switch .inner:after {
  content: "";
  display: block;
  visibility: visible;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  left: 2px;
  top: 2px;
  transition: left 0.3s;
}
.fancybox__container.cookie-consent-wrap .consent-modal .description .switch-title .switch[data-state="1"] {
  background: #5a5;
}
.fancybox__container.cookie-consent-wrap .consent-modal .description .switch-title .switch[data-state="1"] .inner:after {
  left: 18px;
}
.cele {
  overflow: hidden;
}
.cele .animhide {
  opacity: 0;
}
form .column-row {
  margin: 0 -20px;
}
form .column-row .col-6 {
  padding: 0 20px 20px;
}
form .form-group {
  padding-bottom: 20px;
}
form .form-group input[type="text"], form .form-group select, form .form-group textarea {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.3em;
  color: #333;
  background-color: #f0f0f0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-sizing: border-box;
  outline: none;
  resize: none;
  transition: border-color 0.3s;
}
form .form-group input[type="text"].error, form .form-group select.error, form .form-group textarea.error {
  border: 2px solid #ff5f4a;
}
form .form-group input[type="text"]:focus, form .form-group select:focus, form .form-group textarea:focus {
  border-color: #4cbc9d;
}
form .form-group textarea {
  height: 150px;
}
form .form-group label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
  padding: 0 0 10px;
}
form .form-group .error-msg {
  padding: 5px 0 0;
  color: #ff5f4a;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
}
form .form-group .checkbox-wrap {
  width: 18px;
  height: 18px;
  background-color: #f0f0f0;
  border: 1px solid #4cbc9d;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
form .form-group .checkbox-wrap:after {
  content: "";
  display: block;
  height: 14px;
  margin: 2px;
  border-radius: 2px;
  transition: background 0.2s;
}
form .form-group input[type="checkbox"]:checked + label .checkbox-wrap:after {
  background: #4cbc9d;
}
form .form-group.type-checkbox {
  position: relative;
  overflow: hidden;
}
form .form-group.type-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}
form .form-group.type-checkbox label {
  position: relative;
  background: #fff;
  padding: 0;
}
form .form-group.type-checkbox .label-text {
  padding: 0 0 10px;
}
form .form-group.side-by-side {
  display: flex;
}
form .form-group.side-by-side label {
  width: 180px;
  padding: 9px 0 0;
  flex-shrink: 0;
  flex-grow: 0;
}
form .form-group.side-by-side .control-wrap {
  flex-shrink: 1;
  flex-grow: 1;
}
form .form-group.side-by-side.type-checkbox {
  display: block;
}
form .form-group.side-by-side.type-checkbox label {
  width: 0;
  padding: 0;
  display: flex;
}
form .form-group.side-by-side.type-checkbox .label-text {
  width: 180px;
  padding: 0;
  flex-shrink: 0;
  flex-grow: 0;
}
form .form-group.side-by-side.type-checkbox .checkbox-wrap {
  flex-shrink: 0;
  flex-grow: 0;
}
form .form-group .tooltip i {
  color: #2a616c;
}
.fancybox__container.delete-overlay .delete-content-wrap {
  padding: 20px;
  text-align: center;
  max-width: 360px;
}
.fancybox__container.delete-overlay .delete-content-wrap .button-row {
  padding-top: 20px;
}
.fancybox__container.delete-overlay .delete-content-wrap .button-row a.btn {
  text-transform: uppercase;
  cursor: pointer;
}
.fancybox__container.qrcode-overlay .fancybox__content {
  display: block;
  max-width: calc(100% - 40px);
}
.fancybox__container.qrcode-overlay .code-list {
  text-align: center;
}
.fancybox__container.qrcode-overlay .code-list .code {
  width: 330px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 15px 15px;
}
.fancybox__container.qrcode-overlay .code-list .code canvas {
  padding-bottom: 15px;
}
.fancybox__container.qrcode-overlay .code-list .code .btn-row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.fancybox__container.qrcode-overlay .code-list .code .btn-row a {
  display: inline-block;
  width: 20%;
  margin-right: 4px;
  box-sizing: border-box;
  background-color: #efefef;
}
.fancybox__container.qrcode-overlay .code-list .code .btn-row a img {
  width: 100%;
  height: auto;
}
.fancybox__container.qrcode-overlay .code-list .code .btn-row a:hover {
  cursor: pointer;
  background-color: #cfcfcf;
}
/*# sourceMappingURL=/typo3temp/mk_scss/main.scss-e6365f36.css.map */