@charset "UTF-8";
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/materialicons/v67/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format("truetype"); }

.material-icons, .widget-image-gallery .image-gallery-container .rn-carousel-control:before { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; }

input[type=range] { width: 300px; }

ul[rn-carousel] { overflow: hidden; padding: 0; white-space: nowrap; position: relative; perspective: 1000px; -ms-touch-action: pan-y; touch-action: pan-y; }

ul[rn-carousel] > li { color: black; backface-visibility: hidden; overflow: visible; vertical-align: top; position: absolute; left: 0; right: 0; white-space: normal; padding: 0; margin: 0; list-style-type: none; width: 100%; height: 100%; display: inline-block; }

/* prevent flickering when moving buffer */
ul[rn-carousel-buffered] > li { display: none; }

ul[rn-carousel-transition="hexagon"] { overflow: visible; }

/* indicators */
div.rn-carousel-indicator span { cursor: pointer; color: #666; }

div.rn-carousel-indicator span.active { color: white; }

/* prev/next controls */
.rn-carousel-control { transition: opacity 0.2s ease-out; font-size: 2rem; position: absolute; top: 40%; opacity: 0.75; cursor: pointer; }

.rn-carousel-control:hover { opacity: 1; }

.rn-carousel-control.rn-carousel-control-prev { left: 0.5em; }

.rn-carousel-control.rn-carousel-control-prev:before { content: "<"; }

.rn-carousel-control.rn-carousel-control-next { right: 0.5em; }

.rn-carousel-control.rn-carousel-control-next:before { content: ">"; }

/* Mixin to style elements only when they're positioned inside the content section (GPP has content and margin sections) directly or inside the `widget-text` (style will not be applied if element is placed in `widget-three-columns`) For example: @include content-only('.widget-latest-list-tabbed') { ...css rules } will generate: .content-only > .widget-latest-list-tabbed, .content-only > .cms-plugin > .widget-latest-list-tabbed, .content-only > .widget-text > .widget-latest-list-tabbed, .article-content > .widget-latest-list-tabbed { ...css rules } */
html { box-sizing: border-box; }

*, *:before, *:after { box-sizing: inherit; }

[ng-cloak] { display: none !important; }

.no-padding-no-margin { margin: 0; padding: 0; }

@media (max-width: 1023px) { .desktop { display: none !important; } }

@media (min-width: 1024px) { .mobile { display: none !important; } }

html, body { color: #424242; background: #f4f1ef; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 14px; line-height: 24px; }

#top { height: 50px; position: absolute; }

.container { width: 1024px; max-width: 100%; margin: 0 auto 0; background-color: #ffffff; box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2); }

h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 { font-family: "Tahoma", "Helvetica Neue", "sans-serif"; margin-top: 32px; margin-bottom: 16px; font-weight: normal; color: #6a2000; font-size: 16px; line-height: 26px; hyphens: auto; }

h1 { color: #6a2000; font-size: 24px; line-height: 29px; }

h2 { color: #6a2000; font-size: 20px; line-height: 25px; }

h3 { color: #6a2000; }

[unresolved] { display: none; }

main { display: block; }

nd-table { margin: 16px 0; display: block; color: #AF4200; fill: #AF4200; }

table { width: 100%; color: #671E00; background-color: #f4f1ef !important; border-collapse: collapse; border-spacing: 0; border-color: transparent; }

table > thead { background-color: #af4200; }

table > thead > tr { height: 48px; font-size: 13px; }

table > thead > tr > td { color: #ffffff; padding-left: 8px; padding-right: 8px; border: none !important; vertical-align: middle; }

table > thead > tr > td p { color: #ffffff; }

table > thead > tr > td a { color: #AF4200; }

table > thead > tr td:first-of-type { padding-left: 16px; vertical-align: middle; }

table > tbody > tr { height: 48px; font-size: 14px; line-height: 19px; }

table > tbody > tr > td { color: #424242; padding: 8px; border: none !important; border-right: 1px solid #ffffff !important; border-bottom: 1px solid #ffffff !important; vertical-align: middle; }

table > tbody > tr > td p { color: #424242; }

table > tbody > tr > td a { color: #AF4200; }

table > tbody > tr td:first-of-type { padding-left: 16px; vertical-align: middle; }

table > tfoot { color: black; background-color: white; }

table > tfoot > tr { font-size: 12px; line-height: 1.33; }

table > tfoot > tr > td { padding-top: 24px; padding-left: 16px; padding-right: 8px; }

table > tfoot > tr > td p, table > tfoot > tr > td a { font-size: 12px; font-weight: normal; margin-top: 8px; margin-bottom: 8px; }

.material-icons, .widget-image-gallery .image-gallery-container .rn-carousel-control:before { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga'; }

html, body { height: initial; }

span.underline { text-decoration: underline; }

a { color: #af4200; text-decoration: none; }

a:hover { color: #AF4200; }

a:active { color: #AF4200; }

a:focus { color: #AF4200; }

input { padding-right: 16px; padding-left: 16px; }

@media (max-width: 479px) { input { padding-right: 8px; padding-left: 8px; } }

.plugin_picture.align-right img { float: right; margin: 0 0 16px 16px; }

.plugin_picture.align-left img { float: left; margin: 0 16px 16px 0; }

.plugin_picture.align-center img { display: block; margin-left: auto; margin-right: auto; }

.scroll-up { position: fixed; display: block; width: 42px; height: 42px; z-index: 1; transition: visibility 0s, opacity 0.5s linear; }

.scroll-up.active { visibility: hidden; opacity: 0; transition: visibility 0.25s, opacity 0.25s linear; }

.scroll-up .circle, .scroll-up .arrow { width: 100%; height: 100%; position: absolute; }

.scroll-up .arrow { left: 3px; top: 3px; color: white; font-size: 36px; }

.scroll-up circle { fill: #6a2000; }

.scroll-up-desktop { width: 60px; height: 60px; margin-left: 1040px; bottom: 0; }

.scroll-up-desktop .arrow { font-size: 48px; left: 2px; top: -2px; }

@media (max-width: 1180px) { .scroll-up-desktop { margin-left: 954px; } }

.scroll-up-mobile-container .scroll-up { position: fixed; z-index: 15; }

figure { margin: 0; }

figure figcaption:not(:first-child) { margin-top: 8px; }

figure figcaption:not(.title) { font-size: 14px; font-style: italic; }

figure figcaption.title { font-size: 16px; font-weight: bold; text-align: center; }

.slot-not-configured { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-direction: column; align-content: center; align-items: center; justify-content: center; min-height: 200px; background: #ddd; border: 1px dashed #aaa; }

.slot-not-configured > span:first-of-type { font-weight: bold; font-size: 150%; letter-spacing: 1px; text-transform: uppercase; }

.teaser-overlay { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); height: 56px; border-radius: 10px; background-color: rgba(68, 68, 68, 0.7); align-items: center; padding: 9px 8px; }

.teaser-overlay span { margin-left: 8px; font-size: 16px; color: #ffffff; }

.teaser-overlay svg { width: 40px; height: 40px; }

.teaser-overlay.imagegallery { margin-bottom: 4px; }

.teaser-overlay.video, .teaser-overlay.module_test, .teaser-overlay.module_quiz { margin-bottom: 1px; }

.image-gallery-label { margin-bottom: 4px; font-size: 12px; font-weight: bold; line-height: 22px; }

.md-button { border-radius: initial; }

@media (max-width: 479px) { .md-button { padding-right: 8px; padding-left: 8px; } }

.md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab { background-color: white; color: #6a2000; }

.md-button.md-default-theme.md-primary.md-raised:not([disabled]):hover, .md-button.md-primary.md-raised:not([disabled]):hover, .md-button.md-default-theme.md-primary.md-fab:not([disabled]):hover, .md-button.md-primary.md-fab:not([disabled]):hover { background-color: #eadbd2; }

.md-button md-icon { color: currentColor; }

.gpp-button { display: inline-block; position: relative; cursor: pointer; min-height: 36px; min-width: 88px; line-height: 36px; vertical-align: middle; align-items: center; text-align: center; border-radius: 2px; box-sizing: border-box; user-select: none; outline: none; border: 0; padding: 0 6px; margin: 6px 8px; background: transparent; color: currentColor; white-space: nowrap; text-transform: uppercase; font-weight: bold; font-size: 14px; font-style: inherit; font-variant: inherit; font-family: inherit; text-decoration: none; letter-spacing: 0.010em; overflow: hidden; transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.gpp-button:not([disabled]):hover { background-color: rgba(158, 158, 158, 0.2); }

button.gpp-button .material-icon, button.gpp-button-link .material-icon { display: inline-flex; vertical-align: middle; }

.gpp-button-link, .gpp-button-clear { background: none !important; color: inherit; border: none; outline: inherit !important; margin: 0; padding: 0 !important; font: inherit; line-height: normal; text-align: left; cursor: pointer; overflow: visible; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }

div.error-page div.error { position: relative; }

div.error-page svg.error-doctor-image { position: absolute; width: 290px; max-width: 100%; height: 290px; margin: 0 auto 0; top: 55px; left: 653px; right: 16px; }

@media (min-width: 656px) and (max-width: 1023px) { div.error-page svg.error-doctor-image { left: auto; } }

@media (min-width: 480px) and (max-width: 655px) { div.error-page svg.error-doctor-image { top: 400px; left: 0; right: 0; } }

@media (max-width: 479px) { div.error-page svg.error-doctor-image { top: 400px; left: 0; right: 0; } }

div.error-page svg.error-doctor-image g circle:last-of-type { stroke: #af4200; }

div.error-page svg.error-doctor-image g g ellipse { fill: #af4200; }

div.error-page svg.error-doctor-image g g path { stroke: #af4200; }

div.error-page svg.error-doctor-image g path { stroke: #af4200; }

div.error-page div.error-spacer-top { height: 78px; }

@media (min-width: 480px) and (max-width: 655px) { div.error-page div.error-spacer-top { height: 34px; } }

@media (max-width: 479px) { div.error-page div.error-spacer-top { height: 34px; } }

div.error-page div.error-code { margin-left: 100px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 100px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 105px; letter-spacing: normal; text-align: left; color: #af4200; }

@media (min-width: 656px) and (max-width: 1023px) { div.error-page div.error-code { margin-left: 16px; font-size: 70px; line-height: 70px; max-width: 328px; } }

@media (min-width: 480px) and (max-width: 655px) { div.error-page div.error-code { margin: 0 auto 0; width: 400px; max-width: 100%; font-size: 85px; line-height: 1.06; text-align: center; } }

@media (max-width: 479px) { div.error-page div.error-code { margin: 0 auto 0; width: 400px; max-width: 100%; font-size: 80px; line-height: 1.0; text-align: center; } }

div.error-page div.error-text { margin-left: 100px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 40px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 50px; letter-spacing: normal; text-align: left; color: #af4200; max-width: 650px; }

@media (min-width: 656px) and (max-width: 1023px) { div.error-page div.error-text { margin-left: 16px; font-size: 27px; line-height: 1.17; max-width: 328px; } }

@media (min-width: 480px) and (max-width: 655px) { div.error-page div.error-text { width: 420px; max-width: 100%; margin: 0 auto 0; font-size: 25px; line-height: 1.17; text-align: center; } }

@media (max-width: 479px) { div.error-page div.error-text { width: 420px; max-width: 100%; margin: 0 auto 0; font-size: 28px; line-height: 1.18; text-align: center; } }

div.error-page div.error-spacer-middle { height: 32px; }

div.error-page button.error-button-mobile { padding: 0; border: none; outline: none; background-color: #af4200; width: 343px; display: block; max-width: 100%; height: 36px; margin: 0 auto 0; border-radius: 2px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12); }

@media (min-width: 1024px) { div.error-page button.error-button-mobile { display: none; } }

@media (min-width: 656px) and (max-width: 1023px) { div.error-page button.error-button-mobile { display: none; } }

div.error-page button.error-button-mobile:hover { background-color: #eadbd2; }

div.error-page button.error-button-mobile:hover div.error-button-text { color: white; }

div.error-page button.error-button-mobile div.error-button-text { width: 343px; max-width: 100%; height: 16px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 14px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 0.5px; text-align: center; color: white; }

div.error-page div.error-spacer-mobile { height: 200px; }

@media (min-width: 1024px) { div.error-page div.error-spacer-mobile { display: none; } }

@media (min-width: 656px) and (max-width: 1023px) { div.error-page div.error-spacer-mobile { display: none; } }

div.error-page div.error-button-background { width: 100%; height: 181px; background-color: #af4200; }

div.error-page div.error-button-background button.error-button { width: 320px; max-width: 100%; height: 36px; border-radius: 2px; padding: 0; margin-top: 73px; margin-left: 100px; border: none; outline: none; background-color: white; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12); }

@media (min-width: 656px) and (max-width: 1023px) { div.error-page div.error-button-background button.error-button { margin-left: 16px; } }

@media (min-width: 480px) and (max-width: 655px) { div.error-page div.error-button-background button.error-button { display: none; } }

@media (max-width: 479px) { div.error-page div.error-button-background button.error-button { display: none; } }

div.error-page div.error-button-background button.error-button:hover { background-color: #eadbd2; }

div.error-page div.error-button-background button.error-button:hover div.error-button-text { color: white; }

div.error-page div.error-button-background button.error-button div.error-button-text { width: 320px; max-width: 100%; height: 16px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 14px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 0.5px; text-align: center; color: #af4200; }

div.error-page div.error-spacer-bottom { height: 102px; }

.grid-fullwidth { margin: 0 auto 0; max-width: 100%; }

.grid-fullwidth:not(:empty)::after { content: ' '; height: 1px; max-width: 100%; box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2); display: block; margin-left: -16px; margin-right: -16px; }

.grid-fullwidth > *:last-child, .grid-fullwidth > .cms-plugin > *:last-child { margin-bottom: 16px; }

@media (min-width: 1024px) { .grid-fullwidth { width: 992px; } }

@media (min-width: 656px) and (max-width: 1023px) { .grid-fullwidth { width: 656px; } }

@media (min-width: 480px) and (max-width: 655px) { .grid-fullwidth { width: 480px; } }

@media (max-width: 479px) { .grid-fullwidth > div > h1, .grid-fullwidth > div > h2, .grid-fullwidth > div > h3, .grid-fullwidth > div > h4, .grid-fullwidth > div > h5, .grid-fullwidth > div > h6, .grid-fullwidth > div > p, .grid-fullwidth > h1, .grid-fullwidth > h2, .grid-fullwidth > h3, .grid-fullwidth > h4, .grid-fullwidth > h5, .grid-fullwidth > h6, .grid-fullwidth > p { padding-left: 16px; padding-right: 16px; } .grid-fullwidth > a { padding-left: 16px; padding-right: 16px; } }

.grid { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; max-width: 100%; }

@media (min-width: 1024px) { .grid { flex-wrap: nowrap; } }

.content-wrapper { width: 688px; margin: 0 auto 0; max-width: 100%; background-color: #ffffff; }

@media (min-width: 480px) and (max-width: 655px) { .content-wrapper { width: 480px; } }

.content-wrapper-article { width: 688px; margin: 0 auto 0; max-width: 100%; }

@media (min-width: 480px) and (max-width: 655px) { .content-wrapper-article { width: 480px; } }

.margin-wrapper { margin: 0 auto 0; background-color: #f3e5dc; }

@media (min-width: 1024px) { .margin-wrapper { width: 336px; } }

@media (min-width: 656px) and (max-width: 1023px) { .margin-wrapper { width: 688px; } }

@media (min-width: 480px) and (max-width: 655px) { .margin-wrapper { width: 480px; } }

@media (max-width: 479px) { .margin-wrapper { width: 480px; max-width: 100%; } }

.margin-wrapper-article { margin: 0 auto 0; background-color: #f3e5dc; }

@media (min-width: 1024px) { .margin-wrapper-article { padding-top: 48px; width: 336px; } }

@media (min-width: 656px) and (max-width: 1023px) { .margin-wrapper-article { width: 688px; } }

@media (min-width: 480px) and (max-width: 655px) { .margin-wrapper-article { width: 480px; } }

.grid-container { margin: 0 auto 0; max-width: 100%; }

@media (min-width: 1024px) { .grid-container { width: 992px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; } }

@media (min-width: 656px) and (max-width: 1023px) { .grid-container { width: 656px; } }

@media (min-width: 480px) and (max-width: 655px) { .grid-container { width: 480px; } }

.content-only { margin: 0 auto 0; max-width: 100%; }

@media (min-width: 1024px) { .content-only { width: 656px; } }

@media (min-width: 656px) and (max-width: 1023px) { .content-only { width: 656px; } }

.content-only:empty, .content-only > *:empty { display: none; }

.content-only > *, .content-only > .cms-plugin > * { margin-top: 16px; }

.content-only > *:last-child, .content-only > .cms-plugin > *:last-child { margin-bottom: 16px; }

@media (max-width: 479px) { .content-only > div > h1, .content-only > div > h2, .content-only > div > h3, .content-only > div > h4, .content-only > div > h5, .content-only > div > h6, .content-only > div > p, .content-only > h1, .content-only > h2, .content-only > h3, .content-only > h4, .content-only > h5, .content-only > h6, .content-only > p { padding-left: 16px; padding-right: 16px; } .content-only > a { padding-left: 16px; padding-right: 16px; } .content-only > div > ul, .content-only > div > ol, .content-only > ul, .content-only > ol { padding-right: 16px; } }

.margin-only { margin: 0 auto 0; max-width: 100%; }

.margin-only:empty, .margin-only > *:empty { display: none; }

.margin-only > *, .margin-only > .cms-plugin > * { margin-top: 16px; }

.margin-only:last-child { margin-bottom: 16px; }

@media (min-width: 1024px) { .margin-only { width: 304px; } }

@media (min-width: 656px) and (max-width: 1023px) { .margin-only { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-around; } .margin-only .widget { width: 100%; max-width: 320px; } }

@media (max-width: 479px) { .margin-only > div > h1, .margin-only > div > h2, .margin-only > div > h3, .margin-only > div > h4, .margin-only > div > h5, .margin-only > div > h6, .margin-only > div > p, .margin-only > h1, .margin-only > h2, .margin-only > h3, .margin-only > h4, .margin-only > h5, .margin-only > h6, .margin-only > p { padding-left: 16px; padding-right: 16px; } .margin-only > a { padding-left: 16px; padding-right: 16px; } }

.customer_header_desktop { display: none; width: 992px; margin: 0 auto; }

.customer_header_desktop img { max-width: 992px; vertical-align: middle; margin-left: auto; margin-right: auto; display: block; }

.customer_header_mobile { display: none; height: 40px; }

.customer_header_mobile img, .customer_header_mobile > a { margin: auto; max-width: 100%; max-height: 40px; vertical-align: middle; }

.customer_header_mobile > a { display: block; flex-grow: 1; }

.customer_header_mobile_menu { display: none; text-align: center; }

.customer_header_mobile_menu img { max-width: 100%; vertical-align: middle; }

.customer_header_mobile_menu img.with-margin { margin-left: 8px; margin-right: 8px; }

@media (min-width: 1024px) { header .desktop.wrapper { background-color: #ffffff; } .customer_header_desktop { display: block; } md-backdrop.md-menu-backdrop { background-color: #212121; opacity: .48; } .menu-bar-container { padding: 0; margin: 0 auto; width: 992px; } .menu-bar-container md-menu-bar { margin: initial; } .menu-bar-container a { text-decoration: none; } .md-open-menu-container md-menu-content .menu-link { text-decoration: none; color: #424242; height: 50px; } .md-open-menu-container md-menu-content .menu-link button { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .md-open-menu-container md-menu-content .menu-link md-menu-item, .md-open-menu-container md-menu-content .menu-link button, .md-open-menu-container md-menu-content .menu-link span { height: 100%; } .md-open-menu-container md-menu-content .menu-link md-menu-item.md-button.level-two, .md-open-menu-container md-menu-content .menu-link button.md-button.level-two, .md-open-menu-container md-menu-content .menu-link span.md-button.level-two { height: 100%; font-size: 15px; } .home-button { min-width: initial; height: 40px; width: 40px; background-color: #6a2000; border-radius: initial; } .home-button-icon { color: #ffffff; top: 5px; position: relative; } button.level-one.md-button.md-ink-ripple { color: #ffffff; background-color: #af4200; margin: 0; } button.level-two.md-button.md-ink-ripple { color: #424242; } md-toolbar.md-menu-toolbar { background-color: #af4200; min-height: 40px; } md-menu-bar { margin: 0 auto 0; } md-menu-content.md-menu-bar-menu.md-dense md-menu-divider.level-two { margin: 0; } md-menu-content.md-menu-bar-menu.md-dense.level-two { padding-bottom: 0; padding-top: 0; } }

@media (max-width: 1023px) { .mobile.wrapper.open { height: 100%; width: 100%; position: fixed; z-index: 50; } .mobile .customer_header_mobile { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .mobile .customer_header_mobile_menu { display: block; } .mobile md-toolbar.md-menu-toolbar { background-color: #6a2000; color: #F5F5F5; min-height: 40px; } .mobile md-toolbar .menu-button { background-color: #6a2000; height: 40px; width: 40px; min-width: initial; border-radius: initial; } .mobile md-toolbar .menu-button:focus { background-color: #6a2000; } .mobile md-toolbar .menu-button .menu-button-icon { color: #ffffff; top: 8px; position: relative; } .mobile md-toolbar .search-opener { background-color: #6a2000; height: 40px; width: 40px; min-width: initial; border-radius: initial; } .mobile md-toolbar .search-opener:focus { background-color: #6a2000; } .mobile md-toolbar .search-opener .search-button-icon { color: #ffffff; top: 8px; position: relative; } .mobile md-toolbar .menu-headline { font-size: 16px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: center; } .mobile md-sidenav { background-color: #6a2000; } .mobile md-sidenav md-divider { border-top-color: #ffffff; } .mobile md-sidenav li { border-bottom: 1px solid #6a2000; } .mobile md-sidenav .menu-list { padding: 0; } .mobile md-sidenav .menu-link { text-decoration: none; } .mobile md-sidenav .toggler { min-height: 20px; height: auto; } .mobile md-sidenav .toggler.open > md-list-item .tap-incentive { transform: rotateZ(180deg); } .mobile md-sidenav .togglee { list-style: none; position: relative; padding: 0; margin: 0; overflow: hidden; -webkit-transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1); -webkit-transition-property: max-height; -moz-transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1); -moz-transition-property: max-height; transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1); transition-property: height; height: 0; } .mobile md-sidenav .list-item.level-one { height: 20px; background-color: #6a2000; padding: 0; list-style: none; min-height: 40px; } .mobile md-sidenav .tap-incentive { position: absolute; right: 8px; top: 7px; color: #ffffff; font-size: 28px; -webkit-transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1); -webkit-transition-property: transform; -moz-transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1); -moz-transition-property: transform; transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1); transition-property: transform; transform: rotateZ(0deg); } .mobile md-sidenav .list-item.level-two { height: 20px; background-color: #f3e5dc; padding: 0; list-style: none; min-height: 40px; } .mobile md-sidenav .list-text.level-one { text-transform: uppercase; color: #ffffff !important; text-align: left; text-indent: 32px; } .mobile md-sidenav .list-text.level-two { text-transform: uppercase; color: #6a2000 !important; text-align: left; text-indent: 64px; } }

.article-metainfo { display: flex; justify-content: space-between; flex-direction: row-reverse; }

.article-metainfo.interview { margin-bottom: 0 !important; }

.article-metainfo.interview .article-actions { margin-bottom: 16px; }

.action-button { font-weight: bold; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; }

.action-button:not(:first-child) { margin-left: 32px; }

.action-button:hover { background-color: transparent !important; }

.action-button .material-icon svg { fill: #af4200; margin-right: 5px; }

.action-button .action-span { color: #af4200; text-transform: uppercase; vertical-align: middle; }

.article-actions { display: block; }

.article-actions.bottom { justify-content: flex-end; display: flex; margin-bottom: 0 !important; margin-top: -16px; padding: 0 3px; width: 688px; }

.article-actions.bottom .action-button:not(:first-child) { margin-left: 12px; }

@media (max-width: 1023px) { .article-metainfo { flex-direction: row; } .article-actions { display: none; } .article-actions.bottom { display: none; } }

@media print { header, .breadcrumb-container, .footer-content, .teaser, .scroll-up, .margin-wrapper-article, .jwplayer, .widget-video, .widget-image-gallery, .slot { display: none !important; } .grid { display: block !important; } }

.article { color: #424242; font-size: 14px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; }

@media (max-width: 1023px) { .article { padding-left: 16px; padding-right: 16px; } }

.article > * { margin-bottom: 16px; }

.article .content-only a { font-weight: bold; }

.article .article-title > h1 { padding: 0; margin: 0; color: #6a2000; font-size: 24px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-weight: 500; }

.article .article-index { font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 14px; background-color: #FFF7F3; margin-bottom: 41px; }

.article .article-index div.article-index-title { height: 41px; line-height: 41px; color: #ffffff; font-weight: bold; background-color: #af4200; padding-left: 16px; }

.article .article-index a { font-weight: normal; }

.article .article-index a div.article-index-item { line-height: 30px; border-top: 1px solid #ffffff; padding-left: 16px; background-color: #f4f1ef; }

.article .article-index a:hover, .article .article-index a:focus { color: #af4200; }

.article .article-index a:hover div.article-index-item, .article .article-index a:focus div.article-index-item { background-color: #FFEAE2; }

.article .article-image-description { margin-bottom: 24px; }

.article .article-image-description > p { padding: 0; margin: 0; }

.article .section { margin-bottom: 16px; }

.article .article-content .section-content > p { padding: 0; margin: 0; }

.article .article-content .section-content > p + p { margin-top: 16px; }

.article .article-content .section-content > h1, .article .article-content .section-content > h2, .article .article-content .section-content > h3, .article .article-content .section-content > h4, .article .article-content .section-content > h5, .article .article-content .section-content > h6 { padding: 0; margin: 24px 0 8px; font-weight: 500; }

.article .article-content ol { counter-reset: netdoktor-counter; list-style: none; padding-left: 20px; }

.article .article-content ol li:before { content: counter(netdoktor-counter) ". "; counter-increment: netdoktor-counter; margin-right: 5px; font-weight: bold; }

.article .article-content p { margin-top: 0; margin-bottom: 16px; }

.article .article-content p:last-child { margin-bottom: 0; }

.article .article-content a { color: #AF4200; }

.article .article-content table td a { color: #AF4200; }

.article .article-reference { overflow: hidden; }

.article .article-reference > p { padding: 0; margin: 0 0 16px 0; }

.article .article-reference > p:nth-of-type(1) { float: right; }

.article .article-reference > p:nth-of-type(2) { float: left; }

.article .article-reference .article-reference-list { clear: both; margin: 0; }

.article:not(.article-pregnancy-weeks):not(.article-baby-months) .article div.quote { margin-top: 32px; margin-bottom: 32px; }

.article:not(.article-pregnancy-weeks):not(.article-baby-months) .article div.quote .svg { height: 28px; width: 34px; }

.article:not(.article-pregnancy-weeks):not(.article-baby-months) .article div.quote .quote-content { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-direction: column; align-items: center; text-align: center; }

.article:not(.article-pregnancy-weeks):not(.article-baby-months) .article div.quote .quote-author { order: 2; margin-top: 8px; }

.article:not(.article-pregnancy-weeks):not(.article-baby-months) .article div.quote .quote-author .image-set img { width: 68px; height: 100%; border-radius: 50%; border-color: transparent; margin: auto; }

.article:not(.article-pregnancy-weeks):not(.article-baby-months) .article div.quote .quote-author .author-text { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-direction: column; margin-top: 8px; font-weight: bold; font-size: 14px; line-height: 1.71; }

.article:not(.article-pregnancy-weeks):not(.article-baby-months) .article div.quote .quote-author .author-text span[itemprop] { white-space: nowrap; }

.article:not(.article-pregnancy-weeks):not(.article-baby-months) .article div.quote .quote-url { order: 3; }

.article:not(.article-pregnancy-weeks):not(.article-baby-months) .article div.quote .quote-text { max-width: 100%; }

.article:not(.article-pregnancy-weeks):not(.article-baby-months) .article div.quote .quote-text h2 { color: #424242; font-size: 20px; font-weight: bold; margin-top: 8px; line-height: 1; }

.article:not(.article-pregnancy-weeks):not(.article-baby-months) .article div.quote .quote-text p { font-size: 20px; line-height: 1.5; margin-top: 16px; margin-bottom: 8px; }

@media (max-width: 1023px) { .article:not(.article-pregnancy-weeks):not(.article-baby-months) .article div.quote .quote-author .image-set img { width: 74px; } .article:not(.article-pregnancy-weeks):not(.article-baby-months) .article div.quote .quote-author .author-text { font-size: 16px; line-height: 1.63; } }

.article.article-pregnancy-weeks, .article.article-baby-months { padding: 0; }

.article.article-pregnancy-weeks .mobile.grid-container, .article.article-baby-months .mobile.grid-container { display: none; }

.article.article-pregnancy-weeks .article, .article.article-baby-months .article { padding: 0; }

@media (max-width: 1023px) { .article.article-pregnancy-weeks .grid, .article.article-baby-months .grid { padding-left: 16px; padding-right: 16px; } }

.article.article-pregnancy-weeks #article-title, .article.article-baby-months #article-title { align-items: center; justify-content: center; background: #af4200; border: solid 2px #ffffff; border-radius: 50%; width: 172px; height: 172px; color: #ffffff; font-weight: bold; margin: 0; position: absolute; z-index: 2; }

.article.article-pregnancy-weeks #article-title > .text, .article.article-baby-months #article-title > .text { line-height: 1.13; }

.article.article-pregnancy-weeks #article-title > .week, .article.article-pregnancy-weeks #article-title > .month, .article.article-baby-months #article-title > .week, .article.article-baby-months #article-title > .month { line-height: 0.81; letter-spacing: 2.1px; text-indent: 2.1px; }

.article.article-pregnancy-weeks .article-image-container, .article.article-baby-months .article-image-container { margin-bottom: 16px; }

.article.article-pregnancy-weeks .article-image, .article.article-baby-months .article-image { position: relative; }

.article.article-pregnancy-weeks .article-image .image-set-wrapper, .article.article-baby-months .article-image .image-set-wrapper { padding: 40px 0 0 84px; }

.article.article-pregnancy-weeks .article-image .image-set, .article.article-baby-months .article-image .image-set { z-index: 1; }

@media (min-width: 840px) and (max-width: 969px), (min-width: 539px) and (max-width: 669px) { .article.article-pregnancy-weeks #article-title, .article.article-baby-months #article-title { width: 142px; height: 142px; } }

@media (min-width: 380px) and (max-width: 539px) { .article.article-pregnancy-weeks #article-title, .article.article-baby-months #article-title { bottom: 0; width: 126px; height: 126px; } .article.article-pregnancy-weeks .article-image .image-set-wrapper, .article.article-baby-months .article-image .image-set-wrapper { padding: 0 0 63px 0; } }

@media (max-width: 379px) { .article.article-pregnancy-weeks #article-title, .article.article-baby-months #article-title { bottom: 0; width: 110px; height: 110px; } .article.article-pregnancy-weeks #article-title > .text, .article.article-baby-months #article-title > .text { line-height: 1; } .article.article-pregnancy-weeks .article-image .image-set-wrapper, .article.article-baby-months .article-image .image-set-wrapper { padding: 0 0 63px 0; } }

.article.article-pregnancy-weeks .section-1, .article.article-baby-months .section-1 { display: none; }

.article.article-pregnancy-weeks div.quote, .article.article-baby-months div.quote { background: #af4200; margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; position: relative; z-index: 1; }

.article.article-pregnancy-weeks div.quote *, .article.article-baby-months div.quote * { color: #ffffff; }

.article.article-pregnancy-weeks div.quote h2, .article.article-baby-months div.quote h2 { font-size: 25px; margin-top: 16px; }

.article.article-pregnancy-weeks div.quote .svg, .article.article-baby-months div.quote .svg { display: none; }

.article.article-pregnancy-weeks div.quote .quote-content, .article.article-baby-months div.quote .quote-content { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-direction: row; padding-top: 16px; padding-bottom: 40px; }

.article.article-pregnancy-weeks div.quote .quote-author, .article.article-baby-months div.quote .quote-author { min-height: 152px; min-width: 152px; margin-top: 16px; text-align: center; }

.article.article-pregnancy-weeks div.quote .quote-author .image-set, .article.article-baby-months div.quote .quote-author .image-set { background-color: transparent; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; }

.article.article-pregnancy-weeks div.quote .quote-author .image-set img, .article.article-baby-months div.quote .quote-author .image-set img { width: 152px; height: 100%; border-radius: 50%; border-color: transparent; }

.article.article-pregnancy-weeks div.quote .quote-author .quote-author-image + .author-text, .article.article-baby-months div.quote .quote-author .quote-author-image + .author-text { margin-top: 16px; }

.article.article-pregnancy-weeks div.quote .quote-author .author-text, .article.article-baby-months div.quote .quote-author .author-text { font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 18px; line-height: 1.16; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-direction: column; }

.article.article-pregnancy-weeks div.quote .quote-author .author-text span[itemprop], .article.article-baby-months div.quote .quote-author .author-text span[itemprop] { white-space: nowrap; }

.article.article-pregnancy-weeks div.quote .quote-text, .article.article-baby-months div.quote .quote-text { margin-left: 32px; flex-grow: 1; max-width: 100%; order: 2; }

.article.article-pregnancy-weeks div.quote .quote-text h2, .article.article-baby-months div.quote .quote-text h2 { color: #ffffff; }

.article.article-pregnancy-weeks div.quote .quote-text p:last-child, .article.article-baby-months div.quote .quote-text p:last-child { margin-bottom: 0; }

@media (max-width: 1023px) { .article.article-pregnancy-weeks div.quote:before, .article.article-baby-months div.quote:before { content: ''; position: absolute; width: 100vw; height: 100%; background: #af4200; left: 50%; transform: translateX(-50%); z-index: -1; } }

@media (max-width: 899px) { .article.article-pregnancy-weeks div.quote .quote-content, .article.article-baby-months div.quote .quote-content { flex-direction: column; } .article.article-pregnancy-weeks div.quote .quote-author .image-set img, .article.article-baby-months div.quote .quote-author .image-set img { width: 254px; } .article.article-pregnancy-weeks div.quote .quote-text, .article.article-baby-months div.quote .quote-text { margin-top: 16px; margin-left: 0; } }

.article.article-pregnancy-weeks #article-title > .text { font-size: 30px; }

.article.article-pregnancy-weeks #article-title > .week { font-size: 70px; }

@media (min-width: 840px) and (max-width: 969px), (min-width: 539px) and (max-width: 669px) { .article.article-pregnancy-weeks #article-title > .text { font-size: 30px; } .article.article-pregnancy-weeks #article-title > .week { font-size: 60px; } }

@media (min-width: 380px) and (max-width: 539px) { .article.article-pregnancy-weeks #article-title > .text { font-size: 30px; } .article.article-pregnancy-weeks #article-title > .week { font-size: 60px; } }

@media (max-width: 379px) { .article.article-pregnancy-weeks #article-title > .text { font-size: 25px; } .article.article-pregnancy-weeks #article-title > .week { font-size: 55px; } }

.article.article-baby-months #article-title > .text { font-size: 28px; }

.article.article-baby-months #article-title > .month { font-size: 54px; }

@media (min-width: 840px) and (max-width: 969px), (min-width: 539px) and (max-width: 669px) { .article.article-baby-months #article-title > .text { font-size: 28px; } .article.article-baby-months #article-title > .month { font-size: 54px; } }

@media (min-width: 380px) and (max-width: 539px) { .article.article-baby-months #article-title > .text { font-size: 28px; } .article.article-baby-months #article-title > .month { font-size: 54px; } }

@media (max-width: 379px) { .article.article-baby-months #article-title > .text { font-size: 21px; } .article.article-baby-months #article-title > .month { font-size: 40px; } }

.article.article-pregnancy-weeks #article-title > .text { font-size: 30px; }

.article.article-pregnancy-weeks #article-title > .week { font-size: 70px; }

@media (min-width: 840px) and (max-width: 969px), (min-width: 539px) and (max-width: 669px) { .article.article-pregnancy-weeks #article-title > .text { font-size: 30px; } .article.article-pregnancy-weeks #article-title > .week { font-size: 60px; } }

@media (min-width: 380px) and (max-width: 539px) { .article.article-pregnancy-weeks #article-title > .text { font-size: 30px; } .article.article-pregnancy-weeks #article-title > .week { font-size: 60px; } }

@media (max-width: 379px) { .article.article-pregnancy-weeks #article-title > .text { font-size: 25px; } .article.article-pregnancy-weeks #article-title > .week { font-size: 55px; } }

.article.article-baby-months #article-title > .text { font-size: 28px; }

.article.article-baby-months #article-title > .month { font-size: 54px; }

@media (min-width: 840px) and (max-width: 969px), (min-width: 539px) and (max-width: 669px) { .article.article-baby-months #article-title > .text { font-size: 28px; } .article.article-baby-months #article-title > .month { font-size: 54px; } }

@media (min-width: 380px) and (max-width: 539px) { .article.article-baby-months #article-title > .text { font-size: 28px; } .article.article-baby-months #article-title > .month { font-size: 54px; } }

@media (max-width: 379px) { .article.article-baby-months #article-title > .text { font-size: 21px; } .article.article-baby-months #article-title > .month { font-size: 40px; } }

.article #embedded-article-index { background: none; }

.article #embedded-article-index > ol { margin-top: 32px; margin-bottom: 32px; overflow: hidden; list-style: none; padding: 3px 40px 20px 40px; background: #af4200; border-radius: 100px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12); justify-content: space-around; align-content: center; }

.article #embedded-article-index > ol > li { padding: 17px 5px 0 5px; }

.article #embedded-article-index > ol > li > a { font-size: 20px; font-weight: 500; color: #ffffff; }

@media (min-width: 840px) and (max-width: 975px), (max-width: 700px) { .article #embedded-article-index > ol { justify-content: center; } .article #embedded-article-index > ol > li { flex-basis: 50%; } }

@media (max-width: 550px) { .article #embedded-article-index > ol > li { flex-basis: 50%; } .article #embedded-article-index > ol > li > a { font-size: 16px; } }

@media (max-width: 400px) { .article #embedded-article-index > ol { flex-direction: column; padding: 0 65px 10px 65px; } .article #embedded-article-index > ol > li { flex-basis: auto; padding: 10px 5px 0 5px; text-align: center; } }

.article .inline-tag.teaser a { display: block; background: #f4f1ef; color: #424242; padding: 16px; margin: 16px 0; font-weight: normal; line-height: 1.57; }

.article .inline-tag.teaser a:hover { background: #eadbd2; }

.article .inline-tag.teaser a .title { font-weight: bold; line-height: 1.71; color: #af4200; }

.article .inline-tag.teaser a .imagecontainer { width: 220px; }

.article .inline-tag.teaser a .textbox { margin-left: 16px; flex: 1; }

@media (max-width: 655px) { .article .inline-tag.teaser a { padding: 0 0 16px; } .article .inline-tag.teaser a .imagecontainer { width: 100%; margin-left: 0; } .article .inline-tag.teaser a .textbox { margin-top: 14px; } }

@media (max-width: 655px) { .article .inline-image { margin-left: -16px !important; margin-right: -16px !important; max-width: calc(100% + 2 * 16px) !important; } .article .inline-image > figure > figcaption { margin-bottom: 8px; } .article .inline-image figcaption { margin-left: 32px; margin-right: 32px; } }

@media (max-width: 479px) { .article .inline-image { margin-left: -32px !important; margin-right: -32px !important; max-width: calc(100% + 64px) !important; } }

.article .inline-image > figure { margin-top: 16px; margin-bottom: 16px; background: #ebebeb; }

.article .inline-image figure .image-set { background: #ebebeb; }

.article .inline-image figure .image-set img { margin: auto; display: block; width: auto; }

@media (min-width: 480px) { .article .inline-image figure figcaption { margin-left: 16px; margin-right: 16px; padding-bottom: 16px; padding-top: 16px; } .article .inline-image figure .image-set ~ figcaption { padding-top: 0; } }

.article .to-toc-link-container { display: None; }

.article div.article-icon { width: 24px; margin: 32px 0 8px; line-height: 1.63; font-weight: bold; position: relative; }

.article div.article-icon svg { width: 24px; height: 24px; fill: #f77b00; position: absolute; top: 0; left: 0; }

.article div.article-icon:before { background-size: 24px; color: #f77b00; display: block; line-height: 1.63; margin-bottom: 8px; padding-left: 30px; width: 24px; }

.article div.article-icon.patient-warning:before { content: "Achtung:"; }

.article div.article-icon.patient-information:before { content: "Hinweis:"; }

.article p.patient-information, .article p.patient-warning { font-weight: bold; line-height: 1.63; margin: 0 0 32px; }

#article-navigation-header { position: relative; margin-bottom: 0; }

#article-navigation-header .article-navigation-header-image { position: relative; overflow: hidden; }

#article-navigation-header .article-navigation-header-image:after { content: ""; display: block; padding-top: 51.66015625%; z-index: 0; }

#article-navigation-header .article-navigation-header-image img { position: absolute; background-color: white; max-width: 100%; z-index: 1; width: 100%; height: auto; }

#article-navigation-header .article-navigation-header-image .article-navigation-header-overlay { position: absolute; height: 100%; width: 100%; z-index: 2; }

#article-navigation-header .article-navigation-header-image .article-navigation-header-overlay .gradient-overlay { position: absolute; width: 100%; height: 100%; opacity: 0.3; background: #af4200; }

#article-navigation-header .article-navigation-header-image .article-navigation-header-overlay #article-navigation-header-title { position: absolute; font-size: 60px; font-weight: bold; color: #ffffff; bottom: 290px; margin-left: 15px; }

#article-navigation-header .article-navigation-header-navigation { position: absolute; height: 192px; width: 100%; bottom: 0; border-radius: 50px 50px 0 0; background: #af4200; z-index: 5; }

#article-navigation-header .article-navigation-header-navigation .article-navigation-slider-headline { font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif; text-align: center; margin-top: 21px; margin-bottom: 10px; font-size: 18px; font-weight: bold; line-height: 1.39; color: #ffffff; }

#article-navigation-header .article-navigation-header-navigation .overview { text-align: center; margin-top: 16px; }

#article-navigation-header .article-navigation-header-navigation .overview a { font-size: 18px; font-weight: 500; color: #ffffff; text-decoration: underline; }

.article-navigation-slider { position: relative; z-index: 10; }

.article-navigation-slider .trimester-navigation { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; margin: -40px 16px 16px 16px; }

.article-navigation-slider .trimester-navigation .trimester { position: relative; width: 236px; height: 80px; color: #af4200; border: none; border-radius: 100px; background-color: #f4f1ef; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12); }

.article-navigation-slider .trimester-navigation .trimester:not(:last-of-type):not(:first-of-type) { margin-left: 24px; margin-right: 24px; }

.article-navigation-slider .trimester-navigation .trimester:hover, .article-navigation-slider .trimester-navigation .trimester.active { margin-top: -15px; color: #af4200; background-color: #eadbd2; }

.article-navigation-slider .trimester-navigation .trimester:hover:after, .article-navigation-slider .trimester-navigation .trimester:hover:before, .article-navigation-slider .trimester-navigation .trimester.active:after, .article-navigation-slider .trimester-navigation .trimester.active:before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); border-width: 15px 15px 0; border-style: solid; }

.article-navigation-slider .trimester-navigation .trimester:hover:after, .article-navigation-slider .trimester-navigation .trimester.active:after { bottom: -14px; border-color: #eadbd2 transparent; }

.article-navigation-slider .trimester-navigation .trimester:hover:before, .article-navigation-slider .trimester-navigation .trimester.active:before { bottom: -17px; border-color: rgba(0, 0, 0, 0.15) transparent; }

.article-navigation-slider .trimester-navigation .trimester:active, .article-navigation-slider .trimester-navigation .trimester:focus { outline: none; }

.article-navigation-slider .trimester-navigation .trimester .trimester-title { font-size: 20px; font-weight: 500; line-height: 1; }

.article-navigation-slider .trimester-navigation .trimester .trimester-sub { font-size: 16px; line-height: 1.63; }

.article-navigation-slider .period-navigation { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: center; height: 80px; border-radius: 100px; border: 2px solid #ffffff; margin: 0 16px; padding: 0 65px 0 65px; color: #ffffff; position: relative; }

.article-navigation-slider .period-navigation ul { list-style: none; flex: 1; position: relative; height: 49px; overflow: hidden; padding: 0; z-index: 1; }

.article-navigation-slider .period-navigation ul li { display: none; position: absolute; width: calc(100% / 12); padding: 0; }

.article-navigation-slider .period-navigation ul li a { font-size: 20px; font-weight: 500; color: #ffffff; text-align: center; height: 49px; width: 100%; line-height: 49px; display: inline-block; }

.article-navigation-slider .period-navigation ul li a:hover:after, .article-navigation-slider .period-navigation ul li a.active:after { content: ''; border-radius: 50%; border: 2px solid #ffffff; position: absolute; height: 49px; width: 49px; left: 50%; transform: translateX(-50%); }

.article-navigation-slider .period-navigation .rn-carousel-controls { position: absolute; height: 100%; width: 100%; top: 0; left: 0; cursor: pointer; }

.article-navigation-slider .period-navigation .rn-carousel-controls .rn-carousel-control { font-family: 'Material Icons'; white-space: nowrap; word-wrap: normal; font-size: 50px; font-weight: 500; position: absolute; top: 50%; transform: translateY(-50%); opacity: 1; }

.article-navigation-slider .period-navigation .rn-carousel-controls .rn-carousel-control:active, .article-navigation-slider .period-navigation .rn-carousel-controls .rn-carousel-control:focus { outline: none; }

.article-navigation-slider .period-navigation .rn-carousel-controls .rn-carousel-control:before { background-size: cover; content: ""; width: 100%; height: 100%; position: absolute; }

.article-navigation-slider .period-navigation .rn-carousel-controls .rn-carousel-control-next svg, .article-navigation-slider .period-navigation .rn-carousel-controls .rn-carousel-control-prev svg { width: 50px; height: 50px; fill: white; }

.article-navigation-slider .period-navigation .rn-carousel-controls .rn-carousel-control-next { right: 10px; }

.article-navigation-slider .period-navigation .rn-carousel-controls .rn-carousel-control-prev { left: 10px; }

.article-navigation-footer-navigation { padding-bottom: 32px; }

.article-navigation-footer-navigation h2 { margin-bottom: 16px; }

.article-navigation-footer-navigation .article-navigation-slider { margin-top: 16px; margin-bottom: 16px; }

.article-navigation-footer-navigation .article-navigation-slider .period-navigation { background: #af4200; border: 0; margin: 0; }

@media (min-width: 840px) { .article-navigation-footer-navigation .article-navigation-slider .period-navigation ul li a { font-size: 18px; } .article-navigation-footer-navigation .article-navigation-slider .period-navigation ul li a:hover:after, .article-navigation-footer-navigation .article-navigation-slider .period-navigation ul li a.active:after { height: 40px; width: 40px; left: 50%; top: 50%; transform: translate(-50%, -50%); } }

@media (max-width: 839px) and (min-width: 480px) { #article-navigation-header .article-navigation-header-image:after { padding-top: 74.21875%; } #article-navigation-header .article-navigation-header-image .article-navigation-header-overlay #article-navigation-header-title { bottom: 278px; margin-left: 30px; bottom: 315px; } .article-navigation-slider .period-navigation ul li { width: calc(100% / 10); } }

@media (max-width: 479px) { #article-navigation-header .article-navigation-header-image:after { padding-top: 88.8%; } #article-navigation-header .article-navigation-header-image .article-navigation-header-overlay #article-navigation-header-title { bottom: 235px; margin-left: 16px; font-size: 30px; } #article-navigation-header .article-navigation-header-navigation { height: 172px; } .article-navigation-slider .trimester-navigation { margin-top: -18px; } .article-navigation-slider .trimester-navigation .trimester { height: 55px; } .article-navigation-slider .trimester-navigation .trimester:not(:last-of-type):not(:first-of-type) { margin-left: 15px; margin-right: 15px; } .article-navigation-slider .trimester-navigation .trimester .trimester-title { display: none; } .article-navigation-slider .trimester-navigation .trimester .trimester-sub { line-height: 1.25; } .article-navigation-slider .period-navigation { height: 60px; } .article-navigation-slider .period-navigation ul { height: 39px; } .article-navigation-slider .period-navigation ul li { width: calc(100% / 4); } .article-navigation-slider .period-navigation ul li a { height: 39px; line-height: 39px; } .article-navigation-slider .period-navigation ul li a:hover:after, .article-navigation-slider .period-navigation ul li a.active:after { height: 39px; width: 39px; } }

.article-baby-months #article-navigation-header .article-navigation-header-image:after { padding-top: 45.60546875%; }

.article-baby-months #article-navigation-header .article-navigation-header-image .article-navigation-header-overlay .gradient-overlay { opacity: 0.5; background: linear-gradient(to bottom, #ffffff, #ffffff); }

.article-baby-months #article-navigation-header .article-navigation-header-image .article-navigation-header-overlay #article-navigation-header-title { bottom: 224px; width: 366px; hyphens: none; margin-left: 47px; color: #af4200; line-height: 1.17; }

@media (min-width: 656px) { .article-baby-months .article-navigation-slider .period-navigation { padding: 0 30px; } .article-baby-months .article-navigation-slider .rn-carousel-controls { display: none; } }

@media (max-width: 655px) and (min-width: 480px) { .article-baby-months #article-navigation-header .article-navigation-header-image:after { height: 59.89583333vw; max-height: 430px; } .article-baby-months #article-navigation-header .article-navigation-header-image .article-navigation-header-overlay #article-navigation-header-title { bottom: 200px; } }

@media (max-width: 479px) { .article-baby-months #article-navigation-header .article-navigation-header-image:after { padding-top: 333px; } .article-baby-months #article-navigation-header .article-navigation-header-image img { max-width: unset; width: auto; height: 211px; object-fit: cover; transform: translateX(-20%); } .article-baby-months #article-navigation-header .article-navigation-header-image .article-navigation-header-overlay #article-navigation-header-title { bottom: 204px; width: 188px; margin-left: 16px; } }

.article-interview, .article-interview p { padding: 0; margin: 0; }

@media (max-width: 656px) { .article-interview { margin-top: -10px; } }

.article-interview .interviewee-widget { margin: 16px; }

.article-interview #article-author, .article-interview .article-introduction { margin: 8px 0; }

.article-interview #article-author { margin-bottom: 20px; }

@media (max-width: 656px) { .article-interview #article-author { margin-bottom: 40px; } }

.article-interview .article-introduction p, .article-interview p.interview_question, .article-interview p.interview_answer { font-size: 14px; }

.article-interview .article-introduction p { line-height: 1.86; font-weight: bold; }

.article-interview p.interview_question, .article-interview p.interview_answer { line-height: 1.71; }

.article-interview p.interview_question { margin-bottom: 2px; padding-bottom: 2px; font-weight: bold; margin-top: 30px !important; }

@media (max-width: 656px) { .article-interview p.interview_question { margin-top: 40px !important; } }

.article-interview p.interview_answer { margin-top: 2px; padding-top: 2px; }

.article-interview .interviewee-widget { margin-top: 30px; margin-bottom: 30px; }

@media (max-width: 656px) { .article-interview .interviewee-widget { margin: 30px 0; } }

.interview-headline-widget { position: relative; width: 100%; }

.interview-headline-widget, .interview-headline-widget .image-set, .interview-headline-widget .image-set picture, .interview-headline-widget .image-set img { height: 342px; }

@media (max-width: 656px) { .interview-headline-widget { width: 100%; overflow: hidden; margin: 0; } .interview-headline-widget, .interview-headline-widget .image-set, .interview-headline-widget .image-set picture, .interview-headline-widget .image-set img { height: 210px; } }

.interview-headline-widget .image-set, .interview-headline-widget .headline { position: absolute; }

.interview-headline-widget .image-set { z-index: 10; height: 100%; }

.interview-headline-widget .headline { z-index: 20; left: 10px; right: 10px; bottom: 0; color: #fff; }

@media (max-width: 656px) { .interview-headline-widget .headline { left: 20px; right: 30px; font-size: 35px; line-height: 40px; } }

.interview-headline-widget .overline:not(:empty) { display: block; font-size: 20px; font-weight: bold; margin-bottom: 5px; }

#embedded-content h1, #embedded-content-main-slots h1, #embedded-content-marginal-slots h1 { margin-bottom: 16px; color: #6a2000; font-size: 24px; line-height: 29px; }

@media (max-width: 479px) { #embedded-content-main-slots h1, #embedded-content-marginal-slots h1 { margin-left: 16px; margin-right: 16px; } }

#embedded-content { margin: 0 10px; }

#embedded-content .title { margin-top: 32px; }

#embedded-content .title h1 { margin-top: 0; }

#embedded-content-main-slots { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-direction: row; flex-wrap: wrap; }

#embedded-content-main-slots .info.layout-column { position: relative; opacity: 1; }

#embedded-content-main-slots > aside { width: calc(50% - 20px); margin: 10px; }

@media (max-width: 479px) { #embedded-content-main-slots > aside { width: 100%; margin: 10px 0; } }

#embedded-content-marginal-slots { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-direction: row; flex-wrap: wrap; }

#embedded-content-marginal-slots .info.layout-column { position: relative; opacity: 1; }

#embedded-content-marginal-slots > aside { width: calc(100% - 20px); margin: 10px; }

.image-set { background-color: transparent; }

.image-set img { max-width: 100%; width: 100%; height: auto; }

.widget-image-gallery { margin-bottom: 32px; /* Hack to get the height of the carousel to be dynamic instead of fixed. See: https://github.com/revolunet/angular-carousel/issues/309 */ /* Safari 10.0 CSS Hack, cause Image galleries somehow have a 1px margin there. Not for Safari 10.1 (where it is correct). See: http://stackoverflow.com/a/25975282 */ }

.widget-image-gallery ul[rn-carousel] { z-index: 1; }

.widget-image-gallery ul[rn-carousel] > li { position: relative; margin-left: -100%; }

.widget-image-gallery ul[rn-carousel] > li:first-child { margin-left: 0; }

.widget-image-gallery _::-webkit-:not(:root:root), .widget-image-gallery ul[rn-carousel] > li:first-child { margin-left: -1px; }

.widget-image-gallery .title { margin-top: 32px; }

.widget-image-gallery .title h2 { margin-top: 0; margin-bottom: 16px; color: #6a2000; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 18px; line-height: 25px; }

@media (max-width: 479px) { .widget-image-gallery .title { margin-left: 16px; margin-right: 16px; } }

.widget-image-gallery .image-gallery-container { position: relative; }

.widget-image-gallery .image-gallery-container .image-gallery { margin: 0; background-color: #f4f1ef; }

.widget-image-gallery .image-gallery-container .image-gallery .image-set { max-width: 100%; position: relative; }

.widget-image-gallery .image-gallery-container .image-gallery .image-set:after { content: ""; display: block; padding-top: 56.31067961%; }

@media (max-width: 655px) { .widget-image-gallery .image-gallery-container .image-gallery .image-set:after { padding-top: 56.25%; } }

.widget-image-gallery .image-gallery-container .image-gallery .image-set img { position: absolute; }

.widget-image-gallery .image-gallery-container .image-gallery .image-title { color: #af4200; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 14px; font-weight: bold; line-height: 24px; padding: 8px 16px 0 16px; }

.widget-image-gallery .image-gallery-container .image-gallery .image-description { color: #424242; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 14px; line-height: 24px; padding-left: 16px; padding-right: 16px; }

.widget-image-gallery .image-gallery-container .rn-carousel-control { top: 177px; z-index: 2; }

.widget-image-gallery .image-gallery-container .rn-carousel-control:before { color: #ffffff; font-size: 32px; display: block; width: 32px; height: 32px; opacity: 0.75; background-color: #af4200; }

@media (min-width: 480px) and (max-width: 655px) { .widget-image-gallery .image-gallery-container .rn-carousel-control { top: 127px; } }

@media (max-width: 479px) { .widget-image-gallery .image-gallery-container .rn-carousel-control { top: calc(100vw * 0.5625 * 1 / 2 - 16px); } }

.widget-image-gallery .image-gallery-container .rn-carousel-control.rn-carousel-control-prev { left: 0; }

.widget-image-gallery .image-gallery-container .rn-carousel-control.rn-carousel-control-prev:before { content: "chevron_left"; }

.widget-image-gallery .image-gallery-container .rn-carousel-control.rn-carousel-control-next { right: 0; }

.widget-image-gallery .image-gallery-container .rn-carousel-control.rn-carousel-control-next:before { content: "chevron_right"; }

.article-content .widget-image-gallery { margin-bottom: 16px; }

@media (max-width: 479px) { .article-content .widget-image-gallery .title { margin-left: 0; margin-right: 0; } }

.article-content .widget-image-gallery .image-gallery-container .rn-carousel-control { top: 167px; }

@media (min-width: 480px) and (max-width: 655px) { .article-content .widget-image-gallery .image-gallery-container .rn-carousel-control { top: 118px; } }

@media (max-width: 479px) { .article-content .widget-image-gallery .image-gallery-container .rn-carousel-control { top: calc((100vw - 16px - 16px) * 0.5625 * 1 / 2 - 16px); } }

.widget-image-teaser { min-height: 100px; position: relative; }

.widget-image-teaser .image { position: relative; }

.widget-image-teaser .image-set { max-width: 100%; position: relative; }

.widget-image-teaser .image-set:after { content: ""; display: block; padding-top: 48.7804878%; }

@media (max-width: 655px) { .widget-image-teaser .image-set:after { padding-top: 50%; } }

.widget-image-teaser .image-set img { position: absolute; }

.widget-image-teaser .info { position: absolute; bottom: 0; width: 100%; background-color: #f4f1ef; opacity: 0.75; padding: 14px 16px 8px; }

@media (max-width: 655px) { .widget-image-teaser .info { position: relative; opacity: 1; } }

.widget-image-teaser .title { color: #af4200; font-size: 16px; line-height: 26px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-weight: bold; }

.widget-image-teaser .teaser { color: #424242; font-size: 14px; line-height: 22px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; }

.widget-image-teaser a { text-decoration: none; }

.widget-image-teaser a:hover .info { background-color: #eadbd2; }

.widget-image-teaser a:hover .info .title { color: #6a2000; }

@media (min-width: 656px) { .three-columns-column-1 .widget-image-teaser .info, .three-columns-column-2 .widget-image-teaser .info, .two-columns-column-1 .widget-image-teaser .info, .two-columns-column-2 .widget-image-teaser .info { min-height: 153px; } }

.margin-only .widget-image-teaser .info, .three-columns-column-1 .widget-image-teaser .info, .three-columns-column-2 .widget-image-teaser .info, .two-columns-column-1 .widget-image-teaser .info, .two-columns-column-2 .widget-image-teaser .info { position: relative; opacity: 1; }

.margin-only .widget-image-teaser .title, .three-columns-column-1 .widget-image-teaser .title, .three-columns-column-2 .widget-image-teaser .title, .two-columns-column-1 .widget-image-teaser .title, .two-columns-column-2 .widget-image-teaser .title { font-size: 14px; line-height: 24px; }

.widget-teaser-list a { text-decoration: none; }

.widget-teaser-list a:hover .widget-teaser-list-item { background-color: #eadbd2; }

.widget-teaser-list a:hover .widget-teaser-list-item span.list-item-title { color: #6a2000; }

.widget-teaser-list .image { position: relative; }

.widget-teaser-list .image-set { max-width: 100%; position: relative; }

.widget-teaser-list .image-set:after { content: ""; display: block; padding-top: 48.7804878%; }

@media (max-width: 655px) { .widget-teaser-list .image-set:after { padding-top: 50%; } }

.widget-teaser-list .image-set img { position: absolute; }

.widget-teaser-list .widget-teaser-list-item { background-color: #f4f1ef; padding: 16px; }

.widget-teaser-list .widget-teaser-list-item:not(:nth-of-type(2)) { border-top: 1px solid #ffffff; }

.widget-teaser-list .list-item-title { display: block; color: #af4200; font-size: 14px; line-height: 24px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-weight: bold; }

.widget-teaser-list .list-item-teaser { display: block; color: #424242; font-size: 14px; line-height: 24px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; margin-top: 8px; }

@media (min-width: 656px) { .three-columns-column-1 .widget-teaser-list .widget-teaser-list-item.list-item-1, .three-columns-column-2 .widget-teaser-list .widget-teaser-list-item.list-item-1, .two-columns-column-1 .widget-teaser-list .widget-teaser-list-item.list-item-1, .two-columns-column-2 .widget-teaser-list .widget-teaser-list-item.list-item-1 { min-height: 184px; } .three-columns-column-1 .widget-teaser-list .widget-teaser-list-item:not(.list-item-1), .three-columns-column-2 .widget-teaser-list .widget-teaser-list-item:not(.list-item-1), .two-columns-column-1 .widget-teaser-list .widget-teaser-list-item:not(.list-item-1), .two-columns-column-2 .widget-teaser-list .widget-teaser-list-item:not(.list-item-1) { min-height: 81px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: center; } }

.widget-teaser-rotation { position: relative; height: 320px; width: 992px; max-width: 100%; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; }

.widget-teaser-rotation .info { position: absolute; bottom: 0; height: 116px; width: 100%; max-width: 100%; background-color: #af4200; opacity: 0.75; padding: 16px; }

.widget-teaser-rotation .title { color: #ffffff; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 18px; line-height: 25px; font-weight: bold; }

.widget-teaser-rotation .teaser { color: #ffffff; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 14px; line-height: 24px; }

.widget-teaser-rotation a { text-decoration: none; }

.rotation-content { position: absolute; height: 320px; opacity: 0; transition-property: opacity; transition-duration: 2000ms; }

.rotation-control { position: relative; left: 656px; width: 336px; padding-left: 16px; min-width: 320px; background-color: #f4f1ef; }

.rotation-control-item { height: 80px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: center; border-bottom: 1px solid #ffffff; padding-left: 16px; padding-right: 16px; }

.rotation-control-item a { flex: 1 1 0%; }

.rotation-control-item a div.control-item-title { color: #6a2000; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 18px; line-height: 26px; max-width: 320px; }

.rotation-control-item.highlight { background-color: #eadbd2; }

.rotation-control-item.highlight a div.control-item-title { color: #6a2000; }

.rotation-control-item:last-of-type { border-bottom: none; }

@media (min-width: 656px) and (max-width: 1023px) { .widget-teaser-rotation { width: 656px; } .rotation-control { display: none; } }

@media (max-width: 655px) { .widget-teaser-rotation { height: auto; width: 100%; } .rotation-content { width: 100%; min-width: 100%; } .rotation-content > a > .info { display: none; } .rotation-control::before { content: ""; display: block; padding-top: 100%; } .rotation-control { display: initial; left: 0; padding-left: 0; width: 100%; min-width: initial; height: auto; opacity: 0.75; background-color: #f4f1ef; z-index: 2; } .rotation-control-item { height: 25%; width: 100%; position: absolute; padding: 0; } .rotation-control-item a div.control-item-title { padding-left: 20px; padding-right: 20px; color: #6a2000; font-weight: bold; font-size: 16px; max-width: initial; } .rotation-control-item:nth-child(1) { top: 0%; } .rotation-control-item:nth-child(2) { top: 25%; } .rotation-control-item:nth-child(3) { top: 50%; } .rotation-control-item:nth-child(4) { top: 75%; } .rotation-control-item.highlight { background-color: #eadbd2; } .rotation-control-item.highlight a div.control-item-title { color: #6a2000; } }

.widget-special-navigation { width: 100%; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.widget-special-navigation .menu-link { text-decoration: none; }

.widget-special-navigation md-divider { border-top-color: #ffffff; }

.widget-special-navigation .md-list-item-text { text-overflow: ellipsis; overflow-x: hidden; }

.widget-special-navigation .toggler { min-height: 20px; height: auto; }

.widget-special-navigation .toggler.open > md-list-item .tap-incentive { transform: rotateZ(180deg); }

.widget-special-navigation .togglee { list-style: none; position: relative; padding: 0; margin: 0; overflow: hidden; -webkit-transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1); -webkit-transition-property: max-height; -moz-transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1); -moz-transition-property: max-height; transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1); transition-property: height; height: 0; }

.widget-special-navigation .tap-incentive { position: absolute; right: 8px; top: 7px; color: #ffffff; font-size: 28px; -webkit-transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1); -webkit-transition-property: transform; -moz-transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1); -moz-transition-property: transform; transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1); transition-property: transform; transform: rotateZ(0deg); }

.widget-special-navigation .list-item { height: 20px; padding: 0; list-style: none; min-height: 40px; }

.widget-special-navigation .list-item.level-zero { background-color: #af4200; }

.widget-special-navigation .list-item.level-one { background-color: #af4200; }

.widget-special-navigation .list-item.level-two { background-color: #f4f1ef; }

.widget-special-navigation .list-item.list-item-current, .widget-special-navigation .list-item.level-two:hover { background-color: #eadbd2; }

.widget-special-navigation .list-item.list-item-current .list-text.level-two , .widget-special-navigation .list-item.level-two:hover .list-text.level-two  { color: #6a2000; }

.widget-special-navigation .togglee > li { border-bottom: 1px solid #ffffff; }

.widget-special-navigation .togglee > li:last-of-type, .widget-special-navigation .togglee.parent > li { border: none; }

.widget-special-navigation .list-text.level-one { font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 16px; font-weight: bold; color: #ffffff !important; text-align: left; text-indent: 16px; }

.widget-special-navigation .list-text.level-two { font-family: "Tahoma", "Helvetica Neue", "sans-serif"; color: #424242 !important; text-align: left; text-indent: 16px; }

.widget-list .list-title { background-color: #af4200; color: #ffffff; font-weight: bold; font-size: 14px; line-height: 24px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; padding: 16px; }

.widget-list .target-list { list-style: none; padding: 0; margin: 0; }

.widget-list .target-list .target-list-item { background-color: #f4f1ef; border-bottom: 1px solid #ffffff; }

.widget-list .target-list .target-list-item a { color: #424242; font-size: 14px; line-height: 24px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; text-decoration: none; padding: 16px; display: block; }

.widget-list .target-list .target-list-item a:hover, .widget-list .target-list .target-list-item a:focus { background-color: #eadbd2; }

.content-only > .widget-latest-list-default ul.target-list, .article-content > .widget-latest-list-default ul.target-list, .content-only > .widget-static-list ul.target-list, .article-content > .widget-static-list ul.target-list, .content-only > .widget-list-tabbed ul.target-list, .article-content > .widget-list-tabbed ul.target-list { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }

.content-only > .widget-latest-list-default ul.target-list li.target-list-item, .article-content > .widget-latest-list-default ul.target-list li.target-list-item, .content-only > .widget-static-list ul.target-list li.target-list-item, .article-content > .widget-static-list ul.target-list li.target-list-item, .content-only > .widget-list-tabbed ul.target-list li.target-list-item, .article-content > .widget-list-tabbed ul.target-list li.target-list-item { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 100%; overflow: hidden; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; break-inside: avoid-column; }

.content-only > .widget-latest-list-default ul.target-list li.target-list-item a, .article-content > .widget-latest-list-default ul.target-list li.target-list-item a, .content-only > .widget-static-list ul.target-list li.target-list-item a, .article-content > .widget-static-list ul.target-list li.target-list-item a, .content-only > .widget-list-tabbed ul.target-list li.target-list-item a, .article-content > .widget-list-tabbed ul.target-list li.target-list-item a, .content-only > .widget-latest-list-default ul.target-list li.target-list-item .wrapper, .article-content > .widget-latest-list-default ul.target-list li.target-list-item .wrapper, .content-only > .widget-static-list ul.target-list li.target-list-item .wrapper, .article-content > .widget-static-list ul.target-list li.target-list-item .wrapper, .content-only > .widget-list-tabbed ul.target-list li.target-list-item .wrapper, .article-content > .widget-list-tabbed ul.target-list li.target-list-item .wrapper { width: 100%; box-sizing: border-box; }

.content-only > .widget-latest-list-default ul.target-list li.target-list-item.column-first-tablet, .article-content > .widget-latest-list-default ul.target-list li.target-list-item.column-first-tablet, .content-only > .widget-static-list ul.target-list li.target-list-item.column-first-tablet, .article-content > .widget-static-list ul.target-list li.target-list-item.column-first-tablet, .content-only > .widget-list-tabbed ul.target-list li.target-list-item.column-first-tablet, .article-content > .widget-list-tabbed ul.target-list li.target-list-item.column-first-tablet { break-before: column; }

@supports (display: grid) { .content-only > .widget-latest-list-default ul.target-list, .article-content > .widget-latest-list-default ul.target-list, .content-only > .widget-static-list ul.target-list, .article-content > .widget-static-list ul.target-list, .content-only > .widget-list-tabbed ul.target-list, .article-content > .widget-list-tabbed ul.target-list { -webkit-column-count: initial; -moz-column-count: initial; column-count: initial; display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-flow: column; grid-column-gap: 16px; }
  .content-only > .widget-latest-list-default ul.target-list li, .article-content > .widget-latest-list-default ul.target-list li, .content-only > .widget-static-list ul.target-list li, .article-content > .widget-static-list ul.target-list li, .content-only > .widget-list-tabbed ul.target-list li, .article-content > .widget-list-tabbed ul.target-list li { overflow: visible; } }

@media (max-width: 655px) { .content-only > .widget-latest-list-default ul.target-list, .article-content > .widget-latest-list-default ul.target-list, .content-only > .widget-static-list ul.target-list, .article-content > .widget-static-list ul.target-list, .content-only > .widget-list-tabbed ul.target-list, .article-content > .widget-list-tabbed ul.target-list { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }

.content-only > .widget-list-tabbed .list-title, .content-only > .cms-plugin > .widget-list-tabbed .list-title, .content-only > .widget-text > .widget-list-tabbed .list-title, .article-content > .widget-list-tabbed .list-title { color: #6a2000; font-size: 24px; line-height: 29px; padding: 16px 0; background-color: white; }

@media (max-width: 479px) { .content-only > .widget-list-tabbed .list-title, .content-only > .cms-plugin > .widget-list-tabbed .list-title, .content-only > .widget-text > .widget-list-tabbed .list-title, .article-content > .widget-list-tabbed .list-title { padding-left: 16px; padding-right: 16px; } }

.content-only > .widget-list-tabbed ul.target-list, .content-only > .cms-plugin > .widget-list-tabbed ul.target-list, .content-only > .widget-text > .widget-list-tabbed ul.target-list, .article-content > .widget-list-tabbed ul.target-list { padding-top: 16px; }

.widget-static-list .target-list .target-list-item:last-child { border-bottom: none; }

.content-only > .widget-static-list .list-title, .content-only > .cms-plugin > .widget-static-list .list-title, .article-content > .widget-static-list .list-title { margin-bottom: 16px; }

.content-only > .widget-static-list-tabbed .list-title, .content-only > .cms-plugin > .widget-static-list-tabbed .list-title, .content-only > .widget-text > .widget-static-list-tabbed .list-title, .article-content > .widget-static-list-tabbed .list-title { margin-bottom: 0; }

.widget-latest-list .target-list .target-list-item a.colored-link { color: #af4200; }

.widget-latest-list .target-list .widget-image-teaser { margin-bottom: 16px; }

.widget-latest-list .target-list .widget-image-teaser a { padding: 0; }

.widget-latest-list .target-list .widget-image-teaser .info { position: relative; opacity: 1; }

.widget-latest-list .more { padding: 16px; text-align: right; }

.widget-latest-list .more > a { color: #424242; font-weight: bold; font-size: 14px; line-height: 24px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; text-decoration: none; }

.content-only > .widget-latest-list-teaser .target-list, .content-only > .cms-plugin > .widget-latest-list-teaser .target-list, .content-only > .widget-text > .widget-latest-list-teaser .target-list, .article-content > .widget-latest-list-teaser .target-list { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }

.content-only > .widget-latest-list-teaser .target-list-item, .content-only > .cms-plugin > .widget-latest-list-teaser .target-list-item, .content-only > .widget-text > .widget-latest-list-teaser .target-list-item, .article-content > .widget-latest-list-teaser .target-list-item { width: 100%; }

@media (min-width: 656px) { .content-only > .widget-latest-list-teaser .target-list-item, .content-only > .cms-plugin > .widget-latest-list-teaser .target-list-item, .content-only > .widget-text > .widget-latest-list-teaser .target-list-item, .article-content > .widget-latest-list-teaser .target-list-item { width: 320px; } }

.content-only > .widget-latest-list .list-title, .content-only > .cms-plugin > .widget-latest-list .list-title, .content-only > .widget-text > .widget-latest-list .list-title, .article-content > .widget-latest-list .list-title { margin-bottom: 16px; }

.margin-only .widget-latest-list .target-list-item:last-child { border-bottom: none; }

.widget-three-cms-pages { background-color: #FFF7F3; }

.widget-three-cms-pages .title { background-color: #FFEAE2; color: #671E00; font-weight: bold; font-size: 14px; line-height: 24px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; padding: 16px; }

.widget-three-cms-pages .widget-pages { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-direction: row; justify-content: space-between; padding: 16px 16px 24px; }

.widget-three-cms-pages .widget-page:first-child { margin-left: 0; }

.widget-three-cms-pages .widget-page:last-child { margin-right: 0; }

.widget-three-cms-pages .widget-page { width: 144px; overflow: hidden; margin-left: 4px; margin-right: 4px; }

.widget-three-cms-pages .widget-page > a { text-decoration: none; }

.widget-three-cms-pages .widget-page-desc { color: #AF4200; font-size: 12px; line-height: 22px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; padding-top: 8px; }

.widget-three-cms-pages .list-item-title { font-weight: bold; }

@media (min-width: 656px) and (max-width: 1023px) { .widget-three-cms-pages { width: 320px; } .widget-three-cms-pages .widget-page { width: 90px; } }

@media (min-width: 1024px) { .widget-three-cms-pages { width: 320px; } .widget-three-cms-pages .widget-page { width: 90px; } }

@media (max-width: 479px) { .widget-three-columns .three-columns-title { padding-left: 16px; padding-right: 16px; } }

.widget-three-columns .three-columns-column { width: 100%; }

.widget-three-columns .three-columns-column .widget-latest-list ul, .widget-three-columns .three-columns-column .widget-static-list ul { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; --position: three-columns; }

.widget-three-columns .three-columns-column .widget-latest-list ul li, .widget-three-columns .three-columns-column .widget-static-list ul li { width: 100%; }

.widget-three-columns .three-columns-column-3:not(:empty) { margin-top: 16px; }

@media (max-width: 655px) { .widget-three-columns .three-columns-column-1 { margin-bottom: 16px; } }

@media (max-width: 1023px) and (min-width: 656px) { .grid-fullwidth .widget-three-columns .three-columns-column { width: calc(50% - 8px); } .grid-fullwidth .widget-three-columns .three-columns-column-1 { margin-right: 16px; margin-bottom: 16px; } .grid-fullwidth .widget-three-columns .three-columns-column-2 { margin-bottom: 16px; } .grid-fullwidth .widget-three-columns .three-columns-column-3 { width: 100%; } }

@media (min-width: 1024px) { .grid-fullwidth .widget-three-columns .three-columns-column { width: calc(33.33% - 32px / 3); } .grid-fullwidth .widget-three-columns .three-columns-column-1, .grid-fullwidth .widget-three-columns .three-columns-column-2 { margin-right: 16px; } }

@media (min-width: 656px) { .content-only .widget-three-columns .three-columns-column { width: calc(50% - 8px); } .content-only .widget-three-columns .three-columns-column-1 { margin-right: 16px; } .content-only .widget-three-columns .three-columns-column-2 { margin-right: 0; } .content-only .widget-three-columns .three-columns-column-3 { width: 100%; } }

@media (max-width: 480px) { .widget-two-columns .two-columns-title { padding-left: 16px; padding-right: 16px; } }

.widget-two-columns .two-columns-column { width: 100%; }

.widget-two-columns .two-columns-column .widget-latest-list ul, .widget-two-columns .two-columns-column .widget-static-list ul { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; --position: two-columns; }

.widget-two-columns .two-columns-column .widget-latest-list ul li, .widget-two-columns .two-columns-column .widget-static-list ul li { width: 100%; }

@media (max-width: 655px) { .widget-two-columns .two-columns-column-1 { margin-bottom: 16px; } }

@media (max-width: 1023px) and (min-width: 656px) { .grid-fullwidth .widget-two-columns .two-columns-column { width: calc(50% - 8px); } .grid-fullwidth .widget-two-columns .two-columns-column-1 { margin-right: 16px; margin-bottom: 16px; } .grid-fullwidth .widget-two-columns .two-columns-column-2 { margin-bottom: 16px; } }

@media (min-width: 1024px) { .grid-fullwidth .widget-two-columns .two-columns-column { width: calc(33.33% - 32px / 3); } .grid-fullwidth .widget-two-columns .two-columns-column-1, .grid-fullwidth .widget-two-columns .two-columns-column-2 { margin-right: 16px; } }

@media (min-width: 656px) { .content-only .widget-two-columns .two-columns-column { width: calc(50% - 8px); } .content-only .widget-two-columns .two-columns-column-1 { margin-right: 16px; } .content-only .widget-two-columns .two-columns-column-2 { margin-right: 0; } }

@media (min-width: 656px) { .widget-text.plugin_text_margin { margin-left: 10%; margin-right: 10%; } .widget-text.plugin_text_margin > h1, .widget-text.plugin_text_margin > h2, .widget-text.plugin_text_margin > h3, .widget-text.plugin_text_margin > h4, .widget-text.plugin_text_margin > h5, .widget-text.plugin_text_margin > h6, .widget-text.plugin_text_margin > p { padding-left: 0 !important; padding-right: 0 !important; } }

.table-of-content { font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 14px; background-color: #FFF7F3; margin-bottom: 41px; }

.table-of-content div.table-of-content-title { height: 41px; line-height: 41px; color: #ffffff; font-weight: bold; background-color: #af4200; padding-left: 16px; }

.table-of-content a { font-weight: normal; }

.table-of-content a div.table-of-content-item { line-height: 30px; border-top: 1px solid #ffffff; padding-left: 16px; background-color: #f4f1ef; }

.table-of-content a:hover, .table-of-content a:focus { color: #af4200; }

.table-of-content a:hover div.table-of-content-item, .table-of-content a:focus div.table-of-content-item { background-color: #FFEAE2; }

.interviewee-widget { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; justify-content: center; align-content: center; align-items: center; background: transparent; border: solid #ebebeb; border-width: 2px 0; margin: 20px 0; padding: 0; }

@media (max-width: 656px) { .interviewee-widget { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; padding: 30px 0 30px 0; } }

.interviewee-widget, .interviewee-widget h1, .interviewee-widget h2, .interviewee-widget h3, .interviewee-widget h4, .interviewee-widget h5, .interviewee-widget h6, .interviewee-widget p { color: #424242; }

.interviewee-widget .image-set { width: 152px; height: 152px; border-radius: 100%; margin: 32px; overflow: hidden; }

.interviewee-widget .interviewee-profile { /* 216px is the picture + margins */ width: calc(100% - 216px); padding: 10px 0; }

.interviewee-widget .interviewee-profile h1, .interviewee-widget .interviewee-profile h2, .interviewee-widget .interviewee-profile h3, .interviewee-widget .interviewee-profile h4, .interviewee-widget .interviewee-profile h5, .interviewee-widget .interviewee-profile h6 { font-weight: bold; font-size: 16px; line-height: 1.56; text-align: left; margin: 10px 0 10px 10px; }

@media (max-width: 656px) { .interviewee-widget .interviewee-profile h1, .interviewee-widget .interviewee-profile h2, .interviewee-widget .interviewee-profile h3, .interviewee-widget .interviewee-profile h4, .interviewee-widget .interviewee-profile h5, .interviewee-widget .interviewee-profile h6 { text-align: center; } }

.interviewee-widget .interviewee-profile .interviewee-bio { padding: 10px; width: 100%; }

@media (max-width: 656px) { .interviewee-widget .interviewee-profile { width: 100%; } }

input[type=range] { width: 300px; }

ul[rn-carousel] { overflow: hidden; padding: 0; white-space: nowrap; position: relative; perspective: 1000px; -ms-touch-action: pan-y; touch-action: pan-y; }

ul[rn-carousel] > li { color: black; backface-visibility: hidden; overflow: visible; vertical-align: top; position: absolute; left: 0; right: 0; white-space: normal; padding: 0; margin: 0; list-style-type: none; width: 100%; height: 100%; display: inline-block; }

/* prevent flickering when moving buffer */
ul[rn-carousel-buffered] > li { display: none; }

ul[rn-carousel-transition="hexagon"] { overflow: visible; }

/* indicators */
div.rn-carousel-indicator span { cursor: pointer; color: #666; }

div.rn-carousel-indicator span.active { color: white; }

/* prev/next controls */
.rn-carousel-control { transition: opacity 0.2s ease-out; font-size: 2rem; position: absolute; top: 40%; opacity: 0.75; cursor: pointer; }

.rn-carousel-control:hover { opacity: 1; }

.rn-carousel-control.rn-carousel-control-prev { left: 0.5em; }

.rn-carousel-control.rn-carousel-control-prev:before { content: "<"; }

.rn-carousel-control.rn-carousel-control-next { right: 0.5em; }

.rn-carousel-control.rn-carousel-control-next:before { content: ">"; }

.inline-interview { /* Hack to get the height of the carousel to be dynamic instead of fixed. See: https://github.com/revolunet/angular-carousel/issues/309 */ /* Safari 10.0 CSS Hack, cause Image galleries somehow have a 1px margin there. Not for Safari 10.1 (where it is correct). See: http://stackoverflow.com/a/25975282 */ position: relative; max-width: 824px; margin: 0 0 10px; background: #f4f1ef; }

.inline-interview ul, .inline-interview ol { /* Override article's default value */ padding-left: 0 !important; margin: 0; }

.inline-interview p { /* Override article's default value */ margin-bottom: 0 !important; }

.inline-interview ul[rn-carousel] > li { position: relative; margin-left: -100%; }

.inline-interview ul[rn-carousel] > li:first-child { margin-left: 0; }

.inline-interview _::-webkit-:not(:root:root), .inline-interview ul[rn-carousel] > li:first-child { margin-left: -1px; }

.inline-interview .rn-carousel-controls .rn-carousel-control-next, .inline-interview .rn-carousel-controls .rn-carousel-control-prev, .inline-interview .rn-carousel-controls .rn-carousel-control-next:before, .inline-interview .rn-carousel-controls .rn-carousel-control-prev:before { height: 32px; width: 32px; }

.inline-interview .rn-carousel-controls .rn-carousel-control-next, .inline-interview .rn-carousel-controls .rn-carousel-control-prev { background: #af4200; top: auto; bottom: 0; }

.inline-interview .rn-carousel-controls .rn-carousel-control-next:before, .inline-interview .rn-carousel-controls .rn-carousel-control-prev:before { content: " "; display: block; background: no-repeat center center; background-size: cover; }

.inline-interview .rn-carousel-controls .rn-carousel-control-next:before { background-image: url(/static/netdoktor/icons/chevron-right-white.svg); }

.inline-interview .rn-carousel-controls .rn-carousel-control-prev:before { background-image: url(/static/netdoktor/icons/chevron-left-white.svg); }

.inline-interview .rn-carousel-controls .rn-carousel-control-next { right: 0; }

.inline-interview .rn-carousel-controls .rn-carousel-control-prev { left: 0; }

.inline-interview .interviewee .image-set { width: 74px; height: 74px; margin: 4px auto; border-radius: 100%; overflow: hidden; }

.inline-interview .intro { text-align: center; }

.inline-interview .intro .interviewee .name { margin: 8px 32px; }

@media (max-width: 656px) { .inline-interview .intro .interviewee .name { margin: 8px 32px; } }

.inline-interview .intro h3 { font-size: 20px; line-height: 1.75; margin: 24px 24px; }

@media (max-width: 656px) { .inline-interview .intro h3 { margin: 32px 24px 51px; } }

.inline-interview .intro h4 { font-size: 16px; line-height: 26px; margin: 16px 66px; }

@media (max-width: 656px) { .inline-interview .intro h4 { margin: 24px; } }

.inline-interview .header, .inline-interview .toolbar { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }

.inline-interview .toolbar .progress, .inline-interview .answer, .inline-interview .question { flex: 1; }

.inline-interview .slide { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }

.inline-interview .slide .header { margin: 16px 40px 16px 28px; align-items: flex-end; font-weight: bold; }

.inline-interview .slide .header .index { font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif; font-size: 50px; line-height: 50px; color: #af4200; margin-right: 8px; }

@media (max-width: 656px) { .inline-interview .slide .header { margin: 24px 16px 16px 12px; } }

.inline-interview .slide .content { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; margin: 0 40px 0 24px; }

.inline-interview .slide .content .image-set { width: 48px; height: 48px; border-radius: 100%; overflow: hidden; }

.inline-interview .slide .content .answer-block { flex: 1; margin-left: 16px; }

.inline-interview .slide .content .answer-block .interviewee { margin-bottom: 8px; }

.inline-interview .slide .content .answer-block .interviewee .name { flex: 1; font-weight: bold; }

@media (max-width: 656px) { .inline-interview .slide .content { margin: 0 16px 8px; } }

.inline-interview .about .interviewee { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; margin: 32px 32px 24px; align-items: center; }

@media (max-width: 656px) { .inline-interview .about .interviewee { margin: 32px 24px 24px; } }

.inline-interview .about .name { flex: 1; margin-left: 16px; font-weight: bold; }

.inline-interview .about .bio { margin: 0 32px; }

.inline-interview .about .link { margin: 0 32px; text-align: center; }

.inline-interview .toolbar { height: 32px; margin-top: 8px; }

.inline-interview .toolbar .rn-carousel-indicator { line-height: 32px; text-align: center; }

.inline-interview .toolbar .rn-carousel-indicator span { color: #bdbdbd; display: inline-block; padding: 0 3px; }

.inline-interview .toolbar .rn-carousel-indicator span.active { color: #444; }

.newsletter-subscription { color: #af4200; padding: 16px; background-position: right bottom; background-repeat: no-repeat; text-align: center; display: flex; flex-direction: column; background-image: linear-gradient(to bottom, rgba(244, 241, 239, 0.5), rgba(244, 241, 239, 0.05) 34%, rgba(175, 66, 0, 0.28) 68%, rgba(175, 66, 0, 0.85)), url(/static/img/subscribe-image.jpg); background-size: contain; background-color: white; }

@media (min-width: 656px) { .newsletter-subscription { background-size: contain, 64%; } }

.newsletter-subscription .mc_embed_signup { width: 100%; align-self: center; margin: 0 28px 34px 28px; }

@media (max-width: 480px) { .newsletter-subscription .mc_embed_signup { order: 1; margin: 0 32px 160px 32px; } }

@media (max-width: 656px) and (min-width: 480px) { .newsletter-subscription .mc_embed_signup { margin-bottom: 33px; } }

@media (min-width: 480px) { .newsletter-subscription .mc_embed_signup { max-width: 432px; } }

.newsletter-subscription .mc_embed_signup .md-button.md-primary { margin: 0 0 0 8px; padding: 0 16px; color: #6a2000; background-color: #ffffff; }

@media (max-width: 480px) { .newsletter-subscription .mc_embed_signup .md-button.md-primary { width: 100%; margin-top: 16px; margin-left: 0; } }

.newsletter-subscription .mc_embed_signup .mce-EMAIL { height: 36px; box-sizing: border-box; }

.newsletter-subscription .mc_embed_signup .mc_embed_signup_scroll { display: flex; justify-content: center; }

@media (max-width: 480px) { .newsletter-subscription .mc_embed_signup .mc_embed_signup_scroll { flex-direction: column; } }

.newsletter-subscription .newsletter-subscription-security { color: #ffffff; text-align: center; font-size: 10px; line-height: 16px; }

.newsletter-subscription .newsletter-subscription-security a { color: #ffffff; }

@media (max-width: 480px) { .newsletter-subscription .newsletter-subscription-security { order: 2; } }

.newsletter-subscription .newsletter-subscribe-text { margin: 0 0 26px; }

@media (min-width: 480px) { .newsletter-subscription .newsletter-subscribe-text { margin: 0 18% 80px; } }

.newsletter-subscription .newsletter-subscription-heading { color: #af4200; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 24px; font-weight: bold; line-height: 29px; margin-top: 16px; margin-bottom: 16px; }

.newsletter-subscription .email { font-size: 16px; line-height: 26px; }

@media (max-width: 656px) { .newsletter-subscription .email { font-size: 14px; line-height: 24px; padding-left: 10px; padding-right: 10px; } }

.newsletter-subscribe-list { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: relative; width: 100%; }

@media (max-width: 479px) { .newsletter-subscribe-list { order: 0; justify-content: center; } }

.newsletter-subscribe-list .newsletter-subscribe-list-items { display: flex; flex-direction: row; justify-content: space-between; width: 100%; margin-bottom: 8px; }

@media (max-width: 479px) { .newsletter-subscribe-list .newsletter-subscribe-list-items { flex-direction: column; width: initial; margin-bottom: 24px; } }

@media (max-width: 656px) and (min-width: 480px) { .newsletter-subscribe-list .newsletter-subscribe-list-items { justify-content: center; flex-wrap: wrap; } }

.newsletter-subscribe-list .newsletter-subscribe-list-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: flex-start; align-items: flex-start; -webkit-align-content: flex-start; align-content: flex-start; -webkit-justify-content: flex-start; justify-content: flex-start; font-size: 14px; font-weight: bold; line-height: 1.5; color: #ffffff; }

.newsletter-subscribe-list .newsletter-subscribe-list-item svg { margin: 0 16px auto 0; width: 24px; height: 24px; fill: #6a2000; }

@media (min-width: 480px) { .newsletter-subscribe-list .newsletter-subscribe-list-item svg { margin-right: 8px; fill: #ffffff; } }

@media (max-width: 510px) and (min-width: 480px) { .newsletter-subscribe-list .newsletter-subscribe-list-item:last-of-type { margin-top: 13px; } }

@media (max-width: 479px) { .newsletter-subscribe-list .newsletter-subscribe-list-item { color: #af4200; } .newsletter-subscribe-list .newsletter-subscribe-list-item:not(:last-of-type) { margin-bottom: 16px; } }

@media (max-width: 656px) and (min-width: 480px) { .newsletter-subscribe-list .newsletter-subscribe-list-item:first-of-type { margin-right: 32px; } }

nd-tablist { display: block; fill: #ffffff; color: #af4200; }

:root { --nd-tablist-height: 48px; --nd-tablist-border-width: 6px; --nd-tablist-border-color: #671E00; --nd-tablist-background-color: #af4200; }

nd-tablist .page { -webkit-flex: 0 0 100%; flex: 0 0 100%; height: 0; box-sizing: border-box; /** Some browsers (Firefox) fail to calculate the correct `.page` width until there is a change on the element (eg. `.page` becomes active) for this reason we need to force GPU rendering so that `.page` gets always the correct width */ transform: translate3d(0, 0, 0); /** We need to apply the border on the top of the page to be able to style it in browsers that don't support CSS vars (IE11). We also need to keep the `border-bottom` (along with an equal negative `margin-bottom`) on tabs wrapper (see tablist.ts) to prevent it from flashing on browsers that hide content during long animations (Safari). */ border-top: 6px solid #671E00; }

nd-tablist .page[active] { height: 100%; }

nd-tablist .tab { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-align-items: center; align-items: center; -webkit-align-content: center; align-content: center; -webkit-justify-content: center; justify-content: center; -webkit-flex: 1 1 auto; flex: 1 1 auto; position: relative; vertical-align: middle; font-size: 14px; font-weight: 500; color: #ffffff; white-space: nowrap; text-transform: uppercase; padding: 12px 24px; height: 100%; box-sizing: border-box; overflow: hidden; cursor: pointer; outline: none; transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1); }

nd-tablist .tab[active] { color: white; background-color: #671E00; }

.scroll-up-footer { display: block; position: absolute; bottom: 10px; left: calc(50% - 21px); }

footer .footer-content { margin: 0 auto 0; font-size: 12px; line-height: 22px; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; }

footer .footer-body-top { padding: 16px 16px 0; color: #424242; }

footer .footer-body { background-color: #f4f1ef; position: relative; color: #000000; }

footer .footer-body-main { position: relative; padding: 16px 16px 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: space-between; }

footer .footer-body-left { width: 624px; }

footer .footer-body-middle > a { position: relative; left: 80px; }

footer .footer-body-right { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 288px; }

footer .footer-body-bottom { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; padding-left: 16px; width: 624px; justify-content: space-between; }

footer .footer-link { text-decoration: none; color: #6a2000; padding-top: 13px; padding-bottom: 13px; }

footer .footer-link:hover { color: #6a2000; }

footer .footer-divider { display: none; height: 1px; margin-left: -16px; width: 480px; background-color: #671E00; }

footer .footer-bottom { color: #424242; background-color: white; }

footer .footer-bottom .copyright { padding: 10px 16px 0; }

footer .footer-bottom .end-marker { position: relative; margin-top: 35px; }

footer .footer-bottom .end-marker .colored-end { background-color: #af4200; height: 32px; }

footer .afgis-logo img { border-radius: 34px; }

footer .afgis-text { width: 190px; padding-left: 32px; }

footer .footer-subscription { background-color: #af4200; padding: 16px; }

footer .footer-subscription .footer-subscription-heading { color: #ffffff; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 14px; font-weight: bold; line-height: 24px; margin-top: 0; margin-bottom: 16px; }

footer .footer-subscription .footer-subscription-security { color: #ffffff; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 10px; line-height: 16px; padding-left: 16px; }

@media (max-width: 959px) { footer .footer-subscription .footer-subscription-security { padding-left: 0; padding-top: 16px; } }

footer .footer-subscription .mc_embed_signup .md-button.md-primary { margin: 0 0 0 8px; padding: 0 16px; color: #6a2000; background-color: #ffffff; }

footer .footer-subscription .mc_embed_signup .md-button.md-primary:hover { background-color: #eadbd2; }

@media (min-width: 480px) and (max-width: 655px) { footer .footer-subscription .mc_embed_signup .md-button.md-primary { margin-left: 16px; } }

footer .footer-subscription .mc_embed_signup .mce-EMAIL { width: 170px; flex: 1 1 auto; }

footer .footer-subscription .mc_embed_signup .mc-embedded-subscribe { width: 125px; }

footer .footer-subscription .email { font-size: 16px; line-height: 26px; }

@media (max-width: 655px) { footer .footer-subscription .email { font-size: 14px; line-height: 24px; padding-left: 10px; padding-right: 10px; } }

@media (max-width: 1023px) { footer .footer-content { width: 688px; max-width: 100%; } footer .afgis-logo { padding-left: 16px; padding-top: 16px; } footer .afgis-text { padding-top: 16px; } footer .footer-bottom { background-color: #FFF7F3; } }

@media (max-width: 655px) { footer .footer-content { width: 480px; } footer .footer-body-bottom { width: auto; flex-wrap: wrap; } footer .footer-body-main { padding-bottom: 16px; flex-wrap: wrap; } footer .footer-divider { display: initial; } }

@media (max-width: 479px) { footer .footer-content { width: 100%; } footer .footer-divider { min-width: 100%; width: calc(100% + 16px); } }

.breadcrumb-container { padding: 16px 0 2px 0; margin-bottom: 0; background: #ffffff; }

@media (max-width: 1023px) { .breadcrumb-container { display: none !important; } }

.breadcrumb-container > .breadcrumb-box { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }

.breadcrumb-container > .breadcrumb-box > .breadcrumb-wrapper { height: 60px; margin: auto; width: 992px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: flex-start; }

.breadcrumb-container > .breadcrumb-box > .breadcrumb-wrapper > nav.breadcrumbs .crumbs-container { color: #6a2000; list-style: none; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; font-size: 13px; }

.breadcrumb-container > .breadcrumb-box > .breadcrumb-wrapper > nav.breadcrumbs .crumbs-container .crumbs-link { text-decoration: none; color: inherit; font-weight: normal; }

.breadcrumb-container > .breadcrumb-box > .breadcrumb-wrapper > nav.breadcrumbs .crumbs-container .crumbs-list-item:not(:last-child)::after { content: ">"; padding-left: 4px; padding-right: 4px; }

.index-page .breadcrumb-container { margin-bottom: 16px; }

.search-container { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid; }

.search-container .search-term { font-size: 18px; flex-grow: 1; border: none; background: transparent; font-family: "Tahoma", "Helvetica Neue", "sans-serif"; }

.search-container .search-term:focus { outline: none; }

.search-container .search-button { font-size: 24px; border: none; background: none; padding: 0; }

.desktop .search-container { width: 336px; border-color: #af4200; }

.desktop .search-container .search-term { /* Next padding entry looked like 0px 24px 10px 0; before, but: Safari for iPad shows the left top corner with a radius of 17px, and there's no reasonable way to cancel it, not at hand for the average human being, so we (Anna and Daniel) come up with changing the top padding to displaced the text enough as to be not affected by the radius. It's not nice but it fixes it. */ padding: 4px 24px 6px 0; }

.desktop .search-container .search-term::-webkit-input-placeholder { color: rgba(175, 66, 0, 0.5); }

.desktop .search-container .search-term:-ms-input-placeholder { color: rgba(175, 66, 0, 0.5); }

.desktop .search-container .search-term::-ms-input-placeholder { color: rgba(175, 66, 0, 0.5); }

.desktop .search-container .search-term::placeholder { color: rgba(175, 66, 0, 0.5); }

.desktop .search-container .search-term:-moz-placeholder { color: rgba(175, 66, 0, 0.5); opacity: 1; }

.desktop .search-container .search-term::-moz-placeholder { color: rgba(175, 66, 0, 0.5); opacity: 1; }

.desktop .search-container * { color: #af4200; }

.mobile .search-wrapper { padding: 16px 16px 24px 16px; height: 96px; font-size: 14pt; background-color: #AF4200; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: flex-end; flex-direction: column; justify-content: space-between; }

.mobile .search-wrapper * { color: #ffffff; }

.mobile .search-wrapper .close-search { font-size: 24px; }

.mobile .search-wrapper .search-container { width: 100%; border-color: #ffffff; }

.mobile .search-wrapper .search-container .search-term { font-size: 14pt; padding: 0 0 10px 16px; }

.mobile .search-wrapper .search-container .search-term::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); }

.mobile .search-wrapper .search-container .search-term:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); }

.mobile .search-wrapper .search-container .search-term::-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); }

.mobile .search-wrapper .search-container .search-term::placeholder { color: rgba(255, 255, 255, 0.5); }

.mobile .search-wrapper .search-container .search-term:-moz-placeholder { color: rgba(255, 255, 255, 0.5); opacity: 1; }

.mobile .search-wrapper .search-container .search-term::-moz-placeholder { color: rgba(255, 255, 255, 0.5); opacity: 1; }

.search-page h1 { margin-top: 0; margin-bottom: 8px; padding: 0 !important; }

.search-page .search-results { padding-bottom: 64px; margin-top: 24px; }

@media (max-width: 655px) { .search-page .search-results { margin-left: 16px; margin-right: 16px; } }

.search-page .search-results .term { font-weight: bold; }

.search-page .search-results article { padding-top: 32px; padding-bottom: 32px; }

.search-page .search-results article em { font-weight: bold; font-style: normal; }

.search-page .search-results article .search-headline { margin-top: 8px; margin-bottom: 32px; }

.search-page .search-results article .result-subline { margin-bottom: 24px; }

.search-page .search-results article .info { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }

.search-page .search-results article .info .image { display: block; }

.search-page .search-results article .info .image img { width: 235px; }

@media (max-width: 655px) { .search-page .search-results article .info .image img { width: 100%; } }

@media (min-width: 656px) { .search-page .search-results article .info .image { margin-right: 16px; } }

.search-page .search-results article .info .teaser-text { flex-grow: 1; width: 390px; }

.search-page .search-results md-divider { border-top: 2px solid #f3e5dc; }

.search-page .search-results button.more-results { margin-top: 32px; background: #af4200; color: #ffffff; text-transform: none; }

.search-page .search-results button.more-results:focus, .search-page .search-results button.more-results:active, .search-page .search-results button.more-results:hover { background: #6a2000 !important; }

@media (max-width: 1023px) { .search-page .margin-wrapper { display: none; } }

div.search-page .spinning-wheel { width: 100%; margin: 10px auto 30px; }

div.search-page .spinning-wheel > md-progress-circular { margin: 0 auto; }

div.search-page .spinning-wheel > md-progress-circular path { stroke: #908b8b; }

.piwik-iframe { height: 230px; width: 100%; border: 0; margin-top: 16px; background-color: #f4f1ef; }

@media (max-width: 479px) { .piwik-iframe { height: 400px; padding: 8px; } }
