/*!
Theme Name: Endor
Description: Klassik-WordPress-Theme
Author: Innoside Web Solutions, Thomas Schreiber
Author Uri: https://innoside.at/
Theme Uri: https://innoside.at/
Version: 1.0
Requires at least: 6.0
Requires PHP: > 8.2
Text-Domain: tsc
 */
@font-face {
  font-family: "Outfit";
  src: url("assets/fonts/outfit/outfit-v11-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("assets/fonts/outfit/outfit-v11-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("assets/fonts/outfit/outfit-v11-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("assets/fonts/outfit/outfit-v11-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 15.2px;
  }
}

body {
  margin: 0;
  background-color: var(--wp--preset--color--base-bg);
  padding-top: 60px !important;
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  body {
    padding-top: 80px !important;
  }
}

body {
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 300;
  color: var(--wp--preset--color--base);
}

b, strong {
  font-weight: 600;
}

a {
  color: var(--wp--preset--color--primary);
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:active {
  background-color: rgba(var(--wp--preset--color--base), 0.3);
}
a.more-link {
  display: inline-block;
}

.nav-menu,
.sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.js #primary-nav {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
@media (min-width: 1200px) {
  .js #primary-nav .nav-menu > li > .sub-menu {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
}
.js #primary-nav .nav-menu > li > .sub-menu li {
  -webkit-transition: height 200ms linear, -webkit-transform 200ms linear;
  transition: height 200ms linear, -webkit-transform 200ms linear;
  transition: transform 200ms linear, height 200ms linear;
  transition: transform 200ms linear, height 200ms linear, -webkit-transform 200ms linear;
}

#navbar {
  font-family: var(--wp--preset--font-family--primary) !important;
  font-weight: 600 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  height: 60px;
  background-color: var(--wp--preset--color--base-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1200px) {
  #navbar {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--wp--preset--color--base-bg);
    font-weight: 300 !important;
    height: 80px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1920px) {
  #navbar {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.admin-bar #navbar,
.admin-bar #navbar {
  /*   @media (min-width: $breakpoint-nav) {
       .sub-menu {
         top: 112px !important;
       }
     }*/
}
@media (min-width: 783px) {
  .admin-bar #navbar,
  .admin-bar #navbar {
    top: 32px;
  }
}

.brand a,
.brand-lighted a {
  display: block;
}
@media (min-width: 1200px) {
  .brand a,
  .brand-lighted a {
    padding-top: 5px;
  }
}
.brand a img,
.brand a svg,
.brand-lighted a img,
.brand-lighted a svg {
  width: auto;
  height: 25px;
}
@media (min-width: 1200px) {
  .brand a img,
  .brand a svg,
  .brand-lighted a img,
  .brand-lighted a svg {
    height: 45px !important;
  }
}

@media (min-width: 1200px) {
  #navbar.hide-menu {
    top: -150px;
    -webkit-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
  }
}
#menu-button {
  display: block;
  height: 60px default;
  cursor: pointer;
  z-index: 2000;
}
@media (min-width: 1200px) {
  #menu-button {
    display: none;
  }
}
#menu-button .sign {
  display: block;
  height: 2px;
  width: 30px;
  margin: 28px 0 28px 20px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  -webkit-transition: background-color 200ms linear, -webkit-transform 300ms linear;
  transition: background-color 200ms linear, -webkit-transform 300ms linear;
  transition: background-color 200ms linear, transform 300ms linear;
  transition: background-color 200ms linear, transform 300ms linear, -webkit-transform 300ms linear;
}
#menu-button .sign:before, #menu-button .sign:after {
  content: "";
  display: block;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
#menu-button .sign:before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  width: 30px;
}
#menu-button .sign:after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  width: 30px;
}

#trigger-menu {
  display: none;
}
#trigger-menu:checked ~ #primary-nav {
  opacity: 1;
  pointer-events: auto;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#trigger-menu:checked ~ .mobile-menu-overlay {
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 1;
}
#trigger-menu:checked ~ #menu-button .sign {
  background-color: transparent !important;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
