/***************************************************************************************************
*** Typo
***************************************************************************************************/

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-extralight.woff2') format('woff2'), url('../fonts/poppins-extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular.woff2') format('woff2'), url('../fonts/poppins-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-semibold.woff2') format('woff2'), url('../fonts/poppins-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-extralight.woff2') format('woff2'), url('../fonts/montserrat-extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-regular.woff2') format('woff2'), url('../fonts/montserrat-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/***************************************************************************************************
*** General Styles
***************************************************************************************************/

a[type=button] {
  -webkit-appearance: none;
}

::selection {
  background: var(--bs-primary);
  color: rgb(255, 255, 255);
  text-shadow: none;
}

::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
  font-size: 0.888rem;
}

:active,
:focus {
  outline: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  hyphens: auto;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: var(--bs-primary);
}

body {
  position: relative;
  height: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

a {
  transition: all 0.2s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

/***************************************************************************************************
*** General Classes
***************************************************************************************************/

/* Abstand <p> => <hx> */
p + h1, p + h2, p + h3, p + h4, p + h5, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5 { margin-top: 3rem; }

/* Buttons ohne Shadow */
.btn:focus { box-shadow: none; }

/* Frame-Styles */
.frame { border: 6px solid var(--bs-primary); }
.frame.nosides { border-left: 0; border-right: 0; }
.bg-primary .frame { border: 6px solid var(--bs-secondary); }
.bg-secondary .frame { border: 6px solid var(--bs-primary); }
.bg-primary .wrapper { background-color: rgba(var(--bs-primary-rgb), 0.75); }
.bg-secondary .wrapper { background-color: rgba(var(--bs-secondary-rgb), 0.75); }

/* List-Styles */
ul { list-style-type: square; margin-left: 1rem; padding: 0; }
ul li { margin-bottom: 0.5rem; padding-left: 0.5rem; }

ul.iconstyle { position: relative; left: 36px; }
ul.iconstyle > li::before { position: absolute; left: -36px; }

/***************************************************************************************************
*** Section
***************************************************************************************************/

section { padding: 6rem 0; }
.ptzero { padding-top: 0 !important; }
.ptsm { padding-top: 3rem !important; }
.ptxl { padding-top: 9rem !important; }
.pbzero { padding-bottom: 0 !important; }
.pbsm { padding-bottom: 3rem !important; }
.pbxl { padding-bottom: 9rem !important; }
.mtzero { margin-top: 0 !important; }
.mtsm { margin-top: 3rem !important; }
.mtxl { margin-top: 9rem !important; }
.mbzero { margin-bottom: 0 !important; }
.mbsm { margin-bottom: 3rem !important; }
.mbxl { margin-bottom: 9rem !important; }

/***************************************************************************************************
*** Header
***************************************************************************************************/

header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
header .site-logo {
  text-align: center;
  padding-top: 0.375rem;
}
header.header-scrolled .site-logo {
  padding-top: 0.125rem
}
header .site-logo img {
  max-width: 100%;
  transition: ease 0.2s;
}
header.header-scrolled .site-logo img {
  height: 50px;
}

header .main-menu-toggler {
  width: 50px;
  height: 60px;
  border: 0;
  border-radius: 0;
  font-size: 1.25rem;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA2OTYgNDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLW1pdGVybGltaXQ6MjE5LjQyOTsiPjxwYXRoIGQ9Ik0zMS45MjcsMzEuOTI3bDYzMi4xMywtMG0tNjMyLjEzLDE3NS41NDNsNjMyLjEzLC0wbS02MzIuMTMsMTc1LjU0M2w2MzIuMTMsLTAiIHN0eWxlPSJmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6I2ZmZjtzdHJva2Utd2lkdGg6NjMuODVweDsiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
}

header+main {
  margin-top: 95px;
}

/*** Navigation ***/
header #main-menu > .container > .row {
  height: 95px;
  transition: ease 0.2s;
}
header.header-scrolled #main-menu > .container > .row {
  height: 55px;
}
header #main-menu a.nav-link {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 1rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}

header #main-menu a.nav-link:hover {
  background-color: var(--bs-primary);
}

/*** Aufflackern der Mobile-Navigation beim Pageload vermeiden... ***/
#mobile-menu:not( .mm-menu ) { display: none; }

/***************************************************************************************************
*** Slider
***************************************************************************************************/

