body {
    font-size: .88em;
}

h4{
    margin: 0;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #45474d;
    font-family: Lato, sans-serif;
}

.borisStartProgress {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
}

.borisStartProgress .splashScreen img {
    margin: 0 0 0 190px;
}

.borisStartProgress .splashScreen .anim_bg .progress {
    background-color: #3C3C3C;  /*<<--- put here ur main color.*/
}

.mapLoaded .borisStartProgress {
    display: none;
}
.borisStartProgress .splashScreen {
    top: 40% !important;
    right: 50%;
    width: 269px;
    margin: 0;
    padding: 0;
    position : absolute;
    overflow: visible;
    font-family: verdana, arial, helvetica, geneva, sans-serif!important;
}

.borisStartProgress .progressMsg {
    position: absolute;
    left: 5px;
    width:0px;
    overflow: visible;
}
.borisStartProgress .splashScreen .progressMsg{
    top: 0
}
.borisStartProgress .splashScreen.vertical .progressMsg{
    bottom: 0;
    top:initial;
}

.borisStartProgress .splashScreen p {
    margin: 3px 0;
    padding: 0;
    font-size: 12px;
    white-space: nowrap;
}
.borisStartProgress .splashScreen .splashErrorMsg{
    color: #c0392b;
    line-height: 24px;
    white-space: pre;
}
.borisStartProgress .splashScreen .splashHeader {
    font-weight: bold;
    color: #fff;
}
.borisStartProgress .splashScreen .splashBundle {
    margin-top: 5px;
    /*color: #45474D;*/
    color: #AAA;
}
.borisStartProgress .splashScreen .splashSpacer {
}
.borisStartProgress .splashScreen .anim_bg {
    background-color: #bdc3c7;
    margin: 0 0 0 134px;
    padding: 0;
}
.borisStartProgress .splashScreen .anim_bg .progress {
    position: absolute;
    margin: 0;
    padding: 0;
}
.borisStartProgress .splashScreen .anim_bg{
    width: 269px;
    height: 20px;}
.borisStartProgress .splashScreen.vertical .anim_bg{
    height: 269px;
    width: 269px;
}
.borisStartProgress .splashScreen .anim_bg .progress {
    width: 0px;
    height: 100%;
}
.borisStartProgress .splashScreen.vertical .anim_bg .progress {
    width: 100%;
    height: 0;
    bottom: 0;

}

.borisStartSplashContainer {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
}

.borisStartSplashContainer .intro-header, .boris-intro .intro-header{
    background-color: #FFFFFF;
    width: 100%;
    position: fixed;
    top: 0;
    height: 87px;
    margin: 0;
    z-index: 2;
}

.borisStartSplashContainer .balken, .boris-intro .balken{
    position: relative;
    clear: both;
    height: 15px;
    width: 100%;
    margin: 0px;
    background-color: #303D74;
}

.borisStartSplashContainer .balken_hellblau, .boris-intro .balken_hellblau{
    width: 100%;
    height: 8px;
    margin: 0px;
    background-color: #e2f3fb;
}

.borisStartSplashContainer .balken_orange, .boris-intro .balken_orange{
    position: relative;
    clear: both;
    height: 15px;
    width: 100%;
    margin: 0px;
    background-color: #0066b3;
}

.borisStartSplashContainer .balken_hellorange, .boris-intro .balken_hellorange{
    width: 100%;
    height: 8px;
    margin: 0px;
    background-color: #d1d2d4;
}

.display-inline{
    display: inline-block;
}

.boris-intro{
    height: 100%;
    overflow: auto;
}

.boris-intro .rahmen{
    margin-top: 60px;
    padding: 30px;
}

.borisStartSplashContainer .rahmen {
    height: 80%;
    height: calc(100% - 128px);
    position: relative;
    overflow: auto;
    top: 90px;
    text-align: center;
    width: 100%;
}

.borisStartSplashContainer .inhalt_links {
    position: relative;
    top: 0px;
    text-align: center;
    padding-right: 280px;
    height: 95%;
    height: calc(100% - 50px);
}

.borisStartSplashContainer .inhalt_links h2 {
    font-size: 1.364em;
    line-height: 1.455em;
    margin-top: 1em;
    margin-bottom: 0.60em;
    font-weight: normal;
}

.borisStartSplashContainer .inhalt_links h1 {
    font-size: 1.5em;
    line-height: 1.455em;
    margin-top: 1em;
    margin-bottom: 0.60em;
    font-weight: bolder;
}

