/*
************************************************************
Styles:     flix//theme
Copyright:  (c) sinntun.codes
************************************************************
*/

@media screen and (max-width: 480px){

   .col{
      width: 100% !important;
      margin-left: 0px !important;
   }

   .col1{
      margin-top: 0px;
   }

   .pageelement-infos{
      height: auto;
      overflow: hidden;
   }
   .info{
      width: 100% !important;
      height: auto !important;
      padding: 30px 0 20px 0 !important;

   }
   .info .headline-h2{
      padding-top: 0px !important;
   }


   #galerie{
      height: auto;
      overflow: hidden;
      width: 100%;
   }

   .pageelement-galerie .galerie{
      width: 100vw;
      height: 100vw;
      background-size: cover;
      max-height: 100vw;
   }



   .mobile-menu{
      padding: 50px 0px 0px 25px;
      text-align: start;

   }

   /* Offset for back-to-top button */
   .pageelement-footer {
      padding-bottom: 75px;
   }

}
/*
************************************************************
*/

@media screen and (max-width: 760px){
   html {
      hyphens: auto;
   }

   .pageelement-text-image-list .box{
      width: 100%;

   }
   .pageelement-text-image-list .text{
      height: auto;
   }
   .pageelement-text-image-list .background-box {

   }
   .pageelement-text-image-list .text {
      padding-left: 25px;
      padding-right: 25px;
      width: auto;
      padding-bottom: 35px;
   }

   .pageelement-text-image{
      height: auto;
   }
   .text-image-text{
      height: auto;
      padding-bottom: 50px !important;
      padding-left: 25px;
      padding-right: 25px;
   }
   .text-image-left{
      width: 100%;
      height: auto;
   }
   .text-image-right{
      display: none;
   }





   .pageelement-text-image{
      height: auto;
   }
   .text-image-text{
      height: auto;
      padding-bottom: 50px !important;
      padding-left: 25px;
      padding-right: 25px;
   }

   .text-image-main .left-column, .text-image-main .right-column{
      display: none;
   }
   .text-image-main .left-column.text, .text-image-main .right-column.text{
      width: 100%;
      height: auto;
      display: block;
   }
   .text-image-right{
      display: none;
   }



   .pageelement-image-text-3col{
      height: auto;
      overflow: hidden;
   }

   .image-text-3col{
      width: auto !important;
      margin: auto !important;
   }
   .col{
      width: 100% !important;
      margin-left: initial !important;
   }
   .col:not(:last-child) {
      margin-bottom: 35px;
   }



   .pageelement-contact-form .contact_form {
      width: 90% !important;
      margin-left: 5%;
      margin-right: 5%;
   }


   .pageelement-footer{
      height: auto;
      overflow: hidden;
   }
   .aside-canvas{
      width: 80%;
      padding: 50px 10% 0px 10%;
      text-align: center;
      height: auto;
   }
   .content-canvas{
      width: 80%;
      padding: 50px 10% 0px 10%;
      text-align: center;
      height: auto;
   }
   .info-canvas{
      width: 80%;
      padding: 50px 10% 50px 10%;
      text-align: center;
      height: auto;
   }

   .pageelement-text .text,
   .text-image-main .left-column .text,
   .text-image-main .right-column .text {
      height: auto;
      width: auto;
      padding: 50px 25px;
      font-family: 'Open Sans';
   }


   .head_text .head_h1{
      font-size: 45px;
   }

   #content-canvas{
      width: 100% !important;
   }

   h1 {
      font-size: 65px;
   }

   .text-image-main .headline,
   .pageelement-text .headline-h2 {
      font-size: 50px !important;
   }

   .pageelement-image-text-3col .headline-text {
      font-size: 40px !important;
   }

   h1,
   .text-image-main .headline {
      line-height: initial;
   }

   #headline {
      padding-left: 35px;
   }

   .booking-calendar-main {
      padding-left: 40px;
   }

   .editor-field-info {
      margin-left: initial;
   }

}

/*
************************************************************
*/

@media screen and (max-width: 1024px){
   #page-canvas{
      max-width: 1024px;
      width: 100%;
   }

   .booking-button{
      left: 0px;
      right: auto;
   }

   .nav1{
      display: none;
   }


   .menu-button{
      height: 27px;
      width: 40px;
      float: right;
      margin-top: 16px;
      margin-right: 25px;
      cursor: pointer;
   }
   .menu-button .menu-line{
      background-color: #161616;
      width: 80%;
      height: 4px;
      border-radius: 3px;
      transition: ease-in 0.2s;
      margin: 5px auto;
   }



   /*-----------Contact-------------*/

   .pageelement-contact-form .contact_form{
      width: 90%;
      margin: auto 5%;
   }




   /*------------text-image----------------*/
   .pageelement-text-image .text-image-text{
      padding: 50px 10% 25px;
   }
   .pageelement-text-image .text-p{
      font-size: 14px !important;
   }

   /*------------image-text-3col----------------*/
   .pageelement-image-text-3col {

   }
   .pageelement-image-text-3col .headline-h2{
      font-size: 25px;
   }
   .pageelement-image-text-3col .text-p{
      font-size: 14px;
   }

   /*------------image list----------------*/
   .pageelement-text-image-list .text .text-p{
      font-size: 13px;
      padding: 20px 30px 50px !important;

   }

   .defaultform{
      width: 100% !important;
   }

   .form-row{
      width: 100% !important;
   }

   .form-row #email{
      float: none;
   }

   .contactform textarea{
      width:calc(80% - 50px);
      margin: 0px 10%;
   }
   .contactform .nachricht{
      width: 100% !important;
   }
}