
@import url('https://fonts.googleapis.com/css?family=Rubik:500');
@media only screen and (min-width: 200px) {
    .logo{
        max-width:50px;
        max-height:50px;
    }
    
    .cont-img{
        max-width: 100%; height: auto;
    }
    
    body{
        margin: 20px;
    }
    
    .par{
        font-size: 1.2rem;
    }
    
    .mtxt{
        font-size:3.4rem;
        font-weight: 500;
        color: rgb(46, 46, 46);
        line-height: 1.2;
    }
    
    .mt-6{
        margin-top: 3.5rem;
    }
    
    
    .mt-7{
        margin-top: 4rem;
    }
    
    .mt-8{
        margin-top: 5.5rem;
    }
    
    
    a{
        color: black;
        text-decoration: none;
        
    }
}
@media only screen and (min-width: 600px) {
    .logo{
        max-width:100px;
        max-height:100px;
    }
    
    .cont-img{
        max-width: 100%; height: auto;
    }
    
    body{
        margin: 20px;
        font-family: "Roboto", sans-serif;
    }
    
    .par{
        font-size: 1.6rem;
    }

    .mail{
        font-size: 1.4rem;
    }
    
    .mtxt{
        font-size:3.6rem;
        font-weight: 500;
        color: rgb(46, 46, 46);
        line-height: 1.2;
    }
    
    .mt-6{
        margin-top: 3.5rem;
    }
    
    
    .mt-7{
        margin-top: 4rem;
    }
    
    .mt-8{
        margin-top: 5.5rem;
    }
    
    
    a{
        color: black;
        text-decoration: none;
        
    }
}
@media only screen and (min-width: 768px) { 
    .logo{
        max-width:120px;
        max-height:120px;
    }
    
    .cont-img{
        max-width: 100%; height: auto;
    }
    
    body{
        margin: 20px;
        font-family: "Roboto", sans-serif;
    }
    
    .par{
        font-size: 1.5rem;
    }
    
    .mtxt{
        font-size:3.8rem;
        font-weight: 500;
        color: rgb(46, 46, 46);
        line-height: 1.2;
    }
    
    .mt-6{
        margin-top: 3.5rem;
    }
    
    
    .mt-7{
        margin-top: 4rem;
    }
    
    .mt-8{
        margin-top: 5.5rem;
    }
    
    
    a{
        color: black;
        text-decoration: none;
        
    }
} 
@media only screen and (min-width: 992px) { 
    .logo{
        max-width:130px;
        max-height:130px;
    }

    .meet{

    }
    .rad{
        
    }
    
    .cont-img{
        max-width: 100%; height: auto;
    }
    
    body{
        margin: 20px;
        font-family: "Roboto", sans-serif;
    }

    .par{
        font-size: 1.2rem;
    }
    .mtxt{
        font-size:3.4rem;
        font-weight: 500;
        color: rgb(46, 46, 46);
        line-height: 1.2;
    }
    
    .mt-6{
        margin-top: 3.5rem;
    }
    
    
    .mt-7{
        margin-top: 4rem;
    }
    
    .mt-8{
        margin-top: 5.5rem;
    }

    a{
        color: black;
        text-decoration: none;
        
    }
}
@media only screen and (min-width: 1200px) {
    .logo{
        max-width:180px;
        max-height:180px;
    }
    
    .cont-img{
       
        max-width: 100%; height: auto;
        
    }



    .cont-img_double{
       
        max-width: auto; max-height: 170px ;
        
    }
    .par{
        font-size: 1.2rem;
        
    }
    
    .mtxt{
        font-size:3.4rem;
        font-weight: 500;
        color: rgb(46, 46, 46);
        line-height: 1.2;

    }

    .pic{
        gap: 4.5vw;
        
    }

    .name{
        font-family: "Roboto", sans-serif;
        font-size: 1.6rem;
        font-weight: 600;
    }
    
    body{
        margin: 20px;
        font-family: "Roboto", sans-serif;
    
      
    }
    
    .mt-6{
        margin-top: 3.5rem;
    }
    
    
    .mt-7{
        margin-top: 4rem;
    }
    
    .mt-8{
        margin-top: 5.5rem;
    }
    
    a{
        color: black;
        text-decoration: none;
        
    }
}

