@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.versteckelt{
    opacity: 0;
}
body {
    background-color: #EDEFED;
    font-size:13px;
    color:#333;
    min-height: 100vh;
}
body > .container{
    min-height:500px;
}
.clear{
    clear:both;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
}
.h1, h1{
    color: #5e5e5d;
    margin: 60px 0 15px;
    font-size: 24px;
    padding-left: 16px;
    line-height: 1.4;
    position: relative;
}
h1:before{
    background: #2a164e;
    content: "";
    display: inline-block;
    height: calc(100% - 12px);
    left: 0;
    position: absolute;
    top: 6px;
    width: 8px;
}
.h3, h3 {
    font-size: 23px;
    font-weight: 500;
    font-style: italic;
    color: #4c5868;
}
a{
    color: #2a164e;
    transition: all 0.35s;
}
a:focus, a:hover {
    color: #99813d;
    text-decoration:none;
}
dt, kbd kbd, label {
    font-weight: 500;
    margin:0;
}
body label{
    margin:10px 0 0;
}
body table label{
    margin:0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th, table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
    vertical-align: middle;
}
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc,
table.dataTable thead th.sorting{
    background:#2a164e;
    color:#FFF;
    position: relative;
}
table.dataTable thead th.sorting_asc:before,
table.dataTable thead th.sorting_desc:before{
    content: '';
    position: absolute;
    right: 5px;
    top: 16px;
    display:block;
    width: 0;
    height: 0;
    border-style: solid;
}
table.dataTable thead th.sorting_asc:before{
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #FFF transparent;
}
table.dataTable thead th.sorting_desc:before{
    border-width: 5px 5px 0 5px;
    border-color: #FFF transparent transparent transparent;
}
table.dataTable{
    margin-bottom: 20px;
}
.dataTables_length,
.dataTables_filter{
    margin-bottom: 20px;
}
label.normal{
    margin:0;
}
.panel-heading label{
    margin:0;
}
.navbar-inverse {
    background-color: #FFF;
    padding: 25px 0 15px;
    box-shadow: 0 0 40px -20px #000;
}
.navbar {
    min-height: 0;
    z-index: 2;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #5e5e5d;
    padding: 14px;
    font-size: 14px;
    font-weight: 400;
}
.navbar-inverse .badge {
    background-color: #2a164e;
    color: #FFF;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-text:hover {
    color: #2a164e;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #2a164e;
    color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #2a164e;
}
.navbar-nav>li>.dropdown-menu{
    border-radius:0;
}
.affix{
    padding: 0;
    transition: all 0.35s;
}
.affix-top{
    padding: 25px 0 15px;
}
.brand{
    display: block;
    height: 50px;
    overflow: hidden;
}
.navbar-inverse img {
    max-height:50px;
    transition:all 0.35s;
}
.affix .brand{
    height: 40px;
    margin-top: 4px;
    transition: height 0.35s;
}
.affix.navbar-inverse img {
    max-height: 40px;
}
.dropdown-menu>li>a {
    color: #666;
}
#footer{
    background-color: #555;
    padding: 20px 0 30px;
}
#footer img{
    opacity: 0.25;
}
#footer h4{
    color: #717171;
    font-weight: 500;
    font-size: 18px;
    font-style: italic;
}
#footer p{
    color:#AAA;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 0;
}
#footer a{
    color:#CCC;
    font-size: 12px;
    line-height: 16px;
}
#footer a:hover{
    color:#EEE;
}
#footer .disclaimer{
    color: #afafaf;
    margin-top: 10px;
    font-style: italic;
}
#footer .fa{
    color:#999;
    margin-right:5px;
}
#footer #socials .fa{
    color:#EEE;
    font-size: 16px;
    width: 30px;
    line-height: 30px;
    background: #5f5f5f;
    text-align: center;
    transition: all 0.35s;
}
#footer #socials .fa:hover{
    background: #2a164e;
    color: #FFF;
}
footer{
    background-color:#333;
    padding:5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width:100%;
    z-index: 1000;
}
footer span{
    color:#CCC;
    font-size:12px;
}
#page-wrapper {
    background:none;
    padding:0;
    padding-top:50px;
    padding-bottom:72px;
}
.container.designer,.container.layoutpermission, .container.tokenerror, .container.freigabe{
    padding-top:40px;
}
.container.login,.container.account{
    padding-top: 90px;
}
.container.login{
    max-width: 500px;
}
.well{
    background: #FFF;
    border-radius: 0;
    padding: 0;
    border:none;
    margin-bottom: 80px;
    box-shadow: 0 4px 20px -10px #000;
}
.content.well{
    padding:40px;
}
.steps{
    overflow: hidden;
    position: relative;
}
.step{
    display: inline-block;
    width: 25%;
    background-color: #AAA;
    padding: 25px 30px 5px;
    position: relative;
    box-shadow: inset 0 -8px 10px -10px #666;
    vertical-align: top;
}
.step.active{
    box-shadow:none;
}
.step span{
    position: absolute;
    font-size: 45px;
    bottom: 2px;
    left: 10px;
    color: #BBB;
    line-height: 43px;
}
.step.active span{
    color: #FFF;
    font-size: 26px;
    background: #2a164e;
    line-height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    bottom: 5px;
    font-weight: 500;
    left: 5px;
}
.step p {
    font-size: 16px;
    margin: 0 15px;
    position: relative;
    font-weight: 500;
    color: #CCC;
}
.step.active p{
    color: #4c5868;
    text-transform: uppercase;
}
.step.active{
    background-color: #FFF;
    z-index: 1;
}
.step.active:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 65px 0;
    border-color: transparent #FFF transparent transparent;
    position: absolute;
    top: 0;
    right: 100%;
}
.step.active:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 54px 0;
    border-color: transparent #AAA transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
