html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#wrapper {
  margin: 10px auto;
  width: 90%;
  line-height: 1;
  position: relative;
  font: 16px/19px Tahoma, Verdana, sans-serif;
  border: solid 2px #000;
  background: #e3e3e3;
}

#header {
  height: initial;
}

#header img {
  width: 100%;
}

#inhalt {
  position: inherit;
  padding: 20px 25px 0px 55px;
}

#inhalt #floatbox1 {
  display: none;
}

#inhalt #floatbox2 {
  display: none;
}

#inhalt p {
  padding: 0 0 19px;
}

#inhalt p.absatztitel {
  padding: 0;
  font-weight: bold;
}

#inhalt p:empty {
  display: none;
  padding: 0;
}

#inhalt #stellentitel {
  margin: 0 0 0 -30px;
  padding: 0 0 1em 30px;
  background: url(https://corporate.jobrocks.de/MRVZN/img/bullet.png)
    0px 5px no-repeat;
}

#inhalt #stellentitel h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
}

#inhalt #stellentitel h1 small {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
}

#jobtitle h2 {
  margin-top: -24px;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  font-weight: normal;
}

h2 {
  padding: 0;
  font-weight: bold;
}

#inhalt ul,
#inhalt ol {
  color: #000;
  padding: 0 0 19px;
}

#inhalt ol {
  list-style: auto;
  padding-left: 20px;
}

#inhalt ol li {
    padding-bottom: 3px;
}

#inhalt ul li {
  background: url(https://corporate.jobrocks.de/MRVZN/img/bullet-klein.png)
    0px 5px no-repeat;
  padding: 0 0 0 22px;
}

#inhalt #adresse {
  text-align: center;
}

#inhalt strong {
  font-weight: bold;
}

#inhalt a {
  color: #000;
  text-decoration: none;
}

#inhalt a:hover {
  text-decoration: underline;
}

#footer {
  margin: 0 0 0 40px;
  padding: 0.5em 15px;
  background: #fff;
  font-weight: bold;
}

#bglink {
  background: #193e75;
  padding: 0 0 0 40px;
}

#bglink #link {
  padding: 0.5em 0 0.5em 15px;
  color: #fff;
  background: #8b8fb3;
}

#bglink #link a {
  color: #fff;
  text-decoration: none;
}

#bglink #link a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 700px) {
  /* Style adjustments for viewports that meet the condition */
  #wrapper {
    width: 650px;
    margin: 10px auto;
  }
  #header {
    color: #000;
    height: 535px;
  }
  #inhalt #floatbox1 {
    display: block;
    float: right;
    width: 320px;
    height: 30px;
  }

  #inhalt #floatbox2 {
    display: block;
    float: right;
    clear: right;
    width: 300px;
    height: 100px;
  }
}

@media only screen and (max-width: 484px) {
  #inhalt {
    padding-top: 0;
  }
}

@media print {
    #header {
    border-top: solid 1.5px #000;
    border-left: solid 1.5px #000;
    border-right: solid 1.5px #000;
  }
  #footer {
    margin-right: 1px;
  }
}