/* =================================
   LAYOUT
   ================================= */
.page {
  min-height: 100%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: var(--pagewidth);
}

header {

  position: sticky;
  top: 0;
  z-index: 110;
}

.header-bar {
  background: #fff;
  border-bottom: 1px solid var(--border-color);
  padding: 9px 0 0 0;
  height: 65px;
}

.logo img {
  width: 220px;
  height: auto;
}
.menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  color: #444;
  font-weight: bold;
  cursor: pointer;
}
.menu img {
  padding-top: 3px;
  width: 51px;
  height: auto;

}

footer {
  background: var(--color-grey2);
}

section.pad-div-top {
  /*border-top:10px solid red;*/
  padding-top: clamp(30px, 5vw, 65px);
}

section.pad-div-bottom {
  /*border-bottom:10px solid green;*/
  padding-bottom: clamp(30px, 5vw, 65px);
}

/* Holy Grail */
html, body {
  height: 100%;
}

.page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.main-content {
  flex-grow: 1;
  padding-bottom: 50px;
}

header, .main-content, footer {
  flex-shrink: 0;
}

.head-area {
  display: flex;
  justify-content: space-between;
}

/* Holy Grail */


/* BLUE BLOCK CSS */
.fullwidth-bg {
  position: relative;
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.fullwidth-bg section:last-child .p-block {
  display: none;
}

.fullwidth-bg .article-div {
  padding: 50px 0;
}

.fullwidth-bg .article-div:after {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: var(--color-grey2);
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
}

.fullwidth-bg.invert *, .fullwidth-bg.invert a {
  color: #fff;
}

.fullwidth-bg.fwbg-1 .article-div:after {
  background: var(--color-lime);
}

.fullwidth-bg.fwbg-2 .article-div:after {
  background: var(--color-lightgreen);
}

.fullwidth-bg .overline {
  color: var(--font-color);
  color: var(--color-green);
}

.menubar {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;gap: 20px;
}
/* CSS CLASS */
.fullwidth-div {
  background: rgba(204, 192, 0, 0.52);
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
}

.win-os .ct-nr-0 .fullwidth-div {
  width: calc(100vw - 17px);
}

/* FULLWIDTH ALTERNATIVE, Achtung bei slide-show ct27
.fullwidth-div {
  position: relative;
  padding: 20px 0;

}
.fullwidth-div .content-div-inner {
  position: relative;
  z-index: 1;
  padding:0;
}
.fullwidth-div:before {
  content:"";
  background: rgba(204, 192, 0, 0.6);
  position: absolute;
  top:0;
  left:-100vw;
  right:-100vw;
  bottom:0;
  z-index: 0;
}
*/

/* =================================
   Width Setter Models
   ================================= */

/*
.owsetter {
max-width:80%;
min-width:320px;
margin:0 auto;
}
*/

/* ODER */

/*
.iwsetter {
  max-width: 1200px;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
*/

/*
.col-margin {
  background: #f0ead8;
  padding: 10px 20px;
}

.col-nav nav {
  background: #c6d8f1;
}

.col-nav nav:empty, .col-margin:empty {
  padding: 0 !important;
}
*/


/*
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
*/
article {
  overflow-x: clip;
  overflow-y: visible;
  max-width: 100%;
}

.sectiondiv {
  padding: 0 0 0 0;
  /*overflow: hidden;
  max-width: 100%;*/
}

/* fullwidth - bg help! */
.sectiondiv {
  position: relative;
  z-index: 1;
}

.iwsetter, .fullwidth-div > div {
  max-width: var(--contentwidth); /* Max Page Size */
  padding: 0 20px; /* GOLBAL 20px sides */
  margin: 0 auto;
}


/* TOPLINK ICONS FIXED */
.top-linkbox-container {
  position: absolute;
  right: 0;
  overflow: hidden;
}

.top-linkbox-pos {
  position: fixed;
  top: 500px;
  overflow: hidden;
  z-index: 20;
  transform: translateX(-100%);
  pointer-events: none;
  will-change: contents;
}

.top-linkbox {

  pointer-events: auto;
  position: relative;
  width: 200px;
  height: 40px;
  transform: translateX(160px);

  /*variante1 right: calc(-100% + 40px);*/
  /*variante1 width: auto;*/
  transition: transform 0.25s ease-in-out;
  background: #1c82c5 url(/layout/icons_white/close.svg) no-repeat left center / 40px 40px;
  padding-left: 40px;
  margin-bottom: 5px;
  line-height: 42px;
  color: white;
  cursor: pointer;
}

.top-linkbox.active, .top-linkbox:hover {
  transform: translateX(0);
  /*variante1 transform: translateX(calc(-100% + 40px));*/
  transition: transform 0.25s ease-in-out;
  transition-delay: 0.1s;
}

.top-linkbox a {
  display: block;
  color: white;
}

.subpage {
}

.subpage.sp-1 {
}

.subpage.sp-2 {
}

article section article#stdout  {
  display: block;
}

