/* open-sans-300 - v17-latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-300.svg#Oswald') format('svg'); /* Legacy iOS */
}/* open-sans-700 - v17-latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-700.svg#Oswald') format('svg'); /* Legacy iOS */
}/* open-sans-regular - v17-latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
body {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.cd-content, .cd-sidebar, .cd-header, .cd-footer {
    position: relative;
}

.columns-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
}

.columns-margins {
    flex-grow: 1;
}

.columns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    max-width: 1100px;
    flex-basis: 1100px;
}

.content-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sidebar-wrapper {
    display: flex;
    flex-direction: column;
    flex-basis: 280px;
    flex-shrink: 0;
    border-left: 0 SOLID transparent;
    overflow: hidden;
}

.cd-header, .cd-content, .cd-sidebar, .cd-footer {
    flex-grow: 1;
}

.cd-row {
    max-width: 1100px;
    margin: 0 auto;
}

.cd-navigation-bar-container a, .cd-navigation-bar-container a:hover {
    text-decoration: none;
}

.cd-filler {
    flex-grow: 1;
}

@media (max-width: 576px) {
    .columns {
        display: block;
        flex-basis: initial;
    }

    .sidebar-wrapper {
        border-left: none;
        max-width: 100%;
    }
}
.cd-header-empty .cd-content div.cd-section:first-of-type,
.cd-header-empty .cd-sidebar div.cd-section:first-of-type {
    padding-top: 110px;
}

.cd-navigation-bar-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30000;
    transition: background 0.4s;
}

.cd-scroll .cd-navigation-bar-container, .cd-megamenu-open  .cd-navigation-bar-container {
    transition: background 0.4s;
    background-color: rgba(255,255,255,1.0);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.cd-header-empty .cd-navigation-bar-container {
    background: rgba(255,255,255,1.0);
    border-bottom: 1px solid #999999;
}

.cd-navigation-bar-content {
    display: flex;
    align-items: center;
    padding: 10px;
    flex-direction: row;
}

.cd-megamenu-button {
    cursor: pointer;
    text-decoration: none;
}
.cd-megamenu-button {
	font-family: Open Sans, sans-serif;
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	margin: 0 20px;
	overflow-wrap: break-word;
}

.cd-megamenu-button {
	color: rgba(7,93,165,1.0);
}

.cd-megamenu-button:focus {
	outline-width: 3px;
	outline-style: solid;

}

.cd-megamenu-button:focus {
	outline-color: rgba(7,93,165,1.0);
}

@media (max-width: 576px) {
	.cd-megamenu-button {
		font-size: 4vmin;
	}
}



@media (max-width: 992px) {
    .cd-megamenu ul li {
        width: 100%;
    }
}

@media (min-width: 993px) {
    .cd-megamenu-content {
        float:right;
    }
}

.cd-megamenu-container {
    width: 100%;
    overflow-y: auto;
    background: rgba(255,255,255,1.0);
}

.cd-megamenu {
    display: none;
    width: 100%;
    border-bottom: 1px solid #AAA;
}

.cd-megamenu-content {
    margin: 20px;
}

.cd-megamenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cd-megamenu li {
    display: block;
}

.cd-megamenu .cd-menu-level-1 > ul {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.cd-megamenu a {
    text-decoration: none;
}

.cd-megamenu .cd-menu-level-1 a, .cd-megamenu .cd-menu-level-2 a, .cd-megamenu .cd-menu-level-3 a {
    display: inline-block;
}

.cd-megamenu .cd-menu-level-1 a {
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	margin: 10px 20px;
	overflow-wrap: break-word;
}

.cd-megamenu .cd-menu-level-1 a {
	color: rgba(7,93,165,1.0);
}

.cd-megamenu .cd-menu-level-1 a:focus {
	outline-width: 3px;
	outline-style: solid;
	outline-offset: 5px;

}

.cd-megamenu .cd-menu-level-1 a:focus {
	outline-color: rgba(7,93,165,1.0);
}


.cd-megamenu .cd-menu-level-2 a {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	margin: 5px 20px;
	overflow-wrap: break-word;
}

.cd-megamenu .cd-menu-level-2 a {
	color: rgba(7,93,165,1.0);
}

.cd-megamenu .cd-menu-level-2 a:focus {
	outline-width: 3px;
	outline-style: solid;
	outline-offset: 5px;

}

.cd-megamenu .cd-menu-level-2 a:focus {
	outline-color: rgba(7,93,165,1.0);
}


.cd-megamenu .cd-menu-level-3 a {
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	margin: 0 20px;
	overflow-wrap: break-word;
}

.cd-megamenu .cd-menu-level-3 a {
	color: rgba(7,93,165,1.0);
}

.cd-megamenu .cd-menu-level-3 a:focus {
	outline-width: 3px;
	outline-style: solid;
	outline-offset: 5px;

}

.cd-megamenu .cd-menu-level-3 a:focus {
	outline-color: rgba(7,93,165,1.0);
}



.cd-megamenu .cd-menu-level-1 a:before {
    content: "";
}

.cd-megamenu .cd-menu-level-2 a:before {
    content: "";
}

.cd-megamenu .cd-menu-level-3 a:before {
    content: "";
}

.cd-megamenu a.cd-menu-item.cd-menu-active, .cd-megamenu a.cd-menu-item:hover {
    color: rgba(7,93,165,1.0);
}
.cd-club-logo-and-name {
    display: inline-flex;
    align-items: center;
}

a.cd-club-logo-link {
    text-decoration: none;
}

a.cd-club-logo-link:focus {
    outline-color: rgba(7,93,165,1.0);
    outline-width: 3px;
    outline-style: solid;
}

.cd-club-logo-link {
    display: inline;
}
@media (max-width: 576px) {
    .cd-club-logo-link {
        display: none;
    }
}

.cd-club-logo {
height: 120px;
margin: 0px;
    vertical-align: middle;
}

@media (max-width: 576px) {
    .cd-club-logo {
        height: 50px;
        margin: 30px;
    }
}

.cd-club-name {
  display: inline;
}
@media (max-width: 576px) {
    .cd-club-name {
        display: inline;
    }
}

a.cd-club-name, a.cd-club-name:visited, a.cd-club-name:hover {
	font-family: Open Sans, sans-serif;
	font-size: 30px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0;
	overflow-wrap: break-word;
}

a.cd-club-name, a.cd-club-name:visited, a.cd-club-name:hover {
	color: rgba(7,93,165,1.0);
}

a.cd-club-name:focus, a.cd-club-name:visited:focus, a.cd-club-name:hover:focus {
	outline-width: 3px;
	outline-style: solid;

}

a.cd-club-name:focus, a.cd-club-name:visited:focus, a.cd-club-name:hover:focus {
	outline-color: rgba(7,93,165,1.0);
}

@media (max-width: 576px) {
	a.cd-club-name, a.cd-club-name:visited, a.cd-club-name:hover {
		font-size: 6vmin;
	}
}






.cc-window, .cc-revoke {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	overflow-wrap: break-word;
}

.cc-window, .cc-revoke {
	color: rgba(255,255,255,1.0);
}

.cc-window:focus, .cc-revoke:focus {
	outline-width: 3px;
	outline-style: solid;

}

.cc-window:focus, .cc-revoke:focus {
	outline-color: rgba(255,255,255,1.0);
}



a.cc-link, a.cc-link:active, a.cc-link:visited, .cc-bottom {
	text-transform: none;
	text-decoration: none;
}

a.cc-link, a.cc-link:active, a.cc-link:visited, .cc-bottom {
	color: rgba(255,255,255,1.0);
}

a.cc-link:hover, a.cc-link:active:hover, a.cc-link:visited:hover, .cc-bottom:hover {	text-decoration: underline;
}

a.cc-link:hover, a.cc-link:active:hover, a.cc-link:visited:hover, .cc-bottom:hover {
	color: rgba(255,255,255,1.0);
}

a.cc-link:focus, a.cc-link:active:focus, a.cc-link:visited:focus, .cc-bottom:focus {
	outline-width: 3px;
	outline-style: solid;

}

a.cc-link:focus, a.cc-link:active:focus, a.cc-link:visited:focus, .cc-bottom:focus {
	outline-color: rgba(255,255,255,1.0);
}



.cc-bottom:focus {
    bottom: 25px;
}

.cc-window, .cc-revoke {
    background-color: rgba(57,132,200,1.0);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    z-index: 10000000;
}

.cc-btn {
    background-color: rgba(7,93,165,1.0);
    color: rgba(255,255,255,1.0);
}

.cc-btn:first-child {
    background-color: transparent;
}

.cc-btn:first-child {
	color: rgba(255,255,255,1.0);
}



.cd-totop-button {
    display: flex;
    justify-content: space-around;
    align-items: center;

    position: fixed;
    right: -100px;
    bottom: 50px;
    width: 60px;
    height: 40px;

    z-index: 1;

    box-shadow: 0 0 1.875rem 0 rgba(0,0,0,.25);

    color: rgba(255,255,255,1.0);
    background-color: rgba(57,132,200,1.0);
    transition: all 0.4s ease;

    cursor: pointer;
}

.cd-totop-button {
	border-color: transparent;
}

.cd-totop-button {
	border-width: 0;
	border-style: SOLID;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}



.cd-scroll .cd-totop-button {
    right: 10px;
}

.cd-totop-button:focus {
    outline-color: rgba(255,255,255,1.0) !important;
}


/* ===== DESKTOP SINGLEDROPDOWNMENU ===== */

