/* alice-regular - latin_latin-ext */
  /* @font-face {
    font-display: swap; 
    font-family: 'Alice';
    font-style: normal;
    font-weight: 400;
    src: url('../resources/font/alice-v21-latin_latin-ext-regular.woff2') format('woff2');
  } */

/* WebYep Loop  horizontal und Bildelement*/
.loop a.WebYepLoopAddButton,
.loop a.WebYepLoopRemoveButton,
.loop a.WebYepLoopUpButton,
.loop a.WebYepLoopDownButton,
.loop a.WebYepLoopEnabledButton,
.loop a.WebYepRichTextEditButton {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.loop p {
    margin: 0;
}

.loop-item {
    padding-top: 20px;
    padding-bottom: 20px;
    
}

/* Desktop */
.loop-content {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

/* Text links */
.loop-text {
    flex: 1;
}



/* loop Ende */

/* WebYepMenu */


/* Ab Hier Textgestaltung */

.wy {
    font-family: 'Alice';
    font-weight: 400;
}
.wy h1, h2, h3, h4 {
    color: rgb(161, 23, 23);
    margin-bottom: 10px;
}
.wy h1 {
    font-size: 3.75rem;
    line-height: 4.50rem;
}
.wy h2 {
    font-size: 3rem;
    line-height: 3.50rem;
}
.wy h3 {
    font-size: 2.25rem;
    line-height: 2.50rem;
}
.wy h4 {
    font-size: 1.88rem;
    line-height: 2.25rem
}
.wy p {
    color: rgb(119, 45, 45);
    font-size: 1.25rem;
    line-height: 1.45rem;
    margin-bottom: 10px;
}