#editor{
    padding:45px;
    min-height: 440px;
}
#presets{
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
}
#presets:before{
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    border-top: 1px dashed #CCC;
}
.preset span{
    padding-bottom: 65%;
    display: block;
    background-size: cover;
    border: 1px solid #CCC;
    cursor: pointer;
    transition: 0.35s all;
}
.preset span:hover{
    border-color: #2a164e;
}
.preset + p{
    font-style: italic;
    color: #777;
    margin: 6px 0 0;
    font-size: 16px;
    font-weight: 600;
}
.previewimage{
    height: 326px;
}
.getform img{
    max-width:100%;
    border: 1px solid #CCC;
    box-shadow: 0 5px 40px -20px #000;
    margin-bottom: 10px;
    image-rendering: -webkit-optimize-contrast;
}
.form-group{
    text-align:left;
    margin-bottom:10px;
}
#datensenden > div{
    width:47.5%;
    margin-right:5%;
}

#datensenden > div.pull-right{
    margin:0;

    position:absolute;
    padding-left: 227px;
}

#frei{
    width: 100%;
    margin-left: 158px;
    padding-left: 129px;
    position: absolute;
}

#datensenden > div.pull-right.top{
    margin:0;
}
#datensenden > .clearfix{
    width: 100%;
    display: block;
    height: 1px;
    background: #d8d8d8;
    clear: both;
    margin: 20px 0;
}
#datensenden > div.clearfix:last-of-type{
    height:0;
}
.input-group{
    width:100%;
}
.form-control {
    height: 38px;
    padding: 0 10px;
}
.pull-right input {
    margin-bottom: 15px;
}

.form-control.auto {
    width: auto;
    display: inline-block;
    vertical-align: top;
}
div#buttonrow{
    width: 100%;
    margin: 0;
}
#buttonrow .col-md-6{
     padding: 0;
}
button.btn.btn-default {
    float: right;
}
.input-group{
    margin-top:5px;
}
.input-group .form-control{
    margin:0;
}
.input-group-addon:last-child,
.input-group-addon:first-child {
    border-radius: 0;
}
.form-control, input,
.input-group .form-control{
    border-radius:0;
    border:1px solid #AAA;
}
.hide{
    display:none;
}
/*#frei input {*/
/*    margin: 10px 0;*/
/*}*/
.form-control:focus{
    border-color:#2a164e;
}
.form-control[readonly]{
    opacity: 0.7;
}
#paginate_length .form-control{
    margin:0;
}
.btn {
    border: none;
    margin: 0 0 10px;
    border-radius: 0;
    display: inline-block;
    transition: 0.35s all;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
    line-height: 30px;
}
.btn{
    background-color: #2a164e;
}
.btn.small{
    font-size: 12px;
    line-height: 30px;
    text-transform: inherit;
    height: auto;
}
.btn.pull-right{
    margin-left:10px;
}
.margin-right{
    margin-right:10px;
}
.btn-cancel{
    background:#888;
    margin-right:10px;
}
.btn:hover{
    background-color: #99813d;
}
.btn-primary{
    background: #2a164e;
}
.btn-primary:hover{
    background: #99813d;
}
.btn.back{
    position: absolute;
    top: 75px;
    left: 15px;
    padding: 5px 10px 3px;
    font-size: 12px;
}
.btn-danger {
    background-color: #AAA;
    border-color: #AAA;
}
.btn-danger:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
}
#login-form{
    background:#FFF;
    padding:30px;
    -webkit-box-shadow: 0 4px 20px -10px #000;
    -moz-box-shadow: 0 4px 20px -10px #000;
    box-shadow: 0 4px 20px -10px #000;
}
#editdata, #previewdata{
    cursor: pointer;
}



