/* Page Style */
@font-face {
  font-family: "Helvetica 27 Ultra Light Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/css/fonts/HelveticaNeue-UltraLigCond.woff") format("woff");
}

@font-face {
  font-family: "Helvetica 37 Thin Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/css/fonts/HelveticaNeue-ThinCond.woff") format("woff");
}

:root {
  --bg: #ffffff;
  --violet: #7f298f;
  --lightviolet: #a64dbf;
  --black: #333;
  --lightgray: #999;
  --darkgray: #757575;
  --white: #fff;
  --headline-font: "Helvetica 37 Thin Condensed", sans-serif;
  --text-font: "Helvetica 37 Thin Condensed", sans-serif;
}

/* Helper-Klassen */
.rg-1 {
  row-gap: 0.5rem;
}
.rg-2 {
  row-gap: 1rem;
}
.rg-3 {
  row-gap: 1.5rem;
}
.rg-4 {
  row-gap: 2rem;
}
.rg-5 {
  row-gap: 2.5rem;
}
.rg-6 {
  row-gap: 3rem;
}
.rg-7 {
  row-gap: 3.5rem;
}
.rg-8 {
  row-gap: 4rem;
}
.rg-9 {
  row-gap: 4.5rem;
}
.rg-10 {
  row-gap: 5rem;
}
@media(min-width: 991px){
.pr-lg-5{
  padding-right: 3rem !important;
}

.pl-lg-5{
  padding-left: 3rem !important;
}
}

.row-space-evenly {
  justify-content: space-evenly;
}

.dp-none {
  display: none !important;
}

/* Helper-Klassen Ende */

body {
  font-family: var(--text-font);
  background: var(--bg);
  color: var(--black);
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  position: relative;
  color: #6d6d6d;
  line-height: 23px;
  text-transform: none;
  letter-spacing: 0.03em;
}

h1 {
  color: #333;
  font-family: var(--headline-font);
  font-size: 2.5rem;
  line-height: .9;
  text-transform: none;
  margin-bottom: 30px;
}

h2 {
  color: #999;
  font-family: var(--headline-font);
  font-size: 2.5rem;
  line-height: .9;
  text-transform: none;
  margin-bottom: 30px;
}

h3 {
    font-family: 'Helvetica 37 Thin Condensed';
    font-size: 25px;
    line-height: 23px;
    text-transform: none;
    letter-spacing: 0.03em;
}

h4 {
  color: var(--black);
  font-family: var(--text-font);
  font-size: 1.35rem;
  line-height: 23px;
  text-transform: uppercase;
      font-weight: 600;
}

a {
  color: var(--black);
  transition: 0.6 all ease-in-out;
  text-decoration: none;
}

a:hover {
  color: var(--violet);
}

form.form-horizontal label{
  padding-left: 1.6rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

.top-nav {
    text-align: center;
    background: #b2b2b2;
    /* margin-top: -20px; */
    padding: 10px;
    position: relative;
}

.top-nav img {
    max-width: 300px;
    width: 100%;
}

span.region-text {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #e0e0e0;
    text-transform: uppercase;
}
@media(max-width: 767px){
    span.region-text{
        display: none;
    }
}

.navbar .logo {
  display:none;
}

.navbar{
  background: rgba(75, 75, 77, 1)!important;
  padding: 3px;
}

.navbar.nav-bg .logo {
  width: 200px;
  display: block;
  padding: 10px;
}

.navbar.nav-bg .news-item {
  display: none;
}

.navbar .navbar-nav .nav-item {
  padding: .5rem 2rem;
}
.navbar .navbar-nav .nav-link {
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  padding: 0;
  position: relative;
  color: var(--lightgray);
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--violet);
  text-decoration: none;
}


.navbar button.navbar-toggler {
  border: 0;
  font-size: 2rem;
  color: var(--lightgray);
  outline: none !important;
}

.navbar .dropdown-menu {
  background-color: #fff;
  border-bottom: 5px solid #505052;
  border-radius: 0;
  text-align: center;
}

.navbar .dropdown-item{
  text-transform: uppercase;
}

.dropdown .navbar-nav .nav-link{
  font-size: 1.125rem;
padding: 5px 0;
}

@media (min-width: 768px) {
    img.news {
        display: block;
        position: absolute;
        bottom: -50px;
        width: 150px;
        right: -107px;
        z-index: 100;
    }
}

.wrapper {
  overflow: hidden;
}

