@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Noto+Serif&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap);
.awww-lang-switcher {
  display: inline-block;
  position: relative;
}
.awww-lang-switcher:hover .awww-language-miltiple, .awww-lang-switcher.active .awww-language-miltiple {
  display: block;
}
.awww-lang-switcher svg {
  width: 100%;
}

.awww-lang-option {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.awww-language-miltiple {
  display: none;
  position: absolute;
  top: 30px;
}
.bulletHolder {
  z-index: 20;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.bulletContainer {
  text-align: center;
}

.bulletItem {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin: 6px;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.bulletItem.active {
  background-color: #000000;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.4);
}

.awwwArrow {
  z-index: 1;
  display: block;
  background-color: #000000;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
.awwwArrow:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 11px;
}
.awwwArrow.arrowRight {
  right: 0;
}
.awwwArrow.arrowRight:after {
  transform: rotate(135deg);
  left: auto;
  right: 11px;
}
.edit-post-visual-editor .slideshowcontainer > .block-editor-inner-blocks > .block-editor-block-list__layout > div {
  display: none;
}

.edit-post-visual-editor .slideshowcontainer > .block-editor-inner-blocks > .block-editor-block-list__layout > div:first-child {
  z-index: 2;
  display: block;
}

.edit-post-visual-editor .editor-styles-wrapper [data-type="awww/slideshow"].has-child-selected .slideshowholder, .edit-post-visual-editor .editor-styles-wrapper [data-type="awww/slideshow"].is-selected .slideshowholder {
  height: auto;
}
.edit-post-visual-editor .editor-styles-wrapper [data-type="awww/slideshow"].has-child-selected .slideshowItemHolder, .edit-post-visual-editor .editor-styles-wrapper [data-type="awww/slideshow"].is-selected .slideshowItemHolder {
  position: relative;
}
.edit-post-visual-editor .editor-styles-wrapper [data-type="awww/slideshow"].has-child-selected .slideshowcontainer > .block-editor-inner-blocks > .block-editor-block-list__layout > div, .edit-post-visual-editor .editor-styles-wrapper [data-type="awww/slideshow"].is-selected .slideshowcontainer > .block-editor-inner-blocks > .block-editor-block-list__layout > div {
  display: block;
}
.post-slideshow-holder {
  overflow: hidden;
  position: relative;
}
.post-slideshow-holder > .container {
  float: left;
  width: 100%;
}
.post-slideshow-holder > .container > .awww-row {
  flex-wrap: nowrap;
}
.columns-container {
  position: relative;
}

.image-background-holder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background-holder figure {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background-holder figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-background-holder + * {
  position: relative;
}

.col-container {
  padding: 15px;
}

.use-full-width .awww-col {
  flex-basis: min-content;
  flex-grow: 1;
  flex-shrink: 1;
}
.image-slideshow-holder {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.image-slideshow-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slideshowImageHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.6s linear;
}
.slideshowImageHolder.active {
  z-index: 1;
  opacity: 1;
}
.slideshowImageHolder figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.slideshowImageHolder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slideshow-small .image-slideshow-holder {
  height: 300px;
  position: relative;
}

.slideshow-medium .image-slideshow-holder {
  height: 450px;
  position: relative;
}

.slideshow-large .image-slideshow-holder {
  height: 600px;
  position: relative;
}

.thumbnailHolder {
  z-index: 2;
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.thumbnailContainer {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: left 0.3s ease;
}

.thumbnailItem {
  display: inline-block;
  width: 33.33%;
  position: relative;
  height: 100%;
}
.thumbnailItem figure {
  margin: 0;
  height: 100%;
}
.thumbnailItem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awww-accordion-content-holder {
  display: none;
}
.awww-accordion-content-holder.active {
  display: block;
}

.awww-accordion-head-holder {
  padding: 10px 15px;
  cursor: pointer;
}
.awww-accordion-head-holder h1, .awww-accordion-head-holder h2, .awww-accordion-head-holder h3, .awww-accordion-head-holder h4, .awww-accordion-head-holder h5, .awww-accordion-head-holder h6, .awww-accordion-head-holder h7 {
  margin: 0;
}
body.awwwModalOpen {
  overflow: hidden;
}

#awwwModal {
  display: none;
  z-index: 1000;
  position: relative;
}
#awwwModal.active {
  display: block;
}

#awwwModalBg, #awwwModalHolder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#awwwModalInner {
  background-color: #ffffff;
}

#awwwModalBg {
  background-color: rgba(0, 0, 0, 0.5);
}

#awwwModalHolder {
  display: flex;
  justify-content: center;
  align-items: start;
  overflow-y: auto;
  overflow-x: hidden;
}
#awwwModalHolder .close-modal {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#awwwModalHolder .close-modal:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  top: 16px;
  left: 7px;
  position: absolute;
  transform: rotate(45deg);
}
#awwwModalHolder .close-modal:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  top: 16px;
  left: 7px;
  position: absolute;
  transform: rotate(-45deg);
}

#awwwModalContainer {
  position: relative;
  max-width: 100%;
}

.modal-img {
  max-width: 100vw;
  height: auto;
  display: block;
  max-height: 100vh;
}

.modal-gallery-holder {
  position: relative;
  z-index: 1;
}
.tab-content-item {
  display: none;
}
.tab-content-item.active {
  display: block;
}

.wp-block-awww-tabhead {
  display: flex;
}

.wp-block-awww-tabheaditem {
  padding: 10px 15px;
  cursor: pointer;
}

.mobile-tab-head {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 764px) {
  .wp-block-awww-tabhead {
    display: none;
  }

  .mobile-tab-head {
    display: block;
  }
}
.mapsitem {
  height: 400px;
}
.awww-social-media-share-holder {
  min-height: 30px;
}

.share-icon-facebook {
  background-color: #4267B2;
  display: inline-block;
  padding: 4px 14px;
}
.share-icon-facebook span {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23ffffff" d="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z"/></svg>');
}