/*---------------------------------------------------------------------------------------------------ADMIN*/
.admin-tabs a{
    display: inline-block;
    background: #FFF;
    padding: 20px 0;
    text-align: center;
    width: 10%;
    margin-right: 1.25%;
    color: #666;
    -webkit-box-shadow: 0 2px 10px -5px #999;
    -moz-box-shadow: 0 2px 10px -5px #999;
    box-shadow: 0 2px 10px -5px #999;
}
.admin-tabs + .alert{
    margin-top:20px;
}
.admin-tabs a:hover{
    color: #2a164e;
    -webkit-box-shadow: 0 2px 15px -7px #000;
    -moz-box-shadow: 0 2px 15px -7px #000;
    box-shadow: 0 2px 15px -7px #000;
}
.admin-tabs a:last-child{
    margin:0;
}
.admin-panels a{
    padding: 20px 0;
    display: block;
    font-size: 2em;
    background: #FFF;
    text-align:center;
    color: #666;
    -webkit-box-shadow: 0 2px 10px -5px #999;
    -moz-box-shadow: 0 2px 10px -5px #999;
    box-shadow: 0 2px 10px -5px #999;
}
.admin-panels a:hover{
    color: #2a164e;
    -webkit-box-shadow: 0 2px 15px -7px #000;
    -moz-box-shadow: 0 2px 15px -7px #000;
    box-shadow: 0 2px 15px -7px #000;
}
.admin-panels p{
    margin:0;
}
.panel.security h2{
    margin:0;
}
.small-table > tbody > tr > td{
    padding:0 8px;
}
.table a:not(.btn), table a:not(.btn) {
    text-decoration: none;
}
.table>tbody>tr>th{
    background: #2a164e;
    color: #FFF;
}
.bestellungen .table>tbody>tr>th{
    background: #777;
}
.bestellungen img.preview{
    border:20px solid #EEE;
}
.label-success {
    background-color: #6c9a4e;
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #2a164e;
}
.admin-settings{
    margin-bottom:80px;
}
.admin-settings > .panel{
    border:none;
    border-radius:0;
    background:#FFF;
    -webkit-box-shadow: 0 2px 10px -5px #999;
    -moz-box-shadow: 0 2px 10px -5px #999;
    box-shadow: 0 2px 10px -5px #999;
}
.admin-settings .panel .panel-heading{
    border:none;
    /*background: none;*/
}
.admin-settings > .panel.with-nav-tabs > .panel-heading{
    border-radius:0;
    padding:0 10px;
    border:none;
    background: #666;
}
.admin-settings .with-nav-tabs.panel-default .nav-tabs > li{
    margin:0;
}
.admin-settings .with-nav-tabs.panel-default .nav-tabs > li > a{
    border:none;
    border-radius:0;
    margin:0;
    color:#CCC;
}
.panel-default {
    border-radius: 0;
    border: none;
}
.panel-default>.panel-heading {
    color: #000;
    border: none;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 0;
}
.panel-default>.panel-heading a{
    padding:8px 16px;
    display:block;
    color: white;
    background:#2a164e;
}
.panel-default>.panel-heading a.collapsed{
    background:#999;
    overflow: auto;
    color: white;
}
.panel-default>.panel-heading a:focus,
.panel-default>.panel-heading a:hover{
    color:#FFF;
    overflow: auto;
}
.modal .panel-body{
    border:none;
    padding:0;
}
.panel-body {
    padding: 15px;
    border: 1px solid #DDD;
}
.admin-settings > .panel > .panel-body{
    padding:20px 40px;
    border:none;
}
body .panel.with-nav-tabs .panel-heading {
    padding: 8px 15px;
}
.inner.wrapper{
    position: relative;
    padding: 30px;
    background: #FFF;
    box-shadow: 0 4px 20px -10px #000;
    margin-bottom: 100px;
}
.h1-links a{
    line-height: 30px;
    width: 35px;
    display: inline-block;
    text-align: center;
    background: #999;
    color: #fff;
    margin-left: 5px;
    padding-top: 5px;
}
.h1-links.fullwidth a{
    width:auto;
    padding-top:0;
}
.h1-links a:hover{
    background: #2a164e;
}
.h1btn{}
#paginate_length select,
#paginate_filter input{
    margin: 0 0 0 10px;
    height: 26px;
    border-color: #CCC;
}
.dataTables_info{
    font-style:italic;
    font-size:12px;
}
.dataTables_length label,
.dataTables_filter label{
    font-weight:400;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background:#666;
    color:#FFF !important;
    border:none;
    border-radius:0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background:#2a164e;
    border:none;
    color:#FFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    border:none;
    border-radius:0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background:#2a164e;
    border:none;
    color:#FFF !important;
}
#paginate_length select{
    margin:0 5px;
}
#paginate_wrapper > .row > .col-sm-6 + .col-sm-6 {
    text-align:right;
}
#paginate .sorting_desc,
#paginate .sorting_asc{
    position: relative;
    font-weight: 400;
}
#paginate tr:nth-child(1) td{
    padding-top:10px;
}
.sorting_desc:before,
.sorting_asc:before{
    content: "\f077";
    position: absolute;
    right: 0;
    top: 9px;
    font: normal normal normal 14px/1 FontAwesome;
}
.sorting_desc:before{
    content: "\f078";
}
#paginate{
    position: relative;
    margin-top:20px;
}
#paginate th{
    font-weight: 300;
    cursor: pointer;
    background: #2a164e;
    color: #FFF;
}
#paginate th:first-child{
    padding-right: 0;
}
.text-danger, .text-danger:hover {
    color: #fff;
    font-size: 14px;
}
.bg-danger {
    background:none;
}
.alert-danger {
    border-radius:0;
    padding: 10px 0;
}
.alert li{
    font-size: 14px;
    padding: 4px 10px;
}
.wrapper{
    background: #FFF;
    padding: 20px;
    -webkit-box-shadow: 0 4px 20px -10px #000;
    -moz-box-shadow: 0 4px 20px -10px #000;
    box-shadow: 0 4px 20px -10px #000;
}
ol {
    margin-bottom: 10.5px;
    padding-left: 13px;
}
.inner{
    padding:30px;
}
.faketable p{
    margin:0;
}
.faketable p span{
    display: inline-block;
    float: left;
    text-align: left;
}
#paginate_length{
    text-align: left;
}
.loading,
.loading img{
    max-width:60px;
}
.avatar{
    padding:20px;
    border:1px solid #DDD;
    display:block;
    text-align: center;
}
.avatar img{
    max-width:100%;
}
.avatar-form{
    position: relative;
}
.freigabe h3{
    margin-top: 0;
}
.table tr:nth-child(2n+1) td{
    background:#EEE;
}
.result-sum.table > tbody > tr > th{
    font-weight:500;
}
.result-sum.table > tbody > tr > th,
.result-sum.table > tbody > tr > td {
    font-size: 14px;
    padding: 3px 10px;
}

