/*
  Theme Name:     Zeewind Sandepark Child 2
  Theme URI:      http://childtheme-generator.com/
  Description:    Zeewind Sandepark Child is a child theme of Zeewind Sandepark, created by ChildTheme-Generator.com
  Author:         Max Messingfeld
  Template:       hello-elementor
  Version:        1.0.0
  Text Domain:    zeewind-child


/*
    Add your custom styles here
*/
/**************** IMPORTS *******************************************************/
input, select, textarea {
  transition: 0.3s ease-in-out;
}
input:focus, select:focus, textarea:focus {
  background-color: #fffaeb !important;
  border-color: rgb(255, 200, 5) !important;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=month], input[type=time], input[type=datetime], input[type=datetime-local], input[type=week], input[type=number], input[type=search], input[type=tel], input[type=color], textarea {
  padding: 0.8rem 1.5rem;
}

input[type=submit] {
  padding: 1.1rem 1.8rem;
  border: 1px solid #cd2653;
  transition: 0.3s ease-in-out;
}
input[type=submit]:hover {
  background-color: white;
  color: #cd2653;
  border: 1px solid #cd2653;
  text-decoration: none;
}

input[type=search]:focus {
  outline: thin solid;
  outline-offset: -10px;
}
input[type=search]::selection {
  background: #fff;
  color: #336699;
}
input[type=search]::-moz-selection {
  background: #fff;
  color: #336699;
}

/**************** GENERAL *******************************************************/
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
  body {
    margin-top: 110px;
  }
}

body, p, .entry-content {
  font-family: "Roboto", sans-serif;
}

.anchor {
  margin-top: -130px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.mobile-only.flex {
  display: flex !important;
}
.mobile-only:not(.flex) {
  display: block !important;
}
@media only screen and (min-width: 1200px) {
  .mobile-only {
    display: none !important;
  }
  .mobile-only.flex {
    display: none !important;
  }
}

.no-mobile {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .no-mobile.flex {
    display: flex !important;
  }
  .no-mobile:not(.flex) {
    display: block !important;
  }
}

#overlay {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1001; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #cd2653;
  opacity: 0.6;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/**************** NAVIGATION ****************************************************/
#mySidenav.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1002; /* Stay on top */
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  clip-path: inset(0px -15px 0px 0px);
  /* Position and style the close button (top right corner) */
}
#mySidenav.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#mySidenav.sidenav ul.menu {
  display: flex;
  flex-direction: column;
}

.site-header {
  padding-top: 0;
  padding-bottom: 0;
  height: 110px;
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.site-header .site-header-inner {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 576px) {
  .site-header .site-header-inner {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .site-header .site-header-inner {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .site-header .site-header-inner {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .site-header .site-header-inner {
    max-width: 960px;
  }
}
.site-header .site-header-inner .site-branding {
  flex-grow: 2;
}
.site-header .site-header-inner .site-navigation {
  display: none;
}
@media only screen and (min-width: 769px) {
  .site-header .site-header-inner .site-navigation {
    display: flex;
  }
}
.site-header .site-header-inner .openbtn {
  align-content: center;
}
.site-header .site-header-inner .openbtn > i:hover {
  cursor: pointer;
}

@media (max-width: 782px) {
  .admin-bar #site-header.sticky {
    top: 46px;
  }
  .sticky + #site-content {
    padding-top: 100px;
  }
}
@media (max-width: 782px) {
  .admin-bar .sticky + #site-content {
    padding-top: 159px;
  }
}
/**************** INDEX *********************************************************/
#site-header-img {
  height: calc(100vh - 110px);
}
#site-header-img > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#site-header-img #img-overlay {
  background-color: rgba(205, 38, 83, 0.8);
  color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/** Beschreibung **/
.feature-list ul {
  display: flex;
}
.amenities-wrapper {
  margin-top: 3rem;
}
.amenities-wrapper .amenities .amenities__heading {
  margin: unset;
  font-weight: 700;
  line-height: 1.6;
  font-size: 2.7rem;
}
.amenities-wrapper .amenities .amenities__description {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  color: #757575;
  margin-bottom: 10px;
  margin-top: -6px;
}
.amenities-wrapper .amenities .amenities-list {
  margin: unset;
}
.amenities-wrapper .amenities .amenities-list .amenities-list__item {
  margin: 0rem 0 0 2rem;
  line-height: 1.25;
}

/** END BESCHREIBUNG **/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/**************** KONTAKT *******************************************************/
/**************** BUCHUNG *******************************************************/
.datepick-inline {
  border: none !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
.datepick-inline a, .datepick-inline span {
  text-shadow: none !important;
}
.datepick-inline .calendar-links {
  background: -moz-linear-gradient(top, #fff, #fcfcfc) !important;
  font-size: unset !important;
  margin-bottom: -1.6em !important;
}
.datepick-inline .calendar-links .datepick-prev {
  padding-left: 2% !important;
}
.datepick-inline .calendar-links .datepick-next {
  padding-right: 2% !important;
}
.datepick-inline .calendar-links .datepick-prev a, .datepick-inline .calendar-links .datepick-next a {
  font-size: 3em !important;
  color: #336699 !important;
  text-shadow: none !important;
}
.datepick-inline .calendar-links .datepick-one-month {
  margin-top: -0.55em !important;
}
.datepick-inline .calendar-links .datepick-one-month .datepick-header {
  color: #336699;
  text-shadow: none;
  padding-bottom: 1.39em !important;
}
.datepick-inline .calendar-links .datepick-one-month span {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 48rem) {
  .datepick-inline .wpbc_booking_form_structure .wpbc_structure_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .datepick-inline .wpbc_booking_form_structure .form-group:last-of-type {
    align-self: end;
    width: 100%;
  }
  .datepick-inline .wpbc_booking_form_structure .form-group:last-of-type button {
    background-color: rgb(255, 200, 5);
    color: #336699;
    text-shadow: none;
    width: 100%;
    transition: 0.3s ease-in-out;
  }
  .datepick-inline .wpbc_booking_form_structure .form-group:last-of-type button:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .datepick-inline .wpbc_booking_form_structure:nth-last-of-type(3) {
    width: 100%;
  }
  .datepick-inline .wpbc_booking_form_structure:nth-last-of-type(3) textarea {
    width: 100%;
  }
}

/**************** FOOTER ********************************************************/
.footer-menu li a {
  color: #336699;
}

/**************** COMPLIANCE ****************************************************/
.cc-btn.cc-save {
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
.cc-btn.cc-save:hover {
  text-decoration: none !important;
  background-color: rgb(255, 200, 5) !important;
  color: black !important;
}

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