/*
Theme Name: Rosa Lite Child
Theme URI:  https://zommspue.at
Description: Child Theme für Rosa Lite — enthält Anpassungen.
Author:      Zommspue OG
Author URI:  https://zommspue.at
Template:    rosa-lite-master
Version:     1.0.0
Text Domain: rosa-lite-child
*/

html {
  scroll-behavior: smooth;
}

.cmplz-placeholder-parent{
	height:100%;
}

a:hover{
    color: rgb(203,162,120);
}

.headroom--not-top .nav--main a:hover{
        color: rgb(203,162,120);
}

.oeffnungszeiten{
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top:0.3rem !important;
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 1rem;

    a {
        font-size: 1.5rem;
        color: #919191;
    }
}

.footer-container{
    p {
        color: rgb(203,162,120);
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    nav a:hover{
        color: rgb(203,162,120);
    }

}

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

*[id] {
    scroll-margin-top: 7em;
} 

@media only screen and (max-width: 899px){
	#js-navigation--main{
		background:white;
	}
}


@media (max-width: 768px) {
  .footer-social {
    gap: 18px;
    font-size: 1.3rem;
  }
}