.created-preview{
    max-width: 100%;
    padding: 20px;
    border: 1px solid #e8e8e8;
    background: #FFF;
}
.created-preview.big{
    padding: 30px 20px;
}
.create .toggle{
    position: absolute;
    top: 0;
    background: #95a5a6;
    color: #FFF;
    font-size: 15px;
    line-height: 40px;
    left: 0;
    right: 0;
    padding: 0 40px;
    cursor: pointer;
}
.create .toggle.show{
    background: #2a164e;
}
.create .toggle + div{
    margin-top: 40px;
}
.create .checkbox {
    padding-left:30px;
    cursor: pointer;
}
.create .checkbox span{
    position: absolute;
    left: 0;
    display:block;
    width:18px;
    height:18px;
    background:#FFF;
    border: 2px solid #666;
}
.create .checkbox input:checked + span{
    border-color: #2a164e;
}
.create .checkbox input:checked + span:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    position: absolute;
    color: #2a164e;
}
.create .checkbox input{
    margin:0 0 0 -30px;
}
.create .presets{
    margin:0 0 20px;
    padding:20px 40px;
}
.create .presets .btn{
    margin:0 10px 10px 0;
}
.create .presets .btn.pull-right{
    margin:0 0 10px 10px;
}
.create .panel{
    padding: 20px 40px;
    position: relative;
    margin: 0;
    border: none;
    border-bottom: 1px solid #7f8d8e;
    border-radius: 0;
}
.create .presethead{
    padding:40px 40px 20px;
}
.create .panel .removebtn{
    position: absolute;
    right: -1px;
    top: 0;
    height: 40px;
    z-index: 100;
    width: 30px;
    margin: 0;
    opacity: 0.5;
    line-height: 40px;
}
.create .panel .removebtn:hover{
    opacity: 1;
}
.colors{
    padding: 0 20px;
}
#vorlage h4{
    padding:20px;
}
.create label{
    vertical-align: top;
    margin: 0 0 10px;
}
.create .panel label{
    width:100%;
    position: relative;
}
.create .right label{
    /*width:19%;*/
}
.create label .radio + span,
.create label .form-control + span{
    font-size: 12px;
    font-weight: 700;
    color: #999;
    display:block;
}
.create .form-control{
    padding: 2px 4px;
    line-height: 24px;
    height: 30px;
}
p.radio{
    display: inline-block;
    background: #5a5a5a;
    padding: 5px 8px;
    margin: 0;
    color: #FFF;
    cursor:pointer;
}
p.radio.checked{
    background:#2a164e;
}
p.radio:hover{
    background:#2a164e;
}
p.radio span{

}
.create h2{
    margin-top:0;
}
.create textarea.form-control{
    height:auto;
    font-size: 12px;
    line-height: 14px;
}
.create .count{
    position: absolute;
    left: -1px;
    top: 0;
    line-height: 40px;
    width: 30px;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    color: #FFF;
    text-align: center;
}
.create .panel .rightlabel{
    position: absolute;
    right: 1px;
    top: 1px;
    line-height: 28px;
    width: 30px;
    background: #EEE;
    text-align: center;
}
.create .panel .color {
    width: 34px;
    margin: 0 -3px 0 0;
}
.create .panel .color input{
    position: absolute;
    cursor: pointer;
    padding: 0;
    height: 38px;
    border: none;
    margin: -4px;
    width: 34px;
}
.create .panel .color span{
    position: absolute;
    top: 0;
    left: -2px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.create .panel .auto{
    width:auto;
}
.create .panel .w50p{
    width:48%;
    display: inline-block;
}
.create .panel .w70{
    width:70px;
}
.create .panel .w100{
    width:100px;
}
.create .panel .w120{
    width:120px;
}
.create .panel .w250{
    width:250px;
}
.create .frame{
    background: #EEE;
    height:220px;
    position: relative;
    border: 1px solid #DDD;
}
.create .frame label{
    text-align: center;
    margin:0;
}
.create .frame label input{
    text-align: center;
}
.create .frame .padding{
    width: 50%;
    height: 40%;
    background:#DDD;
}
.create .frame .padding input{
    width:40px;
    text-align: center;
}
.create .frame .top{
    position: absolute;
    left: 50%;
    top:5px;
    transform: translateX(-50%);
}
.create .frame .bottom{
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
}
.create .frame .left{
    position: absolute;
    left: 5px;
    top:50%;
    transform: translateY(-50%);
}
.create .frame .right{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.create .frame .center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.create .transform{
    position: relative;
    margin-right:20px;
}
.create .transform input:checked + span{
    background:#2a164e;
}
.create .transform span{
    position: absolute;
    background: #5a5a5a;
    cursor: pointer;
    left: 0;
    color:#FFF;
    top: 0;
    width:30px;
    line-height:30px;
    text-align: center;
}
.alert{
    border-radius: 0;
}
.alert-success {
    background-color: #FFF;
    border-color: #61a041;
    color: #4a4a4a;
}
.alert-success a {
    color: #2a164e;
    text-decoration: underline;
}
.alert-dismissable .close span,
.alert-dismissible .close span{
    font-size:20px;
}
.alert, .thumbnail {
    margin: 21px 0;
}
.close:focus,
.close:hover {
    color: #000;
    opacity: 1;
}
.badge {
    background-color: #8c8c8c;
}
.uploadProcess{
    position: absolute;
    top: 1px;
    left: 16px;
    right: 16px;
    bottom: 1px;
    background: rgba(255,255,255,0.75);
}
#picUploadForm,
#uploadTarget{
    width: 0;
    height: 0;
    border: none;
    overflow: hidden;
    display: block;
}
.uploadProcess .loading{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.editLink{
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 15px;
    background-color: #666;
    color: #FFF;
    line-height: 30px;
    text-align: center;
    width:0;
    overflow: hidden;
}
.editLink:hover{
    background-color:#2a164e;
    color:#FFF;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover ,
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #2a164e;
    outline-color: transparent;
}
.avatar-form:hover .editLink{
    width: 30px;
}
.img-thumbnail{
    border-radius: 0;
    padding: 5px;
    border: 1px solid #DDD;
    max-height: 235px;
}
.notifications .img-thumbnail{
    padding: 0;
    border: none;
    max-height: 30px;
    max-width: 30px;
}
.notifications .table>tbody>tr>td{
    vertical-align: middle;
}
.notifications .table>tbody>tr>td.meldung{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}
.meldung p{
    cursor: pointer;
    margin:0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.meldung p:hover{
    color:#999;
}
.meldung p.focus{
    white-space: normal;
}
.meldung p.focus:hover{
    color: #333;
    cursor: inherit;
}
.notifications .table tr td:nth-child(2),
.notifications .table tr td:nth-child(3),
.notifications .table tr td:nth-child(5){
    white-space: nowrap;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>li>a, .pagination>li>span{
    background:#bbb;
    padding: 5px 12px;
}
.pagination>.disabled>a,
.pagination>.disabled>a:hover{
    background: #d8d8d8;
    color: #b7b7b7;
}
.pagination>li>a:hover {
    background-color: #2a164e;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #616161;
    outline:none;
}
.dataTables_info,
.dataTables_paginate{
    text-align: center;
}
.modal-content{
    border-radius:0;
}
.modal-footer {
    border:none;
}
.modal-footer .btn {
    margin-bottom: 0;
}
.modal-header {
    padding: 15px;
    border: none;
    background: #2a164e;
    color: #FFF;
}
.green{
    color: green;
}
.red{
    color: red;
}
.grey{
    color: grey;
}
.green, .red, .grey{
    margin:0;
}
.nowrap{
    white-space: nowrap;
}
.messages .img-thumbnail{
    padding: 0;
    border: none;
    max-height: 30px;
    max-width: 30px;
}
.transfer .fa{
    margin: 5px 10px;
}
.message-admin .img-thumbnail{
    padding: 0;
    border: none;
    max-height: 30px;
    max-width: 30px;
}
.message-admin .table p{
    margin:0;
}
.table p{
    margin:0;
}
.pagination {
    margin: 20px 0 0;
    border-radius:0;
}
img{
    max-width:100%;
}
.sort-wrapper{
    position: absolute;
    right: 0;
    top: -48px;
}
.preview_wrapper{
    margin: 0 0 20px;
}
.preview img{
    position: relative;
    padding: 10px;
    border: 1px solid #CCC;
    background-color: #EEE;
    margin: 0 0 10px;
}
.ainfos{
    margin: 0 0 10px;
}
.ainfos p{
    margin:0;
}
.ainfos hr{
    margin:10px 0;
}
.ainfos .download{
    float: right;
    background: #999;
    width: 28px;
    text-align: center;
    color: #FFF;
    line-height: 28px;
}
.ainfos .download:hover{
    background-color: #2a164e;
}
.lastchange{
    float: right;
    font-size: 11px;
}
.token,
.lastchange strong{
    font-size:11px;
}
.checkboxj{
    display:inline-block;
    border:2px solid #2a164e;
    width:18px;
    height:18px;
    margin: 2px 4px 0 1px;
    position: absolute;
    left: 0;
    background:#FFF;
    top: 0;
    transition: all 0.5s;
}
.boxouter input + .checkboxj:before{
    color:#2a164e;
    transition: all 0.5s;
}
.boxouter input:checked + .checkboxj:before{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color:#FFF;
    position: absolute;
    left: 3px;
    bottom: 0;
}
.boxouter{
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}
.boxouter input{
    margin-right: 5px;
    display: none;
}
.boxouter input:checked + .checkboxj{
    background:#2a164e;
    border-radius: 50%;
}
.list-group-item:last-child{
    border-radius:0;
    margin-bottom: 10px;
}
.chat .right .chat-body p{
    text-align: right;
}
.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.chat li .chat-body{
    border:1px solid #dedede;
    display: inline-block;
    position: relative;
}
.chat li.left .chat-body {
    background: #ddf3d1;
    padding:10px 100px 10px 20px;
}
.chat li.right .chat-body {
    margin-right: 20px;
    float:right;
    background: #EEE;
    padding:10px 20px 10px 100px;
}
.cstate{
    position: absolute;
    top: 0;
    right: -16px;
}
.chat .green{color:green;}
.chat .grey{color:lightgrey;}
.chat li .chat-body p {
    margin: 0;
}
.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}
span.glyphicon.glyphicon-chevron-left{
    float: left;
}span.glyphicon.glyphicon-chevron-right{
    float: right;
}

.panel-body {
    /*overflow-y: scroll;*/
    /*height: 250px;*/
}
.bestellungen .panel-group .panel-heading+.panel-collapse>.panel-body{
    border:none;
    padding:20px 0;
    margin-bottom:40px;
}
.readtime,
.readtime i{
    font-size: 10px;
    margin-top:10px;
    color:#AAA;
}
.chat .img-thumbnail {
    max-width: 50px;
    max-height: 50px;
    padding: 0;
    border: none;
}
p#pages{
    text-align: center;
    margin: 10px 0 0 0;
}
#steuer .col-md-6{
    margin-bottom: 20px;
}

@media all and (min-width: 768px){
    body {
        /* TBD margin-top: 90px;*/
    }

    .languageswitcher{
        padding-top:9px;
        padding-left:5px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px){
    body {
        padding-top: 0;
    }
}


.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    left: 50%;
    position: absolute;
    top: 40%;
    height: 40px;
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2a164e;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}
canvas{
    display: none;
}
[data-step-id="4"]:after{
    border-color: transparent #fff transparent transparent !important;
}
.page-image{
    display: none;
}
.is-hidden--off-flow {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: -10;   /* *1* */
    visibility: hidden;   /* *1* */
}

.is-shown--off-flow {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    visibility: visible;
}


.l-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}

