@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/tante-brunhilde/assets/fonts/montserrat/Montserrat-Regular.ttf);
    font-weight: normal;
}

h1 {
    font-size: 4.05rem;
}

.wp-block-uagb-advanced-heading p {
    font-size: 1.9rem;
    font-family: "Montserrat", sans-serif;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.35rem;
}


/*
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}


*/


/*
p,
a,
span,
div,
table,
ul,
li {
    font-family: "Montserrat", sans-serif;
}

*/

img {
    border: none;
}

a:where(:not(.wp-element-button)) {
    border: 0;
    outline: none;
}

h2 {
    font-size: 2rem;
}

a:active {
    background-color: none;
    border: 0;
    outline: none;
}

a:hover {
    background-color: none;
}

.wp-block-post-content a:where(:not(.wp-element-button)):hover {
    background-color: transparent!important;
    border-color: transparent!important;
    text-decoration: none;
}
@media only screen and (max-width: 900px) {
  .logo-tante {
    width: 100px;
  }
  .div:has(.btt_show) {
    background: steelblue;
    color: #eee;
  }
}

.wp-site-blocks {
	padding-top:0px;
}
.wp-block-group{
	margin-top:0px!important;
}
#backToTop{
        position: fixed;
        bottom: 1em;
        right: -4em;
        z-index: 999;
        transition: all 0.5s ease;
        cursor:pointer;
    }

    .btt_show{

        right: 1em!important;;
    }

    .wp-block-post-excerpt__excerpt {
       
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        /* border: 1px solid #000000; */
    }