
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-VariableFont_wght.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

body{
    background-color: #c1ef87;
    font-family:'Raleway',sans-serif;
    color: #59371c;
}  
img{
    width:100%;
}

.centered-text{
    text-align: center;
}

ul {
    list-style: none;
    margin:0px;
    padding :0px;
}

li {
    padding:0px;
    padding-left:10px;
    margin:0px;
}

.inline-link {
    text-decoration: underline;
}

.inline-link:hover {
    color: #000;
}

@media(min-width: 0px)
{
    
    .link{
        width: 80vw;
        margin: 0px auto;
        text-align: center;
        background-color: #ebffd2;
        border:2px dashed #59371c;
        border-radius: 10px;
        margin-top:  30px;
        font-size: 20px;
        padding: 5px;

    }
    .link:hover{
        background-color: #c3d4ae;

    }
    a{
        text-decoration: none;
        color: #59371c;

    }

    .text{
        width: 90vw;
        margin:0px auto;
        font-size: 17px;
        text-align: justify;
        hyphens: auto;
        word-spacing: -0.04em;
    }
    #uebermichbild{
        width: 60vw;
        margin:0px auto;
        margin-top:  40px;
    }

    h1{
        font-size:20px;
    }

    h2{
        font-size: 18px;
    }
        
    h3{
        font-size:16px;
    }

    h4{
        font-size: 14px;
    }

    .footer {
        position:fixed;
        width: 100%;
        display: block;
        bottom:5px;
        text-align:center;
        font-size:12px;
        left:0px;
    }

    #details{
        width:70vw;
        margin: 30px auto;
    }
}





@media(min-width:1200px)
{

    .logo{
        width: 33vw;
        margin: 0px auto;
    }


    .link{
        width: 33vw;
        margin: 0px auto;
        text-align: center;
        background-color: #ebffd2;
        border:3px dashed #59371c;
        border-radius: 10px;
        margin-top:  30px;
        font-size: 30px;
        padding: 5px;

    }
    .link:hover{
        width: 30vw;
        font-size: 25px;

    }
    a{
        text-decoration: none;
        color: #59371c;

    }

    .text{
        width: 33vw;
        margin:0px auto;
        font-size: 20px;
    }

    #uebermichbild{
        width: 20vw;
        margin:50px auto;
    }

    h1{
        font-size:20px;
    }

    h2{
        font-size: 18px;
    }
    
    h3{
        font-size:16px;
    }

    h4{
        font-size: 14px;
    }

    .footer {
        position:fixed;
        bottom:5px;
        left:0px;
        text-align:center;
        font-size:12px;

    }

    #details{
        width:25vw;
        margin: 40px auto;

    }

}

