

@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}
.brand-img {
    width: 350px;
}

.lg-text {
    display: inline-block;
}

.sm-text {
    display: none;
}




@media screen and (max-width:600px) {
    .brand-img {
        width: 280px;
    }
    .lg-text {
        display: none;
    }
    .sm-text {
        display: inline-block;
    }
}
html {
    overflow-y: scroll;
}
html {
  position: relative;
  min-height: 100%;
}
html, body {
    max-width: 1000px;
    font-size: 14px;
    background-color: #fff;
    margin: 0 auto;
    /* padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px; */
    /*display: flex;
    justify-content: center;*/
}

/*.catamaran-400 {
    font-family: "Catamaran", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}*/
/*.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}*/

.cap {
       text-transform: uppercase;
       color:black;
       
}
    .cap:hover {
       text-transform: uppercase;
       color: dimgray;

    }
.title {
    color:black;
    
}
    .title:hover {
        color: dimgray;
    }

.topheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 10;
    background: #eeeeee;
    -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
}

.pageCont {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    /*
        margin: 100px auto;
        width: 975px; 
  padding: 10px; */
}

.bkBtn {
    display: block;
    margin-top: 15px;
    margin-right: 20px;
}

.cookie-consent {
    position: fixed;
    bottom: 8px;
    left: 0px;
    width: 100%;
    padding-top: 7px;
    height: 150px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #c0c0c0;
    z-index: 120;
    border-radius: 3px;
}

.allow-button {
    height: 25px;
    width: 164px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green;
}
.deny-button {
    height: 25px;
    width: 164px;
    color: #000000;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid white;
    background-color: white;
}



.loading {
    opacity: 0;
    display: flex;
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity .3s ease-in;
}

    .loading.show {
        opacity: 1;
    }

.ball {
    background-color: #777;
    border-radius: 50%;
    margin: 5px;
    height: 10px;
    width: 10px;
    animation: jump .5s ease-in infinite;
}

    .ball:nth-of-type(2) {
        animation-delay: 0.1s;
    }

    .ball:nth-of-type(3) {
        animation-delay: 0.2s;
    }

@keyframes jump {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/*
.di-language {
    display: inline-block;
    width: 20px;
    height: 20px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23000' d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2m6.93 6h-2.95a15.7 15.7 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8M12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A8 8 0 0 1 5.08 16m2.95-8H5.08a8 8 0 0 1 4.33-3.56A15.7 15.7 0 0 0 8.03 8M12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96M14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2m.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56M16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2z'/%3E%3C/svg%3E");
    background-color: gray;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
*/
@font-face {
    font-family: 'diAP';
    src: url('../appFonts/diAP2.woff') format('woff'), url('../appFonts/diAP2.ttf') format('truetype'), url('../appFonts/diAP2.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.diFont {
   
    display: inline-block;
    font-family: 'diAP';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
}




@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../appFonts/raleway-v34-latin-500.woff2') format('woff2'), url('../appFonts/raleway-v34-latin-regular.woff2') format('woff');
}


/*
root, :host {
    --fa-style-family-brands: 'Font Awesome 6 Brands';
    --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../lib/fontawesome6_5_1/webfonts/fa-brands-400.woff2") format("woff2"), url("../lib/fontawesome6_5_1/webfonts/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
    font-weight: 400;
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
}

:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../lib/fontawesome6_5_1/webfonts/fa-regular-400.woff2") format("woff2"), url("../lib/fontawesome6_5_1/webfonts/fa-regular-400.ttf") format("truetype");
}

.far,
.fa-regular {
    font-weight: 400;
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
}

:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../lib/fontawesome6_5_1/webfonts/fa-solid-900.woff2") format("woff2"), url("../lib/fontawesome6_5_1/webfonts/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
}
    */


