
html {
    height: 100%;
}

body {
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;

}
body::after {
        content: '';
        display: block;
        height: 100px;
}

input {
    
    padding: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}



.verlinkung:hover {
    color: orangered;
}
.verlinkung {
    color: white;
    font-family: Arial;
    font-weight: bold;

    display: block;
    padding: .5rem 1rem;
    
}
.navbar {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1%;
    border-radius: 5px;
    border: solid;
    border-color: white;
   /* #background-image: linear-gradient(to right,steelblue 70%,aliceblue);
    #background-color: #89afcf;
    #background-image: radial-gradient(circle,steelblue,aliceblue);
    ##background-color: #3e3e4e;
   ##background-color:steelblue;*/

}

.navbar-brand {
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    text-align: center;
    font-family: 'Arial Rounded MT';
    color: white;
    font-weight: 700;
}

.text-muted {
    color:black;
}



table.center {
    margin-left: auto;
    margin-right: auto;
}


th:hover {
    cursor:pointer
}
.modal-backdrop {
    display: none;
}

.modal {
    background: rgba(0,0,0,0.5);
}


div.scroll {
    overflow-y: scroll;
    height: 500px;
    margin: auto;
    
    width: 100%;
}

table {
    border-collapse: collapse;
    border-radius: 5px;
}

.spaltenname {
    color: white;

    padding: 1px 1px 0;
    background-color: #004a96;
    /* #border: solid;*/
  
    text-align: center;
}

.cell {
    
   
    color: black;
    padding: 1px 1px 0;
    
    
    text-align: center;
}

@page {
    size: auto; /* auto is the initial value */
    margin-top: 0mm; /* this affects the margin in the printer settings */
    margin-bottom: 0mm;

    @bottom-right {
        content: counter(page) " of " counter(pages);
    }
}

.pagecount {
    counter-increment: page;
    content: "Page " counter(page);
}

@media print {
    header {
        position: fixed;
        top: 0;
    }

    footer {
        position: fixed;
        bottom: 0;
        page-break-before: avoid;
    }
    .druckform {
        margin-top: 65%;
        page-break-before: auto;
    }
    html, body {
        height: 90%;
    }
    #hideprintbtn {
        display: none;
    }
}

@media screen {
    header {
        display: none;
    }

    .foothide {
        display: none;
    }

    
    .druckform {
        min-height: 50%;
        height: 50%;
        padding-bottom: 200px;
        box-sizing: border-box;
    }
}
@media all {
    .page-break {
        display: none;
    }
}

#sitecounter:after {

    left: 0;
    top: 100%;
    white-space: nowrap;
    z-index: 20px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
}


tr.active {
    background: steelblue;
}

.linkbutton {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    color: black;
    
    cursor: pointer;
    display:inline-block;
}

.linkbutton:hover {
    text-decoration: underline;
}

input,button { height:2.9em;

}

input[type="submit"] {
    font-size: 12px;
    background-color: #004a96;
    border-color: #004a96;
    }
input[type="button"] {
    font-size: 12px;
    background-color: #004a96;
    border-color: #004a96;
}


fieldset {
    overflow: hidden
}

.some-class {
    float: left;
    clear: none;
}

label {
    float: left;
    clear: none;
    display: inline-block;
    vertical-align:top;
    
}

input[type=radio],
input.radio {
    float: left;
    clear: none;
    margin: 2px 0 0 2px;
    padding: 2px 1em 0 0;
}

input[type=checkbox],
input.checkbox {
    float: left;
    clear: none;
    margin: -10px 0 0 0px;
    padding: 0 0em 0 0;
}



fieldset.group {
    margin: 0;
    padding: 0;
    margin-bottom: 1.25em;
    padding: .125em;
}

    fieldset.group legend {
        margin: 0;
        padding: 0;
        font-weight: bold;
        margin-left: 20px;
        font-size: 100%;
        color: black;
    }