.share-icon-twitter {
  background-color: #1DA1F2;
  display: inline-block;
  padding: 4px 14px;
}
.share-icon-twitter span {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23ffffff" d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"/></svg>');
}

.share-icon-linkedin {
  background-color: #0077b5;
  display: inline-block;
  padding: 4px 14px;
}
.share-icon-linkedin span {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23ffffff" d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z"/></svg>');
}

.share-icon-whatsapp {
  background-color: #128C7E;
  display: inline-block;
  padding: 4px 14px;
}
.share-icon-whatsapp span {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23ffffff" d="M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z"/></svg>');
}
.formControl label > span {
  display: block;
  margin-bottom: 6px;
  display: block;
  font-size: 12px;
}

.hasLabels-false label > span {
  display: none;
}

.inputHolder {
  position: relative;
}
.inputHolder input[type=text], .inputHolder input[type=email], .inputHolder input[type=number], .inputHolder select, .inputHolder input[type=password], .inputHolder input[type=file] {
  height: 36px;
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
}
.inputHolder textarea {
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
  border: 0;
}

.checkboxInput .inputHolder {
  display: inline-block;
}

.formControl label {
  display: block;
  margin: 0 0 15px 0;
}

.contactmenowholder {
  display: none;
}

.formCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
.formCol > * {
  flex-basis: 100%;
  padding: 0 15px;
  flex-direction: column;
  min-width: 0;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
}
.formCol > .width-half {
  flex-basis: 50%;
}

.radioInput .inputHolder, .checkboxInput .inputHolder {
  display: flex;
  align-items: center;
}
.radioInput input, .checkboxInput input {
  margin: 0 10px 0 0;
}
.radioInput label, .checkboxInput label {
  margin: 0;
}
.radioInput label span, .checkboxInput label span {
  margin: 0;
}
.awww-row {
  display: flex;
  flex-wrap: wrap;
}
.awww-row .awww-row {
  margin-left: -15px;
  margin-right: -15px;
}
.awww-row.row-align-center {
  align-items: center;
}
.awww-row.row-align-end {
  align-items: end;
}
.awww-row figure {
  margin: 0;
}

.awww-col {
  padding: 15px;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
}
.awww-col.has-background {
  margin-left: 15px;
  margin-right: 15px;
}
.awww-col.has-background.awww-col-1 {
  flex-basis: calc(8.333% - (15px * 2));
}
.awww-col.has-background.awww-col-2 {
  flex-basis: calc(16.666% - (15px * 2));
}
.awww-col.has-background.awww-col-3 {
  flex-basis: calc(25% - (15px * 2));
}
.awww-col.has-background.awww-col-4 {
  flex-basis: calc(33.333% - (15px * 2));
}
.awww-col.has-background.awww-col-5 {
  flex-basis: calc(41.666% - (15px * 2));
}
.awww-col.has-background.awww-col-6 {
  flex-basis: calc(50% - (15px * 2));
}
.awww-col.has-background.awww-col-7 {
  flex-basis: calc(58.333% - (15px * 2));
}
.awww-col.has-background.awww-col-8 {
  flex-basis: calc(66.666% - (15px * 2));
}
.awww-col.has-background.awww-col-9 {
  flex-basis: calc(75% - (15px * 2));
}
.awww-col.has-background.awww-col-10 {
  flex-basis: calc(82.333% - (15px * 2));
}
.awww-col.has-background.awww-col-11 {
  flex-basis: calc(91.666% - (15px * 2));
}
.awww-col.has-background.awww-col-12 {
  flex-basis: calc(100% - (15px * 2));
}

.awww-col-1 {
  flex-basis: 8.333%;
}

.awww-col-2 {
  flex-basis: 16.666%;
}

.awww-col-3 {
  flex-basis: 25%;
}

.awww-col-4 {
  flex-basis: 33.333%;
}

.awww-col-5 {
  flex-basis: 41.666%;
}

.awww-col-6 {
  flex-basis: 50%;
}

.awww-col-7 {
  flex-basis: 58.333%;
}

.awww-col-8 {
  flex-basis: 66.666%;
}

.awww-col-9 {
  flex-basis: 75%;
}

.awww-col-10 {
  flex-basis: 82.333%;
}

.awww-col-11 {
  flex-basis: 91.666%;
}

.awww-col-12 {
  flex-basis: 100%;
}

.has-1-columns .wp-block-column {
  flex-basis: 100%;
  margin-right: 0;
}

.awww-col-offset-1 {
  margin-left: 8.333%;
}

.awww-col-offset-2 {
  margin-left: 16.666%;
}

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

.awww-col-offset-4 {
  margin-left: 33.333%;
}

.awww-col-offset-5 {
  margin-left: 41.666%;
}

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

.awww-col-offset-7 {
  margin-left: 58.333%;
}

.awww-col-offset-8 {
  margin-left: 66.666%;
}

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

.awww-col-offset-10 {
  margin-left: 82.333%;
}

.awww-col-offset-11 {
  margin-left: 91.666%;
}

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

.img-top-pos-0 {
  object-position: 50% 0%;
}

.img-top-pos-10 {
  object-position: 50% 10%;
}

.img-top-pos-20 {
  object-position: 50% 20%;
}

.img-top-pos-30 {
  object-position: 50% 30%;
}

.img-top-pos-40 {
  object-position: 50% 40%;
}

.img-top-pos-50 {
  object-position: 50% 50%;
}

.img-top-pos-60 {
  object-position: 50% 60%;
}

.img-top-pos-70 {
  object-position: 50% 70%;
}

.img-top-pos-80 {
  object-position: 50% 80%;
}

.img-top-pos-90 {
  object-position: 50% 90%;
}

.img-top-pos-100 {
  object-position: 50% 100%;
}

