/*
************************************************************
Styles:     flix//theme
Project:    flix-Base - Main CSS
Copyright:  (c) 2022 interaktiv manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/
@media only screen and (max-width: 480px) {
    
   h1 {
    font-size: 25px;
    line-height: 32px;
}
   
   #start-overlayButton {
        right:115px;
    }
    
    .select2-container--default .select2-results > .select2-results__options {
        background-color: #fff;
    }

    .teaser-full-width .text * {
        font-size: 18px;
    }
    .teaser-full-width .text-top {
        top:25px;
        left:50px;
    }
    
    .contactform-central .form-row input {
       width: 380px;
   }
   .contactform-central .form-row {
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    width: 380px;
   }

   .button-submit {
      width: 390px;
   }
   
   .breadcrumb-link span {
       font-size: 10px;
       color: #707070;
   }
   
   .form-row input[type="text"], .form-row input[type="password"] {
    width: 390px;
   }
   .plz-ort-input-wrapper {
    width: 380px;
   }
   
   #form-upload-container {
    width: 380px;
   }
   
   #query_period {
    width: 380px;    
   }
   .place-info .row .column-address .wrapper {
    width: 100%;
    margin-bottom: 20px;
   }
   
   .jobs-detail .person-container .content-container {
    padding: 10px;        
    width: auto;
    overflow: hidden;
    padding-left: 35px;
    height: 415px;
    background: #E4E4E4;
    margin-bottom: 30px;
   }

    .teaser-start-main .foreground h2 {
        font-size: 22px;
    }
}


@media only screen and (max-width: 520px) {
    .select2-container--default .select2-results > .select2-results__options {
        background-color: #fff;
    }

    .teaser-full-width .text * {
        font-size: 18px;
    }
    .teaser-full-width .text-top {
        top:25px;
        left:50px;
    }

}



@media only screen and (max-width: 420px) {
    
   h1 {
    font-size: 20px;
    line-height: 24px;
   }
   
   .house-item-content {
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #9A9A9A;
    position: relative;
   }
   
   .house-item-header {
    background: #777777;
    color: #fff;
    line-height: 44px;
    font-size: 20px;
    padding-left: 15px;
    cursor: pointer;
   }
   .select2-container--default .select2-results > .select2-results__options {
        background-color: #fff;
    }
    .teaser-full-width .text * {
        font-size: 16px;
    }
    .teaser-full-width .text-top {
        top:15px;
        left:40px;
    }
   .contactform-central .form-row input {
       width: 275px;
   }
   
   .contactform {
       width: 100%;
   }
   .contactform-central .form-row {
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    width: 330px;
   }

   .button-submit {
      width: 275px;
   }
   
   .breadcrumb-link span {
       font-size: 10px;
       color: #707070;
   }
   
   .form-row input[type="text"], .form-row input[type="password"] {
    width: 275px;
    margin-left: 0;
   }
   .plz-ort-input-wrapper {
    width: 275px;
   }
   
   #form-upload-container {
    width: 275px;
   }
   
   #query_period {
    width: 275px;    
   }
   .contactform-central .form-row .column-right input {
    float: left;
   }

   .box-map-start form {
       position: relative;
       margin-top: -40px;
   }
   .box-map-start .map-search-container h2 {
    font-size: 26px;
    line-height: 42px;
    color: #fff;
    font-family: "Open Sans Regular";
    margin-bottom: 90px;
   }
   .teaser-full-width .text p {
    line-height: 30px;
   }
   .teaser-full-width .text * {
    font-size: 14px;
   }
   .teaser-orange .box a h2 {
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 55px;
   }
   .place-info .row .column-address .wrapper {
    width: 100%;
    margin-bottom: 20px;
   }
}

@media only screen and (max-width: 380px) {
    .teaser-start-main .foreground h2 {
        font-size: 20px;
    }

    .kachel {
        width: 300px;
        height: 300px;
    }

    #start-overlayButton {
        top: 63px;
        font-size: 42px;
    }
}