@media (min-width: 992px) {
  #header .header-nav-main.header-nav-main-text-size-4 nav > ul > li > a {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.4px;
  }

  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #fff;
  }
}

b, strong {
  font-weight: bold;
}



#header .header-body {
  display: flex;
  flex-direction: column;
  background: #042747;
  transition: min-height 0.3s ease;
  width: 100%;
  border-top: 3px solid #EDEDED;
  border-bottom: 1px solid transparent;
  z-index: 1001;
}

.custom-highlight-text-1 {
  position: absolute;
  right: -64px;
  bottom: -1px;
  font-size: 36.8px;
  font-size: 2.3rem;
  transform: rotate(0deg) !important;
}

.custom-vr-1 {
  width: 3px;
  height: 144px;
}

.col-half-section {
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  max-width: 607px;
  margin-left: 30px;
  margin-right: 0;
}

.masonry-item {
    overflow: hidden;
}

/* Bildcontainer */
.img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* Bilder */
.img-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.4s ease;
}

/* Hover Zoom */
.img-wrapper:hover img {
    transform: scale(1.05);
}

/* Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.overlay i {
    color: #fff;
    font-size: 24px;
}

.img-wrapper:hover .overlay {
    opacity: 1;
}

/* Format-Anpassung */
.portrait img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.landscape img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

@font-face {
    font-family: 'Caflisch Script Pro';
    src: local('Caflisch Script Pro Bold'), local('Caflisch-Script-Pro-Bold'),
        url('CaflischScriptPro-Bold.woff2') format('woff2'),
        url('CaflischScriptPro-Bold.woff') format('woff'),
        url('CaflischScriptPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

.custom-font-33 {
	font-family:'Caflisch Script Pro';
	font-size:2em;
	color:#ea6909;
}

.custom-font-3 {
	font-family:'Caflisch Script Pro';
	color:#ea6909;
}