@media screen and (max-width: 992px) {
  .awww-col-1 {
    flex-basis: 16.666%;
  }

  .awww-col-2 {
    flex-basis: 33.333%;
  }

  .awww-col-3 {
    flex-basis: 50%;
  }

  .awww-col-4 {
    flex-basis: 50%;
  }

  .awww-col-5 {
    flex-basis: 50%;
  }

  .awww-col-6 {
    flex-basis: 50%;
  }

  .awww-col-7 {
    flex-basis: 100%;
  }

  .awww-col-8 {
    flex-basis: 100%;
  }

  .awww-col-9 {
    flex-basis: 100%;
  }

  .awww-col-10 {
    flex-basis: 100%;
  }

  .awww-col-11 {
    flex-basis: 100%;
  }

  .awww-col-12 {
    flex-basis: 100%;
  }

  .has-1-columns .wp-block-column {
    flex-basis: 100%;
    margin-right: 0;
  }

  .awww-col-offset-1, .awww-col-offset-2, .awww-col-offset-3, .awww-col-offset-4, .awww-col-offset-5, .awww-col-offset-6, .awww-col-offset-7, .awww-col-offset-8, .awww-col-offset-9, .awww-col-offset-10,
.awww-col-offset-11, .awww-col-offset-12 {
    margin-left: 0%;
  }

  .col-m-1 {
    flex-basis: 8.333%;
  }

  .col-m-2 {
    flex-basis: 16.666%;
  }

  .col-m-3 {
    flex-basis: 25%;
  }

  .col-m-4 {
    flex-basis: 33.333%;
  }

  .col-m-5 {
    flex-basis: 41.666%;
  }

  .col-m-6 {
    flex-basis: 50%;
  }

  .col-m-7 {
    flex-basis: 58.333%;
  }

  .col-m-8 {
    flex-basis: 66.666%;
  }

  .col-m-9 {
    flex-basis: 75%;
  }

  .col-m-10 {
    flex-basis: 82.333%;
  }

  .col-m-11 {
    flex-basis: 91.666%;
  }

  .col-m-12 {
    flex-basis: 100%;
  }

  .awww-col.has-background {
    margin-left: 15px;
    margin-right: 15px;
  }
  .awww-col.has-background.col-m-1 {
    flex-basis: calc(8.333% - (15px * 2));
  }
  .awww-col.has-background.col-m-2 {
    flex-basis: calc(16.666% - (15px * 2));
  }
  .awww-col.has-background.col-m-3 {
    flex-basis: calc(25% - (15px * 2));
  }
  .awww-col.has-background.col-m-4 {
    flex-basis: calc(33.333% - (15px * 2));
  }
  .awww-col.has-background.col-m-5 {
    flex-basis: calc(41.666% - (15px * 2));
  }
  .awww-col.has-background.col-m-6 {
    flex-basis: calc(50% - (15px * 2));
  }
  .awww-col.has-background.col-m-7 {
    flex-basis: calc(58.333% - (15px * 2));
  }
  .awww-col.has-background.col-m-8 {
    flex-basis: calc(66.666% - (15px * 2));
  }
  .awww-col.has-background.col-m-9 {
    flex-basis: calc(75% - (15px * 2));
  }
  .awww-col.has-background.col-m-10 {
    flex-basis: calc(82.333% - (15px * 2));
  }
  .awww-col.has-background.col-m-11 {
    flex-basis: calc(91.666% - (15px * 2));
  }
  .awww-col.has-background.col-m-12 {
    flex-basis: calc(100% - (15px * 2));
  }
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 764px) {
  .awww-col-1, .awww-col-2, .awww-col-3, .awww-col-4, .awww-col-5, .awww-col-6, .awww-col-7, .awww-col-8, .awww-col-9, .awww-col-10, .awww-col-11, .awww-col-12 {
    flex-basis: 100%;
  }

  .col-s-1 {
    flex-basis: 8.333%;
  }

  .col-s-2 {
    flex-basis: 16.666%;
  }

  .col-s-3 {
    flex-basis: 25%;
  }

  .col-s-4 {
    flex-basis: 33.333%;
  }

  .col-s-5 {
    flex-basis: 41.666%;
  }

  .col-s-6 {
    flex-basis: 50%;
  }

  .col-s-7 {
    flex-basis: 58.333%;
  }

  .col-s-8 {
    flex-basis: 66.666%;
  }

  .col-s-9 {
    flex-basis: 75%;
  }

  .col-s-10 {
    flex-basis: 82.333%;
  }

  .col-s-11 {
    flex-basis: 91.666%;
  }

  .col-s-12 {
    flex-basis: 100%;
  }

  .awww-col.has-background.col-s-1 {
    flex-basis: calc(8.333% - (15px * 2));
  }
  .awww-col.has-background.col-s-2 {
    flex-basis: calc(16.666% - (15px * 2));
  }
  .awww-col.has-background.col-s-3 {
    flex-basis: calc(25% - (15px * 2));
  }
  .awww-col.has-background.col-s-4 {
    flex-basis: calc(33.333% - (15px * 2));
  }
  .awww-col.has-background.col-s-5 {
    flex-basis: calc(41.666% - (15px * 2));
  }
  .awww-col.has-background.col-s-6 {
    flex-basis: calc(50% - (15px * 2));
  }
  .awww-col.has-background.col-s-7 {
    flex-basis: calc(58.333% - (15px * 2));
  }
  .awww-col.has-background.col-s-8 {
    flex-basis: calc(66.666% - (15px * 2));
  }
  .awww-col.has-background.col-s-9 {
    flex-basis: calc(75% - (15px * 2));
  }
  .awww-col.has-background.col-s-10 {
    flex-basis: calc(82.333% - (15px * 2));
  }
  .awww-col.has-background.col-s-11 {
    flex-basis: calc(91.666% - (15px * 2));
  }
  .awww-col.has-background.col-s-12 {
    flex-basis: calc(100% - (15px * 2));
  }
}
@media screen and (max-width: 450px) {
  .col-xs-1 {
    flex-basis: 8.333%;
  }

  .col-xs-2 {
    flex-basis: 16.666%;
  }

  .col-xs-3 {
    flex-basis: 25%;
  }

  .col-xs-4 {
    flex-basis: 33.333%;
  }

  .col-xs-5 {
    flex-basis: 41.666%;
  }

  .col-xs-6 {
    flex-basis: 50%;
  }

  .col-xs-7 {
    flex-basis: 58.333%;
  }

  .col-xs-8 {
    flex-basis: 66.666%;
  }

  .col-xs-9 {
    flex-basis: 75%;
  }

  .col-xs-10 {
    flex-basis: 82.333%;
  }

  .col-xs-11 {
    flex-basis: 91.666%;
  }

  .col-xs-12 {
    flex-basis: 100%;
  }

  .awww-col.has-background.col-xs-1 {
    flex-basis: calc(8.333% - (15px * 2));
  }
  .awww-col.has-background.col-xs-2 {
    flex-basis: calc(16.666% - (15px * 2));
  }
  .awww-col.has-background.col-xs-3 {
    flex-basis: calc(25% - (15px * 2));
  }
  .awww-col.has-background.col-xs-4 {
    flex-basis: calc(33.333% - (15px * 2));
  }
  .awww-col.has-background.col-xs-5 {
    flex-basis: calc(41.666% - (15px * 2));
  }
  .awww-col.has-background.col-xs-6 {
    flex-basis: calc(50% - (15px * 2));
  }
  .awww-col.has-background.col-xs-7 {
    flex-basis: calc(58.333% - (15px * 2));
  }
  .awww-col.has-background.col-xs-8 {
    flex-basis: calc(66.666% - (15px * 2));
  }
  .awww-col.has-background.col-xs-9 {
    flex-basis: calc(75% - (15px * 2));
  }
  .awww-col.has-background.col-xs-10 {
    flex-basis: calc(82.333% - (15px * 2));
  }
  .awww-col.has-background.col-xs-11 {
    flex-basis: calc(91.666% - (15px * 2));
  }
  .awww-col.has-background.col-xs-12 {
    flex-basis: calc(100% - (15px * 2));
  }
}
.wp-block-image img {
  height: auto;
}

