

/*
Kachelfarben
#e3e2dd
#c8cbc2
#d3d7c9
#bfbcb7
#d5d4c8
#c9c6b9

#dcdcda
#eef0f2
*/
html, body {
    height: 100%;
}

html {
    -ms-overflow-style: scrollbar;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}



body {
    padding-top: 170px;
    position: relative;
}

body.index {
    padding-top: 125px;
}

#page {
    padding-bottom: 210px;
    position: relative;
    min-height: 100%;
}

#header {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    border-bottom: 3px solid #e3000b;
}
#header>.container-fluid {
    padding: 10px 0;
    /* border-bottom: 3px solid #e3000b; */
    text-align: center;
}
#header>.container {
    padding: 10px 0;
}

#header h1 {
    /* text-align: center; */
    font-size: 1.25rem;
    margin-bottom: 0.125rem;
}
#header h2 {
    font-size: 1.25rem;
    margin-bottom: 0.125rem;
}

#header h3 {
    /*text-align: center; */
    font-size: 1rem;
    margin-bottom: 0.125rem;
}


#header .header-left img {
    height: 60px;
    margin-bottom: 0.125rem;
}

#header .header-right {
    text-align: center;
    /* height:31px; */
}

.header-right .logo {
    margin-bottom: 10px;
}
.impr .header-right .logo {
    margin-bottom: 0;
}

.index #header .header-right {
    height:0;
}

#header .header-left {
    text-align: center;
}

.header-right a {
    display: inline-block;
}
.header-right input{
    display: inline-block;
}
.header-right form{
    display: inline;
}

#header img.banner {
    /* max-width: 980px; */
    width:100%;
}


#banner {
    /* background-image: url(../grafik/fotolia_184836297.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px; */
}


#content {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
#content2 {
    padding-top: 15px;
    padding-bottom: 30px;
    overflow: hidden;
}

#content2 > .row {
    padding-bottom: 45px;
}

#content>.container {
    padding: 0;
}

#content.container-fluid {

}

#page>.container {
    padding-left: 0;
    padding-right: 0;
}

#footer {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width:100%;
    bottom: 0;
    background: #e3000b;
    color: #ffffff;

    /*padding: 20px 0; */
    text-align: center;
}

#footer>.container-fluid {
}

#footer>.container-fluid>.row {
    padding-top: 20px;
    padding-bottom: 20px;
    /* background: #e3000b; */
}



#footer a {
    color: #ffffff;
}

#footer a:hover{
    color: #e3000b;
    background-color: #ffffff;
}



.textid {
    color: orange;
    /* font-weight: bold; */
    display: block;
}


.text-left {
    text-align: left;

}

.text-center {
    text-align: center;

}




.aktuellesbox {
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding: 0;

    background-image: url(../grafik/sticky-note-chad-mcdermott5-1.jpg);
    background-size: cover; */
}

.aktuellesbox>div {
    min-height: 350px;
}

.aktuellesbox h5 {
    font-weight: bold;
}

.aktuellesbox>div>div {
    font-size: 18px;
}


/*
#banner-aktuelles {
    background-image: url(../grafik/abstract-technology-binary-code-background-vector-id969265914.jpg);
    background-size: cover;
    margin-bottom: 40px;

}*/


#banner-aktuelles2 {
    background-image: url(../grafik/banner-bg-red.jpg);
    background-size: cover;
    color: #ffffff;
    margin-bottom: 30px;
}

/*
#banner-aktuelles3 {
    background-image: url(../grafik/che-hintergrund-50prozent.jpg);
    background-size: cover;
    color: #ffffff;
    margin-bottom: 40px;
}*/

#banner-unten {
    /* background-image: url(../grafik/20jahre_ranking_banderole.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */

    /*height: 300px; */
}
#banner-unten img {
    width: 100%
}



