/* 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: 240px;
    flex-shrink: 0;
    border-left: 0 SOLID rgba(255,211,55,1.0);
    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: 130px;
}

.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(0,0,0,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(0,0,0,1.0);
    border-bottom: 1px solid #999999;
}

.cd-navigation-bar-content {
    display: flex;
    align-items: center;
    padding: 0 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(255,211,55,1.0);
}

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

}

.cd-megamenu-button:focus {
	outline-color: rgba(255,211,55,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(0,0,0,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(255,255,255,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(255,255,255,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(255,255,255,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(255,255,255,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(255,255,255,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(255,255,255,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(255,211,55,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(255,211,55,1.0);
    outline-width: 3px;
    outline-style: solid;
}

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

.cd-club-logo {
height: 30px;

    vertical-align: middle;
}


.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: 40px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	margin: 10px 0;
	overflow-wrap: break-word;
}

a.cd-club-name, a.cd-club-name:visited, a.cd-club-name:hover {
	color: rgba(255,211,55,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(255,211,55,1.0);
}

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





a.cd-button-login, input.cd-button-login, button.cd-button-login {
	background-color: transparent;
}

a.cd-button-login, input.cd-button-login, button.cd-button-login {
	border-color: rgba(255,211,55,1.0);
}

a.cd-button-login, input.cd-button-login, button.cd-button-login {
	font-family: Open Sans, sans-serif;
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	overflow-wrap: break-word;
}

a.cd-button-login, input.cd-button-login, button.cd-button-login {
	color: rgba(255,211,55,1.0);
}

a.cd-button-login:focus, input.cd-button-login:focus, button.cd-button-login:focus {
	outline-width: 3px;
	outline-style: solid;

}

a.cd-button-login:focus, input.cd-button-login:focus, button.cd-button-login:focus {
	outline-color: rgba(255,211,55,1.0);
}



a.cd-button-login, input.cd-button-login, button.cd-button-login {
	border-width: 1px;
	border-style: solid;
	padding: 5px 20px;
	border-radius: 25px;
	margin: 10px 0;
}

a.cd-button-login:hover, input.cd-button-login:hover, button.cd-button-login:hover {
	background-color: rgba(255,211,55,0.3);
}

a.cd-button-login:hover, input.cd-button-login:hover, button.cd-button-login:hover {
	color: rgba(255,211,55,1.0);
}

a.cd-button-login:hover, input.cd-button-login:hover, button.cd-button-login:hover {
	border-color: rgba(255,211,55,1.0);
}

a.cd-button-login:focus, input.cd-button-login:focus, button.cd-button-login:focus {
	outline-width: 3px;
	outline-style: solid;

}

a.cd-button-login:focus, input.cd-button-login:focus, button.cd-button-login:focus {
	outline-color: rgba(255,211,55,1.0);
}



.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(51,51,51,1.0);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    z-index: 10000000;
}

.cc-btn {
    background-color: rgba(255,255,255,1.0);
    color: rgba(51,51,51,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(102,102,102,1.0);
    background-color: rgba(255,211,55,0.85);
    transition: all 0.4s ease;

    cursor: pointer;
}

.cd-totop-button {
	border-color: rgba(255,255,255,1.0);
}

.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(102,102,102,1.0) !important;
}

/*
 * Hokus-Pokus-Archiv
 * Schlankes, eigenständiges Erscheinungsbild ohne ClubDesk-Navigation.
 * Durch die Klasse am <html>-Element wirken diese Regeln nur auf
 * /hokus-pokus-archiv und nicht auf mögliche weitere interne Seiten.
 */
html.hp-archive-page .cd-navigation-bar-container {
    display: none !important;
}

html.hp-archive-page body,
html.hp-archive-page .main {
    background: #666666;
}

html.hp-archive-page .cd-header-empty .cd-content div.cd-section:first-of-type,
html.hp-archive-page .cd-header-empty .cd-sidebar div.cd-section:first-of-type {
    padding-top: 36px;
}

html.hp-archive-page .content-wrapper {
    overflow: visible;
}

html.hp-archive-page .cd-content h1 {
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.78);
    font-family: "Open Sans", sans-serif;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

html.hp-archive-page .hp-archive-search {
    box-sizing: border-box;
    margin: 0 0 24px;
    padding: 24px;
    border: 1px solid #dedbd1;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    color: #242424;
}

html.hp-archive-page .hp-archive-search-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

