﻿

.center {
    padding-bottom: 15px;
}

td {
    font-size: 12px;
}

th {
    font-size: 12px;
}

.table-big td {
    font-size: 14px;
    padding-right: 10px;
}

.table-big th {
    font-size: 14px;
}

a:focus-visible,
button:focus-visible,
button:focus-visible::after,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
select.form-control:focus-visible,
#btn-login:focus-visible,
.btn-primary:focus-visible,
[tabindex]:focus-visible,
.recent-work-wrap:focus-within,
button.prev.carousel-control-prev:focus-visible,
button.next.carousel-control-next:focus-visible {
    outline: 3px solid #3b82f6;
    outline-offset: 2px;
    border-radius: 4px;
}


.form-check.fa-group.userCode {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


    .form-control {
    background-color: #ffffff;
    border: 1px solid #000000;
    font-size: 14px;
    margin-top: -4px;
    max-width: 700px;
    
    /*background-color: #ffffff;
  border: 1px solid #cccccc;*/
}


.form-group .form-control {
    border-color: #cccccc;
}


/* Pfeil hinter dem aktivierten Tab ausblenden */
.nav-tabs > li.active > a:after {
    border-width: 0px 0px;
}

#headerClientgroupDisplay {
    margin-left: 20px;
    color: white;
}

#headerClientgroupAndUserDelimiter {
    margin-left: 20px;
    color: white;
}

#bottom a {
    color: #000;
}

    #bottom a:hover, a:focus {
        color: #c52d2f;
    }

#bottom h3 {
    margin-bottom: 0px;
    margin-top: 10px;
    padding-bottom: 5px;
}

@media(max-width:767px) {
    body > section {
        padding: 25px 0;
    }
    /*
    navbar {
        min-height: 65px;
    }
    */
}

.form-inline .form-group .form-control {
    padding-bottom: 6px;
    padding-top: 6px;
}

.form-inline .form-group label {
    line-height: 1.4285;
}



/* Vertikaler Platz zwischen Buttons: <div class="col-xs-12 button-wrapper"> */
.btn-toolbar .btn {
    margin-bottom: 4px;
}


/* xxs */
@media all and (max-width:480px) {
    .btn-toolbar .btn {
        margin-bottom: 0;
    }

    .btn-block-xxs {
        width: 100%;
        display: block;
    }

    .hidden-xxs {
        display: none !important;
    }

    

    .form-control + .form-control {
        margin-top: 7px;
    }

    .input-group + .input-group {
        margin-top: 7px;
    }
}


/* Input-Elemente direkt hintereinander bei Darstellung untereinander */
/* xs */
@media all and (max-width:767px) {
    /*
    .input-group + .btn-block-xxs {
        margin-top: 7px;
    }

    .btn-block-xxs + .btn-block-xxs {
        margin-top: 7px;
    }
    */

    /* Damit Buttons beim Umbrechen einen oberen Rand zwischeneinander haben */
    .btn-block-xxs {
        margin-top: 7px;
    }

    /* Damit die oberste Zeile Buttons keinen oberen Rand hat */
    .btn-block-xxs-container {
        margin-top: -7px;
    }

}



[hidden] {
    display: none !important;
}


.dropdown-menu {
    min-width: 210px;
}

.dropdown-item.dropdown-toggle {
    color:white;
}



.absolute-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .absolute-center.is-responsive {
        width: 50%;
        height: 50%;
        min-width: 200px;
        max-width: 400px;
        padding: 40px;
    }


/* Überschrift in den Kästchen etwas kleiner... */
.recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
}

/* Weiße Schrit mit schwarzem Rand */
.strokeme {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}


/* Tabs mit kleinerem Rand */
.nav-tabs > li > a {
    padding: 5px 10px;
}