#trigger-menu:checked ~ #menu-button .sign:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 28px;
}
#trigger-menu:checked ~ #menu-button .sign:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 28px;
}

.menu-toggle {
  position: absolute;
  right: 1em;
  top: 1px;
  padding: 25px 11px 24px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
@media (min-width: 1200px) {
  .menu-toggle {
    display: none;
    padding: 3em 11px 24px;
  }
}
.menu-toggle em {
  display: block;
  position: relative;
  width: 28px;
  height: 0;
}
.menu-toggle em:before, .menu-toggle em:after {
  content: "";
  display: block;
  height: 2px;
  width: 15px;
  position: absolute;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  background-color: #fff;
}
.menu-toggle em::before {
  left: 0;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
}
.menu-toggle em:after {
  right: 0;
  -webkit-transform: rotate(-45deg) translateY(-2px);
          transform: rotate(-45deg) translateY(-2px);
}

.mobile-menu-overlay {
  position: absolute;
  top: 60px;
  left: 0;
  right: 100%;
  height: calc(99.9vh - 60px);
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: 1;
  opacity: 0;
}
@media (1200px) {
  .mobile-menu-overlay {
    display: none;
  }
}

#primary-nav {
  position: fixed;
  top: 60px;
  width: 75%;
  left: -75%;
  height: calc(99.9vh - 60px);
  overflow-y: auto;
  background-color: var(--wp--preset--color--base-bg);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1000;
}
@media only screen and (min-width: 768px) {
  #primary-nav {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #primary-nav {
    width: 100%;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 80px;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#primary-nav .nav-menu {
  padding: 1rem 1rem 2rem 2.5rem;
}
@media (min-width: 768px) {
  #primary-nav .nav-menu {
    padding: 2em 50px;
  }
}
@media (min-width: 1200px) {
  #primary-nav .nav-menu {
    display: inline-block;
    padding: 0;
    margin-top: 20px;
  }
}
#primary-nav .nav-menu a {
  display: block;
  text-decoration: none;
}
#primary-nav .nav-menu li {
  position: relative;
}
@media (min-width: 1200px) {
  #primary-nav .nav-menu li {
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  #primary-nav .nav-menu > li {
    display: inline-block;
    border: none;
    background-color: transparent;
    margin-right: 1.5em;
  }
  #primary-nav .nav-menu > li:last-of-type {
    margin-right: 0;
  }
}
#primary-nav .nav-menu > li > a {
  position: relative;
  height: 50px;
  line-height: 50px;
  letter-spacing: 1.2px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
#primary-nav .nav-menu > li > a:active {
  color: var(--wp--preset--color--primary);
}
@media (min-width: 1200px) {
  #primary-nav .nav-menu > li > a {
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
  }
  #primary-nav .nav-menu > li > a:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: transparent;
    -webkit-transition: top 0.22s linear, width 0.42s ease-in, left 0.4s ease-in;
    transition: top 0.22s linear, width 0.42s ease-in, left 0.4s ease-in;
  }
  #primary-nav .nav-menu > li > a:hover {
    color: var(--wp--preset--color--primary);
  }
  #primary-nav .nav-menu > li > a:hover:after {
    left: 0;
    top: 10px;
    width: 100%;
    background-color: var(--wp--preset--color--primary);
  }
}
#primary-nav .nav-menu > li.current-menu-item > a {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
@media (min-width: 1200px) {
  #primary-nav .nav-menu > li.current-menu-item > a {
    color: var(--wp--preset--color--primary);
    font-weight: 700;
  }
  #primary-nav .nav-menu > li.current-menu-item > a:hover {
    color: var(--wp--preset--color--primary);
  }
  #primary-nav .nav-menu > li.current-menu-item > a:hover:after {
    width: 0 !important;
  }
}
@media (min-width: 1200px) {
  #primary-nav .nav-menu > li.current-menu-parent > a {
    color: var(--wp--preset--color--primary);
  }
  #primary-nav .nav-menu > li.current-menu-parent > a:hover {
    color: var(--wp--preset--color--primary);
  }
  #primary-nav .nav-menu > li.current-menu-parent > a:hover:after {
    width: 0 !important;
  }
}
#primary-nav .nav-menu > li > .sub-menu {
  display: none;
  padding-bottom: 1em;
  padding-left: 0;
  background-color: var(--wp--preset--color--base-bg);
}
@media (min-width: 1200px) {
  #primary-nav .nav-menu > li > .sub-menu {
    padding: 1rem;
    background-color: var(--wp--preset--color--darken);
    display: block;
    min-width: 180px;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 10px 10px 12px -6px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 10px 12px -6px rgba(0, 0, 0, 0.2);
  }
  #primary-nav .nav-menu > li > .sub-menu:before {
    content: "";
    top: -15px;
    left: 15px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 16px 12px;
    border-color: transparent transparent var(--wp--preset--color--darken) transparent;
  }
}
#primary-nav .nav-menu > li > .sub-menu li, #primary-nav .nav-menu > li > .sub-menu a {
  color: #fff;
  font-size: 14.4px;
}
@media (min-width: 1200px) {
  #primary-nav .nav-menu > li > .sub-menu li, #primary-nav .nav-menu > li > .sub-menu a {
    color: #fff;
    font-size: 14px;
  }
}
#primary-nav .nav-menu > li > .sub-menu li {
  height: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
