
.zertAccordionLanguage {
    margin-top: 5px;
    margin-left:43px;
    border-radius: 2px;
    padding: 0px;
    background: #dddfe1;    
    border-left: 2px solid #787878;    
}
.sort-list div.form-group{
    margin-bottom: 2px;
}

.groupWidth {
    width:50px;
}

.tableWidth40{
    width:40%;
}
.tableWidth30{
    width:30%;
}
.tableWidth50{
    width:50%;
}

/* Widget: Sort LIST */
.sort-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}
.sort-list > li {
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}
.sort-list > li:last-of-type {
    margin-bottom: 0;
}
.sort-list > li > input[type='checkbox'] {
    margin: 0 10px 0 5px;
}
.sort-list > li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}
.sort-list > li .label {
    margin-left: 10px;
    font-size: 9px;
}
.sort-list > li .tools {
    display: none;
    float: right;
    color: #dd4b39;
}
.sort-list > li .tools > .fa,
.sort-list > li .tools > .glyphicon,
.sort-list > li .tools > .ion {
    margin-right: 5px;
    cursor: pointer;
}
.sort-list > li:hover .tools {
    display: inline-block;
}
.sort-list > li.done {
    color: #999;
}
.sort-list > li.done .text {
    text-decoration: line-through;
    font-weight: 500;
}
.sort-list > li.done .label {
    background: #d2d6de !important;
}
.sort-list .danger {
    border-left-color: #dd4b39;
}
.sort-list .warning {
    border-left-color: #f39c12;
}
.sort-list .info {
    border-left-color: #00c0ef;
}
.sort-list .success {
    border-left-color: #00a65a;
}
.sort-list .primary {
    border-left-color: #3c8dbc;
}
.sort-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}


.person-handle {
    border: 1px solid #e6e7e8;
    padding:10px;    
    background-color:white;
}


.dropzone .dz-preview .dz-image {
    min-height: 80px !important;
    height: auto !important;
    width: auto !important;
    width: 100%;
}

.dropzone .dz-preview .dz-image img{
    max-width: 100%;
}


/*Zusatz für select2*/        
li.select2-selection__choice {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.select2-selection__rendered {
    padding-right: 12px !important; 
}

/*Menü für Zertbearbeitung*/
.content-header-menu  {
    position: relative;
    background: #d2d6de;
    border-radius: 2px;
}

/*farbwechsel row*/

.row-striped:nth-of-type(odd){
    background-color: #efefef;
    /*border: 1px solid #f00;*/
    margin-left: 0;
    margin-right: 0;    
    height: 35px;
}

.row-striped:nth-of-type(even){
    background-color: #ffffff;
    /*border: 1px solid #00a65a; */
    margin-left: 0;
    margin-right: 0;
    height: 35px;
}

.info-box-arrow-content {
    padding: 5px 10px;
    float: left;
}

.info-box-arrow {   
    float: right;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
}



/* Widget kleiner... */
.info-box {
    min-height: 60px;    
    margin-bottom: 15px;
}

.info-box-icon {
    height: 60px;
    width: 60px;    
    font-size: 35px;
    line-height: 60px;    
}
.info-box-content {
    padding: 5px 8px;
    margin-left: 60px;
}

.info-box-text {
    font-size: 12px;
}

.info-box-number {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.info-box-arrow-content {
    padding: 5px 8px;
    float: left;
}

.info-box-arrow {
    height: 60px;
    width: 60px;
    font-size: 35px;
    line-height: 60px;
}


hr {
    display: block;
    position: relative;
    padding: 0;
    margin: 8px auto;
    height: 0;
    width: 100%;
    max-height: 0;
    font-size: 1px;
    line-height: 0;
    clear: both;
    border: none;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #ffffff;
}

.bg-norm-6701 {
    background-color: #347e7f;
    color: #fff;
}
.bg-norm-1090 {
    background-color: #34789b;
    color: #fff;
}
.bg-norm-3834 {
    background-color: #00acb3;
    color: #fff;
}
.bg-norm-15085 {
    background-color: #717171;
    color: #fff;
}

.bg-norm-ZWS {
    background-color: #557f8b;
    color: #fff;
}

.bg-startseite {
    background-color: #0066b3;
    color: #fff;
}

/*embed-container - PDF for Cert */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; 
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-210by297 {
    padding-bottom: 141.42%;
}


.table-responsive{
    overflow-y:visible;
    overflow-x:visible;
}

.terms { display:none; }

.flex-child {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Cookie*/

#cookiedingsbums a {color:#fff; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

/*#cookiedingsbums div {padding:10px; padding-right:50px;}*/

#cookiedingsbums { 
    color: #fff;
    width:100%; 
    position:fixed;
    bottom:0px; 
    z-index:10000; 
    padding: 15px;
    padding-right: 15px;   
}
.alert {
    margin-bottom: 0px !important; 
}
/* End*/

/*Dropdown*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
