@font-face {
  font-family: "Futura";
  src: url("../fonts/futura.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 100%;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='80' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.93 1H0' stroke='%231D1D1B' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
  pointer-events: none; }

body::before {
  content: "";
  position: fixed;
  top: 50vh;
  left: -200px;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
  background-image: url("data:image/svg+xml,%3Csvg width='410' height='407' viewBox='0 0 410 407' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 201.51C0.04 146.33 20.32 98.93 60.7 59.43C100.96 19.88 149.27 0.09 205.76 0C261.51 0.03 309.31 19.97 349.25 59.8C389.31 99.77 409.34 147.71 409.4 203.7C409.4 259.87 389.38 307.7 349.08 346.94C308.63 386.29 259.87 405.98 202.82 406.02C152.2 406.06 106.8 388.52 66.61 353.57C22.27 314.89 0.1 264.13 0 201.51ZM62.71 202.06C62.71 244.44 77.03 279.26 105.5 306.5C133.82 333.79 166.52 347.38 203.49 347.39C243.77 347.39 277.62 333.53 305.38 305.72C332.96 277.61 346.77 243.42 346.78 202.95C346.73 162.2 333.15 127.91 305.83 100.33C278.6 72.55 244.99 58.65 204.98 58.61C165.08 58.65 131.45 72.6 103.97 100.35C76.49 127.9 62.69 161.74 62.72 202.06H62.71Z' fill='%23DB3A49'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none; }

body {
  position: relative;
  z-index: 1; }
  body section {
    z-index: 999;
    padding-right: 30px; }
    body section.border-top {
      border-top: 2px solid #1D1D1B; }
  body .animated-icon svg {
    width: 180px;
    height: 180px; }
    body .animated-icon svg .rotating-text {
      animation: rotate 32s linear infinite;
      transform-origin: center; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
body .eb-dialog .eb-header {
  opacity: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 36px;
  border-bottom: 1px solid #1D1D1B;
  padding-bottom: 10px; }
body .section-headline {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  body .section-headline::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.09 47.83'%3E%3Cline x1='0' y1='23.92' x2='54.99' y2='23.92' fill='none' stroke='%23db3847' stroke-miterlimit='10' stroke-width='4.59px' /%3E%3Cpolyline points='33.55 46.21 55.84 23.92 33.55 1.62' fill='none' stroke='%23db3847' stroke-miterlimit='10' stroke-width='4.59px' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    pointer-events: none;
    mix-blend-mode: difference; }
body .relative-column {
  position: relative; }
  body .custom-switcher .uk-subnav-pill {
    position: relative;
    padding-left: 60px; }
    body .custom-switcher .uk-subnav-pill a {
      text-transform: none; }
body .custom-map {
  filter: grayscale(1);
  border-radius: 20px; }
  body .custom-map a:hover {
    text-decoration: none; }
body #kontakt > div {
  position: relative; }
body #kontakt .absolute-heading {
  position: absolute;
  width: calc(100% - 40px); }
body #kontakt .animated-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(-30%); }
  body #kontakt .animated-icon svg {
    width: 150px;
    height: 150px; }
body #kontakt .svg-map svg {
  width: 100%; }
body #start .animated-icon {
  text-align: right;
  padding-right: 80px; }
body .footer-content-inline > div {
  display: flex;
  align-items: center;
  column-gap: 40px;
  row-gap: 10px;
  flex-wrap: wrap; }
body header {
  padding-right: 30px; }
body .uk-sticky {
  background-color: #ffffff; }
body .uk-navbar {
  justify-content: end; }
  body .uk-navbar .uk-navbar-left {
    flex-direction: row-reverse;
    flex-grow: 1;
    width: 100%;
    justify-content: space-between; }
body #module-114 {
  background-color: #DB3A49;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 6px 0;
  z-index: 999; }
body .img-square-with-text {
  width: fit-content;
  display: flex;
  column-gap: 20px;
  row-gap: 10px; }
  body .img-square-with-text .el-image {
    filter: grayscale(1);
    aspect-ratio: 1;
    width: 360px;
    height: 360px;
    min-width: 360px;
    object-fit: cover;
    border-radius: 20px; }
  body .img-square-with-text p {
    margin: 0; }
  body .img-square-with-text.text-positon-top-right {
    flex-direction: row; }
  body .img-square-with-text.text-positon-bottom-right {
    display: flex;
    flex-direction: column;
    align-items: end; }
  body .img-square-with-text.text-positon-middle-right {
    flex-direction: row;
    align-items: center; }
