/* Search tabs and external IBE pages. */
body[data-design="v7"] .atr-search-tabs > .container {
  padding: 0;
  overflow: visible;
}

/* CODEX-MOBILE-OFFER-SEARCH-START */
.atr-offer-search-trigger,.atr-offer-search-backdrop,.atr-offer-search-sheet__head,.atr-offer-search-sheet__actions{display:none}
@media(max-width:1023px){
  body.atr-offer-search-open{overflow:hidden;overscroll-behavior:none}
  .atr-offer-search-trigger{display:grid!important;grid-template-columns:48px minmax(0,1fr) 44px!important;align-items:center;gap:0;width:100%;height:82px!important;min-height:82px;padding:13px 14px!important;border:1px solid rgba(17,62,60,.13);border-radius:20px;background:#fff;color:#10262b;text-align:left;box-shadow:0 16px 42px rgba(22,47,45,.15);cursor:pointer}
  .atr-offer-search-trigger__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#f5f1ea;color:#4f7774;font-size:24px}
  .atr-offer-search-trigger b,.atr-offer-search-trigger small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .atr-offer-search-trigger b{font-size:16px;line-height:1.35}
  .atr-offer-search-trigger small{margin-top:3px;color:#40575b;font-size:12px}
  .atr-offer-search-trigger i{font-style:normal;font-size:23px}
  #search-panel-roundtrips .atr-roundtrip-search-trigger{width:calc(100% - 15px);margin-inline:auto}
  .atr-offer-search-backdrop{display:block;position:fixed;inset:0;z-index:800;width:100%;height:100%;border:0;background:rgba(7,31,33,.55);opacity:0;visibility:hidden;transition:opacity .32s cubic-bezier(.22,.61,.36,1),visibility .32s;cursor:default}
  .atr-offer-search-backdrop.is-open{opacity:1;visibility:visible}
  #search-panel-offers .atr-ibe-quick-search{display:flex;position:fixed;z-index:810;left:0;right:0;bottom:0;flex-direction:column;align-items:stretch!important;gap:0;width:100%;max-height:92dvh;margin:0;padding:0;background:#fff;border-radius:24px 24px 0 0;box-shadow:0 -20px 60px rgba(7,31,33,.22);overflow:hidden;visibility:hidden;transform:translateY(105%);transition:transform .32s cubic-bezier(.22,.61,.36,1),visibility .32s}
  #search-panel-offers .atr-ibe-quick-search.is-open{visibility:visible;transform:none}
  #search-panel-offers .atr-ibe-quick-search__intro,#search-panel-roundtrips .atr-ibe-quick-search__intro{display:none}
  .atr-offer-search-sheet__head,.atr-offer-search-sheet__actions{flex:0 0 auto}
  .atr-offer-search-sheet__fields{flex:1 1 auto;width:100%!important;min-width:0!important;min-height:0;align-self:stretch!important;overflow-y:auto;overscroll-behavior:contain;padding:0 0 8px}
  .atr-offer-search-sheet__head{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:76px;padding:19px 20px 13px;border-bottom:1px solid #dce3df;position:relative;touch-action:none}
  .atr-offer-search-sheet__handle{position:absolute;left:50%;top:8px;width:42px;height:4px;border-radius:999px;background:#c9d0ce;transform:translateX(-50%)}
  .atr-offer-search-sheet__head small,.atr-offer-search-sheet__head strong{display:block}
  .atr-offer-search-sheet__head small{font-size:10px;letter-spacing:.14em;color:#4f7774;font-weight:900}
  .atr-offer-search-sheet__head strong{font-size:20px}
  .atr-offer-search-sheet__close{display:grid;place-items:center;width:44px;height:44px;border:1px solid #dce3df;border-radius:50%;background:#fff;font-size:27px;line-height:1}
  #search-panel-offers .atr-offer-search-sheet__fields>label{display:grid;grid-template-columns:1fr;gap:7px;margin:0 20px;padding:15px 0;border-right:0;border-bottom:1px solid #dce3df}
  #search-panel-roundtrips .atr-ibe-quick-search> .atr-offer-search-sheet__fields>label{display:grid;grid-template-columns:1fr;gap:7px;margin:0 20px;padding:15px 0;border-right:0;border-bottom:1px solid #dce3df}
  #search-panel-offers .atr-offer-search-sheet__fields>label>span,#search-panel-roundtrips .atr-offer-search-sheet__fields>label>span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#4f7774}
  #search-panel-offers .atr-ibe-quick-search input,#search-panel-offers .atr-ibe-quick-search select,#search-panel-offers .atr-custom-select__trigger{min-height:48px;width:100%;font-size:16px}
  #search-panel-offers .atr-offer-search-sheet__fields>label input{position:static;opacity:1;pointer-events:auto;padding:10px 12px;border:1px solid #dce3df;border-radius:12px;background:#fff;color:#10262b}
  #search-panel-offers .atr-ibe-quick-search>button[type="submit"]:not(.atr-offer-search-sheet__submit){display:none}
  #search-panel-offers .atr-offer-search-sheet__fields>button[type="submit"],#search-panel-roundtrips .atr-offer-search-sheet__fields>button[type="submit"]{display:none}
  #search-panel-offers .atr-ibe-quick-search>.atr-offer-search-sheet__actions,#search-panel-roundtrips .atr-ibe-quick-search>.atr-offer-search-sheet__actions{display:grid;grid-template-columns:auto minmax(150px,1fr);gap:10px;align-items:center;margin-top:auto;padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #dce3df;background:#fff;box-shadow:0 -10px 24px rgba(16,38,43,.07)}
  .atr-offer-search-sheet__actions p{grid-column:1/-1;margin:0}
  .atr-offer-search-sheet__actions p strong,.atr-offer-search-sheet__actions p span{display:block}
  .atr-offer-search-sheet__actions p strong{font-size:14px}
  .atr-offer-search-sheet__actions p span{font-size:11px;color:#40575b}
  .atr-offer-search-sheet__reset,.atr-offer-search-sheet__submit{min-height:50px;border-radius:999px;font-weight:800}
  .atr-offer-search-sheet__reset{border:0;background:transparent;color:#10262b;text-decoration:underline}
  #search-panel-offers .atr-offer-search-sheet__submit{position:static;width:100%;height:auto;margin:0;border:0;background:#ef7c3b;color:#fff;font-size:14px}
  #search-panel-roundtrips .atr-ibe-quick-search{display:flex;position:fixed;z-index:810;left:0;right:0;bottom:0;flex-direction:column;align-items:stretch!important;gap:0;width:100%;max-height:92dvh;margin:0;padding:0;background:#fff;border-radius:24px 24px 0 0;box-shadow:0 -20px 60px rgba(7,31,33,.22);overflow:hidden;visibility:hidden;transform:translateY(105%);transition:transform .32s cubic-bezier(.22,.61,.36,1),visibility .32s}
  #search-panel-roundtrips .atr-ibe-quick-search.is-open{visibility:visible;transform:none}
  #search-panel-roundtrips .atr-ibe-quick-search input,#search-panel-roundtrips .atr-ibe-quick-search select,#search-panel-roundtrips .atr-custom-select__trigger{min-height:48px;width:100%;font-size:16px}
  #search-panel-roundtrips .atr-offer-search-sheet__submit{position:static;width:100%;height:auto;margin:0;border:0;background:#ef7c3b;color:#fff;font-size:14px}
  #search-panel-roundtrips .atr-roundtrip-flex{display:flex;align-items:center;gap:10px;min-height:44px;margin-top:8px;font-size:14px;text-transform:none;letter-spacing:0;color:#40575b}
  #search-panel-roundtrips .atr-roundtrip-flex input{width:22px;min-height:22px;height:22px}
  body.atr-offer-search-open [aria-label="Barrierefreiheits-Einstellungen öffnen"]{opacity:0!important;pointer-events:none!important}
}
@media(min-width:768px) and (max-width:1023px){
  .atr-offer-search-trigger{max-width:680px;margin-inline:auto}
  #search-panel-offers .atr-ibe-quick-search{left:50%;right:auto;bottom:50%;width:min(680px,calc(100% - 48px));max-height:min(760px,calc(100dvh - 48px));border-radius:24px;transform:translate(-50%,calc(50% + 40px));opacity:0;transition:transform .32s cubic-bezier(.22,.61,.36,1),opacity .25s,visibility .32s}
  #search-panel-offers .atr-ibe-quick-search.is-open{transform:translate(-50%,50%);opacity:1}
  #search-panel-roundtrips .atr-ibe-quick-search{left:50%;right:auto;bottom:50%;width:min(680px,calc(100% - 48px));max-height:min(760px,calc(100dvh - 48px));border-radius:24px;transform:translate(-50%,calc(50% + 40px));opacity:0;transition:transform .32s cubic-bezier(.22,.61,.36,1),opacity .25s,visibility .32s}
  #search-panel-roundtrips .atr-ibe-quick-search.is-open{transform:translate(-50%,50%);opacity:1}
}
@media(prefers-reduced-motion:reduce){
  .atr-offer-search-backdrop,#search-panel-offers .atr-ibe-quick-search{transition-duration:.01ms}
}
/* CODEX-MOBILE-OFFER-SEARCH-END */

/* CODEX-DESKTOP-SEARCH-UNIFY-START */
@media(min-width:1024px){
  #search-panel-more{padding:20px}
  #search-panel-more .v7-search-panel{
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  #search-panel-more .v7-search-sheet{
    display:grid;
    grid-template-columns:280px minmax(0,1fr) 180px;
    align-items:stretch;
    width:100%;
    border:1px solid #dce3df;
    border-radius:16px;
    background:#fff;
    overflow:visible;
    box-shadow:none;
  }
  #search-panel-more .v7-search-sheet-head,
  #search-panel-more .v7-search-error{display:none}
  #search-panel-more .v7-search-sheet>div:first-child{display:none}
  #search-panel-more .v7-search-primary{
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:8px;
    min-width:0;
    padding:14px 16px;
    border-right:1px solid #dce3df;
  }
  #search-panel-more .v7-search-primary label{
    display:block;
    font-size:9px;
    font-family:inherit;
    font-weight:500;
    letter-spacing:.72px;
    text-transform:uppercase;
    color:#163f3e;
  }
  #search-panel-more .v7-search-primary label .v7-search-icon,
  #search-panel-more .v7-search-primary label small{display:none}
  #search-panel-more .v7-search-primary input{
    width:100%;
    min-width:0;
    height:44px;
    padding:0 12px;
    border:1px solid #d8dedb;
    border-radius:9px;
    background:#fff;
    font-size:13px;
    font-family:inherit;
    font-weight:400;
  }
  #search-panel-more .v7-search-primary .v7-search-submit{display:none}
  #search-panel-more .v7-search-filters{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    min-width:0;
  }
  #search-panel-more .v7-filter-field:has(#txtd-search-geo-select){
    display:none;
  }
  #search-panel-more .v7-filter-field{
    min-width:0;
    padding:14px;
    border-right:1px solid #dce3df;
  }
  #search-panel-more .v7-filter-field>label{
    display:block;
    margin-bottom:8px;
    font-size:9px;
    font-family:inherit;
    font-weight:500;
    letter-spacing:.72px;
    text-transform:uppercase;
    color:#163f3e;
  }
  #search-panel-more .v7-filter-field>label span,
  #search-panel-more .v7-filter-field>label small{display:none}
  #search-panel-more .v7-filter-field select,
  #search-panel-more .v7-filter-field input,
  #search-panel-more .v7-filter-field .ms-options-wrap>button{
    width:100%;
    min-width:0;
    height:44px;
    padding:0 10px;
    border:1px solid #d8dedb;
    border-radius:9px;
    background:#fff;
    font-size:13px;
    font-family:inherit;
    font-weight:400;
  }
  #search-panel-more .atr-legacy-select-hidden{
    display:none!important;
  }
  #search-panel-more .atr-custom-multiselect{
    width:100%;
  }
  #search-panel-more .atr-custom-multiselect>.atr-custom-select__trigger{
    width:100%;
    height:44px;
    min-height:44px;
    padding:0 12px;
    border:1px solid #d8dedb;
    border-radius:9px;
    background:#fff;
    color:#173536;
    font-family:inherit;
    font-size:13px;
    font-weight:400;
  }
  #search-panel-more .atr-custom-multiselect>.atr-custom-select__trigger>i{
    color:#173f3d;
  }
  #search-panel-more .atr-custom-multiselect>.atr-custom-select__panel{
    z-index:2500;
    width:max(100%,310px);
  }
  #search-panel-more .atr-custom-select__selectall{
    width:100%;
    min-height:38px;
    padding:8px 10px;
    border:0;
    border-bottom:1px solid #e2e7e3;
    background:#f7f8f5;
    color:#173f3d;
    font-family:inherit;
    font-size:12px;
    font-weight:600;
    text-align:left;
  }
  #search-panel-more .atr-custom-select__selectall:hover,
  #search-panel-more .atr-custom-select__selectall:focus-visible{
    outline:0;
    background:#edf3f1;
  }
  #search-panel-more .v7-search-theme-chips,
  #search-panel-more .v7-date-field>button{display:none}
  #search-panel-more .v7-search-actions{
    display:flex;
    align-self:center;
    align-items:stretch;
    height:64px;
    padding:0 12px;
    border:0;
    background:transparent;
  }
  #search-panel-more .v7-search-availability,
  #search-panel-more .v7-reset{display:none}
  #search-panel-more #txtd-btn-search-bottom{
    display:block;
    box-sizing:border-box;
    width:100%!important;
    max-width:100%;
    min-width:0!important;
    height:64px;
    min-height:64px;
    margin:0;
    padding:0 12px;
    border:0;
    border-radius:11px;
    background:#cf673d;
    color:#fff;
    font-size:11px;
    font-family:inherit;
    font-weight:600;
    letter-spacing:.04em;
    text-transform:uppercase;
  }
  #search-panel-more,
  #search-panel-more.atr-search-tabs__panel,
  #search-panel-more .v7-search-panel,
  #search-panel-more .v7-search-sheet,
  #search-panel-more .v7-search-filters,
  #search-panel-more .v7-filter-field{
    overflow:visible!important;
  }
  #search-panel-more .v7-filter-field{
    position:relative;
  }
  #search-panel-more .v7-filter-field:has(.ms-options-wrap.ms-active){
    z-index:2100;
  }
  #search-panel-more .ms-options-wrap{
    position:relative;
    z-index:1;
  }
  #search-panel-more .ms-options-wrap.ms-active{
    z-index:2200;
  }
  #search-panel-more .ms-options-wrap.ms-active>.ms-options{
    position:absolute!important;
    z-index:2300!important;
    top:calc(100% + 7px)!important;
    right:auto!important;
    left:0!important;
    display:block!important;
    visibility:visible!important;
    width:max(100%,260px)!important;
    max-height:320px!important;
    margin:0!important;
    padding:7px!important;
    overflow-y:auto!important;
    border:1px solid #d8dedb!important;
    border-radius:11px!important;
    background:#fff!important;
    color:#173f3d!important;
    box-shadow:0 18px 42px rgba(14,42,42,.18)!important;
  }
  #search-panel-more .ms-options-wrap>.ms-options a{
    color:#173f3d!important;
  }
  #search-panel-more .ms-options-wrap>.ms-options .ms-selectall,
  #search-panel-more .ms-options-wrap>.ms-options .ms-hidediv{
    margin:0!important;
    padding:8px 10px!important;
    color:#173f3d!important;
    font-size:12px!important;
    text-decoration:none!important;
  }
  #search-panel-more .ms-options-wrap>.ms-options>ul,
  #search-panel-more .ms-options-wrap>.ms-options>ul>li.optgroup ul{
    margin:0!important;
    padding:0!important;
  }
  #search-panel-more .ms-options-wrap>.ms-options>ul>li{
    padding:0!important;
    border:0!important;
    border-top:1px solid #edf0ed!important;
    background:#fff!important;
  }
  #search-panel-more .ms-options-wrap>.ms-options>ul label{
    min-height:38px!important;
    margin:0!important;
    padding:10px 10px 9px 34px!important;
    border:0!important;
    background:#fff!important;
    color:#173f3d!important;
    font-size:12px!important;
    font-weight:400!important;
  }
  #search-panel-more .ms-options-wrap>.ms-options>ul label:hover,
  #search-panel-more .ms-options-wrap>.ms-options>ul li.selected label{
    background:#edf3f1!important;
    color:#123f3d!important;
  }
}
body[data-design="v7"] .atr-v7-advice{
  background:rgba(251,248,241,.9)!important;
  color:#173b3a!important;
  border:1px solid rgba(23,59,58,.16);
  box-shadow:0 14px 34px rgba(17,48,47,.16);
}
body[data-design="v7"] .atr-v7-advice b,
body[data-design="v7"] .atr-v7-advice span,
body[data-design="v7"] .atr-v7-advice small{color:#173b3a!important}
/* CODEX-DESKTOP-SEARCH-UNIFY-END */

@media(min-width:1024px){
  .atr-v7-live-offers .travel-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}
.atr-search-tabs__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 8px 8px 0;
  border-bottom: 1px solid #e2e5df;
  background: #f3f3ee;
}
.atr-search-tabs__nav button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 66px;
  padding: 13px 18px 15px;
  border: 0;
  border-radius: 13px 13px 0 0;
  background: transparent;
  color: #617071;
  text-align: left;
}
.atr-search-tabs__nav button::after {
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: transparent;
  content: "";
}
.atr-search-tabs__nav button[aria-selected="true"] {
  background: #fff;
  color: #123f3d;
}
.atr-search-tabs__nav button[aria-selected="true"]::after {
  background: #d3683d;
}
.atr-search-tabs__nav span {
  font-size: 14px;
  font-weight: 800;
}
.atr-search-tabs__nav small {
  margin-top: 2px;
  font-size: 10px;
}
.atr-search-tabs__panel {
  padding: 20px;
  background: #fff;
}
.atr-search-tabs__panel[hidden] {
  display: none !important;
}
.atr-ibe-quick-search {
  display: grid;
  grid-template-columns: minmax(190px, 1.15fr) repeat(4, minmax(130px, 1fr)) minmax(180px, .9fr);
  align-items: end;
  gap: 0;
  overflow: visible;
  border: 1px solid #dfe4df;
  border-radius: 16px;
  background: #fff;
}
.atr-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}
.atr-custom-select {
  position: relative;
  width: 100%;
}
.atr-custom-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  padding: 0 11px 0 12px;
  border: 1px solid #d9ddd8;
  border-radius: 9px;
  background: #fff;
  color: #173536;
  font-size: 13px;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.atr-custom-select__trigger:hover {
  border-color: #9eaaa5;
  background: #fcfcfa;
}
.atr-custom-select__trigger:focus-visible,
.atr-custom-select.is-open .atr-custom-select__trigger {
  outline: 0;
  border-color: #d3683d;
  box-shadow: 0 0 0 3px rgba(211, 104, 61, .14);
}
.atr-custom-select__trigger > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.atr-custom-select__trigger > i {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}
.atr-custom-select.is-open .atr-custom-select__trigger > i {
  transform: rotate(225deg) translate(-2px, -1px);
}
.atr-custom-select__panel {
  position: absolute;
  z-index: 120;
  top: calc(100% + 8px);
  left: 0;
  width: max(100%, 310px);
  padding: 8px;
  border: 1px solid #dce2dd;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(14, 42, 42, .2);
}
.atr-custom-select__panel::before {
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 20px;
  color: #42615f;
  content: "⌕";
  font-size: 19px;
  line-height: 1;
  pointer-events: none;
}
.atr-custom-select__panel[hidden] {
  display: none !important;
}
.atr-custom-select__search {
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 0 7px !important;
  padding: 0 12px 0 35px !important;
  border: 1px solid #dce2dd !important;
  border-radius: 9px !important;
  background: #f7f8f5 !important;
  font-size: 13px !important;
}
.atr-custom-select__search:focus {
  outline: 0;
  border-color: #78928e !important;
  box-shadow: 0 0 0 3px rgba(18, 63, 61, .09);
}
.atr-custom-select__options {
  max-height: 286px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #b8c4bf transparent;
}
.atr-custom-select__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #294344;
  font-size: 12px;
  text-align: left;
}
.atr-custom-select__option:hover,
.atr-custom-select__option:focus-visible {
  outline: 0;
  background: #edf2ee;
  color: #123f3d;
}
.atr-custom-select__option i {
  display: none;
  color: #d3683d;
  font-style: normal;
  font-weight: 800;
}
.atr-custom-select__option[aria-selected="true"] {
  background: #e6efea;
  color: #123f3d;
  font-weight: 800;
}
.atr-custom-select__option[aria-selected="true"] i {
  display: block;
}
.atr-custom-select__option[hidden] {
  display: none;
}
.atr-ibe-quick-search__intro,
.atr-ibe-quick-search label {
  min-height: 92px;
  padding: 17px 18px;
  border-right: 1px solid #e1e5e0;
}
.atr-ibe-quick-search__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f6f5f0;
}
.atr-ibe-quick-search__intro b {
  margin-top: 3px;
  font-size: 15px;
}
.atr-ibe-quick-search__intro small {
  margin-top: 3px;
  color: #6c797a;
  font-size: 10px;
}
.atr-ibe-quick-search label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.atr-ibe-quick-search label > span {
  color: #526061;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.atr-ibe-quick-search select,
.atr-ibe-quick-search input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #d9ddd8;
  border-radius: 9px;
  background: #fff;
  color: #173536;
  font-size: 13px;
}
.atr-ibe-quick-search > button {
  min-height: 92px;
  padding: 16px;
  border: 0;
  background: #d3683d;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.atr-ibe-quick-search > button span {
  margin-left: 8px;
  font-size: 17px;
}
.atr-ibe-quick-search--roundtrip {
  grid-template-columns: minmax(190px, 1.05fr) minmax(190px, 1.05fr) minmax(150px, 1fr) minmax(135px, .85fr) minmax(135px, .85fr) minmax(180px, .85fr);
}
.atr-roundtrip-type {
  gap: 5px !important;
}
.atr-roundtrip-type select {
  min-height: 38px;
}
.atr-roundtrip-flex {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #526061 !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.25;
  text-transform: none !important;
}
.atr-ibe-quick-search .atr-roundtrip-flex input {
  flex: 0 0 16px;
  width: 16px;
  min-height: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  accent-color: #d3683d;
}