.wp-block-awww-variable-columns {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}


@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url(fonts/fontello.eot);
  src: url(fonts/fontello.eot#iefix) format("embedded-opentype"), url(fonts/fontello.woff2) format("woff2"), url(fonts/fontello.woff) format("woff"), url(fonts/fontello.ttf) format("truetype"), url(fonts/fontello.svg?#fontello) format("svg");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-calendar:before {
  content: "\e800";
}

/* '' */
.icon-group:before {
  content: "\e801";
}

/* '' */
.icon-right:before {
  content: "\e802";
}

/* '' */
.icon-location-outline:before {
  content: "\e80c";
}

/* '' */
.icon-building:before {
  content: "\f0f7";
}

/* '' */
.wp-block-buttons {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-buttons .wp-block-button {
  margin-right: 15px !important;
}
.wp-block-buttons .wp-block-button:last-child {
  margin-right: 0 !important;
}

.wp-block-buttons {
  display: block;
}

.wp-block-buttons > .wp-block-button {
  margin-bottom: 0;
}

.wp-block-cover {
  padding: 30px;
}

.wp-block-cover, .wp-block-cover-image {
  min-height: 0;
}

ul {
  padding-left: 0;
  margin-left: 20px;
}
ul.taxonomy-container {
  margin-top: 0;
  margin-bottom: 0;
}
ul li::marker {
  color: #252692;
}

ol {
  padding-left: 20px;
  box-sizing: border-box;
}
ol li::marker {
  color: #252692;
}

.alignleft, .justify-content-left {
  text-align: left;
}

.alignright, .justify-content-right {
  text-align: right;
}

.aligncenter, .justify-content-center {
  text-align: center;
}

.figure {
  margin: 0;
}

.wp-block-pullquote {
  border: 0;
  padding: 30px 0;
}
.wp-block-pullquote p {
  font-size: 22px;
  line-height: 28px;
}

blockquote {
  display: block;
  max-width: 500px;
  margin: 30px auto;
  text-align: center;
  font-weight: 600;
  border: 0;
}
blockquote p {
  color: #252692;
  font-style: italic;
  margin-bottom: 15px;
}
blockquote cite {
  display: block;
  font-style: normal;
  color: #000000;
}

p.left {
  text-align: left;
}
p.right {
  text-align: right;
}
p.center {
  text-align: center;
}

.wp-block-table table, .wp-block-table th, .wp-block-table td {
  border: 1px solid #ff3836;
  padding: 10px;
  font-size: 16px;
}
.wp-block-table th, .wp-block-table tfoot td {
  font-size: 16px;
  color: #000000;
  background-color: #ff3836;
}
.wp-block-table tfoot {
  border-top: 2px solid #ff3836;
}
.wp-block-table figcaption {
  margin: 10px 0;
  font-style: italic;
  text-align: center;
  color: #000000;
}
.wp-block-table.is-style-stripes {
  border-bottom: 1px solid #ff3836;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  color: #000000;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #ff3836;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) td {
  color: #000000;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes tfoot td {
  font-size: 14px;
  color: #000000;
  background-color: #ff3836;
}

.awwwArrow {
  background-color: #252692;
  overflow: hidden;
  width: 38px;
  height: 47px;
  opacity: 0.8;
}
.awwwArrow:hover {
  opacity: 1;
}

.arrowLeft {
  margin-left: 5px;
}

.arrowRight {
  margin-right: 5px;
}

.awwwArrow.arrowRight:after {
  right: 14px;
}

.awwwArrow.arrowLeft:after {
  left: 14px;
}

.image-slideshow-holder {
  overflow: visible;
}

.bulletHolder {
  margin-top: 9px;
  position: relative;
  bottom: 0;
}
.bulletHolder .bulletItem {
  background-color: #ffffff;
  border: 3px solid #252692;
  box-shadow: none;
  background-color: #cad1ff;
}
.bulletHolder .bulletItem.active {
  border: 3px solid #252692;
  box-shadow: none;
  background-color: #252692;
}

.thumbnailHolder {
  margin-top: 40px;
}

.awwwArrow:after {
  width: 14px;
  height: 14px;
  top: 15px;
  left: 11px;
}

/* Accordeon */
.awww-accordion-head-holder {
  position: relative;
}
.awww-accordion-head-holder:before {
  content: "\f004";
  font-family: "fontello";
  position: absolute;
  color: #333d40;
  top: 50%;
  right: 18px;
  margin-top: -7px;
}
.awww-accordion-head-holder * {
  color: #333d40;
}
.awww-accordion-head-holder.active:before {
  content: "\f005";
}

.awww-accordion-head h2, .awww-accordion-head h3, .awww-accordion-head h4, .awww-accordion-head h5, .wp-block-awww-tabheaditem h2, .wp-block-awww-tabheaditem h3, .wp-block-awww-tabheaditem h4, .wp-block-awww-tabheaditem h5 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 8px 12px;
}