.alt-pad-b {
  margin-bottom: 0;
  padding-bottom: 0;
}

.alt-pad-t {
  margin-top: 0;
  padding-top: 0;
}

.alt-two .content-wrapper, .two-col {
  -webkit-column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-count: 2;
  -moz-column-gap: 80px;
  column-count: 2;
  column-gap: 80px;
}

.alt-two .content-wrapper p, .two-col p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.content-wrapper article {
  padding: 0 !important;
}

/*
******** 50% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-1 .article-div > section {
  width: 50%;
  float: left;
}

.subpage.page-grid-1 .article-div > section:nth-child(odd) {
  padding-right: 10px;
}

.subpage.page-grid-1 .article-div > section:nth-child(even) {
  padding-left: 10px;
}

/*
******** 33% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-2 .article-div > section {
  width: calc(33.3333% - (2 * 20px / 3));
  float: left;
  margin-left: 20px;
}

.subpage.page-grid-2 .article-div > section:nth-child(3n+1) {
  clear: both;
  clear-after: both;
}

.subpage.page-grid-2 .article-div > section:nth-child(3n+1 ) {
  margin-left: 0px;
}

/*
******** 25% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-3 .article-div > section {
  width: calc(25% - (3 * 20px / 4));
  float: left;
  margin-left: 20px;
}

.subpage.page-grid-3 .article-div > section:nth-child(4n+1) {
  clear: both;
  clear-after: both;
}

.subpage.page-grid-3 .article-div > section:nth-child(4n+1 ) {
  margin-left: 0px;
}

/*
******** 33%/66% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-4 .article-div > section:nth-child(odd) {
  width: calc(33.3333% - (1 * (20px + 5px) / 2));
  float: left;


}

.subpage.page-grid-4 .article-div > section:nth-child(even) {
  width: calc(66.6666% - (1 * (20px - 5px) / 2));
  float: left;
  margin-left: 20px;

}

.subpage.page-grid-4 .article-div > section:nth-child(2n+1) {
  clear: both;
  clear-after: both;
}


/*
******** 66%/33% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-5 .article-div > section:nth-child(even) {
  width: calc(33.3333% - (1 * (20px + 5px) / 2));
  float: left;


}

.subpage.page-grid-5 .article-div > section:nth-child(odd) {
  width: calc(66.6666% - (1 * (20px - 5px) / 2));
  float: left;
  margin-left: 20px;

}

.subpage.page-grid-5 .article-div > section:nth-child(2n+1) {
  clear: both;
  clear-after: both;
}


.subpage.page-grid .article-div:after, .subpage.page-grid:after {
  clear: both;
  display: block;
  content: "";
}

.subpage.page-grid .article-div {
  clear: both;
}

.subpage.page-grid .article-div > section > .sectiondiv {
  /*background: #eee url(/layout/test_bullseye.svg) no-repeat center center / auto 100% ;*/
}

.subpage.page-grid .article-div > section > .sectiondiv > .content-block {
  padding: 10px;
  background: rgba(255, 206, 238, 0.13);
}


.column-blocks > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-block-1 > div > .co-bl-inn {
  flex-basis: calc(50% - 10px);

}

