﻿.body-default{ 
        background-color:#fff;
}

.navbar {
    background: #a3a0a0; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #a3a0a0, #ffffff); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #a3a0a0, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: lightgray;
    padding: 2px 40px 2px 40px;
    z-index: 3999;
}

    .navbar a {
        color: #fff;
        font: 700 15px Lato, sans-serif;
    }

ul.navbar-nav li a {
    text-align: center;
}

ul.navbar-nav li a:focus, ul.navbar-nav li a:hover, .cls-svg-menue-txt:focus, .cls-svg-menue-txt:hover {
  color: #8d6c59;
   fill: #8d6c59;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #8d6c59 !important;
}
    

li.nav-item {
    margin: 2px 0px 2px 0px;
}

a.nav-link {
    padding-top: 25px;
}

.navbar-fixed-top {
    border-bottom: 2px solid #009037;
}

ul.navbar-right li a {
    width: auto;
}

#innungsintro {
    height: 85px;
    width: 255px;
    background-image: url(/Images/SN/lihost_logo_neu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90); /*For IE8 and earlier;*/
}

.navbar-nav .dropdown-menu {
    width: 500px;
    float: left;
    align-content: flex-start;
}

.dropdown-toogle img:hover .dropdown-menu {
    display: inline;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
}


.li-logo {
    float: right;
}

.body-content {
    margin-top: 90px;
}

.nav-right {
    display: flex;
    justify-content: flex-end;
    text-align: center;
}

    .nav-right ul {
        padding-top: 8px;
    }

@media (max-width:1400px) {
    a.dropdown-item {
        padding-left: 50px;
    }
}

@media (max-width:1200px) {
    a.dropdown-item {
        padding-left: 10px;
    }

    .nav-min-up {
        margin-top: 100px;
    }
}

@media (max-width:991px) {
    .body-content {
        margin-top: 170px;
    }

    .navbar {
        min-height: 70px;
    }

    #innungsintro {
        margin: 0;
        padding: 0;
        float: left !important;
    }

    .nav-right {
        display: flex;
        justify-content: flex-end;
        text-align: center;
        width: 120%;
        background: #f7f6f6;
        background: -webkit-linear-gradient(to left, #f7f6f6, #fafafa); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #f7f6f6, #fafafa); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        margin: 0px -40px 0px -40px;
        padding: 0px 10px 0px 10px;
    }

        .nav-right a {
            color: #5c5a5a;
            font-size: 14px;
            font-weight: 400;
        }

        .nav-right .ul2 {
            padding: 2px 10px 2px 10px;
        }

    a.nav-link {
        padding: 5px 3px 0px 3px;
    }

    .img-menue {
        padding: 12px 3px 0px 3px;
    }
}

@media (max-width:850px) {
    .body-content {
        margin-top: 140px;
    }
}

@media (max-width:800px) {
    .nav-item2 a {
        font-size: 13px;
    }
    /*.nav-right {
        background:#f5f5f5;
    }*/
}

@media (max-width:767px) {
    #innungsintro {
        max-height: 80px;
    }
}


@media (max-width:570px) {
    /*.nav-right {
        background:#efeeee;
    }*/
}

@media (max-width:450px) {
    .nav-right {
        /*background:#efefef;*/
        padding: 2px 50px 2px 10px;
    }

    .navbar {
        padding: 2px 10px 2px 10px;
    }

    .nav-item2 a {
        font-size: 12px;
    }
}

@media (max-width:420px) {
    .nav-item2 a {
        font-size: 11px;
    }
}

@media (max-width:385px) {
    .nav-right {
        padding: 0px;
    }
}

@media (max-width:354px) {
    .navbar-toggler {
        padding: 2px 2px 2px 2px;
    }
}
/*Login----------------------------------------------------------------------------*/
#div-log-left {
    background-color: #808080;
}

#div-log-right {
    background-color: #eeecec;
}

i {
    color: #fff;
}

h1 {   
    color: #3A3331;
}

hLog {
    color: #fff;
}

h4 {
    color: #35150C;
}

.input-username, .input-password {
    border-bottom: 3px solid #8d6c59;
    background: #eeecec;
    color: #808080;
    background-color:transparent;
}

    .input-username:focus, .input-password:focus {
        color: #8d6c59;
        border-bottom: 3px solid #8d6c59;
        background-color:transparent;
    }

.login-button {
    background-color: #fff;
    border: 2px solid #8d6c59;
    color: #0d5b2b;
}

.login-button:hover {
        color: #fff !important;
        background-color: #8d6c59;
        border: 2px solid #8d6c59;
    }

