/*** Manrope - Font Weights ***/
/*
Regular - 400
Medium - 500
SemiBold - 600
 */

/*** Font Declarations ***/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p, body {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 21px;
}

p, ul, ol {
    margin-bottom: 16px;
}

p.small,
div.small p {

}

p.large {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500; /* medium */
}

p,
p.large {
    color: var(--dark-grey);
}

b, strong {
}

a,
a:hover {
    text-decoration: underline;
}
a:hover {
    opacity: 0.6;
    transition: ease all .3s;
}
a.button {
    text-decoration: none;
}




/*h1*/
h1,
.h1style {
    font-size: 60px;
    line-height: 78px;
    margin-bottom: 30px;
    font-family: 'Manrope', sans-serif;
}

/*h1 alt*/
h1.alt,
.h1style.alt {
    font-size: 85px;
    line-height: 110px;
    margin-bottom: 30px;
    font-family: 'Manrope', sans-serif;
}

/*h2*/
h2,
.h2style {
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 30px;
    font-family: 'Manrope', sans-serif;
}


/*h3*/
h3,
.h3style {
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;  /* medium */
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
}


/*h4*/
h4,
.h4style {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;  /* medium */
    margin-bottom: 15px;
    font-family: 'Manrope', sans-serif;
}


/*h5*/
h5,
.h5style {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;  /* semi-bold */
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--sapphire);
    font-family: 'Manrope', sans-serif;
}

/* accent text */
p.accent-text,
p.accent_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;  /* medium */
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--sapphire);
    font-family: 'Manrope', sans-serif;
}


/*** Laptop - Large Tablet ***/

@media(max-width: 1399.98px) {

    p, body {
        font-size: 16px;
        line-height: 21px;
    }

    p.large {
        font-size: 18px;
        line-height: 23px;
    }

    /*h1*/
    h1,
    .h1style {
        font-size: 45px;
        line-height: 58px;
        margin-bottom: 20px;
    }

    /* h1 alt */
    h1.large,
    .h1style.alt {
        font-size: 55px;
        line-height: 71px;
        margin-bottom: 30px;
    }

    /*h2*/
    h2,
    .h2style {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    /*h3*/
    h3,
    .h3style {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    /*h4*/
    h4,
    .h4style {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    /*h5*/
    h5,
    .h5style {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    p.accent-text,
    p.accent_text {
        font-size: 16px;
        line-height: 24px;
    }
}




/*** Mobile ***/
@media(max-width: 575px) {

    p, body {
        font-size: 15px;
        line-height: 20px;
    }

    p.large {
        font-size: 16px;
        line-height: 21px;
    }

    /*h1*/
    h1,
    .h1style {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 15px;
    }

    /* h1 alt */
    h1.alt,
    .h1style.alt {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 20px;
    }


    /*h2*/
    h2,
    .h2style {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    /*h3*/
    h3,
    .h3style {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 15px;
    }

    /*h4*/
    h4,
    .h4style {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    /*h5*/
    h5,
    .h5style {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }
}

/* German Language */
/*h1*/
#lang-de h1,
#lang-de .h1style {
    font-size: 50px;
    line-height: 68px;
}

/*h1 alt*/
#lang-de h1.alt,
#lang-de .h1style.alt {
    font-size: 75px;
    line-height: 100px;
}

/*h2*/
#lang-de h2,
#lang-de .h2style {
    font-size: 32px;
    line-height: 45px;
}

@media(max-width: 1366.98px){
    #lang-de h1,
    #lang-de .h1style {
        font-size: 40px;
        line-height: 58px;
    }

    /*h1 alt*/
    #lang-de h1.alt,
    #lang-de .h1style.alt {
        font-size: 65px;
        line-height: 90px;
    }

    /*h2*/
    #lang-de h2,
    #lang-de .h2style {
        font-size: 32px;
        line-height: 45px;
    }

}
@media(max-width: 575.98px){
    #lang-de h1,
    #lang-de .h1style {
        font-size: 30px;
        line-height: 39px;
    }

    /*h1 alt*/
    #lang-de h1.alt,
    #lang-de .h1style.alt {
        font-size: 40px;
        line-height: 52px;
    }

    /*h2*/
    #lang-de h2,
    #lang-de .h2style {
        font-size: 26px;
        line-height: 34px;
    }

}



