/* 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;
}
.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%);
}
/****************************************************************
/*   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 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;
}
.left{
    justify-content: left;
    text-align:left;
}
.right{
    justify-content: right;
    text-align:right;
}
.spacebetween{
    display: flex;
    justify-content: space-around;
}

.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;
}

.column-txt{
    display: flex;
    justify-content: center;
}
.column-1 {
    display: flex;
    justify-content: space-between;
}
.column-1 > div {
    position: relative;
    flex-basis: calc(100% - 4rem);
}

.column-2 {
    display: flex;
    justify-content: space-between;
    justify-content: left;
}
.column-2 > div {
    position: relative;
    flex-basis: calc(50% - 1rem);
    justify-content: left;
}
.column-3 {
    display: flex;
    justify-content: space-between;
}

.column-3 > div {
    position: relative;
    flex-basis: calc(33% - 1rem);
}
.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;:
}
.addonfa {
    display:inline;
    vertical-align:middle;
    margin-top:15px;
}
.addonfapointer {
    display:inline;
    vertical-align:middle;
    margin-top:15px;
    cursor:pointer; 
}

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;
}
select::-ms-expand {
    display: 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 {
    outline: none;
    cursor: pointer;
    width: 100%;
    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: "\f078";
    position: absolute;
    right: 20;
    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:90%;
    height:80px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top:5px;
    padding:1.0em;
    text-align: center;
    font-family:Helvetica;
    font-size: 0.8em;
    color:#000000;
}
.loginalert {
    position:relative;
    width:90%;
    height:50px;
    border-radius: 10px;
    margin: auto;
    margin-top:5px;
    padding:1.0em;
    text-align: center;
    font-family:Helvetica;
    color:#ffffff;
}
.naalert #message{
    font-size: 1.2em;
    vertical-align: center;
    margin-top:1.3em;
}
.loginalert #message{
    font-size: 0.8em;
    vertical-align: right;
    margin-top:0.3em;
}
.naalert-danger {
    background-color: rgba(255, 112, 112, 1);
}
.loginalert-danger {
    background-color: rgba(153, 0, 0, 1.0);
}
.naalert-success {
    background-color: rgba(152, 255, 117, 1);
}
#naalert_triangle {
    float:left;
    width:15%;
    height:100%;
    font-size:4em;
    padding:0.0em;
    margin:0.2em;
}
#loginalert_triangle {
    float:left;
    height:80%;
    font-size:2em;
    padding:0.0em;
    margin:0.2em;
}
#naform_alert {
    margin-right: 15px;
    display:none
}
.aki_captcha_container{
    display: grid;
    grid-template-columns:200px 180px;
    grid-template-rows: 200px 70px;
    grid-gap: 10px;
}
.aki_captcha_img_container{
    grid-column: 1/2;
    grid-row: 1/2;

}
.aki_captcha_refresh_container{
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top:4em;
    align-items: center;
    justify-content:center;
}
.aki_captcha_refresh_container #aki_captcha_refresh {
    cursor: pointer!important;
    position: relative;
    top: 0;
    left: 0;
}
.aki_captcha_input_container{
    grid-column: 1/3;
    grid-row: 2/3;
    white-space: nowrap;
}
.aki_captcha_input_container span {
    text-align: center;
    background: rgb(204, 204, 204) none repeat scroll 0% 0%;
    width: 3em !important;
    color:#E75908;
    border: none;
    position: relative;
    padding-top: 20px;
    margin: 10px;
    float: left;
    height:80%;
    }
#aki_captcha_img{
    height: 150px;
    width: 150px;
    margin-top:20px;
    color: #555;
    border-radius: 4px;
    padding: 1px 10px 0px 4px;
}

/* main */