.awww-accordion-content-holder, .wp-block-awww-tabcontent {
  padding: 15px;
}

.wp-block-awww-accordion, .wp-block-awww-tab, .wp-block-table {
  margin-top: 30px;
  margin-bottom: 45px;
}

.wp-block-awww-accordionitem {
  margin-bottom: 10px;
  background-color: #ffffff;
}

.tab-content-item {
  padding: 5px 15px;
}

.wp-block-awww-tabcontent {
  background-color: #ffffff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.wp-block-awww-tabheaditem {
  padding: 3px 15px;
  color: #333d40;
  margin-right: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.wp-block-awww-tabheaditem:first-child {
  border-top-left-radius: 0px;
}
.wp-block-awww-tabheaditem:last-child {
  border-top-right-radius: 0px;
}
.wp-block-awww-tabheaditem * {
  color: #333d40;
}
.wp-block-awww-tabheaditem.active, .wp-block-awww-tabheaditem:hover {
  background-color: #252692;
}
.wp-block-awww-tabheaditem.active *, .wp-block-awww-tabheaditem:hover * {
  color: #ffffff;
}

body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  border: 0;
}
.site .header-holder {
  margin: 0;
}

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

.head-first {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.head-first p {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  margin: 0;
}
.head-first .head-line {
  font-size: 30px;
}

#logo-holder img {
  width: 100px;
  height: 100px;
}

.head-second p {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  margin: 0;
}
.menu {
  margin: 0;
  padding: 0;
}
.menu li {
  position: relative;
  list-style: none;
  display: inline-block;
}
.menu li a {
  display: block;
  text-decoration: none;
  padding: 10px;
}
.menu li:hover .sub-menu {
  display: block;
}
.menu .sub-menu {
  position: absolute;
  margin: 0;
  padding: 10px;
  display: none;
}
.menu .sub-menu a {
  padding: 3px 5px;
}

.awww-lang-switcher svg, .awww-lang-option svg {
  width: 100%;
}

.navTrigger {
  display: none;
}

#main-nav-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-collection {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

figure.is-style-rounded {
  width: 400px;
  height: 400px;
  border-radius: 200px;
  margin: auto;
  position: relative;
}
figure.is-style-rounded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
figure.is-style-rounded:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #252692;
}

.wp-block-button__link {
  padding-right: 55px;
  position: relative;
}
.wp-block-button__link:before {
  color: #ffffff;
  content: "\e802";
  font-family: "fontello";
  position: absolute;
  right: 15px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.wp-block-button__link.has-fifth-background-color:before {
  color: #252692;
}

.is-style-outline .wp-block-button__link:before {
  color: #ffffff;
  content: "\e802";
  font-family: "fontello";
  background-color: #252692;
}

.is-style-has-rounded .holder-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px #252692;
  -moz-box-shadow: 0px 0px 5px 0px #252692;
  box-shadow: 0px 0px 5px 0px #252692;
}

.size-icon-4 i:before {
  font-size: 28px;
}

.is-style-center-content {
  text-align: center;
}
.is-style-center-content .is-style-has-rounded {
  display: flex;
  justify-content: center;
}

.is-style-content-top {
  margin-top: -42px;
}

.awww-row.has-background {
  border-radius: 10px;
}

.agenda-item {
  text-decoration: none;
  height: 100%;
  display: flex;
  position: relative;
}
.agenda-item.has-link > .wp-block-group__inner-container {
  -webkit-box-shadow: 0px 0px 5px 0px #e1e0fd;
  -moz-box-shadow: 0px 0px 5px 0px #e1e0fd;
  box-shadow: 0px 0px 5px 0px #e1e0fd;
}
.agenda-item > .wp-block-group__inner-container {
  background-color: #ffffff;
  margin-top: 47px;
  padding-top: 60px;
  padding: 70px 20px 50px;
  border-radius: 10px;
  flex-basis: 100%;
}
.agenda-item .author {
  bottom: 0;
  position: absolute;
  margin: 0;
  padding: 20px 0;
}

.agenda-icon-holder:before {
  font-family: "fontello";
}

.agenda-icon-diskussion:before {
  content: "\e801";
}

.agenda-icon-event:before {
  content: "\f0f7";
}

.agenda-icon-vortrag:before {
  content: "\f0f7";
}

.agenda-icon-workshop:before {
  content: "\e801";
}

.date-holder {
  display: inline-block;
  background-color: #252692;
  color: #ffffff;
  padding: 12px 11px;
  border-radius: 52px;
  min-width: 43px;
  text-align: center;
}
.date-holder > * {
  display: block;
}

.date-item {
  color: #e1e0fd;
}

.date-item, .date-time {
  font-size: 16px;
  line-height: 19px;
  font-family: "Nunito", sans-serif;
}

.is-style-head-agenda-info {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 0;
  margin-left: -45px;
}

.agenda-item-small > .wp-block-group__inner-container {
  -webkit-box-shadow: 0px 0px 5px 0px #e1e0fd;
  -moz-box-shadow: 0px 0px 5px 0px #e1e0fd;
  box-shadow: 0px 0px 5px 0px #e1e0fd;
}

