/*
************************************************************
Styles:     flix//theme
Project:    flix-Base - Main CSS
Copyright:  (c) 202 interaktiv manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/

@media only screen and (max-width: 320px) {

    #start-overlayButton {
        right:120px;
    }
    
    h1 {
      font-size: 22px;
      line-height: 30px;
   }
   .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;
   }
    .contactform-central .form-row input {
       width: 290px;
       margin-left: 0px;
   }
   .contactform {
      width: 300px;
   }
   .contactform-central .form-row {
      margin-top: 0;
      margin-bottom: 10px;
      position: relative;
      width: 270px;
   }

   .button-submit {
      width: 220px;
   }
   .contactform-central .form-row .column-right input {
       max-width: 75px;
       float: left;
   }
   
   .contactform-central .form-row .tooltip {
       right: 0px !important;
   }
   
   .breadcrumb-link span {
       font-size: 10px;
       color: #707070;
   }
   
   .form-row input[type="text"], .form-row input[type="password"] {
    width: 270px;
    margin-left: 0px;
   }
   .plz-ort-input-wrapper {
    width: 270px;
   }
   
   #form-upload-container {
    width: 270px;
   }
   
   #query_period {
    width: 270px;    
   }
   .box-map-start form {
       position: relative;
       margin-top: -45px;
   }
   .teaser-full-width .text-top {
    top: 0px;
    left: 25px;
   }
   
   .teaser-orange .box a h2 {
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 55px;
   }
   .box-map-start .map-search-container h2 {
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    font-family: "Open Sans Regular";
    margin-bottom: 90px;
   }
   
   .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: 450px;
    background: #E4E4E4;
    margin-bottom: 30px;
}
}