.l-modal__shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    background: #161616;
    opacity: 0.92;
    z-index: -1;
    cursor: pointer;
}

.l-modal__body {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.c-popup {
    display: inline-block;
    text-align: center;
    background: white;
    max-width: 800px;
    width: 90%;
    line-height: 1.48;
}

.c-popup__img {
    max-width: 100px;
    margin: 0 auto;
    padding: 60px 60px 40px;
;
}

.h-img-resp {
    max-width: 100%;
}

.c-popup__title {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 1.4em;
    color: #3a3a3a;
    font-weight: normal;
}

.c-popup__description {
    font-size: 1.1em;
    color: #a1a1a1;
    padding: 0 30px;
    margin-bottom: 48px;
}
.input-group .form-control{
    z-index: 1;
}
img#preview{
    max-height: 420px;
    border: 1px solid #e8e8e8;
}
button.close {
    color: black;
    width: 40px;
}button.close span{
    font-size: 30px;
}
 .input-group{
     display: flex;
 }
.input-group-addon:last-child{
    flex: 1;
    -ms-flex: 1 0 0;
}
.form-control{
    flex: auto;
    -ms-flex: auto;
}
#E-Mail\* + .input-group-addon{
    flex-grow: 0.5;
    min-width: 177px;
    width: 90px;
}
input[id$='_pro']{
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    max-width: 100px;
    text-align: center!important;
}
#Phone, #Mobile, #Fax{
    border-left: none;
}
span[id$='_prefix']{
    width: 90px;
     min-width: 120px;
}
.placeorder{
    display: block;
}
#order{
    margin-top: 15px;
}
.error{
    border: 1px solid red!important;
}