/* Slider (Arrows) */
#slider .owl-next,
#slider .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5vw;
  color: rgba(255, 255, 255, 1);
  z-index: 100;
}

#slider .owl-next:hover,
#slider .owl-prev:hover {
  color: rgb(187,30,16);
}

#slider .owl-next {
  right: 10px;
}

#slider .owl-prev {
  left: 10px;
}

/* Slider (Dots) */
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0px;
  z-index: 70;
  opacity: 1;
}

.owl-carousel .owl-dots:hover {
  opacity: 1;
}

.owl-carousel button.owl-dot {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  background: rgb(255,255,255);
  border: 1px solid rgb(255,255,255);
}

.owl-carousel button.owl-dot.active {
  background: rgb(187,30,16);
  border: 1px solid rgb(187,30,16);
}

@media(min-width: 992px) {
  .owl-carousel button.owl-dot {
    width: 30px;
    height: 30px;
    }
}

/***************************************************************************************************
*** Pagebanner
***************************************************************************************************/
.pagebanner {
  padding: 0;
  background-size: cover;
}
.pagebanner img {
  height: 200px;
  object-fit: cover;
}
.pagebanner h1 {
  text-shadow: 0px 5px 5px rgb(0 0 0);
  font-size: 1.333rem;
  margin: 0;
  margin-top: -70px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media(min-width: 576px) {
  .pagebanner h1 {
    font-size: 1.5rem;
  }
}
@media(min-width: 992px) {
  .pagebanner img{
    height: 200px;
    }
  .pagebanner h1 {
    font-size: 2rem;
    margin-top: -140px;
  }
}
.breadcrumb { line-height: 1; }
.breadcrumb a { font-size: 0.8125rem; }
/*
@media(min-width: 768px) {
  .pagebanner {
    padding: 30px 0;
  }
  .pagebanner h1 {
    font-size: 1.75rem;
  }
}

@media(min-width: 1400px) {
  .pagebanner {
    padding: 70px 0 30px;
  }
  .pagebanner h1 {
    font-size: 2rem;
  }
}
*/



/***************************************************************************************************
*** Isotope
***************************************************************************************************/
.isotope .isotope-item {
  width: 430px;
  padding: 0 1rem;
  margin: 0.5rem 0;
}
.isotope .btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
}
.isotope .btn.is-checked {
  background-color: rgb(187,30,16);
  color: rgb(255, 255, 255);
}




/***************************************************************************************************
*** Banner (Linkbuttons)
***************************************************************************************************/

.banner-linkbuttons {
  background-size: cover;
  padding: 0;
}

.banner-linkbuttons a {
  width: 100%;
}
@media(min-width: 480px) and (max-width: 575.98px) {
  .banner-linkbuttons a {
    width: 65%;
  }
}

/***************************************************************************************************
*** Teaserbox
***************************************************************************************************/
.teaserbox .teaser-image.mb-3 + .teaser-title {
  margin-top: calc(-1rem - 7px);
}
.teaserbox .teaser-title h3 {
  font-size: 1.25rem;
  font-weight: 400;
}
.teaserbox .teaser-text p {
  text-align: left;
}
/***************************************************************************************************
*** Iconbox
***************************************************************************************************/
.iconbox .icon-title {
  font-size: 1.5rem;
}
.iconbox .icon i {
  font-size: 3rem;
  color: rgb(187,30,16);
}
/***************************************************************************************************
*** Open Street Maps
***************************************************************************************************/
#osm_map { height: 400px; }

/***************************************************************************************************
*** Formulare
***************************************************************************************************/
#rex-yform form label {
  font-size: 0.777rem;
}
#rex-yform form .form-control {
  margin-bottom: 1rem;
  font-size: 0.777rem;
}
#rex-yform #yform-table-ferrova_kontakt-tstamp {
  display: none;
}
.alert ul { margin: 0; list-style-type: none; }
.alert ul li { padding: 5px 20px; margin: 0; }
.alert.alert-success { background-color: rgb(0, 204, 0); color: rgb(255, 255, 255); }
.alert.alert-danger { background-color: var(--bs-primary); color: rgb(255, 255, 255); }
/***************************************************************************************************
*** Footer
***************************************************************************************************/

