@font-face {
  font-family: 'Amasis';
  src: url('https://cdn3.onboard.org/assets/sanatorium-kettenbruecke/fonts/AmasisMTW1G-Bold.otf') format("opentype");
}
@font-face {
  font-family: 'Museo';
  font-weight: 100;
  src: url('https://cdn3.onboard.org/assets/sanatorium-kettenbruecke/fonts/Museo_Sans_100.otf') format("opentype");
}
@font-face {
  font-family: 'Museo';
  font-weight: 300;
  src: url('https://cdn3.onboard.org/assets/sanatorium-kettenbruecke/fonts/Museo_Sans_300.otf') format("opentype");
}
@font-face {
  font-family: 'Museo';
  font-weight: 500;
  src: url('https://cdn3.onboard.org/assets/sanatorium-kettenbruecke/fonts/Museo_Sans_500.otf') format("opentype");
}
@font-face {
  font-family: 'Museo';
  font-weight: 700;
  src: url('https://cdn3.onboard.org/assets/sanatorium-kettenbruecke/fonts/Museo_Sans_700.otf') format("opentype");
}

 html { margin: 0; padding: 0; }
body { margin: 0; padding: 0; font-size: 17px; color: #6f6f6f; line-height: 150%;
    margin: 0px; font-family: 'Museo', sans serif; font-weight: 300; -webkit-font-smoothing: antialiased; }
*, ::after, ::before { box-sizing: border-box; }
.job { padding: 20px; border-top: 1px solid rgba(0, 0, 0, 0.5); }
.job:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
a { font-size: 20px; color: #155a93; text-decoration: none; }
a:hover { font-size: 20px; color: #155a93; text-decoration: underline; }
.description { }

.select-box-container label {
  display: block;
  margin-bottom: 5px;
  font-family: 'Museo', sans serif;
}

.select-box-container select {
  height: calc(2.6rem + 2px);
  padding: 0.6rem 4rem 0.6rem 1.2rem;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ced4da;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url(https://cdn5.onboard.org/assets/fam-anlageservice/images/icon_dropdown_1.svg);
  background-position: right 15px center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}

@media only screen and (max-width: 380px) {
  .select-box-container select {
    padding-right: 1rem;
  }
}