body {
    font-family: dbsv;
    font-size: 1.8em;
    line-height: 2.8rem;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    color: rgb(0, 82, 54);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
    -webkit-tap-highlight-color: transparent;
}

body, input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility!important;
}

.bg-ack {
    display: flex;
    justify-content: flex-end;
    color: rgba(61, 61, 61, 1);
    font-size: 0.8rem;
    letter-spacing: 0.06rem;
    margin-right: 8px;
    padding-top: 4px;
}

a {
    color: rgb(234, 108, 30);
    text-decoration: none;
}

a:hover {
    color: rgb(0, 82, 54);
}

footer > * > a:hover {
    color: rgba(201, 200, 199, 1)
}

button, .button {
    background-color: rgb(255, 102, 0);
    border-radius: 38px;
    border-width: 0;
    color: rgb(255, 255, 255);
    min-width: 128px;
}

.button--red {
    background-color: rgb(218,59,76);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 800;
    margin-bottom: 3rem;
}

h1, .h1, h4, .h4 {
    font-size: 3.8rem;
    line-height: 3.8rem;
}

h2, .h2, h5, .h5 {
    font-size: 2.8rem;
    line-height: 2.8rem;
}

h3, .h3, h6, .h6 {
    font-size: 2.2rem;
    line-height: 2.2rem;
}

h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 400;
}

.bannerContent p {
    letter-spacing: 0.1rem;
    font-size: 2.0rem;
    line-height: 2.6rem;
}

.bannerDescription p {
    font-size: 2.8rem;
    line-height: 3.4rem;
    font-weight: 500;
}

.bannerContent h1, 
.bannerContent .h1, 
.bannerContent h4, 
.bannerContent .h4, 
.bannerContent h2, 
.bannerContent .h2, 
.bannerContent h5, 
.bannerContent .h5, 
.bannerContent h3, 
.bannerContent .h3, 
.bannerContent h6, 
.bannerContent .h6 {
    letter-spacing: 0.3rem;
    font-size: 4.8rem;
    line-height: 4.8rem;
}

.home .content-text ul, 
.home .content-text ol {
    margin-bottom: 2rem;
}

.home .content-text li {
    margin-bottom: 1.5rem;
}

ul, ol {
    list-style: initial;
    margin-left: 3.2rem;
    margin-bottom: 1.5rem;
}

li {
    margin-bottom: 0.6rem;
}

.pageTitle .orange {
    font-size: 3.6rem;
    line-height: 4.2rem;
}

.banner {
    color: #FFFFFF;
}

.scroll {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    line-height: 1.2rem;
}

.menu {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.3rem;
}

.cell:nth-child(odd), .row {
    font-weight: 700;
}

.orange {
    color: rgba(234, 108, 30, 1);
}

.phone {
    font-weight: 400;
    margin-top: 16px;
}

.email {
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 16px;
}

.formal {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2rem;
}

.hiske {
    font-weight: 800;
    letter-spacing: 0.12rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) 0 100%/1px 1px repeat-x;
}

@media only screen and (min-width: 768px) and (min-height: 600px) {

    .menu {
        font-size: 16px;
        letter-spacing: 0.4rem;
    }

    .botnav {
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 0.18rem;
        text-transform: uppercase;
    }

    .botnav > a:current {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) 0 100%/1px 1px repeat-x;
    }
        
    .bannerContent h1, 
    .bannerContent .h1, 
    .bannerContent h4, 
    .bannerContent .h4, 
    .bannerContent h2, 
    .bannerContent .h2, 
    .bannerContent h5, 
    .bannerContent .h5, 
    .bannerContent h3, 
    .bannerContent .h3, 
    .bannerContent h6, 
    .bannerContent .h6 {
        font-size: 6.4rem;
        line-height: 6.4rem;
    }
}