.sidenav {
  position: fixed;
  background: rgba(75, 75, 77, 1)!important;
  z-index: 1100;
  top: 0;
  right: -450px;
  width: 450px;
  height: 100vh;
  height: 100dvh;
  transition: all 0.5s ease-in-out;
}

.sidenav.open {
  right: 0;
}

.sidenav .sidenav-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.sidenav .sidebar-logo {
  display: none;
}

.sidenav .sidebar-logo img {
  width: 100%;
  max-width: 350px;
  margin-bottom: 3rem;
  padding: 0 2rem;
}

.sidenav .sidenav img.logo {
  width: 100%;
  max-width: 300px;
  margin-bottom: 4rem;
}

.sidenav button.sidenav-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: 0;
  color: white;
  font-size: 2rem;
}

.sidenav li.nav-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.sidenav .nav-link {
  color: var(--white);
  text-decoration: none !important;
  position: relative;
  font-size: 1.5rem;
}

.sidenav .nav-link:hover {
  text-decoration: none;
}

.sidenav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.sidenav .nav-link::after {
  content: "";
  height: 2px;
  background: var(--white);
  width: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.sidenav .nav-link.nav-active::after {
  width: 100%;
}

.sidenav .nav-link:hover::after {
  width: 100%;
  color: var(--white);
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  opacity: 0.5;
  background: var(--violet);
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: relative;
  z-index: 10000000;
}

button.owl-prev {
  position: absolute;
  right: 58px;
  top: 45px;
  font-size: 50px;
  transform: translateY(-50%);
  outline: none !important;
}

button.owl-next {
  position: absolute;
  right: 15px;
  top: 45px;
  font-size: 50px;
  transform: translateY(-50%);
  outline: none !important;
}

button.owl-prev > span,
button.owl-next > span {
  font-size: 80px;
}

@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}

.breadcrumbs {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  font-size: 1.5rem;
  color: var(--black);
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: var(--black);
}

.breadcrumbs a:last-of-type {
  font-weight: bold;
}

.breadcrumbs i {
  font-size: 1rem;
}
/* Footer */

.footer {
    /* margin-top:20px; */
    background-color: #333;
    padding-top: 35px;
    padding-bottom: 25px;
    /* background-image:url(../img/diagmonds.png); */
    background-repeat: repeat;
    color: #888;
    text-align: center;
    z-index: 1044;
}

.footer .row{
  row-gap: 1.6rem;
}

.footer h4 {
    color: #888;
    font-weight: 600;
}

.footer a {
    color: #812990;
}

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

.footer img.logos {
    max-width: 125px;
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.btn.btn-main {
    background: #777;
    border:0;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 18px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #812990;
    -webkit-transition: ease-out 0.7s;
    -moz-transition: ease-out 0.7s;
    transition: ease-out 0.7s;
    border-radius: 5px;
}

.btn.btn-main:hover {
    box-shadow: inset 400px 0 0 0 #a243a2;
}

.form {
    background-color: #646466;
}

.form label {
    display: none;
}

.form .Formular {
    /* padding-top: 20px; */
    position: relative;
}

.form .form-control {
    background-color: #4C4C4D;
    border-radius: 0;
    border: 1px solid #4C4C4D;
    color: #a0a0a0;
    border-radius: 5px;
}

.form > * {
    color: white !important;
}

.google-maps {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    height: 100%;
}

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

.form input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}

.form input:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.form input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}

.form textarea::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}

.form textarea:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.form textarea:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}


/* Artikel Style */

section.header {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
      aspect-ratio: 2545 / 1192;
}

section.header .header-text {
  width: 100%;
  padding: 2rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.header .video {
  aspect-ratio: 16/6;
  width: 100%;
  height: auto;
  object-fit: cover;
}

section.header .owl-item.active img.image{
    -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all 4s ease-in-out;
}

section.header .item{
  position: relative;
}


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

section.parallax-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(117 117 117);
    z-index: 1;
    opacity: .4;
    transition: all .31s;
    box-shadow: 0 0 250px rgb(198 166 184) inset;
}

section.parallax-section>.container {
    position: relative;
    z-index: 2;
}

section.parallax-section .parallax-text {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 20px;
    color: #646466;
    text-align: center;
    border-radius: 5px;
}

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

section.parallax-section .trigger {
    display: none;
    margin-top: 30px;
}

.owl-kunden .owl-nav {
  position: unset;
}



.owl-kunden .owl-nav button.owl-prev {
  font-size: 150px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: unset;
}