.cd-navigation-bar-container {
    overflow: visible;
}

.cd-navigation-bar-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    min-height: 100px;
    overflow: visible;
}

/* Alte Megamenü-Elemente verstecken */
.cd-megamenu-button,
.cd-megamenu-container {
    display: none;
}

/* Logo/Name Desktop */
.cd-logo-and-name-desktop {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

/* Desktop Menu horizontal */
.cd-singledropdownmenu {
    position: relative;
    z-index: 40000;
}

.cd-singledropdownmenu .cd-menu-level-1,
.cd-singledropdownmenu .cd-menu-level-1 > ul {
    overflow: visible;
}

.cd-singledropdownmenu .cd-menu-level-1 ul,
.cd-singledropdownmenu .cd-menu-level-2 ul,
.cd-singledropdownmenu .cd-menu-level-3 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cd-singledropdownmenu .cd-menu-level-1 ul ul {
    list-style-type: none;
}

.cd-singledropdownmenu .cd-menu-level-1 > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    background: transparent;
    margin: 0;
}

.cd-singledropdownmenu .cd-menu-level-1 > ul > li {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding-bottom: 0;
}

.cd-singledropdownmenu .cd-menu-level-1 > ul > li > .cd-menu-item {
    display: inline-block;
    padding: 14px 16px;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.cd-singledropdownmenu .cd-menu-level-1 a {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(7,93,165,1.0);
    transition: opacity 200ms ease;
}

.cd-singledropdownmenu .cd-menu-level-1 a:hover,
.cd-singledropdownmenu .cd-menu-level-1 > ul > li.cd-open > .cd-menu-item,
.cd-singledropdownmenu .cd-menu-level-1 > ul > li > .cd-menu-item:focus {
    opacity: 0.6;
}

/* Dropdown Level 2 */
.cd-singledropdownmenu .cd-menu-level-2 {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    min-width: 250px;
    max-width: 320px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    margin: 0;
    padding: 0;
    background-color: rgba(7,93,165,1.0);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 99999;
}

.cd-singledropdownmenu .cd-menu-level-1 > ul > li.cd-open > .cd-menu-level-2 {
    display: block;
}

.cd-singledropdownmenu .cd-menu-level-2 > ul {
    margin: 0;
    padding: 0;
}

.cd-singledropdownmenu .cd-menu-level-2 li {
    position: relative;
    display: block;
}

.cd-singledropdownmenu .cd-menu-level-2 a {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    color: rgba(255,255,255,1.0);
    display: block;
    padding: 10px 20px;
    white-space: normal;
}

.cd-singledropdownmenu .cd-menu-level-2 a:hover,
.cd-singledropdownmenu .cd-menu-level-2 li.cd-open > a,
.cd-singledropdownmenu .cd-menu-level-2 a:focus {
    background-color: rgba(5,70,130,1.0);
}

/* Dropdown Level 3 */
.cd-singledropdownmenu .cd-menu-level-3 {
    display: none;
    background-color: rgba(5,70,130,1.0);
    margin: 0;
    padding: 0;
}

.cd-singledropdownmenu .cd-menu-level-3 > ul {
    background-color: rgba(5,70,130,1.0);
    margin: 0;
    padding: 0;
}

.cd-singledropdownmenu .cd-menu-level-2 > ul > li.cd-open > .cd-menu-level-3 {
    display: block;
}

.cd-singledropdownmenu .cd-menu-level-3 a {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: none;
    color: rgba(204,224,255,1.0);
    padding: 8px 30px;
}


/* Aktiver Menüpunkt */
.cd-singledropdownmenu .cd-menu-level-1 a.cd-menu-active,
.cd-singledropdownmenu .cd-menu-level-1 a.cd-menu-selected {
    color: rgba(57,132,200,1.0);
}

/* Desktop verstecken auf Mobile */
@media (max-width: 992px) {
    .cd-navigation-bar-container {
        display: none;
    }
    .cd-header-empty .cd-content div.cd-section:first-of-type,
    .cd-header-empty .cd-sidebar div.cd-section:first-of-type {
        padding-top: 70px !important;
    }
}

@media (min-width: 993px) {
    .cd-mobile-menu-bar-fixed {
        display: none;
    }
    .cd-header-empty .cd-content div.cd-section:first-of-type,
    .cd-header-empty .cd-sidebar div.cd-section:first-of-type {
        padding-top: 110px;
    }
}

/* ===== MOBILE MENU ===== */

.cd-mobile-menu-bar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30000;
}

