.accordion .card-body {
    padding: 0 0 0 1.25rem;
}
.card-body .card-body .card-body {
    padding: 1.25rem;
}

[data-toggle="collapse"]  .rotate-icon:before {   
 
  -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
   
}

[data-toggle="collapse"].collapsed  .rotate-icon:before {
  
  -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
        
    
}


.modal-dialog{ max-width: 1024px}

input[type="text"]::placeholder {
    font-weight: 100;
    color:rgba(0,0,0,0.3);
}
/*td,th{border:1px solid gold;}*/
.vertical{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
    /*height: 100px;*/
    min-width: 20px;
    font-size: 14px;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0d2868;
    border-color: #0d2868;
}

.text-plus:focus{
    border-color:#bdcf31;
    box-shadow: 0 0 0 0.2rem rgba(189, 207, 49, 0.25);
}
.text-minus:focus{
   border-color:#bf3568;
    box-shadow: 0 0 0 0.2rem rgba(191, 53, 104, 0.25);
}
.text-tuerkis{
    color: #69cdbb !important;
}
hr.hr-text {
  position: relative;
    border: none;
    height: 1px;
    background: #69cdbb;
    margin: 15px 8px;
}
hr.hr-tuerkis {
    background: #69cdbb;
    padding-right: 20px;
}
hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #69cdbb;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.uebungDimensionButton{
    cursor: pointer;
/*       position: absolute;
    top: -5px;
    right: 0;*/
}
.template{
       display:none;
}
tr.hide-table-padding td {
  padding: 0;
}

.expand-button {
	position: relative;
}

.accordion-toggle.expand-button:after
{
  position: absolute;
  right:.75rem;
  top: 50%;
  transform: translate(0, -50%);
  font-family: FontAwesome;
  content: "\f106";
}
.accordion-toggle.collapsed.expand-button:after
{
  content: '\f107';
  
}

select.changed_value{
	border:2px dotted #0d2868;
	
}
tr.clone {
    background: rgba(0, 155, 213, 0.2);
}
#vorauswahl-uebungen .list-group-item{
    padding: 0.25rem 0 0 0;
}

.btn-primary:hover {
  color: #0d2868;
  background-color: #69c0bb;
  border-color: #0d2868; }

.btn-primary.focus, .btn-primary:focus {
  color: #0d2868;
  background-color: #69c0bb;
  border-color: #0d2868;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 40, 104, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(13, 40, 104, 0.5); }

.editorText h1{
    color: #0d2868;
    font-size: 22px;
    margin:  0.7em 0;
}
.editorText h2{
    color: #b2b1a8;
    font-size: 20px;
    margin:  0.8em 0;
}
.editorText h3{
    color: #0d2868;
    font-size: 18px;
    margin:  1em 0;
}
.editorText h4{
    color: #b2b1a8;
    font-size: 16px;
     margin:  1.4em 0;
}
.editorText h5{
    color: #000;
    font-size: 14px;
     margin:  1.6em 0;
}

h1.editorText{
    color: #0d2868;
    font-size: 22px;
}
h2.editorText{
    color: #b2b1a8;
    font-size: 20px;
}
h3.editorText{
    color: #0d2868;
    font-size: 18px;
}
h4.editorText{
    color: #b2b1a8;
    font-size: 16px;
}
h5.editorText{
    color: #000;
    font-size: 14px;
}
.editorText li{
    list-style: disc;
}
.editorText ul {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 1.5rem;
}
.editorText hr {
    border-top: 1px solid #ccc;
    margin:  0.5em 0;
}

.select2-container{
    display: block;
    width: auto !important;
}
.hellblau {
    background-color: #009bd5;
    color: #fff;
}
.orange {
    background-color: #ec694e;
     color: #fff;
}
.tuerkis {
    background-color: #69c0bb;
     color: #fff;
}
.gelb {
    background-color: #bdcf31;
     color: #fff;
}
.lila{
    background-color: #bf3568;
    color: #fff;
}


p.card-text{
	white-space: pre-line;
}

#calendar .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
    margin-bottom:0;
}
#auswahl-uebungen .list-group-item {
    padding: .25rem;
    margin: 2px;
}
a.custom-card,
a.custom-card:hover {
  color: inherit;
}

.link :hover{
    cursor: pointer;
    background: #dedede;
    
}
#matrix td{
    padding: 7px;
}

#matrix .custom-select{
    height: 35px;
}
#auswertungContent ul, #accordionUebungen ul {
    list-style: disc;
    padding-left: 20px;
}
#auswertungContent p{
    margin-bottom: 0;
}
section#uebungen ul {
    list-style: disc;
    padding-left: 19px;
}

.editorPlus{
   border-color:#bdcf31;
    box-shadow: 0 0 0 0.2rem rgba(189, 207, 49, 0.5);
}
.editorMinus{
   border-color:#bf3568;
    box-shadow: 0 0 0 0.2rem rgba(191, 53, 104, 0.25);
}
.plus{
    margin-top: 10px;
    box-shadow: 0 0 0 0.2rem rgba(189, 207, 49, 0.75);
    border-radius: 10px;
}
.minus{
    margin-top: 10px;
    box-shadow: 0 0 0 0.2rem rgba(191, 53, 104, 0.75);
    border-radius: 10px;
}
.matrix td{
    padding: 2px;
}
.matrix .custom-select{
   max-width: 80px;
}
table#matrix{
    width: auto;
}
table#matrix td, table#matrix th{
    min-width: 50px;
    padding: 0.5em;
}
table#matrix th{
    /*heigth: min-content;*/
    
}
table#matrix .btn{
    padding: 0;
    /*font-weight: normal;*/
    font-size: inherit;
}
table#matrix .btn :hover{
    color: #0d2868;
    text-decoration: underline;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
