/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* DISABLE SCROLL-X */
body,
#content,
.page-content {
    overflow-x: hidden;
}
.elementor-location-single {
    overflow-x: hidden !important;
}
/**/
/* LIST STYLE */
ul {
    padding-left: 20px;
  }
/**/
/* HEADER ON SCROLL */
.headerOnScroll {
    top: -80px !important;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.headerOnScroll.tinyHead {
    top: 0px !important;
        opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/**/
/* DISABLE BOX-SHADOW */
.ha-card > .elementor-widget-container {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/**/



/* BUCHUNGSMASKE */
  .smallsearchAnfrage {
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.eb_smallsearch {
    width: auto;
}
.smallsearchForm {
    width: auto;
    display: flex;
}
.eb_smallsearch select {
    background-color: #FFF;
    border: 1px solid #CCC;
    height: 30px;
    padding: 7px 6px;
    width: 60px;
    float: right
}
.eb_smallsearch .adults .label,
.eb_smallsearch .children .label {
    color: #666;
    line-height: 30px;
    padding-right: 10px
}
.eb_smallsearch .adults,
.eb_smallsearch .children {
    margin: 5px 20px 0 0
}
.eb_smallsearch h3 {
    width: auto;
}
.eb_smallsearch .arrival,
.eb_smallsearch .departure {
    min-width: unset;
    float: left;
    margin-right: 30px;
    width: 300px;
}
.eb_smallsearch .arrival input,
.eb_smallsearch .departure input {
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ADB0B2;
    height: 38px;
    line-height: 1em;
    padding-left: 15px;
    padding-top: 5px;
    width: 100%;
    margin: 0px 0;
    z-index: 99;
    border: none;
    border-radius: 0px;
}
.eb_smallsearch .search {
    margin-left: 30px;
}
.eb_smallsearch form div.search .sendButton {
    background: none repeat scroll 0 0 #FFF;
    border: 2px solid #FFF;
    border-radius: 0 0 0 0;
    color: #F6A313;
    cursor: pointer;
    float: unset;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    margin: 0px 0;
    padding: 8px 34px 5px 34px;
    margin-right: 15px;
}
.eb_smallsearch form div.search .sendButton.invert {
    background: transparent;
    color: #FFF;
}
.eb_smallsearch form div.search .sendButton:hover {
    color: #FFF;
    background: transparent;
    border: 2px solid #FFF;
}
.eb_smallsearch form div.search .sendButton.invert:hover {
    background: #FFF;
    color: #F6A313;
}
.eb_smallsearch h3 {
    color: #666;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-top: 8px;
    text-transform: uppercase;
}
.eb_smallsearch .datepicker {
    background: url(../hello-theme-child-master/img/datepicker.png) no-repeat scroll right 4px top 8px #FFF;
    background-size: 30px 27px;
    border: 0 none;
}
#ui-datepicker-div {
    font-size: 16px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .eb_smallsearch .arrival, .eb_smallsearch .departure {
        width: 260px;
    }
    
}
@media (min-width: 881px) and (max-width: 1023px) {
    .eb_smallsearch .arrival, .eb_smallsearch .departure {
        width: 220px;
        margin-right: 10px;
    }
    .eb_smallsearch form div.search .sendButton {
        margin-right: 5px;
      }
}
@media screen and (max-width: 880px) {
    .eb_smallsearch .arrival,
    .eb_smallsearch .departure {
        width: 100%;
        margin-bottom: 10px;
    }
    .eb_smallsearch form div.search .sendButton {
        width: 30%;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
      }
    .eb_smallsearch {
        margin-left: 0px;
    }
    .eb_smallsearch .search {
        margin-left: 0px;
        text-align: center;
    }
    .eb_smallsearch .departure {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 879px) {
    .smallsearchForm {
        display: block;
    }
    .eb_smallsearch form div.search .sendButton {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .eb_smallsearch .arrival, 
    .eb_smallsearch .departure {
        min-width: unset;
        float: initial;
        margin: 0 auto;
        margin-bottom: 5px;
      }
      .eb_smallsearch .departure {
          margin-bottom: 20px;
        }
      .eb_smallsearch form div.search .sendButton {
        margin-left: 0px;
      }
}
