@import url("https://use.typekit.net/llw2syp.css");




body{  font-family: klavika-web, sans-serif;
font-weight: 400;
font-style: normal;}

.navbar {background:white}

a.nav-link-footer, .smlinks a{color:black}

.nav-link, .navbar-brand{font-size:1.4rem}

h1, h2{font-weight:400; font-size:3.5rem}

h1 span, h2 span, .bg-dark p:last-child, .navbar-brand span{color:#f07d00}
.bg-dark{color:#fff}

.row{margin-top:1rem; margin-bottom:4rem;}
.row{border-radius:0 0 3rem 3rem }

.img-fluid{border-radius:0 0 3rem 0 }

p.lead{font-size:1.7rem}

form{padding:2rem; border-radius:1.5rem}

.btn-primary{background:#f07d00; border-color:#f07d00}
form .btn{width:100%; font-size:1.25rem}

.copyright{background:#ddd; border-radius:0 0 3rem 3rem  }

.kontaktdetails{font-size:1.5rem}

.kontaktdetails .smlinks>*{margin-right:1rem;}

.kontaktdetails p>.fa{color:#f07d00; width:2rem;}

@media (max-width: 1399px) {
  p.lead{font-size:1.3rem}  
    h1, h2 {
    font-weight: 400;
    font-size: 3.1rem;
}
    
}

@media (max-width: 991px) {
    .nav-link, .navbar-brand{font-size:1.4rem}
    h1, h2 {
    font-weight: 400;
    font-size: 2.2rem;
        margin:2rem 1rem;
        line-height:1.1;
        
}
    p.lead {
    font-size: 1.2rem;
          margin:2rem 1rem;
        margin-bottom:1rem;
}
    .bg-dark p.lead:last-child{  margin-bottom:3rem;}
    
    .kontaktdetails{font-size:1.3rem}
    form{margin:0 1rem;}
}