#acct {
    color: #0d5b2b;
}

.signup-button {
    background-color: #fff;
    border: 2px solid #8d6c59;
    color: #0d5b2b;
}

    .signup-button:hover {
        color: #fff;
        background-color: #8d6c59;
        border: 2px solid #8d6c59;
    }

/*End Login----------------------------------------------------------------------------*/

/*Default----------------------------------------------------------------------------*/
.wilkommengefa{
    display:none!important;
}
.wilkommenall{
    display:block !important;
}
.div-kataster-gefa {
    display: none!important;
}
.triangle-Carousel{
    display:inline!important;
}
.gefanone{
        display: none!important;
}
allnone
.liostsigle {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

    .liostsigle:hover {
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

.text-tologin {
    color: #8d6c59;
    font-size: 16px;
    font-weight: 500;
}



.div-willkommen {
    height: 220px;
    margin: 0px 40px;
    background-image: url('../Images/SN/liostback.png');
   background-color: #fff;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15%;
    display: -webkit-box;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

    .div-willkommen h2 {
        padding-left: 20%;
    }

@media (max-width: 1600px) {
}

@media (max-width: 1250px) {
    .div-willkommen h2 {
        font-size: 26px;
    }

    .div-willkommen {
        height: 170px;
        background-size: 20%;
    }
}

@media (max-width: 1000px) {
    .div-willkommen {
        height: 150px;
    }

        .div-willkommen h2 {
            font-size: 22px;
        }
}

@media (max-width: 850px) {
    .div-willkommen h2 {
        font-size: 20px;
    }

    a.nav-link {
        font-size: 12px;
    }

    a.dropdown-item {
        font-size: 11px;
    }

    .dropdown-item img {
        height: 20px;
    }
}

@media (max-width: 750px) {
    .div-willkommen {
        height: 100px;
        margin: 0px 20px;
    }

        .div-willkommen h2 {
            font-size: 18px;
            font-weight: 500;
        }
}

@media (max-width: 650px) {
    .div-willkommen {
        height: 80px;
        margin: 0px 20px;
    }

        .div-willkommen h2 {
            padding-left: 18%;
            font-size: 16px;
            font-weight: 500;
        }

    button.close {
        margin-top: -10px;
    }
}

@media (max-width: 580px) {
    .div-willkommen {
        height: 70px;
        margin: 0px 20px;
    }

        .div-willkommen h2 {
            font-size: 14px;
            font-weight: 500;
        }

    a.nav-link {
        font-size: 10px;
    }

    a.dropdown-item {
        font-size: 10px;
    }

    .dropdown-item img {
        height: 17px;
    }
}

@media (max-width: 520px) {
    .div-willkommen {
        height: 70px;
        margin: 0px 20px;
        background: none;
    }

        .div-willkommen h2 {
            padding-left: 10px;
            font-size: 13px;
            font-weight: 500;
        }
}

@media (max-width: 380px) {
    .div-willkommen {
        height: 70px;
        margin: 0px 5px;
        background: none;
    }

        .div-willkommen h2 {
            padding: 14px 2px;
            font-size: 12px;
            font-weight: 500;
        }
}
/*End Default----------------------------------------------------------------------------*/

/*Links ------------------------------------------------------------------------------------*/
.header-roundet {
    border-bottom-right-radius: 150px;
    position: relative;
    z-index: 1;
}

.header-background {
    font-family: Rubik,Lato,"Lucida Grande","Lucida Sans Unicode",Tahoma,Sans-Serif;
    color: #3A3331;
}

.header-link-color {
    background: #a3a0a0; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #a3a0a0, #ffffff, #ffffff); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left,#a3a0a0, #ffffff, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #3A3331;
    position: relative;
}

    .header-link-color h2 {
        color: #808080;
        font-size: 50px;
    }

.header-subtitle {
    padding: 10px;
}

.bg-image {
    width: 100%;
    background-color: #82b2d8;
}

.bg-header-title {
    height: 200px;
    padding-top: 3%;
}

@media screen and (max-width:1600px) {
    .header-roundet {
        border-bottom-right-radius: 100px;
        position: relative;
        z-index: 1;
    }

    .header-link-color h2 {
        color: #808080;
        font-size: 40px;
        padding-top: 10%;
    }

    .header-subtitle img {
        height: 20px;
    }

    .header-subtitle {
        padding: 2px 5px;
    }

    .header-link-color {
        height: 250px;
    }

    .bg-header-title {
        padding-top: 0px;
    }
}

@media screen and (max-width:1500px) {
    .header-subtitle {
        padding-bottom: 20px;
    }

    .header-link-color {
        height: 230px;
    }

    .bg-header-title {
        height: 180px;
        padding-top: 3%;
    }
}

@media screen and (max-width:1200px) {
    .header-subtitle {
        margin-top: -40px;
    }

    .header-link-color h2 {
        font-size: 28px;
    }

    .header-subtitle {
        padding-bottom: 5px;
    }

    .header-link-color {
        height: 200px;
    }

    .bg-header-title {
        height: 180px;
        padding-top: 3%;
    }
}

@media screen and (max-width:991px) {
    .header-subtitle {
        margin-top: -30px;
    }

    .header-link-color h2 {
        font-size: 24px;
    }

    .header-link-color {
        height: 150px;
    }

    .bg-header-title {
        height: 130px;
        padding-top: 3%;
    }
}

@media screen and (max-width:750px) {
    .header-subtitle {
        margin-top: -10px;
    }

    .header-link-color {
        height: 130px;
    }

    .bg-header-title {
        height: 90px;
        padding-top: 3%;
    }

    .header-link-color h2 {
        color: #808080;
        font-size: 30px;
        padding-top: 10%;
    }
}

@media screen and (max-width:500px) {
    .header-link-color {
        height: 100px;
    }

    .bg-header-title {
        height: 40px;
        padding-top: 3%;
    }

    .header-link-color h2 {
        color: #808080;
        font-size: 20px;
        padding-top: 2%;
    }
}
/*.gvInfos:nth-child(odd) {
    background-color: green;
}

.gvInfos:nth-child(even) {
    background-color: red;
}*/


/*End Links ------------------------------------------------------------------------------------*/
/*KZA-------------------------------------------------------------------------------------*/
.btKZA,.btLink {width:300px;
    height: 100px;
    background-color:transparent;
    border: 0px;background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;}
.btKZA {
   background-image: url('../Images/SN/KZALIOSTHEButtonSN.png');
}
.btLink {
    background-image: url('../Images/SN/KZALinkLiostSN.png');
}
.imgKZA{
     height:400px;
   background-image: url('../Images/SN/KZALiostSN.jpg');
    background-size:50%;
    background-repeat:no-repeat;
    background-position:center;
}

.progress-bar-innen {
  background-color:#016401;
}
.progress-bar-innenS {
  background-color:#568e56;
}
.progress-bar-innen-noten2-bg {
   background-color:#016401;
}
.progress-bar-innen-noten2-bgS {
   background-color:#568e56;
}
progress-bar-innen-noten1-bg {
    color: green;
}
progress-bar-innen-noten1 {
    color: green;
}
/*End KZA-------------------------------------------------------------------------------------*/
/*Footer----------------------------------------------------------------------------*/
.footer-color {
    background-color: #fff;
}
.div-symbol {
    background-image: url('../Images/SN/liosthe.png');
}
.back-to-top:hover {
    background-color: #8d6c59;
}
/*End Footer ------------------------------------------------------------------------------------*/

/*Lieferanten ------------------------------------------------------------------------------------*/
.activeBtn,.btnLief {
    background-color: #199b4a;
}
#tablesupplier input:focus, #tablesupplier2 input:focus{
   -moz-box-shadow:    inset 0 0 3px #199b4a;
   -webkit-box-shadow: inset 0 0 3px #199b4a;
    box-shadow:         inset 0 0 3px #199b4a;
    background-color:transparent;
}
/*End Lieferanten ------------------------------------------------------------------------------------*/

/*Admin-----------------------------------------------------------------------------------------------*/
#MainContent_dataForm input:focus, #MainContent_dataForm textarea:focus, #MainContent_dataForm select:focus, #KZAKreise input[type=text]:focus, .StyleInput input:focus, .StyleInput select:focus, .StyleInput textarea:focus{
   -moz-box-shadow:    inset 0 0 3px #199b4a;
   -webkit-box-shadow: inset 0 0 3px #199b4a;
    box-shadow:         inset 0 0 3px #199b4a;
    background-color:transparent;
}
/*End Admin------------------------------------------------------------------------------------------*/
#MainContent_HasEKV .header-link-color
    {
        height: auto;
    }
#MainContent_HasEKV .header-subtitle {padding-bottom:0px;}

.FirmDataGrid tr :nth-child(7) {display:none;}
.SubGrid tr :nth-last-child(2) {display:inline;}
.VPRInnung:after {content:"des Landesinnung Sachsen für Orthopädie-Schuhtechnik";font-size:1em;}