@media (min-width: 1200px) {
  #primary-nav .nav-menu > li > .sub-menu li {
    -webkit-transform: none;
            transform: none;
    height: auto;
    background-color: var(--wp--preset--color--darken);
  }
}
#primary-nav .nav-menu > li > .sub-menu li.current-menu-item > a {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
@media (min-width: 1200px) {
  #primary-nav .nav-menu > li > .sub-menu li.current-menu-item > a {
    color: var(--wp--preset--color--secondary);
  }
}
#primary-nav .nav-menu > li > .sub-menu a {
  line-height: 1.2;
  padding: 0.7em 0 0.7em 0.7em;
  color: #fff;
}
#primary-nav .nav-menu > li > .sub-menu a:active {
  color: var(--wp--preset--color--primary);
}
@media (min-width: 1200px) {
  #primary-nav .nav-menu > li > .sub-menu a:hover {
    color: var(--wp--preset--color--secondary);
  }
}
@media (min-width: 1200px) {
  #primary-nav .nav-menu > li > .sub-menu a {
    padding: 0.7em 1rem;
    color: #fff;
  }
}
#primary-nav .nav-menu > li input[type=checkbox] {
  display: none;
}
#primary-nav .nav-menu > li input[type=checkbox]:checked ~ .menu-toggle em:before,
#primary-nav .nav-menu > li input[type=checkbox]:checked ~ .menu-toggle em:after {
  -webkit-transform: rotate(0) translateY(-2px);
          transform: rotate(0) translateY(-2px);
}
#primary-nav .nav-menu > li input[type=checkbox]:checked ~ .sub-menu {
  display: block;
}
@media (max-width: 1199px) {
  #primary-nav .nav-menu > li input[type=checkbox]:checked ~ .sub-menu li {
    height: auto;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
#primary-nav .nav-menu > li:hover > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  z-index: -1;
  -webkit-animation: animateSubMenu 0.4s;
          animation: animateSubMenu 0.4s;
}

#primary-nav .follow {
  margin-top: 20px;
  line-height: 58px;
  height: 58px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  #primary-nav .follow {
    text-align: left;
  }
}
#primary-nav .follow .links a {
  color: #fff;
  display: inline-block;
  line-height: 58px;
  height: 75px;
  width: 25px;
  margin-right: 20px;
  text-align: center;
  -webkit-transition: 0.7s ease-in-out all;
  transition: 0.7s ease-in-out all;
}
@media screen and (min-width: 1200px) {
  #primary-nav .follow .links a {
    line-height: 58px;
    height: 58px;
    width: 12px;
    margin-left: 10px;
    margin-right: 0;
    color: #fff;
  }
}
#primary-nav .follow .links a i {
  font-size: 25px;
}
@media screen and (min-width: 1200px) {
  #primary-nav .follow .links a i {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  #primary-nav .follow .links a:hover i {
    color: var(--wp--preset--color--primary);
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--wp--preset--font-family--secondary);
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  line-height: 1.1;
  margin-top: 1em;
  margin-bottom: 0.2em;
  position: relative;
  letter-spacing: 4px;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
  color: #fff;
}

