/* body */
body {
    min-height: 100vh;
    min-width: 100vh;
    padding: 0px;

    background: hsl(180, 9%, 98%);
    font-family: "Lato", "Segoe Ui", -apple-system, BlinkMacSystemFont, sans-serif;
}
/* fonts */
h1{
    font-size: 2.5rem;
    font-family: 'Montserrat';
    font-weight: normal;
    color: #444;
    text-align: center;
    margin: 2rem 0;
}
/* side */
.wrapper{
    width: 90%;
    margin: 0 auto;
    max-width: 80rem;
    border:solid 0px;
}
.wrapper_main{
    width: 90%;
    padding:40px;
    margin: 0 auto;
    max-width: 60rem;
    border:solid 0px;
}
.mainerror{
    display: inline-block;
    width:100%;
    font-size: 1.5rem;
    font-family: 'Montserrat';
    font-weight: normal;
    text-align:center;
    vertical-align: top;
    margin-top:1.0em;
    border:0px solid;
    border-color: #000000;
    color: #990000;
}
/****************************************************************
/*   CSS Style für Header / Logo
/***************************************************************/
.menubar {
    display:flex;
    flex-flow: row;
    flex-wrap : wrap;
    top: 0px;
    margin:0px;
    padding:0px;
    box-shadow: 0px 0px 10px -5px #4c4948;
    position: sticky;
    z-index: 999;
}
.menubar .logo{
    display: inline-block;
    text-align:left;
    vertical-align: top;
    margin-top:0em;
    cursor: pointer;
    width:30%;
    min-width:300px;
    height:100px;
    background:transparent;
    border-bottom: 0px;
}
.menubar .logo a{
    text-decoration: none;
    border-bottom: 0px;
}
.menubar .logo a:hover{
    text-decoration: none;
    border-bottom: 0px;
}
.menubar .menu{
    display: inline-block;
    text-align:right;
    vertical-align: top;
    width:4em;
}
.menubar a.menubutton{
    vertical-align: top;
    display: inline-block;
    width:1em;
    margin-top:1.0em;
    padding: 0.1em 0.2em 0.1em 0.1em;
    font-size:2.0em;
    color: rgb(38, 34, 32);
    border:1px solid;
    border-color: #000000;
}
.menubar .headerror{
    display: inline-block;
    width:50%;
    font-size: 1.5rem;
    font-family: 'Montserrat';
    font-weight: normal;
    text-align:right;
    vertical-align: top;
    margin-top:3.0em;
    border:0px solid;
    border-color: #000000;
    color: #990000;
}
/****************************************************************
/*   CSS Style für Navigationsleiste
/***************************************************************/
.nav {
    position: sticky;
    z-index: 999;
    display:inline;
    height:2.5em;
    min-width: 100%;
    background:#ffffff;
    text-align:center;
}
.nav ul {
    display:block;
}
.nav ul li {
    display:block;
    float: left;
    margin: 0em 0.188em 0em 0.188em;
}
.nav ul li a {
    color:#454040;
    font-size:1.125em;
    text-decoration: none;
    line-height:1em;
    padding: 0.563em 0.938em 0.375em 0.963em;
    transition: background 0.2s;
    -webkit-transition: background 0.2s;
}
.nav ul li a:visited{
    color:#454040;
    font-size:1.125em;
    line-height:1em;
    padding: 0.563em 0.938em 0.375em 0.963em;
    transition: background 0.2s;
    -webkit-transition: background 0.2s;
}
.nav ul li a:hover {
    background:#DDDDDD;
    border-bottom:0.1em solid #E75908;
}
.nav ul li .active {
    border-bottom:0.1em solid #E75908;
}
#loginfailed {
    display: none;
}
#loginerror {
    display: none;
}
/****************************************************************
/*   CSS Style für Loginformular im Main
/***************************************************************/
.form {
                max-width: 75%;
                margin: 0px auto;
                padding: 1rem 2rem;
                overflow: hidden;
                box-shadow: 0px 0px 10px -5px #4c4948;
}
.row {
                margin: 1.5rem 0 0.5rem 0;
                position: relative;
}
.center{
                justify-content: center;
                text-align:center;
}
.row label {
                color: rgba(0, 0, 0, 0.7);
                line-height: 1;
                font-weight: 600;
                font-size: .75rem;
                text-transform: uppercase;
                position: relative;
                top: 0;
                left: 0;
                display: inline-block;
}
fieldset {
                border: none;
                padding: 0;
}
fieldset legend {
                text-transform: uppercase;
}
.na_formerror {
                font-family: "Trebuchet MS", Helvetica, sans-serif;
                font-size: 12px;
                color:#990000;
                display: block;
                height:15px;
                position: relative;
                bottom: auto;
                margin-bottom: .25rem;
                transform: translateY(110%);
}
.na_column-txt{
    display: flex;
    justify-content: center;
}
.na_column-1 {
    display: flex;
    justify-content: space-between;
}
.na_column-1 > div {
    position: relative;
    flex-basis: calc(100% - 4rem);
}
.na_column-2 {
    display: flex;
    justify-content: space-between;
    justify-content: left;
}

