﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

body {
    min-width: 270px;
    padding-top: 66px;
}

main {
    margin-top: 40px;
}

.mainlayout-topbar-bg {
    /*background-image: url("../images/PapierGrau1920x100.jpg");
    background-position: top;*/
    background: #ffffff;
    //background: -webkit-linear-gradient(to bottom, rgba(199, 199, 204, 0.5), rgba(222, 222, 226, 0.5));
    //background: linear-gradient(to bottom, rgba(199, 199, 204, 0.5), rgba(222, 222, 226, 0.5));
}

.mainlayout-topbar-line {
    background: #6A8093;
    height: 2px;
}

.productimage {
    width: 100px;
}

.productimagefull {
    width:100%;
}

.fixedtopwrapper {
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-color: white;
    overflow: hidden;
    position: relative;
}

.fixedtop1 {
    margin-top: 74px;
}

.fixedtop2 {
    margin-top 100px;
}

.nounderline {
    text-decoration: none !important
}

.navbutton {
    position: relative;
    //width: 90%;
    margin: 0 auto;
    cursor: pointer;
}

    .navbutton.navbutton-inactive {
        cursor: default;
    }

    .navbutton img {
        width: 100%;
    }

    .navbutton div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 8%;
        font-size: 0.75em;
        font-weight: 400;
        color: white;
        text-transform:uppercase;
    }

        .navbutton div .fas, .navbutton div .far {
            font-size: 1.3em;
            width: 40px;
        }

    .navbutton.navbutton-inactive img {
        opacity: 0.6;
    }

    /*.navbutton.navbutton-inactive div {
        color: #DBDBE0;
    }*/

        .navbutton.navbutton-inactive div .highlight {
            color: #EABFA8;
        }

        .navbutton.navbutton-active div .highlight {
            color: #eb5f0a;
        }

.fs-sc {
    font-size: 1em;
}

.fs-sc-small {
    font-size: 0.8em;
}

.quotationpdflink {
    text-decoration: underline;
    color: #eb5f0a;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