h1 {
  font-size: 2.5rem;
}

h2:not(.post-title) {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.25rem;
}

h4:not(.post-title) {
  font-size: 1rem 1.25;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 5rem;
  }
  h2:not(.post-title) {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4:not(.post-title) {
    font-size: 1.15rem;
  }
  h5 {
    font-size: 0.9rem;
  }
  h6 {
    font-size: 0.75rem;
  }
}
.page-template-privacypolicy h2, .page-template-privacypolicy h3,
.page-template-impressum h2,
.page-template-impressum h3 {
  font-size: 1.5rem !important;
}
.page-template-privacypolicy h2, .page-template-privacypolicy h3,
.page-template-impressum h2,
.page-template-impressum h3 {
  font-size: 1.5rem !important;
}

@font-face {
  font-family: "flaticon_starter_theme";
  src: url("assets/fonts/flaticon/flaticon_starter_theme.ttf") format("truetype"), url("assets/fonts/flaticon/flaticon_starter_theme.woff") format("woff"), url("assets/fonts/flaticon/flaticon_starter_theme.woff2") format("woff2"), url("assets/fonts/flaticon/flaticon_starter_theme.eot") format("embedded-opentype"), url("assets/fonts/flaticon/flaticon_starter_theme.svg") format("svg");
}
i[class^=flaticon-]:before, i[class*=" flaticon-"]:before,
[class^=flaticon-]:before, [class*=" flaticon-"]:before,
[class^=flaticon-], [class*=" flaticon-"] {
  font-family: "flaticon_starter_theme" !important;
  speak: never;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-facebook-app-symbol:before {
  content: "\f101";
}

.flaticon-instagram:before {
  content: "\f102";
}

.flaticon-linkedin:before {
  content: "\f103";
}

.flaticon-mail:before {
  content: "\f104";
}

.flaticon-telephone:before {
  content: "\f105";
}

.flaticon-check:before {
  content: "\f106";
}

.flaticon-right-arrow:before {
  content: "\f107";
}

.c:before {
  content: "\f108";
}

.flaticon-arrow-down-sign-to-navigate:before {
  content: "\f109";
}

.flaticon-up-arrow:before {
  content: "\f10a";
}

.flaticon-youtube:before {
  content: "\f10b";
}

.flaticon-maps-and-flags:before {
  content: "\f10c";
}

.flaticon-whatsapp:before {
  content: "\f10d";
}

.flaticon-signal:before {
  content: "\f10e";
}

.flaticon-twitter:before {
  content: "\f10f";
}

ul li::marker {
  color: var(--wp--preset--color--primary);
}

ul.is-style-highlights {
  list-style-type: none;
  padding: 0;
  padding-top: 1em;
}
ul.is-style-highlights li {
  position: relative;
  padding-left: 1.1em;
  margin-bottom: 0.4em;
}
ul.is-style-highlights li:before {
  font-family: "flaticon_starter_theme" !important;
  speak: never;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  color: var(--wp--preset--color--primary);
  position: absolute;
  font-size: 0.5em;
  top: 0.95em;
  left: 0;
}

ul.is-style-check {
  list-style-type: none;
  padding: 0;
  padding-top: 1em;
}
ul.is-style-check li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.4em;
}
ul.is-style-check li:before {
  font-family: "flaticon_starter_theme" !important;
  speak: never;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  color: var(--wp--preset--color--primary);
  position: absolute;
  font-size: 1.1em;
  top: 0.2em;
  left: 0;
}

#page-footer ul.is-style-highlights li:before,
#page-footer ul.is-style-check li:before {
  color: #fff;
}