.na_column-2 > div {
    display: flex;
    position: relative;
    justify-content: left;
}
.na_inputaddon{
    text-align: center;
    background: rgb(204, 204, 204) none repeat scroll 0% 0%;
    border-color: rgb(153, 153, 153);
    width: 3em !important;
    color:#E75908;
    padding-top:15px;:
}
.na_addonfa {
    display:inline;
    vertical-align:middle;
    margin-top:15px;
}
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
    font-family:Helvetica;
    font-size: 1.0em;
    font-weight:100;
    color:#000000;
    margin:0em;
    padding: 1.43rem 1.5rem 0.50rem 1em;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    transition: border-bottom 0.3s;
    color: black;
    background: transparent;
    outline: none;
    line-height: normal;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus,
select:focus {
                border-bottom-color: #E75908;
}
input[type='checkbox'],
input[type='radio'] {
    width:auto;
    float:left;
    margin-right: .75em;
    background:transparent;
    border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    margin:0;
    padding:0;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
    cursor: pointer;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:4px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background: white;
    margin-right: 0.5em;
    margin-left: 1.0em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
    border-radius: 30px;
}
input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
    background:#ddd;
    box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
    background:#990000;
    box-shadow: inset 0 0 0 2px white;
}
.na_select_wrapper {
                position: relative;
}
.na_select_wrapper select {
                cursor: pointer;
                width: 70%;
                z-index: 2;
}
.na_select_wrapper + .na_select_wrapper {
                margin-right: 0;
}
.na_select_wrapper::after {
                font-family: "FontAwesome";
                font-weight: 900;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: normal;
                content: "\f063";
                position: absolute;
                padding: 1rem 0;
                bottom: 0;
                color: rgba(0, 0, 0, 0.7);
                pointer-events: none;
}

.nabtn-default {
    font-family:Helvetica;
    font-size: 1.0em;
    border-radius: 4px;
 border-radius: 4px;
 border-color: rgb(153, 153, 153);
 height:35px;
 overflow:visible;
 cursor:pointer;
}
.nabtn-default:hover {
 border-radius: 4px;
 border-color: #E75908;
 height:35px;
 overflow:visible;
 cursor:pointer;
}
.nabtn-default:activ {
 border-radius: 4px;
 border-color: #E75908;
 color:rgb(255, 102, 102);
 height:35px;
 overflow:visible;
 cursor:pointer;
}

.nabtn-default:disabled,
.nabtn-default[disabled]{
    border-radius: 4px;
    height:35px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #666666;
}
.nabtn-lg {
 width:100%;
}
.nabtn-half {
 width:50%;
}
.naalert {
    position:relative;
    width:80%;
    height:100px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top:10px;
    padding:1.25em;
    text-align: center;
    font-family:Helvetica;
    font-size: 1.0em;
    color:#000000;
}
.naalert #message{
    font-size: 1.2em;
    vertical-align: center;
    margin-top:1.5em;
}
.naalert-danger {
    background-color: rgba(255, 112, 112, 1);
}
.naalert-success {
    background-color: rgba(152, 255, 117, 1);
}
#naalert_triangle {
    float:left;
    width:15%;
    height:100%;
    font-size:5em;
    padding:0.0em;
    margin:0.2em;
}
#naform_alert {
    margin-right: 15px;
    display:none
}



/* main */
