@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    line-height: 1.4;
    color: #666;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background: #EEEEEE;
    -webkit-print-color-adjust: exact;
}

p {
    padding-bottom: 1rem;
}

h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #00569F;
}

h1 span {
    font-size: 0.8em;
}

h2 {
    font-size: 0.85rem;
    line-height: 1.3;
    margin-bottom: 0rem;
    color: #00569F;
    text-transform: uppercase;
}

h3 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0rem;
    text-align: center;
    background: #00569F;
    padding: 0.5rem 1rem;
    color: #fff;
    text-transform: uppercase;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding: 0rem 0rem 1rem;
    list-style: none;
}

li {
    padding: 0rem 0 0.1rem 1rem;
}

li::before {
    content: "•";
    display: inline-block;
    font-size: 1.5rem;
    line-height: 0.8;
    position: relative;
    float: left;
    top: 0rem;
    margin-left: -1rem;
    color: #00569F;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.frame-outer {
    position: relative;
    width: 705px;
    margin: 1.3rem auto;
    background: #FFF;
    border: 0.02rem solid #A7A9A4;
    box-shadow: -0.1rem 0.1rem 1rem #999;
    font-size: 0.85rem;
    padding: 0;
    overflow: hidden;
}

.header {
    padding: 0rem 0rem 0rem;
}

.content {
    padding: 1.25rem 1.5rem 0rem;
    background: #fff url('//anzeigen.jobsintown.de/job/files/1316399/bg.jpg') no-repeat center;
}



#logo{
padding: 1rem 3%;
border-bottom: 0.15rem solid #0b5faa;
}

#logo img{
width: 20rem;
}






.flexbox {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.box {
    width: 48%;
}

.footer {
    padding: 1.25rem 1.5rem 0rem;
    background: #666666;
    color: #fff;
}

.footer a {
    color: #fff;
}

.brand {
    position: absolute;
    right: 1.5rem;
    bottom: 1.25rem;
}

.justifier {
    text-align: justify;
    hyphens: auto;
}
.refnr {}

.apply {}
