html{
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Maven Pro';
  font-style: normal;
  font-size: 19px;
  font-weight: 400;
  color: #000;
  background: -webkit-linear-gradient(to left, rgba(243, 243, 243, 0.99), #ffffff 55%);
  background: linear-gradient(to left, rgba(243, 243, 243, 0.99) 0%, #ffffff 55%);
}

.arrow-d-none .scroll-to {
  display: none;
}

.sell-slider-item .fade-content {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.sell-slider-item.uk-active .fade-content {
  opacity: 1;
}

.uk-slidenav {
  background: rgba(255,255,255,0.4);
  border-radius: 100%;
}

.uk-slidenav svg{
  margin: 10px;
}

.uk-slidenav:hover {
  background: rgba(255,255,255,1);
}

.uk-navbar-right {
  z-index: 999;
}

#scrollTopBtn {
  background-color: #999;
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 3px;
  line-height: 1.4;
  right: 40px;
}

:root {
  --container-large-max-width: 1680px; /* Je nach UIkit-Theme anpassen */
  --container-max-width: 1400px;
  --padding-container: calc((100vw - var(--container-max-width)) / 2);
}

.uk-container{
  max-width: var(--container-max-width);
}

.uk-container-large {
  max-width: var(--container-large-max-width);
}

@media (min-width:1400px){
  .col-left .slide-img-wrap {
    margin-left: calc(var(--padding-container) * -1 + 40px);
    
  }
  .col-right .slide-img-wrap {
    margin-right: calc(var(--padding-container) * -1 + 40px);
  }
  .col-left .slide-img-wrap img,.col-right .slide-img-wrap img {
    /*width:420px;
    height:250px;*/
  }
  .col-right .uk-position-absolute, .col-left .uk-position-absolute {
    bottom: 0;
  }
}

.custom-cover-container {
  position: relative;
  width: 100%;
  height: 500px; /* oder 100%, je nach Kontext */
  overflow: hidden;
}

.custom-cover-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img{
  width:100%;
}

.scroll-to {
width: 50px;
}





.uk-navbar-container{
  box-shadow: none!important;
}

.logo-box {
  height: 90px;
  padding: 25px;
  background-color: #f3f3f3;
}

p{
  margin-bottom:20px;
}

.logo-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
  
  
 h4, .uk-h4 {
font-size: 1rem;
margin-bottom: .75rem;
margin-top:0;
} 
  
.footer {
 font-size: .85rem;
 line-height: 1.3;
}

#footer .content-text a {
color: #000;

}

#footer .content-text a::after {
display:none;
}

#footer {
border-top: 2px solid #000;
background: #f3f3f3;
height:auto!important;
padding-top: 20px;
padding-bottom: 35px;
background: -webkit-linear-gradient(to right, rgba(243, 243, 243, 0.99), #ffffff 65%);
background: linear-gradient(145deg, rgba(243, 243, 243, 0.99) 0%, #ffffff 65%);
}

.uk-navbar-toggle {
padding: 0 0;
color: #000;
padding-bottom: 10px;
}

.uk-navbar-dropdown-nav {
font-size: 1rem;
}

.uk-navbar-dropdown{
  padding:0;
}

.uk-navbar-dropdown-nav li{
border-top:1px solid #000;
}

.uk-navbar-dropdown-nav li:first-child{
border-top:3px solid #000;
}

.uk-navbar-dropdown {
--uk-position-offset: 0;
width: 300px;
}


.uk-navbar-dropdown-nav > li > a {
color: #000;
font-size: 1rem;
padding-left: 25px;
}

.uk-navbar-toggle svg{
  width:30px;
}



.icon-home {
margin-right: 5px;
display: inline-block;
}

.uk-slider .content-text {
font-size: clamp(1.5rem, 2.5vw, 1.9rem);
line-height: 1.3;
position:relative;
}

.uk-slider .content-text .rte{
padding-top: 25px;
}

.uk-slider .media--below figure{
  position: absolute;
  bottom: 0;
  margin-left: -100px;
}

.uk-slider .media--above figure{
  margin-right: -100px;
}

.uk-overflow-visible.uk-slider-container {
overflow-x: visible;
margin-top: 14px;
}

.icon-home img{
vertical-align: baseline;
width: 12px;
}

.icon-arrow img{
width: 6px;
vertical-align: baseline;
}

.content-text a {
color: #e30613;
position: relative;
}
.content-text a {
color: #e30613;
position: relative;
}
.content-text a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background-image: url('/files/assets/images/arrow-right-red.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 1px;
  margin-left: 5px;
}

.content-hyperlink a {
  color: #000;
  position: relative;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  text-decoration: none; /* optional */
  opacity:1;
  transition: ease all 0.3s 0s;
}

.content-hyperlink a:hover {
  opacity:0.8;
}

.content-hyperlink a::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #e30613;
  background-image: url('/files/assets/images/arrow-right-white.png');
  background-repeat: no-repeat;
  background-size: 15px 24px;
  background-position: 11px center;
  margin-right: 10px;
  border-radius: 3px;
  flex-shrink: 0; /* verhindert Verzerrung */
}