#content {
  min-height: 60vh;
  /*  padding-bottom: 3rem;

    > *:first-child:not(.wp-block-cover.alignfull):not(.wp-block-image.alignfull) {
      @media (min-width: $md) {
      margin-top: 10rem;
      }
    }*/
}
@media only screen and (min-width: 992px) {
  #content {
    padding-bottom: 6rem;
  }
}

/**
* container-less layout
https://www.youtube.com/watch?v=c13gpBrnGEw
*/
.container,
.alignfull {
  display: grid;
  grid-template-columns: [full-width-start] minmax(25px, 1fr) [breakout-start] minmax(0, 100px) [content-start] min(100% - 50px, 1400px) [content-end] minmax(0, 100px) [breakout-end] minmax(25px, 1fr) [full-width-end];
}
.container > :not(.alignwide, .alignfull),
.alignfull > :not(.alignwide, .alignfull) {
  grid-column: content;
}
.container > .alignwide,
.alignfull > .alignwide {
  grid-column: breakout;
}
.container > .alignfull,
.alignfull > .alignfull {
  grid-column: full-width;
}
.container > .alignfull > :not(.alignwide, .alignfull),
.alignfull > .alignfull > :not(.alignwide, .alignfull) {
  grid-column: content;
}
@media (min-width: 600px) {
  .container,
  .alignfull {
    display: grid;
    grid-template-columns: [full-width-start] minmax(50px, 1fr) [breakout-start] minmax(0, 100px) [content-start] min(100% - 100px, 1400px) [content-end] minmax(0, 100px) [breakout-end] minmax(50px, 1fr) [full-width-end];
  }
  .container > :not(.alignwide, .alignfull),
  .alignfull > :not(.alignwide, .alignfull) {
    grid-column: content;
  }
  .container > .alignwide,
  .alignfull > .alignwide {
    grid-column: breakout;
  }
  .container > .alignfull,
  .alignfull > .alignfull {
    grid-column: full-width;
  }
  .container > .alignfull > :not(.alignwide, .alignfull),
  .alignfull > .alignfull > :not(.alignwide, .alignfull) {
    grid-column: content;
  }
}

.alignfull.wp-block-cover {
  grid-column: full-width;
  padding: 0 !important;
}
.alignfull.wp-block-cover .wp-block-cover__background {
  grid-column: full-width;
}
.alignfull.wp-block-cover .wp-block-cover__image-background {
  grid-column: full-width;
}

@media screen and (max-width: 781px) {
  .no-gap-mobile {
    gap: 0 !important;
  }
}

#content > .wp-block-group {
  margin-bottom: 4rem;
  min-height: 0;
}
@media screen and (min-width: 1200px) {
  #content > .wp-block-group {
    margin-bottom: 10rem;
  }
}

#content > .wp-block-cover {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1200px) {
  #content > .wp-block-cover {
    margin-bottom: 10rem;
  }
}

