/* EPILOG */

#epilog {
    width: 100vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #a9cec2;
}

.fblogo {
    opacity: 1;
    position: absolute;
    width: 2%;
    margin: auto;
    z-index: 99;
    opacity: 1;
}

/* Text */

.text-container {
    width: 40%;
    text-align: center;
    margin-bottom: 5%;
    margin-top: 5%;
}

.epilog-titel {
    font-size: 3em;
  font-family: "Permanent Marker", cursive;
    color: #050505;
    line-height: 1.2em;
    margin-top: 15px;
}

.epilog-untertitel {
    font-size: 1em;
    line-height: 2em;
    font-weight: 600;
    opacity: 1;
    color: #050505;
}

.left {    
    text-align: left;}

.epilog-text {
    font-size: 1em;
    line-height: 2em;
    font-weight: 400;
    opacity: 1;
    color: #050505;
    text-align: justify;
}

.marker {
    background-image: url(/img/marker4.png);
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-size: 100%;
    background-position: 0% 100%; 
    padding:  5px;
    margin:  -5px;
}

.marker2 {
    background-image: url(/img/marker5.png);
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-size: 100%;
    background-position: 0% 150%; 
    padding:  5px;
    margin:  -5px;
}


.marker3 {
    background-image: url(/img/marker6.png);
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-size: 100%;
    background-position: 0% 150%; 
    padding:  5px;
    margin:  -5px;
}

.divider {
    width: 15%;
    margin: 2% 0%;
}

.epilog-divider {
    background-image: url(/img/99_epilog-divider.png);
    width: 100vw;
    margin-top: 200px;
    height: 300px;
}

.epilog-divider-bwd {
    background-image: url(/img/99_epilog-divider-ende.png);
    width: 100vw;
    margin-bottom: 50px;
    height: 300px;
}

ul {
    list-style: none; 
    text-align: left;
}


ul.bullet li::before {
    content: "\2022";
    color: #050505;
    font-weight: bold;
    display: inline-block; 
    width: 2em;
    margin-left: -2em;
}

li {
    margin-bottom: 1em;
}

/* Links */

.link{
    position: relative;
    z-index: 1;
    display: inline-flex;
    padding-left: .75rem;
    padding-bottom: .25rem;
    padding-right: .75rem;
}

.link::before{
    content: "";
    width: 100%;
    height: 110%;
    background-image: url(/img/marker7.png);
    background-size: 100%;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.link:hover::before{
    width: 0;
}

/* animation */

.link::before{
    transition: width .1s ease-out;
}

.link:hover::before{
    transition-duration: .15s;
}


.link{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.link:focus{
    outline: 2px solid #fed330;
    outline-offset: .5rem;
}

/* FOOTER */

.footer-container {
    text-align: center;
    font-size: .75em;
    color: rgba(255, 255, 255, 0.5);
    background-color: #050505; 
}
.footer-container .wrapper {
    width: 80%;
    max-width: none;
    margin: 0 10%; 
}
.footer-container h3 {
    margin: 0;
    padding: 20px 0;
    font-weight: normal; 
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}
