@import url(https://fonts.onboard.org/roboto.400,500.css);

@font-face {
  font-family: SangBleuSunriseRegular;
  font-weight: 400;
  src: url(https://cdn5.onboard.org/assets/dastegernsee/fonts/SangBleuSunrise-Regular.woff2) format("woff2");
}

body {
  margin: 0;
  padding: 0;
  font-family: SangBleuSunriseRegular, Roboto, serif;
  font-weight: 400;
  font-size: 1.0625em;
}


.iframe-content {
  background-color: #916e5a;
  clear: both;
  padding: 30px 30px 15px;
}

.ob-iframe-header-text {
  color: #FFFFFF;
  text-align: center;
  font-size: .75em;
  line-height: 1.25em;
  padding: 30px 30px 15px;
}

.ob-ausbildung-big {
  color: #FFFFFF;
  padding: 0 0 30px;
  text-align: center;
}

.ob-ausbildung-small {
  color: #FFFFFF;
  padding: 0 0 0px;
  text-align: center;
}

.ob-data-protection-footer {
  color: #FFFFFF;
  padding: 30px 30px 30px;
  text-align: center;
  font-size: .6em;
  line-height: 1.25em;
}

.ob-data-protection-footer-link {
  text-decoration: underline;
  color: #FFFFFF;
}

.ob-iframe-padder {
  padding: 0 10px 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}


#filter-box {
  clear: both;
  width: 100%;

  text-align: center;
  margin-bottom: 20px;
}

#filter-box a {
  text-decoration: none;
  padding: 5px;
  border-bottom: solid 1px transparent;
  transition: border-bottom 150ms ease-in-out;
  color: #3c3b3d;
}

#filter-box div {
  width: 100%;
  padding-top: 1.1875em;
  padding-bottom: 1.1875em;
}

#filter-box div:not(:last-child) {
  border-bottom: 1px solid #916e5a;
}

#filter-box a:hover {
  color: #916e5a;
  cursor: pointer;
}

#filter-box a.ob-is-checked {
  color: #916e5a;
}

@media (min-width: 500px) {
  #filter-box {
    display: flex;
    margin-bottom: 40px;
  }
  #filter-box div {
    width: 33%;
  }
  #filter-box div:not(:last-child) {
    border: none;
    border-right: 1px solid #916e5a;
  }
  #filter-box a:hover {
    border: none;
    border-bottom: solid 1px #916e5a;
    color: #916e5a;
    cursor: pointer;
  }

  #filter-box a.ob-is-checked {
    border-bottom: solid 1px #916e5a;
    color: #916e5a;
  }
  .ob-iframe-header-text {
    color: #FFFFFF;
    padding: 30px 30px 15px;
    text-align: center;
    font-size: 1.0625em;
    line-height: 1.625em;
  }

  .ob-ausbildung-big {
    color: #FFFFFF;
    padding: 0 0 30px;
    text-align: center;
    font-size: 1.0625em;
    line-height: 1.625em;
  }

  .ob-ausbildung-small {
    color: #FFFFFF;
    padding: 0 0 0px;
    text-align: center;
    font-size: .875em;
    line-height: 1.25em;
  }
  .ob-data-protection-footer {
    color: #FFFFFF;
    padding: 30px 30px 80px;
    text-align: center;
    font-size: .875em;
    line-height: 1.25em;
  }

}

@media (min-width: 800px) {
  #filter-box a {
    font-size: 2em !important;
  }

  .iframe-content {
    padding: 100px 20% 15px;
  }

}