.wp-block-columns {
  gap: 2rem;
}
@media screen and (min-width: 1200px) {
  .wp-block-columns {
    gap: 4rem;
  }
}
.wp-block-columns.is-style-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.has-background:not(.wp-block-gallery) {
  padding: 1rem;
}
@media screen and (min-width: 1200px) {
  .has-background:not(.wp-block-gallery) {
    padding: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .has-background:not(.wp-block-gallery).wp-block-columns {
    padding: 7rem;
  }
}
.has-background:not(.wp-block-gallery) a:not(.btn):not(.btn-primary):not(.is-style-btn-primary):not(.btn-secondary):not(.is-style-btn-secondary):hover {
  text-decoration: none;
}

.has-background.wp-block-group {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .has-background.wp-block-group {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

/* correct grid */
.alignfull.wp-block-media-text > *:first-child {
  grid-column: 1/1;
}
.alignfull.wp-block-media-text > *:last-child {
  grid-column: 2/2;
}

/*
.alignwide {
  margin-right: calc(25% - 25vw);
  margin-left: calc(25% - 25vw);
}*/
.noscroll {
  overflow: hidden;
}

.box-shadow {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
}

/*
*
*  Header-Slider Button s. scss/blocks/header
*/
.btn,
.ff-btn,
input[type=submit],
.wp-block-button .wp-block-button__link,
.is-style-btn-primary .wp-block-button__link,
.btn-primary {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  position: relative;
  padding: 1.25em 2em;
  line-height: 1;
  margin: 1em 0 1.1em 0;
  color: var(--wp--preset--color--base-bg) !important;
  background: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 300;
}
.btn:hover, .btn:active,
.ff-btn:hover,
.ff-btn:active,
input[type=submit]:hover,
input[type=submit]:active,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.is-style-btn-primary .wp-block-button__link:hover,
.is-style-btn-primary .wp-block-button__link:active,
.btn-primary:hover,
.btn-primary:active {
  opacity: 0.7;
}

.is-style-btn-secondary .wp-block-button__link,
.btn-secondary {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  position: relative;
  padding: 1.25em 2em;
  line-height: 1;
  margin: 1em 0 1.1em 0;
  color: var(--wp--preset--color--base-bg) !important;
  background: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--secondary);
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 300;
}
.is-style-btn-secondary .wp-block-button__link:hover, .is-style-btn-secondary .wp-block-button__link:active,
.btn-secondary:hover,
.btn-secondary:active {
  opacity: 0.7;
}

.follow.socials-footer-bar {
  padding: 5em 1em;
  text-align: center;
  gap: 0.5em;
}
@media only screen and (min-width: 600px) {
  .follow.socials-footer-bar {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.follow.socials-footer-bar .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 600px) {
  .follow.socials-footer-bar .links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.follow.socials-footer-bar .links a {
  font-size: 1.2em;
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.follow.socials-footer-bar .links a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.follow.socials-footer-bar .links a i {
  background-color: #fff;
  color: #000;
  padding: 10px;
  border-radius: 100%;
}
.follow.socials-footer-bar .links a span:hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: all linear 0.6s;
  transition: all linear 0.6s;
}

#page-footer {
  padding: 1.5em 0 0;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 400;
}
#page-footer .wrapper {
  padding-top: 2em;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid var(--wp--preset--color--lighted);
}
@media (min-width: 600px) {
  #page-footer .wrapper {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
  #page-footer .wrapper > * {
    max-width: 30%;
  }
}
#page-footer .wrapper #menu-footer-nav {
  font-family: var(--wp--preset--font-family--primary);
  margin-left: 0;
}
#page-footer .wrapper #menu-footer-nav li {
  margin: 0;
  display: inline-block;
}
@media (min-width: 600px) {
  #page-footer .wrapper #menu-footer-nav li {
    display: block;
  }
}
#page-footer .wrapper #menu-footer-nav li a {
  color: var(--wp--preset--color--base);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#page-footer .wrapper #menu-footer-nav li a:hover {
  opacity: 0.7;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#page-footer .wrapper #menu-footer-nav .current-menu-item a {
  text-decoration: none;
  color: var(--wp--preset--color--base);
}
#page-footer p {
  color: var(--wp--preset--color--base);
}
#page-footer .footer-title {
  font-size: 1.25rem !important;
  margin-bottom: 0.5em !important;
  color: var(--wp--preset--color--primary) !important;
}
@media screen and (min-width: 992px) {
  #page-footer .footer-title {
    font-size: 2rem !important;
  }
}
#page-footer .company {
  font-weight: bold;
}
#page-footer .contact span {
  display: block;
}
#page-footer a {
  display: block;
}
#page-footer .current-menu-item > a {
  color: var(--wp--preset--color--base);
  font-weight: bold;
  text-decoration: underline;
}
#page-footer .site-info {
  margin-top: 2em;
  padding: 1em 5%;
  color: var(--wp--preset--color--base);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 3;
  line-height: 1.5;
}
@media (min-width: 600px) {
  #page-footer .site-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  #page-footer .site-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    max-width: 50%;
    border-top: 1px solid var(--wp--preset--color--lighted);
    margin: 2em auto 0;
  }
}
#page-footer .site-info .copyright,
#page-footer .site-info .creator {
  display: block;
  margin: 0 auto;
}
#page-footer .site-info .creator:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#page-footer .site-info .creator svg {
  height: 50px;
  padding-left: 5px;
}

