@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #ABABAB;
  -webkit-print-color-adjust: exact;
}

p {
  padding-bottom: 2rem;
}

p span {
  color: #F68F1E;
}

h1 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

h2 {
  font-size: 1.063rem;
  line-height: 1.5;
  font-weight: 600;
}

h3 {
  margin: 0;
  line-height: 1.3;
  font-size: 1.188rem;
  font-weight: 600;
  text-transform: uppercase;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0rem 0rem 2rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
}

li::before {
  content: "●";
  display: inline-block;
  font-size: 0.8rem;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1.5rem;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 1.3rem auto;
  background-color: #231F20;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.875rem;
  text-align: center;
}

.header {
  padding: 1.5rem 1rem 0.7rem;
}

.header p:nth-of-type(2) {
  padding-bottom: 1rem;
}

.content {
  padding: 2rem 5rem 0rem;
  background: #fff url('//anzeigen.jobsintown.de/job/files/1313753/bg.jpg') no-repeat bottom center;
  color: #000;
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  font-size: 0.813em;
}

.left {
  float: left;
  width: 51%;
}

.right {
  float: right;
  width: 47%;
}

.icon {
  position: absolute;
  left: 0rem;
  top: -3rem;
}

.footer {
  padding: 2.5rem 1rem 2rem;
  background: url('//anzeigen.jobsintown.de/job/files/1313753/bg-bottom.jpg') no-repeat bottom right;
  z-index: 5;
  position: relative;
}

footer p {
  color: #fff;
}

.footer p:last-of-type {
  margin-top: -0.5rem;
  font-size: 0.813em;
}

.button a {
  background: #F68F1E;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  line-height: 1.3;
  font-size: 1.188em;
}

.button a:hover {
  text-decoration: none;
}

.refnr {}

.apply {}
