@font-face {
  font-family: "FiraCode";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(FiraCode-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "FiraCode";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(FiraCode-Medium.ttf) format("truetype");
}

body {
  font-family: "FiraCode";
  background: #e0e0e0;
}

h1 {
  font-family: "FiraCode";
  text-transform: uppercase;
  font-size: 23px;
  color: #231f20;
  font-weight: 600;
}

h2 {
  font-family: "FiraCode";
  font-size: 18px;
  color: #727d84;
  font-weight: 500;
}

p {
  font-family: "FiraCode";
  font-weight: 400;
  color: #231f20;
}

h3 {
  font-family: "FiraCode";
  font-size: 18px;
  font-weight: 500;
  color: #231f20;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(102, 102, 102, 0),
    rgba(102, 102, 102, 0.75),
    rgba(102, 102, 102, 0)
  );
  width: 50%;
}

a {
  color: #231f20;
  text-decoration: none;
}

.google-maps {
  position: relative;
  aspect-ratio: 40 / 10;
  /* height: 0; */
  overflow: hidden;
  width: 100%;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.video-frame {
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}

.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.success-message {
  display: none;
}

.toggle-btn {
  width: 100%;
  max-width: 200px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  background-color: #d83c3c;
  border: 2px solid transparent;
  transition: all 0.31s;
  text-align: center;
  padding: 5px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

.toggle-btn:hover,
.toggle-btn:focus,
.toggle-btn:active {
  border: 2px solid #d83c3c;
  background-color: #fff;
  color: #d83c3c;
  text-decoration: none;
}

/*2. Untermenü*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.open > .dropdown-submenu {
  display: block;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
  margin-left: 5px;
}

.dropdown-submenu .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/*2. Untermenü*/

.footer {
  margin-top: 20px;
  background-color: #231f20;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../img/diagmonds.png);
  background-repeat: repeat;
  color: #fff;
}

.footer h1 {
  color: #fff;
}


.footer h3 {
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer p {
  color: #fff;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.subfooter {
  background-color: #212121;
  color: #fff;
}

.subfooter a {
  color: #d83c3c;
}

.subfooter a:hover {
  color: #d83c3c;
  text-decoration: underline;
}

.box {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 200px;
}

.box h2 {
  margin-top: 0px;
  text-transform: none;
  font-size: 20px;
  color: #777;
}

.box p {
  min-height: 80px;
}

.btn-primary {
  background-color: #d83c3c;
  border: 2px solid transparent;
  transition: all 0.31s;
}

.btn-primary:hover {
  background-color: #fff;
  border: 2px solid #d83c3c;
  color: #d83c3c;
}

/*Styles für Layout Stefan*/

.parallax-window {
  min-height: 300px;
  background: rgba(255, 255, 255, 0.6);
}

.navbar-inverse {
  background-color: #313131;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.dropdown.open {
  background-color: #212121;
}

@media (min-width: 768px) {
  .dropdown-menu {
    background-color: #fff;
    border-bottom: 5px solid #d83c3c;
    border-radius: 0;
  }
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #d83c3c;
  color: #fff;
}

.header-start > div.carousel-inner > div.item > div.fill {
  min-height: 700px;
}

.section-dark {
  background-color: #333;
  padding-top: 35px;
  padding-bottom: 25px;
  background-image: url(../img/knot.png);
  background-repeat: repeat;
  margin-bottom: 20px;
}

.primer-p {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.primer-box {
  position: relative;
}

.pulse {
  -webkit-animation: pulse 3s linear infinite;
  -moz-animation: . pulse 3s linear infinite;
  -ms-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}

@keyframes "pulse" {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes "pulse" {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.parallax-section {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 50px;
  color: #fff;
}

.parallax-section h1 {
  color: #fff;
}

.parallax-section h2 {
  color: #fff;
}

.artikel-image {
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
}

.cookie-outter {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 25%);
  top: 0;
}

.cookie-inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 15px;
  width: 900px;
  /* max-width: 450px; */
  /* background: white; */
  color: #333;
}

@media (max-width: 1200px) and (min-width: 860px) {
  .cookie-inner {
    width: 80%;
  }
}

@media (max-width: 860px) {
  .cookie-inner {
    width: 100%;
  }
}

.cookie-inner h3 {
  font-size: 20px;
  color: #333;
}

.cookie-inner p {
  color: #333;
  font-size: 14px;
  line-height: 15px;
  margin-top: 15px;
}

.cookie-inner .floaty {
  float: left;
  margin-right: 25px;
}

.cookie-settings {
  background: white;
  border: 1px solid #333;
  color: #333;
  padding: 2px 20px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.hidden {
  display: none;
}

input#cookiesubmit {
  background: white;
  border: 1px solid #333;
  color: #333;
  padding: 2px 20px;
  margin-bottom: 5px;
  margin-top: 15px;
}

input#cookiesubmit {
  background: white;
  border: 1px solid #333;
  color: #333;
  padding: 2px 20px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.control {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 14px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cookie-relativ {
  background: white;
  padding: 11px;
}

.control_indicator {
  position: absolute;
  top: 6px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0px solid #000000;
  border-radius: 0px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #cccccc;
}

.control input:checked ~ .control_indicator {
  background: #eb4439;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #0e6647d;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: -6px;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #eb4439;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

@keyframes s-ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes s-ripple-dup {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.control-checkbox input + .control_indicator::before {
  animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked + .control_indicator::before {
  animation-name: s-ripple-dup;
}

i.fa.fa-sort-desc.openme {
  position: relative;
  font-size: 25px;
  margin-left: 10px;
  top: -2px;
}

.cookie-inner .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  /* padding-top: 2px; */
  position: relative;
  top: 11px;
}

.cookie-inner .panel2 {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

span.small-text {
  font-size: 11px;
  position: relative;
  top: -10px;
  display: none;
}

@media (max-width: 767px) {
  span.small-text {
    display: none;
  }
}

.accordion:hover {
  cursor: pointer;
}

.cookie-inner a {
  color: #eb4439 !important;
  text-decoration: none;
}

/* Style Start */

.logo {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 35px;
}
section.main {
  min-height: 100vh;
  padding: 50px;
  background: rgb(206 205 194);
  display: flex;
  position: relative;
}

section.main .container-fluid {
  background: white;
  min-height: 100%;
  position: relative;
}

section.main .container-fluid .row {
  min-height: 100%;
}

section.main .container-fluid .row .col-lg-4 {
  padding: 0;
}

.bg {
  background-image: url("/Team-Kitzbühel-Bearbeitung.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 25%;
}

.inner-right-side {
  padding: 45px;
  text-align: center;
  padding: 45px 5%;
}
img.teil {
  position: absolute;
  height: 100%;
  top: -25px;
  left: -25px;
  z-index: 2;
}

p.footer-line {
  padding: 25px;
  text-align: center;
  margin-top: -62px;
  position: relative;
  z-index: 2;
}

.owl-carousel {
  height: 100%;
}

.owl-stage-outer {
  height: 100%;
}

.owl-stage {
  height: 100%;
}

.owl-item {
  height: 100%;
}

.item {
  height: 100%;
  filter: brightness(0.6);
  transition: all 0.5s ease-in-out;
}

.item:hover {
  filter: brightness(0.9);
}
@media (max-width: 1200px) {
  .item {
    padding: 28% !important;
  }
}

.sub .bg {
  padding: 0;
}

.owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

@media (max-width: 767px) {
  img.teil {
    position: absolute;
    height: 100%;
    top: -12px;
    left: -12px;
    max-height: 500px;
    z-index: 2;
  }
  .item {
    padding: 50% !important;
  }
}
@media (max-width: 500px) {
  img.teil {
    position: absolute;
    height: 100%;
    top: -9px;
    left: -9px;
    max-height: 350px;
    z-index: 2;
  }

  h1 {
    font-size: 16px;
  }

  h2 {
    font-size: 13px;
  }

  .inner-right-side {
    padding-top: 25px;
  }
  p.footer-line {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .cards {
    margin-bottom: 15px;
  }
}

section.gallery {
  margin: 50px 0px;
}

.gallery-con {
  flex-wrap: wrap;
}

.gallery-con .gal-col {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
}

.gallery-con > .gal-col > div {
  aspect-ratio: 1/1;
  width: 50%;
  padding: 5px;
}

.gallery-con > .gal-col.gal-big > div {
  aspect-ratio: 1/1;
  width: 100%;
  padding: 5px;
}

.gallery-con > .gal-col > div div {
  width: 100%;
  height: 100%;
}
.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1031;
  padding: 15px;
  background: rgb(255 255 255 / 20%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.nav-bar a {
  color: #231f20;
}

.open-menu {
  transition: all 0.6s ease-out;
}

img.nav-logo {
  width: 150px;
  transition: all 0.6s ease-out;
}
.contacts {
  line-height: 91px;
  font-size: 36px;
  padding-left: 25px;
  transition: all 0.6s ease-out;
}
@media(max-width: 767px){
img.nav-logo {
    width: 105px;
}
.contacts {
  line-height: 66px;
  font-size: 16px;
  padding-left: 0;
}
}

.shrink img.nav-logo {
  width: 125px;
}

.shrink .contacts {
  line-height: 75px;
}

.shrink .open-menu {
  line-height: 75px;
}

/***** Wrapper *****/

.wrapper {
  display: block;
  overflow: hidden;
  /* width: 100%; */
}

/***** Sidebar *****/

.sidebar {
  width: 295px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 1032;
  background: #fff;
  color: #231f20;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
}

.sidebar.active {
  right: 0;
}

.dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.3s;
  background: #231f20;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  color: white;
}

.dismiss:hover,
.dismiss:focus {
  background: #231f20;
  color: #fff;
}

.sidebar .logo-sidebar {
  padding: 40px 20px;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}

.sidebar .logo-sidebar img {
  display: inline-block;
  width: 100%;
  border: 0;
  text-indent: -999999px;
}

.sidebar ul.menu-elements {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}

.sidebar ul li a {
  display: block;
  padding: 7px 20px !important;
  border: 0;
  color: #231f20;
}
.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus {
  outline: 0;
  background: #231f20;
  color: #fff;
  text-decoration: none;
}

.sidebar ul li a i {
  margin-right: 5px;
}

.sidebar ul li.active > a,
a[aria-expanded="true"] {
  background: #231f20;
  color: #fff;
}

.sidebar ul ul a {
  background: rgb(187 150 117 / 55%);
  padding-left: 30px;
  font-size: 14px;
}

.sidebar ul ul li.active > a {
  background: #555;
}

.sidebar a[data-toggle="collapse"] {
  position: relative;
}

.sidebar .to-top {
  padding: 20px;
  text-align: center;
}

.sidebar .dark-light-buttons {
  padding: 10px 20px 30px 20px;
  text-align: center;
}

/* sidebar light */

.sidebar.light {
  background: #fff;
  color: #888;
}

.sidebar.light .dismiss {
  background: #ddd;
  color: #888;
}

.sidebar.light .dismiss:hover,
.sidebar.light .dismiss:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light .logo {
  border-color: #eee;
}
.sidebar.light .logo a {
  background-image: url(../img/logo-dark.png);
}

.sidebar.light ul.menu-elements {
  border-color: #eee;
}

.sidebar.light ul li a {
  color: #888;
}

.sidebar.light ul li a:hover,
.sidebar.light ul li a:focus,
.sidebar.light ul li.active > a:hover,
.sidebar.light ul li.active > a:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light ul li.active > a,
.sidebar.light a[aria-expanded="true"] {
  background: #ddd;
  color: #888;
}

.sidebar.light ul ul a {
  background: #ddd;
}

.sidebar.light ul ul li.active > a {
  background: #ccc;
}

.sidebar.light a.btn-customized-3 {
  background: #ddd;
  color: #888;
}

.sidebar.light a.btn-customized-3:hover,
.sidebar.light a.btn-customized-3:active,
.sidebar.light a.btn-customized-3:focus,
.sidebar.light a.btn-customized-3:active:focus,
.sidebar.light a.btn-customized-3.active:focus,
.sidebar.light
  a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light
  a.btn-customized-3.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-4.btn-customized-dark {
  background: #555;
}
.sidebar.light a.btn-customized-4.btn-customized-light {
  background: #eee;
}

.sidebar.light a.btn-customized-4.btn-customized-dark:hover,
.sidebar.light a.btn-customized-4.btn-customized-dark:active,
.sidebar.light a.btn-customized-4.btn-customized-dark:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
.sidebar.light
  a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active,
.sidebar.light
  a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:hover,
.sidebar.light a.btn-customized-4.btn-customized-light:active,
.sidebar.light a.btn-customized-4.btn-customized-light:focus,
.sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
.sidebar.light
  a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active,
.sidebar.light
  a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  background: #ccc;
  color: #fff;
}

/***** Dark overlay *****/

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
  position: fixed;
  cursor: pointer;
  z-index: 1031;
}

/***** Content *****/

.content {
  width: 100%;
  transition: all 0.3s;
}

.open-menu {
  display: block;
  text-align: right;
  font-size: 36px;
  line-height: 91px;
  padding-right: 25px;
}
@media(max-width: 767px){
  .open-menu {
    font-size: 29px;
    line-height: 67px;
    padding-right: 0;
}
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(
    .disabled
  ):active:focus {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.logo img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 38%;
}

img.logo-img {
  height: 100%;
  max-height: 30vh;
}
body.menu {
  padding-top: 125px;
}

section.gallery h1, section.artikel-mit-bild h1{
  font-size: 40px;
}


@media(max-width: 767px){
  section.gallery h1, section.artikel-mit-bild h1{
    margin-top: 25px;
    font-size: 30px;
  }
}

section.gallery h2 {
  font-size: 25px;
  color: #666666;
}

section.gallery .gallery-con a {
  position: relative;
}

section.gallery .gallery-con a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(35 31 32 / 35%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

section.gallery .gallery-con a::after {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 40px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
section.gallery .gallery-con a:hover::before,
section.gallery .gallery-con a:hover::after {
  opacity: 1;
}

section.artikel-mit-bild{
    margin: 50px 0px;
}

section.kontakt {
  margin: 50px 0px;
}

a.btn.btn-tk, button.btn.btn-tk {
  background: #666666;
  color: white;
  border-color: #231f20;
  border-width: 2px;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: 0.5s all ease-in-out;
}

a.btn.btn-tk:hover, button.btn.btn-tk:hover {
  background: #231f20;
}

label.col-sm-2.control-label {
  font-weight: 600;
  margin-top: 20px;
  padding-left: 5px;
  margin-bottom: 5px;
}

section.google {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    row-gap: 20px;
}

section.std{
  margin: 50px 0px;
}

section.std h1{
  font-size: 40px;
}

.sm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 20px;
  color: #191919;
  position: absolute;
  right: 43px;
  top: -40px;
  z-index: 2;
}

.sm *{
  color: #191919;
}

.sm-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 35px;
}

.sm-main *{
  color: #fff;
}

section.web-app {
  margin: 75px 0px;
}


.slider-bg-image {
  aspect-ratio: 1536 / 2048;
  background-position: center;
  background-size: cover;
}

.atf-single-service.d-block.text-left{
    background: white;
    -webkit-box-shadow: 1px 1px 19px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 19px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 19px -4px rgba(0, 0, 0, 0.75);
}

.atf-construct-service {
    padding: 20px;
}

.atf-construct-service p{
  margin:0;
}

.mt-10 {
  margin-top: 3rem;
}

section.web-app .item{
  filter: unset;
  padding: unset!important;
}

section.web-app .row{
row-gap: 35px;
}
section.web-app .atf-single-service a {
  position: relative;
}

section.web-app .atf-single-service a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(35 31 32 / 35%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

section.web-app .atf-single-service a::after {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 40px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
section.web-app .atf-single-service a:hover::before,
section.web-app .atf-single-service a:hover::after {
  opacity: 1;
}

.news-relative {
  position: relative;
}

img.news-logo {
  position: absolute;
  width: 115px;
  top: -10px;
}

@media(max-width: 767px){
  img.news-logo {
    width: 80px;
    left: 100%;

  }
}
