html, body{
    height: 100%;
    font-family: "Arial";
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    text-transform: none;
	padding:0px;
	margin:0px;;
}

a{
    text-decoration: none;
    color: #0275D8;
}

.a-colored{
    color: #0275D8;
}

hr.cidnet {
border: 1px solid #2F5B85;
}

#header{
    display: flex;
    justify-content: baseline;
    align-items: center;
    padding: 0 20px;
    height: 194px;
    width: 100%;
    background: #fff;
    transition: all 0.5s ease-out;
    box-shadow: 0 5px 10px 0 rgb(50 50 50 / 6%);
    position: fixed;
    top: 0;
    z-index: 1;
}

#headerBG{
    height: 194px;
}

#top-bar{
    text-align: right;
    padding: 20px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
}

#login-nr{
    padding: 5px;
}

#kundennr{
    padding: 5px;
}

#logout a{
    border: none;
    padding: 10px 20px;
    margin: 20px 0 20px 20px;
    color: #fff;
    background: #BF360C;
    text-decoration: none;
}
#logout a i{
    padding-right:10px;
}

#footer{
    border-top:1px solid #5f82be;
    display: flex;
    justify-content: center;
    align-items: center;
/*    background: #fff; */
    color: #000;
    padding: 10px 0 35px 0;
    width: 100%;
}

#footer .container{
    max-width: 1140px;
    text-align: center;
    padding: 0 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    gap: 10px;
/*    background-color: #fff; */
}

#footer .container a{
    color: #0275d8;
    text-decoration: none;
    outline: none;
    touch-action: manipulation;
    cursor: pointer;
}

#content{
    padding: 0 50px 50px 50px;
    text-align: center;
    background-color: #f4f4f4;
}

#contentbody{
    max-width: 1140px;
    margin: auto;
}

.navbar{
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    color: #AAA;
    text-align: left;
    line-height: 22px;
    text-transform: none;
    font-size: 12px;
}

.navbar *{
    padding-left: 15px;
}

.navbar a{
    color: #777;
    text-decoration: none;
}

.headlines{
    padding: 30px 0px;
}

.headlines div{
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(95,130,190,1);
}
.dashboard-main{
    display: flex;
    flex-direction: row;
/*    align-items: center; */
    justify-content: center;
/*    background-color: #fff; */
 /*   border: 1px solid #5f82be;
    padding: 10px; */
}
.dashboard-content{
    text-align: left;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #5f82be;
}
.dashboard{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    background-color: #fff;
    border: 1px solid #5f82be;
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 10px;
}
.dashboard2{
    margin-left: 20px;
    padding-left: 20px;
    width: 340px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #5f82be;
    border-radius: 7px;    
    padding: 10px;
    margin-bottom: 10px;
}
.dashboard-2{
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}

.dashboard-login-main{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #5f82be;
    padding: 10px;
    margin-bottom: 10px;

}
.dashboard-login{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex-wrap: wrap;
}

