@import url("root.css") screen;
/* side */
.wrapper{
    width: 90%;
    margin: 0 auto;
    max-width: 80rem;
    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 Loginformular im Main
/***************************************************************/
.form {
                max-width: 75%;
                margin: 0px auto;
                padding: 1rem 2rem;
                overflow: hidden;
                box-shadow: 0px 0px 10px -5px #4c4948;
}
.form100 {
                max-width: 100%;
                margin: 0px auto;

                overflow: hidden;
}

.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: stretch;
    justify-content: space-evenly;
}
.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_column-txt{
    display: flex;
    justify-content: center;
}
.na_column-free{
    display: flex;
    justify-content: left;
}
.na_column-free > div {
   line-height : 150%;
}
.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 {
    position: relative;
    flex-basis: calc(50% - 1rem);
    justify-content: left;
}
.na_column-3 {
    display: flex;
    justify-content: space-between;
}

.na_column-3 > div {
    position: relative;
    flex-basis: calc(33% - 1rem);
}
.na_column-4 {
    display: flex;
    justify-content: space-between;
}

.na_column-4 > div {
    position: relative;
    flex-basis: calc(25% - 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;:
}
.na_addonfa {
    display:inline;
    vertical-align:middle;
    margin-top:15px;
}
.na_addonfapointer {
    display:inline;
    vertical-align:middle;
    margin-top:15px;
    cursor:pointer;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
textarea, select {
    font-family:Helvetica;
    font-size: 1.0em;
    font-weight:100;
    margin:0em;
    padding: 1.43rem 1.5rem 0.50rem 1em;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    transition: border-bottom 0.3s;
    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"]):not([type="range"]):not([type="button"]),
textarea, select {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

input:not([type="checkbox"]):not([type="radio"]):focus:not([type="range"]):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;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-ms-tooltip {
    display: none;
}
input[type=range] {
    appearance: none;
    margin-top:20px;
    width: 400px;
    border-radius: 6px;
    height: 8px;
    border: 2px solid #990000;
    background-color: #dddddd;
}
input[type='range']::-webkit-slider-thumb {
    appearance: none;
    background-color: #dddddd;
    border: 2px solid #990000;
    width: 20px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  background: #dddddd;
  border: 2px solid #990000;
  width: 20px;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
}

progress {
   appearance: none;
        -moz-appearance: none;
   		-webkit-appearance: none;
   border: none;
   background-size: auto;
   width: 300px;
   height: 3px;
   display: block;
   border-radius: 15px;
   color: #990000; /** IE 10 **/
   background-color: #990000;
}
progress::-moz-progress-bar {
   background-color: #990000;
   border-radius: 15px;
}
progress::-webkit-progress-bar {
   background-color: #efefef;
   border-radius: 15px;
}
progress::-webkit-progress-value {
   background-color: #ddddddn;
   border-radius: 15px;
}

.na_select_wrapper {
                position: relative;
}
.na_select_wrapper select {
                background-image: url("https://www.date-ticker.com/_imagefiles/img_icon/_pannel_open.png");
                background-position: right;
                background-repeat: no-repeat;
                cursor: pointer;
                width: 70%;
                z-index: 2;
}
.na_select_wrapper + .na_select_wrapper {
                margin-right: 0;
}
.nabtn-imgsmall{
 height:16px;
 width:16px;
 border:0px;
 overflow:visible;
 cursor:pointer;
}
.nabtn-imgsmall:hover{
 height:16px;
 width:16px;
 border: 2px solid var(--content-bgdcolor);
 overflow:visible;
 cursor:pointer;
}
.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;
}
.naalert #message{
    font-size: 1.2em;
    vertical-align: center;
    margin-top:1.3em;
}
.naalert span{
    font-size: 1.2em;
    vertical-align: center;
    margin-top:1.3em;
}
.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:4em;
    padding:0.0em;
    margin:0.2em;
}
#form_alert_iconclose {
    right:15px;
    top:15px;
    position:absolute;
    height: 32px;
    width: 32px;
    background-image: url("https://www.date-ticker.com/_imagefiles/img_icon/cancel_red.png");
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#naform_alert {
    margin-right: 15px;
    display:none
}

.naparofilalert {
    position:relative;
    width:90%;
    height:180px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top:5px;
    padding:1.0em;
    text-align: center;
    font-family:Helvetica;
    font-size: 1.0em;
    color:#000000;
    background-color: var(--content-bgdcolor);
}
.naparofilbtn-default {
    font-family:Helvetica;
    font-size: 1.0em;
    border-radius: 4px;
    border-radius: 4px;
    border-color: rgb(153, 153, 153);
    height:45px;
    overflow:visible;
    cursor:pointer;
}
.naparofilbtn-default:hover {
 color: #990000;
 border-bottom:2px solid #990000;
 height:45px;
 overflow:visible;
 cursor:pointer;
}