@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    background-color: #B0AAD0;
    color: #272C30;
    font-family: "Arvo", sans-serif;
    font-size: 16px;



}

div {
    background-color: #D8D7EC;
    padding: 20px;
    margin: 40px 20px;
}

h1 {
    padding: 15px 15px 0;
    text-align: end;
    text-decoration: overline;
    font-size: 35px;
}

#lange_titel {
    display: none;
}


header p {
    padding: 15px;
    text-align: justify;
    border-left: #9CC3D4 double 5px;
    border-bottom: #9CC3D4 double 5px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

figure {
    text-align: center;
    padding-top: 15px;
}

img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
}

figcaption {
    padding-top: 5px;
    padding-bottom: 15px;
}

h2 {
    display: none;
}

table {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #9CC3D4;
    border-collapse: collapse;
}

table,
tr,
th,
td {
    padding: 7px 5px 7px 10px;
}

th,
td {
    text-align: right;
}

th {
    background-color: #9CC3D4
}

i {
    padding-right: 5px;

}

#home_sign {
    display: none;
}

a {
    color: #272C30;
    background-color: #D8D7EC;
    border-radius: 50px;
    padding: 5px;
    text-align: center;
    text-decoration: none;

}

a:hover {
    background-color: #B0AAD0;
}

footer a {
    background-color: #B0AAD0;
    margin: 20px;
}

footer a:hover {
    background-color: #D8D7EC;
}

@media screen and (min-width: 900px) {

    h1 {
        font-size: 50px;
        padding-right: 80px;
        padding-top: 30px;
    }

    header p {
        margin-bottom: 35px;
    }

    h2 {
        display: inherit;
        text-align: right;
        margin: 10px;
        margin-right: 80px;
        font-size: 30px;
    }

    img {
        float: left;
        margin-left: 50px;
    }

    table {
        margin-right: 80px;
        font-size: 24px;
    }

    #home {
        display: none;
    }

    #home_sign {
        display: block;
        position: fixed;
        right: 2px;
        top: 2px;
        background: none;
        border: solid black 1px;
        font-weight: bold;
        background-color: #D8D7EC;
        padding-right: 1px;
    }

    figcaption {
        font-size: 40px;
        position: absolute;
        left: 88px;
        top: 290px;
        display: block;
        width: 665px;
        height: 353px;
        line-height: 350px;
        text-align: left;
        opacity: 0;
    }

    figcaption:hover {
        opacity: 1;
        color: #D8D7EC;

    }

    #home_sign:hover {
        border: solid black 3px;
    }


}