#error {
    transition: 0.15s;
    color: red;
    border: 1px solid red;
    width: fit-content;
    padding: 5px;
    display: table;
    margin: 0;
    background-color: #ffffff;
}
.noscript{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: lightgray;
    z-index: 9999999;
}
.noscript p {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    border: 2px solid red;
    color: red;
    font-size: 16px;
    font-weight: 600;
}
button#back{
    margin-top: 0;
    position: relative;
    z-index: 1;
}
#back a {
    width: 100%;
    color: white;
    font-size: 13px;
}
@media not (-ms-high-contrast:none) {
@media (max-width:767px){
    .bestellungen {
        padding: 0;
    }
    .inner.wrapper{
        padding: 15px;
    }
    .navbar-inverse .navbar-toggle{
        background-color: #2a164e;
    }
    #bestellnummer{
        display: none;
    }
    #rightside{
        float: unset!important;
    }
    h1#headline{
        margin-left: 16px;
    }
    .inner.wrapper{
        margin-bottom: 50px;
    }
    .container>.navbar-header{
        margin-left: 0;
    }
    #datensenden > div{
        width: 100%;
    }
    .step{
        height: 50px;
    }
    .step p{
        display: none;
    }
    .input-group{
        flex-direction: row;
        flex-wrap: wrap;
    }
    #Phone, #Mobile, #Fax {
        border-left: 1px solid #aaa;
        margin-top: 10px;
    }
    #E-Mail\* + .input-group-addon {
        margin-top: 10px;
        display: block;
    }
    .input-group-addon:first-child {
        margin-right: 100%;
        display: block;
        border-right: 1px solid #dce4ec;
        width: 33px;

    }
    .input-group .form-control:not(:first-child):not(:last-child){
        margin-top: 10px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }
    [data-toggle="tooltip"]{

    }
    .password_view_control{
         border-right: 1px solid #AAA;
     }

    .languageswitcher{
        padding-top:50px;
    }
}
}
.row.buttons{
    margin-top: 15px;
}
.navbar-inverse .navbar-collapse{
    border-color: #2a164e;
}
.lolblah{
    width: 100%!important;
}
#Phone_lmao, #Mobile_lmao, #Fax_lmao{
    border-left: none;
    max-width: 100px;
}
.soopadoopaworkaround{
    border-right: 1px solid #AAA!important;
}
.modal-footer .btn+.btn{
    float: left;
}
.btn-group{
    float: left;
}
.awdawdawd{
    margin-top: 50px;
}
.userrrrname{
    display: none;
}