.bg-img-footer {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
}
@media (min-width: 992px) {
  .bg-img-footer {
    background-attachment: fixed;
  }
}
.bg-img-footer:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--wp--preset--color--darken);
  opacity: 0.8;
  z-index: 2;
}
.bg-img-footer *:not(.follow .links i) {
  color: #fff !important;
}
.bg-img-footer .wrapper {
  border-top: none !important;
  border-bottom: none !important;
  position: relative;
  z-index: 3;
}

.fluentform {
  border: 1px solid var(--wp--preset--color--lighted);
  padding: 1em;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .fluentform {
    padding: 1.5em;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=search] {
  font-family: var(--wp--preset--font-family--primary) !important;
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 4px;
  line-height: 38px;
  height: 40px;
  font-size: 1em;
  padding: 0 0.5em;
  margin: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=search]:focus {
  outline: none;
  border: 1px solid var(--wp--preset--color--secondary);
}
textarea {
  font-family: var(--wp--preset--font-family--primary) !important;
  width: 100%;
  height: 130px;
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 4px;
  font-size: 1em;
  padding: 0.5em;
}
textarea:focus {
  outline: none;
  border: 1px solid var(--wp--preset--color--secondary);
}

select {
  width: 100%;
  background-color: var(--wp--preset--color--base-bg);
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 4px;
  line-height: 38px;
  height: 40px;
  font-size: 1em;
  padding: 0 0.5em;
}
select:focus {
  outline: none;
  border: 1px solid var(--wp--preset--color--secondary);
}

input[type=file] {
  width: 100%;
  background-color: var(--wp--preset--color--base-bg);
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 4px;
  line-height: 32px;
  height: 40px;
  font-size: 1em;
  padding: 0 0.5em 0 0;
}
input[type=file]:focus {
  outline: none;
  border: 1px solid var(--wp--preset--color--secondary);
}

@media screen and (min-width: 992px) {
  .is-style-overlap-content > .has-background:nth-of-type(2) {
    -webkit-box-shadow: 3px 3px 3px, rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 3px, rgba(0, 0, 0, 0.1);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transform: translateX(-18%);
            transform: translateX(-18%);
    -ms-flex-item-align: center !important;
        align-self: center !important;
    padding: 5.25rem;
  }
  .is-style-overlap-content > .has-background:nth-of-type(1) {
    -webkit-box-shadow: 3px 3px 3px, rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 3px, rgba(0, 0, 0, 0.1);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: center !important;
        align-self: center !important;
    -webkit-transform: translateX(18%);
            transform: translateX(18%);
    padding: 5.25rem;
  }
}

.wp-block-separator {
  border-top: 0.5px solid;
}

img:not(.brand) {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
img:not(.brand)[src$=".svg"] {
  width: 100%;
}

figure {
  margin: 0;
}

.wp-block-image img {
  border-radius: 30px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.scroll-top {
  background-color: var(--wp--preset--color--primary);
  height: 40px;
  width: 40px;
  display: inline-block;
  position: fixed;
  bottom: 5%;
  right: 5px;
  z-index: 10000000;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.4);
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .scroll-top {
    height: 45px;
    width: 45px;
  }
}
.scroll-top:before {
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 10px);
  content: "";
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.scroll-top.visible {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.scroll-top.visible:hover {
  -webkit-box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  opacity: 0.5;
}

#sidebar-menu {
  position: fixed;
  bottom: 20%;
  right: 5px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8em;
}
@media only screen and (min-width: 768px) {
  #sidebar-menu {
    top: 25vh;
    bottom: unset;
  }
}
#sidebar-menu a {
  text-decoration: none;
}
#sidebar-menu a i {
  color: #fff;
  background-color: var(--wp--preset--color--primary);
  padding: 12.5px;
  -webkit-box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.4);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.75;
}
#sidebar-menu a i:hover {
  -webkit-box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.2);
  opacity: 0.55;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .full-size-pageheader-menu .brand {
    display: block;
  }
  .full-size-pageheader-menu .brand-lighted {
    display: none;
  }
  .full-size-pageheader-menu.lighted .brand {
    display: none;
  }
  .full-size-pageheader-menu.lighted .brand-lighted {
    display: block;
  }
}
@media (min-width: 1200px) {
  .full-size-pageheader-menu.lighted {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .full-size-pageheader-menu.lighted * {
    color: #fff !important;
  }
  .full-size-pageheader-menu.lighted .nav-menu > li a:after {
    background-color: #fff !important;
  }
}

.full-size-pagehader {
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
  height: 90vh;
  max-height: 1200px;
}
@media (min-width: 1200px) {
  .full-size-pagehader {
    margin-top: calc(-3rem - 80px);
    margin-bottom: 8rem;
  }
}
.full-size-pagehader .pageheader-image {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: -50%;
}
@media screen and (min-width: 768px) {
  .full-size-pagehader .pageheader-image {
    margin-left: unset;
  }
}
.full-size-pagehader .pageheader-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.full-size-pagehader .section-divider {
  background-repeat: no-repeat;
  position: absolute;
  background-size: 105%;
  min-width: 1000px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -20px;
  background-position: bottom center;
  z-index: 3;
  height: 90vh;
}
.full-size-pagehader .content {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 90vh;
}
@media (min-width: 768px) {
  .full-size-pagehader .content {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .full-size-pagehader .content {
    width: 50%;
  }
}
.full-size-pagehader h2, .full-size-pagehader h3, .full-size-pagehader p, .full-size-pagehader span {
  display: block;
  color: #fff;
}

.scale-animation {
  -webkit-animation: scaleHeaderImage 9s infinite;
          animation: scaleHeaderImage 9s infinite;
}

@-webkit-keyframes scaleHeaderImage {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleHeaderImage {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.icon-teaser-item {
  display: grid;
  grid-template-columns: 50px 1fr;
}
.icon-teaser-item .tsc-teaser-icon-wrapper img {
  width: 32px;
  overflow: hidden;
}
.icon-teaser-item .acf-innerblocks-container > *:first-child {
  margin-top: 0;
}

.image-teaser-block {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 782px) {
  .image-teaser-block {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .image-teaser-block.image-teaser-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .image-teaser-block.image-teaser-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1400px) {
  .image-teaser-block {
    grid-gap: 3rem;
  }
}
.image-teaser-block .image-teaser-item {
  aspect-ratio: 4/3;
  border-radius: 30px;
}
.image-teaser-block .image-teaser-item .image-teaser-link {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.image-teaser-block .image-teaser-item .image-teaser-link:hover {
  -webkit-box-shadow: -2px 2px 10px 4px rgba(255, 255, 255, 0.1);
          box-shadow: -2px 2px 10px 4px rgba(255, 255, 255, 0.1);
}
.image-teaser-block .image-teaser-item .image-teaser-link:hover:after {
  background-color: rgba(0, 0, 0, 0.88);
}
.image-teaser-block .image-teaser-item .image-teaser-link:hover .image-teaser-description {
  opacity: 1;
}
.image-teaser-block .image-teaser-item .image-teaser-link:after {
  position: absolute;
  aspect-ratio: 4/3;
  border-radius: 30px;
  z-index: 2;
  content: "";
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.image-teaser-block .image-teaser-item .image-teaser-link img {
  border-radius: 30px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.image-teaser-block .image-teaser-item .image-teaser-link .image-teaser-title {
  margin: 0;
  position: absolute;
  bottom: -2px;
  left: -10px;
  width: 110%;
  height: 70px;
  padding: 1rem 2rem;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
}
.image-teaser-block .image-teaser-item .image-teaser-link .image-teaser-description {
  padding: 2rem;
  opacity: 0;
  color: #fff;
  position: absolute;
  font-weight: 600;
  border-radius: 30px;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
