46 lines
870 B
CSS
46 lines
870 B
CSS
ul.catFilter {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
ul.catFilter li {
|
|
padding: 0px 10px;
|
|
background-color: #333333;
|
|
color: #7c7c7c;
|
|
margin: 0 5px 5px 0;
|
|
font-size: 1rem;
|
|
font-weight: normal;
|
|
overflow-wrap: break-word;
|
|
user-select: none;
|
|
}
|
|
|
|
ul.catFilter li.available a {
|
|
color: #eeeeee;
|
|
}
|
|
|
|
ul.bestandliste {
|
|
margin-top: 1.55556rem;
|
|
list-style: square;
|
|
margin-left: 1rem;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.intro-element .content-wrap #centeredMultiLine {
|
|
height: 60%;
|
|
width: 100%;
|
|
line-height: normal;
|
|
text-shadow: 1px 1px 3px black;
|
|
font-family: "Roboto", "Source Sans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.intro-element {
|
|
padding: 2rem 0 2rem 0;
|
|
}
|
|
|
|
/* @media (max-width: 1024px) {
|
|
.intro-element .content-wrap #centeredMultiLine {
|
|
height: 100%;
|
|
line-height: 4em;
|
|
}
|
|
} */
|