.owl-kunden .owl-nav button.owl-next {
  font-size: 150px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.owl-kunden .owl-nav button{
  color: var(--lightgray)!important;
}

.owl-kunden .owl-nav button:hover{
  color: var(--violet);
}

@media (max-width: 767px) {
    .owl-kunden .owl-nav {
        display: none !important;
    }
}

.list-pdf {
    list-style: none;
    padding-left: 25px;
    text-align: left;
}

.list-pdf li {
    margin-bottom: 7px;
}

.list-pdf li:before {
    font-family: 'FontAwesome';
    content: '\f1c1';
    margin: 0 10px 0 -25px;
    color: #999;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.05);}
    100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */


section.header .carousel-caption {
  position: absolute;
  right: unset;
  left: -10px;
  bottom: 10%;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
  width: auto;
  /* background-color: rgba(255, 255, 255, 0.89); */
  padding: 10px;
  transform: scale(0);
}

section.header .carousel-caption h2 {
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 0;
    padding: 0;
    font-size: 2.7rem;
    font-weight: 400!important;
    text-shadow: 0 2px 2px rgb(0 0 0);
}

section.header .owl-item.active .carousel-caption {
    -webkit-animation: showup 3.5s forwards; /* for less modern browsers */
    animation: showup 3.5s forwards;
}
/* Zoom out Keyframes */
@-webkit-keyframes showup {
  0% {transform: scale(0); left: -100px; }
  100% {transform: scale(1); left: 5%; }
}
@keyframes showup {
    0% {transform: scale(0); left: -10px; }
    100% {transform: scale(1); left: 5%; }
}/*End of Zoom out Keyframes */

section.std {
  margin: 3.5rem 0;
}

section.artikel-image-video {
  margin: 0;
}

section.artikel-image-video h3 {
    text-transform: uppercase;
    color: #999;
    margin-bottom: 1.6rem;
}

section.artikel-image-video .text{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

section.artikel-image-video .row{
  margin: 0;
}

/* class that starts with col */
section.artikel-image-video .row [class^="col"] {
  padding: 0;
}

section.artikel-image-video video.video {
  width: 100%;
  border-radius: 20px;
}

section.artikel-image-video img.image {
  width: 100%;
  /* border-radius: 1.15rem; */
  /* margin: 3.5rem 0; */
}

section.artikel-image-video img.slider-image {
  width: 100%;
  border-radius: 1.15rem;
}

section.artikel-image-video h2 {
  color: var(--black);
}

section.artikel-image-video a {
  color: var(--black);
}

section.artikel-image-video .image-wrapper {
  position: relative;
}

section.artikel-image-video .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(117 117 117);
    z-index: 1;
    opacity: .4;
    transition: all .31s;
    box-shadow: 0 0 250px rgb(198 166 184) inset;
}
section.artikel-image-video .image-wrapper:hover:before {
    opacity: 0;
    box-shadow: 0 0 0px rgb(198 166 184) inset;
}

section.artikel-image-video .image-text {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #333;
    padding: 2px 8px;
    z-index: 2;
    border-radius: 2px;
        bottom: 15px;
    left: 15px;
}

section.image-collage {
  margin: 3.5rem 0;
}
section.image-collage .outter-collage {
  display: flex;
  flex-direction: column;
  gap: 1.65rem;
}
section.image-collage .outter-collage img {
  width: 100%;
}
section.image-collage .collage-text {
  background: var(--lightgreen);
  padding: 3rem 2rem;
}

section.image-collage2 {
  margin: 3.5rem 0;
}
section.image-collage2 .outter-collage {
  display: flex;
  flex-direction: column;
  gap: 1.65rem;
}
.image-collage2 .collage-text {
  background: var(--lightgreen);
  padding: 2rem 2rem;
}

section.artikel-mehr-color-top.artikel-image-video{
  margin-bottom: 0;
}

section.artikel-mehr-color{
  background-color: var(--violet);
  position: relative;
  padding: 5rem 0;
  text-align: center;
}


section.artikel-mehr-color::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid var(--white); /* Color of the triangle */
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
}

section.artikel-mehr-color.odd::before{
  border-top: 25px solid var(--white);
}

section.artikel-mehr-color .btn{
  background-color: var(--white);
  color: var(--violet);
}

section.artikel-mehr-color *{
  color: var(--white);
}

#Kontakt h3{
      color: #6d6d6d!important;
}

section.kontakt{
  margin: 3.5rem 0;
}

section.kontakt-google {
    margin: 3.5rem 0;
}

section.kontakt-google .google-maps {
    aspect-ratio: 1/1;
}

section.kontakt-google .google-maps iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 1.15rem;
}

