@font-face {
    font-family: "InfoTextWeb";
    src: url("../../fonts/InfoTextWeb.eot");
    src: url("../../fonts/InfoTextWeb/8b7d8b69c993f3aa.eot") format("embedded-opentype"),
         url("../../fonts/InfoTextWeb.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "InfoTextWeb";
    src: url("../../fonts/InfoTextWeb-Bold.eot");
    src: url("../../fonts/InfoTextWeb-Bold/8b7d8b69c993f3aa.eot") format("embedded-opentype"),
         url("../../fonts/InfoTextWeb-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

* {
    font-family: InfoTextWeb, Arial, Helvetica, "sans-serif";
    color: #333;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 23px;
}
a {
    text-decoration: none;
}
body {
    background-color: #fff;
}

#wrapper {
    max-width: 900px;
    margin: auto;
    border: solid 1px #333;
}

header img {
    width: 100%;
    max-width: 900px;
    margin: 0;
    display: flex;
}
header p, header div p, footer .box {
    font-size: 18px;
    line-height: 23px;
    margin: 0;
}

#p_advanced_introduction {
    text-align: left;
    font-size: 22px;
    line-height: 27px;
}

#p_advanced_introduction p {
    font-size: 22px;
    line-height: 27px;
}

#p_introduction {
    background-color: #f0f0f0;
    text-align: left;
}

#logo {
    float: right;
    width: 200px;
    margin: 25px;
}

h1 {
    font-size: 28px;
    line-height: 36px;
    color: #333;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-align: left;
}

h1.box {
    padding-bottom: 0;
}

h2 {
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 16px 0;
    color: #1473A1;
}

h2:first-child {
    margin-top: 16px;
}

main ul {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 20px 16px;
    padding: 0;
    list-style-type: none;
}
ul li ul {
    margin-top: 8px;
}
main li:before {
    position: absolute;
    content: "·";
    margin-left: -14px;
    font-weight: bold;
    margin-top: 0px;
}
main li, main p {
    margin-bottom: 8px;
}

main .blue li {
    color: #333;
}
main .blue li div,
main .blue li strong {
    color: #107297;
    font-weight: normal;
    display: block;
}
main .blue li strong + br {
    display: none;
}
main .blue li i,
main .blue li em {
    font-weight: bold;
    font-style: normal;
}
main hr {
    border: none;
    border-top: solid 1px #f0f0f0;
    margin: 0 0 20px 0;
}
 img + p { margin-top: -7px; }
.box, header > p { padding: 24px 25px 24px 25px; }
.center { text-align: center; }

.bewerbungslink {
    display: inline-block;
    margin: 30px 0 0px 0;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    background-color: #107297;
    padding: 7px 64px 7px 39px;
    border-radius: 17px;
    position: relative;
}
.bewerbungslink:hover { background-color: #005778; }
.bewerbungslink span {
    position: absolute;
    display: block;
    font-size: 40px;
    color: #fff;
    right: 0;
    top: 5px;
    height: 33px;
    width: 38px;
    line-height: 20px;
    padding: 4px 7px 0 8px;
    border-radius: 17px;
    background-color: #005778;
}

footer {
    position: relative;
    overflow: hidden;
}

footer div.box {
    padding-top:0;
}

footer div div {
    min-height: 50px;
   /* height: 0px;*/
}
footer div + div a {
    float: right;
    color: #107297;
}
footer div > br {
    clear: both;
}
footer img {
    width: 329px;
    position: absolute;
    right: -50px;
    bottom: -30px;
}
footer p::first-line {
    font-weight: bold;
}


@media screen and ( min-width: 320px ) {
    footer div div {
        /*width: 70%;*/
        float: left;
        vertical-align: top;
        min-height: 110px;
    }
    footer div div + div {
        width: 25%;
        float: right;
    }
    .box, header > p, header > div > p { 
        padding-top: 24px;
        padding-right: 42px;
        padding-bottom: 24px;
        padding-left: 42px;
    }
    h1.box {
        padding-bottom: 0;
    }

    header > p { padding-left: 42px; }
    #logo { width: 250px; margin: 40px; }
    h1 { font-size: 36px; line-height: 43px; margin-bottom: 0px; }
}

@media screen and ( max-width: 500px ) {
    footer div div {
        width: 100%;
    }
}

@media screen and ( min-width: 500px ) {
    footer div div {
        width: 70%;
        min-height: 210px;
    }
}

@media print {
    footer div div {
        width: 70%;
        float: left;
        vertical-align: top;
        min-height: 210px;
    }
    footer div div + div {
        width: 25%;
        float: right;
    }
    header { overflow: hidden;}
    header img { margin-left: 1px; }
    .box, header > p, header > div > p { padding: 24px 42px 24px 78px;
        margin-left: 1px; }
    footer .box { margin: 0 1px 1px 1px !important; }
    header > p, header > div > p { padding-left: 42px; }
    #logo { width: 250px; margin: 40px; }
    h1 { font-size: 36px; line-height: 43px; }
}

.noWrap {
    white-space: pre;
    word-break: keep-all;
  }