/** Tiles  **/
.tile {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.tile .inner {
    position: relative;
    padding: 10px;

    display: table;
    width: 100%;
}

.tile .inner>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.tile .inner>div {
    height: 140px;
}

/*
.index .tile>.inner>div {
    height: 75px;
}*/



.tile .inner {
    background-color: #e3e2dd;
}

.tile .inner:hover {
    background-color: transparent;
}


.tile .inner::before,
.tile.tile2 .inner::before,
.tile.tile3 .inner::before {
    z-index: 1;
}

.tile .inner:hover::before,
.tile.tile2 .inner:hover::before,
.tile.tile3 .inner:hover::before {
    z-index: -1;
}
/*.tile.tile1 i.fas {
    color: #e3e2dd;
}*/




.tile .inner::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    /* transition: all 0.5s linear 0s; */
    width: 2px;
    background-color: #e3000b;
}

.tile .inner:hover::before {
    width: 100%;
}

.tile .inner:hover {
    color: #ffffff;
}

.tile .inner:hover a {
    color: #ffffff;
}

.tile .inner  a:hover {
    /*color: #e3000b;*/
    background-color: transparent;
}


.tile a {
    color: #e3000b;
}

.tile i.fas {
    font-size: 48px;
    height: 76px;
    width: 76px;
    line-height: 76px;

    margin: 32px 15px 0 5px;

    text-align: center;
    border-radius: 200px;
    color: #ffffff;
    background-color: #e3000b;
}

.tile .inner>div {
    text-align: left;
    width: 100%;
}
.tile .inner:hover i.fas {
    color: #e3000b;
    background-color: #ffffff;
}


















.table {
    font-size: 12px;
}

.table thead th {
    border-bottom: none;
    border-top: none;
    background-color: #d6d6d6;
    /* background-color: #9c9c9c; */
}

.table td,
.table th {
    padding: 0.375rem 0.375rem;
}

table td.center,
table th.center {
    text-align: center;
}
table td.left,
table th.left {
    text-align: left;
}

table td.top,
table th.top {
    vertical-align: top;
}

.table ul {
    margin-bottom: 0;
}


.table tr:last-child  td {
    border-bottom: 1px solid #dee2e6;
}

.table th {
    font-weight: normal;
}


a {
    color: #e3000b;

}

a:hover {
    color: #ffffff;
    background-color: #e3000b;
    text-decoration: none;
}

.highlight {
    background: yellow;
    border:1px solid #000000;
    padding: 2px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}




.light_grey {
    background-color: #f2f2f2;
}


.white {
    background-color: #ffffff;
}


.btn-primary {
    border-color: #9c9c9c;
    background-color: #9c9c9c;
}

.btn-primary:hover {
    background-color: #808080;
    border-color: #707070;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #808080;
    border-color: #707070;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(192,192,192,.5);
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(192,192,192,.5);
}

.form-control-sm {
    padding: .3125rem .5rem;
}

#passwort_fb {
    display: inline-block;
}

#pass_bild {
    display: inline-block;
}

#img_captcha {
    /*margin-left: 15px;*/
}
#captcha_neu {
    margin-left: 15px;
}

.col-captcha,
.col-loginbutton {
    text-align: center;
}


img#img_captcha {
    border-radius: 0.2rem;
}





.index .tile7 .inner>div {
    height: 120px;
}
.tile.tile7 i.fas {
    font-size: 36px;
    height: 58px;
    width: 58px;
    line-height: 58px;
    margin: 31px 15px 0 5px;
}




@media (min-width: 576px) {


    body.index {
        padding-top: 160px;
    }

    .tile .inner>div {
        height: 140px;
    }

    .highlight {
        width: 500px;
    }



    .col-captcha,
    .col-loginbutton {
        text-align: left;
    }


    .tile i.fas {
        margin: 32px 15px 0 5px;
    }

}



