@font-face {
  font-family: Raleway Variablefont Wght Local;
  src: url('../fonts/Raleway-VariableFont_wght-local.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans Variablefont Wdth Local;
  src: url('../fonts/IBMPlexSans-VariableFont_wdth_local.ttf') format("truetype");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #0c71c3;
  --white: #fff;
  --orange: #e09900;
  --leight_blue: #d9e3eb;
  --white_80: #ffffff80;
  --text-grey: #959595;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Ibmplexsans Variablefont Wdth Local, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

h1 {
  color: var(--blue);
  letter-spacing: 2px;
  text-shadow: 3px 3px 1px var(--white);
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Raleway Variablefont Wght Local, Verdana, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--blue);
  text-shadow: 3px 3px 1px var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway Variablefont Wght Local, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--blue);
  font-family: Raleway Variablefont Wght Local, Verdana, sans-serif;
  font-size: 38px;
  line-height: 1;
}

h4 {
  color: var(--white);
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway Variablefont Wght Local, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: var(--orange);
  text-align: center;
  text-shadow: 3px 3px 3px #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  color: var(--orange);
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway Variablefont Wght Local, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

p {
  max-width: 70ch;
  margin-bottom: 10px;
}

a {
  color: var(--orange);
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.wrapper {
  width: 90%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.main-nav {
  background-color: var(--leight_blue);
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.home_hero {
  background-image: linear-gradient(90deg, #fffc 33%, #ffffff1a), url('../images/hero_bg_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero_text-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.intro-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.hero_point-box {
  background-color: var(--white);
  box-shadow: -500px 0 0 0 var(--white);
  height: 150px;
}

.hero_point_flex {
  justify-content: space-between;
  display: flex;
}

.hero_point-item {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  width: 22%;
  height: 150px;
  display: flex;
}

.icon_left {
  height: 25px;
  margin-right: 10px;
}

.hero_flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.heading-5 {
  line-height: 1;
}

.sait-val_hero {
  background-image: linear-gradient(90deg, #fffc 33%, #ffffff1a), url('../images/saint-valery-caux-casino__1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.info__section {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.wrapper-left {
  width: 90%;
  max-width: 1440px;
  min-height: 600px;
  margin-right: auto;
}

.flex-box_between {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.info__img {
  align-self: stretch;
  width: 48%;
}

.info__text-container {
  width: 48%;
}

.info_item {
  border: 2px solid var(--text-grey);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0 0 25px #0003;
}

.info_orange-icon {
  float: left;
  height: 120px;
  margin-right: 20px;
  padding-top: 20px;
}

.info-text {
  color: var(--text-grey);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.sticky-img {
  position: sticky;
  top: 50px;
}

.fecamp_hero {
  background-image: linear-gradient(90deg, #fffc 33%, #ffffff1a), url('../images/fecamp_hero_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.dieppe_hero {
  background-image: linear-gradient(90deg, #fffc 33%, #ffffff1a), url('../images/Dieppe-La-Place-du-Puits-Sale-high_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.highlights {
  padding-top: 40px;
  padding-bottom: 40px;
}

.highlights.overflow-hidden {
  overflow: hidden;
}

.wrapper-right-blue {
  background-color: var(--leight_blue);
  width: 90%;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.highlights_header {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.h6-center, .h2-center {
  text-align: center;
}

.highlight_icon {
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card-slider__dot-navi {
  position: static;
}

.card-slider__slide {
  border-radius: 4px;
  width: 344px;
  max-width: 92.5vw;
  margin-right: 40px;
  box-shadow: 0 2px 5px #0003;
}

.card-slider__mask {
  width: 344px;
  height: auto;
  overflow: visible;
}

.card-slider {
  background-color: #fff0;
  height: auto;
  padding-top: 40px;
  padding-left: 7.5vh;
}

.card-slider.overflow-hidden {
  padding-bottom: 40px;
  overflow: hidden;
}

.saint-val__card {
  background-color: var(--white);
  box-shadow: 0 0 25px 0 var(--text-grey);
  border-radius: 20px;
  width: 344px;
  max-width: 92.5vw;
  height: 100%;
  overflow: hidden;
}

.card-slider__content-wrapper {
  padding: 24px;
}

.slider__text {
  color: var(--text-grey);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.text-link__blue {
  float: left;
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
  letter-spacing: 1px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.text-link__blue:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.image-2 {
  width: 30px;
}

.card__bewertung {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card__fullstar {
  float: left;
  width: 36px;
  margin-right: 5px;
}

.link-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--leight_blue);
}

.slider__arrow {
  background-color: var(--white_80);
  box-shadow: 0 0 10px 6px var(--blue);
  border-radius: 50%;
}

.orte__grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rouen__hero {
  background-image: linear-gradient(90deg, #fffc 33%, #ffffff1a), url('../images/rouen_cathedrale_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.rouen__card {
  background-color: var(--white);
  box-shadow: 0 0 25px 0 var(--text-grey);
  border-radius: 20px;
  width: 344px;
  max-width: 92.5vw;
  height: 100%;
  overflow: hidden;
}

.saint-aubin__hero {
  background-image: linear-gradient(90deg, #fffc 33%, #ffffff1a), url('../images/Saint-Aubin-sur-Mer__hero_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.link__section {
  background-image: linear-gradient(90deg, #fffc 33%, #ffffff1a), url('../images/saint-aubin_strand_2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.link__flex-box {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.btn__orange {
  border: 5px solid var(--blue);
  background-color: var(--blue);
  box-shadow: 0 0 25px 10px var(--text-grey);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.btn__orange:hover {
  border-color: var(--orange);
  background-color: var(--orange);
}

.btn__orange.hidden {
  display: none;
}

.saint-aubin__slide {
  background-color: var(--white);
  box-shadow: 0 0 25px 0 var(--text-grey);
  border-radius: 20px;
  width: 344px;
  max-width: 92.5vw;
  height: 100%;
  overflow: hidden;
}

.h6__mit-linie {
  border-bottom: 3px solid var(--blue);
  margin-top: 0;
  margin-bottom: 0;
}

.etretart__hero {
  background-image: linear-gradient(90deg, #fffc 33%, #ffffff1a), url('../images/etretar__hero_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.etretart__card {
  background-color: var(--white);
  box-shadow: 0 0 25px 0 var(--text-grey);
  border-radius: 20px;
  width: 344px;
  max-width: 92.5vw;
  height: 100%;
  overflow: hidden;
}

.text__link {
  border-bottom: 2px solid var(--orange);
}

.text__link:hover {
  border-bottom-color: var(--blue);
  color: var(--blue);
}

.extern-link {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: auto 2% 0% auto;
}

.deauville__hero {
  background-image: linear-gradient(90deg, #fffc 33%, #ffffff1a), url('../images/deauville__hero_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.deuville__card {
  background-color: var(--white);
  box-shadow: 0 0 25px 0 var(--text-grey);
  border-radius: 20px;
  width: 344px;
  max-width: 92.5vw;
  height: 100%;
  overflow: hidden;
}

.navi__logo {
  float: left;
  width: 120px;
  margin-right: 10px;
}

.navi-titel {
  color: var(--blue);
  text-transform: uppercase;
  padding-top: 10px;
  font-family: Ibmplexsans Variablefont Wdth Local, Verdana, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
}

.brand {
  width: 340px;
}

.sotteville_hero {
  background-image: linear-gradient(90deg, #fffc 33%, #ffffff1a), url('../images/sotteville-sur-mer__hero.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.sotteville__slider, .pourville__slide {
  background-color: var(--white);
  box-shadow: 0 0 25px 0 var(--text-grey);
  border-radius: 20px;
  width: 344px;
  max-width: 92.5vw;
  height: 100%;
  overflow: hidden;
}

.pourville__hero {
  background-image: linear-gradient(90deg, #fffc 33%, #ffffff1a), url('../images/Pourville-sur-Mer__hero_1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.trenner_36 {
  height: 36px;
}

.code__btn-center {
  justify-content: center;
  display: flex;
}

.lightbox-grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.lightbox-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox_intro {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.lightbox__wrapper {
  width: 70%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.wrapper-lightbox {
  background-color: var(--leight_blue);
  width: 90%;
  margin-left: auto;
  padding: 20px 60px;
  position: relative;
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 20px;
  }

  .main {
    margin-top: 80px;
  }

  .intro-text {
    background-color: var(--white_80);
    box-shadow: 0 0 20px 20px var(--white_80);
  }

  .hero_point-box {
    height: 120px;
  }

  .hero_point-item {
    width: 24%;
    height: 120px;
  }

  .wrapper-left {
    width: 100%;
  }

  .info_orange-icon {
    float: none;
    height: 100px;
  }

  .wrapper-right-blue {
    width: 100%;
  }

  .orte__grid {
    grid-template-columns: 1fr 1fr;
  }

  .navi__logo {
    width: 100px;
    max-width: 100%;
    height: 60px;
  }

  .navi-titel {
    background-color: var(--white_80);
    display: none;
  }

  .brand {
    max-width: 50%;
  }

  .wrapper-lightbox {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 32px;
  }

  .main {
    margin-top: 80px;
  }

  .home_hero {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
  }

  .intro-text {
    background-color: var(--white_80);
    padding: 10px;
  }

  .hero_point-box {
    box-shadow: none;
    height: auto;
  }

  .hero_point_flex {
    flex-flow: wrap;
  }

  .hero_point-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 48%;
    margin-bottom: 10px;
  }

  .hero_flex {
    justify-content: flex-start;
    align-items: center;
  }

  .info__section {
    padding-top: 140px;
  }

  .info-text {
    background-color: var(--white_80);
    font-size: 18px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .slider__text, .text-link__blue {
    background-color: var(--white_80);
    font-size: 18px;
  }

  .raster-section {
    margin-top: 160px;
  }

  .orte__grid {
    grid-template-columns: 1fr;
  }

  .navi__logo {
    height: 40px;
  }

  .navi-titel {
    background-color: var(--white_80);
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 14px;
  }

  h6 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .home_hero {
    background-position: 0 0, 0%;
    height: auto;
    padding-top: 30px;
  }

  .hero_point-box, .hero_point-item {
    height: 90px;
  }

  .sait-val_hero {
    background-position: 0 0, 0%;
    height: auto;
    padding-top: 30px;
  }

  .flex-box_between {
    display: block;
  }

  .info__img {
    width: 100%;
  }

  .info__text-container {
    width: 100%;
    padding-left: 20px;
  }

  .fecamp_hero, .dieppe_hero {
    background-position: 0 0, 0%;
    height: auto;
  }

  .highlights.overflow-hidden {
    margin-top: 100px;
  }

  .wrapper-right-blue {
    margin-left: 0;
  }

  .highlights_header {
    width: 100%;
  }

  .card-slider.overflow-hidden {
    padding-left: 5vh;
  }

  .rouen__hero, .saint-aubin__hero {
    background-position: 0 0, 0%;
    height: auto;
  }

  .link__section {
    background-position: 0 0, 50%;
    height: auto;
  }

  .link__flex-box {
    flex-flow: column;
  }

  .etretart__hero, .deauville__hero {
    background-position: 0 0, 0%;
    height: auto;
  }

  .brand {
    max-width: 30%;
  }

  .sotteville_hero, .pourville__hero {
    background-position: 0 0, 0%;
    height: auto;
  }

  .lightbox-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .wrapper-lightbox {
    margin-left: 0;
  }
}


@font-face {
  font-family: 'Raleway Variablefont Wght Local';
  src: url('../fonts/Raleway-VariableFont_wght-local.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans Variablefont Wdth Local';
  src: url('../fonts/IBMPlexSans-VariableFont_wdth_local.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}