footer{
    background-color:#2a164e;
}

footer span, footer a{
    color:#99813d;
    padding-right:10px;
    font-size:12px;
}

footer a:hover{
    opacity: 0.8;
}

body {
    margin-top:0px!important;
}

.container.fullsize {
    min-height: unset;
    width: 100%;
}
input[type="image"] {
    border: none;
}
.input-group-addon{
    height: 38px;
    background-color: #d2d2d2;
    border: 1px solid gray;
    width: 38px;
}
button.btn {
    margin-right: 10px;
}
#Phone_prefix,#Mobile_prefix,#Fax_prefix{
    min-width: fit-content;
    min-width: max-content;
}

[data-toggle="tooltip"]{

}.password_view_control{
     border: 1px solid #AAA;
 }
span.fa.fa-eye {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 992px){
    .step {
        height: 50px;
    }
    .step p{
        font-size: 14px ;
    }
    .active[data-step-id="4"] p{
        font-size: 11px;
    }
}

.languageswitcher{
    margin-bottom: 0!important;
}

.navbar-toggle {
    background-color:#2a164e;
}

.navbar-toggle:hover {
    background-color:#99813d!important;
}

/*IE11 SPEZIAL-------------------------------------------------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast:none)
{
    .navbar-inverse .navbar-collapse { border-color:transparent!important;}
}

@media all and (-ms-high-contrast:none) and (min-width: 768px)
{
    .step p { display:block!important;}
}

@media all and (-ms-high-contrast: none) and (min-width: 1px) and (max-width: 767px)
{
    .bestellungen {
        padding: 0;
    }
    .inner.wrapper{
        padding: 15px;
    }
    .navbar-inverse .navbar-toggle{
        background-color: #2a164e;
    }
    #bestellnummer{
        display: none;
    }
    #rightside{
        float: unset!important;
    }
    h1#headline{
        margin-left: 16px;
    }
    .inner.wrapper{
        margin-bottom: 50px;
    }
    .container>.navbar-header{
        margin-left: 0;
    }
    #datensenden > div{
        width: 100%;
    }
    .step{
        height: 50px;
    }
    .step p{
        display: none;
    }
    .input-group{
        flex-direction: row;
        flex-wrap: wrap;
    }
    #Phone, #Mobile, #Fax {
        border-left: 1px solid #aaa;
        margin-top: 10px;
    }
    #E-Mail\* + .input-group-addon {
        margin-top: 10px;
        display: block;
    }
    .input-group-addon:first-child {
        margin-right: 100%;
        display: block;
        border-right: 1px solid #dce4ec;
        width: 33px;

    }
    .input-group .form-control:not(:first-child):not(:last-child){
        margin-top: 10px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }
    [data-toggle="tooltip"]{

    }
    .password_view_control{
        border-right: 1px solid #AAA;
    }

    .languageswitcher{
        padding-top:50px;
    }
}

/*Responsiv für getForm.php---------------------------------------------------------------------------------------------------------------------------*/