section.slider-text{
  margin: 3.5rem 0;
}


section.kategorie {
    background: var(--darkgray);
    padding: 2.6rem 0!important;
    padding-top: 10px;
}

section.kategorie .kat-text h1 {
    margin-bottom: 1rem;
}

section.kategorie .kat-text{
  margin-top: 35px;
}

section.kategorie .kat-text *{
  color: var(--white);
}

section.kategorie .event-content {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    aspect-ratio: 4/3;
}

section.kategorie a.ext_link {
    display: block;
}

section.kategorie .event-content img {
    width: 100%;
    position: relative;
    transition: all .3s linear;
}

section.kategorie .text {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 20px;
    height: 90%;
}

section.kategorie .text .text-inner {
    width: 100%;
    background: rgba(255, 255, 255, 0.80);
    height: 100%;
    padding: 20px;
    font-size: 14px;
    color: #646466;
    border-radius: 5px;
    position: relative;
}

section.kategorie a.all-link {
    position: absolute;
    top: 0;
    Left: 0;
    width: 100%;
    height: 100%;
}

section.kategorie .text .text-inner {
    width: 240px!important;
}

section.kategorie .text .text-inner h4 {
    color: #646466;
    font-size: 16px;
    letter-spacing: 1.5px;
}

section.kategorie .ext_link:hover img {
    transform: scale(1.1);
}

section.service.points {
  padding: 3.5rem 0;
  background: #A0A0A0;
  color: var(--white);
}

section.service.points h1{
  color: #6d6c6c;
}

section.service.points h2,
section.service.points h3,
section.service.points h4,
section.service.points h5,
section.service.points p,
section.service.points a {
  color: var(--white);
}

section.service.points h3 {
    text-transform: uppercase;
    font-weight: 400;
}

section.service.points img.artikel-image {
    max-width: 50px;
    margin-top: 20px;
    width: 100%;
}

section.service.points.text {
    padding-top: 20px;
}

section.objekte-liste .event-content{
  aspect-ratio: 40/25;
}

section.objekte-liste .event-content .ext-link img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.objekte-liste .text-inner h4{
      color: #646466;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
}

section.objekte-liste .text-inner .sell-link a {
    font-size: 15px;
    font-weight: 600;
    color: #812990;
    font-size: 19px;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    font-family: 'Helvetica 37 Thin Condensed';
}

section.objekte-liste .text-inner .Verkauft a span, section.objekte-liste .text-inner .Vermietet a span {
    font-size: 200%;
    position: relative;
    top: 5px;
}

section.objekte-liste .video-available {
    position: absolute;
    bottom: 16px;
    right: 19px;
    font-size: 33px;
    color: #812990;
    display: flex;
    gap: 5px;
    align-items: center;
}

section.object-purple {
    padding: 4rem 0px;
    background: #646466;
}

section.object-purple h1 {
    color: white;
    padding: 0;
    margin-bottom: 5px;
}

section.object-purple h3 {
    color: white;
}

section.object {
    padding: 50px 0px;
}

.attrs {
    font-size: 1.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 15px -10px;
    margin-bottom: 0;
}
@media(max-width: 565px){
    .attrs {
        font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 15px -10px;
    margin-bottom: 0;
    margin-top: -15px;
    }
}
.attr {
    font-weight: bold;
    padding: 10px;
}
.attr span{
    color: #812990;
    font-weight: 400;
}

.object a{
    color: #812990;
}

.success-message{
  display:none;
}

.object-form .text-inputs{
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    flex-grow: 1;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px;
    color: #7A7A7A;
    background-color: #ffffff;
    border-color: #7A7A7A;
    border-width: 0px 0px 1px 0px;
    font-size: 16px;
    margin-bottom: 15px;
}

.team {
    background-color: #A0A0A0;
    color: #fff;
    padding: 3.5rem 0;
}

.team a {
    color: #fff;
}

.team h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}

.team h1 {
    margin-bottom: 1rem;
    font-size: 3rem;
    text-align:center;
}

.team-outter {
    position: relative;
}

.team-outter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(117 117 117);
    z-index: 1;
    opacity: .4;
    transition: all .31s;
    box-shadow: 0 0 250px rgb(198 166 184) inset;
}

.team-outter:hover:before {
    opacity: 0;
}

.team-image {
    width: 100%;
    border-radius: 5px;
}

.owl-objekt-header button.owl-prev {
    position: absolute;
	  top: 50%;
    left: 20px;
    right: unset;
    font-size: 20px;
    transform: translateY(-50%)
}
.owl-objekt-header button.owl-prev span{
    font-size: 60px;
    color: white;
}

