/*!
HEADER.CSS for header styles
*/


/* Startseite */

#falke-ratio-fullwidth{
  width: 100%;
  height: 100vh;
  float: left;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-around;
  flex-wrap: nowrap;
}

.falke-ratio-left-content{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 35rem !important;
  width: calc(100% - 6rem);
  margin: auto;

}

#falke-ratio-left{
  padding-top: 40px;
}

.falke-ratio-left-logo img{
  width: 100px;
  height: auto;
}

#falke-ratio-left h1{
  color: var( --e-global-color-secondary );
}

#falke-ratio-left h2{
  color: var( --e-global-color-primary );
}

.falke-ratio-horizontal{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* overflow: hidden; */
}


.falke-ratio-vertical{
  display: flex;
  position: relative;
  width: 100%;
  height: 50%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}


#falke-ratio-right-top-right, #falke-ratio-right-bottom-right, #falke-ratio-left{
  width: 38.2%;
}

#falke-ratio-right-top-left, #falke-ratio-right-bottom-left, #falke-ratio-right{
  width: 61.8%;
}

#falke-ratio-right a, #falke-ratio-right a:hover{
  text-decoration: none !important;
}

#falke-ratio-right-top-left-bottom{
  background-color: var( --e-global-color-987eacc);
}

#falke-ratio-right-top-left-top, #falke-ratio-right-bottom-left-top, #falke-ratio-right-bottom-right{
  background-color: var( --e-global-color-primary );
}

#falke-ratio-right-bottom-left-bottom, #falke-ratio-right-top-right{
  background-color: var( --e-global-color-secondary );
}

#falke-ratio-right-top-right, #falke-ratio-right-bottom-right{
  border-left: 8px solid white;
  justify-content: space-between;
}

.falke-text-container{
  /* width: 61.8%; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.falke-text-container-vertical{
  padding: 40px 20px;
}

.falke-text-container h3, .falke-text-container-vertical h3{
  margin: 0px 0px 5px 0px;
  font-size: 1.6em;
}

.falke-text-container-vertical p, .falke-text-container p{
  color: white;
  text-transform: uppercase;
  margin: 0px;
  font-weight: bold;
  hyphens: auto;
  /*hyphens: none; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; */
}

.falke-ratio-left-headings h1{
  margin: 0;
}

.falke-ratio-left-headings h2{
  margin: 10px 0px;
}

.falke-image-container{
  height: 100%;
}

.falke-image-container-vertical{
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
}

.falke-arrow-to-bottom{
  margin-bottom: 50px;
}

.falke-arrow-to-bottom img{
  width: 100px;
}

.falke-sidenav{
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.falke-sidenav-container{
  z-index: 99;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.falke-sidenav-container [href="#openmenu"] img{
  width: 25px;
}

.falke-sidenav img{
  width: 20px;
}

.falke-google-bewertung{
  transform: rotate(90deg);
  display: flex;
  flex-direction: row;
  margin-bottom: 160px;
}

.falke-google-bewertung p{
  hyphens: none;
  white-space: nowrap;
  margin-right: 18px;
  color: var( --e-global-color-secondary );
  font-weight: bold;
}

.falke-google-bewertung .elementor-star-rating{
  display: flex;
  flex-direction: row;
}

.falke-google-bewertung .elementor-525{
  margin: auto;
}

.nowrap{
  white-space: nowrap;
}


@media only screen and (max-width: 1200px) {
  #falke-ratio-right-top, #falke-ratio-right-bottom{
    flex-wrap: wrap;
  }
  #falke-ratio-right-top-left, #falke-ratio-right-bottom-left{
    width: 100%;
  }
  #falke-ratio-right-top-right, #falke-ratio-right-bottom-right{
    flex-direction: row;
  }
  #falke-ratio-right-top-left, #falke-ratio-right-bottom-left{
    height: 66.6%;
  }
  #falke-ratio-right-top-right, #falke-ratio-right-bottom-right{
    height: 33.3%;
    width: 100%;
  }
  #falke-ratio-right-top-right, #falke-ratio-right-bottom-right{
    border-left: none !important;
    border-top: 8px solid white;
  }
  .falke-image-container-vertical{
    width: 100% !important;
    height: 100%;
    aspect-ratio: 1 / 1 !important;
  }
}

@media only screen and (max-width: 980px) {
  #falke-ratio-fullwidth{
    flex-wrap: wrap;
    min-height: 100vh;
    height: unset;
  }
  #falke-ratio-left, #falke-ratio-right{
    width: 100%;
  }
  .falke-image-container, .falke-image-container-vertical{
    min-height: 160px;
    max-height: 200px;
  }
  .falke-ratio-left-headings{
    margin: 30px 0px;
  }
  .falke-arrow-to-bottom img{
    width: 70px;
  }
  /* responsive menu */
  .falke-sidenav{
    order: 1;
    width: 100%;
  }
  #falke-ratio-left{
    order: 2;
    margin-top: -68px;
  }
  #falke-ratio-right{
    order: 3;
  }
  #falke-ratio-right-bottom-left-top .falke-text-container{
    order: 2;
  }
  #falke-ratio-right-bottom-left-top .falke-image-container{
    order: 1;
  }
  .falke-sidenav-container [href="#openmenu"]{
    order: 4;
  }
  .falke-google-bewertung{
    transform: none;
    margin-bottom: 0;
    flex-direction: column;
  }
  .falke-sidenav-container{
    margin-left: auto;
    width: 225px;
    order: 2;
    height: 60px;
    padding-right: 20px;
    padding-top: 20px;
    flex-direction: row;
  }
  .falke-google-bewertung{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: var( --e-global-color-secondary );
  }
  .falke-google-bewertung p{
    float: left;
    color: white;
  }
  .falke-google-bewertung div{
    display: flex;
    margin: 0 !important;
  }
  .falke-hauptseite-section .elementor-widget-wrap{
    background: none !important;
  }
  .falke-hauptseite-section [data-id="1ccd080"]{
    background-color: white;
  }
}

@media only screen and (max-width: 767px) {
  .falke-kontaktformular{
    padding: 10px 30px 1px 30px;
  }
  #falke-prefooter .elementor-icon-box-content p{
    margin: 0;
  }
  #falke-prefooter .elementor-widget-heading p{
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .falke-ratio-left-content{
    width: calc(100% - 20px);
  }
  .falke-text-container, .falke-text-container-vertical{
    padding: 25px 10px;
  }
  .falke-text-shadow{
    text-shadow: 1px 1px 2px #498d77, 1px -1px 2px #498d77, -1px 1px 2px #498d77, -1px -1px 2px #498d77;
  }
  .falke-text-container h3, .falke-text-container-vertical h3{
    font-size: 1.4em !important;
  }
  #falke-ratio-right-bottom-right{
    border: none;
  }
}


@media only screen and (max-width: 390px) {
  .falke-sidenav-container{
    width: 170px;
  }
}