body .custom-image-blocks {
  position: relative;
  margin-right: 100px; }
  body .custom-image-blocks.block-1 {
    min-height: 700px; }
    body .custom-image-blocks.block-1 .img-square-with-text:nth-child(2) {
      position: absolute;
      top: 0;
      left: 0; }
    body .custom-image-blocks.block-1 .img-square-with-text:nth-child(2) {
      position: absolute;
      top: 80px;
      left: 340px; }
    body .custom-image-blocks.block-1 .img-square-with-text:nth-child(3) {
      position: absolute;
      bottom: 0;
      right: 0; }
  body .custom-image-blocks.block-2 {
    min-height: 600px; }
    body .custom-image-blocks.block-2 .img-square-with-text:nth-child(1) {
      position: absolute;
      top: 0;
      left: 120px; }
    body .custom-image-blocks.block-2 .img-square-with-text:nth-child(2) {
      position: absolute;
      top: 240px;
      left: 50%; }
body .uk-text-justify {
  hyphens: auto; }
body .custom-service-switcher {
  position: relative; }
  body .custom-service-switcher .el-nav {
    flex-direction: column;
    align-items: end;
    position: absolute;
    right: 0;
    text-align: right; }
    body .custom-service-switcher .el-nav li {
      padding: 10px 0; }
      body .custom-service-switcher .el-nav li:hover a, body .custom-service-switcher .el-nav li.uk-active a {
        text-decoration: none;
        color: #DB3A49; }
      body .custom-service-switcher .el-nav li a {
        justify-content: end; }
  body .custom-service-switcher .el-item picture {
    display: block;
    width: 50%; }
  body .custom-service-switcher .el-item .el-image {
    display: block;
    margin: 0 auto; }
    body .custom-service-switcher .el-item .el-image.filter-gray {
      filter: grayscale(1); }
  body .custom-service-switcher .el-item .el-content {
    width: 50%;
    margin-left: auto; }
body .uk-border-rounded {
  border-radius: 20px; }
  body #curator-feed-default-feed-layout .crt-post-c {
    filter: grayscale(1); }

@media screen and (max-width: 1199px) {
  body .custom-service-switcher .el-item .el-image {
    margin-left: 0; }
  body .custom-service-switcher .el-item .el-content {
    width: 100%; }
  body #kontakt .absolute-heading {
    position: relative;
    margin-bottom: 40px;
    right: 0;
    width: 100%; }
  body #kontakt .animated-icon {
    transform: translateX(-60px); }
  body .custom-switcher .el-nav {
    padding-left: 20px; }
    body .custom-switcher .el-nav li {
      padding-left: 20px; } }

@media screen and (max-width: 959px) {
  body .eb-inst, body .eb-dialog {
    padding: 40px 20px; }
    body .eb-inst .eb-header, body .eb-dialog .eb-header {
      margin-bottom: 30px; }
    body .eb-inst .eb-close, body .eb-dialog .eb-close {
      top: 20px; }
  body .start-h1 {
    max-width: 60%;
    margin-left: auto; }
    body .img-square-with-text .el-image {
      width: 280px;
      height: 280px;
      min-width: 280px; }
    body .img-square-with-text:nth-child(3) {
      flex-direction: row; }
  body .custom-image-blocks {
    margin-right: 0px; }
    body .custom-image-blocks.block-1 .img-square-with-text:nth-child(2) {
      top: 80px;
      left: 200px; }
    body .custom-image-blocks.block-1 .img-square-with-text:nth-child(3) {
      bottom: 0;
      right: 0; }
    body .custom-image-blocks.block-2 {
      min-height: 600px;
      margin-top: 80px; }
      body .custom-image-blocks.block-2 .img-square-with-text:nth-child(1) {
        top: 0;
        left: 80px; }
      body .custom-image-blocks.block-2 .img-square-with-text:nth-child(2) {
        top: 240px;
        left: unset;
        right: 0; }
  body .custom-service-switcher .el-nav {
    max-width: 50%; }
    body .custom-service-switcher .el-item .el-content {
      width: 100%; }
  body #kontakt .custom-switcher .el-nav {
    justify-content: center;
    margin-bottom: 220px; }
  body #kontakt .animated-icon {
    top: 160px; } }

