/*
 Theme Name:   Kysoft
 Description:  Theme abgeleitet von Twenty Twenty-Five
 Author:       BumbleBits IT
 Author URI:   https://bumblebits.de
 Template:     twentytwentyfive
 Version:      1.0.0
*/


/** Basics **/

a {
  text-decoration: none;
}


a:hover {
    text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}




.kysoft-links a:hover {
    color: #CD4A27 !important; 
}

@media and (max-width: 760p) {

.footer-links {
	font-size: 0.8rem;
}

}
/** Elemente **/

/** Boxen **/

.hero-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #6b5cff 0%, #ff5a2b 100%);
}

.box-border-gradiand-start::before{
  content: "";
  position: absolute;
  top: 0;
  left: 56px;
  height: 3px;
  width: 62%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6b5cff 0%, #ff5a2b 100%);
}

.a.uagb-buttons-repeater.wp-block-button__link,
a.uagb-buttons-repeater.wp-block-button__link:focus{
  color: rgba(0,0,0,0) !important;
}