@media screen and (max-width:400px) {
    #left-content {
        float: none;
        margin-right: 0;
        width: auto;
        border: 0;
        border-bottom: 2px solid #000;
    }
    #btn_setnormal {
        width:50px;
    }
    #datepicker {
        float: none;
        margin-right: 0;
        width: auto;
        border: 0;
        border-bottom: 2px solid #000;
    }
    #datepicker2 {
        float: none;
        margin-right: 0;
        width: auto;
        border: 0;
        border-bottom: 2px solid #000;
    }
}

#sp-top-bar {
    padding: 15px 40px;
    background: #3d3d3d;
}

#sp-top-bar a {
        color: #d4d4d4;
 }

#sp-top-bar a:hover {
            color: #fff;
}

    #sp-top-bar .sp-module {
        display: inline-block;
        margin: 0 0 0 20px;
    }

.sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
}



.sp-contact-info i {
    color: #d4d4d4;
}

sp-contact-info {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.sp-contact-info li {
    display: inline-block;
    margin: 0 10px;
    font-size: 90%;
}

    .sp-contact-info li i {
        margin: 0 3px;
    }

.sticky-wrapper {
    position: relative;
    z-index: 99;
}

.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9;
    display: block;
    float: left;
}

    .sp-megamenu-parent > li {
        display: inline-block;
        position: relative;
        padding: 0;
        height: 60px;
        line-height: 60px;
    }

        .sp-megamenu-parent > li.menu-justify {
            position: static;
        }

        .sp-megamenu-parent > li > a {
            display: inline-block;
            padding: 0 15px;
            font-size: 12px;
            line-height: 35px;
            margin-right: 5px;
            text-transform: uppercase;
            color: #000;
            position: relative;
            margin: 0;
        }

        .sp-megamenu-parent > li.sp-has-child > a {
            padding-right: 20px;
        }

.topnav {
    overflow: hidden;
   
}

    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 10px 12px;
        text-decoration: none;
        font-size: 14px;
    }

        .topnav a:hover {
            background-color: #004a96;
            color: white;
            border-radius: 4px;
        }



.topnav .icon {
    display: none;
}

@media screen and (max-width: 900px) {
    .topnav a {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
    .sp-default-logo {
        margin-left: auto;
        margin-right:auto;
        display:block;
        
    }
    .sp-column {
        width: 100%;
    }
    .sp-default-logo {
        width:100%;
        
    }
    
}
@media screen and (max-width: 575px) {
    .sp-default-logo {
        width: 40%;
    }
}

@media screen and (max-width: 900px) {
    .topnav.responsive {
        position: relative;

    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            right:0;
            width: 100%;
            float: right;
            display: block;
            text-align: center;
        }

}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        border-color: rgba(82,168,236,0.8);
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    }

html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 170px;
}

.footer {
    width: 100%;
    height: 50px;
    background: #004a96;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.navitem {
    font-weight:bold;
}

    .navitem:hover {
        background-color: #004a96;
    }






/*TABLE*/

.wrappera {
    margin: 0 auto;
    padding: 40px;
    max-width: 800px;
}

.tablesorter {
    margin: 0 0 40px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
}

@media screen and (max-width: 768px) {
    .tablesorter {
        display: block;
        margin:auto;
        
    }
}

tr {
    display: table-row;
    background: #f6f6f6;
}

    tr:nth-of-type(odd) {
        background: #e9e9e9;
    }

    th {
        font-weight: 900;
        color: #ffffff;
        background: #ea6153;
    }


@media screen and (max-width: 768px) {
    tr {
        padding: 14px 0 7px;
        display: block;
    }

        th {
            padding: 0;
            height: 6px;

        }

             th {
                display: none;
            }

         .cell {
            margin-bottom: 10px;
            width:100%;
            margin-right:auto;
            margin-left:auto;
        }

            .cell:before {
                margin-bottom: 3px;
                content: attr(data-title);
                width:250px;
                font-size: 10px;
                line-height: 10px;
                font-weight: bold;
                text-transform: uppercase;
                color: #969696;
                display: block;
                margin-right: auto;
                margin-left: auto;
            }
}

.cell {
    padding: 6px 12px;
    display: table-cell;
}

@media screen and (max-width: 768px) {
    .cell {
        padding: 2px 16px;
        display: inline-block;
    }
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}
