@import url('../../../global/css/main.css');

/* setup global styling */
body {
    background-color: var(--page-white);
}

main {
    max-width: 90%;
    background-color: var(--page-white);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
    height: auto;
    margin-bottom: 5rem;
}

.headline {
    position: relative;
    top: 2rem;
    left: 10rem;
    color: var(--primary);
}

.title {
    position: relative;
    color: var(--primary);
    font-size: 1.3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.detail, p {
    position: relative;
    color: var(--text-grey);
    font-size: 1.2rem;
    max-width: 90%;
}

a {
    color: var(--primary);
    transition: .2s;
}

a:hover {
    color: var(--primary-dark);
}

.source-img {
    position: relative;
}

/* Large Desktop Screens */
main {
    position: relative;
    top: 6rem;
    width: 80%;
    left: 10%;
}

main .headline {
    font-size: 3rem;
    margin-bottom: 5rem;
}

main .title {
    left: 10rem;
}

main .detail, p {
    top: -.9rem;
    left: 10rem;
    max-width: 40%;
    text-align: justify;
}

main .haftung-1 {
    margin-bottom: 2rem;
}

main ul {
    position: relative;
    left: 13rem;
    max-width: 70%;
    margin-bottom: 5rem;
}

main ul li {
    position: relative;
    left: -5%;
    width: 105%;
    height: 8rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    border-left: 5px solid var(--primary);
    border-top: 2px solid rgba(211, 211, 211, 0.363);
    border-right: 2px solid rgba(211, 211, 211, 0.363);
    border-bottom: 2px solid rgba(211, 211, 211, 0.363);
    border-radius: 5px;
}

main ul li .source-img {
    margin: .3rem;
    margin-left: 0;
    max-height: 7.4rem;
}

main ul li a {
    position: absolute;
    left: 13rem;
    line-height: 8rem;
}

main ul li a i {
    margin-right: .3rem;
}
