@media only screen and (min-width: 600px) {
    #wir_suchen_dich {
        position: relative;
        top: 0px;
        width: 100%;
        box-sizing: border-box;
        background-color: ghostwhite;
        box-sizing: border-box;
    }
    #stellenanzeige {
        position: relative;
        top: 0;
        display: block;
        margin: 0 auto;
        max-width: 1440px;
        box-sizing: border-box;
        background-image: url('../Bilder/krankenschwester.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 500px;
    }
    #stellen_text {
        position: absolute;
        top: 20%;
        left: 14%;
        width: 400px;
        font-family: Quicksand, sans-serif;
        font-size: 130%;
        color: rebeccapurple;
    }
    #stellen_text h1 {
        font-size: 180%;
        line-height: 200%;
    }
    #stellen_text p {
        margin-top: 35px;
        width: 80%;
        max-width: 400px;
    }
    .stdButton {
        margin-top: 35px;
        font-size: 100%;
        border: 1px solid rebeccapurple;
        padding: 15px 50px;
        border-radius: 5px;
        color: rebeccapurple;
        background-color: transparent;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    #stellen_beschreibung {
        position: relative;
        top: 0px;
        margin: 0 auto;
        max-width: 1440px;
        font-family: Quicksand;
        display: none;
        background-color: rgba(255, 0, 255, 0.8);
    }

    #stellen_beschreibung_text {
        background-color: rgba(255, 255, 255, 1);
        padding-bottom: 35px;
    }
    #stellen_beschreibung_text h2 {
        margin: 0;
        padding-top: 35px;
        padding-left: 50px;
        color: rebeccapurple;
    }
    #stellen_beschreibung_text p {
        margin: 0;
        color: rebeccapurple;
        font-size: 115%;
        padding-top: 10px;
        padding-left: 50px;
    }
}
@media only screen and (max-width: 599px) {
    #wir_suchen_dich {
        position: relative;
        top: 0;
        width: 100%;
        box-sizing: border-box;
        background-color: ghostwhite;
    }
    #stellenanzeige {
        position: relative;
        top: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1440px;
        box-sizing: border-box;
        background-image: url('../Bilder/krankenschwester.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 500px;
    }
    #stellen_text {
        position: absolute;
        margin-top: 80px;
        margin-left: 5%;
        width: 90%;
        font-family: Quicksand, sans-serif;
        font-size: 130%;
        color: rebeccapurple;
    }
    #stellen_text h1 {
        font-size: 180%;
        line-height: 200%;
    }
    #stellen_text p {
        margin-top: 90px;
        width: 80%;
        max-width: 400px;
    }
    .stdButton {
        margin-top: 35px;
        font-size: 100%;
        border: 1px solid rebeccapurple;
        padding: 15px 50px;
        border-radius: 5px;
        color: rebeccapurple;
        background-color: transparent;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    #stellen_beschreibung {
        position: relative;
        top: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1440px;
        font-family: Quicksand;
        display: none;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.9);
        padding-bottom: 35px;
    }
    #stellen_beschreibung_text {
        width: 90%;
    }
    #stellen_beschreibung_text h2 {
        margin-left: 3%;
        padding-top: 25px;
        padding-bottom: 10px;
        color: rebeccapurple;
    }
    #stellen_beschreibung_text p {
        margin-left: 5%;
        padding-left: 5px;
        color: rebeccapurple;
        font-size: 115%;
        padding-top: 10px;
    }
    #stellen_beschreibung_text li {
        color: rebeccapurple;
        list-style: decimal;
        margin-left: 30px;
    }
    #stellen_beschreibung_text ul {
        margin-top: 20px;
    }
}
