* {
    font-family: "Avenir Next Condensed";
    margin: 0;
    padding: 0;
}

.title {
    font-size: 1.75rem;
    font-weight: bold;
}
.description {
    font-size: 1.2rem;
}

.link {
    font-size: 1rem;
    color: blue;
}

.logo {
    max-width: 3.5rem;
    margin-right: 10px;
}

.flex {
    display: flex;
    align-items: center;
    gap: 0px;
}

.category {
    font-size: 1.3rem;
    font-weight: 600;
}

.outline-l {
    z-index: 900;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1%;
    background-color: #1c4654;
}

.outline-r {
    z-index: 900;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1%;
    background-color: #1c4654;
}

.outline-t {
    z-index: 900;
    position: absolute;
    top: 0;
    right: 0;
    height: 1%;
    width: 100%;
    background-color: #1c4654;
}
.dorfet__box {
    display: flex;
    justify-content: center;
}

.dorfet__logo {
    max-height: 7rem;
    z-index: 900;
    position: absolute;
    top: 0;
    border: 10px #1c4654;
    border-radius: 10px;
}

.outline-b {
    z-index: 900;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1%;
    width: 100%;
    background-color: #1c4654;
}

.credits {
    z-index: 910;
    position: absolute;
    bottom: 0;
    left: 0;

    background-color: #1c4654;
    font-size: 1.4rem;
    overflow-x: hidden;
    min-width: 98%;
    padding: 1%;
    color: white;
}
.items {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 96%;
    justify-content: space-between;
    margin-right: 2.5em;
}
#legende {
    font-size: 1.4rem;
    font-weight: 600;
}

@media (min-width: 820px) {
    .credits {
        width: 95vw;
        font-size: 2rem;
    }
}

#fest {
    color: red;
}

#verkauf {
    color: blue;
}

#festb {
    color: #ff00ff;
}

#parking {
    color: #ff7700;
}

#wc {
    color: green;
}
.icons {
    vertical-align: -3px;
    padding-right: 5px;
}

.icon {
    vertical-align: -4px;
    padding-right: 5px;
}
