html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
    margin: 0px;

}

body {
    background: #ecf2f7;

    /*
    background: rgb(239,245,255);
    background: linear-gradient(343deg, rgb(255 255 255) 60%, rgb(174 207 217) 85%, rgba(0,148,179,1) 100%);
        */
}

.navbar {
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #fcfefb !important;
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0,40,81,0.4);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0,40,81,0.4);
    box-shadow: 0px 0px 45px 0px rgba(0,40,81,0.4);
    z-index: 10000;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    font-weight: bold;
    color: #03447e;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    background-image: url(../images/ihk-logo.svg);
    height: 45px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
}

input[type=checkbox],
input[type=radio] {
    transform: scale(1.5);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
/*
#eq_actiontoolbar {
    display: block;
    position: fixed;
    top: 54px;
    height: 70px;
    background-color: white;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    left: calc(50% - 150px);
    width: 300px;
    box-shadow: 0px 10px 10px 0px rgba(0,40,81,0.4);
    border-radius: 0px 0 5px 5px;
}*/

div.eq_actiontoolbar { /* Extra Spacer for pages with the actiontoolbar */
    margin-top: 150px;
}

#eq_actiontoolbar {
    top: 54px;
    display: block;

    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    height: 0px;
}

    #eq_actiontoolbar div.eq_actiontoolbar_container {
        display: inline-block;
        min-width: 20px;
        background-color: white;
        box-shadow: 0px 10px 10px 0px rgba(0,40,81,0.4);
        border-radius: 0px 0 5px 5px;
        padding: 30px 0px 10px 0px;
    }

        #eq_actiontoolbar div.eq_actiontoolbar_container div.eq_toolbar_item {
            display: inline-block;
            margin-left:20px;
            margin-right:20px;
        }





a.linkLogOff::after,
a.linkLogout::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f2f5";
    display: inline-block;
    width: 40px;
    font-size: 150%;
    text-align: center;
    line-height: 25px;
}