
@font-face {
font-family: 'Oooh Baby';
font-style: normal;
font-weight: 400;
src: url('fonts/oooh-baby-v4-latin-regular.woff2') format('woff2')

}

h1, h2 { font-family: 'Oooh Baby', cursive !important; }

@font-face {
font-family: 'Cormorant';
font-style: normal;
font-weight: 400;
src: url('fonts/cormorant-v23-latin-regular.woff2') format('woff2')

}

p, h3, h4, h5, h6 { font-family: 'Cormorant', Georgia, serif !important; }


/*Startseite Eingrenzung runde Ecken*/

.rstpl-hero-content {
    border-radius: 50px;
}

/*Button breiter machen 1. Textabsatz*/
.rstpl-intro .btn.rspbld-button, .rstpl-intro button {
width: 18rem;
padding: 1rem;
}


/*Text Zeilenhöhe geringer*/
div.rspbld-text-block {
    line-height: 2rem;
}

h3, h3.rspbld-subtitle, .rspbld-subtitle, .rstpl-intro-alt .rspbld-subtitle {
    margin: .5rem 0;
    line-height: 2.4rem;
    font-size: 1.2em;
    font-family: "Cormorant";
    color: #564f4b;

}

h4 {
    margin: .5rem 0;
    line-height: 2.4rem;
    font-size: 1.1em;
    font-family: "Cormorant";
    color: #fff;
 
}

/*Header text zentrieren*/
.rstpl-hero [class*=title] {
   text-align: center;
}


/*copyright ausblenden*/
.rstpl-copyright.text-md-start {
    display: none;
}

a:hover, a:active, a:focus {
  
    color: #fff;
}
/*Foto Footer über 2 Spalten*/

.col-lg-4 {
    flex: 0 0 auto;
    width: 50%;
}

.nav-link {

    font-size: 1.7rem;
}