.news{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.newsfeed{
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 500px;
}
.newsfeed-picture-box{
}
.newsfeed-picture{
    margin: 5px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    background-position:  center;
    background-repeat:  no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.newsfeed-text{
    text-align: left;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: end;
    height: 100px;
}
.newsfeed-text-title{
    padding-right: 10px;
    text-align: left;
    max-width: 100%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(95,130,190,1);
}
.newsfeed-text-content{
    text-align: justify;
    text-justify: inter-word;
}
.newsfeed-text-content2{
    width: 94%;
    display: none;
    text-align: justify;
    text-justify: inter-word;
}
.newsfeed-button{
    align-self: flex-end;
}

svg{
    fill: #5f82be;
    height: 48px;
    width: 48px;
}

svg.small{
    fill: #5f82be;
    height: 28px;
    width: 28px;
}
progress {
    margin: 5px 0;
    border-radius: 7px; 
    width: 300px;
    height: 22px;
}
progress::-webkit-progress-bar {
    background: #f2f2f2;
    padding: 2px;
}
progress::-webkit-progress-value {
    background: green;
}

.admin-button{
    font-weight: 700;
    margin:30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #5f82be;
    text-decoration: none;
}

.admin-button p{
    padding: 0;
    margin: 0;
}

.admin-button svg{
    color: #fff;
}

.add-button{
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    background: #5f82be;
    margin-bottom: 20px;
    font-weight: 700;
}

.add-button a{
    color: #fff;
    text-decoration: none;
}

.dataTables_filter{
    float: right;
    margin-bottom: 20px;
}

.dataTables_length{
    float: left;
    margin-bottom: 20px;
}

.dataTables_length label select{
    margin-right: 10px;
}

#messages{
    margin: auto;
    width: 500px;
}

.error p{
    padding: 10px;
    background: #FFE0B2;
    border: thin solid #FF9800;
    border-radius: 2px;
    font-weight: 600;
}

.info p{
    padding: 10px;
    background: #E0F7FA;
    border: thin solid #4DD0E1;
    border-radius: 2px;
    font-weight: 600;
}

.success p{
    padding: 10px;
    background: #F0F4C3;
    border: thin solid #DCE775;
    border-radius: 2px;
    font-weight: 600;
}

.form-small{
    width:300px;
    margin: auto;
}

.form-mid{
    margin: auto;
    width:800px;
}

.form-big{
    display: flex;
    flex-direction: column;
    flex-wrap:wrap;
    column-gap: 20px;
    width:100%;
}

.form-section{
    text-align: left;
    font-size: 18px;
    font-weight: 900;
    margin:20px 0 10px 0;
    display: block;
}

.form-section-2{
    text-align: left;
    margin:20px 0 10px 0;
    display: block;
}

.form-label {
    display: block;
    text-align: left;
    color:#999;
    margin-left: 5px;
}

.form-label-2 {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-left: 5px;
}

.form-div{
    display: flex;
    flex-direction: row;
}

.form-div-2{
    flex: 1;
}

.form-div-2 input{
    width: calc(100% - 20px);
}

.notificationHeader{
    text-align: left;
    margin-bottom: 40px;
}
.notificationHeader2{
    text-align: left;
}
.notificationOption{
    text-align: left;
}
.notificationOption2{
    text-align: justify;
}
.notificationOption3{
    text-align: left;
    margin: 20px 0 50px 0;
    text-align: center;
}
textarea{
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 12%) inset;
    -webkit-transition: all 0.2s linear;
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #000000;
    -webkit-appearance: none;
    outline-offset: -2px;
    padding: 0.625rem 0.9375rem;
    max-width: 100%;
    width: 100%;
    border: 0px;
    font-size: 15px;
    font-weight: normal;
    margin: 5px 0 10px 0;
    flex: 1;
}

input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 12%) inset;
    -webkit-transition: all 0.2s linear;
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #000000;
    -webkit-appearance: none;
    outline-offset: -2px;
    padding: 0.625rem 0.9375rem;
    width: 100%;
    max-width: 100%;
    border: 0px;
    font-size: 15px;
    font-weight: normal;
    margin: 5px 0 20px 0;
    flex: 1;
}

input[type=submit]{
    border: none;
    padding: 15px 23px;
    margin: 3px 0;
    color: #fff;
    background: #5f82be;
    width: fit-content;
}

.roundButton{
    padding: 20px 14px !important;
    margin: 20px 12px !important;
    border-radius: 50%;
}

.button-inline{
    border: none;
    padding: 5px 10px;
    margin: 15px 0 0 0;
    color: #fff !important;
    background: #5f82be;
    display: inline;
}

.button-block{
    border: 2px solid #5F82BE;
    padding: 5px 10px;
    margin: 15px 0 0 0;
    color: #000 !important;
    background: #fff;
    width: 142.72px;
    display: block;
}

.button-inline *{
    color: #fff !important;
}


input[type=reset]{
    border: none;
    padding: 15px 23px;
    margin: 3px 0;
    color: #fff;
    background: #FF5252;
    width: fit-content;
}

.username, .password{
    width: 100%;
}

select{
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
    -webkit-transition: all 0.2s linear;
    background-color: #5f82be;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    outline-offset: -2px;
    padding: 0.625rem 0.9375rem;
    max-width: 100%;
    border: 0px;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0;
}

select[multiple].domain-select-multiple {
    height: 188px;
}

select[multiple].domain-select-multiple option{
    padding: 5px;
}

.table-responsive-div{
    overflow-x:auto;
    padding-bottom: 20px;
}

table{
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    width: 100%;
}

tr td:last-child {
    
}

thead{
 background: #e9e9e9;
 border: thin solid #000;
}