.normtabelle:before{
    background: #009bd5 !important;
}
.int:before{
    background: #69c0bb !important;
    
}
.sitemap ul li {
    min-height: 30px;
    padding-left: 35px;
     margin-bottom: 0px; 
    padding-top: 2px;
}
.sitemap h5 {
    padding: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #0d2868;
}
.sitemap ul li.child {
    padding-bottom: 10px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number] {
    padding: 0 0 0 10px;
}


div.audit-data{
	border:1px solid black;
	margin-bottom: 10px;	
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: bolder;
}
.hidden{
    display: none;
}
/*test*/

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #000;
    background: #b2b1a8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}
.btn-toggle:before {
    content: 'Off';
    left: -4rem;
}
.btn-toggle:after {
    content: 'On';
    right: -4rem;
    opacity: 0.5;
}
.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}
.btn-toggle.active {
    transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
}
.btn-toggle.active:before {
    opacity: 0.5;
}
.btn-toggle.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}
.btn-toggle.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    display: none;
}
.btn-toggle:before,
.btn-toggle:after {
    color: #000;
}
.btn-toggle.active {
    background-color: #69c0bb;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.6875rem;
    width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
    display: none;
}
.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
    outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
    content: 'Off';
    left: -0.5rem;
}
.btn-toggle.btn-sm:after {
    content: 'On';
    right: -0.5rem;
    opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
    opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
    display: none;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.275rem;
    width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
    display: none;
}
.btn-toggle.btn-secondary {
    color: #000;
    background: #b2b1a8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
    color: #000;
}
.btn-toggle.btn-secondary.active {
    background-color: #ff8300;
}
.table-ea-list td {
    padding: 0.5em;
}
.list-favoriten{
    font-size: 14px;
}
.list-favoriten li{
    padding: 0.5em;
}
/*Layout Menu Custom*/
.sidebar-menu .dropdown-toggle {
    padding: 8px 15px 8px 59px;
}
/*table custom*/
.table td {
    padding: 0.5rem;
}
/*Layout update */
.main-container .title {
    background: #ecf0f4;
    margin: 0 0 15px 0px;
    padding: 5px 10px;
    border-radius: 10px;
}
.h1,h1{font-size:1.5rem}
.h2,h2{font-size:1.4rem}
.h3,h3{font-size:1.3rem}
.h4,h4{font-size:1.2rem}
.h5,h5{font-size:1.1rem}
.h6,h6{font-size:0.9rem}

.card-header.custom {
    font-weight: 500;
    font-size: 16px;
    background: #0d2868;
    border-radius: 10px 10px 0 0;
    color: #fff;
}
.tox.tox-tinymce {
    border-radius: 10px;
}
body {
    background-color: #f4f5fa;
}
#container { width: 300px; height: 300px; }
#container h3 { text-align: center; margin: 0; margin-bottom: 10px; }
#resizable { background-position: top left; width: 150px; height: 150px; }
#resizable, #container { padding: 0.5em; }

.switch-button {
    width: 400px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3D(-50%, -50%, 0);
    will-change: transform;
    z-index: 197 !important;
    cursor: pointer;
    transition: 0.3s ease all;
    border: 1px solid white;
}
.switch-button-case {
    display: inline-block;
    background: none;
    width: 49%;
    height: 100%;
    color: white;
    position: relative;
    border: none;
    transition: 0.3s ease all;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 1px;
}
.switch-button-case:hover {
    color: #b2b1a8;
    cursor: pointer;
}
.switch-button-case:focus {
    outline: none;
}
.switch-button .active {
    color: #0d2868;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    transition: 0.3s ease-out all;
}
.switch-button .active-case {
    color: #0d2868;
}
.light{
    opacity: 0.7;
}
#hidden-print-div {
    display: none;
}


.mandat-link:hover {
    cursor: pointer;
}
/*Kalender Audit*/
th.fc-timegrid-axis{
    background-color: #fff;
}
.light span.fc-list-event-dot{
    opacity: 50%;
}
.fc-scroller-harness{
    margin-bottom: 5px;
}
.fc .fc-toolbar.fc-header-toolbar{
    display:none;
}

/*Support-Button*/
.support{
    padding: 12px 20px;
}
/*Kandidaten-Modul*/
.link {
    cursor: pointer;
    text-decoration: underline;
}
.vorbereitung-text :focus{
    outline: none !important;
}
.disabled {
    cursor: not-allowed !important;
}
ul#accordion-menu {
    padding-top: 12px;
}
.fc-daygrid-event{
    white-space: normal !important;
}

table.blueTable {
    /*border: 1px solid #0d2868;*/
    background-color: #0d2868;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 10px !important;
    width: 75%;
    margin: 0 auto;
}
table.blueTable td, table.blueTable th {
    border: 1px solid #FFFFFF;
    padding: 10px;
}
table.blueTable tbody td {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}
table.blueTable thead {
    background: #0d2868;
    border-bottom: 2px solid #FFFFFF;
    border-top-left-radius: 10px;
}
table.blueTable thead th {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #FFFFFF;
}
table.blueTable thead th:first-child {
    border-left: none;
}
label.btn.btn-primary.text-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.alert-mpw {
    color: #0c5460;
    background-color: #69cdbb;
    border-color: #69cdbb;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0d2868;
    border-color: #0d2868;
}
i.btn.btn-outline-light.btn-sm.micon.h5.ti-eye.active {
    background-color: #dfe3e7 !important;
}
.btn-outline-light:hover {

    background-color: #dfe3e7;

}