*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*::placeholder{
    color: #aaa;
}

html{
    font-size: 20px;
    padding: 0;
    margin: 0;
}

body{
    font-family: Arial;
    font-size: 1em;
    line-height: 1.3em;
    color: #000;
    padding: 0;
    margin: 0;
    background-color: hsl(0, 0%, 90%);
}

h1,h2,h3,h4,h5,h6{
    margin-top: 0;
}

hr{
    border: none;
    height: 1px;
    background-color: #ccc;
    margin: 20px 0;
}

img{
    display: block;
    max-width: 100%;
}

a{
    color: #fecb1b;
    text-decoration: none;
    cursor: pointer;
}

a.dezent{
    color: #4d4d4d;
    text-decoration: none;
}

a.dezent:hover{
    text-decoration: underline;
}

img.border{
    border: 1px solid #ccc;
}

h1{
    font-size: 1.400em;
    line-height: 1.3em;
}

h2{
    font-size: 1.300em;
    line-height: 1.3em;
}

h3{
    font-size: 1.200em;
    line-height: 1.3em;
}

p{
    margin-top: 0;
}

.clrfix:after{
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
}

.clr{
    clear: both; 
}

.clr10{
    clear: both; 
    height: 10px;
}

.clr20{
    clear: both; 
    height: 20px;
}

.clr30{
    clear: both; 
    height: 30px;
}

.center{
    text-align: center;
}

/* Formulare */
.form-row{
    margin-bottom: 15px;
}

.form-row label{
    display: block;
}

.form-row label .desc{
    color: #aaa;
    font-size: 0.8em;
}

select{
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    padding: 3px 5px 4px 5px;
    cursor: pointer;
    color: #4d4d4d;
    font-family: 'pt_sans', Arial;
}

select option:disabled{
    text-decoration: line-through;
    color: #c2bebe;
}

select.inline{
    width: auto;
}

input[type=text], input[type=password], textarea{
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 6px 10px;
    color: #4d4d4d;
    font-family: Arial;
}

input[type=text].error, input[type=password].error, textarea.error{
    border: 1px solid red;
}

input[type=submit], input[type=button], button{
    display: inline-block;
    vertical-align: top;
    background-image: none;
    border: none;
    background-color: hsl(47, 99%, 55%);
    color: #000;
    padding: 7px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-family: Arial;
}

input[type=submit]:hover, input[type=button]:hover, button:hover{
    background-color: hsl(47, 99%, 48%);
}

input[type=submit].full, input[type=button].full, a.submit-btn.full{
    width: 100%;
}

input[type=submit].big, input[type=button].big, a.submit-btn.big{
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 0.5em 1em;
}

a.submit-btn{
    display: inline-block;
    vertical-align: top;
    background-image: none;
    border: none;
    background-color: #555555;
    color: #fff;
    padding: 5px 20px 6px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

a.btn{
    display: inline-block;
    vertical-align: top;
    background-image: none;
    border: none;
    background-color: #555555;
    color: #fff;
    padding: 5px 10px 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

a.btn > i{
    margin-right: 10px;
}

input[type=submit].sec, a.submit-btn.sec{
    background-color: #ccc;
    color: #666;
}

.btn-row{
    margin-left: -15px;
}

.btn-row.right{
    text-align: right;
}

.btn-row > *{
    margin-left: 15px;
    margin-bottom: 10px;
}

a.btn.yellow{
    background-color: hsl(47, 99%, 55%);
    color: #000;
}

a.btn.yellow:hover{
    background-color: hsl(47, 99%, 48%);
    color: #000;
}

#cookies{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 1.3em;
    background-color: #f5f5f5;
    border-top: 5px solid #555555;
    text-align: center;
    z-index: 999;
}

.cookie_buttons{
    display: block;
    margin-top: 7px;
}

#login-form{
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 30px;
}

#login-form input[type=submit]{
    width: 100%;
}

.inp-btn-form{
    position: relative;
}

.inp-btn-form input[type=text]{
    position: relative;
    padding-right: 108px;
    border-radius: 0;
}

.inp-btn-form input[type=submit]{
    position: absolute;
    border-radius: 0;
    top: 0;
    right: 0;
}
/* ENDE Formulare */

/* Container */
#container{
    display: block;
    padding: 40px 0;
    position: relative;
    z-index: 0;
}

.page-content{
    position: relative;
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
}

.page-content.full{
    max-width: none;
}


/* ENDE Container */

/* Info Messages */
#infomsg-box{
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 90%;
    margin-left: 5%;
}

.infomsg{
    display: block;
    background-color: #d5efc2;
    color: #439800;
    padding: 15px;
    border: 1px solid #92CD59;
}

.infomsg.error{
    display: block;
    background-color: #F2DEDE;
    color: #f64c4c;
    padding: 15px;
    border: 1px solid #e6e6e6;
}
/* ENDE Info Messages */

