/*!
 Theme Name:     Ocean
 Theme URI:      https://oceanwp.org/
 Author:         pixeltypen / Tobias Bals
 Author URI:     https://pixeltypen.de
 Template:       oceanwp
 Version:        1.0.0
*/
@font-face {
  font-family: "Lato";
  src:
    url("./fonts/Lato-BoldItalic.woff2") format("woff2"),
    url("./fonts/Lato-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src:
    url("./fonts/Lato-Italic.woff2") format("woff2"),
    url("./fonts/Lato-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src:
    url("./fonts/Lato-BlackItalic.woff2") format("woff2"),
    url("./fonts/Lato-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src:
    url("./fonts/Lato-Black.woff2") format("woff2"),
    url("./fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src:
    url("./fonts/Lato-Bold.woff2") format("woff2"),
    url("./fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src:
    url("./fonts/Lato-LightItalic.woff2") format("woff2"),
    url("./fonts/Lato-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src:
    url("./fonts/Lato-Light.woff2") format("woff2"),
    url("./fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src:
    url("./fonts/Lato-Regular.woff2") format("woff2"),
    url("./fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src:
    url("./fonts/Lato-HairlineItalic.woff2") format("woff2"),
    url("./fonts/Lato-HairlineItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src:
    url("./fonts/Lato-Hairline.woff2") format("woff2"),
    url("./fonts/Lato-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --px-radius-sm: 0.75rem;
  --px-radius-md: 1.25rem;
  --px-radius-lg: 1.5rem;
  --px-radius-pill: 999px;
  --primary: #506dfa;
  --black: #111517;
  --yellow: #fbc900;
  --dark-blue: #004076;
  --light-blue: #006eb6;
}

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

body {
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

#outer-wrap {
  overflow: hidden;
}

#scroll-top {
  z-index: 90;
}

.logged-in.admin-bar .px_header {
  top: 32px;
}

@media (min-width: 144rem) {
  body {
    max-width: 250rem;
    margin-inline: auto;
  }
}
body {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}

.elementor-widget-text-editor a {
  text-decoration: underline;
}

.elementor :is(h1, h2, h3, h4, h5, h6) {
  hyphens: auto !important;
}

.elementor-widget-image .elementor-widget-container img {
  object-fit: cover;
}

.elementor-editor-active #site-header {
  z-index: 0;
}

.elementor-editor-active main {
  z-index: 999;
}

.elementor-cta .elementor-cta__bg-wrapper {
  border-radius: 10px;
}

.pt_slides .elementor-widget-container {
  overflow: hidden !important;
}

#site-header {
  border-bottom: 0;
}

#top-bar-wrap {
  display: none !important;
}

.px_header {
  transition: all 0.3s ease;
  z-index: 3;
}

#site-header {
  z-index: 9999;
}

.sticky-logo,
.bazi-logo {
  transition: 0.2s all ease-in-out;
  margin: 0 !important;
}

.sticky-logo img {
  width: 240px !important;
}

header .bazi-logo img {
  width: 50px !important;
}

header.sticky-header {
  transition: 0.2s all ease-in-out;
}
header.sticky-header .sticky-logo {
  transform: translateY(0);
}
header.sticky-header .bazi-logo {
  position: absolute;
  transform: translateY(50px);
  opacity: 0;
}

header.elementor-sticky--effects.sticky-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #004076 !important;
}
header.elementor-sticky--effects .bazi-logo {
  opacity: 1;
  transform: translateY(0);
}
header.elementor-sticky--effects .sticky-logo {
  opacity: 0;
  transform: translateY(-50px);
}
header.elementor-sticky--effects .elementor-icon-box-icon {
  margin-bottom: 0 !important;
  line-height: 1 !important;
}
header.elementor-sticky--effects .elementor-icon-box-content {
  height: 0;
  opacity: 0 !important;
}
header.elementor-sticky--effects
  .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1270px) {
  .fullwidth-menu-bazi {
    right: 0 !important;
    bottom: 0 !important;
  }
  .fullwidth-menu-bazi .elementor-widget-container {
    text-align: right !important;
  }
  .fullwidth-menu-bazi img {
    max-width: 60% !important;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 767px) {
  .sticky-logo img {
    min-width: 180px;
  }
  .elementor-sticky--effects .sticky-logo img {
    width: 180px !important;
  }
  .fullwidth-menu-header .elementor-col-50 {
    width: 100% !important;
  }
  .fullwidth-menu-header .elementor-social-icons-wrapper {
    text-align: left;
  }
  .dogs-allowed-badge {
    top: -100px !important;
    right: 0 !important;
    text-align: right !important;
    padding-right: 20px;
  }
  .dogs-allowed-badge img {
    max-width: 150px !important;
  }
}
.fullscreen-menu h3 a {
  font-family: "Bjola", sans-serif !important;
}

#elementor-popup-modal-562 .dialog-message {
  overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
  .dialog-prevent-scroll .dialog-widget {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mega-menu-popup
    .dialog-message
    .elementor-section:not(.elementor-inner-section):last-child
    > .elementor-container {
    min-height: 100vh;
    align-items: flex-start;
  }
}
.px_footer {
  position: relative;
}

.post-password-form {
  display: grid;
  gap: 1rem;
  max-width: 32rem;
}

.post-password-form p {
  margin: 0;
}

.post-password-form__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
}

.post-password-form label {
  display: grid;
  flex: 1 1 14rem;
  gap: 0.5rem;
  font-weight: 600;
}

.post-password-form input[type="password"] {
  width: 100%;
  max-width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid;
  border-radius: var(--px-radius-md);
}

.post-password-form input[type="password"]:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

.text-stroke {
  --stroke-width: 5px;
}
.text-stroke.white {
  --stroke-color: #fff;
}
.text-stroke.brightblue {
  --stroke-color: #006eb6;
}
.text-stroke.darkblue {
  --stroke-color: #004076;
}
.text-stroke.yellow {
  --stroke-color: #fbc900;
}
@media screen and (max-width: 478px) {
  .text-stroke {
    --stroke-width: 4px;
  }
}

.funfoto-form {
  display: flex;
  column-gap: 20px;
}
.funfoto-form input#funfoto-code {
  border: 0;
  border-radius: 5px;
  background-color: white;
  color: var(--dark-blue);
  padding: 10px;
  flex-grow: 1;
}
.funfoto-form button#funfoto-button {
  border: 0;
  background-color: var(--yellow);
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 30px;
  transition: all 0.1s ease-in-out;
}
.funfoto-form button#funfoto-button:hover {
  background-color: var(--dark-blue);
}