.col-block-2 > div > .co-bl-inn {
  flex-basis: calc(33.1% - 10px);
}

.col-block-3 > div > .co-bl-inn {
  flex-basis: calc(25% - 10px);
}

.col-block-4 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(33.1% - 10px);
}

.col-block-4 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(66.666% - 10px);
}

.col-block-5 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(33.333% - 10px);
}

.col-block-5 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(66.666% - 10px);
}

.col-block-6 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(75% - 10px);
}

.col-block-6 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(25% - 10px);
}

.col-block-7 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(75% - 10px);
}

.col-block-7 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(25% - 10px);
}

.co-bl-inn {
  /*border:1px dotted red;*/
}

/*
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
*/

.foot {
  padding: 60px 0;
}

.foot-2, .foot-1 {
  padding: 20px 0;
}

.foot-1, .foot-2 {
  display: flex;
  justify-content: space-between;
}

.foot-2 * {
  font-size: var(--font-size-small);
}

.soc {
  display: flex;
  gap: 20px;
}

.soc img {
  width: 20px;
  height: auto;

}

.lastnav {
  display: flex;
  gap: 23px;
}

table.full-table {
  width: 100%;
}

/*
header {
  position: fixed;
  z-index: 50;
  width: 100%;
  top:0;
  left:0;
}
*/
.languages span {
  text-decoration: underline;
}

.overline {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-grey);
  font-size: var(--font-size-small);
  line-height: 1.6;
}

.buttongroup {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.subhead-1 {
  color: var(--color-grey);
  font-size: var(--font-size-small);
  padding-bottom: 20px;
}

a.roundbutton, a.p-sb, button.p-sb, a.p-sb, input.p-sb {
  background-color: var(--color-lightgreen);
  background-size: 24px auto;
  background-repeat: no-repeat;
  color: var(--color-darkgreen);
  padding: 10px 30px;
  border-radius: 50px;
  border: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  /*height: -webkit-fill-available;*/
  line-height: 1.3;
  text-decoration: none !important;
}

a.roundbutton:hover, a.p-sb:hover, button.p-sb:hover, a.p-sb:hover, input.p-sb:hover {
  opacity: 0.8;
}

a.roundbutton.dark {
  color: var(--color-darkgreen);
}
a.roundbutton.grey {
  color: var(--font-color);
  background-color: var(--color-grey5);
}
a.roundbutton.dark-green, a.p-sb.dark-green, button.p-sb.dark-green, a.p-sb.dark-green, input.p-sb.dark-green {
  background-color: var(--color-darkgreen);
  color: #fff;
}

a.roundbutton.med-green, a.p-sb.med-green, button.p-sb.med-green, a.p-sb.med-green, input.p-sb.med-green {
  background-color: var(--color-green);
  color: #fff;
}
.editButton {
  color: #fff;
  background: var(--color-grey);
  padding: 5px 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50px;
  border: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  /*height: -webkit-fill-available;*/
  line-height: 1.3;
}
.roundbutton.icon-left {
  padding-left: 50px;
  background-position: 18px center;
}

.roundbutton.icon-right {
  padding-right: 50px;
  background-position: calc(100% - 20px) center;
}

a.roundbutton + a.roundbutton {
  margin-left: 15px;
}

a.p-sb + a.p-sb {
  margin-left: 15px;
}

a.roundbutton + a.p-sb {
  margin-left: 15px;
}

a.p-sb + a.roundbutton {
  margin-left: 15px;
}

.form-table a.p-sb, .form-table button.p-sb, .form-table input.p-sb {
  color: #fff;
  background-color: var(--color-grey);
}

.icon-txt {
  background: transparent no-repeat left 3px / 24px auto;
  padding: 4px 0 4px 28px;
}

.p-ti.roundfield, .p-ta.roundfield, .p-dd.roundfield {
  background-color: var(--color-lightgreen);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: var(--color-darkgreen);
  padding: 10px 30px 10px 40px;
  border-radius: 50px;
  border: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}

.p-ti.roundfield-white, .p-ta.roundfield-white, .p-dd.roundfield-white {
  background-color: #fff;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: var(--color-darkgreen);
  padding: 10px 30px 10px 40px;
  border-radius: 50px;
  border: 1px solid var(--color-darkgreen);
  display: inline-block;
  margin: 0;
  cursor: pointer;
}

.p-dd.roundfield-white {
  background: url(/layout/chevron.svg) no-repeat calc(100% - 10px) center / 20px auto;
  padding: 10px 40px 10px 20px;
}

.p-dd.roundfield {
  padding-right: 45px !important;
  position: relative;
}

div.p-dd.roundfield:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  background: url(/layout/chevron.svg) no-repeat center right / 20px auto;
  width: 20px;
  height: 20px;
}