.agenda-item-full .is-style-head-agenda-info {
  left: 0;
  top: 50%;
  margin-top: -33px;
  margin-left: 0;
}
.agenda-item-full .author {
  position: relative;
  padding: 0;
}
.agenda-item-full.agenda-item > .wp-block-group__inner-container {
  margin-top: 0;
  padding: 20px;
  margin-left: 90px;
}
.agenda-item-full .wp-block-button__link {
  padding: 4px 35px 4px 10px;
  font-size: 16px;
  margin-top: 15px;
}
.agenda-item-full .wp-block-button__link:before {
  right: 2px;
  width: 32px;
  height: 29px;
}

.overview-uebersicht-breit > .awww-row > .awww-col {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
}
.overview-uebersicht-breit > .awww-row > .awww-col .agenda-item-full:before {
  content: "";
  position: absolute;
  top: -15px;
  width: 4px;
  background-color: #cad1ff;
  left: 31px;
  bottom: -15px;
}
.overview-uebersicht-breit > .awww-row > .awww-col .agenda-item-full.agenda-start:before {
  top: 50%;
}
.overview-uebersicht-breit > .awww-row > .awww-col .agenda-item-full.agenda-end:before {
  bottom: 73%;
}
.overview-uebersicht-breit > .awww-row > .awww-col .agenda-item-full.agenda-end > .wp-block-group__inner-container {
  margin-bottom: 90px;
}
.overview-uebersicht-breit > .awww-row > .awww-col .agenda-item-full.agenda-end .is-style-head-agenda-info {
  margin-top: -75px;
}

.date-container {
  position: relative;
}

.agenda-icon-holder {
  position: absolute;
  background-color: #ffffff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  right: -8px;
  bottom: -8px;
  -webkit-box-shadow: 0px 0px 5px 0px #252692;
  -moz-box-shadow: 0px 0px 5px 0px #252692;
  box-shadow: 0px 0px 5px 0px #252692;
}

.min-margin-top {
  margin-top: -50px;
  padding-top: 50px;
}

.has-z-index {
  z-index: 1;
}

.has-bg-img {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.has-rounded-bg {
  display: flex;
  justify-content: center;
  padding: 50px 100px 50px 40px;
}
.has-rounded-bg:before {
  position: absolute;
  content: "";
  background-color: #252692;
  top: -100px;
  left: 0;
  width: 100%;
  height: 800px;
  border-top-right-radius: 400px;
  border-bottom-right-radius: 400px;
  z-index: 0;
}
.has-rounded-bg > * {
  position: relative;
}

ul.taxonomy-container {
  margin: 0 0 15px 0;
}
ul.taxonomy-container li {
  list-style: none;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 7px 15px;
  line-height: 14px;
  font-size: 14px;
  border-radius: 20px;
}

.formControl label > span {
  font-size: 15px;
}

.ball-bg {
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #252692;
  border-radius: 300px;
  padding: 45px;
  margin: 30px 0;
  position: relative;
}

.awww-row.has-bg-img {
  border-radius: 20px;
}

.head-banner > .awww-row {
  padding-top: 50px;
  padding-bottom: 80px;
}

.is-style-has-padding {
  padding: 20px 25px;
  border-radius: 10px;
}

.foot-first {
  display: flex;
  align-items: center;
}

.foot-info-holder {
  margin-left: 20px;
}
.foot-info-holder * {
  color: #ffffff;
}
.foot-info-holder p {
  font-size: 12px;
  margin: 0;
  line-height: 16px;
}
.foot-info-holder .foot-line {
  font-size: 18px;
  line-height: 32px;
}

#menu-footer-menu {
  text-align: right;
  margin-right: 20px;
}
#menu-footer-menu a {
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px;
}

#footer {
  margin-bottom: 20px;
}
#footer .has-primary-background-color {
  border-radius: 10px;
}

.hotel-overview {
  background-color: #252692;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.hotel-overview figure {
  position: relative;
  width: 100%;
  height: 210px;
}
.hotel-overview figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hotel-overview a {
  color: #ffffff;
}

.in-check-h {
  display: flex !important;
  flex-direction: row !important;
  align-items: end !important;
  flex-wrap: wrap;
}
.in-check-h .checkboxInput {
  margin: 10px 15px 20px 0;
}

.inputHolder input[type=text], .inputHolder input[type=email], .inputHolder input[type=number], .inputHolder select, .inputHolder input[type=password], .inputHolder input[type=file] {
  padding: 5px 10px;
}

.input-left {
  padding-left: 38px;
}

textarea {
  border: 1px solid #aaa;
  border-radius: 4px;
}

.has-text-color.has-primary-color {
  color: #252692;
}
.has-text-color.has-primary-color > li, .has-text-color.has-primary-color i:before {
  color: #252692;
}
.has-text-color.has-primary-color svg path, .has-text-color.has-primary-color svg circle {
  fill: #252692 !important;
}
.has-text-color.has-secondary-color {
  color: #ff3836;
}
.has-text-color.has-secondary-color > li {
  color: #ff3836;
}
.has-text-color.has-secondary-color svg path, .has-text-color.has-secondary-color svg circle {
  fill: #ff3836 !important;
}
.has-text-color.has-third-color {
  color: #cad1ff;
}
.has-text-color.has-third-color > li {
  color: #cad1ff;
}
.has-text-color.has-third-color svg path, .has-text-color.has-third-color svg circle {
  fill: #cad1ff !important;
}
.has-text-color.has-fourth-color {
  color: #000000;
}
.has-text-color.has-fourth-color > li {
  color: #000000;
}
.has-text-color.has-fourth-color svg path, .has-text-color.has-fourth-color svg circle {
  fill: #000000 !important;
}
.has-text-color.has-fifth-color {
  color: #ffffff;
}
.has-text-color.has-fifth-color > li {
  color: #ffffff;
}
.has-text-color.has-fifth-color svg path, .has-text-color.has-fifth-color svg circle {
  fill: #ffffff !important;
}
.has-text-color.has-sixth-color {
  color: #e1e0fd;
}
.has-text-color.has-sixth-color > li {
  color: #e1e0fd;
}
.has-text-color.has-sixth-color svg path, .has-text-color.has-sixth-color svg circle {
  fill: #e1e0fd !important;
}

