@import url("https://jobads.schnellestelle.de/assets/jobpostings/partner/indeed.fonts.css");


hr {
  display: none;
}

body {
  margin: 0;
  font-family: "Noto Sans", Roboto, sans-serif;
  font-size: 1rem;
  color: #2d2d2d;
  line-height: 1.5;
  padding: 0 0 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}

.companyName {
  display: inline-block;
  border-bottom: 1px solid #2d2d2d;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

.title {
  display: block;
}

.header-content { padding: 0 1rem; }
h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
  letter-spacing: -0.1px;
}

h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
  letter-spacing: -0.1px;
  margin-top: 0.5rem !important;
}

h2 {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #595959;
}

.job-description h2 {
  font-size: 0.875rem;
  font-weight: 800;
  margin-bottom: 5px;
}

header {
  box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
  border-bottom: 2px solid rgba(0,0,0,.08);
  border-top: 1px solid #d4d2d0;
  border-left: 1px solid #d4d2d0;
  border-right: 1px solid #d4d2d0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
  margin-bottom: 0;
  overflow: hidden;
  position: sticky;
  top: 0;
  background: #fff;
  padding-bottom: 25px;
  z-index: 100;
}

.gallery {
  height: 150px;
  overflow: hidden;
  align-content: center;
  display: grid;
}

.logo {
  border: .125rem solid #fff;
  border-radius: .5rem;
  box-shadow: 0 .125rem .25rem #2d2d2d1f,0 .0625rem .1875rem #2d2d2d29,0 0 .125rem #2d2d2d33;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 3.75rem;
  position: relative;
  left: 1rem;
  top: -20px;
}

header p {
  margin-top: 0;
  margin-bottom: 0;
}

.applyButton:hover {
  color: #fff;
}

.applyButton {
  background: #2557a7;
  color: #fff !important;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  margin: 20px 15px 0 0;
  font-weight: 800;
  height: 44px;
}

.applyButton a {
  color: #fff;
}

.save {
  background: #e4e3e1;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  margin: 20px 15px 0 0;
  font-weight: 800;
  height: 44px;
}

.save svg {
  width: 1.5rem;
  height: 1.5rem;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}

p { word-break: break-word; }

section {
  border-left: 1px solid #d4d2d0;
  border-right: 1px solid #d4d2d0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0;
  border-bottom: 1px solid #d4d2d0;
  padding: 0;
}

.job-description p {
  font-size: 13px;
}

.box {
  padding: 30px 20px 20px;
}

.content {
  font-size: 14px;
}

.border-bottom-box {
  border-bottom: 1px solid #e4e2e0;
}

.badge {
  align-content: center;
  align-items: center;
  border: 1px solid #f3f2f1;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #f3f2f1;
  color: #595959;
}

.type {
  display: flex;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  gap: 1rem;
  margin-bottom: 10px;
}

.icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #767676;
  top: -7px;
  position: relative;
}

.icon.location svg { top: -2px; }

[itemprop="contact"] {
  overflow-wrap: break-word;
}
