﻿@font-face {
    font-family: 'Telge Sans';
    src: url('../fonts/telgesans/Telge-Thin.woff') format('woff2'), url('../fonts/telgesans/Telge-Thin.woff2') format('woff2');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Telge Sans';
    src: url('../fonts/telgesans/Telge-ThinItalic.woff') format('woff2'), url('../fonts/telgesans/Telge-ThinItalic.woff2') format('woff2');
    font-style: italic;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Telge Sans';
    src: url('../fonts/telgesans/Telge-SemiBold.woff') format('woff2'), url('../fonts/telgesans/Telge-SemiBold.woff2') format('woff2');
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Telge Sans';
    src: url('../fonts/telgesans/Telge-Telge-SemiBoldItalic.woff') format('woff2'), url('../fonts/telgesans/Telge-Telge-SemiBoldItalic.woff2') format('woff2');
    font-style: italic;
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Telge Sans';
    src: url('../fonts/telgesans/Telge-Light.woff') format('woff2'), url('../fonts/telgesans/Telge-Light.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Telge Sans';
    src: url('../fonts/telgesans/Telge-LightItalic.woff') format('woff2'), url('../fonts/telgesans/Telge-LightItalic.woff2') format('woff2');
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'telge-icons';
    src: url('../fonts/icons/telge-icons.woff2?b6oll1') format('woff2'), url('../fonts/icons/telge-icons.ttf?b6oll1') format('truetype'), url('../fonts/icons/telge-icons.woff?b6oll1') format('woff'), url('../fonts/icons/telge-icons.svg?b6oll1') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body {
    font-family: 'Telge Sans', sans-serif;
    font-size: 16px;
    color: #222;
}

h2 {
    font-size: 32px;
    font-weight: 400;
}

h3 {
    font-size: 22px;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

p {
    margin-bottom: 30px;
}

.text-light {
    color: #636363;
}

.text-sm {
    font-size: 14px;
}

.text-lg {
    font-size: 20px;
}

.text-danger {
    color: #bf4321;
}

.tag {
    background-color: #f2f2f2;
    padding: 3px 10px;
    border-radius: 30px;
    margin-bottom: 5px;
}

.imagetext {
    font-size: 14px;
}

.decortext {
    font-size: 30px;
}

@media (min-width: 992px) {
    .decortext {
        font-size: 40px;
    }
}

ul, ol {
    padding-left: 20px;
    margin-top: 20px;
}

li {
    margin-bottom: 27px;
}

a {
    color: #1C70B1;
}

.btn-secondary {
    padding: 15px 60px;
    border: 2px solid #bbd197;
    border-radius: 30px;
    text-align: center;
    color: #222;
    display: inline-block;
    margin-bottom: 30px;
    background-color: transparent;
    transition: background-color .5s cubic-bezier(0, 0, 0.34, 1), border .5s cubic-bezier(0, 0, 0.34, 1);
}

    .btn-secondary:hover {
        background-color: #dde8cb;
    }

    .btn-secondary a {
        text-decoration: none;
        color: #222;
    }

        .btn-secondary a:hover,
        .btn-secondary a:visited {
            text-decoration: none;
            color: #222;
        }

        .btn-secondary a[href*=".pdf"]::after,
        .btn-secondary a[href*=".doc"]::after,
        .btn-secondary a[href*=".docx"]::after,
        .btn-secondary a[href*=".xlsx"]::after,
        .btn-secondary a[href*=".xls"]::after,
        .btn-secondary a[href*=".ppt"]::after,
        .btn-secondary a[target^=_blank]:not([href*="telge.se"])::after,
        .btn-secondary a[href^="https://"]:not([href*="telge.se"])::after,
        .btn-secondary a[href^="http://"]:not([href*="telge.se"])::after {
            font-size: 1.2rem;
        }

a[href*=".pdf"]::after,
a[href*=".doc"]::after,
a[href*=".docx"]::after,
a[href*=".xlsx"]::after,
a[href*=".xls"]::after,
a[href*=".ppt"]::after,
a[target^=_blank]:not([href*="telge.se"])::after,
a[href^="https://"]:not([href*="telge.se"])::after,
a[href^="http://"]:not([href*="telge.se"])::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "telge-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
    position: relative;
    right: 0;
    bottom: -0.1875rem;
    margin: 0 1.0625rem 0 0.25rem;
    display: inline-block;
    width: 0;
    text-decoration: none;
    font-size: 1.2rem;
    color: #222;
    content: "\e95d";
}

a[href*=".pdf"]::after,
a[href*=".doc"]::after,
a[href*=".docx"]::after,
a[href*=".xlsx"]::after,
a[href*=".xls"]::after,
a[href*=".ppt"]::after {
    content: "\e95e" !important;
}

.arrow-link {
    color: #1c70b1;
    margin: 0;
    text-decoration: none !important;
}


    .arrow-link a:after {
        content: "" !important;
        color: #222;
    }
    .arrow-link a:before {
        color: #222;
    }
    .arrow-link,
    .arrow-link a,
    .icon-checkbox {
        margin: 0;
    }
    .icon-checkbox {
        color: #222;
    }
        .arrow-link a {
            text-decoration: none !important;
            display: block;
            margin-bottom: 15px;
        }

            .arrow-link a:before,
            .icon-checkbox:before {
                font-family: 'telge-icons' !important;
                speak: never;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                font-size: 25px;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e904";
                margin-right: 10px;
                vertical-align: middle;
            }


            .arrow-link a[target^=_blank]:not([href*="telge.se"]):before,
            .arrow-link a[href^="https://"]:not([href*="telge.se"]):before,
            .arrow-link a[href^="http://"]:not([href*="telge.se"]):before {
                content: "\e95a";
                color: #222;
            }

            .arrow-link a[href*=".pdf"]:before,
            .arrow-link a[href*=".doc"]:before,
            .arrow-link a[href*=".docx"]:before,
            .arrow-link a[href*=".xlsx"]:before,
            .arrow-link a[href*=".xls"]:before,
            .arrow-link a[href*=".ppt"]:before {
                content: "\e951" !important;
                color: #222;
            }



table,
table td,
table th,
table caption {
    border-width: 1px !important;
}


.forms-icon-heading {
    background-image: url("/Static/ui-cms/img/forms/heading_16x16.gif");
    width: 16px;
    height: 16px;
}

.forms-icon-choicelist {
    background-image: url("/Static/ui-cms/img/forms/group_16x16.gif");
    width: 16px;
    height: 16px;
}

.forms-icon-checkbox {
    background-image: url("/Static/ui-cms/img/forms/checkbox_16x16.gif");
    width: 16px;
    height: 16px;
}

.forms-icon-textfield {
    background-image: url("/Static/ui-cms/img/forms/text_16x16.gif");
    width: 16px;
    height: 16px;
}

.forms-icon-textarea {
    background-image: url("/Static/ui-cms/img/forms/textarea_16x16.gif");
    width: 16px;
    height: 16px;
}

.forms-icon-selectbox {
    background-image: url("/Static/ui-cms/img/forms/select_16x16.gif");
    width: 16px;
    height: 16px;
}

.forms-icon-hiddenfield {
    background-image: url("/Static/ui-cms/img/forms/hidden_16x16.gif");
    width: 16px;
    height: 16px;
}

.forms-icon-multiplefields {
    background-image: url("/Static/ui-cms/img/forms/multipleinputs_16x16.gif");
    width: 16px;
    height: 16px;
}

.forms-icon-identitynumber {
    background-image: url("/Static/ui-cms/img/forms/identity_16x16.gif");
    width: 16px;
    height: 16px;
}

.forms-icon-fileupload {
    background-image: url("/Static/ui-cms/img/forms/fileupload_16x16.gif");
    width: 16px;
    height: 16px;
}
