html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline; 
}
body { line-height: 1; }
h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }
blockquote { quotes: none; }
blockquote:before, blockquote:after { content: ''; content: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
a img { border: none; }
html, body { min-width: 100% }
*, *::before, *::after { box-sizing: inherit; }
.kursplan {
margin: 0 auto;
padding: 20px;
}
.kursplan .innerwrap {
width: 100%;
}
@media all and (min-width: 1920px) {
.kursplan {
padding: 20px 0;
}
.kursplan .innerwrap {
width: 80%;
}
}
.kursplan a.wizard-restart {
color: var(--color-bg-white);
}
.kursplan a.wizard-restart:hover {
color: var(--color-primary);
}
.kursplan h2,
.kursplan .title {
text-align: center;
padding: 0;
}
.kursplan .time,
.kursplan span.online,
.kursplan span.neu {
line-height: 2;
padding: 4px 6px;
background-color: var(--color-primary);
color: var(--color-bg-white);
font-weight: bold;
font-size: 90%;
white-space: nowrap;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.kursplan span.online,
.kursplan span.neu {
font-size: 80%;
line-height: 100%;
background-color: var(--color-text);
color: var(--color-bg-white);
}
.kursplan .time {
width: 100%;
}
.kursplan .info {
text-align: center;
}
.kursplan.color-disabled .time,
.kursplan.color-disabled span.online {
margin-bottom: 2px;
padding: 2px 4px;
background-color: var(--color-border);
color: var(--color-text);
font-weight: bold;
font-size: 90%;
white-space: nowrap;
display: inline-block;
}
.kursplan.color-disabled span.online {
font-size: 80%;
line-height: 100%;
background-color: var(--color-text);
color: var(--color-bg-white);
}
.table.kursplan {
margin: auto;
}
.table.kursplan ul {
list-style: none;
padding: 0;
margin: 0;
}
.table.kursplan ul li {
margin-bottom: 7px;
border-bottom: 1px dotted var(--color-text-light);
font-size: 95%;
border: none;
border-left: 4px solid var(--color-border);
padding: 2px 6px;
}
.table.kursplan,
.table.kursplan .cell {
border: 1px solid var(--color-text);
background-color: rgba(255, 255, 255, 0.3);
}
.table.kursplan .cell {
padding: 5px 10px;
text-align: left;
width: 14%;
}
.table.kursplan li {
border-color: var(--color-border);
}
.table.kursplan .age-label {
display: inline-block;
background-color: rgba(194, 4, 4, 0.1);
color: var(--color-primary);
font-size: 0.75em;
padding: 2px 6px;
border-radius: 3px;
font-weight: 600;
vertical-align: middle;
} .table.kursplan .cell.td .day {
display: none;
padding-bottom: 5px;
font-weight: bold;
}
.darkbg .table.kursplan,
.darkbg .table.kursplan .cell {
background-color: rgba(255, 255, 255, 0.7);
color: var(--color-text);
}
.table.kursplan .cell.th {
font-weight: bold;
background-color: var(--color-text);
color: var(--color-bg-white);
background-color: var(--color-text);
}
.valid-from {
font-size: 18px;
line-height: 26px;
text-align: center;
margin-bottom: 20px;
}
.table.kursplan.online li.gym,
.table.kursplan.online .samstag,
.table.kursplan.online .sonntag,
.livestreams .table.kursplan.online li.gym {
display: none;
}
.table.kursplan.gym li.online {
display: none;
}  .kursplan-filter-wrapper {
margin-bottom: 20px;
}
.kursplan-filter {
background: rgba(255, 255, 255, 0.95);
border: 2px solid var(--color-text);
border-radius: 6px;
padding: 12px 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
width: 100%;
}
.kursplan-filter .filter-groups {
display: flex;
flex-wrap: wrap;
gap: 5px;
align-items: center;
justify-content: flex-start;
}
.kursplan-filter .filter-group {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.kursplan-filter .filter-label {
font-weight: bold;
color: var(--color-text);
font-size: 0.95em;
white-space: nowrap;
}
.kursplan-filter .filter-separator {
color: var(--color-text-light);
font-size: 1.2em;
padding: 0 5px;
user-select: none;
}
.kursplan-filter .filter-checkbox {
display: inline-flex;
align-items: center;
gap: 5px;
cursor: pointer;
user-select: none;
font-size: 0.9em;
color: var(--color-text);
padding: 2px 0;
white-space: nowrap;
}
.kursplan-filter .filter-checkbox input[type="checkbox"] {
width: 16px;
height: 16px;
cursor: pointer;
accent-color: var(--color-primary);
margin: 0;
}
.kursplan-filter .filter-checkbox:hover {
color: var(--color-primary);
}
.kursplan-filter .sport-types-filter {
transition: opacity 0.3s ease;
background: rgba(194, 4, 4, 0.03);
padding: 4px 8px;
border-radius: 4px;
}
.kursplan-filter #sport-separator {
transition: opacity 0.3s ease;
}
.kursplan-filter .filter-actions {
display: flex;
align-items: center;
gap: 12px;
margin-left: auto;
}
.kursplan-filter .filter-reset {
background: var(--color-bg-dark);
color: var(--color-bg-white);
border: none;
padding: 6px 10px;
font-size: 1.1em;
border-radius: 4px;
cursor: pointer;
transition: background 0.3s ease;
display: flex;
align-items: center;
line-height: 1;
}
.kursplan-filter .filter-reset:hover {
background: var(--color-primary);
}
.kursplan-filter .filter-reset .reset-icon {
font-size: 1.2em;
display: inline-block;
}
.kursplan-filter .filter-count {
font-size: 0.95em;
font-weight: bold;
color: var(--color-text);
white-space: nowrap;
}
.kursplan-filter .filter-count .count-number {
color: var(--color-primary);
font-size: 1.1em;
} .table.kursplan li.filtered-out {
display: none;
} .table.kursplan .cell.td.day-hidden,
.table.kursplan .cell.th.day-hidden {
display: none;
} .table.kursplan li {
transition: opacity 0.3s ease, transform 0.3s ease;
}
.table.kursplan li.filtered-out {
opacity: 0;
transform: scale(0.95);
}  @media all and (max-width: 768px) {
.kursplan-filter {
padding: 12px 15px;
}
.kursplan-filter .filter-groups {
gap: 10px;
}
.kursplan-filter .filter-group {
width: 100%;
justify-content: flex-start;
}
.kursplan-filter .filter-separator {
display: none;
}
.kursplan-filter .filter-actions {
width: 100%;
margin-left: 0;
justify-content: space-between;
padding-top: 8px;
border-top: 1px solid var(--color-border);
}
.kursplan-filter .filter-checkbox {
font-size: 0.95em;
}
.kursplan-filter .filter-checkbox input[type="checkbox"] {
width: 18px;
height: 18px;
}
.kursplan-filter .filter-label {
width: 100%;
margin-bottom: -4px;
}
.kursplan-filter .sport-types-filter {
display: grid !important;
grid-template-columns: repeat(2, 1fr);
gap: 8px;
padding: 8px;
}
.kursplan-filter .sport-types-filter .filter-label {
grid-column: 1 / -1;
margin-bottom: 4px;
}
.kursplan-filter .sport-types-filter .filter-checkbox {
min-height: 44px;
align-items: center;
}
.kursplan-filter .sport-types-filter .filter-checkbox input[type="checkbox"] {
width: 20px;
height: 20px;
}
.kursplan-filter {
display: none !important;
}
.mobile-filter-trigger {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
position: fixed;
bottom: 20px;
left: 20px;
right: 20px;
z-index: 100;
background: white;
border: 2px solid var(--color-text);
border-radius: 12px;
padding: 16px 20px;
box-shadow: 0 4px 20px rgba(0,0,0,0.15);
cursor: pointer;
user-select: none;
font-weight: bold;
color: var(--color-text);
}
.trigger-badge {
background: var(--color-primary);
color: white;
padding: 4px 12px;
border-radius: 12px;
font-weight: bold;
font-size: 0.9em;
}
.mobile-filter-overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 101;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s;
}
.mobile-filter-overlay.visible {
opacity: 1;
pointer-events: all;
}
.mobile-filter-sheet {
position: fixed;
bottom: 0;
left: 0;
right: 0;
max-height: 85vh;
background: white;
border-radius: 20px 20px 0 0;
z-index: 102;
transform: translateY(100%);
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
flex-direction: column;
}
.mobile-filter-sheet.open {
transform: translateY(0);
}
.sheet-handle {
width: 40px;
height: 4px;
background: var(--color-border);
border-radius: 2px;
margin: 12px auto 8px;
}
.sheet-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 20px;
border-bottom: 1px solid var(--color-border-light);
}
.sheet-header h3 {
margin: 0;
font-size: 1.2em;
color: var(--color-text);
}
.sheet-close {
background: none;
border: none;
font-size: 28px;
color: var(--color-text-muted);
width: 32px;
height: 32px;
cursor: pointer;
padding: 0;
line-height: 1;
}
.sheet-content {
flex: 1;
overflow-y: auto;
padding: 20px;
-webkit-overflow-scrolling: touch;
}
.filter-section {
margin-bottom: 24px;
}
.section-label {
display: block;
font-weight: bold;
margin-bottom: 12px;
color: var(--color-text);
font-size: 1em;
}
.pill-group {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.pill {
background: var(--color-bg-light);
border: 2px solid var(--color-border-dark);
border-radius: 20px;
padding: 10px 20px;
font-size: 0.95em;
cursor: pointer;
transition: all 0.2s;
min-height: 44px;
font-weight: normal;
color: var(--color-text);
}
.pill.active {
background: var(--color-primary);
border-color: var(--color-primary);
color: white;
}
.filter-accordion {
margin-bottom: 16px;
border: 1px solid var(--color-border-light);
border-radius: 8px;
overflow: hidden;
}
.filter-accordion summary {
display: flex;
justify-content: space-between;
align-items: center;
padding: 14px 16px;
cursor: pointer;
background: var(--color-bg-light);
color: var(--color-text);
min-height: 44px;
user-select: none;
list-style: none;
}
.filter-accordion summary::-webkit-details-marker {
display: none;
}
.accordion-badge {
color: var(--color-text);
background: var(--color-border-light);
padding: 2px 8px;
border-radius: 10px;
font-size: 0.85em;
}
.accordion-content {
padding: 16px;
color: var(--color-text);
}
.checkbox-item {
display: flex;
align-items: center;
gap: 10px;
padding: 8px 0;
cursor: pointer;
min-height: 44px;
}
.checkbox-item input[type="checkbox"] {
width: 20px;
height: 20px;
accent-color: var(--color-primary);
margin: 0;
cursor: pointer;
}
.sheet-footer {
display: flex;
gap: 12px;
padding: 16px 20px;
border-top: 1px solid var(--color-border-light);
background: white;
}
.sheet-extra {
padding: 12px 20px;
text-align: center;
background: var(--color-bg-light);
color: var(--color-text);
}
.wizard-restart {
color: var(--color-text-muted);
font-size: 0.9em;
text-decoration: none;
display: inline-block;
}
.wizard-restart:hover {
color: var(--color-primary);
}
.btn-reset {
flex: 0 0 auto;
background: white;
border: 2px solid var(--color-text);
color: var(--color-text);
padding: 14px 24px;
border-radius: 8px;
font-weight: bold;
cursor: pointer;
}
.btn-apply {
flex: 1;
background: var(--color-primary);
border: none;
color: white;
padding: 14px 24px;
border-radius: 8px;
font-weight: bold;
cursor: pointer;
}
.kurs-wizard-modal {
display: none;
position: fixed;
inset: 0;
z-index: 200;
align-items: center;
justify-content: center;
}
.wizard-overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.7);
}
.wizard-content {
position: relative;
background: white;
border-radius: 12px;
width: calc(100% - 40px);
max-width: 500px;
max-height: 90vh;
overflow-y: auto;
padding: 30px 20px;
z-index: 1;
}
.wizard-close {
position: absolute;
top: 15px;
right: 15px;
background: none;
border: none;
font-size: 32px;
color: var(--color-text-muted);
cursor: pointer;
width: 40px;
height: 40px;
line-height: 1;
padding: 0;
}
.wizard-step {
display: none;
}
.wizard-step.active {
display: block;
}
.wizard-step h2 {
margin: 0 0 8px 0;
font-size: 1.5em;
text-align: center;
}
.wizard-subtitle {
text-align: center;
color: var(--color-text-muted);
margin-bottom: 24px;
font-size: 0.95em;
}
.wizard-options {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin-bottom: 24px;
}
.wizard-option {
background: var(--color-bg-light);
border: 2px solid var(--color-text);
border-radius: 12px;
padding: 20px 12px;
cursor: pointer;
transition: all 0.2s;
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
min-height: 120px;
text-align: center;
color: var(--color-text);
}
.wizard-option:active {
transform: scale(0.98);
}
.wizard-option:hover {
background: var(--color-primary);
border-color: var(--color-primary);
color: white;
}
.option-icon {
font-size: 2em;
}
.option-label {
font-weight: bold;
font-size: 1.1em;
}
.option-sublabel {
font-size: 0.85em;
opacity: 0.8;
}
.wizard-progress {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
margin: 20px 0;
}
.progress-bar {
display: block;
width: 100%;
height: 4px;
background: var(--color-bg);
border-radius: 2px;
overflow: hidden;
}
.progress-fill {
display: block;
height: 100%;
background: var(--color-primary);
transition: width 0.3s;
}
.progress-text {
font-size: 0.9em;
color: var(--color-text-muted);
}
.wizard-skip {
display: block;
text-align: center;
color: var(--color-text-muted);
font-size: 0.9em;
margin-top: 16px;
text-decoration: none;
}
.wizard-back {
background: white;
border: 2px solid var(--color-text);
padding: 12px 24px;
border-radius: 8px;
cursor: pointer;
font-weight: bold;
display: block;
margin: 20px auto 0;
}
.wizard-sports-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
margin-bottom: 24px;
}
.sport-checkbox {
cursor: pointer;
}
.sport-checkbox input[type="checkbox"] {
display: none;
}
.sport-card {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
padding: 12px 8px;
background: var(--color-bg-light);
border: 2px solid var(--color-border-dark);
border-radius: 8px;
transition: all 0.2s;
min-height: 80px;
justify-content: center;
color: var(--color-text);
}
.sport-checkbox input:checked + .sport-card {
background: var(--color-primary);
border-color: var(--color-primary);
color: white;
}
.sport-icon {
font-size: 1.8em;
}
.sport-name {
font-size: 0.85em;
font-weight: bold;
text-align: center;
}
.sport-quick-actions {
display: flex;
gap: 8px;
justify-content: center;
margin-bottom: 16px;
}
.sport-quick-btn {
background: white;
border: 1px solid var(--color-border-dark);
padding: 6px 16px;
border-radius: 6px;
font-size: 0.85em;
cursor: pointer;
color: var(--color-text-muted);
}
.sport-quick-btn:active {
background: var(--color-bg);
}
.wizard-nav {
display: flex;
gap: 12px;
justify-content: space-between;
margin-top: 20px;
}
.wizard-nav .wizard-back {
margin: 0;
flex: 0 0 auto;
}
.wizard-continue {
flex: 1;
background: var(--color-primary);
border: none;
color: white;
padding: 14px 24px;
border-radius: 8px;
font-weight: bold;
cursor: pointer;
}
.wizard-continue:disabled {
background: var(--color-border);
cursor: not-allowed;
}
.wizard-results {
margin-bottom: 20px;
}
.result-card {
background: var(--color-bg-light);
border: 2px solid var(--color-border);
border-radius: 8px;
padding: 16px;
margin-bottom: 12px;
position: relative;
}
.result-card.top-match {
background: #fff8f0;
border-color: var(--color-primary);
}
.top-badge {
position: absolute;
top: -10px;
right: 12px;
background: var(--color-primary);
color: white;
padding: 4px 12px;
border-radius: 12px;
font-size: 0.75em;
font-weight: bold;
}
.result-name {
font-weight: bold;
margin-bottom: 4px;
font-size: 1.05em;
color: var(--color-text);
}
.result-time {
font-size: 0.9em;
color: var(--color-text-muted);
}
.wizard-actions {
display: flex;
flex-direction: column;
gap: 12px;
}
.wizard-actions button {
padding: 14px;
border-radius: 8px;
font-weight: bold;
cursor: pointer;
}
.btn-show-all {
background: var(--color-primary);
border: none;
color: white;
}
.btn-adjust {
background: white;
border: 2px solid var(--color-text);
color: var(--color-text);
}
} @media (min-width: 811px) {
.mobile-filter-trigger,
.mobile-filter-overlay,
.mobile-filter-sheet,
.kurs-wizard-modal {
display: none !important;
}
} .filter {
margin: 15px auto 5px;
}
.filter button {
padding: 5px 10px;
margin: 0 5px 5px 0;
border: none;
font-weight: 600;
color: var(--color-text);
}
.filter button:hover {
cursor: pointer;
}
.filter button:active,
.filter button:focus,
.filter button.active {
background-color: var(--color-primary);
color: var(--color-bg-white);
} @media all and (max-width: 1200px) {
.kursplan .innerwrap {
width: 97%;
}
}
#sidebar .kursplan {
display: none;
}
.page-template-infodisplay .kursplan,
.page-template-infodisplay .table.kursplan {
width: 100%;
}
.page-template-infodisplay .kursplan {
font-size: 22px;
line-height: 32px;
}
@media all and (max-width: 992px) {
.kursplan .time {
padding: 0 2px;
margin-bottom: 5px;
font-size: 85%;
}
.table.kursplan .cell {
font-size: 90%;
line-height: 130%;
}
}
@media all and (max-width: 768px) {
.table.kursplan .row,
.table.kursplan .cell {
display: block;
}
.table.kursplan .row.thead {
display: none;
}
.table.kursplan,
.table.kursplan .cell {
width: 100%;
display: block;
}
section.kursplan, .table.kursplan {
padding: 5px;
}
.table.kursplan .cell.td .day {
display: block;
font-size: 120%;
border-bottom: 2px solid var(--color-text);
margin-bottom: 5px;
text-transform: uppercase;
}
.kursplan .time {
display: inline-block;
margin-bottom: 4px;
font-size: 14px;
line-height: 20px;
padding: 2px 6px;
width: auto;
}
.kursplan.table ul li {
font-size: 16px; 
line-height: 20px;
}
#sidebar .kursplan {
display: block;
margin: 0 auto 15px;
font-size: 110%;
line-height: 120%;
}
#sidebar .kursplan .time {
background-color: var(--color-border);
color: var(--color-text);
font-size: 110%;
line-height: 120%;
}
#sidebar .kursplan .day {
color: var(--color-primary);
}
.table.kursplan {
width: 100%;
}
}
header {
margin: 0 auto;
background: var(--color-bg-dark) url(//csc-ffb.de/wp-content/themes/csc/img/bg-head.jpg) repeat-x top left;
}
header .innerwrap {
padding: 20px 0;
text-align: left;
}
header .left,
header .right {
width: auto;
display: inline-block;
vertical-align: top;
text-align: left;
}
header .left {
padding-top: 25px;
}
header nav {
text-align: left;
background-color: rgba(0, 0, 0, 0.3);
color: var(--color-bg-white);
}
header nav ul {
list-style: none;
padding: 0;
margin: 0;
}
header nav ul li {
display: inline-block;
}
header nav ul li a {
display: block;
padding: 5px 15px;
color: var(--color-bg-white);
text-decoration: none;
font-weight: bold;
text-shadow: 1px 1px 0 #333;
}
header nav ul li a:focus {
color: var(--color-bg-white);
}
header nav ul li:hover a {
background-color: rgba(255, 255, 255, 0.75);
}
header hgroup {
float: left;
}
@media all and (min-width: 960px) {
header hgroup {
float: left;
max-width: 900px;
}
}
header hgroup,
header hgroup h1,
header hgroup h2 {
color: var(--color-bg-white);
text-shadow: 1px 1px 0 #333;
}
header hgroup h2 {
line-height: 40px;
}
header hgroup .button a {
display: inline-block;
padding: 5px 10px;
background-color: var(--color-primary);
color: var(--color-bg-white);
text-decoration: none;
}
header hgroup .button a:hover,
header hgroup .button a:active,
header hgroup .button a:focus {
color: var(--color-bg-white);
background-color: var(--color-primary-hover);
}
header hgroup span {
display: block;
margin: 5px 0;
}
header .logo {
display: inline-block;
margin-top: 20px;
width: 50%;
}
header img.gorilla {
max-width: 120px;
}
header .features {    
color: var(--color-bg-white);
text-align: left;
margin-top: 10px;
padding: 10px 0;
}
header .features .innerwrap {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 5px 20px;
}
.features__item {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 0.95em;
}
.features__item .lucide-icon {
flex-shrink: 0;
} body:not(.home) header .features {
background: var(--color-bg-white);
color: var(--color-text);
}
body:not(.home) header .features .lucide-icon {
color: var(--color-primary);
}
@media all and (max-width: 1280px) {
header .gorilla {
float: right;
margin: 20px 20px 20px 0;
height: 160px;
width: auto;
}
}
@media all and (max-width: 768px) {
header {
background-size: 100% 100%;
margin-top: 0;
}
header .innerwrap {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
padding: 10px 15px;
}
header .logo {
display: none;
}
header hgroup {
order: 1;
float: none;
flex: 1;
min-width: 0;
padding-right: 10px;
}
header .gorilla {
display: none;
}
header .menuwrap {
order: 5;
width: 100%;
}
}
@media all and (max-width: 576px) {
header hgroup h1,
header hgroup h2 {
font-size: 23px;
line-height: 30px;
}
}  .mobile-header {
display: none;
} .mobile-nav,
.mobile-nav-overlay {
display: none;
} @media all and (max-width: 768px) {
.desktop-only,
.menuwrap {
display: none !important;
}
} @media all and (max-width: 768px) { .mobile-header {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
background: var(--color-bg-dark);
padding: 10px 15px;
box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
body {
padding-top: 74px;
}
.mobile-logo img {
height: auto;
max-width: 180px;
display: block;
} .burger-toggle {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
background: transparent;
border: none;
padding: 8px 12px;
cursor: pointer;
min-width: 48px;
min-height: 48px;
justify-content: center;
}
.burger-icon {
display: flex;
flex-direction: column;
gap: 4px;
width: 24px;
height: 18px;
position: relative;
}
.burger-icon span {
display: block;
width: 100%;
height: 3px;
background: var(--color-bg-white);
border-radius: 2px;
transition: all 0.3s ease;
}
.burger-toggle[aria-expanded="true"] .burger-icon span:nth-child(1) {
transform: rotate(45deg) translateY(10px);
}
.burger-toggle[aria-expanded="true"] .burger-icon span:nth-child(2) {
opacity: 0;
}
.burger-toggle[aria-expanded="true"] .burger-icon span:nth-child(3) {
transform: rotate(-45deg) translateY(-10px);
}
.burger-text {
color: var(--color-bg-white);
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
} .mobile-nav {
display: flex;
flex-direction: column;
position: fixed;
top: 0;
right: -100%;
width: 85%;
max-width: 320px;
height: 100vh;
background: var(--color-bg-white);
z-index: 1002;
transition: right 0.3s ease-out;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
box-shadow: -4px 0 12px rgba(0,0,0,0.3);
}
.mobile-nav.open {
right: 0;
} .mobile-nav-overlay {
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 1001;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
.mobile-nav-overlay.active {
opacity: 1;
pointer-events: all;
} body.mobile-nav-open {
overflow: hidden;
position: fixed;
width: 100%;
} .mobile-nav__header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
background: var(--color-bg-dark);
color: var(--color-bg-white);
border-bottom: 2px solid var(--color-primary);
}
.mobile-nav__title {
font-weight: bold;
font-size: 1.1em;
text-transform: uppercase;
}
.mobile-nav__close {
background: transparent;
border: none;
color: var(--color-bg-white);
font-size: 32px;
line-height: 1;
padding: 0;
width: 44px;
height: 44px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
} .mobile-nav__primary {
list-style: none;
padding: 0;
margin: 0;
border-bottom: 1px solid var(--color-border-light);
}
.mobile-nav__primary li {
border-bottom: 1px solid var(--color-border-lighter);
}
.mobile-nav__primary li:last-child {
border-bottom: none;
}
.mobile-nav__primary a {
display: block;
padding: 16px 20px;
color: var(--color-text);
text-decoration: none;
font-size: 1.05em;
font-weight: 500;
transition: background 0.2s ease;
min-height: 48px;
display: flex;
align-items: center;
}
.mobile-nav__primary a:hover,
.mobile-nav__primary a:focus {
background: var(--color-bg-light);
color: var(--color-primary);
} .mobile-nav__primary a.cta-link {
background: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));
color: var(--color-bg-white);
font-weight: bold;
box-shadow: 0 2px 8px rgba(194,4,4,0.3);
}
.mobile-nav__primary a.cta-link:hover {
background: linear-gradient(135deg, var(--color-primary-hover), #ff1a1a);
color: var(--color-bg-white);
} .mobile-nav__accordion {
border-bottom: 1px solid var(--color-border-light);
}
.mobile-nav__accordion summary {
display: flex;
align-items: center;
padding: 16px 20px;
cursor: pointer;
background: var(--color-bg-light);
color: var(--color-text);
font-weight: 600;
font-size: 1.05em;
list-style: none;
user-select: none;
min-height: 48px;
gap: 0;
}
.mobile-nav__accordion summary::-webkit-details-marker {
display: none;
}
.mobile-nav__accordion summary::after {
content: "▼";
font-size: 0.8em;
transition: transform 0.3s ease;
margin-left: auto;
}
.mobile-nav__accordion[open] summary::after {
transform: rotate(-180deg);
}
.mobile-nav__accordion summary:hover {
background: var(--color-bg);
}
.mobile-nav__sportarten {
list-style: none;
padding: 0 0 0 0;
margin: 0;
background: var(--color-bg-lighter);
}
.mobile-nav__sportarten li {
border-bottom: 1px solid var(--color-border-lighter);
}
.mobile-nav__sportarten a {
display: block;
padding: 14px 20px;
color: var(--color-text-muted);
text-decoration: none;
text-align: left;
font-size: 0.95em;
transition: all 0.2s ease;
min-height: 44px;
}
.mobile-nav__sportarten a:hover,
.mobile-nav__sportarten a:focus {
background: var(--color-bg-white);
color: var(--color-primary);
} .mobile-nav__secondary {
list-style: none;
padding: 0;
margin: 0;
border-bottom: 1px solid var(--color-border-light);
}
.mobile-nav__secondary li {
border-bottom: 1px solid var(--color-border-lighter);
}
.mobile-nav__secondary li:last-child {
border-bottom: none;
}
.mobile-nav__secondary a {
display: flex;
align-items: center;
padding: 16px 20px;
color: var(--color-text);
text-decoration: none;
font-size: 1.05em;
font-weight: 500;
transition: background 0.2s ease;
min-height: 48px;
}
.mobile-nav__secondary a:hover {
background: var(--color-bg-light);
color: var(--color-primary);
}
.mobile-nav__secondary .lucide-icon {
width: 20px;
height: 20px;
margin-right: 8px;
} .mobile-nav__footer {
margin-top: auto;
padding: 20px;
background: var(--color-bg-light);
border-top: 1px solid var(--color-border-light);
}
.mobile-nav__phone {
display: inline-flex;
align-items: center;
padding: 12px 16px;
background: var(--color-primary);
color: var(--color-bg-white);
text-decoration: none;
text-align: left;
border-radius: 6px;
font-weight: bold;
margin-bottom: 12px;
font-size: 1.05em;
}
.mobile-nav__phone:hover {
background: var(--color-primary-hover);
color: var(--color-bg-white);
}
.mobile-nav__social {
text-align: left;
padding-top: 10px;
}
.mobile-nav__social a {
color: var(--color-accent);
text-decoration: none;
font-size: 0.9em;
}
.mobile-nav__legal {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 10px;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid var(--color-border-light);
}
.mobile-nav__legal a {
color: var(--color-text-light);
text-decoration: none;
font-size: 0.85em;
}
.mobile-nav__legal a:hover {
color: var(--color-primary);
}
.mobile-nav__legal-sep {
color: var(--color-text-muted);
font-size: 0.85em;
} header .features {
margin-top: 0;
padding: 8px 0;
}
header .features .innerwrap {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6px 15px;
}
.features__item {
font-size: 0.85em;
} header .logo img {
max-width: 280px;
width: 100%;
height: auto;
}
header img.gorilla {
max-width: 180px;
width: 50%;
height: auto;
}
}  @media all and (max-width: 400px) {
.mobile-logo img {
max-width: 150px;
}
.burger-text {
font-size: 9px;
}
.features__item {
font-size: 0.75em;
}
.mobile-nav {
width: 90%;
}
body {
padding-top: 64px;
}
.mobile-header {
padding: 8px 12px;
}
} @media all and (max-height: 500px) and (orientation: landscape) {
.mobile-nav__header {
padding: 10px 15px;
}
.mobile-nav__primary a,
.mobile-nav__accordion summary {
padding: 12px 20px;
min-height: 40px;
}
.mobile-nav__sportarten a {
padding: 10px 20px;
min-height: 36px;
}
.mobile-nav__footer {
padding: 15px;
}
} .mobile-nav__primary .lucide-icon { 
width: 20px; 
height: 20px; 
margin-right: 8px;
}
.mobile-nav__accordion summary .lucide-icon {
width: 20px;
height: 20px;
margin-right: 8px;
}
.mobile-nav__phone .lucide-icon {
width: 18px;
height: 18px;
margin-right: 6px;
} :root { --color-primary: #c20404;
--color-primary-hover: #e60000;
--color-primary-dark: #a24747;
--color-primary-darker: #a82f2f; --color-accent: #7799c7;
--color-accent-hover: #5577a5;
--color-gold: #b1954b;
--color-success: #46b450; --color-text: #000;
--color-text-muted: #333;
--color-text-light: #777;
--color-text-lighter: #aaa; --color-bg: #f0f0f0;
--color-bg-light: #f9f9f9;
--color-bg-lighter: #fafafa;
--color-bg-white: #fff;
--color-bg-dark: #333;
--color-bg-darker: #383838; --color-border: #ddd;
--color-border-light: #e0e0e0;
--color-border-lighter: #f0f0f0;
--color-border-dark: #999;
--color-border-darker: #4e4e4e; --color-link: var(--color-primary);
--color-link-hover: var(--color-primary-hover); --shadow-light: 2px 2px 6px #ccc;
--shadow-text-dark: 1px 1px 0 #333;
--shadow-text-darker: 2px 2px 0 #000; --color-footer-bg: #333;
--color-footer-text: #ccc;
--color-footer-link: #fff;
} #preise,
#kontakt,
footer {
--color-text: #f0f0f0;
--color-text-muted: #ccc;
--color-text-light: #bbb;
--color-link: var(--color-accent);
--color-link-hover: #fff;
} body {
color: var(--color-text);
}
a {
color: var(--color-link);
}
a:hover {
color: var(--color-link-hover);
} @font-face {
font-family: "Rancho";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//csc-ffb.de/wp-content/themes/csc/fonts/rancho.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: "Oswald";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//csc-ffb.de/wp-content/themes/csc/fonts/oswald.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: "Oswald";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//csc-ffb.de/wp-content/themes/csc/fonts/oswald.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} *,
*::before,
*::after {
box-sizing: border-box;
}
body {
margin: 0;
background: #d6d6d6 url(//csc-ffb.de/wp-content/themes/csc/img/bg-main.jpg) repeat top left;
color: var(--color-text);
font: 300 100%/150% Arial, sans-serif;
text-align: center;
}
@media all and (max-width: 768px) {
body {
font-size: 130%;
line-height: 165%;
}
} .clear {
clear: both;
}
.alignleft {
float: left;
}
img.alignleft,
.pdf.alignleft {
margin: 10px 15px 10px 0;
}
.alignright {
float: right;
}
img.alignright,
.pdf.alignright,
.wp-block-video.alignright {
margin: 10px 0px 10px 15px;
}
.wp-block-video.alignright,
.wp-block-video.alignleft {
width: 35%;
height: auto;
}
.aligncenter,
.center {
margin: auto;
text-align: center;
}
span.aligncenter,
img.aligncenter {
display: block;
}
.alignnone {
float: none;
display: block;
}
.sticky {
position: fixed;
width: 100%;
top: 0;
z-index: 100;
border-top: 0;
margin: auto;
}
figure {
margin: 2em auto !important;
text-align: center;
}
blockquote {
margin: 2em auto;
padding: 20px;
background-color: var(--color-bg);
}
@media all and (max-width: 992px) {
.wp-block-video.alignright,
.wp-block-video.alignleft {
width: 50%;
height: auto;
}
}
@media all and (max-width: 768px) {
.wp-block-video.alignright,
.wp-block-video.alignleft {
width: 70%;
height: auto;
}
}
@media all and (max-width: 576px) {
.wp-block-video.alignright,
.wp-block-video.alignleft {
width: 100%;
height: auto;
margin: 0 auto 20px;
}
} .table {
display: table;
}
.row {
display: table-row;
}
.cell {
display: table-cell;
}
table, .table {
margin-bottom: 30px;
}
table td, table th {
padding: 5px 10px;
border-bottom: 1px solid var(--color-text);
}
table th {
border-bottom-width: 3px;
} .title {
display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
display: block;
margin: 10px 0 15px;
font-family: "Oswald", sans-serif;
text-transform: uppercase;
color: var(--color-text);
}
h1 {
font-size: 24pt;
line-height: 32px;
font-weight: 700;
margin: 20px 0;
}
h2,
.title {
font-size: 21pt;
line-height: 27px;
font-weight: 400;
margin: 10px 0 20px;
}
h3,
h4,
h5,
h6 {
font-size: 19pt;
line-height: 28px;
font-weight: 400;
margin: 5px 0 10px;
}
.title.small {
margin: 0;
font-size: 20pt;
font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a.title,
.title a {
text-decoration: none;
}
#kontakt h3 {
color: var(--color-bg-white);
}
.kurs h3 {
display: block;
} a {
color: var(--color-text);
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
-ms-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
}
a:hover,
a:focus {
color: var(--color-primary-hover);
text-decoration: none;
}
a img {
border: none;
}
a.more,
a.edit {
display: block;
}
a.post-edit-link {
text-decoration: none;
}
a.back-to-top {
display: block;
position: fixed;
right: 30px;
bottom: 30px;
transform: rotate(-90deg);
text-decoration: none;
font-size: 46px;
color: var(--color-primary-hover);
}
a.back-to-top:hover {
background-position: bottom center;
}
a.back-to-top span {
display: none;
visibility: hidden;
}
a.button {
background-color: var(--color-primary);
color: var(--color-bg-white);
padding: 15px 30px;
margin: 15px auto 30px;
display: inline-block;
text-align: center;
text-decoration: none;
font-weight: 600;
}
a.anker {
text-decoration: none;
} .table {
display: table;
border-collapse: collapse;
}
.row {
display: table-row;
}
.cell {
display: table-cell;
} input,
textarea {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn-kontakt {
font-size: 18px;
font-weight: bold;
color: var(--color-bg-white);
} .accent {
color: #b1954b;
}
.rot,
.red {
color: var(--color-primary);
} .float-left {
float: left;
}
.float-right {
float: right;
}
.ta-center {
text-align: center;
}
.ta-left {
text-align: left;
}
.ta-right {
text-align: right;
} hr {
width: 100%;
clear: both;
margin: 25px auto 30px;
height: 1px;
padding: 0 0 15px;
border: none;
border-bottom: 4px solid var(--color-border-lighter);
background: transparent;
}
.innerwrap hr {
width: 100%;
}
hr + hr {
margin-top: -20px;
}
p {
margin: 10px 0 25px;
}
.widget p {
margin-bottom: 15px;
}
p + ul {
}
ul li ul {
margin-top: 0;
margin-bottom: 0;
}
ul,
ol {
padding: 0 0 0 20px;
margin: 10px 0 25px;
}
ul {
list-style-type: square;
}
#preise ul {
list-style-type: none;
}
u {
text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px dotted #4e4e4e;
}
strong,
.b,
b {
font-weight: 700;
}
.semi-bold,
.semibold,
.sb {
font-weight: 400;
}
.rc,
.roundedcorners {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-khtml-border-radius: 8px;
}
.screen-reader-text {
display: none;
}
.block {
display: block;
}
.no {
display: none;
visibility: hidden;
}
.hiddencontent {
display: none;
}
.anchor {
margin: 50px 0 20px;
position: relative;
top: -100px;
}
.big {
line-height: 36px;
font-size: 24px;
font-weight: bold;
}
img,
iframe,
.wp-caption {
max-width: 100% !important;
height: auto;
}
iframe {
min-height: 450px;
}
.wp-caption {
font-size: 14px;
line-height: 20px;
color: var(--color-text-lighter);
}
#top {
position: relative;
top: -640px;
}
.banner {
padding: 30px 0;
background-color: var(--color-primary);
color: var(--color-bg-white);
font-weight: 700;
text-align: center;
font-size: 120%;
}
.columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
margin: 0 auto 30px;
text-align: justify;
}
.columns > p {
margin-top: 0;
} .searchform input,
.searchform textarea {
border: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="submit"]:hover {
cursor: pointer;
} .innerwrap {
width: 1200px;
margin: 0 auto;
text-align: left;
}
body.page-template-default main p,
body.page-template-default main cite,
body.page-template-default main ul,
body.page-template-default main ol,
body.page-template-default main h1,
body.page-template-default main h2,
body.page-template-default main h3,
body.page-template-default main h4,
body.page-template-default main h5,
body.page-template-default main h6 {
display: block;
max-width: 740px;
margin-left: auto;
margin-right: auto;
}
#main {
padding: 20px 0;
}
.home #main {
padding: 15px 0 50px;
}
.singular #main .innerwrap {
padding: 20px;
border: 1px dotted #fff;
background-color: rgba(255, 255, 255, 0.3);
}
.home.singular #main .innerwrap {
border: none;
background: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border: none;
background-color: var(--color-success);
font-weight: 600;
font-size: 30px;
line-height: 50px;
padding: 80px;
text-align: center;
}
.wpcf7 p.half {
display: inline-block;
vertical-align: top;
width: 49.5%;
}
.wpcf7 p.half.first {
margin-right: 1%;
}
.wpcf7 .zustimmung span.wpcf7-list-item {
margin-left: 0;
}
@media all and (max-width: 576px) {
.wpcf7 p.half.first, 
.wpcf7 p.half {
display: block;
width: auto;
}
}
.stripe {
position: relative;
z-index: 5;
width: 100%;
height: 270px;
margin-bottom: 20px;
background: url(//csc-ffb.de/wp-content/themes/csc/img/bg-stripe.png) repeat-x top left;
}
.stripe .title {
margin: 0 auto;
}
.stripe .innerwrap {
padding: 30px 0 10px;
color: var(--color-bg-white);
}
#training {
margin: -10px auto -20px;
}
#training .innerwrap {
margin: auto;
text-align: center;
}
.training {
max-width: 15.5%;
display: inline-block;
vertical-align: top;
margin: 0 0.5%;
text-align: center;
}
.training .title,
.training .zeiten .tag {
color: var(--color-primary-hover);
}
.training .title {
font-size: 16pt;
white-space: nowrap;
}
.training .zeiten {
margin-top: 5px;
}
.training .zeiten .tag {
display: inline-block;
width: 20px;
}
.training .info {
width: 100px;
text-align: left;
font-weight: bold;
font-size: 11pt;
line-height: 14pt;
letter-spacing: -0.5px;
}
.training .info a {
color: var(--color-primary-hover);
text-decoration: none;
border-bottom: 1px dotted #e60000;
}
.training .info a:hover {
border-bottom-style: solid;
}
.training .info a::after {
content: " →";
}
.training .info .zeit {
display: block;
white-space: nowrap;
}
section#leitbild {
padding: 30px 0;
}
#leitbild .content {
margin: 65px auto 30px;
border: 10px solid rgba(194, 4, 4, 0.65);
background-color: rgba(255, 255, 255, 0.5);
padding: 15px 10px 0px 15px;
box-shadow: 2px 2px 6px #ccc;
}
#usp div {
width: 50%;
}
@media all and (max-width: 576px) {
#usp div {
width: 100%;
float: none;
clear: both;
}
}
.two-cols {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
-moz-column-gap: 3em;
-webkit-column-gap: 3em;
column-gap: 3em;
}
.two-cols p {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.two-cols .title {
margin-top: 0;
}
@media all and (max-width: 576px) {
.two-cols {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
.kursdetails {
padding: 20px 0;
background-color: rgba(255, 255, 255, 0.25);
}
.kursdetails h2 {
display: block;
}
.kursdetails img {
width: 250px;
height: auto;
}
.page-template-infodisplay .logo {
margin-top: 15px;
}
.page-template-infodisplay .innerwrap {
width: 96%;
}
.darkbg,
.darkbg h1,
.darkbg h2,
.darkbg h3,
.darkbg h4,
.darkbg h5,
.darkbg h6,
.darkbg a,
.darkbg .title {
color: var(--color-bg-white);
}
.darkbg,
#preise,
#kontakt {
background: url(//csc-ffb.de/wp-content/themes/csc/img/bg-blog.jpg) repeat fixed;
color: var(--color-bg);
}
#preise .title,
#kontakt .title {
color: var(--color-bg-white);
text-shadow: 2px 2px 0 #000;
}
#preise a,
#kontakt a {
color: var(--color-accent);
}
#preise a:hover,
#kontakt a:hover {
color: var(--color-primary-hover);
}  #kontakt a {
color: var(--color-accent);
}
#anfahrt {
padding: 20px 0 40px;
text-align: center;
}
#anfahrt .zettel,
#anfahrt .karte {
display: inline-block;
}
#anfahrt .karte {
position: relative;
z-index: 1;
}
#anfahrt .zettel {
width: 404px;
height: 422px;
margin-right: -55px;
overflow: hidden;
line-height: 15pt;
background: transparent url(//csc-ffb.de/wp-content/themes/csc/img/zettel.png) no-repeat top left;
position: relative;
z-index: 2;
}
#anfahrt .zettel .inner {
padding: 30px 20px 20px;
margin: 40px 0 0 36px;
width: 366px;
height: 371px;
}
#anfahrt .zettel .title {
text-align: center;
margin: 0 auto 15px;
}
#kontakt {
margin-top: 10px auto -20px;
padding: 40px 0;
text-align: center;
}
#kontakt u {
border-color: var(--color-bg-white);
}
#kontakt .title {
display: block;
text-align: center;
margin-bottom: 30px;
}
#kontakt .wpcf7 {
margin: auto;
text-shadow: 1px 1px 0 #333;
}
#kontakt .wpcf7 input.wpcf7-text,
#kontakt .wpcf7 input.wpcf7-number,
#kontakt .wpcf7 input.wpcf7-submit,
#kontakt .wpcf7 textarea,
#kontakt .wpcf7 select,
#kontakt .wpcf7 option {
background: var(--color-primary);
}
@media all and (max-width: 768px) {
#kontakt .wpcf7 .column-wrap textarea {
height: auto;
}
#kontakt .wpcf7 .column-wrap .col {
width: 100%;
display: block;
float: none;
}
}
@media all and (max-width: 576px) {
#kontakt .wpcf7 select {
height: auto;
}
#kontakt .contact-form {
padding: 0;
background-color: transparent;
}
}
#fotogalerie {
padding: 20px 0 30px;
}
#fotogalerie h2 {
text-align: center;
}
#fotogalerie a.swipebox img {
border: 5px solid rgba(0, 0, 0, 0.3);
}
#fotogalerie a.swipebox:hover img {
border-color: rgba(248, 0, 0, 0.5);
}
#intro {
margin: 20px auto;
padding: 20px 0;
}
#kurse {
margin: 20px auto;
padding: 20px 0;
}
#kurse hgroup video {
width: 33%;
height: auto;
float: right;
margin: 0 0 20px 20px;
}
.kurse-wrapper {
width: 80%;
margin: 30px auto;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
column-gap: 5px;
}
.kurse-wrapper .kurs {
width: 24.5%;
margin: 5px auto;
border-left: 5px solid var(--color-primary);
background-color: rgba(255, 255, 255, 0.5);
padding: 15px 10px 0px 15px;
box-shadow: 2px 2px 6px #ccc;
text-align: left;
}
.kurse-wrapper .kurs p {
margin-bottom: 15px;
}
.kurse-wrapper .kurs h3 {
text-align: center;
}
@media all and (max-width: 1600px) {
.kurse-wrapper .kurs {
width: 33%;
}
}
@media all and (max-width: 1860px) {
.kurse-wrapper {
width: 100%;
}
}
@media all and (max-width: 1200px) {
.kurse-wrapper .kurs {
width: 33%;
}
}
@media all and (max-width: 992px) {
.kurse-wrapper .kurs {
width: 49%;
}
}
@media all and (max-width: 576px) {
.kurse-wrapper .kurs {
width: 100%;
display: block;
height: auto;
}
}
#news {
padding: 0 0 15px;
}
#news .title {
text-align: center;
}
#news article.overview {
display: block;
float: left;
vertical-align: top;
width: 49.5%;
padding: 10px 2%;
margin-bottom: 25px;
border: 1px dotted var(--color-border-dark);
background-color: rgba(255, 255, 255, 0.3);
}
#news article.overview.alt {
float: right;
}
#news article .title {
text-align: left;
font-size: 18pt;
line-height: 22pt;
}
#news article p {
margin: 5px auto 15px;
}
.social-links {
padding: 10px 0;
text-align: center;
}
body.sidebar #news,
body.sidebar #sidebar {
display: block;
}
#sidebar {
width: 22%;
float: left;
padding: 13px 0 20px;
}
#sidebar .box .title {
margin-top: 0;
}
#sidebar .wpcf7 {
width: 80%;
padding-top: 10px;
}
#sidebar .wpcf7 p {
margin: 0 0 10px;
}
#sidebar .wpcf7 label,
#kontakt .wpcf7 label {
position: relative;
bottom: -2px;
text-transform: uppercase;
font-size: 10pt;    
font-weight: bold;
}
#sidebar .wpcf7 label b,
#kontakt .wpcf7 label b {
display: inline-block;
padding: 5px 7px;
background-color: var(--color-bg-darker);
color: var(--color-bg-white);
}
#sidebar .wpcf7 input,
#sidebar .wpcf7 textarea {
width: 100%;
padding: 5px 7px 3px;
font: normal 12pt/18pt Arial, sans-serif;
border: none;
background-color: #cfcbc7;
border-bottom: 2px solid #cfcbc7;
}
#sidebar .wpcf7 input:focus,
#sidebar .wpcf textarea:focus {
border-color: #a24747;
}
#sidebar .wpcf7 input.wpcf7-submit {
display: block;
background-color: var(--color-primary-dark);
border: none;
color: var(--color-bg-white);
text-shadow: 1px 1px #333;
font-weight: bold;
}
#sidebar .wpcf7 input.wpcf7-submit:hover {
cursor: pointer;
background-color: var(--color-primary-darker);
}
body.sidebar #news {
width: 76%;
float: right;
}
body.sidebar #news .innerwrap {
width: auto;
}
body.sidebar #news .title {
text-align: left;
}
#news article.overview {
width: 100%;
float: none;
}
.two-cols p {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.two-cols .title {
margin-top: 0;
}
@media all and (max-width: 576px) {
.two-cols {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
.kursdetails {
padding: 20px 0;
background-color: rgba(255, 255, 255, 0.25);
}
.kursdetails h2 {
display: block;
}
.kursdetails img {
width: 250px;
height: auto;
}
.page-template-infodisplay .logo {
margin-top: 15px;
}
.page-template-infodisplay .innerwrap {
width: 96%;
}
.page-template-infodisplay #display-news {
width: 96%;
margin: 0 auto;
text-align: left;
}
.page-template-infodisplay #display-news .title {
text-align: center;
}
.page-template-infodisplay #display-news article.overview {
display: block;
vertical-align: top;
padding: 10px 2%;
margin-bottom: 25px;
border: 1px dotted var(--color-border-dark);
background-color: rgba(255, 255, 255, 0.3);
font-size: 22px;
line-height: 30px;
}
.page-template-infodisplay #display-news article .title {
text-align: left;
font-size: 30px;
line-height: 40px;
}
.page-template-infodisplay #display-news article p {
margin: 5px auto 10px;
}
@media all and (max-width: 992px) {
body.sidebar #news {
padding-top: 13px;
}
}
@media all and (max-width: 768px) {
#fotogalerie .gallery-item {
float: none !important;
display: inline-block !important;
width: 50% !important;
}
}
.darkbg,
.darkbg h1,
.darkbg h2,
.darkbg h3,
.darkbg h4,
.darkbg h5,
.darkbg h6,
.darkbg a,
.darkbg .title {
color: var(--color-bg-white);
}
.darkbg,
#preise,
#kontakt {
background: url(//csc-ffb.de/wp-content/themes/csc/img/bg-blog.jpg) repeat fixed;
color: var(--color-bg);
}
#preise .title,
#kontakt .title {
color: var(--color-bg-white);
text-shadow: 2px 2px 0 #000;
}
#preise a,
#kontakt a {
color: var(--color-accent);
}
#preise a:hover,
#kontakt a:hover {
color: var(--color-primary-hover);
}  #kontakt a {
color: var(--color-accent);
}
#anfahrt {
padding: 20px 0 40px;
text-align: center;
}
#anfahrt .zettel,
#anfahrt .karte {
display: inline-block;
}
#anfahrt .karte {
position: relative;
z-index: 1;
}
#anfahrt .zettel {
width: 404px;
height: 422px;
margin-right: -55px;
overflow: hidden;
line-height: 15pt;
background: transparent url(//csc-ffb.de/wp-content/themes/csc/img/zettel.png) no-repeat top left;
position: relative;
z-index: 2;
}
#anfahrt .zettel .inner {
padding: 30px 20px 20px;
margin: 40px 0 0 36px;
width: 366px;
height: 371px;
}
#anfahrt .zettel .title {
text-align: center;
margin: 0 auto 15px;
}
#kontakt {
margin-top: 10px auto -20px;
padding: 40px 0;
text-align: center;
}
#kontakt u {
border-color: var(--color-bg-white);
}
#kontakt .title {
display: block;
text-align: center;
margin-bottom: 30px;
}
#kontakt .wpcf7 {
margin: auto;
text-shadow: 1px 1px 0 #333;
}
#kontakt .wpcf7 input.wpcf7-text,
#kontakt .wpcf7 input.wpcf7-number,
#kontakt .wpcf7 input.wpcf7-submit,
#kontakt .wpcf7 textarea,
#kontakt .wpcf7 select,
#kontakt .wpcf7 option {
width: 100%;
padding: 5px 3px;
font: normal 12pt/18pt Arial, sans-serif;
color: var(--color-text);
background-color: #918e89;
border: none;
-webkit-appearance: none;
border-radius: 0;
}
.wpcf7-acceptance label:hover {
cursor: pointer;
}
#kontakt .wpcf7 input:focus,
#kontakt .wpcf7 input:hover,
#kontakt .wpcf7 textarea:focus,
#kontakt .wpcf7 textarea:hover {
background-color: #babab2;
}
#kontakt .wpcf7 input.wpcf7-submit {
background-color: var(--color-primary-dark);
color: var(--color-bg-white);
text-shadow: 1px 1px #333;
font-weight: bold;
-webkit-appearance: none;
border-radius: 0;
}
#kontakt .wpcf7 input.wpcf7-submit:hover {
cursor: pointer;
background-color: var(--color-primary-darker);
}
#kontakt .wpcf7 input[type="checkbox"] {
width: 20px;
height: 20px;
}
#kontakt .wpcf7 input[name="alter"] {
width: auto;
}
#kontakt .wpcf7 select {
width: 100%;
height: 374px;
-webkit-appearance: none;
border-radius: 0;
}
#kontakt .wpcf7 .column-wrap {
margin-bottom: 30px;
}
#kontakt .wpcf7 .column-wrap .col {
display: inline-block;
vertical-align: top;
width: 34%;
}
#kontakt .wpcf7 .column-wrap .col:first-of-type {
width: 65%;
}
#kontakt .wpcf7 .column-wrap textarea {
height: 373px;
}
#kontakt .wpcf7 option:checked {
background: white;
color: #918e89;
}
#kontakt .contact-wrap {
width: 90%;
margin: 20px auto;
}
#kontakt .contact-info {
column-count: 2;
column-gap: 5%;
}
#kontakt .contact-form {
max-width: 700px;
padding: 3%;
margin: 20px auto 0;
background-color: rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 768px) {
#kontakt .wpcf7 .column-wrap textarea {
height: auto;
}
#kontakt .wpcf7 .column-wrap .col {
width: 100%;
display: block;
float: none;
}
}
@media all and (max-width: 576px) {
#kontakt .wpcf7 select {
height: auto;
}
#kontakt .contact-form {
padding: 0;
background-color: transparent;
}
}
#fotogalerie {
padding: 20px 0 30px;
}
#fotogalerie h2 {
text-align: center;
}
#fotogalerie a.swipebox img {
border: 5px solid rgba(0, 0, 0, 0.3);
}
#fotogalerie a.swipebox:hover img {
border-color: rgba(248, 0, 0, 0.5);
}
#intro {
margin: 20px auto;
padding: 20px 0;
}
#kurse {
margin: 20px auto;
padding: 20px 0;
}
#kurse hgroup video {
width: 33%;
height: auto;
float: right;
margin: 0 0 20px 20px;
}
.kurse-wrapper {
width: 80%;
margin: 30px auto;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
column-gap: 5px;
}
.kurse-wrapper .kurs {
width: 24.5%;
margin: 5px auto;
border-left: 5px solid var(--color-primary);
background-color: rgba(255, 255, 255, 0.5);
padding: 15px 10px 0px 15px;
box-shadow: 2px 2px 6px #ccc;
text-align: left;
}
.kurse-wrapper .kurs p {
margin-bottom: 15px;
}
.kurse-wrapper .kurs h3 {
text-align: center;
}
@media all and (max-width: 1600px) {
.kurse-wrapper .kurs {
width: 33%;
}
}
@media all and (max-width: 1860px) {
.kurse-wrapper {
width: 100%;
}
}
@media all and (max-width: 1200px) {
.kurse-wrapper .kurs {
width: 33%;
}
}
@media all and (max-width: 992px) {
.kurse-wrapper .kurs {
width: 49%;
}
}
@media all and (max-width: 576px) {
.kurse-wrapper .kurs {
width: 100%;
display: block;
height: auto;
}
}
#news {
padding: 0 0 15px;
}
#news .title {
text-align: center;
}
#news article.overview {
display: block;
float: left;
vertical-align: top;
width: 49.5%;
padding: 10px 2%;
margin-bottom: 25px;
border: 1px dotted var(--color-border-dark);
background-color: rgba(255, 255, 255, 0.3);
}
#news article.overview.alt {
float: right;
}
#news article .title {
text-align: left;
font-size: 18pt;
line-height: 22pt;
}
#news article p {
margin: 5px auto 15px;
}
.social-links {
padding: 10px 0;
text-align: center;
}
body.sidebar #news,
body.sidebar #sidebar {
display: block;
}
#sidebar {
width: 22%;
float: left;
padding: 13px 0 20px;
}
#sidebar .box .title {
margin-top: 0;
}
#sidebar .wpcf7 {
width: 80%;
padding-top: 10px;
}
#sidebar .wpcf7 p {
margin: 0 0 10px;
}
#sidebar .wpcf7 label,
#kontakt .wpcf7 label {
position: relative;
bottom: -2px;
text-transform: uppercase;
font-size: 10pt;    
font-weight: bold;
}
#sidebar .wpcf7 label b,
#kontakt .wpcf7 label b {
display: inline-block;
padding: 5px 7px;
background-color: var(--color-bg-darker);
color: var(--color-bg-white);
}
#sidebar .wpcf7 input,
#sidebar .wpcf7 textarea {
width: 100%;
padding: 5px 7px 3px;
font: normal 12pt/18pt Arial, sans-serif;
border: none;
background-color: #cfcbc7;
border-bottom: 2px solid #cfcbc7;
}
#sidebar .wpcf7 input:focus,
#sidebar .wpcf textarea:focus {
border-color: #a24747;
}
#sidebar .wpcf7 input.wpcf7-submit {
display: block;
background-color: var(--color-primary-dark);
border: none;
color: var(--color-bg-white);
text-shadow: 1px 1px #333;
font-weight: bold;
}
#sidebar .wpcf7 input.wpcf7-submit:hover {
cursor: pointer;
background-color: var(--color-primary-darker);
}
body.sidebar #news {
width: 76%;
float: right;
}
body.sidebar #news .innerwrap {
width: auto;
}
body.sidebar #news .title {
text-align: left;
}
#news article.overview {
width: 100%;
float: none;
}
footer {
min-height: 200px;
background: url(//csc-ffb.de/wp-content/themes/csc/img/bg-footer.jpg) repeat-x top left;
color: var(--color-text-muted);
}
footer .innerwrap {
padding: 40px 0 20px;
text-align: center;
}
footer a {
color: var(--color-text-muted);
}
footer nav {
text-align: center;
margin: auto;
}
footer nav ul {
list-style: none;
padding: 0;
margin: 0;
}
footer nav ul li {
display: inline-block;
}
footer nav ul li a::after {
content: " | ";
color: var(--color-text-muted);
margin-left: 15px;
}
footer nav ul li.last a::after {
content: "";
margin: 0;
}
footer nav ul li a {
display: block;
padding: 5px 0;
margin-right: 15px;
color: var(--color-bg-white);
text-decoration: none;
}
@media all and (max-width: 1200px) {
.wrap,
.innerwrap {
width: 94%;
}
body.sidebar #news {
width: 72%;
}
#sidebar {
width: 26%;
}
#probetraining {
margin-left: 7%;
}
.training img {
max-height: 180px;
}
.training .info {
font-size: 10pt;
line-height: 12pt;
}
#anfahrt .zettel,
#anfahrt .karte {
display: block;
}
#anfahrt .zettel {
margin: 0 auto;
}
}
@media all and (max-width: 992px) {
#probetraining {
margin-left: 5%;
}
}
@media all and (max-width: 992px) {
.home header .logo img {
width: 70%;
}
#probetraining {
top: 255px;
margin-left: 3%;
}
}
@media all and (max-width: 992px) {
.home header .logo img {
width: 60%;
}
#probetraining {
top: 225px;
margin-left: 1%;
}
body.sidebar #news {
width: 65%;
}
#sidebar {
width: 33%;
}
.slick-prev {
left: 0 !important;
z-index: 999 !important;
}
.slick-next {
right: 0 !important;
z-index: 999 !important;
}
}
@media all and (max-width: 768px) {
body.sidebar #news {
width: 62%;
}
#sidebar {
width: 36%;
} .karte img {
width: 100%;
height: auto;
}
#kontakt .contact-info {
column-count: 1;
}
.home header .logo img {
width: auto;
margin-top: 25px;
}
#probetraining a.button {
display: block;
}
#probetraining .wpcf7 {
display: none;
}
#probetraining {
background: none;
margin: -100px 0 0;
position: relative;
z-index: 999;
top: 0;
min-height: auto;
height: auto;
}
}
@media all and (max-width: 768px) {
body.sidebar #news {
width: 59%;
}
#sidebar {
width: 39%;
} }
@media all and (max-width: 768px) {
body.sidebar #news,
#sidebar {
width: 100%;
float: none;
}
}
@media all and (max-width: 576px) {
.home header .logo img {
margin-top: 10px;
}
#probetraining {
margin-top: -80px;
}
}
@media all and (max-width: 400px) {
header .left {
display: block;
width: 100%;
}
header .right {
display: none;
}
#probetraining {
margin: 0;
}
#anfahrt .zettel,
#anfahrt .zettel .inner {
width: 100%;
height: auto;
margin: 0 auto;
padding: 0;
background: none;
}
}
@media all and (max-width: 400px) {
#probetraining {
width: auto;
}
#probetraining a.button {
background: none;
width: auto;
height: auto;
text-decoration: none;
}
#probetraining a.button span {
display: block;
width: 75%;
margin: 5px auto 0;
padding: 5px 0;
font-weight: bold;
color: var(--color-bg-white);
text-shadow: 1px 1px 0 #333;
background-color: var(--color-primary-dark);
}
#probetraining a.button span:hover {
background-color: var(--color-primary-darker);
}
}
main .wp-block-video video {
max-height: 960px;
} #preise {
padding: 60px 0;
}
#preise .innerwrap {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
} .pricing-benefits {
text-align: center;
margin-bottom: 40px;
}
.pricing-benefits .lead {
font-size: 1.1em;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
} .pricing-toggle {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 50px;
flex-wrap: wrap;
}
.pricing-toggle input[type="radio"] {
display: none;
}
.pricing-toggle label {
padding: 12px 24px;
background: rgba(255, 255, 255, 0.1);
border: 2px solid rgba(255, 255, 255, 0.3);
border-radius: 8px;
cursor: pointer;
transition: all 0.3s ease;
font-weight: 600;
color: var(--color-bg);
}
.pricing-toggle label:hover {
background: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.5);
}
.pricing-toggle input[type="radio"]:checked + label {
background: var(--color-accent);
border-color: var(--color-accent);
color: var(--color-bg-white);
box-shadow: 0 4px 12px rgba(119, 153, 199, 0.4);
} .pricing-cards {
margin-bottom: 50px;
}
.pricing-group {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
align-items: start;
} .pricing-card {
background: rgba(0, 0, 0, 0.6);
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 12px;
padding: 30px 25px;
text-align: center;
transition: all 0.3s ease;
position: relative;
display: flex;
flex-direction: column;
}
.pricing-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
border-color: rgba(255, 255, 255, 0.4);
} .pricing-card.featured {
background: linear-gradient(135deg, rgba(119, 153, 199, 0.2), rgba(119, 153, 199, 0.1));
border: 3px solid var(--color-accent);
transform: scale(1.05);
box-shadow: 0 12px 32px rgba(119, 153, 199, 0.3);
}
.pricing-card.featured:hover {
transform: scale(1.08) translateY(-5px);
box-shadow: 0 16px 40px rgba(119, 153, 199, 0.4);
} .pricing-card .badge {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: #c40606;
color: var(--color-bg-white);
padding: 6px 20px;
border-radius: 20px;
font-size: 0.85em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 4px 12px rgba(196, 6, 6, 0.4);
} .pricing-card .card-header h3 {
font-size: 1.8em;
margin: 10px 0 5px;
color: var(--color-bg-white);
}
.pricing-card .card-header .subtitle {
color: var(--color-accent);
font-size: 1em;
margin: 0 0 20px;
} .pricing-card .card-price {
margin: 20px 0;
}
.pricing-card .card-price .amount {
font-size: 3em;
font-weight: bold;
color: var(--color-bg-white);
display: block;
line-height: 1;
}
.pricing-card .card-price .period {
font-size: 0.9em;
color: var(--color-text-muted);
display: block;
margin-top: 5px;
} .pricing-card .card-savings {
background: rgba(196, 6, 6, 0.2);
border: 1px solid rgba(196, 6, 6, 0.4);
padding: 10px;
border-radius: 6px;
margin: 15px 0;
color: #ff6b6b;
font-size: 0.95em;
}
.pricing-card .card-savings strong {
color: #ff4444;
} .pricing-card .card-details {
margin: 15px 0 25px;
flex-grow: 1;
}
.pricing-card .card-details .duration {
color: var(--color-text-light);
font-size: 0.9em;
} .pricing-card .cta-button {
display: inline-block;
padding: 14px 32px;
border-radius: 8px;
font-weight: bold;
text-decoration: none;
transition: all 0.3s ease;
font-size: 1em;
margin-top: auto;
color: #fff !important;
}
.pricing-card a.cta-button.primary {
background: #c40606;
color: var(--color-bg-white);
box-shadow: 0 4px 16px rgba(196, 6, 6, 0.4);
}
.pricing-card .cta-button.primary:hover {
background: var(--color-primary-hover);
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(196, 6, 6, 0.6);
}
.pricing-card .cta-button.secondary {
background: rgba(119, 153, 199, 0.3);
color: var(--color-accent);
border: 2px solid var(--color-accent);
}
.pricing-card .cta-button.secondary:hover {
background: var(--color-accent);
color: var(--color-bg-white);
transform: translateY(-2px);
} .pricing-included {
background: rgba(0, 0, 0, 0.4);
padding: 40px 30px;
border-radius: 12px;
margin-bottom: 40px;
}
.pricing-included h3 {
text-align: center;
color: var(--color-bg-white);
margin-bottom: 30px;
font-size: 1.5em;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.benefit-item {
text-align: center;
}
.benefit-item .icon {
display: block;
font-size: 2em;
color: var(--color-accent);
margin-bottom: 10px;
}
.benefit-item p {
font-size: 0.95em;
color: var(--color-bg);
margin: 0;
} .pricing-trust {
text-align: center;
margin-bottom: 50px;
}
.pricing-trust .highlight {
background: rgba(119, 153, 199, 0.2);
border-left: 4px solid var(--color-accent);
padding: 15px 20px;
margin: 0 auto 15px;
max-width: 600px;
border-radius: 6px;
}
.pricing-trust .note {
font-size: 0.9em;
color: var(--color-text-muted);
font-style: italic;
} .pricing-secondary {
background: rgba(0, 0, 0, 0.3);
padding: 40px 30px;
border-radius: 12px;
margin-bottom: 30px;
}
.pricing-secondary h3 {
text-align: center;
color: var(--color-bg-white);
margin-bottom: 30px;
font-size: 1.5em;
}
.secondary-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
margin-bottom: 20px;
}
.secondary-item h4 {
color: var(--color-accent);
margin-bottom: 10px;
font-size: 1.2em;
}
.secondary-item p {
color: var(--color-text-muted);
line-height: 1.6;
margin: 0;
}
.pricing-secondary .cta-text {
text-align: center;
margin-top: 20px;
} .pricing-footer {
text-align: center;
padding: 2rem 0;
}
.pricing-footer .cta-link {
font-size: 1.1em;
color: var(--color-accent);
text-decoration: underline;
font-weight: bold;
}
.pricing-footer .cta-link:hover {
color: var(--color-bg-white);
}  @media (max-width: 992px) {
.pricing-group {
grid-template-columns: 1fr;
gap: 30px;
max-width: 500px;
margin: 0 auto;
}
.pricing-card.featured {
transform: scale(1);
order: -1;
border-width: 4px;
}
.pricing-card.featured .badge {
top: -15px;
padding: 8px 24px;
font-size: 0.9em;
}
.benefits-grid {
grid-template-columns: repeat(2, 1fr);
}
.secondary-grid {
grid-template-columns: 1fr;
}
.pricing-toggle label {
font-size: 0.95em;
}
} @media (max-width: 576px) {
#preise {
padding: 40px 0;
}
#preise .innerwrap {
padding: 0 15px;
}
.pricing-toggle {
flex-direction: column;
width: 100%;
gap: 8px;
}
.pricing-toggle label {
width: 100%;
text-align: center;
padding: 10px 16px;
font-size: 0.95em;
}
.benefits-grid {
grid-template-columns: 1fr;
gap: 15px;
}
.pricing-card {
padding: 25px 20px;
}
.pricing-card .card-price .amount {
font-size: 2.5em;
}
.pricing-card .card-header h3 {
font-size: 1.5em;
}
.pricing-included,
.pricing-secondary {
padding: 30px 20px;
}
.secondary-grid {
gap: 20px;
}
} @media (max-width: 400px) {
#preise .title {
font-size: 1.8em;
margin-bottom: 20px;
}
.pricing-benefits .lead {
font-size: 1em;
padding: 0 10px;
}
.pricing-toggle label {
padding: 12px;
font-size: 0.9em;
}
.pricing-card {
padding: 20px 15px;
}
.pricing-card .badge {
font-size: 0.75em;
padding: 5px 15px;
}
.pricing-card .card-price .amount {
font-size: 2.2em;
}
.pricing-card .cta-button {
padding: 12px 24px;
font-size: 0.95em;
}
.pricing-included h3,
.pricing-secondary h3 {
font-size: 1.3em;
}
.benefit-item .icon {
font-size: 1.5em;
}
.benefit-item p {
font-size: 0.9em;
}
.pricing-trust .highlight {
padding: 12px 15px;
font-size: 0.95em;
}
.secondary-item h4 {
font-size: 1.1em;
}
.secondary-item p {
font-size: 0.95em;
}
} .lucide-icon {
display: inline-block;
vertical-align: middle;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
flex-shrink: 0;
color: inherit;
} .lucide-boxing-glove {
fill: currentColor;
stroke: none;
}
.mobile-nav__primary .lucide-icon { 
width: 20px; 
height: 20px; 
margin-right: 8px;
}
.mobile-nav__accordion summary .lucide-icon {
width: 20px;
height: 20px;
margin-right: 8px;
}
.mobile-nav__phone .lucide-icon {
width: 18px;
height: 18px;
margin-right: 6px;
}
.features__item .lucide-icon,
.features__desktop .lucide-icon {
width: 18px;
height: 18px;
margin-right: 4px;
}
@media all and (max-width: 768px) {
.features__item .lucide-icon {
width: 16px;
height: 16px;
}
}