/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@font-face {
    font-family: 'tan_-_mon_cheriregular';
    src: url('tan_-_mon_cheri-webfont.woff2') format('woff2'),
         url('tan_-_mon_cheri-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tan_-_mon_cheriregular';
    src: url('tan_-_mon_cheri-webfont.woff2') format('woff2'),
         url('tan_-_mon_cheri-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Montserrat';
    src: url('montserrat-v29-latin-300.woff2') format('woff2'),
         url('montserrat-v29-latin-300') format('woff');
    font-weight: normal;
    font-style: normal;

}



.slider-caption h2 {

    text-transform: uppercase !important;font-size: 48px!important;
    text-shadow: 1px 1px 15px #595959;
}



.menu-link {
  font-size: 16px!important;
  font-family: var(--cnvs-primary-menu-font);
  text-transform:none!important;
  letter-spacing: var(--cnvs-primary-menu-ls);
}

.bg-kp-beige    {background: #e3e2d6!important;}

#copyrights {
  
  color: #ffffff!important;
}
.copyright-links a {
  display: inline-block;
  margin: 0 0.25rem;
  color: #ffffff!important;
  border-bottom: none!important;
}

.kp-seoline {font-size: 18px!important; color: #717a65; font-weight: bold!important; text-transform: uppercase;}
.kp-bright    {color: #ffffff;}


.sticky-top {
  position: sticky;
  top: 0;
  z-index: 100;
}
.iconlist li {
  position: relative;
  display: flex;
  flex-wrap: nowrap!important;
  align-items: baseline;
  font-size: var(--cnvs-iconlist-size);
}

.sepia-blur {
     filter: grayscale(50%) contrast(120%) brightness(90%) blur(3px);
    transition: filter 0.5s ease-in-out;
   
}



.sepia-blur:hover {
    filter: none;
}



.bg-hessberger  {background-image: url('../kathrin-hessberger-profilbild.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center;}
@media (max-width: 576px) {
    .no-mobile {display: none!important;}

.bg-hessberger  {background-image: url('../kathrin-hessberger-profilbild.jpg'); background-repeat: no-repeat; background-position: left center; background-size: cover; }

}


@media (min-width: 1200px) {
  .display-1 {
    font-size: 3rem!important;
  }
}

blockquote p {color:#8a391b!important; font-style: italic;}

/* Standardmäßig: Mobilgeräte (alles sichtbar) */
.mobile-only {
  display: block;
}

.tablet-up {
  display: none;
}

/* Ab Tablet-Größe (z. B. 768px) */
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }

  .tablet-up {
    display: block;
  }
}
