
body {
    margin: 0 auto;
    color:#0E2B8D;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    font-family: sans-serif;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(14, 43, 141, 0.15) 40.63%, rgba(14, 43, 141, 0.15) 58.85%, rgba(255, 255, 255, 0.30) 100%);
}
a {
    color:#0E2B8D;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color:#0E2B8D;
}
ul {
    padding-left:20px;
}
h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 150% */
}
main {
    max-width: 1600px;
    margin:0 auto;
}
main .pageInnerText {
    max-width: 1100px;
    padding-left:100px;
}
section {
    margin:90px 50px;
}

/*
** Header
 */

header {
    display: flex;
    align-items: center;
    justify-content: end;
    max-width: 1600px;
    margin:0 auto;
    height: 100px;
}
header .headerInner {
    max-width: 1450px;
    min-width: 1450px;
    background-color:rgba(255,255,255, 0.90);
    border-radius: 0 0 0 50px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0px 38px 0px 60px;
    box-sizing: border-box;
}
header a.buttonHeader {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
header a.buttonHeader svg {
    margin-left:11px;
}
header .mobile {
    display: none;
}
.headerLogo img {
    max-width: 167px;
    height: 40px;
}
/*
** Mainpic
 */
#mainPic {
    height:600px;
    max-width: 1600px;
    border-radius: 0px 0px 75px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    margin:-100px 0px 0px 0px;
}

/*
** Einleitung
 */

#einleitung p {
    font-size: 25px;
    line-height: 43px;
    font-weight: 300;
}

/*
** Job Title
 */
#jobTitleArea {
    background-color:#0E2B8D;
    color:#fff;
    padding:65px 100px 65px 0px;
    border-radius: 75px 0px 75px 75px;
    margin-top: 160px;
    margin-bottom: 98px;
}
#jobTitleArea h1 {
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 120%;
}

/*
** Aufgaben Profil
 */

#aufgabenProfil .profil {
    margin-top:90px;
}

/*
** Share Apply
 */
#shareApplyButton .pageInner {
    display: flex;
    align-items: center;
    justify-content: end;
    gap:20px;
}
#shareApplyButton .holiButton {
    display: flex;
    align-items: center;
    padding:0px 94px 0px 36px;
    height: 50px;
    border-radius: 75px;
    border:2px solid #0E2B8D;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    transition:all ease-in-out 0.3s;

}
#shareApplyButton .holiButton svg path {
    transition:all ease-in-out 0.3s;
}
#shareApplyButton .holiButton:hover {
    background-color:#fff;
    color:#0E2B8D;
}
#shareApplyButton .holiButton.applyButton:hover svg path{
    fill: #0E2B8D;
}
#shareApplyButton .buttonShare {
    background-color:#fff;
}
#shareApplyButton .applyButton {
    background-color:#0E2B8D;
    color:white;
    text-decoration: none;
}
#shareApplyButton .holiButton svg {
    position: absolute;
    right:44px;
}
#shareApplyButton .buttonShare svg {
    margin-top: -5px;
}

color {
    color: #009272;
}
.shareHolder {
    position: relative;
}
.socialShare {
    position: absolute;
    margin-top: 0px;
    background-color: white;
    flex-direction: column;
    border-radius:25px;
    box-sizing: border-box;
    padding:20px 30px;
    width: 260px;
    gap:7px;
    display: none;
    z-index: 100;
}
.socialShare.active {
    display: flex;
}
.socialShare a {
    font-weight: 300;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap:10px;
    color:#0E2B8D;
}
#shareApplyButton .shareHolder:hover .buttonShare {
    background-color:#0E2B8D;
    color:#fff;
    cursor: pointer;
}
#shareApplyButton .shareHolder:hover .buttonShare svg path {
    stroke:#fff;
}
#shareApplyButton .shareHolder:hover .socialShare{
    display: flex;
}
section#shareApplyButton {
    margin-bottom: 150px;
}
/*
** About Us
 */