.borisStartSplashContainer .inhalt_rechts {
    position: absolute;
    top: 0;
    right: 10px;
    width: 230px;
    text-align: left;
    background-color: #E2F3FB;
    min-height: 100%;
}

.borisStartSplashContainer .inhalt_rechts .header-news{
    padding: 8px;
    font-weight: bold;
    color:#fff;
    background-color:#303D74;
}

.borisStartSplashContainer .karte {
    margin-top: 40px;
    text-align: center;
    cursor: pointer;
}

.borisStartSplashContainer .karte img {
    max-width: 100%;
}

.borisStartSplashContainer .karte:hover {
    cursor: pointer;
    background-color: #dfefff;
}

.borisStartSplashContainer .productItem {
    text-align: center;
    margin-bottom: 20px;
}

.borisStartSplashContainer .inhalt_links .productItem h4{
    margin: 0;
    font-size: 1.091em;
    font-weight: normal;
    line-height: 1.5em;
}

.borisStartSplashContainer .productItem img {
    border: 1px solid #293462;
    border-radius: 45px;
    height: 70px;
    padding: 1px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.borisStartSplashContainer .productItem:hover {
    cursor: pointer;
    background-color: #dfefff;
}

.borisStartSplashContainer .piktogramme {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

.borisStartSplashContainer .accept {
    background: #008000;
    color: #FFF;
    max-width: 410px;
    border: none;
    padding: 7px;
    margin: 0 auto;
    cursor: pointer;
}

.borisStartSplashContainer .accept:focus {
    outline: 1px solid rgba(0, 141, 201, 0.5);
    outline-offset: 3px;
    background-color: rgba(0, 141, 201, 0.5);
}

.borisStartSplashContainer .accept strong{
    font-size: 14px;
    font-family: Lato, sans-serif;
}

.borisStartSplashContainer .accept:hover {
    background-color: #00b000;
}

.borisStartSplashContainer .inhalt_rechts ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.borisStartSplashContainer .inhalt_rechts li {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.5em;
}

.borisStartSplashContainer .inhalt_rechts li > div {
    padding: 10px;
}

.borisStartSplashContainer .inhalt_rechts li .important {
    background: linear-gradient(to bottom,#fdb395 0%,lightsalmon 100%);
}

.borisStartSplashContainer .inhalt_rechts li .info {
    border-bottom: 2px solid white;
}

.borisStartSplashContainer .intro-footer {
    position: fixed;
    height: 38px;
    width: 100%;
    bottom: 0;
    background-color: #303D74;
}

.borisStartSplashContainer .intro-footer .footer-links {
    position: absolute;
    left: 10px;
    top: 5px;
}

.borisStartSplashContainer .intro-footer .footer-links a {
    color: #fff !important;
    text-decoration: none;
    margin-right: 10px;
}

.borisStartSplashContainer .intro-footer .footer-links a:hover {
    text-decoration: underline;
}

.borisStartSplashContainer .intro-footer .itnrw-sig {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 0.8em;
    line-height: 1.3em;
    color: #ffffff;
}

.borisStartSplashContainer .intro-footer-boris-de {
    position: fixed;
    height: 38px;
    width: 100%;
    bottom: 0;
    background-color: #0066b3;
}

.borisStartSplashContainer .intro-footer-boris-de .footer-links {
    position: absolute;
    left: 10px;
    top: 5px;
}

.borisStartSplashContainer .intro-footer-boris-de .footer-links a {
    color: #fff !important;
    text-decoration: none;
    margin-right: 10px;
}

.borisStartSplashContainer .intro-footer-boris-de .footer-links a:hover {
    text-decoration: underline;
}

.borisStartSplashContainer .intro-footer-boris-de .itnrw-sig {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 0.8em;
    line-height: 1.3em;
    color: #ffffff;
}

.borisStartSplashContainer .inhalt_rechts_borisde {
    position: absolute;
    top: 0;
    right: 10px;
    width: 230px;
    text-align: left;
    background-color: #b9daf3;
    min-height: 100%;
}

.borisStartSplashContainer .inhalt_rechts_borisde .header-news{
    padding: 8px;
    font-weight: bold;
    color:#fff;
    background-color:#0066b3;
}

.borisStartSplashContainer .inhalt_rechts_borisde ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.borisStartSplashContainer .inhalt_rechts_borisde li {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.5em;
}

.borisStartSplashContainer .inhalt_rechts_borisde li > div {
    padding: 10px;
}

.borisStartSplashContainer .inhalt_rechts_borisde li .important {
    background-color: lightsalmon;
}

.borisStartSplashContainer .inhalt_rechts_borisde li .info {
    border-bottom: 2px solid white;
}