@font-face {
    font-family: OpenSans;
    font-weight: 500;
    src: url(./Source_sans/SourceSansPro-Semibold.otf)
}
@font-face  {
    font-family: OpenSans;
    font-weight: 400;
    src: url(./Source_sans/SourceSansPro-Regular.otf)
}
@font-face {
    font-family: OpenSans;
    src: url(./Source_sans/SourceSansPro-Light.otf);
    font-weight: 300;
}
@font-face {
    font-family: Montserrat;
    src: url(./Montserrat/Montserrat-Regular.ttf);
    font-weight: 400;
}

*   {
    margin:0;
    padding:0;
}

ol  {
    text-decoration: none;
    list-style: none;
}

.flex {
    display: flex;
}

.mrgin-0-auto {
    margin:0 auto;
}

.mx-width {
    max-width: 1160px;
}

.clr-org {
    color: #ff5400;
}

.clr-grey {
    color: #989898;
}

.wht-txt {
    color: white;
}

.bg-grey {
    background-color: #f8f8f8;
}

.border {
    border-top:2px  solid #ff9765;
    border-bottom: 2px solid #ff9765;
}

h1 {
    font-size: 40px;
    margin-bottom: 15px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size:28px;
}

h4 {
    font-size: 23px;
    margin-bottom: 16px;
}

h5 {
    font-size:19px;
}

h6 {
    font-size: 13px;;
}

body    {
    background-color: white;
}

header  {
    display: flex;
    margin:0 auto;
    max-width: 1160px;
    margin-bottom: 72px;
}

.header .main,  a {
    text-decoration: none;
    color:#ff5400
}

.main-logo  {
    font-family: OpenSans;
    font-weight: 700;
    font-size: 30px;
    letter-spacing:-1px;
    margin-top:25px;
    margin-right:56px;
}

.navigation-bar     {
    font-family: OpenSans;
    font-size: 16px;
    gap:33px;
}

.navigation-bar  a {
    color: #989898;
    padding-top:33px;
    letter-spacing: 1px;
}

.active {
    box-shadow: 0px 3px inset #ff5400;
}

.searchbar {
    margin-left:auto;
    margin-top:24px;
}

form {
    position: relative;
}

input {
    position: relative;
    width: 280px;
    padding:12px;
    border-radius:4px;
    border-width: 0px;
    left:22px;
    background-color: #f3f4f7;
}

.search-button {
    width: 45px;
    height:40px;
    position:absolute;
    border:none;
    left:251px;
    background-color: rgba(0, 0, 0, 0)
}

.search-button > img {
    position: relative;
    left:5px;
    width: 44px;
    height:35px;
    padding-right:30px;
}

main {
    font-family: Montserrat;
    padding-top:10px;
    max-width: 1180px;
    padding-left:20px;
}

main p {
    margin-bottom:35px;
    font-size:20px;
    letter-spacing:-2.2px;
    font-weight:300;
}

.left-sidebar{
    margin-right:130px;
}

.sidebar-headline {
    margin:0;
    margin-bottom:4px;
    font-size: 15px;
    letter-spacing: -0.6px;
}

.sidebar-links {
    margin:0;
    padding-left:0;
    margin-bottom:27px;
    letter-spacing: -0.5px;
    font-size:14px;
    line-height: 21px;
}

.right-text-body {
    flex-direction: column;
}

.bg-grey  h1{
    margin-bottom:2px;
    line-height: 0.8;
}

.bg-grey h2 {
    line-height: 1.3;
}

.bg-grey h3 {
    line-height: 1.21;
}

.bg-grey  h4{
    margin-bottom:0;
    font-size:23px;
    line-height: 1.5;
}

.bg-grey h5 {
    line-height: 1.6;
}

.bg-grey h6 {
    line-height:  2.5;
}

.sub-text {
    line-height: 1.46;
}

.headline-showcase {
    margin-bottom:33px;
    padding:25px 0px 15px 25px;
}

.third-text-body p {
    margin-bottom:20px;
}

.display-showcase {
    padding:42px 0px 17px 42px;
    font-size: 47px;
    letter-spacing: 0.7px;
    margin-bottom: 55px;
}

.display-showcase h1 {
    font-size: 80px;
    line-height: 1;
}

.display-showcase h2 {
    font-size:70px;
    line-height: 1.8;
}

.display-showcase h3 {
    font-size:60px;
    line-height: 1.05;
}

.display-showcase h4 {
    font-size:52px;
    line-height: 1.96;
}

.display-showcase h5 {
    font-size:44px;
    line-height: 1.12;
}

.display-showcase h6 {
    font-size:37px;
    line-height: 2.3;
}

.fourth-text-body p {
    line-height: 1.2;
    padding-top: 2px;
}

.leadstil-showcase {
    padding:27px 0px 26px 30px;
    margin-bottom: 35px;
}

.leadstil-showcase p {
    margin:0;
}

.fifth-text-body P {
    margin-bottom:22px;
}

.textstyle-showcase {
    font-family: OpenSans;
    font-weight: 400;
    padding:32px 38px 18px 32px;
    margin-bottom:28px;
}

.textstyle-showcase p  {
    margin-bottom:0;
    font-size:12pt;
    line-height: 1.32;
    letter-spacing: 0px;
    margin-bottom:18px;
}

footer  {
    font-family: OpenSans;
    background-color:#ff5400;
    padding-bottom:60px;
}

footer a {
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
}

.footer-top {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom:45px;
}

.footer-links {
    padding-top:83px;
    width: 16.6666%;
}

.footer-contact {
    width:33.3333%;
    padding-top:83px;
}

.footer-social-media-icons {
    flex-direction: column;
    width:17%;
    padding-top:83px;
}

.footer-social-media-icons a {
    margin-bottom:8px;
}

.icon {
    width:30px;
    height:auto;
    padding-right:12px;
}

.footer-middle {
    padding:50px 0px;
}

.footer-images-container {
    justify-content: space-between;
}

.footer-image {
    width:167px;
    height:auto;
}

.footer-bottom {
    font-size:14px;
    justify-content: space-between;
}

.footer-copyright-text {
    font-size: 13px;
    line-height: 2;
    width: 880px;
    padding-top:18px;
}

.footer-scroll-up-button {
    padding-right:2px;
    color: white;
}

.icon-arrow {
    width:auto;
    height: 18px;
}

.scroll-up-link {
    padding-top: 23px;
}