.atr-ibe-page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .6fr);
  gap: 45px;
  align-items: end;
  margin-bottom: 32px;
  padding: 30px 34px;
  border-radius: 22px;
  background: #123f3d;
  color: #fff;
}
.atr-ibe-page-intro h2 {
  margin: 5px 0 9px;
  color: #fff;
  font-size: clamp(32px, 4vw, 50px);
}
.atr-ibe-page-intro p {
  margin: 0;
  color: #d3e1de;
}
.atr-ibe-page-intro ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.atr-ibe-page-intro li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  font-size: 12px;
}
.atr-ibe-shell {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border: 1px solid #dce2dd;
  border-radius: 22px;
  background: #f4f4ef;
  box-shadow: 0 20px 55px rgba(16, 38, 41, .1);
}
.atr-ibe-shell::before {
  display: block;
  padding: 13px 20px;
  border-bottom: 1px solid #dce2dd;
  background: #fff;
  color: #536262;
  content: "Sichere Buchungsstrecke unseres Reisepartners";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.atr-ibe-shell iframe {
  display: block;
  width: 100% !important;
  min-height: 720px;
  border: 0;
  background: #fff;
  overflow: hidden !important;
  scrollbar-width: none;
}
.atr-ibe-shell iframe::-webkit-scrollbar {
  display: none;
}
.atr-ibe-shell .portal-embed-error {
  margin: 40px;
}

@media (max-width: 1300px) and (min-width: 701px) {
  .atr-ibe-quick-search--roundtrip {
    grid-template-columns: minmax(185px, 1.2fr) minmax(165px, 1.1fr) minmax(135px, .85fr) minmax(135px, .85fr) minmax(175px, .9fr);
  }
  .atr-ibe-quick-search--roundtrip .atr-ibe-quick-search__intro {
    display: none;
  }
  .atr-ibe-quick-search--roundtrip label,
  .atr-ibe-quick-search--roundtrip > button {
    min-height: 86px;
  }
  .atr-ibe-quick-search--roundtrip .atr-roundtrip-type {
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* IBE result pages: reserve the viewport for the booking engine itself. */
body[data-design="v7"]:has(.atr-ibe-shell) .atr-v7-page-hero {
  display: none !important;
}
body[data-design="v7"]:has(.atr-ibe-shell) .atr-v7-page-content {
  padding: 14px 0 34px !important;
}
body[data-design="v7"]:has(.atr-ibe-shell) .atr-v7-page-content > .container {
  width: min(1380px, calc(100% - 32px));
}
body[data-design="v7"]:has(.atr-ibe-shell) .atr-v7-page-content .frame {
  margin: 0 !important;
}
body[data-design="v7"]:has(.atr-ibe-shell) .atr-v7-page-content .breadcrumb {
  display: flex !important;
  min-height: 38px;
  margin: 0 0 12px !important;
  padding: 9px 13px;
  border-radius: 9px;
  background: #eef1f0;
  color: #657374;
  font-size: 10px;
}
body[data-design="v7"]:has(.atr-ibe-shell) .atr-ibe-page-intro {
  display: block !important;
  margin: 0 0 12px;
  padding: 15px 20px 16px;
  border-radius: 12px;
}
body[data-design="v7"]:has(.atr-ibe-shell) .atr-ibe-page-intro .eyebrow {
  font-size: 9px;
}
body[data-design="v7"]:has(.atr-ibe-shell) .atr-ibe-page-intro h2 {
  margin: 3px 0 4px;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.05;
}
body[data-design="v7"]:has(.atr-ibe-shell) .atr-ibe-page-intro p {
  max-width: 920px;
  font-size: 13px;
  line-height: 1.45;
}
body[data-design="v7"]:has(.atr-ibe-shell) .atr-ibe-page-intro ul {
  display: none;
}
body[data-design="v7"]:has(.atr-ibe-shell) .atr-ibe-shell {
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(16, 38, 41, .08);
}
body[data-design="v7"]:has(.atr-ibe-shell) .atr-ibe-shell::before {
  padding: 9px 16px;
}

@media (max-width: 1100px) {
  .atr-ibe-quick-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .atr-ibe-quick-search__intro {
    grid-column: 1 / -1;
  }
  .atr-ibe-quick-search > button {
    min-height: 76px;
  }
  .atr-ibe-quick-search label:nth-last-of-type(1) {
    border-right: 0;
  }
  .atr-ibe-quick-search--roundtrip {
    grid-template-columns: minmax(185px, 1.2fr) minmax(165px, 1.1fr) minmax(135px, .85fr) minmax(135px, .85fr) minmax(175px, .9fr);
  }
  .atr-ibe-quick-search--roundtrip .atr-ibe-quick-search__intro {
    display: none;
  }
}
@media (max-width: 700px) {
  body[data-design="v7"] .atr-search-tabs {
    margin-top: -22px;
  }
  .atr-search-tabs__nav {
    grid-template-columns: repeat(3, minmax(104px, 1fr));
    overflow-x: auto;
    padding-inline: 6px;
  }
  .atr-search-tabs__nav button {
    min-height: 62px;
    padding: 11px 10px 13px;
  }
  .atr-search-tabs__nav span {
    font-size: 12px;
  }
  .atr-search-tabs__nav small {
    display: none;
  }
  .atr-search-tabs__panel {
    padding: 12px;
  }
  .atr-ibe-quick-search,
  .atr-ibe-quick-search--roundtrip {
    grid-template-columns: 1fr;
  }
  .atr-ibe-quick-search__intro {
    grid-column: auto;
    min-height: 74px;
  }
  .atr-ibe-quick-search label {
    min-height: 76px;
    border-right: 0;
    border-bottom: 1px solid #e1e5e0;
  }
  .atr-ibe-quick-search > button {
    min-height: 64px;
  }
  .atr-ibe-page-intro {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 25px 22px;
  }
  .atr-ibe-shell {
    min-height: 640px;
    margin-inline: -10px;
    border-radius: 15px;
  }
  .atr-ibe-shell iframe {
    min-height: 640px;
  }
  body[data-design="v7"]:has(.atr-ibe-shell) .atr-v7-page-content {
    padding: 7px 0 22px !important;
  }
  body[data-design="v7"]:has(.atr-ibe-shell) .atr-v7-page-content > .container {
    width: calc(100% - 12px);
  }
  body[data-design="v7"]:has(.atr-ibe-shell) .atr-v7-page-content .breadcrumb {
    min-height: 34px;
    margin-bottom: 7px !important;
    padding: 7px 10px;
  }
  body[data-design="v7"]:has(.atr-ibe-shell) .atr-ibe-page-intro {
    margin-bottom: 7px;
    padding: 12px 14px 13px;
  }
  body[data-design="v7"]:has(.atr-ibe-shell) .atr-ibe-page-intro h2 {
    font-size: 23px;
  }
  body[data-design="v7"]:has(.atr-ibe-shell) .atr-ibe-page-intro p {
    font-size: 12px;
  }
}
