@font-face{
font-family:"DLHLight";
src:url("../fonts/DLHHelveticaCurrencySymbol-Light.otf");
src:url("../fonts/DLHHelveticaCurrencySymbol-Light.otf") format("otf"),url("../fonts/DLHHelveticaCurrencySymbol-Light.ttf") format("ttf");
}
@font-face{
font-family:"DLHRoman";
src:url("../fonts/DLHHelveticaCurrencySymbol-Roman.otf");
src:url("../fonts/DLHHelveticaCurrencySymbol-Roman.otf") format("otf"),url("../fonts/DLHHelveticaCurrencySymbol-Roman.ttf") format("ttf");
}
@font-face{
font-family:"DLHMedium";
src:url("../fonts/DLHHelveticaCurrencySymbol-Medium.otf");
src:url("../fonts/DLHHelveticaCurrencySymbol-Medium.otf") format("otf"),url("../fonts/DLHHelveticaCurrencySymbol-Medium.ttf") format("ttf");
}


body{
    margin:0;
    background-color: #ebebeb;
    /*background: url('../images/base-hintergrund-ohne-content.png') no-repeat #ebebeb;
    background-attachment:fixed;
    background-position:center, center;*/
    font-family: "DLHLight", Arial;
    color:#333;
}
#wrapper{
    min-width:1200px;
    width:100%;
}
.container{
    max-width: 944px;
    margin: 40px auto 0;
    background-color: #fff;
}
.header {
    width:100%;
    height:110px;
    background-color:#fff;
    border-bottom:1px solid #ebebeb;
    -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
}
.subHeader {
    max-width: 944px;
    margin-left:auto;
    margin-right:auto;
}
.webTitle{
    padding-top:20px;
    padding-bottom:20px;
    padding-left:30px;
    padding-right:30px;
    font-size:30px;
    color:#505050;
}
.Logo-header{
    width:40%;
    float:left;
}
.Title-header{
    width:60%;
    float:left;
}
.mam-logo{
    display: block;
    margin: 30px 0 50px 0;
}
#login{
        border-top:1px solid #ebebeb;
}
#passwordenter{
        border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
}
.login-area{
    padding: 30px 0 50px 0;
    width:90%;
    height:200px;
    margin-right:auto;
    margin-left: auto;
    margin-top:20px;
    /*margin-bottom:20px;*/
    position:relative;
}
.login-button{
    width:50%;
    text-align:center;
    position: absolute;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index:9;
}
.login-button i{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 100px;
  color: #fff;
  line-height: 120px;
  text-align: center;
  background-image: linear-gradient(#123476,#0C2058);
}
.login-button i:hover{
    cursor:pointer;
    background-image: linear-gradient(#225FA7,#123476);
}
.lg-wrap {
opacity:0;
transition:all .5s ease;
}
.login-button.is-active + .lg-wrap {
    opacity: 1;
    transition: all .5s ease;
    transition-delay:.5s;
}
.login-field {
    width: 400px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0px;
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.desc{
    float:left;
    width:40%;
    height:25px;
    margin-top:2px;
    margin-bottom:2px;
    line-height:25px;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
}
.tbinput{
    float:right;
    width:50%;
}
.tbinput input{
    width:98%;
    height:25px;
    padding-left:5px;
    margin-top:2px;
    margin-bottom:2px;
    border: 1px solid #f5f5f5;
}
.login-title{
    text-align:center;
    font-size:30px;
    margin-bottom:20px;
    color: #505050;
}
.is-active{

    left:-600px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.is-active i{
       cursor:pointer;
       background-image: linear-gradient(#225FA7,#123476);
}
.is-active ~ .login-field{
 
        visibility: visible;
        right:0;
        opacity:1;
        -webkit-transition: opacity 0.5s ease-out;
        -moz-transition: opacity 0.5s ease-out;
        -ms-transition: opacity 0.5s ease-out;
        -o-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out;
        -webkit-transition-delay: 0.5s; /* Safari */
        transition-delay: 0.5s;
}

input[type="text"] {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}
input[type="text"]:focus {
    box-shadow: 0 0 5px rgba(180, 180, 180, 1);
    /*padding: 3px 0px 3px 3px;*/
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(180, 180, 180, 1);
}
input[type="password"] {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}
input[type="password"]:focus {
    box-shadow: 0 0 5px rgba(180, 180, 180, 1);
/*    padding: 3px 0px 3px 3px;*/
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(180, 180, 180, 1);
}
.validating-red-border{
    border: 1px solid red !important;
}
.validating-red-border:focus{
    border: 1px solid red !important;
}
.warn-color{
    color: red;
    font-size: 18px;
}
.mam-theme-footer{
    border-top:1px solid #ebebeb;
    width:100%;
    background-color:#fff;
    max-width:944px;
    margin-left:auto;
    margin-right:auto;
}
.new-btn,
.btn{
    border:1px solid #DDDDDD;
    background-image: linear-gradient(#123476,#0C2058);
    color: #fff;
    height: 35px;
    width: 150px;
    font-weight:bold;
}
    .new-btn,
    .btn:hover {
        cursor: pointer;
        background-image: linear-gradient(#225FA7,#123476);
    }
.navButton{
    /*width:100%;
    margin-left:auto;
    margin-right:auto;
    background-color:red;
    float: right;
    margin-right: 100px;*/
    display:flex;
    justify-content:flex-end;
}
#passwordreset .btntwolong {
    width:100% !important;
    margin-top:25px;
}
    .navButton .btn{
        margin-left:10px;
    }
    .new-navbtn {
        float: unset !important;
        margin: 0 !important;
    }
.logoff-area {
    width: 100%;
    margin: 30px 0 0 0;
}
.username{
    float:right;
    width: 130px;
    height:30px;
    line-height:30px;
}
.logged{
    font-size:10px;
}
.btn-circle{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  background-image: linear-gradient(#123476,#0C2058);
  float:right;

}
.btn-circle:hover{
    background-image: linear-gradient(#225FA7,#123476);
}
.link-circle{
    line-height: 30px;
    color: #fff;
}
.confirmed{
    height:50px;
    width:100%;
    border-top:1px solid #ebebeb;
    padding-left:30px;
    padding-right:30px;
    font-size:25px;
}
.resetPage{
    padding-left: 0px;
    padding-right: 0px;
    border-top:0px;
}
.confirmed i{
    color:green;
    font-size:25px;
    line-height:50px
}


#FinalStatus i{
    color:green;
    font-size:30px;
    line-height:50px;
    float:left;
}
#FinalStatus div {
    line-height: 50px;
    padding-left: 35px;
    width: 40%;
}

.choose_box{
    margin-top:10px;
    width:100%;
    padding-bottom:10px;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
}
.box{
    width:33%;
    height:200px;
    float:left;
}
.new-choose_box {
display:flex;
flex-direction:row;
align-items:flex-start;
justify-content:center;
}
.new-choose_box .box {
    min-height: 200px;
    height: auto;
    float: unset;
    clear: both;
}
.choose-desc {
padding:10px;
padding-left:10px;
padding-right:10px;
box-sizing:border-box;
font-size:14px;
}

.pass {
    visibility: visible;
    opacity: 1;
    width: 500px;
}
.big{
  width: 120px;
  height: 120px;
  font-size: 80px;
  float:none;
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  margin-bottom:15px;
}
.box_inner{
    width:100%;

}
.choose{
    line-height: 120px !important;
}
.choose-label{
    width:100%;
    text-align: center;
    color:#333;
    font-weight:bold;
    font-size:20px;
}
.changeBox{
    width:100%;
    margin-top:20px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:20px;
    box-sizing:border-box;
}
.changeBoxSub {
    margin-left: auto;
    margin-right: auto;
    width: 80%;

    display: flex;
    flex-direction: column;
    margin: 0 0 20px 40px;
}
.changeBoxRow {
display:flex;
}
.desc2 {
    width: 200px;
    /*float: left;*/
    height: 50px;
    line-height: 25px;
    margin: 5px 1px 3px 0px;
}
.input2{
    width:500px;
    float:left;


}
/*Footer*/
.mam-theme-toolbar{
    height:50px;
    width:100%;
    line-height: 45px;
    /*padding-left:30px;
    padding-right:30px;*/
    border-top: 1px solid rgb(235, 235, 235);

}
#passwordchange{
    border-top: 1px solid rgb(235, 235, 235);
}
.Gobtn{
    float:right;
    width:20%;
}
.Gobtn button{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    background-image: linear-gradient(#123476,#0C2058);
    float: right;
    color:#fff;
    cursor:pointer;
    padding-left: 0px;
    padding-right: 0px;
    text-shadow:none;
    border:0px solid;
    margin-top:1.5px;
}
.Gobtn button:hover {
    background-image: linear-gradient(#225FA7,#123476);
    
    }
    
.input2 input[type="password"] {
    width:250px;
}
.changeBox ul li{
    text-decoration:none;
    list-style:none;
}
.tools{
    float:left;
    height:50px;
    margin-right: 15px;
    margin-left: 15px;
}
.tools:first-child{
    margin-left: 0px !important;
}
.tools a{
    color:#123476;
    text-decoration:none;
}
.tools a:hover{
    color:#225FA7;
}
.tools i{
    line-height:45px;
}
.panel-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #505050;
    line-height: 50px;
    /*float:left;*/
}
.mam-content-area{
background-color:#fff;
width:100%;
height:76px;
/*margin-left:30px;
margin-right:30px;*/
justify-content: center;
display: flex;
text-align: center;
}
.mam-content-area a{
    text-decoration:none;
}
h4{
    width:30%;
}
h4 a{
    color: #505050;
}
h4 a:hover{
    text-decoration: underline !important;
}
.toolbar{
    margin-right:30px;
    margin-left:30px;
}
.confirm-color{
    color:#19ad08;
    font-size: 18px;
}
.smart{
    display:none;
}
.desk {
    display:inherit;
}
.ResetTokenBox {
    position: absolute;
    top: 150px;
    width: 944px;
    height: 500px;
    z-index: 99 !important;
}
.ResetBackground{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ResetTokenBox_inner{
    width:50%;
    height:500px;
    margin-left:auto;
    margin-right:auto;
    background-color: #fff;
     border-bottom:1px solid #ebebeb;
    -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
    position: relative;
}

.ResetTokenBox_Linie{
    height: 3px;
    width:100%;
    background-color: #123476;
}
.token_begrussung{
    font-weight:bold;
    font-family: "DLHLight", Arial;
    color:#333;
}
.token_text{}
#TokenBoxMail {
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.longBTN{
    width: 150px;
}
.twobtn{
    float:left;
}
.btntwolong{
    width:300px;
}
#passwordreset{
    border-top: 1px solid #ebebeb;
}
.error{
    color:#8b060a !important;
}
.withMeter{
    float:left;
}
.information{
    color:darkblue;
}
.logoutbtn{
    width:200px;
    font-size:20px;
}
.ResetTokenBox_innerText{
    padding:25px;
    width: 90%;
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
   height: 450px;
}
.ResetTokenBox_innerText a{
color: #123476;
text-decoration:none;
}
.ResetTokenBox_innerText a:hover{
    color: #1d55c1;
}
.tblTokenNotifier {
    width: 100%;
}
.tblTokenNotifier tr td:first-child{
    color: #7E7E7E;
    font-weight:bold;
}
#btnCloseTokenNotifier {
    position: absolute;
    right: 25px;
    bottom: 25px;
}
/*ErrorSite*/
.errorpage{
    width: 100% !important;
    position:relative;
    min-height:300px;
}
.error_area{
    min-height:300px;
}
.error_logo{
    width:100%;
    position: absolute;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    left:40px;
    margin-left:auto;
    margin-right:auto;
}
.error_logo i{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  background-image: linear-gradient(#123476,#0C2058);
}
.error_logo i:hover{
    cursor:pointer;
    background-image: linear-gradient(#225FA7,#123476);
}
.error_title{
    margin-left:120px;
    margin-bottom:40px;
    font-size:26px;
}
.error_subtitle{
margin-left:120px;
}
.error_id{
    position:absolute;
    left:120px;
    bottom:0px;
}
.error_back{
    position:absolute;
    right:120px;
    bottom:0px;
}
.error_Link{
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.lg-new,
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    
  
}
.lg-new,
.login-column-area {
    flex-direction: column;
}

    .login-col {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        /*align-items: center;*/
        min-width: 320px;
        width: 50%;
    }
.login-column-area .login-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    min-width: 320px;
    width: 50%;
}
.log-step {
    margin-top: 10px;
    margin-bottom: 10px;
}
.log-title {
    margin-bottom:15px;
}
.log-vortext {
    display:none;
}
.log-step b {
 
}
#errormessage {
    min-width: 320px;
    width: 50%;
}
    .lg-new .navButton {
        float: unset;
        margin: 0;
        margin-top: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 320px;
        min-width: 320px;
        margin-left:auto;
        margin-right:auto;
    }
.lg-img {
    height:auto;
}
.lg-img .login-col {
min-height:400px;
}
.login-col img {
    width: 100%;
    min-height:400px;
}
#pQRCode {
margin-bottom:50px;
}
.btn-wrapper {
clear:both;
display:flex;
float:unset !important;
margin:0 !important;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
.btn-longer{
    width:200px;
}
.newlogin-col {
flex-direction:column !important;
}
.login-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}
    .login-row span {
    width:50%;
    }
.navButton-new {
    float: unset;
    padding-bottom: 20px;
    padding-top:20px;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 80%;
}
.btn-admin-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    box-sizing: border-box;
    padding-top: 50px;
}
.reg-btn .btn {
width:250px;
}
.quick-fix {
margin-top:10px;
}
.final_desc {
font-size:100% !important;
}

.togglePass2,
.togglePass {
    position: relative;
}

.toggle-button {
    position: absolute;
    right: 5px; /* Positionieren Sie das Symbol am rechten Rand */
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/eye-icon.png'); /* Hintergrundbild für das Symbol */
    width: 20px; /* Breite des Symbols */
    height: 20px; /* Höhe des Symbols */
    background-size: cover;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.toggleOff {
    background-image: url('../images/close-icon.png');
}

.togglePass2 .toggle-button {
    right: unset !important;
    left: 230px;
    top: 18px;
}
.togglePass2 input {
    
    width: 220px !important;
    padding-right: 30px;
}

.redesign .desc2,
.redesign .input2 {
    height: auto;
    float: unset;
    margin-bottom: 20px;
    margin-top: 20px;
  
}
.redesign .input2 {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.redesign .toggle-button {
    left: 230px;
    right: unset;
    top: 55%;
}
.redesign section {
    position: absolute;
    bottom: 0;

    top: 33px;

}
.redesign .input2 input[type="password"],
.redesign .input2 input[type="text"] {
    width: 250px;
    margin:0;
}
.redesign p{
    margin-top:0 !important;
}
.changeBoxRow.redesign {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}