footer { font-size: 0.875rem; hyphens: none; }
footer a { color: rgb(255, 255, 255); }
footer ul { list-style-type: none; margin: 0; padding: 0; }
footer ul li { text-indent: 0; }
footer ul li:last-child { margin-bottom: 0; }
footer ul.iconstyle.kontakt > li { color: rgb(255, 255, 255); font-size: 0.875rem; text-shadow: none; }
footer ul.iconstyle.kontakt > li::before { display: inline-block; content: ""; background-repeat: no-repeat; background-size: contain; background-position: bottom; width: 20px; height: 24px; }
footer ul.iconstyle.kontakt>li:nth-child(1)::before { background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z' clip-rule='evenodd'/></svg>"); }
footer ul.iconstyle.kontakt>li:nth-child(2)::before { background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z' clip-rule='evenodd'/></svg>"); }
footer ul.iconstyle.kontakt>li:nth-child(3)::before { background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z' clip-rule='evenodd'/></svg>"); }
footer .footer-logo { max-width: 300px; }

/* Header Parallax Element Style*/
section.banner {
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}
section.banner a.btn { text-shadow: none; }

/***************************************************************************************************
*** Additional General Styles
***************************************************************************************************/
/*
.border-dashed {
  border-width: 1px !important;
  border-style: dashed !important;
  border-color: #e7e7e7;
}

.object-fit-cover {
  object-fit: cover;
}

.frame::before {
  display: block;
  content: '';
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
  border: 2px solid rgb(255, 255, 255);
}

.btn {
  position: relative;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0))
}

.btn::before,
#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-button::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid rgb(255, 255, 255);
}

/***************************************************************************************************
*** Consent Manager
***************************************************************************************************/
/*
.consent_manager-show-box-reload {
  cursor: pointer;
}

.consent_manager-module {
  font-family: 'Optima';
}

.consent_manager-module .consent_manager-module__placeholder {
  position: relative;
}

/***************************************************************************************************
*** Header
***************************************************************************************************/
/*


header.scrolled .navbar-brand img.desktop-logo {
  width: 150px;
}

header.scrolled .nav-item .nav-link {
  padding: 0.25rem 1rem;
}

header.scrolled .top-menu {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

header.scrolled .main-menu .nav-item a,
header.scrolled .top-menu {
  font-size: 0.875rem;
  line-height: 32px;
}


header.scrolled .top-menu .text-end,
header.scrolled .main-menu .justify-content-end {
  padding-right: 75px;
}

header.scrolled .top-menu .text-start,
header.scrolled .main-menu .justify-content-start {
  padding-left: 75px;
}

header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header ul.navbar-nav {
  flex-direction: row;
}

/***************************************************************************************************
*** Section
***************************************************************************************************/
/*
section {
  padding: 3rem 0;
}

/* AuswÃ¤hlbare AbstÃ¤nde */
/*
.tzero {
  padding-top: 0 !important;
}

.tsm {
  padding-top: 3rem !important;
}

.txl {
  padding-top: 9rem !important;
}

.bzero {
  padding-bottom: 0 !important;
}

.bsm {
  padding-bottom: 3rem !important;
}

.bxl {
  padding-bottom: 9rem !important;
}

/***************************************************************************************************
*** Navigation
***************************************************************************************************/
/*
.navbar-brand {
  top: 0;
  left: 45%;
  transform: translateX(-50%);
  border-radius: 0 0 15% 15%;
  z-index: 2;
}

.mobile-reservieren {
  font-size: 0.875rem;
}

@media(min-width: 420px) {
  .navbar-brand {
    left: 45%;
  }

  .mobile-reservieren {
    font-size: 1rem;
  }
}

.navbar-brand img {
  width: 80%;
  height: auto;
  transition: 0.2s ease;
}

@media(min-width: 768px) {
  .navbar-brand {
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-brand img {
    width: 250px;
  }
}

.top-menu .text-end,
.main-menu .justify-content-end {
  padding-right: 150px;
  transition: 0.2s ease;
}

.top-menu .text-start,
.main-menu .justify-content-start {
  padding-left: 150px;
  transition: 0.2s ease;
}

.top-menu a,
.mobile-reservieren {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-menu .nav-item a {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 44px; /* 60px - 2*0,5rem padding */
/*transition: 0.2s ease;
}

.main-menu .nav-item .dropdown-menu a {
  font-size: 1rem;
  font-weight: 600;
}

.main-menu .nav-item .dropdown-menu a:hover {
  color: rgb(255, 255, 255)
}

.main-menu .nav-item a:hover {
  background-color: rgb(178, 27, 36);
}



/***************************************************************************************************
*** Navigation (mobil)
***************************************************************************************************/
/*.mm-menu {
  --mm-color-background: rgb(77, 19, 15);
  --mm-color-text: rgb(255, 255, 255);
  --mm-color-button: rgb(255, 255, 255);
  --mm-color-text-dimmed: rgb(255, 255, 255);
  --mm-color-border: rgba(255, 255, 255, 0.5);
}

.mm-navbar a.mobile-logo {
  background-color: rgb(255, 255, 255);
}

.mm-navbar a.mobile-logo img {
  height: 200px;
}

/*** Aufflackern der Mobile-Navigation beim Pageload vermeiden... ***/
/*#mobile-menu:not(.mm-menu) {
  display: none;
}

.mm-navbar__title {
  background-image: var(--bs-gradient) !important;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  font-family: "Fette Fraktur";
  font-size: 1.5rem;
}

.mm-navbar__title>span {
  overflow: visible !important;
  margin-top: 5px;
  letter-spacing: 0;
}

/* GeÃ¶ffnetes MenÃ¼ => Abdunkeln Wert Ã¼berschreiben */
/*.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
  opacity: 0.8;
}

/* GeÃ¶ffnete SubmenÃ¼s => Styling */
/*#mm-2,
#mm-3 {
  background: #ede7e7;
  padding: 0 0 0 10px;
}

#mm-2 a,
#mm-3 a {
  color: rgb(77, 19, 15);
}

#mm-2 .mm-listitem__text,
#mm-3 .mm-listitem__text {
  padding: 5px 20px 5px 20px;
}

/***************************************************************************************************
*** Slider
***************************************************************************************************/
#slider .typo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
#slider .typo h1 {
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 14px 0 9px;
  padding: 12px 20px 8px;
  background-color: rgba(255,255,255,0.75);
}
#slider .typo p {
  font-family: 'Poppins';
  font-size: 0.777rem;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 12px 20px 8px;
  background-color: rgba(255,255,255,0.5);
}
@media(min-width: 576px) {
  #slider .typo {
    width: 70%;
  }
}
@media(min-width: 768px) {
  #slider .typo {
    width: auto;
  }
}

