/*********
fonts
********/
@font-face { 
    font-family: 'Sohne-Halbfett'; 
    src: url('../fonts/sohne/Halbfett/Sohne-Halbfett.eot'); 
    src: url('../fonts/sohne/Halbfett/Sohne-Halbfett.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/sohne/Halbfett/Sohne-Halbfett.woff2') format('woff2'), 
        url('../fonts/sohne/Halbfett/Sohne-Halbfett.woff') format('woff'), 
        url('../fonts/sohne/Halbfett/Sohne-Halbfett.ttf') format('truetype'); 
    font-weight: normal; 
    font-style: normal; 
    font-display: swap;

}

@font-face { font-family: 'Sohne-Kraftig'; src: url('../fonts/sohne/Kraftig/Sohne-Kraftig.eot'); src: url('../fonts/sohne/Kraftig/Sohne-Kraftig.eot?#iefix') format('embedded-opentype'), url('../fonts/sohne/Kraftig/Sohne-Kraftig.woff2') format('woff2'), url('../fonts/sohne/Kraftig/Sohne-Kraftig.woff') format('woff'), url('../fonts/sohne/Kraftig/Sohne-Kraftig.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }

ul {
    margin: 0;
    padding: 0;
}

a, a:hover, a:visited, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

h1, .h1 {
    margin-bottom: 0;
}

h2, .h2 {
    margin-bottom: 0;
}

h3, .h3 {
    margin-bottom: 0;
}

h4, .h4 {
    margin-bottom: 0;
}

h5, .h5 {
    margin-bottom: 0;
}

h6, .h6 {
    margin-bottom: 0;
}

button:focus {
    outline: none;
}

figure {
    margin-bottom: 0;
}

body {
    color: #383844;
    font-family: "Sohne-Kraftig";
    font-size: 18px;
    line-height: 22px;
    overflow-x: hidden;
}

a {
    color: #fff;
    transition: 0.3s;
}

    a:hover {
        color: #00A8C7;
    }

p {
    margin: 0;
}
.text-secondary{color: #00A8C7!important;}
.text-info{color: #82B541!important;}

#LandingPage {
    position: relative;
    display: block;
    height: 100vh;
    background-color:#02066A ;
    color:#fff;
}

   

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    margin: 0 auto;
    padding-top:100px;
    padding-bottom: 60px;
}

.logo {
    max-width: 650px;
    display: block;
}

h1 {
    font-size: 80px;
    line-height: 84px;
     font-family: "Sohne-Halbfett";
}
h4 {
    font-size: 30px;
    line-height: 34px;
     font-family: "Sohne-Halbfett";
}
h5 {
    font-size: 20px;
    line-height: 24px;
     font-family: "Sohne-Halbfett";
}


@media (max-width:1376px) {

 h1 {
    font-size: 60px;
    line-height: 84px;
    }
h4 {
    font-size: 28px;
    line-height: 32px;
    }
h5 {
    font-size: 18px;
    line-height: 22px;
    }
}

@media (max-width:1024px) {
    .logo {
        max-width: 450px;
        margin: 0 auto;
    }
    body {
    font-size: 16px;
    line-height: 24px;
    }
}

@media (max-width:600px) {
    .logo {
        max-width: 300px;
        margin: 0 auto;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

   h1 {
    font-size: 40px;
    line-height: 44px;
   }

   h4 {
    font-size: 24px;
    line-height: 28px;}
  

    body {
    font-size: 14px;
    line-height: 18px;
    }
}
