/* WELCOME SECTION */
  .kontakt-section {
    margin-top:90px;
    padding: 80px 0;
    text-align: left;
    background-color: #f9f9fa;
  }


  .kontakt-section a{
    color: #292929;
    text-decoration: underline;
  }

  .body-subtitle {
    font-size: 28px;
    color: #8c8c8c;
    margin-bottom: 10px;
    font-family: Lato;
    font-weight: 300;
  }

  .body-title {
    font-size: 48px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #3a4a56;
    font-family: Lato;
  }

  .body-divider {
    width: 120px;
    height: 2px;
    background: #ccc;
    margin-bottom: 20px;
  }

  .body-text {
    margin: 0 auto;
    color: #666;
    line-height: 1.8;
  }    

  .marginToTop20{
    margin-top:20px;
  }

  .marginToBottom20{
    margin-bottom:20px;
  }  

  .buttonStyle{
    display: inline-block;
    background-color: #cee08e;
    height: 40px;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    color: #1e6928 !important
  }

  .buttonStyle:hover{
    background-color: #adcc43;
    box-shadow: 0px 0px 5px #c3c3c3;
  }

  .btnContainer{
    height: 30px;
  }

  .alignToCenter{
    text-align: center;
  }

      
@media (max-width: 1400px) {
   .kontakt-section {
      margin-top:20px;
  }     
}  