@media only screen and (min-width: 1025px){
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('../fonts/roboto-condensed-v25-latin-300.woff2'),
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'),
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff');
}
   html,body{
 
       font-size: 28px;
       color: #000000;
       margin: 0;
       padding: 0;
       background-color: #FFFFFF;
       min-height: 100%;
   }
   h1,h2{
       font-size: 36px;
       color: #000000;
   }
   h2,h3{
       font-size: 32px;
       color: #000000;
   }
   h5,h6{
       font-size: 30px;
       color: #000000;
   }
   p{
       font-size: 28px;
       color: #000000;
    }
   a{
       font-size: 28px;
       text-decoration: none;
       color: #6E6E6E;
       cursor: pointer;
   }
   a:hover{
       text-decoration: none;
       color: #292929;
       cursor: pointer;
   }
   .wrapper{
       position: relative;
       width: 100%;
       margin: 0 auto;
       min-height: 100%;
   }
   .banner{
       position: relative;
       width: 100%;
       height: 140px;
       background-color: #FFFFFF;
       margin-top: 45px;
       float: none;
   }
   .banner_text{
       position: absolute;
       top: 10px;
       width: 100%;
       margin: 0 auto;
       text-align: center;
       z-index: 1000;
   }
   .banner_image{
       width: 100%;
   }
   .logo{
       position: relative;
       top: 0px;
       left: 0;
       width: 100%;
       height: 140px;
   }
   #logo{
       position: absolute;
       top: 10px;
       right: 30px;
       max-width: 200px;
       height: auto;
       z-index: 1000;
   }
   .content{
       position: relative;
       width: 100%;
       max-width: 70%;
       height: 100%;
       margin: 0 auto;
   }
   .footer{
       position: relative;
       width: 100%;
       max-width: 70%;
       margin: 0 auto ;
       border-top : solid 2px #D0D0D0 ;
       min-height: 150px;
       height: auto;
   }
   .footer_left p{
       width: 20%;
       position: absolute;
       top: 0;
       left: 0;
       float: left;
       font-size: 18px;
       margin-right: 20px;
   }
   .footer_right p{
       width: 20%;
       float: left;
       font-size: 18px;
       position: absolute;
       top: 0;
       left: 25%;
   }
   .clear{
    width: 100%;
    float: none;
    color: #FFFFFF;
    height: 20px;
    clear: both;
   }
   .impres{
       font-size: 16px;
   }
   img{
       width: 100%;
   }
   input{
    width: 100%;
    max-width: 400px;
    height: 35px;
    border: solid 1px #B2B2B2;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
   }
    .inp_text{
    width: 100%;
    max-width: 500px;
    height: 200px;
    border: solid 1px #B2B2B2;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    max-height: 200px;
    resize: none;
   }
   .send{
    display: block;
    width: auto;
    background-color: #3e593c;
    color: #FFFFFF;
    cursor: pointer;
   }
   .send:hover{
       opacity: 0.7 ;
   }
   .leis{
       width: 40%;
       margin-right: 50px;
       float: left;
   }
   .ind-img{
       max-width: 300px;
   }
   .col2{
       display: block;
       float: left;
       margin-right: 30px;
   }
   .col2:hover{
       opacity: 0.7;
   }
   .team-visit{
       width: 100%;
       float: none;
       height: auto;
   }
   .team-visit1{
       width: 15%;
       margin-right: 5%;
       float: left;
   }
   .team-visit2{
       width:  100%;
       float: none;
   }
   #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #3e593c;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}
   #myBtn:hover {
    background-color: #555;
}
   .logo_fuss{
       width: 100%;
       max-width: 20%;
       margin-right: 10%;
       float: left;
   }
   .logo_fuss1{
       width: 70%;
       margin-left: 30%;
   }
   #tipp{
    box-sizing: border-box;
    background-color: #FFFFFF;
    box-shadow: #000000 1px 1px 1px;width: 40%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    left:20%;
    right: 20%;
    top:30px;
    position: fixed;
    z-index: 1010;
}
}
@media only screen and (min-width: 600px) and (max-width: 1024px){
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('../fonts/roboto-condensed-v25-latin-300.woff2'),
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'),
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff');
}
   html,body{

       font-size: 24px;
       color: #000000;
       margin: 0;
       padding: 0;
       background-color: #FFFFFF;
       min-height: 100%;
   }
   h1,h2{
       font-size: 28px;
       color: #000000;
   }
   h2,h3{
       font-size: 26px;
       color: #000000;
   }
   h5,h6{
       font-size: 26px;
       color: #000000;
   }
   p{
       font-size: 22px;
       color: #000000;
    }
   a{
       font-size: 22px;
       text-decoration: none;
       color: #6E6E6E;
       cursor: pointer;
   }
   a:hover{
       text-decoration: none;
       color: #292929;
       cursor: pointer;
   }
   .wrapper{
       position: relative;
       width: 100%;
       margin: 0 auto;
       min-height: 100%;
   }
   .banner{
       position: relative;
       width: 100%;
       height: 140px;
       background-color: #FFFFFF;
       margin-top: 45px;
       float: none;
   }
   .banner_text{
       position: relative;
       width: 100%;
       margin: 0 auto;
       text-align: center;
       padding-top: 30px;
   }
   .banner_image{
       width: 100%;
   }
   .logo{
       position: absolute;
       top: 0px;
       left: 0px;
       width: 100%;
       height: 140px;
   }
   #logo{
       position: absolute;
       top: 10px;
       right: 20px;
       max-width: 150px;
       height: auto;
       z-index: 1000;
   }
   .content{
       position: relative;
       width: 100%;
       max-width: 80%;
       height: 100%;
       margin: 0 auto;
   }
   .footer{
       position: relative;
       width: 100%;
       max-width: 80%;
       margin: 0 auto ;
       border-top : solid 2px #D0D0D0 ;
       min-height: 150px;
       height: auto;
   }
   .footer_left p{
       width: 50%;
       position: absolute;
       top: 0;
       left: 0;
       float: left;
       font-size: 18px;
       margin-right: 20px;
   }
   .footer_right p{
       width: 50%;
       float: left;
       font-size: 18px;
       position: absolute;
       top: 0;
       left: 55%;
   }
   .clear{
    width: 100%;
    float: none;
    color: #FFFFFF;
    height: 20px;
    clear: both;
   }
   .impres{
       font-size: 16px;
   }
   img{
       width: 100%;
   }
   input{
    width: 100%;
    max-width: 400px;
    height: 35px;
    border: solid 1px #B2B2B2;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
   }
    .inp_text{
    width: 100%;
    max-width: 500px;
    height: 200px;
    border: solid 1px #B2B2B2;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    max-height: 200px;
    resize: none;
   }
   .send{
    display: block;
    width: auto;
    background-color: #3e593c;
    color: #FFFFFF;
    cursor: pointer;
   }
   .send:hover{
       opacity: 0.7 ;
   }
   .leis{
       width: 40%;
       margin-right: 50px;
       float: left;
   }
   .ind-img{
       max-width: 300px;
   }
   .col2{
       display: block;
       float: left;
       margin-right: 30px;
   }
   .col2:hover{
       opacity: 0.7;
   }
   .team-visit{
       width: 100%;
       float: none;
       height: auto;
   }
   .team-visit1{
       width: 20%;
       margin-right: 5%;
       float: left;
   }
   .team-visit2{
       width:  100%;
       float: none;
   }
   #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #3e593c;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}
   #myBtn:hover {
    background-color: #555;
}
   .logo_fuss{
       width: 100%;
       max-width: 20%;
       margin-right: 10%;
       float: left;
   }
   .logo_fuss1{
       width: 70%;
       margin-left: 30%;
   }
   #tipp{
    box-sizing: border-box;
    background-color: #FFFFFF;
    box-shadow: #000000 1px 1px 1px;width: 40%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    left:20%;
    right: 20%;
    top:30px;
    position: fixed;
    z-index: 1010;
}
}
@media only screen and (min-width: 200px) and (max-width: 599px){
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('../fonts/roboto-condensed-v25-latin-300.woff2'),
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'),
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff');
}
    html,body{

       font-size: 18px;
       color: #000000;
       margin: 0;
       padding: 0;
       background-color: #FFFFFF;
       min-height: 100%;
   }
   h1,h2{
       font-size: 24px;
       color: #000000;
   }
   h2,h3{
       font-size: 22px;
       color: #000000;
   }
   h5,h6{
       font-size: 20px;
       color: #000000;
   }
   p{
       font-size: 18px;
       color: #000000;
    }
   a{
       font-size: 18px;
       text-decoration: none;
       color: #6E6E6E;
       cursor: pointer;
   }
   a:hover{
       text-decoration: none;
       color: #292929;
       cursor: pointer;
   }
   .wrapper{
       position: relative;
       width: 100%;
       margin: 0 auto;
       min-height: 100%;
   }
   .banner{
       position: relative;
       width: 100%;
       height: 150px;
       background-color: #FFFFFF;
       float: none;
   }
   .banner_text{
       position: relative;
       width: 100%;
       margin: 0 auto;
       text-align: center;
       padding-top: 60px;
   }
   .banner_image{
       width: 100%;
   }
   .logo{
       position: absolute;
       top: 85px;
       left: 0px;
       width: 100%;
       height: 140px;;
   }
   #logo{
       position: absolute;
       top: 10px;
       right: 10px;
       max-width: 60px;
       height: auto;
       z-index: 1000;
       
   }
   .content{
       position: relative;
       width: 100%;
       height: 100%;
       max-width: 90%;
       margin: 0 auto;
   }
   .footer{
       position: relative;
       width: 100%;
       max-width: 90%;
       margin: 0 auto ;
       border-top : solid 2px #D0D0D0 ;
       min-height: 150px;
       height: auto;
   }
   .footer_left p{
       width: 50%;
       position: absolute;
       top: 0;
       left: 0;
       float: left;
       font-size: 18px;
       margin-right: 20px;
   }
   .footer_right p{
       width: 50%;
       float: left;
       font-size: 18px;
       position: absolute;
       top: 0;
       left: 50%;
   }
   .clear{
    width: 100%;
    float: none;
    color: #FFFFFF;
    height: 20px;  clear: both;
   }
   .impres{
       font-size: 16px;
   }
   img{
       width: 100%;
   }
   input{
    width: 100%;
    height: 35px;
    border: solid 1px #B2B2B2;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
   }
   .inp_text{
    width: 100%;
    height: 100px;
    border: solid 1px #B2B2B2;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    max-height: 200px;
    resize: none;
   }
   .send{
    display: block;
    width: auto;
    background-color: #3e593c;
    color: #FFFFFF;
    cursor: pointer;
   }
   .send:hover{
       opacity: 0.7 ;
   }
   .leis{
       width: 40%;
       margin-right: 50px;
       float: left;
   }
   .team-visit{
       width: 100%;
       float: none;
       height: auto;
   }
   .team-visit1{
       width: 20%;
       margin-right: 5%;
       float: left;
   }
   .team-visit2{
       width:  100%;
       float: none;
   }
   #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #3e593c;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}
#myBtn:hover {
    background-color: #555;
}
   .logo_fuss{
       display: none;
       width: 100%;
       max-width: 20%;
       margin-right: 10%;
       float: left;
   }
   .logo_fuss1{
       width: 100%;

   }
   #tipp{
    box-sizing: border-box;
    background-color: #FFFFFF;
    box-shadow: #000000 1px 1px 1px;width: 40%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    left:20%;
    right: 20%;
    top:30px;
    position: fixed;
    z-index: 1010;
}
}