/* Dropdown bei Userdaten */
.navbar-user {
    color: white;
    background-color: rgba(0,0,0,.85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border-width: 1px;
    border-color: white;
    padding: 0;
    margin-top: 0px;
    /* border-top: 0; */
    border-radius: 0;
    left: 0;
}

    .navbar-user:before {
        position: absolute;
        top: 10px;
    }

    .navbar-user > li > a:hover,
    .navbar-user > li > a:focus {
        background-color: #c52d2f;
        color: #fff;
    }

    .navbar-user > .active > a,
    .navbar-user > .active > a:hover,
    .navbar-user > .active > a:focus,
    .navbar-user > .open > a,
    .navbar-user > .open > a:hover,
    .navbar-user > .open > a:focus {
        background-color: #c52d2f;
        color: #fff;
    }

    .navbar-user > li > a {
        padding: 8px 15px;
        color: #fff;
    }

    .navbar-user > li:hover > a,
    .navbar-user > li:focus > a,
    .navbar-user > li.active > a {
        background-color: #c52d2f;
        color: #fff;
    }

    .navbar-user > li:last-child > a {
        border-radius: 0 0 3px 3px;
    }

    .navbar-user > li.divider {
        background-color: transparent;
    }

.navbar-user {
    /*border-top: 0;*/
    padding-bottom: 0;
}

.left {
    padding-bottom: 20px;
}

body > section {
    padding: 20px 0;
}

/* XS & XXS */
@media only screen and (max-width: 767px) {
    body > section {
        padding: 5px 0;
    }
}

/* grauer Kasten bei kleinen Dialogen => oben und unten gleicher Rand */
.panel-body {
}

.panel-body{
  padding: 20px 20px 20px;
}

.card-body {
    padding: 20px 20px 20px;
}


/* XXS */
@media only screen and (max-width: 480px) {
}

/* XS */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* SM */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* MD */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/* LG */
@media only screen and (min-width: 1200px) {
}


/* Menü-Elemente zweite Unterliste bisher grau => jetzt weiß */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}



.recent-work-wrap .overlay {
  padding: 0px; 
  /* überschreiben responsive.css */
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

    .recent-work-wrap .overlay {
        padding: 0px;
    }

    .preview {
        visibility: hidden;
    }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

    .recent-work-wrap .overlay {
        padding: 0px;
    }

        .preview {
        visibility: hidden;
    }
}


/* xs */

/* xxs */
@media all and (max-width:480px) {
    .preview {
        visibility: hidden;
    }
}





/* überschreiben mian.css:1941, padding oben/unten 7 führt bei DrowDown-Liste zu einem zu kleinen Ausschnitt */
.form-group .form-control {
  padding-top: 6px;
  padding-bottom: 6px;
}

.form-group{
    margin-bottom: 15px;
}


#mainbody {
    margin-bottom: 20px;
    margin-top: 20px;
}


.panel {
    border-radius: 0px;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:1px solid;
  box-shadow:none;
}


.nav-tabs{
  border-right: 0px;
}


.nav-tabs>li{
  border-bottom: 0px;
}


.tab-content {
    /*background-color: lightgray;*/
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
}

.widget {
    margin-bottom: 0px;
}




.row-flex {
  display: flex;
  /*flex-wrap: wrap;*/
}


#bottom {
    padding-top: 30px;
    font-size: 13px;
}

    #bottom h5 {
        margin-bottom: 0px;
        margin-top: 15px;
        padding-bottom: 5px;
    }

    #bottom ul li {
        padding: 2px 0;
    }


@media (max-width: 767.999999999px) {
  .hidden-xs {
    display: none !important;
  }
}

#logos1 img, #logos2 img, #logosAll img {
    height:70px;
    margin: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

#logosAll {
    padding-top:5px;
    text-align:center;
}

#logoRibbon {
    padding:5px;
}

#logoRibbon h4 {
    color:black;
}

#bottom {
    padding-bottom:15px;
}

#info h1{
    color:black;
}

#info .label {
    color:black;
}