.funfoto-image-wrapper {
  padding: 20px;
  border-radius: 20px;
  background-color: white;
  margin-top: 20px;
  border: 4px solid var(--dark-blue);
  display: none;
}
.funfoto-image-wrapper img {
  width: 100%;
  display: none;
}

/* Single Attraktion Page */
.single-attraktion header.page-header,
.single-attraktion div#top-bar-wrap {
  display: none !important;
}
.single-attraktion h1 {
  font-family: "Bjola", sans-serif;
  font-size: clamp(2.5em, 5vw, 4em);
  letter-spacing: 2.1px;
  color: var(--yellow);
}
.single-attraktion .header h3 {
  color: white;
  font-size: 2.4rem;
  letter-spacing: initial;
  margin-top: 20px;
}
.single-attraktion .elementor:not(.elementor-location-footer) :is(p, ul) {
  font-size: 18px;
  color: var(--dark-blue);
}

/* Properties wrapper */
.properties-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 15px;
}

.details-toggle {
  background-color: var(--light-blue);
  border-radius: 10px;
  padding: 20px;
  border: 3px solid var(--dark-blue);
}
.details-toggle:not(:first-child) {
  margin-top: 20px;
}
.details-toggle h4.details-title {
  color: var(--yellow);
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .details-toggle h4.details-title {
    font-size: 2.5rem;
  }
}
.details-toggle .details-title i {
  float: right;
  font-size: 18px;
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}
.details-toggle.closed .details-title i {
  transform: rotate(0deg);
}
.details-toggle .details-content {
  display: none;
  padding: 20px 0;
}

.info-item {
  display: flex;
  align-items: center;
}
.info-item .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-item .icon svg {
  width: 100%;
  height: 100%;
}
.info-item svg > :is(path, circle) {
  stroke: var(--yellow);
}
.info-item .content {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.info-item .content h5 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: initial;
  color: white;
}
.info-item .content span {
  color: white;
  line-height: 1.3;
  font-size: 14px;
  opacity: 0.8;
}

