﻿
#zentrum{
    margin-left:50px;
    height:1850px;
}

#rechteseite {
    height: 1600px;
}


#artikeltext {
    margin-top: 30px;
    margin-left: 60px;
    margin-right:50px;

}

    #artikeltext h1 {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size:18px;
        line-height:1.5;
        color:dimgrey;
    }

    #artikeltext p {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 14px;
        line-height:1.5;
    }

    #artikeltext ul {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 14px;
        line-height: 1.7;
    }



#link_zum_bestandstool {
    margin-top:80px;
    margin-left:250px;
    background-color: #f0c14b;
    background-color: #f5d070;
    width: 450px;
    height: 50px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    display: flex;
    justify-content: center; /* horizontal zentriert */
    align-items: center; /* vertikal zentriert */
}

    #link_zum_bestandstool p {
        margin-top:6px;
        font-size:14px;
        font-weight:800;
        color:black;
    }

    #link_zum_bestandstool:hover {
        transform: scale(1.02)
    }
    /*-----------------------------------------*/



.infobox {
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
}