@media (min-width: 768px) {
    /* medium -md */


    body {
        padding-top: 130px;
    }
    body.impr {
        padding-top: 100px;
    }
    body.index {
        padding-top: 200px;
    }



    #page {
        padding-bottom: 140px;
    }

    #header .header-left {
        text-align: left;
    }

    #header h1 {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }
    #header h2 {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }


    #header h3 {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }


    #header .header-left img {
        height: 80px;
    }

    #header .header-right {
        height: auto;
        text-align: right;
    }

    #header .header-right>div {
        /*position: absolute;
        bottom:0;
        right: 15px;
        margin-left: -25px;*/
    }


    #banner {
        /*height: 600px; */
    }

    #banner-mitte {
        /*height: 400px; */
    }


    .tile .inner>div {
        height: 140px;
    }

    .aktuellesbox {
    }

    .aktuellesbox>div {
        /* height: 440px; */
    }
}


@media (min-width: 992px) {
    /* large  lg */

    body.index {
        padding-top: 250px;
    }

    #header .header-left img {
        height: 90px;
    }


    #banner-mitte {
        /*height: 500px; */
    }

    #header {
        padding-left: 0;
        padding-right: 0;
    }

    #header>.container-fluid {
        max-width: 960px;
    }

    #content.container-fluid,
    #content2.container-fluid {
        padding-left: 0;
        padding-right: 0;
        max-width: 960px;
    }

    #content>.container-fluid {
        max-width: 960px;
        padding-left: 0;
        padding-right: 0;
    }

    #banner-aktuelles2>.container-fluid {
        max-width: 960px;
        padding-left: 0;
        padding-right: 0;
    }

    #footer {
        padding-left: 0;
        padding-right: 0;
    }

    #footer>.container-fluid {
        max-width: 990px;
    }





    .tile .inner>div {
        height: 140px;
    }

    .index .tile7 .inner>div {
        height: 90px;
    }
    .tile.tile7 i.fas {
        margin: 16px 15px 0 5px;
    }


    .aktuellesbox>div {
        /* height: 380px; */
    }

}


@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }


    #header>.container-fluid {
        max-width: 1170px;
    }
    #content.container-fluid,
    #content2.container-fluid {
        max-width: 1170px;
    }

    #footer>.container-fluid {
        max-width: 1200px;
    }

    #content>.container-fluid {
        max-width: 1170px;
    }

    #banner-aktuelles2>.container-fluid {
        max-width: 1170px;
    }


    .tile  .inner > div {
        height: 200px;
    }



    .tile i.fas {
        margin: 62px 15px 0 5px;
    }

}


/*   jk*/
.table3.table,
.table9.table {
    max-width: unset;
    width: unset;
}

.table4.table {
    font-size: 12px;
}

.table5 th,
.table6 th,
.table7 th,
.table8 th {
    background-color: #d6d6d6;
}

.table6.table td,
.table6.table th {
    /*padding: 0.75rem; */
}

.table6.table td,
.table6.table th {
    border-top-width: 2px;
}


.table6.table tr:first-child td,
.table6.table tr:first-child th {
    border-top-width: 2px;
}

.table6.table tr:last-child td,
.table6.table tr:last-child th {
    border-bottom: 2px solid #dee2e6;
}


.table6.table-striped tbody tr td:nth-of-type(odd) {
    background-color: rgba(0,0,0,  0.05);
}
.table6.table-striped tbody tr:nth-of-type(odd) {
    background-color: unset;
}

.table6 tr th:last-child {
    text-align: right;
}


.table9 th  {
    font-size: 12px;
}

.table9 td {
    font-size: 12px
}


.table10 th {
    font-size: 12px;
}
.table10 td {
    font-size: 10px;
}

.table11 th {
    font-size: 14px;
}
.table11 td {
    font-size: 14px;
}

.table12 th {
    font-size: 12px;
}
.table12 td {
    font-size: 12px;
}

.table13 th {
    font-size: 12px;
}
.table13 td {
    font-size: 10px;
}



.table9 {
    table-layout: fixed;
    max-width: unset;
    width: auto;
}