/* Gallery Slider */
.attraktion-gallery .swiper-slide {
  padding: 20px;
}
.attraktion-gallery .swiper-slide figure {
  overflow: hidden;
  border-radius: 10px;
  border: 4px solid var(--dark-blue);
}

.swiper-pagination.swiper-pagination-bullets {
  transform: translateY(-15px);
}

.swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  transform: translateY(4px);
  background-color: var(--dark-blue);
}

/* Archive Page */
.post-type-archive-attraktion :is(.page-header, #top-bar-wrap) {
  display: none;
}

ul.attraktionen-filter {
  list-style-type: none;
  padding-left: 0;
  color: var(--dark-blue);
  margin: 0;
}
ul.attraktionen-filter li {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 16px;
  margin-bottom: 10px;
  border-radius: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  user-select: none;
  background-color: white;
}
ul.attraktionen-filter li.selected {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: white;
}
ul.attraktionen-filter li:hover {
  box-shadow: 0 0 0 2px rgba(0, 64, 118, 0.2);
}

.attraktionen-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  min-height: 400px;
}
.attraktionen-wrapper.error {
  grid-template-columns: 1fr;
  color: var(--dark-blue);
}
.attraktionen-wrapper .attraktion {
  border: 5px solid var(--light-blue);
  background-color: var(--dark-blue);
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  user-select: none;
}
.attraktionen-wrapper .attraktion:hover {
  transform: translateY(-3px);
}
.attraktionen-wrapper .attraktion-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 980px) {
  .attraktionen-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .attraktionen-wrapper {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin: 0 auto;
  }
  .attraktionen-wrapper .termin-date-time {
    flex-direction: row;
    column-gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  .attraktionen-wrapper .attraktion-image img {
    height: 120px;
  }
}

.attraktion-info {
  padding: 20px;
}

.attraktion h3.attraktion-title {
  font-size: 1.5em !important;
  color: white;
}
@media screen and (max-width: 479px) {
  .attraktion h3.attraktion-title {
    font-size: 1.3em !important;
  }
}
.attraktion .button {
  background-color: var(--yellow);
  color: white;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: initial;
}

/* Skeleton Loader */
.skeleton {
  --skeleton-color: #dedede;
  border: 5px solid var(--skeleton-color);
  border-radius: 30px;
  overflow: hidden;
}

.skeleton-image {
  height: 200px;
  width: 100%;
  background-color: var(--skeleton-color);
}

.skeleton-info {
  padding: 20px;
}

.skeleton-headline {
  height: 40px;
  width: 80%;
  background-color: var(--skeleton-color);
  margin-bottom: 20px;
}

.skeleton-button {
  border-radius: 30px;
  background-color: var(--skeleton-color);
  height: 40px;
  width: 60%;
  margin-top: 10px;
}

body.page-id-4873 main h2 {
  font-size: 3rem !important;
}
body.page-id-4873 main h3 {
  font-size: 1.6rem !important;
}
body.page-id-4873 .gform_submission_error,
body.page-id-4873 .validation_message {
  font-size: 1.6rem !important;
}
body.page-id-4873 .gform_wrapper {
  font-family: "Lato", Sans-serif !important;
}
body.page-id-4873 .gform_wrapper .gform_fields {
  row-gap: 2rem !important;
}
body.page-id-4873 .gform_wrapper ::placeholder {
  opacity: 0.5 !important;
  font-size: 1.6rem !important;
  color: var(--e-global-color-primary) !important;
}
body.page-id-4873 .gform_wrapper label,
body.page-id-4873 .gform_wrapper p,
body.page-id-4873 .gform_wrapper legend {
  color: var(--e-global-color-primary) !important;
  font-size: 1.6rem !important;
}
body.page-id-4873 .gform_wrapper textarea,
body.page-id-4873 .gform_wrapper input {
  box-shadow: none !important;
  border-color: var(--e-global-color-primary) !important;
}
body.page-id-4873
  .gform_wrapper
  textarea:not([type="checkbox"])
  :not([type="submit"]),
body.page-id-4873
  .gform_wrapper
  input:not([type="checkbox"])
  :not([type="submit"]) {
  border-radius: 0.5rem !important;
}
body.page-id-4873 .gform_wrapper input[type="checkbox"]::before {
  color: var(--e-global-color-primary) !important;
}
body.page-id-4873 .gform_wrapper .gform_button {
  background-color: var(--e-global-color-accent) !important;
  font-family: "Lato", Sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  color: var(--e-global-color-text) !important;
  border-radius: 5rem !important;
  padding: 1.5rem 3.5rem !important;
  border: none !important;
}
body.page-id-4873 .gform_wrapper .gform_button:hover {
  background-color: var(--e-global-color-secondary) !important;
  color: var(--e-global-color-text) !important;
  border-radius: 1rem !important;
}

.px_limit_left {
  padding-left: max(0px, (100vw - var(--content-width)) / 2);
}

.px_limit_right {
  padding-right: max(0px, (100vw - var(--content-width)) / 2);
}

.px_br {
  overflow: hidden;
  border-radius: var(--px-radius-lg);
}

.px_br_only {
  border-radius: var(--px-radius-lg);
}

.px_no_pointer {
  pointer-events: none;
}

.px_oh {
  overflow: hidden;
}

.px_gap {
  gap: 3rem;
}

.px_relative {
  position: relative;
}

.px_relative_inner .e-con-inner {
  position: relative;
}

.px_uppercase,
.px_uppercase * {
  text-transform: uppercase;
}

.px_no_margin,
.px_no_margin * {
  margin: 0;
}

.px_underline {
  text-decoration: underline;
}

.px_extra_bold * {
  font-weight: 800;
}

.px_bold * {
  font-weight: 700;
}

#scroll-top {
  border: 4px solid var(--e-global-color-secondary) !important;
  z-index: 99999 !important;
}