@media screen and (max-width: 639px) {
  body::before {
    left: -150px;
    width: 300px;
    height: 300px; }
  body .eb-inst, body .eb-dialog {
    padding: 20px 15px; }
    body .eb-inst .eb-close, body .eb-dialog .eb-close {
      top: 8px; }
  body #start .animated-icon {
    padding-right: 0px; }
    body #start .animated-icon svg {
      width: 130px;
      height: 130px; }
  body #module-114 {
    background-color: transparent;
    padding: 0; }
    body #module-114 .uk-container {
      padding: 0; }
    body #module-114 .col-2 {
      padding: 6px 15px;
      background-color: #DB3A49; }
  body .img-square-with-text {
    column-gap: 10px; }
    body .img-square-with-text .el-image {
      width: 200px;
      height: 200px;
      min-width: 200px; }
  body .custom-image-blocks.block-1 {
    min-height: 580px; }
    body .custom-image-blocks.block-1 .img-square-with-text:nth-child(2) {
      right: 0;
      left: unset; }
    body .custom-image-blocks.block-1 .img-square-with-text:nth-child(3) {
      left: 20px;
      right: unset; }
  body .custom-image-blocks.block-2 {
    min-height: 480px; }
    body .custom-image-blocks.block-2 .img-square-with-text:nth-child(1) {
      top: 0;
      right: 0;
      left: unset;
      flex-direction: row-reverse;
      margin-left: 20px; }
    body .custom-image-blocks.block-2 .img-square-with-text:nth-child(2) {
      top: 240px;
      left: 20px;
      align-items: end; }
  body .custom-service-switcher .el-nav {
    position: relative;
    margin-left: 60px;
    max-width: 100%; }
    body .custom-service-switcher .el-item picture, body .custom-service-switcher .el-item .el-image, body .custom-service-switcher .el-item .el-content {
      width: 100%; }
  body .custom-switcher .el-nav {
    row-gap: 10px; }
    body .custom-switcher .el-nav li {
      padding-left: 15px; }
      body .custom-switcher .el-nav li a {
        padding: 8px 20px; }
  body #kontakt .contact-buttons {
    width: 100%;
    flex-wrap: wrap; }
    body #kontakt .contact-buttons .el-item {
      width: auto;
      min-width: 50%;
      margin: 5px auto; }
  body .footer-content-inline > div > div:nth-child(3) {
    width: 100%; }
  body footer {
    padding-bottom: 60px; }
    body footer .logo-rohracher .el-image {
      width: 160px; } }

@media screen and (max-width: 479px) {
  body::after {
    width: 20px; }
  body section {
    padding-right: 20px; }
  body::before {
    left: -75px;
    width: 150px;
    height: 150px; }
    body .tm-header .uk-navbar .icon-kanzlei .uk-icon {
      width: 40px;
      height: 40px; }
    body .tm-header .uk-navbar .uk-logo {
      width: 160px; }
  body .start-h1 {
    font-size: 36px;
    max-width: 60%;
    margin-left: auto; }
  body h2, body .uk-h2 {
    font-size: 24px; }
    body .eb-dialog .eb-header {
      font-size: 24px; }
  body .img-square-with-text .el-image {
    width: 180px;
    height: 180px;
    min-width: 180px; }
  body .custom-image-blocks.block-1 {
    min-height: 560px; }
    body .custom-image-blocks.block-1 .img-square-with-text:nth-child(2) {
      right: 0;
      left: unset;
      flex-direction: column; }
  body .custom-image-blocks.block-2 {
    min-height: 400px; }
    body .custom-image-blocks.block-2 .img-square-with-text:nth-child(2) {
      top: 150px; }
  body .footer-content-inline > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    body .footer-content-inline > div > div:nth-child(3) {
      width: 100%; } }

@media screen and (max-width: 359px) {
  body .img-square-with-text .el-image {
    width: 160px;
    height: 160px;
    min-width: 160px; }
  body #kontakt .animated-icon {
    top: 220px; } }
