.cn-table-wrapper { margin: 1.25rem 0; }
.cn-table-filter { display: block; margin-bottom: .75rem; font-weight: 600; }
.cn-table-filter select { margin-left: .5rem; min-width: 12rem; }
.cn-table-scroll { overflow-x: auto; }
.cn-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.cn-table th, .cn-table td { padding: .65rem .75rem; border: 1px solid #dfe3e6; text-align: left; vertical-align: top; }
.cn-table th { color: #fff; background: #00ace3; }
.cn-sort-button { display: flex; align-items: center; justify-content: space-between; gap: .5rem; width: 100%; padding: 0; border: 0; color: inherit; background: transparent; font: inherit; font-weight: inherit; text-align: left; cursor: pointer; }
.cn-sort-button::after { content: "↕"; opacity: .7; font-size: .9em; }
.cn-table th[aria-sort="ascending"] .cn-sort-button::after { content: "↑"; opacity: 1; }
.cn-table th[aria-sort="descending"] .cn-sort-button::after { content: "↓"; opacity: 1; }
.cn-sort-button:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.cn-table tbody tr:nth-child(even) { background: #f4f7fb; }
.cn-table tbody tr[hidden] { display: none; }
.cn-table td[data-cn-type="time"] { white-space: nowrap; }
.cn-table td[data-cn-type="html"] { white-space: pre-line; }
.cn-skipper-link { font-weight: 600; }
.cn-fixed-link { display: inline-block; white-space: nowrap; }
[id^="skipper-"] { scroll-margin-top: 120px; }
@media (max-width: 778px) {
  #the7-body:not(.home) #page > .masthead {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
  }
  #the7-body:not(.home) #page > .masthead .header-bar,
  #the7-body:not(.home) #page > .masthead .mobile-header-bar {
    box-sizing: border-box;
    align-items: center !important;
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    padding: 0 20px !important;
  }
  #the7-body:not(.home) #page > .masthead .branding,
  #the7-body:not(.home) #page > .masthead .branding > a,
  #the7-body:not(.home) #page > .masthead .mobile-branding,
  #the7-body:not(.home) #page > .masthead .mobile-branding > a {
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    height: 80px !important;
    min-height: 0 !important;
    max-height: 80px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #the7-body:not(.home) #page > .masthead .mobile-branding > a,
  #the7-body:not(.home) #page > .masthead .mobile-branding > img {
    padding: 0 !important;
  }
  #the7-body:not(.home) #page > .masthead .branding .mobile-logo,
  #the7-body:not(.home) #page > .masthead .mobile-branding img.mobile-logo {
    display: block !important;
    width: auto !important;
    height: 64px !important;
    max-height: 64px !important;
    margin: 0 !important;
  }
  #the7-body:not(.home) #page > .masthead .dt-mobile-menu-icon {
    box-sizing: border-box;
    align-items: center !important;
    align-self: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 8px !important;
    transform: none !important;
  }
  #the7-body:not(.home) #fancy-header > .wf-wrap {
    min-height: 0 !important;
  }
  #the7-body:not(.home) .fm-bar.fm-right {
    top: 110px !important;
    bottom: auto !important;
  }
}
@media (max-width: 700px) {
  .cn-table, .cn-table tbody, .cn-table tr, .cn-table td { display: block; width: 100%; }
  .cn-table thead { display: none; }
  .cn-table tr { margin-bottom: 1rem; border: 1px solid #dfe3e6; }
  .cn-table td { box-sizing: border-box; border-width: 0 0 1px; }
  .cn-table td::before { content: attr(data-label); display: block; margin-bottom: .2rem; font-weight: 700; }
  .page-id-2944 .cn-table tbody tr {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #d8e2ee;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(24, 55, 83, .08);
  }
  .page-id-2944 .cn-table tbody tr[hidden] {
    display: none;
  }
  .page-id-2944 .cn-table tbody td {
    min-width: 0;
    padding: .7rem .8rem;
    border-color: #e5ebf1;
  }
  .page-id-2944 .cn-table tbody td:nth-child(1),
  .page-id-2944 .cn-table tbody td:nth-child(2) {
    border-right-width: 1px;
  }
  .page-id-2944 .cn-table tbody .cn-row-detail {
    grid-column: 1 / -1;
    order: 5;
    border-right-width: 0;
  }
  .page-id-2944 .cn-table tbody td:nth-child(1) { order: 2; }
  .page-id-2944 .cn-table tbody td:nth-child(2) { order: 3; }
  .page-id-2944 .cn-table tbody td:nth-child(3) { order: 4; }
  .page-id-2944 .cn-table tbody td:nth-child(4) {
    grid-column: 1 / -1;
    order: 1;
    padding: .72rem .85rem;
    border: 0;
    color: #fff;
    background: #00ace3;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
  }
  .page-id-2944 .cn-table tbody td.cn-row-toggle {
    position: relative;
    padding-right: 2.5rem;
    cursor: pointer;
  }
  .page-id-2944 .cn-row-toggle:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
  .page-id-2944 .cn-row-chevron {
    position: absolute;
    top: 50%;
    right: .9rem;
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
    transition: transform .2s ease;
  }
  .page-id-2944 .cn-row-expanded .cn-row-chevron {
    transform: translateY(-25%) rotate(225deg);
  }
  .page-id-2944 .cn-table tbody td:nth-child(4)::before {
    display: none;
  }
  .page-id-2944 .cn-table tbody td:nth-child(4) a {
    color: #fff;
  }
  .page-id-2944 .cn-table tbody td:nth-child(1)::before,
  .page-id-2944 .cn-table tbody td:nth-child(2)::before,
  .page-id-2944 .cn-table tbody td:nth-child(3)::before {
    color: #557084;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .page-id-2944 .cn-table tbody tr:not(.cn-row-expanded) .cn-row-detail {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-id-2944 .cn-kurstermine-nav {
    box-sizing: border-box;
    margin-top: -25px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 10px;
  }
  .page-id-2944 .cn-kurstermine-nav .vc_inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
  }
  .page-id-2944 .cn-kurstermine-nav .vc_inner::before,
  .page-id-2944 .cn-kurstermine-nav .vc_inner::after {
    display: none;
    content: none;
  }
  .page-id-2944 .cn-kurstermine-nav .vc_inner > .wpb_column {
    float: none;
    width: auto !important;
  }
  .page-id-2944 .cn-kurstermine-nav .vc_column-inner {
    padding: 0;
  }
  .page-id-2944 .cn-kurstermine-nav .wpb_text_column {
    margin: 0;
  }
  .page-id-2944 .cn-kurstermine-nav .wpb_text_column > .wpb_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 6px 8px;
    border: 1px solid #d8e2ee;
    border-radius: 7px;
    background: #f4f7fb;
  }
  .page-id-2944 .cn-kurstermine-nav img {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    margin: 0 7px 0 0;
  }
  .page-id-2944 .cn-kurstermine-nav p {
    margin: 0;
    text-align: left !important;
    font-size: 14px;
    line-height: 1.3;
  }
  .page-id-2944 .cn-kurstermine-nav .wpb_text_column > .wpb_wrapper > p:first-child {
    flex: 0 0 auto;
  }
  .page-id-2944 .cn-kurstermine-nav .wpb_text_column > .wpb_wrapper > p:last-child {
    flex: 1 1 auto;
    min-width: 0;
  }
  .page-id-2944 .cn-kurstermine-nav a::after {
    content: "";
    position: absolute;
    inset: 0;
  }
  .page-id-2944 :is(#SBF, #SKS, #SSS, #Funk, #Pyro, #Weiterbildung) {
    scroll-margin-top: 80px;
  }
  .page-id-2944 .cn-mobile-section-hidden {
    display: none !important;
  }
  .page-id-2944 .cn-kurstermine-nav a[aria-selected="true"] {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
@media (max-width: 359px) {
  .page-id-2944 .cn-kurstermine-nav .vc_inner {
    grid-template-columns: 1fr;
  }
}
