﻿@font-face {
    font-family: AktivGrotesk-Black;
    src: url('/font/AktivGrotesk-Black.otf') format('opentype');
}

@font-face {
    font-family: AktivGrotesk-Medium;
    src: url('/font/AktivGrotesk-Medium.otf') format('opentype');
}

@font-face {
    font-family: AktiveGrotesk-Light;
    src: url('/font/AktivGrotesk-Light.otf') format('opentype');
}

@font-face {
    font-family: ProximaNovaSemiBold;
    src: url('/font/ProximaNova-Sbold.otf') format('opentype');
}

body {
    font-family: ProximaNovaSemiBold,sans-serif;
    background-color: #F2F2F2;
}

h2 {
    font-family: AktivGrotesk-Medium,sans-serif;
}

a {
    color: #D06B3E;
}

hr.title {
    color: #D06B3E;
    width: 30%;
    margin: auto;
    height: 3px;
}

.indexbox {
    border-radius: 15px;
    margin-top: 15px;
    padding: 25px;
}

.indexbox-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 15px;
    padding: 25px;
}

.indexbox-middle {
    padding: 25px;
}

.indexbox-bottom {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 25px;
}

.wrapper {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
    width: 100vw;
}

    .wrapper div {
        display: inline-block;
        width: 70%;
        vertical-align: top;
    }

.dbbtn {
    font-size: medium;
    font-weight: 400;
    text-decoration: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .dbbtn:hover {
        background-color: #222222 !important;
        color: white !important;
    }

.dbbtn-inline {
    margin-left: 10px;
}

textarea {
    padding: 20px;
}

    textarea::placeholder {
        font-size: larger;
        text-transform: uppercase;
        font-weight: bold;
        color: rgb(207,207,207);
    }

select {
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 20px;
    height: 34px;
    background: url(/img/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position: right 0px bottom 0px;
    background-size: auto 100%;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    color: rgb(72,94,107);
}

.listselect {
    font-size: smaller;
    line-height: 1;
    border: 0;
    height: 34px;
    border-radius: 0px;
    background: url(/img/greenplus.png) no-repeat right white;
    -webkit-appearance: none;
    background-position: right 20px bottom 10px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 60px;
    font-size: smaller;
    font-weight: bolder;
    max-width: 200px;
}

.articlescroll::-webkit-scrollbar {
    background-color: red;
}

@media (max-width:700px) {
    .menucol {
        display: none;
    }

    .menupartr {
        display: none;
    }

    .menupartf {
        display: none;
    }

    .desktop-asset {
        display: none;
    }

    .sizedimage {
        max-width: 60px;
    }

    #welcomeModal {
        display: none;
        position: fixed;
        z-index: 1;
        background-color: #222222;
        border-radius: 20px;
        border: none;
        width: 95%;
        height: auto;
        max-height: 750px;
        min-height: 100px;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        padding: 10px;
    }

    #pageModal {
        display: none;
        position: fixed;
        z-index: 1;
        background-color: white;
        border-radius: 20px;
        border: solid 1px #222222;
        width: 95%;
        max-height: 95%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    #pageModalContent {
        padding: 70px;
        width: 100%;
    }

    #layoutcell {
        padding-left: 10px;
        padding-right: 10px;
    }

    select {
        width: 100%;
    }
}

@media (max-width:900px) {
    .grid-item {
        width: calc(100%);
    }

    .grid-item--width2 {
        width: calc(100%);
    }

    .padded-flex-l {
        padding-left: 0;
        padding-top: 20px;
    }

    .padded-flex-r {
        padding-right: 0;
    }

    .padded-box-l {
        padding-left: 0;
        padding-top: 20px !important;
    }

    .padded-box-r {
        padding-right: 0;
    }
}

@media (min-width:701px) {
    .menucol {
        display: table-cell;
    }

    .menupartr {
        display: block;
    }

    .menupartf {
        display: block;
    }

    .mobile-asset {
        display: none;
    }

    .desktop-asset {
        display: block;
    }

    .sizedimage {
        max-width: 100px;
    }

    #welcomeModal {
        display: none;
        position: fixed;
        z-index: 1;
        background-color: #222222;
        border-radius: 20px;
        border: none;
        width: 60%;
        height: auto;
        max-height: 750px;
        min-height: 100px;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        padding: 40px;
    }

    #pageModal {
        display: none;
        position: fixed;
        z-index: 1;
        background-color: white;
        border-radius: 20px;
        border: solid 1px #222222;
        width: 60%;
        height: auto;
        max-height: 750px;
        min-height: 100px;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    #pageModalContent {
        padding: 70px;
        width: 100%;
    }

    #layoutcell {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:901px) {
    .grid-item {
        width: calc(50%);
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-item--width2 {
        width: calc(100%);
    }
}


@media (min-width:1348px) {
    .padded-flex-l {
        padding-left: 20px;
    }

    .padded-flex-r {
        padding-right: 20px;
    }

    .padded-box-l {
        padding-left: 10px !important;
    }

    .padded-box-r {
        padding-right: 10px !important;
    }
}

.grid-item-full {
    width: calc(100%);
    padding-left: 10px;
    padding-right: 10px;
}