#aboutus {
    color:white;
}
#aboutus .topAbout {
    background-color:#009272;
    border-radius: 70px 0px 0px 0px;
    padding:90px 100px;
}
.topAbout .topText {
    text-transform: uppercase;
}
.topAbout h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin:8px 0;
}
.bottomAbout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
    margin-top: 20px;
}
.bottomAboutImgArea {
    height: 363px;
    background-size: cover;
    border-radius: 0px 0px 0px 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bottomAboutTextArea {
    background-color:#009272;
    height: 363px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding:80px;
    text-align: center;
    flex-direction: column;
    box-sizing: border-box;
}
.aboutButton {
    background-color:#009272;
    color:#fff;
    text-decoration: none;
    height: 50px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border:2px solid #fff;
    border-radius: 75px;
    box-sizing: border-box;
}
.aboutButton:hover {
    text-decoration: none;
    color:white;
}
.bottomAboutLeft .bottomAboutTextArea {
    background-color:#00AF89;
}
.bottomAboutRight .bottomAboutTextArea {
    background-color:#00AF89;
}
.bottomAboutRight .bottomAboutImgArea {
    border-radius: 0px 0px 75px 0px;
}
.bottomAbout h2 {
    font-size:24px;
    line-height: 150%;
    font-weight: 700;
}
.mapLinkPlace {
    display: flex;
    align-items: center;
    gap:10px;
}
.mapLinkPlace a {
    display: inline-block;
}
@media only screen and (max-width:1600px) {
    header {
        max-width: 100%;
    }
    header .headerInner {
        max-width: calc(100% - 30px);
        min-width: calc(100% - 30px);
        padding-left: 20px;
    }
    .bottomAboutTextArea {
        padding:60px;
    }
}
@media only screen and (max-width:1400px) {
    .bottomAboutTextArea {
        padding:30px;
    }
    section {
        margin:90px 21px;
    }
}
@media only screen and (max-width:1024px) {
    body {
        font-size: 14px;
        line-height: 23px;
    }
    section {
        margin:40px 21px;
    }
    #jobTitleArea {
        margin-bottom: 40px;
        margin-top: 65px;
    }
    #jobTitleArea h1 {
        font-size: 24px;
        line-height: 140%;
        font-weight: 700;
    }
    h2 {
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 10px;
    }
    #einleitung p {
        font-size: 16px;
        line-height: 150%;
    }
    #aufgabenProfil .profil {
        margin-top: 40px;
    }
    .bottomAbout {
        gap:0px;
        grid-template-columns: 1fr;
    }
    #aboutus .topAbout {
        padding:50px 30px;
        border-radius: 30px 0px 0px 0px;
    }
    #jobTitleArea {
        border-radius: 30px 0px 0px 0px;
        padding:10px 20px 20px 0px;
    }
    .bottomAboutRight .bottomAboutImgArea {
        border-radius: 0px 0px 30px 0px;
    }
    .bottomAboutImgArea {
        border-radius:0px;
    }
    .bottomAboutTextArea {
        height: auto;
    }
    .bottomAbout {
        margin-top:0px;
    }
    main .pageInnerText {
        padding-left:21px;
    }
    .topAbout h2 {
        font-size: 24px;
        line-height: 140%;
        font-weight: 700;
    }
    .bottomAbout h2 {
        font-size: 18px;
        line-height: 150%;
    }
    #shareApplyButton .holiButton {
        font-size: 14px;
        height: 42px;
    }
    #shareApplyButton .pageInner {
        flex-direction: column;
        justify-content: end;
        align-items: end;
    }
    .socialShare {
        right: 0;
    }
}

@media only screen and (max-width:767px) {
    header, header .headerInner {
        height: 53px;
    }
    header .headerInner {
        flex-direction: row-reverse;
    }
    header a.buttonHeader {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 700;
    }
    #mainPic {
        height: 300px;
        margin: -55px 0px 0px 0px;
    }
    .bottomAboutImgArea {
        height: 260px;
    }

    header .mobile {
        display: inherit;
    }

    header .desktop {
        display: none;
    }
}
@media only screen and (max-width:370px) {
    #jobTitleArea h1 {
        font-size: 20px;
    }
}