.cd-mobile-menu-bar {
    background: rgba(255,255,255,1.0);
    border-bottom: 1px solid #cccccc;
}

.cd-mobile-menu-bar-content {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    background: rgba(255,255,255,1.0);
}

.cd-mobile-menu-bar-content .filler {
    flex-grow: 1;
}

.cd-mobile-menu-button {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.cd-mobile-menu-button .menu-label {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(7,93,165,1.0);
    margin-left: 8px;
}

.cd-mobile-menu-button .nav-icon {
    width: 24px;
    height: 20px;
    position: relative;
}

.cd-mobile-menu-button .nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgba(7,93,165,1.0);
    border-radius: 3px;
    transition: .25s ease-in-out;
}

.cd-mobile-menu-button .nav-icon span:nth-child(1) { top: 2px; }
.cd-mobile-menu-button .nav-icon span:nth-child(2) { top: 9px; }
.cd-mobile-menu-button .nav-icon span:nth-child(3) { top: 16px; }

.cd-mobile-menu-button .nav-icon.open span:nth-child(1) {
    top: 9px;
    transform: rotate(135deg);
}
.cd-mobile-menu-button .nav-icon.open span:nth-child(2) { opacity: 0; }
.cd-mobile-menu-button .nav-icon.open span:nth-child(3) {
    top: 9px;
    transform: rotate(-135deg);
}

