/* =============================== */


/* TITLE */

.title {
    font-family: 'Germania One', cursive;
    font-size: 50px;
    text-align: center;
    margin-bottom: 140px;
}

.title.cert {
    font-family: 'Germania One', cursive;
    font-size: 50px;
    text-align: center;
    margin-bottom: 0px;
}


/* END OF TITLE */


/* =============================== */


/* =============================== */


/* Picture Box */

.picture-box {
    /* background-color: red;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 10px; */
    padding-bottom: 23%;
    width: 250px;
    padding-right: 50px;
}

.picture-box img {
    height: 401px;
    width: auto;
    border-radius: 5px;
}


/* END OF PICTURE BOX */


/* =============================== */


/* =============================== */


/* Text Box */

.txt-box {
    position: relative;
    width: 50%;
    height: 50%;
    background-color: #e6e4e4;
    border: 1px solid rgb(202, 200, 200);
    border-radius: 5px;
    font-family: 'Germania One', cursive;
    font-size: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 58px;
}


/* END OF TXT BOX */


/* =============================== */


/* =============================== */


/* CONTENT */

.content {
    height: auto;
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-bottom: -330px;
}

.one {
    margin-left: 67px;
    margin-right: 50px;
}

.one.first {
    transform: translate(0, -60%);
    margin-top: 16%;
    cursor: pointer;
}

.content-two {
    height: auto;
    margin-top: 50px;
}

.content-three {
    height: auto;
    margin-top: 50px;
}


/* END OF CONTENT */


/* =============================== */


/* =============================== */


/* Zertifikat row */

.picture-row {
    position: inherit;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    text-align: center;
}

.picture-row img {
    width: 200px;
    height: auto;
    margin-right: 10px;
    top: 1840px;
    cursor: pointer;
}

.grid-container {
    display: flex;
    justify-content: center;
    margin-left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.content-container {}


/* END OF ZERTIFIKAT ROW */


/* =============================== */