.owl-objekt-header button.owl-next {
    position: absolute;
	  top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.owl-objekt-header button.owl-next span{
	font-size: 60px;
    color: white;
}

.owl-objekt-header .owl-nav i {
    padding: 12px 15.2px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #a243a2;
    border: 2px solid #812990;
    opacity: 0.5;
}

.owl-objekt-header .owl-nav{
    
  position: unset!important;
}

a.mobile-zoom {
    color: white;
    font-size: 50px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 100000;
    outline: none!important;
}

section.webapp .card-header {
    padding: 0;
}

section.webapp{
  padding: 3.5rem 0;
}

section.webapp .card-header video{
  aspect-ratio: 1/1;
  object-fit: cover;
}

section.webapp .row {
  row-gap: 1.6rem;
}

section.webapp .card {background: #e6e6e6; border-radius: 0; border: 0;}
section.webapp .owl-dots{
  display: none;
}
section.webapp span.headline-3 {
   font-family: 'Helvetica 37 Thin Condensed';
    font-size: 25px;
    line-height: 23px;
    text-transform: none;
    letter-spacing: 0.03em;    color: #812990;
  display: block;
 margin-bottom: 1.6rem;

}

@media(min-width: 992px) and (max-width:1350px) {

    section.kategorie .event-content {
        position: relative;
        margin-bottom: 20px;
        height: unset;
        overflow: hidden;
        aspect-ratio: unset;
    }
    section.kategorie .text {
        position: relative;
        z-index: 1;
        margin-top: -20px; 
        right: 0;
        padding: 0;
        height: 100%;
    }
    section.kategorie .text .text-inner {
        width: 100% !important;
        background: rgb(255 255 255);
    height: 100%;
    padding: 20px;
    font-size: 14px;
    color: #646466;
    min-height: 255px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    }
}

@media(max-width: 767px){

    section.kategorie .event-content {
        position: relative;
        margin-bottom: 20px;
        height: unset;
        overflow: hidden;
        aspect-ratio: unset;
    }
    section.kategorie .text {
        position: relative;
        z-index: 1;
        margin-top: -20px; 
        right: 0;
        padding: 0;
        height: 100%;
    }
    section.kategorie .text .text-inner {
        width: 100% !important;
        background: rgb(255 255 255);
    height: 100%;
    padding: 20px;
    font-size: 14px;
    color: #646466;
    min-height: 255px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    }
}

@media(min-width: 767px){
    a.mobile-zoom{
        display:none;
    }
}

@media(min-width: 991px){
    .owl-objekt-header .owl-nav i{
        transform: scale(1.5);
    }
}
.owl-objekt-header .owl-nav button{
	outline:none!important;
	box-shadow:none!important;
}
.owl-objekt-header .owl-nav i:hover{
	opacity: 1;
}


@media (min-width: 1500px) {
    section.kategorie .row.kat-list {
        padding: 0px 10%;
    }
}


@media (max-width: 1500px) {
  .navbar .logo {
    width: 260px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 1.025rem;
  }
  .navbar .navbar-nav .nav-item {
    padding: 0 1rem;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.65rem;
  }

  h2 {
    font-size: 1.35rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  .navbar .logo {
    width: 250px;
  }

  .sidenav {
    width: 100vw;
    right: -100vw;
  }
  .sidenav .sidebar-logo {
    display: block;
  }
  .team-outter {
    max-width: 250px;
    display: block;
    margin: auto;
    margin-bottom: 1.6rem;
}

.row.sm-center {
    text-align: center;
}
.outer-leistungs-box{
  text-align: center;
}
section.service.points h3{
  margin-top: 1.6rem;
  margin-bottom: 1rem;
}
section.service.points .outer-leistungs-box ul{
  list-style: none;
  padding: 0;
}

.owl-header .owl-item img{
  aspect-ratio: 1/1;
  object-fit: cover;
}
section.header{
  aspect-ratio: 1/1;
}
    section.header .carousel-caption h2 {
        font-size: 1.2rem;
    }

    section.std {
    margin: 1.5rem 0;
}
section.std h1{
  margin-bottom: .5rem;
}

}

.top-nav img.news-mobile{display:none;}
@media(max-width: 1200px){
    .top-nav img {
        width: 56%;
    }
    .top-nav img.news-mobile {
        width: 100px;
        position: absolute;
        left: -31px;
        top: 20%;
        z-index: 10;
        display: block;
    }
}