.has-background.has-primary-background-color {
  background-color: #252692 !important;
}
.has-background.has-secondary-background-color {
  background-color: #ff3836 !important;
}
.has-background.has-third-background-color {
  background-color: #cad1ff !important;
}
.has-background.has-fourth-background-color {
  background-color: #000000 !important;
}
.has-background.has-fifth-background-color {
  background-color: #ffffff !important;
}
.has-background.has-sixth-background-color {
  background-color: #e1e0fd !important;
}

.wp-block-buttons.is-content-justification-right {
  text-align: right;
}
.wp-block-buttons.is-content-justification-center {
  text-align: center;
}

p, li, a, td, label, input, textarea, select, .wp-block-search__input, time {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
}
p.is-style-quote-bg, li.is-style-quote-bg, a.is-style-quote-bg, td.is-style-quote-bg, label.is-style-quote-bg, input.is-style-quote-bg, textarea.is-style-quote-bg, select.is-style-quote-bg, .wp-block-search__input.is-style-quote-bg, time.is-style-quote-bg {
  font-size: 38px;
  line-height: 54px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #000000;
  position: relative;
}
p.is-style-quote-bg:after, li.is-style-quote-bg:after, a.is-style-quote-bg:after, td.is-style-quote-bg:after, label.is-style-quote-bg:after, input.is-style-quote-bg:after, textarea.is-style-quote-bg:after, select.is-style-quote-bg:after, .wp-block-search__input.is-style-quote-bg:after, time.is-style-quote-bg:after {
  content: "\e803";
  font-family: "fontello";
  font-size: 157px;
  color: #83FAFC;
  position: absolute;
  top: 50%;
  margin-top: -41px;
  left: 50%;
  margin-left: -55px;
  z-index: -1;
}
p.is-style-copy-heading, li.is-style-copy-heading, a.is-style-copy-heading, td.is-style-copy-heading, label.is-style-copy-heading, input.is-style-copy-heading, textarea.is-style-copy-heading, select.is-style-copy-heading, .wp-block-search__input.is-style-copy-heading, time.is-style-copy-heading {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #000000;
}

a {
  color: #252692;
}