html.hp-archive-page .hp-archive-search h2 {
    margin: 0 0 5px;
    color: #1f1f1f;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

html.hp-archive-page .hp-archive-search-heading p {
    margin: 0;
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.45;
}

html.hp-archive-page .hp-archive-search label {
    display: block;
    margin-bottom: 7px;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
}

html.hp-archive-page .hp-archive-search input,
html.hp-archive-page .hp-archive-search select {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #8b8b8b;
    border-radius: 7px;
    background: #ffffff;
    color: #222222;
    font: inherit;
}

html.hp-archive-page .hp-archive-search input:focus,
html.hp-archive-page .hp-archive-search select:focus,
html.hp-archive-page .hp-archive-reset:focus {
    outline: 3px solid rgba(255, 211, 55, 0.55);
    outline-offset: 1px;
    border-color: #5a4a00;
}

html.hp-archive-page .hp-archive-search input:disabled,
html.hp-archive-page .hp-archive-search select:disabled {
    background: #eeeeee;
    color: #777777;
}

html.hp-archive-page .hp-archive-help {
    margin-top: 15px;
    color: #333333;
}

html.hp-archive-page .hp-archive-help summary {
    display: inline-block;
    padding: 2px 0;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

html.hp-archive-page .hp-archive-help summary::before {
    content: "▸";
    display: inline-block;
    margin-right: 7px;
    text-decoration: none;
    transition: transform 0.15s ease;
}

html.hp-archive-page .hp-archive-help[open] summary::before {
    transform: rotate(90deg);
}

html.hp-archive-page .hp-archive-help-content {
    margin-top: 12px;
    padding: 15px 17px;
    border-radius: 8px;
    background: #f3f3f1;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 1.5;
}

html.hp-archive-page .hp-archive-help-content h3 {
    margin: 0 0 7px;
    color: #242424;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

html.hp-archive-page .hp-archive-help-content h3:not(:first-child) {
    margin-top: 16px;
}

html.hp-archive-page .hp-archive-help-content ul {
    margin: 0;
    padding-left: 21px;
}

html.hp-archive-page .hp-archive-help-content li + li {
    margin-top: 5px;
}

html.hp-archive-page .hp-archive-help-content p {
    margin: 0;
    color: #3b3b3b;
}

html.hp-archive-page .hp-archive-help-content code,
html.hp-archive-page .hp-archive-help-content kbd {
    padding: 1px 4px;
    border: 1px solid #d2d2ce;
    border-radius: 4px;
    background: #ffffff;
    color: #242424;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.92em;
}

html.hp-archive-page .hp-archive-help-content .hp-archive-help-note {
    margin-top: 12px;
    color: #666666;
}

html.hp-archive-page .hp-archive-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

html.hp-archive-page .hp-archive-reset {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid #2d2d2d;
    border-radius: 999px;
    background: #2d2d2d;
    color: #ffffff;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

html.hp-archive-page .hp-archive-reset:disabled {
    border-color: #c6c6c6;
    background: #eeeeee;
    color: #8c8c8c;
    cursor: default;
}

html.hp-archive-page .hp-archive-status {
    margin: 15px 0 0;
    color: #5f5f5f;
    font-size: 14px;
}

html.hp-archive-page .hp-archive-message {
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 14px 16px;
    border-radius: 7px;
}

html.hp-archive-page .hp-archive-error {
    border: 1px solid #d99090;
    background: #fff0f0;
    color: #7b1515;
}

html.hp-archive-page .cd-file-list {
    overflow: hidden;
    border: 1px solid #dedbd1;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

html.hp-archive-page .cd-file-list table {
    border-collapse: collapse;
}

html.hp-archive-page .cd-file-list tr.cd-tr-value {
    border-bottom: 1px solid #ebe9e2;
    background: #ffffff;
    transition: background-color 0.15s ease;
}

html.hp-archive-page .cd-file-list tr.cd-tr-value:last-child {
    border-bottom: 0;
}

html.hp-archive-page .cd-file-list tr.cd-tr-value:hover {
    background: #fff8dd;
}

html.hp-archive-page .cd-file-list td.cd-table-value {
    padding-top: 13px;
    padding-bottom: 13px;
}

@media (max-width: 576px) {
    html.hp-archive-page .cd-header-empty .cd-content div.cd-section:first-of-type,
    html.hp-archive-page .cd-header-empty .cd-sidebar div.cd-section:first-of-type {
        padding-top: 22px;
    }

    html.hp-archive-page .cd-content h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    html.hp-archive-page .hp-archive-search {
        padding: 18px;
        border-radius: 9px;
    }

    html.hp-archive-page .hp-archive-search-heading {
        display: block;
    }

    html.hp-archive-page .hp-archive-reset {
        margin-top: 14px;
    }

    html.hp-archive-page .hp-archive-filters {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    html.hp-archive-page .cd-file-list {
        border-radius: 9px;
    }

    html.hp-archive-page .cd-file-list table {
        width: 100%;
        table-layout: fixed;
    }

    html.hp-archive-page .cd-file-list td.cd-table-value:first-child {
        width: 42px;
        vertical-align: middle;
    }

    html.hp-archive-page .cd-file-list td.cd-table-value:nth-child(2) {
        width: auto !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        vertical-align: middle;
    }

    html.hp-archive-page .cd-file-list td.cd-table-value:last-child {
        display: none;
    }
}

/*
 * MRS-Intranet
 * Gemeinsame Gestaltung für die Intranet-Startseite und das historische Archiv.
 * Diesen Abschnitt am Ende von page.css einfügen.
 */

html.mrs-intranet-page .cd-navigation-bar-container {
    display: none !important;
}

html.mrs-intranet-page .cd-header-empty .cd-content div.cd-section:first-of-type,
html.mrs-intranet-page .cd-header-empty .cd-sidebar div.cd-section:first-of-type {
    padding-top: 0;
}

html.mrs-intranet-page .content-wrapper {
    overflow: visible;
}

html.mrs-intranet-page.hp-archive-page .cd-header-empty .cd-content div.cd-section:first-of-type,
html.mrs-intranet-page.hp-archive-page .cd-header-empty .cd-sidebar div.cd-section:first-of-type {
    padding-top: 36px;
}

html.mrs-intranet-light-page body,
html.mrs-intranet-light-page .main,
html.mrs-intranet-light-page .content-wrapper,
html.mrs-intranet-light-page .cd-content {
    background: #f4f1ec;
    color: #1e252b;
}

html.mrs-intranet-light-page .cd-content > .cd-backgroundPane,
html.mrs-intranet-light-page .cd-section > .cd-backgroundPane {
    background: #f4f1ec !important;
}

.mrs-intranet-page-shell,
.mrs-intranet-page-shell *,
.mrs-intranet-page-shell *::before,
.mrs-intranet-page-shell *::after {
    box-sizing: border-box;
}

.mrs-intranet-page-shell {
    width: 100%;
    background: #f4f1ec;
    color: #1e252b;
    font-family: "Open Sans", Arial, sans-serif;
}

.mrs-intranet-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 24px 72px;
}

.mrs-intranet-nav {
    display: flex;
    align-items: center;
    gap: 10px 26px;
    margin: 0 0 62px;
    padding: 0 0 17px;
    border-bottom: 1px solid #b9c0c4;
    font-size: 14px;
    font-weight: 700;
}

.mrs-intranet-nav a {
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    color: #46525b;
    text-decoration: none;
}

.mrs-intranet-nav a:hover,
.mrs-intranet-nav a:focus {
    color: #1e252b;
    border-bottom-color: #78909c;
}

.mrs-intranet-nav a[aria-current="page"] {
    color: #1e252b;
    border-bottom-color: #365d70;
}

.mrs-intranet-nav .mrs-intranet-nav-external {
    margin-left: auto;
}

.mrs-intranet-nav-mobile {
    display: none;
}

.mrs-intranet-hero {
    max-width: 850px;
    margin: 0 0 58px;
}

.mrs-intranet-hero-history {
    max-width: 760px;
}

.mrs-intranet-eyebrow {
    margin: 0 0 13px;
    color: #52616b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.45;
    text-transform: uppercase;
}

.mrs-intranet-hero h1 {
    margin: 0 0 25px;
    color: #182026;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 7vw, 76px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.98;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
}

.mrs-intranet-hero-history h1 {
    font-size: clamp(48px, 6.5vw, 70px);
}

.mrs-intranet-lead {
    max-width: 740px;
    margin: 0;
    color: #46525b;
    font-size: 18px;
    line-height: 1.7;
}

.mrs-intranet-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.mrs-intranet-card {
    display: flex;
    min-width: 0;
    min-height: 310px;
    flex-direction: column;
    padding: 31px;
    border: 1px solid #cbd1d4;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(31, 43, 50, 0.06);
}

.mrs-intranet-card-number {
    margin: 0 0 38px;
    color: #61717b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.mrs-intranet-card h2,
.mrs-intranet-card h3 {
    margin: 0 0 15px;
    color: #1e252b;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.16;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
}

.mrs-intranet-card h2 {
    font-size: 31px;
}

.mrs-intranet-card h3 {
    font-size: 25px;
}

.mrs-intranet-card > p:not(.mrs-intranet-card-number):not(.mrs-intranet-card-action) {
    margin: 0 0 28px;
    color: #4c5962;
    font-size: 16px;
    line-height: 1.6;
}

.mrs-intranet-card-action {
    margin: auto 0 0;
}

.mrs-intranet-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 12px 17px;
    border: 1px solid #365d70;
    color: #294b5c;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.mrs-intranet-button:hover,
.mrs-intranet-button:focus {
    background: #e6edf0;
}

.mrs-intranet-button-primary {
    background: #365d70;
    color: #ffffff;
}

.mrs-intranet-button-primary:hover,
.mrs-intranet-button-primary:focus {
    background: #294b5c;
    color: #ffffff;
}

.mrs-intranet-public-note {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #b9c0c4;
}

.mrs-intranet-public-note p,
.mrs-intranet-archive-note p {
    margin: 0;
    color: #4c5962;
    font-size: 15px;
    line-height: 1.65;
}

.mrs-intranet-public-note a,
.mrs-intranet-archive-note a,
.mrs-intranet-text-link {
    color: #294b5c;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.mrs-intranet-section {
    margin-top: 64px;
}

.mrs-intranet-section > h2 {
    margin: 0 0 25px;
    color: #1e252b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.15;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
}

.mrs-intranet-document-list {
    border-top: 1px solid #aeb7bc;
}

.mrs-intranet-document-list > a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #aeb7bc;
    color: #1e252b;
    text-decoration: none;
}

.mrs-intranet-document-list > a:hover strong,
.mrs-intranet-document-list > a:focus strong {
    color: #294b5c;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.mrs-intranet-document-list strong {
    display: block;
    margin-bottom: 6px;
    color: #1e252b;
    font-size: 20px;
    line-height: 1.35;
}

.mrs-intranet-document-list small {
    display: block;
    color: #4c5962;
    font-size: 15px;
    line-height: 1.5;
}

.mrs-intranet-document-arrow {
    color: #365d70;
    font-size: 24px;
}

.mrs-intranet-document-card {
    min-height: 245px;
}

.mrs-intranet-archive-note {
    margin-top: 58px;
    padding: 22px 24px;
    border-left: 4px solid #365d70;
    background: #e7ecee;
}

@media (max-width: 700px) {
    html.mrs-intranet-page.hp-archive-page .cd-header-empty .cd-content div.cd-section:first-of-type,
    html.mrs-intranet-page.hp-archive-page .cd-header-empty .cd-sidebar div.cd-section:first-of-type {
        padding-top: 22px;
    }

    .mrs-intranet-inner {
        padding: 20px 20px 52px;
    }

    .mrs-intranet-nav-desktop {
        display: none;
    }

    .mrs-intranet-nav-mobile {
        position: relative;
        z-index: 20;
        display: block;
        margin: 0 0 46px;
        border: 1px solid #aeb7bc;
        border-radius: 7px;
        background: #ffffff;
    }

    .mrs-intranet-nav-mobile summary {
        position: relative;
        padding: 13px 46px 13px 15px;
        color: #1e252b;
        font-size: 14px;
        font-weight: 700;
        list-style: none;
        cursor: pointer;
    }

    .mrs-intranet-nav-mobile summary::-webkit-details-marker {
        display: none;
    }

    .mrs-intranet-nav-mobile summary::after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 16px;
        color: #365d70;
        font-size: 21px;
        font-weight: 400;
        transform: translateY(-52%);
    }

    .mrs-intranet-nav-mobile[open] summary::after {
        content: "–";
    }

    .mrs-intranet-nav-mobile nav {
        display: grid;
        padding: 5px 15px 12px;
        border-top: 1px solid #d4d9dc;
    }

    .mrs-intranet-nav-mobile a {
        padding: 11px 2px;
        border-bottom: 1px solid #e2e5e7;
        color: #35434c;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.35;
        text-decoration: none;
    }

    .mrs-intranet-nav-mobile a:last-child {
        border-bottom: 0;
    }

    .mrs-intranet-nav-mobile a[aria-current="page"] {
        color: #294b5c;
        font-weight: 700;
    }

    .mrs-intranet-hero {
        margin-bottom: 44px;
    }

    .mrs-intranet-eyebrow {
        font-size: 12px;
        letter-spacing: 0.11em;
    }

    .mrs-intranet-hero h1,
    .mrs-intranet-hero-history h1 {
        margin-bottom: 21px;
        font-size: clamp(38px, 12vw, 52px);
        line-height: 1.02;
    }

    .mrs-intranet-lead {
        font-size: 17px;
        line-height: 1.62;
    }

    .mrs-intranet-card-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mrs-intranet-card {
        min-height: 0;
        padding: 24px;
    }

    .mrs-intranet-card-number {
        margin-bottom: 25px;
    }

    .mrs-intranet-card h2 {
        font-size: 27px;
    }

    .mrs-intranet-card h3 {
        font-size: 23px;
    }

    .mrs-intranet-section {
        margin-top: 52px;
    }

    .mrs-intranet-section > h2 {
        font-size: 30px;
        line-height: 1.18;
    }

    .mrs-intranet-document-list > a {
        gap: 15px;
        padding: 21px 0;
    }

    .mrs-intranet-document-list strong {
        font-size: 18px;
    }

    .mrs-intranet-document-list small {
        margin-top: 7px;
        font-size: 14px;
    }

    .mrs-intranet-document-card {
        min-height: 0;
    }

    .mrs-intranet-archive-note {
        margin-top: 46px;
        padding: 19px 20px;
    }
}

/*
 * ClubDesk kennzeichnet den ursprünglichen Seitenabschnitt weiterhin als
 * „dunkel“ und lädt dafür eigene Textfarben. Diese abschliessenden Regeln
 * setzen innerhalb der beiden hellen Intranetseiten die beabsichtigten
 * Kontrastfarben verbindlich wieder ein.
 */
html.mrs-intranet-light-page .mrs-intranet-page-shell {
    background: #f4f1ec !important;
    color: #1e252b !important;
}

html.mrs-intranet-light-page .mrs-intranet-page-shell h1,
html.mrs-intranet-light-page .mrs-intranet-page-shell h2,
html.mrs-intranet-light-page .mrs-intranet-page-shell h3,
html.mrs-intranet-light-page .mrs-intranet-page-shell strong {
    color: #1e252b !important;
}

html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-lead,
html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-card > p,
html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-document-list small,
html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-public-note p,
html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-archive-note p {
    color: #46525b !important;
}

html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-eyebrow,
html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-card-number {
    color: #52616b !important;
}

html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-card {
    background: #ffffff !important;
}

html.mrs-intranet-light-page .mrs-intranet-page-shell a,
html.mrs-intranet-light-page .mrs-intranet-page-shell a:visited {
    color: #294b5c !important;
}

html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-nav a,
html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-nav-mobile a {
    color: #46525b !important;
}

html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-nav a[aria-current="page"],
html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-nav-mobile a[aria-current="page"],
html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-nav-mobile summary {
    color: #1e252b !important;
}

html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-button-primary,
html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-button-primary:visited {
    background: #365d70 !important;
    color: #ffffff !important;
}

html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-button-primary:hover,
html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-button-primary:focus {
    background: #294b5c !important;
    color: #ffffff !important;
}

html.mrs-intranet-light-page .mrs-intranet-page-shell .mrs-intranet-archive-note {
    background: #e7ecee !important;
}

/*
 * Hokus-Pokus-Archiv im gemeinsamen hellen Intranet-Erscheinungsbild.
 */
.mrs-intranet-archive-navigation {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 24px 0;
    font-family: "Open Sans", Arial, sans-serif;
}

html.mrs-intranet-light-page
    .mrs-intranet-archive-navigation
    .mrs-intranet-nav
    a,
html.mrs-intranet-light-page
    .mrs-intranet-archive-navigation
    .mrs-intranet-nav-mobile
    a {
    color: #1e252b !important;
}

html.hp-archive-page.mrs-intranet-light-page body,
html.hp-archive-page.mrs-intranet-light-page .main,
html.hp-archive-page.mrs-intranet-light-page .content-wrapper,
html.hp-archive-page.mrs-intranet-light-page .cd-content {
    background: #f4f1ec !important;
    color: #1e252b !important;
}

html.hp-archive-page.mrs-intranet-light-page .cd-content > .cd-backgroundPane,
html.hp-archive-page.mrs-intranet-light-page .cd-section > .cd-backgroundPane {
    background: #f4f1ec !important;
}

html.hp-archive-page.mrs-intranet-light-page .cd-content h1,
html.hp-archive-page.mrs-intranet-light-page .cd-content h1 code {
    color: #1e252b !important;
}

html.hp-archive-page.mrs-intranet-light-page .hp-archive-search,
html.hp-archive-page.mrs-intranet-light-page .cd-file-list {
    border-color: #cbd1d4;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(31, 43, 50, 0.06);
}

html.hp-archive-page.mrs-intranet-light-page .cd-file-list tr.cd-tr-value,
html.hp-archive-page.mrs-intranet-light-page .cd-file-list td.cd-table-value {
    background: #ffffff;
    color: #46525b !important;
}

html.hp-archive-page.mrs-intranet-light-page
    .cd-file-list
    tr.cd-tr-value:hover,
html.hp-archive-page.mrs-intranet-light-page
    .cd-file-list
    tr.cd-tr-value:hover
    td.cd-table-value {
    background: #fff1a8 !important;
}

html.hp-archive-page.mrs-intranet-light-page
    .cd-file-list
    tr.cd-tr-value.hp-last-opened,
html.hp-archive-page.mrs-intranet-light-page
    .cd-file-list
    tr.cd-tr-value.hp-last-opened
    td.cd-table-value {
    background: #fff8dd !important;
}

html.hp-archive-page.mrs-intranet-light-page
    .cd-file-list
    tr.cd-tr-value.hp-last-opened
    td.cd-table-value:first-child {
    box-shadow: inset 5px 0 0 #d6a900;
}

html.hp-archive-page.mrs-intranet-light-page .hp-archive-reset {
    border-color: #365d70;
    background: #365d70;
}

html.hp-archive-page.mrs-intranet-light-page .hp-archive-reset:disabled {
    border-color: #c6c6c6;
    background: #eeeeee;
}

html.hp-archive-page.mrs-intranet-light-page .hp-archive-search input:focus,
html.hp-archive-page.mrs-intranet-light-page .hp-archive-search select:focus,
html.hp-archive-page.mrs-intranet-light-page .hp-archive-reset:focus {
    outline-color: rgba(54, 93, 112, 0.42);
    border-color: #365d70;
}

/*
 * Anmeldeseite des geschützten Intranets.
 */
html.mrs-intranet-login-page body,
html.mrs-intranet-login-page .main,
html.mrs-intranet-login-page .content-wrapper,
html.mrs-intranet-login-page .cd-content,
html.mrs-intranet-login-page .cd-content > .cd-backgroundPane,
html.mrs-intranet-login-page .cd-section > .cd-backgroundPane {
    background: #f4f1ec !important;
}

html.mrs-intranet-login-page #cd-page-content,
html.mrs-intranet-login-page #cd-page-content h1,
html.mrs-intranet-login-page #cd-page-content h2,
html.mrs-intranet-login-page #cd-page-content h3,
html.mrs-intranet-login-page #cd-page-content p,
html.mrs-intranet-login-page #cd-page-content label,
html.mrs-intranet-login-page #cd-page-content strong,
html.mrs-intranet-login-page #cd-page-content em,
html.mrs-intranet-login-page #cd-page-content span {
    color: #1e252b !important;
}

html.mrs-intranet-login-page #cd-page-content a,
html.mrs-intranet-login-page #cd-page-content a:visited {
    color: #294b5c !important;
    text-decoration-color: #78909c !important;
}

html.mrs-intranet-login-page #cd-page-content input[type="text"],
html.mrs-intranet-login-page #cd-page-content input[type="email"],
html.mrs-intranet-login-page #cd-page-content input[type="password"] {
    border: 1px solid #7a8489 !important;
    background: #ffffff !important;
    color: #1e252b !important;
}

html.mrs-intranet-login-page #cd-page-content input:focus {
    outline: 3px solid rgba(54, 93, 112, 0.28) !important;
    border-color: #365d70 !important;
}

html.mrs-intranet-login-page #cd-page-content .cd-button-login {
    border-color: #1e252b !important;
    background: #ffd337 !important;
    color: #111111 !important;
}

@media (max-width: 700px) {
    .mrs-intranet-archive-navigation {
        padding: 20px 20px 0;
    }
}