.p-sb.plaintext {
  padding: 0;
  margin: 0;
  text-decoration: underline;
  background: none;
  border-radius: 0;
  border: none;
  color: var(--font-color);
  height: 25px;
}


.ifw-round {
  overflow: hidden;
  border-radius: 20px 0 20px 0;
}

/* xdata-table ??? */
div.large-table {
  /*border: 2px solid blue;*/
  overflow: auto;
  font-size: smaller;
}

.data-table {
  /*border: 2px dashed red;*/
  min-width: 700px;
}

.data-table td, .data-table th {
  padding: 2px 4px;
  border-bottom: 1px solid var(--border-color);
  text-align: left;
}

a.roundbutton.icon-small-hide {
  display: flex;
  align-items: center;
}

.fineline {
  position: relative;
  margin: 50px 0;
  z-index: 5;
}

.fineline + .fineline {
  margin-top:-51px;
}

.fineline:after {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -50vw;
  width: 200vw;
  pointer-events: none;
}

.fineline.notop:after {
  border-top: none;
}

.round-icon {
  background-color: var(--color-lightgreen);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--color-darkgreen);
  width: 50px;
  height: 50px;
  border-radius: 90px;
  border: none;
  display: inline-block;

}

.round-icon.ri-em {
  background: none;
}

.iconbox {
  padding: 50px 15px 50px 10px;
  position: relative;
  height: 100%;

}

.iconbox:before {
  content: "";
  top: 0;
  bottom: 0;
  left: -20px;
  border-right: 1px solid var(--border-color);
  position: absolute;
  pointer-events: none;
}


.fbc.last .iconbox:after {
  content: "";
  top: 0;
  bottom: 0;
  right: 0px;
  border-right: 1px solid var(--border-color);
  position: absolute;
  pointer-events: none;
}

.fbc.last.full-last .iconbox:after {
  right: -20px;
}

.fbc.last:not(.emptycol):last-child .iconbox:after {
  right: -20px;
}
.four-box .fbc.last:not(.emptycol):last-child .iconbox:after {
  right: 0px;
}

.empty .round-icon {
  display: none;
}

.fineline .round-icon {
  margin-bottom: 30px;
}

.fineline strong {
  padding-bottom: 15px;
  display: block;
}
.fineline.single-person .iconbox:after, .fineline.single-person .iconbox:before {
  display: none;
}
.fineline.single-person .row > * {
  padding-left: 10px;
}
.fineline.single-person:after {
  border-bottom: none;
}
.fineline.no-fineline:after {
  display: none;
}
.fineline.no-fineline {
  margin:0;
}
.fineline.no-fineline .iconbox {
  padding-top: 15px;
}
.ct-nr-17 h2 {
  font-size: 2rem;
  font-weight: 500;
}
.inline-icon {
  width: 20px;
  height: 1em;
  display: inline-block;
  background-size: auto 21px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;

  margin-bottom: -3px;
}

.image-hero {
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  background: #ccc;
  position: relative;
  z-index: 5;
}
.image-hero .row > div {
  min-height: 440px;
}
.image-hero-text, .clamp-pad-1 {
  /*padding: clamp(15px, 5vw, 55px) clamp(15px, 5vw, 35px);*/
  padding: clamp(15px, 5vw, 55px) clamp(15px, 5vw, 70px);
}
.co-bl-inn .image-hero-text, .co-bl-inn .clamp-pad-1 {
  padding: clamp(15px, 5vw, 55px) clamp(15px, 5vw, 30px);
}