th{
    border: thin solid #f2f2f2;
    padding: 20px 20px 20px 10px;
}

tr{
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

td{
    padding: 5px 10px;
}

.sorting_asc{
    background: url("/includes/extern/DataTables/DataTables-1.11.3/images/sort_asc.png") right no-repeat;
    background-size: 20px 20px;
}

.sorting_desc{
    background: url("/includes/extern/DataTables/DataTables-1.11.3/images/sort_desc.png") right no-repeat;
    background-size: 20px 20px;
}

.dataTables_info{
    text-align: right;
    padding: 20px;
}

.paginate_button {
    display: inline-block;
    padding: 10px 20px;
    border: thin solid #eee;
    margin: 0 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    color: #5f82be;
    border-radius: 5px;
}
.current{
    color: #fff;
    background: #5f82be;;
}

.as-oil{
    display: flex;
    display: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    padding:20px 0;
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
}

.as-oil-content-overlay{
    background: #f5f5f5;
    max-width: 1140px;
    padding: 50px;
    height: 280px;
}

.as-oil-l-item{
    display: inline-block;
}

.as-oil-l-item button{
    border: none;
    padding: 10px 20px;
    margin: 10px 20px 10px 0;
    color: #fff;
}

.as-js-optin{
    background: #5cb85c;
}

.as-js-advanced-settings{
    background: #5f82be;
}

.as-oil-imprint-links{
    text-align: center;
}

.as-oil-imprint-links a{
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 600;
}

.w-full{
    width: 100%;
}

.tooltip {
    position: relative;
    display: inline-block;
    color: #5f82be;
    font-size: .8em;
    font-weight: 100;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #FAFAFA;
    color: #5f82be;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -165px;
    border:thin solid #DDD;
    width:300px
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #DDD transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    padding:10px;
    font-weight:500;
    font-size:
}
  
.tooltip_arrow{
      font-weight:900;
}

.mobile{
    display: none;
}
.desktop{
    display: block;
}

@media only screen and (max-width: 760px) {
    .form-div {
      flex-direction: column;
    }
    #login-nr, #kundennr{
        font-size:10px
    }
}
@media only screen and (max-width: 600px) {
    #login-nr, #kundennr{
        display: none;
    }
    #header{
        align-items: flex-end;
    }
    #messages, form, .form-small, .form-mid, .form-big{
        width: 100%;
    }
    
    .dataTables_filter{
        float: none;
        display: block;
        margin-bottom: 20px;
    }
    .dataTables_length{
        flex-direction: column;
    }
    .dataTableslength label select{
        display: block;
    }
    .dataTables_length label{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .dashboard-2{
        flex: 100%;
    }
    .admin-button {
        margin: 15px 10px 0 10px;
    }
}
@media only screen and (max-width: 410px) {
    #login-nr, #kundennr{
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    #content{
        padding: 0 20px;
        margin: 0 20px;
    }
    .dashboard-main{
        flex-direction: column;
        gap: 20px;
    }
    .news{
        margin-top: 50px;
        width: 100%;
    }
    .newsfeed{
        height: auto;
        display: flex;
        flex-direction: column;
        width: 100%;
        min-width: 300px;
    }
    .newsfeed-text{
        justify-content:end;
    }
    .newsfeed-text-content{
        display: none;
    }
    .newsfeed-text-content2{
        padding: 10px;
        display: block;
    }
    .newsfeed-button{
        align-self: center;
        margin: 10px 0 40px 0;
    }
    input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
        font-size: 13px;
    }

    #header, #headerBG{
        height: 120px;
    }

    .dashboard-login{
        width:100%;
    }
    .dashboard2{
        margin: 20px;
        padding: 20px;
        width: 100%;
    }
    progress {
        width: 100%;
        max-width: 300px;
    }

    .headlines{
        width:100%
    }
    .headlines div{
        text-align: center;
        font-size: 18px;
    }
    .tooltip {
        width: 48px;
    }

    .navbar *{
        display: block;
        text-align: center;
    }
    .navbar > span {
        display: none;
    }

    .notificationOption{
        text-align: center;
    }

    .button-block{
        margin: 0 auto;
    }

    #footer .container{
        flex-direction: column;
        gap: 0;
    }
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    .dashboard-2{
        flex: 33%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .dashboard-2{
        flex: 50%;
    }
}
