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

@font-face {
  font-family: "MonumentExtendedMedium";
  src: url("https://cdn5.onboard.org/assets/arlberghotel/fonts/PPMonumentExtended-Medium.woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "MonumentGroteskBold";
  src: url("https://cdn5.onboard.org/assets/arlberghotel/fonts/MonumentGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Canela";
  src: url("https://cdn5.onboard.org/assets/arlberghotel/fonts/canela-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("https://cdn5.onboard.org/assets//arlberghotel/fonts/avenir-black.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

/* arlberg club house */
body.theme-location-7286 {
  font-family: "MonumentExtendedMedium", Arial, sans-serif;
  color: #d85025;
}

body.theme-location-7286 #jobs-root .department {
  padding: 20px 0;
}

body.theme-location-7286 #jobs-root .department .department-title {
  font-family: "MonumentGroteskBold", Arial, sans-serif;
  font-size: 30px;
  margin: 0 0 20px 0;
}

body.theme-location-7286 #jobs-root .card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  text-decoration: none;
  color: currentColor;
}

body.theme-location-7286 #jobs-root .card .header {
  letter-spacing: 2.4px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
}

body.theme-location-7286 #jobs-root .card .cta {
  margin-left: auto;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: inherit;
  padding: 10px 16px;
  border: 1px solid currentColor;
  line-height: 1;
  white-space: nowrap;
}

/* hotel arlberg */
body.theme-location-7285 {
  font-family: "Avenir", Arial, sans-serif;
  color: #a5917c;
}

body.theme-location-7285 #jobs-root .department {
  padding: 50px 0;
}

body.theme-location-7285 #jobs-root .department .department-title {
  font-family: "Canela", Arial, sans-serif;
  font-size: 40px;
  margin: 0 0 36px 0;
}

body.theme-location-7285 #jobs-root .card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 36px 0;
  text-decoration: none;
  color: currentColor;
}

body.theme-location-7285 #jobs-root .card .header {
  letter-spacing: 2.4px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
}

body.theme-location-7285 #jobs-root .card .cta {
  margin-left: auto;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: inherit;
  padding: 10px 16px;
  border: 1px solid currentColor;
  line-height: 1;
  white-space: nowrap;
}

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

#ob-content {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  max-width: 1020px;
  margin: 0 auto;
}

.department .card:first-child {
  border-top: 1px solid #d6ccc0;
}

.department .card:not(:last-child) {
  border-bottom: 1px solid #d6ccc0;
}

.department .card:last-child {
  border-bottom: 1px solid #d6ccc0;
}

.card:hover .cta {
  opacity: 0.7;
}

@media (max-width: 768px) {
  #ob-content {
    padding: 0 15px;
  }

  body.theme-location-7286 #jobs-root .card,
  body.theme-location-7285 #jobs-root .card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  body.theme-location-7286 #jobs-root .card .cta,
  body.theme-location-7285 #jobs-root .card .cta {
    margin-left: 0;
  }

  body.theme-location-7285 #jobs-root .department .department-title {
    font-size: 30px;
  }

  body.theme-location-7285 #jobs-root .card .header {
    font-size: 15px;
  }
}