.iht-w-icon {
  padding: clamp(15px, 5vw, 55px) clamp(15px, 5vw, 70px);
}

.image-hero-pic {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 2 / 1;
  height: 100%;
}

.image-hero-pic.contain-hero {
  object-fit: contain;
  aspect-ratio: unset;
  max-width: 400px;
  margin: auto;
}

.hero-pic-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.green-hero .hero-pic-box {
  padding: 10% 10% 10% 0;
}

.ih-text {
  padding-top: 16px;
  max-width: 840px;
}

.layout-a .ih-text {
  padding-top: 0;
}

.ctabox {
  margin-top: 40px;
}

.bg-1 {
  background-color: var(--color-grey2);
}

.bg-2 {
  background-color: var(--color-lime);
}

.bg-3 {
  background-color: var(--color-lightgreen);
}

.image-hero.bg-2 .overline {
  /*color: var(--color-darkgreen);*/
  color: var(--font-color);
}

.image-hero.bg-3 .overline {
  color: var(--color-darkgreen);
}

.image-hero.bg-2 .p-sb.grey {
  background-color: var(--color-darkgreen);
}

.image-hero.bg-3 .p-sb.grey {
  background-color: var(--color-darkgreen);
}
.image-hero.bg-3 .h1, .fullwidth-bg.fwbg-2 h1 {
  color: var(--color-darkgreen);
}

.image-full-width-text {
  max-width: var(--contentwidth);
  margin: auto;
  padding: 30px 0;
  font-size: 1.4rem;
}

.image-full-width-pic {
  width: 100%;
}
.people-pic {
  width: 100%;
  aspect-ratio: 1/1;
  object-position: top center;
  object-fit: cover;
}
.four-box.people {

}
.four-box .iconbox > div:first-child {
  margin-right: 20px;
  margin-right: 10px;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 15px 0 15px 0;
  /*max-width: 330px;*/
}

.headline-icon {
  position: absolute;
  margin-left: -45px;
  margin-top: -2px;
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}

.icon-hl {
  position: relative;
  color: var(--color-green);
}

.fullwidth-bg.fwbg-1 .icon-hl, .image-hero.green-hero.bg-2 .icon-hl {
  color: var(--font-color);
}
.co-bl-inn .image-hero-text .icon-hl {
  margin-left: 36px;
}

.platocontent .fullwidth-bg.fwbg-1 a,
.platocontent .image-hero.green-hero.bg-2 .ih-text a {
  color: var(--font-color);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.job-detail {
  max-width: 1000px;
  margin: auto;
}
.job-det-block {
  padding: 20px 20px 0 20px;
}
.job-det-pic {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  aspect-ratio: 2 / 1;
}
.job-det-logo-im {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.job-det-logo-im img {
  width: 120px;
  height: auto;
}
.job-box {
  border-radius: 0 30px 30px 30px;
  border: 1px solid var(--border-color);
  padding: 7px;
}

.job-box-hl {
  hyphens: auto;
  word-break: break-word;
}

.jrb {
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 90px;
  border: none;
  display: inline-block;
  background-image: url(/layout/design/icons_black/heart_plus.svg);
  white-space: nowrap;
}

.jrb.remove-wishlist-job {
  background-image: url(/layout/design/icons/heart_wishlist.svg);
  background-color: var(--color-lightgreen);
  border: 1px solid var(--color-green);
  /*min-width: 20px;*/
  width: 24px;
  height: 24px;
  background-size: 14px auto;
}

.wl-entry {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--border-color);
  padding: 5px;
}

.wish {
  border: 1px solid var(--border-color);
}

.wish.off {
  cursor: default;
  opacity: 0.5;
}

.wish.wished {
  border: 1px solid var(--color-darkgreen);
  background-color: var(--color-lightgreen);
  /*background-image: url(/layout/design/wished.svg);*/
  background-image: url(/layout/design/icons/heart_wishlist.svg);
}

a.nostyle, a.nostyle:hover, a.nostyle:link, a.nostyle:visited {
  text-decoration: inherit;
  color: inherit;
}

.view-job {
  background-image: url(/layout/design/icons_black/arrow_right.svg);
  background-color: var(--color-grey4);
}

.job-con {
  padding-bottom: 30px;
  height: 100%;
}

.job-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.job-box-header {
  background: var(--color-grey2);
  border-radius: 0 20px 20px 20px;
  flex-grow: 2;
}

.job-box-logo {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
  padding: 8px;
  min-width: 70px;
}

.job-box-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.job-box-title {
  display: flex;
  gap: 20px;
  padding: 20px;
  align-items: center;
  border-bottom: 2px solid #fff;
}

.job-box-data {
  padding: 20px;
}
.job-box-data a {
  display: inline-block;
  word-break: break-word;
  /*overflow-wrap: break-word;*/
  overflow-wrap: anywhere;
}

.job-box-data > div:nth-child(1) {
  font-size: var(--font-size-big);
  font-weight: bold;
  padding-bottom: 15px;
  min-height: 2.5lh;
  line-height: 1.2;
}



.job-box-data > div:nth-child(2) {

  padding-bottom: 5px;
}

.job-box-footer {
  display: flex;
  justify-content: space-between;
  padding: 22px 10px 15px 10px;
}

.job-pack-3 .job-box-header {
  background-color: var(--color-lightgreen);
}

.split-it {
  display: flex;
  justify-content: space-between;
}

.login-bar {
  position: absolute;
  right: 0;
  margin-top: 11px;
  width: 50%;
  padding: 20px;
  background: var(--color-grey2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
  display: flex;
  gap: 20px;
  min-width: 800px;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.1));
}

