html {
    font-size: 16px;
}



body {
    font-size: 1rem;
}

a {
    text-decoration: none;
    color: #1D2B4D;
}

.header,
.footer {
    padding-right: 50px;
}

.header-wrapper {
    max-width: 900px;
    width: 100%;
    height: 260px;
	margin-top: 45px;
}

.header-wrapper img {
    margin: 25px 0 35px 50px
}

.claimwrapper {
    margin: 0 0 50px 50px
}

.job-body {
    margin: 0 50px;
}

.job-title {
    margin-bottom: 10px;
    margin-left: 50px;
	font-size: 1.8rem;
}

.lower-job-desc {
    flex-direction: row;
}

.left-col {
    padding-right: 30px;
}

.subclaim {
    font-family: Georgia, 'Times New Roman', Times, serif;
}


.subclaim strong {
    font-family: 'Montserrat';
}

.mainclaim {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 40px;
    max-width: 400px;
    margin-top: 15px;
}
.mainclaim.mainclaim_700 {
    font-size: 32px;
max-width: 325px;
}

.ci-color {
    color: #00C18B;
}


.bblue {
	color: rgb(87, 201, 232);
}

.dblue {
	color: rgb(29, 43, 77);
}

.bcoral {
	color: rgb(255, 82, 113);
}

.bgreen {
	color: rgb(0, 193, 139);
}

.bpurple {
	color: rgb(205, 139, 218);
}

.byellow {
	color: rgb(255, 219, 0);
}

.ansprechpartner-wrapper{
	margin-top: 2.2rem;
}

.ansprechpartner-wrapper2{
	margin-top: 1rem;
}

.ausblenden {
	display: block;
}

@media (max-width : 768px) {

    .ansprechpartner-wrapper {
        margin-bottom: 50px;
		margin-top: 0;
    }

    .ansprechpartner-wrapper2 {
        margin-bottom: 50px;
		margin-top: 0;
    }
	
	
	.mainclaim.mainclaim_700 {
    font-size: 23px;
max-width: 325px;
}	
	

    .job-body,
    .claimwrapper {
        margin: 0 20px;
    }

    .job-title {
        margin: 0 20px 10px;
    }

    .header {
        padding-right: 0 ;
    }

    .header-wrapper img {
        margin: 20px;
    }

    .subclaim {
        margin-top: 20px;
    }

    .job-body ul {
        padding-left: 20px;
    }

    .footer {
        margin: 0 !important;
        text-align: center !important;
        padding-right: 0 !important;
    }

    .header-wrapper {
	background-size:cover !important;
/*
        background: none !important;
        background-color: #00C18B !important;
*/
    }
	
	.ausblenden {
		display: none;
}
}

@media (max-width : 640px) {
    .header-wrapper img{
		margin: -50px 20px 20px 20px;
	}
	
	.header-wrapper {
		margin-top: 70px;
		height: 200px;
	}
	
	.job-title {
		font-size: 1.6rem;
}
	
	.lower-job-desc {
        flex-direction: column;
    }

    .lower-job-desc>div {
        width: 100%;
        max-width: 100% !important;
    }
	
    .ansprechpartner-wrapper {
		margin-top: 0;
    }
	
	.ausblenden {
		display: none;
}

}
.refnr {}

.apply {}