@media (min-width: 102.5rem) {
  .px_block.px_desktop {
    display: block;
  }
}

@media (min-width: 76.8rem) and (max-width: 102.48rem) {
  .px_block.px_tablet {
    display: block;
  }
}

.px_pt {
  padding-top: 4rem;
}
@media (min-width: 76.8rem) {
  .px_pt {
    padding-top: 6rem;
  }
}
@media (min-width: 102.5rem) {
  .px_pt {
    padding-top: 8rem;
  }
}

.px_pt_s {
  padding-top: 2rem;
}
@media (min-width: 76.8rem) {
  .px_pt_s {
    padding-top: 3rem;
  }
}
@media (min-width: 102.5rem) {
  .px_pt_s {
    padding-top: 4rem;
  }
}

.px_pb {
  padding-bottom: 4rem;
}
@media (min-width: 76.8rem) {
  .px_pb {
    padding-bottom: 6rem;
  }
}
@media (min-width: 102.5rem) {
  .px_pb {
    padding-bottom: 8rem;
  }
}

.px_pb_s {
  padding-bottom: 2rem;
}
@media (min-width: 76.8rem) {
  .px_pb_s {
    padding-bottom: 3rem;
  }
}
@media (min-width: 102.5rem) {
  .px_pb_s {
    padding-bottom: 4rem;
  }
}

.px_py {
  padding-top: 4rem;
}
@media (min-width: 76.8rem) {
  .px_py {
    padding-top: 6rem;
  }
}
@media (min-width: 102.5rem) {
  .px_py {
    padding-top: 8rem;
  }
}
.px_py {
  padding-bottom: 4rem;
}
@media (min-width: 76.8rem) {
  .px_py {
    padding-bottom: 6rem;
  }
}
@media (min-width: 102.5rem) {
  .px_py {
    padding-bottom: 8rem;
  }
}

.px_py_s {
  padding-top: 2rem;
}
@media (min-width: 76.8rem) {
  .px_py_s {
    padding-top: 3rem;
  }
}
@media (min-width: 102.5rem) {
  .px_py_s {
    padding-top: 4rem;
  }
}
.px_py_s {
  padding-bottom: 2rem;
}
@media (min-width: 76.8rem) {
  .px_py_s {
    padding-bottom: 3rem;
  }
}
@media (min-width: 102.5rem) {
  .px_py_s {
    padding-bottom: 4rem;
  }
}

/*# sourceMappingURL=style.css.map */