p {
  margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5, h6, th, tfoot td {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #000000;
}
h1.is-style-copy-paragraph, h2.is-style-copy-paragraph, h3.is-style-copy-paragraph, h4.is-style-copy-paragraph, h5.is-style-copy-paragraph, h6.is-style-copy-paragraph, th.is-style-copy-paragraph, tfoot td.is-style-copy-paragraph {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 45px 0 15px 0;
}
h1.has-small-font-size, h2.has-small-font-size, h3.has-small-font-size, h4.has-small-font-size, h5.has-small-font-size, h6.has-small-font-size {
  font-size: 22px !important;
  line-height: 28px;
}
h1.has-normal-font-size, h1.has-regular-font-size, h2.has-normal-font-size, h2.has-regular-font-size, h3.has-normal-font-size, h3.has-regular-font-size, h4.has-normal-font-size, h4.has-regular-font-size, h5.has-normal-font-size, h5.has-regular-font-size, h6.has-normal-font-size, h6.has-regular-font-size {
  font-size: 26px !important;
  line-height: 32px;
}
h1.has-medium-font-size, h2.has-medium-font-size, h3.has-medium-font-size, h4.has-medium-font-size, h5.has-medium-font-size, h6.has-medium-font-size {
  font-size: 30px !important;
  line-height: 37px;
}
h1.has-large-font-size, h2.has-large-font-size, h3.has-large-font-size, h4.has-large-font-size, h5.has-large-font-size, h6.has-large-font-size {
  font-size: 32px !important;
  line-height: 40px;
}
h1.has-huge-font-size, h2.has-huge-font-size, h3.has-huge-font-size, h4.has-huge-font-size, h5.has-huge-font-size, h6.has-huge-font-size {
  font-size: 40px !important;
  line-height: 50px;
}

.is-style-distance-small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.is-style-distance-medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.is-style-distance-large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.distancetop-1 {
  margin-top: 0 !important;
}

.distancetop-2 {
  margin-top: 15px !important;
}

.distancetop-3 {
  margin-top: 30px !important;
}

.distancetop-4 {
  margin-top: 60px !important;
}

.distancetop-5 {
  margin-top: 75px !important;
}

.distancetop-6 {
  margin-top: 90px !important;
}

.distancetop-7 {
  margin-top: 105px !important;
}

.distancetop-8 {
  margin-top: 120px !important;
}

.distancebottom-1 {
  margin-bottom: 0 !important;
}

.distancebottom-2 {
  margin-bottom: 15px !important;
}

.distancebottom-3 {
  margin-bottom: 30px !important;
}

.distancebottom-4 {
  margin-bottom: 60px !important;
}

.distancebottom-5 {
  margin-bottom: 75px !important;
}

.distancebottom-6 {
  margin-bottom: 90px !important;
}

.distancebottom-7 {
  margin-bottom: 105px !important;
}

.distancebottom-8 {
  margin-bottom: 120px !important;
}

.distanceinnertop-1 {
  padding-top: 15px !important;
}

.distanceinnertop-2 {
  padding-top: 45px !important;
}

.distanceinnertop-3 {
  padding-top: 60px !important;
}

.distanceinnertop-4 {
  padding-top: 80px !important;
}

.distanceinnerbottom-1 {
  padding-bottom: 15px !important;
}

.distanceinnerbottom-2 {
  padding-bottom: 45px !important;
}

.distanceinnerbottom-3 {
  padding-bottom: 60px !important;
}

.distanceinnerbottom-4 {
  padding-bottom: 80px !important;
}

.has-xs-font-size {
  font-size: 14px;
  line-height: 18px;
}

.has-s-font-size {
  font-size: 16px;
  line-height: 20px;
}

.has-m-font-size {
  font-size: 18px;
  line-height: 22px;
}

.has-l-font-size, h6 {
  font-size: 20px;
  line-height: 24px;
}

.has-xl-font-size, h5 {
  font-size: 28px;
  line-height: 32px;
}

.has-xxl-font-size, h4 {
  font-size: 36px;
  line-height: 47px;
}

.has-xxxl-font-size, h3 {
  font-size: 50px;
  line-height: 56px;
}

.has-xxxxl-font-size, h2 {
  font-size: 60px;
  line-height: 67px;
}

.has-xxxxxl-font-size, h1 {
  font-size: 70px;
  line-height: 78px;
}

.size-icon-1 .icon-mail:before {
  font-size: 18px;
}
.size-icon-1 svg {
  height: 22px;
  width: auto;
}

.size-icon-2 .icon-mail:before {
  font-size: 22px;
}
.size-icon-2 svg {
  height: 26px;
  width: auto;
}

.size-icon-3 .icon-mail:before {
  font-size: 26px;
}
.size-icon-3 svg {
  height: 30px;
  width: auto;
}

.size-icon-4 .icon-mail:before {
  font-size: 42px;
}
.size-icon-4 svg {
  height: 38px;
  width: auto;
}

.size-icon-5 .icon-mail:before {
  font-size: 34px;
}
.size-icon-5 svg {
  height: 42px;
  width: auto;
}

.wp-block-button__link {
  border-radius: 10px;
  border: 0;
}

@media screen and (max-width: 1200px) {
  figure.is-style-rounded {
    width: 366px;
    height: 366px;
  }

  .main-nav-container .menu li a {
    display: block;
    text-decoration: none;
    padding: 5px;
    font-size: 16px;
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@media screen and (max-width: 992px) {
  #logo-holder {
    display: block;
    height: 60px;
    padding-right: 10px;
  }
  #logo-holder img {
    height: 100%;
    width: auto;
  }

  .head-first {
    padding-top: 5px;
  }

  .awww-language-holder {
    position: absolute;
    top: 18px;
    right: 50px;
  }

  .head-first {
    justify-content: left;
    padding-left: 15px;
  }

  .head-info-holder {
    max-width: 288px;
  }
  .head-info-holder p:first-child {
    font-size: 26px;
    line-height: 26px;
  }
  .head-info-holder p:last-child {
    line-height: 14px;
  }

  .menu-head-menu-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
  }
  .menu-head-menu-container .menu li {
    display: block;
  }
  .menu-head-menu-container .menu li a {
    padding: 5px;
    font-size: 16px;
  }

  .main-nav-container {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    background-color: #00000050;
  }
  .main-nav-container.active {
    display: block;
  }

  .navTrigger {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    padding: 0 5px 0 10px;
    background: none;
    align-self: center;
    position: absolute;
    right: 5px;
    top: 22px;
  }
  .navTrigger i {
    background-color: #000000;
    border-radius: 2px;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
  }
  .navTrigger i:nth-child(2) {
    margin: 5px 0;
  }
  .navTrigger.not-active i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .navTrigger.not-active i:nth-child(2) {
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .navTrigger.not-active i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
  }
  .navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
  }
  .navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
  }

  figure.is-style-rounded {
    width: 320px;
    height: 320px;
  }

  .has-xs-font-size {
    font-size: 14px;
    line-height: 18px;
  }

  .has-s-font-size {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
  }

  .has-m-font-size {
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
  }

  .has-l-font-size, h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
  }

  .has-xl-font-size, h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 200;
  }

  .has-xxl-font-size, h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .has-xxxl-font-size, h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .has-xxxxl-font-size, h2 {
    font-size: 35px;
    line-height: 46px;
  }

  .has-xxxxxl-font-size, h1 {
    font-size: 45px;
    line-height: 60px;
  }

  .distancetop-1 {
    margin-top: 0 !important;
  }

  .distancetop-2 {
    margin-top: 15px !important;
  }

  .distancetop-3 {
    margin-top: 20px !important;
  }

  .distancetop-4 {
    margin-top: 30px !important;
  }

  .distancetop-5 {
    margin-top: 40px !important;
  }

  .distancetop-6 {
    margin-top: 60px !important;
  }

  .distancetop-7 {
    margin-top: 70px !important;
  }

  .distancetop-8 {
    margin-top: 80px !important;
  }

  .distancebottom-1 {
    margin-bottom: 0 !important;
  }

  .distancebottom-2 {
    margin-bottom: 15px !important;
  }

  .distancebottom-3 {
    margin-bottom: 20px !important;
  }

  .distancebottom-4 {
    margin-bottom: 30px !important;
  }

  .distancebottom-5 {
    margin-bottom: 40px !important;
  }

  .distancebottom-6 {
    margin-bottom: 50px !important;
  }

  .distancebottom-7 {
    margin-bottom: 60px !important;
  }

  .distancebottom-8 {
    margin-bottom: 70px !important;
  }

  .distanceinnertop-1 {
    padding-top: 15px !important;
  }

  .distanceinnertop-2 {
    padding-top: 30px !important;
  }

  .distanceinnertop-3 {
    padding-top: 40px !important;
  }

  .distanceinnertop-4 {
    padding-top: 50px !important;
  }

  .distanceinnerbottom-1 {
    padding-bottom: 15px !important;
  }

  .distanceinnerbottom-2 {
    padding-bottom: 30px !important;
  }

  .distanceinnerbottom-3 {
    padding-bottom: 40px !important;
  }

  .distanceinnerbottom-4 {
    padding-bottom: 50px !important;
  }

  p, li, a, td, label, input, textarea, select, .wp-block-search__input, time {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 764px) {
  .ball-bg {
    margin: auto;
  }

  .has-bg-img {
    min-height: auto;
  }
}
@media screen and (max-width: 600px) {
  figure.is-style-rounded {
    width: 268px;
    height: 268px;
  }

  .ball-bg {
    margin: auto;
    width: 100%;
    padding: 60px 15px;
    height: auto;
  }
  .ball-bg h3 {
    margin: 0;
  }

  .head-info-holder p:last-child {
    display: none;
  }
}
