* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    text-decoration: none;
    font-family: "noto-sans-display", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
	color: var(--main-text-color);
    background-color: var(--bg);
    font-family: "noto-sans-display", sans-serif;
    font-weight: 400;
    font-style: normal;
	width: 100%;
	max-width: 100%;
}

.stellen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
}

.stellen .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.stellen .flex .line {
	width: 50px;
	height: 3px;
	background: var(--gold);
	border-radius: 100px;
	margin: 10px;
}

.stellen .flex h2 {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: clamp(150%, 5vw, 200%);
}


/* Alternativer Text start*/

.stellen .alternativ {
    margin-top: 100px;
}

.stellen .alternativ h3 {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 200%;
}

/* Alternativer Text ende*/


/* start Über */

.ueber {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 900px;
    margin-top: 100px;
}

.ueber h3 {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
}

.ueber p {
    text-align: center;
    margin-top: 10px;
    font-size: 120%;
    color: var(--main-text-color);
}

/* ende Über */


/* start eigentlicher Content */

.stellen .erwatet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--bg2);
    margin-top: 100px;
} 

.stellen .erwatet h3 {
    text-align: center;
    font-size: 200%;
    margin-top: 20px;
    font-weight: bold;
}   

.stellen .erwatet .liste {
    width: 100%;
    max-width: 1300px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.stellen .erwatet .liste .teil {
    margin: 20px;
    max-width: 600px;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
}

.stellen .erwatet .liste .teil i {
    font-size: 300%;
    color: var(--gold);
    margin-right: 20px;
}

.stellen .erwatet .liste .teil .text h4 {
    font-size: 120%;
    color: var(--main-text-color);
    font-weight: bold;
}

.stellen .erwatet .liste .teil .text p {
    font-size: 120%;
    color: var(--main-text-color);
}



/* start Stellenagebote */

.stellen .angebote {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stellen .angebote h3 {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
}

.stellen .angebote p {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    width: 90%;
}

.stellen .angebote .box {
    width: 90%;
    max-width: 700px;
    min-height: 150px;
    margin: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--gold);
    border-radius: 5px;
    background-color: var(--bg2);
}

.stellen .angebote .box .left {
    display: flex;
    flex-direction: column;
    margin: 20px;
}

.stellen .angebote .box .left h4 {
    text-align: left;
    font-size: 130%;
    font-weight: normal;
}

.stellen .angebote .box .left p {
    text-align: left;
    font-size: 110%;
    font-weight: normal;
}

.stellen .angebote .box .right {
    display: flex;
    flex-direction: column;
    margin: 20px;
}

.stellen .angebote .box .right a .button{
    text-align: center;
    color: white;
	background: var(--cta2);
	width: 150px;
	max-width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border-radius: 5px;
	font-size: 120%;
	scale: 1;
	transition: scale .75s;
}

.stellen .angebote .box .right a .button:hover {
	cursor: pointer;
	scale: 1.05;
	transition: scale .75s;
}

@media only screen and (max-width: 420px) {
    .stellen .angebote .box {
        flex-direction: column;
    }
}


/* ende Stellenagebote */



/* Start Stelle */
.stelle {
    margin-top: 100px;
    margin-bottom: 100px;
    width: calc(100% - 20px);
    max-width: 1300px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: var(--bg2);
    border-radius: 15px;
    border: 4px solid var(--gold);
    margin-left: auto;
    margin-right: auto;
}

.stelle .content {
    display: flex;
    flex-direction: row;
    margin: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.stelle .aufgaben, .stelle .profil {
    width: 100%;
    max-width: 600px;
    margin: 10px;
}

.stelle .aufgaben h3, .stelle .profil h3 {
    font-size: 140%;
    font-weight: bold;
}

.stelle .aufgaben .text, .stelle .profil .text  {
    display: flex;
    flex-direction: column;
}

.stelle .aufgaben .text .punkt, .stelle .profil .text .punkt {
    display: flex;
    align-items: center;
}

.stelle .aufgaben .text .punkt p, .stelle .profil .text .punkt p {
    font-size: 110%;
    margin: 10px;
}

.stelle .aufgaben .text .punkt i, .stelle .profil .text .punkt i {
    font-size: 60%;
}

.stelle .content .stellen-cta {
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 800px;
}

.stelle .content .stellen-cta h4 {
    font-size: 150%;
    font-weight: bold;
}

.stelle .content .stellen-cta p {
    margin-top: 20px;
    font-size: 120%;
    font-weight: normal;
}

.stelle .content .stellen-cta a {
    color: var(--gold);
}

/* Ende Stelle */