@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Asap Condensed', sans-serif;
	font-size: 100%;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust:exact;
}

p {
	padding-bottom: 1rem;
}

h1 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0rem 0rem 1rem;
  padding: 1rem 4%;
  background: #98A92A;
  color: #fff;
}

h2 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #98a929;
  margin-bottom: 0.5rem;
}

h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #095751;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0rem 0rem 1rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1.3rem;
  background: url('//anzeigen.jobsintown.de/job/files/1283633/iconlist.png') top left no-repeat;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.frame-outer {
  position: relative;
  padding: 0;
  max-width: 720px;
  margin: 1.3rem auto;
  background-color: #EEEEEE;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.875rem;
}
.header {
  padding: 0rem 0rem 0rem;
  background: #fff;
}
.logo {
  padding: 1rem 4%;
}
.content {
    padding: 1rem 4%;
}
.box {
  background: #fff;
  padding: 1rem 1rem 0rem;
  margin-bottom: 1rem;
}
.hinner{
  padding: 1rem 1rem 1.5rem;
  background: #F6F6F6 url('//anzeigen.jobsintown.de/job/files/1283633/bg.jpg') no-repeat bottom center;
  margin-bottom: 1rem;
}
.hinner h2 {
  color: #095751;
}
.footer {
    padding: 1rem 4%;
  background: #095751;
  color: #eeeeee;
  text-align: center;
}
.footer a{
  color: #eeeeee;
}
.button {
    text-align: center;
}
.button a {
  display: inline-block;
  background: #98a929;
  padding: 0.6rem 1.5rem;
  margin: 1rem auto;
  cursor: pointer;
  border: 0.1rem solid #98a929;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}
.button a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #98a929;
}

.refnr {}

.apply {}