/* Tabellen */
table.auflistung{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.auflistung.small{
    font-size: 0.8em;
    line-height: 1.3em;
}

table.auflistung.small select,
table.auflistung.small input{
    font-size: 0.8em;
    padding: 0;
}

table.auflistung.small input{
    padding: 3px;
    width: 50px;
}

table.auflistung thead td{
    background-color: #555555;
    color: #fff;
    padding: 0.5em 0.7em;
    border: 1px solid #ccc;
}

table.auflistung thead tr.second-row td{
    background-color: #a8a8a8;
}

table.auflistung tbody td{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.3em 0.7em;
    vertical-align: top;
}

table.auflistung tbody tr:nth-child(2n) td{
    background-color: #efefef;
}

table.auflistung tbody tr:hover td{
    background-color: #e8e8e8;
}

table td.small{
    width: 1px;
    white-space: nowrap;
}

table td.center{
    text-align: center;
}

table td.right{
    text-align: right;
}

table td.aktion a{
    color: #383838;
}

table td.aktion a:hover{
    color: #555555;
}

table.simple-data{
    border-spacing: 0;
    border-collapse: collapse;
}

table.simple-data tr td{
    padding: 0 0 0 10px;
    vertical-align: top;
}

table.simple-data thead tr td{
    padding: 0;
    font-weight: bold;
}

table.simple-data.border tr td{
    padding: 5px 10px;
    border: 1px solid #ccc;
}


/* ENDE Tabellen */

/* Paginator */
.paginator.default{
    margin: 10px 0;
    text-align: right;
}

.paginator.default ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}

.paginator.default ul li{
    display: inline-block;
    background-color: #fff;
}

.paginator.default ul li.aktiv{
    background-color: #555555;
}

.paginator.default ul li a{
    display: block;
    color: #383838;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #ccc;
    height: 25px;
    line-height: 14px;
    font-size: 14px;
    min-width: 25px;
    text-align: center;
}

.paginator.default ul li.aktiv a{
    color: #fff;
}

.paginator.default > .label{
    float: left;
    line-height: 14px;
    font-size: 14px;
    padding: 5px 5px 5px 0;
}

.paginator.selectbox{
    margin: 10px 0;
}

.paginator.selectbox > .label{
    float: right;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
}

.paginator.selectbox > select{
    display: block;
    float: right;
    width: auto;
    line-height: 14px;
    font-size: 14px;
    padding: 5px;
}
/* ENDE Paginator */

.floated > div{
    display: block;
    float: left;
}

.floated.mr-30 > div{
    margin-right: 30px;
}

.floated:after{
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

/* Message Boxes */
.note-box, .error-box, .success-box{
    display: block;
    margin: 30px 30px 0 30px;
    padding: 15px;
}

.note-box{
    background-color: #fefdee;
    border: 1px solid #fecb1b;
    color: #fecb1b;
}

.error-box{
    background-color: #fff1f1;
    border: 1px solid #cf2020;
    color: #cf2020;
}

.success-box{
    background-color: #f2fff1;
    border: 1px solid #429523;
    color: #429523;
}

.note-box i,
.error-box i,
.success-box i{
    display: block;
    float: left;
    font-size: 1.5em;
}

.note-box .msg,
.error-box .msg,
.success-box .msg{
    display: block;
    margin-left: 40px;
}

#infomessages{
    display: block;
    position: relative;
}

#breadcrump{
    font-size: 12px;
    margin-bottom: 15px;
}

#breadcrump ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#breadcrump ul > li{
    display: inline-block;
}

#breadcrump ul > li > a{
    display: inline-block;
    color: #4d4d4d;
}

#breadcrump ul > li > a > img{
    position: relative;
    top: 7px;
    margin-right: 3px;
}

#breadcrump ul > li::before{
    display: inline-block;
    content:  "\f105";
    margin: 0 3px;
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    font-weight:900;
}

#breadcrump ul > li:first-child::before{
    content: "";
    display: none;
}

#menue-bar{
    display: none;
    cursor: pointer;
    float: left;
}

#menue-icon{
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    padding: 10px;

}

#menue-icon > i{
    display: inline-block;
    margin-right: 10px;
}

.exception{
    display: block;
    margin-bottom: 20px;
    background-color: #fce4e4;
    color: #f64c4c;
    padding: 15px;
    border: 1px solid #f64c4c;
    font-size: 18px;
    line-height: 1.3em;
}

#top-bar{
    padding: 0 15px;
    background-color: #000;   
    color: #fff; 
    max-height: 145px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

a#logo{
    display: block;
    float: left;
    width: 100%;
    max-width: 433px;
}

a#logo img{
    display: block;
    width: 100%;
}

#page-title{
    float: left;
    font-size: 2em;
    line-height: 1em;
    margin-left: 30px;
    padding-top: 15px;
    /* text-transform: uppercase; */
}


.logged-in-user-info{
    float: right;
    padding-top: 20px;
    font-size: 0.8em;
    line-height: 1.3em;
    text-align: right;
}

nav#main-navi{
    clear: right;
    float: left;
    margin-left: 30px;
    margin-top: 20px;

}

nav#main-navi > ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 20px;
    
}

nav#main-navi > ul > li{
    width: 120px;
    height: 80px;
    background-color: hsl(0, 0%, 30%);
    
}

nav#main-navi > ul > li > a{
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
}

nav#main-navi > ul > li > a:hover{
    color: #000;
    background-color: #fecb1b;
}

.grid-12{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
}

.col-1{  grid-column: span 1; }
.col-2{  grid-column: span 2; }
.col-3{  grid-column: span 3; }
.col-4{  grid-column: span 4; }
.col-5{  grid-column: span 5; }
.col-6{  grid-column: span 6; }
.col-7{  grid-column: span 7; }
.col-8{  grid-column: span 8; }
.col-9{  grid-column: span 9; }
.col-10{ grid-column: span 10; }
.col-11{ grid-column: span 11; }
.col-12{ grid-column: span 12; }

.user_select .item{
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 7px 10px;
    gap : 10px;
    background-color: #fff;
    cursor: pointer;

}

.user_select .item > div{
    display: flex;
    align-items: center;
}