.uk-slider .content-text a{
  color: #000;
  opacity:1;
  transition: ease all 0.3s 0s;
}

.uk-slider .content-text a:hover {
  opacity:0.6;
  text-decoration:none;
}

.uk-slider .content-text a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #e30613;
  background-image: url('/files/assets/images/arrow-right-white.png');
  background-repeat: no-repeat;
  background-size: 15px 24px;
  background-position: 14px center;
  margin-right: 10px;
  border-radius: 3px;
  margin-left: 0;
  margin-top: 12px;
  transition: ease all 0.5s 0s;
}

.uk-slider .content-text a:hover::after {
  background-color: #999;
}


.content-text.media.media--above figure {
  margin-bottom: 10px;
}

.content-text.media.media--above figure img, h3, .content-text .uk-h3{
  border-radius: 3px;
}

h2, .uk-h2, h3, .uk-h3, h1, .uk-h1,h4, .uk-h4 {
  font-family: 'Maven Pro';
}

h2, .uk-h2 {
font-weight: bold;
}

h3, .uk-h3 {
  background-color: #c4c4c4;
  font-size: 1rem;
  padding: .25rem .5rem;
  font-weight: 600;
}

.uk-navbar-item {
  padding: 0 0;
  color: #000;
  opacity: 1;
  transition: ease all 0.5s 0s;
}

.uk-navbar-item:hover {
  color: #000;
  opacity:0.85;
  text-decoration: none;
}

.uk-navbar-container {
  background-color: #fff!important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* optionaler Schatten */
  z-index: 999;
}

.sell-logo-text {
  position: relative;
  margin-bottom: -5px;
  font-weight: 500;
}

.sell-logo-text::after {
content: "";
width: 455px;
height: 200px;
background-image: url("/files/assets/images/welle.svg");
display: block;
background-repeat: no-repeat;
background-position: 0px 0px;
background-size: contain;
position: absolute;
left: 91%;
top: 37px;
transform: translateY(-50%);
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

.content-text li {
  list-style: none; /* Standardpunkte entfernen */
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

.content-text li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em; /* ggf. je nach Schriftgröße anpassen */
  width: 1em;
  height: 2px;
  background-color: red;
}

.content-text ul {
  padding-left: 0;
  margin-top: 0;
  padding-inline-start: 0;
}
@media (min-width: 960px){
  
  .inside.left-col {
    height: 100%;
  }
  .left-col .content-hyperlink a{
    position:absolute;
    bottom:10px;
  }
  .uk-position-absolute-m{
    position:absolute;
    bottom:0;
  }
  
}

@media (max-width: 960px){
  
  .footer--second-row {
    padding-top: 25px;
    background-color: #f1f1f1;
  }
}

@media (max-width: 768px){
  html{
    font-size: 16px;
  }
  .uk-navbar-dropdown {
  width: 100%;
  }
  .sell-logo-text {
    margin-bottom: 0;
  }
  
  
  .custom-cover-container {
    height: 350px; /* oder 100%, je nach Kontext */
  }
}