.cd-mobile-menu .cd-mobile-menu-level-1 {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: rgba(7,93,165,1.0);
    z-index: 30000;
}

.cd-mobile-menu .cd-mobile-menu-level-1.open {
    display: block;
}

.cd-mobile-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cd-mobile-menu .cd-mobile-menu-level-2 ul,
.cd-mobile-menu .cd-mobile-menu-level-3 ul {
    display: none;
}

.cd-mobile-menu .cd-menu-item {
    display: block;
    padding: 12px 20px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,1.0);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.cd-mobile-menu .cd-mobile-menu-level-2 {
    background: rgba(5,70,130,1.0);
}

.cd-mobile-menu .cd-mobile-menu-level-2 .cd-menu-item {
    font-size: 14px;
    padding-left: 35px;
}

.cd-mobile-menu .cd-mobile-menu-level-3 {
    background: rgba(3,50,100,1.0);
}

.cd-mobile-menu .cd-mobile-menu-level-3 .cd-menu-item {
    font-size: 13px;
    padding-left: 50px;
}

.cd-mobile-menu .cd-mobile-menu-background {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/* Login Link Desktop */
.cd-login-link-desktop {
    margin-left: 15px;
}

.cd-login-link-desktop a.cd-button-login,
.cd-login-link-desktop input.cd-button-login,
.cd-login-link-desktop button.cd-button-login {
    background-color: transparent;
    border-color: rgba(7,93,165,1.0);
    border-width: 1px;
    border-style: solid;
    padding: 5px 20px;
    border-radius: 25px;
    margin: 10px 0;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
    text-align: right;
    color: rgba(7,93,165,1.0);
}

.cd-login-link-desktop a.cd-button-login:hover,
.cd-login-link-desktop input.cd-button-login:hover,
.cd-login-link-desktop button.cd-button-login:hover {
    background-color: rgba(57,132,200,1.0);
    color: rgba(255,255,255,1.0);
    border-color: rgba(7,93,165,1.0);
}

.cd-login-link-desktop a.cd-button-login:focus,
.cd-login-link-desktop input.cd-button-login:focus,
.cd-login-link-desktop button.cd-button-login:focus {
    outline-width: 3px;
    outline-style: solid;
    outline-color: rgba(7,93,165,1.0);
}

/* Header auf Mobile komplett entfernen */
@media (max-width: 992px) {
    .header-wrapper,
    .cd-header {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* ===== GLOBAL FONT OVERRIDE ===== */
body,
.cd-content,
.cd-content p,
.cd-content div,
.cd-content span,
.cd-content li,
.cd-content a,
.cd-sidebar,
.cd-sidebar p,
.cd-sidebar div,
.cd-sidebar span,
.cd-sidebar li,
.cd-footer,
.cd-footer p,
.cd-footer div,
.cd-footer span,
.cd-footer li,
.cd-header,
.cd-header p,
.cd-header div,
.cd-header span,
.cd-block-content,
.cd-block-content p,
.cd-block-content div,
.cd-block-content span,
.cd-block-content li,
.cd-block-content a {
    font-family: Arial, sans-serif !important;
}

/* Fett wieder sichtbar machen */
.cd-content strong,
.cd-content b,
.cd-sidebar strong,
.cd-sidebar b,
.cd-block-content strong,
.cd-block-content b {
    font-family: Arial, sans-serif !important;
    font-weight: 700 !important;
}