.pill {
  background: var(--color-grey2);
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 1.4rem;
  display: inline-block;
  font-weight: normal;
}

.login-bar.active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.25s ease-in-out;
}

.login-bar > div {
  width: 50%;
}

.pwd_eye_box {
  position: relative;
}

.pwd_eye {
  width: 20px;
  height: 20px;
  background: url(/layout/eye_strike.svg) no-repeat center / 16px auto;
  position: absolute;
  top: 8px;
  right: 7px;
  z-index: 5;
}

.pwd_eye.eye_strike {
  background-image: url(/layout/eye.svg);
}

.fully-round-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px 0 20px 0;
}

.fully-round-image img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;

}

.fully-round-image > div {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 10%, transparent 100%);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  /*height:45%;*/
  min-height: 100px;
  color: white;
  text-decoration: none;
  padding: 50px 30px 10px 30px;
}

#wish_info, #savesearch_info {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  border: 1px solid var(--border-color);
  z-index: 300;
  background: #fff;
  max-width: 320px;
}

.wi-close {
  position: absolute;
  right: 10px;
  top: 0px;
  font-weight: bold;
  font-size: 2.5rem;
  cursor: pointer;
}

/* CT 31 - 25 */
.xxlhead {
  font-size: clamp(3rem, 6vw, 8rem);
  color: var(--color-green);
  line-height: 1.05;
  padding-top:10px;
}

.navi-bu {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.navi-bu a {
  white-space: nowrap;
}

.hero-text-box {
  margin-bottom: 30px;
}

/* 29 */
.bulkimg {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center bottom;
  max-height: 280px;
}

.platocontent .caplus-job-detail p {
  padding-bottom: 15px;
  padding-top: 0;
  margin: 0;
}


.pulse {
  animation: pulse-animation 0.6s infinite;
  animation-iteration-count: 2;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
    transform: scale(1.005);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
}





.scrolltable table {
  /*margin: auto;*/
  border-collapse: collapse;
  overflow-x: auto;

  /*width: fit-content;*/
  max-width: 100%;
  /*box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);*/
  min-width: 920px;
  width: 100%;
}
.scrolltable table tbody {
  width: 100%;
}
div.scrolltable {
  overflow-x: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  padding:10px 0;
}

.list-tab td {
 padding: 5px 10px 5px 0;
  line-height: 1.1;
}

.maxw {
  max-width: 1269px;
  margin: auto;
}