img{
    border:none;
}

#hidden-text{
    display: none;
}

.input-validation-error{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}

.elementfield ul{
    margin: 0;
    padding: 0;
    list-style : none;    
}


.cookiemsg {
    z-Index: 1000;
    position: absolute;
    width: 100%;
    color: #666;
    background: #f4f4f4;
    text-shadow: none;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display:none;
    opacity:0.001;
    overflow:hidden;
    margin-top:-86px;
}

.cookiewindow {
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    padding: 1em 1.8em;
    width: 100%;
    flex-direction: row;
}
.cookiebtn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;

    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: darkblue;
    margin-left:10px;
    cursor: pointer;
}
.cookielink {
    color: #666;
    display: inline-block;
    padding: 0.2em;
    text-decoration: underline;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: #000;
    filter: alpha(opacity=50);
    opacity: .50;
    display: none;
}


#ZuschriftGeschzeichen, #ZuschriftJahr {
    min-width:0px;
    width:100px !important;
}

.buttonrow {
    align-content: flex-end;
}
.buttonrow div:nth-child(2) {
    text-align: right;
    flex:1;
}
.row {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    margin-bottom: 7px;
}