.bn1 {
    display: inline-block;
    padding: 0.8em 1.7em;
    border: 0.12em solid #1c1e25;
    margin: 0 0.3em 0.3em 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    background-color: #1c1e25;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s;
  }
  
  .bn1:hover {
    color: #383838;
    background-color: #ffffff;
  }

  .bn2 {
    display: inline-block;
    padding: 0.8em 1.9em;
    border: 0.12em solid #ffffff;
    margin: 0 0.3em 0.3em 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #ffffff;
    color: #1c1e25;
    text-align: center;
    transition: all 0.2s;
  }
  
  .bn2:hover {
    background-color: #1c1e25;
    color: #ffffff;
    border: 0.12em solid #383838;
  }

  .bn3 {
    display: inline-block;
    padding: 0.3em 1.9em;
    border: 0.12em solid #ffffff;
    margin: 0 0.3em 0.3em 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    transition: all 0.2s;
  }
  
  .bn3:hover {
    background-color: #1c1e25;
    color: #ffffff;
    border: 0.12em solid #383838;
  }

  .bn32 {
    border-color: #ffffff;
    cursor: pointer;
    font-size: 1em;
    color: #1c1e25;
    background-image: linear-gradient(45deg, transparent 50%, #1c1e25 50%);
    background-position: 25%;
    background-size:400%;
    -webkit-transition: background 500ms ease-in-out, color 500ms ease-in-out;
    transition: background 500ms ease-in-out, color 500ms ease-in-out;
  }
  
  .bn32:hover {
    color: #ffffff;
    background-position: 100%;
  }

  .mid{
    padding-top: 140px;
    padding-bottom: 140px;

    
  }

  .client-txt{
    font-size:1.8rem;
    font-weight: 400;
    color: rgb(46, 46, 46);
    line-height: 1.2;
    text-decoration: underline;
  }


  ::-webkit-scrollbar{
      width: 18px;

  }
  ::-webkit-scrollbar-thumb:hover {
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: #979797;
  }
  
  ::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: #666666;
  }

  .clarion{
    margin-top: 140px;
  }
/* New Syntax */

  .succdiv{
    position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%); /* Firefox */
  -ms-transform: translate(-50%, -50%);  /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari and Chrome*/
  -o-transform: translate(-50%, -50%); /* Opera */
  transform: translate(-50%, -50%);

  }
  .block{
    padding-top: 100px;
    padding-right: 60px;
    padding-bottom: 100px;
    padding-left: 60px;
    background-color: #1c1e25;
  }

  .footer{
    padding-top: 30px;
    padding-right: 60px;
    padding-bottom: 30px;
    padding-left: 60px;
    font-family: "Roboto", sans-serif;
    background-color: #1c1e25;
    color: white;
  }

.blktxt{
    font-size:3.5rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

.blkdesc{
    color: rgb(255, 255, 255);
    font-size: 1.1rem;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

.card{
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border: none;
}

.cardimg{
    max-height: 170px;
    max-width: fit-content;
}



#fb:hover{
    fill: #4267B2;
    transition: fill 300ms ease-in-out;
}
.info{
    color : rgba(255, 255, 255, 0.3);
}
.info:hover{
    color: whitesmoke;
    transition: color 300ms ease-in-out;
}

#fenster{
    max-width: 250px;
}

#profi{
    max-width: 250px;
}

#swiss{
    max-width: 350px;
}

#emp{
    max-width: 200px;
}

#amfora{
    max-width: 300px;
}

#kavaz{
  max-width: 200px;
}

#hcing{
  max-width: 150px;
}

#putnik{
  max-width: 200px;
}