@media all and (-ms-high-contrast: none) and (max-width: 370px){

#frei{
         margin-left: 0;
         padding-left: 130px;
         width: 160%;
     }

  /*  .input-group .form-control{
        width: 104px;
    }*/
}


@media all and (-ms-high-contrast: none) and (max-width: 400px){
    #editor{
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 45px;
    }

    #frei{
        margin-left: 0;
        padding-left: 145px;
        width: 160%;
    }

    #datensenden > div.pull-right{
        padding-left: 30px;
    }

    .input-group-addon {
        padding: 10px 0;
    }

    /*.input-group .form-control {
        width: 42%;
    }*/

  input[id$="_pro"] {
        max-width: 68px;
    }

    .form-control {
        padding: 0 2px;
    }

    #Phone_lmao, #Mobile_lmao, #Fax_lmao {
        max-width: 68px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 491px){
    #frei {
        width: 145%;
        margin-left: 44px;
    }

    .input-group-addon {
        padding: 10px 0;
    }

   /* .input-group .form-control {
        width: 48%;
    }*/

input[id$="_pro"] {
        max-width: 68px;
    }

    .form-control {
        padding: 0 5px;
    }

    #Phone_lmao, #Mobile_lmao, #Fax_lmao {
        max-width: 68px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px){

    input[id$="_pro"] {
        max-width: 68px;
    }

    #Phone_lmao, #Mobile_lmao, #Fax_lmao {
        max-width: 68px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 599px){
    #frei {
        width: 139%;
        margin-left: 84px;
        padding-left: 144px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px){
    #frei {
        margin-left: 177px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 991px){
    #frei {
        margin-left: 0px;
        padding-left: 76px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px){
    #editor{
        padding: 20px;
    }

    #datensenden > div.pull-right{
        padding-left: 30px;
    }
    #E-Mail\*{
        width: 100px;
    }
}

/*chrome und firefox---------------------------------------------------------------------------*/
@media screen and (max-width: 370px){
    #frei{
         margin-left: 0;
         padding-left: 130px;
         width: 160%;
     }

    /*.input-group .form-control{
        width: 104px;
    }*/
}

@media screen and (max-width: 400px){
    #editor{
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 45px;
    }

    #frei{
        margin-left: 0;
        padding-left: 145px;
        width: 160%;
    }

    #datensenden > div.pull-right{
        padding-left: 30px;
    }

    .input-group-addon {
        padding: 10px 0;
    }

   /* .input-group .form-control {
        width: 42%;
    }*/

  input[id$="_pro"] {
        max-width: 68px;
    }

    .form-control {
       padding: 0 2px;
    }

    #Phone_lmao, #Mobile_lmao, #Fax_lmao {
       max-width: 68px;
    }

    #E-Mail\*{
        width: 100px;
    }
}

@media screen and (min-width: 401px) and (max-width: 491px){
    #frei {
        width: 145%;
        margin-left: 44px;
    }

    .input-group-addon {
        padding: 10px 0;
    }

    /*.input-group .form-control {
        width: 48%;
    }*/

input[id$="_pro"] {
        max-width: 69px;
    }

    .form-control {
        padding: 0 5px;
    }

    #Phone_lmao, #Mobile_lmao, #Fax_lmao {
        max-width: 68px;
    }
}

@media screen and (min-width: 492px)and (max-width: 767px){

    input[id$="_pro"] {
        max-width: 69px;
    }

    #Phone_lmao, #Mobile_lmao, #Fax_lmao {
        max-width: 68px;
    }
}

@media screen and (min-width: 492px)and (max-width: 599px){
#frei {
    width: 139%;
    margin-left: 84px;
    padding-left: 144px;
}
}

@media screen and (min-width: 600px)and (max-width: 767px){
    #frei {
        margin-left: 177px;
    }
}

@media screen and (min-width: 768px)and (max-width: 991px){
    #frei {
        margin-left: 0px;
        padding-left: 76px;
    }
}

@media screen and (min-width: 400px) and (max-width: 767px){
    #editor{
        padding: 20px;
    }

    #datensenden > div.pull-right{
        padding-left: 30px;
    }
    #E-Mail\*{
        width: 100px;
    }
}