@media(min-width: 1200px) {
  #slider .typo {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  #slider .typo h1 {
    font-family: "Montserrat";
    font-size: 2.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin: 14px 0 9px;
    padding: 12px 20px 8px;
    background-color: rgba(255,255,255,0.75);
  }
  #slider .typo p {
    font-family: 'Poppins';
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 0 30px;
    padding: 12px 20px 8px;
    background-color: rgba(255,255,255,0.5);
  }
}
/***************************************************************************************************
*** Teaserbox
***************************************************************************************************/
/*
section.teaserbox a:hover h2,
section.teaserbox a:hover .text-link {
  color: rgb(178, 27, 36)
}

section.teaserbox a:hover button {
  background-color: rgb(178, 27, 36);
  border-color: rgb(178, 27, 36);
}

section.teaserbox a:hover .teaser-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
}

section.teaserbox button {
  transition: none;
}

section#slider+section.teaserbox {
  position: relative;
  margin-top: 0;
  padding-top: 4rem !important;
  padding-bottom: 4rem;
  z-index: 2;
}

/***************************************************************************************************
*** Banner
***************************************************************************************************/
/*
section.banner {
  overflow: hidden;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: rgb(255, 255, 255);
}

section.banner h2 {
  font-family: 'Kaushan Script' !important;
  text-transform: none !important;
}

section.banner.bg-dark.bg-opacity-10 {
  color: rgb(77, 19, 15);
}

section.banner.open-table .consent_manager-module__placeholder-text-background {
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: 0.875rem;
  text-align: center;
}

section.banner.open-table .consent_manager-module__placeholder-text {
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%);
}

section.banner.open-table #ot-reservation-widget {
  margin: 0 auto;
}

section.banner h2+p {
  position: relative;
  z-index: 1;
}

section.banner .banner-image img {
  width: 100%;
}

@media(min-width: 1200px) {
  section.banner .banner-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%);
  }

  section.banner .banner-image img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
  }
}

